@web-utils/component 2.7.37 → 2.8.0

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 (371) 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/{dist/chunks → chunks}/mixins.5a78e0db.mjs +0 -0
  46. package/{dist/chunks → chunks}/packages.1fc9ccba.mjs +0 -0
  47. package/{dist/chunks → chunks}/permission.ce5d2121.mjs +0 -0
  48. package/{dist/chunks → chunks}/slot.4b391395.mjs +0 -0
  49. package/{dist/chunks → chunks}/tab-mixin.e2b9c6a4.mjs +0 -0
  50. package/{dist/chunks/util.eca708b6.mjs → chunks/util.17330567.mjs} +54 -49
  51. package/{dist/chunks → chunks}/utils.97652d86.mjs +0 -0
  52. package/{dist/chunks → chunks}/vueComponentNormalizer.446f5dc4.mjs +0 -0
  53. package/{dist/components/code-mirror-editor → code-mirror-editor}/index.mjs +1 -1
  54. package/{dist/components/code-mirror-editor → code-mirror-editor}/style.css +0 -0
  55. package/{dist/components/color-picker → color-picker}/index.mjs +1 -1
  56. package/{dist/components/column → column}/index.mjs +2 -2
  57. package/{dist/components/column-default → column-default}/index.mjs +3 -3
  58. package/{dist/components/column-dynamic → column-dynamic}/index.mjs +2 -2
  59. package/{dist/components/column-menu → column-menu}/index.mjs +4 -4
  60. package/{dist/components/column-slot → column-slot}/index.mjs +4 -4
  61. package/{dist/components/comment → comment}/index.mjs +1 -1
  62. package/comment/style.css +1 -0
  63. package/{dist/components/confirm-button → confirm-button}/index.mjs +2 -2
  64. package/{dist/components/confirmable → confirmable}/index.mjs +2 -2
  65. package/{dist/components/context-menu → context-menu}/index.mjs +1 -1
  66. package/{dist/components/context-menu → context-menu}/style.css +0 -0
  67. package/{dist/components/count-up → count-up}/index.mjs +1 -1
  68. package/{dist/components/custom-scrollbar → custom-scrollbar}/index.mjs +1 -1
  69. package/{dist/components/data-box → data-box}/index.mjs +1 -1
  70. package/data-box/style.css +1 -0
  71. package/{dist/components/data-card → data-card}/index.mjs +1 -1
  72. package/data-card/style.css +1 -0
  73. package/{dist/components/data-cardtext → data-cardtext}/index.mjs +1 -1
  74. package/data-cardtext/style.css +1 -0
  75. package/{dist/components/data-display → data-display}/index.mjs +1 -1
  76. package/data-display/style.css +1 -0
  77. package/{dist/components/data-icons → data-icons}/index.mjs +1 -1
  78. package/{dist/components/data-icons → data-icons}/style.css +1 -1
  79. package/{dist/components/data-imgtext → data-imgtext}/index.mjs +1 -1
  80. package/{dist/components/data-imgtext → data-imgtext}/style.css +1 -1
  81. package/{dist/components/data-operatext → data-operatext}/index.mjs +1 -1
  82. package/data-operatext/style.css +1 -0
  83. package/{dist/components/data-panel → data-panel}/index.mjs +1 -1
  84. package/data-panel/style.css +1 -0
  85. package/{dist/components/data-pay → data-pay}/index.mjs +1 -1
  86. package/data-pay/style.css +1 -0
  87. package/{dist/components/data-price → data-price}/index.mjs +1 -1
  88. package/data-price/style.css +1 -0
  89. package/{dist/components/data-progress → data-progress}/index.mjs +1 -1
  90. package/data-progress/style.css +1 -0
  91. package/{dist/components/data-rotate → data-rotate}/index.mjs +1 -1
  92. package/data-rotate/style.css +1 -0
  93. package/{dist/components/data-table-picker → data-table-picker}/index.mjs +2 -2
  94. package/{dist/components/data-tabs → data-tabs}/index.mjs +1 -1
  95. package/data-tabs/style.css +1 -0
  96. package/{dist/components/dialog-column → dialog-column}/index.mjs +2 -2
  97. package/{dist/components/dialog-excel → dialog-excel}/index.mjs +3 -3
  98. package/{dist/components/dialog-filter → dialog-filter}/index.mjs +2 -2
  99. package/{dist/components/dialog-form → dialog-form}/index.mjs +30 -25
  100. package/{dist/components/dialog-form → dialog-form}/style.css +0 -0
  101. package/{dist/components/dynamic-table → dynamic-table}/index.mjs +1 -1
  102. package/{dist/components/dynamic-table → dynamic-table}/style.css +0 -0
  103. package/{dist/components/e-charts → e-charts}/index.mjs +1 -1
  104. package/{dist/components/e-charts → e-charts}/style.css +0 -0
  105. package/{dist/components/easy-popup → easy-popup}/index.mjs +1 -1
  106. package/easy-popup/style.css +1 -0
  107. package/{dist/components/editable-progress → editable-progress}/index.mjs +1 -1
  108. package/{dist/components/editable-progress → editable-progress}/style.css +0 -0
  109. package/{dist/components/editable-tree → editable-tree}/index.mjs +2 -2
  110. package/{dist/components/editable-tree → editable-tree}/style.css +0 -0
  111. package/{dist/components/egd-collapse → egd-collapse}/index.mjs +1 -1
  112. package/{dist/components/egd-collapse-item → egd-collapse-item}/index.mjs +1 -1
  113. package/{dist/components/element-dialog → element-dialog}/index.mjs +1 -1
  114. package/{dist/components/element-dialog → element-dialog}/style.css +0 -0
  115. package/{dist/components/empty-view → empty-view}/index.mjs +1 -1
  116. package/{dist/components/empty-view → empty-view}/style.css +0 -0
  117. package/{dist/components/error-view → error-view}/index.mjs +1 -1
  118. package/{dist/components/error-view → error-view}/style.css +0 -0
  119. package/{dist/components/flex-column → flex-column}/index.mjs +2 -2
  120. package/{dist/components/flex-item → flex-item}/index.mjs +2 -2
  121. package/{dist/components/flex-row → flex-row}/index.mjs +2 -2
  122. package/{dist/components/flex-scroller → flex-scroller}/index.mjs +1 -1
  123. package/{dist/components/flex-scroller → flex-scroller}/style.css +0 -0
  124. package/{dist/components/flow → flow}/index.mjs +2 -2
  125. package/flow/style.css +1 -0
  126. package/{dist/components/flow-node → flow-node}/index.mjs +2 -2
  127. package/{dist/components/flow-viewer → flow-viewer}/index.mjs +1 -1
  128. package/{dist/components/flow-viewer → flow-viewer}/style.css +0 -0
  129. package/{dist/components/form-button → form-button}/index.mjs +2 -2
  130. package/{dist/components/form-cascader → form-cascader}/index.mjs +4 -4
  131. package/{dist/components/form-checkbox-group → form-checkbox-group}/index.mjs +4 -4
  132. package/{dist/components/form-checkbox-group → form-checkbox-group}/style.css +0 -0
  133. package/{dist/components/form-date-picker → form-date-picker}/index.mjs +4 -4
  134. package/{dist/components/form-group → form-group}/index.mjs +1 -1
  135. package/form-group/style.css +1 -0
  136. package/{dist/components/form-holder → form-holder}/index.mjs +2 -2
  137. package/{dist/components/form-input → form-input}/index.mjs +3 -3
  138. package/{dist/components/form-input-email → form-input-email}/index.mjs +3 -3
  139. package/{dist/components/form-input-id-card → form-input-id-card}/index.mjs +3 -3
  140. package/{dist/components/form-input-number → form-input-number}/index.mjs +4 -4
  141. package/{dist/components/form-input-number → form-input-number}/style.css +0 -0
  142. package/{dist/components/form-input-phone-number → form-input-phone-number}/index.mjs +3 -3
  143. package/{dist/components/form-input-time → form-input-time}/index.mjs +3 -3
  144. package/{dist/components/form-item → form-item}/index.mjs +2 -2
  145. package/{dist/components/form-item → form-item}/style.css +0 -0
  146. package/{dist/components/form-item-config-provider → form-item-config-provider}/index.mjs +1 -1
  147. package/{dist/components/form-item-group → form-item-group}/index.mjs +1 -1
  148. package/{dist/components/form-item-group → form-item-group}/style.css +0 -0
  149. package/{dist/components/form-radio-group → form-radio-group}/index.mjs +4 -4
  150. package/{dist/components/form-radio-group → form-radio-group}/style.css +0 -0
  151. package/{dist/components/form-select → form-select}/index.mjs +4 -4
  152. package/{dist/components/form-switch → form-switch}/index.mjs +3 -3
  153. package/{dist/components/form-temp → form-temp}/index.mjs +4 -4
  154. package/{dist/components/form-textarea → form-textarea}/index.mjs +3 -3
  155. package/{dist/components/form-view → form-view}/index.mjs +1 -1
  156. package/{dist/components/form-view → form-view}/style.css +0 -0
  157. package/{dist/components/fy-array → fy-array}/index.mjs +3 -3
  158. package/{dist/components/fy-array → fy-array}/style.css +0 -0
  159. package/{dist/components/fy-article → fy-article}/index.mjs +1 -1
  160. package/fy-article/style.css +1 -0
  161. package/{dist/components/fy-cascader → fy-cascader}/index.mjs +2 -2
  162. package/{dist/components/fy-checkbox → fy-checkbox}/index.mjs +2 -2
  163. package/{dist/components/fy-checkbox → fy-checkbox}/style.css +0 -0
  164. package/{dist/components/fy-code → fy-code}/index.mjs +2 -2
  165. package/{dist/components/fy-curd → fy-curd}/index.mjs +7 -7
  166. package/{dist/components/fy-curd → fy-curd}/style.css +1 -1
  167. package/{dist/components/fy-date → fy-date}/index.mjs +2 -2
  168. package/{dist/components/fy-date → fy-date}/style.css +1 -1
  169. package/{dist/components/fy-dialog-form → fy-dialog-form}/index.mjs +3 -3
  170. package/{dist/components/fy-draggable → fy-draggable}/index.mjs +2 -2
  171. package/fy-draggable/style.css +1 -0
  172. package/{dist/components/fy-dynamic → fy-dynamic}/index.mjs +3 -3
  173. package/fy-dynamic/style.css +1 -0
  174. package/{dist/components/fy-empty → fy-empty}/index.mjs +2 -2
  175. package/{dist/components/fy-empty → fy-empty}/style.css +0 -0
  176. package/{dist/components/fy-form → fy-form}/index.mjs +10 -19
  177. package/{dist/components/fy-form → fy-form}/style.css +1 -1
  178. package/{dist/components/fy-form-design → fy-form-design}/index.mjs +13 -13
  179. package/fy-form-design/style.css +1 -0
  180. package/{dist/components/fy-form-menu → fy-form-menu}/index.mjs +1 -1
  181. package/{dist/components/fy-input → fy-input}/index.mjs +2 -2
  182. package/{dist/components/fy-input-color → fy-input-color}/index.mjs +2 -2
  183. package/{dist/components/fy-input-icon → fy-input-icon}/index.mjs +2 -2
  184. package/fy-input-icon/style.css +1 -0
  185. package/{dist/components/fy-input-map → fy-input-map}/index.mjs +2 -2
  186. package/{dist/components/fy-input-map → fy-input-map}/style.css +1 -1
  187. package/{dist/components/fy-input-number → fy-input-number}/index.mjs +2 -2
  188. package/{dist/components/fy-input-table → fy-input-table}/index.mjs +2 -2
  189. package/fy-input-table/style.css +1 -0
  190. package/{dist/components/fy-input-tree → fy-input-tree}/index.mjs +2 -2
  191. package/fy-input-tree/style.css +1 -0
  192. package/{dist/components/fy-progress → fy-progress}/index.mjs +1 -1
  193. package/{dist/components/fy-radio → fy-radio}/index.mjs +2 -2
  194. package/{dist/components/fy-radio → fy-radio}/style.css +0 -0
  195. package/{dist/components/fy-rate → fy-rate}/index.mjs +2 -2
  196. package/{dist/components/fy-rate → fy-rate}/style.css +0 -0
  197. package/{dist/components/fy-select → fy-select}/index.mjs +4 -4
  198. package/fy-select/style.css +1 -0
  199. package/{dist/components/fy-slider → fy-slider}/index.mjs +3 -3
  200. package/{dist/components/fy-switch → fy-switch}/index.mjs +2 -2
  201. package/{dist/components/fy-tabs → fy-tabs}/index.mjs +7 -7
  202. package/{dist/components/fy-time → fy-time}/index.mjs +2 -2
  203. package/{dist/components/fy-title → fy-title}/index.mjs +2 -2
  204. package/fy-title/style.css +1 -0
  205. package/{dist/components/fy-tree → fy-tree}/index.mjs +3 -3
  206. package/fy-tree/style.css +1 -0
  207. package/{dist/components/fy-u-editor → fy-u-editor}/index.mjs +2 -2
  208. package/{dist/components/fy-u-editor → fy-u-editor}/style.css +0 -0
  209. package/{dist/components/fy-upload → fy-upload}/index.mjs +4 -4
  210. package/fy-upload/style.css +1 -0
  211. package/{dist/components/guide-steps → guide-steps}/index.mjs +1 -1
  212. package/{dist/components/guide-steps → guide-steps}/style.css +0 -0
  213. package/{dist/components/header-menu → header-menu}/index.mjs +4 -4
  214. package/{dist/components/header-search → header-search}/index.mjs +5 -5
  215. package/{dist/components/highlight-j-s → highlight-j-s}/index.mjs +1 -1
  216. package/highlight-j-s/style.css +1 -0
  217. package/{dist/components/icon-card → icon-card}/index.mjs +1 -1
  218. package/{dist/components/icon-card → icon-card}/style.css +0 -0
  219. package/{dist/components/icon-temp → icon-temp}/index.mjs +1 -1
  220. package/{dist/components/icon-temp → icon-temp}/style.css +1 -1
  221. package/{dist/components/iframe-window → iframe-window}/index.mjs +1 -1
  222. package/{dist/components/iframe-window → iframe-window}/style.css +0 -0
  223. package/{dist/components/image-cropper → image-cropper}/index.mjs +71 -21
  224. package/image-cropper/style.css +1 -0
  225. package/{dist/components/image-preview → image-preview}/index.mjs +70 -43
  226. package/image-preview/style.css +1 -0
  227. package/{dist/components/image-viewer → image-viewer}/index.mjs +1 -1
  228. package/image-viewer/style.css +1 -0
  229. package/{dist/index.cjs → index.cjs} +7 -7
  230. package/index.css +1 -0
  231. package/{dist/index.mjs → index.mjs} +143 -95
  232. package/{dist/components/input-number → input-number}/index.mjs +2 -2
  233. package/{dist/components/input-number → input-number}/style.css +0 -0
  234. package/{dist/components/input-number-range → input-number-range}/index.mjs +1 -1
  235. package/{dist/components/input-number-range → input-number-range}/style.css +0 -0
  236. package/{dist/components/j-s-x-component → j-s-x-component}/index.mjs +0 -0
  237. package/{dist/components/keep-view-alive → keep-view-alive}/index.mjs +1 -1
  238. package/{dist/components/keyboard → keyboard}/index.mjs +1 -1
  239. package/keyboard/style.css +1 -0
  240. package/{dist/components/license → license}/index.mjs +2 -2
  241. package/{dist/components/loading-view → loading-view}/index.mjs +1 -1
  242. package/{dist/components/loading-view → loading-view}/style.css +0 -0
  243. package/{dist/components/login → login}/index.mjs +2 -2
  244. package/login/style.css +1 -0
  245. package/{dist/components/name-avatar → name-avatar}/index.mjs +1 -1
  246. package/name-avatar/style.css +1 -0
  247. package/{dist/components/nav-bar → nav-bar}/index.mjs +1 -1
  248. package/{dist/components/nav-bar → nav-bar}/style.css +0 -0
  249. package/{dist/components/not-implement → not-implement}/index.mjs +1 -1
  250. package/{dist/components/not-implement → not-implement}/style.css +0 -0
  251. package/{dist/components/notice → notice}/index.mjs +1 -1
  252. package/notice/style.css +1 -0
  253. package/package.json +3 -125
  254. package/{dist/components/page → page}/index.mjs +1 -1
  255. package/{dist/components/page → page}/style.css +0 -0
  256. package/{dist/components/page-header → page-header}/index.mjs +1 -1
  257. package/{dist/components/page-header → page-header}/style.css +0 -0
  258. package/{dist/components/page-index → page-index}/index.mjs +1 -1
  259. package/{dist/components/page-index → page-index}/style.css +0 -0
  260. package/{dist/components/page-index-top → page-index-top}/index.mjs +1 -1
  261. package/{dist/components/page-skeleton → page-skeleton}/index.mjs +1 -1
  262. package/{dist/components/page-skeleton → page-skeleton}/style.css +0 -0
  263. package/{dist/components/page-skeleton-new → page-skeleton-new}/index.mjs +1 -1
  264. package/{dist/components/page-skeleton-new → page-skeleton-new}/style.css +0 -0
  265. package/{dist/components/pageable-table → pageable-table}/index.mjs +2 -2
  266. package/{dist/components/pageable-table → pageable-table}/style.css +0 -0
  267. package/{dist/components/pageable-view → pageable-view}/index.mjs +2 -2
  268. package/{dist/components/pageable-view → pageable-view}/style.css +0 -0
  269. package/{dist/components/photo-swipe → photo-swipe}/index.mjs +1 -1
  270. package/{dist/components/process-designer → process-designer}/index.mjs +1 -1
  271. package/{dist/components/process-designer → process-designer}/style.css +1 -1
  272. package/{dist/components/properties-panel → properties-panel}/index.mjs +7 -7
  273. package/properties-panel/style.css +1 -0
  274. package/{dist/components/queue → queue}/index.mjs +1 -1
  275. package/{dist/components/record-video → record-video}/index.mjs +34 -34
  276. package/record-video/style.css +1 -0
  277. package/{dist/components/resize-observer → resize-observer}/index.mjs +2 -2
  278. package/{dist/components/resize-observer → resize-observer}/style.css +0 -0
  279. package/{dist/components/search → search}/index.mjs +3 -3
  280. package/search/style.css +1 -0
  281. package/{dist/components/search-popover → search-popover}/index.mjs +12 -12
  282. package/search-popover/style.css +1 -0
  283. package/{dist/components/sign → sign}/index.mjs +2 -2
  284. package/{dist/components/sign → sign}/style.css +0 -0
  285. package/{dist/components/sign-panel → sign-panel}/index.mjs +1 -1
  286. package/{dist/components/sign-panel → sign-panel}/style.css +0 -0
  287. package/{dist/components/skeleton → skeleton}/index.mjs +1 -1
  288. package/skeleton/style.css +1 -0
  289. package/{dist/components/split-pane → split-pane}/index.mjs +1 -1
  290. package/{dist/components/split-pane → split-pane}/style.css +0 -0
  291. package/{dist/components/stateful → stateful}/index.mjs +1 -1
  292. package/{dist/components/stateful → stateful}/style.css +0 -0
  293. package/{dist/components/static-pageable-table → static-pageable-table}/index.mjs +1 -1
  294. package/{dist/components/static-pageable-table → static-pageable-table}/style.css +0 -0
  295. package/{dist/components/swiper → swiper}/index.mjs +1 -1
  296. package/{dist/components/swiper → swiper}/style.css +0 -0
  297. package/{dist/components/tab → tab}/index.mjs +2 -2
  298. package/{dist/components/tab → tab}/style.css +0 -0
  299. package/{dist/components/tab-item → tab-item}/index.mjs +2 -2
  300. package/{dist/components/table-column → table-column}/index.mjs +1 -1
  301. package/{dist/components/table-page → table-page}/index.mjs +3 -3
  302. package/{dist/components/table-view → table-view}/index.mjs +2 -2
  303. package/{dist/components/table-view → table-view}/style.css +0 -0
  304. package/{dist/components/tag-render → tag-render}/index.mjs +1 -1
  305. package/{dist/components/tag-render → tag-render}/style.css +0 -0
  306. package/{dist/components/text-ellipsis → text-ellipsis}/index.mjs +2 -2
  307. package/{dist/components/text-ellipsis → text-ellipsis}/style.css +0 -0
  308. package/{dist/components/tinymce-editor → tinymce-editor}/index.mjs +1 -1
  309. package/{dist/components/tinymce-editor → tinymce-editor}/style.css +0 -0
  310. package/{dist/components/tinymce-wrapper → tinymce-wrapper}/index.mjs +1 -1
  311. package/{dist/components/tinymce-wrapper → tinymce-wrapper}/style.css +0 -0
  312. package/{dist/components/toolbar → toolbar}/index.mjs +1 -1
  313. package/{dist/components/toolbar → toolbar}/style.css +0 -0
  314. package/{dist/components/toolbar-button → toolbar-button}/index.mjs +1 -1
  315. package/{dist/components/toolbar-button → toolbar-button}/style.css +0 -0
  316. package/{dist/components/trigger → trigger}/index.mjs +1 -1
  317. package/{dist/components/verify → verify}/index.mjs +2 -2
  318. package/verify/style.css +1 -0
  319. package/{dist/components/vue-tags-input → vue-tags-input}/index.mjs +1 -1
  320. package/{dist/components/vue-tags-input → vue-tags-input}/style.css +0 -0
  321. package/{dist/components/watermark → watermark}/index.mjs +2 -2
  322. package/{dist/components/watermark → watermark}/style.css +0 -0
  323. package/web-types.json +2 -2
  324. package/README.md +0 -27
  325. package/dist/components/avatar/style.css +0 -1
  326. package/dist/components/base.css +0 -1
  327. package/dist/components/card/style.css +0 -1
  328. package/dist/components/carousel/style.css +0 -1
  329. package/dist/components/chat/style.css +0 -1
  330. package/dist/components/comment/style.css +0 -1
  331. package/dist/components/data-box/style.css +0 -1
  332. package/dist/components/data-card/style.css +0 -1
  333. package/dist/components/data-cardtext/style.css +0 -1
  334. package/dist/components/data-display/style.css +0 -1
  335. package/dist/components/data-operatext/style.css +0 -1
  336. package/dist/components/data-panel/style.css +0 -1
  337. package/dist/components/data-pay/style.css +0 -1
  338. package/dist/components/data-price/style.css +0 -1
  339. package/dist/components/data-progress/style.css +0 -1
  340. package/dist/components/data-rotate/style.css +0 -1
  341. package/dist/components/data-tabs/style.css +0 -1
  342. package/dist/components/easy-popup/style.css +0 -1
  343. package/dist/components/flow/style.css +0 -1
  344. package/dist/components/form-group/style.css +0 -1
  345. package/dist/components/fy-article/style.css +0 -1
  346. package/dist/components/fy-draggable/style.css +0 -1
  347. package/dist/components/fy-dynamic/style.css +0 -1
  348. package/dist/components/fy-form-design/style.css +0 -1
  349. package/dist/components/fy-input-icon/style.css +0 -1
  350. package/dist/components/fy-input-table/style.css +0 -1
  351. package/dist/components/fy-input-tree/style.css +0 -1
  352. package/dist/components/fy-select/style.css +0 -1
  353. package/dist/components/fy-tabs/style.css +0 -0
  354. package/dist/components/fy-title/style.css +0 -1
  355. package/dist/components/fy-tree/style.css +0 -1
  356. package/dist/components/fy-upload/style.css +0 -1
  357. package/dist/components/highlight-j-s/style.css +0 -1
  358. package/dist/components/image-cropper/style.css +0 -1
  359. package/dist/components/image-preview/style.css +0 -1
  360. package/dist/components/image-viewer/style.css +0 -1
  361. package/dist/components/keyboard/style.css +0 -1
  362. package/dist/components/login/style.css +0 -1
  363. package/dist/components/name-avatar/style.css +0 -1
  364. package/dist/components/notice/style.css +0 -1
  365. package/dist/components/properties-panel/style.css +0 -1
  366. package/dist/components/record-video/style.css +0 -1
  367. package/dist/components/search/style.css +0 -1
  368. package/dist/components/search-popover/style.css +0 -1
  369. package/dist/components/skeleton/style.css +0 -1
  370. package/dist/components/verify/style.css +0 -1
  371. package/dist/index.css +0 -1
