@haiilo/catalyst 6.4.7 → 6.5.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 (128) hide show
  1. package/dist/catalyst/catalyst.css +1 -1
  2. package/dist/catalyst/catalyst.esm.js +1 -1
  3. package/dist/catalyst/catalyst.esm.js.map +1 -1
  4. package/dist/catalyst/index.esm.js +1 -1
  5. package/dist/catalyst/index.esm.js.map +1 -1
  6. package/dist/catalyst/p-19fad7af.js +2 -0
  7. package/dist/catalyst/p-19fad7af.js.map +1 -0
  8. package/dist/catalyst/p-376b504c.js +3 -0
  9. package/dist/catalyst/p-376b504c.js.map +1 -0
  10. package/dist/catalyst/p-d303131e.entry.js +10 -0
  11. package/dist/catalyst/p-d303131e.entry.js.map +1 -0
  12. package/dist/cjs/cat-alert_26.cjs.entry.js +118 -52
  13. package/dist/cjs/cat-alert_26.cjs.entry.js.map +1 -1
  14. package/dist/cjs/catalyst.cjs.js +3 -3
  15. package/dist/cjs/catalyst.cjs.js.map +1 -1
  16. package/dist/cjs/{index-6ec4ef6d.js → index-329a3380.js} +111 -29
  17. package/dist/cjs/index-329a3380.js.map +1 -0
  18. package/dist/cjs/index.cjs.js +1 -1
  19. package/dist/cjs/index.cjs.js.map +1 -1
  20. package/dist/cjs/loader.cjs.js +2 -2
  21. package/dist/cjs/{of-eda6baf8.js → of-8545b523.js} +2 -2
  22. package/dist/cjs/of-8545b523.js.map +1 -0
  23. package/dist/collection/collection-manifest.json +2 -2
  24. package/dist/collection/components/cat-alert/cat-alert.css +10 -20
  25. package/dist/collection/components/cat-avatar/cat-avatar.css +2 -2
  26. package/dist/collection/components/cat-badge/cat-badge.css +6 -11
  27. package/dist/collection/components/cat-checkbox/cat-checkbox.js +4 -1
  28. package/dist/collection/components/cat-checkbox/cat-checkbox.js.map +1 -1
  29. package/dist/collection/components/cat-datepicker/cat-datepicker.config.js +1 -0
  30. package/dist/collection/components/cat-datepicker/cat-datepicker.config.js.map +1 -1
  31. package/dist/collection/components/cat-dropdown/cat-dropdown.js +2 -4
  32. package/dist/collection/components/cat-dropdown/cat-dropdown.js.map +1 -1
  33. package/dist/collection/components/cat-form-hint/cat-form-hint.js +1 -1
  34. package/dist/collection/components/cat-form-hint/cat-form-hint.js.map +1 -1
  35. package/dist/collection/components/cat-form-hint/cat-form-hint.spec.js +1 -1
  36. package/dist/collection/components/cat-form-hint/cat-form-hint.spec.js.map +1 -1
  37. package/dist/collection/components/cat-i18n/cat-i18n-registry.js +1 -1
  38. package/dist/collection/components/cat-i18n/cat-i18n-registry.js.map +1 -1
  39. package/dist/collection/components/cat-input/cat-input.js +20 -4
  40. package/dist/collection/components/cat-input/cat-input.js.map +1 -1
  41. package/dist/collection/components/cat-notification/cat-notification.js +1 -2
  42. package/dist/collection/components/cat-notification/cat-notification.js.map +1 -1
  43. package/dist/collection/components/cat-radio/cat-radio.js +4 -1
  44. package/dist/collection/components/cat-radio/cat-radio.js.map +1 -1
  45. package/dist/collection/components/cat-scrollable/cat-scrollable.js +1 -3
  46. package/dist/collection/components/cat-scrollable/cat-scrollable.js.map +1 -1
  47. package/dist/collection/components/cat-select/cat-select.css +3 -0
  48. package/dist/collection/components/cat-select/cat-select.js +13 -8
  49. package/dist/collection/components/cat-select/cat-select.js.map +1 -1
  50. package/dist/collection/components/cat-textarea/cat-textarea.js +5 -2
  51. package/dist/collection/components/cat-textarea/cat-textarea.js.map +1 -1
  52. package/dist/collection/components/cat-toggle/cat-toggle.js +4 -1
  53. package/dist/collection/components/cat-toggle/cat-toggle.js.map +1 -1
  54. package/dist/collection/components/cat-tooltip/cat-tooltip.js +2 -4
  55. package/dist/collection/components/cat-tooltip/cat-tooltip.js.map +1 -1
  56. package/dist/components/cat-alert.js +1 -1
  57. package/dist/components/cat-alert.js.map +1 -1
  58. package/dist/components/cat-avatar2.js +3 -1
  59. package/dist/components/cat-avatar2.js.map +1 -1
  60. package/dist/components/cat-badge.js +1 -1
  61. package/dist/components/cat-badge.js.map +1 -1
  62. package/dist/components/cat-button2.js +3 -1
  63. package/dist/components/cat-button2.js.map +1 -1
  64. package/dist/components/cat-checkbox2.js +4 -1
  65. package/dist/components/cat-checkbox2.js.map +1 -1
  66. package/dist/components/cat-datepicker-inline.js +4 -0
  67. package/dist/components/cat-datepicker-inline.js.map +1 -1
  68. package/dist/components/cat-datepicker.js +6 -0
  69. package/dist/components/cat-datepicker.js.map +1 -1
  70. package/dist/components/cat-datepicker.locale.js +1 -0
  71. package/dist/components/cat-datepicker.locale.js.map +1 -1
  72. package/dist/components/cat-dropdown2.js +44 -25
  73. package/dist/components/cat-dropdown2.js.map +1 -1
  74. package/dist/components/cat-form-group.js +3 -0
  75. package/dist/components/cat-form-group.js.map +1 -1
  76. package/dist/components/cat-form-hint.js +1 -1
  77. package/dist/components/cat-form-hint.js.map +1 -1
  78. package/dist/components/cat-i18n-registry.js +1 -1
  79. package/dist/components/cat-i18n-registry.js.map +1 -1
  80. package/dist/components/cat-input2.js +22 -4
  81. package/dist/components/cat-input2.js.map +1 -1
  82. package/dist/components/cat-radio-group.js +6 -1
  83. package/dist/components/cat-radio-group.js.map +1 -1
  84. package/dist/components/cat-radio.js +4 -1
  85. package/dist/components/cat-radio.js.map +1 -1
  86. package/dist/components/cat-select2.js +18 -6
  87. package/dist/components/cat-select2.js.map +1 -1
  88. package/dist/components/cat-tabs.js +3 -1
  89. package/dist/components/cat-tabs.js.map +1 -1
  90. package/dist/components/cat-textarea.js +7 -2
  91. package/dist/components/cat-textarea.js.map +1 -1
  92. package/dist/components/cat-toggle.js +4 -1
  93. package/dist/components/cat-toggle.js.map +1 -1
  94. package/dist/components/floating-ui.dom.esm.js +16 -5
  95. package/dist/components/floating-ui.dom.esm.js.map +1 -1
  96. package/dist/components/index.d.ts +6 -0
  97. package/dist/components/index.js +1 -1
  98. package/dist/components/index.js.map +1 -1
  99. package/dist/esm/cat-alert_26.entry.js +118 -52
  100. package/dist/esm/cat-alert_26.entry.js.map +1 -1
  101. package/dist/esm/catalyst.js +4 -4
  102. package/dist/esm/catalyst.js.map +1 -1
  103. package/dist/esm/{index-b424aa97.js → index-6af09649.js} +111 -29
  104. package/dist/esm/index-6af09649.js.map +1 -0
  105. package/dist/esm/index.js +2 -2
  106. package/dist/esm/index.js.map +1 -1
  107. package/dist/esm/loader.js +3 -3
  108. package/dist/esm/{of-246f9b35.js → of-a965d8fb.js} +2 -2
  109. package/dist/esm/of-a965d8fb.js.map +1 -0
  110. package/dist/types/components/cat-checkbox/cat-checkbox.d.ts +1 -0
  111. package/dist/types/components/cat-i18n/cat-i18n-registry.d.ts +1 -0
  112. package/dist/types/components/cat-input/cat-input.d.ts +2 -0
  113. package/dist/types/components/cat-radio/cat-radio.d.ts +1 -0
  114. package/dist/types/components/cat-select/cat-select.d.ts +1 -0
  115. package/dist/types/components/cat-textarea/cat-textarea.d.ts +1 -0
  116. package/dist/types/components/cat-toggle/cat-toggle.d.ts +1 -0
  117. package/dist/types/stencil-public-runtime.d.ts +5 -3
  118. package/package.json +18 -18
  119. package/dist/catalyst/p-77eee134.entry.js +0 -10
  120. package/dist/catalyst/p-77eee134.entry.js.map +0 -1
  121. package/dist/catalyst/p-8929f28a.js +0 -2
  122. package/dist/catalyst/p-8929f28a.js.map +0 -1
  123. package/dist/catalyst/p-f0bcebed.js +0 -3
  124. package/dist/catalyst/p-f0bcebed.js.map +0 -1
  125. package/dist/cjs/index-6ec4ef6d.js.map +0 -1
  126. package/dist/cjs/of-eda6baf8.js.map +0 -1
  127. package/dist/esm/index-b424aa97.js.map +0 -1
  128. package/dist/esm/of-246f9b35.js.map +0 -1
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-6ec4ef6d.js');
5
+ const index = require('./index-329a3380.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v4.0.5 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.4.1 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchBrowser = () => {
11
11
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('catalyst.cjs.js', document.baseURI).href));
@@ -17,7 +17,7 @@ const patchBrowser = () => {
17
17
  };
