admins-components 3.3.6 → 3.3.8
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/dist/admins-components.cjs +2 -2
- package/dist/admins-components.js +474 -463
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var E6t = Object.defineProperty;
|
|
2
2
|
var w6t = (l, f, _) => f in l ? E6t(l, f, { enumerable: !0, configurable: !0, writable: !0, value: _ }) : l[f] = _;
|
|
3
3
|
var _v = (l, f, _) => w6t(l, typeof f != "symbol" ? f + "" : f, _);
|
|
4
|
-
import { defineComponent as Mg, createElementBlock as ha, openBlock as hi, createElementVNode as Qn, toDisplayString as Nf, resolveComponent as Mx, Fragment as $f, renderList as x_, createVNode as Lx, createBlock as L_, createCommentVNode as bc, watch as
|
|
4
|
+
import { defineComponent as Mg, createElementBlock as ha, openBlock as hi, createElementVNode as Qn, toDisplayString as Nf, resolveComponent as Mx, Fragment as $f, renderList as x_, createVNode as Lx, createBlock as L_, createCommentVNode as bc, watch as ws, ref as Gr, onMounted as xu, onUnmounted as TA, unref as ITe, normalizeStyle as fie, normalizeClass as KS, createTextVNode as _ie, computed as Ze, shallowRef as o3, shallowReadonly as D6t, toRef as A6t, readonly as OTe, customRef as P6t, toValue as Iw, getCurrentScope as N6t, onScopeDispose as I6t, nextTick as Bc, isRef as hWe, reactive as kne, withDirectives as O6t, vModelCheckbox as F6t, markRaw as g3, h as c3, toRefs as Aa, getCurrentInstance as pb, onBeforeUnmount as hA, inject as rf, onBeforeMount as f7, provide as w2, onUpdated as vWe, onBeforeUpdate as yWe, createSlots as g7, withCtx as N2, renderSlot as h7, resolveDynamicComponent as v7 } from "vue";
|
|
5
5
|
const M6t = { class: "form-check" }, L6t = ["checked", "id"], R6t = ["for"], zne = /* @__PURE__ */ Mg({
|
|
6
6
|
__name: "CheckBox",
|
|
7
7
|
props: {
|
|
@@ -79,14 +79,14 @@ const M6t = { class: "form-check" }, L6t = ["checked", "id"], R6t = ["for"], zne
|
|
|
79
79
|
emits: ["selected", "filtered"],
|
|
80
80
|
setup(l, { emit: f }) {
|
|
81
81
|
const _ = l;
|
|
82
|
-
|
|
82
|
+
ws(_.options, () => {
|
|
83
83
|
_.filterevent && (He.value = _.options.value);
|
|
84
|
-
}),
|
|
84
|
+
}), ws(
|
|
85
85
|
() => _.selected,
|
|
86
86
|
() => {
|
|
87
87
|
V();
|
|
88
88
|
}
|
|
89
|
-
),
|
|
89
|
+
), ws(
|
|
90
90
|
() => _.label,
|
|
91
91
|
() => {
|
|
92
92
|
V();
|
|
@@ -95,7 +95,7 @@ const M6t = { class: "form-check" }, L6t = ["checked", "id"], R6t = ["for"], zne
|
|
|
95
95
|
const h = f, x = (vr) => {
|
|
96
96
|
_.storeselected || (O.value = vr.label), h("selected", vr);
|
|
97
97
|
}, A = "törlés", O = Gr(""), $ = Gr(null);
|
|
98
|
-
|
|
98
|
+
ws(
|
|
99
99
|
() => $.value,
|
|
100
100
|
() => {
|
|
101
101
|
$.value && document.getElementById($.value.id).scrollIntoView();
|
|
@@ -490,7 +490,7 @@ function FTe(l, f = !1) {
|
|
|
490
490
|
function _(ce, { flush: se = "sync", deep: _e = !1, timeout: He, throwOnTimeout: Ye } = {}) {
|
|
491
491
|
let tt = null;
|
|
492
492
|
const ft = [new Promise((dt) => {
|
|
493
|
-
tt =
|
|
493
|
+
tt = ws(
|
|
494
494
|
l,
|
|
495
495
|
(rt) => {
|
|
496
496
|
ce(rt) !== f && (tt ? tt() : Bc(() => tt == null ? void 0 : tt()), dt(rt));
|
|
@@ -512,7 +512,7 @@ function FTe(l, f = !1) {
|
|
|
512
512
|
const { flush: _e = "sync", deep: He = !1, timeout: Ye, throwOnTimeout: tt } = se ?? {};
|
|
513
513
|
let bt = null;
|
|
514
514
|
const dt = [new Promise((rt) => {
|
|
515
|
-
bt =
|
|
515
|
+
bt = ws(
|
|
516
516
|
[l, ce],
|
|
517
517
|
([St, vr]) => {
|
|
518
518
|
f !== (St === vr) && (bt ? bt() : Bc(() => bt == null ? void 0 : bt()), rt(St));
|
|
@@ -751,7 +751,7 @@ function SAt(l, ...f) {
|
|
|
751
751
|
Vi === _n && Wt(!1), Bt && Bt.stop(), _e.trigger(null);
|
|
752
752
|
});
|
|
753
753
|
}, sr = VSe(O.refetch);
|
|
754
|
-
|
|
754
|
+
ws(
|
|
755
755
|
[
|
|
756
756
|
sr,
|
|
757
757
|
VSe(l)
|
|
@@ -791,7 +791,7 @@ function SAt(l, ...f) {
|
|
|
791
791
|
function si(vn) {
|
|
792
792
|
return (an, fn) => {
|
|
793
793
|
if (!Ye.value)
|
|
794
|
-
return $.method = vn, $.payload = an, $.payloadType = fn, hWe($.payload) &&
|
|
794
|
+
return $.method = vn, $.payload = an, $.payloadType = fn, hWe($.payload) && ws(
|
|
795
795
|
[
|
|
796
796
|
sr,
|
|
797
797
|
VSe($.payload)
|
|
@@ -917,9 +917,9 @@ function kU(l, f, _, h) {
|
|
|
917
917
|
`Method: ${l.method} is not implemented!`
|
|
918
918
|
);
|
|
919
919
|
}
|
|
920
|
-
|
|
920
|
+
ws($, (ce) => {
|
|
921
921
|
x.data.value = ce;
|
|
922
|
-
}),
|
|
922
|
+
}), ws(V, (ce) => {
|
|
923
923
|
x.isFetching.value = ce, ce || K();
|
|
924
924
|
}), x.fetch = O, O.execute();
|
|
925
925
|
}, x;
|
|
@@ -1323,7 +1323,7 @@ const wAt = { class: "d-flex flex-column w-100 gap-2" }, DAt = { class: "d-flex
|
|
|
1323
1323
|
}
|
|
1324
1324
|
A.value = bt, x.value = tt, ce(), h("changed", { local: x.value, utc: A.value });
|
|
1325
1325
|
};
|
|
1326
|
-
return
|
|
1326
|
+
return ws(se, () => {
|
|
1327
1327
|
h("calendar", se.value);
|
|
1328
1328
|
}), (Ye, tt) => (hi(), ha("div", zAt, [
|
|
1329
1329
|
Qn("div", qAt, [
|
|
@@ -1420,7 +1420,7 @@ const wAt = { class: "d-flex flex-column w-100 gap-2" }, DAt = { class: "d-flex
|
|
|
1420
1420
|
}, ft = (dt) => {
|
|
1421
1421
|
dt ? bt() : tt();
|
|
1422
1422
|
};
|
|
1423
|
-
return
|
|
1423
|
+
return ws(x, () => {
|
|
1424
1424
|
x.value ? tt() : bt();
|
|
1425
1425
|
}), (dt, rt) => (hi(), ha($f, null, [
|
|
1426
1426
|
Qn("div", {
|
|
@@ -1582,7 +1582,7 @@ const HSe = Gr({}), CWe = /* @__PURE__ */ Mg({
|
|
|
1582
1582
|
(j) => K.value.push({ label: j.toString(), id: j.toString() })
|
|
1583
1583
|
), K;
|
|
1584
1584
|
}, A = Gr(1);
|
|
1585
|
-
|
|
1585
|
+
ws(
|
|
1586
1586
|
() => _.settings.value,
|
|
1587
1587
|
() => {
|
|
1588
1588
|
A.value = 1;
|
|
@@ -2194,12 +2194,12 @@ const iPt = { class: "hdr-container d-flex flex-row flex-wrap align-items-center
|
|
|
2194
2194
|
emits: ["update"],
|
|
2195
2195
|
setup(l, { emit: f }) {
|
|
2196
2196
|
const _ = l, h = Gr({
|
|
2197
|
-
id: "",
|
|
2197
|
+
id: "00000000-0000-0000-0000-000000000000",
|
|
2198
2198
|
isAdult: !1,
|
|
2199
2199
|
source: "",
|
|
2200
2200
|
title: ""
|
|
2201
2201
|
});
|
|
2202
|
-
|
|
2202
|
+
ws(
|
|
2203
2203
|
() => _,
|
|
2204
2204
|
() => {
|
|
2205
2205
|
_.modelValue && (h.value = { ..._.modelValue });
|
|
@@ -2219,7 +2219,7 @@ const iPt = { class: "hdr-container d-flex flex-row flex-wrap align-items-center
|
|
|
2219
2219
|
(ft = document.getElementById(j.value)) == null || ft.showModal();
|
|
2220
2220
|
});
|
|
2221
2221
|
}, He = (bt) => {
|
|
2222
|
-
bt.preventDefault(), h.value.id = "", h.value.isAdult = !1, h.value.source = "", h.value.title = "", tt();
|
|
2222
|
+
bt.preventDefault(), h.value.id = "00000000-0000-0000-0000-000000000000", h.value.isAdult = !1, h.value.source = "", h.value.title = "", tt();
|
|
2223
2223
|
}, Ye = (bt) => {
|
|
2224
2224
|
var ft, dt;
|
|
2225
2225
|
((ft = bt == null ? void 0 : bt.detail) == null ? void 0 : ft.causationid) === j.value && ((dt = document.getElementById(j.value)) == null || dt.close(), h.value.id = bt.detail.image.id, h.value.source = bt.detail.image.source, h.value.title = bt.detail.image.title, h.value.isAdult = bt.detail.image.isAdult, tt());
|
|
@@ -8645,7 +8645,7 @@ function PHt(l, f, _) {
|
|
|
8645
8645
|
_e ? t7(dt, _e, He) : dt = Object.assign({}, dt, He), V.value = dt;
|
|
8646
8646
|
}
|
|
8647
8647
|
};
|
|
8648
|
-
return $ && $.value &&
|
|
8648
|
+
return $ && $.value && ws(ce, (_e, He) => {
|
|
8649
8649
|
S3(_e, He) || (V.value = _e);
|
|
8650
8650
|
}, {
|
|
8651
8651
|
deep: !0,
|
|
@@ -8715,7 +8715,7 @@ var NHt = function(f, _) {
|
|
|
8715
8715
|
onError: oa,
|
|
8716
8716
|
onLanguage: Ls,
|
|
8717
8717
|
onBeforeMount: fs,
|
|
8718
|
-
onMounted:
|
|
8718
|
+
onMounted: Ds,
|
|
8719
8719
|
onBeforeUpdate: Yo,
|
|
8720
8720
|
onUpdated: ul,
|
|
8721
8721
|
onBeforeUnmount: $d,
|
|
@@ -8794,7 +8794,7 @@ var NHt = function(f, _) {
|
|
|
8794
8794
|
onError: oa.value,
|
|
8795
8795
|
onLanguage: Ls.value,
|
|
8796
8796
|
onBeforeMount: fs.value,
|
|
8797
|
-
onMounted:
|
|
8797
|
+
onMounted: Ds.value,
|
|
8798
8798
|
onBeforeUpdate: Yo.value,
|
|
8799
8799
|
onUpdated: ul.value,
|
|
8800
8800
|
onBeforeUnmount: $d.value,
|
|
@@ -9143,13 +9143,13 @@ var NHt = function(f, _) {
|
|
|
9143
9143
|
_s && ry(Yi, _s);
|
|
9144
9144
|
}), jl("beforeMount", n_);
|
|
9145
9145
|
}), xu(() => {
|
|
9146
|
-
Qc.value = !0,
|
|
9146
|
+
Qc.value = !0, ws(Cp, (Yi, _s) => {
|
|
9147
9147
|
S3(Yi, _s) || (jl("change", Yi, _s, n_), vd && vd.value !== void 0 && (_.emit("input", Yi), _.emit("update:modelValue", Yi)));
|
|
9148
9148
|
}, {
|
|
9149
9149
|
deep: !0,
|
|
9150
9150
|
immediate: !1
|
|
9151
9151
|
}), vd && vd.value !== void 0 && JSON.stringify(vd.value) !== JSON.stringify(Cp.value) && (_.emit("input", Cp.value), _.emit("update:modelValue", Cp.value)), jl("mounted", n_);
|
|
9152
|
-
}), yWe(() => jl("beforeUpdate", n_)), vWe(() => jl("updated", n_)), hA(() => jl("beforeUnmount", n_)), TA(() => jl("unmounted", n_)),
|
|
9152
|
+
}), yWe(() => jl("beforeUpdate", n_)), vWe(() => jl("updated", n_)), hA(() => jl("beforeUnmount", n_)), TA(() => jl("unmounted", n_)), ws(Ze(() => Co.value.language), (Yi, _s) => {
|
|
9153
9153
|
Yi && ig(Yi);
|
|
9154
9154
|
}), {
|
|
9155
9155
|
tabs$: bs,
|
|
@@ -9322,7 +9322,7 @@ var NHt = function(f, _) {
|
|
|
9322
9322
|
flatTree: oa,
|
|
9323
9323
|
translations: Ls,
|
|
9324
9324
|
locale$: fs,
|
|
9325
|
-
prepareElements:
|
|
9325
|
+
prepareElements: Ds,
|
|
9326
9326
|
updateModel: Yo,
|
|
9327
9327
|
update: ul,
|
|
9328
9328
|
load: $d,
|
|
@@ -9415,7 +9415,7 @@ var NHt = function(f, _) {
|
|
|
9415
9415
|
flatTree: oa,
|
|
9416
9416
|
translations: Ls,
|
|
9417
9417
|
locale$: fs,
|
|
9418
|
-
prepareElements:
|
|
9418
|
+
prepareElements: Ds,
|
|
9419
9419
|
updateModel: Yo,
|
|
9420
9420
|
update: ul,
|
|
9421
9421
|
load: $d,
|
|
@@ -9848,13 +9848,13 @@ var ml = class {
|
|
|
9848
9848
|
constructor(l, f) {
|
|
9849
9849
|
var _;
|
|
9850
9850
|
this.rule = l, this.attributes = l.attributes || {}, this.conditions = l.conditions || [], this.dependents = l.dependents || [], this.element$ = f.element$, this.form$ = ((_ = f.element$) === null || _ === void 0 ? void 0 : _.form$) || {}, this.config$ = f.config$, this.numeric = f.numeric || !1, this.elementMessages = f.element$.messages, this.invalid = !1, this.pending = !1, this.debouncer = null, this.lastValue = null, this.watchers = {}, this.dependents.forEach((h) => {
|
|
9851
|
-
|
|
9851
|
+
ws(Ze(() => {
|
|
9852
9852
|
var x;
|
|
9853
9853
|
return (x = this.form$.el$(h)) === null || x === void 0 ? void 0 : x.value;
|
|
9854
9854
|
}), () => {
|
|
9855
9855
|
this.element$.validated && (this.name === "nullable" ? this.element$.validate() : this.revalidate());
|
|
9856
9856
|
});
|
|
9857
|
-
}),
|
|
9857
|
+
}), ws(Ze(() => f.element$.messages), (h, x) => {
|
|
9858
9858
|
EC(h, x) || (this.elementMessages = f.element$.messages);
|
|
9859
9859
|
}, {
|
|
9860
9860
|
deep: !0
|
|
@@ -9966,7 +9966,7 @@ var ml = class {
|
|
|
9966
9966
|
});
|
|
9967
9967
|
}
|
|
9968
9968
|
addWatcher(l) {
|
|
9969
|
-
this.watchers[l] || (this.watchers[l] =
|
|
9969
|
+
this.watchers[l] || (this.watchers[l] = ws(Ze(() => Oh(this.form$.data, l)), () => {
|
|
9970
9970
|
this.revalidate();
|
|
9971
9971
|
}));
|
|
9972
9972
|
}
|
|
@@ -12795,7 +12795,7 @@ function SYe() {
|
|
|
12795
12795
|
enumerable: !0,
|
|
12796
12796
|
value: !1
|
|
12797
12797
|
}
|
|
12798
|
-
})), bi = null, Ri = null, Qa = !0, Ac = !0, Ws = !1, ht = !0, kc = !1, Sn = !0, Ks = !1, Yc = !1, ks = !1, Da = !1, oa = !1, Ls = !1, fs = !0,
|
|
12798
|
+
})), bi = null, Ri = null, Qa = !0, Ac = !0, Ws = !1, ht = !0, kc = !1, Sn = !0, Ks = !1, Yc = !1, ks = !1, Da = !1, oa = !1, Ls = !1, fs = !0, Ds = !1;
|
|
12799
12799
|
const Yo = "user-content-";
|
|
12800
12800
|
let ul = !0, $d = !1, Wp = {}, Nr = null;
|
|
12801
12801
|
const W_ = tf({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
|
|
@@ -12816,7 +12816,7 @@ function SYe() {
|
|
|
12816
12816
|
let en = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12817
12817
|
if (!(cn && cn === en)) {
|
|
12818
12818
|
if ((!en || typeof en != "object") && (en = {}), en = lA(en), bs = // eslint-disable-next-line unicorn/prefer-includes
|
|
12819
|
-
Uf.indexOf(en.PARSER_MEDIA_TYPE) === -1 ? Gt : en.PARSER_MEDIA_TYPE, Xt = bs === "application/xhtml+xml" ? uTe : Ine, Li = hC(en, "ALLOWED_TAGS") ? tf({}, en.ALLOWED_TAGS, Xt) : pa, ss = hC(en, "ALLOWED_ATTR") ? tf({}, en.ALLOWED_ATTR, Xt) : jn, Xc = hC(en, "ALLOWED_NAMESPACES") ? tf({}, en.ALLOWED_NAMESPACES, uTe) : ny, If = hC(en, "ADD_URI_SAFE_ATTR") ? tf(lA(jl), en.ADD_URI_SAFE_ATTR, Xt) : jl, n_ = hC(en, "ADD_DATA_URI_TAGS") ? tf(lA(ai), en.ADD_DATA_URI_TAGS, Xt) : ai, Nr = hC(en, "FORBID_CONTENTS") ? tf({}, en.FORBID_CONTENTS, Xt) : W_, bi = hC(en, "FORBID_TAGS") ? tf({}, en.FORBID_TAGS, Xt) : lA({}), Ri = hC(en, "FORBID_ATTR") ? tf({}, en.FORBID_ATTR, Xt) : lA({}), Wp = hC(en, "USE_PROFILES") ? en.USE_PROFILES : !1, Qa = en.ALLOW_ARIA_ATTR !== !1, Ac = en.ALLOW_DATA_ATTR !== !1, Ws = en.ALLOW_UNKNOWN_PROTOCOLS || !1, ht = en.ALLOW_SELF_CLOSE_IN_ATTR !== !1, kc = en.SAFE_FOR_TEMPLATES || !1, Sn = en.SAFE_FOR_XML !== !1, Ks = en.WHOLE_DOCUMENT || !1, Da = en.RETURN_DOM || !1, oa = en.RETURN_DOM_FRAGMENT || !1, Ls = en.RETURN_TRUSTED_TYPE || !1, ks = en.FORCE_BODY || !1, fs = en.SANITIZE_DOM !== !1,
|
|
12819
|
+
Uf.indexOf(en.PARSER_MEDIA_TYPE) === -1 ? Gt : en.PARSER_MEDIA_TYPE, Xt = bs === "application/xhtml+xml" ? uTe : Ine, Li = hC(en, "ALLOWED_TAGS") ? tf({}, en.ALLOWED_TAGS, Xt) : pa, ss = hC(en, "ALLOWED_ATTR") ? tf({}, en.ALLOWED_ATTR, Xt) : jn, Xc = hC(en, "ALLOWED_NAMESPACES") ? tf({}, en.ALLOWED_NAMESPACES, uTe) : ny, If = hC(en, "ADD_URI_SAFE_ATTR") ? tf(lA(jl), en.ADD_URI_SAFE_ATTR, Xt) : jl, n_ = hC(en, "ADD_DATA_URI_TAGS") ? tf(lA(ai), en.ADD_DATA_URI_TAGS, Xt) : ai, Nr = hC(en, "FORBID_CONTENTS") ? tf({}, en.FORBID_CONTENTS, Xt) : W_, bi = hC(en, "FORBID_TAGS") ? tf({}, en.FORBID_TAGS, Xt) : lA({}), Ri = hC(en, "FORBID_ATTR") ? tf({}, en.FORBID_ATTR, Xt) : lA({}), Wp = hC(en, "USE_PROFILES") ? en.USE_PROFILES : !1, Qa = en.ALLOW_ARIA_ATTR !== !1, Ac = en.ALLOW_DATA_ATTR !== !1, Ws = en.ALLOW_UNKNOWN_PROTOCOLS || !1, ht = en.ALLOW_SELF_CLOSE_IN_ATTR !== !1, kc = en.SAFE_FOR_TEMPLATES || !1, Sn = en.SAFE_FOR_XML !== !1, Ks = en.WHOLE_DOCUMENT || !1, Da = en.RETURN_DOM || !1, oa = en.RETURN_DOM_FRAGMENT || !1, Ls = en.RETURN_TRUSTED_TYPE || !1, ks = en.FORCE_BODY || !1, fs = en.SANITIZE_DOM !== !1, Ds = en.SANITIZE_NAMED_PROPS || !1, ul = en.KEEP_CONTENT !== !1, $d = en.IN_PLACE || !1, Vi = en.ALLOWED_URI_REGEXP || yYe, fu = en.NAMESPACE || vd, Rs = en.MATHML_TEXT_INTEGRATION_POINTS || Rs, Rg = en.HTML_INTEGRATION_POINTS || Rg, di = en.CUSTOM_ELEMENT_HANDLING || {}, en.CUSTOM_ELEMENT_HANDLING && ja(en.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (di.tagNameCheck = en.CUSTOM_ELEMENT_HANDLING.tagNameCheck), en.CUSTOM_ELEMENT_HANDLING && ja(en.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (di.attributeNameCheck = en.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), en.CUSTOM_ELEMENT_HANDLING && typeof en.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (di.allowCustomizedBuiltInElements = en.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), kc && (Ac = !1), oa && (Da = !0), Wp && (Li = tf({}, jUe), ss = [], Wp.html === !0 && (tf(Li, RUe), tf(ss, BUe)), Wp.svg === !0 && (tf(Li, fTe), tf(ss, dTe), tf(ss, gne)), Wp.svgFilters === !0 && (tf(Li, _Te), tf(ss, dTe), tf(ss, gne)), Wp.mathMl === !0 && (tf(Li, pTe), tf(ss, $Ue), tf(ss, gne))), en.ADD_TAGS && (Li === pa && (Li = lA(Li)), tf(Li, en.ADD_TAGS, Xt)), en.ADD_ATTR && (ss === jn && (ss = lA(ss)), tf(ss, en.ADD_ATTR, Xt)), en.ADD_URI_SAFE_ATTR && tf(If, en.ADD_URI_SAFE_ATTR, Xt), en.FORBID_CONTENTS && (Nr === W_ && (Nr = lA(Nr)), tf(Nr, en.FORBID_CONTENTS, Xt)), ul && (Li["#text"] = !0), Ks && tf(Li, ["html", "head", "body"]), Li.table && (tf(Li, ["tbody"]), delete bi.tbody), en.TRUSTED_TYPES_POLICY) {
|
|
12820
12820
|
if (typeof en.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
12821
12821
|
throw dU('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
12822
12822
|
if (typeof en.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
@@ -12989,7 +12989,7 @@ function SYe() {
|
|
|
12989
12989
|
value: _m
|
|
12990
12990
|
} = Cp, Va = Xt(Ep), Bh = _m;
|
|
12991
12991
|
let Sa = Ep === "value" ? Bh : iQt(Bh);
|
|
12992
|
-
if (fi.attrName = Va, fi.attrValue = Sa, fi.keepAttr = !0, fi.forceKeepAttr = void 0, Pc(dn.uponSanitizeAttribute, en, fi), Sa = fi.attrValue,
|
|
12992
|
+
if (fi.attrName = Va, fi.attrValue = Sa, fi.keepAttr = !0, fi.forceKeepAttr = void 0, Pc(dn.uponSanitizeAttribute, en, fi), Sa = fi.attrValue, Ds && (Va === "id" || Va === "name") && (Zo(Ep, en), Sa = Yo + Sa), Sn && lb(/((--!?|])>)|<\/(style|title)/i, Sa)) {
|
|
12993
12993
|
Zo(Ep, en);
|
|
12994
12994
|
continue;
|
|
12995
12995
|
}
|
|
@@ -14949,7 +14949,7 @@ var RZt = LZt, jZt = FYe, BZt = RZt, $Zt = jZt(BZt), One = $Zt, MYe = {
|
|
|
14949
14949
|
}, Kn = (vn, an) => {
|
|
14950
14950
|
vn.tabs$ !== void 0 ? h.value.$set(vn, "tabs$", null) : an(vn.$parent, an);
|
|
14951
14951
|
};
|
|
14952
|
-
return w2("View", A),
|
|
14952
|
+
return w2("View", A), ws(ft, (vn, an) => {
|
|
14953
14953
|
var fn = pke(x0(vn), x0(an));
|
|
14954
14954
|
li(fn, (Vi) => {
|
|
14955
14955
|
ft.value[Vi].deactivate();
|
|
@@ -14957,12 +14957,12 @@ var RZt = LZt, jZt = FYe, BZt = RZt, $Zt = jZt(BZt), One = $Zt, MYe = {
|
|
|
14957
14957
|
}, {
|
|
14958
14958
|
deep: !1,
|
|
14959
14959
|
lazy: !0
|
|
14960
|
-
}),
|
|
14960
|
+
}), ws(dt, /* @__PURE__ */ Zs(function* () {
|
|
14961
14961
|
yield Bc(), yield Bc(), (vr.value === void 0 || vr.value.index === void 0) && Bt.value && Bt.value.select();
|
|
14962
14962
|
}), {
|
|
14963
14963
|
deep: !0,
|
|
14964
14964
|
lazy: !0
|
|
14965
|
-
}),
|
|
14965
|
+
}), ws(dt, (vn) => {
|
|
14966
14966
|
var an = [];
|
|
14967
14967
|
li(vn, (fn, Vi) => {
|
|
14968
14968
|
an.push(tt.value[tt.value.map((Li) => oh(Li.name)).indexOf(oh(Vi))]);
|
|
@@ -15213,16 +15213,16 @@ var Xie = function(f, _, h) {
|
|
|
15213
15213
|
}, bi = (Ri, Qa) => {
|
|
15214
15214
|
Ri.tabs$Array ? Ri.tabs$Array.splice(Ri.tabs$Array.map((Ac) => oh(Ac.name)).indexOf(oh(_.value)), 1) : Qa(Ri.$parent, Qa);
|
|
15215
15215
|
};
|
|
15216
|
-
return
|
|
15216
|
+
return ws(Dt, () => {
|
|
15217
15217
|
mr.value && li(Dt.value, (Ri) => {
|
|
15218
15218
|
Ri.activate();
|
|
15219
15219
|
});
|
|
15220
15220
|
}, {
|
|
15221
15221
|
deep: !1,
|
|
15222
15222
|
lazy: !0
|
|
15223
|
-
}),
|
|
15223
|
+
}), ws(ft, () => {
|
|
15224
15224
|
Wt.value = ft.value && typeof ft.value == "object" ? g3(ft.value) : ft.value;
|
|
15225
|
-
}),
|
|
15225
|
+
}), ws(Ye, (Ri, Qa) => {
|
|
15226
15226
|
Ri != null && Ri.length ? pa() : ss();
|
|
15227
15227
|
}), xu(() => {
|
|
15228
15228
|
Bc(() => {
|
|
@@ -15368,7 +15368,7 @@ var Xie = function(f, _, h) {
|
|
|
15368
15368
|
});
|
|
15369
15369
|
return;
|
|
15370
15370
|
}
|
|
15371
|
-
bt.value =
|
|
15371
|
+
bt.value = ws(Bt, (Da) => {
|
|
15372
15372
|
Da && vn.value.select(), bt.value();
|
|
15373
15373
|
});
|
|
15374
15374
|
});
|
|
@@ -15395,7 +15395,7 @@ var Xie = function(f, _, h) {
|
|
|
15395
15395
|
}, Yc = (ks, Da) => {
|
|
15396
15396
|
ks.steps$ !== void 0 ? h.value.$set(ks, "steps$", null) : Da(ks.$parent, Da);
|
|
15397
15397
|
};
|
|
15398
|
-
return w2("View", A),
|
|
15398
|
+
return w2("View", A), ws(rt, (ks, Da) => {
|
|
15399
15399
|
var oa = pke(x0(ks), x0(Da));
|
|
15400
15400
|
li(oa, (Ls) => {
|
|
15401
15401
|
rt.value[Ls].deactivate();
|
|
@@ -15403,14 +15403,14 @@ var Xie = function(f, _, h) {
|
|
|
15403
15403
|
}, {
|
|
15404
15404
|
deep: !1,
|
|
15405
15405
|
lazy: !0
|
|
15406
|
-
}),
|
|
15406
|
+
}), ws(dt, () => {
|
|
15407
15407
|
Bc(() => {
|
|
15408
15408
|
fn.value, si.value.index === void 0 && sr.value && sr.value.select();
|
|
15409
15409
|
});
|
|
15410
15410
|
}, {
|
|
15411
15411
|
deep: !0,
|
|
15412
15412
|
lazy: !0
|
|
15413
|
-
}),
|
|
15413
|
+
}), ws(dt, (ks) => {
|
|
15414
15414
|
var Da = [];
|
|
15415
15415
|
li(ks, (oa, Ls) => {
|
|
15416
15416
|
Da.push(tt.value[tt.value.map((fs) => oh(fs.name)).indexOf(oh(Ls))]);
|
|
@@ -15423,7 +15423,7 @@ var Xie = function(f, _, h) {
|
|
|
15423
15423
|
Yc(_.$parent, Yc);
|
|
15424
15424
|
}), xu(() => {
|
|
15425
15425
|
Bc(() => {
|
|
15426
|
-
(si.value === void 0 || si.value.index === void 0) && (sr.value.enable(), sr.value.select()), kc(),
|
|
15426
|
+
(si.value === void 0 || si.value.index === void 0) && (sr.value.enable(), sr.value.select()), kc(), ws(dn, () => {
|
|
15427
15427
|
Sn();
|
|
15428
15428
|
}, {
|
|
15429
15429
|
flush: "post"
|
|
@@ -15787,7 +15787,7 @@ var Xie = function(f, _, h) {
|
|
|
15787
15787
|
var fs;
|
|
15788
15788
|
return Object.keys((Ii == null || (fs = Ii.value) === null || fs === void 0 ? void 0 : fs.steps$) || /* istanbul ignore next: failsafe only, step can not exist by itself */
|
|
15789
15789
|
{}).indexOf(_.value);
|
|
15790
|
-
}), Kn = Ze(() => Dt.value === 0), vn = Ze(() => Ii.value.last$.name === _.value), an = Ze(() => lke(sr.value, (fs,
|
|
15790
|
+
}), Kn = Ze(() => Dt.value === 0), vn = Ze(() => Ii.value.last$.name === _.value), an = Ze(() => lke(sr.value, (fs, Ds) => x.value.indexOf(Ds) !== -1)), fn = Ze(() => He.value), Vi = Ze(() => Tu(an.value, {
|
|
15791
15791
|
available: !0,
|
|
15792
15792
|
invalid: !0
|
|
15793
15793
|
})), Li = Ze(() => Tu(an.value, {
|
|
@@ -15805,11 +15805,11 @@ var Xie = function(f, _, h) {
|
|
|
15805
15805
|
}), Ri = /* @__PURE__ */ function() {
|
|
15806
15806
|
var fs = Zs(function* () {
|
|
15807
15807
|
ss.value && !Vi.value && O.value.shouldValidateOnChange || (yield t1(an.value, /* @__PURE__ */ function() {
|
|
15808
|
-
var
|
|
15808
|
+
var Ds = Zs(function* (Yo) {
|
|
15809
15809
|
(!Yo.validated || Yo.invalid || !O.value.shouldValidateOnChange) && Yo.available && !Yo.isStatic && (yield Yo.validate());
|
|
15810
15810
|
});
|
|
15811
15811
|
return function(Yo) {
|
|
15812
|
-
return
|
|
15812
|
+
return Ds.apply(this, arguments);
|
|
15813
15813
|
};
|
|
15814
15814
|
}()));
|
|
15815
15815
|
});
|
|
@@ -15829,8 +15829,8 @@ var Xie = function(f, _, h) {
|
|
|
15829
15829
|
}, Sn = () => {
|
|
15830
15830
|
dn.value = !1;
|
|
15831
15831
|
}, Ks = () => {
|
|
15832
|
-
var fs,
|
|
15833
|
-
_n.value || !((fs = Ii.value) !== null && fs !== void 0 && fs.select) || ((
|
|
15832
|
+
var fs, Ds;
|
|
15833
|
+
_n.value || !((fs = Ii.value) !== null && fs !== void 0 && fs.select) || ((Ds = Ii.value) === null || Ds === void 0 || Ds.select(bi.value), li(an.value, (Yo) => {
|
|
15834
15834
|
Yo.activate();
|
|
15835
15835
|
}), Qa());
|
|
15836
15836
|
}, Yc = () => {
|
|
@@ -15843,23 +15843,23 @@ var Xie = function(f, _, h) {
|
|
|
15843
15843
|
});
|
|
15844
15844
|
}, Da = () => {
|
|
15845
15845
|
ks(), Yc();
|
|
15846
|
-
}, oa = (fs,
|
|
15847
|
-
fs.steps$Array ? fs.steps$Array.push(A) :
|
|
15848
|
-
}, Ls = (fs,
|
|
15849
|
-
fs.steps$Array ? fs.steps$Array.splice(fs.steps$Array.map((Yo) => oh(Yo.name)).indexOf(oh(_.value)), 1) :
|
|
15846
|
+
}, oa = (fs, Ds) => {
|
|
15847
|
+
fs.steps$Array ? fs.steps$Array.push(A) : Ds(fs.$parent, Ds);
|
|
15848
|
+
}, Ls = (fs, Ds) => {
|
|
15849
|
+
fs.steps$Array ? fs.steps$Array.splice(fs.steps$Array.map((Yo) => oh(Yo.name)).indexOf(oh(_.value)), 1) : Ds(fs.$parent, Ds);
|
|
15850
15850
|
};
|
|
15851
|
-
return
|
|
15851
|
+
return ws(fn, (fs) => {
|
|
15852
15852
|
fs && Dt.value < O.value.steps$.current$.index && Ws();
|
|
15853
|
-
}),
|
|
15853
|
+
}), ws(an, () => {
|
|
15854
15854
|
Wt.value && li(an.value, (fs) => {
|
|
15855
15855
|
fs.activate();
|
|
15856
15856
|
});
|
|
15857
15857
|
}, {
|
|
15858
15858
|
deep: !1,
|
|
15859
15859
|
lazy: !0
|
|
15860
|
-
}),
|
|
15860
|
+
}), ws(ft, () => {
|
|
15861
15861
|
mr.value = ft.value && typeof ft.value == "object" ? g3(ft.value) : ft.value;
|
|
15862
|
-
}),
|
|
15862
|
+
}), ws(Ye, (fs, Ds) => {
|
|
15863
15863
|
fs != null && fs.length ? Yc() : ks();
|
|
15864
15864
|
}), xu(() => {
|
|
15865
15865
|
Bc(() => {
|
|
@@ -16580,7 +16580,7 @@ var GYe = {
|
|
|
16580
16580
|
var Ks = dt.value.getBoundingClientRect(), Yc = Sn.getBoundingClientRect(), ks = Ks.top + Ks.height / 2, Da = Yc.top + Yc.height / 2, oa = ks - Da, Ls = rt.value.scrollTop - oa;
|
|
16581
16581
|
rt.value.scrollTop = Ls;
|
|
16582
16582
|
} else {
|
|
16583
|
-
var fs = Sn.getBoundingClientRect(),
|
|
16583
|
+
var fs = Sn.getBoundingClientRect(), Ds = rt.value.getBoundingClientRect(), Yo = fs.top - Ds.top;
|
|
16584
16584
|
rt.value.scrollTop = Yo + rt.value.scrollTop;
|
|
16585
16585
|
}
|
|
16586
16586
|
}, Li = /* @__PURE__ */ function() {
|
|
@@ -16642,7 +16642,7 @@ var GYe = {
|
|
|
16642
16642
|
if (Sn.key === "ArrowDown") {
|
|
16643
16643
|
Sn.preventDefault();
|
|
16644
16644
|
var Yc = Dt.value.index === void 0 ? -1 : Dt.value.index, ks = Yc + 1;
|
|
16645
|
-
_.value.length < ks + 1 && (ks = 0), sr.value = !0, Dt.value = _.value.find((
|
|
16645
|
+
_.value.length < ks + 1 && (ks = 0), sr.value = !0, Dt.value = _.value.find((Ds) => Ds.index === ks);
|
|
16646
16646
|
var Da = document.querySelector('[data-dropdown-for="'.concat(A.value.fieldId, '"] [data-index="').concat(ks, '"]'));
|
|
16647
16647
|
Vi(Da), Da.focus(), setTimeout(() => {
|
|
16648
16648
|
sr.value = !1;
|
|
@@ -16652,7 +16652,7 @@ var GYe = {
|
|
|
16652
16652
|
if (Sn.key === "ArrowUp") {
|
|
16653
16653
|
Sn.preventDefault();
|
|
16654
16654
|
var oa = Dt.value.index || 0, Ls = oa - 1;
|
|
16655
|
-
Ls < 0 && (Ls = _.value.length - 1), sr.value = !0, Dt.value = _.value.find((
|
|
16655
|
+
Ls < 0 && (Ls = _.value.length - 1), sr.value = !0, Dt.value = _.value.find((Ds) => Ds.index === Ls);
|
|
16656
16656
|
var fs = document.querySelector('[data-dropdown-for="'.concat(A.value.fieldId, '"] [data-index="').concat(Ls, '"]'));
|
|
16657
16657
|
Vi(fs), fs.focus(), setTimeout(() => {
|
|
16658
16658
|
sr.value = !1;
|
|
@@ -16677,7 +16677,7 @@ var GYe = {
|
|
|
16677
16677
|
};
|
|
16678
16678
|
return hA(() => {
|
|
16679
16679
|
an();
|
|
16680
|
-
}),
|
|
16680
|
+
}), ws(Kn, (Sn) => {
|
|
16681
16681
|
if (!(!Sn || Sn.index === void 0)) {
|
|
16682
16682
|
var Ks = document.querySelector('[data-dropdown-for="'.concat(A.value.fieldId, '"] [data-index="').concat(Sn.index, '"]'));
|
|
16683
16683
|
Vi(Ks), Dt.value = Sn, Ks.focus();
|
|
@@ -17866,9 +17866,9 @@ function ZZt(l, f) {
|
|
|
17866
17866
|
break;
|
|
17867
17867
|
}
|
|
17868
17868
|
}
|
|
17869
|
-
return Gt ??
|
|
17869
|
+
return Gt ?? Ds();
|
|
17870
17870
|
}
|
|
17871
|
-
function
|
|
17871
|
+
function Ds() {
|
|
17872
17872
|
var Gt = document.createElement("style");
|
|
17873
17873
|
return document.head.appendChild(Gt), Gt.sheet;
|
|
17874
17874
|
}
|
|
@@ -18190,18 +18190,18 @@ var aXe = {
|
|
|
18190
18190
|
return Wt.apply(this, arguments);
|
|
18191
18191
|
};
|
|
18192
18192
|
}();
|
|
18193
|
-
return
|
|
18193
|
+
return ws(x, (Wt, _n) => {
|
|
18194
18194
|
var dn;
|
|
18195
18195
|
(dn = tt.value) === null || dn === void 0 || dn.setDate(Wt, !1);
|
|
18196
|
-
}),
|
|
18196
|
+
}), ws(_, (Wt, _n) => {
|
|
18197
18197
|
Bt();
|
|
18198
18198
|
}, {
|
|
18199
18199
|
immediate: !1
|
|
18200
|
-
}),
|
|
18200
|
+
}), ws(h, (Wt, _n) => {
|
|
18201
18201
|
EC(Wt, _n) || mr();
|
|
18202
18202
|
}, {
|
|
18203
18203
|
deep: !0
|
|
18204
|
-
}),
|
|
18204
|
+
}), ws([dt, ft], (Wt, _n) => {
|
|
18205
18205
|
mr();
|
|
18206
18206
|
}, {
|
|
18207
18207
|
deep: !0
|
|
@@ -18370,7 +18370,7 @@ var aXe = {
|
|
|
18370
18370
|
}(), si = () => {
|
|
18371
18371
|
f.emit("blur");
|
|
18372
18372
|
};
|
|
18373
|
-
return
|
|
18373
|
+
return ws(h, (Dt) => {
|
|
18374
18374
|
St.value.contentEditable = !Dt;
|
|
18375
18375
|
}), {
|
|
18376
18376
|
el$: ce,
|
|
@@ -18426,7 +18426,7 @@ var aXe = {
|
|
|
18426
18426
|
}), ce = Ze(() => j.value.classes), se = Ze(() => j.value.cols), _e = (He) => {
|
|
18427
18427
|
K.value = Xl(He);
|
|
18428
18428
|
};
|
|
18429
|
-
return
|
|
18429
|
+
return ws(x, (He) => {
|
|
18430
18430
|
K.value = Xl(He);
|
|
18431
18431
|
}, {
|
|
18432
18432
|
immediate: !1,
|
|
@@ -19603,7 +19603,7 @@ var Kie = (l) => {
|
|
|
19603
19603
|
Ye.value = ft;
|
|
19604
19604
|
}
|
|
19605
19605
|
}), bt = Ze(() => EC(Ye.value, j.value));
|
|
19606
|
-
return (O.init === void 0 || O.init !== !1) && _e.value === void 0 && (Ye.value = j.value instanceof File ? j.value : Xl(j.value)),
|
|
19606
|
+
return (O.init === void 0 || O.init !== !1) && _e.value === void 0 && (Ye.value = j.value instanceof File ? j.value : Xl(j.value)), ws(V, () => {
|
|
19607
19607
|
Ye.value = j.value instanceof File ? j.value : Xl(j.value);
|
|
19608
19608
|
}), {
|
|
19609
19609
|
initialValue: _e,
|
|
@@ -19660,16 +19660,16 @@ var Kie = (l) => {
|
|
|
19660
19660
|
}, si = () => {
|
|
19661
19661
|
Wt.value = gd(V.value, Bt.value, ft.value);
|
|
19662
19662
|
}, Dt = () => {
|
|
19663
|
-
St("reset", Ii), St("clear", Ii), He =
|
|
19663
|
+
St("reset", Ii), St("clear", Ii), He = ws([() => vr.value.i18n.locale, () => ft.value.locale], () => {
|
|
19664
19664
|
si();
|
|
19665
|
-
}), _e =
|
|
19665
|
+
}), _e = ws(() => ft.value.requestData, () => {
|
|
19666
19666
|
var vn = fGe(ft.value.requestData);
|
|
19667
19667
|
for (var an of sr.value)
|
|
19668
19668
|
mr.value[an] = vn[an];
|
|
19669
19669
|
}, {
|
|
19670
19670
|
deep: !0,
|
|
19671
19671
|
immediate: !0
|
|
19672
|
-
}), se =
|
|
19672
|
+
}), se = ws(mr, () => {
|
|
19673
19673
|
Wt.value && Ii();
|
|
19674
19674
|
}, {
|
|
19675
19675
|
deep: !0
|
|
@@ -19679,7 +19679,7 @@ var Kie = (l) => {
|
|
|
19679
19679
|
};
|
|
19680
19680
|
return V.value && xu(() => {
|
|
19681
19681
|
si(), Ii(), Dt();
|
|
19682
|
-
}),
|
|
19682
|
+
}), ws(V, (vn, an) => {
|
|
19683
19683
|
vn ? (si(), Ii(), an || Dt()) : (_n.value = tt.value, Kn());
|
|
19684
19684
|
}, {
|
|
19685
19685
|
immediate: !1,
|
|
@@ -19721,7 +19721,7 @@ var Kie = (l) => {
|
|
|
19721
19721
|
_e.value = tt;
|
|
19722
19722
|
}
|
|
19723
19723
|
}), Ye = Ze(() => EC(_e.value, $.value));
|
|
19724
|
-
return ce.value === void 0 ? _e.value = $.value : _e.value = Wn(Wn({}, $.value), _e.value),
|
|
19724
|
+
return ce.value === void 0 ? _e.value = $.value : _e.value = Wn(Wn({}, $.value), _e.value), ws(A, () => {
|
|
19725
19725
|
_e.value = Xl($.value);
|
|
19726
19726
|
}), {
|
|
19727
19727
|
initialValue: ce,
|
|
@@ -20012,7 +20012,7 @@ var Kie = (l) => {
|
|
|
20012
20012
|
};
|
|
20013
20013
|
}, Mh = function(f, _, h) {
|
|
20014
20014
|
var x = h.form$, A = h.el$, O = h.fire, $ = h.dirt, V = h.validate, K = h.value, j = () => {
|
|
20015
|
-
|
|
20015
|
+
ws(K, (ce, se) => {
|
|
20016
20016
|
S3(ce, se) || (O("change", ce, se, A.value), $ && $(), V && x.value.shouldValidateOnChange && V());
|
|
20017
20017
|
}, {
|
|
20018
20018
|
immediate: !1,
|
|
@@ -20024,7 +20024,7 @@ var Kie = (l) => {
|
|
|
20024
20024
|
};
|
|
20025
20025
|
}, Pke = function(f, _, h) {
|
|
20026
20026
|
var x = h.form$, A = h.el$, O = h.fire, $ = h.dirt, V = h.value, K = h.language, j = h.validateLanguage, ce = () => {
|
|
20027
|
-
|
|
20027
|
+
ws(V, (se, _e) => {
|
|
20028
20028
|
S3(se, _e) || (O("change", se, _e, A.value), $ && $(), x.value.shouldValidateOnChange && j(K.value));
|
|
20029
20029
|
}, {
|
|
20030
20030
|
immediate: !1,
|
|
@@ -20036,7 +20036,7 @@ var Kie = (l) => {
|
|
|
20036
20036
|
};
|
|
20037
20037
|
}, hXe = function(f, _, h) {
|
|
20038
20038
|
var x = h.form$, A = h.el$, O = h.fire, $ = h.dirt, V = h.validateValidators, K = h.value, j = () => {
|
|
20039
|
-
|
|
20039
|
+
ws(K, (ce, se) => {
|
|
20040
20040
|
S3(ce, se) || (O("change", ce, se, A.value), $ && $(), V && x.value.shouldValidateOnChange && V());
|
|
20041
20041
|
}, {
|
|
20042
20042
|
immediate: !1,
|
|
@@ -20055,7 +20055,7 @@ var Kie = (l) => {
|
|
|
20055
20055
|
dirt: V,
|
|
20056
20056
|
validateValidators: K
|
|
20057
20057
|
} = h, j = () => {
|
|
20058
|
-
|
|
20058
|
+
ws(O, (ce, se) => {
|
|
20059
20059
|
S3(ce, se) || (A("change", ce, se, $.value), V && V(), K && x.value.shouldValidateOnChange && K());
|
|
20060
20060
|
}, {
|
|
20061
20061
|
immediate: !1,
|
|
@@ -20069,7 +20069,7 @@ var Kie = (l) => {
|
|
|
20069
20069
|
var {
|
|
20070
20070
|
displayKey: x
|
|
20071
20071
|
} = Aa(f), A = h.form$, O = h.el$, $ = h.fire, V = h.dirt, K = h.validate, j = h.value, ce = h.input, se = () => {
|
|
20072
|
-
|
|
20072
|
+
ws(j, (_e, He) => {
|
|
20073
20073
|
S3(_e, He) || ($("change", _e, He, O.value), V(), ce.value.value = ce.value && j.value && j.value[x.value] !== void 0 ? j.value[x.value] : "", K && A.value.shouldValidateOnChange && K());
|
|
20074
20074
|
}, {
|
|
20075
20075
|
immediate: !1,
|
|
@@ -20104,7 +20104,7 @@ var Kie = (l) => {
|
|
|
20104
20104
|
};
|
|
20105
20105
|
return xu(() => {
|
|
20106
20106
|
rt.value && Bt();
|
|
20107
|
-
}),
|
|
20107
|
+
}), ws(rt, /* @__PURE__ */ function() {
|
|
20108
20108
|
var Wt = Zs(function* (_n, dn) {
|
|
20109
20109
|
_n ? _n && (yield Bc(), Bt(), ft()) : mr();
|
|
20110
20110
|
});
|
|
@@ -21658,7 +21658,7 @@ var _er = fer, per = NL, der = _er, mer = rW, nWe = tke, ger = mer(function(l, f
|
|
|
21658
21658
|
});
|
|
21659
21659
|
}
|
|
21660
21660
|
}), ce = h.input, se = h.model, _e = h.value, He = h.language;
|
|
21661
|
-
return
|
|
21661
|
+
return ws(He, () => {
|
|
21662
21662
|
ce.value.update(se.value);
|
|
21663
21663
|
}), {
|
|
21664
21664
|
data: x,
|
|
@@ -21902,7 +21902,7 @@ var _er = fer, per = NL, der = _er, mer = rW, nWe = tke, ger = mer(function(l, f
|
|
|
21902
21902
|
return Vi.apply(this, arguments);
|
|
21903
21903
|
};
|
|
21904
21904
|
}();
|
|
21905
|
-
return
|
|
21905
|
+
return ws(ft, (Vi, Li) => {
|
|
21906
21906
|
var pa = typeof Li == "number" ? Li : Object.keys(Li).length, ss = typeof Vi == "number" ? Vi : Object.keys(Vi).length, jn = pa > ss ? "decrease" : "increase", di = jn === "increase" ? ss - pa : pa - ss, bi = ss - 1, Ri = pa - 1, Qa = Wn({}, bt.value);
|
|
21907
21907
|
if (jn === "increase")
|
|
21908
21908
|
switch (Ye.value) {
|
|
@@ -22272,7 +22272,7 @@ var _er = fer, per = NL, der = _er, mer = rW, nWe = tke, ger = mer(function(l, f
|
|
|
22272
22272
|
yield Bc(), vr.value.forEach((pa) => pa());
|
|
22273
22273
|
for (var Vi, Li = function* () {
|
|
22274
22274
|
var ss, jn = ((ss = Vi[1].match(/\|'([^']+)/)) === null || ss === void 0 ? void 0 : ss[1]) || "", di = xC(Vi[1].match(/^([^|]+)/)[1], bt.value), bi = dt.value.el$(di), Ri = typeof (bi == null ? void 0 : bi.value) < "u" && bi.value !== null && typeof bi.value == "object" ? JSON.stringify(bi.value) : typeof (bi == null ? void 0 : bi.value) < "u" && bi.value !== null ? bi.value : jn;
|
|
22275
|
-
fn = fn.replace(Vi[0], encodeURIComponent(Ri)), vr.value.push(
|
|
22275
|
+
fn = fn.replace(Vi[0], encodeURIComponent(Ri)), vr.value.push(ws(Ze(() => bi == null ? void 0 : bi.value), () => {
|
|
22276
22276
|
vn();
|
|
22277
22277
|
}));
|
|
22278
22278
|
}; (Vi = an.exec(Kn)) !== null; )
|
|
@@ -22303,7 +22303,7 @@ var _er = fer, per = NL, der = _er, mer = rW, nWe = tke, ger = mer(function(l, f
|
|
|
22303
22303
|
cleanupValue: K,
|
|
22304
22304
|
resolveUrlAndSetWatchers: j
|
|
22305
22305
|
} = EXe(f, _, h);
|
|
22306
|
-
return A(),
|
|
22306
|
+
return A(), ws(x, A), {
|
|
22307
22307
|
resolveOptions: A,
|
|
22308
22308
|
resolvedOptions: O,
|
|
22309
22309
|
updateItems: $,
|
|
@@ -22372,7 +22372,7 @@ var _er = fer, per = NL, der = _er, mer = rW, nWe = tke, ger = mer(function(l, f
|
|
|
22372
22372
|
return dt.apply(this, arguments);
|
|
22373
22373
|
};
|
|
22374
22374
|
}();
|
|
22375
|
-
return ft(),
|
|
22375
|
+
return ft(), ws(x, ft), {
|
|
22376
22376
|
resolveOptions: ft,
|
|
22377
22377
|
resolvedOptions: He,
|
|
22378
22378
|
updateItems: Ye,
|
|
@@ -22904,7 +22904,7 @@ var _er = fer, per = NL, der = _er, mer = rW, nWe = tke, ger = mer(function(l, f
|
|
|
22904
22904
|
O.value = !0;
|
|
22905
22905
|
}), x.value.addEventListener("blur", () => {
|
|
22906
22906
|
O.value = !1;
|
|
22907
|
-
})) :
|
|
22907
|
+
})) : ws(Ze(() => {
|
|
22908
22908
|
var $;
|
|
22909
22909
|
return ($ = x.value) === null || $ === void 0 ? void 0 : $.isActive;
|
|
22910
22910
|
}), ($) => {
|
|
@@ -23151,15 +23151,15 @@ var _er = fer, per = NL, der = _er, mer = rW, nWe = tke, ger = mer(function(l, f
|
|
|
23151
23151
|
removeTempFile: K.value,
|
|
23152
23152
|
removeFile: j.value
|
|
23153
23153
|
}, fs = {};
|
|
23154
|
-
return Object.keys(Ls).forEach((
|
|
23155
|
-
var Yo = oa[
|
|
23156
|
-
Yo === !1 && (Yo = (ul) => ul), $.value[
|
|
23157
|
-
url: $.value[
|
|
23154
|
+
return Object.keys(Ls).forEach((Ds) => {
|
|
23155
|
+
var Yo = oa[Ds];
|
|
23156
|
+
Yo === !1 && (Yo = (ul) => ul), $.value[Ds] && (Yo = {
|
|
23157
|
+
url: $.value[Ds],
|
|
23158
23158
|
method: "POST"
|
|
23159
|
-
}), O.value[
|
|
23160
|
-
url: Ls[
|
|
23161
|
-
method: Ls[
|
|
23162
|
-
}), fs[
|
|
23159
|
+
}), O.value[Ds] && typeof Yo == "object" && (Yo.method = O.value[Ds]), typeof Ls[Ds] == "string" && (oa[Ls[Ds]] !== void 0 ? Yo = oa[Ls[Ds]] : Yo.url = Ls[Ds]), Ls[Ds] === !1 && (Yo = (ul) => ul), typeof Ls[Ds] == "function" && (Yo = Ls[Ds]), typeof Ls[Ds] == "object" && (Yo = {
|
|
23160
|
+
url: Ls[Ds].url || Ls[Ds].endpoint || oa[Ds].url,
|
|
23161
|
+
method: Ls[Ds].method || oa[Ds].method
|
|
23162
|
+
}), fs[Ds] = Yo;
|
|
23163
23163
|
}), fs;
|
|
23164
23164
|
}), fn = Ze(() => {
|
|
23165
23165
|
if (ce.value === void 0)
|
|
@@ -23210,11 +23210,11 @@ var _er = fer, per = NL, der = _er, mer = rW, nWe = tke, ger = mer(function(l, f
|
|
|
23210
23210
|
if (typeof an.value.uploadTempFile == "function")
|
|
23211
23211
|
fs = yield an.value.uploadTempFile(bt.value, si.value);
|
|
23212
23212
|
else {
|
|
23213
|
-
var
|
|
23213
|
+
var Ds = an.value.uploadTempFile.method.toLowerCase();
|
|
23214
23214
|
fs = yield vr.value.request({
|
|
23215
23215
|
url: an.value.uploadTempFile.url,
|
|
23216
|
-
method:
|
|
23217
|
-
[
|
|
23216
|
+
method: Ds,
|
|
23217
|
+
[Ds === "get" ? "params" : "data"]: Ls,
|
|
23218
23218
|
onUploadProgress: (Yo) => {
|
|
23219
23219
|
Kn.value = Math.round(Yo.loaded * 100 / Yo.total);
|
|
23220
23220
|
},
|
|
@@ -23268,8 +23268,8 @@ var _er = fer, per = NL, der = _er, mer = rW, nWe = tke, ger = mer(function(l, f
|
|
|
23268
23268
|
})
|
|
23269
23269
|
});
|
|
23270
23270
|
}
|
|
23271
|
-
} catch (
|
|
23272
|
-
Ii(
|
|
23271
|
+
} catch (Ds) {
|
|
23272
|
+
Ii(Ds);
|
|
23273
23273
|
return;
|
|
23274
23274
|
} finally {
|
|
23275
23275
|
sr.value = !1;
|
|
@@ -23724,7 +23724,7 @@ var FXe = function(f, _, h) {
|
|
|
23724
23724
|
children$Array: $,
|
|
23725
23725
|
children$: V
|
|
23726
23726
|
} = Jke(), K = Ze(() => O.value);
|
|
23727
|
-
return O &&
|
|
23727
|
+
return O && ws(O, (j) => {
|
|
23728
23728
|
var ce = [];
|
|
23729
23729
|
li(j, (se, _e) => {
|
|
23730
23730
|
var He = $.value[$.value.map((Ye) => oh(Ye.name)).indexOf(oh(_e))];
|
|
@@ -25192,14 +25192,14 @@ var tQe = function(f, _, h, x) {
|
|
|
25192
25192
|
Wt.splice(Bt, 0, Wt.splice(vr, 1)[0]), j.value = Wt, K(j.value), V("sort", j.value, vr, Bt, He.value[Bt], O.value);
|
|
25193
25193
|
}
|
|
25194
25194
|
};
|
|
25195
|
-
return
|
|
25195
|
+
return ws(bt, (St, vr) => {
|
|
25196
25196
|
St === !0 && vr === !1 ? ft() : St === !1 && vr === !0 && dt();
|
|
25197
25197
|
}, {
|
|
25198
25198
|
immediate: !1,
|
|
25199
25199
|
flush: "post"
|
|
25200
25200
|
}), xu(() => {
|
|
25201
25201
|
bt.value && ft();
|
|
25202
|
-
}),
|
|
25202
|
+
}), ws(se, (St) => {
|
|
25203
25203
|
var vr;
|
|
25204
25204
|
bt.value && (dt(), ft(), (vr = tt.value) === null || vr === void 0 || vr.sort(Array.from(Array(St).keys()).reduce((Bt, mr, Wt) => (Bt.push("".concat(_e.value, "-").concat(Wt)), Bt), [])));
|
|
25205
25205
|
}, {
|
|
@@ -25225,7 +25225,7 @@ var tQe = function(f, _, h, x) {
|
|
|
25225
25225
|
} = Aa(f), V = h.form$, K = h.value, j = Gr(V.value.$vueform.config.orderFrom), ce = (_e) => (A.value && li(_e, (He, Ye) => {
|
|
25226
25226
|
He[A.value] = $.value && $.value.toUpperCase() === "DESC" ? _e.length - Ye - (j.value == 0 ? 1 : 0) : parseInt(Ye) + j.value;
|
|
25227
25227
|
}), _e), se = Ze(() => O.value || A.value);
|
|
25228
|
-
return
|
|
25228
|
+
return ws(A, (_e, He) => {
|
|
25229
25229
|
_e ? ce(K.value) : li(K.value, (Ye, tt) => {
|
|
25230
25230
|
Ye[He] = null;
|
|
25231
25231
|
});
|
|
@@ -25483,7 +25483,7 @@ var tQe = function(f, _, h, x) {
|
|
|
25483
25483
|
}, dt = () => {
|
|
25484
25484
|
se.value && se.value.destroy(), se.value = new $.value.$vueform.services.location[He.value](), se.value.init(ce(), bt, tt.value);
|
|
25485
25485
|
};
|
|
25486
|
-
return
|
|
25486
|
+
return ws([He, tt], () => {
|
|
25487
25487
|
dt();
|
|
25488
25488
|
}, {
|
|
25489
25489
|
deep: !0,
|
|
@@ -25630,7 +25630,7 @@ var tQe = function(f, _, h, x) {
|
|
|
25630
25630
|
if (typeof _e.value == "function" && (Da = _e.value(Bt.value)), !Da) {
|
|
25631
25631
|
Da = [], ss.value && Da.push("minmax(min-content, auto)");
|
|
25632
25632
|
var oa = Qa($.value, "min-content"), Ls = Qa(ce.value, "1fr");
|
|
25633
|
-
Bt.value.resolvedColumns.filter((fs) => fs.available.value).forEach((fs,
|
|
25633
|
+
Bt.value.resolvedColumns.filter((fs) => fs.available.value).forEach((fs, Ds) => {
|
|
25634
25634
|
var Yo = Qa(fs.minWidth, oa), ul = Qa(fs.maxWidth, Ls);
|
|
25635
25635
|
Da.push("minmax(".concat(Yo, ", ").concat(ul, ")"));
|
|
25636
25636
|
}), Li.value && Da.push("minmax(max-content, max-content)"), Da = Da.join(" ");
|
|
@@ -25643,15 +25643,15 @@ var tQe = function(f, _, h, x) {
|
|
|
25643
25643
|
var Da = [];
|
|
25644
25644
|
return dn.value.forEach((oa, Ls) => {
|
|
25645
25645
|
var fs = [];
|
|
25646
|
-
sr.value.forEach((
|
|
25647
|
-
fs.push(ht(oa,
|
|
25646
|
+
sr.value.forEach((Ds, Yo) => {
|
|
25647
|
+
fs.push(ht(oa, Ds, Ls, Yo));
|
|
25648
25648
|
}), Da.push(fs);
|
|
25649
25649
|
}), Da;
|
|
25650
25650
|
}), Ri = Ze(() => sr.value.map((Da, oa) => ht({}, Da, 0, oa)).reduce((Da, oa) => [...Da, oa.type], [])), Qa = (Da, oa) => typeof Da == "number" ? "".concat(Da, "px") : Da !== void 0 ? Da : oa, Ac = (Da) => {
|
|
25651
25651
|
var oa = Da.inputType || O.value, Ls = typeof oa == "string" ? oa : oa.type;
|
|
25652
25652
|
return "".concat(wA(d7(Ls)), "Element");
|
|
25653
25653
|
}, Ws = (Da, oa) => "".concat(Wt.value.replace(/\./g, "__"), "_").concat(Da, "_").concat(oa), ht = (Da, oa, Ls, fs) => {
|
|
25654
|
-
var
|
|
25654
|
+
var Ds, Yo, ul, $d, Wp = Sn(oa), Nr = {
|
|
25655
25655
|
fieldName: "".concat(Dt.value, " / ").concat(_n.value ? "#".concat(Da.label + 1) : Da.label, " / ").concat(oa.label),
|
|
25656
25656
|
displayErrors: !1,
|
|
25657
25657
|
disabled: Kn.value,
|
|
@@ -25680,15 +25680,15 @@ var tQe = function(f, _, h, x) {
|
|
|
25680
25680
|
break;
|
|
25681
25681
|
default:
|
|
25682
25682
|
Nr = Wn(Wn({}, Nr), Yc(oa));
|
|
25683
|
-
var W_ = (oa == null || (
|
|
25683
|
+
var W_ = (oa == null || (Ds = oa.inputType) === null || Ds === void 0 ? void 0 : Ds.presets) || ((Yo = O.value) === null || Yo === void 0 ? void 0 : Yo.presets) || [];
|
|
25684
25684
|
W_.length && Nr.presets.push(...W_), Nr.items && !((ul = Nr.items) !== null && ul !== void 0 && ul.length) && (Nr.items = j.value), ["radio", "checkbox", "toggle"].includes(Nr.type) && (Nr.standalone = !0), ["select", "multiselect", "tags"].includes(Nr.type) && (Nr.appendToBody = !0), ["multiselect", "tags"].includes(Nr.type) && (Nr.closeOnSelect = !1);
|
|
25685
25685
|
}
|
|
25686
25686
|
return j.value.length && !Nr.items && (Nr.items = j.value), ($d = oa.items) !== null && $d !== void 0 && $d.length && !Nr.items && (Nr.items = oa.items), Nr.name = Ws(Ls, fs), Nr;
|
|
25687
25687
|
}, kc = (Da) => {
|
|
25688
25688
|
var oa;
|
|
25689
25689
|
if (Da) {
|
|
25690
|
-
var Ls = ((oa = sr.value) === null || oa === void 0 ? void 0 : oa[Da - 1]) || {}, fs = (Ls == null ? void 0 : Ls.minWidth) || $.value || 0,
|
|
25691
|
-
return fs && (Yo.minWidth = "".concat(fs, "px")),
|
|
25690
|
+
var Ls = ((oa = sr.value) === null || oa === void 0 ? void 0 : oa[Da - 1]) || {}, fs = (Ls == null ? void 0 : Ls.minWidth) || $.value || 0, Ds = (Ls == null ? void 0 : Ls.maxWidth) || ce.value || 0, Yo = {};
|
|
25691
|
+
return fs && (Yo.minWidth = "".concat(fs, "px")), Ds && (Yo.maxWidth = "".concat(Ds, "px")), Yo;
|
|
25692
25692
|
}
|
|
25693
25693
|
}, Sn = (Da) => Da.inputType || O.value, Ks = (Da) => {
|
|
25694
25694
|
var oa;
|
|
@@ -25701,7 +25701,7 @@ var tQe = function(f, _, h, x) {
|
|
|
25701
25701
|
var oa = Sn(Da);
|
|
25702
25702
|
return typeof oa == "object" ? oa : {};
|
|
25703
25703
|
}, ks = (Da, oa) => [...Da.conditions || [], ...oa.conditions || []];
|
|
25704
|
-
return
|
|
25704
|
+
return ws([O, Ri], (Da, oa) => {
|
|
25705
25705
|
EC(Da[0], oa[0]) && EC(Da[1], oa[1]) || (si.value = Xl(an.value));
|
|
25706
25706
|
}, {
|
|
25707
25707
|
flush: "pre"
|
|
@@ -25771,7 +25771,7 @@ var tQe = function(f, _, h, x) {
|
|
|
25771
25771
|
available: Ze(() => !dt.conditions || !dt.conditions.some((rt) => !$.value.$vueform.services.condition.check(rt, K.value, $.value, V.value)))
|
|
25772
25772
|
}));
|
|
25773
25773
|
}), bt = Ze(() => typeof x.value == "number");
|
|
25774
|
-
return
|
|
25774
|
+
return ws(x, (ft, dt) => {
|
|
25775
25775
|
typeof ft != "number" ? se.value = null : se.value = ft;
|
|
25776
25776
|
}, {
|
|
25777
25777
|
flush: "pre"
|
|
@@ -29023,7 +29023,7 @@ var Ftr = [
|
|
|
29023
29023
|
};
|
|
29024
29024
|
return xu(() => {
|
|
29025
29025
|
rt();
|
|
29026
|
-
}),
|
|
29026
|
+
}), ws(V, (mr) => {
|
|
29027
29027
|
rt(!1);
|
|
29028
29028
|
}), {
|
|
29029
29029
|
options$: _e,
|
|
@@ -29185,7 +29185,7 @@ var Ftr = [
|
|
|
29185
29185
|
};
|
|
29186
29186
|
return xu(() => {
|
|
29187
29187
|
Ye(se.value);
|
|
29188
|
-
}),
|
|
29188
|
+
}), ws(se, Ye), {
|
|
29189
29189
|
inputName: se,
|
|
29190
29190
|
check: _e,
|
|
29191
29191
|
uncheck: He
|
|
@@ -29993,14 +29993,14 @@ function $tr(l, f, _) {
|
|
|
29993
29993
|
Placeholder: dn,
|
|
29994
29994
|
available: sr,
|
|
29995
29995
|
path: Ii
|
|
29996
|
-
} = _, si = Gr(null), Dt = Gr(null), Kn = Gr(null), vn = Gr(null), an = Gr(null), fn = Gr(null), Vi = Gr(null), Li = Gr(null), pa = Gr(null), ss = Gr(null), jn = Gr(null), di = Gr(j.value), bi = Gr(null), Ri = Gr(null), Qa = Gr(null), Ac = Gr(null), Ws = Gr(!1), ht = Gr(!1), kc = Gr(!1), Sn = Gr(!1), Ks = Gr(!1), Yc = Gr([]), ks = Gr(0), Da = Gr(0), oa = Gr(0), Ls = Gr(!1), fs = Gr(0),
|
|
29996
|
+
} = _, si = Gr(null), Dt = Gr(null), Kn = Gr(null), vn = Gr(null), an = Gr(null), fn = Gr(null), Vi = Gr(null), Li = Gr(null), pa = Gr(null), ss = Gr(null), jn = Gr(null), di = Gr(j.value), bi = Gr(null), Ri = Gr(null), Qa = Gr(null), Ac = Gr(null), Ws = Gr(!1), ht = Gr(!1), kc = Gr(!1), Sn = Gr(!1), Ks = Gr(!1), Yc = Gr([]), ks = Gr(0), Da = Gr(0), oa = Gr(0), Ls = Gr(!1), fs = Gr(0), Ds = Ze(() => h.value.map((Ga) => Ga.split("@")[0].replace("!", ""))), Yo = Ze(() => h.value.map((Ga) => Ga.split("@")[1] || 400)), ul = Ze(() => typeof _n.value == "string"), $d = Ze(() => Ac.value && !Ws.value), Wp = Ze(() => {
|
|
29997
29997
|
var Ga = document.createElement("div");
|
|
29998
29998
|
return ("draggable" in Ga || "ondragstart" in Ga && "ondrop" in Ga) && "FormData" in window && "FileReader" in window && St.value;
|
|
29999
29999
|
}), Nr = Ze(() => A.value.filter((Ga) => ["type", "draw", "upload"].indexOf(Ga) !== -1).map((Ga, oc) => ({
|
|
30000
30000
|
label: Bt.value.translations.vueform.elements.signature[Ga],
|
|
30001
30001
|
value: Ga,
|
|
30002
30002
|
index: oc
|
|
30003
|
-
}))), W_ = Ze(() =>
|
|
30003
|
+
}))), W_ = Ze(() => Ds.value.map((Ga, oc) => {
|
|
30004
30004
|
var fl;
|
|
30005
30005
|
return {
|
|
30006
30006
|
label: '<div><span style="font-family: '.concat(Ga, "; font-weight: ").concat(Yo.value[oc], '" aria-hidden="true">').concat(((fl = Ri.value) === null || fl === void 0 ? void 0 : fl.trim()) || Bt.value.translations.vueform.elements.signature.fontPlaceholder, '</span><span style="position: absolute; left: -9999px; opacity: 0;">').concat(Ga, "</span></div>"),
|
|
@@ -30197,11 +30197,11 @@ function $tr(l, f, _) {
|
|
|
30197
30197
|
});
|
|
30198
30198
|
}, lh = function() {
|
|
30199
30199
|
var oc = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !1;
|
|
30200
|
-
ss.value =
|
|
30200
|
+
ss.value = Ds.value[0] || "cursive", jn.value = Yo.value[0] || 400, oc && (Dt.value.selected = {}, Dt.value.pointed = {});
|
|
30201
30201
|
}, pv = () => {
|
|
30202
30202
|
bi.value = x.value[0] || "#000000";
|
|
30203
30203
|
}, dv = (Ga) => {
|
|
30204
|
-
ss.value =
|
|
30204
|
+
ss.value = Ds.value[Ga.index], jn.value = Yo.value[Ga.index];
|
|
30205
30205
|
}, Cc = (Ga) => {
|
|
30206
30206
|
Sa(Ga) && eg(Ga) ? (Ac.value = Ga, Fa(Ac.value)) : (Ac.value = null, Ws.value = !1);
|
|
30207
30207
|
}, zw = function(oc) {
|
|
@@ -30265,13 +30265,13 @@ function $tr(l, f, _) {
|
|
|
30265
30265
|
oc.preventDefault(), oc.stopPropagation(), !(Wt.value || !Wp.value) && (x3(oc), kc.value = !1);
|
|
30266
30266
|
}), Bc(() => {
|
|
30267
30267
|
Co(), window.addEventListener("resize", NC);
|
|
30268
|
-
}),
|
|
30268
|
+
}), ws(j, () => {
|
|
30269
30269
|
Va();
|
|
30270
30270
|
}, {
|
|
30271
30271
|
flush: "post"
|
|
30272
|
-
}),
|
|
30272
|
+
}), ws(A, () => {
|
|
30273
30273
|
Co(), Vo(!0);
|
|
30274
|
-
}),
|
|
30274
|
+
}), ws(sr, () => {
|
|
30275
30275
|
Bt.value.steps$ && !Bt.value.steps$.current$.elements.includes(Ii.value.split(".")[0]) ? Bt.value.steps$.on("select", (oc) => {
|
|
30276
30276
|
!oc.elements.includes(Ii.value.split(".")[0]) || Da.value || Bc(() => {
|
|
30277
30277
|
Co();
|
|
@@ -30281,29 +30281,29 @@ function $tr(l, f, _) {
|
|
|
30281
30281
|
});
|
|
30282
30282
|
}, {
|
|
30283
30283
|
flush: "post"
|
|
30284
|
-
}),
|
|
30284
|
+
}), ws(bi, () => {
|
|
30285
30285
|
Qa.value && _m(), pa.value === "upload" && Ws.value && !ht.value && Fa();
|
|
30286
|
-
}),
|
|
30286
|
+
}), ws(ft, () => {
|
|
30287
30287
|
js(), Bc(() => {
|
|
30288
30288
|
r1(), pa.value === "upload" && Ws.value && !ht.value && Fa();
|
|
30289
30289
|
});
|
|
30290
|
-
}),
|
|
30290
|
+
}), ws(pa, () => {
|
|
30291
30291
|
Cp();
|
|
30292
|
-
}),
|
|
30292
|
+
}), ws([V, $], () => {
|
|
30293
30293
|
hb(), Va();
|
|
30294
30294
|
}, {
|
|
30295
30295
|
flush: "post"
|
|
30296
|
-
}),
|
|
30296
|
+
}), ws([Ri, ss], () => {
|
|
30297
30297
|
Bc(() => {
|
|
30298
30298
|
Va();
|
|
30299
30299
|
});
|
|
30300
30300
|
}, {
|
|
30301
30301
|
flush: "post"
|
|
30302
|
-
}),
|
|
30302
|
+
}), ws(Ri, () => {
|
|
30303
30303
|
zw(en, 1e3);
|
|
30304
30304
|
}, {
|
|
30305
30305
|
flush: "post"
|
|
30306
|
-
}),
|
|
30306
|
+
}), ws(h, () => {
|
|
30307
30307
|
Ye.value && Hp();
|
|
30308
30308
|
});
|
|
30309
30309
|
}), hA(() => {
|
|
@@ -30334,7 +30334,7 @@ function $tr(l, f, _) {
|
|
|
30334
30334
|
undosLeft: ks,
|
|
30335
30335
|
width: Da,
|
|
30336
30336
|
lastWidth: oa,
|
|
30337
|
-
fontFamilies:
|
|
30337
|
+
fontFamilies: Ds,
|
|
30338
30338
|
fontWeights: Yo,
|
|
30339
30339
|
uploaded: ul,
|
|
30340
30340
|
processing: $d,
|
|
@@ -31115,9 +31115,9 @@ var gQe = {
|
|
|
31115
31115
|
}, 500), O = h.form$, $ = h.input, V = h.value, K = () => {
|
|
31116
31116
|
x.value && O.value.$vueform.services.autosize.update($.value);
|
|
31117
31117
|
};
|
|
31118
|
-
return
|
|
31118
|
+
return ws(x, (j) => {
|
|
31119
31119
|
j ? O.value.$vueform.services.autosize($.value) : O.value.$vueform.services.autosize.destroy($.value);
|
|
31120
|
-
}),
|
|
31120
|
+
}), ws(V, () => {
|
|
31121
31121
|
A();
|
|
31122
31122
|
}), xu(() => {
|
|
31123
31123
|
x.value && Bc(() => {
|
|
@@ -32630,7 +32630,7 @@ const Fnr = /* @__PURE__ */ y3(arr, [["render", Trr]]), xrr = P7({
|
|
|
32630
32630
|
title: void 0,
|
|
32631
32631
|
isAdult: void 0
|
|
32632
32632
|
});
|
|
32633
|
-
return
|
|
32633
|
+
return ws(
|
|
32634
32634
|
() => _,
|
|
32635
32635
|
(x) => {
|
|
32636
32636
|
h.value.id = x.value;
|
|
@@ -32672,7 +32672,18 @@ const Mnr = /* @__PURE__ */ y3(xrr, [["render", krr]]), Crr = P7({
|
|
|
32672
32672
|
components: { ImagePickerComponent: Sxe },
|
|
32673
32673
|
setup(l, f) {
|
|
32674
32674
|
const { value: _ } = f.element, h = f.attrs.direction ? f.attrs.direction : "vertical";
|
|
32675
|
-
return
|
|
32675
|
+
return ws(
|
|
32676
|
+
() => _,
|
|
32677
|
+
() => {
|
|
32678
|
+
_.value || (_.value = {
|
|
32679
|
+
id: "00000000-0000-0000-0000-000000000000",
|
|
32680
|
+
source: "",
|
|
32681
|
+
title: "",
|
|
32682
|
+
isAdult: !1
|
|
32683
|
+
});
|
|
32684
|
+
},
|
|
32685
|
+
{ deep: !0, immediate: !0 }
|
|
32686
|
+
), {
|
|
32676
32687
|
ipeConfig: s7,
|
|
32677
32688
|
value: _,
|
|
32678
32689
|
direction: h
|
|
@@ -32719,7 +32730,7 @@ const Lnr = /* @__PURE__ */ y3(Crr, [["render", Err]]), wrr = P7({
|
|
|
32719
32730
|
const h = f.attrs.placeholder, x = Gr(null), A = Gr(!1), O = ($) => {
|
|
32720
32731
|
console.log($), _.value = $.utc;
|
|
32721
32732
|
};
|
|
32722
|
-
return
|
|
32733
|
+
return ws(_, () => {
|
|
32723
32734
|
x.value = { local: _.value ? new Date(_.value) : null, utc: _.value }, A.value = !0;
|
|
32724
32735
|
}), {
|
|
32725
32736
|
display: A,
|
|
@@ -33367,7 +33378,7 @@ function Irr() {
|
|
|
33367
33378
|
forEachAncestor: () => Ioe,
|
|
33368
33379
|
forEachAncestorDirectory: () => R3,
|
|
33369
33380
|
forEachAncestorDirectoryStoppingAtGlobalCache: () => Av,
|
|
33370
|
-
forEachChild: () =>
|
|
33381
|
+
forEachChild: () => As,
|
|
33371
33382
|
forEachChildRecursively: () => UD,
|
|
33372
33383
|
forEachDynamicImportOrRequireCall: () => Zj,
|
|
33373
33384
|
forEachEmittedFile: () => uX,
|
|
@@ -33910,7 +33921,7 @@ function Irr() {
|
|
|
33910
33921
|
injectClassNamedEvaluationHelperBlockIfMissing: () => g$,
|
|
33911
33922
|
injectClassThisAssignmentIfMissing: () => N_e,
|
|
33912
33923
|
insertImports: () => sZ,
|
|
33913
|
-
insertSorted: () =>
|
|
33924
|
+
insertSorted: () => Ds,
|
|
33914
33925
|
insertStatementAfterCustomPrologue: () => WC,
|
|
33915
33926
|
insertStatementAfterStandardPrologue: () => ZCe,
|
|
33916
33927
|
insertStatementsAfterCustomPrologue: () => xV,
|
|
@@ -35398,7 +35409,7 @@ function Irr() {
|
|
|
35398
35409
|
function fs() {
|
|
35399
35410
|
return [];
|
|
35400
35411
|
}
|
|
35401
|
-
function
|
|
35412
|
+
function Ds(e, t, n, i, a) {
|
|
35402
35413
|
if (e.length === 0)
|
|
35403
35414
|
return e.push(t), !0;
|
|
35404
35415
|
const o = ri(e, t, Cc, n);
|
|
@@ -36727,7 +36738,7 @@ m2: ${this.mapper2.__debugToString().split(`
|
|
|
36727
36738
|
), ko = [], Zr = Tt(et, /* @__PURE__ */ new Set());
|
|
36728
36739
|
for (const Fe of ko)
|
|
36729
36740
|
Fe.text = $n(Fe.flowNode, Fe.circular), yt(Fe);
|
|
36730
|
-
const
|
|
36741
|
+
const Ps = Mt(Zr), gt = zt(Ps);
|
|
36731
36742
|
return ot(Zr, 0), Ie();
|
|
36732
36743
|
function Zt(Fe) {
|
|
36733
36744
|
return !!(Fe.flags & 128);
|
|
@@ -42047,7 +42058,7 @@ ${It.join(`
|
|
|
42047
42058
|
clearCommentDirectives: Ea,
|
|
42048
42059
|
setText: qs,
|
|
42049
42060
|
setScriptTarget: Zr,
|
|
42050
|
-
setLanguageVariant:
|
|
42061
|
+
setLanguageVariant: Ps,
|
|
42051
42062
|
setScriptKind: gt,
|
|
42052
42063
|
setJSDocParsingMode: Zt,
|
|
42053
42064
|
setOnError: ko,
|
|
@@ -43593,7 +43604,7 @@ ${It.join(`
|
|
|
43593
43604
|
function Zr(pe) {
|
|
43594
43605
|
e = pe;
|
|
43595
43606
|
}
|
|
43596
|
-
function
|
|
43607
|
+
function Ps(pe) {
|
|
43597
43608
|
n = pe;
|
|
43598
43609
|
}
|
|
43599
43610
|
function gt(pe) {
|
|
@@ -45290,7 +45301,7 @@ ${It.join(`
|
|
|
45290
45301
|
return qZe(e), (e.flags & 1048576) !== 0;
|
|
45291
45302
|
}
|
|
45292
45303
|
function qZe(e) {
|
|
45293
|
-
e.flags & 2097152 || (((e.flags & 262144) !== 0 ||
|
|
45304
|
+
e.flags & 2097152 || (((e.flags & 262144) !== 0 || As(e, rD)) && (e.flags |= 1048576), e.flags |= 2097152);
|
|
45294
45305
|
}
|
|
45295
45306
|
function rn(e) {
|
|
45296
45307
|
for (; e && e.kind !== 307; )
|
|
@@ -46640,7 +46651,7 @@ ${It.join(`
|
|
|
46640
46651
|
case 256:
|
|
46641
46652
|
case 258:
|
|
46642
46653
|
case 299:
|
|
46643
|
-
return
|
|
46654
|
+
return As(i, n);
|
|
46644
46655
|
}
|
|
46645
46656
|
}
|
|
46646
46657
|
}
|
|
@@ -46664,7 +46675,7 @@ ${It.join(`
|
|
|
46664
46675
|
n(i.name.expression);
|
|
46665
46676
|
return;
|
|
46666
46677
|
}
|
|
46667
|
-
} else P0(i) ||
|
|
46678
|
+
} else P0(i) || As(i, n);
|
|
46668
46679
|
}
|
|
46669
46680
|
}
|
|
46670
46681
|
}
|
|
@@ -48472,7 +48483,7 @@ ${It.join(`
|
|
|
48472
48483
|
}
|
|
48473
48484
|
function o(p) {
|
|
48474
48485
|
let y;
|
|
48475
|
-
p.file ? (y = n.get(p.file.fileName), y || (y = [], n.set(p.file.fileName, y),
|
|
48486
|
+
p.file ? (y = n.get(p.file.fileName), y || (y = [], n.set(p.file.fileName, y), Ds(t, p.file.fileName, vo))) : (i && (i = !1, e = e.slice()), y = e), Ds(y, p, ple, Cj);
|
|
48476
48487
|
}
|
|
48477
48488
|
function c() {
|
|
48478
48489
|
return i = !0, e;
|
|
@@ -49646,7 +49657,7 @@ ${It.join(`
|
|
|
49646
49657
|
}
|
|
49647
49658
|
function LH(e) {
|
|
49648
49659
|
let t;
|
|
49649
|
-
return
|
|
49660
|
+
return As(e, (n) => {
|
|
49650
49661
|
Jg(n) && (t = n);
|
|
49651
49662
|
}, (n) => {
|
|
49652
49663
|
for (let i = n.length - 1; i >= 0; i--)
|
|
@@ -49956,7 +49967,7 @@ ${It.join(`
|
|
|
49956
49967
|
}
|
|
49957
49968
|
function SEe(e) {
|
|
49958
49969
|
if (e.transformFlags & 2)
|
|
49959
|
-
return G_(e) || DT(e) ? e :
|
|
49970
|
+
return G_(e) || DT(e) ? e : As(e, SEe);
|
|
49960
49971
|
}
|
|
49961
49972
|
function YKe(e) {
|
|
49962
49973
|
return e.isDeclarationFile ? void 0 : SEe(e);
|
|
@@ -51641,7 +51652,7 @@ ${It.join(`
|
|
|
51641
51652
|
case 172:
|
|
51642
51653
|
return Yu(Q) ? !w : fe(Q.name);
|
|
51643
51654
|
default:
|
|
51644
|
-
return nV(Q) || H_(Q) ? ae < 7 : Jo(Q) && Q.dotDotDotToken && Rm(Q.parent) ? ae < 4 : la(Q) ? !1 :
|
|
51655
|
+
return nV(Q) || H_(Q) ? ae < 7 : Jo(Q) && Q.dotDotDotToken && Rm(Q.parent) ? ae < 4 : la(Q) ? !1 : As(Q, fe) || !1;
|
|
51645
51656
|
}
|
|
51646
51657
|
}
|
|
51647
51658
|
}
|
|
@@ -51816,7 +51827,7 @@ ${It.join(`
|
|
|
51816
51827
|
return c;
|
|
51817
51828
|
};
|
|
51818
51829
|
for (; ; ) {
|
|
51819
|
-
const c = i && n && mm(a) && _e(a.jsDoc, o) ||
|
|
51830
|
+
const c = i && n && mm(a) && _e(a.jsDoc, o) || As(a, o);
|
|
51820
51831
|
if (!c)
|
|
51821
51832
|
return a;
|
|
51822
51833
|
a = c;
|
|
@@ -52381,7 +52392,7 @@ ${It.join(`
|
|
|
52381
52392
|
createMethodDeclaration: Dn,
|
|
52382
52393
|
updateMethodDeclaration: Oi,
|
|
52383
52394
|
createConstructorDeclaration: Zr,
|
|
52384
|
-
updateConstructorDeclaration:
|
|
52395
|
+
updateConstructorDeclaration: Ps,
|
|
52385
52396
|
createGetAccessorDeclaration: Zt,
|
|
52386
52397
|
updateGetAccessorDeclaration: de,
|
|
52387
52398
|
createSetAccessorDeclaration: pe,
|
|
@@ -52425,7 +52436,7 @@ ${It.join(`
|
|
|
52425
52436
|
updateIntersectionTypeNode: Ki,
|
|
52426
52437
|
createConditionalTypeNode: uo,
|
|
52427
52438
|
updateConditionalTypeNode: m_,
|
|
52428
|
-
createInferTypeNode:
|
|
52439
|
+
createInferTypeNode: Ns,
|
|
52429
52440
|
updateInferTypeNode: vp,
|
|
52430
52441
|
createImportTypeNode: cs,
|
|
52431
52442
|
updateImportTypeNode: mo,
|
|
@@ -53648,7 +53659,7 @@ ${It.join(`
|
|
|
53648
53659
|
);
|
|
53649
53660
|
return be.modifiers = _c(k), be.parameters = q(L), be.body = Y, be.body ? be.transformFlags = Ko(be.modifiers) | Ko(be.parameters) | ni(be.body) & -67108865 | 1024 : be.transformFlags = 1, be.typeParameters = void 0, be.type = void 0, be.typeArguments = void 0, be.jsDoc = void 0, be.locals = void 0, be.nextContainer = void 0, be.endFlowNode = void 0, be.returnFlowNode = void 0, be;
|
|
53650
53661
|
}
|
|
53651
|
-
function
|
|
53662
|
+
function Ps(k, L, Y, be) {
|
|
53652
53663
|
return k.modifiers !== L || k.parameters !== Y || k.body !== be ? gt(Zr(L, Y, be), k) : k;
|
|
53653
53664
|
}
|
|
53654
53665
|
function gt(k, L) {
|
|
@@ -53883,7 +53894,7 @@ ${It.join(`
|
|
|
53883
53894
|
function m_(k, L, Y, be, it) {
|
|
53884
53895
|
return k.checkType !== L || k.extendsType !== Y || k.trueType !== be || k.falseType !== it ? Vn(uo(L, Y, be, it), k) : k;
|
|
53885
53896
|
}
|
|
53886
|
-
function
|
|
53897
|
+
function Ns(k) {
|
|
53887
53898
|
const L = z(
|
|
53888
53899
|
195
|
|
53889
53900
|
/* InferType */
|
|
@@ -53891,7 +53902,7 @@ ${It.join(`
|
|
|
53891
53902
|
return L.typeParameter = k, L.transformFlags = 1, L;
|
|
53892
53903
|
}
|
|
53893
53904
|
function vp(k, L) {
|
|
53894
|
-
return k.typeParameter !== L ? Vn(
|
|
53905
|
+
return k.typeParameter !== L ? Vn(Ns(L), k) : k;
|
|
53895
53906
|
}
|
|
53896
53907
|
function Vu(k, L) {
|
|
53897
53908
|
const Y = z(
|
|
@@ -55994,7 +56005,7 @@ ${It.join(`
|
|
|
55994
56005
|
}
|
|
55995
56006
|
function zv(k, L) {
|
|
55996
56007
|
let Y;
|
|
55997
|
-
return typeof L == "number" ? Y = Ut(L) : Y = L, gl(k) ? kn(k, Y, k.name, k.constraint, k.default) : Ba(k) ? Ji(k, Y, k.dotDotDotToken, k.name, k.questionToken, k.type, k.initializer) : y4(k) ? Pn(k, Y, k.typeParameters, k.parameters, k.type) : rd(k) ? Hi(k, Y, k.name, k.questionToken, k.type) : hs(k) ? et(k, Y, k.name, k.questionToken ?? k.exclamationToken, k.type, k.initializer) : B0(k) ? Ir(k, Y, k.name, k.questionToken, k.typeParameters, k.parameters, k.type) : nu(k) ? Oi(k, Y, k.asteriskToken, k.name, k.questionToken, k.typeParameters, k.parameters, k.type, k.body) : Fl(k) ?
|
|
56008
|
+
return typeof L == "number" ? Y = Ut(L) : Y = L, gl(k) ? kn(k, Y, k.name, k.constraint, k.default) : Ba(k) ? Ji(k, Y, k.dotDotDotToken, k.name, k.questionToken, k.type, k.initializer) : y4(k) ? Pn(k, Y, k.typeParameters, k.parameters, k.type) : rd(k) ? Hi(k, Y, k.name, k.questionToken, k.type) : hs(k) ? et(k, Y, k.name, k.questionToken ?? k.exclamationToken, k.type, k.initializer) : B0(k) ? Ir(k, Y, k.name, k.questionToken, k.typeParameters, k.parameters, k.type) : nu(k) ? Oi(k, Y, k.asteriskToken, k.name, k.questionToken, k.typeParameters, k.parameters, k.type, k.body) : Fl(k) ? Ps(k, Y, k.parameters, k.body) : gg(k) ? de(k, Y, k.name, k.parameters, k.type, k.body) : kd(k) ? Ge(k, Y, k.name, k.parameters, k.body) : sS(k) ? ot(k, Y, k.parameters, k.type) : el(k) ? Um(k, Y, k.asteriskToken, k.name, k.typeParameters, k.parameters, k.type, k.body) : il(k) ? Dy(k, Y, k.typeParameters, k.parameters, k.type, k.equalsGreaterThanToken, k.body) : zu(k) ? Th(k, Y, k.name, k.typeParameters, k.heritageClauses, k.members) : iu(k) ? yS(k, Y, k.declarationList) : gu(k) ? Z0(k, Y, k.asteriskToken, k.name, k.typeParameters, k.parameters, k.type, k.body) : qu(k) ? Bp(k, Y, k.name, k.typeParameters, k.heritageClauses, k.members) : __(k) ? ex(k, Y, k.name, k.typeParameters, k.heritageClauses, k.members) : Gg(k) ? R1(k, Y, k.name, k.typeParameters, k.type) : vk(k) ? a0(k, Y, k.name, k.members) : Ou(k) ? np(k, Y, k.name, k.body) : mf(k) ? Kb(k, Y, k.isTypeOnly, k.name, k.moduleReference) : Dl(k) ? e2(k, Y, k.importClause, k.moduleSpecifier, k.attributes) : hl(k) ? TS(k, Y, k.expression) : ku(k) ? qk(k, Y, k.isTypeOnly, k.exportClause, k.moduleSpecifier, k.attributes) : I.assertNever(k);
|
|
55998
56009
|
}
|
|
55999
56010
|
function mx(k, L) {
|
|
56000
56011
|
return Ba(k) ? Ji(k, L, k.dotDotDotToken, k.name, k.questionToken, k.type, k.initializer) : hs(k) ? et(k, L, k.name, k.questionToken ?? k.exclamationToken, k.type, k.initializer) : nu(k) ? Oi(k, L, k.asteriskToken, k.name, k.questionToken, k.typeParameters, k.parameters, k.type, k.body) : gg(k) ? de(k, L, k.name, k.parameters, k.type, k.body) : kd(k) ? Ge(k, L, k.name, k.parameters, k.body) : zu(k) ? Th(k, L, k.name, k.typeParameters, k.heritageClauses, k.members) : qu(k) ? Bp(k, L, k.name, k.typeParameters, k.heritageClauses, k.members) : I.assertNever(k);
|
|
@@ -59121,7 +59132,7 @@ ${It.join(`
|
|
|
59121
59132
|
return e.flags & 8388608 ? uwe(e) : void 0;
|
|
59122
59133
|
}
|
|
59123
59134
|
function uwe(e) {
|
|
59124
|
-
return Itt(e) ? e :
|
|
59135
|
+
return Itt(e) ? e : As(e, uwe);
|
|
59125
59136
|
}
|
|
59126
59137
|
function Ntt(e, t) {
|
|
59127
59138
|
return ht(e.modifiers, (n) => n.kind === t);
|
|
@@ -59609,7 +59620,7 @@ ${It.join(`
|
|
|
59609
59620
|
function Mtt(e, t, n) {
|
|
59610
59621
|
return Tr(t, e.expression);
|
|
59611
59622
|
}
|
|
59612
|
-
function
|
|
59623
|
+
function As(e, t, n) {
|
|
59613
59624
|
if (e === void 0 || e.kind <= 165)
|
|
59614
59625
|
return;
|
|
59615
59626
|
const i = Ott[e.kind];
|
|
@@ -59645,7 +59656,7 @@ ${It.join(`
|
|
|
59645
59656
|
}
|
|
59646
59657
|
function xwe(e) {
|
|
59647
59658
|
const t = [];
|
|
59648
|
-
return
|
|
59659
|
+
return As(e, n, n), t;
|
|
59649
59660
|
function n(i) {
|
|
59650
59661
|
t.unshift(i);
|
|
59651
59662
|
}
|
|
@@ -59878,7 +59889,7 @@ ${It.join(`
|
|
|
59878
59889
|
Ka && Va(Ka) ? Ka.push(tc) : Ka ? Ka = [Ka, tc] : (Ka = tc, oe() !== 1 && Cr(g.Unexpected_token));
|
|
59879
59890
|
}
|
|
59880
59891
|
const jc = Va(Ka) ? Sr(q(Ka), Qr) : I.checkDefined(Ka), Oc = ve(jc);
|
|
59881
|
-
Sr(Oc, Qr), Ai = Ja([Oc], Qr), Ia =
|
|
59892
|
+
Sr(Oc, Qr), Ai = Ja([Oc], Qr), Ia = Ns(1, g.Unexpected_token);
|
|
59882
59893
|
}
|
|
59883
59894
|
const ua = Jt(
|
|
59884
59895
|
ne,
|
|
@@ -60084,7 +60095,7 @@ ${It.join(`
|
|
|
60084
60095
|
function Zr(ne) {
|
|
60085
60096
|
return qs(8192, ne);
|
|
60086
60097
|
}
|
|
60087
|
-
function
|
|
60098
|
+
function Ps(ne) {
|
|
60088
60099
|
return ko(8192, ne);
|
|
60089
60100
|
}
|
|
60090
60101
|
function gt(ne) {
|
|
@@ -60355,7 +60366,7 @@ ${It.join(`
|
|
|
60355
60366
|
if (oe() === ne)
|
|
60356
60367
|
return Ef();
|
|
60357
60368
|
}
|
|
60358
|
-
function
|
|
60369
|
+
function Ns(ne, Oe, ut) {
|
|
60359
60370
|
return uo(ne) || Ic(
|
|
60360
60371
|
ne,
|
|
60361
60372
|
/*reportAtCurrentPosition*/
|
|
@@ -61077,7 +61088,7 @@ ${It.join(`
|
|
|
61077
61088
|
);
|
|
61078
61089
|
}
|
|
61079
61090
|
function Ue(ne) {
|
|
61080
|
-
return oe() === 20 ? (Tn(ne), Fs()) :
|
|
61091
|
+
return oe() === 20 ? (Tn(ne), Fs()) : Ns(18, g._0_expected, yo(
|
|
61081
61092
|
20
|
|
61082
61093
|
/* CloseBraceToken */
|
|
61083
61094
|
));
|
|
@@ -62063,7 +62074,7 @@ ${It.join(`
|
|
|
62063
62074
|
return Ae(), ne;
|
|
62064
62075
|
}
|
|
62065
62076
|
function ex() {
|
|
62066
|
-
const ne = U(), Oe =
|
|
62077
|
+
const ne = U(), Oe = Ns(
|
|
62067
62078
|
131
|
|
62068
62079
|
/* AssertsKeyword */
|
|
62069
62080
|
), ut = oe() === 110 ? X0() : sl(), qt = Ki(
|
|
@@ -62252,7 +62263,7 @@ ${It.join(`
|
|
|
62252
62263
|
void 0
|
|
62253
62264
|
);
|
|
62254
62265
|
Sr(Qr, Oe.pos);
|
|
62255
|
-
const Ai = Ja([Qr], Qr.pos, Qr.end), Ia =
|
|
62266
|
+
const Ai = Ja([Qr], Qr.pos, Qr.end), Ia = Ns(
|
|
62256
62267
|
39
|
|
62257
62268
|
/* EqualsGreaterThanToken */
|
|
62258
62269
|
), ua = LE(
|
|
@@ -62412,7 +62423,7 @@ ${It.join(`
|
|
|
62412
62423
|
const jc = Ka && w4(Ka);
|
|
62413
62424
|
if (!ne && oe() !== 39 && (jc || oe() !== 19))
|
|
62414
62425
|
return;
|
|
62415
|
-
const Oc = oe(), tc =
|
|
62426
|
+
const Oc = oe(), tc = Ns(
|
|
62416
62427
|
39
|
|
62417
62428
|
/* EqualsGreaterThanToken */
|
|
62418
62429
|
), Ch = Oc === 39 || Oc === 19 ? LE(ht(gr, GN), Oe) : sl();
|
|
@@ -62450,7 +62461,7 @@ ${It.join(`
|
|
|
62450
62461
|
/*allowReturnTypeInArrowFunction*/
|
|
62451
62462
|
!1
|
|
62452
62463
|
)),
|
|
62453
|
-
gr =
|
|
62464
|
+
gr = Ns(
|
|
62454
62465
|
59
|
|
62455
62466
|
/* ColonToken */
|
|
62456
62467
|
),
|
|
@@ -62629,7 +62640,7 @@ ${It.join(`
|
|
|
62629
62640
|
const ut = U(), qt = Mr(Uk);
|
|
62630
62641
|
qt !== void 0 && (Ie(ut, U(), g.super_may_not_use_type_arguments), o0() || (Oe = b.createExpressionWithTypeArguments(Oe, qt)));
|
|
62631
62642
|
}
|
|
62632
|
-
return oe() === 21 || oe() === 25 || oe() === 23 ? Oe : (
|
|
62643
|
+
return oe() === 21 || oe() === 25 || oe() === 23 ? Oe : (Ns(25, g.super_must_be_followed_by_an_argument_list_or_member_access), Sr(H(Oe, _r(
|
|
62633
62644
|
/*allowIdentifierNames*/
|
|
62634
62645
|
!0,
|
|
62635
62646
|
/*allowPrivateIdentifiers*/
|
|
@@ -62954,7 +62965,7 @@ ${It.join(`
|
|
|
62954
62965
|
function Gm(ne, Oe, ut) {
|
|
62955
62966
|
for (; ; ) {
|
|
62956
62967
|
let qt, gr = !1;
|
|
62957
|
-
if (ut && xh() ? (qt =
|
|
62968
|
+
if (ut && xh() ? (qt = Ns(
|
|
62958
62969
|
29
|
|
62959
62970
|
/* QuestionDotToken */
|
|
62960
62971
|
), gr = Yp(oe())) : gr = Ki(
|
|
@@ -63428,7 +63439,7 @@ ${It.join(`
|
|
|
63428
63439
|
oe() === 135 && br(Ad) ? qt = XE(
|
|
63429
63440
|
/*inForStatementInitializer*/
|
|
63430
63441
|
!0
|
|
63431
|
-
) : qt =
|
|
63442
|
+
) : qt = Ps(np));
|
|
63432
63443
|
let gr;
|
|
63433
63444
|
if (ut ? lr(
|
|
63434
63445
|
165
|
|
@@ -64264,7 +64275,7 @@ ${It.join(`
|
|
|
64264
64275
|
return !1;
|
|
64265
64276
|
}
|
|
64266
64277
|
function ZE(ne, Oe, ut) {
|
|
64267
|
-
|
|
64278
|
+
Ns(
|
|
64268
64279
|
126
|
|
64269
64280
|
/* StaticKeyword */
|
|
64270
64281
|
);
|
|
@@ -65829,7 +65840,7 @@ ${It.join(`
|
|
|
65829
65840
|
return;
|
|
65830
65841
|
function H(te) {
|
|
65831
65842
|
let ae = "";
|
|
65832
|
-
if (z && a(te) && (ae = B.substring(te.pos, te.end)), $G(te, N), Yh(te, te.pos + M, te.end + M), z && a(te) && I.assert(ae === q.substring(te.pos, te.end)),
|
|
65843
|
+
if (z && a(te) && (ae = B.substring(te.pos, te.end)), $G(te, N), Yh(te, te.pos + M, te.end + M), z && a(te) && I.assert(ae === q.substring(te.pos, te.end)), As(te, H, Z), mm(te))
|
|
65833
65844
|
for (const ee of te.jsDoc)
|
|
65834
65845
|
H(ee);
|
|
65835
65846
|
c(te, z);
|
|
@@ -65874,7 +65885,7 @@ ${It.join(`
|
|
|
65874
65885
|
if (mm(w))
|
|
65875
65886
|
for (const B of w.jsDoc)
|
|
65876
65887
|
M(B);
|
|
65877
|
-
|
|
65888
|
+
As(w, M), I.assert(F <= w.end);
|
|
65878
65889
|
}
|
|
65879
65890
|
}
|
|
65880
65891
|
function d(w, N, F, M, B, q, z, H) {
|
|
@@ -65896,7 +65907,7 @@ ${It.join(`
|
|
|
65896
65907
|
}
|
|
65897
65908
|
const ee = ae.end;
|
|
65898
65909
|
if (ee >= N) {
|
|
65899
|
-
if (ufe(ae), $G(ae, w), o(ae, N, F, M, B),
|
|
65910
|
+
if (ufe(ae), $G(ae, w), o(ae, N, F, M, B), As(ae, Z, te), mm(ae))
|
|
65900
65911
|
for (const Ce of ae.jsDoc)
|
|
65901
65912
|
Z(Ce);
|
|
65902
65913
|
c(ae, H);
|
|
@@ -65941,7 +65952,7 @@ ${It.join(`
|
|
|
65941
65952
|
}
|
|
65942
65953
|
function y(w, N) {
|
|
65943
65954
|
let F = w, M;
|
|
65944
|
-
if (
|
|
65955
|
+
if (As(w, q), M) {
|
|
65945
65956
|
const z = B(M);
|
|
65946
65957
|
z.pos > F.pos && (F = z);
|
|
65947
65958
|
}
|
|
@@ -65959,7 +65970,7 @@ ${It.join(`
|
|
|
65959
65970
|
if (!Ul(z))
|
|
65960
65971
|
if (z.pos <= N) {
|
|
65961
65972
|
if (z.pos >= F.pos && (F = z), N < z.end)
|
|
65962
|
-
return
|
|
65973
|
+
return As(z, q), !0;
|
|
65963
65974
|
I.assert(z.end <= N), M = z;
|
|
65964
65975
|
} else
|
|
65965
65976
|
return I.assert(z.pos > N), !0;
|
|
@@ -65987,10 +65998,10 @@ ${It.join(`
|
|
|
65987
65998
|
}
|
|
65988
65999
|
};
|
|
65989
66000
|
function q(z) {
|
|
65990
|
-
N = void 0, F = -1, M = void 0,
|
|
66001
|
+
N = void 0, F = -1, M = void 0, As(w, H, Z);
|
|
65991
66002
|
return;
|
|
65992
66003
|
function H(te) {
|
|
65993
|
-
return z >= te.pos && z < te.end ? (
|
|
66004
|
+
return z >= te.pos && z < te.end ? (As(te, H, Z), !0) : !1;
|
|
65994
66005
|
}
|
|
65995
66006
|
function Z(te) {
|
|
65996
66007
|
if (z >= te.pos && z < te.end)
|
|
@@ -66000,7 +66011,7 @@ ${It.join(`
|
|
|
66000
66011
|
if (ee.pos === z)
|
|
66001
66012
|
return N = te, F = ae, M = ee, !0;
|
|
66002
66013
|
if (ee.pos < z && z < ee.end)
|
|
66003
|
-
return
|
|
66014
|
+
return As(ee, H, Z), !0;
|
|
66004
66015
|
}
|
|
66005
66016
|
}
|
|
66006
66017
|
return !1;
|
|
@@ -71213,7 +71224,7 @@ ${It.join(`
|
|
|
71213
71224
|
// 5. other uninstantiated module declarations.
|
|
71214
71225
|
case 268: {
|
|
71215
71226
|
let i = 0;
|
|
71216
|
-
return
|
|
71227
|
+
return As(e, (a) => {
|
|
71217
71228
|
const o = a_e(a, t);
|
|
71218
71229
|
switch (o) {
|
|
71219
71230
|
case 0:
|
|
@@ -71298,7 +71309,7 @@ ${It.join(`
|
|
|
71298
71309
|
{ path: e.path },
|
|
71299
71310
|
/*separateBeginAndEnd*/
|
|
71300
71311
|
!0
|
|
71301
|
-
), qr(e), (un = Jn) == null || un.pop(), e.symbolCount = Ce, e.classifiableNames = Q, m_(),
|
|
71312
|
+
), qr(e), (un = Jn) == null || un.pop(), e.symbolCount = Ce, e.classifiableNames = Q, m_(), Ns()), e = void 0, t = void 0, n = void 0, i = void 0, a = void 0, o = void 0, c = void 0, d = void 0, p = void 0, b = void 0, y = !1, S = void 0, E = void 0, w = void 0, N = void 0, F = void 0, M = void 0, B = void 0, z = void 0, H = !1, Z = !1, ee = !1, te = 0;
|
|
71302
71313
|
}
|
|
71303
71314
|
function re(G, Ue) {
|
|
71304
71315
|
return A_(Ue, "alwaysStrict") && !G.isDeclarationFile ? !0 : !!G.externalModuleIndicator;
|
|
@@ -71481,7 +71492,7 @@ ${It.join(`
|
|
|
71481
71492
|
G !== void 0 && _e(G, Ue);
|
|
71482
71493
|
}
|
|
71483
71494
|
function ge(G) {
|
|
71484
|
-
|
|
71495
|
+
As(G, qr, Ne);
|
|
71485
71496
|
}
|
|
71486
71497
|
function Ve(G) {
|
|
71487
71498
|
const Ue = ee;
|
|
@@ -71501,7 +71512,7 @@ ${It.join(`
|
|
|
71501
71512
|
break;
|
|
71502
71513
|
case 249:
|
|
71503
71514
|
case 250:
|
|
71504
|
-
|
|
71515
|
+
Ps(G);
|
|
71505
71516
|
break;
|
|
71506
71517
|
case 245:
|
|
71507
71518
|
gt(G);
|
|
@@ -71795,7 +71806,7 @@ ${It.join(`
|
|
|
71795
71806
|
const Ue = Ea(G, Er()), Ht = er(), un = er();
|
|
71796
71807
|
qr(G.initializer), Ji(Ue, S), S = Ue, Oi(G.condition, Ht, un), S = bn(Ht), Si(G.statement, un, Ue), qr(G.incrementor), Ji(Ue, S), S = bn(un);
|
|
71797
71808
|
}
|
|
71798
|
-
function
|
|
71809
|
+
function Ps(G) {
|
|
71799
71810
|
const Ue = Ea(G, Er()), Ht = er();
|
|
71800
71811
|
qr(G.expression), Ji(Ue, S), S = Ue, G.kind === 250 && qr(G.awaitModifier), Ji(Ht, S), qr(G.initializer), G.initializer.kind !== 261 && Kt(G.initializer), Si(G.statement, Ht, Ue), Ji(Ue, S), S = bn(Ht);
|
|
71801
71812
|
}
|
|
@@ -72309,7 +72320,7 @@ ${It.join(`
|
|
|
72309
72320
|
}
|
|
72310
72321
|
a = G, d = Ue, c = Ht, i = un, S = ea;
|
|
72311
72322
|
}
|
|
72312
|
-
function
|
|
72323
|
+
function Ns() {
|
|
72313
72324
|
if (b === void 0)
|
|
72314
72325
|
return;
|
|
72315
72326
|
const G = a, Ue = d, Ht = c, un = i, ea = S;
|
|
@@ -74941,7 +74952,7 @@ ${It.join(`
|
|
|
74941
74952
|
const T = v ? e3(v, s, m) : void 0;
|
|
74942
74953
|
return ct = void 0, T;
|
|
74943
74954
|
}
|
|
74944
|
-
var fa = /* @__PURE__ */ new Map(), Hi = /* @__PURE__ */ new Map(), bn = /* @__PURE__ */ new Map(), _a = /* @__PURE__ */ new Map(), et = /* @__PURE__ */ new Map(), Jt = /* @__PURE__ */ new Map(), Ir = /* @__PURE__ */ new Map(), Dn = /* @__PURE__ */ new Map(), Oi = /* @__PURE__ */ new Map(), Si = /* @__PURE__ */ new Map(), Ea = /* @__PURE__ */ new Map(), qs = /* @__PURE__ */ new Map(), ko = /* @__PURE__ */ new Map(), Zr = /* @__PURE__ */ new Map(),
|
|
74955
|
+
var fa = /* @__PURE__ */ new Map(), Hi = /* @__PURE__ */ new Map(), bn = /* @__PURE__ */ new Map(), _a = /* @__PURE__ */ new Map(), et = /* @__PURE__ */ new Map(), Jt = /* @__PURE__ */ new Map(), Ir = /* @__PURE__ */ new Map(), Dn = /* @__PURE__ */ new Map(), Oi = /* @__PURE__ */ new Map(), Si = /* @__PURE__ */ new Map(), Ea = /* @__PURE__ */ new Map(), qs = /* @__PURE__ */ new Map(), ko = /* @__PURE__ */ new Map(), Zr = /* @__PURE__ */ new Map(), Ps = /* @__PURE__ */ new Map(), gt = [], Zt = /* @__PURE__ */ new Map(), de = /* @__PURE__ */ new Set(), lt = Ro(4, "unknown"), pe = Ro(
|
|
74945
74956
|
0,
|
|
74946
74957
|
"__resolving__"
|
|
74947
74958
|
/* Resolving */
|
|
@@ -75007,7 +75018,7 @@ ${It.join(`
|
|
|
75007
75018
|
), r), () => "(unmeasurable reporter)"), m_ = eq((r) => (Ki && (r === Xf || r === sl || r === Pe) && Ki(
|
|
75008
75019
|
/*onlyUnreliable*/
|
|
75009
75020
|
!1
|
|
75010
|
-
), r), () => "(unreliable reporter)"),
|
|
75021
|
+
), r), () => "(unreliable reporter)"), Ns = jo(
|
|
75011
75022
|
/*symbol*/
|
|
75012
75023
|
void 0,
|
|
75013
75024
|
B,
|
|
@@ -75213,10 +75224,10 @@ ${It.join(`
|
|
|
75213
75224
|
) || lt) : Ke(r.expression.expression) ? xi(r.expression.name) === "Symbol" && xi(r.expression.expression) === "globalThis" && ip(r.expression.expression) === Ne : !1;
|
|
75214
75225
|
}
|
|
75215
75226
|
function Qb(r) {
|
|
75216
|
-
return r ?
|
|
75227
|
+
return r ? Ps.get(r) : void 0;
|
|
75217
75228
|
}
|
|
75218
75229
|
function a0(r, s) {
|
|
75219
|
-
return r &&
|
|
75230
|
+
return r && Ps.set(r, s), s;
|
|
75220
75231
|
}
|
|
75221
75232
|
function tx(r) {
|
|
75222
75233
|
if (r) {
|
|
@@ -78228,7 +78239,7 @@ ${It.join(`
|
|
|
78228
78239
|
ye.approximateLength += 37;
|
|
78229
78240
|
const Ci = mw(jt.root.checkType, ia, jt.mapper), es = ye.inferTypeParameters;
|
|
78230
78241
|
ye.inferTypeParameters = jt.root.inferTypeParameters;
|
|
78231
|
-
const
|
|
78242
|
+
const Is = W(Wa(jt.root.extendsType, Ci), ye);
|
|
78232
78243
|
ye.inferTypeParameters = es;
|
|
78233
78244
|
const nc = Zi(Wa(s(ye, jt.root.node.trueType), Ci)), No = Zi(Wa(s(ye, jt.root.node.falseType), Ci));
|
|
78234
78245
|
return R.createConditionalTypeNode(
|
|
@@ -78241,7 +78252,7 @@ ${It.join(`
|
|
|
78241
78252
|
R.createConditionalTypeNode(
|
|
78242
78253
|
R.createTypeReferenceNode(R.cloneNode(qa)),
|
|
78243
78254
|
W(jt.checkType, ye),
|
|
78244
|
-
R.createConditionalTypeNode(Fi,
|
|
78255
|
+
R.createConditionalTypeNode(Fi, Is, nc, No),
|
|
78245
78256
|
R.createKeywordTypeNode(
|
|
78246
78257
|
146
|
|
78247
78258
|
/* NeverKeyword */
|
|
@@ -78297,7 +78308,7 @@ ${It.join(`
|
|
|
78297
78308
|
void 0
|
|
78298
78309
|
);
|
|
78299
78310
|
ye.approximateLength += 10;
|
|
78300
|
-
const
|
|
78311
|
+
const Is = Un(
|
|
78301
78312
|
es,
|
|
78302
78313
|
1
|
|
78303
78314
|
/* SingleLine */
|
|
@@ -78312,7 +78323,7 @@ ${It.join(`
|
|
|
78312
78323
|
R.cloneNode(Bi.typeName),
|
|
78313
78324
|
nc.flags & 2 ? void 0 : W(nc, ye)
|
|
78314
78325
|
)),
|
|
78315
|
-
|
|
78326
|
+
Is,
|
|
78316
78327
|
R.createKeywordTypeNode(
|
|
78317
78328
|
146
|
|
78318
78329
|
/* NeverKeyword */
|
|
@@ -78327,13 +78338,13 @@ ${It.join(`
|
|
|
78327
78338
|
R.cloneNode(Bi.typeName),
|
|
78328
78339
|
R.createTypeOperatorNode(143, W(Zk(jt), ye))
|
|
78329
78340
|
)),
|
|
78330
|
-
|
|
78341
|
+
Is,
|
|
78331
78342
|
R.createKeywordTypeNode(
|
|
78332
78343
|
146
|
|
78333
78344
|
/* NeverKeyword */
|
|
78334
78345
|
)
|
|
78335
78346
|
);
|
|
78336
|
-
return
|
|
78347
|
+
return Is;
|
|
78337
78348
|
}
|
|
78338
78349
|
function Uo(jt) {
|
|
78339
78350
|
var kr, ar;
|
|
@@ -78400,11 +78411,11 @@ ${It.join(`
|
|
|
78400
78411
|
T2
|
|
78401
78412
|
)
|
|
78402
78413
|
), es.truncating && (ye.truncating = !0), ye.approximateLength += es.addedLength, uv(es.node);
|
|
78403
|
-
let
|
|
78414
|
+
let Is;
|
|
78404
78415
|
if (qa) {
|
|
78405
|
-
if (
|
|
78416
|
+
if (Is = ye.symbolDepth.get(qa) || 0, Is > 10)
|
|
78406
78417
|
return ue(ye);
|
|
78407
|
-
ye.symbolDepth.set(qa,
|
|
78418
|
+
ye.symbolDepth.set(qa, Is + 1);
|
|
78408
78419
|
}
|
|
78409
78420
|
ye.visitedTypes.add(Bi);
|
|
78410
78421
|
const nc = ye.trackedSymbols;
|
|
@@ -78415,7 +78426,7 @@ ${It.join(`
|
|
|
78415
78426
|
truncating: ye.truncating,
|
|
78416
78427
|
addedLength: b0,
|
|
78417
78428
|
trackedSymbols: ye.trackedSymbols
|
|
78418
|
-
})), ye.visitedTypes.delete(Bi), qa && ye.symbolDepth.set(qa,
|
|
78429
|
+
})), ye.visitedTypes.delete(Bi), qa && ye.symbolDepth.set(qa, Is), ye.trackedSymbols = nc, Pu;
|
|
78419
78430
|
function uv(dd) {
|
|
78420
78431
|
return !Jc(dd) && vs(dd) === dd ? dd : u(ye, R.cloneNode(Kr(
|
|
78421
78432
|
dd,
|
|
@@ -78536,9 +78547,9 @@ ${It.join(`
|
|
|
78536
78547
|
Lr++;
|
|
78537
78548
|
while (Lr < Fi && QLe(ar[Lr]) === es);
|
|
78538
78549
|
if (!fu(ar, kr, Ci, Lr)) {
|
|
78539
|
-
const
|
|
78550
|
+
const Is = Rt(kr.slice(Ci, Lr), ye), nc = D(ye);
|
|
78540
78551
|
ye.flags |= 16;
|
|
78541
|
-
const No = Mn(es, ye, 788968,
|
|
78552
|
+
const No = Mn(es, ye, 788968, Is);
|
|
78542
78553
|
nc(), xn = xn ? st(xn, No) : No;
|
|
78543
78554
|
}
|
|
78544
78555
|
}
|
|
@@ -78560,8 +78571,8 @@ ${It.join(`
|
|
|
78560
78571
|
!1
|
|
78561
78572
|
))) && (!jt.node || !Gd(jt.node) || !jt.node.typeArguments || jt.node.typeArguments.length < Fi)))
|
|
78562
78573
|
for (; Fi > 0; ) {
|
|
78563
|
-
const Ci = kr[Fi - 1], es = jt.target.typeParameters[Fi - 1],
|
|
78564
|
-
if (!
|
|
78574
|
+
const Ci = kr[Fi - 1], es = jt.target.typeParameters[Fi - 1], Is = eC(es);
|
|
78575
|
+
if (!Is || !Vy(Ci, Is))
|
|
78565
78576
|
break;
|
|
78566
78577
|
Fi--;
|
|
78567
78578
|
}
|
|
@@ -80215,7 +80226,7 @@ ${It.join(`
|
|
|
80215
80226
|
sa
|
|
80216
80227
|
);
|
|
80217
80228
|
}
|
|
80218
|
-
function
|
|
80229
|
+
function Is(Qt) {
|
|
80219
80230
|
let Ei = ma(Qf(Qt).values());
|
|
80220
80231
|
const sa = sc(Qt);
|
|
80221
80232
|
if (sa !== Qt) {
|
|
@@ -80231,10 +80242,10 @@ ${It.join(`
|
|
|
80231
80242
|
));
|
|
80232
80243
|
}
|
|
80233
80244
|
function nc(Qt) {
|
|
80234
|
-
return rt(
|
|
80245
|
+
return rt(Is(Qt), (Ei) => !(Dd(Cu(Ei)) & 111551));
|
|
80235
80246
|
}
|
|
80236
80247
|
function No(Qt, Ei, sa) {
|
|
80237
|
-
const ra =
|
|
80248
|
+
const ra = Is(Qt), $i = jh(ra, (Qs) => Qs.parent && Qs.parent === Qt ? "real" : "merged"), Dc = $i.get("real") || j, go = $i.get("merged") || j;
|
|
80238
80249
|
if (se(Dc)) {
|
|
80239
80250
|
const Qs = Qv(Qt, Ei);
|
|
80240
80251
|
GS(Dc, Qs, sa, !!(Qt.flags & 67108880));
|
|
@@ -81483,7 +81494,7 @@ ${It.join(`
|
|
|
81483
81494
|
}
|
|
81484
81495
|
function qt(r, s, u) {
|
|
81485
81496
|
if (r = Lu(r, (W) => !(W.flags & 98304)), r.flags & 131072)
|
|
81486
|
-
return
|
|
81497
|
+
return Ns;
|
|
81487
81498
|
if (r.flags & 1048576)
|
|
81488
81499
|
return Nl(r, (W) => qt(W, s, u));
|
|
81489
81500
|
let m = Gi(Dt(s, X1));
|
|
@@ -82098,7 +82109,7 @@ ${It.join(`
|
|
|
82098
82109
|
I.assertIsDefined(r.valueDeclaration);
|
|
82099
82110
|
const s = r.valueDeclaration;
|
|
82100
82111
|
if (Pa(s) && lg(s))
|
|
82101
|
-
return s.statements.length ? am(Sx(ns(s.statements[0].expression))) :
|
|
82112
|
+
return s.statements.length ? am(Sx(ns(s.statements[0].expression))) : Ns;
|
|
82102
82113
|
if (U2(s))
|
|
82103
82114
|
return y8(r);
|
|
82104
82115
|
if (!Eg(
|
|
@@ -84003,7 +84014,7 @@ ${It.join(`
|
|
|
84003
84014
|
}
|
|
84004
84015
|
function xp(r) {
|
|
84005
84016
|
const s = r.flags & 465829888 ? y_(r) || Ie : r, u = vi(s);
|
|
84006
|
-
return u & 32 ? LLe(s) : u & 4 && s !== r ? im(s, r) : s.flags & 2097152 ? Ayt(s, r) : s.flags & 402653316 ? Rc : s.flags & 296 ? _l : s.flags & 2112 ? v1t() : s.flags & 528 ? Zu : s.flags & 12288 ? pRe() : s.flags & 67108864 ?
|
|
84017
|
+
return u & 32 ? LLe(s) : u & 4 && s !== r ? im(s, r) : s.flags & 2097152 ? Ayt(s, r) : s.flags & 402653316 ? Rc : s.flags & 296 ? _l : s.flags & 2112 ? v1t() : s.flags & 528 ? Zu : s.flags & 12288 ? pRe() : s.flags & 67108864 ? Ns : s.flags & 4194304 ? lr : s.flags & 2 && !fe ? Ns : s;
|
|
84007
84018
|
}
|
|
84008
84019
|
function S8(r) {
|
|
84009
84020
|
return wh(xp(wh(r)));
|
|
@@ -84303,7 +84314,7 @@ ${It.join(`
|
|
|
84303
84314
|
const J = Hbe(m);
|
|
84304
84315
|
for (let W = T; W < v; W++) {
|
|
84305
84316
|
let X = eC(s[W]);
|
|
84306
|
-
m && X && (Vy(X, Ie) || Vy(X,
|
|
84317
|
+
m && X && (Vy(X, Ie) || Vy(X, Ns)) && (X = at), D[W] = X ? Wa(X, Id(s, D)) : J;
|
|
84307
84318
|
}
|
|
84308
84319
|
return D.length = s.length, D;
|
|
84309
84320
|
}
|
|
@@ -84412,7 +84423,7 @@ ${It.join(`
|
|
|
84412
84423
|
case 303:
|
|
84413
84424
|
return u(m.initializer);
|
|
84414
84425
|
default:
|
|
84415
|
-
return !oH(m) && !P0(m) && !!
|
|
84426
|
+
return !oH(m) && !P0(m) && !!As(m, u);
|
|
84416
84427
|
}
|
|
84417
84428
|
}
|
|
84418
84429
|
}
|
|
@@ -85149,9 +85160,9 @@ ${It.join(`
|
|
|
85149
85160
|
}
|
|
85150
85161
|
}
|
|
85151
85162
|
if (!r)
|
|
85152
|
-
return s ? Ja :
|
|
85163
|
+
return s ? Ja : Ns;
|
|
85153
85164
|
const m = ll(r);
|
|
85154
|
-
return m.flags & 524288 ? se(m.typeParameters) !== s ? (nt(u(r), g.Global_type_0_must_have_1_type_parameter_s, ru(r), s), s ? Ja :
|
|
85165
|
+
return m.flags & 524288 ? se(m.typeParameters) !== s ? (nt(u(r), g.Global_type_0_must_have_1_type_parameter_s, ru(r), s), s ? Ja : Ns) : m : (nt(u(r), g.Global_type_0_must_be_a_class_or_interface_type, ru(r)), s ? Ja : Ns);
|
|
85155
85166
|
}
|
|
85156
85167
|
function z1e(r, s) {
|
|
85157
85168
|
return WP(r, 111551, s ? g.Cannot_find_global_value_0 : void 0);
|
|
@@ -85212,7 +85223,7 @@ ${It.join(`
|
|
|
85212
85223
|
0,
|
|
85213
85224
|
/*reportErrors*/
|
|
85214
85225
|
!0
|
|
85215
|
-
) ||
|
|
85226
|
+
) || Ns);
|
|
85216
85227
|
}
|
|
85217
85228
|
function lRe() {
|
|
85218
85229
|
return ea || (ea = Kl(
|
|
@@ -85221,7 +85232,7 @@ ${It.join(`
|
|
|
85221
85232
|
0,
|
|
85222
85233
|
/*reportErrors*/
|
|
85223
85234
|
!0
|
|
85224
|
-
) ||
|
|
85235
|
+
) || Ns);
|
|
85225
85236
|
}
|
|
85226
85237
|
function uRe() {
|
|
85227
85238
|
if (!Fs) {
|
|
@@ -85243,7 +85254,7 @@ ${It.join(`
|
|
|
85243
85254
|
/*arity*/
|
|
85244
85255
|
0,
|
|
85245
85256
|
r
|
|
85246
|
-
)) ||
|
|
85257
|
+
)) || Ns;
|
|
85247
85258
|
}
|
|
85248
85259
|
function U1e(r) {
|
|
85249
85260
|
return Es || (Es = Kl(
|
|
@@ -85251,7 +85262,7 @@ ${It.join(`
|
|
|
85251
85262
|
/*arity*/
|
|
85252
85263
|
0,
|
|
85253
85264
|
r
|
|
85254
|
-
)) ||
|
|
85265
|
+
)) || Ns;
|
|
85255
85266
|
}
|
|
85256
85267
|
function _Re(r) {
|
|
85257
85268
|
return ym || (ym = z1e("Symbol", r));
|
|
@@ -85266,7 +85277,7 @@ ${It.join(`
|
|
|
85266
85277
|
0,
|
|
85267
85278
|
/*reportErrors*/
|
|
85268
85279
|
!1
|
|
85269
|
-
)) ||
|
|
85280
|
+
)) || Ns;
|
|
85270
85281
|
}
|
|
85271
85282
|
function Vz(r) {
|
|
85272
85283
|
return bh || (bh = Kl(
|
|
@@ -85293,7 +85304,7 @@ ${It.join(`
|
|
|
85293
85304
|
/*arity*/
|
|
85294
85305
|
0,
|
|
85295
85306
|
r
|
|
85296
|
-
)) ||
|
|
85307
|
+
)) || Ns;
|
|
85297
85308
|
}
|
|
85298
85309
|
function Hz(r) {
|
|
85299
85310
|
return nn || (nn = Kl(
|
|
@@ -85406,7 +85417,7 @@ ${It.join(`
|
|
|
85406
85417
|
/*arity*/
|
|
85407
85418
|
0,
|
|
85408
85419
|
r
|
|
85409
|
-
)) ||
|
|
85420
|
+
)) || Ns;
|
|
85410
85421
|
}
|
|
85411
85422
|
function m1t(r) {
|
|
85412
85423
|
return ac || (ac = Kl(
|
|
@@ -85414,7 +85425,7 @@ ${It.join(`
|
|
|
85414
85425
|
/*arity*/
|
|
85415
85426
|
0,
|
|
85416
85427
|
r
|
|
85417
|
-
)) ||
|
|
85428
|
+
)) || Ns;
|
|
85418
85429
|
}
|
|
85419
85430
|
function vRe(r, s = 0) {
|
|
85420
85431
|
const u = WP(
|
|
@@ -85458,7 +85469,7 @@ ${It.join(`
|
|
|
85458
85469
|
0,
|
|
85459
85470
|
/*reportErrors*/
|
|
85460
85471
|
!1
|
|
85461
|
-
)) ||
|
|
85472
|
+
)) || Ns;
|
|
85462
85473
|
}
|
|
85463
85474
|
function y1t(r) {
|
|
85464
85475
|
return Ny ?? (Ny = Kl(
|
|
@@ -85541,7 +85552,7 @@ ${It.join(`
|
|
|
85541
85552
|
) || lt), Py === lt ? void 0 : Py;
|
|
85542
85553
|
}
|
|
85543
85554
|
function E8(r, s) {
|
|
85544
|
-
return r !== Ja ? Y1(r, s) :
|
|
85555
|
+
return r !== Ja ? Y1(r, s) : Ns;
|
|
85545
85556
|
}
|
|
85546
85557
|
function yRe(r) {
|
|
85547
85558
|
return E8(t1t(), [r]);
|
|
@@ -85639,7 +85650,7 @@ ${It.join(`
|
|
|
85639
85650
|
if (!s.resolvedType) {
|
|
85640
85651
|
const u = A1t(r);
|
|
85641
85652
|
if (u === Ja)
|
|
85642
|
-
s.resolvedType =
|
|
85653
|
+
s.resolvedType = Ns;
|
|
85643
85654
|
else if (!(r.kind === 189 && ht(r.elements, (m) => !!(G1e(m) & 8))) && TRe(r))
|
|
85644
85655
|
s.resolvedType = r.kind === 189 && r.elements.length === 0 ? u : R1e(
|
|
85645
85656
|
u,
|
|
@@ -85663,7 +85674,7 @@ ${It.join(`
|
|
|
85663
85674
|
(T) => 1
|
|
85664
85675
|
/* Required */
|
|
85665
85676
|
), u, m);
|
|
85666
|
-
return v === Ja ?
|
|
85677
|
+
return v === Ja ? Ns : r.length ? X1e(v, r) : v;
|
|
85667
85678
|
}
|
|
85668
85679
|
function Y1e(r, s, u) {
|
|
85669
85680
|
if (r.length === 1 && r[0] & 4)
|
|
@@ -85743,7 +85754,7 @@ ${It.join(`
|
|
|
85743
85754
|
J[Rt] & 2 && (J[Rt] = 1);
|
|
85744
85755
|
ue >= 0 && ue < Le && (D[ue] = Gi(vn(D.slice(ue, Le + 1), (Rt, $t) => J[ue + $t] & 8 ? Nd(Rt, At) : Rt)), D.splice(ue + 1, Le - ue), J.splice(ue + 1, Le - ue), W.splice(ue + 1, Le - ue));
|
|
85745
85756
|
const we = Y1e(J, r.readonly, W);
|
|
85746
|
-
return we === Ja ?
|
|
85757
|
+
return we === Ja ? Ns : J.length ? Y1(we, D) : we;
|
|
85747
85758
|
function vt(Rt, $t, Rr) {
|
|
85748
85759
|
$t & 1 && (X = J.length), $t & 4 && ue < 0 && (ue = J.length), $t & 6 && (Le = J.length), D.push($t & 2 ? wu(
|
|
85749
85760
|
Rt,
|
|
@@ -87022,7 +87033,7 @@ ${It.join(`
|
|
|
87022
87033
|
if (!(r.flags & 1048576))
|
|
87023
87034
|
return r;
|
|
87024
87035
|
if (rt(r.types, lbe))
|
|
87025
|
-
return St(r.types, K1) ||
|
|
87036
|
+
return St(r.types, K1) || Ns;
|
|
87026
87037
|
const u = St(r.types, (T) => !lbe(T));
|
|
87027
87038
|
if (!u || St(r.types, (T) => T !== u && !lbe(T)))
|
|
87028
87039
|
return r;
|
|
@@ -87069,7 +87080,7 @@ ${It.join(`
|
|
|
87069
87080
|
}
|
|
87070
87081
|
return Do([r, s]);
|
|
87071
87082
|
}
|
|
87072
|
-
const T = fo(), D = /* @__PURE__ */ new Set(), J = r ===
|
|
87083
|
+
const T = fo(), D = /* @__PURE__ */ new Set(), J = r === Ns ? I_(s) : ELe([r, s]);
|
|
87073
87084
|
for (const X of Sc(s))
|
|
87074
87085
|
pg(X) & 6 ? D.add(X.escapedName) : Ate(X) && T.set(X.escapedName, fbe(X, v));
|
|
87075
87086
|
for (const X of Sc(r))
|
|
@@ -87482,7 +87493,7 @@ ${It.join(`
|
|
|
87482
87493
|
if (r.symbol && r.symbol.declarations && r.symbol.declarations.length === 1) {
|
|
87483
87494
|
const m = r.symbol.declarations[0].parent;
|
|
87484
87495
|
for (let v = s; v !== m; v = v.parent)
|
|
87485
|
-
if (!v || v.kind === 241 || v.kind === 194 &&
|
|
87496
|
+
if (!v || v.kind === 241 || v.kind === 194 && As(v.extendsType, u))
|
|
87486
87497
|
return !0;
|
|
87487
87498
|
return u(s);
|
|
87488
87499
|
}
|
|
@@ -87512,7 +87523,7 @@ ${It.join(`
|
|
|
87512
87523
|
case 173:
|
|
87513
87524
|
return !m.type && !!m.body || ht(m.typeParameters, u) || ht(m.parameters, u) || !!m.type && u(m.type);
|
|
87514
87525
|
}
|
|
87515
|
-
return !!
|
|
87526
|
+
return !!As(m, u);
|
|
87516
87527
|
}
|
|
87517
87528
|
}
|
|
87518
87529
|
function eM(r) {
|
|
@@ -88755,7 +88766,7 @@ ${It.join(`
|
|
|
88755
88766
|
const ia = (u !== Bp || m0(Lr)) && !(ar & 2) && Lr.flags & 405405692 && Lr !== yp && xn.flags & 2621440 && Cbe(xn) && (Sc(Lr).length > 0 || ene(Lr)), qa = !!(vi(Lr) & 2048);
|
|
88756
88767
|
if (ia && !r2t(Lr, xn, qa)) {
|
|
88757
88768
|
if (jt) {
|
|
88758
|
-
const es = Nn(st.aliasSymbol ? st : Lr),
|
|
88769
|
+
const es = Nn(st.aliasSymbol ? st : Lr), Is = Nn(Et.aliasSymbol ? Et : xn), nc = Gs(
|
|
88759
88770
|
Lr,
|
|
88760
88771
|
0
|
|
88761
88772
|
/* Call */
|
|
@@ -88776,7 +88787,7 @@ ${It.join(`
|
|
|
88776
88787
|
1,
|
|
88777
88788
|
/*reportErrors*/
|
|
88778
88789
|
!1
|
|
88779
|
-
) ? ds(g.Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it, es,
|
|
88790
|
+
) ? ds(g.Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it, es, Is) : ds(g.Type_0_has_no_properties_in_common_with_type_1, es, Is);
|
|
88780
88791
|
}
|
|
88781
88792
|
return 0;
|
|
88782
88793
|
}
|
|
@@ -89220,7 +89231,7 @@ ${It.join(`
|
|
|
89220
89231
|
kr & 1 && (we[$t] = st, $t++, !(Fr & 1) && G6(st, we, $t) && (Fr |= 1)), kr & 2 && (vt[Rr] = Et, Rr++, !(Fr & 2) && G6(Et, vt, Rr) && (Fr |= 2));
|
|
89221
89232
|
let Ci, es = 0;
|
|
89222
89233
|
Ki && (Ci = Ki, Ki = (No) => (es |= No ? 16 : 8, Ci(No)));
|
|
89223
|
-
let
|
|
89234
|
+
let Is;
|
|
89224
89235
|
return Fr === 3 ? ((ar = Jn) == null || ar.instant(Jn.Phase.CheckTypes, "recursiveTypeRelatedTo_DepthLimit", {
|
|
89225
89236
|
sourceId: st.id,
|
|
89226
89237
|
sourceIdStack: we.map((No) => No.id),
|
|
@@ -89228,12 +89239,12 @@ ${It.join(`
|
|
|
89228
89239
|
targetIdStack: vt.map((No) => No.id),
|
|
89229
89240
|
depth: $t,
|
|
89230
89241
|
targetDepth: Rr
|
|
89231
|
-
}),
|
|
89232
|
-
|
|
89242
|
+
}), Is = 3) : ((Lr = Jn) == null || Lr.push(Jn.Phase.CheckTypes, "structuredTypeRelatedTo", { sourceId: st.id, targetId: Et.id }), Is = jM(st, Et, yr, jt), (xn = Jn) == null || xn.pop()), Ki && (Ki = Ci), kr & 1 && $t--, kr & 2 && Rr--, Fr = Fi, Is ? (Is === -1 || $t === 0 && Rr === 0) && nc(
|
|
89243
|
+
Is === -1 || Is === 3
|
|
89233
89244
|
) : (u.set(Bi, 2 | es), Mi--, nc(
|
|
89234
89245
|
/*markAllAsSucceeded*/
|
|
89235
89246
|
!1
|
|
89236
|
-
)),
|
|
89247
|
+
)), Is;
|
|
89237
89248
|
function nc(No) {
|
|
89238
89249
|
for (let Pu = qa; Pu < Rt; Pu++)
|
|
89239
89250
|
Le.delete(ue[Pu]), No && (u.set(ue[Pu], 1 | es), Mi--);
|
|
@@ -89376,7 +89387,7 @@ ${It.join(`
|
|
|
89376
89387
|
const Ci = hje(st.aliasSymbol);
|
|
89377
89388
|
if (Ci === j)
|
|
89378
89389
|
return 1;
|
|
89379
|
-
const es = Ra(st.aliasSymbol).typeParameters,
|
|
89390
|
+
const es = Ra(st.aliasSymbol).typeParameters, Is = Hv(es), nc = d2(st.aliasTypeArguments, es, Is, qn(st.aliasSymbol.valueDeclaration)), No = d2(Et.aliasTypeArguments, es, Is, qn(st.aliasSymbol.valueDeclaration)), Pu = Fi(nc, No, Ci, jt);
|
|
89380
89391
|
if (Pu !== void 0)
|
|
89381
89392
|
return Pu;
|
|
89382
89393
|
}
|
|
@@ -89442,13 +89453,13 @@ ${It.join(`
|
|
|
89442
89453
|
), 2, yr) === -1)
|
|
89443
89454
|
return -1;
|
|
89444
89455
|
} else if (fd(Ci)) {
|
|
89445
|
-
const
|
|
89456
|
+
const Is = _2(Ci), nc = Xm(Ci);
|
|
89446
89457
|
let No;
|
|
89447
|
-
if (
|
|
89448
|
-
const Pu = Am(
|
|
89449
|
-
No = Gi([Pu,
|
|
89458
|
+
if (Is && $P(Ci)) {
|
|
89459
|
+
const Pu = Am(Is, Ci);
|
|
89460
|
+
No = Gi([Pu, Is]);
|
|
89450
89461
|
} else
|
|
89451
|
-
No =
|
|
89462
|
+
No = Is || nc;
|
|
89452
89463
|
if (Mn(st, No, 2, yr) === -1)
|
|
89453
89464
|
return -1;
|
|
89454
89465
|
}
|
|
@@ -89460,9 +89471,9 @@ ${It.join(`
|
|
|
89460
89471
|
yr && (Lr = W);
|
|
89461
89472
|
}
|
|
89462
89473
|
if (u === tm || u === Bp) {
|
|
89463
|
-
const Ci = Et.objectType, es = Et.indexType,
|
|
89464
|
-
if (!pw(
|
|
89465
|
-
const No = 4 | (
|
|
89474
|
+
const Ci = Et.objectType, es = Et.indexType, Is = y_(Ci) || Ci, nc = y_(es) || es;
|
|
89475
|
+
if (!pw(Is) && !dw(nc)) {
|
|
89476
|
+
const No = 4 | (Is !== Ci ? 2 : 0), Pu = BS(Is, nc, No);
|
|
89466
89477
|
if (Pu) {
|
|
89467
89478
|
if (yr && Lr && ci(kr), ar = Mn(
|
|
89468
89479
|
st,
|
|
@@ -89480,8 +89491,8 @@ ${It.join(`
|
|
|
89480
89491
|
}
|
|
89481
89492
|
yr && (Lr = void 0);
|
|
89482
89493
|
} else if (fd(Et) && u !== rm) {
|
|
89483
|
-
const Ci = !!Et.declaration.nameType, es = G1(Et),
|
|
89484
|
-
if (!(
|
|
89494
|
+
const Ci = !!Et.declaration.nameType, es = G1(Et), Is = Wv(Et);
|
|
89495
|
+
if (!(Is & 8)) {
|
|
89485
89496
|
if (!Ci && es.flags & 8388608 && es.objectType === st && es.indexType === p0(Et))
|
|
89486
89497
|
return -1;
|
|
89487
89498
|
if (!fd(st)) {
|
|
@@ -89489,7 +89500,7 @@ ${It.join(`
|
|
|
89489
89500
|
st,
|
|
89490
89501
|
2
|
|
89491
89502
|
/* NoIndexSignatures */
|
|
89492
|
-
), Pu =
|
|
89503
|
+
), Pu = Is & 4, b0 = Pu ? jz(nc, No) : void 0;
|
|
89493
89504
|
if (Pu ? !(b0.flags & 131072) : Mn(
|
|
89494
89505
|
nc,
|
|
89495
89506
|
No,
|
|
@@ -89518,7 +89529,7 @@ ${It.join(`
|
|
|
89518
89529
|
return 3;
|
|
89519
89530
|
const Ci = Et;
|
|
89520
89531
|
if (!Ci.root.inferTypeParameters && !mbt(Ci.root) && !(st.flags & 16777216 && st.root === Ci.root)) {
|
|
89521
|
-
const es = !no(tM(Ci.checkType), tM(Ci.extendsType)),
|
|
89532
|
+
const es = !no(tM(Ci.checkType), tM(Ci.extendsType)), Is = !es && no(gw(Ci.checkType), gw(Ci.extendsType));
|
|
89522
89533
|
if ((ar = es ? -1 : Mn(
|
|
89523
89534
|
st,
|
|
89524
89535
|
$S(Ci),
|
|
@@ -89528,7 +89539,7 @@ ${It.join(`
|
|
|
89528
89539
|
/*headMessage*/
|
|
89529
89540
|
void 0,
|
|
89530
89541
|
jt
|
|
89531
|
-
)) && (ar &=
|
|
89542
|
+
)) && (ar &= Is ? -1 : Mn(
|
|
89532
89543
|
st,
|
|
89533
89544
|
JS(Ci),
|
|
89534
89545
|
2,
|
|
@@ -89585,7 +89596,7 @@ ${It.join(`
|
|
|
89585
89596
|
if (ar = Mn(lr, Et, 1, yr && !Ci))
|
|
89586
89597
|
return ar;
|
|
89587
89598
|
if (Ci) {
|
|
89588
|
-
const es = st.type,
|
|
89599
|
+
const es = st.type, Is = _2(es), nc = Is && $P(es) ? Am(Is, es) : Is || Xm(es);
|
|
89589
89600
|
if (ar = Mn(nc, Et, 1, yr))
|
|
89590
89601
|
return ar;
|
|
89591
89602
|
}
|
|
@@ -89610,11 +89621,11 @@ ${It.join(`
|
|
|
89610
89621
|
if (G6(st, we, $t, 10))
|
|
89611
89622
|
return 3;
|
|
89612
89623
|
if (ia & 16777216) {
|
|
89613
|
-
const
|
|
89624
|
+
const Is = st.root.inferTypeParameters;
|
|
89614
89625
|
let nc = st.extendsType, No;
|
|
89615
|
-
if (
|
|
89626
|
+
if (Is) {
|
|
89616
89627
|
const Pu = lM(
|
|
89617
|
-
|
|
89628
|
+
Is,
|
|
89618
89629
|
/*signature*/
|
|
89619
89630
|
void 0,
|
|
89620
89631
|
0,
|
|
@@ -89663,9 +89674,9 @@ ${It.join(`
|
|
|
89663
89674
|
const es = Ebe(st.target);
|
|
89664
89675
|
if (es === j)
|
|
89665
89676
|
return 1;
|
|
89666
|
-
const
|
|
89667
|
-
if (
|
|
89668
|
-
return
|
|
89677
|
+
const Is = Fi(pl(st), pl(Et), es, jt);
|
|
89678
|
+
if (Is !== void 0)
|
|
89679
|
+
return Is;
|
|
89669
89680
|
} else {
|
|
89670
89681
|
if (D8(Et) ? Od(st, bx) : Pg(Et) && Od(st, (es) => qo(es) && !es.target.readonly))
|
|
89671
89682
|
return u !== rm ? Mn(gx(st, At) || at, gx(Et, At) || at, 3, yr) : 0;
|
|
@@ -89699,27 +89710,27 @@ ${It.join(`
|
|
|
89699
89710
|
/* Substitution */
|
|
89700
89711
|
);
|
|
89701
89712
|
if (es.flags & 1048576) {
|
|
89702
|
-
const
|
|
89703
|
-
if (
|
|
89704
|
-
return
|
|
89713
|
+
const Is = Wr(st, es);
|
|
89714
|
+
if (Is)
|
|
89715
|
+
return Is;
|
|
89705
89716
|
}
|
|
89706
89717
|
}
|
|
89707
89718
|
}
|
|
89708
89719
|
return 0;
|
|
89709
89720
|
function qa(Ci) {
|
|
89710
|
-
return Ci ? va(Ci, (es,
|
|
89721
|
+
return Ci ? va(Ci, (es, Is) => es + 1 + qa(Is.next), 0) : 0;
|
|
89711
89722
|
}
|
|
89712
|
-
function Fi(Ci, es,
|
|
89713
|
-
if (ar = i3(Ci, es,
|
|
89723
|
+
function Fi(Ci, es, Is, nc) {
|
|
89724
|
+
if (ar = i3(Ci, es, Is, yr, nc))
|
|
89714
89725
|
return ar;
|
|
89715
|
-
if (ht(
|
|
89726
|
+
if (ht(Is, (Pu) => !!(Pu & 24))) {
|
|
89716
89727
|
Lr = void 0, ci(kr);
|
|
89717
89728
|
return;
|
|
89718
89729
|
}
|
|
89719
|
-
const No = es && n2t(es,
|
|
89720
|
-
if (xn = !No,
|
|
89730
|
+
const No = es && n2t(es, Is);
|
|
89731
|
+
if (xn = !No, Is !== j && !No) {
|
|
89721
89732
|
if (xn && !(yr && ht(
|
|
89722
|
-
|
|
89733
|
+
Is,
|
|
89723
89734
|
(Pu) => (Pu & 7) === 0
|
|
89724
89735
|
/* Invariant */
|
|
89725
89736
|
)))
|
|
@@ -89758,8 +89769,8 @@ ${It.join(`
|
|
|
89758
89769
|
let Ci = !1;
|
|
89759
89770
|
e:
|
|
89760
89771
|
for (const es of Et.types) {
|
|
89761
|
-
for (let
|
|
89762
|
-
const nc = kr[
|
|
89772
|
+
for (let Is = 0; Is < kr.length; Is++) {
|
|
89773
|
+
const nc = kr[Is], No = So(es, nc.escapedName);
|
|
89763
89774
|
if (!No) continue e;
|
|
89764
89775
|
if (nc === No) continue;
|
|
89765
89776
|
if (!ui(
|
|
@@ -89767,7 +89778,7 @@ ${It.join(`
|
|
|
89767
89778
|
Et,
|
|
89768
89779
|
nc,
|
|
89769
89780
|
No,
|
|
89770
|
-
(b0) => Fi[
|
|
89781
|
+
(b0) => Fi[Is],
|
|
89771
89782
|
/*reportErrors*/
|
|
89772
89783
|
!1,
|
|
89773
89784
|
0,
|
|
@@ -89908,12 +89919,12 @@ ${It.join(`
|
|
|
89908
89919
|
if (bx(st)) {
|
|
89909
89920
|
if (!Et.target.readonly && (D8(st) || qo(st) && st.target.readonly))
|
|
89910
89921
|
return 0;
|
|
89911
|
-
const Fi = m2(st), Ci = m2(Et), es = qo(st) ? st.target.combinedFlags & 4 : 4,
|
|
89922
|
+
const Fi = m2(st), Ci = m2(Et), es = qo(st) ? st.target.combinedFlags & 4 : 4, Is = !!(Et.target.combinedFlags & 12), nc = qo(st) ? st.target.minLength : 0, No = Et.target.minLength;
|
|
89912
89923
|
if (!es && Fi < No)
|
|
89913
89924
|
return yr && ds(g.Source_has_0_element_s_but_target_requires_1, Fi, No), 0;
|
|
89914
|
-
if (!
|
|
89925
|
+
if (!Is && Ci < nc)
|
|
89915
89926
|
return yr && ds(g.Source_has_0_element_s_but_target_allows_only_1, nc, Ci), 0;
|
|
89916
|
-
if (!
|
|
89927
|
+
if (!Is && (es || Ci < Fi))
|
|
89917
89928
|
return yr && (nc < No ? ds(g.Target_requires_0_element_s_but_source_may_have_fewer, No) : ds(g.Target_allows_only_0_element_s_but_source_may_have_more, Ci)), 0;
|
|
89918
89929
|
const Pu = pl(st), b0 = pl(Et), uv = F1t(
|
|
89919
89930
|
Et.target,
|
|
@@ -89926,7 +89937,7 @@ ${It.join(`
|
|
|
89926
89937
|
);
|
|
89927
89938
|
let dd = !!jt;
|
|
89928
89939
|
for (let S0 = 0; S0 < Fi; S0++) {
|
|
89929
|
-
const T2 = qo(st) ? st.target.elementFlags[S0] : 4, $M = Fi - 1 - S0, wx =
|
|
89940
|
+
const T2 = qo(st) ? st.target.elementFlags[S0] : 4, $M = Fi - 1 - S0, wx = Is && S0 >= uv ? Ci - 1 - Math.min($M, GS) : S0, ob = Et.target.elementFlags[wx];
|
|
89930
89941
|
if (ob & 8 && !(T2 & 8))
|
|
89931
89942
|
return yr && ds(g.Source_provides_no_match_for_variadic_element_at_position_0_in_target, wx), 0;
|
|
89932
89943
|
if (T2 & 8 && !(ob & 12))
|
|
@@ -89945,7 +89956,7 @@ ${It.join(`
|
|
|
89945
89956
|
ar
|
|
89946
89957
|
);
|
|
89947
89958
|
if (!cne)
|
|
89948
|
-
return yr && (Ci > 1 || Fi > 1) && (
|
|
89959
|
+
return yr && (Ci > 1 || Fi > 1) && (Is && S0 >= uv && $M >= GS && uv !== Fi - GS - 1 ? Ms(g.Type_at_positions_0_through_1_in_source_is_not_compatible_with_type_at_position_2_in_target, uv, Fi - GS - 1, wx) : Ms(g.Type_at_position_0_in_source_is_not_compatible_with_type_at_position_1_in_target, S0, wx)), 0;
|
|
89949
89960
|
Lr &= cne;
|
|
89950
89961
|
}
|
|
89951
89962
|
return Lr;
|
|
@@ -89973,10 +89984,10 @@ ${It.join(`
|
|
|
89973
89984
|
if (!(Fi.flags & 4194304) && (!qa || Ty(Ci) || Ci === "length") && (!kr || Fi.flags & 16777216)) {
|
|
89974
89985
|
const es = So(st, Ci);
|
|
89975
89986
|
if (es && es !== Fi) {
|
|
89976
|
-
const
|
|
89977
|
-
if (!
|
|
89987
|
+
const Is = ui(st, Et, es, Fi, LS, yr, ar, u === Bp);
|
|
89988
|
+
if (!Is)
|
|
89978
89989
|
return 0;
|
|
89979
|
-
Lr &=
|
|
89990
|
+
Lr &= Is;
|
|
89980
89991
|
}
|
|
89981
89992
|
}
|
|
89982
89993
|
}
|
|
@@ -90021,8 +90032,8 @@ ${It.join(`
|
|
|
90021
90032
|
return 0;
|
|
90022
90033
|
}
|
|
90023
90034
|
let Fi = -1;
|
|
90024
|
-
const Ci = yr === 1 ? Cn : gn, es = vi(st),
|
|
90025
|
-
if (es & 64 &&
|
|
90035
|
+
const Ci = yr === 1 ? Cn : gn, es = vi(st), Is = vi(Et);
|
|
90036
|
+
if (es & 64 && Is & 64 && st.symbol === Et.symbol || es & 4 && Is & 4 && st.target === Et.target) {
|
|
90026
90037
|
I.assertEqual(ia.length, qa.length);
|
|
90027
90038
|
for (let nc = 0; nc < qa.length; nc++) {
|
|
90028
90039
|
const No = Zi(
|
|
@@ -90040,7 +90051,7 @@ ${It.join(`
|
|
|
90040
90051
|
}
|
|
90041
90052
|
} else if (ia.length === 1 && qa.length === 1) {
|
|
90042
90053
|
const nc = u === Bp, No = Rs(ia), Pu = Rs(qa);
|
|
90043
|
-
if (Fi = Zi(No, Pu, nc, jt, kr, Ci(No, Pu)), !Fi && jt && yr === 1 && es &
|
|
90054
|
+
if (Fi = Zi(No, Pu, nc, jt, kr, Ci(No, Pu)), !Fi && jt && yr === 1 && es & Is && (((ar = Pu.declaration) == null ? void 0 : ar.kind) === 176 || ((Lr = No.declaration) == null ? void 0 : Lr.kind) === 176)) {
|
|
90044
90055
|
const b0 = (uv) => IS(
|
|
90045
90056
|
uv,
|
|
90046
90057
|
/*enclosingDeclaration*/
|
|
@@ -90753,7 +90764,7 @@ ${It.join(`
|
|
|
90753
90764
|
524288,
|
|
90754
90765
|
/*diagnostic*/
|
|
90755
90766
|
void 0
|
|
90756
|
-
) || lt), Rp !== lt ? qP(Rp, [r]) : Do([r,
|
|
90767
|
+
) || lt), Rp !== lt ? qP(Rp, [r]) : Do([r, Ns]);
|
|
90757
90768
|
}
|
|
90758
90769
|
function tb(r) {
|
|
90759
90770
|
return fe ? bw(
|
|
@@ -91171,7 +91182,7 @@ ${It.join(`
|
|
|
91171
91182
|
});
|
|
91172
91183
|
const u = r.flags & 4 ? [qy(
|
|
91173
91184
|
Ae,
|
|
91174
|
-
|
|
91185
|
+
Ns,
|
|
91175
91186
|
/*isReadonly*/
|
|
91176
91187
|
!1
|
|
91177
91188
|
)] : j;
|
|
@@ -92315,8 +92326,8 @@ ${It.join(`
|
|
|
92315
92326
|
);
|
|
92316
92327
|
if (!(T & s))
|
|
92317
92328
|
return r;
|
|
92318
|
-
const D = Gi([
|
|
92319
|
-
return Nl(r, (J) => g0(J, s) ? Do([J, !(T & m) && g0(J, u) ? D :
|
|
92329
|
+
const D = Gi([Ns, v]);
|
|
92330
|
+
return Nl(r, (J) => g0(J, s) ? Do([J, !(T & m) && g0(J, u) ? D : Ns]) : J);
|
|
92320
92331
|
}
|
|
92321
92332
|
function Xje(r) {
|
|
92322
92333
|
return r === ec ? Ie : r;
|
|
@@ -93681,7 +93692,7 @@ ${It.join(`
|
|
|
93681
93692
|
1
|
|
93682
93693
|
/* Construct */
|
|
93683
93694
|
);
|
|
93684
|
-
return pn.length ? Gi(Dt(pn, (In) => mc(Y9(In)))) :
|
|
93695
|
+
return pn.length ? Gi(Dt(pn, (In) => mc(Y9(In)))) : Ns;
|
|
93685
93696
|
}
|
|
93686
93697
|
function S2(nr, Wr, pn, In) {
|
|
93687
93698
|
const ui = nr.flags & 1048576 ? `N${jf(nr)},${jf(Wr)},${(pn ? 1 : 0) | (In ? 2 : 0)}` : void 0;
|
|
@@ -93912,7 +93923,7 @@ ${It.join(`
|
|
|
93912
93923
|
case 266:
|
|
93913
93924
|
return;
|
|
93914
93925
|
}
|
|
93915
|
-
la(r) ||
|
|
93926
|
+
la(r) || As(r, _Be);
|
|
93916
93927
|
}
|
|
93917
93928
|
function PSt(r, s) {
|
|
93918
93929
|
let u = r.pos;
|
|
@@ -94507,7 +94518,7 @@ ${It.join(`
|
|
|
94507
94518
|
oi(s).flags |= 4;
|
|
94508
94519
|
}
|
|
94509
94520
|
function wBe(r) {
|
|
94510
|
-
return HC(r) ? r : Os(r) ? void 0 :
|
|
94521
|
+
return HC(r) ? r : Os(r) ? void 0 : As(r, wBe);
|
|
94511
94522
|
}
|
|
94512
94523
|
function l2e(r) {
|
|
94513
94524
|
const s = ei(r), u = ll(s);
|
|
@@ -95961,7 +95972,7 @@ ${It.join(`
|
|
|
95961
95972
|
const u = Z2(r);
|
|
95962
95973
|
WDt(r, u);
|
|
95963
95974
|
const m = fe ? fo() : void 0;
|
|
95964
|
-
let v = fo(), T = [], D =
|
|
95975
|
+
let v = fo(), T = [], D = Ns;
|
|
95965
95976
|
JBe(r);
|
|
95966
95977
|
const J = kx(
|
|
95967
95978
|
r,
|
|
@@ -96033,8 +96044,8 @@ ${It.join(`
|
|
|
96033
96044
|
}
|
|
96034
96045
|
if (mM(), Oe(D))
|
|
96035
96046
|
return ot;
|
|
96036
|
-
if (D !==
|
|
96037
|
-
return T.length > 0 && (D = iC(D, jr(), r.symbol, Rt, X), T = [], v = fo(), Rr = !1, Fr = !1), Nl(D, (wr) => wr ===
|
|
96047
|
+
if (D !== Ns)
|
|
96048
|
+
return T.length > 0 && (D = iC(D, jr(), r.symbol, Rt, X), T = [], v = fo(), Rr = !1, Fr = !1), Nl(D, (wr) => wr === Ns ? jr() : wr);
|
|
96038
96049
|
return jr();
|
|
96039
96050
|
function jr() {
|
|
96040
96051
|
const wr = [], Zn = L8(r);
|
|
@@ -98788,7 +98799,7 @@ ${It.join(`
|
|
|
98788
98799
|
/*reportErrors*/
|
|
98789
98800
|
!0
|
|
98790
98801
|
);
|
|
98791
|
-
T !==
|
|
98802
|
+
T !== Ns && F_(m, fq(
|
|
98792
98803
|
T,
|
|
98793
98804
|
32768
|
|
98794
98805
|
/* Undefined */
|
|
@@ -99697,7 +99708,7 @@ ${It.join(`
|
|
|
99697
99708
|
return D !== Ja ? E8(D, [r, s, u]) : (v.getGlobalIterableIteratorType(
|
|
99698
99709
|
/*reportErrors*/
|
|
99699
99710
|
!0
|
|
99700
|
-
),
|
|
99711
|
+
), Ns);
|
|
99701
99712
|
}
|
|
99702
99713
|
return E8(T, [r, s, u]);
|
|
99703
99714
|
}
|
|
@@ -101938,7 +101949,7 @@ ${It.join(`
|
|
|
101938
101949
|
}
|
|
101939
101950
|
}
|
|
101940
101951
|
function hCt(r) {
|
|
101941
|
-
Gy(r),
|
|
101952
|
+
Gy(r), As(r, Fo);
|
|
101942
101953
|
}
|
|
101943
101954
|
function vCt(r) {
|
|
101944
101955
|
CM(r), s6t(r) || o6t(r), Fo(r.body);
|
|
@@ -101984,7 +101995,7 @@ ${It.join(`
|
|
|
101984
101995
|
return Ff(u) && u.parent === s;
|
|
101985
101996
|
}
|
|
101986
101997
|
function xJe(r) {
|
|
101987
|
-
return r.kind === 108 || r.kind === 110 ? !0 : fce(r) ? !1 : !!
|
|
101998
|
+
return r.kind === 108 || r.kind === 110 ? !0 : fce(r) ? !1 : !!As(r, xJe);
|
|
101988
101999
|
}
|
|
101989
102000
|
function kJe(r) {
|
|
101990
102001
|
Ke(r.name) && xi(r.name) === "constructor" && Xi(r.parent) && nt(r.name, g.Class_constructor_may_not_be_an_accessor), n(s), Fo(r.body), Rre(r);
|
|
@@ -102169,7 +102180,7 @@ ${It.join(`
|
|
|
102169
102180
|
QDt(r), Fo(r.type);
|
|
102170
102181
|
}
|
|
102171
102182
|
function FCt(r) {
|
|
102172
|
-
|
|
102183
|
+
As(r, Fo);
|
|
102173
102184
|
}
|
|
102174
102185
|
function MCt(r) {
|
|
102175
102186
|
Br(r, (u) => u.parent && u.parent.kind === 194 && u.parent.extendsType === u) || Vr(r, g.infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type), Fo(r.typeParameter);
|
|
@@ -102255,7 +102266,7 @@ ${It.join(`
|
|
|
102255
102266
|
if (jr.name && Ul(jr.name))
|
|
102256
102267
|
return;
|
|
102257
102268
|
let wr = !1;
|
|
102258
|
-
const Zn =
|
|
102269
|
+
const Zn = As(jr.parent, (aa) => {
|
|
102259
102270
|
if (wr)
|
|
102260
102271
|
return aa;
|
|
102261
102272
|
wr = aa === jr;
|
|
@@ -102618,7 +102629,7 @@ ${It.join(`
|
|
|
102618
102629
|
/*reportErrors*/
|
|
102619
102630
|
!0
|
|
102620
102631
|
);
|
|
102621
|
-
if (W ===
|
|
102632
|
+
if (W === Ns) {
|
|
102622
102633
|
v(g.Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compatible_constructor_value, s, u, Ud(T));
|
|
102623
102634
|
return;
|
|
102624
102635
|
}
|
|
@@ -103331,7 +103342,7 @@ ${It.join(`
|
|
|
103331
103342
|
/*reportErrors*/
|
|
103332
103343
|
!0
|
|
103333
103344
|
);
|
|
103334
|
-
if (W !==
|
|
103345
|
+
if (W !== Ns && X !== Ns) {
|
|
103335
103346
|
const ue = Gi([W, X, It, Lt]);
|
|
103336
103347
|
F_(f0(D, r), ue, v, g.The_initializer_of_an_await_using_declaration_must_be_either_an_object_with_a_Symbol_asyncDispose_or_Symbol_dispose_method_or_be_null_or_undefined);
|
|
103337
103348
|
}
|
|
@@ -103340,7 +103351,7 @@ ${It.join(`
|
|
|
103340
103351
|
/*reportErrors*/
|
|
103341
103352
|
!0
|
|
103342
103353
|
);
|
|
103343
|
-
if (W !==
|
|
103354
|
+
if (W !== Ns) {
|
|
103344
103355
|
const X = Gi([W, It, Lt]);
|
|
103345
103356
|
F_(f0(D, r), X, v, g.The_initializer_of_a_using_declaration_must_be_either_an_object_with_a_Symbol_dispose_method_or_be_null_or_undefined);
|
|
103346
103357
|
}
|
|
@@ -103450,7 +103461,7 @@ ${It.join(`
|
|
|
103450
103461
|
}
|
|
103451
103462
|
}
|
|
103452
103463
|
function EEt(r, s, u, m) {
|
|
103453
|
-
return !!
|
|
103464
|
+
return !!As(s, function v(T) {
|
|
103454
103465
|
if (Ke(T)) {
|
|
103455
103466
|
const D = Og(T);
|
|
103456
103467
|
if (D && D === m) {
|
|
@@ -103471,18 +103482,18 @@ ${It.join(`
|
|
|
103471
103482
|
}
|
|
103472
103483
|
}
|
|
103473
103484
|
}
|
|
103474
|
-
return
|
|
103485
|
+
return As(T, v);
|
|
103475
103486
|
});
|
|
103476
103487
|
}
|
|
103477
103488
|
function wEt(r, s) {
|
|
103478
103489
|
for (; Yn(r) && r.operatorToken.kind === 56; ) {
|
|
103479
|
-
if (
|
|
103490
|
+
if (As(r.right, function m(v) {
|
|
103480
103491
|
if (Ke(v)) {
|
|
103481
103492
|
const T = Og(v);
|
|
103482
103493
|
if (T && T === s)
|
|
103483
103494
|
return !0;
|
|
103484
103495
|
}
|
|
103485
|
-
return
|
|
103496
|
+
return As(v, m);
|
|
103486
103497
|
}))
|
|
103487
103498
|
return !0;
|
|
103488
103499
|
r = r.parent;
|
|
@@ -104291,7 +104302,7 @@ ${It.join(`
|
|
|
104291
104302
|
for (let D = u; D < s.length; D++)
|
|
104292
104303
|
T.symbol === ei(s[D]) && nt(v, g.Type_parameter_defaults_can_only_reference_previously_declared_type_parameters);
|
|
104293
104304
|
}
|
|
104294
|
-
|
|
104305
|
+
As(v, m);
|
|
104295
104306
|
}
|
|
104296
104307
|
}
|
|
104297
104308
|
function ZJe(r) {
|
|
@@ -105256,7 +105267,7 @@ ${It.join(`
|
|
|
105256
105267
|
/*reportErrors*/
|
|
105257
105268
|
!0
|
|
105258
105269
|
);
|
|
105259
|
-
m !==
|
|
105270
|
+
m !== Ns && F_(zc(u), fq(
|
|
105260
105271
|
m,
|
|
105261
105272
|
32768
|
|
105262
105273
|
/* Undefined */
|
|
@@ -105595,7 +105606,7 @@ ${It.join(`
|
|
|
105595
105606
|
case 312:
|
|
105596
105607
|
case 313:
|
|
105597
105608
|
case 322:
|
|
105598
|
-
pze(r),
|
|
105609
|
+
pze(r), As(r, Fo);
|
|
105599
105610
|
return;
|
|
105600
105611
|
case 318:
|
|
105601
105612
|
Owt(r);
|
|
@@ -106669,7 +106680,7 @@ ${It.join(`
|
|
|
106669
106680
|
if (v && mp(r) & 32 && Dd(v) & 111551 && (tS(z) || !MM(v)))
|
|
106670
106681
|
return !0;
|
|
106671
106682
|
}
|
|
106672
|
-
return s ? !!
|
|
106683
|
+
return s ? !!As(r, (u) => Dze(u, s)) : !1;
|
|
106673
106684
|
}
|
|
106674
106685
|
function Aze(r) {
|
|
106675
106686
|
if (Jg(r.body)) {
|
|
@@ -107304,7 +107315,7 @@ ${It.join(`
|
|
|
107304
107315
|
0,
|
|
107305
107316
|
/*reportErrors*/
|
|
107306
107317
|
!0
|
|
107307
|
-
), ol = O_(at), Ku = O_(yt), Ku ===
|
|
107318
|
+
), ol = O_(at), Ku = O_(yt), Ku === Ns && (Ku = jo(
|
|
107308
107319
|
/*symbol*/
|
|
107309
107320
|
void 0,
|
|
107310
107321
|
B,
|
|
@@ -111617,7 +111628,7 @@ ${It.join(`
|
|
|
111617
111628
|
case 218:
|
|
111618
111629
|
return Zr(Pe);
|
|
111619
111630
|
case 219:
|
|
111620
|
-
return
|
|
111631
|
+
return Ps(Pe);
|
|
111621
111632
|
case 169:
|
|
111622
111633
|
return gt(Pe);
|
|
111623
111634
|
case 217:
|
|
@@ -112159,7 +112170,7 @@ ${It.join(`
|
|
|
112159
112170
|
Jm(Pe.body, Q, e) || t.createBlock([])
|
|
112160
112171
|
) : t.createOmittedExpression();
|
|
112161
112172
|
}
|
|
112162
|
-
function
|
|
112173
|
+
function Ps(Pe) {
|
|
112163
112174
|
return t.updateArrowFunction(
|
|
112164
112175
|
Pe,
|
|
112165
112176
|
mn(Pe.modifiers, Xe, Ao),
|
|
@@ -112784,7 +112795,7 @@ ${It.join(`
|
|
|
112784
112795
|
/* ModuleDeclaration */
|
|
112785
112796
|
));
|
|
112786
112797
|
}
|
|
112787
|
-
function
|
|
112798
|
+
function Ns(Pe) {
|
|
112788
112799
|
return wl(Pe).kind === 267;
|
|
112789
112800
|
}
|
|
112790
112801
|
function vp(Pe) {
|
|
@@ -112792,7 +112803,7 @@ ${It.join(`
|
|
|
112792
112803
|
}
|
|
112793
112804
|
function Vu(Pe, ie, Ct) {
|
|
112794
112805
|
const tr = Z, Ar = F;
|
|
112795
|
-
Pa(ie) && (F = ie), H & 2 &&
|
|
112806
|
+
Pa(ie) && (F = ie), H & 2 && Ns(ie) && (Z |= 2), H & 8 && vp(ie) && (Z |= 8), w(Pe, ie, Ct), Z = tr, F = Ar;
|
|
112796
112807
|
}
|
|
112797
112808
|
function Ef(Pe, ie) {
|
|
112798
112809
|
return ie = N(Pe, ie), Pe === 1 ? mo(ie) : N_(ie) ? cs(ie) : ie;
|
|
@@ -112955,7 +112966,7 @@ ${It.join(`
|
|
|
112955
112966
|
case 215:
|
|
112956
112967
|
return lt(ie);
|
|
112957
112968
|
case 248:
|
|
112958
|
-
return
|
|
112969
|
+
return Ps(ie);
|
|
112959
112970
|
case 110:
|
|
112960
112971
|
return U(ie);
|
|
112961
112972
|
case 262:
|
|
@@ -113415,7 +113426,7 @@ ${It.join(`
|
|
|
113415
113426
|
}
|
|
113416
113427
|
return Kr(ie, Se, e);
|
|
113417
113428
|
}
|
|
113418
|
-
function
|
|
113429
|
+
function Ps(ie) {
|
|
113419
113430
|
return t.updateForStatement(
|
|
113420
113431
|
ie,
|
|
113421
113432
|
mt(ie.initializer, ke, og),
|
|
@@ -114407,7 +114418,7 @@ ${It.join(`
|
|
|
114407
114418
|
)
|
|
114408
114419
|
);
|
|
114409
114420
|
}
|
|
114410
|
-
function
|
|
114421
|
+
function Ns(ie) {
|
|
114411
114422
|
if (Oo(ie) || f_(ie))
|
|
114412
114423
|
return Sr(ie);
|
|
114413
114424
|
if ($A(ie))
|
|
@@ -114443,14 +114454,14 @@ ${It.join(`
|
|
|
114443
114454
|
/*excludeCompoundAssignment*/
|
|
114444
114455
|
!0
|
|
114445
114456
|
)) {
|
|
114446
|
-
const Ct =
|
|
114457
|
+
const Ct = Ns(ie.left), tr = mt(ie.right, Se, Nt);
|
|
114447
114458
|
return t.updateBinaryExpression(ie, Ct, ie.operatorToken, tr);
|
|
114448
114459
|
}
|
|
114449
|
-
return
|
|
114460
|
+
return Ns(ie);
|
|
114450
114461
|
}
|
|
114451
114462
|
function Vu(ie) {
|
|
114452
114463
|
if (Qp(ie.expression)) {
|
|
114453
|
-
const Ct =
|
|
114464
|
+
const Ct = Ns(ie.expression);
|
|
114454
114465
|
return t.updateSpreadElement(ie, Ct);
|
|
114455
114466
|
}
|
|
114456
114467
|
return Kr(ie, Se, e);
|
|
@@ -114473,7 +114484,7 @@ ${It.join(`
|
|
|
114473
114484
|
return t.updatePropertyAssignment(ie, Ct, tr);
|
|
114474
114485
|
}
|
|
114475
114486
|
if (Qp(ie.initializer)) {
|
|
114476
|
-
const tr =
|
|
114487
|
+
const tr = Ns(ie.initializer);
|
|
114477
114488
|
return t.updatePropertyAssignment(ie, Ct, tr);
|
|
114478
114489
|
}
|
|
114479
114490
|
return Kr(ie, Se, e);
|
|
@@ -114483,7 +114494,7 @@ ${It.join(`
|
|
|
114483
114494
|
}
|
|
114484
114495
|
function ec(ie) {
|
|
114485
114496
|
if (Qp(ie.expression)) {
|
|
114486
|
-
const Ct =
|
|
114497
|
+
const Ct = Ns(ie.expression);
|
|
114487
114498
|
return t.updateSpreadAssignment(ie, Ct);
|
|
114488
114499
|
}
|
|
114489
114500
|
return Kr(ie, Se, e);
|
|
@@ -116437,7 +116448,7 @@ ${It.join(`
|
|
|
116437
116448
|
}
|
|
116438
116449
|
function Ji(U, Fe) {
|
|
116439
116450
|
if (wb(U)) {
|
|
116440
|
-
const oe =
|
|
116451
|
+
const oe = Ps(U.left), It = mt(U.right, ee, Nt);
|
|
116441
116452
|
return t.updateBinaryExpression(U, oe, U.operatorToken, It);
|
|
116442
116453
|
}
|
|
116443
116454
|
if (Of(U)) {
|
|
@@ -116530,7 +116541,7 @@ ${It.join(`
|
|
|
116530
116541
|
}
|
|
116531
116542
|
function Ir(U) {
|
|
116532
116543
|
if (Oo(U) || f_(U))
|
|
116533
|
-
return
|
|
116544
|
+
return Ps(U);
|
|
116534
116545
|
if (bd(U) && y && b) {
|
|
116535
116546
|
const Fe = Kc(U) ? mt(U.argumentExpression, ee, Nt) : Ke(U.name) ? t.createStringLiteralFromNode(U.name) : void 0;
|
|
116536
116547
|
if (Fe) {
|
|
@@ -116602,7 +116613,7 @@ ${It.join(`
|
|
|
116602
116613
|
function Zr(U) {
|
|
116603
116614
|
return I.assertNode(U, rO), Cy(U) ? ko(U) : N_(U) ? qs(U) : Uu(U) ? Ea(U) : Kr(U, ee, e);
|
|
116604
116615
|
}
|
|
116605
|
-
function
|
|
116616
|
+
function Ps(U) {
|
|
116606
116617
|
if (f_(U)) {
|
|
116607
116618
|
const Fe = mn(U.elements, Si, Nt);
|
|
116608
116619
|
return t.updateArrayLiteralExpression(U, Fe);
|
|
@@ -117376,7 +117387,7 @@ ${It.join(`
|
|
|
117376
117387
|
/* CaptureArguments */
|
|
117377
117388
|
) && !N;
|
|
117378
117389
|
Zr && (N = t.createUniqueName("arguments"));
|
|
117379
|
-
let
|
|
117390
|
+
let Ps;
|
|
117380
117391
|
if (Ir)
|
|
117381
117392
|
if (Ea) {
|
|
117382
117393
|
const pt = [];
|
|
@@ -117390,9 +117401,9 @@ ${It.join(`
|
|
|
117390
117401
|
}
|
|
117391
117402
|
pt.push(yt.name);
|
|
117392
117403
|
}
|
|
117393
|
-
|
|
117404
|
+
Ps = t.createArrayLiteralExpression(pt);
|
|
117394
117405
|
} else
|
|
117395
|
-
|
|
117406
|
+
Ps = t.createIdentifier("arguments");
|
|
117396
117407
|
const gt = S;
|
|
117397
117408
|
S = /* @__PURE__ */ new Set();
|
|
117398
117409
|
for (const pt of et.parameters)
|
|
@@ -117406,7 +117417,7 @@ ${It.join(`
|
|
|
117406
117417
|
if (Ea) {
|
|
117407
117418
|
if (Ge = n().createAwaiterHelper(
|
|
117408
117419
|
lt,
|
|
117409
|
-
|
|
117420
|
+
Ps,
|
|
117410
117421
|
Si,
|
|
117411
117422
|
Ir,
|
|
117412
117423
|
pe
|
|
@@ -117420,7 +117431,7 @@ ${It.join(`
|
|
|
117420
117431
|
t.createReturnStatement(
|
|
117421
117432
|
n().createAwaiterHelper(
|
|
117422
117433
|
lt,
|
|
117423
|
-
|
|
117434
|
+
Ps,
|
|
117424
117435
|
Si,
|
|
117425
117436
|
Ir,
|
|
117426
117437
|
pe
|
|
@@ -118789,7 +118800,7 @@ ${It.join(`
|
|
|
118789
118800
|
function Zr(pe) {
|
|
118790
118801
|
switch (pe.kind) {
|
|
118791
118802
|
case 211:
|
|
118792
|
-
return
|
|
118803
|
+
return Ps(pe);
|
|
118793
118804
|
case 212:
|
|
118794
118805
|
return gt(pe);
|
|
118795
118806
|
case 213:
|
|
@@ -118797,7 +118808,7 @@ ${It.join(`
|
|
|
118797
118808
|
}
|
|
118798
118809
|
return pe;
|
|
118799
118810
|
}
|
|
118800
|
-
function
|
|
118811
|
+
function Ps(pe) {
|
|
118801
118812
|
return pe.expression.kind === 108 ? Pt(
|
|
118802
118813
|
t.createPropertyAccessExpression(
|
|
118803
118814
|
t.createUniqueName(
|
|
@@ -118819,7 +118830,7 @@ ${It.join(`
|
|
|
118819
118830
|
function Zt(pe) {
|
|
118820
118831
|
const Ge = pe.expression;
|
|
118821
118832
|
if (bd(Ge)) {
|
|
118822
|
-
const pt = mi(Ge) ?
|
|
118833
|
+
const pt = mi(Ge) ? Ps(Ge) : gt(Ge);
|
|
118823
118834
|
return t.createCallExpression(
|
|
118824
118835
|
t.createPropertyAccessExpression(pt, "call"),
|
|
118825
118836
|
/*typeArguments*/
|
|
@@ -121054,10 +121065,10 @@ ${It.join(`
|
|
|
121054
121065
|
case 174:
|
|
121055
121066
|
case 172: {
|
|
121056
121067
|
const xt = le;
|
|
121057
|
-
return Lo(xt.name) ? !!
|
|
121068
|
+
return Lo(xt.name) ? !!As(xt.name, ct) : !1;
|
|
121058
121069
|
}
|
|
121059
121070
|
}
|
|
121060
|
-
return !!
|
|
121071
|
+
return !!As(le, ct);
|
|
121061
121072
|
}
|
|
121062
121073
|
function Ut(le, xt, fr, _r) {
|
|
121063
121074
|
const nn = !!fr && hu(fr.expression).kind !== 106;
|
|
@@ -121072,7 +121083,7 @@ ${It.join(`
|
|
|
121072
121083
|
);
|
|
121073
121084
|
(_r || ct(le.body)) && (w |= 8192), ai(gi, mn(le.body.statements, ee, Ca, na));
|
|
121074
121085
|
const G = nn || w & 8192;
|
|
121075
|
-
|
|
121086
|
+
Ps(An, le), lt(An, le, _r), pt(An, le), G ? Ge(An, le, Ea()) : pe(An, le), t.mergeLexicalEnvironment(An, o()), G && !Si(le.body) && gi.push(t.createReturnStatement(re()));
|
|
121076
121087
|
const Ue = t.createBlock(
|
|
121077
121088
|
Pt(
|
|
121078
121089
|
t.createNodeArray(
|
|
@@ -121382,7 +121393,7 @@ ${It.join(`
|
|
|
121382
121393
|
function Zr(le) {
|
|
121383
121394
|
return le.initializer !== void 0 || Vs(le.name);
|
|
121384
121395
|
}
|
|
121385
|
-
function
|
|
121396
|
+
function Ps(le, xt) {
|
|
121386
121397
|
if (!ht(xt.parameters, Zr))
|
|
121387
121398
|
return !1;
|
|
121388
121399
|
let fr = !1;
|
|
@@ -121966,7 +121977,7 @@ ${It.join(`
|
|
|
121966
121977
|
0,
|
|
121967
121978
|
/*ensureUseStrict*/
|
|
121968
121979
|
!1
|
|
121969
|
-
), G = t.copyCustomPrologue(na.statements, gi, G, ee, NR), G = t.copyCustomPrologue(na.statements, gi, G, ee, IR)), xt =
|
|
121980
|
+
), G = t.copyCustomPrologue(na.statements, gi, G, ee, NR), G = t.copyCustomPrologue(na.statements, gi, G, ee, IR)), xt = Ps(gi, le) || xt, xt = lt(
|
|
121970
121981
|
gi,
|
|
121971
121982
|
le,
|
|
121972
121983
|
/*inConstructorWithSynthesizedSuper*/
|
|
@@ -122178,7 +122189,7 @@ ${It.join(`
|
|
|
122178
122189
|
}
|
|
122179
122190
|
}
|
|
122180
122191
|
function rr(le, xt, fr, _r, nn) {
|
|
122181
|
-
const An = z(le, xt), gi =
|
|
122192
|
+
const An = z(le, xt), gi = Ns(fr, _r, An, nn);
|
|
122182
122193
|
return H(
|
|
122183
122194
|
An,
|
|
122184
122195
|
0,
|
|
@@ -122564,7 +122575,7 @@ ${It.join(`
|
|
|
122564
122575
|
df(nn) || fr(nn.name);
|
|
122565
122576
|
}
|
|
122566
122577
|
}
|
|
122567
|
-
function
|
|
122578
|
+
function Ns(le, xt, fr, _r) {
|
|
122568
122579
|
if (!Ki(le)) {
|
|
122569
122580
|
let Ht;
|
|
122570
122581
|
M && (Ht = M.allowedNonLabeledJumps, M.allowedNonLabeledJumps = 6);
|
|
@@ -124026,7 +124037,7 @@ ${It.join(`
|
|
|
124026
124037
|
case 247:
|
|
124027
124038
|
return ko(We);
|
|
124028
124039
|
case 248:
|
|
124029
|
-
return
|
|
124040
|
+
return Ps(We);
|
|
124030
124041
|
case 249:
|
|
124031
124042
|
return Zt(We);
|
|
124032
124043
|
case 251:
|
|
@@ -124119,7 +124130,7 @@ ${It.join(`
|
|
|
124119
124130
|
function Zr(We) {
|
|
124120
124131
|
return N ? (zr(), We = Kr(We, Se, e), Mr(), We) : Kr(We, Se, e);
|
|
124121
124132
|
}
|
|
124122
|
-
function
|
|
124133
|
+
function Ps(We) {
|
|
124123
124134
|
if (Ie(We)) {
|
|
124124
124135
|
const or = dr(), Fn = dr(), wa = br(Fn);
|
|
124125
124136
|
if (We.initializer) {
|
|
@@ -124609,7 +124620,7 @@ ${It.join(`
|
|
|
124609
124620
|
}
|
|
124610
124621
|
return t.createOmittedExpression();
|
|
124611
124622
|
}
|
|
124612
|
-
function
|
|
124623
|
+
function Ns(We) {
|
|
124613
124624
|
const or = t.createNumericLiteral(We);
|
|
124614
124625
|
return WN(or, 3, mit(We)), or;
|
|
124615
124626
|
}
|
|
@@ -124617,7 +124628,7 @@ ${It.join(`
|
|
|
124617
124628
|
return I.assertLessThan(0, We, "Invalid label"), Pt(
|
|
124618
124629
|
t.createReturnStatement(
|
|
124619
124630
|
t.createArrayLiteralExpression([
|
|
124620
|
-
|
|
124631
|
+
Ns(
|
|
124621
124632
|
3
|
|
124622
124633
|
/* Break */
|
|
124623
124634
|
),
|
|
@@ -124631,10 +124642,10 @@ ${It.join(`
|
|
|
124631
124642
|
return Pt(
|
|
124632
124643
|
t.createReturnStatement(
|
|
124633
124644
|
t.createArrayLiteralExpression(
|
|
124634
|
-
We ? [
|
|
124645
|
+
We ? [Ns(
|
|
124635
124646
|
2
|
|
124636
124647
|
/* Return */
|
|
124637
|
-
), We] : [
|
|
124648
|
+
), We] : [Ns(
|
|
124638
124649
|
2
|
|
124639
124650
|
/* Return */
|
|
124640
124651
|
)]
|
|
@@ -124894,10 +124905,10 @@ ${It.join(`
|
|
|
124894
124905
|
Pt(
|
|
124895
124906
|
t.createReturnStatement(
|
|
124896
124907
|
t.createArrayLiteralExpression(
|
|
124897
|
-
We ? [
|
|
124908
|
+
We ? [Ns(
|
|
124898
124909
|
2
|
|
124899
124910
|
/* Return */
|
|
124900
|
-
), We] : [
|
|
124911
|
+
), We] : [Ns(
|
|
124901
124912
|
2
|
|
124902
124913
|
/* Return */
|
|
124903
124914
|
)]
|
|
@@ -124916,7 +124927,7 @@ ${It.join(`
|
|
|
124916
124927
|
Pt(
|
|
124917
124928
|
t.createReturnStatement(
|
|
124918
124929
|
t.createArrayLiteralExpression([
|
|
124919
|
-
|
|
124930
|
+
Ns(
|
|
124920
124931
|
3
|
|
124921
124932
|
/* Break */
|
|
124922
124933
|
),
|
|
@@ -124939,7 +124950,7 @@ ${It.join(`
|
|
|
124939
124950
|
Pt(
|
|
124940
124951
|
t.createReturnStatement(
|
|
124941
124952
|
t.createArrayLiteralExpression([
|
|
124942
|
-
|
|
124953
|
+
Ns(
|
|
124943
124954
|
3
|
|
124944
124955
|
/* Break */
|
|
124945
124956
|
),
|
|
@@ -124966,7 +124977,7 @@ ${It.join(`
|
|
|
124966
124977
|
Pt(
|
|
124967
124978
|
t.createReturnStatement(
|
|
124968
124979
|
t.createArrayLiteralExpression([
|
|
124969
|
-
|
|
124980
|
+
Ns(
|
|
124970
124981
|
3
|
|
124971
124982
|
/* Break */
|
|
124972
124983
|
),
|
|
@@ -124990,10 +125001,10 @@ ${It.join(`
|
|
|
124990
125001
|
Pt(
|
|
124991
125002
|
t.createReturnStatement(
|
|
124992
125003
|
t.createArrayLiteralExpression(
|
|
124993
|
-
We ? [
|
|
125004
|
+
We ? [Ns(
|
|
124994
125005
|
4
|
|
124995
125006
|
/* Yield */
|
|
124996
|
-
), We] : [
|
|
125007
|
+
), We] : [Ns(
|
|
124997
125008
|
4
|
|
124998
125009
|
/* Yield */
|
|
124999
125010
|
)]
|
|
@@ -125012,7 +125023,7 @@ ${It.join(`
|
|
|
125012
125023
|
Pt(
|
|
125013
125024
|
t.createReturnStatement(
|
|
125014
125025
|
t.createArrayLiteralExpression([
|
|
125015
|
-
|
|
125026
|
+
Ns(
|
|
125016
125027
|
5
|
|
125017
125028
|
/* YieldStar */
|
|
125018
125029
|
),
|
|
@@ -125030,7 +125041,7 @@ ${It.join(`
|
|
|
125030
125041
|
me = !0, Lc(
|
|
125031
125042
|
t.createReturnStatement(
|
|
125032
125043
|
t.createArrayLiteralExpression([
|
|
125033
|
-
|
|
125044
|
+
Ns(
|
|
125034
125045
|
7
|
|
125035
125046
|
/* Endfinally */
|
|
125036
125047
|
)
|
|
@@ -126351,7 +126362,7 @@ ${It.join(`
|
|
|
126351
126362
|
}
|
|
126352
126363
|
} else
|
|
126353
126364
|
U = Nr(U, Kr(Ee, Re, e));
|
|
126354
|
-
return U =
|
|
126365
|
+
return U = Ps(U, Ee), Xt(U);
|
|
126355
126366
|
}
|
|
126356
126367
|
function Ea(Ee, U, Fe) {
|
|
126357
126368
|
const oe = Lt(Ee);
|
|
@@ -126423,7 +126434,7 @@ ${It.join(`
|
|
|
126423
126434
|
function Zr(Ee, U) {
|
|
126424
126435
|
return M.exportEquals ? Ee : lt(Ee, new z4(), U);
|
|
126425
126436
|
}
|
|
126426
|
-
function
|
|
126437
|
+
function Ps(Ee, U) {
|
|
126427
126438
|
return gt(
|
|
126428
126439
|
Ee,
|
|
126429
126440
|
U.declarationList,
|
|
@@ -127621,7 +127632,7 @@ ${It.join(`
|
|
|
127621
127632
|
break;
|
|
127622
127633
|
case 213:
|
|
127623
127634
|
if (gm(Ie))
|
|
127624
|
-
return
|
|
127635
|
+
return Ps(Ie);
|
|
127625
127636
|
break;
|
|
127626
127637
|
case 224:
|
|
127627
127638
|
case 225:
|
|
@@ -127652,7 +127663,7 @@ ${It.join(`
|
|
|
127652
127663
|
function Zr(Ie, Lt) {
|
|
127653
127664
|
return t.updatePartiallyEmittedExpression(Ie, mt(Ie.expression, Lt ? Ea : Si, Nt));
|
|
127654
127665
|
}
|
|
127655
|
-
function
|
|
127666
|
+
function Ps(Ie) {
|
|
127656
127667
|
const Lt = qD(t, Ie, N, d, c, o), Ee = mt(Xc(Ie.arguments), Si, Nt), U = Lt && (!Ee || !Eo(Ee) || Ee.text !== Lt.text) ? Lt : Ee;
|
|
127657
127668
|
return t.createCallExpression(
|
|
127658
127669
|
t.createPropertyAccessExpression(
|
|
@@ -129107,7 +129118,7 @@ ${It.join(`
|
|
|
129107
129118
|
/* Private */
|
|
129108
129119
|
))
|
|
129109
129120
|
return de.symbol && de.symbol.declarations && de.symbol.declarations[0] !== de ? void 0 : at(E.createPropertyDeclaration(
|
|
129110
|
-
|
|
129121
|
+
Ps(de),
|
|
129111
129122
|
de.name,
|
|
129112
129123
|
/*questionOrExclamationToken*/
|
|
129113
129124
|
void 0,
|
|
@@ -129138,7 +129149,7 @@ ${It.join(`
|
|
|
129138
129149
|
case 176: {
|
|
129139
129150
|
const yt = E.createConstructorDeclaration(
|
|
129140
129151
|
/*modifiers*/
|
|
129141
|
-
|
|
129152
|
+
Ps(de),
|
|
129142
129153
|
cr(
|
|
129143
129154
|
de,
|
|
129144
129155
|
de.parameters,
|
|
@@ -129157,7 +129168,7 @@ ${It.join(`
|
|
|
129157
129168
|
void 0
|
|
129158
129169
|
);
|
|
129159
129170
|
const yt = E.createMethodDeclaration(
|
|
129160
|
-
|
|
129171
|
+
Ps(de),
|
|
129161
129172
|
/*asteriskToken*/
|
|
129162
129173
|
void 0,
|
|
129163
129174
|
de.name,
|
|
@@ -129176,7 +129187,7 @@ ${It.join(`
|
|
|
129176
129187
|
void 0
|
|
129177
129188
|
) : at(E.updateGetAccessorDeclaration(
|
|
129178
129189
|
de,
|
|
129179
|
-
|
|
129190
|
+
Ps(de),
|
|
129180
129191
|
de.name,
|
|
129181
129192
|
Pr(de, Hd(
|
|
129182
129193
|
de,
|
|
@@ -129193,7 +129204,7 @@ ${It.join(`
|
|
|
129193
129204
|
void 0
|
|
129194
129205
|
) : at(E.updateSetAccessorDeclaration(
|
|
129195
129206
|
de,
|
|
129196
|
-
|
|
129207
|
+
Ps(de),
|
|
129197
129208
|
de.name,
|
|
129198
129209
|
Pr(de, Hd(
|
|
129199
129210
|
de,
|
|
@@ -129209,7 +129220,7 @@ ${It.join(`
|
|
|
129209
129220
|
void 0
|
|
129210
129221
|
) : at(E.updatePropertyDeclaration(
|
|
129211
129222
|
de,
|
|
129212
|
-
|
|
129223
|
+
Ps(de),
|
|
129213
129224
|
de.name,
|
|
129214
129225
|
de.questionToken,
|
|
129215
129226
|
ze(de),
|
|
@@ -129221,7 +129232,7 @@ ${It.join(`
|
|
|
129221
129232
|
void 0
|
|
129222
129233
|
) : at(E.updatePropertySignature(
|
|
129223
129234
|
de,
|
|
129224
|
-
|
|
129235
|
+
Ps(de),
|
|
129225
129236
|
de.name,
|
|
129226
129237
|
de.questionToken,
|
|
129227
129238
|
ze(de)
|
|
@@ -129232,7 +129243,7 @@ ${It.join(`
|
|
|
129232
129243
|
void 0
|
|
129233
129244
|
) : at(E.updateMethodSignature(
|
|
129234
129245
|
de,
|
|
129235
|
-
|
|
129246
|
+
Ps(de),
|
|
129236
129247
|
de.name,
|
|
129237
129248
|
de.questionToken,
|
|
129238
129249
|
ln(de, de.typeParameters),
|
|
@@ -129251,7 +129262,7 @@ ${It.join(`
|
|
|
129251
129262
|
case 181:
|
|
129252
129263
|
return at(E.updateIndexSignature(
|
|
129253
129264
|
de,
|
|
129254
|
-
|
|
129265
|
+
Ps(de),
|
|
129255
129266
|
cr(de, de.parameters),
|
|
129256
129267
|
mt(de.type, Hi, la) || E.createKeywordTypeNode(
|
|
129257
129268
|
133
|
|
@@ -129295,7 +129306,7 @@ ${It.join(`
|
|
|
129295
129306
|
case 185:
|
|
129296
129307
|
return at(E.updateConstructorTypeNode(
|
|
129297
129308
|
de,
|
|
129298
|
-
|
|
129309
|
+
Ps(de),
|
|
129299
129310
|
mn(de.typeParameters, Hi, gl),
|
|
129300
129311
|
cr(de, de.parameters),
|
|
129301
129312
|
I.checkDefined(mt(de.type, Hi, la))
|
|
@@ -129421,7 +129432,7 @@ ${It.join(`
|
|
|
129421
129432
|
i = !1;
|
|
129422
129433
|
const at = Tt(E.updateTypeAliasDeclaration(
|
|
129423
129434
|
de,
|
|
129424
|
-
|
|
129435
|
+
Ps(de),
|
|
129425
129436
|
de.name,
|
|
129426
129437
|
mn(de.typeParameters, Hi, gl),
|
|
129427
129438
|
I.checkDefined(mt(de.type, Hi, la))
|
|
@@ -129431,7 +129442,7 @@ ${It.join(`
|
|
|
129431
129442
|
case 264:
|
|
129432
129443
|
return Tt(E.updateInterfaceDeclaration(
|
|
129433
129444
|
de,
|
|
129434
|
-
|
|
129445
|
+
Ps(de),
|
|
129435
129446
|
de.name,
|
|
129436
129447
|
ln(de, de.typeParameters),
|
|
129437
129448
|
Zt(de.heritageClauses),
|
|
@@ -129440,7 +129451,7 @@ ${It.join(`
|
|
|
129440
129451
|
case 262: {
|
|
129441
129452
|
const at = Tt(E.updateFunctionDeclaration(
|
|
129442
129453
|
de,
|
|
129443
|
-
|
|
129454
|
+
Ps(de),
|
|
129444
129455
|
/*asteriskToken*/
|
|
129445
129456
|
void 0,
|
|
129446
129457
|
de.name,
|
|
@@ -129508,7 +129519,7 @@ ${It.join(`
|
|
|
129508
129519
|
/* None */
|
|
129509
129520
|
));
|
|
129510
129521
|
const Kt = E.createModuleDeclaration(
|
|
129511
|
-
|
|
129522
|
+
Ps(de),
|
|
129512
129523
|
de.name,
|
|
129513
129524
|
E.createModuleBlock(ot),
|
|
129514
129525
|
32
|
|
@@ -129561,7 +129572,7 @@ ${It.join(`
|
|
|
129561
129572
|
de.flags & 33554432 && (c = !1), !kv(de) && !Zr(ot) && !d && (c ? ot = E.createNodeArray([...ot, MF(E)]) : ot = mn(ot, et, Ca));
|
|
129562
129573
|
const Kt = E.updateModuleBlock(at, ot);
|
|
129563
129574
|
i = pt, c = yt, d = Mt;
|
|
129564
|
-
const Cr =
|
|
129575
|
+
const Cr = Ps(de);
|
|
129565
129576
|
return Tt(Jt(
|
|
129566
129577
|
de,
|
|
129567
129578
|
Cr,
|
|
@@ -129570,7 +129581,7 @@ ${It.join(`
|
|
|
129570
129581
|
));
|
|
129571
129582
|
} else {
|
|
129572
129583
|
i = pt;
|
|
129573
|
-
const yt =
|
|
129584
|
+
const yt = Ps(de);
|
|
129574
129585
|
i = !1, mt(at, _a);
|
|
129575
129586
|
const Mt = Mp(at), zt = b.get(Mt);
|
|
129576
129587
|
return b.delete(Mt), Tt(Jt(
|
|
@@ -129583,7 +129594,7 @@ ${It.join(`
|
|
|
129583
129594
|
}
|
|
129584
129595
|
case 263: {
|
|
129585
129596
|
M = de.name, B = de;
|
|
129586
|
-
const at = E.createNodeArray(
|
|
129597
|
+
const at = E.createNodeArray(Ps(de)), yt = ln(de, de.typeParameters), Mt = gy(de);
|
|
129587
129598
|
let zt;
|
|
129588
129599
|
if (Mt) {
|
|
129589
129600
|
const Ee = n;
|
|
@@ -129596,7 +129607,7 @@ ${It.join(`
|
|
|
129596
129607
|
if (n = LT(U), U.name.kind === 80)
|
|
129597
129608
|
return kn(
|
|
129598
129609
|
E.createPropertyDeclaration(
|
|
129599
|
-
|
|
129610
|
+
Ps(U),
|
|
129600
129611
|
U.name,
|
|
129601
129612
|
U.questionToken,
|
|
129602
129613
|
ze(U),
|
|
@@ -129609,7 +129620,7 @@ ${It.join(`
|
|
|
129609
129620
|
let It;
|
|
129610
129621
|
for (const dr of oe.elements)
|
|
129611
129622
|
df(dr) || (Vs(dr.name) && (It = Sn(It, Fe(dr.name))), It = It || [], It.push(E.createPropertyDeclaration(
|
|
129612
|
-
|
|
129623
|
+
Ps(U),
|
|
129613
129624
|
dr.name,
|
|
129614
129625
|
/*questionOrExclamationToken*/
|
|
129615
129626
|
void 0,
|
|
@@ -129700,7 +129711,7 @@ ${It.join(`
|
|
|
129700
129711
|
case 266:
|
|
129701
129712
|
return Tt(E.updateEnumDeclaration(
|
|
129702
129713
|
de,
|
|
129703
|
-
E.createNodeArray(
|
|
129714
|
+
E.createNodeArray(Ps(de)),
|
|
129704
129715
|
de.name,
|
|
129705
129716
|
E.createNodeArray(jn(de.members, (at) => {
|
|
129706
129717
|
if (qs(at)) return;
|
|
@@ -129721,7 +129732,7 @@ ${It.join(`
|
|
|
129721
129732
|
if (!_e(de.declarationList.declarations, Ut)) return;
|
|
129722
129733
|
const lt = mn(de.declarationList.declarations, Hi, Qi);
|
|
129723
129734
|
if (!se(lt)) return;
|
|
129724
|
-
const pe = E.createNodeArray(
|
|
129735
|
+
const pe = E.createNodeArray(Ps(de));
|
|
129725
129736
|
let Ge;
|
|
129726
129737
|
return yO(de.declarationList) || vO(de.declarationList) ? (Ge = E.createVariableDeclarationList(
|
|
129727
129738
|
lt,
|
|
@@ -129758,7 +129769,7 @@ ${It.join(`
|
|
|
129758
129769
|
function Zr(de) {
|
|
129759
129770
|
return ht(de, ko);
|
|
129760
129771
|
}
|
|
129761
|
-
function
|
|
129772
|
+
function Ps(de) {
|
|
129762
129773
|
const lt = mp(de), pe = gt(de);
|
|
129763
129774
|
return lt === pe ? hI(de.modifiers, (Ge) => _i(Ge, Ao), Ao) : E.createModifiersFromModifierFlags(pe);
|
|
129764
129775
|
}
|
|
@@ -130481,7 +130492,7 @@ ${It.join(`
|
|
|
130481
130492
|
);
|
|
130482
130493
|
return;
|
|
130483
130494
|
}
|
|
130484
|
-
|
|
130495
|
+
As(me, te);
|
|
130485
130496
|
}
|
|
130486
130497
|
function ae(me) {
|
|
130487
130498
|
Ap(me) || UD(me, (ve) => {
|
|
@@ -130755,7 +130766,7 @@ ${It.join(`
|
|
|
130755
130766
|
function Zr(P, xe) {
|
|
130756
130767
|
P !== void 0 && pe(4, P, xe);
|
|
130757
130768
|
}
|
|
130758
|
-
function
|
|
130769
|
+
function Ps(P) {
|
|
130759
130770
|
P !== void 0 && pe(
|
|
130760
130771
|
2,
|
|
130761
130772
|
P,
|
|
@@ -130905,7 +130916,7 @@ ${It.join(`
|
|
|
130905
130916
|
case 185:
|
|
130906
130917
|
return m_(xe);
|
|
130907
130918
|
case 186:
|
|
130908
|
-
return
|
|
130919
|
+
return Ns(xe);
|
|
130909
130920
|
case 187:
|
|
130910
130921
|
return vp(xe);
|
|
130911
130922
|
case 188:
|
|
@@ -131489,7 +131500,7 @@ ${It.join(`
|
|
|
131489
131500
|
function m_(P) {
|
|
131490
131501
|
My(P, P.modifiers), ys("new"), Hn(), Tg(P, Xs, vu);
|
|
131491
131502
|
}
|
|
131492
|
-
function
|
|
131503
|
+
function Ns(P) {
|
|
131493
131504
|
ys("typeof"), Hn(), Zr(P.exprName), Ly(P, P.typeArguments);
|
|
131494
131505
|
}
|
|
131495
131506
|
function vp(P) {
|
|
@@ -132072,7 +132083,7 @@ ${It.join(`
|
|
|
132072
132083
|
P.modifiers,
|
|
132073
132084
|
/*allowDecorators*/
|
|
132074
132085
|
!1
|
|
132075
|
-
), ys("function"), Zr(P.asteriskToken), Hn(),
|
|
132086
|
+
), ys("function"), Zr(P.asteriskToken), Hn(), Ps(P.name), Tg(P, Tm, Th);
|
|
132076
132087
|
}
|
|
132077
132088
|
function Tg(P, xe, Ft) {
|
|
132078
132089
|
const Jr = Ho(P) & 131072;
|
|
@@ -132148,7 +132159,7 @@ ${It.join(`
|
|
|
132148
132159
|
P.modifiers,
|
|
132149
132160
|
/*allowDecorators*/
|
|
132150
132161
|
!0
|
|
132151
|
-
), Ue(86, L0(P).pos, ys, P), P.name && (Hn(),
|
|
132162
|
+
), Ue(86, L0(P).pos, ys, P), P.name && (Hn(), Ps(P.name));
|
|
132152
132163
|
const xe = Ho(P) & 131072;
|
|
132153
132164
|
xe && ev(), Ra(P, P.typeParameters), Hc(
|
|
132154
132165
|
P,
|
|
@@ -132417,7 +132428,7 @@ ${It.join(`
|
|
|
132417
132428
|
}
|
|
132418
132429
|
}
|
|
132419
132430
|
function F1(P) {
|
|
132420
|
-
|
|
132431
|
+
Ps(P.namespace), ti(":"), Ps(P.name);
|
|
132421
132432
|
}
|
|
132422
132433
|
function M1(P) {
|
|
132423
132434
|
P.kind === 80 ? gt(P) : Zr(P);
|
|
@@ -133785,7 +133796,7 @@ ${It.join(`
|
|
|
133785
133796
|
const Ce = o(ee), fe = d(Ce);
|
|
133786
133797
|
if (fe) {
|
|
133787
133798
|
const Q = p(ee), he = a(Q), me = fe.sortedAndCanonicalizedDirectories;
|
|
133788
|
-
|
|
133799
|
+
Ds(me, he, vo) && fe.directories.push(Q);
|
|
133789
133800
|
}
|
|
133790
133801
|
e.createDirectory(ee);
|
|
133791
133802
|
}
|
|
@@ -133866,7 +133877,7 @@ ${It.join(`
|
|
|
133866
133877
|
function te(ee, Ce, fe) {
|
|
133867
133878
|
const Q = ee.sortedAndCanonicalizedFiles, he = a(Ce);
|
|
133868
133879
|
if (fe)
|
|
133869
|
-
|
|
133880
|
+
Ds(Q, he, vo) && ee.files.push(Ce);
|
|
133870
133881
|
else {
|
|
133871
133882
|
const me = ri(Q, he, Cc, vo);
|
|
133872
133883
|
if (me >= 0) {
|
|
@@ -134842,12 +134853,12 @@ ${It.join(`
|
|
|
134842
134853
|
);
|
|
134843
134854
|
}
|
|
134844
134855
|
const Zr = Hr.hasInvalidatedLibResolutions || lh;
|
|
134845
|
-
let
|
|
134856
|
+
let Ps;
|
|
134846
134857
|
if (Hr.resolveLibrary)
|
|
134847
|
-
|
|
134858
|
+
Ps = Hr.resolveLibrary.bind(Hr);
|
|
134848
134859
|
else {
|
|
134849
134860
|
const Qe = j4(_a, gi, ae, Si == null ? void 0 : Si.getPackageJsonInfoCache());
|
|
134850
|
-
|
|
134861
|
+
Ps = (_t, Vt, Or) => ZB(_t, Vt, Or, Hr, Qe);
|
|
134851
134862
|
}
|
|
134852
134863
|
const gt = /* @__PURE__ */ new Map();
|
|
134853
134864
|
let Zt = /* @__PURE__ */ new Map(), de = qc(), lt;
|
|
@@ -135023,7 +135034,7 @@ ${It.join(`
|
|
|
135023
135034
|
packageBundlesTypes: kt,
|
|
135024
135035
|
isEmittedFile: Wb,
|
|
135025
135036
|
getConfigFileParsingDiagnostics: yh,
|
|
135026
|
-
getProjectReferences:
|
|
135037
|
+
getProjectReferences: Ns,
|
|
135027
135038
|
getResolvedProjectReferences: m_,
|
|
135028
135039
|
getProjectReferenceRedirect: Um,
|
|
135029
135040
|
getResolvedProjectReferenceToRedirect: bh,
|
|
@@ -135509,7 +135520,7 @@ ${It.join(`
|
|
|
135509
135520
|
function m_() {
|
|
135510
135521
|
return Tt;
|
|
135511
135522
|
}
|
|
135512
|
-
function
|
|
135523
|
+
function Ns() {
|
|
135513
135524
|
return Ce;
|
|
135514
135525
|
}
|
|
135515
135526
|
function vp(Qe) {
|
|
@@ -136336,7 +136347,7 @@ ${It.join(`
|
|
|
136336
136347
|
}
|
|
136337
136348
|
const Gn = NX(Qe), ta = w$(ae, _a, Qe);
|
|
136338
136349
|
(tn = Jn) == null || tn.push(Jn.Phase.Program, "resolveLibrary", { resolveFrom: ta }), Bl("beforeResolveLibrary");
|
|
136339
|
-
const ii =
|
|
136350
|
+
const ii = Ps(Gn, ta, ae, Qe);
|
|
136340
136351
|
Bl("afterResolveLibrary"), ag("ResolveLibrary", "beforeResolveLibrary", "afterResolveLibrary"), (En = Jn) == null || En.pop();
|
|
136341
136352
|
const za = {
|
|
136342
136353
|
resolution: ii,
|
|
@@ -139254,7 +139265,7 @@ ${It.join(`
|
|
|
139254
139265
|
yt,
|
|
139255
139266
|
(ot) => {
|
|
139256
139267
|
const Kt = e.toPath(ot);
|
|
139257
|
-
z && z.addOrDeleteFileOrDirectory(ot, Kt),
|
|
139268
|
+
z && z.addOrDeleteFileOrDirectory(ot, Kt), Ps(Kt, Mt === Kt);
|
|
139258
139269
|
},
|
|
139259
139270
|
zt ? 0 : 1
|
|
139260
139271
|
/* Recursive */
|
|
@@ -139303,7 +139314,7 @@ ${It.join(`
|
|
|
139303
139314
|
function Zr(yt) {
|
|
139304
139315
|
I.assert(o === yt || o === void 0), o = yt;
|
|
139305
139316
|
}
|
|
139306
|
-
function
|
|
139317
|
+
function Ps(yt, Mt) {
|
|
139307
139318
|
if (Mt)
|
|
139308
139319
|
(M || (M = /* @__PURE__ */ new Set())).add(yt);
|
|
139309
139320
|
else {
|
|
@@ -139370,7 +139381,7 @@ ${It.join(`
|
|
|
139370
139381
|
e.preferNonRecursiveWatch,
|
|
139371
139382
|
(Kt) => fe.has(Kt) || De.has(Kt)
|
|
139372
139383
|
);
|
|
139373
|
-
ot &&
|
|
139384
|
+
ot && Ps(zt, ot === zt);
|
|
139374
139385
|
},
|
|
139375
139386
|
1
|
|
139376
139387
|
/* Recursive */
|
|
@@ -140013,7 +140024,7 @@ ${It.join(`
|
|
|
140013
140024
|
const ke = aQ(e, () => ae, Te);
|
|
140014
140025
|
J$(ke);
|
|
140015
140026
|
const wt = ke.getSourceFile;
|
|
140016
|
-
ke.getSourceFile = (zt, ...ot) => Ji(zt, er(zt), ...ot), ke.getSourceFileByPath = Ji, ke.getNewLine = () => re, ke.fileExists = Hr, ke.onReleaseOldSourceFile = fa, ke.onReleaseParsedCommandLine = Zt, ke.toPath = er, ke.getCompilationSettings = () => ae, ke.useSourceOfProjectReferenceRedirect = fi(e, e.useSourceOfProjectReferenceRedirect), ke.preferNonRecursiveWatch = e.preferNonRecursiveWatch, ke.watchDirectoryOfFailedLookupLocation = (zt, ot, Kt) => $e(zt, ot, Kt, ee, Mf.FailedLookupLocations), ke.watchAffectingFileLocation = (zt, ot) => De(zt, ot, 2e3, ee, Mf.AffectingFileLocation), ke.watchTypeRootsDirectory = (zt, ot, Kt) => $e(zt, ot, Kt, ee, Mf.TypeRoots), ke.getCachedDirectoryStructureHost = () => ve, ke.scheduleInvalidateResolutionsOfFailedLookupLocations = et, ke.onInvalidatedResolution = Ir, ke.onChangedAutomaticTypeDirectiveNames = Ir, ke.fileIsOpen = lh, ke.getCurrentProgram = ct, ke.writeLog = Je, ke.getParsedCommandLine =
|
|
140027
|
+
ke.getSourceFile = (zt, ...ot) => Ji(zt, er(zt), ...ot), ke.getSourceFileByPath = Ji, ke.getNewLine = () => re, ke.fileExists = Hr, ke.onReleaseOldSourceFile = fa, ke.onReleaseParsedCommandLine = Zt, ke.toPath = er, ke.getCompilationSettings = () => ae, ke.useSourceOfProjectReferenceRedirect = fi(e, e.useSourceOfProjectReferenceRedirect), ke.preferNonRecursiveWatch = e.preferNonRecursiveWatch, ke.watchDirectoryOfFailedLookupLocation = (zt, ot, Kt) => $e(zt, ot, Kt, ee, Mf.FailedLookupLocations), ke.watchAffectingFileLocation = (zt, ot) => De(zt, ot, 2e3, ee, Mf.AffectingFileLocation), ke.watchTypeRootsDirectory = (zt, ot, Kt) => $e(zt, ot, Kt, ee, Mf.TypeRoots), ke.getCachedDirectoryStructureHost = () => ve, ke.scheduleInvalidateResolutionsOfFailedLookupLocations = et, ke.onInvalidatedResolution = Ir, ke.onChangedAutomaticTypeDirectiveNames = Ir, ke.fileIsOpen = lh, ke.getCurrentProgram = ct, ke.writeLog = Je, ke.getParsedCommandLine = Ps;
|
|
140017
140028
|
const Xe = VX(
|
|
140018
140029
|
ke,
|
|
140019
140030
|
B ? qi(as(B, M)) : M,
|
|
@@ -140052,7 +140063,7 @@ ${It.join(`
|
|
|
140052
140063
|
originalWriteFile: Ee,
|
|
140053
140064
|
readFileWithCache: U
|
|
140054
140065
|
} = wI(ke, er);
|
|
140055
|
-
return IX(ct(), te, ae, (Fe) => Ta(Fe, U), (Fe) => ke.fileExists(Fe), ot, Kt, bn,
|
|
140066
|
+
return IX(ct(), te, ae, (Fe) => Ta(Fe, U), (Fe) => ke.fileExists(Fe), ot, Kt, bn, Ps, Ce) ? me && (S && Hi(g.File_change_detected_Starting_incremental_compilation), t = Z(
|
|
140056
140067
|
/*rootNames*/
|
|
140057
140068
|
void 0,
|
|
140058
140069
|
/*options*/
|
|
@@ -140205,7 +140216,7 @@ ${It.join(`
|
|
|
140205
140216
|
function Zr(zt) {
|
|
140206
140217
|
te = zt.fileNames, ae = zt.options, ee = zt.watchOptions, Ce = zt.projectReferences, fe = zt.wildcardDirectories, Q = Ak(zt).slice(), he = KF(zt.raw), me = !0;
|
|
140207
140218
|
}
|
|
140208
|
-
function
|
|
140219
|
+
function Ps(zt) {
|
|
140209
140220
|
const ot = er(zt);
|
|
140210
140221
|
let Kt = p == null ? void 0 : p.get(ot);
|
|
140211
140222
|
if (Kt) {
|
|
@@ -145777,7 +145788,7 @@ ${It.join(`
|
|
|
145777
145788
|
function V5(e) {
|
|
145778
145789
|
let t = 0, n = 0;
|
|
145779
145790
|
const i = 5;
|
|
145780
|
-
return
|
|
145791
|
+
return As(e, function a(o) {
|
|
145781
145792
|
if (Sme(o.kind)) {
|
|
145782
145793
|
const c = o.getLastToken(e);
|
|
145783
145794
|
(c == null ? void 0 : c.kind) === 27 ? t++ : n++;
|
|
@@ -145790,7 +145801,7 @@ ${It.join(`
|
|
|
145790
145801
|
d !== p && n++;
|
|
145791
145802
|
}
|
|
145792
145803
|
}
|
|
145793
|
-
return t + n >= i ? !0 :
|
|
145804
|
+
return t + n >= i ? !0 : As(o, a);
|
|
145794
145805
|
}), t === 0 && n <= 1 ? !0 : t / n > 1 / i;
|
|
145795
145806
|
}
|
|
145796
145807
|
function DJ(e, t) {
|
|
@@ -147634,7 +147645,7 @@ ${It.join(`
|
|
|
147634
147645
|
134
|
|
147635
147646
|
/* AsyncKeyword */
|
|
147636
147647
|
);
|
|
147637
|
-
}),
|
|
147648
|
+
}), As(he, (ve) => {
|
|
147638
147649
|
ae(ve, (Te) => {
|
|
147639
147650
|
oS(Te) && N(
|
|
147640
147651
|
me,
|
|
@@ -147650,7 +147661,7 @@ ${It.join(`
|
|
|
147650
147661
|
if (!he)
|
|
147651
147662
|
return;
|
|
147652
147663
|
const me = [];
|
|
147653
|
-
return
|
|
147664
|
+
return As(he, (ve) => {
|
|
147654
147665
|
ae(ve, (Te) => {
|
|
147655
147666
|
pB(Te) && N(
|
|
147656
147667
|
me,
|
|
@@ -147662,7 +147673,7 @@ ${It.join(`
|
|
|
147662
147673
|
}), me;
|
|
147663
147674
|
}
|
|
147664
147675
|
function ae(Q, he) {
|
|
147665
|
-
he(Q), !Os(Q) && !Xi(Q) && !__(Q) && !Ou(Q) && !Gg(Q) && !la(Q) &&
|
|
147676
|
+
he(Q), !Os(Q) && !Xi(Q) && !__(Q) && !Ou(Q) && !Gg(Q) && !la(Q) && As(Q, (me) => ae(me, he));
|
|
147666
147677
|
}
|
|
147667
147678
|
function ee(Q, he) {
|
|
147668
147679
|
const me = Ce(Q, he), ve = [];
|
|
@@ -149042,7 +149053,7 @@ interface Symbol {
|
|
|
149042
149053
|
Mk(e, n), s6(t), zT();
|
|
149043
149054
|
}
|
|
149044
149055
|
function NPe(e) {
|
|
149045
|
-
e.initializer && mot(e.initializer) ? (Mk(e),
|
|
149056
|
+
e.initializer && mot(e.initializer) ? (Mk(e), As(e.initializer, s6), zT()) : qT(e, e.initializer);
|
|
149046
149057
|
}
|
|
149047
149058
|
function ige(e) {
|
|
149048
149059
|
const t = gs(e);
|
|
@@ -149149,7 +149160,7 @@ interface Symbol {
|
|
|
149149
149160
|
case 3: {
|
|
149150
149161
|
const d = e, p = d.left, y = c === 3 ? p.expression : p;
|
|
149151
149162
|
let b = 0, S;
|
|
149152
|
-
Ke(y.expression) ? (DPe(y.expression.text), S = y.expression) : [b, S] = PPe(d, y.expression), c === 6 ? Oo(d.right) && d.right.properties.length > 0 && (Mk(d, S),
|
|
149163
|
+
Ke(y.expression) ? (DPe(y.expression.text), S = y.expression) : [b, S] = PPe(d, y.expression), c === 6 ? Oo(d.right) && d.right.properties.length > 0 && (Mk(d, S), As(d.right, s6), zT()) : el(d.right) || il(d.right) ? qT(e, d.right, S) : (Mk(d, S), qT(e, d.right, p.name), zT()), APe(b);
|
|
149153
149164
|
return;
|
|
149154
149165
|
}
|
|
149155
149166
|
case 7:
|
|
@@ -149180,7 +149191,7 @@ interface Symbol {
|
|
|
149180
149191
|
_e(c.tags, (d) => {
|
|
149181
149192
|
qg(d) && Fk(d);
|
|
149182
149193
|
});
|
|
149183
|
-
}),
|
|
149194
|
+
}), As(e, s6);
|
|
149184
149195
|
}
|
|
149185
149196
|
}
|
|
149186
149197
|
function XZ(e, t) {
|
|
@@ -150126,7 +150137,7 @@ interface Symbol {
|
|
|
150126
150137
|
p,
|
|
150127
150138
|
1
|
|
150128
150139
|
/* SingleLine */
|
|
150129
|
-
),
|
|
150140
|
+
), As(p, d);
|
|
150130
150141
|
}
|
|
150131
150142
|
}
|
|
150132
150143
|
function Pot(e, t, n, i) {
|
|
@@ -151461,7 +151472,7 @@ ${F.split(`
|
|
|
151461
151472
|
t = !0;
|
|
151462
151473
|
return;
|
|
151463
151474
|
}
|
|
151464
|
-
!Xi(i) && !gu(i) && !el(i) &&
|
|
151475
|
+
!Xi(i) && !gu(i) && !el(i) && As(i, n);
|
|
151465
151476
|
}), t;
|
|
151466
151477
|
}
|
|
151467
151478
|
function b3e(e, t, n) {
|
|
@@ -152535,13 +152546,13 @@ ${F.split(`
|
|
|
152535
152546
|
b |= 8, S = Ce;
|
|
152536
152547
|
break;
|
|
152537
152548
|
case 219:
|
|
152538
|
-
|
|
152549
|
+
As(Ce, function Q(he) {
|
|
152539
152550
|
if (Z4(he))
|
|
152540
152551
|
b |= 8, S = Ce;
|
|
152541
152552
|
else {
|
|
152542
152553
|
if (Xi(he) || Os(he) && !il(he))
|
|
152543
152554
|
return !1;
|
|
152544
|
-
|
|
152555
|
+
As(he, Q);
|
|
152545
152556
|
}
|
|
152546
152557
|
});
|
|
152547
152558
|
// falls through
|
|
@@ -152587,7 +152598,7 @@ ${F.split(`
|
|
|
152587
152598
|
break;
|
|
152588
152599
|
case 256: {
|
|
152589
152600
|
const Q = Ce.label;
|
|
152590
|
-
(ae || (ae = [])).push(Q.escapedText),
|
|
152601
|
+
(ae || (ae = [])).push(Q.escapedText), As(Ce, ee), ae.pop();
|
|
152591
152602
|
break;
|
|
152592
152603
|
}
|
|
152593
152604
|
case 252:
|
|
@@ -152606,7 +152617,7 @@ ${F.split(`
|
|
|
152606
152617
|
te & 4 ? b |= 1 : (Z || (Z = [])).push(Bn(Ce, d_.cannotExtractRangeContainingConditionalReturnStatement));
|
|
152607
152618
|
break;
|
|
152608
152619
|
default:
|
|
152609
|
-
|
|
152620
|
+
As(Ce, ee);
|
|
152610
152621
|
break;
|
|
152611
152622
|
}
|
|
152612
152623
|
te = fe;
|
|
@@ -153350,7 +153361,7 @@ ${F.split(`
|
|
|
153350
153361
|
}
|
|
153351
153362
|
if (S.length) {
|
|
153352
153363
|
const me = FV(t[0], t[0].parent) ? t[0] : Wh(t[0]);
|
|
153353
|
-
|
|
153364
|
+
As(me, fe);
|
|
153354
153365
|
}
|
|
153355
153366
|
for (let me = 0; me < t.length; me++) {
|
|
153356
153367
|
const ve = d[me];
|
|
@@ -153404,7 +153415,7 @@ ${F.split(`
|
|
|
153404
153415
|
/* Write */
|
|
153405
153416
|
);
|
|
153406
153417
|
else if (mi(me) || Kc(me))
|
|
153407
|
-
|
|
153418
|
+
As(me, ae);
|
|
153408
153419
|
else if (Ke(me)) {
|
|
153409
153420
|
if (!me.parent || Np(me.parent) && me !== me.parent.left || mi(me.parent) && me !== me.parent.expression)
|
|
153410
153421
|
return;
|
|
@@ -153415,7 +153426,7 @@ ${F.split(`
|
|
|
153415
153426
|
P0(me)
|
|
153416
153427
|
);
|
|
153417
153428
|
} else
|
|
153418
|
-
|
|
153429
|
+
As(me, ae);
|
|
153419
153430
|
}
|
|
153420
153431
|
function ee(me, ve, Te) {
|
|
153421
153432
|
const Re = Ce(me, ve, Te);
|
|
@@ -153483,7 +153494,7 @@ ${F.split(`
|
|
|
153483
153494
|
} else
|
|
153484
153495
|
N = N || Te;
|
|
153485
153496
|
}
|
|
153486
|
-
|
|
153497
|
+
As(me, fe);
|
|
153487
153498
|
}
|
|
153488
153499
|
function Q(me) {
|
|
153489
153500
|
return me.parent && N_(me.parent) && me.parent.name === me ? a.getShorthandAssignmentValueSymbol(me.parent) : a.getSymbolAtLocation(me);
|
|
@@ -153710,7 +153721,7 @@ ${F.split(`
|
|
|
153710
153721
|
}
|
|
153711
153722
|
}
|
|
153712
153723
|
}
|
|
153713
|
-
|
|
153724
|
+
As(p, d), c = y;
|
|
153714
153725
|
}
|
|
153715
153726
|
d(t);
|
|
153716
153727
|
}
|
|
@@ -153928,7 +153939,7 @@ ${F.split(`
|
|
|
153928
153939
|
return n.kind < 166 ? n : n.getLastToken(e);
|
|
153929
153940
|
}
|
|
153930
153941
|
forEachChild(e, t) {
|
|
153931
|
-
return
|
|
153942
|
+
return As(this, e, t);
|
|
153932
153943
|
}
|
|
153933
153944
|
};
|
|
153934
153945
|
function Xlt(e, t) {
|
|
@@ -154313,7 +154324,7 @@ ${F.split(`
|
|
|
154313
154324
|
const b = n(d), S = ms(b);
|
|
154314
154325
|
S && c.parent === S.parent && c.symbol === S.symbol ? c.body && !S.body && (b[b.length - 1] = c) : b.push(c);
|
|
154315
154326
|
}
|
|
154316
|
-
|
|
154327
|
+
As(o, a);
|
|
154317
154328
|
break;
|
|
154318
154329
|
case 263:
|
|
154319
154330
|
case 231:
|
|
@@ -154329,7 +154340,7 @@ ${F.split(`
|
|
|
154329
154340
|
case 177:
|
|
154330
154341
|
case 178:
|
|
154331
154342
|
case 187:
|
|
154332
|
-
t(o),
|
|
154343
|
+
t(o), As(o, a);
|
|
154333
154344
|
break;
|
|
154334
154345
|
case 169:
|
|
154335
154346
|
if (!Ui(
|
|
@@ -154343,7 +154354,7 @@ ${F.split(`
|
|
|
154343
154354
|
case 208: {
|
|
154344
154355
|
const b = o;
|
|
154345
154356
|
if (Vs(b.name)) {
|
|
154346
|
-
|
|
154357
|
+
As(b.name, a);
|
|
154347
154358
|
break;
|
|
154348
154359
|
}
|
|
154349
154360
|
b.initializer && a(b.initializer);
|
|
@@ -154366,7 +154377,7 @@ ${F.split(`
|
|
|
154366
154377
|
mu(o) !== 0 && t(o);
|
|
154367
154378
|
// falls through
|
|
154368
154379
|
default:
|
|
154369
|
-
|
|
154380
|
+
As(o, a);
|
|
154370
154381
|
}
|
|
154371
154382
|
}
|
|
154372
154383
|
}
|
|
@@ -154707,15 +154718,15 @@ ${F.split(`
|
|
|
154707
154718
|
}
|
|
154708
154719
|
function m_(cs, mo, ec) {
|
|
154709
154720
|
var Ja;
|
|
154710
|
-
e.getParsedCommandLine ? (Ja = e.onReleaseParsedCommandLine) == null || Ja.call(e, cs, mo, ec) : mo &&
|
|
154721
|
+
e.getParsedCommandLine ? (Ja = e.onReleaseParsedCommandLine) == null || Ja.call(e, cs, mo, ec) : mo && Ns(mo.sourceFile, ec);
|
|
154711
154722
|
}
|
|
154712
|
-
function
|
|
154723
|
+
function Ns(cs, mo) {
|
|
154713
154724
|
const ec = t.getKeyForCompilationSettings(mo);
|
|
154714
154725
|
t.releaseDocumentWithKey(cs.resolvedPath, ec, cs.scriptKind, cs.impliedNodeFormat);
|
|
154715
154726
|
}
|
|
154716
154727
|
function vp(cs, mo, ec, Ja) {
|
|
154717
154728
|
var Sr;
|
|
154718
|
-
|
|
154729
|
+
Ns(cs, mo), (Sr = e.onReleaseOldSourceFile) == null || Sr.call(e, cs, mo, ec, Ja);
|
|
154719
154730
|
}
|
|
154720
154731
|
function Vu(cs, mo, ec, Ja) {
|
|
154721
154732
|
return Ef(cs, Wc(cs, b, w), mo, ec, Ja);
|
|
@@ -155155,7 +155166,7 @@ ${F.split(`
|
|
|
155155
155166
|
const Dr = F(kt.fileName), zr = Wu.getFormatContext(ur, e);
|
|
155156
155167
|
return ep.getAllFixes({ fixId: Ot, sourceFile: Dr, program: c, host: e, cancellationToken: y, formatContext: zr, preferences: rr });
|
|
155157
155168
|
}
|
|
155158
|
-
function
|
|
155169
|
+
function Ps(kt, Ot, ur = Qg) {
|
|
155159
155170
|
M(), I.assert(kt.type === "file");
|
|
155160
155171
|
const rr = F(kt.fileName);
|
|
155161
155172
|
if (rD(rr)) return j;
|
|
@@ -155280,7 +155291,7 @@ ${F.split(`
|
|
|
155280
155291
|
}
|
|
155281
155292
|
}
|
|
155282
155293
|
if ($r || !Xr) {
|
|
155283
|
-
((Dr = jb(zr, Ot.pos)) == null ? void 0 : Dr.kind) !== 2 &&
|
|
155294
|
+
((Dr = jb(zr, Ot.pos)) == null ? void 0 : Dr.kind) !== 2 && Ds(lr, Ot.pos, gc), Ds(lr, Ot.end, gc);
|
|
155284
155295
|
const Gl = lr[0];
|
|
155285
155296
|
Mr.substr(Gl, io.length) !== io && br.push({
|
|
155286
155297
|
newText: io,
|
|
@@ -155547,7 +155558,7 @@ ${F.split(`
|
|
|
155547
155558
|
getCodeFixesAtPosition: ko,
|
|
155548
155559
|
getCombinedCodeFix: Zr,
|
|
155549
155560
|
applyCodeActionCommand: Zt,
|
|
155550
|
-
organizeImports:
|
|
155561
|
+
organizeImports: Ps,
|
|
155551
155562
|
getEditsForFileRename: gt,
|
|
155552
155563
|
getEmitOutput: Er,
|
|
155553
155564
|
getNonBoundSourceFile: Hr,
|
|
@@ -155609,9 +155620,9 @@ ${F.split(`
|
|
|
155609
155620
|
const a = i.escapedText;
|
|
155610
155621
|
t.set(a, t.get(a) === void 0 ? i.pos : -1);
|
|
155611
155622
|
}
|
|
155612
|
-
if (
|
|
155623
|
+
if (As(i, n), mm(i))
|
|
155613
155624
|
for (const a of i.jsDoc)
|
|
155614
|
-
|
|
155625
|
+
As(a, n);
|
|
155615
155626
|
});
|
|
155616
155627
|
}
|
|
155617
155628
|
function lut(e) {
|
|
@@ -156373,13 +156384,13 @@ ${F.split(`
|
|
|
156373
156384
|
return;
|
|
156374
156385
|
case 211:
|
|
156375
156386
|
case 212:
|
|
156376
|
-
n(a),
|
|
156387
|
+
n(a), As(a, i);
|
|
156377
156388
|
break;
|
|
156378
156389
|
case 238:
|
|
156379
156390
|
i(a.expression);
|
|
156380
156391
|
return;
|
|
156381
156392
|
}
|
|
156382
|
-
P0(a) ||
|
|
156393
|
+
P0(a) || As(a, i);
|
|
156383
156394
|
}
|
|
156384
156395
|
}
|
|
156385
156396
|
return i;
|
|
@@ -157586,7 +157597,7 @@ ${F.split(`
|
|
|
157586
157597
|
const E = Io(t.text, L0(o).pos);
|
|
157587
157598
|
e.insertModifierAt(t, E, 134, { suffix: " " });
|
|
157588
157599
|
for (const w of b)
|
|
157589
|
-
if (
|
|
157600
|
+
if (As(w, function N(F) {
|
|
157590
157601
|
if (eo(F)) {
|
|
157591
157602
|
const M = fP(
|
|
157592
157603
|
F,
|
|
@@ -157598,7 +157609,7 @@ ${F.split(`
|
|
|
157598
157609
|
if (f6())
|
|
157599
157610
|
return !0;
|
|
157600
157611
|
e.replaceNodeWithNodes(t, w, M);
|
|
157601
|
-
} else if (!Os(F) && (
|
|
157612
|
+
} else if (!Os(F) && (As(F, N), f6()))
|
|
157602
157613
|
return !0;
|
|
157603
157614
|
}), f6())
|
|
157604
157615
|
return;
|
|
@@ -157613,8 +157624,8 @@ ${F.split(`
|
|
|
157613
157624
|
if (!e.body)
|
|
157614
157625
|
return /* @__PURE__ */ new Set();
|
|
157615
157626
|
const n = /* @__PURE__ */ new Set();
|
|
157616
|
-
return
|
|
157617
|
-
o9(a, t, "then") ? (n.add(lc(a)), _e(a.arguments, i)) : o9(a, t, "catch") || o9(a, t, "finally") ? (n.add(lc(a)),
|
|
157627
|
+
return As(e.body, function i(a) {
|
|
157628
|
+
o9(a, t, "then") ? (n.add(lc(a)), _e(a.arguments, i)) : o9(a, t, "catch") || o9(a, t, "finally") ? (n.add(lc(a)), As(a, i)) : iIe(a, t) ? n.add(lc(a)) : As(a, i);
|
|
157618
157629
|
}), n;
|
|
157619
157630
|
}
|
|
157620
157631
|
function o9(e, t, n) {
|
|
@@ -157643,9 +157654,9 @@ ${F.split(`
|
|
|
157643
157654
|
}
|
|
157644
157655
|
function oft(e, t, n) {
|
|
157645
157656
|
const i = /* @__PURE__ */ new Map(), a = qc();
|
|
157646
|
-
return
|
|
157657
|
+
return As(e, function o(c) {
|
|
157647
157658
|
if (!Ke(c)) {
|
|
157648
|
-
|
|
157659
|
+
As(c, o);
|
|
157649
157660
|
return;
|
|
157650
157661
|
}
|
|
157651
157662
|
const d = t.getSymbolAtLocation(c);
|
|
@@ -158057,12 +158068,12 @@ ${F.split(`
|
|
|
158057
158068
|
}
|
|
158058
158069
|
function fIe(e, t, n, i) {
|
|
158059
158070
|
let a = [];
|
|
158060
|
-
return
|
|
158071
|
+
return As(t, function o(c) {
|
|
158061
158072
|
if (eo(c)) {
|
|
158062
158073
|
const d = fP(c, c, e, n, i);
|
|
158063
158074
|
if (a = a.concat(d), a.length > 0)
|
|
158064
158075
|
return;
|
|
158065
|
-
} else Os(c) ||
|
|
158076
|
+
} else Os(c) || As(c, o);
|
|
158066
158077
|
}), a;
|
|
158067
158078
|
}
|
|
158068
158079
|
function _Ie(e, t) {
|
|
@@ -162046,7 +162057,7 @@ ${F.split(`
|
|
|
162046
162057
|
return a && !a.expression.arguments.some((o) => mi(o) && o.expression === n) ? { constructor: i, superCall: a } : void 0;
|
|
162047
162058
|
}
|
|
162048
162059
|
function h7e(e) {
|
|
162049
|
-
return Ff(e) && HC(e.expression) ? e : Os(e) ? void 0 :
|
|
162060
|
+
return Ff(e) && HC(e.expression) ? e : Os(e) ? void 0 : As(e, h7e);
|
|
162050
162061
|
}
|
|
162051
162062
|
var _0e = "constructorForDerivedNeedSuperCall", v7e = [g.Constructors_for_derived_classes_must_contain_a_super_call.code];
|
|
162052
162063
|
bo({
|
|
@@ -166646,7 +166657,7 @@ ${F.split(`
|
|
|
166646
166657
|
);
|
|
166647
166658
|
if (B !== 0)
|
|
166648
166659
|
for (const Se of t5e(B, !fe && Ap(e)))
|
|
166649
|
-
(Z && jI(RC(Se.name)) || !Z && Gdt(Se.name) || !$e.has(Se.name)) && ($e.add(Se.name),
|
|
166660
|
+
(Z && jI(RC(Se.name)) || !Z && Gdt(Se.name) || !$e.has(Se.name)) && ($e.add(Se.name), Ds(
|
|
166650
166661
|
re,
|
|
166651
166662
|
Se,
|
|
166652
166663
|
_z,
|
|
@@ -166656,7 +166667,7 @@ ${F.split(`
|
|
|
166656
166667
|
!0
|
|
166657
166668
|
));
|
|
166658
166669
|
for (const Se of Fdt(S, p))
|
|
166659
|
-
$e.has(Se.name) || ($e.add(Se.name),
|
|
166670
|
+
$e.has(Se.name) || ($e.add(Se.name), Ds(
|
|
166660
166671
|
re,
|
|
166661
166672
|
Se,
|
|
166662
166673
|
_z,
|
|
@@ -166667,7 +166678,7 @@ ${F.split(`
|
|
|
166667
166678
|
));
|
|
166668
166679
|
for (const Se of ve) {
|
|
166669
166680
|
const Be = pdt(e, c, Se);
|
|
166670
|
-
$e.add(Be.name),
|
|
166681
|
+
$e.add(Be.name), Ds(
|
|
166671
166682
|
re,
|
|
166672
166683
|
Be,
|
|
166673
166684
|
_z,
|
|
@@ -166851,7 +166862,7 @@ ${F.split(`
|
|
|
166851
166862
|
if (o === t)
|
|
166852
166863
|
return;
|
|
166853
166864
|
const d = Ma(c);
|
|
166854
|
-
!n.has(d) && yd(d, i) && (n.add(d),
|
|
166865
|
+
!n.has(d) && yd(d, i) && (n.add(d), Ds(a, {
|
|
166855
166866
|
name: d,
|
|
166856
166867
|
kind: "warning",
|
|
166857
166868
|
kindModifiers: "",
|
|
@@ -167405,7 +167416,7 @@ ${F.split(`
|
|
|
167405
167416
|
if (!Xe)
|
|
167406
167417
|
continue;
|
|
167407
167418
|
const je = (!$e || jFe($e)) && !(De.parent === void 0 && !ht(De.declarations, (Ne) => Ne.getSourceFile() === a.getSourceFile()));
|
|
167408
|
-
ve.set(Se, je),
|
|
167419
|
+
ve.set(Se, je), Ds(
|
|
167409
167420
|
t,
|
|
167410
167421
|
Xe,
|
|
167411
167422
|
_z,
|
|
@@ -168321,7 +168332,7 @@ ${F.split(`
|
|
|
168321
168332
|
return Pn;
|
|
168322
168333
|
}
|
|
168323
168334
|
function qs(Ae) {
|
|
168324
|
-
const At = Uc(), xr =
|
|
168335
|
+
const At = Uc(), xr = Ps(Ae) || zt(Ae) || Cr(Ae) || ko(Ae) || HN(Ae);
|
|
168325
168336
|
return t("getCompletionsAtPosition: isCompletionListBlocker: " + (Uc() - At)), xr;
|
|
168326
168337
|
}
|
|
168327
168338
|
function ko(Ae) {
|
|
@@ -168447,7 +168458,7 @@ ${F.split(`
|
|
|
168447
168458
|
}
|
|
168448
168459
|
return { defaultCommitCharacters: V0, isNewIdentifierLocation: !1 };
|
|
168449
168460
|
}
|
|
168450
|
-
function
|
|
168461
|
+
function Ps(Ae) {
|
|
168451
168462
|
return (SG(Ae) || oV(Ae)) && (O5(Ae, a) || a === Ae.end && (!!Ae.isUnterminated || SG(Ae)));
|
|
168452
168463
|
}
|
|
168453
168464
|
function gt() {
|
|
@@ -171314,8 +171325,8 @@ ${F.split(`
|
|
|
171314
171325
|
Zt,
|
|
171315
171326
|
pe,
|
|
171316
171327
|
/*useLocalSymbolForExportSpecifier*/
|
|
171317
|
-
!
|
|
171318
|
-
) || gt, at = Zt ? Oi(Zt, Tt) : 7, yt = [], Mt = new q(de, lt, Zt ? N(Zt) : 0, pe, Ge, at, pt, yt), zt = !
|
|
171328
|
+
!Ps(pt)
|
|
171329
|
+
) || gt, at = Zt ? Oi(Zt, Tt) : 7, yt = [], Mt = new q(de, lt, Zt ? N(Zt) : 0, pe, Ge, at, pt, yt), zt = !Ps(pt) || !Tt.declarations ? void 0 : St(Tt.declarations, X_);
|
|
171319
171330
|
if (zt)
|
|
171320
171331
|
Xe(
|
|
171321
171332
|
zt.name,
|
|
@@ -171734,11 +171745,11 @@ ${F.split(`
|
|
|
171734
171745
|
const { parent: Tt, propertyName: at, name: yt } = de, Mt = Tt.parent, zt = je(gt, Zt, de, pe.checker);
|
|
171735
171746
|
if (!pt && !lt.includes(zt))
|
|
171736
171747
|
return;
|
|
171737
|
-
if (at ? gt === at ? (Mt.moduleSpecifier || ot(), Ge && pe.options.use !== 2 && pe.markSeenReExportRHS(yt) && ze(yt, I.checkDefined(de.symbol), pe)) : pe.markSeenReExportRHS(gt) && ot() : pe.options.use === 2 && xv(yt) || ot(), !
|
|
171748
|
+
if (at ? gt === at ? (Mt.moduleSpecifier || ot(), Ge && pe.options.use !== 2 && pe.markSeenReExportRHS(yt) && ze(yt, I.checkDefined(de.symbol), pe)) : pe.markSeenReExportRHS(gt) && ot() : pe.options.use === 2 && xv(yt) || ot(), !Ps(pe.options) || pt) {
|
|
171738
171749
|
const Cr = xv(gt) || xv(de.name) ? 1 : 0, $n = I.checkDefined(de.symbol), Ie = Cve($n, Cr, pe.checker);
|
|
171739
171750
|
Ie && z(gt, $n, Ie, pe);
|
|
171740
171751
|
}
|
|
171741
|
-
if (lt.comingFrom !== 1 && Mt.moduleSpecifier && !at && !
|
|
171752
|
+
if (lt.comingFrom !== 1 && Mt.moduleSpecifier && !at && !Ps(pe.options)) {
|
|
171742
171753
|
const Kt = pe.checker.getExportSpecifierLocalTargetSymbol(de);
|
|
171743
171754
|
Kt && te(Kt, pe);
|
|
171744
171755
|
}
|
|
@@ -171763,7 +171774,7 @@ ${F.split(`
|
|
|
171763
171774
|
);
|
|
171764
171775
|
if (!pe) return;
|
|
171765
171776
|
const { symbol: Ge } = pe;
|
|
171766
|
-
pe.kind === 0 ?
|
|
171777
|
+
pe.kind === 0 ? Ps(lt.options) || te(Ge, lt) : z(gt, Ge, pe.exportInfo, lt);
|
|
171767
171778
|
}
|
|
171768
171779
|
function Ve({ flags: gt, valueDeclaration: Zt }, de, lt) {
|
|
171769
171780
|
const pe = lt.checker.getShorthandAssignmentValueSymbol(Zt), Ge = Zt && gs(Zt);
|
|
@@ -172233,7 +172244,7 @@ ${F.split(`
|
|
|
172233
172244
|
}
|
|
172234
172245
|
e.getReferenceEntriesForShorthandPropertyAssignment = Ea;
|
|
172235
172246
|
function qs(gt, Zt, de) {
|
|
172236
|
-
|
|
172247
|
+
As(gt, (lt) => {
|
|
172237
172248
|
lt.kind === Zt && de(lt), qs(lt, Zt, de);
|
|
172238
172249
|
});
|
|
172239
172250
|
}
|
|
@@ -172244,7 +172255,7 @@ ${F.split(`
|
|
|
172244
172255
|
const lt = Q4(gt) ? gt.parent : void 0, pe = lt && de.getTypeAtLocation(lt.expression), Ge = jn(pe && (pe.isUnionOrIntersection() ? pe.types : pe.symbol === Zt.parent ? void 0 : [pe]), (pt) => pt.symbol && pt.symbol.flags & 96 ? pt.symbol : void 0);
|
|
172245
172256
|
return Ge.length === 0 ? void 0 : Ge;
|
|
172246
172257
|
}
|
|
172247
|
-
function
|
|
172258
|
+
function Ps(gt) {
|
|
172248
172259
|
return gt.use === 2 && gt.providePrefixAndSuffixTextForRename;
|
|
172249
172260
|
}
|
|
172250
172261
|
})(d6 || (d6 = {}));
|
|
@@ -172767,7 +172778,7 @@ ${F.split(`
|
|
|
172767
172778
|
a.throwIfCancellationRequested();
|
|
172768
172779
|
}
|
|
172769
172780
|
if (V7(i, $e.pos, $e.getFullWidth()) && !(la($e) && !h1($e)))
|
|
172770
|
-
return o.includeInlayVariableTypeHints && Qi($e) || o.includeInlayPropertyDeclarationTypeHints && hs($e) ? q($e) : o.includeInlayEnumMemberValueHints && Lb($e) ? M($e) : rgt(o) && (eo($e) || hk($e)) ? z($e) : (o.includeInlayFunctionParameterTypeHints && Fc($e) && qj($e) && Ce($e), o.includeInlayFunctionLikeReturnTypeHints && E($e) && ae($e)),
|
|
172781
|
+
return o.includeInlayVariableTypeHints && Qi($e) || o.includeInlayPropertyDeclarationTypeHints && hs($e) ? q($e) : o.includeInlayEnumMemberValueHints && Lb($e) ? M($e) : rgt(o) && (eo($e) || hk($e)) ? z($e) : (o.includeInlayFunctionParameterTypeHints && Fc($e) && qj($e) && Ce($e), o.includeInlayFunctionLikeReturnTypeHints && E($e) && ae($e)), As($e, S);
|
|
172771
172782
|
}
|
|
172772
172783
|
}
|
|
172773
172784
|
function E($e) {
|
|
@@ -179173,7 +179184,7 @@ ${i.prefix}` : `
|
|
|
179173
179184
|
function U0t(e, t) {
|
|
179174
179185
|
return n(t);
|
|
179175
179186
|
function n(i) {
|
|
179176
|
-
const a =
|
|
179187
|
+
const a = As(i, (o) => IH(o.getStart(t), o.end, e) && o);
|
|
179177
179188
|
if (a) {
|
|
179178
179189
|
const o = n(a);
|
|
179179
179190
|
if (o)
|
|
@@ -179453,7 +179464,7 @@ ${i.prefix}` : `
|
|
|
179453
179464
|
return;
|
|
179454
179465
|
const ct = ee(je, ge, ze, qe);
|
|
179455
179466
|
let Ut = Ne;
|
|
179456
|
-
for (
|
|
179467
|
+
for (As(
|
|
179457
179468
|
je,
|
|
179458
179469
|
(er) => {
|
|
179459
179470
|
cr(
|
|
@@ -180329,7 +180340,7 @@ ${i.prefix}` : `
|
|
|
180329
180340
|
ka(e, a.pos),
|
|
180330
180341
|
(c) => ed(c, a)
|
|
180331
180342
|
);
|
|
180332
|
-
o &&
|
|
180343
|
+
o && As(o, function c(d) {
|
|
180333
180344
|
var p;
|
|
180334
180345
|
if (!i) {
|
|
180335
180346
|
if (Ke(d) && K4(a, d.getStart(e))) {
|
|
@@ -180398,7 +180409,7 @@ ${i.prefix}` : `
|
|
|
180398
180409
|
ka(M.sourceFile, ee.pos),
|
|
180399
180410
|
(fe) => ed(fe, ee)
|
|
180400
180411
|
);
|
|
180401
|
-
Ce &&
|
|
180412
|
+
Ce && As(Ce, function fe(Q) {
|
|
180402
180413
|
if (Ke(Q) && K4(ee, Q.getStart(F)) && !(w != null && w.getTypeChecker().resolveName(
|
|
180403
180414
|
Q.text,
|
|
180404
180415
|
Q,
|
|
@@ -180991,7 +181002,7 @@ ${i.prefix}` : `
|
|
|
180991
181002
|
forEachAncestor: () => Ioe,
|
|
180992
181003
|
forEachAncestorDirectory: () => R3,
|
|
180993
181004
|
forEachAncestorDirectoryStoppingAtGlobalCache: () => Av,
|
|
180994
|
-
forEachChild: () =>
|
|
181005
|
+
forEachChild: () => As,
|
|
180995
181006
|
forEachChildRecursively: () => UD,
|
|
180996
181007
|
forEachDynamicImportOrRequireCall: () => Zj,
|
|
180997
181008
|
forEachEmittedFile: () => uX,
|
|
@@ -181534,7 +181545,7 @@ ${i.prefix}` : `
|
|
|
181534
181545
|
injectClassNamedEvaluationHelperBlockIfMissing: () => g$,
|
|
181535
181546
|
injectClassThisAssignmentIfMissing: () => N_e,
|
|
181536
181547
|
insertImports: () => sZ,
|
|
181537
|
-
insertSorted: () =>
|
|
181548
|
+
insertSorted: () => Ds,
|
|
181538
181549
|
insertStatementAfterCustomPrologue: () => WC,
|
|
181539
181550
|
insertStatementAfterStandardPrologue: () => ZCe,
|
|
181540
181551
|
insertStatementsAfterCustomPrologue: () => xV,
|
|
@@ -191810,7 +191821,7 @@ const Orr = P7({
|
|
|
191810
191821
|
name: "PartnerPickerElement",
|
|
191811
191822
|
setup(l, f) {
|
|
191812
191823
|
const { value: _ } = f.element, h = Gr(""), x = Gr("");
|
|
191813
|
-
|
|
191824
|
+
ws(_, (V) => {
|
|
191814
191825
|
V && O(V);
|
|
191815
191826
|
}, { deep: !0 });
|
|
191816
191827
|
const A = uie.onFetchData, O = (V) => {
|