Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
111282f7
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
111282f7
编写于
3月 03, 2022
作者:
B
bayanxing
提交者:
Gitee
3月 03, 2022
浏览文件
操作
浏览文件
下载
差异文件
!23 add test cases
Merge pull request !23 from 郭友敬/xts_acts_dev
上级
0e226f17
939fd77f
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
25 addition
and
53 deletion
+25
-53
ace/ace_standard/src/main/js/default/pages/textarea/prop/index.js
...standard/src/main/js/default/pages/textarea/prop/index.js
+1
-28
ace/ace_standard/src/main/js/default/test/List.test.js
ace/ace_standard/src/main/js/default/test/List.test.js
+0
-1
ace/ace_standard/src/main/js/default/test/divProps.test.js
ace/ace_standard/src/main/js/default/test/divProps.test.js
+3
-3
ace/ace_standard/src/main/js/default/test/marqueeProps.test.js
...ce_standard/src/main/js/default/test/marqueeProps.test.js
+3
-3
ace/ace_standard/src/main/js/default/test/popupProps.test.js
ace/ace_standard/src/main/js/default/test/popupProps.test.js
+3
-3
ace/ace_standard/src/main/js/default/test/searchProps.test.js
...ace_standard/src/main/js/default/test/searchProps.test.js
+3
-3
ace/ace_standard/src/main/js/default/test/stepperItemProps.test.js
...tandard/src/main/js/default/test/stepperItemProps.test.js
+3
-3
ace/ace_standard/src/main/js/default/test/stepperProps.test.js
...ce_standard/src/main/js/default/test/stepperProps.test.js
+3
-3
ace/ace_standard/src/main/js/default/test/textareaProps.test.js
...e_standard/src/main/js/default/test/textareaProps.test.js
+6
-6
未找到文件。
ace/ace_standard/src/main/js/default/pages/textarea/prop/index.js
浏览文件 @
111282f7
...
@@ -77,6 +77,7 @@ export default {
...
@@ -77,6 +77,7 @@ export default {
softkeyboardenabledFalse
:
null
,
softkeyboardenabledFalse
:
null
,
softkeyboardenabledTrue
:
null
,
softkeyboardenabledTrue
:
null
,
},
},
onShow
(){
onShow
(){
this
.
getCommonPropValues
();
this
.
getCommonPropValues
();
this
.
getSpecificPropValues
();
this
.
getSpecificPropValues
();
...
@@ -182,31 +183,3 @@ export default {
...
@@ -182,31 +183,3 @@ export default {
this
.
softkeyboardenabledTrue
=
this
.
$element
(
"
softkeyboardenabledTrue
"
).
getInspector
()
this
.
softkeyboardenabledTrue
=
this
.
$element
(
"
softkeyboardenabledTrue
"
).
getInspector
()
}
}
}
}
/*
* placeholderNone : null,
placeholder : null,
maxlength20 : null,
headericon : null,
headericonNone : null,
extendNone : null,
extendFalse : null,
extendTrue : null,
valueNone : null,
value : null,
showcounterNone : null,
showcounterFalse : null,
showcounterTrue : null,
menuoptionsNone : null,
menuoptions : null,
autofocusNone : null,
autofocusFalse : null,
autofocusTrue : null,
selectedstartNone : null,
selectedstart5: null,
selectedendNone : null,
selectedend5 : null,
softkeyboardenabledNone : null,
softkeyboardenabledFalse : null,
softkeyboardenabledTrue : null,
*/
\ No newline at end of file
ace/ace_standard/src/main/js/default/test/List.test.js
浏览文件 @
111282f7
...
@@ -53,6 +53,5 @@ require('./selectProps.test.js')
...
@@ -53,6 +53,5 @@ require('./selectProps.test.js')
require
(
'
./sliderProps.test.js
'
)
require
(
'
./sliderProps.test.js
'
)
require
(
'
./ratingProps.test.js
'
)
require
(
'
./ratingProps.test.js
'
)
require
(
'
./inputProps.test.js
'
)
require
(
'
./inputProps.test.js
'
)
require
(
'
./marqueeProps.test.js
'
)
require
(
'
./imageAnimatorProps.test.js
'
)
require
(
'
./imageAnimatorProps.test.js
'
)
require
(
'
./textareaProps.test.js
'
)
require
(
'
./textareaProps.test.js
'
)
ace/ace_standard/src/main/js/default/test/divProps.test.js
浏览文件 @
111282f7
/*
/*
*
* Copyright (
C) 2021 Huawei Device
Co., Ltd.
* Copyright (
c) 2022 Shenzhen Kaihong Digital Industry Development
Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
*
*
*
http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* distributed under the License is distributed on an "AS IS" BASIS,
...
...
ace/ace_standard/src/main/js/default/test/marqueeProps.test.js
浏览文件 @
111282f7
/*
/*
*
* Copyright (
C) 2021 Huawei Device
Co., Ltd.
* Copyright (
c) 2022 Shenzhen Kaihong Digital Industry Development
Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
*
*
*
http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* distributed under the License is distributed on an "AS IS" BASIS,
...
...
ace/ace_standard/src/main/js/default/test/popupProps.test.js
浏览文件 @
111282f7
/*
/*
*
* Copyright (
C) 2021 Huawei Device
Co., Ltd.
* Copyright (
c) 2022 Shenzhen Kaihong Digital Industry Development
Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
*
*
*
http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* distributed under the License is distributed on an "AS IS" BASIS,
...
...
ace/ace_standard/src/main/js/default/test/searchProps.test.js
浏览文件 @
111282f7
/*
/*
*
* Copyright (
C) 2021 Huawei Device
Co., Ltd.
* Copyright (
c) 2022 Shenzhen Kaihong Digital Industry Development
Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
*
*
*
http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* distributed under the License is distributed on an "AS IS" BASIS,
...
...
ace/ace_standard/src/main/js/default/test/stepperItemProps.test.js
浏览文件 @
111282f7
/*
/*
*
* Copyright (
C) 2021 Huawei Device
Co., Ltd.
* Copyright (
c) 2022 Shenzhen Kaihong Digital Industry Development
Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
*
*
*
http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* distributed under the License is distributed on an "AS IS" BASIS,
...
...
ace/ace_standard/src/main/js/default/test/stepperProps.test.js
浏览文件 @
111282f7
/*
/*
*
* Copyright (
C) 2021 Huawei Device
Co., Ltd.
* Copyright (
c) 2022 Shenzhen Kaihong Digital Industry Development
Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
*
*
*
http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* distributed under the License is distributed on an "AS IS" BASIS,
...
...
ace/ace_standard/src/main/js/default/test/textareaProps.test.js
浏览文件 @
111282f7
/*
/*
*
* Copyright (
C) 2021 Huawei Device
Co., Ltd.
* Copyright (
c) 2022 Shenzhen Kaihong Digital Industry Development
Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* You may obtain a copy of the License at
*
*
*
http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* distributed under the License is distributed on an "AS IS" BASIS,
...
@@ -957,7 +957,7 @@ it('testtextAreaHeadericonPropNull', 0, async function (done) {
...
@@ -957,7 +957,7 @@ it('testtextAreaHeadericonPropNull', 0, async function (done) {
expect
(
obj
.
$type
).
assertEqual
(
'
textarea
'
)
expect
(
obj
.
$type
).
assertEqual
(
'
textarea
'
)
expect
(
obj
.
$attrs
.
id
).
assertEqual
(
'
softkeyboardenabledNone
'
)
expect
(
obj
.
$attrs
.
id
).
assertEqual
(
'
softkeyboardenabledNone
'
)
expect
(
obj
.
$attrs
.
softkeyboardenabled
).
assertEqual
(
"
true
"
)
expect
(
obj
.
$attrs
.
softkeyboardenabled
).
assertEqual
(
"
true
"
)
console
.
info
(
"
[textAreaProps] get softkey
boardenabled value is:
"
+
JSON
.
stringify
(
obj
.
$attrs
.
softkeyboardenabled
));
console
.
info
(
"
[textAreaProps] get softkey
value is:
"
+
JSON
.
stringify
(
obj
.
$attrs
.
softkey
));
done
();
done
();
});
});
...
@@ -977,7 +977,7 @@ it('testtextAreaHeadericonPropNull', 0, async function (done) {
...
@@ -977,7 +977,7 @@ it('testtextAreaHeadericonPropNull', 0, async function (done) {
expect
(
obj
.
$type
).
assertEqual
(
'
textarea
'
)
expect
(
obj
.
$type
).
assertEqual
(
'
textarea
'
)
expect
(
obj
.
$attrs
.
id
).
assertEqual
(
'
softkeyboardenabledFalse
'
)
expect
(
obj
.
$attrs
.
id
).
assertEqual
(
'
softkeyboardenabledFalse
'
)
expect
(
obj
.
$attrs
.
softkeyboardenabled
).
assertEqual
(
"
false
"
)
expect
(
obj
.
$attrs
.
softkeyboardenabled
).
assertEqual
(
"
false
"
)
console
.
info
(
"
[textAreaProps] get softkey
boardenabled value is:
"
+
JSON
.
stringify
(
obj
.
$attrs
.
softkeyboardenabled
));
console
.
info
(
"
[textAreaProps] get softkey
value is:
"
+
JSON
.
stringify
(
obj
.
$attrs
.
softkey
));
done
();
done
();
});
});
...
@@ -997,7 +997,7 @@ it('testtextAreaHeadericonPropNull', 0, async function (done) {
...
@@ -997,7 +997,7 @@ it('testtextAreaHeadericonPropNull', 0, async function (done) {
expect
(
obj
.
$type
).
assertEqual
(
'
textarea
'
)
expect
(
obj
.
$type
).
assertEqual
(
'
textarea
'
)
expect
(
obj
.
$attrs
.
id
).
assertEqual
(
'
softkeyboardenabledTrue
'
)
expect
(
obj
.
$attrs
.
id
).
assertEqual
(
'
softkeyboardenabledTrue
'
)
expect
(
obj
.
$attrs
.
softkeyboardenabled
).
assertEqual
(
"
true
"
)
expect
(
obj
.
$attrs
.
softkeyboardenabled
).
assertEqual
(
"
true
"
)
console
.
info
(
"
[textAreaProps] get softkey
boardenabled value is:
"
+
JSON
.
stringify
(
obj
.
$attrs
.
softkeyboardenabled
));
console
.
info
(
"
[textAreaProps] get softkey
value is:
"
+
JSON
.
stringify
(
obj
.
$attrs
.
softkey
));
done
();
done
();
});
});
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录