@onereach/ui-components 4.3.13 → 4.3.14-beta.2689.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.
Files changed (80) hide show
  1. package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +2 -2
  2. package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +3 -1
  3. package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -2
  4. package/dist/bundled/v2/components/OrSidebarV3/styles.js +1 -1
  5. package/dist/bundled/v2/components/index.d.ts +3 -0
  6. package/dist/bundled/v2/components/index.js +8 -0
  7. package/dist/bundled/v2/index.js +9 -2
  8. package/dist/bundled/v3/OrCheckboxGroup.vue_vue_type_script_lang-1e71771d.js +60 -0
  9. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-dfffdd80.js +59 -0
  10. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-264914d3.js → OrSelect.vue_vue_type_script_lang-2c4c9f9d.js} +2 -2
  11. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +9 -60
  12. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +2 -2
  13. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -2
  14. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
  15. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +1 -1
  16. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
  17. package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
  18. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +3 -1
  19. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
  20. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +9 -60
  21. package/dist/bundled/v3/components/OrRadioGroupV3/index.js +1 -1
  22. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +3 -3
  23. package/dist/bundled/v3/components/OrSelectV3/index.js +2 -2
  24. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
  25. package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
  26. package/dist/bundled/v3/components/OrSidebarV3/styles.js +1 -1
  27. package/dist/bundled/v3/components/index.d.ts +3 -0
  28. package/dist/bundled/v3/components/index.js +15 -4
  29. package/dist/bundled/v3/index.js +20 -8
  30. package/dist/esm/v2/OrCheckboxGroup-f470f938.js +121 -0
  31. package/dist/esm/v2/{OrCheckboxTree-df80d4ab.js → OrCheckboxTree-1304ae59.js} +6 -2
  32. package/dist/esm/v2/{OrConfirm-b62d9ce4.js → OrConfirm-d0d9d56c.js} +2 -2
  33. package/dist/esm/v2/{OrExpansionPanel-7c359bb0.js → OrExpansionPanel-d3a2218d.js} +3 -1
  34. package/dist/esm/v2/OrInlineTextEdit-601163c3.js +400 -0
  35. package/dist/esm/v2/OrRadioGroup-0de37d76.js +120 -0
  36. package/dist/esm/v2/{OrSelect-9d6b3363.js → OrSelect-a4c34099.js} +1 -1
  37. package/dist/esm/v2/{OrSidebar-b8387abe.js → OrSidebar-de938772.js} +1 -1
  38. package/dist/esm/v2/components/index.d.ts +3 -0
  39. package/dist/esm/v2/components/index.js +9 -5
  40. package/dist/esm/v2/components/or-checkbox-group-v3/index.js +6 -122
  41. package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +1 -2
  42. package/dist/esm/v2/components/or-confirm/index.js +1 -1
  43. package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
  44. package/dist/esm/v2/components/or-inline-text-edit/index.js +1 -1
  45. package/dist/esm/v2/components/or-radio-group-v3/index.js +6 -120
  46. package/dist/esm/v2/components/or-select-v3/index.js +2 -2
  47. package/dist/esm/v2/components/or-sidebar-v3/index.js +1 -1
  48. package/dist/esm/v2/index.js +9 -6
  49. package/dist/esm/v3/OrCheckboxGroup-c41a99ba.js +88 -0
  50. package/dist/esm/v3/{OrCheckboxTree-4a85b9b3.js → OrCheckboxTree-fa6288af.js} +6 -2
  51. package/dist/esm/v3/{OrConfirm-1a94bdea.js → OrConfirm-410da5b4.js} +1 -1
  52. package/dist/esm/v3/{OrExpansionPanel-99ca7ed7.js → OrExpansionPanel-c016d8fa.js} +3 -1
  53. package/dist/esm/v3/OrInlineTextEdit-42d59fb9.js +356 -0
  54. package/dist/esm/v3/OrRadioGroup-5d1fe6fd.js +87 -0
  55. package/dist/esm/v3/{OrSelect-3dbddc6b.js → OrSelect-046e8e36.js} +1 -1
  56. package/dist/esm/v3/{OrSidebar-bfd19c4c.js → OrSidebar-3f2502fb.js} +1 -1
  57. package/dist/esm/v3/components/index.d.ts +3 -0
  58. package/dist/esm/v3/components/index.js +9 -5
  59. package/dist/esm/v3/components/or-checkbox-group-v3/index.js +6 -89
  60. package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +1 -2
  61. package/dist/esm/v3/components/or-confirm/index.js +1 -1
  62. package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
  63. package/dist/esm/v3/components/or-inline-text-edit/index.js +1 -1
  64. package/dist/esm/v3/components/or-radio-group-v3/index.js +6 -87
  65. package/dist/esm/v3/components/or-select-v3/index.js +2 -2
  66. package/dist/esm/v3/components/or-sidebar-v3/index.js +1 -1
  67. package/dist/esm/v3/index.js +9 -6
  68. package/package.json +2 -3
  69. package/src/components/index.ts +3 -0
  70. package/src/components/or-confirm/OrConfirm.vue +1 -1
  71. package/src/components/or-expansion-panel-v3/styles.ts +4 -1
  72. package/src/components/or-inline-text-edit/OrInlineTextEdit.vue +6 -6
  73. package/src/components/or-sidebar-v3/styles.ts +1 -1
  74. package/dist/esm/v2/OrInlineTextEdit-a129aaf1.js +0 -400
  75. package/dist/esm/v2/flattenDeep-fe0af413.js +0 -6
  76. package/dist/esm/v3/OrInlineTextEdit-4f4ecba4.js +0 -356
  77. package/dist/esm/v3/flattenDeep-fe0af413.js +0 -6
  78. package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-528dd4d5.js → OrCheckboxTree.vue_vue_type_script_lang-46436cf3.js} +1 -1
  79. /package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-f1b6ff7d.js → OrExpansionPanel.vue_vue_type_script_lang-d4ed6199.js} +0 -0
  80. /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,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-7c359bb0.js';
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';
@@ -10,7 +10,7 @@ const SidebarRoot = [
10
10
  // Layout
11
11
  'flex', 'flex-row', 'shrink-0',
12
12
  // Box
13
- 'min-w-0', 'h-auto', 'p-0',
13
+ 'min-w-0', 'h-full', 'p-0',
14
14
  // Theme
15
15
  'bg-background', 'dark:bg-background-dark'];
