@farris/ui-vue 1.2.9 → 1.3.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 (287) hide show
  1. package/components/accordion/index.esm.js +64 -64
  2. package/components/accordion/index.umd.cjs +1 -1
  3. package/components/avatar/index.esm.js +521 -336
  4. package/components/avatar/index.umd.cjs +1 -1
  5. package/components/button-edit/index.css +1 -1
  6. package/components/button-edit/index.esm.js +99 -97
  7. package/components/button-edit/index.umd.cjs +1 -1
  8. package/components/calendar/index.esm.js +496 -504
  9. package/components/calendar/index.umd.cjs +1 -1
  10. package/components/capsule/index.esm.js +251 -259
  11. package/components/capsule/index.umd.cjs +1 -1
  12. package/components/checkbox/index.esm.js +696 -519
  13. package/components/checkbox/index.umd.cjs +1 -1
  14. package/components/color-picker/index.esm.js +368 -376
  15. package/components/color-picker/index.umd.cjs +2 -2
  16. package/components/combo-list/index.css +1 -0
  17. package/components/combo-list/index.esm.js +1141 -340
  18. package/components/combo-list/index.umd.cjs +1 -1
  19. package/components/combo-tree/index.esm.js +116 -116
  20. package/components/combo-tree/index.umd.cjs +1 -1
  21. package/components/common/index.esm.js +986 -798
  22. package/components/common/index.umd.cjs +1 -1
  23. package/components/component/index.esm.js +463 -998
  24. package/components/component/index.umd.cjs +1 -1
  25. package/components/condition/index.css +1 -0
  26. package/components/condition/index.esm.js +2233 -1057
  27. package/components/condition/index.umd.cjs +1 -1
  28. package/components/content-container/index.esm.js +335 -1002
  29. package/components/content-container/index.umd.cjs +1 -1
  30. package/components/data-grid/index.css +1 -1
  31. package/components/data-grid/index.esm.js +6193 -4702
  32. package/components/data-grid/index.umd.cjs +1 -1
  33. package/components/data-view/index.css +1 -0
  34. package/components/data-view/index.esm.js +4562 -3294
  35. package/components/data-view/index.umd.cjs +1 -1
  36. package/components/date-picker/index.css +1 -1
  37. package/components/date-picker/index.esm.js +3420 -2623
  38. package/components/date-picker/index.umd.cjs +1 -1
  39. package/components/designer-canvas/index.css +1 -1
  40. package/components/designer-canvas/index.esm.js +914 -883
  41. package/components/designer-canvas/index.umd.cjs +1 -1
  42. package/components/designer-outline/index.esm.js +14 -13
  43. package/components/designer-outline/index.umd.cjs +1 -1
  44. package/components/dropdown/index.esm.js +204 -212
  45. package/components/dropdown/index.umd.cjs +2 -2
  46. package/components/dynamic-form/index.css +1 -0
  47. package/components/dynamic-form/index.esm.js +2795 -1835
  48. package/components/dynamic-form/index.umd.cjs +1 -1
  49. package/components/dynamic-resolver/index.esm.js +180 -130
  50. package/components/dynamic-resolver/index.umd.cjs +1 -1
  51. package/components/dynamic-view/index.esm.js +303 -290
  52. package/components/dynamic-view/index.umd.cjs +1 -1
  53. package/components/events-editor/index.esm.js +328 -336
  54. package/components/events-editor/index.umd.cjs +1 -1
  55. package/components/expression-editor/index.esm.js +65 -65
  56. package/components/expression-editor/index.umd.cjs +1 -1
  57. package/components/external-container/index.css +1 -1
  58. package/components/external-container/index.esm.js +3349 -3626
  59. package/components/external-container/index.umd.cjs +1 -1
  60. package/components/field-selector/index.css +1 -1
  61. package/components/field-selector/index.esm.js +5344 -8588
  62. package/components/field-selector/index.umd.cjs +1 -1
  63. package/components/filter-bar/index.css +1 -1
  64. package/components/filter-bar/index.esm.js +2179 -2227
  65. package/components/filter-bar/index.umd.cjs +1 -1
  66. package/components/flow-canvas/index.css +1 -1
  67. package/components/flow-canvas/index.esm.js +684 -675
  68. package/components/flow-canvas/index.umd.cjs +1 -1
  69. package/components/image-cropper/index.esm.js +482 -490
  70. package/components/image-cropper/index.umd.cjs +1 -1
  71. package/components/input-group/index.esm.js +746 -569
  72. package/components/input-group/index.umd.cjs +1 -1
  73. package/components/layout/index.esm.js +409 -385
  74. package/components/layout/index.umd.cjs +1 -1
  75. package/components/list-nav/index.esm.js +348 -1019
  76. package/components/list-nav/index.umd.cjs +1 -1
  77. package/components/list-view/index.css +1 -1
  78. package/components/list-view/index.esm.js +3606 -2388
  79. package/components/list-view/index.umd.cjs +1 -1
  80. package/components/lookup/index.css +1 -1
  81. package/components/lookup/index.esm.js +10871 -8970
  82. package/components/lookup/index.umd.cjs +1 -1
  83. package/components/mapping-editor/index.css +1 -1
  84. package/components/mapping-editor/index.esm.js +6019 -5631
  85. package/components/mapping-editor/index.umd.cjs +1 -1
  86. package/components/message-box/index.css +1 -1
  87. package/components/message-box/index.esm.js +511 -471
  88. package/components/message-box/index.umd.cjs +1 -1
  89. package/components/modal/index.css +1 -1
  90. package/components/modal/index.esm.js +438 -398
  91. package/components/modal/index.umd.cjs +1 -1
  92. package/components/nav/index.esm.js +912 -1281
  93. package/components/nav/index.umd.cjs +3 -3
  94. package/components/notify/index.esm.js +59 -53
  95. package/components/notify/index.umd.cjs +1 -1
  96. package/components/number-range/index.esm.js +660 -484
  97. package/components/number-range/index.umd.cjs +1 -1
  98. package/components/number-spinner/index.esm.js +682 -506
  99. package/components/number-spinner/index.umd.cjs +1 -1
  100. package/components/order/index.css +1 -1
  101. package/components/order/index.esm.js +1848 -1658
  102. package/components/order/index.umd.cjs +1 -1
  103. package/components/page-footer/index.esm.js +100 -100
  104. package/components/page-footer/index.umd.cjs +1 -1
  105. package/components/page-header/index.esm.js +1120 -1923
  106. package/components/page-header/index.umd.cjs +1 -1
  107. package/components/pagination/index.esm.js +875 -1214
  108. package/components/pagination/index.umd.cjs +1 -1
  109. package/components/popover/index.esm.js +71 -70
  110. package/components/popover/index.umd.cjs +1 -1
  111. package/components/progress/index.esm.js +229 -237
  112. package/components/progress/index.umd.cjs +3 -3
  113. package/components/property-editor/index.css +1 -1
  114. package/components/property-editor/index.esm.js +2314 -1521
  115. package/components/property-editor/index.umd.cjs +3 -3
  116. package/components/property-panel/index.esm.js +867 -868
  117. package/components/property-panel/index.umd.cjs +1 -1
  118. package/components/query-solution/index.css +1 -1
  119. package/components/query-solution/index.esm.js +4332 -3623
  120. package/components/query-solution/index.umd.cjs +1 -1
  121. package/components/radio-button/index.esm.js +72 -72
  122. package/components/radio-button/index.umd.cjs +1 -1
  123. package/components/radio-group/index.esm.js +613 -437
  124. package/components/radio-group/index.umd.cjs +1 -1
  125. package/components/rate/index.esm.js +255 -263
  126. package/components/rate/index.umd.cjs +1 -1
  127. package/components/response-layout/index.esm.js +144 -152
  128. package/components/response-layout/index.umd.cjs +1 -1
  129. package/components/response-layout-editor/index.css +1 -1
  130. package/components/response-layout-editor/index.esm.js +1101 -1038
  131. package/components/response-layout-editor/index.umd.cjs +1 -1
  132. package/components/response-toolbar/index.esm.js +935 -1750
  133. package/components/response-toolbar/index.umd.cjs +1 -1
  134. package/components/schema-selector/index.css +1 -1
  135. package/components/schema-selector/index.esm.js +5264 -5677
  136. package/components/schema-selector/index.umd.cjs +2 -2
  137. package/components/search-box/index.esm.js +151 -154
  138. package/components/search-box/index.umd.cjs +1 -1
  139. package/components/section/index.esm.js +438 -1125
  140. package/components/section/index.umd.cjs +1 -1
  141. package/components/smoke-detector/index.esm.js +93 -101
  142. package/components/smoke-detector/index.umd.cjs +1 -1
  143. package/components/splitter/index.esm.js +563 -1202
  144. package/components/splitter/index.umd.cjs +1 -1
  145. package/components/splitter/style.js +2 -0
  146. package/components/step/index.esm.js +248 -256
  147. package/components/step/index.umd.cjs +1 -1
  148. package/components/switch/index.esm.js +549 -373
  149. package/components/switch/index.umd.cjs +1 -1
  150. package/components/tabs/index.css +1 -1
  151. package/components/tabs/index.esm.js +2436 -3110
  152. package/components/tabs/index.umd.cjs +1 -1
  153. package/components/tags/index.esm.js +328 -336
  154. package/components/tags/index.umd.cjs +1 -1
  155. package/components/text/index.esm.js +339 -347
  156. package/components/text/index.umd.cjs +1 -1
  157. package/components/textarea/index.esm.js +554 -378
  158. package/components/textarea/index.umd.cjs +1 -1
  159. package/components/time-picker/index.css +1 -1
  160. package/components/time-picker/index.esm.js +1322 -1144
  161. package/components/time-picker/index.umd.cjs +1 -1
  162. package/components/transfer/index.css +1 -1
  163. package/components/transfer/index.esm.js +537 -543
  164. package/components/transfer/index.umd.cjs +1 -1
  165. package/components/tree-grid/index.css +1 -1
  166. package/components/tree-grid/index.esm.js +5113 -9426
  167. package/components/tree-grid/index.umd.cjs +1 -1
  168. package/components/tree-view/index.css +1 -0
  169. package/components/tree-view/index.esm.js +3900 -2677
  170. package/components/tree-view/index.umd.cjs +1 -1
  171. package/components/uploader/index.esm.js +568 -570
  172. package/components/uploader/index.umd.cjs +2 -2
  173. package/components/verify-detail/index.esm.js +266 -274
  174. package/components/verify-detail/index.umd.cjs +1 -1
  175. package/components/video/index.esm.js +553 -1052
  176. package/components/video/index.umd.cjs +1 -1
  177. package/components/weather/index.esm.js +558 -566
  178. package/components/weather/index.umd.cjs +5 -5
  179. package/farris.all.esm.js +22009 -22688
  180. package/farris.all.umd.cjs +9 -9
  181. package/index.css +1 -1
  182. package/package.json +1 -1
  183. package/types/capsule/src/capsule.props.d.ts +2 -2
  184. package/types/combo-list/src/components/list-container.component.d.ts +0 -3
  185. package/types/combo-list/src/components/list-container.props.d.ts +0 -4
  186. package/types/common/directive/area-response.d.ts +10 -0
  187. package/types/common/index.d.ts +9 -0
  188. package/types/common/radio-checkbox/radio-checkbox.props.d.ts +1 -0
  189. package/types/common/types.d.ts +1 -1
  190. package/types/common/utils/encrypt.d.ts +2 -0
  191. package/types/common/utils/resolve-field.d.ts +2 -0
  192. package/types/common/utils/use-class.d.ts +7 -0
  193. package/types/component/src/component.props.d.ts +7 -0
  194. package/types/component/src/designer/use-designer-rules.d.ts +2 -2
  195. package/types/component/src/property-config/component.property-config.d.ts +9 -0
  196. package/types/components.d.ts +1 -0
  197. package/types/condition/src/types.d.ts +2 -1
  198. package/types/content-container/src/designer/use-designer-rules.d.ts +3 -3
  199. package/types/data-grid/index.d.ts +11 -5
  200. package/types/data-grid/src/data-grid.component.d.ts +4 -2
  201. package/types/data-grid/src/data-grid.props.d.ts +1 -0
  202. package/types/data-grid/src/designer/data-grid.design.component.d.ts +2 -2
  203. package/types/data-grid/src/designer/use-designer-rules.d.ts +2 -2
  204. package/types/data-view/components/row/hierarchy-row.component.d.ts +2 -2
  205. package/types/data-view/composition/data/use-tree-data.d.ts +1 -1
  206. package/types/data-view/composition/types.d.ts +19 -4
  207. package/types/data-view/composition/visualization/use-virtual-scroll.d.ts +0 -15
  208. package/types/designer-canvas/index.d.ts +2 -1
  209. package/types/designer-canvas/src/composition/dg-control.d.ts +5 -0
  210. package/types/designer-canvas/src/composition/rule/use-dragula-common-rule.d.ts +4 -0
  211. package/types/designer-canvas/src/composition/rule/use-template-rule.d.ts +30 -0
  212. package/types/designer-canvas/src/composition/types.d.ts +2 -3
  213. package/types/designer-canvas/src/types.d.ts +2 -1
  214. package/types/dynamic-form/src/composition/use-response-form-layout-setting.d.ts +2 -0
  215. package/types/dynamic-form/src/designer/response-form-layout-setting.component.d.ts +8 -0
  216. package/types/dynamic-form/src/designer/response-form-layout-setting.props.d.ts +4 -0
  217. package/types/dynamic-form/src/designer/response-form.design.component.d.ts +7 -1
  218. package/types/dynamic-form/src/designer/use-designer-rules.d.ts +1 -1
  219. package/types/dynamic-form/src/property-config/form.property-config.d.ts +9 -0
  220. package/types/dynamic-form/src/schema/schema-mapper.d.ts +1 -0
  221. package/types/dynamic-form/src/schema/schema-resolver.d.ts +1 -0
  222. package/types/dynamic-form/src/types.d.ts +12 -1
  223. package/types/dynamic-resolver/index.d.ts +1 -0
  224. package/types/dynamic-resolver/src/common/toolbar-resolver.d.ts +1 -1
  225. package/types/dynamic-resolver/src/event-handler-resolver.d.ts +4 -0
  226. package/types/dynamic-resolver/src/types.d.ts +9 -0
  227. package/types/dynamic-view/index.d.ts +1 -0
  228. package/types/dynamic-view/src/event-dispatcher.d.ts +1 -1
  229. package/types/external-container/src/designer/use-designer-rules.d.ts +3 -3
  230. package/types/index.d.ts +2 -0
  231. package/types/layout/src/designer/layout-pane-use-designer-rules.d.ts +3 -3
  232. package/types/list-nav/src/designer/use-designer-rules.d.ts +3 -0
  233. package/types/lookup/src/components/favorite/lookup-favorite.component.d.ts +29 -0
  234. package/types/lookup/src/components/favorite/lookup-favorite.props.d.ts +15 -0
  235. package/types/lookup/src/components/modal-container.component.d.ts +25 -0
  236. package/types/lookup/src/components/modal-container.props.d.ts +29 -0
  237. package/types/lookup/src/composition/types.d.ts +8 -0
  238. package/types/lookup/src/composition/use-check-props.d.ts +9 -2
  239. package/types/lookup/src/composition/use-dialog.d.ts +5 -1
  240. package/types/lookup/src/composition/use-favorite.d.ts +12 -0
  241. package/types/lookup/src/composition/use-http.d.ts +9 -5
  242. package/types/lookup/src/composition/use-input-change.d.ts +3 -0
  243. package/types/lookup/src/composition/use-user-data.d.ts +24 -0
  244. package/types/lookup/src/property-config/lookup.property-config.d.ts +6 -4
  245. package/types/mapping-editor/src/mapping-editor.component.d.ts +3 -0
  246. package/types/mapping-editor/src/mapping-editor.props.d.ts +0 -1
  247. package/types/modal/src/composition/use-draggable.d.ts +2 -1
  248. package/types/modal/src/composition/use-shortcut.d.ts +6 -0
  249. package/types/modal/src/modal.component.d.ts +3 -0
  250. package/types/modal/src/modal.props.d.ts +4 -0
  251. package/types/page-header/src/page-header.props.d.ts +1 -0
  252. package/types/pagination/src/components/buttons/goto-buttons.component.d.ts +2 -2
  253. package/types/pagination/src/components/buttons/next-buttons.component.d.ts +2 -2
  254. package/types/pagination/src/components/buttons/previous-buttons.component.d.ts +2 -2
  255. package/types/pagination/src/components/pages/page-list.component.d.ts +2 -2
  256. package/types/pagination/src/components/pages/page-number.component.d.ts +2 -2
  257. package/types/property-panel/index.d.ts +2 -1
  258. package/types/property-panel/src/composition/entity/base-property.d.ts +8 -0
  259. package/types/property-panel/src/composition/entity/input-base-property.d.ts +20 -1
  260. package/types/query-solution/src/designer/query-solution-config/composition/types.d.ts +34 -27
  261. package/types/query-solution/src/designer/query-solution-config/composition/use-panel.d.ts +2 -16
  262. package/types/{data-grid/src/designer/use-group-column.d.ts → query-solution/src/designer/query-solution-config/composition/use-property.d.ts} +4 -5
  263. package/types/query-solution/src/designer/query-solution-config/composition/use-querysolution-rules.d.ts +3 -0
  264. package/types/query-solution/src/designer/query-solution-config/composition/use-transfer.d.ts +1 -1
  265. package/types/query-solution/src/property-config/query-solution.property-config.d.ts +60 -0
  266. package/types/query-solution/src/solutions.d.ts +108 -509
  267. package/types/response-layout-editor/index.d.ts +3 -1
  268. package/types/response-layout-editor/src/composition/converter/use-response-layout-editor-setting.d.ts +2 -0
  269. package/types/response-layout-editor/src/type.d.ts +21 -0
  270. package/types/response-toolbar/src/designer/use-designer-rules.d.ts +3 -3
  271. package/types/response-toolbar/src/property-config/response-toolbar-item.property-config.d.ts +1 -0
  272. package/types/section/src/designer/use-designer-rules.d.ts +3 -3
  273. package/types/splitter/src/components/splitter-pane.component.d.ts +1 -1
  274. package/types/splitter/src/designer/splitter-pane-use-designer-rules.d.ts +3 -3
  275. package/types/splitter/src/designer/splitter-use-designer-rules.d.ts +3 -3
  276. package/types/tabs/src/designer/tab-page-use-designer-rules.d.ts +3 -3
  277. package/types/tabs/src/designer/tab-use-designer-rules.d.ts +3 -3
  278. package/types/tabs/src/tabs.props.d.ts +1 -0
  279. package/types/tree-grid/index.d.ts +8 -2
  280. package/types/tree-grid/src/tree-grid.component.d.ts +3 -1
  281. package/types/designer-canvas/src/composition/rule/use-drag-drop-rules.d.ts +0 -19
  282. package/types/designer-canvas/src/composition/use-dragula-common-rule.d.ts +0 -4
  283. package/types/list-nav/src/composition/use-designer-rules.d.ts +0 -3
  284. package/types/modal/src/composition/use-esc.d.ts +0 -1
  285. package/types/query-solution/src/designer/query-solution-config/composition/mock-data.d.ts +0 -6
  286. package/types/response-layout-editor/src/composition/converter/response-layout-editor.converter.d.ts +0 -3
  287. package/types/response-layout-editor/src/composition/converter/use-convert-property-value.d.ts +0 -20
