@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
|
@@ -59,7 +59,8 @@ export class DBInfotext {
|
|
|
59
59
|
"DBInfotextProps": {
|
|
60
60
|
"location": "import",
|
|
61
61
|
"path": "./model",
|
|
62
|
-
"id": "src/components/infotext/model.ts::DBInfotextProps"
|
|
62
|
+
"id": "src/components/infotext/model.ts::DBInfotextProps",
|
|
63
|
+
"referenceLocation": "DBInfotextProps"
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
66
|
},
|
|
@@ -84,7 +85,8 @@ export class DBInfotext {
|
|
|
84
85
|
"DBInfotextProps": {
|
|
85
86
|
"location": "import",
|
|
86
87
|
"path": "./model",
|
|
87
|
-
"id": "src/components/infotext/model.ts::DBInfotextProps"
|
|
88
|
+
"id": "src/components/infotext/model.ts::DBInfotextProps",
|
|
89
|
+
"referenceLocation": "DBInfotextProps"
|
|
88
90
|
}
|
|
89
91
|
}
|
|
90
92
|
},
|
|
@@ -104,12 +106,13 @@ export class DBInfotext {
|
|
|
104
106
|
"mutable": false,
|
|
105
107
|
"complexType": {
|
|
106
108
|
"original": "DBInfotextProps[\"icon\"]",
|
|
107
|
-
"resolved": "
|
|
109
|
+
"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>",
|
|
108
110
|
"references": {
|
|
109
111
|
"DBInfotextProps": {
|
|
110
112
|
"location": "import",
|
|
111
113
|
"path": "./model",
|
|
112
|
-
"id": "src/components/infotext/model.ts::DBInfotextProps"
|
|
114
|
+
"id": "src/components/infotext/model.ts::DBInfotextProps",
|
|
115
|
+
"referenceLocation": "DBInfotextProps"
|
|
113
116
|
}
|
|
114
117
|
}
|
|
115
118
|
},
|
|
@@ -134,7 +137,8 @@ export class DBInfotext {
|
|
|
134
137
|
"DBInfotextProps": {
|
|
135
138
|
"location": "import",
|
|
136
139
|
"path": "./model",
|
|
137
|
-
"id": "src/components/infotext/model.ts::DBInfotextProps"
|
|
140
|
+
"id": "src/components/infotext/model.ts::DBInfotextProps",
|
|
141
|
+
"referenceLocation": "DBInfotextProps"
|
|
138
142
|
}
|
|
139
143
|
}
|
|
140
144
|
},
|
|
@@ -159,7 +163,8 @@ export class DBInfotext {
|
|
|
159
163
|
"DBInfotextProps": {
|
|
160
164
|
"location": "import",
|
|
161
165
|
"path": "./model",
|
|
162
|
-
"id": "src/components/infotext/model.ts::DBInfotextProps"
|
|
166
|
+
"id": "src/components/infotext/model.ts::DBInfotextProps",
|
|
167
|
+
"referenceLocation": "DBInfotextProps"
|
|
163
168
|
}
|
|
164
169
|
}
|
|
165
170
|
},
|
|
@@ -184,7 +189,8 @@ export class DBInfotext {
|
|
|
184
189
|
"DBInfotextProps": {
|
|
185
190
|
"location": "import",
|
|
186
191
|
"path": "./model",
|
|
187
|
-
"id": "src/components/infotext/model.ts::DBInfotextProps"
|
|
192
|
+
"id": "src/components/infotext/model.ts::DBInfotextProps",
|
|
193
|
+
"referenceLocation": "DBInfotextProps"
|
|
188
194
|
}
|
|
189
195
|
}
|
|
190
196
|
},
|
|
@@ -209,7 +215,8 @@ export class DBInfotext {
|
|
|
209
215
|
"DBInfotextProps": {
|
|
210
216
|
"location": "import",
|
|
211
217
|
"path": "./model",
|
|
212
|
-
"id": "src/components/infotext/model.ts::DBInfotextProps"
|
|
218
|
+
"id": "src/components/infotext/model.ts::DBInfotextProps",
|
|
219
|
+
"referenceLocation": "DBInfotextProps"
|
|
213
220
|
}
|
|
214
221
|
}
|
|
215
222
|
},
|
|
@@ -227,4 +234,3 @@ export class DBInfotext {
|
|
|
227
234
|
};
|
|
228
235
|
}
|
|
229
236
|
}
|
|
230
|
-
//# sourceMappingURL=infotext.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DEFAULT_DATALIST_ID_SUFFIX, DEFAULT_INVALID_MESSAGE, DEFAULT_INVALID_MESSAGE_ID_SUFFIX, DEFAULT_LABEL, DEFAULT_MESSAGE_ID_SUFFIX, DEFAULT_PLACEHOLDER, DEFAULT_VALID_MESSAGE, DEFAULT_VALID_MESSAGE_ID_SUFFIX, } from "../../shared/constants";
|
|
2
|
-
import { cls, delay, getBoolean, getBooleanAsString, getHideProp, getInputValue, getNumber, hasVoiceOver, isArrayOfStrings, isIOSSafari, stringPropVisible, uuid, } from "../../utils";
|
|
2
|
+
import { cls, delay, getBoolean, getBooleanAsString, getHideProp, getInputValue, getNumber, getStep, hasVoiceOver, isArrayOfStrings, isIOSSafari, stringPropVisible, uuid, } from "../../utils";
|
|
3
3
|
import { addValueResetEventListener, } from "../../utils/form-components";
|
|
4
4
|
import { h, } from "@stencil/core";
|
|
5
5
|
/**
|
|
@@ -191,9 +191,9 @@ export class DBInput {
|
|
|
191
191
|
}
|
|
192
192
|
render() {
|
|
193
193
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
194
|
-
return (h("div", { key: '
|
|
194
|
+
return (h("div", { key: '67eb319a65364be7bb4bba4f0fac864e8b12f1d3', class: cls("db-input", this.className), "data-variant": this.variant, "data-hide-label": getHideProp(this.showLabel), "data-show-icon": getBooleanAsString((_a = this.showIconLeading) !== null && _a !== void 0 ? _a : this.showIcon), "data-icon": (_b = this.iconLeading) !== null && _b !== void 0 ? _b : this.icon, "data-icon-trailing": this.iconTrailing, "data-hide-asterisk": getHideProp(this.showRequiredAsterisk), "data-show-icon-trailing": getBooleanAsString(this.showIconTrailing) }, h("label", { key: 'd305e5bcf15985ae7c287db6b93971c02f525fbd', htmlFor: this._id }, (_c = this.label) !== null && _c !== void 0 ? _c : DEFAULT_LABEL), h("input", { key: '1951499d2ab18789993eafac4d3c6b5a711e4b58', "aria-invalid": this.validation === "invalid", "data-custom-validity": this.validation, "data-field-sizing": this.fieldSizing, ref: (el) => {
|
|
195
195
|
this._ref = el;
|
|
196
|
-
}, id: this._id, name: this.name, type: this.type || "text", multiple: getBoolean(this.multiple, "multiple"), placeholder: (_d = this.placeholder) !== null && _d !== void 0 ? _d : DEFAULT_PLACEHOLDER, disabled: getBoolean(this.disabled, "disabled"), required: getBoolean(this.required, "required"), step:
|
|
196
|
+
}, id: this._id, name: this.name, type: this.type || "text", multiple: getBoolean(this.multiple, "multiple"), placeholder: (_d = this.placeholder) !== null && _d !== void 0 ? _d : DEFAULT_PLACEHOLDER, disabled: getBoolean(this.disabled, "disabled"), required: getBoolean(this.required, "required"), step: getStep(this.step), value: (_e = this.value) !== null && _e !== void 0 ? _e : this._value, maxLength: getNumber(this.maxLength, this.maxlength), minLength: getNumber(this.minLength, this.minlength), max: getInputValue(this.max, this.type), min: getInputValue(this.min, this.type), readOnly: getBoolean(this.readOnly, "readOnly") ||
|
|
197
197
|
getBoolean(this.readonly, "readonly"), form: this.form, pattern: this.pattern, size: this.size, autoComplete: this.autocomplete, autoFocus: getBoolean(this.autofocus, "autofocus"), enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, onInput: (event) => this.handleInput(event), onChange: (event) => this.handleChange(event), onBlur: (event) => this.handleBlur(event), onFocus: (event) => this.handleFocus(event), list: this.dataList && this._dataListId, "aria-describedby": (_f = this.ariaDescribedBy) !== null && _f !== void 0 ? _f : this._descByIds, role: [
|
|
198
198
|
"datetime-local",
|
|
199
199
|
"date",
|
|
@@ -203,7 +203,7 @@ export class DBInput {
|
|
|
203
203
|
"color",
|
|
204
204
|
].includes((_g = this.type) !== null && _g !== void 0 ? _g : "") && isIOSSafari()
|
|
205
205
|
? "textbox"
|
|
206
|
-
: undefined }), this.dataList ? (h("datalist", { id: this._dataListId }, (_h = this.getDataList()) === null || _h === void 0 ? void 0 : _h.map((option) => (h("option", { key: this._dataListId + "-option-" + option.value, value: option.value }, option.label))))) : null, h("slot", { key: '
|
|
206
|
+
: undefined }), this.dataList ? (h("datalist", { id: this._dataListId }, (_h = this.getDataList()) === null || _h === void 0 ? void 0 : _h.map((option) => (h("option", { key: this._dataListId + "-option-" + option.value, value: option.value }, option.label))))) : null, h("slot", { key: '90c59c82c57e5189693b954d999493372af62970' }), stringPropVisible(this.message, this.showMessage) ? (h("db-infotext", { size: this.messageSize || "small", icon: this.messageIcon, id: this._messageId }, this.message)) : null, this.hasValidState() ? (h("db-infotext", { semantic: "successful", id: this._validMessageId, size: this.validMessageSize || "small" }, this.validMessage || DEFAULT_VALID_MESSAGE)) : null, h("db-infotext", { key: 'aa671024bc3badc32ee4bf59528878e4ef91a581', semantic: "critical", id: this._invalidMessageId, size: this.invalidMessageSize || "small" }, this._invalidMessage), h("span", { key: '215d6ace4fc3da52ad43afd52dbcf03347056958', "data-visually-hidden": "true", role: "status" }, this._voiceOverFallback)));
|
|
207
207
|
}
|
|
208
208
|
static get is() { return "db-input"; }
|
|
209
209
|
static get properties() {
|
|
@@ -218,7 +218,8 @@ export class DBInput {
|
|
|
218
218
|
"DBInputProps": {
|
|
219
219
|
"location": "import",
|
|
220
220
|
"path": "./model",
|
|
221
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
221
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
222
|
+
"referenceLocation": "DBInputProps"
|
|
222
223
|
}
|
|
223
224
|
}
|
|
224
225
|
},
|
|
@@ -243,7 +244,8 @@ export class DBInput {
|
|
|
243
244
|
"DBInputProps": {
|
|
244
245
|
"location": "import",
|
|
245
246
|
"path": "./model",
|
|
246
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
247
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
248
|
+
"referenceLocation": "DBInputProps"
|
|
247
249
|
}
|
|
248
250
|
}
|
|
249
251
|
},
|
|
@@ -268,7 +270,8 @@ export class DBInput {
|
|
|
268
270
|
"DBInputProps": {
|
|
269
271
|
"location": "import",
|
|
270
272
|
"path": "./model",
|
|
271
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
273
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
274
|
+
"referenceLocation": "DBInputProps"
|
|
272
275
|
}
|
|
273
276
|
}
|
|
274
277
|
},
|
|
@@ -293,7 +296,8 @@ export class DBInput {
|
|
|
293
296
|
"DBInputProps": {
|
|
294
297
|
"location": "import",
|
|
295
298
|
"path": "./model",
|
|
296
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
299
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
300
|
+
"referenceLocation": "DBInputProps"
|
|
297
301
|
}
|
|
298
302
|
}
|
|
299
303
|
},
|
|
@@ -318,7 +322,8 @@ export class DBInput {
|
|
|
318
322
|
"DBInputProps": {
|
|
319
323
|
"location": "import",
|
|
320
324
|
"path": "./model",
|
|
321
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
325
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
326
|
+
"referenceLocation": "DBInputProps"
|
|
322
327
|
}
|
|
323
328
|
}
|
|
324
329
|
},
|
|
@@ -343,7 +348,8 @@ export class DBInput {
|
|
|
343
348
|
"DBInputProps": {
|
|
344
349
|
"location": "import",
|
|
345
350
|
"path": "./model",
|
|
346
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
351
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
352
|
+
"referenceLocation": "DBInputProps"
|
|
347
353
|
}
|
|
348
354
|
}
|
|
349
355
|
},
|
|
@@ -368,7 +374,8 @@ export class DBInput {
|
|
|
368
374
|
"DBInputProps": {
|
|
369
375
|
"location": "import",
|
|
370
376
|
"path": "./model",
|
|
371
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
377
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
378
|
+
"referenceLocation": "DBInputProps"
|
|
372
379
|
}
|
|
373
380
|
}
|
|
374
381
|
},
|
|
@@ -393,7 +400,8 @@ export class DBInput {
|
|
|
393
400
|
"DBInputProps": {
|
|
394
401
|
"location": "import",
|
|
395
402
|
"path": "./model",
|
|
396
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
403
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
404
|
+
"referenceLocation": "DBInputProps"
|
|
397
405
|
}
|
|
398
406
|
}
|
|
399
407
|
},
|
|
@@ -418,7 +426,8 @@ export class DBInput {
|
|
|
418
426
|
"DBInputProps": {
|
|
419
427
|
"location": "import",
|
|
420
428
|
"path": "./model",
|
|
421
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
429
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
430
|
+
"referenceLocation": "DBInputProps"
|
|
422
431
|
}
|
|
423
432
|
}
|
|
424
433
|
},
|
|
@@ -443,7 +452,8 @@ export class DBInput {
|
|
|
443
452
|
"DBInputProps": {
|
|
444
453
|
"location": "import",
|
|
445
454
|
"path": "./model",
|
|
446
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
455
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
456
|
+
"referenceLocation": "DBInputProps"
|
|
447
457
|
}
|
|
448
458
|
}
|
|
449
459
|
},
|
|
@@ -468,7 +478,8 @@ export class DBInput {
|
|
|
468
478
|
"DBInputProps": {
|
|
469
479
|
"location": "import",
|
|
470
480
|
"path": "./model",
|
|
471
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
481
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
482
|
+
"referenceLocation": "DBInputProps"
|
|
472
483
|
}
|
|
473
484
|
}
|
|
474
485
|
},
|
|
@@ -493,7 +504,8 @@ export class DBInput {
|
|
|
493
504
|
"DBInputProps": {
|
|
494
505
|
"location": "import",
|
|
495
506
|
"path": "./model",
|
|
496
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
507
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
508
|
+
"referenceLocation": "DBInputProps"
|
|
497
509
|
}
|
|
498
510
|
}
|
|
499
511
|
},
|
|
@@ -518,7 +530,8 @@ export class DBInput {
|
|
|
518
530
|
"DBInputProps": {
|
|
519
531
|
"location": "import",
|
|
520
532
|
"path": "./model",
|
|
521
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
533
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
534
|
+
"referenceLocation": "DBInputProps"
|
|
522
535
|
}
|
|
523
536
|
}
|
|
524
537
|
},
|
|
@@ -541,7 +554,8 @@ export class DBInput {
|
|
|
541
554
|
"DBInputProps": {
|
|
542
555
|
"location": "import",
|
|
543
556
|
"path": "./model",
|
|
544
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
557
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
558
|
+
"referenceLocation": "DBInputProps"
|
|
545
559
|
}
|
|
546
560
|
}
|
|
547
561
|
},
|
|
@@ -566,7 +580,8 @@ export class DBInput {
|
|
|
566
580
|
"DBInputProps": {
|
|
567
581
|
"location": "import",
|
|
568
582
|
"path": "./model",
|
|
569
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
583
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
584
|
+
"referenceLocation": "DBInputProps"
|
|
570
585
|
}
|
|
571
586
|
}
|
|
572
587
|
},
|
|
@@ -591,7 +606,8 @@ export class DBInput {
|
|
|
591
606
|
"DBInputProps": {
|
|
592
607
|
"location": "import",
|
|
593
608
|
"path": "./model",
|
|
594
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
609
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
610
|
+
"referenceLocation": "DBInputProps"
|
|
595
611
|
}
|
|
596
612
|
}
|
|
597
613
|
},
|
|
@@ -616,7 +632,8 @@ export class DBInput {
|
|
|
616
632
|
"DBInputProps": {
|
|
617
633
|
"location": "import",
|
|
618
634
|
"path": "./model",
|
|
619
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
635
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
636
|
+
"referenceLocation": "DBInputProps"
|
|
620
637
|
}
|
|
621
638
|
}
|
|
622
639
|
},
|
|
@@ -641,7 +658,8 @@ export class DBInput {
|
|
|
641
658
|
"DBInputProps": {
|
|
642
659
|
"location": "import",
|
|
643
660
|
"path": "./model",
|
|
644
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
661
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
662
|
+
"referenceLocation": "DBInputProps"
|
|
645
663
|
}
|
|
646
664
|
}
|
|
647
665
|
},
|
|
@@ -661,12 +679,13 @@ export class DBInput {
|
|
|
661
679
|
"mutable": false,
|
|
662
680
|
"complexType": {
|
|
663
681
|
"original": "DBInputProps[\"iconLeading\"]",
|
|
664
|
-
"resolved": "
|
|
682
|
+
"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>",
|
|
665
683
|
"references": {
|
|
666
684
|
"DBInputProps": {
|
|
667
685
|
"location": "import",
|
|
668
686
|
"path": "./model",
|
|
669
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
687
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
688
|
+
"referenceLocation": "DBInputProps"
|
|
670
689
|
}
|
|
671
690
|
}
|
|
672
691
|
},
|
|
@@ -686,12 +705,13 @@ export class DBInput {
|
|
|
686
705
|
"mutable": false,
|
|
687
706
|
"complexType": {
|
|
688
707
|
"original": "DBInputProps[\"icon\"]",
|
|
689
|
-
"resolved": "
|
|
708
|
+
"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>",
|
|
690
709
|
"references": {
|
|
691
710
|
"DBInputProps": {
|
|
692
711
|
"location": "import",
|
|
693
712
|
"path": "./model",
|
|
694
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
713
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
714
|
+
"referenceLocation": "DBInputProps"
|
|
695
715
|
}
|
|
696
716
|
}
|
|
697
717
|
},
|
|
@@ -711,12 +731,13 @@ export class DBInput {
|
|
|
711
731
|
"mutable": false,
|
|
712
732
|
"complexType": {
|
|
713
733
|
"original": "DBInputProps[\"iconTrailing\"]",
|
|
714
|
-
"resolved": "
|
|
734
|
+
"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>",
|
|
715
735
|
"references": {
|
|
716
736
|
"DBInputProps": {
|
|
717
737
|
"location": "import",
|
|
718
738
|
"path": "./model",
|
|
719
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
739
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
740
|
+
"referenceLocation": "DBInputProps"
|
|
720
741
|
}
|
|
721
742
|
}
|
|
722
743
|
},
|
|
@@ -741,7 +762,8 @@ export class DBInput {
|
|
|
741
762
|
"DBInputProps": {
|
|
742
763
|
"location": "import",
|
|
743
764
|
"path": "./model",
|
|
744
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
765
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
766
|
+
"referenceLocation": "DBInputProps"
|
|
745
767
|
}
|
|
746
768
|
}
|
|
747
769
|
},
|
|
@@ -766,7 +788,8 @@ export class DBInput {
|
|
|
766
788
|
"DBInputProps": {
|
|
767
789
|
"location": "import",
|
|
768
790
|
"path": "./model",
|
|
769
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
791
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
792
|
+
"referenceLocation": "DBInputProps"
|
|
770
793
|
}
|
|
771
794
|
}
|
|
772
795
|
},
|
|
@@ -791,7 +814,8 @@ export class DBInput {
|
|
|
791
814
|
"DBInputProps": {
|
|
792
815
|
"location": "import",
|
|
793
816
|
"path": "./model",
|
|
794
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
817
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
818
|
+
"referenceLocation": "DBInputProps"
|
|
795
819
|
}
|
|
796
820
|
}
|
|
797
821
|
},
|
|
@@ -816,7 +840,8 @@ export class DBInput {
|
|
|
816
840
|
"DBInputProps": {
|
|
817
841
|
"location": "import",
|
|
818
842
|
"path": "./model",
|
|
819
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
843
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
844
|
+
"referenceLocation": "DBInputProps"
|
|
820
845
|
}
|
|
821
846
|
}
|
|
822
847
|
},
|
|
@@ -841,7 +866,8 @@ export class DBInput {
|
|
|
841
866
|
"DBInputProps": {
|
|
842
867
|
"location": "import",
|
|
843
868
|
"path": "./model",
|
|
844
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
869
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
870
|
+
"referenceLocation": "DBInputProps"
|
|
845
871
|
}
|
|
846
872
|
}
|
|
847
873
|
},
|
|
@@ -866,7 +892,8 @@ export class DBInput {
|
|
|
866
892
|
"DBInputProps": {
|
|
867
893
|
"location": "import",
|
|
868
894
|
"path": "./model",
|
|
869
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
895
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
896
|
+
"referenceLocation": "DBInputProps"
|
|
870
897
|
}
|
|
871
898
|
}
|
|
872
899
|
},
|
|
@@ -891,7 +918,8 @@ export class DBInput {
|
|
|
891
918
|
"DBInputProps": {
|
|
892
919
|
"location": "import",
|
|
893
920
|
"path": "./model",
|
|
894
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
921
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
922
|
+
"referenceLocation": "DBInputProps"
|
|
895
923
|
}
|
|
896
924
|
}
|
|
897
925
|
},
|
|
@@ -916,7 +944,8 @@ export class DBInput {
|
|
|
916
944
|
"DBInputProps": {
|
|
917
945
|
"location": "import",
|
|
918
946
|
"path": "./model",
|
|
919
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
947
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
948
|
+
"referenceLocation": "DBInputProps"
|
|
920
949
|
}
|
|
921
950
|
}
|
|
922
951
|
},
|
|
@@ -941,7 +970,8 @@ export class DBInput {
|
|
|
941
970
|
"DBInputProps": {
|
|
942
971
|
"location": "import",
|
|
943
972
|
"path": "./model",
|
|
944
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
973
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
974
|
+
"referenceLocation": "DBInputProps"
|
|
945
975
|
}
|
|
946
976
|
}
|
|
947
977
|
},
|
|
@@ -966,7 +996,8 @@ export class DBInput {
|
|
|
966
996
|
"DBInputProps": {
|
|
967
997
|
"location": "import",
|
|
968
998
|
"path": "./model",
|
|
969
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
999
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1000
|
+
"referenceLocation": "DBInputProps"
|
|
970
1001
|
}
|
|
971
1002
|
}
|
|
972
1003
|
},
|
|
@@ -991,7 +1022,8 @@ export class DBInput {
|
|
|
991
1022
|
"DBInputProps": {
|
|
992
1023
|
"location": "import",
|
|
993
1024
|
"path": "./model",
|
|
994
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1025
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1026
|
+
"referenceLocation": "DBInputProps"
|
|
995
1027
|
}
|
|
996
1028
|
}
|
|
997
1029
|
},
|
|
@@ -1016,7 +1048,8 @@ export class DBInput {
|
|
|
1016
1048
|
"DBInputProps": {
|
|
1017
1049
|
"location": "import",
|
|
1018
1050
|
"path": "./model",
|
|
1019
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1051
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1052
|
+
"referenceLocation": "DBInputProps"
|
|
1020
1053
|
}
|
|
1021
1054
|
}
|
|
1022
1055
|
},
|
|
@@ -1041,7 +1074,8 @@ export class DBInput {
|
|
|
1041
1074
|
"DBInputProps": {
|
|
1042
1075
|
"location": "import",
|
|
1043
1076
|
"path": "./model",
|
|
1044
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1077
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1078
|
+
"referenceLocation": "DBInputProps"
|
|
1045
1079
|
}
|
|
1046
1080
|
}
|
|
1047
1081
|
},
|
|
@@ -1066,7 +1100,8 @@ export class DBInput {
|
|
|
1066
1100
|
"DBInputProps": {
|
|
1067
1101
|
"location": "import",
|
|
1068
1102
|
"path": "./model",
|
|
1069
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1103
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1104
|
+
"referenceLocation": "DBInputProps"
|
|
1070
1105
|
}
|
|
1071
1106
|
}
|
|
1072
1107
|
},
|
|
@@ -1091,7 +1126,8 @@ export class DBInput {
|
|
|
1091
1126
|
"DBInputProps": {
|
|
1092
1127
|
"location": "import",
|
|
1093
1128
|
"path": "./model",
|
|
1094
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1129
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1130
|
+
"referenceLocation": "DBInputProps"
|
|
1095
1131
|
}
|
|
1096
1132
|
}
|
|
1097
1133
|
},
|
|
@@ -1116,7 +1152,8 @@ export class DBInput {
|
|
|
1116
1152
|
"DBInputProps": {
|
|
1117
1153
|
"location": "import",
|
|
1118
1154
|
"path": "./model",
|
|
1119
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1155
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1156
|
+
"referenceLocation": "DBInputProps"
|
|
1120
1157
|
}
|
|
1121
1158
|
}
|
|
1122
1159
|
},
|
|
@@ -1141,7 +1178,8 @@ export class DBInput {
|
|
|
1141
1178
|
"DBInputProps": {
|
|
1142
1179
|
"location": "import",
|
|
1143
1180
|
"path": "./model",
|
|
1144
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1181
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1182
|
+
"referenceLocation": "DBInputProps"
|
|
1145
1183
|
}
|
|
1146
1184
|
}
|
|
1147
1185
|
},
|
|
@@ -1166,7 +1204,8 @@ export class DBInput {
|
|
|
1166
1204
|
"DBInputProps": {
|
|
1167
1205
|
"location": "import",
|
|
1168
1206
|
"path": "./model",
|
|
1169
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1207
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1208
|
+
"referenceLocation": "DBInputProps"
|
|
1170
1209
|
}
|
|
1171
1210
|
}
|
|
1172
1211
|
},
|
|
@@ -1191,7 +1230,8 @@ export class DBInput {
|
|
|
1191
1230
|
"DBInputProps": {
|
|
1192
1231
|
"location": "import",
|
|
1193
1232
|
"path": "./model",
|
|
1194
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1233
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1234
|
+
"referenceLocation": "DBInputProps"
|
|
1195
1235
|
}
|
|
1196
1236
|
}
|
|
1197
1237
|
},
|
|
@@ -1216,7 +1256,8 @@ export class DBInput {
|
|
|
1216
1256
|
"DBInputProps": {
|
|
1217
1257
|
"location": "import",
|
|
1218
1258
|
"path": "./model",
|
|
1219
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1259
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1260
|
+
"referenceLocation": "DBInputProps"
|
|
1220
1261
|
}
|
|
1221
1262
|
}
|
|
1222
1263
|
},
|
|
@@ -1241,7 +1282,8 @@ export class DBInput {
|
|
|
1241
1282
|
"DBInputProps": {
|
|
1242
1283
|
"location": "import",
|
|
1243
1284
|
"path": "./model",
|
|
1244
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1285
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1286
|
+
"referenceLocation": "DBInputProps"
|
|
1245
1287
|
}
|
|
1246
1288
|
}
|
|
1247
1289
|
},
|
|
@@ -1266,7 +1308,8 @@ export class DBInput {
|
|
|
1266
1308
|
"DBInputProps": {
|
|
1267
1309
|
"location": "import",
|
|
1268
1310
|
"path": "./model",
|
|
1269
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1311
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1312
|
+
"referenceLocation": "DBInputProps"
|
|
1270
1313
|
}
|
|
1271
1314
|
}
|
|
1272
1315
|
},
|
|
@@ -1291,7 +1334,8 @@ export class DBInput {
|
|
|
1291
1334
|
"DBInputProps": {
|
|
1292
1335
|
"location": "import",
|
|
1293
1336
|
"path": "./model",
|
|
1294
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1337
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1338
|
+
"referenceLocation": "DBInputProps"
|
|
1295
1339
|
}
|
|
1296
1340
|
}
|
|
1297
1341
|
},
|
|
@@ -1316,7 +1360,8 @@ export class DBInput {
|
|
|
1316
1360
|
"DBInputProps": {
|
|
1317
1361
|
"location": "import",
|
|
1318
1362
|
"path": "./model",
|
|
1319
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1363
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1364
|
+
"referenceLocation": "DBInputProps"
|
|
1320
1365
|
}
|
|
1321
1366
|
}
|
|
1322
1367
|
},
|
|
@@ -1336,12 +1381,13 @@ export class DBInput {
|
|
|
1336
1381
|
"mutable": false,
|
|
1337
1382
|
"complexType": {
|
|
1338
1383
|
"original": "DBInputProps[\"messageIcon\"]",
|
|
1339
|
-
"resolved": "
|
|
1384
|
+
"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>",
|
|
1340
1385
|
"references": {
|
|
1341
1386
|
"DBInputProps": {
|
|
1342
1387
|
"location": "import",
|
|
1343
1388
|
"path": "./model",
|
|
1344
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1389
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1390
|
+
"referenceLocation": "DBInputProps"
|
|
1345
1391
|
}
|
|
1346
1392
|
}
|
|
1347
1393
|
},
|
|
@@ -1366,7 +1412,8 @@ export class DBInput {
|
|
|
1366
1412
|
"DBInputProps": {
|
|
1367
1413
|
"location": "import",
|
|
1368
1414
|
"path": "./model",
|
|
1369
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1415
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1416
|
+
"referenceLocation": "DBInputProps"
|
|
1370
1417
|
}
|
|
1371
1418
|
}
|
|
1372
1419
|
},
|
|
@@ -1391,7 +1438,8 @@ export class DBInput {
|
|
|
1391
1438
|
"DBInputProps": {
|
|
1392
1439
|
"location": "import",
|
|
1393
1440
|
"path": "./model",
|
|
1394
|
-
"id": "src/components/input/model.ts::DBInputProps"
|
|
1441
|
+
"id": "src/components/input/model.ts::DBInputProps",
|
|
1442
|
+
"referenceLocation": "DBInputProps"
|
|
1395
1443
|
}
|
|
1396
1444
|
}
|
|
1397
1445
|
},
|
|
@@ -1504,4 +1552,3 @@ export class DBInput {
|
|
|
1504
1552
|
}];
|
|
1505
1553
|
}
|
|
1506
1554
|
}
|
|
1507
|
-
//# sourceMappingURL=input.js.map
|