@web-utils/component 2.7.37 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (381) hide show
  1. package/{dist/components/address-input → address-input}/index.mjs +1 -1
  2. package/{dist/components/address-input → address-input}/style.css +0 -0
  3. package/{dist/components/affix → affix}/index.mjs +1 -1
  4. package/{dist/components/affix → affix}/style.css +0 -0
  5. package/{dist/components/aside-menu → aside-menu}/index.mjs +1 -1
  6. package/{dist/components/aside-menu → aside-menu}/style.css +0 -0
  7. package/{dist/components/avatar → avatar}/index.mjs +1 -1
  8. package/avatar/style.css +1 -0
  9. package/{dist/components/awesome-button → awesome-button}/index.mjs +1 -1
  10. package/base.css +1 -0
  11. package/{dist/components/capsule-tab → capsule-tab}/index.mjs +1 -1
  12. package/{dist/components/capsule-tab → capsule-tab}/style.css +0 -0
  13. package/{dist/components/card → card}/index.mjs +1 -1
  14. package/card/style.css +1 -0
  15. package/{dist/components/carousel → carousel}/index.mjs +1 -1
  16. package/carousel/style.css +1 -0
  17. package/{dist/components/chat → chat}/index.mjs +4 -4
  18. package/chat/style.css +1 -0
  19. package/{dist/components/chunk-file-uploader → chunk-file-uploader}/index.mjs +2 -2
  20. package/{dist/components/chunk-file-uploader → chunk-file-uploader}/style.css +0 -0
  21. package/{dist/components/chunk-file-uploader-button → chunk-file-uploader-button}/index.mjs +2 -2
  22. package/{dist/components/chunk-file-uploader-button → chunk-file-uploader-button}/style.css +0 -0
  23. package/{dist/components/chunk-file-uploader-drop → chunk-file-uploader-drop}/index.mjs +2 -2
  24. package/{dist/components/chunk-file-uploader-drop → chunk-file-uploader-drop}/style.css +0 -0
  25. package/{dist/components/chunk-file-uploader-file → chunk-file-uploader-file}/index.mjs +2 -2
  26. package/{dist/components/chunk-file-uploader-file → chunk-file-uploader-file}/style.css +0 -0
  27. package/{dist/components/chunk-file-uploader-files → chunk-file-uploader-files}/index.mjs +2 -2
  28. package/{dist/components/chunk-file-uploader-files → chunk-file-uploader-files}/style.css +0 -0
  29. package/{dist/components/chunk-file-uploader-list → chunk-file-uploader-list}/index.mjs +2 -2
  30. package/{dist/components/chunk-file-uploader-list → chunk-file-uploader-list}/style.css +0 -0
  31. package/{dist/components/chunk-file-uploader-un-support → chunk-file-uploader-un-support}/index.mjs +2 -2
  32. package/{dist/components/chunk-file-uploader-un-support → chunk-file-uploader-un-support}/style.css +0 -0
  33. package/{dist/chunks → chunks}/config.46422d7f.mjs +0 -0
  34. package/{dist/chunks → chunks}/confirmable-mixin.2bfe1ab9.mjs +0 -0
  35. package/{dist/chunks/dataformat.5f95e59e.mjs → chunks/dataformat.25e22176.mjs} +7 -7
  36. package/{dist/chunks/detail.81ecaefa.mjs → chunks/detail.6e53ede8.mjs} +1 -1
  37. package/{dist/chunks/dic.5c08c9fb.mjs → chunks/dic.e8280157.mjs} +8 -13
  38. package/{dist/chunks/event.e4e57889.mjs → chunks/event.a018cb06.mjs} +2 -2
  39. package/{dist/chunks/form-input-mixin.e3b4c68c.mjs → chunks/form-input-mixin.124653d9.mjs} +2 -2
  40. package/{dist/chunks/form-item-mixin.149d5844.mjs → chunks/form-item-mixin.135b60df.mjs} +1 -1
  41. package/{dist/chunks → chunks}/form-pick-mixin.61ad06b2.mjs +0 -0
  42. package/{dist/chunks/index.9b7a65d1.mjs → chunks/index.57f871af.mjs} +0 -0
  43. package/{dist/chunks/init.07b0cebe.mjs → chunks/init.f04c7036.mjs} +2 -2
  44. package/{dist/chunks → chunks}/input-number-mixin.41a066be.mjs +0 -0
  45. package/chunks/json-beautifier.21cfffea.mjs +126 -0
  46. package/{dist/chunks → chunks}/mixins.5a78e0db.mjs +0 -0
  47. package/{dist/chunks → chunks}/packages.1fc9ccba.mjs +0 -0
  48. package/{dist/chunks → chunks}/permission.ce5d2121.mjs +0 -0
  49. package/{dist/chunks → chunks}/slot.4b391395.mjs +0 -0
  50. package/{dist/chunks → chunks}/tab-mixin.e2b9c6a4.mjs +0 -0
  51. package/{dist/chunks/util.eca708b6.mjs → chunks/util.17330567.mjs} +54 -49
  52. package/{dist/chunks → chunks}/utils.97652d86.mjs +0 -0
  53. package/{dist/chunks → chunks}/vueComponentNormalizer.446f5dc4.mjs +0 -0
  54. package/{dist/components/code-mirror-editor → code-mirror-editor}/index.mjs +1 -1
  55. package/{dist/components/code-mirror-editor → code-mirror-editor}/style.css +0 -0
  56. package/{dist/components/color-picker → color-picker}/index.mjs +1 -1
  57. package/{dist/components/column → column}/index.mjs +2 -2
  58. package/{dist/components/column-default → column-default}/index.mjs +3 -3
  59. package/{dist/components/column-dynamic → column-dynamic}/index.mjs +2 -2
  60. package/{dist/components/column-menu → column-menu}/index.mjs +4 -4
  61. package/{dist/components/column-slot → column-slot}/index.mjs +4 -4
  62. package/{dist/components/comment → comment}/index.mjs +1 -1
  63. package/comment/style.css +1 -0
  64. package/{dist/components/confirm-button → confirm-button}/index.mjs +2 -2
  65. package/{dist/components/confirmable → confirmable}/index.mjs +2 -2
  66. package/{dist/components/context-menu → context-menu}/index.mjs +1 -1
  67. package/{dist/components/context-menu → context-menu}/style.css +0 -0
  68. package/{dist/components/count-up → count-up}/index.mjs +1 -1
  69. package/{dist/components/custom-scrollbar → custom-scrollbar}/index.mjs +1 -1
  70. package/{dist/components/data-box → data-box}/index.mjs +1 -1
  71. package/data-box/style.css +1 -0
  72. package/{dist/components/data-card → data-card}/index.mjs +1 -1
  73. package/data-card/style.css +1 -0
  74. package/{dist/components/data-cardtext → data-cardtext}/index.mjs +1 -1
  75. package/data-cardtext/style.css +1 -0
  76. package/{dist/components/data-display → data-display}/index.mjs +1 -1
  77. package/data-display/style.css +1 -0
  78. package/{dist/components/data-icons → data-icons}/index.mjs +1 -1
  79. package/{dist/components/data-icons → data-icons}/style.css +1 -1
  80. package/{dist/components/data-imgtext → data-imgtext}/index.mjs +1 -1
  81. package/{dist/components/data-imgtext → data-imgtext}/style.css +1 -1
  82. package/{dist/components/data-operatext → data-operatext}/index.mjs +1 -1
  83. package/data-operatext/style.css +1 -0
  84. package/{dist/components/data-panel → data-panel}/index.mjs +1 -1
  85. package/data-panel/style.css +1 -0
  86. package/{dist/components/data-pay → data-pay}/index.mjs +1 -1
  87. package/data-pay/style.css +1 -0
  88. package/{dist/components/data-price → data-price}/index.mjs +1 -1
  89. package/data-price/style.css +1 -0
  90. package/{dist/components/data-progress → data-progress}/index.mjs +1 -1
  91. package/data-progress/style.css +1 -0
  92. package/{dist/components/data-rotate → data-rotate}/index.mjs +1 -1
  93. package/data-rotate/style.css +1 -0
  94. package/{dist/components/data-table-picker → data-table-picker}/index.mjs +2 -2
  95. package/{dist/components/data-tabs → data-tabs}/index.mjs +1 -1
  96. package/data-tabs/style.css +1 -0
  97. package/{dist/components/dialog-column → dialog-column}/index.mjs +2 -2
  98. package/{dist/components/dialog-excel → dialog-excel}/index.mjs +3 -3
  99. package/{dist/components/dialog-filter → dialog-filter}/index.mjs +2 -2
  100. package/{dist/components/dialog-form → dialog-form}/index.mjs +30 -25
  101. package/{dist/components/dialog-form → dialog-form}/style.css +0 -0
  102. package/{dist/components/dynamic-table → dynamic-table}/index.mjs +9 -9
  103. package/{dist/components/dynamic-table → dynamic-table}/style.css +0 -0
  104. package/{dist/components/e-charts → e-charts}/index.mjs +1 -1
  105. package/{dist/components/e-charts → e-charts}/style.css +0 -0
  106. package/{dist/components/easy-popup → easy-popup}/index.mjs +1 -1
  107. package/easy-popup/style.css +1 -0
  108. package/{dist/components/editable-progress → editable-progress}/index.mjs +1 -1
  109. package/{dist/components/editable-progress → editable-progress}/style.css +0 -0
  110. package/{dist/components/editable-tree → editable-tree}/index.mjs +2 -2
  111. package/{dist/components/editable-tree → editable-tree}/style.css +0 -0
  112. package/{dist/components/egd-collapse → egd-collapse}/index.mjs +1 -1
  113. package/{dist/components/egd-collapse-item → egd-collapse-item}/index.mjs +1 -1
  114. package/{dist/components/element-dialog → element-dialog}/index.mjs +1 -1
  115. package/{dist/components/element-dialog → element-dialog}/style.css +0 -0
  116. package/{dist/components/empty-view → empty-view}/index.mjs +1 -1
  117. package/{dist/components/empty-view → empty-view}/style.css +0 -0
  118. package/{dist/components/error-view → error-view}/index.mjs +1 -1
  119. package/{dist/components/error-view → error-view}/style.css +0 -0
  120. package/{dist/components/flex-column → flex-column}/index.mjs +2 -2
  121. package/{dist/components/flex-item → flex-item}/index.mjs +2 -2
  122. package/{dist/components/flex-row → flex-row}/index.mjs +2 -2
  123. package/{dist/components/flex-scroller → flex-scroller}/index.mjs +1 -1
  124. package/{dist/components/flex-scroller → flex-scroller}/style.css +0 -0
  125. package/{dist/components/flow → flow}/index.mjs +2 -2
  126. package/flow/style.css +1 -0
  127. package/{dist/components/flow-node → flow-node}/index.mjs +2 -2
  128. package/{dist/components/flow-viewer → flow-viewer}/index.mjs +1 -1
  129. package/{dist/components/flow-viewer → flow-viewer}/style.css +0 -0
  130. package/form-block/index.mjs +156 -0
  131. package/form-block/style.css +1 -0
  132. package/{dist/components/form-button → form-button}/index.mjs +2 -2
  133. package/{dist/components/form-cascader → form-cascader}/index.mjs +4 -4
  134. package/{dist/components/form-checkbox-group → form-checkbox-group}/index.mjs +4 -4
  135. package/{dist/components/form-checkbox-group → form-checkbox-group}/style.css +0 -0
  136. package/{dist/components/form-date-picker → form-date-picker}/index.mjs +4 -4
  137. package/{dist/components/form-group → form-group}/index.mjs +1 -1
  138. package/form-group/style.css +1 -0
  139. package/{dist/components/form-holder → form-holder}/index.mjs +2 -2
  140. package/{dist/components/form-input → form-input}/index.mjs +3 -3
  141. package/{dist/components/form-input-email → form-input-email}/index.mjs +3 -3
  142. package/{dist/components/form-input-id-card → form-input-id-card}/index.mjs +3 -3
  143. package/{dist/components/form-input-number → form-input-number}/index.mjs +4 -4
  144. package/{dist/components/form-input-number → form-input-number}/style.css +0 -0
  145. package/{dist/components/form-input-phone-number → form-input-phone-number}/index.mjs +3 -3
  146. package/form-input-tag/index.mjs +99 -0
  147. package/{dist/components/form-input-time → form-input-time}/index.mjs +3 -3
  148. package/{dist/components/form-item → form-item}/index.mjs +2 -2
  149. package/{dist/components/form-item → form-item}/style.css +0 -0
  150. package/{dist/components/form-item-config-provider → form-item-config-provider}/index.mjs +1 -1
  151. package/{dist/components/form-item-group → form-item-group}/index.mjs +1 -1
  152. package/{dist/components/form-item-group → form-item-group}/style.css +0 -0
  153. package/{dist/components/form-radio-group → form-radio-group}/index.mjs +4 -4
  154. package/{dist/components/form-radio-group → form-radio-group}/style.css +0 -0
  155. package/{dist/components/form-select → form-select}/index.mjs +4 -4
  156. package/{dist/components/form-switch → form-switch}/index.mjs +3 -3
  157. package/{dist/components/form-temp → form-temp}/index.mjs +4 -4
  158. package/{dist/components/form-textarea → form-textarea}/index.mjs +3 -3
  159. package/{dist/components/form-view → form-view}/index.mjs +1 -1
  160. package/{dist/components/form-view → form-view}/style.css +0 -0
  161. package/{dist/components/fy-array → fy-array}/index.mjs +3 -3
  162. package/{dist/components/fy-array → fy-array}/style.css +0 -0
  163. package/{dist/components/fy-article → fy-article}/index.mjs +1 -1
  164. package/fy-article/style.css +1 -0
  165. package/{dist/components/fy-cascader → fy-cascader}/index.mjs +2 -2
  166. package/{dist/components/fy-checkbox → fy-checkbox}/index.mjs +2 -2
  167. package/{dist/components/fy-checkbox → fy-checkbox}/style.css +0 -0
  168. package/{dist/components/fy-code → fy-code}/index.mjs +2 -2
  169. package/{dist/components/fy-curd → fy-curd}/index.mjs +7 -7
  170. package/{dist/components/fy-curd → fy-curd}/style.css +1 -1
  171. package/{dist/components/fy-date → fy-date}/index.mjs +2 -2
  172. package/{dist/components/fy-date → fy-date}/style.css +1 -1
  173. package/{dist/components/fy-dialog-form → fy-dialog-form}/index.mjs +3 -3
  174. package/{dist/components/fy-draggable → fy-draggable}/index.mjs +2 -2
  175. package/fy-draggable/style.css +1 -0
  176. package/{dist/components/fy-dynamic → fy-dynamic}/index.mjs +3 -3
  177. package/fy-dynamic/style.css +1 -0
  178. package/{dist/components/fy-empty → fy-empty}/index.mjs +2 -2
  179. package/{dist/components/fy-empty → fy-empty}/style.css +0 -0
  180. package/{dist/components/fy-form → fy-form}/index.mjs +10 -19
  181. package/{dist/components/fy-form → fy-form}/style.css +1 -1
  182. package/{dist/components/fy-form-design → fy-form-design}/index.mjs +55 -337
  183. package/fy-form-design/style.css +1 -0
  184. package/{dist/components/fy-form-menu → fy-form-menu}/index.mjs +1 -1
  185. package/{dist/components/fy-input → fy-input}/index.mjs +2 -2
  186. package/{dist/components/fy-input-color → fy-input-color}/index.mjs +2 -2
  187. package/{dist/components/fy-input-icon → fy-input-icon}/index.mjs +2 -2
  188. package/fy-input-icon/style.css +1 -0
  189. package/{dist/components/fy-input-map → fy-input-map}/index.mjs +2 -2
  190. package/{dist/components/fy-input-map → fy-input-map}/style.css +1 -1
  191. package/{dist/components/fy-input-number → fy-input-number}/index.mjs +2 -2
  192. package/{dist/components/fy-input-table → fy-input-table}/index.mjs +2 -2
  193. package/fy-input-table/style.css +1 -0
  194. package/{dist/components/fy-input-tree → fy-input-tree}/index.mjs +2 -2
  195. package/fy-input-tree/style.css +1 -0
  196. package/{dist/components/fy-progress → fy-progress}/index.mjs +1 -1
  197. package/{dist/components/fy-radio → fy-radio}/index.mjs +2 -2
  198. package/{dist/components/fy-radio → fy-radio}/style.css +0 -0
  199. package/{dist/components/fy-rate → fy-rate}/index.mjs +2 -2
  200. package/{dist/components/fy-rate → fy-rate}/style.css +0 -0
  201. package/{dist/components/fy-select → fy-select}/index.mjs +4 -4
  202. package/fy-select/style.css +1 -0
  203. package/{dist/components/fy-slider → fy-slider}/index.mjs +3 -3
  204. package/{dist/components/fy-switch → fy-switch}/index.mjs +2 -2
  205. package/{dist/components/fy-tabs → fy-tabs}/index.mjs +7 -7
  206. package/{dist/components/fy-time → fy-time}/index.mjs +2 -2
  207. package/{dist/components/fy-title → fy-title}/index.mjs +2 -2
  208. package/fy-title/style.css +1 -0
  209. package/{dist/components/fy-tree → fy-tree}/index.mjs +3 -3
  210. package/fy-tree/style.css +1 -0
  211. package/{dist/components/fy-u-editor → fy-u-editor}/index.mjs +2 -2
  212. package/{dist/components/fy-u-editor → fy-u-editor}/style.css +0 -0
  213. package/{dist/components/fy-upload → fy-upload}/index.mjs +4 -4
  214. package/fy-upload/style.css +1 -0
  215. package/{dist/components/guide-steps → guide-steps}/index.mjs +1 -1
  216. package/{dist/components/guide-steps → guide-steps}/style.css +0 -0
  217. package/{dist/components/header-menu → header-menu}/index.mjs +4 -4
  218. package/{dist/components/header-search → header-search}/index.mjs +5 -5
  219. package/{dist/components/highlight-j-s → highlight-j-s}/index.mjs +1 -1
  220. package/highlight-j-s/style.css +1 -0
  221. package/{dist/components/icon-card → icon-card}/index.mjs +1 -1
  222. package/{dist/components/icon-card → icon-card}/style.css +0 -0
  223. package/{dist/components/icon-temp → icon-temp}/index.mjs +1 -1
  224. package/{dist/components/icon-temp → icon-temp}/style.css +1 -1
  225. package/{dist/components/iframe-window → iframe-window}/index.mjs +1 -1
  226. package/{dist/components/iframe-window → iframe-window}/style.css +0 -0
  227. package/{dist/components/image-cropper → image-cropper}/index.mjs +71 -21
  228. package/image-cropper/style.css +1 -0
  229. package/{dist/components/image-preview → image-preview}/index.mjs +70 -43
  230. package/image-preview/style.css +1 -0
  231. package/{dist/components/image-viewer → image-viewer}/index.mjs +1 -1
  232. package/image-viewer/style.css +1 -0
  233. package/index.cjs +109 -0
  234. package/index.css +1 -0
  235. package/{dist/index.mjs → index.mjs} +4075 -3107
  236. package/{dist/components/input-number → input-number}/index.mjs +2 -2
  237. package/{dist/components/input-number → input-number}/style.css +0 -0
  238. package/{dist/components/input-number-range → input-number-range}/index.mjs +1 -1
  239. package/{dist/components/input-number-range → input-number-range}/style.css +0 -0
  240. package/{dist/components/j-s-x-component → j-s-x-component}/index.mjs +0 -0
  241. package/{dist/components/keep-view-alive → keep-view-alive}/index.mjs +1 -1
  242. package/{dist/components/keyboard → keyboard}/index.mjs +1 -1
  243. package/keyboard/style.css +1 -0
  244. package/{dist/components/license → license}/index.mjs +2 -2
  245. package/{dist/components/loading-view → loading-view}/index.mjs +1 -1
  246. package/{dist/components/loading-view → loading-view}/style.css +0 -0
  247. package/{dist/components/login → login}/index.mjs +2 -2
  248. package/login/style.css +1 -0
  249. package/monaco-editor/index.mjs +196 -0
  250. package/{dist/components/name-avatar → name-avatar}/index.mjs +1 -1
  251. package/name-avatar/style.css +1 -0
  252. package/{dist/components/nav-bar → nav-bar}/index.mjs +1 -1
  253. package/{dist/components/nav-bar → nav-bar}/style.css +0 -0
  254. package/{dist/components/not-implement → not-implement}/index.mjs +1 -1
  255. package/{dist/components/not-implement → not-implement}/style.css +0 -0
  256. package/{dist/components/notice → notice}/index.mjs +1 -1
  257. package/notice/style.css +1 -0
  258. package/package.json +5 -126
  259. package/{dist/components/page → page}/index.mjs +1 -1
  260. package/{dist/components/page → page}/style.css +0 -0
  261. package/{dist/components/page-header → page-header}/index.mjs +1 -1
  262. package/{dist/components/page-header → page-header}/style.css +0 -0
  263. package/{dist/components/page-index → page-index}/index.mjs +1 -1
  264. package/{dist/components/page-index → page-index}/style.css +0 -0
  265. package/{dist/components/page-index-top → page-index-top}/index.mjs +1 -1
  266. package/{dist/components/page-skeleton → page-skeleton}/index.mjs +1 -1
  267. package/{dist/components/page-skeleton → page-skeleton}/style.css +0 -0
  268. package/{dist/components/page-skeleton-new → page-skeleton-new}/index.mjs +1 -1
  269. package/{dist/components/page-skeleton-new → page-skeleton-new}/style.css +0 -0
  270. package/{dist/components/pageable-table → pageable-table}/index.mjs +2 -2
  271. package/{dist/components/pageable-table → pageable-table}/style.css +0 -0
  272. package/{dist/components/pageable-view → pageable-view}/index.mjs +2 -2
  273. package/{dist/components/pageable-view → pageable-view}/style.css +0 -0
  274. package/{dist/components/photo-swipe → photo-swipe}/index.mjs +1 -1
  275. package/present-view/index.mjs +360 -0
  276. package/present-view/style.css +1 -0
  277. package/{dist/components/process-designer → process-designer}/index.mjs +1 -1
  278. package/{dist/components/process-designer → process-designer}/style.css +1 -1
  279. package/{dist/components/properties-panel → properties-panel}/index.mjs +7 -7
  280. package/properties-panel/style.css +1 -0
  281. package/{dist/components/queue → queue}/index.mjs +1 -1
  282. package/{dist/components/record-video → record-video}/index.mjs +34 -34
  283. package/record-video/style.css +1 -0
  284. package/{dist/components/resize-observer → resize-observer}/index.mjs +2 -2
  285. package/{dist/components/resize-observer → resize-observer}/style.css +0 -0
  286. package/{dist/components/search → search}/index.mjs +3 -3
  287. package/search/style.css +1 -0
  288. package/{dist/components/search-popover → search-popover}/index.mjs +12 -12
  289. package/search-popover/style.css +1 -0
  290. package/{dist/components/sign → sign}/index.mjs +2 -2
  291. package/{dist/components/sign → sign}/style.css +0 -0
  292. package/{dist/components/sign-panel → sign-panel}/index.mjs +1 -1
  293. package/{dist/components/sign-panel → sign-panel}/style.css +0 -0
  294. package/{dist/components/skeleton → skeleton}/index.mjs +1 -1
  295. package/skeleton/style.css +1 -0
  296. package/{dist/components/split-pane → split-pane}/index.mjs +1 -1
  297. package/{dist/components/split-pane → split-pane}/style.css +0 -0
  298. package/{dist/components/stateful → stateful}/index.mjs +1 -1
  299. package/{dist/components/stateful → stateful}/style.css +0 -0
  300. package/{dist/components/static-pageable-table → static-pageable-table}/index.mjs +1 -1
  301. package/{dist/components/static-pageable-table → static-pageable-table}/style.css +0 -0
  302. package/{dist/components/swiper → swiper}/index.mjs +2 -2
  303. package/{dist/components/swiper → swiper}/style.css +0 -0
  304. package/{dist/components/tab → tab}/index.mjs +2 -2
  305. package/{dist/components/tab → tab}/style.css +0 -0
  306. package/{dist/components/tab-item → tab-item}/index.mjs +2 -2
  307. package/{dist/components/table-column → table-column}/index.mjs +1 -1
  308. package/{dist/components/table-page → table-page}/index.mjs +3 -3
  309. package/{dist/components/table-view → table-view}/index.mjs +2 -2
  310. package/{dist/components/table-view → table-view}/style.css +0 -0
  311. package/{dist/components/tag-render → tag-render}/index.mjs +1 -1
  312. package/{dist/components/tag-render → tag-render}/style.css +0 -0
  313. package/{dist/components/text-ellipsis → text-ellipsis}/index.mjs +2 -2
  314. package/{dist/components/text-ellipsis → text-ellipsis}/style.css +0 -0
  315. package/{dist/components/tinymce-editor → tinymce-editor}/index.mjs +1 -1
  316. package/{dist/components/tinymce-editor → tinymce-editor}/style.css +1 -1
  317. package/{dist/components/tinymce-wrapper → tinymce-wrapper}/index.mjs +290 -97
  318. package/{dist/components/tinymce-wrapper → tinymce-wrapper}/style.css +0 -0
  319. package/{dist/components/toolbar → toolbar}/index.mjs +1 -1
  320. package/{dist/components/toolbar → toolbar}/style.css +0 -0
  321. package/{dist/components/toolbar-button → toolbar-button}/index.mjs +1 -1
  322. package/{dist/components/toolbar-button → toolbar-button}/style.css +0 -0
  323. package/{dist/components/trigger → trigger}/index.mjs +1 -1
  324. package/{dist/components/verify → verify}/index.mjs +2 -2
  325. package/verify/style.css +1 -0
  326. package/{dist/components/vue-tags-input → vue-tags-input}/index.mjs +1 -1
  327. package/{dist/components/vue-tags-input → vue-tags-input}/style.css +0 -0
  328. package/{dist/components/watermark → watermark}/index.mjs +2 -2
  329. package/{dist/components/watermark → watermark}/style.css +0 -0
  330. package/web-types.json +832 -209
  331. package/x-input-tag/index.mjs +182 -0
  332. package/x-input-tag/style.css +1 -0
  333. package/README.md +0 -27
  334. package/dist/components/avatar/style.css +0 -1
  335. package/dist/components/base.css +0 -1
  336. package/dist/components/card/style.css +0 -1
  337. package/dist/components/carousel/style.css +0 -1
  338. package/dist/components/chat/style.css +0 -1
  339. package/dist/components/comment/style.css +0 -1
  340. package/dist/components/data-box/style.css +0 -1
  341. package/dist/components/data-card/style.css +0 -1
  342. package/dist/components/data-cardtext/style.css +0 -1
  343. package/dist/components/data-display/style.css +0 -1
  344. package/dist/components/data-operatext/style.css +0 -1
  345. package/dist/components/data-panel/style.css +0 -1
  346. package/dist/components/data-pay/style.css +0 -1
  347. package/dist/components/data-price/style.css +0 -1
  348. package/dist/components/data-progress/style.css +0 -1
  349. package/dist/components/data-rotate/style.css +0 -1
  350. package/dist/components/data-tabs/style.css +0 -1
  351. package/dist/components/easy-popup/style.css +0 -1
  352. package/dist/components/flow/style.css +0 -1
  353. package/dist/components/form-group/style.css +0 -1
  354. package/dist/components/fy-article/style.css +0 -1
  355. package/dist/components/fy-draggable/style.css +0 -1
  356. package/dist/components/fy-dynamic/style.css +0 -1
  357. package/dist/components/fy-form-design/style.css +0 -1
  358. package/dist/components/fy-input-icon/style.css +0 -1
  359. package/dist/components/fy-input-table/style.css +0 -1
  360. package/dist/components/fy-input-tree/style.css +0 -1
  361. package/dist/components/fy-select/style.css +0 -1
  362. package/dist/components/fy-tabs/style.css +0 -0
  363. package/dist/components/fy-title/style.css +0 -1
  364. package/dist/components/fy-tree/style.css +0 -1
  365. package/dist/components/fy-upload/style.css +0 -1
  366. package/dist/components/highlight-j-s/style.css +0 -1
  367. package/dist/components/image-cropper/style.css +0 -1
  368. package/dist/components/image-preview/style.css +0 -1
  369. package/dist/components/image-viewer/style.css +0 -1
  370. package/dist/components/keyboard/style.css +0 -1
  371. package/dist/components/login/style.css +0 -1
  372. package/dist/components/name-avatar/style.css +0 -1
  373. package/dist/components/notice/style.css +0 -1
  374. package/dist/components/properties-panel/style.css +0 -1
  375. package/dist/components/record-video/style.css +0 -1
  376. package/dist/components/search/style.css +0 -1
  377. package/dist/components/search-popover/style.css +0 -1
  378. package/dist/components/skeleton/style.css +0 -1
  379. package/dist/components/verify/style.css +0 -1
  380. package/dist/index.cjs +0 -85
  381. package/dist/index.css +0 -1
