@vipl520/dk-ui 1.0.12 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (641) hide show
  1. package/dist/attributes.json +8 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.js +4025 -3202
  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 +4022 -3201
  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 +39 -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 +77 -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 +2 -1
  58. package/es/page-diy/src/components/DragBox.vue.mjs.map +1 -1
  59. package/es/page-diy/src/components/DragTool.vue.mjs +1 -1
  60. package/es/page-diy/src/components/DragTool.vue.mjs.map +1 -1
  61. package/es/page-diy/src/components/PreviewPhone.vue.mjs +1 -1
  62. package/es/page-diy/src/components/PreviewPhone.vue2.mjs +27 -5
  63. package/es/page-diy/src/components/PreviewPhone.vue2.mjs.map +1 -1
  64. package/es/page-diy/src/config/base/dkPage.mjs +0 -49
  65. package/es/page-diy/src/config/base/dkPage.mjs.map +1 -1
  66. package/es/page-diy/src/config/base/dkSetting.mjs +0 -190
  67. package/es/page-diy/src/config/base/dkSetting.mjs.map +1 -1
  68. package/es/page-diy/src/config/rule/min/common/DkMinBlank.d.ts +24 -0
  69. package/es/page-diy/src/config/rule/min/common/DkMinBlank.mjs +22 -0
  70. package/es/page-diy/src/config/rule/min/common/DkMinBlank.mjs.map +1 -0
  71. package/es/page-diy/src/config/rule/min/common/DkMinHotArea.d.ts +38 -0
  72. package/es/page-diy/src/config/rule/min/common/DkMinHotArea.mjs +43 -0
  73. package/es/page-diy/src/config/rule/min/common/DkMinHotArea.mjs.map +1 -0
  74. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.d.ts +115 -0
  75. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.mjs +177 -0
  76. package/es/page-diy/src/config/rule/min/common/DkMinSwiperImage.mjs.map +1 -0
  77. package/es/page-diy/src/config/rule/min/common/DkMinTextarea.d.ts +33 -0
  78. package/es/page-diy/src/config/rule/min/common/DkMinTextarea.mjs +36 -0
  79. package/es/page-diy/src/config/rule/min/common/DkMinTextarea.mjs.map +1 -0
  80. package/es/page-diy/src/config/rule/min/common/DkMinTitle.d.ts +68 -0
  81. package/es/page-diy/src/config/rule/min/common/DkMinTitle.mjs +78 -0
  82. package/es/page-diy/src/config/rule/min/common/DkMinTitle.mjs.map +1 -0
  83. package/es/page-diy/src/config/rule/min/common/DkMinVideo.d.ts +54 -0
  84. package/es/page-diy/src/config/rule/min/common/DkMinVideo.mjs +52 -0
  85. package/es/page-diy/src/config/rule/min/common/DkMinVideo.mjs.map +1 -0
  86. package/es/page-diy/src/config/rule/min/common/index.d.ts +620 -0
  87. package/es/page-diy/src/config/rule/min/common/index.mjs +19 -0
  88. package/es/page-diy/src/config/rule/min/common/index.mjs.map +1 -0
  89. package/es/page-diy/src/config/rule/min/index.d.ts +624 -0
  90. package/es/page-diy/src/config/rule/min/index.mjs +17 -0
  91. package/es/page-diy/src/config/rule/min/index.mjs.map +1 -0
  92. package/es/page-diy/src/config/rule/{common → web/common}/DkPosterBtn.mjs +1 -3
  93. package/es/page-diy/src/config/rule/web/common/DkPosterBtn.mjs.map +1 -0
  94. package/es/page-diy/src/config/rule/web/common/DkViewBulletChat.mjs.map +1 -0
  95. package/es/page-diy/src/config/rule/web/common/DkViewCell.mjs.map +1 -0
  96. package/es/page-diy/src/config/rule/web/common/DkViewCommonBtn.mjs.map +1 -0
  97. package/es/page-diy/src/config/rule/web/common/DkViewDialog.mjs.map +1 -0
  98. package/es/page-diy/src/config/rule/web/common/DkViewGridCellList.mjs.map +1 -0
  99. package/es/page-diy/src/config/rule/web/common/DkViewImage.mjs.map +1 -0
  100. package/es/page-diy/src/config/rule/web/common/DkViewMusic.mjs.map +1 -0
  101. package/es/page-diy/src/config/rule/web/common/DkViewNavBar.mjs.map +1 -0
  102. package/es/page-diy/src/config/rule/web/common/DkViewNoticeBar.mjs.map +1 -0
  103. package/es/page-diy/src/config/rule/web/common/DkViewSwipe.mjs.map +1 -0
  104. package/es/page-diy/src/config/rule/web/common/DkViewTabbar.mjs.map +1 -0
  105. package/es/page-diy/src/config/rule/web/common/DkViewTextarea.mjs.map +1 -0
  106. package/es/page-diy/src/config/rule/{common → web/common}/DkViewVideo.mjs +3 -9
  107. package/es/page-diy/src/config/rule/web/common/DkViewVideo.mjs.map +1 -0
  108. package/es/page-diy/src/config/rule/web/common/index.mjs.map +1 -0
  109. package/es/page-diy/src/config/rule/{index.d.ts → web/index.d.ts} +2 -2
  110. package/es/page-diy/src/config/rule/{index.mjs → web/index.mjs} +3 -3
  111. package/es/page-diy/src/config/rule/web/index.mjs.map +1 -0
  112. package/es/page-diy/src/config/rule/web/layout/DkViewTitle.mjs.map +1 -0
  113. package/es/page-diy/src/config/rule/web/layout/col.mjs.map +1 -0
  114. package/es/page-diy/src/config/rule/web/layout/divider.mjs.map +1 -0
  115. package/es/page-diy/src/config/rule/web/layout/index.mjs.map +1 -0
  116. package/es/page-diy/src/config/rule/web/layout/row.mjs.map +1 -0
  117. package/es/page-diy/src/config/rule/web/layout/space.mjs.map +1 -0
  118. package/es/page-diy/src/config/rule/web/layout/swip-item.mjs.map +1 -0
  119. package/es/page-diy/src/config/rule/web/layout/swipe.mjs.map +1 -0
  120. package/es/page-diy/src/config/rule/web/layout/tab.mjs.map +1 -0
  121. package/es/page-diy/src/config/rule/web/layout/tabs.mjs.map +1 -0
  122. package/es/page-diy/src/config/rule/web/layout/vanEmpty.mjs.map +1 -0
  123. package/es/page-diy/src/page-diy.vue.d.ts +77 -23
  124. package/es/page-diy/src/page-diy.vue.mjs +55 -189
  125. package/es/page-diy/src/page-diy.vue.mjs.map +1 -1
  126. package/es/page-diy/src/props.d.ts +29 -4
  127. package/es/page-diy/src/props.mjs +36 -6
  128. package/es/page-diy/src/props.mjs.map +1 -1
  129. package/es/page-diy/src/utils/help.mjs.map +1 -1
  130. package/es/page-diy/src/views/min/DkMinBlank.vue.d.ts +14 -0
  131. package/es/page-diy/src/views/min/DkMinBlank.vue.mjs +28 -0
  132. package/es/page-diy/src/views/min/DkMinBlank.vue.mjs.map +1 -0
  133. package/es/page-diy/src/views/min/DkMinHotArea.vue.d.ts +27 -0
  134. package/es/page-diy/src/views/min/DkMinHotArea.vue.mjs +127 -0
  135. package/es/page-diy/src/views/min/DkMinHotArea.vue.mjs.map +1 -0
  136. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.d.ts +68 -0
  137. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.mjs +86 -0
  138. package/es/page-diy/src/views/min/DkMinSwiperImage.vue.mjs.map +1 -0
  139. package/es/page-diy/src/views/min/DkMinTextarea.vue.mjs +28 -0
  140. package/es/page-diy/src/views/min/DkMinTextarea.vue.mjs.map +1 -0
  141. package/es/page-diy/src/views/min/DkMinTitle.vue.d.ts +95 -0
  142. package/es/page-diy/src/views/min/DkMinTitle.vue.mjs +62 -0
  143. package/es/page-diy/src/views/min/DkMinTitle.vue.mjs.map +1 -0
  144. package/es/page-diy/src/views/min/DkMinVideo.vue.mjs +86 -0
  145. package/es/page-diy/src/views/min/DkMinVideo.vue.mjs.map +1 -0
  146. package/es/page-diy/src/views/min/index.mjs +18 -0
  147. package/es/page-diy/src/views/min/index.mjs.map +1 -0
  148. package/es/page-diy/src/views/{DkViewBulletChat.vue.mjs → web/DkViewBulletChat.vue.mjs} +2 -2
  149. package/es/page-diy/src/views/web/DkViewBulletChat.vue.mjs.map +1 -0
  150. package/es/page-diy/src/views/{DkViewCell.vue.mjs → web/DkViewCell.vue.mjs} +2 -2
  151. package/es/page-diy/src/views/web/DkViewCell.vue.mjs.map +1 -0
  152. package/es/page-diy/src/views/{DkViewCommonBtn.vue.mjs → web/DkViewCommonBtn.vue.mjs} +3 -5
  153. package/es/page-diy/src/views/web/DkViewCommonBtn.vue.mjs.map +1 -0
  154. package/es/page-diy/src/views/{DkViewDialog.vue.mjs → web/DkViewDialog.vue.mjs} +2 -2
  155. package/es/page-diy/src/views/web/DkViewDialog.vue.mjs.map +1 -0
  156. package/es/page-diy/src/views/{DkViewGridCellList.vue.mjs → web/DkViewGridCellList.vue.mjs} +2 -2
  157. package/es/page-diy/src/views/web/DkViewGridCellList.vue.mjs.map +1 -0
  158. package/es/page-diy/src/views/{DkViewImage.vue.mjs → web/DkViewImage.vue.mjs} +2 -2
  159. package/es/page-diy/src/views/web/DkViewImage.vue.mjs.map +1 -0
  160. package/es/page-diy/src/views/{DkViewMusic.vue.mjs → web/DkViewMusic.vue.mjs} +2 -2
  161. package/es/page-diy/src/views/web/DkViewMusic.vue.mjs.map +1 -0
  162. package/es/page-diy/src/views/{DkViewNavBar.vue.mjs → web/DkViewNavBar.vue.mjs} +2 -2
  163. package/es/page-diy/src/views/web/DkViewNavBar.vue.mjs.map +1 -0
  164. package/es/page-diy/src/views/{DkViewNoticeBar.vue.mjs → web/DkViewNoticeBar.vue.mjs} +2 -2
  165. package/es/page-diy/src/views/web/DkViewNoticeBar.vue.mjs.map +1 -0
  166. package/es/page-diy/src/views/{DkViewSwipe.vue.mjs → web/DkViewSwipe.vue.mjs} +2 -2
  167. package/es/page-diy/src/views/web/DkViewSwipe.vue.mjs.map +1 -0
  168. package/es/page-diy/src/views/{DkViewTabbar.vue.mjs → web/DkViewTabbar.vue.mjs} +2 -2
  169. package/es/page-diy/src/views/web/DkViewTabbar.vue.mjs.map +1 -0
  170. package/es/page-diy/src/views/{DkViewTextarea.vue.mjs → web/DkViewTextarea.vue.mjs} +2 -2
  171. package/es/page-diy/src/views/web/DkViewTextarea.vue.mjs.map +1 -0
  172. package/es/page-diy/src/views/{DkViewTitle.vue.mjs → web/DkViewTitle.vue.mjs} +2 -2
  173. package/es/page-diy/src/views/web/DkViewTitle.vue.mjs.map +1 -0
  174. package/es/page-diy/src/views/{DkViewVideo.vue.mjs → web/DkViewVideo.vue.mjs} +2 -2
  175. package/es/page-diy/src/views/web/DkViewVideo.vue.mjs.map +1 -0
  176. package/es/page-diy/src/views/web/index.mjs.map +1 -0
  177. package/es/page-diy/style/drag-tool.css +1 -1
  178. package/es/page-diy/style/drag-tool.scss +4 -3
  179. package/es/page-diy/style/index.css +1 -1
  180. package/es/page-diy/style/index.scss +1 -0
  181. package/es/page-diy/style/minViews/index.scss +26 -0
  182. package/es/page-diy/style/preview-phone.css +1 -1
  183. package/es/page-diy/style/preview-phone.scss +36 -2
  184. package/es/poster-input/src/component/poster.vue.mjs +1 -1
  185. package/es/poster-input/src/component/poster.vue2.mjs +13 -13
  186. package/es/poster-input/src/component/poster.vue2.mjs.map +1 -1
  187. package/es/poster-input/src/component/views/DkPosterViewAvatar.vue.mjs +1 -1
  188. package/es/poster-input/src/component/views/DkPosterViewImage.vue.mjs +1 -1
  189. package/es/poster-input/src/component/views/DkPosterViewName.vue.mjs +1 -1
  190. package/es/poster-input/src/component/views/DkPosterViewQrcode.vue.mjs +1 -1
  191. package/es/poster-input/src/component/views/DkPosterViewText.vue.mjs +1 -1
  192. package/es/poster-input/src/component/views/quick-action.vue.mjs +1 -1
  193. package/es/poster-input/src/poster-input.vue.mjs +1 -1
  194. package/es/select/src/select.vue.mjs +1 -1
  195. package/es/style-background-input/src/style-background-input.vue.mjs +1 -1
  196. package/es/style-border-input/src/style-border-input.vue.mjs +1 -1
  197. package/es/style-border-input/src/style-border-input.vue2.mjs +49 -45
  198. package/es/style-border-input/src/style-border-input.vue2.mjs.map +1 -1
  199. package/es/style-box-input/src/style-box-input.vue.mjs +1 -1
  200. package/es/style-font-input/src/style-font-input.vue.mjs +1 -1
  201. package/es/style-input/src/style-input.vue.mjs +1 -1
  202. package/es/style-number-input/src/style-number-input.vue.mjs +1 -1
  203. package/es/style-position-input/src/style-position-input.vue.mjs +1 -1
  204. package/es/style-shadow-input/src/style-shadow-content.vue.mjs +1 -1
  205. package/es/style-shadow-input/src/style-shadow-input.vue.mjs +1 -1
  206. package/es/table/src/components/ComSearch.vue.mjs +1 -1
  207. package/es/table/src/components/FieldRender.vue.mjs +1 -1
  208. package/es/table/src/components/RecycleDialog.vue.mjs +1 -1
  209. package/es/table/src/components/header.vue.mjs +1 -1
  210. package/es/table/src/table.vue.mjs +1 -1
  211. package/es/test/src/test.vue.mjs +1 -1
  212. package/es/tiny-editor/src/tiny-editor.vue.mjs +1 -1
  213. package/es/video-input/src/video-input.vue.mjs +1 -1
  214. package/es/video-list-input/src/video-list-input.vue.mjs +1 -1
  215. package/lib/attachment/src/attachment.vue.js +1 -1
  216. package/lib/attachment/src/file-icon.vue.js +1 -1
  217. package/lib/attachment-dialog/src/attachment-dialog.vue.js +1 -1
  218. package/lib/audio-input/src/audio-input.vue.js +1 -1
  219. package/lib/audio-list-input/src/audio-list-input.vue.js +1 -1
  220. package/lib/box-size-input/src/box-size-input.vue.js +1 -1
  221. package/lib/color-input/src/color-input.vue.js +1 -1
  222. package/lib/dialog/src/dialog.vue.js +1 -1
  223. package/lib/file-input/src/file-input.vue.js +1 -1
  224. package/lib/file-list-input/src/file-list-input.vue.js +1 -1
  225. package/lib/file-list-input/style/index.scss +1 -1
  226. package/lib/form/src/form.vue.js +1 -1
  227. package/lib/form/style/index.css +1 -1
  228. package/lib/form/style/index.scss +3 -3
  229. package/lib/group/src/group.vue.js +1 -1
  230. package/lib/hot-area-input/index.d.ts +15 -0
  231. package/lib/hot-area-input/index.js +14 -0
  232. package/lib/hot-area-input/index.js.map +1 -0
  233. package/lib/hot-area-input/src/component/hot-area-content.vue.d.ts +24 -0
  234. package/lib/hot-area-input/src/component/hot-area-content.vue.js +11 -0
  235. package/lib/hot-area-input/src/component/hot-area-content.vue.js.map +1 -0
  236. package/lib/hot-area-input/src/component/hot-area-content.vue2.js +266 -0
  237. package/lib/hot-area-input/src/component/hot-area-content.vue2.js.map +1 -0
  238. package/lib/hot-area-input/src/hot-area-input.vue.d.ts +14 -0
  239. package/lib/hot-area-input/src/hot-area-input.vue.js +11 -0
  240. package/lib/hot-area-input/src/hot-area-input.vue.js.map +1 -0
  241. package/lib/hot-area-input/src/hot-area-input.vue2.js +69 -0
  242. package/lib/hot-area-input/src/hot-area-input.vue2.js.map +1 -0
  243. package/lib/hot-area-input/src/props.d.ts +8 -0
  244. package/lib/hot-area-input/src/props.js +13 -0
  245. package/lib/hot-area-input/src/props.js.map +1 -0
  246. package/lib/hot-area-input/style/index.css +1 -0
  247. package/lib/hot-area-input/style/index.scss +39 -0
  248. package/lib/icon/src/icon.vue.js +1 -1
  249. package/lib/icon-input/src/icon-content.vue.js +1 -1
  250. package/lib/icon-input/src/icon-dialog.vue.js +1 -1
  251. package/lib/icon-input/src/icon-input.vue.js +1 -1
  252. package/lib/image-input/src/image-input.vue.js +1 -1
  253. package/lib/image-list-input/src/image-list-input.vue.js +1 -1
  254. package/lib/index.d.ts +1 -0
  255. package/lib/index.js +148 -142
  256. package/lib/index.js.map +1 -1
  257. package/lib/index.scss +1 -62
  258. package/lib/page-diy/index.d.ts +77 -23
  259. package/lib/page-diy/index.js +0 -4
  260. package/lib/page-diy/index.js.map +1 -1
  261. package/lib/page-diy/src/components/DragBox.vue.js +2 -1
  262. package/lib/page-diy/src/components/DragBox.vue.js.map +1 -1
  263. package/lib/page-diy/src/components/DragTool.vue.js +1 -1
  264. package/lib/page-diy/src/components/DragTool.vue.js.map +1 -1
  265. package/lib/page-diy/src/components/PreviewPhone.vue.js +1 -1
  266. package/lib/page-diy/src/components/PreviewPhone.vue2.js +27 -5
  267. package/lib/page-diy/src/components/PreviewPhone.vue2.js.map +1 -1
  268. package/lib/page-diy/src/config/base/dkPage.js +0 -49
  269. package/lib/page-diy/src/config/base/dkPage.js.map +1 -1
  270. package/lib/page-diy/src/config/base/dkSetting.js +0 -190
  271. package/lib/page-diy/src/config/base/dkSetting.js.map +1 -1
  272. package/lib/page-diy/src/config/rule/min/common/DkMinBlank.d.ts +24 -0
  273. package/lib/page-diy/src/config/rule/min/common/DkMinBlank.js +26 -0
  274. package/lib/page-diy/src/config/rule/min/common/DkMinBlank.js.map +1 -0
  275. package/lib/page-diy/src/config/rule/min/common/DkMinHotArea.d.ts +38 -0
  276. package/lib/page-diy/src/config/rule/min/common/DkMinHotArea.js +47 -0
  277. package/lib/page-diy/src/config/rule/min/common/DkMinHotArea.js.map +1 -0
  278. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.d.ts +115 -0
  279. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.js +181 -0
  280. package/lib/page-diy/src/config/rule/min/common/DkMinSwiperImage.js.map +1 -0
  281. package/lib/page-diy/src/config/rule/min/common/DkMinTextarea.d.ts +33 -0
  282. package/lib/page-diy/src/config/rule/min/common/DkMinTextarea.js +40 -0
  283. package/lib/page-diy/src/config/rule/min/common/DkMinTextarea.js.map +1 -0
  284. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.d.ts +68 -0
  285. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.js +82 -0
  286. package/lib/page-diy/src/config/rule/min/common/DkMinTitle.js.map +1 -0
  287. package/lib/page-diy/src/config/rule/min/common/DkMinVideo.d.ts +54 -0
  288. package/lib/page-diy/src/config/rule/min/common/DkMinVideo.js +56 -0
  289. package/lib/page-diy/src/config/rule/min/common/DkMinVideo.js.map +1 -0
  290. package/lib/page-diy/src/config/rule/min/common/index.d.ts +620 -0
  291. package/lib/page-diy/src/config/rule/min/common/index.js +22 -0
  292. package/lib/page-diy/src/config/rule/min/common/index.js.map +1 -0
  293. package/lib/page-diy/src/config/rule/min/index.d.ts +624 -0
  294. package/lib/page-diy/src/config/rule/min/index.js +20 -0
  295. package/lib/page-diy/src/config/rule/min/index.js.map +1 -0
  296. package/lib/page-diy/src/config/rule/{common → web/common}/DkPosterBtn.js +1 -3
  297. package/lib/page-diy/src/config/rule/web/common/DkPosterBtn.js.map +1 -0
  298. package/lib/page-diy/src/config/rule/web/common/DkViewBulletChat.js.map +1 -0
  299. package/lib/page-diy/src/config/rule/web/common/DkViewCell.js.map +1 -0
  300. package/lib/page-diy/src/config/rule/web/common/DkViewCommonBtn.js.map +1 -0
  301. package/lib/page-diy/src/config/rule/web/common/DkViewDialog.js.map +1 -0
  302. package/lib/page-diy/src/config/rule/web/common/DkViewGridCellList.js.map +1 -0
  303. package/lib/page-diy/src/config/rule/web/common/DkViewImage.js.map +1 -0
  304. package/lib/page-diy/src/config/rule/web/common/DkViewMusic.js.map +1 -0
  305. package/lib/page-diy/src/config/rule/web/common/DkViewNavBar.js.map +1 -0
  306. package/lib/page-diy/src/config/rule/web/common/DkViewNoticeBar.js.map +1 -0
  307. package/lib/page-diy/src/config/rule/web/common/DkViewSwipe.js.map +1 -0
  308. package/lib/page-diy/src/config/rule/web/common/DkViewTabbar.js.map +1 -0
  309. package/lib/page-diy/src/config/rule/web/common/DkViewTextarea.js.map +1 -0
  310. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewVideo.js +3 -9
  311. package/lib/page-diy/src/config/rule/web/common/DkViewVideo.js.map +1 -0
  312. package/lib/page-diy/src/config/rule/web/common/index.js.map +1 -0
  313. package/lib/page-diy/src/config/rule/{index.d.ts → web/index.d.ts} +2 -2
  314. package/lib/page-diy/src/config/rule/{index.js → web/index.js} +4 -4
  315. package/lib/page-diy/src/config/rule/web/index.js.map +1 -0
  316. package/lib/page-diy/src/config/rule/web/layout/DkViewTitle.js.map +1 -0
  317. package/lib/page-diy/src/config/rule/web/layout/col.js.map +1 -0
  318. package/lib/page-diy/src/config/rule/web/layout/divider.js.map +1 -0
  319. package/lib/page-diy/src/config/rule/web/layout/index.js.map +1 -0
  320. package/lib/page-diy/src/config/rule/web/layout/row.js.map +1 -0
  321. package/lib/page-diy/src/config/rule/web/layout/space.js.map +1 -0
  322. package/lib/page-diy/src/config/rule/web/layout/swip-item.js.map +1 -0
  323. package/lib/page-diy/src/config/rule/web/layout/swipe.js.map +1 -0
  324. package/lib/page-diy/src/config/rule/web/layout/tab.js.map +1 -0
  325. package/lib/page-diy/src/config/rule/web/layout/tabs.js.map +1 -0
  326. package/lib/page-diy/src/config/rule/web/layout/vanEmpty.js.map +1 -0
  327. package/lib/page-diy/src/page-diy.vue.d.ts +77 -23
  328. package/lib/page-diy/src/page-diy.vue.js +63 -197
  329. package/lib/page-diy/src/page-diy.vue.js.map +1 -1
  330. package/lib/page-diy/src/props.d.ts +29 -4
  331. package/lib/page-diy/src/props.js +36 -6
  332. package/lib/page-diy/src/props.js.map +1 -1
  333. package/lib/page-diy/src/utils/help.js.map +1 -1
  334. package/lib/page-diy/src/views/min/DkMinBlank.vue.d.ts +14 -0
  335. package/lib/page-diy/src/views/min/DkMinBlank.vue.js +32 -0
  336. package/lib/page-diy/src/views/min/DkMinBlank.vue.js.map +1 -0
  337. package/lib/page-diy/src/views/min/DkMinHotArea.vue.d.ts +27 -0
  338. package/lib/page-diy/src/views/min/DkMinHotArea.vue.js +131 -0
  339. package/lib/page-diy/src/views/min/DkMinHotArea.vue.js.map +1 -0
  340. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.d.ts +68 -0
  341. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.js +90 -0
  342. package/lib/page-diy/src/views/min/DkMinSwiperImage.vue.js.map +1 -0
  343. package/lib/page-diy/src/views/min/DkMinTextarea.vue.d.ts +14 -0
  344. package/lib/page-diy/src/views/min/DkMinTextarea.vue.js +32 -0
  345. package/lib/page-diy/src/views/min/DkMinTextarea.vue.js.map +1 -0
  346. package/lib/page-diy/src/views/min/DkMinTitle.vue.d.ts +95 -0
  347. package/lib/page-diy/src/views/min/DkMinTitle.vue.js +66 -0
  348. package/lib/page-diy/src/views/min/DkMinTitle.vue.js.map +1 -0
  349. package/lib/page-diy/src/views/min/DkMinVideo.vue.d.ts +54 -0
  350. package/lib/page-diy/src/views/min/DkMinVideo.vue.js +90 -0
  351. package/lib/page-diy/src/views/min/DkMinVideo.vue.js.map +1 -0
  352. package/lib/page-diy/src/views/min/index.d.ts +2 -0
  353. package/lib/page-diy/src/views/min/index.js +22 -0
  354. package/lib/page-diy/src/views/min/index.js.map +1 -0
  355. package/lib/page-diy/src/views/{DkViewBulletChat.vue.js → web/DkViewBulletChat.vue.js} +2 -2
  356. package/lib/page-diy/src/views/web/DkViewBulletChat.vue.js.map +1 -0
  357. package/lib/page-diy/src/views/{DkViewCell.vue.js → web/DkViewCell.vue.js} +2 -2
  358. package/lib/page-diy/src/views/web/DkViewCell.vue.js.map +1 -0
  359. package/lib/page-diy/src/views/{DkViewCommonBtn.vue.js → web/DkViewCommonBtn.vue.js} +3 -5
  360. package/lib/page-diy/src/views/web/DkViewCommonBtn.vue.js.map +1 -0
  361. package/lib/page-diy/src/views/{DkViewDialog.vue.js → web/DkViewDialog.vue.js} +2 -2
  362. package/lib/page-diy/src/views/web/DkViewDialog.vue.js.map +1 -0
  363. package/lib/page-diy/src/views/{DkViewGridCellList.vue.js → web/DkViewGridCellList.vue.js} +2 -2
  364. package/lib/page-diy/src/views/web/DkViewGridCellList.vue.js.map +1 -0
  365. package/lib/page-diy/src/views/{DkViewImage.vue.js → web/DkViewImage.vue.js} +2 -2
  366. package/lib/page-diy/src/views/web/DkViewImage.vue.js.map +1 -0
  367. package/lib/page-diy/src/views/{DkViewMusic.vue.js → web/DkViewMusic.vue.js} +2 -2
  368. package/lib/page-diy/src/views/web/DkViewMusic.vue.js.map +1 -0
  369. package/lib/page-diy/src/views/{DkViewNavBar.vue.js → web/DkViewNavBar.vue.js} +2 -2
  370. package/lib/page-diy/src/views/web/DkViewNavBar.vue.js.map +1 -0
  371. package/lib/page-diy/src/views/{DkViewNoticeBar.vue.js → web/DkViewNoticeBar.vue.js} +2 -2
  372. package/lib/page-diy/src/views/web/DkViewNoticeBar.vue.js.map +1 -0
  373. package/lib/page-diy/src/views/{DkViewSwipe.vue.js → web/DkViewSwipe.vue.js} +2 -2
  374. package/lib/page-diy/src/views/web/DkViewSwipe.vue.js.map +1 -0
  375. package/lib/page-diy/src/views/{DkViewTabbar.vue.js → web/DkViewTabbar.vue.js} +2 -2
  376. package/lib/page-diy/src/views/web/DkViewTabbar.vue.js.map +1 -0
  377. package/lib/page-diy/src/views/web/DkViewTextarea.vue.d.ts +14 -0
  378. package/lib/page-diy/src/views/{DkViewTextarea.vue.js → web/DkViewTextarea.vue.js} +2 -2
  379. package/lib/page-diy/src/views/web/DkViewTextarea.vue.js.map +1 -0
  380. package/lib/page-diy/src/views/{DkViewTitle.vue.js → web/DkViewTitle.vue.js} +2 -2
  381. package/lib/page-diy/src/views/web/DkViewTitle.vue.js.map +1 -0
  382. package/lib/page-diy/src/views/web/DkViewVideo.vue.d.ts +54 -0
  383. package/lib/page-diy/src/views/{DkViewVideo.vue.js → web/DkViewVideo.vue.js} +2 -2
  384. package/lib/page-diy/src/views/web/DkViewVideo.vue.js.map +1 -0
  385. package/lib/page-diy/src/views/web/index.d.ts +2 -0
  386. package/lib/page-diy/src/views/web/index.js.map +1 -0
  387. package/lib/page-diy/style/drag-tool.css +1 -1
  388. package/lib/page-diy/style/drag-tool.scss +4 -3
  389. package/lib/page-diy/style/index.css +1 -1
  390. package/lib/page-diy/style/index.scss +1 -0
  391. package/lib/page-diy/style/minViews/index.scss +26 -0
  392. package/lib/page-diy/style/preview-phone.css +1 -1
  393. package/lib/page-diy/style/preview-phone.scss +36 -2
  394. package/lib/poster-input/src/component/poster.vue.js +1 -1
  395. package/lib/poster-input/src/component/poster.vue2.js +13 -13
  396. package/lib/poster-input/src/component/poster.vue2.js.map +1 -1
  397. package/lib/poster-input/src/component/views/DkPosterViewAvatar.vue.js +1 -1
  398. package/lib/poster-input/src/component/views/DkPosterViewImage.vue.js +1 -1
  399. package/lib/poster-input/src/component/views/DkPosterViewName.vue.js +1 -1
  400. package/lib/poster-input/src/component/views/DkPosterViewQrcode.vue.js +1 -1
  401. package/lib/poster-input/src/component/views/DkPosterViewText.vue.js +1 -1
  402. package/lib/poster-input/src/component/views/quick-action.vue.js +1 -1
  403. package/lib/poster-input/src/poster-input.vue.js +1 -1
  404. package/lib/select/src/select.vue.js +1 -1
  405. package/lib/style-background-input/src/style-background-input.vue.js +1 -1
  406. package/lib/style-border-input/src/style-border-input.vue.js +1 -1
  407. package/lib/style-border-input/src/style-border-input.vue2.js +49 -45
  408. package/lib/style-border-input/src/style-border-input.vue2.js.map +1 -1
  409. package/lib/style-box-input/src/style-box-input.vue.js +1 -1
  410. package/lib/style-font-input/src/style-font-input.vue.js +1 -1
  411. package/lib/style-input/src/style-input.vue.js +1 -1
  412. package/lib/style-number-input/src/style-number-input.vue.js +1 -1
  413. package/lib/style-position-input/src/style-position-input.vue.js +1 -1
  414. package/lib/style-shadow-input/src/style-shadow-content.vue.js +1 -1
  415. package/lib/style-shadow-input/src/style-shadow-input.vue.js +1 -1
  416. package/lib/table/src/components/ComSearch.vue.js +1 -1
  417. package/lib/table/src/components/FieldRender.vue.js +1 -1
  418. package/lib/table/src/components/RecycleDialog.vue.js +1 -1
  419. package/lib/table/src/components/header.vue.js +1 -1
  420. package/lib/table/src/table.vue.js +1 -1
  421. package/lib/test/src/test.vue.js +1 -1
  422. package/lib/tiny-editor/src/tiny-editor.vue.js +1 -1
  423. package/lib/video-input/src/video-input.vue.js +1 -1
  424. package/lib/video-list-input/src/video-list-input.vue.js +1 -1
  425. package/package.json +1 -1
  426. package/es/page-diy/src/config/rule/common/DkPosterBtn.mjs.map +0 -1
  427. package/es/page-diy/src/config/rule/common/DkViewBulletChat.mjs.map +0 -1
  428. package/es/page-diy/src/config/rule/common/DkViewCell.mjs.map +0 -1
  429. package/es/page-diy/src/config/rule/common/DkViewCommonBtn.mjs.map +0 -1
  430. package/es/page-diy/src/config/rule/common/DkViewDialog.mjs.map +0 -1
  431. package/es/page-diy/src/config/rule/common/DkViewGridCellList.mjs.map +0 -1
  432. package/es/page-diy/src/config/rule/common/DkViewImage.mjs.map +0 -1
  433. package/es/page-diy/src/config/rule/common/DkViewMusic.mjs.map +0 -1
  434. package/es/page-diy/src/config/rule/common/DkViewNavBar.mjs.map +0 -1
  435. package/es/page-diy/src/config/rule/common/DkViewNoticeBar.mjs.map +0 -1
  436. package/es/page-diy/src/config/rule/common/DkViewSwipe.mjs.map +0 -1
  437. package/es/page-diy/src/config/rule/common/DkViewTabbar.mjs.map +0 -1
  438. package/es/page-diy/src/config/rule/common/DkViewTextarea.mjs.map +0 -1
  439. package/es/page-diy/src/config/rule/common/DkViewVideo.mjs.map +0 -1
  440. package/es/page-diy/src/config/rule/common/index.mjs.map +0 -1
  441. package/es/page-diy/src/config/rule/index.mjs.map +0 -1
  442. package/es/page-diy/src/config/rule/layout/DkViewTitle.mjs.map +0 -1
  443. package/es/page-diy/src/config/rule/layout/col.mjs.map +0 -1
  444. package/es/page-diy/src/config/rule/layout/divider.mjs.map +0 -1
  445. package/es/page-diy/src/config/rule/layout/index.mjs.map +0 -1
  446. package/es/page-diy/src/config/rule/layout/row.mjs.map +0 -1
  447. package/es/page-diy/src/config/rule/layout/space.mjs.map +0 -1
  448. package/es/page-diy/src/config/rule/layout/swip-item.mjs.map +0 -1
  449. package/es/page-diy/src/config/rule/layout/swipe.mjs.map +0 -1
  450. package/es/page-diy/src/config/rule/layout/tab.mjs.map +0 -1
  451. package/es/page-diy/src/config/rule/layout/tabs.mjs.map +0 -1
  452. package/es/page-diy/src/config/rule/layout/vanEmpty.mjs.map +0 -1
  453. package/es/page-diy/src/views/DkViewBulletChat.vue.mjs.map +0 -1
  454. package/es/page-diy/src/views/DkViewCell.vue.mjs.map +0 -1
  455. package/es/page-diy/src/views/DkViewCommonBtn.vue.mjs.map +0 -1
  456. package/es/page-diy/src/views/DkViewDialog.vue.mjs.map +0 -1
  457. package/es/page-diy/src/views/DkViewGridCellList.vue.mjs.map +0 -1
  458. package/es/page-diy/src/views/DkViewImage.vue.mjs.map +0 -1
  459. package/es/page-diy/src/views/DkViewMusic.vue.mjs.map +0 -1
  460. package/es/page-diy/src/views/DkViewNavBar.vue.mjs.map +0 -1
  461. package/es/page-diy/src/views/DkViewNoticeBar.vue.mjs.map +0 -1
  462. package/es/page-diy/src/views/DkViewSwipe.vue.mjs.map +0 -1
  463. package/es/page-diy/src/views/DkViewTabbar.vue.mjs.map +0 -1
  464. package/es/page-diy/src/views/DkViewTextarea.vue.mjs.map +0 -1
  465. package/es/page-diy/src/views/DkViewTitle.vue.mjs.map +0 -1
  466. package/es/page-diy/src/views/DkViewVideo.vue.mjs.map +0 -1
  467. package/es/page-diy/src/views/index.mjs.map +0 -1
  468. package/lib/page-diy/src/config/rule/common/DkPosterBtn.js.map +0 -1
  469. package/lib/page-diy/src/config/rule/common/DkViewBulletChat.js.map +0 -1
  470. package/lib/page-diy/src/config/rule/common/DkViewCell.js.map +0 -1
  471. package/lib/page-diy/src/config/rule/common/DkViewCommonBtn.js.map +0 -1
  472. package/lib/page-diy/src/config/rule/common/DkViewDialog.js.map +0 -1
  473. package/lib/page-diy/src/config/rule/common/DkViewGridCellList.js.map +0 -1
  474. package/lib/page-diy/src/config/rule/common/DkViewImage.js.map +0 -1
  475. package/lib/page-diy/src/config/rule/common/DkViewMusic.js.map +0 -1
  476. package/lib/page-diy/src/config/rule/common/DkViewNavBar.js.map +0 -1
  477. package/lib/page-diy/src/config/rule/common/DkViewNoticeBar.js.map +0 -1
  478. package/lib/page-diy/src/config/rule/common/DkViewSwipe.js.map +0 -1
  479. package/lib/page-diy/src/config/rule/common/DkViewTabbar.js.map +0 -1
  480. package/lib/page-diy/src/config/rule/common/DkViewTextarea.js.map +0 -1
  481. package/lib/page-diy/src/config/rule/common/DkViewVideo.js.map +0 -1
  482. package/lib/page-diy/src/config/rule/common/index.js.map +0 -1
  483. package/lib/page-diy/src/config/rule/index.js.map +0 -1
  484. package/lib/page-diy/src/config/rule/layout/DkViewTitle.js.map +0 -1
  485. package/lib/page-diy/src/config/rule/layout/col.js.map +0 -1
  486. package/lib/page-diy/src/config/rule/layout/divider.js.map +0 -1
  487. package/lib/page-diy/src/config/rule/layout/index.js.map +0 -1
  488. package/lib/page-diy/src/config/rule/layout/row.js.map +0 -1
  489. package/lib/page-diy/src/config/rule/layout/space.js.map +0 -1
  490. package/lib/page-diy/src/config/rule/layout/swip-item.js.map +0 -1
  491. package/lib/page-diy/src/config/rule/layout/swipe.js.map +0 -1
  492. package/lib/page-diy/src/config/rule/layout/tab.js.map +0 -1
  493. package/lib/page-diy/src/config/rule/layout/tabs.js.map +0 -1
  494. package/lib/page-diy/src/config/rule/layout/vanEmpty.js.map +0 -1
  495. package/lib/page-diy/src/views/DkViewBulletChat.vue.js.map +0 -1
  496. package/lib/page-diy/src/views/DkViewCell.vue.js.map +0 -1
  497. package/lib/page-diy/src/views/DkViewCommonBtn.vue.js.map +0 -1
  498. package/lib/page-diy/src/views/DkViewDialog.vue.js.map +0 -1
  499. package/lib/page-diy/src/views/DkViewGridCellList.vue.js.map +0 -1
  500. package/lib/page-diy/src/views/DkViewImage.vue.js.map +0 -1
  501. package/lib/page-diy/src/views/DkViewMusic.vue.js.map +0 -1
  502. package/lib/page-diy/src/views/DkViewNavBar.vue.js.map +0 -1
  503. package/lib/page-diy/src/views/DkViewNoticeBar.vue.js.map +0 -1
  504. package/lib/page-diy/src/views/DkViewSwipe.vue.js.map +0 -1
  505. package/lib/page-diy/src/views/DkViewTabbar.vue.js.map +0 -1
  506. package/lib/page-diy/src/views/DkViewTextarea.vue.js.map +0 -1
  507. package/lib/page-diy/src/views/DkViewTitle.vue.js.map +0 -1
  508. package/lib/page-diy/src/views/DkViewVideo.vue.js.map +0 -1
  509. package/lib/page-diy/src/views/index.js.map +0 -1
  510. package/es/page-diy/src/config/rule/{common → web/common}/DkPosterBtn.d.ts +0 -0
  511. package/es/page-diy/src/config/rule/{common → web/common}/DkViewBulletChat.d.ts +0 -0
  512. package/es/page-diy/src/config/rule/{common → web/common}/DkViewBulletChat.mjs +0 -0
  513. package/es/page-diy/src/config/rule/{common → web/common}/DkViewCell.d.ts +0 -0
  514. package/es/page-diy/src/config/rule/{common → web/common}/DkViewCell.mjs +0 -0
  515. package/es/page-diy/src/config/rule/{common → web/common}/DkViewCommonBtn.d.ts +0 -0
  516. package/es/page-diy/src/config/rule/{common → web/common}/DkViewCommonBtn.mjs +0 -0
  517. package/es/page-diy/src/config/rule/{common → web/common}/DkViewDialog.d.ts +0 -0
  518. package/es/page-diy/src/config/rule/{common → web/common}/DkViewDialog.mjs +0 -0
  519. package/es/page-diy/src/config/rule/{common → web/common}/DkViewGridCellList.d.ts +0 -0
  520. package/es/page-diy/src/config/rule/{common → web/common}/DkViewGridCellList.mjs +0 -0
  521. package/es/page-diy/src/config/rule/{common → web/common}/DkViewImage.d.ts +0 -0
  522. package/es/page-diy/src/config/rule/{common → web/common}/DkViewImage.mjs +0 -0
  523. package/es/page-diy/src/config/rule/{common → web/common}/DkViewMusic.d.ts +0 -0
  524. package/es/page-diy/src/config/rule/{common → web/common}/DkViewMusic.mjs +0 -0
  525. package/es/page-diy/src/config/rule/{common → web/common}/DkViewNavBar.d.ts +0 -0
  526. package/es/page-diy/src/config/rule/{common → web/common}/DkViewNavBar.mjs +0 -0
  527. package/es/page-diy/src/config/rule/{common → web/common}/DkViewNoticeBar.d.ts +0 -0
  528. package/es/page-diy/src/config/rule/{common → web/common}/DkViewNoticeBar.mjs +0 -0
  529. package/es/page-diy/src/config/rule/{common → web/common}/DkViewSwipe.d.ts +0 -0
  530. package/es/page-diy/src/config/rule/{common → web/common}/DkViewSwipe.mjs +0 -0
  531. package/es/page-diy/src/config/rule/{common → web/common}/DkViewTabbar.d.ts +0 -0
  532. package/es/page-diy/src/config/rule/{common → web/common}/DkViewTabbar.mjs +0 -0
  533. package/es/page-diy/src/config/rule/{common → web/common}/DkViewTextarea.d.ts +0 -0
  534. package/es/page-diy/src/config/rule/{common → web/common}/DkViewTextarea.mjs +0 -0
  535. package/es/page-diy/src/config/rule/{common → web/common}/DkViewVideo.d.ts +0 -0
  536. package/es/page-diy/src/config/rule/{common → web/common}/index.d.ts +0 -0
  537. package/es/page-diy/src/config/rule/{common → web/common}/index.mjs +0 -0
  538. package/es/page-diy/src/config/rule/{layout → web/layout}/DkViewTitle.d.ts +0 -0
  539. package/es/page-diy/src/config/rule/{layout → web/layout}/DkViewTitle.mjs +0 -0
  540. package/es/page-diy/src/config/rule/{layout → web/layout}/col.d.ts +0 -0
  541. package/es/page-diy/src/config/rule/{layout → web/layout}/col.mjs +0 -0
  542. package/es/page-diy/src/config/rule/{layout → web/layout}/divider.d.ts +0 -0
  543. package/es/page-diy/src/config/rule/{layout → web/layout}/divider.mjs +0 -0
  544. package/es/page-diy/src/config/rule/{layout → web/layout}/index.d.ts +0 -0
  545. package/es/page-diy/src/config/rule/{layout → web/layout}/index.mjs +0 -0
  546. package/es/page-diy/src/config/rule/{layout → web/layout}/row.d.ts +0 -0
  547. package/es/page-diy/src/config/rule/{layout → web/layout}/row.mjs +0 -0
  548. package/es/page-diy/src/config/rule/{layout → web/layout}/space.d.ts +0 -0
  549. package/es/page-diy/src/config/rule/{layout → web/layout}/space.mjs +0 -0
  550. package/es/page-diy/src/config/rule/{layout → web/layout}/swip-item.d.ts +0 -0
  551. package/es/page-diy/src/config/rule/{layout → web/layout}/swip-item.mjs +0 -0
  552. package/es/page-diy/src/config/rule/{layout → web/layout}/swipe.d.ts +0 -0
  553. package/es/page-diy/src/config/rule/{layout → web/layout}/swipe.mjs +0 -0
  554. package/es/page-diy/src/config/rule/{layout → web/layout}/tab.d.ts +0 -0
  555. package/es/page-diy/src/config/rule/{layout → web/layout}/tab.mjs +0 -0
  556. package/es/page-diy/src/config/rule/{layout → web/layout}/tabs.d.ts +0 -0
  557. package/es/page-diy/src/config/rule/{layout → web/layout}/tabs.mjs +0 -0
  558. package/es/page-diy/src/config/rule/{layout → web/layout}/vanEmpty.d.ts +0 -0
  559. package/es/page-diy/src/config/rule/{layout → web/layout}/vanEmpty.mjs +0 -0
  560. package/es/page-diy/src/views/{DkViewTextarea.vue.d.ts → min/DkMinTextarea.vue.d.ts} +0 -0
  561. package/es/page-diy/src/views/{DkViewVideo.vue.d.ts → min/DkMinVideo.vue.d.ts} +0 -0
  562. package/es/page-diy/src/views/{index.d.ts → min/index.d.ts} +0 -0
  563. package/es/page-diy/src/views/{DkViewBulletChat.vue.d.ts → web/DkViewBulletChat.vue.d.ts} +0 -0
  564. package/es/page-diy/src/views/{DkViewCell.vue.d.ts → web/DkViewCell.vue.d.ts} +0 -0
  565. package/es/page-diy/src/views/{DkViewCommonBtn.vue.d.ts → web/DkViewCommonBtn.vue.d.ts} +0 -0
  566. package/es/page-diy/src/views/{DkViewDialog.vue.d.ts → web/DkViewDialog.vue.d.ts} +0 -0
  567. package/es/page-diy/src/views/{DkViewGridCellList.vue.d.ts → web/DkViewGridCellList.vue.d.ts} +0 -0
  568. package/es/page-diy/src/views/{DkViewImage.vue.d.ts → web/DkViewImage.vue.d.ts} +0 -0
  569. package/es/page-diy/src/views/{DkViewMusic.vue.d.ts → web/DkViewMusic.vue.d.ts} +0 -0
  570. package/es/page-diy/src/views/{DkViewNavBar.vue.d.ts → web/DkViewNavBar.vue.d.ts} +0 -0
  571. package/es/page-diy/src/views/{DkViewNoticeBar.vue.d.ts → web/DkViewNoticeBar.vue.d.ts} +0 -0
  572. package/es/page-diy/src/views/{DkViewSwipe.vue.d.ts → web/DkViewSwipe.vue.d.ts} +0 -0
  573. package/es/page-diy/src/views/{DkViewTabbar.vue.d.ts → web/DkViewTabbar.vue.d.ts} +1 -1
  574. package/{lib/page-diy/src/views → es/page-diy/src/views/web}/DkViewTextarea.vue.d.ts +0 -0
  575. package/es/page-diy/src/views/{DkViewTitle.vue.d.ts → web/DkViewTitle.vue.d.ts} +0 -0
  576. package/{lib/page-diy/src/views → es/page-diy/src/views/web}/DkViewVideo.vue.d.ts +0 -0
  577. package/{lib/page-diy/src/views → es/page-diy/src/views/web}/index.d.ts +0 -0
  578. package/es/page-diy/src/views/{index.mjs → web/index.mjs} +0 -0
  579. package/lib/page-diy/src/config/rule/{common → web/common}/DkPosterBtn.d.ts +0 -0
  580. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewBulletChat.d.ts +0 -0
  581. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewBulletChat.js +0 -0
  582. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewCell.d.ts +0 -0
  583. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewCell.js +0 -0
  584. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewCommonBtn.d.ts +0 -0
  585. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewCommonBtn.js +0 -0
  586. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewDialog.d.ts +0 -0
  587. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewDialog.js +0 -0
  588. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewGridCellList.d.ts +0 -0
  589. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewGridCellList.js +0 -0
  590. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewImage.d.ts +0 -0
  591. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewImage.js +0 -0
  592. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewMusic.d.ts +0 -0
  593. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewMusic.js +0 -0
  594. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewNavBar.d.ts +0 -0
  595. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewNavBar.js +0 -0
  596. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewNoticeBar.d.ts +0 -0
  597. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewNoticeBar.js +0 -0
  598. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewSwipe.d.ts +0 -0
  599. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewSwipe.js +0 -0
  600. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewTabbar.d.ts +0 -0
  601. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewTabbar.js +0 -0
  602. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewTextarea.d.ts +0 -0
  603. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewTextarea.js +0 -0
  604. package/lib/page-diy/src/config/rule/{common → web/common}/DkViewVideo.d.ts +0 -0
  605. package/lib/page-diy/src/config/rule/{common → web/common}/index.d.ts +0 -0
  606. package/lib/page-diy/src/config/rule/{common → web/common}/index.js +0 -0
  607. package/lib/page-diy/src/config/rule/{layout → web/layout}/DkViewTitle.d.ts +0 -0
  608. package/lib/page-diy/src/config/rule/{layout → web/layout}/DkViewTitle.js +0 -0
  609. package/lib/page-diy/src/config/rule/{layout → web/layout}/col.d.ts +0 -0
  610. package/lib/page-diy/src/config/rule/{layout → web/layout}/col.js +0 -0
  611. package/lib/page-diy/src/config/rule/{layout → web/layout}/divider.d.ts +0 -0
  612. package/lib/page-diy/src/config/rule/{layout → web/layout}/divider.js +0 -0
  613. package/lib/page-diy/src/config/rule/{layout → web/layout}/index.d.ts +0 -0
  614. package/lib/page-diy/src/config/rule/{layout → web/layout}/index.js +0 -0
  615. package/lib/page-diy/src/config/rule/{layout → web/layout}/row.d.ts +0 -0
  616. package/lib/page-diy/src/config/rule/{layout → web/layout}/row.js +0 -0
  617. package/lib/page-diy/src/config/rule/{layout → web/layout}/space.d.ts +0 -0
  618. package/lib/page-diy/src/config/rule/{layout → web/layout}/space.js +0 -0
  619. package/lib/page-diy/src/config/rule/{layout → web/layout}/swip-item.d.ts +0 -0
  620. package/lib/page-diy/src/config/rule/{layout → web/layout}/swip-item.js +0 -0
  621. package/lib/page-diy/src/config/rule/{layout → web/layout}/swipe.d.ts +0 -0
  622. package/lib/page-diy/src/config/rule/{layout → web/layout}/swipe.js +0 -0
  623. package/lib/page-diy/src/config/rule/{layout → web/layout}/tab.d.ts +0 -0
  624. package/lib/page-diy/src/config/rule/{layout → web/layout}/tab.js +0 -0
  625. package/lib/page-diy/src/config/rule/{layout → web/layout}/tabs.d.ts +0 -0
  626. package/lib/page-diy/src/config/rule/{layout → web/layout}/tabs.js +0 -0
  627. package/lib/page-diy/src/config/rule/{layout → web/layout}/vanEmpty.d.ts +0 -0
  628. package/lib/page-diy/src/config/rule/{layout → web/layout}/vanEmpty.js +0 -0
  629. package/lib/page-diy/src/views/{DkViewBulletChat.vue.d.ts → web/DkViewBulletChat.vue.d.ts} +0 -0
  630. package/lib/page-diy/src/views/{DkViewCell.vue.d.ts → web/DkViewCell.vue.d.ts} +0 -0
  631. package/lib/page-diy/src/views/{DkViewCommonBtn.vue.d.ts → web/DkViewCommonBtn.vue.d.ts} +0 -0
  632. package/lib/page-diy/src/views/{DkViewDialog.vue.d.ts → web/DkViewDialog.vue.d.ts} +0 -0
  633. package/lib/page-diy/src/views/{DkViewGridCellList.vue.d.ts → web/DkViewGridCellList.vue.d.ts} +0 -0
  634. package/lib/page-diy/src/views/{DkViewImage.vue.d.ts → web/DkViewImage.vue.d.ts} +0 -0
  635. package/lib/page-diy/src/views/{DkViewMusic.vue.d.ts → web/DkViewMusic.vue.d.ts} +0 -0
  636. package/lib/page-diy/src/views/{DkViewNavBar.vue.d.ts → web/DkViewNavBar.vue.d.ts} +0 -0
  637. package/lib/page-diy/src/views/{DkViewNoticeBar.vue.d.ts → web/DkViewNoticeBar.vue.d.ts} +0 -0
  638. package/lib/page-diy/src/views/{DkViewSwipe.vue.d.ts → web/DkViewSwipe.vue.d.ts} +0 -0
  639. package/lib/page-diy/src/views/{DkViewTabbar.vue.d.ts → web/DkViewTabbar.vue.d.ts} +1 -1
  640. /package/lib/page-diy/src/views/{DkViewTitle.vue.d.ts → web/DkViewTitle.vue.d.ts} +0 -0
  641. /package/lib/page-diy/src/views/{index.js → web/index.js} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DkMinBlank.vue.js","sources":["../../../../../src/page-diy/src/views/min/DkMinBlank.vue"],"sourcesContent":["<template>\n <div :style=\"{ height: height + 'px' }\" style=\"width: 100%\"></div>\n</template>\n\n<script>\nexport default {\n name: 'DkMinBlank',\n props: {\n height: {\n default: 20,\n type: [String, Number],\n },\n },\n data() {\n return {}\n },\n computed: {},\n mounted() {},\n methods: {},\n}\n</script>\n"],"names":["_createElementBlock","_normalizeStyle"],"mappings":";;;;;;;AAKA,MAAK,SAAU,GAAA;AACb,EAAA,IAAI,EAAE,YAAY;AAClB,EAAA,KAAK,EAAE;AACL,IAAA,MAAM,EAAE;MACN,OAAO,EAAE,EAAE;AACX,MAAA,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC;KACvB;GACF;AACD,EAAA,IAAI,GAAG;AACL,IAAA,OAAO,EAAC;GACT;EACD,QAAQ,EAAE,EAAE;EACZ,OAAO,GAAG,EAAE;EACZ,OAAO,EAAE,EAAE;AACb,EAAA;;;2BAlBEA,sBAAkE,CAAA,KAAA,EAAA;IAA5D,KAAK,EAAAC,kBAAA,CAAA,CAAA,EAAA,MAAA,EAAY,MAAM,CAAA,MAAA,GAAA,IAAA,EAAA,EAAW,CAAmB,OAAA,CAAA,MAAA,CAAA,CAAA,CAAA;;;;;;;"}
