@vipl520/dk-ui 1.0.53 → 1.0.55

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 (189) hide show
  1. package/dist/attributes.json +8 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.js +2036 -1431
  4. package/dist/index.min.js +4 -4
  5. package/dist/index.min.js.map +1 -1
  6. package/dist/index.min.mjs +4 -4
  7. package/dist/index.min.mjs.map +1 -1
  8. package/dist/index.mjs +2035 -1432
  9. package/dist/tags.json +7 -0
  10. package/dist/web-types.json +35 -1
  11. package/es/attachment/src/attachment.vue2.mjs +7 -1
  12. package/es/attachment/src/attachment.vue2.mjs.map +1 -1
  13. package/es/attachment-dialog/src/attachment-dialog.vue2.mjs +2 -0
  14. package/es/attachment-dialog/src/attachment-dialog.vue2.mjs.map +1 -1
  15. package/es/form/src/form.vue2.mjs +0 -1
  16. package/es/form/src/form.vue2.mjs.map +1 -1
  17. package/es/group/src/group.vue2.mjs +14 -1
  18. package/es/group/src/group.vue2.mjs.map +1 -1
  19. package/es/hot-area-input/src/component/hot-area-content.vue2.mjs +23 -21
  20. package/es/hot-area-input/src/component/hot-area-content.vue2.mjs.map +1 -1
  21. package/es/icon/style/index.css +0 -1
  22. package/es/icon/style/index.scss +1 -1
  23. package/es/index.d.ts +1 -0
  24. package/es/index.mjs +5 -2
  25. package/es/index.mjs.map +1 -1
  26. package/es/index.scss +1 -0
  27. package/es/page-diy/src/config/rule/min/common/DkMinGrid.d.ts +81 -0
  28. package/es/page-diy/src/config/rule/min/common/DkMinGrid.mjs +114 -0
  29. package/es/page-diy/src/config/rule/min/common/DkMinGrid.mjs.map +1 -0
  30. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.d.ts +8 -0
  31. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.mjs +7 -1
  32. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.mjs.map +1 -1
  33. package/es/page-diy/src/config/rule/min/common/DkMinTitle.d.ts +35 -30
  34. package/es/page-diy/src/config/rule/min/common/DkMinTitle.mjs +76 -62
  35. package/es/page-diy/src/config/rule/min/common/DkMinTitle.mjs.map +1 -1
  36. package/es/page-diy/src/config/rule/min/common/index.d.ts +240 -60
  37. package/es/page-diy/src/config/rule/min/common/index.mjs +4 -2
  38. package/es/page-diy/src/config/rule/min/common/index.mjs.map +1 -1
  39. package/es/page-diy/src/config/rule/min/index.d.ts +240 -60
  40. package/es/page-diy/src/config/rule/web/common/DkViewSwipe.mjs +1 -1
  41. package/es/page-diy/src/config/rule/web/common/DkViewSwipe.mjs.map +1 -1
  42. package/es/page-diy/src/props.mjs +1 -1
  43. package/es/page-diy/src/props.mjs.map +1 -1
  44. package/es/page-diy/src/views/min/DkMinGrid.vue.d.ts +22 -0
  45. package/es/page-diy/src/views/min/DkMinGrid.vue.mjs +66 -0
  46. package/es/page-diy/src/views/min/DkMinGrid.vue.mjs.map +1 -0
  47. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.d.ts +9 -0
  48. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.mjs +7 -2
  49. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.mjs.map +1 -1
  50. package/es/page-diy/src/views/min/DkMinTitle.vue.d.ts +62 -17
  51. package/es/page-diy/src/views/min/DkMinTitle.vue.mjs +59 -30
  52. package/es/page-diy/src/views/min/DkMinTitle.vue.mjs.map +1 -1
  53. package/es/page-diy/src/views/min/index.mjs +3 -1
  54. package/es/page-diy/src/views/min/index.mjs.map +1 -1
  55. package/es/page-diy/style/drag-tool.css +1 -1
  56. package/es/page-diy/style/drag-tool.scss +4 -0
  57. package/es/page-diy/style/index.css +1 -1
  58. package/es/page-diy/style/minViews/index.scss +8 -0
  59. package/es/style-box-input/src/style-box-input.vue2.mjs +200 -130
  60. package/es/style-box-input/src/style-box-input.vue2.mjs.map +1 -1
  61. package/es/style-box-input/style/index.css +1 -1
  62. package/es/style-box-input/style/index.scss +13 -3
  63. package/es/style-font-input/src/style-font-input.vue2.mjs +105 -272
  64. package/es/style-font-input/src/style-font-input.vue2.mjs.map +1 -1
  65. package/es/style-input/src/style-input.vue2.mjs +1 -0
  66. package/es/style-input/src/style-input.vue2.mjs.map +1 -1
  67. package/es/style-shadow-input/src/style-shadow-input.vue2.mjs +1 -1
  68. package/es/style-shadow-input/src/style-shadow-input.vue2.mjs.map +1 -1
  69. package/es/test/index.d.ts +4 -2
  70. package/es/test/src/test.vue.d.ts +4 -2
  71. package/es/test/src/test.vue2.mjs +14 -3
  72. package/es/test/src/test.vue2.mjs.map +1 -1
  73. package/es/tiny-editor/src/tiny-editor.vue2.mjs +1 -1
  74. package/es/tiny-editor/src/tiny-editor.vue2.mjs.map +1 -1
  75. package/es/uni-icon/style/index.css +1 -1
  76. package/es/uni-icon/style/index.scss +1 -1
  77. package/es/url-input/index.d.ts +35 -0
  78. package/es/url-input/index.mjs +8 -0
  79. package/es/url-input/index.mjs.map +1 -0
  80. package/es/url-input/src/props.d.ts +16 -0
  81. package/es/url-input/src/props.mjs +13 -0
  82. package/es/url-input/src/props.mjs.map +1 -0
  83. package/es/url-input/src/url-input-content.vue.d.ts +25 -0
  84. package/es/url-input/src/url-input-content.vue.mjs +7 -0
  85. package/es/url-input/src/url-input-content.vue.mjs.map +1 -0
  86. package/es/url-input/src/url-input-content.vue2.mjs +301 -0
  87. package/es/url-input/src/url-input-content.vue2.mjs.map +1 -0
  88. package/es/url-input/src/url-input-table.vue.d.ts +16 -0
  89. package/es/url-input/src/url-input-table.vue.mjs +7 -0
  90. package/es/url-input/src/url-input-table.vue.mjs.map +1 -0
  91. package/es/url-input/src/url-input-table.vue2.mjs +63 -0
  92. package/es/url-input/src/url-input-table.vue2.mjs.map +1 -0
  93. package/es/url-input/src/url-input.vue.d.ts +34 -0
  94. package/es/url-input/src/url-input.vue.mjs +7 -0
  95. package/es/url-input/src/url-input.vue.mjs.map +1 -0
  96. package/es/url-input/src/url-input.vue2.mjs +69 -0
  97. package/es/url-input/src/url-input.vue2.mjs.map +1 -0
  98. package/es/url-input/style/index.css +1 -0
  99. package/es/url-input/style/index.scss +38 -0
  100. package/lib/attachment/src/attachment.vue2.js +7 -1
  101. package/lib/attachment/src/attachment.vue2.js.map +1 -1
  102. package/lib/attachment-dialog/src/attachment-dialog.vue2.js +2 -0
  103. package/lib/attachment-dialog/src/attachment-dialog.vue2.js.map +1 -1
  104. package/lib/form/src/form.vue2.js +0 -1
  105. package/lib/form/src/form.vue2.js.map +1 -1
  106. package/lib/group/src/group.vue2.js +14 -1
  107. package/lib/group/src/group.vue2.js.map +1 -1
  108. package/lib/hot-area-input/src/component/hot-area-content.vue2.js +23 -21
  109. package/lib/hot-area-input/src/component/hot-area-content.vue2.js.map +1 -1
  110. package/lib/icon/style/index.css +0 -1
  111. package/lib/icon/style/index.scss +1 -1
  112. package/lib/index.d.ts +1 -0
  113. package/lib/index.js +8 -3
  114. package/lib/index.js.map +1 -1
  115. package/lib/index.scss +1 -0
  116. package/lib/page-diy/src/config/rule/min/common/DkMinGrid.d.ts +81 -0
  117. package/lib/page-diy/src/config/rule/min/common/DkMinGrid.js +118 -0
  118. package/lib/page-diy/src/config/rule/min/common/DkMinGrid.js.map +1 -0
  119. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.d.ts +8 -0
  120. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.js +7 -1
  121. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.js.map +1 -1
  122. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.d.ts +35 -30
  123. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.js +76 -62
  124. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.js.map +1 -1
  125. package/lib/page-diy/src/config/rule/min/common/index.d.ts +240 -60
  126. package/lib/page-diy/src/config/rule/min/common/index.js +4 -2
  127. package/lib/page-diy/src/config/rule/min/common/index.js.map +1 -1
  128. package/lib/page-diy/src/config/rule/min/index.d.ts +240 -60
  129. package/lib/page-diy/src/config/rule/web/common/DkViewSwipe.js +1 -1
  130. package/lib/page-diy/src/config/rule/web/common/DkViewSwipe.js.map +1 -1
  131. package/lib/page-diy/src/props.js +1 -1
  132. package/lib/page-diy/src/props.js.map +1 -1
  133. package/lib/page-diy/src/views/min/DkMinGrid.vue.d.ts +22 -0
  134. package/lib/page-diy/src/views/min/DkMinGrid.vue.js +70 -0
  135. package/lib/page-diy/src/views/min/DkMinGrid.vue.js.map +1 -0
  136. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.d.ts +9 -0
  137. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.js +7 -2
  138. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.js.map +1 -1
  139. package/lib/page-diy/src/views/min/DkMinTitle.vue.d.ts +62 -17
  140. package/lib/page-diy/src/views/min/DkMinTitle.vue.js +58 -29
  141. package/lib/page-diy/src/views/min/DkMinTitle.vue.js.map +1 -1
  142. package/lib/page-diy/src/views/min/index.js +3 -1
  143. package/lib/page-diy/src/views/min/index.js.map +1 -1
  144. package/lib/page-diy/style/drag-tool.css +1 -1
  145. package/lib/page-diy/style/drag-tool.scss +4 -0
  146. package/lib/page-diy/style/index.css +1 -1
  147. package/lib/page-diy/style/minViews/index.scss +8 -0
  148. package/lib/style-box-input/src/style-box-input.vue2.js +199 -129
  149. package/lib/style-box-input/src/style-box-input.vue2.js.map +1 -1
  150. package/lib/style-box-input/style/index.css +1 -1
  151. package/lib/style-box-input/style/index.scss +13 -3
  152. package/lib/style-font-input/src/style-font-input.vue2.js +105 -272
  153. package/lib/style-font-input/src/style-font-input.vue2.js.map +1 -1
  154. package/lib/style-input/src/style-input.vue2.js +1 -0
  155. package/lib/style-input/src/style-input.vue2.js.map +1 -1
  156. package/lib/style-shadow-input/src/style-shadow-input.vue2.js +1 -1
  157. package/lib/style-shadow-input/src/style-shadow-input.vue2.js.map +1 -1
  158. package/lib/test/index.d.ts +4 -2
  159. package/lib/test/src/test.vue.d.ts +4 -2
  160. package/lib/test/src/test.vue2.js +14 -3
  161. package/lib/test/src/test.vue2.js.map +1 -1
  162. package/lib/tiny-editor/src/tiny-editor.vue2.js +1 -1
  163. package/lib/tiny-editor/src/tiny-editor.vue2.js.map +1 -1
  164. package/lib/uni-icon/style/index.css +1 -1
  165. package/lib/uni-icon/style/index.scss +1 -1
  166. package/lib/url-input/index.d.ts +35 -0
  167. package/lib/url-input/index.js +14 -0
  168. package/lib/url-input/index.js.map +1 -0
  169. package/lib/url-input/src/props.d.ts +16 -0
  170. package/lib/url-input/src/props.js +15 -0
  171. package/lib/url-input/src/props.js.map +1 -0
  172. package/lib/url-input/src/url-input-content.vue.d.ts +25 -0
  173. package/lib/url-input/src/url-input-content.vue.js +11 -0
  174. package/lib/url-input/src/url-input-content.vue.js.map +1 -0
  175. package/lib/url-input/src/url-input-content.vue2.js +305 -0
  176. package/lib/url-input/src/url-input-content.vue2.js.map +1 -0
  177. package/lib/url-input/src/url-input-table.vue.d.ts +16 -0
  178. package/lib/url-input/src/url-input-table.vue.js +11 -0
  179. package/lib/url-input/src/url-input-table.vue.js.map +1 -0
  180. package/lib/url-input/src/url-input-table.vue2.js +67 -0
  181. package/lib/url-input/src/url-input-table.vue2.js.map +1 -0
  182. package/lib/url-input/src/url-input.vue.d.ts +34 -0
  183. package/lib/url-input/src/url-input.vue.js +11 -0
  184. package/lib/url-input/src/url-input.vue.js.map +1 -0
  185. package/lib/url-input/src/url-input.vue2.js +73 -0
  186. package/lib/url-input/src/url-input.vue2.js.map +1 -0
  187. package/lib/url-input/style/index.css +1 -0
  188. package/lib/url-input/style/index.scss +38 -0
  189. package/package.json +1 -1
