@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
|
@@ -761,19 +761,19 @@ export class DBCustomSelect {
|
|
|
761
761
|
}
|
|
762
762
|
render() {
|
|
763
763
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
764
|
-
return (h("div", { key: '
|
|
764
|
+
return (h("div", { key: 'e3c88fad9a69c3a3f55084c42eaa18dd0b328fcb', class: cls("db-custom-select", this.className), id: this._id, ref: (el) => {
|
|
765
765
|
this._ref = el;
|
|
766
766
|
}, "aria-invalid": this._validity === "invalid", "data-custom-validity": this._validity, "data-width": this.formFieldWidth, "data-variant": this.variant === "floating" &&
|
|
767
767
|
this.selectedType === "tag" &&
|
|
768
768
|
this.multiple
|
|
769
769
|
? "above"
|
|
770
|
-
: 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: '
|
|
770
|
+
: 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) => {
|
|
771
771
|
this.selectRef = el;
|
|
772
772
|
}, 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)
|
|
773
773
|
? (_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))))
|
|
774
|
-
: null)), h("details", { key: '
|
|
774
|
+
: null)), h("details", { key: '4554ef5982957f7202f0109f0d081f6dde2d078c', ref: (el) => {
|
|
775
775
|
this.detailsRef = el;
|
|
776
|
-
}, open: this.open, onToggle: (event) => this.handleDropdownToggle(event), onKeyDown: (event) => this.handleKeyboardPress(event) }, h("slot", { key: '
|
|
776
|
+
}, 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) => {
|
|
777
777
|
this.searchInputRef = el;
|
|
778
778
|
}, 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
|
|
779
779
|
? this._infoTextId
|
|
@@ -783,7 +783,7 @@ export class DBCustomSelect {
|
|
|
783
783
|
this.selectAllRef = el;
|
|
784
784
|
}, 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
|
|
785
785
|
? this.getOptionLabel(option)
|
|
786
|
-
: 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: '
|
|
786
|
+
: 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)));
|
|
787
787
|
}
|
|
788
788
|
static get is() { return "db-custom-select"; }
|
|
789
789
|
static get properties() {
|
|
@@ -798,7 +798,8 @@ export class DBCustomSelect {
|
|
|
798
798
|
"DBCustomSelectProps": {
|
|
799
799
|
"location": "import",
|
|
800
800
|
"path": "./model",
|
|
801
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
801
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
802
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
802
803
|
}
|
|
803
804
|
}
|
|
804
805
|
},
|
|
@@ -823,7 +824,8 @@ export class DBCustomSelect {
|
|
|
823
824
|
"DBCustomSelectProps": {
|
|
824
825
|
"location": "import",
|
|
825
826
|
"path": "./model",
|
|
826
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
827
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
828
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
827
829
|
}
|
|
828
830
|
}
|
|
829
831
|
},
|
|
@@ -848,7 +850,8 @@ export class DBCustomSelect {
|
|
|
848
850
|
"DBCustomSelectProps": {
|
|
849
851
|
"location": "import",
|
|
850
852
|
"path": "./model",
|
|
851
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
853
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
854
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
852
855
|
}
|
|
853
856
|
}
|
|
854
857
|
},
|
|
@@ -873,7 +876,8 @@ export class DBCustomSelect {
|
|
|
873
876
|
"DBCustomSelectProps": {
|
|
874
877
|
"location": "import",
|
|
875
878
|
"path": "./model",
|
|
876
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
879
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
880
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
877
881
|
}
|
|
878
882
|
}
|
|
879
883
|
},
|
|
@@ -898,7 +902,8 @@ export class DBCustomSelect {
|
|
|
898
902
|
"DBCustomSelectProps": {
|
|
899
903
|
"location": "import",
|
|
900
904
|
"path": "./model",
|
|
901
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
905
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
906
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
902
907
|
}
|
|
903
908
|
}
|
|
904
909
|
},
|
|
@@ -923,7 +928,8 @@ export class DBCustomSelect {
|
|
|
923
928
|
"DBCustomSelectProps": {
|
|
924
929
|
"location": "import",
|
|
925
930
|
"path": "./model",
|
|
926
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
931
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
932
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
927
933
|
}
|
|
928
934
|
}
|
|
929
935
|
},
|
|
@@ -948,7 +954,8 @@ export class DBCustomSelect {
|
|
|
948
954
|
"DBCustomSelectProps": {
|
|
949
955
|
"location": "import",
|
|
950
956
|
"path": "./model",
|
|
951
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
957
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
958
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
952
959
|
}
|
|
953
960
|
}
|
|
954
961
|
},
|
|
@@ -973,7 +980,8 @@ export class DBCustomSelect {
|
|
|
973
980
|
"DBCustomSelectProps": {
|
|
974
981
|
"location": "import",
|
|
975
982
|
"path": "./model",
|
|
976
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
983
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
984
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
977
985
|
}
|
|
978
986
|
}
|
|
979
987
|
},
|
|
@@ -998,7 +1006,8 @@ export class DBCustomSelect {
|
|
|
998
1006
|
"DBCustomSelectProps": {
|
|
999
1007
|
"location": "import",
|
|
1000
1008
|
"path": "./model",
|
|
1001
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1009
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1010
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1002
1011
|
}
|
|
1003
1012
|
}
|
|
1004
1013
|
},
|
|
@@ -1023,7 +1032,8 @@ export class DBCustomSelect {
|
|
|
1023
1032
|
"DBCustomSelectProps": {
|
|
1024
1033
|
"location": "import",
|
|
1025
1034
|
"path": "./model",
|
|
1026
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1035
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1036
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1027
1037
|
}
|
|
1028
1038
|
}
|
|
1029
1039
|
},
|
|
@@ -1048,7 +1058,8 @@ export class DBCustomSelect {
|
|
|
1048
1058
|
"DBCustomSelectProps": {
|
|
1049
1059
|
"location": "import",
|
|
1050
1060
|
"path": "./model",
|
|
1051
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1061
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1062
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1052
1063
|
}
|
|
1053
1064
|
}
|
|
1054
1065
|
},
|
|
@@ -1071,7 +1082,8 @@ export class DBCustomSelect {
|
|
|
1071
1082
|
"DBCustomSelectProps": {
|
|
1072
1083
|
"location": "import",
|
|
1073
1084
|
"path": "./model",
|
|
1074
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1085
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1086
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1075
1087
|
}
|
|
1076
1088
|
}
|
|
1077
1089
|
},
|
|
@@ -1096,7 +1108,8 @@ export class DBCustomSelect {
|
|
|
1096
1108
|
"DBCustomSelectProps": {
|
|
1097
1109
|
"location": "import",
|
|
1098
1110
|
"path": "./model",
|
|
1099
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1111
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1112
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1100
1113
|
}
|
|
1101
1114
|
}
|
|
1102
1115
|
},
|
|
@@ -1119,7 +1132,8 @@ export class DBCustomSelect {
|
|
|
1119
1132
|
"DBCustomSelectProps": {
|
|
1120
1133
|
"location": "import",
|
|
1121
1134
|
"path": "./model",
|
|
1122
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1135
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1136
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1123
1137
|
}
|
|
1124
1138
|
}
|
|
1125
1139
|
},
|
|
@@ -1144,7 +1158,8 @@ export class DBCustomSelect {
|
|
|
1144
1158
|
"DBCustomSelectProps": {
|
|
1145
1159
|
"location": "import",
|
|
1146
1160
|
"path": "./model",
|
|
1147
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1161
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1162
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1148
1163
|
}
|
|
1149
1164
|
}
|
|
1150
1165
|
},
|
|
@@ -1169,7 +1184,8 @@ export class DBCustomSelect {
|
|
|
1169
1184
|
"DBCustomSelectProps": {
|
|
1170
1185
|
"location": "import",
|
|
1171
1186
|
"path": "./model",
|
|
1172
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1187
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1188
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1173
1189
|
}
|
|
1174
1190
|
}
|
|
1175
1191
|
},
|
|
@@ -1192,7 +1208,8 @@ export class DBCustomSelect {
|
|
|
1192
1208
|
"DBCustomSelectProps": {
|
|
1193
1209
|
"location": "import",
|
|
1194
1210
|
"path": "./model",
|
|
1195
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1211
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1212
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1196
1213
|
}
|
|
1197
1214
|
}
|
|
1198
1215
|
},
|
|
@@ -1217,7 +1234,8 @@ export class DBCustomSelect {
|
|
|
1217
1234
|
"DBCustomSelectProps": {
|
|
1218
1235
|
"location": "import",
|
|
1219
1236
|
"path": "./model",
|
|
1220
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1237
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1238
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1221
1239
|
}
|
|
1222
1240
|
}
|
|
1223
1241
|
},
|
|
@@ -1242,7 +1260,8 @@ export class DBCustomSelect {
|
|
|
1242
1260
|
"DBCustomSelectProps": {
|
|
1243
1261
|
"location": "import",
|
|
1244
1262
|
"path": "./model",
|
|
1245
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1263
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1264
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1246
1265
|
}
|
|
1247
1266
|
}
|
|
1248
1267
|
},
|
|
@@ -1267,7 +1286,8 @@ export class DBCustomSelect {
|
|
|
1267
1286
|
"DBCustomSelectProps": {
|
|
1268
1287
|
"location": "import",
|
|
1269
1288
|
"path": "./model",
|
|
1270
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1289
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1290
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1271
1291
|
}
|
|
1272
1292
|
}
|
|
1273
1293
|
},
|
|
@@ -1292,7 +1312,8 @@ export class DBCustomSelect {
|
|
|
1292
1312
|
"DBCustomSelectProps": {
|
|
1293
1313
|
"location": "import",
|
|
1294
1314
|
"path": "./model",
|
|
1295
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1315
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1316
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1296
1317
|
}
|
|
1297
1318
|
}
|
|
1298
1319
|
},
|
|
@@ -1317,7 +1338,8 @@ export class DBCustomSelect {
|
|
|
1317
1338
|
"DBCustomSelectProps": {
|
|
1318
1339
|
"location": "import",
|
|
1319
1340
|
"path": "./model",
|
|
1320
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1341
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1342
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1321
1343
|
}
|
|
1322
1344
|
}
|
|
1323
1345
|
},
|
|
@@ -1340,7 +1362,8 @@ export class DBCustomSelect {
|
|
|
1340
1362
|
"DBCustomSelectProps": {
|
|
1341
1363
|
"location": "import",
|
|
1342
1364
|
"path": "./model",
|
|
1343
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1365
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1366
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1344
1367
|
}
|
|
1345
1368
|
}
|
|
1346
1369
|
},
|
|
@@ -1365,7 +1388,8 @@ export class DBCustomSelect {
|
|
|
1365
1388
|
"DBCustomSelectProps": {
|
|
1366
1389
|
"location": "import",
|
|
1367
1390
|
"path": "./model",
|
|
1368
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1391
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1392
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1369
1393
|
}
|
|
1370
1394
|
}
|
|
1371
1395
|
},
|
|
@@ -1388,7 +1412,8 @@ export class DBCustomSelect {
|
|
|
1388
1412
|
"DBCustomSelectProps": {
|
|
1389
1413
|
"location": "import",
|
|
1390
1414
|
"path": "./model",
|
|
1391
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1415
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1416
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1392
1417
|
}
|
|
1393
1418
|
}
|
|
1394
1419
|
},
|
|
@@ -1413,7 +1438,8 @@ export class DBCustomSelect {
|
|
|
1413
1438
|
"DBCustomSelectProps": {
|
|
1414
1439
|
"location": "import",
|
|
1415
1440
|
"path": "./model",
|
|
1416
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1441
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1442
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1417
1443
|
}
|
|
1418
1444
|
}
|
|
1419
1445
|
},
|
|
@@ -1438,7 +1464,8 @@ export class DBCustomSelect {
|
|
|
1438
1464
|
"DBCustomSelectProps": {
|
|
1439
1465
|
"location": "import",
|
|
1440
1466
|
"path": "./model",
|
|
1441
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1467
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1468
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1442
1469
|
}
|
|
1443
1470
|
}
|
|
1444
1471
|
},
|
|
@@ -1463,7 +1490,8 @@ export class DBCustomSelect {
|
|
|
1463
1490
|
"DBCustomSelectProps": {
|
|
1464
1491
|
"location": "import",
|
|
1465
1492
|
"path": "./model",
|
|
1466
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1493
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1494
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1467
1495
|
}
|
|
1468
1496
|
}
|
|
1469
1497
|
},
|
|
@@ -1488,7 +1516,8 @@ export class DBCustomSelect {
|
|
|
1488
1516
|
"DBCustomSelectProps": {
|
|
1489
1517
|
"location": "import",
|
|
1490
1518
|
"path": "./model",
|
|
1491
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1519
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1520
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1492
1521
|
}
|
|
1493
1522
|
}
|
|
1494
1523
|
},
|
|
@@ -1508,12 +1537,13 @@ export class DBCustomSelect {
|
|
|
1508
1537
|
"mutable": false,
|
|
1509
1538
|
"complexType": {
|
|
1510
1539
|
"original": "DBCustomSelectProps[\"icon\"]",
|
|
1511
|
-
"resolved": "
|
|
1540
|
+
"resolved": "\"arrow_down\" | \"arrow_left\" | \"arrow_right\" | \"arrow_up\" | \"arrow_up_right\" | \"brand\" | \"calendar\" | \"check\" | \"check-circle\" | \"check_circle\" | \"chevron_down\" | \"chevron_left\" | \"chevron_right\" | \"chevron_up\" | \"circle\" | \"circular_arrows\" | \"clock\" | \"cross\" | \"cross_circle\" | \"exclamation_mark_circle\" | \"exclamation_mark_triangle\" | \"information_circle\" | \"magnifying_glass\" | \"menu\" | \"minus\" | \"plus\" | \"resize_handle_corner\" | \"x_placeholder\" | string & Record<never, never>",
|
|
1512
1541
|
"references": {
|
|
1513
1542
|
"DBCustomSelectProps": {
|
|
1514
1543
|
"location": "import",
|
|
1515
1544
|
"path": "./model",
|
|
1516
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1545
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1546
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1517
1547
|
}
|
|
1518
1548
|
}
|
|
1519
1549
|
},
|
|
@@ -1538,7 +1568,8 @@ export class DBCustomSelect {
|
|
|
1538
1568
|
"DBCustomSelectProps": {
|
|
1539
1569
|
"location": "import",
|
|
1540
1570
|
"path": "./model",
|
|
1541
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1571
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1572
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1542
1573
|
}
|
|
1543
1574
|
}
|
|
1544
1575
|
},
|
|
@@ -1563,7 +1594,8 @@ export class DBCustomSelect {
|
|
|
1563
1594
|
"DBCustomSelectProps": {
|
|
1564
1595
|
"location": "import",
|
|
1565
1596
|
"path": "./model",
|
|
1566
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1597
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1598
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1567
1599
|
}
|
|
1568
1600
|
}
|
|
1569
1601
|
},
|
|
@@ -1588,7 +1620,8 @@ export class DBCustomSelect {
|
|
|
1588
1620
|
"DBCustomSelectProps": {
|
|
1589
1621
|
"location": "import",
|
|
1590
1622
|
"path": "./model",
|
|
1591
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1623
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1624
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1592
1625
|
}
|
|
1593
1626
|
}
|
|
1594
1627
|
},
|
|
@@ -1613,7 +1646,8 @@ export class DBCustomSelect {
|
|
|
1613
1646
|
"DBCustomSelectProps": {
|
|
1614
1647
|
"location": "import",
|
|
1615
1648
|
"path": "./model",
|
|
1616
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1649
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1650
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1617
1651
|
}
|
|
1618
1652
|
}
|
|
1619
1653
|
},
|
|
@@ -1638,7 +1672,8 @@ export class DBCustomSelect {
|
|
|
1638
1672
|
"DBCustomSelectProps": {
|
|
1639
1673
|
"location": "import",
|
|
1640
1674
|
"path": "./model",
|
|
1641
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1675
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1676
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1642
1677
|
}
|
|
1643
1678
|
}
|
|
1644
1679
|
},
|
|
@@ -1663,7 +1698,8 @@ export class DBCustomSelect {
|
|
|
1663
1698
|
"DBCustomSelectProps": {
|
|
1664
1699
|
"location": "import",
|
|
1665
1700
|
"path": "./model",
|
|
1666
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1701
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1702
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1667
1703
|
}
|
|
1668
1704
|
}
|
|
1669
1705
|
},
|
|
@@ -1688,7 +1724,8 @@ export class DBCustomSelect {
|
|
|
1688
1724
|
"DBCustomSelectProps": {
|
|
1689
1725
|
"location": "import",
|
|
1690
1726
|
"path": "./model",
|
|
1691
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1727
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1728
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1692
1729
|
}
|
|
1693
1730
|
}
|
|
1694
1731
|
},
|
|
@@ -1713,7 +1750,8 @@ export class DBCustomSelect {
|
|
|
1713
1750
|
"DBCustomSelectProps": {
|
|
1714
1751
|
"location": "import",
|
|
1715
1752
|
"path": "./model",
|
|
1716
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1753
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1754
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1717
1755
|
}
|
|
1718
1756
|
}
|
|
1719
1757
|
},
|
|
@@ -1738,7 +1776,8 @@ export class DBCustomSelect {
|
|
|
1738
1776
|
"DBCustomSelectProps": {
|
|
1739
1777
|
"location": "import",
|
|
1740
1778
|
"path": "./model",
|
|
1741
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1779
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1780
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1742
1781
|
}
|
|
1743
1782
|
}
|
|
1744
1783
|
},
|
|
@@ -1763,7 +1802,8 @@ export class DBCustomSelect {
|
|
|
1763
1802
|
"DBCustomSelectProps": {
|
|
1764
1803
|
"location": "import",
|
|
1765
1804
|
"path": "./model",
|
|
1766
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1805
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1806
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1767
1807
|
}
|
|
1768
1808
|
}
|
|
1769
1809
|
},
|
|
@@ -1788,7 +1828,8 @@ export class DBCustomSelect {
|
|
|
1788
1828
|
"DBCustomSelectProps": {
|
|
1789
1829
|
"location": "import",
|
|
1790
1830
|
"path": "./model",
|
|
1791
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1831
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1832
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1792
1833
|
}
|
|
1793
1834
|
}
|
|
1794
1835
|
},
|
|
@@ -1813,7 +1854,8 @@ export class DBCustomSelect {
|
|
|
1813
1854
|
"DBCustomSelectProps": {
|
|
1814
1855
|
"location": "import",
|
|
1815
1856
|
"path": "./model",
|
|
1816
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1857
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1858
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1817
1859
|
}
|
|
1818
1860
|
}
|
|
1819
1861
|
},
|
|
@@ -1838,7 +1880,8 @@ export class DBCustomSelect {
|
|
|
1838
1880
|
"DBCustomSelectProps": {
|
|
1839
1881
|
"location": "import",
|
|
1840
1882
|
"path": "./model",
|
|
1841
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1883
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1884
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1842
1885
|
}
|
|
1843
1886
|
}
|
|
1844
1887
|
},
|
|
@@ -1863,7 +1906,8 @@ export class DBCustomSelect {
|
|
|
1863
1906
|
"DBCustomSelectProps": {
|
|
1864
1907
|
"location": "import",
|
|
1865
1908
|
"path": "./model",
|
|
1866
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1909
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1910
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1867
1911
|
}
|
|
1868
1912
|
}
|
|
1869
1913
|
},
|
|
@@ -1888,7 +1932,8 @@ export class DBCustomSelect {
|
|
|
1888
1932
|
"DBCustomSelectProps": {
|
|
1889
1933
|
"location": "import",
|
|
1890
1934
|
"path": "./model",
|
|
1891
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1935
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1936
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1892
1937
|
}
|
|
1893
1938
|
}
|
|
1894
1939
|
},
|
|
@@ -1914,7 +1959,8 @@ export class DBCustomSelect {
|
|
|
1914
1959
|
"DBCustomSelectProps": {
|
|
1915
1960
|
"location": "import",
|
|
1916
1961
|
"path": "./model",
|
|
1917
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1962
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1963
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1918
1964
|
}
|
|
1919
1965
|
}
|
|
1920
1966
|
},
|
|
@@ -1940,7 +1986,8 @@ export class DBCustomSelect {
|
|
|
1940
1986
|
"DBCustomSelectProps": {
|
|
1941
1987
|
"location": "import",
|
|
1942
1988
|
"path": "./model",
|
|
1943
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
1989
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
1990
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1944
1991
|
}
|
|
1945
1992
|
}
|
|
1946
1993
|
},
|
|
@@ -1960,12 +2007,13 @@ export class DBCustomSelect {
|
|
|
1960
2007
|
"mutable": false,
|
|
1961
2008
|
"complexType": {
|
|
1962
2009
|
"original": "DBCustomSelectProps[\"messageIcon\"]",
|
|
1963
|
-
"resolved": "
|
|
2010
|
+
"resolved": "\"arrow_down\" | \"arrow_left\" | \"arrow_right\" | \"arrow_up\" | \"arrow_up_right\" | \"brand\" | \"calendar\" | \"check\" | \"check-circle\" | \"check_circle\" | \"chevron_down\" | \"chevron_left\" | \"chevron_right\" | \"chevron_up\" | \"circle\" | \"circular_arrows\" | \"clock\" | \"cross\" | \"cross_circle\" | \"exclamation_mark_circle\" | \"exclamation_mark_triangle\" | \"information_circle\" | \"magnifying_glass\" | \"menu\" | \"minus\" | \"plus\" | \"resize_handle_corner\" | \"x_placeholder\" | string & Record<never, never>",
|
|
1964
2011
|
"references": {
|
|
1965
2012
|
"DBCustomSelectProps": {
|
|
1966
2013
|
"location": "import",
|
|
1967
2014
|
"path": "./model",
|
|
1968
|
-
"id": "src/components/custom-select/model.ts::DBCustomSelectProps"
|
|
2015
|
+
"id": "src/components/custom-select/model.ts::DBCustomSelectProps",
|
|
2016
|
+
"referenceLocation": "DBCustomSelectProps"
|
|
1969
2017
|
}
|
|
1970
2018
|
}
|
|
1971
2019
|
},
|
|
@@ -2183,4 +2231,3 @@ export class DBCustomSelect {
|
|
|
2183
2231
|
}];
|
|
2184
2232
|
}
|
|
2185
2233
|
}
|
|
2186
|
-
//# sourceMappingURL=custom-select.js.map
|
|
@@ -61,7 +61,8 @@ export class DBCustomSelectDropdown {
|
|
|
61
61
|
"DBCustomSelectDropdownProps": {
|
|
62
62
|
"location": "import",
|
|
63
63
|
"path": "./model",
|
|
64
|
-
"id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps"
|
|
64
|
+
"id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps",
|
|
65
|
+
"referenceLocation": "DBCustomSelectDropdownProps"
|
|
65
66
|
}
|
|
66
67
|
}
|
|
67
68
|
},
|
|
@@ -86,7 +87,8 @@ export class DBCustomSelectDropdown {
|
|
|
86
87
|
"DBCustomSelectDropdownProps": {
|
|
87
88
|
"location": "import",
|
|
88
89
|
"path": "./model",
|
|
89
|
-
"id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps"
|
|
90
|
+
"id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps",
|
|
91
|
+
"referenceLocation": "DBCustomSelectDropdownProps"
|
|
90
92
|
}
|
|
91
93
|
}
|
|
92
94
|
},
|
|
@@ -111,7 +113,8 @@ export class DBCustomSelectDropdown {
|
|
|
111
113
|
"DBCustomSelectDropdownProps": {
|
|
112
114
|
"location": "import",
|
|
113
115
|
"path": "./model",
|
|
114
|
-
"id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps"
|
|
116
|
+
"id": "src/components/custom-select-dropdown/model.ts::DBCustomSelectDropdownProps",
|
|
117
|
+
"referenceLocation": "DBCustomSelectDropdownProps"
|
|
115
118
|
}
|
|
116
119
|
}
|
|
117
120
|
},
|
|
@@ -130,4 +133,3 @@ export class DBCustomSelectDropdown {
|
|
|
130
133
|
};
|
|
131
134
|
}
|
|
132
135
|
}
|
|
133
|
-
//# sourceMappingURL=custom-select-dropdown.js.map
|
|
@@ -58,7 +58,8 @@ export class DBCustomSelectFormField {
|
|
|
58
58
|
"DBCustomSelectFormFieldProps": {
|
|
59
59
|
"location": "import",
|
|
60
60
|
"path": "./model",
|
|
61
|
-
"id": "src/components/custom-select-form-field/model.ts::DBCustomSelectFormFieldProps"
|
|
61
|
+
"id": "src/components/custom-select-form-field/model.ts::DBCustomSelectFormFieldProps",
|
|
62
|
+
"referenceLocation": "DBCustomSelectFormFieldProps"
|
|
62
63
|
}
|
|
63
64
|
}
|
|
64
65
|
},
|
|
@@ -83,7 +84,8 @@ export class DBCustomSelectFormField {
|
|
|
83
84
|
"DBCustomSelectFormFieldProps": {
|
|
84
85
|
"location": "import",
|
|
85
86
|
"path": "./model",
|
|
86
|
-
"id": "src/components/custom-select-form-field/model.ts::DBCustomSelectFormFieldProps"
|
|
87
|
+
"id": "src/components/custom-select-form-field/model.ts::DBCustomSelectFormFieldProps",
|
|
88
|
+
"referenceLocation": "DBCustomSelectFormFieldProps"
|
|
87
89
|
}
|
|
88
90
|
}
|
|
89
91
|
},
|
|
@@ -101,4 +103,3 @@ export class DBCustomSelectFormField {
|
|
|
101
103
|
};
|
|
102
104
|
}
|
|
103
105
|
}
|
|
104
|
-
//# sourceMappingURL=custom-select-form-field.js.map
|