18
18
 
19
19
  patchBrowser().then(options => {
20
- return index.bootstrapLazy([["cat-alert_26.cjs",[[1,"cat-select-demo"],[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],"value":[1025],"errors":[4],"errorUpdate":[8,"error-update"],"nativeAttributes":[16],"nativePickerAttributes":[16],"doFocus":[64],"doBlur":[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-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]}],[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]}],[1,"cat-form-group",{"requiredMarker":[1,"required-marker"],"horizontal":[4],"labelSize":[1,"label-size"]}],[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"],"nativeAttributes":[16],"hasSlottedLabel":[32],"hasSlottedHint":[32],"doFocus":[64],"doBlur":[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,"focus","onFocus"],[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],"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":[1],"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"],"hasSlottedContent":[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],"connect":[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]]],[1,"cat-input",{"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":[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],"errorMap":[32],"doFocus":[64],"doBlur":[64],"clear":[64]}],[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],"indeterminate":[1028],"disabled":[4],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"required":[4],"value":[1],"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-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"]]],[1,"cat-spinner",{"size":[1],"a11yLabel":[1,"a11y-label"]}],[1,"cat-icon",{"icon":[1],"iconSrc":[1,"icon-src"],"size":[1],"a11yLabel":[1,"a11y-label"]}]]]], options);
20
+ return index.bootstrapLazy([["cat-alert_26.cjs",[[1,"cat-select-demo"],[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],"value":[1025],"errors":[4],"errorUpdate":[8,"error-update"],"nativeAttributes":[16],"nativePickerAttributes":[16],"doFocus":[64],"doBlur":[64]},null,{"value":["onValueChanged"],"disabled":["onDisabledChanged"],"readonly":["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":[1,"active-tab"],"tabsAlign":[1,"tabs-align"],"tabs":[32],"activeTabId":[32]},[[0,"keydown","onKeydown"]],{"activeTabId":["onActiveTabIdChanged"]}],[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":[1],"hint":[1],"labelLeft":[4,"label-left"],"nativeAttributes":[16],"hasSlottedLabel":[32],"hasSlottedHint":[32],"doFocus":[64],"doBlur":[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,"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],"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":[1],"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"],"hasSlottedContent":[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],"connect":[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]],{"connector":["onConnectorChanged"],"value":["onValueChanged"],"errors":["onErrorsChanged"],"state":["onStateChanged"]}],[1,"cat-input",{"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":[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],"errorMap":[32],"doFocus":[64],"doBlur":[64],"clear":[64]},null,{"errors":["onErrorsChanged"]}],[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]},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":[1],"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-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"]}]]]], options);
21
21
  });
