@vipl520/dk-ui 1.0.12 → 1.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (633) hide show
  1. package/dist/attributes.json +8 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.js +3936 -3149
  4. package/dist/index.min.js +7 -7
  5. package/dist/index.min.js.map +1 -1
  6. package/dist/index.min.mjs +7 -7
  7. package/dist/index.min.mjs.map +1 -1
  8. package/dist/index.mjs +3932 -3147
  9. package/dist/tags.json +7 -0
  10. package/dist/web-types.json +35 -1
  11. package/es/attachment/src/attachment.vue.mjs +1 -1
  12. package/es/attachment/src/file-icon.vue.mjs +1 -1
  13. package/es/attachment-dialog/src/attachment-dialog.vue.mjs +1 -1
  14. package/es/audio-input/src/audio-input.vue.mjs +1 -1
  15. package/es/audio-list-input/src/audio-list-input.vue.mjs +1 -1
  16. package/es/box-size-input/src/box-size-input.vue.mjs +1 -1
  17. package/es/color-input/src/color-input.vue.mjs +1 -1
  18. package/es/dialog/src/dialog.vue.mjs +1 -1
  19. package/es/file-input/src/file-input.vue.mjs +1 -1
  20. package/es/file-list-input/src/file-list-input.vue.mjs +1 -1
  21. package/es/file-list-input/style/index.scss +1 -1
  22. package/es/form/src/form.vue.mjs +1 -1
  23. package/es/form/style/index.css +1 -1
  24. package/es/form/style/index.scss +3 -3
  25. package/es/group/src/group.vue.mjs +1 -1
  26. package/es/hot-area-input/index.d.ts +15 -0
  27. package/es/hot-area-input/index.mjs +8 -0
  28. package/es/hot-area-input/index.mjs.map +1 -0
  29. package/es/hot-area-input/src/component/hot-area-content.vue.d.ts +24 -0
  30. package/es/hot-area-input/src/component/hot-area-content.vue.mjs +7 -0
  31. package/es/hot-area-input/src/component/hot-area-content.vue.mjs.map +1 -0
  32. package/es/hot-area-input/src/component/hot-area-content.vue2.mjs +262 -0
  33. package/es/hot-area-input/src/component/hot-area-content.vue2.mjs.map +1 -0
  34. package/es/hot-area-input/src/hot-area-input.vue.d.ts +14 -0
  35. package/es/hot-area-input/src/hot-area-input.vue.mjs +7 -0
  36. package/es/hot-area-input/src/hot-area-input.vue.mjs.map +1 -0
  37. package/es/hot-area-input/src/hot-area-input.vue2.mjs +65 -0
  38. package/es/hot-area-input/src/hot-area-input.vue2.mjs.map +1 -0
  39. package/es/hot-area-input/src/props.d.ts +8 -0
  40. package/es/hot-area-input/src/props.mjs +11 -0
  41. package/es/hot-area-input/src/props.mjs.map +1 -0
  42. package/es/hot-area-input/style/index.css +1 -0
  43. package/es/hot-area-input/style/index.scss +40 -0
  44. package/es/icon/src/icon.vue.mjs +1 -1
  45. package/es/icon-input/src/icon-content.vue.mjs +1 -1
  46. package/es/icon-input/src/icon-dialog.vue.mjs +1 -1
  47. package/es/icon-input/src/icon-input.vue.mjs +1 -1
  48. package/es/image-input/src/image-input.vue.mjs +1 -1
  49. package/es/image-list-input/src/image-list-input.vue.mjs +1 -1
  50. package/es/index.d.ts +1 -0
  51. package/es/index.mjs +5 -1
  52. package/es/index.mjs.map +1 -1
  53. package/es/index.scss +1 -62
  54. package/es/page-diy/index.d.ts +59 -23
  55. package/es/page-diy/index.mjs +0 -4
  56. package/es/page-diy/index.mjs.map +1 -1
  57. package/es/page-diy/src/components/DragBox.vue.mjs +1 -1
  58. package/es/page-diy/src/components/DragTool.vue.mjs +1 -1
  59. package/es/page-diy/src/components/PreviewPhone.vue.mjs +1 -1
  60. package/es/page-diy/src/components/PreviewPhone.vue2.mjs +1 -1
  61. package/es/page-diy/src/components/PreviewPhone.vue2.mjs.map +1 -1
  62. package/es/page-diy/src/config/base/dkPage.mjs +0 -49
  63. package/es/page-diy/src/config/base/dkPage.mjs.map +1 -1
  64. package/es/page-diy/src/config/base/dkSetting.mjs +0 -190
  65. package/es/page-diy/src/config/base/dkSetting.mjs.map +1 -1
  66. package/es/page-diy/src/config/rule/min/common/DkMinBlank.d.ts +24 -0
  67. package/es/page-diy/src/config/rule/min/common/DkMinBlank.mjs +22 -0
  68. package/es/page-diy/src/config/rule/min/common/DkMinBlank.mjs.map +1 -0
  69. package/es/page-diy/src/config/rule/min/common/DkMinHotArea.d.ts +38 -0
  70. package/es/page-diy/src/config/rule/min/common/DkMinHotArea.mjs +43 -0
  71. package/es/page-diy/src/config/rule/min/common/DkMinHotArea.mjs.map +1 -0
  72. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.d.ts +115 -0
  73. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.mjs +177 -0
  74. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.mjs.map +1 -0
  75. package/es/page-diy/src/config/rule/min/common/DkMinTextarea.d.ts +33 -0
  76. package/es/page-diy/src/config/rule/min/common/DkMinTextarea.mjs +36 -0
  77. package/es/page-diy/src/config/rule/min/common/DkMinTextarea.mjs.map +1 -0
  78. package/es/page-diy/src/config/rule/min/common/DkMinTitle.d.ts +68 -0
  79. package/es/page-diy/src/config/rule/min/common/DkMinTitle.mjs +78 -0
  80. package/es/page-diy/src/config/rule/min/common/DkMinTitle.mjs.map +1 -0
  81. package/es/page-diy/src/config/rule/min/common/DkMinVideo.d.ts +54 -0
  82. package/es/page-diy/src/config/rule/min/common/DkMinVideo.mjs +52 -0
  83. package/es/page-diy/src/config/rule/min/common/DkMinVideo.mjs.map +1 -0
  84. package/es/page-diy/src/config/rule/min/common/index.d.ts +620 -0
  85. package/es/page-diy/src/config/rule/min/common/index.mjs +19 -0
  86. package/es/page-diy/src/config/rule/min/common/index.mjs.map +1 -0
  87. package/es/page-diy/src/config/rule/min/index.d.ts +624 -0
  88. package/es/page-diy/src/config/rule/min/index.mjs +17 -0
  89. package/es/page-diy/src/config/rule/min/index.mjs.map +1 -0
  90. package/es/page-diy/src/config/rule/{common → web/common}/DkPosterBtn.mjs +1 -3
  91. package/es/page-diy/src/config/rule/web/common/DkPosterBtn.mjs.map +1 -0
  92. package/es/page-diy/src/config/rule/web/common/DkViewBulletChat.mjs.map +1 -0
  93. package/es/page-diy/src/config/rule/web/common/DkViewCell.mjs.map +1 -0
  94. package/es/page-diy/src/config/rule/web/common/DkViewCommonBtn.mjs.map +1 -0
  95. package/es/page-diy/src/config/rule/web/common/DkViewDialog.mjs.map +1 -0
  96. package/es/page-diy/src/config/rule/web/common/DkViewGridCellList.mjs.map +1 -0
  97. package/es/page-diy/src/config/rule/web/common/DkViewImage.mjs.map +1 -0
  98. package/es/page-diy/src/config/rule/web/common/DkViewMusic.mjs.map +1 -0
  99. package/es/page-diy/src/config/rule/web/common/DkViewNavBar.mjs.map +1 -0
  100. package/es/page-diy/src/config/rule/web/common/DkViewNoticeBar.mjs.map +1 -0
  101. package/es/page-diy/src/config/rule/web/common/DkViewSwipe.mjs.map +1 -0
  102. package/es/page-diy/src/config/rule/web/common/DkViewTabbar.mjs.map +1 -0
  103. package/es/page-diy/src/config/rule/web/common/DkViewTextarea.mjs.map +1 -0
  104. package/es/page-diy/src/config/rule/{common → web/common}/DkViewVideo.mjs +3 -9
  105. package/es/page-diy/src/config/rule/web/common/DkViewVideo.mjs.map +1 -0
  106. package/es/page-diy/src/config/rule/web/common/index.mjs.map +1 -0
  107. package/es/page-diy/src/config/rule/{index.d.ts → web/index.d.ts} +2 -2
  108. package/es/page-diy/src/config/rule/{index.mjs → web/index.mjs} +3 -3
  109. package/es/page-diy/src/config/rule/web/index.mjs.map +1 -0
  110. package/es/page-diy/src/config/rule/web/layout/DkViewTitle.mjs.map +1 -0
  111. package/es/page-diy/src/config/rule/web/layout/col.mjs.map +1 -0
  112. package/es/page-diy/src/config/rule/web/layout/divider.mjs.map +1 -0
  113. package/es/page-diy/src/config/rule/web/layout/index.mjs.map +1 -0
  114. package/es/page-diy/src/config/rule/web/layout/row.mjs.map +1 -0
  115. package/es/page-diy/src/config/rule/web/layout/space.mjs.map +1 -0
  116. package/es/page-diy/src/config/rule/web/layout/swip-item.mjs.map +1 -0
  117. package/es/page-diy/src/config/rule/web/layout/swipe.mjs.map +1 -0
  118. package/es/page-diy/src/config/rule/web/layout/tab.mjs.map +1 -0
  119. package/es/page-diy/src/config/rule/web/layout/tabs.mjs.map +1 -0
  120. package/es/page-diy/src/config/rule/web/layout/vanEmpty.mjs.map +1 -0
  121. package/es/page-diy/src/page-diy.vue.d.ts +59 -23
  122. package/es/page-diy/src/page-diy.vue.mjs +53 -187
  123. package/es/page-diy/src/page-diy.vue.mjs.map +1 -1
  124. package/es/page-diy/src/props.d.ts +21 -4
  125. package/es/page-diy/src/props.mjs +28 -6
  126. package/es/page-diy/src/props.mjs.map +1 -1
  127. package/es/page-diy/src/utils/help.mjs.map +1 -1
  128. package/es/page-diy/src/views/min/DkMinBlank.vue.d.ts +14 -0
  129. package/es/page-diy/src/views/min/DkMinBlank.vue.mjs +28 -0
  130. package/es/page-diy/src/views/min/DkMinBlank.vue.mjs.map +1 -0
  131. package/es/page-diy/src/views/min/DkMinHotArea.vue.d.ts +27 -0
  132. package/es/page-diy/src/views/min/DkMinHotArea.vue.mjs +126 -0
  133. package/es/page-diy/src/views/min/DkMinHotArea.vue.mjs.map +1 -0
  134. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.d.ts +68 -0
  135. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.mjs +86 -0
  136. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.mjs.map +1 -0
  137. package/es/page-diy/src/views/min/DkMinTextarea.vue.mjs +28 -0
  138. package/es/page-diy/src/views/min/DkMinTextarea.vue.mjs.map +1 -0
  139. package/es/page-diy/src/views/min/DkMinTitle.vue.d.ts +95 -0
  140. package/es/page-diy/src/views/min/DkMinTitle.vue.mjs +62 -0
  141. package/es/page-diy/src/views/min/DkMinTitle.vue.mjs.map +1 -0
  142. package/es/page-diy/src/views/min/DkMinVideo.vue.mjs +86 -0
  143. package/es/page-diy/src/views/min/DkMinVideo.vue.mjs.map +1 -0
  144. package/es/page-diy/src/views/min/index.mjs +18 -0
  145. package/es/page-diy/src/views/min/index.mjs.map +1 -0
  146. package/es/page-diy/src/views/{DkViewBulletChat.vue.mjs → web/DkViewBulletChat.vue.mjs} +2 -2
  147. package/es/page-diy/src/views/web/DkViewBulletChat.vue.mjs.map +1 -0
  148. package/es/page-diy/src/views/{DkViewCell.vue.mjs → web/DkViewCell.vue.mjs} +2 -2
  149. package/es/page-diy/src/views/web/DkViewCell.vue.mjs.map +1 -0
  150. package/es/page-diy/src/views/{DkViewCommonBtn.vue.mjs → web/DkViewCommonBtn.vue.mjs} +3 -5
  151. package/es/page-diy/src/views/web/DkViewCommonBtn.vue.mjs.map +1 -0
  152. package/es/page-diy/src/views/{DkViewDialog.vue.mjs → web/DkViewDialog.vue.mjs} +2 -2
  153. package/es/page-diy/src/views/web/DkViewDialog.vue.mjs.map +1 -0
  154. package/es/page-diy/src/views/{DkViewGridCellList.vue.mjs → web/DkViewGridCellList.vue.mjs} +2 -2
  155. package/es/page-diy/src/views/web/DkViewGridCellList.vue.mjs.map +1 -0
  156. package/es/page-diy/src/views/{DkViewImage.vue.mjs → web/DkViewImage.vue.mjs} +2 -2
  157. package/es/page-diy/src/views/web/DkViewImage.vue.mjs.map +1 -0
  158. package/es/page-diy/src/views/{DkViewMusic.vue.mjs → web/DkViewMusic.vue.mjs} +2 -2
  159. package/es/page-diy/src/views/web/DkViewMusic.vue.mjs.map +1 -0
  160. package/es/page-diy/src/views/{DkViewNavBar.vue.mjs → web/DkViewNavBar.vue.mjs} +2 -2
  161. package/es/page-diy/src/views/web/DkViewNavBar.vue.mjs.map +1 -0
  162. package/es/page-diy/src/views/{DkViewNoticeBar.vue.mjs → web/DkViewNoticeBar.vue.mjs} +2 -2
  163. package/es/page-diy/src/views/web/DkViewNoticeBar.vue.mjs.map +1 -0
  164. package/es/page-diy/src/views/{DkViewSwipe.vue.mjs → web/DkViewSwipe.vue.mjs} +2 -2
  165. package/es/page-diy/src/views/web/DkViewSwipe.vue.mjs.map +1 -0
  166. package/es/page-diy/src/views/{DkViewTabbar.vue.mjs → web/DkViewTabbar.vue.mjs} +2 -2
  167. package/es/page-diy/src/views/web/DkViewTabbar.vue.mjs.map +1 -0
  168. package/es/page-diy/src/views/{DkViewTextarea.vue.mjs → web/DkViewTextarea.vue.mjs} +2 -2
  169. package/es/page-diy/src/views/web/DkViewTextarea.vue.mjs.map +1 -0
  170. package/es/page-diy/src/views/{DkViewTitle.vue.mjs → web/DkViewTitle.vue.mjs} +2 -2
  171. package/es/page-diy/src/views/web/DkViewTitle.vue.mjs.map +1 -0
  172. package/es/page-diy/src/views/{DkViewVideo.vue.mjs → web/DkViewVideo.vue.mjs} +2 -2
  173. package/es/page-diy/src/views/web/DkViewVideo.vue.mjs.map +1 -0
  174. package/es/page-diy/src/views/web/index.mjs.map +1 -0
  175. package/es/page-diy/style/drag-tool.css +1 -1
  176. package/es/page-diy/style/drag-tool.scss +2 -2
  177. package/es/page-diy/style/index.css +1 -1
  178. package/es/page-diy/style/index.scss +1 -0
  179. package/es/page-diy/style/minViews/index.scss +26 -0
  180. package/es/page-diy/style/preview-phone.css +1 -1
  181. package/es/page-diy/style/preview-phone.scss +36 -2
  182. package/es/poster-input/src/component/poster.vue.mjs +1 -1
  183. package/es/poster-input/src/component/poster.vue2.mjs +13 -13
  184. package/es/poster-input/src/component/poster.vue2.mjs.map +1 -1
  185. package/es/poster-input/src/component/views/DkPosterViewAvatar.vue.mjs +1 -1
  186. package/es/poster-input/src/component/views/DkPosterViewImage.vue.mjs +1 -1
  187. package/es/poster-input/src/component/views/DkPosterViewName.vue.mjs +1 -1
  188. package/es/poster-input/src/component/views/DkPosterViewQrcode.vue.mjs +1 -1
  189. package/es/poster-input/src/component/views/DkPosterViewText.vue.mjs +1 -1
  190. package/es/poster-input/src/component/views/quick-action.vue.mjs +1 -1
  191. package/es/poster-input/src/poster-input.vue.mjs +1 -1
  192. package/es/select/src/select.vue.mjs +1 -1
  193. package/es/style-background-input/src/style-background-input.vue.mjs +1 -1
  194. package/es/style-border-input/src/style-border-input.vue.mjs +1 -1
  195. package/es/style-box-input/src/style-box-input.vue.mjs +1 -1
  196. package/es/style-font-input/src/style-font-input.vue.mjs +1 -1
  197. package/es/style-input/src/style-input.vue.mjs +1 -1
  198. package/es/style-number-input/src/style-number-input.vue.mjs +1 -1
  199. package/es/style-position-input/src/style-position-input.vue.mjs +1 -1
  200. package/es/style-shadow-input/src/style-shadow-content.vue.mjs +1 -1
  201. package/es/style-shadow-input/src/style-shadow-input.vue.mjs +1 -1
  202. package/es/table/src/components/ComSearch.vue.mjs +1 -1
  203. package/es/table/src/components/FieldRender.vue.mjs +1 -1
  204. package/es/table/src/components/RecycleDialog.vue.mjs +1 -1
  205. package/es/table/src/components/header.vue.mjs +1 -1
  206. package/es/table/src/table.vue.mjs +1 -1
  207. package/es/test/src/test.vue.mjs +1 -1
  208. package/es/tiny-editor/src/tiny-editor.vue.mjs +1 -1
  209. package/es/video-input/src/video-input.vue.mjs +1 -1
  210. package/es/video-list-input/src/video-list-input.vue.mjs +1 -1
  211. package/lib/attachment/src/attachment.vue.js +1 -1
  212. package/lib/attachment/src/file-icon.vue.js +1 -1
  213. package/lib/attachment-dialog/src/attachment-dialog.vue.js +1 -1
  214. package/lib/audio-input/src/audio-input.vue.js +1 -1
  215. package/lib/audio-list-input/src/audio-list-input.vue.js +1 -1
  216. package/lib/box-size-input/src/box-size-input.vue.js +1 -1
  217. package/lib/color-input/src/color-input.vue.js +1 -1
  218. package/lib/dialog/src/dialog.vue.js +1 -1
  219. package/lib/file-input/src/file-input.vue.js +1 -1
  220. package/lib/file-list-input/src/file-list-input.vue.js +1 -1
  221. package/lib/file-list-input/style/index.scss +1 -1
  222. package/lib/form/src/form.vue.js +1 -1
  223. package/lib/form/style/index.css +1 -1
  224. package/lib/form/style/index.scss +3 -3
  225. package/lib/group/src/group.vue.js +1 -1
  226. package/lib/hot-area-input/index.d.ts +15 -0
  227. package/lib/hot-area-input/index.js +14 -0
  228. package/lib/hot-area-input/index.js.map +1 -0
  229. package/lib/hot-area-input/src/component/hot-area-content.vue.d.ts +24 -0
  230. package/lib/hot-area-input/src/component/hot-area-content.vue.js +11 -0
  231. package/lib/hot-area-input/src/component/hot-area-content.vue.js.map +1 -0
  232. package/lib/hot-area-input/src/component/hot-area-content.vue2.js +266 -0
  233. package/lib/hot-area-input/src/component/hot-area-content.vue2.js.map +1 -0
  234. package/lib/hot-area-input/src/hot-area-input.vue.d.ts +14 -0
  235. package/lib/hot-area-input/src/hot-area-input.vue.js +11 -0
  236. package/lib/hot-area-input/src/hot-area-input.vue.js.map +1 -0
  237. package/lib/hot-area-input/src/hot-area-input.vue2.js +69 -0
  238. package/lib/hot-area-input/src/hot-area-input.vue2.js.map +1 -0
  239. package/lib/hot-area-input/src/props.d.ts +8 -0
  240. package/lib/hot-area-input/src/props.js +13 -0
  241. package/lib/hot-area-input/src/props.js.map +1 -0
  242. package/lib/hot-area-input/style/index.css +1 -0
  243. package/lib/hot-area-input/style/index.scss +40 -0
  244. package/lib/icon/src/icon.vue.js +1 -1
  245. package/lib/icon-input/src/icon-content.vue.js +1 -1
  246. package/lib/icon-input/src/icon-dialog.vue.js +1 -1
  247. package/lib/icon-input/src/icon-input.vue.js +1 -1
  248. package/lib/image-input/src/image-input.vue.js +1 -1
  249. package/lib/image-list-input/src/image-list-input.vue.js +1 -1
  250. package/lib/index.d.ts +1 -0
  251. package/lib/index.js +148 -142
  252. package/lib/index.js.map +1 -1
  253. package/lib/index.scss +1 -62
  254. package/lib/page-diy/index.d.ts +59 -23
  255. package/lib/page-diy/index.js +0 -4
  256. package/lib/page-diy/index.js.map +1 -1
  257. package/lib/page-diy/src/components/DragBox.vue.js +1 -1
  258. package/lib/page-diy/src/components/DragTool.vue.js +1 -1
  259. package/lib/page-diy/src/components/PreviewPhone.vue.js +1 -1
  260. package/lib/page-diy/src/components/PreviewPhone.vue2.js +1 -1
  261. package/lib/page-diy/src/components/PreviewPhone.vue2.js.map +1 -1
  262. package/lib/page-diy/src/config/base/dkPage.js +0 -49
  263. package/lib/page-diy/src/config/base/dkPage.js.map +1 -1
  264. package/lib/page-diy/src/config/base/dkSetting.js +0 -190
  265. package/lib/page-diy/src/config/base/dkSetting.js.map +1 -1
  266. package/lib/page-diy/src/config/rule/min/common/DkMinBlank.d.ts +24 -0
  267. package/lib/page-diy/src/config/rule/min/common/DkMinBlank.js +26 -0
  268. package/lib/page-diy/src/config/rule/min/common/DkMinBlank.js.map +1 -0
  269. package/lib/page-diy/src/config/rule/min/common/DkMinHotArea.d.ts +38 -0
  270. package/lib/page-diy/src/config/rule/min/common/DkMinHotArea.js +47 -0
  271. package/lib/page-diy/src/config/rule/min/common/DkMinHotArea.js.map +1 -0
  272. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.d.ts +115 -0
  273. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.js +181 -0
  274. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.js.map +1 -0
  275. package/lib/page-diy/src/config/rule/min/common/DkMinTextarea.d.ts +33 -0
  276. package/lib/page-diy/src/config/rule/min/common/DkMinTextarea.js +40 -0
  277. package/lib/page-diy/src/config/rule/min/common/DkMinTextarea.js.map +1 -0
  278. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.d.ts +68 -0
  279. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.js +82 -0
  280. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.js.map +1 -0
  281. package/lib/page-diy/src/config/rule/min/common/DkMinVideo.d.ts +54 -0
  282. package/lib/page-diy/src/config/rule/min/common/DkMinVideo.js +56 -0
  283. package/lib/page-diy/src/config/rule/min/common/DkMinVideo.js.map +1 -0
  284. package/lib/page-diy/src/config/rule/min/common/index.d.ts +620 -0
  285. package/lib/page-diy/src/config/rule/min/common/index.js +22 -0
  286. package/lib/page-diy/src/config/rule/min/common/index.js.map +1 -0
  287. package/lib/page-diy/src/config/rule/min/index.d.ts +624 -0
  288. package/lib/page-diy/src/config/rule/min/index.js +20 -0
  289. package/lib/page-diy/src/config/rule/min/index.js.map +1 -0
  290. package/lib/page-diy/src/config/rule/{common → web/common}/DkPosterBtn.js +1 -3
  291. package/lib/page-diy/src/config/rule/web/common/DkPosterBtn.js.map +1 -0
  292. package/lib/page-diy/src/config/rule/web/common/DkViewBulletChat.js.map +1 -0
  293. package/lib/page-diy/src/config/rule/web/common/DkViewCell.js.map +1 -0
  294. package/lib/page-diy/src/config/rule/web/common/DkViewCommonBtn.js.map +1 -0
  295. package/lib/page-diy/src/config/rule/web/common/DkViewDialog.js.map +1 -0
  296. package/lib/page-diy/src/config/rule/web/common/DkViewGridCellList.js.map +1 -0
  297. package/lib/page-diy/src/config/rule/web/common/DkViewImage.js.map +1 -0
  298. package/lib/page-diy/src/config/rule/web/common/DkViewMusic.js.map +1 -0
  299. package/lib/page-diy/src/config/rule/web/common/DkViewNavBar.js.map +1 -0
  300. package/lib/page-diy/src/config/rule/web/common/DkViewNoticeBar.js.map +1 -0
  301. package/lib/page-diy/src/config/rule/web/common/DkViewSwipe.js.map +1 -0
  302. package/lib/page-diy/src/config/rule/web/common/DkViewTabbar.js.map +1 -0
  303. package/lib/page-diy/src/config/rule/web/common/DkViewTextarea.js.map +1 -0
  304. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewVideo.js +3 -9
  305. package/lib/page-diy/src/config/rule/web/common/DkViewVideo.js.map +1 -0
  306. package/lib/page-diy/src/config/rule/web/common/index.js.map +1 -0
  307. package/lib/page-diy/src/config/rule/{index.d.ts → web/index.d.ts} +2 -2
  308. package/lib/page-diy/src/config/rule/{index.js → web/index.js} +4 -4
  309. package/lib/page-diy/src/config/rule/web/index.js.map +1 -0
  310. package/lib/page-diy/src/config/rule/web/layout/DkViewTitle.js.map +1 -0
  311. package/lib/page-diy/src/config/rule/web/layout/col.js.map +1 -0
  312. package/lib/page-diy/src/config/rule/web/layout/divider.js.map +1 -0
  313. package/lib/page-diy/src/config/rule/web/layout/index.js.map +1 -0
  314. package/lib/page-diy/src/config/rule/web/layout/row.js.map +1 -0
  315. package/lib/page-diy/src/config/rule/web/layout/space.js.map +1 -0
  316. package/lib/page-diy/src/config/rule/web/layout/swip-item.js.map +1 -0
  317. package/lib/page-diy/src/config/rule/web/layout/swipe.js.map +1 -0
  318. package/lib/page-diy/src/config/rule/web/layout/tab.js.map +1 -0
  319. package/lib/page-diy/src/config/rule/web/layout/tabs.js.map +1 -0
  320. package/lib/page-diy/src/config/rule/web/layout/vanEmpty.js.map +1 -0
  321. package/lib/page-diy/src/page-diy.vue.d.ts +59 -23
  322. package/lib/page-diy/src/page-diy.vue.js +61 -195
  323. package/lib/page-diy/src/page-diy.vue.js.map +1 -1
  324. package/lib/page-diy/src/props.d.ts +21 -4
  325. package/lib/page-diy/src/props.js +28 -6
  326. package/lib/page-diy/src/props.js.map +1 -1
  327. package/lib/page-diy/src/utils/help.js.map +1 -1
  328. package/lib/page-diy/src/views/min/DkMinBlank.vue.d.ts +14 -0
  329. package/lib/page-diy/src/views/min/DkMinBlank.vue.js +32 -0
  330. package/lib/page-diy/src/views/min/DkMinBlank.vue.js.map +1 -0
  331. package/lib/page-diy/src/views/min/DkMinHotArea.vue.d.ts +27 -0
  332. package/lib/page-diy/src/views/min/DkMinHotArea.vue.js +130 -0
  333. package/lib/page-diy/src/views/min/DkMinHotArea.vue.js.map +1 -0
  334. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.d.ts +68 -0
  335. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.js +90 -0
  336. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.js.map +1 -0
  337. package/lib/page-diy/src/views/min/DkMinTextarea.vue.d.ts +14 -0
  338. package/lib/page-diy/src/views/min/DkMinTextarea.vue.js +32 -0
  339. package/lib/page-diy/src/views/min/DkMinTextarea.vue.js.map +1 -0
  340. package/lib/page-diy/src/views/min/DkMinTitle.vue.d.ts +95 -0
  341. package/lib/page-diy/src/views/min/DkMinTitle.vue.js +66 -0
  342. package/lib/page-diy/src/views/min/DkMinTitle.vue.js.map +1 -0
  343. package/lib/page-diy/src/views/min/DkMinVideo.vue.d.ts +54 -0
  344. package/lib/page-diy/src/views/min/DkMinVideo.vue.js +90 -0
  345. package/lib/page-diy/src/views/min/DkMinVideo.vue.js.map +1 -0
  346. package/lib/page-diy/src/views/min/index.d.ts +2 -0
  347. package/lib/page-diy/src/views/min/index.js +22 -0
  348. package/lib/page-diy/src/views/min/index.js.map +1 -0
  349. package/lib/page-diy/src/views/{DkViewBulletChat.vue.js → web/DkViewBulletChat.vue.js} +2 -2
  350. package/lib/page-diy/src/views/web/DkViewBulletChat.vue.js.map +1 -0
  351. package/lib/page-diy/src/views/{DkViewCell.vue.js → web/DkViewCell.vue.js} +2 -2
  352. package/lib/page-diy/src/views/web/DkViewCell.vue.js.map +1 -0
  353. package/lib/page-diy/src/views/{DkViewCommonBtn.vue.js → web/DkViewCommonBtn.vue.js} +3 -5
  354. package/lib/page-diy/src/views/web/DkViewCommonBtn.vue.js.map +1 -0
  355. package/lib/page-diy/src/views/{DkViewDialog.vue.js → web/DkViewDialog.vue.js} +2 -2
  356. package/lib/page-diy/src/views/web/DkViewDialog.vue.js.map +1 -0
  357. package/lib/page-diy/src/views/{DkViewGridCellList.vue.js → web/DkViewGridCellList.vue.js} +2 -2
  358. package/lib/page-diy/src/views/web/DkViewGridCellList.vue.js.map +1 -0
  359. package/lib/page-diy/src/views/{DkViewImage.vue.js → web/DkViewImage.vue.js} +2 -2
  360. package/lib/page-diy/src/views/web/DkViewImage.vue.js.map +1 -0
  361. package/lib/page-diy/src/views/{DkViewMusic.vue.js → web/DkViewMusic.vue.js} +2 -2
  362. package/lib/page-diy/src/views/web/DkViewMusic.vue.js.map +1 -0
  363. package/lib/page-diy/src/views/{DkViewNavBar.vue.js → web/DkViewNavBar.vue.js} +2 -2
  364. package/lib/page-diy/src/views/web/DkViewNavBar.vue.js.map +1 -0
  365. package/lib/page-diy/src/views/{DkViewNoticeBar.vue.js → web/DkViewNoticeBar.vue.js} +2 -2
  366. package/lib/page-diy/src/views/web/DkViewNoticeBar.vue.js.map +1 -0
  367. package/lib/page-diy/src/views/{DkViewSwipe.vue.js → web/DkViewSwipe.vue.js} +2 -2
  368. package/lib/page-diy/src/views/web/DkViewSwipe.vue.js.map +1 -0
  369. package/lib/page-diy/src/views/{DkViewTabbar.vue.js → web/DkViewTabbar.vue.js} +2 -2
  370. package/lib/page-diy/src/views/web/DkViewTabbar.vue.js.map +1 -0
  371. package/lib/page-diy/src/views/web/DkViewTextarea.vue.d.ts +14 -0
  372. package/lib/page-diy/src/views/{DkViewTextarea.vue.js → web/DkViewTextarea.vue.js} +2 -2
  373. package/lib/page-diy/src/views/web/DkViewTextarea.vue.js.map +1 -0
  374. package/lib/page-diy/src/views/{DkViewTitle.vue.js → web/DkViewTitle.vue.js} +2 -2
  375. package/lib/page-diy/src/views/web/DkViewTitle.vue.js.map +1 -0
  376. package/lib/page-diy/src/views/web/DkViewVideo.vue.d.ts +54 -0
  377. package/lib/page-diy/src/views/{DkViewVideo.vue.js → web/DkViewVideo.vue.js} +2 -2
  378. package/lib/page-diy/src/views/web/DkViewVideo.vue.js.map +1 -0
  379. package/lib/page-diy/src/views/web/index.d.ts +2 -0
  380. package/lib/page-diy/src/views/web/index.js.map +1 -0
  381. package/lib/page-diy/style/drag-tool.css +1 -1
  382. package/lib/page-diy/style/drag-tool.scss +2 -2
  383. package/lib/page-diy/style/index.css +1 -1
  384. package/lib/page-diy/style/index.scss +1 -0
  385. package/lib/page-diy/style/minViews/index.scss +26 -0
  386. package/lib/page-diy/style/preview-phone.css +1 -1
  387. package/lib/page-diy/style/preview-phone.scss +36 -2
  388. package/lib/poster-input/src/component/poster.vue.js +1 -1
  389. package/lib/poster-input/src/component/poster.vue2.js +13 -13
  390. package/lib/poster-input/src/component/poster.vue2.js.map +1 -1
  391. package/lib/poster-input/src/component/views/DkPosterViewAvatar.vue.js +1 -1
  392. package/lib/poster-input/src/component/views/DkPosterViewImage.vue.js +1 -1
  393. package/lib/poster-input/src/component/views/DkPosterViewName.vue.js +1 -1
  394. package/lib/poster-input/src/component/views/DkPosterViewQrcode.vue.js +1 -1
  395. package/lib/poster-input/src/component/views/DkPosterViewText.vue.js +1 -1
  396. package/lib/poster-input/src/component/views/quick-action.vue.js +1 -1
  397. package/lib/poster-input/src/poster-input.vue.js +1 -1
  398. package/lib/select/src/select.vue.js +1 -1
  399. package/lib/style-background-input/src/style-background-input.vue.js +1 -1
  400. package/lib/style-border-input/src/style-border-input.vue.js +1 -1
  401. package/lib/style-box-input/src/style-box-input.vue.js +1 -1
  402. package/lib/style-font-input/src/style-font-input.vue.js +1 -1
  403. package/lib/style-input/src/style-input.vue.js +1 -1
  404. package/lib/style-number-input/src/style-number-input.vue.js +1 -1
  405. package/lib/style-position-input/src/style-position-input.vue.js +1 -1
  406. package/lib/style-shadow-input/src/style-shadow-content.vue.js +1 -1
  407. package/lib/style-shadow-input/src/style-shadow-input.vue.js +1 -1
  408. package/lib/table/src/components/ComSearch.vue.js +1 -1
  409. package/lib/table/src/components/FieldRender.vue.js +1 -1
  410. package/lib/table/src/components/RecycleDialog.vue.js +1 -1
  411. package/lib/table/src/components/header.vue.js +1 -1
  412. package/lib/table/src/table.vue.js +1 -1
  413. package/lib/test/src/test.vue.js +1 -1
  414. package/lib/tiny-editor/src/tiny-editor.vue.js +1 -1
  415. package/lib/video-input/src/video-input.vue.js +1 -1
  416. package/lib/video-list-input/src/video-list-input.vue.js +1 -1
  417. package/package.json +1 -1
  418. package/es/page-diy/src/config/rule/common/DkPosterBtn.mjs.map +0 -1
  419. package/es/page-diy/src/config/rule/common/DkViewBulletChat.mjs.map +0 -1
  420. package/es/page-diy/src/config/rule/common/DkViewCell.mjs.map +0 -1
  421. package/es/page-diy/src/config/rule/common/DkViewCommonBtn.mjs.map +0 -1
  422. package/es/page-diy/src/config/rule/common/DkViewDialog.mjs.map +0 -1
  423. package/es/page-diy/src/config/rule/common/DkViewGridCellList.mjs.map +0 -1
  424. package/es/page-diy/src/config/rule/common/DkViewImage.mjs.map +0 -1
  425. package/es/page-diy/src/config/rule/common/DkViewMusic.mjs.map +0 -1
  426. package/es/page-diy/src/config/rule/common/DkViewNavBar.mjs.map +0 -1
  427. package/es/page-diy/src/config/rule/common/DkViewNoticeBar.mjs.map +0 -1
  428. package/es/page-diy/src/config/rule/common/DkViewSwipe.mjs.map +0 -1
  429. package/es/page-diy/src/config/rule/common/DkViewTabbar.mjs.map +0 -1
  430. package/es/page-diy/src/config/rule/common/DkViewTextarea.mjs.map +0 -1
  431. package/es/page-diy/src/config/rule/common/DkViewVideo.mjs.map +0 -1
  432. package/es/page-diy/src/config/rule/common/index.mjs.map +0 -1
  433. package/es/page-diy/src/config/rule/index.mjs.map +0 -1
  434. package/es/page-diy/src/config/rule/layout/DkViewTitle.mjs.map +0 -1
  435. package/es/page-diy/src/config/rule/layout/col.mjs.map +0 -1
  436. package/es/page-diy/src/config/rule/layout/divider.mjs.map +0 -1
  437. package/es/page-diy/src/config/rule/layout/index.mjs.map +0 -1
  438. package/es/page-diy/src/config/rule/layout/row.mjs.map +0 -1
  439. package/es/page-diy/src/config/rule/layout/space.mjs.map +0 -1
  440. package/es/page-diy/src/config/rule/layout/swip-item.mjs.map +0 -1
  441. package/es/page-diy/src/config/rule/layout/swipe.mjs.map +0 -1
  442. package/es/page-diy/src/config/rule/layout/tab.mjs.map +0 -1
  443. package/es/page-diy/src/config/rule/layout/tabs.mjs.map +0 -1
  444. package/es/page-diy/src/config/rule/layout/vanEmpty.mjs.map +0 -1
  445. package/es/page-diy/src/views/DkViewBulletChat.vue.mjs.map +0 -1
  446. package/es/page-diy/src/views/DkViewCell.vue.mjs.map +0 -1
  447. package/es/page-diy/src/views/DkViewCommonBtn.vue.mjs.map +0 -1
  448. package/es/page-diy/src/views/DkViewDialog.vue.mjs.map +0 -1
  449. package/es/page-diy/src/views/DkViewGridCellList.vue.mjs.map +0 -1
  450. package/es/page-diy/src/views/DkViewImage.vue.mjs.map +0 -1
  451. package/es/page-diy/src/views/DkViewMusic.vue.mjs.map +0 -1
  452. package/es/page-diy/src/views/DkViewNavBar.vue.mjs.map +0 -1
  453. package/es/page-diy/src/views/DkViewNoticeBar.vue.mjs.map +0 -1
  454. package/es/page-diy/src/views/DkViewSwipe.vue.mjs.map +0 -1
  455. package/es/page-diy/src/views/DkViewTabbar.vue.mjs.map +0 -1
  456. package/es/page-diy/src/views/DkViewTextarea.vue.mjs.map +0 -1
  457. package/es/page-diy/src/views/DkViewTitle.vue.mjs.map +0 -1
  458. package/es/page-diy/src/views/DkViewVideo.vue.mjs.map +0 -1
  459. package/es/page-diy/src/views/index.mjs.map +0 -1
  460. package/lib/page-diy/src/config/rule/common/DkPosterBtn.js.map +0 -1
  461. package/lib/page-diy/src/config/rule/common/DkViewBulletChat.js.map +0 -1
  462. package/lib/page-diy/src/config/rule/common/DkViewCell.js.map +0 -1
  463. package/lib/page-diy/src/config/rule/common/DkViewCommonBtn.js.map +0 -1
  464. package/lib/page-diy/src/config/rule/common/DkViewDialog.js.map +0 -1
  465. package/lib/page-diy/src/config/rule/common/DkViewGridCellList.js.map +0 -1
  466. package/lib/page-diy/src/config/rule/common/DkViewImage.js.map +0 -1
  467. package/lib/page-diy/src/config/rule/common/DkViewMusic.js.map +0 -1
  468. package/lib/page-diy/src/config/rule/common/DkViewNavBar.js.map +0 -1
  469. package/lib/page-diy/src/config/rule/common/DkViewNoticeBar.js.map +0 -1
  470. package/lib/page-diy/src/config/rule/common/DkViewSwipe.js.map +0 -1
  471. package/lib/page-diy/src/config/rule/common/DkViewTabbar.js.map +0 -1
  472. package/lib/page-diy/src/config/rule/common/DkViewTextarea.js.map +0 -1
  473. package/lib/page-diy/src/config/rule/common/DkViewVideo.js.map +0 -1
  474. package/lib/page-diy/src/config/rule/common/index.js.map +0 -1
  475. package/lib/page-diy/src/config/rule/index.js.map +0 -1
  476. package/lib/page-diy/src/config/rule/layout/DkViewTitle.js.map +0 -1
  477. package/lib/page-diy/src/config/rule/layout/col.js.map +0 -1
  478. package/lib/page-diy/src/config/rule/layout/divider.js.map +0 -1
  479. package/lib/page-diy/src/config/rule/layout/index.js.map +0 -1
  480. package/lib/page-diy/src/config/rule/layout/row.js.map +0 -1
  481. package/lib/page-diy/src/config/rule/layout/space.js.map +0 -1
  482. package/lib/page-diy/src/config/rule/layout/swip-item.js.map +0 -1
  483. package/lib/page-diy/src/config/rule/layout/swipe.js.map +0 -1
  484. package/lib/page-diy/src/config/rule/layout/tab.js.map +0 -1
  485. package/lib/page-diy/src/config/rule/layout/tabs.js.map +0 -1
  486. package/lib/page-diy/src/config/rule/layout/vanEmpty.js.map +0 -1
  487. package/lib/page-diy/src/views/DkViewBulletChat.vue.js.map +0 -1
  488. package/lib/page-diy/src/views/DkViewCell.vue.js.map +0 -1
  489. package/lib/page-diy/src/views/DkViewCommonBtn.vue.js.map +0 -1
  490. package/lib/page-diy/src/views/DkViewDialog.vue.js.map +0 -1
  491. package/lib/page-diy/src/views/DkViewGridCellList.vue.js.map +0 -1
  492. package/lib/page-diy/src/views/DkViewImage.vue.js.map +0 -1
  493. package/lib/page-diy/src/views/DkViewMusic.vue.js.map +0 -1
  494. package/lib/page-diy/src/views/DkViewNavBar.vue.js.map +0 -1
  495. package/lib/page-diy/src/views/DkViewNoticeBar.vue.js.map +0 -1
  496. package/lib/page-diy/src/views/DkViewSwipe.vue.js.map +0 -1
  497. package/lib/page-diy/src/views/DkViewTabbar.vue.js.map +0 -1
  498. package/lib/page-diy/src/views/DkViewTextarea.vue.js.map +0 -1
  499. package/lib/page-diy/src/views/DkViewTitle.vue.js.map +0 -1
  500. package/lib/page-diy/src/views/DkViewVideo.vue.js.map +0 -1
  501. package/lib/page-diy/src/views/index.js.map +0 -1
  502. package/es/page-diy/src/config/rule/{common → web/common}/DkPosterBtn.d.ts +0 -0
  503. package/es/page-diy/src/config/rule/{common → web/common}/DkViewBulletChat.d.ts +0 -0
  504. package/es/page-diy/src/config/rule/{common → web/common}/DkViewBulletChat.mjs +0 -0
  505. package/es/page-diy/src/config/rule/{common → web/common}/DkViewCell.d.ts +0 -0
  506. package/es/page-diy/src/config/rule/{common → web/common}/DkViewCell.mjs +0 -0
  507. package/es/page-diy/src/config/rule/{common → web/common}/DkViewCommonBtn.d.ts +0 -0
  508. package/es/page-diy/src/config/rule/{common → web/common}/DkViewCommonBtn.mjs +0 -0
  509. package/es/page-diy/src/config/rule/{common → web/common}/DkViewDialog.d.ts +0 -0
  510. package/es/page-diy/src/config/rule/{common → web/common}/DkViewDialog.mjs +0 -0
  511. package/es/page-diy/src/config/rule/{common → web/common}/DkViewGridCellList.d.ts +0 -0
  512. package/es/page-diy/src/config/rule/{common → web/common}/DkViewGridCellList.mjs +0 -0
  513. package/es/page-diy/src/config/rule/{common → web/common}/DkViewImage.d.ts +0 -0
  514. package/es/page-diy/src/config/rule/{common → web/common}/DkViewImage.mjs +0 -0
  515. package/es/page-diy/src/config/rule/{common → web/common}/DkViewMusic.d.ts +0 -0
  516. package/es/page-diy/src/config/rule/{common → web/common}/DkViewMusic.mjs +0 -0
  517. package/es/page-diy/src/config/rule/{common → web/common}/DkViewNavBar.d.ts +0 -0
  518. package/es/page-diy/src/config/rule/{common → web/common}/DkViewNavBar.mjs +0 -0
  519. package/es/page-diy/src/config/rule/{common → web/common}/DkViewNoticeBar.d.ts +0 -0
  520. package/es/page-diy/src/config/rule/{common → web/common}/DkViewNoticeBar.mjs +0 -0
  521. package/es/page-diy/src/config/rule/{common → web/common}/DkViewSwipe.d.ts +0 -0
  522. package/es/page-diy/src/config/rule/{common → web/common}/DkViewSwipe.mjs +0 -0
  523. package/es/page-diy/src/config/rule/{common → web/common}/DkViewTabbar.d.ts +0 -0
  524. package/es/page-diy/src/config/rule/{common → web/common}/DkViewTabbar.mjs +0 -0
  525. package/es/page-diy/src/config/rule/{common → web/common}/DkViewTextarea.d.ts +0 -0
  526. package/es/page-diy/src/config/rule/{common → web/common}/DkViewTextarea.mjs +0 -0
  527. package/es/page-diy/src/config/rule/{common → web/common}/DkViewVideo.d.ts +0 -0
  528. package/es/page-diy/src/config/rule/{common → web/common}/index.d.ts +0 -0
  529. package/es/page-diy/src/config/rule/{common → web/common}/index.mjs +0 -0
  530. package/es/page-diy/src/config/rule/{layout → web/layout}/DkViewTitle.d.ts +0 -0
  531. package/es/page-diy/src/config/rule/{layout → web/layout}/DkViewTitle.mjs +0 -0
  532. package/es/page-diy/src/config/rule/{layout → web/layout}/col.d.ts +0 -0
  533. package/es/page-diy/src/config/rule/{layout → web/layout}/col.mjs +0 -0
  534. package/es/page-diy/src/config/rule/{layout → web/layout}/divider.d.ts +0 -0
  535. package/es/page-diy/src/config/rule/{layout → web/layout}/divider.mjs +0 -0
  536. package/es/page-diy/src/config/rule/{layout → web/layout}/index.d.ts +0 -0
  537. package/es/page-diy/src/config/rule/{layout → web/layout}/index.mjs +0 -0
  538. package/es/page-diy/src/config/rule/{layout → web/layout}/row.d.ts +0 -0
  539. package/es/page-diy/src/config/rule/{layout → web/layout}/row.mjs +0 -0
  540. package/es/page-diy/src/config/rule/{layout → web/layout}/space.d.ts +0 -0
  541. package/es/page-diy/src/config/rule/{layout → web/layout}/space.mjs +0 -0
  542. package/es/page-diy/src/config/rule/{layout → web/layout}/swip-item.d.ts +0 -0
  543. package/es/page-diy/src/config/rule/{layout → web/layout}/swip-item.mjs +0 -0
  544. package/es/page-diy/src/config/rule/{layout → web/layout}/swipe.d.ts +0 -0
  545. package/es/page-diy/src/config/rule/{layout → web/layout}/swipe.mjs +0 -0
  546. package/es/page-diy/src/config/rule/{layout → web/layout}/tab.d.ts +0 -0
  547. package/es/page-diy/src/config/rule/{layout → web/layout}/tab.mjs +0 -0
  548. package/es/page-diy/src/config/rule/{layout → web/layout}/tabs.d.ts +0 -0
  549. package/es/page-diy/src/config/rule/{layout → web/layout}/tabs.mjs +0 -0
  550. package/es/page-diy/src/config/rule/{layout → web/layout}/vanEmpty.d.ts +0 -0
  551. package/es/page-diy/src/config/rule/{layout → web/layout}/vanEmpty.mjs +0 -0
  552. package/es/page-diy/src/views/{DkViewTextarea.vue.d.ts → min/DkMinTextarea.vue.d.ts} +0 -0
  553. package/es/page-diy/src/views/{DkViewVideo.vue.d.ts → min/DkMinVideo.vue.d.ts} +0 -0
  554. package/es/page-diy/src/views/{index.d.ts → min/index.d.ts} +0 -0
  555. package/es/page-diy/src/views/{DkViewBulletChat.vue.d.ts → web/DkViewBulletChat.vue.d.ts} +0 -0
  556. package/es/page-diy/src/views/{DkViewCell.vue.d.ts → web/DkViewCell.vue.d.ts} +0 -0
  557. package/es/page-diy/src/views/{DkViewCommonBtn.vue.d.ts → web/DkViewCommonBtn.vue.d.ts} +0 -0
  558. package/es/page-diy/src/views/{DkViewDialog.vue.d.ts → web/DkViewDialog.vue.d.ts} +0 -0
  559. package/es/page-diy/src/views/{DkViewGridCellList.vue.d.ts → web/DkViewGridCellList.vue.d.ts} +0 -0
  560. package/es/page-diy/src/views/{DkViewImage.vue.d.ts → web/DkViewImage.vue.d.ts} +0 -0
  561. package/es/page-diy/src/views/{DkViewMusic.vue.d.ts → web/DkViewMusic.vue.d.ts} +0 -0
  562. package/es/page-diy/src/views/{DkViewNavBar.vue.d.ts → web/DkViewNavBar.vue.d.ts} +0 -0
  563. package/es/page-diy/src/views/{DkViewNoticeBar.vue.d.ts → web/DkViewNoticeBar.vue.d.ts} +0 -0
  564. package/es/page-diy/src/views/{DkViewSwipe.vue.d.ts → web/DkViewSwipe.vue.d.ts} +0 -0
  565. package/es/page-diy/src/views/{DkViewTabbar.vue.d.ts → web/DkViewTabbar.vue.d.ts} +1 -1
  566. package/{lib/page-diy/src/views → es/page-diy/src/views/web}/DkViewTextarea.vue.d.ts +0 -0
  567. package/es/page-diy/src/views/{DkViewTitle.vue.d.ts → web/DkViewTitle.vue.d.ts} +0 -0
  568. package/{lib/page-diy/src/views → es/page-diy/src/views/web}/DkViewVideo.vue.d.ts +0 -0
  569. package/{lib/page-diy/src/views → es/page-diy/src/views/web}/index.d.ts +0 -0
  570. package/es/page-diy/src/views/{index.mjs → web/index.mjs} +0 -0
  571. package/lib/page-diy/src/config/rule/{common → web/common}/DkPosterBtn.d.ts +0 -0
  572. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewBulletChat.d.ts +0 -0
  573. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewBulletChat.js +0 -0
  574. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewCell.d.ts +0 -0
  575. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewCell.js +0 -0
  576. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewCommonBtn.d.ts +0 -0
  577. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewCommonBtn.js +0 -0
  578. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewDialog.d.ts +0 -0
  579. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewDialog.js +0 -0
  580. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewGridCellList.d.ts +0 -0
  581. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewGridCellList.js +0 -0
  582. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewImage.d.ts +0 -0
  583. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewImage.js +0 -0
  584. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewMusic.d.ts +0 -0
  585. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewMusic.js +0 -0
  586. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewNavBar.d.ts +0 -0
  587. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewNavBar.js +0 -0
  588. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewNoticeBar.d.ts +0 -0
  589. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewNoticeBar.js +0 -0
  590. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewSwipe.d.ts +0 -0
  591. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewSwipe.js +0 -0
  592. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewTabbar.d.ts +0 -0
  593. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewTabbar.js +0 -0
  594. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewTextarea.d.ts +0 -0
  595. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewTextarea.js +0 -0
  596. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewVideo.d.ts +0 -0
  597. package/lib/page-diy/src/config/rule/{common → web/common}/index.d.ts +0 -0
  598. package/lib/page-diy/src/config/rule/{common → web/common}/index.js +0 -0
  599. package/lib/page-diy/src/config/rule/{layout → web/layout}/DkViewTitle.d.ts +0 -0
  600. package/lib/page-diy/src/config/rule/{layout → web/layout}/DkViewTitle.js +0 -0
  601. package/lib/page-diy/src/config/rule/{layout → web/layout}/col.d.ts +0 -0
  602. package/lib/page-diy/src/config/rule/{layout → web/layout}/col.js +0 -0
  603. package/lib/page-diy/src/config/rule/{layout → web/layout}/divider.d.ts +0 -0
  604. package/lib/page-diy/src/config/rule/{layout → web/layout}/divider.js +0 -0
  605. package/lib/page-diy/src/config/rule/{layout → web/layout}/index.d.ts +0 -0
  606. package/lib/page-diy/src/config/rule/{layout → web/layout}/index.js +0 -0
  607. package/lib/page-diy/src/config/rule/{layout → web/layout}/row.d.ts +0 -0
  608. package/lib/page-diy/src/config/rule/{layout → web/layout}/row.js +0 -0
  609. package/lib/page-diy/src/config/rule/{layout → web/layout}/space.d.ts +0 -0
  610. package/lib/page-diy/src/config/rule/{layout → web/layout}/space.js +0 -0
  611. package/lib/page-diy/src/config/rule/{layout → web/layout}/swip-item.d.ts +0 -0
  612. package/lib/page-diy/src/config/rule/{layout → web/layout}/swip-item.js +0 -0
  613. package/lib/page-diy/src/config/rule/{layout → web/layout}/swipe.d.ts +0 -0
  614. package/lib/page-diy/src/config/rule/{layout → web/layout}/swipe.js +0 -0
  615. package/lib/page-diy/src/config/rule/{layout → web/layout}/tab.d.ts +0 -0
  616. package/lib/page-diy/src/config/rule/{layout → web/layout}/tab.js +0 -0
  617. package/lib/page-diy/src/config/rule/{layout → web/layout}/tabs.d.ts +0 -0
  618. package/lib/page-diy/src/config/rule/{layout → web/layout}/tabs.js +0 -0
  619. package/lib/page-diy/src/config/rule/{layout → web/layout}/vanEmpty.d.ts +0 -0
  620. package/lib/page-diy/src/config/rule/{layout → web/layout}/vanEmpty.js +0 -0
  621. package/lib/page-diy/src/views/{DkViewBulletChat.vue.d.ts → web/DkViewBulletChat.vue.d.ts} +0 -0
  622. package/lib/page-diy/src/views/{DkViewCell.vue.d.ts → web/DkViewCell.vue.d.ts} +0 -0
  623. package/lib/page-diy/src/views/{DkViewCommonBtn.vue.d.ts → web/DkViewCommonBtn.vue.d.ts} +0 -0
  624. package/lib/page-diy/src/views/{DkViewDialog.vue.d.ts → web/DkViewDialog.vue.d.ts} +0 -0
  625. package/lib/page-diy/src/views/{DkViewGridCellList.vue.d.ts → web/DkViewGridCellList.vue.d.ts} +0 -0
  626. package/lib/page-diy/src/views/{DkViewImage.vue.d.ts → web/DkViewImage.vue.d.ts} +0 -0
  627. package/lib/page-diy/src/views/{DkViewMusic.vue.d.ts → web/DkViewMusic.vue.d.ts} +0 -0
  628. package/lib/page-diy/src/views/{DkViewNavBar.vue.d.ts → web/DkViewNavBar.vue.d.ts} +0 -0
  629. package/lib/page-diy/src/views/{DkViewNoticeBar.vue.d.ts → web/DkViewNoticeBar.vue.d.ts} +0 -0
  630. package/lib/page-diy/src/views/{DkViewSwipe.vue.d.ts → web/DkViewSwipe.vue.d.ts} +0 -0
  631. package/lib/page-diy/src/views/{DkViewTabbar.vue.d.ts → web/DkViewTabbar.vue.d.ts} +1 -1
  632. /package/lib/page-diy/src/views/{DkViewTitle.vue.d.ts → web/DkViewTitle.vue.d.ts} +0 -0
  633. /package/lib/page-diy/src/views/{index.js → web/index.js} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"dkPage.mjs","sources":["../../../../../src/page-diy/src/config/base/dkPage.js"],"sourcesContent":["// import { get_help } from '../../../DkPageDiy/utils'\n\nexport default function dkPage() {\n return [\n {\n type: 'DkStyleInput',\n field: 'style',\n value: {},\n title: '',\n props: {},\n },\n // { type: 'DkBoxSizeInput', field: 'padding', value: '0px', title: '内边距' },\n // { type: 'DkBoxSizeInput', field: 'margin', value: '0px', title: '外边距' },\n // {\n // type: 'DkImageInput',\n // field: 'bg_img',\n // value: '',\n // title: '背景图片',\n // props: { showInput: false },\n // },\n // {\n // type: 'DkColorInput',\n // field: 'bg_color',\n // title: '背景色',\n // value: '#ff7271',\n // },\n // {\n // type: 'elCol',\n // props: { style: 'margin-bottom:10px' },\n // children: [\n // {\n // type: 'h2',\n // props: {\n // contentPosition: 'left',\n // },\n // style: 'margin:10px 0px;font-size:14px',\n // children: ['偏好设置'],\n // },\n // {\n // type: 'p',\n // props: {},\n // style: 'margin:10px 0px;color:#999;font-size:12px',\n // children: ['当前设置仅为了方便diy使用,不会对实际页面有影响'],\n // },\n // ],\n // },\n // {\n // type: 'slider',\n // field: 'border_margin',\n // title: '模块间距',\n // value: 0,\n // props: { min: 0, max: 20 },\n // // suffix: get_help('方便Diy的时候选择模块,不会对实际页面有影响')\n // },\n // {\n // type: 'switch',\n // field: 'show_dashed',\n // title: '显示虚线',\n // props: { activeValue: 2, inactiveValue: 0 },\n // },\n ]\n}\n"],"names":[],"mappings":"AAEA,SAAwB,MAAS,GAAA;AAC/B,EAAO,OAAA;AAAA,IACL;AAAA,MACE,IAAM,EAAA,cAAA;AAAA,MACN,KAAO,EAAA,OAAA;AAAA,MACP,OAAO,EAAC;AAAA,MACR,KAAO,EAAA,EAAA;AAAA,MACP,OAAO,EAAC;AAAA,KACV;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAkDF,CAAA;AACF;;;;"}
