@vipl520/dk-ui 1.0.52 → 1.0.54

Sign up to get free protection for your applications and to get access to all the features.
Files changed (181) hide show
  1. package/dist/attributes.json +8 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.js +2012 -1428
  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 +2011 -1429
  9. package/dist/tags.json +7 -0
  10. package/dist/web-types.json +35 -1
  11. package/es/form/src/form.vue2.mjs +0 -1
  12. package/es/form/src/form.vue2.mjs.map +1 -1
  13. package/es/group/src/group.vue2.mjs +1 -0
  14. package/es/group/src/group.vue2.mjs.map +1 -1
  15. package/es/hot-area-input/src/component/hot-area-content.vue2.mjs +23 -21
  16. package/es/hot-area-input/src/component/hot-area-content.vue2.mjs.map +1 -1
  17. package/es/icon/style/index.css +0 -1
  18. package/es/icon/style/index.scss +1 -1
  19. package/es/index.d.ts +1 -0
  20. package/es/index.mjs +5 -2
  21. package/es/index.mjs.map +1 -1
  22. package/es/index.scss +1 -0
  23. package/es/page-diy/src/config/rule/min/common/DkMinGrid.d.ts +81 -0
  24. package/es/page-diy/src/config/rule/min/common/DkMinGrid.mjs +114 -0
  25. package/es/page-diy/src/config/rule/min/common/DkMinGrid.mjs.map +1 -0
  26. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.d.ts +8 -0
  27. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.mjs +7 -1
  28. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.mjs.map +1 -1
  29. package/es/page-diy/src/config/rule/min/common/DkMinTitle.d.ts +35 -30
  30. package/es/page-diy/src/config/rule/min/common/DkMinTitle.mjs +76 -62
  31. package/es/page-diy/src/config/rule/min/common/DkMinTitle.mjs.map +1 -1
  32. package/es/page-diy/src/config/rule/min/common/index.d.ts +240 -60
  33. package/es/page-diy/src/config/rule/min/common/index.mjs +4 -2
  34. package/es/page-diy/src/config/rule/min/common/index.mjs.map +1 -1
  35. package/es/page-diy/src/config/rule/min/index.d.ts +240 -60
  36. package/es/page-diy/src/config/rule/web/common/DkViewSwipe.mjs +1 -1
  37. package/es/page-diy/src/config/rule/web/common/DkViewSwipe.mjs.map +1 -1
  38. package/es/page-diy/src/props.mjs +1 -1
  39. package/es/page-diy/src/props.mjs.map +1 -1
  40. package/es/page-diy/src/views/min/DkMinGrid.vue.d.ts +22 -0
  41. package/es/page-diy/src/views/min/DkMinGrid.vue.mjs +65 -0
  42. package/es/page-diy/src/views/min/DkMinGrid.vue.mjs.map +1 -0
  43. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.d.ts +9 -0
  44. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.mjs +7 -2
  45. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.mjs.map +1 -1
  46. package/es/page-diy/src/views/min/DkMinTitle.vue.d.ts +62 -17
  47. package/es/page-diy/src/views/min/DkMinTitle.vue.mjs +59 -30
  48. package/es/page-diy/src/views/min/DkMinTitle.vue.mjs.map +1 -1
  49. package/es/page-diy/src/views/min/index.mjs +3 -1
  50. package/es/page-diy/src/views/min/index.mjs.map +1 -1
  51. package/es/page-diy/style/drag-tool.css +1 -1
  52. package/es/page-diy/style/drag-tool.scss +4 -0
  53. package/es/page-diy/style/index.css +1 -1
  54. package/es/page-diy/style/minViews/index.scss +8 -0
  55. package/es/style-box-input/src/style-box-input.vue2.mjs +200 -130
  56. package/es/style-box-input/src/style-box-input.vue2.mjs.map +1 -1
  57. package/es/style-box-input/style/index.css +1 -1
  58. package/es/style-box-input/style/index.scss +13 -3
  59. package/es/style-font-input/src/style-font-input.vue2.mjs +105 -272
  60. package/es/style-font-input/src/style-font-input.vue2.mjs.map +1 -1
  61. package/es/style-input/src/style-input.vue2.mjs +1 -0
  62. package/es/style-input/src/style-input.vue2.mjs.map +1 -1
  63. package/es/style-shadow-input/src/style-shadow-input.vue2.mjs +1 -1
  64. package/es/style-shadow-input/src/style-shadow-input.vue2.mjs.map +1 -1
  65. package/es/test/index.d.ts +4 -2
  66. package/es/test/src/test.vue.d.ts +4 -2
  67. package/es/test/src/test.vue2.mjs +14 -3
  68. package/es/test/src/test.vue2.mjs.map +1 -1
  69. package/es/tiny-editor/src/tiny-editor.vue2.mjs +1 -1
  70. package/es/tiny-editor/src/tiny-editor.vue2.mjs.map +1 -1
  71. package/es/uni-icon/style/index.css +1 -1
  72. package/es/uni-icon/style/index.scss +1 -1
  73. package/es/url-input/index.d.ts +35 -0
  74. package/es/url-input/index.mjs +8 -0
  75. package/es/url-input/index.mjs.map +1 -0
  76. package/es/url-input/src/props.d.ts +16 -0
  77. package/es/url-input/src/props.mjs +13 -0
  78. package/es/url-input/src/props.mjs.map +1 -0
  79. package/es/url-input/src/url-input-content.vue.d.ts +25 -0
  80. package/es/url-input/src/url-input-content.vue.mjs +7 -0
  81. package/es/url-input/src/url-input-content.vue.mjs.map +1 -0
  82. package/es/url-input/src/url-input-content.vue2.mjs +301 -0
  83. package/es/url-input/src/url-input-content.vue2.mjs.map +1 -0
  84. package/es/url-input/src/url-input-table.vue.d.ts +16 -0
  85. package/es/url-input/src/url-input-table.vue.mjs +7 -0
  86. package/es/url-input/src/url-input-table.vue.mjs.map +1 -0
  87. package/es/url-input/src/url-input-table.vue2.mjs +63 -0
  88. package/es/url-input/src/url-input-table.vue2.mjs.map +1 -0
  89. package/es/url-input/src/url-input.vue.d.ts +34 -0
  90. package/es/url-input/src/url-input.vue.mjs +7 -0
  91. package/es/url-input/src/url-input.vue.mjs.map +1 -0
  92. package/es/url-input/src/url-input.vue2.mjs +69 -0
  93. package/es/url-input/src/url-input.vue2.mjs.map +1 -0
  94. package/es/url-input/style/index.css +1 -0
  95. package/es/url-input/style/index.scss +39 -0
  96. package/lib/form/src/form.vue2.js +0 -1
  97. package/lib/form/src/form.vue2.js.map +1 -1
  98. package/lib/group/src/group.vue2.js +1 -0
  99. package/lib/group/src/group.vue2.js.map +1 -1
  100. package/lib/hot-area-input/src/component/hot-area-content.vue2.js +23 -21
  101. package/lib/hot-area-input/src/component/hot-area-content.vue2.js.map +1 -1
  102. package/lib/icon/style/index.css +0 -1
  103. package/lib/icon/style/index.scss +1 -1
  104. package/lib/index.d.ts +1 -0
  105. package/lib/index.js +8 -3
  106. package/lib/index.js.map +1 -1
  107. package/lib/index.scss +1 -0
  108. package/lib/page-diy/src/config/rule/min/common/DkMinGrid.d.ts +81 -0
  109. package/lib/page-diy/src/config/rule/min/common/DkMinGrid.js +118 -0
  110. package/lib/page-diy/src/config/rule/min/common/DkMinGrid.js.map +1 -0
  111. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.d.ts +8 -0
  112. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.js +7 -1
  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/DkMinTitle.d.ts +35 -30
  115. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.js +76 -62
  116. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.js.map +1 -1
  117. package/lib/page-diy/src/config/rule/min/common/index.d.ts +240 -60
  118. package/lib/page-diy/src/config/rule/min/common/index.js +4 -2
  119. package/lib/page-diy/src/config/rule/min/common/index.js.map +1 -1
  120. package/lib/page-diy/src/config/rule/min/index.d.ts +240 -60
  121. package/lib/page-diy/src/config/rule/web/common/DkViewSwipe.js +1 -1
  122. package/lib/page-diy/src/config/rule/web/common/DkViewSwipe.js.map +1 -1
  123. package/lib/page-diy/src/props.js +1 -1
  124. package/lib/page-diy/src/props.js.map +1 -1
  125. package/lib/page-diy/src/views/min/DkMinGrid.vue.d.ts +22 -0
  126. package/lib/page-diy/src/views/min/DkMinGrid.vue.js +69 -0
  127. package/lib/page-diy/src/views/min/DkMinGrid.vue.js.map +1 -0
  128. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.d.ts +9 -0
  129. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.js +7 -2
  130. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.js.map +1 -1
  131. package/lib/page-diy/src/views/min/DkMinTitle.vue.d.ts +62 -17
  132. package/lib/page-diy/src/views/min/DkMinTitle.vue.js +58 -29
  133. package/lib/page-diy/src/views/min/DkMinTitle.vue.js.map +1 -1
  134. package/lib/page-diy/src/views/min/index.js +3 -1
  135. package/lib/page-diy/src/views/min/index.js.map +1 -1
  136. package/lib/page-diy/style/drag-tool.css +1 -1
  137. package/lib/page-diy/style/drag-tool.scss +4 -0
  138. package/lib/page-diy/style/index.css +1 -1
  139. package/lib/page-diy/style/minViews/index.scss +8 -0
  140. package/lib/style-box-input/src/style-box-input.vue2.js +199 -129
  141. package/lib/style-box-input/src/style-box-input.vue2.js.map +1 -1
  142. package/lib/style-box-input/style/index.css +1 -1
  143. package/lib/style-box-input/style/index.scss +13 -3
  144. package/lib/style-font-input/src/style-font-input.vue2.js +105 -272
  145. package/lib/style-font-input/src/style-font-input.vue2.js.map +1 -1
  146. package/lib/style-input/src/style-input.vue2.js +1 -0
  147. package/lib/style-input/src/style-input.vue2.js.map +1 -1
  148. package/lib/style-shadow-input/src/style-shadow-input.vue2.js +1 -1
  149. package/lib/style-shadow-input/src/style-shadow-input.vue2.js.map +1 -1
  150. package/lib/test/index.d.ts +4 -2
  151. package/lib/test/src/test.vue.d.ts +4 -2
  152. package/lib/test/src/test.vue2.js +14 -3
  153. package/lib/test/src/test.vue2.js.map +1 -1
  154. package/lib/tiny-editor/src/tiny-editor.vue2.js +1 -1
  155. package/lib/tiny-editor/src/tiny-editor.vue2.js.map +1 -1
  156. package/lib/uni-icon/style/index.css +1 -1
  157. package/lib/uni-icon/style/index.scss +1 -1
  158. package/lib/url-input/index.d.ts +35 -0
  159. package/lib/url-input/index.js +14 -0
  160. package/lib/url-input/index.js.map +1 -0
  161. package/lib/url-input/src/props.d.ts +16 -0
  162. package/lib/url-input/src/props.js +15 -0
  163. package/lib/url-input/src/props.js.map +1 -0
  164. package/lib/url-input/src/url-input-content.vue.d.ts +25 -0
  165. package/lib/url-input/src/url-input-content.vue.js +11 -0
  166. package/lib/url-input/src/url-input-content.vue.js.map +1 -0
  167. package/lib/url-input/src/url-input-content.vue2.js +305 -0
  168. package/lib/url-input/src/url-input-content.vue2.js.map +1 -0
  169. package/lib/url-input/src/url-input-table.vue.d.ts +16 -0
  170. package/lib/url-input/src/url-input-table.vue.js +11 -0
  171. package/lib/url-input/src/url-input-table.vue.js.map +1 -0
  172. package/lib/url-input/src/url-input-table.vue2.js +67 -0
  173. package/lib/url-input/src/url-input-table.vue2.js.map +1 -0
  174. package/lib/url-input/src/url-input.vue.d.ts +34 -0
  175. package/lib/url-input/src/url-input.vue.js +11 -0
  176. package/lib/url-input/src/url-input.vue.js.map +1 -0
  177. package/lib/url-input/src/url-input.vue2.js +73 -0
  178. package/lib/url-input/src/url-input.vue2.js.map +1 -0
  179. package/lib/url-input/style/index.css +1 -0
  180. package/lib/url-input/style/index.scss +39 -0
  181. 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
  };
