@onereach/ui-components 8.21.8-beta.4104.0 → 8.21.8
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/OrExpansionPanel.js +2 -8
- package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +0 -11
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +0 -9
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrExpansionPanelV3-0d192be4.js → OrExpansionPanelV3-49a59eca.js} +3 -13
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSelectV3-33734991.js → OrSelectV3-c207d736.js} +1 -1
- package/dist/bundled/v3/components/index.js +2 -2
- package/dist/bundled/v3/index.js +2 -2
- package/dist/esm/v2/{OrExpansionPanel-37965ede.js → OrExpansionPanel-52fccbef.js} +2 -8
- package/dist/esm/v2/{OrSelect-83aff1e9.js → OrSelect-c5f3b40a.js} +1 -1
- package/dist/esm/v2/components/index.js +2 -2
- package/dist/esm/v2/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +0 -11
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v2/components/or-select-v3/index.js +2 -2
- package/dist/esm/v2/index.js +2 -2
- package/dist/esm/v3/{OrExpansionPanel-92163662.js → OrExpansionPanel-9dca6dff.js} +3 -13
- package/dist/esm/v3/{OrSelect-7e9a8fa9.js → OrSelect-2b916fae.js} +1 -1
- package/dist/esm/v3/components/index.js +2 -2
- package/dist/esm/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +0 -9
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/index.js +2 -2
- package/package.json +3 -2
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +6 -22
|
@@ -34,10 +34,6 @@ var script = defineComponent({
|
|
|
34
34
|
disabled: {
|
|
35
35
|
type: Boolean,
|
|
36
36
|
default: () => false
|
|
37
|
-
},
|
|
38
|
-
keepAlive: {
|
|
39
|
-
type: Boolean,
|
|
40
|
-
default: () => false
|
|
41
37
|
}
|
|
42
38
|
},
|
|
43
39
|
emits: ['update:state', 'open', 'close'],
|
|
@@ -113,7 +109,7 @@ var __vue_render__ = function () {
|
|
|
113
109
|
"state": _vm.state
|
|
114
110
|
})], 2), _vm._v(" "), _c('div', {
|
|
115
111
|
class: _vm.addonStyles
|
|
116
|
-
}, [_vm._t("addon")], 2)]), _vm._v(" "),
|
|
112
|
+
}, [_vm._t("addon")], 2)]), _vm._v(" "), _c('div', {
|
|
117
113
|
directives: [{
|
|
118
114
|
name: "show",
|
|
119
115
|
rawName: "v-show",
|
|
@@ -121,9 +117,7 @@ var __vue_render__ = function () {
|
|
|
121
117
|
expression: "state === 'open'"
|
|
122
118
|
}],
|
|
123
119
|
class: _vm.contentStyles
|
|
124
|
-
}, [_vm._t("default")], 2)]
|
|
125
|
-
class: _vm.contentStyles
|
|
126
|
-
}, [_vm._t("default")], 2) : _vm._e()]], 2);
|
|
120
|
+
}, [_vm._t("default")], 2)]);
|
|
127
121
|
};
|
|
128
122
|
var __vue_staticRenderFns__ = [];
|
|
129
123
|
|
|
@@ -35,10 +35,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
35
35
|
type: BooleanConstructor;
|
|
36
36
|
default: () => false;
|
|
37
37
|
};
|
|
38
|
-
keepAlive: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: () => false;
|
|
41
|
-
};
|
|
42
38
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
43
39
|
label: {
|
|
44
40
|
type: StringConstructor;
|
|
@@ -64,10 +60,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
64
60
|
type: BooleanConstructor;
|
|
65
61
|
default: () => false;
|
|
66
62
|
};
|
|
67
|
-
keepAlive: {
|
|
68
|
-
type: BooleanConstructor;
|
|
69
|
-
default: () => false;
|
|
70
|
-
};
|
|
71
63
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
72
64
|
label: string;
|
|
73
65
|
isOpen: boolean;
|
|
@@ -75,7 +67,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
75
67
|
color: "default" | "danger";
|
|
76
68
|
backgroundColor: "primary" | "secondary" | "inherit";
|
|
77
69
|
disabled: boolean;
|
|
78
|
-
keepAlive: boolean;
|
|
79
70
|
} & {} & {
|
|
80
71
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
81
72
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -95,7 +86,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
95
86
|
color: "default" | "danger";
|
|
96
87
|
backgroundColor: "primary" | "secondary" | "inherit";
|
|
97
88
|
disabled: boolean;
|
|
98
|
-
keepAlive: boolean;
|
|
99
89
|
} & {} & {
|
|
100
90
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
101
91
|
}, {
|
|
@@ -105,6 +95,5 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
105
95
|
color: "default" | "danger";
|
|
106
96
|
backgroundColor: "primary" | "secondary" | "inherit";
|
|
107
97
|
disabled: boolean;
|
|
108
|
-
keepAlive: boolean;
|
|
109
98
|
}, true>);
|
|
110
99
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrExpansionPanelV3-
|
|
1
|
+
export { s as default } from '../OrExpansionPanelV3-49a59eca.js';
|
|
@@ -25,10 +25,6 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
25
25
|
type: BooleanConstructor;
|
|
26
26
|
default: () => boolean;
|
|
27
27
|
};
|
|
28
|
-
keepAlive: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: () => boolean;
|
|
31
|
-
};
|
|
32
28
|
}, {
|
|
33
29
|
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
34
30
|
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
@@ -64,10 +60,6 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
64
60
|
type: BooleanConstructor;
|
|
65
61
|
default: () => boolean;
|
|
66
62
|
};
|
|
67
|
-
keepAlive: {
|
|
68
|
-
type: BooleanConstructor;
|
|
69
|
-
default: () => boolean;
|
|
70
|
-
};
|
|
71
63
|
}>> & {
|
|
72
64
|
"onUpdate:state"?: ((...args: any[]) => any) | undefined;
|
|
73
65
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
@@ -79,6 +71,5 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
79
71
|
color: "default" | "danger";
|
|
80
72
|
backgroundColor: "primary" | "secondary" | "inherit";
|
|
81
73
|
disabled: boolean;
|
|
82
|
-
keepAlive: boolean;
|
|
83
74
|
}>;
|
|
84
75
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanelV3-
|
|
1
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanelV3-49a59eca.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant } from '../OrExpansionPanelV3-
|
|
1
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant } from '../OrExpansionPanelV3-49a59eca.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { c as ExpansionPanel, h as ExpansionPanelAddon, e as ExpansionPanelBackgroundColors, i as ExpansionPanelContent, f as ExpansionPanelHeader, g as ExpansionPanelHeaderColors, d as ExpansionPanelVariants } from '../OrExpansionPanelV3-
|
|
1
|
+
export { c as ExpansionPanel, h as ExpansionPanelAddon, e as ExpansionPanelBackgroundColors, i as ExpansionPanelContent, f as ExpansionPanelHeader, g as ExpansionPanelHeaderColors, d as ExpansionPanelVariants } from '../OrExpansionPanelV3-49a59eca.js';
|
package/dist/bundled/v3/components/{OrExpansionPanelV3-0d192be4.js → OrExpansionPanelV3-49a59eca.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, createVNode, renderSlot, toDisplayString, withDirectives, vShow
|
|
1
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, createVNode, renderSlot, toDisplayString, withDirectives, vShow } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { s as script$1 } from './OrIconV3-5db4e349.js';
|
|
4
4
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
@@ -120,10 +120,6 @@ var script = defineComponent({
|
|
|
120
120
|
disabled: {
|
|
121
121
|
type: Boolean,
|
|
122
122
|
default: () => false
|
|
123
|
-
},
|
|
124
|
-
keepAlive: {
|
|
125
|
-
type: Boolean,
|
|
126
|
-
default: () => false
|
|
127
123
|
}
|
|
128
124
|
},
|
|
129
125
|
emits: ['update:state', 'open', 'close'],
|
|
@@ -184,15 +180,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
184
180
|
state: _ctx.state
|
|
185
181
|
}, () => [createElementVNode("span", _hoisted_4, toDisplayString(_ctx.label), 1 /* TEXT */)])], 10 /* CLASS, PROPS */, _hoisted_3), createElementVNode("div", {
|
|
186
182
|
class: normalizeClass(_ctx.addonStyles)
|
|
187
|
-
}, [renderSlot(_ctx.$slots, "addon")], 2 /* CLASS */)]),
|
|
188
|
-
key: 0,
|
|
189
|
-
class: normalizeClass(_ctx.contentStyles)
|
|
190
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)), [[vShow, _ctx.state === 'open']]) : (openBlock(), createElementBlock(Fragment, {
|
|
191
|
-
key: 1
|
|
192
|
-
}, [_ctx.state === 'open' ? (openBlock(), createElementBlock("div", {
|
|
193
|
-
key: 0,
|
|
183
|
+
}, [renderSlot(_ctx.$slots, "addon")], 2 /* CLASS */)]), withDirectives(createElementVNode("div", {
|
|
194
184
|
class: normalizeClass(_ctx.contentStyles)
|
|
195
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)
|
|
185
|
+
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */), [[vShow, _ctx.state === 'open']])], 10 /* CLASS, PROPS */, _hoisted_1);
|
|
196
186
|
}
|
|
197
187
|
|
|
198
188
|
script.render = render;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrSelectV3-
|
|
1
|
+
export { s as default } from '../OrSelectV3-c207d736.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../OrSelectV3-
|
|
1
|
+
export { s as OrSelectV3 } from '../OrSelectV3-c207d736.js';
|
|
2
2
|
export { I as SelectSize } from '../OrInputBoxV3-90e51950.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { S as Select, a as SelectControl, c as SelectDropdown, d as SelectDropdownDefault, e as SelectDropdownFlipped, f as SelectDropdownItem, g as SelectNoSearchResults, b as SelectSearchControl } from '../OrSelectV3-
|
|
1
|
+
export { S as Select, a as SelectControl, c as SelectDropdown, d as SelectDropdownDefault, e as SelectDropdownFlipped, f as SelectDropdownItem, g as SelectNoSearchResults, b as SelectSearchControl } from '../OrSelectV3-c207d736.js';
|
|
@@ -8,7 +8,7 @@ import { s as script$5, T as TagsOverflow } from './OrTagsV3-65838b57.js';
|
|
|
8
8
|
import { isEqualValue } from '../utils/isEqualValue.js';
|
|
9
9
|
import { s as script$6 } from './OrCheckboxV3-e9c24a67.js';
|
|
10
10
|
import { s as script$7 } from './OrErrorV3-19502b8d.js';
|
|
11
|
-
import { s as script$8 } from './OrExpansionPanelV3-
|
|
11
|
+
import { s as script$8 } from './OrExpansionPanelV3-49a59eca.js';
|
|
12
12
|
import { s as script$9 } from './OrHintV3-25a3be82.js';
|
|
13
13
|
import { s as script$a } from './OrIconV3-5db4e349.js';
|
|
14
14
|
import { s as script$b } from './OrIconButtonV3-c243936a.js';
|
|
@@ -36,7 +36,7 @@ export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyStateV3-f6122
|
|
|
36
36
|
export { default as OrError } from './OrError/OrError.js';
|
|
37
37
|
export { s as OrErrorTagV3 } from './OrErrorTagV3-bfd5574d.js';
|
|
38
38
|
export { s as OrErrorV3 } from './OrErrorV3-19502b8d.js';
|
|
39
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanelV3-
|
|
39
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanelV3-49a59eca.js';
|
|
40
40
|
export { F as FabColor, s as OrFabV3 } from './OrFabV3-df769cd1.js';
|
|
41
41
|
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-27d602a3.js';
|
|
42
42
|
export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroupV3-216f55ee.js';
|
|
@@ -86,7 +86,7 @@ export { default as OrSearch } from './OrSearch/OrSearch.js';
|
|
|
86
86
|
export { OrSearchV3 } from './OrSearchV3/index.js';
|
|
87
87
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControlV3-d7578374.js';
|
|
88
88
|
export { s as OrSelect } from './OrSelect-eb515d23.js';
|
|
89
|
-
export { s as OrSelectV3 } from './OrSelectV3-
|
|
89
|
+
export { s as OrSelectV3 } from './OrSelectV3-c207d736.js';
|
|
90
90
|
export { OrSidebar, OrSidebarSide } from './OrSidebar/index.js';
|
|
91
91
|
export { S as OrSidebarPlacement, s as OrSidebarV3, S as SidebarPlacement } from './OrSidebarV3-4f866148.js';
|
|
92
92
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeleton-d2c6d5e5.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -46,7 +46,7 @@ export { s as OrRatingV3 } from './components/OrRatingV3-b6b47938.js';
|
|
|
46
46
|
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-ae8f39d3.js';
|
|
47
47
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './components/OrSegmentedControlV3-d7578374.js';
|
|
48
48
|
export { s as OrSelect } from './components/OrSelect-eb515d23.js';
|
|
49
|
-
export { s as OrSelectV3 } from './components/OrSelectV3-
|
|
49
|
+
export { s as OrSelectV3 } from './components/OrSelectV3-c207d736.js';
|
|
50
50
|
export { OrSidebar, OrSidebarSide } from './components/OrSidebar/index.js';
|
|
51
51
|
export { S as OrSidebarPlacement, s as OrSidebarV3, S as SidebarPlacement } from './components/OrSidebarV3-4f866148.js';
|
|
52
52
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './components/OrSkeleton-d2c6d5e5.js';
|
|
@@ -85,7 +85,7 @@ export { I as CombinedInputSize, I as DatePickerSize, I as DateRangePickerSize,
|
|
|
85
85
|
export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement, i as isPrevented } from './components/OrPopoverV3-5010d168.js';
|
|
86
86
|
export { default as OrError } from './components/OrError/OrError.js';
|
|
87
87
|
export { s as OrErrorV3 } from './components/OrErrorV3-19502b8d.js';
|
|
88
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './components/OrExpansionPanelV3-
|
|
88
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './components/OrExpansionPanelV3-49a59eca.js';
|
|
89
89
|
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from './components/OrFloating-27d602a3.js';
|
|
90
90
|
export { F as FormGroupDirection, s as OrFormGroupV3 } from './components/OrFormGroupV3-216f55ee.js';
|
|
91
91
|
export { default as OrHint } from './components/OrHint/OrHint.js';
|
|
@@ -124,10 +124,6 @@ var script = defineComponent({
|
|
|
124
124
|
disabled: {
|
|
125
125
|
type: Boolean,
|
|
126
126
|
default: () => false
|
|
127
|
-
},
|
|
128
|
-
keepAlive: {
|
|
129
|
-
type: Boolean,
|
|
130
|
-
default: () => false
|
|
131
127
|
}
|
|
132
128
|
},
|
|
133
129
|
emits: ['update:state', 'open', 'close'],
|
|
@@ -203,7 +199,7 @@ var __vue_render__ = function () {
|
|
|
203
199
|
"state": _vm.state
|
|
204
200
|
})], 2), _vm._v(" "), _c('div', {
|
|
205
201
|
class: _vm.addonStyles
|
|
206
|
-
}, [_vm._t("addon")], 2)]), _vm._v(" "),
|
|
202
|
+
}, [_vm._t("addon")], 2)]), _vm._v(" "), _c('div', {
|
|
207
203
|
directives: [{
|
|
208
204
|
name: "show",
|
|
209
205
|
rawName: "v-show",
|
|
@@ -211,9 +207,7 @@ var __vue_render__ = function () {
|
|
|
211
207
|
expression: "state === 'open'"
|
|
212
208
|
}],
|
|
213
209
|
class: _vm.contentStyles
|
|
214
|
-
}, [_vm._t("default")], 2)]
|
|
215
|
-
class: _vm.contentStyles
|
|
216
|
-
}, [_vm._t("default")], 2) : _vm._e()]], 2);
|
|
210
|
+
}, [_vm._t("default")], 2)]);
|
|
217
211
|
};
|
|
218
212
|
var __vue_staticRenderFns__ = [];
|
|
219
213
|
|
|
@@ -8,7 +8,7 @@ import { u as useResponsive } from './useResponsive-1baf3485.js';
|
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
9
|
import { _ as __vue_component__$3 } from './OrCheckbox-601b53f3.js';
|
|
10
10
|
import { _ as __vue_component__$4 } from './OrError-8eddcb36.js';
|
|
11
|
-
import { _ as __vue_component__$5 } from './OrExpansionPanel-
|
|
11
|
+
import { _ as __vue_component__$5 } from './OrExpansionPanel-52fccbef.js';
|
|
12
12
|
import { _ as __vue_component__$6 } from './OrHint-48b492d2.js';
|
|
13
13
|
import { _ as __vue_component__$8 } from './OrIconButton-c48e0e39.js';
|
|
14
14
|
import { _ as __vue_component__$7 } from './OrIcon-3f99ef27.js';
|
|
@@ -54,7 +54,7 @@ export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-57ac6d
|
|
|
54
54
|
export { _ as OrError } from '../OrError-efc74907.js';
|
|
55
55
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-b54010de.js';
|
|
56
56
|
export { _ as OrErrorV3 } from '../OrError-8eddcb36.js';
|
|
57
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
57
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-52fccbef.js';
|
|
58
58
|
export { F as FabColor, _ as OrFabV3 } from '../OrFab-3ac91bd2.js';
|
|
59
59
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-448fdc12.js';
|
|
60
60
|
export { F as FormGroupDirection, _ as OrFormGroupV3 } from '../OrFormGroup-1aaf6500.js';
|
|
@@ -105,7 +105,7 @@ export { _ as OrSearch } from '../OrSearch-525e988d.js';
|
|
|
105
105
|
export { _ as OrSearchV3 } from '../OrSearch-cf9140ac.js';
|
|
106
106
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-ef70b1d7.js';
|
|
107
107
|
export { _ as OrSelect } from '../OrSelect-2808e01d.js';
|
|
108
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
108
|
+
export { _ as OrSelectV3 } from '../OrSelect-c5f3b40a.js';
|
|
109
109
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-054b26c6.js';
|
|
110
110
|
export { S as OrSidebarPlacement, _ as OrSidebarV3, S as SidebarPlacement } from '../OrSidebar-6e76cdfc.js';
|
|
111
111
|
export { _ as OrSkeletonCircle } from '../OrSkeletonCircle-c4bf0e34.js';
|
|
@@ -35,10 +35,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
35
35
|
type: BooleanConstructor;
|
|
36
36
|
default: () => false;
|
|
37
37
|
};
|
|
38
|
-
keepAlive: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: () => false;
|
|
41
|
-
};
|
|
42
38
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
43
39
|
label: {
|
|
44
40
|
type: StringConstructor;
|
|
@@ -64,10 +60,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
64
60
|
type: BooleanConstructor;
|
|
65
61
|
default: () => false;
|
|
66
62
|
};
|
|
67
|
-
keepAlive: {
|
|
68
|
-
type: BooleanConstructor;
|
|
69
|
-
default: () => false;
|
|
70
|
-
};
|
|
71
63
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
72
64
|
label: string;
|
|
73
65
|
isOpen: boolean;
|
|
@@ -75,7 +67,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
75
67
|
color: "default" | "danger";
|
|
76
68
|
backgroundColor: "primary" | "secondary" | "inherit";
|
|
77
69
|
disabled: boolean;
|
|
78
|
-
keepAlive: boolean;
|
|
79
70
|
} & {} & {
|
|
80
71
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
81
72
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -95,7 +86,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
95
86
|
color: "default" | "danger";
|
|
96
87
|
backgroundColor: "primary" | "secondary" | "inherit";
|
|
97
88
|
disabled: boolean;
|
|
98
|
-
keepAlive: boolean;
|
|
99
89
|
} & {} & {
|
|
100
90
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
101
91
|
}, {
|
|
@@ -105,6 +95,5 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
105
95
|
color: "default" | "danger";
|
|
106
96
|
backgroundColor: "primary" | "secondary" | "inherit";
|
|
107
97
|
disabled: boolean;
|
|
108
|
-
keepAlive: boolean;
|
|
109
98
|
}, true>);
|
|
110
99
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../../OrExpansionPanel-
|
|
1
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../../OrExpansionPanel-52fccbef.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../dom-aecadd9a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-c5f3b40a.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-e9b6fa51.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
@@ -17,7 +17,7 @@ import '../../OrLabel-6637774a.js';
|
|
|
17
17
|
import '../../normalize-component-6e8e3d80.js';
|
|
18
18
|
import '../../style-inject.es-4c6f2515.js';
|
|
19
19
|
import '../../OrError-8eddcb36.js';
|
|
20
|
-
import '../../OrExpansionPanel-
|
|
20
|
+
import '../../OrExpansionPanel-52fccbef.js';
|
|
21
21
|
import '../../usePopoverState-5033b9cb.js';
|
|
22
22
|
import '../../OrIcon-3f99ef27.js';
|
|
23
23
|
import '../../OrHint-48b492d2.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -54,7 +54,7 @@ export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-57ac6d8
|
|
|
54
54
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
55
55
|
export { _ as OrErrorTagV3 } from './OrErrorTag-b54010de.js';
|
|
56
56
|
export { _ as OrErrorV3 } from './OrError-8eddcb36.js';
|
|
57
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-
|
|
57
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-52fccbef.js';
|
|
58
58
|
export { F as FabColor, _ as OrFabV3 } from './OrFab-3ac91bd2.js';
|
|
59
59
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-448fdc12.js';
|
|
60
60
|
export { F as FormGroupDirection, _ as OrFormGroupV3 } from './OrFormGroup-1aaf6500.js';
|
|
@@ -105,7 +105,7 @@ export { _ as OrSearch } from './OrSearch-525e988d.js';
|
|
|
105
105
|
export { _ as OrSearchV3 } from './OrSearch-cf9140ac.js';
|
|
106
106
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-ef70b1d7.js';
|
|
107
107
|
export { _ as OrSelect } from './OrSelect-2808e01d.js';
|
|
108
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
108
|
+
export { _ as OrSelectV3 } from './OrSelect-c5f3b40a.js';
|
|
109
109
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-054b26c6.js';
|
|
110
110
|
export { S as OrSidebarPlacement, _ as OrSidebarV3, S as SidebarPlacement } from './OrSidebar-6e76cdfc.js';
|
|
111
111
|
export { _ as OrSkeletonCircle } from './OrSkeletonCircle-c4bf0e34.js';
|
|
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-5033b9cb.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind/plugins/core';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import { s as script$1 } from './OrIcon-b2e2d0aa.js';
|
|
8
|
-
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, createVNode, renderSlot, toDisplayString, withDirectives, vShow
|
|
8
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, createVNode, renderSlot, toDisplayString, withDirectives, vShow } from 'vue';
|
|
9
9
|
|
|
10
10
|
var ExpansionPanelVariant;
|
|
11
11
|
(function (ExpansionPanelVariant) {
|
|
@@ -124,10 +124,6 @@ var script = defineComponent({
|
|
|
124
124
|
disabled: {
|
|
125
125
|
type: Boolean,
|
|
126
126
|
default: () => false
|
|
127
|
-
},
|
|
128
|
-
keepAlive: {
|
|
129
|
-
type: Boolean,
|
|
130
|
-
default: () => false
|
|
131
127
|
}
|
|
132
128
|
},
|
|
133
129
|
emits: ['update:state', 'open', 'close'],
|
|
@@ -188,15 +184,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
188
184
|
state: _ctx.state
|
|
189
185
|
}, () => [createElementVNode("span", _hoisted_4, toDisplayString(_ctx.label), 1 /* TEXT */)])], 10 /* CLASS, PROPS */, _hoisted_3), createElementVNode("div", {
|
|
190
186
|
class: normalizeClass(_ctx.addonStyles)
|
|
191
|
-
}, [renderSlot(_ctx.$slots, "addon")], 2 /* CLASS */)]),
|
|
192
|
-
key: 0,
|
|
193
|
-
class: normalizeClass(_ctx.contentStyles)
|
|
194
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)), [[vShow, _ctx.state === 'open']]) : (openBlock(), createElementBlock(Fragment, {
|
|
195
|
-
key: 1
|
|
196
|
-
}, [_ctx.state === 'open' ? (openBlock(), createElementBlock("div", {
|
|
197
|
-
key: 0,
|
|
187
|
+
}, [renderSlot(_ctx.$slots, "addon")], 2 /* CLASS */)]), withDirectives(createElementVNode("div", {
|
|
198
188
|
class: normalizeClass(_ctx.contentStyles)
|
|
199
|
-
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)
|
|
189
|
+
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */), [[vShow, _ctx.state === 'open']])], 10 /* CLASS, PROPS */, _hoisted_1);
|
|
200
190
|
}
|
|
201
191
|
|
|
202
192
|
script.render = render;
|
|
@@ -8,7 +8,7 @@ import { u as useResponsive } from './useResponsive-1baf3485.js';
|
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
9
|
import { s as script$3 } from './OrCheckbox-11bad915.js';
|
|
10
10
|
import { s as script$4 } from './OrError-39d69994.js';
|
|
11
|
-
import { s as script$5 } from './OrExpansionPanel-
|
|
11
|
+
import { s as script$5 } from './OrExpansionPanel-9dca6dff.js';
|
|
12
12
|
import { s as script$6 } from './OrHint-a3c8c79e.js';
|
|
13
13
|
import { s as script$8 } from './OrIconButton-836a0621.js';
|
|
14
14
|
import { s as script$7 } from './OrIcon-b2e2d0aa.js';
|
|
@@ -51,7 +51,7 @@ export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-3a7eae
|
|
|
51
51
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
52
52
|
export { s as OrErrorTagV3 } from '../OrErrorTag-638eceef.js';
|
|
53
53
|
export { s as OrErrorV3 } from '../OrError-39d69994.js';
|
|
54
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
54
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-9dca6dff.js';
|
|
55
55
|
export { F as FabColor, s as OrFabV3 } from '../OrFab-744901cf.js';
|
|
56
56
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-c875c590.js';
|
|
57
57
|
export { F as FormGroupDirection, s as OrFormGroupV3 } from '../OrFormGroup-44b0ba75.js';
|
|
@@ -101,7 +101,7 @@ export { s as OrSearch } from '../OrSearch-54a642d3.js';
|
|
|
101
101
|
export { s as OrSearchV3 } from '../OrSearch-44810f4c.js';
|
|
102
102
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-08992fc7.js';
|
|
103
103
|
export { s as OrSelect } from '../OrSelect-c87b9c23.js';
|
|
104
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
104
|
+
export { s as OrSelectV3 } from '../OrSelect-2b916fae.js';
|
|
105
105
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-4ab42b93.js';
|
|
106
106
|
export { S as OrSidebarPlacement, s as OrSidebarV3, S as SidebarPlacement } from '../OrSidebar-a6d3d1be.js';
|
|
107
107
|
export { s as OrSkeletonCircle } from '../OrSkeletonCircle-66e175a0.js';
|
|
@@ -25,10 +25,6 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
25
25
|
type: BooleanConstructor;
|
|
26
26
|
default: () => boolean;
|
|
27
27
|
};
|
|
28
|
-
keepAlive: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: () => boolean;
|
|
31
|
-
};
|
|
32
28
|
}, {
|
|
33
29
|
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
34
30
|
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
@@ -64,10 +60,6 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
64
60
|
type: BooleanConstructor;
|
|
65
61
|
default: () => boolean;
|
|
66
62
|
};
|
|
67
|
-
keepAlive: {
|
|
68
|
-
type: BooleanConstructor;
|
|
69
|
-
default: () => boolean;
|
|
70
|
-
};
|
|
71
63
|
}>> & {
|
|
72
64
|
"onUpdate:state"?: ((...args: any[]) => any) | undefined;
|
|
73
65
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
@@ -79,6 +71,5 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
79
71
|
color: "default" | "danger";
|
|
80
72
|
backgroundColor: "primary" | "secondary" | "inherit";
|
|
81
73
|
disabled: boolean;
|
|
82
|
-
keepAlive: boolean;
|
|
83
74
|
}>;
|
|
84
75
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../../OrExpansionPanel-
|
|
1
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../../OrExpansionPanel-9dca6dff.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../dom-aecadd9a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect-2b916fae.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox-be83fe16.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
@@ -17,7 +17,7 @@ import '../../OrLabel-6c83afe4.js';
|
|
|
17
17
|
import 'vue';
|
|
18
18
|
import '../../style-inject.es-4c6f2515.js';
|
|
19
19
|
import '../../OrError-39d69994.js';
|
|
20
|
-
import '../../OrExpansionPanel-
|
|
20
|
+
import '../../OrExpansionPanel-9dca6dff.js';
|
|
21
21
|
import '../../usePopoverState-5033b9cb.js';
|
|
22
22
|
import '../../OrIcon-b2e2d0aa.js';
|
|
23
23
|
import '../../OrHint-a3c8c79e.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -51,7 +51,7 @@ export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyState-3a7eae6
|
|
|
51
51
|
export { s as OrError } from './OrError-f90296db.js';
|
|
52
52
|
export { s as OrErrorTagV3 } from './OrErrorTag-638eceef.js';
|
|
53
53
|
export { s as OrErrorV3 } from './OrError-39d69994.js';
|
|
54
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanel-
|
|
54
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanel-9dca6dff.js';
|
|
55
55
|
export { F as FabColor, s as OrFabV3 } from './OrFab-744901cf.js';
|
|
56
56
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-c875c590.js';
|
|
57
57
|
export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroup-44b0ba75.js';
|
|
@@ -101,7 +101,7 @@ export { s as OrSearch } from './OrSearch-54a642d3.js';
|
|
|
101
101
|
export { s as OrSearchV3 } from './OrSearch-44810f4c.js';
|
|
102
102
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-08992fc7.js';
|
|
103
103
|
export { s as OrSelect } from './OrSelect-c87b9c23.js';
|
|
104
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
104
|
+
export { s as OrSelectV3 } from './OrSelect-2b916fae.js';
|
|
105
105
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-4ab42b93.js';
|
|
106
106
|
export { S as OrSidebarPlacement, s as OrSidebarV3, S as SidebarPlacement } from './OrSidebar-a6d3d1be.js';
|
|
107
107
|
export { s as OrSkeletonCircle } from './OrSkeletonCircle-66e175a0.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "8.21.8
|
|
3
|
+
"version": "8.21.8",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -177,5 +177,6 @@
|
|
|
177
177
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
178
178
|
},
|
|
179
179
|
"./package.json": "./package.json"
|
|
180
|
-
}
|
|
180
|
+
},
|
|
181
|
+
"gitHead": "28042ddf514cb4dc219f0259ddbf3b8bcc03f2c9"
|
|
181
182
|
}
|
|
@@ -32,23 +32,12 @@
|
|
|
32
32
|
</div>
|
|
33
33
|
</div>
|
|
34
34
|
|
|
35
|
-
<
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</div>
|
|
42
|
-
</template>
|
|
43
|
-
|
|
44
|
-
<template v-else>
|
|
45
|
-
<div
|
|
46
|
-
v-if="state === 'open'"
|
|
47
|
-
:class="contentStyles"
|
|
48
|
-
>
|
|
49
|
-
<slot />
|
|
50
|
-
</div>
|
|
51
|
-
</template>
|
|
35
|
+
<div
|
|
36
|
+
v-show="state === 'open'"
|
|
37
|
+
:class="contentStyles"
|
|
38
|
+
>
|
|
39
|
+
<slot />
|
|
40
|
+
</div>
|
|
52
41
|
</div>
|
|
53
42
|
</template>
|
|
54
43
|
|
|
@@ -96,11 +85,6 @@ export default defineComponent({
|
|
|
96
85
|
type: Boolean,
|
|
97
86
|
default: () => false,
|
|
98
87
|
},
|
|
99
|
-
|
|
100
|
-
keepAlive: {
|
|
101
|
-
type: Boolean,
|
|
102
|
-
default: () => false,
|
|
103
|
-
},
|
|
104
88
|
},
|
|
105
89
|
|
|
106
90
|
emits: [
|