@onereach/ui-components 2.74.12 → 2.74.13-beta.2364.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/{OrButton-0a9470c0.js → OrButton-0242b4c0.js} +1 -1
- package/dist/bundled/v2/{OrCardCollection-ba527c32.js → OrCardCollection-04e767c2.js} +2 -2
- package/dist/bundled/v2/{OrConfirm-c6397de7.js → OrConfirm-a76ff6d2.js} +2 -2
- package/dist/bundled/v2/{OrInput-e0e8b941.js → OrInput-b8511a0c.js} +1 -1
- package/dist/bundled/v2/{OrLoader-cf28bfa6.js → OrLoader-6bec8824.js} +10 -2
- package/dist/bundled/v2/{OrPagination-95f37111.js → OrPagination-166592a5.js} +1 -1
- package/dist/bundled/v2/{OrProgress-15fe65ec.js → OrProgress-01123d1f.js} +6 -2
- package/dist/bundled/v2/{OrSearch-fbf62c5d.js → OrSearch-60b64568.js} +1 -1
- package/dist/bundled/v2/{OrSelect-601c4893.js → OrSelect-752bdd3b.js} +1 -1
- package/dist/bundled/v2/{OrSwitch-34f79eb1.js → OrSwitch-aa0da6b9.js} +1 -1
- package/dist/bundled/v2/components/index.js +11 -11
- package/dist/bundled/v2/components/or-button-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-confirm-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-input-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-loader-v3/OrLoader.vue.d.ts +2 -0
- package/dist/bundled/v2/components/or-loader-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-pagination-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-progress-v3/OrProgress.vue.d.ts +2 -0
- package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-search-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-select-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-switch-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-toast-v3/index.js +2 -2
- package/dist/bundled/v2/index.js +12 -12
- package/dist/bundled/v2/{types-0e3ca5b9.js → types-e494517f.js} +1 -1
- package/dist/bundled/v3/{OrButton-a5b98ee2.js → OrButton-452d3149.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-e75f9a10.js → OrButton.vue_vue_type_script_lang-7d4f420c.js} +2 -2
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-3e33148c.js → OrCardCollection.vue_vue_type_script_lang-e71a0ea0.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-f31f4f53.js → OrConfirm.vue_vue_type_script_lang-b550c3d3.js} +4 -4
- package/dist/bundled/v3/{OrInput-7679287c.js → OrInput-6d49f353.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-edf81609.js → OrInput.vue_vue_type_script_lang-af68d0e7.js} +2 -2
- package/dist/bundled/v3/{OrLoader-663e062d.js → OrLoader-be9d72cd.js} +11 -11
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-8fc03499.js → OrLoader.vue_vue_type_script_lang-65971a23.js} +8 -0
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-b6e7592e.js → OrPagination.vue_vue_type_script_lang-a79c359c.js} +2 -2
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-52f660d6.js → OrProgress.vue_vue_type_script_lang-c387db0b.js} +4 -0
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-7b934bbf.js → OrSearch.vue_vue_type_script_lang-8c37e5a7.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-f4f620ab.js → OrSelect.vue_vue_type_script_lang-35ac0247.js} +2 -2
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-f6039c8f.js → OrSwitch.vue_vue_type_script_lang-fd43080e.js} +2 -2
- package/dist/bundled/v3/{OrToastContainer-5c99d3ce.js → OrToastContainer-6a85ebf8.js} +1 -1
- package/dist/bundled/v3/components/index.js +14 -14
- package/dist/bundled/v3/components/or-button-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +8 -8
- package/dist/bundled/v3/components/or-confirm-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-input-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-loader-v3/OrLoader.vue.d.ts +2 -0
- package/dist/bundled/v3/components/or-loader-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-pagination-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-progress-v3/OrProgress.vue.d.ts +2 -0
- package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-search-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-select-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-switch-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-toast-v3/index.js +4 -4
- package/dist/bundled/v3/index.js +41 -40
- package/dist/bundled/v3/{types-5a9ace3b.js → types-661a05a5.js} +2 -2
- package/dist/esm/v2/{OrButton-49f7f20b.js → OrButton-c5ec96e7.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-fa7e81fc.js → OrCardCollection-f7856175.js} +2 -2
- package/dist/esm/v2/{OrConfirm-d7082ce0.js → OrConfirm-98d62065.js} +2 -2
- package/dist/esm/v2/{OrInput-a19adb5d.js → OrInput-3bb91436.js} +1 -1
- package/dist/esm/v2/{OrLoader-8f1f3af1.js → OrLoader-b11ed386.js} +10 -2
- package/dist/esm/v2/{OrPagination-81d4476a.js → OrPagination-a9233838.js} +1 -1
- package/dist/esm/v2/{OrProgress-b7d1c689.js → OrProgress-ff999494.js} +6 -2
- package/dist/esm/v2/{OrSearch-513c80e5.js → OrSearch-dad9b02f.js} +1 -1
- package/dist/esm/v2/{OrSelect-71672992.js → OrSelect-7ef80130.js} +1 -1
- package/dist/esm/v2/{OrSwitch-1bd5b4d1.js → OrSwitch-6129b63d.js} +1 -1
- package/dist/esm/v2/components/index.js +11 -11
- package/dist/esm/v2/components/or-button-v3/index.js +3 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +6 -6
- package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
- package/dist/esm/v2/components/or-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-loader-v3/OrLoader.vue.d.ts +2 -0
- package/dist/esm/v2/components/or-loader-v3/index.js +2 -1
- package/dist/esm/v2/components/or-pagination-v3/index.js +4 -4
- package/dist/esm/v2/components/or-progress-v3/OrProgress.vue.d.ts +2 -0
- package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
- package/dist/esm/v2/components/or-search-v3/index.js +3 -3
- package/dist/esm/v2/components/or-select-v3/index.js +3 -3
- package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v2/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v2/index.js +11 -11
- package/dist/esm/v2/{types-d5127999.js → types-e9a54dcf.js} +1 -1
- package/dist/esm/v3/{OrButton-eab948fb.js → OrButton-9f059df6.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-8a658b21.js → OrCardCollection-4cb41408.js} +2 -2
- package/dist/esm/v3/{OrConfirm-7a4f09e4.js → OrConfirm-19da64d1.js} +2 -2
- package/dist/esm/v3/{OrInput-ab92224c.js → OrInput-ae9f6871.js} +1 -1
- package/dist/esm/v3/{OrLoader-3a918ce9.js → OrLoader-18f66bca.js} +18 -10
- package/dist/esm/v3/{OrPagination-94c2095f.js → OrPagination-183803e7.js} +1 -1
- package/dist/esm/v3/{OrProgress-639ed5e8.js → OrProgress-f881a58a.js} +15 -10
- package/dist/esm/v3/{OrSearch-88811fdc.js → OrSearch-6f6b4fcd.js} +1 -1
- package/dist/esm/v3/{OrSelect-74c6bfb1.js → OrSelect-96bf9b63.js} +1 -1
- package/dist/esm/v3/{OrSwitch-0e92c92c.js → OrSwitch-2a23a9b8.js} +1 -1
- package/dist/esm/v3/components/index.js +11 -11
- package/dist/esm/v3/components/or-button-v3/index.js +3 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +6 -6
- package/dist/esm/v3/components/or-confirm-v3/index.js +4 -4
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +2 -0
- package/dist/esm/v3/components/or-loader-v3/index.js +2 -1
- package/dist/esm/v3/components/or-pagination-v3/index.js +4 -4
- package/dist/esm/v3/components/or-progress-v3/OrProgress.vue.d.ts +2 -0
- package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/index.js +3 -3
- package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v3/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v3/index.js +11 -11
- package/dist/esm/v3/{types-f6f8ab6b.js → types-b9717ff2.js} +1 -1
- package/package.json +3 -4
- package/src/components/or-loader-v3/OrLoader.vue +12 -2
- package/src/components/or-progress-v3/OrProgress.vue +9 -2
|
@@ -2,9 +2,9 @@ import { useToggle } from '@vueuse/core';
|
|
|
2
2
|
import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createVNode, createElementVNode, toDisplayString, createBlock, withModifiers, onBeforeMount, onBeforeUnmount, nextTick } from 'vue';
|
|
3
3
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-4d4329cd.js';
|
|
4
4
|
import './OrIconButton-8f4c68e9.js';
|
|
5
|
-
import './OrLoader-
|
|
5
|
+
import './OrLoader-be9d72cd.js';
|
|
6
6
|
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
7
|
-
import { s as script$3 } from './OrLoader.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$3 } from './OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
import './OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
10
10
|
import { s as script$4 } from './OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$1 } from './OrLoader-
|
|
2
|
+
import { _ as __vue_component__$1 } from './OrLoader-b11ed386.js';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
4
|
|
|
5
5
|
var ButtonVariant;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$3 } from './OrButton-
|
|
2
|
+
import { _ as __vue_component__$3 } from './OrButton-c5ec96e7.js';
|
|
3
3
|
import { _ as __vue_component__$2 } from './OrIconButton-fa9bff07.js';
|
|
4
4
|
import { _ as __vue_component__$6 } from './OrIcon-c434985a.js';
|
|
5
5
|
import { _ as __vue_component__$5 } from './OrMenuItem-4f810513.js';
|
|
6
6
|
import { _ as __vue_component__$4 } from './OrMenu-bb6e93bc.js';
|
|
7
7
|
import './OrPopover-a101a230.js';
|
|
8
|
-
import { _ as __vue_component__$7 } from './OrSearch-
|
|
8
|
+
import { _ as __vue_component__$7 } from './OrSearch-dad9b02f.js';
|
|
9
9
|
import './OrInputBox-53d1f66d.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
@@ -1,8 +1,8 @@
|
|
|
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 { _ as __vue_component__$2, a as ButtonColor } from './OrButton-
|
|
5
|
-
import { _ as __vue_component__$3 } from './OrInput-
|
|
4
|
+
import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-c5ec96e7.js';
|
|
5
|
+
import { _ as __vue_component__$3 } from './OrInput-3bb91436.js';
|
|
6
6
|
import { _ as __vue_component__$1 } from './OrOverlay-2ded265b.js';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
8
|
|
|
@@ -9,7 +9,7 @@ import { _ as __vue_component__$4 } from './OrIconButton-fa9bff07.js';
|
|
|
9
9
|
import { _ as __vue_component__$3 } from './OrIcon-c434985a.js';
|
|
10
10
|
import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
|
|
11
11
|
import { _ as __vue_component__$6 } from './OrLabel-0945a4d9.js';
|
|
12
|
-
import { _ as __vue_component__$7 } from './OrLoader-
|
|
12
|
+
import { _ as __vue_component__$7 } from './OrLoader-b11ed386.js';
|
|
13
13
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
14
14
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
15
15
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
+
import { useElementSize } from '@vueuse/core';
|
|
2
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
3
4
|
|
|
4
5
|
var LoaderVariant;
|
|
@@ -69,6 +70,9 @@ var script = defineComponent({
|
|
|
69
70
|
setup(props) {
|
|
70
71
|
// Refs
|
|
71
72
|
const root = ref();
|
|
73
|
+
const {
|
|
74
|
+
width: loaderContainerWidth
|
|
75
|
+
} = useElementSize(root);
|
|
72
76
|
// Styles
|
|
73
77
|
const rootStyles = computed(() => ['or-loader', ...LoaderRoot, ...LoaderRootColors[props.color]]);
|
|
74
78
|
const titleStyles = computed(() => [...LoaderTitle]);
|
|
@@ -83,6 +87,9 @@ var script = defineComponent({
|
|
|
83
87
|
return 16;
|
|
84
88
|
}
|
|
85
89
|
});
|
|
90
|
+
const strokeWidth = computed(() => {
|
|
91
|
+
return loaderContainerWidth.value ? loaderContainerWidth.value - 2 : '100%';
|
|
92
|
+
});
|
|
86
93
|
/**
|
|
87
94
|
* Preserves circular loading indicator from shrinking caused by external styles.
|
|
88
95
|
*/
|
|
@@ -96,6 +103,7 @@ var script = defineComponent({
|
|
|
96
103
|
titleStyles,
|
|
97
104
|
descriptionStyles,
|
|
98
105
|
computedSize,
|
|
106
|
+
strokeWidth,
|
|
99
107
|
wrapperStyle
|
|
100
108
|
};
|
|
101
109
|
}
|
|
@@ -153,7 +161,7 @@ var __vue_render__ = function () {
|
|
|
153
161
|
attrs: {
|
|
154
162
|
"x1": "2",
|
|
155
163
|
"y1": "50%",
|
|
156
|
-
"x2":
|
|
164
|
+
"x2": _vm.strokeWidth,
|
|
157
165
|
"y2": "50%"
|
|
158
166
|
}
|
|
159
167
|
}), _vm._v(" "), _c('line', {
|
|
@@ -161,7 +169,7 @@ var __vue_render__ = function () {
|
|
|
161
169
|
attrs: {
|
|
162
170
|
"x1": "2",
|
|
163
171
|
"y1": "50%",
|
|
164
|
-
"x2":
|
|
172
|
+
"x2": _vm.strokeWidth,
|
|
165
173
|
"y2": "50%",
|
|
166
174
|
"stroke": _vm.color === 'inherit' ? 'currentColor' : 'inherit'
|
|
167
175
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$1 } from './OrButton-
|
|
2
|
+
import { _ as __vue_component__$1 } from './OrButton-c5ec96e7.js';
|
|
3
3
|
import { _ as __vue_component__$2 } from './OrIcon-c434985a.js';
|
|
4
4
|
import { _ as __vue_component__$4 } from './OrMenuItem-4f810513.js';
|
|
5
5
|
import { _ as __vue_component__$3 } from './OrMenu-bb6e93bc.js';
|
|
@@ -179,6 +179,9 @@ var script = defineComponent({
|
|
|
179
179
|
isCircleType.value ? 14 * Math.PI :
|
|
180
180
|
// 14 = diameter = viewBox - stroke-width
|
|
181
181
|
0);
|
|
182
|
+
const strokeWidth = computed(() => {
|
|
183
|
+
return width.value ? width.value - 2 : '100%';
|
|
184
|
+
});
|
|
182
185
|
const strokeDashoffset = computed(() => props.loading ? undefined : (1 - localProgress.value) * strokeDasharray.value);
|
|
183
186
|
return {
|
|
184
187
|
root,
|
|
@@ -191,6 +194,7 @@ var script = defineComponent({
|
|
|
191
194
|
progressBarMainPartStyles,
|
|
192
195
|
strokeDasharray,
|
|
193
196
|
strokeDashoffset,
|
|
197
|
+
strokeWidth,
|
|
194
198
|
localProgress,
|
|
195
199
|
localValue,
|
|
196
200
|
percent,
|
|
@@ -243,7 +247,7 @@ var __vue_render__ = function () {
|
|
|
243
247
|
attrs: {
|
|
244
248
|
"x1": "2",
|
|
245
249
|
"y1": "50%",
|
|
246
|
-
"x2":
|
|
250
|
+
"x2": _vm.strokeWidth,
|
|
247
251
|
"y2": "50%"
|
|
248
252
|
}
|
|
249
253
|
}), _vm._v(" "), _c('line', {
|
|
@@ -251,7 +255,7 @@ var __vue_render__ = function () {
|
|
|
251
255
|
attrs: {
|
|
252
256
|
"x1": "2",
|
|
253
257
|
"y1": "50%",
|
|
254
|
-
"x2":
|
|
258
|
+
"x2": _vm.strokeWidth,
|
|
255
259
|
"y2": "50%",
|
|
256
260
|
"stroke-dasharray": _vm.strokeDasharray,
|
|
257
261
|
"stroke-dashoffset": _vm.strokeDashoffset
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { _ as __vue_component__$1 } from './OrInput-
|
|
3
|
+
import { _ as __vue_component__$1 } from './OrInput-3bb91436.js';
|
|
4
4
|
import { a as InputBoxSize } from './OrInputBox-53d1f66d.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@ import { _ as __vue_component__$3 } from './OrExpansionPanel-0a12d957.js';
|
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrHint-78b399cb.js';
|
|
9
9
|
import { _ as __vue_component__$5 } from './OrIcon-c434985a.js';
|
|
10
10
|
import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
|
|
11
|
-
import { _ as __vue_component__$6 } from './OrInput-
|
|
11
|
+
import { _ as __vue_component__$6 } from './OrInput-3bb91436.js';
|
|
12
12
|
import { _ as __vue_component__$8 } from './OrLabel-0945a4d9.js';
|
|
13
13
|
import { _ as __vue_component__$9 } from './OrMenuItem-4f810513.js';
|
|
14
14
|
import { _ as __vue_component__$a } from './OrPopover-a101a230.js';
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, reactive } from 'vue-demi';
|
|
|
2
2
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { _ as __vue_component__$1, L as LabelVariant } from './OrLabel-0945a4d9.js';
|
|
5
|
-
import { _ as __vue_component__$2 } from './OrLoader-
|
|
5
|
+
import { _ as __vue_component__$2 } from './OrLoader-b11ed386.js';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
8
|
|
|
@@ -5,10 +5,10 @@ export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
|
|
|
5
5
|
export { _ as OrButtonV2 } from '../OrButton-df2eea65.js';
|
|
6
6
|
export { _ as OrIconButton } from '../OrIconButton-9c30897c.js';
|
|
7
7
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../OrIconButton.vue_rollup-plugin-vue_styles.0-3846c424.js';
|
|
8
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-
|
|
8
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-c5ec96e7.js';
|
|
9
9
|
export { _ as OrCard } from '../OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-050fb8d2.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-f7856175.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-e89c44ef.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-d20717ec.js';
|
|
14
14
|
export { _ as OrCheckbox } from '../OrCheckbox-63d444f1.js';
|
|
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-9a2cdc0c.js';
|
|
|
19
19
|
export { _ as OrCollapse } from '../OrCollapse-50e3914c.js';
|
|
20
20
|
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-fa92b4fa.js';
|
|
21
21
|
export { _ as OrConfirm } from '../OrConfirm-f7c58a78.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-98d62065.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-4059980e.js';
|
|
24
24
|
export { _ as OrError } from '../OrError-efc74907.js';
|
|
25
25
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-7cd5dc68.js';
|
|
@@ -38,7 +38,7 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-df0
|
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-b914488a.js';
|
|
39
39
|
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-ad120656.js';
|
|
40
40
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-53d1f66d.js';
|
|
41
|
-
export { I as InputType, _ as OrInputV3 } from '../OrInput-
|
|
41
|
+
export { I as InputType, _ as OrInputV3 } from '../OrInput-3bb91436.js';
|
|
42
42
|
export { _ as OrInput } from '../OrInput-c005a759.js';
|
|
43
43
|
export { _ as OrLabel } from '../OrLabel-931394a5.js';
|
|
44
44
|
export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-0945a4d9.js';
|
|
@@ -46,7 +46,7 @@ export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-597e0e18.js';
|
|
|
46
46
|
export { _ as OrList } from '../OrList-1440d8ca.js';
|
|
47
47
|
export { _ as OrListOfInputs } from '../OrListOfInputs-5a9fc474.js';
|
|
48
48
|
export { L as LoaderViews, _ as OrLoader } from '../OrLoader-212ef381.js';
|
|
49
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-
|
|
49
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-b11ed386.js';
|
|
50
50
|
export { _ as OrMenuItemV3 } from '../OrMenuItem-4f810513.js';
|
|
51
51
|
export { _ as OrMenuV3 } from '../OrMenu-bb6e93bc.js';
|
|
52
52
|
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-a101a230.js';
|
|
@@ -59,17 +59,17 @@ export { _ as OrOverflowMenu } from '../OrOverflowMenu-0f356aca.js';
|
|
|
59
59
|
export { _ as OrOverlay } from '../OrOverlay-ccec2218.js';
|
|
60
60
|
export { _ as OrOverlayV3 } from '../OrOverlay-2ded265b.js';
|
|
61
61
|
export { _ as OrPassword } from '../OrPassword-7a006ccb.js';
|
|
62
|
-
export { _ as OrPaginationV3 } from '../OrPagination-
|
|
62
|
+
export { _ as OrPaginationV3 } from '../OrPagination-a9233838.js';
|
|
63
63
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-e6f20dc1.js';
|
|
64
|
-
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-
|
|
64
|
+
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-ff999494.js';
|
|
65
65
|
export { _ as OrRadio } from '../OrRadio-514e8de8.js';
|
|
66
66
|
export { _ as OrRadioGroup } from '../OrRadioGroup-11424644.js';
|
|
67
67
|
export { _ as OrRadioV3 } from '../OrRadio-06a54f1e.js';
|
|
68
68
|
export { _ as OrSearch } from '../OrSearch-1d7880eb.js';
|
|
69
|
-
export { _ as OrSearchV3 } from '../OrSearch-
|
|
69
|
+
export { _ as OrSearchV3 } from '../OrSearch-dad9b02f.js';
|
|
70
70
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-7486115b.js';
|
|
71
71
|
export { _ as OrSelect } from '../OrSelect-03e79c4b.js';
|
|
72
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
72
|
+
export { _ as OrSelectV3 } from '../OrSelect-7ef80130.js';
|
|
73
73
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-feacf13a.js';
|
|
74
74
|
export { _ as OrSidebarV3 } from '../OrSidebar-89711112.js';
|
|
75
75
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-81c77db0.js';
|
|
@@ -79,7 +79,7 @@ export { _ as OrSlider } from '../OrSlider-ded83b5c.js';
|
|
|
79
79
|
export { _ as OrSortHeaderV3 } from '../OrSortHeader-ffe6bc57.js';
|
|
80
80
|
export { _ as OrStepper } from '../OrStepper-3e08af91.js';
|
|
81
81
|
export { _ as OrSwitch } from '../OrSwitch-cd24ee40.js';
|
|
82
|
-
export { _ as OrSwitchV3 } from '../OrSwitch-
|
|
82
|
+
export { _ as OrSwitchV3 } from '../OrSwitch-6129b63d.js';
|
|
83
83
|
export { _ as OrTab } from '../OrTab-8dfdeca0.js';
|
|
84
84
|
export { _ as OrTabHeaderItem } from '../OrTabHeaderItem-6a08756e.js';
|
|
85
85
|
export { _ as OrTabV3 } from '../OrTab-1ff87c76.js';
|
|
@@ -95,7 +95,7 @@ export { _ as OrTextareaV3 } from '../OrTextarea-0a64f718.js';
|
|
|
95
95
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-a2cc5280.js';
|
|
96
96
|
export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-8566bc09.js';
|
|
97
97
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
|
|
98
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-
|
|
98
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-e9a54dcf.js';
|
|
99
99
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
|
|
100
100
|
export { _ as OrTooltip } from '../OrTooltip-cefc51f9.js';
|
|
101
101
|
export { _ as OrTooltipContent } from '../OrTooltip.vue_rollup-plugin-vue_styles.0-154aac4c.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../../OrButton-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../../OrButton-c5ec96e7.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrLoader-
|
|
3
|
+
import '../../OrLoader-b11ed386.js';
|
|
4
|
+
import '@vueuse/core';
|
|
4
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-f7856175.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrButton-
|
|
4
|
-
import '../../OrLoader-
|
|
3
|
+
import '../../OrButton-c5ec96e7.js';
|
|
4
|
+
import '../../OrLoader-b11ed386.js';
|
|
5
|
+
import '@vueuse/core';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
7
|
import '../../OrIconButton-fa9bff07.js';
|
|
7
8
|
import '../../OrIcon-c434985a.js';
|
|
8
9
|
import '../../OrTooltip-d9424f71.js';
|
|
9
|
-
import '@vueuse/core';
|
|
10
10
|
import '../../OrPopover-a101a230.js';
|
|
11
11
|
import '@floating-ui/dom';
|
|
12
12
|
import '../../useElevation-92fce12c.js';
|
|
@@ -17,8 +17,8 @@ import '../../OrTeleport.vue2-fb92f29f.js';
|
|
|
17
17
|
import 'portal-vue';
|
|
18
18
|
import '../../OrMenuItem-4f810513.js';
|
|
19
19
|
import '../../OrMenu-bb6e93bc.js';
|
|
20
|
-
import '../../OrSearch-
|
|
21
|
-
import '../../OrInput-
|
|
20
|
+
import '../../OrSearch-dad9b02f.js';
|
|
21
|
+
import '../../OrInput-3bb91436.js';
|
|
22
22
|
import '../../useIdAttribute-859439f0.js';
|
|
23
23
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
24
24
|
import '../../OrError-13845bb0.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-98d62065.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrButton-
|
|
6
|
-
import '../../OrLoader-
|
|
5
|
+
import '../../OrButton-c5ec96e7.js';
|
|
6
|
+
import '../../OrLoader-b11ed386.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrInput-
|
|
8
|
+
import '../../OrInput-3bb91436.js';
|
|
9
9
|
import '../../useIdAttribute-859439f0.js';
|
|
10
10
|
import '../../useResponsive-a02e95b7.js';
|
|
11
11
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from '../../OrInput-3bb91436.js';
|
|
2
2
|
export { a as InputSize } from '../../OrInputBox-53d1f66d.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -19,5 +19,5 @@ import '../../OrOverlay-2ded265b.js';
|
|
|
19
19
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
20
20
|
import 'portal-vue';
|
|
21
21
|
import '../../OrLabel-0945a4d9.js';
|
|
22
|
-
import '../../OrLoader-
|
|
22
|
+
import '../../OrLoader-b11ed386.js';
|
|
23
23
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -7,6 +7,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
7
7
|
titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
8
|
descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
9
|
computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
|
|
10
|
+
strokeWidth: import("@vue/composition-api").ComputedRef<number | "100%">;
|
|
10
11
|
wrapperStyle: import("@vue/composition-api").ComputedRef<string>;
|
|
11
12
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
12
13
|
variant: {
|
|
@@ -77,6 +78,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
77
78
|
titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
78
79
|
descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
79
80
|
computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
|
|
81
|
+
strokeWidth: import("@vue/composition-api").ComputedRef<number | "100%">;
|
|
80
82
|
wrapperStyle: import("@vue/composition-api").ComputedRef<string>;
|
|
81
83
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
82
84
|
variant: LoaderVariant;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../../OrLoader-
|
|
1
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../../OrLoader-b11ed386.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
+
import '@vueuse/core';
|
|
3
4
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { _ as OrPaginationV3 } from '../../OrPagination-
|
|
1
|
+
export { _ as OrPaginationV3 } from '../../OrPagination-a9233838.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrButton-
|
|
4
|
-
import '../../OrLoader-
|
|
3
|
+
import '../../OrButton-c5ec96e7.js';
|
|
4
|
+
import '../../OrLoader-b11ed386.js';
|
|
5
|
+
import '@vueuse/core';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
7
|
import '../../OrIcon-c434985a.js';
|
|
7
8
|
import '../../OrMenuItem-4f810513.js';
|
|
8
9
|
import '../../OrMenu-bb6e93bc.js';
|
|
9
10
|
import '../../OrPopover-a101a230.js';
|
|
10
11
|
import '@floating-ui/dom';
|
|
11
|
-
import '@vueuse/core';
|
|
12
12
|
import '../../useElevation-92fce12c.js';
|
|
13
13
|
import '../../useResponsive-a02e95b7.js';
|
|
14
14
|
import '../../OrBottomSheet-c9bfe63f.js';
|
|
@@ -11,6 +11,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
11
11
|
progressBarMainPartStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
12
12
|
strokeDasharray: import("@vue/composition-api").ComputedRef<number>;
|
|
13
13
|
strokeDashoffset: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
14
|
+
strokeWidth: import("@vue/composition-api").ComputedRef<number | "100%">;
|
|
14
15
|
localProgress: import("@vue/composition-api").ComputedRef<number>;
|
|
15
16
|
localValue: import("@vue/composition-api").ComputedRef<number>;
|
|
16
17
|
percent: import("@vue/composition-api").ComputedRef<string>;
|
|
@@ -117,6 +118,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
117
118
|
progressBarMainPartStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
118
119
|
strokeDasharray: import("@vue/composition-api").ComputedRef<number>;
|
|
119
120
|
strokeDashoffset: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
121
|
+
strokeWidth: import("@vue/composition-api").ComputedRef<number | "100%">;
|
|
120
122
|
localProgress: import("@vue/composition-api").ComputedRef<number>;
|
|
121
123
|
localValue: import("@vue/composition-api").ComputedRef<number>;
|
|
122
124
|
percent: import("@vue/composition-api").ComputedRef<string>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../../OrProgress-
|
|
1
|
+
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../../OrProgress-ff999494.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'lodash';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { _ as OrSearchV3 } from '../../OrSearch-dad9b02f.js';
|
|
2
2
|
export { a as SearchSize } from '../../OrInputBox-53d1f66d.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-3bb91436.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
7
|
import '../../useResponsive-a02e95b7.js';
|
|
8
8
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -20,5 +20,5 @@ import '../../OrOverlay-2ded265b.js';
|
|
|
20
20
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
21
21
|
import 'portal-vue';
|
|
22
22
|
import '../../OrLabel-0945a4d9.js';
|
|
23
|
-
import '../../OrLoader-
|
|
23
|
+
import '../../OrLoader-b11ed386.js';
|
|
24
24
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-7ef80130.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox-53d1f66d.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-0d314aa4.js';
|
|
@@ -13,7 +13,7 @@ import '../../OrError-13845bb0.js';
|
|
|
13
13
|
import '../../OrExpansionPanel-0a12d957.js';
|
|
14
14
|
import '../../OrIcon-c434985a.js';
|
|
15
15
|
import '../../OrHint-78b399cb.js';
|
|
16
|
-
import '../../OrInput-
|
|
16
|
+
import '../../OrInput-3bb91436.js';
|
|
17
17
|
import '../../useResponsive-a02e95b7.js';
|
|
18
18
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
19
19
|
import '../../OrIconButton-fa9bff07.js';
|
|
@@ -25,6 +25,6 @@ import '../../OrBottomSheet-c9bfe63f.js';
|
|
|
25
25
|
import '../../OrOverlay-2ded265b.js';
|
|
26
26
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
27
27
|
import 'portal-vue';
|
|
28
|
-
import '../../OrLoader-
|
|
28
|
+
import '../../OrLoader-b11ed386.js';
|
|
29
29
|
import '../../OrMenuItem-4f810513.js';
|
|
30
30
|
import '../../OrTag-d559f34c.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { _ as OrSwitchV3 } from '../../OrSwitch-
|
|
1
|
+
export { _ as OrSwitchV3 } from '../../OrSwitch-6129b63d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useIdAttribute-859439f0.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import '../../OrLabel-0945a4d9.js';
|
|
6
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../OrLoader-
|
|
7
|
+
import '../../OrLoader-b11ed386.js';
|
|
8
8
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-e9a54dcf.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';
|
|
@@ -14,5 +14,5 @@ import '../../useElevation-92fce12c.js';
|
|
|
14
14
|
import '../../useResponsive-a02e95b7.js';
|
|
15
15
|
import '../../OrBottomSheet-c9bfe63f.js';
|
|
16
16
|
import '../../OrOverlay-2ded265b.js';
|
|
17
|
-
import '../../OrLoader-
|
|
17
|
+
import '../../OrLoader-b11ed386.js';
|
|
18
18
|
import '../../style-inject.es-4c6f2515.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -5,10 +5,10 @@ export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
|
|
|
5
5
|
export { _ as OrButtonV2 } from './OrButton-df2eea65.js';
|
|
6
6
|
export { _ as OrIconButton } from './OrIconButton-9c30897c.js';
|
|
7
7
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from './OrIconButton.vue_rollup-plugin-vue_styles.0-3846c424.js';
|
|
8
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-
|
|
8
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-c5ec96e7.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-050fb8d2.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-f7856175.js';
|
|
12
12
|
export { _ as OrCardV3 } from './OrCard-e89c44ef.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from './OrCarouselItem-d20717ec.js';
|
|
14
14
|
export { _ as OrCheckbox } from './OrCheckbox-63d444f1.js';
|
|
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-9a2cdc0c.js';
|
|
|
19
19
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
20
20
|
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-fa92b4fa.js';
|
|
21
21
|
export { _ as OrConfirm } from './OrConfirm-f7c58a78.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-98d62065.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-4059980e.js';
|
|
24
24
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
25
25
|
export { _ as OrErrorTagV3 } from './OrErrorTag-7cd5dc68.js';
|
|
@@ -38,7 +38,7 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-df02
|
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-b914488a.js';
|
|
39
39
|
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-ad120656.js';
|
|
40
40
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-53d1f66d.js';
|
|
41
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
41
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-3bb91436.js';
|
|
42
42
|
export { _ as OrInput } from './OrInput-c005a759.js';
|
|
43
43
|
export { _ as OrLabel } from './OrLabel-931394a5.js';
|
|
44
44
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-0945a4d9.js';
|
|
@@ -46,7 +46,7 @@ export { L as LinkColor, _ as OrLinkV3 } from './OrLink-597e0e18.js';
|
|
|
46
46
|
export { _ as OrList } from './OrList-1440d8ca.js';
|
|
47
47
|
export { _ as OrListOfInputs } from './OrListOfInputs-5a9fc474.js';
|
|
48
48
|
export { L as LoaderViews, _ as OrLoader } from './OrLoader-212ef381.js';
|
|
49
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-
|
|
49
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-b11ed386.js';
|
|
50
50
|
export { _ as OrMenuItemV3 } from './OrMenuItem-4f810513.js';
|
|
51
51
|
export { _ as OrMenuV3 } from './OrMenu-bb6e93bc.js';
|
|
52
52
|
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-a101a230.js';
|
|
@@ -59,17 +59,17 @@ export { _ as OrOverflowMenu } from './OrOverflowMenu-0f356aca.js';
|
|
|
59
59
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
60
60
|
export { _ as OrOverlayV3 } from './OrOverlay-2ded265b.js';
|
|
61
61
|
export { _ as OrPassword } from './OrPassword-7a006ccb.js';
|
|
62
|
-
export { _ as OrPaginationV3 } from './OrPagination-
|
|
62
|
+
export { _ as OrPaginationV3 } from './OrPagination-a9233838.js';
|
|
63
63
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-e6f20dc1.js';
|
|
64
|
-
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-
|
|
64
|
+
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-ff999494.js';
|
|
65
65
|
export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
66
66
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
67
67
|
export { _ as OrRadioV3 } from './OrRadio-06a54f1e.js';
|
|
68
68
|
export { _ as OrSearch } from './OrSearch-1d7880eb.js';
|
|
69
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
69
|
+
export { _ as OrSearchV3 } from './OrSearch-dad9b02f.js';
|
|
70
70
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-7486115b.js';
|
|
71
71
|
export { _ as OrSelect } from './OrSelect-03e79c4b.js';
|
|
72
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
72
|
+
export { _ as OrSelectV3 } from './OrSelect-7ef80130.js';
|
|
73
73
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
74
74
|
export { _ as OrSidebarV3 } from './OrSidebar-89711112.js';
|
|
75
75
|
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-81c77db0.js';
|
|
@@ -79,7 +79,7 @@ export { _ as OrSlider } from './OrSlider-ded83b5c.js';
|
|
|
79
79
|
export { _ as OrSortHeaderV3 } from './OrSortHeader-ffe6bc57.js';
|
|
80
80
|
export { _ as OrStepper } from './OrStepper-3e08af91.js';
|
|
81
81
|
export { _ as OrSwitch } from './OrSwitch-cd24ee40.js';
|
|
82
|
-
export { _ as OrSwitchV3 } from './OrSwitch-
|
|
82
|
+
export { _ as OrSwitchV3 } from './OrSwitch-6129b63d.js';
|
|
83
83
|
export { _ as OrTab } from './OrTab-8dfdeca0.js';
|
|
84
84
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
|
|
85
85
|
export { _ as OrTabV3 } from './OrTab-1ff87c76.js';
|
|
@@ -95,7 +95,7 @@ export { _ as OrTextareaV3 } from './OrTextarea-0a64f718.js';
|
|
|
95
95
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-a2cc5280.js';
|
|
96
96
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-8566bc09.js';
|
|
97
97
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
98
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
98
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-e9a54dcf.js';
|
|
99
99
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
100
100
|
export { _ as OrTooltip } from './OrTooltip-cefc51f9.js';
|
|
101
101
|
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-154aac4c.js';
|
|
@@ -3,7 +3,7 @@ import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTic
|
|
|
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
5
|
import { _ as __vue_component__$2 } from './OrIconButton-fa9bff07.js';
|
|
6
|
-
import { _ as __vue_component__$3 } from './OrLoader-
|
|
6
|
+
import { _ as __vue_component__$3 } from './OrLoader-b11ed386.js';
|
|
7
7
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
9
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrLoader-
|
|
2
|
+
import { s as script$1 } from './OrLoader-18f66bca.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
var ButtonVariant;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
|
-
import { s as script$3 } from './OrButton-
|
|
2
|
+
import { s as script$3 } from './OrButton-9f059df6.js';
|
|
3
3
|
import { s as script$2 } from './OrIconButton-385e997c.js';
|
|
4
4
|
import { s as script$6 } from './OrIcon-ea40e58c.js';
|
|
5
5
|
import { s as script$5 } from './OrMenuItem-de91aded.js';
|
|
6
6
|
import { s as script$4 } from './OrMenu-b4e8136c.js';
|
|
7
7
|
import './OrPopover-35ee1b1e.js';
|
|
8
|
-
import { s as script$7 } from './OrSearch-
|
|
8
|
+
import { s as script$7 } from './OrSearch-6f6b4fcd.js';
|
|
9
9
|
import './OrInputBox-2467d7e4.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,8 +1,8 @@
|
|
|
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-
|
|
4
|
+
import { s as script$2, a as ButtonColor } from './OrButton-9f059df6.js';
|
|
5
|
+
import { s as script$3 } from './OrInput-ae9f6871.js';
|
|
6
6
|
import { s as script$1 } from './OrOverlay-55f6cf9c.js';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
8
8
|
|
|
@@ -9,7 +9,7 @@ import { s as script$4 } from './OrIconButton-385e997c.js';
|
|
|
9
9
|
import { s as script$3 } from './OrIcon-ea40e58c.js';
|
|
10
10
|
import { s as script$5, a as InputBoxSize } from './OrInputBox-2467d7e4.js';
|
|
11
11
|
import { s as script$6 } from './OrLabel-f700f9fb.js';
|
|
12
|
-
import { s as script$7 } from './OrLoader-
|
|
12
|
+
import { s as script$7 } from './OrLoader-18f66bca.js';
|
|
13
13
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, createSlots } from 'vue';
|
|
14
14
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
15
15
|
|