@web-utils/component 2.7.37 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (381) hide show
  1. package/{dist/components/address-input → address-input}/index.mjs +1 -1
  2. package/{dist/components/address-input → address-input}/style.css +0 -0
  3. package/{dist/components/affix → affix}/index.mjs +1 -1
  4. package/{dist/components/affix → affix}/style.css +0 -0
  5. package/{dist/components/aside-menu → aside-menu}/index.mjs +1 -1
  6. package/{dist/components/aside-menu → aside-menu}/style.css +0 -0
  7. package/{dist/components/avatar → avatar}/index.mjs +1 -1
  8. package/avatar/style.css +1 -0
  9. package/{dist/components/awesome-button → awesome-button}/index.mjs +1 -1
  10. package/base.css +1 -0
  11. package/{dist/components/capsule-tab → capsule-tab}/index.mjs +1 -1
  12. package/{dist/components/capsule-tab → capsule-tab}/style.css +0 -0
  13. package/{dist/components/card → card}/index.mjs +1 -1
  14. package/card/style.css +1 -0
  15. package/{dist/components/carousel → carousel}/index.mjs +1 -1
  16. package/carousel/style.css +1 -0
  17. package/{dist/components/chat → chat}/index.mjs +4 -4
  18. package/chat/style.css +1 -0
  19. package/{dist/components/chunk-file-uploader → chunk-file-uploader}/index.mjs +2 -2
  20. package/{dist/components/chunk-file-uploader → chunk-file-uploader}/style.css +0 -0
  21. package/{dist/components/chunk-file-uploader-button → chunk-file-uploader-button}/index.mjs +2 -2
  22. package/{dist/components/chunk-file-uploader-button → chunk-file-uploader-button}/style.css +0 -0
  23. package/{dist/components/chunk-file-uploader-drop → chunk-file-uploader-drop}/index.mjs +2 -2
  24. package/{dist/components/chunk-file-uploader-drop → chunk-file-uploader-drop}/style.css +0 -0
  25. package/{dist/components/chunk-file-uploader-file → chunk-file-uploader-file}/index.mjs +2 -2
  26. package/{dist/components/chunk-file-uploader-file → chunk-file-uploader-file}/style.css +0 -0
  27. package/{dist/components/chunk-file-uploader-files → chunk-file-uploader-files}/index.mjs +2 -2
  28. package/{dist/components/chunk-file-uploader-files → chunk-file-uploader-files}/style.css +0 -0
  29. package/{dist/components/chunk-file-uploader-list → chunk-file-uploader-list}/index.mjs +2 -2
  30. package/{dist/components/chunk-file-uploader-list → chunk-file-uploader-list}/style.css +0 -0
  31. package/{dist/components/chunk-file-uploader-un-support → chunk-file-uploader-un-support}/index.mjs +2 -2
  32. package/{dist/components/chunk-file-uploader-un-support → chunk-file-uploader-un-support}/style.css +0 -0
  33. package/{dist/chunks → chunks}/config.46422d7f.mjs +0 -0
  34. package/{dist/chunks → chunks}/confirmable-mixin.2bfe1ab9.mjs +0 -0
  35. package/{dist/chunks/dataformat.5f95e59e.mjs → chunks/dataformat.25e22176.mjs} +7 -7
  36. package/{dist/chunks/detail.81ecaefa.mjs → chunks/detail.6e53ede8.mjs} +1 -1
  37. package/{dist/chunks/dic.5c08c9fb.mjs → chunks/dic.e8280157.mjs} +8 -13
  38. package/{dist/chunks/event.e4e57889.mjs → chunks/event.a018cb06.mjs} +2 -2
  39. package/{dist/chunks/form-input-mixin.e3b4c68c.mjs → chunks/form-input-mixin.124653d9.mjs} +2 -2
  40. package/{dist/chunks/form-item-mixin.149d5844.mjs → chunks/form-item-mixin.135b60df.mjs} +1 -1
  41. package/{dist/chunks → chunks}/form-pick-mixin.61ad06b2.mjs +0 -0
  42. package/{dist/chunks/index.9b7a65d1.mjs → chunks/index.57f871af.mjs} +0 -0
  43. package/{dist/chunks/init.07b0cebe.mjs → chunks/init.f04c7036.mjs} +2 -2
  44. package/{dist/chunks → chunks}/input-number-mixin.41a066be.mjs +0 -0
  45. package/chunks/json-beautifier.21cfffea.mjs +126 -0
  46. package/{dist/chunks → chunks}/mixins.5a78e0db.mjs +0 -0
  47. package/{dist/chunks → chunks}/packages.1fc9ccba.mjs +0 -0
  48. package/{dist/chunks → chunks}/permission.ce5d2121.mjs +0 -0
  49. package/{dist/chunks → chunks}/slot.4b391395.mjs +0 -0
  50. package/{dist/chunks → chunks}/tab-mixin.e2b9c6a4.mjs +0 -0
  51. package/{dist/chunks/util.eca708b6.mjs → chunks/util.17330567.mjs} +54 -49
  52. package/{dist/chunks → chunks}/utils.97652d86.mjs +0 -0
  53. package/{dist/chunks → chunks}/vueComponentNormalizer.446f5dc4.mjs +0 -0
  54. package/{dist/components/code-mirror-editor → code-mirror-editor}/index.mjs +1 -1
  55. package/{dist/components/code-mirror-editor → code-mirror-editor}/style.css +0 -0
  56. package/{dist/components/color-picker → color-picker}/index.mjs +1 -1
  57. package/{dist/components/column → column}/index.mjs +2 -2
  58. package/{dist/components/column-default → column-default}/index.mjs +3 -3
  59. package/{dist/components/column-dynamic → column-dynamic}/index.mjs +2 -2
  60. package/{dist/components/column-menu → column-menu}/index.mjs +4 -4
  61. package/{dist/components/column-slot → column-slot}/index.mjs +4 -4
  62. package/{dist/components/comment → comment}/index.mjs +1 -1
  63. package/comment/style.css +1 -0
  64. package/{dist/components/confirm-button → confirm-button}/index.mjs +2 -2
  65. package/{dist/components/confirmable → confirmable}/index.mjs +2 -2
  66. package/{dist/components/context-menu → context-menu}/index.mjs +1 -1
  67. package/{dist/components/context-menu → context-menu}/style.css +0 -0
  68. package/{dist/components/count-up → count-up}/index.mjs +1 -1
  69. package/{dist/components/custom-scrollbar → custom-scrollbar}/index.mjs +1 -1
  70. package/{dist/components/data-box → data-box}/index.mjs +1 -1
  71. package/data-box/style.css +1 -0
  72. package/{dist/components/data-card → data-card}/index.mjs +1 -1
  73. package/data-card/style.css +1 -0
  74. package/{dist/components/data-cardtext → data-cardtext}/index.mjs +1 -1
  75. package/data-cardtext/style.css +1 -0
  76. package/{dist/components/data-display → data-display}/index.mjs +1 -1
  77. package/data-display/style.css +1 -0
  78. package/{dist/components/data-icons → data-icons}/index.mjs +1 -1
  79. package/{dist/components/data-icons → data-icons}/style.css +1 -1
  80. package/{dist/components/data-imgtext → data-imgtext}/index.mjs +1 -1
  81. package/{dist/components/data-imgtext → data-imgtext}/style.css +1 -1
  82. package/{dist/components/data-operatext → data-operatext}/index.mjs +1 -1
  83. package/data-operatext/style.css +1 -0
  84. package/{dist/components/data-panel → data-panel}/index.mjs +1 -1
  85. package/data-panel/style.css +1 -0
  86. package/{dist/components/data-pay → data-pay}/index.mjs +1 -1
  87. package/data-pay/style.css +1 -0
  88. package/{dist/components/data-price → data-price}/index.mjs +1 -1
  89. package/data-price/style.css +1 -0
  90. package/{dist/components/data-progress → data-progress}/index.mjs +1 -1
  91. package/data-progress/style.css +1 -0
  92. package/{dist/components/data-rotate → data-rotate}/index.mjs +1 -1
  93. package/data-rotate/style.css +1 -0
  94. package/{dist/components/data-table-picker → data-table-picker}/index.mjs +2 -2
  95. package/{dist/components/data-tabs → data-tabs}/index.mjs +1 -1
  96. package/data-tabs/style.css +1 -0
  97. package/{dist/components/dialog-column → dialog-column}/index.mjs +2 -2
  98. package/{dist/components/dialog-excel → dialog-excel}/index.mjs +3 -3
  99. package/{dist/components/dialog-filter → dialog-filter}/index.mjs +2 -2
  100. package/{dist/components/dialog-form → dialog-form}/index.mjs +30 -25
  101. package/{dist/components/dialog-form → dialog-form}/style.css +0 -0
  102. package/{dist/components/dynamic-table → dynamic-table}/index.mjs +9 -9
  103. package/{dist/components/dynamic-table → dynamic-table}/style.css +0 -0
  104. package/{dist/components/e-charts → e-charts}/index.mjs +1 -1
  105. package/{dist/components/e-charts → e-charts}/style.css +0 -0
  106. package/{dist/components/easy-popup → easy-popup}/index.mjs +1 -1
  107. package/easy-popup/style.css +1 -0
  108. package/{dist/components/editable-progress → editable-progress}/index.mjs +1 -1
  109. package/{dist/components/editable-progress → editable-progress}/style.css +0 -0
  110. package/{dist/components/editable-tree → editable-tree}/index.mjs +2 -2
  111. package/{dist/components/editable-tree → editable-tree}/style.css +0 -0
  112. package/{dist/components/egd-collapse → egd-collapse}/index.mjs +1 -1
  113. package/{dist/components/egd-collapse-item → egd-collapse-item}/index.mjs +1 -1
  114. package/{dist/components/element-dialog → element-dialog}/index.mjs +1 -1
  115. package/{dist/components/element-dialog → element-dialog}/style.css +0 -0
  116. package/{dist/components/empty-view → empty-view}/index.mjs +1 -1
  117. package/{dist/components/empty-view → empty-view}/style.css +0 -0
  118. package/{dist/components/error-view → error-view}/index.mjs +1 -1
  119. package/{dist/components/error-view → error-view}/style.css +0 -0
  120. package/{dist/components/flex-column → flex-column}/index.mjs +2 -2
  121. package/{dist/components/flex-item → flex-item}/index.mjs +2 -2
  122. package/{dist/components/flex-row → flex-row}/index.mjs +2 -2
  123. package/{dist/components/flex-scroller → flex-scroller}/index.mjs +1 -1
  124. package/{dist/components/flex-scroller → flex-scroller}/style.css +0 -0
  125. package/{dist/components/flow → flow}/index.mjs +2 -2
  126. package/flow/style.css +1 -0
  127. package/{dist/components/flow-node → flow-node}/index.mjs +2 -2
  128. package/{dist/components/flow-viewer → flow-viewer}/index.mjs +1 -1
  129. package/{dist/components/flow-viewer → flow-viewer}/style.css +0 -0
  130. package/form-block/index.mjs +156 -0
  131. package/form-block/style.css +1 -0
  132. package/{dist/components/form-button → form-button}/index.mjs +2 -2
  133. package/{dist/components/form-cascader → form-cascader}/index.mjs +4 -4
  134. package/{dist/components/form-checkbox-group → form-checkbox-group}/index.mjs +4 -4
  135. package/{dist/components/form-checkbox-group → form-checkbox-group}/style.css +0 -0
  136. package/{dist/components/form-date-picker → form-date-picker}/index.mjs +4 -4
  137. package/{dist/components/form-group → form-group}/index.mjs +1 -1
  138. package/form-group/style.css +1 -0
  139. package/{dist/components/form-holder → form-holder}/index.mjs +2 -2
  140. package/{dist/components/form-input → form-input}/index.mjs +3 -3
  141. package/{dist/components/form-input-email → form-input-email}/index.mjs +3 -3
  142. package/{dist/components/form-input-id-card → form-input-id-card}/index.mjs +3 -3
  143. package/{dist/components/form-input-number → form-input-number}/index.mjs +4 -4
  144. package/{dist/components/form-input-number → form-input-number}/style.css +0 -0
  145. package/{dist/components/form-input-phone-number → form-input-phone-number}/index.mjs +3 -3
  146. package/form-input-tag/index.mjs +99 -0
  147. package/{dist/components/form-input-time → form-input-time}/index.mjs +3 -3
  148. package/{dist/components/form-item → form-item}/index.mjs +2 -2
  149. package/{dist/components/form-item → form-item}/style.css +0 -0
  150. package/{dist/components/form-item-config-provider → form-item-config-provider}/index.mjs +1 -1
  151. package/{dist/components/form-item-group → form-item-group}/index.mjs +1 -1
  152. package/{dist/components/form-item-group → form-item-group}/style.css +0 -0
  153. package/{dist/components/form-radio-group → form-radio-group}/index.mjs +4 -4
  154. package/{dist/components/form-radio-group → form-radio-group}/style.css +0 -0
  155. package/{dist/components/form-select → form-select}/index.mjs +4 -4
  156. package/{dist/components/form-switch → form-switch}/index.mjs +3 -3
  157. package/{dist/components/form-temp → form-temp}/index.mjs +4 -4
  158. package/{dist/components/form-textarea → form-textarea}/index.mjs +3 -3
  159. package/{dist/components/form-view → form-view}/index.mjs +1 -1
  160. package/{dist/components/form-view → form-view}/style.css +0 -0
  161. package/{dist/components/fy-array → fy-array}/index.mjs +3 -3
  162. package/{dist/components/fy-array → fy-array}/style.css +0 -0
  163. package/{dist/components/fy-article → fy-article}/index.mjs +1 -1
  164. package/fy-article/style.css +1 -0
  165. package/{dist/components/fy-cascader → fy-cascader}/index.mjs +2 -2
  166. package/{dist/components/fy-checkbox → fy-checkbox}/index.mjs +2 -2
  167. package/{dist/components/fy-checkbox → fy-checkbox}/style.css +0 -0
  168. package/{dist/components/fy-code → fy-code}/index.mjs +2 -2
  169. package/{dist/components/fy-curd → fy-curd}/index.mjs +7 -7
  170. package/{dist/components/fy-curd → fy-curd}/style.css +1 -1
  171. package/{dist/components/fy-date → fy-date}/index.mjs +2 -2
  172. package/{dist/components/fy-date → fy-date}/style.css +1 -1
  173. package/{dist/components/fy-dialog-form → fy-dialog-form}/index.mjs +3 -3
  174. package/{dist/components/fy-draggable → fy-draggable}/index.mjs +2 -2
  175. package/fy-draggable/style.css +1 -0
  176. package/{dist/components/fy-dynamic → fy-dynamic}/index.mjs +3 -3
  177. package/fy-dynamic/style.css +1 -0
  178. package/{dist/components/fy-empty → fy-empty}/index.mjs +2 -2
  179. package/{dist/components/fy-empty → fy-empty}/style.css +0 -0
  180. package/{dist/components/fy-form → fy-form}/index.mjs +10 -19
  181. package/{dist/components/fy-form → fy-form}/style.css +1 -1
  182. package/{dist/components/fy-form-design → fy-form-design}/index.mjs +55 -337
  183. package/fy-form-design/style.css +1 -0
  184. package/{dist/components/fy-form-menu → fy-form-menu}/index.mjs +1 -1
  185. package/{dist/components/fy-input → fy-input}/index.mjs +2 -2
  186. package/{dist/components/fy-input-color → fy-input-color}/index.mjs +2 -2
  187. package/{dist/components/fy-input-icon → fy-input-icon}/index.mjs +2 -2
  188. package/fy-input-icon/style.css +1 -0
  189. package/{dist/components/fy-input-map → fy-input-map}/index.mjs +2 -2
  190. package/{dist/components/fy-input-map → fy-input-map}/style.css +1 -1
  191. package/{dist/components/fy-input-number → fy-input-number}/index.mjs +2 -2
  192. package/{dist/components/fy-input-table → fy-input-table}/index.mjs +2 -2
  193. package/fy-input-table/style.css +1 -0
  194. package/{dist/components/fy-input-tree → fy-input-tree}/index.mjs +2 -2
  195. package/fy-input-tree/style.css +1 -0
  196. package/{dist/components/fy-progress → fy-progress}/index.mjs +1 -1
  197. package/{dist/components/fy-radio → fy-radio}/index.mjs +2 -2
  198. package/{dist/components/fy-radio → fy-radio}/style.css +0 -0
  199. package/{dist/components/fy-rate → fy-rate}/index.mjs +2 -2
  200. package/{dist/components/fy-rate → fy-rate}/style.css +0 -0
  201. package/{dist/components/fy-select → fy-select}/index.mjs +4 -4
  202. package/fy-select/style.css +1 -0
  203. package/{dist/components/fy-slider → fy-slider}/index.mjs +3 -3
  204. package/{dist/components/fy-switch → fy-switch}/index.mjs +2 -2
  205. package/{dist/components/fy-tabs → fy-tabs}/index.mjs +7 -7
  206. package/{dist/components/fy-time → fy-time}/index.mjs +2 -2
  207. package/{dist/components/fy-title → fy-title}/index.mjs +2 -2
  208. package/fy-title/style.css +1 -0
  209. package/{dist/components/fy-tree → fy-tree}/index.mjs +3 -3
  210. package/fy-tree/style.css +1 -0
  211. package/{dist/components/fy-u-editor → fy-u-editor}/index.mjs +2 -2
  212. package/{dist/components/fy-u-editor → fy-u-editor}/style.css +0 -0
  213. package/{dist/components/fy-upload → fy-upload}/index.mjs +4 -4
  214. package/fy-upload/style.css +1 -0
  215. package/{dist/components/guide-steps → guide-steps}/index.mjs +1 -1
  216. package/{dist/components/guide-steps → guide-steps}/style.css +0 -0
  217. package/{dist/components/header-menu → header-menu}/index.mjs +4 -4
  218. package/{dist/components/header-search → header-search}/index.mjs +5 -5
  219. package/{dist/components/highlight-j-s → highlight-j-s}/index.mjs +1 -1
  220. package/highlight-j-s/style.css +1 -0
  221. package/{dist/components/icon-card → icon-card}/index.mjs +1 -1
  222. package/{dist/components/icon-card → icon-card}/style.css +0 -0
  223. package/{dist/components/icon-temp → icon-temp}/index.mjs +1 -1
  224. package/{dist/components/icon-temp → icon-temp}/style.css +1 -1
  225. package/{dist/components/iframe-window → iframe-window}/index.mjs +1 -1
  226. package/{dist/components/iframe-window → iframe-window}/style.css +0 -0
  227. package/{dist/components/image-cropper → image-cropper}/index.mjs +71 -21
  228. package/image-cropper/style.css +1 -0
  229. package/{dist/components/image-preview → image-preview}/index.mjs +70 -43
  230. package/image-preview/style.css +1 -0
  231. package/{dist/components/image-viewer → image-viewer}/index.mjs +1 -1
  232. package/image-viewer/style.css +1 -0
  233. package/index.cjs +109 -0
  234. package/index.css +1 -0
  235. package/{dist/index.mjs → index.mjs} +4075 -3107
  236. package/{dist/components/input-number → input-number}/index.mjs +2 -2
  237. package/{dist/components/input-number → input-number}/style.css +0 -0
  238. package/{dist/components/input-number-range → input-number-range}/index.mjs +1 -1
  239. package/{dist/components/input-number-range → input-number-range}/style.css +0 -0
  240. package/{dist/components/j-s-x-component → j-s-x-component}/index.mjs +0 -0
  241. package/{dist/components/keep-view-alive → keep-view-alive}/index.mjs +1 -1
  242. package/{dist/components/keyboard → keyboard}/index.mjs +1 -1
  243. package/keyboard/style.css +1 -0
  244. package/{dist/components/license → license}/index.mjs +2 -2
  245. package/{dist/components/loading-view → loading-view}/index.mjs +1 -1
  246. package/{dist/components/loading-view → loading-view}/style.css +0 -0
  247. package/{dist/components/login → login}/index.mjs +2 -2
  248. package/login/style.css +1 -0
  249. package/monaco-editor/index.mjs +196 -0
  250. package/{dist/components/name-avatar → name-avatar}/index.mjs +1 -1
  251. package/name-avatar/style.css +1 -0
  252. package/{dist/components/nav-bar → nav-bar}/index.mjs +1 -1
  253. package/{dist/components/nav-bar → nav-bar}/style.css +0 -0
  254. package/{dist/components/not-implement → not-implement}/index.mjs +1 -1
  255. package/{dist/components/not-implement → not-implement}/style.css +0 -0
  256. package/{dist/components/notice → notice}/index.mjs +1 -1
  257. package/notice/style.css +1 -0
  258. package/package.json +5 -126
  259. package/{dist/components/page → page}/index.mjs +1 -1
  260. package/{dist/components/page → page}/style.css +0 -0
  261. package/{dist/components/page-header → page-header}/index.mjs +1 -1
  262. package/{dist/components/page-header → page-header}/style.css +0 -0
  263. package/{dist/components/page-index → page-index}/index.mjs +1 -1
  264. package/{dist/components/page-index → page-index}/style.css +0 -0
  265. package/{dist/components/page-index-top → page-index-top}/index.mjs +1 -1
  266. package/{dist/components/page-skeleton → page-skeleton}/index.mjs +1 -1
  267. package/{dist/components/page-skeleton → page-skeleton}/style.css +0 -0
  268. package/{dist/components/page-skeleton-new → page-skeleton-new}/index.mjs +1 -1
  269. package/{dist/components/page-skeleton-new → page-skeleton-new}/style.css +0 -0
  270. package/{dist/components/pageable-table → pageable-table}/index.mjs +2 -2
  271. package/{dist/components/pageable-table → pageable-table}/style.css +0 -0
  272. package/{dist/components/pageable-view → pageable-view}/index.mjs +2 -2
  273. package/{dist/components/pageable-view → pageable-view}/style.css +0 -0
  274. package/{dist/components/photo-swipe → photo-swipe}/index.mjs +1 -1
  275. package/present-view/index.mjs +360 -0
  276. package/present-view/style.css +1 -0
  277. package/{dist/components/process-designer → process-designer}/index.mjs +1 -1
  278. package/{dist/components/process-designer → process-designer}/style.css +1 -1
  279. package/{dist/components/properties-panel → properties-panel}/index.mjs +7 -7
  280. package/properties-panel/style.css +1 -0
  281. package/{dist/components/queue → queue}/index.mjs +1 -1
  282. package/{dist/components/record-video → record-video}/index.mjs +34 -34
  283. package/record-video/style.css +1 -0
  284. package/{dist/components/resize-observer → resize-observer}/index.mjs +2 -2
  285. package/{dist/components/resize-observer → resize-observer}/style.css +0 -0
  286. package/{dist/components/search → search}/index.mjs +3 -3
  287. package/search/style.css +1 -0
  288. package/{dist/components/search-popover → search-popover}/index.mjs +12 -12
  289. package/search-popover/style.css +1 -0
  290. package/{dist/components/sign → sign}/index.mjs +2 -2
  291. package/{dist/components/sign → sign}/style.css +0 -0
  292. package/{dist/components/sign-panel → sign-panel}/index.mjs +1 -1
  293. package/{dist/components/sign-panel → sign-panel}/style.css +0 -0
  294. package/{dist/components/skeleton → skeleton}/index.mjs +1 -1
  295. package/skeleton/style.css +1 -0
  296. package/{dist/components/split-pane → split-pane}/index.mjs +1 -1
  297. package/{dist/components/split-pane → split-pane}/style.css +0 -0
  298. package/{dist/components/stateful → stateful}/index.mjs +1 -1
  299. package/{dist/components/stateful → stateful}/style.css +0 -0
  300. package/{dist/components/static-pageable-table → static-pageable-table}/index.mjs +1 -1
  301. package/{dist/components/static-pageable-table → static-pageable-table}/style.css +0 -0
  302. package/{dist/components/swiper → swiper}/index.mjs +2 -2
  303. package/{dist/components/swiper → swiper}/style.css +0 -0
  304. package/{dist/components/tab → tab}/index.mjs +2 -2
  305. package/{dist/components/tab → tab}/style.css +0 -0
  306. package/{dist/components/tab-item → tab-item}/index.mjs +2 -2
  307. package/{dist/components/table-column → table-column}/index.mjs +1 -1
  308. package/{dist/components/table-page → table-page}/index.mjs +3 -3
  309. package/{dist/components/table-view → table-view}/index.mjs +2 -2
  310. package/{dist/components/table-view → table-view}/style.css +0 -0
  311. package/{dist/components/tag-render → tag-render}/index.mjs +1 -1
  312. package/{dist/components/tag-render → tag-render}/style.css +0 -0
  313. package/{dist/components/text-ellipsis → text-ellipsis}/index.mjs +2 -2
  314. package/{dist/components/text-ellipsis → text-ellipsis}/style.css +0 -0
  315. package/{dist/components/tinymce-editor → tinymce-editor}/index.mjs +1 -1
  316. package/{dist/components/tinymce-editor → tinymce-editor}/style.css +1 -1
  317. package/{dist/components/tinymce-wrapper → tinymce-wrapper}/index.mjs +290 -97
  318. package/{dist/components/tinymce-wrapper → tinymce-wrapper}/style.css +0 -0
  319. package/{dist/components/toolbar → toolbar}/index.mjs +1 -1
  320. package/{dist/components/toolbar → toolbar}/style.css +0 -0
  321. package/{dist/components/toolbar-button → toolbar-button}/index.mjs +1 -1
  322. package/{dist/components/toolbar-button → toolbar-button}/style.css +0 -0
  323. package/{dist/components/trigger → trigger}/index.mjs +1 -1
  324. package/{dist/components/verify → verify}/index.mjs +2 -2
  325. package/verify/style.css +1 -0
  326. package/{dist/components/vue-tags-input → vue-tags-input}/index.mjs +1 -1
  327. package/{dist/components/vue-tags-input → vue-tags-input}/style.css +0 -0
  328. package/{dist/components/watermark → watermark}/index.mjs +2 -2
  329. package/{dist/components/watermark → watermark}/style.css +0 -0
  330. package/web-types.json +832 -209
  331. package/x-input-tag/index.mjs +182 -0
  332. package/x-input-tag/style.css +1 -0
  333. package/README.md +0 -27
  334. package/dist/components/avatar/style.css +0 -1
  335. package/dist/components/base.css +0 -1
  336. package/dist/components/card/style.css +0 -1
  337. package/dist/components/carousel/style.css +0 -1
  338. package/dist/components/chat/style.css +0 -1
  339. package/dist/components/comment/style.css +0 -1
  340. package/dist/components/data-box/style.css +0 -1
  341. package/dist/components/data-card/style.css +0 -1
  342. package/dist/components/data-cardtext/style.css +0 -1
  343. package/dist/components/data-display/style.css +0 -1
  344. package/dist/components/data-operatext/style.css +0 -1
  345. package/dist/components/data-panel/style.css +0 -1
  346. package/dist/components/data-pay/style.css +0 -1
  347. package/dist/components/data-price/style.css +0 -1
  348. package/dist/components/data-progress/style.css +0 -1
  349. package/dist/components/data-rotate/style.css +0 -1
  350. package/dist/components/data-tabs/style.css +0 -1
  351. package/dist/components/easy-popup/style.css +0 -1
  352. package/dist/components/flow/style.css +0 -1
  353. package/dist/components/form-group/style.css +0 -1
  354. package/dist/components/fy-article/style.css +0 -1
  355. package/dist/components/fy-draggable/style.css +0 -1
  356. package/dist/components/fy-dynamic/style.css +0 -1
  357. package/dist/components/fy-form-design/style.css +0 -1
  358. package/dist/components/fy-input-icon/style.css +0 -1
  359. package/dist/components/fy-input-table/style.css +0 -1
  360. package/dist/components/fy-input-tree/style.css +0 -1
  361. package/dist/components/fy-select/style.css +0 -1
  362. package/dist/components/fy-tabs/style.css +0 -0
  363. package/dist/components/fy-title/style.css +0 -1
  364. package/dist/components/fy-tree/style.css +0 -1
  365. package/dist/components/fy-upload/style.css +0 -1
  366. package/dist/components/highlight-j-s/style.css +0 -1
  367. package/dist/components/image-cropper/style.css +0 -1
  368. package/dist/components/image-preview/style.css +0 -1
  369. package/dist/components/image-viewer/style.css +0 -1
  370. package/dist/components/keyboard/style.css +0 -1
  371. package/dist/components/login/style.css +0 -1
  372. package/dist/components/name-avatar/style.css +0 -1
  373. package/dist/components/notice/style.css +0 -1
  374. package/dist/components/properties-panel/style.css +0 -1
  375. package/dist/components/record-video/style.css +0 -1
  376. package/dist/components/search/style.css +0 -1
  377. package/dist/components/search-popover/style.css +0 -1
  378. package/dist/components/skeleton/style.css +0 -1
  379. package/dist/components/verify/style.css +0 -1
  380. package/dist/index.cjs +0 -85
  381. package/dist/index.css +0 -1