@@ -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 r = function() {
3
3
  var e = this, a = e.$createElement, t = e._self._c || a;
4
4
  return t("div", {
@@ -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 h = function() {
3
3
  var t = this, e = t.$createElement, s = t._self._c || e;
4
4
  return s("div", [s("div", {
File without changes
@@ -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 o = function() {
3
3
  var e = this, t = e.$createElement, s = e._self._c || t;
4
4
  return s("div", {
@@ -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 n = function() {
3
3
  var e = this, t = e.$createElement, s = e._self._c || t;
4
4
  return s("span", {
@@ -0,0 +1 @@
1
+ .avue-avatar{position:relative;display:inline-block;box-sizing:border-box;width:32px;height:32px;margin:0;padding:0;overflow:hidden;color:#000000a6;color:#fff;font-size:14px;font-variant:tabular-nums;line-height:1.5;line-height:32px;white-space:nowrap;text-align:center;vertical-align:middle;list-style:none;background:#ccc;border-radius:50%}.avue-avatar__images{width:100%;height:100%}.avue-avatar__icon{font-size:18px}.avue-avatar__string{position:absolute;left:50%;transform-origin:0 center}.avue-avatar--lg{width:40px;height:40px;font-size:24px;line-height:40px;border-radius:50%}.avue-avatar--sm{width:24px;height:24px;font-size:14px;line-height:24px;border-radius:50%}.avue-avatar--square{border-radius:4px}
@@ -27,7 +27,7 @@ var d = (o, t, e) => new Promise((s, a) => {
27
27
  i((e = e.apply(o, t)).next());
28
28
  });
29
29
  import { isFunction as x, error as S } from "@web-utils/core";
30
- import { n as k } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
30
+ import { n as k } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
31
31
  const L = {
32
32
  props: {
33
33
  type: {
package/base.css ADDED
@@ -0,0 +1 @@
1
+ .border-bottom{border-bottom:1px solid #d7dae0}.clear-fix:after{display:block;clear:both;height:0;visibility:hidden;content:" "}.flex-row{display:flex;flex-direction:row;flex-shrink:0}.flex-row.vertical-center{align-items:center}.flex-row.vertical-start{align-items:flex-start}.flex-row.horizon-center{justify-content:center}.text-center{text-align:center}.flex-column{display:flex;flex-direction:column}.flex-column.vertical-center{justify-content:center}.flex-column.horizon-center{align-items:center}.flex-item,.flex-item-relative{flex:1 1 auto}.flex-item-relative{position:relative}.flex-item-relative .flex-content{position:absolute;inset:0}.flex-not-shrink{flex-shrink:0}body{font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}*{outline:none}.avue-canvas{display:none}.avue-ghost{background:#c8ebfb;opacity:.5}.avue--disabled{color:#ccc}.avue--detail .hover-row td{background-color:#fff!important}.avue--detail .avue-group__header{padding-left:10px;border-bottom:1px solid #eee}.avue--detail .el-collapse-item__header{margin-bottom:0}.avue--detail .el-input.is-disabled .el-input__inner,.avue--detail .el-textarea.is-disabled .el-textarea__inner,.avue--detail .el-range-editor.is-disabled,.avue--detail .el-range-editor.is-disabled input{padding-left:0;color:#606266;background-color:#fff}.avue--detail .el-input-number__decrease,.avue--detail .el-input-number__increase{display:none}.avue--detail .el-input-group__append,.avue--detail .el-input-group__prepend{background-color:transparent;border:none}.avue--detail .el-input__suffix,.avue--detail .el-input__prefix{display:none}.avue--detail .el-input__inner,.avue--detail .el-textarea__inner{border:none}.avue--detail .el-input__inner::placeholder,.avue--detail .el-textarea__inner::placeholder{color:transparent!important}.avue--detail .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#409eff;border-color:#409eff}.avue--detail .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:#fff}.avue--detail .el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#409eff;border-color:#409eff}.avue--detail .el-radio__input.is-disabled.is-checked .el-radio__inner:after{background-color:#fff}.avue--detail .el-checkbox__input.is-disabled+span.el-checkbox__label,.avue--detail .el-radio__input.is-disabled+span.el-radio__label{color:#606266}.avue--detail .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.avue--detail .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{display:none}.avue--detail .el-row{border-top:1px solid #ebeef5;border-left:1px solid #ebeef5}.avue--detail .el-col{margin:0!important;padding:0!important;border-right:1px solid #ebeef5;border-bottom:1px solid #ebeef5}.avue--detail .el-form-item--medium.el-form-item,.avue--detail .el-form-item--mini.el-form-item,.avue--detail .el-form-item--small.el-form-item{margin:0;background:#fafafa}.avue--detail .el-form-item__label,.avue--detail .el-form-item__content{padding:2px 0}.avue--detail .el-form-item__label{box-sizing:border-box;padding-right:20px;color:#909399}.avue--detail .el-tag{margin-right:6px!important;margin-left:0!important}.avue--detail .avue-crud .el-form-item__content{border:none}.avue--detail .el-form-item__content{box-sizing:border-box;padding-left:20px;background-color:#fff;border-left:1px solid #ebeef5}.avue--detail__column .el-form-item{background-color:#fff}.avue--detail__column .el-form-item__label{padding-right:12px}.avue--detail__column .el-form-item__content{padding-left:0;border-left:none}.avue-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(0,0,0,.1) 1px,transparent 0),linear-gradient(90deg,rgba(0,0,0,.1) 1px,transparent 0);background-size:20px 20px,20px 20px}.avue-mask{position:fixed;inset:0;z-index:1000;height:100%;background-color:#37373799}.avue--card{border-radius:5px;box-shadow:2px 1px 8px #00000026}.avue-dialog{overflow:visible}.avue-dialog .el-dialog{position:absolute;top:0;left:50%;display:flex;flex-direction:column;max-width:calc(100% - 100px);min-height:180px;max-height:calc(100% - 200px);border-radius:2px;transform:translate(-50%)}.avue-dialog .el-dialog__header{min-height:20px;padding:16px 24px;border-bottom:1px solid #f0f0f0}.avue-dialog .el-dialog__title,.avue-dialog .el-drawer__header{color:#000000d9;font-weight:500;word-wrap:break-word}.avue-dialog .el-dialog__body{margin-bottom:50px;padding:30px 20px 20px}.avue-dialog .el-dialog .el-dialog__body{flex:1;overflow:hidden;overflow-y:auto}.avue-dialog .el-drawer{position:absolute;top:0;right:0;display:flex;flex-direction:column}.avue-dialog .el-drawer__header{min-height:20px;margin:0;padding:16px 10px 16px 24px;border-bottom:1px solid #f0f0f0}.avue-dialog .el-drawer,.avue-dialog .el-drawer__body{flex:1;overflow:auto}.avue-dialog__footer{position:absolute;bottom:0;left:0;display:block;box-sizing:border-box;width:100%;padding:10px 16px;text-align:right;background-color:#fff;border-top:1px solid #f0f0f0}.avue-dialog__footer--left{text-align:left}.avue-dialog__footer--center{text-align:center}.avue-dialog--fullscreen .el-dialog{top:0;left:0;width:100%!important;max-width:100%;height:100%;max-height:100%;transform:translate(0)}.avue-dialog--top .el-dialog{top:15%}.avue-dialog--none .el-dialog__body{margin-bottom:0}.avue-queue--block{display:inline-block}.avue-opacity{opacity:0}.avue-opacity--active{opacity:1}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.el-tooltip__popper{max-width:60%}.avue-crud .el-select,.avue-crud .el-date-editor.el-input,.avue-crud .el-date-editor.el-input__inner,.avue-crud .el-cascader,.avue-crud .avue-input-number,.avue-form .el-select,.avue-form .el-date-editor.el-input,.avue-form .el-date-editor.el-input__inner,.avue-form .el-cascader,.avue-form .avue-input-number{width:100%!important}.avue-crud .el-form-item.el-form-item--small .el-input-group--append .el-input__inner,.avue-form .el-form-item.el-form-item--small .el-input-group--append .el-input__inner{height:33px;line-height:33px}.avue-crud .el-input-number .el-input__inner,.avue-form .el-input-number .el-input__inner{text-align:left}.avue-crud .avue-crud__left .el-button+.el-button,.avue-crud .avue-crud__right .el-button+.el-button,.avue-form .avue-crud__left .el-button+.el-button,.avue-form .avue-crud__right .el-button+.el-button{margin-left:0}.avue-crud .avue-crud__left .el-button,.avue-crud .avue-crud__right .el-button,.avue-form .avue-crud__left .el-button,.avue-form .avue-crud__right .el-button{margin-right:5px;margin-bottom:0}.avue-crud .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content,.avue-form .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{color:#409eff}.avue-crud .el-tree-node__label,.avue-form .el-tree-node__label{margin-left:8px}.avue-crud .el-input__inner,.avue-form .el-input__inner{height:38px;line-height:38px}.avue-crud .el-range-editor--small,.avue-form .el-range-editor--small{height:32px;line-height:32px}.avue-crud .el-range-editor--mini,.avue-form .el-range-editor--mini{height:28px;line-height:28px}.avue-crud .el-input--small input,.avue-form .el-input--small input{height:32px;line-height:32px}.avue-crud .el-input--mini input,.avue-form .el-input--mini input{height:28px;line-height:28px}.avue-crud .el-table--medium td,.avue-form .el-table--medium td{padding:7px 0!important}.avue-crud .el-tooltip__popper,.avue-form .el-tooltip__popper{max-width:60%}.avue-crud .el-dropdown-menu__item,.avue-form .el-dropdown-menu__item{line-height:25px}.avue-crud .el-table-filter__list,.avue-form .el-table-filter__list{width:100%;height:300px;overflow-y:auto}.el-form-item--mini .el-color-picker--mini,.el-form-item--mini .el-color-picker--mini .el-color-picker__trigger{width:23px;height:23px}.el-dropdown-menu .el-button--text{width:100%!important}.el-pagination__editor.el-input .el-input__inner{line-height:28px}.el-drawer .el-drawer__body{height:100%}.el-drawer .avue-form{padding:20px}.el-checkbox:last-of-type{margin-right:8px}.el-table th.gutter,.el-table colgroup.gutter{display:table-cell!important}.el-input-number .el-input__suffix{display:none}.el-input-number__decrease,.el-input-number__increase{background-color:transparent}.el-tree-node.is-current>.el-tree-node__content{color:#409eff;background-color:#f5f7fa}.el-select-dropdown .el-scrollbar .el-scrollbar__view .el-select-dropdown__item{height:auto;padding:0}.el-select-dropdown .el-scrollbar .el-scrollbar__view .el-select-dropdown__item>span{padding:0 20px}.el-select-dropdown__item.selected,.el-select-dropdown .el-tree-node__label{font-weight:400}.el-form-item.is-error .avue-dynamic{border:1px solid #F56C6C;border-radius:3px}.el-dropdown-menu__item{padding-top:3px!important;padding-bottom:3px!important}.el-upload--picture-card .el-upload-dragger,.el-upload--picture-img .el-upload-dragger{width:inherit;height:inherit;background-color:inherit}@media screen and (max-width: 992px){.el-dialog__footer{display:flex;justify-content:center}.el-button+.el-button{margin-left:0}.el-upload-list--picture-card .el-upload-list__item,.avue-upload__avatar,.el-upload--picture-card,.avue-upload__icon{width:100px;height:100px;line-height:100px}.avue-tip{display:none}.avue-crud__menu{display:block!important}.avue-crud .el-form-item{width:100%}.avue-crud .el-form-item__label{flex:1}.avue-crud .el-form-item__content{flex:5}.avue-crud__searchMenu{text-align:center}.avue-crud__title{display:block!important}.avue-crud__title p{margin-bottom:20px}.avue-crud__title .avue-date__group{justify-content:center}.avue-crud__title .avue-date__date{display:none}.avue-crud__title .avue-date__radio{width:100%}.avue-crud__title .avue-date__radio .el-radio-group{display:flex}.avue-crud__title .avue-date__radio .el-radio-group label,.avue-crud__title .avue-date__radio .el-radio-group .el-radio-button__inner{width:100%}.avue-crud__title .avue-date__radio .el-radio-button:last-child .el-radio-button__inner{border-right:1px solid #dcdfe6;border-radius:0 4px 4px 0}}
@@ -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 u = function() {
3
3
  var e = this, t = e.$createElement, a = e._self._c || t;
4
4
  return a("ul", {
@@ -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 u = function() {
3
3
  var t = this, a = t.$createElement, e = t._self._c || a;
4
4
  return e("div", {
package/card/style.css ADDED
@@ -0,0 +1 @@
1
+ .avue-card__item{box-sizing:border-box;height:200px;margin-bottom:16px;color:#000000a6;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;background-color:#fff;border:1px solid #e8e8e8;cursor:pointer;font-feature-settings:"tnum"}.avue-card__item:hover{border-color:#00000017;box-shadow:0 2px 8px #00000017}.avue-card__item--add{display:flex;align-items:center;justify-content:center;width:100%;color:#00000073;font-size:16px;background-color:#fff;border:1px dashed #000;border-color:#d9d9d9;border-radius:2px}.avue-card__item--add i{margin-right:10px}.avue-card__item--add:hover{color:#40a9ff;background-color:#fff;border-color:#40a9ff}.avue-card__body{display:flex;padding:24px}.avue-card__detail{flex:1}.avue-card__avatar{width:48px;height:48px;margin-right:12px;overflow:hidden;border-radius:48px}.avue-card__avatar img{width:100%;height:100%}.avue-card__title{margin-bottom:12px;color:#000000d9;font-size:16px}.avue-card__title:hover{color:#1890ff}.avue-card__info{display:box;height:64px;overflow:hidden;color:#00000073;-webkit-box-orient:vertical;-webkit-line-clamp:3}.avue-card__menu{display:flex;justify-content:space-around;height:50px;color:#00000073;line-height:50px;text-align:center;background:#f7f9fa}.avue-card__menu:hover{color:#1890ff}
@@ -1,4 +1,4 @@
1
- import { n } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var l = function() {
3
3
  var t = this, o = t.$createElement, e = t._self._c || o;
4
4
  return e("div", {
@@ -0,0 +1 @@
1
+ .avue-carousel--fullscreen{height:100%}.avue-carousel--fullscreen .el-carousel,.avue-carousel--fullscreen .el-carousel__container{height:90%}.avue-carousel__item{position:relative;width:100%;height:100%}.avue-carousel__item a{display:block;width:100%;height:100%}.avue-carousel__img{height:100%;background-position:center center;background-size:cover}.avue-carousel__title{position:absolute;bottom:0;left:0;z-index:1024;width:100%;height:50px;color:#fff;font-size:16px;line-height:50px;text-align:center;background-color:#0009}
@@ -1,6 +1,6 @@
1
1
  import { formatDate as c } from "@web-utils/integrations/dayjs";
2
- import { s as l } from "../../chunks/util.eca708b6.mjs";
3
- import { n as d } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ import { s as l } from "../chunks/util.17330567.mjs";
3
+ import { n as d } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var u = function() {
5
5
  var t = this, o = t.$createElement, e = t._self._c || o;
6
6
  return e("div", {
@@ -183,8 +183,8 @@ var u = function() {
183
183
  }
184
184
  }), e("div", {
185
185
  staticStyle: {
186
- "text-align": "right",
187
- margin: "0"
186
+ margin: "0",
187
+ "text-align": "right"
188
188
  }
189
189
  }, [e("ElButton", {
190
190
  attrs: {
package/chat/style.css ADDED
@@ -0,0 +1 @@
1
+ .avue-chat{position:relative;background-color:#fcfcfc;box-shadow:1px 2px 10px #eee}.avue-chat ul,.avue-chat li{margin:0;padding:0}.avue-chat li{list-style:none;cursor:pointer}.avue-chat .web__content{display:flex;height:100%}.avue-chat .web__main{box-sizing:border-box;height:calc(100% - 200px);padding:15px 15px 20px;overflow-x:hidden;overflow-y:auto}.avue-chat .web__logo{display:flex;margin:0 auto;padding:15px 12px;vertical-align:middle;background-color:#409eff}.avue-chat .web__logo-img{width:35px;height:35px;margin-top:3px;border-radius:100%;box-shadow:0 3px 3px #0000001a}.avue-chat .web__logo-info{margin-left:10px}.avue-chat .web__logo-name{position:relative;margin-top:5px;font-size:13px}.avue-chat .web__logo-dept{margin-top:1px;font-size:12px}.avue-chat .web__logo-name,.avue-chat .web__logo-dept{width:175px;margin:0;padding:0;overflow:hidden;color:#fff;white-space:nowrap;text-overflow:ellipsis}.avue-chat .web__main-item{position:relative;min-height:68px;margin-bottom:10px;padding-left:60px;font-size:0}.avue-chat .web__main-user,.avue-chat .web__main-text{display:inline-block;font-size:14px;vertical-align:top}.avue-chat .web__main-user{position:absolute;left:3px}.avue-chat .web__main-user img{width:40px;height:40px;border-radius:100%}.avue-chat .web__main-user cite{position:absolute;top:-2px;left:60px;width:500px;color:#999;font-size:12px;font-style:normal;line-height:24px;white-space:nowrap;text-align:left}.avue-chat .web__main-user cite i{padding-left:15px;font-style:normal}.avue-chat .web__main-text{position:relative;margin-top:25px;padding:8px 15px;color:#000;line-height:22px;word-break:break-all;background-color:#f3f3f3;border:1px solid #f0f0f0;border-radius:3px}.avue-chat .web__main-arrow{position:absolute;top:6px;left:-8px;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:8px;border-right-color:#ebeef5;border-left-width:0}.avue-chat .web__main-arrow:after{position:absolute;top:-7px;left:1px;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:7px;border-right-color:#fff;border-left-width:0;content:" "}.avue-chat .web__main-item--mine .web__main-text .web__main-arrow{right:-5px;left:auto;border-color:transparent;border-style:solid;border-width:8px;border-right-width:0;border-left-color:#409eff}.avue-chat .web__main-item--mine .web__main-text .web__main-arrow:after{right:-2px;left:auto;border-color:transparent;border-style:solid;border-width:7px;border-right-width:0;border-left-color:#409eff}.avue-chat .web__main-list{margin:10px 0}.avue-chat .web__main-list li{height:30px;color:#409eff;line-height:30px}.avue-chat .web__main-item--mine{padding-right:60px;padding-left:0;text-align:right}.avue-chat .web__main-item--mine .web__main-user{right:3px;left:auto}.avue-chat .web__main-item--mine .web__main-user cite{right:60px;left:auto;text-align:right}.avue-chat .web__main-item--mine .web__main-user cite i{padding-right:15px;padding-left:0}.avue-chat .web__main-item--mine .web__main-text{margin-left:0;color:#fff;text-align:left;background-color:#409eff}.avue-chat .web__footer{position:absolute;bottom:0;left:0;width:100%;background-color:#fff;box-shadow:0 -1px #0000000a,0 -2px #00000003}.avue-chat .web__msg{height:auto;padding:10px;overflow:hidden}.avue-chat .web__msg--img,.avue-chat .web__msg--video,.avue-chat .web__msg--file{position:relative;display:block;width:100%;min-width:200px;max-width:250px;margin:10px 0;overflow:hidden;border:1px solid #eee;border-radius:5px;cursor:pointer}.avue-chat .web__msg--file{height:140px;background-color:#fff}.avue-chat .web__msg--file span{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:calc(100% - 80px);padding:3px 5px;overflow:hidden;color:#333;font-size:13px;text-align:center}.avue-chat .web__msg--file h2{width:100%;margin:0;color:#fff;line-height:80px;text-align:center;background-color:#409eff}.avue-chat .web__msg--map{height:160px}.avue-chat .web__msg-input{display:block;box-sizing:border-box;width:100%;height:60px;overflow-x:hidden;overflow-y:auto;font-size:13px;line-height:17px;word-break:break-all;background-color:#fff;border:0;outline:0;appearance:none;resize:none}.avue-chat .web__msg-submit{display:block;float:right;text-align:center;outline:none;cursor:pointer}.avue-chat .web__tools{box-sizing:border-box;padding:8px 10px 0}.avue-chat .web__tools i{margin-right:12px;color:#888a91;font-size:20px}.avue-chat .web__tools i:hover{color:#76b1f9}
@@ -1,6 +1,6 @@
1
1
  import a from "simple-uploader.js";
2
- import { k as r } from "../../chunks/utils.97652d86.mjs";
3
- import { n } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ import { k as r } from "../chunks/utils.97652d86.mjs";
3
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var u = function() {
5
5
  var e = this, t = e.$createElement, i = e._self._c || t;
6
6
  return i("div", {
@@ -1,5 +1,5 @@
1
- import { u as r, s as o } from "../../chunks/mixins.5a78e0db.mjs";
2
- import { n as a } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { u as r, s as o } from "../chunks/mixins.5a78e0db.mjs";
2
+ import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var l = function() {
4
4
  var e = this, t = e.$createElement, s = e._self._c || t;
5
5
  return s("label", {
@@ -14,8 +14,8 @@ var p = (o, r, s) => new Promise((l, a) => {
14
14
  }, t = (e) => e.done ? l(e.value) : Promise.resolve(e.value).then(d, u);
15
15
  t((s = s.apply(o, r)).next());
16
16
  });
17
- import { u as c, s as _ } from "../../chunks/mixins.5a78e0db.mjs";
18
- import { n as h } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
17
+ import { u as c, s as _ } from "../chunks/mixins.5a78e0db.mjs";
18
+ import { n as h } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
19
19
  var v = function() {
20
20
  var o = this, r = o.$createElement, s = o._self._c || r;
21
21
  return s("div", {
@@ -1,6 +1,6 @@
1
1
  import n from "simple-uploader.js";
2
- import { s as p } from "../../chunks/utils.97652d86.mjs";
3
- import { n as f } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ import { s as p } from "../chunks/utils.97652d86.mjs";
3
+ import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  const o = ["fileProgress", "fileSuccess", "fileComplete", "fileError"];
5
5
  var u = function() {
6
6
  var e = this, i = e.$createElement, s = e._self._c || i;
@@ -1,5 +1,5 @@
1
- import { u as r } from "../../chunks/mixins.5a78e0db.mjs";
2
- import { n as s } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { u as r } from "../chunks/mixins.5a78e0db.mjs";
2
+ import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var o = function() {
4
4
  var e = this, n = e.$createElement, t = e._self._c || n;
5
5
  return t("div", {
@@ -1,5 +1,5 @@
1
- import { u as r } from "../../chunks/mixins.5a78e0db.mjs";
2
- import { n as s } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { u as r } from "../chunks/mixins.5a78e0db.mjs";
2
+ import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var o = function() {
4
4
  var e = this, t = e.$createElement, i = e._self._c || t;
5
5
  return i("div", {
@@ -1,5 +1,5 @@
1
- import { u as o, s } from "../../chunks/mixins.5a78e0db.mjs";
2
- import { n as a } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { u as o, s } from "../chunks/mixins.5a78e0db.mjs";
2
+ import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var i = function() {
4
4
  var e = this, r = e.$createElement, t = e._self._c || r;
5
5
  return t("div", {
File without changes
@@ -1,5 +1,5 @@
1
1
  import { isBlank as l } from "@web-utils/core";
2
- import { n as E, M as f, A as h, R as T, p, f as m, K as A, q as I, S as L, c as S, j as B, I as _ } from "./util.eca708b6.mjs";
2
+ import { n as E, M as f, A as h, R as T, p, f as m, K as A, q as I, S as L, c as S, j as B, I as _ } from "./util.17330567.mjs";
3
3
  const P = {
4
4
  common: {
5
5
  condition: "条件",
@@ -105,17 +105,17 @@ const P = {
105
105
  }
106
106
  }), e);
107
107
  let r = 0;
108
- const C = (e, n = 12, t = !1) => {
108
+ const v = (e, n = 12, t = !1) => {
109
109
  t && (r = 0);
110
110
  const a = 24;
111
111
  return r = r + (e.span || n) + (e.offset || 0), r === a ? r = 0 : r > a ? r = (e.span || n) + (e.offset || 0) : e.row && r !== a && (e.count = a - r, r = 0), e;
112
- }, $ = (e, n) => {
112
+ }, C = (e, n) => {
113
113
  const { type: t, multiple: a, dataType: i, separator: c = S, alone: o, emitPath: d, range: y } = n;
114
114
  let s = e;
115
115
  return f.includes(t) && a === !0 || h.includes(t) && d !== !1 || T.includes(t) && y === !0 ? (Array.isArray(s) || (l(s) ? s = [] : s = `${s}`.split(c) || []), s.forEach((b, g) => {
116
116
  s[g] = p(b, i);
117
117
  }), m.includes(t) && l(s) && o && (s = [""])) : s = p(s, i), s;
118
- }, v = (e) => {
118
+ }, $ = (e) => {
119
119
  const n = e.type, t = e.searchRange;
120
120
  let a = n;
121
121
  if (e.searchType)
@@ -148,11 +148,11 @@ const C = (e, n = 12, t = !1) => {
148
148
  };
149
149
  export {
150
150
  M as a,
151
- C as b,
151
+ v as b,
152
152
  R as c,
153
- v as d,
153
+ $ as d,
154
154
  j as f,
155
155
  N as g,
156
- $ as i,
156
+ C as i,
157
157
  u as t
158
158
  };
@@ -1,6 +1,6 @@
1
1
  import { isBlank as Y } from "@web-utils/core";
2
2
  import { formatDate as p } from "@web-utils/integrations/dayjs";
3
- import { g as D, M as I, A as L, c as y, e as _, f as S, b as n, h as $, j as b, k as h } from "./util.eca708b6.mjs";
3
+ import { g as D, M as I, A as L, c as y, e as _, f as S, b as n, h as $, j as b, k as h } from "./util.17330567.mjs";
4
4
  const P = (r = {}, t = {}, l = {}, A = []) => {
5
5
  let e = r[t.prop];
6
6
  const a = t.type, s = t.separator;
@@ -1,5 +1,5 @@
1
1
  import { isBlank as w } from "@web-utils/core";
2
- import { l as D, m as x } from "./util.eca708b6.mjs";
2
+ import { l as D, m as E } from "./util.17330567.mjs";
3
3
  const F = (d, t = []) => new Promise((i, o) => {
4
4
  const c = [], a = [], s = {};
5
5
  d.forEach((e) => {
@@ -38,7 +38,7 @@ const F = (d, t = []) => new Promise((i, o) => {
38
38
  }), U = (d) => {
39
39
  let t = [];
40
40
  return new Promise((i, o) => {
41
- t = E(d).ajaxdic, k(t).then((a) => {
41
+ t = k(d).ajaxdic, j(t).then((a) => {
42
42
  i(a);
43
43
  }).catch((a) => {
44
44
  o(a);
@@ -50,7 +50,7 @@ const F = (d, t = []) => new Promise((i, o) => {
50
50
  o.dicData && (t[o.prop] = D(o.dicData, o.props, o.dataType));
51
51
  }), Object.assign(i, t);
52
52
  };
53
- function E(d) {
53
+ function k(d) {
54
54
  const t = d.column || [], i = [], o = {};
55
55
  let c = [];
56
56
  return t.forEach((a) => {
@@ -71,7 +71,7 @@ function E(d) {
71
71
  locationdic: o
72
72
  };
73
73
  }
74
- function k(d) {
74
+ function j(d) {
75
75
  const t = {}, i = [];
76
76
  return new Promise((o) => {
77
77
  d.forEach((c) => {
@@ -98,7 +98,7 @@ const g = (d) => {
98
98
  r && (t = r.dicUrl, o = r.dicMethod, e = r.headers || {}, i = r.dicQuery || {}, s = r.dicFormatter, a = r.props);
99
99
  const l = "key";
100
100
  t = t || "";
101
- let m = [];
101
+ let m;
102
102
  const y = {};
103
103
  return m = t.match(/[^{}]+(?=})/g) || [], m.forEach((p) => {
104
104
  const f = `{{${p}}}`, h = u[p];
@@ -109,18 +109,13 @@ const g = (d) => {
109
109
  })), a && (c = (a || {}).res || c), new Promise((p) => {
110
110
  const f = (h) => {
111
111
  let P = [];
112
- typeof s == "function" ? P = s(h.data) : P = x(h.data, c), p(P);
112
+ typeof s == "function" ? P = s(h.data) : P = E(h.data, c), p(P);
113
113
  };
114
- o === "post" ? window.axios.post(t, y, {
115
- headers: e
116
- }).then(function(h) {
114
+ o === "post" ? window.axios.post(t, y, { headers: e }).then(function(h) {
117
115
  f(h);
118
116
  }).catch(() => [
119
117
  p([])
120
- ]) : window.axios.get(t, {
121
- params: i,
122
- headers: e
123
- }).then(function(h) {
118
+ ]) : window.axios.get(t, { params: i, headers: e }).then(function(h) {
124
119
  f(h);
125
120
  }).catch(() => [
126
121
  p([])
@@ -1,7 +1,7 @@
1
- import { t as r, D as i, c as a } from "./util.eca708b6.mjs";
1
+ import { t as r, D as i, c as a } from "./util.17330567.mjs";
2
2
  import { s as l } from "./slot.4b391395.mjs";
3
3
  import { isBlank as s } from "@web-utils/core";
4
- import { i as p } from "./dataformat.5f95e59e.mjs";
4
+ import { i as p } from "./dataformat.25e22176.mjs";
5
5
  const f = {
6
6
  mixins: [l],
7
7
  data() {
@@ -1,5 +1,5 @@
1
- import { f as e } from "./form-item-mixin.149d5844.mjs";
2
- import { d as r } from "./index.9b7a65d1.mjs";
1
+ import { f as e } from "./form-item-mixin.135b60df.mjs";
2
+ import { d as r } from "./index.57f871af.mjs";
3
3
  const o = {
4
4
  mixins: [e],
5
5
  props: {
@@ -9,7 +9,7 @@ var i = (e, r, t) => r in e ? n(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 { d as o } from "./index.9b7a65d1.mjs";
12
+ import { d as o } from "./index.57f871af.mjs";
13
13
  import f from "element-ui/lib/col";
14
14
  import c from "element-ui/lib/form-item";
15
15
  const d = ["span"], a = [...Object.keys(f.props)], h = a.filter((e) => !d.includes(e)), b = ["label", "prop", "rules", "labelWidth", "required"], u = [...Object.keys(c.props)], g = u.filter((e) => !b.includes(e)), y = [
@@ -1,5 +1,5 @@
1
- import { s as a, l as n, a as h, b as r } from "./dic.5c08c9fb.mjs";
2
- import { d, D as c } from "./util.eca708b6.mjs";
1
+ import { s as a, l as n, a as h, b as r } from "./dic.e8280157.mjs";
2
+ import { d, D as c } from "./util.17330567.mjs";
3
3
  import { s as l } from "./slot.4b391395.mjs";
4
4
  import { isBlank as s } from "@web-utils/core";
5
5
  const f = {
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -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) {