@onereach/ui-components 4.3.13 → 4.3.14-beta.2686.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/OrExpansionPanelV3/styles.js +3 -1
- package/dist/bundled/v2/components/OrSidebarV3/styles.js +1 -1
- package/dist/bundled/v2/components/index.d.ts +3 -0
- package/dist/bundled/v2/components/index.js +8 -0
- package/dist/bundled/v2/index.js +9 -2
- package/dist/bundled/v3/OrCheckboxGroup.vue_vue_type_script_lang-1e71771d.js +60 -0
- package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-dfffdd80.js +59 -0
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-264914d3.js → OrSelect.vue_vue_type_script_lang-2c4c9f9d.js} +2 -2
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +9 -60
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +3 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +9 -60
- package/dist/bundled/v3/components/OrRadioGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +3 -3
- package/dist/bundled/v3/components/OrSelectV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/styles.js +1 -1
- package/dist/bundled/v3/components/index.d.ts +3 -0
- package/dist/bundled/v3/components/index.js +15 -4
- package/dist/bundled/v3/index.js +20 -8
- package/dist/esm/v2/OrCheckboxGroup-f470f938.js +121 -0
- package/dist/esm/v2/{OrCheckboxTree-df80d4ab.js → OrCheckboxTree-1304ae59.js} +6 -2
- package/dist/esm/v2/{OrExpansionPanel-7c359bb0.js → OrExpansionPanel-d3a2218d.js} +3 -1
- package/dist/esm/v2/OrRadioGroup-0de37d76.js +120 -0
- package/dist/esm/v2/{OrSelect-9d6b3363.js → OrSelect-a4c34099.js} +1 -1
- package/dist/esm/v2/{OrSidebar-b8387abe.js → OrSidebar-de938772.js} +1 -1
- package/dist/esm/v2/components/index.d.ts +3 -0
- package/dist/esm/v2/components/index.js +7 -3
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +6 -122
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +1 -2
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v2/components/or-radio-group-v3/index.js +6 -120
- package/dist/esm/v2/components/or-select-v3/index.js +2 -2
- package/dist/esm/v2/components/or-sidebar-v3/index.js +1 -1
- package/dist/esm/v2/index.js +7 -4
- package/dist/esm/v3/OrCheckboxGroup-c41a99ba.js +88 -0
- package/dist/esm/v3/{OrCheckboxTree-4a85b9b3.js → OrCheckboxTree-fa6288af.js} +6 -2
- package/dist/esm/v3/{OrExpansionPanel-99ca7ed7.js → OrExpansionPanel-c016d8fa.js} +3 -1
- package/dist/esm/v3/OrRadioGroup-5d1fe6fd.js +87 -0
- package/dist/esm/v3/{OrSelect-3dbddc6b.js → OrSelect-046e8e36.js} +1 -1
- package/dist/esm/v3/{OrSidebar-bfd19c4c.js → OrSidebar-3f2502fb.js} +1 -1
- package/dist/esm/v3/components/index.d.ts +3 -0
- package/dist/esm/v3/components/index.js +7 -3
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +6 -89
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +1 -2
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v3/components/or-radio-group-v3/index.js +6 -87
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/components/or-sidebar-v3/index.js +1 -1
- package/dist/esm/v3/index.js +7 -4
- package/package.json +2 -3
- package/src/components/index.ts +3 -0
- package/src/components/or-expansion-panel-v3/styles.ts +4 -1
- package/src/components/or-sidebar-v3/styles.ts +1 -1
- package/dist/esm/v2/flattenDeep-fe0af413.js +0 -6
- package/dist/esm/v3/flattenDeep-fe0af413.js +0 -6
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-528dd4d5.js → OrCheckboxTree.vue_vue_type_script_lang-46436cf3.js} +1 -1
- /package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-f1b6ff7d.js → OrExpansionPanel.vue_vue_type_script_lang-d4ed6199.js} +0 -0
- /package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-d7f700de.js → OrSidebar.vue_vue_type_script_lang-5723e223.js} +0 -0
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { defineComponent } from 'vue-demi';
|
|
2
|
+
import { useVModel } from '@vueuse/core';
|
|
3
|
+
import { _ as __vue_component__$2, F as FormGroupDirection } from './OrFormGroup-29a514db.js';
|
|
4
|
+
import { _ as __vue_component__$1 } from './OrCheckboxTree-1304ae59.js';
|
|
5
|
+
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
|
+
|
|
7
|
+
var script = defineComponent({
|
|
8
|
+
name: 'OrCheckboxGroup',
|
|
9
|
+
components: {
|
|
10
|
+
OrCheckboxTree: __vue_component__$1,
|
|
11
|
+
OrFormGroup: __vue_component__$2
|
|
12
|
+
},
|
|
13
|
+
model: {
|
|
14
|
+
prop: 'modelValue',
|
|
15
|
+
event: 'update:modelValue'
|
|
16
|
+
},
|
|
17
|
+
props: {
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: Array,
|
|
20
|
+
default: () => []
|
|
21
|
+
},
|
|
22
|
+
label: {
|
|
23
|
+
type: String,
|
|
24
|
+
default: ''
|
|
25
|
+
},
|
|
26
|
+
error: {
|
|
27
|
+
type: String,
|
|
28
|
+
default: ''
|
|
29
|
+
},
|
|
30
|
+
hint: {
|
|
31
|
+
type: String,
|
|
32
|
+
default: ''
|
|
33
|
+
},
|
|
34
|
+
direction: {
|
|
35
|
+
type: String,
|
|
36
|
+
default: FormGroupDirection.Vertical
|
|
37
|
+
},
|
|
38
|
+
options: {
|
|
39
|
+
type: Array,
|
|
40
|
+
default: () => []
|
|
41
|
+
},
|
|
42
|
+
disabled: {
|
|
43
|
+
type: Boolean,
|
|
44
|
+
default: false
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
setup(props, _ref) {
|
|
48
|
+
let {
|
|
49
|
+
emit
|
|
50
|
+
} = _ref;
|
|
51
|
+
const proxyModelValue = useVModel(props, 'modelValue', emit);
|
|
52
|
+
return {
|
|
53
|
+
proxyModelValue
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
/* script */
|
|
59
|
+
const __vue_script__ = script;
|
|
60
|
+
|
|
61
|
+
/* template */
|
|
62
|
+
var __vue_render__ = function () {
|
|
63
|
+
var _vm = this;
|
|
64
|
+
var _h = _vm.$createElement;
|
|
65
|
+
var _c = _vm._self._c || _h;
|
|
66
|
+
return _c('OrFormGroup', {
|
|
67
|
+
attrs: {
|
|
68
|
+
"label": _vm.label,
|
|
69
|
+
"error": _vm.error,
|
|
70
|
+
"hint": _vm.hint,
|
|
71
|
+
"disabled": _vm.disabled,
|
|
72
|
+
"direction": _vm.direction
|
|
73
|
+
},
|
|
74
|
+
scopedSlots: _vm._u([{
|
|
75
|
+
key: "addon",
|
|
76
|
+
fn: function () {
|
|
77
|
+
return [_vm._t("addon")];
|
|
78
|
+
},
|
|
79
|
+
proxy: true
|
|
80
|
+
}], null, true)
|
|
81
|
+
}, [_vm._v(" "), _vm._l(_vm.options, function (option) {
|
|
82
|
+
return _c('OrCheckboxTree', {
|
|
83
|
+
key: option.value,
|
|
84
|
+
attrs: {
|
|
85
|
+
"item": option,
|
|
86
|
+
"disabled": _vm.disabled || option.disabled,
|
|
87
|
+
"collapsible": option.collapsible,
|
|
88
|
+
"expanded": option.expanded
|
|
89
|
+
},
|
|
90
|
+
model: {
|
|
91
|
+
value: _vm.proxyModelValue,
|
|
92
|
+
callback: function ($$v) {
|
|
93
|
+
_vm.proxyModelValue = $$v;
|
|
94
|
+
},
|
|
95
|
+
expression: "proxyModelValue"
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
})], 2);
|
|
99
|
+
};
|
|
100
|
+
var __vue_staticRenderFns__ = [];
|
|
101
|
+
|
|
102
|
+
/* style */
|
|
103
|
+
const __vue_inject_styles__ = undefined;
|
|
104
|
+
/* scoped */
|
|
105
|
+
const __vue_scope_id__ = undefined;
|
|
106
|
+
/* module identifier */
|
|
107
|
+
const __vue_module_identifier__ = undefined;
|
|
108
|
+
/* functional template */
|
|
109
|
+
const __vue_is_functional_template__ = false;
|
|
110
|
+
/* style inject */
|
|
111
|
+
|
|
112
|
+
/* style inject SSR */
|
|
113
|
+
|
|
114
|
+
/* style inject shadow dom */
|
|
115
|
+
|
|
116
|
+
const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
117
|
+
render: __vue_render__,
|
|
118
|
+
staticRenderFns: __vue_staticRenderFns__
|
|
119
|
+
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
120
|
+
|
|
121
|
+
export { __vue_component__ as _ };
|
|
@@ -3,7 +3,6 @@ import { useVModel, useToggle } from '@vueuse/core';
|
|
|
3
3
|
import { _ as __vue_component__$2 } from './OrCheckbox-59332f84.js';
|
|
4
4
|
import { _ as __vue_component__$1 } from './OrIcon-d35a84d8.js';
|
|
5
5
|
import { _ as __vue_component__$3 } from './OrButton-9622e713.js';
|
|
6
|
-
import { f as flattenDeep } from './flattenDeep-fe0af413.js';
|
|
7
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
7
|
|
|
9
8
|
const CheckboxTreeRoot = [
|
|
@@ -15,6 +14,11 @@ const CheckboxTreeRootParent = [
|
|
|
15
14
|
// Layout
|
|
16
15
|
'flex', 'flex-row', 'gap-xs'];
|
|
17
16
|
|
|
17
|
+
function flattenDeep() {
|
|
18
|
+
let arr = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
19
|
+
return arr.flatMap(subArray => Array.isArray(subArray) ? flattenDeep(subArray) : subArray);
|
|
20
|
+
}
|
|
21
|
+
|
|
18
22
|
var script = defineComponent({
|
|
19
23
|
name: 'OrCheckboxTree',
|
|
20
24
|
components: {
|
|
@@ -218,4 +222,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
218
222
|
staticRenderFns: __vue_staticRenderFns__
|
|
219
223
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
220
224
|
|
|
221
|
-
export { __vue_component__ as _ };
|
|
225
|
+
export { __vue_component__ as _, flattenDeep as f };
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { defineComponent } from 'vue-demi';
|
|
2
|
+
import { useVModel } from '@vueuse/core';
|
|
3
|
+
import { _ as __vue_component__$1 } from './OrFormGroup-29a514db.js';
|
|
4
|
+
import { _ as __vue_component__$2 } from './OrRadio-a812088f.js';
|
|
5
|
+
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
|
+
|
|
7
|
+
var script = defineComponent({
|
|
8
|
+
name: 'OrRadioGroup',
|
|
9
|
+
components: {
|
|
10
|
+
OrFormGroup: __vue_component__$1,
|
|
11
|
+
OrRadio: __vue_component__$2
|
|
12
|
+
},
|
|
13
|
+
model: {
|
|
14
|
+
prop: 'modelValue',
|
|
15
|
+
event: 'update:modelValue'
|
|
16
|
+
},
|
|
17
|
+
props: {
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: null,
|
|
20
|
+
default: null
|
|
21
|
+
},
|
|
22
|
+
direction: {
|
|
23
|
+
type: String,
|
|
24
|
+
default: 'vertical'
|
|
25
|
+
},
|
|
26
|
+
label: {
|
|
27
|
+
type: String,
|
|
28
|
+
default: ''
|
|
29
|
+
},
|
|
30
|
+
options: {
|
|
31
|
+
type: Array,
|
|
32
|
+
default: () => []
|
|
33
|
+
},
|
|
34
|
+
error: {
|
|
35
|
+
type: String,
|
|
36
|
+
default: ''
|
|
37
|
+
},
|
|
38
|
+
hint: {
|
|
39
|
+
type: String,
|
|
40
|
+
default: ''
|
|
41
|
+
},
|
|
42
|
+
disabled: {
|
|
43
|
+
type: Boolean,
|
|
44
|
+
default: false
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
setup(props, _ref) {
|
|
48
|
+
let {
|
|
49
|
+
emit
|
|
50
|
+
} = _ref;
|
|
51
|
+
const proxyModelValue = useVModel(props, 'modelValue', emit);
|
|
52
|
+
return {
|
|
53
|
+
proxyModelValue
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
/* script */
|
|
59
|
+
const __vue_script__ = script;
|
|
60
|
+
|
|
61
|
+
/* template */
|
|
62
|
+
var __vue_render__ = function () {
|
|
63
|
+
var _vm = this;
|
|
64
|
+
var _h = _vm.$createElement;
|
|
65
|
+
var _c = _vm._self._c || _h;
|
|
66
|
+
return _c('OrFormGroup', {
|
|
67
|
+
attrs: {
|
|
68
|
+
"direction": _vm.direction,
|
|
69
|
+
"label": _vm.label,
|
|
70
|
+
"error": _vm.error,
|
|
71
|
+
"hint": _vm.hint,
|
|
72
|
+
"disabled": _vm.disabled
|
|
73
|
+
},
|
|
74
|
+
scopedSlots: _vm._u([{
|
|
75
|
+
key: "addon",
|
|
76
|
+
fn: function () {
|
|
77
|
+
return [_vm._t("addon")];
|
|
78
|
+
},
|
|
79
|
+
proxy: true
|
|
80
|
+
}], null, true)
|
|
81
|
+
}, [_vm._v(" "), _vm._l(_vm.options, function (option) {
|
|
82
|
+
return _c('OrRadio', {
|
|
83
|
+
key: option.value,
|
|
84
|
+
attrs: {
|
|
85
|
+
"label": option.label,
|
|
86
|
+
"value": option.value,
|
|
87
|
+
"disabled": _vm.disabled || option.disabled
|
|
88
|
+
},
|
|
89
|
+
model: {
|
|
90
|
+
value: _vm.proxyModelValue,
|
|
91
|
+
callback: function ($$v) {
|
|
92
|
+
_vm.proxyModelValue = $$v;
|
|
93
|
+
},
|
|
94
|
+
expression: "proxyModelValue"
|
|
95
|
+
}
|
|
96
|
+
});
|
|
97
|
+
})], 2);
|
|
98
|
+
};
|
|
99
|
+
var __vue_staticRenderFns__ = [];
|
|
100
|
+
|
|
101
|
+
/* style */
|
|
102
|
+
const __vue_inject_styles__ = undefined;
|
|
103
|
+
/* scoped */
|
|
104
|
+
const __vue_scope_id__ = undefined;
|
|
105
|
+
/* module identifier */
|
|
106
|
+
const __vue_module_identifier__ = undefined;
|
|
107
|
+
/* functional template */
|
|
108
|
+
const __vue_is_functional_template__ = false;
|
|
109
|
+
/* style inject */
|
|
110
|
+
|
|
111
|
+
/* style inject SSR */
|
|
112
|
+
|
|
113
|
+
/* style inject shadow dom */
|
|
114
|
+
|
|
115
|
+
const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
116
|
+
render: __vue_render__,
|
|
117
|
+
staticRenderFns: __vue_staticRenderFns__
|
|
118
|
+
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
119
|
+
|
|
120
|
+
export { __vue_component__ as _ };
|
|
@@ -4,7 +4,7 @@ import { u as useOverflow } from './useOverflow-c856b7b7.js';
|
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import { _ as __vue_component__$1 } from './OrCheckbox-59332f84.js';
|
|
6
6
|
import { _ as __vue_component__$2 } from './OrError-4ffc1c39.js';
|
|
7
|
-
import { _ as __vue_component__$3 } from './OrExpansionPanel-
|
|
7
|
+
import { _ as __vue_component__$3 } from './OrExpansionPanel-d3a2218d.js';
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrHint-aa221198.js';
|
|
9
9
|
import { _ as __vue_component__$5 } from './OrIcon-d35a84d8.js';
|
|
10
10
|
import { _ as __vue_component__$7 } from './OrInputBox-d36b1323.js';
|
|
@@ -11,6 +11,8 @@ export * from './or-card-v3';
|
|
|
11
11
|
export * from './or-carousel';
|
|
12
12
|
export * from './or-checkbox';
|
|
13
13
|
export * from './or-checkbox-v3';
|
|
14
|
+
export * from './or-checkbox-group-v3';
|
|
15
|
+
export * from './or-checkbox-tree-v3';
|
|
14
16
|
export * from './or-chips';
|
|
15
17
|
export * from './or-code';
|
|
16
18
|
export * from './or-collapse';
|
|
@@ -64,6 +66,7 @@ export * from './or-progress';
|
|
|
64
66
|
export * from './or-progress-v3';
|
|
65
67
|
export * from './or-radio';
|
|
66
68
|
export * from './or-radio-group';
|
|
69
|
+
export * from './or-radio-group-v3';
|
|
67
70
|
export * from './or-radio-v3';
|
|
68
71
|
export * from './or-search';
|
|
69
72
|
export * from './or-search-v3';
|
|
@@ -14,6 +14,8 @@ export { _ as OrCarousel } from '../OrCarousel-76dc2b7b.js';
|
|
|
14
14
|
export { _ as OrCarouselItem } from '../OrCarouselItem-c614bab9.js';
|
|
15
15
|
export { _ as OrCheckbox } from '../OrCheckbox-03e5eaff.js';
|
|
16
16
|
export { _ as OrCheckboxV3 } from '../OrCheckbox-59332f84.js';
|
|
17
|
+
export { _ as OrCheckboxGroupV3 } from '../OrCheckboxGroup-f470f938.js';
|
|
18
|
+
export { _ as OrCheckboxTreeV3 } from '../OrCheckboxTree-1304ae59.js';
|
|
17
19
|
export { _ as OrChip } from '../OrChip-8a1abfc5.js';
|
|
18
20
|
export { _ as OrChips } from '../OrChips-a01d8520.js';
|
|
19
21
|
export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-0288dd2d.js';
|
|
@@ -30,7 +32,7 @@ export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-2d3fd6
|
|
|
30
32
|
export { _ as OrError } from '../OrError-efc74907.js';
|
|
31
33
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-a55ae01a.js';
|
|
32
34
|
export { _ as OrErrorV3 } from '../OrError-4ffc1c39.js';
|
|
33
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
35
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-d3a2218d.js';
|
|
34
36
|
export { F as FabColor, _ as OrFabV3 } from '../OrFab-f3a590c0.js';
|
|
35
37
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-67b6592e.js';
|
|
36
38
|
export { _ as OrHint } from '../OrHint-fe65fbe6.js';
|
|
@@ -68,14 +70,15 @@ export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '..
|
|
|
68
70
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-29957e64.js';
|
|
69
71
|
export { _ as OrRadio } from '../OrRadio-f53c0944.js';
|
|
70
72
|
export { _ as OrRadioGroup } from '../OrRadioGroup-11424644.js';
|
|
73
|
+
export { _ as OrRadioGroupV3 } from '../OrRadioGroup-0de37d76.js';
|
|
71
74
|
export { _ as OrRadioV3 } from '../OrRadio-a812088f.js';
|
|
72
75
|
export { _ as OrSearch } from '../OrSearch-330e9af0.js';
|
|
73
76
|
export { _ as OrSearchV3 } from '../OrSearch-7ccc1f33.js';
|
|
74
77
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-a1ea5b72.js';
|
|
75
78
|
export { _ as OrSelect } from '../OrSelect-22eea9cc.js';
|
|
76
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
79
|
+
export { _ as OrSelectV3 } from '../OrSelect-a4c34099.js';
|
|
77
80
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-feacf13a.js';
|
|
78
|
-
export { _ as OrSidebarV3 } from '../OrSidebar-
|
|
81
|
+
export { _ as OrSidebarV3 } from '../OrSidebar-de938772.js';
|
|
79
82
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-4bf3bad8.js';
|
|
80
83
|
export { _ as OrSkeletonCircle } from '../OrSkeletonCircle-db96ddb6.js';
|
|
81
84
|
export { _ as OrSkeletonRect } from '../OrSkeletonRect-8df5791c.js';
|
|
@@ -120,6 +123,7 @@ import '../OrButton.vue_rollup-plugin-vue_styles.0-83b5a752.js';
|
|
|
120
123
|
import '@splidejs/splide';
|
|
121
124
|
import '@splidejs/splide/dist/css/splide.min.css';
|
|
122
125
|
import '../useIdAttribute-859439f0.js';
|
|
126
|
+
import '../OrFormGroup-29a514db.js';
|
|
123
127
|
import '../OrChips.vue_rollup-plugin-vue_styles.0-3cbb0871.js';
|
|
124
128
|
import '@codemirror/state';
|
|
125
129
|
import '@codemirror/view';
|
|
@@ -1,131 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { n as normalizeComponent } from '../../normalize-component-6e8e3d80.js';
|
|
1
|
+
export { _ as OrCheckboxGroupV3 } from '../../OrCheckboxGroup-f470f938.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
import '../../OrFormGroup-29a514db.js';
|
|
6
5
|
import '../../OrLabel-63380256.js';
|
|
6
|
+
import '../../normalize-component-6e8e3d80.js';
|
|
7
7
|
import '../../OrError-4ffc1c39.js';
|
|
8
8
|
import '../../OrHint-aa221198.js';
|
|
9
|
+
import '../../OrCheckboxTree-1304ae59.js';
|
|
9
10
|
import '../../OrCheckbox-59332f84.js';
|
|
10
11
|
import '../../useIdAttribute-859439f0.js';
|
|
11
12
|
import '../../style-inject.es-4c6f2515.js';
|
|
12
13
|
import '../../OrIcon-d35a84d8.js';
|
|
13
14
|
import '../../OrButton-9622e713.js';
|
|
14
15
|
import '../../OrLoader-b0c381f9.js';
|
|
15
|
-
import '../../flattenDeep-fe0af413.js';
|
|
16
|
-
|
|
17
|
-
var script = defineComponent({
|
|
18
|
-
name: 'OrCheckboxGroup',
|
|
19
|
-
components: {
|
|
20
|
-
OrCheckboxTree: __vue_component__$1,
|
|
21
|
-
OrFormGroup: __vue_component__$2
|
|
22
|
-
},
|
|
23
|
-
model: {
|
|
24
|
-
prop: 'modelValue',
|
|
25
|
-
event: 'update:modelValue'
|
|
26
|
-
},
|
|
27
|
-
props: {
|
|
28
|
-
modelValue: {
|
|
29
|
-
type: Array,
|
|
30
|
-
default: () => []
|
|
31
|
-
},
|
|
32
|
-
label: {
|
|
33
|
-
type: String,
|
|
34
|
-
default: ''
|
|
35
|
-
},
|
|
36
|
-
error: {
|
|
37
|
-
type: String,
|
|
38
|
-
default: ''
|
|
39
|
-
},
|
|
40
|
-
hint: {
|
|
41
|
-
type: String,
|
|
42
|
-
default: ''
|
|
43
|
-
},
|
|
44
|
-
direction: {
|
|
45
|
-
type: String,
|
|
46
|
-
default: FormGroupDirection.Vertical
|
|
47
|
-
},
|
|
48
|
-
options: {
|
|
49
|
-
type: Array,
|
|
50
|
-
default: () => []
|
|
51
|
-
},
|
|
52
|
-
disabled: {
|
|
53
|
-
type: Boolean,
|
|
54
|
-
default: false
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
setup(props, _ref) {
|
|
58
|
-
let {
|
|
59
|
-
emit
|
|
60
|
-
} = _ref;
|
|
61
|
-
const proxyModelValue = useVModel(props, 'modelValue', emit);
|
|
62
|
-
return {
|
|
63
|
-
proxyModelValue
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
/* script */
|
|
69
|
-
const __vue_script__ = script;
|
|
70
|
-
|
|
71
|
-
/* template */
|
|
72
|
-
var __vue_render__ = function () {
|
|
73
|
-
var _vm = this;
|
|
74
|
-
var _h = _vm.$createElement;
|
|
75
|
-
var _c = _vm._self._c || _h;
|
|
76
|
-
return _c('OrFormGroup', {
|
|
77
|
-
attrs: {
|
|
78
|
-
"label": _vm.label,
|
|
79
|
-
"error": _vm.error,
|
|
80
|
-
"hint": _vm.hint,
|
|
81
|
-
"disabled": _vm.disabled,
|
|
82
|
-
"direction": _vm.direction
|
|
83
|
-
},
|
|
84
|
-
scopedSlots: _vm._u([{
|
|
85
|
-
key: "addon",
|
|
86
|
-
fn: function () {
|
|
87
|
-
return [_vm._t("addon")];
|
|
88
|
-
},
|
|
89
|
-
proxy: true
|
|
90
|
-
}], null, true)
|
|
91
|
-
}, [_vm._v(" "), _vm._l(_vm.options, function (option) {
|
|
92
|
-
return _c('OrCheckboxTree', {
|
|
93
|
-
key: option.value,
|
|
94
|
-
attrs: {
|
|
95
|
-
"item": option,
|
|
96
|
-
"disabled": _vm.disabled || option.disabled,
|
|
97
|
-
"collapsible": option.collapsible,
|
|
98
|
-
"expanded": option.expanded
|
|
99
|
-
},
|
|
100
|
-
model: {
|
|
101
|
-
value: _vm.proxyModelValue,
|
|
102
|
-
callback: function ($$v) {
|
|
103
|
-
_vm.proxyModelValue = $$v;
|
|
104
|
-
},
|
|
105
|
-
expression: "proxyModelValue"
|
|
106
|
-
}
|
|
107
|
-
});
|
|
108
|
-
})], 2);
|
|
109
|
-
};
|
|
110
|
-
var __vue_staticRenderFns__ = [];
|
|
111
|
-
|
|
112
|
-
/* style */
|
|
113
|
-
const __vue_inject_styles__ = undefined;
|
|
114
|
-
/* scoped */
|
|
115
|
-
const __vue_scope_id__ = undefined;
|
|
116
|
-
/* module identifier */
|
|
117
|
-
const __vue_module_identifier__ = undefined;
|
|
118
|
-
/* functional template */
|
|
119
|
-
const __vue_is_functional_template__ = false;
|
|
120
|
-
/* style inject */
|
|
121
|
-
|
|
122
|
-
/* style inject SSR */
|
|
123
|
-
|
|
124
|
-
/* style inject shadow dom */
|
|
125
|
-
|
|
126
|
-
const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
127
|
-
render: __vue_render__,
|
|
128
|
-
staticRenderFns: __vue_staticRenderFns__
|
|
129
|
-
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
130
|
-
|
|
131
|
-
export { __vue_component__ as OrCheckboxGroupV3 };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrCheckboxTreeV3 } from '../../OrCheckboxTree-
|
|
1
|
+
export { _ as OrCheckboxTreeV3 } from '../../OrCheckboxTree-1304ae59.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../OrCheckbox-59332f84.js';
|
|
@@ -9,4 +9,3 @@ import '../../style-inject.es-4c6f2515.js';
|
|
|
9
9
|
import '../../OrIcon-d35a84d8.js';
|
|
10
10
|
import '../../OrButton-9622e713.js';
|
|
11
11
|
import '../../OrLoader-b0c381f9.js';
|
|
12
|
-
import '../../flattenDeep-fe0af413.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../../OrExpansionPanel-
|
|
1
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../../OrExpansionPanel-d3a2218d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrIcon-d35a84d8.js';
|
|
4
4
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,125 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { n as normalizeComponent } from '../../normalize-component-6e8e3d80.js';
|
|
1
|
+
export { _ as OrRadioGroupV3 } from '../../OrRadioGroup-0de37d76.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
import '../../OrFormGroup-29a514db.js';
|
|
6
5
|
import '../../OrLabel-63380256.js';
|
|
6
|
+
import '../../normalize-component-6e8e3d80.js';
|
|
7
7
|
import '../../OrError-4ffc1c39.js';
|
|
8
8
|
import '../../OrHint-aa221198.js';
|
|
9
|
+
import '../../OrRadio-a812088f.js';
|
|
9
10
|
import '../../useIdAttribute-859439f0.js';
|
|
10
11
|
import '../../style-inject.es-4c6f2515.js';
|
|
11
|
-
|
|
12
|
-
var script = defineComponent({
|
|
13
|
-
name: 'OrRadioGroup',
|
|
14
|
-
components: {
|
|
15
|
-
OrFormGroup: __vue_component__$1,
|
|
16
|
-
OrRadio: __vue_component__$2
|
|
17
|
-
},
|
|
18
|
-
model: {
|
|
19
|
-
prop: 'modelValue',
|
|
20
|
-
event: 'update:modelValue'
|
|
21
|
-
},
|
|
22
|
-
props: {
|
|
23
|
-
modelValue: {
|
|
24
|
-
type: null,
|
|
25
|
-
default: null
|
|
26
|
-
},
|
|
27
|
-
direction: {
|
|
28
|
-
type: String,
|
|
29
|
-
default: 'vertical'
|
|
30
|
-
},
|
|
31
|
-
label: {
|
|
32
|
-
type: String,
|
|
33
|
-
default: ''
|
|
34
|
-
},
|
|
35
|
-
options: {
|
|
36
|
-
type: Array,
|
|
37
|
-
default: () => []
|
|
38
|
-
},
|
|
39
|
-
error: {
|
|
40
|
-
type: String,
|
|
41
|
-
default: ''
|
|
42
|
-
},
|
|
43
|
-
hint: {
|
|
44
|
-
type: String,
|
|
45
|
-
default: ''
|
|
46
|
-
},
|
|
47
|
-
disabled: {
|
|
48
|
-
type: Boolean,
|
|
49
|
-
default: false
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
setup(props, _ref) {
|
|
53
|
-
let {
|
|
54
|
-
emit
|
|
55
|
-
} = _ref;
|
|
56
|
-
const proxyModelValue = useVModel(props, 'modelValue', emit);
|
|
57
|
-
return {
|
|
58
|
-
proxyModelValue
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
/* script */
|
|
64
|
-
const __vue_script__ = script;
|
|
65
|
-
|
|
66
|
-
/* template */
|
|
67
|
-
var __vue_render__ = function () {
|
|
68
|
-
var _vm = this;
|
|
69
|
-
var _h = _vm.$createElement;
|
|
70
|
-
var _c = _vm._self._c || _h;
|
|
71
|
-
return _c('OrFormGroup', {
|
|
72
|
-
attrs: {
|
|
73
|
-
"direction": _vm.direction,
|
|
74
|
-
"label": _vm.label,
|
|
75
|
-
"error": _vm.error,
|
|
76
|
-
"hint": _vm.hint,
|
|
77
|
-
"disabled": _vm.disabled
|
|
78
|
-
},
|
|
79
|
-
scopedSlots: _vm._u([{
|
|
80
|
-
key: "addon",
|
|
81
|
-
fn: function () {
|
|
82
|
-
return [_vm._t("addon")];
|
|
83
|
-
},
|
|
84
|
-
proxy: true
|
|
85
|
-
}], null, true)
|
|
86
|
-
}, [_vm._v(" "), _vm._l(_vm.options, function (option) {
|
|
87
|
-
return _c('OrRadio', {
|
|
88
|
-
key: option.value,
|
|
89
|
-
attrs: {
|
|
90
|
-
"label": option.label,
|
|
91
|
-
"value": option.value,
|
|
92
|
-
"disabled": _vm.disabled || option.disabled
|
|
93
|
-
},
|
|
94
|
-
model: {
|
|
95
|
-
value: _vm.proxyModelValue,
|
|
96
|
-
callback: function ($$v) {
|
|
97
|
-
_vm.proxyModelValue = $$v;
|
|
98
|
-
},
|
|
99
|
-
expression: "proxyModelValue"
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
})], 2);
|
|
103
|
-
};
|
|
104
|
-
var __vue_staticRenderFns__ = [];
|
|
105
|
-
|
|
106
|
-
/* style */
|
|
107
|
-
const __vue_inject_styles__ = undefined;
|
|
108
|
-
/* scoped */
|
|
109
|
-
const __vue_scope_id__ = undefined;
|
|
110
|
-
/* module identifier */
|
|
111
|
-
const __vue_module_identifier__ = undefined;
|
|
112
|
-
/* functional template */
|
|
113
|
-
const __vue_is_functional_template__ = false;
|
|
114
|
-
/* style inject */
|
|
115
|
-
|
|
116
|
-
/* style inject SSR */
|
|
117
|
-
|
|
118
|
-
/* style inject shadow dom */
|
|
119
|
-
|
|
120
|
-
const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
121
|
-
render: __vue_render__,
|
|
122
|
-
staticRenderFns: __vue_staticRenderFns__
|
|
123
|
-
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
124
|
-
|
|
125
|
-
export { __vue_component__ as OrRadioGroupV3 };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-a4c34099.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -10,7 +10,7 @@ import '../../OrLabel-63380256.js';
|
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
11
|
import '../../style-inject.es-4c6f2515.js';
|
|
12
12
|
import '../../OrError-4ffc1c39.js';
|
|
13
|
-
import '../../OrExpansionPanel-
|
|
13
|
+
import '../../OrExpansionPanel-d3a2218d.js';
|
|
14
14
|
import '../../OrIcon-d35a84d8.js';
|
|
15
15
|
import '../../OrHint-aa221198.js';
|
|
16
16
|
import '../../OrInputBox-d36b1323.js';
|