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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (420) hide show
  1. package/components/accordion/index.esm.js +312 -61
  2. package/components/accordion/index.umd.cjs +1 -1
  3. package/components/avatar/index.esm.js +1482 -56
  4. package/components/avatar/index.umd.cjs +1 -1
  5. package/components/binding-selector/index.esm.js +752 -8
  6. package/components/binding-selector/index.umd.cjs +1 -1
  7. package/components/button-group/index.esm.js +266 -110
  8. package/components/button-group/index.umd.cjs +1 -1
  9. package/components/calendar/index.esm.js +129 -128
  10. package/components/calendar/index.umd.cjs +2 -2
  11. package/components/code-editor/index.esm.js +237 -169
  12. package/components/code-editor/index.umd.cjs +3 -3
  13. package/components/collection-property-editor/index.esm.js +134 -133
  14. package/components/collection-property-editor/index.umd.cjs +2 -2
  15. package/components/color-picker/index.esm.js +812 -502
  16. package/components/color-picker/index.umd.cjs +1 -1
  17. package/components/combo-list/index.esm.js +323 -291
  18. package/components/combo-list/index.umd.cjs +1 -1
  19. package/components/combo-tree/index.esm.js +355 -174
  20. package/components/combo-tree/index.umd.cjs +1 -1
  21. package/components/comment/index.esm.js +134 -133
  22. package/components/comment/index.umd.cjs +2 -2
  23. package/components/common/index.esm.js +1 -1
  24. package/components/common/index.umd.cjs +1 -1
  25. package/components/component/index.esm.js +3830 -2796
  26. package/components/component/index.umd.cjs +8 -1
  27. package/components/condition/index.esm.js +2482 -492
  28. package/components/condition/index.umd.cjs +8 -1
  29. package/components/data-grid/index.esm.js +431 -406
  30. package/components/data-grid/index.umd.cjs +1 -1
  31. package/components/data-view/index.esm.js +3306 -3165
  32. package/components/data-view/index.umd.cjs +1 -1
  33. package/components/date-picker/index.esm.js +1 -1
  34. package/components/date-picker/index.umd.cjs +1 -1
  35. package/components/designer-canvas/index.esm.js +3094 -2731
  36. package/components/designer-canvas/index.umd.cjs +1 -1
  37. package/components/drawer/index.esm.js +397 -387
  38. package/components/drawer/index.umd.cjs +2 -2
  39. package/components/dropdown/index.esm.js +373 -124
  40. package/components/dropdown/index.umd.cjs +2 -2
  41. package/components/dynamic-form/index.esm.js +592 -1894
  42. package/components/dynamic-form/index.umd.cjs +1 -1
  43. package/components/dynamic-resolver/index.esm.js +250 -248
  44. package/components/dynamic-resolver/index.umd.cjs +2 -2
  45. package/components/dynamic-view/index.esm.js +287 -284
  46. package/components/dynamic-view/index.umd.cjs +1 -1
  47. package/components/event-parameter/index.esm.js +1 -1
  48. package/components/event-parameter/index.umd.cjs +1 -1
  49. package/components/events-editor/index.esm.js +1890 -1473
  50. package/components/events-editor/index.umd.cjs +3 -3
  51. package/components/expression-editor/index.css +1 -1
  52. package/components/expression-editor/index.esm.js +7371 -2
  53. package/components/expression-editor/index.umd.cjs +427 -1
  54. package/components/fieldset/index.esm.js +1 -1
  55. package/components/fieldset/index.umd.cjs +1 -1
  56. package/components/filter-bar/index.esm.js +4 -5
  57. package/components/filter-bar/index.umd.cjs +2 -2
  58. package/components/filter-condition-editor/index.css +1 -1
  59. package/components/filter-condition-editor/index.esm.js +9044 -425
  60. package/components/filter-condition-editor/index.umd.cjs +427 -1
  61. package/components/html-template/index.esm.js +33 -36
  62. package/components/html-template/index.umd.cjs +1 -1
  63. package/components/image/index.esm.js +2 -2
  64. package/components/image/index.umd.cjs +1 -1
  65. package/components/image-cropper/index.esm.js +615 -361
  66. package/components/image-cropper/index.umd.cjs +1 -1
  67. package/components/json-editor/index.esm.js +325 -247
  68. package/components/json-editor/index.umd.cjs +1 -1
  69. package/components/language-textbox/index.esm.js +269 -269
  70. package/components/language-textbox/index.umd.cjs +2 -2
  71. package/components/layout/index.esm.js +549 -163
  72. package/components/layout/index.umd.cjs +1 -1
  73. package/components/list-nav/index.esm.js +837 -39
  74. package/components/list-nav/index.umd.cjs +1 -1
  75. package/components/list-view/index.esm.js +404 -622
  76. package/components/list-view/index.umd.cjs +6 -6
  77. package/components/lookup/index.esm.js +3624 -3625
  78. package/components/lookup/index.umd.cjs +1 -1
  79. package/components/mapping-editor/index.esm.js +1487 -1462
  80. package/components/mapping-editor/index.umd.cjs +1 -1
  81. package/components/menu-lookup/index.esm.js +577 -536
  82. package/components/menu-lookup/index.umd.cjs +6 -6
  83. package/components/nav/index.esm.js +311 -31
  84. package/components/nav/index.umd.cjs +1 -1
  85. package/components/number-range/index.esm.js +1634 -189
  86. package/components/number-range/index.umd.cjs +1 -1
  87. package/components/number-spinner/index.esm.js +82 -82
  88. package/components/number-spinner/index.umd.cjs +1 -1
  89. package/components/order/index.esm.js +1200 -859
  90. package/components/order/index.umd.cjs +6 -6
  91. package/components/page-footer/index.esm.js +331 -48
  92. package/components/page-footer/index.umd.cjs +1 -1
  93. package/components/page-header/index.esm.js +110 -116
  94. package/components/page-header/index.umd.cjs +1 -1
  95. package/components/pagination/index.esm.js +509 -232
  96. package/components/pagination/index.umd.cjs +1 -1
  97. package/components/progress/index.esm.js +353 -148
  98. package/components/progress/index.umd.cjs +3 -3
  99. package/components/property-editor/index.esm.js +157 -153
  100. package/components/property-editor/index.umd.cjs +1 -1
  101. package/components/property-panel/index.esm.js +1825 -871
  102. package/components/property-panel/index.umd.cjs +12 -5
  103. package/components/query-solution/index.css +1 -1
  104. package/components/query-solution/index.esm.js +6075 -3862
  105. package/components/query-solution/index.umd.cjs +13 -6
  106. package/components/response-layout/index.esm.js +1 -1
  107. package/components/response-layout/index.umd.cjs +1 -1
  108. package/components/schema-selector/index.esm.js +2603 -2376
  109. package/components/schema-selector/index.umd.cjs +5 -5
  110. package/components/search-box/index.esm.js +244 -72
  111. package/components/search-box/index.umd.cjs +1 -1
  112. package/components/section/index.esm.js +134 -133
  113. package/components/section/index.umd.cjs +2 -2
  114. package/components/smoke-detector/index.esm.js +179 -8
  115. package/components/smoke-detector/index.umd.cjs +1 -1
  116. package/components/sort-condition-editor/index.css +1 -0
  117. package/components/sort-condition-editor/index.esm.js +9488 -4
  118. package/components/sort-condition-editor/index.umd.cjs +427 -1
  119. package/components/splitter/index.esm.js +1172 -142
  120. package/components/splitter/index.umd.cjs +1 -1
  121. package/components/step/index.esm.js +47 -48
  122. package/components/step/index.umd.cjs +1 -1
  123. package/components/tabs/index.esm.js +490 -419
  124. package/components/tabs/index.umd.cjs +1 -1
  125. package/components/text/index.esm.js +217 -73
  126. package/components/text/index.umd.cjs +1 -1
  127. package/components/textarea/index.esm.js +29 -27
  128. package/components/textarea/index.umd.cjs +2 -2
  129. package/components/transfer/index.esm.js +762 -544
  130. package/components/transfer/index.umd.cjs +5 -5
  131. package/components/tree-grid/index.esm.js +287 -283
  132. package/components/tree-grid/index.umd.cjs +1 -1
  133. package/components/tree-view/index.esm.js +326 -157
  134. package/components/tree-view/index.umd.cjs +1 -1
  135. package/components/uploader/index.esm.js +1125 -634
  136. package/components/uploader/index.umd.cjs +2 -2
  137. package/components/verify-detail/index.esm.js +359 -106
  138. package/components/verify-detail/index.umd.cjs +1 -1
  139. package/components/video/index.esm.js +222 -89
  140. package/components/video/index.umd.cjs +1 -1
  141. package/components/weather/index.esm.js +290 -199
  142. package/components/weather/index.umd.cjs +1 -1
  143. package/designer/data-grid/index.esm.js +5798 -4905
  144. package/designer/data-grid/index.umd.cjs +16 -9
  145. package/designer/drawer/index.esm.js +576 -567
  146. package/designer/drawer/index.umd.cjs +2 -2
  147. package/designer/dynamic-form/index.esm.js +1418 -1154
  148. package/designer/dynamic-form/index.umd.cjs +8 -1
  149. package/designer/farris-designer.all.esm.js +11332 -10754
  150. package/designer/farris-designer.all.umd.cjs +17 -17
  151. package/designer/list-view/index.esm.js +647 -647
  152. package/designer/list-view/index.umd.cjs +6 -6
  153. package/designer/modal/index.esm.js +29 -137
  154. package/designer/modal/index.umd.cjs +1 -1
  155. package/designer/radio-group/index.esm.js +2 -3
  156. package/designer/radio-group/index.umd.cjs +1 -1
  157. package/designer/response-toolbar/index.esm.js +1 -1
  158. package/designer/response-toolbar/index.umd.cjs +1 -1
  159. package/designer/section/index.esm.js +1 -6
  160. package/designer/section/index.umd.cjs +1 -1
  161. package/designer/tabs/index.esm.js +2848 -2556
  162. package/designer/tabs/index.umd.cjs +2 -2
  163. package/designer/time-picker/index.esm.js +2 -2
  164. package/designer/time-picker/index.umd.cjs +1 -1
  165. package/designer/tree-grid/index.esm.js +826 -465
  166. package/designer/tree-grid/index.umd.cjs +1 -1
  167. package/farris.all.esm.js +75302 -73138
  168. package/farris.all.umd.cjs +94 -94
  169. package/index.css +1 -1
  170. package/package.json +1 -1
  171. package/types/accordion/src/accordion.props.d.ts +1 -0
  172. package/types/accordion/src/components/accordion-item.props.d.ts +1 -0
  173. package/types/avatar/src/avatar.props.d.ts +1 -0
  174. package/types/binding-selector/index.d.ts +54 -0
  175. package/types/binding-selector/src/binding-selector.props.d.ts +1 -0
  176. package/types/button-group/index.d.ts +0 -15
  177. package/types/button-group/src/button-group.props.d.ts +1 -0
  178. package/types/code-editor/index.d.ts +1 -0
  179. package/types/code-editor/src/code-textbox.component.d.ts +6 -6
  180. package/types/code-editor/src/code-textbox.props.d.ts +2 -0
  181. package/types/color-picker/index.d.ts +15 -0
  182. package/types/color-picker/src/color-picker.props.d.ts +1 -0
  183. package/types/combo-list/src/composition/use-data-source.d.ts +2 -1
  184. package/types/combo-tree/src/combo-tree.props.d.ts +1 -0
  185. package/types/component/index.d.ts +2 -0
  186. package/types/component/src/component.props.d.ts +8 -0
  187. package/types/components.d.ts +7 -0
  188. package/types/condition/index.d.ts +55 -0
  189. package/types/data-grid/index.d.ts +5 -2
  190. package/types/data-grid/src/data-grid.component.d.ts +2 -1
  191. package/types/data-view/components/row/hierarchy-row.component.d.ts +2 -2
  192. package/types/data-view/composition/appearance/use-cell-position.d.ts +1 -1
  193. package/types/data-view/composition/types.d.ts +5 -1
  194. package/types/data-view/composition/visualization/use-virtual-scroll.d.ts +2 -2
  195. package/types/data-view/composition/visualization/use-visual-data-bound.d.ts +3 -2
  196. package/types/data-view/composition/visualization/use-visual-data-row.d.ts +2 -1
  197. package/types/designer-toolbox/index.d.ts +3 -0
  198. package/types/designer-toolbox/src/toolbox.component.d.ts +14 -0
  199. package/types/designer-toolbox/src/toolbox.props.d.ts +29 -0
  200. package/types/designer-toolbox/src/types.d.ts +21 -0
  201. package/types/designer.d.ts +13 -0
  202. package/types/dropdown/index.d.ts +6 -27
  203. package/types/dropdown/src/dropdown.item.component.d.ts +1 -1
  204. package/types/dropdown/src/dropdown.props.d.ts +1 -0
  205. package/types/dynamic-form/designer.d.ts +1 -3
  206. package/types/dynamic-form/index.d.ts +3 -9
  207. package/types/dynamic-form/src/component/dynamic-form-label/dynamic-form-label.component.d.ts +3 -3
  208. package/types/dynamic-resolver/index.d.ts +0 -3
  209. package/types/dynamic-resolver/src/resolver/property-config/property-config-resolver-design.d.ts +1 -1
  210. package/types/dynamic-resolver/src/resolver/property-config/property-config-resolver.d.ts +1 -1
  211. package/types/dynamic-resolver/src/resolver/property-config/use-property-config-resolver.d.ts +2 -2
  212. package/types/dynamic-resolver/src/resolver/schema/schema-resolver-design.d.ts +1 -1
  213. package/types/dynamic-resolver/src/resolver/schema/schema-resolver.d.ts +1 -1
  214. package/types/dynamic-view/src/components/maps.d.ts +104 -92
  215. package/types/{binding-selector/designer.d.ts → expression-editor/index.d.ts} +6 -6
  216. package/types/filter-condition-editor/index.d.ts +9 -0
  217. package/types/filter-condition-editor/src/components/filter-condition-grid.component.d.ts +12 -12
  218. package/types/filter-condition-editor/src/components/sort-editor-grid.component.d.ts +12 -12
  219. package/types/filter-condition-editor/src/filter-condition-editor.props.d.ts +1 -0
  220. package/types/flow-canvas/index.d.ts +3 -0
  221. package/types/flow-canvas/src/components/flow-node-item.component.d.ts +8 -0
  222. package/types/flow-canvas/src/components/flow-node-item.props.d.ts +3 -0
  223. package/types/flow-canvas/src/composition/types.d.ts +42 -0
  224. package/types/flow-canvas/src/composition/use-bezier-curve.d.ts +2 -0
  225. package/types/flow-canvas/src/composition/use-connections.d.ts +2 -0
  226. package/types/flow-canvas/src/composition/use-curve.d.ts +4 -0
  227. package/types/flow-canvas/src/composition/use-drawing-bezier.d.ts +2 -0
  228. package/types/flow-canvas/src/composition/use-drawing.d.ts +4 -0
  229. package/types/flow-canvas/src/flow-canvas.component.d.ts +8 -0
  230. package/types/flow-canvas/src/flow-canvas.props.d.ts +3 -0
  231. package/types/image-cropper/src/image-cropper.props.d.ts +1 -0
  232. package/types/index.d.ts +1 -0
  233. package/types/json-editor/src/json-editor.props.d.ts +1 -0
  234. package/types/layout/index.d.ts +0 -1
  235. package/types/layout/src/components/layout-pane.props.d.ts +1 -0
  236. package/types/layout/src/designer/layout-pane-use-designer-rules.d.ts +2 -0
  237. package/types/layout/src/designer/layout-pane.design.component.d.ts +8 -0
  238. package/types/layout/src/designer/layout-use-designer-rules.d.ts +2 -0
  239. package/types/layout/src/designer/layout.design.component.d.ts +8 -0
  240. package/types/layout/src/layout.props.d.ts +1 -0
  241. package/types/layout/src/schema/schema-mapper.d.ts +2 -0
  242. package/types/layout/src/schema/schema-resolver.d.ts +2 -0
  243. package/types/list-nav/index.d.ts +5 -24
  244. package/types/list-nav/src/designer/use-designer-rules.d.ts +2 -0
  245. package/types/list-nav/src/list-nav.props.d.ts +1 -0
  246. package/types/list-nav/src/property-config/list-nav.property-config.d.ts +8 -0
  247. package/types/list-nav/src/schema/schema-mapper.d.ts +2 -0
  248. package/types/list-nav/src/schema/schema-resolver.d.ts +2 -0
  249. package/types/list-view/index.d.ts +0 -1
  250. package/types/list-view/src/composition/use-draggable.d.ts +1 -1
  251. package/types/lookup/index.d.ts +1 -1
  252. package/types/lookup/src/components/favorite/lookup-favorite.component.d.ts +1 -1
  253. package/types/lookup/src/components/popup-container.component.d.ts +6 -6
  254. package/types/menu-lookup/src/menu-lookup.props.d.ts +1 -0
  255. package/types/modal/designer.d.ts +0 -2
  256. package/types/nav/index.d.ts +20 -24
  257. package/types/nav/src/nav.props.d.ts +1 -0
  258. package/types/number-range/src/number-range.props.d.ts +1 -0
  259. package/types/order/index.d.ts +5 -36
  260. package/types/order/src/designer/order.design.component.d.ts +1 -1
  261. package/types/order/src/order.props.d.ts +1 -0
  262. package/types/page-footer/index.d.ts +2 -0
  263. package/types/page-footer/src/page-footer.props.d.ts +1 -0
  264. package/types/pagination/index.d.ts +0 -15
  265. package/types/pagination/src/pagination.props.d.ts +1 -0
  266. package/types/progress/src/progress.props.d.ts +1 -0
  267. package/types/query-solution/index.d.ts +2 -1
  268. package/types/radio-group/designer.d.ts +1 -2
  269. package/types/search-box/index.d.ts +17 -1
  270. package/types/search-box/src/search-box.props.d.ts +1 -0
  271. package/types/section/designer.d.ts +0 -1
  272. package/types/smoke-detector/index.d.ts +2 -0
  273. package/types/smoke-detector/src/smoke-detector.props.d.ts +1 -0
  274. package/types/sort-condition-editor/index.d.ts +7 -2
  275. package/types/sort-condition-editor/src/sort-condition-editor.props.d.ts +1 -0
  276. package/types/splitter/index.d.ts +0 -1
  277. package/types/splitter/src/components/splitter-pane.props.d.ts +1 -0
  278. package/types/splitter/src/splitter.props.d.ts +1 -0
  279. package/types/tabs/designer.d.ts +0 -1
  280. package/types/tabs/index.d.ts +1 -0
  281. package/types/text/index.d.ts +20 -24
  282. package/types/text/src/text.props.d.ts +1 -0
  283. package/types/transfer/src/transfer.props.d.ts +1 -0
  284. package/types/tree-grid/src/components/data/data-area.component.d.ts +2 -2
  285. package/types/tree-grid/src/tree-grid.props.d.ts +1 -0
  286. package/types/tree-view/src/components/data/tree-area.component.d.ts +1 -1
  287. package/types/tree-view/src/tree-view.props.d.ts +2 -0
  288. package/types/uploader/src/uploader.props.d.ts +1 -0
  289. package/types/verify-detail/index.d.ts +5 -58
  290. package/types/verify-detail/src/designer/verify-detail.design.component.d.ts +8 -8
  291. package/types/verify-detail/src/verify-detail.props.d.ts +1 -0
  292. package/types/video/index.d.ts +20 -24
  293. package/types/video/src/video.props.d.ts +1 -0
  294. package/components/dynamic-form/index.css +0 -1
  295. package/designer/accordion/index.esm.js +0 -257
  296. package/designer/accordion/index.umd.cjs +0 -1
  297. package/designer/avatar/index.esm.js +0 -1460
  298. package/designer/avatar/index.umd.cjs +0 -1
  299. package/designer/binding-selector/index.esm.js +0 -792
  300. package/designer/binding-selector/index.umd.cjs +0 -1
  301. package/designer/button-group/index.esm.js +0 -282
  302. package/designer/button-group/index.umd.cjs +0 -1
  303. package/designer/code-editor/index.esm.js +0 -75
  304. package/designer/code-editor/index.umd.cjs +0 -1
  305. package/designer/color-picker/index.esm.js +0 -1096
  306. package/designer/color-picker/index.umd.cjs +0 -1
  307. package/designer/combo-list/index.esm.js +0 -1095
  308. package/designer/combo-list/index.umd.cjs +0 -1
  309. package/designer/combo-tree/index.esm.js +0 -186
  310. package/designer/combo-tree/index.umd.cjs +0 -1
  311. package/designer/component/index.css +0 -1
  312. package/designer/component/index.esm.js +0 -5002
  313. package/designer/component/index.umd.cjs +0 -1
  314. package/designer/condition/index.esm.js +0 -1899
  315. package/designer/condition/index.umd.cjs +0 -1
  316. package/designer/dropdown/index.esm.js +0 -261
  317. package/designer/dropdown/index.umd.cjs +0 -1
  318. package/designer/expression-editor/index.css +0 -1
  319. package/designer/expression-editor/index.esm.js +0 -7006
  320. package/designer/expression-editor/index.umd.cjs +0 -427
  321. package/designer/filter-condition-editor/index.css +0 -1
  322. package/designer/filter-condition-editor/index.esm.js +0 -4795
  323. package/designer/filter-condition-editor/index.umd.cjs +0 -1
  324. package/designer/html-template/index.esm.js +0 -718
  325. package/designer/html-template/index.umd.cjs +0 -1
  326. package/designer/image-cropper/index.esm.js +0 -765
  327. package/designer/image-cropper/index.umd.cjs +0 -1
  328. package/designer/json-editor/index.esm.js +0 -83
  329. package/designer/json-editor/index.umd.cjs +0 -1
  330. package/designer/language-textbox/index.esm.js +0 -783
  331. package/designer/language-textbox/index.umd.cjs +0 -8
  332. package/designer/layout/index.esm.js +0 -430
  333. package/designer/layout/index.umd.cjs +0 -1
  334. package/designer/list-nav/index.esm.js +0 -802
  335. package/designer/list-nav/index.umd.cjs +0 -1
  336. package/designer/lookup/index.esm.js +0 -2083
  337. package/designer/lookup/index.umd.cjs +0 -1
  338. package/designer/menu-lookup/index.esm.js +0 -46
  339. package/designer/menu-lookup/index.umd.cjs +0 -1
  340. package/designer/nav/index.esm.js +0 -284
  341. package/designer/nav/index.umd.cjs +0 -1
  342. package/designer/number-range/index.esm.js +0 -1616
  343. package/designer/number-range/index.umd.cjs +0 -1
  344. package/designer/order/index.css +0 -1
  345. package/designer/order/index.esm.js +0 -2196
  346. package/designer/order/index.umd.cjs +0 -18
  347. package/designer/page-footer/index.esm.js +0 -290
  348. package/designer/page-footer/index.umd.cjs +0 -1
  349. package/designer/page-header/index.esm.js +0 -1003
  350. package/designer/page-header/index.umd.cjs +0 -1
  351. package/designer/pagination/index.esm.js +0 -591
  352. package/designer/pagination/index.umd.cjs +0 -1
  353. package/designer/progress/index.esm.js +0 -213
  354. package/designer/progress/index.umd.cjs +0 -1
  355. package/designer/search-box/index.esm.js +0 -245
  356. package/designer/search-box/index.umd.cjs +0 -1
  357. package/designer/smoke-detector/index.css +0 -1
  358. package/designer/smoke-detector/index.esm.js +0 -178
  359. package/designer/smoke-detector/index.umd.cjs +0 -1
  360. package/designer/sort-condition-editor/index.esm.js +0 -138
  361. package/designer/sort-condition-editor/index.umd.cjs +0 -1
  362. package/designer/splitter/index.esm.js +0 -1120
  363. package/designer/splitter/index.umd.cjs +0 -1
  364. package/designer/step/index.esm.js +0 -226
  365. package/designer/step/index.umd.cjs +0 -1
  366. package/designer/text/index.esm.js +0 -147
  367. package/designer/text/index.umd.cjs +0 -1
  368. package/designer/transfer/index.esm.js +0 -254
  369. package/designer/transfer/index.umd.cjs +0 -1
  370. package/designer/tree-view/index.esm.js +0 -313
  371. package/designer/tree-view/index.umd.cjs +0 -1
  372. package/designer/uploader/index.esm.js +0 -1190
  373. package/designer/uploader/index.umd.cjs +0 -2
  374. package/designer/verify-detail/index.esm.js +0 -258
  375. package/designer/verify-detail/index.umd.cjs +0 -1
  376. package/designer/video/index.esm.js +0 -136
  377. package/designer/video/index.umd.cjs +0 -1
  378. package/designer/weather/index.css +0 -1
  379. package/designer/weather/index.esm.js +0 -6244
  380. package/designer/weather/index.umd.cjs +0 -14
  381. package/types/accordion/designer.d.ts +0 -44
  382. package/types/avatar/designer.d.ts +0 -29
  383. package/types/button-group/designer.d.ts +0 -29
  384. package/types/code-editor/designer.d.ts +0 -5
  385. package/types/color-picker/designer.d.ts +0 -29
  386. package/types/combo-list/designer.d.ts +0 -29
  387. package/types/combo-list/src/designer/combo-list.design.props.d.ts +0 -6
  388. package/types/combo-tree/designer.d.ts +0 -5
  389. package/types/component/designer.d.ts +0 -35
  390. package/types/condition/designer.d.ts +0 -56
  391. package/types/dropdown/designer.d.ts +0 -6
  392. package/types/dynamic-form/src/composition/use-input-type-resolver.d.ts +0 -11
  393. package/types/expression-editor/designer.d.ts +0 -9
  394. package/types/filter-condition-editor/designer.d.ts +0 -10
  395. package/types/html-template/designer.d.ts +0 -31
  396. package/types/html-template/src/designer/html-template.design.props.d.ts +0 -9
  397. package/types/image-cropper/designer.d.ts +0 -4
  398. package/types/json-editor/designer.d.ts +0 -5
  399. package/types/menu-lookup/designer.d.ts +0 -5
  400. package/types/nav/designer.d.ts +0 -6
  401. package/types/number-range/designer.d.ts +0 -29
  402. package/types/order/designer.d.ts +0 -6
  403. package/types/page-footer/designer.d.ts +0 -6
  404. package/types/page-header/src/designer/page-header.design.props.d.ts +0 -20
  405. package/types/pagination/designer.d.ts +0 -29
  406. package/types/progress/designer.d.ts +0 -29
  407. package/types/search-box/designer.d.ts +0 -52
  408. package/types/smoke-detector/designer.d.ts +0 -6
  409. package/types/sort-condition-editor/designer.d.ts +0 -9
  410. package/types/splitter/designer.d.ts +0 -32
  411. package/types/step/designer.d.ts +0 -6
  412. package/types/text/designer.d.ts +0 -6
  413. package/types/transfer/designer.d.ts +0 -35
  414. package/types/tree-view/designer.d.ts +0 -29
  415. package/types/uploader/designer.d.ts +0 -141
  416. package/types/verify-detail/designer.d.ts +0 -6
  417. package/types/video/designer.d.ts +0 -6
  418. /package/{designer → components}/condition/index.css +0 -0
  419. /package/{designer → components}/uploader/index.css +0 -0
  420. /package/types/{dynamic-form/src/component/form-control/form-control.component.d.ts → list-nav/src/designer/list-nav.design.component.d.ts} +0 -0