@@ -80,51 +80,51 @@ function strCorNum(e) {
80
80
  e[r] = Number(n);
81
81
  }), e;
82
82
  }
83
- function extend() {
84
- let e = arguments[0] || {}, n = !1;
85
- const r = Array.prototype.slice.call(arguments);
86
- let t = 1, s, o, a, i, l = !1;
87
- for (typeof e == "boolean" && (n = e, t++, e = arguments[1]); t < r.length; t++)
88
- if ((s = r[t]) != null)
89
- for (a in s)
90
- i = s[a], o = e[a], n && (toString.call(i) === "[object Object]" || (l = toString.call(i) === "[object Array]")) ? (l ? o = toString.call(o) === "[object Array]" ? o : [] : o = toString.call(o) === "[object Object]" ? o : {}, e[a] = extend(n, o, i)) : i !== void 0 && i !== o && (e[a] = i);
91
- return e;
83
+ function extend(...e) {
84
+ let n = e[0] || {}, r = !1;
85
+ const t = Array.prototype.slice.call(e);
86
+ let s = 1, i, o, a, l, c = !1;
87
+ for (typeof n == "boolean" && (r = n, s++, n = e[1]); s < t.length; s++)
88
+ if ((i = t[s]) != null)
89
+ for (a in i)
90
+ l = i[a], o = n[a], r && (toString.call(l) === "[object Object]" || (c = toString.call(l) === "[object Array]")) ? (c ? o = toString.call(o) === "[object Array]" ? o : [] : o = toString.call(o) === "[object Object]" ? o : {}, n[a] = extend(r, o, l)) : l !== void 0 && l !== o && (n[a] = l);
91
+ return n;
92
92
  }
93
93
  function createObj(e, n) {
94
94
  const r = n.split("."), t = r.splice(0, 1)[0], s = {};
95
95
  if (s[t] = {}, r.length >= 2) {
96
- const o = "{", a = "}";
97
- let i = "";
96
+ const i = "{", o = "}";
97
+ let a = "";
98
98
  r.forEach((l) => {
99
- i = `${i}${o}"${l}":`;
100
- }), i = `${i}""`;
99
+ a = `${a}${i}"${l}":`;
100
+ }), a = `${a}""`;
101
101
  for (let l = 0; l < r.length; l++)
102
- i = `${i}${a}`;
103
- i = JSON.parse(i), s[t] = i;
102
+ a = `${a}${o}`;
103
+ a = JSON.parse(a), s[t] = a;
104
104
  }
