@supersoniks/concorde 3.1.81 → 3.1.83

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 (224) hide show
  1. package/build-infos.json +1 -1
  2. package/concorde-core.bundle.js +28 -28
  3. package/concorde-core.es.js +155 -150
  4. package/dist/concorde-core.bundle.js +28 -28
  5. package/dist/concorde-core.es.js +155 -150
  6. package/index.html +0 -0
  7. package/package.json +1 -1
  8. package/scripts/create-search.js +0 -0
  9. package/scripts/generate-routes.js +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/functional.ts +0 -0
  13. package/src/core/components/functional/if/if.md +0 -0
  14. package/src/core/components/functional/if/if.test.ts +0 -0
  15. package/src/core/components/functional/list/list.spec.ts +0 -0
  16. package/src/core/components/functional/queue/queue.demo.ts +0 -0
  17. package/src/core/components/functional/router/router.demo.ts +0 -0
  18. package/src/core/components/functional/router/router.md +0 -0
  19. package/src/core/components/functional/router/router.spec.ts +0 -0
  20. package/src/core/components/functional/router/router.ts +0 -0
  21. package/src/core/components/functional/sonic-scope/sonic-scope.ts +0 -0
  22. package/src/core/components/functional/states/states.demo.ts +0 -0
  23. package/src/core/components/functional/states/states.md +0 -0
  24. package/src/core/components/functional/states/states.spec.ts +0 -0
  25. package/src/core/components/functional/states/states.ts +0 -0
  26. package/src/core/components/functional/submit/submit.ts +0 -0
  27. package/src/core/components/functional/translation/translation.ts +0 -0
  28. package/src/core/components/ui/_css/scroll.ts +0 -0
  29. package/src/core/components/ui/_css/shadow.ts +0 -0
  30. package/src/core/components/ui/_css/size.ts +0 -0
  31. package/src/core/components/ui/_css/type.ts +0 -0
  32. package/src/core/components/ui/alert/alert.md +0 -0
  33. package/src/core/components/ui/alert/alert.ts +0 -0
  34. package/src/core/components/ui/alert-messages/alert-messages.md +0 -0
  35. package/src/core/components/ui/badge/badge.md +0 -0
  36. package/src/core/components/ui/badge/badge.ts +0 -0
  37. package/src/core/components/ui/button/button.md +0 -0
  38. package/src/core/components/ui/button/button.ts +0 -0
  39. package/src/core/components/ui/captcha/captcha.md +0 -0
  40. package/src/core/components/ui/captcha/captcha.ts +0 -0
  41. package/src/core/components/ui/card/card-footer.ts +0 -0
  42. package/src/core/components/ui/card/card-header-descripton.ts +0 -0
  43. package/src/core/components/ui/card/card-header.ts +0 -0
  44. package/src/core/components/ui/card/card-main.ts +0 -0
  45. package/src/core/components/ui/card/card.md +0 -0
  46. package/src/core/components/ui/card/card.ts +0 -0
  47. package/src/core/components/ui/divider/divider.ts +0 -0
  48. package/src/core/components/ui/form/checkbox/checkbox.md +0 -0
  49. package/src/core/components/ui/form/checkbox/checkbox.ts +0 -0
  50. package/src/core/components/ui/form/css/form-control.ts +0 -0
  51. package/src/core/components/ui/form/fieldset/fieldset.ts +0 -0
  52. package/src/core/components/ui/form/fieldset/legend-description.ts +0 -0
  53. package/src/core/components/ui/form/fieldset/legend.ts +0 -0
  54. package/src/core/components/ui/form/form-layout/form-layout.md +0 -0
  55. package/src/core/components/ui/form/input/input.md +0 -0
  56. package/src/core/components/ui/form/input-autocomplete/input-autocomplete.md +0 -0
  57. package/src/core/components/ui/form/radio/radio.md +0 -0
  58. package/src/core/components/ui/form/radio/radio.ts +0 -0
  59. package/src/core/components/ui/form/select/select.md +0 -0
  60. package/src/core/components/ui/form/select/select.ts +0 -0
  61. package/src/core/components/ui/form/switch/switch.md +0 -0
  62. package/src/core/components/ui/form/switch/switch.ts +0 -0
  63. package/src/core/components/ui/form/textarea/textarea.ts +0 -0
  64. package/src/core/components/ui/icon/icon.ts +0 -0
  65. package/src/core/components/ui/icon/icons.ts +0 -0
  66. package/src/core/components/ui/image/image.md +0 -0
  67. package/src/core/components/ui/image/image.ts +0 -0
  68. package/src/core/components/ui/loader/loader.md +0 -0
  69. package/src/core/components/ui/loader/loader.ts +0 -0
  70. package/src/core/components/ui/loader/styles/fixed.ts +0 -0
  71. package/src/core/components/ui/loader/styles/inline.ts +0 -0
  72. package/src/core/components/ui/menu/menu.ts +0 -0
  73. package/src/core/components/ui/modal/modal-actions.ts +0 -0
  74. package/src/core/components/ui/modal/modal-subtitle.ts +0 -0
  75. package/src/core/components/ui/modal/modal-title.ts +0 -0
  76. package/src/core/components/ui/modal/modal.md +0 -0
  77. package/src/core/components/ui/modal/modal.ts +0 -0
  78. package/src/core/components/ui/pop/pop.md +17 -0
  79. package/src/core/components/ui/pop/pop.ts +3 -2
  80. package/src/core/components/ui/progress/progress.ts +0 -0
  81. package/src/core/components/ui/table/table-tbody.ts +0 -0
  82. package/src/core/components/ui/table/table-th.ts +0 -0
  83. package/src/core/components/ui/table/table.ts +0 -0
  84. package/src/core/components/ui/theme/theme-collection/core-variables.ts +0 -0
  85. package/src/core/components/ui/theme/theme-collection/dark.ts +0 -0
  86. package/src/core/components/ui/theme/theme-collection/light.ts +0 -0
  87. package/src/core/components/ui/theme/theme.ts +0 -0
  88. package/src/core/components/ui/toast/toast-item.ts +0 -0
  89. package/src/core/components/ui/toast/toast.ts +0 -0
  90. package/src/core/components/ui/tooltip/tooltip.ts +0 -0
  91. package/src/core/components/ui/ui.ts +0 -0
  92. package/src/core/directives/DataProvider.ts +0 -0
  93. package/src/core/directives/Wording.ts +0 -0
  94. package/src/core/mixins/Fetcher.ts +0 -0
  95. package/src/core/mixins/FormCheckable.ts +0 -0
  96. package/src/core/mixins/TemplatesContainer.ts +0 -0
  97. package/src/core/utils/HTML.ts +0 -0
  98. package/src/core/utils/LocationHandler.ts +0 -0
  99. package/src/core/utils/Objects.ts +0 -0
  100. package/src/core/utils/PublisherProxy.ts +0 -0
  101. package/src/core/utils/Utils.ts +0 -0
  102. package/src/core/utils/aesCrypto.ts +0 -0
  103. package/src/core/utils/api.ts +0 -0
  104. package/src/core/utils/route.spec.ts +0 -0
  105. package/src/core/utils/route.ts +0 -0
  106. package/src/docs/code.ts +0 -0
  107. package/src/docs/docs.ts +0 -0
  108. package/src/docs/header/header.ts +0 -0
  109. package/src/docs/layout.ts +0 -0
  110. package/src/docs/navigation/navigation.ts +0 -0
  111. package/src/docs/search/docs-search.json +0 -0
  112. package/src/docs/search/markdown-renderer.ts +0 -0
  113. package/src/docs/search/page.ts +0 -0
  114. package/src/docs/search/search.ts +0 -0
  115. package/src/docs/tailwind/css/tailwind.css +0 -0
  116. package/src/docs/tailwind/css.d.ts +0 -0
  117. package/src/index.ts +0 -0
  118. package/src/test-utils/TestUtils.ts +0 -0
  119. package/src/tsconfig-model.json +0 -0
  120. package/src/tsconfig.json +0 -0
  121. package/src/tsconfig.tsbuildinfo +0 -0
  122. package/tailwind.config.js +0 -0
  123. package/templates-test.html +0 -0
  124. package/vite/config.js +0 -0
  125. package/vite.config.mts +0 -0
  126. package/docs/assets/index-D9bBwsCn.js +0 -4537
  127. package/docs/assets/index-DCRPZO3x.css +0 -1
  128. package/docs/css/docs.css +0 -0
  129. package/docs/fonts/ClashGrotesk-Bold.eot +0 -0
  130. package/docs/fonts/ClashGrotesk-Bold.ttf +0 -0
  131. package/docs/fonts/ClashGrotesk-Bold.woff +0 -0
  132. package/docs/fonts/ClashGrotesk-Bold.woff2 +0 -0
  133. package/docs/fonts/ClashGrotesk-Extralight.eot +0 -0
  134. package/docs/fonts/ClashGrotesk-Extralight.ttf +0 -0
  135. package/docs/fonts/ClashGrotesk-Extralight.woff +0 -0
  136. package/docs/fonts/ClashGrotesk-Extralight.woff2 +0 -0
  137. package/docs/fonts/ClashGrotesk-Light.eot +0 -0
  138. package/docs/fonts/ClashGrotesk-Light.ttf +0 -0
  139. package/docs/fonts/ClashGrotesk-Light.woff +0 -0
  140. package/docs/fonts/ClashGrotesk-Light.woff2 +0 -0
  141. package/docs/fonts/ClashGrotesk-Medium.eot +0 -0
  142. package/docs/fonts/ClashGrotesk-Medium.ttf +0 -0
  143. package/docs/fonts/ClashGrotesk-Medium.woff +0 -0
  144. package/docs/fonts/ClashGrotesk-Medium.woff2 +0 -0
  145. package/docs/fonts/ClashGrotesk-Regular.eot +0 -0
  146. package/docs/fonts/ClashGrotesk-Regular.ttf +0 -0
  147. package/docs/fonts/ClashGrotesk-Regular.woff +0 -0
  148. package/docs/fonts/ClashGrotesk-Regular.woff2 +0 -0
  149. package/docs/fonts/ClashGrotesk-Semibold.eot +0 -0
  150. package/docs/fonts/ClashGrotesk-Semibold.ttf +0 -0
  151. package/docs/fonts/ClashGrotesk-Semibold.woff +0 -0
  152. package/docs/fonts/ClashGrotesk-Semibold.woff2 +0 -0
  153. package/docs/fonts/ClashGrotesk-Variable.eot +0 -0
  154. package/docs/fonts/ClashGrotesk-Variable.ttf +0 -0
  155. package/docs/fonts/ClashGrotesk-Variable.woff +0 -0
  156. package/docs/fonts/ClashGrotesk-Variable.woff2 +0 -0
  157. package/docs/img/concorde-icon.svg +0 -5
  158. package/docs/img/concorde-logo.svg +0 -1
  159. package/docs/img/concorde.png +0 -0
  160. package/docs/img/concorde_def.png +0 -0
  161. package/docs/img/concorde_seuil.png.webp +0 -0
  162. package/docs/img/concorde_seuil_invert.png +0 -0
  163. package/docs/img/paul_metrand.jpg +0 -0
  164. package/docs/img/paul_metrand_xs.jpg +0 -0
  165. package/docs/index.html +0 -93
  166. package/docs/src/core/components/functional/date/date.md +0 -290
  167. package/docs/src/core/components/functional/fetch/fetch.md +0 -117
  168. package/docs/src/core/components/functional/if/if.md +0 -16
  169. package/docs/src/core/components/functional/list/list.md +0 -199
  170. package/docs/src/core/components/functional/mix/mix.md +0 -41
  171. package/docs/src/core/components/functional/queue/queue.md +0 -87
  172. package/docs/src/core/components/functional/router/router.md +0 -108
  173. package/docs/src/core/components/functional/sdui/default-library.json +0 -108
  174. package/docs/src/core/components/functional/sdui/example.json +0 -99
  175. package/docs/src/core/components/functional/sdui/sdui.md +0 -356
  176. package/docs/src/core/components/functional/states/states.md +0 -87
  177. package/docs/src/core/components/functional/submit/submit.md +0 -83
  178. package/docs/src/core/components/functional/subscriber/subscriber.md +0 -91
  179. package/docs/src/core/components/functional/value/value.md +0 -35
  180. package/docs/src/core/components/ui/alert/alert.md +0 -121
  181. package/docs/src/core/components/ui/alert-messages/alert-messages.md +0 -0
  182. package/docs/src/core/components/ui/badge/badge.md +0 -127
  183. package/docs/src/core/components/ui/button/button.md +0 -182
  184. package/docs/src/core/components/ui/captcha/captcha.md +0 -12
  185. package/docs/src/core/components/ui/card/card.md +0 -97
  186. package/docs/src/core/components/ui/divider/divider.md +0 -35
  187. package/docs/src/core/components/ui/form/checkbox/checkbox.md +0 -94
  188. package/docs/src/core/components/ui/form/fieldset/fieldset.md +0 -129
  189. package/docs/src/core/components/ui/form/form-actions/form-actions.md +0 -77
  190. package/docs/src/core/components/ui/form/form-layout/form-layout.md +0 -44
  191. package/docs/src/core/components/ui/form/input/input.md +0 -167
  192. package/docs/src/core/components/ui/form/input-autocomplete/input-autocomplete.md +0 -130
  193. package/docs/src/core/components/ui/form/radio/radio.md +0 -84
  194. package/docs/src/core/components/ui/form/select/select.md +0 -97
  195. package/docs/src/core/components/ui/form/switch/switch.md +0 -84
  196. package/docs/src/core/components/ui/form/textarea/textarea.md +0 -65
  197. package/docs/src/core/components/ui/group/group.md +0 -75
  198. package/docs/src/core/components/ui/icon/icon.md +0 -125
  199. package/docs/src/core/components/ui/icon/icons.json +0 -1
  200. package/docs/src/core/components/ui/image/image.md +0 -107
  201. package/docs/src/core/components/ui/link/link.md +0 -43
  202. package/docs/src/core/components/ui/loader/loader.md +0 -67
  203. package/docs/src/core/components/ui/menu/menu.md +0 -288
  204. package/docs/src/core/components/ui/modal/modal.md +0 -123
  205. package/docs/src/core/components/ui/pop/pop.md +0 -79
  206. package/docs/src/core/components/ui/progress/progress.md +0 -63
  207. package/docs/src/core/components/ui/table/table.md +0 -455
  208. package/docs/src/core/components/ui/tooltip/tooltip.md +0 -82
  209. package/docs/src/docs/_core-concept/overview.md +0 -57
  210. package/docs/src/docs/_core-concept/subscriber.md +0 -76
  211. package/docs/src/docs/_getting-started/concorde-outside.md +0 -143
  212. package/docs/src/docs/_getting-started/create-a-component.md +0 -137
  213. package/docs/src/docs/_getting-started/my-first-subscriber.md +0 -174
  214. package/docs/src/docs/_getting-started/pubsub.md +0 -150
  215. package/docs/src/docs/_getting-started/start.md +0 -39
  216. package/docs/src/docs/_getting-started/theming.md +0 -91
  217. package/docs/src/docs/search/docs-search.json +0 -3902
  218. package/docs/src/tag-list.json +0 -1
  219. package/docs/src/tsconfig-model.json +0 -23
  220. package/docs/src/tsconfig.json +0 -835
  221. package/docs/svg/regular/plane.svg +0 -1
  222. package/docs/svg/solid/plane.svg +0 -1
  223. package/php/get-challenge.php +0 -34
  224. package/php/some-service.php +0 -42