@@ -119,6 +119,14 @@ export const commonMenu: ({
119
119
  props?: undefined;
120
120
  options?: undefined;
121
121
  effect?: undefined;
122
+ } | {
123
+ type: string;
124
+ field: string;
125
+ title: string;
126
+ value: number;
127
+ props?: undefined;
128
+ options?: undefined;
129
+ effect?: undefined;
122
130
  } | {
123
131
  type: string;
124
132
  field: string;
@@ -169,12 +177,30 @@ export const commonMenu: ({
169
177
  props: {
170
178
  title: string;
171
179
  subtitle: string;
180
+ iconType: string;
181
+ iconSize: number;
182
+ showSubtitle: boolean;
172
183
  };
173
184
  showStyle: boolean;
174
185
  fixed: boolean;
175
- setting: {};
186
+ setting: {
187
+ style: {
188
+ paddingLeft: string;
189
+ paddingRight: string;
190
+ paddingTop: string;
191
+ paddingBottom: string;
192
+ backgroundColor: string;
193
+ };
194
+ };
176
195
  };
177
- props(): {
196
+ props(): ({
197
+ type: string;
198
+ field: string;
199
+ title: string;
200
+ value?: undefined;
201
+ options?: undefined;
202
+ control?: undefined;
203
+ } | {
178
204
  type: string;
179
205
  field: string;
180
206
  title: string;
@@ -183,49 +209,36 @@ export const commonMenu: ({
183
209
  label: string;
184
210
  value: string;
185
211
  }[];
186
- control: ({
212
+ control: {
187
213
  value: string;
188
214
  rule: ({
189
215
  type: string;
190
216
  field: string;
191
217
  title: string;
192
218
  value: string;
193
- options?: undefined;
194
219
  } | {
195
220
  type: string;
196
221
  field: string;
197
222
  title: string;
198
- value: string;
199
- options: {
200
- label: string;
201
- value: string;
202
- }[];
223
+ value: number;
203
224
  })[];
204
- } | {
205
- value: string;
206
- rule: ({
225
+ }[];
226
+ } | {
227
+ type: string;
228
+ field: string;
229
+ title: string;
230
+ value: boolean;
231
+ control: {
232
+ value: boolean;
233
+ rule: {
207
234
  type: string;
208
235
  field: string;
209
236
  title: string;
210
237
  value: string;
211
- control?: undefined;
212
- } | {
213
- type: string;
214
- field: string;
215
- title: string;
216
- value: boolean;
217
- control: {
218
- value: boolean;
219
- rule: {
220
- type: string;
221
- field: string;
222
- title: string;
223
- value: string;
224
- }[];
225
- }[];
226
- })[];
227
- })[];
228
- }[];
238
+ }[];
239
+ }[];
240
+ options?: undefined;
241
+ })[];
229
242
  } | {
230
243
  icon: string;
231
244
  label: string;
@@ -309,6 +322,83 @@ export const commonMenu: ({
309
322
  help: string;
310
323
  };
311
324
  })[];
325
+ } | {
326
+ icon: string;
327
+ label: string;
328
+ name: string;
329
+ rule(): {
330
+ type: string;
331
+ props: {
332
+ imageStyle: {
333
+ width: string;
334
+ height: string;
335
+ marginBottom: string;
336
+ borderRadius: string;
337
+ };
338
+ list: {
339
+ title: string;
340
+ image: string;
341
+ }[];
342
+ };
343
+ showStyle: boolean;
344
+ children: never[];
345
+ style: {};
346
+ setting: {
347
+ style: {
348
+ backgroundColor: string;
349
+ };
350
+ };
351
+ };
352
+ props(): ({
353
+ type: string;
354
+ field: string;
355
+ title: string;
356
+ value: number;
357
+ props?: undefined;
358
+ } | {
359
+ type: string;
360
+ field: string;
361
+ title: string;
362
+ props: {
363
+ title: string;
364
+ defaultValue: {
365
+ title: string;
366
+ image: string;
367
+ };
368
+ rule: {
369
+ type: string;
370
+ field: string;
371
+ title: string;
372
+ }[];
373
+ isDrawer?: undefined;
374
+ drawerProps?: undefined;
375
+ hideComponents?: undefined;
376
+ };
377
+ value: never[];
378
+ } | {
379
+ type: string;
380
+ field: string;
381
+ title: string;
382
+ value?: undefined;
383
+ props?: undefined;
384
+ } | {
385
+ type: string;
386
+ field: string;
387
+ title: string;
388
+ props: {
389
+ isDrawer: boolean;
390
+ drawerProps: {
391
+ title: string;
392
+ size: string;
393
+ zIndex: number;
394
+ };
395
+ hideComponents: string[];
396
+ title?: undefined;
397
+ defaultValue?: undefined;
398
+ rule?: undefined;
399
+ };
400
+ value?: undefined;
401
+ })[];
312
402
  })[];
313
403
  export const commonRuleList: {
314
404
  [x: string]: {
@@ -432,6 +522,14 @@ export const commonRuleList: {
432
522
  props?: undefined;
433
523
  options?: undefined;
434
524
  effect?: undefined;
525
+ } | {
526
+ type: string;
527
+ field: string;
528
+ title: string;
529
+ value: number;
530
+ props?: undefined;
531
+ options?: undefined;
532
+ effect?: undefined;
435
533
  } | {
436
534
  type: string;
437
535
  field: string;
@@ -482,12 +580,30 @@ export const commonRuleList: {
482
580
  props: {
483
581
  title: string;
484
582
  subtitle: string;
583
+ iconType: string;
584
+ iconSize: number;
585
+ showSubtitle: boolean;
485
586
  };
486
587
  showStyle: boolean;
487
588
  fixed: boolean;
488
- setting: {};
589
+ setting: {
590
+ style: {
591
+ paddingLeft: string;
592
+ paddingRight: string;
593
+ paddingTop: string;
594
+ paddingBottom: string;
595
+ backgroundColor: string;
596
+ };
597
+ };
489
598
  };
490
- props(): {
599
+ props(): ({
600
+ type: string;
601
+ field: string;
602
+ title: string;
603
+ value?: undefined;
604
+ options?: undefined;
605
+ control?: undefined;
606
+ } | {
491
607
  type: string;
492
608
  field: string;
493
609
  title: string;
@@ -496,49 +612,36 @@ export const commonRuleList: {
496
612
  label: string;
497
613
  value: string;
498
614
  }[];
499
- control: ({
615
+ control: {
500
616
  value: string;
501
617
  rule: ({
502
618
  type: string;
503
619
  field: string;
504
620
  title: string;
505
621
  value: string;
506
- options?: undefined;
507
622
  } | {
508
623
  type: string;
509
624
  field: string;
510
625
  title: string;
511
- value: string;
512
- options: {
513
- label: string;
514
- value: string;
515
- }[];
626
+ value: number;
516
627
  })[];
517
- } | {
518
- value: string;
519
- rule: ({
628
+ }[];
629
+ } | {
630
+ type: string;
631
+ field: string;
632
+ title: string;
633
+ value: boolean;
634
+ control: {
635
+ value: boolean;
636
+ rule: {
520
637
  type: string;
521
638
  field: string;
522
639
  title: string;
523
640
  value: string;
524
- control?: undefined;
525
- } | {
526
- type: string;
527
- field: string;
528
- title: string;
529
- value: boolean;
530
- control: {
531
- value: boolean;
532
- rule: {
533
- type: string;
534
- field: string;
535
- title: string;
536
- value: string;
537
- }[];
538
- }[];
539
- })[];
540
- })[];
541
- }[];
641
+ }[];
642
+ }[];
643
+ options?: undefined;
644
+ })[];
542
645
  } | {
543
646
  icon: string;
544
647
  label: string;
@@ -622,5 +725,82 @@ export const commonRuleList: {
622
725
  help: string;
623
726
  };
624
727
  })[];
728
+ } | {
729
+ icon: string;
730
+ label: string;
731
+ name: string;
732
+ rule(): {
733
+ type: string;
734
+ props: {
735
+ imageStyle: {
736
+ width: string;
737
+ height: string;
738
+ marginBottom: string;
739
+ borderRadius: string;
740
+ };
741
+ list: {
742
+ title: string;
743
+ image: string;
744
+ }[];
745
+ };
746
+ showStyle: boolean;
747
+ children: never[];
748
+ style: {};
749
+ setting: {
750
+ style: {
751
+ backgroundColor: string;
752
+ };
753
+ };
754
+ };
755
+ props(): ({
756
+ type: string;
757
+ field: string;
758
+ title: string;
759
+ value: number;
760
+ props?: undefined;
761
+ } | {
762
+ type: string;
763
+ field: string;
764
+ title: string;
765
+ props: {
766
+ title: string;
767
+ defaultValue: {
768
+ title: string;
769
+ image: string;
770
+ };
771
+ rule: {
772
+ type: string;
773
+ field: string;
774
+ title: string;
775
+ }[];
776
+ isDrawer?: undefined;
777
+ drawerProps?: undefined;
778
+ hideComponents?: undefined;
779
+ };
780
+ value: never[];
781
+ } | {
782
+ type: string;
783
+ field: string;
784
+ title: string;
785
+ value?: undefined;
786
+ props?: undefined;
787
+ } | {
788
+ type: string;
789
+ field: string;
790
+ title: string;
791
+ props: {
792
+ isDrawer: boolean;
793
+ drawerProps: {
794
+ title: string;
795
+ size: string;
796
+ zIndex: number;
797
+ };
798
+ hideComponents: string[];
799
+ title?: undefined;
800
+ defaultValue?: undefined;
801
+ rule?: undefined;
802
+ };
803
+ value?: undefined;
804
+ })[];
625
805
  };
626
806
  };