105
105
  return e = extend(!0, e, s), e;
106
106
  }
107
107
  function dataURLtoFile(e, n) {
108
108
  const r = e.split(","), t = r[0].match(/:(.*?);/)[1], s = atob(r[1]);
109
- let o = s.length;
110
- const a = new Uint8Array(o);
111
- for (; o--; )
112
- a[o] = s.charCodeAt(o);
113
- return new File([a], n, {
109
+ let i = s.length;
110
+ const o = new Uint8Array(i);
111
+ for (; i--; )
112
+ o[i] = s.charCodeAt(i);
113
+ return new File([o], n, {
114
114
  type: t
115
115
  });
116
116
  }
117
117
  function findObject(e, n, r = "prop") {
118
118
  let t = -1;
119
119
  const s = (() => {
120
- let o;
121
- return e.forEach((a) => {
122
- a.column ? o = "group" : a.children && (o = "tree");
123
- }), o;
120
+ let i;
121
+ return e.forEach((o) => {
122
+ o.column ? i = "group" : o.children && (i = "tree");
123
+ }), i;
124
124
  })();
125
- return s === "group" ? e.forEach((o) => {
126
- const a = findArray(o.column, n, r, !0);
127
- a !== -1 && (t = a);
125
+ return s === "group" ? e.forEach((i) => {
126
+ const o = findArray(i.column, n, r, !0);
127
+ o !== -1 && (t = o);
128
128
  }) : s === "tree" ? t = findLabelNode(e, n, { value: r }, !0) : t = findArray(e, n, r, !0), t;
129
129
  }
130
130
  function randomId() {
@@ -143,27 +143,32 @@ const deepClone = (e) => {
143
143
  r = {};
144
144
  else
145
145
  return e;
146
- if (n === "array")
147
- for (var t = 0, s = e.length; t < s; t++)
148
- e[t] = (() => (e[t] === 0, e[t]))(), e[t] && delete e[t].$parent, r.push(deepClone(e[t]));
149
- else if (n === "object")
150
- for (const o in e)
151
- e && delete e.$parent, r[o] = deepClone(e[o]);
146
+ if (n === "array") {
147
+ e = e;
148
+ let t = 0;
149
+ const s = e.length;
150
+ for (; t < s; t++)
151
+ e[t] && delete e[t].$parent, r.push(deepClone(e[t]));
152
+ } else if (n === "object")
153
+ for (const t in e) {
154
+ const s = e[t];
155
+ s && delete s.$parent, r[t] = deepClone(e[t]);
156
+ }
152
157
  return r;
153
158
  }, setPx = (e, n = "") => (e || (e = n), e ? (e = `${e}`, e.indexOf("%") === -1 && e.indexOf("px") === -1 && (e = `${e}px`), e) : ""), detailDataType = (e, n) => isBlank(e) ? e : n === "number" ? Number(e) : n === "string" ? `${e}` : e, detailDic = (e = [], n = {}, r) => {
154
159
  const t = n.value || DIC_PROPS.value, s = n.children || DIC_PROPS.children;
155
- return e.forEach((o) => {
156
- o[t] = detailDataType(o[t], r), o[s] && detailDic(o[s], n, r);
160
+ return e.forEach((i) => {
161
+ i[t] = detailDataType(i[t], r), i[s] && detailDic(i[s], n, r);
157
162
  }), e;
158
163
  }, findByValue = (e, n, r) => {
159
164
  if (isBlank(e))
160
165
  return n;
161
166
  const t = n instanceof Array, s = t ? n : [n];
162
167
  r = r || DIC_PROPS;
163
- const o = [];
164
- for (let a = 0; a < s.length; a++)
165
- o.push(findLabelNode(e, s[a], r) || s[a]);
166
- return t ? o.join(DIC_SHOW_SPLIT) : o.join();
168
+ const i = [];
169
+ for (let o = 0; o < s.length; o++)
170
+ i.push(findLabelNode(e, s[o], r) || s[o]);
171
+ return t ? i.join(DIC_SHOW_SPLIT) : i.join();
167
172
  }, filterParams = (e, n = ["", "$"], r = !0) => {
168
173
  const t = r ? deepClone(e) : e;
169
174
  for (const s in t)
@@ -175,22 +180,22 @@ const deepClone = (e) => {
175
180
  return e.forEach((s) => {
176
181
  s[t] && (r = r.concat(s[t]));
177
182
  }), r;
178
- }, findLabelNode = (e, n, r, t) => {
183
+ }, findLabelNode = (e, n, r, t = null) => {
179
184
  let s;
180
185
  t || (e = detailDicGroup(e, r));
181
- const o = (a) => {
182
- const i = r.label || DIC_PROPS.label, l = r.value || DIC_PROPS.value, u = r.children || DIC_PROPS.children;
183
- for (let f = 0; f < a.length; f++) {
184
- const c = a[f], d = c[u] || [];
185
- c[l] === n ? s = t ? c : c[i] : o(d);
186
+ const i = (o) => {
187
+ const a = r.label || DIC_PROPS.label, l = r.value || DIC_PROPS.value, c = r.children || DIC_PROPS.children;
188
+ for (let u = 0; u < o.length; u++) {
189
+ const f = o[u], d = f[c] || [];
190
+ f[l] === n ? s = t ? f : f[a] : i(d);
186
191
  }
187
192
  };
188
- return o(e), s;
189
- }, getDeepData = (e) => (Array.isArray(e) ? e : e.data) || [], getObjValue = (e, n = "", r) => {
193
+ return i(e), s;
194
+ }, getDeepData = (e) => (Array.isArray(e) ? e : e.data) || [], getObjValue = (e, n = "", r = null) => {
190
195
  const t = n.split(".");
191
196
  let s = e;
192
- return t[0] === "" && r !== "object" ? getDeepData(e) : (t[0] !== "" && t.forEach((o) => {
193
- s = s[o];
197
+ return t[0] === "" && r !== "object" ? getDeepData(e) : (t[0] !== "" && t.forEach((i) => {
198
+ s = s[i];
194
199
  }), s);
195
200
  }, findArray = (e, n, r, t) => {
196
201
  r = r || DIC_PROPS.value;
File without changes
@@ -12,7 +12,7 @@ import "codemirror/addon/fold/foldgutter";
12
12
  import "codemirror/addon/fold/foldgutter.css";
13
13
  import "codemirror/addon/fold/brace-fold";
14
14
  import "codemirror/addon/fold/comment-fold";
15
- import { n as j } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
15
+ import { n as j } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
16
16
  var M = function() {
17
17
  var i = {}, l = function() {
18
18
  var m = { trace: function() {
@@ -16,7 +16,7 @@ var c = (e, o, t) => new Promise((r, n) => {
16
16
  });
17
17
  import p from "element-ui/packages/color-picker/src/color";
18
18
  import h from "element-ui/src/utils/clickoutside";
19
- import { n as f } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
19
+ import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
20
20
  var m = function() {
21
21
  var e = this, o = e.$createElement, t = e._self._c || o;
22
22
  return t("ElColorPickerDropdown", {
@@ -1,6 +1,6 @@
1
- import { a as s, D as l } from "../../chunks/util.eca708b6.mjs";
1
+ import { a as s, D as l } from "../chunks/util.17330567.mjs";
2
2
  import { isBlank as p } from "@web-utils/core";
3
- import { n as c } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var d = function() {
5
5
  var t = this, n = t.$createElement, e = t._self._c || n;
6
6
  return e("div", [t._t("header"), t._l(t.list, function(r) {
@@ -1,6 +1,6 @@
1
- import { c as r } from "../../chunks/config.46422d7f.mjs";
2
- import { o as d } from "../../chunks/util.eca708b6.mjs";
3
- import { n as c } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { c as r } from "../chunks/config.46422d7f.mjs";
2
+ import { o as d } from "../chunks/util.17330567.mjs";
3
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var a = function() {
5
5
  var e = this, n = e.$createElement, t = e._self._c || n;
6
6
  return t("div", [t("ElTableColumn", {
@@ -1,5 +1,5 @@
1
- import { o as u } from "../../chunks/util.eca708b6.mjs";
2
- import { n as c } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { o as u } from "../chunks/util.17330567.mjs";
2
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var p = function() {
4
4
  var n = this, t = n.$createElement, l = n._self._c || t;
5
5
  return n.getColumnProp(n.columnOption, "hide") ? l("ElTableColumn", {
@@ -1,7 +1,7 @@
1
- import { c as u } from "../../chunks/config.46422d7f.mjs";
2
- import { p as d } from "../../chunks/permission.ce5d2121.mjs";
3
- import { o as a } from "../../chunks/util.eca708b6.mjs";
4
- import { n as l } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { c as u } from "../chunks/config.46422d7f.mjs";
2
+ import { p as d } from "../chunks/permission.ce5d2121.mjs";
3
+ import { o as a } from "../chunks/util.17330567.mjs";
4
+ import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
5
  var m = function() {
6
6
  var e = this, o = e.$createElement, r = e._self._c || o;
7
7
  return e.optVal(e.crud.tableOption.menu, e.config.menu) && e.crud.getPermission("menu") ? r("ElTableColumn", {
@@ -1,8 +1,8 @@
1
- import { d as h } from "../../chunks/detail.81ecaefa.mjs";
2
- import { o as f, u as b, i as g, D as p, b as y, d as _ } from "../../chunks/util.eca708b6.mjs";
3
- import { s as C } from "../../chunks/dic.5c08c9fb.mjs";
1
+ import { d as h } from "../chunks/detail.6e53ede8.mjs";
2
+ import { o as f, u as b, i as g, D as p, b as y, d as _ } from "../chunks/util.17330567.mjs";
3
+ import { s as C } from "../chunks/dic.e8280157.mjs";
4
4
  import { isBlank as i } from "@web-utils/core";
5
- import { n as $ } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
+ import { n as $ } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
6
6
  var v = function() {
7
7
  var e = this, t = e.$createElement, l = e._self._c || t;
8
8
  return e.getColumnProp(e.column, "hide") ? l("ElTableColumn", {
@@ -1,4 +1,4 @@
1
- import { n as s } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var n = function() {
3
3
  var t = this, a = t.$createElement, e = t._self._c || a;
4
4
  return e("div", {
@@ -0,0 +1 @@
1
+ .avue-comment{display:flex;align-items:flex-start;margin-bottom:30px}.avue-comment--reverse{flex-direction:row-reverse}.avue-comment--reverse .avue-comment__main:before,.avue-comment--reverse .avue-comment__main:after{right:-8px;left:auto;border-width:8px 0 8px 8px}.avue-comment--reverse .avue-comment__main:before{border-left-color:#dedede}.avue-comment--reverse .avue-comment__main:after{margin-right:1px;margin-left:auto;border-left-color:#f8f8f8}.avue-comment__avatar{box-sizing:border-box;width:48px;height:48px;vertical-align:middle;border:1px solid transparent;border-radius:50%}.avue-comment__header{display:flex;align-items:center;justify-content:space-between;padding:5px 15px;background:#f8f8f8;border-bottom:1px solid #eee}.avue-comment__author{color:#999;font-weight:700;font-size:14px}.avue-comment__main{position:relative;flex:1;margin:0 20px;border:1px solid #dedede;border-radius:2px}.avue-comment__main:before,.avue-comment__main:after{position:absolute;top:10px;right:100%;left:-8px;display:block;width:0;height:0;border-color:transparent;border-style:solid solid outset;border-width:8px 8px 8px 0;content:" ";pointer-events:none}.avue-comment__main:before{z-index:1;border-right-color:#dedede}.avue-comment__main:after{z-index:2;margin-left:1px;border-right-color:#f8f8f8}.avue-comment__body{padding:15px;overflow:hidden;color:#333;font-size:14px;font-family:Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif;background:#fff}.avue-comment blockquote{margin:0;padding:1px 0 1px 15px;font-family:Georgia,Times New Roman,Times,Kai,Kaiti SC,KaiTi,BiauKai,FontAwesome,serif;border-left:4px solid #ddd}
@@ -1,5 +1,5 @@
1
- import { c as e } from "../../chunks/confirmable-mixin.2bfe1ab9.mjs";
2
- import { n as o } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { c as e } from "../chunks/confirmable-mixin.2bfe1ab9.mjs";
2
+ import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  const i = {
4
4
  props: {
5
5
  type: {
@@ -1,5 +1,5 @@
1
- import { c as o } from "../../chunks/confirmable-mixin.2bfe1ab9.mjs";
2
- import { n as t } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { c as o } from "../chunks/confirmable-mixin.2bfe1ab9.mjs";
2
+ import { n as t } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  const r = {
4
4
  name: "Confirmable",
5
5
  mixins: [o]
@@ -1,4 +1,4 @@
1
- import { n as a } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var d = function() {
3
3
  var t = this, i = t.$createElement, e = t._self._c || i;
4
4
  return t.rendered ? e("div", {
@@ -11,7 +11,7 @@ var r = (t, e, s) => e in t ? o(t, e, { enumerable: !0, configurable: !0, writab
11
11
  return t;
12
12
  }, a = (t, e) => c(t, d(e));
13
13
  import { CountUp as h } from "countup.js";
14
- import { n as m } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
14
+ import { n as m } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
15
15
  var f = function() {
16
16
  var t = this, e = t.$createElement, s = t._self._c || e;
17
17
  return s("span", [t._v(t._s(t.end))]);
@@ -12,7 +12,7 @@ var l = (t, e, s) => e in t ? c(t, e, { enumerable: !0, configurable: !0, writab
12
12
  }, a = (t, e) => h(t, d(e));
13
13
  import r from "overlayscrollbars";
14
14
  import "overlayscrollbars/css/OverlayScrollbars.css";
15
- import { n as f } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
15
+ import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
16
16
  var u = function() {
17
17
  var t = this, e = t.$createElement, s = t._self._c || e;
18
18
  return s("div", {
@@ -1,4 +1,4 @@
1
- import { n as e } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as e } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var c = function() {
3
3
  var a = this, s = a.$createElement, n = a._self._c || s;
4
4
  return n("div", {
@@ -0,0 +1 @@
1
+ .data-box .item{position:relative;box-sizing:border-box;width:96%;height:100px;margin:0 auto 10px;overflow:hidden;border-radius:5px}.data-box .item:hover .item-text{top:0}.data-box .item a{display:flex;text-decoration:none}.data-box .item a:visited{color:inherit}.data-box .item-icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;color:#fff;line-height:100px;text-align:center}.data-box .item-icon i{font-size:48px!important}.data-box .item-info{display:flex;flex:1;flex-direction:column;justify-content:center;background-color:#fff;border:1px solid #eee;border-left:none;border-radius:0 5px 5px 0}.data-box .item-info .title{font-size:30px;line-height:40px;text-align:center}.data-box .item-info .info{color:#999;font-size:14px;text-align:center}
@@ -1,4 +1,4 @@
1
- import { n as s } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var l = function() {
3
3
  var t = this, o = t.$createElement, r = t._self._c || o;
4
4
  return r("div", {
@@ -0,0 +1 @@
1
+ .data-card .item{position:relative;width:230px;height:340px;margin:0 auto 50px;overflow:hidden;border-color:#fff;border-style:solid;border-width:1px;border-radius:5px}.data-card .item:hover .item-text{top:0}.data-card .item-img{width:100%;border-radius:5px 5px 0 0}.data-card .item-text{position:absolute;top:150px;box-sizing:border-box;width:100%;height:340px;padding:20px 15px;overflow:auto;border-radius:0 0 5px 5px;opacity:.9;transition:top .4s}.data-card .item-text>p{font-size:12px;line-height:25px;text-indent:2em}
@@ -1,4 +1,4 @@
1
- import { n as r } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var c = function() {
3
3
  var t = this, e = t.$createElement, a = t._self._c || e;
4
4
  return a("div", {
@@ -0,0 +1 @@
1
+ .avue-data-cardText .item{margin:10px 20px;padding:20px 25px;background:#F8F8F8;border-radius:6px;box-shadow:2px 2px 20px #ccc}.avue-data-cardText .item-header{color:#000;font-weight:700}.avue-data-cardText .item-content{margin-top:8PX;color:#333;font-size:14px;line-height:22px}.avue-data-cardText .item-footer{display:flex;justify-content:space-between;margin-top:20px;color:#999;font-size:12px}.avue-data-cardText .item a{text-decoration:none}.avue-data-cardText .item a:visited{color:inherit}
@@ -1,4 +1,4 @@
1
- import { n as i } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var r = function() {
3
3
  var t = this, s = t.$createElement, n = t._self._c || s;
4
4
  return n("div", {
@@ -0,0 +1 @@
1
+ .avue-data-display .item{display:flex;flex-direction:column;align-items:center;margin:5px 0;text-align:center}.avue-data-display .item a{text-decoration:none}.avue-data-display .item a:visited{color:inherit}.avue-data-display .count{display:block;margin:8px 0 15px;color:#15a0ff;font-weight:700;font-size:32px}.avue-data-display .title{color:#999;line-height:32px}.avue-data-display .splitLine{display:block;width:24px;height:1px;margin:0 auto;background:#9B9B9B}
@@ -1,4 +1,4 @@
1
- import { n as c } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var e = function() {
3
3
  var t = this, a = t.$createElement, n = t._self._c || a;
4
4
  return n("div", {
@@ -1 +1 @@
1
- .data-icons .item{display:flex;align-items:center;justify-content:center;width:90%;margin:10px 15px}.data-icons .item a{text-decoration:none}.data-icons .item a:visited{color:inherit}.data-icons .item-icon{margin-top:3px;margin-right:0!important;text-align:center}.data-icons .item-icon>i{font-size:46px!important}.data-icons .item-info{text-align:center;padding:10px 0}.data-icons .item-info>span{display:block;padding:5px 0;color:#999;font-size:12px}.data-icons .item-info .count{font-size:20px;line-height:25px}.data-icons .item--easy{flex-direction:column}.data-icons .item--easy>.item-icon{margin:0}.data-icons .item--easy>.item-info{margin-top:-15px}.data-icons .item--easy>.item-info>span{font-size:14px}
1
+ .data-icons .item{display:flex;align-items:center;justify-content:center;width:90%;margin:10px 15px}.data-icons .item a{text-decoration:none}.data-icons .item a:visited{color:inherit}.data-icons .item-icon{margin-top:3px;margin-right:0!important;text-align:center}.data-icons .item-icon>i{font-size:46px!important}.data-icons .item-info{padding:10px 0;text-align:center}.data-icons .item-info>span{display:block;padding:5px 0;color:#999;font-size:12px}.data-icons .item-info .count{font-size:20px;line-height:25px}.data-icons .item--easy{flex-direction:column}.data-icons .item--easy>.item-icon{margin:0}.data-icons .item--easy>.item-info{margin-top:-15px}.data-icons .item--easy>.item-info>span{font-size:14px}
@@ -1,4 +1,4 @@
1
- import { n as l } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var i = function() {
3
3
  var a = this, e = a.$createElement, t = a._self._c || e;
4
4
  return t("div", {
@@ -1 +1 @@
1
- .avue-data-imgtext .item{position:relative;height:340px;width:240px;margin:10px auto 50px;border-radius:5px;box-shadow:2px 2px 20px #ccc}.avue-data-imgtext .item a{text-decoration:none}.avue-data-imgtext .item a:visited{color:inherit}.avue-data-imgtext .item-header img{width:100%;height:170px;background:red;border-radius:5px 5px 0 0}.avue-data-imgtext .item-content{padding:10px 15px;color:#333!important}.avue-data-imgtext .item-content span{font-size:20px}.avue-data-imgtext .item-content:hover span{color:#1890ff}.avue-data-imgtext .item-content p{font-size:14px;height:60px;margin:6px 0;overflow:hidden}.avue-data-imgtext .item-footer{padding:10px 15px;position:relative}.avue-data-imgtext .item-footer img{height:20px;width:20px;border-radius:50%}.avue-data-imgtext .item-footer div{display:inline-block}.avue-data-imgtext .item-footer div ul,.avue-data-imgtext .item-footer div li{padding:0;list-style:none;display:inline-block;border:2px solid white;border-radius:50%;margin:0 0 0 -8px}.avue-data-imgtext .item-footer div:nth-child(1){font-size:14px;color:#ccc!important}.avue-data-imgtext .item-footer div:nth-child(2){position:absolute;right:15px}
1
+ .avue-data-imgtext .item{position:relative;width:240px;height:340px;margin:10px auto 50px;border-radius:5px;box-shadow:2px 2px 20px #ccc}.avue-data-imgtext .item a{text-decoration:none}.avue-data-imgtext .item a:visited{color:inherit}.avue-data-imgtext .item-header img{width:100%;height:170px;background:red;border-radius:5px 5px 0 0}.avue-data-imgtext .item-content{padding:10px 15px;color:#333!important}.avue-data-imgtext .item-content span{font-size:20px}.avue-data-imgtext .item-content:hover span{color:#1890ff}.avue-data-imgtext .item-content p{height:60px;margin:6px 0;overflow:hidden;font-size:14px}.avue-data-imgtext .item-footer{position:relative;padding:10px 15px}.avue-data-imgtext .item-footer img{width:20px;height:20px;border-radius:50%}.avue-data-imgtext .item-footer div{display:inline-block}.avue-data-imgtext .item-footer div ul,.avue-data-imgtext .item-footer div li{display:inline-block;margin:0 0 0 -8px;padding:0;list-style:none;border:2px solid white;border-radius:50%}.avue-data-imgtext .item-footer div:nth-child(1){color:#ccc!important;font-size:14px}.avue-data-imgtext .item-footer div:nth-child(2){position:absolute;right:15px}
@@ -1,4 +1,4 @@
1
- import { n as o } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var c = function() {
3
3
  var t = this, e = t.$createElement, a = t._self._c || e;
4
4
  return a("div", {
@@ -0,0 +1 @@
1
+ .avue-data-operatext .item{position:relative;box-sizing:border-box;margin:5px 10px;background:#fff;border-radius:3px;box-shadow:0 1px 1px #0000001a}.avue-data-operatext .item a{color:#333;text-decoration:none}.avue-data-operatext .item a:visited{color:inherit}.avue-data-operatext .item-header{padding:20px 20px 60px;color:#fff;background-position:center center;border-top-left-radius:3px;border-top-right-radius:3px}.avue-data-operatext .item-title{display:block;margin-top:0;margin-bottom:5px;font-weight:300;font-size:25px;text-shadow:0 1px 1px rgba(0,0,0,.2)}.avue-data-operatext .item-subtitle{font-weight:400;font-size:14px}.avue-data-operatext .item-content{padding:10px 10px 20px;background-color:#fff;border-top:1px solid #f4f4f4;border-radius:0 0 3px 3px}.avue-data-operatext .item-img{width:90px;height:90px;margin:-60px auto 5px;overflow:hidden;border:4px solid #fff;border-radius:100%}.avue-data-operatext .item-img img{width:100%;height:100%}.avue-data-operatext .item-list{display:flex;flex-wrap:wrap}.avue-data-operatext .item-row{box-sizing:border-box;width:33.33%;text-align:center}.avue-data-operatext .item-label{display:block;margin-bottom:5px;font-weight:600;font-size:16px}.avue-data-operatext .item-value{display:block;font-weight:300;text-transform:uppercase}
@@ -1,4 +1,4 @@
1
- import { n as o } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var l = function() {
3
3
  var t = this, s = t.$createElement, a = t._self._c || s;
4
4
  return a("div", {
@@ -0,0 +1 @@
1
+ .avue-data-panel .item{position:relative;display:flex;align-items:center;justify-content:space-between;height:108px;margin:0 20px;padding:0 30px;overflow:hidden;color:#666;font-size:12px;background:#fff;border-color:#0000000d;box-shadow:4px 4px 40px #0000000d;cursor:pointer}.avue-data-panel .item-icon{font-size:52px}.avue-data-panel .item-info{text-align:center}.avue-data-panel .item-title{margin-bottom:12px;color:#00000073;font-size:16px;line-height:18px}.avue-data-panel .item-count{font-size:20px}
@@ -1,4 +1,4 @@
1
- import { n as r } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var c = function() {
3
3
  var t = this, o = t.$createElement, s = t._self._c || o;
4
4
  return s("div", {
@@ -0,0 +1 @@
1
+ .avue-data-pay .item{position:relative;width:80%;min-height:670px;margin:0 auto;padding-bottom:16px;background-color:#fff;border-radius:4px;box-shadow:1px 2px 10px #eee}.avue-data-pay .item a{text-decoration:none}.avue-data-pay .item a:visited{color:inherit}.avue-data-pay .top{position:absolute;top:0;left:0;width:100%;height:6px;border-radius:4px 4px 0 0}.avue-data-pay .header{margin-bottom:40px;text-align:center}.avue-data-pay .title{padding:20px 0 10px;font-weight:200;font-size:20px;text-align:center}.avue-data-pay .money span{margin-right:5px;font-size:14px}.avue-data-pay .money .b{margin-right:2px;font-weight:700;font-size:20px}.avue-data-pay .money s{margin-right:3px;font-size:12px}.avue-data-pay .money em{font-size:14px;font-style:normal}.avue-data-pay .img{width:50px}.avue-data-pay .line{width:60%;height:1px;margin:20px auto;background:hsla(0deg,0%,59%,.1)}.avue-data-pay .btn{display:block;width:120px;height:32px;margin:0 auto;color:#fff;line-height:32px;text-align:center;border-radius:32px;cursor:pointer;transition:opacity .2s ease-in-out}.avue-data-pay .list-item{margin-bottom:12px;padding-left:20px;color:#666;font-size:14px;list-style:none}.avue-data-pay .list-item a{color:#666}.avue-data-pay .list-item-icon{margin-right:8px;color:#515a6e}.avue-data-pay .list-item--link{color:#2d8cf0;font-size:12px}.avue-data-pay .list-item--no{color:#c5c8ce}.avue-data-pay .list-item--no+span{color:#c5c8ce}
@@ -1,4 +1,4 @@
1
- import { n as l } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var o = function() {
3
3
  var t = this, n = t.$createElement, s = t._self._c || n;
4
4
  return s("div", {
@@ -0,0 +1 @@
1
+ .data-price .item{margin:0 20px;text-align:center;border:1px solid #ccc;box-shadow:2px 3px 15px #eee}.data-price .item:hover{border:1px solid #00a680}.data-price .item:hover .body{color:#fff;background-color:#00a680}.data-price .item:hover .body:after{border-top-color:#00a680}.data-price .item:hover .list{color:#00a680}.data-price .item:hover .price{color:#fff}.data-price .item .title{height:80px;color:#333;font-size:18px;line-height:80px}.data-price .item .price{height:120px;margin:0 0 50px;padding:0 8px;color:#6b6b6b;font-size:42px;line-height:120px}.data-price .item .append{font-size:16px}.data-price .item .body{position:relative;height:120px;margin:0 0 50px;padding:0;color:#6b6b6b;font-size:42px;line-height:120px;background-color:#f4f4f4}.data-price .item .body:before{font-weight:400;font-size:16px;content:"\a5"}.data-price .item .body:after{position:absolute;bottom:-15px;left:50%;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:30px;border-top-color:#f4f4f4;border-top-width:20px;border-bottom-width:0;transform:translate(-50%);content:""}.data-price .item .list{padding-bottom:30px;color:#666;font-size:14px}
@@ -1,4 +1,4 @@
1
- import { n as r } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var i = function() {
3
3
  var a = this, n = a.$createElement, s = a._self._c || n;
4
4
  return s("div", {
@@ -0,0 +1 @@
1
+ .data-progress .item{margin:10px}.data-progress .item a{text-decoration:none}.data-progress .item a:visited{color:inherit}.data-progress .item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.data-progress .item-count{color:#666;font-size:26px;line-height:26px}.data-progress .item-title{color:#999;font-size:14px}
@@ -1,4 +1,4 @@
1
- import { n as i } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var c = function() {
3
3
  var t = this, s = t.$createElement, a = t._self._c || s;
4
4
  return a("div", {
@@ -0,0 +1 @@
1
+ .avue-data-rotate .item{position:relative;box-sizing:border-box;margin:5px 10px;color:#fff;border-radius:3px}.avue-data-rotate .item-box{padding:10px 20px}.avue-data-rotate .item-count{display:block;margin-bottom:5px;font-weight:300;font-size:38px;white-space:nowrap}.avue-data-rotate .item-title{font-size:15px}.avue-data-rotate .item-icon{position:absolute;top:20px;right:20px;color:#00000026;font-size:65px;transition:all .3s linear}.avue-data-rotate .item-icon:hover{font-size:70px}.avue-data-rotate .item-more{position:relative;z-index:10;display:block;padding:3px 0;color:#fff;color:#fffc;font-size:14px;letter-spacing:2px;text-align:center;text-decoration:none;background:rgba(0,0,0,.1)}
@@ -1,6 +1,6 @@
1
1
  import { dialog as o } from "@web-utils/vue/mixin/dialog";
2
- import { f as r } from "../../chunks/index.9b7a65d1.mjs";
3
- import { n as s } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ import { f as r } from "../chunks/index.57f871af.mjs";
3
+ import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var a = function() {
5
5
  var e = this, t = e.$createElement, l = e._self._c || t;
6
6
  return l("ElementDialog", {
@@ -1,4 +1,4 @@
1
- import { n as i } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var r = function() {
3
3
  var t = this, n = t.$createElement, a = t._self._c || n;
4
4
  return a("div", {
@@ -0,0 +1 @@
1
+ .avue-data-tabs .item{position:relative;box-sizing:border-box;height:160px;margin:15px;padding:12px;overflow:hidden;color:#fff;border-radius:4px}.avue-data-tabs .item a{color:#fff}.avue-data-tabs .item-header{position:relative}.avue-data-tabs .item-header>p{margin:0;color:#fff;font-size:14px}.avue-data-tabs .item-header>span{position:absolute;top:0;right:0;padding:2px 8px;font-size:12px;background:rgba(255,255,255,.3);border-radius:4px}.avue-data-tabs .item-body .h2{margin:0;color:#fff;font-weight:700;font-size:32px;line-height:60px}.avue-data-tabs .item-footer{padding-top:8px;line-height:20px}.avue-data-tabs .item-footer>span{font-size:10px}.avue-data-tabs .item-footer>p{margin:0;color:#fff;font-size:12px}.avue-data-tabs .item-tip{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;justify-content:center;width:80px;height:80px;font-size:48px;border:2px solid #fff;border-radius:100%;transform:rotate(-40deg);opacity:.1}
@@ -1,5 +1,5 @@
1
- import { c as u } from "../../chunks/config.46422d7f.mjs";
2
- import { n as c } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { c as u } from "../chunks/config.46422d7f.mjs";
2
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var d = function() {
4
4
  var e = this, l = e.$createElement, r = e._self._c || l;
5
5
  return e.columnBox ? r("div", [r("ElDrawer", {
@@ -1,6 +1,6 @@
1
- import { d as u } from "../../chunks/detail.81ecaefa.mjs";
2
- import { d as a } from "../../chunks/util.eca708b6.mjs";
3
- import { n as p } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { d as u } from "../chunks/detail.6e53ede8.mjs";
2
+ import { d as a } from "../chunks/util.17330567.mjs";
3
+ import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var d = function() {
5
5
  var t = this, r = t.$createElement, e = t._self._c || r;
6
6
  return t.box ? e("div", [e("ElementDialog", {
@@ -1,5 +1,5 @@
1
- import { d as u } from "../../chunks/util.eca708b6.mjs";
2
- import { n as o } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { d as u } from "../chunks/util.17330567.mjs";
2
+ import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var r = function() {
4
4
  var e = this, l = e.$createElement, t = e._self._c || l;
5
5
  return e.box ? t("div", [t("ElDrawer", {
@@ -1,7 +1,8 @@
1
- import { isEmpty as a } from "@web-utils/core";
2
- import { d as l } from "../../chunks/util.eca708b6.mjs";
3
- import { n } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
- var r = function() {
1
+ import { isEmpty as n } from "@web-utils/core";
2
+ import { d as l } from "../chunks/util.17330567.mjs";
3
+ import r from "vue";
4
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
+ var d = function() {
5
6
  var e = this, t = e.$createElement, o = e._self._c || t;
6
7
  return o(e.dialogType, e._b({
7
8
  tag: "Component",
@@ -12,8 +13,8 @@ var r = function() {
12
13
  "before-close": e.beforeClose
13
14
  },
14
15
  on: {
15
- "update:visible": function(i) {
16
- e.visible = i;
16
+ "update:visible": function(s) {
17
+ e.visible = s;
17
18
  }
18
19
  }
19
20
  }, "Component", e.dialog, !1), [o("FyForm", {
@@ -25,16 +26,16 @@ var r = function() {
25
26
  status: e.disabled
26
27
  },
27
28
  on: {
28
- "update:status": function(i) {
29
- e.disabled = i;
29
+ "update:status": function(s) {
30
+ e.disabled = s;
30
31
  },
31
32
  submit: e.handleSubmit,
32
33
  "reset-change": e.close
33
34
  },
34
35
  model: {
35
36
  value: e.data,
36
- callback: function(i) {
37
- e.data = i;
37
+ callback: function(s) {
38
+ e.data = s;
38
39
  },
39
40
  expression: "data"
40
41
  }
@@ -61,10 +62,9 @@ var r = function() {
61
62
  click: e.reset
62
63
  }
63
64
  }, [e._v(e._s(e.option.emptyText))]) : e._e()], 1) : e._e()], 1);
64
- }, c = [];
65
- const d = {
65
+ }, m = [];
66
+ const i = {
66
67
  name: "DialogForm",
67
- // showForm,
68
68
  data() {
69
69
  return {
70
70
  opt: {},
@@ -94,7 +94,7 @@ const d = {
94
94
  }
95
95
  },
96
96
  methods: {
97
- isEmpty: a,
97
+ isEmpty: n,
98
98
  deepClone: l,
99
99
  submit() {
100
100
  this.$refs.form.submit();
@@ -120,24 +120,29 @@ const d = {
120
120
  this.callback && this.callback({ data: e, close: this.close, done: t });
121
121
  }
122
122
  }
123
- }, s = {};
124
- var m = /* @__PURE__ */ n(
123
+ };
124
+ i.showForm = (e) => {
125
+ const t = r.extend(i), o = new t().$mount();
126
+ return document.body.appendChild(o.$el), o.show(e), o;
127
+ };
128
+ const u = i, a = {};
129
+ var p = /* @__PURE__ */ c(
130
+ u,
125
131
  d,
126
- r,
127
- c,
132
+ m,
128
133
  !1,
129
- u,
134
+ b,
130
135
  null,
131
136
  null,
132
137
  null
133
138
  );
134
- function u(e) {
135
- for (let t in s)
136
- this[t] = s[t];
139
+ function b(e) {
140
+ for (let t in a)
141
+ this[t] = a[t];
137
142
  }
138
- const h = /* @__PURE__ */ function() {
139
- return m.exports;
143
+ const v = /* @__PURE__ */ function() {
144
+ return p.exports;
140
145
  }();
141
146
  export {
142
- h as default
147
+ v as default
143
148
  };