@onereach/ui-components 2.59.1-beta.1840.0 → 2.60.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/v2/{OrConfirm-08975f91.js → OrConfirm-9decce90.js} +1 -1
- package/dist/v2/{OrIconButton-a5bd8ce5.js → OrIconButton-42c8459c.js} +2 -2
- package/dist/v2/{OrInlineInput-d8f0a6b9.js → OrInlineInput-49630a02.js} +1 -1
- package/dist/v2/{OrInlineTextarea-6b7cd3d5.js → OrInlineTextarea-b2185392.js} +1 -1
- package/dist/v2/{OrInput-1ef7b272.js → OrInput-5086835d.js} +5 -7
- package/dist/v2/{OrMenu-f78fd382.js → OrMenu-adbfd24f.js} +1 -1
- package/dist/v2/{OrModal-7d6348e5.js → OrModal-ef90cb0f.js} +1 -1
- package/dist/v2/{OrNotification-824e78b8.js → OrNotification-d2f13c11.js} +1 -1
- package/dist/v2/{OrPopover-edd82c5d.js → OrPopover-06682070.js} +39 -1
- package/dist/v2/{OrSearch-014d1796.js → OrSearch-9ef66e3a.js} +1 -1
- package/dist/v2/{OrSelect-6e506f56.js → OrSelect-37f933a7.js} +3 -3
- package/dist/v2/{OrTabs-94e45ed2.js → OrTabs-50dd04ee.js} +2 -2
- package/dist/v2/{OrTag-23de8510.js → OrTag-6b6ff503.js} +1 -1
- package/dist/v2/{OrTooltip-c004189d.js → OrTooltip-e9fd5e45.js} +1 -1
- package/dist/v2/components/or-popover-v3/props.d.ts +9 -1
- package/dist/v2/components/or-popover-v3/styles.d.ts +2 -0
- package/dist/v2/index.js +15 -15
- package/dist/v2/index2.js +15 -15
- package/dist/v2/index20.js +5 -5
- package/dist/v2/index31.js +3 -3
- package/dist/v2/index34.js +4 -4
- package/dist/v2/index36.js +4 -4
- package/dist/v2/index38.js +4 -4
- package/dist/v2/index48.js +2 -2
- package/dist/v2/index50.js +4 -4
- package/dist/v2/index52.js +4 -4
- package/dist/v2/index56.js +1 -1
- package/dist/v2/index62.js +5 -5
- package/dist/v2/index64.js +6 -6
- package/dist/v2/index77.js +3 -3
- package/dist/v2/index79.js +4 -4
- package/dist/v2/index87.js +4 -4
- package/dist/v2/index90.js +2 -2
- package/dist/v2/{types-868fd994.js → types-96ec9445.js} +1 -1
- package/dist/v3/{OrConfirm-fc9d6df7.js → OrConfirm-49fbe920.js} +1 -1
- package/dist/v3/{OrIconButton-e914edc4.js → OrIconButton-54618375.js} +2 -2
- package/dist/v3/{OrInlineInput-6a70c434.js → OrInlineInput-c8523c5a.js} +1 -1
- package/dist/v3/{OrInlineTextarea-d78de94e.js → OrInlineTextarea-2e3359d4.js} +1 -1
- package/dist/v3/{OrInput-03eb5e28.js → OrInput-5e4c5c9a.js} +3 -6
- package/dist/v3/{OrMenu-2c15e173.js → OrMenu-e9a72243.js} +1 -1
- package/dist/v3/{OrModal-a4e95fdd.js → OrModal-17b49caa.js} +1 -1
- package/dist/v3/{OrNotification-b9ad2b61.js → OrNotification-9e7e5d16.js} +1 -1
- package/dist/v3/{OrPopover-5b07072d.js → OrPopover-f49b5714.js} +39 -1
- package/dist/v3/{OrSearch-d49ac793.js → OrSearch-d7c4ed11.js} +1 -1
- package/dist/v3/{OrSelect-ab88b818.js → OrSelect-d5376a93.js} +3 -3
- package/dist/v3/{OrTabs-ff70020b.js → OrTabs-bfcbbd53.js} +2 -2
- package/dist/v3/{OrTag-09cc3f1f.js → OrTag-58145d09.js} +1 -1
- package/dist/v3/{OrTooltip-b814fa5e.js → OrTooltip-3928dfdc.js} +1 -1
- package/dist/v3/components/or-popover-v3/props.d.ts +9 -1
- package/dist/v3/components/or-popover-v3/styles.d.ts +2 -0
- package/dist/v3/index.js +15 -15
- package/dist/v3/index2.js +15 -15
- package/dist/v3/index20.js +5 -5
- package/dist/v3/index31.js +3 -3
- package/dist/v3/index34.js +4 -4
- package/dist/v3/index36.js +4 -4
- package/dist/v3/index38.js +4 -4
- package/dist/v3/index48.js +2 -2
- package/dist/v3/index50.js +4 -4
- package/dist/v3/index52.js +4 -4
- package/dist/v3/index56.js +1 -1
- package/dist/v3/index62.js +5 -5
- package/dist/v3/index64.js +6 -6
- package/dist/v3/index77.js +3 -3
- package/dist/v3/index79.js +4 -4
- package/dist/v3/index87.js +4 -4
- package/dist/v3/index90.js +2 -2
- package/dist/v3/{types-eafe769d.js → types-59395ba4.js} +1 -1
- package/package.json +3 -2
- package/src/components/or-input-v3/OrInput.vue +19 -21
- package/src/components/or-popover-v3/OrPopover.vue +2 -1
- package/src/components/or-popover-v3/props.ts +8 -0
- package/src/components/or-popover-v3/styles.ts +52 -0
package/dist/v2/index64.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from './OrSelect-37f933a7.js';
|
|
2
2
|
export { a as SelectSize } from './OrInputBox-f4b747ab.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -12,10 +12,10 @@ import './OrError-be656098.js';
|
|
|
12
12
|
import './OrExpansionPanel-ce82a6fd.js';
|
|
13
13
|
import './OrIcon-124f3bad.js';
|
|
14
14
|
import './OrHint-44356417.js';
|
|
15
|
-
import './OrInput-
|
|
16
|
-
import './OrIconButton-
|
|
17
|
-
import './OrTooltip-
|
|
18
|
-
import './OrPopover-
|
|
15
|
+
import './OrInput-5086835d.js';
|
|
16
|
+
import './OrIconButton-42c8459c.js';
|
|
17
|
+
import './OrTooltip-e9fd5e45.js';
|
|
18
|
+
import './OrPopover-06682070.js';
|
|
19
19
|
import '@floating-ui/dom';
|
|
20
20
|
import './useElevation-0e973238.js';
|
|
21
21
|
import './useResponsive-a02e95b7.js';
|
|
@@ -24,4 +24,4 @@ import './OrOverlay-4838a9b0.js';
|
|
|
24
24
|
import './OrTeleport.vue2-fb92f29f.js';
|
|
25
25
|
import 'portal-vue';
|
|
26
26
|
import './OrMenuItem-d82ba657.js';
|
|
27
|
-
import './OrTag-
|
|
27
|
+
import './OrTag-6b6ff503.js';
|
package/dist/v2/index77.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
1
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-50dd04ee.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
5
5
|
import './OrIcon-124f3bad.js';
|
|
6
6
|
import './normalize-component-6e8e3d80.js';
|
|
7
7
|
import './OrMenuItem-d82ba657.js';
|
|
8
|
-
import './OrMenu-
|
|
9
|
-
import './OrPopover-
|
|
8
|
+
import './OrMenu-adbfd24f.js';
|
|
9
|
+
import './OrPopover-06682070.js';
|
|
10
10
|
import '@floating-ui/dom';
|
|
11
11
|
import './useElevation-0e973238.js';
|
|
12
12
|
import './useResponsive-a02e95b7.js';
|
package/dist/v2/index79.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-6b6ff503.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import './OrIconButton-
|
|
5
|
+
import './OrIconButton-42c8459c.js';
|
|
6
6
|
import './OrIcon-124f3bad.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrTooltip-
|
|
9
|
-
import './OrPopover-
|
|
8
|
+
import './OrTooltip-e9fd5e45.js';
|
|
9
|
+
import './OrPopover-06682070.js';
|
|
10
10
|
import '@floating-ui/dom';
|
|
11
11
|
import './useElevation-0e973238.js';
|
|
12
12
|
import './useResponsive-a02e95b7.js';
|
package/dist/v2/index87.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-96ec9445.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './OrTeleport.vue2-fb92f29f.js';
|
|
6
6
|
import 'portal-vue';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrIconButton-
|
|
8
|
+
import './OrIconButton-42c8459c.js';
|
|
9
9
|
import './useClassAttribute-47fdb016.js';
|
|
10
10
|
import './OrIcon-124f3bad.js';
|
|
11
|
-
import './OrTooltip-
|
|
12
|
-
import './OrPopover-
|
|
11
|
+
import './OrTooltip-e9fd5e45.js';
|
|
12
|
+
import './OrPopover-06682070.js';
|
|
13
13
|
import '@floating-ui/dom';
|
|
14
14
|
import './useElevation-0e973238.js';
|
|
15
15
|
import './useResponsive-a02e95b7.js';
|
package/dist/v2/index90.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
2
|
-
export { P as TooltipPlacement } from './OrPopover-
|
|
1
|
+
export { _ as OrTooltipV3 } from './OrTooltip-e9fd5e45.js';
|
|
2
|
+
export { P as TooltipPlacement } from './OrPopover-06682070.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -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-42c8459c.js';
|
|
6
6
|
import { _ as __vue_component__$3 } from './OrLoader-bd088836.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,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { s as script$2, a as ButtonColor } from './OrButton-7e436ca9.js';
|
|
3
3
|
import { s as script$1 } from './OrOverlay-27050c19.js';
|
|
4
|
-
import { s as script$3 } from './OrInput-
|
|
4
|
+
import { s as script$3 } from './OrInput-5e4c5c9a.js';
|
|
5
5
|
import { useMagicKeys, whenever } from '@vueuse/core';
|
|
6
6
|
import { logicAnd } from '@vueuse/math';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
@@ -2,8 +2,8 @@ import { defineComponent, ref, computed } from 'vue-demi';
|
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { s as script$1 } from './OrIcon-b3906e35.js';
|
|
5
|
-
import { s as script$2 } from './OrTooltip-
|
|
6
|
-
import './OrPopover-
|
|
5
|
+
import { s as script$2 } from './OrTooltip-3928dfdc.js';
|
|
6
|
+
import './OrPopover-f49b5714.js';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, createVNode } from 'vue';
|
|
8
8
|
|
|
9
9
|
var IconButtonColor;
|
|
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { s as script$1 } from './OrError-19a62a18.js';
|
|
5
5
|
import { s as script$2 } from './OrHint-73835593.js';
|
|
6
|
-
import { s as script$3 } from './OrIconButton-
|
|
6
|
+
import { s as script$3 } from './OrIconButton-54618375.js';
|
|
7
7
|
import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox-731e0731.js';
|
|
8
8
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString } from 'vue';
|
|
9
9
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { s as script$1 } from './OrError-19a62a18.js';
|
|
5
5
|
import { s as script$2 } from './OrHint-73835593.js';
|
|
6
|
-
import { s as script$3 } from './OrIconButton-
|
|
6
|
+
import { s as script$3 } from './OrIconButton-54618375.js';
|
|
7
7
|
import { s as script$4 } from './OrInlineInputBox-731e0731.js';
|
|
8
8
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString } from 'vue';
|
|
9
9
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { s as script$1 } from './OrError-19a62a18.js';
|
|
5
5
|
import { s as script$2 } from './OrHint-73835593.js';
|
|
6
|
-
import { s as script$4 } from './OrIconButton-
|
|
6
|
+
import { s as script$4 } from './OrIconButton-54618375.js';
|
|
7
7
|
import { s as script$3 } from './OrIcon-b3906e35.js';
|
|
8
8
|
import { s as script$5, a as InputBoxSize } from './OrInputBox-f44f1f5f.js';
|
|
9
9
|
import { s as script$6 } from './OrLabel-8cada750.js';
|
|
@@ -144,9 +144,6 @@ var script = defineComponent({
|
|
|
144
144
|
});
|
|
145
145
|
|
|
146
146
|
const _hoisted_1 = ["id", "type", "placeholder", "required", "disabled"];
|
|
147
|
-
const _hoisted_2 = {
|
|
148
|
-
class: /*#__PURE__*/normalizeClass(['-m-xs', 'ml-none'])
|
|
149
|
-
};
|
|
150
147
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
151
148
|
const _component_OrLabel = resolveComponent("OrLabel");
|
|
152
149
|
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
@@ -189,7 +186,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
189
186
|
onKeyup: _cache[2] || (_cache[2] = $event => _ctx.$emit('keyup', $event)),
|
|
190
187
|
onFocus: _cache[3] || (_cache[3] = $event => _ctx.$emit('focus', $event)),
|
|
191
188
|
onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
|
|
192
|
-
}), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]),
|
|
189
|
+
}), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), _ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
193
190
|
key: 0,
|
|
194
191
|
icon: {
|
|
195
192
|
icon: _ctx.disclosed ? 'visibility_off' : 'visibility',
|
|
@@ -210,7 +207,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
210
207
|
key: 1,
|
|
211
208
|
icon: 'search',
|
|
212
209
|
variant: 'outlined'
|
|
213
|
-
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])
|
|
210
|
+
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)]),
|
|
214
211
|
_: 1 /* STABLE */
|
|
215
212
|
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.invalid ? (openBlock(), createBlock(_component_OrHint, {
|
|
216
213
|
key: 1,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopover-
|
|
4
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopover-f49b5714.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, createVNode, withCtx, createElementVNode, normalizeClass, withModifiers, renderSlot } from 'vue';
|
|
6
6
|
|
|
7
7
|
const MenuRoot = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { s as script$2 } from './OrIconButton-
|
|
4
|
+
import { s as script$2 } from './OrIconButton-54618375.js';
|
|
5
5
|
import { s as script$1 } from './OrOverlay-27050c19.js';
|
|
6
6
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createVNode, withModifiers, createCommentVNode } from 'vue';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { s as script$2 } from './OrIconButton-
|
|
4
|
+
import { s as script$2 } from './OrIconButton-54618375.js';
|
|
5
5
|
import { s as script$1 } from './OrIcon-b3906e35.js';
|
|
6
6
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, createElementVNode, normalizeClass, createVNode, renderSlot, withModifiers } from 'vue';
|
|
7
7
|
|
|
@@ -17,9 +17,17 @@ var PopoverVariant;
|
|
|
17
17
|
var PopoverPlacement;
|
|
18
18
|
(function (PopoverPlacement) {
|
|
19
19
|
PopoverPlacement["Top"] = "top";
|
|
20
|
+
PopoverPlacement["TopStart"] = "top-start";
|
|
21
|
+
PopoverPlacement["TopEnd"] = "top-end";
|
|
20
22
|
PopoverPlacement["Bottom"] = "bottom";
|
|
23
|
+
PopoverPlacement["BottomStart"] = "bottom-start";
|
|
24
|
+
PopoverPlacement["BottomEnd"] = "bottom-end";
|
|
21
25
|
PopoverPlacement["Left"] = "left";
|
|
26
|
+
PopoverPlacement["LeftStart"] = "left-start";
|
|
27
|
+
PopoverPlacement["LeftEnd"] = "left-end";
|
|
22
28
|
PopoverPlacement["Right"] = "right";
|
|
29
|
+
PopoverPlacement["RightStart"] = "right-start";
|
|
30
|
+
PopoverPlacement["RightEnd"] = "right-end";
|
|
23
31
|
})(PopoverPlacement || (PopoverPlacement = {}));
|
|
24
32
|
|
|
25
33
|
const PopoverRoot = [
|
|
@@ -32,6 +40,36 @@ const PopoverBody = [
|
|
|
32
40
|
'm-sm',
|
|
33
41
|
// Theme
|
|
34
42
|
'bg-background', 'dark:bg-background-dark', 'shadow-contextual', 'dark:shadow-contextual-dark'];
|
|
43
|
+
const PopoverBodyPlacements = {
|
|
44
|
+
'top': [],
|
|
45
|
+
'top-start': [
|
|
46
|
+
// Sizing
|
|
47
|
+
'ml-none'],
|
|
48
|
+
'top-end': [
|
|
49
|
+
// Sizing
|
|
50
|
+
'mr-none'],
|
|
51
|
+
'bottom': [],
|
|
52
|
+
'bottom-start': [
|
|
53
|
+
// Sizing
|
|
54
|
+
'ml-none'],
|
|
55
|
+
'bottom-end': [
|
|
56
|
+
// Sizing
|
|
57
|
+
'mr-none'],
|
|
58
|
+
'left': [],
|
|
59
|
+
'left-start': [
|
|
60
|
+
// Sizing
|
|
61
|
+
'mt-none'],
|
|
62
|
+
'left-end': [
|
|
63
|
+
// Sizing
|
|
64
|
+
'mb-none'],
|
|
65
|
+
'right': [],
|
|
66
|
+
'right-start': [
|
|
67
|
+
// Sizing
|
|
68
|
+
'mt-none'],
|
|
69
|
+
'right-end': [
|
|
70
|
+
// Sizing
|
|
71
|
+
'mb-none']
|
|
72
|
+
};
|
|
35
73
|
|
|
36
74
|
var script = defineComponent({
|
|
37
75
|
name: 'OrPopover',
|
|
@@ -79,7 +117,7 @@ var script = defineComponent({
|
|
|
79
117
|
// Styles
|
|
80
118
|
const classAttribute = useClassAttribute();
|
|
81
119
|
const rootStyles = computed(() => ['or-popover', ...PopoverRoot, classAttribute.value]);
|
|
82
|
-
const bodyStyles = computed(() => [...PopoverBody]);
|
|
120
|
+
const bodyStyles = computed(() => [...PopoverBody, ...PopoverBodyPlacements[props.placement]]);
|
|
83
121
|
// State
|
|
84
122
|
const state = ref('closed');
|
|
85
123
|
// Events
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { debouncedWatch } from '@vueuse/core';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
|
-
import { s as script$1 } from './OrInput-
|
|
4
|
+
import { s as script$1 } from './OrInput-5e4c5c9a.js';
|
|
5
5
|
import { a as InputBoxSize } from './OrInputBox-f44f1f5f.js';
|
|
6
6
|
import { resolveComponent, openBlock, createBlock, mergeProps } from 'vue';
|
|
7
7
|
|
|
@@ -8,11 +8,11 @@ import { s as script$3 } from './OrExpansionPanel-1e2a6375.js';
|
|
|
8
8
|
import { s as script$4 } from './OrHint-73835593.js';
|
|
9
9
|
import { s as script$5 } from './OrIcon-b3906e35.js';
|
|
10
10
|
import { s as script$7, a as InputBoxSize } from './OrInputBox-f44f1f5f.js';
|
|
11
|
-
import { s as script$6 } from './OrInput-
|
|
11
|
+
import { s as script$6 } from './OrInput-5e4c5c9a.js';
|
|
12
12
|
import { s as script$8 } from './OrLabel-8cada750.js';
|
|
13
13
|
import { s as script$9 } from './OrMenuItem-f7d575ba.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-f49b5714.js';
|
|
15
|
+
import { s as script$b } from './OrTag-58145d09.js';
|
|
16
16
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, mergeProps, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, normalizeClass, createElementVNode, Fragment, renderList, createVNode, withModifiers } from 'vue';
|
|
17
17
|
|
|
18
18
|
const created$1 = (element, binding) => {
|
|
@@ -3,8 +3,8 @@ import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted }
|
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
4
|
import { s as script$1 } from './OrIcon-b3906e35.js';
|
|
5
5
|
import { s as script$3 } from './OrMenuItem-f7d575ba.js';
|
|
6
|
-
import { s as script$2 } from './OrMenu-
|
|
7
|
-
import './OrPopover-
|
|
6
|
+
import { s as script$2 } from './OrMenu-e9a72243.js';
|
|
7
|
+
import './OrPopover-f49b5714.js';
|
|
8
8
|
import { s as script$4 } from './OrTab-97044946.js';
|
|
9
9
|
import { resolveComponent, openBlock, createElementBlock, createElementVNode, mergeProps, Fragment, renderList, createBlock, withModifiers, withCtx, createTextVNode, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { s as script$1 } from './OrIconButton-
|
|
4
|
+
import { s as script$1 } from './OrIconButton-54618375.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, renderSlot, createBlock, normalizeClass, withModifiers, createCommentVNode } from 'vue';
|
|
6
6
|
|
|
7
7
|
var TagVariant;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useElementHover } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopover-
|
|
4
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopover-f49b5714.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, renderSlot, createBlock, withCtx, createElementVNode, normalizeClass, toDisplayString, createCommentVNode } from 'vue';
|
|
6
6
|
|
|
7
7
|
const TooltipRoot = [
|
|
@@ -5,7 +5,15 @@ export declare enum PopoverVariant {
|
|
|
5
5
|
}
|
|
6
6
|
export declare enum PopoverPlacement {
|
|
7
7
|
Top = "top",
|
|
8
|
+
TopStart = "top-start",
|
|
9
|
+
TopEnd = "top-end",
|
|
8
10
|
Bottom = "bottom",
|
|
11
|
+
BottomStart = "bottom-start",
|
|
12
|
+
BottomEnd = "bottom-end",
|
|
9
13
|
Left = "left",
|
|
10
|
-
|
|
14
|
+
LeftStart = "left-start",
|
|
15
|
+
LeftEnd = "left-end",
|
|
16
|
+
Right = "right",
|
|
17
|
+
RightStart = "right-start",
|
|
18
|
+
RightEnd = "right-end"
|
|
11
19
|
}
|
package/dist/v3/index.js
CHANGED
|
@@ -15,7 +15,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-feeec003.js';
|
|
|
15
15
|
export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
|
|
16
16
|
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-0a944d25.js';
|
|
17
17
|
export { s as OrConfirm } from './OrConfirm-00134f53.js';
|
|
18
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
18
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-49fbe920.js';
|
|
19
19
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6c79a764.js';
|
|
20
20
|
export { s as OrError } from './OrError-f90296db.js';
|
|
21
21
|
export { s as OrErrorTagV3 } from './OrErrorTag-6bc94241.js';
|
|
@@ -26,14 +26,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
26
26
|
export { s as OrHint } from './OrHint-1414c530.js';
|
|
27
27
|
export { s as OrHintV3 } from './OrHint-73835593.js';
|
|
28
28
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-e23028f8.js';
|
|
29
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-
|
|
29
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-54618375.js';
|
|
30
30
|
export { a as IconSize, I as IconVariant, s as OrIconV3 } from './OrIcon-b3906e35.js';
|
|
31
31
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-731e0731.js';
|
|
32
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-
|
|
32
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-c8523c5a.js';
|
|
33
33
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-455a2d64.js';
|
|
34
|
-
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
34
|
+
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-2e3359d4.js';
|
|
35
35
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-f44f1f5f.js';
|
|
36
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
36
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-5e4c5c9a.js';
|
|
37
37
|
export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-2874026c.js';
|
|
38
38
|
export { s as OrLabel } from './OrLabel-876f8729.js';
|
|
39
39
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-8cada750.js';
|
|
@@ -43,12 +43,12 @@ export { s as OrListOfInputs } from './OrListOfInputs-b4c051a8.js';
|
|
|
43
43
|
export { L as LoaderViews, s as OrLoader } from './OrLoader-15174477.js';
|
|
44
44
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader-60943812.js';
|
|
45
45
|
export { s as OrMenuItemV3 } from './OrMenuItem-f7d575ba.js';
|
|
46
|
-
export { s as OrMenuV3 } from './OrMenu-
|
|
47
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-
|
|
46
|
+
export { s as OrMenuV3 } from './OrMenu-e9a72243.js';
|
|
47
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-f49b5714.js';
|
|
48
48
|
export { s as OrModal, O as OrModalSizes } from './OrModal-75c8e5b6.js';
|
|
49
|
-
export { M as ModalSize, s as OrModalV3 } from './OrModal-
|
|
49
|
+
export { M as ModalSize, s as OrModalV3 } from './OrModal-17b49caa.js';
|
|
50
50
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-38664729.js';
|
|
51
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-
|
|
51
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-9e7e5d16.js';
|
|
52
52
|
export { s as OrOverflowMenu } from './OrOverflowMenu-7a177537.js';
|
|
53
53
|
export { s as OrOverlay } from './OrOverlay-451dce49.js';
|
|
54
54
|
export { s as OrOverlayV3 } from './OrOverlay-27050c19.js';
|
|
@@ -57,9 +57,9 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
57
57
|
export { s as OrRadio } from './OrRadio-c3ab11f2.js';
|
|
58
58
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
59
59
|
export { s as OrRadioV3 } from './OrRadio-d7382a18.js';
|
|
60
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
60
|
+
export { s as OrSearchV3 } from './OrSearch-d7c4ed11.js';
|
|
61
61
|
export { s as OrSelect } from './OrSelect-056731af.js';
|
|
62
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
62
|
+
export { s as OrSelectV3 } from './OrSelect-d5376a93.js';
|
|
63
63
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
64
64
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-96f8b7c3.js';
|
|
65
65
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
|
|
@@ -72,9 +72,9 @@ export { s as OrTab } from './OrTab-bc98be02.js';
|
|
|
72
72
|
export { s as OrTabHeaderItem } from './OrTabHeaderItem-d668cc59.js';
|
|
73
73
|
export { s as OrTabV3 } from './OrTab-97044946.js';
|
|
74
74
|
export { s as OrTabs } from './OrTabs-d3812c11.js';
|
|
75
|
-
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
75
|
+
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-bfcbbd53.js';
|
|
76
76
|
export { s as OrTag } from './OrTag-7e24fdbc.js';
|
|
77
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
77
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-58145d09.js';
|
|
78
78
|
export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
|
|
79
79
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
80
80
|
export { s as OrTextV3 } from './OrText-ecb46923.js';
|
|
@@ -82,10 +82,10 @@ export { s as OrTextareaV3 } from './OrTextarea-fcfa253a.js';
|
|
|
82
82
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-faa4f81a.js';
|
|
83
83
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-fe6abe90.js';
|
|
84
84
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
85
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-
|
|
85
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-59395ba4.js';
|
|
86
86
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
87
87
|
export { s as OrTooltip, a as OrTooltipContent } from './OrTooltip-121eae2b.js';
|
|
88
|
-
export { s as OrTooltipV3 } from './OrTooltip-
|
|
88
|
+
export { s as OrTooltipV3 } from './OrTooltip-3928dfdc.js';
|
|
89
89
|
export { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
90
90
|
export { u as useElevation } from './useElevation-0e973238.js';
|
|
91
91
|
export { u as useOverflow } from './useOverflow-ac506c65.js';
|
package/dist/v3/index2.js
CHANGED
|
@@ -15,7 +15,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-feeec003.js';
|
|
|
15
15
|
export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
|
|
16
16
|
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-0a944d25.js';
|
|
17
17
|
export { s as OrConfirm } from './OrConfirm-00134f53.js';
|
|
18
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
18
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-49fbe920.js';
|
|
19
19
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6c79a764.js';
|
|
20
20
|
export { s as OrError } from './OrError-f90296db.js';
|
|
21
21
|
export { s as OrErrorTagV3 } from './OrErrorTag-6bc94241.js';
|
|
@@ -26,14 +26,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
26
26
|
export { s as OrHint } from './OrHint-1414c530.js';
|
|
27
27
|
export { s as OrHintV3 } from './OrHint-73835593.js';
|
|
28
28
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-e23028f8.js';
|
|
29
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-
|
|
29
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-54618375.js';
|
|
30
30
|
export { a as IconSize, I as IconVariant, s as OrIconV3 } from './OrIcon-b3906e35.js';
|
|
31
31
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-731e0731.js';
|
|
32
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-
|
|
32
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-c8523c5a.js';
|
|
33
33
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-455a2d64.js';
|
|
34
|
-
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
34
|
+
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-2e3359d4.js';
|
|
35
35
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-f44f1f5f.js';
|
|
36
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
36
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-5e4c5c9a.js';
|
|
37
37
|
export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-2874026c.js';
|
|
38
38
|
export { s as OrLabel } from './OrLabel-876f8729.js';
|
|
39
39
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-8cada750.js';
|
|
@@ -43,12 +43,12 @@ export { s as OrListOfInputs } from './OrListOfInputs-b4c051a8.js';
|
|
|
43
43
|
export { L as LoaderViews, s as OrLoader } from './OrLoader-15174477.js';
|
|
44
44
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader-60943812.js';
|
|
45
45
|
export { s as OrMenuItemV3 } from './OrMenuItem-f7d575ba.js';
|
|
46
|
-
export { s as OrMenuV3 } from './OrMenu-
|
|
47
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-
|
|
46
|
+
export { s as OrMenuV3 } from './OrMenu-e9a72243.js';
|
|
47
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-f49b5714.js';
|
|
48
48
|
export { s as OrModal, O as OrModalSizes } from './OrModal-75c8e5b6.js';
|
|
49
|
-
export { M as ModalSize, s as OrModalV3 } from './OrModal-
|
|
49
|
+
export { M as ModalSize, s as OrModalV3 } from './OrModal-17b49caa.js';
|
|
50
50
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-38664729.js';
|
|
51
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-
|
|
51
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-9e7e5d16.js';
|
|
52
52
|
export { s as OrOverflowMenu } from './OrOverflowMenu-7a177537.js';
|
|
53
53
|
export { s as OrOverlay } from './OrOverlay-451dce49.js';
|
|
54
54
|
export { s as OrOverlayV3 } from './OrOverlay-27050c19.js';
|
|
@@ -57,9 +57,9 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
57
57
|
export { s as OrRadio } from './OrRadio-c3ab11f2.js';
|
|
58
58
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
59
59
|
export { s as OrRadioV3 } from './OrRadio-d7382a18.js';
|
|
60
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
60
|
+
export { s as OrSearchV3 } from './OrSearch-d7c4ed11.js';
|
|
61
61
|
export { s as OrSelect } from './OrSelect-056731af.js';
|
|
62
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
62
|
+
export { s as OrSelectV3 } from './OrSelect-d5376a93.js';
|
|
63
63
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
64
64
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-96f8b7c3.js';
|
|
65
65
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
|
|
@@ -72,9 +72,9 @@ export { s as OrTab } from './OrTab-bc98be02.js';
|
|
|
72
72
|
export { s as OrTabHeaderItem } from './OrTabHeaderItem-d668cc59.js';
|
|
73
73
|
export { s as OrTabV3 } from './OrTab-97044946.js';
|
|
74
74
|
export { s as OrTabs } from './OrTabs-d3812c11.js';
|
|
75
|
-
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
75
|
+
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-bfcbbd53.js';
|
|
76
76
|
export { s as OrTag } from './OrTag-7e24fdbc.js';
|
|
77
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
77
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-58145d09.js';
|
|
78
78
|
export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
|
|
79
79
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
80
80
|
export { s as OrTextV3 } from './OrText-ecb46923.js';
|
|
@@ -82,10 +82,10 @@ export { s as OrTextareaV3 } from './OrTextarea-fcfa253a.js';
|
|
|
82
82
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-faa4f81a.js';
|
|
83
83
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-fe6abe90.js';
|
|
84
84
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
85
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-
|
|
85
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-59395ba4.js';
|
|
86
86
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
87
87
|
export { s as OrTooltip, a as OrTooltipContent } from './OrTooltip-121eae2b.js';
|
|
88
|
-
export { s as OrTooltipV3 } from './OrTooltip-
|
|
88
|
+
export { s as OrTooltipV3 } from './OrTooltip-3928dfdc.js';
|
|
89
89
|
import 'vue-demi';
|
|
90
90
|
import 'lodash';
|
|
91
91
|
import 'vue';
|
package/dist/v3/index20.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-49fbe920.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './OrButton-7e436ca9.js';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -8,13 +8,13 @@ import 'vue';
|
|
|
8
8
|
import './OrOverlay-27050c19.js';
|
|
9
9
|
import './useElevation-0e973238.js';
|
|
10
10
|
import './OrTeleport.vue3-8099178c.js';
|
|
11
|
-
import './OrInput-
|
|
11
|
+
import './OrInput-5e4c5c9a.js';
|
|
12
12
|
import './OrError-19a62a18.js';
|
|
13
13
|
import './OrHint-73835593.js';
|
|
14
|
-
import './OrIconButton-
|
|
14
|
+
import './OrIconButton-54618375.js';
|
|
15
15
|
import './OrIcon-b3906e35.js';
|
|
16
|
-
import './OrTooltip-
|
|
17
|
-
import './OrPopover-
|
|
16
|
+
import './OrTooltip-3928dfdc.js';
|
|
17
|
+
import './OrPopover-f49b5714.js';
|
|
18
18
|
import '@floating-ui/dom';
|
|
19
19
|
import './useResponsive-a02e95b7.js';
|
|
20
20
|
import './OrBottomSheet-20a6e3ee.js';
|
package/dist/v3/index31.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-54618375.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './OrIcon-b3906e35.js';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import './OrTooltip-
|
|
8
|
-
import './OrPopover-
|
|
7
|
+
import './OrTooltip-3928dfdc.js';
|
|
8
|
+
import './OrPopover-f49b5714.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import './useElevation-0e973238.js';
|
|
11
11
|
import './useResponsive-a02e95b7.js';
|
package/dist/v3/index34.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-c8523c5a.js';
|
|
2
2
|
export { I as InlineInputSize } from './OrInlineInputBox-731e0731.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -6,10 +6,10 @@ import '@vueuse/core';
|
|
|
6
6
|
import './OrError-19a62a18.js';
|
|
7
7
|
import 'vue';
|
|
8
8
|
import './OrHint-73835593.js';
|
|
9
|
-
import './OrIconButton-
|
|
9
|
+
import './OrIconButton-54618375.js';
|
|
10
10
|
import './OrIcon-b3906e35.js';
|
|
11
|
-
import './OrTooltip-
|
|
12
|
-
import './OrPopover-
|
|
11
|
+
import './OrTooltip-3928dfdc.js';
|
|
12
|
+
import './OrPopover-f49b5714.js';
|
|
13
13
|
import '@floating-ui/dom';
|
|
14
14
|
import './useElevation-0e973238.js';
|
|
15
15
|
import './useResponsive-a02e95b7.js';
|
package/dist/v3/index36.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-2e3359d4.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './OrError-19a62a18.js';
|
|
6
6
|
import 'vue';
|
|
7
7
|
import './OrHint-73835593.js';
|
|
8
|
-
import './OrIconButton-
|
|
8
|
+
import './OrIconButton-54618375.js';
|
|
9
9
|
import './OrIcon-b3906e35.js';
|
|
10
|
-
import './OrTooltip-
|
|
11
|
-
import './OrPopover-
|
|
10
|
+
import './OrTooltip-3928dfdc.js';
|
|
11
|
+
import './OrPopover-f49b5714.js';
|
|
12
12
|
import '@floating-ui/dom';
|
|
13
13
|
import './useElevation-0e973238.js';
|
|
14
14
|
import './useResponsive-a02e95b7.js';
|