@@ -1,36 +1,36 @@
1
1
  var g = Object.defineProperty;
2
- var b = Object.getOwnPropertySymbols;
2
+ var _ = Object.getOwnPropertySymbols;
3
3
  var y = Object.prototype.hasOwnProperty, $ = Object.prototype.propertyIsEnumerable;
4
- var _ = (t, s, a) => s in t ? g(t, s, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[s] = a, m = (t, s) => {
4
+ var b = (t, s, a) => s in t ? g(t, s, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[s] = a, r = (t, s) => {
5
5
  for (var a in s || (s = {}))
6
- y.call(s, a) && _(t, a, s[a]);
7
- if (b)
8
- for (var a of b(s))
9
- $.call(s, a) && _(t, a, s[a]);
6
+ y.call(s, a) && b(t, a, s[a]);
7
+ if (_)
8
+ for (var a of _(s))
9
+ $.call(s, a) && b(t, a, s[a]);
10
10
  return t;
11
11
  };
12
- var f = (t, s, a) => new Promise((l, o) => {
12
+ var h = (t, s, a) => new Promise((l, o) => {
13
13
  var n = (p) => {
14
14
  try {
15
15
  d(a.next(p));
16
16
  } catch (u) {
17
17
  o(u);
18
18
  }
19
- }, r = (p) => {
19
+ }, c = (p) => {
20
20
  try {
21
21
  d(a.throw(p));
22
22
  } catch (u) {
23
23
  o(u);
24
24
  }
25
- }, d = (p) => p.done ? l(p.value) : Promise.resolve(p.value).then(n, r);
25
+ }, d = (p) => p.done ? l(p.value) : Promise.resolve(p.value).then(n, c);
26
26
  d((a = a.apply(t, s)).next());
27
27
  });
28
28
  import { isBlank } from "@web-utils/core";
29
- import * as monaco from "monaco-editor/esm/vs/editor/editor.api";
30
- import "monaco-editor/esm/vs/basic-languages/javascript/javascript.contribution";
31
- import { d as deepClone } from "../../chunks/util.eca708b6.mjs";
29
+ import { c as convert } from "../chunks/json-beautifier.21cfffea.mjs";
30
+ import { d as deepClone } from "../chunks/util.17330567.mjs";
32
31
  import Draggable from "vuedraggable";
33
- import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
32
+ import { n as normalizeComponent } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
33
+ import { MonacoEditor } from "@web-utils/component";
34
34
  const fields$1 = [
35
35
  {
36
36
  title: "布局字段",
@@ -437,289 +437,7 @@ const fields$1 = [
437
437
  display: !0
438
438
  }]
439
439
  }
440
- ], escapable = /[\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g, keyable = /^[a-zA-Z_$][0-9a-zA-Z_$]*$/;
441
- let gap, indent;
442
- const meta = {
443
- // table of character substitutions
444
- "\b": "\\b",
445
- " ": "\\t",
446
- "\n": "\\n",
447
- "\f": "\\f",
448
- "\r": "\\r",
449
- '"': '\\"',
450
- "'": "\\'",
451
- "\\": "\\\\"
452
- };
453
- let rep;
454
- function convert(t, s = {}) {
455
- const a = s.space || 2, l = s.dropQuotesOnKeys != !1, o = s.dropQuotesOnNumbers || !1, n = s.inlineShortArrays || !1, r = s.inlineShortArraysDepth || 1, d = s.quoteType || "single", p = s.minify || !1;
456
- o && walkObjectAndDropQuotesOnNumbers(t);
457
- let u = stringify(t, null, p ? void 0 : a, l, d);
458
- if (n && !p) {
459
- let c = inlineShortArraysInResult(u);
460
- if (r > 1)
461
- for (let h = 1; h < r && (u = c, c = inlineShortArraysInResult(u), c != u); h++)
462
- ;
463
- u = c;
464
- }
465
- return u;
466
- }
467
- function walkObjectAndDropQuotesOnNumbers(t) {
468
- if (!isObject(t))
469
- return;
470
- const s = Object.keys(t);
471
- s && s.forEach(function(a) {
472
- const l = t[a];
473
- if (typeof l == "string") {
474
- const o = l - 0;
475
- t[a] = isNaN(o) ? l : o;
476
- } else
477
- (isObject(l) || Array.isArray(l)) && walkObjectAndDropQuotesOnNumbers(l);
478
- });
479
- }
480
- function isObject(t) {
481
- return t && typeof t == "object";
482
- }
483
- function inlineShortArraysInResult(t, s) {
484
- if (s || (s = 80), typeof s != "number" || s < 20)
485
- throw `Invalid width '${s}'. Expecting number equal or larger than 20.`;
486
- const a = t.split(`
487
- `);
488
- let l = 0, o = null, n = [];
489
- for (; l < a.length; ) {
490
- const r = !!a[l].match(/\[/), d = !!a[l].match(/\],?/);
491
- if (r && !d)
492
- n = [a[l]], o = l;
493
- else if (d && !r && o) {
494
- n.push((a[l] || "").trim());
495
- const p = n.join(" ");
496
- p.length < s && (a.splice(o, l - o + 1, p), l = o), o = null, n = [];
497
- } else
498
- o && n.push((a[l] || "").trim());
499
- l += 1;
500
- }
501
- return a.join(`
502
- `);
503
- }
504
- function stringify(t, s, a, l, o) {
505
- let n;
506
- if (gap = "", indent = "", typeof a == "number")
507
- for (n = 0; n < a; n += 1)
508
- indent += " ";
509
- else
510
- typeof a == "string" && (indent = a);
511
- if (rep = s, s && typeof s != "function" && (typeof s != "object" || typeof s.length != "number"))
512
- throw new Error("JSON.stringify");
513
- return str("", { "": t }, l, o);
514
- }
515
- function str(t, s, a, l) {
516
- let o, n, r, d;
517
- const p = gap;
518
- let u, c = s[t];
519
- switch (c && typeof c == "object" && typeof c.toJSON == "function" && (c = c.toJSON(t)), typeof rep == "function" && (c = rep.call(s, t, c)), typeof c) {
520
- case "function":
521
- return c;
522
- case "string":
523
- return quote(c, l);
524
- case "number":
525
- return isFinite(c) ? String(c) : "null";
526
- case "boolean":
527
- case "null":
528
- return String(c);
529
- case "object":
530
- if (!c)
531
- return "null";
532
- if (gap += indent, u = [], Object.prototype.toString.apply(c) === "[object Array]") {
533
- for (d = c.length, o = 0; o < d; o += 1)
534
- u[o] = str(o, c, a, l) || "null";
535
- return r = u.length === 0 ? "[]" : gap ? `[
536
- ${gap}${u.join(`,
537
- ${gap}`)}
538
- ${p}]` : `[${u.join(",")}]`, gap = p, r;
539
- }
540
- if (rep && typeof rep == "object")
541
- for (d = rep.length, o = 0; o < d; o += 1)
542
- typeof rep[o] == "string" && (n = rep[o], r = str(n, c, a, l), r && u.push((a ? condQuoteKey(n, l) : quote(n, l)) + (gap ? ": " : ":") + r));
543
- else
544
- for (n in c)
545
- Object.prototype.hasOwnProperty.call(c, n) && (r = str(n, c, a, l), r && u.push((a ? condQuoteKey(n, l) : quote(n, l)) + (gap ? ": " : ":") + r));
546
- return r = u.length === 0 ? "{}" : gap ? `{
547
- ${gap}${u.join(`,
548
- ${gap}`)}
549
- ${p}}` : `{${u.join(",")}}`, gap = p, r;
550
- }
551
- }
552
- function quote(t, s) {
553
- escapable.lastIndex = 0;
554
- let a = '"';
555
- return s === "single" && (a = "'"), escapable.test(t) ? a + t.replace(escapable, function(l) {
556
- const o = meta[l];
557
- return typeof o == "string" ? o : `\\u${`0000${l.charCodeAt(0).toString(16)}`.slice(-4)}`;
558
- }) + a : a + t + a;
559
- }
560
- function condQuoteKey(t, s) {
561
- return keyable.test(t) ? t : quote(t, s);
562
- }
563
- function noop() {
564
- }
565
- const MonacoEditor = {
566
- name: "MonacoEditor",
567
- props: {
568
- diffEditor: { type: Boolean, default: !1 },
569
- // 是否使用diff模式
570
- width: { type: [String, Number], default: "100%" },
571
- height: { type: [String, Number], default: "100%" },
572
- original: String,
573
- // 只有在diff模式下有效
574
- value: [String, Object],
575
- language: { type: String, default: "javascript" },
576
- theme: { type: String, default: "vs" },
577
- readOnly: { type: Boolean, default: !1 },
578
- options: {
579
- type: Object,
580
- default() {
581
- return {};
582
- }
583
- },
584
- editorMounted: { type: Function, default: noop },
585
- editorBeforeMount: { type: Function, default: noop },
586
- keyIndex: { type: String }
587
- },
588
- watch: {
589
- options: {
590
- deep: !0,
591
- handler(t) {
592
- this.editor && this.editor.updateOptions(t);
593
- }
594
- },
595
- keyIndex() {
596
- let t = this.value;
597
- typeof t == "object" && (t = convert(t)), this.editor && t !== this._getValue() && this._setValue(t);
598
- },
599
- language() {
600
- if (this.editor)
601
- if (this.diffEditor) {
602
- const { original: t, modified: s } = this.editor.getModel();
603
- monaco.editor.setModelLanguage(t, this.language), monaco.editor.setModelLanguage(s, this.language);
604
- } else
605
- monaco.editor.setModelLanguage(this.editor.getModel(), this.language);
606
- },
607
- theme() {
608
- this.editor && monaco.editor.setTheme(this.theme);
609
- },
610
- style() {
611
- this.editor && this.$nextTick(() => {
612
- this.editor.layout();
613
- });
614
- },
615
- value(t) {
616
- this.editor && t !== this._getValue() && this._setValue(t);
617
- }
618
- },
619
- computed: {
620
- style() {
621
- return {
622
- width: /^\d+$/.test(this.width) ? `${this.width}px` : this.width,
623
- height: /^\d+$/.test(this.height) ? `${this.height}px` : this.height,
624
- position: "relative"
625
- };
626
- }
627
- },
628
- mounted() {
629
- this.initMonaco();
630
- },
631
- beforeDestroy() {
632
- this.editor && this.editor.dispose();
633
- },
634
- render(t) {
635
- const s = this.options.fullScreen;
636
- return t("div", { class: "monaco_editor_container", style: this.style }, [
637
- s ? t("i", {
638
- class: "el-icon-full-screen",
639
- style: {
640
- width: "1.2em",
641
- height: "1.2em",
642
- position: "absolute",
643
- left: "0px",
644
- top: "0px",
645
- zIndex: "1",
646
- cursor: "pointer"
647
- },
648
- on: { click: this._handleFullScreen }
649
- }) : ""
650
- ]);
651
- },
652
- methods: {
653
- initMonaco() {
654
- const { value: t, language: s, theme: a, readOnly: l, options: o } = this;
655
- Object.assign(o, this._editorBeforeMount()), this.editor = monaco.editor[this.diffEditor ? "createDiffEditor" : "create"](this.$el, m({
656
- value: typeof t == "string" ? t : convert(t),
657
- language: s,
658
- theme: a,
659
- readOnly: l
660
- }, o)), this.diffEditor && this._setModel(this.value, this.original), this._editorMounted(this.editor);
661
- },
662
- _handleFullScreen() {
663
- this.isMaximum ? this.minEditor() : this.maxEditor();
664
- },
665
- // 放大
666
- maxEditor() {
667
- this.isMaximum = !0;
668
- const t = this.$el;
669
- this.originSize = {
670
- width: t.clientWidth,
671
- height: t.clientHeight
672
- }, t.classList.add("editor-fullscreen"), this.editor.layout({
673
- height: document.body.clientHeight,
674
- width: document.body.clientWidth
675
- }), document.addEventListener("keyup", (s) => {
676
- s.keyCode == 27 && this.minEditor();
677
- });
678
- },
679
- // 缩小
680
- minEditor() {
681
- this.isMaximum = !1, this.$el.classList.remove("editor-fullscreen"), this.editor.layout({
682
- height: this.originSize.height,
683
- width: this.originSize.width
684
- }), document.removeEventListener("keyup", () => {
685
- });
686
- },
687
- _getEditor() {
688
- return this.editor ? this.diffEditor ? this.editor.modifiedEditor : this.editor : null;
689
- },
690
- _setModel(t, s) {
691
- const { language: a } = this, l = monaco.editor.createModel(s, a), o = monaco.editor.createModel(t, a);
692
- this.editor.setModel({
693
- original: l,
694
- modified: o
695
- });
696
- },
697
- _setValue(t) {
698
- const s = this._getEditor();
699
- if (s)
700
- return s.setValue(t);
701
- },
702
- _getValue() {
703
- const t = this._getEditor();
704
- return t ? t.getValue() : "";
705
- },
706
- _editorBeforeMount() {
707
- return this.editorBeforeMount(monaco) || {};
708
- },
709
- _editorMounted(t) {
710
- this.editorMounted(t, monaco), this.diffEditor ? t.onDidUpdateDiff((s) => {
711
- const a = this._getValue();
712
- this._emitChange(a, s);
713
- }) : t.onDidChangeModelContent((s) => {
714
- const a = this._getValue();
715
- this._emitChange(a, s);
716
- });
717
- },
718
- _emitChange(t, s) {
719
- this.$emit("change", t, s), this.$emit("input", t);
720
- }
721
- }
722
- }, widgetEmpty = "data:image/png;base64,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", history = {
440
+ ], widgetEmpty = "data:image/png;base64,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", history = {
723
441
  data() {
724
442
  return {
725
443
  historySteps: {
@@ -748,7 +466,7 @@ const MonacoEditor = {
748
466
  return deepClone(steps[index]);
749
467
  }
750
468
  }
751
- this.historySteps = m(m({}, this.historySteps), data);
469
+ this.historySteps = r(r({}, this.historySteps), data);
752
470
  const { index, steps } = this.historySteps;
753
471
  return deepClone(steps[index]);
754
472
  },
@@ -1057,14 +775,14 @@ const __vue2_script$q = {
1057
775
  return;
1058
776
  }
1059
777
  const o = deepClone(s.children.column[a]);
1060
- o.prop || (o.prop = `a${Date.now()}${Math.ceil(Math.random() * 99999)}`), o.subfield = !0, delete o.icon, this.$set(s.children.column, a, m({}, o)), this.selectWidget = s.children.column[a], this.$emit("change");
778
+ o.prop || (o.prop = `a${Date.now()}${Math.ceil(Math.random() * 99999)}`), o.subfield = !0, delete o.icon, this.$set(s.children.column, a, r({}, o)), this.selectWidget = s.children.column[a], this.$emit("change");
1061
779
  },
1062
780
  handleWidgetTableSelect(t) {
1063
781
  this.selectWidget = t;
1064
782
  },
1065
783
  handleWidgetTableClone(t, s) {
1066
784
  const a = deepClone(s);
1067
- a.prop = `a${Date.now()}${Math.ceil(Math.random() * 99999)}`, this.$set(t.children.column, t.children.column.length, m({}, a)), this.$nextTick(() => {
785
+ a.prop = `a${Date.now()}${Math.ceil(Math.random() * 99999)}`, this.$set(t.children.column, t.children.column.length, r({}, a)), this.$nextTick(() => {
1068
786
  this.selectWidget = t.children.column[t.children.column.length - 1], this.$emit("change");
1069
787
  });
1070
788
  },
@@ -1316,7 +1034,7 @@ const __vue2_script$p = {
1316
1034
  },
1317
1035
  handleWidgetTableClone(t, s) {
1318
1036
  const a = deepClone(s);
1319
- a.prop = `a${Date.now()}${Math.ceil(Math.random() * 99999)}`, this.$set(t.children.column, t.children.column.length, m({}, a)), this.$nextTick(() => {
1037
+ a.prop = `a${Date.now()}${Math.ceil(Math.random() * 99999)}`, this.$set(t.children.column, t.children.column.length, r({}, a)), this.$nextTick(() => {
1320
1038
  this.selectWidget = t.children.column[t.children.column.length - 1], this.$emit("change");
1321
1039
  });
1322
1040
  },
@@ -1333,7 +1051,7 @@ const __vue2_script$p = {
1333
1051
  return;
1334
1052
  }
1335
1053
  const o = deepClone(s.children.column[a]);
1336
- o.prop || (o.prop = `a${Date.now()}${Math.ceil(Math.random() * 99999)}`), delete o.icon, o.type === "dynamic" ? o.span = 24 : o.span = 12, this.$set(s.children.column, a, m({}, o)), this.selectWidget = s.children.column[a], this.$emit("change");
1054
+ o.prop || (o.prop = `a${Date.now()}${Math.ceil(Math.random() * 99999)}`), delete o.icon, o.type === "dynamic" ? o.span = 24 : o.span = 12, this.$set(s.children.column, a, r({}, o)), this.selectWidget = s.children.column[a], this.$emit("change");
1337
1055
  }
1338
1056
  }
1339
1057
  }, __cssModules$p = {};
@@ -2499,7 +2217,7 @@ var __component__$h = /* @__PURE__ */ normalizeComponent(
2499
2217
  staticRenderFns$h,
2500
2218
  !1,
2501
2219
  __vue2_injectStyles$h,
2502
- "2c9c8280",
2220
+ "75f24f72",
2503
2221
  null,
2504
2222
  null
2505
2223
  );
@@ -2920,8 +2638,8 @@ var render$d = function() {
2920
2638
  }, [a("i", {
2921
2639
  staticClass: "drag-item el-icon-s-operation",
2922
2640
  staticStyle: {
2923
- "font-size": "16px",
2924
2641
  margin: "0 5px",
2642
+ "font-size": "16px",
2925
2643
  cursor: "move"
2926
2644
  }
2927
2645
  }), a("ElInput", {
@@ -2971,8 +2689,8 @@ var render$d = function() {
2971
2689
  }
2972
2690
  }) : t._e(), a("ElButton", {
2973
2691
  staticStyle: {
2974
- padding: "4px",
2975
- "margin-left": "5px"
2692
+ "margin-left": "5px",
2693
+ padding: "4px"
2976
2694
  },
2977
2695
  attrs: {
2978
2696
  circle: "",
@@ -3199,8 +2917,8 @@ var render$d = function() {
3199
2917
  }, [a("i", {
3200
2918
  staticClass: "drag-item el-icon-s-operation",
3201
2919
  staticStyle: {
3202
- "font-size": "16px",
3203
2920
  margin: "0 5px",
2921
+ "font-size": "16px",
3204
2922
  cursor: "move"
3205
2923
  }
3206
2924
  }), a("ElInput", {
@@ -3218,8 +2936,8 @@ var render$d = function() {
3218
2936
  }
3219
2937
  }), a("ElButton", {
3220
2938
  staticStyle: {
3221
- padding: "4px",
3222
- "margin-left": "5px"
2939
+ "margin-left": "5px",
2940
+ padding: "4px"
3223
2941
  },
3224
2942
  attrs: {
3225
2943
  circle: "",
@@ -3493,7 +3211,7 @@ var render$c = function() {
3493
3211
  icon: "el-icon-plus"
3494
3212
  },
3495
3213
  on: {
3496
- click: function(r) {
3214
+ click: function(c) {
3497
3215
  return t.handleNodeAdd(n);
3498
3216
  }
3499
3217
  }
@@ -3505,7 +3223,7 @@ var render$c = function() {
3505
3223
  icon: "el-icon-delete"
3506
3224
  },
3507
3225
  on: {
3508
- click: function(r) {
3226
+ click: function(c) {
3509
3227
  return t.handleNodeRemove(o, n);
3510
3228
  }
3511
3229
  }
@@ -3663,8 +3381,8 @@ var render$c = function() {
3663
3381
  }, [a("i", {
3664
3382
  staticClass: "drag-item el-icon-s-operation",
3665
3383
  staticStyle: {
3666
- "font-size": "16px",
3667
3384
  margin: "0 5px",
3385
+ "font-size": "16px",
3668
3386
  cursor: "move"
3669
3387
  }
3670
3388
  }), a("ElInput", {
@@ -3682,8 +3400,8 @@ var render$c = function() {
3682
3400
  }
3683
3401
  }), a("ElButton", {
3684
3402
  staticStyle: {
3685
- padding: "4px",
3686
- "margin-left": "5px"
3403
+ "margin-left": "5px",
3404
+ padding: "4px"
3687
3405
  },
3688
3406
  attrs: {
3689
3407
  circle: "",
@@ -3990,7 +3708,7 @@ var __component__$c = /* @__PURE__ */ normalizeComponent(
3990
3708
  staticRenderFns$c,
3991
3709
  !1,
3992
3710
  __vue2_injectStyles$c,
3993
- "42ed5e40",
3711
+ "3235e132",
3994
3712
  null,
3995
3713
  null
3996
3714
  );
@@ -6059,22 +5777,22 @@ const __vue2_script$2 = {
6059
5777
  this.data.children.column = t;
6060
5778
  },
6061
5779
  handleOnLoad(t) {
6062
- const { url: s, method: a, needPage: l, currentPageKey: o, pageSizeKey: n, totalKey: r, recordsKey: d, resKey: p, auto: u } = t;
5780
+ const { url: s, method: a, needPage: l, currentPageKey: o, pageSizeKey: n, totalKey: c, recordsKey: d, resKey: p, auto: u } = t;
6063
5781
  if (!u)
6064
5782
  return;
6065
5783
  if (!s) {
6066
5784
  this.onLoad = "(res, cb) => { }";
6067
5785
  return;
6068
5786
  }
6069
- let { props: c } = this.data;
6070
- c || (c = { label: "label", value: "value" });
6071
- const { value: h } = c, v = `(res, cb) => {
5787
+ let { props: m } = this.data;
5788
+ m || (m = { label: "label", value: "value" });
5789
+ const { value: f } = m, v = `(res, cb) => {
6072
5790
  let { page, value, data } = res
6073
5791
  if (!page) page = { currentPage: 1, pageSize: 10 }
6074
5792
  const { currentPage, pageSize } = page
6075
5793
  let params = { ...data, ${o || "current"}: currentPage, ${n || "page"}: pageSize }
6076
5794
 
6077
- if (value) params['${h}'] = value
5795
+ if (value) params['${f}'] = value
6078
5796
 
6079
5797
  if ('${a || "get"}' == 'get') params = { params: { ...params } }
6080
5798
 
@@ -6084,7 +5802,7 @@ const __vue2_script$2 = {
6084
5802
 
6085
5803
  let result = {}
6086
5804
  if (${l}) {
6087
- const total = this.getAsVal(response, '${r || "total"}')
5805
+ const total = this.getAsVal(response, '${c || "total"}')
6088
5806
  if (total || total == 0) {
6089
5807
  result.total = total
6090
5808
  } else {
@@ -6103,7 +5821,7 @@ const __vue2_script$2 = {
6103
5821
  if (value) {
6104
5822
  const records = result.data
6105
5823
  if (records && records.length > 0) cb(records[0])
6106
- else this.$message.error('根据${h}: ' + value + ' 查询不到结果')
5824
+ else this.$message.error('根据${f}: ' + value + ' 查询不到结果')
6107
5825
  } else cb(result)
6108
5826
  })
6109
5827
  }`;
@@ -6765,9 +6483,9 @@ var render = function() {
6765
6483
  "ghost-class": "ghost",
6766
6484
  sort: !1
6767
6485
  }
6768
- }, [t._l(l.list, function(n, r) {
6486
+ }, [t._l(l.list, function(n, c) {
6769
6487
  return [a("li", {
6770
- key: `c_${r}`,
6488
+ key: `c_${c}`,
6771
6489
  staticClass: "field-label"
6772
6490
  }, [a("a", {
6773
6491
  on: {
@@ -6864,9 +6582,9 @@ var render = function() {
6864
6582
  "ghost-class": "ghost",
6865
6583
  sort: !1
6866
6584
  }
6867
- }, [t._l(l.list, function(n, r) {
6585
+ }, [t._l(l.list, function(n, c) {
6868
6586
  return [t.includeFields.includes(n.type) ? a("li", {
6869
- key: `c_${r}`,
6587
+ key: `c_${c}`,
6870
6588
  staticClass: "field-label"
6871
6589
  }, [a("a", {
6872
6590
  on: {
@@ -7328,7 +7046,7 @@ var render = function() {
7328
7046
  }, staticRenderFns = [];
7329
7047
  const FyFormDesign_vue_vue_type_style_index_0_lang = "", __vue2_script = {
7330
7048
  name: "FyFormDesign",
7331
- components: { Draggable, MonacoEditor, WidgetForm, FormConfig, WidgetConfig },
7049
+ components: { Draggable, WidgetForm, FormConfig, WidgetConfig },
7332
7050
  mixins: [history],
7333
7051
  props: {
7334
7052
  options: {
@@ -7436,7 +7154,7 @@ const FyFormDesign_vue_vue_type_style_index_0_lang = "", __vue2_script = {
7436
7154
  console.error("非法配置"), options = { column: [] };
7437
7155
  }
7438
7156
  this.transAvueOptionsToFormDesigner(options).then((t) => {
7439
- this.widgetForm = m(m({}, this.widgetForm), t);
7157
+ this.widgetForm = r(r({}, this.widgetForm), t);
7440
7158
  });
7441
7159
  },
7442
7160
  deep: !0
@@ -7454,7 +7172,7 @@ const FyFormDesign_vue_vue_type_style_index_0_lang = "", __vue2_script = {
7454
7172
  methods: {
7455
7173
  // 组件初始化时加载本地存储中的options(需开启storage),若不存在则读取用户配置的options
7456
7174
  handleLoadStorage() {
7457
- return f(this, null, function* () {
7175
+ return h(this, null, function* () {
7458
7176
  let options = this.options;
7459
7177
  if (typeof options == "string")
7460
7178
  try {
@@ -7465,7 +7183,7 @@ const FyFormDesign_vue_vue_type_style_index_0_lang = "", __vue2_script = {
7465
7183
  options.column || (options.column = []), this.widgetForm = this.initHistory({
7466
7184
  index: 0,
7467
7185
  maxStep: 20,
7468
- steps: [yield this.transAvueOptionsToFormDesigner(m(m({}, this.widgetForm), options))],
7186
+ steps: [yield this.transAvueOptionsToFormDesigner(r(r({}, this.widgetForm), options))],
7469
7187
  storage: this.storage
7470
7188
  }), this.undoRedo && window.addEventListener("keydown", (t) => {
7471
7189
  (t.metaKey && !t.shiftKey && t.keyCode === 90 || t.ctrlKey && !t.shiftKey && t.keyCode === 90) && (this.widgetForm = this.handleUndo()), (t.metaKey && t.shiftKey && t.keyCode === 90 || t.ctrlKey && t.shiftKey && t.keyCode === 90 || t.ctrlKey && t.keyCode === 89) && (this.widgetForm = this.handleRedo());
@@ -7512,7 +7230,7 @@ const FyFormDesign_vue_vue_type_style_index_0_lang = "", __vue2_script = {
7512
7230
  // 生成JSON - 弹窗 - 确定
7513
7231
  handleGenerate() {
7514
7232
  this.transformToAvueOptions(this.widgetForm).then((t) => {
7515
- this.configOption.generateType && this.configOption.generateType === "string" ? this.$emit("submit", convert(t, m({
7233
+ this.configOption.generateType && this.configOption.generateType === "string" ? this.$emit("submit", convert(t, r({
7516
7234
  minify: !0
7517
7235
  }, this.configOption))) : this.$emit("submit", t);
7518
7236
  });
@@ -7521,7 +7239,7 @@ const FyFormDesign_vue_vue_type_style_index_0_lang = "", __vue2_script = {
7521
7239
  handleCopy() {
7522
7240
  this.transformToAvueOptions(this.widgetForm).then((t) => {
7523
7241
  this.$Clipboard({
7524
- text: convert(t, m({
7242
+ text: convert(t, r({
7525
7243
  minify: !0
7526
7244
  }, this.configOption))
7527
7245
  }).then(() => {
@@ -7670,7 +7388,7 @@ const FyFormDesign_vue_vue_type_style_index_0_lang = "", __vue2_script = {
7670
7388
  a.dicQueryConfig = l;
7671
7389
  }
7672
7390
  a.dicUrl ? a.dicOption = "remote" : a.dicOption = "static", a.dicData ? a.props && a.dicData.forEach((l) => {
7673
- const { label: o, value: n, desc: r } = a.props;
7391
+ const { label: o, value: n, desc: c } = a.props;
7674
7392
  if (o) {
7675
7393
  const d = l[o];
7676
7394
  delete l[o], l.label = d;
@@ -7679,9 +7397,9 @@ const FyFormDesign_vue_vue_type_style_index_0_lang = "", __vue2_script = {
7679
7397
  const d = l[n];
7680
7398
  delete l[n], l.value = d;
7681
7399
  }
7682
- if (r) {
7683
- const d = l[r];
7684
- delete l[r], l.desc = d;
7400
+ if (c) {
7401
+ const d = l[c];
7402
+ delete l[c], l.desc = d;
7685
7403
  }
7686
7404
  }) : a.dicData = [];
7687
7405
  } else if (["upload"].includes(a.type)) {
@@ -7733,9 +7451,9 @@ const FyFormDesign_vue_vue_type_style_index_0_lang = "", __vue2_script = {
7733
7451
  });
7734
7452
  },
7735
7453
  getData() {
7736
- return f(this, arguments, function* (t = "json", s = {}) {
7454
+ return h(this, arguments, function* (t = "json", s = {}) {
7737
7455
  if (t === "string")
7738
- return convert(yield this.transformToAvueOptions(this.widgetForm), m({
7456
+ return convert(yield this.transformToAvueOptions(this.widgetForm), r({
7739
7457
  minify: !0
7740
7458
  }, s));
7741
7459
  if (t === "app") {
@@ -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-3235e132]{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}