@vc-shell/framework 1.0.229 → 1.0.230
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/CHANGELOG.md +9 -0
- package/dist/framework.js +107 -106
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +6 -1
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +21 -21
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +30 -30
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -1
- package/package.json +4 -4
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +6 -2
- package/shared/modules/dynamic/types/index.ts +6 -1
package/dist/framework.js
CHANGED
|
@@ -16450,7 +16450,7 @@ const FF = /* @__PURE__ */ Fe({
|
|
|
16450
16450
|
/* eslint-enable */
|
|
16451
16451
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
16452
16452
|
setup(t, e) {
|
|
16453
|
-
const { slots: n, attrs: r } = e, i = t.i18n ||
|
|
16453
|
+
const { slots: n, attrs: r } = e, i = t.i18n || Zt({
|
|
16454
16454
|
useScope: t.scope,
|
|
16455
16455
|
__useComponent: !0
|
|
16456
16456
|
});
|
|
@@ -16496,7 +16496,7 @@ const UF = /* @__PURE__ */ Fe({
|
|
|
16496
16496
|
/* eslint-enable */
|
|
16497
16497
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
16498
16498
|
setup(t, e) {
|
|
16499
|
-
const n = t.i18n ||
|
|
16499
|
+
const n = t.i18n || Zt({
|
|
16500
16500
|
useScope: t.scope,
|
|
16501
16501
|
__useComponent: !0
|
|
16502
16502
|
});
|
|
@@ -16520,7 +16520,7 @@ const UF = /* @__PURE__ */ Fe({
|
|
|
16520
16520
|
/* eslint-enable */
|
|
16521
16521
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
16522
16522
|
setup(t, e) {
|
|
16523
|
-
const n = t.i18n ||
|
|
16523
|
+
const n = t.i18n || Zt({
|
|
16524
16524
|
useScope: t.scope,
|
|
16525
16525
|
__useComponent: !0
|
|
16526
16526
|
});
|
|
@@ -16996,7 +16996,7 @@ function s8(t = {}, e) {
|
|
|
16996
16996
|
return d;
|
|
16997
16997
|
}
|
|
16998
16998
|
}
|
|
16999
|
-
function
|
|
16999
|
+
function Zt(t = {}) {
|
|
17000
17000
|
const e = hr();
|
|
17001
17001
|
if (e == null)
|
|
17002
17002
|
throw dr(Vt.MUST_BE_CALL_SETUP_TOP);
|
|
@@ -17329,7 +17329,7 @@ const g8 = { class: "tw-flex tw-flex-col tw-flex-1" }, b8 = { class: "tw-text-[#
|
|
|
17329
17329
|
},
|
|
17330
17330
|
emits: ["upload"],
|
|
17331
17331
|
setup(t, { emit: e }) {
|
|
17332
|
-
const n = t, r = e, { t: i } =
|
|
17332
|
+
const n = t, r = e, { t: i } = Zt({ useScope: "global" }), a = hr(), s = k(n.rules) || "", o = K(!1), { errorMessage: l, handleChange: c, validate: u } = ux(
|
|
17333
17333
|
`${n.name === "Gallery" ? a?.uid : n.name}`,
|
|
17334
17334
|
s
|
|
17335
17335
|
), f = K(), d = async (b) => {
|
|
@@ -26368,7 +26368,7 @@ const vH = ["innerHTML"], gH = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
26368
26368
|
},
|
|
26369
26369
|
emits: ["update:modelValue", "search", "close"],
|
|
26370
26370
|
setup(t, { emit: e }) {
|
|
26371
|
-
const n = t, r = e, { t: i } =
|
|
26371
|
+
const n = t, r = e, { t: i } = Zt({ useScope: "global" }), { modelValue: a, options: s } = na(n), o = K(!1), l = K(), c = K(), u = K(), f = K(), d = K(), h = K(!1), m = K(), p = K([]), v = K([]), b = K([]), y = K();
|
|
26372
26372
|
let _, g, w;
|
|
26373
26373
|
lD(
|
|
26374
26374
|
d,
|
|
@@ -30714,7 +30714,7 @@ function oa(t) {
|
|
|
30714
30714
|
function Po(t) {
|
|
30715
30715
|
return t != null && Object.prototype.toString.call(t) === "[object Object]";
|
|
30716
30716
|
}
|
|
30717
|
-
function
|
|
30717
|
+
function Qt(t, e) {
|
|
30718
30718
|
return Object.prototype.hasOwnProperty.call(t, e);
|
|
30719
30719
|
}
|
|
30720
30720
|
function Bb(t) {
|
|
@@ -30722,7 +30722,7 @@ function Bb(t) {
|
|
|
30722
30722
|
return Object.getOwnPropertyNames(t).length === 0;
|
|
30723
30723
|
var e;
|
|
30724
30724
|
for (e in t)
|
|
30725
|
-
if (
|
|
30725
|
+
if (Qt(t, e))
|
|
30726
30726
|
return !1;
|
|
30727
30727
|
return !0;
|
|
30728
30728
|
}
|
|
@@ -30743,8 +30743,8 @@ function fN(t, e) {
|
|
|
30743
30743
|
}
|
|
30744
30744
|
function ks(t, e) {
|
|
30745
30745
|
for (var n in e)
|
|
30746
|
-
|
|
30747
|
-
return
|
|
30746
|
+
Qt(e, n) && (t[n] = e[n]);
|
|
30747
|
+
return Qt(e, "toString") && (t.toString = e.toString), Qt(e, "valueOf") && (t.valueOf = e.valueOf), t;
|
|
30748
30748
|
}
|
|
30749
30749
|
function Ma(t, e, n, r) {
|
|
30750
30750
|
return LN(t, e, n, r, !0).utc();
|
|
@@ -30821,7 +30821,7 @@ function Fi(t, e) {
|
|
|
30821
30821
|
i += `
|
|
30822
30822
|
[` + a + "] ";
|
|
30823
30823
|
for (s in arguments[0])
|
|
30824
|
-
|
|
30824
|
+
Qt(arguments[0], s) && (i += s + ": " + arguments[0][s] + ", ");
|
|
30825
30825
|
i = i.slice(0, -2);
|
|
30826
30826
|
} else
|
|
30827
30827
|
i = arguments[a];
|
|
@@ -30848,7 +30848,7 @@ function $a(t) {
|
|
|
30848
30848
|
function UV(t) {
|
|
30849
30849
|
var e, n;
|
|
30850
30850
|
for (n in t)
|
|
30851
|
-
|
|
30851
|
+
Qt(t, n) && (e = t[n], $a(e) ? this[n] = e : this["_" + n] = e);
|
|
30852
30852
|
this._config = t, this._dayOfMonthOrdinalParseLenient = new RegExp(
|
|
30853
30853
|
(this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) + "|" + /\d{1,2}/.source
|
|
30854
30854
|
);
|
|
@@ -30856,9 +30856,9 @@ function UV(t) {
|
|
|
30856
30856
|
function k0(t, e) {
|
|
30857
30857
|
var n = ks({}, t), r;
|
|
30858
30858
|
for (r in e)
|
|
30859
|
-
|
|
30859
|
+
Qt(e, r) && (Po(t[r]) && Po(e[r]) ? (n[r] = {}, ks(n[r], t[r]), ks(n[r], e[r])) : e[r] != null ? n[r] = e[r] : delete n[r]);
|
|
30860
30860
|
for (r in t)
|
|
30861
|
-
|
|
30861
|
+
Qt(t, r) && !Qt(e, r) && Po(t[r]) && (n[r] = ks({}, n[r]));
|
|
30862
30862
|
return n;
|
|
30863
30863
|
}
|
|
30864
30864
|
function jb(t) {
|
|
@@ -30868,7 +30868,7 @@ var x0;
|
|
|
30868
30868
|
Object.keys ? x0 = Object.keys : x0 = function(t) {
|
|
30869
30869
|
var e, n = [];
|
|
30870
30870
|
for (e in t)
|
|
30871
|
-
|
|
30871
|
+
Qt(t, e) && n.push(e);
|
|
30872
30872
|
return n;
|
|
30873
30873
|
};
|
|
30874
30874
|
var HV = {
|
|
@@ -31034,7 +31034,7 @@ function Bi(t) {
|
|
|
31034
31034
|
function Yb(t) {
|
|
31035
31035
|
var e = {}, n, r;
|
|
31036
31036
|
for (r in t)
|
|
31037
|
-
|
|
31037
|
+
Qt(t, r) && (n = Bi(r), n && (e[n] = t[r]));
|
|
31038
31038
|
return e;
|
|
31039
31039
|
}
|
|
31040
31040
|
var tY = {
|
|
@@ -31058,7 +31058,7 @@ var tY = {
|
|
|
31058
31058
|
function nY(t) {
|
|
31059
31059
|
var e = [], n;
|
|
31060
31060
|
for (n in t)
|
|
31061
|
-
|
|
31061
|
+
Qt(t, n) && e.push({ unit: n, priority: tY[n] });
|
|
31062
31062
|
return e.sort(function(r, i) {
|
|
31063
31063
|
return r.priority - i.priority;
|
|
31064
31064
|
}), e;
|
|
@@ -31071,7 +31071,7 @@ function lt(t, e, n) {
|
|
|
31071
31071
|
};
|
|
31072
31072
|
}
|
|
31073
31073
|
function aY(t, e) {
|
|
31074
|
-
return
|
|
31074
|
+
return Qt(fh, t) ? fh[t](e._strict, e._locale) : new RegExp(sY(t));
|
|
31075
31075
|
}
|
|
31076
31076
|
function sY(t) {
|
|
31077
31077
|
return ss(
|
|
@@ -31107,7 +31107,7 @@ function Tf(t, e) {
|
|
|
31107
31107
|
});
|
|
31108
31108
|
}
|
|
31109
31109
|
function oY(t, e, n) {
|
|
31110
|
-
e != null &&
|
|
31110
|
+
e != null && Qt(P0, t) && P0[t](e, n._a, n, t);
|
|
31111
31111
|
}
|
|
31112
31112
|
function Dp(t) {
|
|
31113
31113
|
return t % 4 === 0 && t % 100 !== 0 || t % 400 === 0;
|
|
@@ -31311,10 +31311,10 @@ function wY() {
|
|
|
31311
31311
|
return zb(this.year(), this.month());
|
|
31312
31312
|
}
|
|
31313
31313
|
function EY(t) {
|
|
31314
|
-
return this._monthsParseExact ? (
|
|
31314
|
+
return this._monthsParseExact ? (Qt(this, "_monthsRegex") || SN.call(this), t ? this._monthsShortStrictRegex : this._monthsShortRegex) : (Qt(this, "_monthsShortRegex") || (this._monthsShortRegex = mY), this._monthsShortStrictRegex && t ? this._monthsShortStrictRegex : this._monthsShortRegex);
|
|
31315
31315
|
}
|
|
31316
31316
|
function TY(t) {
|
|
31317
|
-
return this._monthsParseExact ? (
|
|
31317
|
+
return this._monthsParseExact ? (Qt(this, "_monthsRegex") || SN.call(this), t ? this._monthsStrictRegex : this._monthsRegex) : (Qt(this, "_monthsRegex") || (this._monthsRegex = vY), this._monthsStrictRegex && t ? this._monthsStrictRegex : this._monthsRegex);
|
|
31318
31318
|
}
|
|
31319
31319
|
function SN() {
|
|
31320
31320
|
function t(l, c) {
|
|
@@ -31506,13 +31506,13 @@ function qY(t) {
|
|
|
31506
31506
|
return this.day() || 7;
|
|
31507
31507
|
}
|
|
31508
31508
|
function WY(t) {
|
|
31509
|
-
return this._weekdaysParseExact ? (
|
|
31509
|
+
return this._weekdaysParseExact ? (Qt(this, "_weekdaysRegex") || Jb.call(this), t ? this._weekdaysStrictRegex : this._weekdaysRegex) : (Qt(this, "_weekdaysRegex") || (this._weekdaysRegex = RY), this._weekdaysStrictRegex && t ? this._weekdaysStrictRegex : this._weekdaysRegex);
|
|
31510
31510
|
}
|
|
31511
31511
|
function GY(t) {
|
|
31512
|
-
return this._weekdaysParseExact ? (
|
|
31512
|
+
return this._weekdaysParseExact ? (Qt(this, "_weekdaysRegex") || Jb.call(this), t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex) : (Qt(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = MY), this._weekdaysShortStrictRegex && t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex);
|
|
31513
31513
|
}
|
|
31514
31514
|
function zY(t) {
|
|
31515
|
-
return this._weekdaysParseExact ? (
|
|
31515
|
+
return this._weekdaysParseExact ? (Qt(this, "_weekdaysRegex") || Jb.call(this), t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex) : (Qt(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = $Y), this._weekdaysMinStrictRegex && t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex);
|
|
31516
31516
|
}
|
|
31517
31517
|
function Jb() {
|
|
31518
31518
|
function t(u, f) {
|
|
@@ -32017,7 +32017,7 @@ var Cq = function() {
|
|
|
32017
32017
|
function Iq(t) {
|
|
32018
32018
|
var e, n = !1, r, i = Ju.length;
|
|
32019
32019
|
for (e in t)
|
|
32020
|
-
if (
|
|
32020
|
+
if (Qt(t, e) && !(Yn.call(Ju, e) !== -1 && (t[e] == null || !isNaN(t[e]))))
|
|
32021
32021
|
return !1;
|
|
32022
32022
|
for (r = 0; r < i; ++r)
|
|
32023
32023
|
if (t[Ju[r]]) {
|
|
@@ -32162,7 +32162,7 @@ function ca(t, e) {
|
|
|
32162
32162
|
}) : n == null ? n = {} : typeof n == "object" && ("from" in n || "to" in n) && (s = Wq(
|
|
32163
32163
|
En(n.from),
|
|
32164
32164
|
En(n.to)
|
|
32165
|
-
), n = {}, n.ms = s.milliseconds, n.M = s.months), a = new Rp(n), $d(t) &&
|
|
32165
|
+
), n = {}, n.ms = s.milliseconds, n.M = s.months), a = new Rp(n), $d(t) && Qt(t, "_locale") && (a._locale = t._locale), $d(t) && Qt(t, "_isValid") && (a._isValid = t._isValid), a;
|
|
32166
32166
|
}
|
|
32167
32167
|
ca.fn = Rp.prototype;
|
|
32168
32168
|
ca.invalid = xq;
|
|
@@ -32226,7 +32226,7 @@ function Jq(t) {
|
|
|
32226
32226
|
"ms"
|
|
32227
32227
|
], i, a, s = r.length;
|
|
32228
32228
|
for (i = 0; i < s; i += 1)
|
|
32229
|
-
a = r[i], n = n ||
|
|
32229
|
+
a = r[i], n = n || Qt(t, a);
|
|
32230
32230
|
return e && n;
|
|
32231
32231
|
}
|
|
32232
32232
|
function Xq(t) {
|
|
@@ -32245,7 +32245,7 @@ function Qq(t) {
|
|
|
32245
32245
|
"sameElse"
|
|
32246
32246
|
], i, a;
|
|
32247
32247
|
for (i = 0; i < r.length; i += 1)
|
|
32248
|
-
a = r[i], n = n ||
|
|
32248
|
+
a = r[i], n = n || Qt(t, a);
|
|
32249
32249
|
return e && n;
|
|
32250
32250
|
}
|
|
32251
32251
|
function Zq(t, e) {
|
|
@@ -32651,13 +32651,13 @@ function RW() {
|
|
|
32651
32651
|
return this.year();
|
|
32652
32652
|
}
|
|
32653
32653
|
function MW(t) {
|
|
32654
|
-
return
|
|
32654
|
+
return Qt(this, "_erasNameRegex") || ay.call(this), t ? this._erasNameRegex : this._erasRegex;
|
|
32655
32655
|
}
|
|
32656
32656
|
function $W(t) {
|
|
32657
|
-
return
|
|
32657
|
+
return Qt(this, "_erasAbbrRegex") || ay.call(this), t ? this._erasAbbrRegex : this._erasRegex;
|
|
32658
32658
|
}
|
|
32659
32659
|
function FW(t) {
|
|
32660
|
-
return
|
|
32660
|
+
return Qt(this, "_erasNarrowRegex") || ay.call(this), t ? this._erasNarrowRegex : this._erasRegex;
|
|
32661
32661
|
}
|
|
32662
32662
|
function iy(t, e) {
|
|
32663
32663
|
return e.erasAbbrRegex(t);
|
|
@@ -32947,39 +32947,39 @@ function rG() {
|
|
|
32947
32947
|
function JN(t) {
|
|
32948
32948
|
return t;
|
|
32949
32949
|
}
|
|
32950
|
-
var
|
|
32951
|
-
|
|
32952
|
-
|
|
32953
|
-
|
|
32954
|
-
|
|
32955
|
-
|
|
32956
|
-
|
|
32957
|
-
|
|
32958
|
-
|
|
32959
|
-
|
|
32960
|
-
|
|
32961
|
-
|
|
32962
|
-
|
|
32963
|
-
|
|
32964
|
-
|
|
32965
|
-
|
|
32966
|
-
|
|
32967
|
-
|
|
32968
|
-
|
|
32969
|
-
|
|
32970
|
-
|
|
32971
|
-
|
|
32972
|
-
|
|
32973
|
-
|
|
32974
|
-
|
|
32975
|
-
|
|
32976
|
-
|
|
32977
|
-
|
|
32978
|
-
|
|
32979
|
-
|
|
32980
|
-
|
|
32981
|
-
|
|
32982
|
-
|
|
32950
|
+
var en = jb.prototype;
|
|
32951
|
+
en.calendar = jV;
|
|
32952
|
+
en.longDateFormat = WV;
|
|
32953
|
+
en.invalidDate = zV;
|
|
32954
|
+
en.ordinal = XV;
|
|
32955
|
+
en.preparse = JN;
|
|
32956
|
+
en.postformat = JN;
|
|
32957
|
+
en.relativeTime = ZV;
|
|
32958
|
+
en.pastFuture = eY;
|
|
32959
|
+
en.set = UV;
|
|
32960
|
+
en.eras = IW;
|
|
32961
|
+
en.erasParse = kW;
|
|
32962
|
+
en.erasConvertYear = xW;
|
|
32963
|
+
en.erasAbbrRegex = $W;
|
|
32964
|
+
en.erasNameRegex = MW;
|
|
32965
|
+
en.erasNarrowRegex = FW;
|
|
32966
|
+
en.months = gY;
|
|
32967
|
+
en.monthsShort = bY;
|
|
32968
|
+
en.monthsParse = _Y;
|
|
32969
|
+
en.monthsRegex = TY;
|
|
32970
|
+
en.monthsShortRegex = EY;
|
|
32971
|
+
en.week = SY;
|
|
32972
|
+
en.firstDayOfYear = CY;
|
|
32973
|
+
en.firstDayOfWeek = NY;
|
|
32974
|
+
en.weekdays = FY;
|
|
32975
|
+
en.weekdaysMin = UY;
|
|
32976
|
+
en.weekdaysShort = BY;
|
|
32977
|
+
en.weekdaysParse = jY;
|
|
32978
|
+
en.weekdaysRegex = WY;
|
|
32979
|
+
en.weekdaysShortRegex = GY;
|
|
32980
|
+
en.weekdaysMinRegex = zY;
|
|
32981
|
+
en.isPM = JY;
|
|
32982
|
+
en.meridiem = ZY;
|
|
32983
32983
|
function mh(t, e, n, r) {
|
|
32984
32984
|
var i = ms(), a = Ma().set(r, e);
|
|
32985
32985
|
return i[n](a, t);
|
|
@@ -39828,7 +39828,7 @@ const Qz = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
39828
39828
|
setup(t, { emit: e }) {
|
|
39829
39829
|
const n = t, r = e;
|
|
39830
39830
|
fu({ validateOnMount: !1 });
|
|
39831
|
-
const i = ef(), a = Gh(), { t: s } =
|
|
39831
|
+
const i = ef(), a = Gh(), { t: s } = Zt({ useScope: "global" }), o = K({ ...n.options?.asset }), l = J(() => n.options?.disabled), c = J({
|
|
39832
39832
|
get() {
|
|
39833
39833
|
return o.value.name?.split(".").shift();
|
|
39834
39834
|
},
|
|
@@ -44804,7 +44804,7 @@ function $E() {
|
|
|
44804
44804
|
return hr() && vn("popupPlugin") || x2;
|
|
44805
44805
|
}
|
|
44806
44806
|
function ku(t) {
|
|
44807
|
-
const { t: e } =
|
|
44807
|
+
const { t: e } = Zt({ useScope: "global" }), n = $E();
|
|
44808
44808
|
let r;
|
|
44809
44809
|
t && (r = c(k(t))), it(
|
|
44810
44810
|
() => t,
|
|
@@ -44897,7 +44897,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
44897
44897
|
__name: "change-password",
|
|
44898
44898
|
emits: ["close"],
|
|
44899
44899
|
setup(t, { emit: e }) {
|
|
44900
|
-
const n = e, { t: r } =
|
|
44900
|
+
const n = e, { t: r } = Zt({ useScope: "global" }), { changeUserPassword: i, loading: a, validatePassword: s } = Fa();
|
|
44901
44901
|
fu({ validateOnMount: !1 });
|
|
44902
44902
|
const o = ef(), l = Gh(), c = mn({
|
|
44903
44903
|
isValid: !1,
|
|
@@ -45045,7 +45045,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45045
45045
|
}, Pne = ["onClick"], Dne = /* @__PURE__ */ Fe({
|
|
45046
45046
|
__name: "language-selector",
|
|
45047
45047
|
setup(t) {
|
|
45048
|
-
const { availableLocales: e, getLocaleMessage: n } =
|
|
45048
|
+
const { availableLocales: e, getLocaleMessage: n } = Zt({ useScope: "global" }), { setLocale: r } = zz(), i = K(!1), a = e.map((s) => ({
|
|
45049
45049
|
lang: s,
|
|
45050
45050
|
title: n(s).language_name,
|
|
45051
45051
|
clickHandler(o) {
|
|
@@ -45099,7 +45099,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45099
45099
|
disabled: { type: Boolean }
|
|
45100
45100
|
},
|
|
45101
45101
|
setup(t) {
|
|
45102
|
-
const e = t, { user: n, signOut: r } = Fa(), i = hu(), { t: a } =
|
|
45102
|
+
const e = t, { user: n, signOut: r } = Fa(), i = hu(), { t: a } = Zt({ useScope: "global" }), { open: s } = ku({
|
|
45103
45103
|
component: Ine
|
|
45104
45104
|
}), { closeBlade: o } = no(), l = K(!1), c = J(() => [
|
|
45105
45105
|
...e.menuItems,
|
|
@@ -45256,7 +45256,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45256
45256
|
}, Qne = /* @__PURE__ */ Fe({
|
|
45257
45257
|
__name: "notification-dropdown",
|
|
45258
45258
|
setup(t) {
|
|
45259
|
-
const e = vn("notificationTemplates"), { t: n } =
|
|
45259
|
+
const e = vn("notificationTemplates"), { t: n } = Zt({ useScope: "global" }), { notifications: r, markAllAsRead: i } = Af(), a = K(!1), s = J(() => r.value.some((c) => c.isNew));
|
|
45260
45260
|
function o() {
|
|
45261
45261
|
a.value = !a.value, l();
|
|
45262
45262
|
}
|
|
@@ -45355,7 +45355,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45355
45355
|
},
|
|
45356
45356
|
emits: ["parent:call", "close:blade", "expand:blade", "collapse:blade"],
|
|
45357
45357
|
setup(t, { expose: e }) {
|
|
45358
|
-
const n = t, { t: r } =
|
|
45358
|
+
const n = t, { t: r } = Zt({ useScope: "global" }), i = K([]), a = K(!1), s = K(), o = K([]), l = J(() => n.options.disabled);
|
|
45359
45359
|
let c;
|
|
45360
45360
|
const u = K(!1), { openBlade: f, resolveBladeByName: d } = no(), h = K([
|
|
45361
45361
|
{
|
|
@@ -45800,7 +45800,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45800
45800
|
...t
|
|
45801
45801
|
}
|
|
45802
45802
|
}), Pre = (t) => {
|
|
45803
|
-
const e = t.load, n = t.data, r = K(!0), i = K({}), { t: a } =
|
|
45803
|
+
const e = t.load, n = t.data, r = K(!0), i = K({}), { t: a } = Zt({ useScope: "global" }), s = K([]), o = K({}), l = J(() => Object.values(o.value).filter((E) => !!E).length), c = $g((E) => {
|
|
45804
45804
|
const A = Object.keys(E);
|
|
45805
45805
|
return A.length === 0 || A.every((O) => !E[O]);
|
|
45806
45806
|
});
|
|
@@ -46091,7 +46091,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
46091
46091
|
}, sI = (t) => {
|
|
46092
46092
|
if (!t)
|
|
46093
46093
|
return;
|
|
46094
|
-
const { t: e } =
|
|
46094
|
+
const { t: e } = Zt({ useScope: "global" }), n = ZA(
|
|
46095
46095
|
K({}),
|
|
46096
46096
|
K(t.defaultToolbarBindings),
|
|
46097
46097
|
K(nn(t.customToolbarConfig))
|
|
@@ -46142,7 +46142,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
46142
46142
|
getBladeExposedData: e
|
|
46143
46143
|
};
|
|
46144
46144
|
};
|
|
46145
|
-
function
|
|
46145
|
+
function Xt(t, e) {
|
|
46146
46146
|
return t in e;
|
|
46147
46147
|
}
|
|
46148
46148
|
const Dre = {
|
|
@@ -46164,7 +46164,7 @@ const Dre = {
|
|
|
46164
46164
|
},
|
|
46165
46165
|
emits: ["parent:call", "close:blade", "collapse:blade", "expand:blade", "close:children", "item-click", "add"],
|
|
46166
46166
|
setup(t, { expose: e, emit: n }) {
|
|
46167
|
-
const r = t, { t: i } =
|
|
46167
|
+
const r = t, { t: i } = Zt({ useScope: "global" }), { showConfirmation: a } = ku(), { debounce: s } = lz(), o = n, l = J(() => r.model?.settings), c = J(() => l.value?.localizationPrefix.trim().toUpperCase()), u = J(() => i(l.value?.titleTemplate)), f = K(!1), d = K(), h = Tr(), m = Tr(), p = Tr([]), v = K(), { moduleNotifications: b, markAsRead: y } = Af(l.value?.pushNotificationType), { setNavigationQuery: _, getNavigationQuery: g } = no();
|
|
46168
46168
|
it(
|
|
46169
46169
|
b,
|
|
46170
46170
|
(q) => {
|
|
@@ -46284,7 +46284,7 @@ const Dre = {
|
|
|
46284
46284
|
const U = async () => {
|
|
46285
46285
|
r.isWidgetView ? o("add") : $ && "openDetailsBlade" in Ge(P) && Ge(P).openDetailsBlade && typeof Ge(P).openDetailsBlade == "function" && await Ge(P).openDetailsBlade?.();
|
|
46286
46286
|
}, le = (q) => {
|
|
46287
|
-
r.isWidgetView ? o("item-click", { param: q.id }) : $ &&
|
|
46287
|
+
r.isWidgetView ? o("item-click", { param: q.id }) : $ && Xt("onListItemClick", Ge(P)) && typeof Ge(P).onListItemClick == "function" ? Ge(P).onListItemClick?.({
|
|
46288
46288
|
item: q,
|
|
46289
46289
|
onOpen() {
|
|
46290
46290
|
h.value = q.id;
|
|
@@ -46292,7 +46292,7 @@ const Dre = {
|
|
|
46292
46292
|
onClose() {
|
|
46293
46293
|
h.value = void 0;
|
|
46294
46294
|
}
|
|
46295
|
-
}) : $ &&
|
|
46295
|
+
}) : $ && Xt("openDetailsBlade", Ge(P)) && typeof Ge(P).openDetailsBlade == "function" && Ge(P).openDetailsBlade?.({
|
|
46296
46296
|
param: q.id,
|
|
46297
46297
|
onOpen() {
|
|
46298
46298
|
h.value = q.id;
|
|
@@ -46330,7 +46330,7 @@ const Dre = {
|
|
|
46330
46330
|
});
|
|
46331
46331
|
}, H = async (q) => {
|
|
46332
46332
|
if (x.value.take) {
|
|
46333
|
-
if ($ &&
|
|
46333
|
+
if ($ && Xt("onPaginationClick", Ge(P)) && typeof Ge(P).onPaginationClick == "function") {
|
|
46334
46334
|
Ge(P).onPaginationClick?.({
|
|
46335
46335
|
...x.value,
|
|
46336
46336
|
skip: (q - 1) * x.value.take
|
|
@@ -46862,11 +46862,12 @@ const Yre = {
|
|
|
46862
46862
|
props: Jn,
|
|
46863
46863
|
setup(t) {
|
|
46864
46864
|
return () => {
|
|
46865
|
-
const e = nn(Zi(t.element.options, t.fieldContext ?? {})) || nn(k(t.bladeContext.scope)?.[t.element.options]), n =
|
|
46865
|
+
const e = (Xt("options", t.element) && t.element.options && (nn(Zi(t.element.options, t.fieldContext ?? {})) || nn(k(t.bladeContext.scope)?.[t.element.options]))) ?? void 0, n = Xt("optionProperty", t.element) && t.element.optionProperty && Zi(t.element.optionProperty, t.fieldContext ?? {}), r = Xt("optionProperty", t.element) && t.element.optionProperty && t.bladeContext.scope && Zi(t.element.optionProperty, t.bladeContext.scope), i = Are({
|
|
46866
46866
|
props: Object.assign(
|
|
46867
46867
|
{},
|
|
46868
46868
|
{
|
|
46869
46869
|
option: nn(r ?? n),
|
|
46870
|
+
currencyDisplay: t.element.currencyDisplay,
|
|
46870
46871
|
optionLabel: t.element.optionLabel,
|
|
46871
46872
|
optionValue: t.element.optionValue,
|
|
46872
46873
|
options: e,
|
|
@@ -46907,7 +46908,7 @@ const qre = {
|
|
|
46907
46908
|
name: "Checkbox",
|
|
46908
46909
|
props: Jn,
|
|
46909
46910
|
setup(t) {
|
|
46910
|
-
const { t: e } =
|
|
46911
|
+
const { t: e } = Zt({ useScope: "global" });
|
|
46911
46912
|
return () => {
|
|
46912
46913
|
const n = nI({
|
|
46913
46914
|
props: Object.assign(
|
|
@@ -47044,7 +47045,7 @@ const qre = {
|
|
|
47044
47045
|
name: "GalleryField",
|
|
47045
47046
|
props: Jn,
|
|
47046
47047
|
setup(t) {
|
|
47047
|
-
if (!(
|
|
47048
|
+
if (!(Xt("bladeContext", t) && t.bladeContext && Xt("scope", t.bladeContext) && t.bladeContext.scope && t.bladeContext.scope.assetsHandler?.images))
|
|
47048
47049
|
throw new Error(
|
|
47049
47050
|
`There is no assetsHandler.images config provided in blade scope: ${JSON.stringify(
|
|
47050
47051
|
t.bladeContext.scope,
|
|
@@ -47052,7 +47053,7 @@ const qre = {
|
|
|
47052
47053
|
2
|
|
47053
47054
|
)}`
|
|
47054
47055
|
);
|
|
47055
|
-
const { showConfirmation: e } = ku(), { t: n } =
|
|
47056
|
+
const { showConfirmation: e } = ku(), { t: n } = Zt({ useScope: "global" }), { openBlade: r } = no(), i = na(t.bladeContext.scope?.assetsHandler?.images), a = K();
|
|
47056
47057
|
return it(
|
|
47057
47058
|
() => t.fieldContext,
|
|
47058
47059
|
(s) => {
|
|
@@ -47138,7 +47139,7 @@ const qre = {
|
|
|
47138
47139
|
name: "ButtonEl",
|
|
47139
47140
|
props: Jn,
|
|
47140
47141
|
setup(t) {
|
|
47141
|
-
const { t: e } =
|
|
47142
|
+
const { t: e } = Zt({ useScope: "global" });
|
|
47142
47143
|
return () => {
|
|
47143
47144
|
const n = Ire({
|
|
47144
47145
|
props: Object.assign(
|
|
@@ -47171,7 +47172,7 @@ const qre = {
|
|
|
47171
47172
|
name: "StatusField",
|
|
47172
47173
|
props: Jn,
|
|
47173
47174
|
setup(t) {
|
|
47174
|
-
const { t: e } =
|
|
47175
|
+
const { t: e } = Zt({ useScope: "global" });
|
|
47175
47176
|
return () => {
|
|
47176
47177
|
const n = J(() => {
|
|
47177
47178
|
if (t.element.content && typeof t.element.content == "string")
|
|
@@ -47380,7 +47381,7 @@ const qre = {
|
|
|
47380
47381
|
name: "TableEl",
|
|
47381
47382
|
props: Jn,
|
|
47382
47383
|
setup(t) {
|
|
47383
|
-
const { tableTemplates: e } = aI(t.element), { t: n } =
|
|
47384
|
+
const { tableTemplates: e } = aI(t.element), { t: n } = Zt({ useScope: "global" }), r = vn("isBladeEditable", !1), i = J(() => k(r));
|
|
47384
47385
|
wt(t.baseProps).modelValue;
|
|
47385
47386
|
function a(o, l) {
|
|
47386
47387
|
return o ? typeof o == "boolean" ? o : o.method && typeof Ge(t.bladeContext.scope)?.[o.method] == "function" ? Ge(t.bladeContext.scope)?.[o.method]({ item: l }) : o.method && Ge(t.bladeContext.scope)?.[o.method] ? Ge(t.bladeContext.scope)?.[o.method] : !1 : !1;
|
|
@@ -47600,8 +47601,8 @@ function Wc({
|
|
|
47600
47601
|
}) {
|
|
47601
47602
|
if (!t)
|
|
47602
47603
|
throw new Error("There is no controlSchema provided");
|
|
47603
|
-
const { t: o } = xn.global, l = t.id, c =
|
|
47604
|
-
if (
|
|
47604
|
+
const { t: o } = xn.global, l = t.id, c = Xt("rules", t) && t.rules || void 0, u = Xt("placeholder", t) && t.placeholder || void 0, f = Xt("rules", t) && t.rules?.required, d = Xt("property", t) && t.property && Zi(t.property, n), m = (Xt("property", t) && t.property && r.scope && Zi(t.property, r.scope)) ?? d ?? void 0, p = Xt("tooltip", t) && t.tooltip || void 0, v = Xt("multilanguage", t) && t.multilanguage, b = Xt("label", t) && t.label ? k(Vd(t.label, n)) : void 0, y = Xt("hint", t) && t.hint ? (r.scope && k(Vd(t.hint, r.scope))) ?? k(Vd(t.hint, n)) ?? void 0 : void 0, _ = r.scope && Xt("disabled", r.scope) && r.scope.disabled || Xt("disabled", t) && t.disabled && lie(t.disabled, r), g = (T) => {
|
|
47605
|
+
if (Xt("onBlur", t) && t.onBlur) {
|
|
47605
47606
|
const N = t.onBlur.method;
|
|
47606
47607
|
N && r.scope?.[N] && typeof r.scope[N] == "function" && r.scope[N]({
|
|
47607
47608
|
event: T,
|
|
@@ -47610,14 +47611,14 @@ function Wc({
|
|
|
47610
47611
|
});
|
|
47611
47612
|
}
|
|
47612
47613
|
}, w = async (T) => {
|
|
47613
|
-
if (
|
|
47614
|
+
if (Xt("property", t) && t.property && (ou({
|
|
47614
47615
|
property: t.property,
|
|
47615
47616
|
value: T,
|
|
47616
47617
|
context: n,
|
|
47617
47618
|
scope: r.scope
|
|
47618
|
-
}), s?.(a),
|
|
47619
|
+
}), s?.(a), Xt("update", t) && t.update && Xt("method", t.update) && r.scope)) {
|
|
47619
47620
|
const N = t.update.method;
|
|
47620
|
-
|
|
47621
|
+
Xt(N, r.scope) && typeof r.scope[N] == "function" && await r.scope[N](T, t.property, wt(n));
|
|
47621
47622
|
}
|
|
47622
47623
|
}, E = mn({
|
|
47623
47624
|
key: `${e}`,
|
|
@@ -47637,8 +47638,8 @@ function Wc({
|
|
|
47637
47638
|
}), A = oie[t.component], O = J(() => {
|
|
47638
47639
|
if (!("fields" in t))
|
|
47639
47640
|
return null;
|
|
47640
|
-
const T =
|
|
47641
|
-
return Ge(C) && Array.isArray(Ge(C)) ? Ge(C).map((x) => t.fields.reduce(($, P) =>
|
|
47641
|
+
const T = Xt("property", t) && t.property && Zi(t.property, n), C = Xt("property", t) && t.property && Zi(t.property, Ge(r.scope ?? {})) || T;
|
|
47642
|
+
return Ge(C) && Array.isArray(Ge(C)) ? Ge(C).map((x) => t.fields.reduce(($, P) => Xt("permissions", P) && !UE(P.permissions) || Xt("visibility", P) && P.visibility?.method && !ag(r.scope?.[P.visibility?.method], x, P) ? $ : [
|
|
47642
47643
|
...$,
|
|
47643
47644
|
Wc({
|
|
47644
47645
|
controlSchema: P,
|
|
@@ -47650,7 +47651,7 @@ function Wc({
|
|
|
47650
47651
|
updateFormData: s
|
|
47651
47652
|
})
|
|
47652
47653
|
], [])) : [
|
|
47653
|
-
t.fields.reduce((x, $) =>
|
|
47654
|
+
t.fields.reduce((x, $) => Xt("permissions", $) && !UE($.permissions) || Xt("visibility", $) && $.visibility?.method && !ag(r.scope?.[$.visibility?.method], n, $) ? x : [
|
|
47654
47655
|
...x,
|
|
47655
47656
|
Wc({
|
|
47656
47657
|
controlSchema: $,
|
|
@@ -47712,7 +47713,7 @@ const uie = {
|
|
|
47712
47713
|
return () => He(
|
|
47713
47714
|
"div",
|
|
47714
47715
|
{ class: "tw-flex tw-flex-col tw-gap-4" },
|
|
47715
|
-
t.uiSchema.reduce((s, o) => (console.log(o.id, o.permissions, i(o.permissions)),
|
|
47716
|
+
t.uiSchema.reduce((s, o) => (console.log(o.id, o.permissions, i(o.permissions)), Xt("permissions", o) && !i(o.permissions) || Xt("visibility", o) && o.visibility?.method && !ag(nn(t.context?.scope)?.[o.visibility.method], t.context, o) ? s : [
|
|
47716
47717
|
...s,
|
|
47717
47718
|
Wc({
|
|
47718
47719
|
controlSchema: o,
|
|
@@ -47744,7 +47745,7 @@ const uie = {
|
|
|
47744
47745
|
},
|
|
47745
47746
|
emits: ["parent:call", "close:blade", "collapse:blade", "expand:blade"],
|
|
47746
47747
|
setup(t, { expose: e, emit: n }) {
|
|
47747
|
-
const r = t, i = n, { t: a } =
|
|
47748
|
+
const r = t, i = n, { t: a } = Zt({ useScope: "global" }), { showConfirmation: s } = ku(), o = fD();
|
|
47748
47749
|
if (typeof r.composables?.[r.model?.settings?.composable ?? ""] > "u")
|
|
47749
47750
|
throw new Error(`Composable ( ${r.model?.settings?.composable} ) is not defined`);
|
|
47750
47751
|
const { loading: l, item: c, validationState: u, scope: f, load: d, remove: h, saveChanges: m, bladeTitle: p } = r.composables ? r.composables?.[r.model?.settings?.composable ?? ""]({ emit: i, props: r, mounted: Fg() }) : {
|
|
@@ -48205,7 +48206,7 @@ const qme = (t) => function() {
|
|
|
48205
48206
|
},
|
|
48206
48207
|
setup(t) {
|
|
48207
48208
|
fu({ validateOnMount: !1 });
|
|
48208
|
-
const e = t, { validateToken: n, validatePassword: r, resetPasswordByToken: i, signIn: a, loading: s } = Fa(), o = hu(), { t: l } =
|
|
48209
|
+
const e = t, { validateToken: n, validatePassword: r, resetPasswordByToken: i, signIn: a, loading: s } = Fa(), o = hu(), { t: l } = Zt({ useScope: "global" }), c = ef(), u = Gh(), f = mn({
|
|
48209
48210
|
isValid: !1,
|
|
48210
48211
|
tokenIsValid: !1,
|
|
48211
48212
|
errors: [],
|
|
@@ -48355,7 +48356,7 @@ const qme = (t) => function() {
|
|
|
48355
48356
|
composable: { type: Function }
|
|
48356
48357
|
},
|
|
48357
48358
|
setup(t) {
|
|
48358
|
-
const e = t, n = hu(), { validateField: r } = fu({ validateOnMount: !1 }), { uiSettings: i, loading: a } = Rz(), { t: s } =
|
|
48359
|
+
const e = t, n = hu(), { validateField: r } = fu({ validateOnMount: !1 }), { uiSettings: i, loading: a } = Rz(), { t: s } = Zt({ useScope: "global" });
|
|
48359
48360
|
let o;
|
|
48360
48361
|
const l = K({ succeeded: !0 }), c = K({ succeeded: !0 }), u = K(!1), { signIn: f, loading: d, externalSignIn: h, getExternalLoginProviders: m } = Fa(), p = K(!0), v = ef(), b = Gh(), y = K(!1), _ = K();
|
|
48361
48362
|
let g;
|
|
@@ -48612,7 +48613,7 @@ const qme = (t) => function() {
|
|
|
48612
48613
|
token: {}
|
|
48613
48614
|
},
|
|
48614
48615
|
setup(t) {
|
|
48615
|
-
const e = t, { validateToken: n, validatePassword: r, resetPasswordByToken: i, signIn: a, loading: s } = Fa(), o = hu(), { t: l } =
|
|
48616
|
+
const e = t, { validateToken: n, validatePassword: r, resetPasswordByToken: i, signIn: a, loading: s } = Fa(), o = hu(), { t: l } = Zt({ useScope: "global" }), { validate: c } = fu({ validateOnMount: !1 }), u = mn({
|
|
48616
48617
|
isValid: !1,
|
|
48617
48618
|
tokenIsValid: !1,
|
|
48618
48619
|
errors: [],
|
|
@@ -48762,7 +48763,7 @@ const qme = (t) => function() {
|
|
|
48762
48763
|
},
|
|
48763
48764
|
emits: ["logo:click", "backlink:click", "menubutton:click", "button:click"],
|
|
48764
48765
|
setup(t) {
|
|
48765
|
-
const { t: e } =
|
|
48766
|
+
const { t: e } = Zt({ useScope: "global" }), { blades: n } = no(), r = K(""), i = K();
|
|
48766
48767
|
return rp(
|
|
48767
48768
|
n,
|
|
48768
48769
|
(a) => {
|
|
@@ -49401,7 +49402,7 @@ const qme = (t) => function() {
|
|
|
49401
49402
|
},
|
|
49402
49403
|
emits: ["close", "expand", "collapse"],
|
|
49403
49404
|
setup(t) {
|
|
49404
|
-
const e = ox(), { maximized: n, error: r } = na(mn(e)), { t: i } =
|
|
49405
|
+
const e = ox(), { maximized: n, error: r } = na(mn(e)), { t: i } = Zt({ useScope: "global" }), { open: a } = ku({
|
|
49405
49406
|
component: Z2,
|
|
49406
49407
|
props: {
|
|
49407
49408
|
title: i("COMPONENTS.ORGANISMS.VC_BLADE.ERROR_POPUP.TITLE")
|
|
@@ -49496,7 +49497,7 @@ const qme = (t) => function() {
|
|
|
49496
49497
|
},
|
|
49497
49498
|
emits: ["update:model-value"],
|
|
49498
49499
|
setup(t, { emit: e }) {
|
|
49499
|
-
const n = t, r = e, { locale: i, te: a, t: s } =
|
|
49500
|
+
const n = t, r = e, { locale: i, te: a, t: s } = Zt({ useScope: "global" }), o = K([]), l = K(!1), c = K([]), u = K(n.property), f = K(n.modelValue);
|
|
49500
49501
|
it(
|
|
49501
49502
|
() => n.property,
|
|
49502
49503
|
(b) => {
|
|
@@ -49735,7 +49736,7 @@ const qme = (t) => function() {
|
|
|
49735
49736
|
},
|
|
49736
49737
|
emits: ["preview", "edit", "remove"],
|
|
49737
49738
|
setup(t) {
|
|
49738
|
-
const { t: e } =
|
|
49739
|
+
const { t: e } = Zt({ useScope: "global" }), n = K(!1);
|
|
49739
49740
|
function r() {
|
|
49740
49741
|
n.value = !1;
|
|
49741
49742
|
}
|
|
@@ -49812,7 +49813,7 @@ const qme = (t) => function() {
|
|
|
49812
49813
|
},
|
|
49813
49814
|
emits: ["close"],
|
|
49814
49815
|
setup(t) {
|
|
49815
|
-
const e = t, { t: n } =
|
|
49816
|
+
const e = t, { t: n } = Zt({ useScope: "global" }), r = K(e.index), i = J(() => {
|
|
49816
49817
|
if (a.value.url)
|
|
49817
49818
|
return `background: url(${CSS.escape(a.value.url)}) center / contain no-repeat`;
|
|
49818
49819
|
}), a = J(() => e.images[r.value]), s = (l) => {
|
|
@@ -49923,7 +49924,7 @@ const qme = (t) => function() {
|
|
|
49923
49924
|
},
|
|
49924
49925
|
emits: ["upload", "sort", "edit", "remove"],
|
|
49925
49926
|
setup(t, { emit: e }) {
|
|
49926
|
-
const n = t, r = e, { t: i } =
|
|
49927
|
+
const n = t, r = e, { t: i } = Zt({ useScope: "global" }), a = K(), s = K([]), o = K(), l = K(), c = K(), u = K(), f = K(), d = J(() => a.value), h = J(() => s.value.length <= 1), m = K(!1), { open: p } = ku(
|
|
49927
49928
|
J(() => ({
|
|
49928
49929
|
component: ase,
|
|
49929
49930
|
props: {
|
|
@@ -60938,7 +60939,7 @@ const Bde = { class: "tw-text-[color:var(--error-color)]" }, Ude = {
|
|
|
60938
60939
|
},
|
|
60939
60940
|
emits: ["swipeStart", "click", "select"],
|
|
60940
60941
|
setup(t, { emit: e }) {
|
|
60941
|
-
const n = t, r = e, { t: i } =
|
|
60942
|
+
const n = t, r = e, { t: i } = Zt({ useScope: "global" }), a = K(!1), s = K([]), o = K(null), l = K(null), c = J(() => l.value?.offsetWidth), u = K("0"), f = K("0"), { isSwiping: d, lengthX: h } = uD(o, {
|
|
60942
60943
|
threshold: 0,
|
|
60943
60944
|
onSwipeStart() {
|
|
60944
60945
|
_();
|
|
@@ -61359,7 +61360,7 @@ const Ape = { key: 0 }, Spe = { class: "tw-p-3" }, Ope = { class: "tw-flex tw-fl
|
|
|
61359
61360
|
},
|
|
61360
61361
|
emits: ["paginationClick", "selectionChanged", "search:change", "headerClick", "itemClick", "scroll:ptr", "row:reorder", "select:all", "onEditComplete", "onAddNewRow", "onCellBlur"],
|
|
61361
61362
|
setup(t, { emit: e }) {
|
|
61362
|
-
const n = t, r = e, { t: i } =
|
|
61363
|
+
const n = t, r = e, { t: i } = Zt({ useScope: "global" }), a = hr(), s = cs(), o = K(), l = K();
|
|
61363
61364
|
let c = null, u = null;
|
|
61364
61365
|
const f = K([]), d = K(!1), h = Tr(), m = K(), p = K([]), v = K(), b = K(!1), y = K(), _ = K(), g = K(), w = aD(), E = K(), A = K(!1), O = K(!1), I = Bg(
|
|
61365
61366
|
"VC_TABLE_STATE_" + n.stateKey.toUpperCase(),
|