@onereach/ui-components 2.69.1 → 2.69.2-beta.2107.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-a9a779ea.js → OrCardCollection-3d1b3b9a.js} +1 -1
- package/dist/bundled/v2/{OrConfirm-18c534df.js → OrConfirm-43626f94.js} +1 -1
- package/dist/bundled/v2/{OrInput-8b90e08f.js → OrInput-0a3666aa.js} +18 -11
- package/dist/bundled/v2/{OrInputBox-79ec54ad.js → OrInputBox-dfdcbdce.js} +4 -14
- package/dist/bundled/v2/{OrSearch-9d402f56.js → OrSearch-847c1bab.js} +2 -2
- package/dist/bundled/v2/{OrSelect-b20a9be0.js → OrSelect-41c6588d.js} +8 -2
- package/dist/bundled/v2/{OrTextarea-5593fbe9.js → OrTextarea-ff2ba975.js} +2 -1
- package/dist/bundled/v2/components/index.js +8 -7
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -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 +149 -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-input-box-v3/index.js +2 -1
- 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 +11 -0
- package/dist/bundled/v2/components/or-select-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/bundled/v2/index.js +9 -8
- package/dist/bundled/v2/props-78496a2d.js +12 -0
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-3993a015.js → OrCardCollection.vue_vue_type_script_lang-fd4d589f.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-289b5600.js → OrConfirm.vue_vue_type_script_lang-338631e0.js} +2 -2
- package/dist/bundled/v3/{OrInput-fa782fc1.js → OrInput-5efc4b9a.js} +17 -14
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-f6d793d3.js → OrInput.vue_vue_type_script_lang-a9f3e530.js} +3 -2
- package/dist/bundled/v3/{OrInputBox-eb54d73d.js → OrInputBox-1b143e00.js} +1 -1
- package/dist/{esm/v2/OrInputBox-4d5a318d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-70dec655.js} +6 -57
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-ed78b21f.js → OrSearch.vue_vue_type_script_lang-df09cad8.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-15285ce4.js → OrSelect.vue_vue_type_script_lang-cf991ed8.js} +9 -4
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-8e3531cd.js → OrTextarea.vue_vue_type_script_lang-115a1244.js} +3 -2
- package/dist/bundled/v3/components/index.js +10 -9
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -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 +132 -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-input-box-v3/index.js +2 -1
- 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 +11 -0
- package/dist/bundled/v3/components/or-select-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -3
- package/dist/bundled/v3/index.js +18 -16
- package/dist/bundled/v3/props-78496a2d.js +12 -0
- package/dist/esm/v2/{OrCardCollection-4f001551.js → OrCardCollection-09e4cb8a.js} +1 -1
- package/dist/esm/v2/{OrConfirm-b0b2e43c.js → OrConfirm-93376443.js} +1 -1
- package/dist/esm/v2/{OrInput-2f16a7ac.js → OrInput-f92456ea.js} +18 -11
- package/dist/esm/v2/OrInputBox-ad7c1875.js +43 -0
- package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-5ee4ee45.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js} +5 -4
- package/dist/esm/v2/{OrSearch-ddb7c1fe.js → OrSearch-4296eecb.js} +2 -2
- package/dist/esm/v2/{OrSelect-f0ff5a85.js → OrSelect-633a9e09.js} +8 -2
- package/dist/esm/v2/{OrTextarea-6712a150.js → OrTextarea-823d0529.js} +2 -1
- package/dist/esm/v2/components/index.js +8 -7
- package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -3
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -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 +147 -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-input-box-v3/index.js +3 -2
- 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 +11 -0
- package/dist/esm/v2/components/or-select-v3/index.js +4 -3
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/esm/v2/index.js +8 -7
- package/dist/esm/v3/{OrCardCollection-5a0febaf.js → OrCardCollection-37226d46.js} +1 -1
- package/dist/esm/v3/{OrConfirm-906427ef.js → OrConfirm-b27e7221.js} +1 -1
- package/dist/esm/v3/{OrInput-41691fb3.js → OrInput-99776ffe.js} +17 -14
- package/dist/esm/v3/{OrInputBox-5247ab25.js → OrInputBox-36c102a4.js} +2 -2
- package/dist/esm/v3/{OrSearch-cdde55ce.js → OrSearch-188c643f.js} +2 -2
- package/dist/esm/v3/{OrSelect-7e813982.js → OrSelect-cba3966c.js} +8 -3
- package/dist/esm/v3/{OrTextarea-bb9ef3f2.js → OrTextarea-b3ecc40d.js} +1 -1
- package/dist/esm/v3/components/index.js +7 -7
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -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 +132 -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 +3 -3
- package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +11 -0
- package/dist/esm/v3/components/or-select-v3/index.js +3 -3
- package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v3/index.js +7 -7
- 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 +202 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +134 -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-input-box-v3/styles.ts +3 -3
- package/src/components/or-input-v3/OrInput.vue +28 -22
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +6 -0
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, mergeProps, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, normalizeClass, Fragment } from 'vue';
|
|
2
|
+
import '../../OrHint-9592499e.js';
|
|
3
|
+
import '../../OrLabel-c6873e79.js';
|
|
4
|
+
import { u as useClassAttribute } from '../../useClassAttribute-00888f78.js';
|
|
5
|
+
import { s as script$1 } from '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
6
|
+
import { s as script$2 } from '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
7
|
+
import { s as script$3 } from '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
8
|
+
import { a as InputBoxSize } from '../../props-78496a2d.js';
|
|
9
|
+
export { a as CombinedInputSize } from '../../props-78496a2d.js';
|
|
10
|
+
|
|
11
|
+
const CombinedInputRoot = [
|
|
12
|
+
// Layout
|
|
13
|
+
'layout-column',
|
|
14
|
+
// Spacing
|
|
15
|
+
'gap-xs'];
|
|
16
|
+
const CombinedInputControlGroup = [
|
|
17
|
+
// Layout
|
|
18
|
+
'layout-row',
|
|
19
|
+
// Box
|
|
20
|
+
'w-full',
|
|
21
|
+
// Shape (.or-input-box)
|
|
22
|
+
'[&_.or-input-box]:first-child:rounded-r-none', '[&_.or-input-box]:intermediate-child:rounded-none', '[&_.or-input-box]:last-child:rounded-l-none',
|
|
23
|
+
// Spacing (children)
|
|
24
|
+
'[&_.or-input-box]:first-child:mr-[-1px]', '[&_.or-input-box]:intermediate-child:border-x-0', '[&_.or-input-box]:last-child:ml-[-1px]'];
|
|
25
|
+
|
|
26
|
+
var script = defineComponent({
|
|
27
|
+
name: 'OrCombinedInput',
|
|
28
|
+
components: {
|
|
29
|
+
OrError: script$1,
|
|
30
|
+
OrHint: script$2,
|
|
31
|
+
OrLabel: script$3
|
|
32
|
+
},
|
|
33
|
+
inheritAttrs: false,
|
|
34
|
+
props: {
|
|
35
|
+
size: {
|
|
36
|
+
type: String,
|
|
37
|
+
default: InputBoxSize.M
|
|
38
|
+
},
|
|
39
|
+
label: {
|
|
40
|
+
type: String,
|
|
41
|
+
default: undefined
|
|
42
|
+
},
|
|
43
|
+
hint: {
|
|
44
|
+
type: String,
|
|
45
|
+
default: undefined
|
|
46
|
+
},
|
|
47
|
+
error: {
|
|
48
|
+
type: String,
|
|
49
|
+
default: undefined
|
|
50
|
+
},
|
|
51
|
+
required: {
|
|
52
|
+
type: Boolean,
|
|
53
|
+
default: false
|
|
54
|
+
},
|
|
55
|
+
disabled: {
|
|
56
|
+
type: Boolean,
|
|
57
|
+
default: false
|
|
58
|
+
},
|
|
59
|
+
disableDefaultStyles: {
|
|
60
|
+
type: Boolean,
|
|
61
|
+
default: false
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
setup(props, context) {
|
|
65
|
+
// Refs
|
|
66
|
+
const root = ref();
|
|
67
|
+
// Styles
|
|
68
|
+
const classAttribute = useClassAttribute();
|
|
69
|
+
const rootStyles = computed(() => ['or-combined-input', ...CombinedInputRoot, classAttribute.value]);
|
|
70
|
+
const controlGroup = computed(() => [...CombinedInputControlGroup]);
|
|
71
|
+
// State
|
|
72
|
+
const invalid = computed(() => !!props.error);
|
|
73
|
+
const readonly = computed(() => context.attrs.readonly);
|
|
74
|
+
return {
|
|
75
|
+
root,
|
|
76
|
+
rootStyles,
|
|
77
|
+
controlGroup,
|
|
78
|
+
invalid,
|
|
79
|
+
readonly
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
85
|
+
const _component_OrLabel = resolveComponent("OrLabel");
|
|
86
|
+
const _component_OrHint = resolveComponent("OrHint");
|
|
87
|
+
const _component_OrError = resolveComponent("OrError");
|
|
88
|
+
return openBlock(), createElementBlock("div", mergeProps({
|
|
89
|
+
ref: "root"
|
|
90
|
+
}, _ctx.$attrs, {
|
|
91
|
+
class: _ctx.rootStyles
|
|
92
|
+
}), [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
93
|
+
key: 0,
|
|
94
|
+
variant: 'input',
|
|
95
|
+
required: _ctx.required,
|
|
96
|
+
disabled: _ctx.disabled
|
|
97
|
+
}, {
|
|
98
|
+
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
99
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
|
|
100
|
+
|
|
101
|
+
_: 3 /* FORWARDED */
|
|
102
|
+
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
103
|
+
class: normalizeClass(_ctx.controlGroup)
|
|
104
|
+
}, [renderSlot(_ctx.$slots, "default", {
|
|
105
|
+
size: _ctx.size,
|
|
106
|
+
required: _ctx.required,
|
|
107
|
+
readonly: _ctx.readonly,
|
|
108
|
+
disabled: _ctx.disabled,
|
|
109
|
+
disableDefaultStyles: _ctx.disableDefaultStyles
|
|
110
|
+
})], 2 /* CLASS */), !_ctx.invalid ? (openBlock(), createElementBlock(Fragment, {
|
|
111
|
+
key: 1
|
|
112
|
+
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
113
|
+
key: 0,
|
|
114
|
+
disabled: _ctx.disabled
|
|
115
|
+
}, {
|
|
116
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
117
|
+
|
|
118
|
+
_: 1 /* STABLE */
|
|
119
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createBlock(_component_OrError, {
|
|
120
|
+
key: 2,
|
|
121
|
+
disabled: _ctx.disabled
|
|
122
|
+
}, {
|
|
123
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
124
|
+
|
|
125
|
+
_: 1 /* STABLE */
|
|
126
|
+
}, 8 /* PROPS */, ["disabled"]))], 16 /* FULL_PROPS */);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
script.render = render;
|
|
130
|
+
script.__file = "src/components/or-combined-input-v3/OrCombinedInput.vue";
|
|
131
|
+
|
|
132
|
+
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-338631e0.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../index-01519e46.js';
|
|
@@ -10,8 +10,8 @@ import '../../useElevation-c8d5d3ba.js';
|
|
|
10
10
|
import '../../OrButton.vue_vue_type_script_lang-3718b300.js';
|
|
11
11
|
import '../../OrLoader-c4bbef2f.js';
|
|
12
12
|
import '../../OrLoader.vue_vue_type_script_lang-5405040c.js';
|
|
13
|
-
import '../../OrInput-
|
|
14
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrInput-5efc4b9a.js';
|
|
14
|
+
import '../../OrInput.vue_vue_type_script_lang-a9f3e530.js';
|
|
15
15
|
import '../../OrHint-9592499e.js';
|
|
16
16
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
17
17
|
import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
@@ -24,8 +24,9 @@ import '../../OrPopover-c462ce77.js';
|
|
|
24
24
|
import '../../OrPopover.vue_vue_type_script_lang-54c7b11c.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-1b143e00.js';
|
|
28
|
+
import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
|
|
29
|
+
import '../../props-78496a2d.js';
|
|
29
30
|
import '../../OrLabel-c6873e79.js';
|
|
30
31
|
import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
31
32
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,3 +1,4 @@
|
|
|
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-70dec655.js';
|
|
2
3
|
import 'vue';
|
|
3
4
|
import '../../useClassAttribute-00888f78.js';
|
|
@@ -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-a9f3e530.js';
|
|
2
|
+
export { a as InputSize } from '../../props-78496a2d.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-9592499e.js';
|
|
5
5
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
@@ -19,6 +19,7 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
|
19
19
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
20
20
|
import '../../useElevation-c8d5d3ba.js';
|
|
21
21
|
import '../../useResponsive-9d397e2a.js';
|
|
22
|
-
import '../../OrInputBox-
|
|
22
|
+
import '../../OrInputBox-1b143e00.js';
|
|
23
|
+
import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
|
|
23
24
|
import '../../OrLabel-c6873e79.js';
|
|
24
25
|
import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.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-df09cad8.js';
|
|
2
|
+
export { a as SearchSize } from '../../props-78496a2d.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '../../OrInput-
|
|
6
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrInput-5efc4b9a.js';
|
|
6
|
+
import '../../OrInput.vue_vue_type_script_lang-a9f3e530.js';
|
|
7
7
|
import '../../OrHint-9592499e.js';
|
|
8
8
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
9
9
|
import '../../useClassAttribute-00888f78.js';
|
|
@@ -21,7 +21,8 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
|
21
21
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
22
22
|
import '../../useElevation-c8d5d3ba.js';
|
|
23
23
|
import '../../useResponsive-9d397e2a.js';
|
|
24
|
-
import '../../OrInputBox-
|
|
24
|
+
import '../../OrInputBox-1b143e00.js';
|
|
25
|
+
import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
|
|
25
26
|
import '../../OrLabel-c6873e79.js';
|
|
26
27
|
import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|
|
27
28
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -88,6 +88,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
88
88
|
type: BooleanConstructor;
|
|
89
89
|
default: boolean;
|
|
90
90
|
};
|
|
91
|
+
disableDefaultStyles: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
91
95
|
enableSearch: {
|
|
92
96
|
type: BooleanConstructor;
|
|
93
97
|
default: boolean;
|
|
@@ -153,6 +157,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
153
157
|
type: BooleanConstructor;
|
|
154
158
|
default: boolean;
|
|
155
159
|
};
|
|
160
|
+
disableDefaultStyles: {
|
|
161
|
+
type: BooleanConstructor;
|
|
162
|
+
default: boolean;
|
|
163
|
+
};
|
|
156
164
|
enableSearch: {
|
|
157
165
|
type: BooleanConstructor;
|
|
158
166
|
default: boolean;
|
|
@@ -182,6 +190,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
182
190
|
error: string;
|
|
183
191
|
required: boolean;
|
|
184
192
|
disabled: boolean;
|
|
193
|
+
disableDefaultStyles: boolean;
|
|
185
194
|
enableSearch: boolean;
|
|
186
195
|
searchFunction: SelectSearchFunction;
|
|
187
196
|
groupByFunction: SelectGroupByFunction;
|
|
@@ -239,6 +248,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
239
248
|
error: string;
|
|
240
249
|
required: boolean;
|
|
241
250
|
disabled: boolean;
|
|
251
|
+
disableDefaultStyles: boolean;
|
|
242
252
|
enableSearch: boolean;
|
|
243
253
|
searchFunction: SelectSearchFunction;
|
|
244
254
|
groupByFunction: SelectGroupByFunction;
|
|
@@ -258,6 +268,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
258
268
|
error: string;
|
|
259
269
|
required: boolean;
|
|
260
270
|
disabled: boolean;
|
|
271
|
+
disableDefaultStyles: boolean;
|
|
261
272
|
enableSearch: boolean;
|
|
262
273
|
searchFunction: SelectSearchFunction;
|
|
263
274
|
groupByFunction: SelectGroupByFunction;
|
|
@@ -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-cf991ed8.js';
|
|
2
|
+
export { a as SelectSize } from '../../props-78496a2d.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrCheckbox.vue_vue_type_script_lang-8b36e06c.js';
|
|
5
5
|
import '../../OrLabel-c6873e79.js';
|
|
@@ -12,8 +12,8 @@ import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
|
12
12
|
import '../../OrExpansionPanel.vue_vue_type_script_lang-7f9c6721.js';
|
|
13
13
|
import '../../OrIcon-d878b768.js';
|
|
14
14
|
import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
|
|
15
|
-
import '../../OrInput-
|
|
16
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
15
|
+
import '../../OrInput-5efc4b9a.js';
|
|
16
|
+
import '../../OrInput.vue_vue_type_script_lang-a9f3e530.js';
|
|
17
17
|
import '../../OrIconButton-4bd33e3c.js';
|
|
18
18
|
import '../../OrIconButton.vue_vue_type_script_lang-641f6e06.js';
|
|
19
19
|
import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
|
|
@@ -26,7 +26,8 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
|
26
26
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
27
27
|
import '../../useElevation-c8d5d3ba.js';
|
|
28
28
|
import '../../useResponsive-9d397e2a.js';
|
|
29
|
-
import '../../OrInputBox-
|
|
29
|
+
import '../../OrInputBox-1b143e00.js';
|
|
30
|
+
import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
|
|
30
31
|
import '../../OrMenuItem-4feaba6c.js';
|
|
31
32
|
import '../../OrMenuItem.vue_vue_type_script_lang-0ffaef05.js';
|
|
32
33
|
import '../../OrTag.vue_vue_type_script_lang-92d9fb12.js';
|
|
@@ -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-115a1244.js';
|
|
2
|
+
export { a as TextareaSize } from '../../props-78496a2d.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-9592499e.js';
|
|
5
5
|
import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
|
|
6
6
|
import '../../useClassAttribute-00888f78.js';
|
|
7
7
|
import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
|
|
8
|
-
import '../../OrInputBox-
|
|
8
|
+
import '../../OrInputBox-1b143e00.js';
|
|
9
|
+
import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
|
|
9
10
|
import '../../OrLabel-c6873e79.js';
|
|
10
11
|
import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
|