@farris/ui-vue 1.7.0 → 1.7.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/dynamic-form/index.css +1 -0
- package/components/dynamic-form/index.esm.js +1764 -623
- package/components/dynamic-form/index.umd.cjs +1 -1
- package/components/dynamic-view/index.esm.js +125 -125
- package/components/dynamic-view/index.umd.cjs +1 -1
- package/designer/avatar/index.esm.js +1333 -100
- package/designer/avatar/index.umd.cjs +1 -1
- package/designer/data-grid/index.esm.js +2418 -2418
- package/designer/data-grid/index.umd.cjs +3 -3
- package/designer/dynamic-form/index.esm.js +31 -31
- package/designer/dynamic-form/index.umd.cjs +1 -1
- package/designer/farris-designer.all.esm.js +122 -122
- package/designer/farris-designer.all.umd.cjs +5 -5
- package/farris.all.esm.js +25978 -25961
- package/farris.all.umd.cjs +28 -28
- package/package.json +1 -1
- package/types/avatar/src/property-config/avatar.property-config.d.ts +1 -1
- package/types/dynamic-form/index.d.ts +5 -0
- package/types/dynamic-view/src/components/maps.d.ts +96 -120
|
@@ -11,106 +11,106 @@ import { getHierarchyRow as kr, useIdentify as To, useGroupData as Fo, useFilter
|
|
|
11
11
|
import { resolveAppearance as $o, createPropsResolver as tn, schemaResolverMapForDesigner as Ka, propertyEffectMapForDesigner as el, propertyConfigSchemaMapForDesigner as tl, schemaMapForDesigner as nl, getSchemaByTypeForDesigner as ol, getPropsResolverGenerator as al, getPropertyConfigBySchemaForDesigner as uo, schemaResolverMap as Nr, propertyEffectMap as Rr, propertyConfigSchemaMap as Ar, schemaMap as jr } from "../components/dynamic-resolver/index.esm.js";
|
|
12
12
|
import $r, { stepProps as zr } from "../components/step/index.esm.js";
|
|
13
13
|
import { useDesignerComponent as ll, DgControl as oe, FDesignerCanvas as Hr, canvasChanged as Dn, refreshCanvas as _r } from "../components/designer-canvas/index.esm.js";
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import { FNotifyService as
|
|
17
|
-
import
|
|
18
|
-
import
|
|
14
|
+
import Ur, { FDynamicFormGroup as zn } from "./dynamic-form/index.esm.js";
|
|
15
|
+
import Gr, { FBindingSelectorContainer as Wr } from "./binding-selector/index.esm.js";
|
|
16
|
+
import { FNotifyService as il, F_NOTIFY_SERVICE_TOKEN as zo } from "../components/notify/index.esm.js";
|
|
17
|
+
import rl from "./accordion/index.esm.js";
|
|
18
|
+
import sl from "./avatar/index.esm.js";
|
|
19
19
|
import Ho from "./button-edit/index.esm.js";
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
20
|
+
import ul from "./button-group/index.esm.js";
|
|
21
|
+
import cl from "../components/calendar/index.esm.js";
|
|
22
|
+
import dl from "./capsule/index.esm.js";
|
|
23
23
|
import fo from "./checkbox/index.esm.js";
|
|
24
24
|
import Hn from "./checkbox-group/index.esm.js";
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import _o, { FLayout as
|
|
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
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
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 { BaseControlProperty as
|
|
77
|
-
import co, { FTreeView as
|
|
78
|
-
import { F_MODAL_SERVICE_TOKEN as
|
|
79
|
-
import
|
|
25
|
+
import fl from "./color-picker/index.esm.js";
|
|
26
|
+
import pl from "./combo-list/index.esm.js";
|
|
27
|
+
import vl from "../components/content-container/index.esm.js";
|
|
28
|
+
import ml from "./data-grid/index.esm.js";
|
|
29
|
+
import gl from "./date-picker/index.esm.js";
|
|
30
|
+
import hl from "./dropdown/index.esm.js";
|
|
31
|
+
import yl from "../components/external-container/index.esm.js";
|
|
32
|
+
import bl from "../components/filter-bar/index.esm.js";
|
|
33
|
+
import Cl from "./image-cropper/index.esm.js";
|
|
34
|
+
import wl from "./input-group/index.esm.js";
|
|
35
|
+
import _o, { FLayout as qr, FLayoutPane as _n } from "../components/layout/index.esm.js";
|
|
36
|
+
import Sl from "../components/list-nav/index.esm.js";
|
|
37
|
+
import Tl from "./list-view/index.esm.js";
|
|
38
|
+
import Fl, { lookupProps as Xr } from "../components/lookup/index.esm.js";
|
|
39
|
+
import xl from "../components/language-textbox/index.esm.js";
|
|
40
|
+
import Yr from "../components/nav/index.esm.js";
|
|
41
|
+
import Il from "./number-spinner/index.esm.js";
|
|
42
|
+
import Pl from "./number-range/index.esm.js";
|
|
43
|
+
import kl from "./order/index.esm.js";
|
|
44
|
+
import El from "../components/page-header/index.esm.js";
|
|
45
|
+
import Bl from "./page-footer/index.esm.js";
|
|
46
|
+
import Ml from "./pagination/index.esm.js";
|
|
47
|
+
import Dl from "./progress/index.esm.js";
|
|
48
|
+
import Ol from "../components/query-solution/index.esm.js";
|
|
49
|
+
import Ll from "./radio-group/index.esm.js";
|
|
50
|
+
import Vl from "./rate/index.esm.js";
|
|
51
|
+
import Nl from "./response-toolbar/index.esm.js";
|
|
52
|
+
import Rl from "../components/response-layout/index.esm.js";
|
|
53
|
+
import Al from "./response-layout-editor/index.esm.js";
|
|
54
|
+
import jl from "./search-box/index.esm.js";
|
|
55
|
+
import $l from "./section/index.esm.js";
|
|
56
|
+
import zl from "./smoke-detector/index.esm.js";
|
|
57
|
+
import Hl from "./splitter/index.esm.js";
|
|
58
|
+
import _l from "./switch/index.esm.js";
|
|
59
|
+
import Ul from "./tabs/index.esm.js";
|
|
60
|
+
import Gl from "./tags/index.esm.js";
|
|
61
|
+
import Wl from "./text/index.esm.js";
|
|
62
|
+
import ql from "./time-picker/index.esm.js";
|
|
63
|
+
import Xl from "./transfer/index.esm.js";
|
|
64
|
+
import Yl from "./tree-view/index.esm.js";
|
|
65
|
+
import Jl from "./uploader/index.esm.js";
|
|
66
|
+
import Ql from "./verify-detail/index.esm.js";
|
|
67
|
+
import Zl from "./component/index.esm.js";
|
|
68
|
+
import Kl from "./video/index.esm.js";
|
|
69
|
+
import ei from "./textarea/index.esm.js";
|
|
70
|
+
import ti from "./tree-grid/index.esm.js";
|
|
71
|
+
import ni from "../components/fieldset/index.esm.js";
|
|
72
|
+
import oi from "./drawer/index.esm.js";
|
|
73
|
+
import Jr from "../components/html-template/index.esm.js";
|
|
74
|
+
import ai from "../components/image/index.esm.js";
|
|
75
|
+
import li from "../components/comment/index.esm.js";
|
|
76
|
+
import { BaseControlProperty as Qr, InputBaseProperty as Zr, ExpressionProperty as pa } from "../components/property-panel/index.esm.js";
|
|
77
|
+
import co, { FTreeView as Kr } from "../components/tree-view/index.esm.js";
|
|
78
|
+
import { F_MODAL_SERVICE_TOKEN as ii } from "../components/modal/index.esm.js";
|
|
79
|
+
import es, { FButtonEdit as ri } from "../components/button-edit/index.esm.js";
|
|
80
80
|
import { FDataGrid as Yn } from "../components/data-grid/index.esm.js";
|
|
81
81
|
import { FTreeGrid as Uo } from "../components/tree-grid/index.esm.js";
|
|
82
|
-
import { FComboList as
|
|
83
|
-
import
|
|
84
|
-
import
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
82
|
+
import { FComboList as si } from "../components/combo-list/index.esm.js";
|
|
83
|
+
import ui from "../components/popover/index.esm.js";
|
|
84
|
+
import ts, { FieldSelectorRepositoryToken as On } from "../components/field-selector/index.esm.js";
|
|
85
|
+
import ns, { FTabPage as os } from "../components/tabs/index.esm.js";
|
|
86
|
+
import as from "../components/textarea/index.esm.js";
|
|
87
|
+
import ls from "../components/capsule/index.esm.js";
|
|
88
|
+
import is from "../components/response-toolbar/index.esm.js";
|
|
89
89
|
import va from "../components/section/index.esm.js";
|
|
90
|
-
import
|
|
91
|
-
import
|
|
90
|
+
import rs from "../components/list-view/index.esm.js";
|
|
91
|
+
import ss from "../components/loading/index.esm.js";
|
|
92
92
|
import { FCheckbox as Go } from "../components/checkbox/index.esm.js";
|
|
93
|
-
import
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
import
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import
|
|
100
|
-
import
|
|
101
|
-
import
|
|
102
|
-
import
|
|
103
|
-
import
|
|
104
|
-
import
|
|
105
|
-
import
|
|
106
|
-
import
|
|
107
|
-
import
|
|
108
|
-
import
|
|
109
|
-
import
|
|
110
|
-
import
|
|
93
|
+
import us from "../components/tags/index.esm.js";
|
|
94
|
+
import cs from "./combo-tree/index.esm.js";
|
|
95
|
+
import ci, { FDynamicFormLabel as ds } from "../components/dynamic-form/index.esm.js";
|
|
96
|
+
import fs from "../components/events-editor/index.esm.js";
|
|
97
|
+
import ps from "../components/mapping-editor/index.esm.js";
|
|
98
|
+
import vs from "./nav/index.esm.js";
|
|
99
|
+
import ms from "./step/index.esm.js";
|
|
100
|
+
import gs from "../components/schema-selector/index.esm.js";
|
|
101
|
+
import hs from "../components/event-parameter/index.esm.js";
|
|
102
|
+
import ys from "./filter-condition-editor/index.esm.js";
|
|
103
|
+
import bs from "./sort-condition-editor/index.esm.js";
|
|
104
|
+
import Cs from "./menu-lookup/index.esm.js";
|
|
105
|
+
import ws from "./json-editor/index.esm.js";
|
|
106
|
+
import Ss from "../components/property-editor/index.esm.js";
|
|
107
|
+
import Ts from "./expression-editor/index.esm.js";
|
|
108
|
+
import Fs from "./code-editor/index.esm.js";
|
|
109
|
+
import xs from "./html-template/index.esm.js";
|
|
110
|
+
import Is from "../components/collection-property-editor/index.esm.js";
|
|
111
|
+
import Ps from "./modal/index.esm.js";
|
|
111
112
|
import ma from "../components/button/index.esm.js";
|
|
112
|
-
import
|
|
113
|
-
import Ps, { FDynamicFormLabel as ks } from "../components/dynamic-form/index.esm.js";
|
|
113
|
+
import ks from "../components/drawer/index.esm.js";
|
|
114
114
|
const Es = ["moz", "ms", "webkit"];
|
|
115
115
|
function Bs() {
|
|
116
116
|
let e = 0;
|
|
@@ -2671,7 +2671,7 @@ function ha(e) {
|
|
|
2671
2671
|
}, P = {
|
|
2672
2672
|
enable: !1
|
|
2673
2673
|
};
|
|
2674
|
-
return () => v(Xe, null, [v(
|
|
2674
|
+
return () => v(Xe, null, [v(Wr, {
|
|
2675
2675
|
editorParams: F,
|
|
2676
2676
|
showCustomFooter: !0,
|
|
2677
2677
|
bindingType: P,
|
|
@@ -2735,7 +2735,7 @@ function ha(e) {
|
|
|
2735
2735
|
return;
|
|
2736
2736
|
}
|
|
2737
2737
|
if (p().has(I)) {
|
|
2738
|
-
const P = new
|
|
2738
|
+
const P = new il();
|
|
2739
2739
|
P.globalConfig = {
|
|
2740
2740
|
position: "top-center"
|
|
2741
2741
|
}, P.warning("表单已经包含此字段,请勿重复添加"), t.bindingSourceContext = void 0;
|
|
@@ -2946,7 +2946,7 @@ function uu() {
|
|
|
2946
2946
|
propertyEffectMap: el,
|
|
2947
2947
|
schemaResolverMap: Ka
|
|
2948
2948
|
};
|
|
2949
|
-
|
|
2949
|
+
sl.registerDesigner(Ce, we, Te, e), rl.registerDesigner(Ce, we, Te, e), Ho.registerDesigner(Ce, we, Te, e), ul.registerDesigner(Ce, we, Te, e), cl.registerDesigner(Ce, we, Te, e), dl.registerDesigner(Ce, we, Te, e), fo.registerDesigner(Ce, we, Te, e), Hn.registerDesigner(Ce, we, Te, e), Hn.registerDesigner(Ce, we, Te, e), fl.registerDesigner(Ce, we, Te, e), pl.registerDesigner(Ce, we, Te, e), vl.registerDesigner(Ce, we, Te, e), ml.registerDesigner(Ce, we, Te, e), gl.registerDesigner(Ce, we, Te, e), hl.registerDesigner(Ce, we, Te), Ur.registerDesigner(Ce, we, Te, e), yl.registerDesigner(Ce, we, Te), bl.registerDesigner(Ce, we, Te, e), Cl.registerDesigner(Ce, we, Te, e), wl.registerDesigner(Ce, we, Te, e), _o.registerDesigner(Ce, we, Te, e), Tl.registerDesigner(Ce, we, Te, e), Sl.registerDesigner(Ce, we, Te), Yr.registerDesigner(Ce, we, Te), Fl.registerDesigner(Ce, we, Te, e), xl.registerDesigner(Ce, we, Te, e), Pl.registerDesigner(Ce, we, Te, e), Il.registerDesigner(Ce, we, Te, e), kl.registerDesigner(Ce, we, Te), El.registerDesigner(Ce, we, Te, e), Bl.registerDesigner(Ce, we, Te), Ml.registerDesigner(Ce, we, Te, e), Dl.registerDesigner(Ce, we, Te, e), Ol.registerDesigner(Ce, we, Te, e), Ll.registerDesigner(Ce, we, Te, e), Rl.registerDesigner(Ce, we, Te, e), Al.registerDesigner(Ce, we, Te, e), Nl.registerDesigner(Ce, we, Te, e), Vl.registerDesigner(Ce, we, Te, e), jl.registerDesigner(Ce, we, Te, e), $l.registerDesigner(Ce, we, Te, e), zl.registerDesigner(Ce, we, Te), Hl.registerDesigner(Ce, we, Te, e), $r.registerDesigner(Ce, we, Te, e), _l.registerDesigner(Ce, we, Te, e), Ul.registerDesigner(Ce, we, Te, e), Gl.registerDesigner(Ce, we, Te, e), Wl.registerDesigner(Ce, we, Te), ql.registerDesigner(Ce, we, Te, e), Xl.registerDesigner(Ce, we, Te, e), Yl.registerDesigner(Ce, we, Te, e), Jl.registerDesigner(Ce, we, Te, e), Ql.registerDesigner(Ce, we, Te), Zl.registerDesigner(Ce, we), Kl.registerDesigner(Ce, we, Te), ei.registerDesigner(Ce, we, Te), ti.registerDesigner(Ce, we, Te), ni.registerDesigner(Ce, we, Te, e), oi.registerDesigner(Ce, we, Te), Jr.registerDesigner(Ce, we, Te, e), ai.registerDesigner(Ce, we, Te), li.registerDesigner(Ce, we, Te);
|
|
2950
2950
|
const n = window[su];
|
|
2951
2951
|
if (n)
|
|
2952
2952
|
for (const t in n)
|
|
@@ -4110,7 +4110,7 @@ const Cu = [
|
|
|
4110
4110
|
name: "取消事件"
|
|
4111
4111
|
}
|
|
4112
4112
|
];
|
|
4113
|
-
class Om extends
|
|
4113
|
+
class Om extends Qr {
|
|
4114
4114
|
constructor(t, o) {
|
|
4115
4115
|
super(t, o);
|
|
4116
4116
|
ke(this, "numberEditor", {
|
|
@@ -5177,7 +5177,7 @@ const _m = /* @__PURE__ */ De({
|
|
|
5177
5177
|
});
|
|
5178
5178
|
}), () => v("div", {
|
|
5179
5179
|
class: "designer-control-tree"
|
|
5180
|
-
}, [v(
|
|
5180
|
+
}, [v(Kr, {
|
|
5181
5181
|
ref: t,
|
|
5182
5182
|
data: V,
|
|
5183
5183
|
columns: d.value,
|
|
@@ -7334,7 +7334,7 @@ const tc = {
|
|
|
7334
7334
|
class: "fv-lookup-search-bar d-flex flex-row"
|
|
7335
7335
|
}, [v("div", {
|
|
7336
7336
|
style: "width: 160px;"
|
|
7337
|
-
}, [v(
|
|
7337
|
+
}, [v(si, {
|
|
7338
7338
|
ref: s,
|
|
7339
7339
|
data: l.value,
|
|
7340
7340
|
textField: "label",
|
|
@@ -7345,7 +7345,7 @@ const tc = {
|
|
|
7345
7345
|
enableClear: !1
|
|
7346
7346
|
}, null)]), v("div", {
|
|
7347
7347
|
class: "f-utils-fill ml-2 d-flex align-items-center"
|
|
7348
|
-
}, [v(
|
|
7348
|
+
}, [v(ri, {
|
|
7349
7349
|
buttonContent: t,
|
|
7350
7350
|
class: "f-utils-fill",
|
|
7351
7351
|
maxLength: 200,
|
|
@@ -7699,7 +7699,7 @@ const lc = /* @__PURE__ */ De({
|
|
|
7699
7699
|
document.body.classList.remove("lookup-modal-open");
|
|
7700
7700
|
}), () => {
|
|
7701
7701
|
let O;
|
|
7702
|
-
return v(
|
|
7702
|
+
return v(qr, null, {
|
|
7703
7703
|
default: () => [g() && e.showNavigation && !Kt() && v(_n, {
|
|
7704
7704
|
position: "left",
|
|
7705
7705
|
width: T == null ? void 0 : T.width,
|
|
@@ -7973,7 +7973,7 @@ const lc = /* @__PURE__ */ De({
|
|
|
7973
7973
|
class: "btn btn-link btn-sm p-0 pl-2",
|
|
7974
7974
|
style: "line-height:24px",
|
|
7975
7975
|
onClick: D
|
|
7976
|
-
}, [r.buttons.clear])]), v(
|
|
7976
|
+
}, [r.buttons.clear])]), v(ui, {
|
|
7977
7977
|
id: "lookup-selected-popover",
|
|
7978
7978
|
customStyles: {
|
|
7979
7979
|
filter: "drop-shadow(#c5c5c5 0px 0px 6px)"
|
|
@@ -8054,7 +8054,7 @@ const lc = /* @__PURE__ */ De({
|
|
|
8054
8054
|
}), () => v("div", {
|
|
8055
8055
|
style: "width: 130px",
|
|
8056
8056
|
class: "ml-3"
|
|
8057
|
-
}, [v(
|
|
8057
|
+
}, [v(si, {
|
|
8058
8058
|
ref: o,
|
|
8059
8059
|
data: go,
|
|
8060
8060
|
textField: "text",
|
|
@@ -8732,7 +8732,7 @@ const ln = /* @__PURE__ */ De({
|
|
|
8732
8732
|
lookupOptions: d,
|
|
8733
8733
|
usePopupComposition: x,
|
|
8734
8734
|
isPopuped: M
|
|
8735
|
-
}), W = Qe(F), U = de(
|
|
8735
|
+
}), W = Qe(F), U = de(ii);
|
|
8736
8736
|
Z(() => S.value, (he) => {
|
|
8737
8737
|
hn.value = he;
|
|
8738
8738
|
}), Z(() => e.modelValue, (he) => {
|
|
@@ -8828,7 +8828,7 @@ const ln = /* @__PURE__ */ De({
|
|
|
8828
8828
|
idField: d.idField,
|
|
8829
8829
|
setProps: fe,
|
|
8830
8830
|
clear: Q
|
|
8831
|
-
}), () => v(
|
|
8831
|
+
}), () => v(ri, {
|
|
8832
8832
|
ref: a,
|
|
8833
8833
|
id: e.id,
|
|
8834
8834
|
modelValue: l.value,
|
|
@@ -9370,7 +9370,7 @@ function Mc(e, n = !0) {
|
|
|
9370
9370
|
}
|
|
9371
9371
|
};
|
|
9372
9372
|
}
|
|
9373
|
-
class Gi extends
|
|
9373
|
+
class Gi extends Zr {
|
|
9374
9374
|
constructor() {
|
|
9375
9375
|
super(...arguments);
|
|
9376
9376
|
ke(this, "comboListEditor", {
|
|
@@ -9923,7 +9923,7 @@ class Gi extends Qr {
|
|
|
9923
9923
|
return JSON.parse(m.metadata.content);
|
|
9924
9924
|
}), d = (l = s == null ? void 0 : s.dataSource) == null ? void 0 : l.sourceType, g = (i = c.dataSource) == null ? void 0 : i.sourceType, u = (r = s == null ? void 0 : s.dataSource) == null ? void 0 : r.sourceId, p = (f = c == null ? void 0 : c.dataSource) == null ? void 0 : f.sourceId;
|
|
9925
9925
|
if (d === "BE" && g === "BE" && u !== p)
|
|
9926
|
-
return new
|
|
9926
|
+
return new il().error({ message: "只允许更换同数据源的帮助元数据", position: "top-center" }), !1;
|
|
9927
9927
|
}
|
|
9928
9928
|
return !0;
|
|
9929
9929
|
}
|
|
@@ -9937,7 +9937,7 @@ function Dc(e, n) {
|
|
|
9937
9937
|
}
|
|
9938
9938
|
const Oc = /* @__PURE__ */ De({
|
|
9939
9939
|
name: "FLookupDesign",
|
|
9940
|
-
props:
|
|
9940
|
+
props: Xr,
|
|
9941
9941
|
emits: [],
|
|
9942
9942
|
setup(e, n) {
|
|
9943
9943
|
const t = b(), o = de("design-item-context"), a = de("designer-host-service"), l = Dc(o, a), i = ll(t, o, l), r = '<i class="f-icon f-icon-lookup"></i>', f = '<i class="f-icon f-icon-arrow-chevron-down"></i>', s = A(() => e.openType === "Popup" ? "Popup" : "Modal"), c = A(() => s.value === "Popup" ? f : r);
|
|
@@ -12229,7 +12229,7 @@ const Lt = /* @__PURE__ */ De({
|
|
|
12229
12229
|
}), Z(() => e.data, () => {
|
|
12230
12230
|
d.value = c(d.value);
|
|
12231
12231
|
});
|
|
12232
|
-
const u = de(
|
|
12232
|
+
const u = de(ii), p = b([{
|
|
12233
12233
|
field: "name",
|
|
12234
12234
|
title: "",
|
|
12235
12235
|
dataType: "string"
|
|
@@ -12325,10 +12325,10 @@ const Lt = /* @__PURE__ */ De({
|
|
|
12325
12325
|
width: 300,
|
|
12326
12326
|
resizable: !1
|
|
12327
12327
|
}, {
|
|
12328
|
-
default: () => [v(
|
|
12328
|
+
default: () => [v(ns, {
|
|
12329
12329
|
activeId: i.value,
|
|
12330
12330
|
"onUpdate:activeId": (x) => i.value = x
|
|
12331
|
-
}, Kc(j = V.map((x) => x.visible && v(
|
|
12331
|
+
}, Kc(j = V.map((x) => x.visible && v(os, {
|
|
12332
12332
|
key: x.id,
|
|
12333
12333
|
id: x.id,
|
|
12334
12334
|
title: x.title
|
|
@@ -12386,7 +12386,7 @@ const Lt = /* @__PURE__ */ De({
|
|
|
12386
12386
|
}), v(_n, {
|
|
12387
12387
|
position: "center"
|
|
12388
12388
|
}, {
|
|
12389
|
-
default: () => [v(
|
|
12389
|
+
default: () => [v(as, {
|
|
12390
12390
|
ref: l,
|
|
12391
12391
|
modelValue: g.value,
|
|
12392
12392
|
"onUpdate:modelValue": (x) => g.value = x,
|
|
@@ -12736,7 +12736,7 @@ function ld(e, n, t, o, a) {
|
|
|
12736
12736
|
}), () => v("div", {
|
|
12737
12737
|
class: g.value,
|
|
12738
12738
|
style: u.value
|
|
12739
|
-
}, [v(
|
|
12739
|
+
}, [v(ls, {
|
|
12740
12740
|
items: d.value,
|
|
12741
12741
|
modelValue: c.value,
|
|
12742
12742
|
"onUpdate:modelValue": (m) => c.value = m,
|
|
@@ -13094,7 +13094,7 @@ const An = /* @__PURE__ */ De({
|
|
|
13094
13094
|
"farris-tabs-toolbar": !0,
|
|
13095
13095
|
"d-none": !V.value
|
|
13096
13096
|
}
|
|
13097
|
-
}, [v(
|
|
13097
|
+
}, [v(is, {
|
|
13098
13098
|
class: "f-utils-fill",
|
|
13099
13099
|
alignment: C.value ? "right" : "left",
|
|
13100
13100
|
items: m.value,
|
|
@@ -13354,10 +13354,10 @@ const fd = {
|
|
|
13354
13354
|
return v("div", {
|
|
13355
13355
|
class: l.value,
|
|
13356
13356
|
style: s.value
|
|
13357
|
-
}, [v(
|
|
13357
|
+
}, [v(ss, {
|
|
13358
13358
|
ref: "loadingInstance",
|
|
13359
13359
|
isActive: e.loading
|
|
13360
|
-
}, null), v(
|
|
13360
|
+
}, null), v(rs, {
|
|
13361
13361
|
ref: o,
|
|
13362
13362
|
itemClass: "dropdown-item",
|
|
13363
13363
|
data: t.value,
|
|
@@ -13410,7 +13410,7 @@ const fd = {
|
|
|
13410
13410
|
const u = {
|
|
13411
13411
|
default: n.slots.default
|
|
13412
13412
|
};
|
|
13413
|
-
return v(
|
|
13413
|
+
return v(es, {
|
|
13414
13414
|
ref: t,
|
|
13415
13415
|
"button-content": i.value,
|
|
13416
13416
|
"custom-class": e.customClass,
|
|
@@ -16119,7 +16119,7 @@ function yf(e, n, t) {
|
|
|
16119
16119
|
function u(p) {
|
|
16120
16120
|
f(p);
|
|
16121
16121
|
}
|
|
16122
|
-
return () => v(
|
|
16122
|
+
return () => v(us, {
|
|
16123
16123
|
tabindex: e.tabIndex,
|
|
16124
16124
|
onFocus: i,
|
|
16125
16125
|
onBlur: r,
|
|
@@ -16182,7 +16182,7 @@ function Cf(e, n, t) {
|
|
|
16182
16182
|
} = t, i = () => {
|
|
16183
16183
|
n.emit("shown");
|
|
16184
16184
|
};
|
|
16185
|
-
return () => v(
|
|
16185
|
+
return () => v(ui, {
|
|
16186
16186
|
id: `${e.id}-popover`,
|
|
16187
16187
|
ref: l,
|
|
16188
16188
|
placement: e.placement,
|
|
@@ -17211,7 +17211,7 @@ async function yg() {
|
|
|
17211
17211
|
propertyEffectMap: Rr,
|
|
17212
17212
|
schemaResolverMap: Nr
|
|
17213
17213
|
};
|
|
17214
|
-
|
|
17214
|
+
sl.register(re, se, ue, pe), rl.register(re, se, ue, pe), Ho.register(re, se, ue, pe), ul.register(re, se, ue, pe), cl.register(re, se, ue, pe, e), dl.register(re, se, ue, pe), fo.register(re, se, ue, pe, e), Hn.register(re, se, ue, pe, e), fo.register(re, se, ue, pe, e), Hn.register(re, se, ue, pe, e), pl.register(re, se, ue, pe, e), cs.register(re, se, ue, pe), Zl.register(re, se, ue, pe), vl.register(re, se, ue, pe, e), fl.register(re, se, ue, pe), gl.register(re, se, ue, pe, e), ml.register(re, se, ue, pe, e), hl.register(re, se, ue, pe), ci.register(re, se, ue, pe, e), fs.register(re, se, ue, pe), Ts.register(re, se, ue, pe), bl.register(re, se, ue, pe), ts.register(re, se, ue, pe), ys.register(re, se, ue, pe), Cl.register(re, se, ue, pe), wl.register(re, se, ue, pe, e), _o.register(re, se, ue, pe, e), Tl.register(re, se, ue, pe, e), Sl.register(re, se, ue, pe), Fl.register(re, se, ue, pe, e), ps.register(re, se, ue, pe), vs.register(re, se, ue, pe), Pl.register(re, se, ue, pe), Il.register(re, se, ue, pe, e), kl.register(re, se, ue, pe), El.register(re, se, ue, pe, e), Bl.register(re, se, ue, pe), Ml.register(re, se, ue, pe), Dl.register(re, se, ue, pe), Ol.register(re, se, ue, pe, e), Ll.register(re, se, ue, pe, e), Vl.register(re, se, ue, pe), Rl.register(re, se, ue, pe, e), Al.register(re, se, ue, pe), Nl.register(re, se, ue, pe), gs.register(re, se, ue), jl.register(re, se, ue, pe), $l.register(re, se, ue, pe, e), zl.register(re, se, ue, pe), Hl.register(re, se, ue, pe), ms.register(re, se, ue, pe), _l.register(re, se, ue, pe, e), bs.register(re, se, ue, pe), Ul.register(re, se, ue, pe, e), Gl.register(re, se, ue, pe), Wl.register(re, se, ue, pe), ql.register(re, se, ue, pe, e), Xl.register(re, se, ue, pe), Yl.register(re, se, ue, pe), Ql.register(re, se, ue, pe), Jl.register(re, se, ue, pe), Kl.register(re, se, ue, pe), ei.register(re, se, ue, pe, e), ti.register(re, se, ue, pe), Gr.register(re, se, ue, pe), hs.register(re, se, ue, pe), ni.register(re, se, ue, pe, e), Cs.register(re, se, ue, pe), oi.register(re, se, ue, pe), ws.register(re, se, ue, pe), Ss.register(re, se, ue, pe), Fs.register(re, se, ue, pe), xs.register(re, se, ue, pe, e), Is.register(re, se, ue, pe), Ps.register(re, se, ue, pe), yl.register(re, se, ue, pe), xl.register(re, se, ue, pe, e), ai.register(re, se, ue, pe, e), li.register(re, se, ue, pe);
|
|
17215
17215
|
const n = window[tp];
|
|
17216
17216
|
if (n)
|
|
17217
17217
|
for (const t in n)
|
|
@@ -17858,7 +17858,7 @@ const ur = /* @__PURE__ */ De({
|
|
|
17858
17858
|
});
|
|
17859
17859
|
function mt(ve) {
|
|
17860
17860
|
let Ne;
|
|
17861
|
-
return v(
|
|
17861
|
+
return v(ci, {
|
|
17862
17862
|
class: "f-form-layout farris-form farris-form-controls-inline col-12 col-md-6 col-xl-3 col-el-2"
|
|
17863
17863
|
}, ap(Ne = Object.keys(ve.data).filter((qe) => {
|
|
17864
17864
|
var ft, Ft;
|
|
@@ -17870,7 +17870,7 @@ const ur = /* @__PURE__ */ De({
|
|
|
17870
17870
|
class: "farris-group-wrap w-100"
|
|
17871
17871
|
}, [v("div", {
|
|
17872
17872
|
class: "form-group farris-form-group common-group"
|
|
17873
|
-
}, [v(
|
|
17873
|
+
}, [v(ds, {
|
|
17874
17874
|
text: (Ft = ft.column) == null ? void 0 : Ft.title,
|
|
17875
17875
|
title: (ht = ft.column) == null ? void 0 : ht.title
|
|
17876
17876
|
}, null), v("div", {
|
|
@@ -17900,7 +17900,7 @@ const ur = /* @__PURE__ */ De({
|
|
|
17900
17900
|
}
|
|
17901
17901
|
function lt() {
|
|
17902
17902
|
const ve = T.currentSelectedDataId.value, Ne = u.value.find((qe) => qe.raw[e.idField] === ve);
|
|
17903
|
-
return Ne ? v(
|
|
17903
|
+
return Ne ? v(ks, {
|
|
17904
17904
|
showHeader: !1,
|
|
17905
17905
|
modelValue: W.showRowEditPanel.value,
|
|
17906
17906
|
"onUpdate:modelValue": (qe) => W.showRowEditPanel.value = qe,
|