@@ -1,128 +1,167 @@
1
- import { ref as P, computed as S, defineComponent as M, provide as X, createVNode as T, inject as R, onMounted as Y } from "vue";
2
- import { cloneDeep as ee } from "lodash-es";
1
+ import { ref as C, computed as P, defineComponent as k, provide as W, createVNode as w, inject as O, onMounted as q } from "vue";
2
+ import { isPlainObject as $, cloneDeep as I } from "lodash-es";
3
3
  import "bignumber.js";
4
- const _ = {}, J = {};
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]) : ee(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), o = Object.keys(e).reduce((s, d) => ((!i || !a.find((h) => h == d)) && (s[d] = e[d].type === "object" && e[d].properties ? E(e[d]) : I(e[d].default)), s), {});
7
+ return n && (!i || !a.find((s) => s == "id")) && (o.id = `${n}-${Date.now()}`), o;
8
8
  }
9
- function $(t, e = {}, n) {
10
- const o = _[t];
11
- if (o) {
12
- let r = L(o);
13
- const d = J[t];
14
- return r = d ? d({ getSchemaByType: $ }, r, e, n) : r, r;
9
+ function Y(t, e = {}, n) {
10
+ const a = G[t];
11
+ if (a) {
12
+ let i = E(a);
13
+ const o = X[t];
14
+ return i = o ? o({ getSchemaByType: Y }, i, e, n) : i, i;
15
15
  }
16
16
  return null;
17
17
  }
18
- function te(t, e) {
19
- const n = L(e);
20
- return Object.keys(t).reduce((o, r) => (o[r] && typeof o[r] == "object" ? Object.assign(o[r], t[r]) : o[r] = t[r], o), n), n;
18
+ function ee(t, e) {
19
+ const n = E(e);
20
+ return Object.keys(t).reduce((a, i) => (a[i] && $(a[i]) && $(t[i]) ? Object.assign(a[i], t[i]) : a[i] = t[i], a), n), n;
21
21
  }
22
- function ne(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];
22
+ function te(t, e) {
23
+ return Object.keys(t).filter((a) => t[a] != null).reduce((a, i) => {
24
+ if (e.has(i)) {
25
+ const o = e.get(i);
26
+ if (typeof o == "string")
27
+ a[o] = t[i];
28
28
  else {
29
- const c = d(r, t[r], t);
30
- Object.assign(o, c);
29
+ const s = o(i, t[i], t);
30
+ Object.assign(a, s);
31
31
  }
32
32
  } else
33
- o[r] = t[r];
34
- return o;
33
+ a[i] = t[i];
34
+ return a;
35
35
  }, {});
36
36
  }
37
- function oe(t, e, n = /* @__PURE__ */ new Map()) {
38
- const o = te(t, e);
39
- return ne(o, n);
37
+ function ne(t, e, n = /* @__PURE__ */ new Map()) {
38
+ const a = ee(t, e);
39
+ return te(a, n);
40
40
  }
41
- function se(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);
41
+ function ae(t = {}) {
42
+ function e(l, c, m, r) {
43
+ if (typeof m == "number")
44
+ return r[l].length === m;
45
+ if (typeof m == "object") {
46
+ const p = Object.keys(m)[0], y = m[p];
47
+ if (p === "not")
48
+ return Number(r[l].length) !== Number(y);
49
+ if (p === "moreThan")
50
+ return Number(r[l].length) >= Number(y);
51
+ if (p === "lessThan")
52
+ return Number(r[l].length) <= Number(y);
53
53
  }
54
54
  return !1;
55
55
  }
56
- function n(p, i, l, u) {
57
- return u[p] && u[p].propertyValue && String(u[p].propertyValue.value) === String(l);
56
+ function n(l, c, m, r) {
57
+ return r[l] && r[l].propertyValue && String(r[l].propertyValue.value) === String(m);
58
58
  }
59
- const o = /* @__PURE__ */ new Map([
59
+ const a = /* @__PURE__ */ new Map([
60
60
  ["length", e],
61
61
  ["getProperty", n]
62
62
  ]);
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 };
63
+ Object.keys(t).reduce((l, c) => (l.set(c, t[c]), l), a);
64
+ function i(l, c) {
65
+ const m = l;
66
+ 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) => {
67
+ if (r === "length")
68
+ return { target: m, operator: "length", param: null, value: c[r] };
69
+ const p = r, y = c[r];
70
+ return { target: m, operator: "getProperty", param: p, value: y };
71
71
  }) : [];
72
72
  }
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;
73
+ function o(l) {
74
+ return Object.keys(l).reduce((m, r) => {
75
+ const p = i(r, l[r]);
76
+ return m.push(...p), m;
77
77
  }, []);
78
78
  }
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;
79
+ function s(l, c) {
80
+ if (a.has(l.operator)) {
81
+ const m = a.get(l.operator);
82
+ return m && m(l.target, l.param, l.value, c) || !1;
83
83
  }
84
84
  return !1;
85
85
  }
86
- function m(p, i) {
87
- return d(p).reduce((b, s) => b && c(s, i), !0);
86
+ function d(l, c) {
87
+ return o(l).reduce((p, y) => p && s(y, c), !0);
88
88
  }
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);
89
+ function h(l, c) {
90
+ const m = Object.keys(l), r = m.includes("allOf"), p = m.includes("anyOf"), y = r || p, S = (y ? l[y ? r ? "allOf" : "anyOf" : "allOf"] : [l]).map((f) => d(f, c));
91
+ return r ? !S.includes(!1) : S.includes(!0);
92
92
  }
93
- return { parseValueSchema: j };
93
+ return { parseValueSchema: h };
94
94
  }
95
- const re = {}, ie = {};
96
- se();
97
- function G(t, e, n = /* @__PURE__ */ new Map(), o = (c, m, j) => m, r = {}, d = (c) => c) {
98
- return _[e.title] = e, J[e.title] = o, re[e.title] = r, ie[e.title] = d, (c = {}) => {
99
- const m = oe(c, e, n), j = Object.keys(t).reduce((p, i) => (p[i] = t[i].default, p), {});
100
- return Object.assign(j, m);
95
+ const L = {
96
+ button: { type: "button", name: "按钮", icon: "Button" },
97
+ "response-toolbar": { type: "response-toolbar", name: "工具栏", icon: "ButtonGroup" },
98
+ "response-toolbar-item": { type: "response-toolbar-item", name: "按钮", icon: "Button" },
99
+ "content-container": { type: "content-container", name: "容器", icon: "ContentContainer" },
100
+ "input-group": { type: "input-group", name: "文本", icon: "TextBox" },
101
+ textarea: { type: "textarea", name: "多行文本", icon: "MultiTextBox" },
102
+ lookup: { type: "lookup", name: "帮助", icon: "LookupEdit" },
103
+ "number-spinner": { type: "number-spinner", name: "数值", icon: "NumericBox" },
104
+ "date-picker": { type: "date-picker", name: "日期", icon: "DateBox" },
105
+ switch: { type: "switch", name: "开关", icon: "SwitchField" },
106
+ "radio-group": { type: "radio-group", name: "单选组", icon: "RadioGroup" },
107
+ "check-box": { type: "check-box", name: "复选框", icon: "CheckBox" },
108
+ "check-group": { type: "check-group", name: "复选框组", icon: "CheckGroup" },
109
+ "combo-list": { type: "combo-list", name: "下拉列表", icon: "EnumField" },
110
+ "response-form": { type: "response-form", name: "卡片面板", icon: "Form" },
111
+ "response-layout": { type: "response-layout", name: "布局容器", icon: "ResponseLayout3" },
112
+ "response-layout-item": { type: "response-layout-item", name: "布局", icon: "ResponseLayout1" },
113
+ "tree-grid": { type: "tree-grid", name: "树表格", icon: "TreeGrid" },
114
+ "tree-grid-column": { type: "tree-grid-column", name: "树表格列" },
115
+ "data-grid": { type: "data-grid", name: "表格", icon: "DataGrid" },
116
+ "data-grid-column": { type: "data-grid-column", name: "表格列" },
117
+ module: { type: "Module", name: "模块", icon: "Module" },
118
+ component: { type: "component", name: "组件", icon: "Component" },
119
+ tabs: { type: "tabs", name: "标签页", icon: "Tab" },
120
+ "tab-page": { type: "tab-page", name: "标签页项", dependentParentControl: "Tab" },
121
+ "tab-toolbar-item": { type: "tab-toolbar-item", name: "标签页工具栏按钮", icon: "Button" },
122
+ "time-picker": { type: "time-picker", name: "时间选择", icon: "TimePicker" },
123
+ section: { type: "section", name: "分组面板", icon: "Section" },
124
+ "section-toolbar": { type: "section-toolbar", name: "分组面板工具栏" },
125
+ "section-toolbar-item": { type: "section-toolbar-item", name: "分组面板按钮" },
126
+ splitter: { type: "splitter", name: "分栏面板", icon: "Splitter" },
127
+ "splitter-pane": { type: "splitter-pane", name: "分栏面板项", dependentParentControl: "Splitter" },
128
+ "component-ref": { type: "component-ref", name: "组件引用节点" },
129
+ uploader: { type: "uploader", name: "附件上传", icon: "FileUpload" },
130
+ "page-header": { type: "page-header", name: "页头", icon: "Header" },
131
+ "page-footer": { type: "page-footer", name: "页脚", icon: "ModalFooter" },
132
+ "tab-toolbar": { type: "tab-toolbar", name: "标签页工具栏", icon: "TabToolbar" },
133
+ fieldset: { type: "fieldset", name: "分组", icon: "fieldset" }
134
+ }, ie = {}, se = {};
135
+ ae();
136
+ function U(t, e, n = /* @__PURE__ */ new Map(), a = (s, d, h) => d, i = {}, o = (s) => s) {
137
+ return G[e.title] = e, X[e.title] = a, ie[e.title] = i, se[e.title] = o, (s = {}) => {
138
+ const d = ne(s, e, n), h = Object.keys(t).reduce((l, c) => (l[c] = t[c].default, l), {});
139
+ return Object.assign(h, d);
101
140
  };
102
141
  }
103
- function Q(t, e) {
142
+ function _(t, e) {
104
143
  return { customClass: e.class, customStyle: e.style };
105
144
  }
106
- const ae = /* @__PURE__ */ new Map([
107
- ["appearance", Q]
145
+ const oe = /* @__PURE__ */ new Map([
146
+ ["appearance", _]
108
147
  ]);
109
- function ce(t, e, n) {
110
- const o = t.getSchemaByType("splitter-pane");
111
- return o.appearance = {
148
+ function re(t, e, n) {
149
+ const a = t.getSchemaByType("splitter-pane");
150
+ return a.appearance = {
112
151
  class: "f-col-w6 f-page-content-nav"
113
- }, o.position = "left", e.contents.unshift(o), e;
152
+ }, a.position = "left", e.contents.unshift(a), e;
114
153
  }
115
154
  function le(t, e, n) {
116
- const o = t.getSchemaByType("splitter-pane");
117
- return o.appearance = {
155
+ const a = t.getSchemaByType("splitter-pane");
156
+ return a.appearance = {
118
157
  class: "f-page-content-main"
119
- }, o.position = "main", e.contents.push(o), e;
158
+ }, a.position = "main", e.contents.push(a), e;
120
159
  }
121
- function pe(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" }), ce(t, e), le(t, e), e;
160
+ function ce(t, e, n) {
161
+ const a = n.parentComponentInstance;
162
+ 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
163
  }
125
- const ue = "https://json-schema.org/draft/2020-12/schema", fe = "https://farris-design.gitee.io/splitter.schema.json", de = "splitter", ye = "A Farris Container Component", be = "object", me = {
164
+ const ue = "https://json-schema.org/draft/2020-12/schema", pe = "https://farris-design.gitee.io/splitter.schema.json", fe = "splitter", me = "A Farris Container Component", de = "object", ye = {
126
165
  id: {
127
166
  description: "The unique identifier for a splitter",
128
167
  type: "string"
@@ -153,7 +192,7 @@ const ue = "https://json-schema.org/draft/2020-12/schema", fe = "https://farris-
153
192
  direction: {
154
193
  description: "",
155
194
  type: "string",
156
- default: "column",
195
+ default: "row",
157
196
  enum: [
158
197
  "column",
159
198
  "row"
@@ -161,12 +200,12 @@ const ue = "https://json-schema.org/draft/2020-12/schema", fe = "https://farris-
161
200
  }
162
201
  }, he = {
163
202
  $schema: ue,
164
- $id: fe,
165
- title: de,
166
- description: ye,
167
- type: be,
168
- properties: me
169
- }, ge = "splitter", ve = "A Farris Container Component", je = "object", Ce = {
203
+ $id: pe,
204
+ title: fe,
205
+ description: me,
206
+ type: de,
207
+ properties: ye
208
+ }, ve = "splitter", be = "A Farris Container Component", ge = "object", Ce = {
170
209
  basic: {
171
210
  description: "Basic Infomation",
172
211
  title: "基本信息",
@@ -208,136 +247,125 @@ const ue = "https://json-schema.org/draft/2020-12/schema", fe = "https://farris-
208
247
  title: "style样式"
209
248
  }
210
249
  }
211
- },
212
- behavior: {
213
- description: "",
214
- title: "行为",
215
- properties: {
216
- visible: {
217
- description: "运行时组件是否可见",
218
- type: "boolean",
219
- title: "是否可见"
220
- }
221
- }
222
250
  }
223
- }, Pe = {
224
- title: ge,
225
- description: ve,
226
- type: je,
251
+ }, ze = {
252
+ title: ve,
253
+ description: be,
254
+ type: ge,
227
255
  categories: Ce
228
- }, V = {
256
+ }, A = {
229
257
  customStyle: { type: String, default: "" },
230
258
  customClass: { type: String, default: "" },
231
- direction: { Type: String, default: "column" }
232
- }, x = G(V, he, ae, pe, Pe);
233
- function U(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"
259
+ direction: { Type: String, default: "row" }
260
+ }, N = U(A, he, oe, ce, ze);
261
+ function J(t) {
262
+ const e = C(-1), n = C(-1), a = C(0), i = C(0), o = C(!1), s = C(!1), d = P(() => ({
263
+ display: o.value ? "block" : "none",
264
+ left: `${a.value}px`
265
+ })), h = P(() => ({
266
+ display: s.value ? "block" : "none",
267
+ top: `${i.value}px`
268
+ })), l = P(() => ({
269
+ display: s.value || o.value ? "block" : "none"
242
270
  }));
243
- function i(u) {
244
- const b = t.value;
245
- if (b) {
246
- const { left: s } = b.getBoundingClientRect();
247
- o.value = u.clientX - s;
271
+ function c(r) {
272
+ const p = t.value;
273
+ if (p) {
274
+ const { left: y } = p.getBoundingClientRect();
275
+ a.value = r.clientX - y;
248
276
  }
249
277
  }
250
- function l(u) {
251
- const b = t.value;
252
- if (b) {
253
- const { top: s } = b.getBoundingClientRect();
254
- r.value = u.clientY - s;
278
+ function m(r) {
279
+ const p = t.value;
280
+ if (p) {
281
+ const { top: y } = p.getBoundingClientRect();
282
+ i.value = r.clientY - y;
255
283
  }
256
284
  }
257
285
  return {
258
- horizontalResizeHandleStyle: m,
259
- verticalResizeHandleStyle: j,
260
- resizeOverlayStyle: p,
261
- showHorizontalResizeHandle: d,
262
- showVerticalResizeHandle: c,
286
+ horizontalResizeHandleStyle: d,
287
+ verticalResizeHandleStyle: h,
288
+ resizeOverlayStyle: l,
289
+ showHorizontalResizeHandle: o,
290
+ showVerticalResizeHandle: s,
263
291
  horizontalResizeBarPosition: e,
264
292
  verticalResizeBarPosition: n,
265
- verticalResizeHandleOffset: r,
266
- horizontalResizeHandleOffset: o,
267
- draggingHorizontalResizeHandle: i,
268
- draggingVerticalResizeHandle: l
293
+ verticalResizeHandleOffset: i,
294
+ horizontalResizeHandleOffset: a,
295
+ draggingHorizontalResizeHandle: c,
296
+ draggingVerticalResizeHandle: m
269
297
  };
270
298
  }
271
- const we = ["moz", "ms", "webkit"];
272
- function ze() {
299
+ const Pe = ["moz", "ms", "webkit"];
300
+ function we() {
273
301
  let t = 0;
274
302
  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;
303
+ const n = (/* @__PURE__ */ new Date()).getTime(), a = Math.max(0, 16 - (n - t)), i = setTimeout(() => {
304
+ e(n + a);
305
+ }, a);
306
+ return t = n + a, i;
279
307
  };
280
308
  }
281
- function Oe() {
309
+ function Se() {
282
310
  if (typeof window > "u")
283
311
  return () => 0;
284
312
  if (window.requestAnimationFrame)
285
313
  return window.requestAnimationFrame.bind(window);
286
- const t = we.filter((e) => `${e}RequestAnimationFrame` in window)[0];
287
- return t ? window[`${t}RequestAnimationFrame`] : ze();
288
- }
289
- Oe();
290
- function H(t, e) {
291
- return ((e == null ? void 0 : e.split(" ")) || []).reduce((o, r) => (r && (o[r] = !0), o), t), t;
314
+ const t = Pe.filter((e) => `${e}RequestAnimationFrame` in window)[0];
315
+ return t ? window[`${t}RequestAnimationFrame`] : we();
292
316
  }
317
+ Se();
293
318
  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];
319
+ return ((e == null ? void 0 : e.split(" ")) || []).reduce((a, i) => (i && (a[i] = !0), a), t), t;
320
+ }
321
+ function M(t, e) {
322
+ return ((e == null ? void 0 : e.split(";")) || []).reduce((a, i) => {
323
+ if (i) {
324
+ const o = i.split(":");
325
+ a[o[0]] = o[1];
298
326
  }
299
- return o;
327
+ return a;
300
328
  }, t), t;
301
329
  }
302
- const N = /* @__PURE__ */ M({
330
+ const j = /* @__PURE__ */ k({
303
331
  name: "FSplitter",
304
- props: V,
332
+ props: A,
305
333
  emits: [],
306
334
  setup(t, e) {
307
- const n = P(), o = U(n), {
308
- horizontalResizeHandleStyle: r,
309
- verticalResizeHandleStyle: d,
310
- resizeOverlayStyle: c
311
- } = o;
312
- X("splitter", {
313
- useResizeHandleComposition: o
335
+ const n = C(), a = J(n), {
336
+ horizontalResizeHandleStyle: i,
337
+ verticalResizeHandleStyle: o,
338
+ resizeOverlayStyle: s
339
+ } = a;
340
+ W("splitter", {
341
+ useResizeHandleComposition: a
314
342
  });
315
- const m = S(() => H({
343
+ const d = P(() => B({
316
344
  "f-splitter": !0
317
- }, t == null ? void 0 : t.customClass)), j = S(() => {
318
- const p = {
319
- "flex-direction": t.direction === "row" ? "column" : "row"
345
+ }, t == null ? void 0 : t.customClass)), h = P(() => {
346
+ const l = {
347
+ "flex-direction": t.direction === "row" ? "row" : "column"
320
348
  };
321
- return B(p, t == null ? void 0 : t.customStyle);
349
+ return M(l, t == null ? void 0 : t.customStyle);
322
350
  });
323
- return () => T("div", {
324
- class: m.value,
351
+ return () => w("div", {
352
+ class: d.value,
325
353
  ref: n,
326
- style: j.value
327
- }, [e.slots.default && e.slots.default(), T("div", {
354
+ style: h.value
355
+ }, [e.slots.default && e.slots.default(), w("div", {
328
356
  class: "f-splitter-resize-overlay",
329
- style: c.value
330
- }, null), T("div", {
357
+ style: s.value
358
+ }, null), w("div", {
331
359
  class: "f-splitter-horizontal-resize-proxy",
332
- style: r.value
333
- }, null), T("div", {
360
+ style: i.value
361
+ }, null), w("div", {
334
362
  class: "f-splitter-vertical-resize-proxy",
335
- style: d.value
363
+ style: o.value
336
364
  }, null)]);
337
365
  }
338
- }), Ae = /* @__PURE__ */ new Map([
339
- ["appearance", Q]
340
- ]), Se = "https://json-schema.org/draft/2020-12/schema", Te = "https://farris-design.gitee.io/splitter-pane.schema.json", Ee = "splitter-pane", $e = "A Farris Container Component", De = "object", Re = {
366
+ }), Re = /* @__PURE__ */ new Map([
367
+ ["appearance", _]
368
+ ]), De = "https://json-schema.org/draft/2020-12/schema", Te = "https://farris-design.gitee.io/splitter-pane.schema.json", Le = "splitter-pane", Oe = "A Farris Container Component", ke = "object", Be = {
341
369
  id: {
342
370
  description: "The unique identifier for a splitter",
343
371
  type: "string"
@@ -403,10 +431,10 @@ const N = /* @__PURE__ */ M({
403
431
  "bottom"
404
432
  ]
405
433
  },
406
- resizeable: {
434
+ resizable: {
407
435
  description: "",
408
436
  type: "boolean",
409
- default: !0
437
+ default: !1
410
438
  },
411
439
  visible: {
412
440
  description: "",
@@ -414,13 +442,13 @@ const N = /* @__PURE__ */ M({
414
442
  default: !0
415
443
  }
416
444
  }, Me = {
417
- $schema: Se,
445
+ $schema: De,
418
446
  $id: Te,
419
- title: Ee,
420
- description: $e,
421
- type: De,
422
- properties: Re
423
- }, He = "splitter-pane", Be = "A Farris Container Component", Ne = "object", ke = {
447
+ title: Le,
448
+ description: Oe,
449
+ type: ke,
450
+ properties: Be
451
+ }, je = "splitter-pane", He = "A Farris Container Component", Ee = "object", Ae = {
424
452
  basic: {
425
453
  description: "Basic Infomation",
426
454
  title: "基本信息",
@@ -436,8 +464,15 @@ const N = /* @__PURE__ */ M({
436
464
  title: "控件类型",
437
465
  type: "select",
438
466
  editor: {
439
- type: "Splitter",
440
- enum: []
467
+ type: "combo-list",
468
+ textField: "value",
469
+ valueField: "key",
470
+ data: [
471
+ {
472
+ key: "splitter-pane",
473
+ value: "分栏面板项"
474
+ }
475
+ ]
441
476
  }
442
477
  }
443
478
  }
@@ -464,12 +499,12 @@ const N = /* @__PURE__ */ M({
464
499
  title: "高度(px)",
465
500
  type: "number"
466
501
  },
467
- "min-width": {
502
+ minWidth: {
468
503
  description: "面板最小宽度",
469
504
  title: "最小宽度(px)",
470
505
  type: "number"
471
506
  },
472
- "min-height": {
507
+ minHeight: {
473
508
  description: "面板最小高度",
474
509
  title: "最小高度(px)",
475
510
  type: "number"
@@ -480,16 +515,13 @@ const N = /* @__PURE__ */ M({
480
515
  description: "",
481
516
  title: "行为",
482
517
  properties: {
483
- visible: {
484
- description: "运行时组件是否可见",
485
- type: "boolean",
486
- title: "是否可见"
487
- },
488
518
  position: {
489
519
  description: "",
490
520
  title: "位置",
491
521
  editor: {
492
522
  type: "combo-list",
523
+ idField: "value",
524
+ valueField: "value",
493
525
  data: [
494
526
  {
495
527
  value: "left",
@@ -517,14 +549,13 @@ const N = /* @__PURE__ */ M({
517
549
  }
518
550
  }
519
551
  }, Fe = {
520
- title: He,
521
- description: Be,
522
- type: Ne,
523
- categories: ke
524
- }, W = {
552
+ title: je,
553
+ description: He,
554
+ type: Ee,
555
+ categories: Ae
556
+ }, F = {
525
557
  customClass: { type: String, defaut: "" },
526
558
  customStyle: { type: String, default: "" },
527
- /** 记录原始定义宽度 */
528
559
  width: { type: Number },
529
560
  /** 记录原始定义高度 */
530
561
  height: { type: Number },
@@ -533,1115 +564,445 @@ const N = /* @__PURE__ */ M({
533
564
  /** 是否显示 */
534
565
  visible: { type: Boolean, default: !0 },
535
566
  /** True to allow the pane can be resized. */
536
- resizable: { type: Boolean, default: !0 },
567
+ resizable: { type: Boolean, default: !1 },
568
+ /**指定拖拽的方向,可以指定多个方向,e向东,n向北,s向南,w向西
569
+ * 因为位置在右侧,不一定就是w方向可拖拽的
570
+ */
571
+ resizeHandle: { type: String, default: "" },
537
572
  /** True to allow the pane can be collapsed. */
538
573
  collapsable: { type: Boolean, default: !1 },
539
574
  /** 面板最小宽度 */
540
- minWidth: { type: Number, default: 200 },
575
+ minWidth: { type: Number, default: 0 },
541
576
  /** 面板最小高度 */
542
- minHeight: { type: Number, default: 200 }
543
- }, q = G(
544
- W,
577
+ minHeight: { type: Number, default: 0 }
578
+ }, V = U(
579
+ F,
545
580
  Me,
546
- Ae,
581
+ Re,
547
582
  void 0,
548
583
  Fe
549
584
  );
550
- function Z(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
585
+ function Q(t, e) {
586
+ const n = C(t.width), a = C(t.height), {
587
+ horizontalResizeBarPosition: i,
588
+ horizontalResizeHandleOffset: o,
589
+ showHorizontalResizeHandle: s,
590
+ showVerticalResizeHandle: d,
591
+ verticalResizeBarPosition: h,
592
+ verticalResizeHandleOffset: l,
593
+ draggingHorizontalResizeHandle: c,
594
+ draggingVerticalResizeHandle: m
560
595
  } = 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;
596
+ let r = "", p, y;
597
+ function g(u) {
598
+ if ((r === "left" || r === "right") && y) {
599
+ const { left: f } = y.getBoundingClientRect(), { width: z } = p.getBoundingClientRect(), v = u.clientX - f, b = r === "left" ? (z || 0) + (v - i.value) : (z || 0) - (v - i.value);
600
+ n.value = t.minWidth > 0 ? Math.max(t.minWidth, b) : b;
566
601
  }
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;
602
+ if ((r === "top" || r === "bottom") && y) {
603
+ const { top: f } = y.getBoundingClientRect(), { height: z } = p.getBoundingClientRect(), v = u.clientY - f, b = r === "top" ? (z || 0) + (v - h.value) : (z || 0) - (v - h.value);
604
+ a.value = t.minHeight > 0 ? Math.max(t.minHeight, b) : b;
570
605
  }
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;
606
+ o.value = 0, l.value = 0, i.value = -1, h.value = -1, s.value = !1, d.value = !1, document.removeEventListener("mousemove", c), document.removeEventListener("mouseup", g), document.body.style.userSelect = "", r = "", p = null, y = null;
572
607
  }
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";
608
+ function R(u, f, z) {
609
+ if (r = f, p = z, s.value = !0, y = u.composedPath().find((b) => b.className.split(" ")[0] === "f-splitter"), y) {
610
+ const { left: b } = y.getBoundingClientRect();
611
+ o.value = u.clientX - b, i.value = u.clientX - b, document.addEventListener("mousemove", c), document.addEventListener("mouseup", g), document.body.style.userSelect = "none";
577
612
  }
578
613
  }
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";
614
+ function S(u, f, z) {
615
+ if (r = f, p = z, d.value = !0, y = u.composedPath().find((b) => b.className.split(" ")[0] === "f-splitter"), y) {
616
+ const { top: b } = y.getBoundingClientRect();
617
+ l.value = u.clientY - b, h.value = u.clientY - b, document.addEventListener("mousemove", m), document.addEventListener("mouseup", g), document.body.style.userSelect = "none";
583
618
  }
584
619
  }
585
620
  return {
586
621
  actualWidth: n,
587
- actualHeight: o,
588
- onClickSplitterHorizontalResizeBar: f,
589
- onClickSplitterVerticalResizeBar: h
622
+ actualHeight: a,
623
+ onClickSplitterHorizontalResizeBar: R,
624
+ onClickSplitterVerticalResizeBar: S
590
625
  };
591
626
  }
592
- const k = /* @__PURE__ */ M({
627
+ const H = /* @__PURE__ */ k({
593
628
  name: "FSplitterPane",
594
- props: W,
629
+ props: F,
595
630
  emits: [],
596
631
  setup(t, e) {
597
- const n = P(), o = R("splitter"), {
598
- useResizeHandleComposition: r
599
- } = o, d = Z(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 = {
632
+ const n = C(), a = O("splitter"), {
633
+ useResizeHandleComposition: i
634
+ } = a, o = Q(t, i), {
635
+ actualHeight: s,
636
+ actualWidth: d,
637
+ onClickSplitterHorizontalResizeBar: h,
638
+ onClickSplitterVerticalResizeBar: l
639
+ } = o, c = C(t.position), m = P(() => {
640
+ const u = {
606
641
  "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"
642
+ "f-splitter-pane-main": c.value === "center",
643
+ "has-resize-bar": t.resizable
610
644
  };
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(() => ({
645
+ return u["f-splitter-pane-" + c.value] = !0, B(u, t == null ? void 0 : t.customClass);
646
+ }), r = P(() => {
647
+ const u = {};
648
+ return (d.value && c.value === "left" || c.value === "right" || p.value.find((f) => f == "e") || p.value.find((f) => f == "w")) && (u.width = `${d.value}px`), (s.value && c.value === "bottom" || c.value === "top" || p.value.find((f) => f == "s") || p.value.find((f) => f == "n")) && (u.height = `${s.value}px`), M(u, t == null ? void 0 : t.customStyle);
649
+ }), p = P(() => t.resizeHandle ? t.resizeHandle.split(",").filter((u) => ["e", "n", "s", "w"].find((f) => f == u)) : []), y = P(() => ({
616
650
  "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"
651
+ "f-splitter-resize-bar-e": c.value === "left",
652
+ "f-splitter-resize-bar-n": c.value === "bottom",
653
+ "f-splitter-resize-bar-s": c.value === "top",
654
+ "f-splitter-resize-bar-w": c.value === "right"
621
655
  }));
622
- function s(a, f) {
623
- (f === "left" || f === "right") && j(a, f, n.value), (f === "top" || f === "bottom") && p(a, f, n.value);
656
+ function g(u, f) {
657
+ f = R(f), ["left", "right"].find((z) => z == f) && h(u, f, n.value), ["top", "bottom"].find((z) => z == f) && l(u, f, n.value);
658
+ }
659
+ function R(u) {
660
+ return {
661
+ e: "left",
662
+ w: "right",
663
+ s: "top",
664
+ n: "bottom"
665
+ }[u] || u;
666
+ }
667
+ function S() {
668
+ return p.value.length > 0 ? p.value.map((u) => w("span", {
669
+ class: "f-splitter-resize-bar f-splitter-resize-bar-" + u,
670
+ onMousedown: (f) => g(f, u)
671
+ }, null)) : w("span", {
672
+ class: y.value,
673
+ onMousedown: (u) => g(u, c.value)
674
+ }, null);
624
675
  }
625
- return () => T("div", {
676
+ return () => w("div", {
626
677
  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)]);
678
+ class: m.value,
679
+ style: r.value
680
+ }, [e.slots.default && e.slots.default(), t.resizable && S()]);
633
681
  }
634
682
  });
635
- function K(t, e, n) {
636
- var O;
637
- function o() {
683
+ function Z(t, e, n) {
684
+ var z;
685
+ function a() {
638
686
  n != null && n.resolveComponentContext && n.resolveComponentContext();
639
687
  }
640
- o();
641
- const r = n && n.getStyles && n.getStyles() || "", d = n && n.getDesignerClass && n.getDesignerClass() || "", c = P();
642
- function m() {
688
+ a();
689
+ const i = n && n.getStyles && n.getStyles() || "", o = n && n.getDesignerClass && n.getDesignerClass() || "", s = C();
690
+ function d() {
643
691
  return (e == null ? void 0 : e.schema.componentType) === "frame" ? !1 : n && n.checkCanMoveComponent ? n.checkCanMoveComponent() : !0;
644
692
  }
645
- function j() {
693
+ function h() {
646
694
  return !1;
647
695
  }
648
- function p() {
696
+ function l() {
649
697
  return (e == null ? void 0 : e.schema.componentType) === "frame" ? !1 : n && n.checkCanDeleteComponent ? n.checkCanDeleteComponent() : !0;
650
698
  }
651
- function i() {
699
+ function c() {
652
700
  return (e == null ? void 0 : e.schema.componentType) === "frame" ? !0 : n && n.hideNestedPaddingInDesginerView ? n.hideNestedPaddingInDesginerView() : !1;
653
701
  }
654
- function l(y) {
655
- if (!y || !y.value)
702
+ function m(v) {
703
+ if (!v || !v.value)
656
704
  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;
705
+ if (v.value.schema && v.value.schema.type === "component")
706
+ return v.value;
707
+ const b = C(v == null ? void 0 : v.value.parent), D = m(b);
708
+ return D || null;
661
709
  }
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);
710
+ function r(v = e) {
711
+ const { componentInstance: b, designerItemElementRef: D } = v;
712
+ return !b || !b.value ? null : b.value.canMove ? D : r(v.parent);
665
713
  }
666
- function b(y) {
667
- return !!n && n.canAccepts(y);
714
+ function p(v) {
715
+ return !!n && n.canAccepts(v);
668
716
  }
669
- function s() {
717
+ function y() {
670
718
  return (e == null ? void 0 : e.schema.label) || (e == null ? void 0 : e.schema.title) || (e == null ? void 0 : e.schema.name);
671
719
  }
672
- function a() {
673
- }
674
- function f(y, w) {
675
- w && n != null && n.onAcceptMovedChildElement && n.onAcceptMovedChildElement(w);
720
+ function g() {
676
721
  }
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;
722
+ function R(v, b) {
723
+ b && n != null && n.onAcceptMovedChildElement && n.onAcceptMovedChildElement(b);
683
724
  }
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 I = z.toLowerCase().replace("-", "_");
690
- return E && !E.id && E.type === z && (E.id = `${I}_${Math.random().toString().slice(2, 6)}`), E;
725
+ function S(v, b) {
726
+ const { componentType: D } = v;
727
+ let T = Y(D, v, b);
728
+ n && n.onResolveNewComponentSchema && (T = n.onResolveNewComponentSchema(v, T));
729
+ const K = D.toLowerCase().replace("-", "_");
730
+ return T && !T.id && T.type === D && (T.id = `${K}_${Math.random().toString().slice(2, 6)}`), T;
691
731
  }
692
- function g(y) {
732
+ function u(v) {
693
733
  }
694
- function C(...y) {
734
+ function f(...v) {
695
735
  if (n && n.getPropsConfig)
696
- return n.getPropsConfig(...y);
736
+ return n.getPropsConfig(...v);
697
737
  }
698
- return c.value = {
699
- canMove: m(),
700
- canSelectParent: j(),
701
- canDelete: p(),
702
- canNested: !i(),
738
+ return s.value = {
739
+ canMove: d(),
740
+ canSelectParent: h(),
741
+ canDelete: l(),
742
+ canNested: !c(),
703
743
  contents: e == null ? void 0 : e.schema.contents,
704
744
  elementRef: t,
705
- parent: (O = e == null ? void 0 : e.parent) == null ? void 0 : O.componentInstance,
745
+ parent: (z = e == null ? void 0 : e.parent) == null ? void 0 : z.componentInstance,
706
746
  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;
747
+ styles: i,
748
+ designerClass: o,
749
+ canAccepts: p,
750
+ getBelongedComponentInstance: m,
751
+ getDraggableDesignItemElement: r,
752
+ getDraggingDisplayText: y,
753
+ getPropConfig: f,
754
+ getDragScopeElement: g,
755
+ onAcceptMovedChildElement: R,
756
+ onChildElementMovedOut: u,
757
+ addNewChildComponentSchema: S,
758
+ updateDragAndDropRules: a,
759
+ triggerBelongedComponentToMoveWhenMoved: !!n && n.triggerBelongedComponentToMoveWhenMoved || C(!1),
760
+ triggerBelongedComponentToDeleteWhenDeleted: !!n && n.triggerBelongedComponentToDeleteWhenDeleted || C(!1)
761
+ }, s;
723
762
  }
724
- const Le = "https://json-schema.org/draft/2020-12/schema", Ve = "https://farris-design.gitee.io/dragging-rules.schema.json", We = "Dragging Rules", xe = "The rules of designer canvas", qe = "object", Xe = {
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"
763
+ class x {
764
+ getTemplateRule(e, n) {
765
+ const a = n == null ? void 0 : n.formSchemaUtils, i = a == null ? void 0 : a.getFormTemplateRule(), o = { canAccept: !0, canDelete: !0, canMove: !0 };
766
+ if (!i)
767
+ return o;
768
+ const s = this.getComponentContext(e);
769
+ return s.componentClassList.forEach((h) => {
770
+ if (!h || !i[h])
771
+ return;
772
+ const { canMove: l, canDelete: c, canAccept: m } = i[h];
773
+ o.canMove = o.canMove && this.resolveRuleValue(l, s), o.canDelete = o.canDelete && this.resolveRuleValue(c, s), o.canAccept = o.canAccept && this.resolveRuleValue(m, s);
774
+ }), o;
775
+ }
776
+ resolveRuleValue(e, n) {
777
+ return typeof e == "boolean" ? e : this.parseRuleValueSchema(e, n);
778
+ }
779
+ parseRuleValueSchema(e, n) {
780
+ const a = e.invalidContext || [];
781
+ let i = !0;
782
+ for (const o of a) {
783
+ if (o.firstLevelChild) {
784
+ if (o.firstLevelChild.class) {
785
+ const s = n.firstLevelChildClassList;
786
+ if (s && !s.includes(o.firstLevelChild.class)) {
787
+ i = !1;
788
+ continue;
1328
789
  }
1329
790
  }
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
791
+ if (o.firstLevelChild.type) {
792
+ const s = n.firstLevelChildSchema;
793
+ if (s && s.type !== o.firstLevelChild.type) {
794
+ i = !1;
795
+ continue;
1345
796
  }
1346
797
  }
1347
798
  }
799
+ if (o.secondLevelChild) {
800
+ if (o.secondLevelChild.class) {
801
+ const s = n.secondLevelChildClassList;
802
+ if (s && !s.includes(o.secondLevelChild.class)) {
803
+ i = !1;
804
+ continue;
805
+ }
806
+ }
807
+ if (o.secondLevelChild.type) {
808
+ const s = n.secondLevelChildSchema;
809
+ if (s && s.type !== o.secondLevelChild.type) {
810
+ i = !1;
811
+ continue;
812
+ }
813
+ }
814
+ }
815
+ if (o.parent) {
816
+ if (o.parent.class) {
817
+ const s = n.parentClassList;
818
+ if (s && !s.includes(o.parent.class)) {
819
+ i = !1;
820
+ continue;
821
+ }
822
+ }
823
+ if (o.parent.type) {
824
+ const s = n.parentSchema;
825
+ if (s && s.type !== o.parent.type) {
826
+ i = !1;
827
+ continue;
828
+ }
829
+ }
830
+ }
831
+ i = !0;
832
+ break;
1348
833
  }
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
- }, Ye = {
1363
- $schema: Le,
1364
- $id: Ve,
1365
- title: We,
1366
- description: xe,
1367
- type: qe,
1368
- properties: Xe
1369
- }, F = /* @__PURE__ */ new Map();
1370
- function _e() {
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;
834
+ return !i;
835
+ }
836
+ getComponentContext(e) {
837
+ var g, R, S, u;
838
+ const n = e.schema, a = n.appearance && n.appearance.class || "", i = a.split(" ") || [], o = n.contents || [], s = o.length ? o[0] : null, d = s && s.appearance ? s.appearance.class : "", h = d ? d.split(" ") : [], l = (g = s == null ? void 0 : s.contents) != null && g.length ? s == null ? void 0 : s.contents[0] : null, c = l && l.appearance ? l.appearance.class : "", m = c ? c.split(" ") : [], r = n.type === "component" ? (S = (R = e.parent) == null ? void 0 : R.parent) == null ? void 0 : S.schema : (u = e.parent) == null ? void 0 : u.schema, p = r && r.appearance && r.appearance.class || "", y = p ? p.split(" ") : [];
839
+ return {
840
+ componentClass: a,
841
+ componentClassList: i,
842
+ childContents: o,
843
+ firstLevelChildSchema: s,
844
+ firstLevelChildClass: d,
845
+ firstLevelChildClassList: h,
846
+ secondLevelChildSchema: l,
847
+ secondLevelChildClass: c,
848
+ secondLevelChildClassList: m,
849
+ parentSchema: r,
850
+ parentClass: p,
851
+ parentClassList: y
1438
852
  };
1439
853
  }
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 } = Ye;
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
854
  }
1460
- function Je(t, e) {
1461
- const n = _e();
1462
- let o, r = !1;
1463
- function d() {
855
+ function $e(t, e) {
856
+ const n = new x(), { canMove: a, canDelete: i } = n.getTemplateRule(t, e);
857
+ function o() {
1464
858
  return !1;
1465
859
  }
1466
- function c() {
1467
- return !r;
1468
- }
1469
- function m() {
1470
- return !r;
860
+ function s() {
861
+ return i;
1471
862
  }
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;
863
+ function d() {
864
+ return a;
1493
865
  }
1494
- function p() {
866
+ function h() {
1495
867
  return !0;
1496
868
  }
1497
- return { canAccepts: d, checkCanDeleteComponent: c, checkCanMoveComponent: m, resolveComponentContext: j, hideNestedPaddingInDesginerView: p };
869
+ return { canAccepts: o, checkCanDeleteComponent: s, checkCanMoveComponent: d, hideNestedPaddingInDesginerView: h };
1498
870
  }
1499
- const Ge = /* @__PURE__ */ M({
871
+ const Ne = /* @__PURE__ */ k({
1500
872
  name: "FSplitterDesign",
1501
- props: V,
873
+ props: A,
1502
874
  emits: [],
1503
875
  setup(t, e) {
1504
- var u;
1505
- const n = P(), o = R("design-item-context"), r = Je(o.schema, (u = o.parent) == null ? void 0 : u.schema), d = K(n, o, r);
1506
- d.value.canNested = !1;
1507
- const c = U(n), {
1508
- horizontalResizeHandleStyle: m,
1509
- verticalResizeHandleStyle: j,
1510
- resizeOverlayStyle: p
1511
- } = c;
1512
- X("splitter", {
1513
- useResizeHandleComposition: c
876
+ const n = C(), a = O("designer-host-service"), i = O("design-item-context"), o = $e(i, a), s = Z(n, i, o);
877
+ s.value.canNested = !1;
878
+ const d = J(n), {
879
+ horizontalResizeHandleStyle: h,
880
+ verticalResizeHandleStyle: l,
881
+ resizeOverlayStyle: c
882
+ } = d;
883
+ W("splitter", {
884
+ useResizeHandleComposition: d
1514
885
  });
1515
- const i = S(() => H({
886
+ const m = P(() => B({
1516
887
  "f-splitter": !0
1517
- }, t == null ? void 0 : t.customClass)), l = S(() => {
1518
- const b = {
1519
- "flex-direction": t.direction === "row" ? "column" : "row"
888
+ }, t == null ? void 0 : t.customClass)), r = P(() => {
889
+ const p = {
890
+ "flex-direction": t.direction === "row" ? "row" : "column"
1520
891
  };
1521
- return B(b, t == null ? void 0 : t.customStyle);
892
+ return M(p, t == null ? void 0 : t.customStyle);
1522
893
  });
1523
- return Y(() => {
1524
- n.value.componentInstance = d;
1525
- }), e.expose(d.value), () => T("div", {
1526
- class: i.value,
894
+ return q(() => {
895
+ n.value.componentInstance = s;
896
+ }), e.expose(s.value), () => w("div", {
897
+ class: m.value,
1527
898
  ref: n,
1528
- style: l.value
1529
- }, [e.slots.default && e.slots.default(), T("div", {
899
+ style: r.value
900
+ }, [e.slots.default && e.slots.default(), w("div", {
1530
901
  class: "f-splitter-resize-overlay",
1531
- style: p.value
1532
- }, null), T("div", {
902
+ style: c.value
903
+ }, null), w("div", {
1533
904
  class: "f-splitter-horizontal-resize-proxy",
1534
- style: m.value
1535
- }, null), T("div", {
905
+ style: h.value
906
+ }, null), w("div", {
1536
907
  class: "f-splitter-vertical-resize-proxy",
1537
- style: j.value
908
+ style: l.value
1538
909
  }, null)]);
1539
910
  }
1540
911
  });
1541
- function Qe() {
1542
- function t(e) {
1543
- var r, d;
912
+ function Ve() {
913
+ function t(e, n) {
914
+ var s;
1544
915
  if (!e)
1545
916
  return !1;
1546
- const n = ((r = e.targetContainer) == null ? void 0 : r.componentInstance) && e.targetContainer.componentInstance.value;
1547
- if (!n)
917
+ const a = ((s = e.targetContainer) == null ? void 0 : s.componentInstance) && e.targetContainer.componentInstance.value;
918
+ if (!a)
1548
919
  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";
920
+ const i = a.schema.type, o = n == null ? void 0 : n.formSchemaUtils.getComponentById(a.belongedComponentId);
921
+ return !((e.controlCategory === "input" || e.controlType === "form-group") && ![L["response-layout-item"].type, L["response-form"].type].includes(i) || (e.controlType === L.tabs.type || e.controlType === L.section.type) && ((o == null ? void 0 : o.componentType) !== "frame" || ![L["content-container"].type, L["splitter-pane"].type, L["response-layout-item"].type].includes(i)));
1556
922
  }
1557
923
  return {
1558
924
  basalDragulaRuleForContainer: t
1559
925
  };
1560
926
  }
1561
- function Ue(t, e) {
1562
- function n(r) {
1563
- var j;
1564
- if (!Qe().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;
927
+ function We(t, e) {
928
+ const n = new x(), { canAccept: a } = n.getTemplateRule(t, e);
929
+ function i(d) {
930
+ return Ve().basalDragulaRuleForContainer(d, e) ? a : !1;
1571
931
  }
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;
932
+ function o() {
933
+ return !1;
1591
934
  }
1592
- return { canAccepts: n, onAcceptNewChildElement: o };
935
+ function s() {
936
+ return !1;
937
+ }
938
+ return {
939
+ canAccepts: i,
940
+ checkCanMoveComponent: o,
941
+ checkCanDeleteComponent: s
942
+ };
1593
943
  }
1594
- const Ze = /* @__PURE__ */ M({
944
+ const qe = /* @__PURE__ */ k({
1595
945
  name: "FSplitterPaneDesign",
1596
- props: W,
946
+ props: F,
1597
947
  emits: [],
1598
948
  setup(t, e) {
1599
- var s;
1600
- const n = P(), o = R("design-item-context"), r = Ue(o.schema, (s = o.parent) == null ? void 0 : s.schema), d = K(n, o, r);
1601
- d.value.styles = "padding:0;box-shadow:none;", d.value.canNested = !1, d.value.canMove = !1, d.value.canDelete = !1, Y(() => {
1602
- n.value.componentInstance = d;
1603
- }), e.expose(d.value);
1604
- const c = R("splitter"), {
1605
- useResizeHandleComposition: m
1606
- } = c, j = Z(t, m), {
1607
- actualHeight: p,
1608
- actualWidth: i
1609
- } = j, l = P(t.position), u = S(() => {
1610
- const a = {
949
+ const n = C(), a = O("designer-host-service"), i = O("design-item-context"), o = We(i, a), s = Z(n, i, o);
950
+ s.value.styles = "padding:0;box-shadow:none;", s.value.canNested = !1, s.value.canMove = !1, s.value.canDelete = !1, q(() => {
951
+ n.value.componentInstance = s;
952
+ }), e.expose(s.value);
953
+ const d = O("splitter"), {
954
+ useResizeHandleComposition: h
955
+ } = d, l = Q(t, h), {
956
+ actualHeight: c,
957
+ actualWidth: m
958
+ } = l, r = C(t.position), p = P(() => {
959
+ const u = {
1611
960
  "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",
961
+ "f-splitter-pane-main": r.value === "center",
962
+ "has-resize-bar": t.resizable,
1615
963
  "f-component-splitter-pane": !0,
1616
964
  "drag-container": !0
1617
965
  };
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", {
966
+ return u["f-splitter-pane-" + r.value] = !0, B(u, t == null ? void 0 : t.customClass);
967
+ }), y = P(() => {
968
+ const u = {};
969
+ return (m.value && r.value === "left" || r.value === "right" || g.value.find((f) => f == "e") || g.value.find((f) => f == "w")) && (u.width = `${m.value}px`), (c.value && r.value === "bottom" || r.value === "top" || g.value.find((f) => f == "s") || g.value.find((f) => f == "n")) && (u.height = `${c.value}px`), M(u, t == null ? void 0 : t.customStyle);
970
+ }), g = P(() => t.resizeHandle ? t.resizeHandle.split(",").filter((u) => ["e", "n", "s", "w"].find((f) => f == u)) : []), R = P(() => ({
971
+ "f-splitter-resize-bar": !0,
972
+ "f-splitter-resize-bar-e": r.value === "left",
973
+ "f-splitter-resize-bar-n": r.value === "bottom",
974
+ "f-splitter-resize-bar-s": r.value === "top",
975
+ "f-splitter-resize-bar-w": r.value === "right"
976
+ }));
977
+ function S() {
978
+ return g.value.length > 0 ? g.value.map((u) => w("span", {
979
+ class: "f-splitter-resize-bar f-splitter-resize-bar-" + u
980
+ }, null)) : w("span", {
981
+ class: R.value
982
+ }, null);
983
+ }
984
+ return () => w("div", {
1624
985
  ref: n,
1625
- "data-dragref": `${o.schema.id}-container`,
1626
- class: u.value,
1627
- style: b.value
1628
- }, [e.slots.default && e.slots.default()]);
986
+ "data-dragref": `${i.schema.id}-container`,
987
+ class: p.value,
988
+ style: y.value
989
+ }, [e.slots.default && e.slots.default(), t.resizable && S()]);
1629
990
  }
1630
- }), tt = {
991
+ }), Ue = {
1631
992
  install(t) {
1632
- t.component(N.name, N), t.component(k.name, k);
993
+ t.component(j.name, j), t.component(H.name, H);
1633
994
  },
1634
- register(t, e, n, o) {
1635
- t.splitter = N, e.splitter = x, t["splitter-pane"] = k, e["splitter-pane"] = q;
995
+ register(t, e, n, a) {
996
+ t.splitter = j, e.splitter = N, t["splitter-pane"] = H, e["splitter-pane"] = V;
1636
997
  },
1637
998
  registerDesigner(t, e, n) {
1638
- t.splitter = Ge, e.splitter = x, t["splitter-pane"] = Ze, e["splitter-pane"] = q;
999
+ t.splitter = Ne, e.splitter = N, t["splitter-pane"] = qe, e["splitter-pane"] = V;
1639
1000
  }
1640
1001
  };
1641
1002
  export {
1642
- N as FSplitter,
1643
- k as FSplitterPane,
1644
- tt as default,
1645
- V as splitterProps,
1646
- x as splitterPropsResolver
1003
+ j as FSplitter,
1004
+ H as FSplitterPane,
1005
+ Ue as default,
1006
+ A as splitterProps,
1007
+ N as splitterPropsResolver
1647
1008
  };