@supersoniks/concorde 3.1.36 → 3.1.38

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.
Files changed (137) hide show
  1. package/build-infos.json +1 -1
  2. package/concorde-core.bundle.js +44 -32
  3. package/concorde-core.es.js +83 -65
  4. package/dist/concorde-core.bundle.js +44 -32
  5. package/dist/concorde-core.es.js +83 -65
  6. package/package.json +1 -1
  7. package/scripts/create-search.js +1 -1
  8. package/scripts/pre-build.mjs +0 -0
  9. package/scripts/pre-publish.mjs +0 -0
  10. package/src/core/_types/types.ts +0 -0
  11. package/src/core/components/functional/date/date.ts +0 -0
  12. package/src/core/components/functional/queue/queue.ts +0 -0
  13. package/src/core/components/functional/router/router.ts +10 -4
  14. package/src/core/components/functional/states/states.ts +0 -0
  15. package/src/core/components/functional/submit/submit.md +0 -0
  16. package/src/core/components/functional/submit/submit.ts +0 -0
  17. package/src/core/components/ui/alert-messages/alert-messages.ts +0 -0
  18. package/src/core/components/ui/button/button.ts +17 -5
  19. package/src/core/components/ui/form/fieldset/fieldset.ts +0 -0
  20. package/src/core/components/ui/form/input/input.ts +0 -0
  21. package/src/core/components/ui/form/input/password-helper.ts +0 -0
  22. package/src/core/components/ui/form/input/same-value-helper.ts +0 -0
  23. package/src/core/components/ui/form/input-autocomplete/input-autocomplete.ts +0 -0
  24. package/src/core/components/ui/form/select/select.ts +0 -0
  25. package/src/core/components/ui/group/group.ts +0 -0
  26. package/src/core/components/ui/modal/modal.ts +0 -0
  27. package/src/core/components/ui/toast/message-subscriber.ts +0 -0
  28. package/src/core/components/ui/toast/toast.ts +0 -0
  29. package/src/core/components/ui/ui.ts +0 -0
  30. package/src/core/core.ts +0 -0
  31. package/src/core/mixins/FormCheckable.ts +0 -0
  32. package/src/core/mixins/FormElement.ts +0 -0
  33. package/src/core/mixins/Subscriber.ts +0 -0
  34. package/src/core/utils/HTML.ts +1 -6
  35. package/src/core/utils/LocationHandler.ts +0 -0
  36. package/src/core/utils/Objects.ts +0 -0
  37. package/src/core/utils/PublisherProxy.ts +0 -0
  38. package/src/core/utils/route.ts +0 -0
  39. package/src/docs/search/docs-search.json +0 -0
  40. package/src/tsconfig-model.json +0 -0
  41. package/src/tsconfig.json +0 -0
  42. package/vite/config.js +0 -0
  43. package/docs/assets/index-D1OO2yIk.js +0 -4421
  44. package/docs/assets/index-DCqvoAAf.css +0 -1
  45. package/docs/css/docs.css +0 -0
  46. package/docs/fonts/ClashGrotesk-Bold.eot +0 -0
  47. package/docs/fonts/ClashGrotesk-Bold.ttf +0 -0
  48. package/docs/fonts/ClashGrotesk-Bold.woff +0 -0
  49. package/docs/fonts/ClashGrotesk-Bold.woff2 +0 -0
  50. package/docs/fonts/ClashGrotesk-Extralight.eot +0 -0
  51. package/docs/fonts/ClashGrotesk-Extralight.ttf +0 -0
  52. package/docs/fonts/ClashGrotesk-Extralight.woff +0 -0
  53. package/docs/fonts/ClashGrotesk-Extralight.woff2 +0 -0
  54. package/docs/fonts/ClashGrotesk-Light.eot +0 -0
  55. package/docs/fonts/ClashGrotesk-Light.ttf +0 -0
  56. package/docs/fonts/ClashGrotesk-Light.woff +0 -0
  57. package/docs/fonts/ClashGrotesk-Light.woff2 +0 -0
  58. package/docs/fonts/ClashGrotesk-Medium.eot +0 -0
  59. package/docs/fonts/ClashGrotesk-Medium.ttf +0 -0
  60. package/docs/fonts/ClashGrotesk-Medium.woff +0 -0
  61. package/docs/fonts/ClashGrotesk-Medium.woff2 +0 -0
  62. package/docs/fonts/ClashGrotesk-Regular.eot +0 -0
  63. package/docs/fonts/ClashGrotesk-Regular.ttf +0 -0
  64. package/docs/fonts/ClashGrotesk-Regular.woff +0 -0
  65. package/docs/fonts/ClashGrotesk-Regular.woff2 +0 -0
  66. package/docs/fonts/ClashGrotesk-Semibold.eot +0 -0
  67. package/docs/fonts/ClashGrotesk-Semibold.ttf +0 -0
  68. package/docs/fonts/ClashGrotesk-Semibold.woff +0 -0
  69. package/docs/fonts/ClashGrotesk-Semibold.woff2 +0 -0
  70. package/docs/fonts/ClashGrotesk-Variable.eot +0 -0
  71. package/docs/fonts/ClashGrotesk-Variable.ttf +0 -0
  72. package/docs/fonts/ClashGrotesk-Variable.woff +0 -0
  73. package/docs/fonts/ClashGrotesk-Variable.woff2 +0 -0
  74. package/docs/img/concorde-icon.svg +0 -5
  75. package/docs/img/concorde-logo.svg +0 -1
  76. package/docs/img/concorde.png +0 -0
  77. package/docs/img/concorde_def.png +0 -0
  78. package/docs/img/concorde_seuil.png.webp +0 -0
  79. package/docs/img/concorde_seuil_invert.png +0 -0
  80. package/docs/img/paul_metrand.jpg +0 -0
  81. package/docs/img/paul_metrand_xs.jpg +0 -0
  82. package/docs/index.html +0 -93
  83. package/docs/src/core/components/functional/date/date.md +0 -290
  84. package/docs/src/core/components/functional/fetch/fetch.md +0 -117
  85. package/docs/src/core/components/functional/if/if.md +0 -16
  86. package/docs/src/core/components/functional/list/list.md +0 -199
  87. package/docs/src/core/components/functional/mix/mix.md +0 -41
  88. package/docs/src/core/components/functional/queue/queue.md +0 -87
  89. package/docs/src/core/components/functional/router/router.md +0 -112
  90. package/docs/src/core/components/functional/sdui/default-library.json +0 -108
  91. package/docs/src/core/components/functional/sdui/example.json +0 -99
  92. package/docs/src/core/components/functional/sdui/sdui.md +0 -356
  93. package/docs/src/core/components/functional/states/states.md +0 -87
  94. package/docs/src/core/components/functional/submit/submit.md +0 -83
  95. package/docs/src/core/components/functional/subscriber/subscriber.md +0 -91
  96. package/docs/src/core/components/functional/value/value.md +0 -35
  97. package/docs/src/core/components/ui/alert/alert.md +0 -121
  98. package/docs/src/core/components/ui/badge/badge.md +0 -102
  99. package/docs/src/core/components/ui/button/button.md +0 -184
  100. package/docs/src/core/components/ui/captcha/captcha.md +0 -12
  101. package/docs/src/core/components/ui/card/card.md +0 -96
  102. package/docs/src/core/components/ui/divider/divider.md +0 -35
  103. package/docs/src/core/components/ui/form/checkbox/checkbox.md +0 -96
  104. package/docs/src/core/components/ui/form/fieldset/fieldset.md +0 -129
  105. package/docs/src/core/components/ui/form/form-actions/form-actions.md +0 -77
  106. package/docs/src/core/components/ui/form/form-layout/form-layout.md +0 -43
  107. package/docs/src/core/components/ui/form/input/input.md +0 -168
  108. package/docs/src/core/components/ui/form/input-autocomplete/input-autocomplete.md +0 -130
  109. package/docs/src/core/components/ui/form/radio/radio.md +0 -86
  110. package/docs/src/core/components/ui/form/select/select.md +0 -99
  111. package/docs/src/core/components/ui/form/textarea/textarea.md +0 -65
  112. package/docs/src/core/components/ui/group/group.md +0 -75
  113. package/docs/src/core/components/ui/icon/icon.md +0 -125
  114. package/docs/src/core/components/ui/icon/icons.json +0 -1
  115. package/docs/src/core/components/ui/image/image.md +0 -107
  116. package/docs/src/core/components/ui/link/link.md +0 -43
  117. package/docs/src/core/components/ui/loader/loader.md +0 -37
  118. package/docs/src/core/components/ui/menu/menu.md +0 -288
  119. package/docs/src/core/components/ui/modal/modal.md +0 -123
  120. package/docs/src/core/components/ui/pop/pop.md +0 -79
  121. package/docs/src/core/components/ui/progress/progress.md +0 -63
  122. package/docs/src/core/components/ui/table/table.md +0 -455
  123. package/docs/src/core/components/ui/tooltip/tooltip.md +0 -82
  124. package/docs/src/docs/_core-concept/overview.md +0 -57
  125. package/docs/src/docs/_core-concept/subscriber.md +0 -76
  126. package/docs/src/docs/_getting-started/concorde-outside.md +0 -143
  127. package/docs/src/docs/_getting-started/create-a-component.md +0 -137
  128. package/docs/src/docs/_getting-started/my-first-subscriber.md +0 -174
  129. package/docs/src/docs/_getting-started/pubsub.md +0 -150
  130. package/docs/src/docs/_getting-started/start.md +0 -39
  131. package/docs/src/docs/_getting-started/theming.md +0 -91
  132. package/docs/src/docs/search/docs-search.json +0 -3887
  133. package/docs/src/tag-list.json +0 -1
  134. package/docs/src/tsconfig-model.json +0 -23
  135. package/docs/src/tsconfig.json +0 -808
  136. package/docs/svg/regular/plane.svg +0 -1
  137. package/docs/svg/solid/plane.svg +0 -1
