@farris/ui-vue 1.3.0 → 1.3.3

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 (305) hide show
  1. package/components/accordion/index.esm.js +103 -99
  2. package/components/accordion/index.umd.cjs +1 -1
  3. package/components/avatar/index.esm.js +454 -398
  4. package/components/avatar/index.umd.cjs +1 -1
  5. package/components/binding-selector/index.esm.js +444 -0
  6. package/components/binding-selector/index.umd.cjs +1 -0
  7. package/components/binding-selector/package.json +8 -0
  8. package/components/border-editor/index.esm.js +5 -3
  9. package/components/border-editor/index.umd.cjs +1 -1
  10. package/components/button-edit/index.esm.js +143 -139
  11. package/components/button-edit/index.umd.cjs +1 -1
  12. package/components/calendar/index.esm.js +479 -476
  13. package/components/calendar/index.umd.cjs +1 -1
  14. package/components/capsule/index.esm.js +255 -252
  15. package/components/capsule/index.umd.cjs +1 -1
  16. package/components/checkbox/index.esm.js +652 -567
  17. package/components/checkbox/index.umd.cjs +1 -1
  18. package/components/color-picker/index.esm.js +518 -521
  19. package/components/color-picker/index.umd.cjs +2 -2
  20. package/components/combo-list/index.esm.js +659 -553
  21. package/components/combo-list/index.umd.cjs +1 -1
  22. package/components/combo-tree/index.esm.js +162 -155
  23. package/components/combo-tree/index.umd.cjs +1 -1
  24. package/components/common/index.esm.js +866 -747
  25. package/components/common/index.umd.cjs +1 -1
  26. package/components/component/index.esm.js +371 -998
  27. package/components/component/index.umd.cjs +1 -1
  28. package/components/condition/index.esm.js +1174 -1280
  29. package/components/condition/index.umd.cjs +1 -1
  30. package/components/content-container/index.esm.js +340 -991
  31. package/components/content-container/index.umd.cjs +1 -1
  32. package/components/data-grid/index.esm.js +6066 -5847
  33. package/components/data-grid/index.umd.cjs +1 -1
  34. package/components/data-view/index.esm.js +3400 -3486
  35. package/components/data-view/index.umd.cjs +1 -1
  36. package/components/date-picker/index.esm.js +2328 -2446
  37. package/components/date-picker/index.umd.cjs +1 -1
  38. package/components/designer-canvas/index.css +1 -1
  39. package/components/designer-canvas/index.esm.js +9551 -1200
  40. package/components/designer-canvas/index.umd.cjs +1 -1
  41. package/components/designer-outline/index.esm.js +2 -1
  42. package/components/designer-outline/index.umd.cjs +1 -1
  43. package/components/drawer/index.esm.js +34 -38
  44. package/components/drawer/index.umd.cjs +1 -1
  45. package/components/dropdown/index.esm.js +234 -231
  46. package/components/dropdown/index.umd.cjs +2 -2
  47. package/components/dynamic-form/index.esm.js +1996 -2630
  48. package/components/dynamic-form/index.umd.cjs +1 -1
  49. package/components/dynamic-resolver/index.esm.js +138 -123
  50. package/components/dynamic-resolver/index.umd.cjs +1 -1
  51. package/components/dynamic-view/index.esm.js +218 -218
  52. package/components/dynamic-view/index.umd.cjs +1 -1
  53. package/components/event-parameter/index.esm.js +311 -0
  54. package/components/event-parameter/index.umd.cjs +1 -0
  55. package/components/event-parameter/package.json +8 -0
  56. package/components/events-editor/index.css +1 -1
  57. package/components/events-editor/index.esm.js +548 -586
  58. package/components/events-editor/index.umd.cjs +1 -1
  59. package/components/expression-editor/index.esm.js +95 -91
  60. package/components/expression-editor/index.umd.cjs +1 -1
  61. package/components/external-container/index.esm.js +2871 -3736
  62. package/components/external-container/index.umd.cjs +1 -1
  63. package/components/field-selector/index.esm.js +3380 -3645
  64. package/components/field-selector/index.umd.cjs +1 -1
  65. package/components/filter-bar/index.css +1 -1
  66. package/components/filter-bar/index.esm.js +10543 -3207
  67. package/components/filter-bar/index.umd.cjs +1 -1
  68. package/components/flow-canvas/index.css +1 -1
  69. package/components/flow-canvas/index.esm.js +9775 -1312
  70. package/components/flow-canvas/index.umd.cjs +1 -1
  71. package/components/image-cropper/index.esm.js +442 -438
  72. package/components/image-cropper/index.umd.cjs +1 -1
  73. package/components/input-group/index.esm.js +587 -807
  74. package/components/input-group/index.umd.cjs +1 -1
  75. package/components/layout/index.esm.js +415 -381
  76. package/components/layout/index.umd.cjs +1 -1
  77. package/components/list-nav/index.esm.js +361 -1024
  78. package/components/list-nav/index.umd.cjs +1 -1
  79. package/components/list-view/index.esm.js +2265 -2371
  80. package/components/list-view/index.umd.cjs +1 -1
  81. package/components/lookup/index.esm.js +6425 -6257
  82. package/components/lookup/index.umd.cjs +1 -1
  83. package/components/mapping-editor/index.esm.js +6164 -5946
  84. package/components/mapping-editor/index.umd.cjs +1 -1
  85. package/components/message-box/index.esm.js +252 -252
  86. package/components/message-box/index.umd.cjs +1 -1
  87. package/components/modal/index.esm.js +70 -70
  88. package/components/modal/index.umd.cjs +1 -1
  89. package/components/nav/index.esm.js +524 -1474
  90. package/components/nav/index.umd.cjs +3 -3
  91. package/components/number-range/index.esm.js +547 -502
  92. package/components/number-range/index.umd.cjs +1 -1
  93. package/components/number-spinner/index.esm.js +646 -574
  94. package/components/number-spinner/index.umd.cjs +1 -1
  95. package/components/order/index.esm.js +1181 -2028
  96. package/components/order/index.umd.cjs +1 -1
  97. package/components/page-footer/index.esm.js +134 -131
  98. package/components/page-footer/index.umd.cjs +1 -1
  99. package/components/page-header/index.esm.js +1185 -2027
  100. package/components/page-header/index.umd.cjs +1 -1
  101. package/components/pagination/index.esm.js +442 -1368
  102. package/components/pagination/index.umd.cjs +1 -1
  103. package/components/progress/index.esm.js +238 -235
  104. package/components/progress/index.umd.cjs +3 -3
  105. package/components/property-editor/index.esm.js +1635 -1713
  106. package/components/property-editor/index.umd.cjs +2 -2
  107. package/components/property-panel/index.esm.js +791 -716
  108. package/components/property-panel/index.umd.cjs +1 -1
  109. package/components/query-solution/index.css +1 -1
  110. package/components/query-solution/index.esm.js +12203 -5274
  111. package/components/query-solution/index.umd.cjs +6 -1
  112. package/components/radio-button/index.esm.js +97 -97
  113. package/components/radio-button/index.umd.cjs +1 -1
  114. package/components/radio-group/index.css +1 -1
  115. package/components/radio-group/index.esm.js +1873 -520
  116. package/components/radio-group/index.umd.cjs +1 -1
  117. package/components/rate/index.esm.js +299 -300
  118. package/components/rate/index.umd.cjs +1 -1
  119. package/components/response-layout/index.esm.js +176 -173
  120. package/components/response-layout/index.umd.cjs +1 -1
  121. package/components/response-layout-editor/index.esm.js +715 -659
  122. package/components/response-layout-editor/index.umd.cjs +1 -1
  123. package/components/response-toolbar/index.esm.js +1032 -1883
  124. package/components/response-toolbar/index.umd.cjs +1 -1
  125. package/components/schema-selector/index.esm.js +4767 -5693
  126. package/components/schema-selector/index.umd.cjs +2 -2
  127. package/components/search-box/index.esm.js +169 -161
  128. package/components/search-box/index.umd.cjs +1 -1
  129. package/components/section/index.esm.js +490 -1167
  130. package/components/section/index.umd.cjs +1 -1
  131. package/components/smoke-detector/index.esm.js +154 -151
  132. package/components/smoke-detector/index.umd.cjs +1 -1
  133. package/components/splitter/index.esm.js +575 -1204
  134. package/components/splitter/index.umd.cjs +1 -1
  135. package/components/splitter/style.js +2 -0
  136. package/components/step/index.esm.js +279 -276
  137. package/components/step/index.umd.cjs +1 -1
  138. package/components/switch/index.esm.js +478 -428
  139. package/components/switch/index.umd.cjs +1 -1
  140. package/components/tabs/index.esm.js +2591 -3326
  141. package/components/tabs/index.umd.cjs +1 -1
  142. package/components/tags/index.esm.js +442 -439
  143. package/components/tags/index.umd.cjs +1 -1
  144. package/components/text/index.esm.js +309 -307
  145. package/components/text/index.umd.cjs +1 -1
  146. package/components/textarea/index.esm.js +500 -430
  147. package/components/textarea/index.umd.cjs +1 -1
  148. package/components/time-picker/index.esm.js +1391 -1341
  149. package/components/time-picker/index.umd.cjs +1 -1
  150. package/components/transfer/index.esm.js +574 -575
  151. package/components/transfer/index.umd.cjs +1 -1
  152. package/components/tree-grid/index.esm.js +3422 -3536
  153. package/components/tree-grid/index.umd.cjs +1 -1
  154. package/components/tree-view/index.esm.js +2661 -2764
  155. package/components/tree-view/index.umd.cjs +1 -1
  156. package/components/uploader/index.esm.js +675 -674
  157. package/components/uploader/index.umd.cjs +2 -2
  158. package/components/verify-detail/index.esm.js +300 -297
  159. package/components/verify-detail/index.umd.cjs +1 -1
  160. package/components/video/index.esm.js +454 -1089
  161. package/components/video/index.umd.cjs +1 -1
  162. package/components/weather/index.esm.js +709 -706
  163. package/components/weather/index.umd.cjs +5 -5
  164. package/farris.all.esm.js +54780 -52757
  165. package/farris.all.umd.cjs +14 -9
  166. package/index.css +1 -1
  167. package/package.json +1 -1
  168. package/types/binding-selector/index.d.ts +55 -0
  169. package/types/binding-selector/src/binding-selector.component.d.ts +11 -0
  170. package/types/binding-selector/src/binding-selector.props.d.ts +52 -0
  171. package/types/binding-selector/src/components/binding-selector-container.component.d.ts +13 -0
  172. package/types/binding-selector/src/composition/use-field-selection.d.ts +9 -0
  173. package/types/combo-list/src/components/list-container.component.d.ts +6 -6
  174. package/types/combo-list/src/components/list-container.props.d.ts +1 -1
  175. package/types/combo-tree/src/components/tree-container.component.d.ts +5 -5
  176. package/types/common/directive/area-response.d.ts +10 -0
  177. package/types/common/entity/entity-schema.d.ts +26 -11
  178. package/types/common/index.d.ts +9 -0
  179. package/types/common/radio-checkbox/radio-checkbox.props.d.ts +1 -0
  180. package/types/common/types.d.ts +2 -2
  181. package/types/common/utils/resolve-field.d.ts +2 -0
  182. package/types/common/utils/use-class.d.ts +7 -0
  183. package/types/component/src/designer/use-designer-rules.d.ts +2 -2
  184. package/types/condition/src/condition-fields.design.component.d.ts +18 -0
  185. package/types/condition/src/types.d.ts +5 -4
  186. package/types/content-container/src/designer/use-designer-rules.d.ts +3 -3
  187. package/types/data-grid/index.d.ts +8 -5
  188. package/types/data-grid/src/composition/data-grid-component-creator.service.d.ts +20 -0
  189. package/types/data-grid/src/{designer/data-grid-column.props.d.ts → data-grid-column.props.d.ts} +1 -1
  190. package/types/data-grid/src/data-grid.component.d.ts +3 -2
  191. package/types/data-grid/src/data-grid.props.d.ts +2 -2
  192. package/types/data-grid/src/designer/data-grid.design.component.d.ts +2 -2
  193. package/types/data-grid/src/designer/grid-field-editor.component.d.ts +14 -14
  194. package/types/data-grid/src/designer/use-designer-rules.d.ts +2 -2
  195. package/types/data-grid/src/schema/schema-resolver.d.ts +1 -1
  196. package/types/data-view/components/row/hierarchy-row.component.d.ts +2 -2
  197. package/types/data-view/composition/data/use-tree-data.d.ts +1 -1
  198. package/types/data-view/composition/types.d.ts +9 -11
  199. package/types/date-picker/src/components/calendar/calendar.component.d.ts +3 -3
  200. package/types/date-picker/src/components/month/month.component.d.ts +3 -3
  201. package/types/date-picker/src/components/year/year.component.d.ts +3 -3
  202. package/types/designer-canvas/index.d.ts +3 -1
  203. package/types/designer-canvas/src/composition/dg-control.d.ts +5 -0
  204. package/types/designer-canvas/src/composition/function/drag-resolve.d.ts +5 -0
  205. package/types/designer-canvas/src/composition/rule/use-dragula-common-rule.d.ts +4 -0
  206. package/types/designer-canvas/src/composition/rule/use-template-rule.d.ts +30 -0
  207. package/types/designer-canvas/src/composition/types.d.ts +49 -41
  208. package/types/designer-canvas/src/types.d.ts +10 -21
  209. package/types/dynamic-form/index.d.ts +1 -1
  210. package/types/dynamic-form/src/designer/form-group-use-designer-rules.d.ts +3 -0
  211. package/types/dynamic-form/src/designer/response-form-use-designer-rules.d.ts +3 -0
  212. package/types/dynamic-form/src/designer/response-form.design.component.d.ts +7 -1
  213. package/types/dynamic-form/src/property-config/{form.property-config.d.ts → response-form.property-config.d.ts} +1 -1
  214. package/types/dynamic-form/src/schema/{schema-resolver.d.ts → response-form-schema-resolver.d.ts} +1 -1
  215. package/types/dynamic-form/src/types.d.ts +1 -1
  216. package/types/dynamic-resolver/src/common/toolbar-resolver.d.ts +6 -1
  217. package/types/dynamic-resolver/src/converter/row-number.converter.d.ts +3 -0
  218. package/types/entity-binding-selector/composition/use-entity-tree.d.ts +7 -0
  219. package/types/entity-binding-selector/entity-binding-selector.component.d.ts +11 -0
  220. package/types/entity-binding-selector/entity-binding-selector.props.d.ts +3 -0
  221. package/types/enum-editor/src/components/enum-editor-container.component.d.ts +3 -3
  222. package/types/enum-editor/src/enum-editor.component.d.ts +3 -3
  223. package/types/event-parameter/index.d.ts +31 -0
  224. package/types/event-parameter/src/composition/type.d.ts +77 -0
  225. package/types/event-parameter/src/composition/use-editor-combotree.d.ts +3 -0
  226. package/types/event-parameter/src/composition/use-editor-input.d.ts +3 -0
  227. package/types/event-parameter/src/composition/use-editor-select.d.ts +3 -0
  228. package/types/event-parameter/src/composition/use-editor-switch.d.ts +3 -0
  229. package/types/event-parameter/src/composition/use-editor.d.ts +3 -0
  230. package/types/event-parameter/src/event-parameter.component.d.ts +8 -0
  231. package/types/event-parameter/src/event-parameter.props.d.ts +34 -0
  232. package/types/external-container/src/designer/import-external-schema.component.d.ts +1 -1
  233. package/types/external-container/src/designer/use-designer-rules.d.ts +3 -3
  234. package/types/field-selector/src/field-selector.component.d.ts +1 -2
  235. package/types/field-selector/src/field-selector.props.d.ts +0 -9
  236. package/types/input-group/src/designer/use-input-group-rules.d.ts +1 -2
  237. package/types/layout/src/designer/layout-pane-use-designer-rules.d.ts +3 -3
  238. package/types/list-nav/src/designer/use-designer-rules.d.ts +3 -0
  239. package/types/list-view/src/designer/list-view-table.design.component.d.ts +15 -0
  240. package/types/list-view/src/list-view-table.component.d.ts +15 -0
  241. package/types/lookup/src/composition/use-user-data.d.ts +2 -2
  242. package/types/lookup/src/property-config/lookup.property-config.d.ts +2 -6
  243. package/types/modal/src/composition/modal.service.d.ts +2 -1
  244. package/types/page-header/src/designer/page-header.design.component.d.ts +1 -1
  245. package/types/page-header/src/page-header.component.d.ts +1 -1
  246. package/types/pagination/src/components/buttons/goto-buttons.component.d.ts +2 -2
  247. package/types/pagination/src/components/buttons/next-buttons.component.d.ts +2 -2
  248. package/types/pagination/src/components/buttons/previous-buttons.component.d.ts +2 -2
  249. package/types/pagination/src/components/pages/page-list.component.d.ts +2 -2
  250. package/types/pagination/src/components/pages/page-number.component.d.ts +2 -2
  251. package/types/property-panel/index.d.ts +3 -1
  252. package/types/property-panel/src/composition/entity/input-base-property.d.ts +1 -1
  253. package/types/property-panel/src/composition/entity/property-entity.d.ts +1 -1
  254. package/types/property-panel/src/composition/type.d.ts +0 -13
  255. package/types/query-solution/src/composition/types.d.ts +35 -4
  256. package/types/query-solution/src/composition/use-header.d.ts +21 -0
  257. package/types/query-solution/src/composition/{use-filter.d.ts → use-http.d.ts} +2 -2
  258. package/types/query-solution/src/composition/use-solution.d.ts +20 -0
  259. package/types/query-solution/src/designer/query-solution-config/composition/types.d.ts +43 -35
  260. package/types/query-solution/src/designer/query-solution-config/composition/use-panel.d.ts +2 -16
  261. package/types/query-solution/src/designer/query-solution-config/composition/use-property.d.ts +19 -0
  262. package/types/query-solution/src/designer/query-solution-config/composition/use-querysolution-rules.d.ts +3 -0
  263. package/types/query-solution/src/designer/query-solution-config/composition/use-transfer.d.ts +1 -1
  264. package/types/query-solution/src/designer/query-solution-config/query-solution-config.props.d.ts +14 -14
  265. package/types/query-solution/src/property-config/query-solution.property-config.d.ts +12 -0
  266. package/types/query-solution/src/query-solution.d.ts +10 -2
  267. package/types/query-solution/src/solutions.d.ts +108 -509
  268. package/types/radio-group/src/designer/item-collection-editor-inner.component.d.ts +29 -0
  269. package/types/radio-group/src/designer/item-collection-editor.component.d.ts +29 -0
  270. package/types/radio-group/src/designer/item-collection-editor.props.d.ts +21 -0
  271. package/types/radio-group/src/schema/schema-mapper.d.ts +1 -0
  272. package/types/radio-group/src/schema/schema-resolver.d.ts +1 -0
  273. package/types/response-layout-editor/index.d.ts +3 -1
  274. package/types/response-toolbar/src/designer/use-designer-rules.d.ts +3 -3
  275. package/types/response-toolbar/src/property-config/response-toolbar-item.property-config.d.ts +1 -0
  276. package/types/response-toolbar/src/property-config/response-toolbar.property-config.d.ts +1 -0
  277. package/types/section/src/designer/use-designer-rules.d.ts +3 -3
  278. package/types/section/src/property-config/section.property-config.d.ts +17 -17
  279. package/types/section/src/schema/schema-resolver.d.ts +1 -2
  280. package/types/section/src/schema/toolbar-resolver.d.ts +1 -1
  281. package/types/splitter/src/components/splitter-pane.component.d.ts +1 -1
  282. package/types/splitter/src/designer/splitter-pane-use-designer-rules.d.ts +3 -3
  283. package/types/splitter/src/designer/splitter-use-designer-rules.d.ts +3 -3
  284. package/types/tabs/src/composition/types.d.ts +4 -1
  285. package/types/tabs/src/designer/tab-page-use-designer-rules.d.ts +3 -3
  286. package/types/tabs/src/designer/tab-use-designer-rules.d.ts +3 -3
  287. package/types/tabs/src/property-config/tab-page.property-config.d.ts +9 -59
  288. package/types/tabs/src/property-config/tabs.property-config.d.ts +8 -71
  289. package/types/tabs/src/schema/schema-resolver.d.ts +1 -2
  290. package/types/text/src/composition/types.d.ts +4 -4
  291. package/types/textarea/src/property-config/textarea.property-config.d.ts +23 -0
  292. package/types/tree-grid/index.d.ts +3 -3
  293. package/types/tree-grid/src/tree-grid.component.d.ts +1 -1
  294. package/types/weather/src/composition/use-weather-charts.d.ts +15 -0
  295. package/types/weather/src/composition/use-weather-color.d.ts +15 -0
  296. package/types/weather/src/composition/use-weather-data.d.ts +15 -0
  297. package/types/weather/src/composition/use-weather-format-number.d.ts +15 -0
  298. package/types/designer-canvas/src/composition/rule/use-drag-drop-rules.d.ts +0 -19
  299. package/types/designer-canvas/src/composition/use-dragula-common-rule.d.ts +0 -4
  300. package/types/dynamic-form/src/designer/use-designer-rules.d.ts +0 -3
  301. package/types/list-nav/src/composition/use-designer-rules.d.ts +0 -3
  302. package/types/property-panel/src/composition/entity/use-input-rules.d.ts +0 -3
  303. package/types/query-solution/src/designer/query-solution-config/composition/mock-data.d.ts +0 -6
  304. package/types/tree-grid/src/schema/column-resolver.d.ts +0 -3
  305. package/types/weather/src/composition/types.d.ts +0 -2