1
+ {"version":3,"file":"dkPage.mjs","sources":["../../../../../src/page-diy/src/config/base/dkPage.js"],"sourcesContent":["export default function dkPage() {\n return [\n {\n type: 'DkStyleInput',\n field: 'style',\n value: {},\n title: '',\n props: {},\n },\n ]\n}\n"],"names":[],"mappings":"AAAA,SAAwB,MAAS,GAAA;AAC/B,EAAO,OAAA;AAAA,IACL;AAAA,MACE,IAAM,EAAA,cAAA;AAAA,MACN,KAAO,EAAA,OAAA;AAAA,MACP,OAAO,EAAC;AAAA,MACR,KAAO,EAAA,EAAA;AAAA,MACP,OAAO,EAAC;AAAA,KACV;AAAA,GACF,CAAA;AACF;;;;"}
@@ -36,134 +36,6 @@ function dkSetting(rule = null) {
36
36
  }
37
37
  ]
38
38
  }
39
- // {
40
- // type: 'el-collapse-item',
41
- // props: { name: 'animate' },
42
- // children: [
43
- // createTitle('动画配置'),
44
- // {
45
- // type: 'select',
46
- // field: 'animate',
47
- // value: '',
48
- // title: '入场动画',
49
- // options: [
50
- // { value: '', label: '无' },
51
- // { value: 'bounceIn', label: '弹入' },
52
- // { value: 'bounceInDown', label: '上边弹入' },
53
- // { value: 'bounceInLeft', label: '左边弹入' },
54
- // { value: 'bounceInRight', label: '右边弹入' },
55
- // { value: 'bounceInUp', label: '下边弹入' },
56
- //
57
- // { value: 'fadeIn', label: '淡入' },
58
- // { value: 'fadeInDown', label: '上边淡入' },
59
- // { value: 'fadeInDownBig', label: '最上边淡入' },
60
- // { value: 'fadeInLeft', label: '左边淡入' },
61
- // { value: 'fadeInLeftBig', label: '最左边淡入' },
62
- // { value: 'fadeInRight', label: '右边淡入' },
63
- // { value: 'fadeInRightBig', label: '最右边淡入' },
64
- // { value: 'fadeInUp', label: '下边淡入' },
65
- // { value: 'fadeInUpBig', label: '最下边淡入' },
66
- //
67
- // { value: 'flipInX', label: 'X轴翻转' },
68
- // { value: 'flipInY', label: 'Y轴翻转' },
69
- //
70
- // { value: 'lightSpeedIn', label: '轻轻呈现' },
71
- //
72
- // { value: 'rotateIn', label: '旋转进入' },
73
- // { value: 'rotateInDownLeft', label: '左上旋入' },
74
- // { value: 'rotateInDownRight', label: '右上旋入' },
75
- // { value: 'rotateInUpLeft', label: '左下旋入' },
76
- // { value: 'rotateInUpRight', label: '右下旋入' },
77
- //
78
- // { value: 'slideInDown', label: '滑入' },
79
- // { value: 'slideInLeft', label: '左滑入' },
80
- // { value: 'slideInRight', label: '右滑入' },
81
- //
82
- // { value: 'zoomInDown', label: '其他' },
83
- // ],
84
- // },
85
- // {
86
- // type: 'select',
87
- // field: 'loop_animate',
88
- // value: '',
89
- // title: '循环动画',
90
- // options: [
91
- // { value: '', label: '无' },
92
- // { value: 'bounce', label: '弹跳' },
93
- // { value: 'flash', label: '闪动' },
94
- // { value: 'pulse', label: '脉冲' },
95
- // { value: 'rubberBand', label: '橡皮筋' },
96
- // { value: 'shakeX', label: 'X轴摇晃' },
97
- // { value: 'shakeY', label: 'Y轴摇晃' },
98
- // { value: 'headShake', label: '摇头' },
99
- // { value: 'swing', label: '摆动' },
100
- // { value: 'tada', label: '缩放摆动' },
101
- // { value: 'wobble', label: '大幅摇晃' },
102
- // { value: 'jello', label: '果冻效果' },
103
- // { value: 'heartBeat', label: '心跳' },
104
- // ],
105
- // control: [
106
- // {
107
- // handle(val) {
108
- // return val !== ''
109
- // },
110
- // rule: [
111
- // {
112
- // type: 'switch',
113
- // field: 'animation_preview',
114
- // title: '实时预览',
115
- // value: true,
116
- // effect: {
117
- // help: '设置当前组件循环动画实时预览,当前仅为调试项',
118
- // },
119
- // },
120
- // {
121
- // type: 'InputNumber',
122
- // field: 'animation_duration',
123
- // title: '动画时间',
124
- // value: 1,
125
- // props: { step: 0.1, min: 0.1, max: 20 },
126
- // effect: {
127
- // help: '设置当前组件每次完成动画所花费的时间',
128
- // },
129
- // },
130
- // {
131
- // type: 'InputNumber',
132
- // field: 'animation_iteration_count',
133
- // title: '循环次数',
134
- // value: 0,
135
- // props: { step: 1, min: 0 },
136
- // effect: {
137
- // help: '设置当前组件循环次数,0表示无限循环',
138
- // },
139
- // },
140
- // ],
141
- // },
142
- // ],
143
- // effect: {
144
- // help: '设置循环动画后入场动画将不生效',
145
- // },
146
- // },
147
- // ],
148
- // },
149
- // {
150
- // type: 'el-collapse-item',
151
- // props: { name: 'other' },
152
- // children: [
153
- // createTitle('其他配置'),
154
- // {
155
- // type: 'input',
156
- // field: 'customStyle',
157
- // title: '自定义CSS',
158
- // props: { type: 'textarea' },
159
- // style: 'width:100%',
160
- // effect: {
161
- // help: '设置当前组件的自定义Css样式,如:我们想改变当前元素的背景色和文字大小:background: #000;font-size:18px;',
162
- // },
163
- // },
164
- // ],
165
- // },
166
- // 悬浮配置 collapseFixed 判断后添加到这里
167
39
  ]