16
16
  const SidebarBar = [
@@ -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,12 +14,14 @@ 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';
20
22
  export { _ as OrCollapse } from '../OrCollapse-57c64292.js';
21
23
  export { _ 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-ca470d10.js';
22
- export { _ as OrConfirm } from '../OrConfirm-b62d9ce4.js';
24
+ export { _ as OrConfirm } from '../OrConfirm-d0d9d56c.js';
23
25
  export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-687e6730.js';
24
26
  export { _ as OrDatePickerV3 } from '../OrDatePicker-f88f8950.js';
25
27
  export { _ as OrInputBoxV3 } from '../OrInputBox-d36b1323.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-7c359bb0.js';
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';
@@ -40,7 +42,7 @@ export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-d8fc2
40
42
  export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from '../OrIcon-d35a84d8.js';
41
43
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from '../OrInlineInputBox-19b49ee6.js';
42
44
  export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-46d0cc13.js';
43
- export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-a129aaf1.js';
45
+ export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-601163c3.js';
44
46
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-c23c5fb2.js';
45
47
  export { _ as OrInput } from '../OrInput-bc2371b6.js';
46
48
  export { I as InputType, _ as OrInputV3 } from '../OrInput-61086e47.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-9d6b3363.js';
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-b8387abe.js';
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
- 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-df80d4ab.js';
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-df80d4ab.js';
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 { _ as OrConfirm } from '../../OrConfirm-b62d9ce4.js';
1
+ export { _ as OrConfirm } from '../../OrConfirm-d0d9d56c.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-dbf0efe7.js';
4
4
  import '../../OrButton.vue_rollup-plugin-vue_styles.0-83b5a752.js';
@@ -1,4 +1,4 @@
1
- export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../../OrExpansionPanel-7c359bb0.js';
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,4 +1,4 @@
1
- export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../../OrInlineTextEdit-a129aaf1.js';
1
+ export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../../OrInlineTextEdit-601163c3.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrCollapse-57c64292.js';
4
4
  import '../../px-to-rem-0b26b83e.js';
@@ -1,125 +1,11 @@
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';
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-9d6b3363.js';
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-7c359bb0.js';
13
+ import '../../OrExpansionPanel-d3a2218d.js';
14
14
  import '../../OrIcon-d35a84d8.js';
15
15
  import '../../OrHint-aa221198.js';
16
16
  import '../../OrInputBox-d36b1323.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrSidebarV3 } from '../../OrSidebar-b8387abe.js';
1
+ export { _ as OrSidebarV3 } from '../../OrSidebar-de938772.js';
2
2
  export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-4bf3bad8.js';
3
3
  import '@vueuse/core';
4
4
  import 'lodash';
@@ -14,12 +14,14 @@ 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, f as flattenDeep } 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';
20
22
  export { _ as OrCollapse } from './OrCollapse-57c64292.js';
21
23
  export { _ 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-ca470d10.js';
22
- export { _ as OrConfirm } from './OrConfirm-b62d9ce4.js';
24
+ export { _ as OrConfirm } from './OrConfirm-d0d9d56c.js';
23
25
  export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-687e6730.js';
24
26
  export { _ as OrDatePickerV3 } from './OrDatePicker-f88f8950.js';
25
27
  export { _ as OrInputBoxV3 } from './OrInputBox-d36b1323.js';
@@ -30,7 +32,7 @@ export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68
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-7c359bb0.js';
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';
@@ -40,7 +42,7 @@ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-d8fc29
40
42
  export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-d35a84d8.js';
41
43
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-19b49ee6.js';
42
44
  export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-46d0cc13.js';
43
- export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-a129aaf1.js';
45
+ export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-601163c3.js';
44
46
  export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-c23c5fb2.js';
45
47
  export { _ as OrInput } from './OrInput-bc2371b6.js';
46
48
  export { I as InputType, _ as OrInputV3 } from './OrInput-61086e47.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-9d6b3363.js';
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-b8387abe.js';
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';
@@ -118,7 +121,6 @@ export { u as useResponsive } from './useResponsive-a02e95b7.js';
118
121
  export { u as useToggle } from './useToggle-c04fc920.js';
119
122
  export { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
120
123
  import { R as RX_ABBREVIATION_FROM_STRING } from './color-40b7fe6b.js';
121
- export { f as flattenDeep } from './flattenDeep-fe0af413.js';
122
124
  import 'vue-demi';
123
125
  import 'lodash';
124
126
  import './style-inject.es-4c6f2515.js';
@@ -127,6 +129,7 @@ import '@vueuse/core';
127
129
  import './OrButton.vue_rollup-plugin-vue_styles.0-83b5a752.js';
128
130
  import '@splidejs/splide';
129
131
  import '@splidejs/splide/dist/css/splide.min.css';
132
+ import './OrFormGroup-29a514db.js';
130
133
  import './OrChips.vue_rollup-plugin-vue_styles.0-3cbb0871.js';
131
134
  import '@codemirror/state';
132
135
  import '@codemirror/view';