@haiilo/catalyst 3.0.0 → 3.0.1

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 (77) hide show
  1. package/dist/catalyst/catalyst.css +22 -22
  2. package/dist/catalyst/catalyst.esm.js +1 -1
  3. package/dist/catalyst/catalyst.esm.js.map +1 -1
  4. package/dist/catalyst/p-1c6eace6.js +3 -0
  5. package/dist/catalyst/p-1c6eace6.js.map +1 -0
  6. package/dist/catalyst/p-d5ac868d.entry.js +10 -0
  7. package/dist/catalyst/p-d5ac868d.entry.js.map +1 -0
  8. package/dist/catalyst/scss/core/_dialog.scss +1 -1
  9. package/dist/catalyst/scss/core/_notification.scss +10 -10
  10. package/dist/catalyst/scss/core/_typography.scss +1 -1
  11. package/dist/cjs/cat-alert_24.cjs.entry.js +1354 -32
  12. package/dist/cjs/cat-alert_24.cjs.entry.js.map +1 -1
  13. package/dist/cjs/catalyst.cjs.js +2 -2
  14. package/dist/cjs/{index-e540e911.js → index-22e41d18.js} +1 -4
  15. package/dist/cjs/index-22e41d18.js.map +1 -0
  16. package/dist/cjs/loader.cjs.js +2 -2
  17. package/dist/collection/collection-manifest.json +0 -1
  18. package/dist/collection/components/cat-input/cat-input.css +10 -0
  19. package/dist/collection/components/cat-scrollable/cat-scrollable.js +18 -14
  20. package/dist/collection/components/cat-scrollable/cat-scrollable.js.map +1 -1
  21. package/dist/collection/components/cat-textarea/cat-textarea.css +5 -0
  22. package/dist/collection/scss/core/_dialog.scss +1 -1
  23. package/dist/collection/scss/core/_notification.scss +10 -10
  24. package/dist/collection/scss/core/_typography.scss +1 -1
  25. package/dist/components/cat-badge.js.map +1 -1
  26. package/dist/components/cat-button2.js.map +1 -1
  27. package/dist/components/cat-card.js.map +1 -1
  28. package/dist/components/cat-dropdown2.js +759 -2
  29. package/dist/components/cat-dropdown2.js.map +1 -1
  30. package/dist/components/cat-input.js +1 -1
  31. package/dist/components/cat-input.js.map +1 -1
  32. package/dist/components/cat-scrollable2.js +241 -14
  33. package/dist/components/cat-scrollable2.js.map +1 -1
  34. package/dist/components/cat-select-demo.js +2 -2
  35. package/dist/components/cat-select2.js +2 -187
  36. package/dist/components/cat-select2.js.map +1 -1
  37. package/dist/components/cat-textarea.js +1 -1
  38. package/dist/components/cat-textarea.js.map +1 -1
  39. package/dist/components/index.d.ts +0 -1
  40. package/dist/components/index.js +0 -1
  41. package/dist/components/index.js.map +1 -1
  42. package/dist/esm/cat-alert_24.entry.js +1348 -26
  43. package/dist/esm/cat-alert_24.entry.js.map +1 -1
  44. package/dist/esm/catalyst.js +2 -2
  45. package/dist/esm/{index-c2a28ebb.js → index-7b85fb91.js} +1 -4
  46. package/dist/esm/index-7b85fb91.js.map +1 -0
  47. package/dist/esm/loader.js +2 -2
  48. package/dist/types/components/cat-scrollable/cat-scrollable.d.ts +3 -0
  49. package/dist/types/components.d.ts +0 -25
  50. package/package.json +2 -2
  51. package/dist/catalyst/p-52f9fea7.entry.js +0 -2
  52. package/dist/catalyst/p-52f9fea7.entry.js.map +0 -1
  53. package/dist/catalyst/p-53a1db22.js +0 -3
  54. package/dist/catalyst/p-53a1db22.js.map +0 -1
  55. package/dist/catalyst/p-557c8009.entry.js +0 -2
  56. package/dist/catalyst/p-557c8009.entry.js.map +0 -1
  57. package/dist/catalyst/p-60a20ebe.js +0 -10
  58. package/dist/catalyst/p-60a20ebe.js.map +0 -1
  59. package/dist/cjs/cat-modal.cjs.entry.js +0 -74
  60. package/dist/cjs/cat-modal.cjs.entry.js.map +0 -1
  61. package/dist/cjs/first-tabbable-7966cf1c.js +0 -1288
  62. package/dist/cjs/first-tabbable-7966cf1c.js.map +0 -1
  63. package/dist/cjs/index-e540e911.js.map +0 -1
  64. package/dist/collection/components/cat-modal/cat-modal.css +0 -65
  65. package/dist/collection/components/cat-modal/cat-modal.js +0 -117
  66. package/dist/collection/components/cat-modal/cat-modal.js.map +0 -1
  67. package/dist/components/cat-modal.d.ts +0 -11
  68. package/dist/components/cat-modal.js +0 -111
  69. package/dist/components/cat-modal.js.map +0 -1
  70. package/dist/components/focus-trap.esm.js +0 -763
  71. package/dist/components/focus-trap.esm.js.map +0 -1
  72. package/dist/esm/cat-modal.entry.js +0 -70
  73. package/dist/esm/cat-modal.entry.js.map +0 -1
  74. package/dist/esm/first-tabbable-4a00de61.js +0 -1284
  75. package/dist/esm/first-tabbable-4a00de61.js.map +0 -1
  76. package/dist/esm/index-c2a28ebb.js.map +0 -1
  77. package/dist/types/components/cat-modal/cat-modal.d.ts +0 -20
