@onereach/ui-components 4.14.1 → 4.14.2-beta.3002.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/components/OrCheckboxV3/OrCheckbox.js +3 -3
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.vue.d.ts +10 -10
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +2 -2
- package/dist/bundled/v2/components/OrInputV3/OrInput.vue.d.ts +10 -10
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +12 -12
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +9 -9
- package/dist/bundled/v2/components/OrSelectV3/types.d.ts +1 -1
- package/dist/bundled/v2/utils/isEmptyValue.d.ts +1 -1
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-a27167e0.js → OrCheckbox.vue_vue_type_script_lang-6c0e5fe9.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-386971f8.js → OrCheckboxGroup.vue_vue_type_script_lang-d8afbbf9.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-1d754ac1.js → OrCheckboxTree.vue_vue_type_script_lang-d3632aaa.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-cd73a3d2.js → OrSelect.vue_vue_type_script_lang-f62151ac.js} +2 -2
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +4 -4
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +3 -3
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +3 -3
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +6 -6
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +6 -6
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +14 -14
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +5 -5
- package/dist/bundled/v3/components/OrSelectV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSelectV3/types.d.ts +1 -1
- package/dist/bundled/v3/components/index.js +4 -4
- package/dist/bundled/v3/index.js +4 -4
- package/dist/bundled/v3/utils/isEmptyValue.d.ts +1 -1
- package/dist/esm/v2/{OrCardCollection-74566219.js → OrCardCollection-04ac96cf.js} +1 -1
- package/dist/esm/v2/{OrCheckbox-43615f70.js → OrCheckbox-0c2a7fa7.js} +3 -3
- package/dist/esm/v2/{OrCheckboxGroup-4e6dbdd3.js → OrCheckboxGroup-026ecf5f.js} +1 -1
- package/dist/esm/v2/{OrCheckboxTree-ba023624.js → OrCheckboxTree-e991bcd9.js} +1 -1
- package/dist/esm/v2/{OrConfirm-d8d3b5e1.js → OrConfirm-defe0311.js} +1 -1
- package/dist/esm/v2/{OrInput-386e9352.js → OrInput-b7b43cd0.js} +2 -2
- package/dist/esm/v2/{OrSearch-7f444d5c.js → OrSearch-e8866022.js} +1 -1
- package/dist/esm/v2/{OrSelect-a3664bf7.js → OrSelect-9745beca.js} +14 -14
- package/dist/esm/v2/components/index.js +8 -8
- package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +3 -3
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +2 -2
- package/dist/esm/v2/components/or-checkbox-v3/OrCheckbox.vue.d.ts +10 -10
- package/dist/esm/v2/components/or-checkbox-v3/index.js +1 -1
- package/dist/esm/v2/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +10 -10
- package/dist/esm/v2/components/or-input-v3/index.js +1 -1
- package/dist/esm/v2/components/or-search-v3/index.js +2 -2
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +9 -9
- package/dist/esm/v2/components/or-select-v3/index.js +3 -3
- package/dist/esm/v2/components/or-select-v3/types.d.ts +1 -1
- package/dist/esm/v2/index.js +8 -8
- package/dist/esm/v2/utils/isEmptyValue.d.ts +1 -1
- package/dist/esm/v3/{OrCheckbox-bb06af0f.js → OrCheckbox-d1ceab55.js} +1 -1
- package/dist/esm/v3/{OrCheckboxGroup-9a8ab902.js → OrCheckboxGroup-6ec89f2a.js} +1 -1
- package/dist/esm/v3/{OrCheckboxTree-969bc928.js → OrCheckboxTree-9e08a6c4.js} +1 -1
- package/dist/esm/v3/{OrSelect-9613954a.js → OrSelect-775025c6.js} +13 -13
- package/dist/esm/v3/components/index.js +4 -4
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +2 -2
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +6 -6
- package/dist/esm/v3/components/or-checkbox-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +6 -6
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -5
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/types.d.ts +1 -1
- package/dist/esm/v3/index.js +4 -4
- package/dist/esm/v3/utils/isEmptyValue.d.ts +1 -1
- package/package.json +2 -3
- package/src/components/or-checkbox-v3/OrCheckbox.vue +2 -2
- package/src/components/or-input-v3/OrInput.vue +2 -2
- package/src/components/or-select-v3/OrSelect.vue +12 -12
- package/src/components/or-select-v3/types.ts +1 -1
- package/src/utils/isEmptyValue.ts +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { s as script } from '../../OrSelect.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrSelect.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrSelect.vue_vue_type_script_lang-f62151ac.js';
|
|
2
|
+
export { s as default } from '../../OrSelect.vue_vue_type_script_lang-f62151ac.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, withModifiers, createVNode, vShow } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../utils/isEmptyValue.js';
|
|
6
6
|
import './styles.js';
|
|
7
7
|
import '../OrCheckboxV3/OrCheckbox.js';
|
|
8
|
-
import '../../OrCheckbox.vue_vue_type_script_lang-
|
|
8
|
+
import '../../OrCheckbox.vue_vue_type_script_lang-6c0e5fe9.js';
|
|
9
9
|
import '../OrCheckboxV3/styles.js';
|
|
10
10
|
import '../OrLabelV3/OrLabel.js';
|
|
11
11
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
@@ -144,9 +144,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
144
144
|
}, [_ctx.proxyModelValue && _ctx.proxyModelValue.length > 0 ? renderSlot(_ctx.$slots, "valueTemplate", {
|
|
145
145
|
key: 0,
|
|
146
146
|
model: _ctx.proxyModelValue
|
|
147
|
-
}, () => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selection, option => {
|
|
147
|
+
}, () => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selection, (option, i) => {
|
|
148
148
|
return openBlock(), createBlock(_component_OrTag, {
|
|
149
|
-
key:
|
|
149
|
+
key: i,
|
|
150
150
|
variant: 'reset',
|
|
151
151
|
disabled: _ctx.disabled || _ctx.readonly,
|
|
152
152
|
onReset: $event => _ctx.deselect(option)
|
|
@@ -163,7 +163,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
163
163
|
}, [!_ctx.isEmptyModelValue ? renderSlot(_ctx.$slots, "valueTemplate", {
|
|
164
164
|
key: 0,
|
|
165
165
|
model: _ctx.proxyModelValue
|
|
166
|
-
}, () => [createElementVNode("span", _hoisted_2, toDisplayString(_ctx.selection.label), 1 /* TEXT */)]) : (openBlock(), createElementBlock("span", {
|
|
166
|
+
}, () => [createElementVNode("span", _hoisted_2, toDisplayString(_ctx.selection && _ctx.selection.label), 1 /* TEXT */)]) : (openBlock(), createElementBlock("span", {
|
|
167
167
|
key: 1,
|
|
168
168
|
class: normalizeClass(_ctx.placeholderStyles)
|
|
169
169
|
}, toDisplayString(_ctx.placeholder), 3 /* TEXT, CLASS */))], 64 /* STABLE_FRAGMENT */))], 42 /* CLASS, PROPS, HYDRATE_EVENTS */, _hoisted_1), _ctx.multiple && _ctx.outerItems.length > 0 ? (openBlock(), createElementBlock(Fragment, {
|
|
@@ -205,9 +205,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
205
205
|
}, {
|
|
206
206
|
default: withCtx(() => [_ctx.multiple ? (openBlock(true), createElementBlock(Fragment, {
|
|
207
207
|
key: 0
|
|
208
|
-
}, renderList(group, option => {
|
|
208
|
+
}, renderList(group, (option, i) => {
|
|
209
209
|
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
210
|
-
key:
|
|
210
|
+
key: i
|
|
211
211
|
}, {
|
|
212
212
|
default: withCtx(() => [renderSlot(_ctx.$slots, "optionTemplate", {
|
|
213
213
|
model: _ctx.proxyModelValue,
|
|
@@ -223,9 +223,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
223
223
|
}, 1024 /* DYNAMIC_SLOTS */);
|
|
224
224
|
}), 128 /* KEYED_FRAGMENT */)) : (openBlock(true), createElementBlock(Fragment, {
|
|
225
225
|
key: 1
|
|
226
|
-
}, renderList(group, option => {
|
|
226
|
+
}, renderList(group, (option, i) => {
|
|
227
227
|
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
228
|
-
key:
|
|
228
|
+
key: i,
|
|
229
229
|
onClick: withModifiers($event => {
|
|
230
230
|
_ctx.proxyModelValue = option.value;
|
|
231
231
|
_ctx.close();
|
|
@@ -246,9 +246,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
246
246
|
key: 1
|
|
247
247
|
}, [_ctx.multiple ? (openBlock(true), createElementBlock(Fragment, {
|
|
248
248
|
key: 0
|
|
249
|
-
}, renderList(_ctx.resolvedSearchOptions, option => {
|
|
249
|
+
}, renderList(_ctx.resolvedSearchOptions, (option, i) => {
|
|
250
250
|
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
251
|
-
key:
|
|
251
|
+
key: i
|
|
252
252
|
}, {
|
|
253
253
|
default: withCtx(() => [createVNode(_component_OrCheckbox, {
|
|
254
254
|
modelValue: _ctx.proxyModelValue,
|
|
@@ -267,9 +267,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
267
267
|
}, 1024 /* DYNAMIC_SLOTS */);
|
|
268
268
|
}), 128 /* KEYED_FRAGMENT */)) : (openBlock(true), createElementBlock(Fragment, {
|
|
269
269
|
key: 1
|
|
270
|
-
}, renderList(_ctx.resolvedSearchOptions, option => {
|
|
270
|
+
}, renderList(_ctx.resolvedSearchOptions, (option, i) => {
|
|
271
271
|
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
272
|
-
key:
|
|
272
|
+
key: i,
|
|
273
273
|
onClick: withModifiers($event => {
|
|
274
274
|
_ctx.proxyModelValue = option.value;
|
|
275
275
|
_ctx.close();
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
11
11
|
default: () => never[];
|
|
12
12
|
};
|
|
13
13
|
modelValue: {
|
|
14
|
-
type: PropType<string | number |
|
|
14
|
+
type: PropType<string | number | object | string[] | object[] | number[]>;
|
|
15
15
|
default: undefined;
|
|
16
16
|
};
|
|
17
17
|
multiple: {
|
|
@@ -80,13 +80,13 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
80
80
|
dropdownStyles: import("vue-demi").ComputedRef<string[]>;
|
|
81
81
|
noSearchResultsStyles: import("vue-demi").ComputedRef<string[]>;
|
|
82
82
|
controlId: import("vue-demi").Ref<string>;
|
|
83
|
-
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<string | number |
|
|
83
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<string | number | object | string[] | object[] | number[] | undefined>;
|
|
84
84
|
readonly: import("vue-demi").ComputedRef<boolean>;
|
|
85
85
|
isEmptyModelValue: import("vue-demi").ComputedRef<boolean>;
|
|
86
86
|
selection: import("vue-demi").ComputedRef<SelectOption | (SelectOption | undefined)[] | undefined>;
|
|
87
87
|
searchText: import("vue-demi").Ref<string>;
|
|
88
88
|
internalSearchOptions: import("vue-demi").Ref<{
|
|
89
|
-
value: string | number;
|
|
89
|
+
value: string | number | object;
|
|
90
90
|
label: string;
|
|
91
91
|
}[]>;
|
|
92
92
|
resolvedSearchOptions: import("vue-demi").ComputedRef<SelectOption[]>;
|
|
@@ -106,7 +106,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
106
106
|
default: () => never[];
|
|
107
107
|
};
|
|
108
108
|
modelValue: {
|
|
109
|
-
type: PropType<string | number |
|
|
109
|
+
type: PropType<string | number | object | string[] | object[] | number[]>;
|
|
110
110
|
default: undefined;
|
|
111
111
|
};
|
|
112
112
|
multiple: {
|
|
@@ -167,7 +167,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
167
167
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
168
168
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
169
169
|
}, {
|
|
170
|
-
modelValue: string | number |
|
|
170
|
+
modelValue: string | number | object | string[] | object[] | number[];
|
|
171
171
|
label: string;
|
|
172
172
|
options: SelectOption[];
|
|
173
173
|
searchOptions: SelectOption[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-f62151ac.js';
|
|
2
2
|
export { InputBoxSize as SelectSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../utils/isEmptyValue.js';
|
|
5
5
|
import './styles.js';
|
|
6
6
|
import '../OrCheckboxV3/OrCheckbox.js';
|
|
7
|
-
import '../../OrCheckbox.vue_vue_type_script_lang-
|
|
7
|
+
import '../../OrCheckbox.vue_vue_type_script_lang-6c0e5fe9.js';
|
|
8
8
|
import '../OrCheckboxV3/styles.js';
|
|
9
9
|
import '../OrLabelV3/OrLabel.js';
|
|
10
10
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
@@ -18,9 +18,9 @@ export { s as OrCardCollectionV3 } from '../OrCardCollection.vue_vue_type_script
|
|
|
18
18
|
export { DefaultCardCollectionViews, defaultViewModes, gridView, listView } from './OrCardCollectionV3/props.js';
|
|
19
19
|
export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-b204e541.js';
|
|
20
20
|
export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-dedfe767.js';
|
|
21
|
-
export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup.vue_vue_type_script_lang-
|
|
22
|
-
export { s as OrCheckboxTreeV3 } from '../OrCheckboxTree.vue_vue_type_script_lang-
|
|
23
|
-
export { s as OrCheckboxV3 } from '../OrCheckbox.vue_vue_type_script_lang-
|
|
21
|
+
export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup.vue_vue_type_script_lang-d8afbbf9.js';
|
|
22
|
+
export { s as OrCheckboxTreeV3 } from '../OrCheckboxTree.vue_vue_type_script_lang-d3632aaa.js';
|
|
23
|
+
export { s as OrCheckboxV3 } from '../OrCheckbox.vue_vue_type_script_lang-6c0e5fe9.js';
|
|
24
24
|
export { s as OrChip } from '../OrChip.vue_vue_type_script_lang-d0c62419.js';
|
|
25
25
|
export { s as OrChips } from '../OrChips.vue_vue_type_script_lang-d7a38038.js';
|
|
26
26
|
export { s as OrCode } from '../OrCode.vue_vue_type_script_lang-ce5a4f02.js';
|
|
@@ -114,7 +114,7 @@ export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-9d98ed4d.j
|
|
|
114
114
|
export { s as OrSegmentedControlV3 } from '../OrSegmentedControl.vue_vue_type_script_lang-3a7df112.js';
|
|
115
115
|
export { SegmentedControlSize } from './OrSegmentedControlV3/props.js';
|
|
116
116
|
export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-b8b014f6.js';
|
|
117
|
-
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-
|
|
117
|
+
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-f62151ac.js';
|
|
118
118
|
export { s as OrSidebar } from '../OrSidebar.vue_vue_type_script_lang-cac8e5b7.js';
|
|
119
119
|
export { OrSidebarSide } from './OrSidebar/constants.js';
|
|
120
120
|
export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-a79c5901.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -14,7 +14,7 @@ export { s as OrCardCollectionV3 } from './OrCardCollection.vue_vue_type_script_
|
|
|
14
14
|
import './components/OrCardV3/OrCard.js';
|
|
15
15
|
export { s as OrCardV3 } from './OrCard.vue_vue_type_script_lang-b204e541.js';
|
|
16
16
|
import './components/OrCheckboxGroupV3/OrCheckboxGroup.js';
|
|
17
|
-
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup.vue_vue_type_script_lang-
|
|
17
|
+
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup.vue_vue_type_script_lang-d8afbbf9.js';
|
|
18
18
|
import './components/OrChips/OrChips.js';
|
|
19
19
|
export { s as OrChips } from './OrChips.vue_vue_type_script_lang-d7a38038.js';
|
|
20
20
|
import './components/OrCode/OrCode.js';
|
|
@@ -76,7 +76,7 @@ export { s as OrSegmentedControlV3 } from './OrSegmentedControl.vue_vue_type_scr
|
|
|
76
76
|
import './components/OrSelect/OrSelect.js';
|
|
77
77
|
export { s as OrSelect } from './OrSelect.vue_vue_type_script_lang-b8b014f6.js';
|
|
78
78
|
import './components/OrSelectV3/OrSelect.js';
|
|
79
|
-
export { s as OrSelectV3 } from './OrSelect.vue_vue_type_script_lang-
|
|
79
|
+
export { s as OrSelectV3 } from './OrSelect.vue_vue_type_script_lang-f62151ac.js';
|
|
80
80
|
import './components/OrSidebar/OrSidebar.js';
|
|
81
81
|
export { s as OrSidebar } from './OrSidebar.vue_vue_type_script_lang-cac8e5b7.js';
|
|
82
82
|
import './components/OrSidebarV3/OrSidebar.js';
|
|
@@ -143,8 +143,8 @@ export { s as OrCard } from './OrCard.vue_vue_type_script_lang-81561dd8.js';
|
|
|
143
143
|
export { CARD_COLLECTION_LAYOUT } from './components/OrCardCollection/constants.js';
|
|
144
144
|
export { DefaultCardCollectionViews, defaultViewModes, gridView, listView } from './components/OrCardCollectionV3/props.js';
|
|
145
145
|
export { s as OrCheckbox } from './OrCheckbox.vue_vue_type_script_lang-dedfe767.js';
|
|
146
|
-
export { s as OrCheckboxTreeV3 } from './OrCheckboxTree.vue_vue_type_script_lang-
|
|
147
|
-
export { s as OrCheckboxV3 } from './OrCheckbox.vue_vue_type_script_lang-
|
|
146
|
+
export { s as OrCheckboxTreeV3 } from './OrCheckboxTree.vue_vue_type_script_lang-d3632aaa.js';
|
|
147
|
+
export { s as OrCheckboxV3 } from './OrCheckbox.vue_vue_type_script_lang-6c0e5fe9.js';
|
|
148
148
|
export { s as OrChip } from './OrChip.vue_vue_type_script_lang-d0c62419.js';
|
|
149
149
|
export { OrCodeLanguages } from './components/OrCode/constants.js';
|
|
150
150
|
export { CodeLanguage } from './components/OrCodeV3/props.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function isEmptyValue(val:
|
|
1
|
+
export declare function isEmptyValue(val: unknown): boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$2 } from './OrIconButton-6fcd20b0.js';
|
|
3
|
-
import { _ as __vue_component__$4 } from './OrSearch-
|
|
3
|
+
import { _ as __vue_component__$4 } from './OrSearch-e8866022.js';
|
|
4
4
|
import './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
import { _ as __vue_component__$3 } from './OrSorting-7050ad5f.js';
|
|
@@ -57,7 +57,7 @@ var script = defineComponent({
|
|
|
57
57
|
default: null
|
|
58
58
|
},
|
|
59
59
|
value: {
|
|
60
|
-
type: [String,
|
|
60
|
+
type: [Object, String, Number, Boolean],
|
|
61
61
|
default: null
|
|
62
62
|
},
|
|
63
63
|
label: {
|
|
@@ -136,7 +136,7 @@ var script = defineComponent({
|
|
|
136
136
|
}
|
|
137
137
|
});
|
|
138
138
|
|
|
139
|
-
var css_248z = "input[data-v-
|
|
139
|
+
var css_248z = "input[data-v-61128f9a]{appearance:none;line-height:0}";
|
|
140
140
|
styleInject(css_248z);
|
|
141
141
|
|
|
142
142
|
/* script */
|
|
@@ -197,7 +197,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
197
197
|
/* style */
|
|
198
198
|
const __vue_inject_styles__ = undefined;
|
|
199
199
|
/* scoped */
|
|
200
|
-
const __vue_scope_id__ = "data-v-
|
|
200
|
+
const __vue_scope_id__ = "data-v-61128f9a";
|
|
201
201
|
/* module identifier */
|
|
202
202
|
const __vue_module_identifier__ = undefined;
|
|
203
203
|
/* functional template */
|
|
@@ -3,7 +3,7 @@ import '@vueuse/core';
|
|
|
3
3
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
4
4
|
import '@onereach/styles/tailwind.config';
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
|
-
import { _ as __vue_component__$1 } from './OrCheckboxTree-
|
|
6
|
+
import { _ as __vue_component__$1 } from './OrCheckboxTree-e991bcd9.js';
|
|
7
7
|
import { _ as __vue_component__$2, F as FormGroupDirection } from './OrFormGroup-29a514db.js';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
4
4
|
import '@onereach/styles/tailwind.config';
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { _ as __vue_component__$3 } from './OrButton-9622e713.js';
|
|
7
|
-
import { _ as __vue_component__$2 } from './OrCheckbox-
|
|
7
|
+
import { _ as __vue_component__$2 } from './OrCheckbox-0c2a7fa7.js';
|
|
8
8
|
import { _ as __vue_component__$1 } from './OrIcon-d35a84d8.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
|
|
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-9622e713.js';
|
|
8
|
-
import { _ as __vue_component__$3 } from './OrInput-
|
|
8
|
+
import { _ as __vue_component__$3 } from './OrInput-b7b43cd0.js';
|
|
9
9
|
import { _ as __vue_component__$1 } from './OrOverlay-948346df.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
@@ -158,7 +158,7 @@ var script = defineComponent({
|
|
|
158
158
|
}
|
|
159
159
|
});
|
|
160
160
|
|
|
161
|
-
var css_248z = "input[data-v-
|
|
161
|
+
var css_248z = "input[data-v-653d5c4e]{min-width:0;background:0 0;outline:0}input[type=number][data-v-653d5c4e]::-webkit-inner-spin-button{display:none}input[type=search][data-v-653d5c4e]::-webkit-search-cancel-button{display:none}";
|
|
162
162
|
styleInject(css_248z);
|
|
163
163
|
|
|
164
164
|
/* script */
|
|
@@ -410,7 +410,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
410
410
|
/* style */
|
|
411
411
|
const __vue_inject_styles__ = undefined;
|
|
412
412
|
/* scoped */
|
|
413
|
-
const __vue_scope_id__ = "data-v-
|
|
413
|
+
const __vue_scope_id__ = "data-v-653d5c4e";
|
|
414
414
|
/* module identifier */
|
|
415
415
|
const __vue_module_identifier__ = undefined;
|
|
416
416
|
/* functional template */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { _ as __vue_component__$1 } from './OrInput-
|
|
3
|
+
import { _ as __vue_component__$1 } from './OrInput-b7b43cd0.js';
|
|
4
4
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -5,7 +5,7 @@ import '@vueuse/core';
|
|
|
5
5
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
6
6
|
import '@onereach/styles/tailwind.config';
|
|
7
7
|
import 'tailwindcss/resolveConfig';
|
|
8
|
-
import { _ as __vue_component__$1, i as isEmptyValue } from './OrCheckbox-
|
|
8
|
+
import { _ as __vue_component__$1, i as isEmptyValue } from './OrCheckbox-0c2a7fa7.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrError-4ffc1c39.js';
|
|
10
10
|
import { _ as __vue_component__$3 } from './OrExpansionPanel-f1d8fcc9.js';
|
|
11
11
|
import { _ as __vue_component__$4 } from './OrHint-aa221198.js';
|
|
@@ -13,7 +13,7 @@ import { _ as __vue_component__$6 } from './OrIconButton-6fcd20b0.js';
|
|
|
13
13
|
import { _ as __vue_component__$5 } from './OrIcon-d35a84d8.js';
|
|
14
14
|
import { _ as __vue_component__$8 } from './OrInputBox-11227ecd.js';
|
|
15
15
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
16
|
-
import { _ as __vue_component__$7 } from './OrInput-
|
|
16
|
+
import { _ as __vue_component__$7 } from './OrInput-b7b43cd0.js';
|
|
17
17
|
import { _ as __vue_component__$9 } from './OrLabel-63380256.js';
|
|
18
18
|
import { _ as __vue_component__$a } from './OrMenuItem-f877508d.js';
|
|
19
19
|
import { _ as __vue_component__$b } from './OrPopover-71380b24.js';
|
|
@@ -104,7 +104,7 @@ var script = defineComponent({
|
|
|
104
104
|
default: () => []
|
|
105
105
|
},
|
|
106
106
|
modelValue: {
|
|
107
|
-
type: [String, Number, Array],
|
|
107
|
+
type: [Object, String, Number, Array],
|
|
108
108
|
default: undefined
|
|
109
109
|
},
|
|
110
110
|
multiple: {
|
|
@@ -371,9 +371,9 @@ var __vue_render__ = function () {
|
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
}, [_vm.multiple ? [_vm.proxyModelValue && _vm.proxyModelValue.length > 0 ? [_vm._t("valueTemplate", function () {
|
|
374
|
-
return _vm._l(_vm.selection, function (option) {
|
|
374
|
+
return _vm._l(_vm.selection, function (option, i) {
|
|
375
375
|
return _c('OrTag', {
|
|
376
|
-
key:
|
|
376
|
+
key: i,
|
|
377
377
|
attrs: {
|
|
378
378
|
"variant": 'reset',
|
|
379
379
|
"disabled": _vm.disabled || _vm.readonly
|
|
@@ -392,7 +392,7 @@ var __vue_render__ = function () {
|
|
|
392
392
|
}, [_vm._v(_vm._s(_vm.placeholder))])]] : [!_vm.isEmptyModelValue ? [_vm._t("valueTemplate", function () {
|
|
393
393
|
return [_c('span', {
|
|
394
394
|
staticClass: "truncate"
|
|
395
|
-
}, [_vm._v("\n " + _vm._s(_vm.selection.label) + "\n ")])];
|
|
395
|
+
}, [_vm._v("\n " + _vm._s(_vm.selection && _vm.selection.label) + "\n ")])];
|
|
396
396
|
}, {
|
|
397
397
|
"model": _vm.proxyModelValue
|
|
398
398
|
})] : [_c('span', {
|
|
@@ -446,9 +446,9 @@ var __vue_render__ = function () {
|
|
|
446
446
|
attrs: {
|
|
447
447
|
"label": groupName
|
|
448
448
|
}
|
|
449
|
-
}, [_vm.multiple ? _vm._l(group, function (option) {
|
|
449
|
+
}, [_vm.multiple ? _vm._l(group, function (option, i) {
|
|
450
450
|
return _c('OrMenuItem', {
|
|
451
|
-
key:
|
|
451
|
+
key: i
|
|
452
452
|
}, [_vm._t("optionTemplate", function () {
|
|
453
453
|
return [_c('OrCheckbox', {
|
|
454
454
|
attrs: {
|
|
@@ -468,9 +468,9 @@ var __vue_render__ = function () {
|
|
|
468
468
|
"model": _vm.proxyModelValue,
|
|
469
469
|
"option": option
|
|
470
470
|
})], 2);
|
|
471
|
-
}) : _vm._l(group, function (option) {
|
|
471
|
+
}) : _vm._l(group, function (option, i) {
|
|
472
472
|
return _c('OrMenuItem', {
|
|
473
|
-
key:
|
|
473
|
+
key: i,
|
|
474
474
|
on: {
|
|
475
475
|
"click": function ($event) {
|
|
476
476
|
$event.stopPropagation();
|
|
@@ -485,9 +485,9 @@ var __vue_render__ = function () {
|
|
|
485
485
|
"option": option
|
|
486
486
|
})], 2);
|
|
487
487
|
})], 2);
|
|
488
|
-
}) : [_vm.multiple ? _vm._l(_vm.resolvedSearchOptions, function (option) {
|
|
488
|
+
}) : [_vm.multiple ? _vm._l(_vm.resolvedSearchOptions, function (option, i) {
|
|
489
489
|
return _c('OrMenuItem', {
|
|
490
|
-
key:
|
|
490
|
+
key: i
|
|
491
491
|
}, [_c('OrCheckbox', {
|
|
492
492
|
attrs: {
|
|
493
493
|
"value": option.value,
|
|
@@ -505,9 +505,9 @@ var __vue_render__ = function () {
|
|
|
505
505
|
"model": _vm.proxyModelValue,
|
|
506
506
|
"option": option
|
|
507
507
|
})], 2)], 1);
|
|
508
|
-
}) : _vm._l(_vm.resolvedSearchOptions, function (option) {
|
|
508
|
+
}) : _vm._l(_vm.resolvedSearchOptions, function (option, i) {
|
|
509
509
|
return _c('OrMenuItem', {
|
|
510
|
-
key:
|
|
510
|
+
key: i,
|
|
511
511
|
on: {
|
|
512
512
|
"click": function ($event) {
|
|
513
513
|
$event.stopPropagation();
|
|
@@ -8,12 +8,12 @@ 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, _ as OrButtonV3 } from '../OrButton-9622e713.js';
|
|
9
9
|
export { _ as OrCard } from '../OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-4eb5c533.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-04ac96cf.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-0da13cbe.js';
|
|
13
13
|
export { _ as OrCheckbox } from '../OrCheckbox-91788c22.js';
|
|
14
|
-
export { _ as OrCheckboxGroupV3 } from '../OrCheckboxGroup-
|
|
15
|
-
export { _ as OrCheckboxTreeV3 } from '../OrCheckboxTree-
|
|
16
|
-
export { _ as OrCheckboxV3 } from '../OrCheckbox-
|
|
14
|
+
export { _ as OrCheckboxGroupV3 } from '../OrCheckboxGroup-026ecf5f.js';
|
|
15
|
+
export { _ as OrCheckboxTreeV3 } from '../OrCheckboxTree-e991bcd9.js';
|
|
16
|
+
export { _ as OrCheckboxV3 } from '../OrCheckbox-0c2a7fa7.js';
|
|
17
17
|
export { _ as OrChip } from '../OrChip-a614bbb9.js';
|
|
18
18
|
export { _ as OrChips } from '../OrChips-bdf51639.js';
|
|
19
19
|
export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-cbd05828.js';
|
|
@@ -24,7 +24,7 @@ export { _ as OrCombinedInputV3 } from '../OrCombinedInput-ed20e33b.js';
|
|
|
24
24
|
export { _ as OrInputBoxV3 } from '../OrInputBox-11227ecd.js';
|
|
25
25
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
26
26
|
export { _ as OrConfirm } from '../OrConfirm-f4eec5b2.js';
|
|
27
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
27
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-defe0311.js';
|
|
28
28
|
export { _ as OrDatePickerV3 } from '../OrDatePicker-83e53c79.js';
|
|
29
29
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-fb410167.js';
|
|
30
30
|
export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-6378e37b.js';
|
|
@@ -47,7 +47,7 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-3fc
|
|
|
47
47
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-f52267aa.js';
|
|
48
48
|
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-311f5088.js';
|
|
49
49
|
export { _ as OrInput } from '../OrInput-014d2e47.js';
|
|
50
|
-
export { I as InputType, _ as OrInputV3 } from '../OrInput-
|
|
50
|
+
export { I as InputType, _ as OrInputV3 } from '../OrInput-b7b43cd0.js';
|
|
51
51
|
export { _ as OrLabel } from '../OrLabel-fcceec1b.js';
|
|
52
52
|
export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-63380256.js';
|
|
53
53
|
export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-cf3a0091.js';
|
|
@@ -75,10 +75,10 @@ export { _ as OrRadioGroup } from '../OrRadioGroup-11424644.js';
|
|
|
75
75
|
export { _ as OrRadioGroupV3 } from '../OrRadioGroup-d1c2e460.js';
|
|
76
76
|
export { _ as OrRadioV3 } from '../OrRadio-b32dfbfe.js';
|
|
77
77
|
export { _ as OrSearch } from '../OrSearch-e2941d35.js';
|
|
78
|
-
export { _ as OrSearchV3 } from '../OrSearch-
|
|
78
|
+
export { _ as OrSearchV3 } from '../OrSearch-e8866022.js';
|
|
79
79
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-d4e32f80.js';
|
|
80
80
|
export { _ as OrSelect } from '../OrSelect-49239b74.js';
|
|
81
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
81
|
+
export { _ as OrSelectV3 } from '../OrSelect-9745beca.js';
|
|
82
82
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-c56a9221.js';
|
|
83
83
|
export { _ as OrSidebarV3 } from '../OrSidebar-41c869c1.js';
|
|
84
84
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-0d2e41c8.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-04ac96cf.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrIconButton-6fcd20b0.js';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
@@ -16,8 +16,8 @@ import '../../OrBottomSheet-6bc632c4.js';
|
|
|
16
16
|
import '../../OrOverlay-948346df.js';
|
|
17
17
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
18
18
|
import 'portal-vue';
|
|
19
|
-
import '../../OrSearch-
|
|
20
|
-
import '../../OrInput-
|
|
19
|
+
import '../../OrSearch-e8866022.js';
|
|
20
|
+
import '../../OrInput-b7b43cd0.js';
|
|
21
21
|
import '../../useIdAttribute-859439f0.js';
|
|
22
22
|
import '../../useProxyModelValue-940010d2.js';
|
|
23
23
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { _ as OrCheckboxGroupV3 } from '../../OrCheckboxGroup-
|
|
1
|
+
export { _ as OrCheckboxGroupV3 } from '../../OrCheckboxGroup-026ecf5f.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../useProxyModelValue-940010d2.js';
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
|
-
import '../../OrCheckboxTree-
|
|
7
|
+
import '../../OrCheckboxTree-e991bcd9.js';
|
|
8
8
|
import '../../OrButton-9622e713.js';
|
|
9
9
|
import '../../OrLoader-b0c381f9.js';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
|
-
import '../../OrCheckbox-
|
|
11
|
+
import '../../OrCheckbox-0c2a7fa7.js';
|
|
12
12
|
import '../../useIdAttribute-859439f0.js';
|
|
13
13
|
import '../../OrLabel-63380256.js';
|
|
14
14
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrCheckboxTreeV3 } from '../../OrCheckboxTree-
|
|
1
|
+
export { _ as OrCheckboxTreeV3 } from '../../OrCheckboxTree-e991bcd9.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useProxyModelValue-940010d2.js';
|
|
@@ -7,7 +7,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
7
7
|
import '../../OrButton-9622e713.js';
|
|
8
8
|
import '../../OrLoader-b0c381f9.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
|
-
import '../../OrCheckbox-
|
|
10
|
+
import '../../OrCheckbox-0c2a7fa7.js';
|
|
11
11
|
import '../../useIdAttribute-859439f0.js';
|
|
12
12
|
import '../../OrLabel-63380256.js';
|
|
13
13
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
21
21
|
default: null;
|
|
22
22
|
};
|
|
23
23
|
value: {
|
|
24
|
-
type: PropType<string | number | boolean>;
|
|
24
|
+
type: PropType<string | number | boolean | object>;
|
|
25
25
|
default: null;
|
|
26
26
|
};
|
|
27
27
|
label: {
|
|
@@ -29,7 +29,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
29
29
|
default: undefined;
|
|
30
30
|
};
|
|
31
31
|
labelVariant: {
|
|
32
|
-
type: PropType<
|
|
32
|
+
type: PropType<"input" | "toggle">;
|
|
33
33
|
default: LabelVariant;
|
|
34
34
|
};
|
|
35
35
|
indeterminate: {
|
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
50
50
|
default: null;
|
|
51
51
|
};
|
|
52
52
|
value: {
|
|
53
|
-
type: PropType<string | number | boolean>;
|
|
53
|
+
type: PropType<string | number | boolean | object>;
|
|
54
54
|
default: null;
|
|
55
55
|
};
|
|
56
56
|
label: {
|
|
@@ -58,7 +58,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
58
58
|
default: undefined;
|
|
59
59
|
};
|
|
60
60
|
labelVariant: {
|
|
61
|
-
type: PropType<
|
|
61
|
+
type: PropType<"input" | "toggle">;
|
|
62
62
|
default: LabelVariant;
|
|
63
63
|
};
|
|
64
64
|
indeterminate: {
|
|
@@ -75,9 +75,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
75
75
|
};
|
|
76
76
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
77
77
|
modelValue: any;
|
|
78
|
-
value: string | number | boolean;
|
|
78
|
+
value: string | number | boolean | object;
|
|
79
79
|
label: string;
|
|
80
|
-
labelVariant:
|
|
80
|
+
labelVariant: "input" | "toggle";
|
|
81
81
|
indeterminate: boolean;
|
|
82
82
|
required: boolean;
|
|
83
83
|
disabled: boolean;
|
|
@@ -100,9 +100,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
100
100
|
blur: () => void;
|
|
101
101
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
102
102
|
modelValue: any;
|
|
103
|
-
value: string | number | boolean;
|
|
103
|
+
value: string | number | boolean | object;
|
|
104
104
|
label: string;
|
|
105
|
-
labelVariant:
|
|
105
|
+
labelVariant: "input" | "toggle";
|
|
106
106
|
indeterminate: boolean;
|
|
107
107
|
required: boolean;
|
|
108
108
|
disabled: boolean;
|
|
@@ -110,9 +110,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
110
110
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
111
111
|
}, {
|
|
112
112
|
modelValue: any;
|
|
113
|
-
value: string | number | boolean;
|
|
113
|
+
value: string | number | boolean | object;
|
|
114
114
|
label: string;
|
|
115
|
-
labelVariant:
|
|
115
|
+
labelVariant: "input" | "toggle";
|
|
116
116
|
indeterminate: boolean;
|
|
117
117
|
required: boolean;
|
|
118
118
|
disabled: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-defe0311.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import '../../OrButton-9622e713.js';
|
|
9
9
|
import '../../OrLoader-b0c381f9.js';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
|
-
import '../../OrInput-
|
|
11
|
+
import '../../OrInput-b7b43cd0.js';
|
|
12
12
|
import '../../useIdAttribute-859439f0.js';
|
|
13
13
|
import '../../useProxyModelValue-940010d2.js';
|
|
14
14
|
import '../../useResponsive-a02e95b7.js';
|