@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,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 = {
@@ -0,0 +1,126 @@
1
+ const p = /[\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g, O = /^[a-zA-Z_$][0-9a-zA-Z_$]*$/;
2
+ let s, y;
3
+ const N = {
4
+ // table of character substitutions
5
+ "\b": "\\b",
6
+ " ": "\\t",
7
+ "\n": "\\n",
8
+ "\f": "\\f",
9
+ "\r": "\\r",
10
+ '"': '\\"',
11
+ "'": "\\'",
12
+ "\\": "\\\\"
13
+ };
14
+ let h;
15
+ function x(f, n = {}) {
16
+ const e = n.space || 2, t = n.dropQuotesOnKeys !== !1, r = n.dropQuotesOnNumbers || !1, l = n.inlineShortArrays || !1, u = n.inlineShortArraysDepth || 1, a = n.quoteType || "single", c = n.minify || !1;
17
+ r && S(f);
18
+ let o = d(f, null, c ? void 0 : e, t, a);
19
+ if (l && !c) {
20
+ let i = j(o);
21
+ if (u > 1)
22
+ for (let m = 1; m < u && (o = i, i = j(o), i !== o); m++)
23
+ ;
24
+ o = i;
25
+ }
26
+ return o;
27
+ }
28
+ function S(f) {
29
+ if (!$(f))
30
+ return;
31
+ const n = Object.keys(f);
32
+ n && n.forEach(function(e) {
33
+ const t = f[e];
34
+ if (typeof t == "string") {
35
+ const r = t - 0;
36
+ f[e] = isNaN(r) ? t : r;
37
+ } else
38
+ ($(t) || Array.isArray(t)) && S(t);
39
+ });
40
+ }
41
+ function $(f) {
42
+ return f && typeof f == "object";
43
+ }
44
+ function j(f, n) {
45
+ if (n || (n = 80), typeof n != "number" || n < 20)
46
+ throw Error(`Invalid width '${n}'. Expecting number equal or larger than 20.`);
47
+ const e = f.split(`
48
+ `);
49
+ let t = 0, r = null, l = [];
50
+ for (; t < e.length; ) {
51
+ const u = !!e[t].match(/\[/), a = !!e[t].match(/\],?/);
52
+ if (u && !a)
53
+ l = [e[t]], r = t;
54
+ else if (a && !u && r) {
55
+ l.push((e[t] || "").trim());
56
+ const c = l.join(" ");
57
+ c.length < n && (e.splice(r, t - r + 1, c), t = r), r = null, l = [];
58
+ } else
59
+ r && l.push((e[t] || "").trim());
60
+ t += 1;
61
+ }
62
+ return e.join(`
63
+ `);
64
+ }
65
+ function d(f, n, e, t, r) {
66
+ let l;
67
+ if (s = "", y = "", typeof e == "number")
68
+ for (l = 0; l < e; l += 1)
69
+ y += " ";
70
+ else
71
+ typeof e == "string" && (y = e);
72
+ if (h = n, n && typeof n != "function" && (typeof n != "object" || typeof n.length != "number"))
73
+ throw new Error("JSON.stringify");
74
+ return b("", { "": f }, t, r);
75
+ }
76
+ function b(f, n, e, t) {
77
+ let r, l, u, a;
78
+ const c = s;
79
+ let o, i = n[f];
80
+ switch (i && typeof i == "object" && typeof i.toJSON == "function" && (i = i.toJSON(f)), typeof h == "function" && (i = h.call(n, f, i)), typeof i) {
81
+ case "function":
82
+ return i;
83
+ case "string":
84
+ return g(i, t);
85
+ case "number":
86
+ return isFinite(i) ? String(i) : "null";
87
+ case "boolean":
88
+ case "null":
89
+ return String(i);
90
+ case "object":
91
+ if (!i)
92
+ return "null";
93
+ if (s += y, o = [], Object.prototype.toString.apply(i) === "[object Array]") {
94
+ for (a = i.length, r = 0; r < a; r += 1)
95
+ o[r] = b(r, i, e, t) || "null";
96
+ return u = o.length === 0 ? "[]" : s ? `[
97
+ ${s}${o.join(`,
98
+ ${s}`)}
99
+ ${c}]` : `[${o.join(",")}]`, s = c, u;
100
+ }
101
+ if (h && typeof h == "object")
102
+ for (a = h.length, r = 0; r < a; r += 1)
103
+ typeof h[r] == "string" && (l = h[r], u = b(l, i, e, t), u && o.push((e ? A(l, t) : g(l, t)) + (s ? ": " : ":") + u));
104
+ else
105
+ for (l in i)
106
+ Object.prototype.hasOwnProperty.call(i, l) && (u = b(l, i, e, t), u && o.push((e ? A(l, t) : g(l, t)) + (s ? ": " : ":") + u));
107
+ return u = o.length === 0 ? "{}" : s ? `{
108
+ ${s}${o.join(`,
109
+ ${s}`)}
110
+ ${c}}` : `{${o.join(",")}}`, s = c, u;
111
+ }
112
+ }
113
+ function g(f, n) {
114
+ p.lastIndex = 0;
115
+ let e = '"';
116
+ return n === "single" && (e = "'"), p.test(f) ? e + f.replace(p, function(t) {
117
+ const r = N[t];
118
+ return typeof r == "string" ? r : `\\u${`0000${t.charCodeAt(0).toString(16)}`.slice(-4)}`;
119
+ }) + e : e + f + e;
120
+ }
121
+ function A(f, n) {
122
+ return O.test(f) ? f : g(f, n);
123
+ }
124
+ export {
125
+ x as c
126
+ };
File without changes
File without changes
File without changes
File without changes
File without changes