168
40
  }
169
41
  ];
@@ -193,68 +65,6 @@ function dkSetting(rule = null) {
193
65
  }
194
66
  ]
195
67
  }
196
- // {
197
- // type: 'select',
198
- // field: 'position',
199
- // value: '',
200
- // title: '悬浮位置',
201
- // options: [
202
- // { value: '', label: '不悬浮' },
203
- // { value: 'custom', label: '自定义定位' },
204
- // { value: 'right-top', label: '右上角' },
205
- // { value: 'right-down', label: '右下角' },
206
- // { value: 'left-top', label: '左上角' },
207
- // { value: 'left-down', label: '左下角' },
208
- // { value: 'center-down', label: '底部居中' },
209
- // { value: 'center-top', label: '顶部居中' },
210
- // ],
211
- // effect: {
212
- // help: '设置组件悬浮位置,可选择自定义和内置的,如果是内置的,可以通过设置组件的内外边距来调整位置',
213
- // },
214
- // control: [
215
- // {
216
- // value: 'custom',
217
- // rule: [
218
- // {
219
- // title: '距离上',
220
- // value: '',
221
- // type: 'DkDragNumberInput',
222
- // wrap: { labelWidth: '55px' },
223
- // field: 'top',
224
- // props: { direction: 'vertical', icon: 'el-icon-arrow-up' },
225
- // col: { span: 11 },
226
- // },
227
- // {
228
- // title: '距离右',
229
- // value: '',
230
- // type: 'DkDragNumberInput',
231
- // wrap: { labelWidth: '55px' },
232
- // field: 'right',
233
- // props: { icon: 'el-icon-arrow-right' },
234
- // col: { span: 11, offset: 2 },
235
- // },
236
- // {
237
- // title: '距离下',
238
- // value: '',
239
- // type: 'DkDragNumberInput',
240
- // wrap: { labelWidth: '55px' },
241
- // field: 'bottom',
242
- // props: { direction: 'vertical', icon: 'el-icon-arrow-down' },
243
- // col: { span: 11 },
244
- // },
245
- // {
246
- // title: '距离左',
247
- // value: '',
248
- // type: 'DkDragNumberInput',
249
- // wrap: { labelWidth: '55px' },
250
- // field: 'left',
251
- // props: { icon: 'el-icon-arrow-left' },
252
- // col: { span: 11, offset: 2 },
253
- // },
254
- // ],
255
- // },
256
- // ],
257
- // },
258
68
  ];
