@onereach/ui-components 2.74.14 → 2.74.15-beta.2370.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/{OrCardCollection-04e767c2.js → OrCardCollection-a9cc4cd6.js} +1 -1
- package/dist/bundled/v2/{OrConfirm-a76ff6d2.js → OrConfirm-de17ffd2.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-9304f205.js → OrInlineInput-20e93482.js} +9 -11
- package/dist/bundled/v2/{OrInlineTextarea-e0d28fc6.js → OrInlineTextarea-e849ae9b.js} +9 -11
- package/dist/bundled/v2/{OrInput-b8511a0c.js → OrInput-7e5430e1.js} +11 -12
- package/dist/bundled/v2/{OrInputBox-e54dcef9.js → OrInputBox-9a31d211.js} +2 -12
- package/dist/bundled/v2/{OrSearch-60b64568.js → OrSearch-b3f34499.js} +2 -2
- package/dist/bundled/v2/{OrSelect-752bdd3b.js → OrSelect-982350b0.js} +11 -10
- package/dist/bundled/v2/{OrTextarea-5fdf63d0.js → OrTextarea-53d756e4.js} +11 -12
- package/dist/bundled/v2/components/index.js +10 -9
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -4
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.js +146 -0
- package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/or-confirm-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-input-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-search-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-select-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/bundled/v2/index.js +11 -10
- package/dist/bundled/v2/props-78496a2d.js +12 -0
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-e71a0ea0.js → OrCardCollection.vue_vue_type_script_lang-fdf213e1.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-b550c3d3.js → OrConfirm.vue_vue_type_script_lang-7a81cfa6.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-cd4a64f6.js → OrInlineInput.vue_vue_type_script_lang-18853dd7.js} +3 -5
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-a73ff1ee.js → OrInlineTextarea.vue_vue_type_script_lang-3cb238d6.js} +3 -5
- package/dist/bundled/v3/{OrInput-6d49f353.js → OrInput-c514ceff.js} +5 -5
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-af68d0e7.js → OrInput.vue_vue_type_script_lang-09a6138d.js} +6 -7
- package/dist/bundled/v3/{OrInputBox-358d4856.js → OrInputBox-44f37541.js} +1 -1
- package/dist/{esm/v2/OrInputBox-53d1f66d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js} +3 -53
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-8c37e5a7.js → OrSearch.vue_vue_type_script_lang-42283e88.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-35ac0247.js → OrSelect.vue_vue_type_script_lang-c43b8138.js} +9 -8
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-de99a858.js → OrTextarea.vue_vue_type_script_lang-b2899ba6.js} +6 -7
- package/dist/bundled/v3/components/index.js +12 -11
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +7 -6
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.js +128 -0
- package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/or-confirm-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-input-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-search-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-select-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -3
- package/dist/bundled/v3/index.js +35 -34
- package/dist/bundled/v3/props-78496a2d.js +12 -0
- package/dist/esm/v2/{OrCardCollection-f7856175.js → OrCardCollection-77a9b0b5.js} +2 -2
- package/dist/esm/v2/{OrConfirm-98d62065.js → OrConfirm-81ae8af5.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-df02ab5d.js → OrInlineInput-b003ddde.js} +9 -11
- package/dist/esm/v2/{OrInlineTextarea-ad120656.js → OrInlineTextarea-6349b529.js} +9 -11
- package/dist/esm/v2/{OrInput-3bb91436.js → OrInput-d4707fb9.js} +11 -12
- package/dist/esm/v2/OrInputBox-5c4b3104.js +43 -0
- package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-b387d4ba.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js} +1 -1
- package/dist/esm/v2/{OrSearch-dad9b02f.js → OrSearch-5b257f78.js} +2 -2
- package/dist/esm/v2/{OrSelect-7ef80130.js → OrSelect-246d8584.js} +11 -10
- package/dist/esm/v2/{OrTextarea-0a64f718.js → OrTextarea-0bf9bf33.js} +11 -12
- package/dist/esm/v2/components/index.js +10 -9
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -4
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.js +143 -0
- package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-confirm-v3/index.js +4 -3
- package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-input-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/esm/v2/components/or-input-box-v3/index.js +3 -2
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-input-v3/index.js +3 -2
- package/dist/esm/v2/components/or-search-v3/index.js +4 -3
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-select-v3/index.js +4 -3
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/esm/v2/index.js +10 -9
- package/dist/esm/v3/{OrCardCollection-4cb41408.js → OrCardCollection-e8ab1e4f.js} +1 -1
- package/dist/esm/v3/{OrConfirm-19da64d1.js → OrConfirm-19397045.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-cd3753ee.js → OrInlineInput-65127ed7.js} +7 -9
- package/dist/esm/v3/{OrInlineTextarea-4c5b0390.js → OrInlineTextarea-176a2701.js} +7 -9
- package/dist/esm/v3/{OrInput-ae9f6871.js → OrInput-209bd3fc.js} +7 -9
- package/dist/esm/v3/{OrSearch-6f6b4fcd.js → OrSearch-3bba0a99.js} +1 -1
- package/dist/esm/v3/{OrSelect-96bf9b63.js → OrSelect-ba567dd1.js} +9 -9
- package/dist/esm/v3/{OrTextarea-42d21f77.js → OrTextarea-14a6b456.js} +7 -9
- package/dist/esm/v3/components/index.js +8 -8
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.js +127 -0
- package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-search-v3/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-textarea-v3/index.js +1 -1
- package/dist/esm/v3/index.js +8 -8
- package/package.json +3 -4
- package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +7 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +201 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +127 -0
- package/src/components/or-combined-input-v3/index.ts +2 -0
- package/src/components/or-combined-input-v3/props.ts +1 -0
- package/src/components/or-combined-input-v3/styles.ts +25 -0
- package/src/components/or-inline-input-v3/OrInlineInput.vue +4 -7
- package/src/components/or-inline-input-v3/styles.ts +2 -2
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +4 -7
- package/src/components/or-inline-textarea-v3/styles.ts +2 -2
- package/src/components/or-input-v3/OrInput.vue +4 -7
- package/src/components/or-input-v3/styles.ts +2 -2
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +4 -6
- package/src/components/or-select-v3/styles.ts +4 -1
- package/src/components/or-textarea-v3/OrTextarea.vue +4 -7
- package/src/components/or-textarea-v3/styles.ts +2 -2
|
@@ -6,7 +6,7 @@ import { O as OrButton } from './OrButton-0242b4c0.js';
|
|
|
6
6
|
import { O as OrMenu } from './OrMenu-82c77b2c.js';
|
|
7
7
|
import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
|
|
8
8
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
9
|
-
import { O as OrSearch } from './OrSearch-
|
|
9
|
+
import { O as OrSearch } from './OrSearch-b3f34499.js';
|
|
10
10
|
|
|
11
11
|
const CardCollectionRoot = [
|
|
12
12
|
// Layout
|
|
@@ -3,7 +3,7 @@ import { l as logicAnd } from './index-17f264f9.js';
|
|
|
3
3
|
import './index-fa6eb4ca.js';
|
|
4
4
|
import { O as OrOverlay } from './OrOverlay-cb55bf20.js';
|
|
5
5
|
import { O as OrButton, a as ButtonColor } from './OrButton-0242b4c0.js';
|
|
6
|
-
import { O as OrInput } from './OrInput-
|
|
6
|
+
import { O as OrInput } from './OrInput-7e5430e1.js';
|
|
7
7
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
9
|
|
|
@@ -21,8 +21,8 @@ const InlineInputRoot = [
|
|
|
21
21
|
// Spacing
|
|
22
22
|
'gap-xs'];
|
|
23
23
|
const InlineInputControl = [
|
|
24
|
-
//
|
|
25
|
-
'
|
|
24
|
+
// Box
|
|
25
|
+
'w-full',
|
|
26
26
|
// Typography
|
|
27
27
|
'typography-inherit',
|
|
28
28
|
// Theme
|
|
@@ -81,7 +81,7 @@ var script = defineComponent({
|
|
|
81
81
|
default: undefined
|
|
82
82
|
},
|
|
83
83
|
error: {
|
|
84
|
-
type: String,
|
|
84
|
+
type: [String, Boolean],
|
|
85
85
|
default: undefined
|
|
86
86
|
}
|
|
87
87
|
},
|
|
@@ -113,7 +113,6 @@ var script = defineComponent({
|
|
|
113
113
|
return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
114
114
|
});
|
|
115
115
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
116
|
-
const invalid = computed(() => !!props.error);
|
|
117
116
|
const activated = ref(false);
|
|
118
117
|
// Handlers
|
|
119
118
|
function onFocus(event) {
|
|
@@ -165,7 +164,6 @@ var script = defineComponent({
|
|
|
165
164
|
draftModelValue,
|
|
166
165
|
currentLength,
|
|
167
166
|
maxLength,
|
|
168
|
-
invalid,
|
|
169
167
|
activated,
|
|
170
168
|
onFocus,
|
|
171
169
|
onBlur,
|
|
@@ -177,7 +175,7 @@ var script = defineComponent({
|
|
|
177
175
|
}
|
|
178
176
|
});
|
|
179
177
|
|
|
180
|
-
var css_248z = "input[data-v-
|
|
178
|
+
var css_248z = "input[data-v-d1a50c6c]{min-width:0;background:0 0;outline:0}input[type=number][data-v-d1a50c6c]::-webkit-inner-spin-button{display:none}input[type=search][data-v-d1a50c6c]::-webkit-search-cancel-button{display:none}";
|
|
181
179
|
styleInject(css_248z);
|
|
182
180
|
|
|
183
181
|
/* script */
|
|
@@ -195,7 +193,7 @@ var __vue_render__ = function () {
|
|
|
195
193
|
}, [_c('OrInlineInputBox', {
|
|
196
194
|
attrs: {
|
|
197
195
|
"size": _vm.size,
|
|
198
|
-
"invalid": _vm.
|
|
196
|
+
"invalid": !!_vm.error
|
|
199
197
|
}
|
|
200
198
|
}, [_vm.type === 'checkbox' ? _c('input', _vm._b({
|
|
201
199
|
directives: [{
|
|
@@ -327,7 +325,7 @@ var __vue_render__ = function () {
|
|
|
327
325
|
return _vm.reset.apply(null, arguments);
|
|
328
326
|
}
|
|
329
327
|
}
|
|
330
|
-
})], 1)] : _vm._e()], 2), _vm._v(" "), !_vm.
|
|
328
|
+
})], 1)] : _vm._e()], 2), _vm._v(" "), !_vm.error ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
331
329
|
scopedSlots: _vm._u([_vm.maxLength ? {
|
|
332
330
|
key: "addon",
|
|
333
331
|
fn: function () {
|
|
@@ -335,7 +333,7 @@ var __vue_render__ = function () {
|
|
|
335
333
|
},
|
|
336
334
|
proxy: true
|
|
337
335
|
} : null], null, true)
|
|
338
|
-
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
|
|
336
|
+
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
339
337
|
scopedSlots: _vm._u([_vm.maxLength ? {
|
|
340
338
|
key: "addon",
|
|
341
339
|
fn: function () {
|
|
@@ -343,14 +341,14 @@ var __vue_render__ = function () {
|
|
|
343
341
|
},
|
|
344
342
|
proxy: true
|
|
345
343
|
} : null], null, true)
|
|
346
|
-
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
|
|
344
|
+
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])] : _vm._e()], 2);
|
|
347
345
|
};
|
|
348
346
|
var __vue_staticRenderFns__ = [];
|
|
349
347
|
|
|
350
348
|
/* style */
|
|
351
349
|
const __vue_inject_styles__ = undefined;
|
|
352
350
|
/* scoped */
|
|
353
|
-
const __vue_scope_id__ = "data-v-
|
|
351
|
+
const __vue_scope_id__ = "data-v-d1a50c6c";
|
|
354
352
|
/* module identifier */
|
|
355
353
|
const __vue_module_identifier__ = undefined;
|
|
356
354
|
/* functional template */
|
|
@@ -15,8 +15,8 @@ const InlineTextareaRoot = [
|
|
|
15
15
|
// Spacing
|
|
16
16
|
'gap-xs'];
|
|
17
17
|
const InlineTextareaControl = [
|
|
18
|
-
//
|
|
19
|
-
'
|
|
18
|
+
// Box
|
|
19
|
+
'w-full',
|
|
20
20
|
// Typography
|
|
21
21
|
'typography-inherit',
|
|
22
22
|
// Theme
|
|
@@ -59,7 +59,7 @@ var script = defineComponent({
|
|
|
59
59
|
default: undefined
|
|
60
60
|
},
|
|
61
61
|
error: {
|
|
62
|
-
type: String,
|
|
62
|
+
type: [String, Boolean],
|
|
63
63
|
default: undefined
|
|
64
64
|
}
|
|
65
65
|
},
|
|
@@ -91,7 +91,6 @@ var script = defineComponent({
|
|
|
91
91
|
return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
92
92
|
});
|
|
93
93
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
94
|
-
const invalid = computed(() => !!props.error);
|
|
95
94
|
const activated = ref(false);
|
|
96
95
|
// Handlers
|
|
97
96
|
function onFocus(event) {
|
|
@@ -143,7 +142,6 @@ var script = defineComponent({
|
|
|
143
142
|
draftModelValue,
|
|
144
143
|
currentLength,
|
|
145
144
|
maxLength,
|
|
146
|
-
invalid,
|
|
147
145
|
activated,
|
|
148
146
|
onFocus,
|
|
149
147
|
onBlur,
|
|
@@ -155,7 +153,7 @@ var script = defineComponent({
|
|
|
155
153
|
}
|
|
156
154
|
});
|
|
157
155
|
|
|
158
|
-
var css_248z = "textarea[data-v-
|
|
156
|
+
var css_248z = "textarea[data-v-72f70dda]{min-width:0;background:0 0;outline:0}";
|
|
159
157
|
styleInject(css_248z);
|
|
160
158
|
|
|
161
159
|
/* script */
|
|
@@ -173,7 +171,7 @@ var __vue_render__ = function () {
|
|
|
173
171
|
}, [_c('OrInlineInputBox', {
|
|
174
172
|
attrs: {
|
|
175
173
|
"size": 's',
|
|
176
|
-
"invalid": _vm.
|
|
174
|
+
"invalid": !!_vm.error
|
|
177
175
|
}
|
|
178
176
|
}, [_c('textarea', _vm._b({
|
|
179
177
|
directives: [{
|
|
@@ -231,7 +229,7 @@ var __vue_render__ = function () {
|
|
|
231
229
|
return _vm.reset.apply(null, arguments);
|
|
232
230
|
}
|
|
233
231
|
}
|
|
234
|
-
})], 1)] : _vm._e()], 2), _vm._v(" "), !_vm.
|
|
232
|
+
})], 1)] : _vm._e()], 2), _vm._v(" "), !_vm.error ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
235
233
|
scopedSlots: _vm._u([_vm.maxLength ? {
|
|
236
234
|
key: "addon",
|
|
237
235
|
fn: function () {
|
|
@@ -239,7 +237,7 @@ var __vue_render__ = function () {
|
|
|
239
237
|
},
|
|
240
238
|
proxy: true
|
|
241
239
|
} : null], null, true)
|
|
242
|
-
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
|
|
240
|
+
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
243
241
|
scopedSlots: _vm._u([_vm.maxLength ? {
|
|
244
242
|
key: "addon",
|
|
245
243
|
fn: function () {
|
|
@@ -247,14 +245,14 @@ var __vue_render__ = function () {
|
|
|
247
245
|
},
|
|
248
246
|
proxy: true
|
|
249
247
|
} : null], null, true)
|
|
250
|
-
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
|
|
248
|
+
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])] : _vm._e()], 2);
|
|
251
249
|
};
|
|
252
250
|
var __vue_staticRenderFns__ = [];
|
|
253
251
|
|
|
254
252
|
/* style */
|
|
255
253
|
const __vue_inject_styles__ = undefined;
|
|
256
254
|
/* scoped */
|
|
257
|
-
const __vue_scope_id__ = "data-v-
|
|
255
|
+
const __vue_scope_id__ = "data-v-72f70dda";
|
|
258
256
|
/* module identifier */
|
|
259
257
|
const __vue_module_identifier__ = undefined;
|
|
260
258
|
/* functional template */
|
|
@@ -3,9 +3,10 @@ import { O as OrError } from './OrError-52f668a4.js';
|
|
|
3
3
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
4
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
5
5
|
import { O as OrIconButton } from './OrIconButton-deec1d4d.js';
|
|
6
|
-
import { O as OrInputBox
|
|
6
|
+
import { O as OrInputBox } from './OrInputBox-9a31d211.js';
|
|
7
7
|
import { O as OrLabel } from './OrLabel-aff09c39.js';
|
|
8
8
|
import { O as OrLoader } from './OrLoader-6bec8824.js';
|
|
9
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
9
10
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
|
|
10
11
|
import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
|
|
11
12
|
import { u as useResponsive } from './useResponsive-e13dfbb0.js';
|
|
@@ -27,8 +28,8 @@ const InputRoot = [
|
|
|
27
28
|
// Spacing
|
|
28
29
|
'gap-xs'];
|
|
29
30
|
const InputControl = [
|
|
30
|
-
//
|
|
31
|
-
'
|
|
31
|
+
// Box
|
|
32
|
+
'w-full',
|
|
32
33
|
// Typography
|
|
33
34
|
'typography-inherit',
|
|
34
35
|
// Theme
|
|
@@ -75,7 +76,7 @@ var script = defineComponent({
|
|
|
75
76
|
default: undefined
|
|
76
77
|
},
|
|
77
78
|
error: {
|
|
78
|
-
type: String,
|
|
79
|
+
type: [String, Boolean],
|
|
79
80
|
default: undefined
|
|
80
81
|
},
|
|
81
82
|
loading: {
|
|
@@ -129,7 +130,6 @@ var script = defineComponent({
|
|
|
129
130
|
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
130
131
|
});
|
|
131
132
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
132
|
-
const invalid = computed(() => !!props.error);
|
|
133
133
|
const disclosed = ref(false);
|
|
134
134
|
const {
|
|
135
135
|
isMobile
|
|
@@ -152,7 +152,6 @@ var script = defineComponent({
|
|
|
152
152
|
proxyModelValue,
|
|
153
153
|
currentLength,
|
|
154
154
|
maxLength,
|
|
155
|
-
invalid,
|
|
156
155
|
disclosed,
|
|
157
156
|
isMobile,
|
|
158
157
|
focus,
|
|
@@ -161,7 +160,7 @@ var script = defineComponent({
|
|
|
161
160
|
}
|
|
162
161
|
});
|
|
163
162
|
|
|
164
|
-
var css_248z = "input[data-v-
|
|
163
|
+
var css_248z = "input[data-v-206a88bc]{min-width:0;background:0 0;outline:0}input[type=number][data-v-206a88bc]::-webkit-inner-spin-button{display:none}input[type=search][data-v-206a88bc]::-webkit-search-cancel-button{display:none}";
|
|
165
164
|
styleInject(css_248z);
|
|
166
165
|
|
|
167
166
|
/* script */
|
|
@@ -192,7 +191,7 @@ var __vue_render__ = function () {
|
|
|
192
191
|
attrs: {
|
|
193
192
|
"variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
194
193
|
"size": _vm.size,
|
|
195
|
-
"invalid": _vm.
|
|
194
|
+
"invalid": !!_vm.error,
|
|
196
195
|
"readonly": _vm.readonly || _vm.loading,
|
|
197
196
|
"disabled": _vm.disabled
|
|
198
197
|
}
|
|
@@ -363,7 +362,7 @@ var __vue_render__ = function () {
|
|
|
363
362
|
"icon": 'search',
|
|
364
363
|
"variant": 'outlined'
|
|
365
364
|
}
|
|
366
|
-
})]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.
|
|
365
|
+
})]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.error ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
367
366
|
attrs: {
|
|
368
367
|
"disabled": _vm.disabled
|
|
369
368
|
},
|
|
@@ -374,7 +373,7 @@ var __vue_render__ = function () {
|
|
|
374
373
|
},
|
|
375
374
|
proxy: true
|
|
376
375
|
} : null], null, true)
|
|
377
|
-
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
|
|
376
|
+
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
378
377
|
attrs: {
|
|
379
378
|
"disabled": _vm.disabled
|
|
380
379
|
},
|
|
@@ -385,14 +384,14 @@ var __vue_render__ = function () {
|
|
|
385
384
|
},
|
|
386
385
|
proxy: true
|
|
387
386
|
} : null], null, true)
|
|
388
|
-
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
|
|
387
|
+
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])] : _vm._e()], 2);
|
|
389
388
|
};
|
|
390
389
|
var __vue_staticRenderFns__ = [];
|
|
391
390
|
|
|
392
391
|
/* style */
|
|
393
392
|
const __vue_inject_styles__ = undefined;
|
|
394
393
|
/* scoped */
|
|
395
|
-
const __vue_scope_id__ = "data-v-
|
|
394
|
+
const __vue_scope_id__ = "data-v-206a88bc";
|
|
396
395
|
/* module identifier */
|
|
397
396
|
const __vue_module_identifier__ = undefined;
|
|
398
397
|
/* functional template */
|
|
@@ -1,18 +1,8 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
+
import { I as InputBoxVariant, a as InputBoxSize } from './props-78496a2d.js';
|
|
2
3
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
3
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
5
|
|
|
5
|
-
var InputBoxVariant;
|
|
6
|
-
(function (InputBoxVariant) {
|
|
7
|
-
InputBoxVariant["Styled"] = "styled";
|
|
8
|
-
InputBoxVariant["Unstyled"] = "unstyled";
|
|
9
|
-
})(InputBoxVariant || (InputBoxVariant = {}));
|
|
10
|
-
var InputBoxSize;
|
|
11
|
-
(function (InputBoxSize) {
|
|
12
|
-
InputBoxSize["M"] = "m";
|
|
13
|
-
InputBoxSize["S"] = "s";
|
|
14
|
-
})(InputBoxSize || (InputBoxSize = {}));
|
|
15
|
-
|
|
16
6
|
const InputBoxRoot = [
|
|
17
7
|
// Layout
|
|
18
8
|
'layout-row',
|
|
@@ -134,4 +124,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
134
124
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
135
125
|
var OrInputBox = __vue_component__;
|
|
136
126
|
|
|
137
|
-
export {
|
|
127
|
+
export { OrInputBox as O };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrInput } from './OrInput-
|
|
3
|
+
import { O as OrInput } from './OrInput-7e5430e1.js';
|
|
4
4
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
|
-
import { a as InputBoxSize } from './
|
|
5
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
8
8
|
var script = defineComponent({
|
|
@@ -4,8 +4,8 @@ import { O as OrError } from './OrError-52f668a4.js';
|
|
|
4
4
|
import { O as OrExpansionPanel } from './OrExpansionPanel-8968da49.js';
|
|
5
5
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
6
6
|
import { O as OrIcon } from './OrIcon-2efd1925.js';
|
|
7
|
-
import { O as OrInput } from './OrInput-
|
|
8
|
-
import { O as OrInputBox
|
|
7
|
+
import { O as OrInput } from './OrInput-7e5430e1.js';
|
|
8
|
+
import { O as OrInputBox } from './OrInputBox-9a31d211.js';
|
|
9
9
|
import { O as OrLabel } from './OrLabel-aff09c39.js';
|
|
10
10
|
import { O as OrMenuItem } from './OrMenuItem-f295292e.js';
|
|
11
11
|
import { O as OrPopover } from './OrPopover-597ad11f.js';
|
|
@@ -13,6 +13,7 @@ import { O as OrTag } from './OrTag-dee4c7e4.js';
|
|
|
13
13
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e2a93aaf.js';
|
|
14
14
|
import { u as useOverflow } from './useOverflow-bae6342f.js';
|
|
15
15
|
import { defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
16
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
16
17
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
17
18
|
|
|
18
19
|
const SelectRoot = [
|
|
@@ -22,7 +23,9 @@ const SelectRoot = [
|
|
|
22
23
|
'gap-xs'];
|
|
23
24
|
const SelectControl = [
|
|
24
25
|
// Layout
|
|
25
|
-
'layout-row
|
|
26
|
+
'layout-row',
|
|
27
|
+
// Box
|
|
28
|
+
'w-full',
|
|
26
29
|
// Overflow
|
|
27
30
|
'overflow-hidden',
|
|
28
31
|
// Spacing
|
|
@@ -112,7 +115,7 @@ var script = defineComponent({
|
|
|
112
115
|
default: undefined
|
|
113
116
|
},
|
|
114
117
|
error: {
|
|
115
|
-
type: String,
|
|
118
|
+
type: [String, Boolean],
|
|
116
119
|
default: undefined
|
|
117
120
|
},
|
|
118
121
|
required: {
|
|
@@ -189,7 +192,6 @@ var script = defineComponent({
|
|
|
189
192
|
proxyModelValue.value = [];
|
|
190
193
|
}
|
|
191
194
|
});
|
|
192
|
-
const invalid = computed(() => !!props.error);
|
|
193
195
|
const readonly = computed(() => context.attrs.readonly);
|
|
194
196
|
const selection = computed(() => {
|
|
195
197
|
const modelValue = proxyModelValue.value;
|
|
@@ -270,7 +272,6 @@ var script = defineComponent({
|
|
|
270
272
|
noSearchResultsStyles,
|
|
271
273
|
controlId,
|
|
272
274
|
proxyModelValue,
|
|
273
|
-
invalid,
|
|
274
275
|
readonly,
|
|
275
276
|
selection,
|
|
276
277
|
searchText,
|
|
@@ -328,7 +329,7 @@ var __vue_render__ = function () {
|
|
|
328
329
|
attrs: {
|
|
329
330
|
"variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
330
331
|
"size": _vm.size,
|
|
331
|
-
"invalid": _vm.
|
|
332
|
+
"invalid": !!_vm.error,
|
|
332
333
|
"readonly": _vm.readonly,
|
|
333
334
|
"disabled": _vm.disabled
|
|
334
335
|
}
|
|
@@ -492,15 +493,15 @@ var __vue_render__ = function () {
|
|
|
492
493
|
class: _vm.noSearchResultsStyles
|
|
493
494
|
}, [_vm._t("noSearchResultsTemplate", function () {
|
|
494
495
|
return [_vm._v("\n No results\n ")];
|
|
495
|
-
})], 2)]], 2)], 2), _vm._v(" "), !_vm.
|
|
496
|
+
})], 2)]], 2)], 2), _vm._v(" "), !_vm.error ? [_vm.hint ? [_c('OrHint', {
|
|
496
497
|
attrs: {
|
|
497
498
|
"disabled": _vm.disabled
|
|
498
499
|
}
|
|
499
|
-
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")])] : _vm._e()] : [_c('OrError', {
|
|
500
|
+
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n ")])] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
500
501
|
attrs: {
|
|
501
502
|
"disabled": _vm.disabled
|
|
502
503
|
}
|
|
503
|
-
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n ")])]], 2);
|
|
504
|
+
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n ")])] : _vm._e()], 2);
|
|
504
505
|
};
|
|
505
506
|
var __vue_staticRenderFns__ = [];
|
|
506
507
|
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrError } from './OrError-52f668a4.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-fde53334.js';
|
|
4
|
-
import { O as OrInputBox
|
|
4
|
+
import { O as OrInputBox } from './OrInputBox-9a31d211.js';
|
|
5
5
|
import { O as OrLabel } from './OrLabel-aff09c39.js';
|
|
6
6
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
|
|
8
8
|
import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
9
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
9
10
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
10
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
12
|
|
|
@@ -15,8 +16,8 @@ const TextareaRoot = [
|
|
|
15
16
|
// Spacing
|
|
16
17
|
'gap-xs'];
|
|
17
18
|
const TextareaControl = [
|
|
18
|
-
//
|
|
19
|
-
'
|
|
19
|
+
// Box
|
|
20
|
+
'w-full',
|
|
20
21
|
// Typography
|
|
21
22
|
'typography-inherit',
|
|
22
23
|
// Theme
|
|
@@ -56,7 +57,7 @@ var script = defineComponent({
|
|
|
56
57
|
default: undefined
|
|
57
58
|
},
|
|
58
59
|
error: {
|
|
59
|
-
type: String,
|
|
60
|
+
type: [String, Boolean],
|
|
60
61
|
default: undefined
|
|
61
62
|
},
|
|
62
63
|
required: {
|
|
@@ -98,7 +99,6 @@ var script = defineComponent({
|
|
|
98
99
|
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
99
100
|
});
|
|
100
101
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
101
|
-
const invalid = computed(() => !!props.error);
|
|
102
102
|
// Methods
|
|
103
103
|
function focus() {
|
|
104
104
|
var _a;
|
|
@@ -117,14 +117,13 @@ var script = defineComponent({
|
|
|
117
117
|
proxyModelValue,
|
|
118
118
|
currentLength,
|
|
119
119
|
maxLength,
|
|
120
|
-
invalid,
|
|
121
120
|
focus,
|
|
122
121
|
blur
|
|
123
122
|
};
|
|
124
123
|
}
|
|
125
124
|
});
|
|
126
125
|
|
|
127
|
-
var css_248z = "textarea[data-v-
|
|
126
|
+
var css_248z = "textarea[data-v-6bbf3392]{min-width:0;background:0 0;outline:0}";
|
|
128
127
|
styleInject(css_248z);
|
|
129
128
|
|
|
130
129
|
/* script */
|
|
@@ -154,7 +153,7 @@ var __vue_render__ = function () {
|
|
|
154
153
|
}, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
|
|
155
154
|
attrs: {
|
|
156
155
|
"size": _vm.size,
|
|
157
|
-
"invalid": _vm.
|
|
156
|
+
"invalid": !!_vm.error,
|
|
158
157
|
"readonly": _vm.readonly,
|
|
159
158
|
"disabled": _vm.disabled
|
|
160
159
|
}
|
|
@@ -196,7 +195,7 @@ var __vue_render__ = function () {
|
|
|
196
195
|
_vm.proxyModelValue = $event.target.value;
|
|
197
196
|
}
|
|
198
197
|
}
|
|
199
|
-
}, 'textarea', _vm.controlAttributes, false))]), _vm._v(" "), !_vm.
|
|
198
|
+
}, 'textarea', _vm.controlAttributes, false))]), _vm._v(" "), !_vm.error ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
200
199
|
attrs: {
|
|
201
200
|
"disabled": _vm.disabled
|
|
202
201
|
},
|
|
@@ -207,7 +206,7 @@ var __vue_render__ = function () {
|
|
|
207
206
|
},
|
|
208
207
|
proxy: true
|
|
209
208
|
} : null], null, true)
|
|
210
|
-
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : [_c('OrError', {
|
|
209
|
+
}, [_vm._v("\n " + _vm._s(_vm.hint) + "\n\n ")])] : _vm._e()] : _vm._e(), _vm._v(" "), typeof _vm.error === 'string' ? [_c('OrError', {
|
|
211
210
|
attrs: {
|
|
212
211
|
"disabled": _vm.disabled
|
|
213
212
|
},
|
|
@@ -218,14 +217,14 @@ var __vue_render__ = function () {
|
|
|
218
217
|
},
|
|
219
218
|
proxy: true
|
|
220
219
|
} : null], null, true)
|
|
221
|
-
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])]], 2);
|
|
220
|
+
}, [_vm._v("\n " + _vm._s(_vm.error) + "\n\n ")])] : _vm._e()], 2);
|
|
222
221
|
};
|
|
223
222
|
var __vue_staticRenderFns__ = [];
|
|
224
223
|
|
|
225
224
|
/* style */
|
|
226
225
|
const __vue_inject_styles__ = undefined;
|
|
227
226
|
/* scoped */
|
|
228
|
-
const __vue_scope_id__ = "data-v-
|
|
227
|
+
const __vue_scope_id__ = "data-v-6bbf3392";
|
|
229
228
|
/* module identifier */
|
|
230
229
|
const __vue_module_identifier__ = undefined;
|
|
231
230
|
/* functional template */
|
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-0242b4c0.js';
|
|
9
9
|
export { O as OrCard } from '../OrCard-e07c7e8c.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-6c1828d1.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-a9cc4cd6.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-45d5869b.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-5ba1d0d3.js';
|
|
14
14
|
export { O as OrCheckbox } from '../OrCheckbox-76849460.js';
|
|
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-cdde94a4.js';
|
|
|
19
19
|
export { O as OrCollapse } from '../OrCollapse-f7cbcd25.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-8fa65edd.js';
|
|
21
21
|
export { _ as OrConfirm } from '../OrConfirm-cd2f5dcc.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-de17ffd2.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-1c24c9cf.js';
|
|
24
24
|
export { O as OrError } from '../OrError-29f0ce95.js';
|
|
25
25
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-4675604d.js';
|
|
@@ -34,11 +34,12 @@ export { O as OrIcon, a as OrIconColors, b as OrIconType } from '../OrIcon-90adc
|
|
|
34
34
|
export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-deec1d4d.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, O as OrIconV3 } from '../OrIcon-2efd1925.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3 } from '../OrInlineInputBox-7a8e645b.js';
|
|
37
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-
|
|
37
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-20e93482.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-cc069b6f.js';
|
|
39
|
-
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
40
|
-
export {
|
|
41
|
-
export { I as
|
|
39
|
+
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-e849ae9b.js';
|
|
40
|
+
export { O as OrInputBoxV3 } from '../OrInputBox-9a31d211.js';
|
|
41
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from '../props-78496a2d.js';
|
|
42
|
+
export { I as InputType, O as OrInputV3 } from '../OrInput-7e5430e1.js';
|
|
42
43
|
export { O as OrInput } from '../OrInput-1589dca0.js';
|
|
43
44
|
export { O as OrLabel } from '../OrLabel-f19ccb5f.js';
|
|
44
45
|
export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-aff09c39.js';
|
|
@@ -66,10 +67,10 @@ export { _ as OrRadio } from '../OrRadio-c3655202.js';
|
|
|
66
67
|
export { _ as OrRadioGroup } from '../OrRadioGroup-fbe23f97.js';
|
|
67
68
|
export { _ as OrRadioV3 } from '../OrRadio-2d05cea7.js';
|
|
68
69
|
export { O as OrSearch } from '../OrSearch-2284933c.js';
|
|
69
|
-
export { O as OrSearchV3 } from '../OrSearch-
|
|
70
|
+
export { O as OrSearchV3 } from '../OrSearch-b3f34499.js';
|
|
70
71
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-878279bf.js';
|
|
71
72
|
export { _ as OrSelect } from '../OrSelect-39dedeb9.js';
|
|
72
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
73
|
+
export { _ as OrSelectV3 } from '../OrSelect-982350b0.js';
|
|
73
74
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-9e7fe79c.js';
|
|
74
75
|
export { _ as OrSidebarV3 } from '../OrSidebar-5ddf0e24.js';
|
|
75
76
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-d6ebc2aa.js';
|
|
@@ -91,7 +92,7 @@ export { O as OrTeleport } from '../OrTeleport.vue2-90147f16.js';
|
|
|
91
92
|
export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
|
|
92
93
|
export { _ as OrTextV3 } from '../OrText-15bf85c4.js';
|
|
93
94
|
export { _ as OrTextarea } from '../OrTextarea-8653f1b4.js';
|
|
94
|
-
export { _ as OrTextareaV3 } from '../OrTextarea-
|
|
95
|
+
export { _ as OrTextareaV3 } from '../OrTextarea-53d756e4.js';
|
|
95
96
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-b46df20d.js';
|
|
96
97
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
|
|
97
98
|
export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-e777613c.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
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-a9cc4cd6.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -19,11 +19,12 @@ import '../../OrButton-0242b4c0.js';
|
|
|
19
19
|
import '../../OrLoader-6bec8824.js';
|
|
20
20
|
import '../../OrMenu-82c77b2c.js';
|
|
21
21
|
import '../../OrMenuItem-f295292e.js';
|
|
22
|
-
import '../../OrSearch-
|
|
23
|
-
import '../../OrInput-
|
|
22
|
+
import '../../OrSearch-b3f34499.js';
|
|
23
|
+
import '../../OrInput-7e5430e1.js';
|
|
24
24
|
import '../../OrError-52f668a4.js';
|
|
25
25
|
import '../../OrHint-fde53334.js';
|
|
26
|
-
import '../../OrInputBox-
|
|
26
|
+
import '../../OrInputBox-9a31d211.js';
|
|
27
|
+
import '../../props-78496a2d.js';
|
|
27
28
|
import '../../OrLabel-aff09c39.js';
|
|
28
29
|
import '../../useIdAttribute-cf61643f.js';
|
|
29
30
|
import '../../useValidationAttributes-6df7bcf9.js';
|