@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
@@ -26,7 +26,7 @@ var d = (e, i, t) => new Promise((n, s) => {
26
26
  }, m = (c) => c.done ? n(c.value) : Promise.resolve(c.value).then(l, r);
27
27
  m((t = t.apply(e, i)).next());
28
28
  });
29
- import { n as a } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
29
+ import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
30
30
  import { debug as F } from "@web-utils/core";
31
31
  var N = function() {
32
32
  var e = this, i = e.$createElement, t = e._self._c || i;
@@ -721,9 +721,9 @@ var de = function() {
721
721
  }, [t("div", {
722
722
  staticStyle: {
723
723
  display: "flex",
724
+ "flex-wrap": "nowrap",
724
725
  "align-items": "center",
725
- "justify-content": "space-between",
726
- "flex-wrap": "nowrap"
726
+ "justify-content": "space-between"
727
727
  }
728
728
  }, [t("ElSelect", {
729
729
  on: {
@@ -1657,9 +1657,9 @@ var je = function() {
1657
1657
  })], 1), t("div", {
1658
1658
  staticClass: "panel-tab__content--title",
1659
1659
  staticStyle: {
1660
- "padding-top": "8px",
1661
1660
  "margin-top": "8px",
1662
- "border-top": "1px solid #eeeeee"
1661
+ "padding-top": "8px",
1662
+ "border-top": "1px solid #eee"
1663
1663
  }
1664
1664
  }, [e._m(1), t("ElButton", {
1665
1665
  attrs: {
@@ -1784,7 +1784,7 @@ var je = function() {
1784
1784
  staticClass: "el-icon-menu",
1785
1785
  staticStyle: {
1786
1786
  "margin-right": "8px",
1787
- color: "#555555"
1787
+ color: "#555"
1788
1788
  }
1789
1789
  }), e._v("消息列表")]);
1790
1790
  }, function() {
@@ -1793,7 +1793,7 @@ var je = function() {
1793
1793
  staticClass: "el-icon-menu",
1794
1794
  staticStyle: {
1795
1795
  "margin-right": "8px",
1796
- color: "#555555"
1796
+ color: "#555"
1797
1797
  }
1798
1798
  }), e._v("信号列表")]);
1799
1799
  }];
@@ -0,0 +1 @@
1
+ .process-panel__container{box-sizing:border-box;max-height:100%;padding:0 8px;overflow-y:auto;border-left:1px solid #eee;box-shadow:0 0 8px #ccc}.panel-tab__title{padding:0 8px;font-weight:600;font-size:1.1em;line-height:1.2em}.panel-tab__title i{margin-right:8px;font-size:1.2em}.panel-tab__content{box-sizing:border-box;width:100%;padding:8px 16px;border-top:1px solid #eee}.panel-tab__content .panel-tab__content--title{display:flex;justify-content:space-between;padding-bottom:8px}.panel-tab__content .panel-tab__content--title span{flex:1;text-align:left}.element-property{display:flex;align-items:flex-start;width:100%;margin:8px 0}.element-property .element-property__label{display:block;box-sizing:border-box;width:90px;padding-right:12px;overflow:hidden;font-size:14px;line-height:32px;text-align:right}.element-property .element-property__value{flex:1;line-height:32px}.element-property .el-form-item{width:100%;margin-bottom:0;padding-bottom:18px}.list-property{flex-direction:column}.list-property .element-listener-item{display:inline-grid;grid-column-gap:8px;grid-template-columns:16px auto 32px 32px;width:100%}.list-property .element-listener-item+.element-listener-item{margin-top:8px}.listener-filed__title{display:inline-flex;align-items:center;justify-content:space-between;width:100%;margin-top:0}.listener-filed__title span{width:200px;font-size:14px;text-align:left}.listener-filed__title i{margin-right:8px}.element-drawer__button{display:inline-flex;justify-content:space-around;width:100%;margin-top:8px}.element-drawer__button>.el-button{width:100%}.el-collapse-item__content{padding-bottom:0}.el-input.is-disabled .el-input__inner{color:#999}.el-form-item.el-form-item--mini{margin-bottom:0}.el-form-item.el-form-item--mini+.el-form-item{margin-top:16px}
@@ -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 o = function() {
3
3
  var e = this, t = e.$createElement, n = e._self._c || t;
4
4
  return n("div", {
@@ -1,13 +1,13 @@
1
- import { s as r } from "../../chunks/util.eca708b6.mjs";
2
- import { n as o } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { s as r } from "../chunks/util.17330567.mjs";
2
+ import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  let n = class {
4
4
  /**
5
5
  * 构造函数
6
6
  *
7
7
  * @param {Object} videoObj 视频对象
8
8
  */
9
- constructor(t) {
10
- this.video = t, this.mediaRecorder = null, this.chunks = [];
9
+ constructor(e) {
10
+ this.chunks = [], this.video = e, this.mediaRecorder = null, this.chunks = [];
11
11
  }
12
12
  /**
13
13
  * 初始化
@@ -15,20 +15,18 @@ let n = class {
15
15
  * @return {Object} promise
16
16
  */
17
17
  init() {
18
- return new Promise((t, i) => {
18
+ return new Promise((e, i) => {
19
19
  navigator.mediaDevices.getUserMedia({
20
20
  audio: !0,
21
21
  video: !0
22
- // video: {
23
- // width: this.videoWidth,
24
- // height: this.videoHeight
25
- // }
22
+ // video: { width: this.videoWidth, height: this.videoHeight }
26
23
  }).then((s) => {
27
- "srcObject" in this.video ? this.video.srcObject = s : this.video.src = window.URL.createObjectURL(s), this.video.addEventListener("loadmetadata", () => {
28
- this.video.play();
24
+ this.video && ("srcObject" in this.video ? this.video.srcObject = s : this.video.src = window.URL.createObjectURL(s), this.video.addEventListener("loadmetadata", () => {
25
+ var d;
26
+ (d = this.video) == null || d.play();
29
27
  }), this.mediaRecorder = new MediaRecorder(s), this.mediaRecorder.addEventListener("dataavailable", (d) => {
30
28
  this.chunks.push(d.data);
31
- }), t();
29
+ }), e(!0));
32
30
  }).catch((s) => {
33
31
  i(s);
34
32
  });
@@ -38,13 +36,15 @@ let n = class {
38
36
  * 视频开始录制
39
37
  */
40
38
  startRecord() {
41
- this.mediaRecorder.state === "inactive" && this.mediaRecorder.start();
39
+ var e;
40
+ ((e = this.mediaRecorder) == null ? void 0 : e.state) === "inactive" && this.mediaRecorder.start();
42
41
  }
43
42
  /**
44
43
  * 视频结束录制
45
44
  */
46
45
  stopRecord() {
47
- this.mediaRecorder.state === "recording" && this.mediaRecorder.stop();
46
+ var e;
47
+ ((e = this.mediaRecorder) == null ? void 0 : e.state) === "recording" && this.mediaRecorder.stop();
48
48
  }
49
49
  /**
50
50
  * 检测当前浏览器对否支持
@@ -57,25 +57,25 @@ let n = class {
57
57
  }
58
58
  };
59
59
  var c = function() {
60
- var e = this, t = e.$createElement, i = e._self._c || t;
60
+ var t = this, e = t.$createElement, i = t._self._c || e;
61
61
  return i("div", {
62
62
  staticClass: "avue-video",
63
- style: e.styleName
63
+ style: t.styleName
64
64
  }, [i("div", {
65
65
  staticClass: "avue-video__border"
66
66
  }, [i("span", {
67
- style: e.borderStyleName
67
+ style: t.borderStyleName
68
68
  }), i("span", {
69
- style: e.borderStyleName
69
+ style: t.borderStyleName
70
70
  }), i("span", {
71
- style: e.borderStyleName
71
+ style: t.borderStyleName
72
72
  }), i("span", {
73
- style: e.borderStyleName
73
+ style: t.borderStyleName
74
74
  })]), i("img", {
75
75
  staticClass: "avue-video__img",
76
- style: e.imgStyleName,
76
+ style: t.imgStyleName,
77
77
  attrs: {
78
- src: e.background,
78
+ src: t.background,
79
79
  alt: ""
80
80
  }
81
81
  }), i("video", {
@@ -89,8 +89,8 @@ var c = function() {
89
89
  muted: !0
90
90
  }
91
91
  })]);
92
- }, l = [];
93
- const h = {
92
+ }, h = [];
93
+ const l = {
94
94
  name: "RecordVideo",
95
95
  props: {
96
96
  background: {
@@ -141,29 +141,29 @@ const h = {
141
141
  this.videoObj.stopRecord();
142
142
  },
143
143
  getData() {
144
- const e = new Blob(this.videoObj.chunks, {
144
+ const t = new Blob(this.videoObj.chunks, {
145
145
  type: "video/mp4"
146
- }), t = new FileReader();
147
- t.readAsDataURL(e), t.addEventListener("loadend", () => {
148
- const i = t.result;
146
+ }), e = new FileReader();
147
+ e.readAsDataURL(t), e.addEventListener("loadend", () => {
148
+ const i = e.result;
149
149
  this.$emit("data-change", i);
150
150
  });
151
151
  }
152
152
  }
153
153
  }, a = {};
154
154
  var v = /* @__PURE__ */ o(
155
- h,
156
- c,
157
155
  l,
156
+ c,
157
+ h,
158
158
  !1,
159
- m,
159
+ u,
160
160
  null,
161
161
  null,
162
162
  null
163
163
  );
164
- function m(e) {
165
- for (let t in a)
166
- this[t] = a[t];
164
+ function u(t) {
165
+ for (let e in a)
166
+ this[e] = a[e];
167
167
  }
168
168
  const R = /* @__PURE__ */ function() {
169
169
  return v.exports;
@@ -0,0 +1 @@
1
+ .avue-video{position:relative;width:500px;overflow:hidden}.avue-video__border span{position:absolute;width:30px;height:30px;color:#0073eb;border-style:solid;border-width:4px}.avue-video__border span:nth-child(1){top:15px;left:15px;border-right:0;border-bottom:0}.avue-video__border span:nth-child(2){top:15px;right:15px;border-bottom:0;border-left:0}.avue-video__border span:nth-child(3){bottom:15px;left:15px;border-top:0;border-right:0}.avue-video__border span:nth-child(4){right:15px;bottom:15px;border-top:0;border-left:0}.avue-video__img{position:absolute;top:50%;left:50%;width:100px;transform:translate(-50%,-50%)}.avue-video__main{width:100%}
@@ -1,5 +1,5 @@
1
- import { j as o } from "../../chunks/index.9b7a65d1.mjs";
2
- import { n as h } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { j as o } from "../chunks/index.57f871af.mjs";
2
+ import { n as h } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var a = function() {
4
4
  var e = this, t = e.$createElement, r = e._self._c || t;
5
5
  return r("div", {
@@ -1,7 +1,7 @@
1
- import { D as i } from "../../chunks/util.eca708b6.mjs";
2
- import { i as n } from "../../chunks/init.07b0cebe.mjs";
1
+ import { D as i } from "../chunks/util.17330567.mjs";
2
+ import { i as n } from "../chunks/init.f04c7036.mjs";
3
3
  import { isBlank as o } from "@web-utils/core";
4
- import { n as l } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
+ import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
5
  var h = function() {
6
6
  var t = this, e = t.$createElement, r = t._self._c || e;
7
7
  return r("ElRow", {
@@ -0,0 +1 @@
1
+ .avue-search{padding:0 20px}.avue-search__item{display:flex;align-items:flex-start;padding:20px 0 10px;border-bottom:1px dashed #e8e8e8}.avue-search__item:last-child{border-bottom:none}.avue-search__tags{display:inline-block;margin-right:24px;margin-bottom:12px;padding:0 12px;color:#000000a6;font-size:14px;white-space:nowrap;cursor:pointer}.avue-search__tags:hover{color:#1890ff}.avue-search__tags--active{color:#fff;background-color:#1890ff;border-radius:5px}.avue-search__tags--active:hover{color:#fff;opacity:.85}.avue-search__title{display:inline-block;box-sizing:border-box;width:120px;margin:0;padding:0 20px;font-size:14px;text-align:right}.avue-search__content{display:inline-block;width:calc(100% - 190px)}.avue-search__content .el-tag{margin-right:10px;margin-bottom:10px}
@@ -16,7 +16,7 @@ var c = (t, r, e) => new Promise((s, o) => {
16
16
  });
17
17
  import { copy, isInContainer } from "@web-utils/core";
18
18
  import ClickOutside from "element-ui/lib/utils/clickoutside";
19
- import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
19
+ import { n as normalizeComponent } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
20
20
  var render = function() {
21
21
  var t = this, r = t.$createElement, e = t._self._c || r;
22
22
  return e("div", {
@@ -59,9 +59,9 @@ var render = function() {
59
59
  })]), e("ul", {
60
60
  ref: "ul",
61
61
  staticStyle: {
62
- "list-style-type": "none",
63
62
  flex: "1",
64
- overflow: "auto"
63
+ overflow: "auto",
64
+ "list-style-type": "none"
65
65
  }
66
66
  }, [t.filterList.length ? t._l(t.filterList, function(s, o) {
67
67
  return e("li", {
@@ -96,10 +96,10 @@ var render = function() {
96
96
  })]), e("div", {
97
97
  staticStyle: {
98
98
  flex: "1",
99
- "text-align": "left",
99
+ "box-sizing": "border-box",
100
100
  padding: "0 10px",
101
101
  "overflow-x": "hidden",
102
- "box-sizing": "border-box"
102
+ "text-align": "left"
103
103
  }
104
104
  }, [e("p", {
105
105
  staticStyle: {
@@ -153,10 +153,10 @@ var render = function() {
153
153
  }, [t._m(0), e("div", {
154
154
  staticStyle: {
155
155
  flex: "1",
156
- "text-align": "left",
156
+ "box-sizing": "border-box",
157
157
  padding: "0 10px",
158
158
  "overflow-x": "hidden",
159
- "box-sizing": "border-box"
159
+ "text-align": "left"
160
160
  }
161
161
  }, [e("p", {
162
162
  staticStyle: {
@@ -192,10 +192,10 @@ var render = function() {
192
192
  }
193
193
  })])])])])]) : e("li", {
194
194
  staticStyle: {
195
- height: "100%",
196
195
  display: "flex",
197
196
  "align-items": "center",
198
197
  "justify-content": "center",
198
+ height: "100%",
199
199
  color: "#808080"
200
200
  }
201
201
  }, [t._v(" Sorry,no result ! ")])], 2), e("div", {
@@ -221,8 +221,8 @@ var render = function() {
221
221
  }
222
222
  })])])]), e("span", {
223
223
  staticStyle: {
224
- "font-size": "12px",
225
- "margin-right": "20px"
224
+ "margin-right": "20px",
225
+ "font-size": "12px"
226
226
  }
227
227
  }, [t._v("选择")]), e("span", {
228
228
  staticClass: "keyboard-key"
@@ -264,8 +264,8 @@ var render = function() {
264
264
  }
265
265
  })])])]), e("span", {
266
266
  staticStyle: {
267
- "font-size": "12px",
268
- "margin-right": "20px"
267
+ "margin-right": "20px",
268
+ "font-size": "12px"
269
269
  }
270
270
  }, [t._v("切换")]), e("span", {
271
271
  staticClass: "keyboard-key"
@@ -0,0 +1 @@
1
+ .search-popover{position:fixed;top:0;left:0;z-index:100;display:inline-flex;flex-direction:column;width:560px;height:500px;overflow:hidden;background-color:#f5f6f7;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/PTpEwMY8PLyMsFZnz9/ZoKzgAzG////Q1hAABBgAFeiDto+NxIZAAAAAElFTkSuQmCC);background-repeat:repeat;border:1px solid #1989fa;border-radius:4px;transform:translate3d(calc((100vw - 560px)/2),15%,0)}.search-popover .footer-tips{padding:10px;text-align:left;border-top:1px solid #1989fa}.search-popover .keyboard-key{display:inline-flex;align-items:center;justify-content:center;width:20px;height:18px;margin-right:.4em;padding-bottom:2px;background:linear-gradient(-225deg,#d5dbe4,#f8f8f8);border-radius:2px;box-shadow:inset 0 -2px #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px #1e235a66}.search-popover .search-input{box-sizing:border-box;width:100%;height:46px;padding:10px;border:1px solid #1989fa;border-radius:4px;outline:none;appearance:none}.search-popover .search-li{padding:10px}.search-popover .search-icon{flex-shrink:0;color:#969faf;font-size:24px}.search-popover .search-item{display:flex;align-items:center;box-sizing:border-box;padding:10px;overflow-x:hidden;color:#000;text-decoration:none;background-color:#fff;border-radius:4px;box-shadow:0 1px 3px #d4d9e1}.search-popover .search-item .search-action{display:none}.search-popover .search-item .url{overflow-x:hidden;color:#969faf;font-size:14px;white-space:nowrap;text-overflow:ellipsis}.search-popover .search-item.active{color:#fff;background-color:#1989fa}.search-popover .search-item.active .url{color:#fff}.search-popover .search-item.active .search-action{display:inline-block}.search-popover .search-item.active .search-icon{color:#fff}
@@ -1,5 +1,5 @@
1
- import { s as g } from "../../chunks/util.eca708b6.mjs";
2
- import { n as m } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { s as g } from "../chunks/util.17330567.mjs";
2
+ import { n as m } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var x = function() {
4
4
  var t = this, n = t.$createElement, s = t._self._c || n;
5
5
  return s("div", {
File without changes
@@ -1,4 +1,4 @@
1
- import { n } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var o = function() {
3
3
  var t = this, e = t.$createElement, i = t._self._c || e;
4
4
  return i("div", {
@@ -1,4 +1,4 @@
1
- import { n as o } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var r = function() {
3
3
  var e = this, a = e.$createElement, t = e._self._c || a;
4
4
  return t("div", {
@@ -0,0 +1 @@
1
+ .avue-skeleton__avatar{display:inline-block;width:40px;height:40px;line-height:40px;background:#f2f2f2;border-radius:50%}.avue-skeleton__header{display:table-cell;padding-right:16px;vertical-align:top}.avue-skeleton__content{display:table-cell;width:100%;vertical-align:top}.avue-skeleton__title{width:40%;height:16px;margin-top:16px;background:#f2f2f2}.avue-skeleton__item{padding-top:16px;padding-bottom:16px;border-bottom:1px solid #e8e8e8}.avue-skeleton__item:last-child{border-bottom:none}.avue-skeleton__li{width:100%;height:16px;margin-bottom:10px;list-style:none;background:#f2f2f2}.avue-skeleton__li:last-child{width:50%}.avue-skeleton__loading{background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;animation:avue-skeleton-loading 1.4s ease infinite}@keyframes avue-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}
@@ -14,7 +14,7 @@ var h = (t, e, s) => new Promise((o, i) => {
14
14
  }, a = (r) => r.done ? o(r.value) : Promise.resolve(r.value).then(n, d);
15
15
  a((s = s.apply(t, e)).next());
16
16
  });
17
- import { n as c } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
17
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
18
18
  function g(t, e) {
19
19
  for (let s = 0; s < e.length; s++)
20
20
  if (t === e[s])
@@ -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
  const v = {
3
3
  name: "Stateful",
4
4
  functional: !0,
File without changes
@@ -1,5 +1,5 @@
1
1
  import { chunk as n } from "lodash";
2
- import { n as i } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var o = function() {
4
4
  var e = this, t = e.$createElement, a = e._self._c || t;
5
5
  return a("div", {
@@ -15,7 +15,7 @@ var h = (t, e, s) => new Promise((i, r) => {
15
15
  a((s = s.apply(t, e)).next());
16
16
  });
17
17
  import { getEleWidth as u } from "@web-utils/core";
18
- import { n as p } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
18
+ import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
19
19
  var f = function() {
20
20
  var t = this, e = t.$createElement, s = t._self._c || e;
21
21
  return s("div", {
@@ -88,7 +88,7 @@ const m = {
88
88
  });
89
89
  },
90
90
  resize() {
91
- console.log(1), this.swiperBoxWith = this.$refs.swiperBox.offsetWidth;
91
+ this.swiperBoxWith = this.$refs.swiperBox.offsetWidth;
92
92
  },
93
93
  computeContentWidth() {
94
94
  let t = 0;
File without changes
@@ -1,5 +1,5 @@
1
- import { p as a } from "../../chunks/tab-mixin.e2b9c6a4.mjs";
2
- import { n as s } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as a } from "../chunks/tab-mixin.e2b9c6a4.mjs";
2
+ import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var o = function() {
4
4
  var t = this, r = t.$createElement, e = t._self._c || r;
5
5
  return e("div", {
File without changes
@@ -1,5 +1,5 @@
1
- import { c as n } from "../../chunks/tab-mixin.e2b9c6a4.mjs";
2
- import { n as l } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { c as n } from "../chunks/tab-mixin.e2b9c6a4.mjs";
2
+ import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var o = function() {
4
4
  var e = this, t = e.$createElement, a = e._self._c || t;
5
5
  return a("div", {
@@ -10,7 +10,7 @@ var i = (n, e, t) => e in n ? u(n, e, { enumerable: !0, configurable: !0, writab
10
10
  p.call(e, t) && i(n, t, e[t]);
11
11
  return n;
12
12
  }, r = (n, e) => d(n, c(e));
13
- import { n as g } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
13
+ import { n as g } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
14
14
  const m = {
15
15
  props: {
16
16
  type: {
@@ -1,6 +1,6 @@
1
- import { c as u } from "../../chunks/config.46422d7f.mjs";
2
- import { o as n } from "../../chunks/util.eca708b6.mjs";
3
- import { n as g } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { c as u } from "../chunks/config.46422d7f.mjs";
2
+ import { o as n } from "../chunks/util.17330567.mjs";
3
+ import { n as g } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var l = function() {
5
5
  var e = this, t = e.$createElement, i = e._self._c || t;
6
6
  return e.pageFlag && e.optVal(e.crud.tableOption.page, !0) ? i("ElCard", {
@@ -16,8 +16,8 @@ var o = (e, r, t) => new Promise((s, l) => {
16
16
  });
17
17
  import { merge as n } from "@web-utils/integrations/lodash";
18
18
  import { isString as d, isArray as m, trace as f, warning as _, toStringArray as g, isFunction as w, hasOwn as p } from "@web-utils/core";
19
- import { k as v } from "../../chunks/index.9b7a65d1.mjs";
20
- import { n as y } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
19
+ import { k as v } from "../chunks/index.57f871af.mjs";
20
+ import { n as y } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
21
21
  var P = function() {
22
22
  var e = this, r = e.$createElement, t = e._self._c || r;
23
23
  return t("div", {
@@ -10,7 +10,7 @@ var l = (t, e, n) => e in t ? c(t, e, { enumerable: !0, configurable: !0, writab
10
10
  return t;
11
11
  };
12
12
  import { hasOwn as i } from "@web-utils/core";
13
- import { n as m } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
13
+ import { n as m } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
14
14
  var f = function() {
15
15
  var t = this, e = t.$createElement, n = t._self._c || e;
16
16
  return n("div", {
@@ -1,5 +1,5 @@
1
- import { s as o } from "../../chunks/util.eca708b6.mjs";
2
- import { n as r } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { s as o } from "../chunks/util.17330567.mjs";
2
+ import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var h = function() {
4
4
  var t = this, e = t.$createElement, i = t._self._c || e;
5
5
  return i("div", {
@@ -14,7 +14,7 @@ var l = (e, i, t) => new Promise((r, a) => {
14
14
  }, o = (n) => n.done ? r(n.value) : Promise.resolve(n.value).then(u, c);
15
15
  o((t = t.apply(e, i)).next());
16
16
  });
17
- import { n as p } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
17
+ import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
18
18
  var h = function() {
19
19
  var e = this, i = e.$createElement, t = e._self._c || i;
20
20
  return t("div", {
@@ -1 +1 @@
1
- .template-tag{margin:0 10px;color:#1e90ff;font-weight:700;font-family:\9ed1\4f53,serif;font-style:italic;cursor:help!important}.editor-shadow{position:relative;width:100%;height:100%;padding:10px;overflow:auto;font-size:16px;font-family:\5fae\8f6f\96c5\9ed1,serif;line-height:normal;text-align:left;word-break:normal;word-spacing:0;overflow-wrap:break-word;background-color:#fff;border:1px solid #dcdfe6;border-radius:4px;cursor:text}.show-placeholder{position:relative}.show-placeholder:after{position:absolute;top:10px;left:11px;color:#a9a9a9;content:attr(placeholder);pointer-events:none}
1
+ .template-tag{margin:0 10px;color:#1e90ff;font-weight:700;font-family:\9ed1\4f53,serif;font-style:italic;cursor:help!important}.editor-shadow{position:relative;width:100%;height:100%;padding:10px;overflow:auto;font-size:16px;font-family:\5fae\8f6f\96c5\9ed1,serif;line-height:normal;text-align:left;word-break:normal;word-spacing:0;overflow-wrap:break-word;background-color:#fff;border:1px solid #dcdfe6;border-radius:4px;cursor:text}.editor-shadow img{max-width:100%!important}.show-placeholder{position:relative}.show-placeholder:after{position:absolute;top:10px;left:11px;color:#a9a9a9;content:attr(placeholder);pointer-events:none}