@@ -0,0 +1,27 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ hotData: {
3
+ default: () => {};
4
+ type: ObjectConstructor;
5
+ };
6
+ showMask: {
7
+ default: boolean;
8
+ type: BooleanConstructor;
9
+ };
10
+ }, {
11
+ el: import("vue").Ref<null>;
12
+ containerWidth: import("vue").Ref<number>;
13
+ views: import("vue").Ref<never[]>;
14
+ }, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
+ hotData: {
16
+ default: () => {};
17
+ type: ObjectConstructor;
18
+ };
19
+ showMask: {
20
+ default: boolean;
21
+ type: BooleanConstructor;
22
+ };
23
+ }>>, {
24
+ hotData: Record<string, any>;
25
+ showMask: boolean;
26
+ }, {}>;
27
+ export default _default;
@@ -0,0 +1,131 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var vue = require('vue');
6
+ var _pluginVue_exportHelper = require('../../../../_virtual/_plugin-vue_export-helper.js');
7
+
8
+ const _sfc_main = {
9
+ name: 'DkMinHotArea',
10
+ props: {
11
+ hotData: {
12
+ default: () => ({}),
13
+ type: Object,
14
+ },
15
+ showMask: {
16
+ default: false,
17
+ type: Boolean,
18
+ },
19
+ },
20
+ setup(props) {
21
+ const el = vue.ref(null);
22
+ let ro = null;
23
+ const containerWidth = vue.ref(0);
24
+
25
+ const views = vue.ref([]);
26
+
27
+ // const
28
+ vue.onMounted(() => {
29
+ ro = new (window.ResizeObserver || ResizeObserver)(handleResize);
30
+ ro.observe(el.value);
31
+ // 初始化容器宽度
32
+ containerWidth.value = el.value.clientWidth;
33
+ // 计算并转换热图区域的位置和尺寸
34
+ adjustHotspots();
35
+ });
36
+
37
+ vue.onUnmounted(() => {
38
+ if (ro) {
39
+ ro.disconnect();
40
+ }
41
+ });
42
+
43
+ vue.watch(
44
+ () => props.hotData.views,
45
+ () => {
46
+ adjustHotspots();
47
+ },
48
+ {
49
+ deep: true,
50
+ }
51
+ );
52
+
53
+ function handleResize(entries) {
54
+ entries.forEach((entry) => {
55
+ if (entry.target === el.value) {
56
+ containerWidth.value = entry.contentRect.width;
57
+ adjustHotspots();
58
+ }
59
+ });
60
+ }
61
+
62
+ function adjustHotspots() {
63
+ views.value = JSON.parse(JSON.stringify(props.hotData.views));
64
+ // 根据容器宽度调整热图区域的位置与尺寸
65
+ views.value.forEach((view) => {
66
+ const { left, top, width: originalWidth, height: originalHeight } = view.css;
67
+ // 计算实际宽度和高度,假设按比例缩放
68
+ const actualWidth = Math.round(originalWidth * (containerWidth.value / props.hotData.width));
69
+ const actualHeight = Math.round(originalHeight * (containerWidth.value / props.hotData.width));
70
+
71
+ // 计算实际left和top
72
+ const actualLeft = Math.round(left * (containerWidth.value / props.hotData.width));
73
+ const actualTop = Math.round(top * (containerWidth.value / props.hotData.width));
74
+ // 更新视图样式
75
+ view.css = {
76
+ ...view.css,
77
+ left: actualLeft + 'px',
78
+ top: actualTop + 'px',
79
+ width: actualWidth + 'px',
80
+ height: actualHeight + 'px',
81
+ };
82
+ });
83
+ }
84
+
85
+ return {
86
+ el,
87
+ containerWidth,
88
+ views,
89
+ }
90
+ },
91
+ };
92
+
93
+ const _hoisted_1 = {
94
+ ref: "el",
95
+ class: "dk-min-area"
96
+ };
97
+ const _hoisted_2 = ["src"];
98
+
99
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
100
+ const _component_el_empty = vue.resolveComponent("el-empty");
101
+
102
+ return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
103
+ ($props.hotData.background)
104
+ ? (vue.openBlock(), vue.createElementBlock("img", {
105
+ key: 0,
106
+ src: $props.hotData.background,
107
+ alt: "",
108
+ style: {"width":"100%"}
109
+ }, null, 8 /* PROPS */, _hoisted_2))
110
+ : (vue.openBlock(), vue.createBlock(_component_el_empty, {
111
+ key: 1,
112
+ description: "请上传背景图"
113
+ })),
114
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($setup.views, (view, index) => {
115
+ return (vue.openBlock(), vue.createElementBlock("div", {
116
+ key: index,
117
+ style: vue.normalizeStyle({ position: 'absolute', ...view.css, background: $props.showMask ? '#0008' : '#0004' })
118
+ }, [
119
+ vue.createCommentVNode(" 可以在这里放置热图链接或覆盖层 "),
120
+ vue.createElementVNode("div", {
121
+ style: vue.normalizeStyle({ width: view.css.width, height: view.css.height }),
122
+ class: "hot-item"
123
+ }, vue.toDisplayString(index + 1), 5 /* TEXT, STYLE */)
124
+ ], 4 /* STYLE */))
125
+ }), 128 /* KEYED_FRAGMENT */))
126
+ ], 512 /* NEED_PATCH */))
127
+ }
128
+ var DkMinHotArea = /*#__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\\views\\min\\DkMinHotArea.vue"]]);
129
+
130
+ exports.default = DkMinHotArea;
131
+ //# sourceMappingURL=DkMinHotArea.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DkMinHotArea.vue.js","sources":["../../../../../src/page-diy/src/views/min/DkMinHotArea.vue"],"sourcesContent":["<template>\n <div ref=\"el\" class=\"dk-min-area\">\n <img v-if=\"hotData.background\" :src=\"hotData.background\" alt=\"\" style=\"width: 100%\" />\n <el-empty v-else description=\"请上传背景图\"></el-empty>\n <div\n v-for=\"(view, index) in views\"\n :key=\"index\"\n :style=\"{ position: 'absolute', ...view.css, background: showMask ? '#0008' : '#0004' }\"\n >\n <!-- 可以在这里放置热图链接或覆盖层 -->\n <div :style=\"{ width: view.css.width, height: view.css.height }\" class=\"hot-item\">\n {{ index + 1 }}\n </div>\n </div>\n </div>\n</template>\n\n<script>\nimport { onMounted, ref, onUnmounted, watch } from 'vue'\n\nexport default {\n name: 'DkMinHotArea',\n props: {\n hotData: {\n default: () => ({}),\n type: Object,\n },\n showMask: {\n default: false,\n type: Boolean,\n },\n },\n setup(props) {\n const el = ref(null)\n let ro = null\n const containerWidth = ref(0)\n\n const views = ref([])\n\n // const\n onMounted(() => {\n ro = new (window.ResizeObserver || ResizeObserver)(handleResize)\n ro.observe(el.value)\n // 初始化容器宽度\n containerWidth.value = el.value.clientWidth\n // 计算并转换热图区域的位置和尺寸\n adjustHotspots()\n })\n\n onUnmounted(() => {\n if (ro) {\n ro.disconnect()\n }\n })\n\n watch(\n () => props.hotData.views,\n () => {\n adjustHotspots()\n },\n {\n deep: true,\n }\n )\n\n function handleResize(entries) {\n entries.forEach((entry) => {\n if (entry.target === el.value) {\n containerWidth.value = entry.contentRect.width\n adjustHotspots()\n }\n })\n }\n\n function adjustHotspots() {\n views.value = JSON.parse(JSON.stringify(props.hotData.views))\n // 根据容器宽度调整热图区域的位置与尺寸\n views.value.forEach((view) => {\n const { left, top, width: originalWidth, height: originalHeight } = view.css\n // 计算实际宽度和高度,假设按比例缩放\n const actualWidth = Math.round(originalWidth * (containerWidth.value / props.hotData.width))\n const actualHeight = Math.round(originalHeight * (containerWidth.value / props.hotData.width))\n\n // 计算实际left和top\n const actualLeft = Math.round(left * (containerWidth.value / props.hotData.width))\n const actualTop = Math.round(top * (containerWidth.value / props.hotData.width))\n // 更新视图样式\n view.css = {\n ...view.css,\n left: actualLeft + 'px',\n top: actualTop + 'px',\n width: actualWidth + 'px',\n height: actualHeight + 'px',\n }\n })\n }\n\n return {\n el,\n containerWidth,\n views,\n }\n },\n}\n</script>\n"],"names":["ref","onMounted","onUnmounted","watch","_openBlock","_createElementBlock","_createBlock","_Fragment","_renderList","_normalizeStyle","_createCommentVNode","_createElementVNode"],"mappings":";;;;;;;AAoBA,MAAK,SAAU,GAAA;AACb,EAAA,IAAI,EAAE,cAAc;AACpB,EAAA,KAAK,EAAE;AACL,IAAA,OAAO,EAAE;AACP,MAAA,OAAO,EAAE,OAAO,EAAE,CAAC;MACnB,IAAI,EAAE,MAAM;KACb;AACD,IAAA,QAAQ,EAAE;MACR,OAAO,EAAE,KAAK;MACd,IAAI,EAAE,OAAO;KACd;GACF;EACD,KAAK,CAAC,KAAK,EAAE;AACX,IAAA,MAAM,EAAG,GAAEA,OAAG,CAAC,IAAI,EAAA;AACnB,IAAA,IAAI,KAAK,KAAG;IACZ,MAAM,cAAa,GAAIA,OAAG,CAAC,CAAC,EAAA;;AAE5B,IAAA,MAAM,KAAI,GAAIA,OAAG,CAAC,EAAE,EAAA;;AAEpB;AACA,IAAAC,aAAS,CAAC,MAAM;MACd,EAAC,GAAI,KAAK,MAAM,CAAC,cAAe,IAAG,cAAc,EAAE,YAAY,EAAA;AAC/D,MAAA,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAA;AACnB;AACA,MAAA,cAAc,CAAC,KAAI,GAAI,EAAE,CAAC,KAAK,CAAC,YAAU;AAC1C;AACA,MAAA,cAAc,GAAC;KAChB,EAAA;;AAED,IAAAC,eAAW,CAAC,MAAM;AAChB,MAAA,IAAI,EAAE,EAAE;AACN,QAAA,EAAE,CAAC,UAAU,GAAC;AAChB,OAAA;KACD,EAAA;;IAEDC,SAAK;MACH,MAAM,KAAK,CAAC,OAAO,CAAC,KAAK;MACzB,MAAM;AACJ,QAAA,cAAc,GAAC;OAChB;AACD,MAAA;AACE,QAAA,IAAI,EAAE,IAAI;AACZ,OAAA;AACF,MAAA;;IAEA,SAAS,YAAY,CAAC,OAAO,EAAE;MAC7B,OAAO,CAAC,OAAO,CAAC,CAAC,KAAK,KAAK;QACzB,IAAI,KAAK,CAAC,MAAO,KAAI,EAAE,CAAC,KAAK,EAAE;AAC7B,UAAA,cAAc,CAAC,KAAM,GAAE,KAAK,CAAC,WAAW,CAAC,MAAI;AAC7C,UAAA,cAAc,GAAC;AACjB,SAAA;OACD,EAAA;AACH,KAAA;;IAEA,SAAS,cAAc,GAAG;MACxB,KAAK,CAAC,KAAM,GAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAA;AAC5D;MACA,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,KAAK;AAC5B,QAAA,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,cAAe,EAAA,GAAI,IAAI,CAAC,IAAE;AAC3E;AACA,QAAA,MAAM,WAAY,GAAE,IAAI,CAAC,KAAK,CAAC,aAAc,IAAG,cAAc,CAAC,KAAI,GAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAA;AAC3F,QAAA,MAAM,YAAa,GAAE,IAAI,CAAC,KAAK,CAAC,cAAa,IAAK,cAAc,CAAC,KAAI,GAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAA;;;AAG7F,QAAA,MAAM,UAAS,GAAI,IAAI,CAAC,KAAK,CAAC,IAAK,IAAG,cAAc,CAAC,KAAI,GAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAA;AACjF,QAAA,MAAM,SAAQ,GAAI,IAAI,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,KAAI,GAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAA;AAC/E;AACA,QAAA,IAAI,CAAC,MAAM;UACT,GAAG,IAAI,CAAC,GAAG;AACX,UAAA,IAAI,EAAE,UAAS,GAAI,IAAI;AACvB,UAAA,GAAG,EAAE,SAAU,GAAE,IAAI;UACrB,KAAK,EAAE,WAAU,GAAI,IAAI;UACzB,MAAM,EAAE,eAAe,IAAI;AAC7B,UAAA;OACD,EAAA;AACH,KAAA;;AAEA,IAAA,OAAO;AACL,MAAA,EAAE;AACF,MAAA,cAAc;MACd,KAAK;AACP,KAAA;GACD;AACH,EAAA;;;AAtGO,EAAA,GAAG,EAAC,IAAI;AAAC,EAAA,KAAK,EAAC,aAAa;;;;;;;AAAjC,EAAA,QAAAC,aAAA,EAAA,EAAAC,sBAAA,CAaM,OAbN,UAaM,EAAA;AAZO,IAAA,CAAA,MAAA,CAAA,OAAO,CAAC,UAAU;0BAA7BA,sBAAsF,CAAA,KAAA,EAAA;;UAAtD,GAAG,EAAE,MAAO,CAAA,OAAA,CAAC,UAAU;AAAE,UAAA,GAAG,EAAC,EAAE;AAAC,UAAA,KAAmB,EAAnB,CAAmB,OAAA,CAAA,MAAA,CAAA;;0BACnFC,eAAiD,CAAA,mBAAA,EAAA;;AAAhC,UAAA,WAAW,EAAC,QAAQ;;AACrC,KAAAF,aAAA,CAAA,IAAA,CAAA,EAAAC,sBAAA,CASME,YARoB,EAAA,IAAA,EAAAC,cAAA,CAAA,MAAA,CAAA,KAAK,EAArB,CAAA,IAAI,EAAE,KAAK,KAAA;+BADrBH,sBASM,CAAA,KAAA,EAAA;AAPH,QAAA,GAAG,EAAE,KAAK;AACV,QAAA,KAAK,EAA6BI,kBAAA,CAAA,EAAA,QAAA,EAAA,UAAA,EAAA,GAAA,IAAI,CAAC,GAAG,cAAc,MAAQ,CAAA,QAAA,GAAA,OAAA,GAAA,OAAA,EAAA,CAAA;;QAEjEC,sBAAwB,CAAA,mBAAA,CAAA;QACxBC,sBAEM,CAAA,KAAA,EAAA;UAFA,KAAK,EAAAF,kBAAA,CAAA,EAAA,KAAA,EAAW,IAAI,CAAC,GAAG,CAAC,KAAK,EAAA,MAAA,EAAU,IAAI,CAAC,GAAG,CAAC,MAAM,EAAA,CAAA;AAAI,UAAA,KAAK,EAAC,UAAU;+BAC5E,KAAK,GAAA,CAAA,CAAA,EAAA,CAAA,mBAAA;;;;;;;;;"}
@@ -0,0 +1,68 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ value: {
3
+ default: string;
4
+ type: StringConstructor;
5
+ };
6
+ height: {
7
+ default: string;
8
+ type: (StringConstructor | NumberConstructor)[];
9
+ };
10
+ autoplay: {
11
+ default: number;
12
+ type: (StringConstructor | NumberConstructor)[];
13
+ };
14
+ swipeList: {
15
+ default: () => never[];
16
+ type: ArrayConstructor[];
17
+ };
18
+ imgMode: {
19
+ default: string;
20
+ type: StringConstructor;
21
+ };
22
+ bgColor: {
23
+ default: string;
24
+ type: StringConstructor;
25
+ };
26
+ showTitle: {
27
+ default: boolean;
28
+ type: BooleanConstructor;
29
+ };
30
+ }, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
+ value: {
32
+ default: string;
33
+ type: StringConstructor;
34
+ };
35
+ height: {
36
+ default: string;
37
+ type: (StringConstructor | NumberConstructor)[];
38
+ };
39
+ autoplay: {
40
+ default: number;
41
+ type: (StringConstructor | NumberConstructor)[];
42
+ };
43
+ swipeList: {
44
+ default: () => never[];
45
+ type: ArrayConstructor[];
46
+ };
47
+ imgMode: {
48
+ default: string;
49
+ type: StringConstructor;
50
+ };
51
+ bgColor: {
52
+ default: string;
53
+ type: StringConstructor;
54
+ };
55
+ showTitle: {
56
+ default: boolean;
57
+ type: BooleanConstructor;
58
+ };
59
+ }>>, {
60
+ height: string | number;
61
+ value: string;
62
+ bgColor: string;
63
+ autoplay: string | number;
64
+ swipeList: unknown[];
65
+ imgMode: string;
66
+ showTitle: boolean;
67
+ }, {}>;
68
+ export default _default;
@@ -0,0 +1,90 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var vue = require('vue');
6
+ var _pluginVue_exportHelper = require('../../../../_virtual/_plugin-vue_export-helper.js');
7
+
8
+ const _sfc_main = {
9
+ name: 'DkMinSwiperImage',
10
+ props: {
11
+ value: {
12
+ default: '',
13
+ type: String,
14
+ },
15
+ height: {
16
+ default: '',
17
+ type: [Number, String],
18
+ },
19
+ autoplay: {
20
+ default: 3000,
21
+ type: [Number, String],
22
+ },
23
+ swipeList: {
24
+ default: () => [],
25
+ type: [Array],
26
+ },
27
+ imgMode: {
28
+ default: 'aspectFill',
29
+ type: String,
30
+ },
31
+ bgColor: {
32
+ default: '',
33
+ type: String,
34
+ },
35
+ showTitle: {
36
+ default: false,
37
+ type: Boolean,
38
+ },
39
+ },
40
+ data() {
41
+ return {}
42
+ },
43
+ computed: {},
44
+ watch: {
45
+ swipeList(val) {},
46
+ },
47
+ mounted() {},
48
+ methods: {},
49
+ };
50
+
51
+ const _hoisted_1 = {
52
+ key: 0,
53
+ class: "swipe-title"
54
+ };
55
+
56
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
57
+ const _component_van_image = vue.resolveComponent("van-image");
58
+ const _component_van_swipe_item = vue.resolveComponent("van-swipe-item");
59
+ const _component_van_swipe = vue.resolveComponent("van-swipe");
60
+
61
+ return (vue.openBlock(), vue.createBlock(_component_van_swipe, {
62
+ class: "dk-min-swipe",
63
+ autoplay: $props.autoplay,
64
+ "indicator-color": "white",
65
+ style: vue.normalizeStyle({ background: $props.bgColor || '' })
66
+ }, {
67
+ default: vue.withCtx(() => [
68
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.swipeList, (item, key) => {
69
+ return (vue.openBlock(), vue.createBlock(_component_van_swipe_item, { key: key }, {
70
+ default: vue.withCtx(() => [
71
+ vue.createVNode(_component_van_image, {
72
+ src: item.img,
73
+ width: "100%",
74
+ height: $props.height
75
+ }, null, 8 /* PROPS */, ["src", "height"]),
76
+ ($props.showTitle)
77
+ ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, vue.toDisplayString(item.title), 1 /* TEXT */))
78
+ : vue.createCommentVNode("v-if", true)
79
+ ]),
80
+ _: 2 /* DYNAMIC */
81
+ }, 1024 /* DYNAMIC_SLOTS */))
82
+ }), 128 /* KEYED_FRAGMENT */))
83
+ ]),
84
+ _: 1 /* STABLE */
85
+ }, 8 /* PROPS */, ["autoplay", "style"]))
86
+ }
87
+ var DkMinSwiperImage = /*#__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\\views\\min\\DkMinSwiperImage.vue"]]);
88
+
89
+ exports.default = DkMinSwiperImage;
90
+ //# sourceMappingURL=DkMinSwiperImage.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DkMinSwiperImage.vue.js","sources":["../../../../../src/page-diy/src/views/min/DkMinSwiperImage.vue"],"sourcesContent":["<template>\n <van-swipe class=\"dk-min-swipe\" :autoplay=\"autoplay\" indicator-color=\"white\" :style=\"{ background: bgColor || '' }\">\n <van-swipe-item v-for=\"(item, key) in swipeList\" :key=\"key\">\n <van-image :src=\"item.img\" width=\"100%\" :height=\"height\" />\n <div v-if=\"showTitle\" class=\"swipe-title\">\n {{ item.title }}\n </div>\n </van-swipe-item>\n </van-swipe>\n</template>\n\n<script>\nexport default {\n name: 'DkMinSwiperImage',\n props: {\n value: {\n default: '',\n type: String,\n },\n height: {\n default: '',\n type: [Number, String],\n },\n autoplay: {\n default: 3000,\n type: [Number, String],\n },\n swipeList: {\n default: () => [],\n type: [Array],\n },\n imgMode: {\n default: 'aspectFill',\n type: String,\n },\n bgColor: {\n default: '',\n type: String,\n },\n showTitle: {\n default: false,\n type: Boolean,\n },\n },\n data() {\n return {}\n },\n computed: {},\n watch: {\n swipeList(val) {},\n },\n mounted() {},\n methods: {},\n}\n</script>\n"],"names":["_createBlock","_openBlock","_createElementBlock","_Fragment","_renderList","_createVNode","_toDisplayString"],"mappings":";;;;;;;AAYA,MAAK,SAAU,GAAA;EACb,IAAI,EAAE,kBAAkB;AACxB,EAAA,KAAK,EAAE;AACL,IAAA,KAAK,EAAE;MACL,OAAO,EAAE,EAAE;MACX,IAAI,EAAE,MAAM;KACb;AACD,IAAA,MAAM,EAAE;MACN,OAAO,EAAE,EAAE;AACX,MAAA,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC;KACvB;AACD,IAAA,QAAQ,EAAE;MACR,OAAO,EAAE,IAAI;AACb,MAAA,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC;KACvB;IACD,SAAS,EAAE;AACT,MAAA,OAAO,EAAE,MAAM,EAAE;MACjB,IAAI,EAAE,CAAC,KAAK,CAAC;KACd;AACD,IAAA,OAAO,EAAE;AACP,MAAA,OAAO,EAAE,YAAY;MACrB,IAAI,EAAE,MAAM;KACb;AACD,IAAA,OAAO,EAAE;MACP,OAAO,EAAE,EAAE;MACX,IAAI,EAAE,MAAM;KACb;IACD,SAAS,EAAE;MACT,OAAO,EAAE,KAAK;MACd,IAAI,EAAE,OAAO;KACd;GACF;AACD,EAAA,IAAI,GAAG;AACL,IAAA,OAAO,EAAC;GACT;EACD,QAAQ,EAAE,EAAE;AACZ,EAAA,KAAK,EAAE;AACL,IAAA,SAAS,CAAC,GAAG,EAAE,EAAE;GAClB;EACD,OAAO,GAAG,EAAE;EACZ,OAAO,EAAE,EAAE;AACb,EAAA;;;;AAjD4B,EAAA,KAAK,EAAC,aAAa;;;;;;;;2BAH7CA,eAOY,CAAA,oBAAA,EAAA;AAPD,IAAA,KAAK,EAAC,cAAc;AAAE,IAAA,QAAQ,EAAE,MAAQ,CAAA,QAAA;AAAE,IAAA,iBAAe,EAAC,OAAO;AAAE,IAAA,KAAK,mCAAgB,MAAO,CAAA,OAAA,IAAA,EAAA,EAAA,CAAA;;yBACxF,MAAgC;AAAhD,OAAAC,aAAA,CAAA,IAAA,CAAA,EAAAC,sBAAA,CAKiBC,YALqB,EAAA,IAAA,EAAAC,cAAA,CAAA,MAAA,CAAA,SAAS,EAAvB,CAAA,IAAI,EAAE,GAAG,KAAA;iCAAjCJ,eAKiB,CAAA,yBAAA,EAAA,EALiC,GAAG,EAAE,GAAG,EAAA,EAAA;+BACxD,MAA2D;YAA3DK,eAA2D,CAAA,oBAAA,EAAA;cAA/C,GAAG,EAAE,IAAI,CAAC,GAAG;AAAE,cAAA,KAAK,EAAC,MAAM;AAAE,cAAA,MAAM,EAAE,MAAM,CAAA,MAAA;;aAC5C,MAAS,CAAA,SAAA;AAApB,iBAAAJ,aAAA,EAAA,EAAAC,sBAAA,CAEM,KAFN,EAAA,UAEM,EADDI,mBAAA,CAAA,IAAI,CAAC,KAAK,CAAA,EAAA,CAAA,YAAA;;;;;;;;;;;;;;"}
@@ -0,0 +1,14 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ textarea: {
3
+ default: string;
4
+ type: StringConstructor;
5
+ };
6
+ }, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
+ textarea: {
8
+ default: string;
9
+ type: StringConstructor;
10
+ };
11
+ }>>, {
12
+ textarea: string;
13
+ }, {}>;
14
+ export default _default;
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var vue = require('vue');
6
+ var _pluginVue_exportHelper = require('../../../../_virtual/_plugin-vue_export-helper.js');
7
+
8
+ const _sfc_main = {
9
+ name: 'DkMinTextarea',
10
+ props: {
11
+ textarea: {
12
+ default: '',
13
+ type: String,
14
+ },
15
+ },
16
+ data() {
17
+ return {}
18
+ },
19
+ computed: {},
20
+ mounted() {},
21
+ methods: {},
22
+ };
23
+
24
+ const _hoisted_1 = ["innerHTML"];
25
+
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return (vue.openBlock(), vue.createElementBlock("div", { innerHTML: $props.textarea }, null, 8 /* PROPS */, _hoisted_1))
28
+ }
29
+ var DkMinTextarea = /*#__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\\views\\min\\DkMinTextarea.vue"]]);
30
+
31
+ exports.default = DkMinTextarea;
32
+ //# sourceMappingURL=DkMinTextarea.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DkMinTextarea.vue.js","sources":["../../../../../src/page-diy/src/views/min/DkMinTextarea.vue"],"sourcesContent":["<template>\n <div v-html=\"textarea\" />\n</template>\n\n<script>\nexport default {\n name: 'DkMinTextarea',\n props: {\n textarea: {\n default: '',\n type: String,\n },\n },\n data() {\n return {}\n },\n computed: {},\n mounted() {},\n methods: {},\n}\n</script>\n"],"names":["_createElementBlock"],"mappings":";;;;;;;AAKA,MAAK,SAAU,GAAA;AACb,EAAA,IAAI,EAAE,eAAe;AACrB,EAAA,KAAK,EAAE;AACL,IAAA,QAAQ,EAAE;MACR,OAAO,EAAE,EAAE;MACX,IAAI,EAAE,MAAM;KACb;GACF;AACD,EAAA,IAAI,GAAG;AACL,IAAA,OAAO,EAAC;GACT;EACD,QAAQ,EAAE,EAAE;EACZ,OAAO,GAAG,EAAE;EACZ,OAAO,EAAE,EAAE;AACb,EAAA;;;;;2BAlBEA,sBAAyB,CAAA,KAAA,EAAA,EAApB,SAAiB,EAAT,MAAQ,CAAA,QAAA,EAAA,EAAA,IAAA,EAAA,CAAA,cAAA,UAAA,CAAA,CAAA;;;;;;"}
@@ -0,0 +1,95 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ type: {
3
+ default: string;
4
+ type: StringConstructor;
5
+ };
6
+ title: {
7
+ default: string;
8
+ type: StringConstructor;
9
+ };
10
+ subtitle: {
11
+ default: string;
12
+ type: StringConstructor;
13
+ };
14
+ align: {
15
+ default: string;
16
+ type: StringConstructor;
17
+ };
18
+ color: {
19
+ default: string;
20
+ type: StringConstructor;
21
+ };
22
+ subColor: {
23
+ default: string;
24
+ type: StringConstructor;
25
+ };
26
+ isMore: {
27
+ default: boolean;
28
+ type: BooleanConstructor;
29
+ };
30
+ moreText: {
31
+ default: string;
32
+ type: StringConstructor;
33
+ };
34
+ url: {
35
+ default: string;
36
+ type: StringConstructor;
37
+ };
38
+ moreColor: {
39
+ default: string;
40
+ type: StringConstructor;
41
+ };
42
+ }, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
+ type: {
44
+ default: string;
45
+ type: StringConstructor;
46
+ };
47
+ title: {
48
+ default: string;
49
+ type: StringConstructor;
50
+ };
51
+ subtitle: {
52
+ default: string;
53
+ type: StringConstructor;
54
+ };
55
+ align: {
56
+ default: string;
57
+ type: StringConstructor;
58
+ };
59
+ color: {
60
+ default: string;
61
+ type: StringConstructor;
62
+ };
63
+ subColor: {
64
+ default: string;
65
+ type: StringConstructor;
66
+ };
67
+ isMore: {
68
+ default: boolean;
69
+ type: BooleanConstructor;
70
+ };
71
+ moreText: {
72
+ default: string;
73
+ type: StringConstructor;
74
+ };
75
+ url: {
76
+ default: string;
77
+ type: StringConstructor;
78
+ };
79
+ moreColor: {
80
+ default: string;
81
+ type: StringConstructor;
82
+ };
83
+ }>>, {
84
+ url: string;
85
+ type: string;
86
+ title: string;
87
+ color: string;
88
+ align: string;
89
+ subtitle: string;
90
+ subColor: string;
91
+ isMore: boolean;
92
+ moreText: string;
93
+ moreColor: string;
94
+ }, {}>;
95
+ export default _default;
@@ -0,0 +1,66 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var vue = require('vue');
6
+ var _pluginVue_exportHelper = require('../../../../_virtual/_plugin-vue_export-helper.js');
7
+
8
+ const _sfc_main = {
9
+ name: 'DkMinTitle',
10
+ props: {
11
+ type: { default: '0', type: String },
12
+ title: { default: '', type: String },
13
+ subtitle: { default: '', type: String },
14
+ align: { default: 'left', type: String },
15
+ color: { default: '#000', type: String },
16
+ subColor: { default: '#999', type: String },
17
+ isMore: { default: true, type: Boolean },
18
+ moreText: { default: '查看更多', type: String },
19
+ url: { default: '链接地址', type: String },
20
+ moreColor: { default: '#999', type: String },
21
+ },
22
+ data() {
23
+ return {}
24
+ },
25
+ computed: {},
26
+ mounted() {},
27
+ methods: {},
28
+ };
29
+
30
+ const _hoisted_1 = { class: "dk-min-title" };
31
+ const _hoisted_2 = {
32
+ key: 1,
33
+ style: {"display":"flex","align-items":"flex-end","justify-content":"space-between"}
34
+ };
35
+
36
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
37
+ return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
38
+ ($props.type === '0')
39
+ ? (vue.openBlock(), vue.createElementBlock("div", {
40
+ key: 0,
41
+ style: vue.normalizeStyle({ textAlign: $props.align, color: $props.color })
42
+ }, [
43
+ vue.createElementVNode("span", null, vue.toDisplayString($props.title), 1 /* TEXT */)
44
+ ], 4 /* STYLE */))
45
+ : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
46
+ vue.createElementVNode("div", null, [
47
+ vue.createElementVNode("span", {
48
+ style: vue.normalizeStyle({ color: $props.color })
49
+ }, vue.toDisplayString($props.title), 5 /* TEXT, STYLE */),
50
+ vue.createElementVNode("span", {
51
+ style: vue.normalizeStyle([{"margin-left":"5px","font-size":"12px"}, { color: $props.subColor }])
52
+ }, vue.toDisplayString($props.subtitle), 5 /* TEXT, STYLE */)
53
+ ]),
54
+ ($props.isMore)
55
+ ? (vue.openBlock(), vue.createElementBlock("div", {
56
+ key: 0,
57
+ style: vue.normalizeStyle([{ color: $props.moreColor }, {"font-size":"12px"}])
58
+ }, vue.toDisplayString($props.moreText), 5 /* TEXT, STYLE */))
59
+ : vue.createCommentVNode("v-if", true)
60
+ ]))
61
+ ]))
62
+ }
63
+ var DkMinTitle = /*#__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\\views\\min\\DkMinTitle.vue"]]);
64
+
65
+ exports.default = DkMinTitle;
66
+ //# sourceMappingURL=DkMinTitle.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DkMinTitle.vue.js","sources":["../../../../../src/page-diy/src/views/min/DkMinTitle.vue"],"sourcesContent":["<template>\n <div class=\"dk-min-title\">\n <div v-if=\"type === '0'\" :style=\"{ textAlign: align, color: color }\">\n <span>{{ title }}</span>\n </div>\n <div v-else style=\"display: flex; align-items: flex-end; justify-content: space-between\">\n <div>\n <span :style=\"{ color: color }\">{{ title }} </span>\n <span style=\"margin-left: 5px; font-size: 12px\" :style=\"{ color: subColor }\">{{ subtitle }} </span>\n </div>\n <div v-if=\"isMore\" :style=\"{ color: moreColor }\" style=\"font-size: 12px\">{{ moreText }}</div>\n </div>\n </div>\n</template>\n\n<script>\nexport default {\n name: 'DkMinTitle',\n props: {\n type: { default: '0', type: String },\n title: { default: '', type: String },\n subtitle: { default: '', type: String },\n align: { default: 'left', type: String },\n color: { default: '#000', type: String },\n subColor: { default: '#999', type: String },\n isMore: { default: true, type: Boolean },\n moreText: { default: '查看更多', type: String },\n url: { default: '链接地址', type: String },\n moreColor: { default: '#999', type: String },\n },\n data() {\n return {}\n },\n computed: {},\n mounted() {},\n methods: {},\n}\n</script>\n"],"names":["_openBlock","_createElementBlock","_normalizeStyle","_createElementVNode"],"mappings":";;;;;;;AAgBA,MAAK,SAAU,GAAA;AACb,EAAA,IAAI,EAAE,YAAY;AAClB,EAAA,KAAK,EAAE;AACL,IAAA,IAAI,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAK,EAAG;AACpC,IAAA,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,MAAK,EAAG;AACpC,IAAA,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ;AACvC,IAAA,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ;AACxC,IAAA,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ;AACxC,IAAA,QAAQ,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ;AAC3C,IAAA,MAAM,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS;AACxC,IAAA,QAAQ,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ;AAC3C,IAAA,GAAG,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ;AACtC,IAAA,SAAS,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ;GAC7C;AACD,EAAA,IAAI,GAAG;AACL,IAAA,OAAO,EAAC;GACT;EACD,QAAQ,EAAE,EAAE;EACZ,OAAO,GAAG,EAAE;EACZ,OAAO,EAAE,EAAE;AACb,EAAA;;AAnCO,MAAA,UAAA,GAAA,EAAA,KAAK,EAAC,cAAc,GAAA;;;AAIX,EAAA,KAA4E,EAA5E,CAA4E,SAAA,CAAA,MAAA,CAAA,aAAA,CAAA,UAAA,CAAA,iBAAA,CAAA,eAAA,CAAA;;;;AAJ1F,EAAA,QAAAA,aAAA,EAAA,EAAAC,sBAAA,CAWM,OAXN,UAWM,EAAA;KAVO,MAAI,CAAA,IAAA,KAAA,GAAA;0BAAfA,sBAEM,CAAA,KAAA,EAAA;;UAFoB,KAAK,EAAAC,kBAAA,CAAA,EAAA,SAAA,EAAe,MAAK,CAAA,KAAA,EAAA,KAAA,EAAS,MAAK,CAAA,KAAA,EAAA,CAAA;;AAC/D,UAAAC,sBAAA,CAAwB,kCAAf,MAAK,CAAA,KAAA,CAAA,EAAA,CAAA,YAAA;;AAEhB,SAAAH,aAAA,EAAA,EAAAC,sBAAA,CAMM,OANN,UAMM,EAAA;UALJE,sBAGM,CAAA,KAAA,EAAA,IAAA,EAAA;YAFJA,sBAAmD,CAAA,MAAA,EAAA;AAA5C,cAAA,KAAK,8BAAW,MAAK,CAAA,KAAA,EAAA,CAAA;mCAAO,MAAK,CAAA,KAAA,CAAA,EAAA,CAAA,mBAAA;YACxCA,sBAAmG,CAAA,MAAA,EAAA;cAA7F,KAAyC,EAAAD,kBAAA,CAAA,CAAzC,CAAyC,aAAA,CAAA,KAAA,CAAA,WAAA,CAAA,MAAA,CAAA,EAAA,EAAA,KAAA,EAAkB,MAAQ,CAAA,QAAA,EAAA,CAAA,CAAA;mCAAO,MAAQ,CAAA,QAAA,CAAA,EAAA,CAAA,mBAAA;;WAE/E,MAAM,CAAA,MAAA;gCAAjBD,sBAA6F,CAAA,KAAA,EAAA;;gBAAzE,KAAK,EAAAC,kBAAA,CAAA,CAAA,EAAA,KAAA,EAAW,MAAS,CAAA,SAAA,EAAA,EAAI,CAAuB,WAAA,CAAA,MAAA,CAAA,CAAA,CAAA;qCAAI,MAAQ,CAAA,QAAA,CAAA,EAAA,CAAA,mBAAA;;;;;;;;;"}
@@ -0,0 +1,54 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ poster: {
3
+ default: string;
4
+ type: StringConstructor;
5
+ };
6
+ isHeight: {
7
+ default: boolean;
8
+ type: BooleanConstructor;
9
+ };
10
+ height: {
11
+ default: number;
12
+ type: NumberConstructor;
13
+ };
14
+ videoPath: {
15
+ default: string;
16
+ type: StringConstructor;
17
+ };
18
+ isOpenClose: {
19
+ default: boolean;
20
+ type: BooleanConstructor;
21
+ };
22
+ }, any, {}, {
23
+ _style(): {
24
+ height: string;
25
+ };
26
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ poster: {
28
+ default: string;
29
+ type: StringConstructor;
30
+ };
31
+ isHeight: {
32
+ default: boolean;
33
+ type: BooleanConstructor;
34
+ };
35
+ height: {
36
+ default: number;
37
+ type: NumberConstructor;
38
+ };
39
+ videoPath: {
40
+ default: string;
41
+ type: StringConstructor;
42
+ };
43
+ isOpenClose: {
44
+ default: boolean;
45
+ type: BooleanConstructor;
46
+ };
47
+ }>>, {
48
+ height: number;
49
+ poster: string;
50
+ videoPath: string;
51
+ isHeight: boolean;
52
+ isOpenClose: boolean;
53
+ }, {}>;
54
+ export default _default;