@@ -1,128 +1,172 @@
1
- import { ref as P, computed as S, defineComponent as M, provide as Y, createVNode as T, inject as R, onMounted as _ } from "vue";
2
- import { isPlainObject as x, cloneDeep as te } from "lodash-es";
1
+ import { ref as g, computed as C, defineComponent as M, provide as W, createVNode as w, inject as k, onMounted as q } from "vue";
2
+ import { isPlainObject as $, cloneDeep as I } from "lodash-es";
3
3
  import "bignumber.js";
4
- const J = {}, G = {};
5
- function L(t) {
6
- const { properties: e, title: n, ignore: o } = t, r = o && Array.isArray(o), d = Object.keys(e).reduce((c, m) => ((!r || !o.find((j) => j == m)) && (c[m] = e[m].type === "object" && e[m].properties ? L(e[m]) : te(e[m].default)), c), {});
7
- return (!r || !o.find((c) => c == "id")) && (d.id = `${n}-${Date.now()}`), d;
4
+ const G = {}, X = {};
5
+ function E(t) {
6
+ const { properties: e, title: n, ignore: a } = t, i = a && Array.isArray(a), s = Object.keys(e).reduce((o, f) => ((!i || !a.find((v) => v === f)) && (o[f] = e[f].type === "object" && e[f].properties ? E(e[f]) : I(e[f].default)), o), {});
7
+ if (n && (!i || !a.find((o) => o === "id"))) {
8
+ const o = n.toLowerCase().replace(/-/g, "_");
9
+ s.id = `${o}_${Math.random().toString().slice(2, 6)}`;
10
+ }
11
+ return s;
8
12
  }
9
- function $(t, e = {}, n) {
10
- const o = J[t];
11
- if (o) {
12
- let r = L(o);
13
- const d = G[t];
14
- return r = d ? d({ getSchemaByType: $ }, r, e, n) : r, r;
13
+ function Y(t, e = {}, n) {
14
+ const a = G[t];
15
+ if (a) {
16
+ let i = E(a);
17
+ const s = X[t];
18
+ return i = s ? s({ getSchemaByType: Y }, i, e, n) : i, i;
15
19
  }
16
20
  return null;
17
21
  }
18
- function ne(t, e) {
19
- const n = L(e);
20
- return Object.keys(t).reduce((o, r) => (o[r] && x(o[r]) && x(t[r]) ? Object.assign(o[r], t[r]) : o[r] = t[r], o), n), n;
22
+ function ee(t, e) {
23
+ const n = E(e);
24
+ return Object.keys(n).reduce((a, i) => (a[i] && $(a[i]) && $(t[i] || !t[i]) ? Object.assign(a[i], t[i] || {}) : a[i] = t[i], a), n), n;
21
25
  }
22
- function oe(t, e) {
23
- return Object.keys(t).filter((o) => t[o] != null).reduce((o, r) => {
24
- if (e.has(r)) {
25
- const d = e.get(r);
26
- if (typeof d == "string")
27
- o[d] = t[r];
26
+ function te(t, e) {
27
+ return Object.keys(t).filter((a) => t[a] != null).reduce((a, i) => {
28
+ if (e.has(i)) {
29
+ const s = e.get(i);
30
+ if (typeof s == "string")
31
+ a[s] = t[i];
28
32
  else {
29
- const c = d(r, t[r], t);
30
- Object.assign(o, c);
33
+ const o = s(i, t[i], t);
34
+ Object.assign(a, o);
31
35
  }
32
36
  } else
33
- o[r] = t[r];
34
- return o;
37
+ a[i] = t[i];
38
+ return a;
35
39
  }, {});
36
40
  }
37
- function se(t, e, n = /* @__PURE__ */ new Map()) {
38
- const o = ne(t, e);
39
- return oe(o, n);
41
+ function ne(t, e, n = /* @__PURE__ */ new Map()) {
42
+ const a = ee(t, e);
43
+ return te(a, n);
40
44
  }
41
- function re(t = {}) {
42
- function e(p, i, l, u) {
43
- if (typeof l == "number")
44
- return u[p].length === l;
45
- if (typeof l == "object") {
46
- const b = Object.keys(l)[0], s = l[b];
47
- if (b === "not")
48
- return Number(u[p].length) !== Number(s);
49
- if (b === "moreThan")
50
- return Number(u[p].length) >= Number(s);
51
- if (b === "lessThan")
52
- return Number(u[p].length) <= Number(s);
45
+ function ae(t = {}) {
46
+ function e(l, c, m, r) {
47
+ if (typeof m == "number")
48
+ return r[l].length === m;
49
+ if (typeof m == "object") {
50
+ const y = Object.keys(m)[0], d = m[y];
51
+ if (y === "not")
52
+ return Number(r[l].length) !== Number(d);
53
+ if (y === "moreThan")
54
+ return Number(r[l].length) >= Number(d);
55
+ if (y === "lessThan")
56
+ return Number(r[l].length) <= Number(d);
53
57
  }
54
58
  return !1;
55
59
  }
56
- function n(p, i, l, u) {
57
- return u[p] && u[p].propertyValue && String(u[p].propertyValue.value) === String(l);
60
+ function n(l, c, m, r) {
61
+ return r[l] && r[l].propertyValue && String(r[l].propertyValue.value) === String(m);
58
62
  }
59
- const o = /* @__PURE__ */ new Map([
63
+ const a = /* @__PURE__ */ new Map([
60
64
  ["length", e],
61
65
  ["getProperty", n]
62
66
  ]);
63
- Object.keys(t).reduce((p, i) => (p.set(i, t[i]), p), o);
64
- function r(p, i) {
65
- const l = p;
66
- return typeof i == "number" ? [{ target: l, operator: "length", param: null, value: Number(i) }] : typeof i == "boolean" ? [{ target: l, operator: "getProperty", param: p, value: !!i }] : typeof i == "object" ? Object.keys(i).map((u) => {
67
- if (u === "length")
68
- return { target: l, operator: "length", param: null, value: i[u] };
69
- const b = u, s = i[u];
70
- return { target: l, operator: "getProperty", param: b, value: s };
67
+ Object.keys(t).reduce((l, c) => (l.set(c, t[c]), l), a);
68
+ function i(l, c) {
69
+ const m = l;
70
+ return typeof c == "number" ? [{ target: m, operator: "length", param: null, value: Number(c) }] : typeof c == "boolean" ? [{ target: m, operator: "getProperty", param: l, value: !!c }] : typeof c == "object" ? Object.keys(c).map((r) => {
71
+ if (r === "length")
72
+ return { target: m, operator: "length", param: null, value: c[r] };
73
+ const y = r, d = c[r];
74
+ return { target: m, operator: "getProperty", param: y, value: d };
71
75
  }) : [];
72
76
  }
73
- function d(p) {
74
- return Object.keys(p).reduce((l, u) => {
75
- const b = r(u, p[u]);
76
- return l.push(...b), l;
77
+ function s(l) {
78
+ return Object.keys(l).reduce((m, r) => {
79
+ const y = i(r, l[r]);
80
+ return m.push(...y), m;
77
81
  }, []);
78
82
  }
79
- function c(p, i) {
80
- if (o.has(p.operator)) {
81
- const l = o.get(p.operator);
82
- return l && l(p.target, p.param, p.value, i) || !1;
83
+ function o(l, c) {
84
+ if (a.has(l.operator)) {
85
+ const m = a.get(l.operator);
86
+ return m && m(l.target, l.param, l.value, c) || !1;
83
87
  }
84
88
  return !1;
85
89
  }
86
- function m(p, i) {
87
- return d(p).reduce((b, s) => b && c(s, i), !0);
90
+ function f(l, c) {
91
+ return s(l).reduce((y, d) => y && o(d, c), !0);
88
92
  }
89
- function j(p, i) {
90
- const l = Object.keys(p), u = l.includes("allOf"), b = l.includes("anyOf"), s = u || b, h = (s ? p[s ? u ? "allOf" : "anyOf" : "allOf"] : [p]).map((g) => m(g, i));
91
- return u ? !h.includes(!1) : h.includes(!0);
93
+ function v(l, c) {
94
+ const m = Object.keys(l), r = m.includes("allOf"), y = m.includes("anyOf"), d = r || y, R = (d ? l[d ? r ? "allOf" : "anyOf" : "allOf"] : [l]).map((u) => f(u, c));
95
+ return r ? !R.includes(!1) : R.includes(!0);
92
96
  }
93
- return { parseValueSchema: j };
97
+ return { parseValueSchema: v };
94
98
  }
95
- const ie = {}, ae = {};
96
- re();
97
- function Q(t, e, n = /* @__PURE__ */ new Map(), o = (c, m, j) => m, r = {}, d = (c) => c) {
98
- return J[e.title] = e, G[e.title] = o, ie[e.title] = r, ae[e.title] = d, (c = {}) => {
99
- const m = se(c, e, n), j = Object.keys(t).reduce((p, i) => (p[i] = t[i].default, p), {});
100
- return Object.assign(j, m);
99
+ const O = {
100
+ button: { type: "button", name: "按钮", icon: "Button" },
101
+ "response-toolbar": { type: "response-toolbar", name: "工具栏", icon: "ButtonGroup" },
102
+ "response-toolbar-item": { type: "response-toolbar-item", name: "按钮", icon: "Button" },
103
+ "content-container": { type: "content-container", name: "容器", icon: "ContentContainer" },
104
+ "input-group": { type: "input-group", name: "文本", icon: "TextBox" },
105
+ textarea: { type: "textarea", name: "多行文本", icon: "MultiTextBox" },
106
+ lookup: { type: "lookup", name: "帮助", icon: "LookupEdit" },
107
+ "number-spinner": { type: "number-spinner", name: "数值", icon: "NumericBox" },
108
+ "date-picker": { type: "date-picker", name: "日期", icon: "DateBox" },
109
+ switch: { type: "switch", name: "开关", icon: "SwitchField" },
110
+ "radio-group": { type: "radio-group", name: "单选组", icon: "RadioGroup" },
111
+ "check-box": { type: "check-box", name: "复选框", icon: "CheckBox" },
112
+ "check-group": { type: "check-group", name: "复选框组", icon: "CheckGroup" },
113
+ "combo-list": { type: "combo-list", name: "下拉列表", icon: "EnumField" },
114
+ "response-form": { type: "response-form", name: "卡片面板", icon: "Form" },
115
+ "response-layout": { type: "response-layout", name: "布局容器", icon: "ResponseLayout3" },
116
+ "response-layout-item": { type: "response-layout-item", name: "布局", icon: "ResponseLayout1" },
117
+ "tree-grid": { type: "tree-grid", name: "树表格", icon: "TreeGrid" },
118
+ "tree-grid-column": { type: "tree-grid-column", name: "树表格列" },
119
+ "data-grid": { type: "data-grid", name: "表格", icon: "DataGrid" },
120
+ "data-grid-column": { type: "data-grid-column", name: "表格列" },
121
+ module: { type: "Module", name: "模块", icon: "Module" },
122
+ component: { type: "component", name: "组件", icon: "Component" },
123
+ tabs: { type: "tabs", name: "标签页", icon: "Tab" },
124
+ "tab-page": { type: "tab-page", name: "标签页项", dependentParentControl: "Tab" },
125
+ "tab-toolbar-item": { type: "tab-toolbar-item", name: "标签页工具栏按钮", icon: "Button" },
126
+ "time-picker": { type: "time-picker", name: "时间选择", icon: "TimePicker" },
127
+ section: { type: "section", name: "分组面板", icon: "Section" },
128
+ "section-toolbar": { type: "section-toolbar", name: "分组面板工具栏" },
129
+ "section-toolbar-item": { type: "section-toolbar-item", name: "分组面板按钮" },
130
+ splitter: { type: "splitter", name: "分栏面板", icon: "Splitter" },
131
+ "splitter-pane": { type: "splitter-pane", name: "分栏面板项", dependentParentControl: "Splitter" },
132
+ "component-ref": { type: "component-ref", name: "组件引用节点" },
133
+ uploader: { type: "uploader", name: "附件上传", icon: "FileUpload" },
134
+ "page-header": { type: "page-header", name: "页头", icon: "Header" },
135
+ "page-footer": { type: "page-footer", name: "页脚", icon: "ModalFooter" },
136
+ "tab-toolbar": { type: "tab-toolbar", name: "标签页工具栏", icon: "TabToolbar" },
137
+ fieldset: { type: "fieldset", name: "分组", icon: "fieldset" },
138
+ "query-solution": { type: "query-solution", name: "筛选方案", icon: "QueryScheme" }
139
+ }, ie = {}, oe = {};
140
+ ae();
141
+ function _(t, e, n = /* @__PURE__ */ new Map(), a = (o, f, v, l) => f, i = {}, s = (o) => o) {
142
+ return G[e.title] = e, X[e.title] = a, ie[e.title] = i, oe[e.title] = s, (o = {}) => {
143
+ const f = ne(o, e, n), v = Object.keys(t).reduce((l, c) => (l[c] = t[c].default, l), {});
144
+ return Object.assign(v, f);
101
145
  };
102
146
  }
103
147
  function U(t, e) {
104
148
  return { customClass: e.class, customStyle: e.style };
105
149
  }
106
- const ce = /* @__PURE__ */ new Map([
150
+ const se = /* @__PURE__ */ new Map([
107
151
  ["appearance", U]
108
152
  ]);
109
- function le(t, e, n) {
110
- const o = t.getSchemaByType("splitter-pane");
111
- return o.appearance = {
153
+ function re(t, e, n) {
154
+ const a = t.getSchemaByType("splitter-pane");
155
+ return a.appearance = {
112
156
  class: "f-col-w6 f-page-content-nav"
113
- }, o.position = "left", e.contents.unshift(o), e;
157
+ }, a.position = "left", e.contents.unshift(a), e;
114
158
  }
115
- function pe(t, e, n) {
116
- const o = t.getSchemaByType("splitter-pane");
117
- return o.appearance = {
159
+ function le(t, e, n) {
160
+ const a = t.getSchemaByType("splitter-pane");
161
+ return a.appearance = {
118
162
  class: "f-page-content-main"
119
- }, o.position = "main", e.contents.push(o), e;
163
+ }, a.position = "main", e.contents.push(a), e;
120
164
  }
121
- function ue(t, e, n) {
122
- const o = n.parentComponentInstance;
123
- return String(o.schema.appearance.class || "").split(" ").includes("f-page-main") && (e.appearance = { class: "f-page-content" }), le(t, e), pe(t, e), e;
165
+ function ce(t, e, n) {
166
+ const a = n.parentComponentInstance;
167
+ return String(a.schema.appearance.class || "").split(" ").includes("f-page-main") && (e.appearance = { class: "f-page-content" }), re(t, e), le(t, e), e;
124
168
  }
125
- const fe = "https://json-schema.org/draft/2020-12/schema", de = "https://farris-design.gitee.io/splitter.schema.json", ye = "splitter", be = "A Farris Container Component", me = "object", he = {
169
+ const pe = "https://json-schema.org/draft/2020-12/schema", ue = "https://farris-design.gitee.io/splitter.schema.json", fe = "splitter", me = "A Farris Container Component", de = "object", ye = {
126
170
  id: {
127
171
  description: "The unique identifier for a splitter",
128
172
  type: "string"
@@ -153,20 +197,20 @@ const fe = "https://json-schema.org/draft/2020-12/schema", de = "https://farris-
153
197
  direction: {
154
198
  description: "",
155
199
  type: "string",
156
- default: "column",
200
+ default: "row",
157
201
  enum: [
158
202
  "column",
159
203
  "row"
160
204
  ]
161
205
  }
162
- }, ge = {
163
- $schema: fe,
164
- $id: de,
165
- title: ye,
166
- description: be,
167
- type: me,
168
- properties: he
169
- }, ve = "splitter", je = "A Farris Container Component", Ce = "object", Pe = {
206
+ }, he = {
207
+ $schema: pe,
208
+ $id: ue,
209
+ title: fe,
210
+ description: me,
211
+ type: de,
212
+ properties: ye
213
+ }, ve = "splitter", be = "A Farris Container Component", ge = "object", ze = {
170
214
  basic: {
171
215
  description: "Basic Infomation",
172
216
  title: "基本信息",
@@ -208,136 +252,125 @@ const fe = "https://json-schema.org/draft/2020-12/schema", de = "https://farris-
208
252
  title: "style样式"
209
253
  }
210
254
  }
211
- },
212
- behavior: {
213
- description: "",
214
- title: "行为",
215
- properties: {
216
- visible: {
217
- description: "运行时组件是否可见",
218
- type: "boolean",
219
- title: "是否可见"
220
- }
221
- }
222
255
  }
223
- }, we = {
256
+ }, Ce = {
224
257
  title: ve,
225
- description: je,
226
- type: Ce,
227
- categories: Pe
228
- }, V = {
258
+ description: be,
259
+ type: ge,
260
+ categories: ze
261
+ }, F = {
229
262
  customStyle: { type: String, default: "" },
230
263
  customClass: { type: String, default: "" },
231
- direction: { Type: String, default: "column" }
232
- }, q = Q(V, ge, ce, ue, we);
233
- function Z(t) {
234
- const e = P(-1), n = P(-1), o = P(0), r = P(0), d = P(!1), c = P(!1), m = S(() => ({
235
- display: d.value ? "block" : "none",
236
- left: `${o.value}px`
237
- })), j = S(() => ({
238
- display: c.value ? "block" : "none",
239
- top: `${r.value}px`
240
- })), p = S(() => ({
241
- display: c.value || d.value ? "block" : "none"
264
+ direction: { Type: String, default: "row" }
265
+ }, N = _(F, he, se, ce, Ce);
266
+ function Q(t) {
267
+ const e = g(-1), n = g(-1), a = g(0), i = g(0), s = g(!1), o = g(!1), f = C(() => ({
268
+ display: s.value ? "block" : "none",
269
+ left: `${a.value}px`
270
+ })), v = C(() => ({
271
+ display: o.value ? "block" : "none",
272
+ top: `${i.value}px`
273
+ })), l = C(() => ({
274
+ display: o.value || s.value ? "block" : "none"
242
275
  }));
243
- function i(u) {
244
- const b = t.value;
245
- if (b) {
246
- const { left: s } = b.getBoundingClientRect();
247
- o.value = u.clientX - s;
276
+ function c(r) {
277
+ const y = t.value;
278
+ if (y) {
279
+ const { left: d } = y.getBoundingClientRect();
280
+ a.value = r.clientX - d;
248
281
  }
249
282
  }
250
- function l(u) {
251
- const b = t.value;
252
- if (b) {
253
- const { top: s } = b.getBoundingClientRect();
254
- r.value = u.clientY - s;
283
+ function m(r) {
284
+ const y = t.value;
285
+ if (y) {
286
+ const { top: d } = y.getBoundingClientRect();
287
+ i.value = r.clientY - d;
255
288
  }
256
289
  }
257
290
  return {
258
- horizontalResizeHandleStyle: m,
259
- verticalResizeHandleStyle: j,
260
- resizeOverlayStyle: p,
261
- showHorizontalResizeHandle: d,
262
- showVerticalResizeHandle: c,
291
+ horizontalResizeHandleStyle: f,
292
+ verticalResizeHandleStyle: v,
293
+ resizeOverlayStyle: l,
294
+ showHorizontalResizeHandle: s,
295
+ showVerticalResizeHandle: o,
263
296
  horizontalResizeBarPosition: e,
264
297
  verticalResizeBarPosition: n,
265
- verticalResizeHandleOffset: r,
266
- horizontalResizeHandleOffset: o,
267
- draggingHorizontalResizeHandle: i,
268
- draggingVerticalResizeHandle: l
298
+ verticalResizeHandleOffset: i,
299
+ horizontalResizeHandleOffset: a,
300
+ draggingHorizontalResizeHandle: c,
301
+ draggingVerticalResizeHandle: m
269
302
  };
270
303
  }
271
- const ze = ["moz", "ms", "webkit"];
272
- function Oe() {
304
+ const Pe = ["moz", "ms", "webkit"];
305
+ function we() {
273
306
  let t = 0;
274
307
  return (e) => {
275
- const n = (/* @__PURE__ */ new Date()).getTime(), o = Math.max(0, 16 - (n - t)), r = setTimeout(() => {
276
- e(n + o);
277
- }, o);
278
- return t = n + o, r;
308
+ const n = (/* @__PURE__ */ new Date()).getTime(), a = Math.max(0, 16 - (n - t)), i = setTimeout(() => {
309
+ e(n + a);
310
+ }, a);
311
+ return t = n + a, i;
279
312
  };
280
313
  }
281
- function Ae() {
314
+ function Re() {
282
315
  if (typeof window > "u")
283
316
  return () => 0;
284
317
  if (window.requestAnimationFrame)
285
318
  return window.requestAnimationFrame.bind(window);
286
- const t = ze.filter((e) => `${e}RequestAnimationFrame` in window)[0];
287
- return t ? window[`${t}RequestAnimationFrame`] : Oe();
288
- }
289
- Ae();
290
- function H(t, e) {
291
- return ((e == null ? void 0 : e.split(" ")) || []).reduce((o, r) => (r && (o[r] = !0), o), t), t;
319
+ const t = Pe.filter((e) => `${e}RequestAnimationFrame` in window)[0];
320
+ return t ? window[`${t}RequestAnimationFrame`] : we();
292
321
  }
322
+ Re();
293
323
  function B(t, e) {
294
- return ((e == null ? void 0 : e.split(";")) || []).reduce((o, r) => {
295
- if (r) {
296
- const d = r.split(":");
297
- o[d[0]] = d[1];
324
+ return ((e == null ? void 0 : e.split(" ")) || []).reduce((a, i) => (i && (a[i] = !0), a), t), t;
325
+ }
326
+ function L(t, e) {
327
+ return ((e == null ? void 0 : e.split(";")) || []).reduce((a, i) => {
328
+ if (i) {
329
+ const s = i.split(":");
330
+ a[s[0]] = s[1];
298
331
  }
299
- return o;
332
+ return a;
300
333
  }, t), t;
301
334
  }
302
- const N = /* @__PURE__ */ M({
335
+ const H = /* @__PURE__ */ M({
303
336
  name: "FSplitter",
304
- props: V,
337
+ props: F,
305
338
  emits: [],
306
339
  setup(t, e) {
307
- const n = P(), o = Z(n), {
308
- horizontalResizeHandleStyle: r,
309
- verticalResizeHandleStyle: d,
310
- resizeOverlayStyle: c
311
- } = o;
312
- Y("splitter", {
313
- useResizeHandleComposition: o
340
+ const n = g(), a = Q(n), {
341
+ horizontalResizeHandleStyle: i,
342
+ verticalResizeHandleStyle: s,
343
+ resizeOverlayStyle: o
344
+ } = a;
345
+ W("splitter", {
346
+ useResizeHandleComposition: a
314
347
  });
315
- const m = S(() => H({
348
+ const f = C(() => B({
316
349
  "f-splitter": !0
317
- }, t == null ? void 0 : t.customClass)), j = S(() => {
318
- const p = {
319
- "flex-direction": t.direction === "row" ? "column" : "row"
350
+ }, t == null ? void 0 : t.customClass)), v = C(() => {
351
+ const l = {
352
+ "flex-direction": t.direction === "row" ? "row" : "column"
320
353
  };
321
- return B(p, t == null ? void 0 : t.customStyle);
354
+ return L(l, t == null ? void 0 : t.customStyle);
322
355
  });
323
- return () => T("div", {
324
- class: m.value,
356
+ return () => w("div", {
357
+ class: f.value,
325
358
  ref: n,
326
- style: j.value
327
- }, [e.slots.default && e.slots.default(), T("div", {
359
+ style: v.value
360
+ }, [e.slots.default && e.slots.default(), w("div", {
328
361
  class: "f-splitter-resize-overlay",
329
- style: c.value
330
- }, null), T("div", {
362
+ style: o.value
363
+ }, null), w("div", {
331
364
  class: "f-splitter-horizontal-resize-proxy",
332
- style: r.value
333
- }, null), T("div", {
365
+ style: i.value
366
+ }, null), w("div", {
334
367
  class: "f-splitter-vertical-resize-proxy",
335
- style: d.value
368
+ style: s.value
336
369
  }, null)]);
337
370
  }
338
371
  }), Se = /* @__PURE__ */ new Map([
339
372
  ["appearance", U]
340
- ]), Te = "https://json-schema.org/draft/2020-12/schema", Ee = "https://farris-design.gitee.io/splitter-pane.schema.json", $e = "splitter-pane", De = "A Farris Container Component", Re = "object", Me = {
373
+ ]), Te = "https://json-schema.org/draft/2020-12/schema", De = "https://farris-design.gitee.io/splitter-pane.schema.json", Oe = "splitter-pane", ke = "A Farris Container Component", Me = "object", Be = {
341
374
  id: {
342
375
  description: "The unique identifier for a splitter",
343
376
  type: "string"
@@ -403,24 +436,24 @@ const N = /* @__PURE__ */ M({
403
436
  "bottom"
404
437
  ]
405
438
  },
406
- resizeable: {
439
+ resizable: {
407
440
  description: "",
408
441
  type: "boolean",
409
- default: !0
442
+ default: !1
410
443
  },
411
444
  visible: {
412
445
  description: "",
413
446
  type: "number",
414
447
  default: !0
415
448
  }
416
- }, He = {
449
+ }, Le = {
417
450
  $schema: Te,
418
- $id: Ee,
419
- title: $e,
420
- description: De,
421
- type: Re,
422
- properties: Me
423
- }, Be = "splitter-pane", Ne = "A Farris Container Component", ke = "object", Fe = {
451
+ $id: De,
452
+ title: Oe,
453
+ description: ke,
454
+ type: Me,
455
+ properties: Be
456
+ }, He = "splitter-pane", je = "A Farris Container Component", Ee = "object", Fe = {
424
457
  basic: {
425
458
  description: "Basic Infomation",
426
459
  title: "基本信息",
@@ -436,8 +469,15 @@ const N = /* @__PURE__ */ M({
436
469
  title: "控件类型",
437
470
  type: "select",
438
471
  editor: {
439
- type: "Splitter",
440
- enum: []
472
+ type: "combo-list",
473
+ textField: "value",
474
+ valueField: "key",
475
+ data: [
476
+ {
477
+ key: "splitter-pane",
478
+ value: "分栏面板项"
479
+ }
480
+ ]
441
481
  }
442
482
  }
443
483
  }
@@ -464,12 +504,12 @@ const N = /* @__PURE__ */ M({
464
504
  title: "高度(px)",
465
505
  type: "number"
466
506
  },
467
- "min-width": {
507
+ minWidth: {
468
508
  description: "面板最小宽度",
469
509
  title: "最小宽度(px)",
470
510
  type: "number"
471
511
  },
472
- "min-height": {
512
+ minHeight: {
473
513
  description: "面板最小高度",
474
514
  title: "最小高度(px)",
475
515
  type: "number"
@@ -480,16 +520,13 @@ const N = /* @__PURE__ */ M({
480
520
  description: "",
481
521
  title: "行为",
482
522
  properties: {
483
- visible: {
484
- description: "运行时组件是否可见",
485
- type: "boolean",
486
- title: "是否可见"
487
- },
488
523
  position: {
489
524
  description: "",
490
525
  title: "位置",
491
526
  editor: {
492
527
  type: "combo-list",
528
+ idField: "value",
529
+ valueField: "value",
493
530
  data: [
494
531
  {
495
532
  value: "left",
@@ -516,15 +553,14 @@ const N = /* @__PURE__ */ M({
516
553
  }
517
554
  }
518
555
  }
519
- }, Le = {
520
- title: Be,
521
- description: Ne,
522
- type: ke,
556
+ }, Ae = {
557
+ title: He,
558
+ description: je,
559
+ type: Ee,
523
560
  categories: Fe
524
- }, W = {
561
+ }, A = {
525
562
  customClass: { type: String, defaut: "" },
526
563
  customStyle: { type: String, default: "" },
527
- /** 记录原始定义宽度 */
528
564
  width: { type: Number },
529
565
  /** 记录原始定义高度 */
530
566
  height: { type: Number },
@@ -533,1115 +569,450 @@ const N = /* @__PURE__ */ M({
533
569
  /** 是否显示 */
534
570
  visible: { type: Boolean, default: !0 },
535
571
  /** True to allow the pane can be resized. */
536
- resizable: { type: Boolean, default: !0 },
572
+ resizable: { type: Boolean, default: !1 },
573
+ /** 指定拖拽的方向,可以指定多个方向,e向东,n向北,s向南,w向西
574
+ * 因为位置在右侧,不一定就是w方向可拖拽的
575
+ */
576
+ resizeHandle: { type: String, default: "" },
537
577
  /** True to allow the pane can be collapsed. */
538
578
  collapsable: { type: Boolean, default: !1 },
539
579
  /** 面板最小宽度 */
540
- minWidth: { type: Number, default: 200 },
580
+ minWidth: { type: Number, default: 0 },
541
581
  /** 面板最小高度 */
542
- minHeight: { type: Number, default: 200 }
543
- }, X = Q(
544
- W,
545
- He,
582
+ minHeight: { type: Number, default: 0 }
583
+ }, V = _(
584
+ A,
585
+ Le,
546
586
  Se,
547
587
  void 0,
548
- Le
588
+ Ae
549
589
  );
550
- function K(t, e) {
551
- const n = P(t.width), o = P(t.height), {
552
- horizontalResizeBarPosition: r,
553
- horizontalResizeHandleOffset: d,
554
- showHorizontalResizeHandle: c,
555
- showVerticalResizeHandle: m,
556
- verticalResizeBarPosition: j,
557
- verticalResizeHandleOffset: p,
558
- draggingHorizontalResizeHandle: i,
559
- draggingVerticalResizeHandle: l
590
+ function J(t, e) {
591
+ const n = g(t.width), a = g(t.height), {
592
+ horizontalResizeBarPosition: i,
593
+ horizontalResizeHandleOffset: s,
594
+ showHorizontalResizeHandle: o,
595
+ showVerticalResizeHandle: f,
596
+ verticalResizeBarPosition: v,
597
+ verticalResizeHandleOffset: l,
598
+ draggingHorizontalResizeHandle: c,
599
+ draggingVerticalResizeHandle: m
560
600
  } = e;
561
- let u = "", b, s;
562
- function a(v) {
563
- if ((u === "left" || u === "right") && s) {
564
- const { left: g } = s.getBoundingClientRect(), { width: C } = b.getBoundingClientRect(), O = v.clientX - g, y = u === "left" ? (C || 0) + (O - r.value) : (C || 0) - (O - r.value);
565
- n.value = t.minWidth > 0 ? Math.max(t.minWidth, y) : y;
601
+ let r = "", y, d;
602
+ function P(p) {
603
+ if ((r === "left" || r === "right") && d) {
604
+ const { left: u } = d.getBoundingClientRect(), { width: z } = y.getBoundingClientRect(), h = p.clientX - u, b = r === "left" ? (z || 0) + (h - i.value) : (z || 0) - (h - i.value);
605
+ n.value = t.minWidth > 0 ? Math.max(t.minWidth, b) : b;
566
606
  }
567
- if ((u === "top" || u === "bottom") && s) {
568
- const { top: g } = s.getBoundingClientRect(), { height: C } = b.getBoundingClientRect(), O = v.clientY - g, y = u === "top" ? (C || 0) + (O - j.value) : (C || 0) - (O - j.value);
569
- o.value = t.minHeight > 0 ? Math.max(t.minHeight, y) : y;
607
+ if ((r === "top" || r === "bottom") && d) {
608
+ const { top: u } = d.getBoundingClientRect(), { height: z } = y.getBoundingClientRect(), h = p.clientY - u, b = r === "top" ? (z || 0) + (h - v.value) : (z || 0) - (h - v.value);
609
+ a.value = t.minHeight > 0 ? Math.max(t.minHeight, b) : b;
570
610
  }
571
- d.value = 0, p.value = 0, r.value = -1, j.value = -1, c.value = !1, m.value = !1, document.removeEventListener("mousemove", i), document.removeEventListener("mouseup", a), document.body.style.userSelect = "", u = "", b = null, s = null;
611
+ s.value = 0, l.value = 0, i.value = -1, v.value = -1, o.value = !1, f.value = !1, document.removeEventListener("mousemove", c), document.removeEventListener("mouseup", P), document.body.style.userSelect = "", r = "", y = null, d = null;
572
612
  }
573
- function f(v, g, C) {
574
- if (u = g, b = C, c.value = !0, s = v.composedPath().find((y) => y.className.split(" ")[0] === "f-splitter"), s) {
575
- const { left: y } = s.getBoundingClientRect();
576
- d.value = v.clientX - y, r.value = v.clientX - y, document.addEventListener("mousemove", i), document.addEventListener("mouseup", a), document.body.style.userSelect = "none";
613
+ function T(p, u, z) {
614
+ if (r = u, y = z, o.value = !0, d = p.composedPath().find((b) => b.className.split(" ")[0] === "f-splitter"), d) {
615
+ const { left: b } = d.getBoundingClientRect();
616
+ s.value = p.clientX - b, i.value = p.clientX - b, document.addEventListener("mousemove", c), document.addEventListener("mouseup", P), document.body.style.userSelect = "none";
577
617
  }
578
618
  }
579
- function h(v, g, C) {
580
- if (u = g, b = C, m.value = !0, s = v.composedPath().find((y) => y.className.split(" ")[0] === "f-splitter"), s) {
581
- const { top: y } = s.getBoundingClientRect();
582
- p.value = v.clientY - y, j.value = v.clientY - y, document.addEventListener("mousemove", l), document.addEventListener("mouseup", a), document.body.style.userSelect = "none";
619
+ function R(p, u, z) {
620
+ if (r = u, y = z, f.value = !0, d = p.composedPath().find((b) => b.className.split(" ")[0] === "f-splitter"), d) {
621
+ const { top: b } = d.getBoundingClientRect();
622
+ l.value = p.clientY - b, v.value = p.clientY - b, document.addEventListener("mousemove", m), document.addEventListener("mouseup", P), document.body.style.userSelect = "none";
583
623
  }
584
624
  }
585
625
  return {
586
626
  actualWidth: n,
587
- actualHeight: o,
588
- onClickSplitterHorizontalResizeBar: f,
589
- onClickSplitterVerticalResizeBar: h
627
+ actualHeight: a,
628
+ onClickSplitterHorizontalResizeBar: T,
629
+ onClickSplitterVerticalResizeBar: R
590
630
  };
591
631
  }
592
- const k = /* @__PURE__ */ M({
632
+ const j = /* @__PURE__ */ M({
593
633
  name: "FSplitterPane",
594
- props: W,
634
+ props: A,
595
635
  emits: [],
596
636
  setup(t, e) {
597
- const n = P(), o = R("splitter"), {
598
- useResizeHandleComposition: r
599
- } = o, d = K(t, r), {
600
- actualHeight: c,
601
- actualWidth: m,
602
- onClickSplitterHorizontalResizeBar: j,
603
- onClickSplitterVerticalResizeBar: p
604
- } = d, i = P(t.position), l = S(() => {
605
- const a = {
637
+ const n = g(), a = k("splitter"), {
638
+ useResizeHandleComposition: i
639
+ } = a, s = J(t, i), {
640
+ actualHeight: o,
641
+ actualWidth: f,
642
+ onClickSplitterHorizontalResizeBar: v,
643
+ onClickSplitterVerticalResizeBar: l
644
+ } = s, c = g(t.position), m = C(() => {
645
+ const p = {
606
646
  "f-splitter-pane": !0,
607
- "f-splitter-pane-column": i.value === "left" || i.value === "right",
608
- "f-splitter-pane-row": i.value === "bottom" || i.value === "top",
609
- "f-splitter-pane-main": i.value === "center"
647
+ "f-splitter-pane-main": c.value === "center",
648
+ "has-resize-bar": t.resizable
610
649
  };
611
- return H(a, t == null ? void 0 : t.customClass);
612
- }), u = S(() => {
613
- const a = {};
614
- return (m.value && i.value === "left" || i.value === "right") && (a.width = `${m.value}px`), (c.value && i.value === "bottom" || i.value === "top") && (a.height = `${c.value}px`), B(a, t == null ? void 0 : t.customStyle);
615
- }), b = S(() => ({
650
+ return p["f-splitter-pane-" + c.value] = !0, B(p, t == null ? void 0 : t.customClass);
651
+ }), r = C(() => t.resizeHandle ? t.resizeHandle.split(",").filter((p) => ["e", "n", "s", "w"].find((u) => u === p)) : []), y = C(() => {
652
+ const p = {};
653
+ return (f.value && c.value === "left" || c.value === "right" || r.value.find((u) => u === "e") || r.value.find((u) => u === "w")) && (p.width = `${f.value}px`), (o.value && c.value === "bottom" || c.value === "top" || r.value.find((u) => u === "s") || r.value.find((u) => u === "n")) && (p.height = `${o.value}px`), L(p, t == null ? void 0 : t.customStyle);
654
+ }), d = C(() => ({
616
655
  "f-splitter-resize-bar": !0,
617
- "f-splitter-resize-bar-e": i.value === "left",
618
- "f-splitter-resize-bar-n": i.value === "bottom",
619
- "f-splitter-resize-bar-s": i.value === "top",
620
- "f-splitter-resize-bar-w": i.value === "right"
656
+ "f-splitter-resize-bar-e": c.value === "left",
657
+ "f-splitter-resize-bar-n": c.value === "bottom",
658
+ "f-splitter-resize-bar-s": c.value === "top",
659
+ "f-splitter-resize-bar-w": c.value === "right"
621
660
  }));
622
- function s(a, f) {
623
- (f === "left" || f === "right") && j(a, f, n.value), (f === "top" || f === "bottom") && p(a, f, n.value);
661
+ function P(p) {
662
+ return {
663
+ e: "left",
664
+ w: "right",
665
+ s: "top",
666
+ n: "bottom"
667
+ }[p] || p;
624
668
  }
625
- return () => T("div", {
669
+ function T(p, u) {
670
+ u = P(u), ["left", "right"].find((z) => z === u) && v(p, u, n.value), ["top", "bottom"].find((z) => z === u) && l(p, u, n.value);
671
+ }
672
+ function R() {
673
+ return r.value.length > 0 ? r.value.map((p) => w("span", {
674
+ class: "f-splitter-resize-bar f-splitter-resize-bar-" + p,
675
+ onMousedown: (u) => T(u, p)
676
+ }, null)) : w("span", {
677
+ class: d.value,
678
+ onMousedown: (p) => T(p, c.value)
679
+ }, null);
680
+ }
681
+ return () => w("div", {
626
682
  ref: n,
627
- class: l.value,
628
- style: u.value
629
- }, [e.slots.default && e.slots.default(), T("span", {
630
- class: b.value,
631
- onMousedown: (a) => s(a, i.value)
632
- }, null)]);
683
+ class: m.value,
684
+ style: y.value
685
+ }, [e.slots.default && e.slots.default(), t.resizable && R()]);
633
686
  }
634
687
  });
635
- function I(t, e, n) {
636
- var O;
688
+ function Z(t, e, n) {
689
+ var z;
690
+ const a = n && n.getStyles && n.getStyles() || "", i = n && n.getDesignerClass && n.getDesignerClass() || "", s = g();
637
691
  function o() {
638
- n != null && n.resolveComponentContext && n.resolveComponentContext();
639
- }
640
- o();
641
- const r = n && n.getStyles && n.getStyles() || "", d = n && n.getDesignerClass && n.getDesignerClass() || "", c = P();
642
- function m() {
643
692
  return (e == null ? void 0 : e.schema.componentType) === "frame" ? !1 : n && n.checkCanMoveComponent ? n.checkCanMoveComponent() : !0;
644
693
  }
645
- function j() {
694
+ function f() {
646
695
  return !1;
647
696
  }
648
- function p() {
697
+ function v() {
649
698
  return (e == null ? void 0 : e.schema.componentType) === "frame" ? !1 : n && n.checkCanDeleteComponent ? n.checkCanDeleteComponent() : !0;
650
699
  }
651
- function i() {
700
+ function l() {
652
701
  return (e == null ? void 0 : e.schema.componentType) === "frame" ? !0 : n && n.hideNestedPaddingInDesginerView ? n.hideNestedPaddingInDesginerView() : !1;
653
702
  }
654
- function l(y) {
655
- if (!y || !y.value)
703
+ function c(h) {
704
+ if (!h || !h.value)
656
705
  return null;
657
- if (y.value.schema && y.value.schema.type === "component")
658
- return y.value;
659
- const w = P(y == null ? void 0 : y.value.parent), z = l(w);
660
- return z || null;
706
+ if (h.value.schema && h.value.schema.type === "component")
707
+ return h.value;
708
+ const b = g(h == null ? void 0 : h.value.parent), S = c(b);
709
+ return S || null;
661
710
  }
662
- function u(y = e) {
663
- const { componentInstance: w, designerItemElementRef: z } = y;
664
- return !w || !w.value ? null : w.value.canMove ? z : u(y.parent);
711
+ function m(h = e) {
712
+ const { componentInstance: b, designerItemElementRef: S } = h;
713
+ return !b || !b.value ? null : b.value.canMove ? S : m(h.parent);
665
714
  }
666
- function b(y) {
667
- return !!n && n.canAccepts(y);
715
+ function r(h) {
716
+ return !!n && n.canAccepts(h);
668
717
  }
669
- function s() {
718
+ function y() {
670
719
  return (e == null ? void 0 : e.schema.label) || (e == null ? void 0 : e.schema.title) || (e == null ? void 0 : e.schema.name);
671
720
  }
672
- function a() {
673
- }
674
- function f(y, w) {
675
- w && n != null && n.onAcceptMovedChildElement && n.onAcceptMovedChildElement(w);
721
+ function d() {
676
722
  }
677
- function h(y, w) {
678
- const { componentType: z } = y;
679
- let A = $(z, y, w);
680
- n && n.onResolveNewComponentSchema && (A = n.onResolveNewComponentSchema(y, A));
681
- const D = z.toLowerCase().replace("-", "_");
682
- return A && !A.id && A.type === z && (A.id = `${D}_${Math.random().toString().slice(2, 6)}`), A;
723
+ function P(h, b) {
724
+ b && n != null && n.onAcceptMovedChildElement && n.onAcceptMovedChildElement(b);
683
725
  }
684
- function v(y, w) {
685
- const z = String(y.getAttribute("data-controltype")), A = y.getAttribute("data-feature"), D = A ? JSON.parse(A) : {};
686
- D.parentComponentInstance = c.value;
687
- let E = $(z, D);
688
- n && n.onAcceptNewChildElement && (E = n.onAcceptNewChildElement(y, w, E));
689
- const ee = z.toLowerCase().replace("-", "_");
690
- return E && !E.id && E.type === z && (E.id = `${ee}_${Math.random().toString().slice(2, 6)}`), E;
726
+ function T(h, b) {
727
+ const { componentType: S } = h;
728
+ let D = Y(S, h, b);
729
+ n && n.onResolveNewComponentSchema && (D = n.onResolveNewComponentSchema(h, D));
730
+ const K = S.toLowerCase().replace(/-/g, "_");
731
+ return D && !D.id && D.type === S && (D.id = `${K}_${Math.random().toString().slice(2, 6)}`), D;
691
732
  }
692
- function g(y) {
733
+ function R(h) {
693
734
  }
694
- function C(...y) {
735
+ function p(...h) {
695
736
  if (n && n.getPropsConfig)
696
- return n.getPropsConfig(...y);
737
+ return n.getPropsConfig(...h);
738
+ }
739
+ function u() {
740
+ n && n.onRemoveComponent && n.onRemoveComponent(), e != null && e.schema.contents && e.schema.contents.map((h) => {
741
+ var D;
742
+ let b = h.id;
743
+ h.type === "component-ref" && (b = h.component);
744
+ const S = t.value.querySelector(`#${b}-design-item`);
745
+ (D = S == null ? void 0 : S.componentInstance) != null && D.value.onRemoveComponent && S.componentInstance.value.onRemoveComponent();
746
+ });
697
747
  }
698
- return c.value = {
699
- canMove: m(),
700
- canSelectParent: j(),
701
- canDelete: p(),
702
- canNested: !i(),
748
+ return s.value = {
749
+ canMove: o(),
750
+ canSelectParent: f(),
751
+ canDelete: v(),
752
+ canNested: !l(),
703
753
  contents: e == null ? void 0 : e.schema.contents,
704
754
  elementRef: t,
705
- parent: (O = e == null ? void 0 : e.parent) == null ? void 0 : O.componentInstance,
755
+ parent: (z = e == null ? void 0 : e.parent) == null ? void 0 : z.componentInstance,
706
756
  schema: e == null ? void 0 : e.schema,
707
- styles: r,
708
- designerClass: d,
709
- canAccepts: b,
710
- getBelongedComponentInstance: l,
711
- getDraggableDesignItemElement: u,
712
- getDraggingDisplayText: s,
713
- getPropConfig: C,
714
- getDragScopeElement: a,
715
- onAcceptMovedChildElement: f,
716
- onAcceptNewChildElement: v,
717
- onChildElementMovedOut: g,
718
- addNewChildComponentSchema: h,
719
- updateDragAndDropRules: o,
720
- triggerBelongedComponentToMoveWhenMoved: !!n && n.triggerBelongedComponentToMoveWhenMoved || P(!1),
721
- triggerBelongedComponentToDeleteWhenDeleted: !!n && n.triggerBelongedComponentToDeleteWhenDeleted || P(!1)
722
- }, c;
757
+ styles: a,
758
+ designerClass: i,
759
+ canAccepts: r,
760
+ getBelongedComponentInstance: c,
761
+ getDraggableDesignItemElement: m,
762
+ getDraggingDisplayText: y,
763
+ getPropConfig: p,
764
+ getDragScopeElement: d,
765
+ onAcceptMovedChildElement: P,
766
+ onChildElementMovedOut: R,
767
+ addNewChildComponentSchema: T,
768
+ triggerBelongedComponentToMoveWhenMoved: !!n && n.triggerBelongedComponentToMoveWhenMoved || g(!1),
769
+ triggerBelongedComponentToDeleteWhenDeleted: !!n && n.triggerBelongedComponentToDeleteWhenDeleted || g(!1),
770
+ onRemoveComponent: u
771
+ }, s;
723
772
  }
724
- const Ve = "https://json-schema.org/draft/2020-12/schema", We = "https://farris-design.gitee.io/dragging-rules.schema.json", xe = "Dragging Rules", qe = "The rules of designer canvas", Xe = "object", Ye = {
725
- "f-page": {
726
- description: "The root class of page designed by farris.",
727
- type: "object",
728
- properties: {
729
- contents: {
730
- type: "object",
731
- properties: {
732
- "f-page-header": {
733
- description: "The class of page header designed by farris.",
734
- type: "string"
735
- },
736
- "f-page-main": {
737
- description: "The class of page body designed by farris.",
738
- type: "object",
739
- properties: {
740
- contents: {
741
- type: "object",
742
- properties: {
743
- "f-struct-like-card": {
744
- description: "",
745
- type: "object",
746
- properties: {
747
- contents: {
748
- type: "object",
749
- properties: {
750
- "f-struct-form": {
751
- description: "The class of form component which has a hierarchical structure of component -> section -> respnse-form.",
752
- type: "object",
753
- properties: {
754
- contents: {
755
- type: "object",
756
- properties: {
757
- "f-section-form": {
758
- description: "The class of section which has wrapped a reponse-form component.",
759
- type: "object",
760
- properties: {
761
- contents: {
762
- type: "object",
763
- properties: {
764
- "f-form-layout": {
765
- description: "The class of reponse form",
766
- type: "object",
767
- properties: {
768
- rules: {
769
- type: "object",
770
- properties: {
771
- canAccept: {
772
- type: "boolean",
773
- const: !0
774
- },
775
- fixed: {
776
- type: "boolean",
777
- const: !0
778
- },
779
- hidePadding: {
780
- type: "boolean",
781
- const: !1
782
- }
783
- }
784
- }
785
- }
786
- }
787
- }
788
- },
789
- rules: {
790
- type: "object",
791
- properties: {
792
- canAccept: {
793
- type: "boolean",
794
- const: !1
795
- },
796
- fixed: {
797
- type: "boolean",
798
- const: !0
799
- },
800
- hidePadding: {
801
- type: "boolean",
802
- const: !0
803
- }
804
- }
805
- }
806
- }
807
- }
808
- }
809
- },
810
- rules: {
811
- type: "object",
812
- properties: {
813
- canAccept: {
814
- type: "boolean",
815
- const: !1
816
- },
817
- fixed: {
818
- type: "boolean",
819
- const: !1
820
- },
821
- hidePadding: {
822
- type: "boolean",
823
- const: !0
824
- }
825
- }
826
- }
827
- }
828
- },
829
- "f-struct-wrapper": {
830
- description: "",
831
- type: "object",
832
- properties: {
833
- contents: {
834
- type: "object",
835
- properties: {
836
- "f-section-tabs": {
837
- description: "The class of section which has wrapped sub-grid tabs.",
838
- type: "object",
839
- properties: {
840
- contents: {
841
- type: "object",
842
- properties: {
843
- "f-tabs-in-card": {
844
- description: "The class of tabs which contains sub-grid.",
845
- type: "object",
846
- properties: {
847
- contents: {
848
- type: "object",
849
- properties: {
850
- "f-struct-data-grid-in-card": {
851
- description: "The class of sub-grid component",
852
- type: "object",
853
- properties: {
854
- contents: {
855
- type: "object",
856
- properties: {
857
- "f-grid-is-sub": {
858
- description: "The class of sub-grid",
859
- type: "object",
860
- properties: {
861
- rules: {
862
- type: "object",
863
- properties: {
864
- canAccept: {
865
- type: "boolean",
866
- const: !0
867
- },
868
- fixed: {
869
- type: "boolean",
870
- const: !0
871
- },
872
- hidePadding: {
873
- type: "boolean",
874
- const: !1
875
- }
876
- }
877
- }
878
- }
879
- }
880
- }
881
- },
882
- rules: {
883
- type: "object",
884
- properties: {
885
- canAccept: {
886
- type: "boolean",
887
- const: !1
888
- },
889
- fixed: {
890
- type: "boolean",
891
- const: !1
892
- },
893
- hidePadding: {
894
- type: "boolean",
895
- const: !0
896
- }
897
- }
898
- }
899
- }
900
- }
901
- }
902
- },
903
- rules: {
904
- type: "object",
905
- properties: {
906
- canAccept: {
907
- type: "boolean",
908
- const: !1
909
- },
910
- fixed: {
911
- type: "boolean",
912
- const: !0
913
- },
914
- hidePadding: {
915
- type: "boolean",
916
- const: !0
917
- }
918
- }
919
- }
920
- }
921
- }
922
- }
923
- },
924
- rules: {
925
- type: "object",
926
- properties: {
927
- canAccept: {
928
- type: "boolean",
929
- const: !1
930
- },
931
- fixed: {
932
- type: "boolean",
933
- const: !0
934
- },
935
- hidePadding: {
936
- type: "boolean",
937
- const: !0
938
- }
939
- }
940
- }
941
- }
942
- },
943
- "f-section-in-main": {
944
- description: "The class of section which has wrapped a reponse-form component.",
945
- type: "object",
946
- properties: {
947
- rules: {
948
- type: "object",
949
- properties: {
950
- canAccept: {
951
- type: "boolean",
952
- const: !0
953
- },
954
- fixed: {
955
- type: "boolean",
956
- const: !0
957
- },
958
- hidePadding: {
959
- type: "boolean",
960
- const: !1
961
- }
962
- }
963
- }
964
- }
965
- }
966
- }
967
- },
968
- rules: {
969
- type: "object",
970
- properties: {
971
- canAccept: {
972
- type: "boolean",
973
- const: !1
974
- },
975
- fixed: {
976
- type: "boolean",
977
- const: !1
978
- },
979
- hidePadding: {
980
- type: "boolean",
981
- const: !0
982
- }
983
- }
984
- }
985
- }
986
- }
987
- }
988
- },
989
- rules: {
990
- type: "object",
991
- properties: {
992
- canAccept: {
993
- type: "boolean",
994
- const: !0
995
- },
996
- fixed: {
997
- type: "boolean",
998
- const: !0
999
- },
1000
- hidePadding: {
1001
- type: "object",
1002
- const: {
1003
- allOf: [
1004
- {
1005
- sibling: 0,
1006
- parent: {
1007
- "f-page-main": !0
1008
- }
1009
- }
1010
- ]
1011
- }
1012
- }
1013
- }
1014
- }
1015
- }
1016
- },
1017
- "f-struct-data-grid": {
1018
- description: "",
1019
- type: "object",
1020
- properties: {
1021
- rules: {
1022
- type: "object",
1023
- properties: {
1024
- canAccept: {
1025
- type: "object",
1026
- const: !0
1027
- },
1028
- fixed: {
1029
- type: "boolean",
1030
- const: !0
1031
- },
1032
- hidePadding: {
1033
- type: "boolean",
1034
- const: !0
1035
- }
1036
- }
1037
- }
1038
- }
1039
- },
1040
- "f-page-main-content": {
1041
- description: "",
1042
- type: "object",
1043
- properties: {
1044
- contents: {
1045
- type: "object",
1046
- properties: {
1047
- "f-page-content-nav": {
1048
- description: "",
1049
- type: "object",
1050
- properties: {
1051
- contents: {
1052
- type: "object",
1053
- properties: {
1054
- "f-struct-data-grid-in-nav": {
1055
- description: "",
1056
- type: "object",
1057
- properties: {
1058
- contents: {
1059
- type: "object",
1060
- properties: {
1061
- "f-page-content-nav-extend": {
1062
- description: "",
1063
- type: "object"
1064
- },
1065
- "f-section-in-nav": {
1066
- description: "",
1067
- type: "object",
1068
- properties: {
1069
- rules: {
1070
- type: "object",
1071
- properties: {
1072
- canAccept: {
1073
- type: "boolean",
1074
- const: !1
1075
- },
1076
- fixed: {
1077
- type: "boolean",
1078
- const: !0
1079
- },
1080
- hidePadding: {
1081
- type: "boolean",
1082
- const: !1
1083
- }
1084
- }
1085
- }
1086
- }
1087
- }
1088
- }
1089
- },
1090
- rules: {
1091
- type: "object",
1092
- properties: {
1093
- canAccept: {
1094
- type: "boolean",
1095
- const: !0
1096
- },
1097
- fixed: {
1098
- type: "boolean",
1099
- const: !1
1100
- },
1101
- hidePadding: {
1102
- type: "boolean",
1103
- const: !0
1104
- }
1105
- }
1106
- }
1107
- }
1108
- }
1109
- }
1110
- }
1111
- }
1112
- },
1113
- "f-page-content-main": {
1114
- description: "",
1115
- type: "object",
1116
- properties: {}
1117
- }
1118
- }
1119
- }
1120
- }
1121
- },
1122
- "f-page-content": {
1123
- description: "",
1124
- type: "object",
1125
- properties: {
1126
- contents: {
1127
- type: "object",
1128
- properties: {
1129
- "f-page-content-nav": {
1130
- description: "",
1131
- type: "object",
1132
- properties: {
1133
- contents: {
1134
- type: "object",
1135
- properties: {
1136
- "f-list-nav": {
1137
- description: "",
1138
- type: "object"
1139
- },
1140
- "f-list-nav-left": {
1141
- description: "",
1142
- type: "object"
1143
- },
1144
- "f-struct-data-grid-in-nav": {
1145
- description: "",
1146
- type: "object",
1147
- properties: {
1148
- contents: {
1149
- type: "object",
1150
- properties: {
1151
- "f-section-form": {
1152
- description: "",
1153
- type: "object",
1154
- properties: {
1155
- rules: {
1156
- type: "object",
1157
- properties: {
1158
- canAccept: {
1159
- type: "boolean",
1160
- const: !1
1161
- },
1162
- fixed: {
1163
- type: "boolean",
1164
- const: !0
1165
- },
1166
- hidePadding: {
1167
- type: "boolean",
1168
- const: !0
1169
- }
1170
- }
1171
- }
1172
- }
1173
- },
1174
- "f-section-grid": {
1175
- description: "",
1176
- type: "object",
1177
- properties: {
1178
- rules: {
1179
- type: "object",
1180
- properties: {
1181
- canAccept: {
1182
- type: "boolean",
1183
- const: !1
1184
- },
1185
- fixed: {
1186
- type: "boolean",
1187
- const: !0
1188
- },
1189
- hidePadding: {
1190
- type: "boolean",
1191
- const: !0
1192
- }
1193
- }
1194
- }
1195
- }
1196
- }
1197
- }
1198
- },
1199
- rules: {
1200
- type: "object",
1201
- properties: {
1202
- canAccept: {
1203
- type: "boolean",
1204
- const: !1
1205
- },
1206
- fixed: {
1207
- type: "boolean",
1208
- const: !0
1209
- },
1210
- hidePadding: {
1211
- type: "boolean",
1212
- const: !0
1213
- }
1214
- }
1215
- }
1216
- }
1217
- }
1218
- }
1219
- }
1220
- },
1221
- rules: {
1222
- type: "object",
1223
- properties: {
1224
- canAccept: {
1225
- type: "boolean",
1226
- const: !1
1227
- },
1228
- fixed: {
1229
- type: "boolean",
1230
- const: !0
1231
- },
1232
- hidePadding: {
1233
- type: "boolean",
1234
- const: !0
1235
- }
1236
- }
1237
- }
1238
- },
1239
- "f-page-content-main": {
1240
- description: "",
1241
- type: "object",
1242
- properties: {
1243
- rules: {
1244
- type: "object",
1245
- properties: {
1246
- canAccept: {
1247
- type: "boolean",
1248
- const: !1
1249
- },
1250
- fixed: {
1251
- type: "boolean",
1252
- const: !1
1253
- },
1254
- hidePadding: {
1255
- type: "boolean",
1256
- const: !0
1257
- }
1258
- }
1259
- }
1260
- }
1261
- }
1262
- }
1263
- },
1264
- rules: {
1265
- type: "object",
1266
- properties: {
1267
- canAccept: {
1268
- type: "boolean",
1269
- const: !1
1270
- },
1271
- fixed: {
1272
- type: "boolean",
1273
- const: !0
1274
- },
1275
- hidePadding: {
1276
- type: "boolean",
1277
- const: !0
1278
- }
1279
- }
1280
- }
1281
- }
1282
- }
1283
- }
1284
- },
1285
- rules: {
1286
- type: "object",
1287
- properties: {
1288
- canAccept: {
1289
- type: "object",
1290
- const: {
1291
- anyOf: [
1292
- {
1293
- children: 0
1294
- },
1295
- {
1296
- children: {
1297
- length: {
1298
- not: 1
1299
- },
1300
- "f-struct-like-card": !0
1301
- }
1302
- },
1303
- {
1304
- children: {
1305
- "scroll-spy": !1,
1306
- "f-page-content": !1,
1307
- "f-struct-like-card": !1
1308
- }
1309
- }
1310
- ]
1311
- }
1312
- },
1313
- fixed: {
1314
- type: "boolean",
1315
- const: !0
1316
- },
1317
- hidePadding: {
1318
- type: "boolean",
1319
- const: !0
1320
- }
1321
- }
1322
- }
1323
- }
1324
- },
1325
- "f-page-footer": {
1326
- description: "The class of page footer designed by farris.",
1327
- type: "string"
773
+ class x {
774
+ getTemplateRule(e, n) {
775
+ const a = n == null ? void 0 : n.formSchemaUtils, i = a == null ? void 0 : a.getFormTemplateRule(), s = { canAccept: !0, canDelete: !0, canMove: !0 };
776
+ if (!i)
777
+ return s;
778
+ const o = this.getComponentContext(e), { componentClassList: f } = o;
779
+ return f.forEach((v) => {
780
+ if (!v || !i[v])
781
+ return;
782
+ const { canMove: l, canDelete: c, canAccept: m } = i[v];
783
+ s.canMove = s.canMove && this.resolveRuleValue(l, o), s.canDelete = s.canDelete && this.resolveRuleValue(c, o), s.canAccept = s.canAccept && this.resolveRuleValue(m, o);
784
+ }), s;
785
+ }
786
+ resolveRuleValue(e, n) {
787
+ return typeof e == "boolean" ? e : this.parseRuleValueSchema(e, n);
788
+ }
789
+ parseRuleValueSchema(e, n) {
790
+ const a = e.invalidContext || [];
791
+ let i = !0;
792
+ for (const s of a) {
793
+ if (s.firstLevelChild) {
794
+ if (s.firstLevelChild.class) {
795
+ const { firstLevelChildClassList: o } = n;
796
+ if (o && !o.includes(s.firstLevelChild.class)) {
797
+ i = !1;
798
+ continue;
1328
799
  }
1329
800
  }
1330
- },
1331
- rules: {
1332
- type: "object",
1333
- properties: {
1334
- canAccept: {
1335
- type: "boolean",
1336
- const: !1
1337
- },
1338
- fixed: {
1339
- type: "boolean",
1340
- const: !0
1341
- },
1342
- hidePadding: {
1343
- type: "boolean",
1344
- const: !0
801
+ if (s.firstLevelChild.type) {
802
+ const { firstLevelChildSchema: o } = n;
803
+ if (!o || o.type !== s.firstLevelChild.type) {
804
+ i = !1;
805
+ continue;
1345
806
  }
1346
807
  }
1347
808
  }
809
+ if (s.secondLevelChild) {
810
+ if (s.secondLevelChild.class) {
811
+ const { secondLevelChildClassList: o } = n;
812
+ if (o && !o.includes(s.secondLevelChild.class)) {
813
+ i = !1;
814
+ continue;
815
+ }
816
+ }
817
+ if (s.secondLevelChild.type) {
818
+ const { secondLevelChildSchema: o } = n;
819
+ if (!o || o.type !== s.secondLevelChild.type) {
820
+ i = !1;
821
+ continue;
822
+ }
823
+ }
824
+ }
825
+ if (s.parent) {
826
+ if (s.parent.class) {
827
+ const { parentClassList: o } = n;
828
+ if (o && !o.includes(s.parent.class)) {
829
+ i = !1;
830
+ continue;
831
+ }
832
+ }
833
+ if (s.parent.type) {
834
+ const { parentSchema: o } = n;
835
+ if (o && o.type !== s.parent.type) {
836
+ i = !1;
837
+ continue;
838
+ }
839
+ }
840
+ }
841
+ i = !0;
842
+ break;
1348
843
  }
1349
- },
1350
- "f-page-is-managelist": {
1351
- description: "The root class of mangement list page.",
1352
- type: "string"
1353
- },
1354
- "f-page-card": {
1355
- description: "",
1356
- type: "object"
1357
- },
1358
- "f-page-is-mainsubcard": {
1359
- description: "",
1360
- type: "object"
1361
- }
1362
- }, _e = {
1363
- $schema: Ve,
1364
- $id: We,
1365
- title: xe,
1366
- description: qe,
1367
- type: Xe,
1368
- properties: Ye
1369
- }, F = /* @__PURE__ */ new Map();
1370
- function Je() {
1371
- function t(s, a, f, h) {
1372
- var v;
1373
- if (typeof f == "number")
1374
- return ((v = h[s]) == null ? void 0 : v.length) === f;
1375
- if (typeof f == "object") {
1376
- const g = Object.keys(f)[0], C = f[g];
1377
- if (g === "not")
1378
- return Number(h[s].length) !== Number(C);
1379
- if (g === "moreThan")
1380
- return Number(h[s].length) >= Number(C);
1381
- if (g === "lessThan")
1382
- return Number(h[s].length) <= Number(C);
1383
- }
1384
- return !1;
1385
- }
1386
- function e(s, a, f, h) {
1387
- return typeof f == "boolean" ? h.childrenClassList.includes(a) === !!f : !1;
1388
- }
1389
- function n(s, a, f, h) {
1390
- return typeof f == "boolean" ? h.parentClassList.includes(a) === !!f : !1;
1391
- }
1392
- function o(s, a, f, h) {
1393
- return typeof f == "boolean" ? h.parentClassList.includes(a) === !!f : !1;
1394
- }
1395
- const r = /* @__PURE__ */ new Map([
1396
- ["length", t],
1397
- ["hasChildren", e],
1398
- ["hasSibling", o],
1399
- ["hasParent", n]
1400
- ]);
1401
- function d(s, a) {
1402
- const f = s;
1403
- return typeof a == "number" ? [{ target: f, operator: "length", param: null, value: Number(a) }] : typeof a == "object" ? Object.keys(a).map((h) => {
1404
- if (h === "length")
1405
- return { target: f, operator: "length", param: null, value: a[h] };
1406
- const v = h, g = a[h];
1407
- return { target: f, operator: s === "children" ? "hasChildren" : s === "parent" ? "hasParent" : "hasSibling", param: v, value: g };
1408
- }) : [];
1409
- }
1410
- function c(s, a) {
1411
- if (r.has(s.operator)) {
1412
- const f = r.get(s.operator);
1413
- return f && f(s.target, s.param, s.value, a) || !1;
1414
- }
1415
- return !1;
1416
- }
1417
- function m(s, a) {
1418
- return Object.keys(s).reduce((g, C) => {
1419
- const O = d(C, s[C]);
1420
- return g.push(...O), g;
1421
- }, []).reduce((g, C) => g && c(C, a), !0);
1422
- }
1423
- function j(s, a) {
1424
- const f = Object.keys(s), h = f.includes("allOf"), v = f.includes("anyOf"), g = h || v, y = (g ? s[g ? h ? "allOf" : "anyOf" : "allOf"] : [s]).map((z) => m(z, a));
1425
- return h ? !y.includes(!1) : y.includes(!0);
1426
- }
1427
- function p(s, a) {
1428
- const f = s.const;
1429
- return f ? typeof f == "boolean" ? f : typeof f == "object" ? j(f, a) : !1 : !1;
1430
- }
1431
- function i(s) {
1432
- return (a) => {
1433
- const f = { canAccept: !0, fixed: !1, hidePadding: !1 };
1434
- return s && s.properties && Object.keys(s.properties).reduce((h, v) => {
1435
- const g = s.properties[v];
1436
- return h[v] = p(g, a), h;
1437
- }, f), f;
844
+ return !i;
845
+ }
846
+ getComponentContext(e) {
847
+ var P, T, R, p;
848
+ const n = e.schema, a = n.appearance && n.appearance.class || "", i = a.split(" ") || [], s = n.contents || [], o = s.length ? s[0] : null, f = o && o.appearance ? o.appearance.class : "", v = f ? f.split(" ") : [], l = (P = o == null ? void 0 : o.contents) != null && P.length ? o == null ? void 0 : o.contents[0] : null, c = l && l.appearance ? l.appearance.class : "", m = c ? c.split(" ") : [], r = n.type === "component" ? (R = (T = e.parent) == null ? void 0 : T.parent) == null ? void 0 : R.schema : (p = e.parent) == null ? void 0 : p.schema, y = r && r.appearance && r.appearance.class || "", d = y ? y.split(" ") : [];
849
+ return {
850
+ componentClass: a,
851
+ componentClassList: i,
852
+ childContents: s,
853
+ firstLevelChildSchema: o,
854
+ firstLevelChildClass: f,
855
+ firstLevelChildClassList: v,
856
+ secondLevelChildSchema: l,
857
+ secondLevelChildClass: c,
858
+ secondLevelChildClassList: m,
859
+ parentSchema: r,
860
+ parentClass: y,
861
+ parentClassList: d
1438
862
  };
1439
863
  }
1440
- function l(s, a, f) {
1441
- if (a.type === "object" && a.properties) {
1442
- const { rules: h, contents: v } = a.properties;
1443
- f.set(s, i(h)), v && Object.keys(v.properties).forEach(
1444
- (g) => l(g, v.properties[g], f)
1445
- );
1446
- }
1447
- }
1448
- function u() {
1449
- const { properties: s } = _e;
1450
- Object.keys(s).forEach((a) => {
1451
- l(a, s[a], F);
1452
- });
1453
- }
1454
- function b(s, a) {
1455
- const f = { canAccept: !0, fixed: !1, hidePadding: !0 };
1456
- return F.has(s) ? F.get(s)(a) : f;
1457
- }
1458
- return u(), { getRuleValue: b };
1459
864
  }
1460
- function Ge(t, e) {
1461
- const n = Je();
1462
- let o, r = !1;
1463
- function d() {
865
+ function $e(t, e) {
866
+ const n = new x(), { canMove: a, canDelete: i } = n.getTemplateRule(t, e);
867
+ function s() {
1464
868
  return !1;
1465
869
  }
1466
- function c() {
1467
- return !r;
1468
- }
1469
- function m() {
1470
- return !r;
870
+ function o() {
871
+ return i;
1471
872
  }
1472
- function j() {
1473
- r = !1;
1474
- const i = t, l = i.appearance && i.appearance.class || "", u = l.split(" "), b = i.contents || [], s = b.length ? b[0] : null, a = s && s.appearance ? s.appearance.class : "", f = a ? a.split(" ") : [], h = b.length ? b.reduce((y, w) => {
1475
- const z = w && w.appearance ? w.appearance.class : "", A = z ? z.split(" ") : [];
1476
- return y.push(...A), y;
1477
- }, []) : [], v = e, g = v && v.appearance && v.appearance.class || "", C = g ? g.split(" ") : [];
1478
- o = {
1479
- componentClass: l,
1480
- componentClassList: u,
1481
- childContents: b,
1482
- firstChildContent: s,
1483
- firstChildClass: a,
1484
- firstChildClassList: f,
1485
- parent: v,
1486
- parentClass: g,
1487
- parentClassList: C,
1488
- children: b,
1489
- childrenClassList: h
1490
- };
1491
- const { fixed: O } = n.getRuleValue(u[0], o);
1492
- return r = O, !0;
873
+ function f() {
874
+ return a;
1493
875
  }
1494
- function p() {
876
+ function v() {
1495
877
  return !0;
1496
878
  }
1497
- return { canAccepts: d, checkCanDeleteComponent: c, checkCanMoveComponent: m, resolveComponentContext: j, hideNestedPaddingInDesginerView: p };
879
+ return { canAccepts: s, checkCanDeleteComponent: o, checkCanMoveComponent: f, hideNestedPaddingInDesginerView: v };
1498
880
  }
1499
- const Qe = /* @__PURE__ */ M({
881
+ const Ne = /* @__PURE__ */ M({
1500
882
  name: "FSplitterDesign",
1501
- props: V,
883
+ props: F,
1502
884
  emits: [],
1503
885
  setup(t, e) {
1504
- var u;
1505
- const n = P(), o = R("design-item-context"), r = Ge(o.schema, (u = o.parent) == null ? void 0 : u.schema), d = I(n, o, r);
1506
- d.value.canNested = !1;
1507
- const c = Z(n), {
1508
- horizontalResizeHandleStyle: m,
1509
- verticalResizeHandleStyle: j,
1510
- resizeOverlayStyle: p
1511
- } = c;
1512
- Y("splitter", {
1513
- useResizeHandleComposition: c
886
+ const n = g(), a = k("designer-host-service"), i = k("design-item-context"), s = $e(i, a), o = Z(n, i, s);
887
+ o.value.canNested = !1;
888
+ const f = Q(n), {
889
+ horizontalResizeHandleStyle: v,
890
+ verticalResizeHandleStyle: l,
891
+ resizeOverlayStyle: c
892
+ } = f;
893
+ W("splitter", {
894
+ useResizeHandleComposition: f
1514
895
  });
1515
- const i = S(() => H({
896
+ const m = C(() => B({
1516
897
  "f-splitter": !0
1517
- }, t == null ? void 0 : t.customClass)), l = S(() => {
1518
- const b = {
1519
- "flex-direction": t.direction === "row" ? "column" : "row"
898
+ }, t == null ? void 0 : t.customClass)), r = C(() => {
899
+ const y = {
900
+ "flex-direction": t.direction === "row" ? "row" : "column"
1520
901
  };
1521
- return B(b, t == null ? void 0 : t.customStyle);
902
+ return L(y, t == null ? void 0 : t.customStyle);
1522
903
  });
1523
- return _(() => {
1524
- n.value.componentInstance = d;
1525
- }), e.expose(d.value), () => T("div", {
1526
- class: i.value,
904
+ return q(() => {
905
+ n.value.componentInstance = o;
906
+ }), e.expose(o.value), () => w("div", {
907
+ class: m.value,
1527
908
  ref: n,
1528
- style: l.value
1529
- }, [e.slots.default && e.slots.default(), T("div", {
909
+ style: r.value
910
+ }, [e.slots.default && e.slots.default(), w("div", {
1530
911
  class: "f-splitter-resize-overlay",
1531
- style: p.value
1532
- }, null), T("div", {
912
+ style: c.value
913
+ }, null), w("div", {
1533
914
  class: "f-splitter-horizontal-resize-proxy",
1534
- style: m.value
1535
- }, null), T("div", {
915
+ style: v.value
916
+ }, null), w("div", {
1536
917
  class: "f-splitter-vertical-resize-proxy",
1537
- style: j.value
918
+ style: l.value
1538
919
  }, null)]);
1539
920
  }
1540
921
  });
1541
- function Ue() {
1542
- function t(e) {
1543
- var r, d;
922
+ function Ve() {
923
+ function t(e, n) {
924
+ var o;
1544
925
  if (!e)
1545
926
  return !1;
1546
- const n = ((r = e.targetContainer) == null ? void 0 : r.componentInstance) && e.targetContainer.componentInstance.value;
1547
- if (!n)
927
+ const a = ((o = e.targetContainer) == null ? void 0 : o.componentInstance) && e.targetContainer.componentInstance.value;
928
+ if (!a)
1548
929
  return !1;
1549
- const o = (d = n.schema.appearance) == null ? void 0 : d.class;
1550
- if (e.controlCategory === "input" || e.controlType === "form-group") {
1551
- const c = n.schema.type, m = (c === "response-form" || c === "content-container") && o && o.includes("farris-form");
1552
- if (n.schema.type !== "response-layout-item" && !m)
1553
- return !1;
1554
- }
1555
- return e.controlType !== "field-set";
930
+ const i = a.schema.type, s = n == null ? void 0 : n.formSchemaUtils.getComponentById(a.belongedComponentId);
931
+ return !((e.componentCategory === "input" || e.componentType === "form-group") && ![O["response-layout-item"].type, O["response-form"].type].includes(i) || (e.componentType === O.tabs.type || e.componentType === O.section.type) && ((s == null ? void 0 : s.componentType) !== "frame" || ![O["content-container"].type, O["splitter-pane"].type, O["response-layout-item"].type].includes(i)));
1556
932
  }
1557
933
  return {
1558
934
  basalDragulaRuleForContainer: t
1559
935
  };
1560
936
  }
1561
- function Ze(t, e) {
1562
- function n(r) {
1563
- var j;
1564
- if (!Ue().basalDragulaRuleForContainer(r))
1565
- return !1;
1566
- if (((((j = t.appearance) == null ? void 0 : j.class) || "").split(" ") || []).includes("f-page-content-nav")) {
1567
- const p = t.contents && t.contents[0];
1568
- return !(p && p.type === "component");
1569
- }
1570
- return !0;
937
+ function We(t, e) {
938
+ const n = new x(), { canAccept: a } = n.getTemplateRule(t, e);
939
+ function i(f) {
940
+ return Ve().basalDragulaRuleForContainer(f, e) ? a : !1;
1571
941
  }
1572
- function o(r, d, c) {
1573
- const m = t, p = (m.appearance && m.appearance.class || "").split(" ");
1574
- if (m.position === "main" && p.includes("f-page-content-main")) {
1575
- if (c.type === "tabs") {
1576
- const i = c.appearance && c.appearance.class ? String(c.appearance.class).split(" ") : [];
1577
- i.unshift("f-tabs-in-card"), c.appearance = { class: i.join(" ") };
1578
- const l = $("section");
1579
- l.id = `${c.id}-section`, l.appearance = { class: "f-section-tabs f-section-in-mainsubcard" }, l.contents = [c];
1580
- const u = $("content-container");
1581
- return u.id = `${c.id}-struct-wrapper`, u.appearance = { class: "f-struct-wrapper" }, u.contents = [l], u;
1582
- }
1583
- if (c.type === "section") {
1584
- const i = c.appearance && c.appearance.class ? String(c.appearance.class).split(" ") : [];
1585
- i.unshift("f-section-in-main"), c.appearance = { class: i.join(" ") }, c.title = String(r.innerText);
1586
- const l = $("content-container");
1587
- return l.id = `${c.id}-struct-wrapper`, l.appearance = { class: "f-struct-wrapper" }, l.contents = [c], l;
1588
- }
1589
- }
1590
- return c;
942
+ function s() {
943
+ return !1;
1591
944
  }
1592
- return { canAccepts: n, onAcceptNewChildElement: o };
945
+ function o() {
946
+ return !1;
947
+ }
948
+ return {
949
+ canAccepts: i,
950
+ checkCanMoveComponent: s,
951
+ checkCanDeleteComponent: o
952
+ };
1593
953
  }
1594
- const Ke = /* @__PURE__ */ M({
954
+ const qe = /* @__PURE__ */ M({
1595
955
  name: "FSplitterPaneDesign",
1596
- props: W,
956
+ props: A,
1597
957
  emits: [],
1598
958
  setup(t, e) {
1599
- var s;
1600
- const n = P(), o = R("design-item-context"), r = Ze(o.schema, (s = o.parent) == null ? void 0 : s.schema), d = I(n, o, r);
1601
- d.value.styles = "padding:0;box-shadow:none;", d.value.canNested = !1, d.value.canMove = !1, d.value.canDelete = !1, _(() => {
1602
- n.value.componentInstance = d;
1603
- }), e.expose(d.value);
1604
- const c = R("splitter"), {
1605
- useResizeHandleComposition: m
1606
- } = c, j = K(t, m), {
1607
- actualHeight: p,
1608
- actualWidth: i
1609
- } = j, l = P(t.position), u = S(() => {
1610
- const a = {
959
+ const n = g(), a = k("designer-host-service"), i = k("design-item-context"), s = We(i, a), o = Z(n, i, s);
960
+ o.value.styles = "padding:0;box-shadow:none;", o.value.canNested = !1, o.value.canMove = !1, o.value.canDelete = !1, q(() => {
961
+ n.value.componentInstance = o;
962
+ }), e.expose(o.value);
963
+ const f = k("splitter"), {
964
+ useResizeHandleComposition: v
965
+ } = f, l = J(t, v), {
966
+ actualHeight: c,
967
+ actualWidth: m
968
+ } = l, r = g(t.position), y = C(() => {
969
+ const p = {
1611
970
  "f-splitter-pane": !0,
1612
- "f-splitter-pane-column": l.value === "left" || l.value === "right",
1613
- "f-splitter-pane-row": l.value === "bottom" || l.value === "top",
1614
- "f-splitter-pane-main": l.value === "center",
971
+ "f-splitter-pane-main": r.value === "center",
972
+ "has-resize-bar": t.resizable,
1615
973
  "f-component-splitter-pane": !0,
1616
974
  "drag-container": !0
1617
975
  };
1618
- return H(a, t == null ? void 0 : t.customClass);
1619
- }), b = S(() => {
1620
- const a = {};
1621
- return (i.value && l.value === "left" || l.value === "right") && (a.width = `${i.value}px`), (p.value && l.value === "bottom" || l.value === "top") && (a.height = `${p.value}px`), B(a, t == null ? void 0 : t.customStyle);
1622
- });
1623
- return () => T("div", {
976
+ return p["f-splitter-pane-" + r.value] = !0, B(p, t == null ? void 0 : t.customClass);
977
+ }), d = C(() => t.resizeHandle ? t.resizeHandle.split(",").filter((p) => ["e", "n", "s", "w"].find((u) => u === p)) : []), P = C(() => {
978
+ const p = {};
979
+ return (m.value && r.value === "left" || r.value === "right" || d.value.find((u) => u === "e") || d.value.find((u) => u === "w")) && (p.width = `${m.value}px`), (c.value && r.value === "bottom" || r.value === "top" || d.value.find((u) => u === "s") || d.value.find((u) => u === "n")) && (p.height = `${c.value}px`), L(p, t == null ? void 0 : t.customStyle);
980
+ }), T = C(() => ({
981
+ "f-splitter-resize-bar": !0,
982
+ "f-splitter-resize-bar-e": r.value === "left",
983
+ "f-splitter-resize-bar-n": r.value === "bottom",
984
+ "f-splitter-resize-bar-s": r.value === "top",
985
+ "f-splitter-resize-bar-w": r.value === "right"
986
+ }));
987
+ function R() {
988
+ return d.value.length > 0 ? d.value.map((p) => w("span", {
989
+ class: "f-splitter-resize-bar f-splitter-resize-bar-" + p
990
+ }, null)) : w("span", {
991
+ class: T.value
992
+ }, null);
993
+ }
994
+ return () => w("div", {
1624
995
  ref: n,
1625
- "data-dragref": `${o.schema.id}-container`,
1626
- class: u.value,
1627
- style: b.value
1628
- }, [e.slots.default && e.slots.default()]);
996
+ "data-dragref": `${i.schema.id}-container`,
997
+ class: y.value,
998
+ style: P.value
999
+ }, [e.slots.default && e.slots.default(), t.resizable && R()]);
1629
1000
  }
1630
- }), nt = {
1001
+ }), _e = {
1631
1002
  install(t) {
1632
- t.component(N.name, N), t.component(k.name, k);
1003
+ t.component(H.name, H), t.component(j.name, j);
1633
1004
  },
1634
- register(t, e, n, o) {
1635
- t.splitter = N, e.splitter = q, t["splitter-pane"] = k, e["splitter-pane"] = X;
1005
+ register(t, e, n, a) {
1006
+ t.splitter = H, e.splitter = N, t["splitter-pane"] = j, e["splitter-pane"] = V;
1636
1007
  },
1637
1008
  registerDesigner(t, e, n) {
1638
- t.splitter = Qe, e.splitter = q, t["splitter-pane"] = Ke, e["splitter-pane"] = X;
1009
+ t.splitter = Ne, e.splitter = N, t["splitter-pane"] = qe, e["splitter-pane"] = V;
1639
1010
  }
1640
1011
  };
1641
1012
  export {
1642
- N as FSplitter,
1643
- k as FSplitterPane,
1644
- nt as default,
1645
- V as splitterProps,
1646
- q as splitterPropsResolver
1013
+ H as FSplitter,
1014
+ j as FSplitterPane,
1015
+ _e as default,
1016
+ F as splitterProps,
1017
+ N as splitterPropsResolver
1647
1018
  };