@onereach/ui-components 2.74.13-beta.2366.0 → 2.74.13
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-9ae76851.js → OrButton-0242b4c0.js} +7 -9
- package/dist/bundled/v2/{OrCardCollection-f0816c17.js → OrCardCollection-04e767c2.js} +5 -5
- package/dist/bundled/v2/{OrCheckbox-aac23c1e.js → OrCheckbox-384760cb.js} +2 -2
- package/dist/bundled/v2/{OrConfirm-bf83246d.js → OrConfirm-a76ff6d2.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-9304f205.js} +4 -4
- package/dist/bundled/v2/{OrInlineTextarea-ebea7861.js → OrInlineTextarea-e0d28fc6.js} +4 -4
- package/dist/bundled/v2/{OrInput-2b961cdd.js → OrInput-b8511a0c.js} +8 -8
- 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/{OrLoader-cf28bfa6.js → OrLoader-6bec8824.js} +10 -2
- 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-acc2f733.js → OrNotification-f7644c55.js} +1 -1
- package/dist/bundled/v2/{OrPagination-f57ac739.js → OrPagination-166592a5.js} +24 -62
- package/dist/bundled/v2/{OrProgress-5cf0a7e7.js → OrProgress-01123d1f.js} +9 -5
- package/dist/bundled/v2/{OrRadio-cf867aeb.js → OrRadio-2d05cea7.js} +2 -2
- package/dist/bundled/v2/{OrSearch-d3f376f2.js → OrSearch-60b64568.js} +1 -1
- package/dist/bundled/v2/{OrSelect-85174587.js → OrSelect-752bdd3b.js} +7 -7
- 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-9d754145.js → OrSwitch-aa0da6b9.js} +3 -3
- 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-5fdf63d0.js} +3 -3
- package/dist/bundled/v2/{OrTooltip-6dceb10b.js → OrTooltip-87c2e375.js} +1 -1
- package/dist/bundled/v2/components/index.js +33 -33
- package/dist/bundled/v2/components/or-button-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +11 -11
- package/dist/bundled/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-confirm-v3/index.js +9 -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/index.js +5 -5
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-input-v3/index.js +7 -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-loader-v3/OrLoader.vue.d.ts +2 -0
- package/dist/bundled/v2/components/or-loader-v3/index.js +2 -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 +5 -5
- package/dist/bundled/v2/components/or-progress-v3/OrProgress.vue.d.ts +2 -0
- 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 +8 -8
- package/dist/bundled/v2/components/or-select-v3/index.js +10 -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 +4 -3
- 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/index.js +4 -4
- package/dist/bundled/v2/components/or-toast-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/bundled/v2/index.js +34 -34
- package/dist/bundled/v2/{types-0af63244.js → types-e494517f.js} +2 -2
- package/dist/bundled/v3/{OrButton-71e8b688.js → OrButton-452d3149.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-b36fe46e.js → OrButton.vue_vue_type_script_lang-7d4f420c.js} +8 -10
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-5bfcfe33.js → OrCardCollection.vue_vue_type_script_lang-e71a0ea0.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-0a5e9050.js → OrConfirm.vue_vue_type_script_lang-b550c3d3.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-cd4a64f6.js} +6 -6
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-f05fdd34.js → OrInlineTextarea.vue_vue_type_script_lang-a73ff1ee.js} +6 -6
- package/dist/bundled/v3/{OrInput-48ea0651.js → OrInput-6d49f353.js} +2 -2
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-58e48edb.js → OrInput.vue_vue_type_script_lang-af68d0e7.js} +9 -9
- 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/{OrLoader-663e062d.js → OrLoader-be9d72cd.js} +11 -11
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-8fc03499.js → OrLoader.vue_vue_type_script_lang-65971a23.js} +8 -0
- 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-bfe4afdb.js → OrNotification.vue_vue_type_script_lang-4532696a.js} +2 -2
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-04c78169.js → OrPagination.vue_vue_type_script_lang-a79c359c.js} +20 -37
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-17095060.js → OrProgress.vue_vue_type_script_lang-c387db0b.js} +7 -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-3596f7d4.js → OrSearch.vue_vue_type_script_lang-8c37e5a7.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-5ccea253.js → OrSelect.vue_vue_type_script_lang-35ac0247.js} +10 -10
- 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-c49765c2.js → OrSwitch.vue_vue_type_script_lang-fd43080e.js} +5 -5
- 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-de99a858.js} +5 -5
- package/dist/bundled/v3/{OrToastContainer-d3bce9c4.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 +40 -40
- package/dist/bundled/v3/components/or-button-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +18 -18
- package/dist/bundled/v3/components/or-checkbox-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-confirm-v3/index.js +15 -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/index.js +7 -7
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-input-v3/index.js +11 -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-loader-v3/OrLoader.vue.d.ts +2 -0
- package/dist/bundled/v3/components/or-loader-v3/index.js +2 -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 +8 -8
- package/dist/bundled/v3/components/or-progress-v3/OrProgress.vue.d.ts +2 -0
- 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 +13 -13
- package/dist/bundled/v3/components/or-select-v3/index.js +15 -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 +6 -5
- 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/index.js +6 -6
- package/dist/bundled/v3/components/or-toast-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/bundled/v3/index.js +88 -109
- package/dist/bundled/v3/{types-9b193027.js → types-661a05a5.js} +4 -4
- package/dist/esm/v2/{OrButton-1ed57b07.js → OrButton-c5ec96e7.js} +7 -9
- package/dist/esm/v2/{OrCardCollection-f6132da9.js → OrCardCollection-f7856175.js} +5 -5
- package/dist/esm/v2/{OrCheckbox-ac3cc642.js → OrCheckbox-49d7d6b1.js} +2 -2
- package/dist/esm/v2/{OrConfirm-f280862e.js → OrConfirm-98d62065.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-df02ab5d.js} +4 -4
- package/dist/esm/v2/{OrInlineTextarea-2c6f14da.js → OrInlineTextarea-ad120656.js} +4 -4
- package/dist/esm/v2/{OrInput-bd9f2148.js → OrInput-3bb91436.js} +8 -8
- 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/{OrLoader-8f1f3af1.js → OrLoader-b11ed386.js} +10 -2
- 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-489c0f0c.js → OrNotification-687b4999.js} +1 -1
- package/dist/esm/v2/{OrPagination-3e29cc30.js → OrPagination-a9233838.js} +24 -63
- package/dist/esm/v2/{OrProgress-9fc95bd7.js → OrProgress-ff999494.js} +9 -5
- package/dist/esm/v2/{OrRadio-ffd31026.js → OrRadio-06a54f1e.js} +2 -2
- package/dist/esm/v2/{OrSearch-bcee8256.js → OrSearch-dad9b02f.js} +1 -1
- package/dist/esm/v2/{OrSelect-0a1d4cb1.js → OrSelect-7ef80130.js} +7 -7
- 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-7653f71e.js → OrSwitch-6129b63d.js} +3 -3
- 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-0a64f718.js} +3 -3
- package/dist/esm/v2/{OrTooltip-5a02f34c.js → OrTooltip-d9424f71.js} +1 -1
- package/dist/esm/v2/components/index.js +33 -33
- package/dist/esm/v2/components/or-button-v3/index.js +3 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +12 -12
- package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v2/components/or-confirm-v3/index.js +9 -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/index.js +5 -5
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/esm/v2/components/or-input-v3/index.js +7 -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-loader-v3/OrLoader.vue.d.ts +2 -0
- package/dist/esm/v2/components/or-loader-v3/index.js +2 -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/OrProgress.vue.d.ts +2 -0
- 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 +8 -8
- package/dist/esm/v2/components/or-select-v3/index.js +10 -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 +3 -3
- 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/index.js +4 -4
- package/dist/esm/v2/components/or-toast-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v2/index.js +33 -33
- package/dist/esm/v2/{types-7bafab31.js → types-e9a54dcf.js} +2 -2
- package/dist/esm/v3/{OrButton-2f9ec31b.js → OrButton-9f059df6.js} +7 -9
- package/dist/esm/v3/{OrCardCollection-35675f08.js → OrCardCollection-4cb41408.js} +5 -5
- package/dist/esm/v3/{OrCheckbox-78b08b59.js → OrCheckbox-a8388252.js} +2 -2
- package/dist/esm/v3/{OrConfirm-7b750cb1.js → OrConfirm-19da64d1.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-cd3753ee.js} +4 -4
- package/dist/esm/v3/{OrInlineTextarea-6b166438.js → OrInlineTextarea-4c5b0390.js} +4 -4
- package/dist/esm/v3/{OrInput-3b7616c7.js → OrInput-ae9f6871.js} +6 -6
- 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/{OrLoader-3a918ce9.js → OrLoader-18f66bca.js} +18 -10
- 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-04a301a1.js → OrNotification-03a7426c.js} +1 -1
- package/dist/esm/v3/{OrPagination-04192268.js → OrPagination-183803e7.js} +26 -66
- package/dist/esm/v3/{OrProgress-4856808a.js → OrProgress-f881a58a.js} +18 -13
- package/dist/esm/v3/{OrRadio-2ab7b845.js → OrRadio-97fb105f.js} +2 -2
- package/dist/esm/v3/{OrSearch-7e33e7a4.js → OrSearch-6f6b4fcd.js} +1 -1
- package/dist/esm/v3/{OrSelect-9f47bc5c.js → OrSelect-96bf9b63.js} +7 -7
- 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-ea2e3508.js → OrSwitch-2a23a9b8.js} +3 -3
- 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-42d21f77.js} +3 -3
- package/dist/esm/v3/{OrTooltip-adece7b6.js → OrTooltip-e5fe74d6.js} +1 -1
- package/dist/esm/v3/components/index.js +33 -33
- package/dist/esm/v3/components/or-button-v3/index.js +3 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +12 -12
- package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v3/components/or-confirm-v3/index.js +9 -9
- 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/index.js +5 -5
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/esm/v3/components/or-input-v3/index.js +7 -7
- 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-loader-v3/OrLoader.vue.d.ts +2 -0
- package/dist/esm/v3/components/or-loader-v3/index.js +2 -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/OrProgress.vue.d.ts +2 -0
- 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 +8 -8
- package/dist/esm/v3/components/or-select-v3/index.js +10 -10
- 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 +3 -3
- 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/index.js +4 -4
- package/dist/esm/v3/components/or-toast-v3/index.js +4 -4
- package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v3/index.js +33 -33
- package/dist/esm/v3/{types-2d520075.js → types-b9717ff2.js} +2 -2
- package/package.json +4 -3
- 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-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/styles.ts +1 -1
- package/src/components/or-inline-textarea-v3/styles.ts +1 -1
- package/src/components/or-input-v3/OrInput.vue +1 -1
- package/src/components/or-label-v3/styles.ts +1 -1
- package/src/components/or-link-v3/styles.ts +4 -8
- package/src/components/or-loader-v3/OrLoader.vue +12 -2
- 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/OrProgress.vue +9 -2
- 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.vue +1 -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-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
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue';
|
|
2
|
-
import './OrButton-
|
|
2
|
+
import './OrButton-452d3149.js';
|
|
3
3
|
import './OrIcon-0239fc17.js';
|
|
4
|
-
import './OrMenu-
|
|
4
|
+
import './OrMenu-c982d515.js';
|
|
5
5
|
import './OrMenuItem-1917f51a.js';
|
|
6
|
-
import {
|
|
7
|
-
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-b36fe46e.js';
|
|
6
|
+
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
8
7
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
9
|
-
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-
|
|
8
|
+
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-cefb0eca.js';
|
|
10
9
|
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
11
10
|
|
|
12
11
|
const PaginationRoot = [
|
|
13
12
|
// Layout
|
|
14
13
|
'layout-row',
|
|
15
14
|
// Spacing
|
|
16
|
-
'gap-
|
|
15
|
+
'gap-xl',
|
|
17
16
|
// Typography
|
|
18
17
|
'typography-caption-regular',
|
|
19
18
|
// Theme
|
|
@@ -63,10 +62,6 @@ var script = defineComponent({
|
|
|
63
62
|
emits: ['update:modelValue'],
|
|
64
63
|
expose: ['root'],
|
|
65
64
|
setup(props, context) {
|
|
66
|
-
const {
|
|
67
|
-
isDesktop,
|
|
68
|
-
isMobile
|
|
69
|
-
} = useResponsive();
|
|
70
65
|
// Refs
|
|
71
66
|
const root = ref();
|
|
72
67
|
const limitButton = ref();
|
|
@@ -128,32 +123,22 @@ var script = defineComponent({
|
|
|
128
123
|
return Math.ceil(props.length / currentLimit.value);
|
|
129
124
|
});
|
|
130
125
|
const buttonGroup = computed(() => {
|
|
131
|
-
|
|
126
|
+
return Array.from({
|
|
132
127
|
length: lastPage.value
|
|
133
|
-
}, (_, index) => index + 1)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
default:
|
|
148
|
-
return page;
|
|
149
|
-
}
|
|
150
|
-
}).reduce((accumulator, page) => {
|
|
151
|
-
if (accumulator[accumulator.length - 1] === page) {
|
|
152
|
-
return accumulator;
|
|
153
|
-
}
|
|
154
|
-
return [...accumulator, page];
|
|
155
|
-
}, []);
|
|
156
|
-
}
|
|
128
|
+
}, (_, index) => index + 1).map(page => {
|
|
129
|
+
switch (true) {
|
|
130
|
+
case page > firstPage.value && page < currentPage.value - 1:
|
|
131
|
+
case page > currentPage.value + 1 && page < lastPage.value:
|
|
132
|
+
return '…';
|
|
133
|
+
default:
|
|
134
|
+
return page;
|
|
135
|
+
}
|
|
136
|
+
}).reduce((accumulator, page) => {
|
|
137
|
+
if (accumulator[accumulator.length - 1] === page) {
|
|
138
|
+
return accumulator;
|
|
139
|
+
}
|
|
140
|
+
return [...accumulator, page];
|
|
141
|
+
}, []);
|
|
157
142
|
});
|
|
158
143
|
// Methods
|
|
159
144
|
function toPreviousPage() {
|
|
@@ -166,8 +151,6 @@ var script = defineComponent({
|
|
|
166
151
|
currentPage.value = page;
|
|
167
152
|
}
|
|
168
153
|
return {
|
|
169
|
-
isDesktop,
|
|
170
|
-
isMobile,
|
|
171
154
|
root,
|
|
172
155
|
limitButton,
|
|
173
156
|
limitButtonRoot,
|
|
@@ -33,7 +33,7 @@ const ProgressRootTypes = {
|
|
|
33
33
|
const ProgressHeader = [
|
|
34
34
|
// Layout
|
|
35
35
|
'flex', 'flex-row',
|
|
36
|
-
//
|
|
36
|
+
// Sizing
|
|
37
37
|
'mb-[6px]'];
|
|
38
38
|
const ProgressHeaderLabel = [
|
|
39
39
|
// Typography
|
|
@@ -41,7 +41,7 @@ const ProgressHeaderLabel = [
|
|
|
41
41
|
// Theme
|
|
42
42
|
'text-on-background', 'dark:text-on-background-dark'];
|
|
43
43
|
const ProgressHeaderPercent = [
|
|
44
|
-
//
|
|
44
|
+
// Sizing
|
|
45
45
|
'ml-auto'];
|
|
46
46
|
const ProgressBarBackground = [
|
|
47
47
|
// Theme
|
|
@@ -74,7 +74,7 @@ const ProgressBarColors = {
|
|
|
74
74
|
'stroke-error-hover', 'dark:stroke-error-hover-dark']
|
|
75
75
|
};
|
|
76
76
|
const ProgressFooter = [
|
|
77
|
-
//
|
|
77
|
+
// Sizing
|
|
78
78
|
'mt-[2px]'];
|
|
79
79
|
|
|
80
80
|
var script = defineComponent({
|
|
@@ -178,6 +178,9 @@ var script = defineComponent({
|
|
|
178
178
|
isCircleType.value ? 14 * Math.PI :
|
|
179
179
|
// 14 = diameter = viewBox - stroke-width
|
|
180
180
|
0);
|
|
181
|
+
const strokeWidth = computed(() => {
|
|
182
|
+
return width.value ? width.value - 2 : '100%';
|
|
183
|
+
});
|
|
181
184
|
const strokeDashoffset = computed(() => props.loading ? undefined : (1 - localProgress.value) * strokeDasharray.value);
|
|
182
185
|
return {
|
|
183
186
|
root,
|
|
@@ -190,6 +193,7 @@ var script = defineComponent({
|
|
|
190
193
|
progressBarMainPartStyles,
|
|
191
194
|
strokeDasharray,
|
|
192
195
|
strokeDashoffset,
|
|
196
|
+
strokeWidth,
|
|
193
197
|
localProgress,
|
|
194
198
|
localValue,
|
|
195
199
|
percent,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive } from 'vue';
|
|
2
|
-
import './OrLabel-
|
|
2
|
+
import './OrLabel-c556887e.js';
|
|
3
3
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
4
|
-
import { s as script$1, L as LabelVariant } from './OrLabel.vue_vue_type_script_lang-
|
|
4
|
+
import { s as script$1, L as LabelVariant } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
5
5
|
|
|
6
6
|
const RadioRoot = [
|
|
7
7
|
// Layout
|
|
@@ -10,7 +10,7 @@ const RadioRoot = [
|
|
|
10
10
|
'gap-sm+ md:gap-sm'];
|
|
11
11
|
const RadioControl = [
|
|
12
12
|
// Layout
|
|
13
|
-
'layout-
|
|
13
|
+
'layout-row justify-center',
|
|
14
14
|
// Box
|
|
15
15
|
'w-md+ md:w-md', 'h-md+ md:h-md',
|
|
16
16
|
// Shape
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
3
|
-
import './OrInput-
|
|
4
|
-
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-
|
|
3
|
+
import './OrInput-6d49f353.js';
|
|
4
|
+
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-af68d0e7.js';
|
|
5
5
|
import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, withDirectives, createElementVNode, mergeProps, vModelDynamic, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withModifiers, createVNode, vShow, defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from 'vue';
|
|
2
|
-
import { s as script$1 } from './OrCheckbox.vue_vue_type_script_lang-
|
|
2
|
+
import { s as script$1 } from './OrCheckbox.vue_vue_type_script_lang-08f64a02.js';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
|
-
import './OrHint-
|
|
4
|
+
import './OrHint-5d5e4d99.js';
|
|
5
5
|
import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js';
|
|
6
6
|
import './OrIcon-0239fc17.js';
|
|
7
|
-
import './OrInput-
|
|
7
|
+
import './OrInput-6d49f353.js';
|
|
8
8
|
import './OrInputBox-358d4856.js';
|
|
9
|
-
import './OrLabel-
|
|
9
|
+
import './OrLabel-c556887e.js';
|
|
10
10
|
import './OrMenuItem-1917f51a.js';
|
|
11
11
|
import './OrPopover-0c296207.js';
|
|
12
|
-
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-b716ad27.js';
|
|
13
13
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-293d2de2.js';
|
|
14
14
|
import { u as useOverflow } from './useOverflow-6dce216b.js';
|
|
15
|
-
import { s as script$4 } from './OrError.vue_vue_type_script_lang-
|
|
16
|
-
import { s as script$5 } from './OrHint.vue_vue_type_script_lang-
|
|
15
|
+
import { s as script$4 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
16
|
+
import { s as script$5 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
17
17
|
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
18
|
-
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-af68d0e7.js';
|
|
19
19
|
import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
20
|
-
import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-
|
|
20
|
+
import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
21
21
|
import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
22
22
|
import { s as script$b } from './OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
23
23
|
|
|
@@ -94,7 +94,7 @@ const _hoisted_2 = {
|
|
|
94
94
|
};
|
|
95
95
|
const _hoisted_3 = {
|
|
96
96
|
key: 0,
|
|
97
|
-
class: /*#__PURE__*/normalizeClass(['layout-
|
|
97
|
+
class: /*#__PURE__*/normalizeClass(['layout-row', 'm-[-4px] md:m-[-2px]'])
|
|
98
98
|
};
|
|
99
99
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
100
100
|
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import _ from 'lodash';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, defineComponent, ref, computed, useSlots, watch } from 'vue';
|
|
4
|
-
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton.vue_vue_type_script_lang-
|
|
4
|
+
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton.vue_vue_type_script_lang-a46ed51a.js';
|
|
5
5
|
|
|
6
6
|
const SidebarRoot = [
|
|
7
7
|
// Position
|
|
@@ -108,12 +108,12 @@ const SidebarHeader = [
|
|
|
108
108
|
const SidebarContent = [
|
|
109
109
|
// Layout
|
|
110
110
|
'grow', 'overflow-auto',
|
|
111
|
-
//
|
|
111
|
+
// Sizing
|
|
112
112
|
'p-md'];
|
|
113
113
|
const SidebarFooter = [
|
|
114
114
|
// Layout
|
|
115
115
|
'shrink-0', 'overflow-x-hidden',
|
|
116
|
-
//
|
|
116
|
+
// Sizing
|
|
117
117
|
'p-md',
|
|
118
118
|
// Borders
|
|
119
119
|
'border-t-[1px]', 'border-t-solid', 'border-t-outline-variant dark:border-t-outline-variant-dark'];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _ from 'lodash';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue';
|
|
3
|
-
import './OrIconButton-
|
|
4
|
-
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-
|
|
3
|
+
import './OrIconButton-8f4c68e9.js';
|
|
4
|
+
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
5
5
|
|
|
6
6
|
var OrSidebarPlacement;
|
|
7
7
|
(function (OrSidebarPlacement) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive } from 'vue';
|
|
2
|
-
import './OrLabel-
|
|
3
|
-
import './OrLoader-
|
|
2
|
+
import './OrLabel-c556887e.js';
|
|
3
|
+
import './OrLoader-be9d72cd.js';
|
|
4
4
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
5
|
-
import { s as script$1, L as LabelVariant } from './OrLabel.vue_vue_type_script_lang-
|
|
6
|
-
import { s as script$2 } from './OrLoader.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$1, L as LabelVariant } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
6
|
+
import { s as script$2 } from './OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
7
7
|
|
|
8
8
|
const SwitchRoot = [
|
|
9
9
|
// Layout
|
|
@@ -12,7 +12,7 @@ const SwitchRoot = [
|
|
|
12
12
|
'gap-sm+ md:gap-sm'];
|
|
13
13
|
const SwitchControl = [
|
|
14
14
|
// Layout
|
|
15
|
-
'layout-
|
|
15
|
+
'layout-row justify-start checked:justify-end',
|
|
16
16
|
// Box
|
|
17
17
|
'w-[43px] md:w-[37px]', 'h-[24px] md:h-[21px]',
|
|
18
18
|
// Shape
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useResizeObserver } from '@vueuse/core';
|
|
2
2
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue';
|
|
3
3
|
import './OrIcon-0239fc17.js';
|
|
4
|
-
import './OrMenu-
|
|
4
|
+
import './OrMenu-c982d515.js';
|
|
5
5
|
import './OrMenuItem-1917f51a.js';
|
|
6
|
-
import { s as script$1 } from './OrTab.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$1 } from './OrTab.vue_vue_type_script_lang-f791efa0.js';
|
|
7
7
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
8
|
-
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-
|
|
8
|
+
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-cefb0eca.js';
|
|
9
9
|
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
10
10
|
|
|
11
11
|
const _hoisted_1 = ["selected"];
|
|
@@ -32,7 +32,7 @@ var TabsVariant;
|
|
|
32
32
|
|
|
33
33
|
const TabsRoot = [
|
|
34
34
|
// Layout
|
|
35
|
-
'grid', '
|
|
35
|
+
'grid', 'items-center', 'grid-flow-col',
|
|
36
36
|
// Box
|
|
37
37
|
'overflow-hidden',
|
|
38
38
|
// Spacing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue';
|
|
2
|
-
import './OrIconButton-
|
|
3
|
-
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-
|
|
2
|
+
import './OrIconButton-8f4c68e9.js';
|
|
3
|
+
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
4
4
|
|
|
5
5
|
var TagVariant;
|
|
6
6
|
(function (TagVariant) {
|
|
@@ -17,12 +17,16 @@ var TagColor;
|
|
|
17
17
|
const TagRoot = [
|
|
18
18
|
// Layout
|
|
19
19
|
'layout-inline-row',
|
|
20
|
+
// Box
|
|
21
|
+
'w-fit', 'max-w-full',
|
|
20
22
|
// Shape
|
|
21
23
|
'rounded-full',
|
|
22
24
|
// Spacing
|
|
23
25
|
'px-sm+ md:px-sm', 'py-sm md:py-xs', 'gap-sm+ md:gap-sm',
|
|
24
26
|
// Typography
|
|
25
|
-
'typography-caption-regular whitespace-nowrap'
|
|
27
|
+
'typography-caption-regular whitespace-nowrap',
|
|
28
|
+
// Theme
|
|
29
|
+
'disabled:!bg-disabled', 'dark:disabled:!bg-disabled-dark', 'disabled:!text-on-disabled', 'dark:disabled:!text-on-disabled-dark'];
|
|
26
30
|
const TagRootVariants = {
|
|
27
31
|
'tag': [
|
|
28
32
|
// Interactivity
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive } from 'vue';
|
|
2
|
-
import './OrHint-
|
|
2
|
+
import './OrHint-5d5e4d99.js';
|
|
3
3
|
import './OrInputBox-358d4856.js';
|
|
4
|
-
import './OrLabel-
|
|
4
|
+
import './OrLabel-c556887e.js';
|
|
5
5
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
6
6
|
import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
|
|
7
|
-
import { s as script$1 } from './OrError.vue_vue_type_script_lang-
|
|
8
|
-
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
8
|
+
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
9
9
|
import { s as script$3, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
10
|
-
import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
11
11
|
|
|
12
12
|
const TextareaRoot = [
|
|
13
13
|
// Layout
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as script } from './types-
|
|
1
|
+
import { a as script } from './types-661a05a5.js';
|
|
2
2
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeClass, createVNode, TransitionGroup, createElementBlock, Fragment, renderList, mergeProps, createCommentVNode } from 'vue';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
4
|
|
|
@@ -5,101 +5,101 @@ 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-e71a0ea0.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-1fbe8517.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-b550c3d3.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-cd4a64f6.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-
|
|
39
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-a73ff1ee.js';
|
|
40
40
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
41
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-
|
|
41
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-af68d0e7.js';
|
|
42
42
|
export { s as OrInput } from '../OrInput.vue_vue_type_script_lang-a415817b.js';
|
|
43
43
|
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-
|
|
44
|
+
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
45
|
+
export { L as LinkColor, s as OrLinkV3 } from '../OrLink.vue_vue_type_script_lang-05d4897b.js';
|
|
46
46
|
export { s as OrList } from '../OrList.vue_vue_type_script_lang-9526ff80.js';
|
|
47
47
|
export { s as OrListOfInputs } from '../OrListOfInputs.vue_vue_type_script_lang-260baa5f.js';
|
|
48
48
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader.vue_vue_type_script_lang-1378ab8e.js';
|
|
49
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader.vue_vue_type_script_lang-
|
|
49
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
50
50
|
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-
|
|
51
|
+
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-cefb0eca.js';
|
|
52
52
|
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
53
|
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-
|
|
54
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-3f3ce339.js';
|
|
55
55
|
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-
|
|
56
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-4532696a.js';
|
|
57
57
|
export { s as OrNumberInput } from '../OrNumberInput.vue_vue_type_script_lang-a25274f5.js';
|
|
58
58
|
export { s as OrOverflowMenu } from '../OrOverflowMenu.vue_vue_type_script_lang-6c062d1e.js';
|
|
59
59
|
export { s as OrOverlay } from '../OrOverlay.vue_vue_type_script_lang-b9bf5e50.js';
|
|
60
60
|
export { s as OrOverlayV3 } from '../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
61
61
|
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-
|
|
62
|
+
export { s as OrPaginationV3 } from '../OrPagination.vue_vue_type_script_lang-a79c359c.js';
|
|
63
63
|
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-
|
|
64
|
+
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress.vue_vue_type_script_lang-c387db0b.js';
|
|
65
65
|
export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-c956b54b.js';
|
|
66
66
|
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-
|
|
67
|
+
export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-5d88f0b4.js';
|
|
68
68
|
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-
|
|
69
|
+
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-8c37e5a7.js';
|
|
70
70
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-38a00b68.js';
|
|
71
71
|
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-
|
|
72
|
+
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-35ac0247.js';
|
|
73
73
|
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-
|
|
74
|
+
export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-4639bf0e.js';
|
|
75
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-a46ed51a.js';
|
|
76
76
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText.vue_vue_type_script_lang-f3f989c3.js';
|
|
77
77
|
export { s as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText.vue_vue_type_script_lang-efcfbe21.js';
|
|
78
78
|
export { s as OrSlider } from '../OrSlider.vue_vue_type_script_lang-a5a10569.js';
|
|
79
79
|
export { s as OrSortHeaderV3 } from '../OrSortHeader.vue_vue_type_script_lang-85238e0a.js';
|
|
80
80
|
export { s as OrStepper } from '../OrStepper.vue_vue_type_script_lang-0876614e.js';
|
|
81
81
|
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-
|
|
82
|
+
export { s as OrSwitchV3 } from '../OrSwitch.vue_vue_type_script_lang-fd43080e.js';
|
|
83
83
|
export { s as OrTab } from '../OrTab.vue_vue_type_script_lang-de7c7063.js';
|
|
84
84
|
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-
|
|
85
|
+
export { s as OrTabV3 } from '../OrTab.vue_vue_type_script_lang-f791efa0.js';
|
|
86
86
|
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-
|
|
87
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-c8df52e6.js';
|
|
88
88
|
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-
|
|
89
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-b716ad27.js';
|
|
90
90
|
export { s as OrTeleport } from '../OrTeleport.vue3-12636ac0.js';
|
|
91
91
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
92
92
|
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-e93438ea.js';
|
|
93
93
|
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-
|
|
94
|
+
export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-de99a858.js';
|
|
95
95
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-c20fc4a7.js';
|
|
96
96
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
|
|
97
97
|
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-
|
|
98
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-661a05a5.js';
|
|
99
99
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-4d4329cd.js';
|
|
100
100
|
export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-eb8ad0e1.js';
|
|
101
101
|
export { s as OrTooltipContent } from '../OrTooltipContent-b0dcb862.js';
|
|
102
|
-
export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-
|
|
102
|
+
export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-a17ed18c.js';
|
|
103
103
|
import 'vue';
|
|
104
104
|
import 'lodash';
|
|
105
105
|
import '../OrIcon-e8ea87d0.js';
|
|
@@ -108,13 +108,13 @@ import '../color-1f348774.js';
|
|
|
108
108
|
import '../OrIcon-0239fc17.js';
|
|
109
109
|
import '@vueuse/core';
|
|
110
110
|
import '../OrLoader-ee97fef4.js';
|
|
111
|
-
import '../OrLoader-
|
|
111
|
+
import '../OrLoader-be9d72cd.js';
|
|
112
112
|
import '../OrIconButton-35a14325.js';
|
|
113
|
-
import '../OrIconButton-
|
|
114
|
-
import '../OrButton-
|
|
115
|
-
import '../OrMenu-
|
|
113
|
+
import '../OrIconButton-8f4c68e9.js';
|
|
114
|
+
import '../OrButton-452d3149.js';
|
|
115
|
+
import '../OrMenu-c982d515.js';
|
|
116
116
|
import '../OrMenuItem-1917f51a.js';
|
|
117
|
-
import '../OrLabel-
|
|
117
|
+
import '../OrLabel-c556887e.js';
|
|
118
118
|
import '../useIdAttribute-b2e42f31.js';
|
|
119
119
|
import '../OrLabel-e412c532.js';
|
|
120
120
|
import '../OrError-b43ebad8.js';
|
|
@@ -126,10 +126,10 @@ import '../OrFloating-c13f0eae.js';
|
|
|
126
126
|
import '../index-01519e46.js';
|
|
127
127
|
import '../OrButton-5d3db1ef.js';
|
|
128
128
|
import '../OrInput-d95faac1.js';
|
|
129
|
-
import '../OrInput-
|
|
129
|
+
import '../OrInput-6d49f353.js';
|
|
130
130
|
import '../OrCollapse-d2564011.js';
|
|
131
131
|
import '../floating-ui.dom.esm-83eba816.js';
|
|
132
|
-
import '../OrHint-
|
|
132
|
+
import '../OrHint-5d5e4d99.js';
|
|
133
133
|
import '../OrInlineInputBox-f92a09d6.js';
|
|
134
134
|
import '../useValidationAttributes-5428d8fa.js';
|
|
135
135
|
import '../OrInputBox-358d4856.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
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
|
-
import '../../OrLoader-
|
|
4
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrLoader-be9d72cd.js';
|
|
4
|
+
import '../../OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
5
|
+
import '@vueuse/core';
|
|
@@ -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-e71a0ea0.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,24 @@ 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-
|
|
19
|
-
import '../../OrLoader-
|
|
20
|
-
import '../../OrLoader.vue_vue_type_script_lang-
|
|
21
|
-
import '../../OrMenu-
|
|
22
|
-
import '../../OrMenu.vue_vue_type_script_lang-
|
|
17
|
+
import '../../OrButton-452d3149.js';
|
|
18
|
+
import '../../OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
19
|
+
import '../../OrLoader-be9d72cd.js';
|
|
20
|
+
import '../../OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
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-
|
|
25
|
+
import '../../OrSearch.vue_vue_type_script_lang-8c37e5a7.js';
|
|
26
|
+
import '../../OrInput-6d49f353.js';
|
|
27
|
+
import '../../OrInput.vue_vue_type_script_lang-af68d0e7.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
31
|
import '../../OrInputBox-358d4856.js';
|
|
32
32
|
import '../../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
33
|
-
import '../../OrLabel-
|
|
34
|
-
import '../../OrLabel.vue_vue_type_script_lang-
|
|
33
|
+
import '../../OrLabel-c556887e.js';
|
|
34
|
+
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
35
35
|
import '../../useIdAttribute-b2e42f31.js';
|
|
36
36
|
import '../../useValidationAttributes-5428d8fa.js';
|
|
37
37
|
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';
|