@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.
@@ -77,7 +77,7 @@ export default {
77
77
  },
78
78
  pagePath: {
79
79
  label: '路径',
80
- type: 'Input',
80
+ type: 'UrlInput',
81
81
  groupsName: '基础',
82
82
  props: {
83
83
  required: true,
@@ -74,7 +74,7 @@ export default {
74
74
  },
75
75
  pagePath: {
76
76
  label: '路径',
77
- type: 'Input',
77
+ type: 'UrlInput',
78
78
  groupsName: '基础',
79
79
  props: {
80
80
  required: true,
@@ -116,7 +116,7 @@ export default {
116
116
  },
117
117
  pagePath: {
118
118
  label: '路径',
119
- type: 'Input',
119
+ type: 'UrlInput',
120
120
  groupsName: '基础',
121
121
  props: {
122
122
  required: true,
@@ -120,7 +120,7 @@ export default {
120
120
  },
121
121
  pagePath: {
122
122
  label: '路径',
123
- type: 'Input',
123
+ type: 'UrlInput',
124
124
  groupsName: '基础',
125
125
  props: {
126
126
  required: true,
@@ -121,7 +121,7 @@ export default {
121
121
  },
122
122
  pagePath: {
123
123
  label: '路径',
124
- type: 'Input',
124
+ type: 'UrlInput',
125
125
  groupsName: '基础',
126
126
  props: {
127
127
  required: true,
@@ -114,7 +114,7 @@ export default {
114
114
  },
115
115
  pagePath: {
116
116
  label: '路径',
117
- type: 'Input',
117
+ type: 'UrlInput',
118
118
  groupsName: '基础',
119
119
  props: {
120
120
  required: true,
@@ -134,7 +134,7 @@ export default {
134
134
  },
135
135
  pagePath: {
136
136
  label: '路径',
137
- type: 'Input',
137
+ type: 'UrlInput',
138
138
  groupsName: '基础',
139
139
  props: {
140
140
  required: true,
@@ -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',
@@ -83,7 +83,7 @@ var _default = {
83
83
  },
84
84
  pagePath: {
85
85
  label: '路径',
86
- type: 'Input',
86
+ type: 'UrlInput',
87
87
  groupsName: '基础',
88
88
  props: {
89
89
  required: true,
@@ -80,7 +80,7 @@ var _default = {
80
80
  },
81
81
  pagePath: {
82
82
  label: '路径',
83
- type: 'Input',
83
+ type: 'UrlInput',
84
84
  groupsName: '基础',
85
85
  props: {
86
86
  required: true,
@@ -122,7 +122,7 @@ var _default = {
122
122
  },
123
123
  pagePath: {
124
124
  label: '路径',
125
- type: 'Input',
125
+ type: 'UrlInput',
126
126
  groupsName: '基础',
127
127
  props: {
128
128
  required: true,
@@ -126,7 +126,7 @@ var _default = {
126
126
  },
127
127
  pagePath: {
128
128
  label: '路径',
129
- type: 'Input',
129
+ type: 'UrlInput',
130
130
  groupsName: '基础',
131
131
  props: {
132
132
  required: true,
@@ -127,7 +127,7 @@ var _default = {
127
127
  },
128
128
  pagePath: {
129
129
  label: '路径',
130
- type: 'Input',
130
+ type: 'UrlInput',
131
131
  groupsName: '基础',
132
132
  props: {
133
133
  required: true,
@@ -120,7 +120,7 @@ var _default = {
120
120
  },
121
121
  pagePath: {
122
122
  label: '路径',
123
- type: 'Input',
123
+ type: 'UrlInput',
124
124
  groupsName: '基础',
125
125
  props: {
126
126
  required: true,
@@ -140,7 +140,7 @@ var _default = {
140
140
  },
141
141
  pagePath: {
142
142
  label: '路径',
143
- type: 'Input',
143
+ type: 'UrlInput',
144
144
  groupsName: '基础',
145
145
  props: {
146
146
  required: true,
@@ -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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/assets",
3
- "version": "3.7.1-alpha.3",
3
+ "version": "4.0.1-alpha.1",
4
4
  "description": "灵犀低代码平台移动端 - 工具类",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",