@supersoniks/concorde 3.1.33 → 3.1.34
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/build-infos.json +1 -1
- package/concorde-core.bundle.js +58 -58
- package/concorde-core.es.js +231 -226
- package/dist/concorde-core.bundle.js +58 -58
- package/dist/concorde-core.es.js +231 -226
- package/package.json +1 -1
- package/src/core/mixins/Subscriber.ts +23 -6
package/concorde-core.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let et = class
|
|
1
|
+
let et = class Dt {
|
|
2
2
|
/**
|
|
3
3
|
* retourne la langue de la page courante telle que défini via l'attribut lang de la balise html
|
|
4
4
|
*/
|
|
@@ -54,11 +54,11 @@ let et = class Ot {
|
|
|
54
54
|
* Utilisée pour la configuration du wording / de la traduction ainsi que par le mixin fetcher par exemple
|
|
55
55
|
*/
|
|
56
56
|
static getApiConfiguration(t) {
|
|
57
|
-
const s =
|
|
57
|
+
const s = Dt.getAncestorAttributeValue(t, "token"), i = Dt.getAncestorAttributeValue(t, "addHTTPResponse") != null, e = Dt.getAncestorAttributeValue(t, "serviceURL");
|
|
58
58
|
let o = null, n = null;
|
|
59
|
-
const a =
|
|
60
|
-
s || (o =
|
|
61
|
-
const h =
|
|
59
|
+
const a = Dt.getAncestorAttributeValue(t, "tokenProvider"), c = Dt.getAncestorAttributeValue(t, "eventsApiToken");
|
|
60
|
+
s || (o = Dt.getAncestorAttributeValue(t, "userName"), n = Dt.getAncestorAttributeValue(t, "password"));
|
|
61
|
+
const h = Dt.getAncestorAttributeValue(
|
|
62
62
|
t,
|
|
63
63
|
"credentials"
|
|
64
64
|
) || void 0, d = t.getAttribute("cache"), f = t.hasAttribute("blockUntilDone");
|
|
@@ -91,7 +91,7 @@ let et = class Ot {
|
|
|
91
91
|
* @returns valeur de l'attribut ou null si l'attribut n'est pas trouvé
|
|
92
92
|
*/
|
|
93
93
|
static getClosestForm(t) {
|
|
94
|
-
return
|
|
94
|
+
return Dt.getClosestElement(t, "form");
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
97
|
* Lance le chargement d'un js et retourne une promise qui resoud à true lorsque le chargement à réussi et à false, sinon.
|
|
@@ -183,8 +183,8 @@ function Fe(r) {
|
|
|
183
183
|
let Se = "sonic";
|
|
184
184
|
typeof __SONIC_PREFIX__ > "u" && (Se = "sonic" + Math.floor(Math.random() * 1e6));
|
|
185
185
|
const Is = Se == "sonic" ? "publisher-proxies-data" : Se + "-publisher-proxies-data";
|
|
186
|
-
var
|
|
187
|
-
let di = (
|
|
186
|
+
var kt;
|
|
187
|
+
let di = (kt = class {
|
|
188
188
|
constructor(t, s, i) {
|
|
189
189
|
for (this._proxies_ = /* @__PURE__ */ new Map(), this._is_savable_ = !1, this._invalidateListeners_ = /* @__PURE__ */ new Set(), this._formInvalidateListeners_ = /* @__PURE__ */ new Set(), this._assignListeners_ = /* @__PURE__ */ new Set(), this._mutationListeners_ = /* @__PURE__ */ new Set(), this._fillListeners_ = /* @__PURE__ */ new Set(), this._templateFillListeners_ = /* @__PURE__ */ new Set(), this._lockInternalMutationPublishing_ = !1, this._instanceCounter_ = 0, this._assignmentId_ = 0, this._value_ = t, this.parent = s || null, this._parentKey_ = i, this.root = this, this._instanceCounter_ = 0; this.root.parent; )
|
|
190
190
|
this.root = this.root.parent;
|
|
@@ -197,7 +197,7 @@ let di = (Dt = class {
|
|
|
197
197
|
var t;
|
|
198
198
|
for (const s in this._proxies_.keys())
|
|
199
199
|
s != "_parent_" && ((t = this._proxies_.get(s)) == null || t.delete());
|
|
200
|
-
this._invalidateListeners_.clear(), this._formInvalidateListeners_.clear(), this._assignListeners_.clear(), this._mutationListeners_.clear(), this._fillListeners_.clear(), this._templateFillListeners_.clear(), this._proxies_.clear(),
|
|
200
|
+
this._invalidateListeners_.clear(), this._formInvalidateListeners_.clear(), this._assignListeners_.clear(), this._mutationListeners_.clear(), this._fillListeners_.clear(), this._templateFillListeners_.clear(), this._proxies_.clear(), kt.instances.delete(this._instanceCounter_);
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
203
|
* Utile pour savoir si quelque chose est en écoute d'une modification sur le proxy via une des methodes associées
|
|
@@ -208,11 +208,11 @@ let di = (Dt = class {
|
|
|
208
208
|
_publishInternalMutation_(t = !1) {
|
|
209
209
|
if (this._mutationListeners_.forEach(
|
|
210
210
|
(s) => s()
|
|
211
|
-
), this._is_savable_ && !
|
|
212
|
-
|
|
213
|
-
const s =
|
|
211
|
+
), this._is_savable_ && !M.changed) {
|
|
212
|
+
M.changed = !0, M.saveId++;
|
|
213
|
+
const s = M.saveId;
|
|
214
214
|
setTimeout(
|
|
215
|
-
() =>
|
|
215
|
+
() => M.getInstance().saveToLocalStorage(s),
|
|
216
216
|
1e3
|
|
217
217
|
);
|
|
218
218
|
}
|
|
@@ -387,7 +387,7 @@ let di = (Dt = class {
|
|
|
387
387
|
get() {
|
|
388
388
|
if (this._cachedGet_ !== void 0)
|
|
389
389
|
return this._cachedGet_;
|
|
390
|
-
if (
|
|
390
|
+
if (M.modifiedCollectore.length > 0 && M.modifiedCollectore[0].add(this), Object.prototype.hasOwnProperty.call(this._value_, "__value")) {
|
|
391
391
|
const t = this._value_.__value;
|
|
392
392
|
return this._cachedGet_ = t ?? null;
|
|
393
393
|
}
|
|
@@ -397,11 +397,11 @@ let di = (Dt = class {
|
|
|
397
397
|
* retourner le webcomponent auquel le proxy est associé
|
|
398
398
|
*/
|
|
399
399
|
get $tag() {
|
|
400
|
-
return this._instanceCounter_ || (
|
|
400
|
+
return this._instanceCounter_ || (kt.instancesCounter++, this._instanceCounter_ = kt.instancesCounter), kt.instances.set(this._instanceCounter_, this), "<" + Se + '-publisher-proxy publisher="' + this._instanceCounter_ + '"></' + Se + "-publisher-proxy>";
|
|
401
401
|
}
|
|
402
|
-
},
|
|
402
|
+
}, kt.instances = /* @__PURE__ */ new Map(), kt.instancesCounter = 0, kt);
|
|
403
403
|
var k;
|
|
404
|
-
let
|
|
404
|
+
let M = (k = class {
|
|
405
405
|
constructor() {
|
|
406
406
|
if (this.enabledLocaStorageProxies = [], this.publishers = /* @__PURE__ */ new Map(), this.localStorageData = {}, this.isLocalStrorageReady = null, this.initialisedData = [], k.instance != null)
|
|
407
407
|
throw "Singleton / use getInstance";
|
|
@@ -563,10 +563,10 @@ let T = (k = class {
|
|
|
563
563
|
const h = await new Response(a.readable).arrayBuffer();
|
|
564
564
|
return new TextDecoder().decode(h);
|
|
565
565
|
}
|
|
566
|
-
}, k.buildDate = "Thu Sep 19 2024
|
|
566
|
+
}, k.buildDate = "Thu Sep 19 2024 16:44:31 GMT+0200 (Central European Summer Time)", k.changed = !1, k.saving = !1, k.saveId = 0, k.instance = null, k.instances = /* @__PURE__ */ new Map(), k.modifiedCollectore = [], k);
|
|
567
567
|
if (typeof window < "u") {
|
|
568
568
|
const r = window;
|
|
569
|
-
r[gs + "PublisherManager"] = r[gs + "PublisherManager"] ||
|
|
569
|
+
r[gs + "PublisherManager"] = r[gs + "PublisherManager"] || M;
|
|
570
570
|
}
|
|
571
571
|
const Gr = /* @__PURE__ */ new Set([
|
|
572
572
|
"invalidate",
|
|
@@ -827,7 +827,7 @@ let Ds = (E = class {
|
|
|
827
827
|
);
|
|
828
828
|
if (!s)
|
|
829
829
|
return;
|
|
830
|
-
const i =
|
|
830
|
+
const i = M.getInstance().get(s), e = E.getDataBindItems(t), o = [];
|
|
831
831
|
e.forEach((n) => {
|
|
832
832
|
const a = n.bindedVariablesDescriptor, c = n.propertyToUpdate;
|
|
833
833
|
for (const h of a.variables) {
|
|
@@ -1296,7 +1296,7 @@ function l(r) {
|
|
|
1296
1296
|
* Copyright 2017 Google LLC
|
|
1297
1297
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1298
1298
|
*/
|
|
1299
|
-
function
|
|
1299
|
+
function T(r) {
|
|
1300
1300
|
return l({ ...r, state: !0, attribute: !1 });
|
|
1301
1301
|
}
|
|
1302
1302
|
/**
|
|
@@ -1770,11 +1770,11 @@ Vs == null || Vs({ LitElement: w });
|
|
|
1770
1770
|
function Ls(r) {
|
|
1771
1771
|
if (typeof r == "function") {
|
|
1772
1772
|
const t = r;
|
|
1773
|
-
return
|
|
1773
|
+
return M.collectModifiedPublisher(), t(), M.getModifiedPublishers() || /* @__PURE__ */ new Set();
|
|
1774
1774
|
}
|
|
1775
1775
|
if (typeof r == "string") {
|
|
1776
1776
|
const t = r.split("."), s = t.shift() || "";
|
|
1777
|
-
let i =
|
|
1777
|
+
let i = M.get(s);
|
|
1778
1778
|
i = X.traverse(i, t);
|
|
1779
1779
|
const e = /* @__PURE__ */ new Set();
|
|
1780
1780
|
return e.add(i), e;
|
|
@@ -1915,7 +1915,7 @@ const Or = we(xo), Po = Or, $o = Or, Co = (r) => Ls(r).values().next().value.get
|
|
|
1915
1915
|
*/
|
|
1916
1916
|
async localGet(t, s) {
|
|
1917
1917
|
var f;
|
|
1918
|
-
const i =
|
|
1918
|
+
const i = M.get(t), e = new URLSearchParams(s.split("?")[1] || ""), o = i.get();
|
|
1919
1919
|
let n = [];
|
|
1920
1920
|
Array.isArray(o) ? n = o : n = [o];
|
|
1921
1921
|
const a = [];
|
|
@@ -2149,7 +2149,7 @@ const z = we(Ks), Zs = /* @__PURE__ */ new Map(), Ki = (r) => {
|
|
|
2149
2149
|
return this.useUnsafeHTML = s, this.key !== t && (this.key = t, this.isConnected && this.subscribe(t)), vt;
|
|
2150
2150
|
}
|
|
2151
2151
|
static async callApi(t, s, i = !0, e) {
|
|
2152
|
-
if (await
|
|
2152
|
+
if (await M.getInstance().isLocalStrorageReady, V.firstCall) {
|
|
2153
2153
|
V.firstCall = !1, hi(V.reloadWordings);
|
|
2154
2154
|
const d = Object.keys(V.publisher.get());
|
|
2155
2155
|
for (const f of d)
|
|
@@ -2243,11 +2243,11 @@ const z = we(Ks), Zs = /* @__PURE__ */ new Map(), Ki = (r) => {
|
|
|
2243
2243
|
this.key && this.subscribe(this.key);
|
|
2244
2244
|
}
|
|
2245
2245
|
};
|
|
2246
|
-
V.publisher =
|
|
2246
|
+
V.publisher = M.get("sonic-wording", {
|
|
2247
2247
|
localStorageMode: "enabled"
|
|
2248
2248
|
}), V.firstCall = !0, V.versionProviderHandlers = /* @__PURE__ */ new Map();
|
|
2249
2249
|
let Ve = V;
|
|
2250
|
-
var Oo = Object.defineProperty, Do = Object.getOwnPropertyDescriptor,
|
|
2250
|
+
var Oo = Object.defineProperty, Do = Object.getOwnPropertyDescriptor, St = (r, t, s, i) => {
|
|
2251
2251
|
for (var e = i > 1 ? void 0 : i ? Do(t, s) : t, o = r.length - 1, n; o >= 0; o--)
|
|
2252
2252
|
(n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
|
|
2253
2253
|
return i && e && Oo(t, s, e), e;
|
|
@@ -2257,7 +2257,7 @@ const Z = (r, t) => {
|
|
|
2257
2257
|
var e;
|
|
2258
2258
|
const s = (e = class extends r {
|
|
2259
2259
|
constructor(...n) {
|
|
2260
|
-
super(), this.collectDependenciesVersion = 0, this.displayContents = !1, this.noAutoFill = !1, this.forceAutoFill = !1, this.renderOnPropsInternalChange = !1, this.noShadowDom = null, this.propertyMap = null, this.title = "", this.dataProvider = null, this.bindPublisher = null, this._props = null, this.defferedDebug = null, this.debug = null, this.onAssign = (a) => {
|
|
2260
|
+
super(), this.collectDependenciesVersion = 0, this.displayContents = !1, this.noAutoFill = !1, this.forceAutoFill = !1, this.renderOnPropsInternalChange = !1, this.noShadowDom = null, this.propertyMap = null, this.title = "", this.dataProvider = null, this.bindPublisher = null, this._props = null, this.shouldRenderLazy = !0, this.defferedDebug = null, this.debug = null, this.onAssign = (a) => {
|
|
2261
2261
|
this.props = a;
|
|
2262
2262
|
};
|
|
2263
2263
|
}
|
|
@@ -2301,14 +2301,14 @@ const Z = (r, t) => {
|
|
|
2301
2301
|
const c = new IntersectionObserver((h) => {
|
|
2302
2302
|
for (const d of h)
|
|
2303
2303
|
if (a && d.isIntersecting) {
|
|
2304
|
-
|
|
2304
|
+
a = !1, c.disconnect(), this.initWording(), this.startPublisher(), this.shouldRenderLazy = !1;
|
|
2305
2305
|
break;
|
|
2306
2306
|
}
|
|
2307
2307
|
}, n);
|
|
2308
2308
|
c.observe(this);
|
|
2309
2309
|
} else
|
|
2310
|
-
this.initWording(), this.
|
|
2311
|
-
super.connectedCallback();
|
|
2310
|
+
this.initWording(), this.shouldRenderLazy = !1;
|
|
2311
|
+
this.initPublisher(), this.addDebugger(), super.connectedCallback();
|
|
2312
2312
|
}
|
|
2313
2313
|
disconnectedCallback() {
|
|
2314
2314
|
var n;
|
|
@@ -2383,7 +2383,7 @@ const Z = (r, t) => {
|
|
|
2383
2383
|
if (!document)
|
|
2384
2384
|
return;
|
|
2385
2385
|
this.publisher && (this.publisher.stopTemplateFilling(this), this.publisher.offInternalMutation(this.requestUpdate), this.onAssign && this.publisher.offAssign(this.onAssign));
|
|
2386
|
-
const n =
|
|
2386
|
+
const n = M.getInstance();
|
|
2387
2387
|
this.dataProvider || (this.dataProvider = this.getAncestorAttributeValue("dataProvider"));
|
|
2388
2388
|
let a = this.dataProvider;
|
|
2389
2389
|
if (!a && this._props && (this.dataProvider = a = "__subscriber__" + e.instanceCounter), a) {
|
|
@@ -2399,28 +2399,33 @@ const Z = (r, t) => {
|
|
|
2399
2399
|
}
|
|
2400
2400
|
this.publisher = c;
|
|
2401
2401
|
}
|
|
2402
|
+
this.hasAttribute("lazyRendering") || this.startPublisher();
|
|
2403
|
+
}
|
|
2404
|
+
startPublisher() {
|
|
2402
2405
|
this.publisher && (this._props && this.publisher.set(this._props), this.noAutoFill || this.publisher.startTemplateFilling(this), this.renderOnPropsInternalChange && this.publisher.onInternalMutation(this.requestUpdate), this.publisher.onAssign(this.onAssign));
|
|
2403
2406
|
}
|
|
2404
2407
|
}, e.instanceCounter = 0, e);
|
|
2405
|
-
return
|
|
2408
|
+
return St([
|
|
2406
2409
|
l({ type: Number })
|
|
2407
|
-
], s.prototype, "collectDependenciesVersion", 2),
|
|
2410
|
+
], s.prototype, "collectDependenciesVersion", 2), St([
|
|
2408
2411
|
l({ type: Boolean })
|
|
2409
|
-
], s.prototype, "displayContents", 2),
|
|
2412
|
+
], s.prototype, "displayContents", 2), St([
|
|
2410
2413
|
l({ type: Boolean })
|
|
2411
|
-
], s.prototype, "noAutoFill", 2),
|
|
2414
|
+
], s.prototype, "noAutoFill", 2), St([
|
|
2412
2415
|
l({ type: Boolean })
|
|
2413
|
-
], s.prototype, "forceAutoFill", 2),
|
|
2416
|
+
], s.prototype, "forceAutoFill", 2), St([
|
|
2414
2417
|
l({ type: Object })
|
|
2415
|
-
], s.prototype, "propertyMap", 2),
|
|
2418
|
+
], s.prototype, "propertyMap", 2), St([
|
|
2416
2419
|
l({ type: String, attribute: "data-title" })
|
|
2417
|
-
], s.prototype, "title", 2),
|
|
2420
|
+
], s.prototype, "title", 2), St([
|
|
2418
2421
|
l({ reflect: !0 })
|
|
2419
|
-
], s.prototype, "dataProvider", 2),
|
|
2422
|
+
], s.prototype, "dataProvider", 2), St([
|
|
2420
2423
|
l()
|
|
2421
|
-
], s.prototype, "bindPublisher", 2),
|
|
2424
|
+
], s.prototype, "bindPublisher", 2), St([
|
|
2422
2425
|
l()
|
|
2423
|
-
], s.prototype, "props", 1),
|
|
2426
|
+
], s.prototype, "props", 1), St([
|
|
2427
|
+
T()
|
|
2428
|
+
], s.prototype, "shouldRenderLazy", 2), s;
|
|
2424
2429
|
};
|
|
2425
2430
|
var ko = Object.defineProperty, Lo = (r, t, s, i) => {
|
|
2426
2431
|
for (var e = void 0, o = r.length - 1, n; o >= 0; o--)
|
|
@@ -2713,7 +2718,7 @@ const Lr = "important", Mo = " !" + Lr, ut = we(class extends De {
|
|
|
2713
2718
|
return vt;
|
|
2714
2719
|
}
|
|
2715
2720
|
});
|
|
2716
|
-
var jo = Object.defineProperty, Io = Object.getOwnPropertyDescriptor,
|
|
2721
|
+
var jo = Object.defineProperty, Io = Object.getOwnPropertyDescriptor, Ot = (r, t, s, i) => {
|
|
2717
2722
|
for (var e = i > 1 ? void 0 : i ? Io(t, s) : t, o = r.length - 1, n; o >= 0; o--)
|
|
2718
2723
|
(n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
|
|
2719
2724
|
return i && e && jo(t, s, e), e;
|
|
@@ -2742,7 +2747,7 @@ const hs = /* @__PURE__ */ new Map(), ke = (r) => {
|
|
|
2742
2747
|
this.getAttribute("name") && this.getFormPublisher() && (this.setFormPublisherValue(this.getValueForFormPublisher()), this.setFormValueFromPublisher(this.getFormPublisherValue()));
|
|
2743
2748
|
}
|
|
2744
2749
|
getFormPublisher() {
|
|
2745
|
-
return this.formDataProvider || (this.formDataProvider = this.getAncestorAttributeValue("formDataProvider")), this.formDataProvider ?
|
|
2750
|
+
return this.formDataProvider || (this.formDataProvider = this.getAncestorAttributeValue("formDataProvider")), this.formDataProvider ? M.get(this.formDataProvider) : null;
|
|
2746
2751
|
}
|
|
2747
2752
|
setFormPublisherValue(i) {
|
|
2748
2753
|
const e = this.getFormPublisher();
|
|
@@ -2869,25 +2874,25 @@ const hs = /* @__PURE__ */ new Map(), ke = (r) => {
|
|
|
2869
2874
|
), i.offFormInvalidate(this.onFormDataInValidate));
|
|
2870
2875
|
}
|
|
2871
2876
|
}
|
|
2872
|
-
return
|
|
2877
|
+
return Ot([
|
|
2873
2878
|
l({ type: Boolean, reflect: !0 })
|
|
2874
|
-
], t.prototype, "touched", 2),
|
|
2879
|
+
], t.prototype, "touched", 2), Ot([
|
|
2875
2880
|
l({ type: Boolean })
|
|
2876
|
-
], t.prototype, "error", 2),
|
|
2881
|
+
], t.prototype, "error", 2), Ot([
|
|
2877
2882
|
l({ type: Boolean })
|
|
2878
|
-
], t.prototype, "autofocus", 2),
|
|
2883
|
+
], t.prototype, "autofocus", 2), Ot([
|
|
2879
2884
|
l({ type: Boolean })
|
|
2880
|
-
], t.prototype, "required", 2),
|
|
2885
|
+
], t.prototype, "required", 2), Ot([
|
|
2881
2886
|
l({ type: Boolean })
|
|
2882
|
-
], t.prototype, "forceAutoFill", 2),
|
|
2887
|
+
], t.prototype, "forceAutoFill", 2), Ot([
|
|
2883
2888
|
l({ type: Boolean })
|
|
2884
|
-
], t.prototype, "disabled", 2),
|
|
2889
|
+
], t.prototype, "disabled", 2), Ot([
|
|
2885
2890
|
l({ type: String, attribute: "data-aria-label" })
|
|
2886
|
-
], t.prototype, "ariaLabel", 2),
|
|
2891
|
+
], t.prototype, "ariaLabel", 2), Ot([
|
|
2887
2892
|
l({ type: String, attribute: "data-aria-labelledby" })
|
|
2888
|
-
], t.prototype, "ariaLabelledby", 2),
|
|
2893
|
+
], t.prototype, "ariaLabelledby", 2), Ot([
|
|
2889
2894
|
l()
|
|
2890
|
-
], t.prototype, "name", 1),
|
|
2895
|
+
], t.prototype, "name", 1), Ot([
|
|
2891
2896
|
l()
|
|
2892
2897
|
], t.prototype, "value", 1), t;
|
|
2893
2898
|
};
|
|
@@ -3244,7 +3249,7 @@ var Ys = { exports: {} };
|
|
|
3244
3249
|
});
|
|
3245
3250
|
})(Ys, Ys.exports);
|
|
3246
3251
|
var Uo = Ys.exports;
|
|
3247
|
-
const le = /* @__PURE__ */ Ro(Uo), Vo = Yr, Bo = Fo, Ho = Ds, qo = fs, de = et, Wo = rt, Je = X, Ko = Be, tt =
|
|
3252
|
+
const le = /* @__PURE__ */ Ro(Uo), Vo = Yr, Bo = Fo, Ho = Ds, qo = fs, de = et, Wo = rt, Je = X, Ko = Be, tt = M, Zo = Oe, Yo = le;
|
|
3248
3253
|
window["concorde-utils"] = window["concorde-utils"] || {};
|
|
3249
3254
|
window["concorde-utils"] = {
|
|
3250
3255
|
Utils: Vo,
|
|
@@ -3412,7 +3417,7 @@ const wi = (r) => {
|
|
|
3412
3417
|
* Copyright 2018 Google LLC
|
|
3413
3418
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
3414
3419
|
*/
|
|
3415
|
-
const x = (r) => r ?? C,
|
|
3420
|
+
const x = (r) => r ?? C, Tt = $`
|
|
3416
3421
|
/*SIZES*/
|
|
3417
3422
|
:host {
|
|
3418
3423
|
--sc-fs: 1rem;
|
|
@@ -3452,7 +3457,7 @@ var Xo = Object.defineProperty, Jo = Object.getOwnPropertyDescriptor, H = (r, t,
|
|
|
3452
3457
|
return i && e && Xo(t, s, e), e;
|
|
3453
3458
|
};
|
|
3454
3459
|
const tn = "sonic-button";
|
|
3455
|
-
let
|
|
3460
|
+
let j = class extends wi(ke(Z(w))) {
|
|
3456
3461
|
constructor() {
|
|
3457
3462
|
super(...arguments), this.type = "default", this.variant = "default", this.shape = "default", this.direction = "row", this.alignItems = "center", this.justify = "center", this.minWidth = "0", this.icon = !1, this.download = null, this.autoActive = "partial", this.loading = !1, this.hasPrefix = !1, this.hasSuffix = !1, this._href = "", this.goBack = null, this.pushState = !1, this.active = !1, this.autoRepeat = !1, this.pointerDownTime = 0, this.lastRepeatTime = 0, this.isRepeating = !1, this.handleRepeatend = () => {
|
|
3458
3463
|
window.removeEventListener("pointerup", this.handleRepeatend), window.removeEventListener("blur", this.handleRepeatend), this.autoRepeat && (this.isRepeating = !1);
|
|
@@ -3551,8 +3556,8 @@ let M = class extends wi(ke(Z(w))) {
|
|
|
3551
3556
|
this.hasPrefix = !!((r = this.prefixes) != null && r.length), this.hasSuffix = !!((t = this.suffixes) != null && t.length);
|
|
3552
3557
|
}
|
|
3553
3558
|
};
|
|
3554
|
-
|
|
3555
|
-
|
|
3559
|
+
j.styles = [
|
|
3560
|
+
Tt,
|
|
3556
3561
|
$`
|
|
3557
3562
|
* {
|
|
3558
3563
|
box-sizing: border-box;
|
|
@@ -3907,85 +3912,85 @@ M.styles = [
|
|
|
3907
3912
|
];
|
|
3908
3913
|
H([
|
|
3909
3914
|
l({ type: String, reflect: !0 })
|
|
3910
|
-
],
|
|
3915
|
+
], j.prototype, "type", 2);
|
|
3911
3916
|
H([
|
|
3912
3917
|
l({ type: String, reflect: !0 })
|
|
3913
|
-
],
|
|
3918
|
+
], j.prototype, "variant", 2);
|
|
3914
3919
|
H([
|
|
3915
3920
|
l({ type: String, reflect: !0 })
|
|
3916
|
-
],
|
|
3921
|
+
], j.prototype, "size", 2);
|
|
3917
3922
|
H([
|
|
3918
3923
|
l({ type: String, reflect: !0 })
|
|
3919
|
-
],
|
|
3924
|
+
], j.prototype, "shape", 2);
|
|
3920
3925
|
H([
|
|
3921
3926
|
l({ type: String })
|
|
3922
|
-
],
|
|
3927
|
+
], j.prototype, "direction", 2);
|
|
3923
3928
|
H([
|
|
3924
3929
|
l({ type: String, reflect: !0 })
|
|
3925
|
-
],
|
|
3930
|
+
], j.prototype, "alignItems", 2);
|
|
3926
3931
|
H([
|
|
3927
3932
|
l({ type: String })
|
|
3928
|
-
],
|
|
3933
|
+
], j.prototype, "justify", 2);
|
|
3929
3934
|
H([
|
|
3930
3935
|
l({ type: String, reflect: !0 })
|
|
3931
|
-
],
|
|
3936
|
+
], j.prototype, "align", 2);
|
|
3932
3937
|
H([
|
|
3933
3938
|
l({ type: String })
|
|
3934
|
-
],
|
|
3939
|
+
], j.prototype, "minWidth", 2);
|
|
3935
3940
|
H([
|
|
3936
3941
|
l({ type: Boolean, reflect: !0 })
|
|
3937
|
-
],
|
|
3942
|
+
], j.prototype, "icon", 2);
|
|
3938
3943
|
H([
|
|
3939
3944
|
l({ type: String })
|
|
3940
|
-
],
|
|
3945
|
+
], j.prototype, "download", 2);
|
|
3941
3946
|
H([
|
|
3942
3947
|
l({ type: String })
|
|
3943
|
-
],
|
|
3948
|
+
], j.prototype, "autoActive", 2);
|
|
3944
3949
|
H([
|
|
3945
3950
|
l({ type: Boolean, reflect: !0 })
|
|
3946
|
-
],
|
|
3951
|
+
], j.prototype, "loading", 2);
|
|
3947
3952
|
H([
|
|
3948
|
-
|
|
3949
|
-
],
|
|
3953
|
+
T()
|
|
3954
|
+
], j.prototype, "hasPrefix", 2);
|
|
3950
3955
|
H([
|
|
3951
|
-
|
|
3952
|
-
],
|
|
3956
|
+
T()
|
|
3957
|
+
], j.prototype, "hasSuffix", 2);
|
|
3953
3958
|
H([
|
|
3954
3959
|
ve({ flatten: !0, slot: "prefix" })
|
|
3955
|
-
],
|
|
3960
|
+
], j.prototype, "prefixes", 2);
|
|
3956
3961
|
H([
|
|
3957
3962
|
ve({ flatten: !0, slot: "suffix" })
|
|
3958
|
-
],
|
|
3963
|
+
], j.prototype, "suffixes", 2);
|
|
3959
3964
|
H([
|
|
3960
3965
|
l({ type: String })
|
|
3961
|
-
],
|
|
3966
|
+
], j.prototype, "target", 2);
|
|
3962
3967
|
H([
|
|
3963
3968
|
l({ type: String })
|
|
3964
|
-
],
|
|
3969
|
+
], j.prototype, "href", 1);
|
|
3965
3970
|
H([
|
|
3966
3971
|
l({ type: String })
|
|
3967
|
-
],
|
|
3972
|
+
], j.prototype, "goBack", 2);
|
|
3968
3973
|
H([
|
|
3969
3974
|
l({ type: Boolean })
|
|
3970
|
-
],
|
|
3975
|
+
], j.prototype, "pushState", 2);
|
|
3971
3976
|
H([
|
|
3972
3977
|
l({ type: Boolean, reflect: !0 })
|
|
3973
|
-
],
|
|
3978
|
+
], j.prototype, "active", 2);
|
|
3974
3979
|
H([
|
|
3975
3980
|
l({ type: Boolean, reflect: !0 })
|
|
3976
|
-
],
|
|
3981
|
+
], j.prototype, "autoRepeat", 2);
|
|
3977
3982
|
H([
|
|
3978
3983
|
l({ type: String, attribute: "data-aria-controls" })
|
|
3979
|
-
],
|
|
3984
|
+
], j.prototype, "ariaControls", 2);
|
|
3980
3985
|
H([
|
|
3981
3986
|
l({ type: Boolean, attribute: "data-aria-expanded" })
|
|
3982
|
-
],
|
|
3987
|
+
], j.prototype, "sonicAriaExpanded", 2);
|
|
3983
3988
|
H([
|
|
3984
|
-
|
|
3985
|
-
],
|
|
3986
|
-
|
|
3989
|
+
T()
|
|
3990
|
+
], j.prototype, "location", 2);
|
|
3991
|
+
j = H([
|
|
3987
3992
|
_(tn)
|
|
3988
|
-
],
|
|
3993
|
+
], j);
|
|
3989
3994
|
/**
|
|
3990
3995
|
* @license
|
|
3991
3996
|
* Copyright 2017 Google LLC
|
|
@@ -4457,7 +4462,7 @@ pe.styles = $`
|
|
|
4457
4462
|
}
|
|
4458
4463
|
`;
|
|
4459
4464
|
ts([
|
|
4460
|
-
|
|
4465
|
+
T()
|
|
4461
4466
|
], pe.prototype, "iconText", 2);
|
|
4462
4467
|
ts([
|
|
4463
4468
|
l({ type: String })
|
|
@@ -4494,7 +4499,7 @@ const es = $`
|
|
|
4494
4499
|
}
|
|
4495
4500
|
}
|
|
4496
4501
|
`;
|
|
4497
|
-
var un = Object.defineProperty, fn = Object.getOwnPropertyDescriptor,
|
|
4502
|
+
var un = Object.defineProperty, fn = Object.getOwnPropertyDescriptor, Mt = (r, t, s, i) => {
|
|
4498
4503
|
for (var e = i > 1 ? void 0 : i ? fn(t, s) : t, o = r.length - 1, n; o >= 0; o--)
|
|
4499
4504
|
(n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
|
|
4500
4505
|
return i && e && un(t, s, e), e;
|
|
@@ -4748,34 +4753,34 @@ _t.styles = [
|
|
|
4748
4753
|
}
|
|
4749
4754
|
`
|
|
4750
4755
|
];
|
|
4751
|
-
|
|
4756
|
+
Mt([
|
|
4752
4757
|
l({ type: String })
|
|
4753
4758
|
], _t.prototype, "title", 2);
|
|
4754
|
-
|
|
4759
|
+
Mt([
|
|
4755
4760
|
l({ type: String })
|
|
4756
4761
|
], _t.prototype, "id", 2);
|
|
4757
|
-
|
|
4762
|
+
Mt([
|
|
4758
4763
|
l({ type: String })
|
|
4759
4764
|
], _t.prototype, "text", 2);
|
|
4760
|
-
|
|
4765
|
+
Mt([
|
|
4761
4766
|
l({ type: String })
|
|
4762
4767
|
], _t.prototype, "status", 2);
|
|
4763
|
-
|
|
4768
|
+
Mt([
|
|
4764
4769
|
l({ type: Boolean })
|
|
4765
4770
|
], _t.prototype, "ghost", 2);
|
|
4766
|
-
|
|
4771
|
+
Mt([
|
|
4767
4772
|
l({ type: Boolean })
|
|
4768
4773
|
], _t.prototype, "preserve", 2);
|
|
4769
|
-
|
|
4774
|
+
Mt([
|
|
4770
4775
|
l({ type: Boolean })
|
|
4771
4776
|
], _t.prototype, "dismissForever", 2);
|
|
4772
|
-
|
|
4777
|
+
Mt([
|
|
4773
4778
|
l({ type: String })
|
|
4774
4779
|
], _t.prototype, "maxHeight", 2);
|
|
4775
|
-
|
|
4776
|
-
|
|
4780
|
+
Mt([
|
|
4781
|
+
T()
|
|
4777
4782
|
], _t.prototype, "visible", 2);
|
|
4778
|
-
_t =
|
|
4783
|
+
_t = Mt([
|
|
4779
4784
|
_(mn)
|
|
4780
4785
|
], _t);
|
|
4781
4786
|
const bn = $`
|
|
@@ -5419,7 +5424,7 @@ window["concorde-mixins"] = {
|
|
|
5419
5424
|
* Copyright 2020 Google LLC
|
|
5420
5425
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
5421
5426
|
*/
|
|
5422
|
-
const
|
|
5427
|
+
const Lt = we(class extends De {
|
|
5423
5428
|
constructor(r) {
|
|
5424
5429
|
if (super(r), r.type !== ye.CHILD)
|
|
5425
5430
|
throw Error("templateContent can only be used in child bindings");
|
|
@@ -5443,7 +5448,7 @@ let ws = class extends _i(Z(xi(w))) {
|
|
|
5443
5448
|
}
|
|
5444
5449
|
renderSkeleton() {
|
|
5445
5450
|
const r = this.templateParts.skeleton;
|
|
5446
|
-
return this.isLoading && r ?
|
|
5451
|
+
return this.isLoading && r ? Lt(r) : C;
|
|
5447
5452
|
}
|
|
5448
5453
|
render() {
|
|
5449
5454
|
return g`
|
|
@@ -5726,7 +5731,7 @@ let Kt = class extends _i(Z(Xe(w))) {
|
|
|
5726
5731
|
}
|
|
5727
5732
|
renderSkeleton() {
|
|
5728
5733
|
const r = this.templateParts.skeleton;
|
|
5729
|
-
return this.isLoading && r ?
|
|
5734
|
+
return this.isLoading && r ? Lt(r) : C;
|
|
5730
5735
|
}
|
|
5731
5736
|
renderLoadingState() {
|
|
5732
5737
|
return g`${this.renderSkeleton()} ${this.renderLoader()}`;
|
|
@@ -5761,7 +5766,7 @@ let Kt = class extends _i(Z(Xe(w))) {
|
|
|
5761
5766
|
return g`<div></div>`;
|
|
5762
5767
|
const i = this.formatProps();
|
|
5763
5768
|
if (((i == null ? void 0 : i.length) || 0) == 0 && this.templateParts["no-item"])
|
|
5764
|
-
return
|
|
5769
|
+
return Lt(this.templateParts["no-item"]);
|
|
5765
5770
|
const e = this.templateList.length;
|
|
5766
5771
|
let o = -1;
|
|
5767
5772
|
const n = this.hasAttribute("extractValues"), a = this.templateParts.separator, c = (i == null ? void 0 : i.length) || 0, h = i == null ? void 0 : i.slice(this.offset, this.offset + this.limit);
|
|
@@ -5795,9 +5800,9 @@ let Kt = class extends _i(Z(Xe(w))) {
|
|
|
5795
5800
|
.propertyMap?=${this.itemPropertyMap}
|
|
5796
5801
|
dataProvider="${this.dataProvider}/list-item/${b}"
|
|
5797
5802
|
>
|
|
5798
|
-
${
|
|
5803
|
+
${Lt(m || this.templateList[o % e])}
|
|
5799
5804
|
</sonic-subscriber>
|
|
5800
|
-
${a && !v ?
|
|
5805
|
+
${a && !v ? Lt(a) : C}
|
|
5801
5806
|
`;
|
|
5802
5807
|
})}
|
|
5803
5808
|
`;
|
|
@@ -5857,11 +5862,11 @@ let st = class extends Z(w) {
|
|
|
5857
5862
|
if (!(o == this.searchHash && !this.isFirstRequest)) {
|
|
5858
5863
|
this.searchHash = o;
|
|
5859
5864
|
for (const a of this.listDataProviders)
|
|
5860
|
-
|
|
5865
|
+
M.delete(a);
|
|
5861
5866
|
this.listDataProviders = [], clearTimeout(this.filterTimeoutId), this.filterTimeoutId = setTimeout(
|
|
5862
5867
|
async () => {
|
|
5863
5868
|
const a = this.resultCount;
|
|
5864
|
-
this.props = null, this.requestId++, this.resultCount = a, await
|
|
5869
|
+
this.props = null, this.requestId++, this.resultCount = a, await M.getInstance().isLocalStrorageReady, window.requestAnimationFrame(() => this.next());
|
|
5865
5870
|
},
|
|
5866
5871
|
this.isFirstRequest ? 0 : this.filterTimeoutMs
|
|
5867
5872
|
), this.isFirstRequest = !1;
|
|
@@ -5871,13 +5876,13 @@ let st = class extends Z(w) {
|
|
|
5871
5876
|
disconnectedCallback() {
|
|
5872
5877
|
var r;
|
|
5873
5878
|
for (const t of this.listDataProviders)
|
|
5874
|
-
|
|
5879
|
+
M.delete(t), this.listDataProviders = [];
|
|
5875
5880
|
(r = this.filterPublisher) == null || r.offInternalMutation(this.updateFilteredContent), this.props = null, this.limit = 5, this.offset = 0, this.resultCount = 0, this.searchHash = "", this.requestId = 0, this.isFirstRequest = !0, this.nextHadEvent = !1, this.publisher.set({}), super.disconnectedCallback();
|
|
5876
5881
|
}
|
|
5877
5882
|
async connectedCallback() {
|
|
5878
5883
|
this.instanceId = st.instanceCounter++, this.localStorage = this.getAttribute("localStorage") || this.localStorage, this.filterTimeoutMs = parseInt(
|
|
5879
5884
|
this.getAttribute("filterTimeoutMs") || "400"
|
|
5880
|
-
), this.removeAttribute("localStorage"), this.noShadowDom = "", this.defferedDebug = this.hasAttribute("debug") || null, this.dataProvider || (this.dataProvider = this.dataProviderExpression || "sonic-queue-" + this.instanceId + "-" + Math.random().toString(36).substring(7)), this.dataProviderExpression || (this.dataProviderExpression = de.getAncestorAttributeValue(this.parentElement, "dataProvider") || ""), super.connectedCallback(), this.publisher.set({}), this.key = this.getAttribute("key"), await
|
|
5885
|
+
), this.removeAttribute("localStorage"), this.noShadowDom = "", this.defferedDebug = this.hasAttribute("debug") || null, this.dataProvider || (this.dataProvider = this.dataProviderExpression || "sonic-queue-" + this.instanceId + "-" + Math.random().toString(36).substring(7)), this.dataProviderExpression || (this.dataProviderExpression = de.getAncestorAttributeValue(this.parentElement, "dataProvider") || ""), super.connectedCallback(), this.publisher.set({}), this.key = this.getAttribute("key"), await M.getInstance().isLocalStrorageReady, this.templates || (this.templates = Array.from(
|
|
5881
5886
|
this.querySelectorAll("template")
|
|
5882
5887
|
)), this.lastRequestTime = (/* @__PURE__ */ new Date()).getTime(), this.configFilter();
|
|
5883
5888
|
}
|
|
@@ -5888,7 +5893,7 @@ let st = class extends Z(w) {
|
|
|
5888
5893
|
this.next();
|
|
5889
5894
|
return;
|
|
5890
5895
|
}
|
|
5891
|
-
this.filterPublisher =
|
|
5896
|
+
this.filterPublisher = M.getInstance().get(r), (t = this.filterPublisher) == null || t.onInternalMutation(this.updateFilteredContent);
|
|
5892
5897
|
}
|
|
5893
5898
|
resetDuration() {
|
|
5894
5899
|
this.lastRequestTime = (/* @__PURE__ */ new Date()).getTime();
|
|
@@ -6026,7 +6031,7 @@ let Zt = class extends Z(w) {
|
|
|
6026
6031
|
if (this.disabled || r instanceof KeyboardEvent && r.key !== "Enter")
|
|
6027
6032
|
return;
|
|
6028
6033
|
r instanceof MouseEvent && r.stopPropagation();
|
|
6029
|
-
const t =
|
|
6034
|
+
const t = M.getInstance().get(
|
|
6030
6035
|
this.getAncestorAttributeValue("formDataProvider")
|
|
6031
6036
|
);
|
|
6032
6037
|
if (t.isFormValid = !0, t.invalidateForm(), !t.isFormValid.get())
|
|
@@ -6039,7 +6044,7 @@ let Zt = class extends Z(w) {
|
|
|
6039
6044
|
delete o.isFormValid;
|
|
6040
6045
|
const n = this.getAncestorAttributeValue(
|
|
6041
6046
|
"headersDataProvider"
|
|
6042
|
-
), a = n ?
|
|
6047
|
+
), a = n ? M.getInstance().get(n) : null;
|
|
6043
6048
|
let c = {};
|
|
6044
6049
|
a && (c = a.get());
|
|
6045
6050
|
let h = null;
|
|
@@ -6082,7 +6087,7 @@ let Zt = class extends Z(w) {
|
|
|
6082
6087
|
"clearedDataOnSuccess"
|
|
6083
6088
|
);
|
|
6084
6089
|
P && P.split(" ").forEach(
|
|
6085
|
-
(as) =>
|
|
6090
|
+
(as) => M.get(as).set({})
|
|
6086
6091
|
);
|
|
6087
6092
|
const S = this.hasAttribute("usernameKey") ? this.getAttribute("usernameKey") : "username", D = this.hasAttribute("passwordKey") ? this.getAttribute("passwordKey") : "password";
|
|
6088
6093
|
(At = (W = this.api) == null ? void 0 : W.lastResult) != null && At.ok && o[S] && o[D] && this.saveCredentials(o[S], o[D]), this.submitResultKey && (h = X.traverse(
|
|
@@ -6093,7 +6098,7 @@ let Zt = class extends Z(w) {
|
|
|
6093
6098
|
const p = this.getAncestorAttributeValue(
|
|
6094
6099
|
"submitResultDataProvider"
|
|
6095
6100
|
);
|
|
6096
|
-
p &&
|
|
6101
|
+
p && M.get(p).set(h), this.disabled = !1, this.dispatchEvent(
|
|
6097
6102
|
new CustomEvent("submit", {
|
|
6098
6103
|
detail: h,
|
|
6099
6104
|
bubbles: !0,
|
|
@@ -6118,7 +6123,7 @@ let Zt = class extends Z(w) {
|
|
|
6118
6123
|
const r = de.getClosestForm(this);
|
|
6119
6124
|
if (!r)
|
|
6120
6125
|
return;
|
|
6121
|
-
const t = this.getAncestorAttributeValue("formDataProvider"), s =
|
|
6126
|
+
const t = this.getAncestorAttributeValue("formDataProvider"), s = M.get(t).get();
|
|
6122
6127
|
for (const e in s) {
|
|
6123
6128
|
if (e == "isFormValid")
|
|
6124
6129
|
continue;
|
|
@@ -6239,10 +6244,10 @@ let xs = class extends Z(Xe(w)) {
|
|
|
6239
6244
|
style="display:contents"
|
|
6240
6245
|
dataProvider="${i}"
|
|
6241
6246
|
>
|
|
6242
|
-
${
|
|
6247
|
+
${Lt(t)}
|
|
6243
6248
|
</div>`;
|
|
6244
6249
|
}
|
|
6245
|
-
return
|
|
6250
|
+
return Lt(t);
|
|
6246
6251
|
}
|
|
6247
6252
|
)}`;
|
|
6248
6253
|
}
|
|
@@ -6344,10 +6349,10 @@ let Ps = class extends Z(Xe(w)) {
|
|
|
6344
6349
|
style="display:contents"
|
|
6345
6350
|
dataProvider="${o}"
|
|
6346
6351
|
>
|
|
6347
|
-
${
|
|
6352
|
+
${Lt(s)}
|
|
6348
6353
|
</div>`;
|
|
6349
6354
|
}
|
|
6350
|
-
return
|
|
6355
|
+
return Lt(s);
|
|
6351
6356
|
}
|
|
6352
6357
|
)}`;
|
|
6353
6358
|
}
|
|
@@ -6954,7 +6959,7 @@ let ue = class extends w {
|
|
|
6954
6959
|
}
|
|
6955
6960
|
};
|
|
6956
6961
|
ue.styles = [
|
|
6957
|
-
|
|
6962
|
+
Tt,
|
|
6958
6963
|
$`
|
|
6959
6964
|
:host {
|
|
6960
6965
|
--sc-badge-gap: 0.3em;
|
|
@@ -7227,7 +7232,7 @@ let Gt = class extends w {
|
|
|
7227
7232
|
}
|
|
7228
7233
|
};
|
|
7229
7234
|
Gt.styles = [
|
|
7230
|
-
|
|
7235
|
+
Tt,
|
|
7231
7236
|
$`
|
|
7232
7237
|
:host {
|
|
7233
7238
|
--sc-progress-bg: var(--sc-input-bg, var(--sc-base-100, #f5f5f5));
|
|
@@ -7909,7 +7914,7 @@ let B = class extends Ns(ke(Z(w))) {
|
|
|
7909
7914
|
}
|
|
7910
7915
|
};
|
|
7911
7916
|
B.styles = [
|
|
7912
|
-
|
|
7917
|
+
Tt,
|
|
7913
7918
|
Si,
|
|
7914
7919
|
Ts,
|
|
7915
7920
|
Ms,
|
|
@@ -7982,19 +7987,19 @@ q([
|
|
|
7982
7987
|
be("input")
|
|
7983
7988
|
], B.prototype, "input", 2);
|
|
7984
7989
|
q([
|
|
7985
|
-
|
|
7990
|
+
T()
|
|
7986
7991
|
], B.prototype, "hasDescription", 2);
|
|
7987
7992
|
q([
|
|
7988
|
-
|
|
7993
|
+
T()
|
|
7989
7994
|
], B.prototype, "hasLabel", 2);
|
|
7990
7995
|
q([
|
|
7991
|
-
|
|
7996
|
+
T()
|
|
7992
7997
|
], B.prototype, "hasSuffix", 2);
|
|
7993
7998
|
q([
|
|
7994
|
-
|
|
7999
|
+
T()
|
|
7995
8000
|
], B.prototype, "hasPrefix", 2);
|
|
7996
8001
|
q([
|
|
7997
|
-
|
|
8002
|
+
T()
|
|
7998
8003
|
], B.prototype, "isPassword", 2);
|
|
7999
8004
|
B = q([
|
|
8000
8005
|
_(pl)
|
|
@@ -8183,7 +8188,7 @@ ot.styles = [
|
|
|
8183
8188
|
`
|
|
8184
8189
|
];
|
|
8185
8190
|
te([
|
|
8186
|
-
|
|
8191
|
+
T()
|
|
8187
8192
|
], ot.prototype, "open", 2);
|
|
8188
8193
|
te([
|
|
8189
8194
|
be("slot:not([name=content])")
|
|
@@ -8212,7 +8217,7 @@ var ml = Object.defineProperty, bl = Object.getOwnPropertyDescriptor, vl = (r, t
|
|
|
8212
8217
|
return i && e && ml(t, s, e), e;
|
|
8213
8218
|
};
|
|
8214
8219
|
const yl = "sonic-menu-item";
|
|
8215
|
-
let dr = class extends
|
|
8220
|
+
let dr = class extends j {
|
|
8216
8221
|
constructor() {
|
|
8217
8222
|
super();
|
|
8218
8223
|
}
|
|
@@ -8482,10 +8487,10 @@ gt([
|
|
|
8482
8487
|
ct({ slot: "prefix", flatten: !0 })
|
|
8483
8488
|
], nt.prototype, "slotInputPrefixNodes", 2);
|
|
8484
8489
|
gt([
|
|
8485
|
-
|
|
8490
|
+
T()
|
|
8486
8491
|
], nt.prototype, "hasInputPrefix", 2);
|
|
8487
8492
|
gt([
|
|
8488
|
-
|
|
8493
|
+
T()
|
|
8489
8494
|
], nt.prototype, "isPopVisible", 2);
|
|
8490
8495
|
nt = gt([
|
|
8491
8496
|
_("sonic-input-autocomplete")
|
|
@@ -8543,22 +8548,22 @@ pt([
|
|
|
8543
8548
|
l()
|
|
8544
8549
|
], at.prototype, "minChars", 2);
|
|
8545
8550
|
pt([
|
|
8546
|
-
|
|
8551
|
+
T()
|
|
8547
8552
|
], at.prototype, "hasNoChar", 2);
|
|
8548
8553
|
pt([
|
|
8549
|
-
|
|
8554
|
+
T()
|
|
8550
8555
|
], at.prototype, "hasEnoughChars", 2);
|
|
8551
8556
|
pt([
|
|
8552
|
-
|
|
8557
|
+
T()
|
|
8553
8558
|
], at.prototype, "hasMinuscule", 2);
|
|
8554
8559
|
pt([
|
|
8555
|
-
|
|
8560
|
+
T()
|
|
8556
8561
|
], at.prototype, "hasMajuscule", 2);
|
|
8557
8562
|
pt([
|
|
8558
|
-
|
|
8563
|
+
T()
|
|
8559
8564
|
], at.prototype, "hasNumber", 2);
|
|
8560
8565
|
pt([
|
|
8561
|
-
|
|
8566
|
+
T()
|
|
8562
8567
|
], at.prototype, "hasSpecialChar", 2);
|
|
8563
8568
|
pt([
|
|
8564
8569
|
l()
|
|
@@ -8639,10 +8644,10 @@ xe([
|
|
|
8639
8644
|
l()
|
|
8640
8645
|
], Qt.prototype, "descriptionWhenNotEqual", 2);
|
|
8641
8646
|
xe([
|
|
8642
|
-
|
|
8647
|
+
T()
|
|
8643
8648
|
], Qt.prototype, "areEqual", 2);
|
|
8644
8649
|
xe([
|
|
8645
|
-
|
|
8650
|
+
T()
|
|
8646
8651
|
], Qt.prototype, "hasNoChar", 2);
|
|
8647
8652
|
Qt = xe([
|
|
8648
8653
|
_(Sl)
|
|
@@ -8705,7 +8710,7 @@ let yt = class extends wi(
|
|
|
8705
8710
|
}
|
|
8706
8711
|
};
|
|
8707
8712
|
yt.styles = [
|
|
8708
|
-
|
|
8713
|
+
Tt,
|
|
8709
8714
|
$`
|
|
8710
8715
|
:host {
|
|
8711
8716
|
--sc-checkbox-border-width: var(--sc-form-border-width);
|
|
@@ -9038,7 +9043,7 @@ let K = class extends ke(Z(w)) {
|
|
|
9038
9043
|
}
|
|
9039
9044
|
};
|
|
9040
9045
|
K.styles = [
|
|
9041
|
-
|
|
9046
|
+
Tt,
|
|
9042
9047
|
Si,
|
|
9043
9048
|
Ts,
|
|
9044
9049
|
Ms,
|
|
@@ -9135,16 +9140,16 @@ Q([
|
|
|
9135
9140
|
ct({ slot: "prefix", flatten: !0 })
|
|
9136
9141
|
], K.prototype, "slotPrefixNodes", 2);
|
|
9137
9142
|
Q([
|
|
9138
|
-
|
|
9143
|
+
T()
|
|
9139
9144
|
], K.prototype, "hasDescription", 2);
|
|
9140
9145
|
Q([
|
|
9141
|
-
|
|
9146
|
+
T()
|
|
9142
9147
|
], K.prototype, "hasLabel", 2);
|
|
9143
9148
|
Q([
|
|
9144
|
-
|
|
9149
|
+
T()
|
|
9145
9150
|
], K.prototype, "hasSuffix", 2);
|
|
9146
9151
|
Q([
|
|
9147
|
-
|
|
9152
|
+
T()
|
|
9148
9153
|
], K.prototype, "hasPrefix", 2);
|
|
9149
9154
|
K = Q([
|
|
9150
9155
|
_(Il)
|
|
@@ -9234,7 +9239,7 @@ ${this.value}</textarea
|
|
|
9234
9239
|
}
|
|
9235
9240
|
};
|
|
9236
9241
|
lt.styles = [
|
|
9237
|
-
|
|
9242
|
+
Tt,
|
|
9238
9243
|
Si,
|
|
9239
9244
|
Ts,
|
|
9240
9245
|
Ms,
|
|
@@ -9280,10 +9285,10 @@ mt([
|
|
|
9280
9285
|
ct({ slot: "description", flatten: !0 })
|
|
9281
9286
|
], lt.prototype, "slotDescriptionNodes", 2);
|
|
9282
9287
|
mt([
|
|
9283
|
-
|
|
9288
|
+
T()
|
|
9284
9289
|
], lt.prototype, "hasDescription", 2);
|
|
9285
9290
|
mt([
|
|
9286
|
-
|
|
9291
|
+
T()
|
|
9287
9292
|
], lt.prototype, "hasLabel", 2);
|
|
9288
9293
|
lt = mt([
|
|
9289
9294
|
_(Rl)
|
|
@@ -9410,7 +9415,7 @@ Pe([
|
|
|
9410
9415
|
Vt = Pe([
|
|
9411
9416
|
_(Wl)
|
|
9412
9417
|
], Vt);
|
|
9413
|
-
var Kl = Object.defineProperty, Zl = Object.getOwnPropertyDescriptor,
|
|
9418
|
+
var Kl = Object.defineProperty, Zl = Object.getOwnPropertyDescriptor, jt = (r, t, s, i) => {
|
|
9414
9419
|
for (var e = i > 1 ? void 0 : i ? Zl(t, s) : t, o = r.length - 1, n; o >= 0; o--)
|
|
9415
9420
|
(n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
|
|
9416
9421
|
return i && e && Kl(t, s, e), e;
|
|
@@ -9488,34 +9493,34 @@ xt.styles = [
|
|
|
9488
9493
|
}
|
|
9489
9494
|
`
|
|
9490
9495
|
];
|
|
9491
|
-
|
|
9496
|
+
jt([
|
|
9492
9497
|
l({ type: Boolean, reflect: !0 })
|
|
9493
9498
|
], xt.prototype, "disabled", 2);
|
|
9494
|
-
|
|
9499
|
+
jt([
|
|
9495
9500
|
l({ type: String })
|
|
9496
9501
|
], xt.prototype, "form", 2);
|
|
9497
|
-
|
|
9502
|
+
jt([
|
|
9498
9503
|
l({ type: String })
|
|
9499
9504
|
], xt.prototype, "label", 2);
|
|
9500
|
-
|
|
9505
|
+
jt([
|
|
9501
9506
|
l({ type: String })
|
|
9502
9507
|
], xt.prototype, "description", 2);
|
|
9503
|
-
|
|
9508
|
+
jt([
|
|
9504
9509
|
l({ type: String })
|
|
9505
9510
|
], xt.prototype, "iconName", 2);
|
|
9506
|
-
|
|
9511
|
+
jt([
|
|
9507
9512
|
l({ type: String })
|
|
9508
9513
|
], xt.prototype, "iconLibrary", 2);
|
|
9509
|
-
|
|
9514
|
+
jt([
|
|
9510
9515
|
l({ type: String })
|
|
9511
9516
|
], xt.prototype, "iconPrefix", 2);
|
|
9512
|
-
|
|
9517
|
+
jt([
|
|
9513
9518
|
l({ type: Boolean, reflect: !0 })
|
|
9514
9519
|
], xt.prototype, "tight", 2);
|
|
9515
|
-
|
|
9520
|
+
jt([
|
|
9516
9521
|
l({ type: String, reflect: !0 })
|
|
9517
9522
|
], xt.prototype, "variant", 2);
|
|
9518
|
-
xt =
|
|
9523
|
+
xt = jt([
|
|
9519
9524
|
_(Yl)
|
|
9520
9525
|
], xt);
|
|
9521
9526
|
var Gl = Object.defineProperty, Ql = Object.getOwnPropertyDescriptor, Di = (r, t, s, i) => {
|
|
@@ -9635,7 +9640,7 @@ var sc = Object.defineProperty, ic = Object.getOwnPropertyDescriptor, ee = (r, t
|
|
|
9635
9640
|
return i && e && sc(t, s, e), e;
|
|
9636
9641
|
};
|
|
9637
9642
|
const rc = "sonic-group";
|
|
9638
|
-
let
|
|
9643
|
+
let Et = class extends w {
|
|
9639
9644
|
constructor() {
|
|
9640
9645
|
super(...arguments), this.alignItems = "center", this.hasDescription = !1, this.hasLabel = !1;
|
|
9641
9646
|
}
|
|
@@ -9681,8 +9686,8 @@ let Lt = class extends w {
|
|
|
9681
9686
|
</slot>`;
|
|
9682
9687
|
}
|
|
9683
9688
|
};
|
|
9684
|
-
|
|
9685
|
-
|
|
9689
|
+
Et.styles = [
|
|
9690
|
+
Tt,
|
|
9686
9691
|
Ts,
|
|
9687
9692
|
Ms,
|
|
9688
9693
|
$`
|
|
@@ -9709,29 +9714,29 @@ Lt.styles = [
|
|
|
9709
9714
|
];
|
|
9710
9715
|
ee([
|
|
9711
9716
|
l({ type: String })
|
|
9712
|
-
],
|
|
9717
|
+
], Et.prototype, "alignItems", 2);
|
|
9713
9718
|
ee([
|
|
9714
9719
|
l({ type: String })
|
|
9715
|
-
],
|
|
9720
|
+
], Et.prototype, "label", 2);
|
|
9716
9721
|
ee([
|
|
9717
9722
|
l({ type: String })
|
|
9718
|
-
],
|
|
9723
|
+
], Et.prototype, "description", 2);
|
|
9719
9724
|
ee([
|
|
9720
9725
|
ct({ slot: "label", flatten: !0 })
|
|
9721
|
-
],
|
|
9726
|
+
], Et.prototype, "slotLabelNodes", 2);
|
|
9722
9727
|
ee([
|
|
9723
9728
|
ct({ slot: "description", flatten: !0 })
|
|
9724
|
-
],
|
|
9729
|
+
], Et.prototype, "slotDescriptionNodes", 2);
|
|
9725
9730
|
ee([
|
|
9726
|
-
|
|
9727
|
-
],
|
|
9731
|
+
T()
|
|
9732
|
+
], Et.prototype, "hasDescription", 2);
|
|
9728
9733
|
ee([
|
|
9729
|
-
|
|
9730
|
-
],
|
|
9731
|
-
|
|
9734
|
+
T()
|
|
9735
|
+
], Et.prototype, "hasLabel", 2);
|
|
9736
|
+
Et = ee([
|
|
9732
9737
|
_(rc)
|
|
9733
|
-
],
|
|
9734
|
-
var oc = Object.defineProperty, nc = Object.getOwnPropertyDescriptor,
|
|
9738
|
+
], Et);
|
|
9739
|
+
var oc = Object.defineProperty, nc = Object.getOwnPropertyDescriptor, It = (r, t, s, i) => {
|
|
9735
9740
|
for (var e = i > 1 ? void 0 : i ? nc(t, s) : t, o = r.length - 1, n; o >= 0; o--)
|
|
9736
9741
|
(n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
|
|
9737
9742
|
return i && e && oc(t, s, e), e;
|
|
@@ -9842,34 +9847,34 @@ Pt.styles = [
|
|
|
9842
9847
|
}
|
|
9843
9848
|
`
|
|
9844
9849
|
];
|
|
9845
|
-
|
|
9850
|
+
It([
|
|
9846
9851
|
l({ type: String })
|
|
9847
9852
|
], Pt.prototype, "rounded", 2);
|
|
9848
|
-
|
|
9853
|
+
It([
|
|
9849
9854
|
l({ type: String })
|
|
9850
9855
|
], Pt.prototype, "src", 2);
|
|
9851
|
-
|
|
9856
|
+
It([
|
|
9852
9857
|
l({ type: String })
|
|
9853
9858
|
], Pt.prototype, "alt", 2);
|
|
9854
|
-
|
|
9859
|
+
It([
|
|
9855
9860
|
l({ type: String })
|
|
9856
9861
|
], Pt.prototype, "loading", 2);
|
|
9857
|
-
|
|
9862
|
+
It([
|
|
9858
9863
|
l({ type: String, reflect: !0 })
|
|
9859
9864
|
], Pt.prototype, "transition", 2);
|
|
9860
|
-
|
|
9865
|
+
It([
|
|
9861
9866
|
l({ type: String })
|
|
9862
9867
|
], Pt.prototype, "ratio", 2);
|
|
9863
|
-
|
|
9868
|
+
It([
|
|
9864
9869
|
l({ type: String })
|
|
9865
9870
|
], Pt.prototype, "objectPosition", 2);
|
|
9866
|
-
|
|
9871
|
+
It([
|
|
9867
9872
|
l({ type: String })
|
|
9868
9873
|
], Pt.prototype, "imageRendering", 2);
|
|
9869
|
-
|
|
9874
|
+
It([
|
|
9870
9875
|
l({ type: Boolean, reflect: !0 })
|
|
9871
9876
|
], Pt.prototype, "cover", 2);
|
|
9872
|
-
Pt =
|
|
9877
|
+
Pt = It([
|
|
9873
9878
|
_(ac)
|
|
9874
9879
|
], Pt);
|
|
9875
9880
|
var lc = Object.defineProperty, cc = Object.getOwnPropertyDescriptor, wt = (r, t, s, i) => {
|
|
@@ -10142,7 +10147,7 @@ wt([
|
|
|
10142
10147
|
ve({ slot: "more", selector: "*" })
|
|
10143
10148
|
], dt.prototype, "moreElements", 2);
|
|
10144
10149
|
wt([
|
|
10145
|
-
|
|
10150
|
+
T()
|
|
10146
10151
|
], dt.prototype, "hasMoreElements", 2);
|
|
10147
10152
|
dt = wt([
|
|
10148
10153
|
_(hc)
|
|
@@ -10637,7 +10642,7 @@ I = J([
|
|
|
10637
10642
|
_(Hr)
|
|
10638
10643
|
], I);
|
|
10639
10644
|
typeof window < "u" && (window.SonicModal = I);
|
|
10640
|
-
var Lc = Object.defineProperty, Ec = Object.getOwnPropertyDescriptor,
|
|
10645
|
+
var Lc = Object.defineProperty, Ec = Object.getOwnPropertyDescriptor, Ft = (r, t, s, i) => {
|
|
10641
10646
|
for (var e = i > 1 ? void 0 : i ? Ec(t, s) : t, o = r.length - 1, n; o >= 0; o--)
|
|
10642
10647
|
(n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
|
|
10643
10648
|
return i && e && Lc(t, s, e), e;
|
|
@@ -10680,7 +10685,7 @@ let $t = class extends w {
|
|
|
10680
10685
|
}
|
|
10681
10686
|
};
|
|
10682
10687
|
$t.styles = [
|
|
10683
|
-
|
|
10688
|
+
Tt,
|
|
10684
10689
|
$`
|
|
10685
10690
|
:host {
|
|
10686
10691
|
--sc-alert-color: var(--sc-base-content);
|
|
@@ -10775,34 +10780,34 @@ $t.styles = [
|
|
|
10775
10780
|
}
|
|
10776
10781
|
`
|
|
10777
10782
|
];
|
|
10778
|
-
|
|
10783
|
+
Ft([
|
|
10779
10784
|
l({ type: String })
|
|
10780
10785
|
], $t.prototype, "label", 2);
|
|
10781
|
-
|
|
10786
|
+
Ft([
|
|
10782
10787
|
l({ type: Boolean, reflect: !0 })
|
|
10783
10788
|
], $t.prototype, "noIcon", 2);
|
|
10784
|
-
|
|
10789
|
+
Ft([
|
|
10785
10790
|
l({ type: String })
|
|
10786
10791
|
], $t.prototype, "text", 2);
|
|
10787
|
-
|
|
10792
|
+
Ft([
|
|
10788
10793
|
l({ type: String })
|
|
10789
10794
|
], $t.prototype, "id", 2);
|
|
10790
|
-
|
|
10795
|
+
Ft([
|
|
10791
10796
|
l({ type: String, reflect: !0 })
|
|
10792
10797
|
], $t.prototype, "size", 2);
|
|
10793
|
-
|
|
10798
|
+
Ft([
|
|
10794
10799
|
l({ type: Boolean, reflect: !0 })
|
|
10795
10800
|
], $t.prototype, "dismissible", 2);
|
|
10796
|
-
|
|
10801
|
+
Ft([
|
|
10797
10802
|
l({ type: Boolean, reflect: !0 })
|
|
10798
10803
|
], $t.prototype, "background", 2);
|
|
10799
|
-
|
|
10804
|
+
Ft([
|
|
10800
10805
|
l({ type: String, reflect: !0 })
|
|
10801
10806
|
], $t.prototype, "status", 2);
|
|
10802
|
-
|
|
10807
|
+
Ft([
|
|
10803
10808
|
l({ type: Boolean, reflect: !0 })
|
|
10804
10809
|
], $t.prototype, "dismissForever", 2);
|
|
10805
|
-
$t =
|
|
10810
|
+
$t = Ft([
|
|
10806
10811
|
_(Tc)
|
|
10807
10812
|
], $t);
|
|
10808
10813
|
var Mc = Object.defineProperty, jc = Object.getOwnPropertyDescriptor, rs = (r, t, s, i) => {
|
|
@@ -11021,7 +11026,7 @@ os([
|
|
|
11021
11026
|
ge = os([
|
|
11022
11027
|
_(Bc)
|
|
11023
11028
|
], ge);
|
|
11024
|
-
var Hc = Object.defineProperty, qc = Object.getOwnPropertyDescriptor,
|
|
11029
|
+
var Hc = Object.defineProperty, qc = Object.getOwnPropertyDescriptor, zt = (r, t, s, i) => {
|
|
11025
11030
|
for (var e = i > 1 ? void 0 : i ? qc(t, s) : t, o = r.length - 1, n; o >= 0; o--)
|
|
11026
11031
|
(n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
|
|
11027
11032
|
return i && e && Hc(t, s, e), e;
|
|
@@ -11170,34 +11175,34 @@ Ct.styles = [
|
|
|
11170
11175
|
}
|
|
11171
11176
|
`
|
|
11172
11177
|
];
|
|
11173
|
-
|
|
11178
|
+
zt([
|
|
11174
11179
|
ct({ flatten: !0 })
|
|
11175
11180
|
], Ct.prototype, "slotNodes", 2);
|
|
11176
|
-
|
|
11181
|
+
zt([
|
|
11177
11182
|
be("div")
|
|
11178
11183
|
], Ct.prototype, "divider", 2);
|
|
11179
|
-
|
|
11184
|
+
zt([
|
|
11180
11185
|
l({ type: String })
|
|
11181
11186
|
], Ct.prototype, "label", 2);
|
|
11182
|
-
|
|
11187
|
+
zt([
|
|
11183
11188
|
l({ type: String, reflect: !0 })
|
|
11184
11189
|
], Ct.prototype, "size", 2);
|
|
11185
|
-
|
|
11190
|
+
zt([
|
|
11186
11191
|
l({ type: String, reflect: !0 })
|
|
11187
11192
|
], Ct.prototype, "align", 2);
|
|
11188
|
-
|
|
11193
|
+
zt([
|
|
11189
11194
|
l({ type: Boolean, reflect: !0 })
|
|
11190
11195
|
], Ct.prototype, "vertical", 2);
|
|
11191
|
-
|
|
11196
|
+
zt([
|
|
11192
11197
|
l({ type: Boolean, reflect: !0 })
|
|
11193
11198
|
], Ct.prototype, "noMargin", 2);
|
|
11194
|
-
|
|
11199
|
+
zt([
|
|
11195
11200
|
l({ type: Boolean, reflect: !0 })
|
|
11196
11201
|
], Ct.prototype, "dashed", 2);
|
|
11197
|
-
|
|
11202
|
+
zt([
|
|
11198
11203
|
l({ type: Boolean, reflect: !0 })
|
|
11199
11204
|
], Ct.prototype, "dotted", 2);
|
|
11200
|
-
Ct =
|
|
11205
|
+
Ct = zt([
|
|
11201
11206
|
_(Wc)
|
|
11202
11207
|
], Ct);
|
|
11203
11208
|
var Kc = Object.defineProperty, Zc = Object.getOwnPropertyDescriptor, Yc = (r, t, s, i) => {
|
|
@@ -11625,7 +11630,7 @@ var bh = Object.defineProperty, vh = Object.getOwnPropertyDescriptor, se = (r, t
|
|
|
11625
11630
|
return i && e && bh(t, s, e), e;
|
|
11626
11631
|
};
|
|
11627
11632
|
const yh = "sonic-td";
|
|
11628
|
-
let
|
|
11633
|
+
let Nt = class extends w {
|
|
11629
11634
|
render() {
|
|
11630
11635
|
const r = {
|
|
11631
11636
|
textAlign: this.align,
|
|
@@ -11639,7 +11644,7 @@ let Et = class extends w {
|
|
|
11639
11644
|
</td>`;
|
|
11640
11645
|
}
|
|
11641
11646
|
};
|
|
11642
|
-
|
|
11647
|
+
Nt.styles = [
|
|
11643
11648
|
Ei,
|
|
11644
11649
|
$`
|
|
11645
11650
|
:host {
|
|
@@ -11658,28 +11663,28 @@ Et.styles = [
|
|
|
11658
11663
|
];
|
|
11659
11664
|
se([
|
|
11660
11665
|
l({ type: Number })
|
|
11661
|
-
],
|
|
11666
|
+
], Nt.prototype, "colSpan", 2);
|
|
11662
11667
|
se([
|
|
11663
11668
|
l({ type: Number })
|
|
11664
|
-
],
|
|
11669
|
+
], Nt.prototype, "rowSpan", 2);
|
|
11665
11670
|
se([
|
|
11666
11671
|
l({ type: String })
|
|
11667
|
-
],
|
|
11672
|
+
], Nt.prototype, "align", 2);
|
|
11668
11673
|
se([
|
|
11669
11674
|
l({ type: String })
|
|
11670
|
-
],
|
|
11675
|
+
], Nt.prototype, "vAlign", 2);
|
|
11671
11676
|
se([
|
|
11672
11677
|
l({ type: String })
|
|
11673
|
-
],
|
|
11678
|
+
], Nt.prototype, "minWidth", 2);
|
|
11674
11679
|
se([
|
|
11675
11680
|
l({ type: String })
|
|
11676
|
-
],
|
|
11681
|
+
], Nt.prototype, "maxWidth", 2);
|
|
11677
11682
|
se([
|
|
11678
11683
|
l({ type: String })
|
|
11679
|
-
],
|
|
11680
|
-
|
|
11684
|
+
], Nt.prototype, "width", 2);
|
|
11685
|
+
Nt = se([
|
|
11681
11686
|
_(yh)
|
|
11682
|
-
],
|
|
11687
|
+
], Nt);
|
|
11683
11688
|
var wh = Object.defineProperty, _h = Object.getOwnPropertyDescriptor, xh = (r, t, s, i) => {
|
|
11684
11689
|
for (var e = i > 1 ? void 0 : i ? _h(t, s) : t, o = r.length - 1, n; o >= 0; o--)
|
|
11685
11690
|
(n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
|
|
@@ -11808,7 +11813,7 @@ let Xt = class extends w {
|
|
|
11808
11813
|
};
|
|
11809
11814
|
Xt.styles = [
|
|
11810
11815
|
es,
|
|
11811
|
-
|
|
11816
|
+
Tt,
|
|
11812
11817
|
$`
|
|
11813
11818
|
:host {
|
|
11814
11819
|
--sc-table-fw: var(--sc-font-weight-base);
|
|
@@ -11961,7 +11966,7 @@ function Hh(r) {
|
|
|
11961
11966
|
return function() {
|
|
11962
11967
|
};
|
|
11963
11968
|
const s = t.shift() || "";
|
|
11964
|
-
let i =
|
|
11969
|
+
let i = M.get(s);
|
|
11965
11970
|
return i = Je.traverse(i, t), function(e, o) {
|
|
11966
11971
|
if (!e)
|
|
11967
11972
|
return;
|
|
@@ -11982,7 +11987,7 @@ function qh(...r) {
|
|
|
11982
11987
|
if (o.length == 0)
|
|
11983
11988
|
continue;
|
|
11984
11989
|
const n = o.shift() || "";
|
|
11985
|
-
let a =
|
|
11990
|
+
let a = M.get(n);
|
|
11986
11991
|
a = Je.traverse(a, o);
|
|
11987
11992
|
const c = /* @__PURE__ */ new Set(), h = (d) => {
|
|
11988
11993
|
t[i] = d, t.filter((f) => f !== null).length == r.length && c.forEach((f) => f(...t));
|