@web-utils/component 2.7.37 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/{dist/components/address-input → address-input}/index.mjs +1 -1
  2. package/{dist/components/address-input → address-input}/style.css +0 -0
  3. package/{dist/components/affix → affix}/index.mjs +1 -1
  4. package/{dist/components/affix → affix}/style.css +0 -0
  5. package/{dist/components/aside-menu → aside-menu}/index.mjs +1 -1
  6. package/{dist/components/aside-menu → aside-menu}/style.css +0 -0
  7. package/{dist/components/avatar → avatar}/index.mjs +1 -1
  8. package/avatar/style.css +1 -0
  9. package/{dist/components/awesome-button → awesome-button}/index.mjs +1 -1
  10. package/base.css +1 -0
  11. package/{dist/components/capsule-tab → capsule-tab}/index.mjs +1 -1
  12. package/{dist/components/capsule-tab → capsule-tab}/style.css +0 -0
  13. package/{dist/components/card → card}/index.mjs +1 -1
  14. package/card/style.css +1 -0
  15. package/{dist/components/carousel → carousel}/index.mjs +1 -1
  16. package/carousel/style.css +1 -0
  17. package/{dist/components/chat → chat}/index.mjs +4 -4
  18. package/chat/style.css +1 -0
  19. package/{dist/components/chunk-file-uploader → chunk-file-uploader}/index.mjs +2 -2
  20. package/{dist/components/chunk-file-uploader → chunk-file-uploader}/style.css +0 -0
  21. package/{dist/components/chunk-file-uploader-button → chunk-file-uploader-button}/index.mjs +2 -2
  22. package/{dist/components/chunk-file-uploader-button → chunk-file-uploader-button}/style.css +0 -0
  23. package/{dist/components/chunk-file-uploader-drop → chunk-file-uploader-drop}/index.mjs +2 -2
  24. package/{dist/components/chunk-file-uploader-drop → chunk-file-uploader-drop}/style.css +0 -0
  25. package/{dist/components/chunk-file-uploader-file → chunk-file-uploader-file}/index.mjs +2 -2
  26. package/{dist/components/chunk-file-uploader-file → chunk-file-uploader-file}/style.css +0 -0
  27. package/{dist/components/chunk-file-uploader-files → chunk-file-uploader-files}/index.mjs +2 -2
  28. package/{dist/components/chunk-file-uploader-files → chunk-file-uploader-files}/style.css +0 -0
  29. package/{dist/components/chunk-file-uploader-list → chunk-file-uploader-list}/index.mjs +2 -2
  30. package/{dist/components/chunk-file-uploader-list → chunk-file-uploader-list}/style.css +0 -0
  31. package/{dist/components/chunk-file-uploader-un-support → chunk-file-uploader-un-support}/index.mjs +2 -2
  32. package/{dist/components/chunk-file-uploader-un-support → chunk-file-uploader-un-support}/style.css +0 -0
  33. package/{dist/chunks → chunks}/config.46422d7f.mjs +0 -0
  34. package/{dist/chunks → chunks}/confirmable-mixin.2bfe1ab9.mjs +0 -0
  35. package/{dist/chunks/dataformat.5f95e59e.mjs → chunks/dataformat.25e22176.mjs} +7 -7
  36. package/{dist/chunks/detail.81ecaefa.mjs → chunks/detail.6e53ede8.mjs} +1 -1
  37. package/{dist/chunks/dic.5c08c9fb.mjs → chunks/dic.e8280157.mjs} +8 -13
  38. package/{dist/chunks/event.e4e57889.mjs → chunks/event.a018cb06.mjs} +2 -2
  39. package/{dist/chunks/form-input-mixin.e3b4c68c.mjs → chunks/form-input-mixin.124653d9.mjs} +2 -2
  40. package/{dist/chunks/form-item-mixin.149d5844.mjs → chunks/form-item-mixin.135b60df.mjs} +1 -1
  41. package/{dist/chunks → chunks}/form-pick-mixin.61ad06b2.mjs +0 -0
  42. package/{dist/chunks/index.9b7a65d1.mjs → chunks/index.57f871af.mjs} +0 -0
  43. package/{dist/chunks/init.07b0cebe.mjs → chunks/init.f04c7036.mjs} +2 -2
  44. package/{dist/chunks → chunks}/input-number-mixin.41a066be.mjs +0 -0
  45. package/{dist/chunks → chunks}/mixins.5a78e0db.mjs +0 -0
  46. package/{dist/chunks → chunks}/packages.1fc9ccba.mjs +0 -0
  47. package/{dist/chunks → chunks}/permission.ce5d2121.mjs +0 -0
  48. package/{dist/chunks → chunks}/slot.4b391395.mjs +0 -0
  49. package/{dist/chunks → chunks}/tab-mixin.e2b9c6a4.mjs +0 -0
  50. package/{dist/chunks/util.eca708b6.mjs → chunks/util.17330567.mjs} +54 -49
  51. package/{dist/chunks → chunks}/utils.97652d86.mjs +0 -0
  52. package/{dist/chunks → chunks}/vueComponentNormalizer.446f5dc4.mjs +0 -0
  53. package/{dist/components/code-mirror-editor → code-mirror-editor}/index.mjs +1 -1
  54. package/{dist/components/code-mirror-editor → code-mirror-editor}/style.css +0 -0
  55. package/{dist/components/color-picker → color-picker}/index.mjs +1 -1
  56. package/{dist/components/column → column}/index.mjs +2 -2
  57. package/{dist/components/column-default → column-default}/index.mjs +3 -3
  58. package/{dist/components/column-dynamic → column-dynamic}/index.mjs +2 -2
  59. package/{dist/components/column-menu → column-menu}/index.mjs +4 -4
  60. package/{dist/components/column-slot → column-slot}/index.mjs +4 -4
  61. package/{dist/components/comment → comment}/index.mjs +1 -1
  62. package/comment/style.css +1 -0
  63. package/{dist/components/confirm-button → confirm-button}/index.mjs +2 -2
  64. package/{dist/components/confirmable → confirmable}/index.mjs +2 -2
  65. package/{dist/components/context-menu → context-menu}/index.mjs +1 -1
  66. package/{dist/components/context-menu → context-menu}/style.css +0 -0
  67. package/{dist/components/count-up → count-up}/index.mjs +1 -1
  68. package/{dist/components/custom-scrollbar → custom-scrollbar}/index.mjs +1 -1
  69. package/{dist/components/data-box → data-box}/index.mjs +1 -1
  70. package/data-box/style.css +1 -0
  71. package/{dist/components/data-card → data-card}/index.mjs +1 -1
  72. package/data-card/style.css +1 -0
  73. package/{dist/components/data-cardtext → data-cardtext}/index.mjs +1 -1
  74. package/data-cardtext/style.css +1 -0
  75. package/{dist/components/data-display → data-display}/index.mjs +1 -1
  76. package/data-display/style.css +1 -0
  77. package/{dist/components/data-icons → data-icons}/index.mjs +1 -1
  78. package/{dist/components/data-icons → data-icons}/style.css +1 -1
  79. package/{dist/components/data-imgtext → data-imgtext}/index.mjs +1 -1
  80. package/{dist/components/data-imgtext → data-imgtext}/style.css +1 -1
  81. package/{dist/components/data-operatext → data-operatext}/index.mjs +1 -1
  82. package/data-operatext/style.css +1 -0
  83. package/{dist/components/data-panel → data-panel}/index.mjs +1 -1
  84. package/data-panel/style.css +1 -0
  85. package/{dist/components/data-pay → data-pay}/index.mjs +1 -1
  86. package/data-pay/style.css +1 -0
  87. package/{dist/components/data-price → data-price}/index.mjs +1 -1
  88. package/data-price/style.css +1 -0
  89. package/{dist/components/data-progress → data-progress}/index.mjs +1 -1
  90. package/data-progress/style.css +1 -0
  91. package/{dist/components/data-rotate → data-rotate}/index.mjs +1 -1
  92. package/data-rotate/style.css +1 -0
  93. package/{dist/components/data-table-picker → data-table-picker}/index.mjs +2 -2
  94. package/{dist/components/data-tabs → data-tabs}/index.mjs +1 -1
  95. package/data-tabs/style.css +1 -0
  96. package/{dist/components/dialog-column → dialog-column}/index.mjs +2 -2
  97. package/{dist/components/dialog-excel → dialog-excel}/index.mjs +3 -3
  98. package/{dist/components/dialog-filter → dialog-filter}/index.mjs +2 -2
  99. package/{dist/components/dialog-form → dialog-form}/index.mjs +30 -25
  100. package/{dist/components/dialog-form → dialog-form}/style.css +0 -0
  101. package/{dist/components/dynamic-table → dynamic-table}/index.mjs +1 -1
  102. package/{dist/components/dynamic-table → dynamic-table}/style.css +0 -0
  103. package/{dist/components/e-charts → e-charts}/index.mjs +1 -1
  104. package/{dist/components/e-charts → e-charts}/style.css +0 -0
  105. package/{dist/components/easy-popup → easy-popup}/index.mjs +1 -1
  106. package/easy-popup/style.css +1 -0
  107. package/{dist/components/editable-progress → editable-progress}/index.mjs +1 -1
  108. package/{dist/components/editable-progress → editable-progress}/style.css +0 -0
  109. package/{dist/components/editable-tree → editable-tree}/index.mjs +2 -2
  110. package/{dist/components/editable-tree → editable-tree}/style.css +0 -0
  111. package/{dist/components/egd-collapse → egd-collapse}/index.mjs +1 -1
  112. package/{dist/components/egd-collapse-item → egd-collapse-item}/index.mjs +1 -1
  113. package/{dist/components/element-dialog → element-dialog}/index.mjs +1 -1
  114. package/{dist/components/element-dialog → element-dialog}/style.css +0 -0
  115. package/{dist/components/empty-view → empty-view}/index.mjs +1 -1
  116. package/{dist/components/empty-view → empty-view}/style.css +0 -0
  117. package/{dist/components/error-view → error-view}/index.mjs +1 -1
  118. package/{dist/components/error-view → error-view}/style.css +0 -0
  119. package/{dist/components/flex-column → flex-column}/index.mjs +2 -2
  120. package/{dist/components/flex-item → flex-item}/index.mjs +2 -2
  121. package/{dist/components/flex-row → flex-row}/index.mjs +2 -2
  122. package/{dist/components/flex-scroller → flex-scroller}/index.mjs +1 -1
  123. package/{dist/components/flex-scroller → flex-scroller}/style.css +0 -0
  124. package/{dist/components/flow → flow}/index.mjs +2 -2
  125. package/flow/style.css +1 -0
  126. package/{dist/components/flow-node → flow-node}/index.mjs +2 -2
  127. package/{dist/components/flow-viewer → flow-viewer}/index.mjs +1 -1
  128. package/{dist/components/flow-viewer → flow-viewer}/style.css +0 -0
  129. package/{dist/components/form-button → form-button}/index.mjs +2 -2
  130. package/{dist/components/form-cascader → form-cascader}/index.mjs +4 -4
  131. package/{dist/components/form-checkbox-group → form-checkbox-group}/index.mjs +4 -4
  132. package/{dist/components/form-checkbox-group → form-checkbox-group}/style.css +0 -0
  133. package/{dist/components/form-date-picker → form-date-picker}/index.mjs +4 -4
  134. package/{dist/components/form-group → form-group}/index.mjs +1 -1
  135. package/form-group/style.css +1 -0
  136. package/{dist/components/form-holder → form-holder}/index.mjs +2 -2
  137. package/{dist/components/form-input → form-input}/index.mjs +3 -3
  138. package/{dist/components/form-input-email → form-input-email}/index.mjs +3 -3
  139. package/{dist/components/form-input-id-card → form-input-id-card}/index.mjs +3 -3
  140. package/{dist/components/form-input-number → form-input-number}/index.mjs +4 -4
  141. package/{dist/components/form-input-number → form-input-number}/style.css +0 -0
  142. package/{dist/components/form-input-phone-number → form-input-phone-number}/index.mjs +3 -3
  143. package/{dist/components/form-input-time → form-input-time}/index.mjs +3 -3
  144. package/{dist/components/form-item → form-item}/index.mjs +2 -2
  145. package/{dist/components/form-item → form-item}/style.css +0 -0
  146. package/{dist/components/form-item-config-provider → form-item-config-provider}/index.mjs +1 -1
  147. package/{dist/components/form-item-group → form-item-group}/index.mjs +1 -1
  148. package/{dist/components/form-item-group → form-item-group}/style.css +0 -0
  149. package/{dist/components/form-radio-group → form-radio-group}/index.mjs +4 -4
  150. package/{dist/components/form-radio-group → form-radio-group}/style.css +0 -0
  151. package/{dist/components/form-select → form-select}/index.mjs +4 -4
  152. package/{dist/components/form-switch → form-switch}/index.mjs +3 -3
  153. package/{dist/components/form-temp → form-temp}/index.mjs +4 -4
  154. package/{dist/components/form-textarea → form-textarea}/index.mjs +3 -3
  155. package/{dist/components/form-view → form-view}/index.mjs +1 -1
  156. package/{dist/components/form-view → form-view}/style.css +0 -0
  157. package/{dist/components/fy-array → fy-array}/index.mjs +3 -3
  158. package/{dist/components/fy-array → fy-array}/style.css +0 -0
  159. package/{dist/components/fy-article → fy-article}/index.mjs +1 -1
  160. package/fy-article/style.css +1 -0
  161. package/{dist/components/fy-cascader → fy-cascader}/index.mjs +2 -2
  162. package/{dist/components/fy-checkbox → fy-checkbox}/index.mjs +2 -2
  163. package/{dist/components/fy-checkbox → fy-checkbox}/style.css +0 -0
  164. package/{dist/components/fy-code → fy-code}/index.mjs +2 -2
  165. package/{dist/components/fy-curd → fy-curd}/index.mjs +7 -7
  166. package/{dist/components/fy-curd → fy-curd}/style.css +1 -1
  167. package/{dist/components/fy-date → fy-date}/index.mjs +2 -2
  168. package/{dist/components/fy-date → fy-date}/style.css +1 -1
  169. package/{dist/components/fy-dialog-form → fy-dialog-form}/index.mjs +3 -3
  170. package/{dist/components/fy-draggable → fy-draggable}/index.mjs +2 -2
  171. package/fy-draggable/style.css +1 -0
  172. package/{dist/components/fy-dynamic → fy-dynamic}/index.mjs +3 -3
  173. package/fy-dynamic/style.css +1 -0
  174. package/{dist/components/fy-empty → fy-empty}/index.mjs +2 -2
  175. package/{dist/components/fy-empty → fy-empty}/style.css +0 -0
  176. package/{dist/components/fy-form → fy-form}/index.mjs +10 -19
  177. package/{dist/components/fy-form → fy-form}/style.css +1 -1
  178. package/{dist/components/fy-form-design → fy-form-design}/index.mjs +13 -13
  179. package/fy-form-design/style.css +1 -0
  180. package/{dist/components/fy-form-menu → fy-form-menu}/index.mjs +1 -1
  181. package/{dist/components/fy-input → fy-input}/index.mjs +2 -2
  182. package/{dist/components/fy-input-color → fy-input-color}/index.mjs +2 -2
  183. package/{dist/components/fy-input-icon → fy-input-icon}/index.mjs +2 -2
  184. package/fy-input-icon/style.css +1 -0
  185. package/{dist/components/fy-input-map → fy-input-map}/index.mjs +2 -2
  186. package/{dist/components/fy-input-map → fy-input-map}/style.css +1 -1
  187. package/{dist/components/fy-input-number → fy-input-number}/index.mjs +2 -2
  188. package/{dist/components/fy-input-table → fy-input-table}/index.mjs +2 -2
  189. package/fy-input-table/style.css +1 -0
  190. package/{dist/components/fy-input-tree → fy-input-tree}/index.mjs +2 -2
  191. package/fy-input-tree/style.css +1 -0
  192. package/{dist/components/fy-progress → fy-progress}/index.mjs +1 -1
  193. package/{dist/components/fy-radio → fy-radio}/index.mjs +2 -2
  194. package/{dist/components/fy-radio → fy-radio}/style.css +0 -0
  195. package/{dist/components/fy-rate → fy-rate}/index.mjs +2 -2
  196. package/{dist/components/fy-rate → fy-rate}/style.css +0 -0
  197. package/{dist/components/fy-select → fy-select}/index.mjs +4 -4
  198. package/fy-select/style.css +1 -0
  199. package/{dist/components/fy-slider → fy-slider}/index.mjs +3 -3
  200. package/{dist/components/fy-switch → fy-switch}/index.mjs +2 -2
  201. package/{dist/components/fy-tabs → fy-tabs}/index.mjs +7 -7
  202. package/{dist/components/fy-time → fy-time}/index.mjs +2 -2
  203. package/{dist/components/fy-title → fy-title}/index.mjs +2 -2
  204. package/fy-title/style.css +1 -0
  205. package/{dist/components/fy-tree → fy-tree}/index.mjs +3 -3
  206. package/fy-tree/style.css +1 -0
  207. package/{dist/components/fy-u-editor → fy-u-editor}/index.mjs +2 -2
  208. package/{dist/components/fy-u-editor → fy-u-editor}/style.css +0 -0
  209. package/{dist/components/fy-upload → fy-upload}/index.mjs +4 -4
  210. package/fy-upload/style.css +1 -0
  211. package/{dist/components/guide-steps → guide-steps}/index.mjs +1 -1
  212. package/{dist/components/guide-steps → guide-steps}/style.css +0 -0
  213. package/{dist/components/header-menu → header-menu}/index.mjs +4 -4
  214. package/{dist/components/header-search → header-search}/index.mjs +5 -5
  215. package/{dist/components/highlight-j-s → highlight-j-s}/index.mjs +1 -1
  216. package/highlight-j-s/style.css +1 -0
  217. package/{dist/components/icon-card → icon-card}/index.mjs +1 -1
  218. package/{dist/components/icon-card → icon-card}/style.css +0 -0
  219. package/{dist/components/icon-temp → icon-temp}/index.mjs +1 -1
  220. package/{dist/components/icon-temp → icon-temp}/style.css +1 -1
  221. package/{dist/components/iframe-window → iframe-window}/index.mjs +1 -1
  222. package/{dist/components/iframe-window → iframe-window}/style.css +0 -0
  223. package/{dist/components/image-cropper → image-cropper}/index.mjs +71 -21
  224. package/image-cropper/style.css +1 -0
  225. package/{dist/components/image-preview → image-preview}/index.mjs +70 -43
  226. package/image-preview/style.css +1 -0
  227. package/{dist/components/image-viewer → image-viewer}/index.mjs +1 -1
  228. package/image-viewer/style.css +1 -0
  229. package/{dist/index.cjs → index.cjs} +7 -7
  230. package/index.css +1 -0
  231. package/{dist/index.mjs → index.mjs} +143 -95
  232. package/{dist/components/input-number → input-number}/index.mjs +2 -2
  233. package/{dist/components/input-number → input-number}/style.css +0 -0
  234. package/{dist/components/input-number-range → input-number-range}/index.mjs +1 -1
  235. package/{dist/components/input-number-range → input-number-range}/style.css +0 -0
  236. package/{dist/components/j-s-x-component → j-s-x-component}/index.mjs +0 -0
  237. package/{dist/components/keep-view-alive → keep-view-alive}/index.mjs +1 -1
  238. package/{dist/components/keyboard → keyboard}/index.mjs +1 -1
  239. package/keyboard/style.css +1 -0
  240. package/{dist/components/license → license}/index.mjs +2 -2
  241. package/{dist/components/loading-view → loading-view}/index.mjs +1 -1
  242. package/{dist/components/loading-view → loading-view}/style.css +0 -0
  243. package/{dist/components/login → login}/index.mjs +2 -2
  244. package/login/style.css +1 -0
  245. package/{dist/components/name-avatar → name-avatar}/index.mjs +1 -1
  246. package/name-avatar/style.css +1 -0
  247. package/{dist/components/nav-bar → nav-bar}/index.mjs +1 -1
  248. package/{dist/components/nav-bar → nav-bar}/style.css +0 -0
  249. package/{dist/components/not-implement → not-implement}/index.mjs +1 -1
  250. package/{dist/components/not-implement → not-implement}/style.css +0 -0
  251. package/{dist/components/notice → notice}/index.mjs +1 -1
  252. package/notice/style.css +1 -0
  253. package/package.json +3 -125
  254. package/{dist/components/page → page}/index.mjs +1 -1
  255. package/{dist/components/page → page}/style.css +0 -0
  256. package/{dist/components/page-header → page-header}/index.mjs +1 -1
  257. package/{dist/components/page-header → page-header}/style.css +0 -0
  258. package/{dist/components/page-index → page-index}/index.mjs +1 -1
  259. package/{dist/components/page-index → page-index}/style.css +0 -0
  260. package/{dist/components/page-index-top → page-index-top}/index.mjs +1 -1
  261. package/{dist/components/page-skeleton → page-skeleton}/index.mjs +1 -1
  262. package/{dist/components/page-skeleton → page-skeleton}/style.css +0 -0
  263. package/{dist/components/page-skeleton-new → page-skeleton-new}/index.mjs +1 -1
  264. package/{dist/components/page-skeleton-new → page-skeleton-new}/style.css +0 -0
  265. package/{dist/components/pageable-table → pageable-table}/index.mjs +2 -2
  266. package/{dist/components/pageable-table → pageable-table}/style.css +0 -0
  267. package/{dist/components/pageable-view → pageable-view}/index.mjs +2 -2
  268. package/{dist/components/pageable-view → pageable-view}/style.css +0 -0
  269. package/{dist/components/photo-swipe → photo-swipe}/index.mjs +1 -1
  270. package/{dist/components/process-designer → process-designer}/index.mjs +1 -1
  271. package/{dist/components/process-designer → process-designer}/style.css +1 -1
  272. package/{dist/components/properties-panel → properties-panel}/index.mjs +7 -7
  273. package/properties-panel/style.css +1 -0
  274. package/{dist/components/queue → queue}/index.mjs +1 -1
  275. package/{dist/components/record-video → record-video}/index.mjs +34 -34
  276. package/record-video/style.css +1 -0
  277. package/{dist/components/resize-observer → resize-observer}/index.mjs +2 -2
  278. package/{dist/components/resize-observer → resize-observer}/style.css +0 -0
  279. package/{dist/components/search → search}/index.mjs +3 -3
  280. package/search/style.css +1 -0
  281. package/{dist/components/search-popover → search-popover}/index.mjs +12 -12
  282. package/search-popover/style.css +1 -0
  283. package/{dist/components/sign → sign}/index.mjs +2 -2
  284. package/{dist/components/sign → sign}/style.css +0 -0
  285. package/{dist/components/sign-panel → sign-panel}/index.mjs +1 -1
  286. package/{dist/components/sign-panel → sign-panel}/style.css +0 -0
  287. package/{dist/components/skeleton → skeleton}/index.mjs +1 -1
  288. package/skeleton/style.css +1 -0
  289. package/{dist/components/split-pane → split-pane}/index.mjs +1 -1
  290. package/{dist/components/split-pane → split-pane}/style.css +0 -0
  291. package/{dist/components/stateful → stateful}/index.mjs +1 -1
  292. package/{dist/components/stateful → stateful}/style.css +0 -0
  293. package/{dist/components/static-pageable-table → static-pageable-table}/index.mjs +1 -1
  294. package/{dist/components/static-pageable-table → static-pageable-table}/style.css +0 -0
  295. package/{dist/components/swiper → swiper}/index.mjs +1 -1
  296. package/{dist/components/swiper → swiper}/style.css +0 -0
  297. package/{dist/components/tab → tab}/index.mjs +2 -2
  298. package/{dist/components/tab → tab}/style.css +0 -0
  299. package/{dist/components/tab-item → tab-item}/index.mjs +2 -2
  300. package/{dist/components/table-column → table-column}/index.mjs +1 -1
  301. package/{dist/components/table-page → table-page}/index.mjs +3 -3
  302. package/{dist/components/table-view → table-view}/index.mjs +2 -2
  303. package/{dist/components/table-view → table-view}/style.css +0 -0
  304. package/{dist/components/tag-render → tag-render}/index.mjs +1 -1
  305. package/{dist/components/tag-render → tag-render}/style.css +0 -0
  306. package/{dist/components/text-ellipsis → text-ellipsis}/index.mjs +2 -2
  307. package/{dist/components/text-ellipsis → text-ellipsis}/style.css +0 -0
  308. package/{dist/components/tinymce-editor → tinymce-editor}/index.mjs +1 -1
  309. package/{dist/components/tinymce-editor → tinymce-editor}/style.css +0 -0
  310. package/{dist/components/tinymce-wrapper → tinymce-wrapper}/index.mjs +1 -1
  311. package/{dist/components/tinymce-wrapper → tinymce-wrapper}/style.css +0 -0
  312. package/{dist/components/toolbar → toolbar}/index.mjs +1 -1
  313. package/{dist/components/toolbar → toolbar}/style.css +0 -0
  314. package/{dist/components/toolbar-button → toolbar-button}/index.mjs +1 -1
  315. package/{dist/components/toolbar-button → toolbar-button}/style.css +0 -0
  316. package/{dist/components/trigger → trigger}/index.mjs +1 -1
  317. package/{dist/components/verify → verify}/index.mjs +2 -2
  318. package/verify/style.css +1 -0
  319. package/{dist/components/vue-tags-input → vue-tags-input}/index.mjs +1 -1
  320. package/{dist/components/vue-tags-input → vue-tags-input}/style.css +0 -0
  321. package/{dist/components/watermark → watermark}/index.mjs +2 -2
  322. package/{dist/components/watermark → watermark}/style.css +0 -0
  323. package/web-types.json +2 -2
  324. package/README.md +0 -27
  325. package/dist/components/avatar/style.css +0 -1
  326. package/dist/components/base.css +0 -1
  327. package/dist/components/card/style.css +0 -1
  328. package/dist/components/carousel/style.css +0 -1
  329. package/dist/components/chat/style.css +0 -1
  330. package/dist/components/comment/style.css +0 -1
  331. package/dist/components/data-box/style.css +0 -1
  332. package/dist/components/data-card/style.css +0 -1
  333. package/dist/components/data-cardtext/style.css +0 -1
  334. package/dist/components/data-display/style.css +0 -1
  335. package/dist/components/data-operatext/style.css +0 -1
  336. package/dist/components/data-panel/style.css +0 -1
  337. package/dist/components/data-pay/style.css +0 -1
  338. package/dist/components/data-price/style.css +0 -1
  339. package/dist/components/data-progress/style.css +0 -1
  340. package/dist/components/data-rotate/style.css +0 -1
  341. package/dist/components/data-tabs/style.css +0 -1
  342. package/dist/components/easy-popup/style.css +0 -1
  343. package/dist/components/flow/style.css +0 -1
  344. package/dist/components/form-group/style.css +0 -1
  345. package/dist/components/fy-article/style.css +0 -1
  346. package/dist/components/fy-draggable/style.css +0 -1
  347. package/dist/components/fy-dynamic/style.css +0 -1
  348. package/dist/components/fy-form-design/style.css +0 -1
  349. package/dist/components/fy-input-icon/style.css +0 -1
  350. package/dist/components/fy-input-table/style.css +0 -1
  351. package/dist/components/fy-input-tree/style.css +0 -1
  352. package/dist/components/fy-select/style.css +0 -1
  353. package/dist/components/fy-tabs/style.css +0 -0
  354. package/dist/components/fy-title/style.css +0 -1
  355. package/dist/components/fy-tree/style.css +0 -1
  356. package/dist/components/fy-upload/style.css +0 -1
  357. package/dist/components/highlight-j-s/style.css +0 -1
  358. package/dist/components/image-cropper/style.css +0 -1
  359. package/dist/components/image-preview/style.css +0 -1
  360. package/dist/components/image-viewer/style.css +0 -1
  361. package/dist/components/keyboard/style.css +0 -1
  362. package/dist/components/login/style.css +0 -1
  363. package/dist/components/name-avatar/style.css +0 -1
  364. package/dist/components/notice/style.css +0 -1
  365. package/dist/components/properties-panel/style.css +0 -1
  366. package/dist/components/record-video/style.css +0 -1
  367. package/dist/components/search/style.css +0 -1
  368. package/dist/components/search-popover/style.css +0 -1
  369. package/dist/components/skeleton/style.css +0 -1
  370. package/dist/components/verify/style.css +0 -1
  371. package/dist/index.css +0 -1
