@onereach/ui-components 2.72.2-beta.2275.0 → 2.72.2-beta.2276.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-d45772c1.js → OrButton-f1f28b9b.js} +1 -1
- package/dist/bundled/v2/{OrCardCollection-80ac6444.js → OrCardCollection-35abc63a.js} +2 -2
- package/dist/bundled/v2/{OrConfirm-ea6ea2f7.js → OrConfirm-c5717fec.js} +2 -2
- package/dist/bundled/v2/{OrInput-57a47093.js → OrInput-00070eee.js} +11 -28
- package/dist/bundled/v2/{OrInputBox-e54dcef9.js → OrInputBox-2f559e98.js} +3 -3
- package/dist/bundled/v2/{OrLoader-864ef92a.js → OrLoader-07f84c71.js} +11 -4
- package/dist/bundled/v2/{OrPagination-daf25de2.js → OrPagination-1b65273d.js} +1 -1
- package/dist/bundled/v2/{OrSearch-2ff8cadd.js → OrSearch-09fd004c.js} +4 -3
- package/dist/bundled/v2/{OrSelect-359e891b.js → OrSelect-2ececfc1.js} +2 -2
- package/dist/bundled/v2/{OrSwitch-782d7b43.js → OrSwitch-3804a2d8.js} +1 -1
- package/dist/bundled/v2/{OrTextarea-1201353b.js → OrTextarea-5c57c02b.js} +1 -1
- package/dist/bundled/v2/components/index.js +13 -13
- package/dist/bundled/v2/components/or-button-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +6 -6
- package/dist/bundled/v2/components/or-confirm-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +0 -13
- package/dist/bundled/v2/components/or-input-v3/index.js +2 -3
- package/dist/bundled/v2/components/or-loader-v3/OrLoader.vue.d.ts +16 -2
- package/dist/bundled/v2/components/or-loader-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-search-v3/index.js +3 -4
- package/dist/bundled/v2/components/or-select-v3/index.js +3 -4
- package/dist/bundled/v2/components/or-switch-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-textarea-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-toast-v3/index.js +2 -2
- package/dist/bundled/v2/index.js +13 -13
- package/dist/bundled/v2/{types-309b7b94.js → types-13daf4de.js} +1 -1
- package/dist/bundled/v3/{OrButton-a1448bfa.js → OrButton-d8b1c4ac.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3b1e442b.js → OrButton.vue_vue_type_script_lang-d31b504f.js} +2 -2
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-09e66060.js → OrCardCollection.vue_vue_type_script_lang-23f82328.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9aff9db3.js → OrConfirm.vue_vue_type_script_lang-ab682ec1.js} +4 -4
- package/dist/bundled/v3/{OrInput-44a32124.js → OrInput-dcf2606e.js} +6 -15
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-4d9e2f4a.js → OrInput.vue_vue_type_script_lang-27220623.js} +3 -15
- package/dist/bundled/v3/{OrInputBox-358d4856.js → OrInputBox-4c7900c2.js} +1 -1
- package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-b387d4ba.js → OrInputBox.vue_vue_type_script_lang-47d98e81.js} +3 -3
- package/dist/bundled/v3/{OrLoader-123ef8c4.js → OrLoader-40942969.js} +1 -1
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-4c3c1ac9.js → OrLoader.vue_vue_type_script_lang-9efedfe7.js} +11 -4
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-f64827ef.js → OrPagination.vue_vue_type_script_lang-c0eceb82.js} +2 -2
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-faec384c.js → OrSearch.vue_vue_type_script_lang-c054c8db.js} +5 -4
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-c7a9bec2.js → OrSelect.vue_vue_type_script_lang-7fd5e2f0.js} +4 -4
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-31994be7.js → OrSwitch.vue_vue_type_script_lang-25f16621.js} +2 -2
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-de99a858.js → OrTextarea.vue_vue_type_script_lang-296da567.js} +2 -2
- package/dist/bundled/v3/{OrToastContainer-6fe12712.js → OrToastContainer-2e9489f9.js} +1 -1
- package/dist/bundled/v3/components/index.js +17 -17
- package/dist/bundled/v3/components/or-button-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +10 -10
- package/dist/bundled/v3/components/or-confirm-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +0 -13
- package/dist/bundled/v3/components/or-input-v3/index.js +3 -5
- package/dist/bundled/v3/components/or-loader-v3/OrLoader.vue.d.ts +16 -2
- package/dist/bundled/v3/components/or-loader-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-search-v3/index.js +5 -7
- package/dist/bundled/v3/components/or-select-v3/index.js +5 -7
- package/dist/bundled/v3/components/or-switch-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-toast-v3/index.js +4 -4
- package/dist/bundled/v3/index.js +24 -24
- package/dist/bundled/v3/{types-22fbf9d6.js → types-8f6f3598.js} +2 -2
- package/dist/esm/v2/{OrButton-66964360.js → OrButton-d067bcac.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-079828a4.js → OrCardCollection-cab5acb9.js} +3 -3
- package/dist/esm/v2/{OrConfirm-7dc26526.js → OrConfirm-efe95ff6.js} +2 -2
- package/dist/esm/v2/{OrInput-3d8c8925.js → OrInput-59a15d80.js} +11 -28
- package/dist/esm/v2/{OrInputBox-53d1f66d.js → OrInputBox-9ceb9fc4.js} +3 -3
- package/dist/esm/v2/{OrLoader-76307488.js → OrLoader-a6ae193f.js} +11 -4
- package/dist/esm/v2/{OrPagination-1adbcadb.js → OrPagination-1acb7176.js} +1 -1
- package/dist/esm/v2/{OrSearch-f9b7e168.js → OrSearch-7411388b.js} +4 -3
- package/dist/esm/v2/{OrSelect-bdb9a78a.js → OrSelect-e31d1c8b.js} +2 -2
- package/dist/esm/v2/{OrSwitch-8549219a.js → OrSwitch-c2429fc0.js} +1 -1
- package/dist/esm/v2/{OrTextarea-373d0554.js → OrTextarea-a5a3572b.js} +1 -1
- package/dist/esm/v2/components/index.js +13 -13
- package/dist/esm/v2/components/or-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +6 -6
- package/dist/esm/v2/components/or-confirm-v3/index.js +6 -6
- package/dist/esm/v2/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +0 -13
- package/dist/esm/v2/components/or-input-v3/index.js +3 -4
- package/dist/esm/v2/components/or-loader-v3/OrLoader.vue.d.ts +16 -2
- package/dist/esm/v2/components/or-loader-v3/index.js +1 -1
- package/dist/esm/v2/components/or-pagination-v3/index.js +3 -3
- package/dist/esm/v2/components/or-search-v3/index.js +4 -5
- package/dist/esm/v2/components/or-select-v3/index.js +4 -5
- package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v2/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v2/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v2/index.js +12 -12
- package/dist/esm/v2/{types-1f95d710.js → types-4a75cef1.js} +1 -1
- package/dist/esm/v3/{OrButton-c56998e7.js → OrButton-d9f6c316.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-c3a7cc7a.js → OrCardCollection-04b36455.js} +3 -3
- package/dist/esm/v3/{OrConfirm-403896ca.js → OrConfirm-d7d6255c.js} +2 -2
- package/dist/esm/v3/{OrInput-71075f51.js → OrInput-bd054213.js} +7 -27
- package/dist/esm/v3/{OrInputBox-2467d7e4.js → OrInputBox-e16ade90.js} +3 -3
- package/dist/esm/v3/{OrLoader-a53d2edf.js → OrLoader-1709eb68.js} +11 -4
- package/dist/esm/v3/{OrPagination-da9e5017.js → OrPagination-7cbdbb05.js} +1 -1
- package/dist/esm/v3/{OrSearch-21ac89f3.js → OrSearch-5406bf03.js} +4 -3
- package/dist/esm/v3/{OrSelect-c64eda46.js → OrSelect-466e50ca.js} +2 -2
- package/dist/esm/v3/{OrSwitch-1c2196da.js → OrSwitch-54988e7a.js} +1 -1
- package/dist/esm/v3/{OrTextarea-42d21f77.js → OrTextarea-37566985.js} +1 -1
- package/dist/esm/v3/components/index.js +13 -13
- package/dist/esm/v3/components/or-button-v3/index.js +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +6 -6
- package/dist/esm/v3/components/or-confirm-v3/index.js +6 -6
- package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +0 -13
- package/dist/esm/v3/components/or-input-v3/index.js +3 -4
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +16 -2
- package/dist/esm/v3/components/or-loader-v3/index.js +1 -1
- package/dist/esm/v3/components/or-pagination-v3/index.js +3 -3
- package/dist/esm/v3/components/or-search-v3/index.js +4 -5
- package/dist/esm/v3/components/or-select-v3/index.js +4 -5
- package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v3/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v3/index.js +12 -12
- package/dist/esm/v3/{types-b79e4387.js → types-c3417028.js} +1 -1
- package/package.json +1 -1
- package/src/components/or-input-box-v3/styles.ts +6 -3
- package/src/components/or-input-v3/OrInput.stories3.ts +0 -4
- package/src/components/or-input-v3/OrInput.vue +19 -39
- package/src/components/or-loader-v3/OrLoader.stories3.ts +16 -4
- package/src/components/or-loader-v3/OrLoader.vue +10 -2
- package/src/components/or-loader-v3/styles.ts +1 -2
- package/src/components/or-search-v3/OrSearch.vue +2 -1
|
@@ -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-e0566ecf.js';
|
|
5
|
-
import './OrLoader-
|
|
5
|
+
import './OrLoader-40942969.js';
|
|
6
6
|
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.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-9efedfe7.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
import './OrOverlay.vue_vue_type_script_lang-7edd25f6.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-a6ae193f.js';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
4
|
|
|
5
5
|
var ButtonVariant;
|
|
@@ -1,12 +1,12 @@
|
|
|
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-d067bcac.js';
|
|
3
3
|
import { _ as __vue_component__$2 } from './OrIconButton-04a3566d.js';
|
|
4
4
|
import { _ as __vue_component__$6 } from './OrIcon-f34e0e6f.js';
|
|
5
5
|
import { _ as __vue_component__$5 } from './OrMenuItem-7b7fbf8a.js';
|
|
6
6
|
import { _ as __vue_component__$4 } from './OrMenu-c276db74.js';
|
|
7
7
|
import './OrPopover-d5d4f62a.js';
|
|
8
|
-
import { _ as __vue_component__$7 } from './OrSearch-
|
|
9
|
-
import './OrInputBox-
|
|
8
|
+
import { _ as __vue_component__$7 } from './OrSearch-7411388b.js';
|
|
9
|
+
import './OrInputBox-9ceb9fc4.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
12
12
|
const CardCollectionRoot = [
|
|
@@ -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-d067bcac.js';
|
|
5
|
+
import { _ as __vue_component__$3 } from './OrInput-59a15d80.js';
|
|
6
6
|
import { _ as __vue_component__$1 } from './OrOverlay-a019186f.js';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
8
|
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
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
|
-
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
5
4
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
6
5
|
import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
|
|
7
6
|
import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
|
|
8
7
|
import { _ as __vue_component__$4 } from './OrIconButton-04a3566d.js';
|
|
9
8
|
import { _ as __vue_component__$3 } from './OrIcon-f34e0e6f.js';
|
|
10
|
-
import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-
|
|
9
|
+
import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
|
|
11
10
|
import { _ as __vue_component__$6 } from './OrLabel-0945a4d9.js';
|
|
12
|
-
import { _ as __vue_component__$7 } from './OrLoader-76307488.js';
|
|
13
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
14
12
|
import { c as createInjector } from './browser-82dea9ed.js';
|
|
15
13
|
|
|
@@ -42,8 +40,7 @@ var script = defineComponent({
|
|
|
42
40
|
OrIcon: __vue_component__$3,
|
|
43
41
|
OrIconButton: __vue_component__$4,
|
|
44
42
|
OrInputBox: __vue_component__$5,
|
|
45
|
-
OrLabel: __vue_component__$6
|
|
46
|
-
OrLoader: __vue_component__$7
|
|
43
|
+
OrLabel: __vue_component__$6
|
|
47
44
|
},
|
|
48
45
|
model: {
|
|
49
46
|
prop: 'modelValue',
|
|
@@ -78,10 +75,6 @@ var script = defineComponent({
|
|
|
78
75
|
type: String,
|
|
79
76
|
default: undefined
|
|
80
77
|
},
|
|
81
|
-
loading: {
|
|
82
|
-
type: Boolean,
|
|
83
|
-
default: false
|
|
84
|
-
},
|
|
85
78
|
required: {
|
|
86
79
|
type: Boolean,
|
|
87
80
|
default: false
|
|
@@ -127,9 +120,6 @@ var script = defineComponent({
|
|
|
127
120
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
128
121
|
const invalid = computed(() => !!props.error);
|
|
129
122
|
const disclosed = ref(false);
|
|
130
|
-
const {
|
|
131
|
-
isMobile
|
|
132
|
-
} = useResponsive();
|
|
133
123
|
// Methods
|
|
134
124
|
function focus() {
|
|
135
125
|
var _a;
|
|
@@ -150,7 +140,6 @@ var script = defineComponent({
|
|
|
150
140
|
maxLength,
|
|
151
141
|
invalid,
|
|
152
142
|
disclosed,
|
|
153
|
-
isMobile,
|
|
154
143
|
focus,
|
|
155
144
|
blur
|
|
156
145
|
};
|
|
@@ -187,7 +176,7 @@ var __vue_render__ = function () {
|
|
|
187
176
|
"variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
188
177
|
"size": _vm.size,
|
|
189
178
|
"invalid": _vm.invalid,
|
|
190
|
-
"readonly": _vm.readonly
|
|
179
|
+
"readonly": _vm.readonly,
|
|
191
180
|
"disabled": _vm.disabled
|
|
192
181
|
}
|
|
193
182
|
}, [(_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'checkbox' ? _c('input', _vm._b({
|
|
@@ -202,7 +191,7 @@ var __vue_render__ = function () {
|
|
|
202
191
|
attrs: {
|
|
203
192
|
"placeholder": _vm.placeholder,
|
|
204
193
|
"required": _vm.required,
|
|
205
|
-
"readonly": _vm.readonly
|
|
194
|
+
"readonly": _vm.readonly,
|
|
206
195
|
"disabled": _vm.disabled,
|
|
207
196
|
"type": "checkbox"
|
|
208
197
|
},
|
|
@@ -251,7 +240,7 @@ var __vue_render__ = function () {
|
|
|
251
240
|
attrs: {
|
|
252
241
|
"placeholder": _vm.placeholder,
|
|
253
242
|
"required": _vm.required,
|
|
254
|
-
"readonly": _vm.readonly
|
|
243
|
+
"readonly": _vm.readonly,
|
|
255
244
|
"disabled": _vm.disabled,
|
|
256
245
|
"type": "radio"
|
|
257
246
|
},
|
|
@@ -287,7 +276,7 @@ var __vue_render__ = function () {
|
|
|
287
276
|
attrs: {
|
|
288
277
|
"placeholder": _vm.placeholder,
|
|
289
278
|
"required": _vm.required,
|
|
290
|
-
"readonly": _vm.readonly
|
|
279
|
+
"readonly": _vm.readonly,
|
|
291
280
|
"disabled": _vm.disabled,
|
|
292
281
|
"type": _vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type
|
|
293
282
|
},
|
|
@@ -316,13 +305,7 @@ var __vue_render__ = function () {
|
|
|
316
305
|
}
|
|
317
306
|
}, 'input', _vm.controlAttributes, false)), _vm._v(" "), _c('div', {
|
|
318
307
|
class: ['layout-row']
|
|
319
|
-
}, [_vm.
|
|
320
|
-
attrs: {
|
|
321
|
-
"variant": 'circular',
|
|
322
|
-
"color": 'primary',
|
|
323
|
-
"size": _vm.isMobile ? 'm' : 's'
|
|
324
|
-
}
|
|
325
|
-
})] : [_vm.type === 'password' ? [_c('OrIconButton', {
|
|
308
|
+
}, [_vm.type === 'password' ? [_c('OrIconButton', {
|
|
326
309
|
attrs: {
|
|
327
310
|
"icon": {
|
|
328
311
|
icon: _vm.disclosed ? 'visibility_off' : 'visibility',
|
|
@@ -354,7 +337,7 @@ var __vue_render__ = function () {
|
|
|
354
337
|
"icon": 'search',
|
|
355
338
|
"variant": 'outlined'
|
|
356
339
|
}
|
|
357
|
-
})]] : _vm._e()]
|
|
340
|
+
})]] : _vm._e()], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
358
341
|
attrs: {
|
|
359
342
|
"disabled": _vm.disabled
|
|
360
343
|
},
|
|
@@ -383,14 +366,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
383
366
|
/* style */
|
|
384
367
|
const __vue_inject_styles__ = function (inject) {
|
|
385
368
|
if (!inject) return;
|
|
386
|
-
inject("data-v-
|
|
387
|
-
source: "input[data-v-
|
|
369
|
+
inject("data-v-1243ae22_0", {
|
|
370
|
+
source: "input[data-v-1243ae22]{min-width:0;background:0 0;outline:0}input[type=number][data-v-1243ae22]::-webkit-inner-spin-button{display:none}input[type=search][data-v-1243ae22]::-webkit-search-cancel-button{display:none}",
|
|
388
371
|
map: undefined,
|
|
389
372
|
media: undefined
|
|
390
373
|
});
|
|
391
374
|
};
|
|
392
375
|
/* scoped */
|
|
393
|
-
const __vue_scope_id__ = "data-v-
|
|
376
|
+
const __vue_scope_id__ = "data-v-1243ae22";
|
|
394
377
|
/* module identifier */
|
|
395
378
|
const __vue_module_identifier__ = undefined;
|
|
396
379
|
/* functional template */
|
|
@@ -42,16 +42,16 @@ const InputBoxRootVariants = {
|
|
|
42
42
|
const InputBoxRootSizes = {
|
|
43
43
|
'm': [
|
|
44
44
|
// Box
|
|
45
|
-
'children:min-h-[
|
|
45
|
+
'children:min-h-[34px]',
|
|
46
46
|
// Spacing
|
|
47
|
-
'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
|
|
47
|
+
'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'children:pt-[11px] children:md:pt-[7px]', 'children:pb-[11px] children:md:pb-[6px]', 'gap-sm+ md:gap-sm',
|
|
48
48
|
// Typography
|
|
49
49
|
'typography-body-2-regular'],
|
|
50
50
|
's': [
|
|
51
51
|
// Box
|
|
52
52
|
'children:min-h-[30px]',
|
|
53
53
|
// Spacing
|
|
54
|
-
'first-child:pl-
|
|
54
|
+
'first-child:pl-sm', 'last-child:pr-sm', 'children:py-[6px]', 'gap-[6px]',
|
|
55
55
|
// Typography
|
|
56
56
|
'typography-caption-regular']
|
|
57
57
|
};
|
|
@@ -20,7 +20,7 @@ var LoaderSize;
|
|
|
20
20
|
|
|
21
21
|
const LoaderRoot = [
|
|
22
22
|
// Layout
|
|
23
|
-
'
|
|
23
|
+
'flex', 'flex-col', 'gap-md'];
|
|
24
24
|
const LoaderRootColors = {
|
|
25
25
|
'primary': [
|
|
26
26
|
// Theme
|
|
@@ -41,10 +41,17 @@ var script = defineComponent({
|
|
|
41
41
|
type: String,
|
|
42
42
|
default: LoaderVariant.Circular
|
|
43
43
|
},
|
|
44
|
+
/**
|
|
45
|
+
* Defines a semantic color of the loading indicator.
|
|
46
|
+
* Use `'inherit'` option to set your own color from the parent (not recommended).
|
|
47
|
+
*/
|
|
44
48
|
color: {
|
|
45
49
|
type: String,
|
|
46
50
|
default: LoaderColor.Primary
|
|
47
51
|
},
|
|
52
|
+
/**
|
|
53
|
+
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
54
|
+
*/
|
|
48
55
|
size: {
|
|
49
56
|
type: String,
|
|
50
57
|
default: LoaderSize.M
|
|
@@ -66,13 +73,13 @@ var script = defineComponent({
|
|
|
66
73
|
const rootStyles = computed(() => ['or-loader', ...LoaderRoot, ...LoaderRootColors[props.color]]);
|
|
67
74
|
const titleStyles = computed(() => [...LoaderTitle]);
|
|
68
75
|
const descriptionStyles = computed(() => [...LoaderDescription]);
|
|
69
|
-
const containerStyles = computed(() => [...LoaderContainer]);
|
|
76
|
+
const containerStyles = computed(() => [...LoaderContainer, `min-w-[${computedSize}px]`]);
|
|
70
77
|
// State
|
|
71
78
|
const computedSize = computed(() => {
|
|
72
79
|
switch (props.size) {
|
|
73
|
-
case
|
|
80
|
+
case LoaderSize.M:
|
|
74
81
|
return 20;
|
|
75
|
-
case
|
|
82
|
+
case LoaderSize.S:
|
|
76
83
|
return 16;
|
|
77
84
|
}
|
|
78
85
|
});
|
|
@@ -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-d067bcac.js';
|
|
3
3
|
import { _ as __vue_component__$2 } from './OrIcon-f34e0e6f.js';
|
|
4
4
|
import { _ as __vue_component__$4 } from './OrMenuItem-7b7fbf8a.js';
|
|
5
5
|
import { _ as __vue_component__$3 } from './OrMenu-c276db74.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
4
|
-
import { a as InputBoxSize } from './OrInputBox-
|
|
3
|
+
import { _ as __vue_component__$1 } from './OrInput-59a15d80.js';
|
|
4
|
+
import { a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
@@ -47,11 +47,12 @@ var script = defineComponent({
|
|
|
47
47
|
// State
|
|
48
48
|
const localModelValue = ref((_a = props.modelValue) !== null && _a !== void 0 ? _a : '');
|
|
49
49
|
// Events
|
|
50
|
-
debouncedWatch(localModelValue, () => context.emit('search', localModelValue.value), {
|
|
50
|
+
debouncedWatch(localModelValue, () => localModelValue.value.length > 0 && context.emit('search', localModelValue.value), {
|
|
51
51
|
debounce: props.debounce
|
|
52
52
|
});
|
|
53
53
|
watch(localModelValue, (val, beforeVal) => {
|
|
54
54
|
if (val.length === 0 && beforeVal.length > 0) {
|
|
55
|
+
context.emit('search');
|
|
55
56
|
context.emit('clear');
|
|
56
57
|
}
|
|
57
58
|
});
|
|
@@ -7,8 +7,8 @@ import { _ as __vue_component__$2 } from './OrError-13845bb0.js';
|
|
|
7
7
|
import { _ as __vue_component__$3 } from './OrExpansionPanel-729eb1e7.js';
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrHint-78b399cb.js';
|
|
9
9
|
import { _ as __vue_component__$5 } from './OrIcon-f34e0e6f.js';
|
|
10
|
-
import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-
|
|
11
|
-
import { _ as __vue_component__$6 } from './OrInput-
|
|
10
|
+
import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
|
|
11
|
+
import { _ as __vue_component__$6 } from './OrInput-59a15d80.js';
|
|
12
12
|
import { _ as __vue_component__$8 } from './OrLabel-0945a4d9.js';
|
|
13
13
|
import { _ as __vue_component__$9 } from './OrMenuItem-7b7fbf8a.js';
|
|
14
14
|
import { _ as __vue_component__$a } from './OrPopover-d5d4f62a.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-a6ae193f.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
import { c as createInjector } from './browser-82dea9ed.js';
|
|
8
8
|
|
|
@@ -4,7 +4,7 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
5
5
|
import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
|
|
6
6
|
import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
|
|
7
|
-
import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-
|
|
7
|
+
import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-9ceb9fc4.js';
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrLabel-0945a4d9.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
import { c as createInjector } from './browser-82dea9ed.js';
|
|
@@ -5,10 +5,10 @@ export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
|
|
|
5
5
|
export { _ as OrButtonV2 } from '../OrButton-c4f9955b.js';
|
|
6
6
|
export { _ as OrIconButton } from '../OrIconButton-014e86a7.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_script-9fb7b7ab.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-d067bcac.js';
|
|
9
9
|
export { _ as OrCard } from '../OrCard-b7268256.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-19582949.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-cab5acb9.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-e89c44ef.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-4e2cf3d8.js';
|
|
14
14
|
export { _ as OrCheckbox } from '../OrCheckbox-915f1f0a.js';
|
|
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-d4400b42.js';
|
|
|
19
19
|
export { _ as OrCollapse } from '../OrCollapse-4d892ca3.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-75abefdd.js';
|
|
21
21
|
export { _ as OrConfirm } from '../OrConfirm-ede619eb.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-efe95ff6.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-349df9b2.js';
|
|
24
24
|
export { _ as OrError } from '../OrError-081130bb.js';
|
|
25
25
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-80f82cdf.js';
|
|
@@ -37,8 +37,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3
|
|
|
37
37
|
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-b85b84b4.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-b47cfc2d.js';
|
|
39
39
|
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-afd33047.js';
|
|
40
|
-
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-
|
|
41
|
-
export { I as InputType, _ as OrInputV3 } from '../OrInput-
|
|
40
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-9ceb9fc4.js';
|
|
41
|
+
export { I as InputType, _ as OrInputV3 } from '../OrInput-59a15d80.js';
|
|
42
42
|
export { _ as OrInput } from '../OrInput-6e6cfd11.js';
|
|
43
43
|
export { _ as OrLabel } from '../OrLabel-33b41516.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-d4781f7b.js';
|
|
47
47
|
export { _ as OrListOfInputs } from '../OrListOfInputs-4298fa2c.js';
|
|
48
48
|
export { L as LoaderViews, _ as OrLoader } from '../OrLoader-003941a2.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-a6ae193f.js';
|
|
50
50
|
export { _ as OrMenuItemV3 } from '../OrMenuItem-7b7fbf8a.js';
|
|
51
51
|
export { _ as OrMenuV3 } from '../OrMenu-c276db74.js';
|
|
52
52
|
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-d5d4f62a.js';
|
|
@@ -59,17 +59,17 @@ export { _ as OrOverflowMenu } from '../OrOverflowMenu-10a4166a.js';
|
|
|
59
59
|
export { _ as OrOverlay } from '../OrOverlay-3b52865d.js';
|
|
60
60
|
export { _ as OrOverlayV3 } from '../OrOverlay-a019186f.js';
|
|
61
61
|
export { _ as OrPassword } from '../OrPassword-e6d5e968.js';
|
|
62
|
-
export { _ as OrPaginationV3 } from '../OrPagination-
|
|
62
|
+
export { _ as OrPaginationV3 } from '../OrPagination-1acb7176.js';
|
|
63
63
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-4ee24824.js';
|
|
64
64
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-b7d1c689.js';
|
|
65
65
|
export { _ as OrRadio } from '../OrRadio-e4198532.js';
|
|
66
66
|
export { _ as OrRadioGroup } from '../OrRadioGroup-d9d32cba.js';
|
|
67
67
|
export { _ as OrRadioV3 } from '../OrRadio-87a4d226.js';
|
|
68
68
|
export { _ as OrSearch } from '../OrSearch-b4f4d59b.js';
|
|
69
|
-
export { _ as OrSearchV3 } from '../OrSearch-
|
|
69
|
+
export { _ as OrSearchV3 } from '../OrSearch-7411388b.js';
|
|
70
70
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-7486115b.js';
|
|
71
71
|
export { _ as OrSelect } from '../OrSelect-dae2b069.js';
|
|
72
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
72
|
+
export { _ as OrSelectV3 } from '../OrSelect-e31d1c8b.js';
|
|
73
73
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-7d6125bb.js';
|
|
74
74
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-fabc7bc9.js';
|
|
75
75
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-cc94bdc9.js';
|
|
@@ -78,7 +78,7 @@ export { _ as OrSlider } from '../OrSlider-f7b9c7c2.js';
|
|
|
78
78
|
export { _ as OrSortHeaderV3 } from '../OrSortHeader-592727dc.js';
|
|
79
79
|
export { _ as OrStepper } from '../OrStepper-4f44e7b7.js';
|
|
80
80
|
export { _ as OrSwitch } from '../OrSwitch-f25f27f9.js';
|
|
81
|
-
export { _ as OrSwitchV3 } from '../OrSwitch-
|
|
81
|
+
export { _ as OrSwitchV3 } from '../OrSwitch-c2429fc0.js';
|
|
82
82
|
export { _ as OrTab } from '../OrTab-eade8ab6.js';
|
|
83
83
|
export { _ as OrTabHeaderItem } from '../OrTabHeaderItem-d1a340d1.js';
|
|
84
84
|
export { _ as OrTabV3 } from '../OrTab-1ff87c76.js';
|
|
@@ -90,11 +90,11 @@ export { _ as OrTeleport } from '../OrTeleportVue2-8ef4ceca.js';
|
|
|
90
90
|
export { _ as OrTeleportV3 } from '../OrTeleport.vue2-fb92f29f.js';
|
|
91
91
|
export { _ as OrTextV3 } from '../OrText-b12d0682.js';
|
|
92
92
|
export { _ as OrTextarea } from '../OrTextarea-91a95068.js';
|
|
93
|
-
export { _ as OrTextareaV3 } from '../OrTextarea-
|
|
93
|
+
export { _ as OrTextareaV3 } from '../OrTextarea-a5a3572b.js';
|
|
94
94
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-2594c980.js';
|
|
95
95
|
export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-2fbd4358.js';
|
|
96
96
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
|
|
97
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-
|
|
97
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-4a75cef1.js';
|
|
98
98
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
|
|
99
99
|
export { _ as OrTooltip } from '../OrTooltip-614b016d.js';
|
|
100
100
|
export { _ as OrTooltipContent } from '../OrTooltip.vue_rollup-plugin-vue_script-63559536.js';
|
|
@@ -121,10 +121,10 @@ import '../dom-3a15d036.js';
|
|
|
121
121
|
import '@vueuse/math';
|
|
122
122
|
import '@floating-ui/dom';
|
|
123
123
|
import '../useValidationAttributes-d1abbe34.js';
|
|
124
|
-
import '../useResponsive-a02e95b7.js';
|
|
125
124
|
import 'uuid';
|
|
126
125
|
import 'sortablejs';
|
|
127
126
|
import '../useElevation-31bfe1f6.js';
|
|
127
|
+
import '../useResponsive-a02e95b7.js';
|
|
128
128
|
import '@vueuse/integrations/useFocusTrap';
|
|
129
129
|
import '../useToggle-29e4d7c7.js';
|
|
130
130
|
import '../dropdown-open-0d314aa4.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
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-d067bcac.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrLoader-
|
|
3
|
+
import '../../OrLoader-a6ae193f.js';
|
|
4
4
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
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-cab5acb9.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrButton-
|
|
4
|
-
import '../../OrLoader-
|
|
3
|
+
import '../../OrButton-d067bcac.js';
|
|
4
|
+
import '../../OrLoader-a6ae193f.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../OrIconButton-04a3566d.js';
|
|
7
7
|
import '../../OrIcon-f34e0e6f.js';
|
|
@@ -17,12 +17,12 @@ import '../../OrTeleport.vue2-fb92f29f.js';
|
|
|
17
17
|
import 'portal-vue';
|
|
18
18
|
import '../../OrMenuItem-7b7fbf8a.js';
|
|
19
19
|
import '../../OrMenu-c276db74.js';
|
|
20
|
-
import '../../OrSearch-
|
|
21
|
-
import '../../OrInput-
|
|
20
|
+
import '../../OrSearch-7411388b.js';
|
|
21
|
+
import '../../OrInput-59a15d80.js';
|
|
22
22
|
import '../../useIdAttribute-859439f0.js';
|
|
23
23
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
24
24
|
import '../../OrError-13845bb0.js';
|
|
25
25
|
import '../../OrHint-78b399cb.js';
|
|
26
|
-
import '../../OrInputBox-
|
|
26
|
+
import '../../OrInputBox-9ceb9fc4.js';
|
|
27
27
|
import '../../OrLabel-0945a4d9.js';
|
|
28
28
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-efe95ff6.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-d067bcac.js';
|
|
6
|
+
import '../../OrLoader-a6ae193f.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrInput-
|
|
8
|
+
import '../../OrInput-59a15d80.js';
|
|
9
9
|
import '../../useIdAttribute-859439f0.js';
|
|
10
|
-
import '../../useResponsive-a02e95b7.js';
|
|
11
10
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
12
11
|
import '../../OrError-13845bb0.js';
|
|
13
12
|
import '../../OrHint-78b399cb.js';
|
|
@@ -17,10 +16,11 @@ import '../../OrTooltip-629d44fc.js';
|
|
|
17
16
|
import '../../OrPopover-d5d4f62a.js';
|
|
18
17
|
import '@floating-ui/dom';
|
|
19
18
|
import '../../useElevation-31bfe1f6.js';
|
|
19
|
+
import '../../useResponsive-a02e95b7.js';
|
|
20
20
|
import '../../OrBottomSheet-37200385.js';
|
|
21
21
|
import '../../OrOverlay-a019186f.js';
|
|
22
22
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
23
23
|
import 'portal-vue';
|
|
24
|
-
import '../../OrInputBox-
|
|
24
|
+
import '../../OrInputBox-9ceb9fc4.js';
|
|
25
25
|
import '../../OrLabel-0945a4d9.js';
|
|
26
26
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { a as InputBoxSize, I as InputBoxVariant, _ as OrInputBoxV3 } from '../../OrInputBox-
|
|
1
|
+
export { a as InputBoxSize, I as InputBoxVariant, _ as OrInputBoxV3 } from '../../OrInputBox-9ceb9fc4.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -23,7 +23,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
23
23
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
24
24
|
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
25
25
|
disclosed: import("@vue/composition-api").Ref<boolean>;
|
|
26
|
-
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
27
26
|
focus: () => void;
|
|
28
27
|
blur: () => void;
|
|
29
28
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
@@ -55,10 +54,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
55
54
|
type: StringConstructor;
|
|
56
55
|
default: undefined;
|
|
57
56
|
};
|
|
58
|
-
loading: {
|
|
59
|
-
type: BooleanConstructor;
|
|
60
|
-
default: boolean;
|
|
61
|
-
};
|
|
62
57
|
required: {
|
|
63
58
|
type: BooleanConstructor;
|
|
64
59
|
default: boolean;
|
|
@@ -104,10 +99,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
104
99
|
type: StringConstructor;
|
|
105
100
|
default: undefined;
|
|
106
101
|
};
|
|
107
|
-
loading: {
|
|
108
|
-
type: BooleanConstructor;
|
|
109
|
-
default: boolean;
|
|
110
|
-
};
|
|
111
102
|
required: {
|
|
112
103
|
type: BooleanConstructor;
|
|
113
104
|
default: boolean;
|
|
@@ -132,7 +123,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
132
123
|
placeholder: string;
|
|
133
124
|
hint: string;
|
|
134
125
|
error: string;
|
|
135
|
-
loading: boolean;
|
|
136
126
|
required: boolean;
|
|
137
127
|
readonly: boolean;
|
|
138
128
|
disabled: boolean;
|
|
@@ -162,7 +152,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
162
152
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
163
153
|
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
164
154
|
disclosed: import("@vue/composition-api").Ref<boolean>;
|
|
165
|
-
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
166
155
|
focus: () => void;
|
|
167
156
|
blur: () => void;
|
|
168
157
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
@@ -173,7 +162,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
173
162
|
placeholder: string;
|
|
174
163
|
hint: string;
|
|
175
164
|
error: string;
|
|
176
|
-
loading: boolean;
|
|
177
165
|
required: boolean;
|
|
178
166
|
readonly: boolean;
|
|
179
167
|
disabled: boolean;
|
|
@@ -188,7 +176,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
188
176
|
placeholder: string;
|
|
189
177
|
hint: string;
|
|
190
178
|
error: string;
|
|
191
|
-
loading: boolean;
|
|
192
179
|
required: boolean;
|
|
193
180
|
readonly: boolean;
|
|
194
181
|
disabled: boolean;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from '../../OrInput-
|
|
2
|
-
export { a as InputSize } from '../../OrInputBox-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from '../../OrInput-59a15d80.js';
|
|
2
|
+
export { a as InputSize } from '../../OrInputBox-9ceb9fc4.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '../../useResponsive-a02e95b7.js';
|
|
7
6
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
8
7
|
import '../../OrError-13845bb0.js';
|
|
9
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -14,10 +13,10 @@ import '../../OrTooltip-629d44fc.js';
|
|
|
14
13
|
import '../../OrPopover-d5d4f62a.js';
|
|
15
14
|
import '@floating-ui/dom';
|
|
16
15
|
import '../../useElevation-31bfe1f6.js';
|
|
16
|
+
import '../../useResponsive-a02e95b7.js';
|
|
17
17
|
import '../../OrBottomSheet-37200385.js';
|
|
18
18
|
import '../../OrOverlay-a019186f.js';
|
|
19
19
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
20
20
|
import 'portal-vue';
|
|
21
21
|
import '../../OrLabel-0945a4d9.js';
|
|
22
|
-
import '../../OrLoader-76307488.js';
|
|
23
22
|
import '../../browser-82dea9ed.js';
|
|
@@ -6,16 +6,23 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
6
6
|
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
7
|
titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
8
|
descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
|
-
computedSize: import("@vue/composition-api").ComputedRef<20 | 16
|
|
9
|
+
computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
|
|
10
10
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
11
11
|
variant: {
|
|
12
12
|
type: PropType<LoaderVariant>;
|
|
13
13
|
default: LoaderVariant;
|
|
14
14
|
};
|
|
15
|
+
/**
|
|
16
|
+
* Defines a semantic color of the loading indicator.
|
|
17
|
+
* Use `'inherit'` option to set your own color from the parent (not recommended).
|
|
18
|
+
*/
|
|
15
19
|
color: {
|
|
16
20
|
type: PropType<LoaderColor>;
|
|
17
21
|
default: LoaderColor;
|
|
18
22
|
};
|
|
23
|
+
/**
|
|
24
|
+
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
25
|
+
*/
|
|
19
26
|
size: {
|
|
20
27
|
type: PropType<LoaderSize>;
|
|
21
28
|
default: LoaderSize;
|
|
@@ -33,10 +40,17 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
33
40
|
type: PropType<LoaderVariant>;
|
|
34
41
|
default: LoaderVariant;
|
|
35
42
|
};
|
|
43
|
+
/**
|
|
44
|
+
* Defines a semantic color of the loading indicator.
|
|
45
|
+
* Use `'inherit'` option to set your own color from the parent (not recommended).
|
|
46
|
+
*/
|
|
36
47
|
color: {
|
|
37
48
|
type: PropType<LoaderColor>;
|
|
38
49
|
default: LoaderColor;
|
|
39
50
|
};
|
|
51
|
+
/**
|
|
52
|
+
* Defines a diameter of the circular loader. Ignored for linear one.
|
|
53
|
+
*/
|
|
40
54
|
size: {
|
|
41
55
|
type: PropType<LoaderSize>;
|
|
42
56
|
default: LoaderSize;
|
|
@@ -61,7 +75,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
61
75
|
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
62
76
|
titleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
63
77
|
descriptionStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
64
|
-
computedSize: import("@vue/composition-api").ComputedRef<20 | 16
|
|
78
|
+
computedSize: import("@vue/composition-api").ComputedRef<20 | 16>;
|
|
65
79
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
66
80
|
variant: LoaderVariant;
|
|
67
81
|
color: LoaderColor;
|
|
@@ -1,3 +1,3 @@
|
|
|
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-a6ae193f.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../normalize-component-6e8e3d80.js';
|