@lingxiteam/assets 3.7.1-alpha.3 → 4.0.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/rootConfig/mobile/MobileModal.js +1 -1
- package/es/rootConfig/mobile/MobilePopover.js +1 -1
- package/es/rootConfig/mobile/page.js +1 -1
- package/es/rootConfig/pc/Drawer.js +1 -1
- package/es/rootConfig/pc/Modal.js +1 -1
- package/es/rootConfig/pc/Popover.js +1 -1
- package/es/rootConfig/pc/page.js +1 -1
- package/es/rootConfig/todoActionList.js +21 -4
- package/lib/rootConfig/mobile/MobileModal.js +1 -1
- package/lib/rootConfig/mobile/MobilePopover.js +1 -1
- package/lib/rootConfig/mobile/page.js +1 -1
- package/lib/rootConfig/pc/Drawer.js +1 -1
- package/lib/rootConfig/pc/Modal.js +1 -1
- package/lib/rootConfig/pc/Popover.js +1 -1
- package/lib/rootConfig/pc/page.js +1 -1
- package/lib/rootConfig/todoActionList.js +21 -4
- package/package.json +1 -1
package/es/rootConfig/pc/page.js
CHANGED
|
@@ -2402,7 +2402,9 @@ var todoActionObject = {
|
|
|
2402
2402
|
}, {
|
|
2403
2403
|
key: 'eventExtService',
|
|
2404
2404
|
label: '选择业务场景来扩展服务',
|
|
2405
|
-
type: 'SetEventExtService'
|
|
2405
|
+
type: 'SetEventExtService',
|
|
2406
|
+
visibleFlag: 'hasEventExtService',
|
|
2407
|
+
visibleFlagValue: ['T']
|
|
2406
2408
|
}],
|
|
2407
2409
|
todoCallbacks: ['callback1', 'callback2'],
|
|
2408
2410
|
classification: [{
|
|
@@ -2519,7 +2521,8 @@ var todoActionObject = {
|
|
|
2519
2521
|
label: '配置说明',
|
|
2520
2522
|
content: '选择返回数据的内容节点(对象数组类型),设置key、标题、状态的取值字段,取值可以从自定义、页面值、上下文、数据源等获取'
|
|
2521
2523
|
}],
|
|
2522
|
-
todoCallbacks: ['callback1']
|
|
2524
|
+
todoCallbacks: ['callback1'],
|
|
2525
|
+
hidden: true
|
|
2523
2526
|
},
|
|
2524
2527
|
setHref: {
|
|
2525
2528
|
key: 'setHref',
|
|
@@ -2645,12 +2648,25 @@ var todoActionObject = {
|
|
|
2645
2648
|
label: '数据通信',
|
|
2646
2649
|
value: 'communicate'
|
|
2647
2650
|
}],
|
|
2648
|
-
isAsync: true
|
|
2651
|
+
isAsync: true,
|
|
2652
|
+
remarks: [{
|
|
2653
|
+
label: '适用场景',
|
|
2654
|
+
content: '场景一:当A页面通过页面容器/业务组件加载B页面的时候,通过该事件支持B页面调用A页面事件 \n 场景二:当A页面打开弹窗/抽屉/气泡是B页面的时候,通过该事件支持B页面调用A页面事件 \n 场景三:当A页面(A页面开启页面缓存)跳转到B页面的时候,通过该事件支持B页面调用A页面事件'
|
|
2655
|
+
}]
|
|
2649
2656
|
},
|
|
2650
2657
|
callCustomPageFunc: {
|
|
2651
2658
|
key: 'callCustomPageFunc',
|
|
2652
2659
|
label: '调用任意页面自定义事件',
|
|
2653
2660
|
todoOptions: [{
|
|
2661
|
+
key: 'actionTitle',
|
|
2662
|
+
label: '动作说明',
|
|
2663
|
+
type: 'CustomActionTitle',
|
|
2664
|
+
props: {
|
|
2665
|
+
placeholder: '请输入动作说明',
|
|
2666
|
+
maxLength: 20,
|
|
2667
|
+
valuePropName: 'actionTitle'
|
|
2668
|
+
}
|
|
2669
|
+
}, {
|
|
2654
2670
|
key: 'pathname',
|
|
2655
2671
|
label: '页面',
|
|
2656
2672
|
type: 'SelectPage'
|
|
@@ -3563,7 +3579,8 @@ var todoActionObject = {
|
|
|
3563
3579
|
classification: [{
|
|
3564
3580
|
label: '调试类',
|
|
3565
3581
|
value: 'debug'
|
|
3566
|
-
}]
|
|
3582
|
+
}],
|
|
3583
|
+
hidden: true
|
|
3567
3584
|
},
|
|
3568
3585
|
reload: {
|
|
3569
3586
|
key: 'reload',
|
|
@@ -2408,7 +2408,9 @@ var todoActionObject = {
|
|
|
2408
2408
|
}, {
|
|
2409
2409
|
key: 'eventExtService',
|
|
2410
2410
|
label: '选择业务场景来扩展服务',
|
|
2411
|
-
type: 'SetEventExtService'
|
|
2411
|
+
type: 'SetEventExtService',
|
|
2412
|
+
visibleFlag: 'hasEventExtService',
|
|
2413
|
+
visibleFlagValue: ['T']
|
|
2412
2414
|
}],
|
|
2413
2415
|
todoCallbacks: ['callback1', 'callback2'],
|
|
2414
2416
|
classification: [{
|
|
@@ -2525,7 +2527,8 @@ var todoActionObject = {
|
|
|
2525
2527
|
label: '配置说明',
|
|
2526
2528
|
content: '选择返回数据的内容节点(对象数组类型),设置key、标题、状态的取值字段,取值可以从自定义、页面值、上下文、数据源等获取'
|
|
2527
2529
|
}],
|
|
2528
|
-
todoCallbacks: ['callback1']
|
|
2530
|
+
todoCallbacks: ['callback1'],
|
|
2531
|
+
hidden: true
|
|
2529
2532
|
},
|
|
2530
2533
|
setHref: {
|
|
2531
2534
|
key: 'setHref',
|
|
@@ -2651,12 +2654,25 @@ var todoActionObject = {
|
|
|
2651
2654
|
label: '数据通信',
|
|
2652
2655
|
value: 'communicate'
|
|
2653
2656
|
}],
|
|
2654
|
-
isAsync: true
|
|
2657
|
+
isAsync: true,
|
|
2658
|
+
remarks: [{
|
|
2659
|
+
label: '适用场景',
|
|
2660
|
+
content: '场景一:当A页面通过页面容器/业务组件加载B页面的时候,通过该事件支持B页面调用A页面事件 \n 场景二:当A页面打开弹窗/抽屉/气泡是B页面的时候,通过该事件支持B页面调用A页面事件 \n 场景三:当A页面(A页面开启页面缓存)跳转到B页面的时候,通过该事件支持B页面调用A页面事件'
|
|
2661
|
+
}]
|
|
2655
2662
|
},
|
|
2656
2663
|
callCustomPageFunc: {
|
|
2657
2664
|
key: 'callCustomPageFunc',
|
|
2658
2665
|
label: '调用任意页面自定义事件',
|
|
2659
2666
|
todoOptions: [{
|
|
2667
|
+
key: 'actionTitle',
|
|
2668
|
+
label: '动作说明',
|
|
2669
|
+
type: 'CustomActionTitle',
|
|
2670
|
+
props: {
|
|
2671
|
+
placeholder: '请输入动作说明',
|
|
2672
|
+
maxLength: 20,
|
|
2673
|
+
valuePropName: 'actionTitle'
|
|
2674
|
+
}
|
|
2675
|
+
}, {
|
|
2660
2676
|
key: 'pathname',
|
|
2661
2677
|
label: '页面',
|
|
2662
2678
|
type: 'SelectPage'
|
|
@@ -3569,7 +3585,8 @@ var todoActionObject = {
|
|
|
3569
3585
|
classification: [{
|
|
3570
3586
|
label: '调试类',
|
|
3571
3587
|
value: 'debug'
|
|
3572
|
-
}]
|
|
3588
|
+
}],
|
|
3589
|
+
hidden: true
|
|
3573
3590
|
},
|
|
3574
3591
|
reload: {
|
|
3575
3592
|
key: 'reload',
|