@farris/ui-vue 1.7.0-beta.4 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (563) hide show
  1. package/components/accordion/index.esm.js +61 -312
  2. package/components/accordion/index.umd.cjs +1 -1
  3. package/components/avatar/index.esm.js +56 -1481
  4. package/components/avatar/index.umd.cjs +1 -1
  5. package/components/binding-selector/index.esm.js +8 -752
  6. package/components/binding-selector/index.umd.cjs +1 -1
  7. package/components/button-edit/index.esm.js +358 -351
  8. package/components/button-edit/index.umd.cjs +1 -1
  9. package/components/button-group/index.esm.js +110 -266
  10. package/components/button-group/index.umd.cjs +1 -1
  11. package/components/calendar/index.esm.js +1371 -1284
  12. package/components/calendar/index.umd.cjs +30 -30
  13. package/components/code-editor/index.esm.js +169 -237
  14. package/components/code-editor/index.umd.cjs +3 -3
  15. package/components/collection-property-editor/index.esm.js +382 -351
  16. package/components/collection-property-editor/index.umd.cjs +2 -2
  17. package/components/color-picker/index.esm.js +502 -812
  18. package/components/color-picker/index.umd.cjs +1 -1
  19. package/components/combo-list/index.esm.js +197 -183
  20. package/components/combo-list/index.umd.cjs +1 -1
  21. package/components/combo-tree/index.esm.js +199 -364
  22. package/components/combo-tree/index.umd.cjs +1 -1
  23. package/components/comment/index.esm.js +1501 -1465
  24. package/components/comment/index.umd.cjs +6 -6
  25. package/components/common/index.esm.js +136 -100
  26. package/components/common/index.umd.cjs +1 -1
  27. package/components/component/index.css +1 -1
  28. package/components/component/index.esm.js +2662 -3647
  29. package/components/component/index.umd.cjs +1 -8
  30. package/components/condition/index.esm.js +492 -2449
  31. package/components/condition/index.umd.cjs +1 -8
  32. package/components/content-container/index.esm.js +252 -241
  33. package/components/content-container/index.umd.cjs +1 -1
  34. package/components/data-grid/index.esm.js +505 -409
  35. package/components/data-grid/index.umd.cjs +1 -1
  36. package/components/data-view/index.esm.js +3326 -3258
  37. package/components/data-view/index.umd.cjs +1 -1
  38. package/components/date-picker/index.esm.js +1709 -1634
  39. package/components/date-picker/index.umd.cjs +1 -1
  40. package/components/designer-canvas/index.css +1 -1
  41. package/components/designer-canvas/index.esm.js +2693 -3021
  42. package/components/designer-canvas/index.umd.cjs +1 -1
  43. package/components/designer-outline/index.esm.js +102 -98
  44. package/components/designer-outline/index.umd.cjs +1 -1
  45. package/components/drawer/index.esm.js +409 -358
  46. package/components/drawer/index.umd.cjs +2 -2
  47. package/components/dropdown/index.esm.js +124 -373
  48. package/components/dropdown/index.umd.cjs +2 -2
  49. package/components/dynamic-form/index.esm.js +760 -573
  50. package/components/dynamic-form/index.umd.cjs +1 -1
  51. package/components/dynamic-resolver/index.esm.js +354 -327
  52. package/components/dynamic-resolver/index.umd.cjs +2 -2
  53. package/components/dynamic-view/index.esm.js +413 -359
  54. package/components/dynamic-view/index.umd.cjs +1 -1
  55. package/components/event-parameter/index.esm.js +1 -1
  56. package/components/event-parameter/index.umd.cjs +1 -1
  57. package/components/events-editor/index.css +1 -1
  58. package/components/events-editor/index.esm.js +1535 -1941
  59. package/components/events-editor/index.umd.cjs +3 -3
  60. package/components/expression-editor/index.css +1 -1
  61. package/components/expression-editor/index.esm.js +2 -7317
  62. package/components/expression-editor/index.umd.cjs +1 -427
  63. package/components/field-selector/index.esm.js +13 -13
  64. package/components/field-selector/index.umd.cjs +1 -1
  65. package/components/fieldset/index.esm.js +140 -123
  66. package/components/fieldset/index.umd.cjs +1 -1
  67. package/components/filter-bar/index.esm.js +1021 -1012
  68. package/components/filter-bar/index.umd.cjs +2 -2
  69. package/components/filter-condition-editor/index.css +1 -1
  70. package/components/filter-condition-editor/index.esm.js +448 -9000
  71. package/components/filter-condition-editor/index.umd.cjs +1 -427
  72. package/components/html-template/index.esm.js +167 -147
  73. package/components/html-template/index.umd.cjs +1 -1
  74. package/components/image/index.esm.js +372 -352
  75. package/components/image/index.umd.cjs +2 -2
  76. package/components/image-cropper/index.esm.js +361 -615
  77. package/components/image-cropper/index.umd.cjs +1 -1
  78. package/components/json-editor/index.esm.js +247 -325
  79. package/components/json-editor/index.umd.cjs +1 -1
  80. package/components/language-textbox/index.esm.js +835 -421
  81. package/components/language-textbox/index.umd.cjs +2 -2
  82. package/components/layout/index.esm.js +163 -549
  83. package/components/layout/index.umd.cjs +1 -1
  84. package/components/list-nav/index.esm.js +39 -836
  85. package/components/list-nav/index.umd.cjs +1 -1
  86. package/components/list-view/index.esm.js +690 -474
  87. package/components/list-view/index.umd.cjs +6 -8
  88. package/components/loading/index.esm.js +128 -97
  89. package/components/loading/index.umd.cjs +2 -2
  90. package/components/locale/index.esm.js +361 -340
  91. package/components/locale/index.umd.cjs +5 -5
  92. package/components/lookup/index.css +1 -1
  93. package/components/lookup/index.esm.js +3396 -3368
  94. package/components/lookup/index.umd.cjs +1 -1
  95. package/components/mapping-editor/index.css +1 -1
  96. package/components/mapping-editor/index.esm.js +1684 -1584
  97. package/components/mapping-editor/index.umd.cjs +1 -1
  98. package/components/menu-lookup/index.esm.js +586 -609
  99. package/components/menu-lookup/index.umd.cjs +6 -6
  100. package/components/message-box/index.css +1 -1
  101. package/components/message-box/index.esm.js +357 -353
  102. package/components/message-box/index.umd.cjs +1 -1
  103. package/components/modal/index.esm.js +325 -318
  104. package/components/modal/index.umd.cjs +1 -1
  105. package/components/nav/index.esm.js +31 -311
  106. package/components/nav/index.umd.cjs +1 -1
  107. package/components/number-range/index.esm.js +189 -1633
  108. package/components/number-range/index.umd.cjs +1 -1
  109. package/components/number-spinner/index.esm.js +195 -175
  110. package/components/number-spinner/index.umd.cjs +1 -1
  111. package/components/order/index.esm.js +761 -1057
  112. package/components/order/index.umd.cjs +7 -9
  113. package/components/page-footer/index.esm.js +48 -331
  114. package/components/page-footer/index.umd.cjs +1 -1
  115. package/components/page-header/index.esm.js +92 -73
  116. package/components/page-header/index.umd.cjs +1 -1
  117. package/components/pagination/index.esm.js +195 -472
  118. package/components/pagination/index.umd.cjs +1 -1
  119. package/components/popover/index.esm.js +77 -76
  120. package/components/popover/index.umd.cjs +1 -1
  121. package/components/progress/index.esm.js +148 -353
  122. package/components/progress/index.umd.cjs +3 -3
  123. package/components/property-editor/index.esm.js +74 -68
  124. package/components/property-editor/index.umd.cjs +1 -1
  125. package/components/property-panel/index.esm.js +872 -1800
  126. package/components/property-panel/index.umd.cjs +5 -12
  127. package/components/query-solution/index.css +1 -1
  128. package/components/query-solution/index.esm.js +4223 -6205
  129. package/components/query-solution/index.umd.cjs +6 -13
  130. package/components/response-layout/index.esm.js +206 -170
  131. package/components/response-layout/index.umd.cjs +1 -1
  132. package/components/response-layout-editor/index.esm.js +1 -1
  133. package/components/response-layout-editor/index.umd.cjs +1 -1
  134. package/components/response-toolbar/index.esm.js +378 -359
  135. package/components/response-toolbar/index.umd.cjs +1 -1
  136. package/components/schema-selector/index.esm.js +2491 -2653
  137. package/components/schema-selector/index.umd.cjs +8 -10
  138. package/components/search-box/index.esm.js +79 -240
  139. package/components/search-box/index.umd.cjs +1 -1
  140. package/components/section/index.esm.js +304 -289
  141. package/components/section/index.umd.cjs +2 -2
  142. package/components/smoke-detector/index.esm.js +8 -179
  143. package/components/smoke-detector/index.umd.cjs +1 -1
  144. package/components/sort-condition-editor/index.esm.js +4 -9421
  145. package/components/sort-condition-editor/index.umd.cjs +1 -427
  146. package/components/splitter/index.esm.js +142 -1171
  147. package/components/splitter/index.umd.cjs +1 -1
  148. package/components/step/index.esm.js +48 -47
  149. package/components/step/index.umd.cjs +1 -1
  150. package/components/tabs/index.esm.js +460 -513
  151. package/components/tabs/index.umd.cjs +1 -1
  152. package/components/text/index.esm.js +73 -217
  153. package/components/text/index.umd.cjs +1 -1
  154. package/components/time-picker/index.esm.js +380 -375
  155. package/components/time-picker/index.umd.cjs +1 -1
  156. package/components/tooltip/index.esm.js +40 -40
  157. package/components/tooltip/index.umd.cjs +1 -1
  158. package/components/transfer/index.esm.js +551 -771
  159. package/components/transfer/index.umd.cjs +6 -8
  160. package/components/tree-grid/index.esm.js +250 -235
  161. package/components/tree-grid/index.umd.cjs +1 -1
  162. package/components/tree-view/index.esm.js +157 -314
  163. package/components/tree-view/index.umd.cjs +1 -1
  164. package/components/uploader/index.esm.js +634 -1125
  165. package/components/uploader/index.umd.cjs +2 -2
  166. package/components/verify-detail/index.esm.js +106 -359
  167. package/components/verify-detail/index.umd.cjs +1 -1
  168. package/components/video/index.esm.js +89 -222
  169. package/components/video/index.umd.cjs +1 -1
  170. package/components/weather/index.esm.js +199 -290
  171. package/components/weather/index.umd.cjs +1 -1
  172. package/designer/accordion/index.esm.js +257 -0
  173. package/designer/accordion/index.umd.cjs +1 -0
  174. package/designer/avatar/index.esm.js +227 -0
  175. package/designer/avatar/index.umd.cjs +1 -0
  176. package/designer/binding-selector/index.esm.js +792 -0
  177. package/designer/binding-selector/index.umd.cjs +1 -0
  178. package/designer/button-edit/index.esm.js +210 -203
  179. package/designer/button-edit/index.umd.cjs +1 -1
  180. package/designer/button-group/index.esm.js +282 -0
  181. package/designer/button-group/index.umd.cjs +1 -0
  182. package/designer/checkbox/index.esm.js +51 -45
  183. package/designer/checkbox/index.umd.cjs +1 -1
  184. package/designer/checkbox-group/index.esm.js +89 -83
  185. package/designer/checkbox-group/index.umd.cjs +1 -1
  186. package/designer/code-editor/index.esm.js +75 -0
  187. package/designer/code-editor/index.umd.cjs +1 -0
  188. package/designer/color-picker/index.esm.js +1096 -0
  189. package/designer/color-picker/index.umd.cjs +1 -0
  190. package/designer/combo-list/index.esm.js +1095 -0
  191. package/designer/combo-list/index.umd.cjs +1 -0
  192. package/designer/combo-tree/index.esm.js +186 -0
  193. package/designer/combo-tree/index.umd.cjs +1 -0
  194. package/designer/component/index.css +1 -0
  195. package/designer/component/index.esm.js +5002 -0
  196. package/designer/component/index.umd.cjs +1 -0
  197. package/designer/condition/index.esm.js +1899 -0
  198. package/designer/condition/index.umd.cjs +1 -0
  199. package/designer/data-grid/index.esm.js +5580 -6213
  200. package/designer/data-grid/index.umd.cjs +10 -17
  201. package/designer/data-view/index.esm.js +212 -191
  202. package/designer/data-view/index.umd.cjs +2 -2
  203. package/designer/date-picker/index.esm.js +621 -607
  204. package/designer/date-picker/index.umd.cjs +1 -1
  205. package/designer/drawer/index.css +1 -1
  206. package/designer/drawer/index.esm.js +869 -620
  207. package/designer/drawer/index.umd.cjs +2 -2
  208. package/designer/dropdown/index.esm.js +261 -0
  209. package/designer/dropdown/index.umd.cjs +1 -0
  210. package/designer/dynamic-form/index.esm.js +1166 -1384
  211. package/designer/dynamic-form/index.umd.cjs +1 -8
  212. package/designer/expression-editor/index.css +1 -0
  213. package/designer/expression-editor/index.esm.js +7006 -0
  214. package/designer/expression-editor/index.umd.cjs +427 -0
  215. package/designer/farris-designer.all.esm.js +10309 -10617
  216. package/designer/farris-designer.all.umd.cjs +17 -19
  217. package/designer/filter-condition-editor/index.css +1 -0
  218. package/designer/filter-condition-editor/index.esm.js +4795 -0
  219. package/designer/filter-condition-editor/index.umd.cjs +1 -0
  220. package/designer/html-template/index.esm.js +718 -0
  221. package/designer/html-template/index.umd.cjs +1 -0
  222. package/designer/image-cropper/index.esm.js +765 -0
  223. package/designer/image-cropper/index.umd.cjs +1 -0
  224. package/designer/index.css +1 -1
  225. package/designer/input-group/index.esm.js +72 -66
  226. package/designer/input-group/index.umd.cjs +1 -1
  227. package/designer/json-editor/index.esm.js +83 -0
  228. package/designer/json-editor/index.umd.cjs +1 -0
  229. package/designer/language-textbox/index.esm.js +783 -0
  230. package/designer/language-textbox/index.umd.cjs +8 -0
  231. package/designer/layout/index.esm.js +430 -0
  232. package/designer/layout/index.umd.cjs +1 -0
  233. package/designer/list-nav/index.esm.js +802 -0
  234. package/designer/list-nav/index.umd.cjs +1 -0
  235. package/designer/list-view/index.esm.js +864 -844
  236. package/designer/list-view/index.umd.cjs +7 -9
  237. package/designer/lookup/index.esm.js +2083 -0
  238. package/designer/lookup/index.umd.cjs +1 -0
  239. package/designer/menu-lookup/index.esm.js +46 -0
  240. package/designer/menu-lookup/index.umd.cjs +1 -0
  241. package/designer/modal/index.esm.js +137 -29
  242. package/designer/modal/index.umd.cjs +1 -1
  243. package/designer/nav/index.esm.js +284 -0
  244. package/designer/nav/index.umd.cjs +1 -0
  245. package/designer/number-range/index.esm.js +1616 -0
  246. package/designer/number-range/index.umd.cjs +1 -0
  247. package/designer/number-spinner/index.esm.js +19 -17
  248. package/designer/number-spinner/index.umd.cjs +1 -1
  249. package/designer/order/index.css +1 -0
  250. package/designer/order/index.esm.js +2196 -0
  251. package/designer/order/index.umd.cjs +18 -0
  252. package/designer/page-footer/index.esm.js +290 -0
  253. package/designer/page-footer/index.umd.cjs +1 -0
  254. package/designer/page-header/index.esm.js +1003 -0
  255. package/designer/page-header/index.umd.cjs +1 -0
  256. package/designer/pagination/index.esm.js +591 -0
  257. package/designer/pagination/index.umd.cjs +1 -0
  258. package/designer/progress/index.esm.js +213 -0
  259. package/designer/progress/index.umd.cjs +1 -0
  260. package/designer/radio-group/index.esm.js +978 -949
  261. package/designer/radio-group/index.umd.cjs +1 -1
  262. package/designer/response-layout-editor/index.esm.js +1 -1
  263. package/designer/response-layout-editor/index.umd.cjs +1 -1
  264. package/designer/response-toolbar/index.esm.js +1471 -1416
  265. package/designer/response-toolbar/index.umd.cjs +1 -1
  266. package/designer/search-box/index.esm.js +245 -0
  267. package/designer/search-box/index.umd.cjs +1 -0
  268. package/designer/section/index.esm.js +83 -78
  269. package/designer/section/index.umd.cjs +1 -1
  270. package/designer/smoke-detector/index.css +1 -0
  271. package/designer/smoke-detector/index.esm.js +178 -0
  272. package/designer/smoke-detector/index.umd.cjs +1 -0
  273. package/designer/sort-condition-editor/index.esm.js +138 -0
  274. package/designer/sort-condition-editor/index.umd.cjs +1 -0
  275. package/designer/splitter/index.esm.js +1120 -0
  276. package/designer/splitter/index.umd.cjs +1 -0
  277. package/designer/step/index.esm.js +226 -0
  278. package/designer/step/index.umd.cjs +1 -0
  279. package/designer/switch/index.esm.js +10 -10
  280. package/designer/switch/index.umd.cjs +1 -1
  281. package/designer/tabs/index.css +1 -1
  282. package/designer/tabs/index.esm.js +2447 -2698
  283. package/designer/tabs/index.umd.cjs +2 -2
  284. package/designer/text/index.esm.js +147 -0
  285. package/designer/text/index.umd.cjs +1 -0
  286. package/designer/time-picker/index.esm.js +101 -100
  287. package/designer/time-picker/index.umd.cjs +1 -1
  288. package/designer/transfer/index.esm.js +254 -0
  289. package/designer/transfer/index.umd.cjs +1 -0
  290. package/designer/tree-grid/index.esm.js +473 -810
  291. package/designer/tree-grid/index.umd.cjs +1 -1
  292. package/designer/tree-view/index.esm.js +313 -0
  293. package/designer/tree-view/index.umd.cjs +1 -0
  294. package/designer/uploader/index.esm.js +1190 -0
  295. package/designer/uploader/index.umd.cjs +2 -0
  296. package/designer/verify-detail/index.esm.js +258 -0
  297. package/designer/verify-detail/index.umd.cjs +1 -0
  298. package/designer/video/index.esm.js +136 -0
  299. package/designer/video/index.umd.cjs +1 -0
  300. package/designer/weather/index.css +1 -0
  301. package/designer/weather/index.esm.js +6244 -0
  302. package/designer/weather/index.umd.cjs +14 -0
  303. package/farris.all.esm.js +69941 -70514
  304. package/farris.all.umd.cjs +117 -117
  305. package/index.css +1 -1
  306. package/locales/filter-bar/ui/en.json +2 -1
  307. package/locales/filter-bar/ui/zh-CHS.json +2 -1
  308. package/locales/filter-bar/ui/zh-CHT.json +2 -1
  309. package/locales/query-solution/ui/en.json +1 -1
  310. package/locales/query-solution/ui/zh-CHS.json +1 -1
  311. package/locales/query-solution/ui/zh-CHT.json +1 -1
  312. package/locales/ui/en.json +3 -2
  313. package/locales/ui/zh-CHS.json +3 -2
  314. package/locales/ui/zh-CHT.json +3 -2
  315. package/package.json +1 -1
  316. package/types/accordion/designer.d.ts +44 -0
  317. package/types/accordion/src/accordion.props.d.ts +0 -1
  318. package/types/accordion/src/components/accordion-item.props.d.ts +0 -1
  319. package/types/avatar/designer.d.ts +29 -0
  320. package/types/avatar/src/avatar.props.d.ts +0 -1
  321. package/types/avatar/src/property-config/avatar.property-config.d.ts +1 -1
  322. package/types/{expression-editor/index.d.ts → binding-selector/designer.d.ts} +6 -6
  323. package/types/binding-selector/index.d.ts +0 -54
  324. package/types/binding-selector/src/binding-selector.props.d.ts +0 -1
  325. package/types/button-group/designer.d.ts +29 -0
  326. package/types/button-group/index.d.ts +15 -0
  327. package/types/button-group/src/button-group.props.d.ts +0 -1
  328. package/types/calendar/src/calendar.props.d.ts +1 -0
  329. package/types/calendar/src/components/month/month-view.component.d.ts +6 -6
  330. package/types/calendar/src/composition/use-calendar-events.d.ts +1 -1
  331. package/types/calendar/src/composition/use-locales.d.ts +1 -0
  332. package/types/calendar/src/property-config/calendar.property-config.d.ts +2 -0
  333. package/types/capsule/src/capsule-item.component.d.ts +6 -6
  334. package/types/checkbox/designer.d.ts +2 -0
  335. package/types/checkbox-group/designer.d.ts +2 -0
  336. package/types/code-editor/designer.d.ts +5 -0
  337. package/types/code-editor/index.d.ts +0 -1
  338. package/types/code-editor/src/code-textbox.component.d.ts +6 -6
  339. package/types/code-editor/src/code-textbox.props.d.ts +0 -2
  340. package/types/color-picker/designer.d.ts +29 -0
  341. package/types/color-picker/index.d.ts +0 -15
  342. package/types/color-picker/src/color-picker.props.d.ts +0 -1
  343. package/types/combo-list/designer.d.ts +29 -0
  344. package/types/combo-list/src/combo-list.props.d.ts +1 -0
  345. package/types/combo-list/src/designer/combo-list.design.props.d.ts +6 -0
  346. package/types/combo-tree/designer.d.ts +5 -0
  347. package/types/combo-tree/src/combo-tree.props.d.ts +0 -1
  348. package/types/combo-tree/src/components/tree-container.component.d.ts +7 -7
  349. package/types/comment/src/comment.props.d.ts +4 -0
  350. package/types/comment/src/designer/comment.design.props.d.ts +4 -0
  351. package/types/common/index.d.ts +1 -0
  352. package/types/common/utils/use-mobile.d.ts +1 -0
  353. package/types/component/designer.d.ts +35 -0
  354. package/types/component/index.d.ts +0 -2
  355. package/types/component/src/component.props.d.ts +0 -8
  356. package/types/component/src/composition/field-tree-builder.d.ts +1 -0
  357. package/types/components.d.ts +2 -6
  358. package/types/condition/designer.d.ts +56 -0
  359. package/types/condition/index.d.ts +0 -55
  360. package/types/content-container/index.d.ts +3 -2
  361. package/types/content-container/src/content-container.props.d.ts +1 -0
  362. package/types/data-grid/designer.d.ts +2 -0
  363. package/types/data-grid/index.d.ts +5 -2
  364. package/types/data-grid/src/data-grid.component.d.ts +2 -1
  365. package/types/data-grid/src/designer/grid-field-editor.props.d.ts +1 -0
  366. package/types/data-view/composition/types.d.ts +7 -1
  367. package/types/data-view/composition/use-mobile.d.ts +3 -0
  368. package/types/data-view/designer/property-config/use-command-option.d.ts +11 -0
  369. package/types/data-view/index.d.ts +1 -0
  370. package/types/designer-canvas/src/composition/designer-canvas-changed.d.ts +3 -3
  371. package/types/designer-canvas/src/composition/dg-control.d.ts +8 -0
  372. package/types/designer-outline/src/designer-outline.component.d.ts +3 -3
  373. package/types/designer-outline/src/types.d.ts +5 -1
  374. package/types/drawer/designer.d.ts +12 -0
  375. package/types/drawer/src/designer/drawer-toolbar.design.props.d.ts +12 -0
  376. package/types/drawer/src/designer/drawer.design.component.d.ts +8 -0
  377. package/types/drawer/src/designer/drawer.design.props.d.ts +4 -0
  378. package/types/drawer/src/schema/schema-mapper.d.ts +1 -0
  379. package/types/drawer/src/schema/schema-resolver.d.ts +1 -0
  380. package/types/dropdown/designer.d.ts +6 -0
  381. package/types/dropdown/index.d.ts +27 -6
  382. package/types/dropdown/src/dropdown.item.component.d.ts +2 -2
  383. package/types/dropdown/src/dropdown.props.d.ts +0 -1
  384. package/types/dynamic-form/designer.d.ts +3 -1
  385. package/types/dynamic-form/index.d.ts +4 -3
  386. package/types/dynamic-form/src/component/dynamic-form-label/dynamic-form-label.component.d.ts +6 -6
  387. package/types/dynamic-form/src/composition/use-input-type-resolver.d.ts +11 -0
  388. package/types/dynamic-resolver/index.d.ts +3 -0
  389. package/types/dynamic-resolver/src/props-resolver.d.ts +2 -0
  390. package/types/dynamic-resolver/src/resolver/property-config/property-config-resolver-design.d.ts +1 -1
  391. package/types/dynamic-resolver/src/resolver/property-config/property-config-resolver.d.ts +1 -1
  392. package/types/dynamic-resolver/src/resolver/property-config/use-property-config-resolver.d.ts +2 -2
  393. package/types/dynamic-resolver/src/resolver/schema/schema-resolver-design.d.ts +1 -1
  394. package/types/dynamic-resolver/src/resolver/schema/schema-resolver.d.ts +1 -1
  395. package/types/dynamic-view/src/components/maps.d.ts +883 -1
  396. package/types/dynamic-view/src/dynamic-view.component.d.ts +1 -1
  397. package/types/dynamic-view/src/types.d.ts +4 -0
  398. package/types/expression-editor/designer.d.ts +9 -0
  399. package/types/field-selector/index.d.ts +2 -1
  400. package/types/fieldset/index.d.ts +3 -2
  401. package/types/fieldset/src/fieldset.props.d.ts +1 -0
  402. package/types/filter-bar/src/composition/types.d.ts +1 -1
  403. package/types/filter-bar/src/composition/use-size.d.ts +2 -2
  404. package/types/filter-bar/src/locale/locale.d.ts +1 -0
  405. package/types/filter-condition-editor/designer.d.ts +10 -0
  406. package/types/filter-condition-editor/index.d.ts +0 -9
  407. package/types/filter-condition-editor/src/components/filter-condition-grid.component.d.ts +12 -12
  408. package/types/filter-condition-editor/src/components/sort-editor-grid.component.d.ts +12 -12
  409. package/types/filter-condition-editor/src/filter-condition-editor.props.d.ts +0 -1
  410. package/types/html-template/designer.d.ts +31 -0
  411. package/types/html-template/src/designer/html-template.design.props.d.ts +9 -0
  412. package/types/html-template/src/html-template.props.d.ts +2 -0
  413. package/types/image-cropper/designer.d.ts +4 -0
  414. package/types/image-cropper/src/image-cropper.props.d.ts +0 -1
  415. package/types/index.d.ts +0 -1
  416. package/types/input-group/designer.d.ts +2 -0
  417. package/types/json-editor/designer.d.ts +5 -0
  418. package/types/json-editor/src/components/editable-combo/editable-combo.component.d.ts +3 -3
  419. package/types/json-editor/src/components/editable-combo/popup-container.component.d.ts +3 -3
  420. package/types/json-editor/src/json-editor.props.d.ts +0 -1
  421. package/types/language-textbox/index.d.ts +6 -6
  422. package/types/language-textbox/src/language-textbox.component.d.ts +2 -2
  423. package/types/language-textbox/src/language-textbox.props.d.ts +1 -0
  424. package/types/layout/index.d.ts +1 -0
  425. package/types/layout/src/components/layout-pane.props.d.ts +0 -1
  426. package/types/layout/src/layout.props.d.ts +0 -1
  427. package/types/list-nav/index.d.ts +24 -5
  428. package/types/list-nav/src/list-nav.props.d.ts +0 -1
  429. package/types/list-view/index.d.ts +1 -0
  430. package/types/list-view/src/composition/use-draggable.d.ts +1 -1
  431. package/types/list-view/src/designer/list-view.design.props.d.ts +1 -0
  432. package/types/list-view/src/list-view-table.props.d.ts +1 -0
  433. package/types/loading/index.d.ts +6 -6
  434. package/types/loading/src/loading.component.d.ts +3 -3
  435. package/types/lookup/index.d.ts +1 -1
  436. package/types/lookup/src/components/popup-container.component.d.ts +6 -6
  437. package/types/lookup/src/lookup.props.d.ts +1 -0
  438. package/types/lookup/src/property-config/external-lookup.property-config.d.ts +1 -0
  439. package/types/lookup/src/property-config/lookup.property-config.d.ts +1 -0
  440. package/types/menu-lookup/designer.d.ts +5 -0
  441. package/types/menu-lookup/src/menu-lookup.props.d.ts +0 -1
  442. package/types/message-box/index.d.ts +6 -6
  443. package/types/message-box/src/message-box.component.d.ts +3 -3
  444. package/types/modal/designer.d.ts +2 -0
  445. package/types/modal/index.d.ts +30 -24
  446. package/types/modal/src/modal.component.d.ts +15 -12
  447. package/types/modal/src/modal.props.d.ts +4 -0
  448. package/types/nav/designer.d.ts +6 -0
  449. package/types/nav/index.d.ts +24 -20
  450. package/types/nav/src/nav.props.d.ts +0 -1
  451. package/types/notify/index.d.ts +3 -3
  452. package/types/notify/src/notify.component.d.ts +2 -2
  453. package/types/number-range/designer.d.ts +29 -0
  454. package/types/number-range/src/number-range.props.d.ts +0 -1
  455. package/types/number-spinner/src/composition/types.d.ts +1 -0
  456. package/types/order/designer.d.ts +6 -0
  457. package/types/order/index.d.ts +36 -5
  458. package/types/order/src/designer/order.design.component.d.ts +1 -1
  459. package/types/order/src/order.props.d.ts +0 -1
  460. package/types/page-footer/designer.d.ts +6 -0
  461. package/types/page-footer/index.d.ts +0 -2
  462. package/types/page-footer/src/page-footer.props.d.ts +0 -1
  463. package/types/page-header/index.d.ts +3 -2
  464. package/types/page-header/src/designer/page-header.design.props.d.ts +20 -0
  465. package/types/page-header/src/page-header.props.d.ts +2 -0
  466. package/types/pagination/designer.d.ts +29 -0
  467. package/types/pagination/index.d.ts +15 -0
  468. package/types/pagination/src/pagination.props.d.ts +0 -1
  469. package/types/popover/index.d.ts +3 -3
  470. package/types/popover/src/composition/use-resize.d.ts +1 -1
  471. package/types/popover/src/popover.component.d.ts +2 -2
  472. package/types/progress/designer.d.ts +29 -0
  473. package/types/progress/src/progress.props.d.ts +0 -1
  474. package/types/property-panel/src/property-panel.component.d.ts +3 -3
  475. package/types/query-solution/index.d.ts +4 -4
  476. package/types/query-solution/src/composition/types.d.ts +8 -2
  477. package/types/query-solution/src/composition/use-header.d.ts +2 -2
  478. package/types/query-solution/src/composition/use-solution-utils.d.ts +1 -1
  479. package/types/query-solution/src/designer/query-solution-config/composition/use-util.d.ts +1 -1
  480. package/types/query-solution/src/designer/query-solution-config/query-solution-config.props.d.ts +1 -0
  481. package/types/query-solution/src/designer/solution-preset-config/solution-preset.props.d.ts +1 -0
  482. package/types/query-solution/src/query-solution.props.d.ts +1 -0
  483. package/types/radio-group/designer.d.ts +4 -1
  484. package/types/radio-group/src/designer/item-collection-editor.props.d.ts +1 -0
  485. package/types/response-layout/index.d.ts +3 -2
  486. package/types/response-layout/src/component/response-layout-item.props.d.ts +1 -0
  487. package/types/response-layout/src/property-config/response-layout-splitter/response-layout-splitter.props.d.ts +1 -0
  488. package/types/response-layout/src/response-layout.props.d.ts +1 -0
  489. package/types/response-toolbar/designer.d.ts +2 -1
  490. package/types/response-toolbar/src/designer/response-toolbar.design.props.d.ts +1 -0
  491. package/types/search-box/designer.d.ts +52 -0
  492. package/types/search-box/index.d.ts +1 -17
  493. package/types/search-box/src/components/search-box-container.component.d.ts +3 -3
  494. package/types/search-box/src/search-box.props.d.ts +0 -1
  495. package/types/section/designer.d.ts +1 -0
  496. package/types/smoke-detector/designer.d.ts +6 -0
  497. package/types/smoke-detector/index.d.ts +0 -2
  498. package/types/smoke-detector/src/smoke-detector.props.d.ts +0 -1
  499. package/types/sort-condition-editor/designer.d.ts +9 -0
  500. package/types/sort-condition-editor/index.d.ts +2 -7
  501. package/types/sort-condition-editor/src/sort-condition-editor.props.d.ts +0 -1
  502. package/types/splitter/designer.d.ts +32 -0
  503. package/types/splitter/index.d.ts +1 -0
  504. package/types/splitter/src/components/splitter-pane.props.d.ts +0 -1
  505. package/types/splitter/src/splitter.props.d.ts +0 -1
  506. package/types/step/designer.d.ts +6 -0
  507. package/types/tabs/designer.d.ts +1 -0
  508. package/types/tabs/index.d.ts +0 -1
  509. package/types/tabs/src/composition/types.d.ts +1 -0
  510. package/types/tabs/src/designer/tab-toolbar-item.props.d.ts +1 -0
  511. package/types/tags/index.d.ts +3 -3
  512. package/types/tags/src/tags.component.d.ts +1 -1
  513. package/types/text/designer.d.ts +6 -0
  514. package/types/text/index.d.ts +24 -20
  515. package/types/text/src/text.props.d.ts +0 -1
  516. package/types/time-picker/src/components/time.component.d.ts +3 -3
  517. package/types/transfer/designer.d.ts +35 -0
  518. package/types/transfer/src/transfer.props.d.ts +0 -1
  519. package/types/tree-view/designer.d.ts +29 -0
  520. package/types/tree-view/src/tree-view.props.d.ts +0 -1
  521. package/types/uploader/designer.d.ts +141 -0
  522. package/types/uploader/index.d.ts +6 -6
  523. package/types/uploader/src/components/upload-progress.component.d.ts +3 -3
  524. package/types/uploader/src/uploader.component.d.ts +3 -3
  525. package/types/uploader/src/uploader.props.d.ts +0 -1
  526. package/types/verify-detail/designer.d.ts +6 -0
  527. package/types/verify-detail/index.d.ts +58 -5
  528. package/types/verify-detail/src/designer/verify-detail.design.component.d.ts +8 -8
  529. package/types/verify-detail/src/verify-detail.props.d.ts +0 -1
  530. package/types/video/designer.d.ts +6 -0
  531. package/types/video/index.d.ts +24 -20
  532. package/types/video/src/video.props.d.ts +0 -1
  533. package/components/sort-condition-editor/index.css +0 -1
  534. package/package.zip +0 -0
  535. package/types/designer-toolbox/index.d.ts +0 -3
  536. package/types/designer-toolbox/src/toolbox.component.d.ts +0 -14
  537. package/types/designer-toolbox/src/toolbox.props.d.ts +0 -29
  538. package/types/designer-toolbox/src/types.d.ts +0 -21
  539. package/types/designer.d.ts +0 -13
  540. package/types/flow-canvas/index.d.ts +0 -3
  541. package/types/flow-canvas/src/components/flow-node-item.component.d.ts +0 -8
  542. package/types/flow-canvas/src/components/flow-node-item.props.d.ts +0 -3
  543. package/types/flow-canvas/src/composition/types.d.ts +0 -42
  544. package/types/flow-canvas/src/composition/use-bezier-curve.d.ts +0 -2
  545. package/types/flow-canvas/src/composition/use-connections.d.ts +0 -2
  546. package/types/flow-canvas/src/composition/use-curve.d.ts +0 -4
  547. package/types/flow-canvas/src/composition/use-drawing-bezier.d.ts +0 -2
  548. package/types/flow-canvas/src/composition/use-drawing.d.ts +0 -4
  549. package/types/flow-canvas/src/flow-canvas.component.d.ts +0 -8
  550. package/types/flow-canvas/src/flow-canvas.props.d.ts +0 -3
  551. package/types/layout/src/designer/layout-pane-use-designer-rules.d.ts +0 -2
  552. package/types/layout/src/designer/layout-pane.design.component.d.ts +0 -8
  553. package/types/layout/src/designer/layout-use-designer-rules.d.ts +0 -2
  554. package/types/layout/src/designer/layout.design.component.d.ts +0 -8
  555. package/types/layout/src/schema/schema-mapper.d.ts +0 -2
  556. package/types/layout/src/schema/schema-resolver.d.ts +0 -2
  557. package/types/list-nav/src/designer/use-designer-rules.d.ts +0 -2
  558. package/types/list-nav/src/property-config/list-nav.property-config.d.ts +0 -8
  559. package/types/list-nav/src/schema/schema-mapper.d.ts +0 -2
  560. package/types/list-nav/src/schema/schema-resolver.d.ts +0 -2
  561. /package/{components → designer}/condition/index.css +0 -0
  562. /package/{components → designer}/uploader/index.css +0 -0
  563. /package/types/{list-nav/src/designer/list-nav.design.component.d.ts → dynamic-form/src/component/form-control/form-control.component.d.ts} +0 -0
