@farris/ui-vue 1.7.1 → 1.7.2-beta.2

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 (431) hide show
  1. package/components/accordion/index.esm.js +312 -61
  2. package/components/accordion/index.umd.cjs +1 -1
  3. package/components/avatar/index.esm.js +1492 -59
  4. package/components/avatar/index.umd.cjs +1 -1
  5. package/components/binding-selector/index.esm.js +752 -8
  6. package/components/binding-selector/index.umd.cjs +1 -1
  7. package/components/button-edit/index.esm.js +1 -1
  8. package/components/button-edit/index.umd.cjs +1 -1
  9. package/components/button-group/index.esm.js +266 -110
  10. package/components/button-group/index.umd.cjs +1 -1
  11. package/components/calendar/index.esm.js +344 -341
  12. package/components/calendar/index.umd.cjs +3 -3
  13. package/components/code-editor/index.esm.js +237 -169
  14. package/components/code-editor/index.umd.cjs +3 -3
  15. package/components/collection-property-editor/index.esm.js +302 -299
  16. package/components/collection-property-editor/index.umd.cjs +2 -2
  17. package/components/color-picker/index.esm.js +812 -502
  18. package/components/color-picker/index.umd.cjs +1 -1
  19. package/components/combo-list/index.esm.js +329 -292
  20. package/components/combo-list/index.umd.cjs +1 -1
  21. package/components/combo-tree/index.esm.js +355 -174
  22. package/components/combo-tree/index.umd.cjs +1 -1
  23. package/components/comment/index.esm.js +294 -291
  24. package/components/comment/index.umd.cjs +6 -6
  25. package/components/common/index.esm.js +1 -1
  26. package/components/common/index.umd.cjs +1 -1
  27. package/components/component/index.esm.js +4390 -2708
  28. package/components/component/index.umd.cjs +8 -1
  29. package/components/condition/index.esm.js +3140 -487
  30. package/components/condition/index.umd.cjs +8 -1
  31. package/components/data-grid/index.esm.js +4 -2
  32. package/components/data-grid/index.umd.cjs +1 -1
  33. package/components/data-view/index.esm.js +1859 -1832
  34. package/components/data-view/index.umd.cjs +1 -1
  35. package/components/date-picker/index.esm.js +1 -1
  36. package/components/date-picker/index.umd.cjs +1 -1
  37. package/components/designer-canvas/index.esm.js +3731 -2717
  38. package/components/designer-canvas/index.umd.cjs +1 -1
  39. package/components/drawer/index.esm.js +417 -405
  40. package/components/drawer/index.umd.cjs +2 -2
  41. package/components/dropdown/index.esm.js +373 -124
  42. package/components/dropdown/index.umd.cjs +2 -2
  43. package/components/dynamic-form/index.esm.js +1245 -1895
  44. package/components/dynamic-form/index.umd.cjs +1 -1
  45. package/components/dynamic-resolver/index.esm.js +275 -271
  46. package/components/dynamic-resolver/index.umd.cjs +2 -2
  47. package/components/dynamic-view/index.esm.js +529 -450
  48. package/components/dynamic-view/index.umd.cjs +1 -1
  49. package/components/event-parameter/index.esm.js +1 -1
  50. package/components/event-parameter/index.umd.cjs +1 -1
  51. package/components/events-editor/index.esm.js +2613 -1544
  52. package/components/events-editor/index.umd.cjs +3 -3
  53. package/components/expression-editor/index.css +1 -1
  54. package/components/expression-editor/index.esm.js +7376 -2
  55. package/components/expression-editor/index.umd.cjs +427 -1
  56. package/components/fieldset/index.esm.js +1 -1
  57. package/components/fieldset/index.umd.cjs +1 -1
  58. package/components/filter-bar/index.esm.js +423 -415
  59. package/components/filter-bar/index.umd.cjs +2 -2
  60. package/components/filter-condition-editor/index.css +1 -1
  61. package/components/filter-condition-editor/index.esm.js +9049 -425
  62. package/components/filter-condition-editor/index.umd.cjs +427 -1
  63. package/components/html-template/index.esm.js +33 -36
  64. package/components/html-template/index.umd.cjs +1 -1
  65. package/components/image/index.esm.js +364 -355
  66. package/components/image/index.umd.cjs +2 -2
  67. package/components/image-cropper/index.esm.js +615 -361
  68. package/components/image-cropper/index.umd.cjs +1 -1
  69. package/components/json-editor/index.esm.js +325 -247
  70. package/components/json-editor/index.umd.cjs +1 -1
  71. package/components/language-textbox/index.esm.js +411 -409
  72. package/components/language-textbox/index.umd.cjs +2 -2
  73. package/components/layout/index.esm.js +549 -163
  74. package/components/layout/index.umd.cjs +1 -1
  75. package/components/list-nav/index.esm.js +837 -39
  76. package/components/list-nav/index.umd.cjs +1 -1
  77. package/components/list-view/index.esm.js +427 -646
  78. package/components/list-view/index.umd.cjs +6 -6
  79. package/components/lookup/index.esm.js +3624 -3625
  80. package/components/lookup/index.umd.cjs +1 -1
  81. package/components/mapping-editor/index.esm.js +5 -3
  82. package/components/mapping-editor/index.umd.cjs +1 -1
  83. package/components/menu-lookup/index.esm.js +577 -536
  84. package/components/menu-lookup/index.umd.cjs +6 -6
  85. package/components/nav/index.esm.js +311 -31
  86. package/components/nav/index.umd.cjs +1 -1
  87. package/components/number-range/index.esm.js +1641 -189
  88. package/components/number-range/index.umd.cjs +1 -1
  89. package/components/number-spinner/index.esm.js +82 -82
  90. package/components/number-spinner/index.umd.cjs +1 -1
  91. package/components/order/index.esm.js +1196 -851
  92. package/components/order/index.umd.cjs +6 -6
  93. package/components/page-footer/index.esm.js +331 -48
  94. package/components/page-footer/index.umd.cjs +1 -1
  95. package/components/page-header/index.esm.js +110 -116
  96. package/components/page-header/index.umd.cjs +1 -1
  97. package/components/pagination/index.esm.js +509 -232
  98. package/components/pagination/index.umd.cjs +1 -1
  99. package/components/progress/index.esm.js +353 -148
  100. package/components/progress/index.umd.cjs +3 -3
  101. package/components/property-editor/index.esm.js +157 -153
  102. package/components/property-editor/index.umd.cjs +1 -1
  103. package/components/property-panel/index.esm.js +1817 -854
  104. package/components/property-panel/index.umd.cjs +12 -5
  105. package/components/query-solution/index.css +1 -1
  106. package/components/query-solution/index.esm.js +6858 -3984
  107. package/components/query-solution/index.umd.cjs +13 -6
  108. package/components/response-layout/index.esm.js +1 -1
  109. package/components/response-layout/index.umd.cjs +1 -1
  110. package/components/schema-selector/index.esm.js +2448 -2222
  111. package/components/schema-selector/index.umd.cjs +7 -7
  112. package/components/search-box/index.esm.js +244 -72
  113. package/components/search-box/index.umd.cjs +1 -1
  114. package/components/section/index.esm.js +212 -209
  115. package/components/section/index.umd.cjs +2 -2
  116. package/components/smoke-detector/index.esm.js +179 -8
  117. package/components/smoke-detector/index.umd.cjs +1 -1
  118. package/components/sort-condition-editor/index.css +1 -0
  119. package/components/sort-condition-editor/index.esm.js +9493 -4
  120. package/components/sort-condition-editor/index.umd.cjs +427 -1
  121. package/components/splitter/index.esm.js +1172 -142
  122. package/components/splitter/index.umd.cjs +1 -1
  123. package/components/step/index.esm.js +47 -48
  124. package/components/step/index.umd.cjs +1 -1
  125. package/components/tabs/index.esm.js +490 -419
  126. package/components/tabs/index.umd.cjs +1 -1
  127. package/components/text/index.esm.js +217 -73
  128. package/components/text/index.umd.cjs +1 -1
  129. package/components/textarea/index.esm.js +29 -27
  130. package/components/textarea/index.umd.cjs +2 -2
  131. package/components/transfer/index.esm.js +760 -543
  132. package/components/transfer/index.umd.cjs +5 -5
  133. package/components/tree-grid/index.esm.js +129 -128
  134. package/components/tree-grid/index.umd.cjs +1 -1
  135. package/components/tree-view/index.esm.js +320 -153
  136. package/components/tree-view/index.umd.cjs +1 -1
  137. package/components/uploader/index.esm.js +1112 -607
  138. package/components/uploader/index.umd.cjs +2 -2
  139. package/components/verify-detail/index.esm.js +359 -106
  140. package/components/verify-detail/index.umd.cjs +1 -1
  141. package/components/video/index.esm.js +222 -89
  142. package/components/video/index.umd.cjs +1 -1
  143. package/components/weather/index.esm.js +290 -199
  144. package/components/weather/index.umd.cjs +1 -1
  145. package/designer/data-grid/index.esm.js +5301 -4507
  146. package/designer/data-grid/index.umd.cjs +17 -10
  147. package/designer/drawer/index.esm.js +626 -615
  148. package/designer/drawer/index.umd.cjs +2 -2
  149. package/designer/dynamic-form/index.esm.js +2043 -1290
  150. package/designer/dynamic-form/index.umd.cjs +8 -1
  151. package/designer/farris-designer.all.esm.js +14263 -12505
  152. package/designer/farris-designer.all.umd.cjs +16 -16
  153. package/designer/list-view/index.esm.js +327 -327
  154. package/designer/list-view/index.umd.cjs +3 -3
  155. package/designer/modal/index.esm.js +29 -137
  156. package/designer/modal/index.umd.cjs +1 -1
  157. package/designer/radio-group/index.esm.js +238 -232
  158. package/designer/radio-group/index.umd.cjs +1 -1
  159. package/designer/response-layout-editor/index.esm.js +178 -171
  160. package/designer/response-layout-editor/index.umd.cjs +1 -1
  161. package/designer/response-toolbar/index.esm.js +1 -1
  162. package/designer/response-toolbar/index.umd.cjs +1 -1
  163. package/designer/section/index.esm.js +1 -6
  164. package/designer/section/index.umd.cjs +1 -1
  165. package/designer/tabs/index.esm.js +3431 -2493
  166. package/designer/tabs/index.umd.cjs +2 -2
  167. package/designer/time-picker/index.esm.js +195 -188
  168. package/designer/time-picker/index.umd.cjs +1 -1
  169. package/designer/tree-grid/index.esm.js +822 -464
  170. package/designer/tree-grid/index.umd.cjs +1 -1
  171. package/farris.all.esm.js +77525 -74884
  172. package/farris.all.umd.cjs +93 -93
  173. package/index.css +1 -1
  174. package/package.json +1 -1
  175. package/types/accordion/src/accordion.props.d.ts +1 -0
  176. package/types/accordion/src/components/accordion-item.props.d.ts +1 -0
  177. package/types/avatar/src/avatar.props.d.ts +1 -0
  178. package/types/binding-selector/index.d.ts +54 -0
  179. package/types/binding-selector/src/binding-selector.props.d.ts +1 -0
  180. package/types/button-group/index.d.ts +0 -15
  181. package/types/button-group/src/button-group.props.d.ts +1 -0
  182. package/types/code-editor/index.d.ts +1 -0
  183. package/types/code-editor/src/code-textbox.component.d.ts +6 -6
  184. package/types/code-editor/src/code-textbox.props.d.ts +2 -0
  185. package/types/color-picker/index.d.ts +15 -0
  186. package/types/color-picker/src/color-picker.props.d.ts +1 -0
  187. package/types/combo-list/src/composition/use-data-source.d.ts +2 -1
  188. package/types/combo-tree/src/combo-tree.props.d.ts +1 -0
  189. package/types/component/index.d.ts +2 -0
  190. package/types/component/src/component.props.d.ts +8 -0
  191. package/types/components.d.ts +8 -1
  192. package/types/condition/index.d.ts +55 -0
  193. package/types/condition/src/composition/condition-value/dropdown-value.d.ts +4 -0
  194. package/types/data-view/composition/types.d.ts +1 -1
  195. package/types/designer-canvas/src/composition/dg-control.d.ts +24 -0
  196. package/types/designer-toolbox/index.d.ts +3 -0
  197. package/types/designer-toolbox/src/toolbox.component.d.ts +14 -0
  198. package/types/designer-toolbox/src/toolbox.props.d.ts +29 -0
  199. package/types/designer-toolbox/src/types.d.ts +21 -0
  200. package/types/designer.d.ts +13 -0
  201. package/types/dropdown/index.d.ts +6 -27
  202. package/types/dropdown/src/dropdown.item.component.d.ts +1 -1
  203. package/types/dropdown/src/dropdown.props.d.ts +1 -0
  204. package/types/dynamic-form/designer.d.ts +1 -4
  205. package/types/dynamic-form/index.d.ts +6 -11
  206. package/types/dynamic-form/src/component/dynamic-form-label/dynamic-form-label.component.d.ts +3 -3
  207. package/types/dynamic-form/src/designer/dynamic-form.design.component.d.ts +8 -0
  208. package/types/dynamic-form/src/designer/response-form.design.props.d.ts +14 -0
  209. package/types/dynamic-form/src/designer/use-dynamic-form-rules.d.ts +2 -0
  210. package/types/dynamic-form/src/dynamic-form.component.d.ts +8 -0
  211. package/types/dynamic-form/src/response-form.props.d.ts +13 -1
  212. package/types/dynamic-form/src/schema/response-form-schema-resolver.d.ts +1 -0
  213. package/types/dynamic-form/src/types.d.ts +1 -0
  214. package/types/dynamic-resolver/index.d.ts +0 -3
  215. package/types/dynamic-resolver/src/resolver/property-config/property-config-resolver-design.d.ts +1 -1
  216. package/types/dynamic-resolver/src/resolver/property-config/property-config-resolver.d.ts +1 -1
  217. package/types/dynamic-resolver/src/resolver/property-config/use-property-config-resolver.d.ts +2 -2
  218. package/types/dynamic-resolver/src/resolver/schema/schema-resolver-design.d.ts +1 -1
  219. package/types/dynamic-resolver/src/resolver/schema/schema-resolver.d.ts +1 -1
  220. package/types/dynamic-resolver/src/types.d.ts +1 -0
  221. package/types/dynamic-view/index.d.ts +43 -3
  222. package/types/dynamic-view/src/components/maps.d.ts +110 -98
  223. package/types/dynamic-view/src/composition/index.d.ts +5 -0
  224. package/types/dynamic-view/src/composition/use-utils.d.ts +12 -0
  225. package/types/dynamic-view/src/dynamic-view.component.d.ts +6 -6
  226. package/types/{binding-selector/designer.d.ts → expression-editor/index.d.ts} +6 -6
  227. package/types/filter-condition-editor/index.d.ts +9 -0
  228. package/types/filter-condition-editor/src/components/filter-condition-grid.component.d.ts +12 -12
  229. package/types/filter-condition-editor/src/components/sort-editor-grid.component.d.ts +12 -12
  230. package/types/filter-condition-editor/src/filter-condition-editor.props.d.ts +1 -0
  231. package/types/flow-canvas/index.d.ts +3 -0
  232. package/types/flow-canvas/src/components/flow-node-item.component.d.ts +8 -0
  233. package/types/flow-canvas/src/components/flow-node-item.props.d.ts +3 -0
  234. package/types/flow-canvas/src/composition/types.d.ts +42 -0
  235. package/types/flow-canvas/src/composition/use-bezier-curve.d.ts +2 -0
  236. package/types/flow-canvas/src/composition/use-connections.d.ts +2 -0
  237. package/types/flow-canvas/src/composition/use-curve.d.ts +4 -0
  238. package/types/flow-canvas/src/composition/use-drawing-bezier.d.ts +2 -0
  239. package/types/flow-canvas/src/composition/use-drawing.d.ts +4 -0
  240. package/types/flow-canvas/src/flow-canvas.component.d.ts +8 -0
  241. package/types/flow-canvas/src/flow-canvas.props.d.ts +3 -0
  242. package/types/image-cropper/src/image-cropper.props.d.ts +1 -0
  243. package/types/index.d.ts +1 -0
  244. package/types/json-editor/src/json-editor.props.d.ts +1 -0
  245. package/types/language-textbox/index.d.ts +3 -3
  246. package/types/language-textbox/src/components/language-contents.component.d.ts +1 -1
  247. package/types/language-textbox/src/language-textbox.component.d.ts +1 -1
  248. package/types/layout/index.d.ts +0 -1
  249. package/types/layout/src/components/layout-pane.props.d.ts +1 -0
  250. package/types/layout/src/designer/layout-pane-use-designer-rules.d.ts +2 -0
  251. package/types/layout/src/designer/layout-pane.design.component.d.ts +8 -0
  252. package/types/layout/src/designer/layout-use-designer-rules.d.ts +2 -0
  253. package/types/layout/src/designer/layout.design.component.d.ts +8 -0
  254. package/types/layout/src/layout.props.d.ts +1 -0
  255. package/types/layout/src/schema/schema-mapper.d.ts +2 -0
  256. package/types/layout/src/schema/schema-resolver.d.ts +2 -0
  257. package/types/list-nav/index.d.ts +5 -24
  258. package/types/list-nav/src/designer/use-designer-rules.d.ts +2 -0
  259. package/types/list-nav/src/list-nav.props.d.ts +1 -0
  260. package/types/list-nav/src/property-config/list-nav.property-config.d.ts +8 -0
  261. package/types/list-nav/src/schema/schema-mapper.d.ts +2 -0
  262. package/types/list-nav/src/schema/schema-resolver.d.ts +2 -0
  263. package/types/list-view/index.d.ts +0 -1
  264. package/types/list-view/src/composition/use-draggable.d.ts +1 -1
  265. package/types/lookup/index.d.ts +1 -1
  266. package/types/lookup/src/components/popup-container.component.d.ts +3 -3
  267. package/types/menu-lookup/src/menu-lookup.props.d.ts +1 -0
  268. package/types/modal/designer.d.ts +0 -2
  269. package/types/nav/index.d.ts +20 -24
  270. package/types/nav/src/nav.props.d.ts +1 -0
  271. package/types/number-range/src/number-range.props.d.ts +1 -0
  272. package/types/order/index.d.ts +5 -36
  273. package/types/order/src/designer/order.design.component.d.ts +1 -1
  274. package/types/order/src/order.props.d.ts +1 -0
  275. package/types/page-footer/index.d.ts +2 -0
  276. package/types/page-footer/src/page-footer.props.d.ts +1 -0
  277. package/types/pagination/index.d.ts +0 -15
  278. package/types/pagination/src/pagination.props.d.ts +1 -0
  279. package/types/progress/src/progress.props.d.ts +1 -0
  280. package/types/property-panel/src/property-panel.component.d.ts +3 -3
  281. package/types/query-solution/index.d.ts +2 -1
  282. package/types/radio-group/designer.d.ts +1 -2
  283. package/types/search-box/index.d.ts +17 -1
  284. package/types/search-box/src/search-box.props.d.ts +1 -0
  285. package/types/section/designer.d.ts +0 -1
  286. package/types/smoke-detector/index.d.ts +2 -0
  287. package/types/smoke-detector/src/smoke-detector.props.d.ts +1 -0
  288. package/types/sort-condition-editor/index.d.ts +7 -2
  289. package/types/sort-condition-editor/src/sort-condition-editor.props.d.ts +1 -0
  290. package/types/splitter/index.d.ts +0 -1
  291. package/types/splitter/src/components/splitter-pane.props.d.ts +1 -0
  292. package/types/splitter/src/splitter.props.d.ts +1 -0
  293. package/types/tabs/designer.d.ts +0 -1
  294. package/types/tabs/index.d.ts +1 -0
  295. package/types/text/index.d.ts +20 -24
  296. package/types/text/src/text.props.d.ts +1 -0
  297. package/types/transfer/src/transfer.props.d.ts +1 -0
  298. package/types/tree-view/src/tree-view.props.d.ts +1 -0
  299. package/types/uploader/src/uploader.props.d.ts +1 -0
  300. package/types/verify-detail/index.d.ts +5 -58
  301. package/types/verify-detail/src/designer/verify-detail.design.component.d.ts +8 -8
  302. package/types/verify-detail/src/verify-detail.props.d.ts +1 -0
  303. package/types/video/index.d.ts +20 -24
  304. package/types/video/src/video.props.d.ts +1 -0
  305. package/components/dynamic-form/index.css +0 -1
  306. package/designer/accordion/index.esm.js +0 -257
  307. package/designer/accordion/index.umd.cjs +0 -1
  308. package/designer/avatar/index.esm.js +0 -1460
  309. package/designer/avatar/index.umd.cjs +0 -1
  310. package/designer/binding-selector/index.esm.js +0 -792
  311. package/designer/binding-selector/index.umd.cjs +0 -1
  312. package/designer/button-group/index.esm.js +0 -282
  313. package/designer/button-group/index.umd.cjs +0 -1
  314. package/designer/code-editor/index.esm.js +0 -75
  315. package/designer/code-editor/index.umd.cjs +0 -1
  316. package/designer/color-picker/index.esm.js +0 -1096
  317. package/designer/color-picker/index.umd.cjs +0 -1
  318. package/designer/combo-list/index.esm.js +0 -1095
  319. package/designer/combo-list/index.umd.cjs +0 -1
  320. package/designer/combo-tree/index.esm.js +0 -186
  321. package/designer/combo-tree/index.umd.cjs +0 -1
  322. package/designer/component/index.css +0 -1
  323. package/designer/component/index.esm.js +0 -5002
  324. package/designer/component/index.umd.cjs +0 -1
  325. package/designer/condition/index.esm.js +0 -1899
  326. package/designer/condition/index.umd.cjs +0 -1
  327. package/designer/dropdown/index.esm.js +0 -261
  328. package/designer/dropdown/index.umd.cjs +0 -1
  329. package/designer/expression-editor/index.css +0 -1
  330. package/designer/expression-editor/index.esm.js +0 -7006
  331. package/designer/expression-editor/index.umd.cjs +0 -427
  332. package/designer/filter-condition-editor/index.css +0 -1
  333. package/designer/filter-condition-editor/index.esm.js +0 -4795
  334. package/designer/filter-condition-editor/index.umd.cjs +0 -1
  335. package/designer/html-template/index.esm.js +0 -718
  336. package/designer/html-template/index.umd.cjs +0 -1
  337. package/designer/image-cropper/index.esm.js +0 -765
  338. package/designer/image-cropper/index.umd.cjs +0 -1
  339. package/designer/json-editor/index.esm.js +0 -83
  340. package/designer/json-editor/index.umd.cjs +0 -1
  341. package/designer/language-textbox/index.esm.js +0 -783
  342. package/designer/language-textbox/index.umd.cjs +0 -8
  343. package/designer/layout/index.esm.js +0 -430
  344. package/designer/layout/index.umd.cjs +0 -1
  345. package/designer/list-nav/index.esm.js +0 -802
  346. package/designer/list-nav/index.umd.cjs +0 -1
  347. package/designer/lookup/index.esm.js +0 -2083
  348. package/designer/lookup/index.umd.cjs +0 -1
  349. package/designer/menu-lookup/index.esm.js +0 -46
  350. package/designer/menu-lookup/index.umd.cjs +0 -1
  351. package/designer/nav/index.esm.js +0 -284
  352. package/designer/nav/index.umd.cjs +0 -1
  353. package/designer/number-range/index.esm.js +0 -1616
  354. package/designer/number-range/index.umd.cjs +0 -1
  355. package/designer/order/index.css +0 -1
  356. package/designer/order/index.esm.js +0 -2196
  357. package/designer/order/index.umd.cjs +0 -18
  358. package/designer/page-footer/index.esm.js +0 -290
  359. package/designer/page-footer/index.umd.cjs +0 -1
  360. package/designer/page-header/index.esm.js +0 -1003
  361. package/designer/page-header/index.umd.cjs +0 -1
  362. package/designer/pagination/index.esm.js +0 -591
  363. package/designer/pagination/index.umd.cjs +0 -1
  364. package/designer/progress/index.esm.js +0 -213
  365. package/designer/progress/index.umd.cjs +0 -1
  366. package/designer/search-box/index.esm.js +0 -245
  367. package/designer/search-box/index.umd.cjs +0 -1
  368. package/designer/smoke-detector/index.css +0 -1
  369. package/designer/smoke-detector/index.esm.js +0 -178
  370. package/designer/smoke-detector/index.umd.cjs +0 -1
  371. package/designer/sort-condition-editor/index.esm.js +0 -138
  372. package/designer/sort-condition-editor/index.umd.cjs +0 -1
  373. package/designer/splitter/index.esm.js +0 -1120
  374. package/designer/splitter/index.umd.cjs +0 -1
  375. package/designer/step/index.esm.js +0 -226
  376. package/designer/step/index.umd.cjs +0 -1
  377. package/designer/text/index.esm.js +0 -147
  378. package/designer/text/index.umd.cjs +0 -1
  379. package/designer/transfer/index.esm.js +0 -254
  380. package/designer/transfer/index.umd.cjs +0 -1
  381. package/designer/tree-view/index.esm.js +0 -313
  382. package/designer/tree-view/index.umd.cjs +0 -1
  383. package/designer/uploader/index.esm.js +0 -1190
  384. package/designer/uploader/index.umd.cjs +0 -2
  385. package/designer/verify-detail/index.esm.js +0 -258
  386. package/designer/verify-detail/index.umd.cjs +0 -1
  387. package/designer/video/index.esm.js +0 -136
  388. package/designer/video/index.umd.cjs +0 -1
  389. package/designer/weather/index.css +0 -1
  390. package/designer/weather/index.esm.js +0 -6244
  391. package/designer/weather/index.umd.cjs +0 -14
  392. package/types/accordion/designer.d.ts +0 -44
  393. package/types/avatar/designer.d.ts +0 -29
  394. package/types/button-group/designer.d.ts +0 -29
  395. package/types/code-editor/designer.d.ts +0 -5
  396. package/types/color-picker/designer.d.ts +0 -29
  397. package/types/combo-list/designer.d.ts +0 -29
  398. package/types/combo-list/src/designer/combo-list.design.props.d.ts +0 -6
  399. package/types/combo-tree/designer.d.ts +0 -5
  400. package/types/component/designer.d.ts +0 -35
  401. package/types/condition/designer.d.ts +0 -56
  402. package/types/dropdown/designer.d.ts +0 -6
  403. package/types/dynamic-form/src/composition/use-input-type-resolver.d.ts +0 -11
  404. package/types/expression-editor/designer.d.ts +0 -9
  405. package/types/filter-condition-editor/designer.d.ts +0 -10
  406. package/types/html-template/designer.d.ts +0 -31
  407. package/types/html-template/src/designer/html-template.design.props.d.ts +0 -9
  408. package/types/image-cropper/designer.d.ts +0 -4
  409. package/types/json-editor/designer.d.ts +0 -5
  410. package/types/menu-lookup/designer.d.ts +0 -5
  411. package/types/nav/designer.d.ts +0 -6
  412. package/types/number-range/designer.d.ts +0 -29
  413. package/types/order/designer.d.ts +0 -6
  414. package/types/page-footer/designer.d.ts +0 -6
  415. package/types/page-header/src/designer/page-header.design.props.d.ts +0 -20
  416. package/types/pagination/designer.d.ts +0 -29
  417. package/types/progress/designer.d.ts +0 -29
  418. package/types/search-box/designer.d.ts +0 -52
  419. package/types/smoke-detector/designer.d.ts +0 -6
  420. package/types/sort-condition-editor/designer.d.ts +0 -9
  421. package/types/splitter/designer.d.ts +0 -32
  422. package/types/step/designer.d.ts +0 -6
  423. package/types/text/designer.d.ts +0 -6
  424. package/types/transfer/designer.d.ts +0 -35
  425. package/types/tree-view/designer.d.ts +0 -29
  426. package/types/uploader/designer.d.ts +0 -141
  427. package/types/verify-detail/designer.d.ts +0 -6
  428. package/types/video/designer.d.ts +0 -6
  429. /package/{designer → components}/condition/index.css +0 -0
  430. /package/{designer → components}/uploader/index.css +0 -0
  431. /package/types/{dynamic-form/src/component/form-control/form-control.component.d.ts → list-nav/src/designer/list-nav.design.component.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
1
  var Kt = Object.defineProperty;
2
2
  var en = (e, t, n) => t in e ? Kt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var ke = (e, t, n) => en(e, typeof t != "symbol" ? t + "" : t, n);
4
- import { ref as P, computed as H, defineComponent as de, watch as qe, onUnmounted as tn, createVNode as d, withDirectives as nn, createTextVNode as q, resolveDirective as sn, resolveComponent as rn, onMounted as $e, mergeProps as on, inject as Ae } from "vue";
4
+ import { ref as P, computed as z, defineComponent as de, watch as qe, onUnmounted as tn, createVNode as d, withDirectives as nn, createTextVNode as q, resolveDirective as sn, resolveComponent as rn, onMounted as $e, mergeProps as on, inject as Ae } from "vue";
5
5
  import { isPlainObject as Ye, cloneDeep as Ce, debounce as an } from "lodash-es";
6
6
  import { getSchemaByType as ln, createPropsResolver as cn } from "../dynamic-resolver/index.esm.js";
7
7
  import { DgControl as un, useDesignerComponent as dn } from "../designer-canvas/index.esm.js";
@@ -95,7 +95,85 @@ const xn = "https://json-schema.org/draft/2020-12/schema", Tn = "https://farris-
95
95
  required: Pn,
96
96
  events: kn
97
97
  };
