@fewangsit/wangsvue-fats 1.0.1-alpha.68 → 1.0.1-alpha.69
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/animation/index.es.js +9 -8
- package/assetinfo/index.d.ts +5 -4
- package/assetinfo/index.es.js +113 -97
- package/backgroundimagecropper/index.es.js +14 -12
- package/button/index.es.js +58 -48
- package/buttonbulkaction/index.es.js +67 -59
- package/buttondownload/index.es.js +18 -18
- package/buttonradio/index.es.js +11 -11
- package/buttonscan/index.es.js +1 -1
- package/buttonsearch/index.es.js +14 -14
- package/buttonselectuser/index.es.js +29 -29
- package/checkbox/index.es.js +5 -5
- package/config/defaultProps.es.js +3 -4
- package/datatable/index.es.js +470 -465
- package/datepicker/index.es.js +17 -17
- package/daypicker/index.es.js +21 -21
- package/dialog/index.es.js +17 -15
- package/dialogbasictransferlog/index.es.js +89 -89
- package/dialogconfirm/index.es.js +33 -33
- package/dialogdamagelog/index.es.js +89 -89
- package/dialogform/index.es.js +16 -16
- package/dialogfulltransferlog/index.es.js +96 -96
- package/dialoglinkedasset/index.es.js +48 -48
- package/dialogprintqr/index.es.js +70 -70
- package/dialogreportdamage/index.es.js +57 -57
- package/dialogreportmissing/index.es.js +94 -86
- package/dialogselecttree/index.es.js +18 -16
- package/dialogselectuser/index.es.js +16 -16
- package/directives/index.d.ts +1 -0
- package/directives/index.es.js +1 -0
- package/directives/safeHtml.d.ts +16 -0
- package/directives/safeHtml.es.js +12 -0
- package/disposalreport/index.es.js +1 -1
- package/disposalreportbulkaction/index.es.js +40 -41
- package/disposalreportdialogselectasset/index.es.js +72 -72
- package/disposalreporttable/index.es.js +108 -108
- package/disposalreporttablefilter/index.es.js +16 -17
- package/dropdown/index.es.js +120 -117
- package/fieldwrapper/index.es.js +7 -7
- package/fileupload/index.es.js +35 -31
- package/hardwaresync/index.es.js +12 -12
- package/headercell/index.es.js +4 -4
- package/icon/index.es.js +26 -25
- package/imagecompressor/index.es.js +143 -143
- package/imageinputinfo/index.es.js +13 -13
- package/inlinemessage/index.es.js +12 -12
- package/inputbadge/index.es.js +42 -43
- package/inputnumber/index.es.js +7 -7
- package/inputpassword/index.es.js +9 -9
- package/inputrangenumber/index.es.js +16 -16
- package/inputsearch/index.es.js +18 -18
- package/inputtext/index.es.js +33 -33
- package/litedropdown/index.es.js +48 -40
- package/menuitem/index.es.js +27 -26
- package/multirow/index.es.js +16 -16
- package/multiselect/index.es.js +86 -83
- package/package.json +1 -1
- package/plugins/basei18n.d.ts +2 -2
- package/plugins/basei18n.es.js +48 -42
- package/stats.html +1 -1
- package/style.css +1 -1
- package/tabmenu/index.es.js +14 -9
- package/tagtype/index.es.js +33 -30
- package/textarea/index.es.js +3 -3
- package/toggledarkmode/store/index.d.ts +7 -0
- package/toggleswitch/index.es.js +3 -3
- package/treesearchinput/index.es.js +11 -11
- package/username/index.es.js +39 -39
- package/utils/baseToast.util.es.js +23 -22
- package/utils/index.es.js +1 -2
- package/utils/textFormatter.util.d.ts +32 -0
- package/utils/textFormatter.util.es.js +38 -10
- package/validatormessage/index.es.js +1 -1
- package/vendor/dompurify/dist/purify.es.es.js +553 -0
- package/wangsvue-fats.d.ts +2 -1
- package/wangsvue-fats.es.js +190 -186
- package/wangsvue-fats.esm.browser.js +17750 -17086
- package/wangsvue-fats.system.js +73 -72
package/multiselect/index.es.js
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { u as
|
|
3
|
-
import { e as
|
|
4
|
-
import { u as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { _ as
|
|
1
|
+
import { defineComponent as E, onMounted as H, onUnmounted as T, inject as U, shallowRef as A, ref as R, reactive as D, computed as b, watch as v, createBlock as w, openBlock as k, withCtx as i, createVNode as r, normalizeClass as F, renderSlot as W, unref as t, mergeProps as C, createSlots as q, normalizeProps as p, guardReactiveProps as f, withModifiers as G, createElementVNode as J, toDisplayString as K, createCommentVNode as Q } from "vue";
|
|
2
|
+
import { u as X } from "../vendor/vee-validate/dist/vee-validate.esm.es.js";
|
|
3
|
+
import { e as S } from "../event-bus/index.es.js";
|
|
4
|
+
import { u as Y } from "../plugins/basei18n.es.js";
|
|
5
|
+
import { u as Z } from "../plugins/WangsVue.es.js";
|
|
6
|
+
import { f as ee } from "../utils/filterOptions.util.es.js";
|
|
7
|
+
import { a as le } from "../utils/textFormatter.util.es.js";
|
|
8
|
+
import { s as oe } from "../vendor/primevue/multiselect/multiselect.esm.es.js";
|
|
9
|
+
import { _ as M } from "../button/index.es.js";
|
|
10
|
+
import { _ as ae } from "../fieldwrapper/index.es.js";
|
|
10
11
|
import { _ as c } from "../icon/index.es.js";
|
|
11
|
-
import { _ as
|
|
12
|
-
import { _ as
|
|
13
|
-
const
|
|
12
|
+
import { _ as te } from "../inputgroup/index.es.js";
|
|
13
|
+
import { _ as ie } from "../validatormessage/index.es.js";
|
|
14
|
+
const ge = /* @__PURE__ */ E({
|
|
14
15
|
__name: "MultiSelect",
|
|
15
16
|
props: {
|
|
16
17
|
modelValue: {},
|
|
@@ -37,89 +38,91 @@ const be = /* @__PURE__ */ z({
|
|
|
37
38
|
hideHeaderCheckbox: { type: Boolean, default: !1 }
|
|
38
39
|
},
|
|
39
40
|
emits: ["update:modelValue", "show", "hide"],
|
|
40
|
-
setup(
|
|
41
|
-
const
|
|
42
|
-
|
|
43
|
-
_(),
|
|
44
|
-
}),
|
|
45
|
-
|
|
41
|
+
setup($, { expose: B, emit: L }) {
|
|
42
|
+
const l = $, P = L;
|
|
43
|
+
H(() => {
|
|
44
|
+
_(), S.on("multi-select:hide-overlay", V);
|
|
45
|
+
}), T(() => {
|
|
46
|
+
S.off("multi-select:hide-overlay");
|
|
46
47
|
});
|
|
47
|
-
const { locale: m } =
|
|
48
|
-
value:
|
|
49
|
-
}),
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
const { t: y } = Y(), { locale: m } = Z("MultiSelect"), s = U("preset", {}).multiselect, u = A(!1), d = R(), a = D({
|
|
49
|
+
value: l.initialValue ? l.initialValue : l.modelValue
|
|
50
|
+
}), O = b(
|
|
51
|
+
() => ee(l.options).map((e) => typeof e.value == "string" ? y(e) : { ...e, label: y(e.label) })
|
|
52
|
+
), x = b(() => {
|
|
53
|
+
var e;
|
|
54
|
+
return m.emptySelectionErrorMessage.replace("{label}", l.label).replace(
|
|
52
55
|
"{formattedLabel}",
|
|
53
|
-
(
|
|
56
|
+
(e = le(l.label)) == null ? void 0 : e.toLowerCase()
|
|
54
57
|
);
|
|
55
|
-
}),
|
|
56
|
-
var
|
|
57
|
-
return
|
|
58
|
+
}), I = b(() => {
|
|
59
|
+
var e;
|
|
60
|
+
return l.loading ? m.loadingPlaceholder : l.placeholder ?? ((e = m.inputPlaceholder) == null ? void 0 : e.replace("{label}", l.label ?? "").replace("{lowercaseLabel}", (l.label ?? "").toLowerCase()));
|
|
58
61
|
}), _ = () => {
|
|
59
|
-
var
|
|
60
|
-
|
|
62
|
+
var e;
|
|
63
|
+
l.useValidator && (Object.assign(
|
|
61
64
|
a,
|
|
62
|
-
|
|
63
|
-
), (
|
|
64
|
-
}, y = () => {
|
|
65
|
-
d.value && d.value.show();
|
|
65
|
+
X(l.fieldName ?? "multiSelect", (o) => !(Array.isArray(o) && o.length) && l.mandatory ? typeof l.validatorMessage == "object" && "empty" in l.validatorMessage ? l.validatorMessage.empty : l.validatorMessage ?? x.value : !0)
|
|
66
|
+
), (e = l.initialValue) != null && e.length && (a.value = l.initialValue));
|
|
66
67
|
}, g = () => {
|
|
68
|
+
d.value && d.value.show();
|
|
69
|
+
}, V = () => {
|
|
67
70
|
d.value && d.value.hide();
|
|
68
|
-
},
|
|
69
|
-
const o =
|
|
70
|
-
|
|
71
|
+
}, N = (e) => {
|
|
72
|
+
const o = e != null && e.length ? e : void 0;
|
|
73
|
+
P("update:modelValue", o);
|
|
71
74
|
};
|
|
72
75
|
return v(
|
|
73
76
|
() => a.value,
|
|
74
77
|
() => {
|
|
75
|
-
|
|
78
|
+
N(a.value);
|
|
76
79
|
}
|
|
77
80
|
), v(
|
|
78
|
-
() =>
|
|
79
|
-
(
|
|
80
|
-
a.value =
|
|
81
|
+
() => l.modelValue,
|
|
82
|
+
(e) => {
|
|
83
|
+
a.value = e;
|
|
81
84
|
}
|
|
82
85
|
), v(
|
|
83
|
-
() =>
|
|
84
|
-
(
|
|
85
|
-
a.value =
|
|
86
|
+
() => l.initialValue,
|
|
87
|
+
(e) => {
|
|
88
|
+
a.value = e;
|
|
86
89
|
},
|
|
87
90
|
{ once: !0 }
|
|
88
|
-
),
|
|
91
|
+
), B({
|
|
89
92
|
isShowOverlay: u,
|
|
90
|
-
showOverlay:
|
|
91
|
-
hideOverlay:
|
|
92
|
-
}), (
|
|
93
|
-
info:
|
|
94
|
-
label:
|
|
95
|
-
mandatory:
|
|
96
|
-
"show-optional-text":
|
|
93
|
+
showOverlay: g,
|
|
94
|
+
hideOverlay: V
|
|
95
|
+
}), (e, o) => (k(), w(ae, {
|
|
96
|
+
info: e.fieldInfo,
|
|
97
|
+
label: l.label,
|
|
98
|
+
mandatory: l.mandatory,
|
|
99
|
+
"show-optional-text": e.showOptionalText
|
|
97
100
|
}, {
|
|
98
101
|
default: i(() => [
|
|
99
|
-
r(
|
|
100
|
-
class:
|
|
101
|
-
disabled:
|
|
102
|
+
r(te, {
|
|
103
|
+
class: F({ "rounded-none !ring-0 !w-max": e.controls }),
|
|
104
|
+
disabled: l.disabled,
|
|
102
105
|
invalid: !!a.errorMessage
|
|
103
106
|
}, {
|
|
104
107
|
default: i(() => {
|
|
105
108
|
var h;
|
|
106
109
|
return [
|
|
107
|
-
r(t(
|
|
110
|
+
r(t(oe), C(l, {
|
|
108
111
|
ref_key: "multiselect",
|
|
109
112
|
ref: d,
|
|
110
113
|
modelValue: a.value,
|
|
111
114
|
"onUpdate:modelValue": o[0] || (o[0] = (n) => a.value = n),
|
|
112
|
-
"aria-describedby":
|
|
115
|
+
"aria-describedby": l.label + "error",
|
|
113
116
|
class: [
|
|
114
117
|
{
|
|
115
|
-
"invisible !w-0":
|
|
118
|
+
"invisible !w-0": e.controls
|
|
116
119
|
}
|
|
117
120
|
],
|
|
118
|
-
display:
|
|
119
|
-
"filter-placeholder": e.filterPlaceholder || t(m).filterPlaceholder,
|
|
120
|
-
"max-selected-labels":
|
|
121
|
-
options:
|
|
122
|
-
placeholder:
|
|
121
|
+
display: l.display,
|
|
122
|
+
"filter-placeholder": e.$t(l.filterPlaceholder || t(m).filterPlaceholder),
|
|
123
|
+
"max-selected-labels": l.maxSelectedLabels,
|
|
124
|
+
options: O.value,
|
|
125
|
+
placeholder: e.$t(I.value),
|
|
123
126
|
pt: {
|
|
124
127
|
headerCheckbox: {
|
|
125
128
|
...t(s).headerCheckbox,
|
|
@@ -127,17 +130,17 @@ const be = /* @__PURE__ */ z({
|
|
|
127
130
|
...t(s).headerCheckbox.root,
|
|
128
131
|
class: [
|
|
129
132
|
...t(s).headerCheckbox.root.class,
|
|
130
|
-
{ hidden:
|
|
133
|
+
{ hidden: e.hideHeaderCheckbox }
|
|
131
134
|
]
|
|
132
135
|
}
|
|
133
136
|
}
|
|
134
137
|
},
|
|
135
|
-
"selected-items-label":
|
|
136
|
-
"show-toggle-all":
|
|
137
|
-
"virtual-scroller-options": (((h =
|
|
138
|
-
onHide: o[1] || (o[1] = (n) => (u.value = !1,
|
|
139
|
-
onShow: o[2] || (o[2] = (n) => (
|
|
140
|
-
}),
|
|
138
|
+
"selected-items-label": l.selectedItemsLabel,
|
|
139
|
+
"show-toggle-all": l.filter,
|
|
140
|
+
"virtual-scroller-options": (((h = e.options) == null ? void 0 : h.length) ?? 0) > 10 ? { itemSize: 32 } : void 0,
|
|
141
|
+
onHide: o[1] || (o[1] = (n) => (u.value = !1, e.$emit("hide"))),
|
|
142
|
+
onShow: o[2] || (o[2] = (n) => (e.$emit("show"), u.value = !0))
|
|
143
|
+
}), q({
|
|
141
144
|
dropdownicon: i(() => [
|
|
142
145
|
r(c, p(f(t(s).dropdownicon({ state: { isShowOverlay: u.value } }))), null, 16)
|
|
143
146
|
]),
|
|
@@ -150,9 +153,9 @@ const be = /* @__PURE__ */ z({
|
|
|
150
153
|
filtericon: i(() => [
|
|
151
154
|
r(c, p(f(t(s).filtericon)), null, 16)
|
|
152
155
|
]),
|
|
153
|
-
removetokenicon: i(({ removeCallback: n, item:
|
|
154
|
-
r(
|
|
155
|
-
onClick:
|
|
156
|
+
removetokenicon: i(({ removeCallback: n, item: j }) => [
|
|
157
|
+
r(M, C({
|
|
158
|
+
onClick: G((z) => n(z, j), ["stop"])
|
|
156
159
|
}, t(s).removeTokenIcon, {
|
|
157
160
|
icon: "close",
|
|
158
161
|
rounded: "",
|
|
@@ -165,31 +168,31 @@ const be = /* @__PURE__ */ z({
|
|
|
165
168
|
]),
|
|
166
169
|
_: 2
|
|
167
170
|
}, [
|
|
168
|
-
|
|
171
|
+
e.loading ? {
|
|
169
172
|
name: "value",
|
|
170
173
|
fn: i(({ placeholder: n }) => [
|
|
171
|
-
|
|
174
|
+
J("span", p(f(t(s).loadingplaceholder)), K(e.$t(n)), 17)
|
|
172
175
|
]),
|
|
173
176
|
key: "0"
|
|
174
177
|
} : void 0
|
|
175
178
|
]), 1040, ["modelValue", "aria-describedby", "class", "display", "filter-placeholder", "max-selected-labels", "options", "placeholder", "pt", "selected-items-label", "show-toggle-all", "virtual-scroller-options"]),
|
|
176
|
-
|
|
177
|
-
disabled:
|
|
179
|
+
W(e.$slots, "trigger", {
|
|
180
|
+
disabled: l.disabled
|
|
178
181
|
}, () => [
|
|
179
|
-
|
|
182
|
+
e.controls ? (k(), w(M, {
|
|
180
183
|
key: 0,
|
|
181
|
-
disabled:
|
|
182
|
-
onClick:
|
|
184
|
+
disabled: l.disabled,
|
|
185
|
+
onClick: g,
|
|
183
186
|
class: "!rounded !ring-0",
|
|
184
187
|
icon: "add"
|
|
185
|
-
}, null, 8, ["disabled"])) :
|
|
188
|
+
}, null, 8, ["disabled"])) : Q("", !0)
|
|
186
189
|
])
|
|
187
190
|
];
|
|
188
191
|
}),
|
|
189
192
|
_: 3
|
|
190
193
|
}, 8, ["class", "disabled", "invalid"]),
|
|
191
|
-
r(
|
|
192
|
-
id:
|
|
194
|
+
r(ie, {
|
|
195
|
+
id: l.label + "error",
|
|
193
196
|
message: a.errorMessage
|
|
194
197
|
}, null, 8, ["id", "message"])
|
|
195
198
|
]),
|
|
@@ -198,5 +201,5 @@ const be = /* @__PURE__ */ z({
|
|
|
198
201
|
}
|
|
199
202
|
});
|
|
200
203
|
export {
|
|
201
|
-
|
|
204
|
+
ge as _
|
|
202
205
|
};
|
package/package.json
CHANGED
package/plugins/basei18n.d.ts
CHANGED
|
@@ -29,8 +29,8 @@ export interface I18n {
|
|
|
29
29
|
* @example `t('Hello %s! I am %s.', "John Doe", "Peter Smith")` - returns: 'Hello John Doe! I am Peter Smith.'
|
|
30
30
|
*/
|
|
31
31
|
t: {
|
|
32
|
-
(key
|
|
33
|
-
(key
|
|
32
|
+
(key?: string, params?: Record<string, any>): string | undefined;
|
|
33
|
+
(key?: string, ...args: (string | number | boolean)[]): string | undefined;
|
|
34
34
|
};
|
|
35
35
|
/**
|
|
36
36
|
* Change the locale dynamically
|
package/plugins/basei18n.es.js
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
import { shallowRef as
|
|
2
|
-
import { u as
|
|
3
|
-
import { s as
|
|
4
|
-
|
|
1
|
+
import { shallowRef as M, shallowReactive as P, inject as b } from "vue";
|
|
2
|
+
import { u as I } from "../assetinfo/index.es.js";
|
|
3
|
+
import { s as T, g as x } from "../utils/cookie.util.es.js";
|
|
4
|
+
import { b as g } from "../utils/textFormatter.util.es.js";
|
|
5
|
+
const s = M(), f = "messages";
|
|
5
6
|
let o;
|
|
6
|
-
const
|
|
7
|
+
const d = () => {
|
|
7
8
|
try {
|
|
8
|
-
const e = localStorage.getItem(
|
|
9
|
+
const e = localStorage.getItem(f);
|
|
9
10
|
return e ? JSON.parse(e) : {};
|
|
10
11
|
} catch {
|
|
11
12
|
return {};
|
|
12
13
|
}
|
|
13
|
-
}, i = P(
|
|
14
|
+
}, i = P(d()), a = new Proxy(i, {
|
|
14
15
|
get: (e, t) => {
|
|
15
|
-
const l =
|
|
16
|
+
const l = d()[t];
|
|
16
17
|
return i[t] = l, l;
|
|
17
18
|
},
|
|
18
|
-
set: (e, t, n) => (i[t] = n,
|
|
19
|
-
}),
|
|
20
|
-
localStorage.setItem(
|
|
19
|
+
set: (e, t, n) => (i[t] = n, y(i), !0)
|
|
20
|
+
}), y = (e) => {
|
|
21
|
+
localStorage.setItem(f, JSON.stringify(e));
|
|
21
22
|
}, A = async (e) => {
|
|
22
23
|
var t;
|
|
23
|
-
if (!(e in
|
|
24
|
-
const { setLoading: n } =
|
|
24
|
+
if (!(e in a)) {
|
|
25
|
+
const { setLoading: n } = I();
|
|
25
26
|
n(!0, "Loading language package...");
|
|
26
27
|
let l = {};
|
|
27
28
|
try {
|
|
@@ -33,48 +34,53 @@ const f = () => {
|
|
|
33
34
|
}
|
|
34
35
|
return l;
|
|
35
36
|
}
|
|
36
|
-
return
|
|
37
|
-
},
|
|
37
|
+
return a[e];
|
|
38
|
+
}, v = (e, ...t) => {
|
|
38
39
|
var c;
|
|
39
|
-
if (!
|
|
40
|
-
|
|
40
|
+
if (!e) return;
|
|
41
|
+
if (!s.value && !x("lang")) return e;
|
|
42
|
+
let n = (c = a[s.value]) == null ? void 0 : c[e];
|
|
41
43
|
const l = n === e && s.value !== "en";
|
|
42
|
-
if ((!n || l) && (n = e, o == null || o.translateText(e, s.value).then((
|
|
43
|
-
|
|
44
|
-
...
|
|
45
|
-
[e]:
|
|
46
|
-
} :
|
|
47
|
-
[e]:
|
|
44
|
+
if ((!n || l) && (n = e, o == null || o.translateText(e, s.value).then((r) => {
|
|
45
|
+
a[s.value] ? a[s.value] = {
|
|
46
|
+
...a[s.value],
|
|
47
|
+
[e]: r
|
|
48
|
+
} : a[s.value] = {
|
|
49
|
+
[e]: r
|
|
48
50
|
};
|
|
49
|
-
}).catch((
|
|
50
|
-
console.error("Translation error:",
|
|
51
|
+
}).catch((r) => {
|
|
52
|
+
console.error("Translation error:", r);
|
|
51
53
|
})), t.length === 1 && typeof t[0] == "object" && !Array.isArray(t[0])) {
|
|
52
|
-
const
|
|
53
|
-
return
|
|
54
|
-
(
|
|
55
|
-
|
|
54
|
+
const r = t[0];
|
|
55
|
+
return g(
|
|
56
|
+
Object.keys(r).reduce(
|
|
57
|
+
(h, u) => h.replaceAll(`{${u}}`, r[u]),
|
|
58
|
+
n
|
|
59
|
+
)
|
|
56
60
|
);
|
|
57
61
|
}
|
|
58
62
|
if (t.length > 0) {
|
|
59
|
-
let
|
|
60
|
-
return
|
|
63
|
+
let r = 0;
|
|
64
|
+
return g(
|
|
65
|
+
n.replace(/%s/g, () => String(t[r++] ?? ""))
|
|
66
|
+
);
|
|
61
67
|
}
|
|
62
|
-
return n;
|
|
63
|
-
},
|
|
68
|
+
return g(n);
|
|
69
|
+
}, m = async (e) => {
|
|
64
70
|
if (s.value !== e) {
|
|
65
71
|
const t = await A(e);
|
|
66
|
-
s.value = e,
|
|
72
|
+
s.value = e, a[e] = t, T({ name: "lang", value: s.value, path: "/" });
|
|
67
73
|
}
|
|
68
|
-
},
|
|
69
|
-
t:
|
|
74
|
+
}, R = () => (b("i18n") || console.error("I18n Plugin not installed!"), {
|
|
75
|
+
t: v,
|
|
70
76
|
locale: s,
|
|
71
|
-
setLocale:
|
|
77
|
+
setLocale: m,
|
|
72
78
|
service: o
|
|
73
79
|
}), O = () => {
|
|
74
80
|
const e = {
|
|
75
|
-
t:
|
|
81
|
+
t: v,
|
|
76
82
|
locale: s,
|
|
77
|
-
setLocale:
|
|
83
|
+
setLocale: m,
|
|
78
84
|
service: o
|
|
79
85
|
};
|
|
80
86
|
return {
|
|
@@ -82,8 +88,8 @@ const f = () => {
|
|
|
82
88
|
t.config.globalProperties.$i18n = e, t.config.globalProperties.$t = e.t, t.provide("i18n", e);
|
|
83
89
|
}
|
|
84
90
|
};
|
|
85
|
-
},
|
|
91
|
+
}, S = (e) => (o = e, O());
|
|
86
92
|
export {
|
|
87
|
-
|
|
88
|
-
|
|
93
|
+
S as c,
|
|
94
|
+
R as u
|
|
89
95
|
};
|