@@ -559,7 +559,7 @@ let T = (k = class {
559
559
  const h = await new Response(a.readable).arrayBuffer();
560
560
  return new TextDecoder().decode(h);
561
561
  }
562
- }, k.buildDate = "Thu Jun 26 2025 12:14:56 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);
562
+ }, k.buildDate = "Thu Jul 03 2025 13:12:28 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);
563
563
  if (typeof window < "u") {
564
564
  const r = window;
565
565
  r[Ds + "PublisherManager"] = r[Ds + "PublisherManager"] || T;
@@ -871,7 +871,7 @@ let qs = (L = class {
871
871
  }, L.observedElements = /* @__PURE__ */ new Map(), L.enabled = !0, L.publisherListeners = /* @__PURE__ */ new Map(), L);
872
872
  qs.observe(document.documentElement);
873
873
  window.SonicDataBindObserver || (window.SonicDataBindObserver = qs);
874
- let et = class Ht {
874
+ let et = class Bt {
875
875
  /**
876
876
  * Effectue une comparaison d'égalité non profonde entre deux objets.
877
877
  */
@@ -897,8 +897,8 @@ let et = class Ht {
897
897
  if (e.length !== o.length && i)
898
898
  return !1;
899
899
  for (const n of e) {
900
- const a = t[n], c = s[n], h = Ht.isObject(a) && Ht.isObject(c), d = i ? a !== c : a != c;
901
- if (h && !Ht.deepEqual(a, c) || !h && d)
900
+ const a = t[n], c = s[n], h = Bt.isObject(a) && Bt.isObject(c), d = i ? a !== c : a != c;
901
+ if (h && !Bt.deepEqual(a, c) || !h && d)
902
902
  return !1;
903
903
  }
904
904
  return !0;
@@ -917,7 +917,7 @@ let et = class Ht {
917
917
  return t == null;
918
918
  }
919
919
  static isEmpty(t) {
920
- return Ht.isUndefindOrNull(t) ? !0 : Object.keys(t).length === 0;
920
+ return Bt.isUndefindOrNull(t) ? !0 : Object.keys(t).length === 0;
921
921
  }
922
922
  /**
923
923
  * traverse l'objet pour obtenir la valeur a l'adresse donnée via le tableau de clés pathArray.
@@ -929,19 +929,19 @@ let et = class Ht {
929
929
  const o = t[e];
930
930
  if (o === void 0)
931
931
  return;
932
- i && Ht.isObject(o) ? t = Object.assign(Array.isArray(o) ? [] : {}, t, o) : t = t[e];
932
+ i && Bt.isObject(o) ? t = Object.assign(Array.isArray(o) ? [] : {}, t, o) : t = t[e];
933
933
  }
934
934
  return t;
935
935
  }
936
936
  static traverseDotNotation(t, s, i = !1) {
937
- return Ht.traverse(t, s.split("."), i);
937
+ return Bt.traverse(t, s.split("."), i);
938
938
  }
939
939
  /*eslint-enable @typescript-eslint/no-explicit-any*/
940
940
  static getURLSearchArray(t, s = "") {
941
941
  let i = [];
942
942
  for (let e in t) {
943
943
  const o = t[e];
944
- s && (e = s + "[" + e + "]"), Ht.isObject(o) ? i = [
944
+ s && (e = s + "[" + e + "]"), Bt.isObject(o) ? i = [
945
945
  ...i,
946
946
  ...this.getURLSearchArray(o, e)
947
947
  ] : i.push(`${e}=${o}`);
@@ -949,7 +949,7 @@ let et = class Ht {
949
949
  return i;
950
950
  }
951
951
  static getURLSearchString(t) {
952
- return Ht.getURLSearchArray(t, "").join("&");
952
+ return Bt.getURLSearchArray(t, "").join("&");
953
953
  }
954
954
  };
955
955
  const pt = et.traverseDotNotation;
@@ -1336,7 +1336,7 @@ function dt(r) {
1336
1336
  * Copyright 2017 Google LLC
1337
1337
  * SPDX-License-Identifier: BSD-3-Clause
1338
1338
  */
1339
- const Xe = globalThis, Ls = Xe.trustedTypes, dr = Ls ? Ls.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, Ui = "$lit$", Bt = `lit$${Math.random().toFixed(9).slice(2)}$`, Vi = "?" + Bt, Xo = `<${Vi}>`, me = document, es = () => me.createComment(""), ss = (r) => r === null || typeof r != "object" && typeof r != "function", Hi = Array.isArray, Kr = (r) => Hi(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", ri = `[
1339
+ const Xe = globalThis, Ls = Xe.trustedTypes, dr = Ls ? Ls.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, Ui = "$lit$", qt = `lit$${Math.random().toFixed(9).slice(2)}$`, Vi = "?" + qt, Xo = `<${Vi}>`, me = document, es = () => me.createComment(""), ss = (r) => r === null || typeof r != "object" && typeof r != "function", Hi = Array.isArray, Kr = (r) => Hi(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", ri = `[
1340
1340
  \f\r]`, He = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, pr = /-->/g, ur = />/g, le = RegExp(`>|${ri}(?:([^\\s"'>=/]+)(${ri}*=${ri}*(?:[^
1341
1341
  \f\r"'\`<>=]|("|')|))|$)`, "g"), fr = /'/g, mr = /"/g, Yr = /^(?:script|style|textarea|title)$/i, Go = (r) => (t, ...s) => ({ _$litType$: r, strings: t, values: s }), m = Go(1), _t = Symbol.for("lit-noChange"), C = Symbol.for("lit-nothing"), gr = /* @__PURE__ */ new WeakMap(), ue = me.createTreeWalker(me, 129);
1342
1342
  function Zr(r, t) {
@@ -1351,7 +1351,7 @@ const Xr = (r, t) => {
1351
1351
  let h, d, p = -1, g = 0;
1352
1352
  for (; g < c.length && (n.lastIndex = g, d = n.exec(c), d !== null); ) g = n.lastIndex, n === He ? d[1] === "!--" ? n = pr : d[1] !== void 0 ? n = ur : d[2] !== void 0 ? (Yr.test(d[2]) && (e = RegExp("</" + d[2], "g")), n = le) : d[3] !== void 0 && (n = le) : n === le ? d[0] === ">" ? (n = e ?? He, p = -1) : d[1] === void 0 ? p = -2 : (p = n.lastIndex - d[2].length, h = d[1], n = d[3] === void 0 ? le : d[3] === '"' ? mr : fr) : n === mr || n === fr ? n = le : n === pr || n === ur ? n = He : (n = le, e = void 0);
1353
1353
  const v = n === le && r[a + 1].startsWith("/>") ? " " : "";
1354
- o += n === He ? c + Xo : p >= 0 ? (i.push(h), c.slice(0, p) + Ui + c.slice(p) + Bt + v) : c + Bt + (p === -2 ? a : v);
1354
+ o += n === He ? c + Xo : p >= 0 ? (i.push(h), c.slice(0, p) + Ui + c.slice(p) + qt + v) : c + qt + (p === -2 ? a : v);
1355
1355
  }
1356
1356
  return [Zr(r, o + (r[s] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), i];
1357
1357
  };
@@ -1368,11 +1368,11 @@ let fi = class Gr {
1368
1368
  for (; (e = ue.nextNode()) !== null && c.length < a; ) {
1369
1369
  if (e.nodeType === 1) {
1370
1370
  if (e.hasAttributes()) for (const p of e.getAttributeNames()) if (p.endsWith(Ui)) {
1371
- const g = d[n++], v = e.getAttribute(p).split(Bt), b = /([.?@])?(.*)/.exec(g);
1371
+ const g = d[n++], v = e.getAttribute(p).split(qt), b = /([.?@])?(.*)/.exec(g);
1372
1372
  c.push({ type: 1, index: o, name: b[2], strings: v, ctor: b[1] === "." ? to : b[1] === "?" ? eo : b[1] === "@" ? so : hs }), e.removeAttribute(p);
1373
- } else p.startsWith(Bt) && (c.push({ type: 6, index: o }), e.removeAttribute(p));
1373
+ } else p.startsWith(qt) && (c.push({ type: 6, index: o }), e.removeAttribute(p));
1374
1374
  if (Yr.test(e.tagName)) {
1375
- const p = e.textContent.split(Bt), g = p.length - 1;
1375
+ const p = e.textContent.split(qt), g = p.length - 1;
1376
1376
  if (g > 0) {
1377
1377
  e.textContent = Ls ? Ls.emptyScript : "";
1378
1378
  for (let v = 0; v < g; v++) e.append(p[v], es()), ue.nextNode(), c.push({ type: 2, index: ++o });
@@ -1382,7 +1382,7 @@ let fi = class Gr {
1382
1382
  } else if (e.nodeType === 8) if (e.data === Vi) c.push({ type: 2, index: o });
1383
1383
  else {
1384
1384
  let p = -1;
1385
- for (; (p = e.data.indexOf(Bt, p + 1)) !== -1; ) c.push({ type: 7, index: o }), p += Bt.length - 1;
1385
+ for (; (p = e.data.indexOf(qt, p + 1)) !== -1; ) c.push({ type: 7, index: o }), p += qt.length - 1;
1386
1386
  }
1387
1387
  o++;
1388
1388
  }
@@ -1554,7 +1554,7 @@ let io = class {
1554
1554
  ge(this, t);
1555
1555
  }
1556
1556
  };
1557
- const Qo = { M: Ui, P: Bt, A: Vi, C: 1, L: Xr, R: Qr, D: Kr, V: ge, I: Ws, H: hs, N: eo, U: so, B: to, F: io }, oi = Xe.litHtmlPolyfillSupport;
1557
+ const Qo = { M: Ui, P: qt, A: Vi, C: 1, L: Xr, R: Qr, D: Kr, V: ge, I: Ws, H: hs, N: eo, U: so, B: to, F: io }, oi = Xe.litHtmlPolyfillSupport;
1558
1558
  oi == null || oi(fi, Ws), (Xe.litHtmlVersions ?? (Xe.litHtmlVersions = [])).push("3.2.1");
1559
1559
  const Jo = (r, t, s) => {
1560
1560
  const i = (s == null ? void 0 : s.renderBefore) ?? t;
@@ -3206,7 +3206,7 @@ var bi = { exports: {} };
3206
3206
  });
3207
3207
  })(bi, bi.exports);
3208
3208
  var Ln = bi.exports;
3209
- const qt = /* @__PURE__ */ kn(Ln), En = Io, Nn = On, Tn = qs, Mn = Os, Jt = tt, In = lt, ps = et, jn = ts, it = T, Fn = Ee, zn = qt;
3209
+ const Wt = /* @__PURE__ */ kn(Ln), En = Io, Nn = On, Tn = qs, Mn = Os, Jt = tt, In = lt, ps = et, jn = ts, it = T, Fn = Ee, zn = Wt;
3210
3210
  window["concorde-utils"] = window["concorde-utils"] || {};
3211
3211
  window["concorde-utils"] = {
3212
3212
  Utils: En,
@@ -5874,17 +5874,17 @@ var Ka = Object.defineProperty, Ya = Object.getOwnPropertyDescriptor, Yi = (r, t
5874
5874
  return i && e && Ka(t, s, e), e;
5875
5875
  };
5876
5876
  const Za = "sonic-loader";
5877
- let ot = class extends x {
5877
+ let nt = class extends x {
5878
5878
  constructor() {
5879
5879
  super(...arguments), this.mode = "fixed", this.noDelay = !1;
5880
5880
  }
5881
5881
  static show(r) {
5882
- ot.loader || (ot.loader = document.createElement("sonic-loader"));
5883
- const t = ot.loader;
5884
- r || (r = {}), r.mode && t.setAttribute("mode", r.mode), r.noDelay && t.setAttribute("noDelay", ""), r.container || (r.container = yt.getPopContainer(), r.mode = "fixed"), r.container.appendChild(t), ot.callCounter++;
5882
+ nt.loader || (nt.loader = document.createElement("sonic-loader"));
5883
+ const t = nt.loader;
5884
+ r || (r = {}), r.mode && t.setAttribute("mode", r.mode), r.noDelay && t.setAttribute("noDelay", ""), r.container || (r.container = yt.getPopContainer(), r.mode = "fixed"), r.container.appendChild(t), nt.callCounter++;
5885
5885
  }
5886
5886
  static hide() {
5887
- ot.callCounter--, !(ot.callCounter > 0) && ot.loader && ot.loader.remove();
5887
+ nt.callCounter--, !(nt.callCounter > 0) && nt.loader && nt.loader.remove();
5888
5888
  }
5889
5889
  render() {
5890
5890
  return m`<div
@@ -5897,7 +5897,7 @@ let ot = class extends x {
5897
5897
  </div>`;
5898
5898
  }
5899
5899
  };
5900
- ot.styles = [
5900
+ nt.styles = [
5901
5901
  qa,
5902
5902
  Wa,
5903
5903
  P`
@@ -5930,16 +5930,16 @@ ot.styles = [
5930
5930
  }
5931
5931
  `
5932
5932
  ];
5933
- ot.callCounter = 0;
5933
+ nt.callCounter = 0;
5934
5934
  Yi([
5935
5935
  l({ type: String })
5936
- ], ot.prototype, "mode", 2);
5936
+ ], nt.prototype, "mode", 2);
5937
5937
  Yi([
5938
5938
  l({ type: Boolean })
5939
- ], ot.prototype, "noDelay", 2);
5940
- ot = Yi([
5939
+ ], nt.prototype, "noDelay", 2);
5940
+ nt = Yi([
5941
5941
  $(Za)
5942
- ], ot);
5942
+ ], nt);
5943
5943
  var Xa = Object.defineProperty, Ga = Object.getOwnPropertyDescriptor, Qa = (r, t, s, i) => {
5944
5944
  for (var e = i > 1 ? void 0 : i ? Ga(t, s) : t, o = r.length - 1, n; o >= 0; o--)
5945
5945
  (n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
@@ -6174,7 +6174,7 @@ function* $o(r, t) {
6174
6174
  for (const i of r) yield t(i, s++);
6175
6175
  }
6176
6176
  }
6177
- var il = Object.defineProperty, rl = Object.getOwnPropertyDescriptor, rt = (r, t, s, i) => {
6177
+ var il = Object.defineProperty, rl = Object.getOwnPropertyDescriptor, ot = (r, t, s, i) => {
6178
6178
  for (var e = i > 1 ? void 0 : i ? rl(t, s) : t, o = r.length - 1, n; o >= 0; o--)
6179
6179
  (n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
6180
6180
  return i && e && il(t, s, e), e;
@@ -6323,58 +6323,58 @@ let X = class extends G(x) {
6323
6323
  }
6324
6324
  };
6325
6325
  X.instanceCounter = 0;
6326
- rt([
6326
+ ot([
6327
6327
  l({ type: Array })
6328
6328
  ], X.prototype, "templates", 2);
6329
- rt([
6329
+ ot([
6330
6330
  l({ type: Function })
6331
6331
  ], X.prototype, "items", 2);
6332
- rt([
6332
+ ot([
6333
6333
  l({ type: Function })
6334
6334
  ], X.prototype, "noItems", 2);
6335
- rt([
6335
+ ot([
6336
6336
  l({ type: Function })
6337
6337
  ], X.prototype, "skeleton", 2);
6338
- rt([
6338
+ ot([
6339
6339
  l({ type: Object })
6340
6340
  ], X.prototype, "itemPropertyMap", 2);
6341
- rt([
6341
+ ot([
6342
6342
  l()
6343
6343
  ], X.prototype, "cache", 2);
6344
- rt([
6344
+ ot([
6345
6345
  l()
6346
6346
  ], X.prototype, "targetRequestDuration", 2);
6347
- rt([
6347
+ ot([
6348
6348
  l()
6349
6349
  ], X.prototype, "limit", 2);
6350
- rt([
6350
+ ot([
6351
6351
  l()
6352
6352
  ], X.prototype, "lazyBoundsRatio", 2);
6353
- rt([
6353
+ ot([
6354
6354
  l()
6355
6355
  ], X.prototype, "offset", 2);
6356
- rt([
6356
+ ot([
6357
6357
  l()
6358
6358
  ], X.prototype, "resultCount", 2);
6359
- rt([
6359
+ ot([
6360
6360
  l({ type: Boolean })
6361
6361
  ], X.prototype, "noLazyload", 2);
6362
- rt([
6362
+ ot([
6363
6363
  l({ type: String })
6364
6364
  ], X.prototype, "loader", 2);
6365
- rt([
6365
+ ot([
6366
6366
  l()
6367
6367
  ], X.prototype, "filteredFields", 2);
6368
- rt([
6368
+ ot([
6369
6369
  l({ type: String })
6370
6370
  ], X.prototype, "dataProviderExpression", 2);
6371
- rt([
6371
+ ot([
6372
6372
  l({ type: Boolean })
6373
6373
  ], X.prototype, "invalidateOnPageShow", 2);
6374
- rt([
6374
+ ot([
6375
6375
  l({ type: String })
6376
6376
  ], X.prototype, "idKey", 2);
6377
- X = rt([
6377
+ X = ot([
6378
6378
  $(ol)
6379
6379
  ], X);
6380
6380
  var nl = Object.defineProperty, al = Object.getOwnPropertyDescriptor, ze = (r, t, s, i) => {
@@ -6393,7 +6393,7 @@ let te = class extends G(x) {
6393
6393
  this.getAncestorAttributeValue("formDataProvider")
6394
6394
  );
6395
6395
  if (t.isFormValid = !0, t.invalidateForm(), !t.isFormValid.get()) return;
6396
- if (this.disabled = !0, ot.show(), t.isFormValid, this.hasAttribute("native")) {
6396
+ if (this.disabled = !0, nt.show(), t.isFormValid, this.hasAttribute("native")) {
6397
6397
  this.submitNativeForm();
6398
6398
  return;
6399
6399
  }
@@ -6438,7 +6438,7 @@ let te = class extends G(x) {
6438
6438
  h = await ((W = this.api) == null ? void 0 : W.post(p, y, c));
6439
6439
  break;
6440
6440
  }
6441
- ot.hide(), h ? h._sonic_http_response_ && !h._sonic_http_response_.ok && Object.keys(h).length === 1 && (h.messages = [{ content: "Network Error", status: "error" }]) : h = {
6441
+ nt.hide(), h ? h._sonic_http_response_ && !h._sonic_http_response_.ok && Object.keys(h).length === 1 && (h.messages = [{ content: "Network Error", status: "error" }]) : h = {
6442
6442
  messages: [{ content: "Network Error", status: "error" }]
6443
6443
  };
6444
6444
  const _ = this.getAncestorAttributeValue(
@@ -6473,7 +6473,7 @@ let te = class extends G(x) {
6473
6473
  if (v) {
6474
6474
  v.captchaToken = "request_token";
6475
6475
  const y = (_) => {
6476
- _ != "request_token" ? (g(), v.captchaToken.offAssign(y)) : (ot.hide(), this.disabled = !1);
6476
+ _ != "request_token" ? (g(), v.captchaToken.offAssign(y)) : (nt.hide(), this.disabled = !1);
6477
6477
  };
6478
6478
  v.captchaToken.onAssign(y);
6479
6479
  } else
@@ -6589,7 +6589,7 @@ let Te = class extends ds(x) {
6589
6589
  o.shift(), r.push(i([...o]));
6590
6590
  } else
6591
6591
  try {
6592
- const n = new qt(this.patternBasePath + s).match(this.cleanLocation);
6592
+ const n = new Wt(this.patternBasePath + s).match(this.cleanLocation);
6593
6593
  if (n) {
6594
6594
  const a = n || {};
6595
6595
  r.push(i(a));
@@ -6613,7 +6613,7 @@ let Te = class extends ds(x) {
6613
6613
  t.push(s);
6614
6614
  else
6615
6615
  try {
6616
- new qt(this.patternBasePath + i + "(/*)").match(
6616
+ new Wt(this.patternBasePath + i + "(/*)").match(
6617
6617
  this.cleanLocation
6618
6618
  ) && (s.setAttribute("mode", "patternMatching"), t.push(s));
6619
6619
  } catch {
@@ -6638,10 +6638,10 @@ let Te = class extends ds(x) {
6638
6638
  let e = "";
6639
6639
  const o = s.getAttribute("dataProviderExpression") || "";
6640
6640
  if (s.getAttribute("mode") == "patternMatching") {
6641
- const n = new qt(
6641
+ const n = new Wt(
6642
6642
  "(/)*" + (s.getAttribute(this.templateValueAttribute) || "") + "*"
6643
6643
  );
6644
- e = new qt(o).stringify(n.match(this.cleanLocation));
6644
+ e = new Wt(o).stringify(n.match(this.cleanLocation));
6645
6645
  } else {
6646
6646
  const n = new RegExp(
6647
6647
  s.getAttribute(this.templateValueAttribute) || ""
@@ -6738,7 +6738,7 @@ let ns = class extends G(ds(x)) {
6738
6738
  n.shift(), t.push(e([...n]));
6739
6739
  } else
6740
6740
  try {
6741
- const n = new qt("(/)*" + i + "*");
6741
+ const n = new Wt("(/)*" + i + "*");
6742
6742
  if (n.match(r)) {
6743
6743
  const a = n.match(r) || {};
6744
6744
  t.push(e(a));
@@ -6763,7 +6763,7 @@ let ns = class extends G(ds(x)) {
6763
6763
  if (this.inverted && (o = e, e = r), e == "" && (e = this.inverted ? ".*?" : "^$"), new RegExp(e).test(o + ""))
6764
6764
  s.push(i), i.removeAttribute("mode");
6765
6765
  else {
6766
- const a = new qt(e);
6766
+ const a = new Wt(e);
6767
6767
  a.names.length > 0 && a.match(o) && (i.setAttribute("mode", "patternMatching"), s.push(i));
6768
6768
  }
6769
6769
  }
@@ -6780,8 +6780,8 @@ let ns = class extends G(ds(x)) {
6780
6780
  this.templateValueAttribute
6781
6781
  );
6782
6782
  if (this.inverted && (a = c, c = r), c == "" && (c = this.inverted ? "*" : "^$"), i.getAttribute("mode") == "patternMatching") {
6783
- const h = new qt(c);
6784
- n = new qt(o).stringify(h.match(a));
6783
+ const h = new Wt(c);
6784
+ n = new Wt(o).stringify(h.match(a));
6785
6785
  } else {
6786
6786
  const h = new RegExp(c), d = (a + "").match(h);
6787
6787
  d && (n = (e = d.shift()) == null ? void 0 : e.replace(h, o));
@@ -8507,15 +8507,15 @@ const Co = P`
8507
8507
  box-shadow: none;
8508
8508
  }
8509
8509
  `;
8510
- var _c = Object.defineProperty, wc = Object.getOwnPropertyDescriptor, Yt = (r, t, s, i) => {
8510
+ var _c = Object.defineProperty, wc = Object.getOwnPropertyDescriptor, zt = (r, t, s, i) => {
8511
8511
  for (var e = i > 1 ? void 0 : i ? wc(t, s) : t, o = r.length - 1, n; o >= 0; o--)
8512
8512
  (n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
8513
8513
  return i && e && _c(t, s, e), e;
8514
8514
  };
8515
8515
  const xc = "sonic-pop";
8516
- let nt = class extends x {
8516
+ let rt = class extends x {
8517
8517
  constructor() {
8518
- super(...arguments), this.open = !1, this.noToggle = !1, this.inline = !1, this.shadow = "lg", this.placement = "bottom", this.positioningRuns = !1, this.lastContentX = 0, this.lastContentY = 0, this.resizeObserver = new ResizeObserver(
8518
+ super(...arguments), this.open = !1, this.noToggle = !1, this.inline = !1, this.manual = !1, this.shadow = "lg", this.placement = "bottom", this.positioningRuns = !1, this.lastContentX = 0, this.lastContentY = 0, this.resizeObserver = new ResizeObserver(
8519
8519
  () => this.computePosition(this.placement)
8520
8520
  ), this.triggerElement = null, this.ancestorsHavingZIndex = /* @__PURE__ */ new Set(), this._handleKeyDown = (r) => {
8521
8521
  r.key === "Escape" && this.open && (r.stopPropagation(), this.hide());
@@ -8558,7 +8558,7 @@ let nt = class extends x {
8558
8558
  }
8559
8559
  _handleClosePop(r) {
8560
8560
  const t = r.composedPath(), s = t[0];
8561
- nt.pops.forEach((i) => {
8561
+ rt.pops.forEach((i) => {
8562
8562
  const e = t.includes(i), o = t.includes(
8563
8563
  i.querySelector('[slot="content"]')
8564
8564
  ), n = tt.getAncestorAttributeValue(s, "data-on-select") === "keep";
@@ -8566,7 +8566,7 @@ let nt = class extends x {
8566
8566
  });
8567
8567
  }
8568
8568
  connectedCallback() {
8569
- super.connectedCallback(), nt.pops.size == 0 && (document.addEventListener("pointerdown", this._handleClosePop), document.addEventListener("click", this._handleClosePop), document.addEventListener("keydown", this._handleKeyDown)), nt.pops.add(this);
8569
+ super.connectedCallback(), rt.pops.size == 0 && (document.addEventListener("pointerdown", this._handleClosePop), document.addEventListener("click", this._handleClosePop), document.addEventListener("keydown", this._handleKeyDown)), rt.pops.add(this);
8570
8570
  }
8571
8571
  // /*
8572
8572
  // On attends le premier rendu pour observer les changements de taille car popup content n'est pas encore défini sinon
@@ -8575,7 +8575,7 @@ let nt = class extends x {
8575
8575
  super.firstUpdated(r), this.resizeObserver.observe(this.popContent);
8576
8576
  }
8577
8577
  disconnectedCallback() {
8578
- this.popContent && this.resizeObserver.unobserve(this.popContent), super.disconnectedCallback(), nt.pops.delete(this), nt.pops.size == 0 && (document.removeEventListener("pointerdown", this._handleClosePop), document.removeEventListener("click", this._handleClosePop), document.removeEventListener("keydown", this._handleKeyDown));
8578
+ this.popContent && this.resizeObserver.unobserve(this.popContent), super.disconnectedCallback(), rt.pops.delete(this), rt.pops.size == 0 && (document.removeEventListener("pointerdown", this._handleClosePop), document.removeEventListener("click", this._handleClosePop), document.removeEventListener("keydown", this._handleKeyDown));
8579
8579
  }
8580
8580
  computePosition(r) {
8581
8581
  var N, H, W, Ot;
@@ -8623,8 +8623,10 @@ let nt = class extends x {
8623
8623
  render() {
8624
8624
  return m`
8625
8625
  <slot
8626
- @click=${this.toggle}
8627
- @keydown=${this.toggle}
8626
+ @click=${this.manual ? () => {
8627
+ } : this.toggle}
8628
+ @keydown=${this.manual ? () => {
8629
+ } : this.toggle}
8628
8630
  class="contents"
8629
8631
  ></slot>
8630
8632
  <slot
@@ -8638,8 +8640,8 @@ let nt = class extends x {
8638
8640
  `;
8639
8641
  }
8640
8642
  };
8641
- nt.pops = /* @__PURE__ */ new Set();
8642
- nt.styles = [
8643
+ rt.pops = /* @__PURE__ */ new Set();
8644
+ rt.styles = [
8643
8645
  P`
8644
8646
  :host {
8645
8647
  display: inline-block;
@@ -8675,33 +8677,36 @@ nt.styles = [
8675
8677
  `,
8676
8678
  Co
8677
8679
  ];
8678
- Yt([
8680
+ zt([
8679
8681
  E()
8680
- ], nt.prototype, "open", 2);
8681
- Yt([
8682
+ ], rt.prototype, "open", 2);
8683
+ zt([
8682
8684
  $e("slot:not([name=content])")
8683
- ], nt.prototype, "popBtn", 2);
8684
- Yt([
8685
+ ], rt.prototype, "popBtn", 2);
8686
+ zt([
8685
8687
  $e("slot[name=content]")
8686
- ], nt.prototype, "popContent", 2);
8687
- Yt([
8688
+ ], rt.prototype, "popContent", 2);
8689
+ zt([
8688
8690
  l({ type: Boolean })
8689
- ], nt.prototype, "noToggle", 2);
8690
- Yt([
8691
+ ], rt.prototype, "noToggle", 2);
8692
+ zt([
8691
8693
  l({ type: Boolean, reflect: !0 })
8692
- ], nt.prototype, "inline", 2);
8693
- Yt([
8694
+ ], rt.prototype, "inline", 2);
8695
+ zt([
8696
+ l({ type: Boolean })
8697
+ ], rt.prototype, "manual", 2);
8698
+ zt([
8694
8699
  l({ type: String, reflect: !0 })
8695
- ], nt.prototype, "shadow", 2);
8696
- Yt([
8700
+ ], rt.prototype, "shadow", 2);
8701
+ zt([
8697
8702
  l({ type: String })
8698
- ], nt.prototype, "placement", 2);
8699
- Yt([
8703
+ ], rt.prototype, "placement", 2);
8704
+ zt([
8700
8705
  E()
8701
- ], nt.prototype, "triggerElement", 2);
8702
- nt = Yt([
8706
+ ], rt.prototype, "triggerElement", 2);
8707
+ rt = zt([
8703
8708
  $(xc)
8704
- ], nt);
8709
+ ], rt);
8705
8710
  var $c = Object.defineProperty, Pc = Object.getOwnPropertyDescriptor, Ac = (r, t, s, i) => {
8706
8711
  for (var e = i > 1 ? void 0 : i ? Pc(t, s) : t, o = r.length - 1, n; o >= 0; o--)
8707
8712
  (n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
@@ -9921,7 +9926,7 @@ var eh = Object.defineProperty, sh = Object.getOwnPropertyDescriptor, Se = (r, t
9921
9926
  return i && e && eh(t, s, e), e;
9922
9927
  };
9923
9928
  const ih = "sonic-legend";
9924
- let Wt = class extends x {
9929
+ let Kt = class extends x {
9925
9930
  constructor() {
9926
9931
  super(...arguments), this.forceAutoFill = !1;
9927
9932
  }
@@ -9958,7 +9963,7 @@ let Wt = class extends x {
9958
9963
  </legend>`;
9959
9964
  }
9960
9965
  };
9961
- Wt.styles = [
9966
+ Kt.styles = [
9962
9967
  P`
9963
9968
  :host {
9964
9969
  --sc-legend-font-size: 1.5rem;
@@ -10007,26 +10012,26 @@ Wt.styles = [
10007
10012
  ];
10008
10013
  Se([
10009
10014
  l({ type: Boolean })
10010
- ], Wt.prototype, "forceAutoFill", 2);
10015
+ ], Kt.prototype, "forceAutoFill", 2);
10011
10016
  Se([
10012
10017
  l()
10013
- ], Wt.prototype, "description", 1);
10018
+ ], Kt.prototype, "description", 1);
10014
10019
  Se([
10015
10020
  l()
10016
- ], Wt.prototype, "label", 1);
10021
+ ], Kt.prototype, "label", 1);
10017
10022
  Se([
10018
10023
  l({ type: String })
10019
- ], Wt.prototype, "iconName", 2);
10024
+ ], Kt.prototype, "iconName", 2);
10020
10025
  Se([
10021
10026
  l({ type: String })
10022
- ], Wt.prototype, "iconLibrary", 2);
10027
+ ], Kt.prototype, "iconLibrary", 2);
10023
10028
  Se([
10024
10029
  l({ type: String })
10025
- ], Wt.prototype, "iconPrefix", 2);
10026
- Wt = Se([
10030
+ ], Kt.prototype, "iconPrefix", 2);
10031
+ Kt = Se([
10027
10032
  $(ih)
10028
- ], Wt);
10029
- var rh = Object.defineProperty, oh = Object.getOwnPropertyDescriptor, zt = (r, t, s, i) => {
10033
+ ], Kt);
10034
+ var rh = Object.defineProperty, oh = Object.getOwnPropertyDescriptor, Rt = (r, t, s, i) => {
10030
10035
  for (var e = i > 1 ? void 0 : i ? oh(t, s) : t, o = r.length - 1, n; o >= 0; o--)
10031
10036
  (n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
10032
10037
  return i && e && rh(t, s, e), e;
@@ -10104,34 +10109,34 @@ Pt.styles = [
10104
10109
  }
10105
10110
  `
10106
10111
  ];
10107
- zt([
10112
+ Rt([
10108
10113
  l({ type: Boolean, reflect: !0 })
10109
10114
  ], Pt.prototype, "disabled", 2);
10110
- zt([
10115
+ Rt([
10111
10116
  l({ type: String })
10112
10117
  ], Pt.prototype, "form", 2);
10113
- zt([
10118
+ Rt([
10114
10119
  l({ type: String })
10115
10120
  ], Pt.prototype, "label", 2);
10116
- zt([
10121
+ Rt([
10117
10122
  l({ type: String })
10118
10123
  ], Pt.prototype, "description", 2);
10119
- zt([
10124
+ Rt([
10120
10125
  l({ type: String })
10121
10126
  ], Pt.prototype, "iconName", 2);
10122
- zt([
10127
+ Rt([
10123
10128
  l({ type: String })
10124
10129
  ], Pt.prototype, "iconLibrary", 2);
10125
- zt([
10130
+ Rt([
10126
10131
  l({ type: String })
10127
10132
  ], Pt.prototype, "iconPrefix", 2);
10128
- zt([
10133
+ Rt([
10129
10134
  l({ type: Boolean, reflect: !0 })
10130
10135
  ], Pt.prototype, "tight", 2);
10131
- zt([
10136
+ Rt([
10132
10137
  l({ type: String, reflect: !0 })
10133
10138
  ], Pt.prototype, "variant", 2);
10134
- Pt = zt([
10139
+ Pt = Rt([
10135
10140
  $(nh)
10136
10141
  ], Pt);
10137
10142
  var ah = Object.defineProperty, lh = Object.getOwnPropertyDescriptor, Ji = (r, t, s, i) => {
@@ -10347,7 +10352,7 @@ ne([
10347
10352
  Mt = ne([
10348
10353
  $(mh)
10349
10354
  ], Mt);
10350
- var gh = Object.defineProperty, bh = Object.getOwnPropertyDescriptor, Rt = (r, t, s, i) => {
10355
+ var gh = Object.defineProperty, bh = Object.getOwnPropertyDescriptor, Ut = (r, t, s, i) => {
10351
10356
  for (var e = i > 1 ? void 0 : i ? bh(t, s) : t, o = r.length - 1, n; o >= 0; o--)
10352
10357
  (n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
10353
10358
  return i && e && gh(t, s, e), e;
@@ -10463,34 +10468,34 @@ At.styles = [
10463
10468
  }
10464
10469
  `
10465
10470
  ];
10466
- Rt([
10471
+ Ut([
10467
10472
  l({ type: String })
10468
10473
  ], At.prototype, "rounded", 2);
10469
- Rt([
10474
+ Ut([
10470
10475
  l({ type: String })
10471
10476
  ], At.prototype, "src", 2);
10472
- Rt([
10477
+ Ut([
10473
10478
  l({ type: String })
10474
10479
  ], At.prototype, "alt", 2);
10475
- Rt([
10480
+ Ut([
10476
10481
  l({ type: String })
10477
10482
  ], At.prototype, "loading", 2);
10478
- Rt([
10483
+ Ut([
10479
10484
  l({ type: String, reflect: !0 })
10480
10485
  ], At.prototype, "transition", 2);
10481
- Rt([
10486
+ Ut([
10482
10487
  l({ type: String })
10483
10488
  ], At.prototype, "ratio", 2);
10484
- Rt([
10489
+ Ut([
10485
10490
  l({ type: String })
10486
10491
  ], At.prototype, "objectPosition", 2);
10487
- Rt([
10492
+ Ut([
10488
10493
  l({ type: String })
10489
10494
  ], At.prototype, "imageRendering", 2);
10490
- Rt([
10495
+ Ut([
10491
10496
  l({ type: Boolean, reflect: !0 })
10492
10497
  ], At.prototype, "cover", 2);
10493
- At = Rt([
10498
+ At = Ut([
10494
10499
  $(vh)
10495
10500
  ], At);
10496
10501
  var yh = Object.defineProperty, _h = Object.getOwnPropertyDescriptor, wt = (r, t, s, i) => {
@@ -11266,7 +11271,7 @@ F = st([
11266
11271
  $(ko)
11267
11272
  ], F);
11268
11273
  typeof window < "u" && (window.SonicModal = F);
11269
- var Vh = Object.defineProperty, Hh = Object.getOwnPropertyDescriptor, Ut = (r, t, s, i) => {
11274
+ var Vh = Object.defineProperty, Hh = Object.getOwnPropertyDescriptor, Vt = (r, t, s, i) => {
11270
11275
  for (var e = i > 1 ? void 0 : i ? Hh(t, s) : t, o = r.length - 1, n; o >= 0; o--)
11271
11276
  (n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
11272
11277
  return i && e && Vh(t, s, e), e;
@@ -11412,34 +11417,34 @@ Ct.styles = [
11412
11417
  }
11413
11418
  `
11414
11419
  ];
11415
- Ut([
11420
+ Vt([
11416
11421
  l({ type: String })
11417
11422
  ], Ct.prototype, "label", 2);
11418
- Ut([
11423
+ Vt([
11419
11424
  l({ type: Boolean, reflect: !0 })
11420
11425
  ], Ct.prototype, "noIcon", 2);
11421
- Ut([
11426
+ Vt([
11422
11427
  l({ type: String })
11423
11428
  ], Ct.prototype, "text", 2);
11424
- Ut([
11429
+ Vt([
11425
11430
  l({ type: String })
11426
11431
  ], Ct.prototype, "id", 2);
11427
- Ut([
11432
+ Vt([
11428
11433
  l({ type: String, reflect: !0 })
11429
11434
  ], Ct.prototype, "size", 2);
11430
- Ut([
11435
+ Vt([
11431
11436
  l({ type: Boolean, reflect: !0 })
11432
11437
  ], Ct.prototype, "dismissible", 2);
11433
- Ut([
11438
+ Vt([
11434
11439
  l({ type: Boolean, reflect: !0 })
11435
11440
  ], Ct.prototype, "background", 2);
11436
- Ut([
11441
+ Vt([
11437
11442
  l({ type: String, reflect: !0 })
11438
11443
  ], Ct.prototype, "status", 2);
11439
- Ut([
11444
+ Vt([
11440
11445
  l({ type: Boolean, reflect: !0 })
11441
11446
  ], Ct.prototype, "dismissForever", 2);
11442
- Ct = Ut([
11447
+ Ct = Vt([
11443
11448
  $(qh)
11444
11449
  ], Ct);
11445
11450
  var Wh = Object.defineProperty, Kh = Object.getOwnPropertyDescriptor, vs = (r, t, s, i) => {
@@ -11658,7 +11663,7 @@ ys([
11658
11663
  we = ys([
11659
11664
  $(td)
11660
11665
  ], we);
11661
- var ed = Object.defineProperty, sd = Object.getOwnPropertyDescriptor, Vt = (r, t, s, i) => {
11666
+ var ed = Object.defineProperty, sd = Object.getOwnPropertyDescriptor, Ht = (r, t, s, i) => {
11662
11667
  for (var e = i > 1 ? void 0 : i ? sd(t, s) : t, o = r.length - 1, n; o >= 0; o--)
11663
11668
  (n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);
11664
11669
  return i && e && ed(t, s, e), e;
@@ -11814,34 +11819,34 @@ St.styles = [
11814
11819
  }
11815
11820
  `
11816
11821
  ];
11817
- Vt([
11822
+ Ht([
11818
11823
  dt({ flatten: !0 })
11819
11824
  ], St.prototype, "slotNodes", 2);
11820
- Vt([
11825
+ Ht([
11821
11826
  $e("div")
11822
11827
  ], St.prototype, "divider", 2);
11823
- Vt([
11828
+ Ht([
11824
11829
  l({ type: String })
11825
11830
  ], St.prototype, "label", 2);
11826
- Vt([
11831
+ Ht([
11827
11832
  l({ type: String, reflect: !0 })
11828
11833
  ], St.prototype, "size", 2);
11829
- Vt([
11834
+ Ht([
11830
11835
  l({ type: String, reflect: !0 })
11831
11836
  ], St.prototype, "align", 2);
11832
- Vt([
11837
+ Ht([
11833
11838
  l({ type: Boolean, reflect: !0 })
11834
11839
  ], St.prototype, "vertical", 2);
11835
- Vt([
11840
+ Ht([
11836
11841
  l({ type: Boolean, reflect: !0 })
11837
11842
  ], St.prototype, "noMargin", 2);
11838
- Vt([
11843
+ Ht([
11839
11844
  l({ type: Boolean, reflect: !0 })
11840
11845
  ], St.prototype, "dashed", 2);
11841
- Vt([
11846
+ Ht([
11842
11847
  l({ type: Boolean, reflect: !0 })
11843
11848
  ], St.prototype, "dotted", 2);
11844
- St = Vt([
11849
+ St = Ht([
11845
11850
  $(id)
11846
11851
  ], St);
11847
11852
  var rd = Object.defineProperty, od = Object.getOwnPropertyDescriptor, nd = (r, t, s, i) => {
@@ -12184,7 +12189,7 @@ var Cd = Object.defineProperty, Sd = Object.getOwnPropertyDescriptor, Oe = (r, t
12184
12189
  return i && e && Cd(t, s, e), e;
12185
12190
  };
12186
12191
  const Od = "sonic-th";
12187
- let Kt = class extends x {
12192
+ let Yt = class extends x {
12188
12193
  render() {
12189
12194
  const r = {
12190
12195
  textAlign: this.align,
@@ -12202,7 +12207,7 @@ let Kt = class extends x {
12202
12207
  </th> `;
12203
12208
  }
12204
12209
  };
12205
- Kt.styles = [
12210
+ Yt.styles = [
12206
12211
  sr,
12207
12212
  P`
12208
12213
  :host {
@@ -12231,25 +12236,25 @@ Kt.styles = [
12231
12236
  ];
12232
12237
  Oe([
12233
12238
  l({ type: Number })
12234
- ], Kt.prototype, "colSpan", 2);
12239
+ ], Yt.prototype, "colSpan", 2);
12235
12240
  Oe([
12236
12241
  l({ type: Number })
12237
- ], Kt.prototype, "rowSpan", 2);
12242
+ ], Yt.prototype, "rowSpan", 2);
12238
12243
  Oe([
12239
12244
  l({ type: String })
12240
- ], Kt.prototype, "align", 2);
12245
+ ], Yt.prototype, "align", 2);
12241
12246
  Oe([
12242
12247
  l({ type: String })
12243
- ], Kt.prototype, "minWidth", 2);
12248
+ ], Yt.prototype, "minWidth", 2);
12244
12249
  Oe([
12245
12250
  l({ type: String })
12246
- ], Kt.prototype, "maxWidth", 2);
12251
+ ], Yt.prototype, "maxWidth", 2);
12247
12252
  Oe([
12248
12253
  l({ type: String })
12249
- ], Kt.prototype, "width", 2);
12250
- Kt = Oe([
12254
+ ], Yt.prototype, "width", 2);
12255
+ Yt = Oe([
12251
12256
  $(Od)
12252
- ], Kt);
12257
+ ], Yt);
12253
12258
  var Dd = Object.defineProperty, kd = Object.getOwnPropertyDescriptor, ae = (r, t, s, i) => {
12254
12259
  for (var e = i > 1 ? void 0 : i ? kd(t, s) : t, o = r.length - 1, n; o >= 0; o--)
12255
12260
  (n = r[o]) && (e = (i ? n(t, s, e) : n(e)) || e);