@haiilo/catalyst 10.9.0 → 10.11.0

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 (114) hide show
  1. package/dist/catalyst/catalyst.css +1 -0
  2. package/dist/catalyst/catalyst.esm.js +1 -1
  3. package/dist/catalyst/catalyst.esm.js.map +1 -1
  4. package/dist/catalyst/{p-20919029.js → p-22f0435a.js} +3 -3
  5. package/dist/catalyst/p-22f0435a.js.map +1 -0
  6. package/dist/catalyst/p-392d4655.entry.js +10 -0
  7. package/dist/catalyst/p-392d4655.entry.js.map +1 -0
  8. package/dist/catalyst/scss/core/_notification.scss +1 -0
  9. package/dist/cjs/cat-alert_29.cjs.entry.js +1199 -1159
  10. package/dist/cjs/cat-alert_29.cjs.entry.js.map +1 -1
  11. package/dist/cjs/catalyst.cjs.js +2 -2
  12. package/dist/cjs/{index-13aff0b4.js → index-66a60071.js} +7 -2
  13. package/dist/cjs/index-66a60071.js.map +1 -0
  14. package/dist/cjs/loader.cjs.js +2 -2
  15. package/dist/collection/components/cat-avatar/cat-avatar.js +2 -4
  16. package/dist/collection/components/cat-avatar/cat-avatar.js.map +1 -1
  17. package/dist/collection/components/cat-button/cat-button.js +2 -4
  18. package/dist/collection/components/cat-button/cat-button.js.map +1 -1
  19. package/dist/collection/components/cat-card/cat-card.js +27 -1
  20. package/dist/collection/components/cat-card/cat-card.js.map +1 -1
  21. package/dist/collection/components/cat-checkbox/cat-checkbox.js +7 -7
  22. package/dist/collection/components/cat-checkbox/cat-checkbox.js.map +1 -1
  23. package/dist/collection/components/cat-date/cat-date.js +2 -2
  24. package/dist/collection/components/cat-date-inline/cat-date-inline.css +93 -1
  25. package/dist/collection/components/cat-date-inline/cat-date-inline.js +164 -11
  26. package/dist/collection/components/cat-date-inline/cat-date-inline.js.map +1 -1
  27. package/dist/collection/components/cat-datepicker/cat-datepicker.js +2 -2
  28. package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.js +2 -2
  29. package/dist/collection/components/cat-dropdown/cat-dropdown.js +1 -1
  30. package/dist/collection/components/cat-form-group/cat-form-group.js +1 -1
  31. package/dist/collection/components/cat-icon/cat-icon.js +1 -1
  32. package/dist/collection/components/cat-input/cat-input.css +1 -0
  33. package/dist/collection/components/cat-input/cat-input.js +10 -10
  34. package/dist/collection/components/cat-input/cat-input.js.map +1 -1
  35. package/dist/collection/components/cat-pagination/cat-pagination.js +2 -2
  36. package/dist/collection/components/cat-radio/cat-radio.js +7 -7
  37. package/dist/collection/components/cat-radio/cat-radio.js.map +1 -1
  38. package/dist/collection/components/cat-radio-group/cat-radio-group.js +1 -1
  39. package/dist/collection/components/cat-scrollable/cat-scrollable.js +3 -3
  40. package/dist/collection/components/cat-select/cat-select.js +10 -10
  41. package/dist/collection/components/cat-select/cat-select.js.map +1 -1
  42. package/dist/collection/components/cat-select-demo/cat-select-demo.js +1 -1
  43. package/dist/collection/components/cat-skeleton/cat-skeleton.js +1 -1
  44. package/dist/collection/components/cat-spinner/cat-spinner.js +2 -2
  45. package/dist/collection/components/cat-tab/cat-tab.js +1 -1
  46. package/dist/collection/components/cat-tabs/cat-tabs.js +1 -1
  47. package/dist/collection/components/cat-textarea/cat-textarea.js +9 -9
  48. package/dist/collection/components/cat-textarea/cat-textarea.js.map +1 -1
  49. package/dist/collection/components/cat-time/cat-time.js +1 -1
  50. package/dist/collection/components/cat-toggle/cat-toggle.js +7 -7
  51. package/dist/collection/components/cat-toggle/cat-toggle.js.map +1 -1
  52. package/dist/collection/components/cat-tooltip/cat-tooltip.js +3 -3
  53. package/dist/collection/components/cat-tooltip/cat-tooltip.js.map +1 -1
  54. package/dist/collection/scss/core/_notification.scss +1 -0
  55. package/dist/collection/utils/assert.js +9 -0
  56. package/dist/collection/utils/assert.js.map +1 -0
  57. package/dist/components/assert.js +13 -0
  58. package/dist/components/assert.js.map +1 -0
  59. package/dist/components/cat-avatar2.js +2 -4
  60. package/dist/components/cat-avatar2.js.map +1 -1
  61. package/dist/components/cat-button2.js +2 -3
  62. package/dist/components/cat-button2.js.map +1 -1
  63. package/dist/components/cat-card.js +6 -2
  64. package/dist/components/cat-card.js.map +1 -1
  65. package/dist/components/cat-checkbox2.js +7 -7
  66. package/dist/components/cat-checkbox2.js.map +1 -1
  67. package/dist/components/cat-date-inline2.js +55 -13
  68. package/dist/components/cat-date-inline2.js.map +1 -1
  69. package/dist/components/cat-date.js +2 -2
  70. package/dist/components/cat-datepicker-inline.js +2 -2
  71. package/dist/components/cat-datepicker.js +2 -2
  72. package/dist/components/cat-dropdown2.js +2 -574
  73. package/dist/components/cat-dropdown2.js.map +1 -1
  74. package/dist/components/cat-form-group.js +1 -1
  75. package/dist/components/cat-icon2.js +1 -1
  76. package/dist/components/cat-input2.js +11 -11
  77. package/dist/components/cat-input2.js.map +1 -1
  78. package/dist/components/cat-pagination.js +2 -2
  79. package/dist/components/cat-radio-group.js +1 -1
  80. package/dist/components/cat-radio.js +7 -7
  81. package/dist/components/cat-radio.js.map +1 -1
  82. package/dist/components/cat-scrollable2.js +3 -3
  83. package/dist/components/cat-select-demo.js +1 -1
  84. package/dist/components/cat-select2.js +10 -10
  85. package/dist/components/cat-select2.js.map +1 -1
  86. package/dist/components/cat-skeleton2.js +1 -1
  87. package/dist/components/cat-spinner2.js +2 -2
  88. package/dist/components/cat-tab.js +1 -1
  89. package/dist/components/cat-tabs.js +1 -1
  90. package/dist/components/cat-textarea.js +9 -9
  91. package/dist/components/cat-textarea.js.map +1 -1
  92. package/dist/components/cat-time.js +1 -1
  93. package/dist/components/cat-toggle.js +7 -7
  94. package/dist/components/cat-toggle.js.map +1 -1
  95. package/dist/components/cat-tooltip.js +3 -3
  96. package/dist/components/cat-tooltip.js.map +1 -1
  97. package/dist/components/first-tabbable.js +576 -0
  98. package/dist/components/first-tabbable.js.map +1 -0
  99. package/dist/esm/cat-alert_29.entry.js +1199 -1159
  100. package/dist/esm/cat-alert_29.entry.js.map +1 -1
  101. package/dist/esm/catalyst.js +3 -3
  102. package/dist/esm/{index-ecb4a974.js → index-b7832dfc.js} +7 -2
  103. package/dist/esm/index-b7832dfc.js.map +1 -0
  104. package/dist/esm/loader.js +3 -3
  105. package/dist/types/components/cat-card/cat-card.d.ts +6 -0
  106. package/dist/types/components/cat-date-inline/cat-date-inline.d.ts +33 -0
  107. package/dist/types/components.d.ts +64 -0
  108. package/dist/types/utils/assert.d.ts +1 -0
  109. package/package.json +2 -2
  110. package/dist/catalyst/p-18c3eb4d.entry.js +0 -10
  111. package/dist/catalyst/p-18c3eb4d.entry.js.map +0 -1
  112. package/dist/catalyst/p-20919029.js.map +0 -1
  113. package/dist/cjs/index-13aff0b4.js.map +0 -1
  114. package/dist/esm/index-ecb4a974.js.map +0 -1
