Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
373ce7b2
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看板
提交
373ce7b2
编写于
3月 08, 2022
作者:
D
dongwei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add test cases
Signed-off-by:
N
dongwei
<
dongwei@kaihongdigi.com
>
上级
99c0e4f2
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
271 addition
and
3 deletion
+271
-3
ace/ace_standard/src/main/js/default/pages/rating/prop/index.css
..._standard/src/main/js/default/pages/rating/prop/index.css
+80
-0
ace/ace_standard/src/main/js/default/pages/rating/prop/index.hml
..._standard/src/main/js/default/pages/rating/prop/index.hml
+28
-0
ace/ace_standard/src/main/js/default/pages/rating/prop/index.js
...e_standard/src/main/js/default/pages/rating/prop/index.js
+4
-0
ace/ace_standard/src/main/js/default/pages/rating/router/index.hml
...tandard/src/main/js/default/pages/rating/router/index.hml
+16
-2
ace/ace_standard/src/main/js/default/pages/rating/router/index.js
...standard/src/main/js/default/pages/rating/router/index.js
+12
-0
ace/ace_standard/src/main/js/default/pages/rating/style/index.css
...standard/src/main/js/default/pages/rating/style/index.css
+111
-1
ace/ace_standard/src/main/js/default/pages/rating/style/index.hml
...standard/src/main/js/default/pages/rating/style/index.hml
+20
-0
未找到文件。
ace/ace_standard/src/main/js/default/pages/rating/prop/index.css
浏览文件 @
373ce7b2
...
@@ -151,6 +151,26 @@
...
@@ -151,6 +151,26 @@
padding-end
:
10px
;
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
{
#dataProp
{
flex-weight
:
1
;
flex-weight
:
1
;
background-color
:
#0ff000
;
background-color
:
#0ff000
;
...
@@ -405,4 +425,64 @@
...
@@ -405,4 +425,64 @@
padding-start
:
10px
;
padding-start
:
10px
;
padding-end
:
10px
;
padding-end
:
10px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
#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
;
}
}
\ No newline at end of file
ace/ace_standard/src/main/js/default/pages/rating/prop/index.hml
浏览文件 @
373ce7b2
...
@@ -79,6 +79,16 @@
...
@@ -79,6 +79,16 @@
focusable="">
focusable="">
</rating>
</rating>
<text class="sub-title">
通用属性 -- data
</text>
<rating id="dataPropB"
data-input="通用属性 -- data">
</rating>
<rating id="dataPropBNone"
data-input="">
</rating>
<text class="sub-title">
<text class="sub-title">
通用属性 -- data-*
通用属性 -- data-*
</text>
</text>
...
@@ -192,5 +202,23 @@
...
@@ -192,5 +202,23 @@
<rating id="indicatorNone"
<rating id="indicatorNone"
indicator="">
indicator="">
</rating>
</rating>
<text class="sub-title">
特有属性 -- tid
</text>
<rating for="{{array}}" tid="id" style="color: #679855; margin: 1px;"
id="showFor{{$item.id}}">
</rating>
<text class="sub-title">
特有属性 -- if elif
</text>
<rating if="false" id="showIf">
</rating>
<rating elif="false" id="showElseIfTrue">
</rating>
<rating elif="true" id="showElseIfFalse">
</rating>
<rating else id="showElse">
</rating>
</div>
</div>
</div>
</div>
</div>
ace/ace_standard/src/main/js/default/pages/rating/prop/index.js
浏览文件 @
373ce7b2
...
@@ -17,6 +17,10 @@ import prompt from '@system.prompt';
...
@@ -17,6 +17,10 @@ import prompt from '@system.prompt';
export
default
{
export
default
{
data
:{
data
:{
array
:
[
{
id
:
1
,
name
:
'
jack
'
,
age
:
18
},
{
id
:
2
,
name
:
'
tony
'
,
age
:
18
},
],
listOne
:[{}],
listOne
:[{}],
listThree
:[{},{},{}],
listThree
:[{},{},{}],
idProp
:
null
,
idProp
:
null
,
...
...
ace/ace_standard/src/main/js/default/pages/rating/router/index.hml
浏览文件 @
373ce7b2
...
@@ -130,8 +130,19 @@
...
@@ -130,8 +130,19 @@
<rating class="prop4" id="prop4"
<rating class="prop4" id="prop4"
numstars="5"
numstars="5"
rating="1"
rating="1"
stepsize="1">
stepsize="1"
indicator="false">
</rating>
</rating>
<div style="margin: 2px;">
<rating if="false" class="prop2" ref ="prop2">
</rating>
<rating elif="true" class="prop2" ref ="prop2">
</rating>
<rating elif="false" class="prop2" ref ="prop2">
</rating>
<rating else class="prop2" ref ="prop2">
</rating>
</div>
<text class="sub-title">
<text class="sub-title">
rating特有属性2
rating特有属性2
</text>
</text>
...
@@ -141,6 +152,8 @@
...
@@ -141,6 +152,8 @@
stepsize="1"
stepsize="1"
indicator="true">
indicator="true">
</rating>
</rating>
<rating for="{{array}}" tid="id" style="color: #679855; margin: 5px;" class="prop3">
</rating>
</div>
</div>
<div style="background-color: #000000; width: 100%; height: 2px;">
<div style="background-color: #000000; width: 100%; height: 2px;">
</div>
</div>
...
@@ -178,7 +191,8 @@
...
@@ -178,7 +191,8 @@
numstars="5"
numstars="5"
rating="1"
rating="1"
stepsize="1"
stepsize="1"
onchange="change">
onchange="change"
onaccessibility="accessibility">
</rating>
</rating>
</div>
</div>
<div style="background-color: #000000; width: 100%; height: 2px;">
<div style="background-color: #000000; width: 100%; height: 2px;">
...
...
ace/ace_standard/src/main/js/default/pages/rating/router/index.js
浏览文件 @
373ce7b2
...
@@ -84,6 +84,12 @@ var frames = [
...
@@ -84,6 +84,12 @@ var frames = [
];
];
export
default
{
export
default
{
data
:
{
array
:
[
{
id
:
1
,
name
:
'
jack
'
,
age
:
18
},
{
id
:
2
,
name
:
'
tony
'
,
age
:
18
},
],
},
onShow
(){
onShow
(){
// 通用属性
// 通用属性
...
@@ -449,5 +455,11 @@ export default {
...
@@ -449,5 +455,11 @@ export default {
prompt
.
showToast
({
prompt
.
showToast
({
message
:
JSON
.
stringify
(
event
)
message
:
JSON
.
stringify
(
event
)
});
});
},
accessibility
(
event
){
prompt
.
showToast
({
message
:
JSON
.
stringify
(
event
)
});
}
}
}
}
ace/ace_standard/src/main/js/default/pages/rating/style/index.css
浏览文件 @
373ce7b2
...
@@ -344,6 +344,7 @@
...
@@ -344,6 +344,7 @@
background-size
:
10%
20%
;
background-size
:
10%
20%
;
background-repeat
:
repeat
;
background-repeat
:
repeat
;
background-position
:
30%
40%
;
background-position
:
30%
40%
;
mask-image
:
linear-gradient
(
pink
,
#fff000
);
}
}
#styleThirtyTwo
{
#styleThirtyTwo
{
...
@@ -436,4 +437,113 @@
...
@@ -436,4 +437,113 @@
}
}
.rtl-flip2
{
.rtl-flip2
{
rtl-flip
:
false
;
rtl-flip
:
false
;
}
}
\ No newline at end of file
#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
;
}
@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/rating/style/index.hml
浏览文件 @
373ce7b2
...
@@ -153,6 +153,26 @@
...
@@ -153,6 +153,26 @@
<rating id="specificRtlFlip2" class="rtl-flip2">
<rating id="specificRtlFlip2" class="rtl-flip2">
</rating>
</rating>
</div>
</div>
<div style="width: 100%;flex-weight: 1;overflow: scroll;flex-direction: column;">
<text class="sub-title">
补充样式
</text>
<rating id="addOne">
</rating>
<rating id="addTwo">
</rating>
<rating id="addThree">
</rating>
<rating id="addFour">
</rating>
<rating id="addFive">
</rating>
<rating id="addSix">
</rating>
<rating id="addSeven">
</rating>
</div>
</div>
</div>
</div>
</div>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录