@onereach/ui-components 2.75.1 → 2.75.2-beta.2389.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
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, Fragment } from 'vue';
|
|
2
|
+
import '../../OrHint-5d5e4d99.js';
|
|
3
|
+
import '../../OrLabel-c556887e.js';
|
|
4
|
+
import { s as script$1 } from '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
5
|
+
import { s as script$2 } from '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
6
|
+
import { s as script$3 } from '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
7
|
+
import { a as InputBoxSize } from '../../props-78496a2d.js';
|
|
8
|
+
export { a as CombinedInputSize } from '../../props-78496a2d.js';
|
|
9
|
+
|
|
10
|
+
const CombinedInputRoot = [
|
|
11
|
+
// Layout
|
|
12
|
+
'layout-column',
|
|
13
|
+
// Spacing
|
|
14
|
+
'gap-xs'];
|
|
15
|
+
const CombinedInputControlGroup = [
|
|
16
|
+
// Layout
|
|
17
|
+
'layout-row',
|
|
18
|
+
// Box
|
|
19
|
+
'w-full',
|
|
20
|
+
// Shape (.or-input-box)
|
|
21
|
+
'[&_.or-input-box]:first-child:rounded-r-0', '[&_.or-input-box]:intermediate-child:rounded-0', '[&_.or-input-box]:last-child:rounded-l-0',
|
|
22
|
+
// Spacing (.or-input-box)
|
|
23
|
+
'[&_.or-input-box]:first-child:mr-[-1px]', '[&_.or-input-box]:intermediate-child:border-x-0', '[&_.or-input-box]:last-child:ml-[-1px]'];
|
|
24
|
+
|
|
25
|
+
var script = defineComponent({
|
|
26
|
+
name: 'OrCombinedInput',
|
|
27
|
+
components: {
|
|
28
|
+
OrError: script$1,
|
|
29
|
+
OrHint: script$2,
|
|
30
|
+
OrLabel: script$3
|
|
31
|
+
},
|
|
32
|
+
props: {
|
|
33
|
+
size: {
|
|
34
|
+
type: String,
|
|
35
|
+
default: InputBoxSize.M
|
|
36
|
+
},
|
|
37
|
+
label: {
|
|
38
|
+
type: String,
|
|
39
|
+
default: undefined
|
|
40
|
+
},
|
|
41
|
+
hint: {
|
|
42
|
+
type: String,
|
|
43
|
+
default: undefined
|
|
44
|
+
},
|
|
45
|
+
error: {
|
|
46
|
+
type: [String, Boolean],
|
|
47
|
+
default: undefined
|
|
48
|
+
},
|
|
49
|
+
required: {
|
|
50
|
+
type: Boolean,
|
|
51
|
+
default: false
|
|
52
|
+
},
|
|
53
|
+
readonly: {
|
|
54
|
+
type: Boolean,
|
|
55
|
+
default: false
|
|
56
|
+
},
|
|
57
|
+
disabled: {
|
|
58
|
+
type: Boolean,
|
|
59
|
+
default: false
|
|
60
|
+
},
|
|
61
|
+
disableDefaultStyles: {
|
|
62
|
+
type: Boolean,
|
|
63
|
+
default: false
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
setup(props, context) {
|
|
67
|
+
// Refs
|
|
68
|
+
const root = ref();
|
|
69
|
+
// Styles
|
|
70
|
+
const rootStyles = computed(() => ['or-combined-input', ...CombinedInputRoot]);
|
|
71
|
+
const controlGroup = computed(() => [...CombinedInputControlGroup]);
|
|
72
|
+
return {
|
|
73
|
+
root,
|
|
74
|
+
rootStyles,
|
|
75
|
+
controlGroup
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
81
|
+
const _component_OrLabel = resolveComponent("OrLabel");
|
|
82
|
+
const _component_OrHint = resolveComponent("OrHint");
|
|
83
|
+
const _component_OrError = resolveComponent("OrError");
|
|
84
|
+
return openBlock(), createElementBlock("div", {
|
|
85
|
+
ref: "root",
|
|
86
|
+
class: normalizeClass(_ctx.rootStyles)
|
|
87
|
+
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
88
|
+
key: 0,
|
|
89
|
+
variant: 'input',
|
|
90
|
+
required: _ctx.required,
|
|
91
|
+
disabled: _ctx.disabled
|
|
92
|
+
}, {
|
|
93
|
+
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
94
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
|
|
95
|
+
|
|
96
|
+
_: 3 /* FORWARDED */
|
|
97
|
+
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
98
|
+
class: normalizeClass(_ctx.controlGroup)
|
|
99
|
+
}, [renderSlot(_ctx.$slots, "default", {
|
|
100
|
+
size: _ctx.size,
|
|
101
|
+
error: !!_ctx.error,
|
|
102
|
+
required: _ctx.required,
|
|
103
|
+
readonly: _ctx.readonly,
|
|
104
|
+
disabled: _ctx.disabled,
|
|
105
|
+
disableDefaultStyles: _ctx.disableDefaultStyles
|
|
106
|
+
})], 2 /* CLASS */), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
107
|
+
key: 1
|
|
108
|
+
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
109
|
+
key: 0,
|
|
110
|
+
disabled: _ctx.disabled
|
|
111
|
+
}, {
|
|
112
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
113
|
+
|
|
114
|
+
_: 1 /* STABLE */
|
|
115
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
116
|
+
key: 2,
|
|
117
|
+
disabled: _ctx.disabled
|
|
118
|
+
}, {
|
|
119
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
120
|
+
|
|
121
|
+
_: 1 /* STABLE */
|
|
122
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
script.render = render;
|
|
126
|
+
script.__file = "src/components/or-combined-input-v3/OrCombinedInput.vue";
|
|
127
|
+
|
|
128
|
+
export { script as OrCombinedInputV3 };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputBoxSize as CombinedInputSize } from '../or-input-box-v3';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-7a81cfa6.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '../../index-01519e46.js';
|
|
4
4
|
import 'vue';
|
|
@@ -10,8 +10,8 @@ import '../../OrButton-452d3149.js';
|
|
|
10
10
|
import '../../OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
11
11
|
import '../../OrLoader-be9d72cd.js';
|
|
12
12
|
import '../../OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
13
|
-
import '../../OrInput-
|
|
14
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrInput-c514ceff.js';
|
|
14
|
+
import '../../OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
15
15
|
import '../../OrHint-5d5e4d99.js';
|
|
16
16
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
17
17
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
@@ -24,8 +24,9 @@ import '../../OrPopover-0c296207.js';
|
|
|
24
24
|
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
25
25
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
26
26
|
import '../../useResponsive-9d397e2a.js';
|
|
27
|
-
import '../../OrInputBox-
|
|
28
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
27
|
+
import '../../OrInputBox-44f37541.js';
|
|
28
|
+
import '../../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
29
|
+
import '../../props-78496a2d.js';
|
|
29
30
|
import '../../OrLabel-c556887e.js';
|
|
30
31
|
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
31
32
|
import '../../useIdAttribute-b2e42f31.js';
|
|
@@ -23,7 +23,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
23
23
|
draftModelValue: import("@vue/composition-api").Ref<string | number>;
|
|
24
24
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
25
25
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
26
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
27
26
|
activated: import("@vue/composition-api").Ref<boolean>;
|
|
28
27
|
onFocus: (event: Event) => void;
|
|
29
28
|
onBlur: (event: Event) => void;
|
|
@@ -57,7 +56,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
57
56
|
default: undefined;
|
|
58
57
|
};
|
|
59
58
|
error: {
|
|
60
|
-
type: StringConstructor;
|
|
59
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
61
60
|
default: undefined;
|
|
62
61
|
};
|
|
63
62
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
@@ -86,7 +85,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
86
85
|
default: undefined;
|
|
87
86
|
};
|
|
88
87
|
error: {
|
|
89
|
-
type: StringConstructor;
|
|
88
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
90
89
|
default: undefined;
|
|
91
90
|
};
|
|
92
91
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
@@ -96,7 +95,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
96
95
|
size: InlineInputSize;
|
|
97
96
|
placeholder: string;
|
|
98
97
|
hint: string;
|
|
99
|
-
error: string;
|
|
98
|
+
error: string | boolean;
|
|
100
99
|
} & {} & {
|
|
101
100
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
102
101
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -122,7 +121,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
122
121
|
draftModelValue: import("@vue/composition-api").Ref<string | number>;
|
|
123
122
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
124
123
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
125
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
126
124
|
activated: import("@vue/composition-api").Ref<boolean>;
|
|
127
125
|
onFocus: (event: Event) => void;
|
|
128
126
|
onBlur: (event: Event) => void;
|
|
@@ -137,7 +135,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
137
135
|
size: InlineInputSize;
|
|
138
136
|
placeholder: string;
|
|
139
137
|
hint: string;
|
|
140
|
-
error: string;
|
|
138
|
+
error: string | boolean;
|
|
141
139
|
} & {} & {
|
|
142
140
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
143
141
|
}, {
|
|
@@ -147,6 +145,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
147
145
|
size: InlineInputSize;
|
|
148
146
|
placeholder: string;
|
|
149
147
|
hint: string;
|
|
150
|
-
error: string;
|
|
148
|
+
error: string | boolean;
|
|
151
149
|
}, true>);
|
|
152
150
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-18853dd7.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-5d5e4d99.js';
|
|
@@ -21,7 +21,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
21
21
|
draftModelValue: import("@vue/composition-api").Ref<string>;
|
|
22
22
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
23
23
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
24
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
25
24
|
activated: import("@vue/composition-api").Ref<boolean>;
|
|
26
25
|
onFocus: (event: Event) => void;
|
|
27
26
|
onBlur: (event: Event) => void;
|
|
@@ -47,7 +46,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
47
46
|
default: undefined;
|
|
48
47
|
};
|
|
49
48
|
error: {
|
|
50
|
-
type: StringConstructor;
|
|
49
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
51
50
|
default: undefined;
|
|
52
51
|
};
|
|
53
52
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
@@ -68,7 +67,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
68
67
|
default: undefined;
|
|
69
68
|
};
|
|
70
69
|
error: {
|
|
71
|
-
type: StringConstructor;
|
|
70
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
72
71
|
default: undefined;
|
|
73
72
|
};
|
|
74
73
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
@@ -76,7 +75,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
76
75
|
saveOnBlur: boolean;
|
|
77
76
|
placeholder: string;
|
|
78
77
|
hint: string;
|
|
79
|
-
error: string;
|
|
78
|
+
error: string | boolean;
|
|
80
79
|
} & {} & {
|
|
81
80
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
82
81
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -102,7 +101,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
102
101
|
draftModelValue: import("@vue/composition-api").Ref<string>;
|
|
103
102
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
104
103
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
105
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
106
104
|
activated: import("@vue/composition-api").Ref<boolean>;
|
|
107
105
|
onFocus: (event: Event) => void;
|
|
108
106
|
onBlur: (event: Event) => void;
|
|
@@ -115,7 +113,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
115
113
|
saveOnBlur: boolean;
|
|
116
114
|
placeholder: string;
|
|
117
115
|
hint: string;
|
|
118
|
-
error: string;
|
|
116
|
+
error: string | boolean;
|
|
119
117
|
} & {} & {
|
|
120
118
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
121
119
|
}, {
|
|
@@ -123,6 +121,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
123
121
|
saveOnBlur: boolean;
|
|
124
122
|
placeholder: string;
|
|
125
123
|
hint: string;
|
|
126
|
-
error: string;
|
|
124
|
+
error: string | boolean;
|
|
127
125
|
}, true>);
|
|
128
126
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-3cb238d6.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrHint-5d5e4d99.js';
|
|
4
4
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export { a as InputBoxSize, I as InputBoxVariant
|
|
1
|
+
export { a as InputBoxSize, I as InputBoxVariant } from '../../props-78496a2d.js';
|
|
2
|
+
export { s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
2
3
|
import 'vue';
|
|
@@ -21,7 +21,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
21
21
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
|
|
22
22
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
23
23
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
24
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
25
24
|
disclosed: import("@vue/composition-api").Ref<boolean>;
|
|
26
25
|
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
27
26
|
focus: () => void;
|
|
@@ -52,7 +51,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
52
51
|
default: undefined;
|
|
53
52
|
};
|
|
54
53
|
error: {
|
|
55
|
-
type: StringConstructor;
|
|
54
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
56
55
|
default: undefined;
|
|
57
56
|
};
|
|
58
57
|
loading: {
|
|
@@ -105,7 +104,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
105
104
|
default: undefined;
|
|
106
105
|
};
|
|
107
106
|
error: {
|
|
108
|
-
type: StringConstructor;
|
|
107
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
109
108
|
default: undefined;
|
|
110
109
|
};
|
|
111
110
|
loading: {
|
|
@@ -139,7 +138,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
139
138
|
label: string;
|
|
140
139
|
placeholder: string;
|
|
141
140
|
hint: string;
|
|
142
|
-
error: string;
|
|
141
|
+
error: string | boolean;
|
|
143
142
|
loading: boolean;
|
|
144
143
|
required: boolean;
|
|
145
144
|
readonly: boolean;
|
|
@@ -169,7 +168,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
169
168
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
|
|
170
169
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
171
170
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
172
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
173
171
|
disclosed: import("@vue/composition-api").Ref<boolean>;
|
|
174
172
|
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
175
173
|
focus: () => void;
|
|
@@ -181,7 +179,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
181
179
|
label: string;
|
|
182
180
|
placeholder: string;
|
|
183
181
|
hint: string;
|
|
184
|
-
error: string;
|
|
182
|
+
error: string | boolean;
|
|
185
183
|
loading: boolean;
|
|
186
184
|
required: boolean;
|
|
187
185
|
readonly: boolean;
|
|
@@ -197,7 +195,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
197
195
|
label: string;
|
|
198
196
|
placeholder: string;
|
|
199
197
|
hint: string;
|
|
200
|
-
error: string;
|
|
198
|
+
error: string | boolean;
|
|
201
199
|
loading: boolean;
|
|
202
200
|
required: boolean;
|
|
203
201
|
readonly: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-
|
|
2
|
-
export { a as InputSize } from '../../
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
2
|
+
export { a as InputSize } from '../../props-78496a2d.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-5d5e4d99.js';
|
|
5
5
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
@@ -18,7 +18,8 @@ import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
|
18
18
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
19
19
|
import '../../useElevation-e8a2ce89.js';
|
|
20
20
|
import '../../useResponsive-9d397e2a.js';
|
|
21
|
-
import '../../OrInputBox-
|
|
21
|
+
import '../../OrInputBox-44f37541.js';
|
|
22
|
+
import '../../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
22
23
|
import '../../OrLabel-c556887e.js';
|
|
23
24
|
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
24
25
|
import '../../OrLoader-be9d72cd.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-
|
|
2
|
-
export { a as SearchSize } from '../../
|
|
1
|
+
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-42283e88.js';
|
|
2
|
+
export { a as SearchSize } from '../../props-78496a2d.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import '../../OrInput-
|
|
6
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrInput-c514ceff.js';
|
|
6
|
+
import '../../OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
7
7
|
import '../../OrHint-5d5e4d99.js';
|
|
8
8
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
9
9
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
@@ -20,7 +20,8 @@ import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
|
20
20
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
21
21
|
import '../../useElevation-e8a2ce89.js';
|
|
22
22
|
import '../../useResponsive-9d397e2a.js';
|
|
23
|
-
import '../../OrInputBox-
|
|
23
|
+
import '../../OrInputBox-44f37541.js';
|
|
24
|
+
import '../../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
24
25
|
import '../../OrLabel-c556887e.js';
|
|
25
26
|
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
26
27
|
import '../../OrLoader-be9d72cd.js';
|
|
@@ -24,7 +24,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
24
24
|
noSearchResultsStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
25
25
|
controlId: import("@vue/composition-api").Ref<string>;
|
|
26
26
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number | (string | number)[]>;
|
|
27
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
28
27
|
readonly: import("@vue/composition-api").ComputedRef<boolean>;
|
|
29
28
|
selection: import("@vue/composition-api").ComputedRef<SelectOption | (SelectOption | undefined)[] | undefined>;
|
|
30
29
|
searchText: import("@vue/composition-api").Ref<string>;
|
|
@@ -73,7 +72,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
73
72
|
default: undefined;
|
|
74
73
|
};
|
|
75
74
|
error: {
|
|
76
|
-
type: StringConstructor;
|
|
75
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
77
76
|
default: undefined;
|
|
78
77
|
};
|
|
79
78
|
required: {
|
|
@@ -138,7 +137,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
138
137
|
default: undefined;
|
|
139
138
|
};
|
|
140
139
|
error: {
|
|
141
|
-
type: StringConstructor;
|
|
140
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
142
141
|
default: undefined;
|
|
143
142
|
};
|
|
144
143
|
required: {
|
|
@@ -178,7 +177,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
178
177
|
size: SelectSize;
|
|
179
178
|
placeholder: string;
|
|
180
179
|
hint: string;
|
|
181
|
-
error: string;
|
|
180
|
+
error: string | boolean;
|
|
182
181
|
required: boolean;
|
|
183
182
|
disabled: boolean;
|
|
184
183
|
disableDefaultStyles: boolean;
|
|
@@ -211,7 +210,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
211
210
|
noSearchResultsStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
212
211
|
controlId: import("@vue/composition-api").Ref<string>;
|
|
213
212
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number | (string | number)[]>;
|
|
214
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
215
213
|
readonly: import("@vue/composition-api").ComputedRef<boolean>;
|
|
216
214
|
selection: import("@vue/composition-api").ComputedRef<SelectOption | (SelectOption | undefined)[] | undefined>;
|
|
217
215
|
searchText: import("@vue/composition-api").Ref<string>;
|
|
@@ -235,7 +233,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
235
233
|
size: SelectSize;
|
|
236
234
|
placeholder: string;
|
|
237
235
|
hint: string;
|
|
238
|
-
error: string;
|
|
236
|
+
error: string | boolean;
|
|
239
237
|
required: boolean;
|
|
240
238
|
disabled: boolean;
|
|
241
239
|
disableDefaultStyles: boolean;
|
|
@@ -254,7 +252,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
254
252
|
size: SelectSize;
|
|
255
253
|
placeholder: string;
|
|
256
254
|
hint: string;
|
|
257
|
-
error: string;
|
|
255
|
+
error: string | boolean;
|
|
258
256
|
required: boolean;
|
|
259
257
|
disabled: boolean;
|
|
260
258
|
disableDefaultStyles: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-
|
|
2
|
-
export { a as SelectSize } from '../../
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-c43b8138.js';
|
|
2
|
+
export { a as SelectSize } from '../../props-78496a2d.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrCheckbox.vue_vue_type_script_lang-08f64a02.js';
|
|
5
5
|
import '../../OrLabel-c556887e.js';
|
|
@@ -12,8 +12,8 @@ import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
|
12
12
|
import '../../OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js';
|
|
13
13
|
import '../../OrIcon-0239fc17.js';
|
|
14
14
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
15
|
-
import '../../OrInput-
|
|
16
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
15
|
+
import '../../OrInput-c514ceff.js';
|
|
16
|
+
import '../../OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
17
17
|
import '../../OrIconButton-8f4c68e9.js';
|
|
18
18
|
import '../../OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
19
19
|
import '../../OrTooltip.vue_vue_type_script_lang-a17ed18c.js';
|
|
@@ -26,7 +26,8 @@ import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
|
26
26
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
27
27
|
import '../../useElevation-e8a2ce89.js';
|
|
28
28
|
import '../../useResponsive-9d397e2a.js';
|
|
29
|
-
import '../../OrInputBox-
|
|
29
|
+
import '../../OrInputBox-44f37541.js';
|
|
30
|
+
import '../../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
30
31
|
import '../../OrLoader-be9d72cd.js';
|
|
31
32
|
import '../../OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
32
33
|
import '../../useValidationAttributes-5428d8fa.js';
|
|
@@ -21,7 +21,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
21
21
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
|
|
22
22
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
23
23
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
24
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
25
24
|
focus: () => void;
|
|
26
25
|
blur: () => void;
|
|
27
26
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
@@ -46,7 +45,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
46
45
|
default: undefined;
|
|
47
46
|
};
|
|
48
47
|
error: {
|
|
49
|
-
type: StringConstructor;
|
|
48
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
50
49
|
default: undefined;
|
|
51
50
|
};
|
|
52
51
|
required: {
|
|
@@ -83,7 +82,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
83
82
|
default: undefined;
|
|
84
83
|
};
|
|
85
84
|
error: {
|
|
86
|
-
type: StringConstructor;
|
|
85
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
87
86
|
default: undefined;
|
|
88
87
|
};
|
|
89
88
|
required: {
|
|
@@ -104,7 +103,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
104
103
|
label: string;
|
|
105
104
|
placeholder: string;
|
|
106
105
|
hint: string;
|
|
107
|
-
error: string;
|
|
106
|
+
error: string | boolean;
|
|
108
107
|
required: boolean;
|
|
109
108
|
readonly: boolean;
|
|
110
109
|
disabled: boolean;
|
|
@@ -131,7 +130,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
131
130
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
|
|
132
131
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
133
132
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
134
|
-
invalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
135
133
|
focus: () => void;
|
|
136
134
|
blur: () => void;
|
|
137
135
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
@@ -140,7 +138,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
140
138
|
label: string;
|
|
141
139
|
placeholder: string;
|
|
142
140
|
hint: string;
|
|
143
|
-
error: string;
|
|
141
|
+
error: string | boolean;
|
|
144
142
|
required: boolean;
|
|
145
143
|
readonly: boolean;
|
|
146
144
|
disabled: boolean;
|
|
@@ -152,7 +150,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
152
150
|
label: string;
|
|
153
151
|
placeholder: string;
|
|
154
152
|
hint: string;
|
|
155
|
-
error: string;
|
|
153
|
+
error: string | boolean;
|
|
156
154
|
required: boolean;
|
|
157
155
|
readonly: boolean;
|
|
158
156
|
disabled: boolean;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
export { s as OrTextareaV3 } from '../../OrTextarea.vue_vue_type_script_lang-
|
|
2
|
-
export { a as TextareaSize } from '../../
|
|
1
|
+
export { s as OrTextareaV3 } from '../../OrTextarea.vue_vue_type_script_lang-b2899ba6.js';
|
|
2
|
+
export { a as TextareaSize } from '../../props-78496a2d.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-5d5e4d99.js';
|
|
5
5
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
6
6
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
7
|
-
import '../../OrInputBox-
|
|
7
|
+
import '../../OrInputBox-44f37541.js';
|
|
8
|
+
import '../../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
8
9
|
import '../../OrLabel-c556887e.js';
|
|
9
10
|
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
10
11
|
import '../../useIdAttribute-b2e42f31.js';
|