@onereach/ui-components 2.75.2-beta.2392.0 → 2.75.2-beta.2399.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/{OrButton-304116b7.js → OrButton-0242b4c0.js} +6 -8
- package/dist/bundled/v2/{OrCardCollection-edfc29b5.js → OrCardCollection-e3986f07.js} +5 -5
- package/dist/bundled/v2/{OrCheckbox-aac23c1e.js → OrCheckbox-384760cb.js} +2 -2
- package/dist/bundled/v2/{OrConfirm-e105dd13.js → OrConfirm-498fa802.js} +8 -6
- package/dist/bundled/v2/{OrEmptyState-8a7feb99.js → OrEmptyState-9fb413f9.js} +2 -2
- package/dist/bundled/v2/{OrError-8aa16f11.js → OrError-52f668a4.js} +3 -1
- package/dist/bundled/v2/{OrErrorTag-244bed5b.js → OrErrorTag-4675604d.js} +3 -1
- package/dist/bundled/v2/{OrHint-39fc2173.js → OrHint-fde53334.js} +3 -1
- package/dist/bundled/v2/{OrIconButton-4734d7be.js → OrIconButton-deec1d4d.js} +2 -2
- package/dist/bundled/v2/{OrInlineInput-09e0f70e.js → OrInlineInput-5f0b99f9.js} +29 -15
- package/dist/bundled/v2/{OrInlineTextarea-ebea7861.js → OrInlineTextarea-975b8706.js} +29 -15
- package/dist/bundled/v2/{OrInput-e1e402a5.js → OrInput-822eb9f5.js} +32 -17
- package/dist/bundled/v2/{OrInputBox-e54dcef9.js → OrInputBox-9a31d211.js} +2 -12
- package/dist/bundled/v2/{OrLabel-c44e9f7d.js → OrLabel-aff09c39.js} +1 -1
- package/dist/bundled/v2/{OrLink-a7b23576.js → OrLink-0d952e87.js} +2 -6
- package/dist/bundled/v2/{OrMenu-ef3406b1.js → OrMenu-82c77b2c.js} +15 -10
- package/dist/bundled/v2/{OrModal-03f89deb.js → OrModal-d845da2d.js} +1 -1
- package/dist/bundled/v2/{OrNotification-3b01294e.js → OrNotification-e102f0d7.js} +1 -1
- package/dist/bundled/v2/{OrPagination-7de5298c.js → OrPagination-166592a5.js} +24 -62
- package/dist/bundled/v2/{OrProgress-d1ad4637.js → OrProgress-01123d1f.js} +3 -3
- package/dist/bundled/v2/{OrRadio-cf867aeb.js → OrRadio-2d05cea7.js} +2 -2
- package/dist/bundled/v2/{OrSearch-6385e22f.js → OrSearch-f9d46a70.js} +2 -2
- package/dist/bundled/v2/{OrSelect-369fc98e.js → OrSelect-0c0c01d4.js} +33 -16
- package/dist/bundled/v2/{OrSidebar-49886551.js → OrSidebar-5ddf0e24.js} +3 -3
- package/dist/bundled/v2/{OrSidebarCollapseButton-bccb6427.js → OrSidebarCollapseButton-d6ebc2aa.js} +1 -1
- package/dist/bundled/v2/{OrSwitch-644a0729.js → OrSwitch-aa0da6b9.js} +2 -2
- package/dist/bundled/v2/{OrTab-39162e26.js → OrTab-8c5acf8a.js} +1 -1
- package/dist/bundled/v2/{OrTabs-78160924.js → OrTabs-ff22ddce.js} +3 -3
- package/dist/bundled/v2/{OrTag-f9430b52.js → OrTag-dee4c7e4.js} +7 -3
- package/dist/bundled/v2/{OrTextarea-c2ac90b2.js → OrTextarea-c56f19db.js} +30 -15
- package/dist/bundled/v2/{OrTooltip-6dceb10b.js → OrTooltip-87c2e375.js} +1 -1
- package/dist/bundled/v2/components/index.js +34 -33
- package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +12 -11
- package/dist/bundled/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.js +162 -0
- package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/or-confirm-v3/index.js +10 -9
- package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-error-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-fab-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-hint-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-icon-button-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-input-v3/index.js +8 -7
- package/dist/bundled/v2/components/or-label-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-link-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/or-radio-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-search-v3/index.js +9 -8
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-select-v3/index.js +11 -10
- package/dist/bundled/v2/components/or-sidebar-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +3 -3
- package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
- package/dist/bundled/v2/components/or-switch-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-tab-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-tabs-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-tag-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-textarea-v3/index.js +6 -5
- package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/bundled/v2/index.js +35 -34
- package/dist/bundled/v2/props-78496a2d.js +12 -0
- package/dist/bundled/v2/{types-1baef7d6.js → types-e494517f.js} +1 -1
- package/dist/bundled/v3/{OrButton-3844dcde.js → OrButton-452d3149.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3234f823.js → OrButton.vue_vue_type_script_lang-7d4f420c.js} +6 -8
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f68e9fa9.js → OrCardCollection.vue_vue_type_script_lang-f2fdaa33.js} +8 -8
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-2f40f250.js → OrCheckbox.vue_vue_type_script_lang-08f64a02.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-92615ca9.js → OrConfirm.vue_vue_type_script_lang-2bb4e530.js} +10 -8
- package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-8e58c67c.js → OrEmptyState.vue_vue_type_script_lang-da7d6c42.js} +2 -2
- package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-c97f9dd7.js → OrError.vue_vue_type_script_lang-53648a65.js} +3 -1
- package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-e052a480.js → OrErrorTag.vue_vue_type_script_lang-bfa4c580.js} +2 -0
- package/dist/bundled/v3/{OrHint-4d1a5982.js → OrHint-5d5e4d99.js} +2 -2
- package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-3d9a3b91.js → OrHint.vue_vue_type_script_lang-e322f61e.js} +3 -1
- package/dist/bundled/v3/{OrIconButton-7e142abb.js → OrIconButton-8f4c68e9.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-7c2615be.js → OrIconButton.vue_vue_type_script_lang-8670c49e.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-b9be61f1.js → OrInlineInput.vue_vue_type_script_lang-18853dd7.js} +9 -11
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-f05fdd34.js → OrInlineTextarea.vue_vue_type_script_lang-3cb238d6.js} +9 -11
- package/dist/bundled/v3/{OrInput-b951e2e1.js → OrInput-13a84d53.js} +13 -10
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-0b7193c1.js → OrInput.vue_vue_type_script_lang-09a6138d.js} +13 -14
- package/dist/bundled/v3/{OrInputBox-358d4856.js → OrInputBox-44f37541.js} +1 -1
- package/dist/{esm/v2/OrInputBox-53d1f66d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js} +3 -53
- package/dist/bundled/v3/{OrLabel-66e5b331.js → OrLabel-c556887e.js} +1 -1
- package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-563df945.js → OrLabel.vue_vue_type_script_lang-191d2304.js} +1 -1
- package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-c08a577b.js → OrLink.vue_vue_type_script_lang-05d4897b.js} +2 -6
- package/dist/bundled/v3/{OrMenu-8b83138c.js → OrMenu-c982d515.js} +10 -9
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-165f8e69.js → OrMenu.vue_vue_type_script_lang-cefb0eca.js} +8 -5
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-f578de92.js → OrModal.vue_vue_type_script_lang-3f3ce339.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-6462f3c0.js → OrNotification.vue_vue_type_script_lang-7dd0d85f.js} +2 -2
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-b5b74d1c.js → OrPagination.vue_vue_type_script_lang-a79c359c.js} +20 -37
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-2977ac52.js → OrProgress.vue_vue_type_script_lang-c387db0b.js} +3 -3
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-0732e87f.js → OrRadio.vue_vue_type_script_lang-5d88f0b4.js} +3 -3
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-4e35dbea.js → OrSearch.vue_vue_type_script_lang-9028a3c5.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-82c579a4.js → OrSelect.vue_vue_type_script_lang-30c61027.js} +17 -16
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-a91d5474.js → OrSidebar.vue_vue_type_script_lang-4639bf0e.js} +3 -3
- package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-fe9a139e.js → OrSidebarCollapseButton.vue_vue_type_script_lang-a46ed51a.js} +2 -2
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-8f9398f8.js → OrSwitch.vue_vue_type_script_lang-fd43080e.js} +3 -3
- package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-b2dc97c2.js → OrTab.vue_vue_type_script_lang-f791efa0.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-b9279206.js → OrTabs.vue_vue_type_script_lang-c8df52e6.js} +4 -4
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-a03d1c69.js → OrTag.vue_vue_type_script_lang-b716ad27.js} +7 -3
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-7889c03a.js → OrTextarea.vue_vue_type_script_lang-b2899ba6.js} +11 -12
- package/dist/bundled/v3/{OrToastContainer-5017cbf9.js → OrToastContainer-6a85ebf8.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-a51714f9.js → OrTooltip.vue_vue_type_script_lang-a17ed18c.js} +1 -1
- package/dist/bundled/v3/components/index.js +41 -40
- package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +19 -18
- package/dist/bundled/v3/components/or-checkbox-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.js +131 -0
- package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/or-confirm-v3/index.js +16 -15
- package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-error-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-fab-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-hint-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-icon-button-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-input-v3/index.js +12 -11
- package/dist/bundled/v3/components/or-label-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-link-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-modal-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-notification-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/or-radio-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-search-v3/index.js +14 -13
- package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-select-v3/index.js +16 -15
- package/dist/bundled/v3/components/or-sidebar-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +4 -4
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +4 -4
- package/dist/bundled/v3/components/or-switch-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-tab-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-tabs-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-textarea-v3/index.js +9 -8
- package/dist/bundled/v3/components/or-toast-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/bundled/v3/index.js +191 -202
- package/dist/bundled/v3/props-78496a2d.js +12 -0
- package/dist/bundled/v3/{types-1d9f9c3f.js → types-661a05a5.js} +2 -2
- package/dist/esm/v2/{OrButton-eaa2c409.js → OrButton-c5ec96e7.js} +6 -8
- package/dist/esm/v2/{OrCardCollection-230b25c0.js → OrCardCollection-59455d23.js} +6 -6
- package/dist/esm/v2/{OrCheckbox-ac3cc642.js → OrCheckbox-49d7d6b1.js} +2 -2
- package/dist/esm/v2/{OrConfirm-4e5c2906.js → OrConfirm-b31e3d3d.js} +8 -6
- package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
- package/dist/esm/v2/{OrError-9e7976ef.js → OrError-13845bb0.js} +3 -1
- package/dist/esm/v2/{OrErrorTag-32ba5c0c.js → OrErrorTag-7cd5dc68.js} +3 -1
- package/dist/esm/v2/{OrHint-272790e7.js → OrHint-78b399cb.js} +3 -1
- package/dist/esm/v2/{OrIconButton-75e7b80c.js → OrIconButton-fa9bff07.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-6a3472f3.js → OrInlineInput-36d79e50.js} +29 -15
- package/dist/esm/v2/{OrInlineTextarea-2c6f14da.js → OrInlineTextarea-e2d61e44.js} +29 -15
- package/dist/esm/v2/{OrInput-eb2cf391.js → OrInput-06003aad.js} +32 -17
- package/dist/esm/v2/OrInputBox-5c4b3104.js +43 -0
- package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-b387d4ba.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js} +1 -1
- package/dist/esm/v2/{OrLabel-49398089.js → OrLabel-0945a4d9.js} +1 -1
- package/dist/esm/v2/{OrLink-e2fd196e.js → OrLink-597e0e18.js} +2 -6
- package/dist/esm/v2/{OrMenu-40013a4a.js → OrMenu-bb6e93bc.js} +15 -10
- package/dist/esm/v2/{OrModal-7e85a919.js → OrModal-370cfc3b.js} +1 -1
- package/dist/esm/v2/{OrNotification-32a7774e.js → OrNotification-76498693.js} +1 -1
- package/dist/esm/v2/{OrPagination-67635368.js → OrPagination-a9233838.js} +24 -63
- package/dist/esm/v2/{OrProgress-59293ca5.js → OrProgress-ff999494.js} +3 -3
- package/dist/esm/v2/{OrRadio-ffd31026.js → OrRadio-06a54f1e.js} +2 -2
- package/dist/esm/v2/{OrSearch-7612e05b.js → OrSearch-44645202.js} +2 -2
- package/dist/esm/v2/{OrSelect-6b2528f2.js → OrSelect-a51044ed.js} +33 -16
- package/dist/esm/v2/{OrSidebar-5f5a5962.js → OrSidebar-89711112.js} +3 -3
- package/dist/esm/v2/{OrSidebarCollapseButton-81b32e0d.js → OrSidebarCollapseButton-81c77db0.js} +1 -1
- package/dist/esm/v2/{OrSwitch-6309430f.js → OrSwitch-6129b63d.js} +2 -2
- package/dist/esm/v2/{OrTab-8e1e3751.js → OrTab-1ff87c76.js} +1 -1
- package/dist/esm/v2/{OrTabs-411fc919.js → OrTabs-b501239f.js} +3 -3
- package/dist/esm/v2/{OrTag-7663d423.js → OrTag-d559f34c.js} +7 -3
- package/dist/esm/v2/{OrTextarea-6604925a.js → OrTextarea-5fa93c9a.js} +30 -15
- package/dist/esm/v2/{OrTooltip-5a02f34c.js → OrTooltip-d9424f71.js} +1 -1
- package/dist/esm/v2/components/index.js +34 -33
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +12 -11
- package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.js +159 -0
- package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-confirm-v3/index.js +10 -9
- package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
- package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
- package/dist/esm/v2/components/or-error-v3/index.js +1 -1
- package/dist/esm/v2/components/or-fab-v3/index.js +1 -1
- package/dist/esm/v2/components/or-hint-v3/index.js +1 -1
- package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-input-v3/index.js +5 -5
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/esm/v2/components/or-input-box-v3/index.js +3 -2
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-input-v3/index.js +8 -7
- package/dist/esm/v2/components/or-label-v3/index.js +1 -1
- package/dist/esm/v2/components/or-link-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/esm/v2/components/or-pagination-v3/index.js +5 -5
- package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
- package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +9 -8
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-select-v3/index.js +11 -10
- package/dist/esm/v2/components/or-sidebar-v3/index.js +4 -4
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +3 -3
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
- package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-textarea-v3/index.js +6 -5
- package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v2/index.js +34 -33
- package/dist/esm/v2/{types-a12f6aef.js → types-e9a54dcf.js} +1 -1
- package/dist/esm/v3/{OrButton-769333b2.js → OrButton-9f059df6.js} +6 -8
- package/dist/esm/v3/{OrCardCollection-18cc099f.js → OrCardCollection-5c0d53e0.js} +5 -5
- package/dist/esm/v3/{OrCheckbox-78b08b59.js → OrCheckbox-a8388252.js} +2 -2
- package/dist/esm/v3/{OrConfirm-1d16ec0e.js → OrConfirm-c7304c10.js} +8 -6
- package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
- package/dist/esm/v3/{OrError-5e926d62.js → OrError-19198748.js} +3 -1
- package/dist/esm/v3/{OrErrorTag-71fe44c2.js → OrErrorTag-0025b17c.js} +3 -1
- package/dist/esm/v3/{OrHint-031f9265.js → OrHint-6863124f.js} +3 -1
- package/dist/esm/v3/{OrIconButton-bbed669a.js → OrIconButton-385e997c.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-7127bbf7.js → OrInlineInput-651c9155.js} +18 -18
- package/dist/esm/v3/{OrInlineTextarea-6b166438.js → OrInlineTextarea-d16af66a.js} +18 -18
- package/dist/esm/v3/{OrInput-98b85380.js → OrInput-b3939d15.js} +19 -18
- package/dist/esm/v3/{OrLabel-5a2f55fd.js → OrLabel-f700f9fb.js} +1 -1
- package/dist/esm/v3/{OrLink-3e5e13d3.js → OrLink-07f6f27d.js} +2 -6
- package/dist/esm/v3/{OrMenu-8c333ea1.js → OrMenu-b4e8136c.js} +17 -13
- package/dist/esm/v3/{OrModal-80c32c22.js → OrModal-f9f2279b.js} +1 -1
- package/dist/esm/v3/{OrNotification-6e4a7e5c.js → OrNotification-aab2e22a.js} +1 -1
- package/dist/esm/v3/{OrPagination-6ff8d71e.js → OrPagination-183803e7.js} +26 -66
- package/dist/esm/v3/{OrProgress-2fea3fd7.js → OrProgress-f881a58a.js} +3 -3
- package/dist/esm/v3/{OrRadio-2ab7b845.js → OrRadio-97fb105f.js} +2 -2
- package/dist/esm/v3/{OrSearch-bae250ab.js → OrSearch-d16d0331.js} +1 -1
- package/dist/esm/v3/{OrSelect-6cacedb9.js → OrSelect-19c2e7d2.js} +22 -19
- package/dist/esm/v3/{OrSidebar-08e628b7.js → OrSidebar-64703ef6.js} +3 -3
- package/dist/esm/v3/{OrSidebarCollapseButton-95365ca6.js → OrSidebarCollapseButton-506fc73c.js} +1 -1
- package/dist/esm/v3/{OrSwitch-00d21fb8.js → OrSwitch-2a23a9b8.js} +2 -2
- package/dist/esm/v3/{OrTab-2206d2dc.js → OrTab-d3785ea4.js} +1 -1
- package/dist/esm/v3/{OrTabs-d6c6bc39.js → OrTabs-e639e96f.js} +3 -3
- package/dist/esm/v3/{OrTag-cd21a1bc.js → OrTag-330457a7.js} +7 -3
- package/dist/esm/v3/{OrTextarea-f23cfc20.js → OrTextarea-dfc6a453.js} +17 -16
- package/dist/esm/v3/{OrTooltip-adece7b6.js → OrTooltip-e5fe74d6.js} +1 -1
- package/dist/esm/v3/components/index.js +32 -32
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -10
- package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.js +130 -0
- package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-confirm-v3/index.js +8 -8
- package/dist/esm/v3/components/or-empty-state-v3/index.js +1 -1
- package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
- package/dist/esm/v3/components/or-error-v3/index.js +1 -1
- package/dist/esm/v3/components/or-fab-v3/index.js +1 -1
- package/dist/esm/v3/components/or-hint-v3/index.js +1 -1
- package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-input-v3/index.js +5 -5
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-input-v3/index.js +6 -6
- package/dist/esm/v3/components/or-label-v3/index.js +1 -1
- package/dist/esm/v3/components/or-link-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/esm/v3/components/or-pagination-v3/index.js +5 -5
- package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
- package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +7 -7
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-select-v3/index.js +9 -9
- package/dist/esm/v3/components/or-sidebar-v3/index.js +4 -4
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +3 -3
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
- package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-textarea-v3/index.js +4 -4
- package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v3/index.js +32 -32
- package/dist/esm/v3/{types-872260a9.js → types-b9717ff2.js} +1 -1
- package/package.json +2 -2
- package/src/components/or-button-v3/styles.ts +8 -11
- package/src/components/or-card-collection-v3/styles.ts +1 -1
- package/src/components/or-checkbox-v3/styles.ts +2 -1
- package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +7 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +201 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +133 -0
- package/src/components/or-combined-input-v3/index.ts +2 -0
- package/src/components/or-combined-input-v3/props.ts +1 -0
- package/src/components/or-combined-input-v3/styles.ts +25 -0
- package/src/components/or-confirm-v3/styles.ts +11 -5
- package/src/components/or-empty-state-v3/styles.ts +2 -2
- package/src/components/or-error-tag-v3/OrErrorTag.vue +1 -1
- package/src/components/or-error-tag-v3/styles.ts +3 -0
- package/src/components/or-error-v3/styles.ts +4 -1
- package/src/components/or-fab-v3/styles.ts +3 -3
- package/src/components/or-hint-v3/styles.ts +4 -1
- package/src/components/or-icon-button-v3/styles.ts +1 -1
- package/src/components/or-inline-input-v3/OrInlineInput.vue +12 -9
- package/src/components/or-inline-input-v3/styles.ts +3 -3
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +12 -9
- package/src/components/or-inline-textarea-v3/styles.ts +3 -3
- package/src/components/or-input-v3/OrInput.vue +13 -10
- package/src/components/or-input-v3/styles.ts +2 -2
- package/src/components/or-label-v3/styles.ts +1 -1
- package/src/components/or-link-v3/styles.ts +4 -8
- package/src/components/or-menu-v3/OrMenu.vue +26 -22
- package/src/components/or-menu-v3/styles.ts +5 -0
- package/src/components/or-pagination-v3/OrPagination.vue +42 -89
- package/src/components/or-pagination-v3/styles.ts +1 -1
- package/src/components/or-progress-v3/styles.ts +4 -4
- package/src/components/or-radio-v3/styles.ts +1 -1
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +13 -9
- package/src/components/or-select-v3/styles.ts +4 -1
- package/src/components/or-sidebar-v3/styles.ts +2 -2
- package/src/components/or-switch-v3/styles.ts +1 -1
- package/src/components/or-tab-v3/styles.ts +1 -1
- package/src/components/or-tabs-v3/styles.ts +2 -2
- package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
- package/src/components/or-tag-v3/OrTag.vue +1 -1
- package/src/components/or-tag-v3/styles.ts +11 -0
- package/src/components/or-textarea-v3/OrTextarea.vue +12 -9
- package/src/components/or-textarea-v3/styles.ts +2 -2
- package/src/components/or-tooltip-v3/styles.ts +1 -1
- package/dist/bundled/v2/{OrFab-85bd9427.js → OrFab-a2e49eaa.js} +2 -2
- package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-a4e3eef8.js → OrFab.vue_vue_type_script_lang-8f76f6b1.js} +2 -2
- package/dist/esm/v2/{OrFab-f71daa4f.js → OrFab-d5a37b22.js} +2 -2
- package/dist/esm/v3/{OrFab-6266b4de.js → OrFab-588291bf.js} +2 -2
|
@@ -5,101 +5,102 @@ export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
|
|
|
5
5
|
export { s as OrButtonV2 } from '../OrButton.vue_vue_type_script_lang-17f34bec.js';
|
|
6
6
|
export { s as OrIconButton } from '../OrIconButton.vue_vue_type_script_lang-60d2d34d.js';
|
|
7
7
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../constants-c5d1139f.js';
|
|
8
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-
|
|
8
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
9
9
|
export { s as OrCard } from '../OrCard.vue_vue_type_script_lang-90ba001b.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection.vue_vue_type_script_lang-83a50f5c.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-
|
|
11
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-f2fdaa33.js';
|
|
12
12
|
export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-b6685a34.js';
|
|
13
13
|
export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem.vue_vue_type_script_lang-cc31281a.js';
|
|
14
14
|
export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-87143106.js';
|
|
15
|
-
export { s as OrCheckboxV3 } from '../OrCheckbox.vue_vue_type_script_lang-
|
|
15
|
+
export { s as OrCheckboxV3 } from '../OrCheckbox.vue_vue_type_script_lang-08f64a02.js';
|
|
16
16
|
export { s as OrChip } from '../OrChip-f8874fb2.js';
|
|
17
17
|
export { s as OrChips } from '../OrChips.vue_vue_type_script_lang-3c26c28f.js';
|
|
18
18
|
export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script_lang-7723c4a8.js';
|
|
19
19
|
export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-04ffe655.js';
|
|
20
20
|
export { s 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.vue_vue_type_script_lang-3b58e79f.js';
|
|
21
21
|
export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-ff06fe51.js';
|
|
22
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-
|
|
22
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-2bb4e530.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker.vue_vue_type_script_lang-6483e834.js';
|
|
24
24
|
export { s as OrError } from '../OrError.vue_vue_type_script_lang-7c39e012.js';
|
|
25
|
-
export { s as OrErrorTagV3 } from '../OrErrorTag.vue_vue_type_script_lang-
|
|
26
|
-
export { s as OrErrorV3 } from '../OrError.vue_vue_type_script_lang-
|
|
27
|
-
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState.vue_vue_type_script_lang-
|
|
25
|
+
export { s as OrErrorTagV3 } from '../OrErrorTag.vue_vue_type_script_lang-bfa4c580.js';
|
|
26
|
+
export { s as OrErrorV3 } from '../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
27
|
+
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState.vue_vue_type_script_lang-da7d6c42.js';
|
|
28
28
|
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js';
|
|
29
|
-
export { F as FabColor, s as OrFabV3 } from '../OrFab.vue_vue_type_script_lang-
|
|
29
|
+
export { F as FabColor, s as OrFabV3 } from '../OrFab.vue_vue_type_script_lang-8f76f6b1.js';
|
|
30
30
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating.vue_vue_type_script_lang-c7bbb811.js';
|
|
31
31
|
export { s as OrHint } from '../OrHint.vue_vue_type_script_lang-78598c8e.js';
|
|
32
|
-
export { s as OrHintV3 } from '../OrHint.vue_vue_type_script_lang-
|
|
32
|
+
export { s as OrHintV3 } from '../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
33
33
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon.vue_vue_type_script_lang-4af1b391.js';
|
|
34
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-
|
|
34
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
|
|
37
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-
|
|
37
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-18853dd7.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit.vue_vue_type_script_lang-4f78910a.js';
|
|
39
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-
|
|
40
|
-
export {
|
|
41
|
-
export { I as
|
|
39
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-3cb238d6.js';
|
|
40
|
+
export { s as OrInputBoxV3 } from '../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
41
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from '../props-78496a2d.js';
|
|
42
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
42
43
|
export { s as OrInput } from '../OrInput.vue_vue_type_script_lang-a415817b.js';
|
|
43
44
|
export { s as OrLabel } from '../OrLabel.vue_vue_type_script_lang-27f8b12d.js';
|
|
44
|
-
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel.vue_vue_type_script_lang-
|
|
45
|
-
export { L as LinkColor, s as OrLinkV3 } from '../OrLink.vue_vue_type_script_lang-
|
|
45
|
+
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
46
|
+
export { L as LinkColor, s as OrLinkV3 } from '../OrLink.vue_vue_type_script_lang-05d4897b.js';
|
|
46
47
|
export { s as OrList } from '../OrList.vue_vue_type_script_lang-9526ff80.js';
|
|
47
48
|
export { s as OrListOfInputs } from '../OrListOfInputs.vue_vue_type_script_lang-260baa5f.js';
|
|
48
49
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader.vue_vue_type_script_lang-1378ab8e.js';
|
|
49
50
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
50
51
|
export { s as OrMenuItemV3 } from '../OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
51
|
-
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-
|
|
52
|
+
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-cefb0eca.js';
|
|
52
53
|
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
53
54
|
export { s as OrModal, O as OrModalSizes } from '../OrModal.vue_vue_type_script_lang-27616063.js';
|
|
54
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-
|
|
55
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-3f3ce339.js';
|
|
55
56
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification.vue_vue_type_script_lang-2a131157.js';
|
|
56
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-
|
|
57
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-7dd0d85f.js';
|
|
57
58
|
export { s as OrNumberInput } from '../OrNumberInput.vue_vue_type_script_lang-a25274f5.js';
|
|
58
59
|
export { s as OrOverflowMenu } from '../OrOverflowMenu.vue_vue_type_script_lang-6c062d1e.js';
|
|
59
60
|
export { s as OrOverlay } from '../OrOverlay.vue_vue_type_script_lang-b9bf5e50.js';
|
|
60
61
|
export { s as OrOverlayV3 } from '../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
61
62
|
export { s as OrPassword } from '../OrPassword.vue_vue_type_script_lang-87d79c3c.js';
|
|
62
|
-
export { s as OrPaginationV3 } from '../OrPagination.vue_vue_type_script_lang-
|
|
63
|
+
export { s as OrPaginationV3 } from '../OrPagination.vue_vue_type_script_lang-a79c359c.js';
|
|
63
64
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress.vue_vue_type_script_lang-3f9ec654.js';
|
|
64
|
-
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress.vue_vue_type_script_lang-
|
|
65
|
+
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress.vue_vue_type_script_lang-c387db0b.js';
|
|
65
66
|
export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-c956b54b.js';
|
|
66
67
|
export { s as OrRadioGroup } from '../OrRadioGroup.vue_vue_type_script_lang-caea7bcb.js';
|
|
67
|
-
export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-
|
|
68
|
+
export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-5d88f0b4.js';
|
|
68
69
|
export { s as OrSearch } from '../OrSearch.vue_vue_type_script_lang-cb0964be.js';
|
|
69
|
-
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-
|
|
70
|
+
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-9028a3c5.js';
|
|
70
71
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-38a00b68.js';
|
|
71
72
|
export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-2016ac4e.js';
|
|
72
|
-
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-
|
|
73
|
+
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-30c61027.js';
|
|
73
74
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-7c55ac0a.js';
|
|
74
|
-
export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-
|
|
75
|
-
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-
|
|
75
|
+
export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-4639bf0e.js';
|
|
76
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-a46ed51a.js';
|
|
76
77
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText.vue_vue_type_script_lang-f3f989c3.js';
|
|
77
78
|
export { s as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText.vue_vue_type_script_lang-efcfbe21.js';
|
|
78
79
|
export { s as OrSlider } from '../OrSlider.vue_vue_type_script_lang-a5a10569.js';
|
|
79
80
|
export { s as OrSortHeaderV3 } from '../OrSortHeader.vue_vue_type_script_lang-85238e0a.js';
|
|
80
81
|
export { s as OrStepper } from '../OrStepper.vue_vue_type_script_lang-0876614e.js';
|
|
81
82
|
export { s as OrSwitch } from '../OrSwitch.vue_vue_type_script_lang-f55d33f4.js';
|
|
82
|
-
export { s as OrSwitchV3 } from '../OrSwitch.vue_vue_type_script_lang-
|
|
83
|
+
export { s as OrSwitchV3 } from '../OrSwitch.vue_vue_type_script_lang-fd43080e.js';
|
|
83
84
|
export { s as OrTab } from '../OrTab.vue_vue_type_script_lang-de7c7063.js';
|
|
84
85
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem.vue_vue_type_script_lang-e1f29563.js';
|
|
85
|
-
export { s as OrTabV3 } from '../OrTab.vue_vue_type_script_lang-
|
|
86
|
+
export { s as OrTabV3 } from '../OrTab.vue_vue_type_script_lang-f791efa0.js';
|
|
86
87
|
export { s as OrTabs } from '../OrTabs.vue_vue_type_script_lang-40e2a6e9.js';
|
|
87
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-
|
|
88
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-c8df52e6.js';
|
|
88
89
|
export { s as OrTag } from '../OrTag.vue_vue_type_script_lang-6677064d.js';
|
|
89
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-
|
|
90
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-b716ad27.js';
|
|
90
91
|
export { s as OrTeleport } from '../OrTeleport.vue3-12636ac0.js';
|
|
91
92
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
92
93
|
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-e93438ea.js';
|
|
93
94
|
export { s as OrTextarea } from '../OrTextarea.vue_vue_type_script_lang-13c5e976.js';
|
|
94
|
-
export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-
|
|
95
|
+
export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-b2899ba6.js';
|
|
95
96
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-c20fc4a7.js';
|
|
96
97
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
|
|
97
98
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-27ba0e01.js';
|
|
98
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
99
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-661a05a5.js';
|
|
99
100
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-4d4329cd.js';
|
|
100
101
|
export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-eb8ad0e1.js';
|
|
101
102
|
export { s as OrTooltipContent } from '../OrTooltipContent-b0dcb862.js';
|
|
102
|
-
export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-
|
|
103
|
+
export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-a17ed18c.js';
|
|
103
104
|
import 'vue';
|
|
104
105
|
import 'lodash';
|
|
105
106
|
import '../OrIcon-e8ea87d0.js';
|
|
@@ -110,11 +111,11 @@ import '@vueuse/core';
|
|
|
110
111
|
import '../OrLoader-ee97fef4.js';
|
|
111
112
|
import '../OrLoader-be9d72cd.js';
|
|
112
113
|
import '../OrIconButton-35a14325.js';
|
|
113
|
-
import '../OrIconButton-
|
|
114
|
-
import '../OrButton-
|
|
115
|
-
import '../OrMenu-
|
|
114
|
+
import '../OrIconButton-8f4c68e9.js';
|
|
115
|
+
import '../OrButton-452d3149.js';
|
|
116
|
+
import '../OrMenu-c982d515.js';
|
|
116
117
|
import '../OrMenuItem-1917f51a.js';
|
|
117
|
-
import '../OrLabel-
|
|
118
|
+
import '../OrLabel-c556887e.js';
|
|
118
119
|
import '../useIdAttribute-b2e42f31.js';
|
|
119
120
|
import '../OrLabel-e412c532.js';
|
|
120
121
|
import '../OrError-b43ebad8.js';
|
|
@@ -126,13 +127,13 @@ import '../OrFloating-c13f0eae.js';
|
|
|
126
127
|
import '../index-01519e46.js';
|
|
127
128
|
import '../OrButton-5d3db1ef.js';
|
|
128
129
|
import '../OrInput-d95faac1.js';
|
|
129
|
-
import '../OrInput-
|
|
130
|
+
import '../OrInput-13a84d53.js';
|
|
130
131
|
import '../OrCollapse-d2564011.js';
|
|
131
132
|
import '../floating-ui.dom.esm-83eba816.js';
|
|
132
|
-
import '../OrHint-
|
|
133
|
+
import '../OrHint-5d5e4d99.js';
|
|
133
134
|
import '../OrInlineInputBox-f92a09d6.js';
|
|
134
135
|
import '../useValidationAttributes-5428d8fa.js';
|
|
135
|
-
import '../OrInputBox-
|
|
136
|
+
import '../OrInputBox-44f37541.js';
|
|
136
137
|
import '../useResponsive-9d397e2a.js';
|
|
137
138
|
import '../v4-cf8987a3.js';
|
|
138
139
|
import '../OrPopover-0c296207.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton.vue_vue_type_script_lang-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrLoader-be9d72cd.js';
|
|
4
4
|
import '../../OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-f2fdaa33.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrIconButton-
|
|
4
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrIconButton-8f4c68e9.js';
|
|
4
|
+
import '../../OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
5
5
|
import '../../OrIcon-0239fc17.js';
|
|
6
6
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
7
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
7
|
+
import '../../OrTooltip.vue_vue_type_script_lang-a17ed18c.js';
|
|
8
8
|
import '@vueuse/core';
|
|
9
9
|
import '../../OrPopover-0c296207.js';
|
|
10
10
|
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
@@ -14,24 +14,25 @@ import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
|
14
14
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
15
15
|
import '../../useElevation-e8a2ce89.js';
|
|
16
16
|
import '../../useResponsive-9d397e2a.js';
|
|
17
|
-
import '../../OrButton-
|
|
18
|
-
import '../../OrButton.vue_vue_type_script_lang-
|
|
17
|
+
import '../../OrButton-452d3149.js';
|
|
18
|
+
import '../../OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
19
19
|
import '../../OrLoader-be9d72cd.js';
|
|
20
20
|
import '../../OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
21
|
-
import '../../OrMenu-
|
|
22
|
-
import '../../OrMenu.vue_vue_type_script_lang-
|
|
21
|
+
import '../../OrMenu-c982d515.js';
|
|
22
|
+
import '../../OrMenu.vue_vue_type_script_lang-cefb0eca.js';
|
|
23
23
|
import '../../OrMenuItem-1917f51a.js';
|
|
24
24
|
import '../../OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
25
|
-
import '../../OrSearch.vue_vue_type_script_lang-
|
|
26
|
-
import '../../OrInput-
|
|
27
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
28
|
-
import '../../OrHint-
|
|
29
|
-
import '../../OrError.vue_vue_type_script_lang-
|
|
30
|
-
import '../../OrHint.vue_vue_type_script_lang-
|
|
31
|
-
import '../../OrInputBox-
|
|
32
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
33
|
-
import '../../
|
|
34
|
-
import '../../OrLabel
|
|
25
|
+
import '../../OrSearch.vue_vue_type_script_lang-9028a3c5.js';
|
|
26
|
+
import '../../OrInput-13a84d53.js';
|
|
27
|
+
import '../../OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
28
|
+
import '../../OrHint-5d5e4d99.js';
|
|
29
|
+
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
30
|
+
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
31
|
+
import '../../OrInputBox-44f37541.js';
|
|
32
|
+
import '../../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
33
|
+
import '../../props-78496a2d.js';
|
|
34
|
+
import '../../OrLabel-c556887e.js';
|
|
35
|
+
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
35
36
|
import '../../useIdAttribute-b2e42f31.js';
|
|
36
37
|
import '../../useValidationAttributes-5428d8fa.js';
|
|
37
38
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { s as OrCheckboxV3 } from '../../OrCheckbox.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrCheckboxV3 } from '../../OrCheckbox.vue_vue_type_script_lang-08f64a02.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrLabel-
|
|
4
|
-
import '../../OrLabel.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrLabel-c556887e.js';
|
|
4
|
+
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
5
5
|
import '../../useIdAttribute-b2e42f31.js';
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { CombinedInputSize } from './props';
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
|
+
controlGroup: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
8
|
+
size: {
|
|
9
|
+
type: PropType<CombinedInputSize>;
|
|
10
|
+
default: CombinedInputSize;
|
|
11
|
+
};
|
|
12
|
+
label: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
|
+
hint: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
20
|
+
error: {
|
|
21
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
22
|
+
default: undefined;
|
|
23
|
+
};
|
|
24
|
+
required: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
readonly: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
disabled: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
disableDefaultStyles: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
41
|
+
size: {
|
|
42
|
+
type: PropType<CombinedInputSize>;
|
|
43
|
+
default: CombinedInputSize;
|
|
44
|
+
};
|
|
45
|
+
label: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: undefined;
|
|
48
|
+
};
|
|
49
|
+
hint: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: undefined;
|
|
52
|
+
};
|
|
53
|
+
error: {
|
|
54
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
55
|
+
default: undefined;
|
|
56
|
+
};
|
|
57
|
+
required: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
readonly: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
disabled: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
disableDefaultStyles: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
74
|
+
size: CombinedInputSize;
|
|
75
|
+
label: string;
|
|
76
|
+
hint: string;
|
|
77
|
+
error: string | boolean;
|
|
78
|
+
required: boolean;
|
|
79
|
+
readonly: boolean;
|
|
80
|
+
disabled: boolean;
|
|
81
|
+
disableDefaultStyles: boolean;
|
|
82
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
83
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
84
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
85
|
+
controlGroup: import("@vue/composition-api").ComputedRef<string[]>;
|
|
86
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
87
|
+
size: CombinedInputSize;
|
|
88
|
+
label: string;
|
|
89
|
+
hint: string;
|
|
90
|
+
error: string | boolean;
|
|
91
|
+
required: boolean;
|
|
92
|
+
readonly: boolean;
|
|
93
|
+
disabled: boolean;
|
|
94
|
+
disableDefaultStyles: boolean;
|
|
95
|
+
} & {}, {
|
|
96
|
+
size: CombinedInputSize;
|
|
97
|
+
label: string;
|
|
98
|
+
hint: string;
|
|
99
|
+
error: string | boolean;
|
|
100
|
+
required: boolean;
|
|
101
|
+
readonly: boolean;
|
|
102
|
+
disabled: boolean;
|
|
103
|
+
disableDefaultStyles: boolean;
|
|
104
|
+
}, true>);
|
|
105
|
+
export default _default;
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, withDirectives, vShow, createVNode } from 'vue';
|
|
2
|
+
import '../../OrHint-5d5e4d99.js';
|
|
3
|
+
import '../../OrLabel-c556887e.js';
|
|
4
|
+
import { s as script$1 } from '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
5
|
+
import { s as script$2 } from '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
6
|
+
import { s as script$3 } from '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
7
|
+
import { a as InputBoxSize } from '../../props-78496a2d.js';
|
|
8
|
+
export { a as CombinedInputSize } from '../../props-78496a2d.js';
|
|
9
|
+
|
|
10
|
+
const CombinedInputRoot = [
|
|
11
|
+
// Layout
|
|
12
|
+
'layout-column',
|
|
13
|
+
// Spacing
|
|
14
|
+
'gap-xs'];
|
|
15
|
+
const CombinedInputControlGroup = [
|
|
16
|
+
// Layout
|
|
17
|
+
'layout-row',
|
|
18
|
+
// Box
|
|
19
|
+
'w-full',
|
|
20
|
+
// Shape (.or-input-box)
|
|
21
|
+
'[&_.or-input-box]:first-child:rounded-r-0', '[&_.or-input-box]:intermediate-child:rounded-0', '[&_.or-input-box]:last-child:rounded-l-0',
|
|
22
|
+
// Spacing (.or-input-box)
|
|
23
|
+
'[&_.or-input-box]:first-child:mr-[-1px]', '[&_.or-input-box]:intermediate-child:border-x-0', '[&_.or-input-box]:last-child:ml-[-1px]'];
|
|
24
|
+
|
|
25
|
+
var script = defineComponent({
|
|
26
|
+
name: 'OrCombinedInput',
|
|
27
|
+
components: {
|
|
28
|
+
OrError: script$1,
|
|
29
|
+
OrHint: script$2,
|
|
30
|
+
OrLabel: script$3
|
|
31
|
+
},
|
|
32
|
+
props: {
|
|
33
|
+
size: {
|
|
34
|
+
type: String,
|
|
35
|
+
default: InputBoxSize.M
|
|
36
|
+
},
|
|
37
|
+
label: {
|
|
38
|
+
type: String,
|
|
39
|
+
default: undefined
|
|
40
|
+
},
|
|
41
|
+
hint: {
|
|
42
|
+
type: String,
|
|
43
|
+
default: undefined
|
|
44
|
+
},
|
|
45
|
+
error: {
|
|
46
|
+
type: [String, Boolean],
|
|
47
|
+
default: undefined
|
|
48
|
+
},
|
|
49
|
+
required: {
|
|
50
|
+
type: Boolean,
|
|
51
|
+
default: false
|
|
52
|
+
},
|
|
53
|
+
readonly: {
|
|
54
|
+
type: Boolean,
|
|
55
|
+
default: false
|
|
56
|
+
},
|
|
57
|
+
disabled: {
|
|
58
|
+
type: Boolean,
|
|
59
|
+
default: false
|
|
60
|
+
},
|
|
61
|
+
disableDefaultStyles: {
|
|
62
|
+
type: Boolean,
|
|
63
|
+
default: false
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
setup(props, context) {
|
|
67
|
+
// Refs
|
|
68
|
+
const root = ref();
|
|
69
|
+
// Styles
|
|
70
|
+
const rootStyles = computed(() => ['or-combined-input', ...CombinedInputRoot]);
|
|
71
|
+
const controlGroup = computed(() => [...CombinedInputControlGroup]);
|
|
72
|
+
return {
|
|
73
|
+
root,
|
|
74
|
+
rootStyles,
|
|
75
|
+
controlGroup
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
const _hoisted_1 = {
|
|
81
|
+
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
82
|
+
};
|
|
83
|
+
const _hoisted_2 = {
|
|
84
|
+
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
85
|
+
};
|
|
86
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
87
|
+
const _component_OrLabel = resolveComponent("OrLabel");
|
|
88
|
+
const _component_OrHint = resolveComponent("OrHint");
|
|
89
|
+
const _component_OrError = resolveComponent("OrError");
|
|
90
|
+
return openBlock(), createElementBlock("div", {
|
|
91
|
+
ref: "root",
|
|
92
|
+
class: normalizeClass(_ctx.rootStyles)
|
|
93
|
+
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
94
|
+
key: 0,
|
|
95
|
+
variant: 'input',
|
|
96
|
+
required: _ctx.required,
|
|
97
|
+
disabled: _ctx.disabled
|
|
98
|
+
}, {
|
|
99
|
+
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
100
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
|
|
101
|
+
|
|
102
|
+
_: 3 /* FORWARDED */
|
|
103
|
+
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
104
|
+
class: normalizeClass(_ctx.controlGroup)
|
|
105
|
+
}, [renderSlot(_ctx.$slots, "default", {
|
|
106
|
+
size: _ctx.size,
|
|
107
|
+
error: !!_ctx.error,
|
|
108
|
+
required: _ctx.required,
|
|
109
|
+
readonly: _ctx.readonly,
|
|
110
|
+
disabled: _ctx.disabled,
|
|
111
|
+
disableDefaultStyles: _ctx.disableDefaultStyles
|
|
112
|
+
})], 2 /* CLASS */), withDirectives(createElementVNode("div", _hoisted_1, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
113
|
+
key: 0,
|
|
114
|
+
disabled: _ctx.disabled
|
|
115
|
+
}, {
|
|
116
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
117
|
+
|
|
118
|
+
_: 1 /* STABLE */
|
|
119
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, !_ctx.error]]), withDirectives(createElementVNode("div", _hoisted_2, [createVNode(_component_OrError, {
|
|
120
|
+
disabled: _ctx.disabled
|
|
121
|
+
}, {
|
|
122
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
123
|
+
|
|
124
|
+
_: 1 /* STABLE */
|
|
125
|
+
}, 8 /* PROPS */, ["disabled"])], 512 /* NEED_PATCH */), [[vShow, typeof _ctx.error === 'string']])], 2 /* CLASS */);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
script.render = render;
|
|
129
|
+
script.__file = "src/components/or-combined-input-v3/OrCombinedInput.vue";
|
|
130
|
+
|
|
131
|
+
export { script as OrCombinedInputV3 };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputBoxSize as CombinedInputSize } from '../or-input-box-v3';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-2bb4e530.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '../../index-01519e46.js';
|
|
4
4
|
import 'vue';
|
|
@@ -6,28 +6,29 @@ import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
|
6
6
|
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
7
7
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
8
8
|
import '../../useElevation-e8a2ce89.js';
|
|
9
|
-
import '../../OrButton-
|
|
10
|
-
import '../../OrButton.vue_vue_type_script_lang-
|
|
9
|
+
import '../../OrButton-452d3149.js';
|
|
10
|
+
import '../../OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
11
11
|
import '../../OrLoader-be9d72cd.js';
|
|
12
12
|
import '../../OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
13
|
-
import '../../OrInput-
|
|
14
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
15
|
-
import '../../OrHint-
|
|
16
|
-
import '../../OrError.vue_vue_type_script_lang-
|
|
17
|
-
import '../../OrHint.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrInput-13a84d53.js';
|
|
14
|
+
import '../../OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
15
|
+
import '../../OrHint-5d5e4d99.js';
|
|
16
|
+
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
17
|
+
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
18
18
|
import '../../OrIcon-0239fc17.js';
|
|
19
19
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
20
|
-
import '../../OrIconButton-
|
|
21
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
22
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
20
|
+
import '../../OrIconButton-8f4c68e9.js';
|
|
21
|
+
import '../../OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
22
|
+
import '../../OrTooltip.vue_vue_type_script_lang-a17ed18c.js';
|
|
23
23
|
import '../../OrPopover-0c296207.js';
|
|
24
24
|
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
25
25
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
26
26
|
import '../../useResponsive-9d397e2a.js';
|
|
27
|
-
import '../../OrInputBox-
|
|
28
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
29
|
-
import '../../
|
|
30
|
-
import '../../OrLabel
|
|
27
|
+
import '../../OrInputBox-44f37541.js';
|
|
28
|
+
import '../../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
29
|
+
import '../../props-78496a2d.js';
|
|
30
|
+
import '../../OrLabel-c556887e.js';
|
|
31
|
+
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
31
32
|
import '../../useIdAttribute-b2e42f31.js';
|
|
32
33
|
import '../../useValidationAttributes-5428d8fa.js';
|
|
33
34
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../../OrEmptyState.vue_vue_type_script_lang-
|
|
1
|
+
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../../OrEmptyState.vue_vue_type_script_lang-da7d6c42.js';
|
|
2
2
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrErrorTagV3 } from '../../OrErrorTag.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrErrorTagV3 } from '../../OrErrorTag.vue_vue_type_script_lang-bfa4c580.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIcon-0239fc17.js';
|
|
4
4
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrErrorV3 } from '../../OrError.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrErrorV3 } from '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
2
2
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as FabColor, s as OrFabV3 } from '../../OrFab.vue_vue_type_script_lang-
|
|
1
|
+
export { F as FabColor, s as OrFabV3 } from '../../OrFab.vue_vue_type_script_lang-8f76f6b1.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIcon-0239fc17.js';
|
|
4
4
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrHintV3 } from '../../OrHint.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrHintV3 } from '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
2
2
|
import 'vue';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton.vue_vue_type_script_lang-
|
|
1
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrIcon-0239fc17.js';
|
|
5
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrTooltip.vue_vue_type_script_lang-a17ed18c.js';
|
|
6
6
|
import '@vueuse/core';
|
|
7
7
|
import '../../OrPopover-0c296207.js';
|
|
8
8
|
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|