@vipl520/dk-ui 1.0.70 → 1.0.72

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.
Files changed (155) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.js +2786 -806
  3. package/dist/index.min.js +9 -4
  4. package/dist/index.min.js.map +1 -1
  5. package/dist/index.min.mjs +9 -4
  6. package/dist/index.min.mjs.map +1 -1
  7. package/dist/index.mjs +2788 -808
  8. package/dist/web-types.json +1 -1
  9. package/es/page-diy/index.mjs +2 -0
  10. package/es/page-diy/index.mjs.map +1 -1
  11. package/es/page-diy/src/components/forms/DkCubeImageInput.vue.d.ts +26 -0
  12. package/es/page-diy/src/components/forms/DkCubeImageInput.vue.mjs +7 -0
  13. package/es/page-diy/src/components/forms/DkCubeImageInput.vue.mjs.map +1 -0
  14. package/es/page-diy/src/components/forms/DkCubeImageInput.vue2.mjs +372 -0
  15. package/es/page-diy/src/components/forms/DkCubeImageInput.vue2.mjs.map +1 -0
  16. package/es/page-diy/src/components/forms/DkEventCreateInput.vue.d.ts +0 -9
  17. package/es/page-diy/src/components/forms/DkEventCreateInput.vue2.mjs +0 -4
  18. package/es/page-diy/src/components/forms/DkEventCreateInput.vue2.mjs.map +1 -1
  19. package/es/page-diy/src/components/forms/DkEventSelectInput.vue.mjs +12 -15
  20. package/es/page-diy/src/components/forms/DkEventSelectInput.vue.mjs.map +1 -1
  21. package/es/page-diy/src/config/rule/min/common/DkMinBlank.d.ts +1 -1
  22. package/es/page-diy/src/config/rule/min/common/DkMinBlank.mjs +2 -2
  23. package/es/page-diy/src/config/rule/min/common/DkMinBlank.mjs.map +1 -1
  24. package/es/page-diy/src/config/rule/min/common/DkMinCubeImage.d.ts +48 -0
  25. package/es/page-diy/src/config/rule/min/common/DkMinCubeImage.mjs +49 -0
  26. package/es/page-diy/src/config/rule/min/common/DkMinCubeImage.mjs.map +1 -0
  27. package/es/page-diy/src/config/rule/min/common/DkMinGrid.d.ts +31 -2
  28. package/es/page-diy/src/config/rule/min/common/DkMinGrid.mjs +30 -3
  29. package/es/page-diy/src/config/rule/min/common/DkMinGrid.mjs.map +1 -1
  30. package/es/page-diy/src/config/rule/min/common/DkMinHotArea.mjs +1 -1
  31. package/es/page-diy/src/config/rule/min/common/DkMinHotArea.mjs.map +1 -1
  32. package/es/page-diy/src/config/rule/min/common/DkMinImage.d.ts +122 -0
  33. package/es/page-diy/src/config/rule/min/common/DkMinImage.mjs +144 -0
  34. package/es/page-diy/src/config/rule/min/common/DkMinImage.mjs.map +1 -0
  35. package/es/page-diy/src/config/rule/min/common/DkMinModal.d.ts +91 -0
  36. package/es/page-diy/src/config/rule/min/common/DkMinModal.mjs +85 -0
  37. package/es/page-diy/src/config/rule/min/common/DkMinModal.mjs.map +1 -0
  38. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.d.ts +25 -6
  39. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.mjs +25 -7
  40. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.mjs.map +1 -1
  41. package/es/page-diy/src/config/rule/min/common/DkMinVideo.mjs +1 -1
  42. package/es/page-diy/src/config/rule/min/common/DkMinVideo.mjs.map +1 -1
  43. package/es/page-diy/src/config/rule/min/common/index.d.ts +880 -286
  44. package/es/page-diy/src/config/rule/min/common/index.mjs +22 -5
  45. package/es/page-diy/src/config/rule/min/common/index.mjs.map +1 -1
  46. package/es/page-diy/src/config/rule/min/index.d.ts +846 -252
  47. package/es/page-diy/src/views/min/DkMinCubeImage.vue.d.ts +60 -0
  48. package/es/page-diy/src/views/min/DkMinCubeImage.vue.mjs +184 -0
  49. package/es/page-diy/src/views/min/DkMinCubeImage.vue.mjs.map +1 -0
  50. package/es/page-diy/src/views/min/DkMinImage.vue.d.ts +135 -0
  51. package/es/page-diy/src/views/min/DkMinImage.vue.mjs +84 -0
  52. package/es/page-diy/src/views/min/DkMinImage.vue.mjs.map +1 -0
  53. package/es/page-diy/src/views/min/DkMinModal.vue.d.ts +41 -0
  54. package/es/page-diy/src/views/min/DkMinModal.vue.mjs +34 -0
  55. package/es/page-diy/src/views/min/DkMinModal.vue.mjs.map +1 -0
  56. package/es/page-diy/src/views/min/index.mjs +7 -1
  57. package/es/page-diy/src/views/min/index.mjs.map +1 -1
  58. package/es/page-diy/style/cube-image.css +1 -0
  59. package/es/page-diy/style/cube-image.scss +71 -0
  60. package/es/page-diy/style/index.css +1 -1
  61. package/es/page-diy/style/index.scss +1 -0
  62. package/es/page-diy/style/minViews/index.scss +89 -0
  63. package/es/style-box-input/src/style-box-input.vue2.mjs +135 -91
  64. package/es/style-box-input/src/style-box-input.vue2.mjs.map +1 -1
  65. package/es/table/index.d.ts +15 -0
  66. package/es/table/src/components/ComSearch.vue2.mjs +21 -12
  67. package/es/table/src/components/ComSearch.vue2.mjs.map +1 -1
  68. package/es/table/src/components/FieldRender.vue2.mjs +42 -22
  69. package/es/table/src/components/FieldRender.vue2.mjs.map +1 -1
  70. package/es/table/src/components/header.vue2.mjs +2 -2
  71. package/es/table/src/components/header.vue2.mjs.map +1 -1
  72. package/es/table/src/props.d.ts +4 -0
  73. package/es/table/src/props.mjs +4 -0
  74. package/es/table/src/props.mjs.map +1 -1
  75. package/es/table/src/table.vue.d.ts +9 -0
  76. package/es/table/src/table.vue2.mjs +3 -2
  77. package/es/table/src/table.vue2.mjs.map +1 -1
  78. package/es/table/utils/dkTable.mjs +4 -1
  79. package/es/table/utils/dkTable.mjs.map +1 -1
  80. package/es/tiny-editor/src/tiny-editor.vue2.mjs +0 -1
  81. package/es/tiny-editor/src/tiny-editor.vue2.mjs.map +1 -1
  82. package/lib/page-diy/index.js +2 -0
  83. package/lib/page-diy/index.js.map +1 -1
  84. package/lib/page-diy/src/components/forms/DkCubeImageInput.vue.d.ts +26 -0
  85. package/lib/page-diy/src/components/forms/DkCubeImageInput.vue.js +11 -0
  86. package/lib/page-diy/src/components/forms/DkCubeImageInput.vue.js.map +1 -0
  87. package/lib/page-diy/src/components/forms/DkCubeImageInput.vue2.js +376 -0
  88. package/lib/page-diy/src/components/forms/DkCubeImageInput.vue2.js.map +1 -0
  89. package/lib/page-diy/src/components/forms/DkEventCreateInput.vue.d.ts +0 -9
  90. package/lib/page-diy/src/components/forms/DkEventCreateInput.vue2.js +0 -4
  91. package/lib/page-diy/src/components/forms/DkEventCreateInput.vue2.js.map +1 -1
  92. package/lib/page-diy/src/components/forms/DkEventSelectInput.vue.js +12 -15
  93. package/lib/page-diy/src/components/forms/DkEventSelectInput.vue.js.map +1 -1
  94. package/lib/page-diy/src/config/rule/min/common/DkMinBlank.d.ts +1 -1
  95. package/lib/page-diy/src/config/rule/min/common/DkMinBlank.js +2 -2
  96. package/lib/page-diy/src/config/rule/min/common/DkMinBlank.js.map +1 -1
  97. package/lib/page-diy/src/config/rule/min/common/DkMinCubeImage.d.ts +48 -0
  98. package/lib/page-diy/src/config/rule/min/common/DkMinCubeImage.js +53 -0
  99. package/lib/page-diy/src/config/rule/min/common/DkMinCubeImage.js.map +1 -0
  100. package/lib/page-diy/src/config/rule/min/common/DkMinGrid.d.ts +31 -2
  101. package/lib/page-diy/src/config/rule/min/common/DkMinGrid.js +30 -3
  102. package/lib/page-diy/src/config/rule/min/common/DkMinGrid.js.map +1 -1
  103. package/lib/page-diy/src/config/rule/min/common/DkMinHotArea.js +1 -1
  104. package/lib/page-diy/src/config/rule/min/common/DkMinHotArea.js.map +1 -1
  105. package/lib/page-diy/src/config/rule/min/common/DkMinImage.d.ts +122 -0
  106. package/lib/page-diy/src/config/rule/min/common/DkMinImage.js +148 -0
  107. package/lib/page-diy/src/config/rule/min/common/DkMinImage.js.map +1 -0
  108. package/lib/page-diy/src/config/rule/min/common/DkMinModal.d.ts +91 -0
  109. package/lib/page-diy/src/config/rule/min/common/DkMinModal.js +89 -0
  110. package/lib/page-diy/src/config/rule/min/common/DkMinModal.js.map +1 -0
  111. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.d.ts +25 -6
  112. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.js +25 -7
  113. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.js.map +1 -1
  114. package/lib/page-diy/src/config/rule/min/common/DkMinVideo.js +1 -1
  115. package/lib/page-diy/src/config/rule/min/common/DkMinVideo.js.map +1 -1
  116. package/lib/page-diy/src/config/rule/min/common/index.d.ts +880 -286
  117. package/lib/page-diy/src/config/rule/min/common/index.js +22 -5
  118. package/lib/page-diy/src/config/rule/min/common/index.js.map +1 -1
  119. package/lib/page-diy/src/config/rule/min/index.d.ts +846 -252
  120. package/lib/page-diy/src/views/min/DkMinCubeImage.vue.d.ts +60 -0
  121. package/lib/page-diy/src/views/min/DkMinCubeImage.vue.js +188 -0
  122. package/lib/page-diy/src/views/min/DkMinCubeImage.vue.js.map +1 -0
  123. package/lib/page-diy/src/views/min/DkMinImage.vue.d.ts +135 -0
  124. package/lib/page-diy/src/views/min/DkMinImage.vue.js +88 -0
  125. package/lib/page-diy/src/views/min/DkMinImage.vue.js.map +1 -0
  126. package/lib/page-diy/src/views/min/DkMinModal.vue.d.ts +41 -0
  127. package/lib/page-diy/src/views/min/DkMinModal.vue.js +38 -0
  128. package/lib/page-diy/src/views/min/DkMinModal.vue.js.map +1 -0
  129. package/lib/page-diy/src/views/min/index.js +7 -1
  130. package/lib/page-diy/src/views/min/index.js.map +1 -1
  131. package/lib/page-diy/style/cube-image.css +1 -0
  132. package/lib/page-diy/style/cube-image.scss +71 -0
  133. package/lib/page-diy/style/index.css +1 -1
  134. package/lib/page-diy/style/index.scss +1 -0
  135. package/lib/page-diy/style/minViews/index.scss +89 -0
  136. package/lib/style-box-input/src/style-box-input.vue2.js +134 -90
  137. package/lib/style-box-input/src/style-box-input.vue2.js.map +1 -1
  138. package/lib/table/index.d.ts +15 -0
  139. package/lib/table/src/components/ComSearch.vue2.js +21 -12
  140. package/lib/table/src/components/ComSearch.vue2.js.map +1 -1
  141. package/lib/table/src/components/FieldRender.vue2.js +41 -21
  142. package/lib/table/src/components/FieldRender.vue2.js.map +1 -1
  143. package/lib/table/src/components/header.vue2.js +2 -2
  144. package/lib/table/src/components/header.vue2.js.map +1 -1
  145. package/lib/table/src/props.d.ts +4 -0
  146. package/lib/table/src/props.js +4 -0
  147. package/lib/table/src/props.js.map +1 -1
  148. package/lib/table/src/table.vue.d.ts +9 -0
  149. package/lib/table/src/table.vue2.js +3 -2
  150. package/lib/table/src/table.vue2.js.map +1 -1
  151. package/lib/table/utils/dkTable.js +4 -1
  152. package/lib/table/utils/dkTable.js.map +1 -1
  153. package/lib/tiny-editor/src/tiny-editor.vue2.js +0 -1
  154. package/lib/tiny-editor/src/tiny-editor.vue2.js.map +1 -1
  155. package/package.json +1 -1