@@ -28,9 +28,9 @@ var f = (t, s, a) => new Promise((l, o) => {
28
28
  import { isBlank } from "@web-utils/core";
29
29
  import * as monaco from "monaco-editor/esm/vs/editor/editor.api";
30
30
  import "monaco-editor/esm/vs/basic-languages/javascript/javascript.contribution";
31
- import { d as deepClone } from "../../chunks/util.eca708b6.mjs";
31
+ import { d as deepClone } from "../chunks/util.17330567.mjs";
32
32
  import Draggable from "vuedraggable";
33
- import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
33
+ import { n as normalizeComponent } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
34
34
  const fields$1 = [
35
35
  {
36
36
  title: "布局字段",
@@ -2499,7 +2499,7 @@ var __component__$h = /* @__PURE__ */ normalizeComponent(
2499
2499
  staticRenderFns$h,
2500
2500
  !1,
2501
2501
  __vue2_injectStyles$h,
2502
- "2c9c8280",
2502
+ "75f24f72",
2503
2503
  null,
2504
2504
  null
2505
2505
  );
@@ -2920,8 +2920,8 @@ var render$d = function() {
2920
2920
  }, [a("i", {
2921
2921
  staticClass: "drag-item el-icon-s-operation",
2922
2922
  staticStyle: {
2923
- "font-size": "16px",
2924
2923
  margin: "0 5px",
2924
+ "font-size": "16px",
2925
2925
  cursor: "move"
2926
2926
  }
2927
2927
  }), a("ElInput", {
@@ -2971,8 +2971,8 @@ var render$d = function() {
2971
2971
  }
2972
2972
  }) : t._e(), a("ElButton", {
2973
2973
  staticStyle: {
2974
- padding: "4px",
2975
- "margin-left": "5px"
2974
+ "margin-left": "5px",
2975
+ padding: "4px"
2976
2976
  },
2977
2977
  attrs: {
2978
2978
  circle: "",
@@ -3199,8 +3199,8 @@ var render$d = function() {
3199
3199
  }, [a("i", {
3200
3200
  staticClass: "drag-item el-icon-s-operation",
3201
3201
  staticStyle: {
3202
- "font-size": "16px",
3203
3202
  margin: "0 5px",
3203
+ "font-size": "16px",
3204
3204
  cursor: "move"
3205
3205
  }
3206
3206
  }), a("ElInput", {
@@ -3218,8 +3218,8 @@ var render$d = function() {
3218
3218
  }
3219
3219
  }), a("ElButton", {
3220
3220
  staticStyle: {
3221
- padding: "4px",
3222
- "margin-left": "5px"
3221
+ "margin-left": "5px",
3222
+ padding: "4px"
3223
3223
  },
3224
3224
  attrs: {
3225
3225
  circle: "",
@@ -3663,8 +3663,8 @@ var render$c = function() {
3663
3663
  }, [a("i", {
3664
3664
  staticClass: "drag-item el-icon-s-operation",
3665
3665
  staticStyle: {
3666
- "font-size": "16px",
3667
3666
  margin: "0 5px",
3667
+ "font-size": "16px",
3668
3668
  cursor: "move"
3669
3669
  }
3670
3670
  }), a("ElInput", {
@@ -3682,8 +3682,8 @@ var render$c = function() {
3682
3682
  }
3683
3683
  }), a("ElButton", {
3684
3684
  staticStyle: {
3685
- padding: "4px",
3686
- "margin-left": "5px"
3685
+ "margin-left": "5px",
3686
+ padding: "4px"
3687
3687
  },
3688
3688
  attrs: {
3689
3689
  circle: "",
@@ -3990,7 +3990,7 @@ var __component__$c = /* @__PURE__ */ normalizeComponent(
3990
3990
  staticRenderFns$c,
3991
3991
  !1,
3992
3992
  __vue2_injectStyles$c,
3993
- "42ed5e40",
3993
+ "3c348f5c",
3994
3994
  null,
3995
3995
  null
3996
3996
  );
@@ -0,0 +1 @@
1
+ .dic[data-v-75f24f72]{display:flex;margin-bottom:5px}.el-tag[data-v-64e64f97]{vertical-align:top}.el-tag+.el-tag[data-v-64e64f97]{margin-left:5px}.input-new-tag[data-v-64e64f97]{width:90px;margin-left:5px;vertical-align:bottom}.color-picker[data-v-64e64f97]{left:10px;vertical-align:top}.custom-tree-node[data-v-3c348f5c]{display:flex;flex:1;align-items:center;justify-content:space-between;padding-right:8px;font-size:14px}.form-designer{height:100%;background:#fff;outline:1px solid #e4e7ed}.form-designer ::-webkit-scrollbar{width:0!important;height:0!important}.form-designer ::-webkit-scrollbar-track{background-color:#0000!important;border-radius:10px!important;box-shadow:inset 0 0 6px #0000!important}.form-designer ::-webkit-scrollbar-thumb{background-color:#fff!important;border-radius:10px!important;box-shadow:inset 0 0 6px #0000!important}.form-designer .fields-list{width:100%;height:100%;padding:10px 0}.form-designer .fields-list .field-title{padding:8px 12px;font-size:13px}.form-designer .fields-list ul{position:relative;margin:0;padding:0 10px 10px;overflow:hidden}.form-designer .fields-list .field-label{position:relative;left:0;display:block;float:left;width:47%;margin:1%;overflow:hidden;color:#333;font-size:12px;line-height:26px;white-space:nowrap;text-overflow:ellipsis;border:1px solid #f4f6fc}.form-designer .fields-list .field-label:hover{color:#409eff;border:1px dashed #409eff}.form-designer .fields-list .field-label>a{display:block;color:#333;background:#f4f6fc;border:1px solid #f4f6fc;cursor:move}.form-designer .fields-list .field-label>a .icon{display:inline-block;margin-right:6px;margin-left:8px;font-size:14px;vertical-align:middle}.form-designer .fields-list .field-label>a span{display:inline-block;vertical-align:middle}.form-designer .fields-list .field-label-disabled{position:relative;left:0;display:block;float:left;width:48%;margin:1%;overflow:hidden;color:#333;font-size:12px;line-height:26px;white-space:nowrap;text-overflow:ellipsis;border:1px solid #f4f6fc}.form-designer .fields-list .field-label-disabled:hover{color:gray;border:1px dashed gray}.form-designer .fields-list .field-label-disabled>a{display:block;background:#f4f6fc;border:1px solid #f4f6fc;cursor:not-allowed}.form-designer .fields-list .field-label-disabled>a .icon{display:inline-block;margin-right:6px;margin-left:8px;font-size:14px;vertical-align:middle}.form-designer .fields-list .field-label-disabled>a span{display:inline-block;vertical-align:middle}.form-designer .widget-container{flex:1;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0}.form-designer .widget-container .widget-container-header{display:flex;align-items:center;justify-content:space-between;height:45px!important;border-bottom:solid 2px #e4e7ed}.form-designer .widget-container .el-main{position:relative;padding:0}.form-designer .widget-form-container{position:relative;inset:0;height:100%}.form-designer .widget-form-container .el-form,.form-designer .widget-form-container .el-form .el-row{height:100%}.form-designer .widget-form-container .widget-form-list{height:100%;min-height:calc(100% - 45px);padding-bottom:50px;overflow:hidden;overflow-y:scroll}.form-designer .widget-form-container .widget-form-list .widget-form-item{position:relative;min-height:30px;margin:0;padding:5px 10px 18px;border-left:5px solid transparent}.form-designer .widget-form-container .widget-form-list .widget-form-item.required .el-form-item__label:before{margin-right:4px;color:#f56c6c;content:"*"}.form-designer .widget-form-container .widget-form-list .widget-form-item:after{position:absolute;inset:0;z-index:1001;display:block}.form-designer .widget-form-container .widget-form-list .widget-form-item:hover{background:#ecf8ff;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-item.active{background:#ecf5ff;border-left:3px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-delete{position:absolute;right:10px;bottom:-32px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-clone{position:absolute;right:50px;bottom:-32px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-table{position:relative;float:left;width:100%;padding:2px}.form-designer .widget-form-container .widget-form-list .widget-form-table__content{display:flex;width:100%;height:100%;min-height:103px;padding:10px 5px;overflow-y:hidden;outline:1px dashed #ccc;outline-offset:-1px}.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar{width:6px!important;height:6px!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar-thumb{background-color:#e5e7eb!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__content .ghost{position:relative;box-sizing:border-box;width:0!important;min-width:0!important;height:100%;min-height:90px;margin:1px 2px 0;padding:0!important;overflow:hidden;font-size:0;background:white;border-left:5px solid #409eff;outline:none 0;content:""}.form-designer .widget-form-container .widget-form-list .widget-form-table__item{position:relative;width:33.3%;min-width:33.3%;height:100%;padding:1px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item.required .el-table__header .cell:before{margin-right:4px;color:#f56c6c;content:"*"}.form-designer .widget-form-container .widget-form-list .widget-form-table__item.active{outline:1px solid #409eff;outline-offset:-1px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item:hover{outline:1px solid #409eff;outline-offset:-1px;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-table__item:after{position:absolute;inset:0;z-index:1001;display:block;content:""}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-delete{position:absolute;right:0;bottom:0;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone{position:absolute;right:30px;bottom:0;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone i{font-size:10px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .el-button--small.is-circle{padding:5px}.form-designer .widget-form-container .widget-form-list .widget-form-table.active{background:#ecf5ff;border-left:3px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-table:hover{background:#ecf8ff;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-delete{position:absolute;right:10px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clear{position:absolute;right:50px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clone{position:absolute;right:90px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group{position:relative;float:left;width:100%;padding:2px}.form-designer .widget-form-container .widget-form-list .widget-form-group__head{margin:10px}.form-designer .widget-form-container .widget-form-list .widget-form-group__body{height:100%;min-height:150px;padding-bottom:15px;overflow:hidden;outline:1px dashed #ccc;outline-offset:-1px}.form-designer .widget-form-container .widget-form-list .widget-form-group__body .ghost{position:relative;box-sizing:border-box;width:0!important;min-width:0!important;height:100%;min-height:57px;margin:1px 2px 0;padding:0!important;overflow:hidden;font-size:0;background:white;border-left:5px solid #409eff;outline:none 0;content:""}.form-designer .widget-form-container .widget-form-list .widget-form-group__item{position:relative;margin:3px;padding:10px;background:white;border-left:5px solid transparent}.form-designer .widget-form-container .widget-form-list .widget-form-group__item.required .el-form-item__label:before{margin-right:4px;color:#f56c6c;content:"*"}.form-designer .widget-form-container .widget-form-list .widget-form-group__item.active{outline:1px solid #409eff;outline-offset:-1px}.form-designer .widget-form-container .widget-form-list .widget-form-group__item:hover{outline:1px solid #409eff;outline-offset:-1px;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-group__item:after{position:absolute;inset:0;z-index:1001;display:block;content:""}.form-designer .widget-form-container .widget-form-list .widget-form-group__item--delete{position:absolute;right:0;bottom:-24px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-group__item--clone{position:absolute;right:34px;bottom:-24px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-group.active{background:#ecf5ff;border-left:3px solid #409eff}.form-designer .widget-form-container .widget-form-list .widget-form-group:hover{background:#ecf8ff;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-delete{position:absolute;right:10px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clear{position:absolute;right:50px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clone{position:absolute;right:90px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .iconfont{font-size:13px}.form-designer .widget-form-container .widget-form-list .el-button--small.is-circle{padding:7px}.form-designer .widget-form-container .ghost{position:relative;box-sizing:border-box;width:100%;height:0!important;margin:2px 0;padding:0!important;overflow:hidden;font-size:0;background:white;border-top:5px solid #409eff;outline:none 0;content:""}.form-designer .widget-config-container{height:100%;padding-top:5px}.form-designer .widget-config-container .el-tabs{height:100%}.form-designer .widget-config-container .el-tabs__header{z-index:1000;height:45px;margin:0;background:white}.form-designer .widget-config-container .el-tabs__content{height:calc(100% - 45px);overflow-y:scroll}.form-designer .widget-config-container .widget-config .el-tabs__header{position:relative;top:0;display:block;margin:0}.form-designer .widget-config-container .widget-config .el-tabs__content{margin-top:0}.form-designer .widget-config-container .widget-config .ghost{background:#fff;border:1px dashed #409eff}.form-designer .widget-config-container .widget-config ul{margin:0;padding:0}.form-designer .widget-config-container .widget-config ul li{display:flex;align-items:center;width:100%}.form-designer .widget-config-container .widget-config ul li .ghost{height:35px;font-size:0;list-style:none}.form-designer .widget-config-container .avue-group__item{padding:0}.form-designer .el-container{height:100%}.form-designer .el-container .el-main{height:calc(100% - 45px)}.form-designer .el-container .el-aside{background:#fff}.form-designer .danger{color:#f56c6c}.form-designer .warning{color:#e6a23c}.form-designer .el-input-number.is-controls-right .el-input-number__decrease{border-left:none}.form-designer .el-input-number.is-controls-right .el-input-number__increase{border-bottom:none;border-left:none}.form-designer .el-date-editor,.form-designer .el-cascader,.form-designer .el-select,.form-designer .el-input-number{width:100%}.form-designer .editor-fullscreen{position:fixed!important;inset:0;z-index:1003;box-sizing:border-box;width:100%;height:100%!important;padding:20px;background:#fff}.form-designer .editor-fullscreen i{top:20px!important;left:25px!important}.afd-drawer-foot{position:absolute;right:0;bottom:0;left:0;display:flex;padding:20px}.afd-drawer-foot button{width:50%}.afd-drawer-foot>span{display:inline-block;width:50%}.afd-drawer-foot>span button{width:100%}.afd-preview-form{height:83vh;overflow-y:auto}
@@ -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 a = function() {
3
3
  var e = this, n = e.$createElement, t = e._self._c || n;
4
4
  return e.formSafe.parentOption.menuBtn !== !1 ? t("ElCol", {
@@ -1,5 +1,5 @@
1
- import { p as a, e as p } from "../../chunks/event.e4e57889.mjs";
2
- import { n as l } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as a, e as p } from "../chunks/event.a018cb06.mjs";
2
+ import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var s = function() {
4
4
  var e = this, t = e.$createElement, r = e._self._c || t;
5
5
  return r("ElInput", {
@@ -1,5 +1,5 @@
1
- import { p as a, e as o } from "../../chunks/event.e4e57889.mjs";
2
- import { n as s } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as a, e as o } from "../chunks/event.a018cb06.mjs";
2
+ import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var c = function() {
4
4
  var e = this, t = e.$createElement, l = e._self._c || t;
5
5
  return l("div", {
@@ -1,5 +1,5 @@
1
- import { p as s, e as o } from "../../chunks/event.e4e57889.mjs";
2
- import { n as r } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as s, e as o } from "../chunks/event.a018cb06.mjs";
2
+ import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var u = function() {
4
4
  var t = this, i = t.$createElement, e = t._self._c || i;
5
5
  return e("div", {
@@ -0,0 +1 @@
1
+ .avue-input-icon{display:flex;flex-wrap:wrap;justify-content:space-around}.avue-input-icon__item{box-sizing:content-box;width:60px;padding:10px 20px 0;text-align:center;transition:all .2s}.avue-input-icon__item p{margin-top:5px;font-size:12px}.avue-input-icon__item:hover{transform:scale(1.4)}.avue-input-icon__item--active{color:#409eff;transform:scale(1.4)}.avue-input-icon__list{display:flex;flex-wrap:wrap}.avue-input-icon__filter{text-align:right}.avue-input-icon__filter .el-input{width:250px}
@@ -1,6 +1,6 @@
1
- import { p, e as u } from "../../chunks/event.e4e57889.mjs";
1
+ import { p, e as u } from "../chunks/event.a018cb06.mjs";
2
2
  import { isBlank as d } from "@web-utils/core";
3
- import { n as h } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ import { n as h } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var m = function() {
5
5
  var e = this, t = e.$createElement, a = e._self._c || t;
6
6
  return a("div", {
@@ -1 +1 @@
1
- .amap-icon img,.amap-marker-content img{width:25px;height:34px}.avue-input-map__marker{position:absolute;top:-20px;right:-118px;color:#fff;padding:4px 10px;box-shadow:1px 1px 1px #0a0a0a33;white-space:nowrap;font-size:12px;font-family:"";background-color:#25a5f7;border-radius:3px}.avue-input-map__content{display:flex;flex-direction:column;height:100%}.avue-input-map__content-input{margin-bottom:10px}.avue-input-map__content-box{flex:1 1 auto;position:relative}.avue-input-map__content-container{width:100%;height:100%;min-height:450px}.avue-input-map__content-result{display:block!important;position:absolute;top:0;right:-8px;width:250px;height:450px;overflow-y:auto}
1
+ .amap-icon img,.amap-marker-content img{width:25px;height:34px}.avue-input-map__marker{position:absolute;top:-20px;right:-118px;padding:4px 10px;color:#fff;font-size:12px;font-family:"";white-space:nowrap;background-color:#25a5f7;border-radius:3px;box-shadow:1px 1px 1px #0a0a0a33}.avue-input-map__content{display:flex;flex-direction:column;height:100%}.avue-input-map__content-input{margin-bottom:10px}.avue-input-map__content-box{flex:1 1 auto;position:relative}.avue-input-map__content-container{width:100%;height:100%;min-height:450px}.avue-input-map__content-result{position:absolute;top:0;right:-8px;display:block!important;width:250px;height:450px;overflow-y:auto}
@@ -1,5 +1,5 @@
1
- import { p as o, e as a } from "../../chunks/event.e4e57889.mjs";
2
- import { n as s } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as o, e as a } from "../chunks/event.a018cb06.mjs";
2
+ import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var i = function() {
4
4
  var e = this, t = e.$createElement, r = e._self._c || t;
5
5
  return r("ElInputNumber", {
@@ -1,6 +1,6 @@
1
- import { p as o, e as r } from "../../chunks/event.e4e57889.mjs";
1
+ import { p as o, e as r } from "../chunks/event.a018cb06.mjs";
2
2
  import { isBlank as n } from "@web-utils/core";
3
- import { n as l } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var h = function() {
5
5
  var e = this, t = e.$createElement, a = e._self._c || t;
6
6
  return a("div", {
@@ -0,0 +1 @@
1
+ .avue-input-table__crud .avue-crud__pagination{margin:0;padding:10px 0 2px 10px}
@@ -1,6 +1,6 @@
1
- import { p as u, e as h } from "../../chunks/event.e4e57889.mjs";
1
+ import { p as u, e as h } from "../chunks/event.a018cb06.mjs";
2
2
  import { isBlank as r } from "@web-utils/core";
3
- import { n as p } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ import { n as p } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var f = function() {
5
5
  var e = this, t = e.$createElement, l = e._self._c || t;
6
6
  return l("ElSelect", {
@@ -0,0 +1 @@
1
+ .avue-input-tree .el-tag__close{display:none!important}.avue-input-tree__item{width:100%}.avue-input-tree__filter{margin:5px 0 0;padding:0 10px}.avue-input-tree__select{padding:10px 0}.avue-input-tree__desc{float:right;margin-right:12px;color:#8492a6;font-size:13px}
@@ -1,4 +1,4 @@
1
- import { n } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var s = function() {
3
3
  var e = this, t = e.$createElement, r = e._self._c || t;
4
4
  return r("div", {
@@ -1,5 +1,5 @@
1
- import { p as l, e as s } from "../../chunks/event.e4e57889.mjs";
2
- import { n as i } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as l, e as s } from "../chunks/event.a018cb06.mjs";
2
+ import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var c = function() {
4
4
  var e = this, t = e.$createElement, a = e._self._c || t;
5
5
  return a("div", {
File without changes
@@ -1,5 +1,5 @@
1
- import { p as a, e as r } from "../../chunks/event.e4e57889.mjs";
2
- import { n } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as a, e as r } from "../chunks/event.a018cb06.mjs";
2
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var i = function() {
4
4
  var e = this, o = e.$createElement, s = e._self._c || o;
5
5
  return s("ElRate", {
File without changes
@@ -1,8 +1,8 @@
1
- import { p as r, e as c } from "../../chunks/event.e4e57889.mjs";
2
- import { s as d } from "../../chunks/dic.5c08c9fb.mjs";
3
- import { c as u } from "../../chunks/util.eca708b6.mjs";
1
+ import { p as r, e as c } from "../chunks/event.a018cb06.mjs";
2
+ import { s as d } from "../chunks/dic.e8280157.mjs";
3
+ import { c as u } from "../chunks/util.17330567.mjs";
4
4
  import { isBlank as p } from "@web-utils/core";
5
- import { n as h } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
+ import { n as h } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
6
6
  var f = function() {
7
7
  var e = this, a = e.$createElement, l = e._self._c || a;
8
8
  return l("ElSelect", {
@@ -0,0 +1 @@
1
+ .avue-select .sortable-ghost{color:#fff!important;background:#409EFF!important;opacity:.8}.avue-select .el-tag{cursor:pointer}.avue-select__desc{float:right;color:#8492a6;font-size:13px}.el-select-dropdown .avue-select__check{box-sizing:border-box;width:100%;padding:3px 20px 3px 0;text-align:right}
@@ -1,6 +1,6 @@
1
- import { p as r, e as l } from "../../chunks/event.e4e57889.mjs";
2
- import { s as i } from "../../chunks/util.eca708b6.mjs";
3
- import { n as a } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as r, e as l } from "../chunks/event.a018cb06.mjs";
2
+ import { s as i } from "../chunks/util.17330567.mjs";
3
+ import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var p = function() {
5
5
  var t = this, o = t.$createElement, s = t._self._c || o;
6
6
  return s("ElSlider", {
@@ -1,5 +1,5 @@
1
- import { p as c, e as l } from "../../chunks/event.e4e57889.mjs";
2
- import { n as r } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as c, e as l } from "../chunks/event.a018cb06.mjs";
2
+ import { n as r } 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("ElSwitch", {
@@ -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 t = this, a = t.$createElement, e = t._self._c || a;
4
4
  return e("div", {
@@ -31,8 +31,8 @@ var r = function() {
31
31
  class: n.icon
32
32
  }), t._v("  " + t._s(n.label) + " ")])]);
33
33
  }), 1)], 1);
34
- }, l = [];
35
- const c = {
34
+ }, c = [];
35
+ const l = {
36
36
  name: "FyTabs",
37
37
  props: {
38
38
  option: {
@@ -69,9 +69,9 @@ const c = {
69
69
  }
70
70
  }, i = {};
71
71
  var p = /* @__PURE__ */ o(
72
- c,
73
- r,
74
72
  l,
73
+ r,
74
+ c,
75
75
  !1,
76
76
  u,
77
77
  null,
@@ -82,9 +82,9 @@ function u(t) {
82
82
  for (let a in i)
83
83
  this[a] = i[a];
84
84
  }
85
- const v = /* @__PURE__ */ function() {
85
+ const _ = /* @__PURE__ */ function() {
86
86
  return p.exports;
87
87
  }();
88
88
  export {
89
- v as default
89
+ _ as default
90
90
  };
@@ -1,6 +1,6 @@
1
- import { p as o, e as l } from "../../chunks/event.e4e57889.mjs";
1
+ import { p as o, e as l } from "../chunks/event.a018cb06.mjs";
2
2
  import { isBlank as i } from "@web-utils/core";
3
- import { n as s } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var c = function() {
5
5
  var e = this, t = e.$createElement, r = e._self._c || t;
6
6
  return r("div", {
@@ -1,5 +1,5 @@
1
- import { p as r, e as _ } from "../../chunks/event.e4e57889.mjs";
2
- import { n as l } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as r, e as _ } from "../chunks/event.a018cb06.mjs";
2
+ import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var o = function() {
4
4
  var e = this, t = e.$createElement, n = e._self._c || t;
5
5
  return n("div", {
@@ -0,0 +1 @@
1
+ .avue-title p{margin:5px 10px;font-weight:700;font-size:18px}
@@ -1,7 +1,7 @@
1
- import { s as d, o as l, D as r } from "../../chunks/util.eca708b6.mjs";
2
- import { p as u } from "../../chunks/permission.ce5d2121.mjs";
1
+ import { s as d, o as l, D as r } from "../chunks/util.17330567.mjs";
2
+ import { p as u } from "../chunks/permission.ce5d2121.mjs";
3
3
  import { isBlank as p } from "@web-utils/core";
4
- import { n as f } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
+ import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
5
  var m = function() {
6
6
  var e = this, i = e.$createElement, t = e._self._c || i;
7
7
  return t("div", {
@@ -0,0 +1 @@
1
+ .avue-tree{position:relative;height:100%}.avue-tree__menu{position:fixed;z-index:1024;flex-wrap:wrap;width:200px;background-color:#fff}.avue-tree__dialog .el-dialog__body{padding:30px 20px 0}.avue-tree__item{position:relative;width:100%;height:34px;padding:0 10px;overflow:hidden;color:#666;line-height:34px;white-space:nowrap;text-overflow:ellipsis;outline:none}.avue-tree__item:hover{color:#409eff;cursor:pointer}.avue-tree__filter{display:flex;align-items:center;margin-bottom:5px}.avue-tree__content{height:calc(100% - 32px);padding:5px 0}
@@ -36,8 +36,8 @@ var p = (t, e, r) => new Promise((s, i) => {
36
36
  });
37
37
  import "@wangeditor/editor/dist/css/style.css";
38
38
  import { createEditor as v, createToolbar as _ } from "@wangeditor/editor";
39
- import { g as x } from "../../chunks/util.eca708b6.mjs";
40
- import { n as F } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
39
+ import { g as x } from "../chunks/util.17330567.mjs";
40
+ import { n as F } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
41
41
  const A = (t) => {
42
42
  const { region: e, endpoint: r, accessKeyId: s, accessKeySecret: i, bucket: a } = t;
43
43
  return new window.OSS({ region: e, endpoint: r, accessKeyId: s, accessKeySecret: i, bucket: a });
@@ -1,8 +1,8 @@
1
- import { p as I, e as N } from "../../chunks/event.e4e57889.mjs";
2
- import { z as B, i as k, g as K } from "../../chunks/util.eca708b6.mjs";
3
- import { p as F } from "../../chunks/packages.1fc9ccba.mjs";
1
+ import { p as I, e as N } from "../chunks/event.a018cb06.mjs";
2
+ import { z as B, i as k, g as K } from "../chunks/util.17330567.mjs";
3
+ import { p as F } from "../chunks/packages.1fc9ccba.mjs";
4
4
  import { isBlank as w } from "@web-utils/core";
5
- import { n as L } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
+ import { n as L } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
6
6
  let d, g;
7
7
  const S = {
8
8
  width: 200,
@@ -0,0 +1 @@
1
+ .avue-upload--upload .el-upload,.avue-upload--upload .el-upload__tip{display:none}.avue-upload--upload .el-upload--picture-img{display:inline-block}.avue-upload--upload .el-upload-list{margin-top:-6px}.avue-upload--list .el-upload{position:relative;overflow:hidden;background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;cursor:pointer}.avue-upload--list .el-upload:hover{border-color:#409eff}.avue-upload__dialog .el-dialog__header{display:none}.avue-upload__dialog .el-dialog__body{display:flex;justify-content:center;padding:10px}.avue-upload__menu{position:absolute;top:0;left:0;z-index:1024;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#00000080}.avue-upload__menu i{margin:0 8px;color:#fff;font-size:20px}.avue-upload__avatar{display:block;width:148px;height:148px;color:#8c939d;font-size:28px;line-height:148px;text-align:center}
@@ -1,4 +1,4 @@
1
- import { n as i } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as i } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var n = function() {
3
3
  var t = this, e = t.$createElement, a = t._self._c || e;
4
4
  return a("ElSteps", {
@@ -1,7 +1,7 @@
1
- import { p as s } from "../../chunks/permission.ce5d2121.mjs";
2
- import { c } from "../../chunks/config.46422d7f.mjs";
3
- import { o } from "../../chunks/util.eca708b6.mjs";
4
- import { n as a } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { p as s } from "../chunks/permission.ce5d2121.mjs";
2
+ import { c } from "../chunks/config.46422d7f.mjs";
3
+ import { o } from "../chunks/util.17330567.mjs";
4
+ import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
5
  var d = function() {
6
6
  var e = this, i = e.$createElement, t = e._self._c || i;
7
7
  return t("div", {
@@ -1,8 +1,8 @@
1
- import { s as S } from "../../chunks/slot.4b391395.mjs";
2
- import { c as o } from "../../chunks/config.46422d7f.mjs";
3
- import { d as w } from "../../chunks/dataformat.5f95e59e.mjs";
4
- import { o as h, v as g, d as m } from "../../chunks/util.eca708b6.mjs";
5
- import { n as F } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { s as S } from "../chunks/slot.4b391395.mjs";
2
+ import { c as o } from "../chunks/config.46422d7f.mjs";
3
+ import { d as w } from "../chunks/dataformat.25e22176.mjs";
4
+ import { o as h, v as g, d as m } from "../chunks/util.17330567.mjs";
5
+ import { n as F } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
6
6
  var _ = function() {
7
7
  var e = this, a = e.$createElement, c = e._self._c || a;
8
8
  return e.searchFlag ? c("ElCard", {
@@ -1,7 +1,7 @@
1
1
  import a from "highlight.js/lib/core";
2
2
  import "highlight.js/styles/atom-one-dark-reasonable.css";
3
3
  import { escapeHtml as l } from "@web-utils/core";
4
- import { n as g } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
+ import { n as g } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
5
  var s = function() {
6
6
  var e = this, t = e.$createElement, n = e._self._c || t;
7
7
  return n("pre", {
@@ -0,0 +1 @@
1
+ .highlight-js{height:100%;max-height:calc(80vh - 32px);margin:0;overflow:hidden;overflow-y:auto}.highlight-js .hljs{height:100%;white-space:pre-wrap;word-break:break-word}.highlight-js .hljs *{font-family:Consolas,Monaco,monospace}
@@ -1,4 +1,4 @@
1
- import { n as c } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var a = function() {
3
3
  var t = this, e = t.$createElement, n = t._self._c || e;
4
4
  return n("div", {
@@ -1,4 +1,4 @@
1
- import { n as a } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  var l = function() {
3
3
  var e = this, t = e.$createElement, n = e._self._c || t;
4
4
  return n("span", {
@@ -1 +1 @@
1
- .avue-icon{display:flex;align-items:center;justify-content:center}.avue-icon svg,.avue-icon i{width:20px;height:20px;font-size:20px}.avue-icon--small svg,.avue-icon--small i{font-size:15px;width:15px;height:15px}
1
+ .avue-icon{display:flex;align-items:center;justify-content:center}.avue-icon svg,.avue-icon i{width:20px;height:20px;font-size:20px}.avue-icon--small svg,.avue-icon--small i{width:15px;height:15px;font-size:15px}
@@ -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 s = function() {
3
3
  var e = this, t = e.$createElement, r = e._self._c || t;
4
4
  return r("ElementDialog", e._g(e._b({
@@ -1,7 +1,19 @@
1
- import { z as r } from "../../chunks/util.eca708b6.mjs";
2
- import { VueCropper as s } from "vue-cropper";
3
- import { n as a } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
- var p = function() {
1
+ var c = Object.defineProperty;
2
+ var r = Object.getOwnPropertySymbols;
3
+ var l = Object.prototype.hasOwnProperty, u = Object.prototype.propertyIsEnumerable;
4
+ var a = (e, o, t) => o in e ? c(e, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[o] = t, s = (e, o) => {
5
+ for (var t in o || (o = {}))
6
+ l.call(o, t) && a(e, t, o[t]);
7
+ if (r)
8
+ for (var t of r(o))
9
+ u.call(o, t) && a(e, t, o[t]);
10
+ return e;
11
+ };
12
+ import { z as f } from "../chunks/util.17330567.mjs";
13
+ import { VueCropper as m } from "vue-cropper";
14
+ import d from "vue";
15
+ import { n as h } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
16
+ var v = function() {
5
17
  var e = this, o = e.$createElement, t = e._self._c || o;
6
18
  return t("ElementDialog", {
7
19
  staticClass: "avue-cropper",
@@ -132,12 +144,11 @@ var p = function() {
132
144
  alt: ""
133
145
  }
134
146
  })])])])]);
135
- }, c = [];
136
- const l = {
147
+ }, g = [];
148
+ const n = {
137
149
  name: "ImageCropper",
138
- // imageCropper,
139
150
  components: {
140
- VueCropper: s
151
+ VueCropper: m
141
152
  },
142
153
  data() {
143
154
  return {
@@ -169,31 +180,70 @@ const l = {
169
180
  submit() {
170
181
  this.visible = !1, this.$refs.cropper.getCropData((e) => {
171
182
  let o = e;
172
- this.option.type === "file" && (o = r(e, `${new Date().getTime()}.${this.option.outputType}`)), this.option.callback && this.option.callback(o);
183
+ this.option.type === "file" && (o = f(e, `${new Date().getTime()}.${this.option.outputType}`)), this.option.callback && this.option.callback(o);
173
184
  });
174
185
  },
175
186
  cancel(e) {
176
187
  e && e(), this.visible = !1, this.option.cancel && this.option.cancel(), typeof this.option.beforeClose == "function" && this.option.beforeClose(), this.$destroy(), this.$el.remove();
177
188
  }
178
189
  }
179
- }, n = {};
180
- var u = /* @__PURE__ */ a(
181
- l,
182
- p,
183
- c,
190
+ }, x = (e = {}) => {
191
+ const o = d.extend(n), t = s({
192
+ outputSize: 1,
193
+ // 裁剪生成图片的质量(可选0.1 - 1)
194
+ outputType: "jpeg",
195
+ // 裁剪生成图片的格式(jpeg || png || webp)
196
+ info: !0,
197
+ // 图片大小信息
198
+ canScale: !0,
199
+ // 图片是否允许滚轮缩放
200
+ autoCrop: !0,
201
+ // 是否默认生成截图框
202
+ fixed: !1,
203
+ // 是否开启截图框宽高固定比例
204
+ full: !1,
205
+ // false按原比例裁切图片,不失真
206
+ fixedBox: !1,
207
+ // 固定截图框大小,不允许改变
208
+ canMove: !0,
209
+ // 上传图片是否可以移动
210
+ canMoveBox: !0,
211
+ // 截图框能否拖动
212
+ original: !1,
213
+ // 上传图片按照原始比例渲染
214
+ centerBox: !1,
215
+ // 截图框是否被限制在图片里面
216
+ height: !0,
217
+ // 是否按照设备的dpr 输出等比例图片
218
+ infoTrue: !1,
219
+ // true为展示真实输出图片宽高,false展示看到的截图框宽高
220
+ enlarge: 1
221
+ }, e), i = new o({
222
+ data: {
223
+ option: t
224
+ }
225
+ }).$mount();
226
+ return document.body.appendChild(i.$el), i.show(), i;
227
+ };
228
+ n.imageCropper = x;
229
+ const _ = n, p = {};
230
+ var b = /* @__PURE__ */ h(
231
+ _,
232
+ v,
233
+ g,
184
234
  !1,
185
- f,
235
+ C,
186
236
  null,
187
237
  null,
188
238
  null
189
239
  );
190
- function f(e) {
191
- for (let o in n)
192
- this[o] = n[o];
240
+ function C(e) {
241
+ for (let o in p)
242
+ this[o] = p[o];
193
243
  }
194
- const h = /* @__PURE__ */ function() {
195
- return u.exports;
244
+ const k = /* @__PURE__ */ function() {
245
+ return b.exports;
196
246
  }();
197
247
  export {
198
- h as default
248
+ k as default
199
249
  };
@@ -0,0 +1 @@
1
+ .avue-cropper .cropper-content{display:flex;justify-content:flex-end}.avue-cropper .cropper-content .cropper-box{flex:1;width:100%}.avue-cropper .cropper-content .cropper-box .cropper{width:auto;height:300px}.avue-cropper .cropper-content .show-preview{display:flex;flex:1;justify-content:center}.avue-cropper .cropper-content .show-preview .preview{overflow:hidden;background:#ccc;border:1px solid #67c23a}.avue-cropper .cropper-content .footer-btn{display:flex;justify-content:center;margin-top:30px;padding-right:10px}