@db-ux/wc-core-components 4.2.5 → 4.2.7-consolidation2-66e78e5
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/CHANGELOG.md +6 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -3
- package/dist/cjs/{constants-CTtyzyuo.js → constants-bMY2_d8A.js} +4 -3
- package/dist/cjs/db-accordion-item.cjs.entry.js +12 -7
- package/dist/cjs/db-accordion.cjs.entry.js +29 -12
- package/dist/cjs/db-badge.cjs.entry.js +9 -6
- package/dist/cjs/db-brand.cjs.entry.js +3 -4
- package/dist/cjs/db-button.cjs.entry.js +2 -3
- package/dist/cjs/db-card.cjs.entry.js +2 -3
- package/dist/cjs/db-checkbox.cjs.entry.js +30 -11
- package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +27 -14
- package/dist/cjs/db-custom-select-form-field.cjs.entry.js +2 -3
- package/dist/cjs/db-custom-select.cjs.entry.js +101 -36
- package/dist/cjs/db-divider.cjs.entry.js +2 -3
- package/dist/cjs/db-drawer.cjs.entry.js +15 -8
- package/dist/cjs/db-header.cjs.entry.js +9 -6
- package/dist/cjs/db-icon.cjs.entry.js +2 -3
- package/dist/cjs/db-infotext.cjs.entry.js +2 -3
- package/dist/cjs/db-link.cjs.entry.js +5 -6
- package/dist/cjs/db-navigation-item.cjs.entry.js +12 -7
- package/dist/cjs/db-navigation.cjs.entry.js +3 -4
- package/dist/cjs/db-notification.cjs.entry.js +3 -4
- package/dist/cjs/db-page.cjs.entry.js +2 -3
- package/dist/cjs/db-popover.cjs.entry.js +14 -7
- package/dist/cjs/db-radio.cjs.entry.js +14 -7
- package/dist/cjs/db-section.cjs.entry.js +2 -3
- package/dist/cjs/db-select.cjs.entry.js +21 -10
- package/dist/cjs/db-stack.cjs.entry.js +2 -3
- package/dist/cjs/db-switch.cjs.entry.js +28 -13
- package/dist/cjs/db-tab-item_3.cjs.entry.js +15 -8
- package/dist/cjs/db-tabs.cjs.entry.js +8 -5
- package/dist/cjs/db-textarea.cjs.entry.js +18 -9
- package/dist/cjs/db-tooltip.cjs.entry.js +10 -7
- package/dist/cjs/db-ux.cjs.js +3 -4
- package/dist/cjs/{document-click-listener-DGna8oDJ.js → document-click-listener-B2Xzqbvs.js} +1 -4
- package/dist/cjs/{document-scroll-listener-BBXRu9dN.js → document-scroll-listener-C_v46oIg.js} +1 -4
- package/dist/cjs/floating-components-ogUqz72V.js +0 -3
- package/dist/cjs/{form-components-CPqbzZwG.js → form-components-BrtqMwX0.js} +1 -4
- package/dist/cjs/{index-Bm2Cw2rz.js → index-CW5aVEyQ.js} +19 -3
- package/dist/cjs/{index-Db5RdCbB.js → index-Mi8dWSSD.js} +190 -142
- package/dist/cjs/index.cjs.js +7 -6
- package/dist/cjs/loader.cjs.js +2 -3
- package/dist/cjs/navigation-DauGE-qj.js +0 -3
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/accordion/accordion.js +14 -8
- package/dist/collection/components/accordion/index.js +0 -1
- package/dist/collection/components/accordion/model.js +0 -1
- package/dist/collection/components/accordion-item/accordion-item.js +14 -8
- package/dist/collection/components/accordion-item/index.js +0 -1
- package/dist/collection/components/accordion-item/model.js +0 -1
- package/dist/collection/components/badge/badge.js +16 -9
- package/dist/collection/components/badge/index.js +0 -1
- package/dist/collection/components/badge/model.js +0 -1
- package/dist/collection/components/brand/brand.js +13 -8
- package/dist/collection/components/brand/index.js +0 -1
- package/dist/collection/components/brand/model.js +0 -1
- package/dist/collection/components/button/button.js +39 -22
- package/dist/collection/components/button/index.js +0 -1
- package/dist/collection/components/button/model.js +0 -1
- package/dist/collection/components/card/card.js +10 -6
- package/dist/collection/components/card/index.js +0 -1
- package/dist/collection/components/card/model.js +0 -1
- package/dist/collection/components/checkbox/checkbox.js +39 -21
- package/dist/collection/components/checkbox/index.js +0 -1
- package/dist/collection/components/checkbox/model.js +0 -1
- package/dist/collection/components/custom-select/custom-select.js +103 -56
- package/dist/collection/components/custom-select/index.js +0 -1
- package/dist/collection/components/custom-select/model.js +0 -1
- package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +6 -4
- package/dist/collection/components/custom-select-dropdown/index.js +0 -1
- package/dist/collection/components/custom-select-dropdown/model.js +0 -1
- package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +4 -3
- package/dist/collection/components/custom-select-form-field/index.js +0 -1
- package/dist/collection/components/custom-select-form-field/model.js +0 -1
- package/dist/collection/components/custom-select-list/custom-select-list.js +8 -5
- package/dist/collection/components/custom-select-list/index.js +0 -1
- package/dist/collection/components/custom-select-list/model.js +0 -1
- package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +27 -15
- package/dist/collection/components/custom-select-list-item/index.js +0 -1
- package/dist/collection/components/custom-select-list-item/model.js +0 -1
- package/dist/collection/components/divider/divider.js +12 -7
- package/dist/collection/components/divider/index.js +0 -1
- package/dist/collection/components/divider/model.js +0 -1
- package/dist/collection/components/drawer/drawer.js +24 -13
- package/dist/collection/components/drawer/index.js +0 -1
- package/dist/collection/components/drawer/model.js +0 -1
- package/dist/collection/components/header/header.js +16 -9
- package/dist/collection/components/header/index.js +0 -1
- package/dist/collection/components/header/model.js +0 -1
- package/dist/collection/components/icon/icon.js +13 -8
- package/dist/collection/components/icon/index.js +0 -1
- package/dist/collection/components/icon/model.js +0 -1
- package/dist/collection/components/infotext/index.js +0 -1
- package/dist/collection/components/infotext/infotext.js +15 -9
- package/dist/collection/components/infotext/model.js +0 -1
- package/dist/collection/components/input/index.js +0 -1
- package/dist/collection/components/input/input.js +104 -57
- package/dist/collection/components/input/model.js +0 -1
- package/dist/collection/components/link/index.js +0 -1
- package/dist/collection/components/link/link.js +83 -18
- package/dist/collection/components/link/model.js +0 -1
- package/dist/collection/components/navigation/index.js +0 -1
- package/dist/collection/components/navigation/model.js +0 -1
- package/dist/collection/components/navigation/navigation.js +4 -3
- package/dist/collection/components/navigation-item/index.js +0 -1
- package/dist/collection/components/navigation-item/model.js +0 -1
- package/dist/collection/components/navigation-item/navigation-item.js +25 -14
- package/dist/collection/components/notification/index.js +0 -1
- package/dist/collection/components/notification/model.js +0 -1
- package/dist/collection/components/notification/notification.js +33 -18
- package/dist/collection/components/page/index.js +0 -1
- package/dist/collection/components/page/model.js +0 -1
- package/dist/collection/components/page/page.js +12 -7
- package/dist/collection/components/popover/index.js +0 -1
- package/dist/collection/components/popover/model.js +0 -1
- package/dist/collection/components/popover/popover.js +18 -10
- package/dist/collection/components/radio/index.js +0 -1
- package/dist/collection/components/radio/model.js +0 -1
- package/dist/collection/components/radio/radio.js +24 -13
- package/dist/collection/components/section/index.js +0 -1
- package/dist/collection/components/section/model.js +0 -1
- package/dist/collection/components/section/section.js +8 -5
- package/dist/collection/components/select/index.js +0 -1
- package/dist/collection/components/select/model.js +0 -1
- package/dist/collection/components/select/select.js +50 -27
- package/dist/collection/components/stack/index.js +0 -1
- package/dist/collection/components/stack/model.js +0 -1
- package/dist/collection/components/stack/stack.js +16 -9
- package/dist/collection/components/switch/index.js +0 -1
- package/dist/collection/components/switch/model.js +0 -1
- package/dist/collection/components/switch/switch.js +48 -27
- package/dist/collection/components/tab-item/index.js +0 -1
- package/dist/collection/components/tab-item/model.js +0 -1
- package/dist/collection/components/tab-item/tab-item.js +31 -18
- package/dist/collection/components/tab-list/index.js +0 -1
- package/dist/collection/components/tab-list/model.js +0 -1
- package/dist/collection/components/tab-list/tab-list.js +4 -3
- package/dist/collection/components/tab-panel/index.js +0 -1
- package/dist/collection/components/tab-panel/model.js +0 -1
- package/dist/collection/components/tab-panel/tab-panel.js +6 -4
- package/dist/collection/components/tabs/index.js +0 -1
- package/dist/collection/components/tabs/model.js +0 -1
- package/dist/collection/components/tabs/tabs.js +22 -12
- package/dist/collection/components/tag/index.js +0 -1
- package/dist/collection/components/tag/model.js +0 -1
- package/dist/collection/components/tag/tag.js +25 -14
- package/dist/collection/components/textarea/index.js +0 -1
- package/dist/collection/components/textarea/model.js +0 -1
- package/dist/collection/components/textarea/textarea.js +67 -35
- package/dist/collection/components/tooltip/index.js +0 -1
- package/dist/collection/components/tooltip/model.js +0 -1
- package/dist/collection/components/tooltip/tooltip.js +18 -10
- package/dist/collection/index.js +0 -1
- package/dist/collection/shared/constants.js +2 -1
- package/dist/collection/shared/examples/index.js +4 -0
- package/dist/collection/shared/model.js +0 -1
- package/dist/collection/utils/document-click-listener.js +0 -1
- package/dist/collection/utils/document-scroll-listener.js +0 -1
- package/dist/collection/utils/floating-components.js +0 -1
- package/dist/collection/utils/form-components.js +0 -1
- package/dist/collection/utils/index.js +18 -1
- package/dist/collection/utils/navigation.js +0 -1
- package/dist/collection/utils/react.js +0 -1
- package/dist/custom-elements.json +1063 -1
- package/dist/db-ux/db-ux.esm.js +1 -2
- package/dist/db-ux/index.esm.js +1 -2
- package/dist/db-ux/p-027fb90a.entry.js +1 -0
- package/dist/db-ux/p-13dd39f1.entry.js +1 -0
- package/dist/db-ux/p-15241486.entry.js +1 -0
- package/dist/db-ux/p-197f90e4.entry.js +1 -0
- package/dist/db-ux/p-2069117e.entry.js +1 -0
- package/dist/db-ux/p-23834011.entry.js +1 -0
- package/dist/db-ux/p-26fa6bc1.entry.js +1 -0
- package/dist/db-ux/p-286f83f4.entry.js +1 -0
- package/dist/db-ux/p-29d3070a.entry.js +1 -0
- package/dist/db-ux/p-29efc51e.entry.js +1 -0
- package/dist/db-ux/p-2baf9c08.entry.js +1 -0
- package/dist/db-ux/p-3622f7e7.entry.js +1 -0
- package/dist/db-ux/p-40ce182c.entry.js +1 -0
- package/dist/db-ux/p-5426dbd3.entry.js +1 -0
- package/dist/db-ux/p-58611dcc.entry.js +1 -0
- package/dist/db-ux/p-5bca6d35.entry.js +1 -0
- package/dist/db-ux/p-623a6b59.entry.js +1 -0
- package/dist/db-ux/p-78f6b72a.entry.js +1 -0
- package/dist/db-ux/p-86414acd.entry.js +1 -0
- package/dist/db-ux/p-9a543d5a.entry.js +1 -0
- package/dist/db-ux/p-9d5365f7.entry.js +1 -0
- package/dist/db-ux/p-9pYJFapZ.js +2 -0
- package/dist/db-ux/p-BdL-nI5y.js +1 -0
- package/dist/db-ux/p-BwBkekqp.js +1 -0
- package/dist/db-ux/p-Cb-k135w.js +1 -0
- package/dist/db-ux/p-DQuL1Twl.js +1 -2
- package/dist/db-ux/p-EqlW5Wqf.js +1 -0
- package/dist/db-ux/p-G-TursYV.js +1 -2
- package/dist/db-ux/p-a1e66a3d.entry.js +1 -0
- package/dist/db-ux/p-a232eea2.entry.js +1 -0
- package/dist/db-ux/p-a7463ead.entry.js +1 -0
- package/dist/db-ux/p-a98bde77.entry.js +1 -0
- package/dist/db-ux/p-af0e61d0.entry.js +1 -0
- package/dist/db-ux/p-b6538eed.entry.js +1 -0
- package/dist/db-ux/p-bde7ff5f.entry.js +1 -0
- package/dist/db-ux/p-c9d514e5.entry.js +1 -0
- package/dist/db-ux/p-cqrM3KjS.js +1 -0
- package/dist/db-ux/p-e30a4814.entry.js +1 -0
- package/dist/db-ux/p-sP2NlPcu.js +1 -2
- package/dist/esm/app-globals-DQuL1Twl.js +0 -3
- package/dist/esm/{constants-DC9V_oNU.js → constants-BdL-nI5y.js} +3 -4
- package/dist/esm/db-accordion-item.entry.js +12 -7
- package/dist/esm/db-accordion.entry.js +29 -12
- package/dist/esm/db-badge.entry.js +9 -6
- package/dist/esm/db-brand.entry.js +3 -4
- package/dist/esm/db-button.entry.js +2 -3
- package/dist/esm/db-card.entry.js +2 -3
- package/dist/esm/db-checkbox.entry.js +30 -11
- package/dist/esm/db-custom-select-dropdown_5.entry.js +27 -14
- package/dist/esm/db-custom-select-form-field.entry.js +2 -3
- package/dist/esm/db-custom-select.entry.js +101 -36
- package/dist/esm/db-divider.entry.js +2 -3
- package/dist/esm/db-drawer.entry.js +15 -8
- package/dist/esm/db-header.entry.js +9 -6
- package/dist/esm/db-icon.entry.js +2 -3
- package/dist/esm/db-infotext.entry.js +2 -3
- package/dist/esm/db-link.entry.js +5 -6
- package/dist/esm/db-navigation-item.entry.js +12 -7
- package/dist/esm/db-navigation.entry.js +3 -4
- package/dist/esm/db-notification.entry.js +3 -4
- package/dist/esm/db-page.entry.js +2 -3
- package/dist/esm/db-popover.entry.js +14 -7
- package/dist/esm/db-radio.entry.js +14 -7
- package/dist/esm/db-section.entry.js +2 -3
- package/dist/esm/db-select.entry.js +21 -10
- package/dist/esm/db-stack.entry.js +2 -3
- package/dist/esm/db-switch.entry.js +28 -13
- package/dist/esm/db-tab-item_3.entry.js +15 -8
- package/dist/esm/db-tabs.entry.js +8 -5
- package/dist/esm/db-textarea.entry.js +18 -9
- package/dist/esm/db-tooltip.entry.js +10 -7
- package/dist/esm/db-ux.js +4 -5
- package/dist/esm/{document-click-listener-D1ZXrKSx.js → document-click-listener-B_LaIr0O.js} +1 -4
- package/dist/esm/{document-scroll-listener-DF6f0ByI.js → document-scroll-listener-dHAsT0Tb.js} +1 -4
- package/dist/esm/floating-components-G-TursYV.js +0 -3
- package/dist/esm/{form-components-DmI6JmyJ.js → form-components-Cl_wgkeJ.js} +1 -4
- package/dist/esm/{index-BMAwJo5Z.js → index-9pYJFapZ.js} +190 -142
- package/dist/esm/{index-DhKljLRG.js → index-BwBkekqp.js} +19 -4
- package/dist/esm/index.js +4 -6
- package/dist/esm/loader.js +3 -4
- package/dist/esm/navigation--UdC9CzO.js +0 -3
- package/dist/types/components/custom-select/custom-select.d.ts +1 -1
- package/dist/types/components/link/link.d.ts +2 -0
- package/dist/types/components.d.ts +4 -0
- package/dist/types/shared/constants.d.ts +2 -0
- package/dist/types/shared/examples/index.d.ts +4 -0
- package/dist/types/shared/model.d.ts +12 -0
- package/dist/types/stencil-public-runtime.d.ts +87 -4
- package/dist/types/utils/index.d.ts +10 -0
- package/dist/vscode.html-custom-data.json +118 -0
- package/dist/web-types.json +177 -1
- package/package.json +10 -9
- package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
- package/dist/cjs/constants-CTtyzyuo.js.map +0 -1
- package/dist/cjs/db-accordion-item.entry.cjs.js.map +0 -1
- package/dist/cjs/db-accordion.entry.cjs.js.map +0 -1
- package/dist/cjs/db-badge.entry.cjs.js.map +0 -1
- package/dist/cjs/db-brand.entry.cjs.js.map +0 -1
- package/dist/cjs/db-button.entry.cjs.js.map +0 -1
- package/dist/cjs/db-card.entry.cjs.js.map +0 -1
- package/dist/cjs/db-checkbox.entry.cjs.js.map +0 -1
- package/dist/cjs/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.cjs.js.map +0 -1
- package/dist/cjs/db-custom-select-form-field.entry.cjs.js.map +0 -1
- package/dist/cjs/db-custom-select.entry.cjs.js.map +0 -1
- package/dist/cjs/db-divider.entry.cjs.js.map +0 -1
- package/dist/cjs/db-drawer.entry.cjs.js.map +0 -1
- package/dist/cjs/db-header.entry.cjs.js.map +0 -1
- package/dist/cjs/db-icon.entry.cjs.js.map +0 -1
- package/dist/cjs/db-infotext.entry.cjs.js.map +0 -1
- package/dist/cjs/db-link.entry.cjs.js.map +0 -1
- package/dist/cjs/db-navigation-item.entry.cjs.js.map +0 -1
- package/dist/cjs/db-navigation.entry.cjs.js.map +0 -1
- package/dist/cjs/db-notification.entry.cjs.js.map +0 -1
- package/dist/cjs/db-page.entry.cjs.js.map +0 -1
- package/dist/cjs/db-popover.entry.cjs.js.map +0 -1
- package/dist/cjs/db-radio.entry.cjs.js.map +0 -1
- package/dist/cjs/db-section.entry.cjs.js.map +0 -1
- package/dist/cjs/db-select.entry.cjs.js.map +0 -1
- package/dist/cjs/db-stack.entry.cjs.js.map +0 -1
- package/dist/cjs/db-switch.entry.cjs.js.map +0 -1
- package/dist/cjs/db-tab-item.db-tab-list.db-tab-panel.entry.cjs.js.map +0 -1
- package/dist/cjs/db-tabs.entry.cjs.js.map +0 -1
- package/dist/cjs/db-textarea.entry.cjs.js.map +0 -1
- package/dist/cjs/db-tooltip.entry.cjs.js.map +0 -1
- package/dist/cjs/db-ux.cjs.js.map +0 -1
- package/dist/cjs/document-click-listener-DGna8oDJ.js.map +0 -1
- package/dist/cjs/document-scroll-listener-BBXRu9dN.js.map +0 -1
- package/dist/cjs/floating-components-ogUqz72V.js.map +0 -1
- package/dist/cjs/form-components-CPqbzZwG.js.map +0 -1
- package/dist/cjs/index-Bm2Cw2rz.js.map +0 -1
- package/dist/cjs/index-Db5RdCbB.js.map +0 -1
- package/dist/cjs/index.cjs.js.map +0 -1
- package/dist/cjs/loader.cjs.js.map +0 -1
- package/dist/cjs/navigation-DauGE-qj.js.map +0 -1
- package/dist/collection/components/accordion/accordion.js.map +0 -1
- package/dist/collection/components/accordion/index.js.map +0 -1
- package/dist/collection/components/accordion/model.js.map +0 -1
- package/dist/collection/components/accordion-item/accordion-item.js.map +0 -1
- package/dist/collection/components/accordion-item/index.js.map +0 -1
- package/dist/collection/components/accordion-item/model.js.map +0 -1
- package/dist/collection/components/badge/badge.js.map +0 -1
- package/dist/collection/components/badge/index.js.map +0 -1
- package/dist/collection/components/badge/model.js.map +0 -1
- package/dist/collection/components/brand/brand.js.map +0 -1
- package/dist/collection/components/brand/index.js.map +0 -1
- package/dist/collection/components/brand/model.js.map +0 -1
- package/dist/collection/components/button/button.js.map +0 -1
- package/dist/collection/components/button/index.js.map +0 -1
- package/dist/collection/components/button/model.js.map +0 -1
- package/dist/collection/components/card/card.js.map +0 -1
- package/dist/collection/components/card/index.js.map +0 -1
- package/dist/collection/components/card/model.js.map +0 -1
- package/dist/collection/components/checkbox/checkbox.js.map +0 -1
- package/dist/collection/components/checkbox/index.js.map +0 -1
- package/dist/collection/components/checkbox/model.js.map +0 -1
- package/dist/collection/components/custom-select/custom-select.js.map +0 -1
- package/dist/collection/components/custom-select/index.js.map +0 -1
- package/dist/collection/components/custom-select/model.js.map +0 -1
- package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js.map +0 -1
- package/dist/collection/components/custom-select-dropdown/index.js.map +0 -1
- package/dist/collection/components/custom-select-dropdown/model.js.map +0 -1
- package/dist/collection/components/custom-select-form-field/custom-select-form-field.js.map +0 -1
- package/dist/collection/components/custom-select-form-field/index.js.map +0 -1
- package/dist/collection/components/custom-select-form-field/model.js.map +0 -1
- package/dist/collection/components/custom-select-list/custom-select-list.js.map +0 -1
- package/dist/collection/components/custom-select-list/index.js.map +0 -1
- package/dist/collection/components/custom-select-list/model.js.map +0 -1
- package/dist/collection/components/custom-select-list-item/custom-select-list-item.js.map +0 -1
- package/dist/collection/components/custom-select-list-item/index.js.map +0 -1
- package/dist/collection/components/custom-select-list-item/model.js.map +0 -1
- package/dist/collection/components/divider/divider.js.map +0 -1
- package/dist/collection/components/divider/index.js.map +0 -1
- package/dist/collection/components/divider/model.js.map +0 -1
- package/dist/collection/components/drawer/drawer.js.map +0 -1
- package/dist/collection/components/drawer/index.js.map +0 -1
- package/dist/collection/components/drawer/model.js.map +0 -1
- package/dist/collection/components/header/header.js.map +0 -1
- package/dist/collection/components/header/index.js.map +0 -1
- package/dist/collection/components/header/model.js.map +0 -1
- package/dist/collection/components/icon/icon.js.map +0 -1
- package/dist/collection/components/icon/index.js.map +0 -1
- package/dist/collection/components/icon/model.js.map +0 -1
- package/dist/collection/components/infotext/index.js.map +0 -1
- package/dist/collection/components/infotext/infotext.js.map +0 -1
- package/dist/collection/components/infotext/model.js.map +0 -1
- package/dist/collection/components/input/index.js.map +0 -1
- package/dist/collection/components/input/input.js.map +0 -1
- package/dist/collection/components/input/model.js.map +0 -1
- package/dist/collection/components/link/index.js.map +0 -1
- package/dist/collection/components/link/link.js.map +0 -1
- package/dist/collection/components/link/model.js.map +0 -1
- package/dist/collection/components/navigation/index.js.map +0 -1
- package/dist/collection/components/navigation/model.js.map +0 -1
- package/dist/collection/components/navigation/navigation.js.map +0 -1
- package/dist/collection/components/navigation-item/index.js.map +0 -1
- package/dist/collection/components/navigation-item/model.js.map +0 -1
- package/dist/collection/components/navigation-item/navigation-item.js.map +0 -1
- package/dist/collection/components/notification/index.js.map +0 -1
- package/dist/collection/components/notification/model.js.map +0 -1
- package/dist/collection/components/notification/notification.js.map +0 -1
- package/dist/collection/components/page/index.js.map +0 -1
- package/dist/collection/components/page/model.js.map +0 -1
- package/dist/collection/components/page/page.js.map +0 -1
- package/dist/collection/components/popover/index.js.map +0 -1
- package/dist/collection/components/popover/model.js.map +0 -1
- package/dist/collection/components/popover/popover.js.map +0 -1
- package/dist/collection/components/radio/index.js.map +0 -1
- package/dist/collection/components/radio/model.js.map +0 -1
- package/dist/collection/components/radio/radio.js.map +0 -1
- package/dist/collection/components/section/index.js.map +0 -1
- package/dist/collection/components/section/model.js.map +0 -1
- package/dist/collection/components/section/section.js.map +0 -1
- package/dist/collection/components/select/index.js.map +0 -1
- package/dist/collection/components/select/model.js.map +0 -1
- package/dist/collection/components/select/select.js.map +0 -1
- package/dist/collection/components/stack/index.js.map +0 -1
- package/dist/collection/components/stack/model.js.map +0 -1
- package/dist/collection/components/stack/stack.js.map +0 -1
- package/dist/collection/components/switch/index.js.map +0 -1
- package/dist/collection/components/switch/model.js.map +0 -1
- package/dist/collection/components/switch/switch.js.map +0 -1
- package/dist/collection/components/tab-item/index.js.map +0 -1
- package/dist/collection/components/tab-item/model.js.map +0 -1
- package/dist/collection/components/tab-item/tab-item.js.map +0 -1
- package/dist/collection/components/tab-list/index.js.map +0 -1
- package/dist/collection/components/tab-list/model.js.map +0 -1
- package/dist/collection/components/tab-list/tab-list.js.map +0 -1
- package/dist/collection/components/tab-panel/index.js.map +0 -1
- package/dist/collection/components/tab-panel/model.js.map +0 -1
- package/dist/collection/components/tab-panel/tab-panel.js.map +0 -1
- package/dist/collection/components/tabs/index.js.map +0 -1
- package/dist/collection/components/tabs/model.js.map +0 -1
- package/dist/collection/components/tabs/tabs.js.map +0 -1
- package/dist/collection/components/tag/index.js.map +0 -1
- package/dist/collection/components/tag/model.js.map +0 -1
- package/dist/collection/components/tag/tag.js.map +0 -1
- package/dist/collection/components/textarea/index.js.map +0 -1
- package/dist/collection/components/textarea/model.js.map +0 -1
- package/dist/collection/components/textarea/textarea.js.map +0 -1
- package/dist/collection/components/tooltip/index.js.map +0 -1
- package/dist/collection/components/tooltip/model.js.map +0 -1
- package/dist/collection/components/tooltip/tooltip.js.map +0 -1
- package/dist/collection/index.js.map +0 -1
- package/dist/collection/shared/constants.js.map +0 -1
- package/dist/collection/shared/model.js.map +0 -1
- package/dist/collection/utils/document-click-listener.js.map +0 -1
- package/dist/collection/utils/document-scroll-listener.js.map +0 -1
- package/dist/collection/utils/floating-components.js.map +0 -1
- package/dist/collection/utils/form-components.js.map +0 -1
- package/dist/collection/utils/index.js.map +0 -1
- package/dist/collection/utils/navigation.js.map +0 -1
- package/dist/collection/utils/react.js.map +0 -1
- package/dist/db-ux/db-accordion-item.entry.esm.js.map +0 -1
- package/dist/db-ux/db-accordion.entry.esm.js.map +0 -1
- package/dist/db-ux/db-badge.entry.esm.js.map +0 -1
- package/dist/db-ux/db-brand.entry.esm.js.map +0 -1
- package/dist/db-ux/db-button.entry.esm.js.map +0 -1
- package/dist/db-ux/db-card.entry.esm.js.map +0 -1
- package/dist/db-ux/db-checkbox.entry.esm.js.map +0 -1
- package/dist/db-ux/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.esm.js.map +0 -1
- package/dist/db-ux/db-custom-select-form-field.entry.esm.js.map +0 -1
- package/dist/db-ux/db-custom-select.entry.esm.js.map +0 -1
- package/dist/db-ux/db-divider.entry.esm.js.map +0 -1
- package/dist/db-ux/db-drawer.entry.esm.js.map +0 -1
- package/dist/db-ux/db-header.entry.esm.js.map +0 -1
- package/dist/db-ux/db-icon.entry.esm.js.map +0 -1
- package/dist/db-ux/db-infotext.entry.esm.js.map +0 -1
- package/dist/db-ux/db-link.entry.esm.js.map +0 -1
- package/dist/db-ux/db-navigation-item.entry.esm.js.map +0 -1
- package/dist/db-ux/db-navigation.entry.esm.js.map +0 -1
- package/dist/db-ux/db-notification.entry.esm.js.map +0 -1
- package/dist/db-ux/db-page.entry.esm.js.map +0 -1
- package/dist/db-ux/db-popover.entry.esm.js.map +0 -1
- package/dist/db-ux/db-radio.entry.esm.js.map +0 -1
- package/dist/db-ux/db-section.entry.esm.js.map +0 -1
- package/dist/db-ux/db-select.entry.esm.js.map +0 -1
- package/dist/db-ux/db-stack.entry.esm.js.map +0 -1
- package/dist/db-ux/db-switch.entry.esm.js.map +0 -1
- package/dist/db-ux/db-tab-item.db-tab-list.db-tab-panel.entry.esm.js.map +0 -1
- package/dist/db-ux/db-tabs.entry.esm.js.map +0 -1
- package/dist/db-ux/db-textarea.entry.esm.js.map +0 -1
- package/dist/db-ux/db-tooltip.entry.esm.js.map +0 -1
- package/dist/db-ux/db-ux.esm.js.map +0 -1
- package/dist/db-ux/index.esm.js.map +0 -1
- package/dist/db-ux/loader.esm.js.map +0 -1
- package/dist/db-ux/p-129cbaa9.entry.js +0 -2
- package/dist/db-ux/p-129cbaa9.entry.js.map +0 -1
- package/dist/db-ux/p-162c989a.entry.js +0 -2
- package/dist/db-ux/p-162c989a.entry.js.map +0 -1
- package/dist/db-ux/p-18f10b76.entry.js +0 -2
- package/dist/db-ux/p-18f10b76.entry.js.map +0 -1
- package/dist/db-ux/p-1dcb2a08.entry.js +0 -2
- package/dist/db-ux/p-1dcb2a08.entry.js.map +0 -1
- package/dist/db-ux/p-2addb72d.entry.js +0 -2
- package/dist/db-ux/p-2addb72d.entry.js.map +0 -1
- package/dist/db-ux/p-2f6afcbc.entry.js +0 -2
- package/dist/db-ux/p-2f6afcbc.entry.js.map +0 -1
- package/dist/db-ux/p-35bb2b0a.entry.js +0 -2
- package/dist/db-ux/p-35bb2b0a.entry.js.map +0 -1
- package/dist/db-ux/p-4318a6c7.entry.js +0 -2
- package/dist/db-ux/p-4318a6c7.entry.js.map +0 -1
- package/dist/db-ux/p-45562afc.entry.js +0 -2
- package/dist/db-ux/p-45562afc.entry.js.map +0 -1
- package/dist/db-ux/p-49b9ab25.entry.js +0 -2
- package/dist/db-ux/p-49b9ab25.entry.js.map +0 -1
- package/dist/db-ux/p-4c944f45.entry.js +0 -2
- package/dist/db-ux/p-4c944f45.entry.js.map +0 -1
- package/dist/db-ux/p-4ff5ddf2.entry.js +0 -2
- package/dist/db-ux/p-4ff5ddf2.entry.js.map +0 -1
- package/dist/db-ux/p-5b15eef1.entry.js +0 -2
- package/dist/db-ux/p-5b15eef1.entry.js.map +0 -1
- package/dist/db-ux/p-68c1dd8d.entry.js +0 -2
- package/dist/db-ux/p-68c1dd8d.entry.js.map +0 -1
- package/dist/db-ux/p-78f062f6.entry.js +0 -2
- package/dist/db-ux/p-78f062f6.entry.js.map +0 -1
- package/dist/db-ux/p-7c0eefb1.entry.js +0 -2
- package/dist/db-ux/p-7c0eefb1.entry.js.map +0 -1
- package/dist/db-ux/p-7c46fd6c.entry.js +0 -2
- package/dist/db-ux/p-7c46fd6c.entry.js.map +0 -1
- package/dist/db-ux/p-7f894c65.entry.js +0 -2
- package/dist/db-ux/p-7f894c65.entry.js.map +0 -1
- package/dist/db-ux/p-84ab3984.entry.js +0 -2
- package/dist/db-ux/p-84ab3984.entry.js.map +0 -1
- package/dist/db-ux/p-89e04100.entry.js +0 -2
- package/dist/db-ux/p-89e04100.entry.js.map +0 -1
- package/dist/db-ux/p-BMAwJo5Z.js +0 -3
- package/dist/db-ux/p-BMAwJo5Z.js.map +0 -1
- package/dist/db-ux/p-BMfF_eQJ.js +0 -2
- package/dist/db-ux/p-BMfF_eQJ.js.map +0 -1
- package/dist/db-ux/p-BX4jNwUm.js +0 -2
- package/dist/db-ux/p-BX4jNwUm.js.map +0 -1
- package/dist/db-ux/p-CdVqfu2Z.js +0 -2
- package/dist/db-ux/p-CdVqfu2Z.js.map +0 -1
- package/dist/db-ux/p-DC9V_oNU.js +0 -2
- package/dist/db-ux/p-DC9V_oNU.js.map +0 -1
- package/dist/db-ux/p-DQuL1Twl.js.map +0 -1
- package/dist/db-ux/p-DhKljLRG.js +0 -2
- package/dist/db-ux/p-DhKljLRG.js.map +0 -1
- package/dist/db-ux/p-G-TursYV.js.map +0 -1
- package/dist/db-ux/p-baeda9f2.entry.js +0 -2
- package/dist/db-ux/p-baeda9f2.entry.js.map +0 -1
- package/dist/db-ux/p-bc6b636e.entry.js +0 -2
- package/dist/db-ux/p-bc6b636e.entry.js.map +0 -1
- package/dist/db-ux/p-c7bb7bea.entry.js +0 -2
- package/dist/db-ux/p-c7bb7bea.entry.js.map +0 -1
- package/dist/db-ux/p-d1b7a69c.entry.js +0 -2
- package/dist/db-ux/p-d1b7a69c.entry.js.map +0 -1
- package/dist/db-ux/p-d2e189a4.entry.js +0 -2
- package/dist/db-ux/p-d2e189a4.entry.js.map +0 -1
- package/dist/db-ux/p-d9c43ba7.entry.js +0 -2
- package/dist/db-ux/p-d9c43ba7.entry.js.map +0 -1
- package/dist/db-ux/p-e46f112c.entry.js +0 -2
- package/dist/db-ux/p-e46f112c.entry.js.map +0 -1
- package/dist/db-ux/p-e470d0a2.entry.js +0 -2
- package/dist/db-ux/p-e470d0a2.entry.js.map +0 -1
- package/dist/db-ux/p-f7c1e940.entry.js +0 -2
- package/dist/db-ux/p-f7c1e940.entry.js.map +0 -1
- package/dist/db-ux/p-fedb9696.entry.js +0 -2
- package/dist/db-ux/p-fedb9696.entry.js.map +0 -1
- package/dist/db-ux/p-sP2NlPcu.js.map +0 -1
- package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
- package/dist/esm/constants-DC9V_oNU.js.map +0 -1
- package/dist/esm/db-accordion-item.entry.js.map +0 -1
- package/dist/esm/db-accordion.entry.js.map +0 -1
- package/dist/esm/db-badge.entry.js.map +0 -1
- package/dist/esm/db-brand.entry.js.map +0 -1
- package/dist/esm/db-button.entry.js.map +0 -1
- package/dist/esm/db-card.entry.js.map +0 -1
- package/dist/esm/db-checkbox.entry.js.map +0 -1
- package/dist/esm/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.js.map +0 -1
- package/dist/esm/db-custom-select-form-field.entry.js.map +0 -1
- package/dist/esm/db-custom-select.entry.js.map +0 -1
- package/dist/esm/db-divider.entry.js.map +0 -1
- package/dist/esm/db-drawer.entry.js.map +0 -1
- package/dist/esm/db-header.entry.js.map +0 -1
- package/dist/esm/db-icon.entry.js.map +0 -1
- package/dist/esm/db-infotext.entry.js.map +0 -1
- package/dist/esm/db-link.entry.js.map +0 -1
- package/dist/esm/db-navigation-item.entry.js.map +0 -1
- package/dist/esm/db-navigation.entry.js.map +0 -1
- package/dist/esm/db-notification.entry.js.map +0 -1
- package/dist/esm/db-page.entry.js.map +0 -1
- package/dist/esm/db-popover.entry.js.map +0 -1
- package/dist/esm/db-radio.entry.js.map +0 -1
- package/dist/esm/db-section.entry.js.map +0 -1
- package/dist/esm/db-select.entry.js.map +0 -1
- package/dist/esm/db-stack.entry.js.map +0 -1
- package/dist/esm/db-switch.entry.js.map +0 -1
- package/dist/esm/db-tab-item.db-tab-list.db-tab-panel.entry.js.map +0 -1
- package/dist/esm/db-tabs.entry.js.map +0 -1
- package/dist/esm/db-textarea.entry.js.map +0 -1
- package/dist/esm/db-tooltip.entry.js.map +0 -1
- package/dist/esm/db-ux.js.map +0 -1
- package/dist/esm/document-click-listener-D1ZXrKSx.js.map +0 -1
- package/dist/esm/document-scroll-listener-DF6f0ByI.js.map +0 -1
- package/dist/esm/floating-components-G-TursYV.js.map +0 -1
- package/dist/esm/form-components-DmI6JmyJ.js.map +0 -1
- package/dist/esm/index-BMAwJo5Z.js.map +0 -1
- package/dist/esm/index-DhKljLRG.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/loader.js.map +0 -1
- package/dist/esm/navigation--UdC9CzO.js.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-
|
|
2
|
-
import { l as DEFAULT_INVALID_MESSAGE, a as DEFAULT_LABEL, m as DEFAULT_REMOVE, d as DEFAULT_LABEL_ID_SUFFIX, e as DEFAULT_SELECT_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, o as DEFAULT_SELECTED, f as DEFAULT_MESSAGE_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, c as DEFAULT_MESSAGE, s as DEFAULT_CLOSE_BUTTON } from './constants-
|
|
3
|
-
import { h as hasVoiceOver, d as delay, s as stringPropVisible,
|
|
4
|
-
import { D as DocumentClickListener } from './document-click-listener-
|
|
5
|
-
import { D as DocumentScrollListener } from './document-scroll-listener-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-9pYJFapZ.js';
|
|
2
|
+
import { l as DEFAULT_INVALID_MESSAGE, a as DEFAULT_LABEL, m as DEFAULT_REMOVE, d as DEFAULT_LABEL_ID_SUFFIX, e as DEFAULT_SELECT_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, o as DEFAULT_SELECTED, f as DEFAULT_MESSAGE_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, c as DEFAULT_MESSAGE, s as DEFAULT_CLOSE_BUTTON } from './constants-BdL-nI5y.js';
|
|
3
|
+
import { h as hasVoiceOver, d as delay, s as stringPropVisible, m as getSearchInput, u as uuid, g as getBooleanAsString, e as getBoolean, l as getHideProp, c as cls } from './index-BwBkekqp.js';
|
|
4
|
+
import { D as DocumentClickListener } from './document-click-listener-B_LaIr0O.js';
|
|
5
|
+
import { D as DocumentScrollListener } from './document-scroll-listener-dHAsT0Tb.js';
|
|
6
6
|
import { a as handleFixedDropdown } from './floating-components-G-TursYV.js';
|
|
7
|
-
import { b as addResetEventListener } from './form-components-
|
|
7
|
+
import { b as addResetEventListener } from './form-components-Cl_wgkeJ.js';
|
|
8
8
|
|
|
9
9
|
const DBCustomSelect = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -763,19 +763,19 @@ const DBCustomSelect = class {
|
|
|
763
763
|
}
|
|
764
764
|
render() {
|
|
765
765
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
766
|
-
return (h("div", { key: '
|
|
766
|
+
return (h("div", { key: 'e3c88fad9a69c3a3f55084c42eaa18dd0b328fcb', class: cls("db-custom-select", this.className), id: this._id, ref: (el) => {
|
|
767
767
|
this._ref = el;
|
|
768
768
|
}, "aria-invalid": this._validity === "invalid", "data-custom-validity": this._validity, "data-width": this.formFieldWidth, "data-variant": this.variant === "floating" &&
|
|
769
769
|
this.selectedType === "tag" &&
|
|
770
770
|
this.multiple
|
|
771
771
|
? "above"
|
|
772
|
-
: this.variant, "data-required": getBooleanAsString(this.required), "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-placement": this.placement, "data-selected-type": this.multiple ? this.selectedType : "text", "data-hide-label": getHideProp(this.showLabel), "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon) }, h("label", { key: '
|
|
772
|
+
: this.variant, "data-required": getBooleanAsString(this.required), "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-placement": this.placement, "data-selected-type": this.multiple ? this.selectedType : "text", "data-hide-label": getHideProp(this.showLabel), "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon) }, h("label", { key: '8761c16255c8722f01008536cefbaac50677095b', id: this._labelId }, (_a = this.label) !== null && _a !== void 0 ? _a : DEFAULT_LABEL, h("select", { key: 'd750bdd188427d5fc4e15a53d5640a7b55a360cd', role: "none", hidden: true, id: this._selectId, tabIndex: -1, ref: (el) => {
|
|
773
773
|
this.selectRef = el;
|
|
774
774
|
}, form: this.form, name: this.name, multiple: getBoolean(this.multiple, "multiple"), disabled: getBoolean(this.disabled, "disabled"), required: getBoolean(this.required, "required"), onChange: (event) => this.satisfyReact(event) }, ((_b = this.options) === null || _b === void 0 ? void 0 : _b.length)
|
|
775
775
|
? (_c = this.options) === null || _c === void 0 ? void 0 : _c.map((option) => (h("option", { disabled: option.disabled, value: option.value, key: undefined }, this.getOptionLabel(option))))
|
|
776
|
-
: null)), h("details", { key: '
|
|
776
|
+
: null)), h("details", { key: '4554ef5982957f7202f0109f0d081f6dde2d078c', ref: (el) => {
|
|
777
777
|
this.detailsRef = el;
|
|
778
|
-
}, open: this.open, onToggle: (event) => this.handleDropdownToggle(event), onKeyDown: (event) => this.handleKeyboardPress(event) }, h("slot", { key: '
|
|
778
|
+
}, open: this.open, onToggle: (event) => this.handleDropdownToggle(event), onKeyDown: (event) => this.handleKeyboardPress(event) }, h("slot", { key: '3ee9982ab7ea04516f50b6ad7ba68da802e6df20' }), this.options ? (h(Fragment, null, h("summary", { class: "db-custom-select-form-field", id: this._summaryId, "aria-disabled": getBooleanAsString(this.disabled), "aria-labelledby": this._labelId }, ((_d = this._selectedLabels) === null || _d === void 0 ? void 0 : _d.length) ? (h("span", { "data-visually-hidden": getBooleanAsString(this.selectedType === "tag"), id: this._selectedLabelsId }, this.selectedPrefix ? (h("span", { "data-visually-hidden": "true" }, this.selectedPrefix)) : null, this._selectedLabels)) : null, this.selectedType === "tag" ? (h("div", null, (_e = this._selectedOptions) === null || _e === void 0 ? void 0 : _e.map((option, index) => (h("db-tag", { emphasis: "strong", behavior: "removable", removeButton: this.getTagRemoveLabel(option), onRemove: (event) => this.handleTagRemove(option, event), key: undefined }, this.getOptionLabel(option)))))) : null), h("db-custom-select-dropdown", { width: this.dropdownWidth }, this.searchEnabled ? (h("div", null, h("db-input", { type: "search", ref: (el) => {
|
|
779
779
|
this.searchInputRef = el;
|
|
780
780
|
}, name: this._id, form: this._id, showLabel: false, value: this._searchValue, label: (_f = this.searchLabel) !== null && _f !== void 0 ? _f : DEFAULT_LABEL, placeholder: (_g = this.searchPlaceholder) !== null && _g !== void 0 ? _g : this.searchLabel, ariaDescribedBy: this._hasNoOptions || this.showLoading
|
|
781
781
|
? this._infoTextId
|
|
@@ -785,35 +785,100 @@ const DBCustomSelect = class {
|
|
|
785
785
|
this.selectAllRef = el;
|
|
786
786
|
}, form: this._id, checked: this.selectAllChecked, onChange: (event) => this.handleSelectAll(event) }), this.getSelectAllLabel())))) : null, h("db-custom-select-list", { multiple: getBoolean(this.multiple, "multiple"), label: (_k = (_j = this.listLabel) !== null && _j !== void 0 ? _j : this.label) !== null && _k !== void 0 ? _k : DEFAULT_LABEL }, (_l = this._options) === null || _l === void 0 ? void 0 : _l.map((option) => (h("db-custom-select-list-item", { type: this.multiple ? "checkbox" : "radio", showDivider: option.showDivider, icon: option.icon, isGroupTitle: option.isGroupTitle, groupTitle: this.getOptionLabel(option), name: this._id, checked: this.getOptionChecked(option.value), disabled: option.disabled, value: option.value, onChange: () => this.handleSelect(option.value), key: undefined }, !option.isGroupTitle
|
|
787
787
|
? this.getOptionLabel(option)
|
|
788
|
-
: null)))))), h("div", null, h("db-button", { variant: "ghost", width: "full", icon: "cross", size: "small", name: this._id, form: this._id, onClick: () => this.handleClose(undefined, true) }, (_m = this.mobileCloseButtonText) !== null && _m !== void 0 ? _m : DEFAULT_CLOSE_BUTTON))))) : null), ((_o = this.showClearSelection) !== null && _o !== void 0 ? _o : true) && ((_p = this._values) === null || _p === void 0 ? void 0 : _p.length) ? (h("db-button", { icon: "cross", variant: "ghost", size: "small", noText: true, name: this._id, form: this._id, onClick: (event) => this.handleClearAll(event) }, this.clearSelectionText, h("db-tooltip", { placement: "top" }, this.clearSelectionText))) : null, h("span", { key: '
|
|
788
|
+
: null)))))), h("div", null, h("db-button", { variant: "ghost", width: "full", icon: "cross", size: "small", name: this._id, form: this._id, onClick: () => this.handleClose(undefined, true) }, (_m = this.mobileCloseButtonText) !== null && _m !== void 0 ? _m : DEFAULT_CLOSE_BUTTON))))) : null), ((_o = this.showClearSelection) !== null && _o !== void 0 ? _o : true) && ((_p = this._values) === null || _p === void 0 ? void 0 : _p.length) ? (h("db-button", { icon: "cross", variant: "ghost", size: "small", noText: true, name: this._id, form: this._id, onClick: (event) => this.handleClearAll(event) }, this.clearSelectionText, h("db-tooltip", { placement: "top" }, this.clearSelectionText))) : null, h("span", { key: '0294aea948930da94ffda5cc9c2a06439d284dca', class: "db-custom-select-placeholder", "aria-hidden": getBooleanAsString(true), id: this._placeholderId }, (_q = this.placeholder) !== null && _q !== void 0 ? _q : this.label), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '36d6fb52fc71e38c2fae07741b489bbcad2cd1f8', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: 'bb1406432ebb877e25f5cfc2ea90a3719d0c50aa', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
|
|
789
789
|
}
|
|
790
790
|
static get watchers() { return {
|
|
791
|
-
"detailsRef": [
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
"
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
"
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
"
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
"
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
"
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
"
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
"
|
|
791
|
+
"detailsRef": [{
|
|
792
|
+
"watch0": 0
|
|
793
|
+
}, {
|
|
794
|
+
"watch2": 0
|
|
795
|
+
}],
|
|
796
|
+
"_id": [{
|
|
797
|
+
"watch1": 0
|
|
798
|
+
}],
|
|
799
|
+
"_descByIds": [{
|
|
800
|
+
"watch2": 0
|
|
801
|
+
}],
|
|
802
|
+
"showNoResults": [{
|
|
803
|
+
"watch3": 0
|
|
804
|
+
}],
|
|
805
|
+
"showLoading": [{
|
|
806
|
+
"watch3": 0
|
|
807
|
+
}],
|
|
808
|
+
"_options": [{
|
|
809
|
+
"watch3": 0
|
|
810
|
+
}],
|
|
811
|
+
"showSelectAll": [{
|
|
812
|
+
"watch4": 0
|
|
813
|
+
}],
|
|
814
|
+
"amountOptions": [{
|
|
815
|
+
"watch4": 0
|
|
816
|
+
}, {
|
|
817
|
+
"watch5": 0
|
|
818
|
+
}, {
|
|
819
|
+
"watch10": 0
|
|
820
|
+
}],
|
|
821
|
+
"multiple": [{
|
|
822
|
+
"watch4": 0
|
|
823
|
+
}],
|
|
824
|
+
"showSearch": [{
|
|
825
|
+
"watch5": 0
|
|
826
|
+
}],
|
|
827
|
+
"values": [{
|
|
828
|
+
"watch6": 0
|
|
829
|
+
}],
|
|
830
|
+
"_values": [{
|
|
831
|
+
"watch7": 0
|
|
832
|
+
}, {
|
|
833
|
+
"watch10": 0
|
|
834
|
+
}, {
|
|
835
|
+
"watch13": 0
|
|
836
|
+
}],
|
|
837
|
+
"selectRef": [{
|
|
838
|
+
"watch7": 0
|
|
839
|
+
}, {
|
|
840
|
+
"watch8": 0
|
|
841
|
+
}, {
|
|
842
|
+
"watch17": 0
|
|
843
|
+
}],
|
|
844
|
+
"validation": [{
|
|
845
|
+
"watch9": 0
|
|
846
|
+
}],
|
|
847
|
+
"options": [{
|
|
848
|
+
"watch11": 0
|
|
849
|
+
}, {
|
|
850
|
+
"watch13": 0
|
|
851
|
+
}],
|
|
852
|
+
"searchValue": [{
|
|
853
|
+
"watch12": 0
|
|
854
|
+
}],
|
|
855
|
+
"_selectedOptions": [{
|
|
856
|
+
"watch14": 0
|
|
857
|
+
}, {
|
|
858
|
+
"watch15": 0
|
|
859
|
+
}],
|
|
860
|
+
"selectedType": [{
|
|
861
|
+
"watch14": 0
|
|
862
|
+
}],
|
|
863
|
+
"amountText": [{
|
|
864
|
+
"watch14": 0
|
|
865
|
+
}],
|
|
866
|
+
"selectedLabels": [{
|
|
867
|
+
"watch14": 0
|
|
868
|
+
}],
|
|
869
|
+
"transformSelectedLabels": [{
|
|
870
|
+
"watch14": 0
|
|
871
|
+
}],
|
|
872
|
+
"selectAllIndeterminate": [{
|
|
873
|
+
"watch16": 0
|
|
874
|
+
}],
|
|
875
|
+
"selectAllRef": [{
|
|
876
|
+
"watch16": 0
|
|
877
|
+
}],
|
|
878
|
+
"invalidMessage": [{
|
|
879
|
+
"watch17": 0
|
|
880
|
+
}]
|
|
815
881
|
}; }
|
|
816
882
|
};
|
|
817
883
|
|
|
818
884
|
export { DBCustomSelect as db_custom_select };
|
|
819
|
-
//# sourceMappingURL=db-custom-select.entry.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { c as cls } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { c as cls } from './index-BwBkekqp.js';
|
|
3
3
|
|
|
4
4
|
const DBDivider = class {
|
|
5
5
|
constructor(hostRef) {
|
|
@@ -48,4 +48,3 @@ const DBDivider = class {
|
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
export { DBDivider as db_divider };
|
|
51
|
-
//# sourceMappingURL=db-divider.entry.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h } from './index-
|
|
2
|
-
import { s as DEFAULT_CLOSE_BUTTON } from './constants-
|
|
3
|
-
import {
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { s as DEFAULT_CLOSE_BUTTON } from './constants-BdL-nI5y.js';
|
|
3
|
+
import { o as isKeyboardEvent, d as delay, g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
|
|
4
4
|
|
|
5
5
|
const DBDrawer = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -132,12 +132,19 @@ const DBDrawer = class {
|
|
|
132
132
|
}, "data-spacing": this.spacing, "data-width": this.width, "data-direction": this.direction, "data-rounded": getBooleanAsString(this.rounded) }, h("header", { key: '81567140972ebb1f244c46227f688f017b2d74da', class: "db-drawer-header" }, h("div", { key: '14fe9424f88dd71bedc5b670edf7d776639ad65f', class: "db-drawer-header-text" }, h("slot", { key: 'e8f703b2d8c81c9e64996f6c8214ae004484698c', name: "drawerHeader" })), h("db-button", { key: '7f18727c2550a75ed735d11b8983b9b6bca0f1d4', class: "button-close-drawer", icon: "cross", variant: "ghost", id: this.closeButtonId, noText: true, onClick: (event) => this.handleClose(event, true) }, (_a = this.closeButtonText) !== null && _a !== void 0 ? _a : DEFAULT_CLOSE_BUTTON)), h("div", { key: 'e2b7f182c9f321f5477ee4669451e10935cae010', class: "db-drawer-content" }, h("slot", { key: '23bb4b8cf2c617757379637fab20361b6d4943f2' })))));
|
|
133
133
|
}
|
|
134
134
|
static get watchers() { return {
|
|
135
|
-
"open": [
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
"
|
|
135
|
+
"open": [{
|
|
136
|
+
"watch0": 0
|
|
137
|
+
}],
|
|
138
|
+
"_ref": [{
|
|
139
|
+
"watch1": 0
|
|
140
|
+
}],
|
|
141
|
+
"initialized": [{
|
|
142
|
+
"watch1": 0
|
|
143
|
+
}],
|
|
144
|
+
"position": [{
|
|
145
|
+
"watch1": 0
|
|
146
|
+
}]
|
|
139
147
|
}; }
|
|
140
148
|
};
|
|
141
149
|
|
|
142
150
|
export { DBDrawer as db_drawer };
|
|
143
|
-
//# sourceMappingURL=db-drawer.entry.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h } from './index-
|
|
2
|
-
import { p as DEFAULT_BURGER_MENU } from './constants-
|
|
3
|
-
import { a as addAttributeToChildren, e as getBoolean, c as cls } from './index-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { p as DEFAULT_BURGER_MENU } from './constants-BdL-nI5y.js';
|
|
3
|
+
import { a as addAttributeToChildren, e as getBoolean, c as cls } from './index-BwBkekqp.js';
|
|
4
4
|
import { i as isEventTargetNavigationItem } from './navigation--UdC9CzO.js';
|
|
5
5
|
import './floating-components-G-TursYV.js';
|
|
6
6
|
|
|
@@ -83,10 +83,13 @@ const DBHeader = class {
|
|
|
83
83
|
}, id: this.id, "data-width": this.width, "data-on-forcing-mobile": this.forceMobile && !this.forcedToMobile }, h("db-drawer", { key: '32f62d8f0bf634e96cf7b0e96721fcd40aa3a3eb', class: "db-header-drawer", spacing: "small", rounded: true, closeButtonId: this.closeButtonId, closeButtonText: this.closeButtonText, open: getBoolean(this.drawerOpen), onClose: () => this.handleToggle() }, h("div", { key: 'a42c28439d07e97a3842efe4fa1c143c23691b5f', class: "db-header-drawer-navigation" }, h("div", { key: '141165e04574db312d51b0b4c376c53ddace243e', class: "db-header-navigation", onClick: (event) => this.handleNavigationItemClick(event) }, h("slot", { key: '2208e0677b1f15da56fd6be230523559fcb5f1da' })), h("div", { key: 'fb980500cdb2f6f3ce2fce2489c48ac27ebd256a', class: "db-header-meta-navigation" }, h("slot", { key: '7eea7189a1e82821fc3f0bd600bda5a040382e88', name: "metaNavigation" }))), h("div", { key: 'a492419586593d43edbada69ad136ad832902e15', class: "db-header-secondary-action" }, h("slot", { key: '90ed75a19c230c3a2af94b8e0b397c8712f9a0df', name: "secondaryAction" }))), h("div", { key: '1d0451bd1f522f51cbd2bab3cd1b7c316fd644b4', class: "db-header-meta-navigation" }, h("slot", { key: 'd92c5a30a0131225f2b7b1428c5121fed241d8a7', name: "metaNavigation" })), h("div", { key: 'f65c8e6b2b997c281046f20e1ac7c89d8b5697f6', class: "db-header-navigation-bar" }, h("div", { key: 'be1e1017417595bbb4ff845b650f5edef1f4fd49', class: "db-header-brand-container" }, h("slot", { key: '5552b137967ae4659887ad67514fd0078ced1473', name: "brand" })), h("div", { key: '682e11b41f5131feb17cdf1e175b9bbcf8399740', class: "db-header-navigation-container" }, h("div", { key: '29f5a7afa6d8c014f6e574d72198289970e5324e', class: "db-header-navigation" }, h("slot", { key: 'f03956cf3368d3ec0dbaab3b3091c276eaf03a92' })), h("div", { key: '8a81b9ee537f84e14c9d41acf323552d6f239748', class: "db-header-primary-action" }, h("slot", { key: '78ae4dbdc9bcad5bd4bd951a0a334c47cb35bcf6', name: "primaryAction" }))), h("div", { key: 'e1e913c181df2f73cc9fe4cda17f505a26b1ad04', class: "db-header-action-container" }, h("div", { key: '92d7c9c0e50f9aa86e15c18a2ac7dddabc241358', class: "db-header-burger-menu-container" }, h("db-button", { key: '775ca507ba24b19e411e529e9ad67fcdfa6f3dea', icon: "menu", variant: "ghost", noText: true, onClick: () => this.handleToggle() }, (_a = this.burgerMenuLabel) !== null && _a !== void 0 ? _a : DEFAULT_BURGER_MENU)), h("div", { key: '7cd5a16e27c72e3e0635056df8bcb7f45461c9fb', class: "db-header-secondary-action" }, h("slot", { key: '09669c165311f8dc95961c64900d5ab36281700a', name: "secondaryAction" }))))));
|
|
84
84
|
}
|
|
85
85
|
static get watchers() { return {
|
|
86
|
-
"initialized": [
|
|
87
|
-
|
|
86
|
+
"initialized": [{
|
|
87
|
+
"watch0": 0
|
|
88
|
+
}],
|
|
89
|
+
"_ref": [{
|
|
90
|
+
"watch0": 0
|
|
91
|
+
}]
|
|
88
92
|
}; }
|
|
89
93
|
};
|
|
90
94
|
|
|
91
95
|
export { DBHeader as db_header };
|
|
92
|
-
//# sourceMappingURL=db-header.entry.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { c as cls } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { c as cls } from './index-BwBkekqp.js';
|
|
3
3
|
|
|
4
4
|
const DBIcon = class {
|
|
5
5
|
constructor(hostRef) {
|
|
@@ -48,4 +48,3 @@ const DBIcon = class {
|
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
export { DBIcon as db_icon };
|
|
51
|
-
//# sourceMappingURL=db-icon.entry.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { g as getBooleanAsString, c as cls } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
|
|
3
3
|
|
|
4
4
|
const DBInfotext = class {
|
|
5
5
|
constructor(hostRef) {
|
|
@@ -49,4 +49,3 @@ const DBInfotext = class {
|
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
export { DBInfotext as db_infotext };
|
|
52
|
-
//# sourceMappingURL=db-infotext.entry.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { g as getBooleanAsString, c as cls } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
|
|
3
3
|
|
|
4
4
|
const DBLink = class {
|
|
5
5
|
constructor(hostRef) {
|
|
@@ -41,12 +41,11 @@ const DBLink = class {
|
|
|
41
41
|
this.enableAttributePassing(this._ref, "db-link");
|
|
42
42
|
}
|
|
43
43
|
render() {
|
|
44
|
-
var _a;
|
|
45
|
-
return (h("a", { key: '
|
|
44
|
+
var _a, _b;
|
|
45
|
+
return (h("a", { key: 'a43d8889621390017c07dda184c570e54d7f81e0', class: cls("db-link", this.className), ref: (el) => {
|
|
46
46
|
this._ref = el;
|
|
47
|
-
}, id: this.id, href: this.href, target: this.target, rel: this.rel, role: this.role, hrefLang: this.hreflang, "aria-disabled": getBooleanAsString(this.disabled), tabIndex: this.disabled ? -1 : 0, "data-size": this.size, "data-show-icon-trailing": getBooleanAsString((
|
|
47
|
+
}, id: this.id, href: this.href, target: this.target, rel: this.rel, role: this.role, referrerPolicy: (_a = this.referrerpolicy) !== null && _a !== void 0 ? _a : this.referrerPolicy, hrefLang: this.hreflang, "aria-disabled": getBooleanAsString(this.disabled), tabIndex: this.disabled ? -1 : 0, "data-size": this.size, "data-show-icon-trailing": getBooleanAsString((_b = this.showIcon) !== null && _b !== void 0 ? _b : true), "data-variant": this.variant, "data-content": this.content || "internal", "data-wrap": getBooleanAsString(this.wrap) }, this.text ? this.text : h("slot", null)));
|
|
48
48
|
}
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
export { DBLink as db_link };
|
|
52
|
-
//# sourceMappingURL=db-link.entry.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-
|
|
2
|
-
import { n as DEFAULT_BACK } from './constants-
|
|
3
|
-
import { u as uuid, d as delay, e as getBoolean, g as getBooleanAsString, c as cls } from './index-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-9pYJFapZ.js';
|
|
2
|
+
import { n as DEFAULT_BACK } from './constants-BdL-nI5y.js';
|
|
3
|
+
import { u as uuid, d as delay, e as getBoolean, g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
|
|
4
4
|
import { N as NavigationItemSafeTriangle } from './navigation--UdC9CzO.js';
|
|
5
5
|
import './floating-components-G-TursYV.js';
|
|
6
6
|
|
|
@@ -111,11 +111,16 @@ const DBNavigationItem = class {
|
|
|
111
111
|
}, id: this.id, onMouseOver: () => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.enableFollow(); }, onMouseLeave: () => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.disableFollow(); }, onMouseMove: (event) => { var _a; return (_a = this.navigationItemSafeTriangle) === null || _a === void 0 ? void 0 : _a.followByMouseEvent(event); }, "data-width": this.width, "data-icon": this.icon, "data-show-icon": getBooleanAsString(this.showIcon), "data-active": this.active, "data-wrap": getBooleanAsString(this.wrap), "aria-disabled": getBooleanAsString(this.disabled) }, !this.hasSubNavigation ? this.text ? this.text : h("slot", null) : null, this.hasSubNavigation ? (h(Fragment, null, h("button", { class: "db-navigation-item-expand-button", "aria-haspopup": this.hasAreaPopup, "aria-expanded": this.isSubNavigationExpanded, disabled: getBoolean(this.disabled, "disabled"), onClick: (event) => this.handleClick(event) }, this.text ? this.text : h("slot", null)), h("menu", { class: "db-sub-navigation", "data-force-close": this.autoClose, id: this.subNavigationId, onClick: (event) => this.handleNavigationItemClick(event) }, this.hasAreaPopup ? (h("div", { class: "db-mobile-navigation-back" }, h("db-button", { icon: "arrow_left", variant: "ghost", id: this.backButtonId, onClick: (event) => this.handleBackClick(event) }, (_a = this.backButtonText) !== null && _a !== void 0 ? _a : DEFAULT_BACK))) : null, h("slot", { name: "subNavigation" })))) : null));
|
|
112
112
|
}
|
|
113
113
|
static get watchers() { return {
|
|
114
|
-
"subNavigationExpanded": [
|
|
115
|
-
|
|
116
|
-
|
|
114
|
+
"subNavigationExpanded": [{
|
|
115
|
+
"watch0": 0
|
|
116
|
+
}],
|
|
117
|
+
"initialized": [{
|
|
118
|
+
"watch1": 0
|
|
119
|
+
}],
|
|
120
|
+
"_ref": [{
|
|
121
|
+
"watch1": 0
|
|
122
|
+
}]
|
|
117
123
|
}; }
|
|
118
124
|
};
|
|
119
125
|
|
|
120
126
|
export { DBNavigationItem as db_navigation_item };
|
|
121
|
-
//# sourceMappingURL=db-navigation-item.entry.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { D as DEFAULT_ID } from './constants-
|
|
3
|
-
import { u as uuid, c as cls } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { D as DEFAULT_ID } from './constants-BdL-nI5y.js';
|
|
3
|
+
import { u as uuid, c as cls } from './index-BwBkekqp.js';
|
|
4
4
|
|
|
5
5
|
const DBNavigation = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -51,4 +51,3 @@ const DBNavigation = class {
|
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
export { DBNavigation as db_navigation };
|
|
54
|
-
//# sourceMappingURL=db-navigation.entry.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h } from './index-
|
|
2
|
-
import { s as DEFAULT_CLOSE_BUTTON } from './constants-
|
|
3
|
-
import { e as getBoolean, s as stringPropVisible, g as getBooleanAsString, c as cls } from './index-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { s as DEFAULT_CLOSE_BUTTON } from './constants-BdL-nI5y.js';
|
|
3
|
+
import { e as getBoolean, s as stringPropVisible, g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
|
|
4
4
|
|
|
5
5
|
const DBNotification = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -59,4 +59,3 @@ const DBNotification = class {
|
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
export { DBNotification as db_notification };
|
|
62
|
-
//# sourceMappingURL=db-notification.entry.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { c as cls, g as getBooleanAsString } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { c as cls, g as getBooleanAsString } from './index-BwBkekqp.js';
|
|
3
3
|
|
|
4
4
|
const DBPage = class {
|
|
5
5
|
constructor(hostRef) {
|
|
@@ -65,4 +65,3 @@ const DBPage = class {
|
|
|
65
65
|
};
|
|
66
66
|
|
|
67
67
|
export { DBPage as db_page };
|
|
68
|
-
//# sourceMappingURL=db-page.entry.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { d as delay, g as getBooleanAsString, c as cls } from './index-
|
|
3
|
-
import { D as DocumentScrollListener } from './document-scroll-listener-
|
|
1
|
+
import { r as registerInstance, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { d as delay, g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
|
|
3
|
+
import { D as DocumentScrollListener } from './document-scroll-listener-dHAsT0Tb.js';
|
|
4
4
|
import { b as handleFixedPopover } from './floating-components-G-TursYV.js';
|
|
5
5
|
|
|
6
6
|
const DBPopover = class {
|
|
@@ -169,11 +169,18 @@ const DBPopover = class {
|
|
|
169
169
|
}, id: this.id }, h("slot", { key: '166a0b766f6f0c003e6d7a250fd466267117f59a', name: "trigger" }), h("article", { key: '4fa535dc081c76eb21671e0abfb7d090b38e6e5c', class: "db-popover-content", "data-spacing": this.spacing, "data-gap": getBooleanAsString(this.gap), "data-animation": getBooleanAsString((_a = this.animation) !== null && _a !== void 0 ? _a : true), "data-open": getBooleanAsString(this.open), "data-delay": this.delay, "data-width": this.width, "data-placement": this.placement }, h("slot", { key: 'ef47687b496cfe4d6cce11ef5d282a2ec3a88004' }))));
|
|
170
170
|
}
|
|
171
171
|
static get watchers() { return {
|
|
172
|
-
"_ref": [
|
|
173
|
-
|
|
174
|
-
|
|
172
|
+
"_ref": [{
|
|
173
|
+
"watch0": 0
|
|
174
|
+
}, {
|
|
175
|
+
"watch1": 0
|
|
176
|
+
}],
|
|
177
|
+
"initialized": [{
|
|
178
|
+
"watch0": 0
|
|
179
|
+
}],
|
|
180
|
+
"isExpanded": [{
|
|
181
|
+
"watch1": 0
|
|
182
|
+
}]
|
|
175
183
|
}; }
|
|
176
184
|
};
|
|
177
185
|
|
|
178
186
|
export { DBPopover as db_popover };
|
|
179
|
-
//# sourceMappingURL=db-popover.entry.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h } from './index-
|
|
2
|
-
import { u as uuid, e as getBoolean,
|
|
3
|
-
import { b as addResetEventListener } from './form-components-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { u as uuid, e as getBoolean, l as getHideProp, c as cls, d as delay } from './index-BwBkekqp.js';
|
|
3
|
+
import { b as addResetEventListener } from './form-components-Cl_wgkeJ.js';
|
|
4
4
|
|
|
5
5
|
const DBRadio = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -113,11 +113,18 @@ const DBRadio = class {
|
|
|
113
113
|
}, id: this._id, name: this.name, checked: getBoolean(this.checked, "checked"), disabled: getBoolean(this.disabled, "disabled"), value: this.value, required: getBoolean(this.required, "required"), onInput: (event) => this.handleInput(event), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event) }), this.label ? this.label : h("slot", null)));
|
|
114
114
|
}
|
|
115
115
|
static get watchers() { return {
|
|
116
|
-
"initialized": [
|
|
117
|
-
|
|
118
|
-
|
|
116
|
+
"initialized": [{
|
|
117
|
+
"watch0": 0
|
|
118
|
+
}],
|
|
119
|
+
"_ref": [{
|
|
120
|
+
"watch0": 0
|
|
121
|
+
}, {
|
|
122
|
+
"watch1": 0
|
|
123
|
+
}],
|
|
124
|
+
"checked": [{
|
|
125
|
+
"watch0": 0
|
|
126
|
+
}]
|
|
119
127
|
}; }
|
|
120
128
|
};
|
|
121
129
|
|
|
122
130
|
export { DBRadio as db_radio };
|
|
123
|
-
//# sourceMappingURL=db-radio.entry.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { c as cls } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { c as cls } from './index-BwBkekqp.js';
|
|
3
3
|
|
|
4
4
|
const DBSection = class {
|
|
5
5
|
constructor(hostRef) {
|
|
@@ -48,4 +48,3 @@ const DBSection = class {
|
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
export { DBSection as db_section };
|
|
51
|
-
//# sourceMappingURL=db-section.entry.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-
|
|
2
|
-
import { l as DEFAULT_INVALID_MESSAGE, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, f as DEFAULT_MESSAGE_ID_SUFFIX, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, a as DEFAULT_LABEL } from './constants-
|
|
3
|
-
import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, e as getBoolean, g as getBooleanAsString,
|
|
4
|
-
import { c as addValueResetEventListener } from './form-components-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-9pYJFapZ.js';
|
|
2
|
+
import { l as DEFAULT_INVALID_MESSAGE, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, f as DEFAULT_MESSAGE_ID_SUFFIX, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, a as DEFAULT_LABEL } from './constants-BdL-nI5y.js';
|
|
3
|
+
import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, e as getBoolean, g as getBooleanAsString, l as getHideProp, c as cls } from './index-BwBkekqp.js';
|
|
4
|
+
import { c as addValueResetEventListener } from './form-components-Cl_wgkeJ.js';
|
|
5
5
|
|
|
6
6
|
const DBSelect = class {
|
|
7
7
|
constructor(hostRef) {
|
|
@@ -215,13 +215,24 @@ const DBSelect = class {
|
|
|
215
215
|
})) : (h("slot", null))), this.placeholder ? (h("span", { class: "db-select-placeholder", id: this._placeholderId }, this.placeholder)) : null, stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '9090d9710df91b2ba2ead2ff1db38e3feb7385ad', size: "small", semantic: "critical", id: this._invalidMessageId }, this._invalidMessage), h("span", { key: '0989f2ea0636fb0e1b25d85a2a5cc057df89f38d', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
|
|
216
216
|
}
|
|
217
217
|
static get watchers() { return {
|
|
218
|
-
"_ref": [
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
218
|
+
"_ref": [{
|
|
219
|
+
"watch0": 0
|
|
220
|
+
}, {
|
|
221
|
+
"watch3": 0
|
|
222
|
+
}],
|
|
223
|
+
"invalidMessage": [{
|
|
224
|
+
"watch0": 0
|
|
225
|
+
}],
|
|
226
|
+
"_id": [{
|
|
227
|
+
"watch1": 0
|
|
228
|
+
}],
|
|
229
|
+
"initialized": [{
|
|
230
|
+
"watch1": 0
|
|
231
|
+
}],
|
|
232
|
+
"value": [{
|
|
233
|
+
"watch2": 0
|
|
234
|
+
}]
|
|
223
235
|
}; }
|
|
224
236
|
};
|
|
225
237
|
|
|
226
238
|
export { DBSelect as db_select };
|
|
227
|
-
//# sourceMappingURL=db-select.entry.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
2
|
-
import { g as getBooleanAsString, c as cls } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
|
|
3
3
|
|
|
4
4
|
const DBStack = class {
|
|
5
5
|
constructor(hostRef) {
|
|
@@ -48,4 +48,3 @@ const DBStack = class {
|
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
export { DBStack as db_stack };
|
|
51
|
-
//# sourceMappingURL=db-stack.entry.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, h } from './index-
|
|
2
|
-
import { l as DEFAULT_INVALID_MESSAGE, f as DEFAULT_MESSAGE_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE } from './constants-
|
|
3
|
-
import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, e as getBoolean,
|
|
4
|
-
import { a as addCheckedResetEventListener } from './form-components-
|
|
1
|
+
import { r as registerInstance, c as createEvent, h } from './index-9pYJFapZ.js';
|
|
2
|
+
import { l as DEFAULT_INVALID_MESSAGE, f as DEFAULT_MESSAGE_ID_SUFFIX, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE } from './constants-BdL-nI5y.js';
|
|
3
|
+
import { h as hasVoiceOver, d as delay, s as stringPropVisible, u as uuid, e as getBoolean, l as getHideProp, g as getBooleanAsString, c as cls } from './index-BwBkekqp.js';
|
|
4
|
+
import { a as addCheckedResetEventListener } from './form-components-Cl_wgkeJ.js';
|
|
5
5
|
|
|
6
6
|
const DBSwitch = class {
|
|
7
7
|
constructor(hostRef) {
|
|
@@ -161,16 +161,31 @@ const DBSwitch = class {
|
|
|
161
161
|
}, checked: getBoolean(this.checked, "checked"), value: this.value, disabled: getBoolean(this.disabled, "disabled"), "aria-invalid": this.validation === "invalid" ? "true" : undefined, "aria-describedby": this._descByIds, name: this.name, required: getBoolean(this.required, "required"), "data-aid-icon": (_a = this.iconLeading) !== null && _a !== void 0 ? _a : this.icon, "data-aid-icon-trailing": this.iconTrailing, onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), onKeyDown: (event) => this.handleKeyDown(event) }), this.label ? this.label : h("slot", null)), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: "small", semantic: "adaptive", id: this._messageId, icon: this.messageIcon }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { size: "small", semantic: "successful", id: this._validMessageId }, (_b = this.validMessage) !== null && _b !== void 0 ? _b : DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: '9495dfc7fb2e3947f21b834792c4caeab411bbd0', size: "small", semantic: "critical", id: this._invalidMessageId }, (_d = (_c = this._invalidMessage) !== null && _c !== void 0 ? _c : this.invalidMessage) !== null && _d !== void 0 ? _d : DEFAULT_INVALID_MESSAGE), h("span", { key: '6e6b325689130fc5cdeef86d3a4f59299b5f8450', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
|
|
162
162
|
}
|
|
163
163
|
static get watchers() { return {
|
|
164
|
-
"validation": [
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
"
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
"
|
|
171
|
-
|
|
164
|
+
"validation": [{
|
|
165
|
+
"watch0": 0
|
|
166
|
+
}],
|
|
167
|
+
"required": [{
|
|
168
|
+
"watch0": 0
|
|
169
|
+
}],
|
|
170
|
+
"message": [{
|
|
171
|
+
"watch0": 0
|
|
172
|
+
}],
|
|
173
|
+
"showMessage": [{
|
|
174
|
+
"watch0": 0
|
|
175
|
+
}],
|
|
176
|
+
"validMessage": [{
|
|
177
|
+
"watch0": 0
|
|
178
|
+
}],
|
|
179
|
+
"invalidMessage": [{
|
|
180
|
+
"watch0": 0
|
|
181
|
+
}],
|
|
182
|
+
"checked": [{
|
|
183
|
+
"watch0": 0
|
|
184
|
+
}],
|
|
185
|
+
"_ref": [{
|
|
186
|
+
"watch1": 0
|
|
187
|
+
}]
|
|
172
188
|
}; }
|
|
173
189
|
};
|
|
174
190
|
|
|
175
191
|
export { DBSwitch as db_switch };
|
|
176
|
-
//# sourceMappingURL=db-switch.entry.js.map
|