@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
|
@@ -75,7 +75,8 @@ export class DBTag {
|
|
|
75
75
|
"DBTagProps": {
|
|
76
76
|
"location": "import",
|
|
77
77
|
"path": "./model",
|
|
78
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
78
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
79
|
+
"referenceLocation": "DBTagProps"
|
|
79
80
|
}
|
|
80
81
|
}
|
|
81
82
|
},
|
|
@@ -100,7 +101,8 @@ export class DBTag {
|
|
|
100
101
|
"DBTagProps": {
|
|
101
102
|
"location": "import",
|
|
102
103
|
"path": "./model",
|
|
103
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
104
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
105
|
+
"referenceLocation": "DBTagProps"
|
|
104
106
|
}
|
|
105
107
|
}
|
|
106
108
|
},
|
|
@@ -125,7 +127,8 @@ export class DBTag {
|
|
|
125
127
|
"DBTagProps": {
|
|
126
128
|
"location": "import",
|
|
127
129
|
"path": "./model",
|
|
128
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
130
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
131
|
+
"referenceLocation": "DBTagProps"
|
|
129
132
|
}
|
|
130
133
|
}
|
|
131
134
|
},
|
|
@@ -150,7 +153,8 @@ export class DBTag {
|
|
|
150
153
|
"DBTagProps": {
|
|
151
154
|
"location": "import",
|
|
152
155
|
"path": "./model",
|
|
153
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
156
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
157
|
+
"referenceLocation": "DBTagProps"
|
|
154
158
|
}
|
|
155
159
|
}
|
|
156
160
|
},
|
|
@@ -175,7 +179,8 @@ export class DBTag {
|
|
|
175
179
|
"DBTagProps": {
|
|
176
180
|
"location": "import",
|
|
177
181
|
"path": "./model",
|
|
178
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
182
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
183
|
+
"referenceLocation": "DBTagProps"
|
|
179
184
|
}
|
|
180
185
|
}
|
|
181
186
|
},
|
|
@@ -195,12 +200,13 @@ export class DBTag {
|
|
|
195
200
|
"mutable": false,
|
|
196
201
|
"complexType": {
|
|
197
202
|
"original": "DBTagProps[\"icon\"]",
|
|
198
|
-
"resolved": "
|
|
203
|
+
"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>",
|
|
199
204
|
"references": {
|
|
200
205
|
"DBTagProps": {
|
|
201
206
|
"location": "import",
|
|
202
207
|
"path": "./model",
|
|
203
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
208
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
209
|
+
"referenceLocation": "DBTagProps"
|
|
204
210
|
}
|
|
205
211
|
}
|
|
206
212
|
},
|
|
@@ -225,7 +231,8 @@ export class DBTag {
|
|
|
225
231
|
"DBTagProps": {
|
|
226
232
|
"location": "import",
|
|
227
233
|
"path": "./model",
|
|
228
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
234
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
235
|
+
"referenceLocation": "DBTagProps"
|
|
229
236
|
}
|
|
230
237
|
}
|
|
231
238
|
},
|
|
@@ -250,7 +257,8 @@ export class DBTag {
|
|
|
250
257
|
"DBTagProps": {
|
|
251
258
|
"location": "import",
|
|
252
259
|
"path": "./model",
|
|
253
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
260
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
261
|
+
"referenceLocation": "DBTagProps"
|
|
254
262
|
}
|
|
255
263
|
}
|
|
256
264
|
},
|
|
@@ -275,7 +283,8 @@ export class DBTag {
|
|
|
275
283
|
"DBTagProps": {
|
|
276
284
|
"location": "import",
|
|
277
285
|
"path": "./model",
|
|
278
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
286
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
287
|
+
"referenceLocation": "DBTagProps"
|
|
279
288
|
}
|
|
280
289
|
}
|
|
281
290
|
},
|
|
@@ -300,7 +309,8 @@ export class DBTag {
|
|
|
300
309
|
"DBTagProps": {
|
|
301
310
|
"location": "import",
|
|
302
311
|
"path": "./model",
|
|
303
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
312
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
313
|
+
"referenceLocation": "DBTagProps"
|
|
304
314
|
}
|
|
305
315
|
}
|
|
306
316
|
},
|
|
@@ -325,7 +335,8 @@ export class DBTag {
|
|
|
325
335
|
"DBTagProps": {
|
|
326
336
|
"location": "import",
|
|
327
337
|
"path": "./model",
|
|
328
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
338
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
339
|
+
"referenceLocation": "DBTagProps"
|
|
329
340
|
}
|
|
330
341
|
}
|
|
331
342
|
},
|
|
@@ -350,7 +361,8 @@ export class DBTag {
|
|
|
350
361
|
"DBTagProps": {
|
|
351
362
|
"location": "import",
|
|
352
363
|
"path": "./model",
|
|
353
|
-
"id": "src/components/tag/model.ts::DBTagProps"
|
|
364
|
+
"id": "src/components/tag/model.ts::DBTagProps",
|
|
365
|
+
"referenceLocation": "DBTagProps"
|
|
354
366
|
}
|
|
355
367
|
}
|
|
356
368
|
},
|
|
@@ -386,4 +398,3 @@ export class DBTag {
|
|
|
386
398
|
}];
|
|
387
399
|
}
|
|
388
400
|
}
|
|
389
|
-
//# sourceMappingURL=tag.js.map
|
|
@@ -195,7 +195,8 @@ export class DBTextarea {
|
|
|
195
195
|
"DBTextareaProps": {
|
|
196
196
|
"location": "import",
|
|
197
197
|
"path": "./model",
|
|
198
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
198
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
199
|
+
"referenceLocation": "DBTextareaProps"
|
|
199
200
|
}
|
|
200
201
|
}
|
|
201
202
|
},
|
|
@@ -220,7 +221,8 @@ export class DBTextarea {
|
|
|
220
221
|
"DBTextareaProps": {
|
|
221
222
|
"location": "import",
|
|
222
223
|
"path": "./model",
|
|
223
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
224
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
225
|
+
"referenceLocation": "DBTextareaProps"
|
|
224
226
|
}
|
|
225
227
|
}
|
|
226
228
|
},
|
|
@@ -245,7 +247,8 @@ export class DBTextarea {
|
|
|
245
247
|
"DBTextareaProps": {
|
|
246
248
|
"location": "import",
|
|
247
249
|
"path": "./model",
|
|
248
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
250
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
251
|
+
"referenceLocation": "DBTextareaProps"
|
|
249
252
|
}
|
|
250
253
|
}
|
|
251
254
|
},
|
|
@@ -270,7 +273,8 @@ export class DBTextarea {
|
|
|
270
273
|
"DBTextareaProps": {
|
|
271
274
|
"location": "import",
|
|
272
275
|
"path": "./model",
|
|
273
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
276
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
277
|
+
"referenceLocation": "DBTextareaProps"
|
|
274
278
|
}
|
|
275
279
|
}
|
|
276
280
|
},
|
|
@@ -295,7 +299,8 @@ export class DBTextarea {
|
|
|
295
299
|
"DBTextareaProps": {
|
|
296
300
|
"location": "import",
|
|
297
301
|
"path": "./model",
|
|
298
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
302
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
303
|
+
"referenceLocation": "DBTextareaProps"
|
|
299
304
|
}
|
|
300
305
|
}
|
|
301
306
|
},
|
|
@@ -320,7 +325,8 @@ export class DBTextarea {
|
|
|
320
325
|
"DBTextareaProps": {
|
|
321
326
|
"location": "import",
|
|
322
327
|
"path": "./model",
|
|
323
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
328
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
329
|
+
"referenceLocation": "DBTextareaProps"
|
|
324
330
|
}
|
|
325
331
|
}
|
|
326
332
|
},
|
|
@@ -345,7 +351,8 @@ export class DBTextarea {
|
|
|
345
351
|
"DBTextareaProps": {
|
|
346
352
|
"location": "import",
|
|
347
353
|
"path": "./model",
|
|
348
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
354
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
355
|
+
"referenceLocation": "DBTextareaProps"
|
|
349
356
|
}
|
|
350
357
|
}
|
|
351
358
|
},
|
|
@@ -370,7 +377,8 @@ export class DBTextarea {
|
|
|
370
377
|
"DBTextareaProps": {
|
|
371
378
|
"location": "import",
|
|
372
379
|
"path": "./model",
|
|
373
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
380
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
381
|
+
"referenceLocation": "DBTextareaProps"
|
|
374
382
|
}
|
|
375
383
|
}
|
|
376
384
|
},
|
|
@@ -395,7 +403,8 @@ export class DBTextarea {
|
|
|
395
403
|
"DBTextareaProps": {
|
|
396
404
|
"location": "import",
|
|
397
405
|
"path": "./model",
|
|
398
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
406
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
407
|
+
"referenceLocation": "DBTextareaProps"
|
|
399
408
|
}
|
|
400
409
|
}
|
|
401
410
|
},
|
|
@@ -420,7 +429,8 @@ export class DBTextarea {
|
|
|
420
429
|
"DBTextareaProps": {
|
|
421
430
|
"location": "import",
|
|
422
431
|
"path": "./model",
|
|
423
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
432
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
433
|
+
"referenceLocation": "DBTextareaProps"
|
|
424
434
|
}
|
|
425
435
|
}
|
|
426
436
|
},
|
|
@@ -445,7 +455,8 @@ export class DBTextarea {
|
|
|
445
455
|
"DBTextareaProps": {
|
|
446
456
|
"location": "import",
|
|
447
457
|
"path": "./model",
|
|
448
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
458
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
459
|
+
"referenceLocation": "DBTextareaProps"
|
|
449
460
|
}
|
|
450
461
|
}
|
|
451
462
|
},
|
|
@@ -470,7 +481,8 @@ export class DBTextarea {
|
|
|
470
481
|
"DBTextareaProps": {
|
|
471
482
|
"location": "import",
|
|
472
483
|
"path": "./model",
|
|
473
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
484
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
485
|
+
"referenceLocation": "DBTextareaProps"
|
|
474
486
|
}
|
|
475
487
|
}
|
|
476
488
|
},
|
|
@@ -495,7 +507,8 @@ export class DBTextarea {
|
|
|
495
507
|
"DBTextareaProps": {
|
|
496
508
|
"location": "import",
|
|
497
509
|
"path": "./model",
|
|
498
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
510
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
511
|
+
"referenceLocation": "DBTextareaProps"
|
|
499
512
|
}
|
|
500
513
|
}
|
|
501
514
|
},
|
|
@@ -520,7 +533,8 @@ export class DBTextarea {
|
|
|
520
533
|
"DBTextareaProps": {
|
|
521
534
|
"location": "import",
|
|
522
535
|
"path": "./model",
|
|
523
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
536
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
537
|
+
"referenceLocation": "DBTextareaProps"
|
|
524
538
|
}
|
|
525
539
|
}
|
|
526
540
|
},
|
|
@@ -545,7 +559,8 @@ export class DBTextarea {
|
|
|
545
559
|
"DBTextareaProps": {
|
|
546
560
|
"location": "import",
|
|
547
561
|
"path": "./model",
|
|
548
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
562
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
563
|
+
"referenceLocation": "DBTextareaProps"
|
|
549
564
|
}
|
|
550
565
|
}
|
|
551
566
|
},
|
|
@@ -570,7 +585,8 @@ export class DBTextarea {
|
|
|
570
585
|
"DBTextareaProps": {
|
|
571
586
|
"location": "import",
|
|
572
587
|
"path": "./model",
|
|
573
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
588
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
589
|
+
"referenceLocation": "DBTextareaProps"
|
|
574
590
|
}
|
|
575
591
|
}
|
|
576
592
|
},
|
|
@@ -595,7 +611,8 @@ export class DBTextarea {
|
|
|
595
611
|
"DBTextareaProps": {
|
|
596
612
|
"location": "import",
|
|
597
613
|
"path": "./model",
|
|
598
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
614
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
615
|
+
"referenceLocation": "DBTextareaProps"
|
|
599
616
|
}
|
|
600
617
|
}
|
|
601
618
|
},
|
|
@@ -620,7 +637,8 @@ export class DBTextarea {
|
|
|
620
637
|
"DBTextareaProps": {
|
|
621
638
|
"location": "import",
|
|
622
639
|
"path": "./model",
|
|
623
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
640
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
641
|
+
"referenceLocation": "DBTextareaProps"
|
|
624
642
|
}
|
|
625
643
|
}
|
|
626
644
|
},
|
|
@@ -645,7 +663,8 @@ export class DBTextarea {
|
|
|
645
663
|
"DBTextareaProps": {
|
|
646
664
|
"location": "import",
|
|
647
665
|
"path": "./model",
|
|
648
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
666
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
667
|
+
"referenceLocation": "DBTextareaProps"
|
|
649
668
|
}
|
|
650
669
|
}
|
|
651
670
|
},
|
|
@@ -670,7 +689,8 @@ export class DBTextarea {
|
|
|
670
689
|
"DBTextareaProps": {
|
|
671
690
|
"location": "import",
|
|
672
691
|
"path": "./model",
|
|
673
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
692
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
693
|
+
"referenceLocation": "DBTextareaProps"
|
|
674
694
|
}
|
|
675
695
|
}
|
|
676
696
|
},
|
|
@@ -695,7 +715,8 @@ export class DBTextarea {
|
|
|
695
715
|
"DBTextareaProps": {
|
|
696
716
|
"location": "import",
|
|
697
717
|
"path": "./model",
|
|
698
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
718
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
719
|
+
"referenceLocation": "DBTextareaProps"
|
|
699
720
|
}
|
|
700
721
|
}
|
|
701
722
|
},
|
|
@@ -720,7 +741,8 @@ export class DBTextarea {
|
|
|
720
741
|
"DBTextareaProps": {
|
|
721
742
|
"location": "import",
|
|
722
743
|
"path": "./model",
|
|
723
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
744
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
745
|
+
"referenceLocation": "DBTextareaProps"
|
|
724
746
|
}
|
|
725
747
|
}
|
|
726
748
|
},
|
|
@@ -745,7 +767,8 @@ export class DBTextarea {
|
|
|
745
767
|
"DBTextareaProps": {
|
|
746
768
|
"location": "import",
|
|
747
769
|
"path": "./model",
|
|
748
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
770
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
771
|
+
"referenceLocation": "DBTextareaProps"
|
|
749
772
|
}
|
|
750
773
|
}
|
|
751
774
|
},
|
|
@@ -770,7 +793,8 @@ export class DBTextarea {
|
|
|
770
793
|
"DBTextareaProps": {
|
|
771
794
|
"location": "import",
|
|
772
795
|
"path": "./model",
|
|
773
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
796
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
797
|
+
"referenceLocation": "DBTextareaProps"
|
|
774
798
|
}
|
|
775
799
|
}
|
|
776
800
|
},
|
|
@@ -795,7 +819,8 @@ export class DBTextarea {
|
|
|
795
819
|
"DBTextareaProps": {
|
|
796
820
|
"location": "import",
|
|
797
821
|
"path": "./model",
|
|
798
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
822
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
823
|
+
"referenceLocation": "DBTextareaProps"
|
|
799
824
|
}
|
|
800
825
|
}
|
|
801
826
|
},
|
|
@@ -820,7 +845,8 @@ export class DBTextarea {
|
|
|
820
845
|
"DBTextareaProps": {
|
|
821
846
|
"location": "import",
|
|
822
847
|
"path": "./model",
|
|
823
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
848
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
849
|
+
"referenceLocation": "DBTextareaProps"
|
|
824
850
|
}
|
|
825
851
|
}
|
|
826
852
|
},
|
|
@@ -845,7 +871,8 @@ export class DBTextarea {
|
|
|
845
871
|
"DBTextareaProps": {
|
|
846
872
|
"location": "import",
|
|
847
873
|
"path": "./model",
|
|
848
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
874
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
875
|
+
"referenceLocation": "DBTextareaProps"
|
|
849
876
|
}
|
|
850
877
|
}
|
|
851
878
|
},
|
|
@@ -870,7 +897,8 @@ export class DBTextarea {
|
|
|
870
897
|
"DBTextareaProps": {
|
|
871
898
|
"location": "import",
|
|
872
899
|
"path": "./model",
|
|
873
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
900
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
901
|
+
"referenceLocation": "DBTextareaProps"
|
|
874
902
|
}
|
|
875
903
|
}
|
|
876
904
|
},
|
|
@@ -895,7 +923,8 @@ export class DBTextarea {
|
|
|
895
923
|
"DBTextareaProps": {
|
|
896
924
|
"location": "import",
|
|
897
925
|
"path": "./model",
|
|
898
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
926
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
927
|
+
"referenceLocation": "DBTextareaProps"
|
|
899
928
|
}
|
|
900
929
|
}
|
|
901
930
|
},
|
|
@@ -920,7 +949,8 @@ export class DBTextarea {
|
|
|
920
949
|
"DBTextareaProps": {
|
|
921
950
|
"location": "import",
|
|
922
951
|
"path": "./model",
|
|
923
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
952
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
953
|
+
"referenceLocation": "DBTextareaProps"
|
|
924
954
|
}
|
|
925
955
|
}
|
|
926
956
|
},
|
|
@@ -945,7 +975,8 @@ export class DBTextarea {
|
|
|
945
975
|
"DBTextareaProps": {
|
|
946
976
|
"location": "import",
|
|
947
977
|
"path": "./model",
|
|
948
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
978
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
979
|
+
"referenceLocation": "DBTextareaProps"
|
|
949
980
|
}
|
|
950
981
|
}
|
|
951
982
|
},
|
|
@@ -970,7 +1001,8 @@ export class DBTextarea {
|
|
|
970
1001
|
"DBTextareaProps": {
|
|
971
1002
|
"location": "import",
|
|
972
1003
|
"path": "./model",
|
|
973
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
1004
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
1005
|
+
"referenceLocation": "DBTextareaProps"
|
|
974
1006
|
}
|
|
975
1007
|
}
|
|
976
1008
|
},
|
|
@@ -990,12 +1022,13 @@ export class DBTextarea {
|
|
|
990
1022
|
"mutable": false,
|
|
991
1023
|
"complexType": {
|
|
992
1024
|
"original": "DBTextareaProps[\"messageIcon\"]",
|
|
993
|
-
"resolved": "
|
|
1025
|
+
"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>",
|
|
994
1026
|
"references": {
|
|
995
1027
|
"DBTextareaProps": {
|
|
996
1028
|
"location": "import",
|
|
997
1029
|
"path": "./model",
|
|
998
|
-
"id": "src/components/textarea/model.ts::DBTextareaProps"
|
|
1030
|
+
"id": "src/components/textarea/model.ts::DBTextareaProps",
|
|
1031
|
+
"referenceLocation": "DBTextareaProps"
|
|
999
1032
|
}
|
|
1000
1033
|
}
|
|
1001
1034
|
},
|
|
@@ -1107,4 +1140,3 @@ export class DBTextarea {
|
|
|
1107
1140
|
}];
|
|
1108
1141
|
}
|
|
1109
1142
|
}
|
|
1110
|
-
//# sourceMappingURL=textarea.js.map
|
|
@@ -156,7 +156,8 @@ export class DBTooltip {
|
|
|
156
156
|
"DBTooltipProps": {
|
|
157
157
|
"location": "import",
|
|
158
158
|
"path": "./model",
|
|
159
|
-
"id": "src/components/tooltip/model.ts::DBTooltipProps"
|
|
159
|
+
"id": "src/components/tooltip/model.ts::DBTooltipProps",
|
|
160
|
+
"referenceLocation": "DBTooltipProps"
|
|
160
161
|
}
|
|
161
162
|
}
|
|
162
163
|
},
|
|
@@ -181,7 +182,8 @@ export class DBTooltip {
|
|
|
181
182
|
"DBTooltipProps": {
|
|
182
183
|
"location": "import",
|
|
183
184
|
"path": "./model",
|
|
184
|
-
"id": "src/components/tooltip/model.ts::DBTooltipProps"
|
|
185
|
+
"id": "src/components/tooltip/model.ts::DBTooltipProps",
|
|
186
|
+
"referenceLocation": "DBTooltipProps"
|
|
185
187
|
}
|
|
186
188
|
}
|
|
187
189
|
},
|
|
@@ -206,7 +208,8 @@ export class DBTooltip {
|
|
|
206
208
|
"DBTooltipProps": {
|
|
207
209
|
"location": "import",
|
|
208
210
|
"path": "./model",
|
|
209
|
-
"id": "src/components/tooltip/model.ts::DBTooltipProps"
|
|
211
|
+
"id": "src/components/tooltip/model.ts::DBTooltipProps",
|
|
212
|
+
"referenceLocation": "DBTooltipProps"
|
|
210
213
|
}
|
|
211
214
|
}
|
|
212
215
|
},
|
|
@@ -231,7 +234,8 @@ export class DBTooltip {
|
|
|
231
234
|
"DBTooltipProps": {
|
|
232
235
|
"location": "import",
|
|
233
236
|
"path": "./model",
|
|
234
|
-
"id": "src/components/tooltip/model.ts::DBTooltipProps"
|
|
237
|
+
"id": "src/components/tooltip/model.ts::DBTooltipProps",
|
|
238
|
+
"referenceLocation": "DBTooltipProps"
|
|
235
239
|
}
|
|
236
240
|
}
|
|
237
241
|
},
|
|
@@ -256,7 +260,8 @@ export class DBTooltip {
|
|
|
256
260
|
"DBTooltipProps": {
|
|
257
261
|
"location": "import",
|
|
258
262
|
"path": "./model",
|
|
259
|
-
"id": "src/components/tooltip/model.ts::DBTooltipProps"
|
|
263
|
+
"id": "src/components/tooltip/model.ts::DBTooltipProps",
|
|
264
|
+
"referenceLocation": "DBTooltipProps"
|
|
260
265
|
}
|
|
261
266
|
}
|
|
262
267
|
},
|
|
@@ -281,7 +286,8 @@ export class DBTooltip {
|
|
|
281
286
|
"DBTooltipProps": {
|
|
282
287
|
"location": "import",
|
|
283
288
|
"path": "./model",
|
|
284
|
-
"id": "src/components/tooltip/model.ts::DBTooltipProps"
|
|
289
|
+
"id": "src/components/tooltip/model.ts::DBTooltipProps",
|
|
290
|
+
"referenceLocation": "DBTooltipProps"
|
|
285
291
|
}
|
|
286
292
|
}
|
|
287
293
|
},
|
|
@@ -306,7 +312,8 @@ export class DBTooltip {
|
|
|
306
312
|
"DBTooltipProps": {
|
|
307
313
|
"location": "import",
|
|
308
314
|
"path": "./model",
|
|
309
|
-
"id": "src/components/tooltip/model.ts::DBTooltipProps"
|
|
315
|
+
"id": "src/components/tooltip/model.ts::DBTooltipProps",
|
|
316
|
+
"referenceLocation": "DBTooltipProps"
|
|
310
317
|
}
|
|
311
318
|
}
|
|
312
319
|
},
|
|
@@ -331,7 +338,8 @@ export class DBTooltip {
|
|
|
331
338
|
"DBTooltipProps": {
|
|
332
339
|
"location": "import",
|
|
333
340
|
"path": "./model",
|
|
334
|
-
"id": "src/components/tooltip/model.ts::DBTooltipProps"
|
|
341
|
+
"id": "src/components/tooltip/model.ts::DBTooltipProps",
|
|
342
|
+
"referenceLocation": "DBTooltipProps"
|
|
335
343
|
}
|
|
336
344
|
}
|
|
337
345
|
},
|
|
@@ -356,7 +364,8 @@ export class DBTooltip {
|
|
|
356
364
|
"DBTooltipProps": {
|
|
357
365
|
"location": "import",
|
|
358
366
|
"path": "./model",
|
|
359
|
-
"id": "src/components/tooltip/model.ts::DBTooltipProps"
|
|
367
|
+
"id": "src/components/tooltip/model.ts::DBTooltipProps",
|
|
368
|
+
"referenceLocation": "DBTooltipProps"
|
|
360
369
|
}
|
|
361
370
|
}
|
|
362
371
|
},
|
|
@@ -391,4 +400,3 @@ export class DBTooltip {
|
|
|
391
400
|
}];
|
|
392
401
|
}
|
|
393
402
|
}
|
|
394
|
-
//# sourceMappingURL=tooltip.js.map
|
package/dist/collection/index.js
CHANGED
|
@@ -90,4 +90,5 @@ export const TESTING_VIEWPORTS = [Object.assign({ name: 'desktop' }, DESKTOP_VIE
|
|
|
90
90
|
width: 768,
|
|
91
91
|
height: 1024
|
|
92
92
|
}, Object.assign({ name: 'mobile' }, DEFAULT_VIEWPORT)];
|
|
93
|
-
|
|
93
|
+
export const DB_UX_LOCAL_STORAGE_FRAMEWORK = 'db-ux-framework';
|
|
94
|
+
export const DB_UX_LOCAL_STORAGE_MODE = 'db-ux-mode';
|
|
@@ -21,4 +21,3 @@ export const AutoCompleteList = ['off', 'on', 'name', 'honorific-prefix', 'given
|
|
|
21
21
|
export const LinkTargetList = ['_self', '_blank', '_parent', '_top'];
|
|
22
22
|
export const LinkReferrerPolicyList = ['no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', 'unsafe-url'];
|
|
23
23
|
export const AlignmentList = ['start', 'center'];
|
|
24
|
-
//# sourceMappingURL=model.js.map
|