@@ -4,15 +4,17 @@ import DkMinTitle from './DkMinTitle.mjs';
4
4
  import DkMinBlank from './DkMinBlank.mjs';
5
5
  import DkMinTextarea from './DkMinTextarea.mjs';
6
6
  import DkMinHotArea from './DkMinHotArea.mjs';
7
+ import DkMinGrid from './DkMinGrid.mjs';
7
8
 
8
- const commonMenu = [DkMinVideo, DkMinSwiperImage, DkMinTitle, DkMinBlank, DkMinTextarea, DkMinHotArea];
9
+ const commonMenu = [DkMinVideo, DkMinSwiperImage, DkMinTitle, DkMinBlank, DkMinTextarea, DkMinHotArea, DkMinGrid];
9
10
  const commonRuleList = {
10
11
  [DkMinVideo.name]: DkMinVideo,
11
12
  [DkMinSwiperImage.name]: DkMinSwiperImage,
12
13
  [DkMinTitle.name]: DkMinTitle,
13
14
  [DkMinBlank.name]: DkMinBlank,
14
15
  [DkMinTextarea.name]: DkMinTextarea,
15
- [DkMinHotArea.name]: DkMinHotArea
16
+ [DkMinHotArea.name]: DkMinHotArea,
17
+ [DkMinGrid.name]: DkMinGrid
16
18
  };