22
22
 
23
23
  exports.setNonce = index.setNonce;
@@ -1 +1 @@
1
- {"file":"catalyst.cjs.js","mappings":";;;;;;AAAA;AACA;AACA;AAGA,MAAM,YAAY,GAAG,MAAM;AAyB3B,IAAI,MAAM,UAAU,GAAG,0MAAe,CAAC;AACvC,IAAI,MAAM,IAAI,GAAiE,EAAE,CAAC;AAClF,IAAI,IAAI,UAAU,KAAK,EAAE,EAAE;AAC3B,QAAQ,IAAI,CAAC,YAAY,GAAG,IAAI,GAAG,CAAC,GAAG,EAAE,UAAU,CAAC,CAAC,IAAI,CAAC;AAC1D,KAAK;AACL,IAAI,OAAOA,oBAAc,CAAC,IAAI,CAAC,CAAC;AAChC,CAAC;;AChCD,YAAY,EAAE,CAAC,IAAI,CAAC,OAAO,IAAI;AAE/B,EAAE,OAAOC,mBAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;AAC9D,CAAC,CAAC;;;;","names":["promiseResolve","bootstrapLazy"],"sources":["../node_modules/.pnpm/@stencil+core@4.0.5/node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.0.5 | 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 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\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(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"version":3}
1
+ {"file":"catalyst.cjs.js","mappings":";;;;;;AAAA;AACA;AACA;AAGA,MAAM,YAAY,GAAG,MAAM;AAyB3B,IAAI,MAAM,UAAU,GAAG,0MAAe,CAAC;AACvC,IAAI,MAAM,IAAI,GAAiE,EAAE,CAAC;AAClF,IAAI,IAAI,UAAU,KAAK,EAAE,EAAE;AAC3B,QAAQ,IAAI,CAAC,YAAY,GAAG,IAAI,GAAG,CAAC,GAAG,EAAE,UAAU,CAAC,CAAC,IAAI,CAAC;AAC1D,KAAK;AACL,IAAI,OAAOA,oBAAc,CAAC,IAAI,CAAC,CAAC;AAChC,CAAC;;AChCD,YAAY,EAAE,CAAC,IAAI,CAAC,OAAO,IAAI;AAE/B,EAAE,OAAOC,mBAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;AAC9D,CAAC,CAAC;;;;","names":["promiseResolve","bootstrapLazy"],"sources":["../node_modules/.pnpm/@stencil+core@4.4.1/node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.4.1 | 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 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\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(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"version":3}
@@ -128,10 +128,10 @@ const h = (nodeName, vnodeData, ...children) => {
128
128
  };
129
129
  walk(children);
130
130
  if (vnodeData) {
131
- // normalize class / classname attributes
132
131
  if (vnodeData.key) {
133
132
  key = vnodeData.key;
134
133
  }
134
+ // normalize class / className attributes
135
135
  {
136
136
  const classData = vnodeData.className || vnodeData.class;
137
137
  if (classData) {
@@ -991,9 +991,9 @@ const patch = (oldVNode, newVNode) => {
991
991
  }
992
992
  };
993
993
  /**
994
- * 'Nullify' any VDom `ref` callbacks on a VDom node or its children by
995
- * calling them with `null`. This signals that the DOM element corresponding to
996
- * the VDom node has been removed from the DOM.
994
+ * 'Nullify' any VDom `ref` callbacks on a VDom node or its children by calling
995
+ * them with `null`. This signals that the DOM element corresponding to the VDom
996
+ * node has been removed from the DOM.
997
997
  *
998
998
  * @param vNode a virtual DOM node
999
999
  */
@@ -1219,6 +1219,10 @@ const updateComponent = async (hostRef, instance, isInitialLoad) => {
1219
1219
  */
1220
1220
  const callRender = (hostRef, instance, elm, isInitialLoad) => {
1221
1221
  try {
1222
+ /**
1223
+ * minification optimization: `allRenderFn` is `true` if all components have a `render`
1224
+ * method, so we can call the method immediately. If not, check before calling it.
1225
+ */
1222
1226
  instance = instance.render() ;
1223
1227
  {
1224
1228
  hostRef.$flags$ &= ~16 /* HOST_FLAGS.isQueuedForUpdate */;
@@ -1298,6 +1302,16 @@ const appDidLoad = (who) => {
1298
1302
  }
1299
1303
  nextTick(() => emitEvent(win, 'appload', { detail: { namespace: NAMESPACE } }));
1300
1304
  };
1305
+ /**
1306
+ * Allows to safely call a method, e.g. `componentDidLoad`, on an instance,
1307
+ * e.g. custom element node. If a build figures out that e.g. no component
1308
+ * has a `componentDidLoad` method, the instance method gets removed from the
1309
+ * output bundle and this function returns `undefined`.
1310
+ * @param instance any object that may or may not contain methods
1311
+ * @param method method name
1312
+ * @param arg single arbitrary argument
1313
+ * @returns result of method call if it exists, otherwise `undefined`
1314
+ */
1301
1315
  const safeCall = (instance, method, arg) => {
1302
1316
  if (instance && instance[method]) {
1303
1317
  try {
@@ -1365,6 +1379,7 @@ const setValue = (ref, propName, newVal, cmpMeta) => {
1365
1379
  * @returns a reference to the same constructor passed in (but now mutated)
1366
1380
  */
1367
1381
  const proxyComponent = (Cstr, cmpMeta, flags) => {
1382
+ var _a;
1368
1383
  if (cmpMeta.$members$) {
1369
1384
  if (Cstr.watchers) {
1370
1385
  cmpMeta.$watchers$ = Cstr.watchers;
@@ -1402,7 +1417,7 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1402
1417
  });
1403
1418
  if ((flags & 1 /* PROXY_FLAGS.isElementConstructor */)) {
1404
1419
  const attrNameToPropName = new Map();
1405
- prototype.attributeChangedCallback = function (attrName, _oldValue, newValue) {
1420
+ prototype.attributeChangedCallback = function (attrName, oldValue, newValue) {
1406
1421
  plt.jmp(() => {
1407
1422
  const propName = attrNameToPropName.get(attrName);
1408
1423
  // In a web component lifecycle the attributeChangedCallback runs prior to connectedCallback
@@ -1425,12 +1440,12 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1425
1440
  // customElements.define('my-component', MyComponent);
1426
1441
  // </script>
1427
1442
  // ```
1428
- // In this case if we do not unshadow here and use the value of the shadowing property, attributeChangedCallback
1443
+ // In this case if we do not un-shadow here and use the value of the shadowing property, attributeChangedCallback
1429
1444
  // will be called with `newValue = "some-value"` and will set the shadowed property (this.someAttribute = "another-value")
1430
1445
  // to the value that was set inline i.e. "some-value" from above example. When
1431
- // the connectedCallback attempts to unshadow it will use "some-value" as the initial value rather than "another-value"
1446
+ // the connectedCallback attempts to un-shadow it will use "some-value" as the initial value rather than "another-value"
1432
1447
  //
1433
- // The case where the attribute was NOT set inline but was not set programmatically shall be handled/unshadowed
1448
+ // The case where the attribute was NOT set inline but was not set programmatically shall be handled/un-shadowed
1434
1449
  // by connectedCallback as this attributeChangedCallback will not fire.
1435
1450
  //
1436
1451
  // https://developers.google.com/web/fundamentals/web-components/best-practices#lazy-properties
@@ -1450,26 +1465,65 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1450
1465
  // `propName` to be converted to a `DOMString`, which may not be what we want for other primitive props.
1451
1466
  return;
1452
1467
  }
1468
+ else if (propName == null) {
1469
+ // At this point we should know this is not a "member", so we can treat it like watching an attribute
1470
+ // on a vanilla web component
1471
+ const hostRef = getHostRef(this);
1472
+ const flags = hostRef === null || hostRef === void 0 ? void 0 : hostRef.$flags$;
1473
+ // We only want to trigger the callback(s) if:
1474
+ // 1. The instance is ready
1475
+ // 2. The watchers are ready
1476
+ // 3. The value has changed
1477
+ if (!(flags & 8 /* HOST_FLAGS.isConstructingInstance */) &&
1478
+ flags & 128 /* HOST_FLAGS.isWatchReady */ &&
1479
+ newValue !== oldValue) {
1480
+ const instance = hostRef.$lazyInstance$ ;
1481
+ const entry = cmpMeta.$watchers$[attrName];
1482
+ entry === null || entry === void 0 ? void 0 : entry.forEach((callbackName) => {
1483
+ if (instance[callbackName] != null) {
1484
+ instance[callbackName].call(instance, newValue, oldValue, attrName);
1485
+ }
1486
+ });
1487
+ }
1488
+ return;
1489
+ }
1453
1490
  this[propName] = newValue === null && typeof this[propName] === 'boolean' ? false : newValue;
1454
1491
  });
1455
1492
  };
1456
- // create an array of attributes to observe
1457
- // and also create a map of html attribute name to js property name
1458
- Cstr.observedAttributes = members
1459
- .filter(([_, m]) => m[0] & 15 /* MEMBER_FLAGS.HasAttribute */) // filter to only keep props that should match attributes
1460
- .map(([propName, m]) => {
1461
- const attrName = m[1] || propName;
1462
- attrNameToPropName.set(attrName, propName);
1463
- if (m[0] & 512 /* MEMBER_FLAGS.ReflectAttr */) {
1464
- cmpMeta.$attrsToReflect$.push([propName, attrName]);
1465
- }
1466
- return attrName;
1467
- });
1493
+ // Create an array of attributes to observe
1494
+ // This list in comprised of all strings used within a `@Watch()` decorator
1495
+ // on a component as well as any Stencil-specific "members" (`@Prop()`s and `@State()`s).
1496
+ // As such, there is no way to guarantee type-safety here that a user hasn't entered
1497
+ // an invalid attribute.
1498
+ Cstr.observedAttributes = Array.from(new Set([
1499
+ ...Object.keys((_a = cmpMeta.$watchers$) !== null && _a !== void 0 ? _a : {}),
1500
+ ...members
1501
+ .filter(([_, m]) => m[0] & 15 /* MEMBER_FLAGS.HasAttribute */)
1502
+ .map(([propName, m]) => {
1503
+ const attrName = m[1] || propName;
1504
+ attrNameToPropName.set(attrName, propName);
1505
+ if (m[0] & 512 /* MEMBER_FLAGS.ReflectAttr */) {
1506
+ cmpMeta.$attrsToReflect$.push([propName, attrName]);
1507
+ }
1508
+ return attrName;
1509
+ }),
1510
+ ]));
1468
1511
  }
1469
1512
  }
1470
1513
  return Cstr;
1471
1514
  };
1472
- const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) => {
1515
+ /**
1516
+ * Initialize a Stencil component given a reference to its host element, its
1517
+ * runtime bookkeeping data structure, runtime metadata about the component,
1518
+ * and (optionally) an HMR version ID.
1519
+ *
1520
+ * @param elm a host element
1521
+ * @param hostRef the element's runtime bookkeeping object
1522
+ * @param cmpMeta runtime metadata for the Stencil component
1523
+ * @param hmrVersionId an (optional) HMR version ID
1524
+ */
1525
+ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
1526
+ let Cstr;
1473
1527
  // initializeComponent
1474
1528
  if ((hostRef.$flags$ & 32 /* HOST_FLAGS.hasInitializedComponent */) === 0) {
1475
1529
  // Let the runtime know that the component has been initialized
@@ -1645,6 +1699,7 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
1645
1699
  plt.$resourcesUrl$ = new URL(options.resourcesUrl || './', doc.baseURI).href;
1646
1700
  lazyBundles.map((lazyBundle) => {
1647
1701
  lazyBundle[1].map((compactMeta) => {
1702
+ var _a;
1648
1703
  const cmpMeta = {
1649
1704
  $flags$: compactMeta[0],
1650
1705
  $tagName$: compactMeta[1],
@@ -1661,7 +1716,7 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
1661
1716
  cmpMeta.$attrsToReflect$ = [];
1662
1717
  }
1663
1718
  {
1664
- cmpMeta.$watchers$ = {};
1719
+ cmpMeta.$watchers$ = (_a = compactMeta[4]) !== null && _a !== void 0 ? _a : {};
1665
1720
  }
1666
1721
  const tagName = cmpMeta.$tagName$;
1667
1722
  const HostElement = class extends HTMLElement {
@@ -1769,13 +1824,40 @@ const hostListenerOpts = (flags) => (flags & 2 /* LISTENER_FLAGS.Capture */) !==
1769
1824
  * @returns void
1770
1825
  */
1771
1826
  const setNonce = (nonce) => (plt.$nonce$ = nonce);
1827
+ /**
1828
+ * A WeakMap mapping runtime component references to their corresponding host reference
1829
+ * instances.
1830
+ */
1772
1831
  const hostRefs = /*@__PURE__*/ new WeakMap();
1832
+ /**
1833
+ * Given a {@link d.RuntimeRef} retrieve the corresponding {@link d.HostRef}
1834
+ *
1835
+ * @param ref the runtime ref of interest
1836
+ * @returns the Host reference (if found) or undefined
1837
+ */
1773
1838
  const getHostRef = (ref) => hostRefs.get(ref);
1839
+ /**
1840
+ * Register a lazy instance with the {@link hostRefs} object so it's
1841
+ * corresponding {@link d.HostRef} can be retrieved later.
1842
+ *
1843
+ * @param lazyInstance the lazy instance of interest
1844
+ * @param hostRef that instances `HostRef` object
1845
+ * @returns a reference to the host ref WeakMap
1846
+ */
1774
1847
  const registerInstance = (lazyInstance, hostRef) => hostRefs.set((hostRef.$lazyInstance$ = lazyInstance), hostRef);
1775
- const registerHost = (elm, cmpMeta) => {
1848
+ /**
1849
+ * Register a host element for a Stencil component, setting up various metadata
1850
+ * and callbacks based on {@link BUILD} flags as well as the component's runtime
1851
+ * metadata.
1852
+ *
1853
+ * @param hostElement the host element to register
1854
+ * @param cmpMeta runtime metadata for that component
1855
+ * @returns a reference to the host ref WeakMap
1856
+ */
1857
+ const registerHost = (hostElement, cmpMeta) => {
1776
1858
  const hostRef = {
1777
1859
  $flags$: 0,
1778
- $hostElement$: elm,
1860
+ $hostElement$: hostElement,
1779
1861
  $cmpMeta$: cmpMeta,
1780
1862
  $instanceValues$: new Map(),
1781
1863
  };
@@ -1784,11 +1866,11 @@ const registerHost = (elm, cmpMeta) => {
1784
1866
  }
1785
1867
  {
1786
1868
  hostRef.$onReadyPromise$ = new Promise((r) => (hostRef.$onReadyResolve$ = r));
1787
- elm['s-p'] = [];
1788
- elm['s-rc'] = [];
1869
+ hostElement['s-p'] = [];
1870
+ hostElement['s-rc'] = [];
1789
1871
  }
1790
- addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
1791
- return hostRefs.set(elm, hostRef);
1872
+ addHostEventListeners(hostElement, hostRef, cmpMeta.$listeners$);
1873
+ return hostRefs.set(hostElement, hostRef);
1792
1874
  };
1793
1875
  const isMemberInElement = (elm, memberName) => memberName in elm;
1794
1876
  const consoleError = (e, el) => (0, console.error)(e, el);
@@ -1888,4 +1970,4 @@ exports.promiseResolve = promiseResolve;
1888
1970
  exports.registerInstance = registerInstance;
1889
1971
  exports.setNonce = setNonce;
1890
1972
 
1891
- //# sourceMappingURL=index-6ec4ef6d.js.map
1973
+ //# sourceMappingURL=index-329a3380.js.map