@@ -3,8 +3,8 @@ let et = class Dt {
3
3
  * retourne la langue de la page courante telle que défini via l'attribut lang de la balise html
4
4
  */
5
5
  static getLanguage() {
6
- let t = document.documentElement.lang;
7
- return (!t || t == "auto") && (t = navigator.language), localStorage.getItem("SonicSelectedLanguage") || t;
6
+ const t = document.documentElement.lang;
7
+ return localStorage.getItem("SonicSelectedLanguage") || t;
8
8
  }
9
9
  static getCookies() {
10
10
  return document.cookie.split(";").reduce((t, s) => {
@@ -563,7 +563,7 @@ let M = (k = class {
563
563
  const h = await new Response(a.readable).arrayBuffer();
564
564
  return new TextDecoder().decode(h);
565
565
  }
566
- }, k.buildDate = "Fri Sep 20 2024 15:05:08 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);
566
+ }, k.buildDate = "Fri Oct 04 2024 10:50:51 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
569
  r[gs + "PublisherManager"] = r[gs + "PublisherManager"] || M;
@@ -2253,7 +2253,7 @@ var Oo = Object.defineProperty, Do = Object.getOwnPropertyDescriptor, St = (r, t
2253
2253
  return i && e && Oo(t, s, e), e;
2254
2254
  };
2255
2255
  let cs = !1, Bs = /* @__PURE__ */ new Set();
2256
- const Y = (r, t) => {
2256
+ const G = (r, t) => {
2257
2257
  var e;
2258
2258
  const s = (e = class extends r {
2259
2259
  constructor(...n) {
@@ -2448,14 +2448,14 @@ const Xe = (r) => {
2448
2448
  l({ type: Array })
2449
2449
  ], t.prototype, "templates"), t;
2450
2450
  };
2451
- var Eo = Object.defineProperty, No = Object.getOwnPropertyDescriptor, Z = (r, t, s, i) => {
2451
+ var Eo = Object.defineProperty, No = Object.getOwnPropertyDescriptor, Y = (r, t, s, i) => {
2452
2452
  for (var e = i > 1 ? void 0 : i ? No(t, s) : t, o = r.length - 1, n; o >= 0; o--)
2453
2453
  (n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
2454
2454
  return i && e && Eo(t, s, e), e;
2455
2455
  };
2456
2456
  const To = "sonic-date";
2457
2457
  hi(() => R.updateComponentsLanguage());
2458
- let R = class extends Y(Xe(w)) {
2458
+ let R = class extends G(Xe(w)) {
2459
2459
  constructor() {
2460
2460
  super(...arguments), this.pageLanguage = "fr", this.duAu = [], this._wording_billet_periode_validite = "", this.designMode = null, this.time_zone = null, this.date = null, this.date_string = null, this.start_date_string = null, this.end_date_string = null, this.start_date = 0, this.hide_hours = !1, this.end_date = 0, this.era = "", this.year = "numeric", this.month = "short", this.day = "2-digit", this.weekday = "short", this.hour = "2-digit", this.hour12 = !1, this.minute = "2-digit", this.language = "", this.renderIf = !0, this.now = !1, this.startDateObject = /* @__PURE__ */ new Date(), this.endDateObject = /* @__PURE__ */ new Date();
2461
2461
  }
@@ -2538,98 +2538,98 @@ let R = class extends Y(Xe(w)) {
2538
2538
  }
2539
2539
  };
2540
2540
  R.dateCompnents = /* @__PURE__ */ new Set();
2541
- Z([
2541
+ Y([
2542
2542
  l()
2543
2543
  ], R.prototype, "wording_billet_periode_validite", 1);
2544
- Z([
2544
+ Y([
2545
2545
  l({ type: Boolean })
2546
2546
  ], R.prototype, "designMode", 2);
2547
- Z([
2547
+ Y([
2548
2548
  l({ type: String })
2549
2549
  ], R.prototype, "time_zone", 2);
2550
- Z([
2550
+ Y([
2551
2551
  l({ type: Number })
2552
2552
  ], R.prototype, "date", 2);
2553
- Z([
2553
+ Y([
2554
2554
  l({ type: String })
2555
2555
  ], R.prototype, "date_string", 2);
2556
- Z([
2556
+ Y([
2557
2557
  l({ type: String })
2558
2558
  ], R.prototype, "start_date_string", 2);
2559
- Z([
2559
+ Y([
2560
2560
  l({ type: String })
2561
2561
  ], R.prototype, "end_date_string", 2);
2562
- Z([
2562
+ Y([
2563
2563
  l({ type: Number })
2564
2564
  ], R.prototype, "start_date", 2);
2565
- Z([
2565
+ Y([
2566
2566
  l({ type: Boolean })
2567
2567
  ], R.prototype, "hide_hours", 2);
2568
- Z([
2568
+ Y([
2569
2569
  l({ type: Number })
2570
2570
  ], R.prototype, "end_date", 2);
2571
- Z([
2571
+ Y([
2572
2572
  l({ type: String })
2573
2573
  ], R.prototype, "era", 2);
2574
- Z([
2574
+ Y([
2575
2575
  l({ type: String })
2576
2576
  ], R.prototype, "year", 2);
2577
- Z([
2577
+ Y([
2578
2578
  l({ type: String })
2579
2579
  ], R.prototype, "month", 2);
2580
- Z([
2580
+ Y([
2581
2581
  l({ type: String })
2582
2582
  ], R.prototype, "day", 2);
2583
- Z([
2583
+ Y([
2584
2584
  l({ type: String })
2585
2585
  ], R.prototype, "weekday", 2);
2586
- Z([
2586
+ Y([
2587
2587
  l({ type: String })
2588
2588
  ], R.prototype, "hour", 2);
2589
- Z([
2589
+ Y([
2590
2590
  l({ type: Boolean })
2591
2591
  ], R.prototype, "hour12", 2);
2592
- Z([
2592
+ Y([
2593
2593
  l({ type: String })
2594
2594
  ], R.prototype, "minute", 2);
2595
- Z([
2595
+ Y([
2596
2596
  l({ type: String })
2597
2597
  ], R.prototype, "language", 2);
2598
- Z([
2598
+ Y([
2599
2599
  l({ type: Boolean })
2600
2600
  ], R.prototype, "renderIf", 2);
2601
- Z([
2601
+ Y([
2602
2602
  l({ type: Boolean })
2603
2603
  ], R.prototype, "now", 2);
2604
- R = Z([
2604
+ R = Y([
2605
2605
  _(To)
2606
2606
  ], R);
2607
- var t, G;
2608
- let rt = (G = class {
2607
+ var t, Z;
2608
+ let rt = (Z = class {
2609
2609
  static listen() {
2610
2610
  var s;
2611
- if (!G.listening)
2611
+ if (!Z.listening)
2612
2612
  return;
2613
2613
  const t = (s = document.location) == null ? void 0 : s.href.replace(
2614
2614
  document.location.origin,
2615
2615
  ""
2616
2616
  );
2617
- G.prevURL && G.prevURL != t && (G.prevURL = t, G.listeners.forEach((i) => {
2617
+ Z.prevURL && Z.prevURL != t && (Z.prevURL = t, Z.listeners.forEach((i) => {
2618
2618
  i.location = t;
2619
- })), window.requestAnimationFrame(G.listen);
2619
+ })), window.requestAnimationFrame(Z.listen);
2620
2620
  }
2621
2621
  /**
2622
2622
  * Arrête l'écoute des changements de location pour le listener fournit
2623
2623
  */
2624
2624
  static offChange(t) {
2625
- const s = G.listeners.indexOf(t);
2626
- s != -1 && (G.listeners.splice(s, 1), G.listeners.length == 0 && (G.listening = !1));
2625
+ const s = Z.listeners.indexOf(t);
2626
+ s != -1 && (Z.listeners.splice(s, 1), Z.listeners.length == 0 && (Z.listening = !1));
2627
2627
  }
2628
2628
  /**
2629
2629
  * Ecoute les changements de location et l'assigne à la propriété location de chaque listener
2630
2630
  */
2631
2631
  static onChange(t) {
2632
- G.listening || (G.listening = !0, G.listen()), G.listeners.push(t), t.location = this.prevURL;
2632
+ Z.listening || (Z.listening = !0, Z.listen()), Z.listeners.push(t), t.location = this.prevURL;
2633
2633
  }
2634
2634
  /**
2635
2635
  *
@@ -2680,10 +2680,10 @@ let rt = (G = class {
2680
2680
  t.autoActive == "strict" ? n = e.pathname == o.pathname && e.hash == o.hash && e.search == o.search : n = o.href.indexOf(e.href) == 0, n ? t.setAttribute("active", "true") : t.removeAttribute("active");
2681
2681
  }
2682
2682
  }
2683
- }, G.listeners = [], G.listening = !1, G.prevURL = (t = document.location) == null ? void 0 : t.href.replace(
2683
+ }, Z.listeners = [], Z.listening = !1, Z.prevURL = (t = document.location) == null ? void 0 : t.href.replace(
2684
2684
  document.location.origin,
2685
2685
  ""
2686
- ), G);
2686
+ ), Z);
2687
2687
  /**
2688
2688
  * @license
2689
2689
  * Copyright 2018 Google LLC
@@ -3457,7 +3457,7 @@ var Xo = Object.defineProperty, Jo = Object.getOwnPropertyDescriptor, q = (r, t,
3457
3457
  return i && e && Xo(t, s, e), e;
3458
3458
  };
3459
3459
  const tn = "sonic-button";
3460
- let j = class extends wi(ke(Y(w))) {
3460
+ let j = class extends wi(ke(G(w))) {
3461
3461
  constructor() {
3462
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 = () => {
3463
3463
  window.removeEventListener("pointerup", this.handleRepeatend), window.removeEventListener("blur", this.handleRepeatend), this.autoRepeat && (this.isRepeating = !1);
@@ -3590,10 +3590,22 @@ j.styles = [
3590
3590
  --sc-btn-active-filter: brightness(0.97);
3591
3591
  --sc-btn-active-bg: var(--sc-base-content);
3592
3592
 
3593
- --sc-item-rounded-tr: var(--sc-btn-rounded);
3594
- --sc-item-rounded-tl: var(--sc-btn-rounded);
3595
- --sc-item-rounded-bl: var(--sc-btn-rounded);
3596
- --sc-item-rounded-br: var(--sc-btn-rounded);
3593
+ --sc-item-rounded-tr: min(
3594
+ calc(var(--sc-form-height, 2.5em) / 2),
3595
+ var(--sc-btn-rounded)
3596
+ );
3597
+ --sc-item-rounded-tl: min(
3598
+ calc(var(--sc-form-height, 2.5em) / 2),
3599
+ var(--sc-btn-rounded)
3600
+ );
3601
+ --sc-item-rounded-bl: min(
3602
+ calc(var(--sc-form-height, 2.5em) / 2),
3603
+ var(--sc-btn-rounded)
3604
+ );
3605
+ --sc-item-rounded-br: min(
3606
+ calc(var(--sc-form-height, 2.5em) / 2),
3607
+ var(--sc-btn-rounded)
3608
+ );
3597
3609
 
3598
3610
  display: inline-flex;
3599
3611
  vertical-align: middle;
@@ -3677,7 +3689,7 @@ j.styles = [
3677
3689
  }
3678
3690
  :host([type="neutral"]) button {
3679
3691
  --btn-color: var(--sc-base);
3680
- --btn-bg: var(--sc-base-600);
3692
+ --btn-bg: var(--sc-base-content);
3681
3693
  }
3682
3694
  :host([type="custom"]) button {
3683
3695
  --btn-color: var(--sc-btn-custom-color);
@@ -5409,7 +5421,7 @@ const Ns = (r) => {
5409
5421
  ], t.prototype, "tabindex", 2), oe([
5410
5422
  l({ type: String })
5411
5423
  ], t.prototype, "autocomplete", 2), t;
5412
- }, Nr = _i, Tn = wi, Tr = ke, Mr = Ns, Jt = Y, xi = Xe;
5424
+ }, Nr = _i, Tn = wi, Tr = ke, Mr = Ns, Jt = G, xi = Xe;
5413
5425
  window["concorde-mixins"] = window["concorde-mixins"] || {};
5414
5426
  window["concorde-mixins"] = {
5415
5427
  Fetcher: Nr,
@@ -5439,7 +5451,7 @@ var Mn = Object.defineProperty, jn = Object.getOwnPropertyDescriptor, jr = (r, t
5439
5451
  return i && e && Mn(t, s, e), e;
5440
5452
  };
5441
5453
  const In = "sonic-fetch";
5442
- let ws = class extends _i(Y(xi(w))) {
5454
+ let ws = class extends _i(G(xi(w))) {
5443
5455
  renderLoader() {
5444
5456
  if (!(this.isLoading && this.loader !== void 0))
5445
5457
  return C;
@@ -5690,7 +5702,7 @@ var Wn = Object.defineProperty, Kn = Object.getOwnPropertyDescriptor, Yn = (r, t
5690
5702
  return i && e && Wn(t, s, e), e;
5691
5703
  };
5692
5704
  const Zn = "sonic-subscriber";
5693
- let ar = class extends Y(w) {
5705
+ let ar = class extends G(w) {
5694
5706
  constructor() {
5695
5707
  super(...arguments), this.noAutofill = !0;
5696
5708
  }
@@ -5713,7 +5725,7 @@ var Gn = Object.defineProperty, Qn = Object.getOwnPropertyDescriptor, _e = (r, t
5713
5725
  return i && e && Gn(t, s, e), e;
5714
5726
  };
5715
5727
  const Xn = "sonic-list";
5716
- let Kt = class extends _i(Y(Xe(w))) {
5728
+ let Kt = class extends _i(G(Xe(w))) {
5717
5729
  constructor() {
5718
5730
  super(...arguments), this.templateKey = "template", this.idKey = "id", this.limit = Number.POSITIVE_INFINITY, this.offset = 0;
5719
5731
  }
@@ -5847,7 +5859,7 @@ var Jn = Object.defineProperty, ta = Object.getOwnPropertyDescriptor, ft = (r, t
5847
5859
  return i && e && Jn(t, s, e), e;
5848
5860
  };
5849
5861
  const ea = "sonic-queue";
5850
- let st = class extends Y(w) {
5862
+ let st = class extends G(w) {
5851
5863
  constructor() {
5852
5864
  super(...arguments), this.templates = null, this.lastRequestTime = 0, this.key = "", this.itemPropertyMap = null, this.cache = "default", this.targetRequestDuration = 500, this.limit = 5, this.lazyBoundsRatio = 1, this.offset = 0, this.resultCount = 0, this.noLazyload = !1, this.loader = "inline", this.filteredFields = "", this.instanceId = 0, this.localStorage = "disabled", this.filterPublisher = null, this.filterTimeoutMs = 400, this.searchHash = "", this.requestId = 0, this.isFirstRequest = !0, this.updateFilteredContent = () => {
5853
5865
  var n;
@@ -6030,7 +6042,7 @@ var sa = Object.defineProperty, ia = Object.getOwnPropertyDescriptor, Le = (r, t
6030
6042
  return i && e && sa(t, s, e), e;
6031
6043
  };
6032
6044
  const ra = "sonic-submit";
6033
- let Yt = class extends Y(w) {
6045
+ let Yt = class extends G(w) {
6034
6046
  constructor() {
6035
6047
  super(...arguments), this.submitResultKey = null, this.disabled = !1, this.endPoint = null, this.name = "", this.value = "", this.api = null, this.clickTimeStamp = 0, this.submit = async (r) => {
6036
6048
  var v;
@@ -6188,15 +6200,18 @@ var oa = Object.defineProperty, na = Object.getOwnPropertyDescriptor, $i = (r, t
6188
6200
  return i && e && oa(t, s, e), e;
6189
6201
  };
6190
6202
  const aa = "sonic-router";
6191
- let xs = class extends Y(Xe(w)) {
6203
+ let xs = class extends Xe(w) {
6192
6204
  constructor() {
6193
6205
  super(...arguments), this.templateValueAttribute = "data-route", this._location = document.location.href.replace(
6194
6206
  document.location.origin,
6195
6207
  ""
6196
6208
  );
6197
6209
  }
6210
+ createRenderRoot() {
6211
+ return this;
6212
+ }
6198
6213
  connectedCallback() {
6199
- this.noShadowDom = "", rt.onChange(this), super.connectedCallback();
6214
+ rt.onChange(this), super.connectedCallback();
6200
6215
  }
6201
6216
  disconnectedCallback() {
6202
6217
  rt.offChange(this), super.disconnectedCallback();
@@ -6207,6 +6222,9 @@ let xs = class extends Y(Xe(w)) {
6207
6222
  get location() {
6208
6223
  return this._location;
6209
6224
  }
6225
+ willUpdate(r) {
6226
+ super.willUpdate(r), console.log(r);
6227
+ }
6210
6228
  render() {
6211
6229
  const r = [];
6212
6230
  for (const t of this.templatePartsList) {
@@ -6273,7 +6291,7 @@ var la = Object.defineProperty, ca = Object.getOwnPropertyDescriptor, ha = (r, t
6273
6291
  return i && e && la(t, s, e), e;
6274
6292
  };
6275
6293
  const da = "sonic-redirect";
6276
- let lr = class extends Y(w) {
6294
+ let lr = class extends G(w) {
6277
6295
  connectedCallback() {
6278
6296
  this.noShadowDom = "", this.style.display = "none", super.connectedCallback(), this.udpateCallBack = () => this.update(), this.publisher && this.publisher.onInternalMutation(this.udpateCallBack);
6279
6297
  }
@@ -6300,7 +6318,7 @@ var pa = Object.defineProperty, ua = Object.getOwnPropertyDescriptor, Ci = (r, t
6300
6318
  return i && e && pa(t, s, e), e;
6301
6319
  };
6302
6320
  const fa = "sonic-states";
6303
- let Ps = class extends Y(Xe(w)) {
6321
+ let Ps = class extends G(Xe(w)) {
6304
6322
  constructor() {
6305
6323
  super(...arguments), this.state = "", this.inverted = !1, this.statePath = "", this.onStateAssign = (r) => {
6306
6324
  this.state = r, this.requestUpdate();
@@ -6395,7 +6413,7 @@ var ya = Object.defineProperty, wa = Object.getOwnPropertyDescriptor, zr = (r, t
6395
6413
  return i && e && ya(t, s, e), e;
6396
6414
  };
6397
6415
  const _a = "sonic-example";
6398
- let Xs = class extends Y(w) {
6416
+ let Xs = class extends G(w) {
6399
6417
  constructor() {
6400
6418
  super(...arguments), this.text = "Example";
6401
6419
  }
@@ -7787,7 +7805,7 @@ var hl = Object.defineProperty, dl = Object.getOwnPropertyDescriptor, H = (r, t,
7787
7805
  return i && e && hl(t, s, e), e;
7788
7806
  };
7789
7807
  const pl = "sonic-input";
7790
- let B = class extends Ns(ke(Y(w))) {
7808
+ let B = class extends Ns(ke(G(w))) {
7791
7809
  constructor() {
7792
7810
  super(...arguments), this.readonly = !1, this.inlineContent = !1, this.disableInlineContentFocus = !1, this.showPasswordToggle = !1, this.hasDescription = !1, this.hasLabel = !1, this.hasSuffix = !1, this.hasPrefix = !1, this.isPassword = !1;
7793
7811
  }
@@ -8665,7 +8683,7 @@ var Ol = Object.defineProperty, Dl = Object.getOwnPropertyDescriptor, qt = (r, t
8665
8683
  };
8666
8684
  const kl = "sonic-checkbox";
8667
8685
  let yt = class extends wi(
8668
- Ns(ke(Y(w)))
8686
+ Ns(ke(G(w)))
8669
8687
  ) {
8670
8688
  constructor() {
8671
8689
  super(...arguments), this.touched = !1, this.iconName = "check", this.indeterminateIconName = "minus-small", this.showAsIndeterminate = !1, this.hasDescription = !1, this.hasLabel = !1;
@@ -8913,7 +8931,7 @@ var Ml = Object.defineProperty, jl = Object.getOwnPropertyDescriptor, Q = (r, t,
8913
8931
  return i && e && Ml(t, s, e), e;
8914
8932
  };
8915
8933
  const Il = "sonic-select";
8916
- let K = class extends ke(Y(w)) {
8934
+ let K = class extends ke(G(w)) {
8917
8935
  constructor() {
8918
8936
  super(...arguments), this.valueKey = "value", this.wordingKey = "wording", this.multiple = !1, this.status = "default", this._options = [], this.hasDoneFirstUpdate = !1, this._value = "", this.updateOptions = () => {
8919
8937
  const r = this.querySelectorAll(
@@ -9166,7 +9184,7 @@ var Fl = Object.defineProperty, zl = Object.getOwnPropertyDescriptor, mt = (r, t
9166
9184
  return i && e && Fl(t, s, e), e;
9167
9185
  };
9168
9186
  const Rl = "sonic-textarea";
9169
- let lt = class extends Ns(ke(Y(w))) {
9187
+ let lt = class extends Ns(ke(G(w))) {
9170
9188
  constructor() {
9171
9189
  super(...arguments), this.size = "md", this.readonly = !1, this.hasDescription = !1, this.hasLabel = !1;
9172
9190
  }
@@ -9427,7 +9445,7 @@ var Kl = Object.defineProperty, Yl = Object.getOwnPropertyDescriptor, jt = (r, t
9427
9445
  return i && e && Kl(t, s, e), e;
9428
9446
  };
9429
9447
  const Zl = "sonic-fieldset";
9430
- let xt = class extends Y(w) {
9448
+ let xt = class extends G(w) {
9431
9449
  constructor() {
9432
9450
  super(...arguments), this.disabled = !1, this.variant = "default";
9433
9451
  }
@@ -9535,7 +9553,7 @@ var Gl = Object.defineProperty, Ql = Object.getOwnPropertyDescriptor, Di = (r, t
9535
9553
  return i && e && Gl(t, s, e), e;
9536
9554
  };
9537
9555
  const Xl = "sonic-form-layout";
9538
- let Ke = class extends Y(w) {
9556
+ let Ke = class extends G(w) {
9539
9557
  constructor() {
9540
9558
  super(...arguments), this._resizeController = new Ur(this, {}), this.oneFormElement = !1;
9541
9559
  }
@@ -10314,7 +10332,7 @@ var Dc = Object.defineProperty, kc = Object.getOwnPropertyDescriptor, J = (r, t,
10314
10332
  return i && e && Dc(t, s, e), e;
10315
10333
  };
10316
10334
  const qr = "sonic-modal";
10317
- let I = class extends Y(w) {
10335
+ let I = class extends G(w) {
10318
10336
  constructor() {
10319
10337
  super(...arguments), this.forceAction = !1, this.removeOnHide = !1, this.removeHashOnHide = !1, this.align = "left", this.padding = "var(--sc-modal-py) var(--sc-modal-px)", this.maxWidth = "var(--sc-modal-max-w) ", this.maxHeight = "var(--sc-modal-max-h) ", this.width = "100%", this.height = "auto", this.zIndex = "var(--sc-modal-z-index)", this.fullScreen = !1, this.visible = !1;
10320
10338
  }
@@ -10822,7 +10840,7 @@ var Mc = Object.defineProperty, jc = Object.getOwnPropertyDescriptor, rs = (r, t
10822
10840
  return i && e && Mc(t, s, e), e;
10823
10841
  };
10824
10842
  const Ic = "sonic-alert-messages";
10825
- let fe = class extends Y(w) {
10843
+ let fe = class extends G(w) {
10826
10844
  constructor() {
10827
10845
  super(...arguments), this.size = "md", this.background = !1, this.noIcon = !1, this.messages = [];
10828
10846
  }
@@ -10870,7 +10888,7 @@ var Fc = Object.defineProperty, zc = Object.getOwnPropertyDescriptor, Hr = (r, t
10870
10888
  return i && e && Fc(t, s, e), e;
10871
10889
  };
10872
10890
  const Rc = "sonic-toast-message-subscriber";
10873
- let ri = class extends Y(w) {
10891
+ let ri = class extends G(w) {
10874
10892
  constructor() {
10875
10893
  super(...arguments), this._messages = [];
10876
10894
  }
@@ -11516,7 +11534,7 @@ var dh = Object.defineProperty, ph = Object.getOwnPropertyDescriptor, ns = (r, t
11516
11534
  return i && e && dh(t, s, e), e;
11517
11535
  };
11518
11536
  const uh = "sonic-tr";
11519
- let me = class extends Y(w) {
11537
+ let me = class extends G(w) {
11520
11538
  constructor() {
11521
11539
  super(...arguments), this._metadata_ = {};
11522
11540
  }