@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
|
@@ -41,10 +41,10 @@ export class DBLink {
|
|
|
41
41
|
this.enableAttributePassing(this._ref, "db-link");
|
|
42
42
|
}
|
|
43
43
|
render() {
|
|
44
|
-
var _a;
|
|
45
|
-
return (h("a", { key: '
|
|
44
|
+
var _a, _b;
|
|
45
|
+
return (h("a", { key: 'a43d8889621390017c07dda184c570e54d7f81e0', class: cls("db-link", this.className), ref: (el) => {
|
|
46
46
|
this._ref = el;
|
|
47
|
-
}, id: this.id, href: this.href, target: this.target, rel: this.rel, role: this.role, hrefLang: this.hreflang, "aria-disabled": getBooleanAsString(this.disabled), tabIndex: this.disabled ? -1 : 0, "data-size": this.size, "data-show-icon-trailing": getBooleanAsString((
|
|
47
|
+
}, id: this.id, href: this.href, target: this.target, rel: this.rel, role: this.role, referrerPolicy: (_a = this.referrerpolicy) !== null && _a !== void 0 ? _a : this.referrerPolicy, hrefLang: this.hreflang, "aria-disabled": getBooleanAsString(this.disabled), tabIndex: this.disabled ? -1 : 0, "data-size": this.size, "data-show-icon-trailing": getBooleanAsString((_b = this.showIcon) !== null && _b !== void 0 ? _b : true), "data-variant": this.variant, "data-content": this.content || "internal", "data-wrap": getBooleanAsString(this.wrap) }, this.text ? this.text : h("slot", null)));
|
|
48
48
|
}
|
|
49
49
|
static get is() { return "db-link"; }
|
|
50
50
|
static get properties() {
|
|
@@ -59,7 +59,8 @@ export class DBLink {
|
|
|
59
59
|
"DBLinkProps": {
|
|
60
60
|
"location": "import",
|
|
61
61
|
"path": "./model",
|
|
62
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
62
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
63
|
+
"referenceLocation": "DBLinkProps"
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
66
|
},
|
|
@@ -84,7 +85,8 @@ export class DBLink {
|
|
|
84
85
|
"DBLinkProps": {
|
|
85
86
|
"location": "import",
|
|
86
87
|
"path": "./model",
|
|
87
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
88
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
89
|
+
"referenceLocation": "DBLinkProps"
|
|
88
90
|
}
|
|
89
91
|
}
|
|
90
92
|
},
|
|
@@ -109,7 +111,8 @@ export class DBLink {
|
|
|
109
111
|
"DBLinkProps": {
|
|
110
112
|
"location": "import",
|
|
111
113
|
"path": "./model",
|
|
112
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
114
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
115
|
+
"referenceLocation": "DBLinkProps"
|
|
113
116
|
}
|
|
114
117
|
}
|
|
115
118
|
},
|
|
@@ -134,7 +137,8 @@ export class DBLink {
|
|
|
134
137
|
"DBLinkProps": {
|
|
135
138
|
"location": "import",
|
|
136
139
|
"path": "./model",
|
|
137
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
140
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
141
|
+
"referenceLocation": "DBLinkProps"
|
|
138
142
|
}
|
|
139
143
|
}
|
|
140
144
|
},
|
|
@@ -159,7 +163,8 @@ export class DBLink {
|
|
|
159
163
|
"DBLinkProps": {
|
|
160
164
|
"location": "import",
|
|
161
165
|
"path": "./model",
|
|
162
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
166
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
167
|
+
"referenceLocation": "DBLinkProps"
|
|
163
168
|
}
|
|
164
169
|
}
|
|
165
170
|
},
|
|
@@ -184,7 +189,8 @@ export class DBLink {
|
|
|
184
189
|
"DBLinkProps": {
|
|
185
190
|
"location": "import",
|
|
186
191
|
"path": "./model",
|
|
187
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
192
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
193
|
+
"referenceLocation": "DBLinkProps"
|
|
188
194
|
}
|
|
189
195
|
}
|
|
190
196
|
},
|
|
@@ -199,6 +205,58 @@ export class DBLink {
|
|
|
199
205
|
"reflect": false,
|
|
200
206
|
"attribute": "role"
|
|
201
207
|
},
|
|
208
|
+
"referrerpolicy": {
|
|
209
|
+
"type": "string",
|
|
210
|
+
"mutable": false,
|
|
211
|
+
"complexType": {
|
|
212
|
+
"original": "DBLinkProps[\"referrerpolicy\"]",
|
|
213
|
+
"resolved": "\"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\"",
|
|
214
|
+
"references": {
|
|
215
|
+
"DBLinkProps": {
|
|
216
|
+
"location": "import",
|
|
217
|
+
"path": "./model",
|
|
218
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
219
|
+
"referenceLocation": "DBLinkProps"
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"required": false,
|
|
224
|
+
"optional": false,
|
|
225
|
+
"docs": {
|
|
226
|
+
"tags": [],
|
|
227
|
+
"text": ""
|
|
228
|
+
},
|
|
229
|
+
"getter": false,
|
|
230
|
+
"setter": false,
|
|
231
|
+
"reflect": false,
|
|
232
|
+
"attribute": "referrerpolicy"
|
|
233
|
+
},
|
|
234
|
+
"referrerPolicy": {
|
|
235
|
+
"type": "string",
|
|
236
|
+
"mutable": false,
|
|
237
|
+
"complexType": {
|
|
238
|
+
"original": "DBLinkProps[\"referrerPolicy\"]",
|
|
239
|
+
"resolved": "\"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\"",
|
|
240
|
+
"references": {
|
|
241
|
+
"DBLinkProps": {
|
|
242
|
+
"location": "import",
|
|
243
|
+
"path": "./model",
|
|
244
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
245
|
+
"referenceLocation": "DBLinkProps"
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"required": false,
|
|
250
|
+
"optional": false,
|
|
251
|
+
"docs": {
|
|
252
|
+
"tags": [],
|
|
253
|
+
"text": ""
|
|
254
|
+
},
|
|
255
|
+
"getter": false,
|
|
256
|
+
"setter": false,
|
|
257
|
+
"reflect": false,
|
|
258
|
+
"attribute": "referrer-policy"
|
|
259
|
+
},
|
|
202
260
|
"hreflang": {
|
|
203
261
|
"type": "string",
|
|
204
262
|
"mutable": false,
|
|
@@ -209,7 +267,8 @@ export class DBLink {
|
|
|
209
267
|
"DBLinkProps": {
|
|
210
268
|
"location": "import",
|
|
211
269
|
"path": "./model",
|
|
212
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
270
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
271
|
+
"referenceLocation": "DBLinkProps"
|
|
213
272
|
}
|
|
214
273
|
}
|
|
215
274
|
},
|
|
@@ -234,7 +293,8 @@ export class DBLink {
|
|
|
234
293
|
"DBLinkProps": {
|
|
235
294
|
"location": "import",
|
|
236
295
|
"path": "./model",
|
|
237
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
296
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
297
|
+
"referenceLocation": "DBLinkProps"
|
|
238
298
|
}
|
|
239
299
|
}
|
|
240
300
|
},
|
|
@@ -259,7 +319,8 @@ export class DBLink {
|
|
|
259
319
|
"DBLinkProps": {
|
|
260
320
|
"location": "import",
|
|
261
321
|
"path": "./model",
|
|
262
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
322
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
323
|
+
"referenceLocation": "DBLinkProps"
|
|
263
324
|
}
|
|
264
325
|
}
|
|
265
326
|
},
|
|
@@ -284,7 +345,8 @@ export class DBLink {
|
|
|
284
345
|
"DBLinkProps": {
|
|
285
346
|
"location": "import",
|
|
286
347
|
"path": "./model",
|
|
287
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
348
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
349
|
+
"referenceLocation": "DBLinkProps"
|
|
288
350
|
}
|
|
289
351
|
}
|
|
290
352
|
},
|
|
@@ -309,7 +371,8 @@ export class DBLink {
|
|
|
309
371
|
"DBLinkProps": {
|
|
310
372
|
"location": "import",
|
|
311
373
|
"path": "./model",
|
|
312
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
374
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
375
|
+
"referenceLocation": "DBLinkProps"
|
|
313
376
|
}
|
|
314
377
|
}
|
|
315
378
|
},
|
|
@@ -334,7 +397,8 @@ export class DBLink {
|
|
|
334
397
|
"DBLinkProps": {
|
|
335
398
|
"location": "import",
|
|
336
399
|
"path": "./model",
|
|
337
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
400
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
401
|
+
"referenceLocation": "DBLinkProps"
|
|
338
402
|
}
|
|
339
403
|
}
|
|
340
404
|
},
|
|
@@ -359,7 +423,8 @@ export class DBLink {
|
|
|
359
423
|
"DBLinkProps": {
|
|
360
424
|
"location": "import",
|
|
361
425
|
"path": "./model",
|
|
362
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
426
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
427
|
+
"referenceLocation": "DBLinkProps"
|
|
363
428
|
}
|
|
364
429
|
}
|
|
365
430
|
},
|
|
@@ -384,7 +449,8 @@ export class DBLink {
|
|
|
384
449
|
"DBLinkProps": {
|
|
385
450
|
"location": "import",
|
|
386
451
|
"path": "./model",
|
|
387
|
-
"id": "src/components/link/model.ts::DBLinkProps"
|
|
452
|
+
"id": "src/components/link/model.ts::DBLinkProps",
|
|
453
|
+
"referenceLocation": "DBLinkProps"
|
|
388
454
|
}
|
|
389
455
|
}
|
|
390
456
|
},
|
|
@@ -402,4 +468,3 @@ export class DBLink {
|
|
|
402
468
|
};
|
|
403
469
|
}
|
|
404
470
|
}
|
|
405
|
-
//# sourceMappingURL=link.js.map
|
|
@@ -63,7 +63,8 @@ export class DBNavigation {
|
|
|
63
63
|
"DBNavigationProps": {
|
|
64
64
|
"location": "import",
|
|
65
65
|
"path": "./model",
|
|
66
|
-
"id": "src/components/navigation/model.ts::DBNavigationProps"
|
|
66
|
+
"id": "src/components/navigation/model.ts::DBNavigationProps",
|
|
67
|
+
"referenceLocation": "DBNavigationProps"
|
|
67
68
|
}
|
|
68
69
|
}
|
|
69
70
|
},
|
|
@@ -88,7 +89,8 @@ export class DBNavigation {
|
|
|
88
89
|
"DBNavigationProps": {
|
|
89
90
|
"location": "import",
|
|
90
91
|
"path": "./model",
|
|
91
|
-
"id": "src/components/navigation/model.ts::DBNavigationProps"
|
|
92
|
+
"id": "src/components/navigation/model.ts::DBNavigationProps",
|
|
93
|
+
"referenceLocation": "DBNavigationProps"
|
|
92
94
|
}
|
|
93
95
|
}
|
|
94
96
|
},
|
|
@@ -111,4 +113,3 @@ export class DBNavigation {
|
|
|
111
113
|
};
|
|
112
114
|
}
|
|
113
115
|
}
|
|
114
|
-
//# sourceMappingURL=navigation.js.map
|
|
@@ -123,7 +123,8 @@ export class DBNavigationItem {
|
|
|
123
123
|
"DBNavigationItemProps": {
|
|
124
124
|
"location": "import",
|
|
125
125
|
"path": "./model",
|
|
126
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
126
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
127
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
127
128
|
}
|
|
128
129
|
}
|
|
129
130
|
},
|
|
@@ -148,7 +149,8 @@ export class DBNavigationItem {
|
|
|
148
149
|
"DBNavigationItemProps": {
|
|
149
150
|
"location": "import",
|
|
150
151
|
"path": "./model",
|
|
151
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
152
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
153
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
152
154
|
}
|
|
153
155
|
}
|
|
154
156
|
},
|
|
@@ -173,7 +175,8 @@ export class DBNavigationItem {
|
|
|
173
175
|
"DBNavigationItemProps": {
|
|
174
176
|
"location": "import",
|
|
175
177
|
"path": "./model",
|
|
176
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
178
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
179
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
177
180
|
}
|
|
178
181
|
}
|
|
179
182
|
},
|
|
@@ -198,7 +201,8 @@ export class DBNavigationItem {
|
|
|
198
201
|
"DBNavigationItemProps": {
|
|
199
202
|
"location": "import",
|
|
200
203
|
"path": "./model",
|
|
201
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
204
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
205
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
202
206
|
}
|
|
203
207
|
}
|
|
204
208
|
},
|
|
@@ -218,12 +222,13 @@ export class DBNavigationItem {
|
|
|
218
222
|
"mutable": false,
|
|
219
223
|
"complexType": {
|
|
220
224
|
"original": "DBNavigationItemProps[\"icon\"]",
|
|
221
|
-
"resolved": "
|
|
225
|
+
"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>",
|
|
222
226
|
"references": {
|
|
223
227
|
"DBNavigationItemProps": {
|
|
224
228
|
"location": "import",
|
|
225
229
|
"path": "./model",
|
|
226
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
230
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
231
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
227
232
|
}
|
|
228
233
|
}
|
|
229
234
|
},
|
|
@@ -248,7 +253,8 @@ export class DBNavigationItem {
|
|
|
248
253
|
"DBNavigationItemProps": {
|
|
249
254
|
"location": "import",
|
|
250
255
|
"path": "./model",
|
|
251
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
256
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
257
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
252
258
|
}
|
|
253
259
|
}
|
|
254
260
|
},
|
|
@@ -273,7 +279,8 @@ export class DBNavigationItem {
|
|
|
273
279
|
"DBNavigationItemProps": {
|
|
274
280
|
"location": "import",
|
|
275
281
|
"path": "./model",
|
|
276
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
282
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
283
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
277
284
|
}
|
|
278
285
|
}
|
|
279
286
|
},
|
|
@@ -298,7 +305,8 @@ export class DBNavigationItem {
|
|
|
298
305
|
"DBNavigationItemProps": {
|
|
299
306
|
"location": "import",
|
|
300
307
|
"path": "./model",
|
|
301
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
308
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
309
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
302
310
|
}
|
|
303
311
|
}
|
|
304
312
|
},
|
|
@@ -323,7 +331,8 @@ export class DBNavigationItem {
|
|
|
323
331
|
"DBNavigationItemProps": {
|
|
324
332
|
"location": "import",
|
|
325
333
|
"path": "./model",
|
|
326
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
334
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
335
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
327
336
|
}
|
|
328
337
|
}
|
|
329
338
|
},
|
|
@@ -348,7 +357,8 @@ export class DBNavigationItem {
|
|
|
348
357
|
"DBNavigationItemProps": {
|
|
349
358
|
"location": "import",
|
|
350
359
|
"path": "./model",
|
|
351
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
360
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
361
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
352
362
|
}
|
|
353
363
|
}
|
|
354
364
|
},
|
|
@@ -373,7 +383,8 @@ export class DBNavigationItem {
|
|
|
373
383
|
"DBNavigationItemProps": {
|
|
374
384
|
"location": "import",
|
|
375
385
|
"path": "./model",
|
|
376
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
386
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
387
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
377
388
|
}
|
|
378
389
|
}
|
|
379
390
|
},
|
|
@@ -398,7 +409,8 @@ export class DBNavigationItem {
|
|
|
398
409
|
"DBNavigationItemProps": {
|
|
399
410
|
"location": "import",
|
|
400
411
|
"path": "./model",
|
|
401
|
-
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps"
|
|
412
|
+
"id": "src/components/navigation-item/model.ts::DBNavigationItemProps",
|
|
413
|
+
"referenceLocation": "DBNavigationItemProps"
|
|
402
414
|
}
|
|
403
415
|
}
|
|
404
416
|
},
|
|
@@ -457,4 +469,3 @@ export class DBNavigationItem {
|
|
|
457
469
|
}];
|
|
458
470
|
}
|
|
459
471
|
}
|
|
460
|
-
//# sourceMappingURL=navigation-item.js.map
|
|
@@ -69,7 +69,8 @@ export class DBNotification {
|
|
|
69
69
|
"DBNotificationProps": {
|
|
70
70
|
"location": "import",
|
|
71
71
|
"path": "./model",
|
|
72
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
72
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
73
|
+
"referenceLocation": "DBNotificationProps"
|
|
73
74
|
}
|
|
74
75
|
}
|
|
75
76
|
},
|
|
@@ -94,7 +95,8 @@ export class DBNotification {
|
|
|
94
95
|
"DBNotificationProps": {
|
|
95
96
|
"location": "import",
|
|
96
97
|
"path": "./model",
|
|
97
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
98
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
99
|
+
"referenceLocation": "DBNotificationProps"
|
|
98
100
|
}
|
|
99
101
|
}
|
|
100
102
|
},
|
|
@@ -119,7 +121,8 @@ export class DBNotification {
|
|
|
119
121
|
"DBNotificationProps": {
|
|
120
122
|
"location": "import",
|
|
121
123
|
"path": "./model",
|
|
122
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
124
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
125
|
+
"referenceLocation": "DBNotificationProps"
|
|
123
126
|
}
|
|
124
127
|
}
|
|
125
128
|
},
|
|
@@ -144,7 +147,8 @@ export class DBNotification {
|
|
|
144
147
|
"DBNotificationProps": {
|
|
145
148
|
"location": "import",
|
|
146
149
|
"path": "./model",
|
|
147
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
150
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
151
|
+
"referenceLocation": "DBNotificationProps"
|
|
148
152
|
}
|
|
149
153
|
}
|
|
150
154
|
},
|
|
@@ -169,7 +173,8 @@ export class DBNotification {
|
|
|
169
173
|
"DBNotificationProps": {
|
|
170
174
|
"location": "import",
|
|
171
175
|
"path": "./model",
|
|
172
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
176
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
177
|
+
"referenceLocation": "DBNotificationProps"
|
|
173
178
|
}
|
|
174
179
|
}
|
|
175
180
|
},
|
|
@@ -194,7 +199,8 @@ export class DBNotification {
|
|
|
194
199
|
"DBNotificationProps": {
|
|
195
200
|
"location": "import",
|
|
196
201
|
"path": "./model",
|
|
197
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
202
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
203
|
+
"referenceLocation": "DBNotificationProps"
|
|
198
204
|
}
|
|
199
205
|
}
|
|
200
206
|
},
|
|
@@ -214,12 +220,13 @@ export class DBNotification {
|
|
|
214
220
|
"mutable": false,
|
|
215
221
|
"complexType": {
|
|
216
222
|
"original": "DBNotificationProps[\"icon\"]",
|
|
217
|
-
"resolved": "
|
|
223
|
+
"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>",
|
|
218
224
|
"references": {
|
|
219
225
|
"DBNotificationProps": {
|
|
220
226
|
"location": "import",
|
|
221
227
|
"path": "./model",
|
|
222
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
228
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
229
|
+
"referenceLocation": "DBNotificationProps"
|
|
223
230
|
}
|
|
224
231
|
}
|
|
225
232
|
},
|
|
@@ -244,7 +251,8 @@ export class DBNotification {
|
|
|
244
251
|
"DBNotificationProps": {
|
|
245
252
|
"location": "import",
|
|
246
253
|
"path": "./model",
|
|
247
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
254
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
255
|
+
"referenceLocation": "DBNotificationProps"
|
|
248
256
|
}
|
|
249
257
|
}
|
|
250
258
|
},
|
|
@@ -269,7 +277,8 @@ export class DBNotification {
|
|
|
269
277
|
"DBNotificationProps": {
|
|
270
278
|
"location": "import",
|
|
271
279
|
"path": "./model",
|
|
272
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
280
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
281
|
+
"referenceLocation": "DBNotificationProps"
|
|
273
282
|
}
|
|
274
283
|
}
|
|
275
284
|
},
|
|
@@ -294,7 +303,8 @@ export class DBNotification {
|
|
|
294
303
|
"DBNotificationProps": {
|
|
295
304
|
"location": "import",
|
|
296
305
|
"path": "./model",
|
|
297
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
306
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
307
|
+
"referenceLocation": "DBNotificationProps"
|
|
298
308
|
}
|
|
299
309
|
}
|
|
300
310
|
},
|
|
@@ -319,7 +329,8 @@ export class DBNotification {
|
|
|
319
329
|
"DBNotificationProps": {
|
|
320
330
|
"location": "import",
|
|
321
331
|
"path": "./model",
|
|
322
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
332
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
333
|
+
"referenceLocation": "DBNotificationProps"
|
|
323
334
|
}
|
|
324
335
|
}
|
|
325
336
|
},
|
|
@@ -344,7 +355,8 @@ export class DBNotification {
|
|
|
344
355
|
"DBNotificationProps": {
|
|
345
356
|
"location": "import",
|
|
346
357
|
"path": "./model",
|
|
347
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
358
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
359
|
+
"referenceLocation": "DBNotificationProps"
|
|
348
360
|
}
|
|
349
361
|
}
|
|
350
362
|
},
|
|
@@ -369,7 +381,8 @@ export class DBNotification {
|
|
|
369
381
|
"DBNotificationProps": {
|
|
370
382
|
"location": "import",
|
|
371
383
|
"path": "./model",
|
|
372
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
384
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
385
|
+
"referenceLocation": "DBNotificationProps"
|
|
373
386
|
}
|
|
374
387
|
}
|
|
375
388
|
},
|
|
@@ -394,7 +407,8 @@ export class DBNotification {
|
|
|
394
407
|
"DBNotificationProps": {
|
|
395
408
|
"location": "import",
|
|
396
409
|
"path": "./model",
|
|
397
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
410
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
411
|
+
"referenceLocation": "DBNotificationProps"
|
|
398
412
|
}
|
|
399
413
|
}
|
|
400
414
|
},
|
|
@@ -419,7 +433,8 @@ export class DBNotification {
|
|
|
419
433
|
"DBNotificationProps": {
|
|
420
434
|
"location": "import",
|
|
421
435
|
"path": "./model",
|
|
422
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
436
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
437
|
+
"referenceLocation": "DBNotificationProps"
|
|
423
438
|
}
|
|
424
439
|
}
|
|
425
440
|
},
|
|
@@ -444,7 +459,8 @@ export class DBNotification {
|
|
|
444
459
|
"DBNotificationProps": {
|
|
445
460
|
"location": "import",
|
|
446
461
|
"path": "./model",
|
|
447
|
-
"id": "src/components/notification/model.ts::DBNotificationProps"
|
|
462
|
+
"id": "src/components/notification/model.ts::DBNotificationProps",
|
|
463
|
+
"referenceLocation": "DBNotificationProps"
|
|
448
464
|
}
|
|
449
465
|
}
|
|
450
466
|
},
|
|
@@ -480,4 +496,3 @@ export class DBNotification {
|
|
|
480
496
|
}];
|
|
481
497
|
}
|
|
482
498
|
}
|
|
483
|
-
//# sourceMappingURL=notification.js.map
|
|
@@ -78,7 +78,8 @@ export class DBPage {
|
|
|
78
78
|
"DBPageProps": {
|
|
79
79
|
"location": "import",
|
|
80
80
|
"path": "./model",
|
|
81
|
-
"id": "src/components/page/model.ts::DBPageProps"
|
|
81
|
+
"id": "src/components/page/model.ts::DBPageProps",
|
|
82
|
+
"referenceLocation": "DBPageProps"
|
|
82
83
|
}
|
|
83
84
|
}
|
|
84
85
|
},
|
|
@@ -103,7 +104,8 @@ export class DBPage {
|
|
|
103
104
|
"DBPageProps": {
|
|
104
105
|
"location": "import",
|
|
105
106
|
"path": "./model",
|
|
106
|
-
"id": "src/components/page/model.ts::DBPageProps"
|
|
107
|
+
"id": "src/components/page/model.ts::DBPageProps",
|
|
108
|
+
"referenceLocation": "DBPageProps"
|
|
107
109
|
}
|
|
108
110
|
}
|
|
109
111
|
},
|
|
@@ -128,7 +130,8 @@ export class DBPage {
|
|
|
128
130
|
"DBPageProps": {
|
|
129
131
|
"location": "import",
|
|
130
132
|
"path": "./model",
|
|
131
|
-
"id": "src/components/page/model.ts::DBPageProps"
|
|
133
|
+
"id": "src/components/page/model.ts::DBPageProps",
|
|
134
|
+
"referenceLocation": "DBPageProps"
|
|
132
135
|
}
|
|
133
136
|
}
|
|
134
137
|
},
|
|
@@ -153,7 +156,8 @@ export class DBPage {
|
|
|
153
156
|
"DBPageProps": {
|
|
154
157
|
"location": "import",
|
|
155
158
|
"path": "./model",
|
|
156
|
-
"id": "src/components/page/model.ts::DBPageProps"
|
|
159
|
+
"id": "src/components/page/model.ts::DBPageProps",
|
|
160
|
+
"referenceLocation": "DBPageProps"
|
|
157
161
|
}
|
|
158
162
|
}
|
|
159
163
|
},
|
|
@@ -178,7 +182,8 @@ export class DBPage {
|
|
|
178
182
|
"DBPageProps": {
|
|
179
183
|
"location": "import",
|
|
180
184
|
"path": "./model",
|
|
181
|
-
"id": "src/components/page/model.ts::DBPageProps"
|
|
185
|
+
"id": "src/components/page/model.ts::DBPageProps",
|
|
186
|
+
"referenceLocation": "DBPageProps"
|
|
182
187
|
}
|
|
183
188
|
}
|
|
184
189
|
},
|
|
@@ -203,7 +208,8 @@ export class DBPage {
|
|
|
203
208
|
"DBPageProps": {
|
|
204
209
|
"location": "import",
|
|
205
210
|
"path": "./model",
|
|
206
|
-
"id": "src/components/page/model.ts::DBPageProps"
|
|
211
|
+
"id": "src/components/page/model.ts::DBPageProps",
|
|
212
|
+
"referenceLocation": "DBPageProps"
|
|
207
213
|
}
|
|
208
214
|
}
|
|
209
215
|
},
|
|
@@ -226,4 +232,3 @@ export class DBPage {
|
|
|
226
232
|
};
|
|
227
233
|
}
|
|
228
234
|
}
|
|
229
|
-
//# sourceMappingURL=page.js.map
|