@@ -5,19 +5,54 @@ export const commonMenu: ({
5
5
  rule(): {
6
6
  type: string;
7
7
  props: {
8
- videoPath: string;
9
- isHeight: boolean;
10
- isOpenClose: boolean;
8
+ title: string;
9
+ subtitle: string;
10
+ iconType: string;
11
+ iconSize: number;
12
+ showSubtitle: boolean;
11
13
  };
12
14
  showStyle: boolean;
15
+ fixed: boolean;
16
+ setting: {
17
+ style: {
18
+ paddingLeft: string;
19
+ paddingRight: string;
20
+ paddingTop: string;
21
+ paddingBottom: string;
22
+ backgroundColor: string;
23
+ };
24
+ };
13
25
  };
14
26
  props(): ({
15
27
  type: string;
16
28
  field: string;
17
29
  title: string;
18
- value: string;
30
+ value?: undefined;
31
+ options?: undefined;
19
32
  control?: undefined;
20
- effect?: undefined;
33
+ } | {
34
+ type: string;
35
+ field: string;
36
+ title: string;
37
+ value: string;
38
+ options: {
39
+ label: string;
40
+ value: string;
41
+ }[];
42
+ control: {
43
+ value: string;
44
+ rule: ({
45
+ type: string;
46
+ field: string;
47
+ title: string;
48
+ value: string;
49
+ } | {
50
+ type: string;
51
+ field: string;
52
+ title: string;
53
+ value: number;
54
+ })[];
55
+ }[];
21
56
  } | {
22
57
  type: string;
23
58
  field: string;
@@ -29,24 +64,177 @@ export const commonMenu: ({
29
64
  type: string;
30
65
  field: string;
31
66
  title: string;
32
- value: number;
33
- props: {
34
- min: number;
35
- height: number;
36
- };
37
- suffix: {
38
- type: string;
39
- style: {
40
- fontSize: string;
41
- color: string;
42
- };
43
- children: string[];
44
- };
67
+ value: string;
45
68
  }[];
46
69
  }[];
70
+ options?: undefined;
71
+ })[];
72
+ } | {
73
+ icon: string;
74
+ label: string;
75
+ name: string;
76
+ rule(): {
77
+ type: string;
78
+ props: {
79
+ height: number;
80
+ };
81
+ showStyle: boolean;
82
+ };
83
+ props(): {
84
+ type: string;
85
+ field: string;
86
+ title: string;
87
+ value: number;
47
88
  effect: {
48
89
  help: string;
49
90
  };
91
+ }[];
92
+ } | {
93
+ icon: string;
94
+ label: string;
95
+ name: string;
96
+ rule(): {
97
+ type: string;
98
+ props: {
99
+ textarea: string;
100
+ };
101
+ showStyle: boolean;
102
+ children: never[];
103
+ };
104
+ props(): ({
105
+ type: string;
106
+ props: {};
107
+ children: string[];
108
+ col: {
109
+ span: number;
110
+ };
111
+ field: string;
112
+ value?: undefined;
113
+ } | {
114
+ type: string;
115
+ field: string;
116
+ value: string;
117
+ props?: undefined;
118
+ children?: undefined;
119
+ col?: undefined;
120
+ })[];
121
+ } | {
122
+ icon: string;
123
+ label: string;
124
+ name: string;
125
+ rule(): {
126
+ type: string;
127
+ props: {};
128
+ showStyle: boolean;
129
+ };
130
+ props(): ({
131
+ type: string;
132
+ field: string;
133
+ title: string;
134
+ value: string;
135
+ options: {
136
+ label: string;
137
+ value: string;
138
+ }[];
139
+ control: never[];
140
+ props?: undefined;
141
+ } | {
142
+ type: string;
143
+ field: string;
144
+ title: string;
145
+ value: boolean;
146
+ control: {
147
+ value: boolean;
148
+ rule: {
149
+ type: string;
150
+ field: string;
151
+ title: string;
152
+ value: string;
153
+ options: {
154
+ label: string;
155
+ value: string;
156
+ }[];
157
+ }[];
158
+ }[];
159
+ options?: undefined;
160
+ props?: undefined;
161
+ } | {
162
+ type: string;
163
+ field: string;
164
+ title: string;
165
+ props: {
166
+ isDrawer: boolean;
167
+ drawerProps: {
168
+ title: string;
169
+ size: string;
170
+ zIndex: number;
171
+ };
172
+ hideComponents: string[];
173
+ title?: undefined;
174
+ defaultValue?: undefined;
175
+ rule?: undefined;
176
+ };
177
+ value?: undefined;
178
+ options?: undefined;
179
+ control?: undefined;
180
+ } | {
181
+ type: string;
182
+ field: string;
183
+ value: never[];
184
+ props: {
185
+ title: string;
186
+ defaultValue: {
187
+ img: string;
188
+ url: string;
189
+ title: string;
190
+ };
191
+ rule: ({
192
+ type: string;
193
+ field: string;
194
+ value: string;
195
+ title: string;
196
+ options?: undefined;
197
+ control?: undefined;
198
+ } | {
199
+ type: string;
200
+ field: string;
201
+ value: boolean;
202
+ title: string;
203
+ options?: undefined;
204
+ control?: undefined;
205
+ } | {
206
+ type: string;
207
+ field: string;
208
+ title: string;
209
+ value: string;
210
+ options: {
211
+ label: string;
212
+ value: string;
213
+ }[];
214
+ control: ({
215
+ value: string;
216
+ rule: {
217
+ type: string;
218
+ field: string;
219
+ title: string;
220
+ }[];
221
+ } | {
222
+ value: string;
223
+ rule: {
224
+ type: string;
225
+ field: string;
226
+ title: string;
227
+ value: string;
228
+ }[];
229
+ })[];
230
+ })[];
231
+ isDrawer?: undefined;
232
+ drawerProps?: undefined;
233
+ hideComponents?: undefined;
234
+ };
235
+ title?: undefined;
236
+ options?: undefined;
237
+ control?: undefined;
50
238
  })[];
51
239
  } | {
52
240
  icon: string;
@@ -143,21 +331,40 @@ export const commonMenu: ({
143
331
  field: string;
144
332
  value: string;
145
333
  title: string;
146
- props?: undefined;
334
+ options?: undefined;
335
+ control?: undefined;
147
336
  } | {
148
337
  type: string;
149
338
  field: string;
150
339
  value: boolean;
151
340
  title: string;
152
- props?: undefined;
341
+ options?: undefined;
342
+ control?: undefined;
153
343
  } | {
154
344
  type: string;
155
345
  field: string;
156
- props: {
157
- showInput: boolean;
158
- };
159
- value: {};
160
346
  title: string;
347
+ value: string;
348
+ options: {
349
+ label: string;
350
+ value: string;
351
+ }[];
352
+ control: ({
353
+ value: string;
354
+ rule: {
355
+ type: string;
356
+ field: string;
357
+ title: string;
358
+ }[];
359
+ } | {
360
+ value: string;
361
+ rule: {
362
+ type: string;
363
+ field: string;
364
+ title: string;
365
+ value: string;
366
+ }[];
367
+ })[];
161
368
  })[];
162
369
  min?: undefined;
163
370
  max?: undefined;
@@ -175,90 +382,33 @@ export const commonMenu: ({
175
382
  rule(): {
176
383
  type: string;
177
384
  props: {
178
- title: string;
179
- subtitle: string;
180
- iconType: string;
181
- iconSize: number;
182
- showSubtitle: boolean;
183
- };
184
- showStyle: boolean;
185
- fixed: boolean;
186
- setting: {
187
- style: {
188
- paddingLeft: string;
189
- paddingRight: string;
190
- paddingTop: string;
191
- paddingBottom: string;
192
- backgroundColor: string;
385
+ hotData: {
386
+ background: string;
387
+ views: never[];
388
+ width: number;
389
+ height: number;
193
390
  };
391
+ showMask: boolean;
194
392
  };
393
+ showStyle: boolean;
195
394
  };
196
395
  props(): ({
197
396
  type: string;
198
397
  field: string;
199
398
  title: string;
200
- value?: undefined;
201
- options?: undefined;
202
- control?: undefined;
203
- } | {
204
- type: string;
205
- field: string;
206
- title: string;
207
- value: string;
208
- options: {
209
- label: string;
210
- value: string;
211
- }[];
212
- control: {
213
- value: string;
214
- rule: ({
215
- type: string;
216
- field: string;
217
- title: string;
218
- value: string;
219
- } | {
220
- type: string;
221
- field: string;
222
- title: string;
223
- value: number;
224
- })[];
225
- }[];
399
+ value: number;
400
+ effect: {
401
+ help: string;
402
+ };
226
403
  } | {
227
404
  type: string;
228
405
  field: string;
229
406
  title: string;
230
407
  value: boolean;
231
- control: {
232
- value: boolean;
233
- rule: {
234
- type: string;
235
- field: string;
236
- title: string;
237
- value: string;
238
- }[];
239
- }[];
240
- options?: undefined;
241
- })[];
242
- } | {
243
- icon: string;
244
- label: string;
245
- name: string;
246
- rule(): {
247
- type: string;
248
- props: {
249
- height: number;
250
- };
251
- showStyle: boolean;
252
- };
253
- props(): {
254
- type: string;
255
- field: string;
256
- title: string;
257
- value: number;
258
408
  effect: {
259
409
  help: string;
260
410
  };
261
- }[];
411
+ })[];
262
412
  } | {
263
413
  icon: string;
264
414
  label: string;
@@ -266,61 +416,42 @@ export const commonMenu: ({
266
416
  rule(): {
267
417
  type: string;
268
418
  props: {
269
- textarea: string;
419
+ cubeData: {
420
+ density: number;
421
+ selectedCubes: never[];
422
+ };
270
423
  };
271
424
  showStyle: boolean;
272
- children: never[];
273
425
  };
274
426
  props(): ({
275
427
  type: string;
276
- props: {};
277
- children: string[];
278
- col: {
279
- span: number;
280
- };
281
428
  field: string;
282
- value?: undefined;
429
+ title: string;
430
+ value: boolean;
431
+ props?: undefined;
283
432
  } | {
284
433
  type: string;
285
434
  field: string;
286
- value: string;
287
- props?: undefined;
288
- children?: undefined;
289
- col?: undefined;
290
- })[];
291
- } | {
292
- icon: string;
293
- label: string;
294
- name: string;
295
- rule(): {
296
- type: string;
435
+ title: string;
297
436
  props: {
298
- hotData: {
299
- background: string;
300
- views: never[];
301
- width: number;
302
- height: number;
437
+ isDrawer: boolean;
438
+ drawerProps: {
439
+ title: string;
440
+ size: string;
441
+ zIndex: number;
303
442
  };
304
- showMask: boolean;
305
- };
306
- showStyle: boolean;
307
- };
308
- props(): ({
309
- type: string;
310
- field: string;
311
- title: string;
312
- value: number;
313
- effect: {
314
- help: string;
443
+ hideComponents: string[];
315
444
  };
445
+ value?: undefined;
316
446
  } | {
317
447
  type: string;
318
448
  field: string;
319
449
  title: string;
320
- value: boolean;
321
- effect: {
322
- help: string;
450
+ value: {
451
+ density: number;
452
+ selectedCubes: never[];
323
453
  };
454
+ props?: undefined;
324
455
  })[];
325
456
  } | {
326
457
  icon: string;
@@ -339,6 +470,7 @@ export const commonMenu: ({
339
470
  title: string;
340
471
  image: string;
341
472
  }[];
473
+ clickType: string;
342
474
  };
343
475
  showStyle: boolean;
344
476
  children: never[];
@@ -365,11 +497,39 @@ export const commonMenu: ({
365
497
  title: string;
366
498
  image: string;
367
499
  };
368
- rule: {
500
+ rule: ({
369
501
  type: string;
370
502
  field: string;
371
503
  title: string;
372
- }[];
504
+ value?: undefined;
505
+ options?: undefined;
506
+ control?: undefined;
507
+ } | {
508
+ type: string;
509
+ field: string;
510
+ title: string;
511
+ value: string;
512
+ options: {
513
+ label: string;
514
+ value: string;
515
+ }[];
516
+ control: ({
517
+ value: string;
518
+ rule: {
519
+ type: string;
520
+ field: string;
521
+ title: string;
522
+ }[];
523
+ } | {
524
+ value: string;
525
+ rule: {
526
+ type: string;
527
+ field: string;
528
+ title: string;
529
+ value: string;
530
+ }[];
531
+ })[];
532
+ })[];
373
533
  isDrawer?: undefined;
374
534
  drawerProps?: undefined;
375
535
  hideComponents?: undefined;
@@ -399,6 +559,143 @@ export const commonMenu: ({
399
559
  };
400
560
  value?: undefined;
401
561
  })[];
562
+ } | {
563
+ icon: string;
564
+ label: string;
565
+ name: string;
566
+ rule(): {
567
+ type: string;
568
+ props: {
569
+ videoPath: string;
570
+ isHeight: boolean;
571
+ isOpenClose: boolean;
572
+ };
573
+ showStyle: boolean;
574
+ };
575
+ props(): ({
576
+ type: string;
577
+ field: string;
578
+ title: string;
579
+ value: string;
580
+ control?: undefined;
581
+ effect?: undefined;
582
+ } | {
583
+ type: string;
584
+ field: string;
585
+ title: string;
586
+ value: boolean;
587
+ control: {
588
+ value: boolean;
589
+ rule: {
590
+ type: string;
591
+ field: string;
592
+ title: string;
593
+ value: number;
594
+ props: {
595
+ min: number;
596
+ height: number;
597
+ };
598
+ suffix: {
599
+ type: string;
600
+ style: {
601
+ fontSize: string;
602
+ color: string;
603
+ };
604
+ children: string[];
605
+ };
606
+ }[];
607
+ }[];
608
+ effect: {
609
+ help: string;
610
+ };
611
+ })[];
612
+ } | {
613
+ icon: string;
614
+ label: string;
615
+ name: string;
616
+ rule(): {
617
+ type: string;
618
+ props: {
619
+ title: string;
620
+ content: string;
621
+ confirmColor: string;
622
+ };
623
+ showStyle: boolean;
624
+ setting: {};
625
+ event: boolean;
626
+ };
627
+ props(): ({
628
+ type: string;
629
+ field: string;
630
+ title: string;
631
+ props?: undefined;
632
+ effect?: undefined;
633
+ value?: undefined;
634
+ options?: undefined;
635
+ control?: undefined;
636
+ } | {
637
+ type: string;
638
+ field: string;
639
+ title: string;
640
+ props: {
641
+ type: string;
642
+ rows: number;
643
+ };
644
+ effect: {
645
+ help: string;
646
+ };
647
+ value?: undefined;
648
+ options?: undefined;
649
+ control?: undefined;
650
+ } | {
651
+ type: string;
652
+ field: string;
653
+ title: string;
654
+ value: string;
655
+ options: {
656
+ label: string;
657
+ value: string;
658
+ }[];
659
+ control: ({
660
+ value: string;
661
+ rule: ({
662
+ type: string;
663
+ field: string;
664
+ title: string;
665
+ value: boolean;
666
+ effect: {
667
+ help: string;
668
+ };
669
+ } | {
670
+ type: string;
671
+ field: string;
672
+ title: string;
673
+ value?: undefined;
674
+ effect?: undefined;
675
+ })[];
676
+ } | {
677
+ value: string;
678
+ rule: ({
679
+ type: string;
680
+ field: string;
681
+ title: string;
682
+ value: boolean;
683
+ effect: {
684
+ help: string;
685
+ };
686
+ } | {
687
+ type: string;
688
+ field: string;
689
+ title: string;
690
+ value: string;
691
+ effect: {
692
+ help: string;
693
+ };
694
+ })[];
695
+ })[];
696
+ props?: undefined;
697
+ effect?: undefined;
698
+ })[];
402
699
  })[];
403
700
  export const commonRuleList: {
404
701
  [x: string]: {
@@ -408,19 +705,54 @@ export const commonRuleList: {
408
705
  rule(): {
409
706
  type: string;
410
707
  props: {
411
- videoPath: string;
412
- isHeight: boolean;
413
- isOpenClose: boolean;
708
+ title: string;
709
+ subtitle: string;
710
+ iconType: string;
711
+ iconSize: number;
712
+ showSubtitle: boolean;
414
713
  };
415
714
  showStyle: boolean;
715
+ fixed: boolean;
716
+ setting: {
717
+ style: {
718
+ paddingLeft: string;
719
+ paddingRight: string;
720
+ paddingTop: string;
721
+ paddingBottom: string;
722
+ backgroundColor: string;
723
+ };
724
+ };
416
725
  };
417
726
  props(): ({
418
727
  type: string;
419
728
  field: string;
420
729
  title: string;
421
- value: string;
730
+ value?: undefined;
731
+ options?: undefined;
422
732
  control?: undefined;
423
- effect?: undefined;
733
+ } | {
734
+ type: string;
735
+ field: string;
736
+ title: string;
737
+ value: string;
738
+ options: {
739
+ label: string;
740
+ value: string;
741
+ }[];
742
+ control: {
743
+ value: string;
744
+ rule: ({
745
+ type: string;
746
+ field: string;
747
+ title: string;
748
+ value: string;
749
+ } | {
750
+ type: string;
751
+ field: string;
752
+ title: string;
753
+ value: number;
754
+ })[];
755
+ }[];
424
756
  } | {
425
757
  type: string;
426
758
  field: string;
@@ -432,24 +764,10 @@ export const commonRuleList: {
432
764
  type: string;
433
765
  field: string;
434
766
  title: string;
435
- value: number;
436
- props: {
437
- min: number;
438
- height: number;
439
- };
440
- suffix: {
441
- type: string;
442
- style: {
443
- fontSize: string;
444
- color: string;
445
- };
446
- children: string[];
447
- };
767
+ value: string;
448
768
  }[];
449
769
  }[];
450
- effect: {
451
- help: string;
452
- };
770
+ options?: undefined;
453
771
  })[];
454
772
  } | {
455
773
  icon: string;
@@ -458,34 +776,58 @@ export const commonRuleList: {
458
776
  rule(): {
459
777
  type: string;
460
778
  props: {
461
- swipeList: {
462
- img: string;
463
- url: string;
464
- title: string;
465
- show: boolean;
466
- }[];
467
779
  height: number;
468
- autoplay: number;
469
780
  };
470
781
  showStyle: boolean;
471
782
  };
472
- props(): ({
783
+ props(): {
473
784
  type: string;
474
785
  field: string;
475
786
  title: string;
476
787
  value: number;
788
+ effect: {
789
+ help: string;
790
+ };
791
+ }[];
792
+ } | {
793
+ icon: string;
794
+ label: string;
795
+ name: string;
796
+ rule(): {
797
+ type: string;
477
798
  props: {
478
- min: number;
479
- max: number;
480
- step?: undefined;
481
- formatTooltip?: undefined;
482
- title?: undefined;
483
- defaultValue?: undefined;
484
- rule?: undefined;
799
+ textarea: string;
485
800
  };
486
- options?: undefined;
487
- effect?: undefined;
801
+ showStyle: boolean;
802
+ children: never[];
803
+ };
804
+ props(): ({
805
+ type: string;
806
+ props: {};
807
+ children: string[];
808
+ col: {
809
+ span: number;
810
+ };
811
+ field: string;
812
+ value?: undefined;
488
813
  } | {
814
+ type: string;
815
+ field: string;
816
+ value: string;
817
+ props?: undefined;
818
+ children?: undefined;
819
+ col?: undefined;
820
+ })[];
821
+ } | {
822
+ icon: string;
823
+ label: string;
824
+ name: string;
825
+ rule(): {
826
+ type: string;
827
+ props: {};
828
+ showStyle: boolean;
829
+ };
830
+ props(): ({
489
831
  type: string;
490
832
  field: string;
491
833
  title: string;
@@ -494,42 +836,47 @@ export const commonRuleList: {
494
836
  label: string;
495
837
  value: string;
496
838
  }[];
497
- effect: {
498
- help: string;
499
- };
839
+ control: never[];
500
840
  props?: undefined;
501
- } | {
502
- type: string;
503
- field: string;
504
- title: string;
505
- value: number;
506
- props: {
507
- min: number;
508
- max: number;
509
- step: number;
510
- formatTooltip: (val: any) => string;
511
- title?: undefined;
512
- defaultValue?: undefined;
513
- rule?: undefined;
514
- };
515
- options?: undefined;
516
- effect?: undefined;
517
841
  } | {
518
842
  type: string;
519
843
  field: string;
520
844
  title: string;
521
845
  value: boolean;
522
- props?: undefined;
846
+ control: {
847
+ value: boolean;
848
+ rule: {
849
+ type: string;
850
+ field: string;
851
+ title: string;
852
+ value: string;
853
+ options: {
854
+ label: string;
855
+ value: string;
856
+ }[];
857
+ }[];
858
+ }[];
523
859
  options?: undefined;
524
- effect?: undefined;
860
+ props?: undefined;
525
861
  } | {
526
862
  type: string;
527
863
  field: string;
528
864
  title: string;
529
- value: number;
530
- props?: undefined;
865
+ props: {
866
+ isDrawer: boolean;
867
+ drawerProps: {
868
+ title: string;
869
+ size: string;
870
+ zIndex: number;
871
+ };
872
+ hideComponents: string[];
873
+ title?: undefined;
874
+ defaultValue?: undefined;
875
+ rule?: undefined;
876
+ };
877
+ value?: undefined;
531
878
  options?: undefined;
532
- effect?: undefined;
879
+ control?: undefined;
533
880
  } | {
534
881
  type: string;
535
882
  field: string;
@@ -546,30 +893,48 @@ export const commonRuleList: {
546
893
  field: string;
547
894
  value: string;
548
895
  title: string;
549
- props?: undefined;
896
+ options?: undefined;
897
+ control?: undefined;
550
898
  } | {
551
899
  type: string;
552
900
  field: string;
553
901
  value: boolean;
554
902
  title: string;
555
- props?: undefined;
903
+ options?: undefined;
904
+ control?: undefined;
556
905
  } | {
557
906
  type: string;
558
907
  field: string;
559
- props: {
560
- showInput: boolean;
561
- };
562
- value: {};
563
908
  title: string;
909
+ value: string;
910
+ options: {
911
+ label: string;
912
+ value: string;
913
+ }[];
914
+ control: ({
915
+ value: string;
916
+ rule: {
917
+ type: string;
918
+ field: string;
919
+ title: string;
920
+ }[];
921
+ } | {
922
+ value: string;
923
+ rule: {
924
+ type: string;
925
+ field: string;
926
+ title: string;
927
+ value: string;
928
+ }[];
929
+ })[];
564
930
  })[];
565
- min?: undefined;
566
- max?: undefined;
567
- step?: undefined;
568
- formatTooltip?: undefined;
931
+ isDrawer?: undefined;
932
+ drawerProps?: undefined;
933
+ hideComponents?: undefined;
569
934
  };
570
935
  title?: undefined;
571
936
  options?: undefined;
572
- effect?: undefined;
937
+ control?: undefined;
573
938
  })[];
574
939
  } | {
575
940
  icon: string;
@@ -578,69 +943,137 @@ export const commonRuleList: {
578
943
  rule(): {
579
944
  type: string;
580
945
  props: {
581
- title: string;
582
- subtitle: string;
583
- iconType: string;
584
- iconSize: number;
585
- showSubtitle: boolean;
946
+ swipeList: {
947
+ img: string;
948
+ url: string;
949
+ title: string;
950
+ show: boolean;
951
+ }[];
952
+ height: number;
953
+ autoplay: number;
586
954
  };
587
955
  showStyle: boolean;
588
- fixed: boolean;
589
- setting: {
590
- style: {
591
- paddingLeft: string;
592
- paddingRight: string;
593
- paddingTop: string;
594
- paddingBottom: string;
595
- backgroundColor: string;
596
- };
597
- };
598
956
  };
599
957
  props(): ({
600
958
  type: string;
601
959
  field: string;
602
960
  title: string;
603
- value?: undefined;
961
+ value: number;
962
+ props: {
963
+ min: number;
964
+ max: number;
965
+ step?: undefined;
966
+ formatTooltip?: undefined;
967
+ title?: undefined;
968
+ defaultValue?: undefined;
969
+ rule?: undefined;
970
+ };
971
+ options?: undefined;
972
+ effect?: undefined;
973
+ } | {
974
+ type: string;
975
+ field: string;
976
+ title: string;
977
+ value: string;
978
+ options: {
979
+ label: string;
980
+ value: string;
981
+ }[];
982
+ effect: {
983
+ help: string;
984
+ };
985
+ props?: undefined;
986
+ } | {
987
+ type: string;
988
+ field: string;
989
+ title: string;
990
+ value: number;
991
+ props: {
992
+ min: number;
993
+ max: number;
994
+ step: number;
995
+ formatTooltip: (val: any) => string;
996
+ title?: undefined;
997
+ defaultValue?: undefined;
998
+ rule?: undefined;
999
+ };
1000
+ options?: undefined;
1001
+ effect?: undefined;
1002
+ } | {
1003
+ type: string;
1004
+ field: string;
1005
+ title: string;
1006
+ value: boolean;
1007
+ props?: undefined;
604
1008
  options?: undefined;
605
- control?: undefined;
1009
+ effect?: undefined;
606
1010
  } | {
607
1011
  type: string;
608
1012
  field: string;
609
1013
  title: string;
610
- value: string;
611
- options: {
612
- label: string;
613
- value: string;
614
- }[];
615
- control: {
616
- value: string;
1014
+ value: number;
1015
+ props?: undefined;
1016
+ options?: undefined;
1017
+ effect?: undefined;
1018
+ } | {
1019
+ type: string;
1020
+ field: string;
1021
+ value: never[];
1022
+ props: {
1023
+ title: string;
1024
+ defaultValue: {
1025
+ img: string;
1026
+ url: string;
1027
+ title: string;
1028
+ };
617
1029
  rule: ({
618
1030
  type: string;
619
1031
  field: string;
620
- title: string;
621
1032
  value: string;
1033
+ title: string;
1034
+ options?: undefined;
1035
+ control?: undefined;
622
1036
  } | {
623
1037
  type: string;
624
1038
  field: string;
1039
+ value: boolean;
625
1040
  title: string;
626
- value: number;
627
- })[];
628
- }[];
629
- } | {
630
- type: string;
631
- field: string;
632
- title: string;
633
- value: boolean;
634
- control: {
635
- value: boolean;
636
- rule: {
1041
+ options?: undefined;
1042
+ control?: undefined;
1043
+ } | {
637
1044
  type: string;
638
1045
  field: string;
639
1046
  title: string;
640
1047
  value: string;
641
- }[];
642
- }[];
1048
+ options: {
1049
+ label: string;
1050
+ value: string;
1051
+ }[];
1052
+ control: ({
1053
+ value: string;
1054
+ rule: {
1055
+ type: string;
1056
+ field: string;
1057
+ title: string;
1058
+ }[];
1059
+ } | {
1060
+ value: string;
1061
+ rule: {
1062
+ type: string;
1063
+ field: string;
1064
+ title: string;
1065
+ value: string;
1066
+ }[];
1067
+ })[];
1068
+ })[];
1069
+ min?: undefined;
1070
+ max?: undefined;
1071
+ step?: undefined;
1072
+ formatTooltip?: undefined;
1073
+ };
1074
+ title?: undefined;
643
1075
  options?: undefined;
1076
+ effect?: undefined;
644
1077
  })[];
645
1078
  } | {
646
1079
  icon: string;
@@ -649,11 +1082,17 @@ export const commonRuleList: {
649
1082
  rule(): {
650
1083
  type: string;
651
1084
  props: {
652
- height: number;
1085
+ hotData: {
1086
+ background: string;
1087
+ views: never[];
1088
+ width: number;
1089
+ height: number;
1090
+ };
1091
+ showMask: boolean;
653
1092
  };
654
1093
  showStyle: boolean;
655
1094
  };
656
- props(): {
1095
+ props(): ({
657
1096
  type: string;
658
1097
  field: string;
659
1098
  title: string;
@@ -661,35 +1100,14 @@ export const commonRuleList: {
661
1100
  effect: {
662
1101
  help: string;
663
1102
  };
664
- }[];
665
- } | {
666
- icon: string;
667
- label: string;
668
- name: string;
669
- rule(): {
670
- type: string;
671
- props: {
672
- textarea: string;
673
- };
674
- showStyle: boolean;
675
- children: never[];
676
- };
677
- props(): ({
678
- type: string;
679
- props: {};
680
- children: string[];
681
- col: {
682
- span: number;
683
- };
684
- field: string;
685
- value?: undefined;
686
1103
  } | {
687
1104
  type: string;
688
1105
  field: string;
689
- value: string;
690
- props?: undefined;
691
- children?: undefined;
692
- col?: undefined;
1106
+ title: string;
1107
+ value: boolean;
1108
+ effect: {
1109
+ help: string;
1110
+ };
693
1111
  })[];
694
1112
  } | {
695
1113
  icon: string;
@@ -698,13 +1116,10 @@ export const commonRuleList: {
698
1116
  rule(): {
699
1117
  type: string;
700
1118
  props: {
701
- hotData: {
702
- background: string;
703
- views: never[];
704
- width: number;
705
- height: number;
1119
+ cubeData: {
1120
+ density: number;
1121
+ selectedCubes: never[];
706
1122
  };
707
- showMask: boolean;
708
1123
  };
709
1124
  showStyle: boolean;
710
1125
  };
@@ -712,18 +1127,31 @@ export const commonRuleList: {
712
1127
  type: string;
713
1128
  field: string;
714
1129
  title: string;
715
- value: number;
716
- effect: {
717
- help: string;
1130
+ value: boolean;
1131
+ props?: undefined;
1132
+ } | {
1133
+ type: string;
1134
+ field: string;
1135
+ title: string;
1136
+ props: {
1137
+ isDrawer: boolean;
1138
+ drawerProps: {
1139
+ title: string;
1140
+ size: string;
1141
+ zIndex: number;
1142
+ };
1143
+ hideComponents: string[];
718
1144
  };
1145
+ value?: undefined;
719
1146
  } | {
720
1147
  type: string;
721
1148
  field: string;
722
1149
  title: string;
723
- value: boolean;
724
- effect: {
725
- help: string;
1150
+ value: {
1151
+ density: number;
1152
+ selectedCubes: never[];
726
1153
  };
1154
+ props?: undefined;
727
1155
  })[];
728
1156
  } | {
729
1157
  icon: string;
@@ -742,6 +1170,7 @@ export const commonRuleList: {
742
1170
  title: string;
743
1171
  image: string;
744
1172
  }[];
1173
+ clickType: string;
745
1174
  };
746
1175
  showStyle: boolean;
747
1176
  children: never[];
@@ -768,11 +1197,39 @@ export const commonRuleList: {
768
1197
  title: string;
769
1198
  image: string;
770
1199
  };
771
- rule: {
1200
+ rule: ({
772
1201
  type: string;
773
1202
  field: string;
774
1203
  title: string;
775
- }[];
1204
+ value?: undefined;
1205
+ options?: undefined;
1206
+ control?: undefined;
1207
+ } | {
1208
+ type: string;
1209
+ field: string;
1210
+ title: string;
1211
+ value: string;
1212
+ options: {
1213
+ label: string;
1214
+ value: string;
1215
+ }[];
1216
+ control: ({
1217
+ value: string;
1218
+ rule: {
1219
+ type: string;
1220
+ field: string;
1221
+ title: string;
1222
+ }[];
1223
+ } | {
1224
+ value: string;
1225
+ rule: {
1226
+ type: string;
1227
+ field: string;
1228
+ title: string;
1229
+ value: string;
1230
+ }[];
1231
+ })[];
1232
+ })[];
776
1233
  isDrawer?: undefined;
777
1234
  drawerProps?: undefined;
778
1235
  hideComponents?: undefined;
@@ -802,5 +1259,142 @@ export const commonRuleList: {
802
1259
  };
803
1260
  value?: undefined;
804
1261
  })[];
1262
+ } | {
1263
+ icon: string;
1264
+ label: string;
1265
+ name: string;
1266
+ rule(): {
1267
+ type: string;
1268
+ props: {
1269
+ videoPath: string;
1270
+ isHeight: boolean;
1271
+ isOpenClose: boolean;
1272
+ };
1273
+ showStyle: boolean;
1274
+ };
1275
+ props(): ({
1276
+ type: string;
1277
+ field: string;
1278
+ title: string;
1279
+ value: string;
1280
+ control?: undefined;
1281
+ effect?: undefined;
1282
+ } | {
1283
+ type: string;
1284
+ field: string;
1285
+ title: string;
1286
+ value: boolean;
1287
+ control: {
1288
+ value: boolean;
1289
+ rule: {
1290
+ type: string;
1291
+ field: string;
1292
+ title: string;
1293
+ value: number;
1294
+ props: {
1295
+ min: number;
1296
+ height: number;
1297
+ };
1298
+ suffix: {
1299
+ type: string;
1300
+ style: {
1301
+ fontSize: string;
1302
+ color: string;
1303
+ };
1304
+ children: string[];
1305
+ };
1306
+ }[];
1307
+ }[];
1308
+ effect: {
1309
+ help: string;
1310
+ };
1311
+ })[];
1312
+ } | {
1313
+ icon: string;
1314
+ label: string;
1315
+ name: string;
1316
+ rule(): {
1317
+ type: string;
1318
+ props: {
1319
+ title: string;
1320
+ content: string;
1321
+ confirmColor: string;
1322
+ };
1323
+ showStyle: boolean;
1324
+ setting: {};
1325
+ event: boolean;
1326
+ };
1327
+ props(): ({
1328
+ type: string;
1329
+ field: string;
1330
+ title: string;
1331
+ props?: undefined;
1332
+ effect?: undefined;
1333
+ value?: undefined;
1334
+ options?: undefined;
1335
+ control?: undefined;
1336
+ } | {
1337
+ type: string;
1338
+ field: string;
1339
+ title: string;
1340
+ props: {
1341
+ type: string;
1342
+ rows: number;
1343
+ };
1344
+ effect: {
1345
+ help: string;
1346
+ };
1347
+ value?: undefined;
1348
+ options?: undefined;
1349
+ control?: undefined;
1350
+ } | {
1351
+ type: string;
1352
+ field: string;
1353
+ title: string;
1354
+ value: string;
1355
+ options: {
1356
+ label: string;
1357
+ value: string;
1358
+ }[];
1359
+ control: ({
1360
+ value: string;
1361
+ rule: ({
1362
+ type: string;
1363
+ field: string;
1364
+ title: string;
1365
+ value: boolean;
1366
+ effect: {
1367
+ help: string;
1368
+ };
1369
+ } | {
1370
+ type: string;
1371
+ field: string;
1372
+ title: string;
1373
+ value?: undefined;
1374
+ effect?: undefined;
1375
+ })[];
1376
+ } | {
1377
+ value: string;
1378
+ rule: ({
1379
+ type: string;
1380
+ field: string;
1381
+ title: string;
1382
+ value: boolean;
1383
+ effect: {
1384
+ help: string;
1385
+ };
1386
+ } | {
1387
+ type: string;
1388
+ field: string;
1389
+ title: string;
1390
+ value: string;
1391
+ effect: {
1392
+ help: string;
1393
+ };
1394
+ })[];
1395
+ })[];
1396
+ props?: undefined;
1397
+ effect?: undefined;
1398
+ })[];
805
1399
  };
806
1400
  };