@@ -1,139 +1,139 @@
1
1
  var Ce = Object.defineProperty;
2
2
  var Ae = (i, t, e) => t in i ? Ce(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
3
3
  var A = (i, t, e) => Ae(i, typeof t != "symbol" ? t + "" : t, e);
4
- import { ref as U, computed as L, defineComponent as _, watch as Q, createVNode as Y, nextTick as Fe, inject as X, onMounted as Ee } from "vue";
5
- import { isPlainObject as $, cloneDeep as z } from "lodash-es";
4
+ import { ref as B, computed as R, defineComponent as ee, watch as X, createVNode as Y, nextTick as Fe, inject as $, onMounted as Ee } from "vue";
5
+ import { isPlainObject as K, cloneDeep as D } from "lodash-es";
6
6
  import { resolveAppearance as we } from "../dynamic-resolver/index.esm.js";
7
- import { getCustomClass as ee, FormSchemaEntityField$Type as K, FormSchemaEntityFieldType$Type as Ie, withInstall as xe } from "../common/index.esm.js";
8
- import { DgControl as f, canvasChanged as G, refreshCanvas as Me, useDesignerComponent as Se } from "../designer-canvas/index.esm.js";
9
- function te(i, t) {
7
+ import { getCustomClass as te, FormSchemaEntityField$Type as _, FormSchemaEntityFieldType$Type as xe, withInstall as Ie } from "../common/index.esm.js";
8
+ import { DgControl as f, canvasChanged as j, refreshCanvas as Se, useDesignerComponent as Me } from "../designer-canvas/index.esm.js";
9
+ function ie(i, t) {
10
10
  let e;
11
- function n(s) {
12
- const { properties: m, title: h, ignore: a } = s, u = a && Array.isArray(a), y = Object.keys(m).reduce((v, C) => ((!u || !a.find((E) => E === C)) && (v[C] = m[C].type === "object" && m[C].properties ? n(m[C]) : z(m[C].default)), v), {});
13
- if (h && (!u || !a.find((v) => v === "id"))) {
11
+ function n(o) {
12
+ const { properties: m, title: h, ignore: a } = o, p = a && Array.isArray(a), y = Object.keys(m).reduce((v, b) => ((!p || !a.find((w) => w === b)) && (v[b] = m[b].type === "object" && m[b].properties ? n(m[b]) : D(m[b].default)), v), {});
13
+ if (h && (!p || !a.find((v) => v === "id"))) {
14
14
  const v = h.toLowerCase().replace(/-/g, "_");
15
15
  y.id = `${v}_${Math.random().toString().slice(2, 6)}`;
16
16
  }
17
17
  return y;
18
18
  }
19
- function r(s) {
20
- const { properties: m, title: h, required: a } = s;
19
+ function r(o) {
20
+ const { properties: m, title: h, required: a } = o;
21
21
  if (a && Array.isArray(a)) {
22
- const u = a.reduce((y, v) => (y[v] = m[v].type === "object" && m[v].properties ? n(m[v]) : z(m[v].default), y), {});
22
+ const p = a.reduce((y, v) => (y[v] = m[v].type === "object" && m[v].properties ? n(m[v]) : D(m[v].default), y), {});
23
23
  if (h && a.find((y) => y === "id")) {
24
24
  const y = h.toLowerCase().replace(/-/g, "_");
25
- u.id = `${y}_${Math.random().toString().slice(2, 6)}`;
25
+ p.id = `${y}_${Math.random().toString().slice(2, 6)}`;
26
26
  }
27
- return u;
27
+ return p;
28
28
  }
29
29
  return {
30
30
  type: h
31
31
  };
32
32
  }
33
- function o(s, m = {}, h) {
34
- const a = i[s];
33
+ function s(o, m = {}, h) {
34
+ const a = i[o];
35
35
  if (a) {
36
- let u = r(a);
37
- const y = t[s];
38
- return u = y ? y({ getSchemaByType: o }, u, m, h) : u, e != null && e.appendIdentifyForNewControl && e.appendIdentifyForNewControl(u), u;
36
+ let p = r(a);
37
+ const y = t[o];
38
+ return p = y ? y({ getSchemaByType: s }, p, m, h) : p, e != null && e.appendIdentifyForNewControl && e.appendIdentifyForNewControl(p), p;
39
39
  }
40
40
  return null;
41
41
  }
42
- function l(s, m) {
42
+ function l(o, m) {
43
43
  const h = n(m);
44
- return Object.keys(h).reduce((a, u) => (Object.prototype.hasOwnProperty.call(s, u) && (a[u] && $(a[u]) && $(s[u] || !s[u]) ? Object.assign(a[u], s[u] || {}) : a[u] = s[u]), a), h), h;
44
+ return Object.keys(h).reduce((a, p) => (Object.prototype.hasOwnProperty.call(o, p) && (a[p] && K(a[p]) && K(o[p] || !o[p]) ? Object.assign(a[p], o[p] || {}) : a[p] = o[p]), a), h), h;
45
45
  }
46
- function g(s, m) {
47
- return Object.keys(s).filter((a) => s[a] != null).reduce((a, u) => {
48
- if (m.has(u)) {
49
- const y = m.get(u);
46
+ function g(o, m) {
47
+ return Object.keys(o).filter((a) => o[a] != null).reduce((a, p) => {
48
+ if (m.has(p)) {
49
+ const y = m.get(p);
50
50
  if (typeof y == "string")
51
- a[y] = s[u];
51
+ a[y] = o[p];
52
52
  else {
53
- const v = y(u, s[u], s);
53
+ const v = y(p, o[p], o);
54
54
  Object.assign(a, v);
55
55
  }
56
56
  } else
57
- a[u] = s[u];
57
+ a[p] = o[p];
58
58
  return a;
59
59
  }, {});
60
60
  }
61
- function d(s, m, h = /* @__PURE__ */ new Map()) {
62
- const a = l(s, m);
61
+ function d(o, m, h = /* @__PURE__ */ new Map()) {
62
+ const a = l(o, m);
63
63
  return g(a, h);
64
64
  }
65
- function p(s) {
65
+ function u(o) {
66
66
  var h;
67
- const m = s.type;
67
+ const m = o.type;
68
68
  if (m) {
69
69
  const a = i[m];
70
70
  if (!a)
71
- return s;
72
- const u = l(s, a), y = ((h = s.editor) == null ? void 0 : h.type) || "";
71
+ return o;
72
+ const p = l(o, a), y = ((h = o.editor) == null ? void 0 : h.type) || "";
73
73
  if (y) {
74
- const v = i[y], C = l(s.editor, v);
75
- u.editor = C;
74
+ const v = i[y], b = l(o.editor, v);
75
+ p.editor = b;
76
76
  }
77
- return u;
77
+ return p;
78
78
  }
79
- return s;
79
+ return o;
80
80
  }
81
- function c(s) {
82
- e = s;
81
+ function c(o) {
82
+ e = o;
83
83
  }
84
- return { getSchemaByType: o, resolveSchemaWithDefaultValue: p, resolveSchemaToProps: d, mappingSchemaToProps: g, setDesignerContext: c };
84
+ return { getSchemaByType: s, resolveSchemaWithDefaultValue: u, resolveSchemaToProps: d, mappingSchemaToProps: g, setDesignerContext: c };
85
85
  }
86
- const ie = {}, ne = {}, { resolveSchemaWithDefaultValue: Pe, resolveSchemaToProps: Te, mappingSchemaToProps: ke } = te(ie, ne);
86
+ const ne = {}, re = {}, { resolveSchemaWithDefaultValue: Pe, resolveSchemaToProps: Te, mappingSchemaToProps: ke } = ie(ne, re);
87
87
  function Ve(i = {}) {
88
- function t(p, c, s, m) {
89
- if (typeof s == "number")
90
- return m[p].length === s;
91
- if (typeof s == "object") {
92
- const h = Object.keys(s)[0], a = s[h];
88
+ function t(u, c, o, m) {
89
+ if (typeof o == "number")
90
+ return m[u].length === o;
91
+ if (typeof o == "object") {
92
+ const h = Object.keys(o)[0], a = o[h];
93
93
  if (h === "not")
94
- return Number(m[p].length) !== Number(a);
94
+ return Number(m[u].length) !== Number(a);
95
95
  if (h === "moreThan")
96
- return Number(m[p].length) >= Number(a);
96
+ return Number(m[u].length) >= Number(a);
97
97
  if (h === "lessThan")
98
- return Number(m[p].length) <= Number(a);
98
+ return Number(m[u].length) <= Number(a);
99
99
  }
100
100
  return !1;
101
101
  }
102
- function e(p, c, s, m) {
103
- return m[p] && m[p].propertyValue && String(m[p].propertyValue.value) === String(s);
102
+ function e(u, c, o, m) {
103
+ return m[u] && m[u].propertyValue && String(m[u].propertyValue.value) === String(o);
104
104
  }
105
105
  const n = /* @__PURE__ */ new Map([
106
106
  ["length", t],
107
107
  ["getProperty", e]
108
108
  ]);
109
- Object.keys(i).reduce((p, c) => (p.set(c, i[c]), p), n);
110
- function r(p, c) {
111
- const s = p;
112
- return typeof c == "number" ? [{ target: s, operator: "length", param: null, value: Number(c) }] : typeof c == "boolean" ? [{ target: s, operator: "getProperty", param: p, value: !!c }] : typeof c == "object" ? Object.keys(c).map((m) => {
109
+ Object.keys(i).reduce((u, c) => (u.set(c, i[c]), u), n);
110
+ function r(u, c) {
111
+ const o = u;
112
+ return typeof c == "number" ? [{ target: o, operator: "length", param: null, value: Number(c) }] : typeof c == "boolean" ? [{ target: o, operator: "getProperty", param: u, value: !!c }] : typeof c == "object" ? Object.keys(c).map((m) => {
113
113
  if (m === "length")
114
- return { target: s, operator: "length", param: null, value: c[m] };
114
+ return { target: o, operator: "length", param: null, value: c[m] };
115
115
  const h = m, a = c[m];
116
- return { target: s, operator: "getProperty", param: h, value: a };
116
+ return { target: o, operator: "getProperty", param: h, value: a };
117
117
  }) : [];
118
118
  }
119
- function o(p) {
120
- return Object.keys(p).reduce((s, m) => {
121
- const h = r(m, p[m]);
122
- return s.push(...h), s;
119
+ function s(u) {
120
+ return Object.keys(u).reduce((o, m) => {
121
+ const h = r(m, u[m]);
122
+ return o.push(...h), o;
123
123
  }, []);
124
124
  }
125
- function l(p, c) {
126
- if (n.has(p.operator)) {
127
- const s = n.get(p.operator);
128
- return s && s(p.target, p.param, p.value, c) || !1;
125
+ function l(u, c) {
126
+ if (n.has(u.operator)) {
127
+ const o = n.get(u.operator);
128
+ return o && o(u.target, u.param, u.value, c) || !1;
129
129
  }
130
130
  return !1;
131
131
  }
132
- function g(p, c) {
133
- return o(p).reduce((h, a) => h && l(a, c), !0);
132
+ function g(u, c) {
133
+ return s(u).reduce((h, a) => h && l(a, c), !0);
134
134
  }
135
- function d(p, c) {
136
- const s = Object.keys(p), m = s.includes("allOf"), h = s.includes("anyOf"), a = m || h, v = (a ? p[a ? m ? "allOf" : "anyOf" : "allOf"] : [p]).map((E) => g(E, c));
135
+ function d(u, c) {
136
+ const o = Object.keys(u), m = o.includes("allOf"), h = o.includes("anyOf"), a = m || h, v = (a ? u[a ? m ? "allOf" : "anyOf" : "allOf"] : [u]).map((w) => g(w, c));
137
137
  return m ? !v.includes(!1) : v.includes(!0);
138
138
  }
139
139
  return { parseValueSchema: d };
@@ -177,6 +177,7 @@ const Oe = {
177
177
  tabs: { type: "tabs", name: "标签页" },
178
178
  "tab-page": { type: "tab-page", name: "标签页项", dependentParentControl: "Tab" },
179
179
  "tab-toolbar-item": { type: "tab-toolbar-item", name: "标签页工具栏按钮" },
180
+ "drawer-toolbar-item": { type: "drawer-toolbar-item", name: "抽屉工具栏按钮" },
180
181
  "html-template": { type: "html-template", name: "模板容器" },
181
182
  "time-picker": { type: "time-picker", name: "时间选择" },
182
183
  section: { type: "section", name: "分组面板" },
@@ -189,6 +190,7 @@ const Oe = {
189
190
  "page-header": { type: "page-header", name: "页头" },
190
191
  "page-footer": { type: "page-footer", name: "页脚" },
191
192
  "tab-toolbar": { type: "tab-toolbar", name: "标签页工具栏" },
193
+ "drawer-toolbar": { type: "drawer-toolbar", name: "抽屉工具栏" },
192
194
  fieldset: { type: "fieldset", name: "分组" },
193
195
  "query-solution": { type: "query-solution", name: "筛选方案" },
194
196
  drawer: { type: "drawer", name: "抽屉" },
@@ -201,7 +203,7 @@ const Oe = {
201
203
  "discussion-editor": { type: "discussion-editor", name: "评论编辑区" },
202
204
  "discussion-list": { type: "discussion-list", name: "评论列表" },
203
205
  comment: { type: "comment", name: "评论区" },
204
- "rich-text-editor": { type: "rich-text-editor", name: "富文本编辑器", icon: "rich-text-box" },
206
+ "rich-text-editor": { type: "rich-text-editor", name: "富文本", icon: "rich-text-box" },
205
207
  calendar: { type: "calendar", name: "日历", icon: "date-picker" }
206
208
  }, Re = {
207
209
  convertFrom: (i, t, e) => {
@@ -263,17 +265,29 @@ const Oe = {
263
265
  ]), t === "enableType" && e === "custom" && (i.command.enable = !0, i.command.commands = [
264
266
  {
265
267
  value: "add",
266
- text: "增加",
268
+ text: {
269
+ en: "add",
270
+ "zh-CHS": "增加",
271
+ "zh-CHT": "增加"
272
+ },
267
273
  type: "link"
268
274
  },
269
275
  {
270
276
  value: "edit",
271
- text: "编辑",
277
+ text: {
278
+ en: "edit",
279
+ "zh-CHS": "编辑",
280
+ "zh-CHT": "編輯"
281
+ },
272
282
  type: "danger"
273
283
  },
274
284
  {
275
285
  value: "remove",
276
- text: "删除",
286
+ text: {
287
+ en: "remove",
288
+ "zh-CHS": "删除",
289
+ "zh-CHT": "刪除"
290
+ },
277
291
  type: "remove"
278
292
  }
279
293
  ]), t === "enableType" && e === "unable" && (i.command.enable = !1);
@@ -282,13 +296,15 @@ const Oe = {
282
296
  var n, r;
283
297
  if (i.command) {
284
298
  if (t === "enableType") {
285
- const o = (r = (n = i.command) == null ? void 0 : n.commands) == null ? void 0 : r.find((l) => l.command === "edit" && l.type === "primary");
286
- return i.command.enable ? o ? "default" : "custom" : "unable";
299
+ const s = (r = (n = i.command) == null ? void 0 : n.commands) == null ? void 0 : r.find((l) => l.command === "edit" && l.type === "primary");
300
+ return i.command.enable ? s ? "default" : "custom" : "unable";
287
301
  }
288
302
  if (t === "commands")
289
303
  return i.command.enableType === "custom" ? i.command.commands : [];
290
304
  if (t === "formatter")
291
305
  return i.command.formatter;
306
+ if (t === "count")
307
+ return i.command.count;
292
308
  }
293
309
  return "";
294
310
  }
@@ -343,12 +359,12 @@ const Oe = {
343
359
  i.binding || (i.binding = {}), i.binding.type = "Form", i.binding.path = n.bindingField, i.binding.field = n.id, i.binding.fullPath = n.path, i.path = n.bindingPath;
344
360
  }
345
361
  }
346
- }, Je = {
362
+ }, ze = {
347
363
  convertTo: (i, t, e, n) => {
348
364
  i.pagination || (i.pagination = {}), i.pagination[t] = e;
349
365
  },
350
366
  convertFrom: (i, t, e) => i.pagination ? i.pagination[t] : i[t]
351
- }, ze = {
367
+ }, Je = {
352
368
  convertTo: (i, t, e, n) => {
353
369
  i.rowNumber || (i.rowNumber = {}), i.rowNumber[t] = e;
354
370
  },
@@ -426,7 +442,7 @@ const Oe = {
426
442
  },
427
443
  convertFrom: (i, t, e) => t === "columnTemplate" ? i.columnTemplate : t === "columnTemplateType" ? i.columnTemplateType ? i.columnTemplateType || "default" : i.columnTemplate && !i.onClickLinkCommand ? "custom" : i.columnTemplate && i.onClickLinkCommand ? "hyperlink" : "default" : ""
428
444
  };
429
- function re(i, t, e) {
445
+ function oe(i, t, e) {
430
446
  const n = /* @__PURE__ */ new Map([
431
447
  ["/converter/appearance.converter", Oe],
432
448
  ["/converter/buttons.converter", Be],
@@ -441,8 +457,8 @@ function re(i, t, e) {
441
457
  ["/converter/group.converter", We],
442
458
  ["/converter/form-group-label.converter", Qe],
443
459
  ["/converter/field-selector.converter", He],
444
- ["/converter/pagination.converter", Je],
445
- ["/converter/row-number.converter", ze],
460
+ ["/converter/pagination.converter", ze],
461
+ ["/converter/row-number.converter", Je],
446
462
  ["/converter/grid-selection.converter", De],
447
463
  ["/converter/size.converter", Xe],
448
464
  ["/converter/change-formatter-enum.converter", $e],
@@ -474,95 +490,95 @@ function re(i, t, e) {
474
490
  ["array", { type: "button-edit" }],
475
491
  ["number", { type: "number-spinner", placeholder: "" }],
476
492
  ["events-editor", { type: "events-editor", hide: !0 }]
477
- ]), o = Ve();
478
- function l(a, u) {
479
- return () => o.parseValueSchema(a, u);
493
+ ]), s = Ve();
494
+ function l(a, p) {
495
+ return () => s.parseValueSchema(a, p);
480
496
  }
481
- function g(a, u, y) {
482
- return a.includes("visible") && u.visible !== void 0 ? typeof u.visible == "boolean" ? () => !!u.visible : u.visible === void 0 ? !0 : l(u.visible, y) : () => !0;
497
+ function g(a, p, y) {
498
+ return a.includes("visible") && p.visible !== void 0 ? typeof p.visible == "boolean" ? () => !!p.visible : p.visible === void 0 ? !0 : l(p.visible, y) : () => !0;
483
499
  }
484
- function d(a, u, y) {
485
- return a.includes("readonly") && u.readonly !== void 0 ? typeof u.readonly == "boolean" ? () => !!u.readonly : l(u.readonly, y) : () => !1;
500
+ function d(a, p, y) {
501
+ return a.includes("readonly") && p.readonly !== void 0 ? typeof p.readonly == "boolean" ? () => !!p.readonly : l(p.readonly, y) : () => !1;
486
502
  }
487
- function p(a, u) {
488
- const y = a.$converter || u;
503
+ function u(a, p) {
504
+ const y = a.$converter || p;
489
505
  return typeof y == "string" && y && n.has(y) ? n.get(y) || null : y || null;
490
506
  }
491
- function c(a, u, y, v, C, E = "", I = "") {
492
- return Object.keys(a).map((F) => {
493
- const M = U(1), S = F, b = a[F], x = Object.keys(b), N = b.title, V = b.type, O = r.get(V) || { type: "input-group", enableClear: !1 }, k = b.editor ? Object.assign({}, O, b.editor) : Object.assign({}, O), H = g(x, b, u), R = d(x, b, u);
494
- k.readonly = k.readonly === void 0 ? R() : k.readonly;
495
- const J = b.type === "cascade" ? c(b.properties, u, y, v, C, E, I) : [], me = !0;
496
- let P = p(b, I);
497
- const fe = L({
507
+ function c(a, p, y, v, b, w = "", I = "") {
508
+ return Object.keys(a).map((E) => {
509
+ const M = B(1), S = E, F = a[E], C = Object.keys(F), L = F.title, V = F.type, O = r.get(V) || { type: "input-group", enableClear: !1 }, k = F.editor ? Object.assign({}, O, F.editor) : Object.assign({}, O), H = g(C, F, p), G = d(C, F, p);
510
+ k.readonly = k.readonly === void 0 ? G() : k.readonly;
511
+ const z = F.type === "cascade" ? c(F.properties, p, y, v, b, w, I) : [], J = !0;
512
+ let P = u(F, I);
513
+ const fe = R({
498
514
  get() {
499
515
  if (M.value) {
500
516
  if (["class", "style"].find((be) => be === S) && !P && (P = n.get("/converter/appearance.converter") || null), P && P.convertFrom)
501
- return P.convertFrom(y, F, C, E);
502
- const T = y[F];
503
- return Object.prototype.hasOwnProperty.call(b, "defaultValue") && (T === void 0 || typeof T == "string" && T === "") ? b.type === "boolean" ? b.defaultValue : b.defaultValue || "" : T;
517
+ return P.convertFrom(y, E, b, w);
518
+ const T = y[E];
519
+ return Object.prototype.hasOwnProperty.call(F, "defaultValue") && (T === void 0 || typeof T == "string" && T === "") ? F.type === "boolean" ? F.defaultValue : F.defaultValue || "" : T;
504
520
  }
505
521
  return null;
506
522
  },
507
523
  set(T) {
508
- M.value += 1, P && P.convertTo ? (P.convertTo(v, F, T, C, E), P.convertTo(y, F, T, C, E)) : (v[F] = T, y[F] = T);
524
+ M.value += 1, P && P.convertTo ? (P.convertTo(v, E, T, b, w), P.convertTo(y, E, T, b, w)) : (v[E] = T, y[E] = T);
509
525
  }
510
- }), { refreshPanelAfterChanged: ge, description: he, isExpand: ye, parentPropertyID: ve } = b, Z = { propertyID: S, propertyName: N, propertyType: V, propertyValue: fe, editor: k, visible: H, readonly: R, cascadeConfig: J, hideCascadeTitle: me, refreshPanelAfterChanged: ge, description: he, isExpand: ye, parentPropertyID: ve };
511
- return u[S] = Z, Z;
526
+ }), { refreshPanelAfterChanged: ge, description: he, isExpand: ye, parentPropertyID: ve } = F, Q = { propertyID: S, propertyName: L, propertyType: V, propertyValue: fe, editor: k, visible: H, readonly: G, cascadeConfig: z, hideCascadeTitle: J, refreshPanelAfterChanged: ge, description: he, isExpand: ye, parentPropertyID: ve };
527
+ return p[S] = Q, Q;
512
528
  });
513
529
  }
514
- function s(a, u, y = {}) {
515
- const v = {}, C = i[a];
516
- return C && C.categories ? Object.keys(C.categories).map((I) => {
517
- const w = C.categories[I], F = w == null ? void 0 : w.title, M = c(w.properties || {}, v, {}, y, u);
518
- return { categoryId: I, categoryName: F, properties: M };
530
+ function o(a, p, y = {}) {
531
+ const v = {}, b = i[a];
532
+ return b && b.categories ? Object.keys(b.categories).map((I) => {
533
+ const x = b.categories[I], E = x == null ? void 0 : x.title, M = c(x.properties || {}, v, {}, y, p);
534
+ return { categoryId: I, categoryName: E, properties: M };
519
535
  }) : [];
520
536
  }
521
- function m(a, u, y, v, C = "") {
522
- const E = u.$ref.schema, I = u.$ref.converter, w = y[E], F = w.type, M = e(w), S = {}, b = i[F];
523
- if (b && b.categories) {
524
- const x = b.categories[a], N = x == null ? void 0 : x.title;
525
- I && Object.keys(x.properties).forEach((k) => {
526
- x.properties[k].$converter = I;
537
+ function m(a, p, y, v, b = "") {
538
+ const w = p.$ref.schema, I = p.$ref.converter, x = y[w], E = x.type, M = e(x), S = {}, F = i[E];
539
+ if (F && F.categories) {
540
+ const C = F.categories[a], L = C == null ? void 0 : C.title;
541
+ I && Object.keys(C.properties).forEach((k) => {
542
+ C.properties[k].$converter = I;
527
543
  });
528
- const V = (x == null ? void 0 : x.properties) || {}, O = c(V, S, M, w, v, C);
529
- return { categoryId: a, categoryName: N, properties: O };
544
+ const V = (C == null ? void 0 : C.properties) || {}, O = c(V, S, M, x, v, b);
545
+ return { categoryId: a, categoryName: L, properties: O };
530
546
  }
531
547
  return { categoryId: a, categoryName: "", properties: [] };
532
548
  }
533
- function h(a, u, y, v, C) {
534
- const E = a.type, I = e(a), w = {};
535
- let F = C || i[E];
536
- if (F && Object.keys(F).length === 0 && y && y.getPropConfig && (F = y.getPropConfig(v)), F && F.categories) {
537
- const M = [];
538
- return Object.keys(F.categories).map((S) => {
539
- const b = F.categories[S];
540
- if (b.$ref) {
541
- M.push(m(S, b, a, u, v));
549
+ function h(a, p, y, v, b) {
550
+ const w = a.type, I = e(a), x = {};
551
+ let E = b || i[w];
552
+ if (!(E && Object.keys(E).length > 0) && y && y.getPropConfig && (E = y.getPropConfig(v)), E && E.categories) {
553
+ const S = [];
554
+ return Object.keys(E.categories).map((F) => {
555
+ const C = E.categories[F];
556
+ if (C.$ref) {
557
+ S.push(m(F, C, a, p, v));
542
558
  return;
543
559
  }
544
- const x = b == null ? void 0 : b.title, N = b == null ? void 0 : b.tabId, V = b == null ? void 0 : b.tabName, O = b == null ? void 0 : b.hide, k = b == null ? void 0 : b.hideTitle, H = c(b.properties || {}, w, I, a, u, v, b.$converter), { setPropertyRelates: R } = b, J = b == null ? void 0 : b.parentPropertyID;
545
- M.push({ categoryId: S, categoryName: x, tabId: N, tabName: V, hide: O, properties: H, hideTitle: k, setPropertyRelates: R, parentPropertyID: J });
546
- }), M;
560
+ const L = C == null ? void 0 : C.title, V = C == null ? void 0 : C.tabId, O = C == null ? void 0 : C.tabName, k = C == null ? void 0 : C.hide, H = C == null ? void 0 : C.hideTitle, G = c(C.properties || {}, x, I, a, p, v, C.$converter), { setPropertyRelates: z } = C, J = C == null ? void 0 : C.parentPropertyID;
561
+ S.push({ categoryId: F, categoryName: L, tabId: V, tabName: O, hide: k, properties: G, hideTitle: H, setPropertyRelates: z, parentPropertyID: J });
562
+ }), S;
547
563
  }
548
564
  return [];
549
565
  }
550
566
  return {
551
567
  getPropertyConfigBySchema: h,
552
- getPropertyConfigByType: s,
568
+ getPropertyConfigByType: o,
553
569
  propertyConverterMap: n
554
570
  };
555
571
  }
556
- const oe = {}, se = {};
557
- re(oe, se, Pe);
558
- const le = {}, ae = {}, { resolveSchemaWithDefaultValue: it } = te(le, ae), de = {}, ce = {};
559
- re(de, ce, it);
560
- function nt(i, t, e = /* @__PURE__ */ new Map(), n = (l, g, d, p) => g, r = {}, o = (l) => l) {
561
- return ie[t.title] = t, ne[t.title] = n, oe[t.title] = r, se[t.title] = o, le[t.title] = t, ae[t.title] = n, de[t.title] = r, ce[t.title] = o, (l = {}, g = !0) => {
572
+ const se = {}, le = {};
573
+ oe(se, le, Pe);
574
+ const ae = {}, de = {}, { resolveSchemaWithDefaultValue: it } = ie(ae, de), ce = {}, ue = {};
575
+ oe(ce, ue, it);
576
+ function nt(i, t, e = /* @__PURE__ */ new Map(), n = (l, g, d, u) => g, r = {}, s = (l) => l) {
577
+ return ne[t.title] = t, re[t.title] = n, se[t.title] = r, le[t.title] = s, ae[t.title] = t, de[t.title] = n, ce[t.title] = r, ue[t.title] = s, (l = {}, g = !0) => {
562
578
  if (!g)
563
579
  return ke(l, e);
564
- const d = Te(l, t, e), p = Object.keys(i).reduce((c, s) => (c[s] = i[s].default, c), {});
565
- return Object.assign(p, d);
580
+ const d = Te(l, t, e), u = Object.keys(i).reduce((c, o) => (c[o] = i[o].default, c), {});
581
+ return Object.assign(u, d);
566
582
  };
567
583
  }
568
584
  function rt(i, t, e) {
@@ -653,7 +669,7 @@ const ot = /* @__PURE__ */ new Map([
653
669
  properties: ut,
654
670
  required: pt,
655
671
  ignore: mt
656
- }, D = {
672
+ }, Z = {
657
673
  // 绑定特殊字段,辅助构造src,指定服务器端图像Id
658
674
  modelValue: { type: String, default: "" },
659
675
  // 指定直接路径
@@ -669,56 +685,60 @@ const ot = /* @__PURE__ */ new Map([
669
685
  // 是否只读
670
686
  readonly: { type: Boolean, default: !1 },
671
687
  visible: { type: Boolean, default: !0 }
672
- }, ue = nt(D, ft, ot, rt), gt = Object.assign({}, D, {
688
+ }, pe = nt(Z, ft, ot, rt), gt = Object.assign({}, Z, {
673
689
  componentId: { type: String, default: "" }
674
- }), q = /* @__PURE__ */ _({
690
+ }), q = /* @__PURE__ */ ee({
675
691
  name: "FImage",
676
- props: D,
692
+ props: Z,
677
693
  emits: ["change", "update:modelValue"],
678
694
  setup(i, t) {
679
- const e = U(i.modelValue), n = L(() => ee({
695
+ const e = B(i.modelValue), n = R(() => te({
680
696
  "f-imgcontainer-in-form": !0
681
- }, i.customClass)), r = L(() => {
682
- const d = {};
683
- return i.width && i.width > 0 && (d.width = i.width + "px"), i.height && i.height > 0 && (d.height = i.height + "px"), d;
684
- }), o = i.errorSrc ? i.errorSrc : "data:image/png;base64,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", l = U(i.modelValue || i.src);
685
- Q(() => i.src, (d) => {
686
- l.value = d;
687
- }), Q(() => i.modelValue, (d) => {
688
- e.value = d, l.value = d || i.src || o;
697
+ }, i.customClass)), r = R(() => {
698
+ const o = {};
699
+ return i.width && i.width > 0 && (o.width = i.width + "px"), i.height && i.height > 0 && (o.height = i.height + "px"), o;
700
+ }), s = B(i.alt ? i.alt : void 0), l = B(i.title ? i.title : void 0), g = i.errorSrc ? i.errorSrc : "data:image/png;base64,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", d = B(i.modelValue || i.src);
701
+ function u() {
702
+ i.title && (l.value = i.title);
703
+ }
704
+ X(() => i.src, (o) => {
705
+ u(), d.value = o;
706
+ }), X(() => i.modelValue, (o) => {
707
+ u(), e.value = o, d.value = o || i.src || g;
689
708
  });
690
- function g() {
691
- l.value = o;
709
+ function c() {
710
+ d.value === g && (l.value = void 0), d.value = g;
692
711
  }
693
712
  return () => i.visible ? Y("div", {
694
713
  class: n.value
695
714
  }, [Y("img", {
696
- alt: i.alt,
697
- title: i.title,
715
+ alt: s.value,
716
+ title: l.value,
698
717
  style: r.value,
699
- src: l.value,
700
- onError: g
718
+ src: d.value,
719
+ onError: c
701
720
  }, null)]) : null;
702
721
  }
703
722
  });
704
723
  function ht(i) {
705
724
  const { formSchemaUtils: t, formStateMachineUtils: e } = i;
706
- function n(d, p = "") {
725
+ function n(d, u = "") {
707
726
  return {
708
- path: p + d.code,
727
+ path: u + d.code,
709
728
  field: d.id,
710
729
  fullPath: d.code
711
730
  };
712
731
  }
713
- function r(d, p = "") {
714
- return t.getViewModelById(d).states.map((s) => n(s, p));
732
+ function r(d, u = "") {
733
+ const c = t.getViewModelById(d);
734
+ return c ? c.states.map((o) => n(o, u)) : [];
715
735
  }
716
- function o(d) {
717
- const p = t.getRootViewModelId(), c = r(d);
718
- if (d === p)
736
+ function s(d) {
737
+ const u = t.getRootViewModelId(), c = r(d);
738
+ if (d === u)
719
739
  return c;
720
- const s = r(p, "root-component.");
721
- return [...c, ...s];
740
+ const o = r(u, "root-component.");
741
+ return [...c, ...o];
722
742
  }
723
743
  function l(d) {
724
744
  return d.binding && d.binding.path || d.id || "";
@@ -726,9 +746,9 @@ function ht(i) {
726
746
  function g() {
727
747
  return e && e.getRenderStates() || [];
728
748
  }
729
- return { getVariables: o, getControlName: l, getStateMachines: g };
749
+ return { getVariables: s, getControlName: l, getStateMachines: g };
730
750
  }
731
- class pe {
751
+ class me {
732
752
  constructor(t) {
733
753
  A(this, "sessionVariables", [
734
754
  {
@@ -777,19 +797,19 @@ class pe {
777
797
  required: "必填表达式"
778
798
  });
779
799
  A(this, "getExpressionConverter", (t, e) => ({
780
- convertFrom: (n, r, o, l) => {
781
- const g = o.getExpressionRuleValue(t, e || r);
800
+ convertFrom: (n, r, s, l) => {
801
+ const g = s.getExpressionRuleValue(t, e || r);
782
802
  return g && g.value || "";
783
803
  },
784
- convertTo: (n, r, o, l, g) => {
804
+ convertTo: (n, r, s, l, g) => {
785
805
  var d;
786
- if (r === "dataPicking" && (o != null && o.target)) {
787
- const p = `${o.target}_dataPicking`;
788
- ((d = o.rules) == null ? void 0 : d.some(
789
- (s) => s.id === p && s.value
790
- )) ? n.dictPickingExpressionId = p : delete n.dictPickingExpressionId;
806
+ if (r === "dataPicking" && (s != null && s.target)) {
807
+ const u = `${s.target}_dataPicking`;
808
+ ((d = s.rules) == null ? void 0 : d.some(
809
+ (o) => o.id === u && o.value
810
+ )) ? n.dictPickingExpressionId = u : delete n.dictPickingExpressionId;
791
811
  }
792
- l.updateExpression(o);
812
+ l.updateExpression(s);
793
813
  }
794
814
  }));
795
815
  this.formSchemaService = t;
@@ -801,8 +821,8 @@ class pe {
801
821
  const r = n.find((l) => l.target === t);
802
822
  if (!r)
803
823
  return "";
804
- const o = r.rules.find((l) => l.type === e);
805
- return o || "";
824
+ const s = r.rules.find((l) => l.type === e);
825
+ return s || "";
806
826
  }
807
827
  // 获取上下文表单变量
808
828
  getContextFormVariables() {
@@ -813,12 +833,12 @@ class pe {
813
833
  if (!n || !n.states || n.states.length === 0)
814
834
  return [];
815
835
  const r = [];
816
- return n.states.filter((o) => o.category === "remote").forEach((o) => {
836
+ return n.states.filter((s) => s.category === "remote").forEach((s) => {
817
837
  r.push({
818
- key: o.code,
819
- name: o.name,
820
- description: o.name,
821
- category: o.category
838
+ key: s.code,
839
+ name: s.name,
840
+ description: s.name,
841
+ category: s.category
822
842
  });
823
843
  }), r;
824
844
  }
@@ -835,10 +855,10 @@ class pe {
835
855
  const n = [];
836
856
  return t == null || t.forEach((r) => {
837
857
  var g;
838
- const o = this.createTreeNode(r, e);
858
+ const s = this.createTreeNode(r, e);
839
859
  let l = [];
840
860
  (g = r.type) != null && g.fields && (l = this.buildEntityFieldsTreeData(r.type.fields, [...e, r.label])), n.push({
841
- data: o,
861
+ data: s,
842
862
  children: l,
843
863
  expanded: !0
844
864
  });
@@ -847,12 +867,12 @@ class pe {
847
867
  buildChildEntityTreeData(t = null, e) {
848
868
  const n = [];
849
869
  return t == null || t.forEach((r) => {
850
- var d, p;
851
- const o = this.createTreeNode(r, e);
852
- o.type = "entity";
853
- const l = this.buildEntityFieldsTreeData((d = r.type) == null ? void 0 : d.fields, [...e, r.label]), g = this.buildChildEntityTreeData((p = r.type) == null ? void 0 : p.entities, [...e, r.label]);
870
+ var d, u;
871
+ const s = this.createTreeNode(r, e);
872
+ s.type = "entity";
873
+ const l = this.buildEntityFieldsTreeData((d = r.type) == null ? void 0 : d.fields, [...e, r.label]), g = this.buildChildEntityTreeData((u = r.type) == null ? void 0 : u.entities, [...e, r.label]);
854
874
  g != null && g.length && (l == null || l.push(...g)), n.push({
855
- data: o,
875
+ data: s,
856
876
  children: l || [],
857
877
  // 空值回退
858
878
  expanded: !0
@@ -893,17 +913,17 @@ class pe {
893
913
  };
894
914
  }
895
915
  onBeforeOpenExpression(t, e, n) {
896
- const r = n === "Field" ? t.binding.field : t.id, o = this.getExpressionRule(r, e), l = this.getEntitiesAndVariables(), g = {
897
- message: ["validate", "required", "dataPicking"].includes(e) && o ? o.message : "",
916
+ const r = n === "Field" ? t.binding.field : t.id, s = this.getExpressionRule(r, e), l = this.getEntitiesAndVariables(), g = {
917
+ message: ["validate", "required", "dataPicking"].includes(e) && s ? s.message : "",
898
918
  ...l
899
919
  };
900
- return o.messageType != null && (g.messageType = o.messageType), g;
920
+ return s.messageType != null && (g.messageType = s.messageType), g;
901
921
  }
902
922
  buildRule(t, e, n, r) {
903
- const { expression: o, message: l, messageType: g } = e, d = {
923
+ const { expression: s, message: l, messageType: g } = e, d = {
904
924
  id: `${t}_${n}`,
905
925
  type: n,
906
- value: o
926
+ value: s
907
927
  };
908
928
  return (n === "validate" || n === "dataPicking" || n === "required") && (d.message = l), n === "dataPicking" && (d.messageType = g), n === "validate" && r && (d.elementId = r), d;
909
929
  }
@@ -912,23 +932,23 @@ class pe {
912
932
  return t || [];
913
933
  }
914
934
  updateExpression(t, e, n, r) {
915
- const o = e === "Field" ? t.binding.field : t.id, l = this.buildRule(o, n, r, t.type === "form-group" ? t.id : "");
916
- let d = this.getExpressionData().find((c) => c.targetType === e && c.target === o);
917
- const p = (c) => c.value.trim() === "";
935
+ const s = e === "Field" ? t.binding.field : t.id, l = this.buildRule(s, n, r, t.type === "form-group" ? t.id : "");
936
+ let d = this.getExpressionData().find((c) => c.targetType === e && c.target === s);
937
+ const u = (c) => c.value.trim() === "";
918
938
  if (d) {
919
- const c = d.rules.find((s) => s.id === l.id);
939
+ const c = d.rules.find((o) => o.id === l.id);
920
940
  if (c)
921
- p(l) ? d.rules = d.rules.filter((s) => s.id !== l.id) : (Object.assign(c, l), r === "validate" && t.type === "form-group" && (c.elementId = t.id));
941
+ u(l) ? d.rules = d.rules.filter((o) => o.id !== l.id) : (Object.assign(c, l), r === "validate" && t.type === "form-group" && (c.elementId = t.id));
922
942
  else {
923
- if (p(l))
943
+ if (u(l))
924
944
  return null;
925
945
  d.rules = d.rules || [], d.rules.push(l);
926
946
  }
927
947
  } else {
928
- if (p(l))
948
+ if (u(l))
929
949
  return null;
930
950
  d = {
931
- target: `${o}`,
951
+ target: `${s}`,
932
952
  rules: [l],
933
953
  targetType: e
934
954
  };
@@ -936,11 +956,11 @@ class pe {
936
956
  return d;
937
957
  }
938
958
  getExpressionEditorOptions(t, e, n, r) {
939
- return n.reduce((o, l) => {
940
- var d, p;
959
+ return n.reduce((s, l) => {
960
+ var d, u;
941
961
  const g = e === "Field" ? (d = t == null ? void 0 : t.binding) == null ? void 0 : d.field : t.id;
942
- return o[l] = {
943
- hide: e === "Field" ? !!((p = t == null ? void 0 : t.binding) != null && p.field) : !1,
962
+ return s[l] = {
963
+ hide: e === "Field" ? !!((u = t == null ? void 0 : t.binding) != null && u.field) : !1,
944
964
  description: "",
945
965
  title: this.expressionNames[l],
946
966
  type: "string",
@@ -954,25 +974,25 @@ class pe {
954
974
  showMessageType: l === "dataPicking",
955
975
  beforeOpen: () => this.onBeforeOpenExpression(t, l, e),
956
976
  onSubmitModal: (c) => {
957
- const s = this.updateExpression(t, e, c, l);
977
+ const o = this.updateExpression(t, e, c, l);
958
978
  if (r) {
959
979
  const m = this.buildRule(g, c, l);
960
980
  r(m);
961
981
  }
962
- return s;
982
+ return o;
963
983
  }
964
984
  }
965
- }, o;
985
+ }, s;
966
986
  }, {});
967
987
  }
968
988
  getExpressionInfo(t, e, n) {
969
- const r = e === "Field" ? t.binding.field : t.id, o = this.getExpressionRule(r, n), l = {
970
- value: o && o.value,
989
+ const r = e === "Field" ? t.binding.field : t.id, s = this.getExpressionRule(r, n), l = {
990
+ value: s && s.value,
971
991
  targetId: r,
972
992
  targetType: e,
973
993
  expressionType: n
974
994
  };
975
- return o && o.message && (l.message = o.message), l;
995
+ return s && s.message && (l.message = s.message), l;
976
996
  }
977
997
  getExpressionConfig(t, e, n = ["compute", "dependency", "validate"], r) {
978
998
  return {
@@ -1030,7 +1050,7 @@ class yt {
1030
1050
  if (e) {
1031
1051
  if (!this.designViewModelField) {
1032
1052
  const r = this.designViewModelUtils.getDgViewModel(this.viewModelId);
1033
- this.designViewModelField = r.fields.find((o) => o.id === e);
1053
+ this.designViewModelField = r.fields.find((s) => s.id === e);
1034
1054
  }
1035
1055
  t.updateOn = (n = this.designViewModelField) == null ? void 0 : n.updateOn;
1036
1056
  }
@@ -1066,7 +1086,7 @@ class yt {
1066
1086
  const r = {
1067
1087
  title: "外观",
1068
1088
  description: "Appearance"
1069
- }, o = {
1089
+ }, s = {
1070
1090
  class: {
1071
1091
  title: "class样式",
1072
1092
  type: "string",
@@ -1083,16 +1103,16 @@ class yt {
1083
1103
  }
1084
1104
  };
1085
1105
  for (const l in e)
1086
- o[l] = Object.assign(o[l] || {}, e[l]);
1106
+ s[l] = Object.assign(s[l] || {}, e[l]);
1087
1107
  return {
1088
1108
  ...r,
1089
- properties: { ...o },
1109
+ properties: { ...s },
1090
1110
  setPropertyRelates(l, g) {
1091
1111
  if (l) {
1092
1112
  switch (l && l.propertyID) {
1093
1113
  case "class":
1094
1114
  case "style": {
1095
- G.value++;
1115
+ j.value++;
1096
1116
  break;
1097
1117
  }
1098
1118
  }
@@ -1111,12 +1131,12 @@ class yt {
1111
1131
  * @param expressionType 指定表达式类型,存在属性和表达式类型不一致的情况
1112
1132
  * @returns
1113
1133
  */
1114
- getPropertyEditorParams(t, e = [], n = "visible", r = {}, o = {}, l = "") {
1115
- const { getVariables: g, getControlName: d, getStateMachines: p } = ht(this.designerHostService), c = this.getRealTargetType(t), s = e && e.length > 0 ? e : ["Const", "Variable", "StateMachine", "Expression"], m = {
1134
+ getPropertyEditorParams(t, e = [], n = "visible", r = {}, s = {}, l = "") {
1135
+ const { getVariables: g, getControlName: d, getStateMachines: u } = ht(this.designerHostService), c = this.getRealTargetType(t), o = e && e.length > 0 ? e : ["Const", "Variable", "StateMachine", "Expression"], m = {
1116
1136
  type: "property-editor",
1117
- propertyTypes: s
1137
+ propertyTypes: o
1118
1138
  };
1119
- return s.map((h) => {
1139
+ return o.map((h) => {
1120
1140
  switch (h) {
1121
1141
  case "Const":
1122
1142
  Object.assign(m, {
@@ -1128,7 +1148,7 @@ class yt {
1128
1148
  m.expressionConfig = this.getExpressionOptions(t, c, l || n);
1129
1149
  break;
1130
1150
  case "StateMachine":
1131
- m.stateMachines = p();
1151
+ m.stateMachines = u();
1132
1152
  break;
1133
1153
  case "Variable":
1134
1154
  Object.assign(m, {
@@ -1140,15 +1160,15 @@ class yt {
1140
1160
  onBeforeOpenVariables: (a) => {
1141
1161
  a.value = g(this.viewModelId);
1142
1162
  }
1143
- }, o), this.designerContext.designerMode === "PC_RTC" && (m.newVariablePrefix = "ext_" + m.newVariablePrefix);
1163
+ }, s), this.designerContext.designerMode === "PC_RTC" && (m.newVariablePrefix = "ext_" + m.newVariablePrefix);
1144
1164
  break;
1145
1165
  }
1146
1166
  }), m;
1147
1167
  }
1148
1168
  getVisibleProperty(t, e = "") {
1149
- var o;
1169
+ var s;
1150
1170
  let n = ["Const", "Variable", "StateMachine", "Expression"];
1151
- return e === "gridFieldEditor" ? n = ["Const", "Expression"] : e === "form-group" && !((o = t.binding) != null && o.field) && (n = ["Const", "Variable", "StateMachine"]), {
1171
+ return e === "gridFieldEditor" ? n = ["Const", "Expression"] : e === "form-group" && !((s = t.binding) != null && s.field) && (n = ["Const", "Variable", "StateMachine"]), {
1152
1172
  visible: {
1153
1173
  title: "是否可见",
1154
1174
  type: "boolean",
@@ -1164,7 +1184,7 @@ class yt {
1164
1184
  * @returns
1165
1185
  */
1166
1186
  getBehaviorConfig(t, e = "", n = {}, r) {
1167
- const o = {
1187
+ const s = {
1168
1188
  title: "行为",
1169
1189
  description: ""
1170
1190
  }, l = this.getVisibleProperty(t, e);
@@ -1172,9 +1192,9 @@ class yt {
1172
1192
  l[d] = Object.assign(l[d] || {}, n[d]);
1173
1193
  const g = this;
1174
1194
  return {
1175
- ...o,
1195
+ ...s,
1176
1196
  properties: { ...l },
1177
- setPropertyRelates(d, p) {
1197
+ setPropertyRelates(d, u) {
1178
1198
  if (d) {
1179
1199
  switch (d.propertyID) {
1180
1200
  case "disabled":
@@ -1183,7 +1203,7 @@ class yt {
1183
1203
  g.afterMutilEditorChanged(t, d);
1184
1204
  break;
1185
1205
  }
1186
- r && r(d, p);
1206
+ r && r(d, u);
1187
1207
  }
1188
1208
  }
1189
1209
  };
@@ -1206,8 +1226,8 @@ class yt {
1206
1226
  const n = e && e.parent && e.parent.schema;
1207
1227
  if (!n)
1208
1228
  return;
1209
- const r = n.contents.findIndex((l) => l.id === t), o = z(n.contents[r]);
1210
- n.contents.splice(r, 1), n.contents.splice(r, 0, o), Me();
1229
+ const r = n.contents.findIndex((l) => l.id === t), s = D(n.contents[r]);
1230
+ n.contents.splice(r, 1), n.contents.splice(r, 0, s), Se();
1211
1231
  }
1212
1232
  /**
1213
1233
  * 属性编辑器,在编辑过程中会新增变量,此处需要将新增的变量追加到ViewModel中
@@ -1237,16 +1257,16 @@ class yt {
1237
1257
  const e = t.propertyValue;
1238
1258
  if (!((e && e.type) === "Expression" && e.expressionInfo))
1239
1259
  return;
1240
- const { expressionId: o, expressionInfo: l } = e, { targetId: g, targetType: d, expressionType: p, value: c, message: s } = l, m = this.formSchemaUtils.getModule();
1260
+ const { expressionId: s, expressionInfo: l } = e, { targetId: g, targetType: d, expressionType: u, value: c, message: o } = l, m = this.formSchemaUtils.getModule();
1241
1261
  m.expressions = m.expressions || [];
1242
1262
  const { expressions: h } = m;
1243
1263
  let a = h.find((y) => y.target === g);
1244
1264
  a || (a = { target: g, rules: [], targetType: d }, h.push(a));
1245
- const u = a.rules.find((y) => y.type === p);
1246
- if (u)
1247
- u.value = c, u.message = s;
1265
+ const p = a.rules.find((y) => y.type === u);
1266
+ if (p)
1267
+ p.value = c, p.message = o;
1248
1268
  else {
1249
- const y = { id: o, type: p, value: c, message: s };
1269
+ const y = { id: s, type: u, value: c, message: o };
1250
1270
  a.rules.push(y);
1251
1271
  }
1252
1272
  delete e.expressionInfo;
@@ -1261,14 +1281,14 @@ class yt {
1261
1281
  const n = t.propertyValue;
1262
1282
  if (n && n.type === "Expression")
1263
1283
  return;
1264
- const o = t.propertyID, l = this.formSchemaUtils.getExpressions(), g = e.binding ? e.binding.field : e.id, d = l.find((p) => p.target === g);
1265
- !d || !d.rules || (d.rules = d.rules.filter((p) => p.type !== o));
1284
+ const s = t.propertyID, l = this.formSchemaUtils.getExpressions(), g = e.binding ? e.binding.field : e.id, d = l.find((u) => u.target === g);
1285
+ !d || !d.rules || (d.rules = d.rules.filter((u) => u.type !== s));
1266
1286
  }
1267
1287
  getExpressionOptions(t, e, n) {
1268
- return new pe(this.formSchemaUtils).getExpressionOptions(t, e, n);
1288
+ return new me(this.formSchemaUtils).getExpressionOptions(t, e, n);
1269
1289
  }
1270
1290
  getRealTargetType(t) {
1271
- return ["response-toolbar-item", "tab-toolbar-item", "section-toolbar-item"].indexOf(t.type) > -1 ? "Button" : t.binding && t.binding.field ? "Field" : "Container";
1291
+ return ["response-toolbar-item", "tab-toolbar-item", "section-toolbar-item", "drawer-toolbar-item"].indexOf(t.type) > -1 ? "Button" : t.binding && t.binding.field ? "Field" : "Container";
1272
1292
  }
1273
1293
  createBaseEventProperty(t) {
1274
1294
  const e = {};
@@ -1284,17 +1304,17 @@ class yt {
1284
1304
  }, e;
1285
1305
  }
1286
1306
  }
1287
- const B = class B {
1307
+ const N = class N {
1288
1308
  /**
1289
1309
  * 根据绑定字段类型获取可用的输入类控件
1290
1310
  */
1291
1311
  static getEditorTypesByMDataType(t, e = !1, n = "") {
1292
1312
  if (e)
1293
1313
  return [{ key: f["language-textbox"].type, value: f["language-textbox"].name }];
1294
- let r = B.fieldControlTypeMapping[t];
1314
+ let r = N.fieldControlTypeMapping[t];
1295
1315
  if (n === "data-grid-column" && (r != null && r.length)) {
1296
- const o = [f["check-group"].type, f["radio-group"].type, f.image.type];
1297
- r = r.filter((l) => !o.includes(l.key));
1316
+ const s = [f["check-group"].type, f["radio-group"].type, f.image.type, f["rich-text-editor"].type];
1317
+ r = r.filter((l) => !s.includes(l.key));
1298
1318
  }
1299
1319
  return r;
1300
1320
  }
@@ -1303,8 +1323,8 @@ const B = class B {
1303
1323
  */
1304
1324
  static getAllInputTypes() {
1305
1325
  const t = [];
1306
- for (const e in B.fieldControlTypeMapping)
1307
- B.fieldControlTypeMapping[e].forEach((n) => {
1326
+ for (const e in N.fieldControlTypeMapping)
1327
+ N.fieldControlTypeMapping[e].forEach((n) => {
1308
1328
  t.find((r) => r.key === n.key && r.value === n.value) || t.push({ key: n.key, value: n.value });
1309
1329
  });
1310
1330
  return t;
@@ -1314,15 +1334,15 @@ const B = class B {
1314
1334
  * @param control 控件元数据
1315
1335
  */
1316
1336
  static mappingDomPropAndSchemaProp(t, e) {
1317
- var o;
1318
- const n = (o = t.editor) == null ? void 0 : o.type, r = [];
1337
+ var s;
1338
+ const n = (s = t.editor) == null ? void 0 : s.type, r = [];
1319
1339
  return (t.type === f["data-grid-column"].type || t.type === f["tree-grid-column"].type) && e && e.categoryId && e.categoryId.indexOf("gridFieldEditor") < 0 && r.push({ domField: "title", schemaField: "name" }), r.push({ domField: "label", schemaField: "name" }), r.push({ domField: "editor.required", schemaField: "require" }), r.push({ domField: "editor.readonly", schemaField: "readonly" }), (n === f["input-group"].type || n === f.textarea.type || n === f["number-spinner"].type) && r.push({ domField: "editor.maxLength", schemaField: "type.length" }), n === f["number-spinner"].type && r.push({ domField: "editor.precision", schemaField: "type.precision" }), (t.type === f["data-grid-column"].type || t.type === f["tree-grid-column"].type) && r.push({ domField: "formatter.precision", schemaField: "type.precision" }), (n === f["combo-list"].type || n === f["radio-group"].type) && r.push({ domField: "editor.data", schemaField: "type.enumValues" }), (t.type === f["data-grid-column"].type || t.type === f["tree-grid-column"].type) && r.push({ domField: "formatter.data", schemaField: "type.enumValues" }), n === f["date-picker"].type && (r.push({ domField: "editor.displayFormat", schemaField: "editor.format" }), r.push({ domField: "editor.fieldType", schemaField: "type.name" })), n === f["number-spinner"].type && (r.push({ domField: "editor.max", schemaField: "editor.maxValue" }), r.push({ domField: "editor.min", schemaField: "editor.minValue" })), n === f.lookup.type && (r.push({ domField: "editor.dataSource", schemaField: "editor.dataSource" }), r.push({ domField: "editor.valueField", schemaField: "editor.valueField" }), r.push({ domField: "editor.textField", schemaField: "editor.textField" }), r.push({ domField: "editor.displayType", schemaField: "editor.displayType" }), r.push({ domField: "editor.mapFields", schemaField: "editor.mapFields" }), r.push({ domField: "editor.helpId", schemaField: "editor.helpId" })), r.push({ domField: "path", schemaField: "bindingPath" }), r.push({ domField: "binding.path", schemaField: "bindingField" }), r.push({ domField: "binding.fullPath", schemaField: "path" }), (t.type === f["data-grid-column"].type || t.type === f["tree-grid-column"].type) && r.push({ domField: "field", schemaField: "bindingPath" }), r;
1320
1340
  }
1321
1341
  };
1322
1342
  /**
1323
1343
  * <字段类型,可配置的控件类型列表>的映射
1324
1344
  */
1325
- A(B, "fieldControlTypeMapping", {
1345
+ A(N, "fieldControlTypeMapping", {
1326
1346
  String: [
1327
1347
  { key: f["input-group"].type, value: f["input-group"].name },
1328
1348
  { key: f.lookup.type, value: f.lookup.name },
@@ -1376,8 +1396,8 @@ A(B, "fieldControlTypeMapping", {
1376
1396
  { key: f["radio-group"].type, value: f["radio-group"].name }
1377
1397
  ]
1378
1398
  });
1379
- let W = B;
1380
- var j = /* @__PURE__ */ ((i) => (i.Form = "Form", i.Variable = "Variable", i))(j || {});
1399
+ let W = N;
1400
+ var U = /* @__PURE__ */ ((i) => (i.Form = "Form", i.Variable = "Variable", i))(U || {});
1381
1401
  class vt {
1382
1402
  constructor() {
1383
1403
  /** 控件标题 */
@@ -1412,43 +1432,43 @@ function bt(i) {
1412
1432
  let t, e;
1413
1433
  const n = /* @__PURE__ */ new Map();
1414
1434
  let r = [];
1415
- function o(c, s) {
1416
- const h = c.split(" ").filter((C) => C.startsWith("col-"));
1435
+ function s(c, o) {
1436
+ const h = c.split(" ").filter((b) => b.startsWith("col-"));
1417
1437
  if (h.length === 0) {
1418
- s.isSupportedClass = !1;
1438
+ o.isSupportedClass = !1;
1419
1439
  return;
1420
1440
  }
1421
- let a = h.find((C) => /^col-([1-9]|10|11|12)$/.test(C)), u = h.find((C) => /^col-md-([1-9]|10|11|12)$/.test(C)), y = h.find((C) => /^col-xl-([1-9]|10|11|12)$/.test(C)), v = h.find((C) => /^col-el-([1-9]|10|11|12)$/.test(C));
1422
- a = a || "col-12", s.columnInSM = parseInt(a.replace("col-", ""), 10), s.displayWidthInSM = s.columnInSM / 12, s.displayWidthInSM !== 1 && (s.isSupportedClass = !1), u = u || "col-md-" + s.columnInSM, s.columnInMD = parseInt(u.replace("col-md-", ""), 10), s.displayWidthInMD = s.columnInMD / 6, [1, 2].includes(s.displayWidthInMD) || (s.isSupportedClass = !1), y = y || "col-xl-" + s.columnInMD, s.columnInLG = parseInt(y.replace("col-xl-", ""), 10), s.displayWidthInLG = s.columnInLG / 3, [1, 2, 3, 4].includes(s.displayWidthInLG) || (s.isSupportedClass = !1), v = v || "col-el-" + s.columnInLG, s.columnInEL = parseInt(v.replace("col-el-", ""), 10), s.displayWidthInEL = s.columnInEL / 2, [1, 2, 3, 4, 5, 6].includes(s.displayWidthInEL) || (s.isSupportedClass = !1);
1441
+ let a = h.find((b) => /^col-([1-9]|10|11|12)$/.test(b)), p = h.find((b) => /^col-md-([1-9]|10|11|12)$/.test(b)), y = h.find((b) => /^col-xl-([1-9]|10|11|12)$/.test(b)), v = h.find((b) => /^col-el-([1-9]|10|11|12)$/.test(b));
1442
+ a = a || "col-12", o.columnInSM = parseInt(a.replace("col-", ""), 10), o.displayWidthInSM = o.columnInSM / 12, o.displayWidthInSM !== 1 && (o.isSupportedClass = !1), p = p || "col-md-" + o.columnInSM, o.columnInMD = parseInt(p.replace("col-md-", ""), 10), o.displayWidthInMD = o.columnInMD / 6, [1, 2].includes(o.displayWidthInMD) || (o.isSupportedClass = !1), y = y || "col-xl-" + o.columnInMD, o.columnInLG = parseInt(y.replace("col-xl-", ""), 10), o.displayWidthInLG = o.columnInLG / 3, [1, 2, 3, 4].includes(o.displayWidthInLG) || (o.isSupportedClass = !1), v = v || "col-el-" + o.columnInLG, o.columnInEL = parseInt(v.replace("col-el-", ""), 10), o.displayWidthInEL = o.columnInEL / 2, [1, 2, 3, 4, 5, 6].includes(o.displayWidthInEL) || (o.isSupportedClass = !1);
1423
1443
  }
1424
- function l(c, s, m, h = !1) {
1444
+ function l(c, o, m, h = !1) {
1425
1445
  let a = !1;
1426
- c.contents.forEach((u) => {
1427
- if (u.type === "fieldset") {
1428
- m += 1, l(u, s, m, !0), a = !0;
1446
+ c.contents.forEach((p) => {
1447
+ if (p.type === "fieldset") {
1448
+ m += 1, l(p, o, m, !0), a = !0;
1429
1449
  return;
1430
1450
  }
1431
1451
  a && (m += 1, a = !1);
1432
- const y = u.appearance && u.appearance.class, v = new vt();
1433
- y ? o(y, v) : v.isSupportedClass = !1, v.label = u.label || u.id, v.id = u.id, v.group = m, h && (v.fieldSetId = c.id), e === u.id && (t = m), n.set(u.id, u), s.push(v);
1452
+ const y = p.appearance && p.appearance.class, v = new vt();
1453
+ y ? s(y, v) : v.isSupportedClass = !1, v.label = p.label || p.id, v.id = p.id, v.group = m, h && (v.fieldSetId = c.id), e === p.id && (t = m), n.set(p.id, p), o.push(v);
1434
1454
  });
1435
1455
  }
1436
1456
  function g(c) {
1437
- const s = i.getComponentById(c);
1438
- if (!s || !s.componentType || !s.componentType.startsWith("form"))
1457
+ const o = i.getComponentById(c);
1458
+ if (!o || !o.componentType || !o.componentType.startsWith("form"))
1439
1459
  return { result: !1, message: "只可以在响应式表单组件中调整响应式布局配置" };
1440
- const m = i.selectNode(s, (h) => h.type === f["response-form"].type);
1460
+ const m = i.selectNode(o, (h) => h.type === f["response-form"].type);
1441
1461
  return !m || !m.contents || m.contents.length === 0 ? { result: !1, message: "Form区域内没有控件,请先添加控件" } : { result: !0, message: "", formNode: m };
1442
1462
  }
1443
- function d(c, s) {
1444
- s = s || c.id;
1445
- const { result: m, message: h, formNode: a } = g(s);
1463
+ function d(c, o) {
1464
+ o = o || c.id;
1465
+ const { result: m, message: h, formNode: a } = g(o);
1446
1466
  if (!m)
1447
1467
  return { result: m, message: h };
1448
1468
  e = c.id, r = [], n.clear();
1449
- const u = a.contents[0].type === f.fieldset.type ? 0 : 1;
1450
- l(a, r, u);
1451
- const y = r.find((C) => !C.isSupportedClass);
1469
+ const p = a.contents[0].type === f.fieldset.type ? 0 : 1;
1470
+ l(a, r, p);
1471
+ const y = r.find((b) => !b.isSupportedClass);
1452
1472
  return {
1453
1473
  defaultState: {
1454
1474
  defaultGroupNumber: t || 1,
@@ -1457,22 +1477,22 @@ function bt(i) {
1457
1477
  importData: r
1458
1478
  };
1459
1479
  }
1460
- function p(c, s) {
1461
- s = s;
1462
- const { result: m, formNode: h } = g(s);
1480
+ function u(c, o) {
1481
+ o = o;
1482
+ const { result: m, formNode: h } = g(o);
1463
1483
  if (!m)
1464
1484
  return "";
1465
1485
  const a = [];
1466
- return c.forEach((u) => {
1467
- var C;
1468
- const y = n.get(u.id), v = y.appearance && y.appearance.class;
1486
+ return c.forEach((p) => {
1487
+ var b;
1488
+ const y = n.get(p.id), v = y.appearance && y.appearance.class;
1469
1489
  if (v) {
1470
- const I = v.split(" ").filter((x) => !x.startsWith("col-")), w = "col-" + u.columnInSM, F = "col-md-" + u.columnInMD, M = "col-xl-" + u.columnInLG, S = "col-el-" + u.columnInEL, b = [w, F, M, S].concat(I);
1471
- y.appearance.class = b.join(" ");
1490
+ const I = v.split(" ").filter((C) => !C.startsWith("col-")), x = "col-" + p.columnInSM, E = "col-md-" + p.columnInMD, M = "col-xl-" + p.columnInLG, S = "col-el-" + p.columnInEL, F = [x, E, M, S].concat(I);
1491
+ y.appearance.class = F.join(" ");
1472
1492
  }
1473
- if (u.fieldSetId) {
1474
- const E = h.contents.find((w) => w.id === u.fieldSetId), I = a.find((w) => w.id === u.fieldSetId);
1475
- I ? (C = I.contents) == null || C.push(y) : (a.push(E), E.contents = [y]);
1493
+ if (p.fieldSetId) {
1494
+ const w = h.contents.find((x) => x.id === p.fieldSetId), I = a.find((x) => x.id === p.fieldSetId);
1495
+ I ? (b = I.contents) == null || b.push(y) : (a.push(w), w.contents = [y]);
1476
1496
  } else
1477
1497
  a.push(y);
1478
1498
  }), h.contents = a, h.id;
@@ -1480,7 +1500,7 @@ function bt(i) {
1480
1500
  return {
1481
1501
  checkCanFindFormNode: g,
1482
1502
  checkCanOpenLayoutEditor: d,
1483
- changeFormControlsByResponseLayoutConfig: p,
1503
+ changeFormControlsByResponseLayoutConfig: u,
1484
1504
  getResonseFormLayoutConfig: l
1485
1505
  };
1486
1506
  }
@@ -1508,8 +1528,8 @@ class Ct extends yt {
1508
1528
  return this.propertyConfig.categories = {}, this.getCommonPropertyConfig(e, n, "Grid"), this.getGridFieldEdtiorProperties ? this.propertyConfig.categories.editor = this.getGridFieldEdtiorProperties(e) : this.propertyConfig.categories.editor = this.getEditorProperties(e), this.propertyConfig.categories.expressons = this.getExpressionConfig(e, "Field"), this.propertyConfig.categories;
1509
1529
  }
1510
1530
  getBasicProperties(e, n, r = "Card") {
1511
- var p;
1512
- const o = this;
1531
+ var u;
1532
+ const s = this;
1513
1533
  this.setDesignViewModelField(e);
1514
1534
  const { canChangeControlType: l, editorTypeList: g } = this.getAvailableEditorType(e), d = {
1515
1535
  description: "Basic Information",
@@ -1549,7 +1569,7 @@ class Ct extends yt {
1549
1569
  editor: {
1550
1570
  data: [{ id: "visible", name: "显示" }, { id: "reserve-space", name: "占位" }, { id: "none", name: "不显示" }]
1551
1571
  },
1552
- defaultValue: ((p = e.editor) == null ? void 0 : p.type) === "image" ? "none" : "visible"
1572
+ defaultValue: ((u = e.editor) == null ? void 0 : u.type) === "image" ? "none" : "visible"
1553
1573
  },
1554
1574
  binding: {
1555
1575
  description: "绑定的表单字段",
@@ -1570,11 +1590,11 @@ class Ct extends yt {
1570
1590
  readonly: this.formSchemaUtils.designerMode === "PC_RTC" && !e.isRtcControl
1571
1591
  }
1572
1592
  },
1573
- setPropertyRelates(c, s, m) {
1593
+ setPropertyRelates(c, o, m) {
1574
1594
  if (c)
1575
1595
  switch (c && c.propertyID) {
1576
1596
  case "type": {
1577
- o.changeControlType(e, c, n);
1597
+ s.changeControlType(e, c, n);
1578
1598
  break;
1579
1599
  }
1580
1600
  case "label": {
@@ -1582,7 +1602,7 @@ class Ct extends yt {
1582
1602
  break;
1583
1603
  }
1584
1604
  case "binding": {
1585
- o.changeBindingField(e, c, m);
1605
+ s.changeBindingField(e, c, m);
1586
1606
  break;
1587
1607
  }
1588
1608
  }
@@ -1600,7 +1620,7 @@ class Ct extends yt {
1600
1620
  if (e.binding.type === "Variable") {
1601
1621
  if (this.bindingVarible = this.formSchemaUtils.getVariableById(e.binding.field), !this.bindingVarible)
1602
1622
  return !1;
1603
- } else if (!this.designViewModelField || this.designViewModelField.$type !== K.SimpleField)
1623
+ } else if (!this.designViewModelField || this.designViewModelField.$type !== _.SimpleField)
1604
1624
  return !1;
1605
1625
  return !0;
1606
1626
  }
@@ -1608,18 +1628,18 @@ class Ct extends yt {
1608
1628
  * 获取可选的编辑器类型
1609
1629
  */
1610
1630
  getAvailableEditorType(e) {
1611
- var o;
1631
+ var s;
1612
1632
  const n = this.checkCanChangeControlType(e, this.viewModelId);
1613
1633
  if (!n)
1614
1634
  return {
1615
1635
  canChangeControlType: !1,
1616
1636
  editorTypeList: [{
1617
1637
  key: e.editor.type,
1618
- value: ((o = f[e.editor.type]) == null ? void 0 : o.name) || e.editor.type
1638
+ value: ((s = f[e.editor.type]) == null ? void 0 : s.name) || e.editor.type
1619
1639
  }]
1620
1640
  };
1621
1641
  let r = [];
1622
- return this.designViewModelField && this.designViewModelField.$type === K.SimpleField ? r = W.getEditorTypesByMDataType(this.designViewModelField.type.name, this.designViewModelField.multiLanguage) : this.bindingVarible && (r = W.getEditorTypesByMDataType(this.bindingVarible.type, this.designViewModelField.multiLanguage)), { canChangeControlType: n, editorTypeList: r };
1642
+ return this.designViewModelField && this.designViewModelField.$type === _.SimpleField ? r = W.getEditorTypesByMDataType(this.designViewModelField.type.name, this.designViewModelField.multiLanguage) : this.bindingVarible && (r = W.getEditorTypesByMDataType(this.bindingVarible.type, this.designViewModelField.multiLanguage)), { canChangeControlType: n, editorTypeList: r };
1623
1643
  }
1624
1644
  changeBindingField(e, n, r) {
1625
1645
  n.needRefreshEntityTree = !0;
@@ -1663,17 +1683,17 @@ class Ct extends yt {
1663
1683
  }
1664
1684
  }
1665
1685
  },
1666
- setPropertyRelates(o, l) {
1667
- if (o)
1668
- switch (o && o.propertyID) {
1686
+ setPropertyRelates(s, l) {
1687
+ if (s)
1688
+ switch (s && s.propertyID) {
1669
1689
  case "responseLayout":
1670
- r.responseLayoutEditorFunction.changeFormControlsByResponseLayoutConfig(o.propertyValue, r.componentId || e.id), r.updateUnifiedLayoutAfterResponseLayoutChanged(r.componentId), r.updateElementByParentContainer(e.id, n), delete e.responseLayout;
1690
+ r.responseLayoutEditorFunction.changeFormControlsByResponseLayoutConfig(s.propertyValue, r.componentId || e.id), r.updateUnifiedLayoutAfterResponseLayoutChanged(r.componentId), r.updateElementByParentContainer(e.id, n), delete e.responseLayout;
1671
1691
  break;
1672
1692
  case "class":
1673
- r.updateUnifiedLayoutAfterControlChanged(o.propertyValue, e.id, this.componentId), G.value++;
1693
+ r.updateUnifiedLayoutAfterControlChanged(s.propertyValue, e.id, this.componentId), j.value++;
1674
1694
  break;
1675
1695
  case "style": {
1676
- G.value++;
1696
+ j.value++;
1677
1697
  break;
1678
1698
  }
1679
1699
  }
@@ -1689,35 +1709,35 @@ class Ct extends yt {
1689
1709
  * @param newControlType 新控件类型
1690
1710
  */
1691
1711
  changeControlType(e, n, r) {
1692
- const o = n.propertyValue, l = r && r.parent && r.parent.schema;
1712
+ const s = n.propertyValue, l = r && r.parent && r.parent.schema;
1693
1713
  if (!l)
1694
1714
  return;
1695
1715
  const g = l.contents.findIndex((c) => c.id === e.id);
1696
1716
  if (g === -1)
1697
1717
  return;
1698
1718
  const d = l.contents[g];
1699
- let p;
1719
+ let u;
1700
1720
  if (this.designViewModelField) {
1701
1721
  const m = this.formSchemaUtils.getViewModelById(this.viewModelId).fields.find((a) => a.id === this.designViewModelField.id).fieldSchema || {};
1702
- m.editor || (m.editor = {}), m.editor.$type = o, this.designViewModelUtils.getDgViewModel(this.viewModelId).changeField(this.designViewModelField.id, m, !1), p = this.controlCreatorUtils.setFormFieldProperty(this.designViewModelField, o);
1722
+ m.editor || (m.editor = {}), m.editor.$type = s, this.designViewModelUtils.getDgViewModel(this.viewModelId).changeField(this.designViewModelField.id, m, !1), u = this.controlCreatorUtils.setFormFieldProperty(this.designViewModelField, s);
1703
1723
  }
1704
- p || (p = this.controlCreatorUtils.createFormGroupWithoutField(o)), Object.assign(p, {
1724
+ u || (u = this.controlCreatorUtils.createFormGroupWithoutField(s)), Object.assign(u, {
1705
1725
  id: d.id,
1706
1726
  appearance: d.appearance,
1707
1727
  size: d.size,
1708
1728
  label: d.label,
1709
1729
  binding: d.binding
1710
- }), Object.prototype.hasOwnProperty.call(d, "visible") && Object.assign(p, { visible: d.visible }), d.editor && ["readonly", "required", "placeholder"].map((c) => {
1711
- Object.prototype.hasOwnProperty.call(d.editor, c) && (p.editor[c] = d.editor[c]);
1712
- }), r != null && r.updateContextSchema ? r.updateContextSchema(p) : (r.schema = Object.assign(d, p), Object.assign(e, p)), Array.from(document.getElementsByClassName("dgComponentSelected")).forEach(
1730
+ }), Object.prototype.hasOwnProperty.call(d, "visible") && Object.assign(u, { visible: d.visible }), d.editor && ["readonly", "required", "placeholder"].map((c) => {
1731
+ Object.prototype.hasOwnProperty.call(d.editor, c) && (u.editor[c] = d.editor[c]);
1732
+ }), r != null && r.updateContextSchema ? r.updateContextSchema(u) : (r.schema = Object.assign(d, u), Object.assign(e, u)), Array.from(document.getElementsByClassName("dgComponentSelected")).forEach(
1713
1733
  (c) => c.classList.remove("dgComponentSelected")
1714
1734
  ), Array.from(document.getElementsByClassName("dgComponentFocused")).forEach(
1715
1735
  (c) => c.classList.remove("dgComponentFocused")
1716
- ), G.value++, Fe(() => {
1736
+ ), j.value++, Fe(() => {
1717
1737
  this.getFormDesignerInstance().reloadPropertyPanel();
1718
1738
  });
1719
1739
  }
1720
- getComponentConfig(e, n = {}, r = {}, o) {
1740
+ getComponentConfig(e, n = {}, r = {}, s) {
1721
1741
  var m, h;
1722
1742
  const l = Object.assign({
1723
1743
  description: "编辑器",
@@ -1725,7 +1745,7 @@ class Ct extends yt {
1725
1745
  type: "input-group",
1726
1746
  $converter: "/converter/property-editor.converter",
1727
1747
  parentPropertyID: "editor"
1728
- }, n), g = (m = e.binding) != null && m.field ? [] : ["Const", "Variable", "StateMachine"], d = this.getPropertyEditorParams(e, g, "readonly"), p = this.getPropertyEditorParams(e, g, "required"), c = {
1748
+ }, n), g = (m = e.binding) != null && m.field ? [] : ["Const", "Variable", "StateMachine"], d = this.getPropertyEditorParams(e, g, "readonly"), u = this.getPropertyEditorParams(e, g, "required"), c = {
1729
1749
  readonly: {
1730
1750
  description: "",
1731
1751
  title: "只读",
@@ -1735,7 +1755,7 @@ class Ct extends yt {
1735
1755
  description: "",
1736
1756
  title: "必填",
1737
1757
  type: "boolean",
1738
- editor: p,
1758
+ editor: u,
1739
1759
  visible: !!((h = e.binding) != null && h.field)
1740
1760
  },
1741
1761
  placeholder: {
@@ -1746,19 +1766,19 @@ class Ct extends yt {
1746
1766
  };
1747
1767
  for (const a in r)
1748
1768
  c[a] = Object.assign(c[a] || {}, r[a]);
1749
- const s = this;
1769
+ const o = this;
1750
1770
  return {
1751
1771
  ...l,
1752
1772
  properties: { ...c },
1753
- setPropertyRelates(a, u) {
1773
+ setPropertyRelates(a, p) {
1754
1774
  if (a) {
1755
1775
  switch (a.propertyID) {
1756
1776
  case "readonly":
1757
1777
  case "required":
1758
- s.afterMutilEditorChanged(e, a);
1778
+ o.afterMutilEditorChanged(e, a);
1759
1779
  break;
1760
1780
  }
1761
- o && o.bind(s)(a, e, u);
1781
+ s && s.bind(o)(a, e, p);
1762
1782
  }
1763
1783
  }
1764
1784
  };
@@ -1770,15 +1790,15 @@ class Ct extends yt {
1770
1790
  * @param componentId 控件所在组件id
1771
1791
  */
1772
1792
  updateUnifiedLayoutAfterControlChanged(e, n, r) {
1773
- const o = e.split(" ");
1774
- let l = o.find((s) => /^col-([1-9]|10|11|12)$/.test(s)), g = o.find((s) => /^col-md-([1-9]|10|11|12)$/.test(s)), d = o.find((s) => /^col-xl-([1-9]|10|11|12)$/.test(s)), p = o.find((s) => /^col-el-([1-9]|10|11|12)$/.test(s));
1775
- l = l || "col-12", g = g || "col-md-" + l.replace("col-", ""), d = d || "col-xl-" + g.replace("col-md-", ""), p = p || "col-el-" + d.replace("col-xl-", "");
1793
+ const s = e.split(" ");
1794
+ let l = s.find((o) => /^col-([1-9]|10|11|12)$/.test(o)), g = s.find((o) => /^col-md-([1-9]|10|11|12)$/.test(o)), d = s.find((o) => /^col-xl-([1-9]|10|11|12)$/.test(o)), u = s.find((o) => /^col-el-([1-9]|10|11|12)$/.test(o));
1795
+ l = l || "col-12", g = g || "col-md-" + l.replace("col-", ""), d = d || "col-xl-" + g.replace("col-md-", ""), u = u || "col-el-" + d.replace("col-xl-", "");
1776
1796
  const c = {
1777
1797
  id: n,
1778
1798
  columnInSM: parseInt(l.replace("col-", ""), 10),
1779
1799
  columnInMD: parseInt(g.replace("col-md-", ""), 10),
1780
1800
  columnInLG: parseInt(d.replace("col-xl-", ""), 10),
1781
- columnInEL: parseInt(p.replace("col-el-", ""), 10)
1801
+ columnInEL: parseInt(u.replace("col-el-", ""), 10)
1782
1802
  };
1783
1803
  this.updateUnifiedLayoutAfterResponseLayoutChanged(r, c);
1784
1804
  }
@@ -1791,15 +1811,15 @@ class Ct extends yt {
1791
1811
  const { formNode: r } = this.responseLayoutEditorFunction.checkCanFindFormNode(e);
1792
1812
  if (!r || !r.unifiedLayout)
1793
1813
  return;
1794
- const o = [];
1795
- if (this.responseLayoutEditorFunction.getResonseFormLayoutConfig(r, o, 1), n) {
1796
- const a = o.find((u) => u.id === n.id);
1814
+ const s = [];
1815
+ if (this.responseLayoutEditorFunction.getResonseFormLayoutConfig(r, s, 1), n) {
1816
+ const a = s.find((p) => p.id === n.id);
1797
1817
  Object.assign(a || {}, n);
1798
1818
  }
1799
- const l = o.map((a) => a.columnInSM), g = o.map((a) => a.columnInMD), d = o.map((a) => a.columnInLG), p = o.map((a) => a.columnInEL), c = this.checkIsUniqueColumn(l) ? l[0] : null, s = this.checkIsUniqueColumn(g) ? g[0] : null, m = this.checkIsUniqueColumn(d) ? d[0] : null, h = this.checkIsUniqueColumn(p) ? p[0] : null;
1819
+ const l = s.map((a) => a.columnInSM), g = s.map((a) => a.columnInMD), d = s.map((a) => a.columnInLG), u = s.map((a) => a.columnInEL), c = this.checkIsUniqueColumn(l) ? l[0] : null, o = this.checkIsUniqueColumn(g) ? g[0] : null, m = this.checkIsUniqueColumn(d) ? d[0] : null, h = this.checkIsUniqueColumn(u) ? u[0] : null;
1800
1820
  Object.assign(r.unifiedLayout, {
1801
1821
  uniqueColClassInSM: c,
1802
- uniqueColClassInMD: s,
1822
+ uniqueColClassInMD: o,
1803
1823
  uniqueColClassInLG: m,
1804
1824
  uniqueColClassInEL: h
1805
1825
  });
@@ -1842,22 +1862,22 @@ class Ct extends yt {
1842
1862
  * @param propertyData 下拉框控件属性值
1843
1863
  */
1844
1864
  checkEnumDataReadonly(e) {
1845
- return !e.binding || e.binding.type !== "Form" ? !1 : !!(this.designViewModelField && this.designViewModelField.type && this.designViewModelField.type.$type === Ie.EnumType);
1865
+ return !e.binding || e.binding.type !== "Form" ? !1 : !!(this.designViewModelField && this.designViewModelField.type && this.designViewModelField.type.$type === xe.EnumType);
1846
1866
  }
1847
1867
  /**
1848
1868
  * 将字段值变化前事件、变化后事件追加到交互面板
1849
1869
  * 注意:因为绑定字段值变化后事件与下拉框的值变化事件(valueChanged)重名,所以这里将事件label都重命名下
1850
1870
  */
1851
1871
  appendFieldValueChangeEvents(e, n) {
1852
- e.binding && e.binding.type === j.Form && e.binding.field ? (n.find((r) => r.label === "fieldValueChanging"), n.find((r) => r.label === "fieldValueChanged"), this.designViewModelField && (e.fieldValueChanging = this.designViewModelField.valueChanging, e.fieldValueChanged = this.designViewModelField.valueChanged)) : n = n.filter((r) => r.label !== "fieldValueChanging" && r.label !== "fieldValueChanged");
1872
+ e.binding && e.binding.type === U.Form && e.binding.field ? (n.find((r) => r.label === "fieldValueChanging"), n.find((r) => r.label === "fieldValueChanged"), this.designViewModelField && (e.fieldValueChanging = this.designViewModelField.valueChanging, e.fieldValueChanged = this.designViewModelField.valueChanged)) : n = n.filter((r) => r.label !== "fieldValueChanging" && r.label !== "fieldValueChanged");
1853
1873
  }
1854
1874
  getControlMethodType(e) {
1855
1875
  if (!e.binding)
1856
1876
  return e.type;
1857
1877
  switch (e.binding.type) {
1858
- case j.Form:
1878
+ case U.Form:
1859
1879
  return e.binding.path || e.type;
1860
- case j.Variable:
1880
+ case U.Variable:
1861
1881
  return e.binding.fullPath || e.type;
1862
1882
  }
1863
1883
  return e.type;
@@ -1869,7 +1889,7 @@ class Ct extends yt {
1869
1889
  * @param showPosition 面板展示位置
1870
1890
  * @param customEvent 输入控件特有的事件配置
1871
1891
  */
1872
- getEventPropertyConfig(e, n = "card", r, o) {
1892
+ getEventPropertyConfig(e, n = "card", r, s) {
1873
1893
  const l = this;
1874
1894
  let g = [];
1875
1895
  if (r && (g = g.concat(r)), g.length === 0)
@@ -1889,20 +1909,20 @@ class Ct extends yt {
1889
1909
  properties: l.createBaseEventProperty(d),
1890
1910
  tabId: "commands",
1891
1911
  tabName: "交互",
1892
- setPropertyRelates(s, m) {
1893
- const h = s.propertyValue;
1894
- delete e[l.viewModelId], h && (h.setPropertyRelates = this.setPropertyRelates, h.controlInfo = { type: l.getControlMethodType(e), name: e.title }, l.eventsEditorUtils.saveRelatedParameters(e, l.viewModelId, h.events, h)), o && o(s, m, h);
1912
+ setPropertyRelates(o, m) {
1913
+ const h = o.propertyValue;
1914
+ delete e[l.viewModelId], h && (h.setPropertyRelates = this.setPropertyRelates, h.controlInfo = { type: l.getControlMethodType(e), name: e.title }, l.eventsEditorUtils.saveRelatedParameters(e, l.viewModelId, h.events, h)), s && s(o, m, h);
1895
1915
  const a = l.designViewModelUtils.getDgViewModel(l.viewModelId);
1896
1916
  a && l.designViewModelField && a.changeField(l.designViewModelField.id, { valueChanging: e.fieldValueChanging, valueChanged: e.fieldValueChanged });
1897
1917
  }
1898
1918
  };
1899
1919
  }
1900
- getExpressionConfig(e, n, r = ["compute", "dependency", "validate"], o) {
1901
- return new pe(this.formSchemaUtils).getExpressionConfig(
1920
+ getExpressionConfig(e, n, r = ["compute", "dependency", "validate"], s) {
1921
+ return new me(this.formSchemaUtils).getExpressionConfig(
1902
1922
  e,
1903
1923
  n,
1904
1924
  r,
1905
- o
1925
+ s
1906
1926
  );
1907
1927
  }
1908
1928
  getBindingDataType() {
@@ -1912,14 +1932,14 @@ class Ct extends yt {
1912
1932
  return this.getBindingDataType() === "number" ? this.numberEditorOptions : {};
1913
1933
  }
1914
1934
  updatePropertyValue(e, n, r) {
1915
- var o;
1916
- e.editor[n] !== r ? e.editor[n] = r : (o = this.getFormDesignerInstance()) == null || o.reloadPropertyPanel();
1935
+ var s;
1936
+ e.editor[n] !== r ? e.editor[n] = r : (s = this.getFormDesignerInstance()) == null || s.reloadPropertyPanel();
1917
1937
  }
1918
1938
  setBooleanValue(e, n, r) {
1919
- let o = r;
1920
- this.getBindingDataType() === "string" && (o = (o || "").trim() || (n === "trueValue" ? "true" : "false"));
1939
+ let s = r;
1940
+ this.getBindingDataType() === "string" && (s = (s || "").trim() || (n === "trueValue" ? "true" : "false"));
1921
1941
  const g = n === "trueValue" ? "falseValue" : "trueValue";
1922
- e.editor[g] === o && (o = o + 1), this.updatePropertyValue(e, n, o);
1942
+ e.editor[g] === s && (s = s + 1), this.updatePropertyValue(e, n, s);
1923
1943
  }
1924
1944
  getBooleanValueConverter() {
1925
1945
  return {
@@ -2001,28 +2021,28 @@ class At extends Ct {
2001
2021
  }
2002
2022
  function Ft(i, t) {
2003
2023
  const e = i.schema;
2004
- function n(r, o) {
2005
- return new At(r, t).getPropertyConfig(e, o);
2024
+ function n(r, s) {
2025
+ return new At(r, t).getPropertyConfig(e, s);
2006
2026
  }
2007
2027
  return {
2008
2028
  getPropsConfig: n
2009
2029
  };
2010
2030
  }
2011
- const Et = /* @__PURE__ */ _({
2031
+ const Et = /* @__PURE__ */ ee({
2012
2032
  name: "FImageDesign",
2013
2033
  props: gt,
2014
2034
  emits: ["change", "update:modelValue"],
2015
2035
  setup(i, t) {
2016
- const e = U(), n = X("designer-host-service"), r = X("design-item-context"), o = Ft(r, n), l = Se(e, r, o);
2036
+ const e = B(), n = $("designer-host-service"), r = $("design-item-context"), s = Ft(r, n), l = Me(e, r, s);
2017
2037
  Ee(() => {
2018
2038
  e.value.componentInstance = l;
2019
2039
  }), t.expose(l.value);
2020
- const g = L(() => ee({
2040
+ const g = R(() => te({
2021
2041
  "f-imgcontainer-in-form": !0
2022
- }, i.customClass)), d = L(() => {
2042
+ }, i.customClass)), d = R(() => {
2023
2043
  const c = {};
2024
2044
  return i.width && i.width > 0 && (c.width = i.width + "px"), i.height && i.height > 0 ? c.height = i.height + "px" : c.height = "100px", c;
2025
- }), p = "data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH5AIaBxkjOE3ZQAAAC55JREFUeNrtndlvHFkVh79bS6+2E9tJZjIBJhMGECAkFolFIIEYIYF4QCPe5xWJPwEED/N3IPGARkg8sEiAQEIg4GlAQuwSmZmEJHbsuPeluqpruYeHbhsn6W4v1d3VTt1PsmS7qqvr1vnVueeee24VGAwGg8FgMBhyh5q1sdlsHv2utSYIAsIwRESyPm/DBJRSFAoFisUitm0f/X9ra2v6Z6ZtaDabXL58mWazycbGRqnf738wCIL3a60vi4iVdWMNExHbtjvFYvF2tVr9d7/f96vVKr7vTxXBRAEcGn9/f59yufzSYDD4lud5r3qed1lrbWNYWSzL0pVKpbO2tvbLSqXyuu/7tzc3N6eKYKoAtNbYtv1St9v9QaPR+GwYhlm3zXAGCoUCW1tbf9rY2HgtSZL/2LY9UQBTXfn6+nppMBh8yxj/YhKGIc1m85O+77++trZWnrbfRAForfE874Oe571qjH9xCcOQTqfzymAw+FCSJBP3mSiAIAgIguADnudtZt0IQzqGw+FWFEWf73a7E7dPFEAYhiRJcllrbaL9C47WWonIrf39/YnbJxp4PM6fmSMwXBxExDpTF2DID07aAygUShlnkRVadKrPpxKAQjGIB+z199GkOxHD2XEthxtrN3Cs85sxnQCUYq+/z/f+/n0iHWV9PXKFIGyWNvnmR7/BVmkT4XzzM6m7AI0m0hGhDlEmblwaIkKsI0BG4fo55+fmFgQa42dB+mtuRgE5xwgg5xgB5JzUQeA8eTKOMVHF4slcAAIIiiIJJZXgKo1GEYqFLw4JCoUYMSyIzARweLdfsYZ8wOnwMbfB85ZPUY1SSn1xuR1v8Ndoi3vJGr44WOcd6ximkokABCgqzSfdGl8u7vK87eOMjXto4ucJeK/d4wuFff4Rb/Lz4N3cT6rGE8yZpQtAgIpK+FrpPl8s7lEYJ5H1hP0AyirhU26d99gebwxu8c/YlCjMk6WPAlw0Xy094EvFXdxTzCAII3Fct3xeq7zDy07XdARzZKkCEBQfcVu8UtjD4mzZSw1cswK+XrrHmoqNCObE0gQgwLqK+Epxl7JKzmVADbzX6fJxt7G0C/Sss0QBKN5le7zb9lJNHBcQPl04oKSSFEcxHLI0ASiEl+xeasMJ8JwVsKEikx2YA0sTgINw0+nPxWRlFbOuIhMHzIGlCcBSwpqKUx9HABvBVaYCaR4sTQBaFJ6kTzsoQKOIVmweK4kS4jC9wJfN0q5ijOJeUp2L2/bFoa/dlYkAdKJp3GvQuNtAxxfLMy11FHAnXmeYcmW5Ag50iY64qBWJAnoHPbymx6A9oL3XPnd5VhYsdRSwk1R5oKupvjRC8efoCoGsxip1v+PTftg+Mnrv0UgMF4UlCgC6UuDXwQ0Csc7lvi3gTrzOn8IrS7tAsxoUBRHN+83H3L6ONa2dFqF3MRbVLjWSUgh/i7f4Y/gcwtkKPiygrov8OHiRnmTf/+tY095tEw6eMLSCyB8JI4lWP1m19FA6FIufBi/yh/A5YtSJJ6DGJ3mgS7zh3+I/8aXMjQ/Qq/XwGlNcvQK/69Peba/885SWPh2sgL44/NC/xU5S5ZXiHtcsn8MeXY7tBzAQm9vxJX4WvIc7ydpKGN/v+HR2Oycat1frUawWWLu6nvUpTyWTghAFBGLzm+EL/DXa4hNugw+7LTZVeFQR5InDXlLhzegqt+MNAnGyj/oVxMEx936CGkULrZ02brlAca2Y7blPIbOSsMNrV9MlfjW8wW/D65QY1QQKiqFYBGITY41rArN3paMAb9zvn9IVxcOY5v0m116+hl1YjZHLcTIvCj28jpFYhFiPjaFH/X/2hj+kP6vfn9HAoBfQ2mmxfXMbZa1CJ/Z/Viqfqp74WSX8jk/7FP3+NPqNPr1aL+tmPMVKCWAlUWM3/iDdsE600N5tE3SDrFv0GEYAJ6BjTetBi2F/iCAjD3AWJyCjlbwiQhzGNO41iILVWUqfeQyw6iRhguVYbFzbGP1j7BH8rn+iEJRSFDeKOK792K6hN8QtuVk3DTACOBG37LJ9c/vob9FC/W79VF5ARHCKDlduXhkFf6sTzx5huoAz0m/0zzQS8JoeXmu8/wpGuEYAp0VB6IVnTu9KPAr+In91+v3jGAGcEh1rWrst4uEZq37Gk0Ot3RaiV68PMAI4Jb1aj0F7cO7PD1oD+vV+1s14CiOAkxhn8joPO6mCONFC++GE6eOMMQI4gSRMaO20SML0c/txENN60EInq1M3aAQwC4Huo+4oezePyF2NUsq9g9VJCRsBTGNc1NF91E1/rGOICJ39DkF/TqJKiRHAFOLh2F1H83fXyTAZHzv7kjEjgAmICJ29DkNvuJi79DCw3J+vdzkPRgATGLQGi++nZVRC7nf8TNs6UwCHs1gnNeRZIgoiWjstJFl8w5JoTiOMKad6mozlxMkgy7JQSuG6oxmrae8DsJSF4zoo+9l4Z4DokeuPggjs5bQnHIR0HnXYfnH7zN2NZSsc18V13YlPCxcRHMd5zJZPMlEA6+vrKKW4fv36TBXZlk2n3KW8U8ZO7Av/wOj2XodgGGCvOUtriQC+HxCTsH5l7dSf06KpVqrcuPECVytXp744QimFbdvcunVr4vapHgDAcWbPFtvKxnEcLNvCusDhhFIQ9IY0HzRHC1aWWLenGC8uvd+gfLmEW3ZP1a1aWCh75IFd1z3xzSHTPEBKqz0bAUASaep36kSDjGbsFAz7Q+p3G6ePPeT4r+e3w8W9beeFQPthm169f1TydRT8LlLfx0rFDn+6j7pzTzydRO4rgpI4IYk1l65f4sk4Ng4TvKY3/2lcBeVLZQpl93GNyWgUohONZS/n3sy9AGzX5uqtp1cb60Rz8NbBYubwBSzH4tr7rmG79lPblhlLmy5gCu2HHTp7i3PHXsOj8d/G06OsJQ+kjAAm0K/3JxtnzrQfduhmnA42AjjOOBo/eLs2l/n/k9DxaPThd/zMZgaNAI6RhAkH79RGT/dYhkEUREHMwVu1zIpGjQDGiBYa95qjku9l3o3juoPaO/VMKoWMAMZ09ru0dlqZfX/voEdrp7307zUCUKPp3/qdeqZl2yJC835z6ZXD+RaAgnAQcfB27ez1/gsgCRMO3q4x7C+oEGUCuRaAjjS1d2oEvdWozztcfbSsUQjkWAAiQnOntXoPbVCj9YT1u4vPQ0COBdCr9Wnea67shGZnb7GZyEPyJwAFQTeg9nZtpR/srGNN/W6dQXuxNYO5mwyKhzG1O3XiMEalLPs66eUnaR9nnEQJ9Ts1XvjwCzjFxZgqdwJQSrF9c5tttlIdx/KFS2/62P5kL5KULTqfKqPLaaPLxdZb5k4AtmtT3aykOoYocHqazSjBDvTTIwiBxLFINirE6xYqZZyxyGAwdwKA+VxQGRdiydTt41ItEVb5ccH5CwINj2EEkHOMAHKOEUDOSRkEqqNSai36wq8MOi0CWCKIaEQ0Tw0DxoHf6LpI6lHAJDQ61XqAQ1IJQBAKVoGrlSuEyWo+Bm0hKLBFs3m1gl2RycPAqkJVqyQVayHpZkHYLm1hqXTZplQC0KK5eelFvvOZb7OySfVFocH6nGbaC0zFAl2yFtrJWsrmcvFSqmFt6jyAa7lcrazAW7yy4PRrORdG2pzGXBJBq/5iJMN0zCgg5xgB5BwjgJxjBJBzjAByjhFAzjECyDlGADnHCCDnGAHkHCOAnGMEkHOMAHKOEUDOMQLIOUYAOccIIOcYAeQcI4CcYwSQc2YJwFR6PjtMfRTKLAF0Zn3QcKG4N23DLAHcZiQCw8WmBfx+2sZZAvg38Iusz96Qmt8B/5y2cZYAfOB14M2sW2A4N38BvgsMpu1w0ijgLeA14EdAAxMYXhSawE8Y2e5fs3acup672Wwe/7MMfAj4PPASkPIBaIYFoRkFfL9n5PaP7vytrclPRZu5oP8JERguKNOMbzAYDAaDwWDIKf8DldhpSDT69G8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMTItMjhUMDk6MzE6NTYrMDA6MDC4axO5AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAxLTA4VDE5OjQzOjIyKzAwOjAwlXCP7wAAACB0RVh0c29mdHdhcmUAaHR0cHM6Ly9pbWFnZW1hZ2ljay5vcme8zx2dAAAAGHRFWHRUaHVtYjo6RG9jdW1lbnQ6OlBhZ2VzADGn/7svAAAAGHRFWHRUaHVtYjo6SW1hZ2U6OkhlaWdodAA1MTKPjVOBAAAAF3RFWHRUaHVtYjo6SW1hZ2U6OldpZHRoADUxMhx8A9wAAAAZdEVYdFRodW1iOjpNaW1ldHlwZQBpbWFnZS9wbmc/slZOAAAAF3RFWHRUaHVtYjo6TVRpbWUAMTU0Njk3NjYwMobft/wAAAASdEVYdFRodW1iOjpTaXplADI1ODIxQl184icAAABadEVYdFRodW1iOjpVUkkAZmlsZTovLy9kYXRhL3d3d3Jvb3Qvd3d3LmVhc3lpY29uLm5ldC9jZG4taW1nLmVhc3lpY29uLmNuL2ZpbGVzLzExOC8xMTgzNzA3LnBuZ2fPs9sAAAAASUVORK5CYII=";
2045
+ }), u = "data:image/jpeg;base64,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";
2026
2046
  return () => Y("div", {
2027
2047
  class: g.value,
2028
2048
  ref: e
@@ -2030,21 +2050,21 @@ const Et = /* @__PURE__ */ _({
2030
2050
  alt: i.alt,
2031
2051
  title: i.title,
2032
2052
  style: d.value,
2033
- src: p
2053
+ src: u
2034
2054
  }, null)]);
2035
2055
  }
2036
2056
  });
2037
2057
  q.register = (i, t, e, n) => {
2038
- i.image = q, t.image = ue;
2058
+ i.image = q, t.image = pe;
2039
2059
  };
2040
2060
  q.registerDesigner = (i, t, e) => {
2041
- i.image = Et, t.image = ue;
2061
+ i.image = Et, t.image = pe;
2042
2062
  };
2043
- const Tt = xe(q);
2063
+ const Tt = Ie(q);
2044
2064
  export {
2045
2065
  q as FImage,
2046
2066
  Tt as default,
2047
2067
  gt as imageDesignProps,
2048
- D as imageProps,
2049
- ue as propsResolver
2068
+ Z as imageProps,
2069
+ pe as propsResolver
2050
2070
  };