@farris/ui-vue 1.4.0 → 1.4.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/avatar/index.esm.js +2 -1
- package/components/avatar/index.umd.cjs +1 -1
- package/components/checkbox/index.esm.js +2 -1
- package/components/checkbox/index.umd.cjs +1 -1
- package/components/combo-list/index.esm.js +2 -1
- package/components/combo-list/index.umd.cjs +1 -1
- package/components/condition/index.css +1 -1
- package/components/condition/index.esm.js +715 -704
- package/components/condition/index.umd.cjs +1 -1
- package/components/content-container/index.css +1 -1
- package/components/content-container/index.esm.js +1180 -1169
- package/components/content-container/index.umd.cjs +1 -1
- package/components/data-grid/index.css +1 -1
- package/components/data-grid/index.esm.js +2949 -2901
- package/components/data-grid/index.umd.cjs +1 -1
- package/components/data-view/index.css +1 -1
- package/components/data-view/index.esm.js +609 -598
- package/components/data-view/index.umd.cjs +1 -1
- package/components/date-picker/index.esm.js +3 -2
- package/components/date-picker/index.umd.cjs +1 -1
- package/components/designer-canvas/index.css +1 -1
- package/components/designer-canvas/index.esm.js +2081 -2062
- package/components/designer-canvas/index.umd.cjs +1 -1
- package/components/designer-outline/index.css +1 -1
- package/components/drawer/index.esm.js +23 -21
- package/components/drawer/index.umd.cjs +1 -1
- package/components/dynamic-form/index.css +1 -1
- package/components/dynamic-form/index.esm.js +2745 -2691
- package/components/dynamic-form/index.umd.cjs +1 -1
- package/components/external-container/index.css +1 -1
- package/components/external-container/index.esm.js +1322 -1311
- package/components/external-container/index.umd.cjs +1 -1
- package/components/field-selector/index.css +1 -1
- package/components/field-selector/index.esm.js +85 -74
- package/components/field-selector/index.umd.cjs +1 -1
- package/components/filter-bar/index.esm.js +4618 -4320
- package/components/filter-bar/index.umd.cjs +3 -3
- package/components/flow-canvas/index.css +1 -1
- package/components/flow-canvas/index.esm.js +1982 -1963
- package/components/flow-canvas/index.umd.cjs +1 -1
- package/components/input-group/index.esm.js +2 -1
- package/components/input-group/index.umd.cjs +1 -1
- package/components/list-view/index.css +1 -1
- package/components/list-view/index.esm.js +822 -811
- package/components/list-view/index.umd.cjs +1 -1
- package/components/lookup/index.css +1 -1
- package/components/lookup/index.esm.js +3268 -3219
- package/components/lookup/index.umd.cjs +1 -1
- package/components/mapping-editor/index.css +1 -1
- package/components/mapping-editor/index.esm.js +1985 -1937
- package/components/mapping-editor/index.umd.cjs +1 -1
- package/components/number-range/index.esm.js +136 -135
- package/components/number-range/index.umd.cjs +1 -1
- package/components/number-spinner/index.esm.js +2 -1
- package/components/number-spinner/index.umd.cjs +1 -1
- package/components/order/index.esm.js +2 -1
- package/components/order/index.umd.cjs +1 -1
- package/components/property-editor/index.esm.js +2 -1
- package/components/property-editor/index.umd.cjs +1 -1
- package/components/property-panel/index.esm.js +295 -283
- package/components/property-panel/index.umd.cjs +2 -2
- package/components/query-solution/index.css +1 -1
- package/components/query-solution/index.esm.js +5430 -5374
- package/components/query-solution/index.umd.cjs +7 -7
- package/components/radio-group/index.esm.js +2 -1
- package/components/radio-group/index.umd.cjs +1 -1
- package/components/schema-selector/index.css +1 -1
- package/components/schema-selector/index.esm.js +1259 -1248
- package/components/schema-selector/index.umd.cjs +2 -2
- package/components/section/index.css +1 -1
- package/components/section/index.esm.js +1272 -1261
- package/components/section/index.umd.cjs +1 -1
- package/components/switch/index.esm.js +2 -1
- package/components/switch/index.umd.cjs +1 -1
- package/components/textarea/index.esm.js +14 -13
- package/components/textarea/index.umd.cjs +1 -1
- package/components/time-picker/index.esm.js +2 -1
- package/components/time-picker/index.umd.cjs +1 -1
- package/components/tree-grid/index.css +1 -1
- package/components/tree-grid/index.esm.js +715 -704
- package/components/tree-grid/index.umd.cjs +1 -1
- package/components/tree-view/index.css +1 -1
- package/components/tree-view/index.esm.js +107 -96
- package/components/tree-view/index.umd.cjs +1 -1
- package/farris.all.esm.js +14687 -14334
- package/farris.all.umd.cjs +11 -11
- package/index.css +1 -1
- package/package.json +1 -1
- package/types/condition/src/composition/condition-value/input-group-value.d.ts +1 -1
- package/types/dynamic-form/src/component/dynamic-form-label/dynamic-form-label.component.d.ts +6 -0
- package/types/dynamic-form/src/component/dynamic-form-label/dynamic-form-label.props.d.ts +8 -0
- package/types/dynamic-form/src/composition/form-binding-resolver-design.d.ts +6 -0
- package/types/filter-bar/src/components/drawer.component.d.ts +4 -0
- package/types/filter-bar/src/components/filter-item/filter-item.component.d.ts +10 -0
- package/types/filter-bar/src/components/filter-item/filter-item.props.d.ts +3 -0
- package/types/filter-bar/src/components/filter-item-condition/filter-item-condition.component.d.ts +11 -0
- package/types/filter-bar/src/components/filter-item-condition/filter-item-condition.props.d.ts +3 -0
- package/types/filter-bar/src/composition/types.d.ts +2 -0
- package/types/filter-bar/src/composition/use-condition.d.ts +19 -0
- package/types/filter-bar/src/filter-bar.component.d.ts +2 -1
- package/types/filter-bar/src/types.d.ts +4 -6
- package/types/filter-bar/src/components/filter-item.component.d.ts +0 -5
- /package/types/filter-bar/src/components/{toolbar-component.d.ts → toolbar.component.d.ts} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
var Vn = Object.defineProperty;
|
|
2
2
|
var Dn = (e, t, n) => t in e ? Vn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var Y = (e, t, n) => Dn(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
-
import { ref as
|
|
4
|
+
import { ref as k, computed as H, watch as ge, defineComponent as qe, onBeforeUnmount as Zt, withDirectives as Nn, createVNode as V, resolveDirective as Rn, Fragment as _t, reactive as it, createApp as en, onUnmounted as Ot, onMounted as gt, Transition as tn, mergeProps as ft, resolveComponent as $n, createTextVNode as pt, nextTick as zt, inject as yt, provide as Pn, isVNode as jn, Teleport as Hn, shallowRef as Wn, render as Dt, h as Ln, cloneVNode as An } from "vue";
|
|
5
5
|
import zn, { FDynamicFormGroup as Gn, FDynamicFormInput as qn } from "../dynamic-form/index.esm.js";
|
|
6
|
-
import { cloneDeep as
|
|
6
|
+
import { cloneDeep as ct, isPlainObject as Xt, throttle as Un, isUndefined as Yn } from "lodash-es";
|
|
7
7
|
import "../designer-canvas/index.esm.js";
|
|
8
8
|
import { useResizeObserver as nn } from "@vueuse/core";
|
|
9
9
|
import { useIdentify as Xn, useGroupData as Kn, useFilter as Qn, useHierarchy as Jn, useLoading as Zn, useDataView as eo, useSelection as to, useSelectHierarchyItem as no, useDataViewContainerStyle as oo, useCommandColumn as ro, useColumn as io, useSort as ao, useGroupColumn as lo, useRow as so, useEdit as uo, useVisualDataBound as co, useVisualDataCell as fo, useVisualDataRow as po, useVisualData as mo, useCellPosition as vo, useSidebar as ho, useVirtualScroll as go, useFitColumn as yo, useFilterHistory as bo, useColumnFilter as Co, useDragColumn as wo, getColumnHeader as _o, getSidebar as So, getDisableMask as xo, getHorizontalScrollbar as To, getVerticalScrollbar as Fo, getEmpty as ko } from "../data-view/index.esm.js";
|
|
@@ -125,11 +125,11 @@ class an {
|
|
|
125
125
|
return t[n[0]];
|
|
126
126
|
}
|
|
127
127
|
getTextValue(t) {
|
|
128
|
-
const n = t.split("."), o = this.value.split(",").map((r) => this.getPropValue(r,
|
|
128
|
+
const n = t.split("."), o = this.value.split(",").map((r) => this.getPropValue(r, ct(n)));
|
|
129
129
|
return o && o.length ? o.join(",") : "";
|
|
130
130
|
}
|
|
131
131
|
getValue() {
|
|
132
|
-
const t = this.valueField.split("."), n = this.value.split(",").map((o) => this.getPropValue(o,
|
|
132
|
+
const t = this.valueField.split("."), n = this.value.split(",").map((o) => this.getPropValue(o, ct(t)));
|
|
133
133
|
return n && n.length ? n.join(",") : "";
|
|
134
134
|
}
|
|
135
135
|
getDisplayText() {
|
|
@@ -222,13 +222,13 @@ class un {
|
|
|
222
222
|
this.value = t.value;
|
|
223
223
|
}
|
|
224
224
|
clear() {
|
|
225
|
-
this.value =
|
|
225
|
+
this.value = "";
|
|
226
226
|
}
|
|
227
227
|
getValue() {
|
|
228
228
|
return this.value;
|
|
229
229
|
}
|
|
230
230
|
getDisplayText() {
|
|
231
|
-
return this.value
|
|
231
|
+
return this.value;
|
|
232
232
|
}
|
|
233
233
|
// setValue(data: { value: string; displayText: string }) {
|
|
234
234
|
// // this.displayText = data.dispalyText;
|
|
@@ -244,7 +244,7 @@ class un {
|
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
246
|
class $r {
|
|
247
|
-
constructor(t = { value:
|
|
247
|
+
constructor(t = { value: "", displayText: "", displayField: "", isInputText: !1 }) {
|
|
248
248
|
Y(this, "editorType", "input-group");
|
|
249
249
|
// 通过弹窗返回的若干个值对象构成的数组
|
|
250
250
|
Y(this, "value");
|
|
@@ -258,7 +258,7 @@ class $r {
|
|
|
258
258
|
this.value = t.value, this.displayText = t.displayText, this.valueField = t.displayField, this.isInputText = t.isInputText;
|
|
259
259
|
}
|
|
260
260
|
clear() {
|
|
261
|
-
this.value =
|
|
261
|
+
this.value = "", this.displayText = "", this.valueField = "";
|
|
262
262
|
}
|
|
263
263
|
getPropValue(t, n) {
|
|
264
264
|
if (n.length > 1) {
|
|
@@ -268,12 +268,11 @@ class $r {
|
|
|
268
268
|
return t[n[0]];
|
|
269
269
|
}
|
|
270
270
|
getTextValue(t) {
|
|
271
|
-
const n = t.split("."), o = this.value.map((r) => this.getPropValue(r,
|
|
271
|
+
const n = t.split("."), o = this.value.map((r) => this.getPropValue(r, ct(n)));
|
|
272
272
|
return o && o.length ? o.join(",") : "";
|
|
273
273
|
}
|
|
274
274
|
getValue() {
|
|
275
|
-
|
|
276
|
-
return n && n.length ? n.join(",") : "";
|
|
275
|
+
return this.value;
|
|
277
276
|
}
|
|
278
277
|
getDisplayText() {
|
|
279
278
|
return this.getValue();
|
|
@@ -494,7 +493,7 @@ function hn() {
|
|
|
494
493
|
return { createConditionValue: e };
|
|
495
494
|
}
|
|
496
495
|
function gn(e, t) {
|
|
497
|
-
const n =
|
|
496
|
+
const n = k(e.fields), o = k([]), r = /* @__PURE__ */ new Map(), { createConditionValue: i } = hn();
|
|
498
497
|
function a(c) {
|
|
499
498
|
switch (c.editor ? c.editor.type : "input-group") {
|
|
500
499
|
case "date-range":
|
|
@@ -513,21 +512,21 @@ function gn(e, t) {
|
|
|
513
512
|
return c.map((v) => Object.assign({}, v)).map((v) => (v.editor = a(v), v));
|
|
514
513
|
}
|
|
515
514
|
function s(c = !0) {
|
|
516
|
-
n.value.reduce((
|
|
515
|
+
n.value.reduce((f, v) => (c || (v.editor = a(v)), f.set(v.labelCode, v), f), r);
|
|
517
516
|
}
|
|
518
|
-
function
|
|
519
|
-
return c.forEach((
|
|
520
|
-
if (
|
|
521
|
-
const v = r.get(
|
|
522
|
-
|
|
517
|
+
function d(c) {
|
|
518
|
+
return c.forEach((f) => {
|
|
519
|
+
if (f) {
|
|
520
|
+
const v = r.get(f.fieldCode);
|
|
521
|
+
f.value = i(v.editor.type, f.value);
|
|
523
522
|
}
|
|
524
523
|
}), c;
|
|
525
524
|
}
|
|
526
|
-
return { convertToSingleControl: u, fields: n, fieldMap: r, fieldConditions: o, loadFieldConfigs: s, initialConditionValue:
|
|
525
|
+
return { convertToSingleControl: u, fields: n, fieldMap: r, fieldConditions: o, loadFieldConfigs: s, initialConditionValue: d };
|
|
527
526
|
}
|
|
528
527
|
function Pr(e, t, n) {
|
|
529
|
-
const o =
|
|
530
|
-
function a(c,
|
|
528
|
+
const o = k(null), r = k(n), i = k(0);
|
|
529
|
+
function a(c, f) {
|
|
531
530
|
let v = null;
|
|
532
531
|
return function() {
|
|
533
532
|
const C = arguments;
|
|
@@ -540,19 +539,19 @@ function Pr(e, t, n) {
|
|
|
540
539
|
}
|
|
541
540
|
function u() {
|
|
542
541
|
r.value && (o.value = new ResizeObserver(a((c) => {
|
|
543
|
-
const
|
|
544
|
-
i.value =
|
|
542
|
+
const f = c[0];
|
|
543
|
+
i.value = f.contentRect.width;
|
|
545
544
|
})), o.value.observe(r.value));
|
|
546
545
|
}
|
|
547
546
|
function s(c) {
|
|
548
547
|
let v = "col-12";
|
|
549
548
|
return c > 250 * 6 ? v = "col-2" : c > 250 * 4 ? v = "col-3" : c > 250 * 3 ? v = "col-4" : c > 250 * 2 && (v = "col-6"), v;
|
|
550
549
|
}
|
|
551
|
-
const
|
|
552
|
-
return
|
|
550
|
+
const d = H(() => s(i.value));
|
|
551
|
+
return ge([n], ([c]) => {
|
|
553
552
|
r.value = c, u();
|
|
554
553
|
}), {
|
|
555
|
-
conditionClass:
|
|
554
|
+
conditionClass: d,
|
|
556
555
|
resizeObserver: o
|
|
557
556
|
};
|
|
558
557
|
}
|
|
@@ -561,20 +560,20 @@ const Kt = /* @__PURE__ */ qe({
|
|
|
561
560
|
props: on,
|
|
562
561
|
emits: ["valueChange", "blur", "focus", "click", "input"],
|
|
563
562
|
setup(e, t) {
|
|
564
|
-
const n =
|
|
565
|
-
|
|
566
|
-
const r =
|
|
563
|
+
const n = k(), o = k(e.key);
|
|
564
|
+
k(e.isControlInline);
|
|
565
|
+
const r = k(e.conditions), i = gn(e), {
|
|
567
566
|
initialConditionValue: a,
|
|
568
567
|
fieldMap: u,
|
|
569
568
|
loadFieldConfigs: s
|
|
570
|
-
} = i,
|
|
569
|
+
} = i, d = Pr(e, t, n), {
|
|
571
570
|
conditionClass: c,
|
|
572
|
-
resizeObserver:
|
|
573
|
-
} =
|
|
571
|
+
resizeObserver: f
|
|
572
|
+
} = d;
|
|
574
573
|
s(!0), a(r.value), Zt(() => {
|
|
575
574
|
var I;
|
|
576
|
-
(I =
|
|
577
|
-
}),
|
|
575
|
+
(I = f.value) == null || I.unobserve(n.value);
|
|
576
|
+
}), ge(() => e.conditions, () => {
|
|
578
577
|
r.value = e.conditions, a(r.value);
|
|
579
578
|
});
|
|
580
579
|
const v = H(() => ({
|
|
@@ -620,7 +619,7 @@ const Kt = /* @__PURE__ */ qe({
|
|
|
620
619
|
}
|
|
621
620
|
}), yn = {}, bn = {};
|
|
622
621
|
function Gt(e) {
|
|
623
|
-
const { properties: t, title: n, ignore: o } = e, r = o && Array.isArray(o), i = Object.keys(t).reduce((a, u) => ((!r || !o.find((s) => s === u)) && (a[u] = t[u].type === "object" && t[u].properties ? Gt(t[u]) :
|
|
622
|
+
const { properties: t, title: n, ignore: o } = e, r = o && Array.isArray(o), i = Object.keys(t).reduce((a, u) => ((!r || !o.find((s) => s === u)) && (a[u] = t[u].type === "object" && t[u].properties ? Gt(t[u]) : ct(t[u].default)), a), {});
|
|
624
623
|
if (n && (!r || !o.find((a) => a === "id"))) {
|
|
625
624
|
const a = n.toLowerCase().replace(/-/g, "_");
|
|
626
625
|
i.id = `${a}_${Math.random().toString().slice(2, 6)}`;
|
|
@@ -630,7 +629,7 @@ function Gt(e) {
|
|
|
630
629
|
function jr(e) {
|
|
631
630
|
const { properties: t, title: n, required: o } = e;
|
|
632
631
|
if (o && Array.isArray(o)) {
|
|
633
|
-
const r = o.reduce((i, a) => (i[a] = t[a].type === "object" && t[a].properties ? Gt(t[a]) :
|
|
632
|
+
const r = o.reduce((i, a) => (i[a] = t[a].type === "object" && t[a].properties ? Gt(t[a]) : ct(t[a].default), i), {});
|
|
634
633
|
if (n && o.find((i) => i === "id")) {
|
|
635
634
|
const i = n.toLowerCase().replace(/-/g, "_");
|
|
636
635
|
r.id = `${i}_${Math.random().toString().slice(2, 6)}`;
|
|
@@ -674,55 +673,55 @@ function Lr(e, t, n = /* @__PURE__ */ new Map()) {
|
|
|
674
673
|
return Wr(o, n);
|
|
675
674
|
}
|
|
676
675
|
function Ar(e = {}) {
|
|
677
|
-
function t(
|
|
678
|
-
if (typeof
|
|
679
|
-
return v[
|
|
680
|
-
if (typeof
|
|
681
|
-
const C = Object.keys(
|
|
676
|
+
function t(d, c, f, v) {
|
|
677
|
+
if (typeof f == "number")
|
|
678
|
+
return v[d].length === f;
|
|
679
|
+
if (typeof f == "object") {
|
|
680
|
+
const C = Object.keys(f)[0], T = f[C];
|
|
682
681
|
if (C === "not")
|
|
683
|
-
return Number(v[
|
|
682
|
+
return Number(v[d].length) !== Number(T);
|
|
684
683
|
if (C === "moreThan")
|
|
685
|
-
return Number(v[
|
|
684
|
+
return Number(v[d].length) >= Number(T);
|
|
686
685
|
if (C === "lessThan")
|
|
687
|
-
return Number(v[
|
|
686
|
+
return Number(v[d].length) <= Number(T);
|
|
688
687
|
}
|
|
689
688
|
return !1;
|
|
690
689
|
}
|
|
691
|
-
function n(
|
|
692
|
-
return v[
|
|
690
|
+
function n(d, c, f, v) {
|
|
691
|
+
return v[d] && v[d].propertyValue && String(v[d].propertyValue.value) === String(f);
|
|
693
692
|
}
|
|
694
693
|
const o = /* @__PURE__ */ new Map([
|
|
695
694
|
["length", t],
|
|
696
695
|
["getProperty", n]
|
|
697
696
|
]);
|
|
698
|
-
Object.keys(e).reduce((
|
|
699
|
-
function r(
|
|
700
|
-
const
|
|
701
|
-
return typeof c == "number" ? [{ target:
|
|
697
|
+
Object.keys(e).reduce((d, c) => (d.set(c, e[c]), d), o);
|
|
698
|
+
function r(d, c) {
|
|
699
|
+
const f = d;
|
|
700
|
+
return typeof c == "number" ? [{ target: f, operator: "length", param: null, value: Number(c) }] : typeof c == "boolean" ? [{ target: f, operator: "getProperty", param: d, value: !!c }] : typeof c == "object" ? Object.keys(c).map((v) => {
|
|
702
701
|
if (v === "length")
|
|
703
|
-
return { target:
|
|
702
|
+
return { target: f, operator: "length", param: null, value: c[v] };
|
|
704
703
|
const C = v, T = c[v];
|
|
705
|
-
return { target:
|
|
704
|
+
return { target: f, operator: "getProperty", param: C, value: T };
|
|
706
705
|
}) : [];
|
|
707
706
|
}
|
|
708
|
-
function i(
|
|
709
|
-
return Object.keys(
|
|
710
|
-
const C = r(v,
|
|
711
|
-
return
|
|
707
|
+
function i(d) {
|
|
708
|
+
return Object.keys(d).reduce((f, v) => {
|
|
709
|
+
const C = r(v, d[v]);
|
|
710
|
+
return f.push(...C), f;
|
|
712
711
|
}, []);
|
|
713
712
|
}
|
|
714
|
-
function a(
|
|
715
|
-
if (o.has(
|
|
716
|
-
const
|
|
717
|
-
return
|
|
713
|
+
function a(d, c) {
|
|
714
|
+
if (o.has(d.operator)) {
|
|
715
|
+
const f = o.get(d.operator);
|
|
716
|
+
return f && f(d.target, d.param, d.value, c) || !1;
|
|
718
717
|
}
|
|
719
718
|
return !1;
|
|
720
719
|
}
|
|
721
|
-
function u(
|
|
722
|
-
return i(
|
|
720
|
+
function u(d, c) {
|
|
721
|
+
return i(d).reduce((C, T) => C && a(T, c), !0);
|
|
723
722
|
}
|
|
724
|
-
function s(
|
|
725
|
-
const
|
|
723
|
+
function s(d, c) {
|
|
724
|
+
const f = Object.keys(d), v = f.includes("allOf"), C = f.includes("anyOf"), T = v || C, m = (T ? d[T ? v ? "allOf" : "anyOf" : "allOf"] : [d]).map((O) => u(O, c));
|
|
726
725
|
return v ? !m.includes(!1) : m.includes(!0);
|
|
727
726
|
}
|
|
728
727
|
return { parseValueSchema: s };
|
|
@@ -769,9 +768,9 @@ const ae = {
|
|
|
769
768
|
"query-solution": { type: "query-solution", name: "筛选方案", icon: "QueryScheme" }
|
|
770
769
|
}, zr = {}, Gr = {};
|
|
771
770
|
Ar();
|
|
772
|
-
function mt(e, t, n = /* @__PURE__ */ new Map(), o = (a, u, s,
|
|
771
|
+
function mt(e, t, n = /* @__PURE__ */ new Map(), o = (a, u, s, d) => u, r = {}, i = (a) => a) {
|
|
773
772
|
return yn[t.title] = t, bn[t.title] = o, zr[t.title] = r, Gr[t.title] = i, (a = {}) => {
|
|
774
|
-
const u = Lr(a, t, n), s = Object.keys(e).reduce((
|
|
773
|
+
const u = Lr(a, t, n), s = Object.keys(e).reduce((d, c) => (d[c] = e[c].default, d), {});
|
|
775
774
|
return Object.assign(s, u);
|
|
776
775
|
};
|
|
777
776
|
}
|
|
@@ -866,7 +865,7 @@ class Qr {
|
|
|
866
865
|
}), n.contents = [o];
|
|
867
866
|
const { selectedFields: i } = t;
|
|
868
867
|
i == null || i.forEach((u) => {
|
|
869
|
-
const s =
|
|
868
|
+
const s = ct(u), d = this.resolveControlClassByFormColumns(t), c = this.controlCreatorUtils.setFormFieldProperty(s, "", d);
|
|
870
869
|
c && r.push(c);
|
|
871
870
|
});
|
|
872
871
|
const { templateId: a } = this.formSchemaUtils.getFormSchema().module;
|
|
@@ -931,16 +930,16 @@ class Qr {
|
|
|
931
930
|
}
|
|
932
931
|
}
|
|
933
932
|
function Jr(e, t, n, o) {
|
|
934
|
-
var i, a, u, s,
|
|
933
|
+
var i, a, u, s, d, c;
|
|
935
934
|
const r = n.parentComponentInstance;
|
|
936
935
|
if (r && o) {
|
|
937
|
-
const
|
|
936
|
+
const f = (i = r.schema) == null ? void 0 : i.type, C = {
|
|
938
937
|
componentId: `form-${Math.random().toString(36).slice(2, 6)}`,
|
|
939
938
|
componentName: ((a = n.bindingSourceContext) == null ? void 0 : a.entityTitle) || ((s = (u = n.bindingSourceContext) == null ? void 0 : u.bindingEntity) == null ? void 0 : s.name) || "标题",
|
|
940
939
|
componentType: "form",
|
|
941
|
-
formColumns:
|
|
940
|
+
formColumns: f === "splitter-pane" ? 1 : 4,
|
|
942
941
|
parentContainerId: r.schema.id,
|
|
943
|
-
bindTo: ((
|
|
942
|
+
bindTo: ((d = n.bindingSourceContext) == null ? void 0 : d.bindTo) || "/",
|
|
944
943
|
selectedFields: (c = n.bindingSourceContext) == null ? void 0 : c.bindingEntityFields
|
|
945
944
|
};
|
|
946
945
|
return new Qr(e, o).createComponent(C);
|
|
@@ -1067,7 +1066,8 @@ const ui = "https://json-schema.org/draft/2020-12/schema", ci = "https://farris-
|
|
|
1067
1066
|
visible: { type: Boolean, default: !0 },
|
|
1068
1067
|
required: { type: Boolean, default: !1 },
|
|
1069
1068
|
showLabel: { type: Boolean, default: !0 },
|
|
1070
|
-
type: { type: String, default: "input-group" }
|
|
1069
|
+
type: { type: String, default: "input-group" },
|
|
1070
|
+
componentId: { type: String, default: "" }
|
|
1071
1071
|
};
|
|
1072
1072
|
mt(
|
|
1073
1073
|
_n,
|
|
@@ -1077,7 +1077,7 @@ mt(
|
|
|
1077
1077
|
);
|
|
1078
1078
|
function hi(e, t, n) {
|
|
1079
1079
|
var M;
|
|
1080
|
-
const o = n && n.getStyles && n.getStyles() || "", r = n && n.getDesignerClass && n.getDesignerClass() || "", i =
|
|
1080
|
+
const o = n && n.getStyles && n.getStyles() || "", r = n && n.getDesignerClass && n.getDesignerClass() || "", i = k();
|
|
1081
1081
|
function a() {
|
|
1082
1082
|
return (t == null ? void 0 : t.schema.componentType) === "frame" ? !1 : n && n.checkCanMoveComponent ? n.checkCanMoveComponent() : !0;
|
|
1083
1083
|
}
|
|
@@ -1087,7 +1087,7 @@ function hi(e, t, n) {
|
|
|
1087
1087
|
function s() {
|
|
1088
1088
|
return (t == null ? void 0 : t.schema.componentType) === "frame" ? !1 : n && n.checkCanDeleteComponent ? n.checkCanDeleteComponent() : !0;
|
|
1089
1089
|
}
|
|
1090
|
-
function
|
|
1090
|
+
function d() {
|
|
1091
1091
|
return (t == null ? void 0 : t.schema.componentType) === "frame" ? !0 : n && n.hideNestedPaddingInDesginerView ? n.hideNestedPaddingInDesginerView() : !1;
|
|
1092
1092
|
}
|
|
1093
1093
|
function c(l) {
|
|
@@ -1095,16 +1095,16 @@ function hi(e, t, n) {
|
|
|
1095
1095
|
return null;
|
|
1096
1096
|
if (l.value.schema && l.value.schema.type === "component")
|
|
1097
1097
|
return l.value;
|
|
1098
|
-
const S =
|
|
1098
|
+
const S = k(l == null ? void 0 : l.value.parent), x = c(S);
|
|
1099
1099
|
return x || null;
|
|
1100
1100
|
}
|
|
1101
|
-
function
|
|
1101
|
+
function f(l = t) {
|
|
1102
1102
|
var g;
|
|
1103
1103
|
const { componentInstance: S, designerItemElementRef: x } = l;
|
|
1104
1104
|
if (!S || !S.value)
|
|
1105
1105
|
return null;
|
|
1106
1106
|
const { getCustomButtons: F } = S.value;
|
|
1107
|
-
return S.value.canMove || F && ((g = F()) != null && g.length) ? x :
|
|
1107
|
+
return S.value.canMove || F && ((g = F()) != null && g.length) ? x : f(l.parent);
|
|
1108
1108
|
}
|
|
1109
1109
|
function v(l) {
|
|
1110
1110
|
return !!n && n.canAccepts(l);
|
|
@@ -1153,7 +1153,7 @@ function hi(e, t, n) {
|
|
|
1153
1153
|
canMove: a(),
|
|
1154
1154
|
canSelectParent: u(),
|
|
1155
1155
|
canDelete: s(),
|
|
1156
|
-
canNested: !
|
|
1156
|
+
canNested: !d(),
|
|
1157
1157
|
contents: t == null ? void 0 : t.schema.contents,
|
|
1158
1158
|
elementRef: e,
|
|
1159
1159
|
parent: (M = t == null ? void 0 : t.parent) == null ? void 0 : M.componentInstance,
|
|
@@ -1162,15 +1162,15 @@ function hi(e, t, n) {
|
|
|
1162
1162
|
designerClass: r,
|
|
1163
1163
|
canAccepts: v,
|
|
1164
1164
|
getBelongedComponentInstance: c,
|
|
1165
|
-
getDraggableDesignItemElement:
|
|
1165
|
+
getDraggableDesignItemElement: f,
|
|
1166
1166
|
getDraggingDisplayText: C,
|
|
1167
1167
|
getPropConfig: y,
|
|
1168
1168
|
getDragScopeElement: T,
|
|
1169
1169
|
onAcceptMovedChildElement: R,
|
|
1170
1170
|
onChildElementMovedOut: m,
|
|
1171
1171
|
addNewChildComponentSchema: I,
|
|
1172
|
-
triggerBelongedComponentToMoveWhenMoved: !!n && n.triggerBelongedComponentToMoveWhenMoved ||
|
|
1173
|
-
triggerBelongedComponentToDeleteWhenDeleted: !!n && n.triggerBelongedComponentToDeleteWhenDeleted ||
|
|
1172
|
+
triggerBelongedComponentToMoveWhenMoved: !!n && n.triggerBelongedComponentToMoveWhenMoved || k(!1),
|
|
1173
|
+
triggerBelongedComponentToDeleteWhenDeleted: !!n && n.triggerBelongedComponentToDeleteWhenDeleted || k(!1),
|
|
1174
1174
|
onRemoveComponent: O,
|
|
1175
1175
|
getCustomButtons: p,
|
|
1176
1176
|
onPropertyChanged: _
|
|
@@ -1267,11 +1267,11 @@ class gi {
|
|
|
1267
1267
|
const o = n && n.parent && n.parent.schema;
|
|
1268
1268
|
if (!o)
|
|
1269
1269
|
return;
|
|
1270
|
-
const r = o.contents.findIndex((a) => a.id === t), i =
|
|
1270
|
+
const r = o.contents.findIndex((a) => a.id === t), i = ct(o.contents[r]);
|
|
1271
1271
|
o.contents.splice(r, 1), o.contents.splice(r, 0, i);
|
|
1272
1272
|
}
|
|
1273
1273
|
}
|
|
1274
|
-
const Rt =
|
|
1274
|
+
const Rt = k(0);
|
|
1275
1275
|
function yi(e, t) {
|
|
1276
1276
|
const n = t.getBoundingClientRect(), o = e.getBoundingClientRect(), r = o.top >= n.top, i = o.top <= n.bottom;
|
|
1277
1277
|
return r && i;
|
|
@@ -1327,7 +1327,7 @@ function wi(e) {
|
|
|
1327
1327
|
let t;
|
|
1328
1328
|
e.className.includes("dgComponentSelected") ? t = e : t = e.querySelector(".dgComponentSelected"), t && Sn(t);
|
|
1329
1329
|
}
|
|
1330
|
-
var
|
|
1330
|
+
var st = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
1331
1331
|
function St(e) {
|
|
1332
1332
|
throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
1333
1333
|
}
|
|
@@ -1338,22 +1338,22 @@ var _i = { exports: {} };
|
|
|
1338
1338
|
})(function() {
|
|
1339
1339
|
return (/* @__PURE__ */ function() {
|
|
1340
1340
|
function n(o, r, i) {
|
|
1341
|
-
function a(
|
|
1342
|
-
if (!r[
|
|
1343
|
-
if (!o[
|
|
1344
|
-
var
|
|
1345
|
-
if (!c &&
|
|
1346
|
-
if (u) return u(
|
|
1347
|
-
var v = new Error("Cannot find module '" +
|
|
1341
|
+
function a(d, c) {
|
|
1342
|
+
if (!r[d]) {
|
|
1343
|
+
if (!o[d]) {
|
|
1344
|
+
var f = typeof St == "function" && St;
|
|
1345
|
+
if (!c && f) return f(d, !0);
|
|
1346
|
+
if (u) return u(d, !0);
|
|
1347
|
+
var v = new Error("Cannot find module '" + d + "'");
|
|
1348
1348
|
throw v.code = "MODULE_NOT_FOUND", v;
|
|
1349
1349
|
}
|
|
1350
|
-
var C = r[
|
|
1351
|
-
o[
|
|
1352
|
-
var R = o[
|
|
1350
|
+
var C = r[d] = { exports: {} };
|
|
1351
|
+
o[d][0].call(C.exports, function(T) {
|
|
1352
|
+
var R = o[d][1][T];
|
|
1353
1353
|
return a(R || T);
|
|
1354
1354
|
}, C, C.exports, n, o, r, i);
|
|
1355
1355
|
}
|
|
1356
|
-
return r[
|
|
1356
|
+
return r[d].exports;
|
|
1357
1357
|
}
|
|
1358
1358
|
for (var u = typeof St == "function" && St, s = 0; s < i.length; s++) a(i[s]);
|
|
1359
1359
|
return a;
|
|
@@ -1362,30 +1362,30 @@ var _i = { exports: {} };
|
|
|
1362
1362
|
}())({
|
|
1363
1363
|
1: [function(n, o, r) {
|
|
1364
1364
|
var i = {}, a = "(?:^|\\s)", u = "(?:\\s|$)";
|
|
1365
|
-
function s(
|
|
1366
|
-
var v = i[
|
|
1367
|
-
return v ? v.lastIndex = 0 : i[
|
|
1365
|
+
function s(f) {
|
|
1366
|
+
var v = i[f];
|
|
1367
|
+
return v ? v.lastIndex = 0 : i[f] = v = new RegExp(a + f + u, "g"), v;
|
|
1368
1368
|
}
|
|
1369
|
-
function f
|
|
1370
|
-
var C =
|
|
1371
|
-
C.length ? s(v).test(C) || (
|
|
1369
|
+
function d(f, v) {
|
|
1370
|
+
var C = f.className;
|
|
1371
|
+
C.length ? s(v).test(C) || (f.className += " " + v) : f.className = v;
|
|
1372
1372
|
}
|
|
1373
|
-
function c(
|
|
1374
|
-
|
|
1373
|
+
function c(f, v) {
|
|
1374
|
+
f.className = f.className.replace(s(v), " ").trim();
|
|
1375
1375
|
}
|
|
1376
1376
|
o.exports = {
|
|
1377
|
-
add:
|
|
1377
|
+
add: d,
|
|
1378
1378
|
rm: c
|
|
1379
1379
|
};
|
|
1380
1380
|
}, {}],
|
|
1381
1381
|
2: [function(n, o, r) {
|
|
1382
1382
|
(function(i) {
|
|
1383
|
-
var a = n("contra/emitter"), u = n("crossvent"), s = n("./classes"),
|
|
1384
|
-
function
|
|
1385
|
-
var
|
|
1386
|
-
|
|
1383
|
+
var a = n("contra/emitter"), u = n("crossvent"), s = n("./classes"), d = document, c = d.documentElement;
|
|
1384
|
+
function f(g, h) {
|
|
1385
|
+
var E = arguments.length;
|
|
1386
|
+
E === 1 && Array.isArray(g) === !1 && (h = g, g = []);
|
|
1387
1387
|
var w, b, D, B, $, A, G, U, J, re = null, se, j, Z = !1, ue = 0, ee, W = h || {};
|
|
1388
|
-
W.moves === void 0 && (W.moves = y), W.accepts === void 0 && (W.accepts = y), W.invalid === void 0 && (W.invalid = Re), W.containers === void 0 && (W.containers = g || []), W.isContainer === void 0 && (W.isContainer = m), W.copy === void 0 && (W.copy = !1), W.copySortSource === void 0 && (W.copySortSource = !1), W.revertOnSpill === void 0 && (W.revertOnSpill = !1), W.removeOnSpill === void 0 && (W.removeOnSpill = !1), W.direction === void 0 && (W.direction = "vertical"), W.ignoreInputTextSelection === void 0 && (W.ignoreInputTextSelection = !0), W.mirrorContainer === void 0 && (W.mirrorContainer =
|
|
1388
|
+
W.moves === void 0 && (W.moves = y), W.accepts === void 0 && (W.accepts = y), W.invalid === void 0 && (W.invalid = Re), W.containers === void 0 && (W.containers = g || []), W.isContainer === void 0 && (W.isContainer = m), W.copy === void 0 && (W.copy = !1), W.copySortSource === void 0 && (W.copySortSource = !1), W.revertOnSpill === void 0 && (W.revertOnSpill = !1), W.removeOnSpill === void 0 && (W.removeOnSpill = !1), W.direction === void 0 && (W.direction = "vertical"), W.ignoreInputTextSelection === void 0 && (W.ignoreInputTextSelection = !0), W.mirrorContainer === void 0 && (W.mirrorContainer = d.body);
|
|
1389
1389
|
var q = a({
|
|
1390
1390
|
containers: W.containers,
|
|
1391
1391
|
start: X,
|
|
@@ -1393,7 +1393,7 @@ var _i = { exports: {} };
|
|
|
1393
1393
|
cancel: Qe,
|
|
1394
1394
|
remove: Ae,
|
|
1395
1395
|
destroy: Ie,
|
|
1396
|
-
canMove:
|
|
1396
|
+
canMove: ye,
|
|
1397
1397
|
dragging: !1
|
|
1398
1398
|
});
|
|
1399
1399
|
return W.removeOnSpill === !0 && q.on("over", N).on("out", z), fe(), q;
|
|
@@ -1434,7 +1434,7 @@ var _i = { exports: {} };
|
|
|
1434
1434
|
}
|
|
1435
1435
|
if (!(P.clientX !== void 0 && Math.abs(P.clientX - B) <= (W.slideFactorX || 0) && P.clientY !== void 0 && Math.abs(P.clientY - $) <= (W.slideFactorY || 0))) {
|
|
1436
1436
|
if (W.ignoreInputTextSelection) {
|
|
1437
|
-
var L = F("clientX", P) || 0, Q = F("clientY", P) || 0, le =
|
|
1437
|
+
var L = F("clientX", P) || 0, Q = F("clientY", P) || 0, le = d.elementFromPoint(L, Q);
|
|
1438
1438
|
if (M(le))
|
|
1439
1439
|
return;
|
|
1440
1440
|
}
|
|
@@ -1459,7 +1459,7 @@ var _i = { exports: {} };
|
|
|
1459
1459
|
}
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
1462
|
-
function
|
|
1462
|
+
function ye(P) {
|
|
1463
1463
|
return !!Be(P);
|
|
1464
1464
|
}
|
|
1465
1465
|
function X(P) {
|
|
@@ -1483,8 +1483,8 @@ var _i = { exports: {} };
|
|
|
1483
1483
|
}
|
|
1484
1484
|
function We(P) {
|
|
1485
1485
|
if (Ke(), !!q.dragging) {
|
|
1486
|
-
var L = U || D, Q = F("clientX", P) || 0, le = F("clientY", P) || 0, pe = I(w, Q, le),
|
|
1487
|
-
|
|
1486
|
+
var L = U || D, Q = F("clientX", P) || 0, le = F("clientY", P) || 0, pe = I(w, Q, le), be = tt(pe, Q, le);
|
|
1487
|
+
be && (U && W.copySortSource || !U || be !== b) ? Le(L, be) : W.removeOnSpill ? Ae() : Qe();
|
|
1488
1488
|
}
|
|
1489
1489
|
}
|
|
1490
1490
|
function Le(P, L) {
|
|
@@ -1516,8 +1516,8 @@ var _i = { exports: {} };
|
|
|
1516
1516
|
le = _(le);
|
|
1517
1517
|
return le;
|
|
1518
1518
|
function pe() {
|
|
1519
|
-
var
|
|
1520
|
-
if (
|
|
1519
|
+
var be = me(le);
|
|
1520
|
+
if (be === !1)
|
|
1521
1521
|
return !1;
|
|
1522
1522
|
var rt = _e(le, P), ze = Pe(le, rt, L, Q), Ze = Ue(le, ze);
|
|
1523
1523
|
return Ze ? !0 : W.accepts(D, le, b, ze);
|
|
@@ -1529,27 +1529,27 @@ var _i = { exports: {} };
|
|
|
1529
1529
|
P.preventDefault();
|
|
1530
1530
|
var L = F("clientX", P) || 0, Q = F("clientY", P) || 0;
|
|
1531
1531
|
w.style.left = L - 2 + "px", w.style.top = Q - 2 + "px";
|
|
1532
|
-
var le = U || D, pe = I(w, L, Q),
|
|
1533
|
-
(rt ||
|
|
1532
|
+
var le = U || D, pe = I(w, L, Q), be = tt(pe, L, Q), rt = be !== null && be !== re;
|
|
1533
|
+
(rt || be === null) && (Ye(), re = be, lt()), Se(pe, Q);
|
|
1534
1534
|
var ze = _(le);
|
|
1535
|
-
if (
|
|
1535
|
+
if (be === b && U && !W.copySortSource) {
|
|
1536
1536
|
ze && ze.removeChild(le);
|
|
1537
1537
|
return;
|
|
1538
1538
|
}
|
|
1539
|
-
var Ze,
|
|
1540
|
-
if (Z = he(
|
|
1541
|
-
Ze = Pe(
|
|
1539
|
+
var Ze, at = _e(be, pe);
|
|
1540
|
+
if (Z = he(at, be), at !== null)
|
|
1541
|
+
Ze = Pe(be, at, L, Q);
|
|
1542
1542
|
else if (W.revertOnSpill === !0 && !U)
|
|
1543
|
-
Ze = A,
|
|
1543
|
+
Ze = A, be = b;
|
|
1544
1544
|
else {
|
|
1545
1545
|
U && ze && ze.removeChild(le), U && j && (j.style.display = "none");
|
|
1546
1546
|
return;
|
|
1547
1547
|
}
|
|
1548
|
-
j.style.display = "block", ot(Ze, le, rt), Ze ? Ce(
|
|
1548
|
+
j.style.display = "block", ot(Ze, le, rt), Ze ? Ce(at, Ze) : we(be);
|
|
1549
1549
|
function Oe(Ve) {
|
|
1550
1550
|
q.emit(Ve, le, re, b);
|
|
1551
1551
|
}
|
|
1552
|
-
function
|
|
1552
|
+
function lt() {
|
|
1553
1553
|
rt && Oe("over");
|
|
1554
1554
|
}
|
|
1555
1555
|
function Ye() {
|
|
@@ -1596,9 +1596,9 @@ var _i = { exports: {} };
|
|
|
1596
1596
|
if (pe)
|
|
1597
1597
|
return !0;
|
|
1598
1598
|
if (L) {
|
|
1599
|
-
var
|
|
1599
|
+
var be = getComputedStyle(L), rt = be.getPropertyValue("display");
|
|
1600
1600
|
if (/flex$/.test(rt)) {
|
|
1601
|
-
var ze =
|
|
1601
|
+
var ze = be.getPropertyValue("flex-direction") || "row";
|
|
1602
1602
|
if (ze === "row" || ze === "row-reverse")
|
|
1603
1603
|
return !xe(L);
|
|
1604
1604
|
}
|
|
@@ -1614,8 +1614,8 @@ var _i = { exports: {} };
|
|
|
1614
1614
|
if (!le.length)
|
|
1615
1615
|
return !1;
|
|
1616
1616
|
for (const pe of le) {
|
|
1617
|
-
const
|
|
1618
|
-
if (parseInt(
|
|
1617
|
+
const be = pe.slice(pe.lastIndexOf("-") + 1);
|
|
1618
|
+
if (parseInt(be, 10) !== 12)
|
|
1619
1619
|
return !1;
|
|
1620
1620
|
}
|
|
1621
1621
|
}
|
|
@@ -1653,29 +1653,29 @@ var _i = { exports: {} };
|
|
|
1653
1653
|
}
|
|
1654
1654
|
if (L + 30 > le.bottom && ee.scrollTop < ee.scrollHeight - ee.clientHeight) {
|
|
1655
1655
|
const pe = ee.scrollHeight - ee.clientHeight - ee.scrollTop;
|
|
1656
|
-
let
|
|
1657
|
-
ee.scrollBy(0,
|
|
1656
|
+
let be = pe < 10 ? pe : 10;
|
|
1657
|
+
ee.scrollBy(0, be), Q && ee.contains(Q) && (ue = ue + be);
|
|
1658
1658
|
}
|
|
1659
1659
|
}
|
|
1660
1660
|
function Pe(P, L, Q, le) {
|
|
1661
|
-
var pe = W.direction === "horizontal",
|
|
1661
|
+
var pe = W.direction === "horizontal", be = W.direction === "mixed", rt = L !== P ? Ze() : ze();
|
|
1662
1662
|
return rt;
|
|
1663
1663
|
function ze() {
|
|
1664
|
-
var Oe = P.children.length,
|
|
1665
|
-
for (
|
|
1666
|
-
if (Ye = P.children[
|
|
1664
|
+
var Oe = P.children.length, lt, Ye, Ve;
|
|
1665
|
+
for (lt = 0; lt < Oe; lt++)
|
|
1666
|
+
if (Ye = P.children[lt], Ve = Ye.getBoundingClientRect(), pe && Ve.left + Ve.width / 2 > Q || !be && !pe && Ve.top + Ve.height / 2 > le || be && Ve.left + Ve.width > Q && Ve.top + Ve.height > le)
|
|
1667
1667
|
return Ye;
|
|
1668
1668
|
return null;
|
|
1669
1669
|
}
|
|
1670
1670
|
function Ze() {
|
|
1671
1671
|
var Oe = L.getBoundingClientRect();
|
|
1672
|
-
if (
|
|
1673
|
-
var
|
|
1674
|
-
return Z ? Vt = It < Ye : Vt = Ve === Bt || It === Bt || Ye === Bt,
|
|
1672
|
+
if (be) {
|
|
1673
|
+
var lt = le - Oe.top, Ye = Q - Oe.left, Ve = Oe.bottom - le, It = Oe.right - Q, Bt = Math.min(Ye, It, lt, Ve), Vt;
|
|
1674
|
+
return Z ? Vt = It < Ye : Vt = Ve === Bt || It === Bt || Ye === Bt, at(Vt);
|
|
1675
1675
|
}
|
|
1676
|
-
return
|
|
1676
|
+
return at(pe ? Q > Oe.left + O(Oe) / 2 : le > Oe.top + p(Oe) / 2);
|
|
1677
1677
|
}
|
|
1678
|
-
function
|
|
1678
|
+
function at(Oe) {
|
|
1679
1679
|
return Oe ? S(L) : L;
|
|
1680
1680
|
}
|
|
1681
1681
|
}
|
|
@@ -1689,20 +1689,20 @@ var _i = { exports: {} };
|
|
|
1689
1689
|
const w = Array.from(window.scrollContainerList)[0];
|
|
1690
1690
|
return document.getElementById(w);
|
|
1691
1691
|
}
|
|
1692
|
-
const
|
|
1693
|
-
for (const w of
|
|
1692
|
+
const E = C(h);
|
|
1693
|
+
for (const w of E)
|
|
1694
1694
|
if (w.contains(g))
|
|
1695
1695
|
return w;
|
|
1696
1696
|
return null;
|
|
1697
1697
|
}
|
|
1698
1698
|
function C(g) {
|
|
1699
1699
|
const h = [];
|
|
1700
|
-
return g.forEach((
|
|
1701
|
-
const w = document.getElementById(
|
|
1700
|
+
return g.forEach((E) => {
|
|
1701
|
+
const w = document.getElementById(E);
|
|
1702
1702
|
w && h.push(w);
|
|
1703
|
-
}), h.sort((
|
|
1703
|
+
}), h.sort((E, w) => E.contains(w) ? 1 : w.contains(E) ? -1 : 0), h;
|
|
1704
1704
|
}
|
|
1705
|
-
function T(g, h,
|
|
1705
|
+
function T(g, h, E, w) {
|
|
1706
1706
|
var b = {
|
|
1707
1707
|
mouseup: "touchend",
|
|
1708
1708
|
mousedown: "touchstart",
|
|
@@ -1716,7 +1716,7 @@ var _i = { exports: {} };
|
|
|
1716
1716
|
mousedown: "MSPointerDown",
|
|
1717
1717
|
mousemove: "MSPointerMove"
|
|
1718
1718
|
};
|
|
1719
|
-
i.navigator.pointerEnabled ? u[h](g, D[
|
|
1719
|
+
i.navigator.pointerEnabled ? u[h](g, D[E], w) : i.navigator.msPointerEnabled ? u[h](g, B[E], w) : (u[h](g, b[E], w), u[h](g, E, w));
|
|
1720
1720
|
}
|
|
1721
1721
|
function R(g) {
|
|
1722
1722
|
if (g.touches !== void 0)
|
|
@@ -1729,10 +1729,10 @@ var _i = { exports: {} };
|
|
|
1729
1729
|
if (h !== void 0)
|
|
1730
1730
|
return h & 1 ? 1 : h & 2 ? 3 : h & 4 ? 2 : 0;
|
|
1731
1731
|
}
|
|
1732
|
-
function I(g, h,
|
|
1732
|
+
function I(g, h, E) {
|
|
1733
1733
|
g = g || {};
|
|
1734
1734
|
var w = g.className || "", b;
|
|
1735
|
-
return g.className += " gu-hide", b =
|
|
1735
|
+
return g.className += " gu-hide", b = d.elementFromPoint(h, E), g.className = w, b;
|
|
1736
1736
|
}
|
|
1737
1737
|
function m() {
|
|
1738
1738
|
return !1;
|
|
@@ -1747,7 +1747,7 @@ var _i = { exports: {} };
|
|
|
1747
1747
|
return g.height || g.bottom - g.top;
|
|
1748
1748
|
}
|
|
1749
1749
|
function _(g) {
|
|
1750
|
-
return g.parentNode ===
|
|
1750
|
+
return g.parentNode === d ? null : g.parentNode;
|
|
1751
1751
|
}
|
|
1752
1752
|
function M(g) {
|
|
1753
1753
|
return g.tagName === "INPUT" || g.tagName === "TEXTAREA" || g.tagName === "SELECT" || l(g);
|
|
@@ -1758,27 +1758,27 @@ var _i = { exports: {} };
|
|
|
1758
1758
|
function S(g) {
|
|
1759
1759
|
return g.nextElementSibling || h();
|
|
1760
1760
|
function h() {
|
|
1761
|
-
var
|
|
1761
|
+
var E = g;
|
|
1762
1762
|
do
|
|
1763
|
-
|
|
1764
|
-
while (
|
|
1765
|
-
return
|
|
1763
|
+
E = E.nextSibling;
|
|
1764
|
+
while (E && E.nodeType !== 1);
|
|
1765
|
+
return E;
|
|
1766
1766
|
}
|
|
1767
1767
|
}
|
|
1768
1768
|
function x(g) {
|
|
1769
1769
|
return g.targetTouches && g.targetTouches.length ? g.targetTouches[0] : g.changedTouches && g.changedTouches.length ? g.changedTouches[0] : g;
|
|
1770
1770
|
}
|
|
1771
1771
|
function F(g, h) {
|
|
1772
|
-
var
|
|
1772
|
+
var E = x(h), w = {
|
|
1773
1773
|
pageX: "clientX",
|
|
1774
1774
|
// IE8
|
|
1775
1775
|
pageY: "clientY"
|
|
1776
1776
|
// IE8
|
|
1777
1777
|
};
|
|
1778
|
-
return g in w && !(g in
|
|
1778
|
+
return g in w && !(g in E) && w[g] in E && (g = w[g]), E[g];
|
|
1779
1779
|
}
|
|
1780
|
-
o.exports =
|
|
1781
|
-
}).call(this, typeof
|
|
1780
|
+
o.exports = f;
|
|
1781
|
+
}).call(this, typeof st < "u" ? st : typeof self < "u" ? self : typeof window < "u" ? window : {});
|
|
1782
1782
|
}, { "./classes": 1, "contra/emitter": 5, crossvent: 6 }],
|
|
1783
1783
|
3: [function(n, o, r) {
|
|
1784
1784
|
o.exports = function(a, u) {
|
|
@@ -1787,28 +1787,28 @@ var _i = { exports: {} };
|
|
|
1787
1787
|
}, {}],
|
|
1788
1788
|
4: [function(n, o, r) {
|
|
1789
1789
|
var i = n("ticky");
|
|
1790
|
-
o.exports = function(u, s,
|
|
1790
|
+
o.exports = function(u, s, d) {
|
|
1791
1791
|
u && i(function() {
|
|
1792
|
-
u.apply(
|
|
1792
|
+
u.apply(d || null, s || []);
|
|
1793
1793
|
});
|
|
1794
1794
|
};
|
|
1795
1795
|
}, { ticky: 10 }],
|
|
1796
1796
|
5: [function(n, o, r) {
|
|
1797
1797
|
var i = n("atoa"), a = n("./debounce");
|
|
1798
|
-
o.exports = function(s,
|
|
1799
|
-
var c =
|
|
1798
|
+
o.exports = function(s, d) {
|
|
1799
|
+
var c = d || {}, f = {};
|
|
1800
1800
|
return s === void 0 && (s = {}), s.on = function(v, C) {
|
|
1801
|
-
return
|
|
1801
|
+
return f[v] ? f[v].push(C) : f[v] = [C], s;
|
|
1802
1802
|
}, s.once = function(v, C) {
|
|
1803
1803
|
return C._once = !0, s.on(v, C), s;
|
|
1804
1804
|
}, s.off = function(v, C) {
|
|
1805
1805
|
var T = arguments.length;
|
|
1806
1806
|
if (T === 1)
|
|
1807
|
-
delete
|
|
1807
|
+
delete f[v];
|
|
1808
1808
|
else if (T === 0)
|
|
1809
|
-
|
|
1809
|
+
f = {};
|
|
1810
1810
|
else {
|
|
1811
|
-
var R =
|
|
1811
|
+
var R = f[v];
|
|
1812
1812
|
if (!R)
|
|
1813
1813
|
return s;
|
|
1814
1814
|
R.splice(R.indexOf(C), 1);
|
|
@@ -1818,7 +1818,7 @@ var _i = { exports: {} };
|
|
|
1818
1818
|
var v = i(arguments);
|
|
1819
1819
|
return s.emitterSnapshot(v.shift()).apply(this, v);
|
|
1820
1820
|
}, s.emitterSnapshot = function(v) {
|
|
1821
|
-
var C = (
|
|
1821
|
+
var C = (f[v] || []).slice(0);
|
|
1822
1822
|
return function() {
|
|
1823
1823
|
var T = i(arguments), R = this || s;
|
|
1824
1824
|
if (v === "error" && c.throws !== !1 && !C.length)
|
|
@@ -1832,9 +1832,9 @@ var _i = { exports: {} };
|
|
|
1832
1832
|
}, { "./debounce": 4, atoa: 3 }],
|
|
1833
1833
|
6: [function(n, o, r) {
|
|
1834
1834
|
(function(i) {
|
|
1835
|
-
var a = n("custom-event"), u = n("./eventmap"), s = i.document,
|
|
1836
|
-
i.addEventListener || (
|
|
1837
|
-
add:
|
|
1835
|
+
var a = n("custom-event"), u = n("./eventmap"), s = i.document, d = v, c = T, f = [];
|
|
1836
|
+
i.addEventListener || (d = C, c = R), o.exports = {
|
|
1837
|
+
add: d,
|
|
1838
1838
|
remove: c,
|
|
1839
1839
|
fabricate: I
|
|
1840
1840
|
};
|
|
@@ -1875,7 +1875,7 @@ var _i = { exports: {} };
|
|
|
1875
1875
|
}
|
|
1876
1876
|
function y(_, M, l) {
|
|
1877
1877
|
var S = O(_, M, l) || m(_, M, l);
|
|
1878
|
-
return
|
|
1878
|
+
return f.push({
|
|
1879
1879
|
wrapper: S,
|
|
1880
1880
|
element: _,
|
|
1881
1881
|
type: M,
|
|
@@ -1885,17 +1885,17 @@ var _i = { exports: {} };
|
|
|
1885
1885
|
function O(_, M, l) {
|
|
1886
1886
|
var S = p(_, M, l);
|
|
1887
1887
|
if (S) {
|
|
1888
|
-
var x =
|
|
1889
|
-
return
|
|
1888
|
+
var x = f[S].wrapper;
|
|
1889
|
+
return f.splice(S, 1), x;
|
|
1890
1890
|
}
|
|
1891
1891
|
}
|
|
1892
1892
|
function p(_, M, l) {
|
|
1893
1893
|
var S, x;
|
|
1894
|
-
for (S = 0; S <
|
|
1895
|
-
if (x =
|
|
1894
|
+
for (S = 0; S < f.length; S++)
|
|
1895
|
+
if (x = f[S], x.element === _ && x.type === M && x.fn === l)
|
|
1896
1896
|
return S;
|
|
1897
1897
|
}
|
|
1898
|
-
}).call(this, typeof
|
|
1898
|
+
}).call(this, typeof st < "u" ? st : typeof self < "u" ? self : typeof window < "u" ? window : {});
|
|
1899
1899
|
}, { "./eventmap": 7, "custom-event": 8 }],
|
|
1900
1900
|
7: [function(n, o, r) {
|
|
1901
1901
|
(function(i) {
|
|
@@ -1903,7 +1903,7 @@ var _i = { exports: {} };
|
|
|
1903
1903
|
for (u in i)
|
|
1904
1904
|
s.test(u) && a.push(u.slice(2));
|
|
1905
1905
|
o.exports = a;
|
|
1906
|
-
}).call(this, typeof
|
|
1906
|
+
}).call(this, typeof st < "u" ? st : typeof self < "u" ? self : typeof window < "u" ? window : {});
|
|
1907
1907
|
}, {}],
|
|
1908
1908
|
8: [function(n, o, r) {
|
|
1909
1909
|
(function(i) {
|
|
@@ -1918,25 +1918,25 @@ var _i = { exports: {} };
|
|
|
1918
1918
|
}
|
|
1919
1919
|
o.exports = u() ? a : (
|
|
1920
1920
|
// IE >= 9
|
|
1921
|
-
typeof document < "u" && typeof document.createEvent == "function" ? function(
|
|
1922
|
-
var
|
|
1923
|
-
return c ?
|
|
1921
|
+
typeof document < "u" && typeof document.createEvent == "function" ? function(d, c) {
|
|
1922
|
+
var f = document.createEvent("CustomEvent");
|
|
1923
|
+
return c ? f.initCustomEvent(d, c.bubbles, c.cancelable, c.detail) : f.initCustomEvent(d, !1, !1, void 0), f;
|
|
1924
1924
|
} : (
|
|
1925
1925
|
// IE <= 8
|
|
1926
|
-
function(
|
|
1927
|
-
var
|
|
1928
|
-
return
|
|
1926
|
+
function(d, c) {
|
|
1927
|
+
var f = document.createEventObject();
|
|
1928
|
+
return f.type = d, c ? (f.bubbles = !!c.bubbles, f.cancelable = !!c.cancelable, f.detail = c.detail) : (f.bubbles = !1, f.cancelable = !1, f.detail = void 0), f;
|
|
1929
1929
|
}
|
|
1930
1930
|
)
|
|
1931
1931
|
);
|
|
1932
|
-
}).call(this, typeof
|
|
1932
|
+
}).call(this, typeof st < "u" ? st : typeof self < "u" ? self : typeof window < "u" ? window : {});
|
|
1933
1933
|
}, {}],
|
|
1934
1934
|
9: [function(n, o, r) {
|
|
1935
1935
|
var i = o.exports = {}, a, u;
|
|
1936
1936
|
function s() {
|
|
1937
1937
|
throw new Error("setTimeout has not been defined");
|
|
1938
1938
|
}
|
|
1939
|
-
function
|
|
1939
|
+
function d() {
|
|
1940
1940
|
throw new Error("clearTimeout has not been defined");
|
|
1941
1941
|
}
|
|
1942
1942
|
(function() {
|
|
@@ -1946,9 +1946,9 @@ var _i = { exports: {} };
|
|
|
1946
1946
|
a = s;
|
|
1947
1947
|
}
|
|
1948
1948
|
try {
|
|
1949
|
-
typeof clearTimeout == "function" ? u = clearTimeout : u =
|
|
1949
|
+
typeof clearTimeout == "function" ? u = clearTimeout : u = d;
|
|
1950
1950
|
} catch {
|
|
1951
|
-
u =
|
|
1951
|
+
u = d;
|
|
1952
1952
|
}
|
|
1953
1953
|
})();
|
|
1954
1954
|
function c(p) {
|
|
@@ -1966,10 +1966,10 @@ var _i = { exports: {} };
|
|
|
1966
1966
|
}
|
|
1967
1967
|
}
|
|
1968
1968
|
}
|
|
1969
|
-
function
|
|
1969
|
+
function f(p) {
|
|
1970
1970
|
if (u === clearTimeout)
|
|
1971
1971
|
return clearTimeout(p);
|
|
1972
|
-
if ((u ===
|
|
1972
|
+
if ((u === d || !u) && clearTimeout)
|
|
1973
1973
|
return u = clearTimeout, clearTimeout(p);
|
|
1974
1974
|
try {
|
|
1975
1975
|
return u(p);
|
|
@@ -1994,7 +1994,7 @@ var _i = { exports: {} };
|
|
|
1994
1994
|
T && T[R].run();
|
|
1995
1995
|
R = -1, _ = v.length;
|
|
1996
1996
|
}
|
|
1997
|
-
T = null, C = !1,
|
|
1997
|
+
T = null, C = !1, f(p);
|
|
1998
1998
|
}
|
|
1999
1999
|
}
|
|
2000
2000
|
i.nextTick = function(p) {
|
|
@@ -2036,7 +2036,7 @@ var _i = { exports: {} };
|
|
|
2036
2036
|
}, { timers: 11 }],
|
|
2037
2037
|
11: [function(n, o, r) {
|
|
2038
2038
|
(function(i, a) {
|
|
2039
|
-
var u = n("process/browser.js").nextTick, s = Function.prototype.apply,
|
|
2039
|
+
var u = n("process/browser.js").nextTick, s = Function.prototype.apply, d = Array.prototype.slice, c = {}, f = 0;
|
|
2040
2040
|
r.setTimeout = function() {
|
|
2041
2041
|
return new v(s.call(setTimeout, window, arguments), clearTimeout);
|
|
2042
2042
|
}, r.setInterval = function() {
|
|
@@ -2061,7 +2061,7 @@ var _i = { exports: {} };
|
|
|
2061
2061
|
C._onTimeout && C._onTimeout();
|
|
2062
2062
|
}, T));
|
|
2063
2063
|
}, r.setImmediate = typeof i == "function" ? i : function(C) {
|
|
2064
|
-
var T =
|
|
2064
|
+
var T = f++, R = arguments.length < 2 ? !1 : d.call(arguments, 1);
|
|
2065
2065
|
return c[T] = !0, u(function() {
|
|
2066
2066
|
c[T] && (R ? C.apply(null, R) : C.call(null), r.clearImmediate(T));
|
|
2067
2067
|
}), T;
|
|
@@ -2094,7 +2094,7 @@ const Si = {
|
|
|
2094
2094
|
props: xi,
|
|
2095
2095
|
emits: ["close", "click"],
|
|
2096
2096
|
setup: (e, t) => {
|
|
2097
|
-
const n =
|
|
2097
|
+
const n = k(e.animate), o = "fadeOut", r = H(() => e.options), i = k(!1), a = H(() => {
|
|
2098
2098
|
const m = {
|
|
2099
2099
|
animated: i.value,
|
|
2100
2100
|
toast: !0
|
|
@@ -2105,7 +2105,7 @@ const Si = {
|
|
|
2105
2105
|
"f-icon": !0
|
|
2106
2106
|
};
|
|
2107
2107
|
return p[O] = !0, p;
|
|
2108
|
-
}), s = H(() => r.value.title || r.value.message),
|
|
2108
|
+
}), s = H(() => r.value.title || r.value.message), d = H(() => r.value.title && r.value.message), c = H(() => !r.value.title && r.value.message), f = H(() => e.showCloseButton), v = H(() => !!r.value.buttons || !!t.slots.default);
|
|
2109
2109
|
function C(m) {
|
|
2110
2110
|
m.stopPropagation(), m.preventDefault(), i.value = !1, setTimeout(() => {
|
|
2111
2111
|
t.emit("close", r.value);
|
|
@@ -2116,7 +2116,7 @@ const Si = {
|
|
|
2116
2116
|
function R(m) {
|
|
2117
2117
|
return `f-preten-link ${m.customClass ? m.customClass : ""}`;
|
|
2118
2118
|
}
|
|
2119
|
-
|
|
2119
|
+
ge(n, () => {
|
|
2120
2120
|
n.value;
|
|
2121
2121
|
});
|
|
2122
2122
|
const I = () => {
|
|
@@ -2130,7 +2130,7 @@ const Si = {
|
|
|
2130
2130
|
};
|
|
2131
2131
|
return () => V("div", {
|
|
2132
2132
|
class: a.value
|
|
2133
|
-
}, [
|
|
2133
|
+
}, [f.value && V("button", {
|
|
2134
2134
|
title: "close",
|
|
2135
2135
|
class: "toast-close f-btn-icon f-bare",
|
|
2136
2136
|
onClick: C
|
|
@@ -2144,7 +2144,7 @@ const Si = {
|
|
|
2144
2144
|
class: u.value
|
|
2145
2145
|
}, null)]), V("div", {
|
|
2146
2146
|
class: "modal-tips-content"
|
|
2147
|
-
}, [
|
|
2147
|
+
}, [d.value && V(_t, null, [V("h5", {
|
|
2148
2148
|
class: "toast-title modal-tips-title",
|
|
2149
2149
|
innerHTML: r.value.title
|
|
2150
2150
|
}, null), V("p", {
|
|
@@ -2174,7 +2174,7 @@ const Si = {
|
|
|
2174
2174
|
right: 12,
|
|
2175
2175
|
top: 20,
|
|
2176
2176
|
bottom: 12
|
|
2177
|
-
}, r =
|
|
2177
|
+
}, r = k(), i = k(e.options), a = k(e.showCloseButton), u = H(() => e.position || "bottom-right"), s = H(() => e.timeout != null ? e.timeout : 3e3), d = H(() => {
|
|
2178
2178
|
const v = e.bottom ? e.bottom : o.bottom, C = e.top ? e.top : o.top, T = {
|
|
2179
2179
|
transition: "all 0.2s ease",
|
|
2180
2180
|
left: u.value.indexOf("left") > -1 ? `${e.left ? e.left : o.left}px` : "",
|
|
@@ -2194,18 +2194,18 @@ const Si = {
|
|
|
2194
2194
|
container: r,
|
|
2195
2195
|
notifyPosition: u
|
|
2196
2196
|
});
|
|
2197
|
-
function
|
|
2197
|
+
function f(v, C) {
|
|
2198
2198
|
c();
|
|
2199
2199
|
}
|
|
2200
2200
|
return () => V("div", {
|
|
2201
2201
|
class: n.value,
|
|
2202
|
-
style:
|
|
2202
|
+
style: d.value,
|
|
2203
2203
|
ref: r
|
|
2204
2204
|
}, [V(Wt, {
|
|
2205
2205
|
options: i.value,
|
|
2206
2206
|
showCloseButton: a.value,
|
|
2207
2207
|
animate: e.animate,
|
|
2208
|
-
onClose: (v) =>
|
|
2208
|
+
onClose: (v) => f(v, i.value)
|
|
2209
2209
|
}, null)]);
|
|
2210
2210
|
}
|
|
2211
2211
|
});
|
|
@@ -2225,17 +2225,17 @@ class xn {
|
|
|
2225
2225
|
i.style.display = "contents";
|
|
2226
2226
|
const a = en({
|
|
2227
2227
|
setup() {
|
|
2228
|
-
const u =
|
|
2228
|
+
const u = k();
|
|
2229
2229
|
function s() {
|
|
2230
2230
|
u.value.container.style.transform = "scale(0)", setTimeout(() => {
|
|
2231
2231
|
n.updateNotifyPositionForClose(r, u), a.unmount();
|
|
2232
2232
|
}, 220);
|
|
2233
2233
|
}
|
|
2234
2234
|
if (r.position.indexOf("top") > -1) {
|
|
2235
|
-
const
|
|
2235
|
+
const d = n.getNotifyInstances(r.position), c = d[d.length - 1];
|
|
2236
2236
|
if (c) {
|
|
2237
|
-
const
|
|
2238
|
-
r.top =
|
|
2237
|
+
const f = c.value.container.getBoundingClientRect();
|
|
2238
|
+
r.top = f.bottom;
|
|
2239
2239
|
}
|
|
2240
2240
|
}
|
|
2241
2241
|
return Ot(() => {
|
|
@@ -2286,14 +2286,14 @@ class xn {
|
|
|
2286
2286
|
buildNotifyProps(t, n) {
|
|
2287
2287
|
let o = "", r = "", i, a, u;
|
|
2288
2288
|
typeof n == "string" ? o = n : n && (o = n.message || "", r = n.title || "", a = n.position || null, u = n.showCloseButton != null ? n.showCloseButton : null, i = n.timeout != null ? n.timeout : null);
|
|
2289
|
-
const
|
|
2289
|
+
const d = {
|
|
2290
2290
|
options: {
|
|
2291
2291
|
type: t,
|
|
2292
2292
|
message: o,
|
|
2293
2293
|
title: r
|
|
2294
2294
|
}
|
|
2295
2295
|
};
|
|
2296
|
-
return a != null && (
|
|
2296
|
+
return a != null && (d.position = a), u != null && (d.showCloseButton = u), i != null && (d.timeout = i), d;
|
|
2297
2297
|
}
|
|
2298
2298
|
info(t) {
|
|
2299
2299
|
const n = this.buildNotifyProps("info", t);
|
|
@@ -2331,13 +2331,13 @@ const Tn = /* @__PURE__ */ new Map([
|
|
|
2331
2331
|
["column", "columnOption"]
|
|
2332
2332
|
]);
|
|
2333
2333
|
function Fi(e, t, n) {
|
|
2334
|
-
var
|
|
2335
|
-
const o = n.parentComponentInstance, r = o.schema.type, i = String(((
|
|
2336
|
-
|
|
2334
|
+
var f;
|
|
2335
|
+
const o = n.parentComponentInstance, r = o.schema.type, i = String(((f = o.schema.appearance) == null ? void 0 : f.class) || "").split(" "), a = r === "section" || r === "tab-page", u = i.includes("f-page-content-nav"), s = i.includes("f-page-main"), d = e.getSchemaByType("component");
|
|
2336
|
+
d.id = `${t.id}-component`, d.componentType = "data-grid";
|
|
2337
2337
|
let c = "";
|
|
2338
|
-
return c += a ? "f-struct-data-grid-in-card f-struct-is-subgrid" : "", c += u ? "f-struct-data-grid-in-nav f-struct-wrapper f-utils-fill-flex-column" : "", c += s ? "f-struct-data-grid f-struct-wrapper" : "",
|
|
2338
|
+
return c += a ? "f-struct-data-grid-in-card f-struct-is-subgrid" : "", c += u ? "f-struct-data-grid-in-nav f-struct-wrapper f-utils-fill-flex-column" : "", c += s ? "f-struct-data-grid f-struct-wrapper" : "", d.appearance = {
|
|
2339
2339
|
class: c
|
|
2340
|
-
},
|
|
2340
|
+
}, d.contents = [t], d;
|
|
2341
2341
|
}
|
|
2342
2342
|
function ki(e, t, n) {
|
|
2343
2343
|
const o = n.parentComponentInstance, r = String(o.schema.appearance.class || "").split(" "), i = r.includes("f-page-content-nav"), a = r.includes("f-page-main"), u = e.getSchemaByType("section");
|
|
@@ -3272,7 +3272,7 @@ const Oi = "https://json-schema.org/draft/2020-12/schema", Mi = "https://farris-
|
|
|
3272
3272
|
var Ge = /* @__PURE__ */ ((e) => (e[e.readonly = 0] = "readonly", e[e.editable = 1] = "editable", e[e.editing = 2] = "editing", e))(Ge || {}), et = /* @__PURE__ */ ((e) => (e[e.initial = 0] = "initial", e[e.editing = 1] = "editing", e))(et || {}), bt = /* @__PURE__ */ ((e) => (e[e.data = 0] = "data", e[e.group = 1] = "group", e[e.summary = 2] = "summary", e))(bt || {}), Me = /* @__PURE__ */ ((e) => (e[e.none = 0] = "none", e[e.filterable = 1] = "filterable", e[e.sortable = 2] = "sortable", e[e.filtered = 4] = "filtered", e[e.sorted = 8] = "sorted", e[e.ascending = 16] = "ascending", e[e.descending = 32] = "descending", e))(Me || {}), Lt = /* @__PURE__ */ ((e) => (e.NONE = "none", e.NUMBER = "number", e.DATE = "date", e.TEXT = "boolean", e.IMAGE = "boolean2", e.ENUM = "enum", e.CUSTOM = "custom", e))(Lt || {});
|
|
3273
3273
|
function Wi(e, t) {
|
|
3274
3274
|
var C;
|
|
3275
|
-
const n = String(Date.now()), o = ((C = e.rowOption) == null ? void 0 : C.height) || 28, r =
|
|
3275
|
+
const n = String(Date.now()), o = ((C = e.rowOption) == null ? void 0 : C.height) || 28, r = k(t.value.primaryColumnsWidth);
|
|
3276
3276
|
function i(T) {
|
|
3277
3277
|
const R = {};
|
|
3278
3278
|
return T.reduce(
|
|
@@ -3307,7 +3307,7 @@ function Wi(e, t) {
|
|
|
3307
3307
|
width: isNaN(Number(R[T.field].width)) ? "100%" : `${R[T.field].width}px`
|
|
3308
3308
|
};
|
|
3309
3309
|
}
|
|
3310
|
-
function
|
|
3310
|
+
function d(T, R, I) {
|
|
3311
3311
|
const y = (R.spanned || []).reduce((p, _) => p + (_.parent.height || 0), 0) + (T.height || 0);
|
|
3312
3312
|
return {
|
|
3313
3313
|
top: `${T.top}px`,
|
|
@@ -3322,7 +3322,7 @@ function Wi(e, t) {
|
|
|
3322
3322
|
function c(T, R) {
|
|
3323
3323
|
return `${n}_${T.type}_r_${T.index}_c_${R}_${T.refreshKey || ""}`;
|
|
3324
3324
|
}
|
|
3325
|
-
function
|
|
3325
|
+
function f(T) {
|
|
3326
3326
|
return `${n}_${T.type}_r_${T.index}_${T.refreshKey || ""}`;
|
|
3327
3327
|
}
|
|
3328
3328
|
function v(T) {
|
|
@@ -3333,43 +3333,43 @@ function Wi(e, t) {
|
|
|
3333
3333
|
height: `${R}`
|
|
3334
3334
|
};
|
|
3335
3335
|
}
|
|
3336
|
-
return
|
|
3336
|
+
return ge(t, () => {
|
|
3337
3337
|
r.value = t.value.primaryColumnsWidth;
|
|
3338
3338
|
}), {
|
|
3339
3339
|
calculateCellPositionInRow: i,
|
|
3340
3340
|
cellKey: c,
|
|
3341
3341
|
cellPosition: s,
|
|
3342
3342
|
groupCellPosition: a,
|
|
3343
|
-
rowKey:
|
|
3343
|
+
rowKey: f,
|
|
3344
3344
|
rowPosition: v,
|
|
3345
|
-
rowSpanCellPosition:
|
|
3345
|
+
rowSpanCellPosition: d,
|
|
3346
3346
|
summaryCellPosition: u
|
|
3347
3347
|
};
|
|
3348
3348
|
}
|
|
3349
3349
|
function Li(e, t, n) {
|
|
3350
|
-
const { hasChildrenField: o } = n, r =
|
|
3350
|
+
const { hasChildrenField: o } = n, r = k("#9399a0"), i = k(28);
|
|
3351
3351
|
function a() {
|
|
3352
3352
|
return [].concat(
|
|
3353
3353
|
...t.value.filter((v) => v.raw.__fv_descendant_index__.length !== 0).map((v) => [...v.raw.__fv_descendant_index__.slice(-1)]).flat()
|
|
3354
3354
|
).sort((v, C) => Number(v) - Number(C));
|
|
3355
3355
|
}
|
|
3356
3356
|
function u(c) {
|
|
3357
|
-
const
|
|
3357
|
+
const f = new Array(t.value.length).fill(0);
|
|
3358
3358
|
if (e.showLines) {
|
|
3359
3359
|
const v = a();
|
|
3360
3360
|
t.value.forEach((C, T) => {
|
|
3361
3361
|
const R = v.includes(T), I = C.raw[o.value];
|
|
3362
|
-
|
|
3363
|
-
}),
|
|
3362
|
+
f[T] = `repeating-linear-gradient(90deg, ${r.value} 0 1px, transparent 0px 2px) ${I ? "-10px" : "0px"} ${i.value / 2}px/20px 1px no-repeat,repeating-linear-gradient(${r.value} 0 1px, transparent 0px 2px) 0px 0px/1px ${R ? "50%" : "100%"} no-repeat`;
|
|
3363
|
+
}), f[0] = "";
|
|
3364
3364
|
}
|
|
3365
|
-
return
|
|
3365
|
+
return f[c];
|
|
3366
3366
|
}
|
|
3367
|
-
function s(c,
|
|
3367
|
+
function s(c, f, v) {
|
|
3368
3368
|
return v[c].parents.set(c, !0).forEach((T) => {
|
|
3369
|
-
v[T].childsLength = v[T].childWithLines.filter((R) =>
|
|
3370
|
-
}),
|
|
3369
|
+
v[T].childsLength = v[T].childWithLines.filter((R) => f[R].visible).length;
|
|
3370
|
+
}), f;
|
|
3371
3371
|
}
|
|
3372
|
-
function
|
|
3372
|
+
function d(c) {
|
|
3373
3373
|
const C = c.raw.__fv_parent_index__ === void 0 || c.raw.__fv_parent_index__ === -1 ? 0 : 8, T = 0, R = c.raw[o.value], I = c.visible ? {
|
|
3374
3374
|
left: `${c.layer * 10 + c.layer * C + T}px`,
|
|
3375
3375
|
// paddingBottom: handlePaddingBottomReturnValue(visualTreeNode.index),
|
|
@@ -3383,10 +3383,10 @@ function Li(e, t, n) {
|
|
|
3383
3383
|
};
|
|
3384
3384
|
return R || (I.paddingLeft = "2rem"), I;
|
|
3385
3385
|
}
|
|
3386
|
-
return { hierarchyCellContentStyle:
|
|
3386
|
+
return { hierarchyCellContentStyle: d, handleCollapsedPaddingBottom: s };
|
|
3387
3387
|
}
|
|
3388
3388
|
function Ai(e, t, n) {
|
|
3389
|
-
const o =
|
|
3389
|
+
const o = k(e.iconField);
|
|
3390
3390
|
function r(i, a) {
|
|
3391
3391
|
if (o.value)
|
|
3392
3392
|
return i.raw[e.iconField];
|
|
@@ -3396,7 +3396,7 @@ function Ai(e, t, n) {
|
|
|
3396
3396
|
return { treeNodeIconsClass: r };
|
|
3397
3397
|
}
|
|
3398
3398
|
function zi(e, t, n, o, r, i, a, u) {
|
|
3399
|
-
const { dataView: s, fold:
|
|
3399
|
+
const { dataView: s, fold: d, hasRealChildren: c, unFold: f, reOrderVisibleIndex: v } = o, { collapseField: C, hasChildrenField: T } = r, { reCalculateVisualDataRows: R, updateVirticalScroll: I } = i;
|
|
3400
3400
|
function m(p, _) {
|
|
3401
3401
|
var x, F;
|
|
3402
3402
|
const M = _[p], l = M.__fv_parents__ ? (x = M.__fv_parents__) == null ? void 0 : x.size : 0;
|
|
@@ -3436,7 +3436,7 @@ function zi(e, t, n, o, r, i, a, u) {
|
|
|
3436
3436
|
}
|
|
3437
3437
|
return { toggleTreeNode: O };
|
|
3438
3438
|
}
|
|
3439
|
-
function Gi(e, t, n, o, r, i, a, u, s,
|
|
3439
|
+
function Gi(e, t, n, o, r, i, a, u, s, d, c, f, v) {
|
|
3440
3440
|
const {
|
|
3441
3441
|
onClickCell: C
|
|
3442
3442
|
} = i, {
|
|
@@ -3450,8 +3450,8 @@ function Gi(e, t, n, o, r, i, a, u, s, f, c, d, v) {
|
|
|
3450
3450
|
unSelect: p,
|
|
3451
3451
|
selectItem: _
|
|
3452
3452
|
} = s;
|
|
3453
|
-
|
|
3454
|
-
const M =
|
|
3453
|
+
k(e.cellHeight);
|
|
3454
|
+
const M = k(e.treeNodeIconsData || {}), {
|
|
3455
3455
|
hasChildrenField: l,
|
|
3456
3456
|
shouldShowCheckBox: S,
|
|
3457
3457
|
shouldShowIcon: x
|
|
@@ -3459,9 +3459,9 @@ function Gi(e, t, n, o, r, i, a, u, s, f, c, d, v) {
|
|
|
3459
3459
|
toggleTreeNode: F
|
|
3460
3460
|
} = zi(e, t, o, r, a, c), {
|
|
3461
3461
|
toggleSelectHierarchyItem: g
|
|
3462
|
-
} =
|
|
3462
|
+
} = d, {
|
|
3463
3463
|
cellKey: h,
|
|
3464
|
-
cellPosition:
|
|
3464
|
+
cellPosition: E,
|
|
3465
3465
|
rowKey: w,
|
|
3466
3466
|
rowPosition: b
|
|
3467
3467
|
} = Wi(e, n), {
|
|
@@ -3514,7 +3514,7 @@ function Gi(e, t, n, o, r, i, a, u, s, f, c, d, v) {
|
|
|
3514
3514
|
ref: q.setRef,
|
|
3515
3515
|
key: h(W, q.index),
|
|
3516
3516
|
class: "fv-grid-hierarchy-cell",
|
|
3517
|
-
style:
|
|
3517
|
+
style: E(q, me)
|
|
3518
3518
|
}, [V("div", {
|
|
3519
3519
|
style: D(W)
|
|
3520
3520
|
}, [G(W), U(W, q), re(W, q), se(W, q)])]);
|
|
@@ -3524,7 +3524,7 @@ function Gi(e, t, n, o, r, i, a, u, s, f, c, d, v) {
|
|
|
3524
3524
|
ref: q.setRef,
|
|
3525
3525
|
key: h(W, q.index),
|
|
3526
3526
|
class: "fv-grid-cell",
|
|
3527
|
-
style:
|
|
3527
|
+
style: E(q, me),
|
|
3528
3528
|
onClick: (fe) => C(fe, q, W, q.column)
|
|
3529
3529
|
}, [t.slots.cellTemplate ? t.slots.cellTemplate({
|
|
3530
3530
|
cell: q,
|
|
@@ -3607,14 +3607,14 @@ function Ui() {
|
|
|
3607
3607
|
};
|
|
3608
3608
|
}
|
|
3609
3609
|
function Yi(e) {
|
|
3610
|
-
const t =
|
|
3611
|
-
return
|
|
3610
|
+
const t = k(e.minHeight), n = k(e.minWidth), o = k(e.height), r = k(e.width), i = H(() => o.value <= 0 ? 0 : Math.max(o.value, t.value)), a = H(() => r.value <= 0 ? 0 : Math.max(r.value, n.value));
|
|
3611
|
+
return ge([
|
|
3612
3612
|
() => e.height,
|
|
3613
3613
|
() => e.width,
|
|
3614
3614
|
() => e.minHeight,
|
|
3615
3615
|
() => e.minWidth
|
|
3616
|
-
], ([s,
|
|
3617
|
-
t.value = Number(c), n.value = Number(
|
|
3616
|
+
], ([s, d, c, f]) => {
|
|
3617
|
+
t.value = Number(c), n.value = Number(f), o.value = Number(s), r.value = Number(d);
|
|
3618
3618
|
}), { containerStyleObject: H(() => ({
|
|
3619
3619
|
height: i.value > 0 ? `${i.value}px` : e.fit ? "100%" : "",
|
|
3620
3620
|
width: a.value > 0 ? `${a.value}px` : e.fit ? "100%" : "",
|
|
@@ -3623,7 +3623,7 @@ function Yi(e) {
|
|
|
3623
3623
|
}
|
|
3624
3624
|
const Xi = "";
|
|
3625
3625
|
function Ki(e) {
|
|
3626
|
-
const o =
|
|
3626
|
+
const o = k({
|
|
3627
3627
|
defaultColumnWidth: 120,
|
|
3628
3628
|
headerDepth: 1,
|
|
3629
3629
|
leftColumns: [],
|
|
@@ -3659,7 +3659,7 @@ function Ki(e) {
|
|
|
3659
3659
|
summaryColumns: []
|
|
3660
3660
|
};
|
|
3661
3661
|
}
|
|
3662
|
-
const i =
|
|
3662
|
+
const i = k(e.summary), a = H(() => {
|
|
3663
3663
|
const O = i.value;
|
|
3664
3664
|
return (O == null ? void 0 : O.groupFields) || [];
|
|
3665
3665
|
});
|
|
@@ -3678,8 +3678,8 @@ function Ki(e) {
|
|
|
3678
3678
|
return a.value && a.value.reduce((_, M) => (_.set(M, !0), _), p), O.reduce((_, M) => (M.visible = M.visible !== !1, M.filter = M.filter || Xi, M.fixed === "left" ? (o.value.leftColumns.push(M), o.value.leftColumnsMap.set(M.field, M), o.value.leftColumnsWidth += M.actualWidth) : M.fixed === "right" ? (o.value.rightColumns.push(M), o.value.rightColumnsMap.set(M.field, M), o.value.rightColumnsWidth += M.actualWidth) : (o.value.primaryColumns.push(M), o.value.primaryColumnsMap.set(M.field, M), o.value.primaryColumnsWidth += M.actualWidth), p.has(M.field) && o.value.summaryColumns.push(M), _), o), u(), o;
|
|
3679
3679
|
}
|
|
3680
3680
|
s(e.columns);
|
|
3681
|
-
const
|
|
3682
|
-
function
|
|
3681
|
+
const d = H(() => o.value.leftColumns.length > 0), c = H(() => o.value.rightColumns.length > 0);
|
|
3682
|
+
function f(O, p) {
|
|
3683
3683
|
return p.sortable && p.sort && p.sort !== "none" && O.push(p), O;
|
|
3684
3684
|
}
|
|
3685
3685
|
function v(O, p) {
|
|
@@ -3697,7 +3697,7 @@ function Ki(e) {
|
|
|
3697
3697
|
}
|
|
3698
3698
|
function I() {
|
|
3699
3699
|
const O = [];
|
|
3700
|
-
o.value.leftColumns.reduce(
|
|
3700
|
+
o.value.leftColumns.reduce(f, O), o.value.primaryColumns.reduce(f, O), o.value.rightColumns.reduce(f, O);
|
|
3701
3701
|
const p = Math.max(...O.map((_) => _.sortOrder || 0));
|
|
3702
3702
|
return O.sort(C).map((_) => {
|
|
3703
3703
|
const M = _.sortOrder || p + 1;
|
|
@@ -3724,13 +3724,13 @@ function Ki(e) {
|
|
|
3724
3724
|
applySortableColumns: m,
|
|
3725
3725
|
collectionSortableColumns: I,
|
|
3726
3726
|
columnContext: o,
|
|
3727
|
-
hasLeftFixedColumn:
|
|
3727
|
+
hasLeftFixedColumn: d,
|
|
3728
3728
|
hasRightFixedColumn: c,
|
|
3729
3729
|
updateColumnRenderContext: s,
|
|
3730
3730
|
updateColumnSettingIcon: u
|
|
3731
3731
|
};
|
|
3732
3732
|
}
|
|
3733
|
-
|
|
3733
|
+
k([{
|
|
3734
3734
|
name: "七天",
|
|
3735
3735
|
selectable: !0
|
|
3736
3736
|
}, {
|
|
@@ -3744,7 +3744,7 @@ E([{
|
|
|
3744
3744
|
selectable: !0
|
|
3745
3745
|
}]);
|
|
3746
3746
|
function Qi(e) {
|
|
3747
|
-
const n =
|
|
3747
|
+
const n = k(e.commandOption.enable || !1), o = k(e.commandOption.commands || []);
|
|
3748
3748
|
function r(i) {
|
|
3749
3749
|
if (n.value && !(i.value.findIndex((u) => u.dataType === "commands") > -1)) {
|
|
3750
3750
|
const u = {
|
|
@@ -3762,9 +3762,9 @@ function Qi(e) {
|
|
|
3762
3762
|
return { applyCommands: r };
|
|
3763
3763
|
}
|
|
3764
3764
|
function Ji(e, t) {
|
|
3765
|
-
var
|
|
3766
|
-
const n =
|
|
3767
|
-
function o(c,
|
|
3765
|
+
var d;
|
|
3766
|
+
const n = k((d = e.columnOption) == null ? void 0 : d.groups);
|
|
3767
|
+
function o(c, f, v, C, T) {
|
|
3768
3768
|
const R = {
|
|
3769
3769
|
actualWidth: 0,
|
|
3770
3770
|
children: [],
|
|
@@ -3776,7 +3776,7 @@ function Ji(e, t) {
|
|
|
3776
3776
|
resizable: !0,
|
|
3777
3777
|
title: c.title || "",
|
|
3778
3778
|
status: Me.none,
|
|
3779
|
-
popoverRef:
|
|
3779
|
+
popoverRef: k(),
|
|
3780
3780
|
showPopover: !1,
|
|
3781
3781
|
column: null,
|
|
3782
3782
|
sortType: "none"
|
|
@@ -3785,10 +3785,10 @@ function Ji(e, t) {
|
|
|
3785
3785
|
let m = 1;
|
|
3786
3786
|
c.group.reduce((y, O) => {
|
|
3787
3787
|
if (typeof O == "string") {
|
|
3788
|
-
const p =
|
|
3788
|
+
const p = f.get(O);
|
|
3789
3789
|
p && (T.fieldToRootMap.set(O, I), y.actualWidth += p.actualWidth, y.children.push(p));
|
|
3790
3790
|
} else {
|
|
3791
|
-
const p = o(O,
|
|
3791
|
+
const p = o(O, f, y, I, T);
|
|
3792
3792
|
m = Math.max(m, p.depth), y.actualWidth += p.actualWidth, y.children.push(p);
|
|
3793
3793
|
}
|
|
3794
3794
|
return y;
|
|
@@ -3797,38 +3797,38 @@ function Ji(e, t) {
|
|
|
3797
3797
|
return t.value.headerDepth = Math.max(t.value.headerDepth, R.depth), R;
|
|
3798
3798
|
}
|
|
3799
3799
|
function r(c) {
|
|
3800
|
-
const
|
|
3800
|
+
const f = {
|
|
3801
3801
|
groupedCells: /* @__PURE__ */ new Map(),
|
|
3802
3802
|
fieldToRootMap: /* @__PURE__ */ new Map()
|
|
3803
3803
|
};
|
|
3804
3804
|
return n.value && n.value.reduce((v, C) => {
|
|
3805
|
-
const T = o(C, c, null, null,
|
|
3805
|
+
const T = o(C, c, null, null, f);
|
|
3806
3806
|
return v.groupedCells.set(C.field, T), v;
|
|
3807
|
-
},
|
|
3807
|
+
}, f), f;
|
|
3808
3808
|
}
|
|
3809
3809
|
function i(c) {
|
|
3810
3810
|
if (!c || c.length === 0)
|
|
3811
3811
|
return 0;
|
|
3812
|
-
const
|
|
3813
|
-
return
|
|
3812
|
+
const f = c[0];
|
|
3813
|
+
return f.children && f.children.length > 0 && (f.left = i(f.children)), f.left;
|
|
3814
3814
|
}
|
|
3815
|
-
function a(c,
|
|
3815
|
+
function a(c, f) {
|
|
3816
3816
|
const v = t.value.headerDepth;
|
|
3817
3817
|
c.forEach((C) => {
|
|
3818
|
-
C.layer =
|
|
3818
|
+
C.layer = f ? f.layer + 1 : 1;
|
|
3819
3819
|
const T = C.children && C.children.length === 0;
|
|
3820
3820
|
C.depth = T ? v - (C.layer - 1) : 1, C.left = T ? C.left : i(C.children), C.children && a(C.children, C);
|
|
3821
3821
|
});
|
|
3822
3822
|
}
|
|
3823
|
-
function u(c,
|
|
3823
|
+
function u(c, f) {
|
|
3824
3824
|
const v = /* @__PURE__ */ new Map();
|
|
3825
3825
|
return c.forEach((C) => {
|
|
3826
|
-
const T =
|
|
3826
|
+
const T = f.fieldToRootMap.get(C.field), R = T != null;
|
|
3827
3827
|
R && !v.has(T.field) && v.set(T.field, T), R || v.set(C.field, C);
|
|
3828
3828
|
}), a(Array.from(v.values())), v;
|
|
3829
3829
|
}
|
|
3830
3830
|
function s(c) {
|
|
3831
|
-
let
|
|
3831
|
+
let f = /* @__PURE__ */ new Map(), v = 0;
|
|
3832
3832
|
if (c.reduce((C, T) => {
|
|
3833
3833
|
let R = Me.none;
|
|
3834
3834
|
R = T.filterable ? R | Me.filterable : R, R = T.sort && T.sort !== "none" ? R | Me.sorted | (T.sort === "asc" ? Me.ascending : Me.descending) : R;
|
|
@@ -3844,24 +3844,24 @@ function Ji(e, t) {
|
|
|
3844
3844
|
resizable: T.resizable === void 0 ? !0 : T.resizable,
|
|
3845
3845
|
title: T.title,
|
|
3846
3846
|
status: R,
|
|
3847
|
-
popoverRef:
|
|
3847
|
+
popoverRef: k(),
|
|
3848
3848
|
showPopover: !1,
|
|
3849
3849
|
column: T,
|
|
3850
3850
|
filterValue: null,
|
|
3851
3851
|
sortType: T.sort || "none",
|
|
3852
3852
|
showSetting: T.showSetting
|
|
3853
3853
|
}), v += T.actualWidth || 0, C;
|
|
3854
|
-
},
|
|
3855
|
-
const C = r(
|
|
3856
|
-
|
|
3854
|
+
}, f), n.value) {
|
|
3855
|
+
const C = r(f);
|
|
3856
|
+
f = u(f, C);
|
|
3857
3857
|
}
|
|
3858
|
-
return
|
|
3858
|
+
return f;
|
|
3859
3859
|
}
|
|
3860
3860
|
return { getGridHeaderCells: s };
|
|
3861
3861
|
}
|
|
3862
3862
|
function Zi(e, t) {
|
|
3863
3863
|
var m;
|
|
3864
|
-
const { idField: n } = t, o =
|
|
3864
|
+
const { idField: n } = t, o = k(e.summary), r = k(e.group), i = k(((m = e.group) == null ? void 0 : m.groupFields) || []), a = H(() => {
|
|
3865
3865
|
var y;
|
|
3866
3866
|
return (y = e.group) == null ? void 0 : y.enable;
|
|
3867
3867
|
}), u = H(() => {
|
|
@@ -3870,22 +3870,22 @@ function Zi(e, t) {
|
|
|
3870
3870
|
}), s = H(() => {
|
|
3871
3871
|
const y = o.value;
|
|
3872
3872
|
return (y == null ? void 0 : y.groupFields) || [];
|
|
3873
|
-
}),
|
|
3873
|
+
}), d = H(() => {
|
|
3874
3874
|
const y = r.value;
|
|
3875
3875
|
return y && y.showSummary;
|
|
3876
3876
|
}), c = /* @__PURE__ */ new Map();
|
|
3877
|
-
let
|
|
3877
|
+
let f = [];
|
|
3878
3878
|
function v(y, O, p, _, M) {
|
|
3879
3879
|
const l = _[p];
|
|
3880
3880
|
l && (O.reduce((S, x, F) => {
|
|
3881
|
-
var
|
|
3881
|
+
var E;
|
|
3882
3882
|
const g = x[l];
|
|
3883
3883
|
let h = S.get(g);
|
|
3884
3884
|
if (!h) {
|
|
3885
3885
|
const w = s.value.reduce((b, D) => (b.set(D, 0), b), /* @__PURE__ */ new Map());
|
|
3886
3886
|
h = {
|
|
3887
3887
|
field: l,
|
|
3888
|
-
title: ((
|
|
3888
|
+
title: ((E = M.get(l)) == null ? void 0 : E.title) || l,
|
|
3889
3889
|
value: g,
|
|
3890
3890
|
layer: p,
|
|
3891
3891
|
details: [],
|
|
@@ -3920,7 +3920,7 @@ function Zi(e, t) {
|
|
|
3920
3920
|
const l = T(p.nestGroup);
|
|
3921
3921
|
O.push(...l), M += l.length;
|
|
3922
3922
|
}
|
|
3923
|
-
if (p.details && p.details.length && (O.push(...p.details), M += p.details.length),
|
|
3923
|
+
if (p.details && p.details.length && (O.push(...p.details), M += p.details.length), d.value) {
|
|
3924
3924
|
const l = {
|
|
3925
3925
|
__fv_data_grid_group_field__: p.field,
|
|
3926
3926
|
__fv_data_grid_group_layer__: p.layer,
|
|
@@ -3939,7 +3939,7 @@ function Zi(e, t) {
|
|
|
3939
3939
|
}), O;
|
|
3940
3940
|
}
|
|
3941
3941
|
function R(y, O, p) {
|
|
3942
|
-
return !y || y.length === 0 || !O.length ? O : (y.join(","), c.clear(),
|
|
3942
|
+
return !y || y.length === 0 || !O.length ? O : (y.join(","), c.clear(), f = [], O = O.filter((_) => !_.__fv_data_grid_group_row__), v(c, O, 0, y, p), f = T(c), f);
|
|
3943
3943
|
}
|
|
3944
3944
|
function I(y) {
|
|
3945
3945
|
return {
|
|
@@ -3951,62 +3951,62 @@ function Zi(e, t) {
|
|
|
3951
3951
|
return { collpaseGroupIconClass: I, generateGroupData: R, groupFields: i, shouldGroupingData: a, showGroupPanel: u };
|
|
3952
3952
|
}
|
|
3953
3953
|
function ea(e, t, n, o) {
|
|
3954
|
-
const r =
|
|
3955
|
-
function c(h,
|
|
3954
|
+
const r = k(!!e.hierarchy), { idField: i } = o, { collapseField: a, hasChildrenField: u, parentIdField: s } = n, d = /* @__PURE__ */ new Map();
|
|
3955
|
+
function c(h, E) {
|
|
3956
3956
|
const w = /* @__PURE__ */ new Map();
|
|
3957
3957
|
return h.reduce((b, D) => {
|
|
3958
3958
|
const B = D[s.value] !== void 0 ? D[s.value] : "";
|
|
3959
|
-
if (B &&
|
|
3960
|
-
const A =
|
|
3959
|
+
if (B && E.has(B)) {
|
|
3960
|
+
const A = E.get(B);
|
|
3961
3961
|
D.__fv_parent_index__ = A.__fv_index__, A.__fv_hasChildren__ = !0;
|
|
3962
3962
|
}
|
|
3963
3963
|
const $ = b.has(B) ? b.get(B) : [];
|
|
3964
3964
|
return $.push(D), b.set(B, $), b;
|
|
3965
3965
|
}, w), w;
|
|
3966
3966
|
}
|
|
3967
|
-
function
|
|
3968
|
-
const
|
|
3967
|
+
function f(h) {
|
|
3968
|
+
const E = /* @__PURE__ */ new Map();
|
|
3969
3969
|
return h.reduce((w, b) => {
|
|
3970
3970
|
const D = b[i.value];
|
|
3971
3971
|
return w.set(D, b), w;
|
|
3972
|
-
},
|
|
3972
|
+
}, E), E;
|
|
3973
3973
|
}
|
|
3974
3974
|
function v(h) {
|
|
3975
|
-
h.forEach((
|
|
3976
|
-
const w =
|
|
3977
|
-
|
|
3975
|
+
h.forEach((E) => {
|
|
3976
|
+
const w = E[i.value];
|
|
3977
|
+
E.__fv_children_index__.map((D) => h[D]).forEach((D) => {
|
|
3978
3978
|
D.__fv_parents__ = new Map([
|
|
3979
|
-
...
|
|
3979
|
+
...E.__fv_parents__.entries(),
|
|
3980
3980
|
[w, !0]
|
|
3981
3981
|
]);
|
|
3982
3982
|
});
|
|
3983
3983
|
});
|
|
3984
3984
|
}
|
|
3985
3985
|
function C(h) {
|
|
3986
|
-
h.forEach((
|
|
3987
|
-
const w = new Set(
|
|
3988
|
-
|
|
3986
|
+
h.forEach((E) => {
|
|
3987
|
+
const w = new Set(E.__fv_children_index__);
|
|
3988
|
+
E.__fv_children_index__ = [...w].sort((b, D) => b - D);
|
|
3989
3989
|
});
|
|
3990
3990
|
}
|
|
3991
|
-
function T(h,
|
|
3991
|
+
function T(h, E) {
|
|
3992
3992
|
h.forEach((w) => {
|
|
3993
3993
|
const b = w.__fv_parents__;
|
|
3994
|
-
Array.from(b.keys()).map((D) =>
|
|
3994
|
+
Array.from(b.keys()).map((D) => E.get(D)).forEach((D) => {
|
|
3995
3995
|
D.__fv_children_index__.push(w.__fv_index__);
|
|
3996
3996
|
});
|
|
3997
3997
|
}), C(h);
|
|
3998
3998
|
}
|
|
3999
3999
|
function R(h) {
|
|
4000
|
-
h.forEach((
|
|
4001
|
-
|
|
4000
|
+
h.forEach((E) => {
|
|
4001
|
+
E.__fv_child_with_lines__ = [], E.__fv_child_length__ = E.__fv_descendant_index__.length, E.__fv_descendant_index__.map((w) => h[w]).reduce((w, b) => (w.__fv_child_length__ += b.__fv_children_index__.length, w.__fv_child_with_lines__.push(...b.__fv_children_index__, b.__fv_index__), w), E);
|
|
4002
4002
|
});
|
|
4003
4003
|
}
|
|
4004
|
-
function I(h,
|
|
4005
|
-
return { id: h, index:
|
|
4004
|
+
function I(h, E) {
|
|
4005
|
+
return { id: h, index: E, parentId: "", parentIndex: -1, parents: /* @__PURE__ */ new Map(), children: /* @__PURE__ */ new Map(), descendant: /* @__PURE__ */ new Map() };
|
|
4006
4006
|
}
|
|
4007
|
-
function m(h,
|
|
4008
|
-
Array.from(
|
|
4009
|
-
|
|
4007
|
+
function m(h, E) {
|
|
4008
|
+
Array.from(E.keys()).forEach((w) => {
|
|
4009
|
+
E.get(w).reduce((D, B) => {
|
|
4010
4010
|
const $ = B[i.value], A = h.get(B[i.value]), G = h.get(w);
|
|
4011
4011
|
return G && (G.children.set($, A), G.children.set($, A), A.parentId = w, A.parentIndex = G.index, A.parents.set(w, G)), D;
|
|
4012
4012
|
}, h);
|
|
@@ -4020,29 +4020,29 @@ function ea(e, t, n, o) {
|
|
|
4020
4020
|
]), y(w);
|
|
4021
4021
|
});
|
|
4022
4022
|
}
|
|
4023
|
-
function O(h,
|
|
4023
|
+
function O(h, E) {
|
|
4024
4024
|
h.filter((w) => w[s.value] === void 0 || w[s.value] === "").forEach((w) => {
|
|
4025
|
-
const b = w[i.value], D =
|
|
4025
|
+
const b = w[i.value], D = E.get(b);
|
|
4026
4026
|
y(D);
|
|
4027
4027
|
});
|
|
4028
4028
|
}
|
|
4029
4029
|
function p(h) {
|
|
4030
|
-
Array.from(h.values()).forEach((
|
|
4031
|
-
Array.from(
|
|
4032
|
-
w.descendant.set(
|
|
4030
|
+
Array.from(h.values()).forEach((E) => {
|
|
4031
|
+
Array.from(E.parents.values()).forEach((w) => {
|
|
4032
|
+
w.descendant.set(E.id, E);
|
|
4033
4033
|
});
|
|
4034
4034
|
});
|
|
4035
4035
|
}
|
|
4036
4036
|
function _(h) {
|
|
4037
|
-
|
|
4037
|
+
d.clear(), h.forEach((b, D) => {
|
|
4038
4038
|
const B = b[i.value];
|
|
4039
|
-
|
|
4039
|
+
d.set(B, I(B, D));
|
|
4040
4040
|
});
|
|
4041
|
-
const
|
|
4042
|
-
return m(
|
|
4041
|
+
const E = f(h), w = c(h, E);
|
|
4042
|
+
return m(d, w), O(h, d), p(d), d;
|
|
4043
4043
|
}
|
|
4044
4044
|
function M(h) {
|
|
4045
|
-
const
|
|
4045
|
+
const E = h[i.value], w = d.get(E);
|
|
4046
4046
|
return w && w.children.size > 0;
|
|
4047
4047
|
}
|
|
4048
4048
|
function l(h) {
|
|
@@ -4050,17 +4050,17 @@ function ea(e, t, n, o) {
|
|
|
4050
4050
|
}
|
|
4051
4051
|
function S(h) {
|
|
4052
4052
|
_(t.value);
|
|
4053
|
-
const
|
|
4053
|
+
const E = f(h), w = c(h, E);
|
|
4054
4054
|
return h.forEach((b, D) => {
|
|
4055
4055
|
var G;
|
|
4056
4056
|
const B = b[i.value], $ = w.has(B) ? (G = w.get(B)) == null ? void 0 : G.map((U) => U.__fv_index__) : [], A = I(B, D);
|
|
4057
4057
|
b.__fv_graph_node__ = A, b.__fv_children_index__ = $, b.__fv_descendant_index__ = [...$], b.__fv_parents__ = /* @__PURE__ */ new Map(), l(b) && (b[a.value] = !0);
|
|
4058
|
-
}), v(h), T(h,
|
|
4058
|
+
}), v(h), T(h, E), e.showLines && R(h), h;
|
|
4059
4059
|
}
|
|
4060
|
-
function x(h,
|
|
4061
|
-
const D = w.value[h][i.value], B =
|
|
4060
|
+
function x(h, E, w) {
|
|
4061
|
+
const D = w.value[h][i.value], B = d.get(D);
|
|
4062
4062
|
if (B) {
|
|
4063
|
-
const $ =
|
|
4063
|
+
const $ = d.get(B.parentId);
|
|
4064
4064
|
let A = w.value.length - 1;
|
|
4065
4065
|
if ($) {
|
|
4066
4066
|
const G = Array.from($.children.keys()).indexOf(B.id);
|
|
@@ -4071,56 +4071,56 @@ function ea(e, t, n, o) {
|
|
|
4071
4071
|
const J = Array.from($.children.values())[G + 1];
|
|
4072
4072
|
A = w.value.findIndex((se) => se[i.value] === J.id);
|
|
4073
4073
|
}
|
|
4074
|
-
|
|
4074
|
+
E[u.value] = !1, E[s.value] = $.id, w.value.splice(A, 0, E);
|
|
4075
4075
|
}
|
|
4076
4076
|
}
|
|
4077
4077
|
}
|
|
4078
|
-
function F(h,
|
|
4078
|
+
function F(h, E, w) {
|
|
4079
4079
|
const b = w.value[h], D = b[i.value];
|
|
4080
|
-
if (
|
|
4080
|
+
if (d.get(D)) {
|
|
4081
4081
|
const A = w.value.findIndex((G) => G[i.value] === D) + 1;
|
|
4082
|
-
b[u.value] = !0, b[a.value] = !1,
|
|
4082
|
+
b[u.value] = !0, b[a.value] = !1, E[u.value] = !1, E[s.value] = D, w.value.splice(A, 0, E);
|
|
4083
4083
|
}
|
|
4084
4084
|
}
|
|
4085
|
-
function g(h,
|
|
4086
|
-
const w = h[i.value], b =
|
|
4085
|
+
function g(h, E) {
|
|
4086
|
+
const w = h[i.value], b = d.get(w), D = Array.from(b.descendant.keys());
|
|
4087
4087
|
D.unshift(w);
|
|
4088
|
-
const B =
|
|
4088
|
+
const B = d.get(b.parentId);
|
|
4089
4089
|
if (B && (B.children.delete(w), B.children.size === 0)) {
|
|
4090
|
-
const A =
|
|
4090
|
+
const A = E.find((G) => G[i.value] === b.parentId);
|
|
4091
4091
|
A[u.value] = !1, A[a.value] = !1;
|
|
4092
4092
|
}
|
|
4093
|
-
return
|
|
4093
|
+
return E.filter((A) => D.indexOf(A.id) === -1);
|
|
4094
4094
|
}
|
|
4095
4095
|
return { generateHierarchyData: S, hasRealChildren: M, insertSibling: x, insertChild: F, shouldStratifyData: r, trimmedOriginalData: g };
|
|
4096
4096
|
}
|
|
4097
4097
|
function ta(e, t, n, o, r) {
|
|
4098
4098
|
var ot;
|
|
4099
|
-
const i = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map(), u = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map(),
|
|
4099
|
+
const i = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map(), u = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map(), d = /* @__PURE__ */ new Map(), c = k([]), f = k([]), v = Zi(e, r), { generateGroupData: C, groupFields: T, shouldGroupingData: R } = v, I = k(e.data), m = ea(e, I, o, r), {
|
|
4100
4100
|
generateHierarchyData: y,
|
|
4101
4101
|
hasRealChildren: O,
|
|
4102
4102
|
insertSibling: p,
|
|
4103
4103
|
insertChild: _,
|
|
4104
4104
|
shouldStratifyData: M,
|
|
4105
4105
|
trimmedOriginalData: l
|
|
4106
|
-
} = m, { idField: S, reviseIdentifyField: x } = r, F =
|
|
4106
|
+
} = m, { idField: S, reviseIdentifyField: x } = r, F = k(e.newDataItem), g = k(e.data || []), h = k(e.data), { flatTreeData: E } = Ia(e);
|
|
4107
4107
|
function w(N) {
|
|
4108
|
-
return
|
|
4108
|
+
return E(N);
|
|
4109
4109
|
}
|
|
4110
4110
|
if (e.data && ((ot = e.data[0]) != null && ot.children)) {
|
|
4111
4111
|
const N = w(e.data);
|
|
4112
4112
|
I.value = N, g.value = N, h.value = N;
|
|
4113
4113
|
}
|
|
4114
|
-
const b =
|
|
4114
|
+
const b = k(e.summary), D = H(() => {
|
|
4115
4115
|
const N = b.value;
|
|
4116
4116
|
return (N == null ? void 0 : N.groupFields) || [];
|
|
4117
4117
|
});
|
|
4118
4118
|
let B = /* @__PURE__ */ new Map();
|
|
4119
|
-
const $ =
|
|
4119
|
+
const $ = k(g.value.length), A = k(e.pagination);
|
|
4120
4120
|
function G() {
|
|
4121
4121
|
return A.value && A.value.enable && A.value.size > 0 ? A.value.size : g.value.length;
|
|
4122
4122
|
}
|
|
4123
|
-
const U =
|
|
4123
|
+
const U = k(1), J = H(() => A.value && A.value.enable && A.value.mode === "client"), re = new xn();
|
|
4124
4124
|
function se() {
|
|
4125
4125
|
var xe;
|
|
4126
4126
|
g.value = I.value, J.value && ($.value = g.value.length), R.value && (g.value = C(T.value, I.value, t)), B = D.value.reduce((Ce, we) => (Ce.set(we, 0), Ce), B);
|
|
@@ -4140,7 +4140,7 @@ function ta(e, t, n, o, r) {
|
|
|
4140
4140
|
}
|
|
4141
4141
|
return M.value && y(he), h.value = [...he], he;
|
|
4142
4142
|
}
|
|
4143
|
-
const j =
|
|
4143
|
+
const j = k(se()), Z = H(() => j.value.filter((N) => N.__fv_visible__ !== !1));
|
|
4144
4144
|
function ue() {
|
|
4145
4145
|
Z.value.forEach((N, z) => (N.__fv_visible_index__ = z, N));
|
|
4146
4146
|
}
|
|
@@ -4163,22 +4163,22 @@ function ta(e, t, n, o, r) {
|
|
|
4163
4163
|
}), j.value;
|
|
4164
4164
|
}
|
|
4165
4165
|
function W(N) {
|
|
4166
|
-
return
|
|
4166
|
+
return d.clear(), f.value = N, f.value.reduce((z, K) => (z.set(K.field, K), z), d), ee([], f.value);
|
|
4167
4167
|
}
|
|
4168
4168
|
function q(N, z) {
|
|
4169
|
-
return
|
|
4169
|
+
return d.set(N, z), f.value = Array.from(d.values()), ee([], f.value);
|
|
4170
4170
|
}
|
|
4171
4171
|
function me(N) {
|
|
4172
|
-
return
|
|
4172
|
+
return d.delete(N), f.value = Array.from(d.values()), ee([], f.value);
|
|
4173
4173
|
}
|
|
4174
4174
|
function fe(N, z) {
|
|
4175
|
-
return a.set(N, z), c.value = Array.from(a.values()), ee([], Array.from(
|
|
4175
|
+
return a.set(N, z), c.value = Array.from(a.values()), ee([], Array.from(d.values()));
|
|
4176
4176
|
}
|
|
4177
4177
|
function De(N) {
|
|
4178
|
-
return a.delete(N), c.value = Array.from(a.values()), ee([], Array.from(
|
|
4178
|
+
return a.delete(N), c.value = Array.from(a.values()), ee([], Array.from(d.values()), !0);
|
|
4179
4179
|
}
|
|
4180
4180
|
function je() {
|
|
4181
|
-
return a.clear(), c.value = [], ee([], Array.from(
|
|
4181
|
+
return a.clear(), c.value = [], ee([], Array.from(d.values()), !0);
|
|
4182
4182
|
}
|
|
4183
4183
|
function Ie(N, z) {
|
|
4184
4184
|
const K = `group_of_${N}_${z}`;
|
|
@@ -4190,11 +4190,11 @@ function ta(e, t, n, o, r) {
|
|
|
4190
4190
|
fieldType: "string",
|
|
4191
4191
|
filterValue: z,
|
|
4192
4192
|
filter: ce
|
|
4193
|
-
}), ee(Array.from(u.values()), Array.from(
|
|
4193
|
+
}), ee(Array.from(u.values()), Array.from(d.values()));
|
|
4194
4194
|
}
|
|
4195
4195
|
function ke(N, z) {
|
|
4196
4196
|
const K = `group_of_${N}_${z}`;
|
|
4197
|
-
return i.set(K, !1), u.delete(`collapse_${N}_${z}`), ee(Array.from(u.values()), Array.from(
|
|
4197
|
+
return i.set(K, !1), u.delete(`collapse_${N}_${z}`), ee(Array.from(u.values()), Array.from(d.values()), !0);
|
|
4198
4198
|
}
|
|
4199
4199
|
function He(N) {
|
|
4200
4200
|
const z = N.raw[S.value], K = (ce) => !ce.__fv_parents__.has(z);
|
|
@@ -4204,69 +4204,69 @@ function ta(e, t, n, o, r) {
|
|
|
4204
4204
|
fieldType: "string",
|
|
4205
4205
|
filterValue: String(z),
|
|
4206
4206
|
filter: K
|
|
4207
|
-
}), ee(Array.from(s.values()), Array.from(
|
|
4207
|
+
}), ee(Array.from(s.values()), Array.from(d.values())), y(j.value);
|
|
4208
4208
|
}
|
|
4209
4209
|
function Ne(N) {
|
|
4210
4210
|
const z = N[S.value];
|
|
4211
4211
|
s.delete(`fold_${z}`);
|
|
4212
4212
|
}
|
|
4213
4213
|
function Be(N) {
|
|
4214
|
-
Ne(N.raw), ee(Array.from(s.values()), Array.from(
|
|
4214
|
+
Ne(N.raw), ee(Array.from(s.values()), Array.from(d.values()), !0), y(j.value);
|
|
4215
4215
|
}
|
|
4216
|
-
function
|
|
4216
|
+
function ye() {
|
|
4217
4217
|
const N = se();
|
|
4218
|
-
j.value = N, e.hierarchy && (ee(Array.from(s.values()), Array.from(
|
|
4218
|
+
j.value = N, e.hierarchy && (ee(Array.from(s.values()), Array.from(d.values())), y(j.value));
|
|
4219
4219
|
}
|
|
4220
4220
|
function X(N) {
|
|
4221
4221
|
const K = N && N.length && N[0].children ? w(N) : N;
|
|
4222
|
-
I.value = K,
|
|
4222
|
+
I.value = K, ye();
|
|
4223
4223
|
}
|
|
4224
4224
|
function de(N, z, K) {
|
|
4225
4225
|
return (N && N.length ? j.value.filter((ve, Fe) => N.reduce((_e, he) => _e && he.filter(ve), !0)) : j.value).slice(z, K);
|
|
4226
4226
|
}
|
|
4227
4227
|
function Re(N) {
|
|
4228
4228
|
const z = G(), K = N * z;
|
|
4229
|
-
0 < K && K <= $.value && (U.value = N,
|
|
4229
|
+
0 < K && K <= $.value && (U.value = N, ye());
|
|
4230
4230
|
}
|
|
4231
4231
|
function $e(N) {
|
|
4232
|
-
I.value.push(
|
|
4232
|
+
I.value.push(ct(N)), j.value = se();
|
|
4233
4233
|
}
|
|
4234
4234
|
function Ke(N = 0) {
|
|
4235
4235
|
if (!(N > -1))
|
|
4236
4236
|
return !1;
|
|
4237
4237
|
const K = F.value();
|
|
4238
|
-
e.hierarchy ? p(N, K, I) : I.value.splice(N, 0, K),
|
|
4238
|
+
e.hierarchy ? p(N, K, I) : I.value.splice(N, 0, K), ye();
|
|
4239
4239
|
}
|
|
4240
4240
|
function We(N = 0) {
|
|
4241
4241
|
if (!(N > -1 && e.hierarchy))
|
|
4242
4242
|
return !1;
|
|
4243
4243
|
const K = F.value(), ce = I.value[N];
|
|
4244
|
-
Ne(ce), _(N, K, I),
|
|
4244
|
+
Ne(ce), _(N, K, I), ye();
|
|
4245
4245
|
}
|
|
4246
4246
|
function Le(N) {
|
|
4247
4247
|
const z = N ? N - 1 : 0;
|
|
4248
|
-
I.value.splice(z, 1),
|
|
4248
|
+
I.value.splice(z, 1), ye();
|
|
4249
4249
|
}
|
|
4250
4250
|
function Ae(N) {
|
|
4251
4251
|
const z = I.value.findIndex((K) => K[S.value] === N);
|
|
4252
|
-
z !== -1 && (I.value.splice(z, 1),
|
|
4252
|
+
z !== -1 && (I.value.splice(z, 1), ye());
|
|
4253
4253
|
}
|
|
4254
4254
|
function Qe(N) {
|
|
4255
4255
|
const z = N > -1 ? I.value[N] : null;
|
|
4256
4256
|
if (!(z && z.deletable !== !1))
|
|
4257
4257
|
return !1;
|
|
4258
|
-
I.value = l(z, I.value),
|
|
4258
|
+
I.value = l(z, I.value), ye();
|
|
4259
4259
|
}
|
|
4260
4260
|
function Je() {
|
|
4261
4261
|
const N = u.size > 0 ? Array.from(u.values()) : [];
|
|
4262
|
-
return ee(N, Array.from(
|
|
4262
|
+
return ee(N, Array.from(d.values()));
|
|
4263
4263
|
}
|
|
4264
4264
|
function Ue(N) {
|
|
4265
|
-
A.value && (A.value.size = N,
|
|
4265
|
+
A.value && (A.value.size = N, ye());
|
|
4266
4266
|
}
|
|
4267
4267
|
function tt(N, z) {
|
|
4268
4268
|
const K = I.value[Number(N) - 1];
|
|
4269
|
-
K.editable !== !1 ? (K.name = z,
|
|
4269
|
+
K.editable !== !1 ? (K.name = z, ye()) : re.show({
|
|
4270
4270
|
showCloseButton: !1,
|
|
4271
4271
|
timeout: 3e3,
|
|
4272
4272
|
animate: "fadeIn",
|
|
@@ -4308,11 +4308,11 @@ function ta(e, t, n, o, r) {
|
|
|
4308
4308
|
removeSorter: me,
|
|
4309
4309
|
reOrderVisibleIndex: ue,
|
|
4310
4310
|
setSorters: W,
|
|
4311
|
-
sorters:
|
|
4311
|
+
sorters: f,
|
|
4312
4312
|
summaries: B,
|
|
4313
4313
|
totalItems: $,
|
|
4314
4314
|
unFold: Be,
|
|
4315
|
-
updateDataView:
|
|
4315
|
+
updateDataView: ye,
|
|
4316
4316
|
visibleDataItems: Z
|
|
4317
4317
|
};
|
|
4318
4318
|
}
|
|
@@ -4448,7 +4448,7 @@ const na = [
|
|
|
4448
4448
|
["text", oa]
|
|
4449
4449
|
]);
|
|
4450
4450
|
function ua() {
|
|
4451
|
-
const e =
|
|
4451
|
+
const e = k([]), t = /* @__PURE__ */ new Map(), { loadConditionGroup: n } = Bn();
|
|
4452
4452
|
function o(I, m) {
|
|
4453
4453
|
switch (I) {
|
|
4454
4454
|
case "check-box":
|
|
@@ -4508,27 +4508,27 @@ function ua() {
|
|
|
4508
4508
|
return ((y = I.editor) == null ? void 0 : y.type) || r.get(m) || "text";
|
|
4509
4509
|
}
|
|
4510
4510
|
function u(I) {
|
|
4511
|
-
var F, g, h,
|
|
4512
|
-
const m = `field_filter_${I.field}`, y = Date.now(), O = I.field, p = ((F = I.column) == null ? void 0 : F.title) || "", _ = ((g = I.column) == null ? void 0 : g.dataType) || "string", M = i.get(_) || Xe.Equal, l = ((
|
|
4511
|
+
var F, g, h, E, w;
|
|
4512
|
+
const m = `field_filter_${I.field}`, y = Date.now(), O = I.field, p = ((F = I.column) == null ? void 0 : F.title) || "", _ = ((g = I.column) == null ? void 0 : g.dataType) || "string", M = i.get(_) || Xe.Equal, l = ((E = (h = I.column) == null ? void 0 : h.editor) == null ? void 0 : E.type) || r.get(_) || "text", S = o(l, (w = I.column) == null ? void 0 : w.filter), x = l === "lookup" || l === "combo-lookup" ? wt.SmartHelp : l === "combo-list" ? wt.Enum : wt.Value;
|
|
4513
4513
|
t.set(m, { id: m, fieldCode: O, fieldName: p, compareType: M, valueType: x, value: S, conditionId: y }), e.value = Array.from(t.values());
|
|
4514
4514
|
}
|
|
4515
4515
|
function s(I) {
|
|
4516
4516
|
const m = `field_filter_${I.field}`;
|
|
4517
4517
|
t.delete(m), e.value = Array.from(t.values());
|
|
4518
4518
|
}
|
|
4519
|
-
function
|
|
4519
|
+
function d(I) {
|
|
4520
4520
|
t.delete(I), e.value = Array.from(t.values());
|
|
4521
4521
|
}
|
|
4522
4522
|
function c() {
|
|
4523
4523
|
t.clear(), e.value = [];
|
|
4524
4524
|
}
|
|
4525
|
-
function
|
|
4525
|
+
function f(I) {
|
|
4526
4526
|
const { valueType: m } = I.value, y = I.compareType || "0", O = na[Number(y)];
|
|
4527
4527
|
return sa.get(m)[O];
|
|
4528
4528
|
}
|
|
4529
4529
|
function v(I) {
|
|
4530
4530
|
const m = I.relation === 2 ? 0 : 1, y = I.items.map((p) => {
|
|
4531
|
-
const _ =
|
|
4531
|
+
const _ = f(p);
|
|
4532
4532
|
return (l) => _(l, p.fieldCode, p.value.getValue());
|
|
4533
4533
|
}), O = I.children && I.children.length ? I.children.map((p) => v(p)) : [];
|
|
4534
4534
|
return { relation: m, filterFunctions: y, children: O };
|
|
@@ -4545,10 +4545,10 @@ function ua() {
|
|
|
4545
4545
|
const m = C();
|
|
4546
4546
|
return T(I, m);
|
|
4547
4547
|
}
|
|
4548
|
-
return { addColumnFilter: u, apply: R, clearCondition: c, conditions: e, getFilterEditorType: a, removeColumnFilter: s, removeCondition:
|
|
4548
|
+
return { addColumnFilter: u, apply: R, clearCondition: c, conditions: e, getFilterEditorType: a, removeColumnFilter: s, removeCondition: d };
|
|
4549
4549
|
}
|
|
4550
4550
|
function ca(e) {
|
|
4551
|
-
|
|
4551
|
+
k(e.selection.showCheckbox || !1);
|
|
4552
4552
|
const t = H(() => {
|
|
4553
4553
|
var a;
|
|
4554
4554
|
return ((a = e.hierarchy) == null ? void 0 : a.collapseField) || "__fv_collapse__";
|
|
@@ -4563,26 +4563,26 @@ function ca(e) {
|
|
|
4563
4563
|
}
|
|
4564
4564
|
function da(e, t, n, o, r, i, a, u) {
|
|
4565
4565
|
var ot;
|
|
4566
|
-
const { dataView: s, visibleDataItems:
|
|
4566
|
+
const { dataView: s, visibleDataItems: d } = t, { getVisualData: c, maxVisibleRowIndex: f, minVisibleRowIndex: v } = r, C = H(() => o.value.primaryColumnsWidth), T = H(() => o.value.leftColumnsWidth), R = H(() => o.value.rightColumnsWidth), I = ((ot = e.rowOption) == null ? void 0 : ot.height) || 28, m = k(0), y = k(0);
|
|
4567
4567
|
let O = 0, p = i.value - 1;
|
|
4568
|
-
const _ =
|
|
4568
|
+
const _ = k(0), M = k(0), l = k(0), S = k(e.virtualized), x = 24, F = 1.5;
|
|
4569
4569
|
let g;
|
|
4570
4570
|
function h() {
|
|
4571
|
-
const N =
|
|
4571
|
+
const N = d.value;
|
|
4572
4572
|
if (N.length <= 0)
|
|
4573
4573
|
return 0;
|
|
4574
|
-
const z =
|
|
4575
|
-
return z.__fv_data_position__ > N.length * I ? N.length * I : (z.__fv_data_position__ || 0) + (z.__fv_data_height__ || 0) + Math.max(N.length - 1 -
|
|
4574
|
+
const z = f.value < N.length ? N[f.value] : N[N.length - 1];
|
|
4575
|
+
return z.__fv_data_position__ > N.length * I ? N.length * I : (z.__fv_data_position__ || 0) + (z.__fv_data_height__ || 0) + Math.max(N.length - 1 - f.value, 0) * I;
|
|
4576
4576
|
}
|
|
4577
|
-
const
|
|
4578
|
-
const N = h(), z =
|
|
4577
|
+
const E = H(() => {
|
|
4578
|
+
const N = h(), z = d.value;
|
|
4579
4579
|
let K = z.length > i.value + a ? (i.value + a) / z.length : M.value / Math.max(N, M.value), ce = Math.floor(K * M.value);
|
|
4580
4580
|
for (; M.value > 0 && ce < x; )
|
|
4581
4581
|
K *= F, ce = Math.floor(K * M.value);
|
|
4582
4582
|
return ce;
|
|
4583
4583
|
}), w = H(() => Math.floor(l.value / Math.max(C.value, l.value) * _.value)), b = 0, D = 0, B = H(() => _.value - (T.value + C.value + R.value + u.value));
|
|
4584
4584
|
function $(N) {
|
|
4585
|
-
const K = Math.floor(N / I) + 1, ce =
|
|
4585
|
+
const K = Math.floor(N / I) + 1, ce = d.value;
|
|
4586
4586
|
return ce.length > K ? ce[K].__fv_visible_index__ - 1 : 0;
|
|
4587
4587
|
}
|
|
4588
4588
|
function A(N, z, K) {
|
|
@@ -4603,7 +4603,7 @@ function da(e, t, n, o, r, i, a, u) {
|
|
|
4603
4603
|
}
|
|
4604
4604
|
function G(N) {
|
|
4605
4605
|
var Ce, we;
|
|
4606
|
-
const z =
|
|
4606
|
+
const z = d.value;
|
|
4607
4607
|
if (!z.length) {
|
|
4608
4608
|
n.value = [];
|
|
4609
4609
|
return;
|
|
@@ -4618,7 +4618,7 @@ function da(e, t, n, o, r, i, a, u) {
|
|
|
4618
4618
|
ve && K < M.value - z && (K = M.value - z), (!ve || ce) && (K = b), m.value !== K && (m.value = K);
|
|
4619
4619
|
}
|
|
4620
4620
|
function se() {
|
|
4621
|
-
S.value && (O = $(Math.abs(m.value)), p = O + i.value - 1, (O < v.value || p >
|
|
4621
|
+
S.value && (O = $(Math.abs(m.value)), p = O + i.value - 1, (O < v.value || p > f.value - a / 2) && G());
|
|
4622
4622
|
}
|
|
4623
4623
|
function j(N) {
|
|
4624
4624
|
let z = m.value + N;
|
|
@@ -4644,7 +4644,7 @@ function da(e, t, n, o, r, i, a, u) {
|
|
|
4644
4644
|
const N = h();
|
|
4645
4645
|
re(m.value, N);
|
|
4646
4646
|
}
|
|
4647
|
-
|
|
4647
|
+
ge([l, C], () => {
|
|
4648
4648
|
Z(0);
|
|
4649
4649
|
});
|
|
4650
4650
|
function q(N) {
|
|
@@ -4682,20 +4682,20 @@ function da(e, t, n, o, r, i, a, u) {
|
|
|
4682
4682
|
transform: `translateY(${m.value}px)`
|
|
4683
4683
|
})), Be = H(() => ({
|
|
4684
4684
|
width: `${T.value}px`
|
|
4685
|
-
})),
|
|
4685
|
+
})), ye = H(() => ({
|
|
4686
4686
|
transform: `translateX(${y.value}px)`
|
|
4687
4687
|
})), X = H(() => ({
|
|
4688
4688
|
width: `${R.value}px`
|
|
4689
4689
|
})), de = H(() => {
|
|
4690
4690
|
const N = h();
|
|
4691
|
-
return re(m.value, N), m.value / (M.value - N) * (M.value -
|
|
4691
|
+
return re(m.value, N), m.value / (M.value - N) * (M.value - E.value);
|
|
4692
4692
|
}), Re = H(() => ({
|
|
4693
|
-
height: `${
|
|
4693
|
+
height: `${E.value}px`,
|
|
4694
4694
|
top: `${de.value}px`
|
|
4695
4695
|
})), $e = H(() => y.value / B.value * (_.value - w.value)), Ke = H(() => ({
|
|
4696
4696
|
width: `${w.value}px`,
|
|
4697
4697
|
left: `${$e.value}px`
|
|
4698
|
-
})), We =
|
|
4698
|
+
})), We = k(!1), Le = k(-1), Ae = k(-1), Qe = k();
|
|
4699
4699
|
function Je(N) {
|
|
4700
4700
|
if (We.value && Ae.value !== -1) {
|
|
4701
4701
|
const z = Ae.value - N.pageX, K = _.value - w.value;
|
|
@@ -4707,9 +4707,9 @@ function da(e, t, n, o, r, i, a, u) {
|
|
|
4707
4707
|
}
|
|
4708
4708
|
function Ue(N) {
|
|
4709
4709
|
if (We.value && Le.value !== -1) {
|
|
4710
|
-
const z = Le.value - N.pageY, K = h(), ce = K -
|
|
4710
|
+
const z = Le.value - N.pageY, K = h(), ce = K - E.value;
|
|
4711
4711
|
if (Math.abs(z) <= ce) {
|
|
4712
|
-
const ve = z / (M.value -
|
|
4712
|
+
const ve = z / (M.value - E.value) * (K - M.value);
|
|
4713
4713
|
j(ve), Le.value = N.pageY;
|
|
4714
4714
|
}
|
|
4715
4715
|
}
|
|
@@ -4729,7 +4729,7 @@ function da(e, t, n, o, r, i, a, u) {
|
|
|
4729
4729
|
dataGridWidth: _,
|
|
4730
4730
|
fitHorizontalScroll: ue,
|
|
4731
4731
|
gridDataStyle: je,
|
|
4732
|
-
gridHeaderColumnsStyle:
|
|
4732
|
+
gridHeaderColumnsStyle: ye,
|
|
4733
4733
|
gridMergedDataStyle: Ie,
|
|
4734
4734
|
gridSideStyle: Ne,
|
|
4735
4735
|
horizontalScrollThumbStyle: Ke,
|
|
@@ -4755,21 +4755,21 @@ function da(e, t, n, o, r, i, a, u) {
|
|
|
4755
4755
|
};
|
|
4756
4756
|
}
|
|
4757
4757
|
function fa(e, t, n, o, r, i, a, u) {
|
|
4758
|
-
const s =
|
|
4758
|
+
const s = k(o.value - 1 + r), d = k(0), { renderDataRow: c } = i, f = c, v = c;
|
|
4759
4759
|
function C(I) {
|
|
4760
4760
|
let m = c;
|
|
4761
|
-
return I.__fv_data_grid_group_row__ && (m =
|
|
4761
|
+
return I.__fv_data_grid_group_row__ && (m = f), I.__fv_data_grid_group_summary__ && (m = v), m;
|
|
4762
4762
|
}
|
|
4763
4763
|
function T(I, m, y, O) {
|
|
4764
4764
|
const { visibleDataItems: p } = n, _ = [], M = p.value;
|
|
4765
4765
|
if (M.length > 0) {
|
|
4766
4766
|
const l = O ? Date.now().toString() : "";
|
|
4767
4767
|
for (let S = I, x = 0; S <= m; S++, x++) {
|
|
4768
|
-
const F = M[S], g = M[S - 1] || y, h = _[x - 1],
|
|
4768
|
+
const F = M[S], g = M[S - 1] || y, h = _[x - 1], E = g ? (g.__fv_data_position__ || 0) + (g.__fv_data_height__ || 0) : 0, b = C(F)(F, g, h, S, E, t.value, _);
|
|
4769
4769
|
b.refreshKey = l, _.push(b);
|
|
4770
4770
|
}
|
|
4771
4771
|
}
|
|
4772
|
-
return
|
|
4772
|
+
return d.value = _.length > 0 ? _[0].index : 0, s.value = _.length > 0 ? _[_.length - 1].index : 0, _;
|
|
4773
4773
|
}
|
|
4774
4774
|
function R(I, m, y) {
|
|
4775
4775
|
const O = m.groupField || "", { groupValue: p } = m;
|
|
@@ -4777,7 +4777,7 @@ function fa(e, t, n, o, r, i, a, u) {
|
|
|
4777
4777
|
const { dataView: _ } = n, M = y[0].index, l = Math.min(M + o.value + r + 1, _.value.length - 1);
|
|
4778
4778
|
return T(M, l);
|
|
4779
4779
|
}
|
|
4780
|
-
return { getVisualData: T, maxVisibleRowIndex: s, minVisibleRowIndex:
|
|
4780
|
+
return { getVisualData: T, maxVisibleRowIndex: s, minVisibleRowIndex: d, toggleGroupRow: R };
|
|
4781
4781
|
}
|
|
4782
4782
|
function pa(e) {
|
|
4783
4783
|
var r;
|
|
@@ -4785,7 +4785,7 @@ function pa(e) {
|
|
|
4785
4785
|
function n(i, a) {
|
|
4786
4786
|
const u = i.pre;
|
|
4787
4787
|
if (u) {
|
|
4788
|
-
const s = u ? u.__fv_data_position__ !== void 0 ? u.__fv_data_position__ : u.__fv_index__ * t : 0,
|
|
4788
|
+
const s = u ? u.__fv_data_position__ !== void 0 ? u.__fv_data_position__ : u.__fv_index__ * t : 0, d = u ? u.__fv_data_height__ !== void 0 ? u.__fv_data_height__ : t : 0, c = i.visible ? s + d : u.__fv_data_position__;
|
|
4789
4789
|
i.top = c, a.__fv_data_position__ = c;
|
|
4790
4790
|
} else
|
|
4791
4791
|
i.top = 0, a.__fv_data_position__ = 0;
|
|
@@ -4805,8 +4805,8 @@ function ma() {
|
|
|
4805
4805
|
formatter: o
|
|
4806
4806
|
} = t, r = Ee(n.raw, t.field);
|
|
4807
4807
|
if (r.includes(",")) {
|
|
4808
|
-
const a = r.split(","), u = o.data.reduce((
|
|
4809
|
-
return a.map((
|
|
4808
|
+
const a = r.split(","), u = o.data.reduce((d, c) => (d[c.value] = c, d), {});
|
|
4809
|
+
return a.map((d) => u[d].name).join(",");
|
|
4810
4810
|
}
|
|
4811
4811
|
const i = o.data.find((a) => a.value === r);
|
|
4812
4812
|
return (i == null ? void 0 : i.name) || "";
|
|
@@ -4894,15 +4894,15 @@ function ya() {
|
|
|
4894
4894
|
}
|
|
4895
4895
|
function i(u, s) {
|
|
4896
4896
|
const {
|
|
4897
|
-
formatter:
|
|
4897
|
+
formatter: d
|
|
4898
4898
|
} = s;
|
|
4899
|
-
return
|
|
4899
|
+
return d.customFormat ? new Function(`return ${d.customFormat}`)() : u;
|
|
4900
4900
|
}
|
|
4901
|
-
function a(u, s,
|
|
4902
|
-
const c = Ee(
|
|
4903
|
-
formatter:
|
|
4901
|
+
function a(u, s, d) {
|
|
4902
|
+
const c = Ee(d.raw, [s.field]), {
|
|
4903
|
+
formatter: f
|
|
4904
4904
|
} = s;
|
|
4905
|
-
return
|
|
4905
|
+
return f.type === "none" ? c : f.type === "custom" ? i(c, s) : f.type === "enum" ? t(s, d) : f.type === "number" ? n(s, d) : f.type === "boolean" ? e(s, d) : f.type === "date" ? o(s, d) : c;
|
|
4906
4906
|
}
|
|
4907
4907
|
return {
|
|
4908
4908
|
renderFormatColumn: a
|
|
@@ -4910,8 +4910,8 @@ function ya() {
|
|
|
4910
4910
|
}
|
|
4911
4911
|
function ba(e, t, n) {
|
|
4912
4912
|
var I;
|
|
4913
|
-
const o =
|
|
4914
|
-
(I =
|
|
4913
|
+
const o = k(e.mergeCell);
|
|
4914
|
+
(I = k(e.rowOption).value) != null && I.wrapContent;
|
|
4915
4915
|
const { updateVisualInfomation: i } = n, { renderCommandColumn: a } = Ui(), { renderFormatColumn: u } = ya();
|
|
4916
4916
|
function s(m, y, O, p, _, M = 1) {
|
|
4917
4917
|
const l = {
|
|
@@ -4939,7 +4939,7 @@ function ba(e, t, n) {
|
|
|
4939
4939
|
};
|
|
4940
4940
|
return l;
|
|
4941
4941
|
}
|
|
4942
|
-
function
|
|
4942
|
+
function d(m, y, O) {
|
|
4943
4943
|
return m.getEditor = (p) => t.getEditor(p, y, p.parent), m.setRef = (p) => i(p, m, O), m.update = (p) => {
|
|
4944
4944
|
p !== void 0 && (m.editingData = p);
|
|
4945
4945
|
}, m.accept = () => {
|
|
@@ -4953,7 +4953,7 @@ function ba(e, t, n) {
|
|
|
4953
4953
|
function c(m, y) {
|
|
4954
4954
|
y.dataType === "commands" ? m.formatter = (O, p) => a(y, p) : y.formatter && (m.formatter = (O, p) => typeof y.formatter == "function" ? y.formatter(O, p) : u(y.dataType, y, p));
|
|
4955
4955
|
}
|
|
4956
|
-
function
|
|
4956
|
+
function f(m, y, O) {
|
|
4957
4957
|
const p = y && y.data[O];
|
|
4958
4958
|
if (p && p.data === m.data) {
|
|
4959
4959
|
const M = p && p.spannedBy || p;
|
|
@@ -4961,13 +4961,13 @@ function ba(e, t, n) {
|
|
|
4961
4961
|
}
|
|
4962
4962
|
}
|
|
4963
4963
|
function v(m, y, O) {
|
|
4964
|
-
o.value &&
|
|
4964
|
+
o.value && f(m, y, O.field);
|
|
4965
4965
|
}
|
|
4966
4966
|
function C(m, y) {
|
|
4967
4967
|
y.showEllipsis !== void 0 && (m.showEllipsis = y.showEllipsis), m.column = y, m.align = y.align || "left", m.valign = y.valign || "middle";
|
|
4968
4968
|
}
|
|
4969
4969
|
function T(m, y, O, p) {
|
|
4970
|
-
C(m, y),
|
|
4970
|
+
C(m, y), d(m, y, p), c(m, y), v(m, O, y);
|
|
4971
4971
|
}
|
|
4972
4972
|
function R(m, y, O, p, _) {
|
|
4973
4973
|
const M = m.readonly ? Ge.readonly : Ge.editable, l = s(m.field, M, y, O, p);
|
|
@@ -4977,7 +4977,7 @@ function ba(e, t, n) {
|
|
|
4977
4977
|
}
|
|
4978
4978
|
function Ca(e, t, n, o, r, i) {
|
|
4979
4979
|
var y, O;
|
|
4980
|
-
const a =
|
|
4980
|
+
const a = k(e.rowOption), u = ((y = a.value) == null ? void 0 : y.height) || 28, s = ((O = a.value) == null ? void 0 : O.wrapContent) || !1, { idField: d } = o, { collapseField: c } = n, { updateRowPosition: f } = r, { createCellByColumn: v } = i, C = (p, _, M, l) => {
|
|
4981
4981
|
Pt(Ee(p, l), _, l), M.data[l].data = Ee(_, l), M.data[l].editingData = Ee(_, l);
|
|
4982
4982
|
};
|
|
4983
4983
|
function T(p, _, M, l, S, x, F) {
|
|
@@ -4985,13 +4985,13 @@ function Ca(e, t, n, o, r, i) {
|
|
|
4985
4985
|
const {
|
|
4986
4986
|
__fv_data_grid_group_field__: g,
|
|
4987
4987
|
__fv_data_grid_group_value__: h,
|
|
4988
|
-
__fv_data_index__:
|
|
4989
|
-
} = M, w = M.__fv_data_grid_group_layer__ || (M.__fv_parents__ ? (j = M.__fv_parents__) == null ? void 0 : j.size : 0) || 0, b = typeof M.parent == "number" ? Number(M.parent) : -1, D = M.__fv_data_grid_group_collapse__ || M[c.value], B = M.__fv_visible__ === void 0 ? !0 : M.__fv_visible__, $ = M.__fv_checked__, A = M.__fv_indeterminate__, G = M.__fv_disabled__ || M[((Z = e.rowOption) == null ? void 0 : Z.disabledField) || "disabled"], U = F == null ? void 0 : F.find((ee) => ee.raw[
|
|
4988
|
+
__fv_data_index__: E
|
|
4989
|
+
} = M, w = M.__fv_data_grid_group_layer__ || (M.__fv_parents__ ? (j = M.__fv_parents__) == null ? void 0 : j.size : 0) || 0, b = typeof M.parent == "number" ? Number(M.parent) : -1, D = M.__fv_data_grid_group_collapse__ || M[c.value], B = M.__fv_visible__ === void 0 ? !0 : M.__fv_visible__, $ = M.__fv_checked__, A = M.__fv_indeterminate__, G = M.__fv_disabled__ || M[((Z = e.rowOption) == null ? void 0 : Z.disabledField) || "disabled"], U = F == null ? void 0 : F.find((ee) => ee.raw[d.value] === M.parent), J = U && U.collapse;
|
|
4990
4990
|
l && (l.parent, M.parent);
|
|
4991
4991
|
const re = J || U && !U.visible, se = {
|
|
4992
4992
|
collapse: D,
|
|
4993
4993
|
data: {},
|
|
4994
|
-
dataIndex:
|
|
4994
|
+
dataIndex: E,
|
|
4995
4995
|
groupField: g,
|
|
4996
4996
|
groupValue: h,
|
|
4997
4997
|
layer: w,
|
|
@@ -5018,11 +5018,11 @@ function Ca(e, t, n, o, r, i) {
|
|
|
5018
5018
|
});
|
|
5019
5019
|
}
|
|
5020
5020
|
};
|
|
5021
|
-
return l || (M.__fv_data_position__ = 0), s || (se.height = u, M.__fv_data_height__ = se.height,
|
|
5021
|
+
return l || (M.__fv_data_position__ = 0), s || (se.height = u, M.__fv_data_height__ = se.height, f(se, M)), (ue = a.value) != null && ue.customRowStatus && (a.value.customRowStatus(se), M.__fv_collapse__ = se.collapse, M.__fv_disabled__ = se.disabled, M.__fv_visible__ = se.visible), se;
|
|
5022
5022
|
}
|
|
5023
5023
|
function R(p, _, M, l, S, x, F) {
|
|
5024
5024
|
const g = T(bt.data, S, _, M, l, x, F);
|
|
5025
|
-
return p.forEach((h,
|
|
5025
|
+
return p.forEach((h, E) => {
|
|
5026
5026
|
g.data[h.field] = v(h, S, _, g, l);
|
|
5027
5027
|
}), g;
|
|
5028
5028
|
}
|
|
@@ -5030,8 +5030,8 @@ function Ca(e, t, n, o, r, i) {
|
|
|
5030
5030
|
return Object.assign(p, { index: _, dataIndex: M, top: l, pre: S });
|
|
5031
5031
|
}
|
|
5032
5032
|
function m(p, _, M, l, S, x, F) {
|
|
5033
|
-
const g = p.__fv_data_index__, h = p[
|
|
5034
|
-
return
|
|
5033
|
+
const g = p.__fv_data_index__, h = p[d.value], E = t.getEditingSnapshot(h);
|
|
5034
|
+
return E === null ? R(
|
|
5035
5035
|
x,
|
|
5036
5036
|
p,
|
|
5037
5037
|
_,
|
|
@@ -5039,7 +5039,7 @@ function Ca(e, t, n, o, r, i) {
|
|
|
5039
5039
|
l,
|
|
5040
5040
|
S,
|
|
5041
5041
|
F
|
|
5042
|
-
) : I(
|
|
5042
|
+
) : I(E, l, g, S, _);
|
|
5043
5043
|
}
|
|
5044
5044
|
return { createEmptyRow: T, createNewRowFromDataItem: R, renderDataRow: m };
|
|
5045
5045
|
}
|
|
@@ -5047,31 +5047,31 @@ function wa(e, t, n, o) {
|
|
|
5047
5047
|
var g;
|
|
5048
5048
|
const {
|
|
5049
5049
|
idField: r
|
|
5050
|
-
} = n, i =
|
|
5050
|
+
} = n, i = k(e.editable), a = k(e.editOption), u = k(((g = e.rowOption) == null ? void 0 : g.wrapContent) || !1), {
|
|
5051
5051
|
onClickRow: s
|
|
5052
5052
|
} = o;
|
|
5053
|
-
|
|
5053
|
+
ge(() => e.editable, () => {
|
|
5054
5054
|
i.value = e.editable;
|
|
5055
|
-
}),
|
|
5055
|
+
}), ge(() => {
|
|
5056
5056
|
var h;
|
|
5057
5057
|
return (h = e.editOption) == null ? void 0 : h.editMode;
|
|
5058
5058
|
}, (h) => {
|
|
5059
5059
|
a.value.editMode = h;
|
|
5060
5060
|
});
|
|
5061
|
-
const
|
|
5062
|
-
let c,
|
|
5061
|
+
const d = /* @__PURE__ */ new Map([["boolean", "check-box"], ["datetime", "date-picker"], ["enum", "combo-list"], ["number", "number-spinner"], ["string", "input-group"], ["text", "text"], ["commands", "commands-editor"]]);
|
|
5062
|
+
let c, f, v, C;
|
|
5063
5063
|
function T(h) {
|
|
5064
|
-
return
|
|
5064
|
+
return f && f.raw[r.value] === h ? f : null;
|
|
5065
5065
|
}
|
|
5066
5066
|
const R = it({});
|
|
5067
|
-
function I(h,
|
|
5068
|
-
h.mode = Ge.editing, c = h,
|
|
5067
|
+
function I(h, E, w = {}) {
|
|
5068
|
+
h.mode = Ge.editing, c = h, f = E, v = Ee(E == null ? void 0 : E.raw, h.field), C = w;
|
|
5069
5069
|
}
|
|
5070
5070
|
function m(h) {
|
|
5071
5071
|
h.accept(), h.mode = Ge.editable, c = null, t.emit("endEditCell", {
|
|
5072
5072
|
cell: h,
|
|
5073
|
-
row:
|
|
5074
|
-
newValue: Ee(
|
|
5073
|
+
row: f,
|
|
5074
|
+
newValue: Ee(f == null ? void 0 : f.raw, h.field),
|
|
5075
5075
|
oldValue: v,
|
|
5076
5076
|
column: C,
|
|
5077
5077
|
editor: R
|
|
@@ -5081,30 +5081,30 @@ function wa(e, t, n, o) {
|
|
|
5081
5081
|
if (document.body.classList.contains("lookup-modal-open"))
|
|
5082
5082
|
return;
|
|
5083
5083
|
const w = h.target.closest(".fv-grid-cell");
|
|
5084
|
-
c && c.ref && c.ref === w || (c && (m(c),
|
|
5084
|
+
c && c.ref && c.ref === w || (c && (m(c), f && (f = void 0)), document.body.removeEventListener("click", y));
|
|
5085
5085
|
}
|
|
5086
|
-
function O(h,
|
|
5087
|
-
h.stopPropagation(), s(h, w), i.value && a.value.editMode === "cell" &&
|
|
5086
|
+
function O(h, E, w, b = {}) {
|
|
5087
|
+
h.stopPropagation(), s(h, w), i.value && a.value.editMode === "cell" && E.mode === Ge.editable && (c && m(c), Promise.resolve().then(() => Yn(e.beforeEditCell) ? !0 : typeof e.beforeEditCell == "function" ? e.beforeEditCell({
|
|
5088
5088
|
row: w,
|
|
5089
|
-
cell:
|
|
5089
|
+
cell: E,
|
|
5090
5090
|
rawData: w.raw,
|
|
5091
5091
|
column: b
|
|
5092
5092
|
}) : e.beforeEditCell).then((D) => {
|
|
5093
|
-
D && (I(
|
|
5093
|
+
D && (I(E, w, b), document.body.removeEventListener("click", y), document.body.addEventListener("click", y));
|
|
5094
5094
|
}));
|
|
5095
5095
|
}
|
|
5096
5096
|
function p(h) {
|
|
5097
|
-
Object.values(h.data).filter((
|
|
5098
|
-
|
|
5099
|
-
}), h.status = et.editing,
|
|
5097
|
+
Object.values(h.data).filter((E) => E.mode === Ge.editable && E.field !== "__commands__").forEach((E) => {
|
|
5098
|
+
E.mode = Ge.editing;
|
|
5099
|
+
}), h.status = et.editing, f = h;
|
|
5100
5100
|
}
|
|
5101
|
-
function _(h,
|
|
5101
|
+
function _(h, E) {
|
|
5102
5102
|
Object.values(h.data).filter((w) => w.mode === Ge.editing).forEach((w) => {
|
|
5103
|
-
|
|
5104
|
-
}), h.status = et.initial,
|
|
5103
|
+
E ? w.accept() : w.cancel(), w.mode = Ge.editable;
|
|
5104
|
+
}), h.status = et.initial, f === h && (f = void 0);
|
|
5105
5105
|
}
|
|
5106
5106
|
function M(h) {
|
|
5107
|
-
i.value && a.value.editMode === "row" &&
|
|
5107
|
+
i.value && a.value.editMode === "row" && f !== h && (f && _(f, !1), p(h));
|
|
5108
5108
|
}
|
|
5109
5109
|
function l(h) {
|
|
5110
5110
|
_(h, !0), h.status = et.initial;
|
|
@@ -5112,13 +5112,13 @@ function wa(e, t, n, o) {
|
|
|
5112
5112
|
function S(h) {
|
|
5113
5113
|
_(h, !1), h.status = et.initial;
|
|
5114
5114
|
}
|
|
5115
|
-
function x(h,
|
|
5116
|
-
const b =
|
|
5117
|
-
type:
|
|
5115
|
+
function x(h, E, w) {
|
|
5116
|
+
const b = E.dataType, D = E.editor || {
|
|
5117
|
+
type: d.get(b) || "input-group"
|
|
5118
5118
|
};
|
|
5119
5119
|
return !u.value && D.type === "text" && (D.type = "input-group"), D ? (D.context = {
|
|
5120
5120
|
rowData: w.raw,
|
|
5121
|
-
column:
|
|
5121
|
+
column: E,
|
|
5122
5122
|
cell: h,
|
|
5123
5123
|
editor: R
|
|
5124
5124
|
}, V(qn, {
|
|
@@ -5127,7 +5127,7 @@ function wa(e, t, n, o) {
|
|
|
5127
5127
|
editor: D,
|
|
5128
5128
|
modelValue: h.editingData,
|
|
5129
5129
|
"onUpdate:modelValue": (B) => h.editingData = B,
|
|
5130
|
-
id:
|
|
5130
|
+
id: E.id
|
|
5131
5131
|
}, null)) : h.data;
|
|
5132
5132
|
}
|
|
5133
5133
|
function F() {
|
|
@@ -5144,7 +5144,7 @@ function wa(e, t, n, o) {
|
|
|
5144
5144
|
};
|
|
5145
5145
|
}
|
|
5146
5146
|
function _a(e) {
|
|
5147
|
-
const t =
|
|
5147
|
+
const t = k(e.idField);
|
|
5148
5148
|
function n(o) {
|
|
5149
5149
|
if (o && o.length) {
|
|
5150
5150
|
const r = o[0];
|
|
@@ -5159,12 +5159,12 @@ function Sa(e, t, n, o) {
|
|
|
5159
5159
|
multiSelectOnClickRow: a,
|
|
5160
5160
|
multiSelectOnClickRowWithShift: u,
|
|
5161
5161
|
selectItem: s,
|
|
5162
|
-
selectedValues:
|
|
5162
|
+
selectedValues: d,
|
|
5163
5163
|
toggleSelectItem: c,
|
|
5164
|
-
enableSelectRow:
|
|
5165
|
-
} = n, v =
|
|
5164
|
+
enableSelectRow: f
|
|
5165
|
+
} = n, v = k(0), C = k(-1);
|
|
5166
5166
|
function T(l) {
|
|
5167
|
-
return
|
|
5167
|
+
return f.value && (u.value ? d.value.includes(l.raw[r.value]) : l.raw[r.value] === i.value);
|
|
5168
5168
|
}
|
|
5169
5169
|
function R(l) {
|
|
5170
5170
|
var x;
|
|
@@ -5240,9 +5240,9 @@ function Sa(e, t, n, o) {
|
|
|
5240
5240
|
};
|
|
5241
5241
|
}
|
|
5242
5242
|
function xa(e, t, n, o, r) {
|
|
5243
|
-
const { idField: i } = n, a =
|
|
5244
|
-
|
|
5245
|
-
j !== Z && (
|
|
5243
|
+
const { idField: i } = n, a = k(""), u = H(() => e.selection.enableSelectRow), s = k(e.selection.multiSelect ?? !1), d = k(e.selection.multiSelectMode), c = k(e.selection.showCheckbox), f = k(e.selection.showSelectAll), v = k(e.selectionValues);
|
|
5244
|
+
ge(() => e.selection.showSelectAll, (j, Z) => {
|
|
5245
|
+
j !== Z && (f.value = j);
|
|
5246
5246
|
});
|
|
5247
5247
|
function C() {
|
|
5248
5248
|
return t.getSelectionItems(v.value);
|
|
@@ -5252,9 +5252,9 @@ function xa(e, t, n, o, r) {
|
|
|
5252
5252
|
return v.value.map((ue) => j.get(ue)).filter((ue) => !!ue);
|
|
5253
5253
|
}
|
|
5254
5254
|
const R = H(() => u.value && s.value), I = H(() => !!e.hierarchy), m = H(() => {
|
|
5255
|
-
const j = c.value &&
|
|
5255
|
+
const j = c.value && d.value === "DependOnCheck";
|
|
5256
5256
|
return R.value && j;
|
|
5257
|
-
}), y = H(() => R.value && !c.value), O = H(() => R.value && c.value &&
|
|
5257
|
+
}), y = H(() => R.value && !c.value), O = H(() => R.value && c.value && d.value === "OnCheckAndClick");
|
|
5258
5258
|
H(() => O.value);
|
|
5259
5259
|
function p() {
|
|
5260
5260
|
const j = t.getSelectionItems(v.value);
|
|
@@ -5270,12 +5270,12 @@ function xa(e, t, n, o, r) {
|
|
|
5270
5270
|
Z.checked = !0, Z.raw.__fv_checked__ = !0;
|
|
5271
5271
|
});
|
|
5272
5272
|
}
|
|
5273
|
-
|
|
5273
|
+
ge(() => o.value, () => {
|
|
5274
5274
|
M();
|
|
5275
|
-
}),
|
|
5275
|
+
}), ge(() => e.selectionValues, (j) => {
|
|
5276
5276
|
v.value = j, M();
|
|
5277
|
-
}, { immediate: !0 }),
|
|
5278
|
-
s.value = !!j.multiSelect,
|
|
5277
|
+
}, { immediate: !0 }), ge(() => e.selection, (j) => {
|
|
5278
|
+
s.value = !!j.multiSelect, d.value = j.multiSelectMode || "DependOnCheck", c.value = !!j.showCheckbox;
|
|
5279
5279
|
});
|
|
5280
5280
|
const l = H(() => !s.value);
|
|
5281
5281
|
function S(j) {
|
|
@@ -5301,7 +5301,7 @@ function xa(e, t, n, o, r) {
|
|
|
5301
5301
|
const Z = j.raw;
|
|
5302
5302
|
Z.__fv_checked__ = !1, Z.__fv_indeterminate__ = !1, v.value = v.value.filter((ue) => ue !== Z[i.value]), j.checked = !1, j.indeterminate = !1;
|
|
5303
5303
|
}
|
|
5304
|
-
function
|
|
5304
|
+
function E(j) {
|
|
5305
5305
|
g(j), a.value = j.raw[i.value];
|
|
5306
5306
|
}
|
|
5307
5307
|
function w(j) {
|
|
@@ -5315,10 +5315,10 @@ function xa(e, t, n, o, r) {
|
|
|
5315
5315
|
l.value && F(), j.checked ? h(j) : g(j), p();
|
|
5316
5316
|
}
|
|
5317
5317
|
function B(j) {
|
|
5318
|
-
l.value && F(), j.checked ? w(j) :
|
|
5318
|
+
l.value && F(), j.checked ? w(j) : E(j), p(), j.checked || _(j);
|
|
5319
5319
|
}
|
|
5320
5320
|
function $(j) {
|
|
5321
|
-
j.raw[i.value] !== a.value && (F(),
|
|
5321
|
+
j.raw[i.value] !== a.value && (F(), E(j), p());
|
|
5322
5322
|
}
|
|
5323
5323
|
function A(j) {
|
|
5324
5324
|
const Z = o.value.find((ue) => ue.raw[i.value] === j);
|
|
@@ -5327,7 +5327,7 @@ function xa(e, t, n, o, r) {
|
|
|
5327
5327
|
function G(j) {
|
|
5328
5328
|
const Z = o.value.filter((ue) => j.includes(ue.raw[i.value]));
|
|
5329
5329
|
Z && Z.length && (F(), Z.forEach((ue) => {
|
|
5330
|
-
|
|
5330
|
+
E(ue);
|
|
5331
5331
|
}), p());
|
|
5332
5332
|
}
|
|
5333
5333
|
function U(j) {
|
|
@@ -5338,7 +5338,7 @@ function xa(e, t, n, o, r) {
|
|
|
5338
5338
|
}
|
|
5339
5339
|
}
|
|
5340
5340
|
function J() {
|
|
5341
|
-
o.value.forEach((j) =>
|
|
5341
|
+
o.value.forEach((j) => E(j)), p();
|
|
5342
5342
|
}
|
|
5343
5343
|
function re() {
|
|
5344
5344
|
v.value.splice(0, v.value.length), o.value.forEach((j) => {
|
|
@@ -5359,18 +5359,18 @@ function xa(e, t, n, o, r) {
|
|
|
5359
5359
|
getSelectionRow: se,
|
|
5360
5360
|
indeterminate: b,
|
|
5361
5361
|
isSelectingHirarchyItem: I,
|
|
5362
|
-
multiSelectMode:
|
|
5362
|
+
multiSelectMode: d,
|
|
5363
5363
|
multiSelectOnClickRow: O,
|
|
5364
5364
|
multiSelectOnClickRowWithShift: y,
|
|
5365
5365
|
multiSelectOnlyOnCheck: m,
|
|
5366
|
-
select:
|
|
5366
|
+
select: E,
|
|
5367
5367
|
selectAll: J,
|
|
5368
5368
|
selectedValues: v,
|
|
5369
5369
|
selectItem: $,
|
|
5370
5370
|
selectItemById: A,
|
|
5371
5371
|
selectItemByIds: G,
|
|
5372
5372
|
showCheckBox: c,
|
|
5373
|
-
showSelectAll:
|
|
5373
|
+
showSelectAll: f,
|
|
5374
5374
|
toggleSelectItem: B,
|
|
5375
5375
|
toggleSelectItemWithoutRow: D,
|
|
5376
5376
|
unSelect: w,
|
|
@@ -5380,22 +5380,22 @@ function xa(e, t, n, o, r) {
|
|
|
5380
5380
|
}
|
|
5381
5381
|
function Ta(e, t) {
|
|
5382
5382
|
var I, m;
|
|
5383
|
-
const n = String(Date.now()), o = 50, { showCheckBox: r, showSelectAll: i } = t, a =
|
|
5383
|
+
const n = String(Date.now()), o = 50, { showCheckBox: r, showSelectAll: i } = t, a = k(((I = e.rowNumber) == null ? void 0 : I.enable) ?? !1), u = H(() => e.hierarchy && r.value && e.selection.enableSelectRow && e.selection.multiSelect ? !1 : r.value), s = k(a.value ? ((m = e.rowNumber) == null ? void 0 : m.width) ?? 32 : 0), d = k(u.value ? o : 0), c = H(() => {
|
|
5384
5384
|
var y;
|
|
5385
5385
|
return a.value ? ((y = e.rowNumber) == null ? void 0 : y.heading) ?? "序号" : "";
|
|
5386
|
-
}),
|
|
5387
|
-
|
|
5386
|
+
}), f = H(() => (u.value && !e.hierarchy ? Number(d.value) : 0) + (a.value ? Number(s.value) : 0));
|
|
5387
|
+
ge(() => e.rowNumber, (y) => {
|
|
5388
5388
|
y && y.enable !== void 0 && (a.value = y.enable), y && y.width !== void 0 && (s.value = y.width);
|
|
5389
5389
|
});
|
|
5390
5390
|
function v(y) {
|
|
5391
5391
|
return {
|
|
5392
5392
|
top: `${y.top}px`,
|
|
5393
|
-
width: `${
|
|
5393
|
+
width: `${f.value}px`,
|
|
5394
5394
|
height: `${y.height || ""}px`
|
|
5395
5395
|
};
|
|
5396
5396
|
}
|
|
5397
5397
|
const C = H(() => ({
|
|
5398
|
-
width: `${
|
|
5398
|
+
width: `${f.value}px`
|
|
5399
5399
|
}));
|
|
5400
5400
|
function T(y) {
|
|
5401
5401
|
return `${n}_${y.type}_r_${y.index}_${y.refreshKey || ""}`;
|
|
@@ -5403,7 +5403,7 @@ function Ta(e, t) {
|
|
|
5403
5403
|
function R(y) {
|
|
5404
5404
|
return `${n}_${y.type}_r_${y.index}_${y.refreshKey || ""}`;
|
|
5405
5405
|
}
|
|
5406
|
-
return { showRowNumer: a, showSidebarCheckBox: u, sidebarCellPosition: v, sidebarCornerCellStyle: C, sidebarTitle: c, sidebarWidth:
|
|
5406
|
+
return { showRowNumer: a, showSidebarCheckBox: u, sidebarCellPosition: v, sidebarCornerCellStyle: C, sidebarTitle: c, sidebarWidth: f, rowKey: R, cellKey: T };
|
|
5407
5407
|
}
|
|
5408
5408
|
const Fa = {
|
|
5409
5409
|
ascend: (e, t) => e === t ? 0 : e === !1 ? -1 : 1,
|
|
@@ -5448,9 +5448,9 @@ function Ma(e) {
|
|
|
5448
5448
|
return o(a.column);
|
|
5449
5449
|
}
|
|
5450
5450
|
function i(a, u) {
|
|
5451
|
-
const s = r(a),
|
|
5452
|
-
if (
|
|
5453
|
-
const v = c ? s.ascend :
|
|
5451
|
+
const s = r(a), d = (a.status & Me.sortable) === Me.sortable && (a.status & Me.sorted) === Me.sorted, c = (a.status & Me.ascending) === Me.ascending, f = (a.status & Me.descending) === Me.descending;
|
|
5452
|
+
if (d && s) {
|
|
5453
|
+
const v = c ? s.ascend : f ? s.decend : void 0;
|
|
5454
5454
|
v ? u.addSorter(a.field, { field: a.field, compare: v }) : u.removeSorter(a.field);
|
|
5455
5455
|
} else
|
|
5456
5456
|
u.removeSorter(a.field);
|
|
@@ -5458,12 +5458,12 @@ function Ma(e) {
|
|
|
5458
5458
|
return { getSorterByColumn: o, updateSorter: i };
|
|
5459
5459
|
}
|
|
5460
5460
|
function Ia(e) {
|
|
5461
|
-
const t = "parent", n = "layer", o = "hasChildren", r = (i, a = 1, u = [], s = null) => (i = i || [], i.reduce((
|
|
5462
|
-
Object.keys(c).includes(
|
|
5463
|
-
}), u.push(c), c.children && c.children.length && (c[o] = !0, r(c.children, a + 1, u, c.id)),
|
|
5461
|
+
const t = "parent", n = "layer", o = "hasChildren", r = (i, a = 1, u = [], s = null) => (i = i || [], i.reduce((d, c) => (c.id = c.id || c.data[e.idField], c[t] = s, c[n] = a, c[o] = !1, Object.keys(c.data).forEach((f) => {
|
|
5462
|
+
Object.keys(c).includes(f) || (c[f] = c.data[f]);
|
|
5463
|
+
}), u.push(c), c.children && c.children.length && (c[o] = !0, r(c.children, a + 1, u, c.id)), d), u), u);
|
|
5464
5464
|
return { flatTreeData: r };
|
|
5465
5465
|
}
|
|
5466
|
-
function Ba(e, t, n, o, r, i, a, u, s,
|
|
5466
|
+
function Ba(e, t, n, o, r, i, a, u, s, d, c, f, v, C, T, R, I) {
|
|
5467
5467
|
const {
|
|
5468
5468
|
calculateCellPositionInRow: m
|
|
5469
5469
|
} = i, {
|
|
@@ -5476,7 +5476,7 @@ function Ba(e, t, n, o, r, i, a, u, s, f, c, d, v, C, T, R, I) {
|
|
|
5476
5476
|
rightFixedGridDataStyle: l
|
|
5477
5477
|
} = C, {
|
|
5478
5478
|
renderDataRow: S
|
|
5479
|
-
} = Gi(e, t, y, I, u, s,
|
|
5479
|
+
} = Gi(e, t, y, I, u, s, d, c, f, v, C), x = [S];
|
|
5480
5480
|
function F(b, D) {
|
|
5481
5481
|
const B = m(b);
|
|
5482
5482
|
return I.value.filter(($) => $.visible !== !1).map(($) => x[$.type]($, B, D));
|
|
@@ -5499,7 +5499,7 @@ function Ba(e, t, n, o, r, i, a, u, s, f, c, d, v, C, T, R, I) {
|
|
|
5499
5499
|
style: _.value
|
|
5500
5500
|
}, [F(y.value.primaryColumns.filter((b) => b.visible), "primary")])]);
|
|
5501
5501
|
}
|
|
5502
|
-
function
|
|
5502
|
+
function E() {
|
|
5503
5503
|
return V("div", {
|
|
5504
5504
|
ref: r,
|
|
5505
5505
|
class: "fv-grid-content-right-fixed"
|
|
@@ -5510,7 +5510,7 @@ function Ba(e, t, n, o, r, i, a, u, s, f, c, d, v, C, T, R, I) {
|
|
|
5510
5510
|
}
|
|
5511
5511
|
function w() {
|
|
5512
5512
|
const b = [];
|
|
5513
|
-
return O.value && b.push(g()), b.push(h()), p.value && b.push(
|
|
5513
|
+
return O.value && b.push(g()), b.push(h()), p.value && b.push(E()), b;
|
|
5514
5514
|
}
|
|
5515
5515
|
return {
|
|
5516
5516
|
renderDataArea: w
|
|
@@ -5522,7 +5522,7 @@ const Et = /* @__PURE__ */ qe({
|
|
|
5522
5522
|
emits: ["selectionChange", "clickRow", "expandNode"],
|
|
5523
5523
|
setup(e, t) {
|
|
5524
5524
|
var vt, P;
|
|
5525
|
-
const o = ((vt = e.rowOption) == null ? void 0 : vt.height) || 28, r =
|
|
5525
|
+
const o = ((vt = e.rowOption) == null ? void 0 : vt.height) || 28, r = k(20), i = k(e.columns), a = Xn(e), u = k(), s = k(), d = k(), c = k(), f = k(), v = k([]), C = k(!1), T = k(((P = e.rowOption) == null ? void 0 : P.wrapContent) || !1), R = Kn(e, a), I = Qn(), m = Jn(e), {
|
|
5526
5526
|
showLoading: y,
|
|
5527
5527
|
renderLoading: O
|
|
5528
5528
|
} = Zn(e, u), p = eo(e, /* @__PURE__ */ new Map(), I, m, a), _ = to(e, p, a, v, t), M = no(e, v, a, _, t), l = H(() => e.disabled), S = H(() => e.virtualized ? Math.min(p.dataView.value.length, r.value) : p.dataView.value.length), {
|
|
@@ -5531,12 +5531,12 @@ const Et = /* @__PURE__ */ qe({
|
|
|
5531
5531
|
applyCommands: g
|
|
5532
5532
|
} = F;
|
|
5533
5533
|
g(i);
|
|
5534
|
-
const h = io(e),
|
|
5534
|
+
const h = io(e), E = ao(e), {
|
|
5535
5535
|
applyColumnSorter: w,
|
|
5536
5536
|
columnContext: b,
|
|
5537
5537
|
updateColumnRenderContext: D
|
|
5538
5538
|
} = h;
|
|
5539
|
-
w(p,
|
|
5539
|
+
w(p, E);
|
|
5540
5540
|
const B = lo(e, b), $ = so(e, t, _, a), A = uo(e, t, a, $), G = co(e), U = fo(e, A, G), J = po(e, A, m, a, G, U), re = mo(e, i, p, S, 0, J), {
|
|
5541
5541
|
getVisualData: se
|
|
5542
5542
|
} = re, j = vo(e, b), Z = ho(e, _), {
|
|
@@ -5550,7 +5550,7 @@ const Et = /* @__PURE__ */ qe({
|
|
|
5550
5550
|
updateVisibleRowsOnLatestVisibleScope: je
|
|
5551
5551
|
} = ee, Ie = yo(e, b, s, fe, B), {
|
|
5552
5552
|
calculateColumnsSize: ke
|
|
5553
|
-
} = Ie, He = bo(), Ne = Co(s,
|
|
5553
|
+
} = Ie, He = bo(), Ne = Co(s, f, p, He, ee), Be = wo(e, t, h, p, B, R, ee), ye = H(() => ({
|
|
5554
5554
|
"fv-grid": !0,
|
|
5555
5555
|
"fv-grid-bordered": e.showBorder,
|
|
5556
5556
|
"fv-grid-horizontal-bordered": e.showHorizontalLines,
|
|
@@ -5561,11 +5561,11 @@ const Et = /* @__PURE__ */ qe({
|
|
|
5561
5561
|
"fv-grid-wrap-content": T.value
|
|
5562
5562
|
})), {
|
|
5563
5563
|
renderDataArea: de
|
|
5564
|
-
} = Ba(e, t,
|
|
5564
|
+
} = Ba(e, t, d, c, f, j, h, p, A, m, $, _, M, ee, re, G, v), {
|
|
5565
5565
|
renderGridHeader: Re,
|
|
5566
5566
|
renderGridColumnResizeOverlay: $e,
|
|
5567
5567
|
shouldShowHeader: Ke
|
|
5568
|
-
} = _o(e, t, s, c,
|
|
5568
|
+
} = _o(e, t, s, c, f, h, p, Be, Ne, I, He, Ie, B, _, Z, E, ee, fe, v), {
|
|
5569
5569
|
renderDataGridSidebar: We
|
|
5570
5570
|
} = So(e, $, _, Z, ee), {
|
|
5571
5571
|
renderDisableMask: Le
|
|
@@ -5578,15 +5578,15 @@ const Et = /* @__PURE__ */ qe({
|
|
|
5578
5578
|
var L, Q, le;
|
|
5579
5579
|
if (s.value && s.value.clientHeight > 0 && ((L = s.value) == null ? void 0 : L.clientWidth) > 0) {
|
|
5580
5580
|
const pe = Math.ceil(s.value.clientHeight / o);
|
|
5581
|
-
pe > r.value && (r.value = pe, je()), me.value = ((Q =
|
|
5581
|
+
pe > r.value && (r.value = pe, je()), me.value = ((Q = d.value) == null ? void 0 : Q.clientHeight) || 0, q.value = ((le = s.value) == null ? void 0 : le.clientWidth) || 0, ke();
|
|
5582
5582
|
}
|
|
5583
5583
|
}
|
|
5584
5584
|
gt(() => {
|
|
5585
5585
|
s.value && (r.value = Math.max(Math.ceil(s.value.clientHeight / o), r.value), v.value = se(0, S.value + 0 - 1), nn(s.value, Je), ke(), zt(() => {
|
|
5586
|
-
s.value && (q.value = s.value.clientWidth),
|
|
5586
|
+
s.value && (q.value = s.value.clientWidth), d.value && (fe.value = d.value.clientWidth, me.value = d.value.clientHeight);
|
|
5587
5587
|
})), y.value && O();
|
|
5588
5588
|
}), Ot(() => {
|
|
5589
|
-
}),
|
|
5589
|
+
}), ge(fe, () => {
|
|
5590
5590
|
s.value && ke();
|
|
5591
5591
|
});
|
|
5592
5592
|
function Ue() {
|
|
@@ -5615,7 +5615,7 @@ const Et = /* @__PURE__ */ qe({
|
|
|
5615
5615
|
A.cancelEditingRow(L);
|
|
5616
5616
|
}
|
|
5617
5617
|
function ce(L) {
|
|
5618
|
-
L && (i.value = L, g(i), D(i.value), w(p,
|
|
5618
|
+
L && (i.value = L, g(i), D(i.value), w(p, E), ke());
|
|
5619
5619
|
}
|
|
5620
5620
|
function ve(L) {
|
|
5621
5621
|
L && (p.load(L), De());
|
|
@@ -5659,7 +5659,7 @@ const Et = /* @__PURE__ */ qe({
|
|
|
5659
5659
|
clickRowItemById: _e
|
|
5660
5660
|
}), () => V("div", {
|
|
5661
5661
|
ref: u,
|
|
5662
|
-
class:
|
|
5662
|
+
class: ye.value,
|
|
5663
5663
|
style: x.value,
|
|
5664
5664
|
onWheel: W
|
|
5665
5665
|
}, [s.value && Ke.value && Re(), V("div", {
|
|
@@ -5725,8 +5725,8 @@ const At = /* @__PURE__ */ qe({
|
|
|
5725
5725
|
props: Va,
|
|
5726
5726
|
emits: ["selectionChange"],
|
|
5727
5727
|
setup(e, t) {
|
|
5728
|
-
const n =
|
|
5729
|
-
designerItemElementRef:
|
|
5728
|
+
const n = k(`${e.modelValue.id}-component`), o = k(e.canMove), r = k(e.canDelete), i = k(!1), a = k(e.modelValue), u = k(e.componentId || ""), s = k(""), d = k(""), c = k(e.customClass), f = k(), v = yt("canvas-dragula"), C = k(), T = yt("design-item-context"), R = {
|
|
5729
|
+
designerItemElementRef: f,
|
|
5730
5730
|
componentInstance: C,
|
|
5731
5731
|
schema: a.value,
|
|
5732
5732
|
parent: T,
|
|
@@ -5743,11 +5743,11 @@ const At = /* @__PURE__ */ qe({
|
|
|
5743
5743
|
"position-relative": o.value && r.value || (D == null ? void 0 : D.length),
|
|
5744
5744
|
"farris-nested": i.value,
|
|
5745
5745
|
"can-move": o.value,
|
|
5746
|
-
"d-none":
|
|
5747
|
-
dgComponentSelected:
|
|
5748
|
-
dgComponentFocused:
|
|
5746
|
+
"d-none": f.value && f.value.classList.contains("d-none"),
|
|
5747
|
+
dgComponentSelected: f.value && f.value.classList.contains("dgComponentSelected"),
|
|
5748
|
+
dgComponentFocused: f.value && f.value.classList.contains("dgComponentFocused")
|
|
5749
5749
|
};
|
|
5750
|
-
return B[`farris-component-${a.value.type}`] = !0, B = Nt(B, b), B = Nt(B,
|
|
5750
|
+
return B[`farris-component-${a.value.type}`] = !0, B = Nt(B, b), B = Nt(B, d.value), B = Nt(B, c.value), B;
|
|
5751
5751
|
}), y = H(() => {
|
|
5752
5752
|
const b = {}, D = e.modelValue.appearance && e.modelValue.appearance.style || "";
|
|
5753
5753
|
return D && D.split(";").reduce((B, $) => {
|
|
@@ -5763,7 +5763,7 @@ const At = /* @__PURE__ */ qe({
|
|
|
5763
5763
|
if (b && (b.preventDefault(), b.stopPropagation()), C.value.triggerBelongedComponentToDeleteWhenDeleted) {
|
|
5764
5764
|
const U = C.value.getBelongedComponentInstance(C);
|
|
5765
5765
|
if (U && U.parent) {
|
|
5766
|
-
const J =
|
|
5766
|
+
const J = k(U == null ? void 0 : U.parent), re = J.value.contents.findIndex((se) => se.id === U.schema.id);
|
|
5767
5767
|
(G = (A = J.value) == null ? void 0 : A.contents) == null || G.splice(re, 1), Rt.value++;
|
|
5768
5768
|
}
|
|
5769
5769
|
return;
|
|
@@ -5857,7 +5857,7 @@ const At = /* @__PURE__ */ qe({
|
|
|
5857
5857
|
}, null);
|
|
5858
5858
|
}
|
|
5859
5859
|
}
|
|
5860
|
-
|
|
5860
|
+
ge(() => e.modelValue, (b) => {
|
|
5861
5861
|
a.value = b, n.value = `${b.id}-component`;
|
|
5862
5862
|
});
|
|
5863
5863
|
function g(b) {
|
|
@@ -5869,32 +5869,32 @@ const At = /* @__PURE__ */ qe({
|
|
|
5869
5869
|
const D = b == null ? void 0 : b.target;
|
|
5870
5870
|
g(D), wi(D);
|
|
5871
5871
|
}
|
|
5872
|
-
function
|
|
5872
|
+
function E() {
|
|
5873
5873
|
var b, D;
|
|
5874
|
-
(D = (b = a.value) == null ? void 0 : b.contents) != null && D.length &&
|
|
5874
|
+
(D = (b = a.value) == null ? void 0 : b.contents) != null && D.length && f.value && f.value.addEventListener("scroll", h);
|
|
5875
5875
|
}
|
|
5876
5876
|
gt(() => {
|
|
5877
|
-
if (
|
|
5878
|
-
const b =
|
|
5879
|
-
v && b && v.attachComponents(b, a.value), i.value = C.value.canNested !== void 0 ? C.value.canNested : i.value, r.value = C.value.canDelete !== void 0 ? C.value.canDelete : r.value, o.value = C.value.canMove !== void 0 ? C.value.canMove : o.value, s.value = C.value.styles || "",
|
|
5877
|
+
if (f.value && C.value && C.value.schema) {
|
|
5878
|
+
const b = f.value.querySelector(`[data-dragref='${C.value.schema.id}-container']`);
|
|
5879
|
+
v && b && v.attachComponents(b, a.value), i.value = C.value.canNested !== void 0 ? C.value.canNested : i.value, r.value = C.value.canDelete !== void 0 ? C.value.canDelete : r.value, o.value = C.value.canMove !== void 0 ? C.value.canMove : o.value, s.value = C.value.styles || "", d.value = C.value.designerClass || "", f.value && (f.value.componentInstance = C, f.value.designItemContext = R), C.value.belongedComponentId = u.value;
|
|
5880
5880
|
}
|
|
5881
|
-
|
|
5881
|
+
E(), Rt.value++;
|
|
5882
5882
|
}), Zt(() => {
|
|
5883
|
-
|
|
5883
|
+
f.value && f.value.removeEventListener("scroll", h);
|
|
5884
5884
|
});
|
|
5885
5885
|
function w(b) {
|
|
5886
5886
|
b && (b.preventDefault(), b.stopPropagation());
|
|
5887
5887
|
let D = R.designerItemElementRef;
|
|
5888
|
-
const B =
|
|
5888
|
+
const B = f.value;
|
|
5889
5889
|
if (B) {
|
|
5890
5890
|
const $ = document.getElementsByClassName("dgComponentFocused");
|
|
5891
|
-
$ && $.length === 1 && $[0] ===
|
|
5891
|
+
$ && $.length === 1 && $[0] === f.value || (Array.from($).forEach((G) => G.classList.remove("dgComponentFocused")), Array.from(document.getElementsByClassName("dgComponentSelected")).forEach((G) => G.classList.remove("dgComponentSelected")), B.classList.add("dgComponentFocused"), t.emit("selectionChange", a.value.type, a.value, u.value, C.value), C.value.getDraggableDesignItemElement && (D = C.value.getDraggableDesignItemElement(R), D && D.value && D.value.classList.add("dgComponentSelected")));
|
|
5892
5892
|
}
|
|
5893
5893
|
Sn(D == null ? void 0 : D.value);
|
|
5894
5894
|
}
|
|
5895
5895
|
return () => a.value.type === "component-ref" ? F(a.value) : V("div", {
|
|
5896
5896
|
id: `${a.value.id}-design-item`,
|
|
5897
|
-
ref:
|
|
5897
|
+
ref: f,
|
|
5898
5898
|
class: m.value,
|
|
5899
5899
|
style: y.value,
|
|
5900
5900
|
onClick: w
|
|
@@ -5908,18 +5908,18 @@ function ja(e, t, n, o, r = "data-grid-column") {
|
|
|
5908
5908
|
hasRightFixedColumn: u
|
|
5909
5909
|
} = n, {
|
|
5910
5910
|
gridHeaderColumnsStyle: s,
|
|
5911
|
-
leftFixedGridHeaderColumnsStyle:
|
|
5911
|
+
leftFixedGridHeaderColumnsStyle: d,
|
|
5912
5912
|
rightFixedGridHeaderColumnsStyle: c
|
|
5913
|
-
} = o,
|
|
5913
|
+
} = o, f = i.value.defaultColumnWidth, v = 32, C = /* @__PURE__ */ new Map([[0, 0]]);
|
|
5914
5914
|
function T(F, g) {
|
|
5915
|
-
const h = C.get(g) || 0,
|
|
5915
|
+
const h = C.get(g) || 0, E = {
|
|
5916
5916
|
height: `${F.depth * v}px`,
|
|
5917
5917
|
left: `${F.left}px`,
|
|
5918
5918
|
top: `${(F.layer - 1) * v}px`,
|
|
5919
5919
|
width: `${F.actualWidth}px`,
|
|
5920
5920
|
padding: 0
|
|
5921
5921
|
};
|
|
5922
|
-
return i.value.headerDepth > 1 && (
|
|
5922
|
+
return i.value.headerDepth > 1 && (E["line-height"] = `${F.depth * v}px`), C.set(g + 1, h + (F.actualWidth || f)), E;
|
|
5923
5923
|
}
|
|
5924
5924
|
const R = H(() => ({
|
|
5925
5925
|
"fv-grid-header": !0,
|
|
@@ -5936,28 +5936,28 @@ function ja(e, t, n, o, r = "data-grid-column") {
|
|
|
5936
5936
|
class: "f-icon f-icon-home-setup"
|
|
5937
5937
|
}, null)]);
|
|
5938
5938
|
}
|
|
5939
|
-
function O(F, g, h,
|
|
5939
|
+
function O(F, g, h, E) {
|
|
5940
5940
|
var w;
|
|
5941
|
-
(w = e == null ? void 0 : e.setupContext) == null || w.emit("selectionChange", F, g, h,
|
|
5941
|
+
(w = e == null ? void 0 : e.setupContext) == null || w.emit("selectionChange", F, g, h, E);
|
|
5942
5942
|
}
|
|
5943
5943
|
function p(F) {
|
|
5944
|
-
var h,
|
|
5945
|
-
return "w-100 d-flex align-items-center justify-content-" + (((h = F.column) == null ? void 0 : h.halign) === "center" ? "center" : ((
|
|
5944
|
+
var h, E;
|
|
5945
|
+
return "w-100 d-flex align-items-center justify-content-" + (((h = F.column) == null ? void 0 : h.halign) === "center" ? "center" : ((E = F.column) == null ? void 0 : E.halign) === "right" ? "end pr-2" : "start pl-2");
|
|
5946
5946
|
}
|
|
5947
5947
|
function _(F, g, h) {
|
|
5948
5948
|
var w;
|
|
5949
|
-
const
|
|
5949
|
+
const E = k(F.column);
|
|
5950
5950
|
return V("div", {
|
|
5951
5951
|
class: "fv-grid-header-cell",
|
|
5952
5952
|
style: T(F, h)
|
|
5953
5953
|
}, [V(At, {
|
|
5954
|
-
modelValue:
|
|
5955
|
-
"onUpdate:modelValue": (b) =>
|
|
5954
|
+
modelValue: E.value,
|
|
5955
|
+
"onUpdate:modelValue": (b) => E.value = b,
|
|
5956
5956
|
customClass: p(F),
|
|
5957
5957
|
canAdd: !1,
|
|
5958
5958
|
canDelete: !1,
|
|
5959
5959
|
canMove: !1,
|
|
5960
|
-
key: (w =
|
|
5960
|
+
key: (w = E.value) == null ? void 0 : w.id,
|
|
5961
5961
|
type: r,
|
|
5962
5962
|
componentId: t.componentId,
|
|
5963
5963
|
onSelectionChange: O
|
|
@@ -5967,12 +5967,12 @@ function ja(e, t, n, o, r = "data-grid-column") {
|
|
|
5967
5967
|
}
|
|
5968
5968
|
function M(F) {
|
|
5969
5969
|
return F.map((g, h) => {
|
|
5970
|
-
const
|
|
5971
|
-
if (
|
|
5970
|
+
const E = [];
|
|
5971
|
+
if (E.push(_(g, F, h)), g.children && g.children.length) {
|
|
5972
5972
|
const w = M(g.children);
|
|
5973
|
-
|
|
5973
|
+
E.push(...w);
|
|
5974
5974
|
}
|
|
5975
|
-
return
|
|
5975
|
+
return E;
|
|
5976
5976
|
});
|
|
5977
5977
|
}
|
|
5978
5978
|
function l() {
|
|
@@ -5980,7 +5980,7 @@ function ja(e, t, n, o, r = "data-grid-column") {
|
|
|
5980
5980
|
class: "fv-grid-header-left-fixed"
|
|
5981
5981
|
}, [V("div", {
|
|
5982
5982
|
class: "fv-grid-header-columns",
|
|
5983
|
-
style:
|
|
5983
|
+
style: d.value
|
|
5984
5984
|
}, [M(i.value.leftHeaderColumns)])]);
|
|
5985
5985
|
}
|
|
5986
5986
|
function S() {
|
|
@@ -6034,13 +6034,13 @@ class Ha extends gi {
|
|
|
6034
6034
|
readonly: !0
|
|
6035
6035
|
}
|
|
6036
6036
|
},
|
|
6037
|
-
setPropertyRelates(
|
|
6038
|
-
switch (
|
|
6037
|
+
setPropertyRelates(d, c) {
|
|
6038
|
+
switch (d && d.propertyID) {
|
|
6039
6039
|
case "dataSource": {
|
|
6040
|
-
const
|
|
6041
|
-
if (
|
|
6042
|
-
const v = o.find((C) => C.label ===
|
|
6043
|
-
|
|
6040
|
+
const f = r.formSchemaUtils.getViewModelById(r.viewModelId);
|
|
6041
|
+
if (f) {
|
|
6042
|
+
const v = o.find((C) => C.label === d.propertyValue);
|
|
6043
|
+
f.bindTo = v.bindTo;
|
|
6044
6044
|
}
|
|
6045
6045
|
r.designViewModelUtils.assembleDesignViewModel();
|
|
6046
6046
|
break;
|
|
@@ -6187,7 +6187,7 @@ class Ha extends gi {
|
|
|
6187
6187
|
}
|
|
6188
6188
|
}
|
|
6189
6189
|
function Wa(e, t) {
|
|
6190
|
-
const n = e.schema, o =
|
|
6190
|
+
const n = e.schema, o = k(!0), r = k(!0);
|
|
6191
6191
|
function i(c) {
|
|
6192
6192
|
return c && c.sourceType === "control" ? c.componentCategory === "input" : !1;
|
|
6193
6193
|
}
|
|
@@ -6200,7 +6200,7 @@ function Wa(e, t) {
|
|
|
6200
6200
|
function s() {
|
|
6201
6201
|
return !0;
|
|
6202
6202
|
}
|
|
6203
|
-
function
|
|
6203
|
+
function d(c) {
|
|
6204
6204
|
return new Ha(c, t).getPropertyConfig(n);
|
|
6205
6205
|
}
|
|
6206
6206
|
return {
|
|
@@ -6210,27 +6210,27 @@ function Wa(e, t) {
|
|
|
6210
6210
|
hideNestedPaddingInDesginerView: s,
|
|
6211
6211
|
triggerBelongedComponentToMoveWhenMoved: o,
|
|
6212
6212
|
triggerBelongedComponentToDeleteWhenDeleted: r,
|
|
6213
|
-
getPropsConfig:
|
|
6213
|
+
getPropsConfig: d
|
|
6214
6214
|
};
|
|
6215
6215
|
}
|
|
6216
6216
|
function La(e, t, n, o, r) {
|
|
6217
6217
|
const { getGridHeaderCells: i } = r, a = 120, u = 50, s = H(() => {
|
|
6218
6218
|
var l;
|
|
6219
6219
|
return ((l = e.rowNumber) == null ? void 0 : l.enable) || !1;
|
|
6220
|
-
}),
|
|
6220
|
+
}), d = H(() => {
|
|
6221
6221
|
var l, S;
|
|
6222
6222
|
return ((l = e.selection) == null ? void 0 : l.multiSelect) || ((S = e.selection) == null ? void 0 : S.showCheckbox) || !1;
|
|
6223
6223
|
}), c = H(
|
|
6224
6224
|
() => {
|
|
6225
6225
|
var l;
|
|
6226
|
-
return 0 + (s.value ? ((l = e.rowNumber) == null ? void 0 : l.width) || 32 : 0) + (
|
|
6226
|
+
return 0 + (s.value ? ((l = e.rowNumber) == null ? void 0 : l.width) || 32 : 0) + (d.value ? u : 0);
|
|
6227
6227
|
}
|
|
6228
|
-
),
|
|
6228
|
+
), f = H(() => {
|
|
6229
6229
|
var l;
|
|
6230
6230
|
return (l = e.columnOption) == null ? void 0 : l.fitColumns;
|
|
6231
6231
|
}), v = H(() => {
|
|
6232
6232
|
var l;
|
|
6233
|
-
return
|
|
6233
|
+
return f.value && ((l = e.columnOption) == null ? void 0 : l.fitMode) || "none";
|
|
6234
6234
|
});
|
|
6235
6235
|
function C(l, S, x) {
|
|
6236
6236
|
const F = parseInt(l.width, 10) / 100;
|
|
@@ -6250,27 +6250,27 @@ function La(e, t, n, o, r) {
|
|
|
6250
6250
|
const b = h * (w.width / g);
|
|
6251
6251
|
w.actualWidth = b, l.value.primaryColumnsWidth += w.actualWidth;
|
|
6252
6252
|
});
|
|
6253
|
-
const
|
|
6253
|
+
const E = S - h;
|
|
6254
6254
|
F.forEach((w) => {
|
|
6255
|
-
const b = C(w, l.value,
|
|
6255
|
+
const b = C(w, l.value, E);
|
|
6256
6256
|
w.actualWidth = b, l.value.primaryColumnsWidth += w.actualWidth;
|
|
6257
6257
|
});
|
|
6258
6258
|
}
|
|
6259
6259
|
function I(l, S) {
|
|
6260
6260
|
const x = [], F = [], g = /* @__PURE__ */ new WeakMap();
|
|
6261
|
-
let h = 0,
|
|
6261
|
+
let h = 0, E = 0;
|
|
6262
6262
|
if (l.value.primaryColumns.filter((b) => b.visible).forEach((b) => {
|
|
6263
6263
|
if (typeof b.width == "string") {
|
|
6264
6264
|
const D = C(b, l.value, S);
|
|
6265
6265
|
g.set(b, D), h += D, F.push(b);
|
|
6266
6266
|
} else
|
|
6267
|
-
b.width = b.width || a,
|
|
6268
|
-
}), S - h >
|
|
6267
|
+
b.width = b.width || a, E += b.width, x.push(b);
|
|
6268
|
+
}), S - h > E) {
|
|
6269
6269
|
const b = S - h;
|
|
6270
6270
|
F.forEach((D) => {
|
|
6271
6271
|
D.actualWidth = g.get(D) || a, l.value.primaryColumnsWidth += D.actualWidth;
|
|
6272
6272
|
}), x.forEach((D) => {
|
|
6273
|
-
D.actualWidth = b * (D.width /
|
|
6273
|
+
D.actualWidth = b * (D.width / E), l.value.primaryColumnsWidth += D.actualWidth;
|
|
6274
6274
|
});
|
|
6275
6275
|
} else
|
|
6276
6276
|
R(l, S);
|
|
@@ -6304,8 +6304,8 @@ function La(e, t, n, o, r) {
|
|
|
6304
6304
|
l.value.rightColumns.filter((B) => B.visible).forEach((B) => {
|
|
6305
6305
|
B.actualWidth = T(B, l.value, S), F += B.actualWidth;
|
|
6306
6306
|
});
|
|
6307
|
-
const
|
|
6308
|
-
if (w && w(l,
|
|
6307
|
+
const E = x - F, w = y[v.value];
|
|
6308
|
+
if (w && w(l, E), l.value.primaryColumnsWidth + F <= x)
|
|
6309
6309
|
return l.value.primaryColumns = [...g, ...h], l.value.primaryColumnsWidth += F, l.value.rightColumns = [], l.value.rightColumnsWidth = 0, !0;
|
|
6310
6310
|
const b = /* @__PURE__ */ new Map();
|
|
6311
6311
|
return b.set("primary", []), b.set("right", []), l.value.primaryColumns.reduce((B, $) => {
|
|
@@ -6333,13 +6333,13 @@ function La(e, t, n, o, r) {
|
|
|
6333
6333
|
O(t), t.value = Object.assign({}, t.value);
|
|
6334
6334
|
}
|
|
6335
6335
|
}
|
|
6336
|
-
return
|
|
6336
|
+
return ge(() => {
|
|
6337
6337
|
var l;
|
|
6338
6338
|
return (l = e.columnOption) == null ? void 0 : l.fitColumns;
|
|
6339
6339
|
}, (l, S) => {
|
|
6340
6340
|
l !== S && l && M();
|
|
6341
|
-
}),
|
|
6342
|
-
l !== S &&
|
|
6341
|
+
}), ge(v, (l, S) => {
|
|
6342
|
+
l !== S && f.value && M();
|
|
6343
6343
|
}), { calculateColumnHeaders: O, calculateColumnsSize: M, calculateColumnsWidth: p };
|
|
6344
6344
|
}
|
|
6345
6345
|
const Aa = /* @__PURE__ */ qe({
|
|
@@ -6348,7 +6348,7 @@ const Aa = /* @__PURE__ */ qe({
|
|
|
6348
6348
|
emits: [],
|
|
6349
6349
|
setup(e, t) {
|
|
6350
6350
|
var Ne, Be;
|
|
6351
|
-
const n =
|
|
6351
|
+
const n = k(), o = 0, r = ((Ne = e.rowOption) == null ? void 0 : Ne.height) || 28, i = k(20), a = k(e.columns), u = _a(e), s = k(), d = k(), c = k([]), f = k(!1), v = k(((Be = e.rowOption) == null ? void 0 : Be.wrapContent) || !1), C = yt("designer-host-service"), T = yt("design-item-context"), R = Wa(T, C), I = hi(n, T, R);
|
|
6352
6352
|
I.value.designerClass = "f-utils-fill-flex-column";
|
|
6353
6353
|
const m = ua(), y = ca(e), O = ta(e, /* @__PURE__ */ new Map(), m, y, u), p = xa(e, O, u, c, t), _ = H(() => O.dataView.value.length), {
|
|
6354
6354
|
containerStyleObject: M
|
|
@@ -6360,7 +6360,7 @@ const Aa = /* @__PURE__ */ qe({
|
|
|
6360
6360
|
applyColumnSorter: F,
|
|
6361
6361
|
columnContext: g,
|
|
6362
6362
|
updateColumnRenderContext: h
|
|
6363
|
-
} = x,
|
|
6363
|
+
} = x, E = Ma(), w = Ji(e, g), b = Sa(e, t, p, u), D = wa(e, t, u, b), B = pa(e), $ = ba(e, D, B), A = Ca(e, D, y, u, B, $), G = fa(e, a, O, _, o, A), {
|
|
6364
6364
|
getVisualData: U
|
|
6365
6365
|
} = G, J = Ta(e, p), {
|
|
6366
6366
|
sidebarWidth: re
|
|
@@ -6381,7 +6381,7 @@ const Aa = /* @__PURE__ */ qe({
|
|
|
6381
6381
|
"fv-datagrid-strip": e.showStripe
|
|
6382
6382
|
})), De = H(() => ({
|
|
6383
6383
|
"fv-grid-content": !0,
|
|
6384
|
-
"fv-grid-content-hover":
|
|
6384
|
+
"fv-grid-content-hover": f.value,
|
|
6385
6385
|
"fv-grid-wrap-content": v.value
|
|
6386
6386
|
})), {
|
|
6387
6387
|
renderGridHeader: je
|
|
@@ -6390,20 +6390,20 @@ const Aa = /* @__PURE__ */ qe({
|
|
|
6390
6390
|
} = qi(e, s, se);
|
|
6391
6391
|
function ke() {
|
|
6392
6392
|
var X, de;
|
|
6393
|
-
const
|
|
6394
|
-
|
|
6393
|
+
const ye = Math.ceil(s.value.clientHeight / r);
|
|
6394
|
+
ye > i.value && (i.value = ye, W()), ue.value = ((X = d.value) == null ? void 0 : X.clientHeight) || 0, Z.value = ((de = s.value) == null ? void 0 : de.clientWidth) || 0, me();
|
|
6395
6395
|
}
|
|
6396
6396
|
gt(() => {
|
|
6397
6397
|
n.value.componentInstance = I, s.value && (i.value = Math.max(Math.ceil(s.value.clientHeight / r), i.value), c.value = U(0, _.value + o - 1), nn(s.value, ke), me(), zt(() => {
|
|
6398
|
-
s.value && (Z.value = s.value.clientWidth),
|
|
6398
|
+
s.value && (Z.value = s.value.clientWidth), d.value && (ee.value = d.value.clientWidth, ue.value = d.value.clientHeight);
|
|
6399
6399
|
}));
|
|
6400
6400
|
});
|
|
6401
|
-
function He(
|
|
6402
|
-
|
|
6401
|
+
function He(ye) {
|
|
6402
|
+
ye && (a.value = ye, S(a), h(a.value), F(O, E), me());
|
|
6403
6403
|
}
|
|
6404
|
-
return
|
|
6405
|
-
He(
|
|
6406
|
-
}),
|
|
6404
|
+
return ge(() => e.columns, (ye) => {
|
|
6405
|
+
He(ye);
|
|
6406
|
+
}), ge(ee, () => {
|
|
6407
6407
|
s.value && me();
|
|
6408
6408
|
}), t.expose(I.value), () => V("div", {
|
|
6409
6409
|
ref: n,
|
|
@@ -6415,10 +6415,10 @@ const Aa = /* @__PURE__ */ qe({
|
|
|
6415
6415
|
ref: s,
|
|
6416
6416
|
class: De.value,
|
|
6417
6417
|
onMouseover: () => {
|
|
6418
|
-
|
|
6418
|
+
f.value = !0;
|
|
6419
6419
|
},
|
|
6420
6420
|
onMouseleave: () => {
|
|
6421
|
-
|
|
6421
|
+
f.value = !1;
|
|
6422
6422
|
}
|
|
6423
6423
|
}, [Ie()])]);
|
|
6424
6424
|
}
|
|
@@ -6715,7 +6715,7 @@ class dt {
|
|
|
6715
6715
|
}
|
|
6716
6716
|
}
|
|
6717
6717
|
function ll(e, t) {
|
|
6718
|
-
const n =
|
|
6718
|
+
const n = k(), o = k(), r = k(), i = k(), a = k(), u = k(), s = k(), d = k(), c = k(), f = k(), v = k(), C = k(), T = k(e.draggable), R = k(!1);
|
|
6719
6719
|
function I() {
|
|
6720
6720
|
const B = o.value || document.body, $ = window.getComputedStyle(B);
|
|
6721
6721
|
if (!$ || !n.value)
|
|
@@ -6723,13 +6723,13 @@ function ll(e, t) {
|
|
|
6723
6723
|
const A = Te.getTransformInfo(n.value), G = {};
|
|
6724
6724
|
s.value && (G.deltaL = n.value.offsetLeft - s.value.x, G.deltaT = n.value.offsetTop - s.value.y);
|
|
6725
6725
|
const U = $.getPropertyValue("position");
|
|
6726
|
-
G.width = B.clientWidth, G.height = B.clientHeight, G.pr = parseInt($.getPropertyValue("padding-right"), 10), G.pb = parseInt($.getPropertyValue("padding-bottom"), 10), G.position = $.getPropertyValue("position"), U === "static" && (B.style.position = "relative"), G.translateX = A.x, G.translateY = A.y,
|
|
6726
|
+
G.width = B.clientWidth, G.height = B.clientHeight, G.pr = parseInt($.getPropertyValue("padding-right"), 10), G.pb = parseInt($.getPropertyValue("padding-bottom"), 10), G.position = $.getPropertyValue("position"), U === "static" && (B.style.position = "relative"), G.translateX = A.x, G.translateY = A.y, f.value = G;
|
|
6727
6727
|
}
|
|
6728
6728
|
function m(B) {
|
|
6729
6729
|
if (n.value) {
|
|
6730
6730
|
i.value = dt.getCurrent(n.value), a.value = Te.getCurrent(n.value), u.value = i.value ? dt.copy(i.value) : null, s.value = a.value ? Te.copy(a.value) : null, I();
|
|
6731
6731
|
const $ = B.target.getAttribute("type") || "";
|
|
6732
|
-
|
|
6732
|
+
d.value = {
|
|
6733
6733
|
n: !!$.match(/n/),
|
|
6734
6734
|
s: !!$.match(/s/),
|
|
6735
6735
|
w: !!$.match(/w/),
|
|
@@ -6741,28 +6741,28 @@ function ll(e, t) {
|
|
|
6741
6741
|
var B, $, A, G;
|
|
6742
6742
|
if (n.value) {
|
|
6743
6743
|
const U = n.value;
|
|
6744
|
-
|
|
6744
|
+
d.value && ((d.value.n || d.value.s) && ((B = u.value) != null && B.height) && (U.style.height = u.value.height + "px"), (d.value.w || d.value.e) && (($ = u.value) != null && $.width) && (U.style.width = u.value.width + "px"), s.value && ((A = s.value) != null && A.x && (U.style.left = s.value.x + "px"), (G = s.value) != null && G.y && (U.style.top = s.value.y + "px")));
|
|
6745
6745
|
}
|
|
6746
6746
|
}
|
|
6747
6747
|
function O() {
|
|
6748
6748
|
const B = e.minHeight ? e.minHeight : 1, $ = e.minWidth ? e.minWidth : 1;
|
|
6749
|
-
u.value && s.value &&
|
|
6749
|
+
u.value && s.value && d.value && i.value && (u.value.height < B && (u.value.height = B, d.value.n && a.value && (s.value.y = a.value.y + (i.value.height - B))), u.value.width < $ && (u.value.width = $, d.value.w && a.value && (s.value.x = a.value.x + (i.value.width - $))), e.maxHeight && u.value.height > e.maxHeight && (u.value.height = e.maxHeight, a.value && d.value.n && (s.value.y = a.value.y + (i.value.height - e.maxHeight))), e.maxWidth && u.value.width > e.maxWidth && (u.value.width = e.maxWidth, d.value.w && a.value && (s.value.x = a.value.x + (i.value.width - e.maxWidth))));
|
|
6750
6750
|
}
|
|
6751
6751
|
function p() {
|
|
6752
6752
|
if (o.value) {
|
|
6753
|
-
const B =
|
|
6754
|
-
if (s.value && u.value &&
|
|
6753
|
+
const B = f.value;
|
|
6754
|
+
if (s.value && u.value && d.value && i.value) {
|
|
6755
6755
|
const $ = B.width - B.pr - B.deltaL - B.translateX - s.value.x, A = B.height - B.pb - B.deltaT - B.translateY - s.value.y;
|
|
6756
|
-
|
|
6756
|
+
d.value.n && s.value.y + B.translateY < 0 && a.value && (s.value.y = -B.translateY, u.value.height = i.value.height + a.value.y + B.translateY), d.value.w && s.value.x + B.translateX < 0 && a.value && (s.value.x = -B.translateX, u.value.width = i.value.width + a.value.x + B.translateX), u.value.width > $ && (u.value.width = $), u.value.height > A && (u.value.height = A);
|
|
6757
6757
|
}
|
|
6758
6758
|
}
|
|
6759
6759
|
}
|
|
6760
6760
|
function _(B) {
|
|
6761
|
-
if (!r.value || !i.value || !a.value || !
|
|
6761
|
+
if (!r.value || !i.value || !a.value || !d.value)
|
|
6762
6762
|
return;
|
|
6763
6763
|
B.subtract(r.value);
|
|
6764
6764
|
const $ = B.x, A = B.y;
|
|
6765
|
-
|
|
6765
|
+
d.value.n ? (s.value.y = a.value.y + A, u.value.height = i.value.height - A) : d.value.s && (u.value.height = i.value.height + A), d.value.e ? u.value.width = i.value.width + $ : d.value.w && (u.value.width = i.value.width - $, s.value.x = a.value.x + $), p(), O(), y();
|
|
6766
6766
|
}
|
|
6767
6767
|
function M(B) {
|
|
6768
6768
|
if (!c.value)
|
|
@@ -6796,7 +6796,7 @@ function ll(e, t) {
|
|
|
6796
6796
|
const $ = l();
|
|
6797
6797
|
v.value = $;
|
|
6798
6798
|
}
|
|
6799
|
-
r.value = void 0, i.value = null, a.value = null, u.value = null, s.value = null,
|
|
6799
|
+
r.value = void 0, i.value = null, a.value = null, u.value = null, s.value = null, d.value = null, c.value = null, document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", S);
|
|
6800
6800
|
}
|
|
6801
6801
|
function x() {
|
|
6802
6802
|
document.addEventListener("mousemove", M), document.addEventListener("mouseup", S);
|
|
@@ -6850,7 +6850,7 @@ function ll(e, t) {
|
|
|
6850
6850
|
}
|
|
6851
6851
|
}, T.value = !1, R.value = !0);
|
|
6852
6852
|
}
|
|
6853
|
-
function
|
|
6853
|
+
function E() {
|
|
6854
6854
|
var B, $;
|
|
6855
6855
|
if (document.body.click(), C.value) {
|
|
6856
6856
|
const A = {
|
|
@@ -6894,15 +6894,15 @@ function ll(e, t) {
|
|
|
6894
6894
|
boundingElement: o,
|
|
6895
6895
|
resizedEventParam: v,
|
|
6896
6896
|
maximize: h,
|
|
6897
|
-
restore:
|
|
6897
|
+
restore: E,
|
|
6898
6898
|
allowDrag: T,
|
|
6899
6899
|
isMaximized: R,
|
|
6900
6900
|
unWindowResizeHandle: D
|
|
6901
6901
|
};
|
|
6902
6902
|
}
|
|
6903
6903
|
function sl(e, t, n) {
|
|
6904
|
-
const o =
|
|
6905
|
-
|
|
6904
|
+
const o = k(), r = k(e.draggable), i = k(e.lockAxis), a = k(), u = k(), s = k(!1), d = k(new Te(0, 0)), c = k(new Te(0, 0)), f = k(new Te(0, 0)), v = k(new Te(0, 0));
|
|
6905
|
+
ge(() => n.value, (l) => {
|
|
6906
6906
|
a.value.style.cursor = l ? "move" : "default";
|
|
6907
6907
|
});
|
|
6908
6908
|
function C(l, S) {
|
|
@@ -6917,8 +6917,8 @@ function sl(e, t, n) {
|
|
|
6917
6917
|
}
|
|
6918
6918
|
function T() {
|
|
6919
6919
|
var F, g;
|
|
6920
|
-
let l =
|
|
6921
|
-
i.value === "x" ? (l = ((F =
|
|
6920
|
+
let l = f.value.x + c.value.x, S = f.value.y + c.value.y;
|
|
6921
|
+
i.value === "x" ? (l = ((F = d.value) == null ? void 0 : F.x) || 0, f.value.x = 0) : i.value === "y" && (S = ((g = d.value) == null ? void 0 : g.y) || 0, f.value.y = 0);
|
|
6922
6922
|
const x = `translate3d(${Math.round(l)}px, ${Math.round(S)}px, 0px)`;
|
|
6923
6923
|
o.value && (o.value.style.transform = x), v.value.x = l, v.value.y = S;
|
|
6924
6924
|
}
|
|
@@ -6931,17 +6931,17 @@ function sl(e, t, n) {
|
|
|
6931
6931
|
bottom: l.bottom > S.bottom,
|
|
6932
6932
|
left: l.left < S.left
|
|
6933
6933
|
};
|
|
6934
|
-
return x.top || (
|
|
6934
|
+
return x.top || (f.value.y -= S.top - l.top), x.bottom || (f.value.y -= S.bottom - l.bottom), x.right || (f.value.x -= S.right - l.right), x.left || (f.value.x -= S.left - l.left), T(), x;
|
|
6935
6935
|
}
|
|
6936
6936
|
function I(l) {
|
|
6937
|
-
l && (
|
|
6937
|
+
l && (d.value && l.subtract(d.value), f.value.set(l), T(), R());
|
|
6938
6938
|
}
|
|
6939
6939
|
function m(l) {
|
|
6940
6940
|
s.value && r.value && (l.stopPropagation(), l.preventDefault(), I(Te.fromEvent(l, a.value)));
|
|
6941
6941
|
}
|
|
6942
6942
|
function y() {
|
|
6943
6943
|
var l;
|
|
6944
|
-
s.value && (s.value = !1, c.value.add(
|
|
6944
|
+
s.value && (s.value = !1, c.value.add(f.value), f.value.reset(), (l = o.value) == null || l.classList.remove("ng-dragging"), document.removeEventListener("mousemove", m), document.removeEventListener("mouseup", y));
|
|
6945
6945
|
}
|
|
6946
6946
|
function O() {
|
|
6947
6947
|
!s.value && a.value && (s.value = !0, a.value.classList.add("ng-dragging"), document.addEventListener("mousemove", m), document.addEventListener("mouseup", y));
|
|
@@ -6958,7 +6958,7 @@ function sl(e, t, n) {
|
|
|
6958
6958
|
if (!n.value || l instanceof MouseEvent && l.button === 2)
|
|
6959
6959
|
return;
|
|
6960
6960
|
const S = l.target || l.srcElement;
|
|
6961
|
-
a.value !== void 0 && S && !C(S, a.value) || r.value !== !1 && (document.body.click(), l.stopPropagation(), l.preventDefault(),
|
|
6961
|
+
a.value !== void 0 && S && !C(S, a.value) || r.value !== !1 && (document.body.click(), l.stopPropagation(), l.preventDefault(), d.value = Te.fromEvent(l, o.value), p(), O());
|
|
6962
6962
|
}
|
|
6963
6963
|
function M(l, S, x) {
|
|
6964
6964
|
if (r.value && S) {
|
|
@@ -6991,7 +6991,7 @@ function On(e, t) {
|
|
|
6991
6991
|
}
|
|
6992
6992
|
}
|
|
6993
6993
|
function ul(e, t) {
|
|
6994
|
-
const n =
|
|
6994
|
+
const n = k(e.enableEsc);
|
|
6995
6995
|
let o = null;
|
|
6996
6996
|
return n.value ? (o = On("Escape", (r) => {
|
|
6997
6997
|
t.emit("esc", { event: r.event, type: "esc" });
|
|
@@ -7000,7 +7000,7 @@ function ul(e, t) {
|
|
|
7000
7000
|
}) : null;
|
|
7001
7001
|
}
|
|
7002
7002
|
function cl(e, t) {
|
|
7003
|
-
const n =
|
|
7003
|
+
const n = k(e.enableEnter);
|
|
7004
7004
|
let o = null;
|
|
7005
7005
|
return n.value ? (o = On("Enter", (r) => {
|
|
7006
7006
|
t.emit("enter", { event: r.event, type: "enter" });
|
|
@@ -7013,7 +7013,7 @@ const Ct = /* @__PURE__ */ qe({
|
|
|
7013
7013
|
props: al,
|
|
7014
7014
|
emits: ["update:modelValue", "accept", "cancel", "closed", "resize", "esc", "enter"],
|
|
7015
7015
|
setup(e, t) {
|
|
7016
|
-
const n =
|
|
7016
|
+
const n = k(e.width || 300), o = k(e.height || 200), r = k(e.modelValue), i = k(""), a = k(e.class), u = k(e.fitContent), s = k(e.showHeader), d = k(""), c = k(e.showCloseButton), f = k(e.showMaxButton), v = k(!1), C = k(e.dialogType), T = k(e.src), R = k(""), I = k(e.showButtons), m = k(e.title), y = k(e.resizeable), O = k(e.containment || null), p = k();
|
|
7017
7017
|
function _(X, de) {
|
|
7018
7018
|
r.value = !1, t.emit("update:modelValue", !1), de != null && t.emit(de ? "accept" : "cancel"), t.emit("closed", X);
|
|
7019
7019
|
}
|
|
@@ -7031,8 +7031,8 @@ const Ct = /* @__PURE__ */ qe({
|
|
|
7031
7031
|
handle: (X) => {
|
|
7032
7032
|
_(X, !0);
|
|
7033
7033
|
}
|
|
7034
|
-
}], l =
|
|
7035
|
-
renderResizeBar:
|
|
7034
|
+
}], l = k(e.buttons && e.buttons.length ? e.buttons : M), S = H(() => !!d.value), x = H(() => !!I.value && !!l.value), F = k(), g = k(), h = k(!1), {
|
|
7035
|
+
renderResizeBar: E,
|
|
7036
7036
|
maximize: w,
|
|
7037
7037
|
restore: b,
|
|
7038
7038
|
boundingElement: D,
|
|
@@ -7046,15 +7046,15 @@ const Ct = /* @__PURE__ */ qe({
|
|
|
7046
7046
|
const X = document.querySelectorAll(".farris-modal").length;
|
|
7047
7047
|
(!X || X - 1 <= 0) && document.body.classList.remove("modal-open"), p.value && p.value.classList.remove("show");
|
|
7048
7048
|
}
|
|
7049
|
-
|
|
7049
|
+
ge(() => e.title, (X, de) => {
|
|
7050
7050
|
X !== de && (m.value = X);
|
|
7051
|
-
}),
|
|
7051
|
+
}), ge(() => e.modelValue, (X, de) => {
|
|
7052
7052
|
X !== de && (r.value = X, X || U());
|
|
7053
|
-
}),
|
|
7053
|
+
}), ge(() => e.showHeader, (X, de) => {
|
|
7054
7054
|
X !== de && (s.value = X);
|
|
7055
|
-
}),
|
|
7055
|
+
}), ge(() => e.showButtons, (X, de) => {
|
|
7056
7056
|
X !== de && (I.value = X);
|
|
7057
|
-
}),
|
|
7057
|
+
}), ge(() => B.value, (X, de) => {
|
|
7058
7058
|
const Re = X || {}, $e = de || {};
|
|
7059
7059
|
JSON.stringify(Re) !== JSON.stringify($e) && t.emit("resize", {
|
|
7060
7060
|
newSize: X,
|
|
@@ -7134,7 +7134,7 @@ const Ct = /* @__PURE__ */ qe({
|
|
|
7134
7134
|
class: "f-btn-icon f-bare"
|
|
7135
7135
|
}, [V("span", {
|
|
7136
7136
|
class: "f-icon modal_minimize"
|
|
7137
|
-
}, null)]),
|
|
7137
|
+
}, null)]), f.value && V("li", {
|
|
7138
7138
|
onClick: fe,
|
|
7139
7139
|
class: "f-btn-icon f-bare",
|
|
7140
7140
|
style: "pointer-events: auto;"
|
|
@@ -7171,7 +7171,7 @@ const Ct = /* @__PURE__ */ qe({
|
|
|
7171
7171
|
}, [V("div", {
|
|
7172
7172
|
class: "modal-title"
|
|
7173
7173
|
}, [S.value && V("span", {
|
|
7174
|
-
class:
|
|
7174
|
+
class: d.value,
|
|
7175
7175
|
style: "margin-right: 8px"
|
|
7176
7176
|
}, null), V("span", {
|
|
7177
7177
|
class: "modal-title-label"
|
|
@@ -7179,7 +7179,7 @@ const Ct = /* @__PURE__ */ qe({
|
|
|
7179
7179
|
class: "actions"
|
|
7180
7180
|
}, [He()])]);
|
|
7181
7181
|
}
|
|
7182
|
-
function
|
|
7182
|
+
function ye(X) {
|
|
7183
7183
|
X.stopPropagation();
|
|
7184
7184
|
}
|
|
7185
7185
|
return () => V(Hn, {
|
|
@@ -7195,7 +7195,7 @@ const Ct = /* @__PURE__ */ qe({
|
|
|
7195
7195
|
class: re.value,
|
|
7196
7196
|
style: "display: block",
|
|
7197
7197
|
ref: p,
|
|
7198
|
-
onClick:
|
|
7198
|
+
onClick: ye
|
|
7199
7199
|
}, [V("div", {
|
|
7200
7200
|
id: i.value,
|
|
7201
7201
|
class: se.value,
|
|
@@ -7211,7 +7211,7 @@ const Ct = /* @__PURE__ */ qe({
|
|
|
7211
7211
|
width: "100%",
|
|
7212
7212
|
frameborder: "0",
|
|
7213
7213
|
src: T.value
|
|
7214
|
-
}, null)]), x.value && Ne()]), !u.value && y.value && g.value && !h.value &&
|
|
7214
|
+
}, null)]), x.value && Ne()]), !u.value && y.value && g.value && !h.value && E(g.value)])])];
|
|
7215
7215
|
}
|
|
7216
7216
|
})]
|
|
7217
7217
|
});
|
|
@@ -7231,7 +7231,7 @@ function dl(e) {
|
|
|
7231
7231
|
Ot(() => {
|
|
7232
7232
|
document.body.removeChild(t);
|
|
7233
7233
|
});
|
|
7234
|
-
const i =
|
|
7234
|
+
const i = k(), a = k(e.class || ""), u = k(!!e.showButtons), s = k(!!e.showHeader), d = k(e.showCloseButton == null ? !0 : e.showCloseButton), c = k(!0), f = k(e.title || ""), v = e.acceptCallback || (() => {
|
|
7235
7235
|
}), C = e.rejectCallback || (() => {
|
|
7236
7236
|
}), T = e.closedCallback || ((y) => {
|
|
7237
7237
|
}), R = e.resizeHandle || ((y) => {
|
|
@@ -7246,13 +7246,13 @@ function dl(e) {
|
|
|
7246
7246
|
class: a.value,
|
|
7247
7247
|
modelValue: c.value,
|
|
7248
7248
|
"onUpdate:modelValue": (y) => c.value = y,
|
|
7249
|
-
title:
|
|
7249
|
+
title: f.value,
|
|
7250
7250
|
width: e.width,
|
|
7251
7251
|
height: e.height,
|
|
7252
7252
|
buttons: e.buttons,
|
|
7253
7253
|
"show-header": s.value,
|
|
7254
7254
|
"show-buttons": u.value,
|
|
7255
|
-
"show-close-button":
|
|
7255
|
+
"show-close-button": d.value,
|
|
7256
7256
|
"show-max-button": !1,
|
|
7257
7257
|
onAccept: v,
|
|
7258
7258
|
onCancel: C,
|
|
@@ -7269,10 +7269,10 @@ function dl(e) {
|
|
|
7269
7269
|
class In {
|
|
7270
7270
|
constructor(t) {
|
|
7271
7271
|
Y(this, "appContext", null);
|
|
7272
|
-
Y(this, "modalRef",
|
|
7273
|
-
Y(this, "activeModalIndex",
|
|
7272
|
+
Y(this, "modalRef", k());
|
|
7273
|
+
Y(this, "activeModalIndex", k(0));
|
|
7274
7274
|
Y(this, "modalRefs", {});
|
|
7275
|
-
Y(this, "isUseEscCloseModal",
|
|
7275
|
+
Y(this, "isUseEscCloseModal", k(!1));
|
|
7276
7276
|
Y(this, "activeModalInstance", H(() => this.modalRefs[this.activeModalIndex.value]));
|
|
7277
7277
|
this.app = t, this.appContext = t ? t._context : null;
|
|
7278
7278
|
}
|
|
@@ -7307,20 +7307,20 @@ class In {
|
|
|
7307
7307
|
title: "",
|
|
7308
7308
|
showButtons: !0,
|
|
7309
7309
|
showHeader: !0
|
|
7310
|
-
}, t)), r =
|
|
7310
|
+
}, t)), r = k(!0), i = o.value.acceptCallback || (() => {
|
|
7311
7311
|
}), a = o.value.rejectCallback || (() => {
|
|
7312
7312
|
}), u = o.value.closedCallback || ((p, _) => {
|
|
7313
7313
|
}), s = o.value.resizeHandle || ((p) => {
|
|
7314
7314
|
});
|
|
7315
|
-
let
|
|
7316
|
-
const c = Mn(o.value),
|
|
7315
|
+
let d;
|
|
7316
|
+
const c = Mn(o.value), f = (p) => {
|
|
7317
7317
|
var M;
|
|
7318
7318
|
r.value = !1;
|
|
7319
7319
|
const _ = (M = p == null ? void 0 : p.target) == null ? void 0 : M.classList.contains("modal_close");
|
|
7320
7320
|
u(p, this.isUseEscCloseModal.value ? "esc" : _ ? "icon" : "button");
|
|
7321
7321
|
}, v = (p) => {
|
|
7322
|
-
|
|
7323
|
-
if (this.modalRefs[this.activeModalIndex.value] && delete this.modalRefs[this.activeModalIndex.value], Dt(null, n),
|
|
7322
|
+
f(p), d && zt(() => {
|
|
7323
|
+
if (this.modalRefs[this.activeModalIndex.value] && delete this.modalRefs[this.activeModalIndex.value], Dt(null, n), d = null, this.modalRef.value = null, this.modalRefs) {
|
|
7324
7324
|
const _ = Object.keys(this.modalRefs).map((M) => Number(M));
|
|
7325
7325
|
_.length > 0 ? this.activeModalIndex.value = Math.max(..._) : this.activeModalIndex.value = 0;
|
|
7326
7326
|
}
|
|
@@ -7347,7 +7347,7 @@ class In {
|
|
|
7347
7347
|
}), {
|
|
7348
7348
|
default: () => [c && c(this.app)]
|
|
7349
7349
|
});
|
|
7350
|
-
return
|
|
7350
|
+
return d = ((p) => {
|
|
7351
7351
|
const _ = Ln(m, p);
|
|
7352
7352
|
return _.appContext = this.appContext, Dt(_, n), _;
|
|
7353
7353
|
})({
|
|
@@ -7358,7 +7358,7 @@ class In {
|
|
|
7358
7358
|
o.value = {
|
|
7359
7359
|
...o.value,
|
|
7360
7360
|
...p
|
|
7361
|
-
},
|
|
7361
|
+
}, d && Dt(An(d, {
|
|
7362
7362
|
...o
|
|
7363
7363
|
}), n);
|
|
7364
7364
|
},
|
|
@@ -7377,21 +7377,32 @@ const pl = {
|
|
|
7377
7377
|
id: { type: String },
|
|
7378
7378
|
required: { type: Boolean, default: !1 },
|
|
7379
7379
|
text: { type: String, default: "" },
|
|
7380
|
-
title: { type: String }
|
|
7380
|
+
title: { type: String },
|
|
7381
|
+
valid: { type: Boolean, default: !0 },
|
|
7382
|
+
inValidTip: { type: String, default: "" }
|
|
7381
7383
|
}, ml = /* @__PURE__ */ qe({
|
|
7382
7384
|
name: "FDynamicFormLabel",
|
|
7383
7385
|
props: pl,
|
|
7384
7386
|
emits: [],
|
|
7385
7387
|
setup(e, t) {
|
|
7386
|
-
const n =
|
|
7387
|
-
|
|
7388
|
+
const n = k(e.title || e.text), o = k(e.required), r = k(e.text), i = k(e.valid), a = k(e.inValidTip);
|
|
7389
|
+
ge(() => e.text, () => {
|
|
7388
7390
|
r.value = e.text;
|
|
7389
|
-
}),
|
|
7390
|
-
|
|
7391
|
-
}), () =>
|
|
7391
|
+
}), ge(() => e.required, (d, c) => {
|
|
7392
|
+
d !== c && (o.value = d);
|
|
7393
|
+
}), ge([() => e.valid, () => e.inValidTip], ([d, c]) => {
|
|
7394
|
+
i.value = d, a.value = c;
|
|
7395
|
+
});
|
|
7396
|
+
const u = H(() => i.value ? n.value : a.value), s = H(() => i.value ? "" : "color:red");
|
|
7397
|
+
return () => r.value && V("label", {
|
|
7392
7398
|
class: "col-form-label",
|
|
7393
|
-
title:
|
|
7394
|
-
|
|
7399
|
+
title: u.value,
|
|
7400
|
+
style: s.value
|
|
7401
|
+
}, [!i.value && V("span", {
|
|
7402
|
+
class: "f-icon f-icon-warning mr-1",
|
|
7403
|
+
style: "color: red; min-width: 16px;",
|
|
7404
|
+
title: a.value
|
|
7405
|
+
}, null), o.value && V("span", {
|
|
7395
7406
|
class: "farris-label-info text-danger"
|
|
7396
7407
|
}, [pt("*")]), V("span", {
|
|
7397
7408
|
class: "farris-label-text"
|
|
@@ -7495,9 +7506,9 @@ const gl = /* @__PURE__ */ qe({
|
|
|
7495
7506
|
emits: ["change", "update:modelValue"],
|
|
7496
7507
|
setup(e, t) {
|
|
7497
7508
|
var p;
|
|
7498
|
-
const n =
|
|
7499
|
-
|
|
7500
|
-
const
|
|
7509
|
+
const n = k(e.id), o = k(e.customClass), r = k(e.editor), i = k(e.label), a = k(e.modelValue), u = k(e.readonly), s = k(((p = e.editor) == null ? void 0 : p.required) || e.required), d = k(e.showLabel), c = k(e.visible);
|
|
7510
|
+
k(e.type);
|
|
7511
|
+
const f = k(), {
|
|
7501
7512
|
resolveEditorProps: v,
|
|
7502
7513
|
resolveEditorType: C,
|
|
7503
7514
|
getChangeFunctionName: T,
|
|
@@ -7517,17 +7528,17 @@ const gl = /* @__PURE__ */ qe({
|
|
|
7517
7528
|
const O = H(() => {
|
|
7518
7529
|
const _ = r.value.type || "input-group", M = C(_), l = v(_, r.value), S = T(_), x = R(r.value.type);
|
|
7519
7530
|
return x && (l[x] = y), l[S] = m, (l.id == null || l.id === "") && (l.id = n.value), _ === "number-range" && r.value.onBeginValueChange && typeof r.value.onBeginValueChange == "function" ? (r.value.onBeginValueChange && typeof r.value.onBeginValueChange == "function" && (l.onBeginValueChange = r.value.onBeginValueChange), r.value.onEndValueChange && typeof r.value.onEndValueChange == "function" && (l.onEndValueChange = r.value.onEndValueChange)) : _ === "lookup" && r.value["onUpdate:idValue"] && typeof r.value["onUpdate:idValue"] == "function" && (l["onUpdate:idValue"] = r.value["onUpdate:idValue"]), () => V(M, ft({
|
|
7520
|
-
ref:
|
|
7531
|
+
ref: f
|
|
7521
7532
|
}, l, {
|
|
7522
7533
|
modelValue: a.value,
|
|
7523
7534
|
"onUpdate:modelValue": (F) => a.value = F
|
|
7524
7535
|
}), t.slots);
|
|
7525
7536
|
});
|
|
7526
|
-
return
|
|
7537
|
+
return ge([() => e.id, () => e.customClass, () => e.editor, () => e.label, () => e.modelValue, () => e.readonly, () => e.required, () => e.showLabel, () => e.visible], ([_, M, l, S, x, F, g, h, E]) => {
|
|
7527
7538
|
var w;
|
|
7528
|
-
n.value = _, o.value = M, r.value = l, i.value = S, a.value = x, u.value = F, s.value = ((w = r.value) == null ? void 0 : w.required) || g,
|
|
7539
|
+
n.value = _, o.value = M, r.value = l, i.value = S, a.value = x, u.value = F, s.value = ((w = r.value) == null ? void 0 : w.required) || g, d.value = h, c.value = E;
|
|
7529
7540
|
}), t.expose({
|
|
7530
|
-
editorRef:
|
|
7541
|
+
editorRef: f
|
|
7531
7542
|
}), () => c.value && V("div", {
|
|
7532
7543
|
id: `${n.value}-input-group`,
|
|
7533
7544
|
class: o.value,
|
|
@@ -7536,7 +7547,7 @@ const gl = /* @__PURE__ */ qe({
|
|
|
7536
7547
|
class: "farris-group-wrap"
|
|
7537
7548
|
}, [V("div", {
|
|
7538
7549
|
class: I.value
|
|
7539
|
-
}, [
|
|
7550
|
+
}, [d.value && V(ml, {
|
|
7540
7551
|
id: `${n.value}-lable`,
|
|
7541
7552
|
required: s.value,
|
|
7542
7553
|
text: i.value,
|
|
@@ -8046,13 +8057,13 @@ function zl() {
|
|
|
8046
8057
|
return { onCopy: e };
|
|
8047
8058
|
}
|
|
8048
8059
|
function Gl(e, t, n, o) {
|
|
8049
|
-
const r =
|
|
8060
|
+
const r = k(14), i = k(140), a = k(""), u = k(o.value.length), s = H(() => o.value), d = H(() => ({
|
|
8050
8061
|
"font-size": `${r.value}px`,
|
|
8051
8062
|
height: "100%"
|
|
8052
8063
|
}));
|
|
8053
|
-
function c(
|
|
8054
|
-
if (
|
|
8055
|
-
const v =
|
|
8064
|
+
function c(f) {
|
|
8065
|
+
if (f.currentTarget) {
|
|
8066
|
+
const v = f.currentTarget.value || "";
|
|
8056
8067
|
u.value = v.length;
|
|
8057
8068
|
}
|
|
8058
8069
|
}
|
|
@@ -8060,10 +8071,10 @@ function Gl(e, t, n, o) {
|
|
|
8060
8071
|
title: "promptMessage",
|
|
8061
8072
|
name: "promptMessage",
|
|
8062
8073
|
class: "form-control",
|
|
8063
|
-
style:
|
|
8074
|
+
style: d.value,
|
|
8064
8075
|
rows: "4",
|
|
8065
8076
|
maxlength: i.value,
|
|
8066
|
-
onInput: (
|
|
8077
|
+
onInput: (f) => c(f)
|
|
8067
8078
|
}, [s.value]), V("span", {
|
|
8068
8079
|
class: "textarea-wordcount",
|
|
8069
8080
|
title: a.value,
|
|
@@ -8078,7 +8089,7 @@ function ql(e, t, n, o) {
|
|
|
8078
8089
|
return { getEditorRender: a };
|
|
8079
8090
|
}
|
|
8080
8091
|
function Ul() {
|
|
8081
|
-
const e =
|
|
8092
|
+
const e = k(!1), t = k("复制成功");
|
|
8082
8093
|
return {
|
|
8083
8094
|
feedbackStyle: H(() => {
|
|
8084
8095
|
const o = {
|
|
@@ -8140,16 +8151,16 @@ function Kl(e) {
|
|
|
8140
8151
|
}, null);
|
|
8141
8152
|
}
|
|
8142
8153
|
function Ql(e, t, n, o) {
|
|
8143
|
-
const r =
|
|
8154
|
+
const r = k(e.exceptionInfo), i = H(() => {
|
|
8144
8155
|
const v = {
|
|
8145
8156
|
"f-icon": !0
|
|
8146
8157
|
}, C = `f-icon-${t.value}`;
|
|
8147
8158
|
return v[C] = !0, v;
|
|
8148
|
-
}), a = H(() => n.value || r.value && r.value.message), u = H(() => o.value), s = H(() => !!o.value),
|
|
8159
|
+
}), a = H(() => n.value || r.value && r.value.message), u = H(() => o.value), s = H(() => !!o.value), d = H(() => !!r.value);
|
|
8149
8160
|
function c() {
|
|
8150
|
-
return
|
|
8161
|
+
return d.value ? Xl(r) : s.value ? Kl(u) : () => null;
|
|
8151
8162
|
}
|
|
8152
|
-
const
|
|
8163
|
+
const f = c();
|
|
8153
8164
|
return () => V(_t, null, [V("div", {
|
|
8154
8165
|
class: "float-left modal-tips-iconwrap"
|
|
8155
8166
|
}, [V("span", {
|
|
@@ -8159,20 +8170,20 @@ function Ql(e, t, n, o) {
|
|
|
8159
8170
|
}, [V("p", {
|
|
8160
8171
|
class: "toast-msg-title",
|
|
8161
8172
|
innerHTML: a.value
|
|
8162
|
-
}, null),
|
|
8173
|
+
}, null), f()])]);
|
|
8163
8174
|
}
|
|
8164
8175
|
function Jl(e, t, n) {
|
|
8165
8176
|
const {
|
|
8166
8177
|
onCopy: o
|
|
8167
8178
|
} = t, {
|
|
8168
8179
|
toShowFeedback: r
|
|
8169
|
-
} = n, i =
|
|
8180
|
+
} = n, i = k("复制成功"), a = k("复制详细信息"), u = k(e.exceptionInfo || {
|
|
8170
8181
|
date: "",
|
|
8171
8182
|
message: "",
|
|
8172
8183
|
detail: ""
|
|
8173
8184
|
}), s = H(() => u.value && u.value.detail || "");
|
|
8174
|
-
function
|
|
8175
|
-
o(s.value).catch((
|
|
8185
|
+
function d(c) {
|
|
8186
|
+
o(s.value).catch((f) => {
|
|
8176
8187
|
i.value = "复制失败";
|
|
8177
8188
|
}).finally(() => {
|
|
8178
8189
|
r.value = !0, setTimeout(() => {
|
|
@@ -8183,12 +8194,12 @@ function Jl(e, t, n) {
|
|
|
8183
8194
|
return () => V("span", {
|
|
8184
8195
|
style: "width: 100%;color: #2A87FF;padding-left: 37px;"
|
|
8185
8196
|
}, [V("span", {
|
|
8186
|
-
onClick:
|
|
8197
|
+
onClick: d,
|
|
8187
8198
|
style: "cursor: pointer;"
|
|
8188
8199
|
}, [a.value])]);
|
|
8189
8200
|
}
|
|
8190
8201
|
function Zl(e, t, n, o) {
|
|
8191
|
-
const r =
|
|
8202
|
+
const r = k(e.type), i = k(e.buttons), a = k(e.exceptionInfo), u = k(e.okButtonText), s = k(e.cancelButtonText), d = k(!0), c = k(!0), f = H(() => !!(i.value && i.value.length)), v = H(() => a.value && a.value.date && a.value.message && a.value.detail), C = H(() => !(i.value && i.value.length) && (u.value || s.value)), T = H(() => c.value && u.value), R = H(() => d.value && s.value), I = Jl(e, n, o);
|
|
8192
8203
|
function m(O) {
|
|
8193
8204
|
r.value === "question" && t.emit("reject"), t.emit("close");
|
|
8194
8205
|
}
|
|
@@ -8205,7 +8216,7 @@ function Zl(e, t, n, o) {
|
|
|
8205
8216
|
type: "button",
|
|
8206
8217
|
class: "btn btn-primary btn-lg",
|
|
8207
8218
|
onClick: y
|
|
8208
|
-
}, [u.value]),
|
|
8219
|
+
}, [u.value]), f.value && i.value.length && i.value.map((O) => V("button", {
|
|
8209
8220
|
type: "button",
|
|
8210
8221
|
onClick: O.handle,
|
|
8211
8222
|
class: O.class
|
|
@@ -8218,7 +8229,7 @@ const Tt = /* @__PURE__ */ qe({
|
|
|
8218
8229
|
props: Hl,
|
|
8219
8230
|
emits: ["accept", "reject", "close"],
|
|
8220
8231
|
setup(e, t) {
|
|
8221
|
-
const n =
|
|
8232
|
+
const n = k(e.type), o = k(e.title), r = k(e.detail), i = H(() => {
|
|
8222
8233
|
const I = {
|
|
8223
8234
|
"modal-tips": !0,
|
|
8224
8235
|
"d-flex": !0,
|
|
@@ -8228,14 +8239,14 @@ const Tt = /* @__PURE__ */ qe({
|
|
|
8228
8239
|
}), a = H(() => {
|
|
8229
8240
|
const I = {};
|
|
8230
8241
|
return n.value === "prompt" ? I.padding = "0.5rem 0.5rem 1rem 1.5rem" : n.value === "error" && (I.padding = "0.5rem 1.5rem 1rem 1.5rem"), I;
|
|
8231
|
-
}), u = zl(), s = ql(e, n, o, r),
|
|
8242
|
+
}), u = zl(), s = ql(e, n, o, r), d = Ul(), {
|
|
8232
8243
|
feedbackStyle: c,
|
|
8233
|
-
feedbackMessage:
|
|
8234
|
-
} =
|
|
8244
|
+
feedbackMessage: f
|
|
8245
|
+
} = d;
|
|
8235
8246
|
function v() {
|
|
8236
8247
|
return V("div", {
|
|
8237
8248
|
style: c.value
|
|
8238
|
-
}, [
|
|
8249
|
+
}, [f.value]);
|
|
8239
8250
|
}
|
|
8240
8251
|
function C() {
|
|
8241
8252
|
switch (n.value) {
|
|
@@ -8245,7 +8256,7 @@ const Tt = /* @__PURE__ */ qe({
|
|
|
8245
8256
|
return Ql(e, n, o, r);
|
|
8246
8257
|
}
|
|
8247
8258
|
}
|
|
8248
|
-
const T = C(), R = Zl(e, t, u,
|
|
8259
|
+
const T = C(), R = Zl(e, t, u, d);
|
|
8249
8260
|
return () => V("div", {
|
|
8250
8261
|
class: "farris-messager"
|
|
8251
8262
|
}, [V("section", {
|
|
@@ -8254,18 +8265,18 @@ const Tt = /* @__PURE__ */ qe({
|
|
|
8254
8265
|
}, [T()]), R(), v()]);
|
|
8255
8266
|
}
|
|
8256
8267
|
});
|
|
8257
|
-
class
|
|
8268
|
+
class ut {
|
|
8258
8269
|
static show(t) {
|
|
8259
8270
|
const n = it({
|
|
8260
8271
|
...t
|
|
8261
8272
|
}), o = !1, r = n.type === "error" || n.type === "prompt", i = n.type === "error" ? "错误提示" : n.type === "prompt" && n.title || "", a = n.acceptCallback || (() => {
|
|
8262
8273
|
}), u = n.rejectCallback || (() => {
|
|
8263
8274
|
});
|
|
8264
|
-
let s = null,
|
|
8275
|
+
let s = null, d = new In(s);
|
|
8265
8276
|
const c = () => {
|
|
8266
|
-
s && (s == null || s.destroy(),
|
|
8277
|
+
s && (s == null || s.destroy(), d = null);
|
|
8267
8278
|
};
|
|
8268
|
-
return s =
|
|
8279
|
+
return s = d == null ? void 0 : d.open({
|
|
8269
8280
|
class: "modal-message modal-message-type-info",
|
|
8270
8281
|
title: i,
|
|
8271
8282
|
showButtons: o,
|
|
@@ -8279,7 +8290,7 @@ class ct {
|
|
|
8279
8290
|
onReject: u,
|
|
8280
8291
|
onClose: c
|
|
8281
8292
|
}), null)
|
|
8282
|
-
}),
|
|
8293
|
+
}), d == null ? void 0 : d.getCurrentModal();
|
|
8283
8294
|
}
|
|
8284
8295
|
static info(t, n) {
|
|
8285
8296
|
const o = it({
|
|
@@ -8289,7 +8300,7 @@ class ct {
|
|
|
8289
8300
|
okButtonText: "知道了",
|
|
8290
8301
|
cancelButtonText: ""
|
|
8291
8302
|
});
|
|
8292
|
-
|
|
8303
|
+
ut.show(o);
|
|
8293
8304
|
}
|
|
8294
8305
|
static warning(t, n) {
|
|
8295
8306
|
const o = it({
|
|
@@ -8299,7 +8310,7 @@ class ct {
|
|
|
8299
8310
|
okButtonText: "知道了",
|
|
8300
8311
|
cancelButtonText: ""
|
|
8301
8312
|
});
|
|
8302
|
-
|
|
8313
|
+
ut.show(o);
|
|
8303
8314
|
}
|
|
8304
8315
|
static success(t, n) {
|
|
8305
8316
|
const o = it({
|
|
@@ -8309,7 +8320,7 @@ class ct {
|
|
|
8309
8320
|
okButtonText: "关闭",
|
|
8310
8321
|
cancelButtonText: ""
|
|
8311
8322
|
});
|
|
8312
|
-
|
|
8323
|
+
ut.show(o);
|
|
8313
8324
|
}
|
|
8314
8325
|
static error(t, n, o) {
|
|
8315
8326
|
const r = it({
|
|
@@ -8323,7 +8334,7 @@ class ct {
|
|
|
8323
8334
|
detail: n
|
|
8324
8335
|
}
|
|
8325
8336
|
});
|
|
8326
|
-
|
|
8337
|
+
ut.show(r);
|
|
8327
8338
|
}
|
|
8328
8339
|
static prompt(t, n) {
|
|
8329
8340
|
const o = it({
|
|
@@ -8333,7 +8344,7 @@ class ct {
|
|
|
8333
8344
|
okButtonText: "确定",
|
|
8334
8345
|
cancelButtonText: "取消"
|
|
8335
8346
|
});
|
|
8336
|
-
|
|
8347
|
+
ut.show(o);
|
|
8337
8348
|
}
|
|
8338
8349
|
static question(t, n, o, r) {
|
|
8339
8350
|
const i = it({
|
|
@@ -8345,11 +8356,11 @@ class ct {
|
|
|
8345
8356
|
acceptCallback: o,
|
|
8346
8357
|
rejectCallback: r
|
|
8347
8358
|
});
|
|
8348
|
-
|
|
8359
|
+
ut.show(i);
|
|
8349
8360
|
}
|
|
8350
8361
|
}
|
|
8351
8362
|
Tt.install = (e) => {
|
|
8352
|
-
e.component(Tt.name, Tt), e.provide("FMessageBoxService",
|
|
8363
|
+
e.component(Tt.name, Tt), e.provide("FMessageBoxService", ut);
|
|
8353
8364
|
};
|
|
8354
8365
|
var es = /* @__PURE__ */ ((e) => (e[e.IntType = 0] = "IntType", e[e.StringType = 1] = "StringType", e[e.BoolType = 2] = "BoolType", e))(es || {}), wt = /* @__PURE__ */ ((e) => (e[e.Value = 0] = "Value", e[e.SmartHelp = 1] = "SmartHelp", e[e.Enum = 2] = "Enum", e[e.Express = 3] = "Express", e))(wt || {}), Xe = /* @__PURE__ */ ((e) => (e.Equal = "0", e.NotEqual = "1", e.Greater = "2", e.GreaterOrEqual = "3", e.Less = "4", e.LessOrEqual = "5", e.Like = "6", e.LikeStartWith = "7", e.LikeEndWith = "8", e.In = "9", e.NotIn = "10", e))(Xe || {});
|
|
8355
8366
|
const ts = [
|
|
@@ -8421,7 +8432,7 @@ function os(e, t, n) {
|
|
|
8421
8432
|
return { getCompareOperators: r };
|
|
8422
8433
|
}
|
|
8423
8434
|
function Bn() {
|
|
8424
|
-
const e =
|
|
8435
|
+
const e = k({ relation: 0, items: [], children: [], path: [], groupId: 0, level: 0 }), t = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Map();
|
|
8425
8436
|
let o = 0;
|
|
8426
8437
|
function r() {
|
|
8427
8438
|
return {
|
|
@@ -8449,47 +8460,47 @@ function Bn() {
|
|
|
8449
8460
|
function u(x) {
|
|
8450
8461
|
const F = /* @__PURE__ */ new Map();
|
|
8451
8462
|
let g = 0;
|
|
8452
|
-
return x.forEach((h,
|
|
8463
|
+
return x.forEach((h, E) => {
|
|
8453
8464
|
var w, b;
|
|
8454
|
-
if (g += ((w = h.lBracket) == null ? void 0 : w.length) || 0, F.set(
|
|
8465
|
+
if (g += ((w = h.lBracket) == null ? void 0 : w.length) || 0, F.set(E, g), g -= ((b = h.rBracket) == null ? void 0 : b.length) || 0, g < 0)
|
|
8455
8466
|
throw new Error("The right bracket is out of range.");
|
|
8456
8467
|
}), F;
|
|
8457
8468
|
}
|
|
8458
|
-
function s(x, F, g, h,
|
|
8469
|
+
function s(x, F, g, h, E) {
|
|
8459
8470
|
for (let w = 0; w < F; w++) {
|
|
8460
|
-
const b = x + (w + 1), D = i(
|
|
8471
|
+
const b = x + (w + 1), D = i(E, b);
|
|
8461
8472
|
g.children.push(D), n.set(D.groupId, g), g = g.children[g.children.length - 1], h.push(g);
|
|
8462
8473
|
}
|
|
8463
8474
|
return g;
|
|
8464
8475
|
}
|
|
8465
|
-
function
|
|
8476
|
+
function d(x, F, g, h, E) {
|
|
8466
8477
|
for (let B = F; B <= 0; B++)
|
|
8467
8478
|
h.pop();
|
|
8468
8479
|
const w = h[h.length - 1];
|
|
8469
8480
|
if (!w)
|
|
8470
8481
|
throw new Error("The group path is out of range");
|
|
8471
|
-
const b = x + F, D = i(
|
|
8482
|
+
const b = x + F, D = i(E, b);
|
|
8472
8483
|
return w.children.push(D), n.set(D.groupId, w), g = w.children[w.children.length - 1], h.push(g), g;
|
|
8473
8484
|
}
|
|
8474
8485
|
function c(x, F, g, h) {
|
|
8475
8486
|
g.pop();
|
|
8476
|
-
const
|
|
8477
|
-
return
|
|
8487
|
+
const E = g[g.length - 1], w = i(h, x);
|
|
8488
|
+
return E.children.push(w), n.set(w.groupId, E), F = E.children[E.children.length - 1], g.push(F), F;
|
|
8478
8489
|
}
|
|
8479
|
-
function
|
|
8490
|
+
function f(x, F, g, h, E, w) {
|
|
8480
8491
|
let b = x[x.length - 1];
|
|
8481
8492
|
if (!b)
|
|
8482
8493
|
throw new Error("The group path is out of range");
|
|
8483
8494
|
const D = F.get(h) || 0, B = F.get(g) || 0;
|
|
8484
8495
|
if (g < 0 || g === h)
|
|
8485
8496
|
return x[x.length - 1];
|
|
8486
|
-
const $ = D - B, A =
|
|
8487
|
-
return b = $ > 0 ? s(B, $, b, x, A) : b, b = $ < 0 ?
|
|
8497
|
+
const $ = D - B, A = E && E.relation !== void 0 ? E.relation : 1;
|
|
8498
|
+
return b = $ > 0 ? s(B, $, b, x, A) : b, b = $ < 0 ? d(B, $, b, x, A) : b, b = $ === 0 && B > 0 && D > 0 && E && w && !!E.rBracket && !!w.lBracket ? c(B, b, x, A) : b, b;
|
|
8488
8499
|
}
|
|
8489
8500
|
function v(x) {
|
|
8490
|
-
const g = { relation: x.length && x[0].relation !== void 0 ? x[0].relation : 1, items: [], children: [], path: [], groupId: 0, level: 0 }, h = [g],
|
|
8501
|
+
const g = { relation: x.length && x[0].relation !== void 0 ? x[0].relation : 1, items: [], children: [], path: [], groupId: 0, level: 0 }, h = [g], E = u(x);
|
|
8491
8502
|
return x.forEach((w, b) => {
|
|
8492
|
-
const D = b - 1, B = x[D], $ =
|
|
8503
|
+
const D = b - 1, B = x[D], $ = f(h, E, D, b, B, w);
|
|
8493
8504
|
$.items.push(w), t.set(w.conditionId, $);
|
|
8494
8505
|
}), e.value = g, g;
|
|
8495
8506
|
}
|
|
@@ -8502,26 +8513,26 @@ function Bn() {
|
|
|
8502
8513
|
return;
|
|
8503
8514
|
const F = t.get(x.conditionId);
|
|
8504
8515
|
if (F) {
|
|
8505
|
-
const g = F.items.findIndex((
|
|
8516
|
+
const g = F.items.findIndex((E) => E.conditionId === x.conditionId) + 1, h = r();
|
|
8506
8517
|
t.set(h.conditionId, F), F.items.splice(g, 0, h), a();
|
|
8507
8518
|
}
|
|
8508
8519
|
}
|
|
8509
8520
|
function R(x, F, g, h) {
|
|
8510
|
-
x.reduce((
|
|
8521
|
+
x.reduce((E, w) => {
|
|
8511
8522
|
const b = w.conditionId !== void 0, D = w.groupId !== void 0;
|
|
8512
8523
|
if (b) {
|
|
8513
8524
|
const B = w;
|
|
8514
|
-
g.push(B),
|
|
8525
|
+
g.push(B), E.items.set(B.conditionId, B);
|
|
8515
8526
|
}
|
|
8516
8527
|
if (D) {
|
|
8517
8528
|
const B = w;
|
|
8518
|
-
h.push(B),
|
|
8529
|
+
h.push(B), E.groups.set(B.groupId, B);
|
|
8519
8530
|
}
|
|
8520
|
-
return
|
|
8531
|
+
return E;
|
|
8521
8532
|
}, F);
|
|
8522
8533
|
}
|
|
8523
|
-
function I(x, F, g, h,
|
|
8524
|
-
x && (x.items = F.length ? x.items.filter((w) => !g.has(w.conditionId)) : x.items, x.children = h.length ? x.children.filter((w) => !
|
|
8534
|
+
function I(x, F, g, h, E) {
|
|
8535
|
+
x && (x.items = F.length ? x.items.filter((w) => !g.has(w.conditionId)) : x.items, x.children = h.length ? x.children.filter((w) => !E.has(w.groupId)) : x.children);
|
|
8525
8536
|
}
|
|
8526
8537
|
function m(x, F, g) {
|
|
8527
8538
|
F.forEach((h) => {
|
|
@@ -8531,19 +8542,19 @@ function Bn() {
|
|
|
8531
8542
|
});
|
|
8532
8543
|
}
|
|
8533
8544
|
function y(x) {
|
|
8534
|
-
const F = x[0], g = F.conditionId !== void 0 ? t.get(F.conditionId) : n.get(F.groupId), h = { items: /* @__PURE__ */ new Map(), groups: /* @__PURE__ */ new Map() },
|
|
8545
|
+
const F = x[0], g = F.conditionId !== void 0 ? t.get(F.conditionId) : n.get(F.groupId), h = { items: /* @__PURE__ */ new Map(), groups: /* @__PURE__ */ new Map() }, E = [], w = [];
|
|
8535
8546
|
if (g) {
|
|
8536
|
-
R(x, h,
|
|
8547
|
+
R(x, h, E, w), I(g, E, h.items, w, h.groups);
|
|
8537
8548
|
const b = i(g.relation, g.level + 1);
|
|
8538
|
-
m(b,
|
|
8549
|
+
m(b, E, w), g.children.push(b), n.set(b.groupId, g), a();
|
|
8539
8550
|
}
|
|
8540
8551
|
}
|
|
8541
8552
|
function O(x) {
|
|
8542
8553
|
const F = [...x.items], g = [...x.children], h = n.get(x.groupId);
|
|
8543
|
-
h && (h.children = h.children.filter((
|
|
8544
|
-
h.items.push(
|
|
8545
|
-
}), g.forEach((
|
|
8546
|
-
h.children.push(
|
|
8554
|
+
h && (h.children = h.children.filter((E) => E.groupId !== x.groupId), n.delete(x.groupId), F.forEach((E) => {
|
|
8555
|
+
h.items.push(E), t.set(E.conditionId, h);
|
|
8556
|
+
}), g.forEach((E) => {
|
|
8557
|
+
h.children.push(E), n.set(E.groupId, h);
|
|
8547
8558
|
}), a());
|
|
8548
8559
|
}
|
|
8549
8560
|
function p(x) {
|
|
@@ -8552,13 +8563,13 @@ function Bn() {
|
|
|
8552
8563
|
let _;
|
|
8553
8564
|
function M(x) {
|
|
8554
8565
|
const { relation: F } = x;
|
|
8555
|
-
return (x.children && x.children.length ? x.children.map((h,
|
|
8566
|
+
return (x.children && x.children.length ? x.children.map((h, E, w) => {
|
|
8556
8567
|
const b = _(h);
|
|
8557
|
-
return b[0].lBracket = (b[0].lBracket || "") + "(", b[b.length - 1].rBracket = (b[b.length - 1].rBracket || "") + ")", b[b.length - 1].relation =
|
|
8568
|
+
return b[0].lBracket = (b[0].lBracket || "") + "(", b[b.length - 1].rBracket = (b[b.length - 1].rBracket || "") + ")", b[b.length - 1].relation = E < w.length - 1 ? F : 0, b;
|
|
8558
8569
|
}) : []).flat();
|
|
8559
8570
|
}
|
|
8560
8571
|
_ = (x = e.value) => {
|
|
8561
|
-
const { relation: F } = x, g = x.items.map((
|
|
8572
|
+
const { relation: F } = x, g = x.items.map((E, w, b) => (E.lBracket = w === 0 ? "(" : "", E.rBracket = w === b.length - 1 ? ")" : "", E.relation = w < b.length - 1 ? F || 1 : 0, E)), h = M(x);
|
|
8562
8573
|
return [...g, ...h];
|
|
8563
8574
|
};
|
|
8564
8575
|
function l(x) {
|
|
@@ -8590,9 +8601,9 @@ function Bn() {
|
|
|
8590
8601
|
};
|
|
8591
8602
|
}
|
|
8592
8603
|
function rs(e, t, n) {
|
|
8593
|
-
const o =
|
|
8604
|
+
const o = k(/* @__PURE__ */ new Set()), r = k(/* @__PURE__ */ new Set()), { conditionGroupMap: i, groupParentMap: a } = n;
|
|
8594
8605
|
let u, s;
|
|
8595
|
-
function
|
|
8606
|
+
function d(m) {
|
|
8596
8607
|
let y = u.level <= m.level ? u : m, O = u.level > m.level ? u : m;
|
|
8597
8608
|
const p = [];
|
|
8598
8609
|
for (; O && y && O !== y; )
|
|
@@ -8602,11 +8613,11 @@ function rs(e, t, n) {
|
|
|
8602
8613
|
function c(m) {
|
|
8603
8614
|
r.value.add(m.groupId), m.items.forEach((y) => o.value.add(y.conditionId)), m.children.forEach((y) => c(y));
|
|
8604
8615
|
}
|
|
8605
|
-
function
|
|
8616
|
+
function f(m) {
|
|
8606
8617
|
const { conditionId: y } = m;
|
|
8607
8618
|
o.value.add(y), u = o.value.size === 0 ? i.get(y) : u;
|
|
8608
8619
|
const O = i.get(m.conditionId);
|
|
8609
|
-
|
|
8620
|
+
d(O).forEach((_) => c(_));
|
|
8610
8621
|
}
|
|
8611
8622
|
const v = H(() => o.value.size === 0 && r.value.size === 1), C = function(m) {
|
|
8612
8623
|
r.value.delete(m.groupId), m.items.forEach((O) => s(O)), m.children.forEach((O) => !v.value && C(O));
|
|
@@ -8622,7 +8633,7 @@ function rs(e, t, n) {
|
|
|
8622
8633
|
};
|
|
8623
8634
|
function T(m) {
|
|
8624
8635
|
const { conditionId: y } = m;
|
|
8625
|
-
o.value.size === 0 && (u = i.get(y)), o.value.has(y) ? s(m) :
|
|
8636
|
+
o.value.size === 0 && (u = i.get(y)), o.value.has(y) ? s(m) : f(m);
|
|
8626
8637
|
}
|
|
8627
8638
|
function R() {
|
|
8628
8639
|
const m = [];
|
|
@@ -8638,14 +8649,14 @@ const $t = /* @__PURE__ */ qe({
|
|
|
8638
8649
|
props: on,
|
|
8639
8650
|
emits: ["valueChange", "labelCodeChange", "compareTypeChange"],
|
|
8640
8651
|
setup(e, t) {
|
|
8641
|
-
const n =
|
|
8652
|
+
const n = k(e.key), o = k(e.conditions), r = gn(e), {
|
|
8642
8653
|
convertToSingleControl: i,
|
|
8643
8654
|
fields: a,
|
|
8644
8655
|
fieldMap: u,
|
|
8645
8656
|
loadFieldConfigs: s
|
|
8646
|
-
} = r,
|
|
8657
|
+
} = r, d = Bn(), {
|
|
8647
8658
|
addCondition: c,
|
|
8648
|
-
changeGroupRelation:
|
|
8659
|
+
changeGroupRelation: f,
|
|
8649
8660
|
getConditions: v,
|
|
8650
8661
|
group: C,
|
|
8651
8662
|
insertConditionTo: T,
|
|
@@ -8654,9 +8665,9 @@ const $t = /* @__PURE__ */ qe({
|
|
|
8654
8665
|
removeCondition: m,
|
|
8655
8666
|
rootGroup: y,
|
|
8656
8667
|
unGroup: O
|
|
8657
|
-
} =
|
|
8668
|
+
} = d, {
|
|
8658
8669
|
createConditionValue: p
|
|
8659
|
-
} = hn(), _ = rs(e, t,
|
|
8670
|
+
} = hn(), _ = rs(e, t, d), {
|
|
8660
8671
|
selectedItems: M,
|
|
8661
8672
|
toggleSelect: l
|
|
8662
8673
|
} = _, {
|
|
@@ -8681,7 +8692,7 @@ const $t = /* @__PURE__ */ qe({
|
|
|
8681
8692
|
function h(J, re) {
|
|
8682
8693
|
t.emit("valueChange", J, re);
|
|
8683
8694
|
}
|
|
8684
|
-
function
|
|
8695
|
+
function E(J) {
|
|
8685
8696
|
return V("div", {
|
|
8686
8697
|
class: "condition-list-item-type mr-3"
|
|
8687
8698
|
}, [V(jt, {
|
|
@@ -8746,7 +8757,7 @@ const $t = /* @__PURE__ */ qe({
|
|
|
8746
8757
|
return J.items.map((re) => V("div", {
|
|
8747
8758
|
class: "condition-list-item",
|
|
8748
8759
|
key: re.conditionId
|
|
8749
|
-
}, [
|
|
8760
|
+
}, [E(re), w(re), b(re), D(re)]));
|
|
8750
8761
|
}
|
|
8751
8762
|
function $(J) {
|
|
8752
8763
|
return V("div", {
|
|
@@ -8756,7 +8767,7 @@ const $t = /* @__PURE__ */ qe({
|
|
|
8756
8767
|
onClick: () => O(J)
|
|
8757
8768
|
}, null), V("span", {
|
|
8758
8769
|
class: "condition-list-relation-text btn-link",
|
|
8759
|
-
onClick: () =>
|
|
8770
|
+
onClick: () => f(J)
|
|
8760
8771
|
}, [J.relation === 1 ? "与" : "或"])]);
|
|
8761
8772
|
}
|
|
8762
8773
|
function A(J) {
|