@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
package/lib/index.js CHANGED
@@ -2,71 +2,73 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var index$j = require('./test/index.js');
5
+ var index$k = require('./test/index.js');
6
6
  var index$3 = require('./group/index.js');
7
7
  var index$1 = require('./tiny-editor/index.js');
8
8
  var index$2 = require('./icon/index.js');
9
9
  var index$4 = require('./color-input/index.js');
10
- var index$v = require('./dialog/index.js');
11
- var index$5 = require('./form/index.js');
12
- var index$6 = require('./attachment/index.js');
13
- var index$7 = require('./attachment-dialog/index.js');
14
- var index$8 = require('./file-input/index.js');
15
- var index$9 = require('./image-input/index.js');
16
- var index$a = require('./audio-input/index.js');
17
- var index$b = require('./video-input/index.js');
18
- var index$c = require('./file-list-input/index.js');
19
- var index$d = require('./image-list-input/index.js');
20
- var index$e = require('./audio-list-input/index.js');
21
- var index$f = require('./video-list-input/index.js');
22
- var index$g = require('./icon-input/index.js');
23
- var index$k = require('./style-input/index.js');
24
- var index$i = require('./box-size-input/index.js');
25
- var index$l = require('./style-box-input/index.js');
26
- var index$m = require('./style-font-input/index.js');
27
- var index$n = require('./style-border-input/index.js');
28
- var index$p = require('./style-background-input/index.js');
29
- var index$o = require('./style-shadow-input/index.js');
30
- var index$q = require('./style-position-input/index.js');
31
- var index$r = require('./style-number-input/index.js');
32
- var index$h = require('./page-diy/index.js');
33
- var index$s = require('./table/index.js');
34
- var index$t = require('./select/index.js');
35
- var index$u = require('./poster-input/index.js');
10
+ var index$5 = require('./hot-area-input/index.js');
11
+ var index$w = require('./dialog/index.js');
12
+ var index$6 = require('./form/index.js');
13
+ var index$7 = require('./attachment/index.js');
14
+ var index$8 = require('./attachment-dialog/index.js');
15
+ var index$9 = require('./file-input/index.js');
16
+ var index$a = require('./image-input/index.js');
17
+ var index$b = require('./audio-input/index.js');
18
+ var index$c = require('./video-input/index.js');
19
+ var index$d = require('./file-list-input/index.js');
20
+ var index$e = require('./image-list-input/index.js');
21
+ var index$f = require('./audio-list-input/index.js');
22
+ var index$g = require('./video-list-input/index.js');
23
+ var index$h = require('./icon-input/index.js');
24
+ var index$l = require('./style-input/index.js');
25
+ var index$j = require('./box-size-input/index.js');
26
+ var index$m = require('./style-box-input/index.js');
27
+ var index$n = require('./style-font-input/index.js');
28
+ var index$o = require('./style-border-input/index.js');
29
+ var index$q = require('./style-background-input/index.js');
30
+ var index$p = require('./style-shadow-input/index.js');
31
+ var index$r = require('./style-position-input/index.js');
32
+ var index$s = require('./style-number-input/index.js');
33
+ var index$i = require('./page-diy/index.js');
34
+ var index$t = require('./table/index.js');
35
+ var index$u = require('./select/index.js');
36
+ var index$v = require('./poster-input/index.js');
36
37
  var utils = require('@vipl520/utils');
37
38
  var props = require('./tiny-editor/src/props.js');
38
39
  var props$1 = require('./icon/src/props.js');
39
40
  var props$2 = require('./group/src/props.js');
40
41
  var props$3 = require('./color-input/src/props.js');
41
- var props$4 = require('./form/src/props.js');
42
- var props$5 = require('./attachment/src/props.js');
43
- var props$6 = require('./attachment-dialog/src/props.js');
44
- var props$7 = require('./file-input/src/props.js');
45
- var props$8 = require('./image-input/src/props.js');
46
- var props$9 = require('./audio-input/src/props.js');
47
- var props$a = require('./video-input/src/props.js');
48
- var props$b = require('./file-list-input/src/props.js');
49
- var props$c = require('./image-list-input/src/props.js');
50
- var props$d = require('./audio-list-input/src/props.js');
51
- var props$e = require('./video-list-input/src/props.js');
52
- var props$f = require('./icon-input/src/props.js');
53
- var props$g = require('./page-diy/src/props.js');
54
- var props$h = require('./box-size-input/src/props.js');
55
- var props$i = require('./test/src/props.js');
56
- var props$j = require('./style-input/src/props.js');
57
- var props$k = require('./style-box-input/src/props.js');
58
- var props$l = require('./style-font-input/src/props.js');
59
- var props$m = require('./style-border-input/src/props.js');
60
- var props$n = require('./style-shadow-input/src/props.js');
61
- var props$o = require('./style-background-input/src/props.js');
62
- var props$p = require('./style-position-input/src/props.js');
63
- var props$q = require('./style-number-input/src/props.js');
64
- var props$r = require('./table/src/props.js');
65
- var props$s = require('./select/src/props.js');
66
- var props$t = require('./poster-input/src/props.js');
42
+ var props$4 = require('./hot-area-input/src/props.js');
43
+ var props$5 = require('./form/src/props.js');
44
+ var props$6 = require('./attachment/src/props.js');
45
+ var props$7 = require('./attachment-dialog/src/props.js');
46
+ var props$8 = require('./file-input/src/props.js');
47
+ var props$9 = require('./image-input/src/props.js');
48
+ var props$a = require('./audio-input/src/props.js');
49
+ var props$b = require('./video-input/src/props.js');
50
+ var props$c = require('./file-list-input/src/props.js');
51
+ var props$d = require('./image-list-input/src/props.js');
52
+ var props$e = require('./audio-list-input/src/props.js');
53
+ var props$f = require('./video-list-input/src/props.js');
54
+ var props$g = require('./icon-input/src/props.js');
55
+ var props$h = require('./page-diy/src/props.js');
56
+ var props$i = require('./box-size-input/src/props.js');
57
+ var props$j = require('./test/src/props.js');
58
+ var props$k = require('./style-input/src/props.js');
59
+ var props$l = require('./style-box-input/src/props.js');
60
+ var props$m = require('./style-font-input/src/props.js');
61
+ var props$n = require('./style-border-input/src/props.js');
62
+ var props$o = require('./style-shadow-input/src/props.js');
63
+ var props$p = require('./style-background-input/src/props.js');
64
+ var props$q = require('./style-position-input/src/props.js');
65
+ var props$r = require('./style-number-input/src/props.js');
66
+ var props$s = require('./table/src/props.js');
67
+ var props$t = require('./select/src/props.js');
68
+ var props$u = require('./poster-input/src/props.js');
67
69
 
