@haiilo/catalyst 11.0.0 → 12.0.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.
- package/dist/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/catalyst.esm.js.map +1 -1
- package/dist/catalyst/index.esm.js +2 -2
- package/dist/catalyst/index.esm.js.map +1 -1
- package/dist/catalyst/loader.esm.js.map +1 -0
- package/dist/catalyst/p-6a54965a.entry.js +10 -0
- package/dist/catalyst/p-6a54965a.entry.js.map +1 -0
- package/dist/catalyst/p-B-m4GNf1.js +3 -0
- package/dist/catalyst/p-B-m4GNf1.js.map +1 -0
- package/dist/catalyst/p-DQuL1Twl.js +2 -0
- package/dist/catalyst/p-DQuL1Twl.js.map +1 -0
- package/dist/catalyst/p-LJZzaWFR.js +2 -0
- package/dist/catalyst/p-LJZzaWFR.js.map +1 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js +8 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js.map +1 -0
- package/dist/cjs/cat-alert_30.cjs.entry.js +1467 -1833
- package/dist/cjs/cat-alert_30.cjs.entry.js.map +1 -1
- package/dist/cjs/catalyst.cjs.js +8 -7
- package/dist/cjs/catalyst.cjs.js.map +1 -1
- package/dist/cjs/index-DNLT6JC9.js +10178 -0
- package/dist/cjs/index-DNLT6JC9.js.map +1 -0
- package/dist/cjs/{index-1094f0fc.js → index-jGQAsDy6.js} +528 -358
- package/dist/cjs/index-jGQAsDy6.js.map +1 -0
- package/dist/cjs/index.cjs.js +461 -453
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +4 -5
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/cat-alert/cat-alert.js +15 -4
- package/dist/collection/components/cat-alert/cat-alert.js.map +1 -1
- package/dist/collection/components/cat-avatar/cat-avatar.js +33 -14
- package/dist/collection/components/cat-avatar/cat-avatar.js.map +1 -1
- package/dist/collection/components/cat-badge/cat-badge.js +45 -9
- package/dist/collection/components/cat-badge/cat-badge.js.map +1 -1
- package/dist/collection/components/cat-button/cat-button.css +4 -2
- package/dist/collection/components/cat-button/cat-button.js +107 -35
- package/dist/collection/components/cat-button/cat-button.js.map +1 -1
- package/dist/collection/components/cat-button-group/cat-button-group.js +3 -2
- package/dist/collection/components/cat-button-group/cat-button-group.js.map +1 -1
- package/dist/collection/components/cat-checkbox/cat-checkbox.js +83 -24
- package/dist/collection/components/cat-checkbox/cat-checkbox.js.map +1 -1
- package/dist/collection/components/cat-date/cat-date.js +114 -39
- package/dist/collection/components/cat-date/cat-date.js.map +1 -1
- package/dist/collection/components/cat-date-inline/cat-date-inline.js +69 -19
- package/dist/collection/components/cat-date-inline/cat-date-inline.js.map +1 -1
- package/dist/collection/components/cat-datepicker/cat-datepicker.js +130 -42
- package/dist/collection/components/cat-datepicker/cat-datepicker.js.map +1 -1
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.js +37 -12
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.js.map +1 -1
- package/dist/collection/components/cat-dropdown/cat-dropdown.js +129 -17
- package/dist/collection/components/cat-dropdown/cat-dropdown.js.map +1 -1
- package/dist/collection/components/cat-form-group/cat-form-group.js +19 -4
- package/dist/collection/components/cat-form-group/cat-form-group.js.map +1 -1
- package/dist/collection/components/cat-icon/cat-icon.js +15 -7
- package/dist/collection/components/cat-icon/cat-icon.js.map +1 -1
- package/dist/collection/components/cat-input/cat-input.js +143 -51
- package/dist/collection/components/cat-input/cat-input.js.map +1 -1
- package/dist/collection/components/cat-pagination/cat-pagination.js +60 -10
- package/dist/collection/components/cat-pagination/cat-pagination.js.map +1 -1
- package/dist/collection/components/cat-radio/cat-radio.js +65 -18
- package/dist/collection/components/cat-radio/cat-radio.js.map +1 -1
- package/dist/collection/components/cat-radio-group/cat-radio-group.js +21 -8
- package/dist/collection/components/cat-radio-group/cat-radio-group.js.map +1 -1
- package/dist/collection/components/cat-scrollable/cat-scrollable.js +32 -7
- package/dist/collection/components/cat-scrollable/cat-scrollable.js.map +1 -1
- package/dist/collection/components/cat-select/cat-select.js +105 -34
- package/dist/collection/components/cat-select/cat-select.js.map +1 -1
- package/dist/collection/components/cat-skeleton/cat-skeleton.js +22 -5
- package/dist/collection/components/cat-skeleton/cat-skeleton.js.map +1 -1
- package/dist/collection/components/cat-spinner/cat-spinner.js +15 -4
- package/dist/collection/components/cat-spinner/cat-spinner.js.map +1 -1
- package/dist/collection/components/cat-tab/cat-tab.js +84 -17
- package/dist/collection/components/cat-tab/cat-tab.js.map +1 -1
- package/dist/collection/components/cat-tabs/cat-tabs.css +29 -12
- package/dist/collection/components/cat-tabs/cat-tabs.js +189 -8
- package/dist/collection/components/cat-tabs/cat-tabs.js.map +1 -1
- package/dist/collection/components/cat-tag/cat-tag.js +84 -25
- package/dist/collection/components/cat-tag/cat-tag.js.map +1 -1
- package/dist/collection/components/cat-textarea/cat-textarea.js +90 -32
- package/dist/collection/components/cat-textarea/cat-textarea.js.map +1 -1
- package/dist/collection/components/cat-time/cat-time.js +120 -39
- package/dist/collection/components/cat-time/cat-time.js.map +1 -1
- package/dist/collection/components/cat-toggle/cat-toggle.js +71 -22
- package/dist/collection/components/cat-toggle/cat-toggle.js.map +1 -1
- package/dist/collection/components/cat-tooltip/cat-tooltip.js +49 -8
- package/dist/collection/components/cat-tooltip/cat-tooltip.js.map +1 -1
- package/dist/components/cat-alert.js +8 -3
- package/dist/components/cat-alert.js.map +1 -1
- package/dist/components/cat-avatar.js +1 -0
- package/dist/components/cat-avatar2.js +11 -8
- package/dist/components/cat-avatar2.js.map +1 -1
- package/dist/components/cat-badge.js +23 -3
- package/dist/components/cat-badge.js.map +1 -1
- package/dist/components/cat-button-group.js +2 -3
- package/dist/components/cat-button-group.js.map +1 -1
- package/dist/components/cat-button.js +1 -0
- package/dist/components/cat-button2.js +41 -17
- package/dist/components/cat-button2.js.map +1 -1
- package/dist/components/cat-card.js +2 -2
- package/dist/components/cat-card.js.map +1 -1
- package/dist/components/cat-checkbox.js +1 -0
- package/dist/components/cat-checkbox2.js +34 -10
- package/dist/components/cat-checkbox2.js.map +1 -1
- package/dist/components/cat-date-inline.js +1 -0
- package/dist/components/cat-date-inline2.js +29 -7
- package/dist/components/cat-date-inline2.js.map +1 -1
- package/dist/components/cat-date.js +41 -17
- package/dist/components/cat-date.js.map +1 -1
- package/dist/components/cat-datepicker-inline.js +16 -8
- package/dist/components/cat-datepicker-inline.js.map +1 -1
- package/dist/components/cat-datepicker.js +50 -20
- package/dist/components/cat-datepicker.js.map +1 -1
- package/dist/components/cat-datepicker.locale.js +110 -99
- package/dist/components/cat-datepicker.locale.js.map +1 -1
- package/dist/components/cat-dropdown.js +1 -0
- package/dist/components/cat-dropdown2.js +70 -13
- package/dist/components/cat-dropdown2.js.map +1 -1
- package/dist/components/cat-form-group.js +12 -3
- package/dist/components/cat-form-group.js.map +1 -1
- package/dist/components/cat-form-hint.js +1 -0
- package/dist/components/cat-form-hint.js.map +1 -1
- package/dist/components/cat-i18n-registry.js +1 -0
- package/dist/components/cat-i18n-registry.js.map +1 -1
- package/dist/components/cat-icon-registry.js +22 -21
- package/dist/components/cat-icon-registry.js.map +1 -1
- package/dist/components/cat-icon.js +1 -0
- package/dist/components/cat-icon2.js +5 -5
- package/dist/components/cat-icon2.js.map +1 -1
- package/dist/components/cat-input.js +1 -0
- package/dist/components/cat-input2.js +50 -25
- package/dist/components/cat-input2.js.map +1 -1
- package/dist/components/cat-pagination.js +32 -2
- package/dist/components/cat-pagination.js.map +1 -1
- package/dist/components/cat-radio-group.js +8 -5
- package/dist/components/cat-radio-group.js.map +1 -1
- package/dist/components/cat-radio.js +28 -8
- package/dist/components/cat-radio.js.map +1 -1
- package/dist/components/cat-scrollable.js +1 -0
- package/dist/components/cat-scrollable2.js +322 -542
- package/dist/components/cat-scrollable2.js.map +1 -1
- package/dist/components/cat-select-demo.js +27 -49
- package/dist/components/cat-select-demo.js.map +1 -1
- package/dist/components/cat-select.js +1 -0
- package/dist/components/cat-select2.js +135 -316
- package/dist/components/cat-select2.js.map +1 -1
- package/dist/components/cat-skeleton.js +1 -0
- package/dist/components/cat-skeleton2.js +12 -3
- package/dist/components/cat-skeleton2.js.map +1 -1
- package/dist/components/cat-spinner.js +1 -0
- package/dist/components/cat-spinner2.js +8 -3
- package/dist/components/cat-spinner2.js.map +1 -1
- package/dist/components/cat-tab.js +34 -9
- package/dist/components/cat-tab.js.map +1 -1
- package/dist/components/cat-tabs.js +140 -11
- package/dist/components/cat-tabs.js.map +1 -1
- package/dist/components/cat-tag.js +35 -13
- package/dist/components/cat-tag.js.map +1 -1
- package/dist/components/cat-textarea.js +33 -16
- package/dist/components/cat-textarea.js.map +1 -1
- package/dist/components/cat-time.js +44 -16
- package/dist/components/cat-time.js.map +1 -1
- package/dist/components/cat-toggle.js +28 -10
- package/dist/components/cat-toggle.js.map +1 -1
- package/dist/components/cat-tooltip.js +28 -3
- package/dist/components/cat-tooltip.js.map +1 -1
- package/dist/components/coerce.js +1 -0
- package/dist/components/coerce.js.map +1 -1
- package/dist/components/first-tabbable.js +1 -0
- package/dist/components/first-tabbable.js.map +1 -1
- package/dist/components/{floating-ui.dom.esm.js → floating-ui.dom.js} +3 -492
- package/dist/components/floating-ui.dom.js.map +1 -0
- package/dist/components/index.js +460 -450
- package/dist/components/index.js.map +1 -1
- package/dist/components/index2.js +9456 -0
- package/dist/components/index2.js.map +1 -0
- package/dist/components/loglevel.js +368 -356
- package/dist/components/loglevel.js.map +1 -1
- package/dist/components/media-matcher.js +1 -0
- package/dist/components/media-matcher.js.map +1 -1
- package/dist/esm/app-globals-DQuL1Twl.js +6 -0
- package/dist/esm/app-globals-DQuL1Twl.js.map +1 -0
- package/dist/esm/cat-alert_30.entry.js +1428 -1792
- package/dist/esm/cat-alert_30.entry.js.map +1 -1
- package/dist/esm/catalyst.js +7 -5
- package/dist/esm/catalyst.js.map +1 -1
- package/dist/esm/{index-e8c0ddf2.js → index-B-m4GNf1.js} +528 -338
- package/dist/esm/index-B-m4GNf1.js.map +1 -0
- package/dist/esm/index-LJZzaWFR.js +10057 -0
- package/dist/esm/index-LJZzaWFR.js.map +1 -0
- package/dist/esm/index.js +458 -448
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +5 -4
- package/dist/esm/loader.js.map +1 -1
- package/dist/types/components/cat-dropdown/cat-dropdown.d.ts +11 -1
- package/dist/types/components/cat-tab/cat-tab.d.ts +6 -0
- package/dist/types/components/cat-tabs/cat-tabs.d.ts +18 -0
- package/dist/types/components.d.ts +46 -0
- package/dist/types/stencil-public-runtime.d.ts +28 -2
- package/loader/index.d.ts +3 -0
- package/package.json +3 -3
- package/dist/catalyst/p-59e2ada2.entry.js +0 -10
- package/dist/catalyst/p-59e2ada2.entry.js.map +0 -1
- package/dist/catalyst/p-7f3bcfb9.js +0 -3
- package/dist/catalyst/p-7f3bcfb9.js.map +0 -1
- package/dist/catalyst/p-9500d6fb.js +0 -2
- package/dist/catalyst/p-9500d6fb.js.map +0 -1
- package/dist/catalyst/p-e1255160.js +0 -2
- package/dist/catalyst/p-e1255160.js.map +0 -1
- package/dist/cjs/app-globals-3a1e7e63.js +0 -7
- package/dist/cjs/app-globals-3a1e7e63.js.map +0 -1
- package/dist/cjs/index-1094f0fc.js.map +0 -1
- package/dist/cjs/of-958251e4.js +0 -1549
- package/dist/cjs/of-958251e4.js.map +0 -1
- package/dist/collection/components/cat-alert/cat-alert.e2e.js +0 -11
- package/dist/collection/components/cat-alert/cat-alert.e2e.js.map +0 -1
- package/dist/collection/components/cat-alert/cat-alert.spec.js +0 -14
- package/dist/collection/components/cat-alert/cat-alert.spec.js.map +0 -1
- package/dist/collection/components/cat-avatar/cat-avatar.e2e.js +0 -10
- package/dist/collection/components/cat-avatar/cat-avatar.e2e.js.map +0 -1
- package/dist/collection/components/cat-avatar/cat-avatar.spec.js +0 -14
- package/dist/collection/components/cat-avatar/cat-avatar.spec.js.map +0 -1
- package/dist/collection/components/cat-badge/cat-badge.e2e.js +0 -10
- package/dist/collection/components/cat-badge/cat-badge.e2e.js.map +0 -1
- package/dist/collection/components/cat-badge/cat-badge.spec.js +0 -14
- package/dist/collection/components/cat-badge/cat-badge.spec.js.map +0 -1
- package/dist/collection/components/cat-button/cat-button.e2e.js +0 -10
- package/dist/collection/components/cat-button/cat-button.e2e.js.map +0 -1
- package/dist/collection/components/cat-button/cat-button.spec.js +0 -20
- package/dist/collection/components/cat-button/cat-button.spec.js.map +0 -1
- package/dist/collection/components/cat-button-group/cat-button-group.e2e.js +0 -10
- package/dist/collection/components/cat-button-group/cat-button-group.e2e.js.map +0 -1
- package/dist/collection/components/cat-button-group/cat-button-group.spec.js +0 -14
- package/dist/collection/components/cat-button-group/cat-button-group.spec.js.map +0 -1
- package/dist/collection/components/cat-card/cat-card.e2e.js +0 -10
- package/dist/collection/components/cat-card/cat-card.e2e.js.map +0 -1
- package/dist/collection/components/cat-card/cat-card.spec.js +0 -14
- package/dist/collection/components/cat-card/cat-card.spec.js.map +0 -1
- package/dist/collection/components/cat-checkbox/cat-checkbox.e2e.js +0 -10
- package/dist/collection/components/cat-checkbox/cat-checkbox.e2e.js.map +0 -1
- package/dist/collection/components/cat-checkbox/cat-checkbox.spec.js +0 -14
- package/dist/collection/components/cat-checkbox/cat-checkbox.spec.js.map +0 -1
- package/dist/collection/components/cat-date/cat-date.e2e.js +0 -11
- package/dist/collection/components/cat-date/cat-date.e2e.js.map +0 -1
- package/dist/collection/components/cat-date/cat-date.spec.js +0 -17
- package/dist/collection/components/cat-date/cat-date.spec.js.map +0 -1
- package/dist/collection/components/cat-date-inline/cat-date-inline.e2e.js +0 -11
- package/dist/collection/components/cat-date-inline/cat-date-inline.e2e.js.map +0 -1
- package/dist/collection/components/cat-date-inline/cat-date-inline.spec.js +0 -16
- package/dist/collection/components/cat-date-inline/cat-date-inline.spec.js.map +0 -1
- package/dist/collection/components/cat-datepicker/cat-datepicker.e2e.js +0 -11
- package/dist/collection/components/cat-datepicker/cat-datepicker.e2e.js.map +0 -1
- package/dist/collection/components/cat-datepicker/cat-datepicker.spec.js +0 -15
- package/dist/collection/components/cat-datepicker/cat-datepicker.spec.js.map +0 -1
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.e2e.js +0 -11
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.e2e.js.map +0 -1
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.spec.js +0 -15
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.spec.js.map +0 -1
- package/dist/collection/components/cat-dropdown/cat-dropdown.e2e.js +0 -10
- package/dist/collection/components/cat-dropdown/cat-dropdown.e2e.js.map +0 -1
- package/dist/collection/components/cat-dropdown/cat-dropdown.spec.js +0 -21
- package/dist/collection/components/cat-dropdown/cat-dropdown.spec.js.map +0 -1
- package/dist/collection/components/cat-form-group/cat-form-group.e2e.js +0 -10
- package/dist/collection/components/cat-form-group/cat-form-group.e2e.js.map +0 -1
- package/dist/collection/components/cat-form-group/cat-form-group.spec.js +0 -14
- package/dist/collection/components/cat-form-group/cat-form-group.spec.js.map +0 -1
- package/dist/collection/components/cat-form-hint/cat-form-hint.spec.js +0 -15
- package/dist/collection/components/cat-form-hint/cat-form-hint.spec.js.map +0 -1
- package/dist/collection/components/cat-i18n/cat-i18n-registry.spec.js +0 -7
- package/dist/collection/components/cat-i18n/cat-i18n-registry.spec.js.map +0 -1
- package/dist/collection/components/cat-icon/cat-icon-registry.spec.js +0 -7
- package/dist/collection/components/cat-icon/cat-icon-registry.spec.js.map +0 -1
- package/dist/collection/components/cat-icon/cat-icon.e2e.js +0 -11
- package/dist/collection/components/cat-icon/cat-icon.e2e.js.map +0 -1
- package/dist/collection/components/cat-icon/cat-icon.spec.js +0 -15
- package/dist/collection/components/cat-icon/cat-icon.spec.js.map +0 -1
- package/dist/collection/components/cat-input/cat-input.e2e.js +0 -11
- package/dist/collection/components/cat-input/cat-input.e2e.js.map +0 -1
- package/dist/collection/components/cat-input/cat-input.spec.js +0 -15
- package/dist/collection/components/cat-input/cat-input.spec.js.map +0 -1
- package/dist/collection/components/cat-notification/cat-notification.spec.js +0 -7
- package/dist/collection/components/cat-notification/cat-notification.spec.js.map +0 -1
- package/dist/collection/components/cat-pagination/cat-pagination.e2e.js +0 -14
- package/dist/collection/components/cat-pagination/cat-pagination.e2e.js.map +0 -1
- package/dist/collection/components/cat-pagination/cat-pagination.spec.js +0 -15
- package/dist/collection/components/cat-pagination/cat-pagination.spec.js.map +0 -1
- package/dist/collection/components/cat-radio/cat-radio.e2e.js +0 -10
- package/dist/collection/components/cat-radio/cat-radio.e2e.js.map +0 -1
- package/dist/collection/components/cat-radio/cat-radio.spec.js +0 -14
- package/dist/collection/components/cat-radio/cat-radio.spec.js.map +0 -1
- package/dist/collection/components/cat-radio-group/cat-radio-group.e2e.js +0 -10
- package/dist/collection/components/cat-radio-group/cat-radio-group.e2e.js.map +0 -1
- package/dist/collection/components/cat-radio-group/cat-radio-group.spec.js +0 -14
- package/dist/collection/components/cat-radio-group/cat-radio-group.spec.js.map +0 -1
- package/dist/collection/components/cat-scrollable/cat-scrollable.e2e.js +0 -10
- package/dist/collection/components/cat-scrollable/cat-scrollable.e2e.js.map +0 -1
- package/dist/collection/components/cat-scrollable/cat-scrollable.spec.js +0 -14
- package/dist/collection/components/cat-scrollable/cat-scrollable.spec.js.map +0 -1
- package/dist/collection/components/cat-select/cat-select.e2e.js +0 -14
- package/dist/collection/components/cat-select/cat-select.e2e.js.map +0 -1
- package/dist/collection/components/cat-select/cat-select.spec.js +0 -15
- package/dist/collection/components/cat-select/cat-select.spec.js.map +0 -1
- package/dist/collection/components/cat-skeleton/cat-skeleton.e2e.js +0 -10
- package/dist/collection/components/cat-skeleton/cat-skeleton.e2e.js.map +0 -1
- package/dist/collection/components/cat-skeleton/cat-skeleton.spec.js +0 -14
- package/dist/collection/components/cat-skeleton/cat-skeleton.spec.js.map +0 -1
- package/dist/collection/components/cat-spinner/cat-spinner.e2e.js +0 -10
- package/dist/collection/components/cat-spinner/cat-spinner.e2e.js.map +0 -1
- package/dist/collection/components/cat-spinner/cat-spinner.spec.js +0 -18
- package/dist/collection/components/cat-spinner/cat-spinner.spec.js.map +0 -1
- package/dist/collection/components/cat-tab/cat-tab.e2e.js +0 -10
- package/dist/collection/components/cat-tab/cat-tab.e2e.js.map +0 -1
- package/dist/collection/components/cat-tab/cat-tab.spec.js +0 -14
- package/dist/collection/components/cat-tab/cat-tab.spec.js.map +0 -1
- package/dist/collection/components/cat-tabs/cat-tabs.e2e.js +0 -10
- package/dist/collection/components/cat-tabs/cat-tabs.e2e.js.map +0 -1
- package/dist/collection/components/cat-tabs/cat-tabs.spec.js +0 -14
- package/dist/collection/components/cat-tabs/cat-tabs.spec.js.map +0 -1
- package/dist/collection/components/cat-tag/cat-tag.e2e.js +0 -14
- package/dist/collection/components/cat-tag/cat-tag.e2e.js.map +0 -1
- package/dist/collection/components/cat-tag/cat-tag.spec.js +0 -23
- package/dist/collection/components/cat-tag/cat-tag.spec.js.map +0 -1
- package/dist/collection/components/cat-textarea/cat-textarea.e2e.js +0 -11
- package/dist/collection/components/cat-textarea/cat-textarea.e2e.js.map +0 -1
- package/dist/collection/components/cat-textarea/cat-textarea.spec.js +0 -15
- package/dist/collection/components/cat-textarea/cat-textarea.spec.js.map +0 -1
- package/dist/collection/components/cat-time/cat-time.e2e.js +0 -11
- package/dist/collection/components/cat-time/cat-time.e2e.js.map +0 -1
- package/dist/collection/components/cat-time/cat-time.spec.js +0 -16
- package/dist/collection/components/cat-time/cat-time.spec.js.map +0 -1
- package/dist/collection/components/cat-toggle/cat-toggle.e2e.js +0 -10
- package/dist/collection/components/cat-toggle/cat-toggle.e2e.js.map +0 -1
- package/dist/collection/components/cat-toggle/cat-toggle.spec.js +0 -14
- package/dist/collection/components/cat-toggle/cat-toggle.spec.js.map +0 -1
- package/dist/collection/components/cat-tooltip/cat-tooltip.e2e.js +0 -10
- package/dist/collection/components/cat-tooltip/cat-tooltip.e2e.js.map +0 -1
- package/dist/collection/components/cat-tooltip/cat-tooltip.spec.js +0 -20
- package/dist/collection/components/cat-tooltip/cat-tooltip.spec.js.map +0 -1
- package/dist/collection/utils/media-matcher.spec.js +0 -39
- package/dist/collection/utils/media-matcher.spec.js.map +0 -1
- package/dist/components/floating-ui.dom.esm.js.map +0 -1
- package/dist/components/from.js +0 -928
- package/dist/components/from.js.map +0 -1
- package/dist/components/of.js +0 -10
- package/dist/components/of.js.map +0 -1
- package/dist/esm/app-globals-0f993ce5.js +0 -5
- package/dist/esm/app-globals-0f993ce5.js.map +0 -1
- package/dist/esm/index-e8c0ddf2.js.map +0 -1
- package/dist/esm/of-e4ec2eb4.js +0 -1523
- package/dist/esm/of-e4ec2eb4.js.map +0 -1
- package/loader/package.json +0 -11
|
@@ -35,33 +35,59 @@ export class CatSelect {
|
|
|
35
35
|
this.term$ = new Subject();
|
|
36
36
|
this.more$ = new Subject();
|
|
37
37
|
this.valueChangedBySelection = false;
|
|
38
|
-
this.connector = undefined;
|
|
39
38
|
this.state = INIT_STATE;
|
|
40
39
|
this.hasSlottedLabel = false;
|
|
41
40
|
this.hasSlottedHint = false;
|
|
42
|
-
|
|
41
|
+
/**
|
|
42
|
+
* Whether the label need a marker to shown if the select is required or optional.
|
|
43
|
+
*/
|
|
43
44
|
this.requiredMarker = 'optional';
|
|
45
|
+
/**
|
|
46
|
+
* Whether the label is on top or left.
|
|
47
|
+
*/
|
|
44
48
|
this.horizontal = false;
|
|
49
|
+
/**
|
|
50
|
+
* Enable multiple selection.
|
|
51
|
+
*/
|
|
45
52
|
this.multiple = false;
|
|
53
|
+
/**
|
|
54
|
+
* The debounce time for the search.
|
|
55
|
+
*/
|
|
46
56
|
this.debounce = 250;
|
|
57
|
+
/**
|
|
58
|
+
* The placement of the select.
|
|
59
|
+
*/
|
|
47
60
|
this.placement = 'bottom-start';
|
|
48
|
-
|
|
61
|
+
/**
|
|
62
|
+
* Whether the select is disabled.
|
|
63
|
+
*/
|
|
49
64
|
this.disabled = false;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
65
|
+
/**
|
|
66
|
+
* The label for the select.
|
|
67
|
+
*/
|
|
53
68
|
this.label = '';
|
|
54
|
-
|
|
69
|
+
/**
|
|
70
|
+
* Visually hide the label, but still show it to assistive technologies like screen readers.
|
|
71
|
+
*/
|
|
55
72
|
this.labelHidden = false;
|
|
73
|
+
/**
|
|
74
|
+
* A value is required or must be checked for the form to be submittable.
|
|
75
|
+
*/
|
|
56
76
|
this.required = false;
|
|
77
|
+
/**
|
|
78
|
+
* Whether the select should show a clear button.
|
|
79
|
+
*/
|
|
57
80
|
this.clearable = false;
|
|
81
|
+
/**
|
|
82
|
+
* Whether the select should add new items.
|
|
83
|
+
*/
|
|
58
84
|
this.tags = false;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
85
|
+
/**
|
|
86
|
+
* Fine-grained control over when the errors are shown. Can be `false` to
|
|
87
|
+
* never show errors, `true` to show errors on blur, or a number to show
|
|
88
|
+
* errors change with the given delay in milliseconds or immediately on blur.
|
|
89
|
+
*/
|
|
62
90
|
this.errorUpdate = 0;
|
|
63
|
-
this.nativeAttributes = undefined;
|
|
64
|
-
this.testId = undefined;
|
|
65
91
|
}
|
|
66
92
|
get id() {
|
|
67
93
|
return this.identifier || this._id;
|
|
@@ -693,6 +719,7 @@ export class CatSelect {
|
|
|
693
719
|
return {
|
|
694
720
|
"requiredMarker": {
|
|
695
721
|
"type": "string",
|
|
722
|
+
"attribute": "required-marker",
|
|
696
723
|
"mutable": false,
|
|
697
724
|
"complexType": {
|
|
698
725
|
"original": "'none' | 'required' | 'optional' | 'none!' | 'optional!' | 'required!'",
|
|
@@ -705,12 +732,14 @@ export class CatSelect {
|
|
|
705
732
|
"tags": [],
|
|
706
733
|
"text": "Whether the label need a marker to shown if the select is required or optional."
|
|
707
734
|
},
|
|
708
|
-
"
|
|
735
|
+
"getter": false,
|
|
736
|
+
"setter": false,
|
|
709
737
|
"reflect": false,
|
|
710
738
|
"defaultValue": "'optional'"
|
|
711
739
|
},
|
|
712
740
|
"horizontal": {
|
|
713
741
|
"type": "boolean",
|
|
742
|
+
"attribute": "horizontal",
|
|
714
743
|
"mutable": false,
|
|
715
744
|
"complexType": {
|
|
716
745
|
"original": "boolean",
|
|
@@ -723,12 +752,14 @@ export class CatSelect {
|
|
|
723
752
|
"tags": [],
|
|
724
753
|
"text": "Whether the label is on top or left."
|
|
725
754
|
},
|
|
726
|
-
"
|
|
755
|
+
"getter": false,
|
|
756
|
+
"setter": false,
|
|
727
757
|
"reflect": false,
|
|
728
758
|
"defaultValue": "false"
|
|
729
759
|
},
|
|
730
760
|
"multiple": {
|
|
731
761
|
"type": "boolean",
|
|
762
|
+
"attribute": "multiple",
|
|
732
763
|
"mutable": false,
|
|
733
764
|
"complexType": {
|
|
734
765
|
"original": "boolean",
|
|
@@ -741,12 +772,14 @@ export class CatSelect {
|
|
|
741
772
|
"tags": [],
|
|
742
773
|
"text": "Enable multiple selection."
|
|
743
774
|
},
|
|
744
|
-
"
|
|
775
|
+
"getter": false,
|
|
776
|
+
"setter": false,
|
|
745
777
|
"reflect": false,
|
|
746
778
|
"defaultValue": "false"
|
|
747
779
|
},
|
|
748
780
|
"debounce": {
|
|
749
781
|
"type": "number",
|
|
782
|
+
"attribute": "debounce",
|
|
750
783
|
"mutable": false,
|
|
751
784
|
"complexType": {
|
|
752
785
|
"original": "number",
|
|
@@ -759,12 +792,14 @@ export class CatSelect {
|
|
|
759
792
|
"tags": [],
|
|
760
793
|
"text": "The debounce time for the search."
|
|
761
794
|
},
|
|
762
|
-
"
|
|
795
|
+
"getter": false,
|
|
796
|
+
"setter": false,
|
|
763
797
|
"reflect": false,
|
|
764
798
|
"defaultValue": "250"
|
|
765
799
|
},
|
|
766
800
|
"placement": {
|
|
767
801
|
"type": "string",
|
|
802
|
+
"attribute": "placement",
|
|
768
803
|
"mutable": false,
|
|
769
804
|
"complexType": {
|
|
770
805
|
"original": "Placement",
|
|
@@ -783,12 +818,14 @@ export class CatSelect {
|
|
|
783
818
|
"tags": [],
|
|
784
819
|
"text": "The placement of the select."
|
|
785
820
|
},
|
|
786
|
-
"
|
|
821
|
+
"getter": false,
|
|
822
|
+
"setter": false,
|
|
787
823
|
"reflect": false,
|
|
788
824
|
"defaultValue": "'bottom-start'"
|
|
789
825
|
},
|
|
790
826
|
"value": {
|
|
791
827
|
"type": "string",
|
|
828
|
+
"attribute": "value",
|
|
792
829
|
"mutable": true,
|
|
793
830
|
"complexType": {
|
|
794
831
|
"original": "string | string[] | CatSelectTaggingValue | CatSelectMultipleTaggingValue",
|
|
@@ -812,11 +849,13 @@ export class CatSelect {
|
|
|
812
849
|
"tags": [],
|
|
813
850
|
"text": "The value of the select. <br />\n<br />\nThe value of the select depends on whether it is allowed to choose a single item or several items. <br />\nWhen only one item can be selected, the value is the id of the item, in case several items can be selected, the value is an array of ids of the selected items. <br />\n<br />\nIn case the user can add new items to the select (tags activated), the value in the single select is an object (CatSelectTaggingValue) with the id of the item or the name of the created item,\nin the case of multiple select, it is an object (CatSelectMultipleTaggingValue) with the array of the ids of the items selected and the array of the names of the items created"
|
|
814
851
|
},
|
|
815
|
-
"
|
|
852
|
+
"getter": false,
|
|
853
|
+
"setter": false,
|
|
816
854
|
"reflect": false
|
|
817
855
|
},
|
|
818
856
|
"disabled": {
|
|
819
857
|
"type": "boolean",
|
|
858
|
+
"attribute": "disabled",
|
|
820
859
|
"mutable": false,
|
|
821
860
|
"complexType": {
|
|
822
861
|
"original": "boolean",
|
|
@@ -829,12 +868,14 @@ export class CatSelect {
|
|
|
829
868
|
"tags": [],
|
|
830
869
|
"text": "Whether the select is disabled."
|
|
831
870
|
},
|
|
832
|
-
"
|
|
871
|
+
"getter": false,
|
|
872
|
+
"setter": false,
|
|
833
873
|
"reflect": false,
|
|
834
874
|
"defaultValue": "false"
|
|
835
875
|
},
|
|
836
876
|
"placeholder": {
|
|
837
877
|
"type": "string",
|
|
878
|
+
"attribute": "placeholder",
|
|
838
879
|
"mutable": false,
|
|
839
880
|
"complexType": {
|
|
840
881
|
"original": "string",
|
|
@@ -847,11 +888,13 @@ export class CatSelect {
|
|
|
847
888
|
"tags": [],
|
|
848
889
|
"text": "The placeholder text to display within the select."
|
|
849
890
|
},
|
|
850
|
-
"
|
|
891
|
+
"getter": false,
|
|
892
|
+
"setter": false,
|
|
851
893
|
"reflect": false
|
|
852
894
|
},
|
|
853
895
|
"hint": {
|
|
854
896
|
"type": "string",
|
|
897
|
+
"attribute": "hint",
|
|
855
898
|
"mutable": false,
|
|
856
899
|
"complexType": {
|
|
857
900
|
"original": "string | string[]",
|
|
@@ -864,11 +907,13 @@ export class CatSelect {
|
|
|
864
907
|
"tags": [],
|
|
865
908
|
"text": "Optional hint text(s) to be displayed with the select."
|
|
866
909
|
},
|
|
867
|
-
"
|
|
910
|
+
"getter": false,
|
|
911
|
+
"setter": false,
|
|
868
912
|
"reflect": false
|
|
869
913
|
},
|
|
870
914
|
"identifier": {
|
|
871
915
|
"type": "string",
|
|
916
|
+
"attribute": "identifier",
|
|
872
917
|
"mutable": false,
|
|
873
918
|
"complexType": {
|
|
874
919
|
"original": "string",
|
|
@@ -881,11 +926,13 @@ export class CatSelect {
|
|
|
881
926
|
"tags": [],
|
|
882
927
|
"text": "A unique identifier for the input."
|
|
883
928
|
},
|
|
884
|
-
"
|
|
929
|
+
"getter": false,
|
|
930
|
+
"setter": false,
|
|
885
931
|
"reflect": false
|
|
886
932
|
},
|
|
887
933
|
"label": {
|
|
888
934
|
"type": "string",
|
|
935
|
+
"attribute": "label",
|
|
889
936
|
"mutable": false,
|
|
890
937
|
"complexType": {
|
|
891
938
|
"original": "string",
|
|
@@ -898,12 +945,14 @@ export class CatSelect {
|
|
|
898
945
|
"tags": [],
|
|
899
946
|
"text": "The label for the select."
|
|
900
947
|
},
|
|
901
|
-
"
|
|
948
|
+
"getter": false,
|
|
949
|
+
"setter": false,
|
|
902
950
|
"reflect": false,
|
|
903
951
|
"defaultValue": "''"
|
|
904
952
|
},
|
|
905
953
|
"name": {
|
|
906
954
|
"type": "string",
|
|
955
|
+
"attribute": "name",
|
|
907
956
|
"mutable": false,
|
|
908
957
|
"complexType": {
|
|
909
958
|
"original": "string",
|
|
@@ -916,11 +965,13 @@ export class CatSelect {
|
|
|
916
965
|
"tags": [],
|
|
917
966
|
"text": "The name of the form control. Submitted with the form as part of a name/value pair."
|
|
918
967
|
},
|
|
919
|
-
"
|
|
968
|
+
"getter": false,
|
|
969
|
+
"setter": false,
|
|
920
970
|
"reflect": false
|
|
921
971
|
},
|
|
922
972
|
"labelHidden": {
|
|
923
973
|
"type": "boolean",
|
|
974
|
+
"attribute": "label-hidden",
|
|
924
975
|
"mutable": false,
|
|
925
976
|
"complexType": {
|
|
926
977
|
"original": "boolean",
|
|
@@ -933,12 +984,14 @@ export class CatSelect {
|
|
|
933
984
|
"tags": [],
|
|
934
985
|
"text": "Visually hide the label, but still show it to assistive technologies like screen readers."
|
|
935
986
|
},
|
|
936
|
-
"
|
|
987
|
+
"getter": false,
|
|
988
|
+
"setter": false,
|
|
937
989
|
"reflect": false,
|
|
938
990
|
"defaultValue": "false"
|
|
939
991
|
},
|
|
940
992
|
"required": {
|
|
941
993
|
"type": "boolean",
|
|
994
|
+
"attribute": "required",
|
|
942
995
|
"mutable": false,
|
|
943
996
|
"complexType": {
|
|
944
997
|
"original": "boolean",
|
|
@@ -951,12 +1004,14 @@ export class CatSelect {
|
|
|
951
1004
|
"tags": [],
|
|
952
1005
|
"text": "A value is required or must be checked for the form to be submittable."
|
|
953
1006
|
},
|
|
954
|
-
"
|
|
1007
|
+
"getter": false,
|
|
1008
|
+
"setter": false,
|
|
955
1009
|
"reflect": false,
|
|
956
1010
|
"defaultValue": "false"
|
|
957
1011
|
},
|
|
958
1012
|
"clearable": {
|
|
959
1013
|
"type": "boolean",
|
|
1014
|
+
"attribute": "clearable",
|
|
960
1015
|
"mutable": false,
|
|
961
1016
|
"complexType": {
|
|
962
1017
|
"original": "boolean",
|
|
@@ -969,12 +1024,14 @@ export class CatSelect {
|
|
|
969
1024
|
"tags": [],
|
|
970
1025
|
"text": "Whether the select should show a clear button."
|
|
971
1026
|
},
|
|
972
|
-
"
|
|
1027
|
+
"getter": false,
|
|
1028
|
+
"setter": false,
|
|
973
1029
|
"reflect": false,
|
|
974
1030
|
"defaultValue": "false"
|
|
975
1031
|
},
|
|
976
1032
|
"tags": {
|
|
977
1033
|
"type": "boolean",
|
|
1034
|
+
"attribute": "tags",
|
|
978
1035
|
"mutable": false,
|
|
979
1036
|
"complexType": {
|
|
980
1037
|
"original": "boolean",
|
|
@@ -987,12 +1044,14 @@ export class CatSelect {
|
|
|
987
1044
|
"tags": [],
|
|
988
1045
|
"text": "Whether the select should add new items."
|
|
989
1046
|
},
|
|
990
|
-
"
|
|
1047
|
+
"getter": false,
|
|
1048
|
+
"setter": false,
|
|
991
1049
|
"reflect": false,
|
|
992
1050
|
"defaultValue": "false"
|
|
993
1051
|
},
|
|
994
1052
|
"tagHint": {
|
|
995
1053
|
"type": "string",
|
|
1054
|
+
"attribute": "tag-hint",
|
|
996
1055
|
"mutable": false,
|
|
997
1056
|
"complexType": {
|
|
998
1057
|
"original": "string",
|
|
@@ -1005,11 +1064,13 @@ export class CatSelect {
|
|
|
1005
1064
|
"tags": [],
|
|
1006
1065
|
"text": "Optional hint text to be displayed on the new item to be added."
|
|
1007
1066
|
},
|
|
1008
|
-
"
|
|
1067
|
+
"getter": false,
|
|
1068
|
+
"setter": false,
|
|
1009
1069
|
"reflect": false
|
|
1010
1070
|
},
|
|
1011
1071
|
"noItems": {
|
|
1012
1072
|
"type": "string",
|
|
1073
|
+
"attribute": "no-items",
|
|
1013
1074
|
"mutable": false,
|
|
1014
1075
|
"complexType": {
|
|
1015
1076
|
"original": "string",
|
|
@@ -1022,11 +1083,13 @@ export class CatSelect {
|
|
|
1022
1083
|
"tags": [],
|
|
1023
1084
|
"text": "The text to display in the dropdown if no results are found."
|
|
1024
1085
|
},
|
|
1025
|
-
"
|
|
1086
|
+
"getter": false,
|
|
1087
|
+
"setter": false,
|
|
1026
1088
|
"reflect": false
|
|
1027
1089
|
},
|
|
1028
1090
|
"errors": {
|
|
1029
1091
|
"type": "boolean",
|
|
1092
|
+
"attribute": "errors",
|
|
1030
1093
|
"mutable": false,
|
|
1031
1094
|
"complexType": {
|
|
1032
1095
|
"original": "boolean | string[] | ErrorMap",
|
|
@@ -1045,11 +1108,13 @@ export class CatSelect {
|
|
|
1045
1108
|
"tags": [],
|
|
1046
1109
|
"text": "The validation errors for this input. Will render a hint under the input\nwith the translated error message(s) `error.${key}`. If an object is\npassed, the keys will be used as error keys and the values translation\nparameters.\nIf the value is `true`, the input will be marked as invalid without any\nhints under the input."
|
|
1047
1110
|
},
|
|
1048
|
-
"
|
|
1111
|
+
"getter": false,
|
|
1112
|
+
"setter": false,
|
|
1049
1113
|
"reflect": false
|
|
1050
1114
|
},
|
|
1051
1115
|
"errorUpdate": {
|
|
1052
1116
|
"type": "any",
|
|
1117
|
+
"attribute": "error-update",
|
|
1053
1118
|
"mutable": false,
|
|
1054
1119
|
"complexType": {
|
|
1055
1120
|
"original": "boolean | number",
|
|
@@ -1062,12 +1127,14 @@ export class CatSelect {
|
|
|
1062
1127
|
"tags": [],
|
|
1063
1128
|
"text": "Fine-grained control over when the errors are shown. Can be `false` to\nnever show errors, `true` to show errors on blur, or a number to show\nerrors change with the given delay in milliseconds or immediately on blur."
|
|
1064
1129
|
},
|
|
1065
|
-
"
|
|
1130
|
+
"getter": false,
|
|
1131
|
+
"setter": false,
|
|
1066
1132
|
"reflect": false,
|
|
1067
1133
|
"defaultValue": "0"
|
|
1068
1134
|
},
|
|
1069
1135
|
"nativeAttributes": {
|
|
1070
1136
|
"type": "unknown",
|
|
1137
|
+
"attribute": "native-attributes",
|
|
1071
1138
|
"mutable": false,
|
|
1072
1139
|
"complexType": {
|
|
1073
1140
|
"original": "{ [key: string]: string }",
|
|
@@ -1079,10 +1146,13 @@ export class CatSelect {
|
|
|
1079
1146
|
"docs": {
|
|
1080
1147
|
"tags": [],
|
|
1081
1148
|
"text": "Attributes that will be added to the native HTML input element."
|
|
1082
|
-
}
|
|
1149
|
+
},
|
|
1150
|
+
"getter": false,
|
|
1151
|
+
"setter": false
|
|
1083
1152
|
},
|
|
1084
1153
|
"testId": {
|
|
1085
1154
|
"type": "string",
|
|
1155
|
+
"attribute": "test-id",
|
|
1086
1156
|
"mutable": false,
|
|
1087
1157
|
"complexType": {
|
|
1088
1158
|
"original": "string",
|
|
@@ -1095,7 +1165,8 @@ export class CatSelect {
|
|
|
1095
1165
|
"tags": [],
|
|
1096
1166
|
"text": "A unique identifier for the underlying native element that is used for\ntesting purposes. The attribute is added as `data-test` attribute and acts\nas a shorthand for `nativeAttributes={ 'data-test': 'test-Id' }`."
|
|
1097
1167
|
},
|
|
1098
|
-
"
|
|
1168
|
+
"getter": false,
|
|
1169
|
+
"setter": false,
|
|
1099
1170
|
"reflect": false
|
|
1100
1171
|
}
|
|
1101
1172
|
};
|