@farris/ui-vue 1.5.7 → 1.5.9
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 +5 -5
- package/components/avatar/index.umd.cjs +1 -1
- package/components/component/index.esm.js +5 -5
- package/components/component/index.umd.cjs +1 -1
- package/components/condition/index.esm.js +5 -5
- package/components/condition/index.umd.cjs +1 -1
- package/components/content-container/index.esm.js +5 -5
- package/components/content-container/index.umd.cjs +1 -1
- package/components/date-picker/index.esm.js +1082 -1421
- package/components/date-picker/index.umd.cjs +1 -1
- package/components/designer-canvas/index.esm.js +908 -897
- package/components/designer-canvas/index.umd.cjs +1 -1
- package/components/dynamic-form/index.esm.js +5 -5
- package/components/dynamic-form/index.umd.cjs +1 -1
- package/components/dynamic-view/index.esm.js +5 -5
- package/components/dynamic-view/index.umd.cjs +1 -1
- package/components/events-editor/index.esm.js +5 -5
- package/components/events-editor/index.umd.cjs +1 -1
- package/components/filter-bar/index.esm.js +13 -12
- package/components/filter-bar/index.umd.cjs +1 -1
- package/components/flow-canvas/index.esm.js +5 -5
- package/components/flow-canvas/index.umd.cjs +1 -1
- package/components/number-range/index.esm.js +5 -5
- package/components/number-range/index.umd.cjs +1 -1
- package/components/number-spinner/index.esm.js +5 -5
- package/components/number-spinner/index.umd.cjs +1 -1
- package/components/page-header/index.esm.js +862 -3625
- package/components/page-header/index.umd.cjs +1 -1
- package/components/property-panel/index.esm.js +5 -5
- package/components/property-panel/index.umd.cjs +1 -1
- package/components/query-solution/index.esm.js +77 -76
- package/components/query-solution/index.umd.cjs +6 -6
- package/components/response-layout/index.esm.js +5 -5
- package/components/response-layout/index.umd.cjs +1 -1
- package/components/response-toolbar/index.esm.js +500 -3662
- package/components/response-toolbar/index.umd.cjs +1 -1
- package/components/schema-selector/index.esm.js +3008 -7347
- package/components/schema-selector/index.umd.cjs +6 -6
- package/components/section/index.esm.js +117 -7544
- package/components/section/index.umd.cjs +1 -1
- package/components/tabs/index.esm.js +545 -4943
- package/components/tabs/index.umd.cjs +1 -1
- package/components/textarea/index.esm.js +100 -5841
- package/components/textarea/index.umd.cjs +2 -2
- package/components/time-picker/index.esm.js +5 -5
- package/components/time-picker/index.umd.cjs +1 -1
- package/components/video/index.esm.js +5 -5
- package/components/video/index.umd.cjs +1 -1
- package/designer/button-edit/index.css +1 -0
- package/designer/button-edit/index.esm.js +1556 -0
- package/designer/button-edit/index.umd.cjs +1 -0
- package/designer/checkbox/index.esm.js +207 -0
- package/designer/checkbox/index.umd.cjs +1 -0
- package/designer/checkbox-group/index.esm.js +377 -0
- package/designer/checkbox-group/index.umd.cjs +1 -0
- package/designer/data-grid/index.css +1 -0
- package/designer/data-grid/index.esm.js +14332 -0
- package/designer/data-grid/index.umd.cjs +20 -0
- package/designer/data-view/index.esm.js +271 -0
- package/designer/data-view/index.umd.cjs +1 -0
- package/designer/date-picker/index.esm.js +1879 -0
- package/designer/date-picker/index.umd.cjs +1 -0
- package/designer/drawer/index.css +1 -0
- package/designer/drawer/index.esm.js +463 -0
- package/designer/drawer/index.umd.cjs +1 -0
- package/designer/farris-designer.all.esm.js +16827 -0
- package/designer/farris-designer.all.umd.cjs +32 -0
- package/designer/index.css +1 -0
- package/designer/input-group/index.esm.js +647 -0
- package/designer/input-group/index.umd.cjs +1 -0
- package/designer/radio-group/index.esm.js +6959 -0
- package/designer/radio-group/index.umd.cjs +1 -0
- package/designer/response-toolbar/index.esm.js +3015 -0
- package/designer/response-toolbar/index.umd.cjs +1 -0
- package/designer/section/index.esm.js +744 -0
- package/designer/section/index.umd.cjs +1 -0
- package/designer/tabs/index.esm.js +2200 -0
- package/designer/tabs/index.umd.cjs +1 -0
- package/designer/textarea/index.esm.js +249 -0
- package/designer/textarea/index.umd.cjs +1 -0
- package/designer/tree-grid/index.css +1 -0
- package/designer/tree-grid/index.esm.js +1673 -0
- package/designer/tree-grid/index.umd.cjs +1 -0
- package/farris.all.esm.js +30447 -30444
- package/farris.all.umd.cjs +16 -16
- package/package.json +1 -1
- package/types/date-picker/designer.d.ts +29 -0
- package/types/date-picker/index.d.ts +2 -1
- package/types/date-picker/src/date-picker.props.d.ts +0 -5
- package/types/date-picker/src/designer/date-picker.design.props.d.ts +22 -0
- package/types/designer-canvas/index.d.ts +2 -2
- package/types/response-toolbar/designer.d.ts +37 -0
- package/types/response-toolbar/index.d.ts +6 -5
- package/types/response-toolbar/src/composition/toolbar-item-dragula.d.ts +1 -2
- package/types/response-toolbar/src/composition/types.d.ts +1 -1
- package/types/response-toolbar/src/designer/response-toolbar.design.props.d.ts +13 -0
- package/types/response-toolbar/src/designer/use-designer-item-rules.d.ts +1 -2
- package/types/response-toolbar/src/designer/use-designer-rules.d.ts +1 -2
- package/types/response-toolbar/src/property-config/response-toolbar-item.property-config.d.ts +1 -1
- package/types/response-toolbar/src/property-config/response-toolbar.property-config.d.ts +1 -1
- package/types/response-toolbar/src/response-toolbar.props.d.ts +0 -12
- package/types/response-toolbar/src/schema/schema-resolver.d.ts +1 -1
- package/types/section/designer.d.ts +26 -0
- package/types/section/index.d.ts +1 -0
- package/types/section/src/designer/section-header.design.component.d.ts +2 -2
- package/types/section/src/designer/section-toolbar-item.design.props.d.ts +16 -0
- package/types/section/src/designer/section-toolbar-item.props.d.ts +0 -1
- package/types/section/src/designer/section-toolbar.design.component.d.ts +2 -2
- package/types/section/src/designer/section.design.props.d.ts +11 -0
- package/types/section/src/designer/use-designer-rules.d.ts +1 -2
- package/types/section/src/property-config/section.property-config.d.ts +1 -1
- package/types/section/src/schema/schema-resolver.d.ts +1 -1
- package/types/section/src/section.props.d.ts +0 -10
- package/types/tabs/designer.d.ts +28 -0
- package/types/tabs/index.d.ts +1 -0
- package/types/tabs/src/components/tab-page.props.d.ts +0 -1
- package/types/tabs/src/designer/tab-page.design.props.d.ts +1 -0
- package/types/tabs/src/designer/tabs.design.props.d.ts +12 -0
- package/types/tabs/src/tabs.props.d.ts +0 -11
- package/types/textarea/designer.d.ts +28 -0
- package/types/textarea/index.d.ts +0 -15
- package/types/textarea/src/designer/textarea.design.props.d.ts +6 -0
- package/types/textarea/src/designer/use-design-rules.d.ts +1 -2
- package/types/textarea/src/property-config/textarea.property-config.d.ts +1 -1
- package/types/textarea/src/schema/schema-resolver.d.ts +1 -1
- package/types/textarea/src/textarea.props.d.ts +0 -5
- package/components/textarea/index.css +0 -1
- /package/{components/section → designer/radio-group}/index.css +0 -0
|
@@ -21,72 +21,73 @@ import Io from "../combo-tree/index.esm.js";
|
|
|
21
21
|
import Bo from "../component/index.esm.js";
|
|
22
22
|
import Lo from "../color-picker/index.esm.js";
|
|
23
23
|
import No from "../content-container/index.esm.js";
|
|
24
|
-
import Vo
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
24
|
+
import Vo from "../../designer/date-picker/index.esm.js";
|
|
25
|
+
import Do from "../../designer/data-grid/index.esm.js";
|
|
26
|
+
import Ao from "../dropdown/index.esm.js";
|
|
27
|
+
import qo from "../events-editor/index.esm.js";
|
|
28
|
+
import jo from "../filter-bar/index.esm.js";
|
|
29
|
+
import Ho, { FieldSelectorRepositoryToken as At } from "../field-selector/index.esm.js";
|
|
30
|
+
import _o from "../binding-selector/index.esm.js";
|
|
31
|
+
import $o from "../image-cropper/index.esm.js";
|
|
32
|
+
import Uo from "../../designer/input-group/index.esm.js";
|
|
33
|
+
import Wo from "../layout/index.esm.js";
|
|
34
|
+
import zo from "../list-nav/index.esm.js";
|
|
35
|
+
import Yo from "../list-view/index.esm.js";
|
|
36
|
+
import Go, { LookupSchemaRepositoryToken as Qo } from "../lookup/index.esm.js";
|
|
37
|
+
import Xo from "../mapping-editor/index.esm.js";
|
|
38
|
+
import Jo from "../nav/index.esm.js";
|
|
39
|
+
import Ko from "../number-range/index.esm.js";
|
|
40
|
+
import Zo from "../number-spinner/index.esm.js";
|
|
41
|
+
import ea from "../order/index.esm.js";
|
|
42
|
+
import ta from "../page-header/index.esm.js";
|
|
43
|
+
import na from "../page-footer/index.esm.js";
|
|
44
|
+
import ra from "../pagination/index.esm.js";
|
|
45
|
+
import oa from "../progress/index.esm.js";
|
|
46
|
+
import aa from "../query-solution/index.esm.js";
|
|
47
|
+
import sa from "../../designer/radio-group/index.esm.js";
|
|
48
|
+
import ia from "../rate/index.esm.js";
|
|
49
|
+
import la from "../../designer/response-toolbar/index.esm.js";
|
|
50
|
+
import ua from "../response-layout/index.esm.js";
|
|
51
|
+
import ca from "../response-layout-editor/index.esm.js";
|
|
52
|
+
import da from "../search-box/index.esm.js";
|
|
53
|
+
import fa from "../../designer/section/index.esm.js";
|
|
54
|
+
import pa from "../smoke-detector/index.esm.js";
|
|
55
|
+
import ma from "../splitter/index.esm.js";
|
|
56
|
+
import ha from "../step/index.esm.js";
|
|
57
|
+
import ga from "../switch/index.esm.js";
|
|
58
|
+
import ya from "../../designer/tabs/index.esm.js";
|
|
59
59
|
import nr from "../tags/index.esm.js";
|
|
60
|
-
import
|
|
61
|
-
import
|
|
60
|
+
import va from "../text/index.esm.js";
|
|
61
|
+
import ba from "../time-picker/index.esm.js";
|
|
62
62
|
import rr, { FTransfer as or } from "../transfer/index.esm.js";
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
63
|
+
import wa from "../tree-view/index.esm.js";
|
|
64
|
+
import Ca from "../uploader/index.esm.js";
|
|
65
|
+
import xa from "../verify-detail/index.esm.js";
|
|
66
|
+
import Ta from "../video/index.esm.js";
|
|
67
|
+
import Fa from "../../designer/textarea/index.esm.js";
|
|
68
|
+
import ka from "../schema-selector/index.esm.js";
|
|
69
|
+
import Ea from "../../designer/tree-grid/index.esm.js";
|
|
70
|
+
import Sa from "../event-parameter/index.esm.js";
|
|
71
|
+
import Ma from "../filter-condition-editor/index.esm.js";
|
|
72
|
+
import Oa from "../fieldset/index.esm.js";
|
|
73
|
+
import Pa from "../sort-condition-editor/index.esm.js";
|
|
74
|
+
import Ra from "../menu-lookup/index.esm.js";
|
|
75
|
+
import Ia from "../../designer/drawer/index.esm.js";
|
|
76
|
+
import Ba from "../json-editor/index.esm.js";
|
|
77
|
+
import La from "../property-editor/index.esm.js";
|
|
78
|
+
import Na from "../expression-editor/index.esm.js";
|
|
79
|
+
import Va from "../code-editor/index.esm.js";
|
|
80
|
+
import Da from "../html-template/index.esm.js";
|
|
81
81
|
import "../external-container/index.esm.js";
|
|
82
|
-
import { useConditionValue as
|
|
82
|
+
import { useConditionValue as Aa, FConditionFields as Mn, FConditionList as qa, FConditionFieldsDesign as ja } from "../condition/index.esm.js";
|
|
83
83
|
import { FNotifyService as ar } from "../notify/index.esm.js";
|
|
84
|
-
import { F_MODAL_SERVICE_TOKEN as
|
|
85
|
-
import { FInputGroup as
|
|
84
|
+
import { F_MODAL_SERVICE_TOKEN as Ha } from "../modal/index.esm.js";
|
|
85
|
+
import { FInputGroup as _a } from "../input-group/index.esm.js";
|
|
86
86
|
import sr from "../radio-group/index.esm.js";
|
|
87
|
-
import { FDataGrid as
|
|
88
|
-
import { FTooltip as
|
|
89
|
-
import { FCheckboxGroup as
|
|
87
|
+
import { FDataGrid as $a } from "../data-grid/index.esm.js";
|
|
88
|
+
import { FTooltip as Ua } from "../tooltip/index.esm.js";
|
|
89
|
+
import { FCheckboxGroup as Wa } from "../checkbox-group/index.esm.js";
|
|
90
|
+
import { DATE_FORMATS as za } from "../date-picker/index.esm.js";
|
|
90
91
|
import Ya from "../popover/index.esm.js";
|
|
91
92
|
import { FButtonEdit as Ga } from "../button-edit/index.esm.js";
|
|
92
93
|
const Qa = {}, Xa = {};
|
|
@@ -3925,7 +3926,7 @@ const Vl = {
|
|
|
3925
3926
|
}), H = {}, _ = {}, $ = {}, U = {};
|
|
3926
3927
|
let Vn = !1;
|
|
3927
3928
|
function Al() {
|
|
3928
|
-
Vn || (Vn = !0, So.register(H, _, $, U), Eo.register(H, _, $, U), Mo.register(H, _, $, U), Oo.register(H, _, $, U), Po.register(H, _, $, U), Ro.register(H, _, $, U), En.register(H, _, $, U), Sn.register(H, _, $, U), En.register(H, _, $, U), Sn.register(H, _, $, U), Yt.register(H, _, $, U), Io.register(H, _, $, U), Bo.register(H, _, $, U), No.register(H, _, $, U), Lo.register(H, _, $, U), Vo.register(H, _, $, U),
|
|
3929
|
+
Vn || (Vn = !0, So.register(H, _, $, U), Eo.register(H, _, $, U), Mo.register(H, _, $, U), Oo.register(H, _, $, U), Po.register(H, _, $, U), Ro.register(H, _, $, U), En.register(H, _, $, U), Sn.register(H, _, $, U), En.register(H, _, $, U), Sn.register(H, _, $, U), Yt.register(H, _, $, U), Io.register(H, _, $, U), Bo.register(H, _, $, U), No.register(H, _, $, U), Lo.register(H, _, $, U), Vo.register(H, _, $, U), Do.register(H, _, $, U), Ao.register(H, _, $, U), bo.register(H, _, $, U), qo.register(H, _, $, U), Na.register(H, _, $, U), jo.register(H, _, $, U), Ho.register(H, _, $, U), Ma.register(H, _, $, U), $o.register(H, _, $, U), Uo.register(H, _, $, U), Wo.register(H, _, $, U), Yo.register(H, _, $, U), zo.register(H, _, $, U), Go.register(H, _, $, U), Xo.register(H, _, $, U), Jo.register(H, _, $, U), Ko.register(H, _, $, U), Zo.register(H, _, $, U), ea.register(H, _, $, U), ta.register(H, _, $, U), na.register(H, _, $, U), ra.register(H, _, $, U), oa.register(H, _, $, U), aa.register(H, _, $, U), sa.register(H, _, $, U), ia.register(H, _, $, U), ua.register(H, _, $, U), ca.register(H, _, $, U), la.register(H, _, $, U), ka.register(H, _, $), da.register(H, _, $, U), fa.register(H, _, $, U), pa.register(H, _, $, U), ma.register(H, _, $, U), ha.register(H, _, $, U), ga.register(H, _, $, U), Pa.register(H, _, $, U), ya.register(H, _, $, U), nr.register(H, _, $, U), va.register(H, _, $, U), ba.register(H, _, $, U), rr.register(H, _, $, U), wa.register(H, _, $, U), xa.register(H, _, $, U), Ca.register(H, _, $, U), Ta.register(H, _, $, U), Fa.register(H, _, $, U), Ea.register(H, _, $, U), _o.register(H, _, $, U), Sa.register(H, _, $, U), Oa.register(H, _, $, U), Ra.register(H, _, $, U), Ia.register(H, _, $, U), Ba.register(H, _, $, U), La.register(H, _, $, U), Va.register(H, _, $, U), Da.register(H, _, $, U));
|
|
3929
3930
|
}
|
|
3930
3931
|
function ql() {
|
|
3931
3932
|
Al();
|
|
@@ -6226,7 +6227,7 @@ function Lu(e, n) {
|
|
|
6226
6227
|
};
|
|
6227
6228
|
}
|
|
6228
6229
|
function Nu(e, n, t, r, o, a, s) {
|
|
6229
|
-
const l = new ar(), { createConditionValue: f } =
|
|
6230
|
+
const l = new ar(), { createConditionValue: f } = Aa(), { getFilterConditions: u } = Lu(), { loadSolution: c } = t, i = b(e.defaultValues);
|
|
6230
6231
|
let m = !0, p = !1, d = !1;
|
|
6231
6232
|
const h = b([]);
|
|
6232
6233
|
function y() {
|
|
@@ -6440,7 +6441,7 @@ const Vu = {
|
|
|
6440
6441
|
}],
|
|
6441
6442
|
halign: "center"
|
|
6442
6443
|
};
|
|
6443
|
-
return v(
|
|
6444
|
+
return v($a, {
|
|
6444
6445
|
ref: l,
|
|
6445
6446
|
columns: r,
|
|
6446
6447
|
data: s.value,
|
|
@@ -6490,7 +6491,7 @@ function Au(e, n, t, r, o, a, s, l) {
|
|
|
6490
6491
|
fieldToCondition: T,
|
|
6491
6492
|
handleSolution: L,
|
|
6492
6493
|
query: g
|
|
6493
|
-
} = r, x = it(
|
|
6494
|
+
} = r, x = it(Ha, null), R = j(() => s.value ? s.value.name : ""), N = j(() => e.filterText || "筛选"), A = b([]), G = j(() => !s.value || s.value.mode !== "2"), Y = b(!1), V = b(), q = j(() => ({
|
|
6494
6495
|
"dropdown-menu": !0,
|
|
6495
6496
|
show: Y.value
|
|
6496
6497
|
})), Q = j(() => ({
|
|
@@ -6562,7 +6563,7 @@ function Au(e, n, t, r, o, a, s, l) {
|
|
|
6562
6563
|
class: "form-group farris-form-group"
|
|
6563
6564
|
}, [v("div", {
|
|
6564
6565
|
class: "farris-input-wrap"
|
|
6565
|
-
}, [v(
|
|
6566
|
+
}, [v(_a, {
|
|
6566
6567
|
modelValue: c.value,
|
|
6567
6568
|
"onUpdate:modelValue": (D) => c.value = D,
|
|
6568
6569
|
maxLength: 100
|
|
@@ -6576,7 +6577,7 @@ function Au(e, n, t, r, o, a, s, l) {
|
|
|
6576
6577
|
onChangeValue: bt
|
|
6577
6578
|
}, null), i.value === "private" && v("div", {
|
|
6578
6579
|
class: "mt-2"
|
|
6579
|
-
}, [v(
|
|
6580
|
+
}, [v(Wa, {
|
|
6580
6581
|
name: "query-solution-saveas",
|
|
6581
6582
|
data: k,
|
|
6582
6583
|
modelValue: m.value,
|
|
@@ -6733,7 +6734,7 @@ function Au(e, n, t, r, o, a, s, l) {
|
|
|
6733
6734
|
if (!A.value.length)
|
|
6734
6735
|
return null;
|
|
6735
6736
|
const k = V.value.clientWidth + 78 + "px";
|
|
6736
|
-
return v(
|
|
6737
|
+
return v(Ua, {
|
|
6737
6738
|
content: A.value.join(";"),
|
|
6738
6739
|
overflowShown: !0,
|
|
6739
6740
|
width: k
|
|
@@ -8653,7 +8654,7 @@ const Wt = /* @__PURE__ */ ge({
|
|
|
8653
8654
|
});
|
|
8654
8655
|
const F = j(() => s.value ? s.value.mode : "1"), C = {
|
|
8655
8656
|
1: Mn,
|
|
8656
|
-
2:
|
|
8657
|
+
2: qa
|
|
8657
8658
|
}, P = j(() => ({
|
|
8658
8659
|
"farris-panel": !0,
|
|
8659
8660
|
"position-relative": !0,
|
|
@@ -8939,7 +8940,7 @@ const bd = /* @__PURE__ */ ge({
|
|
|
8939
8940
|
}, null)])]), y()]);
|
|
8940
8941
|
}
|
|
8941
8942
|
function F() {
|
|
8942
|
-
return v(
|
|
8943
|
+
return v(ja, {
|
|
8943
8944
|
fields: t.value,
|
|
8944
8945
|
conditions: r.value,
|
|
8945
8946
|
key: a.value,
|
|
@@ -9683,7 +9684,7 @@ function Bd(e, n) {
|
|
|
9683
9684
|
},
|
|
9684
9685
|
{ id: "total", title: "全部", type: "List", dataSource: "Total" }
|
|
9685
9686
|
],
|
|
9686
|
-
repositoryToken:
|
|
9687
|
+
repositoryToken: Qo,
|
|
9687
9688
|
onSubmitModal: (C) => {
|
|
9688
9689
|
if (C) {
|
|
9689
9690
|
const P = e.formSchemaUtils.getFormMetadataBasicInfo();
|
|
@@ -9834,7 +9835,7 @@ function Bd(e, n) {
|
|
|
9834
9835
|
return y || (d = d.filter((I) => !I.id.includes("yyyy"))), w || (d = d.filter((I) => !I.id.includes("MM"))), F || (d = d.filter((I) => !I.id.includes("dd"))), C || (d = d.filter((I) => !I.id.includes("HH"))), P || (d = d.filter((I) => !I.id.includes("mm"))), M || (d = d.filter((I) => !I.id.includes("ss"))), d;
|
|
9835
9836
|
}
|
|
9836
9837
|
function u(d) {
|
|
9837
|
-
const { timeFormats: h, yMdFormats: y, yMFormats: w, mdFormats: F, yFormats: C } =
|
|
9838
|
+
const { timeFormats: h, yMdFormats: y, yMFormats: w, mdFormats: F, yFormats: C } = za();
|
|
9838
9839
|
let P = [];
|
|
9839
9840
|
const { controlType: M } = d;
|
|
9840
9841
|
M === "date-picker" ? P = P.concat(y, w, C, F) : M === "datetime-picker" && (P = P.concat(h, y, w, C, F));
|
|
@@ -10887,7 +10888,7 @@ const Zd = "https://json-schema.org/draft/2020-12/schema", ef = "https://farris-
|
|
|
10887
10888
|
});
|
|
10888
10889
|
}
|
|
10889
10890
|
});
|
|
10890
|
-
function
|
|
10891
|
+
function Up(e) {
|
|
10891
10892
|
const n = b([]), t = b([]), { getSolutionField: r, getControlTypeListByFieldType: o, formatUsingFieldToField: a } = vt();
|
|
10892
10893
|
function s() {
|
|
10893
10894
|
n.value.forEach((u) => {
|
|
@@ -10950,7 +10951,7 @@ function $p(e) {
|
|
|
10950
10951
|
}
|
|
10951
10952
|
return { checkAndUpdateSolutionConfig: f };
|
|
10952
10953
|
}
|
|
10953
|
-
const
|
|
10954
|
+
const Wp = {
|
|
10954
10955
|
install(e) {
|
|
10955
10956
|
e.component(Wt.name, Wt), e.component(zt.name, zt);
|
|
10956
10957
|
},
|
|
@@ -10966,11 +10967,11 @@ export {
|
|
|
10966
10967
|
Wt as FQuerySolution,
|
|
10967
10968
|
pe as RelationType,
|
|
10968
10969
|
Te as ValueType,
|
|
10969
|
-
|
|
10970
|
+
Wp as default,
|
|
10970
10971
|
Dn as propsResolver,
|
|
10971
10972
|
hn as querySolutionProps,
|
|
10972
10973
|
Lu as useCondition,
|
|
10973
10974
|
Ld as usePanel,
|
|
10974
|
-
|
|
10975
|
+
Up as useSolutionValidation,
|
|
10975
10976
|
Nd as useTransfer
|
|
10976
10977
|
};
|