@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
@@ -1,5 +1,5 @@
1
1
  import { fastClone as u, validateNumber as d, validateIdCard as c, validatePhoneNum as m } from "@web-utils/core";
2
- import { n as f } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var h = function() {
4
4
  var e = this, i = e.$createElement, t = e._self._c || i;
5
5
  return t("div", {
@@ -13,7 +13,7 @@ var h = function() {
13
13
  data: e.value
14
14
  }
15
15
  }, [e._l(e.columns, function(a) {
16
- return t("ElTableColumn", {
16
+ return t("TableColumn", {
17
17
  key: a.prop,
18
18
  attrs: {
19
19
  prop: a.prop,
@@ -22,8 +22,8 @@ var h = function() {
22
22
  },
23
23
  scopedSlots: e._u([{
24
24
  key: "default",
25
- fn: function(l) {
26
- var n = l.row, r = l.$index;
25
+ fn: function(n) {
26
+ var l = n.row, r = n.$index;
27
27
  return [t("ElFormItem", {
28
28
  style: {
29
29
  marginBottom: e.inputDisabled ? "0px" : "16px"
@@ -40,9 +40,9 @@ var h = function() {
40
40
  placeholder: e.inputDisabled ? "" : `请输入${a.label}!`
41
41
  },
42
42
  model: {
43
- value: n[a.prop],
43
+ value: l[a.prop],
44
44
  callback: function(s) {
45
- e.$set(n, a.prop, s);
45
+ e.$set(l, a.prop, s);
46
46
  },
47
47
  expression: "row[column.prop]"
48
48
  }
@@ -50,7 +50,7 @@ var h = function() {
50
50
  }
51
51
  }], null, !0)
52
52
  });
53
- }), e.inputDisabled ? e._e() : t("ElTableColumn", {
53
+ }), e.inputDisabled ? e._e() : t("TableColumn", {
54
54
  attrs: {
55
55
  label: "操作",
56
56
  width: "60",
@@ -59,7 +59,7 @@ var h = function() {
59
59
  scopedSlots: e._u([{
60
60
  key: "default",
61
61
  fn: function(a) {
62
- var l = a.row, n = a.column, r = a.$index;
62
+ var n = a.row, l = a.column, r = a.$index;
63
63
  return [t("i", {
64
64
  staticClass: "el-icon-minus dynamic-table-action-icon",
65
65
  staticStyle: {
@@ -72,7 +72,7 @@ var h = function() {
72
72
  },
73
73
  on: {
74
74
  click: function(s) {
75
- return s.stopPropagation(), e.removeRow(l, r, n);
75
+ return s.stopPropagation(), e.removeRow(n, r, l);
76
76
  }
77
77
  }
78
78
  })];
@@ -2,7 +2,7 @@ import * as s from "echarts/core";
2
2
  import { isString as a } from "@web-utils/core";
3
3
  import { debounce as n } from "@web-utils/integrations/lodash";
4
4
  import { addListener as o, removeListener as c } from "resize-detector";
5
- import { n as d } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
+ import { n as d } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
6
6
  var l = function() {
7
7
  var t = this, e = t.$createElement, i = t._self._c || e;
8
8
  return i("div", {
File without changes
@@ -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 r = function() {
3
3
  var e = this, t = e.$createElement, i = e._self._c || t;
4
4
  return e.rendered ? i("div", {
@@ -0,0 +1 @@
1
+ .easy-popup{position:fixed;z-index:9999;width:300px;min-height:200px;padding:12px;background:#fff;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px #0000001a;user-select:none}
@@ -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 l = function() {
3
3
  var e = this, t = e.$createElement, s = e._self._c || t;
4
4
  return s("div", {
@@ -29,8 +29,8 @@ var r = (e, i, t) => new Promise((s, o) => {
29
29
  import { hasOwn as m, isVerticalScrollbarVisible as M, scrollbarWidth as K, computePosition as P, isPlainObject as u, isFunction as N, isUndefined as p, isNotEmpty as E, fastClone as D, delay as L, findTreeChildren as R } from "@web-utils/core";
30
30
  import { addResizeListener as C, removeResizeListener as v } from "@web-utils/integrations/resize";
31
31
  import { cloneDeep as g } from "@web-utils/integrations/lodash";
32
- import { a as z, b as S, c as y } from "../../chunks/index.9b7a65d1.mjs";
33
- import { n as I } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
32
+ import { a as z, b as S, c as y } from "../chunks/index.57f871af.mjs";
33
+ import { n as I } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
34
34
  var V = function() {
35
35
  var e = this, i = e.$createElement, t = e._self._c || i;
36
36
  return t("div", {
@@ -1,4 +1,4 @@
1
- import { n } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var i = function() {
3
3
  var e = this, t = e.$createElement, s = e._self._c || t;
4
4
  return s("div", {
@@ -1,6 +1,6 @@
1
1
  import a from "element-ui/src/mixins/emitter";
2
2
  import { generateId as n } from "element-ui/src/utils/util";
3
- import { n as c } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var o = function() {
5
5
  var e = this, s = e.$createElement, t = e._self._c || s;
6
6
  return t("div", {
@@ -1,6 +1,6 @@
1
1
  import i from "element-ui/lib/dialog";
2
2
  import { dialogDrag as a } from "@web-utils/vue/directives/dialog-drag";
3
- import { n } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var r = function() {
5
5
  var e = this, l = e.$createElement, t = e._self._c || l;
6
6
  return t("Transition", {
@@ -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 s = function() {
3
3
  var t = this, e = t.$createElement, n = t._self._c || e;
4
4
  return n("div", {
@@ -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 o = function() {
3
3
  var e = this, t = e.$createElement, r = e._self._c || t;
4
4
  return r("div", {
@@ -10,8 +10,8 @@ var s = (t, e, n) => e in t ? u(t, e, { enumerable: !0, configurable: !0, writab
10
10
  v.call(e, n) && s(t, n, e[n]);
11
11
  return t;
12
12
  }, c = (t, e) => f(t, _(e));
13
- import { g as h } from "../../chunks/index.9b7a65d1.mjs";
14
- import { n as m } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
13
+ import { g as h } from "../chunks/index.57f871af.mjs";
14
+ import { n as m } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
15
15
  const d = {
16
16
  name: "FlexColumn",
17
17
  functional: !0,
@@ -10,8 +10,8 @@ var r = (t, e, l) => e in t ? u(t, e, { enumerable: !0, configurable: !0, writab
10
10
  x.call(e, l) && r(t, l, e[l]);
11
11
  return t;
12
12
  }, f = (t, e) => c(t, v(e));
13
- import { g as m } from "../../chunks/index.9b7a65d1.mjs";
14
- import { n as d } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
13
+ import { g as m } from "../chunks/index.57f871af.mjs";
14
+ import { n as d } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
15
15
  const h = {
16
16
  name: "FlexItem",
17
17
  functional: !0,
@@ -10,8 +10,8 @@ var s = (t, e, n) => e in t ? u(t, e, { enumerable: !0, configurable: !0, writab
10
10
  h.call(e, n) && s(t, n, e[n]);
11
11
  return t;
12
12
  }, c = (t, e) => f(t, _(e));
13
- import { g as C } from "../../chunks/index.9b7a65d1.mjs";
14
- import { n as d } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
13
+ import { g as C } from "../chunks/index.57f871af.mjs";
14
+ import { n as d } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
15
15
  const x = {
16
16
  name: "FlexRow",
17
17
  functional: !0,
@@ -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 r = function() {
3
3
  var e = this, l = e.$createElement, n = e._self._c || l;
4
4
  return n("div", {
@@ -1,5 +1,5 @@
1
- import { s as l, r as c } from "../../chunks/util.eca708b6.mjs";
2
- import { n as u } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { s as l, r as c } from "../chunks/util.17330567.mjs";
2
+ import { n as u } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var h = function() {
4
4
  var t = this, e = t.$createElement, n = t._self._c || e;
5
5
  return n("div", {
package/flow/style.css ADDED
@@ -0,0 +1 @@
1
+ .avue-flow{position:relative}.avue-flow .avue-draggable{padding:0}.avue-flow__node{position:relative;display:flex;flex-direction:column;box-sizing:border-box;width:200px;height:80px;overflow:hidden;border:1px solid #eee;border-radius:5px;box-shadow:"#66a6e0 0px 0px 12px 0px"}.avue-flow__node--active{border-color:#f56c6c;border-width:2px}.avue-flow__node-drag{display:inline-block;margin:0 5px}.avue-flow__node-header{flex:1;background-color:#66a6e0}.avue-flow__node-body{display:flex;flex:1.5;align-items:center;justify-content:center;text-align:center;background:#fff}
@@ -1,5 +1,5 @@
1
- import { s as n } from "../../chunks/util.eca708b6.mjs";
2
- import { n as r } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { s as n } from "../chunks/util.17330567.mjs";
2
+ import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var l = function() {
4
4
  var e = this, o = e.$createElement, t = e._self._c || o;
5
5
  return t("div", {
@@ -28,7 +28,7 @@ var d = (t, e, i) => new Promise((n, s) => {
28
28
  });
29
29
  import E from "bpmn-js/lib/NavigatedViewer";
30
30
  import c from "diagram-js/lib/navigation/zoomscroll/ZoomScroll";
31
- import { n as M } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
31
+ import { n as M } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
32
32
  var V = function() {
33
33
  var t = this, e = t.$createElement, i = t._self._c || e;
34
34
  return i("div", {
@@ -0,0 +1,156 @@
1
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ const l = ["disabled", "size", "statusIcon", "inlineMessage", "autoLabelWidth", "hideRequiredAsterisk", "$emit", "validate", "clearValidate"], d = ["$emit", "validate", "clearValidate"], c = {
3
+ name: "FormBlock",
4
+ inject: {
5
+ elForm: {
6
+ default: {}
7
+ }
8
+ },
9
+ provide() {
10
+ return {
11
+ elForm: this.formConfig
12
+ };
13
+ },
14
+ props: {
15
+ blockTitle: String,
16
+ active: Boolean,
17
+ enabled: Boolean,
18
+ disabled: Boolean,
19
+ wrapRow: {
20
+ type: Boolean,
21
+ default: !0
22
+ },
23
+ gutter: {
24
+ type: Number,
25
+ default: 20
26
+ },
27
+ collapse: Boolean
28
+ },
29
+ data() {
30
+ const e = {};
31
+ return l.forEach((t) => {
32
+ e[t] = null;
33
+ }), {
34
+ expand: !0,
35
+ formConfig: e
36
+ };
37
+ },
38
+ computed: {
39
+ formCfg() {
40
+ const e = {
41
+ enabled: this.enabled,
42
+ forbidden: this.disabled
43
+ };
44
+ return l.forEach((t) => {
45
+ e[t] = this.elForm[t];
46
+ }), e;
47
+ }
48
+ },
49
+ watch: {
50
+ collapse: {
51
+ immediate: !0,
52
+ handler(e) {
53
+ this.expand = !e;
54
+ }
55
+ },
56
+ formCfg: {
57
+ immediate: !0,
58
+ handler() {
59
+ this.formConfig.disabled = this.available(), l.forEach((e) => {
60
+ var t;
61
+ e !== "disabled" && (d.includes(e) ? this.formConfig[e] = (t = this.elForm[e]) == null ? void 0 : t.bind(this.elForm) : this.formConfig[e] = this.elForm[e]);
62
+ });
63
+ }
64
+ }
65
+ },
66
+ mounted() {
67
+ this.dispatch("FormView", "FormView.addTab", [this]);
68
+ },
69
+ beforeDestroy() {
70
+ this.dispatch("FormView", "FormView.removeTab", [this]);
71
+ },
72
+ methods: {
73
+ available() {
74
+ return this.disabled ? this.disabled : this.enabled ? !this.enabled : this.elForm.disabled;
75
+ },
76
+ dispatch(e, t, a) {
77
+ let o = this.$parent || this.$root, i = o.$options.name;
78
+ for (; o && (!i || i !== e); )
79
+ o = o.$parent, o && (i = o.$options.name);
80
+ o && o.$emit.apply(o, [t].concat(a));
81
+ },
82
+ renderDefault() {
83
+ const e = this.$createElement, {
84
+ wrapRow: t,
85
+ gutter: a,
86
+ formConfig: o,
87
+ $scopedSlots: i
88
+ } = this;
89
+ return t ? e("ElRow", {
90
+ attrs: {
91
+ gutter: a
92
+ }
93
+ }, [i.default({
94
+ disabled: o.disabled
95
+ })]) : i.default({
96
+ disabled: o.disabled
97
+ });
98
+ },
99
+ toggle() {
100
+ this.expand = !this.expand;
101
+ },
102
+ open() {
103
+ this.expand = !0;
104
+ }
105
+ },
106
+ render() {
107
+ const e = arguments[0], {
108
+ renderDefault: t,
109
+ blockTitle: a,
110
+ active: o,
111
+ expand: i,
112
+ toggle: r
113
+ } = this;
114
+ return e("div", {
115
+ class: ["form-block", {
116
+ "default-active": o
117
+ }]
118
+ }, [e("div", {
119
+ class: "form-block-title",
120
+ on: {
121
+ click: r
122
+ }
123
+ }, [e("span", {
124
+ class: "flex-item"
125
+ }, [a]), " ", e("i", {
126
+ class: i ? "el-icon-arrow-down" : "el-icon-arrow-right"
127
+ })]), e("ElCollapseTransition", [e("div", {
128
+ directives: [{
129
+ name: "show",
130
+ value: i
131
+ }]
132
+ }, [t()])])]);
133
+ }
134
+ };
135
+ let m, h;
136
+ const s = {};
137
+ var f = /* @__PURE__ */ n(
138
+ c,
139
+ m,
140
+ h,
141
+ !1,
142
+ u,
143
+ null,
144
+ null,
145
+ null
146
+ );
147
+ function u(e) {
148
+ for (let t in s)
149
+ this[t] = s[t];
150
+ }
151
+ const b = /* @__PURE__ */ function() {
152
+ return f.exports;
153
+ }();
154
+ export {
155
+ b as default
156
+ };
@@ -0,0 +1 @@
1
+ .form-block{padding-bottom:10px;background-color:#fff}.form-block-title{display:flex;flex-direction:row;align-items:center;height:30px;margin:0 0 10px;padding:0 10px;color:#333;font-weight:700;font-size:14px;line-height:30px;background-color:#f3f5fb;cursor:pointer}
@@ -1,5 +1,5 @@
1
- import { c as r } from "../../chunks/confirmable-mixin.2bfe1ab9.mjs";
2
- import { n as o } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { c as r } from "../chunks/confirmable-mixin.2bfe1ab9.mjs";
2
+ import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  const i = {
4
4
  name: "Confirmable",
5
5
  mixins: [r]
@@ -9,13 +9,13 @@ var o = (e, t, r) => t in e ? u(e, t, { enumerable: !0, configurable: !0, writab
9
9
  c.call(t, r) && o(e, r, t[r]);
10
10
  return e;
11
11
  };
12
- import { f as d } from "../../chunks/form-input-mixin.e3b4c68c.mjs";
13
- import { f as m } from "../../chunks/form-pick-mixin.61ad06b2.mjs";
12
+ import { f as d } from "../chunks/form-input-mixin.124653d9.mjs";
13
+ import { f as m } from "../chunks/form-pick-mixin.61ad06b2.mjs";
14
14
  import f from "element-ui/lib/cascader";
15
- import { d as h, n as y } from "../../chunks/index.9b7a65d1.mjs";
15
+ import { d as h, n as y } from "../chunks/index.57f871af.mjs";
16
16
  import { findTreeChildren as v, setParent as _ } from "@web-utils/core";
17
17
  import { cloneDeep as b } from "@web-utils/integrations/lodash";
18
- import { n as S } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
18
+ import { n as S } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
19
19
  var k = function() {
20
20
  var e = this, t = e.$createElement, r = e._self._c || t;
21
21
  return r("FormItem", e._b({
@@ -9,11 +9,11 @@ var n = (e, t, r) => t in e ? u(e, t, { enumerable: !0, configurable: !0, writab
9
9
  h.call(t, r) && n(e, r, t[r]);
10
10
  return e;
11
11
  };
12
- import { f as c } from "../../chunks/form-input-mixin.e3b4c68c.mjs";
13
- import { f } from "../../chunks/form-pick-mixin.61ad06b2.mjs";
14
- import { d as m, n as d } from "../../chunks/index.9b7a65d1.mjs";
12
+ import { f as c } from "../chunks/form-input-mixin.124653d9.mjs";
13
+ import { f } from "../chunks/form-pick-mixin.61ad06b2.mjs";
14
+ import { d as m, n as d } from "../chunks/index.57f871af.mjs";
15
15
  import b from "element-ui/lib/checkbox-group";
16
- import { n as y } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
16
+ import { n as y } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
17
17
  var _ = function() {
18
18
  var e = this, t = e.$createElement, r = e._self._c || t;
19
19
  return r("FormItem", e._b({
@@ -10,11 +10,11 @@ var s = (e, t, r) => t in e ? p(e, t, { enumerable: !0, configurable: !0, writab
10
10
  c.call(t, r) && s(e, r, t[r]);
11
11
  return e;
12
12
  }, o = (e, t) => h(e, d(t));
13
- import { f as y } from "../../chunks/form-input-mixin.e3b4c68c.mjs";
14
- import { f as g } from "../../chunks/form-pick-mixin.61ad06b2.mjs";
13
+ import { f as y } from "../chunks/form-input-mixin.124653d9.mjs";
14
+ import { f as g } from "../chunks/form-pick-mixin.61ad06b2.mjs";
15
15
  import { toDate as l } from "@web-utils/integrations/dayjs";
16
- import { d as _, n as k } from "../../chunks/index.9b7a65d1.mjs";
17
- import { n as v } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
16
+ import { d as _, n as k } from "../chunks/index.57f871af.mjs";
17
+ import { n as v } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
18
18
  var x = function() {
19
19
  var e = this, t = e.$createElement, r = e._self._c || t;
20
20
  return r("FormItem", e._b({
@@ -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 s = function() {
3
3
  var e = this, a = e.$createElement, t = e._self._c || a;
4
4
  return e.display ? t("div", {
@@ -0,0 +1 @@
1
+ .avue-group{width:100%}.avue-group .el-collapse,.avue-group .el-collapse-item__wrap{border-color:#fff}.avue-group .el-collapse-item__header{height:inherit;margin-bottom:20px;border:none;border-bottom:1px solid #eee}.avue-group .el-collapse-item__content,.avue-group .van-collapse-item__content{padding-bottom:0}.avue-group .van-collapse-item__content{padding:0 2px}.avue-group--arrow .el-collapse-item__arrow,.avue-group--arrow .van-icon-arrow{display:none}.avue-group .van-hairline--top-bottom:after,.avue-group .van-hairline-unset--top-bottom:after{display:none}.avue-group .van-collapse-item__title{display:flex;align-items:center;padding:0 10px}.avue-group .van-collapse-item__title:after{left:0!important}.avue-group--none{margin:0!important;border:none!important}.avue-group--header .el-collapse-item__header,.avue-group--header .van-collapse-item__title{display:none}.avue-group--collapse .el-collapse-item__arrow,.avue-group--collapse .el-collapse-item__header{display:flex!important}.avue-group__item{box-sizing:border-box;margin-bottom:10px;background-color:#fff;border-bottom:1px solid #eee;border-radius:5px}.avue-group__item:last-child{border-bottom:none}.avue-group__header{display:flex;align-items:center;box-sizing:border-box;width:100%;height:50px;line-height:50px}.avue-group__icon{margin-right:8px;color:#000000d9;font-size:20px}.avue-group__title{color:#000000d9;font-weight:500;font-size:16px}
@@ -15,8 +15,8 @@ var o = (e, r, i) => new Promise((d, s) => {
15
15
  l((i = i.apply(e, r)).next());
16
16
  });
17
17
  import { warning as u } from "@web-utils/core";
18
- import { e as c } from "../../chunks/index.9b7a65d1.mjs";
19
- import { n as p } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
18
+ import { e as c } from "../chunks/index.57f871af.mjs";
19
+ import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
20
20
  var _ = function() {
21
21
  var e = this, r = e.$createElement, i = e._self._c || r;
22
22
  return i("ElForm", e._g(e._b({
@@ -9,10 +9,10 @@ var l = (e, t, r) => t in e ? i(e, t, { enumerable: !0, configurable: !0, writab
9
9
  m.call(t, r) && l(e, r, t[r]);
10
10
  return e;
11
11
  };
12
- import { f as c } from "../../chunks/form-input-mixin.e3b4c68c.mjs";
12
+ import { f as c } from "../chunks/form-input-mixin.124653d9.mjs";
13
13
  import d from "element-ui/lib/input";
14
- import { d as _, n as f } from "../../chunks/index.9b7a65d1.mjs";
15
- import { n as v } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
14
+ import { d as _, n as f } from "../chunks/index.57f871af.mjs";
15
+ import { n as v } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
16
16
  var y = function() {
17
17
  var e = this, t = e.$createElement, r = e._self._c || t;
18
18
  return r("FormItem", e._b({
@@ -9,10 +9,10 @@ var s = (e, r, t) => r in e ? i(e, r, { enumerable: !0, configurable: !0, writab
9
9
  m.call(r, t) && s(e, t, r[t]);
10
10
  return e;
11
11
  };
12
- import { f as d } from "../../chunks/form-input-mixin.e3b4c68c.mjs";
12
+ import { f as d } from "../chunks/form-input-mixin.124653d9.mjs";
13
13
  import c from "element-ui/lib/input";
14
- import { d as f, n as _ } from "../../chunks/index.9b7a65d1.mjs";
15
- import { n as v } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
14
+ import { d as f, n as _ } from "../chunks/index.57f871af.mjs";
15
+ import { n as v } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
16
16
  const y = (e, r, t) => r && !/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/.test(r) ? t(new Error("invalid")) : t();
17
17
  var h = function() {
18
18
  var e = this, r = e.$createElement, t = e._self._c || r;
@@ -9,11 +9,11 @@ var a = (r, e, t) => e in r ? p(r, e, { enumerable: !0, configurable: !0, writab
9
9
  d.call(e, t) && a(r, t, e[t]);
10
10
  return r;
11
11
  };
12
- import { f as c } from "../../chunks/form-input-mixin.e3b4c68c.mjs";
12
+ import { f as c } from "../chunks/form-input-mixin.124653d9.mjs";
13
13
  import { validateIdCard as i } from "@web-utils/core";
14
14
  import _ from "element-ui/lib/input";
15
- import { d as f, n as v } from "../../chunks/index.9b7a65d1.mjs";
16
- import { n as y } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
15
+ import { d as f, n as v } from "../chunks/index.57f871af.mjs";
16
+ import { n as y } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
17
17
  var h = function() {
18
18
  var r = this, e = r.$createElement, t = r._self._c || e;
19
19
  return t("FormItem", r._b({
@@ -9,10 +9,10 @@ var i = (e, r, t) => r in e ? l(e, r, { enumerable: !0, configurable: !0, writab
9
9
  m.call(r, t) && i(e, t, r[t]);
10
10
  return e;
11
11
  };
12
- import { f } from "../../chunks/form-input-mixin.e3b4c68c.mjs";
13
- import { d as c, n as _ } from "../../chunks/index.9b7a65d1.mjs";
14
- import { i as d } from "../../chunks/input-number-mixin.41a066be.mjs";
15
- import { n as y } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
12
+ import { f } from "../chunks/form-input-mixin.124653d9.mjs";
13
+ import { d as c, n as _ } from "../chunks/index.57f871af.mjs";
14
+ import { i as d } from "../chunks/input-number-mixin.41a066be.mjs";
15
+ import { n as y } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
16
16
  var b = function() {
17
17
  var e = this, r = e.$createElement, t = e._self._c || r;
18
18
  return t("FormItem", e._b({
@@ -9,11 +9,11 @@ var l = (e, t, r) => t in e ? i(e, t, { enumerable: !0, configurable: !0, writab
9
9
  m.call(t, r) && l(e, r, t[r]);
10
10
  return e;
11
11
  };
12
- import { f as c } from "../../chunks/form-input-mixin.e3b4c68c.mjs";
12
+ import { f as c } from "../chunks/form-input-mixin.124653d9.mjs";
13
13
  import { validatePhoneNum as d } from "@web-utils/core";
14
- import { d as f, n as _ } from "../../chunks/index.9b7a65d1.mjs";
14
+ import { d as f, n as _ } from "../chunks/index.57f871af.mjs";
15
15
  import h from "element-ui/lib/input";
16
- import { n as v } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
16
+ import { n as v } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
17
17
  var y = function() {
18
18
  var e = this, t = e.$createElement, r = e._self._c || t;
19
19
  return r("FormItem", e._b({