@onereach/ui-components 2.70.2-beta.2198.0 → 2.70.2-beta.2199.0
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/bundled/v2/{OrCardCollection-0141a358.js → OrCardCollection-1bb83cfb.js} +1 -1
- package/dist/bundled/v2/{OrCheckbox-dbef9f9a.js → OrCheckbox-251ecafc.js} +32 -17
- package/dist/bundled/v2/{OrConfirm-23c3ce56.js → OrConfirm-4cae7867.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-87589946.js → OrInlineInput-2133e469.js} +38 -22
- package/dist/bundled/v2/{OrInlineTextarea-21b0e6fc.js → OrInlineTextarea-d61ca596.js} +34 -18
- package/dist/bundled/v2/{OrInput-82ccfe00.js → OrInput-770f1bed.js} +38 -30
- package/dist/bundled/v2/{OrPagination-379c10b8.js → OrPagination-468d0964.js} +1 -1
- package/dist/bundled/v2/{OrRadio-cd39b20b.js → OrRadio-ae89bc9b.js} +30 -15
- package/dist/bundled/v2/{OrSearch-53470b0e.js → OrSearch-2e5f9e24.js} +1 -1
- package/dist/bundled/v2/{OrSelect-c49e1bcf.js → OrSelect-039c0711.js} +2 -2
- package/dist/bundled/v2/OrSidebar-c95ef614.js +230 -0
- package/dist/bundled/v2/{OrSwitch-237a2081.js → OrSwitch-20640a05.js} +30 -15
- package/dist/bundled/v2/{OrTabs-42f7c52c.js → OrTabs-85aefcba.js} +1 -1
- package/dist/bundled/v2/{OrTextarea-5593fbe9.js → OrTextarea-0ff8063b.js} +39 -20
- package/dist/bundled/v2/components/index.js +16 -14
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -3
- package/dist/bundled/v2/components/or-checkbox-v3/OrCheckbox.vue.d.ts +18 -2
- package/dist/bundled/v2/components/or-checkbox-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-confirm-v3/index.js +4 -2
- package/dist/bundled/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +36 -6
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +3 -1
- package/dist/bundled/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +36 -6
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +3 -1
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +43 -8
- package/dist/bundled/v2/components/or-input-v3/index.js +3 -1
- package/dist/bundled/v2/components/or-pagination-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-radio-v3/OrRadio.vue.d.ts +18 -2
- package/dist/bundled/v2/components/or-radio-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-search-v3/index.js +4 -2
- package/dist/bundled/v2/components/or-select-v3/index.js +5 -3
- package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
- package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
- package/dist/bundled/v2/components/or-sidebar-v3/index.js +1 -13
- package/dist/bundled/v2/components/or-sidebar-v3/styles.d.ts +1 -7
- package/dist/bundled/v2/components/or-switch-v3/OrSwitch.vue.d.ts +18 -2
- package/dist/bundled/v2/components/or-switch-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-tabs-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +45 -6
- package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -1
- package/dist/bundled/v2/hooks/index.d.ts +3 -0
- package/dist/bundled/v2/hooks/index.js +2 -0
- package/dist/bundled/v2/hooks/useControlAttributes.d.ts +8 -0
- package/dist/bundled/v2/hooks/useIdAttribute.d.ts +2 -0
- package/dist/bundled/v2/hooks/useValidationAttributes.d.ts +12 -0
- package/dist/bundled/v2/index.js +17 -15
- package/dist/bundled/v2/useIdAttribute-cf61643f.js +22 -0
- package/dist/bundled/v2/useValidationAttributes-6df7bcf9.js +17 -0
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-2d78a51a.js → OrCardCollection.vue_vue_type_script_lang-a0f29a55.js} +1 -1
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-8b36e06c.js → OrCheckbox.vue_vue_type_script_lang-2024ec32.js} +22 -7
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-05b21989.js → OrConfirm.vue_vue_type_script_lang-7d9d3810.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-67218502.js → OrInlineInput.vue_vue_type_script_lang-40f0073f.js} +27 -11
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-a1831ab8.js → OrInlineTextarea.vue_vue_type_script_lang-2817edd5.js} +27 -11
- package/dist/bundled/v3/{OrInput-a4f220ed.js → OrInput-e325a104.js} +12 -12
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-607d79d4.js → OrInput.vue_vue_type_script_lang-fd850b82.js} +26 -15
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-c96d7cd7.js → OrPagination.vue_vue_type_script_lang-0d9daaa7.js} +1 -1
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-2e666a56.js → OrRadio.vue_vue_type_script_lang-29e8b856.js} +22 -7
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-06f318ca.js → OrSearch.vue_vue_type_script_lang-480f4b1c.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-58e5a52b.js → OrSelect.vue_vue_type_script_lang-7aa8956a.js} +17 -15
- package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-ce0b152c.js +181 -0
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-04829f64.js → OrSwitch.vue_vue_type_script_lang-02b4913a.js} +22 -7
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-61b79a5a.js → OrTabs.vue_vue_type_script_lang-01188224.js} +1 -1
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-8e3531cd.js → OrTextarea.vue_vue_type_script_lang-2fdac7b2.js} +31 -12
- package/dist/bundled/v3/components/index.js +17 -15
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -4
- package/dist/bundled/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +18 -2
- package/dist/bundled/v3/components/or-checkbox-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -3
- package/dist/bundled/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +36 -6
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +3 -1
- package/dist/bundled/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +36 -6
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +3 -1
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +43 -8
- package/dist/bundled/v3/components/or-input-v3/index.js +3 -1
- package/dist/bundled/v3/components/or-pagination-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-radio-v3/OrRadio.vue.d.ts +18 -2
- package/dist/bundled/v3/components/or-radio-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-search-v3/index.js +5 -3
- package/dist/bundled/v3/components/or-select-v3/index.js +6 -4
- package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
- package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
- package/dist/bundled/v3/components/or-sidebar-v3/index.js +1 -15
- package/dist/bundled/v3/components/or-sidebar-v3/styles.d.ts +1 -7
- package/dist/bundled/v3/components/or-switch-v3/OrSwitch.vue.d.ts +18 -2
- package/dist/bundled/v3/components/or-switch-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-tabs-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +45 -6
- package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -1
- package/dist/bundled/v3/hooks/index.d.ts +3 -0
- package/dist/bundled/v3/hooks/index.js +2 -0
- package/dist/bundled/v3/hooks/useControlAttributes.d.ts +8 -0
- package/dist/bundled/v3/hooks/useIdAttribute.d.ts +2 -0
- package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +12 -0
- package/dist/bundled/v3/index.js +85 -93
- package/dist/bundled/v3/useIdAttribute-b2e42f31.js +21 -0
- package/dist/bundled/v3/useValidationAttributes-5428d8fa.js +16 -0
- package/dist/esm/v2/{OrCardCollection-3c38fc85.js → OrCardCollection-784318ac.js} +1 -1
- package/dist/esm/v2/{OrCheckbox-567e387c.js → OrCheckbox-7317fe1a.js} +32 -17
- package/dist/esm/v2/{OrConfirm-e2ab9b4c.js → OrConfirm-3d064f6c.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-10205811.js → OrInlineInput-7c4f1f92.js} +38 -22
- package/dist/esm/v2/{OrInlineTextarea-7658611e.js → OrInlineTextarea-3381e2a9.js} +34 -18
- package/dist/esm/v2/{OrInput-ada3a970.js → OrInput-e10cc643.js} +38 -30
- package/dist/esm/v2/{OrPagination-c0dbec6a.js → OrPagination-291bd1b9.js} +1 -1
- package/dist/esm/v2/{OrRadio-848ce55d.js → OrRadio-b0a560d2.js} +30 -15
- package/dist/esm/v2/{OrSearch-0f08f2f5.js → OrSearch-1490c00b.js} +1 -1
- package/dist/esm/v2/{OrSelect-1d705445.js → OrSelect-1fbeed4f.js} +2 -2
- package/dist/esm/v2/OrSidebar-fabc7bc9.js +228 -0
- package/dist/esm/v2/{OrSwitch-13b6a7ee.js → OrSwitch-133052ca.js} +30 -15
- package/dist/esm/v2/{OrTabs-71bd3fd2.js → OrTabs-e5b81f4b.js} +1 -1
- package/dist/esm/v2/{OrTextarea-6712a150.js → OrTextarea-a7c846da.js} +39 -20
- package/dist/esm/v2/components/index.js +16 -14
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -3
- package/dist/esm/v2/components/or-checkbox-v3/OrCheckbox.vue.d.ts +18 -2
- package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -1
- package/dist/esm/v2/components/or-confirm-v3/index.js +4 -2
- package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +36 -6
- package/dist/esm/v2/components/or-inline-input-v3/index.js +3 -1
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +36 -6
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +3 -1
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +43 -8
- package/dist/esm/v2/components/or-input-v3/index.js +3 -1
- package/dist/esm/v2/components/or-pagination-v3/index.js +1 -1
- package/dist/esm/v2/components/or-radio-v3/OrRadio.vue.d.ts +18 -2
- package/dist/esm/v2/components/or-radio-v3/index.js +2 -1
- package/dist/esm/v2/components/or-search-v3/index.js +4 -2
- package/dist/esm/v2/components/or-select-v3/index.js +5 -3
- package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
- package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
- package/dist/esm/v2/components/or-sidebar-v3/index.js +1 -13
- package/dist/esm/v2/components/or-sidebar-v3/styles.d.ts +1 -7
- package/dist/esm/v2/components/or-switch-v3/OrSwitch.vue.d.ts +18 -2
- package/dist/esm/v2/components/or-switch-v3/index.js +2 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +1 -1
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +45 -6
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -1
- package/dist/esm/v2/hooks/index.d.ts +3 -0
- package/dist/esm/v2/hooks/index.js +2 -0
- package/dist/esm/v2/hooks/useControlAttributes.d.ts +8 -0
- package/dist/esm/v2/hooks/useIdAttribute.d.ts +2 -0
- package/dist/esm/v2/hooks/useValidationAttributes.d.ts +12 -0
- package/dist/esm/v2/index.js +16 -14
- package/dist/esm/v2/useIdAttribute-859439f0.js +21 -0
- package/dist/esm/v2/useValidationAttributes-d1abbe34.js +16 -0
- package/dist/esm/v3/{OrCardCollection-dbb3e839.js → OrCardCollection-110b3a0b.js} +1 -1
- package/dist/esm/v3/{OrCheckbox-3e139eac.js → OrCheckbox-7144da06.js} +36 -19
- package/dist/esm/v3/{OrConfirm-1bcd39b1.js → OrConfirm-1a38ed1b.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-507fc99c.js → OrInlineInput-a6b19dbe.js} +37 -20
- package/dist/esm/v3/{OrInlineTextarea-53a9e027.js → OrInlineTextarea-9eb60363.js} +37 -20
- package/dist/esm/v3/{OrInput-9c0426b9.js → OrInput-e07ec00c.js} +37 -26
- package/dist/esm/v3/{OrPagination-a703307d.js → OrPagination-5e01a0a5.js} +1 -1
- package/dist/esm/v3/{OrRadio-54b6d0de.js → OrRadio-39d1905d.js} +34 -17
- package/dist/esm/v3/{OrSearch-9885d178.js → OrSearch-a60f67f0.js} +1 -1
- package/dist/esm/v3/{OrSelect-dfa4885f.js → OrSelect-2c70e384.js} +2 -2
- package/dist/esm/v3/OrSidebar-a62972f5.js +206 -0
- package/dist/esm/v3/{OrSwitch-cca30aa0.js → OrSwitch-3e9a699d.js} +34 -18
- package/dist/esm/v3/{OrTabs-d0ee6cef.js → OrTabs-91618aab.js} +1 -1
- package/dist/esm/v3/{OrTextarea-bb9ef3f2.js → OrTextarea-fd6b9f31.js} +42 -22
- package/dist/esm/v3/components/index.js +16 -14
- package/dist/esm/v3/components/or-card-collection-v3/index.js +5 -3
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +18 -2
- package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -1
- package/dist/esm/v3/components/or-confirm-v3/index.js +4 -2
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +36 -6
- package/dist/esm/v3/components/or-inline-input-v3/index.js +3 -1
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +36 -6
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +3 -1
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +43 -8
- package/dist/esm/v3/components/or-input-v3/index.js +3 -1
- package/dist/esm/v3/components/or-pagination-v3/index.js +1 -1
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +18 -2
- package/dist/esm/v3/components/or-radio-v3/index.js +2 -1
- package/dist/esm/v3/components/or-search-v3/index.js +4 -2
- package/dist/esm/v3/components/or-select-v3/index.js +5 -3
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
- package/dist/esm/v3/components/or-sidebar-v3/index.js +1 -12
- package/dist/esm/v3/components/or-sidebar-v3/styles.d.ts +1 -7
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +18 -2
- package/dist/esm/v3/components/or-switch-v3/index.js +2 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +1 -1
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +45 -6
- package/dist/esm/v3/components/or-textarea-v3/index.js +3 -1
- package/dist/esm/v3/hooks/index.d.ts +3 -0
- package/dist/esm/v3/hooks/index.js +2 -0
- package/dist/esm/v3/hooks/useControlAttributes.d.ts +8 -0
- package/dist/esm/v3/hooks/useIdAttribute.d.ts +2 -0
- package/dist/esm/v3/hooks/useValidationAttributes.d.ts +12 -0
- package/dist/esm/v3/index.js +16 -14
- package/dist/esm/v3/useIdAttribute-859439f0.js +21 -0
- package/dist/esm/v3/useValidationAttributes-d1abbe34.js +16 -0
- package/package.json +1 -1
- package/src/components/or-checkbox-v3/OrCheckbox.vue +28 -10
- package/src/components/or-inline-input-v3/OrInlineInput.vue +32 -13
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +32 -13
- package/src/components/or-input-v3/OrInput.stories3.ts +4 -4
- package/src/components/or-input-v3/OrInput.vue +31 -19
- package/src/components/or-pagination-v3/OrPagination.vue +1 -1
- package/src/components/or-radio-v3/OrRadio.vue +27 -9
- package/src/components/or-sidebar-v3/OrSidebar.docs.mdx +0 -6
- package/src/components/or-sidebar-v3/OrSidebar.stories3.ts +6 -219
- package/src/components/or-sidebar-v3/OrSidebar.vue +22 -121
- package/src/components/or-sidebar-v3/styles.ts +9 -153
- package/src/components/or-switch-v3/OrSwitch.vue +27 -9
- package/src/components/or-tabs-v3/OrTabs.vue +1 -1
- package/src/components/or-textarea-v3/OrTextarea.stories3.ts +4 -4
- package/src/components/or-textarea-v3/OrTextarea.vue +36 -14
- package/src/hooks/index.ts +3 -0
- package/src/hooks/useControlAttributes.ts +19 -0
- package/src/hooks/useIdAttribute.ts +9 -0
- package/src/hooks/useValidationAttributes.ts +25 -0
- package/dist/bundled/v2/OrSidebar-2a7d62a8.js +0 -455
- package/dist/bundled/v2/components/or-sidebar-v3/OrSidebarCollapseButton.stories3.d.ts +0 -12
- package/dist/bundled/v2/components/or-sidebar-v3/OrSidebarCollapseButton.vue.d.ts +0 -59
- package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-b4fa1550.js +0 -347
- package/dist/bundled/v3/components/or-sidebar-v3/OrSidebarCollapseButton.stories3.d.ts +0 -12
- package/dist/bundled/v3/components/or-sidebar-v3/OrSidebarCollapseButton.vue.d.ts +0 -59
- package/dist/esm/v2/OrSidebar-1e02702f.js +0 -452
- package/dist/esm/v2/components/or-sidebar-v3/OrSidebarCollapseButton.stories3.d.ts +0 -12
- package/dist/esm/v2/components/or-sidebar-v3/OrSidebarCollapseButton.vue.d.ts +0 -59
- package/dist/esm/v3/OrSidebar-749bbcba.js +0 -387
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebarCollapseButton.stories3.d.ts +0 -12
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebarCollapseButton.vue.d.ts +0 -59
- package/src/components/or-sidebar-v3/OrSidebarCollapseButton.stories3.ts +0 -48
- package/src/components/or-sidebar-v3/OrSidebarCollapseButton.vue +0 -64
|
@@ -8,18 +8,18 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-a846fa7e.js';
|
|
9
9
|
export { O as OrCard } from '../OrCard-a6b30f8f.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-89428bbf.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-1bb83cfb.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-29116e1f.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
|
|
14
14
|
export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
|
|
15
|
-
export { O as OrCheckboxV3 } from '../OrCheckbox-
|
|
15
|
+
export { O as OrCheckboxV3 } from '../OrCheckbox-251ecafc.js';
|
|
16
16
|
export { O as OrChip } from '../OrChip-000fe7b5.js';
|
|
17
17
|
export { _ as OrChips } from '../OrChips-890b8476.js';
|
|
18
18
|
export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-fc6876ec.js';
|
|
19
19
|
export { O as OrCollapse } from '../OrCollapse-3aa9a9b7.js';
|
|
20
20
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-a1a37e83.js';
|
|
21
21
|
export { _ as OrConfirm } from '../OrConfirm-56d01cff.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-4cae7867.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-e212f892.js';
|
|
24
24
|
export { O as OrError } from '../OrError-31503e4c.js';
|
|
25
25
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-d0c5bcf4.js';
|
|
@@ -34,11 +34,11 @@ export { O as OrIcon, a as OrIconColors, b as OrIconType } from '../OrIcon-10ec4
|
|
|
34
34
|
export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-a2ba92df.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, O as OrIconV3 } from '../OrIcon-8625385f.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3 } from '../OrInlineInputBox-f457210f.js';
|
|
37
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-
|
|
37
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-2133e469.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
|
|
39
|
-
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
39
|
+
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-d61ca596.js';
|
|
40
40
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-79ec54ad.js';
|
|
41
|
-
export { I as InputType, O as OrInputV3 } from '../OrInput-
|
|
41
|
+
export { I as InputType, O as OrInputV3 } from '../OrInput-770f1bed.js';
|
|
42
42
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-7da938aa.js';
|
|
43
43
|
export { O as OrInput } from '../OrInput-08f2f666.js';
|
|
44
44
|
export { O as OrSearch } from '../OrSearch-f7cfa52f.js';
|
|
@@ -59,36 +59,36 @@ export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotificati
|
|
|
59
59
|
export { _ as OrOverflowMenu } from '../OrOverflowMenu-711e460e.js';
|
|
60
60
|
export { O as OrOverlay } from '../OrOverlay-47967a8b.js';
|
|
61
61
|
export { O as OrOverlayV3 } from '../OrOverlay-3c89d622.js';
|
|
62
|
-
export { _ as OrPaginationV3 } from '../OrPagination-
|
|
62
|
+
export { _ as OrPaginationV3 } from '../OrPagination-468d0964.js';
|
|
63
63
|
export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from '../OrProgress-de947341.js';
|
|
64
64
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-cc397a38.js';
|
|
65
65
|
export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
|
|
66
66
|
export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
|
|
67
|
-
export { _ as OrRadioV3 } from '../OrRadio-
|
|
68
|
-
export { O as OrSearchV3 } from '../OrSearch-
|
|
67
|
+
export { _ as OrRadioV3 } from '../OrRadio-ae89bc9b.js';
|
|
68
|
+
export { O as OrSearchV3 } from '../OrSearch-2e5f9e24.js';
|
|
69
69
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-21cc914e.js';
|
|
70
70
|
export { _ as OrSelect } from '../OrSelect-a23d4210.js';
|
|
71
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
71
|
+
export { _ as OrSelectV3 } from '../OrSelect-039c0711.js';
|
|
72
72
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
|
|
73
|
-
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-
|
|
73
|
+
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-c95ef614.js';
|
|
74
74
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
|
|
75
75
|
export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-516993b4.js';
|
|
76
76
|
export { _ as OrSlider } from '../OrSlider-59d05856.js';
|
|
77
77
|
export { _ as OrSortHeaderV3 } from '../OrSortHeader-9932d28f.js';
|
|
78
78
|
export { _ as OrStepper } from '../OrStepper-3fc1a2b3.js';
|
|
79
79
|
export { _ as OrSwitch } from '../OrSwitch-47670dbd.js';
|
|
80
|
-
export { _ as OrSwitchV3 } from '../OrSwitch-
|
|
80
|
+
export { _ as OrSwitchV3 } from '../OrSwitch-20640a05.js';
|
|
81
81
|
export { _ as OrTab } from '../OrTab-b2c6d977.js';
|
|
82
82
|
export { O as OrTabHeaderItem } from '../OrTabHeaderItem-d39c3cf7.js';
|
|
83
83
|
export { O as OrTabV3 } from '../OrTab-dd949240.js';
|
|
84
84
|
export { _ as OrTabs } from '../OrTabs-4c8f6422.js';
|
|
85
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
85
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-85aefcba.js';
|
|
86
86
|
export { _ as OrTag } from '../OrTag-79e48fec.js';
|
|
87
87
|
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-e3e6fdd6.js';
|
|
88
88
|
export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
|
|
89
89
|
export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
|
|
90
90
|
export { _ as OrTextV3 } from '../OrText-eac4b9f5.js';
|
|
91
|
-
export { _ as OrTextareaV3 } from '../OrTextarea-
|
|
91
|
+
export { _ as OrTextareaV3 } from '../OrTextarea-0ff8063b.js';
|
|
92
92
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
|
|
93
93
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
|
|
94
94
|
export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-b03adc37.js';
|
|
@@ -106,10 +106,12 @@ import '../browser-82dea9ed.js';
|
|
|
106
106
|
import '../color-1f348774.js';
|
|
107
107
|
import '../useClassAttribute-9bf33346.js';
|
|
108
108
|
import '@vueuse/core';
|
|
109
|
+
import '../useIdAttribute-cf61643f.js';
|
|
109
110
|
import '../px-to-rem-0b26b83e.js';
|
|
110
111
|
import '../dom-3a15d036.js';
|
|
111
112
|
import '../index-17f264f9.js';
|
|
112
113
|
import '../floating-ui.dom.esm-83eba816.js';
|
|
114
|
+
import '../useValidationAttributes-6df7bcf9.js';
|
|
113
115
|
import '../useToggle-6166bd53.js';
|
|
114
116
|
import '../v4-cf8987a3.js';
|
|
115
117
|
import '../useResponsive-e13dfbb0.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-1bb83cfb.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -20,10 +20,12 @@ import '../../OrButton-a846fa7e.js';
|
|
|
20
20
|
import '../../OrLoader-6a1f937b.js';
|
|
21
21
|
import '../../OrMenu-fa47c888.js';
|
|
22
22
|
import '../../OrMenuItem-26420908.js';
|
|
23
|
-
import '../../OrSearch-
|
|
24
|
-
import '../../OrInput-
|
|
23
|
+
import '../../OrSearch-2e5f9e24.js';
|
|
24
|
+
import '../../OrInput-770f1bed.js';
|
|
25
25
|
import '../../OrError-aad17598.js';
|
|
26
26
|
import '../../OrHint-f38a1940.js';
|
|
27
27
|
import '../../OrInputBox-79ec54ad.js';
|
|
28
28
|
import '../../OrLabel-172c4b89.js';
|
|
29
|
+
import '../../useIdAttribute-cf61643f.js';
|
|
30
|
+
import '../../useValidationAttributes-6df7bcf9.js';
|
|
29
31
|
import '../../browser-82dea9ed.js';
|
|
@@ -2,10 +2,18 @@ import { PropType } from 'vue-demi';
|
|
|
2
2
|
import { LabelVariant } from '../or-label-v3';
|
|
3
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
5
6
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
6
7
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
-
|
|
8
|
+
controlAttributes: {
|
|
9
|
+
readonly: boolean | undefined;
|
|
10
|
+
disabled: boolean | undefined;
|
|
11
|
+
'force-state': string | undefined;
|
|
12
|
+
id: string | undefined;
|
|
13
|
+
};
|
|
8
14
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<boolean | string[]>;
|
|
15
|
+
focus: () => void;
|
|
16
|
+
blur: () => void;
|
|
9
17
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
10
18
|
modelValue: {
|
|
11
19
|
type: PropType<boolean | string[]>;
|
|
@@ -85,10 +93,18 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
85
93
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
86
94
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
87
95
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
96
|
+
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
88
97
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
89
98
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
90
|
-
|
|
99
|
+
controlAttributes: {
|
|
100
|
+
readonly: boolean | undefined;
|
|
101
|
+
disabled: boolean | undefined;
|
|
102
|
+
'force-state': string | undefined;
|
|
103
|
+
id: string | undefined;
|
|
104
|
+
};
|
|
91
105
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<boolean | string[]>;
|
|
106
|
+
focus: () => void;
|
|
107
|
+
blur: () => void;
|
|
92
108
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
93
109
|
modelValue: boolean | string[];
|
|
94
110
|
value: boolean | string[];
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { O as OrCheckboxV3 } from '../../OrCheckbox-
|
|
1
|
+
export { O as OrCheckboxV3 } from '../../OrCheckbox-251ecafc.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import '../../OrLabel-172c4b89.js';
|
|
6
6
|
import '../../useClassAttribute-9bf33346.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
+
import '../../useIdAttribute-cf61643f.js';
|
|
8
9
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-4cae7867.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -12,7 +12,7 @@ import '../../useClassAttribute-9bf33346.js';
|
|
|
12
12
|
import '../../useElevation-aac032f4.js';
|
|
13
13
|
import '../../OrButton-a846fa7e.js';
|
|
14
14
|
import '../../OrLoader-6a1f937b.js';
|
|
15
|
-
import '../../OrInput-
|
|
15
|
+
import '../../OrInput-770f1bed.js';
|
|
16
16
|
import '../../OrError-aad17598.js';
|
|
17
17
|
import '../../OrHint-f38a1940.js';
|
|
18
18
|
import '../../OrIcon-8625385f.js';
|
|
@@ -24,4 +24,6 @@ import '../../OrBottomSheet-1cd1ab4c.js';
|
|
|
24
24
|
import '../../useResponsive-e13dfbb0.js';
|
|
25
25
|
import '../../OrInputBox-79ec54ad.js';
|
|
26
26
|
import '../../OrLabel-172c4b89.js';
|
|
27
|
+
import '../../useIdAttribute-cf61643f.js';
|
|
28
|
+
import '../../useValidationAttributes-6df7bcf9.js';
|
|
27
29
|
import '../../browser-82dea9ed.js';
|
|
@@ -2,18 +2,33 @@ import { PropType } from 'vue-demi';
|
|
|
2
2
|
import { InlineInputSize, InlineInputType } from './props';
|
|
3
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
5
6
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
6
7
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
8
|
actionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
|
-
|
|
9
|
+
controlAttributes: {
|
|
10
|
+
required: boolean | undefined;
|
|
11
|
+
minlength: number | undefined;
|
|
12
|
+
maxlength: number | undefined;
|
|
13
|
+
pattern: string | undefined;
|
|
14
|
+
min: number | undefined;
|
|
15
|
+
max: number | undefined;
|
|
16
|
+
step: number | undefined;
|
|
17
|
+
readonly: boolean | undefined;
|
|
18
|
+
disabled: boolean | undefined;
|
|
19
|
+
'force-state': string | undefined;
|
|
20
|
+
id: string | undefined;
|
|
21
|
+
};
|
|
9
22
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
|
|
10
23
|
draftModelValue: import("@vue/composition-api").Ref<string | number>;
|
|
11
|
-
activated: import("@vue/composition-api").Ref<boolean>;
|
|
12
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
13
24
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
14
25
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
26
|
+
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
27
|
+
activated: import("@vue/composition-api").Ref<boolean>;
|
|
15
28
|
onFocus: (event: Event) => void;
|
|
16
29
|
onBlur: (event: Event) => void;
|
|
30
|
+
focus: () => void;
|
|
31
|
+
blur: () => void;
|
|
17
32
|
apply: () => void;
|
|
18
33
|
reset: () => void;
|
|
19
34
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
@@ -95,18 +110,33 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
95
110
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
96
111
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
97
112
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
113
|
+
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
98
114
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
99
115
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
100
116
|
actionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
101
|
-
|
|
117
|
+
controlAttributes: {
|
|
118
|
+
required: boolean | undefined;
|
|
119
|
+
minlength: number | undefined;
|
|
120
|
+
maxlength: number | undefined;
|
|
121
|
+
pattern: string | undefined;
|
|
122
|
+
min: number | undefined;
|
|
123
|
+
max: number | undefined;
|
|
124
|
+
step: number | undefined;
|
|
125
|
+
readonly: boolean | undefined;
|
|
126
|
+
disabled: boolean | undefined;
|
|
127
|
+
'force-state': string | undefined;
|
|
128
|
+
id: string | undefined;
|
|
129
|
+
};
|
|
102
130
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
|
|
103
131
|
draftModelValue: import("@vue/composition-api").Ref<string | number>;
|
|
104
|
-
activated: import("@vue/composition-api").Ref<boolean>;
|
|
105
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
106
132
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
107
133
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
134
|
+
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
135
|
+
activated: import("@vue/composition-api").Ref<boolean>;
|
|
108
136
|
onFocus: (event: Event) => void;
|
|
109
137
|
onBlur: (event: Event) => void;
|
|
138
|
+
focus: () => void;
|
|
139
|
+
blur: () => void;
|
|
110
140
|
apply: () => void;
|
|
111
141
|
reset: () => void;
|
|
112
142
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-2133e469.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-f457210f.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
@@ -19,4 +19,6 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
19
19
|
import 'portal-vue';
|
|
20
20
|
import '../../useElevation-aac032f4.js';
|
|
21
21
|
import '../../useResponsive-e13dfbb0.js';
|
|
22
|
+
import '../../useIdAttribute-cf61643f.js';
|
|
23
|
+
import '../../useValidationAttributes-6df7bcf9.js';
|
|
22
24
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,17 +1,32 @@
|
|
|
1
1
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
2
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
control: import("@vue/composition-api").Ref<HTMLTextAreaElement | undefined>;
|
|
3
4
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
4
5
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
5
6
|
actionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
|
-
|
|
7
|
+
controlAttributes: {
|
|
8
|
+
required: boolean | undefined;
|
|
9
|
+
minlength: number | undefined;
|
|
10
|
+
maxlength: number | undefined;
|
|
11
|
+
pattern: string | undefined;
|
|
12
|
+
min: number | undefined;
|
|
13
|
+
max: number | undefined;
|
|
14
|
+
step: number | undefined;
|
|
15
|
+
readonly: boolean | undefined;
|
|
16
|
+
disabled: boolean | undefined;
|
|
17
|
+
'force-state': string | undefined;
|
|
18
|
+
id: string | undefined;
|
|
19
|
+
};
|
|
7
20
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
|
|
8
21
|
draftModelValue: import("@vue/composition-api").Ref<string>;
|
|
9
|
-
activated: import("@vue/composition-api").Ref<boolean>;
|
|
10
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
11
22
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
12
23
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
24
|
+
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
25
|
+
activated: import("@vue/composition-api").Ref<boolean>;
|
|
13
26
|
onFocus: (event: Event) => void;
|
|
14
27
|
onBlur: (event: Event) => void;
|
|
28
|
+
focus: () => void;
|
|
29
|
+
blur: () => void;
|
|
15
30
|
apply: () => void;
|
|
16
31
|
reset: () => void;
|
|
17
32
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
@@ -75,18 +90,33 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
75
90
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
76
91
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
77
92
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
93
|
+
control: import("@vue/composition-api").Ref<HTMLTextAreaElement | undefined>;
|
|
78
94
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
79
95
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
80
96
|
actionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
81
|
-
|
|
97
|
+
controlAttributes: {
|
|
98
|
+
required: boolean | undefined;
|
|
99
|
+
minlength: number | undefined;
|
|
100
|
+
maxlength: number | undefined;
|
|
101
|
+
pattern: string | undefined;
|
|
102
|
+
min: number | undefined;
|
|
103
|
+
max: number | undefined;
|
|
104
|
+
step: number | undefined;
|
|
105
|
+
readonly: boolean | undefined;
|
|
106
|
+
disabled: boolean | undefined;
|
|
107
|
+
'force-state': string | undefined;
|
|
108
|
+
id: string | undefined;
|
|
109
|
+
};
|
|
82
110
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
|
|
83
111
|
draftModelValue: import("@vue/composition-api").Ref<string>;
|
|
84
|
-
activated: import("@vue/composition-api").Ref<boolean>;
|
|
85
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
86
112
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
87
113
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
114
|
+
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
115
|
+
activated: import("@vue/composition-api").Ref<boolean>;
|
|
88
116
|
onFocus: (event: Event) => void;
|
|
89
117
|
onBlur: (event: Event) => void;
|
|
118
|
+
focus: () => void;
|
|
119
|
+
blur: () => void;
|
|
90
120
|
apply: () => void;
|
|
91
121
|
reset: () => void;
|
|
92
122
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-
|
|
1
|
+
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-d61ca596.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -19,4 +19,6 @@ import 'portal-vue';
|
|
|
19
19
|
import '../../useElevation-aac032f4.js';
|
|
20
20
|
import '../../useResponsive-e13dfbb0.js';
|
|
21
21
|
import '../../OrInlineInputBox-f457210f.js';
|
|
22
|
+
import '../../useIdAttribute-cf61643f.js';
|
|
23
|
+
import '../../useValidationAttributes-6df7bcf9.js';
|
|
22
24
|
import '../../browser-82dea9ed.js';
|
|
@@ -2,17 +2,29 @@ import { PropType } from 'vue-demi';
|
|
|
2
2
|
import { InputSize, InputType } from './props';
|
|
3
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
-
|
|
5
|
+
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
6
6
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
7
7
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
|
-
|
|
8
|
+
controlAttributes: {
|
|
9
|
+
required: boolean | undefined;
|
|
10
|
+
minlength: number | undefined;
|
|
11
|
+
maxlength: number | undefined;
|
|
12
|
+
pattern: string | undefined;
|
|
13
|
+
min: number | undefined;
|
|
14
|
+
max: number | undefined;
|
|
15
|
+
step: number | undefined;
|
|
16
|
+
readonly: boolean | undefined;
|
|
17
|
+
disabled: boolean | undefined;
|
|
18
|
+
'force-state': string | undefined;
|
|
19
|
+
id: string | undefined;
|
|
20
|
+
};
|
|
9
21
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
|
|
10
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
11
|
-
readonly: import("@vue/composition-api").ComputedRef<boolean>;
|
|
12
22
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
13
23
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
24
|
+
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
14
25
|
disclosed: import("@vue/composition-api").Ref<boolean>;
|
|
15
26
|
focus: () => void;
|
|
27
|
+
blur: () => void;
|
|
16
28
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
17
29
|
modelValue: {
|
|
18
30
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -50,6 +62,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
50
62
|
type: BooleanConstructor;
|
|
51
63
|
default: boolean;
|
|
52
64
|
};
|
|
65
|
+
readonly: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
53
69
|
disabled: {
|
|
54
70
|
type: BooleanConstructor;
|
|
55
71
|
default: boolean;
|
|
@@ -95,6 +111,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
95
111
|
type: BooleanConstructor;
|
|
96
112
|
default: boolean;
|
|
97
113
|
};
|
|
114
|
+
readonly: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
98
118
|
disabled: {
|
|
99
119
|
type: BooleanConstructor;
|
|
100
120
|
default: boolean;
|
|
@@ -113,23 +133,36 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
113
133
|
hint: string;
|
|
114
134
|
error: string;
|
|
115
135
|
required: boolean;
|
|
136
|
+
readonly: boolean;
|
|
116
137
|
disabled: boolean;
|
|
117
138
|
disableDefaultStyles: boolean;
|
|
118
139
|
} & {} & {
|
|
119
140
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
120
141
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
121
142
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
122
|
-
|
|
143
|
+
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
123
144
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
124
145
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
125
|
-
|
|
146
|
+
controlAttributes: {
|
|
147
|
+
required: boolean | undefined;
|
|
148
|
+
minlength: number | undefined;
|
|
149
|
+
maxlength: number | undefined;
|
|
150
|
+
pattern: string | undefined;
|
|
151
|
+
min: number | undefined;
|
|
152
|
+
max: number | undefined;
|
|
153
|
+
step: number | undefined;
|
|
154
|
+
readonly: boolean | undefined;
|
|
155
|
+
disabled: boolean | undefined;
|
|
156
|
+
'force-state': string | undefined;
|
|
157
|
+
id: string | undefined;
|
|
158
|
+
};
|
|
126
159
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
|
|
127
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
128
|
-
readonly: import("@vue/composition-api").ComputedRef<boolean>;
|
|
129
160
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
130
161
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
162
|
+
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
131
163
|
disclosed: import("@vue/composition-api").Ref<boolean>;
|
|
132
164
|
focus: () => void;
|
|
165
|
+
blur: () => void;
|
|
133
166
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
134
167
|
modelValue: string | number;
|
|
135
168
|
value: string | number;
|
|
@@ -140,6 +173,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
140
173
|
hint: string;
|
|
141
174
|
error: string;
|
|
142
175
|
required: boolean;
|
|
176
|
+
readonly: boolean;
|
|
143
177
|
disabled: boolean;
|
|
144
178
|
disableDefaultStyles: boolean;
|
|
145
179
|
} & {} & {
|
|
@@ -154,6 +188,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
154
188
|
hint: string;
|
|
155
189
|
error: string;
|
|
156
190
|
required: boolean;
|
|
191
|
+
readonly: boolean;
|
|
157
192
|
disabled: boolean;
|
|
158
193
|
disableDefaultStyles: boolean;
|
|
159
194
|
}, true>);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, O as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, O as OrInputV3 } from '../../OrInput-770f1bed.js';
|
|
2
2
|
export { a as InputSize } from '../../OrInputBox-79ec54ad.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
@@ -20,4 +20,6 @@ import 'portal-vue';
|
|
|
20
20
|
import '../../useElevation-aac032f4.js';
|
|
21
21
|
import '../../useResponsive-e13dfbb0.js';
|
|
22
22
|
import '../../OrLabel-172c4b89.js';
|
|
23
|
+
import '../../useIdAttribute-cf61643f.js';
|
|
24
|
+
import '../../useValidationAttributes-6df7bcf9.js';
|
|
23
25
|
import '../../browser-82dea9ed.js';
|
|
@@ -2,10 +2,18 @@ import { PropType } from 'vue-demi';
|
|
|
2
2
|
import { LabelVariant } from '../or-label-v3';
|
|
3
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
5
6
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
6
7
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
-
|
|
8
|
+
controlAttributes: {
|
|
9
|
+
readonly: boolean | undefined;
|
|
10
|
+
disabled: boolean | undefined;
|
|
11
|
+
'force-state': string | undefined;
|
|
12
|
+
id: string | undefined;
|
|
13
|
+
};
|
|
8
14
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
|
|
15
|
+
focus: () => void;
|
|
16
|
+
blur: () => void;
|
|
9
17
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
10
18
|
modelValue: {
|
|
11
19
|
type: StringConstructor;
|
|
@@ -76,10 +84,18 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
76
84
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
77
85
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
78
86
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
87
|
+
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
79
88
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
80
89
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
81
|
-
|
|
90
|
+
controlAttributes: {
|
|
91
|
+
readonly: boolean | undefined;
|
|
92
|
+
disabled: boolean | undefined;
|
|
93
|
+
'force-state': string | undefined;
|
|
94
|
+
id: string | undefined;
|
|
95
|
+
};
|
|
82
96
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
|
|
97
|
+
focus: () => void;
|
|
98
|
+
blur: () => void;
|
|
83
99
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
84
100
|
modelValue: string;
|
|
85
101
|
value: string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { _ as OrRadioV3 } from '../../OrRadio-
|
|
1
|
+
export { _ as OrRadioV3 } from '../../OrRadio-ae89bc9b.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import '../../OrLabel-172c4b89.js';
|
|
6
6
|
import '../../useClassAttribute-9bf33346.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
+
import '../../useIdAttribute-cf61643f.js';
|
|
8
9
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { O as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { O as OrSearchV3 } from '../../OrSearch-2e5f9e24.js';
|
|
2
2
|
export { a as SearchSize } from '../../OrInputBox-79ec54ad.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import '@vueuse/core';
|
|
7
|
-
import '../../OrInput-
|
|
7
|
+
import '../../OrInput-770f1bed.js';
|
|
8
8
|
import '../../OrError-aad17598.js';
|
|
9
9
|
import '../../useClassAttribute-9bf33346.js';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -21,4 +21,6 @@ import 'portal-vue';
|
|
|
21
21
|
import '../../useElevation-aac032f4.js';
|
|
22
22
|
import '../../useResponsive-e13dfbb0.js';
|
|
23
23
|
import '../../OrLabel-172c4b89.js';
|
|
24
|
+
import '../../useIdAttribute-cf61643f.js';
|
|
25
|
+
import '../../useValidationAttributes-6df7bcf9.js';
|
|
24
26
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-039c0711.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox-79ec54ad.js';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
|
-
import '../../OrCheckbox-
|
|
6
|
+
import '../../OrCheckbox-251ecafc.js';
|
|
7
7
|
import '../../OrLabel-172c4b89.js';
|
|
8
8
|
import '../../useClassAttribute-9bf33346.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
|
+
import '../../useIdAttribute-cf61643f.js';
|
|
10
11
|
import '../../browser-82dea9ed.js';
|
|
11
12
|
import '../../OrError-aad17598.js';
|
|
12
13
|
import '../../OrExpansionPanel-d9a260e2.js';
|
|
13
14
|
import '../../OrIcon-8625385f.js';
|
|
14
15
|
import '../../OrHint-f38a1940.js';
|
|
15
|
-
import '../../OrInput-
|
|
16
|
+
import '../../OrInput-770f1bed.js';
|
|
16
17
|
import '../../OrIconButton-a2ba92df.js';
|
|
17
18
|
import '../../OrTooltip-fbfa05fd.js';
|
|
18
19
|
import '@vueuse/core';
|
|
@@ -24,6 +25,7 @@ import '../../OrTeleport.vue2-e9ba3054.js';
|
|
|
24
25
|
import 'portal-vue';
|
|
25
26
|
import '../../useElevation-aac032f4.js';
|
|
26
27
|
import '../../useResponsive-e13dfbb0.js';
|
|
28
|
+
import '../../useValidationAttributes-6df7bcf9.js';
|
|
27
29
|
import '../../OrMenuItem-26420908.js';
|
|
28
30
|
import '../../OrTag-e3e6fdd6.js';
|
|
29
31
|
import '../../dropdown-open-e2a93aaf.js';
|