Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
09b2b3bb
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看板
提交
09b2b3bb
编写于
3月 08, 2022
作者:
D
dongwei
提交者:
wanggang
3月 10, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add test cases
Signed-off-by:
N
dongwei
<
dongwei@kaihongdigi.com
>
上级
f427f4e5
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
440 addition
and
5 deletion
+440
-5
ace/ace_standard/src/main/js/default/pages/input/prop/index.css
...e_standard/src/main/js/default/pages/input/prop/index.css
+80
-0
ace/ace_standard/src/main/js/default/pages/input/prop/index.hml
...e_standard/src/main/js/default/pages/input/prop/index.hml
+27
-0
ace/ace_standard/src/main/js/default/pages/input/prop/index.js
...ce_standard/src/main/js/default/pages/input/prop/index.js
+4
-0
ace/ace_standard/src/main/js/default/pages/input/router/index.css
...standard/src/main/js/default/pages/input/router/index.css
+1
-0
ace/ace_standard/src/main/js/default/pages/input/router/index.hml
...standard/src/main/js/default/pages/input/router/index.hml
+19
-5
ace/ace_standard/src/main/js/default/pages/input/router/index.js
..._standard/src/main/js/default/pages/input/router/index.js
+12
-0
ace/ace_standard/src/main/js/default/pages/input/style/index.css
..._standard/src/main/js/default/pages/input/style/index.css
+238
-0
ace/ace_standard/src/main/js/default/pages/input/style/index.hml
..._standard/src/main/js/default/pages/input/style/index.hml
+59
-0
未找到文件。
ace/ace_standard/src/main/js/default/pages/input/prop/index.css
浏览文件 @
09b2b3bb
...
...
@@ -151,6 +151,26 @@
padding-end
:
10px
;
}
#dataPropB
{
flex-weight
:
1
;
background-color
:
#0ff000
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
#dataPropBNone
{
flex-weight
:
1
;
background-color
:
#00d000
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
#dataProp
{
flex-weight
:
1
;
background-color
:
#0ff000
;
...
...
@@ -341,6 +361,66 @@
padding-end
:
10px
;
}
#showFor1
{
flex-weight
:
1
;
background-color
:
#c00000
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
#showFor2
{
flex-weight
:
1
;
background-color
:
blue
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
#showIf
{
flex-weight
:
1
;
background-color
:
#c00000
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
#showElseIfTrue
{
flex-weight
:
1
;
background-color
:
black
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
#showElseIfFalse
{
flex-weight
:
1
;
background-color
:
blue
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
#showElse
{
flex-weight
:
1
;
background-color
:
yellow
;
width
:
100%
;
margin-left
:
10px
;
margin-right
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
}
.specific-container
{
flex-direction
:
column
;
flex-weight
:
1
;
...
...
ace/ace_standard/src/main/js/default/pages/input/prop/index.hml
浏览文件 @
09b2b3bb
...
...
@@ -79,6 +79,16 @@
focusable="">
</input>
<text class="sub-title">
通用属性 -- data
</text>
<input id="dataPropB"
data-input="通用属性 -- data">
</input>
<input id="dataPropBNone"
data-input="">
</input>
<text class="sub-title">
通用属性 -- data-*
</text>
...
...
@@ -411,5 +421,22 @@
showpasswordicon=""
type="password">
</input>
<text class="sub-title">
特有属性 -- tid
</text>
<input for="{{array}}" tid="id" style="color: #679855; margin: 1px;"
id="showFor{{$item.id}}" value="{{$item.name }}">
</input>
<text class="sub-title">
特有属性 -- if elif
</text>
<input if="false" id="showIf">
</input>
<input elif="false" id="showElseIfTrue">
</input>
<input elif="true" id="showElseIfFalse">
</input>
<input else id="showElse">
</input>
</div>
</div>
ace/ace_standard/src/main/js/default/pages/input/prop/index.js
浏览文件 @
09b2b3bb
...
...
@@ -17,6 +17,10 @@ import prompt from '@system.prompt';
export
default
{
data
:{
array
:
[
{
id
:
1
,
name
:
'
jack
'
,
age
:
18
},
{
id
:
2
,
name
:
'
tony
'
,
age
:
18
},
],
listOne
:[{}],
listThree
:[{},{},{}],
idProp
:
null
,
...
...
ace/ace_standard/src/main/js/default/pages/input/router/index.css
浏览文件 @
09b2b3bb
...
...
@@ -317,6 +317,7 @@
width
:
100%
;
flex-weight
:
1
;
overflow
:
scroll
;
background-color
:
blue
;
}
.prop-container
{
...
...
ace/ace_standard/src/main/js/default/pages/input/router/index.hml
浏览文件 @
09b2b3bb
...
...
@@ -113,14 +113,14 @@
input通用属性2
</text>
<input class="prop2" ref ="prop2" id="prop2"
disabled = "false" focusable ="false"
data-name ="prop2" click-effect="spring-large"
dir ="ltr">
disabled = "false" focusable ="false"
data-name ="prop2" click-effect="spring-large"
dir ="ltr">
</input>
<text class="sub-title">
input通用属性3
</text>
<input style="color: #679855; margin:
5
px;" class="prop3" id="prop3">
<input style="color: #679855; margin:
1
px;" class="prop3" id="prop3">
</input>
<text class="sub-title">
input特有属性1
...
...
@@ -153,6 +153,16 @@
softkeyboardenabled="true"
showpasswordicon="false">
</input>
<div style="margin: 1px;">
<input if="false" class="prop2" ref ="prop2" style="background-color: rebeccapurple;">
</input>
<input elif="true" class="prop2" ref ="prop2" style="background-color: black;">
</input>
<input elif="false" class="prop2" ref ="prop2" style="background-color: blue;">
</input>
<input else class="prop2" ref ="prop2" style="background-color: yellow;">
</input>
</div>
<text class="sub-title">
input特有属性3
...
...
@@ -161,6 +171,9 @@
type="password"
showpasswordicon="true">
</input>
<input for="{{array}}" tid="id" style="color: #679855; margin: 1px;" class="prop3"
value="{{$item.name }}">
</input>
</div>
<div style="background-color: #000000; width: 100%; height: 2px;">
</div>
...
...
@@ -210,7 +223,8 @@
</text>
<input class ="event5"
type="checkbox"
onchange="checkChange">
onchange="checkChange"
onaccessibility="accessibility">
</input>
</div>
<div style="background-color: #000000; width: 100%; height: 2px;">
...
...
ace/ace_standard/src/main/js/default/pages/input/router/index.js
浏览文件 @
09b2b3bb
...
...
@@ -84,6 +84,12 @@ var frames = [
];
export
default
{
data
:
{
array
:
[
{
id
:
1
,
name
:
'
jack
'
,
age
:
18
},
{
id
:
2
,
name
:
'
tony
'
,
age
:
18
},
],
},
onShow
(){
// 通用属性
...
...
@@ -506,5 +512,11 @@ export default {
prompt
.
showToast
({
message
:
JSON
.
stringify
(
event
)
});
},
accessibility
(
event
){
prompt
.
showToast
({
message
:
JSON
.
stringify
(
event
)
});
}
}
ace/ace_standard/src/main/js/default/pages/input/style/index.css
浏览文件 @
09b2b3bb
...
...
@@ -340,6 +340,7 @@
background-size
:
10%
20%
;
background-repeat
:
repeat
;
background-position
:
30%
40%
;
mask-image
:
linear-gradient
(
pink
,
#fff000
);
}
#styleThirtyTwo
{
...
...
@@ -467,3 +468,240 @@
placeholder-color
:
red
;
}
#addOne
{
width
:
10%
;
height
:
20px
;
background-image
:
url('common/images/image.png')
;
background-size
:
cover
;
align-self
:
stretch
;
position
:
fixed
;
transform
:
none
;
animation-timing-function
:
cubic-bezier
(
0.4
,
0.0
,
0.4
,
1.0
);
shared-transition-effect
:
static
;
shared-transition-name
:
ani
;
shared-transition-timing-function
:
friction
;
transition-enter
:
ani
;
transition-exit
:
ani
;
transition-duration
:
10
;
transition-timing-function
:
friction
;
clip-path
:
border-box
;
display-index
:
1
;
filter
:
blur
(
10px
);
backdrop-filter
:
blur
(
10px
);
window-filter
:
blur
(
10%
);
}
#addTwo
{
width
:
100px
;
height
:
15px
;
background-image
:
url('common/images/image.png')
;
background-size
:
auto
;
position
:
relative
;
transform
:
matrix
(
0.5
,
0.1
,
0.2
,
0.9
,
20
,
10
);
animation-timing-function
:
steps
(
4
);
shared-transition-effect
:
exchange
;
clip-path
:
padding-box
;
}
#addThree
{
width
:
100px
;
height
:
15px
;
background-color
:
#000000
;
transform
:
matrix3d
(
1
,
2
,
1
,
2
,
1
,
2
,
1
,
2
,
1
,
2
,
1
,
2
,
1
,
2
,
1
,
2
);
clip-path
:
content-box
;
}
#addFour
{
width
:
100px
;
height
:
15px
;
background-color
:
#000000
;
transform
:
translate3d
(
1px
,
2px
,
1px
)
scale3d
(
1
,
2
,
1
)
rotate3d
(
10
,
10
,
10
,
10deg
)
skew
(
1deg
,
2deg
)
perspective
(
10px
);
clip-path
:
circle
(
1
);
}
#addFive
{
width
:
100px
;
height
:
15px
;
background-color
:
#000000
;
transform
:
translateY
(
1px
)
translateZ
(
10px
)
scale
(
1
,
2
)
scaleZ
(
0.4
)
rotateX
(
10deg
)
rotateY
(
10deg
)
rotateZ
(
10deg
)
skewX
(
1deg
)
skewY
(
2deg
);
clip-path
:
ellipse
(
1
);
}
#addSix
{
width
:
100px
;
height
:
15px
;
background-color
:
#000000
;
transform
:
scaleX
(
1
)
scaleY
(
0.4
);
clip-path
:
ellipse
(
1
)
}
#addSeven
{
width
:
100px
;
height
:
15px
;
background-color
:
#000000
;
clip-path
:
path
(
1
);
aspect-ratio
:
2
;
}
#addSeven
:disabled
{
width
:
100px
;
height
:
15px
;
background-color
:
#ff0000
;
}
#addSeven
:active
{
width
:
100px
;
height
:
15px
;
background-color
:
#ff0000
;
}
#addSeven
:focus
{
width
:
100px
;
height
:
15px
;
background-color
:
#ff0000
;
}
#addEight_1
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
lighter
;
radius
:
100px
;
}
#addEight_2
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
normal
;
}
#addEight_3
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
bold
;
}
#addEight_4
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
bolder
;
}
#addEight_5
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
medium
;
}
#addEight_6
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
regular
;
}
#addEight_7
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
100
;
}
#addEight_8
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
200
;
}
#addEight_9
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
300
;
}
#addEight_10
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
400
;
}
#addEight_11
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
500
;
}
#addEight_12
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
600
;
}
#addEight_13
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
700
;
text-align
:
right
;
}
#addEight_14
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
800
;
font-variant
:
normal
;
text-align
:
start
;
}
#addEight_15
{
width
:
100px
;
height
:
30px
;
background-color
:
red
;
font-size
:
20px
;
color
:
white
;
font-weight
:
900
;
font-variant
:
none
;
text-align
:
end
;
}
@font-face
{
font-family
:
SimSunfont
;
src
:
url('/common/simsun.ttf')
;
}
@media
(
device-type
:
tv
)
{
.addSeven
{
width
:
500px
;
height
:
500px
;
background-color
:
#fa8072
;
}
}
ace/ace_standard/src/main/js/default/pages/input/style/index.hml
浏览文件 @
09b2b3bb
...
...
@@ -168,6 +168,65 @@
<input id="specificCaretColor2" class="caret-color2">
</input>
</div>
<div style="width: 100%;flex-weight: 1;overflow: scroll;flex-direction: column;">
<text class="sub-title">
补充样式
</text>
<input id="addOne">
</input>
<input id="addTwo">
</input>
<input id="addThree">
</input>
<input id="addFour">
</input>
<input id="addFive">
</input>
<input id="addSix">
</input>
<input id="addSeven">
</input>
<div>
<input id="addEight_1" value="value">
</input>
<input id="addEight_2" value="value">
</input>
<input id="addEight_3" value="value">
</input>
</div>
<div>
<input id="addEight_4" value="value">
</input>
<input id="addEight_5" value="value">
</input>
<input id="addEight_6" value="value">
</input>
</div>
<div>
<input id="addEight_7" value="value">
</input>
<input id="addEight_8" value="value">
</input>
<input id="addEight_9" value="value">
</input>
</div>
<div>
<input id="addEight_10" value="value">
</input>
<input id="addEight_11" value="value">
</input>
<input id="addEight_12" value="value">
</input>
</div>
<div>
<input id="addEight_13" value="value">
</input>
<input id="addEight_14" value="value">
</input>
<input id="addEight_15" value="value">
</input>
</div>
</div>
</div>
</div>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录