@@ -6,15 +6,17 @@ var DkMinTitle = require('./DkMinTitle.js');
6
6
  var DkMinBlank = require('./DkMinBlank.js');
7
7
  var DkMinTextarea = require('./DkMinTextarea.js');
8
8
  var DkMinHotArea = require('./DkMinHotArea.js');
9
+ var DkMinGrid = require('./DkMinGrid.js');
9
10
 
10
- const commonMenu = [DkMinVideo.default, DkMinSwiperImage.default, DkMinTitle.default, DkMinBlank.default, DkMinTextarea.default, DkMinHotArea.default];
11
+ const commonMenu = [DkMinVideo.default, DkMinSwiperImage.default, DkMinTitle.default, DkMinBlank.default, DkMinTextarea.default, DkMinHotArea.default, DkMinGrid.default];
11
12
  const commonRuleList = {
12
13
  [DkMinVideo.default.name]: DkMinVideo.default,
13
14
  [DkMinSwiperImage.default.name]: DkMinSwiperImage.default,
14
15
  [DkMinTitle.default.name]: DkMinTitle.default,
15
16
  [DkMinBlank.default.name]: DkMinBlank.default,
16
17
  [DkMinTextarea.default.name]: DkMinTextarea.default,
17
- [DkMinHotArea.default.name]: DkMinHotArea.default
18
+ [DkMinHotArea.default.name]: DkMinHotArea.default,
19
+ [DkMinGrid.default.name]: DkMinGrid.default
18
20
  };
