@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-52618150.js';
|
|
3
3
|
import { _ as __vue_component__$1 } from './OrOverlay-4838a9b0.js';
|
|
4
|
-
import { _ as __vue_component__$3 } from './OrInput-
|
|
4
|
+
import { _ as __vue_component__$3 } from './OrInput-5086835d.js';
|
|
5
5
|
import { useMagicKeys, whenever } from '@vueuse/core';
|
|
6
6
|
import { logicAnd } from '@vueuse/math';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -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 { _ as __vue_component__$1 } from './OrIcon-124f3bad.js';
|
|
5
|
-
import { _ as __vue_component__$2 } from './OrTooltip-
|
|
6
|
-
import './OrPopover-
|
|
5
|
+
import { _ as __vue_component__$2 } from './OrTooltip-e9fd5e45.js';
|
|
6
|
+
import './OrPopover-06682070.js';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
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 { _ as __vue_component__$1 } from './OrError-be656098.js';
|
|
5
5
|
import { _ as __vue_component__$2 } from './OrHint-44356417.js';
|
|
6
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
6
|
+
import { _ as __vue_component__$3 } from './OrIconButton-42c8459c.js';
|
|
7
7
|
import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-cac18547.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { _ as __vue_component__$1 } from './OrError-be656098.js';
|
|
5
5
|
import { _ as __vue_component__$2 } from './OrHint-44356417.js';
|
|
6
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
6
|
+
import { _ as __vue_component__$3 } from './OrIconButton-42c8459c.js';
|
|
7
7
|
import { _ as __vue_component__$4 } from './OrInlineInputBox-cac18547.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { _ as __vue_component__$1 } from './OrError-be656098.js';
|
|
5
5
|
import { _ as __vue_component__$2 } from './OrHint-44356417.js';
|
|
6
|
-
import { _ as __vue_component__$4 } from './OrIconButton-
|
|
6
|
+
import { _ as __vue_component__$4 } from './OrIconButton-42c8459c.js';
|
|
7
7
|
import { _ as __vue_component__$3 } from './OrIcon-124f3bad.js';
|
|
8
8
|
import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-f4b747ab.js';
|
|
9
9
|
import { _ as __vue_component__$6 } from './OrLabel-9a259894.js';
|
|
@@ -143,7 +143,7 @@ var script = defineComponent({
|
|
|
143
143
|
}
|
|
144
144
|
});
|
|
145
145
|
|
|
146
|
-
var css_248z = "input[data-v-
|
|
146
|
+
var css_248z = "input[data-v-8536ff50]{min-width:0;background:0 0;outline:0}input[type=number][data-v-8536ff50]::-webkit-inner-spin-button{display:none}input[type=search][data-v-8536ff50]::-webkit-search-cancel-button{display:none}";
|
|
147
147
|
styleInject(css_248z);
|
|
148
148
|
|
|
149
149
|
/* script */
|
|
@@ -302,9 +302,7 @@ var __vue_render__ = function () {
|
|
|
302
302
|
_vm.proxyModelValue = $event.target.value;
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
}, 'input', _vm.$attrs, false)), _vm._v(" "), _c('
|
|
306
|
-
class: ['-m-xs', 'ml-none']
|
|
307
|
-
}, [_vm.type === 'password' ? [_c('OrIconButton', {
|
|
305
|
+
}, 'input', _vm.$attrs, false)), _vm._v(" "), _vm.type === 'password' ? [_c('OrIconButton', {
|
|
308
306
|
attrs: {
|
|
309
307
|
"icon": {
|
|
310
308
|
icon: _vm.disclosed ? 'visibility_off' : 'visibility',
|
|
@@ -336,7 +334,7 @@ var __vue_render__ = function () {
|
|
|
336
334
|
"icon": 'search',
|
|
337
335
|
"variant": 'outlined'
|
|
338
336
|
}
|
|
339
|
-
})]] : _vm._e()], 2)
|
|
337
|
+
})]] : _vm._e()], 2), _vm._v(" "), !_vm.invalid ? [_c('OrHint', {
|
|
340
338
|
attrs: {
|
|
341
339
|
"disabled": _vm.disabled
|
|
342
340
|
},
|
|
@@ -365,7 +363,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
365
363
|
/* style */
|
|
366
364
|
const __vue_inject_styles__ = undefined;
|
|
367
365
|
/* scoped */
|
|
368
|
-
const __vue_scope_id__ = "data-v-
|
|
366
|
+
const __vue_scope_id__ = "data-v-8536ff50";
|
|
369
367
|
/* module identifier */
|
|
370
368
|
const __vue_module_identifier__ = undefined;
|
|
371
369
|
/* functional template */
|
|
@@ -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 { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-
|
|
4
|
+
import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-06682070.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
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 { _ as __vue_component__$2 } from './OrIconButton-
|
|
4
|
+
import { _ as __vue_component__$2 } from './OrIconButton-42c8459c.js';
|
|
5
5
|
import { _ as __vue_component__$1 } from './OrOverlay-4838a9b0.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
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 { _ as __vue_component__$2 } from './OrIconButton-
|
|
4
|
+
import { _ as __vue_component__$2 } from './OrIconButton-42c8459c.js';
|
|
5
5
|
import { _ as __vue_component__$1 } from './OrIcon-124f3bad.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
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 { _ as __vue_component__$1 } from './OrInput-
|
|
4
|
+
import { _ as __vue_component__$1 } from './OrInput-5086835d.js';
|
|
5
5
|
import { a as InputBoxSize } from './OrInputBox-f4b747ab.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
@@ -8,11 +8,11 @@ import { _ as __vue_component__$3 } from './OrExpansionPanel-ce82a6fd.js';
|
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrHint-44356417.js';
|
|
9
9
|
import { _ as __vue_component__$5 } from './OrIcon-124f3bad.js';
|
|
10
10
|
import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-f4b747ab.js';
|
|
11
|
-
import { _ as __vue_component__$6 } from './OrInput-
|
|
11
|
+
import { _ as __vue_component__$6 } from './OrInput-5086835d.js';
|
|
12
12
|
import { _ as __vue_component__$8 } from './OrLabel-9a259894.js';
|
|
13
13
|
import { _ as __vue_component__$9 } from './OrMenuItem-d82ba657.js';
|
|
14
|
-
import { _ as __vue_component__$a } from './OrPopover-
|
|
15
|
-
import { _ as __vue_component__$b } from './OrTag-
|
|
14
|
+
import { _ as __vue_component__$a } from './OrPopover-06682070.js';
|
|
15
|
+
import { _ as __vue_component__$b } from './OrTag-6b6ff503.js';
|
|
16
16
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
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 { _ as __vue_component__$1 } from './OrIcon-124f3bad.js';
|
|
5
5
|
import { _ as __vue_component__$3 } from './OrMenuItem-d82ba657.js';
|
|
6
|
-
import { _ as __vue_component__$2 } from './OrMenu-
|
|
7
|
-
import './OrPopover-
|
|
6
|
+
import { _ as __vue_component__$2 } from './OrMenu-adbfd24f.js';
|
|
7
|
+
import './OrPopover-06682070.js';
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrTab-4e6ff742.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
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 { _ as __vue_component__$1 } from './OrIconButton-
|
|
4
|
+
import { _ as __vue_component__$1 } from './OrIconButton-42c8459c.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
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 { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-
|
|
4
|
+
import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-06682070.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
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/v2/index.js
CHANGED
|
@@ -18,7 +18,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
|
|
|
18
18
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
19
19
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-0abe3636.js';
|
|
20
20
|
export { _ as OrConfirm } from './OrConfirm-812badbf.js';
|
|
21
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
21
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-9decce90.js';
|
|
22
22
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
|
|
23
23
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
24
24
|
export { _ as OrErrorTagV3 } from './OrErrorTag-5306b7dd.js';
|
|
@@ -29,14 +29,14 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
29
29
|
export { _ as OrHint } from './OrHint-fe65fbe6.js';
|
|
30
30
|
export { _ as OrHintV3 } from './OrHint-44356417.js';
|
|
31
31
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-7cd10497.js';
|
|
32
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
32
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-42c8459c.js';
|
|
33
33
|
export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-124f3bad.js';
|
|
34
34
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-cac18547.js';
|
|
35
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
35
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-49630a02.js';
|
|
36
36
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
|
|
37
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
37
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-b2185392.js';
|
|
38
38
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-f4b747ab.js';
|
|
39
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
39
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-5086835d.js';
|
|
40
40
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
|
|
41
41
|
export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
|
|
42
42
|
export { _ as OrSearch } from './OrSearch-b228915a.js';
|
|
@@ -48,12 +48,12 @@ export { _ as OrListOfInputs } from './OrListOfInputs-dae3556c.js';
|
|
|
48
48
|
export { L as LoaderViews, _ as OrLoader } from './OrLoader-212ef381.js';
|
|
49
49
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-bd088836.js';
|
|
50
50
|
export { _ as OrMenuItemV3 } from './OrMenuItem-d82ba657.js';
|
|
51
|
-
export { _ as OrMenuV3 } from './OrMenu-
|
|
52
|
-
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-
|
|
51
|
+
export { _ as OrMenuV3 } from './OrMenu-adbfd24f.js';
|
|
52
|
+
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-06682070.js';
|
|
53
53
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-5c491f46.js';
|
|
54
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
54
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-ef90cb0f.js';
|
|
55
55
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-3294cb13.js';
|
|
56
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
56
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-d2f13c11.js';
|
|
57
57
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-572ba5ac.js';
|
|
58
58
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
59
59
|
export { _ as OrOverlayV3 } from './OrOverlay-4838a9b0.js';
|
|
@@ -62,9 +62,9 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
62
62
|
export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
63
63
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
64
64
|
export { _ as OrRadioV3 } from './OrRadio-fd743245.js';
|
|
65
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
65
|
+
export { _ as OrSearchV3 } from './OrSearch-9ef66e3a.js';
|
|
66
66
|
export { _ as OrSelect } from './OrSelect-ea27a70e.js';
|
|
67
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
67
|
+
export { _ as OrSelectV3 } from './OrSelect-37f933a7.js';
|
|
68
68
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
69
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-2522cce0.js';
|
|
70
70
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
@@ -77,9 +77,9 @@ export { _ as OrTab } from './OrTab-8dfdeca0.js';
|
|
|
77
77
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
|
|
78
78
|
export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
|
|
79
79
|
export { _ as OrTabs } from './OrTabs-12138346.js';
|
|
80
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
80
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-50dd04ee.js';
|
|
81
81
|
export { _ as OrTag } from './OrTag-140d4f72.js';
|
|
82
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
82
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-6b6ff503.js';
|
|
83
83
|
export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
|
|
84
84
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
85
85
|
export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
|
|
@@ -87,11 +87,11 @@ export { _ as OrTextareaV3 } from './OrTextarea-ac11ea5a.js';
|
|
|
87
87
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
|
|
88
88
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
|
|
89
89
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
90
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
90
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-96ec9445.js';
|
|
91
91
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
92
92
|
export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
|
|
93
93
|
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
94
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
94
|
+
export { _ as OrTooltipV3 } from './OrTooltip-e9fd5e45.js';
|
|
95
95
|
export { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
96
96
|
export { u as useElevation } from './useElevation-0e973238.js';
|
|
97
97
|
export { u as useOverflow } from './useOverflow-ac506c65.js';
|
package/dist/v2/index2.js
CHANGED
|
@@ -18,7 +18,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
|
|
|
18
18
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
19
19
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-0abe3636.js';
|
|
20
20
|
export { _ as OrConfirm } from './OrConfirm-812badbf.js';
|
|
21
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
21
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-9decce90.js';
|
|
22
22
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
|
|
23
23
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
24
24
|
export { _ as OrErrorTagV3 } from './OrErrorTag-5306b7dd.js';
|
|
@@ -29,14 +29,14 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
29
29
|
export { _ as OrHint } from './OrHint-fe65fbe6.js';
|
|
30
30
|
export { _ as OrHintV3 } from './OrHint-44356417.js';
|
|
31
31
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-7cd10497.js';
|
|
32
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
32
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-42c8459c.js';
|
|
33
33
|
export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-124f3bad.js';
|
|
34
34
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-cac18547.js';
|
|
35
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
35
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-49630a02.js';
|
|
36
36
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
|
|
37
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
37
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-b2185392.js';
|
|
38
38
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-f4b747ab.js';
|
|
39
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
39
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-5086835d.js';
|
|
40
40
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
|
|
41
41
|
export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
|
|
42
42
|
export { _ as OrSearch } from './OrSearch-b228915a.js';
|
|
@@ -48,12 +48,12 @@ export { _ as OrListOfInputs } from './OrListOfInputs-dae3556c.js';
|
|
|
48
48
|
export { L as LoaderViews, _ as OrLoader } from './OrLoader-212ef381.js';
|
|
49
49
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-bd088836.js';
|
|
50
50
|
export { _ as OrMenuItemV3 } from './OrMenuItem-d82ba657.js';
|
|
51
|
-
export { _ as OrMenuV3 } from './OrMenu-
|
|
52
|
-
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-
|
|
51
|
+
export { _ as OrMenuV3 } from './OrMenu-adbfd24f.js';
|
|
52
|
+
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-06682070.js';
|
|
53
53
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-5c491f46.js';
|
|
54
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
54
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-ef90cb0f.js';
|
|
55
55
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-3294cb13.js';
|
|
56
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
56
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-d2f13c11.js';
|
|
57
57
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-572ba5ac.js';
|
|
58
58
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
59
59
|
export { _ as OrOverlayV3 } from './OrOverlay-4838a9b0.js';
|
|
@@ -62,9 +62,9 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
62
62
|
export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
63
63
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
64
64
|
export { _ as OrRadioV3 } from './OrRadio-fd743245.js';
|
|
65
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
65
|
+
export { _ as OrSearchV3 } from './OrSearch-9ef66e3a.js';
|
|
66
66
|
export { _ as OrSelect } from './OrSelect-ea27a70e.js';
|
|
67
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
67
|
+
export { _ as OrSelectV3 } from './OrSelect-37f933a7.js';
|
|
68
68
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
69
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-2522cce0.js';
|
|
70
70
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
@@ -77,9 +77,9 @@ export { _ as OrTab } from './OrTab-8dfdeca0.js';
|
|
|
77
77
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
|
|
78
78
|
export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
|
|
79
79
|
export { _ as OrTabs } from './OrTabs-12138346.js';
|
|
80
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
80
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-50dd04ee.js';
|
|
81
81
|
export { _ as OrTag } from './OrTag-140d4f72.js';
|
|
82
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
82
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-6b6ff503.js';
|
|
83
83
|
export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
|
|
84
84
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
85
85
|
export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
|
|
@@ -87,11 +87,11 @@ export { _ as OrTextareaV3 } from './OrTextarea-ac11ea5a.js';
|
|
|
87
87
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
|
|
88
88
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
|
|
89
89
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
90
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
90
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-96ec9445.js';
|
|
91
91
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
92
92
|
export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
|
|
93
93
|
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
94
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
94
|
+
export { _ as OrTooltipV3 } from './OrTooltip-e9fd5e45.js';
|
|
95
95
|
import 'vue-demi';
|
|
96
96
|
import 'lodash';
|
|
97
97
|
import './style-inject.es-4c6f2515.js';
|
package/dist/v2/index20.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-9decce90.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './OrButton-52618150.js';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -9,13 +9,13 @@ import './OrOverlay-4838a9b0.js';
|
|
|
9
9
|
import './useElevation-0e973238.js';
|
|
10
10
|
import './OrTeleport.vue2-fb92f29f.js';
|
|
11
11
|
import 'portal-vue';
|
|
12
|
-
import './OrInput-
|
|
12
|
+
import './OrInput-5086835d.js';
|
|
13
13
|
import './OrError-be656098.js';
|
|
14
14
|
import './OrHint-44356417.js';
|
|
15
|
-
import './OrIconButton-
|
|
15
|
+
import './OrIconButton-42c8459c.js';
|
|
16
16
|
import './OrIcon-124f3bad.js';
|
|
17
|
-
import './OrTooltip-
|
|
18
|
-
import './OrPopover-
|
|
17
|
+
import './OrTooltip-e9fd5e45.js';
|
|
18
|
+
import './OrPopover-06682070.js';
|
|
19
19
|
import '@floating-ui/dom';
|
|
20
20
|
import './useResponsive-a02e95b7.js';
|
|
21
21
|
import './OrBottomSheet-3ce1529c.js';
|
package/dist/v2/index31.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-42c8459c.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './OrIcon-124f3bad.js';
|
|
6
6
|
import './normalize-component-6e8e3d80.js';
|
|
7
|
-
import './OrTooltip-
|
|
8
|
-
import './OrPopover-
|
|
7
|
+
import './OrTooltip-e9fd5e45.js';
|
|
8
|
+
import './OrPopover-06682070.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import './useElevation-0e973238.js';
|
|
11
11
|
import './useResponsive-a02e95b7.js';
|
package/dist/v2/index34.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-49630a02.js';
|
|
2
2
|
export { I as InlineInputSize } from './OrInlineInputBox-cac18547.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -6,10 +6,10 @@ import '@vueuse/core';
|
|
|
6
6
|
import './OrError-be656098.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
8
|
import './OrHint-44356417.js';
|
|
9
|
-
import './OrIconButton-
|
|
9
|
+
import './OrIconButton-42c8459c.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/index36.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
1
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-b2185392.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './OrError-be656098.js';
|
|
6
6
|
import './normalize-component-6e8e3d80.js';
|
|
7
7
|
import './OrHint-44356417.js';
|
|
8
|
-
import './OrIconButton-
|
|
8
|
+
import './OrIconButton-42c8459c.js';
|
|
9
9
|
import './OrIcon-124f3bad.js';
|
|
10
|
-
import './OrTooltip-
|
|
11
|
-
import './OrPopover-
|
|
10
|
+
import './OrTooltip-e9fd5e45.js';
|
|
11
|
+
import './OrPopover-06682070.js';
|
|
12
12
|
import '@floating-ui/dom';
|
|
13
13
|
import './useElevation-0e973238.js';
|
|
14
14
|
import './useResponsive-a02e95b7.js';
|
package/dist/v2/index38.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-5086835d.js';
|
|
2
2
|
export { a as InputSize } from './OrInputBox-f4b747ab.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -6,10 +6,10 @@ import '@vueuse/core';
|
|
|
6
6
|
import './OrError-be656098.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
8
|
import './OrHint-44356417.js';
|
|
9
|
-
import './OrIconButton-
|
|
9
|
+
import './OrIconButton-42c8459c.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/index48.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrMenuV3 } from './OrMenu-
|
|
2
|
-
export { P as MenuPlacement } from './OrPopover-
|
|
1
|
+
export { _ as OrMenuV3 } from './OrMenu-adbfd24f.js';
|
|
2
|
+
export { P as MenuPlacement } from './OrPopover-06682070.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
package/dist/v2/index50.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
1
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-ef90cb0f.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/index52.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
1
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-d2f13c11.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/index56.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from './OrPopover-
|
|
1
|
+
export { _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from './OrPopover-06682070.js';
|
|
2
2
|
import '@floating-ui/dom';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
package/dist/v2/index62.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
1
|
+
export { _ as OrSearchV3 } from './OrSearch-9ef66e3a.js';
|
|
2
2
|
export { a as SearchSize } from './OrInputBox-f4b747ab.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './useClassAttribute-47fdb016.js';
|
|
6
|
-
import './OrInput-
|
|
6
|
+
import './OrInput-5086835d.js';
|
|
7
7
|
import './OrError-be656098.js';
|
|
8
8
|
import './normalize-component-6e8e3d80.js';
|
|
9
9
|
import './OrHint-44356417.js';
|
|
10
|
-
import './OrIconButton-
|
|
10
|
+
import './OrIconButton-42c8459c.js';
|
|
11
11
|
import './OrIcon-124f3bad.js';
|
|
12
|
-
import './OrTooltip-
|
|
13
|
-
import './OrPopover-
|
|
12
|
+
import './OrTooltip-e9fd5e45.js';
|
|
13
|
+
import './OrPopover-06682070.js';
|
|
14
14
|
import '@floating-ui/dom';
|
|
15
15
|
import './useElevation-0e973238.js';
|
|
16
16
|
import './useResponsive-a02e95b7.js';
|