@@ -1742,6 +1742,7 @@ nav .cat-nav-head {
1742
1742
  width: 400px;
1743
1743
  max-width: 400px;
1744
1744
  cursor: unset;
1745
+ box-shadow: 0 4px 6px -2px rgba(27, 31, 38, 0.03), 0 12px 16px -4px rgba(27, 31, 38, 0.08);
1745
1746
  }
1746
1747
  .cat-toastify.cat-toastify-dark {
1747
1748
  --cat-font-color-base: 255, 255, 255;
@@ -1,2 +1,2 @@
1
- import{p as e,b as a}from"./p-20919029.js";export{s as setNonce}from"./p-20919029.js";import{g as t}from"./p-e1255160.js";const n=()=>{const a=import.meta.url;const t={};if(a!==""){t.resourcesUrl=new URL(".",a).href}return e(t)};n().then((async e=>{await t();return a([["p-18c3eb4d",[[0,"cat-select-demo"],[1,"cat-date",{requiredMarker:[1,"required-marker"],horizontal:[4],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:[1],min:[1],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],placement:[1],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64],clear:[64]},null,{min:["onMinChanged"],max:["onMaxChanged"]}],[1,"cat-time",{requiredMarker:[1,"required-marker"],horizontal:[4],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:[1],min:[1],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],placement:[1],step:[2],hasSlottedLabel:[32],hasSlottedHint:[32],selectionTime:[32],isAm:[32],select:[64],doFocus:[64],doBlur:[64],clear:[64]},[[0,"catOpen","onOpen"]],{min:["onMinChanged"],max:["onMaxChanged"]}],[1,"cat-datepicker",{requiredMarker:[1,"required-marker"],horizontal:[4],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:[1],min:[1],mode:[1],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],step:[2],attachToElement:[4,"attach-to-element"],position:[1],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],nativePickerAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64]},null,{value:["onValueChanged"],disabled:["onDisabledChanged"],readonly:["onDisabledChanged"],mode:["onDisabledChanged"],min:["onMinChanged"],max:["onMinChanged"]}],[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:[1537,"active-tab"],tabsAlign:[1,"tabs-align"],tabs:[32],setActive:[64],setActiveIndex:[64]},[[0,"keydown","onKeydown"]],{activeTab:["onActiveTabChange"]}],[1,"cat-alert",{color:[513],icon:[1],noIcon:[4,"no-icon"]}],[1,"cat-textarea",{requiredMarker:[1,"required-marker"],horizontal:[4],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:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],doFocus:[64],doBlur:[64],clear:[64]},null,{errors:["onErrorsChanged"]}],[1,"cat-badge",{variant:[513],color:[513],size:[513],round:[516],pulse:[516]}],[1,"cat-button-group",{a11yLabel:[1,"a11y-label"]}],[1,"cat-card"],[1,"cat-datepicker-inline",{disabled:[4],max:[1],min:[1],mode:[1],readonly:[4],step:[2],value:[1025],nativePickerAttributes:[16]},null,{value:["onValueChanged"],disabled:["onDisabledChanged"],readonly:["onDisabledChanged"]}],[1,"cat-form-group",{requiredMarker:[1,"required-marker"],horizontal:[4],labelSize:[1,"label-size"]},null,{requiredMarker:["onRequiredMarkerChanged"],horizontal:["onHorizontalChanged"]}],[1,"cat-radio",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[8],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64]}],[1,"cat-radio-group",{name:[1],value:[1032],disabled:[4],a11yLabel:[1,"a11y-label"],labelLeft:[4,"label-left"]},[[0,"keydown","onKeydown"],[0,"input","onInput"],[2,"focus","onFocus"],[2,"blur","onBlur"]],{name:["onNameChanged"],value:["onValueChanged"],disabled:["onDisabledChanged"],labelLeft:["onLabelLeftChanged"]}],[1,"cat-tab",{label:[513],icon:[513],iconOnly:[520,"icon-only"],iconRight:[516,"icon-right"],url:[513],urlTarget:[513,"url-target"],deactivated:[516],error:[516],nativeAttributes:[16]},[[0,"click","onClick"]]],[1,"cat-toggle",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[8],noValue:[8,"no-value"],resolvedValue:[1032,"resolved-value"],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[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"],open:[32]},[[0,"keydown","handleKeyDown"]]],[1,"cat-select",{requiredMarker:[1,"required-marker"],horizontal:[4],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"],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],connector:[32],state:[32],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],doFocus:[64],doBlur:[64],clear:[64],connect:[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]],{connector:["onConnectorChanged"],value:["onValueChanged"],errors:["onErrorsChanged"],state:["onStateChanged"]}],[1,"cat-date-inline",{noClear:[4,"no-clear"],hint:[4],noToday:[4,"no-today"],weeks:[4],min:[1],max:[1],range:[4],value:[1025],viewDate:[32],select:[64],clear:[64],resetView:[64]},[[0,"keydown","onKeyDown"]]],[1,"cat-avatar",{size:[1],round:[4],label:[1],initials:[1],src:[1],icon:[1],url:[1],urlTarget:[1,"url-target"],backgroundImage:[32]},null,{src:["onSrcChanged"]}],[1,"cat-checkbox",{checked:[1028],indeterminate:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[8],noValue:[8,"no-value"],resolvedValue:[1032,"resolved-value"],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[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-input",{requiredMarker:[1,"required-marker"],horizontal:[4],autoComplete:[1,"auto-complete"],clearable:[4],togglePassword:[4,"toggle-password"],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:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],isPasswordShown:[32],errorMap:[32],doFocus:[64],doBlur:[64],clear:[64],mask:[64]},null,{errors:["onErrorsChanged"]}],[1,"cat-dropdown",{placement:[1],noAutoClose:[4,"no-auto-close"],arrowNavigation:[1,"arrow-navigation"],noResize:[4,"no-resize"],overflow:[4],noInitialFocus:[4,"no-initial-focus"],toggle:[64],open:[64],close:[64]},[[0,"catClick","clickHandler"]]],[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],iconOnly:[8,"icon-only"],iconRight:[4,"icon-right"],buttonId:[1,"button-id"],a11yLabel:[1,"a11y-label"],a11yCurrent:[1,"a11y-current"],nativeAttributes:[16],nativeContentAttributes:[16],buttonGroupPosition:[1,"button-group-position"],_iconOnly:[32],doFocus:[64],doBlur:[64],doClick:[64]},[[0,"click","haltDisabledEvents"]],{iconOnly:["onIconOnlyChanged"]}],[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)}));
1
+ import{p as e,b as a}from"./p-22f0435a.js";export{s as setNonce}from"./p-22f0435a.js";import{g as t}from"./p-e1255160.js";const n=()=>{const a=import.meta.url;const t={};if(a!==""){t.resourcesUrl=new URL(".",a).href}return e(t)};n().then((async e=>{await t();return a([["p-392d4655",[[0,"cat-select-demo"],[1,"cat-date",{requiredMarker:[1,"required-marker"],horizontal:[4],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:[1],min:[1],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],placement:[1],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64],clear:[64]},null,{min:["onMinChanged"],max:["onMaxChanged"]}],[1,"cat-time",{requiredMarker:[1,"required-marker"],horizontal:[4],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:[1],min:[1],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],placement:[1],step:[2],hasSlottedLabel:[32],hasSlottedHint:[32],selectionTime:[32],isAm:[32],select:[64],doFocus:[64],doBlur:[64],clear:[64]},[[0,"catOpen","onOpen"]],{min:["onMinChanged"],max:["onMaxChanged"]}],[1,"cat-datepicker",{requiredMarker:[1,"required-marker"],horizontal:[4],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:[1],min:[1],mode:[1],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],step:[2],attachToElement:[4,"attach-to-element"],position:[1],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],nativePickerAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64]},null,{value:["onValueChanged"],disabled:["onDisabledChanged"],readonly:["onDisabledChanged"],mode:["onDisabledChanged"],min:["onMinChanged"],max:["onMinChanged"]}],[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:[1537,"active-tab"],tabsAlign:[1,"tabs-align"],tabs:[32],setActive:[64],setActiveIndex:[64]},[[0,"keydown","onKeydown"]],{activeTab:["onActiveTabChange"]}],[1,"cat-alert",{color:[513],icon:[1],noIcon:[4,"no-icon"]}],[1,"cat-textarea",{requiredMarker:[1,"required-marker"],horizontal:[4],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:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],doFocus:[64],doBlur:[64],clear:[64]},null,{errors:["onErrorsChanged"]}],[1,"cat-badge",{variant:[513],color:[513],size:[513],round:[516],pulse:[516]}],[1,"cat-button-group",{a11yLabel:[1,"a11y-label"]}],[1,"cat-card"],[1,"cat-datepicker-inline",{disabled:[4],max:[1],min:[1],mode:[1],readonly:[4],step:[2],value:[1025],nativePickerAttributes:[16]},null,{value:["onValueChanged"],disabled:["onDisabledChanged"],readonly:["onDisabledChanged"]}],[1,"cat-form-group",{requiredMarker:[1,"required-marker"],horizontal:[4],labelSize:[1,"label-size"]},null,{requiredMarker:["onRequiredMarkerChanged"],horizontal:["onHorizontalChanged"]}],[1,"cat-radio",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[8],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64]}],[1,"cat-radio-group",{name:[1],value:[1032],disabled:[4],a11yLabel:[1,"a11y-label"],labelLeft:[4,"label-left"]},[[0,"keydown","onKeydown"],[0,"input","onInput"],[2,"focus","onFocus"],[2,"blur","onBlur"]],{name:["onNameChanged"],value:["onValueChanged"],disabled:["onDisabledChanged"],labelLeft:["onLabelLeftChanged"]}],[1,"cat-tab",{label:[513],icon:[513],iconOnly:[520,"icon-only"],iconRight:[516,"icon-right"],url:[513],urlTarget:[513,"url-target"],deactivated:[516],error:[516],nativeAttributes:[16]},[[0,"click","onClick"]]],[1,"cat-toggle",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[8],noValue:[8,"no-value"],resolvedValue:[1032,"resolved-value"],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[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"],open:[32]},[[8,"keydown","handleKeyDown"]]],[1,"cat-select",{requiredMarker:[1,"required-marker"],horizontal:[4],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"],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],connector:[32],state:[32],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],doFocus:[64],doBlur:[64],clear:[64],connect:[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]],{connector:["onConnectorChanged"],value:["onValueChanged"],errors:["onErrorsChanged"],state:["onStateChanged"]}],[1,"cat-date-inline",{noClear:[4,"no-clear"],identifier:[1],hint:[4],noToday:[4,"no-today"],weeks:[4],label:[1],labelHidden:[4,"label-hidden"],min:[1],max:[1],range:[4],required:[4],requiredMarker:[1,"required-marker"],value:[1025],hasSlottedLabel:[32],hasSlottedHint:[32],viewDate:[32],select:[64],clear:[64],resetView:[64],doFocus:[64]},[[0,"keydown","onKeyDown"]]],[1,"cat-avatar",{size:[1],round:[4],label:[1],initials:[1],src:[1],icon:[1],url:[1],urlTarget:[1,"url-target"],backgroundImage:[32]},null,{src:["onSrcChanged"]}],[1,"cat-checkbox",{checked:[1028],indeterminate:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[8],noValue:[8,"no-value"],resolvedValue:[1032,"resolved-value"],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[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-input",{requiredMarker:[1,"required-marker"],horizontal:[4],autoComplete:[1,"auto-complete"],clearable:[4],togglePassword:[4,"toggle-password"],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:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],isPasswordShown:[32],errorMap:[32],doFocus:[64],doBlur:[64],clear:[64],mask:[64]},null,{errors:["onErrorsChanged"]}],[1,"cat-dropdown",{placement:[1],noAutoClose:[4,"no-auto-close"],arrowNavigation:[1,"arrow-navigation"],noResize:[4,"no-resize"],overflow:[4],noInitialFocus:[4,"no-initial-focus"],toggle:[64],open:[64],close:[64]},[[0,"catClick","clickHandler"]]],[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],iconOnly:[8,"icon-only"],iconRight:[4,"icon-right"],buttonId:[1,"button-id"],a11yLabel:[1,"a11y-label"],a11yCurrent:[1,"a11y-current"],nativeAttributes:[16],nativeContentAttributes:[16],buttonGroupPosition:[1,"button-group-position"],_iconOnly:[32],doFocus:[64],doBlur:[64],doClick:[64]},[[0,"click","haltDisabledEvents"]],{iconOnly:["onIconOnlyChanged"]}],[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,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","async","options","globalScripts","bootstrapLazy","requiredMarker","horizontal","autoComplete","clearable","disabled","hint","icon","iconRight","identifier","label","labelHidden","max","min","name","placeholder","textPrefix","textSuffix","readonly","required","value","errors","errorUpdate","nativeAttributes","placement","hasSlottedLabel","hasSlottedHint","doFocus","doBlur","clear","step","selectionTime","isAm","select","mode","attachToElement","position","nativePickerAttributes","page","pageCount","activePadding","sidePadding","size","variant","round","compact","iconPrev","iconNext","activeTab","tabsAlign","tabs","setActive","setActiveIndex","color","noIcon","maxLength","minLength","rows","errorMap","pulse","a11yLabel","labelSize","checked","labelLeft","iconOnly","urlTarget","deactivated","error","noValue","resolvedValue","content","showDelay","hideDelay","longTouchDuration","open","multiple","debounce","tags","tagHint","noItems","connector","state","connect","noClear","noToday","weeks","range","viewDate","resetView","initials","src","backgroundImage","indeterminate","noShadowX","noShadowY","noOverflowX","noOverflowY","noOverscroll","noScrolledInit","scrolledBuffer","effect","lines","togglePassword","type","isPasswordShown","mask","noAutoClose","arrowNavigation","noResize","overflow","noInitialFocus","toggle","close","active","loading","submit","noEllipsis","buttonId","a11yCurrent","nativeContentAttributes","buttonGroupPosition","_iconOnly","doClick","iconSrc"],"sources":["../node_modules/.pnpm/@stencil+core@4.12.6/node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.12.6 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, doc, promiseResolve, H } from '@stencil/core';\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.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts\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 (importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n return promiseResolve(opts);\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","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"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"}
1
+ {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","async","options","globalScripts","bootstrapLazy","requiredMarker","horizontal","autoComplete","clearable","disabled","hint","icon","iconRight","identifier","label","labelHidden","max","min","name","placeholder","textPrefix","textSuffix","readonly","required","value","errors","errorUpdate","nativeAttributes","placement","hasSlottedLabel","hasSlottedHint","doFocus","doBlur","clear","step","selectionTime","isAm","select","mode","attachToElement","position","nativePickerAttributes","page","pageCount","activePadding","sidePadding","size","variant","round","compact","iconPrev","iconNext","activeTab","tabsAlign","tabs","setActive","setActiveIndex","color","noIcon","maxLength","minLength","rows","errorMap","pulse","a11yLabel","labelSize","checked","labelLeft","iconOnly","urlTarget","deactivated","error","noValue","resolvedValue","content","showDelay","hideDelay","longTouchDuration","open","multiple","debounce","tags","tagHint","noItems","connector","state","connect","noClear","noToday","weeks","range","viewDate","resetView","initials","src","backgroundImage","indeterminate","noShadowX","noShadowY","noOverflowX","noOverflowY","noOverscroll","noScrolledInit","scrolledBuffer","effect","lines","togglePassword","type","isPasswordShown","mask","noAutoClose","arrowNavigation","noResize","overflow","noInitialFocus","toggle","close","active","loading","submit","noEllipsis","buttonId","a11yCurrent","nativeContentAttributes","buttonGroupPosition","_iconOnly","doClick","iconSrc"],"sources":["../node_modules/.pnpm/@stencil+core@4.12.6/node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.12.6 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, doc, promiseResolve, H } from '@stencil/core';\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.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts\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 (importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n return promiseResolve(opts);\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","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"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"}
@@ -1,3 +1,3 @@
1
- const t="catalyst";let e;let n;let s=false;let l=false;let o=false;const c=(t,e="")=>{{return()=>{}}};const i=(t,e)=>{{return()=>{}}};const f="{visibility:hidden}.hydrated{visibility:inherit}";const r="slot-fb{display:contents}slot-fb[hidden]{display:none}";const u="http://www.w3.org/1999/xlink";const a={};const d="http://www.w3.org/2000/svg";const v="http://www.w3.org/1999/xhtml";const p=t=>t!=null;const y=t=>{t=typeof t;return t==="object"||t==="function"};function h(t){var e,n,s;return(s=(n=(e=t.head)===null||e===void 0?void 0:e.querySelector('meta[name="csp-nonce"]'))===null||n===void 0?void 0:n.getAttribute("content"))!==null&&s!==void 0?s:undefined}const m=(t,e,...n)=>{let s=null;let l=null;let o=false;let c=false;const i=[];const f=e=>{for(let n=0;n<e.length;n++){s=e[n];if(Array.isArray(s)){f(s)}else if(s!=null&&typeof s!=="boolean"){if(o=typeof t!=="function"&&!y(s)){s=String(s)}if(o&&c){i[i.length-1].t+=s}else{i.push(o?b(null,s):s)}c=o}}};f(n);if(e){if(e.key){l=e.key}{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,i,g)}const r=b(t,null);r.l=e;if(i.length>0){r.o=i}{r.i=l}return r};const b=(t,e)=>{const n={u:0,v:t,t:e,p:null,o:null};{n.l=null}{n.i=null}return n};const w={};const $=t=>t&&t.v===w;const g={forEach:(t,e)=>t.map(S).forEach(e),map:(t,e)=>t.map(S).map(e).map(j)};const S=t=>({vattrs:t.l,vchildren:t.o,vkey:t.i,vname:t.h,vtag:t.v,vtext:t.t});const j=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 m(t.vtag,e,...t.vchildren||[])}const e=b(t.vtag,t.vtext);e.l=t.vattrs;e.o=t.vchildren;e.i=t.vkey;e.h=t.vname;return e};const k=(t,e)=>{if(t!=null&&!y(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 O=t=>bt(t).$hostElement$;const C=(t,e,n)=>{const s=O(t);return{emit:t=>x(s,e,{bubbles:!!(n&4),composed:!!(n&2),cancelable:!!(n&1),detail:t})}};const x=(t,e,n)=>{const s=Mt.ce(e,n);t.dispatchEvent(s);return s};const M=new WeakMap;const E=(t,e,n)=>{let s=Ot.get(t);if(Rt&&n){s=s||new CSSStyleSheet;if(typeof s==="string"){s=e}else{s.replaceSync(e)}}else{s=e}Ot.set(t,s)};const P=(t,e,n)=>{var s;const l=L(e);const o=Ot.get(l);t=t.nodeType===11?t:xt;if(o){if(typeof o==="string"){t=t.head||t;let n=M.get(t);let c;if(!n){M.set(t,n=new Set)}if(!n.has(l)){{c=xt.createElement("style");c.innerHTML=o;const e=(s=Mt.m)!==null&&s!==void 0?s:h(xt);if(e!=null){c.setAttribute("nonce",e)}t.insertBefore(c,t.querySelector("link"))}if(e.u&4){c.innerHTML+=r}if(n){n.add(l)}}}else if(!t.adoptedStyleSheets.includes(o)){t.adoptedStyleSheets=[...t.adoptedStyleSheets,o]}}return l};const R=t=>{const e=t.$;const n=t.$hostElement$;const s=e.u;const l=c("attachStyles",e.S);const o=P(n.shadowRoot?n.shadowRoot:n.getRootNode(),e);if(s&10){n["s-sc"]=o;n.classList.add(o+"-h")}l()};const L=(t,e)=>"sc-"+t.S;const U=(t,e,n,s,l,o)=>{if(n!==s){let c=gt(t,e);let i=e.toLowerCase();if(e==="class"){const e=t.classList;const l=A(n);const o=A(s);e.remove(...l.filter((t=>t&&!o.includes(t))));e.add(...o.filter((t=>t&&!l.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==="key");else if(e==="ref"){if(s){s(t)}}else if(!c&&e[0]==="o"&&e[1]==="n"){if(e[2]==="-"){e=e.slice(3)}else if(gt(Ct,i)){e=i.slice(2)}else{e=i[2]+e.slice(3)}if(n||s){const l=e.endsWith(N);e=e.replace(T,"");if(n){Mt.rel(t,e,n,l)}if(s){Mt.ael(t,e,s,l)}}}else{const f=y(s);if((c||f&&s!==null)&&!l){try{if(!t.tagName.includes("-")){const l=s==null?"":s;if(e==="list"){c=false}else if(n==null||t[e]!=l){t[e]=l}}else{t[e]=s}}catch(t){}}let r=false;{if(i!==(i=i.replace(/^xlink\:?/,""))){e=i;r=true}}if(s==null||s===false){if(s!==false||t.getAttribute(e)===""){if(r){t.removeAttributeNS(u,e)}else{t.removeAttribute(e)}}}else if((!c||o&4||l)&&!f){s=s===true?"":s;if(r){t.setAttributeNS(u,e,s)}else{t.setAttribute(e,s)}}}}};const W=/\s/;const A=t=>!t?[]:t.split(W);const N="Capture";const T=new RegExp(N+"$");const D=(t,e,n,s)=>{const l=e.p.nodeType===11&&e.p.host?e.p.host:e.p;const o=t&&t.l||a;const c=e.l||a;{for(s in o){if(!(s in c)){U(l,s,o[s],undefined,n,e.u)}}}for(s in c){U(l,s,o[s],c[s],n,e.u)}};const F=(t,s,o,c)=>{const i=s.o[o];let f=0;let r;let u;if(i.t!==null){r=i.p=xt.createTextNode(i.t)}else{if(!l){l=i.v==="svg"}r=i.p=xt.createElementNS(l?d:v,i.v);if(l&&i.v==="foreignObject"){l=false}{D(null,i,l)}if(p(e)&&r["s-si"]!==e){r.classList.add(r["s-si"]=e)}if(i.o){for(f=0;f<i.o.length;++f){u=F(t,i,f);if(u){r.appendChild(u)}}}{if(i.v==="svg"){l=false}else if(r.tagName==="foreignObject"){l=true}}}r["s-hn"]=n;return r};const H=(t,e,s,l,o,c)=>{let i=t;let f;if(i.shadowRoot&&i.tagName===n){i=i.shadowRoot}for(;o<=c;++o){if(l[o]){f=F(null,s,o);if(f){l[o].p=f;i.insertBefore(f,e)}}}};const q=(t,e,n)=>{for(let s=e;s<=n;++s){const e=t[s];if(e){const t=e.p;z(e);if(t){t.remove()}}}};const I=(t,e,n,s,l=false)=>{let o=0;let c=0;let i=0;let f=0;let r=e.length-1;let u=e[0];let a=e[r];let d=s.length-1;let v=s[0];let p=s[d];let y;let h;while(o<=r&&c<=d){if(u==null){u=e[++o]}else if(a==null){a=e[--r]}else if(v==null){v=s[++c]}else if(p==null){p=s[--d]}else if(V(u,v,l)){_(u,v,l);u=e[++o];v=s[++c]}else if(V(a,p,l)){_(a,p,l);a=e[--r];p=s[--d]}else if(V(u,p,l)){_(u,p,l);t.insertBefore(u.p,a.p.nextSibling);u=e[++o];p=s[--d]}else if(V(a,v,l)){_(a,v,l);t.insertBefore(a.p,u.p);a=e[--r];v=s[++c]}else{i=-1;{for(f=o;f<=r;++f){if(e[f]&&e[f].i!==null&&e[f].i===v.i){i=f;break}}}if(i>=0){h=e[i];if(h.v!==v.v){y=F(e&&e[c],n,i)}else{_(h,v,l);e[i]=undefined;y=h.p}v=s[++c]}else{y=F(e&&e[c],n,c);v=s[++c]}if(y){{u.p.parentNode.insertBefore(y,u.p)}}}}if(o>r){H(t,s[d+1]==null?null:s[d+1].p,n,s,c,d)}else if(c>d){q(e,o,r)}};const V=(t,e,n=false)=>{if(t.v===e.v){if(!n){return t.i===e.i}return true}return false};const _=(t,e,n=false)=>{const o=e.p=t.p;const c=t.o;const i=e.o;const f=e.v;const r=e.t;if(r===null){{l=f==="svg"?true:f==="foreignObject"?false:l}{if(f==="slot"&&!s);else{D(t,e,l)}}if(c!==null&&i!==null){I(o,c,e,i,n)}else if(i!==null){if(t.t!==null){o.textContent=""}H(o,null,e,i,0,i.length-1)}else if(c!==null){q(c,0,c.length-1)}if(l&&f==="svg"){l=false}}else if(t.t!==r){o.data=r}};const z=t=>{{t.l&&t.l.ref&&t.l.ref(null);t.o&&t.o.map(z)}};const B=(t,l,o=false)=>{const c=t.$hostElement$;const i=t.$;const f=t.j||b(null,null);const r=$(l)?l:m(null,null,l);n=c.tagName;if(i.k){r.l=r.l||{};i.k.map((([t,e])=>r.l[e]=c[t]))}if(o&&r.l){for(const t of Object.keys(r.l)){if(c.hasAttribute(t)&&!["key","ref","style","class"].includes(t)){r.l[t]=c[t]}}}r.v=null;r.u|=4;t.j=r;r.p=f.p=c.shadowRoot||c;{e=c["s-sc"]}s=(i.u&1)!==0;_(f,r,o)};const G=(t,e)=>{if(e&&!t.O&&e["s-p"]){e["s-p"].push(new Promise((e=>t.O=e)))}};const J=(t,e)=>{{t.u|=16}if(t.u&4){t.u|=512;return}G(t,t.C);const n=()=>K(t,e);return Dt(n)};const K=(t,e)=>{const n=c("scheduleUpdate",t.$.S);const s=t.M;let l;if(e){{t.u|=256;if(t.P){t.P.map((([t,e])=>nt(s,t,e)));t.P=undefined}}{l=nt(s,"componentWillLoad")}}{l=Q(l,(()=>nt(s,"componentWillRender")))}n();return Q(l,(()=>Y(t,s,e)))};const Q=(t,e)=>X(t)?t.then(e):e();const X=t=>t instanceof Promise||t&&t.then&&typeof t.then==="function";const Y=async(t,e,n)=>{var s;const l=t.$hostElement$;const o=c("update",t.$.S);const i=l["s-rc"];if(n){R(t)}const f=c("render",t.$.S);{Z(t,e,l,n)}if(i){i.map((t=>t()));l["s-rc"]=undefined}f();o();{const e=(s=l["s-p"])!==null&&s!==void 0?s:[];const n=()=>tt(t);if(e.length===0){n()}else{Promise.all(e).then(n);t.u|=4;e.length=0}}};const Z=(t,e,n,s)=>{try{e=e.render();{t.u&=~16}{t.u|=2}{{{B(t,e,s)}}}}catch(e){St(e,t.$hostElement$)}return null};const tt=t=>{const e=t.$.S;const n=t.$hostElement$;const s=c("postUpdate",e);const l=t.M;const o=t.C;{nt(l,"componentDidRender")}if(!(t.u&64)){t.u|=64;{st(n)}{nt(l,"componentDidLoad")}s();{t.R(n);if(!o){et()}}}else{s()}{t.L(n)}{if(t.O){t.O();t.O=undefined}if(t.u&512){Tt((()=>J(t,false)))}t.u&=~(4|512)}};const et=e=>{{st(xt.documentElement)}Tt((()=>x(Ct,"appload",{detail:{namespace:t}})))};const nt=(t,e,n)=>{if(t&&t[e]){try{return t[e](n)}catch(t){St(t)}}return undefined};const st=t=>t.classList.add("hydrated");const lt=(t,e)=>bt(t).U.get(e);const ot=(t,e,n,s)=>{const l=bt(t);const o=l.$hostElement$;const c=l.U.get(e);const i=l.u;const f=l.M;n=k(n,s.W[e][0]);const r=Number.isNaN(c)&&Number.isNaN(n);const u=n!==c&&!r;if((!(i&8)||c===undefined)&&u){l.U.set(e,n);if(f){if(s.A&&i&128){const t=s.A[e];if(t){t.map((t=>{try{f[t](n,c,e)}catch(t){St(t,o)}}))}}if((i&(2|16))===2){J(l,false)}}}};const ct=(t,e,n)=>{var s;const l=t.prototype;if(e.W){if(t.watchers){e.A=t.watchers}const o=Object.entries(e.W);o.map((([t,[s]])=>{if(s&31||n&2&&s&32){Object.defineProperty(l,t,{get(){return lt(this,t)},set(n){ot(this,t,n,e)},configurable:true,enumerable:true})}else if(n&1&&s&64){Object.defineProperty(l,t,{value(...e){var n;const s=bt(this);return(n=s===null||s===void 0?void 0:s.N)===null||n===void 0?void 0:n.then((()=>{var n;return(n=s.M)===null||n===void 0?void 0:n[t](...e)}))}})}}));if(n&1){const n=new Map;l.attributeChangedCallback=function(t,s,o){Mt.jmp((()=>{var c;const i=n.get(t);if(this.hasOwnProperty(i)){o=this[i];delete this[i]}else if(l.hasOwnProperty(i)&&typeof this[i]==="number"&&this[i]==o){return}else if(i==null){const n=bt(this);const l=n===null||n===void 0?void 0:n.u;if(l&&!(l&8)&&l&128&&o!==s){const l=n.M;const i=(c=e.A)===null||c===void 0?void 0:c[t];i===null||i===void 0?void 0:i.forEach((e=>{if(l[e]!=null){l[e].call(l,o,s,t)}}))}return}this[i]=o===null&&typeof this[i]==="boolean"?false:o}))};t.observedAttributes=Array.from(new Set([...Object.keys((s=e.A)!==null&&s!==void 0?s:{}),...o.filter((([t,e])=>e[0]&15)).map((([t,s])=>{var l;const o=s[1]||t;n.set(o,t);if(s[0]&512){(l=e.k)===null||l===void 0?void 0:l.push([t,o])}return o}))]))}}return t};const it=async(t,e,n,s)=>{let l;if((e.u&32)===0){e.u|=32;const s=n.T;if(s){l=kt(n);if(l.then){const t=i();l=await l;t()}if(!l.isProxied){{n.A=l.watchers}ct(l,n,2);l.isProxied=true}const t=c("createInstance",n.S);{e.u|=8}try{new l(e)}catch(t){St(t)}{e.u&=~8}{e.u|=128}t();ft(e.M)}else{l=t.constructor;customElements.whenDefined(n.S).then((()=>e.u|=128))}if(l.style){let t=l.style;const e=L(n);if(!Ot.has(e)){const s=c("registerStyles",n.S);E(e,t,!!(n.u&1));s()}}}const o=e.C;const f=()=>J(e,true);if(o&&o["s-rc"]){o["s-rc"].push(f)}else{f()}};const ft=t=>{{nt(t,"connectedCallback")}};const rt=t=>{if((Mt.u&1)===0){const e=bt(t);const n=e.$;const s=c("connectedCallback",n.S);if(!(e.u&1)){e.u|=1;{let n=t;while(n=n.parentNode||n.host){if(n["s-p"]){G(e,e.C=n);break}}}if(n.W){Object.entries(n.W).map((([e,[n]])=>{if(n&31&&t.hasOwnProperty(e)){const n=t[e];delete t[e];t[e]=n}}))}{it(t,e,n)}}else{vt(t,e,n.D);if(e===null||e===void 0?void 0:e.M){ft(e.M)}else if(e===null||e===void 0?void 0:e.F){e.F.then((()=>ft(e.M)))}}s()}};const ut=t=>{{nt(t,"disconnectedCallback")}};const at=async t=>{if((Mt.u&1)===0){const e=bt(t);{if(e.H){e.H.map((t=>t()));e.H=undefined}}if(e===null||e===void 0?void 0:e.M){ut(e.M)}else if(e===null||e===void 0?void 0:e.F){e.F.then((()=>ut(e.M)))}}};const dt=(t,e={})=>{var n;const s=c();const l=[];const o=e.exclude||[];const i=Ct.customElements;const u=xt.head;const a=u.querySelector("meta[charset]");const d=xt.createElement("style");const v=[];let p;let y=true;Object.assign(Mt,e);Mt.q=new URL(e.resourcesUrl||"./",xt.baseURI).href;let m=false;t.map((t=>{t[1].map((e=>{var n;const s={u:e[0],S:e[1],W:e[2],D:e[3]};if(s.u&4){m=true}{s.W=e[2]}{s.D=e[3]}{s.k=[]}{s.A=(n=e[4])!==null&&n!==void 0?n:{}}const c=s.S;const f=class extends HTMLElement{constructor(t){super(t);t=this;$t(t,s);if(s.u&1){{{t.attachShadow({mode:"open"})}}}}connectedCallback(){if(p){clearTimeout(p);p=null}if(y){v.push(this)}else{Mt.jmp((()=>rt(this)))}}disconnectedCallback(){Mt.jmp((()=>at(this)))}componentOnReady(){return bt(this).F}};s.T=t[0];if(!o.includes(c)&&!i.get(c)){l.push(c);i.define(c,ct(f,s,1))}}))}));if(l.length>0){if(m){d.textContent+=r}{d.textContent+=l+f}if(d.innerHTML.length){d.setAttribute("data-styles","");const t=(n=Mt.m)!==null&&n!==void 0?n:h(xt);if(t!=null){d.setAttribute("nonce",t)}u.insertBefore(d,a?a.nextSibling:u.firstChild)}}y=false;if(v.length){v.map((t=>t.connectedCallback()))}else{{Mt.jmp((()=>p=setTimeout(et,30)))}}s()};const vt=(t,e,n,s)=>{if(n){n.map((([n,s,l])=>{const o=t;const c=pt(e,l);const i=yt(n);Mt.ael(o,s,c,i);(e.H=e.H||[]).push((()=>Mt.rel(o,s,c,i)))}))}};const pt=(t,e)=>n=>{try{{if(t.u&256){t.M[e](n)}else{(t.P=t.P||[]).push([e,n])}}}catch(t){St(t)}};const yt=t=>Et?{passive:(t&1)!==0,capture:(t&2)!==0}:(t&2)!==0;const ht=t=>Mt.m=t;const mt=new WeakMap;const bt=t=>mt.get(t);const wt=(t,e)=>mt.set(e.M=t,e);const $t=(t,e)=>{const n={u:0,$hostElement$:t,$:e,U:new Map};{n.N=new Promise((t=>n.L=t))}{n.F=new Promise((t=>n.R=t));t["s-p"]=[];t["s-rc"]=[]}vt(t,n,e.D);return mt.set(t,n)};const gt=(t,e)=>e in t;const St=(t,e)=>(0,console.error)(t,e);const jt=new Map;const kt=(t,e,n)=>{const s=t.S.replace(/-/g,"_");const l=t.T;const o=jt.get(l);if(o){return o[s]}
2
- /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${l}.entry.js${""}`).then((t=>{{jt.set(l,t)}return t[s]}),St)};const Ot=new Map;const Ct=typeof window!=="undefined"?window:{};const xt=Ct.document||{head:{}};const Mt={u:0,q:"",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 Et=(()=>{let t=false;try{xt.addEventListener("e",null,Object.defineProperty({},"passive",{get(){t=true}}))}catch(t){}return t})();const Pt=t=>Promise.resolve(t);const Rt=(()=>{try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(t){}return false})();const Lt=[];const Ut=[];const Wt=(t,e)=>n=>{t.push(n);if(!o){o=true;if(e&&Mt.u&4){Tt(Nt)}else{Mt.raf(Nt)}}};const At=t=>{for(let e=0;e<t.length;e++){try{t[e](performance.now())}catch(t){St(t)}}t.length=0};const Nt=()=>{At(Lt);{At(Ut);if(o=Lt.length>0){Mt.raf(Nt)}}};const Tt=t=>Pt().then(t);const Dt=Wt(Ut,true);export{w as H,dt as b,C as c,O as g,m as h,Pt as p,wt as r,ht as s};
3
- //# sourceMappingURL=p-20919029.js.map
1
+ const t="catalyst";let e;let n;let s=false;let l=false;let o=false;const c=(t,e="")=>{{return()=>{}}};const i=(t,e)=>{{return()=>{}}};const f="{visibility:hidden}.hydrated{visibility:inherit}";const r="slot-fb{display:contents}slot-fb[hidden]{display:none}";const u="http://www.w3.org/1999/xlink";const a={};const d="http://www.w3.org/2000/svg";const v="http://www.w3.org/1999/xhtml";const p=t=>t!=null;const y=t=>{t=typeof t;return t==="object"||t==="function"};function h(t){var e,n,s;return(s=(n=(e=t.head)===null||e===void 0?void 0:e.querySelector('meta[name="csp-nonce"]'))===null||n===void 0?void 0:n.getAttribute("content"))!==null&&s!==void 0?s:undefined}const m=(t,e,...n)=>{let s=null;let l=null;let o=false;let c=false;const i=[];const f=e=>{for(let n=0;n<e.length;n++){s=e[n];if(Array.isArray(s)){f(s)}else if(s!=null&&typeof s!=="boolean"){if(o=typeof t!=="function"&&!y(s)){s=String(s)}if(o&&c){i[i.length-1].t+=s}else{i.push(o?b(null,s):s)}c=o}}};f(n);if(e){if(e.key){l=e.key}{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,i,g)}const r=b(t,null);r.l=e;if(i.length>0){r.o=i}{r.i=l}return r};const b=(t,e)=>{const n={u:0,v:t,t:e,p:null,o:null};{n.l=null}{n.i=null}return n};const w={};const $=t=>t&&t.v===w;const g={forEach:(t,e)=>t.map(S).forEach(e),map:(t,e)=>t.map(S).map(e).map(j)};const S=t=>({vattrs:t.l,vchildren:t.o,vkey:t.i,vname:t.h,vtag:t.v,vtext:t.t});const j=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 m(t.vtag,e,...t.vchildren||[])}const e=b(t.vtag,t.vtext);e.l=t.vattrs;e.o=t.vchildren;e.i=t.vkey;e.h=t.vname;return e};const k=(t,e)=>{if(t!=null&&!y(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 O=t=>wt(t).$hostElement$;const C=(t,e,n)=>{const s=O(t);return{emit:t=>x(s,e,{bubbles:!!(n&4),composed:!!(n&2),cancelable:!!(n&1),detail:t})}};const x=(t,e,n)=>{const s=Et.ce(e,n);t.dispatchEvent(s);return s};const M=new WeakMap;const E=(t,e,n)=>{let s=Ct.get(t);if(Lt&&n){s=s||new CSSStyleSheet;if(typeof s==="string"){s=e}else{s.replaceSync(e)}}else{s=e}Ct.set(t,s)};const P=(t,e,n)=>{var s;const l=L(e);const o=Ct.get(l);t=t.nodeType===11?t:Mt;if(o){if(typeof o==="string"){t=t.head||t;let n=M.get(t);let c;if(!n){M.set(t,n=new Set)}if(!n.has(l)){{c=Mt.createElement("style");c.innerHTML=o;const e=(s=Et.m)!==null&&s!==void 0?s:h(Mt);if(e!=null){c.setAttribute("nonce",e)}t.insertBefore(c,t.querySelector("link"))}if(e.u&4){c.innerHTML+=r}if(n){n.add(l)}}}else if(!t.adoptedStyleSheets.includes(o)){t.adoptedStyleSheets=[...t.adoptedStyleSheets,o]}}return l};const R=t=>{const e=t.$;const n=t.$hostElement$;const s=e.u;const l=c("attachStyles",e.S);const o=P(n.shadowRoot?n.shadowRoot:n.getRootNode(),e);if(s&10){n["s-sc"]=o;n.classList.add(o+"-h")}l()};const L=(t,e)=>"sc-"+t.S;const U=(t,e,n,s,l,o)=>{if(n!==s){let c=St(t,e);let i=e.toLowerCase();if(e==="class"){const e=t.classList;const l=A(n);const o=A(s);e.remove(...l.filter((t=>t&&!o.includes(t))));e.add(...o.filter((t=>t&&!l.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==="key");else if(e==="ref"){if(s){s(t)}}else if(!c&&e[0]==="o"&&e[1]==="n"){if(e[2]==="-"){e=e.slice(3)}else if(St(xt,i)){e=i.slice(2)}else{e=i[2]+e.slice(3)}if(n||s){const l=e.endsWith(N);e=e.replace(T,"");if(n){Et.rel(t,e,n,l)}if(s){Et.ael(t,e,s,l)}}}else{const f=y(s);if((c||f&&s!==null)&&!l){try{if(!t.tagName.includes("-")){const l=s==null?"":s;if(e==="list"){c=false}else if(n==null||t[e]!=l){t[e]=l}}else{t[e]=s}}catch(t){}}let r=false;{if(i!==(i=i.replace(/^xlink\:?/,""))){e=i;r=true}}if(s==null||s===false){if(s!==false||t.getAttribute(e)===""){if(r){t.removeAttributeNS(u,e)}else{t.removeAttribute(e)}}}else if((!c||o&4||l)&&!f){s=s===true?"":s;if(r){t.setAttributeNS(u,e,s)}else{t.setAttribute(e,s)}}}}};const W=/\s/;const A=t=>!t?[]:t.split(W);const N="Capture";const T=new RegExp(N+"$");const D=(t,e,n,s)=>{const l=e.p.nodeType===11&&e.p.host?e.p.host:e.p;const o=t&&t.l||a;const c=e.l||a;{for(s in o){if(!(s in c)){U(l,s,o[s],undefined,n,e.u)}}}for(s in c){U(l,s,o[s],c[s],n,e.u)}};const F=(t,s,o,c)=>{const i=s.o[o];let f=0;let r;let u;if(i.t!==null){r=i.p=Mt.createTextNode(i.t)}else{if(!l){l=i.v==="svg"}r=i.p=Mt.createElementNS(l?d:v,i.v);if(l&&i.v==="foreignObject"){l=false}{D(null,i,l)}if(p(e)&&r["s-si"]!==e){r.classList.add(r["s-si"]=e)}if(i.o){for(f=0;f<i.o.length;++f){u=F(t,i,f);if(u){r.appendChild(u)}}}{if(i.v==="svg"){l=false}else if(r.tagName==="foreignObject"){l=true}}}r["s-hn"]=n;return r};const H=(t,e,s,l,o,c)=>{let i=t;let f;if(i.shadowRoot&&i.tagName===n){i=i.shadowRoot}for(;o<=c;++o){if(l[o]){f=F(null,s,o);if(f){l[o].p=f;i.insertBefore(f,e)}}}};const q=(t,e,n)=>{for(let s=e;s<=n;++s){const e=t[s];if(e){const t=e.p;z(e);if(t){t.remove()}}}};const I=(t,e,n,s,l=false)=>{let o=0;let c=0;let i=0;let f=0;let r=e.length-1;let u=e[0];let a=e[r];let d=s.length-1;let v=s[0];let p=s[d];let y;let h;while(o<=r&&c<=d){if(u==null){u=e[++o]}else if(a==null){a=e[--r]}else if(v==null){v=s[++c]}else if(p==null){p=s[--d]}else if(V(u,v,l)){_(u,v,l);u=e[++o];v=s[++c]}else if(V(a,p,l)){_(a,p,l);a=e[--r];p=s[--d]}else if(V(u,p,l)){_(u,p,l);t.insertBefore(u.p,a.p.nextSibling);u=e[++o];p=s[--d]}else if(V(a,v,l)){_(a,v,l);t.insertBefore(a.p,u.p);a=e[--r];v=s[++c]}else{i=-1;{for(f=o;f<=r;++f){if(e[f]&&e[f].i!==null&&e[f].i===v.i){i=f;break}}}if(i>=0){h=e[i];if(h.v!==v.v){y=F(e&&e[c],n,i)}else{_(h,v,l);e[i]=undefined;y=h.p}v=s[++c]}else{y=F(e&&e[c],n,c);v=s[++c]}if(y){{u.p.parentNode.insertBefore(y,u.p)}}}}if(o>r){H(t,s[d+1]==null?null:s[d+1].p,n,s,c,d)}else if(c>d){q(e,o,r)}};const V=(t,e,n=false)=>{if(t.v===e.v){if(!n){return t.i===e.i}return true}return false};const _=(t,e,n=false)=>{const o=e.p=t.p;const c=t.o;const i=e.o;const f=e.v;const r=e.t;if(r===null){{l=f==="svg"?true:f==="foreignObject"?false:l}{if(f==="slot"&&!s);else{D(t,e,l)}}if(c!==null&&i!==null){I(o,c,e,i,n)}else if(i!==null){if(t.t!==null){o.textContent=""}H(o,null,e,i,0,i.length-1)}else if(c!==null){q(c,0,c.length-1)}if(l&&f==="svg"){l=false}}else if(t.t!==r){o.data=r}};const z=t=>{{t.l&&t.l.ref&&t.l.ref(null);t.o&&t.o.map(z)}};const B=(t,l,o=false)=>{const c=t.$hostElement$;const i=t.$;const f=t.j||b(null,null);const r=$(l)?l:m(null,null,l);n=c.tagName;if(i.k){r.l=r.l||{};i.k.map((([t,e])=>r.l[e]=c[t]))}if(o&&r.l){for(const t of Object.keys(r.l)){if(c.hasAttribute(t)&&!["key","ref","style","class"].includes(t)){r.l[t]=c[t]}}}r.v=null;r.u|=4;t.j=r;r.p=f.p=c.shadowRoot||c;{e=c["s-sc"]}s=(i.u&1)!==0;_(f,r,o)};const G=(t,e)=>{if(e&&!t.O&&e["s-p"]){e["s-p"].push(new Promise((e=>t.O=e)))}};const J=(t,e)=>{{t.u|=16}if(t.u&4){t.u|=512;return}G(t,t.C);const n=()=>K(t,e);return Ft(n)};const K=(t,e)=>{const n=c("scheduleUpdate",t.$.S);const s=t.M;let l;if(e){{t.u|=256;if(t.P){t.P.map((([t,e])=>nt(s,t,e)));t.P=undefined}}{l=nt(s,"componentWillLoad")}}{l=Q(l,(()=>nt(s,"componentWillRender")))}n();return Q(l,(()=>Y(t,s,e)))};const Q=(t,e)=>X(t)?t.then(e):e();const X=t=>t instanceof Promise||t&&t.then&&typeof t.then==="function";const Y=async(t,e,n)=>{var s;const l=t.$hostElement$;const o=c("update",t.$.S);const i=l["s-rc"];if(n){R(t)}const f=c("render",t.$.S);{Z(t,e,l,n)}if(i){i.map((t=>t()));l["s-rc"]=undefined}f();o();{const e=(s=l["s-p"])!==null&&s!==void 0?s:[];const n=()=>tt(t);if(e.length===0){n()}else{Promise.all(e).then(n);t.u|=4;e.length=0}}};const Z=(t,e,n,s)=>{try{e=e.render();{t.u&=~16}{t.u|=2}{{{B(t,e,s)}}}}catch(e){jt(e,t.$hostElement$)}return null};const tt=t=>{const e=t.$.S;const n=t.$hostElement$;const s=c("postUpdate",e);const l=t.M;const o=t.C;{nt(l,"componentDidRender")}if(!(t.u&64)){t.u|=64;{st(n)}{nt(l,"componentDidLoad")}s();{t.R(n);if(!o){et()}}}else{s()}{t.L(n)}{if(t.O){t.O();t.O=undefined}if(t.u&512){Dt((()=>J(t,false)))}t.u&=~(4|512)}};const et=e=>{{st(Mt.documentElement)}Dt((()=>x(xt,"appload",{detail:{namespace:t}})))};const nt=(t,e,n)=>{if(t&&t[e]){try{return t[e](n)}catch(t){jt(t)}}return undefined};const st=t=>t.classList.add("hydrated");const lt=(t,e)=>wt(t).U.get(e);const ot=(t,e,n,s)=>{const l=wt(t);const o=l.$hostElement$;const c=l.U.get(e);const i=l.u;const f=l.M;n=k(n,s.W[e][0]);const r=Number.isNaN(c)&&Number.isNaN(n);const u=n!==c&&!r;if((!(i&8)||c===undefined)&&u){l.U.set(e,n);if(f){if(s.A&&i&128){const t=s.A[e];if(t){t.map((t=>{try{f[t](n,c,e)}catch(t){jt(t,o)}}))}}if((i&(2|16))===2){J(l,false)}}}};const ct=(t,e,n)=>{var s;const l=t.prototype;if(e.W){if(t.watchers){e.A=t.watchers}const o=Object.entries(e.W);o.map((([t,[s]])=>{if(s&31||n&2&&s&32){Object.defineProperty(l,t,{get(){return lt(this,t)},set(n){ot(this,t,n,e)},configurable:true,enumerable:true})}else if(n&1&&s&64){Object.defineProperty(l,t,{value(...e){var n;const s=wt(this);return(n=s===null||s===void 0?void 0:s.N)===null||n===void 0?void 0:n.then((()=>{var n;return(n=s.M)===null||n===void 0?void 0:n[t](...e)}))}})}}));if(n&1){const n=new Map;l.attributeChangedCallback=function(t,s,o){Et.jmp((()=>{var c;const i=n.get(t);if(this.hasOwnProperty(i)){o=this[i];delete this[i]}else if(l.hasOwnProperty(i)&&typeof this[i]==="number"&&this[i]==o){return}else if(i==null){const n=wt(this);const l=n===null||n===void 0?void 0:n.u;if(l&&!(l&8)&&l&128&&o!==s){const l=n.M;const i=(c=e.A)===null||c===void 0?void 0:c[t];i===null||i===void 0?void 0:i.forEach((e=>{if(l[e]!=null){l[e].call(l,o,s,t)}}))}return}this[i]=o===null&&typeof this[i]==="boolean"?false:o}))};t.observedAttributes=Array.from(new Set([...Object.keys((s=e.A)!==null&&s!==void 0?s:{}),...o.filter((([t,e])=>e[0]&15)).map((([t,s])=>{var l;const o=s[1]||t;n.set(o,t);if(s[0]&512){(l=e.k)===null||l===void 0?void 0:l.push([t,o])}return o}))]))}}return t};const it=async(t,e,n,s)=>{let l;if((e.u&32)===0){e.u|=32;const s=n.T;if(s){l=Ot(n);if(l.then){const t=i();l=await l;t()}if(!l.isProxied){{n.A=l.watchers}ct(l,n,2);l.isProxied=true}const t=c("createInstance",n.S);{e.u|=8}try{new l(e)}catch(t){jt(t)}{e.u&=~8}{e.u|=128}t();ft(e.M)}else{l=t.constructor;customElements.whenDefined(n.S).then((()=>e.u|=128))}if(l.style){let t=l.style;const e=L(n);if(!Ct.has(e)){const s=c("registerStyles",n.S);E(e,t,!!(n.u&1));s()}}}const o=e.C;const f=()=>J(e,true);if(o&&o["s-rc"]){o["s-rc"].push(f)}else{f()}};const ft=t=>{{nt(t,"connectedCallback")}};const rt=t=>{if((Et.u&1)===0){const e=wt(t);const n=e.$;const s=c("connectedCallback",n.S);if(!(e.u&1)){e.u|=1;{let n=t;while(n=n.parentNode||n.host){if(n["s-p"]){G(e,e.C=n);break}}}if(n.W){Object.entries(n.W).map((([e,[n]])=>{if(n&31&&t.hasOwnProperty(e)){const n=t[e];delete t[e];t[e]=n}}))}{it(t,e,n)}}else{vt(t,e,n.D);if(e===null||e===void 0?void 0:e.M){ft(e.M)}else if(e===null||e===void 0?void 0:e.F){e.F.then((()=>ft(e.M)))}}s()}};const ut=t=>{{nt(t,"disconnectedCallback")}};const at=async t=>{if((Et.u&1)===0){const e=wt(t);{if(e.H){e.H.map((t=>t()));e.H=undefined}}if(e===null||e===void 0?void 0:e.M){ut(e.M)}else if(e===null||e===void 0?void 0:e.F){e.F.then((()=>ut(e.M)))}}};const dt=(t,e={})=>{var n;const s=c();const l=[];const o=e.exclude||[];const i=xt.customElements;const u=Mt.head;const a=u.querySelector("meta[charset]");const d=Mt.createElement("style");const v=[];let p;let y=true;Object.assign(Et,e);Et.q=new URL(e.resourcesUrl||"./",Mt.baseURI).href;let m=false;t.map((t=>{t[1].map((e=>{var n;const s={u:e[0],S:e[1],W:e[2],D:e[3]};if(s.u&4){m=true}{s.W=e[2]}{s.D=e[3]}{s.k=[]}{s.A=(n=e[4])!==null&&n!==void 0?n:{}}const c=s.S;const f=class extends HTMLElement{constructor(t){super(t);t=this;gt(t,s);if(s.u&1){{{t.attachShadow({mode:"open"})}}}}connectedCallback(){if(p){clearTimeout(p);p=null}if(y){v.push(this)}else{Et.jmp((()=>rt(this)))}}disconnectedCallback(){Et.jmp((()=>at(this)))}componentOnReady(){return wt(this).F}};s.T=t[0];if(!o.includes(c)&&!i.get(c)){l.push(c);i.define(c,ct(f,s,1))}}))}));if(l.length>0){if(m){d.textContent+=r}{d.textContent+=l+f}if(d.innerHTML.length){d.setAttribute("data-styles","");const t=(n=Et.m)!==null&&n!==void 0?n:h(Mt);if(t!=null){d.setAttribute("nonce",t)}u.insertBefore(d,a?a.nextSibling:u.firstChild)}}y=false;if(v.length){v.map((t=>t.connectedCallback()))}else{{Et.jmp((()=>p=setTimeout(et,30)))}}s()};const vt=(t,e,n,s)=>{if(n){n.map((([n,s,l])=>{const o=yt(t,n);const c=pt(e,l);const i=ht(n);Et.ael(o,s,c,i);(e.H=e.H||[]).push((()=>Et.rel(o,s,c,i)))}))}};const pt=(t,e)=>n=>{try{{if(t.u&256){t.M[e](n)}else{(t.P=t.P||[]).push([e,n])}}}catch(t){jt(t)}};const yt=(t,e)=>{if(e&8)return xt;return t};const ht=t=>Pt?{passive:(t&1)!==0,capture:(t&2)!==0}:(t&2)!==0;const mt=t=>Et.m=t;const bt=new WeakMap;const wt=t=>bt.get(t);const $t=(t,e)=>bt.set(e.M=t,e);const gt=(t,e)=>{const n={u:0,$hostElement$:t,$:e,U:new Map};{n.N=new Promise((t=>n.L=t))}{n.F=new Promise((t=>n.R=t));t["s-p"]=[];t["s-rc"]=[]}vt(t,n,e.D);return bt.set(t,n)};const St=(t,e)=>e in t;const jt=(t,e)=>(0,console.error)(t,e);const kt=new Map;const Ot=(t,e,n)=>{const s=t.S.replace(/-/g,"_");const l=t.T;const o=kt.get(l);if(o){return o[s]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${l}.entry.js${""}`).then((t=>{{kt.set(l,t)}return t[s]}),jt)};const Ct=new Map;const xt=typeof window!=="undefined"?window:{};const Mt=xt.document||{head:{}};const Et={u:0,q:"",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 Pt=(()=>{let t=false;try{Mt.addEventListener("e",null,Object.defineProperty({},"passive",{get(){t=true}}))}catch(t){}return t})();const Rt=t=>Promise.resolve(t);const Lt=(()=>{try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(t){}return false})();const Ut=[];const Wt=[];const At=(t,e)=>n=>{t.push(n);if(!o){o=true;if(e&&Et.u&4){Dt(Tt)}else{Et.raf(Tt)}}};const Nt=t=>{for(let e=0;e<t.length;e++){try{t[e](performance.now())}catch(t){jt(t)}}t.length=0};const Tt=()=>{Nt(Ut);{Nt(Wt);if(o=Ut.length>0){Et.raf(Tt)}}};const Dt=t=>Rt().then(t);const Ft=At(Wt,true);export{w as H,dt as b,C as c,O as g,m as h,Rt as p,$t as r,mt as s};
3
+ //# sourceMappingURL=p-22f0435a.js.map