Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
f69e86d1
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看板
提交
f69e86d1
编写于
7月 27, 2023
作者:
S
sunjiakun
1
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
IsShowBackground -> showBackground
Signed-off-by:
N
sunjiakun
<
sunjiakun3@huawei.com
>
上级
7ede3e8c
变更
4
展开全部
显示空白变更内容
内联
并排
Showing
4 changed file
with
79 addition
and
79 deletion
+79
-79
arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/swipe_add.ets
...ent_ui/entry/src/main/ets/MainAbility/pages/swipe_add.ets
+1
-1
arkui/ace_ets_components_ux/ace_ets_component_swiper/src/main/ets/test/List.test.ets
.../ace_ets_component_swiper/src/main/ets/test/List.test.ets
+1
-1
arkui/ace_ets_components_ux/ace_ets_component_swiper/src/main/ets/test/swiper.ets
..._ux/ace_ets_component_swiper/src/main/ets/test/swiper.ets
+4
-4
arkui/ace_ets_components_ux/ace_ets_component_swiper/src/main/ets/test/swipersec.ets
.../ace_ets_component_swiper/src/main/ets/test/swipersec.ets
+73
-73
未找到文件。
arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/swipe_add.ets
浏览文件 @
f69e86d1
...
@@ -66,7 +66,7 @@ struct SwiperExample {
...
@@ -66,7 +66,7 @@ struct SwiperExample {
.duration(1000)
.duration(1000)
.itemSpace(0)
.itemSpace(0)
.displayArrow({
.displayArrow({
isS
howBackground:true,
s
howBackground:true,
isSidebarMiddle:true,
isSidebarMiddle:true,
backgroundSize:24,
backgroundSize:24,
backgroundColor:Color.White,
backgroundColor:Color.White,
...
...
arkui/ace_ets_components_ux/ace_ets_component_swiper/src/main/ets/test/List.test.ets
浏览文件 @
f69e86d1
arkui/ace_ets_components_ux/ace_ets_component_swiper/src/main/ets/test/swiper.ets
浏览文件 @
f69e86d1
...
@@ -40,7 +40,7 @@ export default function swiperTest() {
...
@@ -40,7 +40,7 @@ export default function swiperTest() {
JSON.stringify(obj.$attrs.selectedItemWidth));
JSON.stringify(obj.$attrs.selectedItemWidth));
let obj2 = JSON.parse(obj.$attrs.indicator);
let obj2 = JSON.parse(obj.$attrs.indicator);
console.info("ArkUX_Stage_Swiper_SelectedItemWidth_0100 component obj2 is: " + JSON.stringify(obj2.selectedItemWidth));
console.info("ArkUX_Stage_Swiper_SelectedItemWidth_0100 component obj2 is: " + JSON.stringify(obj2.selectedItemWidth));
expect(obj2.selectedItemWidth).assertEqual("5.00
px
");
expect(obj2.selectedItemWidth).assertEqual("5.00
vp
");
console.info('ArkUX_Stage_Swiper_SelectedItemWidth_0100 END ');
console.info('ArkUX_Stage_Swiper_SelectedItemWidth_0100 END ');
done();
done();
} catch (err) {
} catch (err) {
...
@@ -280,7 +280,7 @@ export default function swiperTest() {
...
@@ -280,7 +280,7 @@ export default function swiperTest() {
JSON.stringify(obj.$attrs.selectedItemHeight));
JSON.stringify(obj.$attrs.selectedItemHeight));
let obj2 = JSON.parse(obj.$attrs.indicator);
let obj2 = JSON.parse(obj.$attrs.indicator);
console.info("ArkUX_Stage_Swiper_SelectedItemHeight_0100 component obj2 is: " + JSON.stringify(obj2));
console.info("ArkUX_Stage_Swiper_SelectedItemHeight_0100 component obj2 is: " + JSON.stringify(obj2));
expect(obj2.selectedItemHeight).assertEqual("3.00
px
");
expect(obj2.selectedItemHeight).assertEqual("3.00
vp
");
console.info('ArkUX_Stage_Swiper_SelectedItemHeight_0100 END ');
console.info('ArkUX_Stage_Swiper_SelectedItemHeight_0100 END ');
done();
done();
} catch (err) {
} catch (err) {
...
@@ -520,7 +520,7 @@ export default function swiperTest() {
...
@@ -520,7 +520,7 @@ export default function swiperTest() {
JSON.stringify(obj.$attrs.itemWidth));
JSON.stringify(obj.$attrs.itemWidth));
let obj2 = JSON.parse(obj.$attrs.indicator);
let obj2 = JSON.parse(obj.$attrs.indicator);
console.info("ArkUX_Stage_Swiper_ItemWidth_0100 component obj2 is: " + JSON.stringify(obj2));
console.info("ArkUX_Stage_Swiper_ItemWidth_0100 component obj2 is: " + JSON.stringify(obj2));
expect(obj2.itemWidth).assertEqual("3.00
px
");
expect(obj2.itemWidth).assertEqual("3.00
vp
");
console.info('ArkUX_Stage_Swiper_ItemWidth_0100 END ');
console.info('ArkUX_Stage_Swiper_ItemWidth_0100 END ');
done();
done();
} catch (err) {
} catch (err) {
...
@@ -730,7 +730,7 @@ export default function swiperTest() {
...
@@ -730,7 +730,7 @@ export default function swiperTest() {
JSON.stringify(obj.$attrs.itemHeight));
JSON.stringify(obj.$attrs.itemHeight));
let obj2 = JSON.parse(obj.$attrs.indicator);
let obj2 = JSON.parse(obj.$attrs.indicator);
console.info("ArkUX_Stage_Swiper_ItemHeight_0100 component obj2 is: " + JSON.stringify(obj2));
console.info("ArkUX_Stage_Swiper_ItemHeight_0100 component obj2 is: " + JSON.stringify(obj2));
expect(obj2.itemHeight).assertEqual("3.00
px
");
expect(obj2.itemHeight).assertEqual("3.00
vp
");
console.info('ArkUX_Stage_Swiper_ItemHeight_0100 END ');
console.info('ArkUX_Stage_Swiper_ItemHeight_0100 END ');
done();
done();
} catch (err) {
} catch (err) {
...
...
arkui/ace_ets_components_ux/ace_ets_component_swiper/src/main/ets/test/swipersec.ets
浏览文件 @
f69e86d1
此差异已折叠。
点击以展开。
鸿蒙社区
@harmonycommunity
mentioned in commit
b87085c5
·
7月 30, 2023
mentioned in commit
b87085c5
mentioned in commit b87085c5433c5eb850fb2d1825d1317e4d93e124
开关提交列表
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录