98
- function Fn(e = {}) {
98
+ function pt(e, t) {
99
+ let n;
100
+ function s(u) {
101
+ const { properties: h, title: b, ignore: a } = u, g = a && Array.isArray(a), p = Object.keys(h).reduce((C, x) => ((!g || !a.find((w) => w === x)) && (C[x] = h[x].type === "object" && h[x].properties ? s(h[x]) : Ce(h[x].default)), C), {});
102
+ if (b && (!g || !a.find((C) => C === "id"))) {
103
+ const C = b.toLowerCase().replace(/-/g, "_");
104
+ p.id = `${C}_${Math.random().toString().slice(2, 6)}`;
105
+ }
106
+ return p;
107
+ }
108
+ function r(u) {
109
+ const { properties: h, title: b, required: a } = u;
110
+ if (a && Array.isArray(a)) {
111
+ const g = a.reduce((p, C) => (p[C] = h[C].type === "object" && h[C].properties ? s(h[C]) : Ce(h[C].default), p), {});
112
+ if (b && a.find((p) => p === "id")) {
113
+ const p = b.toLowerCase().replace(/-/g, "_");
114
+ g.id = `${p}_${Math.random().toString().slice(2, 6)}`;
115
+ }
116
+ return g;
117
+ }
118
+ return {
119
+ type: b
120
+ };
121
+ }
122
+ function i(u, h = {}, b) {
123
+ const a = e[u];
124
+ if (a) {
125
+ let g = r(a);
126
+ const p = t[u];
127
+ return g = p ? p({ getSchemaByType: i }, g, h, b) : g, n != null && n.appendIdentifyForNewControl && n.appendIdentifyForNewControl(g), g;
128
+ }
129
+ return null;
130
+ }
131
+ function o(u, h) {
132
+ const b = s(h);
133
+ return Object.keys(b).reduce((a, g) => (Object.prototype.hasOwnProperty.call(u, g) && (a[g] && Ye(a[g]) && Ye(u[g] || !u[g]) ? Object.assign(a[g], u[g] || {}) : a[g] = u[g]), a), b), b;
134
+ }
135
+ function c(u, h) {
136
+ return Object.keys(u).filter((a) => u[a] != null).reduce((a, g) => {
137
+ if (h.has(g)) {
138
+ const p = h.get(g);
139
+ if (typeof p == "string")
140
+ a[p] = u[g];
141
+ else {
142
+ const C = p(g, u[g], u);
143
+ Object.assign(a, C);
144
+ }
145
+ } else
146
+ a[g] = u[g];
147
+ return a;
148
+ }, {});
149
+ }
150
+ function y(u, h, b = /* @__PURE__ */ new Map()) {
151
+ const a = o(u, h);
152
+ return c(a, b);
153
+ }
154
+ function f(u) {
155
+ var b;
156
+ const h = u.type;
157
+ if (h) {
158
+ const a = e[h];
159
+ if (!a)
160
+ return u;
161
+ const g = o(u, a), p = ((b = u.editor) == null ? void 0 : b.type) || "";
162
+ if (p) {
163
+ const C = e[p], x = o(u.editor, C);
164
+ g.editor = x;
165
+ }
166
+ return g;
167
+ }
168
+ return u;
169
+ }
170
+ function l(u) {
171
+ n = u;
172
+ }
173
+ return { getSchemaByType: i, resolveSchemaWithDefaultValue: f, resolveSchemaToProps: y, mappingSchemaToProps: c, setDesignerContext: l };
174
+ }
175
+ const gt = {}, ht = {}, { resolveSchemaWithDefaultValue: Fn, resolveSchemaToProps: Ln, mappingSchemaToProps: Rn } = pt(gt, ht);
176
+ function An(e = {}) {
99
177
  function t(f, l, u, h) {
100
178
  if (typeof u == "number")
101
179
  return h[f].length === u;
@@ -149,19 +227,19 @@ function Fn(e = {}) {
149
227
  }
150
228
  return { parseValueSchema: y };
151
229
  }
152
- const Rn = {
230
+ const Mn = {
153
231
  convertTo: (e, t, n, s) => {
154
232
  e.appearance || (e.appearance = {}), e.appearance[t] = n;
155
233
  },
156
234
  convertFrom: (e, t, n) => e.appearance ? e.appearance[t] : e[t]
157
- }, Ln = {
235
+ }, Nn = {
158
236
  convertFrom: (e, t, n) => e.buttons && e.buttons.length ? `共 ${e.buttons.length} 项` : "无"
159
- }, An = {
237
+ }, Bn = {
160
238
  convertTo: (e, t, n, s) => {
161
239
  e.editor && (e.editor[t] = n);
162
240
  },
163
241
  convertFrom: (e, t, n) => e.editor && Object.prototype.hasOwnProperty.call(e.editor, t) ? e.editor[t] : e[t]
164
- }, Mn = {
242
+ }, In = {
165
243
  button: { type: "button", name: "按钮" },
166
244
  "response-toolbar": { type: "response-toolbar", name: "工具栏" },
167
245
  "response-toolbar-item": { type: "response-toolbar-item", name: "按钮" },
@@ -215,19 +293,24 @@ const Rn = {
215
293
  "discussion-list": { type: "discussion-list", name: "评论列表" },
216
294
  comment: { type: "comment", name: "评论区" },
217
295
  "rich-text-editor": { type: "rich-text-editor", name: "富文本", icon: "rich-text-box" },
218
- calendar: { type: "calendar", name: "日历", icon: "date-picker" }
219
- }, Nn = {
296
+ calendar: { type: "calendar", name: "日历", icon: "date-picker" },
297
+ wizard: { type: "wizard", name: "向导", icon: "wizard" },
298
+ "wizard-page": { type: "wizard-page", name: "向导页", icon: "wizard" },
299
+ "wizard-page-detail": { type: "wizard-page-detail", name: "向导详情", icon: "wizard" },
300
+ step: { type: "step", name: "步骤条", icon: "step" },
301
+ "dynamic-form": { type: "dynamic-form", name: "动态表单" }
302
+ }, Un = {
220
303
  convertFrom: (e, t, n) => {
221
304
  var r;
222
305
  const s = e.editor && e.editor[t] ? e.editor[t] : e[t];
223
- return ((r = Mn[s]) == null ? void 0 : r.name) || s;
306
+ return ((r = In[s]) == null ? void 0 : r.name) || s;
224
307
  }
225
- }, Bn = {
308
+ }, qn = {
226
309
  convertTo: (e, t, n, s) => {
227
310
  e[t] = e[t];
228
311
  },
229
312
  convertFrom: (e, t, n) => e.editor ? n.getRealEditorType(e.editor.type) : ""
230
- }, In = {
313
+ }, $n = {
231
314
  convertTo: (e, t, n, s) => {
232
315
  (e.type === "data-grid-column" || e.type === "tree-grid-column") && (e.formatter ? e.formatter[t] = n : e.formatter = {
233
316
  [t]: n
@@ -255,10 +338,12 @@ const Rn = {
255
338
  return e.formatter.customFormat;
256
339
  if (t === "type")
257
340
  return e.formatter.type || "none";
341
+ if (t === "customFormat")
342
+ return e.formmater.customFormat;
258
343
  }
259
344
  return "none";
260
345
  }
261
- }, Un = {
346
+ }, jn = {
262
347
  convertTo: (e, t, n, s) => {
263
348
  e.command ? e.command[t] = n : e.command = {
264
349
  [t]: n
@@ -276,29 +361,17 @@ const Rn = {
276
361
  ]), t === "enableType" && n === "custom" && (e.command.enable = !0, e.command.commands = [
277
362
  {
278
363
  value: "add",
279
- text: {
280
- en: "add",
281
- "zh-CHS": "增加",
282
- "zh-CHT": "增加"
283
- },
364
+ text: "增加",
284
365
  type: "link"
285
366
  },
286
367
  {
287
368
  value: "edit",
288
- text: {
289
- en: "edit",
290
- "zh-CHS": "编辑",
291
- "zh-CHT": "編輯"
292
- },
369
+ text: "编辑",
293
370
  type: "danger"
294
371
  },
295
372
  {
296
373
  value: "remove",
297
- text: {
298
- en: "remove",
299
- "zh-CHS": "删除",
300
- "zh-CHT": "刪除"
301
- },
374
+ text: "删除",
302
375
  type: "remove"
303
376
  }
304
377
  ]), t === "enableType" && n === "unable" && (e.command.enable = !1);
@@ -316,10 +389,12 @@ const Rn = {
316
389
  return e.command.formatter;
317
390
  if (t === "count")
318
391
  return e.command.count;
392
+ if (t === "columnWidth")
393
+ return e.command.columnWidth || 150;
319
394
  }
320
395
  return "";
321
396
  }
322
- }, qn = {
397
+ }, Vn = {
323
398
  convertTo: (e, t, n, s) => {
324
399
  e.column ? e.column[t] = n : e.column = {
325
400
  [t]: n
@@ -334,7 +409,7 @@ const Rn = {
334
409
  }
335
410
  return "";
336
411
  }
337
- }, $n = {
412
+ }, zn = {
338
413
  convertTo: (e, t, n, s) => {
339
414
  e.summary ? e.summary[t] = n : e.summary = {
340
415
  [t]: n
@@ -343,8 +418,11 @@ const Rn = {
343
418
  groupFields: []
344
419
  });
345
420
  },
346
- convertFrom: (e, t, n) => e.summary && t === "enable" ? e.summary.enable : e.type === "data-grid-column" ? e.enableSummary === void 0 ? !1 : e.enableSummary : ""
347
- }, jn = {
421
+ convertFrom: (e, t, n) => {
422
+ var s;
423
+ return t === "customSummaryStyle" ? e.summary.customSummaryStyle : t === "position" ? ((s = e.summary) == null ? void 0 : s[t]) || "bottom" : e.summary && t === "enable" ? e.summary.enable : e.type === "data-grid-column" ? e.enableSummary === void 0 ? !1 : e.enableSummary : "";
424
+ }
425
+ }, Hn = {
348
426
  convertTo: (e, t, n, s) => {
349
427
  e.group ? e.group[t] = n : e.group = {
350
428
  [t]: n
@@ -362,7 +440,7 @@ const Rn = {
362
440
  return e.group.showSummary;
363
441
  }
364
442
  }
365
- }, Vn = {
443
+ }, Wn = {
366
444
  convertFrom: (e, t) => e.binding ? e.binding.path : "",
367
445
  convertTo: (e, t, n) => {
368
446
  if (n && n.length > 0) {
@@ -370,17 +448,17 @@ const Rn = {
370
448
  e.binding || (e.binding = {}), e.binding.type = "Form", e.binding.path = s.bindingField, e.binding.field = s.id, e.binding.fullPath = s.path, e.path = s.bindingPath;
371
449
  }
372
450
  }
373
- }, Hn = {
451
+ }, _n = {
374
452
  convertTo: (e, t, n, s) => {
375
- e.pagination || (e.pagination = {}), e.pagination[t] = n;
453
+ e.pagination || (e.pagination = {}), t === "sizeLimits" ? e.pagination.sizeLimits = n.split(",") : e.pagination[t] = n;
376
454
  },
377
- convertFrom: (e, t, n) => e.pagination ? e.pagination[t] : e[t]
378
- }, _n = {
455
+ convertFrom: (e, t, n) => e.pagination ? t === "sizeLimits" ? e.pagination.sizeLimits.join(",") : e.pagination[t] : e[t]
456
+ }, Jn = {
379
457
  convertTo: (e, t, n, s) => {
380
458
  e.rowNumber || (e.rowNumber = {}), e.rowNumber[t] = n;
381
459
  },
382
460
  convertFrom: (e, t, n) => e.rowNumber ? e.rowNumber[t] : e[t]
383
- }, Wn = {
461
+ }, Yn = {
384
462
  convertTo: (e, t, n, s) => {
385
463
  e.selection || (e.selection = {}), e.selection[t] = n;
386
464
  },
@@ -388,24 +466,24 @@ const Rn = {
388
466
  var s, r;
389
467
  return t === "showCheckbox" ? (s = e.selection) != null && s.multiSelect ? !0 : (r = e.selection) == null ? void 0 : r.showCheckbox : e.selection ? e.selection[t] : e[t];
390
468
  }
391
- }, zn = {
469
+ }, Gn = {
392
470
  convertFrom: (e, t, n) => e[t] && e[t].length ? `共 ${e[t].length} 项` : ""
393
- }, Jn = {
471
+ }, Qn = {
394
472
  convertFrom: (e, t) => e[t] || "",
395
473
  convertTo: (e, t, n) => {
396
474
  e[t] = n;
397
475
  }
398
- }, Yn = {
476
+ }, Xn = {
399
477
  convertTo: (e, t, n, s) => {
400
478
  e.size || (e.size = {}), e.size[t] = n;
401
479
  },
402
480
  convertFrom: (e, t, n) => e.size ? e.size[t] : e[t]
403
- }, Gn = {
481
+ }, Zn = {
404
482
  convertFrom: (e, t, n) => {
405
483
  var s, r;
406
484
  return (s = e.formatter) != null && s.data && t === "formatterEnumData" && !e.formatterEnumData ? (r = e.formatter) == null ? void 0 : r.data : e.formatterEnumData;
407
485
  }
408
- }, Qn = {
486
+ }, Kn = {
409
487
  convertTo: (e, t, n, s) => {
410
488
  e.sort || (e.sort = {}), e.sort[t] = n;
411
489
  },
@@ -416,7 +494,7 @@ const Rn = {
416
494
  if (t === "multiSort")
417
495
  return !!((r = e.sort) != null && r.multiSort);
418
496
  }
419
- }, Xn = {
497
+ }, es = {
420
498
  convertTo: (e, t, n, s) => {
421
499
  e.filter || (e.filter = {}), e.filter[t] = n;
422
500
  },
@@ -425,7 +503,7 @@ const Rn = {
425
503
  if (t === "mode")
426
504
  return ((s = e.filter) == null ? void 0 : s.mode) || "client";
427
505
  }
428
- }, Zn = {
506
+ }, ts = {
429
507
  convertTo: (e, t, n, s) => {
430
508
  e.rowOption ? e.rowOption[t] = n : e.rowOption = {
431
509
  [t]: n
@@ -437,10 +515,12 @@ const Rn = {
437
515
  return e.rowOption.customRowStyle;
438
516
  if (t === "customCellStyle")
439
517
  return e.rowOption.customCellStyle;
518
+ if (t === "height")
519
+ return e.rowOption.height;
440
520
  }
441
521
  return "";
442
522
  }
443
- }, Kn = {
523
+ }, ns = {
444
524
  convertTo: (e, t, n, s) => {
445
525
  (e.type === "data-grid-column" || e.type === "tree-grid-column") && (e[t] = n, t === "columnTemplateType" && n === "hyperlink" && (e.onClickLinkCommand ? e.columnTemplate = `
446
526
  <span class="f-pretend-link f-cursor-pointer"
@@ -453,30 +533,30 @@ const Rn = {
453
533
  },
454
534
  convertFrom: (e, t, n) => t === "columnTemplate" ? e.columnTemplate : t === "columnTemplateType" ? e.columnTemplateType ? e.columnTemplateType || "default" : e.columnTemplate && !e.onClickLinkCommand ? "custom" : e.columnTemplate && e.onClickLinkCommand ? "hyperlink" : "default" : ""
455
535
  };
456
- function pt(e, t, n) {
536
+ function yt(e, t, n) {
457
537
  const s = /* @__PURE__ */ new Map([
458
- ["/converter/appearance.converter", Rn],
459
- ["/converter/buttons.converter", Ln],
460
- ["/converter/property-editor.converter", An],
461
- ["/converter/items-count.converter", zn],
462
- ["/converter/type.converter", Nn],
463
- ["/converter/change-editor.converter", Bn],
464
- ["/converter/change-formatter.converter", In],
465
- ["/converter/column-command.converter", Un],
466
- ["/converter/column-option.converter", qn],
467
- ["/converter/summary.converter", $n],
468
- ["/converter/group.converter", jn],
469
- ["/converter/form-group-label.converter", Jn],
470
- ["/converter/field-selector.converter", Vn],
471
- ["/converter/pagination.converter", Hn],
472
- ["/converter/row-number.converter", _n],
473
- ["/converter/grid-selection.converter", Wn],
474
- ["/converter/size.converter", Yn],
475
- ["/converter/change-formatter-enum.converter", Gn],
476
- ["/converter/grid-sort.converter", Qn],
477
- ["/converter/grid-filter.converter", Xn],
478
- ["/converter/row-option.converter", Zn],
479
- ["/converter/change-formatter-type.converter", Kn]
538
+ ["/converter/appearance.converter", Mn],
539
+ ["/converter/buttons.converter", Nn],
540
+ ["/converter/property-editor.converter", Bn],
541
+ ["/converter/items-count.converter", Gn],
542
+ ["/converter/type.converter", Un],
543
+ ["/converter/change-editor.converter", qn],
544
+ ["/converter/change-formatter.converter", $n],
545
+ ["/converter/column-command.converter", jn],
546
+ ["/converter/column-option.converter", Vn],
547
+ ["/converter/summary.converter", zn],
548
+ ["/converter/group.converter", Hn],
549
+ ["/converter/form-group-label.converter", Qn],
550
+ ["/converter/field-selector.converter", Wn],
551
+ ["/converter/pagination.converter", _n],
552
+ ["/converter/row-number.converter", Jn],
553
+ ["/converter/grid-selection.converter", Yn],
554
+ ["/converter/size.converter", Xn],
555
+ ["/converter/change-formatter-enum.converter", Zn],
556
+ ["/converter/grid-sort.converter", Kn],
557
+ ["/converter/grid-filter.converter", es],
558
+ ["/converter/row-option.converter", ts],
559
+ ["/converter/change-formatter-type.converter", ns]
480
560
  ]), r = /* @__PURE__ */ new Map([
481
561
  ["string", { type: "input-group", enableClear: !1 }],
482
562
  ["boolean", {
@@ -501,7 +581,7 @@ function pt(e, t, n) {
501
581
  ["array", { type: "button-edit" }],
502
582
  ["number", { type: "number-spinner", placeholder: "" }],
503
583
  ["events-editor", { type: "events-editor", hide: !0 }]
504
- ]), i = Fn();
584
+ ]), i = An();
505
585
  function o(a, g) {
506
586
  return () => i.parseValueSchema(a, g);
507
587
  }
@@ -517,24 +597,24 @@ function pt(e, t, n) {
517
597
  }
518
598
  function l(a, g, p, C, x, w = "", O = "") {
519
599
  return Object.keys(a).map((D) => {
520
- const F = P(1), U = D, k = a[D], v = Object.keys(k), L = k.title, N = k.type, B = r.get(N) || { type: "input-group", enableClear: !1 }, M = k.editor ? Object.assign({}, B, k.editor) : Object.assign({}, B), Y = c(v, k, g), I = y(v, k, g);
600
+ const F = P(1), U = D, k = a[D], v = Object.keys(k), R = k.title, N = k.type, B = r.get(N) || { type: "input-group", enableClear: !1 }, M = k.editor ? Object.assign({}, B, k.editor) : Object.assign({}, B), Y = c(v, k, g), I = y(v, k, g);
521
601
  M.readonly = M.readonly === void 0 ? I() : M.readonly;
522
602
  const X = k.type === "cascade" ? l(k.properties, g, p, C, x, w, O) : [], $ = !0;
523
- let _ = f(k, O);
524
- const ce = H({
603
+ let H = f(k, O);
604
+ const ce = z({
525
605
  get() {
526
606
  if (F.value) {
527
- if (["class", "style"].find((Zt) => Zt === U) && !_ && (_ = s.get("/converter/appearance.converter") || null), _ && _.convertFrom)
528
- return _.convertFrom(p, D, x, w);
607
+ if (["class", "style"].find((Zt) => Zt === U) && !H && (H = s.get("/converter/appearance.converter") || null), H && H.convertFrom)
608
+ return H.convertFrom(p, D, x, w);
529
609
  const K = p[D];
530
610
  return Object.prototype.hasOwnProperty.call(k, "defaultValue") && (K === void 0 || typeof K == "string" && K === "") ? k.type === "boolean" ? k.defaultValue : k.defaultValue || "" : K;
531
611
  }
532
612
  return null;
533
613
  },
534
614
  set(K) {
535
- F.value += 1, _ && _.convertTo ? (_.convertTo(C, D, K, x, w), _.convertTo(p, D, K, x, w)) : (C[D] = K, p[D] = K);
615
+ F.value += 1, H && H.convertTo ? (H.convertTo(C, D, K, x, w), H.convertTo(p, D, K, x, w)) : (C[D] = K, p[D] = K);
536
616
  }
537
- }), { refreshPanelAfterChanged: T, description: j, isExpand: W, parentPropertyID: G } = k, se = { propertyID: U, propertyName: L, propertyType: N, propertyValue: ce, editor: M, visible: Y, readonly: I, cascadeConfig: X, hideCascadeTitle: $, refreshPanelAfterChanged: T, description: j, isExpand: W, parentPropertyID: G };
617
+ }), { refreshPanelAfterChanged: T, description: j, isExpand: W, parentPropertyID: G } = k, se = { propertyID: U, propertyName: R, propertyType: N, propertyValue: ce, editor: M, visible: Y, readonly: I, cascadeConfig: X, hideCascadeTitle: $, refreshPanelAfterChanged: T, description: j, isExpand: W, parentPropertyID: G };
538
618
  return g[U] = se, se;
539
619
  });
540
620
  }
@@ -548,12 +628,12 @@ function pt(e, t, n) {
548
628
  function h(a, g, p, C, x = "") {
549
629
  const w = g.$ref.schema, O = g.$ref.converter, S = p[w], D = S.type, F = n(S), U = {}, k = e[D];
550
630
  if (k && k.categories) {
551
- const v = k.categories[a], L = v == null ? void 0 : v.title;
631
+ const v = k.categories[a], R = v == null ? void 0 : v.title;
552
632
  O && Object.keys(v.properties).forEach((M) => {
553
633
  v.properties[M].$converter = O;
554
634
  });
555
635
  const N = (v == null ? void 0 : v.properties) || {}, B = l(N, U, F, S, C, x);
556
- return { categoryId: a, categoryName: L, properties: B };
636
+ return { categoryId: a, categoryName: R, properties: B };
557
637
  }
558
638
  return { categoryId: a, categoryName: "", properties: [] };
559
639
  }
@@ -568,8 +648,8 @@ function pt(e, t, n) {
568
648
  U.push(h(k, v, a, g, C));
569
649
  return;
570
650
  }
571
- const L = v == null ? void 0 : v.title, N = v == null ? void 0 : v.tabId, B = v == null ? void 0 : v.tabName, M = v == null ? void 0 : v.hide, Y = v == null ? void 0 : v.hideTitle, I = l(v.properties || {}, S, O, a, g, C, v.$converter), { setPropertyRelates: X } = v, $ = v == null ? void 0 : v.parentPropertyID;
572
- U.push({ categoryId: k, categoryName: L, tabId: N, tabName: B, hide: M, properties: I, hideTitle: Y, setPropertyRelates: X, parentPropertyID: $ });
651
+ const R = v == null ? void 0 : v.title, N = v == null ? void 0 : v.tabId, B = v == null ? void 0 : v.tabName, M = v == null ? void 0 : v.hide, Y = v == null ? void 0 : v.hideTitle, I = l(v.properties || {}, S, O, a, g, C, v.$converter), { setPropertyRelates: X } = v, $ = v == null ? void 0 : v.parentPropertyID;
652
+ U.push({ categoryId: k, categoryName: R, tabId: N, tabName: B, hide: M, properties: I, hideTitle: Y, setPropertyRelates: X, parentPropertyID: $ });
573
653
  }), U;
574
654
  }
575
655
  return [];
@@ -580,92 +660,15 @@ function pt(e, t, n) {
580
660
  propertyConverterMap: s
581
661
  };
582
662
  }
583
- function gt(e, t) {
584
- let n;
585
- function s(u) {
586
- const { properties: h, title: b, ignore: a } = u, g = a && Array.isArray(a), p = Object.keys(h).reduce((C, x) => ((!g || !a.find((w) => w === x)) && (C[x] = h[x].type === "object" && h[x].properties ? s(h[x]) : Ce(h[x].default)), C), {});
587
- if (b && (!g || !a.find((C) => C === "id"))) {
588
- const C = b.toLowerCase().replace(/-/g, "_");
589
- p.id = `${C}_${Math.random().toString().slice(2, 6)}`;
590
- }
591
- return p;
592
- }
593
- function r(u) {
594
- const { properties: h, title: b, required: a } = u;
595
- if (a && Array.isArray(a)) {
596
- const g = a.reduce((p, C) => (p[C] = h[C].type === "object" && h[C].properties ? s(h[C]) : Ce(h[C].default), p), {});
597
- if (b && a.find((p) => p === "id")) {
598
- const p = b.toLowerCase().replace(/-/g, "_");
599
- g.id = `${p}_${Math.random().toString().slice(2, 6)}`;
600
- }
601
- return g;
602
- }
603
- return {
604
- type: b
605
- };
606
- }
607
- function i(u, h = {}, b) {
608
- const a = e[u];
609
- if (a) {
610
- let g = r(a);
611
- const p = t[u];
612
- return g = p ? p({ getSchemaByType: i }, g, h, b) : g, n != null && n.appendIdentifyForNewControl && n.appendIdentifyForNewControl(g), g;
613
- }
614
- return null;
615
- }
616
- function o(u, h) {
617
- const b = s(h);
618
- return Object.keys(b).reduce((a, g) => (Object.prototype.hasOwnProperty.call(u, g) && (a[g] && Ye(a[g]) && Ye(u[g] || !u[g]) ? Object.assign(a[g], u[g] || {}) : a[g] = u[g]), a), b), b;
619
- }
620
- function c(u, h) {
621
- return Object.keys(u).filter((a) => u[a] != null).reduce((a, g) => {
622
- if (h.has(g)) {
623
- const p = h.get(g);
624
- if (typeof p == "string")
625
- a[p] = u[g];
626
- else {
627
- const C = p(g, u[g], u);
628
- Object.assign(a, C);
629
- }
630
- } else
631
- a[g] = u[g];
632
- return a;
633
- }, {});
634
- }
635
- function y(u, h, b = /* @__PURE__ */ new Map()) {
636
- const a = o(u, h);
637
- return c(a, b);
638
- }
639
- function f(u) {
640
- var b;
641
- const h = u.type;
642
- if (h) {
643
- const a = e[h];
644
- if (!a)
645
- return u;
646
- const g = o(u, a), p = ((b = u.editor) == null ? void 0 : b.type) || "";
647
- if (p) {
648
- const C = e[p], x = o(u.editor, C);
649
- g.editor = x;
650
- }
651
- return g;
652
- }
653
- return u;
654
- }
655
- function l(u) {
656
- n = u;
657
- }
658
- return { getSchemaByType: i, resolveSchemaWithDefaultValue: f, resolveSchemaToProps: y, mappingSchemaToProps: c, setDesignerContext: l };
659
- }
660
- const ht = {}, yt = {}, { resolveSchemaWithDefaultValue: es } = gt(ht, yt), bt = {}, vt = {};
661
- pt(bt, vt, es);
662
- const Ct = {}, St = {}, { resolveSchemaWithDefaultValue: ts, resolveSchemaToProps: ns, mappingSchemaToProps: ss } = gt(Ct, St), xt = {}, Tt = {};
663
- pt(xt, Tt, ts);
663
+ const bt = {}, vt = {};
664
+ yt(bt, vt, Fn);
665
+ const Ct = {}, St = {}, { resolveSchemaWithDefaultValue: ss } = pt(Ct, St), xt = {}, Tt = {};
666
+ yt(xt, Tt, ss);
664
667
  function rs(e, t, n = /* @__PURE__ */ new Map(), s = (o, c, y, f) => c, r = {}, i = (o) => o) {
665
- return Ct[t.title] = t, St[t.title] = s, xt[t.title] = r, Tt[t.title] = i, ht[t.title] = t, yt[t.title] = s, bt[t.title] = r, vt[t.title] = i, (o = {}, c = !0) => {
668
+ return gt[t.title] = t, ht[t.title] = s, bt[t.title] = r, vt[t.title] = i, Ct[t.title] = t, St[t.title] = s, xt[t.title] = r, Tt[t.title] = i, (o = {}, c = !0) => {
666
669
  if (!c)
667
- return ss(o, n);
668
- const y = ns(o, t, n), f = Object.keys(e).reduce((l, u) => (l[u] = e[u].default, l), {});
670
+ return Rn(o, n);
671
+ const y = Ln(o, t, n), f = Object.keys(e).reduce((l, u) => (l[u] = e[u].default, l), {});
669
672
  return Object.assign(f, y);
670
673
  };
671
674
  }
@@ -870,22 +873,22 @@ function Ot(e, t) {
870
873
  return e.apply(t, arguments);
871
874
  };
872
875
  }
873
- const { toString: us } = Object.prototype, { getPrototypeOf: He } = Object, { iterator: we, toStringTag: Pt } = Symbol, Ee = /* @__PURE__ */ ((e) => (t) => {
876
+ const { toString: us } = Object.prototype, { getPrototypeOf: ze } = Object, { iterator: we, toStringTag: Pt } = Symbol, Ee = /* @__PURE__ */ ((e) => (t) => {
874
877
  const n = us.call(t);
875
878
  return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
876
879
  })(/* @__PURE__ */ Object.create(null)), Q = (e) => (e = e.toLowerCase(), (t) => Ee(t) === e), De = (e) => (t) => typeof t === e, { isArray: ae } = Array, ie = De("undefined");
877
880
  function me(e) {
878
- return e !== null && !ie(e) && e.constructor !== null && !ie(e.constructor) && z(e.constructor.isBuffer) && e.constructor.isBuffer(e);
881
+ return e !== null && !ie(e) && e.constructor !== null && !ie(e.constructor) && _(e.constructor.isBuffer) && e.constructor.isBuffer(e);
879
882
  }
880
883
  const kt = Q("ArrayBuffer");
881
884
  function ds(e) {
882
885
  let t;
883
886
  return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && kt(e.buffer), t;
884
887
  }
885
- const ms = De("string"), z = De("function"), Ft = De("number"), fe = (e) => e !== null && typeof e == "object", fs = (e) => e === !0 || e === !1, ye = (e) => {
888
+ const ms = De("string"), _ = De("function"), Ft = De("number"), fe = (e) => e !== null && typeof e == "object", fs = (e) => e === !0 || e === !1, ye = (e) => {
886
889
  if (Ee(e) !== "object")
887
890
  return !1;
888
- const t = He(e);
891
+ const t = ze(e);
889
892
  return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Pt in e) && !(we in e);
890
893
  }, ps = (e) => {
891
894
  if (!fe(e) || me(e))
@@ -895,10 +898,10 @@ const ms = De("string"), z = De("function"), Ft = De("number"), fe = (e) => e !=
895
898
  } catch {
896
899
  return !1;
897
900
  }
898
- }, gs = Q("Date"), hs = Q("File"), ys = Q("Blob"), bs = Q("FileList"), vs = (e) => fe(e) && z(e.pipe), Cs = (e) => {
901
+ }, gs = Q("Date"), hs = Q("File"), ys = Q("Blob"), bs = Q("FileList"), vs = (e) => fe(e) && _(e.pipe), Cs = (e) => {
899
902
  let t;
900
- return e && (typeof FormData == "function" && e instanceof FormData || z(e.append) && ((t = Ee(e)) === "formdata" || // detect form-data instance
901
- t === "object" && z(e.toString) && e.toString() === "[object FormData]"));
903
+ return e && (typeof FormData == "function" && e instanceof FormData || _(e.append) && ((t = Ee(e)) === "formdata" || // detect form-data instance
904
+ t === "object" && _(e.toString) && e.toString() === "[object FormData]"));
902
905
  }, Ss = Q("URLSearchParams"), [xs, Ts, ws, Es] = ["ReadableStream", "Request", "Response", "Headers"].map(Q), Ds = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
903
906
  function pe(e, t, { allOwnKeys: n = !1 } = {}) {
904
907
  if (e === null || typeof e > "u")
@@ -916,7 +919,7 @@ function pe(e, t, { allOwnKeys: n = !1 } = {}) {
916
919
  c = i[s], t.call(null, e[c], c, e);
917
920
  }
918
921
  }
919
- function Rt(e, t) {
922
+ function Lt(e, t) {
920
923
  if (me(e))
921
924
  return null;
922
925
  t = t.toLowerCase();
@@ -927,10 +930,10 @@ function Rt(e, t) {
927
930
  return r;
928
931
  return null;
929
932
  }
930
- const ee = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Lt = (e) => !ie(e) && e !== ee;
933
+ const ee = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Rt = (e) => !ie(e) && e !== ee;
931
934
  function Ne() {
932
- const { caseless: e, skipUndefined: t } = Lt(this) && this || {}, n = {}, s = (r, i) => {
933
- const o = e && Rt(n, i) || i;
935
+ const { caseless: e, skipUndefined: t } = Rt(this) && this || {}, n = {}, s = (r, i) => {
936
+ const o = e && Lt(n, i) || i;
934
937
  ye(n[o]) && ye(r) ? n[o] = Ne(n[o], r) : ye(r) ? n[o] = Ne({}, r) : ae(r) ? n[o] = r.slice() : (!t || !ie(r)) && (n[o] = r);
935
938
  };
936
939
  for (let r = 0, i = arguments.length; r < i; r++)
@@ -938,7 +941,7 @@ function Ne() {
938
941
  return n;
939
942
  }
940
943
  const Os = (e, t, n, { allOwnKeys: s } = {}) => (pe(t, (r, i) => {
941
- n && z(r) ? e[i] = Ot(r, n) : e[i] = r;
944
+ n && _(r) ? e[i] = Ot(r, n) : e[i] = r;
942
945
  }, { allOwnKeys: s }), e), Ps = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), ks = (e, t, n, s) => {
943
946
  e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
944
947
  value: t.prototype
@@ -950,14 +953,14 @@ const Os = (e, t, n, { allOwnKeys: s } = {}) => (pe(t, (r, i) => {
950
953
  do {
951
954
  for (r = Object.getOwnPropertyNames(e), i = r.length; i-- > 0; )
952
955
  o = r[i], (!s || s(o, e, t)) && !c[o] && (t[o] = e[o], c[o] = !0);
953
- e = n !== !1 && He(e);
956
+ e = n !== !1 && ze(e);
954
957
  } while (e && (!n || n(e, t)) && e !== Object.prototype);
955
958
  return t;
956
- }, Rs = (e, t, n) => {
959
+ }, Ls = (e, t, n) => {
957
960
  e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
958
961
  const s = e.indexOf(t, n);
959
962
  return s !== -1 && s === n;
960
- }, Ls = (e) => {
963
+ }, Rs = (e) => {
961
964
  if (!e) return null;
962
965
  if (ae(e)) return e;
963
966
  let t = e.length;
@@ -966,7 +969,7 @@ const Os = (e, t, n, { allOwnKeys: s } = {}) => (pe(t, (r, i) => {
966
969
  for (; t-- > 0; )
967
970
  n[t] = e[t];
968
971
  return n;
969
- }, As = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && He(Uint8Array)), Ms = (e, t) => {
972
+ }, As = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && ze(Uint8Array)), Ms = (e, t) => {
970
973
  const s = (e && e[we]).call(e);
971
974
  let r;
972
975
  for (; (r = s.next()) && !r.done; ) {
@@ -992,10 +995,10 @@ const Os = (e, t, n, { allOwnKeys: s } = {}) => (pe(t, (r, i) => {
992
995
  }), Object.defineProperties(e, s);
993
996
  }, qs = (e) => {
994
997
  At(e, (t, n) => {
995
- if (z(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
998
+ if (_(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
996
999
  return !1;
997
1000
  const s = e[n];
998
- if (z(s)) {
1001
+ if (_(s)) {
999
1002
  if (t.enumerable = !1, "writable" in t) {
1000
1003
  t.writable = !1;
1001
1004
  return;
@@ -1014,10 +1017,10 @@ const Os = (e, t, n, { allOwnKeys: s } = {}) => (pe(t, (r, i) => {
1014
1017
  return ae(e) ? s(e) : s(String(e).split(t)), n;
1015
1018
  }, js = () => {
1016
1019
  }, Vs = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
1017
- function Hs(e) {
1018
- return !!(e && z(e.append) && e[Pt] === "FormData" && e[we]);
1020
+ function zs(e) {
1021
+ return !!(e && _(e.append) && e[Pt] === "FormData" && e[we]);
1019
1022
  }
1020
- const _s = (e) => {
1023
+ const Hs = (e) => {
1021
1024
  const t = new Array(10), n = (s, r) => {
1022
1025
  if (fe(s)) {
1023
1026
  if (t.indexOf(s) >= 0)
@@ -1036,14 +1039,14 @@ const _s = (e) => {
1036
1039
  return s;
1037
1040
  };
1038
1041
  return n(e, 0);
1039
- }, Ws = Q("AsyncFunction"), zs = (e) => e && (fe(e) || z(e)) && z(e.then) && z(e.catch), Mt = ((e, t) => e ? setImmediate : t ? ((n, s) => (ee.addEventListener("message", ({ source: r, data: i }) => {
1042
+ }, Ws = Q("AsyncFunction"), _s = (e) => e && (fe(e) || _(e)) && _(e.then) && _(e.catch), Mt = ((e, t) => e ? setImmediate : t ? ((n, s) => (ee.addEventListener("message", ({ source: r, data: i }) => {
1040
1043
  r === ee && i === n && s.length && s.shift()();
1041
1044
  }, !1), (r) => {
1042
1045
  s.push(r), ee.postMessage(n, "*");
1043
1046
  }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
1044
1047
  typeof setImmediate == "function",
1045
- z(ee.postMessage)
1046
- ), Js = typeof queueMicrotask < "u" ? queueMicrotask.bind(ee) : typeof process < "u" && process.nextTick || Mt, Ys = (e) => e != null && z(e[we]), m = {
1048
+ _(ee.postMessage)
1049
+ ), Js = typeof queueMicrotask < "u" ? queueMicrotask.bind(ee) : typeof process < "u" && process.nextTick || Mt, Ys = (e) => e != null && _(e[we]), m = {
1047
1050
  isArray: ae,
1048
1051
  isArrayBuffer: kt,
1049
1052
  isBuffer: me,
@@ -1064,7 +1067,7 @@ const _s = (e) => {
1064
1067
  isFile: hs,
1065
1068
  isBlob: ys,
1066
1069
  isRegExp: Us,
1067
- isFunction: z,
1070
+ isFunction: _,
1068
1071
  isStream: vs,
1069
1072
  isURLSearchParams: Ss,
1070
1073
  isTypedArray: As,
@@ -1078,8 +1081,8 @@ const _s = (e) => {
1078
1081
  toFlatObject: Fs,
1079
1082
  kindOf: Ee,
1080
1083
  kindOfTest: Q,
1081
- endsWith: Rs,
1082
- toArray: Ls,
1084
+ endsWith: Ls,
1085
+ toArray: Rs,
1083
1086
  forEachEntry: Ms,
1084
1087
  matchAll: Ns,
1085
1088
  isHTMLForm: Bs,
@@ -1092,13 +1095,13 @@ const _s = (e) => {
1092
1095
  toCamelCase: Is,
1093
1096
  noop: js,
1094
1097
  toFiniteNumber: Vs,
1095
- findKey: Rt,
1098
+ findKey: Lt,
1096
1099
  global: ee,
1097
- isContextDefined: Lt,
1098
- isSpecCompliantForm: Hs,
1099
- toJSONObject: _s,
1100
+ isContextDefined: Rt,
1101
+ isSpecCompliantForm: zs,
1102
+ toJSONObject: Hs,
1100
1103
  isAsyncFn: Ws,
1101
- isThenable: zs,
1104
+ isThenable: _s,
1102
1105
  setImmediate: Mt,
1103
1106
  asap: Js,
1104
1107
  isIterable: Ys
@@ -1250,10 +1253,10 @@ function Ze(e) {
1250
1253
  return t[s];
1251
1254
  });
1252
1255
  }
1253
- function _e(e, t) {
1256
+ function He(e, t) {
1254
1257
  this._pairs = [], e && Oe(e, this, t);
1255
1258
  }
1256
- const Ut = _e.prototype;
1259
+ const Ut = He.prototype;
1257
1260
  Ut.append = function(t, n) {
1258
1261
  this._pairs.push([t, n]);
1259
1262
  };
@@ -1277,7 +1280,7 @@ function qt(e, t, n) {
1277
1280
  });
1278
1281
  const r = n && n.serialize;
1279
1282
  let i;
1280
- if (r ? i = r(t, n) : i = m.isURLSearchParams(t) ? t.toString() : new _e(t, n).toString(s), i) {
1283
+ if (r ? i = r(t, n) : i = m.isURLSearchParams(t) ? t.toString() : new He(t, n).toString(s), i) {
1281
1284
  const o = e.indexOf("#");
1282
1285
  o !== -1 && (e = e.slice(0, o)), e += (e.indexOf("?") === -1 ? "?" : "&") + i;
1283
1286
  }
@@ -1341,7 +1344,7 @@ const $t = {
1341
1344
  silentJSONParsing: !0,
1342
1345
  forcedJSONParsing: !0,
1343
1346
  clarifyTimeoutError: !1
1344
- }, Ks = typeof URLSearchParams < "u" ? URLSearchParams : _e, er = typeof FormData < "u" ? FormData : null, tr = typeof Blob < "u" ? Blob : null, nr = {
1347
+ }, Ks = typeof URLSearchParams < "u" ? URLSearchParams : He, er = typeof FormData < "u" ? FormData : null, tr = typeof Blob < "u" ? Blob : null, nr = {
1345
1348
  isBrowser: !0,
1346
1349
  classes: {
1347
1350
  URLSearchParams: Ks,
@@ -1676,7 +1679,7 @@ m.reduceDescriptors(J.prototype, ({ value: e }, t) => {
1676
1679
  };
1677
1680
  });
1678
1681
  m.freezeMethods(J);
1679
- function Re(e, t) {
1682
+ function Le(e, t) {
1680
1683
  const n = this || ge, s = t || n, r = J.from(s.headers);
1681
1684
  let i = s.data;
1682
1685
  return m.forEach(e, function(c) {
@@ -1692,7 +1695,7 @@ function le(e, t, n) {
1692
1695
  m.inherits(le, E, {
1693
1696
  __CANCEL__: !0
1694
1697
  });
1695
- function Ht(e, t, n) {
1698
+ function zt(e, t, n) {
1696
1699
  const s = n.config.validateStatus;
1697
1700
  !n.status || !s || s(n.status) ? e(n) : t(new E(
1698
1701
  "Request failed with status code " + n.status,
@@ -1798,7 +1801,7 @@ function xr(e) {
1798
1801
  function Tr(e, t) {
1799
1802
  return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
1800
1803
  }
1801
- function _t(e, t, n) {
1804
+ function Ht(e, t, n) {
1802
1805
  let s = !xr(t);
1803
1806
  return e && (s || n == !1) ? Tr(e, t) : t;
1804
1807
  }
@@ -1870,7 +1873,7 @@ function ne(e, t) {
1870
1873
  const Wt = (e) => {
1871
1874
  const t = ne({}, e);
1872
1875
  let { data: n, withXSRFToken: s, xsrfHeaderName: r, xsrfCookieName: i, headers: o, auth: c } = t;
1873
- if (t.headers = o = J.from(o), t.url = qt(_t(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), c && o.set(
1876
+ if (t.headers = o = J.from(o), t.url = qt(Ht(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), c && o.set(
1874
1877
  "Authorization",
1875
1878
  "Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
1876
1879
  ), m.isFormData(n)) {
@@ -1912,7 +1915,7 @@ const Wt = (e) => {
1912
1915
  config: e,
1913
1916
  request: p
1914
1917
  };
1915
- Ht(function(F) {
1918
+ zt(function(F) {
1916
1919
  n(F), g();
1917
1920
  }, function(F) {
1918
1921
  s(F), g();
@@ -2038,7 +2041,7 @@ const Wt = (e) => {
2038
2041
  } catch {
2039
2042
  return !1;
2040
2043
  }
2041
- }, Rr = (e) => {
2044
+ }, Lr = (e) => {
2042
2045
  e = m.merge.call({
2043
2046
  skipUndefined: !0
2044
2047
  }, Fr, e);
@@ -2098,7 +2101,7 @@ const Wt = (e) => {
2098
2101
  headers: U,
2099
2102
  withCredentials: k = "same-origin",
2100
2103
  fetchOptions: v
2101
- } = Wt(a), L = t || fetch;
2104
+ } = Wt(a), R = t || fetch;
2102
2105
  F = F ? (F + "").toLowerCase() : "text";
2103
2106
  let N = Dr([x, w && w.toAbortSignal()], O), B = null;
2104
2107
  const M = N && N.unsubscribe && (() => {
@@ -2131,9 +2134,9 @@ const Wt = (e) => {
2131
2134
  credentials: I ? k : void 0
2132
2135
  };
2133
2136
  B = i && new n(g, X);
2134
- let $ = await (i ? L(B, v) : L(g, X));
2135
- const _ = l && (F === "stream" || F === "response");
2136
- if (l && (S || _ && M)) {
2137
+ let $ = await (i ? R(B, v) : R(g, X));
2138
+ const H = l && (F === "stream" || F === "response");
2139
+ if (l && (S || H && M)) {
2137
2140
  const T = {};
2138
2141
  ["status", "statusText", "headers"].forEach((se) => {
2139
2142
  T[se] = $[se];
@@ -2151,8 +2154,8 @@ const Wt = (e) => {
2151
2154
  }
2152
2155
  F = F || "text";
2153
2156
  let ce = await u[m.findKey(u, F) || "text"]($, a);
2154
- return !_ && M && M(), await new Promise((T, j) => {
2155
- Ht(T, j, {
2157
+ return !H && M && M(), await new Promise((T, j) => {
2158
+ zt(T, j, {
2156
2159
  data: ce,
2157
2160
  headers: J.from($.headers),
2158
2161
  status: $.status,
@@ -2170,27 +2173,27 @@ const Wt = (e) => {
2170
2173
  ) : E.from(I, I && I.code, a, B);
2171
2174
  }
2172
2175
  };
2173
- }, Lr = /* @__PURE__ */ new Map(), zt = (e) => {
2176
+ }, Rr = /* @__PURE__ */ new Map(), _t = (e) => {
2174
2177
  let t = e && e.env || {};
2175
2178
  const { fetch: n, Request: s, Response: r } = t, i = [
2176
2179
  s,
2177
2180
  r,
2178
2181
  n
2179
2182
  ];
2180
- let o = i.length, c = o, y, f, l = Lr;
2183
+ let o = i.length, c = o, y, f, l = Rr;
2181
2184
  for (; c--; )
2182
- y = i[c], f = l.get(y), f === void 0 && l.set(y, f = c ? /* @__PURE__ */ new Map() : Rr(t)), l = f;
2185
+ y = i[c], f = l.get(y), f === void 0 && l.set(y, f = c ? /* @__PURE__ */ new Map() : Lr(t)), l = f;
2183
2186
  return f;
2184
2187
  };
2185
- zt();
2186
- const ze = {
2188
+ _t();
2189
+ const _e = {
2187
2190
  http: Gs,
2188
2191
  xhr: Er,
2189
2192
  fetch: {
2190
- get: zt
2193
+ get: _t
2191
2194
  }
2192
2195
  };
2193
- m.forEach(ze, (e, t) => {
2196
+ m.forEach(_e, (e, t) => {
2194
2197
  if (e) {
2195
2198
  try {
2196
2199
  Object.defineProperty(e, "name", { value: t });
@@ -2208,7 +2211,7 @@ function Mr(e, t) {
2208
2211
  for (let o = 0; o < n; o++) {
2209
2212
  s = e[o];
2210
2213
  let c;
2211
- if (r = s, !Ar(s) && (r = ze[(c = String(s)).toLowerCase()], r === void 0))
2214
+ if (r = s, !Ar(s) && (r = _e[(c = String(s)).toLowerCase()], r === void 0))
2212
2215
  throw new E(`Unknown adapter '${c}'`);
2213
2216
  if (r && (m.isFunction(r) || (r = r.get(t))))
2214
2217
  break;
@@ -2238,24 +2241,24 @@ const Jt = {
2238
2241
  * Exposes all known adapters
2239
2242
  * @type {Object<string, Function|Object>}
2240
2243
  */
2241
- adapters: ze
2244
+ adapters: _e
2242
2245
  };
2243
- function Le(e) {
2246
+ function Re(e) {
2244
2247
  if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
2245
2248
  throw new le(null, e);
2246
2249
  }
2247
2250
  function ut(e) {
2248
- return Le(e), e.headers = J.from(e.headers), e.data = Re.call(
2251
+ return Re(e), e.headers = J.from(e.headers), e.data = Le.call(
2249
2252
  e,
2250
2253
  e.transformRequest
2251
2254
  ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Jt.getAdapter(e.adapter || ge.adapter, e)(e).then(function(s) {
2252
- return Le(e), s.data = Re.call(
2255
+ return Re(e), s.data = Le.call(
2253
2256
  e,
2254
2257
  e.transformResponse,
2255
2258
  s
2256
2259
  ), s.headers = J.from(s.headers), s;
2257
2260
  }, function(s) {
2258
- return Vt(s) || (Le(e), s && s.response && (s.response.data = Re.call(
2261
+ return Vt(s) || (Re(e), s && s.response && (s.response.data = Le.call(
2259
2262
  e,
2260
2263
  e.transformResponse,
2261
2264
  s.response
@@ -2407,7 +2410,7 @@ let te = class {
2407
2410
  }
2408
2411
  getUri(t) {
2409
2412
  t = ne(this.defaults, t);
2410
- const n = _t(t.baseURL, t.url, t.allowAbsoluteUrls);
2413
+ const n = Ht(t.baseURL, t.url, t.allowAbsoluteUrls);
2411
2414
  return qt(n, t.params, t.paramsSerializer);
2412
2415
  }
2413
2416
  };
@@ -2617,8 +2620,8 @@ A.getAdapter = Jt.getAdapter;
2617
2620
  A.HttpStatusCode = Ue;
2618
2621
  A.default = A;
2619
2622
  const {
2620
- Axios: Ri,
2621
- AxiosError: Li,
2623
+ Axios: Li,
2624
+ AxiosError: Ri,
2622
2625
  CanceledError: Ai,
2623
2626
  isCancel: Mi,
2624
2627
  CancelToken: Ni,
@@ -2629,10 +2632,10 @@ const {
2629
2632
  spread: $i,
2630
2633
  toFormData: ji,
2631
2634
  AxiosHeaders: Vi,
2632
- HttpStatusCode: Hi,
2633
- formToJSON: _i,
2635
+ HttpStatusCode: zi,
2636
+ formToJSON: Hi,
2634
2637
  getAdapter: Wi,
2635
- mergeConfig: zi
2638
+ mergeConfig: _i
2636
2639
  } = A;
2637
2640
  function qr() {
2638
2641
  function e(t, n = {}) {
@@ -2662,10 +2665,10 @@ const $r = {
2662
2665
  leftButton: "向左",
2663
2666
  rightButton: "向左",
2664
2667
  noData: "没有相关数据"
2665
- }, Hr = {
2668
+ }, zr = {
2666
2669
  expandLabel: "展开",
2667
2670
  collapseLabel: "收起"
2668
- }, _r = {
2671
+ }, Hr = {
2669
2672
  more: "更多"
2670
2673
  }, Wr = {
2671
2674
  saveAsDialog: {
@@ -2705,7 +2708,7 @@ const $r = {
2705
2708
  clear: "清空",
2706
2709
  require: "请填写[fields]再进行筛选"
2707
2710
  }
2708
- }, zr = {
2711
+ }, _r = {
2709
2712
  message: "共 <b>{1}</b> 条",
2710
2713
  totalInfo: {
2711
2714
  firstText: "共",
@@ -3182,10 +3185,10 @@ const $r = {
3182
3185
  transfer: $r,
3183
3186
  timePicker: jr,
3184
3187
  tabs: Vr,
3185
- section: Hr,
3186
- responseToolbar: _r,
3188
+ section: zr,
3189
+ responseToolbar: Hr,
3187
3190
  querySolution: Wr,
3188
- pagination: zr,
3191
+ pagination: _r,
3189
3192
  numberSpinner: Jr,
3190
3193
  messageBox: Yr,
3191
3194
  lookup: Gr,
@@ -3657,7 +3660,7 @@ const $r = {
3657
3660
  reset: "Reset",
3658
3661
  and: "And",
3659
3662
  or: "Or"
3660
- }, Ro = {
3663
+ }, Lo = {
3661
3664
  equal: "Equal",
3662
3665
  notEqual: "Not equal",
3663
3666
  greater: "Greater than",
@@ -3678,7 +3681,7 @@ const $r = {
3678
3681
  endWith: "Ends with",
3679
3682
  and: "And",
3680
3683
  or: "Or"
3681
- }, Lo = {
3684
+ }, Ro = {
3682
3685
  reply: "Reply",
3683
3686
  cancel: "Cancel",
3684
3687
  submit: "Submit",
@@ -3760,8 +3763,8 @@ const $r = {
3760
3763
  datepicker: Po,
3761
3764
  datagrid: ko,
3762
3765
  condition: Fo,
3763
- operators: Ro,
3764
- comment: Lo,
3766
+ operators: Lo,
3767
+ comment: Ro,
3765
3768
  comboList: Ao,
3766
3769
  calendar: Mo,
3767
3770
  avatar: No
@@ -3823,7 +3826,7 @@ const $r = {
3823
3826
  clear: "清空",
3824
3827
  require: "請填寫[fields]再進行篩選"
3825
3828
  }
3826
- }, Ho = {
3829
+ }, zo = {
3827
3830
  message: "共 <b>{1}</b> 條 ",
3828
3831
  totalInfo: {
3829
3832
  firstText: "共",
@@ -3840,7 +3843,7 @@ const $r = {
3840
3843
  suffix: "頁"
3841
3844
  },
3842
3845
  show: "顯示"
3843
- }, _o = {
3846
+ }, Ho = {
3844
3847
  placeholder: "請輸入數字",
3845
3848
  range: {
3846
3849
  begin: "開始數字",
@@ -3874,7 +3877,7 @@ const $r = {
3874
3877
  copyFailed: "複制失敗",
3875
3878
  roger: "知道了"
3876
3879
  }
3877
- }, zo = {
3880
+ }, _o = {
3878
3881
  exact: "精確",
3879
3882
  placeholder: "請選擇",
3880
3883
  favorites: "收藏夾",
@@ -4299,10 +4302,10 @@ const $r = {
4299
4302
  section: $o,
4300
4303
  responseToolbar: jo,
4301
4304
  querySolution: Vo,
4302
- pagination: Ho,
4303
- numberSpinner: _o,
4305
+ pagination: zo,
4306
+ numberSpinner: Ho,
4304
4307
  messageBox: Wo,
4305
- lookup: zo,
4308
+ lookup: _o,
4306
4309
  loading: Jo,
4307
4310
  listView: Yo,
4308
4311
  "input-group": {
@@ -4324,27 +4327,27 @@ const $r = {
4324
4327
  "zh-CHS": uo,
4325
4328
  en: Bo,
4326
4329
  "zh-CHT": ai
4327
- }, R = class R {
4330
+ }, L = class L {
4328
4331
  static async setup(t, n = {}) {
4329
- R.config = { ...cs, ...n };
4330
- const s = R.config.locale;
4331
- R.i18n = hn({
4332
+ L.config = { ...cs, ...n };
4333
+ const s = L.config.locale;
4334
+ L.i18n = hn({
4332
4335
  locale: s,
4333
- fallbackLocale: R.config.fallbackLocale,
4336
+ fallbackLocale: L.config.fallbackLocale,
4334
4337
  messages: {},
4335
4338
  legacy: !1,
4336
4339
  globalInjection: !0,
4337
4340
  silentTranslationWarn: !0,
4338
4341
  silentFallbackWarn: !0,
4339
- missing: (r, i) => R.getDefaultLocaleValue(s, i)
4340
- }), t.use(R.i18n), await this.loadResources();
4342
+ missing: (r, i) => L.getDefaultLocaleValue(s, i)
4343
+ }), t.use(L.i18n), await this.loadResources();
4341
4344
  }
4342
4345
  /**
4343
4346
  * 获取当前语言
4344
4347
  * @returns
4345
4348
  */
4346
4349
  static getLocale() {
4347
- return R.i18n && R.i18n.global.locale.value || "zh-CHS";
4350
+ return L.i18n && L.i18n.global.locale.value || "zh-CHS";
4348
4351
  }
4349
4352
  /**
4350
4353
  * 默认加载的多语言值,返回中文值
@@ -4356,10 +4359,10 @@ const $r = {
4356
4359
  return n.split(".").reduce((o, c) => o[c], s);
4357
4360
  }
4358
4361
  static getLocaleValue(t, n) {
4359
- if (R.i18n)
4360
- return R.i18n.global.t(t, n);
4361
- const s = R.getLocale();
4362
- return R.getDefaultLocaleValue(s, t);
4362
+ if (L.i18n)
4363
+ return L.i18n.global.t(t, n);
4364
+ const s = L.getLocale();
4365
+ return L.getDefaultLocaleValue(s, t);
4363
4366
  }
4364
4367
  /**
4365
4368
  * 属性空值或者有值但等于默认值,返回默认值多语言属性;有值但不相等返回当前属性自有值
@@ -4369,29 +4372,29 @@ const $r = {
4369
4372
  * @returns
4370
4373
  */
4371
4374
  static getRealPropertyValue(t, n, s) {
4372
- return !t || t === n ? R.getLocaleValue(s) : t;
4375
+ return !t || t === n ? L.getLocaleValue(s) : t;
4373
4376
  }
4374
4377
  static async loadResources(t = {}) {
4375
- const n = {}, s = R.config.locale, r = R.config.fallbackLocale;
4376
- return n[s] = await R.loadLocaleResources(s), r && s !== r && (n[r] = await R.loadLocaleResources(r), R.i18n.global.setLocaleMessage(r, n[r])), R.i18n.global.setLocaleMessage(s, n[s]), n;
4378
+ const n = {}, s = L.config.locale, r = L.config.fallbackLocale;
4379
+ return n[s] = await L.loadLocaleResources(s), r && s !== r && (n[r] = await L.loadLocaleResources(r), L.i18n.global.setLocaleMessage(r, n[r])), L.i18n.global.setLocaleMessage(s, n[s]), n;
4377
4380
  }
4378
4381
  static async loadLocaleResources(t) {
4379
4382
  var n, s;
4380
4383
  try {
4381
4384
  let r = {};
4382
4385
  const { loadResource: i } = qr();
4383
- if (R.config.uri) {
4384
- const o = `${R.config.uri}/${t}.json?version=${(/* @__PURE__ */ new Date()).valueOf()}`;
4386
+ if (L.config.uri) {
4387
+ const o = `${L.config.uri}/${t}.json?version=${(/* @__PURE__ */ new Date()).valueOf()}`;
4385
4388
  r = await i(o);
4386
4389
  }
4387
- return (n = R.config.localResources) != null && n[t] && (r = { ...r, ...R.config.localResources[t] }), r;
4390
+ return (n = L.config.localResources) != null && n[t] && (r = { ...r, ...L.config.localResources[t] }), r;
4388
4391
  } catch (r) {
4389
- return console.warn(`Failed to load locale ${t}:`, r), ((s = R.config.localResources) == null ? void 0 : s[t]) || {};
4392
+ return console.warn(`Failed to load locale ${t}:`, r), ((s = L.config.localResources) == null ? void 0 : s[t]) || {};
4390
4393
  }
4391
4394
  }
4392
4395
  };
4393
- ke(R, "i18n"), ke(R, "config");
4394
- let xe = R;
4396
+ ke(L, "i18n"), ke(L, "config");
4397
+ let xe = L;
4395
4398
  function li(e, t) {
4396
4399
  const n = P(), s = P(e.personnelsDisplayKey), r = P(!1), i = P(!1);
4397
4400
  function o(u) {
@@ -4452,7 +4455,7 @@ const ci = /* @__PURE__ */ de({
4452
4455
  props: je,
4453
4456
  emits: ["submit", "cancel"],
4454
4457
  setup(e, t) {
4455
- const n = P(), s = H(() => n), r = Je(), {
4458
+ const n = P(), s = z(() => n), r = Je(), {
4456
4459
  judgeIsInArray: i,
4457
4460
  personnelsDisplayKey: o,
4458
4461
  stopBubble: c,
@@ -4492,7 +4495,7 @@ const ci = /* @__PURE__ */ de({
4492
4495
  tn(() => {
4493
4496
  v.cancel();
4494
4497
  });
4495
- function L(T) {
4498
+ function R(T) {
4496
4499
  a.value = T, v();
4497
4500
  }
4498
4501
  function N(T) {
@@ -4529,7 +4532,7 @@ const ci = /* @__PURE__ */ de({
4529
4532
  function $(T) {
4530
4533
  w = T || [], k(T);
4531
4534
  }
4532
- function _() {
4535
+ function H() {
4533
4536
  return l;
4534
4537
  }
4535
4538
  function ce() {
@@ -4538,7 +4541,7 @@ const ci = /* @__PURE__ */ de({
4538
4541
  return t.expose({
4539
4542
  keyUpChangeValueHandler: X,
4540
4543
  updatePersonnels: $,
4541
- getSelectedPersonnels: _,
4544
+ getSelectedPersonnels: H,
4542
4545
  resetSelectedPersonnels: ce
4543
4546
  }), () => d("div", {
4544
4547
  class: "f-discussion-group-edit-toolbar"
@@ -4568,8 +4571,8 @@ const ci = /* @__PURE__ */ de({
4568
4571
  groupText: h,
4569
4572
  modelValue: g.value,
4570
4573
  "onUpdate:modelValue": (T) => g.value = T,
4571
- onInput: (T) => L(T),
4572
- onClear: () => L("")
4574
+ onInput: (T) => R(T),
4575
+ onClear: () => R("")
4573
4576
  }, null)]), d("div", {
4574
4577
  class: "f-discussion-group-about-content",
4575
4578
  key: p.value
@@ -4626,9 +4629,9 @@ const ci = /* @__PURE__ */ de({
4626
4629
  P(e.personnelsPrimaryKey);
4627
4630
  const s = Je();
4628
4631
  P(e.type), P(e.orgUrl), P(e.sectionData);
4629
- const r = P(), i = H(() => re({
4632
+ const r = P(), i = z(() => re({
4630
4633
  "f-discussion-editor": !0
4631
- }, e.customClass)), o = H(() => oe({}, e == null ? void 0 : e.customStyle)), c = P(e.replyUser), y = P(e.attachFiles), f = H({
4634
+ }, e.customClass)), o = z(() => oe({}, e == null ? void 0 : e.customStyle)), c = P(e.replyUser), y = P(e.attachFiles), f = z({
4632
4635
  get() {
4633
4636
  return y.value;
4634
4637
  },
@@ -4648,18 +4651,18 @@ const ci = /* @__PURE__ */ de({
4648
4651
  $e(() => {
4649
4652
  });
4650
4653
  function g() {
4651
- const v = b.find((L) => L.value === a.value);
4654
+ const v = b.find((R) => R.value === a.value);
4652
4655
  return v ? v.value : b[0].value;
4653
4656
  }
4654
4657
  function p(v) {
4655
4658
  v && (l.value = v.target.innerHTML), u.value && (l.value += u.value), u.value = "";
4656
4659
  }
4657
4660
  function C(v) {
4658
- var L;
4659
- (L = r.value) == null || L.keyUpChangeValueHandler(v);
4661
+ var R;
4662
+ (R = r.value) == null || R.keyUpChangeValueHandler(v);
4660
4663
  }
4661
4664
  function x() {
4662
- var L, N;
4665
+ var R, N;
4663
4666
  if (!l.value) {
4664
4667
  n.error({
4665
4668
  message: s.submitEmpty,
@@ -4688,7 +4691,7 @@ const ci = /* @__PURE__ */ de({
4688
4691
  editorId: e.id,
4689
4692
  msgInfo: Me.Confirm,
4690
4693
  text: l.value,
4691
- mailTos: ((L = r.value) == null ? void 0 : L.getSelectedPersonnels()) || [],
4694
+ mailTos: ((R = r.value) == null ? void 0 : R.getSelectedPersonnels()) || [],
4692
4695
  mailToSections: h,
4693
4696
  visibility: g(),
4694
4697
  parentId: c.value && "id" in c.value ? c.value.id : null,
@@ -4721,9 +4724,9 @@ const ci = /* @__PURE__ */ de({
4721
4724
  function F(v) {
4722
4725
  var N;
4723
4726
  const {
4724
- newAddedText: L
4727
+ newAddedText: R
4725
4728
  } = v;
4726
- l.value = ((N = O.value) == null ? void 0 : N.innerHTML) + L;
4729
+ l.value = ((N = O.value) == null ? void 0 : N.innerHTML) + R;
4727
4730
  }
4728
4731
  function U(v) {
4729
4732
  r == null || r.value.updatePersonnels(v);
@@ -4831,9 +4834,9 @@ const mi = /* @__PURE__ */ de({
4831
4834
  getAvatar: r
4832
4835
  } = di(e), i = P(e.replyPersonnelsDisplayKey), o = Je();
4833
4836
  P(e.pagerOnServer);
4834
- const c = P(e.pageIndex), y = P(e.total), f = P(e.pageSize), l = P(0), u = H(() => re({
4837
+ const c = P(e.pageIndex), y = P(e.total), f = P(e.pageSize), l = P(0), u = z(() => re({
4835
4838
  "f-discussion-group-content": !0
4836
- }, e.customClass)), h = H(() => oe({}, e == null ? void 0 : e.customStyle));
4839
+ }, e.customClass)), h = z(() => oe({}, e == null ? void 0 : e.customStyle));
4837
4840
  let b = e.discussionData;
4838
4841
  const {
4839
4842
  formatTo: a
@@ -4945,7 +4948,7 @@ const mi = /* @__PURE__ */ de({
4945
4948
  qe(() => e.replyUser, (h) => {
4946
4949
  r.value = h;
4947
4950
  });
4948
- const i = H(() => re({
4951
+ const i = z(() => re({
4949
4952
  "f-comment": !0
4950
4953
  }, e.customClass));
4951
4954
  function o(h) {
@@ -4957,7 +4960,7 @@ const mi = /* @__PURE__ */ de({
4957
4960
  function y(h) {
4958
4961
  n == null || n.value.updateReplyUser(h);
4959
4962
  }
4960
- const f = H(() => oe({}, e == null ? void 0 : e.customStyle));
4963
+ const f = z(() => oe({}, e == null ? void 0 : e.customStyle));
4961
4964
  function l(h) {
4962
4965
  n == null || n.value.updatePersonnels(h);
4963
4966
  }
@@ -5160,15 +5163,15 @@ const hi = /* @__PURE__ */ de({
5160
5163
  props: Xt,
5161
5164
  emits: [],
5162
5165
  setup(e, t) {
5163
- const n = P(), s = Ae("design-item-context"), r = Ae("designer-host-service"), i = gi(s, r), o = dn(n, s, i), c = H(() => re({
5166
+ const n = P(), s = Ae("design-item-context"), r = Ae("designer-host-service"), i = gi(s, r), o = dn(n, s, i), c = z(() => re({
5164
5167
  "f-discussion-group": !0
5165
- }, e.customClass)), y = H(() => re({
5168
+ }, e.customClass)), y = z(() => re({
5166
5169
  "f-discussion-group-edit": !0,
5167
5170
  "ide-discussion-editor": !0
5168
- }, e.editorClass)), f = H(() => re({
5171
+ }, e.editorClass)), f = z(() => re({
5169
5172
  "f-discussion-group-content": !0,
5170
5173
  "ide-discussion-list": !0
5171
- }, e.listClass)), l = H(() => oe({}, e == null ? void 0 : e.editorStyle)), u = H(() => oe({}, e.listStyle)), h = H(() => oe({}, e.customStyle));
5174
+ }, e.listClass)), l = z(() => oe({}, e == null ? void 0 : e.editorStyle)), u = z(() => oe({}, e.listStyle)), h = z(() => oe({}, e.customStyle));
5172
5175
  return $e(() => {
5173
5176
  n.value.componentInstance = o;
5174
5177
  }), t.expose(o.value), () => d("div", {