@@ -1013,34 +1013,34 @@ code {
1013
1013
  color: rgb(var(--cat-primary-text-active, 2, 99, 113)) !important;
1014
1014
  }
1015
1015
 
1016
- .cat-bg-primaryDark {
1016
+ .cat-bg-primaryInverted {
1017
1017
  background-color: #93b4f2 !important;
1018
1018
  color: black !important;
1019
1019
  }
1020
1020
 
1021
- .cat-bg-primaryDark-hover {
1021
+ .cat-bg-primaryInverted-hover {
1022
1022
  transition: background-color 0.13s, color 0.13s;
1023
1023
  }
1024
- .cat-bg-primaryDark-hover:hover {
1024
+ .cat-bg-primaryInverted-hover:hover {
1025
1025
  background-color: #93b4f2 !important;
1026
1026
  color: black !important;
1027
1027
  }
1028
1028
 
1029
- .cat-text-primaryDark,
1030
- .cat-link-primaryDark {
1029
+ .cat-text-primaryInverted,
1030
+ .cat-link-primaryInverted {
1031
1031
  color: #93b4f2 !important;
1032
1032
  }
1033
1033
 
1034
- .cat-link-primaryDark,
1035
- .cat-text-primaryDark-hover {
1034
+ .cat-link-primaryInverted,
1035
+ .cat-text-primaryInverted-hover {
1036
1036
  transition: color 0.13s;
1037
1037
  }
1038
- .cat-link-primaryDark:hover,
1039
- .cat-text-primaryDark-hover:hover {
1038
+ .cat-link-primaryInverted:hover,
1039
+ .cat-text-primaryInverted-hover:hover {
1040
1040
  color: #93b4f2 !important;
1041
1041
  }
1042
- .cat-link-primaryDark:active,
1043
- .cat-text-primaryDark-hover:active {
1042
+ .cat-link-primaryInverted:active,
1043
+ .cat-text-primaryInverted-hover:active {
1044
1044
  color: #93b4f2 !important;
1045
1045
  }
1046
1046
 
@@ -1075,34 +1075,34 @@ code {
1075
1075
  color: rgb(var(--cat-secondary-text-active, 0, 0, 0)) !important;
1076
1076
  }
1077
1077
 
1078
- .cat-bg-secondaryDark {
1078
+ .cat-bg-secondaryInverted {
1079
1079
  background-color: #697687 !important;
1080
1080
  color: black !important;
1081
1081
  }
1082
1082
 
1083
- .cat-bg-secondaryDark-hover {
1083
+ .cat-bg-secondaryInverted-hover {
1084
1084
  transition: background-color 0.13s, color 0.13s;
1085
1085
  }
1086
- .cat-bg-secondaryDark-hover:hover {
1086
+ .cat-bg-secondaryInverted-hover:hover {
1087
1087
  background-color: #697687 !important;
1088
1088
  color: black !important;
1089
1089
  }
1090
1090
 
1091
- .cat-text-secondaryDark,
1092
- .cat-link-secondaryDark {
1091
+ .cat-text-secondaryInverted,
1092
+ .cat-link-secondaryInverted {
1093
1093
  color: white !important;
1094
1094
  }
1095
1095
 
1096
- .cat-link-secondaryDark,
1097
- .cat-text-secondaryDark-hover {
1096
+ .cat-link-secondaryInverted,
1097
+ .cat-text-secondaryInverted-hover {
1098
1098
  transition: color 0.13s;
1099
1099
  }
1100
- .cat-link-secondaryDark:hover,
1101
- .cat-text-secondaryDark-hover:hover {
1100
+ .cat-link-secondaryInverted:hover,
1101
+ .cat-text-secondaryInverted-hover:hover {
1102
1102
  color: white !important;
1103
1103
  }
1104
- .cat-link-secondaryDark:active,
1105
- .cat-text-secondaryDark-hover:active {
1104
+ .cat-link-secondaryInverted:active,
1105
+ .cat-text-secondaryInverted-hover:active {
1106
1106
  color: white !important;
1107
1107
  }
1108
1108
 
@@ -1,2 +1,2 @@
1
- import{p as e,b as a}from"./p-53a1db22.js";const l=()=>{const a=import.meta.url;const l={};if(a!==""){l.resourcesUrl=new URL(".",a).href}return e(l)};l().then((e=>a([["p-557c8009",[[1,"cat-select-demo"],[1,"cat-input",{requiredMarker:[1,"required-marker"],autoComplete:[1,"auto-complete"],clearable:[4],disabled:[4],hint:[1],icon:[1],iconRight:[4,"icon-right"],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],max:[8],maxLength:[2,"max-length"],min:[8],minLength:[2,"min-length"],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],round:[4],type:[1],value:[1032],hasSlottedLabel:[32],doFocus:[64],doBlur:[64],doClick:[64],clear:[64]}],[1,"cat-pagination",{page:[1026],pageCount:[2,"page-count"],activePadding:[2,"active-padding"],sidePadding:[2,"side-padding"],size:[1],variant:[1],round:[4],compact:[4],iconPrev:[1,"icon-prev"],iconNext:[1,"icon-next"]}],[1,"cat-tabs",{activeTab:[1,"active-tab"],tabsAlign:[1,"tabs-align"],tabs:[32],activeTabId:[32]},[[0,"keydown","onKeydown"]]],[1,"cat-alert",{color:[513],icon:[1],noIcon:[4,"no-icon"]}],[1,"cat-badge",{variant:[513],color:[513],size:[513],round:[516],pulse:[516]}],[1,"cat-card"],[1,"cat-form-group",{requiredMarker:[1,"required-marker"]}],[1,"cat-label",{requiredMarker:[1,"required-marker"],for:[1],required:[4]}],[1,"cat-radio",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],hint:[1],labelLeft:[4,"label-left"],hasSlottedLabel:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-radio-group",{name:[1],value:[1025],disabled:[4],a11yLabel:[1,"a11y-label"],labelLeft:[4,"label-left"]},[[0,"keydown","onKeydown"],[0,"input","onInput"],[2,"blur","onBlur"]]],[1,"cat-tab",{label:[513],icon:[513],iconOnly:[520,"icon-only"],iconRight:[516,"icon-right"],url:[513],urlTarget:[513,"url-target"],deactivated:[516]},[[0,"click","onClick"]]],[1,"cat-textarea",{requiredMarker:[1,"required-marker"],disabled:[4],hint:[1],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],maxLength:[2,"max-length"],minLength:[2,"min-length"],name:[1],placeholder:[1],readonly:[4],required:[4],rows:[2],value:[1032],hasSlottedLabel:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-toggle",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1032],hint:[1],labelLeft:[4,"label-left"],hasSlottedLabel:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-tooltip",{content:[1],disabled:[4],placement:[1],round:[4],size:[1],showDelay:[2,"show-delay"],hideDelay:[2,"hide-delay"],longTouchDuration:[2,"long-touch-duration"]},[[0,"keydown","handleKeyDown"]]],[1,"cat-select",{requiredMarker:[1,"required-marker"],multiple:[4],debounce:[2],placement:[1],value:[1025],disabled:[4],placeholder:[1],hint:[1],identifier:[1],label:[1],name:[1],labelHidden:[4,"label-hidden"],required:[4],clearable:[4],tags:[4],tagHint:[1,"tag-hint"],noItems:[1,"no-items"],connector:[32],state:[32],hasSlottedLabel:[32],connect:[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]]],[1,"cat-dropdown",{placement:[1],noAutoClose:[4,"no-auto-close"],overflow:[4],close:[64]},[[0,"catClick","clickHandler"]]],[1,"cat-avatar",{size:[1],round:[4],label:[1],initials:[1],src:[1],icon:[1],url:[1],urlTarget:[1,"url-target"],backgroundImage:[32]}],[1,"cat-checkbox",{checked:[1028],disabled:[4],identifier:[1],indeterminate:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1032],hint:[1],labelLeft:[4,"label-left"],hasSlottedLabel:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-scrollable",{noShadowX:[4,"no-shadow-x"],noShadowY:[4,"no-shadow-y"],noOverflowX:[4,"no-overflow-x"],noOverflowY:[4,"no-overflow-y"],noOverscroll:[4,"no-overscroll"],noScrolledInit:[4,"no-scrolled-init"],scrolledBuffer:[2,"scrolled-buffer"]}],[1,"cat-skeleton",{effect:[1],variant:[1],size:[1],lines:[2]}],[1,"cat-button",{variant:[1],color:[1],active:[4],size:[1],name:[1],value:[1],disabled:[4],loading:[4],submit:[4],noEllipsis:[4,"no-ellipsis"],round:[4],url:[1],urlTarget:[1,"url-target"],icon:[1],iconSrc:[1,"icon-src"],iconOnly:[8,"icon-only"],iconRight:[4,"icon-right"],buttonId:[1,"button-id"],a11yLabel:[1,"a11y-label"],a11yCurrent:[1,"a11y-current"],_iconOnly:[32],doFocus:[64],doBlur:[64],doClick:[64]},[[0,"click","haltDisabledEvents"]]],[1,"cat-spinner",{size:[1],a11yLabel:[1,"a11y-label"]}],[1,"cat-icon",{icon:[1],iconSrc:[1,"icon-src"],size:[1],a11yLabel:[1,"a11y-label"]}]]],["p-52f9fea7",[[1,"cat-modal",{size:[1],isVisible:[32],show:[64]}]]]],e)));
1
+ import{p as e,b as a}from"./p-1c6eace6.js";const l=()=>{const a=import.meta.url;const l={};if(a!==""){l.resourcesUrl=new URL(".",a).href}return e(l)};l().then((e=>a([["p-d5ac868d",[[1,"cat-select-demo"],[1,"cat-input",{requiredMarker:[1,"required-marker"],autoComplete:[1,"auto-complete"],clearable:[4],disabled:[4],hint:[1],icon:[1],iconRight:[4,"icon-right"],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],max:[8],maxLength:[2,"max-length"],min:[8],minLength:[2,"min-length"],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],round:[4],type:[1],value:[1032],hasSlottedLabel:[32],doFocus:[64],doBlur:[64],doClick:[64],clear:[64]}],[1,"cat-pagination",{page:[1026],pageCount:[2,"page-count"],activePadding:[2,"active-padding"],sidePadding:[2,"side-padding"],size:[1],variant:[1],round:[4],compact:[4],iconPrev:[1,"icon-prev"],iconNext:[1,"icon-next"]}],[1,"cat-tabs",{activeTab:[1,"active-tab"],tabsAlign:[1,"tabs-align"],tabs:[32],activeTabId:[32]},[[0,"keydown","onKeydown"]]],[1,"cat-alert",{color:[513],icon:[1],noIcon:[4,"no-icon"]}],[1,"cat-badge",{variant:[513],color:[513],size:[513],round:[516],pulse:[516]}],[1,"cat-card"],[1,"cat-form-group",{requiredMarker:[1,"required-marker"]}],[1,"cat-label",{requiredMarker:[1,"required-marker"],for:[1],required:[4]}],[1,"cat-radio",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],hint:[1],labelLeft:[4,"label-left"],hasSlottedLabel:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-radio-group",{name:[1],value:[1025],disabled:[4],a11yLabel:[1,"a11y-label"],labelLeft:[4,"label-left"]},[[0,"keydown","onKeydown"],[0,"input","onInput"],[2,"blur","onBlur"]]],[1,"cat-tab",{label:[513],icon:[513],iconOnly:[520,"icon-only"],iconRight:[516,"icon-right"],url:[513],urlTarget:[513,"url-target"],deactivated:[516]},[[0,"click","onClick"]]],[1,"cat-textarea",{requiredMarker:[1,"required-marker"],disabled:[4],hint:[1],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],maxLength:[2,"max-length"],minLength:[2,"min-length"],name:[1],placeholder:[1],readonly:[4],required:[4],rows:[2],value:[1032],hasSlottedLabel:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-toggle",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1032],hint:[1],labelLeft:[4,"label-left"],hasSlottedLabel:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-tooltip",{content:[1],disabled:[4],placement:[1],round:[4],size:[1],showDelay:[2,"show-delay"],hideDelay:[2,"hide-delay"],longTouchDuration:[2,"long-touch-duration"]},[[0,"keydown","handleKeyDown"]]],[1,"cat-select",{requiredMarker:[1,"required-marker"],multiple:[4],debounce:[2],placement:[1],value:[1025],disabled:[4],placeholder:[1],hint:[1],identifier:[1],label:[1],name:[1],labelHidden:[4,"label-hidden"],required:[4],clearable:[4],tags:[4],tagHint:[1,"tag-hint"],noItems:[1,"no-items"],connector:[32],state:[32],hasSlottedLabel:[32],connect:[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]]],[1,"cat-dropdown",{placement:[1],noAutoClose:[4,"no-auto-close"],overflow:[4],close:[64]},[[0,"catClick","clickHandler"]]],[1,"cat-avatar",{size:[1],round:[4],label:[1],initials:[1],src:[1],icon:[1],url:[1],urlTarget:[1,"url-target"],backgroundImage:[32]}],[1,"cat-checkbox",{checked:[1028],disabled:[4],identifier:[1],indeterminate:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1032],hint:[1],labelLeft:[4,"label-left"],hasSlottedLabel:[32],doFocus:[64],doBlur:[64],doClick:[64]}],[1,"cat-scrollable",{noShadowX:[4,"no-shadow-x"],noShadowY:[4,"no-shadow-y"],noOverflowX:[4,"no-overflow-x"],noOverflowY:[4,"no-overflow-y"],noOverscroll:[4,"no-overscroll"],noScrolledInit:[4,"no-scrolled-init"],scrolledBuffer:[2,"scrolled-buffer"]}],[1,"cat-skeleton",{effect:[1],variant:[1],size:[1],lines:[2]}],[1,"cat-button",{variant:[1],color:[1],active:[4],size:[1],name:[1],value:[1],disabled:[4],loading:[4],submit:[4],noEllipsis:[4,"no-ellipsis"],round:[4],url:[1],urlTarget:[1,"url-target"],icon:[1],iconSrc:[1,"icon-src"],iconOnly:[8,"icon-only"],iconRight:[4,"icon-right"],buttonId:[1,"button-id"],a11yLabel:[1,"a11y-label"],a11yCurrent:[1,"a11y-current"],_iconOnly:[32],doFocus:[64],doBlur:[64],doClick:[64]},[[0,"click","haltDisabledEvents"]]],[1,"cat-spinner",{size:[1],a11yLabel:[1,"a11y-label"]}],[1,"cat-icon",{icon:[1],iconSrc:[1,"icon-src"],size:[1],a11yLabel:[1,"a11y-label"]}]]]],e)));
2
2
  //# sourceMappingURL=catalyst.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"names":["patchBrowser","importMeta","import","meta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","requiredMarker","autoComplete","clearable","disabled","hint","icon","iconRight","identifier","label","labelHidden","max","maxLength","min","minLength","name","placeholder","textPrefix","textSuffix","readonly","required","round","type","value","hasSlottedLabel","doFocus","doBlur","doClick","clear","page","pageCount","activePadding","sidePadding","size","variant","compact","iconPrev","iconNext","activeTab","tabsAlign","tabs","activeTabId","color","noIcon","pulse","for","checked","labelLeft","a11yLabel","iconOnly","urlTarget","deactivated","rows","content","placement","showDelay","hideDelay","longTouchDuration","multiple","debounce","tags","tagHint","noItems","connector","state","connect","noAutoClose","overflow","close","initials","src","backgroundImage","indeterminate","noShadowX","noShadowY","noOverflowX","noOverflowY","noOverscroll","noScrolledInit","scrolledBuffer","effect","lines","active","loading","submit","noEllipsis","iconSrc","buttonId","a11yCurrent","_iconOnly","isVisible","show"],"mappings":"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","sourcesContent":["/*\n Stencil Client Patch Browser v2.17.4 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cssVarShim) {\n // shim css vars\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? scriptElm['data-opts'] || {} : {};\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","import { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"]}
1
+ {"version":3,"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"names":["patchBrowser","importMeta","import","meta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","requiredMarker","autoComplete","clearable","disabled","hint","icon","iconRight","identifier","label","labelHidden","max","maxLength","min","minLength","name","placeholder","textPrefix","textSuffix","readonly","required","round","type","value","hasSlottedLabel","doFocus","doBlur","doClick","clear","page","pageCount","activePadding","sidePadding","size","variant","compact","iconPrev","iconNext","activeTab","tabsAlign","tabs","activeTabId","color","noIcon","pulse","for","checked","labelLeft","a11yLabel","iconOnly","urlTarget","deactivated","rows","content","placement","showDelay","hideDelay","longTouchDuration","multiple","debounce","tags","tagHint","noItems","connector","state","connect","noAutoClose","overflow","close","initials","src","backgroundImage","indeterminate","noShadowX","noShadowY","noOverflowX","noOverflowY","noOverscroll","noScrolledInit","scrolledBuffer","effect","lines","active","loading","submit","noEllipsis","iconSrc","buttonId","a11yCurrent","_iconOnly"],"mappings":"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","sourcesContent":["/*\n Stencil Client Patch Browser v2.17.4 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cssVarShim) {\n // shim css vars\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? scriptElm['data-opts'] || {} : {};\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","import { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"]}
@@ -0,0 +1,3 @@
1
+ const t="catalyst";let e;let n;let s=false;let o=false;const c=typeof window!=="undefined"?window:{};const l=c.document||{head:{}};const i={t:0,o:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,s)=>t.addEventListener(e,n,s),rel:(t,e,n,s)=>t.removeEventListener(e,n,s),ce:(t,e)=>new CustomEvent(t,e)};const f=t=>Promise.resolve(t);const r=(()=>{try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(t){}return false})();const u=(t,e,n,s)=>{if(n){n.map((([n,s,o])=>{const c=t;const l=a(e,o);const f=d(n);i.ael(c,s,l,f);(e.l=e.l||[]).push((()=>i.rel(c,s,l,f)))}))}};const a=(t,e)=>n=>{try{{if(t.t&256){t.i[e](n)}else{(t.u=t.u||[]).push([e,n])}}}catch(t){$t(t)}};const d=t=>(t&2)!==0;const h="{visibility:hidden}.hydrated{visibility:inherit}";const p=(t,e="")=>{{return()=>{}}};const y=(t,e)=>{{return()=>{}}};const m=new WeakMap;const b=(t,e,n)=>{let s=St.get(t);if(r&&n){s=s||new CSSStyleSheet;if(typeof s==="string"){s=e}else{s.replaceSync(e)}}else{s=e}St.set(t,s)};const $=(t,e,n,s)=>{let o=g(e);const c=St.get(o);t=t.nodeType===11?t:l;if(c){if(typeof c==="string"){t=t.head||t;let e=m.get(t);let n;if(!e){m.set(t,e=new Set)}if(!e.has(o)){{{n=l.createElement("style");n.innerHTML=c}t.insertBefore(n,t.querySelector("link"))}if(e){e.add(o)}}}else if(!t.adoptedStyleSheets.includes(c)){t.adoptedStyleSheets=[...t.adoptedStyleSheets,c]}}return o};const w=t=>{const e=t.h;const n=t.p;const s=e.t;const o=p("attachStyles",e.m);const c=$(n.shadowRoot?n.shadowRoot:n.getRootNode(),e);if(s&10){n["s-sc"]=c;n.classList.add(c+"-h")}o()};const g=(t,e)=>"sc-"+t.m;const S={};const v="http://www.w3.org/2000/svg";const j="http://www.w3.org/1999/xhtml";const O=t=>t!=null;const k=t=>{t=typeof t;return t==="object"||t==="function"};const C=(t,e,...n)=>{let s=null;let o=false;let c=false;const l=[];const i=e=>{for(let n=0;n<e.length;n++){s=e[n];if(Array.isArray(s)){i(s)}else if(s!=null&&typeof s!=="boolean"){if(o=typeof t!=="function"&&!k(s)){s=String(s)}if(o&&c){l[l.length-1].$+=s}else{l.push(o?M(null,s):s)}c=o}}};i(n);if(e){{const t=e.className||e.class;if(t){e.class=typeof t!=="object"?t:Object.keys(t).filter((e=>t[e])).join(" ")}}}if(typeof t==="function"){return t(e===null?{}:e,l,E)}const f=M(t,null);f.g=e;if(l.length>0){f.S=l}return f};const M=(t,e)=>{const n={t:0,v:t,$:e,j:null,S:null};{n.g=null}return n};const x={};const P=t=>t&&t.v===x;const E={forEach:(t,e)=>t.map(L).forEach(e),map:(t,e)=>t.map(L).map(e).map(R)};const L=t=>({vattrs:t.g,vchildren:t.S,vkey:t.O,vname:t.k,vtag:t.v,vtext:t.$});const R=t=>{if(typeof t.vtag==="function"){const e=Object.assign({},t.vattrs);if(t.vkey){e.key=t.vkey}if(t.vname){e.name=t.vname}return C(t.vtag,e,...t.vchildren||[])}const e=M(t.vtag,t.vtext);e.g=t.vattrs;e.S=t.vchildren;e.O=t.vkey;e.k=t.vname;return e};const U=(t,e,n,s,o,l)=>{if(n!==s){let f=bt(t,e);let r=e.toLowerCase();if(e==="class"){const e=t.classList;const o=N(n);const c=N(s);e.remove(...o.filter((t=>t&&!c.includes(t))));e.add(...c.filter((t=>t&&!o.includes(t))))}else if(e==="style"){{for(const e in n){if(!s||s[e]==null){if(e.includes("-")){t.style.removeProperty(e)}else{t.style[e]=""}}}}for(const e in s){if(!n||s[e]!==n[e]){if(e.includes("-")){t.style.setProperty(e,s[e])}else{t.style[e]=s[e]}}}}else if(e==="ref"){if(s){s(t)}}else if(!f&&e[0]==="o"&&e[1]==="n"){if(e[2]==="-"){e=e.slice(3)}else if(bt(c,r)){e=r.slice(2)}else{e=r[2]+e.slice(3)}if(n){i.rel(t,e,n,false)}if(s){i.ael(t,e,s,false)}}else{const c=k(s);if((f||c&&s!==null)&&!o){try{if(!t.tagName.includes("-")){const o=s==null?"":s;if(e==="list"){f=false}else if(n==null||t[e]!=o){t[e]=o}}else{t[e]=s}}catch(t){}}if(s==null||s===false){if(s!==false||t.getAttribute(e)===""){{t.removeAttribute(e)}}}else if((!f||l&4||o)&&!c){s=s===true?"":s;{t.setAttribute(e,s)}}}}};const W=/\s/;const N=t=>!t?[]:t.split(W);const T=(t,e,n,s)=>{const o=e.j.nodeType===11&&e.j.host?e.j.host:e.j;const c=t&&t.g||S;const l=e.g||S;{for(s in c){if(!(s in l)){U(o,s,c[s],undefined,n,e.t)}}}for(s in l){U(o,s,c[s],l[s],n,e.t)}};const A=(t,n,o,c)=>{const i=n.S[o];let f=0;let r;let u;if(i.$!==null){r=i.j=l.createTextNode(i.$)}else{if(!s){s=i.v==="svg"}r=i.j=l.createElementNS(s?v:j,i.v);if(s&&i.v==="foreignObject"){s=false}{T(null,i,s)}if(O(e)&&r["s-si"]!==e){r.classList.add(r["s-si"]=e)}if(i.S){for(f=0;f<i.S.length;++f){u=A(t,i,f);if(u){r.appendChild(u)}}}{if(i.v==="svg"){s=false}else if(r.tagName==="foreignObject"){s=true}}}return r};const D=(t,e,s,o,c,l)=>{let i=t;let f;if(i.shadowRoot&&i.tagName===n){i=i.shadowRoot}for(;c<=l;++c){if(o[c]){f=A(null,s,c);if(f){o[c].j=f;i.insertBefore(f,e)}}}};const F=(t,e,n,s,o)=>{for(;e<=n;++e){if(s=t[e]){o=s.j;V(s);o.remove()}}};const H=(t,e,n,s)=>{let o=0;let c=0;let l=e.length-1;let i=e[0];let f=e[l];let r=s.length-1;let u=s[0];let a=s[r];let d;while(o<=l&&c<=r){if(i==null){i=e[++o]}else if(f==null){f=e[--l]}else if(u==null){u=s[++c]}else if(a==null){a=s[--r]}else if(q(i,u)){I(i,u);i=e[++o];u=s[++c]}else if(q(f,a)){I(f,a);f=e[--l];a=s[--r]}else if(q(i,a)){I(i,a);t.insertBefore(i.j,f.j.nextSibling);i=e[++o];a=s[--r]}else if(q(f,u)){I(f,u);t.insertBefore(f.j,i.j);f=e[--l];u=s[++c]}else{{d=A(e&&e[c],n,c);u=s[++c]}if(d){{i.j.parentNode.insertBefore(d,i.j)}}}}if(o>l){D(t,s[r+1]==null?null:s[r+1].j,n,s,c,r)}else if(c>r){F(e,o,l)}};const q=(t,e)=>{if(t.v===e.v){return true}return false};const I=(t,e)=>{const n=e.j=t.j;const o=t.S;const c=e.S;const l=e.v;const i=e.$;if(i===null){{s=l==="svg"?true:l==="foreignObject"?false:s}{if(l==="slot");else{T(t,e,s)}}if(o!==null&&c!==null){H(n,o,e,c)}else if(c!==null){if(t.$!==null){n.textContent=""}D(n,null,e,c,0,c.length-1)}else if(o!==null){F(o,0,o.length-1)}if(s&&l==="svg"){s=false}}else if(t.$!==i){n.data=i}};const V=t=>{{t.g&&t.g.ref&&t.g.ref(null);t.S&&t.S.map(V)}};const _=(t,s)=>{const o=t.p;const c=t.h;const l=t.C||M(null,null);const i=P(s)?s:C(null,null,s);n=o.tagName;if(c.M){i.g=i.g||{};c.M.map((([t,e])=>i.g[e]=o[t]))}i.v=null;i.t|=4;t.C=i;i.j=l.j=o.shadowRoot||o;{e=o["s-sc"]}I(l,i)};const z=t=>pt(t).p;const B=(t,e,n)=>{const s=z(t);return{emit:t=>G(s,e,{bubbles:!!(n&4),composed:!!(n&2),cancelable:!!(n&1),detail:t})}};const G=(t,e,n)=>{const s=i.ce(e,n);t.dispatchEvent(s);return s};const J=(t,e)=>{if(e&&!t.P&&e["s-p"]){e["s-p"].push(new Promise((e=>t.P=e)))}};const K=(t,e)=>{{t.t|=16}if(t.t&4){t.t|=512;return}J(t,t.L);const n=()=>Q(t,e);return xt(n)};const Q=(t,e)=>{const n=p("scheduleUpdate",t.h.m);const s=t.i;let o;if(e){{t.t|=256;if(t.u){t.u.map((([t,e])=>et(s,t,e)));t.u=null}}{o=et(s,"componentWillLoad")}}{o=nt(o,(()=>et(s,"componentWillRender")))}n();return nt(o,(()=>X(t,s,e)))};const X=async(t,e,n)=>{const s=t.p;const o=p("update",t.h.m);const c=s["s-rc"];if(n){w(t)}const l=p("render",t.h.m);{Y(t,e)}if(c){c.map((t=>t()));s["s-rc"]=undefined}l();o();{const e=s["s-p"];const n=()=>Z(t);if(e.length===0){n()}else{Promise.all(e).then(n);t.t|=4;e.length=0}}};const Y=(t,e,n)=>{try{e=e.render();{t.t&=~16}{t.t|=2}{{{_(t,e)}}}}catch(e){$t(e,t.p)}return null};const Z=t=>{const e=t.h.m;const n=t.p;const s=p("postUpdate",e);const o=t.i;const c=t.L;{et(o,"componentDidRender")}if(!(t.t&64)){t.t|=64;{st(n)}{et(o,"componentDidLoad")}s();{t.R(n);if(!c){tt()}}}else{s()}{t.U(n)}{if(t.P){t.P();t.P=undefined}if(t.t&512){Mt((()=>K(t,false)))}t.t&=~(4|512)}};const tt=e=>{{st(l.documentElement)}Mt((()=>G(c,"appload",{detail:{namespace:t}})))};const et=(t,e,n)=>{if(t&&t[e]){try{return t[e](n)}catch(t){$t(t)}}return undefined};const nt=(t,e)=>t&&t.then?t.then(e):e();const st=t=>t.classList.add("hydrated");const ot=(t,e)=>{if(t!=null&&!k(t)){if(e&4){return t==="false"?false:t===""||!!t}if(e&2){return parseFloat(t)}if(e&1){return String(t)}return t}return t};const ct=(t,e)=>pt(t).W.get(e);const lt=(t,e,n,s)=>{const o=pt(t);const c=o.p;const l=o.W.get(e);const i=o.t;const f=o.i;n=ot(n,s.N[e][0]);const r=Number.isNaN(l)&&Number.isNaN(n);const u=n!==l&&!r;if((!(i&8)||l===undefined)&&u){o.W.set(e,n);if(f){if(s.T&&i&128){const t=s.T[e];if(t){t.map((t=>{try{f[t](n,l,e)}catch(t){$t(t,c)}}))}}if((i&(2|16))===2){K(o,false)}}}};const it=(t,e,n)=>{if(e.N){if(t.watchers){e.T=t.watchers}const s=Object.entries(e.N);const o=t.prototype;s.map((([t,[s]])=>{if(s&31||n&2&&s&32){Object.defineProperty(o,t,{get(){return ct(this,t)},set(n){lt(this,t,n,e)},configurable:true,enumerable:true})}else if(n&1&&s&64){Object.defineProperty(o,t,{value(...e){const n=pt(this);return n.A.then((()=>n.i[t](...e)))}})}}));if(n&1){const n=new Map;o.attributeChangedCallback=function(t,e,s){i.jmp((()=>{const e=n.get(t);if(this.hasOwnProperty(e)){s=this[e];delete this[e]}else if(o.hasOwnProperty(e)&&typeof this[e]==="number"&&this[e]==s){return}this[e]=s===null&&typeof this[e]==="boolean"?false:s}))};t.observedAttributes=s.filter((([t,e])=>e[0]&15)).map((([t,s])=>{const o=s[1]||t;n.set(o,t);if(s[0]&512){e.M.push([t,o])}return o}))}}return t};const ft=async(t,e,n,s,o)=>{if((e.t&32)===0){{e.t|=32;o=gt(n);if(o.then){const t=y();o=await o;t()}if(!o.isProxied){{n.T=o.watchers}it(o,n,2);o.isProxied=true}const t=p("createInstance",n.m);{e.t|=8}try{new o(e)}catch(t){$t(t)}{e.t&=~8}{e.t|=128}t();rt(e.i)}if(o.style){let t=o.style;const e=g(n);if(!St.has(e)){const s=p("registerStyles",n.m);b(e,t,!!(n.t&1));s()}}}const c=e.L;const l=()=>K(e,true);if(c&&c["s-rc"]){c["s-rc"].push(l)}else{l()}};const rt=t=>{{et(t,"connectedCallback")}};const ut=t=>{if((i.t&1)===0){const e=pt(t);const n=e.h;const s=p("connectedCallback",n.m);if(!(e.t&1)){e.t|=1;{let n=t;while(n=n.parentNode||n.host){if(n["s-p"]){J(e,e.L=n);break}}}if(n.N){Object.entries(n.N).map((([e,[n]])=>{if(n&31&&t.hasOwnProperty(e)){const n=t[e];delete t[e];t[e]=n}}))}{ft(t,e,n)}}else{u(t,e,n.D);rt(e.i)}s()}};const at=t=>{if((i.t&1)===0){const e=pt(t);const n=e.i;{if(e.l){e.l.map((t=>t()));e.l=undefined}}{et(n,"disconnectedCallback")}}};const dt=(t,e={})=>{const n=p();const s=[];const o=e.exclude||[];const f=c.customElements;const r=l.head;const u=r.querySelector("meta[charset]");const a=l.createElement("style");const d=[];let y;let m=true;Object.assign(i,e);i.o=new URL(e.resourcesUrl||"./",l.baseURI).href;t.map((t=>{t[1].map((e=>{const n={t:e[0],m:e[1],N:e[2],D:e[3]};{n.N=e[2]}{n.D=e[3]}{n.M=[]}{n.T={}}const c=n.m;const l=class extends HTMLElement{constructor(t){super(t);t=this;mt(t,n);if(n.t&1){{{t.attachShadow({mode:"open"})}}}}connectedCallback(){if(y){clearTimeout(y);y=null}if(m){d.push(this)}else{i.jmp((()=>ut(this)))}}disconnectedCallback(){i.jmp((()=>at(this)))}componentOnReady(){return pt(this).F}};n.H=t[0];if(!o.includes(c)&&!f.get(c)){s.push(c);f.define(c,it(l,n,1))}}))}));{a.innerHTML=s+h;a.setAttribute("data-styles","");r.insertBefore(a,u?u.nextSibling:r.firstChild)}m=false;if(d.length){d.map((t=>t.connectedCallback()))}else{{i.jmp((()=>y=setTimeout(tt,30)))}}n()};const ht=new WeakMap;const pt=t=>ht.get(t);const yt=(t,e)=>ht.set(e.i=t,e);const mt=(t,e)=>{const n={t:0,p:t,h:e,W:new Map};{n.A=new Promise((t=>n.U=t))}{n.F=new Promise((t=>n.R=t));t["s-p"]=[];t["s-rc"]=[]}u(t,n,e.D);return ht.set(t,n)};const bt=(t,e)=>e in t;const $t=(t,e)=>(0,console.error)(t,e);const wt=new Map;const gt=(t,e,n)=>{const s=t.m.replace(/-/g,"_");const o=t.H;const c=wt.get(o);if(c){return c[s]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${o}.entry.js${""}`).then((t=>{{wt.set(o,t)}return t[s]}),$t)};const St=new Map;const vt=[];const jt=[];const Ot=(t,e)=>n=>{t.push(n);if(!o){o=true;if(e&&i.t&4){Mt(Ct)}else{i.raf(Ct)}}};const kt=t=>{for(let e=0;e<t.length;e++){try{t[e](performance.now())}catch(t){$t(t)}}t.length=0};const Ct=()=>{kt(vt);{kt(jt);if(o=vt.length>0){i.raf(Ct)}}};const Mt=t=>f().then(t);const xt=Ot(jt,true);export{x as H,dt as b,B as c,z as g,C as h,f as p,yt as r};
3
+ //# sourceMappingURL=p-1c6eace6.js.map