68
70
  const components = [
69
- index$j.Test,
71
+ index$k.Test,
70
72
  index$3.Group,
71
73
  // 富文本编辑器
72
74
  index$1.TinyEditor,
@@ -74,67 +76,69 @@ const components = [
74
76
  index$2.Icon,
75
77
  // 颜色选择器
76
78
  index$4.ColorInput,
79
+ // 热区选择器
80
+ index$5.HotAreaInput,
77
81
  // 对话框
78
- index$v.Dialog,
82
+ index$w.Dialog,
79
83
  // json表单
80
- index$5.Form,
84
+ index$6.Form,
81
85
  // 附件
82
- index$6.Attachment,
86
+ index$7.Attachment,
83
87
  // 附件弹窗
84
- index$7.AttachmentDialog,
88
+ index$8.AttachmentDialog,
85
89
  // 文件选择器
86
- index$8.FileInput,
90
+ index$9.FileInput,
87
91
  // 图片选择器
88
- index$9.ImageInput,
92
+ index$a.ImageInput,
89
93
  // 音频选择器
90
- index$a.AudioInput,
94
+ index$b.AudioInput,
91
95
  // 视频选择器
92
- index$b.VideoInput,
96
+ index$c.VideoInput,
93
97
  // 多文件选择器
94
- index$c.FileListInput,
98
+ index$d.FileListInput,
95
99
  // 多图片选择器
96
- index$d.ImageListInput,
100
+ index$e.ImageListInput,
97
101
  // 多音频选择器
98
- index$e.AudioListInput,
102
+ index$f.AudioListInput,
99
103
  // 多视频选择器
100
- index$f.VideoListInput,
104
+ index$g.VideoListInput,
101
105
  // 图标选择器
102
- index$g.IconInput,
106
+ index$h.IconInput,
103
107
  // 图标展示框
104
- index$g.IconContent,
108
+ index$h.IconContent,
105
109
  // 图片弹出框
106
- index$g.IconDialog,
110
+ index$h.IconDialog,
107
111
  // DIY编辑器
108
- index$h.PageDiy,
112
+ index$i.PageDiy,
109
113
  // 尺寸输入框(带px/%/rem/等单位)
110
- index$i.BoxSizeInput,
114
+ index$j.BoxSizeInput,
111
115
  // DIV盒子编辑器(padding/margin/width/height)
112
- index$l.StyleBoxInput,
116
+ index$m.StyleBoxInput,
113
117
  // 文字样式编辑器
114
- index$m.StyleFontInput,
118
+ index$n.StyleFontInput,
115
119
  // 边框样式编辑器
116
- index$n.StyleBorderInput,
120
+ index$o.StyleBorderInput,
117
121
  // 阴影编辑器
118
- index$o.StyleShadowInput,
122
+ index$p.StyleShadowInput,
119
123
  // 阴影编辑框
120
- index$o.StyleShadowContent,
124
+ index$p.StyleShadowContent,
121
125
  // 背景编辑器
122
- index$p.StyleBackgroundInput,
126
+ index$q.StyleBackgroundInput,
123
127
  // 合并样式编辑
124
- index$k.StyleInput,
128
+ index$l.StyleInput,
125
129
  // 定位编辑器
126
- index$q.StylePositionInput,
130
+ index$r.StylePositionInput,
127
131
  // 样式文字
128
- index$r.StyleNumberInput,
132
+ index$s.StyleNumberInput,
129
133
  // 数据表格
130
- index$s.Table,
134
+ index$t.Table,
131
135
  // 选择
132
- index$t.Select,
136
+ index$u.Select,
133
137
  // 表单组/对象表单
134
138
  // 海报选择器
135
- index$u.PosterInput,
139
+ index$v.PosterInput,
136
140
  // 海报
137
- index$u.Poster
141
+ index$v.Poster
138
142
  // TODO 普通上传 upload
139
143
  // TODO tag选择器 tag-input
140
144
  // TODO 链接选择器 link-input
@@ -162,72 +166,74 @@ var index = {
162
166
  install
163
167
  };
164
168
 
165
- exports.Test = index$j.Test;
169
+ exports.Test = index$k.Test;
166
170
  exports.Group = index$3.Group;
167
171
  exports.TinyEditor = index$1.TinyEditor;
168
172
  exports.Icon = index$2.Icon;
169
173
  exports.ColorInput = index$4.ColorInput;
170
- exports.Form = index$5.Form;
171
- exports.Attachment = index$6.Attachment;
172
- exports.AttachmentDialog = index$7.AttachmentDialog;
173
- exports.FileInput = index$8.FileInput;
174
- exports.ImageInput = index$9.ImageInput;
175
- exports.AudioInput = index$a.AudioInput;
176
- exports.VideoInput = index$b.VideoInput;
177
- exports.FileListInput = index$c.FileListInput;
178
- exports.ImageListInput = index$d.ImageListInput;
179
- exports.AudioListInput = index$e.AudioListInput;
180
- exports.VideoListInput = index$f.VideoListInput;
181
- exports.IconContent = index$g.IconContent;
182
- exports.IconDialog = index$g.IconDialog;
183
- exports.IconInput = index$g.IconInput;
184
- exports.StyleInput = index$k.StyleInput;
185
- exports.BoxSizeInput = index$i.BoxSizeInput;
186
- exports.StyleBoxInput = index$l.StyleBoxInput;
187
- exports.StyleFontInput = index$m.StyleFontInput;
188
- exports.StyleBorderInput = index$n.StyleBorderInput;
189
- exports.StyleBackgroundInput = index$p.StyleBackgroundInput;
190
- exports.StyleShadowContent = index$o.StyleShadowContent;
191
- exports.StyleShadowInput = index$o.StyleShadowInput;
192
- exports.StylePositionInput = index$q.StylePositionInput;
193
- exports.StyleNumberInput = index$r.StyleNumberInput;
194
- exports.PageDiy = index$h.PageDiy;
195
- exports.Table = index$s.Table;
196
- exports.Select = index$t.Select;
197
- exports.Poster = index$u.Poster;
198
- exports.PosterInput = index$u.PosterInput;
174
+ exports.HotAreaInput = index$5.HotAreaInput;
175
+ exports.Form = index$6.Form;
176
+ exports.Attachment = index$7.Attachment;
177
+ exports.AttachmentDialog = index$8.AttachmentDialog;
178
+ exports.FileInput = index$9.FileInput;
179
+ exports.ImageInput = index$a.ImageInput;
180
+ exports.AudioInput = index$b.AudioInput;
181
+ exports.VideoInput = index$c.VideoInput;
182
+ exports.FileListInput = index$d.FileListInput;
183
+ exports.ImageListInput = index$e.ImageListInput;
184
+ exports.AudioListInput = index$f.AudioListInput;
185
+ exports.VideoListInput = index$g.VideoListInput;
186
+ exports.IconContent = index$h.IconContent;
187
+ exports.IconDialog = index$h.IconDialog;
188
+ exports.IconInput = index$h.IconInput;
189
+ exports.StyleInput = index$l.StyleInput;
190
+ exports.BoxSizeInput = index$j.BoxSizeInput;
191
+ exports.StyleBoxInput = index$m.StyleBoxInput;
192
+ exports.StyleFontInput = index$n.StyleFontInput;
193
+ exports.StyleBorderInput = index$o.StyleBorderInput;
194
+ exports.StyleBackgroundInput = index$q.StyleBackgroundInput;
195
+ exports.StyleShadowContent = index$p.StyleShadowContent;
196
+ exports.StyleShadowInput = index$p.StyleShadowInput;
197
+ exports.StylePositionInput = index$r.StylePositionInput;
198
+ exports.StyleNumberInput = index$s.StyleNumberInput;
199
+ exports.PageDiy = index$i.PageDiy;
200
+ exports.Table = index$t.Table;
201
+ exports.Select = index$u.Select;
202
+ exports.Poster = index$v.Poster;
203
+ exports.PosterInput = index$v.PosterInput;
199
204
  exports.tinyEditorProps = props.tinyEditorProps;
200
205
  exports.iconProps = props$1.iconProps;
201
206
  exports.groupProps = props$2.groupProps;
202
207
  exports.colorInputProps = props$3.colorInputProps;
203
- exports.formProps = props$4.formProps;
204
- exports.attachmentProps = props$5.attachmentProps;
205
- exports.attachmentDialogProps = props$6.attachmentDialogProps;
206
- exports.fileInputProps = props$7.fileInputProps;
207
- exports.imageInputProps = props$8.imageInputProps;
208
- exports.audioInputProps = props$9.audioInputProps;
209
- exports.videoInputProps = props$a.videoInputProps;
210
- exports.fileListInputProps = props$b.fileListInputProps;
211
- exports.imageListInputProps = props$c.imageListInputProps;
212
- exports.audioListInputProps = props$d.audioListInputProps;
213
- exports.videoListInputProps = props$e.videoListInputProps;
214
- exports.iconContentProps = props$f.iconContentProps;
215
- exports.iconDialogProps = props$f.iconDialogProps;
216
- exports.iconInputProps = props$f.iconInputProps;
217
- exports.pageDiyProps = props$g.pageDiyProps;
218
- exports.boxSizeInputProps = props$h.boxSizeInputProps;
219
- exports.testProps = props$i.testProps;
220
- exports.styleInputProps = props$j.styleInputProps;
221
- exports.styleBoxInputProps = props$k.styleBoxInputProps;
222
- exports.styleFontInputProps = props$l.styleFontInputProps;
223
- exports.styleBorderInputProps = props$m.styleBorderInputProps;
224
- exports.shadowInputProps = props$n.shadowInputProps;
225
- exports.styleBackgroundInputProps = props$o.styleBackgroundInputProps;
226
- exports.stylePositionInputProps = props$p.stylePositionInputProps;
227
- exports.styleNumberInputProps = props$q.styleNumberInputProps;
228
- exports.tableProps = props$r.tableProps;
229
- exports.selectProps = props$s.selectProps;
230
- exports.posterInputProps = props$t.posterInputProps;
208
+ exports.hotAreaInputProps = props$4.hotAreaInputProps;
209
+ exports.formProps = props$5.formProps;
210
+ exports.attachmentProps = props$6.attachmentProps;
211
+ exports.attachmentDialogProps = props$7.attachmentDialogProps;
212
+ exports.fileInputProps = props$8.fileInputProps;
213
+ exports.imageInputProps = props$9.imageInputProps;
214
+ exports.audioInputProps = props$a.audioInputProps;
215
+ exports.videoInputProps = props$b.videoInputProps;
216
+ exports.fileListInputProps = props$c.fileListInputProps;
217
+ exports.imageListInputProps = props$d.imageListInputProps;
218
+ exports.audioListInputProps = props$e.audioListInputProps;
219
+ exports.videoListInputProps = props$f.videoListInputProps;
220
+ exports.iconContentProps = props$g.iconContentProps;
221
+ exports.iconDialogProps = props$g.iconDialogProps;
222
+ exports.iconInputProps = props$g.iconInputProps;
223
+ exports.pageDiyProps = props$h.pageDiyProps;
224
+ exports.boxSizeInputProps = props$i.boxSizeInputProps;
225
+ exports.testProps = props$j.testProps;
226
+ exports.styleInputProps = props$k.styleInputProps;
227
+ exports.styleBoxInputProps = props$l.styleBoxInputProps;
228
+ exports.styleFontInputProps = props$m.styleFontInputProps;
229
+ exports.styleBorderInputProps = props$n.styleBorderInputProps;
230
+ exports.shadowInputProps = props$o.shadowInputProps;
231
+ exports.styleBackgroundInputProps = props$p.styleBackgroundInputProps;
232
+ exports.stylePositionInputProps = props$q.stylePositionInputProps;
233
+ exports.styleNumberInputProps = props$r.styleNumberInputProps;
234
+ exports.tableProps = props$s.tableProps;
235
+ exports.selectProps = props$t.selectProps;
236
+ exports.posterInputProps = props$u.posterInputProps;
231
237
  exports.default = index;
232
238
  exports.install = install;
233
239
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import type { App } from 'vue'\nimport { Test } from './test'\nimport { Group } from './group'\nimport { TinyEditor } from './tiny-editor'\nimport { Icon } from './icon'\nimport { ColorInput } from './color-input'\nimport { Dialog } from './dialog'\nimport { Form } from './form'\nimport { Attachment } from './attachment'\nimport { AttachmentDialog } from './attachment-dialog'\nimport { FileInput } from './file-input'\nimport { ImageInput } from './image-input'\nimport { AudioInput } from './audio-input'\nimport { VideoInput } from './video-input'\nimport { FileListInput } from './file-list-input'\nimport { ImageListInput } from './image-list-input'\nimport { AudioListInput } from './audio-list-input'\nimport { VideoListInput } from './video-list-input'\nimport { IconInput, IconContent, IconDialog } from './icon-input'\nimport { StyleInput } from './style-input'\nimport { BoxSizeInput } from './box-size-input'\nimport { StyleBoxInput } from './style-box-input'\nimport { StyleFontInput } from './style-font-input'\nimport { StyleBorderInput } from './style-border-input'\nimport { StyleBackgroundInput } from './style-background-input'\nimport { StyleShadowContent, StyleShadowInput } from './style-shadow-input'\nimport { StylePositionInput } from './style-position-input'\nimport { StyleNumberInput } from './style-number-input'\nimport { PageDiy } from './page-diy'\nimport { Table } from './table'\nimport { Select } from './select'\nimport { Poster, PosterInput } from './poster-input'\nimport { setGlobalConfig, directives } from '@vipl520/utils'\n\nexport * from './tiny-editor'\nexport * from './icon'\nexport * from './group'\nexport * from './color-input'\nexport * from './form'\nexport * from './attachment'\nexport * from './attachment-dialog'\nexport * from './file-input'\nexport * from './image-input'\nexport * from './audio-input'\nexport * from './video-input'\nexport * from './file-list-input'\nexport * from './image-list-input'\nexport * from './audio-list-input'\nexport * from './video-list-input'\nexport * from './icon-input'\nexport * from './page-diy'\nexport * from './box-size-input'\nexport * from './test'\nexport * from './style-input'\nexport * from './style-box-input'\nexport * from './style-font-input'\nexport * from './style-border-input'\nexport * from './style-shadow-input'\nexport * from './style-background-input'\nexport * from './style-position-input'\nexport * from './style-number-input'\nexport * from './table'\nexport * from './select'\nexport * from './poster-input'\n\nconst components = [\n Test,\n Group,\n // 富文本编辑器\n TinyEditor,\n // 图标\n Icon,\n // 颜色选择器\n ColorInput,\n // 对话框\n Dialog,\n // json表单\n Form,\n // 附件\n Attachment,\n // 附件弹窗\n AttachmentDialog,\n // 文件选择器\n FileInput,\n // 图片选择器\n ImageInput,\n // 音频选择器\n AudioInput,\n // 视频选择器\n VideoInput,\n // 多文件选择器\n FileListInput,\n // 多图片选择器\n ImageListInput,\n // 多音频选择器\n AudioListInput,\n // 多视频选择器\n VideoListInput,\n // 图标选择器\n IconInput,\n // 图标展示框\n IconContent,\n // 图片弹出框\n IconDialog,\n // DIY编辑器\n PageDiy,\n // 尺寸输入框(带px/%/rem/等单位)\n BoxSizeInput,\n // DIV盒子编辑器(padding/margin/width/height)\n StyleBoxInput,\n // 文字样式编辑器\n StyleFontInput,\n // 边框样式编辑器\n StyleBorderInput,\n // 阴影编辑器\n StyleShadowInput,\n // 阴影编辑框\n StyleShadowContent,\n // 背景编辑器\n StyleBackgroundInput,\n // 合并样式编辑\n StyleInput,\n // 定位编辑器\n StylePositionInput,\n // 样式文字\n StyleNumberInput,\n // 数据表格\n Table,\n // 选择\n Select,\n // 表单组/对象表单\n // 海报选择器\n PosterInput,\n // 海报\n Poster,\n // TODO 普通上传 upload\n // TODO tag选择器 tag-input\n // TODO 链接选择器 link-input\n // TODO 海报编辑器 poster-input\n // TODO Layout布局组件 layout\n // TODO 应用信息组件 addon-info\n // TODO 用户信息组件 user-info\n // TODO 全局Hook组件 global-hook\n // TODO 前端DIY匹配\n // TODO 开发者工具(自动CRUD)\n // TODO 应用框架\n]\n\nexport const install = (app: App, option: any = {}) => {\n components.forEach((item) => {\n if (item.install!) {\n app.use(item)\n } else if (item.name) {\n app.component(item.name, item)\n }\n })\n directives(app)\n setGlobalConfig(option)\n}\n\nexport default {\n install,\n}\n"],"names":["Test","Group","TinyEditor","Icon","ColorInput","Dialog","Form","Attachment","AttachmentDialog","FileInput","ImageInput","AudioInput","VideoInput","FileListInput","ImageListInput","AudioListInput","VideoListInput","IconInput","IconContent","IconDialog","PageDiy","BoxSizeInput","StyleBoxInput","StyleFontInput","StyleBorderInput","StyleShadowInput","StyleShadowContent","StyleBackgroundInput","StyleInput","StylePositionInput","StyleNumberInput","Table","Select","PosterInput","Poster","directives","setGlobalConfig"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiEA,MAAM,UAAa,GAAA;AAAA,EACjBA,YAAA;AAAA,EACAC,aAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,YAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,cAAA;AAAA;AAAA,EAEAC,YAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,iBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,qBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,iBAAA;AAAA;AAAA,EAEAC,mBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,eAAA;AAAA;AAAA,EAEAC,oBAAA;AAAA;AAAA,EAEAC,qBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,0BAAA;AAAA;AAAA,EAEAC,4BAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,0BAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,aAAA;AAAA;AAAA,EAEAC,cAAA;AAAA;AAAA;AAAA,EAGAC,mBAAA;AAAA;AAAA,EAEAC,cAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYF,CAAA,CAAA;AAEO,MAAM,OAAU,GAAA,CAAC,GAAU,EAAA,MAAA,GAAc,EAAO,KAAA;AACrD,EAAW,UAAA,CAAA,OAAA,CAAQ,CAAC,IAAS,KAAA;AAC3B,IAAA,IAAI,KAAK,OAAU,EAAA;AACjB,MAAA,GAAA,CAAI,IAAI,IAAI,CAAA,CAAA;AAAA,KACd,MAAA,IAAW,KAAK,IAAM,EAAA;AACpB,MAAI,GAAA,CAAA,SAAA,CAAU,IAAK,CAAA,IAAA,EAAM,IAAI,CAAA,CAAA;AAAA,KAC/B;AAAA,GACD,CAAA,CAAA;AACD,EAAAC,gBAAA,CAAW,GAAG,CAAA,CAAA;AACd,EAAAC,qBAAA,CAAgB,MAAM,CAAA,CAAA;AACxB,EAAA;AAEA,YAAe;AAAA,EACb,OAAA;AACF,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import type { App } from 'vue'\nimport { Test } from './test'\nimport { Group } from './group'\nimport { TinyEditor } from './tiny-editor'\nimport { Icon } from './icon'\nimport { ColorInput } from './color-input'\nimport { HotAreaInput } from './hot-area-input'\nimport { Dialog } from './dialog'\nimport { Form } from './form'\nimport { Attachment } from './attachment'\nimport { AttachmentDialog } from './attachment-dialog'\nimport { FileInput } from './file-input'\nimport { ImageInput } from './image-input'\nimport { AudioInput } from './audio-input'\nimport { VideoInput } from './video-input'\nimport { FileListInput } from './file-list-input'\nimport { ImageListInput } from './image-list-input'\nimport { AudioListInput } from './audio-list-input'\nimport { VideoListInput } from './video-list-input'\nimport { IconInput, IconContent, IconDialog } from './icon-input'\nimport { StyleInput } from './style-input'\nimport { BoxSizeInput } from './box-size-input'\nimport { StyleBoxInput } from './style-box-input'\nimport { StyleFontInput } from './style-font-input'\nimport { StyleBorderInput } from './style-border-input'\nimport { StyleBackgroundInput } from './style-background-input'\nimport { StyleShadowContent, StyleShadowInput } from './style-shadow-input'\nimport { StylePositionInput } from './style-position-input'\nimport { StyleNumberInput } from './style-number-input'\nimport { PageDiy } from './page-diy'\nimport { Table } from './table'\nimport { Select } from './select'\nimport { Poster, PosterInput } from './poster-input'\nimport { setGlobalConfig, directives } from '@vipl520/utils'\n\nexport * from './tiny-editor'\nexport * from './icon'\nexport * from './group'\nexport * from './color-input'\nexport * from './hot-area-input'\nexport * from './form'\nexport * from './attachment'\nexport * from './attachment-dialog'\nexport * from './file-input'\nexport * from './image-input'\nexport * from './audio-input'\nexport * from './video-input'\nexport * from './file-list-input'\nexport * from './image-list-input'\nexport * from './audio-list-input'\nexport * from './video-list-input'\nexport * from './icon-input'\nexport * from './page-diy'\nexport * from './box-size-input'\nexport * from './test'\nexport * from './style-input'\nexport * from './style-box-input'\nexport * from './style-font-input'\nexport * from './style-border-input'\nexport * from './style-shadow-input'\nexport * from './style-background-input'\nexport * from './style-position-input'\nexport * from './style-number-input'\nexport * from './table'\nexport * from './select'\nexport * from './poster-input'\n\nconst components = [\n Test,\n Group,\n // 富文本编辑器\n TinyEditor,\n // 图标\n Icon,\n // 颜色选择器\n ColorInput,\n // 热区选择器\n HotAreaInput,\n // 对话框\n Dialog,\n // json表单\n Form,\n // 附件\n Attachment,\n // 附件弹窗\n AttachmentDialog,\n // 文件选择器\n FileInput,\n // 图片选择器\n ImageInput,\n // 音频选择器\n AudioInput,\n // 视频选择器\n VideoInput,\n // 多文件选择器\n FileListInput,\n // 多图片选择器\n ImageListInput,\n // 多音频选择器\n AudioListInput,\n // 多视频选择器\n VideoListInput,\n // 图标选择器\n IconInput,\n // 图标展示框\n IconContent,\n // 图片弹出框\n IconDialog,\n // DIY编辑器\n PageDiy,\n // 尺寸输入框(带px/%/rem/等单位)\n BoxSizeInput,\n // DIV盒子编辑器(padding/margin/width/height)\n StyleBoxInput,\n // 文字样式编辑器\n StyleFontInput,\n // 边框样式编辑器\n StyleBorderInput,\n // 阴影编辑器\n StyleShadowInput,\n // 阴影编辑框\n StyleShadowContent,\n // 背景编辑器\n StyleBackgroundInput,\n // 合并样式编辑\n StyleInput,\n // 定位编辑器\n StylePositionInput,\n // 样式文字\n StyleNumberInput,\n // 数据表格\n Table,\n // 选择\n Select,\n // 表单组/对象表单\n // 海报选择器\n PosterInput,\n // 海报\n Poster,\n // TODO 普通上传 upload\n // TODO tag选择器 tag-input\n // TODO 链接选择器 link-input\n // TODO 海报编辑器 poster-input\n // TODO Layout布局组件 layout\n // TODO 应用信息组件 addon-info\n // TODO 用户信息组件 user-info\n // TODO 全局Hook组件 global-hook\n // TODO 前端DIY匹配\n // TODO 开发者工具(自动CRUD)\n // TODO 应用框架\n]\n\nexport const install = (app: App, option: any = {}) => {\n components.forEach((item) => {\n if (item.install!) {\n app.use(item)\n } else if (item.name) {\n app.component(item.name, item)\n }\n })\n directives(app)\n setGlobalConfig(option)\n}\n\nexport default {\n install,\n}\n"],"names":["Test","Group","TinyEditor","Icon","ColorInput","HotAreaInput","Dialog","Form","Attachment","AttachmentDialog","FileInput","ImageInput","AudioInput","VideoInput","FileListInput","ImageListInput","AudioListInput","VideoListInput","IconInput","IconContent","IconDialog","PageDiy","BoxSizeInput","StyleBoxInput","StyleFontInput","StyleBorderInput","StyleShadowInput","StyleShadowContent","StyleBackgroundInput","StyleInput","StylePositionInput","StyleNumberInput","Table","Select","PosterInput","Poster","directives","setGlobalConfig"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmEA,MAAM,UAAa,GAAA;AAAA,EACjBA,YAAA;AAAA,EACAC,aAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,YAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,oBAAA;AAAA;AAAA,EAEAC,cAAA;AAAA;AAAA,EAEAC,YAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,iBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,qBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,iBAAA;AAAA;AAAA,EAEAC,mBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,eAAA;AAAA;AAAA,EAEAC,oBAAA;AAAA;AAAA,EAEAC,qBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,0BAAA;AAAA;AAAA,EAEAC,4BAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,0BAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,aAAA;AAAA;AAAA,EAEAC,cAAA;AAAA;AAAA;AAAA,EAGAC,mBAAA;AAAA;AAAA,EAEAC,cAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYF,CAAA,CAAA;AAEO,MAAM,OAAU,GAAA,CAAC,GAAU,EAAA,MAAA,GAAc,EAAO,KAAA;AACrD,EAAW,UAAA,CAAA,OAAA,CAAQ,CAAC,IAAS,KAAA;AAC3B,IAAA,IAAI,KAAK,OAAU,EAAA;AACjB,MAAA,GAAA,CAAI,IAAI,IAAI,CAAA,CAAA;AAAA,KACd,MAAA,IAAW,KAAK,IAAM,EAAA;AACpB,MAAI,GAAA,CAAA,SAAA,CAAU,IAAK,CAAA,IAAA,EAAM,IAAI,CAAA,CAAA;AAAA,KAC/B;AAAA,GACD,CAAA,CAAA;AACD,EAAAC,gBAAA,CAAW,GAAG,CAAA,CAAA;AACd,EAAAC,qBAAA,CAAgB,MAAM,CAAA,CAAA;AACxB,EAAA;AAEA,YAAe;AAAA,EACb,OAAA;AACF,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/lib/index.scss CHANGED
@@ -21,6 +21,7 @@
21
21
  @import './form/style/index.scss';
22
22
  @import './table/style/index.scss';
23
23
  @import './poster-input/style/index.scss';
24
+ @import './hot-area-input/style/index.scss';
24
25
 
25
26
  //
26
27
  ::-webkit-scrollbar {
@@ -45,66 +46,4 @@
45
46
  *::after {
46
47
  box-sizing: border-box;
47
48
  }
48
-
49
- /* 由于unocss不支持 单独提取 */
50
- //.visible{visibility:visible;}
51
- //.absolute{position:absolute;}
52
- //.fixed{position:fixed;}
53
- //.relative{position:relative;}
54
- //.left-0{left:0;}
55
- //.left-5\%{left:5%;}
56
- //.left-99\%{left:99%;}
57
- //.right-0{right:0;}
58
- //.right-5\%{right:5%;}
59
- //.right-99\%{right:99%;}
60
- //.top-\[50\%\]{top:50%;}
61
- //.top-10px{top:10px;}
62
- //.grid{display:grid;}
63
- //.float-right{float:right;}
64
- //.m-1px{margin:1px;}
65
- //.m2{margin:0.5rem;}
66
- //.m-b-10px{margin-bottom:10px;}
67
- //.m-b-5px{margin-bottom:5px;}
68
- //.m-l-20px{margin-left:20px;}
69
- //.m-l-5px{margin-left:5px;}
70
- //.m-l-6px{margin-left:6px;}
71
- //.m-r-4px{margin-right:4px;}
72
- //.m-r-5px{margin-right:5px;}
73
- //.m-t-10px{margin-top:10px;}
74
- //.m-t-5px{margin-top:5px;}
75
- //.ml-10px{margin-left:10px;}
76
- //.mr{margin-right:1rem;}
77
- //.mr-1{margin-right:0.25rem;}
78
- //.mr-10px{margin-right:10px;}
79
- //.block{display:block;}
80
- //.hidden{display:none;}
81
- //.w-100\%{width:100%;}
82
- //.w-40px{width:40px;}
83
- //.w100{width:25rem;}
84
- //.flex{display:flex;}
85
- //.table{display:table;}
86
- //.translate-y-\[-50\%\]{--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}
87
- //.cursor-pointer{cursor:pointer;}
88
- //.resize{resize:both;}
89
- //.content-center{align-content:center;}
90
- //.items-center{align-items:center;}
91
- //.justify-center{justify-content:center;}
92
- //.justify-between{justify-content:space-between;}
93
- //.border{border-width:1px;}
94
- //.rd-4px{border-radius:4px;}
95
- //.p-10px{padding:10px;}
96
- //.p-5px{padding:5px;}
97
- //.p2{padding:0.5rem;}
98
- //.px{padding-left:1rem;padding-right:1rem;}
99
- //.pb-5px{padding-bottom:5px;}
100
- //.pl-20{padding-left:5rem;}
101
- //.pt-5px{padding-top:5px;}
102
- //.text-center{text-align:center;}
103
- //.vertical-text-top{vertical-align:text-top;}
104
- //.italic{font-style:italic;}
105
- //.color-blue{--un-text-opacity:1;color:rgba(96,165,250,var(--un-text-opacity));}
106
- //.line-through{text-decoration-line:line-through;}
107
- //.underline{text-decoration-line:underline;}
108
- //.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}
109
-
110
49
  /* stylelint-enable */
@@ -1,11 +1,29 @@
1
- export declare const PageDiy: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<Readonly<{
2
- config?: any;
3
- loading?: any;
4
- menu?: any;
5
- mask?: any;
6
- height?: any;
7
- locale?: any;
8
- }>, {
1
+ export declare const PageDiy: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
2
+ type: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ menu: {
7
+ type: ObjectConstructor;
8
+ default: null;
9
+ };
10
+ height: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ config: {
15
+ type: ObjectConstructor;
16
+ default: () => {};
17
+ };
18
+ mask: {
19
+ type: StringConstructor;
20
+ default: undefined;
21
+ };
22
+ loading: {
23
+ type: BooleanConstructor;
24
+ default: undefined;
25
+ };
26
+ }, {
9
27
  countObj: import("vue").ComputedRef<{}>;
10
28
  diyTree: import("vue").ComputedRef<any[]>;
11
29
  clear(type?: string): void;
@@ -96,7 +114,7 @@ export declare const PageDiy: import("@vipl520/utils").WithInstall<import("vue")
96
114
  activeTab: import("vue").Ref<string>;
97
115
  activeRule: import("vue").Ref<null>;
98
116
  children: import("vue").Ref<never[]>;
99
- menuList: import("vue").Ref<any>;
117
+ menuList: import("vue").Ref<Record<string, any>>;
100
118
  showBaseRule: import("vue").Ref<boolean>;
101
119
  showDkSettingRule: import("vue").Ref<boolean>;
102
120
  visible: import("vue").Ref<{
@@ -227,20 +245,38 @@ export declare const PageDiy: import("@vipl520/utils").WithInstall<import("vue")
227
245
  hide: boolean;
228
246
  treeData: never[];
229
247
  }>;
230
- }, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
231
- config?: any;
232
- loading?: any;
233
- menu?: any;
234
- mask?: any;
235
- height?: any;
236
- locale?: any;
237
- }>>>, {
238
- readonly config?: any;
239
- readonly loading?: any;
240
- readonly menu?: any;
241
- readonly mask?: any;
242
- readonly height?: any;
243
- readonly locale?: any;
248
+ }, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
249
+ type: {
250
+ type: StringConstructor;
251
+ default: string;
252
+ };
253
+ menu: {
254
+ type: ObjectConstructor;
255
+ default: null;
256
+ };
257
+ height: {
258
+ type: StringConstructor;
259
+ default: string;
260
+ };
261
+ config: {
262
+ type: ObjectConstructor;
263
+ default: () => {};
264
+ };
265
+ mask: {
266
+ type: StringConstructor;
267
+ default: undefined;
268
+ };
269
+ loading: {
270
+ type: BooleanConstructor;
271
+ default: undefined;
272
+ };
273
+ }>>, {
274
+ type: string;
275
+ config: Record<string, any>;
276
+ loading: boolean;
277
+ menu: Record<string, any>;
278
+ mask: string;
279
+ height: string;
244
280
  }, {}>>;
245
281
  export default PageDiy;
246
282
  export * from './src/props';
@@ -9,7 +9,6 @@ var DragBox = require('./src/components/DragBox.vue.js');
9
9
  var form = require('./src/utils/form.js');
10
10
  var draggable = require('vuedraggable/src/vuedraggable');
11
11
  require('./src/utils/index.js');
12
- var index = require('./src/views/index.js');
13
12
  var props = require('./src/props.js');
14
13
  var unique = require('./src/utils/unique.js');
15
14
 
@@ -20,9 +19,6 @@ const addComponent = (id, component) => {
20
19
  form.designerForm.component("Draggable", draggable);
21
20
  form.designerForm.component("DragTool", DragTool.default);
22
21
  form.designerForm.component("DragBox", DragBox.default);
23
- for (const name in index.default) {
24
- form.designerForm.component(name, index.default[name]);
25
- }
26
22
  form.designerForm.register("_fc", {
27
23
  init(fc, rule) {
28
24
  rule._id = unique.uniqueId();
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/page-diy/index.ts"],"sourcesContent":["import { withInstall } from '@vipl520/utils'\nimport _PageDiy from './src/page-diy.vue'\nimport DragTool from './src/components/DragTool.vue'\nimport DragBox from './src/components/DragBox.vue'\nimport formCreate, { designerForm } from './src/utils/form'\nimport draggable from 'vuedraggable/src/vuedraggable'\nimport { uniqueId } from './src/utils'\nimport views from './src/views'\n\nconst addComponent = (id: any, component: any) => {\n designerForm.component(id, component)\n formCreate.component(id, component)\n}\n\ndesignerForm.component('Draggable', draggable)\ndesignerForm.component('DragTool', DragTool)\ndesignerForm.component('DragBox', DragBox)\n\nfor (const name in views) {\n designerForm.component(name, views[name])\n}\n\ndesignerForm.register('_fc', {\n init(fc: any, rule: any) {\n rule._id = uniqueId()\n if (fc.value) {\n rule.effect._fc = false\n }\n },\n})\n\ndesignerForm.register('_fc_tool', {\n init(_, rule: any) {\n rule.props.unique = uniqueId()\n },\n})\n\n_PageDiy.formCreate = formCreate\n_PageDiy.designerForm = designerForm\n_PageDiy.component = addComponent\nexport const PageDiy = withInstall(_PageDiy)\nexport default PageDiy\n\nexport * from './src/props'\n"],"names":["designerForm","formCreate","DragTool","DragBox","views","uniqueId","_PageDiy","withInstall"],"mappings":";;;;;;;;;;;;;;;AASA,MAAM,YAAA,GAAe,CAAC,EAAA,EAAS,SAAmB,KAAA;AAChD,EAAaA,iBAAA,CAAA,SAAA,CAAU,IAAI,SAAS,CAAA,CAAA;AACpC,EAAWC,aAAA,CAAA,SAAA,CAAU,IAAI,SAAS,CAAA,CAAA;AACpC,CAAA,CAAA;AAEAD,iBAAa,CAAA,SAAA,CAAU,aAAa,SAAS,CAAA,CAAA;AAC7CA,iBAAa,CAAA,SAAA,CAAU,YAAYE,gBAAQ,CAAA,CAAA;AAC3CF,iBAAa,CAAA,SAAA,CAAU,WAAWG,eAAO,CAAA,CAAA;AAEzC,KAAA,MAAW,QAAQC,aAAO,EAAA;AACxB,EAAAJ,iBAAA,CAAa,SAAU,CAAA,IAAA,EAAMI,aAAM,CAAA,IAAI,CAAC,CAAA,CAAA;AAC1C,CAAA;AAEAJ,iBAAA,CAAa,SAAS,KAAO,EAAA;AAAA,EAC3B,IAAA,CAAK,IAAS,IAAW,EAAA;AACvB,IAAA,IAAA,CAAK,MAAMK,eAAS,EAAA,CAAA;AACpB,IAAA,IAAI,GAAG,KAAO,EAAA;AACZ,MAAA,IAAA,CAAK,OAAO,GAAM,GAAA,KAAA,CAAA;AAAA,KACpB;AAAA,GACF;AACF,CAAC,CAAA,CAAA;AAEDL,iBAAA,CAAa,SAAS,UAAY,EAAA;AAAA,EAChC,IAAA,CAAK,GAAG,IAAW,EAAA;AACjB,IAAK,IAAA,CAAA,KAAA,CAAM,SAASK,eAAS,EAAA,CAAA;AAAA,GAC/B;AACF,CAAC,CAAA,CAAA;AAEDC,eAAA,CAAS,UAAa,GAAAL,aAAA,CAAA;AACtBK,eAAA,CAAS,YAAe,GAAAN,iBAAA,CAAA;AACxBM,eAAA,CAAS,SAAY,GAAA,YAAA,CAAA;AACR,MAAA,OAAA,GAAUC,kBAAYD,eAAQ;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../src/page-diy/index.ts"],"sourcesContent":["import { withInstall } from '@vipl520/utils'\nimport _PageDiy from './src/page-diy.vue'\nimport DragTool from './src/components/DragTool.vue'\nimport DragBox from './src/components/DragBox.vue'\nimport formCreate, { designerForm } from './src/utils/form'\nimport draggable from 'vuedraggable/src/vuedraggable'\nimport { uniqueId } from './src/utils'\n// import views from './src/views/web'\n\nconst addComponent = (id: any, component: any) => {\n designerForm.component(id, component)\n formCreate.component(id, component)\n}\n\ndesignerForm.component('Draggable', draggable)\ndesignerForm.component('DragTool', DragTool)\ndesignerForm.component('DragBox', DragBox)\n\n// for (const name in views) {\n// designerForm.component(name, views[name])\n// }\n\ndesignerForm.register('_fc', {\n init(fc: any, rule: any) {\n rule._id = uniqueId()\n if (fc.value) {\n rule.effect._fc = false\n }\n },\n})\n\ndesignerForm.register('_fc_tool', {\n init(_, rule: any) {\n rule.props.unique = uniqueId()\n },\n})\n\n_PageDiy.formCreate = formCreate\n_PageDiy.designerForm = designerForm\n_PageDiy.component = addComponent\nexport const PageDiy = withInstall(_PageDiy)\nexport default PageDiy\n\nexport * from './src/props'\n"],"names":["designerForm","formCreate","DragTool","DragBox","uniqueId","_PageDiy","withInstall"],"mappings":";;;;;;;;;;;;;;AASA,MAAM,YAAA,GAAe,CAAC,EAAA,EAAS,SAAmB,KAAA;AAChD,EAAaA,iBAAA,CAAA,SAAA,CAAU,IAAI,SAAS,CAAA,CAAA;AACpC,EAAWC,aAAA,CAAA,SAAA,CAAU,IAAI,SAAS,CAAA,CAAA;AACpC,CAAA,CAAA;AAEAD,iBAAa,CAAA,SAAA,CAAU,aAAa,SAAS,CAAA,CAAA;AAC7CA,iBAAa,CAAA,SAAA,CAAU,YAAYE,gBAAQ,CAAA,CAAA;AAC3CF,iBAAa,CAAA,SAAA,CAAU,WAAWG,eAAO,CAAA,CAAA;AAMzCH,iBAAA,CAAa,SAAS,KAAO,EAAA;AAAA,EAC3B,IAAA,CAAK,IAAS,IAAW,EAAA;AACvB,IAAA,IAAA,CAAK,MAAMI,eAAS,EAAA,CAAA;AACpB,IAAA,IAAI,GAAG,KAAO,EAAA;AACZ,MAAA,IAAA,CAAK,OAAO,GAAM,GAAA,KAAA,CAAA;AAAA,KACpB;AAAA,GACF;AACF,CAAC,CAAA,CAAA;AAEDJ,iBAAA,CAAa,SAAS,UAAY,EAAA;AAAA,EAChC,IAAA,CAAK,GAAG,IAAW,EAAA;AACjB,IAAK,IAAA,CAAA,KAAA,CAAM,SAASI,eAAS,EAAA,CAAA;AAAA,GAC/B;AACF,CAAC,CAAA,CAAA;AAEDC,eAAA,CAAS,UAAa,GAAAJ,aAAA,CAAA;AACtBI,eAAA,CAAS,YAAe,GAAAL,iBAAA,CAAA;AACxBK,eAAA,CAAS,SAAY,GAAA,YAAA,CAAA;AACR,MAAA,OAAA,GAAUC,kBAAYD,eAAQ;;;;;;"}
@@ -35,7 +35,7 @@ const _sfc_main = vue.defineComponent({
35
35
  })
36
36
  },
37
37
  });
38
- var DragBox = /*#__PURE__*/_pluginVue_exportHelper.default(_sfc_main, [['__file',"E:\\project\\monster-admin\\system\\dkgs-ui_test\\dk-ui-all\\packages\\dk-ui\\src\\page-diy\\src\\components\\DragBox.vue"]]);
38
+ var DragBox = /*#__PURE__*/_pluginVue_exportHelper.default(_sfc_main, [['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\components\\DragBox.vue"]]);
39
39
 
40
40
  exports.default = DragBox;
41
41
  //# sourceMappingURL=DragBox.vue.js.map
@@ -131,7 +131,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
131
131
  vue.renderSlot(_ctx.$slots, "default")
132
132
  ], 6 /* CLASS, STYLE */))
133
133
  }
134
- var DragTool = /*#__PURE__*/_pluginVue_exportHelper.default(_sfc_main, [['render',_sfc_render],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui_test\\dk-ui-all\\packages\\dk-ui\\src\\page-diy\\src\\components\\DragTool.vue"]]);
134
+ var DragTool = /*#__PURE__*/_pluginVue_exportHelper.default(_sfc_main, [['render',_sfc_render],['__file',"E:\\project\\monster-admin\\system\\dkgs-ui-back\\packages\\dk-ui\\src\\page-diy\\src\\components\\DragTool.vue"]]);
135
135
 
136
136
  exports.default = DragTool;
137
137
  //# sourceMappingURL=DragTool.vue.js.map