@onereach/ui-components 2.75.2-beta.2393.0 → 2.76.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 +4 -3
- 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-sidebar-v3/OrSidebar.stories3.ts +1 -1
- package/src/components/or-textarea-v3/OrTextarea.vue +4 -7
- package/src/components/or-textarea-v3/styles.ts +2 -2
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
var InputBoxVariant;
|
|
2
|
+
(function (InputBoxVariant) {
|
|
3
|
+
InputBoxVariant["Styled"] = "styled";
|
|
4
|
+
InputBoxVariant["Unstyled"] = "unstyled";
|
|
5
|
+
})(InputBoxVariant || (InputBoxVariant = {}));
|
|
6
|
+
var InputBoxSize;
|
|
7
|
+
(function (InputBoxSize) {
|
|
8
|
+
InputBoxSize["M"] = "m";
|
|
9
|
+
InputBoxSize["S"] = "s";
|
|
10
|
+
})(InputBoxSize || (InputBoxSize = {}));
|
|
11
|
+
|
|
12
|
+
export { InputBoxVariant as I, InputBoxSize as a };
|
|
@@ -7,7 +7,7 @@ import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-cefb0eca.js';
|
|
|
7
7
|
import './OrMenuItem-1917f51a.js';
|
|
8
8
|
import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
9
9
|
import './OrIcon-0239fc17.js';
|
|
10
|
-
import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-42283e88.js';
|
|
11
11
|
import { s as script$4 } from './OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
12
12
|
import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
13
13
|
|
|
@@ -3,10 +3,10 @@ import { l as logicAnd } from './index-01519e46.js';
|
|
|
3
3
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
4
4
|
import './OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
5
5
|
import './OrButton-452d3149.js';
|
|
6
|
-
import './OrInput-
|
|
6
|
+
import './OrInput-c514ceff.js';
|
|
7
7
|
import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
8
8
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
9
|
-
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
10
10
|
|
|
11
11
|
var ConfirmType;
|
|
12
12
|
(function (ConfirmType) {
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrInput.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from './OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
2
2
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, createSlots } from 'vue';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
4
|
|
|
@@ -31,7 +31,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31
31
|
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
|
|
32
32
|
variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
33
33
|
size: _ctx.size,
|
|
34
|
-
invalid: _ctx.
|
|
34
|
+
invalid: !!_ctx.error,
|
|
35
35
|
readonly: _ctx.readonly || _ctx.loading,
|
|
36
36
|
disabled: _ctx.disabled
|
|
37
37
|
}, {
|
|
@@ -81,7 +81,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81
81
|
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */))])]),
|
|
82
82
|
|
|
83
83
|
_: 1 /* STABLE */
|
|
84
|
-
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.
|
|
84
|
+
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
85
85
|
key: 1
|
|
86
86
|
}, [_ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
87
87
|
key: 0,
|
|
@@ -95,7 +95,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
95
95
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
96
96
|
|
|
97
97
|
key: "0"
|
|
98
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createBlock(_component_OrError, {
|
|
98
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
99
99
|
key: 2,
|
|
100
100
|
disabled: _ctx.disabled
|
|
101
101
|
}, createSlots({
|
|
@@ -107,7 +107,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
107
107
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
108
108
|
|
|
109
109
|
key: "0"
|
|
110
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]))], 2 /* CLASS */);
|
|
110
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
var css_248z = "\ninput[data-v-78975fa2] {\n min-width: 0;\n background: none;\n outline: none;\n}\ninput[type=\"number\"][data-v-78975fa2]::-webkit-inner-spin-button {\n display: none;\n}\ninput[type=\"search\"][data-v-78975fa2]::-webkit-search-cancel-button {\n display: none;\n}\n";
|
|
@@ -4,11 +4,12 @@ import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
|
4
4
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
5
5
|
import './OrIcon-0239fc17.js';
|
|
6
6
|
import './OrIconButton-8f4c68e9.js';
|
|
7
|
-
import './OrInputBox-
|
|
8
|
-
import { s as script$5
|
|
7
|
+
import './OrInputBox-44f37541.js';
|
|
8
|
+
import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
9
9
|
import './OrLabel-c556887e.js';
|
|
10
10
|
import { s as script$6 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
11
11
|
import './OrLoader-be9d72cd.js';
|
|
12
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
12
13
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
13
14
|
import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
|
|
14
15
|
import { u as useResponsive } from './useResponsive-9d397e2a.js';
|
|
@@ -30,8 +31,8 @@ const InputRoot = [
|
|
|
30
31
|
// Spacing
|
|
31
32
|
'gap-xs'];
|
|
32
33
|
const InputControl = [
|
|
33
|
-
//
|
|
34
|
-
'
|
|
34
|
+
// Box
|
|
35
|
+
'w-full',
|
|
35
36
|
// Typography
|
|
36
37
|
'typography-inherit',
|
|
37
38
|
// Theme
|
|
@@ -78,7 +79,7 @@ var script = defineComponent({
|
|
|
78
79
|
default: undefined
|
|
79
80
|
},
|
|
80
81
|
error: {
|
|
81
|
-
type: String,
|
|
82
|
+
type: [String, Boolean],
|
|
82
83
|
default: undefined
|
|
83
84
|
},
|
|
84
85
|
loading: {
|
|
@@ -132,7 +133,6 @@ var script = defineComponent({
|
|
|
132
133
|
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
133
134
|
});
|
|
134
135
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
135
|
-
const invalid = computed(() => !!props.error);
|
|
136
136
|
const disclosed = ref(false);
|
|
137
137
|
const {
|
|
138
138
|
isMobile
|
|
@@ -155,7 +155,6 @@ var script = defineComponent({
|
|
|
155
155
|
proxyModelValue,
|
|
156
156
|
currentLength,
|
|
157
157
|
maxLength,
|
|
158
|
-
invalid,
|
|
159
158
|
disclosed,
|
|
160
159
|
isMobile,
|
|
161
160
|
focus,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrInputBox.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from './OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
2
2
|
import { openBlock, createElementBlock, normalizeClass, renderSlot } from 'vue';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = ["invalid", "readonly", "disabled"];
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed } from 'vue
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
var InputBoxVariant;
|
|
5
|
-
(function (InputBoxVariant) {
|
|
6
|
-
InputBoxVariant["Styled"] = "styled";
|
|
7
|
-
InputBoxVariant["Unstyled"] = "unstyled";
|
|
8
|
-
})(InputBoxVariant || (InputBoxVariant = {}));
|
|
9
|
-
var InputBoxSize;
|
|
10
|
-
(function (InputBoxSize) {
|
|
11
|
-
InputBoxSize["M"] = "m";
|
|
12
|
-
InputBoxSize["S"] = "s";
|
|
13
|
-
})(InputBoxSize || (InputBoxSize = {}));
|
|
1
|
+
import { defineComponent, ref, computed } from 'vue';
|
|
2
|
+
import { I as InputBoxVariant, a as InputBoxSize } from './props-78496a2d.js';
|
|
14
3
|
|
|
15
4
|
const InputBoxRoot = [
|
|
16
5
|
// Layout
|
|
@@ -93,43 +82,4 @@ var script = defineComponent({
|
|
|
93
82
|
}
|
|
94
83
|
});
|
|
95
84
|
|
|
96
|
-
|
|
97
|
-
const __vue_script__ = script;
|
|
98
|
-
|
|
99
|
-
/* template */
|
|
100
|
-
var __vue_render__ = function () {
|
|
101
|
-
var _vm = this;
|
|
102
|
-
var _h = _vm.$createElement;
|
|
103
|
-
var _c = _vm._self._c || _h;
|
|
104
|
-
return _c('div', {
|
|
105
|
-
ref: "root",
|
|
106
|
-
class: _vm.rootStyles,
|
|
107
|
-
attrs: {
|
|
108
|
-
"invalid": _vm.invalid ? '' : null,
|
|
109
|
-
"readonly": _vm.readonly ? '' : null,
|
|
110
|
-
"disabled": _vm.disabled ? '' : null
|
|
111
|
-
}
|
|
112
|
-
}, [_vm._t("default")], 2);
|
|
113
|
-
};
|
|
114
|
-
var __vue_staticRenderFns__ = [];
|
|
115
|
-
|
|
116
|
-
/* style */
|
|
117
|
-
const __vue_inject_styles__ = undefined;
|
|
118
|
-
/* scoped */
|
|
119
|
-
const __vue_scope_id__ = undefined;
|
|
120
|
-
/* module identifier */
|
|
121
|
-
const __vue_module_identifier__ = undefined;
|
|
122
|
-
/* functional template */
|
|
123
|
-
const __vue_is_functional_template__ = false;
|
|
124
|
-
/* style inject */
|
|
125
|
-
|
|
126
|
-
/* style inject SSR */
|
|
127
|
-
|
|
128
|
-
/* style inject shadow dom */
|
|
129
|
-
|
|
130
|
-
const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
131
|
-
render: __vue_render__,
|
|
132
|
-
staticRenderFns: __vue_staticRenderFns__
|
|
133
|
-
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
134
|
-
|
|
135
|
-
export { InputBoxVariant as I, __vue_component__ as _, InputBoxSize as a };
|
|
85
|
+
export { script as s };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
3
|
-
import './OrInput-
|
|
4
|
-
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-
|
|
5
|
-
import { a as InputBoxSize } from './
|
|
3
|
+
import './OrInput-c514ceff.js';
|
|
4
|
+
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
5
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
8
8
|
name: 'OrSearch',
|
|
@@ -4,8 +4,8 @@ import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
|
4
4
|
import './OrHint-5d5e4d99.js';
|
|
5
5
|
import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js';
|
|
6
6
|
import './OrIcon-0239fc17.js';
|
|
7
|
-
import './OrInput-
|
|
8
|
-
import './OrInputBox-
|
|
7
|
+
import './OrInput-c514ceff.js';
|
|
8
|
+
import './OrInputBox-44f37541.js';
|
|
9
9
|
import './OrLabel-c556887e.js';
|
|
10
10
|
import './OrMenuItem-1917f51a.js';
|
|
11
11
|
import './OrPopover-0c296207.js';
|
|
@@ -15,11 +15,12 @@ import { u as useOverflow } from './useOverflow-6dce216b.js';
|
|
|
15
15
|
import { s as script$4 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
16
16
|
import { s as script$5 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
17
17
|
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
18
|
-
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-
|
|
19
|
-
import { s as script$8
|
|
18
|
+
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
19
|
+
import { s as script$8 } from './OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
20
20
|
import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
21
21
|
import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
22
22
|
import { s as script$b } from './OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
23
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
23
24
|
|
|
24
25
|
const _hoisted_1$2 = ["value", "indeterminate", "required", "disabled"];
|
|
25
26
|
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -124,7 +125,9 @@ const SelectRoot = [
|
|
|
124
125
|
'gap-xs'];
|
|
125
126
|
const SelectControl = [
|
|
126
127
|
// Layout
|
|
127
|
-
'layout-row
|
|
128
|
+
'layout-row',
|
|
129
|
+
// Box
|
|
130
|
+
'w-full',
|
|
128
131
|
// Overflow
|
|
129
132
|
'overflow-hidden',
|
|
130
133
|
// Spacing
|
|
@@ -214,7 +217,7 @@ var script = defineComponent({
|
|
|
214
217
|
default: undefined
|
|
215
218
|
},
|
|
216
219
|
error: {
|
|
217
|
-
type: String,
|
|
220
|
+
type: [String, Boolean],
|
|
218
221
|
default: undefined
|
|
219
222
|
},
|
|
220
223
|
required: {
|
|
@@ -291,7 +294,6 @@ var script = defineComponent({
|
|
|
291
294
|
proxyModelValue.value = [];
|
|
292
295
|
}
|
|
293
296
|
});
|
|
294
|
-
const invalid = computed(() => !!props.error);
|
|
295
297
|
const readonly = computed(() => context.attrs.readonly);
|
|
296
298
|
const selection = computed(() => {
|
|
297
299
|
const modelValue = proxyModelValue.value;
|
|
@@ -372,7 +374,6 @@ var script = defineComponent({
|
|
|
372
374
|
noSearchResultsStyles,
|
|
373
375
|
controlId,
|
|
374
376
|
proxyModelValue,
|
|
375
|
-
invalid,
|
|
376
377
|
readonly,
|
|
377
378
|
selection,
|
|
378
379
|
searchText,
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive } from 'vue';
|
|
2
2
|
import './OrHint-5d5e4d99.js';
|
|
3
|
-
import './OrInputBox-
|
|
3
|
+
import './OrInputBox-44f37541.js';
|
|
4
4
|
import './OrLabel-c556887e.js';
|
|
5
5
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
6
6
|
import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
|
|
7
7
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
8
8
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
9
|
-
import { s as script$3
|
|
9
|
+
import { s as script$3 } from './OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
10
10
|
import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
11
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
11
12
|
|
|
12
13
|
const TextareaRoot = [
|
|
13
14
|
// Layout
|
|
@@ -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,7 +117,6 @@ var script = defineComponent({
|
|
|
117
117
|
proxyModelValue,
|
|
118
118
|
currentLength,
|
|
119
119
|
maxLength,
|
|
120
|
-
invalid,
|
|
121
120
|
focus,
|
|
122
121
|
blur
|
|
123
122
|
};
|
|
@@ -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, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
9
9
|
export { s as OrCard } from '../OrCard.vue_vue_type_script_lang-90ba001b.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection.vue_vue_type_script_lang-83a50f5c.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-
|
|
11
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-fdf213e1.js';
|
|
12
12
|
export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-b6685a34.js';
|
|
13
13
|
export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem.vue_vue_type_script_lang-cc31281a.js';
|
|
14
14
|
export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-87143106.js';
|
|
@@ -19,7 +19,7 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script
|
|
|
19
19
|
export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-04ffe655.js';
|
|
20
20
|
export { s 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.vue_vue_type_script_lang-3b58e79f.js';
|
|
21
21
|
export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-ff06fe51.js';
|
|
22
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-
|
|
22
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-7a81cfa6.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker.vue_vue_type_script_lang-6483e834.js';
|
|
24
24
|
export { s as OrError } from '../OrError.vue_vue_type_script_lang-7c39e012.js';
|
|
25
25
|
export { s as OrErrorTagV3 } from '../OrErrorTag.vue_vue_type_script_lang-bfa4c580.js';
|
|
@@ -34,11 +34,12 @@ export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon.vue_v
|
|
|
34
34
|
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
|
|
37
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-
|
|
37
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-18853dd7.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit.vue_vue_type_script_lang-4f78910a.js';
|
|
39
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-
|
|
40
|
-
export {
|
|
41
|
-
export { I as
|
|
39
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-3cb238d6.js';
|
|
40
|
+
export { s as OrInputBoxV3 } from '../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.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, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
42
43
|
export { s as OrInput } from '../OrInput.vue_vue_type_script_lang-a415817b.js';
|
|
43
44
|
export { s as OrLabel } from '../OrLabel.vue_vue_type_script_lang-27f8b12d.js';
|
|
44
45
|
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
@@ -66,10 +67,10 @@ export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-c956b54b.js';
|
|
|
66
67
|
export { s as OrRadioGroup } from '../OrRadioGroup.vue_vue_type_script_lang-caea7bcb.js';
|
|
67
68
|
export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-5d88f0b4.js';
|
|
68
69
|
export { s as OrSearch } from '../OrSearch.vue_vue_type_script_lang-cb0964be.js';
|
|
69
|
-
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-
|
|
70
|
+
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-42283e88.js';
|
|
70
71
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-38a00b68.js';
|
|
71
72
|
export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-2016ac4e.js';
|
|
72
|
-
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-
|
|
73
|
+
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-c43b8138.js';
|
|
73
74
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-7c55ac0a.js';
|
|
74
75
|
export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-4639bf0e.js';
|
|
75
76
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-a46ed51a.js';
|
|
@@ -91,7 +92,7 @@ export { s as OrTeleport } from '../OrTeleport.vue3-12636ac0.js';
|
|
|
91
92
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
92
93
|
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-e93438ea.js';
|
|
93
94
|
export { s as OrTextarea } from '../OrTextarea.vue_vue_type_script_lang-13c5e976.js';
|
|
94
|
-
export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-
|
|
95
|
+
export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-b2899ba6.js';
|
|
95
96
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-c20fc4a7.js';
|
|
96
97
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
|
|
97
98
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-27ba0e01.js';
|
|
@@ -126,13 +127,13 @@ import '../OrFloating-c13f0eae.js';
|
|
|
126
127
|
import '../index-01519e46.js';
|
|
127
128
|
import '../OrButton-5d3db1ef.js';
|
|
128
129
|
import '../OrInput-d95faac1.js';
|
|
129
|
-
import '../OrInput-
|
|
130
|
+
import '../OrInput-c514ceff.js';
|
|
130
131
|
import '../OrCollapse-d2564011.js';
|
|
131
132
|
import '../floating-ui.dom.esm-83eba816.js';
|
|
132
133
|
import '../OrHint-5d5e4d99.js';
|
|
133
134
|
import '../OrInlineInputBox-f92a09d6.js';
|
|
134
135
|
import '../useValidationAttributes-5428d8fa.js';
|
|
135
|
-
import '../OrInputBox-
|
|
136
|
+
import '../OrInputBox-44f37541.js';
|
|
136
137
|
import '../useResponsive-9d397e2a.js';
|
|
137
138
|
import '../v4-cf8987a3.js';
|
|
138
139
|
import '../OrPopover-0c296207.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-fdf213e1.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIconButton-8f4c68e9.js';
|
|
4
4
|
import '../../OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
@@ -22,14 +22,15 @@ import '../../OrMenu-c982d515.js';
|
|
|
22
22
|
import '../../OrMenu.vue_vue_type_script_lang-cefb0eca.js';
|
|
23
23
|
import '../../OrMenuItem-1917f51a.js';
|
|
24
24
|
import '../../OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
25
|
-
import '../../OrSearch.vue_vue_type_script_lang-
|
|
26
|
-
import '../../OrInput-
|
|
27
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
25
|
+
import '../../OrSearch.vue_vue_type_script_lang-42283e88.js';
|
|
26
|
+
import '../../OrInput-c514ceff.js';
|
|
27
|
+
import '../../OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
28
28
|
import '../../OrHint-5d5e4d99.js';
|
|
29
29
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
30
30
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
31
|
-
import '../../OrInputBox-
|
|
32
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
31
|
+
import '../../OrInputBox-44f37541.js';
|
|
32
|
+
import '../../OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
33
|
+
import '../../props-78496a2d.js';
|
|
33
34
|
import '../../OrLabel-c556887e.js';
|
|
34
35
|
import '../../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
35
36
|
import '../../useIdAttribute-b2e42f31.js';
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { CombinedInputSize } from './props';
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
|
+
controlGroup: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
8
|
+
size: {
|
|
9
|
+
type: PropType<CombinedInputSize>;
|
|
10
|
+
default: CombinedInputSize;
|
|
11
|
+
};
|
|
12
|
+
label: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
|
+
hint: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
20
|
+
error: {
|
|
21
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
22
|
+
default: undefined;
|
|
23
|
+
};
|
|
24
|
+
required: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
readonly: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
disabled: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
disableDefaultStyles: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
41
|
+
size: {
|
|
42
|
+
type: PropType<CombinedInputSize>;
|
|
43
|
+
default: CombinedInputSize;
|
|
44
|
+
};
|
|
45
|
+
label: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: undefined;
|
|
48
|
+
};
|
|
49
|
+
hint: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: undefined;
|
|
52
|
+
};
|
|
53
|
+
error: {
|
|
54
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
55
|
+
default: undefined;
|
|
56
|
+
};
|
|
57
|
+
required: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
readonly: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
disabled: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
disableDefaultStyles: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
74
|
+
size: CombinedInputSize;
|
|
75
|
+
label: string;
|
|
76
|
+
hint: string;
|
|
77
|
+
error: string | boolean;
|
|
78
|
+
required: boolean;
|
|
79
|
+
readonly: boolean;
|
|
80
|
+
disabled: boolean;
|
|
81
|
+
disableDefaultStyles: boolean;
|
|
82
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
83
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
84
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
85
|
+
controlGroup: import("@vue/composition-api").ComputedRef<string[]>;
|
|
86
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
87
|
+
size: CombinedInputSize;
|
|
88
|
+
label: string;
|
|
89
|
+
hint: string;
|
|
90
|
+
error: string | boolean;
|
|
91
|
+
required: boolean;
|
|
92
|
+
readonly: boolean;
|
|
93
|
+
disabled: boolean;
|
|
94
|
+
disableDefaultStyles: boolean;
|
|
95
|
+
} & {}, {
|
|
96
|
+
size: CombinedInputSize;
|
|
97
|
+
label: string;
|
|
98
|
+
hint: string;
|
|
99
|
+
error: string | boolean;
|
|
100
|
+
required: boolean;
|
|
101
|
+
readonly: boolean;
|
|
102
|
+
disabled: boolean;
|
|
103
|
+
disableDefaultStyles: boolean;
|
|
104
|
+
}, true>);
|
|
105
|
+
export default _default;
|