@@ -1,227 +1,227 @@
1
- var ge = Object.defineProperty;
2
- var ve = (o, e, t) => e in o ? ge(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t;
3
- var $ = (o, e, t) => ve(o, typeof e != "symbol" ? e + "" : e, t);
4
- import { getCustomStyle as Q, getCustomClass as Z, excludeProperties as he, withInstall as we } from "../../components/common/index.esm.js";
5
- import ye, { listViewProps as Ce, listViewTableProps as be, FListViewTable as Ie } from "../../components/list-view/index.esm.js";
6
- import { resolveAppearance as Ve, createPropsResolver as ne, getPropsResolverGenerator as se, createCollectionBindingResolver as Se } from "../../components/dynamic-resolver/index.esm.js";
7
- import { ref as b, computed as U, createVNode as l, Fragment as j, watch as Me, withModifiers as ke, withDirectives as xe, vModelText as Ee, createTextVNode as O, defineComponent as ie, inject as K, onMounted as oe } from "vue";
8
- import { DgControl as A, canvasChanged as Te, refreshCanvas as Pe, useDesignerComponent as ae } from "../../components/designer-canvas/index.esm.js";
9
- import { useFilter as Fe, useIdentify as Re, useHierarchy as Ne, useGroupData as Be, useDataView as $e, useSelection as Ue, useRow as De, useEdit as Oe, useVisualDataBound as Ae, useVisualDataCell as Le, useVisualDataRow as _e, useVisualGroupRow as je, useVisualSummaryRow as Ge, useVisualData as qe } from "../../components/data-view/index.esm.js";
10
- import { LocaleService as He } from "../../components/locale/index.esm.js";
1
+ var ve = Object.defineProperty;
2
+ var he = (i, e, t) => e in i ? ve(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
3
+ var U = (i, e, t) => he(i, typeof e != "symbol" ? e + "" : e, t);
4
+ import { getCustomStyle as Z, getCustomClass as ee, excludeProperties as we, withInstall as ye } from "../../components/common/index.esm.js";
5
+ import Ce, { listViewProps as be, FListViewTable as Ie } from "../../components/list-view/index.esm.js";
6
+ import { resolveAppearance as Ve, createPropsResolver as se, getPropsResolverGenerator as ie, createCollectionBindingResolver as Se } from "../../components/dynamic-resolver/index.esm.js";
7
+ import { ref as C, computed as $, createVNode as l, Fragment as j, watch as Me, withModifiers as ke, withDirectives as xe, vModelText as Ee, createTextVNode as A, defineComponent as oe, inject as K, onMounted as ae } from "vue";
8
+ import { DgControl as L, canvasChanged as Te, refreshCanvas as Pe, useDesignerComponent as le } from "../../components/designer-canvas/index.esm.js";
9
+ import { useFilter as Fe, useIdentify as Re, useHierarchy as Ne, useGroupData as Be, useDataView as Ue, useSelection as $e, useRow as De, useEdit as Oe, useVisualDataBound as Ae, useVisualDataCell as Le, useVisualDataRow as _e, useVisualGroupRow as je, useVisualSummaryRow as Ge, useVisualData as He } from "../../components/data-view/index.esm.js";
10
+ import { LocaleService as qe } from "../../components/locale/index.esm.js";
11
11
  import { FCheckbox as X } from "../../components/checkbox/index.esm.js";
12
12
  import { cloneDeep as We } from "lodash-es";
13
- function ze(o, e) {
14
- function t(i) {
13
+ function ze(i, e) {
14
+ function t(o) {
15
15
  const s = [];
16
- let c = i.nextNode();
17
- for (; c; )
18
- s.push(c), c = i.nextNode();
16
+ let d = o.nextNode();
17
+ for (; d; )
18
+ s.push(d), d = o.nextNode();
19
19
  return s;
20
20
  }
21
- function n(i, s) {
22
- const c = document.createTreeWalker(i, NodeFilter.SHOW_TEXT);
23
- return t(c).map((p) => ({ textNode: p, text: (p.textContent || "").toLocaleLowerCase() })).map(({ textNode: p, text: f }) => {
21
+ function n(o, s) {
22
+ const d = document.createTreeWalker(o, NodeFilter.SHOW_TEXT);
23
+ return t(d).map((u) => ({ textNode: u, text: (u.textContent || "").toLocaleLowerCase() })).map(({ textNode: u, text: f }) => {
24
24
  const g = [];
25
25
  let w = 0;
26
26
  for (; w < f.length; ) {
27
- const y = f.indexOf(s, w);
28
- if (y === -1)
27
+ const b = f.indexOf(s, w);
28
+ if (b === -1)
29
29
  break;
30
- g.push(y), w = y + s.length;
30
+ g.push(b), w = b + s.length;
31
31
  }
32
- return g.map((y) => {
32
+ return g.map((b) => {
33
33
  const h = new Range();
34
- return h.setStart(p, y), h.setEnd(p, y + s.length), h;
34
+ return h.setStart(u, b), h.setEnd(u, b + s.length), h;
35
35
  });
36
36
  }).flat();
37
37
  }
38
- function a(i) {
39
- if (!CSS.highlights || (CSS.highlights.clear(), !i || !e))
38
+ function a(o) {
39
+ if (!CSS.highlights || (CSS.highlights.clear(), !o || !e))
40
40
  return;
41
- const s = n(e.value, i.toLocaleLowerCase()), c = new Highlight(...s);
42
- CSS.highlights.set("search-result", c);
41
+ const s = n(e.value, o.toLocaleLowerCase()), d = new Highlight(...s);
42
+ CSS.highlights.set("search-result", d);
43
43
  }
44
44
  return { search: a };
45
45
  }
46
- function ee(o, e, t, n, a, i, s, c, r, u) {
47
- const d = b(o.size), p = b(o.textField), f = b(o.titleField), g = b(o.disableField), w = U(() => {
48
- var m, T;
49
- return ((m = o.selection) == null ? void 0 : m.multiSelect) && ((T = o.selection) == null ? void 0 : T.showCheckbox);
46
+ function te(i, e, t, n, a, o, s, d, c, p) {
47
+ const r = C(i.size), u = C(i.textField), f = C(i.titleField), g = C(i.disableField), w = $(() => {
48
+ var m, x;
49
+ return ((m = i.selection) == null ? void 0 : m.multiSelect) && ((x = i.selection) == null ? void 0 : x.showCheckbox);
50
50
  }), {
51
- onMouseenterItem: y,
51
+ onMouseenterItem: b,
52
52
  onMouseoverItem: h,
53
53
  onMouseoutItem: S
54
- } = i, {
55
- getKey: k,
56
- listViewItemClass: x,
54
+ } = o, {
55
+ getKey: M,
56
+ listViewItemClass: E,
57
57
  listViewItemStyle: F,
58
- onCheckItem: B,
58
+ onCheckItem: N,
59
59
  onClickItem: v
60
- } = s, M = U(() => {
60
+ } = s, k = $(() => {
61
61
  const m = {
62
62
  "text-overflow": "ellipsis",
63
63
  overflow: "hidden",
64
64
  "white-space": "nowrap"
65
65
  };
66
- return o.itemClass ? m : {
67
- margin: d.value === "small" ? "0.25rem 0" : "8px 0",
66
+ return i.itemClass ? m : {
67
+ margin: r.value === "small" ? "0.25rem 0" : "8px 0",
68
68
  ...m
69
69
  };
70
70
  });
71
- function C(m, T, R) {
72
- return m.checked = c.findIndexInSelectedItems(m) > -1, l("li", {
73
- class: x(m, T),
74
- id: k(m, T),
75
- key: k(m, T),
76
- style: F(m, T),
77
- onClick: (N) => v(m, T, N),
78
- onMouseenter: (N) => y(N, m, T),
79
- onMouseover: (N) => h(N, m, T),
80
- onMouseout: (N) => S(N, m, T)
71
+ function y(m, x, R) {
72
+ return m.checked = d.findIndexInSelectedItems(m) > -1, l("li", {
73
+ class: E(m, x),
74
+ id: M(m, x),
75
+ key: M(m, x),
76
+ style: F(m, x),
77
+ onClick: (B) => v(m, x, B),
78
+ onMouseenter: (B) => b(B, m, x),
79
+ onMouseover: (B) => h(B, m, x),
80
+ onMouseout: (B) => S(B, m, x)
81
81
  }, [w.value && l("div", {
82
82
  class: "f-list-select",
83
- onClick: (N) => N.stopPropagation()
83
+ onClick: (B) => B.stopPropagation()
84
84
  }, [l(X, {
85
- id: "list-" + k(m, T),
85
+ id: "list-" + M(m, x),
86
86
  customClass: "listview-checkbox float-left",
87
87
  disabled: m[g.value],
88
88
  checked: m.checked,
89
- "onUpdate:checked": (N) => m.checked = N,
90
- onChange: (N) => {
91
- B(m, T, !N.checked);
89
+ "onUpdate:checked": (B) => m.checked = B,
90
+ onChange: (B) => {
91
+ N(m, x, !B.checked);
92
92
  }
93
93
  }, null)]), l("div", {
94
94
  class: "f-list-content"
95
95
  }, [l("div", {
96
- class: o.itemContentClass,
97
- style: M.value,
98
- title: m.raw[f.value] || m.raw[p.value]
99
- }, [m.raw[p.value]])])]);
96
+ class: i.itemContentClass,
97
+ style: k.value,
98
+ title: m.raw[f.value] || m.raw[u.value]
99
+ }, [m.raw[u.value]])])]);
100
100
  }
101
101
  return {
102
- renderItem: C
102
+ renderItem: y
103
103
  };
104
104
  }
105
- function Ke(o, e, t, n, a, i, s, c, r, u) {
106
- const d = b(o.multiSelect), p = b(o.disableField), f = b(o.textField), {
105
+ function Ke(i, e, t, n, a, o, s, d, c, p) {
106
+ const r = C(i.multiSelect), u = C(i.disableField), f = C(i.textField), {
107
107
  onMouseenterItem: g,
108
108
  onMouseoverItem: w,
109
- onMouseoutItem: y
110
- } = i, {
109
+ onMouseoutItem: b
110
+ } = o, {
111
111
  getKey: h,
112
112
  listViewItemClass: S,
113
- listViewItemStyle: k,
114
- onCheckItem: x,
113
+ listViewItemStyle: M,
114
+ onCheckItem: E,
115
115
  onClickItem: F,
116
- updateSelectedItems: B
116
+ updateSelectedItems: N
117
117
  } = s;
118
- function v(C, m, T) {
119
- return o.contentTemplate ? l(j, null, [o.contentTemplate({
120
- item: C.raw,
118
+ function v(y, m, x) {
119
+ return i.contentTemplate ? l(j, null, [i.contentTemplate({
120
+ item: y.raw,
121
121
  index: m,
122
- selectedItem: T
122
+ selectedItem: x
123
123
  })]) : e.slots.content ? l(j, null, [e.slots.content && e.slots.content({
124
- item: C.raw,
124
+ item: y.raw,
125
125
  index: m,
126
- selectedItem: T
126
+ selectedItem: x
127
127
  })]) : l("div", {
128
128
  style: "margin: 10px 0;"
129
- }, [C.raw[f.value || "name"]]);
129
+ }, [y.raw[f.value || "name"]]);
130
130
  }
131
- function M(C, m, T) {
131
+ function k(y, m, x) {
132
132
  return l("li", {
133
- class: S(C, m),
134
- id: h(C, m),
135
- key: h(C, m),
136
- style: k(C, m),
137
- onClick: (R) => F(C, m, R),
138
- onMouseenter: (R) => g(R, C, m),
139
- onMouseover: (R) => w(R, C, m),
140
- onMouseout: (R) => y(R, C, m)
141
- }, [d.value && l("div", {
133
+ class: S(y, m),
134
+ id: h(y, m),
135
+ key: h(y, m),
136
+ style: M(y, m),
137
+ onClick: (R) => F(y, m, R),
138
+ onMouseenter: (R) => g(R, y, m),
139
+ onMouseover: (R) => w(R, y, m),
140
+ onMouseout: (R) => b(R, y, m)
141
+ }, [r.value && l("div", {
142
142
  class: "f-list-select",
143
143
  onClick: (R) => R.stopPropagation()
144
144
  }, [l(X, {
145
- id: "list-" + h(C, m),
145
+ id: "list-" + h(y, m),
146
146
  customClass: "listview-checkbox",
147
- disabled: C[p.value],
148
- checked: C.checked,
149
- "onUpdate:checked": (R) => C.checked = R,
147
+ disabled: y[u.value],
148
+ checked: y.checked,
149
+ "onUpdate:checked": (R) => y.checked = R,
150
150
  onChange: (R) => {
151
- x(C, m, !R.checked), B();
151
+ E(y, m, !R.checked), N();
152
152
  }
153
153
  }, null)]), l("div", {
154
154
  class: "f-list-content"
155
- }, [v(C, m, T)])]);
155
+ }, [v(y, m, x)])]);
156
156
  }
157
157
  return {
158
- renderItem: M
158
+ renderItem: k
159
159
  };
160
160
  }
161
- function Xe(o, e, t, n, a, i, s, c, r, u) {
162
- const d = b(o.multiSelect), p = b(o.disableField), f = b(o.textField), {
161
+ function Xe(i, e, t, n, a, o, s, d, c, p) {
162
+ const r = C(i.multiSelect), u = C(i.disableField), f = C(i.textField), {
163
163
  onMouseenterItem: g,
164
164
  onMouseoverItem: w,
165
- onMouseoutItem: y
166
- } = i, {
165
+ onMouseoutItem: b
166
+ } = o, {
167
167
  getKey: h,
168
168
  listViewItemClass: S,
169
- onCheckItem: k,
170
- onClickItem: x
169
+ onCheckItem: M,
170
+ onClickItem: E
171
171
  } = s, {
172
172
  dragstart: F,
173
- dragenter: B,
173
+ dragenter: N,
174
174
  dragover: v,
175
- dragend: M
175
+ dragend: k
176
176
  } = n, {
177
- removeItem: C
178
- } = r, m = U(() => ({
179
- margin: d.value ? "10px 0" : "10px 0px 10px 14px"
177
+ removeItem: y
178
+ } = c, m = $(() => ({
179
+ margin: r.value ? "10px 0" : "10px 0px 10px 14px"
180
180
  }));
181
- function T(V, I = "") {
181
+ function x(V, I = "") {
182
182
  const D = V.target;
183
183
  D.title = D.scrollWidth > D.clientWidth ? I : "";
184
184
  }
185
185
  function R(V) {
186
186
  return l("div", {
187
187
  style: m.value,
188
- onMouseenter: (I) => T(I, V.raw[f.value || "name"])
188
+ onMouseenter: (I) => x(I, V.raw[f.value || "name"])
189
189
  }, [V.raw[f.value || "name"]]);
190
190
  }
191
- function N() {
191
+ function B() {
192
192
  return e.slots.itemContent ? e.slots.itemContent : R;
193
193
  }
194
- const L = N();
195
- function E(V, I, D) {
194
+ const O = B();
195
+ function T(V, I, D) {
196
196
  return l("li", {
197
197
  class: S(V, I),
198
198
  id: h(V, I),
199
199
  key: h(V, I),
200
- onClick: (P) => x(V, I, P),
200
+ onClick: (P) => E(V, I, P),
201
201
  onMouseenter: (P) => g(P, V, I),
202
202
  onMouseover: (P) => w(P, V, I),
203
- onMouseout: (P) => y(P, V, I),
203
+ onMouseout: (P) => b(P, V, I),
204
204
  draggable: "true",
205
205
  onDragstart: (P) => F(P, V, I),
206
- onDragenter: (P) => B(P, I),
207
- onDragend: (P) => M(P, V),
206
+ onDragenter: (P) => N(P, I),
207
+ onDragend: (P) => k(P, V),
208
208
  onDragover: (P) => v(P)
209
- }, [d.value && l("div", {
209
+ }, [r.value && l("div", {
210
210
  class: "f-list-select",
211
211
  onClick: (P) => P.stopPropagation()
212
212
  }, [l(X, {
213
213
  id: "list-" + h(V, I),
214
214
  customClass: "listview-checkbox",
215
- disabled: V[p.value] || !V.checked,
215
+ disabled: V[u.value] || !V.checked,
216
216
  checked: V.checked,
217
217
  "onUpdate:checked": (P) => V.checked = P,
218
- onChange: (P) => k(V, I, !P.checked)
218
+ onChange: (P) => M(V, I, !P.checked)
219
219
  }, null)]), l("div", {
220
220
  class: "f-list-content"
221
- }, [L(V)]), l("div", {
221
+ }, [O(V)]), l("div", {
222
222
  class: "f-list-remove",
223
223
  onClick: (P) => {
224
- P.stopPropagation(), C(I);
224
+ P.stopPropagation(), y(I);
225
225
  }
226
226
  }, [l("div", {
227
227
  class: "f-list-remove-icon"
@@ -234,92 +234,92 @@ function Xe(o, e, t, n, a, i, s, c, r, u) {
234
234
  }, null)])])]);
235
235
  }
236
236
  return {
237
- renderItem: E
237
+ renderItem: T
238
238
  };
239
239
  }
240
- function Ye(o, e, t, n, a, i, s, c, r, u) {
240
+ function Ye(i, e, t, n, a, o, s, d, c, p) {
241
241
  var h;
242
- const d = b(((h = o.group) == null ? void 0 : h.groupFields) || []), {
243
- collpaseGroupIconClass: p
242
+ const r = C(((h = i.group) == null ? void 0 : h.groupFields) || []), {
243
+ collpaseGroupIconClass: u
244
244
  } = a, {
245
245
  toggleGroupRow: f
246
- } = u;
247
- function g(S, k) {
248
- k.collapse = !k.collapse, t.value = f(k.collapse ? "collapse" : "expand", k, t.value);
246
+ } = p;
247
+ function g(S, M) {
248
+ M.collapse = !M.collapse, t.value = f(M.collapse ? "collapse" : "expand", M, t.value);
249
249
  }
250
- function w(S, k, x) {
250
+ function w(S, M, E) {
251
251
  return e.slots.group ? l(j, null, [e.slots.content && e.slots.group({
252
252
  item: S.raw,
253
- index: k,
254
- selectedItem: x
253
+ index: M,
254
+ selectedItem: E
255
255
  })]) : l("div", {
256
256
  class: "f-navlookup-recentHeader",
257
257
  onClick: (F) => g(F, S)
258
258
  }, [l("div", {
259
259
  class: "fv-grid-group-row-icon"
260
260
  }, [l("span", {
261
- class: p(S)
261
+ class: u(S)
262
262
  }, null)]), l("div", {
263
263
  class: "f-navlookup-recommandLabel"
264
- }, [S.raw[d.value[S.layer]]])]);
264
+ }, [S.raw[r.value[S.layer]]])]);
265
265
  }
266
- function y(S, k, x) {
267
- return S.layer > -1 && w(S, k, x);
266
+ function b(S, M, E) {
267
+ return S.layer > -1 && w(S, M, E);
268
268
  }
269
269
  return {
270
- renderItem: y
270
+ renderItem: b
271
271
  };
272
272
  }
273
- function Je(o, e, t, n) {
274
- const { dataView: a } = t, { updateSelectedItems: i } = n;
275
- function s(c) {
276
- if (c > -1 && c < a.value.length) {
277
- if (o != null && o.checkBeforeRemoveItem && !o.checkBeforeRemoveItem(a.value[c]))
273
+ function Je(i, e, t, n) {
274
+ const { dataView: a } = t, { updateSelectedItems: o } = n;
275
+ function s(d) {
276
+ if (d > -1 && d < a.value.length) {
277
+ if (i != null && i.checkBeforeRemoveItem && !i.checkBeforeRemoveItem(a.value[d]))
278
278
  return;
279
- const r = a.value.splice(c, 1);
280
- i(), e.emit("removeItem", r[0]);
279
+ const c = a.value.splice(d, 1);
280
+ o(), e.emit("removeItem", c[0]);
281
281
  }
282
282
  }
283
283
  return { removeItem: s };
284
284
  }
285
- function Qe(o, e, t, n, a, i, s, c, r, u) {
286
- const d = b(o.view), p = b(o.view === "CardView"), f = b({}), g = Je(o, e, n, r), w = U(() => ({
285
+ function Qe(i, e, t, n, a, o, s, d, c, p) {
286
+ const r = C(i.view), u = C(i.view === "CardView"), f = C({}), g = Je(i, e, n, c), w = $(() => ({
287
287
  "f-list-view-group": !0,
288
- "f-list-view-group-multiselect": o.multiSelect,
289
- "d-flex": p.value,
290
- "flex-wrap": p.value
291
- })), y = U(() => !!t.value && t.value.length > 0), h = U(() => t.value.length === 0);
292
- U(() => h.value && !e.slots.empty);
288
+ "f-list-view-group-multiselect": i.multiSelect,
289
+ "d-flex": u.value,
290
+ "flex-wrap": u.value
291
+ })), b = $(() => !!t.value && t.value.length > 0), h = $(() => t.value.length === 0);
292
+ $(() => h.value && !e.slots.empty);
293
293
  function S() {
294
- return d.value === "SingleView" ? ee : d.value === "DraggableView" ? Xe : (d.value === "ContentView" || d.value === "CardView") && (o.contentTemplate || e.slots.content) ? Ke : ee;
294
+ return r.value === "SingleView" ? te : r.value === "DraggableView" ? Xe : (r.value === "ContentView" || r.value === "CardView") && (i.contentTemplate || e.slots.content) ? Ke : te;
295
295
  }
296
- const k = S(), {
297
- renderItem: x
298
- } = k(o, e, t, u, a, i, r, s, g, c), {
296
+ const M = S(), {
297
+ renderItem: E
298
+ } = M(i, e, t, p, a, o, c, s, g, d), {
299
299
  renderItem: F
300
- } = Ye(o, e, t, u, a, i, r, s, g, c), B = [x, F];
300
+ } = Ye(i, e, t, p, a, o, c, s, g, d), N = [E, F];
301
301
  function v() {
302
- return t.value.filter((m) => m.visible !== !1).map((m, T) => B[m.type](m, T, f));
302
+ return t.value.filter((m) => m.visible !== !1).map((m, x) => N[m.type](m, x, f));
303
303
  }
304
- function M() {
304
+ function k() {
305
305
  return l("div", {
306
306
  class: "f-list-view-emptydata",
307
307
  style: "margin: 0 auto;"
308
308
  }, [l("p", {
309
309
  class: "f-empty-title"
310
- }, [o.emptyTemplate ? o.emptyTemplate() : e.slots.empty ? e.slots.empty() : He.getLocaleValue("listView.emptyMessage")])]);
310
+ }, [i.emptyTemplate ? i.emptyTemplate() : e.slots.empty ? e.slots.empty() : qe.getLocaleValue("listView.emptyMessage")])]);
311
311
  }
312
- function C() {
312
+ function y() {
313
313
  return l("ul", {
314
314
  class: w.value,
315
315
  style: "list-style: none;"
316
- }, [y.value && v(), h.value && M()]);
316
+ }, [b.value && v(), h.value && k()]);
317
317
  }
318
318
  return {
319
- renderListArea: C
319
+ renderListArea: y
320
320
  };
321
321
  }
322
- function Ze(o, e, t) {
322
+ function Ze(i, e, t) {
323
323
  function n() {
324
324
  return e.slots.header && l("div", {
325
325
  class: "f-list-view-header"
@@ -329,29 +329,29 @@ function Ze(o, e, t) {
329
329
  renderHeader: n
330
330
  };
331
331
  }
332
- function te(o, e, t) {
333
- const n = b(o.headerClass), a = b(o.placeholder), i = b(""), s = U(() => !i.value), c = U(() => !!i.value);
334
- function r(f) {
335
- i.value = "";
332
+ function ne(i, e, t) {
333
+ const n = C(i.headerClass), a = C(i.placeholder), o = C(""), s = $(() => !o.value), d = $(() => !!o.value);
334
+ function c(f) {
335
+ o.value = "";
336
336
  }
337
- Me(i, (f) => {
338
- o.enableHighlightSearch && t.search(f), e.emit("afterSearch", f);
337
+ Me(o, (f) => {
338
+ i.enableHighlightSearch && t.search(f), e.emit("afterSearch", f);
339
339
  });
340
- const u = U(() => {
340
+ const p = $(() => {
341
341
  const f = {
342
342
  "form-group": !0,
343
343
  "farris-form-group": !0
344
344
  };
345
- return n.value && n.value.split(" ").reduce((w, y) => (w[y] = !0, w), f), f;
345
+ return n.value && n.value.split(" ").reduce((w, b) => (w[b] = !0, w), f), f;
346
346
  });
347
- function d(f) {
347
+ function r(f) {
348
348
  }
349
- function p() {
349
+ function u() {
350
350
  return l("div", {
351
351
  class: "f-list-view-header",
352
- onClick: ke(() => d, ["prevent", "stop"])
352
+ onClick: ke(() => r, ["prevent", "stop"])
353
353
  }, [l("div", {
354
- class: u.value
354
+ class: p.value
355
355
  }, [l("div", {
356
356
  class: "farris-input-wrap"
357
357
  }, [l("div", {
@@ -360,16 +360,16 @@ function te(o, e, t) {
360
360
  class: "input-group f-state-editable"
361
361
  }, [xe(l("input", {
362
362
  class: "form-control f-utils-fill text-left",
363
- "onUpdate:modelValue": (f) => i.value = f,
363
+ "onUpdate:modelValue": (f) => o.value = f,
364
364
  name: "input-group-value",
365
365
  type: "text",
366
366
  placeholder: a.value,
367
367
  autocomplete: "off"
368
- }, null), [[Ee, i.value]]), l("div", {
368
+ }, null), [[Ee, o.value]]), l("div", {
369
369
  class: "input-group-append"
370
- }, [c.value && l("span", {
370
+ }, [d.value && l("span", {
371
371
  class: "input-group-text input-group-clear",
372
- onClick: (f) => r()
372
+ onClick: (f) => c()
373
373
  }, [l("i", {
374
374
  class: "f-icon f-icon-close-circle"
375
375
  }, null)]), s.value && l("span", {
@@ -379,54 +379,54 @@ function te(o, e, t) {
379
379
  }, null)])])])])])])]);
380
380
  }
381
381
  return {
382
- renderHeader: p
382
+ renderHeader: u
383
383
  };
384
384
  }
385
385
  function et() {
386
- const o = b(""), e = b(-1), t = b(""), n = b(-1), a = b(!1);
387
- function i(p, f, g) {
386
+ const i = C(""), e = C(-1), t = C(""), n = C(-1), a = C(!1);
387
+ function o(u, f, g) {
388
388
  n.value = g;
389
389
  }
390
- function s(p, f, g) {
390
+ function s(u, f, g) {
391
391
  a.value || (n.value = g);
392
392
  }
393
- function c(p, f, g) {
393
+ function d(u, f, g) {
394
394
  n.value = -1;
395
395
  }
396
- function r() {
396
+ function c() {
397
397
  a.value = !0;
398
398
  }
399
- function u() {
399
+ function p() {
400
400
  a.value = !1;
401
401
  }
402
- function d() {
403
- e.value = -1, o.value = "";
402
+ function r() {
403
+ e.value = -1, i.value = "";
404
404
  }
405
405
  return {
406
406
  activeIndex: e,
407
407
  focusedItemId: t,
408
408
  hoverIndex: n,
409
- clearActiveItem: d,
410
- onMouseenterItem: i,
409
+ clearActiveItem: r,
410
+ onMouseenterItem: o,
411
411
  onMouseoverItem: s,
412
- onMouseoutItem: c,
413
- resumeHover: u,
414
- suspendHover: r
412
+ onMouseoutItem: d,
413
+ resumeHover: p,
414
+ suspendHover: c
415
415
  };
416
416
  }
417
- function tt(o, e, t, n) {
418
- const a = b(o.idField), { dataView: i } = t, s = b(-1), c = b(!1), { activeIndex: r, focusedItemId: u, hoverIndex: d, resumeHover: p, suspendHover: f } = n;
419
- let g, w = 0, y = 0;
420
- function h(v, M) {
421
- const C = v - w, m = M - y;
422
- g.style.left = parseInt(g.style.left) + C + "px", g.style.top = parseInt(g.style.top) + m + "px", w = v, y = M;
417
+ function tt(i, e, t, n) {
418
+ const a = C(i.idField), { dataView: o } = t, s = C(-1), d = C(!1), { activeIndex: c, focusedItemId: p, hoverIndex: r, resumeHover: u, suspendHover: f } = n;
419
+ let g, w = 0, b = 0;
420
+ function h(v, k) {
421
+ const y = v - w, m = k - b;
422
+ g.style.left = parseInt(g.style.left) + y + "px", g.style.top = parseInt(g.style.top) + m + "px", w = v, b = k;
423
423
  }
424
424
  function S(v) {
425
- const { left: M, top: C } = v.getBoundingClientRect(), m = v.cloneNode(!0);
425
+ const { left: k, top: y } = v.getBoundingClientRect(), m = v.cloneNode(!0);
426
426
  return m.className = m.className + " f-listview-drag-moving", m.style.cssText = `
427
427
  position:absolute;
428
- left:${M}px;
429
- top:${document.documentElement.scrollTop ? C + document.documentElement.scrollTop : C}px;
428
+ left:${k}px;
429
+ top:${document.documentElement.scrollTop ? y + document.documentElement.scrollTop : y}px;
430
430
  z-index: 999999;
431
431
  pointer-events: none;
432
432
  border-radius: 10px;
@@ -442,120 +442,120 @@ function tt(o, e, t, n) {
442
442
  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
443
443
  `, m.children[1].style.cssText = "width: 30px;padding: 0 14px 0 0", m.children[2].style.cssText = "padding: 0 14px 0 0;", document.body.appendChild(m), m;
444
444
  }
445
- function k(v, M, C) {
446
- if (v.stopPropagation(), f(), M) {
445
+ function M(v, k, y) {
446
+ if (v.stopPropagation(), f(), k) {
447
447
  if (g = S(v.target), v.dataTransfer) {
448
448
  const m = new Image();
449
449
  m.src = "", v.dataTransfer.setDragImage(m, 0, 0);
450
450
  }
451
- w = v.pageX, y = v.pageY, setTimeout(() => {
452
- s.value = C, c.value = !0, M.moving = !0;
451
+ w = v.pageX, b = v.pageY, setTimeout(() => {
452
+ s.value = y, d.value = !0, k.moving = !0;
453
453
  });
454
454
  }
455
455
  }
456
- function x(v, M) {
457
- if (v.preventDefault(), s.value !== M) {
458
- const C = i.value[s.value], m = i.value;
459
- m.splice(s.value, 1), m.splice(M, 0, C), s.value = M, h(v.pageX, v.pageY);
456
+ function E(v, k) {
457
+ if (v.preventDefault(), s.value !== k) {
458
+ const y = o.value[s.value], m = o.value;
459
+ m.splice(s.value, 1), m.splice(k, 0, y), s.value = k, h(v.pageX, v.pageY);
460
460
  }
461
461
  }
462
462
  function F(v) {
463
463
  v.preventDefault(), v.dataTransfer && (v.dataTransfer.dropEffect = "move"), h(v.pageX, v.pageY);
464
464
  }
465
- function B(v, M) {
466
- M && (M.moving = !1, g && (document.body.removeChild(g), g = null)), i.value.forEach((C, m) => {
467
- C.__fv_index__ = m;
468
- }), c.value = !1, p(), d.value = M.raw.__fv_index__, r.value = M.raw.__fv_index__, u.value = M.raw[a.value], e.emit("change", i.value), e.emit("activeChange", [M.raw]);
465
+ function N(v, k) {
466
+ k && (k.moving = !1, g && (document.body.removeChild(g), g = null)), o.value.forEach((y, m) => {
467
+ y.__fv_index__ = m;
468
+ }), d.value = !1, u(), r.value = k.raw.__fv_index__, c.value = k.raw.__fv_index__, p.value = k.raw[a.value], e.emit("change", o.value), e.emit("activeChange", [k.raw]);
469
469
  }
470
470
  return {
471
- dragstart: k,
472
- dragenter: x,
471
+ dragstart: M,
472
+ dragenter: E,
473
473
  dragover: F,
474
- dragend: B,
475
- isDragging: c
474
+ dragend: N,
475
+ isDragging: d
476
476
  };
477
477
  }
478
- function nt(o, e, t, n, a, i) {
479
- const s = b(o.idField), c = b(o.disableField), r = b(o.draggable);
480
- b(o.itemClass);
481
- const u = b(o.selection.multiSelect ?? !1), d = b(o.selection.multiSelectMode), { isDragging: p } = n, { activeIndex: f, focusedItemId: g, hoverIndex: w } = a, { clearSelection: y, getSelectedItems: h, toggleSelectItem: S, currentSelectedDataId: k } = i, x = b(h()), F = (E) => x.value.length === 0 ? !1 : x.value.some((V) => {
478
+ function nt(i, e, t, n, a, o) {
479
+ const s = C(i.idField), d = C(i.disableField), c = C(i.draggable);
480
+ C(i.itemClass);
481
+ const p = C(i.selection.multiSelect ?? !1), r = C(i.selection.multiSelectMode), { isDragging: u } = n, { activeIndex: f, focusedItemId: g, hoverIndex: w } = a, { clearSelection: b, getSelectedItems: h, toggleSelectItem: S, currentSelectedDataId: M } = o, E = C(h()), F = (T) => E.value.length === 0 ? !1 : E.value.some((V) => {
482
482
  let I = "";
483
- return V.data ? I = V.data[s.value] : I = V[s.value], I === E;
483
+ return V.data ? I = V.data[s.value] : I = V[s.value], I === T;
484
484
  });
485
- function B() {
486
- x.value = h();
485
+ function N() {
486
+ E.value = h();
487
487
  }
488
- function v(E, V) {
489
- return E.raw[s.value] != null ? E.raw[s.value] : "";
488
+ function v(T, V) {
489
+ return T.raw[s.value] != null ? T.raw[s.value] : "";
490
490
  }
491
- function M(E, V) {
491
+ function k(T, V) {
492
492
  const I = {
493
493
  "f-list-view-group-item": !0,
494
- "f-list-view-draggable-item": r.value,
495
- "f-un-click": !E.checked,
496
- "f-un-select": !!E.raw[c.value],
494
+ "f-list-view-draggable-item": c.value,
495
+ "f-un-click": !T.checked,
496
+ "f-un-select": !!T.raw[d.value],
497
497
  "f-listview-active": (
498
498
  // 多选
499
- u.value && F(v(E)) || // 单选
500
- !u.value && E.raw[s.value] === k.value
499
+ p.value && F(v(T)) || // 单选
500
+ !p.value && T.raw[s.value] === M.value
501
501
  ),
502
- "f-listview-hover": !p.value && V === w.value,
503
- moving: !!E.moving
502
+ "f-listview-hover": !u.value && V === w.value,
503
+ moving: !!T.moving
504
504
  };
505
- if (typeof o.itemClass == "string")
506
- return Z(I, o.itemClass);
507
- if (typeof o.itemClass == "function") {
508
- const D = o.itemClass(E);
509
- return Z(I, D);
505
+ if (typeof i.itemClass == "string")
506
+ return ee(I, i.itemClass);
507
+ if (typeof i.itemClass == "function") {
508
+ const D = i.itemClass(T);
509
+ return ee(I, D);
510
510
  }
511
511
  return I;
512
512
  }
513
- function C(E, V) {
513
+ function y(T, V) {
514
514
  const I = {};
515
- if (typeof o.itemStyle == "string")
516
- return Q(I, o.itemStyle);
517
- if (typeof o.itemStyle == "function") {
518
- const D = o.itemStyle(E);
519
- return Q(I, D);
515
+ if (typeof i.itemStyle == "string")
516
+ return Z(I, i.itemStyle);
517
+ if (typeof i.itemStyle == "function") {
518
+ const D = i.itemStyle(T);
519
+ return Z(I, D);
520
520
  }
521
521
  return I;
522
522
  }
523
- const m = U(() => !u.value);
524
- function T(E, V, I) {
525
- E.checked = I, !E.raw[c.value] && (m.value && (g.value = E.raw[s.value]), S(E));
523
+ const m = $(() => !p.value);
524
+ function x(T, V, I) {
525
+ T.checked = I, !T.raw[d.value] && (m.value && (g.value = T.raw[s.value]), S(T));
526
526
  }
527
- const R = U(() => u.value && d.value === "OnCheckClearByClick"), N = U(() => !u.value || u.value && (d.value === "OnCheckAndClick" || d.value === "OnClick"));
528
- function L(E, V, I) {
529
- if (E.raw[c.value]) {
527
+ const R = $(() => p.value && r.value === "OnCheckClearByClick"), B = $(() => !p.value || p.value && (r.value === "OnCheckAndClick" || r.value === "OnClick"));
528
+ function O(T, V, I) {
529
+ if (T.raw[d.value]) {
530
530
  I == null || I.preventDefault(), I == null || I.stopPropagation();
531
531
  return;
532
532
  }
533
- k.value = E.raw[s.value], g.value = E.raw[s.value], f.value = V, R.value && y(), N.value && (S(E), B()), e.emit("clickItem", { data: x.value, index: V, dataItem: E.raw }), e.emit("activeChange", x.value);
533
+ M.value = T.raw[s.value], g.value = T.raw[s.value], f.value = V, R.value && b(), B.value && (S(T), N()), e.emit("clickItem", { data: E.value, index: V, dataItem: T.raw }), e.emit("activeChange", E.value);
534
534
  }
535
535
  return {
536
536
  getKey: v,
537
- selectedItems: x,
538
- listViewItemClass: M,
539
- listViewItemStyle: C,
540
- updateSelectedItems: B,
541
- onCheckItem: T,
542
- onClickItem: L
537
+ selectedItems: E,
538
+ listViewItemClass: k,
539
+ listViewItemStyle: y,
540
+ updateSelectedItems: N,
541
+ onCheckItem: x,
542
+ onClickItem: O
543
543
  };
544
544
  }
545
- const q = /* @__PURE__ */ new Map([
545
+ const H = /* @__PURE__ */ new Map([
546
546
  ["appearance", Ve]
547
547
  ]), st = "root-viewmodel";
548
- function it(o, e) {
548
+ function it(i, e) {
549
549
  const {
550
550
  formSchemaUtils: t,
551
551
  designViewModelUtils: n
552
552
  } = e;
553
- function a(d) {
553
+ function a(r) {
554
554
  return {
555
- id: `${d.componentId}-component-viewmodel`,
556
- code: `${d.componentId}-component-viewmodel`,
557
- name: d.componentName,
558
- bindTo: d.bindTo,
555
+ id: `${r.componentId}-component-viewmodel`,
556
+ code: `${r.componentId}-component-viewmodel`,
557
+ name: r.componentName,
558
+ bindTo: r.bindTo,
559
559
  parent: st,
560
560
  fields: [],
561
561
  commands: [],
@@ -563,88 +563,88 @@ function it(o, e) {
563
563
  enableValidation: !0
564
564
  };
565
565
  }
566
- function i(d) {
567
- const p = o.getSchemaByType("component-ref");
568
- return Object.assign(p, {
569
- id: `${d.componentId}-component-ref`,
570
- component: `${d.componentId}-component`
571
- }), p;
566
+ function o(r) {
567
+ const u = i.getSchemaByType("component-ref");
568
+ return Object.assign(u, {
569
+ id: `${r.componentId}-component-ref`,
570
+ component: `${r.componentId}-component`
571
+ }), u;
572
572
  }
573
- function s(d, p, f) {
574
- var h, S, k, x;
575
- const g = (S = (h = p == null ? void 0 : p.parentComponentInstance) == null ? void 0 : h.schema) == null ? void 0 : S.type, w = (x = (k = t.getFormSchema()) == null ? void 0 : k.module) == null ? void 0 : x.templateId;
573
+ function s(r, u, f) {
574
+ var h, S, M, E;
575
+ const g = (S = (h = u == null ? void 0 : u.parentComponentInstance) == null ? void 0 : h.schema) == null ? void 0 : S.type, w = (E = (M = t.getFormSchema()) == null ? void 0 : M.module) == null ? void 0 : E.templateId;
576
576
  if (["double-list-template", "tree-list-template", "list-template"].includes(w))
577
- return d;
578
- const y = [A["content-container"].type, A["response-layout-item"].type, A["splitter-pane"].type, A.drawer.type];
579
- if (g && y.includes(g)) {
580
- const F = o.getSchemaByType(
577
+ return r;
578
+ const b = [L["content-container"].type, L["response-layout-item"].type, L["splitter-pane"].type, L.drawer.type];
579
+ if (g && b.includes(g)) {
580
+ const F = i.getSchemaByType(
581
581
  "section",
582
582
  {
583
- parentComponentInstance: p.parentComponentInstance,
584
- mainTitle: p.componentName
583
+ parentComponentInstance: u.parentComponentInstance,
584
+ mainTitle: u.componentName
585
585
  },
586
586
  e
587
587
  );
588
588
  if (F && F.contents && F.contents.length) {
589
- const B = F.contents[0];
590
- return B.contents = [d], F;
589
+ const N = F.contents[0];
590
+ return N.contents = [r], F;
591
591
  }
592
592
  }
593
- return d;
593
+ return r;
594
594
  }
595
- function c(d) {
596
- var w, y, h;
597
- const p = o.getSchemaByType("list-view");
595
+ function d(r) {
596
+ var w, b, h;
597
+ const u = i.getSchemaByType("list-view");
598
598
  let f = !1;
599
- const g = (h = (y = (w = d.parentComponentInstance) == null ? void 0 : w.schema) == null ? void 0 : y.appearance) == null ? void 0 : h.class;
600
- return g && g.includes("f-page-main") && (f = !0), Object.assign(p, {
601
- id: d.componentId + "-listView",
599
+ const g = (h = (b = (w = r.parentComponentInstance) == null ? void 0 : w.schema) == null ? void 0 : b.appearance) == null ? void 0 : h.class;
600
+ return g && g.includes("f-page-main") && (f = !0), Object.assign(u, {
601
+ id: r.componentId + "-listView",
602
602
  appearance: {
603
603
  class: f ? "" : "f-grid-is-sub"
604
604
  },
605
605
  type: "list-view",
606
- dataSource: d.dataSource || "",
606
+ dataSource: r.dataSource || "",
607
607
  pagination: {
608
608
  enable: !1
609
609
  }
610
- }), [p];
610
+ }), [u];
611
611
  }
612
- function r(d) {
613
- var y, h, S;
614
- const p = o.getSchemaByType("component"), f = c(d);
612
+ function c(r) {
613
+ var b, h, S;
614
+ const u = i.getSchemaByType("component"), f = d(r);
615
615
  let g = !1;
616
- const w = (S = (h = (y = d.parentComponentInstance) == null ? void 0 : y.schema) == null ? void 0 : h.appearance) == null ? void 0 : S.class;
617
- return w && w.includes("f-page-main") && (g = !0), Object.assign(p, {
618
- id: `${d.componentId}-component`,
619
- viewModel: `${d.componentId}-component-viewmodel`,
620
- componentType: d.componentType,
616
+ const w = (S = (h = (b = r.parentComponentInstance) == null ? void 0 : b.schema) == null ? void 0 : h.appearance) == null ? void 0 : S.class;
617
+ return w && w.includes("f-page-main") && (g = !0), Object.assign(u, {
618
+ id: `${r.componentId}-component`,
619
+ viewModel: `${r.componentId}-component-viewmodel`,
620
+ componentType: r.componentType,
621
621
  contents: f,
622
622
  appearance: {
623
623
  class: g ? "f-struct-wrapper f-utils-fill-flex-column" : ""
624
624
  }
625
- }), p;
625
+ }), u;
626
626
  }
627
- function u(d) {
628
- const p = i(d), f = r(d), g = a(d), w = t.getFormSchema();
629
- return w.module.viewmodels.push(g), w.module.components.push(f), n.assembleDesignViewModel(), s(p, d);
627
+ function p(r) {
628
+ const u = o(r), f = c(r), g = a(r), w = t.getFormSchema();
629
+ return w.module.viewmodels.push(g), w.module.components.push(f), n.assembleDesignViewModel(), s(u, r);
630
630
  }
631
- return { createComponent: u };
631
+ return { createComponent: p };
632
632
  }
633
- function H(o, e, t, n) {
634
- var i, s, c, r, u, d;
633
+ function q(i, e, t, n) {
634
+ var o, s, d, c, p, r;
635
635
  const a = t.parentComponentInstance;
636
636
  if (a && n) {
637
- const p = Math.random().toString(36).slice(2, 6), f = {
638
- componentId: `list-view-${p}`,
639
- componentName: ((i = t.bindingSourceContext) == null ? void 0 : i.entityTitle) || ((c = (s = t.bindingSourceContext) == null ? void 0 : s.bindingEntity) == null ? void 0 : c.name) || `列表-${p}`,
637
+ const u = Math.random().toString(36).slice(2, 6), f = {
638
+ componentId: `list-view-${u}`,
639
+ componentName: ((o = t.bindingSourceContext) == null ? void 0 : o.entityTitle) || ((d = (s = t.bindingSourceContext) == null ? void 0 : s.bindingEntity) == null ? void 0 : d.name) || `列表-${u}`,
640
640
  componentType: "list-view",
641
641
  parentContainerId: a.schema.id,
642
642
  parentComponentInstance: a,
643
643
  // editable: true,
644
- bindTo: ((r = t.bindingSourceContext) == null ? void 0 : r.bindTo) || "",
645
- dataSource: (d = (u = t.bindingSourceContext) == null ? void 0 : u.bindingEntity) == null ? void 0 : d.label
644
+ bindTo: ((c = t.bindingSourceContext) == null ? void 0 : c.bindTo) || "",
645
+ dataSource: (r = (p = t.bindingSourceContext) == null ? void 0 : p.bindingEntity) == null ? void 0 : r.label
646
646
  // selectedFields: context.bindingSourceContext?.bindingEntityFields
647
- }, { createComponent: g } = it(o, n);
647
+ }, { createComponent: g } = it(i, n);
648
648
  return g(f);
649
649
  } else
650
650
  return e;
@@ -744,9 +744,9 @@ const ot = "https://json-schema.org/draft/2020-12/schema", at = "https://farris-
744
744
  }, ut = [
745
745
  "id",
746
746
  "type"
747
- ], pt = {
747
+ ], mt = {
748
748
  onClickItem: "行点击事件"
749
- }, le = {
749
+ }, re = {
750
750
  $schema: ot,
751
751
  $id: at,
752
752
  title: lt,
@@ -754,48 +754,48 @@ const ot = "https://json-schema.org/draft/2020-12/schema", at = "https://farris-
754
754
  type: ct,
755
755
  properties: dt,
756
756
  required: ut,
757
- events: pt
758
- }, Y = he(Ce, "headerTemplate"), _t = ne(Y, le, q, H), re = se(
757
+ events: mt
758
+ }, Y = we(be, "headerTemplate"), _t = se(Y, re, H, q), ce = ie(
759
759
  Y,
760
- le,
761
- q,
762
- H
760
+ re,
761
+ H,
762
+ q
763
763
  ), z = {
764
764
  "tab-page": { type: "tab-page" },
765
765
  section: { type: "section" },
766
766
  "list-view": { name: "列表" }
767
767
  };
768
- function mt(o) {
769
- const { formSchemaUtils: e, formStateMachineUtils: t } = o;
770
- function n(r, u = "") {
768
+ function pt(i) {
769
+ const { formSchemaUtils: e, formStateMachineUtils: t } = i;
770
+ function n(c, p = "") {
771
771
  return {
772
- path: u + r.code,
773
- field: r.id,
774
- fullPath: r.code
772
+ path: p + c.code,
773
+ field: c.id,
774
+ fullPath: c.code
775
775
  };
776
776
  }
777
- function a(r, u = "") {
778
- const d = e.getViewModelById(r);
779
- return d ? d.states.map((p) => n(p, u)) : [];
777
+ function a(c, p = "") {
778
+ const r = e.getViewModelById(c);
779
+ return r ? r.states.map((u) => n(u, p)) : [];
780
780
  }
781
- function i(r) {
782
- const u = e.getRootViewModelId(), d = a(r);
783
- if (r === u)
784
- return d;
785
- const p = a(u, "root-component.");
786
- return [...d, ...p];
781
+ function o(c) {
782
+ const p = e.getRootViewModelId(), r = a(c);
783
+ if (c === p)
784
+ return r;
785
+ const u = a(p, "root-component.");
786
+ return [...r, ...u];
787
787
  }
788
- function s(r) {
789
- return r.binding && r.binding.path || r.id || "";
788
+ function s(c) {
789
+ return c.binding && c.binding.path || c.id || "";
790
790
  }
791
- function c() {
791
+ function d() {
792
792
  return t && t.getRenderStates() || [];
793
793
  }
794
- return { getVariables: i, getControlName: s, getStateMachines: c };
794
+ return { getVariables: o, getControlName: s, getStateMachines: d };
795
795
  }
796
796
  class ft {
797
797
  constructor(e) {
798
- $(this, "sessionVariables", [
798
+ U(this, "sessionVariables", [
799
799
  {
800
800
  key: "CurrentSysOrgName",
801
801
  name: "当前组织Name",
@@ -832,7 +832,7 @@ class ft {
832
832
  description: "当前登录的语言编号,例如简体中文返回'zh-CHS',英文返回'en',繁体中文'zh-CHT'"
833
833
  }
834
834
  ]);
835
- $(this, "expressionNames", {
835
+ U(this, "expressionNames", {
836
836
  compute: "计算表达式",
837
837
  dependency: "依赖表达式",
838
838
  validate: "验证表达式",
@@ -841,20 +841,20 @@ class ft {
841
841
  readonly: "只读表达式",
842
842
  required: "必填表达式"
843
843
  });
844
- $(this, "getExpressionConverter", (e, t) => ({
845
- convertFrom: (n, a, i, s) => {
846
- const c = i.getExpressionRuleValue(e, t || a);
847
- return c && c.value || "";
844
+ U(this, "getExpressionConverter", (e, t) => ({
845
+ convertFrom: (n, a, o, s) => {
846
+ const d = o.getExpressionRuleValue(e, t || a);
847
+ return d && d.value || "";
848
848
  },
849
- convertTo: (n, a, i, s, c) => {
850
- var r;
851
- if (a === "dataPicking" && (i != null && i.target)) {
852
- const u = `${i.target}_dataPicking`;
853
- ((r = i.rules) == null ? void 0 : r.some(
854
- (p) => p.id === u && p.value
855
- )) ? n.dictPickingExpressionId = u : delete n.dictPickingExpressionId;
849
+ convertTo: (n, a, o, s, d) => {
850
+ var c;
851
+ if (a === "dataPicking" && (o != null && o.target)) {
852
+ const p = `${o.target}_dataPicking`;
853
+ ((c = o.rules) == null ? void 0 : c.some(
854
+ (u) => u.id === p && u.value
855
+ )) ? n.dictPickingExpressionId = p : delete n.dictPickingExpressionId;
856
856
  }
857
- s.updateExpression(i);
857
+ s.updateExpression(o);
858
858
  }
859
859
  }));
860
860
  this.formSchemaService = e;
@@ -866,8 +866,8 @@ class ft {
866
866
  const a = n.find((s) => s.target === e);
867
867
  if (!a)
868
868
  return "";
869
- const i = a.rules.find((s) => s.type === t);
870
- return i || "";
869
+ const o = a.rules.find((s) => s.type === t);
870
+ return o || "";
871
871
  }
872
872
  // 获取上下文表单变量
873
873
  getContextFormVariables() {
@@ -878,12 +878,12 @@ class ft {
878
878
  if (!n || !n.states || n.states.length === 0)
879
879
  return [];
880
880
  const a = [];
881
- return n.states.filter((i) => i.category === "remote").forEach((i) => {
881
+ return n.states.filter((o) => o.category === "remote").forEach((o) => {
882
882
  a.push({
883
- key: i.code,
884
- name: i.name,
885
- description: i.name,
886
- category: i.category
883
+ key: o.code,
884
+ name: o.name,
885
+ description: o.name,
886
+ category: o.category
887
887
  });
888
888
  }), a;
889
889
  }
@@ -899,11 +899,11 @@ class ft {
899
899
  buildEntityFieldsTreeData(e = null, t) {
900
900
  const n = [];
901
901
  return e == null || e.forEach((a) => {
902
- var c;
903
- const i = this.createTreeNode(a, t);
902
+ var d;
903
+ const o = this.createTreeNode(a, t);
904
904
  let s = [];
905
- (c = a.type) != null && c.fields && (s = this.buildEntityFieldsTreeData(a.type.fields, [...t, a.label])), n.push({
906
- data: i,
905
+ (d = a.type) != null && d.fields && (s = this.buildEntityFieldsTreeData(a.type.fields, [...t, a.label])), n.push({
906
+ data: o,
907
907
  children: s,
908
908
  expanded: !0
909
909
  });
@@ -912,12 +912,12 @@ class ft {
912
912
  buildChildEntityTreeData(e = null, t) {
913
913
  const n = [];
914
914
  return e == null || e.forEach((a) => {
915
- var r, u;
916
- const i = this.createTreeNode(a, t);
917
- i.type = "entity";
918
- const s = this.buildEntityFieldsTreeData((r = a.type) == null ? void 0 : r.fields, [...t, a.label]), c = this.buildChildEntityTreeData((u = a.type) == null ? void 0 : u.entities, [...t, a.label]);
919
- c != null && c.length && (s == null || s.push(...c)), n.push({
920
- data: i,
915
+ var c, p;
916
+ const o = this.createTreeNode(a, t);
917
+ o.type = "entity";
918
+ const s = this.buildEntityFieldsTreeData((c = a.type) == null ? void 0 : c.fields, [...t, a.label]), d = this.buildChildEntityTreeData((p = a.type) == null ? void 0 : p.entities, [...t, a.label]);
919
+ d != null && d.length && (s == null || s.push(...d)), n.push({
920
+ data: o,
921
921
  children: s || [],
922
922
  // 空值回退
923
923
  expanded: !0
@@ -958,58 +958,58 @@ class ft {
958
958
  };
959
959
  }
960
960
  onBeforeOpenExpression(e, t, n) {
961
- const a = n === "Field" ? e.binding.field : e.id, i = this.getExpressionRule(a, t), s = this.getEntitiesAndVariables(), c = {
962
- message: ["validate", "required", "dataPicking"].includes(t) && i ? i.message : "",
961
+ const a = n === "Field" ? e.binding.field : e.id, o = this.getExpressionRule(a, t), s = this.getEntitiesAndVariables(), d = {
962
+ message: ["validate", "required", "dataPicking"].includes(t) && o ? o.message : "",
963
963
  ...s
964
964
  };
965
- return i.messageType != null && (c.messageType = i.messageType), c;
965
+ return o.messageType != null && (d.messageType = o.messageType), d;
966
966
  }
967
967
  buildRule(e, t, n, a) {
968
- const { expression: i, message: s, messageType: c } = t, r = {
968
+ const { expression: o, message: s, messageType: d } = t, c = {
969
969
  id: `${e}_${n}`,
970
970
  type: n,
971
- value: i
971
+ value: o
972
972
  };
973
- return (n === "validate" || n === "dataPicking" || n === "required") && (r.message = s), n === "dataPicking" && (r.messageType = c), n === "validate" && a && (r.elementId = a), r;
973
+ return (n === "validate" || n === "dataPicking" || n === "required") && (c.message = s), n === "dataPicking" && (c.messageType = d), n === "validate" && a && (c.elementId = a), c;
974
974
  }
975
975
  getExpressionData() {
976
976
  const { expressions: e } = this.formSchemaService.getFormSchema().module;
977
977
  return e || [];
978
978
  }
979
979
  updateExpression(e, t, n, a) {
980
- const i = t === "Field" ? e.binding.field : e.id, s = this.buildRule(i, n, a, e.type === "form-group" ? e.id : "");
981
- let r = this.getExpressionData().find((d) => d.targetType === t && d.target === i);
982
- const u = (d) => d.value.trim() === "";
983
- if (r) {
984
- const d = r.rules.find((p) => p.id === s.id);
985
- if (d)
986
- u(s) ? r.rules = r.rules.filter((p) => p.id !== s.id) : (Object.assign(d, s), a === "validate" && e.type === "form-group" && (d.elementId = e.id));
980
+ const o = t === "Field" ? e.binding.field : e.id, s = this.buildRule(o, n, a, e.type === "form-group" ? e.id : "");
981
+ let c = this.getExpressionData().find((r) => r.targetType === t && r.target === o);
982
+ const p = (r) => r.value.trim() === "";
983
+ if (c) {
984
+ const r = c.rules.find((u) => u.id === s.id);
985
+ if (r)
986
+ p(s) ? c.rules = c.rules.filter((u) => u.id !== s.id) : (Object.assign(r, s), a === "validate" && e.type === "form-group" && (r.elementId = e.id));
987
987
  else {
988
- if (u(s))
988
+ if (p(s))
989
989
  return null;
990
- r.rules = r.rules || [], r.rules.push(s);
990
+ c.rules = c.rules || [], c.rules.push(s);
991
991
  }
992
992
  } else {
993
- if (u(s))
993
+ if (p(s))
994
994
  return null;
995
- r = {
996
- target: `${i}`,
995
+ c = {
996
+ target: `${o}`,
997
997
  rules: [s],
998
998
  targetType: t
999
999
  };
1000
1000
  }
1001
- return r;
1001
+ return c;
1002
1002
  }
1003
1003
  getExpressionEditorOptions(e, t, n, a) {
1004
- return n.reduce((i, s) => {
1005
- var r, u;
1006
- const c = t === "Field" ? (r = e == null ? void 0 : e.binding) == null ? void 0 : r.field : e.id;
1007
- return i[s] = {
1008
- hide: t === "Field" ? !!((u = e == null ? void 0 : e.binding) != null && u.field) : !1,
1004
+ return n.reduce((o, s) => {
1005
+ var c, p;
1006
+ const d = t === "Field" ? (c = e == null ? void 0 : e.binding) == null ? void 0 : c.field : e.id;
1007
+ return o[s] = {
1008
+ hide: t === "Field" ? !!((p = e == null ? void 0 : e.binding) != null && p.field) : !1,
1009
1009
  description: "",
1010
1010
  title: this.expressionNames[s],
1011
1011
  type: "string",
1012
- $converter: this.getExpressionConverter(c),
1012
+ $converter: this.getExpressionConverter(d),
1013
1013
  refreshPanelAfterChanged: !0,
1014
1014
  editor: {
1015
1015
  type: "expression-editor",
@@ -1018,26 +1018,26 @@ class ft {
1018
1018
  showMessage: s === "validate" || s === "dataPicking" || s === "required",
1019
1019
  showMessageType: s === "dataPicking",
1020
1020
  beforeOpen: () => this.onBeforeOpenExpression(e, s, t),
1021
- onSubmitModal: (d) => {
1022
- const p = this.updateExpression(e, t, d, s);
1021
+ onSubmitModal: (r) => {
1022
+ const u = this.updateExpression(e, t, r, s);
1023
1023
  if (a) {
1024
- const f = this.buildRule(c, d, s);
1024
+ const f = this.buildRule(d, r, s);
1025
1025
  a(f);
1026
1026
  }
1027
- return p;
1027
+ return u;
1028
1028
  }
1029
1029
  }
1030
- }, i;
1030
+ }, o;
1031
1031
  }, {});
1032
1032
  }
1033
1033
  getExpressionInfo(e, t, n) {
1034
- const a = t === "Field" ? e.binding.field : e.id, i = this.getExpressionRule(a, n), s = {
1035
- value: i && i.value,
1034
+ const a = t === "Field" ? e.binding.field : e.id, o = this.getExpressionRule(a, n), s = {
1035
+ value: o && o.value,
1036
1036
  targetId: a,
1037
1037
  targetType: t,
1038
1038
  expressionType: n
1039
1039
  };
1040
- return i && i.message && (s.message = i.message), s;
1040
+ return o && o.message && (s.message = o.message), s;
1041
1041
  }
1042
1042
  getExpressionConfig(e, t, n = ["compute", "dependency", "validate"], a) {
1043
1043
  return {
@@ -1062,19 +1062,19 @@ class ft {
1062
1062
  }
1063
1063
  class gt {
1064
1064
  constructor(e, t) {
1065
- $(this, "componentId");
1066
- $(this, "viewModelId");
1067
- $(this, "eventsEditorUtils");
1068
- $(this, "formSchemaUtils");
1069
- $(this, "formMetadataConverter");
1070
- $(this, "designViewModelUtils");
1071
- $(this, "designViewModelField");
1072
- $(this, "controlCreatorUtils");
1073
- $(this, "designerHostService");
1074
- $(this, "designerContext");
1075
- $(this, "schemaService", null);
1076
- $(this, "metadataService", null);
1077
- $(this, "propertyConfig", {
1065
+ U(this, "componentId");
1066
+ U(this, "viewModelId");
1067
+ U(this, "eventsEditorUtils");
1068
+ U(this, "formSchemaUtils");
1069
+ U(this, "formMetadataConverter");
1070
+ U(this, "designViewModelUtils");
1071
+ U(this, "designViewModelField");
1072
+ U(this, "controlCreatorUtils");
1073
+ U(this, "designerHostService");
1074
+ U(this, "designerContext");
1075
+ U(this, "schemaService", null);
1076
+ U(this, "metadataService", null);
1077
+ U(this, "propertyConfig", {
1078
1078
  type: "object",
1079
1079
  categories: {}
1080
1080
  });
@@ -1095,7 +1095,7 @@ class gt {
1095
1095
  if (t) {
1096
1096
  if (!this.designViewModelField) {
1097
1097
  const a = this.designViewModelUtils.getDgViewModel(this.viewModelId);
1098
- this.designViewModelField = a.fields.find((i) => i.id === t);
1098
+ this.designViewModelField = a.fields.find((o) => o.id === t);
1099
1099
  }
1100
1100
  e.updateOn = (n = this.designViewModelField) == null ? void 0 : n.updateOn;
1101
1101
  }
@@ -1121,7 +1121,7 @@ class gt {
1121
1121
  valueField: "value",
1122
1122
  idField: "value",
1123
1123
  editable: !1,
1124
- data: [{ value: e.type, name: A[e.type] && A[e.type].name }]
1124
+ data: [{ value: e.type, name: L[e.type] && L[e.type].name }]
1125
1125
  }
1126
1126
  }
1127
1127
  }
@@ -1131,7 +1131,7 @@ class gt {
1131
1131
  const a = {
1132
1132
  title: "外观",
1133
1133
  description: "Appearance"
1134
- }, i = {
1134
+ }, o = {
1135
1135
  class: {
1136
1136
  title: "class样式",
1137
1137
  type: "string",
@@ -1148,11 +1148,11 @@ class gt {
1148
1148
  }
1149
1149
  };
1150
1150
  for (const s in t)
1151
- i[s] = Object.assign(i[s] || {}, t[s]);
1151
+ o[s] = Object.assign(o[s] || {}, t[s]);
1152
1152
  return {
1153
1153
  ...a,
1154
- properties: { ...i },
1155
- setPropertyRelates(s, c) {
1154
+ properties: { ...o },
1155
+ setPropertyRelates(s, d) {
1156
1156
  if (s) {
1157
1157
  switch (s && s.propertyID) {
1158
1158
  case "class":
@@ -1161,7 +1161,7 @@ class gt {
1161
1161
  break;
1162
1162
  }
1163
1163
  }
1164
- n && n(s, e, c);
1164
+ n && n(s, e, d);
1165
1165
  }
1166
1166
  }
1167
1167
  };
@@ -1176,12 +1176,12 @@ class gt {
1176
1176
  * @param expressionType 指定表达式类型,存在属性和表达式类型不一致的情况
1177
1177
  * @returns
1178
1178
  */
1179
- getPropertyEditorParams(e, t = [], n = "visible", a = {}, i = {}, s = "") {
1180
- const { getVariables: c, getControlName: r, getStateMachines: u } = mt(this.designerHostService), d = this.getRealTargetType(e), p = t && t.length > 0 ? t : ["Const", "Variable", "StateMachine", "Expression"], f = {
1179
+ getPropertyEditorParams(e, t = [], n = "visible", a = {}, o = {}, s = "") {
1180
+ const { getVariables: d, getControlName: c, getStateMachines: p } = pt(this.designerHostService), r = this.getRealTargetType(e), u = t && t.length > 0 ? t : ["Const", "Variable", "StateMachine", "Expression"], f = {
1181
1181
  type: "property-editor",
1182
- propertyTypes: p
1182
+ propertyTypes: u
1183
1183
  };
1184
- return p.map((g) => {
1184
+ return u.map((g) => {
1185
1185
  switch (g) {
1186
1186
  case "Const":
1187
1187
  Object.assign(f, {
@@ -1190,30 +1190,30 @@ class gt {
1190
1190
  }, a);
1191
1191
  break;
1192
1192
  case "Expression":
1193
- f.expressionConfig = this.getExpressionOptions(e, d, s || n);
1193
+ f.expressionConfig = this.getExpressionOptions(e, r, s || n);
1194
1194
  break;
1195
1195
  case "StateMachine":
1196
- f.stateMachines = u();
1196
+ f.stateMachines = p();
1197
1197
  break;
1198
1198
  case "Variable":
1199
1199
  Object.assign(f, {
1200
- controlName: r(e),
1200
+ controlName: c(e),
1201
1201
  newVariablePrefix: "is",
1202
1202
  newVariableType: "Boolean",
1203
- variables: c(this.viewModelId),
1203
+ variables: d(this.viewModelId),
1204
1204
  parentComponentId: this.componentId === "root-component" ? "" : "root-component",
1205
1205
  onBeforeOpenVariables: (w) => {
1206
- w.value = c(this.viewModelId);
1206
+ w.value = d(this.viewModelId);
1207
1207
  }
1208
- }, i), this.designerContext.designerMode === "PC_RTC" && (f.newVariablePrefix = "ext_" + f.newVariablePrefix);
1208
+ }, o), this.designerContext.designerMode === "PC_RTC" && (f.newVariablePrefix = "ext_" + f.newVariablePrefix);
1209
1209
  break;
1210
1210
  }
1211
1211
  }), f;
1212
1212
  }
1213
1213
  getVisibleProperty(e, t = "") {
1214
- var i;
1214
+ var o;
1215
1215
  let n = ["Const", "Variable", "StateMachine", "Expression"];
1216
- return t === "gridFieldEditor" ? n = ["Const", "Expression"] : t === "form-group" && !((i = e.binding) != null && i.field) && (n = ["Const", "Variable", "StateMachine"]), {
1216
+ return t === "gridFieldEditor" ? n = ["Const", "Expression"] : t === "form-group" && !((o = e.binding) != null && o.field) && (n = ["Const", "Variable", "StateMachine"]), {
1217
1217
  visible: {
1218
1218
  title: "是否可见",
1219
1219
  type: "boolean",
@@ -1229,26 +1229,26 @@ class gt {
1229
1229
  * @returns
1230
1230
  */
1231
1231
  getBehaviorConfig(e, t = "", n = {}, a) {
1232
- const i = {
1232
+ const o = {
1233
1233
  title: "行为",
1234
1234
  description: ""
1235
1235
  }, s = this.getVisibleProperty(e, t);
1236
- for (const r in n)
1237
- s[r] = Object.assign(s[r] || {}, n[r]);
1238
- const c = this;
1236
+ for (const c in n)
1237
+ s[c] = Object.assign(s[c] || {}, n[c]);
1238
+ const d = this;
1239
1239
  return {
1240
- ...i,
1240
+ ...o,
1241
1241
  properties: { ...s },
1242
- setPropertyRelates(r, u) {
1243
- if (r) {
1244
- switch (r.propertyID) {
1242
+ setPropertyRelates(c, p) {
1243
+ if (c) {
1244
+ switch (c.propertyID) {
1245
1245
  case "disabled":
1246
1246
  case "readonly":
1247
1247
  case "visible":
1248
- c.afterMutilEditorChanged(e, r);
1248
+ d.afterMutilEditorChanged(e, c);
1249
1249
  break;
1250
1250
  }
1251
- a && a(r, u);
1251
+ a && a(c, p);
1252
1252
  }
1253
1253
  }
1254
1254
  };
@@ -1271,8 +1271,8 @@ class gt {
1271
1271
  const n = t && t.parent && t.parent.schema;
1272
1272
  if (!n)
1273
1273
  return;
1274
- const a = n.contents.findIndex((s) => s.id === e), i = We(n.contents[a]);
1275
- n.contents.splice(a, 1), n.contents.splice(a, 0, i), Pe();
1274
+ const a = n.contents.findIndex((s) => s.id === e), o = We(n.contents[a]);
1275
+ n.contents.splice(a, 1), n.contents.splice(a, 0, o), Pe();
1276
1276
  }
1277
1277
  /**
1278
1278
  * 属性编辑器,在编辑过程中会新增变量,此处需要将新增的变量追加到ViewModel中
@@ -1302,16 +1302,16 @@ class gt {
1302
1302
  const t = e.propertyValue;
1303
1303
  if (!((t && t.type) === "Expression" && t.expressionInfo))
1304
1304
  return;
1305
- const { expressionId: i, expressionInfo: s } = t, { targetId: c, targetType: r, expressionType: u, value: d, message: p } = s, f = this.formSchemaUtils.getModule();
1305
+ const { expressionId: o, expressionInfo: s } = t, { targetId: d, targetType: c, expressionType: p, value: r, message: u } = s, f = this.formSchemaUtils.getModule();
1306
1306
  f.expressions = f.expressions || [];
1307
1307
  const { expressions: g } = f;
1308
- let w = g.find((h) => h.target === c);
1309
- w || (w = { target: c, rules: [], targetType: r }, g.push(w));
1310
- const y = w.rules.find((h) => h.type === u);
1311
- if (y)
1312
- y.value = d, y.message = p;
1308
+ let w = g.find((h) => h.target === d);
1309
+ w || (w = { target: d, rules: [], targetType: c }, g.push(w));
1310
+ const b = w.rules.find((h) => h.type === p);
1311
+ if (b)
1312
+ b.value = r, b.message = u;
1313
1313
  else {
1314
- const h = { id: i, type: u, value: d, message: p };
1314
+ const h = { id: o, type: p, value: r, message: u };
1315
1315
  w.rules.push(h);
1316
1316
  }
1317
1317
  delete t.expressionInfo;
@@ -1326,8 +1326,8 @@ class gt {
1326
1326
  const n = e.propertyValue;
1327
1327
  if (n && n.type === "Expression")
1328
1328
  return;
1329
- const i = e.propertyID, s = this.formSchemaUtils.getExpressions(), c = t.binding ? t.binding.field : t.id, r = s.find((u) => u.target === c);
1330
- !r || !r.rules || (r.rules = r.rules.filter((u) => u.type !== i));
1329
+ const o = e.propertyID, s = this.formSchemaUtils.getExpressions(), d = t.binding ? t.binding.field : t.id, c = s.find((p) => p.target === d);
1330
+ !c || !c.rules || (c.rules = c.rules.filter((p) => p.type !== o));
1331
1331
  }
1332
1332
  getExpressionOptions(e, t, n) {
1333
1333
  return new ft(this.formSchemaUtils).getExpressionOptions(e, t, n);
@@ -1357,13 +1357,13 @@ class vt extends gt {
1357
1357
  return this.getBasicPropConfig(e), this.getAppearanceProperties(e), this.getEventPropConfig(e), this.propertyConfig;
1358
1358
  }
1359
1359
  getBasicPropConfig(e) {
1360
- var s, c, r;
1361
- const t = (r = (c = (s = this.formSchemaUtils.getFormSchema()) == null ? void 0 : s.module) == null ? void 0 : c.entity[0]) == null ? void 0 : r.entities[0], n = this.assembleSchemaEntityToTree(t, 0), a = this, i = super.getBasicPropConfig(e);
1360
+ var s, d, c;
1361
+ const t = (c = (d = (s = this.formSchemaUtils.getFormSchema()) == null ? void 0 : s.module) == null ? void 0 : d.entity[0]) == null ? void 0 : c.entities[0], n = this.assembleSchemaEntityToTree(t, 0), a = this, o = super.getBasicPropConfig(e);
1362
1362
  this.propertyConfig.categories.basic = {
1363
1363
  description: "Basic Information",
1364
1364
  title: "基本信息",
1365
1365
  properties: {
1366
- ...i.properties,
1366
+ ...o.properties,
1367
1367
  dataSource: {
1368
1368
  description: "绑定数据源",
1369
1369
  title: "绑定数据源",
@@ -1377,13 +1377,13 @@ class vt extends gt {
1377
1377
  readonly: !0
1378
1378
  }
1379
1379
  },
1380
- setPropertyRelates(u, d) {
1381
- switch (u && u.propertyID) {
1380
+ setPropertyRelates(p, r) {
1381
+ switch (p && p.propertyID) {
1382
1382
  case "dataSource": {
1383
- const p = a.formSchemaUtils.getViewModelById(a.viewModelId);
1384
- if (p) {
1385
- const f = n.find((g) => g.label === u.propertyValue);
1386
- p.bindTo = f.bindTo;
1383
+ const u = a.formSchemaUtils.getViewModelById(a.viewModelId);
1384
+ if (u) {
1385
+ const f = n.find((g) => g.label === p.propertyValue);
1386
+ u.bindTo = f.bindTo;
1387
1387
  }
1388
1388
  a.designViewModelUtils.assembleDesignViewModel();
1389
1389
  break;
@@ -1395,16 +1395,16 @@ class vt extends gt {
1395
1395
  /**
1396
1396
  * 将schema实体表组装成树
1397
1397
  */
1398
- assembleSchemaEntityToTree(e, t, n, a = "", i = []) {
1398
+ assembleSchemaEntityToTree(e, t, n, a = "", o = []) {
1399
1399
  const s = a ? `${a}/${e.label}` : "/";
1400
- return i.push({
1400
+ return o.push({
1401
1401
  id: e.id,
1402
1402
  name: e.name,
1403
1403
  label: e.label,
1404
1404
  layer: t,
1405
1405
  parent: n && n.id,
1406
1406
  bindTo: s.replace("//", "/")
1407
- }), e.type.entities && e.type.entities.length && e.type.entities.map((c) => this.assembleSchemaEntityToTree(c, t + 1, e, s, i)), i;
1407
+ }), e.type.entities && e.type.entities.length && e.type.entities.map((d) => this.assembleSchemaEntityToTree(d, t + 1, e, s, o)), o;
1408
1408
  }
1409
1409
  getAppearanceProperties(e) {
1410
1410
  this.propertyConfig.categories.appearance = {
@@ -1422,7 +1422,7 @@ class vt extends gt {
1422
1422
  editor: {
1423
1423
  type: "code-editor",
1424
1424
  language: "javascript",
1425
- leftTemplate: () => l(j, null, [l("h5", null, [O("示例代码")]), l("pre", null, [`
1425
+ leftTemplate: () => l(j, null, [l("h5", null, [A("示例代码")]), l("pre", null, [`
1426
1426
  (dataItem) => {
1427
1427
  if(dataItem.code === '0001') {
1428
1428
  return 'bg-danger text-center';
@@ -1442,7 +1442,7 @@ class vt extends gt {
1442
1442
  editor: {
1443
1443
  type: "code-editor",
1444
1444
  language: "javascript",
1445
- leftTemplate: () => l(j, null, [l("h5", null, [O("示例代码")]), l("pre", null, [`
1445
+ leftTemplate: () => l(j, null, [l("h5", null, [A("示例代码")]), l("pre", null, [`
1446
1446
  (dataItem) => {
1447
1447
  if(dataItem.code === '0001') {
1448
1448
  return 'textAlign:center;color:green';
@@ -1505,18 +1505,18 @@ class vt extends gt {
1505
1505
  name: "行点击事件"
1506
1506
  }];
1507
1507
  (s = e.pagination) == null || s.enable;
1508
- const n = this, a = n.eventsEditorUtils.formProperties(e, n.viewModelId, t), i = n.createBaseEventProperty(a);
1508
+ const n = this, a = n.eventsEditorUtils.formProperties(e, n.viewModelId, t), o = n.createBaseEventProperty(a);
1509
1509
  this.propertyConfig.categories.eventsEditor = {
1510
1510
  title: "事件",
1511
1511
  hideTitle: !0,
1512
- properties: i,
1512
+ properties: o,
1513
1513
  // 这个属性,标记当属性变更得时候触发重新更新属性
1514
1514
  refreshPanelAfterChanged: !0,
1515
1515
  tabId: "commands",
1516
1516
  tabName: "交互",
1517
- setPropertyRelates(c, r) {
1518
- const u = c.propertyValue;
1519
- delete e[n.viewModelId], u && (u.setPropertyRelates = this.setPropertyRelates, n.eventsEditorUtils.saveRelatedParameters(e, n.viewModelId, u.events, u)), e.remoteSort = !!e.columnSorted, e.command && (e.command.onClickEditCommand = e.onClickEditCommand, e.command.onClickDeleteCommand = e.onClickDeleteCommand);
1517
+ setPropertyRelates(d, c) {
1518
+ const p = d.propertyValue;
1519
+ delete e[n.viewModelId], p && (p.setPropertyRelates = this.setPropertyRelates, n.eventsEditorUtils.saveRelatedParameters(e, n.viewModelId, p.events, p)), e.remoteSort = !!e.columnSorted, e.command && (e.command.onClickEditCommand = e.onClickEditCommand, e.command.onClickDeleteCommand = e.onClickDeleteCommand);
1520
1520
  }
1521
1521
  };
1522
1522
  }
@@ -1525,57 +1525,166 @@ class vt extends gt {
1525
1525
  return e && e.bindTo ? e.bindTo.trim() !== "/" : !1;
1526
1526
  }
1527
1527
  }
1528
- function ht(o, e) {
1529
- const t = o.schema, n = b(!0), a = b(!0);
1530
- function i(p) {
1528
+ function ht(i, e) {
1529
+ const t = i.schema, n = C(!0), a = C(!0);
1530
+ function o(u) {
1531
1531
  return !1;
1532
1532
  }
1533
1533
  function s() {
1534
1534
  return !1;
1535
1535
  }
1536
- function c() {
1536
+ function d() {
1537
1537
  return !1;
1538
1538
  }
1539
- function r() {
1539
+ function c() {
1540
1540
  return !0;
1541
1541
  }
1542
- function u(p) {
1543
- return new vt(p, e).getPropertyConfig(t);
1542
+ function p(u) {
1543
+ return new vt(u, e).getPropertyConfig(t);
1544
1544
  }
1545
- function d() {
1546
- var p, f, g, w;
1547
- if (o && e) {
1548
- const y = (p = o == null ? void 0 : o.componentInstance) == null ? void 0 : p.value.belongedComponentId;
1545
+ function r() {
1546
+ var u, f, g, w;
1547
+ if (i && e) {
1548
+ const b = (u = i == null ? void 0 : i.componentInstance) == null ? void 0 : u.value.belongedComponentId;
1549
1549
  let h = "", S = "";
1550
- const { formSchemaUtils: k } = e;
1551
- if (y) {
1552
- const F = k.getRootViewModelId(), B = k.getComponentByViewModelId(F), v = k.selectNode(B, (M) => M.contents && M.contents.find((C) => C.component === y));
1550
+ const { formSchemaUtils: M } = e;
1551
+ if (b) {
1552
+ const F = M.getRootViewModelId(), N = M.getComponentByViewModelId(F), v = M.selectNode(N, (k) => k.contents && k.contents.find((y) => y.component === b));
1553
1553
  (v == null ? void 0 : v.type) === ((f = z["tab-page"]) == null ? void 0 : f.type) && ((g = v == null ? void 0 : v.contents) != null && g.length) && (h = v.title || ""), (v == null ? void 0 : v.type) === ((w = z.section) == null ? void 0 : w.type) && (v == null ? void 0 : v.showHeader) !== !1 && (h = v.mainTitle || ""), h = h ? `${h} > ` : "", S = h ? v.id : "";
1554
1554
  }
1555
- const x = z["list-view"].name;
1556
- e == null || e.formSchemaUtils.getControlBasicInfoMap().set(o.schema.id, {
1557
- componentTitle: x,
1558
- parentPathName: `${h}${x}`,
1555
+ const E = z["list-view"].name;
1556
+ e == null || e.formSchemaUtils.getControlBasicInfoMap().set(i.schema.id, {
1557
+ componentTitle: E,
1558
+ parentPathName: `${h}${E}`,
1559
1559
  reliedComponentId: S
1560
1560
  });
1561
1561
  }
1562
1562
  }
1563
1563
  return {
1564
- canAccepts: i,
1564
+ canAccepts: o,
1565
1565
  checkCanDeleteComponent: s,
1566
- checkCanMoveComponent: c,
1567
- hideNestedPaddingInDesginerView: r,
1566
+ checkCanMoveComponent: d,
1567
+ hideNestedPaddingInDesginerView: c,
1568
1568
  triggerBelongedComponentToMoveWhenMoved: n,
1569
1569
  triggerBelongedComponentToDeleteWhenDeleted: a,
1570
- getPropsConfig: u,
1571
- setComponentBasicInfoMap: d
1570
+ getPropsConfig: p,
1571
+ setComponentBasicInfoMap: r
1572
1572
  };
1573
1573
  }
1574
- const ce = /* @__PURE__ */ ie({
1574
+ const wt = "https://json-schema.org/draft/2020-12/schema", yt = "https://farris-design.gitee.io/list-view-table.schema.json", Ct = "list-view-table", bt = "A Farris Component", It = "object", Vt = {
1575
+ id: {
1576
+ description: "The unique identifier for list-view-table",
1577
+ type: "string"
1578
+ },
1579
+ type: {
1580
+ description: "The type string of list-view-table",
1581
+ type: "string",
1582
+ default: "list-view-table"
1583
+ },
1584
+ appearance: {
1585
+ description: "",
1586
+ type: "object",
1587
+ properties: {
1588
+ class: {
1589
+ type: "string"
1590
+ },
1591
+ style: {
1592
+ type: "string"
1593
+ }
1594
+ },
1595
+ default: {}
1596
+ },
1597
+ binding: {
1598
+ description: "",
1599
+ type: "object",
1600
+ default: {}
1601
+ },
1602
+ disable: {
1603
+ type: "string",
1604
+ default: !1
1605
+ },
1606
+ editable: {
1607
+ description: "",
1608
+ type: "boolean",
1609
+ default: !0
1610
+ },
1611
+ placeholder: {
1612
+ description: "",
1613
+ type: "string",
1614
+ default: ""
1615
+ },
1616
+ readonly: {
1617
+ description: "",
1618
+ type: "boolean",
1619
+ default: !1
1620
+ },
1621
+ require: {
1622
+ description: "",
1623
+ type: "boolean",
1624
+ default: !1
1625
+ },
1626
+ tabindex: {
1627
+ description: "",
1628
+ type: "number",
1629
+ default: -1
1630
+ },
1631
+ visible: {
1632
+ description: "",
1633
+ type: "boolean",
1634
+ default: !0
1635
+ }
1636
+ }, St = [
1637
+ "id",
1638
+ "type"
1639
+ ], de = {
1640
+ $schema: wt,
1641
+ $id: yt,
1642
+ title: Ct,
1643
+ description: bt,
1644
+ type: It,
1645
+ properties: Vt,
1646
+ required: St
1647
+ }, Mt = "list-view-table", kt = "A Farris Component", xt = "object", Et = {
1648
+ basic: {
1649
+ description: "Basic Infomation",
1650
+ title: "基本信息",
1651
+ properties: {
1652
+ id: {
1653
+ description: "组件标识",
1654
+ title: "标识",
1655
+ type: "string",
1656
+ readonly: !0
1657
+ },
1658
+ type: {
1659
+ description: "组件类型",
1660
+ title: "控件类型",
1661
+ type: "select",
1662
+ editor: {
1663
+ type: "waiting for modification",
1664
+ enum: []
1665
+ }
1666
+ }
1667
+ }
1668
+ }
1669
+ }, Tt = {
1670
+ title: Mt,
1671
+ description: kt,
1672
+ type: xt,
1673
+ categories: Et
1674
+ }, J = {
1675
+ data: { type: Array, default: [] }
1676
+ };
1677
+ se(J, de, H, q, Tt);
1678
+ const ue = ie(
1679
+ J,
1680
+ de,
1681
+ H,
1682
+ q
1683
+ ), me = /* @__PURE__ */ oe({
1575
1684
  name: "FListViewTableDesign",
1576
- props: be,
1685
+ props: J,
1577
1686
  emits: ["outputValue", "currentEvent", "selectionChanged"],
1578
- setup(o, e) {
1687
+ setup(i, e) {
1579
1688
  const t = [{
1580
1689
  name: "任芳",
1581
1690
  code: "1.山东大学",
@@ -1626,11 +1735,11 @@ const ce = /* @__PURE__ */ ie({
1626
1735
  amount: 84.13,
1627
1736
  avatar: "./assets/avatar7.png"
1628
1737
  }];
1629
- U(() => o.data.length > 0 ? o.data : t);
1630
- const n = b(), a = K("design-item-context"), i = ae(n, a);
1631
- return oe(() => {
1632
- n.value.componentInstance = i;
1633
- }), e.expose(i.value), () => l("div", {
1738
+ $(() => i.data.length > 0 ? i.data : t);
1739
+ const n = C(), a = K("design-item-context"), o = le(n, a);
1740
+ return ae(() => {
1741
+ n.value.componentInstance = o;
1742
+ }), e.expose(o.value), () => l("div", {
1634
1743
  ref: n
1635
1744
  }, [l("div", {
1636
1745
  class: "ide-list-view h-100"
@@ -1664,9 +1773,9 @@ const ce = /* @__PURE__ */ ie({
1664
1773
  class: "listview-item-btns"
1665
1774
  }, [l("button", {
1666
1775
  class: "btn btn-link"
1667
- }, [O(" "), "编辑"]), l("button", {
1776
+ }, [A(" "), "编辑"]), l("button", {
1668
1777
  class: "btn btn-link"
1669
- }, [O(" "), "删除"])])])])])]), l("li", {
1778
+ }, [A(" "), "删除"])])])])])]), l("li", {
1670
1779
  class: "ide-list-view-group-item"
1671
1780
  }, [l("div", {
1672
1781
  class: "ide-list-content"
@@ -1690,7 +1799,7 @@ const ce = /* @__PURE__ */ ie({
1690
1799
  class: "listview-item-btns"
1691
1800
  }, [l("button", {
1692
1801
  class: "btn btn-link"
1693
- }, [O(" "), "编辑"]), l("button", {
1802
+ }, [A(" "), "编辑"]), l("button", {
1694
1803
  class: "btn btn-link"
1695
1804
  }, ["删除"])])])])])]), l("li", {
1696
1805
  class: "ide-list-view-group-item"
@@ -1716,179 +1825,70 @@ const ce = /* @__PURE__ */ ie({
1716
1825
  class: "listview-item-btns"
1717
1826
  }, [l("button", {
1718
1827
  class: "btn btn-link"
1719
- }, [O(" "), "编辑"]), l("button", {
1828
+ }, [A(" "), "编辑"]), l("button", {
1720
1829
  class: "btn btn-link"
1721
1830
  }, ["删除"])])])])])])])])])])]);
1722
1831
  }
1723
- }), G = /* @__PURE__ */ ie({
1832
+ }), G = /* @__PURE__ */ oe({
1724
1833
  name: "FListViewDesign",
1725
1834
  props: Y,
1726
1835
  emits: ["checkValuesChange", "clickItem", "selectionChange", "removeItem", "change"],
1727
- setup(o, e) {
1728
- const t = b(), n = b(!0), a = b(!1), i = b([]), s = 0, c = b(o.columns), r = Fe(o, e), u = Re(o), d = Ne(o), p = Be(o, u), f = $e(o, /* @__PURE__ */ new Map(), r, d, u), g = Ue(o, f, u, i, e), w = ze(o, t), y = b(), h = K("designer-host-service"), S = K("design-item-context"), k = ht(S, h), x = ae(y, S, k), F = U(() => f.dataView.value.length), B = De(o, e, g, u), v = Oe(o, e, u, B, i), M = Ae(o), C = Le(o, {}, M), m = _e(o, f, v, d, u, M, C), T = je(o, u, C, m), R = Ge(o, u, C, m), N = qe(o, c, f, F, s, m, T, R), {
1729
- getVisualData: L
1730
- } = N;
1731
- i.value = L(0, F.value + s - 1), oe(() => {
1732
- y.value.componentInstance = x;
1733
- }), e.expose(x.value);
1734
- const E = U(() => {
1836
+ setup(i, e) {
1837
+ const t = C(i.rowOption.rowHeight || 28), n = C(), a = C(!0), o = C(!1), s = C([]), d = 0, c = C(i.columns), p = Fe(i, e), r = Re(i), u = Ne(i), f = Be(i, r), g = Ue(i, /* @__PURE__ */ new Map(), p, u, r), w = $e(i, g, r, s, e), b = ze(i, n), h = C(), S = K("designer-host-service"), M = K("design-item-context"), E = ht(M, S), F = le(h, M, E), N = $(() => g.dataView.value.length), v = De(i, e, w, r), k = Oe(i, e, r, v, s), y = Ae(i, g, t), m = Le(i, {}, y), x = _e(i, g, k, u, r, y, m, t), R = je(i, r, m, x), B = Ge(i, r, m, x), O = He(i, c, g, N, d, x, R, B), {
1838
+ getVisualData: T
1839
+ } = O;
1840
+ s.value = T(0, N.value + d - 1), ae(() => {
1841
+ h.value.componentInstance = F;
1842
+ }), e.expose(F.value);
1843
+ const V = $(() => {
1735
1844
  const _ = {
1736
1845
  "f-list-view": !0,
1737
- "f-list-view-multiple": o.multiSelect,
1846
+ "f-list-view-multiple": i.multiSelect,
1738
1847
  "w-100": !0,
1739
1848
  "h-100": !0
1740
1849
  };
1741
- return o.size !== "default" && (_[`${o.size}-item`] = !0), _;
1742
- }), V = U(() => !!e.slots.footer || n.value);
1743
- function I() {
1744
- return o.header === "SearchBar" ? te : o.header === "ContentHeader" ? Ze : te;
1850
+ return i.size !== "default" && (_[`${i.size}-item`] = !0), _;
1851
+ }), I = $(() => !!e.slots.footer || a.value);
1852
+ function D() {
1853
+ return i.header === "SearchBar" ? ne : i.header === "ContentHeader" ? Ze : ne;
1745
1854
  }
1746
- const D = I(), {
1747
- renderHeader: P
1748
- } = D(o, e, w), W = et(), J = tt(o, e, f, W), me = nt(o, e, i, J, W, g);
1749
- Qe(o, e, i, f, p, W, g, N, me, J);
1750
- function fe(_) {
1751
- o.multiSelect && (_.preventDefault(), _.stopPropagation());
1855
+ const P = D(), {
1856
+ renderHeader: pe
1857
+ } = P(i, e, b), W = et(), Q = tt(i, e, g, W), fe = nt(i, e, s, Q, W, w);
1858
+ Qe(i, e, s, g, f, W, w, O, fe, Q);
1859
+ function ge(_) {
1860
+ i.multiSelect && (_.preventDefault(), _.stopPropagation());
1752
1861
  }
1753
1862
  return () => l("div", {
1754
- ref: y,
1755
- class: E.value,
1756
- onClick: fe
1757
- }, [P(), l("div", {
1758
- ref: t,
1863
+ ref: h,
1864
+ class: V.value,
1865
+ onClick: ge
1866
+ }, [pe(), l("div", {
1867
+ ref: n,
1759
1868
  class: "f-list-view-content",
1760
1869
  onMouseover: () => {
1761
- a.value = !0;
1870
+ o.value = !0;
1762
1871
  },
1763
1872
  onMouseleave: () => {
1764
- a.value = !1;
1873
+ o.value = !1;
1765
1874
  }
1766
- }, [l(ce, null, null)]), V.value && l("div", {
1875
+ }, [l(me, null, null)]), I.value && l("div", {
1767
1876
  class: "f-list-view-footer"
1768
1877
  }, [e.slots.footer && e.slots.footer()])]);
1769
1878
  }
1770
- }), wt = "https://json-schema.org/draft/2020-12/schema", yt = "https://farris-design.gitee.io/list-view-table.schema.json", Ct = "list-view-table", bt = "A Farris Component", It = "object", Vt = {
1771
- id: {
1772
- description: "The unique identifier for list-view-table",
1773
- type: "string"
1774
- },
1775
- type: {
1776
- description: "The type string of list-view-table",
1777
- type: "string",
1778
- default: "list-view-table"
1779
- },
1780
- appearance: {
1781
- description: "",
1782
- type: "object",
1783
- properties: {
1784
- class: {
1785
- type: "string"
1786
- },
1787
- style: {
1788
- type: "string"
1789
- }
1790
- },
1791
- default: {}
1792
- },
1793
- binding: {
1794
- description: "",
1795
- type: "object",
1796
- default: {}
1797
- },
1798
- disable: {
1799
- type: "string",
1800
- default: !1
1801
- },
1802
- editable: {
1803
- description: "",
1804
- type: "boolean",
1805
- default: !0
1806
- },
1807
- placeholder: {
1808
- description: "",
1809
- type: "string",
1810
- default: ""
1811
- },
1812
- readonly: {
1813
- description: "",
1814
- type: "boolean",
1815
- default: !1
1816
- },
1817
- require: {
1818
- description: "",
1819
- type: "boolean",
1820
- default: !1
1821
- },
1822
- tabindex: {
1823
- description: "",
1824
- type: "number",
1825
- default: -1
1826
- },
1827
- visible: {
1828
- description: "",
1829
- type: "boolean",
1830
- default: !0
1831
- }
1832
- }, St = [
1833
- "id",
1834
- "type"
1835
- ], de = {
1836
- $schema: wt,
1837
- $id: yt,
1838
- title: Ct,
1839
- description: bt,
1840
- type: It,
1841
- properties: Vt,
1842
- required: St
1843
- }, Mt = "list-view-table", kt = "A Farris Component", xt = "object", Et = {
1844
- basic: {
1845
- description: "Basic Infomation",
1846
- title: "基本信息",
1847
- properties: {
1848
- id: {
1849
- description: "组件标识",
1850
- title: "标识",
1851
- type: "string",
1852
- readonly: !0
1853
- },
1854
- type: {
1855
- description: "组件类型",
1856
- title: "控件类型",
1857
- type: "select",
1858
- editor: {
1859
- type: "waiting for modification",
1860
- enum: []
1861
- }
1862
- }
1863
- }
1864
- }
1865
- }, Tt = {
1866
- title: Mt,
1867
- description: kt,
1868
- type: xt,
1869
- categories: Et
1870
- }, ue = {
1871
- data: { type: Array, default: [] }
1872
- };
1873
- ne(ue, de, q, H, Tt);
1874
- const pe = se(
1875
- ue,
1876
- de,
1877
- q,
1878
- H
1879
- ), Pt = Se();
1880
- G.register = (o, e, t, n, a) => {
1881
- o["list-view"] = ye, e["list-view"] = re(a), o["list-view-table"] = Ie, e["list-view-table"] = pe(a), n["list-view"] = { bindingResolver: Pt };
1879
+ }), Pt = Se();
1880
+ G.register = (i, e, t, n, a) => {
1881
+ i["list-view"] = Ce, e["list-view"] = ce(a), i["list-view-table"] = Ie, e["list-view-table"] = ue(a), n["list-view"] = { bindingResolver: Pt };
1882
1882
  };
1883
- G.registerDesigner = (o, e, t, n) => {
1884
- o["list-view"] = G, e["list-view"] = re(n), o["list-view-table"] = ce, e["list-view-table"] = pe(n);
1883
+ G.registerDesigner = (i, e, t, n) => {
1884
+ i["list-view"] = G, e["list-view"] = ce(n), i["list-view-table"] = me, e["list-view-table"] = ue(n);
1885
1885
  };
1886
- const jt = we(G);
1886
+ const jt = ye(G);
1887
1887
  export {
1888
1888
  G as FListViewDesign,
1889
1889
  Pt as bindingResolver,
1890
1890
  jt as default,
1891
1891
  Y as listViewDesignProps,
1892
1892
  _t as propsResolver,
1893
- re as propsResolverGenerator
1893
+ ce as propsResolverGenerator
1894
1894
  };