@farris/ui-vue 1.3.0 → 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.
- package/components/accordion/index.esm.js +1 -1
- package/components/accordion/index.umd.cjs +1 -1
- package/components/avatar/index.esm.js +472 -366
- package/components/avatar/index.umd.cjs +1 -1
- package/components/button-edit/index.esm.js +1 -1
- package/components/button-edit/index.umd.cjs +1 -1
- package/components/calendar/index.esm.js +472 -480
- package/components/calendar/index.umd.cjs +1 -1
- package/components/capsule/index.esm.js +225 -233
- package/components/capsule/index.umd.cjs +1 -1
- package/components/checkbox/index.esm.js +615 -517
- package/components/checkbox/index.umd.cjs +1 -1
- package/components/color-picker/index.esm.js +325 -333
- package/components/color-picker/index.umd.cjs +2 -2
- package/components/combo-list/index.esm.js +578 -472
- package/components/combo-list/index.umd.cjs +1 -1
- package/components/combo-tree/index.esm.js +49 -49
- package/components/combo-tree/index.umd.cjs +1 -1
- package/components/common/index.esm.js +832 -722
- package/components/common/index.umd.cjs +1 -1
- package/components/component/index.esm.js +303 -981
- package/components/component/index.umd.cjs +1 -1
- package/components/condition/index.esm.js +8 -8
- package/components/condition/index.umd.cjs +1 -1
- package/components/content-container/index.esm.js +335 -1002
- package/components/content-container/index.umd.cjs +1 -1
- package/components/data-grid/index.esm.js +4429 -4312
- package/components/data-grid/index.umd.cjs +1 -1
- package/components/data-view/index.esm.js +3037 -3020
- package/components/data-view/index.umd.cjs +1 -1
- package/components/date-picker/index.esm.js +2216 -2119
- package/components/date-picker/index.umd.cjs +1 -1
- package/components/designer-canvas/index.css +1 -1
- package/components/designer-canvas/index.esm.js +914 -883
- package/components/designer-canvas/index.umd.cjs +1 -1
- package/components/dropdown/index.esm.js +223 -231
- package/components/dropdown/index.umd.cjs +2 -2
- package/components/dynamic-form/index.esm.js +1691 -2187
- package/components/dynamic-form/index.umd.cjs +1 -1
- package/components/dynamic-resolver/index.esm.js +143 -136
- package/components/dynamic-resolver/index.umd.cjs +1 -1
- package/components/events-editor/index.esm.js +250 -258
- package/components/events-editor/index.umd.cjs +1 -1
- package/components/expression-editor/index.esm.js +1 -1
- package/components/expression-editor/index.umd.cjs +1 -1
- package/components/external-container/index.esm.js +2672 -3438
- package/components/external-container/index.umd.cjs +1 -1
- package/components/field-selector/index.esm.js +2965 -2970
- package/components/field-selector/index.umd.cjs +1 -1
- package/components/filter-bar/index.esm.js +1650 -1602
- package/components/filter-bar/index.umd.cjs +1 -1
- package/components/flow-canvas/index.css +1 -1
- package/components/flow-canvas/index.esm.js +684 -675
- package/components/flow-canvas/index.umd.cjs +1 -1
- package/components/image-cropper/index.esm.js +453 -461
- package/components/image-cropper/index.umd.cjs +1 -1
- package/components/input-group/index.esm.js +604 -507
- package/components/input-group/index.umd.cjs +1 -1
- package/components/layout/index.esm.js +402 -378
- package/components/layout/index.umd.cjs +1 -1
- package/components/list-nav/index.esm.js +348 -1019
- package/components/list-nav/index.umd.cjs +1 -1
- package/components/list-view/index.esm.js +1658 -1666
- package/components/list-view/index.umd.cjs +1 -1
- package/components/lookup/index.esm.js +5209 -5088
- package/components/lookup/index.umd.cjs +1 -1
- package/components/mapping-editor/index.esm.js +4329 -4213
- package/components/mapping-editor/index.umd.cjs +1 -1
- package/components/nav/index.esm.js +905 -1357
- package/components/nav/index.umd.cjs +3 -3
- package/components/number-range/index.esm.js +517 -420
- package/components/number-range/index.umd.cjs +1 -1
- package/components/number-spinner/index.esm.js +588 -491
- package/components/number-spinner/index.umd.cjs +1 -1
- package/components/order/index.esm.js +1376 -1965
- package/components/order/index.umd.cjs +1 -1
- package/components/page-footer/index.esm.js +1 -1
- package/components/page-footer/index.umd.cjs +1 -1
- package/components/page-header/index.esm.js +1073 -1905
- package/components/page-header/index.umd.cjs +1 -1
- package/components/pagination/index.esm.js +809 -1237
- package/components/pagination/index.umd.cjs +1 -1
- package/components/progress/index.esm.js +198 -206
- package/components/progress/index.umd.cjs +3 -3
- package/components/property-editor/index.esm.js +1297 -1200
- package/components/property-editor/index.umd.cjs +2 -2
- package/components/property-panel/index.esm.js +609 -507
- package/components/property-panel/index.umd.cjs +1 -1
- package/components/query-solution/index.esm.js +3391 -3758
- package/components/query-solution/index.umd.cjs +1 -1
- package/components/radio-button/index.esm.js +1 -1
- package/components/radio-button/index.umd.cjs +1 -1
- package/components/radio-group/index.esm.js +544 -447
- package/components/radio-group/index.umd.cjs +1 -1
- package/components/rate/index.esm.js +247 -255
- package/components/rate/index.umd.cjs +1 -1
- package/components/response-layout/index.esm.js +146 -154
- package/components/response-layout/index.umd.cjs +1 -1
- package/components/response-layout-editor/index.esm.js +700 -675
- package/components/response-layout-editor/index.umd.cjs +1 -1
- package/components/response-toolbar/index.esm.js +956 -1786
- package/components/response-toolbar/index.umd.cjs +1 -1
- package/components/schema-selector/index.esm.js +4963 -5617
- package/components/schema-selector/index.umd.cjs +2 -2
- package/components/search-box/index.esm.js +158 -161
- package/components/search-box/index.umd.cjs +1 -1
- package/components/section/index.esm.js +436 -1124
- package/components/section/index.umd.cjs +1 -1
- package/components/smoke-detector/index.esm.js +92 -100
- package/components/smoke-detector/index.umd.cjs +1 -1
- package/components/splitter/index.esm.js +571 -1210
- package/components/splitter/index.umd.cjs +1 -1
- package/components/splitter/style.js +2 -0
- package/components/step/index.esm.js +239 -247
- package/components/step/index.umd.cjs +1 -1
- package/components/switch/index.esm.js +445 -348
- package/components/switch/index.umd.cjs +1 -1
- package/components/tabs/index.esm.js +2278 -3031
- package/components/tabs/index.umd.cjs +1 -1
- package/components/tags/index.esm.js +311 -319
- package/components/tags/index.umd.cjs +1 -1
- package/components/text/index.esm.js +215 -223
- package/components/text/index.umd.cjs +1 -1
- package/components/textarea/index.esm.js +468 -371
- package/components/textarea/index.umd.cjs +1 -1
- package/components/time-picker/index.esm.js +1271 -1174
- package/components/time-picker/index.umd.cjs +1 -1
- package/components/transfer/index.esm.js +469 -477
- package/components/transfer/index.umd.cjs +1 -1
- package/components/tree-grid/index.esm.js +3060 -3065
- package/components/tree-grid/index.umd.cjs +1 -1
- package/components/tree-view/index.esm.js +2476 -2481
- package/components/tree-view/index.umd.cjs +1 -1
- package/components/uploader/index.esm.js +374 -382
- package/components/uploader/index.umd.cjs +2 -2
- package/components/verify-detail/index.esm.js +248 -256
- package/components/verify-detail/index.umd.cjs +1 -1
- package/components/video/index.esm.js +414 -1093
- package/components/video/index.umd.cjs +1 -1
- package/components/weather/index.esm.js +498 -506
- package/components/weather/index.umd.cjs +5 -5
- package/farris.all.esm.js +20216 -21844
- package/farris.all.umd.cjs +9 -9
- package/index.css +1 -1
- package/package.json +1 -1
- package/types/common/directive/area-response.d.ts +10 -0
- package/types/common/index.d.ts +8 -0
- package/types/common/radio-checkbox/radio-checkbox.props.d.ts +1 -0
- package/types/common/utils/resolve-field.d.ts +2 -0
- package/types/common/utils/use-class.d.ts +7 -0
- package/types/component/src/designer/use-designer-rules.d.ts +2 -2
- package/types/condition/src/types.d.ts +2 -1
- package/types/content-container/src/designer/use-designer-rules.d.ts +3 -3
- package/types/data-grid/index.d.ts +8 -5
- package/types/data-grid/src/data-grid.component.d.ts +3 -2
- package/types/data-grid/src/designer/data-grid.design.component.d.ts +2 -2
- package/types/data-grid/src/designer/use-designer-rules.d.ts +2 -2
- package/types/data-view/components/row/hierarchy-row.component.d.ts +2 -2
- package/types/data-view/composition/data/use-tree-data.d.ts +1 -1
- package/types/data-view/composition/types.d.ts +7 -9
- package/types/designer-canvas/index.d.ts +2 -1
- package/types/designer-canvas/src/composition/rule/use-dragula-common-rule.d.ts +4 -0
- package/types/designer-canvas/src/composition/rule/use-template-rule.d.ts +30 -0
- package/types/designer-canvas/src/composition/types.d.ts +1 -2
- package/types/designer-canvas/src/types.d.ts +2 -1
- package/types/dynamic-form/src/designer/response-form.design.component.d.ts +7 -1
- package/types/dynamic-form/src/designer/use-designer-rules.d.ts +2 -2
- package/types/dynamic-form/src/property-config/form.property-config.d.ts +1 -1
- package/types/dynamic-resolver/src/common/toolbar-resolver.d.ts +1 -1
- package/types/external-container/src/designer/use-designer-rules.d.ts +3 -3
- package/types/layout/src/designer/layout-pane-use-designer-rules.d.ts +3 -3
- package/types/list-nav/src/designer/use-designer-rules.d.ts +3 -0
- package/types/pagination/src/components/buttons/goto-buttons.component.d.ts +2 -2
- package/types/pagination/src/components/buttons/next-buttons.component.d.ts +2 -2
- package/types/pagination/src/components/buttons/previous-buttons.component.d.ts +2 -2
- package/types/pagination/src/components/pages/page-list.component.d.ts +2 -2
- package/types/pagination/src/components/pages/page-number.component.d.ts +2 -2
- package/types/property-panel/index.d.ts +2 -1
- package/types/property-panel/src/composition/entity/input-base-property.d.ts +1 -1
- package/types/query-solution/src/designer/query-solution-config/composition/types.d.ts +34 -27
- package/types/query-solution/src/designer/query-solution-config/composition/use-panel.d.ts +2 -16
- package/types/query-solution/src/designer/query-solution-config/composition/use-property.d.ts +19 -0
- package/types/query-solution/src/designer/query-solution-config/composition/use-querysolution-rules.d.ts +3 -0
- package/types/query-solution/src/designer/query-solution-config/composition/use-transfer.d.ts +1 -1
- package/types/query-solution/src/property-config/query-solution.property-config.d.ts +60 -0
- package/types/query-solution/src/solutions.d.ts +108 -509
- package/types/response-layout-editor/index.d.ts +3 -1
- package/types/response-toolbar/src/designer/use-designer-rules.d.ts +3 -3
- package/types/response-toolbar/src/property-config/response-toolbar-item.property-config.d.ts +1 -0
- package/types/section/src/designer/use-designer-rules.d.ts +3 -3
- package/types/splitter/src/components/splitter-pane.component.d.ts +1 -1
- package/types/splitter/src/designer/splitter-pane-use-designer-rules.d.ts +3 -3
- package/types/splitter/src/designer/splitter-use-designer-rules.d.ts +3 -3
- package/types/tabs/src/designer/tab-page-use-designer-rules.d.ts +3 -3
- package/types/tabs/src/designer/tab-use-designer-rules.d.ts +3 -3
- package/types/tree-grid/index.d.ts +3 -3
- package/types/tree-grid/src/tree-grid.component.d.ts +1 -1
- package/types/designer-canvas/src/composition/rule/use-drag-drop-rules.d.ts +0 -19
- package/types/designer-canvas/src/composition/use-dragula-common-rule.d.ts +0 -4
- package/types/list-nav/src/composition/use-designer-rules.d.ts +0 -3
- package/types/query-solution/src/designer/query-solution-config/composition/mock-data.d.ts +0 -6
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
import { ref as h, computed as $, createVNode as l, Fragment as B, watch as
|
|
2
|
-
import { isPlainObject as
|
|
3
|
-
import { useIdentify as re, useHierarchy as ce, useGroupData as ue, usePagination as fe, useDataView as de, useSelection as pe, useEdit as ve, useVisualDataBound as
|
|
4
|
-
import { FCheckBox as
|
|
5
|
-
const
|
|
6
|
-
function
|
|
7
|
-
const { properties: e, title: n, ignore:
|
|
8
|
-
return (!
|
|
1
|
+
import { ref as h, computed as $, createVNode as l, Fragment as B, watch as J, withModifiers as ne, withDirectives as le, vModelText as se, defineComponent as N, createTextVNode as _, inject as ae, onMounted as oe } from "vue";
|
|
2
|
+
import { isPlainObject as U, cloneDeep as ie } from "lodash-es";
|
|
3
|
+
import { useIdentify as re, useHierarchy as ce, useGroupData as ue, usePagination as fe, useDataView as de, useSelection as pe, useEdit as ve, useVisualDataBound as he, useVisualDataCell as ge, useVisualDataRow as me, useVisualGroupRow as ye, useVisualSummaryRow as we, useVisualData as Ce } from "../data-view/index.esm.js";
|
|
4
|
+
import { FCheckBox as G } from "../checkbox/index.esm.js";
|
|
5
|
+
const Q = {}, Y = {};
|
|
6
|
+
function q(t) {
|
|
7
|
+
const { properties: e, title: n, ignore: c } = t, p = c && Array.isArray(c), s = Object.keys(e).reduce((r, g) => ((!p || !c.find((i) => i == g)) && (r[g] = e[g].type === "object" && e[g].properties ? q(e[g]) : ie(e[g].default)), r), {});
|
|
8
|
+
return n && (!p || !c.find((r) => r == "id")) && (s.id = `${n}-${Date.now()}`), s;
|
|
9
9
|
}
|
|
10
|
-
function
|
|
11
|
-
const
|
|
12
|
-
if (
|
|
13
|
-
let
|
|
14
|
-
const
|
|
15
|
-
return
|
|
10
|
+
function Z(t, e = {}, n) {
|
|
11
|
+
const c = Q[t];
|
|
12
|
+
if (c) {
|
|
13
|
+
let p = q(c);
|
|
14
|
+
const s = Y[t];
|
|
15
|
+
return p = s ? s({ getSchemaByType: Z }, p, e, n) : p, p;
|
|
16
16
|
}
|
|
17
17
|
return null;
|
|
18
18
|
}
|
|
19
|
-
function Se(t, e) {
|
|
20
|
-
const n = z(e);
|
|
21
|
-
return Object.keys(t).reduce((u, v) => (u[v] && W(u[v]) && W(t[v]) ? Object.assign(u[v], t[v]) : u[v] = t[v], u), n), n;
|
|
22
|
-
}
|
|
23
19
|
function be(t, e) {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
20
|
+
const n = q(e);
|
|
21
|
+
return Object.keys(t).reduce((c, p) => (c[p] && U(c[p]) && U(t[p]) ? Object.assign(c[p], t[p]) : c[p] = t[p], c), n), n;
|
|
22
|
+
}
|
|
23
|
+
function Se(t, e) {
|
|
24
|
+
return Object.keys(t).filter((c) => t[c] != null).reduce((c, p) => {
|
|
25
|
+
if (e.has(p)) {
|
|
26
|
+
const s = e.get(p);
|
|
27
|
+
if (typeof s == "string")
|
|
28
|
+
c[s] = t[p];
|
|
29
29
|
else {
|
|
30
|
-
const r =
|
|
31
|
-
Object.assign(
|
|
30
|
+
const r = s(p, t[p], t);
|
|
31
|
+
Object.assign(c, r);
|
|
32
32
|
}
|
|
33
33
|
} else
|
|
34
|
-
|
|
35
|
-
return
|
|
34
|
+
c[p] = t[p];
|
|
35
|
+
return c;
|
|
36
36
|
}, {});
|
|
37
37
|
}
|
|
38
38
|
function ke(t, e, n = /* @__PURE__ */ new Map()) {
|
|
39
|
-
const
|
|
40
|
-
return
|
|
39
|
+
const c = be(t, e);
|
|
40
|
+
return Se(c, n);
|
|
41
41
|
}
|
|
42
|
-
function
|
|
43
|
-
function e(
|
|
44
|
-
if (typeof
|
|
45
|
-
return
|
|
46
|
-
if (typeof
|
|
47
|
-
const
|
|
48
|
-
if (
|
|
49
|
-
return Number(
|
|
50
|
-
if (
|
|
51
|
-
return Number(
|
|
52
|
-
if (
|
|
53
|
-
return Number(
|
|
42
|
+
function Ve(t = {}) {
|
|
43
|
+
function e(d, f, a, o) {
|
|
44
|
+
if (typeof a == "number")
|
|
45
|
+
return o[d].length === a;
|
|
46
|
+
if (typeof a == "object") {
|
|
47
|
+
const V = Object.keys(a)[0], C = a[V];
|
|
48
|
+
if (V === "not")
|
|
49
|
+
return Number(o[d].length) !== Number(C);
|
|
50
|
+
if (V === "moreThan")
|
|
51
|
+
return Number(o[d].length) >= Number(C);
|
|
52
|
+
if (V === "lessThan")
|
|
53
|
+
return Number(o[d].length) <= Number(C);
|
|
54
54
|
}
|
|
55
55
|
return !1;
|
|
56
56
|
}
|
|
57
|
-
function n(
|
|
58
|
-
return
|
|
57
|
+
function n(d, f, a, o) {
|
|
58
|
+
return o[d] && o[d].propertyValue && String(o[d].propertyValue.value) === String(a);
|
|
59
59
|
}
|
|
60
|
-
const
|
|
60
|
+
const c = /* @__PURE__ */ new Map([
|
|
61
61
|
["length", e],
|
|
62
62
|
["getProperty", n]
|
|
63
63
|
]);
|
|
64
|
-
Object.keys(t).reduce((
|
|
65
|
-
function
|
|
66
|
-
const
|
|
67
|
-
return typeof
|
|
68
|
-
if (
|
|
69
|
-
return { target:
|
|
70
|
-
const
|
|
71
|
-
return { target:
|
|
64
|
+
Object.keys(t).reduce((d, f) => (d.set(f, t[f]), d), c);
|
|
65
|
+
function p(d, f) {
|
|
66
|
+
const a = d;
|
|
67
|
+
return typeof f == "number" ? [{ target: a, operator: "length", param: null, value: Number(f) }] : typeof f == "boolean" ? [{ target: a, operator: "getProperty", param: d, value: !!f }] : typeof f == "object" ? Object.keys(f).map((o) => {
|
|
68
|
+
if (o === "length")
|
|
69
|
+
return { target: a, operator: "length", param: null, value: f[o] };
|
|
70
|
+
const V = o, C = f[o];
|
|
71
|
+
return { target: a, operator: "getProperty", param: V, value: C };
|
|
72
72
|
}) : [];
|
|
73
73
|
}
|
|
74
|
-
function
|
|
75
|
-
return Object.keys(
|
|
76
|
-
const
|
|
77
|
-
return
|
|
74
|
+
function s(d) {
|
|
75
|
+
return Object.keys(d).reduce((a, o) => {
|
|
76
|
+
const V = p(o, d[o]);
|
|
77
|
+
return a.push(...V), a;
|
|
78
78
|
}, []);
|
|
79
79
|
}
|
|
80
|
-
function r(
|
|
81
|
-
if (
|
|
82
|
-
const
|
|
83
|
-
return
|
|
80
|
+
function r(d, f) {
|
|
81
|
+
if (c.has(d.operator)) {
|
|
82
|
+
const a = c.get(d.operator);
|
|
83
|
+
return a && a(d.target, d.param, d.value, f) || !1;
|
|
84
84
|
}
|
|
85
85
|
return !1;
|
|
86
86
|
}
|
|
87
|
-
function
|
|
88
|
-
return
|
|
87
|
+
function g(d, f) {
|
|
88
|
+
return s(d).reduce((V, C) => V && r(C, f), !0);
|
|
89
89
|
}
|
|
90
|
-
function
|
|
91
|
-
const
|
|
92
|
-
return
|
|
90
|
+
function i(d, f) {
|
|
91
|
+
const a = Object.keys(d), o = a.includes("allOf"), V = a.includes("anyOf"), C = o || V, D = (C ? d[C ? o ? "allOf" : "anyOf" : "allOf"] : [d]).map((T) => g(T, f));
|
|
92
|
+
return o ? !D.includes(!1) : D.includes(!0);
|
|
93
93
|
}
|
|
94
|
-
return { parseValueSchema:
|
|
94
|
+
return { parseValueSchema: i };
|
|
95
95
|
}
|
|
96
|
-
const
|
|
97
|
-
|
|
98
|
-
function K(t, e, n = /* @__PURE__ */ new Map(),
|
|
99
|
-
return
|
|
100
|
-
const
|
|
101
|
-
return Object.assign(
|
|
96
|
+
const Me = {}, De = {};
|
|
97
|
+
Ve();
|
|
98
|
+
function K(t, e, n = /* @__PURE__ */ new Map(), c = (r, g, i) => g, p = {}, s = (r) => r) {
|
|
99
|
+
return Q[e.title] = e, Y[e.title] = c, Me[e.title] = p, De[e.title] = s, (r = {}) => {
|
|
100
|
+
const g = ke(r, e, n), i = Object.keys(t).reduce((d, f) => (d[f] = t[f].default, d), {});
|
|
101
|
+
return Object.assign(i, g);
|
|
102
102
|
};
|
|
103
103
|
}
|
|
104
104
|
function x(t, e) {
|
|
@@ -110,7 +110,7 @@ const Oe = /* @__PURE__ */ new Map([
|
|
|
110
110
|
function Te(t, e, n) {
|
|
111
111
|
return e;
|
|
112
112
|
}
|
|
113
|
-
const
|
|
113
|
+
const Fe = "transfer", Ie = "A Farris Component", je = "object", Re = {
|
|
114
114
|
basic: {
|
|
115
115
|
description: "Basic Infomation",
|
|
116
116
|
title: "基本信息",
|
|
@@ -133,8 +133,8 @@ const Ie = "transfer", Fe = "A Farris Component", je = "object", Re = {
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
}, $e = {
|
|
136
|
-
title:
|
|
137
|
-
description:
|
|
136
|
+
title: Fe,
|
|
137
|
+
description: Ie,
|
|
138
138
|
type: je,
|
|
139
139
|
categories: Re
|
|
140
140
|
}, Pe = "https://json-schema.org/draft/2020-12/schema", Ae = "https://farris-design.gitee.io/transfer.schema.json", Le = "transfer", Ee = "A Farris Component", He = "object", _e = {
|
|
@@ -199,18 +199,18 @@ const Ie = "transfer", Fe = "A Farris Component", je = "object", Re = {
|
|
|
199
199
|
type: "boolean",
|
|
200
200
|
default: !0
|
|
201
201
|
}
|
|
202
|
-
},
|
|
202
|
+
}, Be = [
|
|
203
203
|
"id",
|
|
204
204
|
"type"
|
|
205
|
-
],
|
|
205
|
+
], Ne = {
|
|
206
206
|
$schema: Pe,
|
|
207
207
|
$id: Ae,
|
|
208
208
|
title: Le,
|
|
209
209
|
description: Ee,
|
|
210
210
|
type: He,
|
|
211
211
|
properties: _e,
|
|
212
|
-
required:
|
|
213
|
-
},
|
|
212
|
+
required: Be
|
|
213
|
+
}, z = {
|
|
214
214
|
dataSource: {
|
|
215
215
|
type: Array,
|
|
216
216
|
default: []
|
|
@@ -222,13 +222,13 @@ const Ie = "transfer", Fe = "A Farris Component", je = "object", Re = {
|
|
|
222
222
|
placeholder: { type: String, default: "" },
|
|
223
223
|
selections: { type: Array, default: [] },
|
|
224
224
|
selectionValues: { type: Array, default: [] }
|
|
225
|
-
}, ee = K(
|
|
225
|
+
}, ee = K(z, Ne, Oe, Te, $e), Ge = /* @__PURE__ */ new Map([
|
|
226
226
|
["appearance", x]
|
|
227
227
|
]);
|
|
228
228
|
function qe(t, e, n) {
|
|
229
229
|
return e;
|
|
230
230
|
}
|
|
231
|
-
const ze = "https://json-schema.org/draft/2020-12/schema", Ue = "https://farris-design.gitee.io/list-view.schema.json", We = "list-view",
|
|
231
|
+
const ze = "https://json-schema.org/draft/2020-12/schema", Ue = "https://farris-design.gitee.io/list-view.schema.json", We = "list-view", Xe = "A Farris Component", Je = "object", Qe = {
|
|
232
232
|
id: {
|
|
233
233
|
description: "The unique identifier for list-view",
|
|
234
234
|
type: "string"
|
|
@@ -297,8 +297,8 @@ const ze = "https://json-schema.org/draft/2020-12/schema", Ue = "https://farris-
|
|
|
297
297
|
$schema: ze,
|
|
298
298
|
$id: Ue,
|
|
299
299
|
title: We,
|
|
300
|
-
description:
|
|
301
|
-
type:
|
|
300
|
+
description: Xe,
|
|
301
|
+
type: Je,
|
|
302
302
|
properties: Qe,
|
|
303
303
|
required: Ye
|
|
304
304
|
}, Ke = "list-view", xe = "A Farris Component", et = "object", tt = {
|
|
@@ -372,191 +372,191 @@ const ze = "https://json-schema.org/draft/2020-12/schema", Ue = "https://farris-
|
|
|
372
372
|
};
|
|
373
373
|
K(te, Ze, Ge, qe, nt);
|
|
374
374
|
function lt(t, e) {
|
|
375
|
-
function n(
|
|
375
|
+
function n(s) {
|
|
376
376
|
const r = [];
|
|
377
|
-
let
|
|
378
|
-
for (;
|
|
379
|
-
r.push(
|
|
377
|
+
let g = s.nextNode();
|
|
378
|
+
for (; g; )
|
|
379
|
+
r.push(g), g = s.nextNode();
|
|
380
380
|
return r;
|
|
381
381
|
}
|
|
382
|
-
function
|
|
383
|
-
const
|
|
384
|
-
return n(
|
|
385
|
-
const
|
|
386
|
-
let
|
|
387
|
-
for (;
|
|
388
|
-
const k =
|
|
382
|
+
function c(s, r) {
|
|
383
|
+
const g = document.createTreeWalker(s, NodeFilter.SHOW_TEXT);
|
|
384
|
+
return n(g).map((a) => ({ textNode: a, text: (a.textContent || "").toLocaleLowerCase() })).map(({ textNode: a, text: o }) => {
|
|
385
|
+
const V = [];
|
|
386
|
+
let C = 0;
|
|
387
|
+
for (; C < o.length; ) {
|
|
388
|
+
const k = o.indexOf(r, C);
|
|
389
389
|
if (k === -1)
|
|
390
390
|
break;
|
|
391
|
-
|
|
391
|
+
V.push(k), C = k + r.length;
|
|
392
392
|
}
|
|
393
|
-
return
|
|
394
|
-
const
|
|
395
|
-
return
|
|
393
|
+
return V.map((k) => {
|
|
394
|
+
const F = new Range();
|
|
395
|
+
return F.setStart(a, k), F.setEnd(a, k + r.length), F;
|
|
396
396
|
});
|
|
397
397
|
}).flat();
|
|
398
398
|
}
|
|
399
|
-
function
|
|
400
|
-
if (!CSS.highlights || (CSS.highlights.clear(), !
|
|
399
|
+
function p(s) {
|
|
400
|
+
if (!CSS.highlights || (CSS.highlights.clear(), !s || !e))
|
|
401
401
|
return;
|
|
402
|
-
const r =
|
|
403
|
-
CSS.highlights.set("search-result",
|
|
402
|
+
const r = c(e.value, s.toLocaleLowerCase()), g = new Highlight(...r);
|
|
403
|
+
CSS.highlights.set("search-result", g);
|
|
404
404
|
}
|
|
405
|
-
return { search:
|
|
405
|
+
return { search: p };
|
|
406
406
|
}
|
|
407
|
-
function
|
|
408
|
-
const
|
|
409
|
-
var
|
|
410
|
-
return ((
|
|
407
|
+
function W(t, e, n, c, p, s, r, g, i, d) {
|
|
408
|
+
const f = h(t.size), a = h(t.textField), o = h(t.titleField), V = h(t.disableField), C = $(() => {
|
|
409
|
+
var m, w;
|
|
410
|
+
return ((m = t.selection) == null ? void 0 : m.multiSelect) && ((w = t.selection) == null ? void 0 : w.showCheckbox);
|
|
411
411
|
}), {
|
|
412
412
|
onMouseenterItem: k,
|
|
413
|
-
onMouseoverItem:
|
|
413
|
+
onMouseoverItem: F,
|
|
414
414
|
onMouseoutItem: D
|
|
415
|
-
} =
|
|
416
|
-
getKey:
|
|
415
|
+
} = s, {
|
|
416
|
+
getKey: M,
|
|
417
417
|
listViewItemClass: T,
|
|
418
418
|
onCheckItem: P,
|
|
419
|
-
onClickItem:
|
|
420
|
-
} = r,
|
|
421
|
-
margin:
|
|
419
|
+
onClickItem: y
|
|
420
|
+
} = r, O = $(() => ({
|
|
421
|
+
margin: f.value === "small" ? "0.25rem 0" : "10px 0"
|
|
422
422
|
}));
|
|
423
|
-
function
|
|
424
|
-
return
|
|
425
|
-
class: T(
|
|
426
|
-
id:
|
|
427
|
-
key:
|
|
428
|
-
onClick: (
|
|
429
|
-
onMouseenter: (
|
|
430
|
-
onMouseover: (
|
|
431
|
-
onMouseout: (
|
|
432
|
-
}, [
|
|
423
|
+
function I(m, w, S) {
|
|
424
|
+
return m.checked = g.findIndexInSelectedItems(m) > -1, l("li", {
|
|
425
|
+
class: T(m, w),
|
|
426
|
+
id: M(m, w),
|
|
427
|
+
key: M(m, w),
|
|
428
|
+
onClick: (u) => y(u, m, w),
|
|
429
|
+
onMouseenter: (u) => k(u, m, w),
|
|
430
|
+
onMouseover: (u) => F(u, m, w),
|
|
431
|
+
onMouseout: (u) => D(u, m, w)
|
|
432
|
+
}, [C.value && l("div", {
|
|
433
433
|
class: "f-list-select",
|
|
434
|
-
onClick: (
|
|
435
|
-
}, [l(
|
|
436
|
-
id: "list-" +
|
|
434
|
+
onClick: (u) => u.stopPropagation()
|
|
435
|
+
}, [l(G, {
|
|
436
|
+
id: "list-" + M(m, w),
|
|
437
437
|
customClass: "listview-checkbox",
|
|
438
|
-
disabled:
|
|
439
|
-
checked:
|
|
440
|
-
"onUpdate:checked": (
|
|
441
|
-
onChange: (
|
|
442
|
-
P(
|
|
438
|
+
disabled: m[V.value],
|
|
439
|
+
checked: m.checked,
|
|
440
|
+
"onUpdate:checked": (u) => m.checked = u,
|
|
441
|
+
onChange: (u) => {
|
|
442
|
+
P(m, w, !u.checked);
|
|
443
443
|
}
|
|
444
444
|
}, null)]), l("div", {
|
|
445
445
|
class: "f-list-content"
|
|
446
446
|
}, [l("div", {
|
|
447
|
-
style:
|
|
448
|
-
title:
|
|
449
|
-
}, [
|
|
447
|
+
style: O.value,
|
|
448
|
+
title: m.raw[o.value] || m.raw[a.value]
|
|
449
|
+
}, [m.raw[a.value]])])]);
|
|
450
450
|
}
|
|
451
451
|
return {
|
|
452
|
-
renderItem:
|
|
452
|
+
renderItem: I
|
|
453
453
|
};
|
|
454
454
|
}
|
|
455
|
-
function st(t, e, n,
|
|
456
|
-
const
|
|
457
|
-
onMouseenterItem:
|
|
458
|
-
onMouseoverItem:
|
|
459
|
-
onMouseoutItem:
|
|
460
|
-
} =
|
|
455
|
+
function st(t, e, n, c, p, s, r, g, i, d) {
|
|
456
|
+
const f = h(t.multiSelect), a = h(t.disableField), {
|
|
457
|
+
onMouseenterItem: o,
|
|
458
|
+
onMouseoverItem: V,
|
|
459
|
+
onMouseoutItem: C
|
|
460
|
+
} = s, {
|
|
461
461
|
getKey: k,
|
|
462
|
-
listViewItemClass:
|
|
462
|
+
listViewItemClass: F,
|
|
463
463
|
onCheckItem: D,
|
|
464
|
-
onClickItem:
|
|
464
|
+
onClickItem: M
|
|
465
465
|
} = r;
|
|
466
|
-
function T(
|
|
466
|
+
function T(y, O, I) {
|
|
467
467
|
return e.slots.content ? l(B, null, [e.slots.content && e.slots.content({
|
|
468
|
-
item:
|
|
469
|
-
index:
|
|
470
|
-
selectedItem:
|
|
468
|
+
item: y.raw,
|
|
469
|
+
index: O,
|
|
470
|
+
selectedItem: I
|
|
471
471
|
})]) : l("div", {
|
|
472
472
|
style: "margin: 10px 0;"
|
|
473
|
-
}, [
|
|
473
|
+
}, [y.raw.name]);
|
|
474
474
|
}
|
|
475
|
-
function P(
|
|
475
|
+
function P(y, O, I) {
|
|
476
476
|
return l("li", {
|
|
477
|
-
class:
|
|
478
|
-
id: k(
|
|
479
|
-
key: k(
|
|
480
|
-
onClick: (
|
|
481
|
-
onMouseenter: (
|
|
482
|
-
onMouseover: (
|
|
483
|
-
onMouseout: (
|
|
484
|
-
}, [
|
|
477
|
+
class: F(y, O),
|
|
478
|
+
id: k(y, O),
|
|
479
|
+
key: k(y, O),
|
|
480
|
+
onClick: (m) => M(m, y, O),
|
|
481
|
+
onMouseenter: (m) => o(m, y, O),
|
|
482
|
+
onMouseover: (m) => V(m, y, O),
|
|
483
|
+
onMouseout: (m) => C(m, y, O)
|
|
484
|
+
}, [f.value && l("div", {
|
|
485
485
|
class: "f-list-select",
|
|
486
|
-
onClick: (
|
|
487
|
-
}, [l(
|
|
488
|
-
id: "list-" + k(
|
|
486
|
+
onClick: (m) => m.stopPropagation()
|
|
487
|
+
}, [l(G, {
|
|
488
|
+
id: "list-" + k(y, O),
|
|
489
489
|
customClass: "listview-checkbox",
|
|
490
|
-
disabled:
|
|
491
|
-
checked:
|
|
492
|
-
"onUpdate:checked": (
|
|
493
|
-
onChange: (
|
|
490
|
+
disabled: y[a.value] || !y.checked,
|
|
491
|
+
checked: y.checked,
|
|
492
|
+
"onUpdate:checked": (m) => y.checked = m,
|
|
493
|
+
onChange: (m) => D(y, O, !m.checked)
|
|
494
494
|
}, null)]), l("div", {
|
|
495
495
|
class: "f-list-content"
|
|
496
|
-
}, [T(
|
|
496
|
+
}, [T(y, O, I)])]);
|
|
497
497
|
}
|
|
498
498
|
return {
|
|
499
499
|
renderItem: P
|
|
500
500
|
};
|
|
501
501
|
}
|
|
502
|
-
function at(t, e, n,
|
|
503
|
-
const
|
|
504
|
-
onMouseenterItem:
|
|
505
|
-
onMouseoverItem:
|
|
506
|
-
onMouseoutItem:
|
|
507
|
-
} =
|
|
502
|
+
function at(t, e, n, c, p, s, r, g, i, d) {
|
|
503
|
+
const f = h(t.multiSelect), a = h(t.disableField), {
|
|
504
|
+
onMouseenterItem: o,
|
|
505
|
+
onMouseoverItem: V,
|
|
506
|
+
onMouseoutItem: C
|
|
507
|
+
} = s, {
|
|
508
508
|
getKey: k,
|
|
509
|
-
listViewItemClass:
|
|
509
|
+
listViewItemClass: F,
|
|
510
510
|
onCheckItem: D,
|
|
511
|
-
onClickItem:
|
|
511
|
+
onClickItem: M
|
|
512
512
|
} = r, {
|
|
513
513
|
dragstart: T,
|
|
514
514
|
dragenter: P,
|
|
515
|
-
dragover:
|
|
516
|
-
dragend:
|
|
517
|
-
} =
|
|
518
|
-
removeItem:
|
|
519
|
-
} =
|
|
520
|
-
margin:
|
|
515
|
+
dragover: y,
|
|
516
|
+
dragend: O
|
|
517
|
+
} = c, {
|
|
518
|
+
removeItem: I
|
|
519
|
+
} = i, m = $(() => ({
|
|
520
|
+
margin: f.value ? "10px 0" : "10px 0px 10px 14px"
|
|
521
521
|
}));
|
|
522
|
-
function
|
|
522
|
+
function w(v) {
|
|
523
523
|
return l("div", {
|
|
524
|
-
style:
|
|
525
|
-
}, [
|
|
524
|
+
style: m.value
|
|
525
|
+
}, [v.raw.name]);
|
|
526
526
|
}
|
|
527
|
-
function
|
|
528
|
-
return e.slots.itemContent ? e.slots.itemContent :
|
|
527
|
+
function S() {
|
|
528
|
+
return e.slots.itemContent ? e.slots.itemContent : w;
|
|
529
529
|
}
|
|
530
|
-
const
|
|
531
|
-
function
|
|
530
|
+
const u = S();
|
|
531
|
+
function b(v, j, A) {
|
|
532
532
|
return l("li", {
|
|
533
|
-
class:
|
|
534
|
-
id: k(
|
|
535
|
-
key: k(
|
|
536
|
-
onClick: (R) =>
|
|
537
|
-
onMouseenter: (R) =>
|
|
538
|
-
onMouseover: (R) =>
|
|
539
|
-
onMouseout: (R) =>
|
|
533
|
+
class: F(v, j),
|
|
534
|
+
id: k(v, j),
|
|
535
|
+
key: k(v, j),
|
|
536
|
+
onClick: (R) => M(R, v, j),
|
|
537
|
+
onMouseenter: (R) => o(R, v, j),
|
|
538
|
+
onMouseover: (R) => V(R, v, j),
|
|
539
|
+
onMouseout: (R) => C(R, v, j),
|
|
540
540
|
draggable: "true",
|
|
541
|
-
onDragstart: (R) => T(R,
|
|
541
|
+
onDragstart: (R) => T(R, v, j),
|
|
542
542
|
onDragenter: (R) => P(R, j),
|
|
543
|
-
onDragend: (R) =>
|
|
544
|
-
onDragover: (R) =>
|
|
545
|
-
}, [
|
|
543
|
+
onDragend: (R) => O(R, v),
|
|
544
|
+
onDragover: (R) => y(R, j)
|
|
545
|
+
}, [f.value && l("div", {
|
|
546
546
|
class: "f-list-select",
|
|
547
547
|
onClick: (R) => R.stopPropagation()
|
|
548
|
-
}, [l(
|
|
549
|
-
id: "list-" + k(
|
|
548
|
+
}, [l(G, {
|
|
549
|
+
id: "list-" + k(v, j),
|
|
550
550
|
customClass: "listview-checkbox",
|
|
551
|
-
disabled:
|
|
552
|
-
checked:
|
|
553
|
-
"onUpdate:checked": (R) =>
|
|
554
|
-
onChange: (R) => D(
|
|
551
|
+
disabled: v[a.value] || !v.checked,
|
|
552
|
+
checked: v.checked,
|
|
553
|
+
"onUpdate:checked": (R) => v.checked = R,
|
|
554
|
+
onChange: (R) => D(v, j, !R.checked)
|
|
555
555
|
}, null)]), l("div", {
|
|
556
556
|
class: "f-list-content"
|
|
557
|
-
}, [
|
|
557
|
+
}, [u(v)]), l("div", {
|
|
558
558
|
class: "f-list-remove",
|
|
559
|
-
onClick: (R) =>
|
|
559
|
+
onClick: (R) => I(j)
|
|
560
560
|
}, [l("div", {
|
|
561
561
|
class: "f-list-remove-icon"
|
|
562
562
|
}, [l("i", {
|
|
@@ -568,215 +568,215 @@ function at(t, e, n, u, v, a, r, m, c, p) {
|
|
|
568
568
|
}, null)])])]);
|
|
569
569
|
}
|
|
570
570
|
return {
|
|
571
|
-
renderItem:
|
|
571
|
+
renderItem: b
|
|
572
572
|
};
|
|
573
573
|
}
|
|
574
|
-
function ot(t, e, n,
|
|
574
|
+
function ot(t, e, n, c, p, s, r, g, i, d) {
|
|
575
575
|
var k;
|
|
576
|
-
const
|
|
577
|
-
collpaseGroupIconClass:
|
|
578
|
-
} =
|
|
579
|
-
toggleGroupRow:
|
|
580
|
-
} =
|
|
581
|
-
function
|
|
582
|
-
D.collapse = !D.collapse, n.value =
|
|
576
|
+
const f = h(((k = t.group) == null ? void 0 : k.groupFields) || []), {
|
|
577
|
+
collpaseGroupIconClass: a
|
|
578
|
+
} = p, {
|
|
579
|
+
toggleGroupRow: o
|
|
580
|
+
} = d;
|
|
581
|
+
function V(F, D) {
|
|
582
|
+
D.collapse = !D.collapse, n.value = o(D.collapse ? "collapse" : "expand", D, n.value);
|
|
583
583
|
}
|
|
584
|
-
function
|
|
585
|
-
return
|
|
584
|
+
function C(F, D, M) {
|
|
585
|
+
return F.layer > -1 && l("div", {
|
|
586
586
|
class: "f-navlookup-recentHeader",
|
|
587
|
-
onClick: (T) =>
|
|
587
|
+
onClick: (T) => V(T, F)
|
|
588
588
|
}, [l("div", {
|
|
589
589
|
class: "fv-grid-group-row-icon"
|
|
590
590
|
}, [l("span", {
|
|
591
|
-
class:
|
|
591
|
+
class: a(F)
|
|
592
592
|
}, null)]), l("div", {
|
|
593
593
|
class: "f-navlookup-recommandLabel"
|
|
594
|
-
}, [
|
|
594
|
+
}, [F.raw[f.value[F.layer]]])]);
|
|
595
595
|
}
|
|
596
596
|
return {
|
|
597
|
-
renderItem:
|
|
597
|
+
renderItem: C
|
|
598
598
|
};
|
|
599
599
|
}
|
|
600
600
|
function it() {
|
|
601
|
-
const t = h(-1), e = h(""), n = h(-1),
|
|
602
|
-
function
|
|
603
|
-
n.value =
|
|
601
|
+
const t = h(-1), e = h(""), n = h(-1), c = h(!1);
|
|
602
|
+
function p(d, f, a) {
|
|
603
|
+
n.value = a;
|
|
604
604
|
}
|
|
605
|
-
function
|
|
606
|
-
|
|
605
|
+
function s(d, f, a) {
|
|
606
|
+
c.value || (n.value = a);
|
|
607
607
|
}
|
|
608
|
-
function r(
|
|
608
|
+
function r(d, f, a) {
|
|
609
609
|
n.value = -1;
|
|
610
610
|
}
|
|
611
|
-
function
|
|
612
|
-
|
|
611
|
+
function g() {
|
|
612
|
+
c.value = !0;
|
|
613
613
|
}
|
|
614
|
-
function
|
|
615
|
-
|
|
614
|
+
function i() {
|
|
615
|
+
c.value = !1;
|
|
616
616
|
}
|
|
617
617
|
return {
|
|
618
618
|
activeIndex: t,
|
|
619
619
|
focusedItemId: e,
|
|
620
620
|
hoverIndex: n,
|
|
621
|
-
onMouseenterItem:
|
|
622
|
-
onMouseoverItem:
|
|
621
|
+
onMouseenterItem: p,
|
|
622
|
+
onMouseoverItem: s,
|
|
623
623
|
onMouseoutItem: r,
|
|
624
|
-
resumeHover:
|
|
625
|
-
suspendHover:
|
|
624
|
+
resumeHover: i,
|
|
625
|
+
suspendHover: g
|
|
626
626
|
};
|
|
627
627
|
}
|
|
628
|
-
function rt(t, e, n,
|
|
629
|
-
const
|
|
630
|
-
function
|
|
631
|
-
D.stopPropagation(),
|
|
632
|
-
r.value = T,
|
|
628
|
+
function rt(t, e, n, c) {
|
|
629
|
+
const p = h(t.idField), { dataView: s } = n, r = h(-1), g = h(!1), { activeIndex: i, focusedItemId: d, hoverIndex: f, resumeHover: a, suspendHover: o } = c;
|
|
630
|
+
function V(D, M, T) {
|
|
631
|
+
D.stopPropagation(), o(), M && setTimeout(() => {
|
|
632
|
+
r.value = T, g.value = !0, M.moving = !0;
|
|
633
633
|
});
|
|
634
634
|
}
|
|
635
|
-
function
|
|
636
|
-
if (D.preventDefault(), r.value !==
|
|
637
|
-
const T =
|
|
638
|
-
P.splice(r.value, 1), P.splice(
|
|
635
|
+
function C(D, M) {
|
|
636
|
+
if (D.preventDefault(), r.value !== M) {
|
|
637
|
+
const T = s.value[r.value], P = s.value;
|
|
638
|
+
P.splice(r.value, 1), P.splice(M, 0, T), r.value = M;
|
|
639
639
|
}
|
|
640
640
|
}
|
|
641
|
-
function k(D,
|
|
641
|
+
function k(D, M) {
|
|
642
642
|
D.preventDefault(), D.dataTransfer && (D.dataTransfer.dropEffect = "move");
|
|
643
643
|
}
|
|
644
|
-
function
|
|
645
|
-
|
|
644
|
+
function F(D, M) {
|
|
645
|
+
M && (M.moving = !1), s.value.forEach((T, P) => {
|
|
646
646
|
T.__fv_index__ = P;
|
|
647
|
-
}),
|
|
647
|
+
}), g.value = !1, a(), f.value = M.raw.__fv_index__, i.value = M.raw.__fv_index__, d.value = M.raw[p.value], e.emit("change", s.value), e.emit("activeChange", M);
|
|
648
648
|
}
|
|
649
649
|
return {
|
|
650
|
-
dragstart:
|
|
651
|
-
dragenter:
|
|
650
|
+
dragstart: V,
|
|
651
|
+
dragenter: C,
|
|
652
652
|
dragover: k,
|
|
653
|
-
dragend:
|
|
654
|
-
isDragging:
|
|
653
|
+
dragend: F,
|
|
654
|
+
isDragging: g
|
|
655
655
|
};
|
|
656
656
|
}
|
|
657
657
|
function ct(t, e, n) {
|
|
658
|
-
const { dataView:
|
|
659
|
-
function
|
|
660
|
-
if (
|
|
661
|
-
const r =
|
|
658
|
+
const { dataView: c } = n;
|
|
659
|
+
function p(s) {
|
|
660
|
+
if (s > -1 && s < c.value.length) {
|
|
661
|
+
const r = c.value.splice(s, 1);
|
|
662
662
|
e.emit("removeItem", r[0]);
|
|
663
663
|
}
|
|
664
664
|
}
|
|
665
|
-
return { removeItem:
|
|
665
|
+
return { removeItem: p };
|
|
666
666
|
}
|
|
667
|
-
function ut(t, e, n,
|
|
668
|
-
const r = h(t.idField),
|
|
669
|
-
function P(
|
|
670
|
-
const
|
|
667
|
+
function ut(t, e, n, c, p, s) {
|
|
668
|
+
const r = h(t.idField), g = h(t.disableField), i = h(t.draggable), d = h(t.itemClass), f = h(t.selection.multiSelect ?? !1), a = h(t.selection.multiSelectMode), { isDragging: o } = c, { activeIndex: V, focusedItemId: C, hoverIndex: k } = p, { clearSelection: F, getSelectedItems: D, toggleSelectItem: M } = s, T = h(D());
|
|
669
|
+
function P(u, b) {
|
|
670
|
+
const v = {
|
|
671
671
|
"f-listview-item": !0,
|
|
672
672
|
"f-list-view-group-item": !0,
|
|
673
|
-
"f-list-view-draggable-item":
|
|
674
|
-
"f-un-click": !
|
|
675
|
-
"f-un-select": !!
|
|
673
|
+
"f-list-view-draggable-item": i.value,
|
|
674
|
+
"f-un-click": !u.checked,
|
|
675
|
+
"f-un-select": !!u.raw[g.value],
|
|
676
676
|
// 'f-listview-active': item.raw.__fv_index__ === activeIndex.value,
|
|
677
677
|
// 多选
|
|
678
678
|
"f-listview-active": T.value.findIndex(
|
|
679
|
-
(A) => A[r.value] ===
|
|
679
|
+
(A) => A[r.value] === u.raw[r.value]
|
|
680
680
|
) > -1,
|
|
681
681
|
"f-listview-item-active": T.value.findIndex(
|
|
682
|
-
(A) => A[r.value] ===
|
|
682
|
+
(A) => A[r.value] === u.raw[r.value]
|
|
683
683
|
) > -1,
|
|
684
|
-
"f-listview-hover": !
|
|
685
|
-
"f-listview-item-hover": !
|
|
686
|
-
moving: !!
|
|
684
|
+
"f-listview-hover": !o.value && b === k.value,
|
|
685
|
+
"f-listview-item-hover": !o.value && b === k.value,
|
|
686
|
+
moving: !!u.moving
|
|
687
687
|
};
|
|
688
|
-
return
|
|
688
|
+
return d.value.split(" ").reduce((A, R) => (A[R] = !0, A), v), v;
|
|
689
689
|
}
|
|
690
|
-
function
|
|
691
|
-
return
|
|
690
|
+
function y(u, b) {
|
|
691
|
+
return u.raw[r.value] || "";
|
|
692
692
|
}
|
|
693
|
-
const
|
|
694
|
-
function
|
|
695
|
-
|
|
693
|
+
const O = $(() => !f.value);
|
|
694
|
+
function I(u, b, v) {
|
|
695
|
+
u.checked = v, !u.raw[g.value] && (O.value && (C.value = u.raw[r.value]), M(u));
|
|
696
696
|
}
|
|
697
|
-
const
|
|
698
|
-
function
|
|
699
|
-
if (
|
|
700
|
-
|
|
697
|
+
const m = $(() => f.value && a.value === "OnCheckClearByClick"), w = $(() => !f.value || f.value && (a.value === "OnCheckAndClick" || a.value === "OnClick"));
|
|
698
|
+
function S(u, b, v) {
|
|
699
|
+
if (b.raw[g.value]) {
|
|
700
|
+
u.preventDefault(), u.stopPropagation();
|
|
701
701
|
return;
|
|
702
702
|
}
|
|
703
|
-
|
|
703
|
+
C.value = b.raw[r.value], V.value = v, m.value && F(n.value), w.value && (M(b), T.value = D()), e.emit("clickItem", { data: T.value, index: v }), e.emit("activeChange", T.value);
|
|
704
704
|
}
|
|
705
705
|
return {
|
|
706
|
-
getKey:
|
|
706
|
+
getKey: y,
|
|
707
707
|
listViewItemClass: P,
|
|
708
|
-
onCheckItem:
|
|
709
|
-
onClickItem:
|
|
708
|
+
onCheckItem: I,
|
|
709
|
+
onClickItem: S
|
|
710
710
|
};
|
|
711
711
|
}
|
|
712
|
-
function ft(t, e, n,
|
|
713
|
-
const
|
|
712
|
+
function ft(t, e, n, c, p, s, r) {
|
|
713
|
+
const g = h(t.view), i = h(t.view === "CardView"), d = h({}), f = h("暂无数据"), a = it(), o = rt(t, e, c, a), V = ct(t, e, c), C = ut(t, e, n, o, a, s), k = $(() => ({
|
|
714
714
|
"f-list-view-group": !0,
|
|
715
|
-
"d-flex":
|
|
716
|
-
"flex-wrap":
|
|
717
|
-
})),
|
|
715
|
+
"d-flex": i.value,
|
|
716
|
+
"flex-wrap": i.value
|
|
717
|
+
})), F = $(() => !!n.value && n.value.length > 0), D = $(() => n.value.length === 0);
|
|
718
718
|
$(() => D.value && !e.slots.empty);
|
|
719
|
-
function
|
|
720
|
-
return
|
|
719
|
+
function M() {
|
|
720
|
+
return g.value === "SingleView" ? W : g.value === "DraggableView" ? at : (g.value === "ContentView" || g.value === "CardView") && e.slots.content ? st : W;
|
|
721
721
|
}
|
|
722
|
-
const T =
|
|
722
|
+
const T = M(), {
|
|
723
723
|
renderItem: P
|
|
724
|
-
} = T(t, e, n,
|
|
725
|
-
renderItem:
|
|
726
|
-
} = ot(t, e, n,
|
|
727
|
-
function
|
|
728
|
-
return n.value.filter((
|
|
724
|
+
} = T(t, e, n, o, p, a, C, s, V, r), {
|
|
725
|
+
renderItem: y
|
|
726
|
+
} = ot(t, e, n, o, p, a, C, s, V, r), O = [P, y];
|
|
727
|
+
function I() {
|
|
728
|
+
return n.value.filter((S) => S.visible !== !1).map((S, u) => O[S.type](S, u, d));
|
|
729
729
|
}
|
|
730
|
-
function
|
|
730
|
+
function m() {
|
|
731
731
|
return l("div", {
|
|
732
732
|
class: "f-list-view-emptydata"
|
|
733
733
|
}, [l("p", {
|
|
734
734
|
class: "f-empty-title"
|
|
735
|
-
}, [e.slots.empty ? e.slots.empty() :
|
|
735
|
+
}, [e.slots.empty ? e.slots.empty() : f.value])]);
|
|
736
736
|
}
|
|
737
|
-
function
|
|
737
|
+
function w() {
|
|
738
738
|
return l("ul", {
|
|
739
739
|
class: k.value,
|
|
740
740
|
style: "list-style: none;"
|
|
741
|
-
}, [
|
|
741
|
+
}, [F.value && I(), D.value && m()]);
|
|
742
742
|
}
|
|
743
743
|
return {
|
|
744
|
-
renderListArea:
|
|
744
|
+
renderListArea: w
|
|
745
745
|
};
|
|
746
746
|
}
|
|
747
747
|
function dt(t, e, n) {
|
|
748
|
-
function
|
|
748
|
+
function c() {
|
|
749
749
|
return e.slots.header && l("div", {
|
|
750
750
|
class: "f-list-view-header"
|
|
751
751
|
}, [e.slots.header()]);
|
|
752
752
|
}
|
|
753
753
|
return {
|
|
754
|
-
renderHeader:
|
|
754
|
+
renderHeader: c
|
|
755
755
|
};
|
|
756
756
|
}
|
|
757
757
|
function X(t, e, n) {
|
|
758
|
-
const
|
|
759
|
-
function
|
|
760
|
-
|
|
758
|
+
const c = h(t.headerClass), p = h(t.placeholder), s = h(""), r = $(() => !s.value), g = $(() => !!s.value);
|
|
759
|
+
function i(o) {
|
|
760
|
+
s.value = "";
|
|
761
761
|
}
|
|
762
|
-
|
|
763
|
-
t.enableHighlightSearch && n.search(
|
|
762
|
+
J(s, (o) => {
|
|
763
|
+
t.enableHighlightSearch && n.search(o), e.emit("afterSearch", o);
|
|
764
764
|
});
|
|
765
|
-
const
|
|
766
|
-
const
|
|
765
|
+
const d = $(() => {
|
|
766
|
+
const o = {
|
|
767
767
|
"form-group": !0,
|
|
768
768
|
"farris-form-group": !0
|
|
769
769
|
};
|
|
770
|
-
return
|
|
770
|
+
return c.value && c.value.split(" ").reduce((C, k) => (C[k] = !0, C), o), o;
|
|
771
771
|
});
|
|
772
|
-
function
|
|
772
|
+
function f(o) {
|
|
773
773
|
}
|
|
774
|
-
function
|
|
774
|
+
function a() {
|
|
775
775
|
return l("div", {
|
|
776
776
|
class: "f-list-view-header",
|
|
777
|
-
onClick: ne(() =>
|
|
777
|
+
onClick: ne(() => f, ["prevent", "stop"])
|
|
778
778
|
}, [l("div", {
|
|
779
|
-
class:
|
|
779
|
+
class: d.value
|
|
780
780
|
}, [l("div", {
|
|
781
781
|
class: "farris-input-wrap"
|
|
782
782
|
}, [l("div", {
|
|
@@ -785,16 +785,16 @@ function X(t, e, n) {
|
|
|
785
785
|
class: "input-group f-state-editable"
|
|
786
786
|
}, [le(l("input", {
|
|
787
787
|
class: "form-control f-utils-fill text-left",
|
|
788
|
-
"onUpdate:modelValue": (
|
|
788
|
+
"onUpdate:modelValue": (o) => s.value = o,
|
|
789
789
|
name: "input-group-value",
|
|
790
790
|
type: "text",
|
|
791
|
-
placeholder:
|
|
791
|
+
placeholder: p.value,
|
|
792
792
|
autocomplete: "off"
|
|
793
|
-
}, null), [[se,
|
|
793
|
+
}, null), [[se, s.value]]), l("div", {
|
|
794
794
|
class: "input-group-append"
|
|
795
|
-
}, [
|
|
795
|
+
}, [g.value && l("span", {
|
|
796
796
|
class: "input-group-text input-group-clear",
|
|
797
|
-
onClick: (
|
|
797
|
+
onClick: (o) => i()
|
|
798
798
|
}, [l("i", {
|
|
799
799
|
class: "f-icon f-icon-close-circle"
|
|
800
800
|
}, null)]), r.value && l("span", {
|
|
@@ -804,38 +804,38 @@ function X(t, e, n) {
|
|
|
804
804
|
}, null)])])])])])])]);
|
|
805
805
|
}
|
|
806
806
|
return {
|
|
807
|
-
renderHeader:
|
|
807
|
+
renderHeader: a
|
|
808
808
|
};
|
|
809
809
|
}
|
|
810
|
-
const E = /* @__PURE__ */
|
|
810
|
+
const E = /* @__PURE__ */ N({
|
|
811
811
|
name: "FListView",
|
|
812
812
|
props: te,
|
|
813
813
|
emits: ["afterSearch", "checkValuesChange", "clickItem", "selectionChange", "removeItem", "change", "activeChange"],
|
|
814
814
|
setup(t, e) {
|
|
815
|
-
const n = h(),
|
|
816
|
-
getVisualData:
|
|
817
|
-
} =
|
|
818
|
-
|
|
819
|
-
const
|
|
815
|
+
const n = h(), c = h(!0), p = h(!1), s = h([]), r = 0, g = h(t.columns), i = re(t), d = ce(t), f = ue(t, i), a = fe(t), o = de(t, /* @__PURE__ */ new Map(), d, i, a), V = pe(t, o, i, s, e), C = lt(t, n), k = $(() => o.dataView.value.length), F = ve(t, e, i), D = he(), M = ge(t, {}, D), T = me(t, F, d, i, D, M), P = ye(t, i, M, T), y = we(t, i, M, T), O = Ce(t, g, o, k, r, T, P, y), {
|
|
816
|
+
getVisualData: I
|
|
817
|
+
} = O;
|
|
818
|
+
s.value = I(0, k.value + r - 1);
|
|
819
|
+
const m = $(() => {
|
|
820
820
|
const L = {
|
|
821
821
|
"f-list-view": !0,
|
|
822
822
|
"f-list-view-multiple": t.multiSelect
|
|
823
823
|
};
|
|
824
824
|
return t.size !== "default" && (L[`${t.size}-item`] = !0), L;
|
|
825
|
-
}),
|
|
826
|
-
function
|
|
825
|
+
}), w = $(() => !!e.slots.footer || c.value);
|
|
826
|
+
function S() {
|
|
827
827
|
return t.header === "SearchBar" ? X : t.header === "ContentHeader" ? dt : X;
|
|
828
828
|
}
|
|
829
|
-
const
|
|
830
|
-
renderHeader:
|
|
831
|
-
} =
|
|
832
|
-
renderListArea:
|
|
833
|
-
} = ft(t, e,
|
|
829
|
+
const u = S(), {
|
|
830
|
+
renderHeader: b
|
|
831
|
+
} = u(t, e, C), {
|
|
832
|
+
renderListArea: v
|
|
833
|
+
} = ft(t, e, s, o, f, V, O);
|
|
834
834
|
function j(L) {
|
|
835
|
-
|
|
835
|
+
C.search(L);
|
|
836
836
|
}
|
|
837
837
|
function A(L) {
|
|
838
|
-
L && (
|
|
838
|
+
L && (o.load(L), s.value = I(0, k.value + r - 1));
|
|
839
839
|
}
|
|
840
840
|
e.expose({
|
|
841
841
|
search: j,
|
|
@@ -845,45 +845,45 @@ const E = /* @__PURE__ */ G({
|
|
|
845
845
|
t.multiSelect && (L.preventDefault(), L.stopPropagation());
|
|
846
846
|
}
|
|
847
847
|
return () => l("div", {
|
|
848
|
-
class:
|
|
848
|
+
class: m.value,
|
|
849
849
|
onClick: R
|
|
850
|
-
}, [
|
|
850
|
+
}, [b(), l("div", {
|
|
851
851
|
ref: n,
|
|
852
852
|
class: "f-list-view-content",
|
|
853
853
|
onMouseover: () => {
|
|
854
|
-
|
|
854
|
+
p.value = !0;
|
|
855
855
|
},
|
|
856
856
|
onMouseleave: () => {
|
|
857
|
-
|
|
857
|
+
p.value = !1;
|
|
858
858
|
}
|
|
859
|
-
}, [
|
|
859
|
+
}, [v()]), w.value && l("div", {
|
|
860
860
|
class: "f-list-view-footer"
|
|
861
861
|
}, [e.slots.footer && e.slots.footer()])]);
|
|
862
862
|
}
|
|
863
|
-
}), H = /* @__PURE__ */
|
|
863
|
+
}), H = /* @__PURE__ */ N({
|
|
864
864
|
name: "FTransfer",
|
|
865
|
-
props:
|
|
865
|
+
props: z,
|
|
866
866
|
emits: ["change", "activeChange"],
|
|
867
867
|
setup(t, e) {
|
|
868
|
-
const n = h(t.identifyField),
|
|
869
|
-
function
|
|
870
|
-
const
|
|
871
|
-
|
|
872
|
-
const
|
|
873
|
-
|
|
874
|
-
const
|
|
875
|
-
|
|
868
|
+
const n = h(t.identifyField), c = h("已选:"), p = h("项数据"), s = h(t.displayType), r = h(!1), g = h(t.dataSource), i = h(t.selections || []), d = $(() => i.value.map((w) => w[n.value])), f = /* @__PURE__ */ new Map(), a = h();
|
|
869
|
+
function o() {
|
|
870
|
+
const w = /* @__PURE__ */ new Map(), S = t.selectionValues || [];
|
|
871
|
+
S.length && S.reduce((b, v) => (b.set(v, !0), b), w);
|
|
872
|
+
const u = t.selections || [];
|
|
873
|
+
u.length && (w.clear(), u.reduce((b, v) => (b.set(v[n.value], !0), b), w)), i.value.length || (i.value = g.value.filter((b) => w.has(b[n.value])).map((b) => Object.assign({}, b))), g.value.forEach((b) => {
|
|
874
|
+
const v = b[n.value], j = w.has(v);
|
|
875
|
+
b.checked = j, j && f.set(v, b);
|
|
876
876
|
});
|
|
877
877
|
}
|
|
878
|
-
|
|
879
|
-
const
|
|
880
|
-
function k(
|
|
881
|
-
|
|
878
|
+
o();
|
|
879
|
+
const V = $(() => s.value === "List"), C = $(() => s.value === "Tree");
|
|
880
|
+
function k(w) {
|
|
881
|
+
i.value = w.map((S) => Object.assign({}, S)), e.emit("change", i.value);
|
|
882
882
|
}
|
|
883
|
-
function
|
|
883
|
+
function F() {
|
|
884
884
|
return l(E, {
|
|
885
885
|
class: "f-utils-fill",
|
|
886
|
-
data:
|
|
886
|
+
data: g.value,
|
|
887
887
|
multiSelect: !0,
|
|
888
888
|
selection: {
|
|
889
889
|
enableSelectRow: !0,
|
|
@@ -896,7 +896,7 @@ const E = /* @__PURE__ */ G({
|
|
|
896
896
|
draggable: !1,
|
|
897
897
|
header: "Search",
|
|
898
898
|
headerClass: "transfer-search-box",
|
|
899
|
-
"selection-values":
|
|
899
|
+
"selection-values": d.value,
|
|
900
900
|
onSelectionChange: k
|
|
901
901
|
}, {
|
|
902
902
|
default: () => [_(" ")]
|
|
@@ -905,47 +905,47 @@ const E = /* @__PURE__ */ G({
|
|
|
905
905
|
function D() {
|
|
906
906
|
return l(B, null, null);
|
|
907
907
|
}
|
|
908
|
-
function
|
|
908
|
+
function M() {
|
|
909
909
|
return l("div", {
|
|
910
910
|
class: "f-utils-fill option-pane d-flex flex-column"
|
|
911
911
|
}, [l("div", {
|
|
912
912
|
class: "f-utils-flex-column option-pane-content f-utils-fill"
|
|
913
913
|
}, [l("div", {
|
|
914
914
|
class: "container columns-box d-flex f-utils-fill"
|
|
915
|
-
}, [
|
|
915
|
+
}, [V.value && F(), C.value && D()])])]);
|
|
916
916
|
}
|
|
917
|
-
function T(
|
|
918
|
-
const
|
|
919
|
-
if (
|
|
920
|
-
|
|
921
|
-
const
|
|
922
|
-
|
|
917
|
+
function T(w) {
|
|
918
|
+
const S = w[n.value];
|
|
919
|
+
if (S !== null || S !== void 0) {
|
|
920
|
+
i.value = i.value.filter((b) => b[n.value] !== S);
|
|
921
|
+
const u = f.get(S);
|
|
922
|
+
u && (u.checked = !1, f.delete(S)), e.emit("change", i.value);
|
|
923
923
|
}
|
|
924
924
|
}
|
|
925
|
-
|
|
926
|
-
|
|
925
|
+
J(i, (w) => {
|
|
926
|
+
a.value.updateDataSource(w);
|
|
927
927
|
});
|
|
928
|
-
function P(
|
|
929
|
-
const
|
|
930
|
-
|
|
928
|
+
function P(w) {
|
|
929
|
+
const S = /* @__PURE__ */ new Map();
|
|
930
|
+
i.value.reduce((u, b) => (u.set(b[n.value], b), u), S), i.value = w.map((u) => S.get(u[n.value])), e.emit("change", i.value);
|
|
931
931
|
}
|
|
932
|
-
function
|
|
933
|
-
e.emit("activeChange",
|
|
932
|
+
function y(w) {
|
|
933
|
+
e.emit("activeChange", w);
|
|
934
934
|
}
|
|
935
|
-
function
|
|
935
|
+
function O() {
|
|
936
936
|
return l(E, {
|
|
937
|
-
ref:
|
|
937
|
+
ref: a,
|
|
938
938
|
style: "flex:1",
|
|
939
|
-
data:
|
|
939
|
+
data: i.value,
|
|
940
940
|
draggable: !0,
|
|
941
941
|
view: "DraggableView",
|
|
942
942
|
"keep-order": !0,
|
|
943
943
|
onChange: P,
|
|
944
944
|
onRemoveItem: T,
|
|
945
|
-
onActiveChange:
|
|
945
|
+
onActiveChange: y
|
|
946
946
|
}, null);
|
|
947
947
|
}
|
|
948
|
-
function
|
|
948
|
+
function I() {
|
|
949
949
|
return l("div", {
|
|
950
950
|
class: "f-utils-fill selection-pane d-flex flex-column"
|
|
951
951
|
}, [l("div", {
|
|
@@ -954,142 +954,134 @@ const E = /* @__PURE__ */ G({
|
|
|
954
954
|
class: "selection-pane-title"
|
|
955
955
|
}, [l("span", {
|
|
956
956
|
class: "selection-title"
|
|
957
|
-
}, [
|
|
957
|
+
}, [c.value]), l("span", {
|
|
958
958
|
class: "selection-count"
|
|
959
|
-
}, [
|
|
959
|
+
}, [i.value && i.value.length]), l("span", {
|
|
960
960
|
class: "selection-item-title"
|
|
961
|
-
}, [
|
|
961
|
+
}, [p.value])]), l("div", {
|
|
962
962
|
class: "container columns-box f-utils-fill d-flex"
|
|
963
|
-
}, [
|
|
963
|
+
}, [O()])])]);
|
|
964
964
|
}
|
|
965
|
-
const
|
|
965
|
+
const m = $(() => ({
|
|
966
966
|
transfer: !0,
|
|
967
967
|
row: !0,
|
|
968
968
|
"f-utils-fill": r.value
|
|
969
969
|
}));
|
|
970
970
|
return () => l("div", {
|
|
971
|
-
class:
|
|
971
|
+
class: m.value,
|
|
972
972
|
style: "height:480px"
|
|
973
|
-
}, [
|
|
973
|
+
}, [M(), I()]);
|
|
974
974
|
}
|
|
975
975
|
});
|
|
976
976
|
function pt(t, e, n) {
|
|
977
|
-
var
|
|
978
|
-
function
|
|
977
|
+
var P;
|
|
978
|
+
function c() {
|
|
979
979
|
}
|
|
980
|
-
const
|
|
981
|
-
function
|
|
980
|
+
const p = "", s = "", r = h();
|
|
981
|
+
function g() {
|
|
982
982
|
return (e == null ? void 0 : e.schema.componentType) !== "frame";
|
|
983
983
|
}
|
|
984
|
-
function
|
|
984
|
+
function i() {
|
|
985
985
|
return !1;
|
|
986
986
|
}
|
|
987
|
-
function
|
|
987
|
+
function d() {
|
|
988
988
|
return (e == null ? void 0 : e.schema.componentType) !== "frame";
|
|
989
989
|
}
|
|
990
|
-
function
|
|
990
|
+
function f() {
|
|
991
991
|
return (e == null ? void 0 : e.schema.componentType) === "frame";
|
|
992
992
|
}
|
|
993
|
-
function
|
|
994
|
-
if (!
|
|
993
|
+
function a(y) {
|
|
994
|
+
if (!y || !y.value)
|
|
995
995
|
return null;
|
|
996
|
-
if (
|
|
997
|
-
return
|
|
998
|
-
const
|
|
999
|
-
return
|
|
996
|
+
if (y.value.schema && y.value.schema.type === "component")
|
|
997
|
+
return y.value;
|
|
998
|
+
const O = h(y == null ? void 0 : y.value.parent), I = a(O);
|
|
999
|
+
return I || null;
|
|
1000
1000
|
}
|
|
1001
|
-
function
|
|
1002
|
-
const { componentInstance:
|
|
1003
|
-
return !
|
|
1001
|
+
function o(y = e) {
|
|
1002
|
+
const { componentInstance: O, designerItemElementRef: I } = y;
|
|
1003
|
+
return !O || !O.value ? null : O.value.canMove ? I : o(y.parent);
|
|
1004
1004
|
}
|
|
1005
|
-
function
|
|
1005
|
+
function V(y) {
|
|
1006
1006
|
return !!n;
|
|
1007
1007
|
}
|
|
1008
|
-
function
|
|
1008
|
+
function C() {
|
|
1009
1009
|
return (e == null ? void 0 : e.schema.label) || (e == null ? void 0 : e.schema.title) || (e == null ? void 0 : e.schema.name);
|
|
1010
1010
|
}
|
|
1011
1011
|
function k() {
|
|
1012
1012
|
}
|
|
1013
|
-
function
|
|
1013
|
+
function F(y, O) {
|
|
1014
1014
|
}
|
|
1015
|
-
function D(
|
|
1016
|
-
const { componentType:
|
|
1017
|
-
let
|
|
1018
|
-
const
|
|
1019
|
-
return
|
|
1015
|
+
function D(y, O) {
|
|
1016
|
+
const { componentType: I } = y;
|
|
1017
|
+
let m = Z(I, y, O);
|
|
1018
|
+
const w = I.toLowerCase().replace("-", "_");
|
|
1019
|
+
return m && !m.id && m.type === I && (m.id = `${w}_${Math.random().toString().slice(2, 6)}`), m;
|
|
1020
1020
|
}
|
|
1021
|
-
function
|
|
1022
|
-
const f = String(w.getAttribute("data-controltype")), y = w.getAttribute("data-feature"), C = y ? JSON.parse(y) : {};
|
|
1023
|
-
C.parentComponentInstance = r.value;
|
|
1024
|
-
let s = N(f, C);
|
|
1025
|
-
const S = f.toLowerCase().replace("-", "_");
|
|
1026
|
-
return s && !s.id && s.type === f && (s.id = `${S}_${Math.random().toString().slice(2, 6)}`), s;
|
|
1021
|
+
function M(y) {
|
|
1027
1022
|
}
|
|
1028
|
-
function T(
|
|
1029
|
-
}
|
|
1030
|
-
function P(...w) {
|
|
1023
|
+
function T(...y) {
|
|
1031
1024
|
}
|
|
1032
1025
|
return r.value = {
|
|
1033
|
-
canMove:
|
|
1034
|
-
canSelectParent:
|
|
1035
|
-
canDelete:
|
|
1036
|
-
canNested: !
|
|
1026
|
+
canMove: g(),
|
|
1027
|
+
canSelectParent: i(),
|
|
1028
|
+
canDelete: d(),
|
|
1029
|
+
canNested: !f(),
|
|
1037
1030
|
contents: e == null ? void 0 : e.schema.contents,
|
|
1038
1031
|
elementRef: t,
|
|
1039
|
-
parent: (
|
|
1032
|
+
parent: (P = e == null ? void 0 : e.parent) == null ? void 0 : P.componentInstance,
|
|
1040
1033
|
schema: e == null ? void 0 : e.schema,
|
|
1041
|
-
styles:
|
|
1042
|
-
designerClass:
|
|
1043
|
-
canAccepts:
|
|
1044
|
-
getBelongedComponentInstance:
|
|
1045
|
-
getDraggableDesignItemElement:
|
|
1046
|
-
getDraggingDisplayText:
|
|
1047
|
-
getPropConfig:
|
|
1034
|
+
styles: p,
|
|
1035
|
+
designerClass: s,
|
|
1036
|
+
canAccepts: V,
|
|
1037
|
+
getBelongedComponentInstance: a,
|
|
1038
|
+
getDraggableDesignItemElement: o,
|
|
1039
|
+
getDraggingDisplayText: C,
|
|
1040
|
+
getPropConfig: T,
|
|
1048
1041
|
getDragScopeElement: k,
|
|
1049
|
-
onAcceptMovedChildElement:
|
|
1050
|
-
|
|
1051
|
-
onChildElementMovedOut: T,
|
|
1042
|
+
onAcceptMovedChildElement: F,
|
|
1043
|
+
onChildElementMovedOut: M,
|
|
1052
1044
|
addNewChildComponentSchema: D,
|
|
1053
|
-
updateDragAndDropRules:
|
|
1045
|
+
updateDragAndDropRules: c,
|
|
1054
1046
|
triggerBelongedComponentToMoveWhenMoved: h(!1),
|
|
1055
1047
|
triggerBelongedComponentToDeleteWhenDeleted: h(!1)
|
|
1056
1048
|
}, r;
|
|
1057
1049
|
}
|
|
1058
|
-
const vt = /* @__PURE__ */
|
|
1050
|
+
const vt = /* @__PURE__ */ N({
|
|
1059
1051
|
name: "FTransferDesign",
|
|
1060
|
-
props:
|
|
1052
|
+
props: z,
|
|
1061
1053
|
emits: ["change"],
|
|
1062
1054
|
setup(t, e) {
|
|
1063
|
-
const n = h(t.identifyField),
|
|
1064
|
-
function
|
|
1065
|
-
const
|
|
1066
|
-
|
|
1067
|
-
const
|
|
1068
|
-
|
|
1069
|
-
const j =
|
|
1070
|
-
|
|
1055
|
+
const n = h(t.identifyField), c = h("已选:"), p = h("项数据"), s = h(t.displayType), r = h(!1), g = h(t.dataSource), i = h(t.selections || []), d = $(() => i.value.map((S) => S[n.value])), f = /* @__PURE__ */ new Map();
|
|
1056
|
+
function a() {
|
|
1057
|
+
const S = /* @__PURE__ */ new Map(), u = t.selectionValues || [];
|
|
1058
|
+
u.length && u.reduce((v, j) => (v.set(j, !0), v), S);
|
|
1059
|
+
const b = t.selections || [];
|
|
1060
|
+
b.length && (S.clear(), b.reduce((v, j) => (v.set(j[n.value], !0), v), S)), i.value.length || (i.value = g.value.filter((v) => S.has(v[n.value])).map((v) => Object.assign({}, v))), g.value.forEach((v) => {
|
|
1061
|
+
const j = v[n.value], A = S.has(j);
|
|
1062
|
+
v.checked = A, A && f.set(j, v);
|
|
1071
1063
|
});
|
|
1072
1064
|
}
|
|
1073
|
-
|
|
1074
|
-
const
|
|
1075
|
-
function
|
|
1076
|
-
|
|
1065
|
+
a();
|
|
1066
|
+
const o = $(() => s.value === "List"), V = $(() => s.value === "Tree");
|
|
1067
|
+
function C(S) {
|
|
1068
|
+
i.value = S.map((u) => Object.assign({}, u)), e.emit("change", i.value);
|
|
1077
1069
|
}
|
|
1078
1070
|
function k() {
|
|
1079
1071
|
return l(E, {
|
|
1080
1072
|
class: "f-utils-fill",
|
|
1081
|
-
data:
|
|
1073
|
+
data: g.value,
|
|
1082
1074
|
"multi-select": !0,
|
|
1083
1075
|
draggable: !1,
|
|
1084
1076
|
header: "Search",
|
|
1085
1077
|
headerClass: "transfer-search-box",
|
|
1086
|
-
"selection-values":
|
|
1087
|
-
onSelectionChange:
|
|
1078
|
+
"selection-values": d.value,
|
|
1079
|
+
onSelectionChange: C
|
|
1088
1080
|
}, {
|
|
1089
1081
|
default: () => [_(" ")]
|
|
1090
1082
|
});
|
|
1091
1083
|
}
|
|
1092
|
-
function
|
|
1084
|
+
function F() {
|
|
1093
1085
|
return l(B, null, null);
|
|
1094
1086
|
}
|
|
1095
1087
|
function D() {
|
|
@@ -1099,34 +1091,34 @@ const vt = /* @__PURE__ */ G({
|
|
|
1099
1091
|
class: "f-utils-flex-column option-pane-content f-utils-fill"
|
|
1100
1092
|
}, [l("div", {
|
|
1101
1093
|
class: "container columns-box d-flex f-utils-fill"
|
|
1102
|
-
}, [
|
|
1094
|
+
}, [o.value && k(), V.value && F()])])]);
|
|
1103
1095
|
}
|
|
1104
|
-
function
|
|
1105
|
-
const
|
|
1106
|
-
if (
|
|
1107
|
-
|
|
1108
|
-
const
|
|
1109
|
-
|
|
1096
|
+
function M(S) {
|
|
1097
|
+
const u = S[n.value];
|
|
1098
|
+
if (u !== null || u !== void 0) {
|
|
1099
|
+
i.value = i.value.filter((v) => v[n.value] !== u);
|
|
1100
|
+
const b = f.get(u);
|
|
1101
|
+
b && (b.checked = !1, f.delete(u)), e.emit("change", i.value);
|
|
1110
1102
|
}
|
|
1111
1103
|
}
|
|
1112
|
-
function T(
|
|
1113
|
-
const
|
|
1114
|
-
|
|
1104
|
+
function T(S) {
|
|
1105
|
+
const u = /* @__PURE__ */ new Map();
|
|
1106
|
+
i.value.reduce((b, v) => (b.set(v[n.value], v), b), u), i.value = S.map((b) => u.get(b[n.value])), e.emit("change", i.value);
|
|
1115
1107
|
}
|
|
1116
1108
|
function P() {
|
|
1117
1109
|
return l(E, {
|
|
1118
1110
|
style: "flex:1",
|
|
1119
|
-
data:
|
|
1111
|
+
data: i.value,
|
|
1120
1112
|
draggable: !0,
|
|
1121
1113
|
view: "DraggableView",
|
|
1122
1114
|
"keep-order": !0,
|
|
1123
1115
|
onChange: T,
|
|
1124
|
-
onRemoveItem:
|
|
1116
|
+
onRemoveItem: M
|
|
1125
1117
|
}, {
|
|
1126
1118
|
default: () => [_(" ")]
|
|
1127
1119
|
});
|
|
1128
1120
|
}
|
|
1129
|
-
function
|
|
1121
|
+
function y() {
|
|
1130
1122
|
return l("div", {
|
|
1131
1123
|
class: "f-utils-fill selection-pane d-flex flex-column"
|
|
1132
1124
|
}, [l("div", {
|
|
@@ -1135,28 +1127,28 @@ const vt = /* @__PURE__ */ G({
|
|
|
1135
1127
|
class: "selection-pane-title"
|
|
1136
1128
|
}, [l("span", {
|
|
1137
1129
|
class: "selection-title"
|
|
1138
|
-
}, [
|
|
1130
|
+
}, [c.value]), l("span", {
|
|
1139
1131
|
class: "selection-count"
|
|
1140
|
-
}, [
|
|
1132
|
+
}, [i.value && i.value.length]), l("span", {
|
|
1141
1133
|
class: "selection-item-title"
|
|
1142
|
-
}, [
|
|
1134
|
+
}, [p.value])]), l("div", {
|
|
1143
1135
|
class: "container columns-box f-utils-fill d-flex"
|
|
1144
1136
|
}, [P()])])]);
|
|
1145
1137
|
}
|
|
1146
|
-
const
|
|
1138
|
+
const O = $(() => ({
|
|
1147
1139
|
transfer: !0,
|
|
1148
1140
|
row: !0,
|
|
1149
1141
|
"f-utils-fill": r.value
|
|
1150
|
-
})),
|
|
1142
|
+
})), I = h(), m = ae("design-item-context"), w = pt(I, m);
|
|
1151
1143
|
return oe(() => {
|
|
1152
|
-
|
|
1153
|
-
}), e.expose(
|
|
1154
|
-
ref:
|
|
1155
|
-
class:
|
|
1144
|
+
I.value.componentInstance = w;
|
|
1145
|
+
}), e.expose(w.value), () => l("div", {
|
|
1146
|
+
ref: I,
|
|
1147
|
+
class: O.value,
|
|
1156
1148
|
style: "height:480px"
|
|
1157
|
-
}, [D(),
|
|
1149
|
+
}, [D(), y()]);
|
|
1158
1150
|
}
|
|
1159
|
-
}),
|
|
1151
|
+
}), ht = (t) => {
|
|
1160
1152
|
const e = t;
|
|
1161
1153
|
return e.install = function(n) {
|
|
1162
1154
|
n.component(e.name, t);
|
|
@@ -1168,10 +1160,10 @@ H.register = (t, e, n) => {
|
|
|
1168
1160
|
H.registerDesigner = (t, e, n) => {
|
|
1169
1161
|
t.transfer = vt, e.transfer = ee;
|
|
1170
1162
|
};
|
|
1171
|
-
const Ct =
|
|
1163
|
+
const Ct = ht(H);
|
|
1172
1164
|
export {
|
|
1173
1165
|
H as FTransfer,
|
|
1174
1166
|
Ct as default,
|
|
1175
1167
|
ee as propsResolver,
|
|
1176
|
-
|
|
1168
|
+
z as transferProps
|
|
1177
1169
|
};
|