@db-ux/wc-core-components 4.2.6 → 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/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 +176 -0
- 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
|
@@ -172,7 +172,8 @@ export class DBSwitch {
|
|
|
172
172
|
"DBSwitchProps": {
|
|
173
173
|
"location": "import",
|
|
174
174
|
"path": "./model",
|
|
175
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
175
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
176
|
+
"referenceLocation": "DBSwitchProps"
|
|
176
177
|
}
|
|
177
178
|
}
|
|
178
179
|
},
|
|
@@ -197,7 +198,8 @@ export class DBSwitch {
|
|
|
197
198
|
"DBSwitchProps": {
|
|
198
199
|
"location": "import",
|
|
199
200
|
"path": "./model",
|
|
200
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
201
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
202
|
+
"referenceLocation": "DBSwitchProps"
|
|
201
203
|
}
|
|
202
204
|
}
|
|
203
205
|
},
|
|
@@ -222,7 +224,8 @@ export class DBSwitch {
|
|
|
222
224
|
"DBSwitchProps": {
|
|
223
225
|
"location": "import",
|
|
224
226
|
"path": "./model",
|
|
225
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
227
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
228
|
+
"referenceLocation": "DBSwitchProps"
|
|
226
229
|
}
|
|
227
230
|
}
|
|
228
231
|
},
|
|
@@ -247,7 +250,8 @@ export class DBSwitch {
|
|
|
247
250
|
"DBSwitchProps": {
|
|
248
251
|
"location": "import",
|
|
249
252
|
"path": "./model",
|
|
250
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
253
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
254
|
+
"referenceLocation": "DBSwitchProps"
|
|
251
255
|
}
|
|
252
256
|
}
|
|
253
257
|
},
|
|
@@ -272,7 +276,8 @@ export class DBSwitch {
|
|
|
272
276
|
"DBSwitchProps": {
|
|
273
277
|
"location": "import",
|
|
274
278
|
"path": "./model",
|
|
275
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
279
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
280
|
+
"referenceLocation": "DBSwitchProps"
|
|
276
281
|
}
|
|
277
282
|
}
|
|
278
283
|
},
|
|
@@ -297,7 +302,8 @@ export class DBSwitch {
|
|
|
297
302
|
"DBSwitchProps": {
|
|
298
303
|
"location": "import",
|
|
299
304
|
"path": "./model",
|
|
300
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
305
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
306
|
+
"referenceLocation": "DBSwitchProps"
|
|
301
307
|
}
|
|
302
308
|
}
|
|
303
309
|
},
|
|
@@ -322,7 +328,8 @@ export class DBSwitch {
|
|
|
322
328
|
"DBSwitchProps": {
|
|
323
329
|
"location": "import",
|
|
324
330
|
"path": "./model",
|
|
325
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
331
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
332
|
+
"referenceLocation": "DBSwitchProps"
|
|
326
333
|
}
|
|
327
334
|
}
|
|
328
335
|
},
|
|
@@ -347,7 +354,8 @@ export class DBSwitch {
|
|
|
347
354
|
"DBSwitchProps": {
|
|
348
355
|
"location": "import",
|
|
349
356
|
"path": "./model",
|
|
350
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
357
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
358
|
+
"referenceLocation": "DBSwitchProps"
|
|
351
359
|
}
|
|
352
360
|
}
|
|
353
361
|
},
|
|
@@ -372,7 +380,8 @@ export class DBSwitch {
|
|
|
372
380
|
"DBSwitchProps": {
|
|
373
381
|
"location": "import",
|
|
374
382
|
"path": "./model",
|
|
375
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
383
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
384
|
+
"referenceLocation": "DBSwitchProps"
|
|
376
385
|
}
|
|
377
386
|
}
|
|
378
387
|
},
|
|
@@ -397,7 +406,8 @@ export class DBSwitch {
|
|
|
397
406
|
"DBSwitchProps": {
|
|
398
407
|
"location": "import",
|
|
399
408
|
"path": "./model",
|
|
400
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
409
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
410
|
+
"referenceLocation": "DBSwitchProps"
|
|
401
411
|
}
|
|
402
412
|
}
|
|
403
413
|
},
|
|
@@ -422,7 +432,8 @@ export class DBSwitch {
|
|
|
422
432
|
"DBSwitchProps": {
|
|
423
433
|
"location": "import",
|
|
424
434
|
"path": "./model",
|
|
425
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
435
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
436
|
+
"referenceLocation": "DBSwitchProps"
|
|
426
437
|
}
|
|
427
438
|
}
|
|
428
439
|
},
|
|
@@ -447,7 +458,8 @@ export class DBSwitch {
|
|
|
447
458
|
"DBSwitchProps": {
|
|
448
459
|
"location": "import",
|
|
449
460
|
"path": "./model",
|
|
450
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
461
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
462
|
+
"referenceLocation": "DBSwitchProps"
|
|
451
463
|
}
|
|
452
464
|
}
|
|
453
465
|
},
|
|
@@ -472,7 +484,8 @@ export class DBSwitch {
|
|
|
472
484
|
"DBSwitchProps": {
|
|
473
485
|
"location": "import",
|
|
474
486
|
"path": "./model",
|
|
475
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
487
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
488
|
+
"referenceLocation": "DBSwitchProps"
|
|
476
489
|
}
|
|
477
490
|
}
|
|
478
491
|
},
|
|
@@ -495,7 +508,8 @@ export class DBSwitch {
|
|
|
495
508
|
"DBSwitchProps": {
|
|
496
509
|
"location": "import",
|
|
497
510
|
"path": "./model",
|
|
498
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
511
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
512
|
+
"referenceLocation": "DBSwitchProps"
|
|
499
513
|
}
|
|
500
514
|
}
|
|
501
515
|
},
|
|
@@ -520,7 +534,8 @@ export class DBSwitch {
|
|
|
520
534
|
"DBSwitchProps": {
|
|
521
535
|
"location": "import",
|
|
522
536
|
"path": "./model",
|
|
523
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
537
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
538
|
+
"referenceLocation": "DBSwitchProps"
|
|
524
539
|
}
|
|
525
540
|
}
|
|
526
541
|
},
|
|
@@ -545,7 +560,8 @@ export class DBSwitch {
|
|
|
545
560
|
"DBSwitchProps": {
|
|
546
561
|
"location": "import",
|
|
547
562
|
"path": "./model",
|
|
548
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
563
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
564
|
+
"referenceLocation": "DBSwitchProps"
|
|
549
565
|
}
|
|
550
566
|
}
|
|
551
567
|
},
|
|
@@ -570,7 +586,8 @@ export class DBSwitch {
|
|
|
570
586
|
"DBSwitchProps": {
|
|
571
587
|
"location": "import",
|
|
572
588
|
"path": "./model",
|
|
573
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
589
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
590
|
+
"referenceLocation": "DBSwitchProps"
|
|
574
591
|
}
|
|
575
592
|
}
|
|
576
593
|
},
|
|
@@ -590,12 +607,13 @@ export class DBSwitch {
|
|
|
590
607
|
"mutable": false,
|
|
591
608
|
"complexType": {
|
|
592
609
|
"original": "DBSwitchProps[\"iconLeading\"]",
|
|
593
|
-
"resolved": "
|
|
610
|
+
"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>",
|
|
594
611
|
"references": {
|
|
595
612
|
"DBSwitchProps": {
|
|
596
613
|
"location": "import",
|
|
597
614
|
"path": "./model",
|
|
598
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
615
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
616
|
+
"referenceLocation": "DBSwitchProps"
|
|
599
617
|
}
|
|
600
618
|
}
|
|
601
619
|
},
|
|
@@ -615,12 +633,13 @@ export class DBSwitch {
|
|
|
615
633
|
"mutable": false,
|
|
616
634
|
"complexType": {
|
|
617
635
|
"original": "DBSwitchProps[\"icon\"]",
|
|
618
|
-
"resolved": "
|
|
636
|
+
"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>",
|
|
619
637
|
"references": {
|
|
620
638
|
"DBSwitchProps": {
|
|
621
639
|
"location": "import",
|
|
622
640
|
"path": "./model",
|
|
623
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
641
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
642
|
+
"referenceLocation": "DBSwitchProps"
|
|
624
643
|
}
|
|
625
644
|
}
|
|
626
645
|
},
|
|
@@ -640,12 +659,13 @@ export class DBSwitch {
|
|
|
640
659
|
"mutable": false,
|
|
641
660
|
"complexType": {
|
|
642
661
|
"original": "DBSwitchProps[\"iconTrailing\"]",
|
|
643
|
-
"resolved": "
|
|
662
|
+
"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>",
|
|
644
663
|
"references": {
|
|
645
664
|
"DBSwitchProps": {
|
|
646
665
|
"location": "import",
|
|
647
666
|
"path": "./model",
|
|
648
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
667
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
668
|
+
"referenceLocation": "DBSwitchProps"
|
|
649
669
|
}
|
|
650
670
|
}
|
|
651
671
|
},
|
|
@@ -670,7 +690,8 @@ export class DBSwitch {
|
|
|
670
690
|
"DBSwitchProps": {
|
|
671
691
|
"location": "import",
|
|
672
692
|
"path": "./model",
|
|
673
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
693
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
694
|
+
"referenceLocation": "DBSwitchProps"
|
|
674
695
|
}
|
|
675
696
|
}
|
|
676
697
|
},
|
|
@@ -690,12 +711,13 @@ export class DBSwitch {
|
|
|
690
711
|
"mutable": false,
|
|
691
712
|
"complexType": {
|
|
692
713
|
"original": "DBSwitchProps[\"messageIcon\"]",
|
|
693
|
-
"resolved": "
|
|
714
|
+
"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>",
|
|
694
715
|
"references": {
|
|
695
716
|
"DBSwitchProps": {
|
|
696
717
|
"location": "import",
|
|
697
718
|
"path": "./model",
|
|
698
|
-
"id": "src/components/switch/model.ts::DBSwitchProps"
|
|
719
|
+
"id": "src/components/switch/model.ts::DBSwitchProps",
|
|
720
|
+
"referenceLocation": "DBSwitchProps"
|
|
699
721
|
}
|
|
700
722
|
}
|
|
701
723
|
},
|
|
@@ -800,4 +822,3 @@ export class DBSwitch {
|
|
|
800
822
|
}];
|
|
801
823
|
}
|
|
802
824
|
}
|
|
803
|
-
//# sourceMappingURL=switch.js.map
|
|
@@ -126,7 +126,8 @@ export class DBTabItem {
|
|
|
126
126
|
"DBTabItemProps": {
|
|
127
127
|
"location": "import",
|
|
128
128
|
"path": "./model",
|
|
129
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
129
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
130
|
+
"referenceLocation": "DBTabItemProps"
|
|
130
131
|
}
|
|
131
132
|
}
|
|
132
133
|
},
|
|
@@ -151,7 +152,8 @@ export class DBTabItem {
|
|
|
151
152
|
"DBTabItemProps": {
|
|
152
153
|
"location": "import",
|
|
153
154
|
"path": "./model",
|
|
154
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
155
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
156
|
+
"referenceLocation": "DBTabItemProps"
|
|
155
157
|
}
|
|
156
158
|
}
|
|
157
159
|
},
|
|
@@ -176,7 +178,8 @@ export class DBTabItem {
|
|
|
176
178
|
"DBTabItemProps": {
|
|
177
179
|
"location": "import",
|
|
178
180
|
"path": "./model",
|
|
179
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
181
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
182
|
+
"referenceLocation": "DBTabItemProps"
|
|
180
183
|
}
|
|
181
184
|
}
|
|
182
185
|
},
|
|
@@ -201,7 +204,8 @@ export class DBTabItem {
|
|
|
201
204
|
"DBTabItemProps": {
|
|
202
205
|
"location": "import",
|
|
203
206
|
"path": "./model",
|
|
204
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
207
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
208
|
+
"referenceLocation": "DBTabItemProps"
|
|
205
209
|
}
|
|
206
210
|
}
|
|
207
211
|
},
|
|
@@ -221,12 +225,13 @@ export class DBTabItem {
|
|
|
221
225
|
"mutable": false,
|
|
222
226
|
"complexType": {
|
|
223
227
|
"original": "DBTabItemProps[\"iconLeading\"]",
|
|
224
|
-
"resolved": "
|
|
228
|
+
"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>",
|
|
225
229
|
"references": {
|
|
226
230
|
"DBTabItemProps": {
|
|
227
231
|
"location": "import",
|
|
228
232
|
"path": "./model",
|
|
229
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
233
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
234
|
+
"referenceLocation": "DBTabItemProps"
|
|
230
235
|
}
|
|
231
236
|
}
|
|
232
237
|
},
|
|
@@ -246,12 +251,13 @@ export class DBTabItem {
|
|
|
246
251
|
"mutable": false,
|
|
247
252
|
"complexType": {
|
|
248
253
|
"original": "DBTabItemProps[\"icon\"]",
|
|
249
|
-
"resolved": "
|
|
254
|
+
"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>",
|
|
250
255
|
"references": {
|
|
251
256
|
"DBTabItemProps": {
|
|
252
257
|
"location": "import",
|
|
253
258
|
"path": "./model",
|
|
254
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
259
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
260
|
+
"referenceLocation": "DBTabItemProps"
|
|
255
261
|
}
|
|
256
262
|
}
|
|
257
263
|
},
|
|
@@ -271,12 +277,13 @@ export class DBTabItem {
|
|
|
271
277
|
"mutable": false,
|
|
272
278
|
"complexType": {
|
|
273
279
|
"original": "DBTabItemProps[\"iconTrailing\"]",
|
|
274
|
-
"resolved": "
|
|
280
|
+
"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>",
|
|
275
281
|
"references": {
|
|
276
282
|
"DBTabItemProps": {
|
|
277
283
|
"location": "import",
|
|
278
284
|
"path": "./model",
|
|
279
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
285
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
286
|
+
"referenceLocation": "DBTabItemProps"
|
|
280
287
|
}
|
|
281
288
|
}
|
|
282
289
|
},
|
|
@@ -301,7 +308,8 @@ export class DBTabItem {
|
|
|
301
308
|
"DBTabItemProps": {
|
|
302
309
|
"location": "import",
|
|
303
310
|
"path": "./model",
|
|
304
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
311
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
312
|
+
"referenceLocation": "DBTabItemProps"
|
|
305
313
|
}
|
|
306
314
|
}
|
|
307
315
|
},
|
|
@@ -326,7 +334,8 @@ export class DBTabItem {
|
|
|
326
334
|
"DBTabItemProps": {
|
|
327
335
|
"location": "import",
|
|
328
336
|
"path": "./model",
|
|
329
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
337
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
338
|
+
"referenceLocation": "DBTabItemProps"
|
|
330
339
|
}
|
|
331
340
|
}
|
|
332
341
|
},
|
|
@@ -351,7 +360,8 @@ export class DBTabItem {
|
|
|
351
360
|
"DBTabItemProps": {
|
|
352
361
|
"location": "import",
|
|
353
362
|
"path": "./model",
|
|
354
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
363
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
364
|
+
"referenceLocation": "DBTabItemProps"
|
|
355
365
|
}
|
|
356
366
|
}
|
|
357
367
|
},
|
|
@@ -376,7 +386,8 @@ export class DBTabItem {
|
|
|
376
386
|
"DBTabItemProps": {
|
|
377
387
|
"location": "import",
|
|
378
388
|
"path": "./model",
|
|
379
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
389
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
390
|
+
"referenceLocation": "DBTabItemProps"
|
|
380
391
|
}
|
|
381
392
|
}
|
|
382
393
|
},
|
|
@@ -401,7 +412,8 @@ export class DBTabItem {
|
|
|
401
412
|
"DBTabItemProps": {
|
|
402
413
|
"location": "import",
|
|
403
414
|
"path": "./model",
|
|
404
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
415
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
416
|
+
"referenceLocation": "DBTabItemProps"
|
|
405
417
|
}
|
|
406
418
|
}
|
|
407
419
|
},
|
|
@@ -426,7 +438,8 @@ export class DBTabItem {
|
|
|
426
438
|
"DBTabItemProps": {
|
|
427
439
|
"location": "import",
|
|
428
440
|
"path": "./model",
|
|
429
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
441
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
442
|
+
"referenceLocation": "DBTabItemProps"
|
|
430
443
|
}
|
|
431
444
|
}
|
|
432
445
|
},
|
|
@@ -451,7 +464,8 @@ export class DBTabItem {
|
|
|
451
464
|
"DBTabItemProps": {
|
|
452
465
|
"location": "import",
|
|
453
466
|
"path": "./model",
|
|
454
|
-
"id": "src/components/tab-item/model.ts::DBTabItemProps"
|
|
467
|
+
"id": "src/components/tab-item/model.ts::DBTabItemProps",
|
|
468
|
+
"referenceLocation": "DBTabItemProps"
|
|
455
469
|
}
|
|
456
470
|
}
|
|
457
471
|
},
|
|
@@ -511,4 +525,3 @@ export class DBTabItem {
|
|
|
511
525
|
}];
|
|
512
526
|
}
|
|
513
527
|
}
|
|
514
|
-
//# sourceMappingURL=tab-item.js.map
|
|
@@ -63,7 +63,8 @@ export class DBTabList {
|
|
|
63
63
|
"DBTabListProps": {
|
|
64
64
|
"location": "import",
|
|
65
65
|
"path": "./model",
|
|
66
|
-
"id": "src/components/tab-list/model.ts::DBTabListProps"
|
|
66
|
+
"id": "src/components/tab-list/model.ts::DBTabListProps",
|
|
67
|
+
"referenceLocation": "DBTabListProps"
|
|
67
68
|
}
|
|
68
69
|
}
|
|
69
70
|
},
|
|
@@ -88,7 +89,8 @@ export class DBTabList {
|
|
|
88
89
|
"DBTabListProps": {
|
|
89
90
|
"location": "import",
|
|
90
91
|
"path": "./model",
|
|
91
|
-
"id": "src/components/tab-list/model.ts::DBTabListProps"
|
|
92
|
+
"id": "src/components/tab-list/model.ts::DBTabListProps",
|
|
93
|
+
"referenceLocation": "DBTabListProps"
|
|
92
94
|
}
|
|
93
95
|
}
|
|
94
96
|
},
|
|
@@ -111,4 +113,3 @@ export class DBTabList {
|
|
|
111
113
|
};
|
|
112
114
|
}
|
|
113
115
|
}
|
|
114
|
-
//# sourceMappingURL=tab-list.js.map
|
|
@@ -58,7 +58,8 @@ export class DBTabPanel {
|
|
|
58
58
|
"DBTabPanelProps": {
|
|
59
59
|
"location": "import",
|
|
60
60
|
"path": "./model",
|
|
61
|
-
"id": "src/components/tab-panel/model.ts::DBTabPanelProps"
|
|
61
|
+
"id": "src/components/tab-panel/model.ts::DBTabPanelProps",
|
|
62
|
+
"referenceLocation": "DBTabPanelProps"
|
|
62
63
|
}
|
|
63
64
|
}
|
|
64
65
|
},
|
|
@@ -83,7 +84,8 @@ export class DBTabPanel {
|
|
|
83
84
|
"DBTabPanelProps": {
|
|
84
85
|
"location": "import",
|
|
85
86
|
"path": "./model",
|
|
86
|
-
"id": "src/components/tab-panel/model.ts::DBTabPanelProps"
|
|
87
|
+
"id": "src/components/tab-panel/model.ts::DBTabPanelProps",
|
|
88
|
+
"referenceLocation": "DBTabPanelProps"
|
|
87
89
|
}
|
|
88
90
|
}
|
|
89
91
|
},
|
|
@@ -108,7 +110,8 @@ export class DBTabPanel {
|
|
|
108
110
|
"DBTabPanelProps": {
|
|
109
111
|
"location": "import",
|
|
110
112
|
"path": "./model",
|
|
111
|
-
"id": "src/components/tab-panel/model.ts::DBTabPanelProps"
|
|
113
|
+
"id": "src/components/tab-panel/model.ts::DBTabPanelProps",
|
|
114
|
+
"referenceLocation": "DBTabPanelProps"
|
|
112
115
|
}
|
|
113
116
|
}
|
|
114
117
|
},
|
|
@@ -126,4 +129,3 @@ export class DBTabPanel {
|
|
|
126
129
|
};
|
|
127
130
|
}
|
|
128
131
|
}
|
|
129
|
-
//# sourceMappingURL=tab-panel.js.map
|
|
@@ -222,7 +222,8 @@ export class DBTabs {
|
|
|
222
222
|
"DBTabsProps": {
|
|
223
223
|
"location": "import",
|
|
224
224
|
"path": "./model",
|
|
225
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
225
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
226
|
+
"referenceLocation": "DBTabsProps"
|
|
226
227
|
}
|
|
227
228
|
}
|
|
228
229
|
},
|
|
@@ -247,7 +248,8 @@ export class DBTabs {
|
|
|
247
248
|
"DBTabsProps": {
|
|
248
249
|
"location": "import",
|
|
249
250
|
"path": "./model",
|
|
250
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
251
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
252
|
+
"referenceLocation": "DBTabsProps"
|
|
251
253
|
}
|
|
252
254
|
}
|
|
253
255
|
},
|
|
@@ -272,7 +274,8 @@ export class DBTabs {
|
|
|
272
274
|
"DBTabsProps": {
|
|
273
275
|
"location": "import",
|
|
274
276
|
"path": "./model",
|
|
275
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
277
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
278
|
+
"referenceLocation": "DBTabsProps"
|
|
276
279
|
}
|
|
277
280
|
}
|
|
278
281
|
},
|
|
@@ -297,7 +300,8 @@ export class DBTabs {
|
|
|
297
300
|
"DBTabsProps": {
|
|
298
301
|
"location": "import",
|
|
299
302
|
"path": "./model",
|
|
300
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
303
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
304
|
+
"referenceLocation": "DBTabsProps"
|
|
301
305
|
}
|
|
302
306
|
}
|
|
303
307
|
},
|
|
@@ -322,7 +326,8 @@ export class DBTabs {
|
|
|
322
326
|
"DBTabsProps": {
|
|
323
327
|
"location": "import",
|
|
324
328
|
"path": "./model",
|
|
325
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
329
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
330
|
+
"referenceLocation": "DBTabsProps"
|
|
326
331
|
}
|
|
327
332
|
}
|
|
328
333
|
},
|
|
@@ -347,7 +352,8 @@ export class DBTabs {
|
|
|
347
352
|
"DBTabsProps": {
|
|
348
353
|
"location": "import",
|
|
349
354
|
"path": "./model",
|
|
350
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
355
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
356
|
+
"referenceLocation": "DBTabsProps"
|
|
351
357
|
}
|
|
352
358
|
}
|
|
353
359
|
},
|
|
@@ -372,7 +378,8 @@ export class DBTabs {
|
|
|
372
378
|
"DBTabsProps": {
|
|
373
379
|
"location": "import",
|
|
374
380
|
"path": "./model",
|
|
375
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
381
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
382
|
+
"referenceLocation": "DBTabsProps"
|
|
376
383
|
}
|
|
377
384
|
}
|
|
378
385
|
},
|
|
@@ -397,7 +404,8 @@ export class DBTabs {
|
|
|
397
404
|
"DBTabsProps": {
|
|
398
405
|
"location": "import",
|
|
399
406
|
"path": "./model",
|
|
400
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
407
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
408
|
+
"referenceLocation": "DBTabsProps"
|
|
401
409
|
}
|
|
402
410
|
}
|
|
403
411
|
},
|
|
@@ -422,7 +430,8 @@ export class DBTabs {
|
|
|
422
430
|
"DBTabsProps": {
|
|
423
431
|
"location": "import",
|
|
424
432
|
"path": "./model",
|
|
425
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
433
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
434
|
+
"referenceLocation": "DBTabsProps"
|
|
426
435
|
}
|
|
427
436
|
}
|
|
428
437
|
},
|
|
@@ -447,7 +456,8 @@ export class DBTabs {
|
|
|
447
456
|
"DBTabsProps": {
|
|
448
457
|
"location": "import",
|
|
449
458
|
"path": "./model",
|
|
450
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
459
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
460
|
+
"referenceLocation": "DBTabsProps"
|
|
451
461
|
}
|
|
452
462
|
}
|
|
453
463
|
},
|
|
@@ -472,7 +482,8 @@ export class DBTabs {
|
|
|
472
482
|
"DBTabsProps": {
|
|
473
483
|
"location": "import",
|
|
474
484
|
"path": "./model",
|
|
475
|
-
"id": "src/components/tabs/model.ts::DBTabsProps"
|
|
485
|
+
"id": "src/components/tabs/model.ts::DBTabsProps",
|
|
486
|
+
"referenceLocation": "DBTabsProps"
|
|
476
487
|
}
|
|
477
488
|
}
|
|
478
489
|
},
|
|
@@ -543,4 +554,3 @@ export class DBTabs {
|
|
|
543
554
|
}];
|
|
544
555
|
}
|
|
545
556
|
}
|
|
546
|
-
//# sourceMappingURL=tabs.js.map
|