259
69
  const collapseFixed = {
260
70
  type: "el-collapse-item",
@@ -1 +1 @@
1
- {"version":3,"file":"dkSetting.mjs","sources":["../../../../../src/page-diy/src/config/base/dkSetting.js"],"sourcesContent":["function createTitle(title) {\n return {\n type: 'h2',\n slot: 'title',\n style:\n 'display: flex;align-items: center;font-size: 14px;font-weight: 600;margin:0;padding:0',\n children: [\n {\n type: 'em',\n style:\n 'width: 6px; height: 18px; background: rgb(64, 158, 255); display: block; margin-right: 5px;',\n },\n { type: 'span', children: [title] },\n ],\n }\n}\nexport default function dkSetting(rule = null) {\n const form = [\n {\n type: 'el-collapse',\n props: {\n modelValue: 'base',\n },\n style: 'width:100%',\n children: [\n // 基础配置\n {\n type: 'el-collapse-item',\n props: { name: 'base' },\n\n children: [\n createTitle('基础配置'),\n {\n type: 'DkStyleInput',\n field: 'style',\n value: {},\n title: '',\n props: { height: 180 },\n },\n ],\n },\n // {\n // type: 'el-collapse-item',\n // props: { name: 'animate' },\n // children: [\n // createTitle('动画配置'),\n // {\n // type: 'select',\n // field: 'animate',\n // value: '',\n // title: '入场动画',\n // options: [\n // { value: '', label: '无' },\n // { value: 'bounceIn', label: '弹入' },\n // { value: 'bounceInDown', label: '上边弹入' },\n // { value: 'bounceInLeft', label: '左边弹入' },\n // { value: 'bounceInRight', label: '右边弹入' },\n // { value: 'bounceInUp', label: '下边弹入' },\n //\n // { value: 'fadeIn', label: '淡入' },\n // { value: 'fadeInDown', label: '上边淡入' },\n // { value: 'fadeInDownBig', label: '最上边淡入' },\n // { value: 'fadeInLeft', label: '左边淡入' },\n // { value: 'fadeInLeftBig', label: '最左边淡入' },\n // { value: 'fadeInRight', label: '右边淡入' },\n // { value: 'fadeInRightBig', label: '最右边淡入' },\n // { value: 'fadeInUp', label: '下边淡入' },\n // { value: 'fadeInUpBig', label: '最下边淡入' },\n //\n // { value: 'flipInX', label: 'X轴翻转' },\n // { value: 'flipInY', label: 'Y轴翻转' },\n //\n // { value: 'lightSpeedIn', label: '轻轻呈现' },\n //\n // { value: 'rotateIn', label: '旋转进入' },\n // { value: 'rotateInDownLeft', label: '左上旋入' },\n // { value: 'rotateInDownRight', label: '右上旋入' },\n // { value: 'rotateInUpLeft', label: '左下旋入' },\n // { value: 'rotateInUpRight', label: '右下旋入' },\n //\n // { value: 'slideInDown', label: '滑入' },\n // { value: 'slideInLeft', label: '左滑入' },\n // { value: 'slideInRight', label: '右滑入' },\n //\n // { value: 'zoomInDown', label: '其他' },\n // ],\n // },\n // {\n // type: 'select',\n // field: 'loop_animate',\n // value: '',\n // title: '循环动画',\n // options: [\n // { value: '', label: '无' },\n // { value: 'bounce', label: '弹跳' },\n // { value: 'flash', label: '闪动' },\n // { value: 'pulse', label: '脉冲' },\n // { value: 'rubberBand', label: '橡皮筋' },\n // { value: 'shakeX', label: 'X轴摇晃' },\n // { value: 'shakeY', label: 'Y轴摇晃' },\n // { value: 'headShake', label: '摇头' },\n // { value: 'swing', label: '摆动' },\n // { value: 'tada', label: '缩放摆动' },\n // { value: 'wobble', label: '大幅摇晃' },\n // { value: 'jello', label: '果冻效果' },\n // { value: 'heartBeat', label: '心跳' },\n // ],\n // control: [\n // {\n // handle(val) {\n // return val !== ''\n // },\n // rule: [\n // {\n // type: 'switch',\n // field: 'animation_preview',\n // title: '实时预览',\n // value: true,\n // effect: {\n // help: '设置当前组件循环动画实时预览,当前仅为调试项',\n // },\n // },\n // {\n // type: 'InputNumber',\n // field: 'animation_duration',\n // title: '动画时间',\n // value: 1,\n // props: { step: 0.1, min: 0.1, max: 20 },\n // effect: {\n // help: '设置当前组件每次完成动画所花费的时间',\n // },\n // },\n // {\n // type: 'InputNumber',\n // field: 'animation_iteration_count',\n // title: '循环次数',\n // value: 0,\n // props: { step: 1, min: 0 },\n // effect: {\n // help: '设置当前组件循环次数,0表示无限循环',\n // },\n // },\n // ],\n // },\n // ],\n // effect: {\n // help: '设置循环动画后入场动画将不生效',\n // },\n // },\n // ],\n // },\n // {\n // type: 'el-collapse-item',\n // props: { name: 'other' },\n // children: [\n // createTitle('其他配置'),\n // {\n // type: 'input',\n // field: 'customStyle',\n // title: '自定义CSS',\n // props: { type: 'textarea' },\n // style: 'width:100%',\n // effect: {\n // help: '设置当前组件的自定义Css样式,如:我们想改变当前元素的背景色和文字大小:background: #000;font-size:18px;',\n // },\n // },\n // ],\n // },\n // 悬浮配置 collapseFixed 判断后添加到这里\n ],\n },\n ]\n // 判断是否允许开启悬浮\n if (rule) {\n if (rule.config.config.rule().fixed) {\n const fixedChildren = [\n createTitle('悬浮配置'),\n {\n type: 'switch',\n field: 'is_position',\n value: false,\n title: '开启悬浮',\n effect: {\n help: '设置组件是否开启悬浮',\n },\n control: [\n {\n value: true,\n rule: [\n {\n type: 'DkStylePositionInput',\n field: 'position',\n value: {},\n title: '',\n },\n ],\n },\n ],\n },\n // {\n // type: 'select',\n // field: 'position',\n // value: '',\n // title: '悬浮位置',\n // options: [\n // { value: '', label: '不悬浮' },\n // { value: 'custom', label: '自定义定位' },\n // { value: 'right-top', label: '右上角' },\n // { value: 'right-down', label: '右下角' },\n // { value: 'left-top', label: '左上角' },\n // { value: 'left-down', label: '左下角' },\n // { value: 'center-down', label: '底部居中' },\n // { value: 'center-top', label: '顶部居中' },\n // ],\n // effect: {\n // help: '设置组件悬浮位置,可选择自定义和内置的,如果是内置的,可以通过设置组件的内外边距来调整位置',\n // },\n // control: [\n // {\n // value: 'custom',\n // rule: [\n // {\n // title: '距离上',\n // value: '',\n // type: 'DkDragNumberInput',\n // wrap: { labelWidth: '55px' },\n // field: 'top',\n // props: { direction: 'vertical', icon: 'el-icon-arrow-up' },\n // col: { span: 11 },\n // },\n // {\n // title: '距离右',\n // value: '',\n // type: 'DkDragNumberInput',\n // wrap: { labelWidth: '55px' },\n // field: 'right',\n // props: { icon: 'el-icon-arrow-right' },\n // col: { span: 11, offset: 2 },\n // },\n // {\n // title: '距离下',\n // value: '',\n // type: 'DkDragNumberInput',\n // wrap: { labelWidth: '55px' },\n // field: 'bottom',\n // props: { direction: 'vertical', icon: 'el-icon-arrow-down' },\n // col: { span: 11 },\n // },\n // {\n // title: '距离左',\n // value: '',\n // type: 'DkDragNumberInput',\n // wrap: { labelWidth: '55px' },\n // field: 'left',\n // props: { icon: 'el-icon-arrow-left' },\n // col: { span: 11, offset: 2 },\n // },\n // ],\n // },\n // ],\n // },\n ]\n const collapseFixed = {\n type: 'el-collapse-item',\n props: { name: 'fixed' },\n children: fixedChildren,\n }\n form[0].children.push(collapseFixed)\n }\n }\n return form\n}\n"],"names":[],"mappings":"AAAA,SAAS,YAAY,KAAO,EAAA;AAC1B,EAAO,OAAA;AAAA,IACL,IAAM,EAAA,IAAA;AAAA,IACN,IAAM,EAAA,OAAA;AAAA,IACN,KACE,EAAA,uFAAA;AAAA,IACF,QAAU,EAAA;AAAA,MACR;AAAA,QACE,IAAM,EAAA,IAAA;AAAA,QACN,KACE,EAAA,6FAAA;AAAA,OACJ;AAAA,MACA,EAAE,IAAM,EAAA,MAAA,EAAQ,QAAU,EAAA,CAAC,KAAK,CAAE,EAAA;AAAA,KACpC;AAAA,GACF,CAAA;AACF,CAAA;AACwB,SAAA,SAAA,CAAU,OAAO,IAAM,EAAA;AAC7C,EAAA,MAAM,IAAO,GAAA;AAAA,IACX;AAAA,MACE,IAAM,EAAA,aAAA;AAAA,MACN,KAAO,EAAA;AAAA,QACL,UAAY,EAAA,MAAA;AAAA,OACd;AAAA,MACA,KAAO,EAAA,YAAA;AAAA,MACP,QAAU,EAAA;AAAA;AAAA,QAER;AAAA,UACE,IAAM,EAAA,kBAAA;AAAA,UACN,KAAA,EAAO,EAAE,IAAA,EAAM,MAAO,EAAA;AAAA,UAEtB,QAAU,EAAA;AAAA,YACR,YAAY,0BAAM,CAAA;AAAA,YAClB;AAAA,cACE,IAAM,EAAA,cAAA;AAAA,cACN,KAAO,EAAA,OAAA;AAAA,cACP,OAAO,EAAC;AAAA,cACR,KAAO,EAAA,EAAA;AAAA,cACP,KAAA,EAAO,EAAE,MAAA,EAAQ,GAAI,EAAA;AAAA,aACvB;AAAA,WACF;AAAA,SACF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,OAiIF;AAAA,KACF;AAAA,GACF,CAAA;AAEA,EAAA,IAAI,IAAM,EAAA;AACR,IAAA,IAAI,IAAK,CAAA,MAAA,CAAO,MAAO,CAAA,IAAA,GAAO,KAAO,EAAA;AACnC,MAAA,MAAM,aAAgB,GAAA;AAAA,QACpB,YAAY,0BAAM,CAAA;AAAA,QAClB;AAAA,UACE,IAAM,EAAA,QAAA;AAAA,UACN,KAAO,EAAA,aAAA;AAAA,UACP,KAAO,EAAA,KAAA;AAAA,UACP,KAAO,EAAA,0BAAA;AAAA,UACP,MAAQ,EAAA;AAAA,YACN,IAAM,EAAA,8DAAA;AAAA,WACR;AAAA,UACA,OAAS,EAAA;AAAA,YACP;AAAA,cACE,KAAO,EAAA,IAAA;AAAA,cACP,IAAM,EAAA;AAAA,gBACJ;AAAA,kBACE,IAAM,EAAA,sBAAA;AAAA,kBACN,KAAO,EAAA,UAAA;AAAA,kBACP,OAAO,EAAC;AAAA,kBACR,KAAO,EAAA,EAAA;AAAA,iBACT;AAAA,eACF;AAAA,aACF;AAAA,WACF;AAAA,SACF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,OA+DF,CAAA;AACA,MAAA,MAAM,aAAgB,GAAA;AAAA,QACpB,IAAM,EAAA,kBAAA;AAAA,QACN,KAAA,EAAO,EAAE,IAAA,EAAM,OAAQ,EAAA;AAAA,QACvB,QAAU,EAAA,aAAA;AAAA,OACZ,CAAA;AACA,MAAA,IAAA,CAAK,CAAC,CAAA,CAAE,QAAS,CAAA,IAAA,CAAK,aAAa,CAAA,CAAA;AAAA,KACrC;AAAA,GACF;AACA,EAAO,OAAA,IAAA,CAAA;AACT;;;;"}
1
+ {"version":3,"file":"dkSetting.mjs","sources":["../../../../../src/page-diy/src/config/base/dkSetting.js"],"sourcesContent":["function createTitle(title) {\n return {\n type: 'h2',\n slot: 'title',\n style: 'display: flex;align-items: center;font-size: 14px;font-weight: 600;margin:0;padding:0',\n children: [\n {\n type: 'em',\n style: 'width: 6px; height: 18px; background: rgb(64, 158, 255); display: block; margin-right: 5px;',\n },\n { type: 'span', children: [title] },\n ],\n }\n}\nexport default function dkSetting(rule = null) {\n const form = [\n {\n type: 'el-collapse',\n props: {\n modelValue: 'base',\n },\n style: 'width:100%',\n children: [\n // 基础配置\n {\n type: 'el-collapse-item',\n props: { name: 'base' },\n\n children: [\n createTitle('基础配置'),\n {\n type: 'DkStyleInput',\n field: 'style',\n value: {},\n title: '',\n props: { height: 180 },\n },\n ],\n },\n ],\n },\n ]\n // 判断是否允许开启悬浮\n if (rule) {\n if (rule.config.config.rule().fixed) {\n const fixedChildren = [\n createTitle('悬浮配置'),\n {\n type: 'switch',\n field: 'is_position',\n value: false,\n title: '开启悬浮',\n effect: {\n help: '设置组件是否开启悬浮',\n },\n control: [\n {\n value: true,\n rule: [\n {\n type: 'DkStylePositionInput',\n field: 'position',\n value: {},\n title: '',\n },\n ],\n },\n ],\n },\n ]\n const collapseFixed = {\n type: 'el-collapse-item',\n props: { name: 'fixed' },\n children: fixedChildren,\n }\n form[0].children.push(collapseFixed)\n }\n }\n return form\n}\n"],"names":[],"mappings":"AAAA,SAAS,YAAY,KAAO,EAAA;AAC1B,EAAO,OAAA;AAAA,IACL,IAAM,EAAA,IAAA;AAAA,IACN,IAAM,EAAA,OAAA;AAAA,IACN,KAAO,EAAA,uFAAA;AAAA,IACP,QAAU,EAAA;AAAA,MACR;AAAA,QACE,IAAM,EAAA,IAAA;AAAA,QACN,KAAO,EAAA,6FAAA;AAAA,OACT;AAAA,MACA,EAAE,IAAM,EAAA,MAAA,EAAQ,QAAU,EAAA,CAAC,KAAK,CAAE,EAAA;AAAA,KACpC;AAAA,GACF,CAAA;AACF,CAAA;AACwB,SAAA,SAAA,CAAU,OAAO,IAAM,EAAA;AAC7C,EAAA,MAAM,IAAO,GAAA;AAAA,IACX;AAAA,MACE,IAAM,EAAA,aAAA;AAAA,MACN,KAAO,EAAA;AAAA,QACL,UAAY,EAAA,MAAA;AAAA,OACd;AAAA,MACA,KAAO,EAAA,YAAA;AAAA,MACP,QAAU,EAAA;AAAA;AAAA,QAER;AAAA,UACE,IAAM,EAAA,kBAAA;AAAA,UACN,KAAA,EAAO,EAAE,IAAA,EAAM,MAAO,EAAA;AAAA,UAEtB,QAAU,EAAA;AAAA,YACR,YAAY,0BAAM,CAAA;AAAA,YAClB;AAAA,cACE,IAAM,EAAA,cAAA;AAAA,cACN,KAAO,EAAA,OAAA;AAAA,cACP,OAAO,EAAC;AAAA,cACR,KAAO,EAAA,EAAA;AAAA,cACP,KAAA,EAAO,EAAE,MAAA,EAAQ,GAAI,EAAA;AAAA,aACvB;AAAA,WACF;AAAA,SACF;AAAA,OACF;AAAA,KACF;AAAA,GACF,CAAA;AAEA,EAAA,IAAI,IAAM,EAAA;AACR,IAAA,IAAI,IAAK,CAAA,MAAA,CAAO,MAAO,CAAA,IAAA,GAAO,KAAO,EAAA;AACnC,MAAA,MAAM,aAAgB,GAAA;AAAA,QACpB,YAAY,0BAAM,CAAA;AAAA,QAClB;AAAA,UACE,IAAM,EAAA,QAAA;AAAA,UACN,KAAO,EAAA,aAAA;AAAA,UACP,KAAO,EAAA,KAAA;AAAA,UACP,KAAO,EAAA,0BAAA;AAAA,UACP,MAAQ,EAAA;AAAA,YACN,IAAM,EAAA,8DAAA;AAAA,WACR;AAAA,UACA,OAAS,EAAA;AAAA,YACP;AAAA,cACE,KAAO,EAAA,IAAA;AAAA,cACP,IAAM,EAAA;AAAA,gBACJ;AAAA,kBACE,IAAM,EAAA,sBAAA;AAAA,kBACN,KAAO,EAAA,UAAA;AAAA,kBACP,OAAO,EAAC;AAAA,kBACR,KAAO,EAAA,EAAA;AAAA,iBACT;AAAA,eACF;AAAA,aACF;AAAA,WACF;AAAA,SACF;AAAA,OACF,CAAA;AACA,MAAA,MAAM,aAAgB,GAAA;AAAA,QACpB,IAAM,EAAA,kBAAA;AAAA,QACN,KAAA,EAAO,EAAE,IAAA,EAAM,OAAQ,EAAA;AAAA,QACvB,QAAU,EAAA,aAAA;AAAA,OACZ,CAAA;AACA,MAAA,IAAA,CAAK,CAAC,CAAA,CAAE,QAAS,CAAA,IAAA,CAAK,aAAa,CAAA,CAAA;AAAA,KACrC;AAAA,GACF;AACA,EAAO,OAAA,IAAA,CAAA;AACT;;;;"}
@@ -0,0 +1,24 @@
1
+ declare namespace _default {
2
+ export let icon: string;
3
+ export { label };
4
+ export { name };
5
+ export function rule(): {
6
+ type: string;
7
+ props: {
8
+ height: string;
9
+ };
10
+ showStyle: boolean;
11
+ };
12
+ export function props(): {
13
+ type: string;
14
+ field: string;
15
+ title: string;
16
+ value: number;
17
+ effect: {
18
+ help: string;
19
+ };
20
+ }[];
21
+ }
22
+ export default _default;
23
+ declare const label: "空白";
24
+ declare const name: "DkMinBlank";
@@ -0,0 +1,22 @@
1
+ const label = "\u7A7A\u767D";
2
+ const name = "DkMinBlank";
3
+ var DkMinBlank = {
4
+ icon: "FullScreen",
5
+ label,
6
+ name,
7
+ rule() {
8
+ return {
9
+ type: name,
10
+ props: {
11
+ height: "20"
12
+ },
13
+ showStyle: true
14
+ };
15
+ },
16
+ props() {
17
+ return [{ type: "number", field: "height", title: "\u9AD8\u5EA6", value: 20, effect: { help: "\u5177\u4F53\u6548\u679C\u67E5\u770B\u771F\u673A\u9884\u89C8" } }];
18
+ }
19
+ };
20
+
21
+ export { DkMinBlank as default };
22
+ //# sourceMappingURL=DkMinBlank.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DkMinBlank.mjs","sources":["../../../../../../../src/page-diy/src/config/rule/min/common/DkMinBlank.js"],"sourcesContent":["const label = '空白'\nconst name = 'DkMinBlank'\n\nexport default {\n icon: 'FullScreen',\n label,\n name,\n rule() {\n return {\n type: name,\n props: {\n height: '20',\n },\n showStyle: true,\n }\n },\n props() {\n return [{ type: 'number', field: 'height', title: '高度', value: 20, effect: { help: '具体效果查看真机预览' } }]\n },\n}\n"],"names":[],"mappings":"AAAA,MAAM,KAAQ,GAAA,cAAA,CAAA;AACd,MAAM,IAAO,GAAA,YAAA,CAAA;AAEb,iBAAe;AAAA,EACb,IAAM,EAAA,YAAA;AAAA,EACN,KAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAO,GAAA;AACL,IAAO,OAAA;AAAA,MACL,IAAM,EAAA,IAAA;AAAA,MACN,KAAO,EAAA;AAAA,QACL,MAAQ,EAAA,IAAA;AAAA,OACV;AAAA,MACA,SAAW,EAAA,IAAA;AAAA,KACb,CAAA;AAAA,GACF;AAAA,EACA,KAAQ,GAAA;AACN,IAAA,OAAO,CAAC,EAAE,IAAM,EAAA,QAAA,EAAU,OAAO,QAAU,EAAA,KAAA,EAAO,cAAM,EAAA,KAAA,EAAO,IAAI,MAAQ,EAAA,EAAE,IAAM,EAAA,8DAAA,IAAgB,CAAA,CAAA;AAAA,GACrG;AACF,CAAA;;;;"}
@@ -0,0 +1,38 @@
1
+ declare namespace _default {
2
+ export let icon: string;
3
+ export { label };
4
+ export { name };
5
+ export function rule(): {
6
+ type: string;
7
+ props: {
8
+ hotData: {
9
+ background: string;
10
+ views: never[];
11
+ width: number;
12
+ height: number;
13
+ };
14
+ showMask: boolean;
15
+ };
16
+ showStyle: boolean;
17
+ };
18
+ export function props(): ({
19
+ type: string;
20
+ field: string;
21
+ title: string;
22
+ value: number;
23
+ effect: {
24
+ help: string;
25
+ };
26
+ } | {
27
+ type: string;
28
+ field: string;
29
+ title: string;
30
+ value: boolean;
31
+ effect: {
32
+ help: string;
33
+ };
34
+ })[];
35
+ }
36
+ export default _default;
37
+ declare const label: "热图";
38
+ declare const name: "DkMinHotArea";
@@ -0,0 +1,43 @@
1
+ const label = "\u70ED\u56FE";
2
+ const name = "DkMinHotArea";
3
+ var DkMinHotArea = {
4
+ icon: "dashicons:images-alt2",
5
+ label,
6
+ name,
7
+ rule() {
8
+ return {
9
+ type: name,
10
+ props: {
11
+ hotData: {
12
+ background: "",
13
+ views: [],
14
+ width: 500,
15
+ height: 500
16
+ },
17
+ showMask: false
18
+ },
19
+ showStyle: true
20
+ };
21
+ },
22
+ props() {
23
+ return [
24
+ {
25
+ type: "dk-hot-area-input",
26
+ field: "hotData",
27
+ title: "\u70ED\u56FE\u6570\u636E",
28
+ value: 20,
29
+ effect: { help: "\u70B9\u51FB\u6309\u94AE\u4E0A\u4F20\u80CC\u666F\u56FE\u5E76\u914D\u7F6E\u8DF3\u8F6C\u8DEF\u5F84" }
30
+ },
31
+ {
32
+ type: "switch",
33
+ field: "showMask",
34
+ title: "\u663E\u793A\u906E\u7F69",
35
+ value: false,
36
+ effect: { help: "\u8BBE\u7F6E\u662F\u5426\u663E\u793A\u70ED\u533A\u906E\u7F69\u6548\u679C\u9884\u89C8\uFF0C\u8BBE\u7F6E\u540E\u79FB\u52A8\u7AEF\u4E5F\u4F1A\u6709\u5BF9\u5E94\u7684\u900F\u660E\u906E\u7F69\u65B9\u5757\u65B9\u4FBF\u6D4B\u8BD5\uFF0C\u540E\u7AEF\u4EC5\u52A0\u6DF1\u5904\u7406" }
37
+ }
38
+ ];
39
+ }
40
+ };
41
+
42
+ export { DkMinHotArea as default };
43
+ //# sourceMappingURL=DkMinHotArea.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DkMinHotArea.mjs","sources":["../../../../../../../src/page-diy/src/config/rule/min/common/DkMinHotArea.js"],"sourcesContent":["const label = '热图'\nconst name = 'DkMinHotArea'\n\nexport default {\n icon: 'dashicons:images-alt2',\n label,\n name,\n rule() {\n return {\n type: name,\n props: {\n hotData: {\n background: '',\n views: [],\n width: 500,\n height: 500,\n },\n showMask: false,\n },\n showStyle: true,\n }\n },\n props() {\n return [\n {\n type: 'dk-hot-area-input',\n field: 'hotData',\n title: '热图数据',\n value: 20,\n effect: { help: '点击按钮上传背景图并配置跳转路径' },\n },\n {\n type: 'switch',\n field: 'showMask',\n title: '显示遮罩',\n value: false,\n effect: { help: '设置是否显示热区遮罩效果预览,设置后移动端也会有对应的透明遮罩方块方便测试,后端仅加深处理' },\n },\n ]\n },\n}\n"],"names":[],"mappings":"AAAA,MAAM,KAAQ,GAAA,cAAA,CAAA;AACd,MAAM,IAAO,GAAA,cAAA,CAAA;AAEb,mBAAe;AAAA,EACb,IAAM,EAAA,uBAAA;AAAA,EACN,KAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAO,GAAA;AACL,IAAO,OAAA;AAAA,MACL,IAAM,EAAA,IAAA;AAAA,MACN,KAAO,EAAA;AAAA,QACL,OAAS,EAAA;AAAA,UACP,UAAY,EAAA,EAAA;AAAA,UACZ,OAAO,EAAC;AAAA,UACR,KAAO,EAAA,GAAA;AAAA,UACP,MAAQ,EAAA,GAAA;AAAA,SACV;AAAA,QACA,QAAU,EAAA,KAAA;AAAA,OACZ;AAAA,MACA,SAAW,EAAA,IAAA;AAAA,KACb,CAAA;AAAA,GACF;AAAA,EACA,KAAQ,GAAA;AACN,IAAO,OAAA;AAAA,MACL;AAAA,QACE,IAAM,EAAA,mBAAA;AAAA,QACN,KAAO,EAAA,SAAA;AAAA,QACP,KAAO,EAAA,0BAAA;AAAA,QACP,KAAO,EAAA,EAAA;AAAA,QACP,MAAA,EAAQ,EAAE,IAAA,EAAM,kGAAmB,EAAA;AAAA,OACrC;AAAA,MACA;AAAA,QACE,IAAM,EAAA,QAAA;AAAA,QACN,KAAO,EAAA,UAAA;AAAA,QACP,KAAO,EAAA,0BAAA;AAAA,QACP,KAAO,EAAA,KAAA;AAAA,QACP,MAAA,EAAQ,EAAE,IAAA,EAAM,gRAAgD,EAAA;AAAA,OAClE;AAAA,KACF,CAAA;AAAA,GACF;AACF,CAAA;;;;"}
@@ -0,0 +1,115 @@
1
+ declare namespace _default {
2
+ export let icon: string;
3
+ export { label };
4
+ export { name };
5
+ export function rule(): {
6
+ type: string;
7
+ props: {
8
+ swipeList: {
9
+ img: string;
10
+ url: string;
11
+ title: string;
12
+ show: boolean;
13
+ }[];
14
+ autoplay: number;
15
+ };
16
+ showStyle: boolean;
17
+ };
18
+ export function props(): ({
19
+ type: string;
20
+ field: string;
21
+ title: string;
22
+ value: number;
23
+ props: {
24
+ min: number;
25
+ max: number;
26
+ step?: undefined;
27
+ formatTooltip?: undefined;
28
+ title?: undefined;
29
+ defaultValue?: undefined;
30
+ rule?: undefined;
31
+ };
32
+ options?: undefined;
33
+ effect?: undefined;
34
+ } | {
35
+ type: string;
36
+ field: string;
37
+ title: string;
38
+ value: string;
39
+ options: {
40
+ label: string;
41
+ value: string;
42
+ }[];
43
+ effect: {
44
+ help: string;
45
+ };
46
+ props?: undefined;
47
+ } | {
48
+ type: string;
49
+ field: string;
50
+ title: string;
51
+ value: number;
52
+ props: {
53
+ min: number;
54
+ max: number;
55
+ step: number;
56
+ formatTooltip: (val: any) => string;
57
+ title?: undefined;
58
+ defaultValue?: undefined;
59
+ rule?: undefined;
60
+ };
61
+ options?: undefined;
62
+ effect?: undefined;
63
+ } | {
64
+ type: string;
65
+ field: string;
66
+ title: string;
67
+ value: boolean;
68
+ props?: undefined;
69
+ options?: undefined;
70
+ effect?: undefined;
71
+ } | {
72
+ type: string;
73
+ field: string;
74
+ value: never[];
75
+ props: {
76
+ title: string;
77
+ defaultValue: {
78
+ img: string;
79
+ url: string;
80
+ title: string;
81
+ };
82
+ rule: ({
83
+ type: string;
84
+ field: string;
85
+ value: string;
86
+ title: string;
87
+ props?: undefined;
88
+ } | {
89
+ type: string;
90
+ field: string;
91
+ value: boolean;
92
+ title: string;
93
+ props?: undefined;
94
+ } | {
95
+ type: string;
96
+ field: string;
97
+ props: {
98
+ showInput: boolean;
99
+ };
100
+ value: {};
101
+ title: string;
102
+ })[];
103
+ min?: undefined;
104
+ max?: undefined;
105
+ step?: undefined;
106
+ formatTooltip?: undefined;
107
+ };
108
+ title?: undefined;
109
+ options?: undefined;
110
+ effect?: undefined;
111
+ })[];
112
+ }
113
+ export default _default;
114
+ declare const label: "轮播图";
115
+ declare const name: "DkMinSwiperImage";