@onereach/ui-components 4.1.0-beta.2526.0 → 4.1.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/components/OrButtonV3/styles.js +3 -1
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +6 -14
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +4 -19
- package/dist/bundled/v2/hooks/useElevation.js +3 -3
- package/dist/bundled/v2/index.js +1 -1
- package/dist/bundled/v2/utils/isVisible.js +1 -1
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-a8d8c139.js → OrBottomSheet.vue_vue_type_script_lang-01d7c429.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-7bc559b4.js → OrCardCollection.vue_vue_type_script_lang-843e396a.js} +4 -4
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9921958e.js → OrConfirm.vue_vue_type_script_lang-d069c95f.js} +3 -3
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-1e105250.js → OrIconButton.vue_vue_type_script_lang-41f12b45.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-690dce95.js → OrInlineInput.vue_vue_type_script_lang-2b485aef.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-e86fd5bf.js → OrInlineTextarea.vue_vue_type_script_lang-aa848373.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-c343d5b8.js → OrInput.vue_vue_type_script_lang-fe526531.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-0157c4f3.js → OrMenu.vue_vue_type_script_lang-4772731e.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-047a3af9.js → OrModal.vue_vue_type_script_lang-265f39e0.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-6965b85f.js → OrNotification.vue_vue_type_script_lang-1b2d17a2.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-1f82a63d.js → OrPagination.vue_vue_type_script_lang-ddef5272.js} +2 -2
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-d2a55ad2.js → OrPopover.vue_vue_type_script_lang-9d3a7c2d.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-e86fd12a.js → OrSearch.vue_vue_type_script_lang-36ad17a9.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-4c4ca197.js → OrSelect.vue_vue_type_script_lang-410f4efc.js} +3 -3
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-e3f8a286.js → OrSidebar.vue_vue_type_script_lang-ed7c92fb.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-e64541b1.js → OrTabs.vue_vue_type_script_lang-4f5e0d90.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-b50f14df.js → OrTag.vue_vue_type_script_lang-fbc19deb.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-4aa1dab5.js → OrTooltip.vue_vue_type_script_lang-b35199da.js} +5 -13
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +3 -3
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +2 -2
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +2 -2
- package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/styles.js +3 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +11 -11
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +10 -10
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +9 -9
- package/dist/bundled/v3/components/OrConfirmV3/index.js +8 -8
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +6 -6
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +5 -5
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +7 -7
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +6 -6
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +7 -7
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +6 -6
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +7 -7
- package/dist/bundled/v3/components/OrInputV3/index.js +6 -6
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +5 -5
- package/dist/bundled/v3/components/OrMenuV3/index.js +4 -4
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +7 -7
- package/dist/bundled/v3/components/OrModalV3/index.js +6 -6
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +7 -7
- package/dist/bundled/v3/components/OrNotificationV3/index.js +6 -6
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
- package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +7 -7
- package/dist/bundled/v3/components/OrPaginationV3/index.js +6 -6
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +4 -4
- package/dist/bundled/v3/components/OrPopoverV3/index.js +3 -3
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +8 -8
- package/dist/bundled/v3/components/OrSearchV3/index.js +7 -7
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +9 -9
- package/dist/bundled/v3/components/OrSelectV3/index.js +8 -8
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +7 -7
- package/dist/bundled/v3/components/OrSidebarV3/index.js +6 -6
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +6 -6
- package/dist/bundled/v3/components/OrTabsV3/index.js +5 -5
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +7 -7
- package/dist/bundled/v3/components/OrTagV3/index.js +6 -6
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +7 -7
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +6 -6
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +5 -5
- package/dist/bundled/v3/components/OrToastV3/index.js +6 -6
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +9 -12
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +4 -19
- package/dist/bundled/v3/components/OrTooltipV3/index.js +4 -4
- package/dist/bundled/v3/components/index.js +21 -21
- package/dist/bundled/v3/hooks/useElevation.js +3 -3
- package/dist/bundled/v3/index.js +22 -22
- package/dist/bundled/v3/utils/isVisible.js +1 -1
- package/dist/esm/v2/{OrBottomSheet-268dfd22.js → OrBottomSheet-2d3d8fbc.js} +1 -1
- package/dist/esm/v2/{OrButton-236d9c2e.js → OrButton-6b60a776.js} +3 -1
- package/dist/esm/v2/{OrCardCollection-0c11632d.js → OrCardCollection-6b43a9b2.js} +5 -5
- package/dist/esm/v2/{OrConfirm-3e658ea2.js → OrConfirm-92e39afe.js} +3 -3
- package/dist/esm/v2/{OrIconButton-e8ccb3d7.js → OrIconButton-fbe52eb8.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-1e6e8704.js → OrInlineInput-50bf7e7c.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-8575084a.js → OrInlineTextarea-78b8aa48.js} +1 -1
- package/dist/esm/v2/{OrInput-54b798f5.js → OrInput-6370bd94.js} +1 -1
- package/dist/esm/v2/{OrMenu-f38185f0.js → OrMenu-fce31ed4.js} +1 -1
- package/dist/esm/v2/{OrModal-aa50f83c.js → OrModal-77d6cf30.js} +2 -2
- package/dist/esm/v2/{OrNotification-b69603fa.js → OrNotification-2b2d81d5.js} +1 -1
- package/dist/esm/v2/{OrOverlay-2ce3cfd7.js → OrOverlay-b1609eef.js} +1 -1
- package/dist/esm/v2/{OrPagination-2369b1d7.js → OrPagination-ad0e1d23.js} +3 -3
- package/dist/esm/v2/{OrPopover-a70deaa6.js → OrPopover-9df5572b.js} +2 -2
- package/dist/esm/v2/{OrSearch-f0aff37f.js → OrSearch-a3038272.js} +1 -1
- package/dist/esm/v2/{OrSelect-90aaa815.js → OrSelect-209a7a2c.js} +3 -3
- package/dist/esm/v2/{OrSidebar-a979d862.js → OrSidebar-26785a1e.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-d5d137fd.js → OrSidebarCollapseButton-9c424133.js} +1 -1
- package/dist/esm/v2/{OrTabs-92cb4fca.js → OrTabs-58881ef9.js} +2 -2
- package/dist/esm/v2/{OrTag-c07e4fed.js → OrTag-e9761c21.js} +1 -1
- package/dist/esm/v2/{OrTooltip-de5bd4aa.js → OrTooltip-82c59279.js} +7 -15
- package/dist/esm/v2/components/index.js +23 -23
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -11
- package/dist/esm/v2/components/or-confirm-v3/index.js +9 -9
- package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
- package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/esm/v2/components/or-input-v3/index.js +7 -7
- package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v2/components/or-modal-v3/index.js +7 -7
- package/dist/esm/v2/components/or-notification-v3/index.js +7 -7
- package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +7 -7
- package/dist/esm/v2/components/or-popover-v3/index.js +4 -4
- package/dist/esm/v2/components/or-search-v3/index.js +8 -8
- package/dist/esm/v2/components/or-select-v3/index.js +9 -9
- package/dist/esm/v2/components/or-sidebar-v3/index.js +8 -8
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/esm/v2/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tag-v3/index.js +7 -7
- package/dist/esm/v2/components/or-toast-v3/index.js +7 -7
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +7 -7
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +4 -19
- package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -5
- package/dist/esm/v2/hooks/index.js +1 -1
- package/dist/esm/v2/index.js +23 -23
- package/dist/esm/v2/{types-c95871bd.js → types-707995c5.js} +1 -1
- package/dist/esm/{v3/useElevation-92fce12c.js → v2/useElevation-df91fa50.js} +4 -4
- package/dist/esm/v3/{OrBottomSheet-e8499538.js → OrBottomSheet-95bc694e.js} +1 -1
- package/dist/esm/v3/{OrButton-b9bab32c.js → OrButton-8558588c.js} +3 -1
- package/dist/esm/v3/{OrCardCollection-64bfafec.js → OrCardCollection-631cb8e3.js} +5 -5
- package/dist/esm/v3/{OrConfirm-00931d04.js → OrConfirm-b0c7f796.js} +3 -3
- package/dist/esm/v3/{OrIconButton-4f95cc3e.js → OrIconButton-786b9346.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-0010c215.js → OrInlineInput-ca82ccc3.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-1ae7928d.js → OrInlineTextarea-864f1099.js} +1 -1
- package/dist/esm/v3/{OrInput-5adac185.js → OrInput-a43b53d2.js} +1 -1
- package/dist/esm/v3/{OrMenu-f75b34ec.js → OrMenu-f8132f3e.js} +1 -1
- package/dist/esm/v3/{OrModal-9f581ada.js → OrModal-cb236842.js} +2 -2
- package/dist/esm/v3/{OrNotification-5d344852.js → OrNotification-45b47899.js} +1 -1
- package/dist/esm/v3/{OrOverlay-7cf03aea.js → OrOverlay-d63d39c3.js} +1 -1
- package/dist/esm/v3/{OrPagination-ec7636cd.js → OrPagination-1e334ccd.js} +3 -3
- package/dist/esm/v3/{OrPopover-64e3977f.js → OrPopover-d6d82a06.js} +2 -2
- package/dist/esm/v3/{OrSearch-40cc15e5.js → OrSearch-d5d46937.js} +1 -1
- package/dist/esm/v3/{OrSelect-e7e6be73.js → OrSelect-f2911b60.js} +3 -3
- package/dist/esm/v3/{OrSidebar-127bb523.js → OrSidebar-0d715029.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-6178bcef.js → OrSidebarCollapseButton-4d7497ec.js} +1 -1
- package/dist/esm/v3/{OrTabs-ffdadb70.js → OrTabs-f667cf9f.js} +2 -2
- package/dist/esm/v3/{OrTag-38be854d.js → OrTag-dc1b8628.js} +1 -1
- package/dist/esm/v3/{OrTooltip-0108cdc8.js → OrTooltip-56ed42c7.js} +9 -20
- package/dist/esm/v3/components/index.js +23 -23
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -11
- package/dist/esm/v3/components/or-confirm-v3/index.js +9 -9
- package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -6
- package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -7
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/esm/v3/components/or-input-v3/index.js +7 -7
- package/dist/esm/v3/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v3/components/or-modal-v3/index.js +7 -7
- package/dist/esm/v3/components/or-notification-v3/index.js +7 -7
- package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +7 -7
- package/dist/esm/v3/components/or-popover-v3/index.js +4 -4
- package/dist/esm/v3/components/or-search-v3/index.js +8 -8
- package/dist/esm/v3/components/or-select-v3/index.js +9 -9
- package/dist/esm/v3/components/or-sidebar-v3/index.js +8 -8
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/esm/v3/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tag-v3/index.js +7 -7
- package/dist/esm/v3/components/or-toast-v3/index.js +7 -7
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +7 -7
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +4 -19
- package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -5
- package/dist/esm/v3/hooks/index.js +1 -1
- package/dist/esm/v3/index.js +23 -23
- package/dist/esm/v3/{types-e41be12e.js → types-71d7c1df.js} +1 -1
- package/dist/esm/{v2/useElevation-92fce12c.js → v3/useElevation-df91fa50.js} +4 -4
- package/package.json +3 -2
- package/src/components/or-button-v3/styles.ts +6 -2
- package/src/components/or-tooltip-v3/OrTooltip.stories3.ts +3 -12
- package/src/components/or-tooltip-v3/OrTooltip.vue +4 -17
- package/src/hooks/useElevation.ts +3 -2
- package/src/utils/isVisible.ts +1 -1
- /package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-fe412ca5.js → OrButton.vue_vue_type_script_lang-5650b394.js} +0 -0
- /package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-30f62546.js → OrOverlay.vue_vue_type_script_lang-47004a50.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-842e75e0.js → OrToastContainer.vue_vue_type_script_lang-96bc2f19.js} +0 -0
|
@@ -2,7 +2,7 @@ import { useToggle } from '@vueuse/core';
|
|
|
2
2
|
import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from 'vue-demi';
|
|
3
3
|
import { _ as __vue_component__$4 } from './OrTeleport.vue2-fb92f29f.js';
|
|
4
4
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-0665462d.js';
|
|
5
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
5
|
+
import { _ as __vue_component__$2 } from './OrIconButton-fbe52eb8.js';
|
|
6
6
|
import { _ as __vue_component__$3 } from './OrLoader-b0c381f9.js';
|
|
7
7
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { isRef, ref, watch } from 'vue-demi';
|
|
2
2
|
|
|
3
3
|
function isVisible(element) {
|
|
4
|
-
return
|
|
4
|
+
return element.getClientRects().length > 0;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
function useElevation(element, trigger) {
|
|
8
8
|
const elementRef = isRef(element) ? element : ref(element);
|
|
9
9
|
const triggerRef = isRef(trigger) ? trigger : ref();
|
|
10
10
|
// Functions
|
|
11
|
-
function getPageElevations() {
|
|
12
|
-
return [...document.body.querySelectorAll('*')].filter(isVisible).map(element => getComputedStyle(element)).map(style => Number(style.zIndex)).filter(zIndex => !isNaN(zIndex));
|
|
11
|
+
function getPageElevations(currentElement) {
|
|
12
|
+
return [...document.body.querySelectorAll('*')].filter(isVisible).filter(element => !element.isEqualNode(currentElement)).map(element => getComputedStyle(element)).map(style => Number(style.zIndex)).filter(zIndex => !isNaN(zIndex));
|
|
13
13
|
}
|
|
14
14
|
function setElementElevation(element) {
|
|
15
|
-
element.style.zIndex = String(Math.max(0, ...getPageElevations()) + 1);
|
|
15
|
+
element.style.zIndex = String(Math.max(0, ...getPageElevations(element)) + 1);
|
|
16
16
|
}
|
|
17
17
|
// Effects
|
|
18
18
|
watch([elementRef, triggerRef], ([element]) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch, unref } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrOverlay-
|
|
3
|
+
import { s as script$1 } from './OrOverlay-d63d39c3.js';
|
|
4
4
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
6
6
|
const BottomSheetRoot = [
|
|
@@ -63,7 +63,9 @@ const ButtonRootColors = {
|
|
|
63
63
|
'inherit-contained': [],
|
|
64
64
|
'primary-outlined': [
|
|
65
65
|
// Theme
|
|
66
|
-
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-border-1-
|
|
66
|
+
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-border-1-outline', 'dark:theme-border-1-outline-dark',
|
|
67
|
+
// Theme (active)
|
|
68
|
+
'active:theme-border-1-primary', 'dark:active:theme-border-1-primary-dark'],
|
|
67
69
|
'danger-outlined': [
|
|
68
70
|
// Theme
|
|
69
71
|
'theme-preset-3-error', 'dark:theme-preset-3-error-dark', 'theme-border-1-error', 'dark:theme-border-1-error-dark'],
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
|
-
import { s as script$3 } from './OrButton-
|
|
3
|
-
import { s as script$2 } from './OrIconButton-
|
|
2
|
+
import { s as script$3 } from './OrButton-8558588c.js';
|
|
3
|
+
import { s as script$2 } from './OrIconButton-786b9346.js';
|
|
4
4
|
import { s as script$6 } from './OrIcon-62793572.js';
|
|
5
5
|
import { s as script$5 } from './OrMenuItem-dbee450f.js';
|
|
6
|
-
import { s as script$4 } from './OrMenu-
|
|
7
|
-
import './OrPopover-
|
|
8
|
-
import { s as script$7 } from './OrSearch-
|
|
6
|
+
import { s as script$4 } from './OrMenu-f8132f3e.js';
|
|
7
|
+
import './OrPopover-d6d82a06.js';
|
|
8
|
+
import { s as script$7 } from './OrSearch-d5d46937.js';
|
|
9
9
|
import './OrInputBox-11389afd.js';
|
|
10
10
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createVNode, withCtx, createBlock, createCommentVNode, normalizeProps, guardReactiveProps } from 'vue';
|
|
11
11
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
|
|
2
2
|
import { logicAnd } from '@vueuse/math';
|
|
3
3
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
4
|
-
import { s as script$2, a as ButtonColor } from './OrButton-
|
|
5
|
-
import { s as script$3 } from './OrInput-
|
|
6
|
-
import { s as script$1 } from './OrOverlay-
|
|
4
|
+
import { s as script$2, a as ButtonColor } from './OrButton-8558588c.js';
|
|
5
|
+
import { s as script$3 } from './OrInput-a43b53d2.js';
|
|
6
|
+
import { s as script$1 } from './OrOverlay-d63d39c3.js';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
8
8
|
|
|
9
9
|
var ConfirmType;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, isVue3 } from 'vue-demi';
|
|
2
2
|
import { s as script$1, I as IconSize } from './OrIcon-62793572.js';
|
|
3
|
-
import { s as script$2 } from './OrTooltip-
|
|
4
|
-
import './OrPopover-
|
|
3
|
+
import { s as script$2 } from './OrTooltip-56ed42c7.js';
|
|
4
|
+
import './OrPopover-d6d82a06.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, toHandlers, createVNode } from 'vue';
|
|
6
6
|
|
|
7
7
|
var IconButtonColor;
|
|
@@ -4,7 +4,7 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
5
5
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
6
6
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
7
|
-
import { s as script$3 } from './OrIconButton-
|
|
7
|
+
import { s as script$3 } from './OrIconButton-786b9346.js';
|
|
8
8
|
import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox-01fb2cb2.js';
|
|
9
9
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
10
10
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -4,7 +4,7 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
5
5
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
6
6
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
7
|
-
import { s as script$3 } from './OrIconButton-
|
|
7
|
+
import { s as script$3 } from './OrIconButton-786b9346.js';
|
|
8
8
|
import { s as script$4 } from './OrInlineInputBox-01fb2cb2.js';
|
|
9
9
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
10
10
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -5,7 +5,7 @@ import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
|
5
5
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
6
6
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
7
7
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
8
|
-
import { s as script$4 } from './OrIconButton-
|
|
8
|
+
import { s as script$4 } from './OrIconButton-786b9346.js';
|
|
9
9
|
import { s as script$3 } from './OrIcon-62793572.js';
|
|
10
10
|
import { s as script$5, a as InputBoxSize } from './OrInputBox-11389afd.js';
|
|
11
11
|
import { s as script$6 } from './OrLabel-4da56db0.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopover-
|
|
2
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopover-d6d82a06.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
|
|
4
4
|
|
|
5
5
|
const MenuRoot = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
|
-
import { s as script$2 } from './OrIconButton-
|
|
3
|
-
import { s as script$1 } from './OrOverlay-
|
|
2
|
+
import { s as script$2 } from './OrIconButton-786b9346.js';
|
|
3
|
+
import { s as script$1 } from './OrOverlay-d63d39c3.js';
|
|
4
4
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createVNode, withModifiers, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
6
6
|
var ModalSize;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { s as script$2 } from './OrIconButton-
|
|
2
|
+
import { s as script$2 } from './OrIconButton-786b9346.js';
|
|
3
3
|
import { s as script$1 } from './OrIcon-62793572.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, renderSlot, createBlock, withModifiers, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useScrollLock } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { u as useElevation } from './useElevation-
|
|
3
|
+
import { u as useElevation } from './useElevation-df91fa50.js';
|
|
4
4
|
import { s as script$1 } from './OrTeleport.vue3-8099178c.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, renderSlot } from 'vue';
|
|
6
6
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
4
|
-
import { s as script$1 } from './OrButton-
|
|
4
|
+
import { s as script$1 } from './OrButton-8558588c.js';
|
|
5
5
|
import { s as script$2 } from './OrIcon-62793572.js';
|
|
6
6
|
import { s as script$4 } from './OrMenuItem-dbee450f.js';
|
|
7
|
-
import { s as script$3 } from './OrMenu-
|
|
8
|
-
import './OrPopover-
|
|
7
|
+
import { s as script$3 } from './OrMenu-f8132f3e.js';
|
|
8
|
+
import './OrPopover-d6d82a06.js';
|
|
9
9
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
10
10
|
|
|
11
11
|
const PaginationRoot = [
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { autoUpdate, computePosition, flip, shift, hide } from '@floating-ui/dom';
|
|
2
2
|
import { onClickOutside } from '@vueuse/core';
|
|
3
3
|
import { defineComponent, ref, computed, watch, watchPostEffect, unref, toRef, nextTick } from 'vue-demi';
|
|
4
|
-
import { u as useElevation } from './useElevation-
|
|
4
|
+
import { u as useElevation } from './useElevation-df91fa50.js';
|
|
5
5
|
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
6
|
-
import { s as script$1 } from './OrBottomSheet-
|
|
6
|
+
import { s as script$1 } from './OrBottomSheet-95bc694e.js';
|
|
7
7
|
import { s as script$2 } from './OrTeleport.vue3-8099178c.js';
|
|
8
8
|
import { resolveComponent, openBlock, createBlock, withCtx, withDirectives, createElementVNode, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode, vShow } from 'vue';
|
|
9
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrInput-
|
|
3
|
+
import { s as script$1 } from './OrInput-a43b53d2.js';
|
|
4
4
|
import { a as InputBoxSize } from './OrInputBox-11389afd.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
|
|
6
6
|
|
|
@@ -8,11 +8,11 @@ import { s as script$3 } from './OrExpansionPanel-99ca7ed7.js';
|
|
|
8
8
|
import { s as script$4 } from './OrHint-06ab89d7.js';
|
|
9
9
|
import { s as script$5 } from './OrIcon-62793572.js';
|
|
10
10
|
import { s as script$7, a as InputBoxSize } from './OrInputBox-11389afd.js';
|
|
11
|
-
import { s as script$6 } from './OrInput-
|
|
11
|
+
import { s as script$6 } from './OrInput-a43b53d2.js';
|
|
12
12
|
import { s as script$8 } from './OrLabel-4da56db0.js';
|
|
13
13
|
import { s as script$9 } from './OrMenuItem-dbee450f.js';
|
|
14
|
-
import { s as script$a } from './OrPopover-
|
|
15
|
-
import { s as script$b } from './OrTag-
|
|
14
|
+
import { s as script$a } from './OrPopover-d6d82a06.js';
|
|
15
|
+
import { s as script$b } from './OrTag-dc1b8628.js';
|
|
16
16
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, createVNode, withModifiers, vShow } from 'vue';
|
|
17
17
|
|
|
18
18
|
const SelectRoot = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import _ from 'lodash';
|
|
3
3
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
4
|
-
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-
|
|
4
|
+
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-4d7497ec.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createElementVNode, normalizeStyle, createBlock, withDirectives, vShow } from 'vue';
|
|
6
6
|
|
|
7
7
|
const SidebarRoot = [
|
package/dist/esm/v3/{OrSidebarCollapseButton-6178bcef.js → OrSidebarCollapseButton-4d7497ec.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _ from 'lodash';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrIconButton-
|
|
3
|
+
import { s as script$1 } from './OrIconButton-786b9346.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode } from 'vue';
|
|
5
5
|
|
|
6
6
|
var OrSidebarPlacement;
|
|
@@ -2,8 +2,8 @@ import { useResizeObserver } from '@vueuse/core';
|
|
|
2
2
|
import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue-demi';
|
|
3
3
|
import { s as script$1 } from './OrIcon-62793572.js';
|
|
4
4
|
import { s as script$3 } from './OrMenuItem-dbee450f.js';
|
|
5
|
-
import { s as script$2 } from './OrMenu-
|
|
6
|
-
import './OrPopover-
|
|
5
|
+
import { s as script$2 } from './OrMenu-f8132f3e.js';
|
|
6
|
+
import './OrPopover-d6d82a06.js';
|
|
7
7
|
import { s as script$4 } from './OrTab-c11d94f6.js';
|
|
8
8
|
import { resolveComponent, openBlock, createElementBlock, createElementVNode, mergeProps, Fragment, renderList, createBlock, withModifiers, withCtx, createTextVNode, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
|
|
9
9
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrIconButton-
|
|
2
|
+
import { s as script$1 } from './OrIconButton-786b9346.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createVNode, withModifiers, createCommentVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
var TagVariant;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useDebounceFn, useElementHover } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopover-
|
|
4
|
-
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createElementVNode,
|
|
3
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopover-d6d82a06.js';
|
|
4
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createElementVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
6
6
|
const TooltipRoot = [
|
|
7
7
|
// Layout
|
|
@@ -58,10 +58,6 @@ var script = defineComponent({
|
|
|
58
58
|
type: String,
|
|
59
59
|
default: undefined
|
|
60
60
|
},
|
|
61
|
-
tooltipStyles: {
|
|
62
|
-
type: Array,
|
|
63
|
-
default: () => []
|
|
64
|
-
},
|
|
65
61
|
placement: {
|
|
66
62
|
type: String,
|
|
67
63
|
default: PopoverPlacement.Bottom
|
|
@@ -69,7 +65,7 @@ var script = defineComponent({
|
|
|
69
65
|
},
|
|
70
66
|
emits: ['update:state'],
|
|
71
67
|
expose: ['root', 'open', 'close'],
|
|
72
|
-
setup(props
|
|
68
|
+
setup(props) {
|
|
73
69
|
// Refs
|
|
74
70
|
const root = ref();
|
|
75
71
|
const popover = ref();
|
|
@@ -77,11 +73,9 @@ var script = defineComponent({
|
|
|
77
73
|
var _a;
|
|
78
74
|
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
79
75
|
});
|
|
80
|
-
const hasTooltipSlot = computed(() => typeof ctx.slots.tooltip === 'function');
|
|
81
|
-
const hasTooltip = computed(() => Boolean(props.text) || hasTooltipSlot.value);
|
|
82
76
|
// Styles
|
|
83
77
|
const rootStyles = computed(() => ['or-tooltip-v3', ...TooltipRoot]);
|
|
84
|
-
const bodyStyles = computed(() => [...TooltipBody, ...TooltipBodyPlacements[props.placement]
|
|
78
|
+
const bodyStyles = computed(() => [...TooltipBody, ...TooltipBodyPlacements[props.placement]]);
|
|
85
79
|
// Methods
|
|
86
80
|
const open = useDebounceFn(() => {
|
|
87
81
|
if (hover.value) {
|
|
@@ -107,28 +101,23 @@ var script = defineComponent({
|
|
|
107
101
|
});
|
|
108
102
|
// #endregion
|
|
109
103
|
return {
|
|
110
|
-
|
|
111
|
-
hasTooltip,
|
|
112
|
-
hasTooltipSlot,
|
|
104
|
+
root,
|
|
113
105
|
popover,
|
|
114
106
|
popoverRoot,
|
|
115
|
-
root,
|
|
116
107
|
rootStyles,
|
|
108
|
+
bodyStyles,
|
|
117
109
|
open,
|
|
118
110
|
close
|
|
119
111
|
};
|
|
120
112
|
}
|
|
121
113
|
});
|
|
122
114
|
|
|
123
|
-
const _hoisted_1 = {
|
|
124
|
-
key: 0
|
|
125
|
-
};
|
|
126
115
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
127
116
|
const _component_OrPopover = resolveComponent("OrPopover");
|
|
128
117
|
return openBlock(), createElementBlock("div", {
|
|
129
118
|
ref: "root",
|
|
130
119
|
class: normalizeClass(_ctx.rootStyles)
|
|
131
|
-
}, [renderSlot(_ctx.$slots, "default"), _ctx.
|
|
120
|
+
}, [renderSlot(_ctx.$slots, "default"), _ctx.text ? (openBlock(), createBlock(_component_OrPopover, {
|
|
132
121
|
key: 0,
|
|
133
122
|
ref: "popover",
|
|
134
123
|
variant: 'popover',
|
|
@@ -140,9 +129,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
140
129
|
}, {
|
|
141
130
|
default: withCtx(() => [createElementVNode("div", {
|
|
142
131
|
class: normalizeClass(_ctx.bodyStyles)
|
|
143
|
-
},
|
|
132
|
+
}, toDisplayString(_ctx.text), 3 /* TEXT, CLASS */)]),
|
|
144
133
|
|
|
145
|
-
_:
|
|
134
|
+
_: 1 /* STABLE */
|
|
146
135
|
}, 8 /* PROPS */, ["trigger", "placement"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
147
136
|
}
|
|
148
137
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar-b18f2208.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-1ebca2e8.js';
|
|
3
|
-
export { s as OrBottomSheetV3 } from '../OrBottomSheet-
|
|
3
|
+
export { s as OrBottomSheetV3 } from '../OrBottomSheet-95bc694e.js';
|
|
4
4
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-fca9019a.js';
|
|
5
5
|
export { s as OrButtonV2 } from '../OrButton-170b493f.js';
|
|
6
6
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton, s as OrIconButtonV2 } from '../OrIconButton-9d08aa44.js';
|
|
7
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-
|
|
7
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-8558588c.js';
|
|
8
8
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-dc158967.js';
|
|
10
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
10
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-631cb8e3.js';
|
|
11
11
|
export { s as OrCardV3 } from '../OrCard-cc82902c.js';
|
|
12
12
|
export { s as OrCarousel } from '../OrCarousel-8de5d65b.js';
|
|
13
13
|
export { s as OrCarouselItem } from '../OrCarouselItem-8c7ccd0f.js';
|
|
@@ -19,7 +19,7 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode-b0b514ab.js';
|
|
|
19
19
|
export { s as OrCollapse } from '../OrCollapse-37a52e8f.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-9a149e6b.js';
|
|
21
21
|
export { s as OrConfirm } from '../OrConfirm-1ffb7ed6.js';
|
|
22
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-
|
|
22
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-b0c7f796.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-02c6de49.js';
|
|
24
24
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
25
25
|
export { s as OrErrorTagV3 } from '../OrErrorTag-ade9192b.js';
|
|
@@ -31,14 +31,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
31
31
|
export { s as OrHint } from '../OrHint-1414c530.js';
|
|
32
32
|
export { s as OrHintV3 } from '../OrHint-06ab89d7.js';
|
|
33
33
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-9b3d24cc.js';
|
|
34
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-
|
|
34
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-786b9346.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-62793572.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-01fb2cb2.js';
|
|
37
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-
|
|
37
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-ca82ccc3.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-8cfde85c.js';
|
|
39
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
39
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-864f1099.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-11389afd.js';
|
|
41
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput-
|
|
41
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput-a43b53d2.js';
|
|
42
42
|
export { s as OrInput } from '../OrInput-0dbd5a01.js';
|
|
43
43
|
export { s as OrLabel } from '../OrLabel-876f8729.js';
|
|
44
44
|
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-4da56db0.js';
|
|
@@ -48,31 +48,31 @@ export { s as OrListOfInputs } from '../OrListOfInputs-3c8eaf97.js';
|
|
|
48
48
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader-15174477.js';
|
|
49
49
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader-b79022da.js';
|
|
50
50
|
export { s as OrMenuItemV3 } from '../OrMenuItem-dbee450f.js';
|
|
51
|
-
export { s as OrMenuV3 } from '../OrMenu-
|
|
52
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-
|
|
51
|
+
export { s as OrMenuV3 } from '../OrMenu-f8132f3e.js';
|
|
52
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-d6d82a06.js';
|
|
53
53
|
export { s as OrModal, O as OrModalSizes } from '../OrModal-f8ae7146.js';
|
|
54
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal-
|
|
54
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal-cb236842.js';
|
|
55
55
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification-24192897.js';
|
|
56
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-
|
|
56
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-45b47899.js';
|
|
57
57
|
export { s as OrNumberInput } from '../OrNumberInput-dca5e850.js';
|
|
58
58
|
export { s as OrOverflowMenu } from '../OrOverflowMenu-a7568f8d.js';
|
|
59
59
|
export { s as OrOverlay } from '../OrOverlay-451dce49.js';
|
|
60
|
-
export { s as OrOverlayV3 } from '../OrOverlay-
|
|
60
|
+
export { s as OrOverlayV3 } from '../OrOverlay-d63d39c3.js';
|
|
61
61
|
export { s as OrPassword } from '../OrPassword-88a67993.js';
|
|
62
|
-
export { s as OrPaginationV3 } from '../OrPagination-
|
|
62
|
+
export { s as OrPaginationV3 } from '../OrPagination-1e334ccd.js';
|
|
63
63
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-d0d52c86.js';
|
|
64
64
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-33cf7445.js';
|
|
65
65
|
export { s as OrRadio } from '../OrRadio-c3ab11f2.js';
|
|
66
66
|
export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
|
|
67
67
|
export { s as OrRadioV3 } from '../OrRadio-a890ee7c.js';
|
|
68
68
|
export { s as OrSearch } from '../OrSearch-fb2dd591.js';
|
|
69
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
69
|
+
export { s as OrSearchV3 } from '../OrSearch-d5d46937.js';
|
|
70
70
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-4587c7a9.js';
|
|
71
71
|
export { s as OrSelect } from '../OrSelect-3d923250.js';
|
|
72
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
72
|
+
export { s as OrSelectV3 } from '../OrSelect-f2911b60.js';
|
|
73
73
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-375c85a3.js';
|
|
74
|
-
export { s as OrSidebarV3 } from '../OrSidebar-
|
|
75
|
-
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-
|
|
74
|
+
export { s as OrSidebarV3 } from '../OrSidebar-0d715029.js';
|
|
75
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-4d7497ec.js';
|
|
76
76
|
export { s as OrSkeletonCircle } from '../OrSkeletonCircle-1aa63444.js';
|
|
77
77
|
export { s as OrSkeletonRect } from '../OrSkeletonRect-813bc73a.js';
|
|
78
78
|
export { s as OrSkeletonText } from '../OrSkeletonText-6de38947.js';
|
|
@@ -89,9 +89,9 @@ export { s as OrTab } from '../OrTab-bc98be02.js';
|
|
|
89
89
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem-d668cc59.js';
|
|
90
90
|
export { s as OrTabV3 } from '../OrTab-c11d94f6.js';
|
|
91
91
|
export { s as OrTabs } from '../OrTabs-d3812c11.js';
|
|
92
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
92
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-f667cf9f.js';
|
|
93
93
|
export { s as OrTag } from '../OrTag-38d1ba92.js';
|
|
94
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
94
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-dc1b8628.js';
|
|
95
95
|
export { s as OrTeleport } from '../OrTeleport.vue3-9bce0c02.js';
|
|
96
96
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
|
|
97
97
|
export { s as OrTextV3 } from '../OrText-de6b2fe2.js';
|
|
@@ -100,11 +100,11 @@ export { s as OrTextareaV3 } from '../OrTextarea-08b22d36.js';
|
|
|
100
100
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-7de2b10c.js';
|
|
101
101
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-c3ecb1c8.js';
|
|
102
102
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
|
|
103
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
103
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-71d7c1df.js';
|
|
104
104
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
|
|
105
105
|
export { s as OrTooltip } from '../OrTooltip-be7209e5.js';
|
|
106
106
|
export { s as OrTooltipContent } from '../OrTooltipContent-68c34911.js';
|
|
107
|
-
export { s as OrTooltipV3 } from '../OrTooltip-
|
|
107
|
+
export { s as OrTooltipV3 } from '../OrTooltip-56ed42c7.js';
|
|
108
108
|
import 'vue-demi';
|
|
109
109
|
import 'lodash';
|
|
110
110
|
import 'vue';
|
|
@@ -132,7 +132,7 @@ import '../useValidationAttributes-d1abbe34.js';
|
|
|
132
132
|
import '../useResponsive-a02e95b7.js';
|
|
133
133
|
import 'uuid';
|
|
134
134
|
import 'sortablejs';
|
|
135
|
-
import '../useElevation-
|
|
135
|
+
import '../useElevation-df91fa50.js';
|
|
136
136
|
import '@vueuse/integrations/useFocusTrap';
|
|
137
137
|
import '../useToggle-29e4d7c7.js';
|
|
138
138
|
import '../dropdown-open-0d314aa4.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { s as OrBottomSheetV3 } from '../../OrBottomSheet-
|
|
1
|
+
export { s as OrBottomSheetV3 } from '../../OrBottomSheet-95bc694e.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrOverlay-
|
|
5
|
-
import '../../useElevation-
|
|
4
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
5
|
+
import '../../useElevation-df91fa50.js';
|
|
6
6
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
7
7
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton-8558588c.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrLoader-b79022da.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-631cb8e3.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrButton-
|
|
3
|
+
import '../../OrButton-8558588c.js';
|
|
4
4
|
import '../../OrLoader-b79022da.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import '../../OrIconButton-
|
|
7
|
+
import '../../OrIconButton-786b9346.js';
|
|
8
8
|
import '../../OrIcon-62793572.js';
|
|
9
|
-
import '../../OrTooltip-
|
|
10
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
10
|
+
import '../../OrPopover-d6d82a06.js';
|
|
11
11
|
import '@floating-ui/dom';
|
|
12
|
-
import '../../useElevation-
|
|
12
|
+
import '../../useElevation-df91fa50.js';
|
|
13
13
|
import '../../useResponsive-a02e95b7.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
15
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
15
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
16
16
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
17
17
|
import '../../OrMenuItem-dbee450f.js';
|
|
18
|
-
import '../../OrMenu-
|
|
19
|
-
import '../../OrSearch-
|
|
20
|
-
import '../../OrInput-
|
|
18
|
+
import '../../OrMenu-f8132f3e.js';
|
|
19
|
+
import '../../OrSearch-d5d46937.js';
|
|
20
|
+
import '../../OrInput-a43b53d2.js';
|
|
21
21
|
import '../../useIdAttribute-859439f0.js';
|
|
22
22
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
23
23
|
import '../../OrError-c01d0c29.js';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-b0c7f796.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrButton-
|
|
5
|
+
import '../../OrButton-8558588c.js';
|
|
6
6
|
import '../../OrLoader-b79022da.js';
|
|
7
7
|
import 'vue';
|
|
8
|
-
import '../../OrInput-
|
|
8
|
+
import '../../OrInput-a43b53d2.js';
|
|
9
9
|
import '../../useIdAttribute-859439f0.js';
|
|
10
10
|
import '../../useResponsive-a02e95b7.js';
|
|
11
11
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
12
12
|
import '../../OrError-c01d0c29.js';
|
|
13
13
|
import '../../OrHint-06ab89d7.js';
|
|
14
|
-
import '../../OrIconButton-
|
|
14
|
+
import '../../OrIconButton-786b9346.js';
|
|
15
15
|
import '../../OrIcon-62793572.js';
|
|
16
|
-
import '../../OrTooltip-
|
|
17
|
-
import '../../OrPopover-
|
|
16
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
17
|
+
import '../../OrPopover-d6d82a06.js';
|
|
18
18
|
import '@floating-ui/dom';
|
|
19
|
-
import '../../useElevation-
|
|
20
|
-
import '../../OrBottomSheet-
|
|
21
|
-
import '../../OrOverlay-
|
|
19
|
+
import '../../useElevation-df91fa50.js';
|
|
20
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
21
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
22
22
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
23
23
|
import '../../OrInputBox-11389afd.js';
|
|
24
24
|
import '../../OrLabel-4da56db0.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton-786b9346.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon-62793572.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrTooltip-
|
|
4
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '../../OrPopover-
|
|
6
|
+
import '../../OrPopover-d6d82a06.js';
|
|
7
7
|
import '@floating-ui/dom';
|
|
8
|
-
import '../../useElevation-
|
|
8
|
+
import '../../useElevation-df91fa50.js';
|
|
9
9
|
import '../../useResponsive-a02e95b7.js';
|
|
10
|
-
import '../../OrBottomSheet-
|
|
11
|
-
import '../../OrOverlay-
|
|
10
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
11
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
12
12
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
13
13
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-ca82ccc3.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-01fb2cb2.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -7,14 +7,14 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
7
7
|
import '../../OrError-c01d0c29.js';
|
|
8
8
|
import 'vue';
|
|
9
9
|
import '../../OrHint-06ab89d7.js';
|
|
10
|
-
import '../../OrIconButton-
|
|
10
|
+
import '../../OrIconButton-786b9346.js';
|
|
11
11
|
import '../../OrIcon-62793572.js';
|
|
12
|
-
import '../../OrTooltip-
|
|
13
|
-
import '../../OrPopover-
|
|
12
|
+
import '../../OrTooltip-56ed42c7.js';
|
|
13
|
+
import '../../OrPopover-d6d82a06.js';
|
|
14
14
|
import '@floating-ui/dom';
|
|
15
|
-
import '../../useElevation-
|
|
15
|
+
import '../../useElevation-df91fa50.js';
|
|
16
16
|
import '../../useResponsive-a02e95b7.js';
|
|
17
|
-
import '../../OrBottomSheet-
|
|
18
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../OrBottomSheet-95bc694e.js';
|
|
18
|
+
import '../../OrOverlay-d63d39c3.js';
|
|
19
19
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
20
20
|
import '../../style-inject.es-4c6f2515.js';
|