17
19
 
18
20
  export { commonMenu, commonRuleList };
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../../../../../src/page-diy/src/config/rule/min/common/index.js"],"sourcesContent":["import DkMinVideo from './DkMinVideo'\nimport DkMinSwiperImage from './DkMinSwiperImage'\nimport DkMinTitle from './DkMinTitle'\nimport DkMinBlank from './DkMinBlank'\nimport DkMinTextarea from './DkMinTextarea'\nimport DkMinHotArea from './DkMinHotArea'\n\nconst commonMenu = [DkMinVideo, DkMinSwiperImage, DkMinTitle, DkMinBlank, DkMinTextarea, DkMinHotArea]\n\nconst commonRuleList = {\n [DkMinVideo.name]: DkMinVideo,\n [DkMinSwiperImage.name]: DkMinSwiperImage,\n [DkMinTitle.name]: DkMinTitle,\n [DkMinBlank.name]: DkMinBlank,\n [DkMinTextarea.name]: DkMinTextarea,\n [DkMinHotArea.name]: DkMinHotArea,\n}\n\nexport { commonMenu, commonRuleList }\n"],"names":[],"mappings":";;;;;;;AAOA,MAAM,aAAa,CAAC,UAAA,EAAY,kBAAkB,UAAY,EAAA,UAAA,EAAY,eAAe,YAAY,EAAA;AAErG,MAAM,cAAiB,GAAA;AAAA,EACrB,CAAC,UAAW,CAAA,IAAI,GAAG,UAAA;AAAA,EACnB,CAAC,gBAAiB,CAAA,IAAI,GAAG,gBAAA;AAAA,EACzB,CAAC,UAAW,CAAA,IAAI,GAAG,UAAA;AAAA,EACnB,CAAC,UAAW,CAAA,IAAI,GAAG,UAAA;AAAA,EACnB,CAAC,aAAc,CAAA,IAAI,GAAG,aAAA;AAAA,EACtB,CAAC,YAAa,CAAA,IAAI,GAAG,YAAA;AACvB;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../../../src/page-diy/src/config/rule/min/common/index.js"],"sourcesContent":["import DkMinVideo from './DkMinVideo'\nimport DkMinSwiperImage from './DkMinSwiperImage'\nimport DkMinTitle from './DkMinTitle'\nimport DkMinBlank from './DkMinBlank'\nimport DkMinTextarea from './DkMinTextarea'\nimport DkMinHotArea from './DkMinHotArea'\nimport DkMinGrid from './DkMinGrid'\n\nconst commonMenu = [DkMinVideo, DkMinSwiperImage, DkMinTitle, DkMinBlank, DkMinTextarea, DkMinHotArea, DkMinGrid]\n\nconst commonRuleList = {\n [DkMinVideo.name]: DkMinVideo,\n [DkMinSwiperImage.name]: DkMinSwiperImage,\n [DkMinTitle.name]: DkMinTitle,\n [DkMinBlank.name]: DkMinBlank,\n [DkMinTextarea.name]: DkMinTextarea,\n [DkMinHotArea.name]: DkMinHotArea,\n [DkMinGrid.name]: DkMinGrid,\n}\n\nexport { commonMenu, commonRuleList }\n"],"names":[],"mappings":";;;;;;;;AAQM,MAAA,UAAA,GAAa,CAAC,UAAY,EAAA,gBAAA,EAAkB,YAAY,UAAY,EAAA,aAAA,EAAe,cAAc,SAAS,EAAA;AAEhH,MAAM,cAAiB,GAAA;AAAA,EACrB,CAAC,UAAW,CAAA,IAAI,GAAG,UAAA;AAAA,EACnB,CAAC,gBAAiB,CAAA,IAAI,GAAG,gBAAA;AAAA,EACzB,CAAC,UAAW,CAAA,IAAI,GAAG,UAAA;AAAA,EACnB,CAAC,UAAW,CAAA,IAAI,GAAG,UAAA;AAAA,EACnB,CAAC,aAAc,CAAA,IAAI,GAAG,aAAA;AAAA,EACtB,CAAC,YAAa,CAAA,IAAI,GAAG,YAAA;AAAA,EACrB,CAAC,SAAU,CAAA,IAAI,GAAG,SAAA;AACpB;;;;"}