19
21
 
20
22
  exports.commonMenu = commonMenu;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","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":["DkMinVideo","DkMinSwiperImage","DkMinTitle","DkMinBlank","DkMinTextarea","DkMinHotArea"],"mappings":";;;;;;;;;AAOA,MAAM,aAAa,CAACA,kBAAA,EAAYC,0BAAkBC,kBAAY,EAAAC,kBAAA,EAAYC,uBAAeC,oBAAY,EAAA;AAErG,MAAM,cAAiB,GAAA;AAAA,EACrB,CAACL,kBAAW,CAAA,IAAI,GAAGA,kBAAA;AAAA,EACnB,CAACC,wBAAiB,CAAA,IAAI,GAAGA,wBAAA;AAAA,EACzB,CAACC,kBAAW,CAAA,IAAI,GAAGA,kBAAA;AAAA,EACnB,CAACC,kBAAW,CAAA,IAAI,GAAGA,kBAAA;AAAA,EACnB,CAACC,qBAAc,CAAA,IAAI,GAAGA,qBAAA;AAAA,EACtB,CAACC,oBAAa,CAAA,IAAI,GAAGA,oBAAA;AACvB;;;;;"}
1
+ {"version":3,"file":"index.js","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":["DkMinVideo","DkMinSwiperImage","DkMinTitle","DkMinBlank","DkMinTextarea","DkMinHotArea","DkMinGrid"],"mappings":";;;;;;;;;;AAQM,MAAA,UAAA,GAAa,CAACA,kBAAY,EAAAC,wBAAA,EAAkBC,oBAAYC,kBAAY,EAAAC,qBAAA,EAAeC,sBAAcC,iBAAS,EAAA;AAEhH,MAAM,cAAiB,GAAA;AAAA,EACrB,CAACN,kBAAW,CAAA,IAAI,GAAGA,kBAAA;AAAA,EACnB,CAACC,wBAAiB,CAAA,IAAI,GAAGA,wBAAA;AAAA,EACzB,CAACC,kBAAW,CAAA,IAAI,GAAGA,kBAAA;AAAA,EACnB,CAACC,kBAAW,CAAA,IAAI,GAAGA,kBAAA;AAAA,EACnB,CAACC,qBAAc,CAAA,IAAI,GAAGA,qBAAA;AAAA,EACtB,CAACC,oBAAa,CAAA,IAAI,GAAGA,oBAAA;AAAA,EACrB,CAACC,iBAAU,CAAA,IAAI,GAAGA,iBAAA;AACpB;;;;;"}