@onereach/ui-components 15.2.0 → 15.2.1
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/OrFilterTriggerV3/OrFilterTrigger.js +6 -1
- package/dist/bundled/v2/components/OrFilterTriggerV3/OrFilterTrigger.vue.d.ts +2 -1
- package/dist/bundled/v3/components/OrFilterTriggerV3/OrFilterTrigger.js +1 -1
- package/dist/bundled/v3/components/OrFilterTriggerV3/OrFilterTrigger.vue.d.ts +2 -1
- package/dist/bundled/v3/components/OrFilterTriggerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrFilterTriggerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrFilterTriggerV3-d2b00237.js → OrFilterTriggerV3-ee8c4f5f.js} +3 -2
- package/dist/bundled/v3/components/OrFilterV3/OrFilter.js +1 -1
- package/dist/bundled/v3/components/OrFilterV3/index.js +1 -1
- package/dist/bundled/v3/components/OrFilterV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrFilterV3-db1dc3a0.js → OrFilterV3-d161bd7f.js} +1 -1
- package/dist/bundled/v3/components/index.js +2 -2
- package/dist/bundled/v3/index.js +2 -2
- package/dist/esm/v2/{OrFilter-6d2f2b95.js → OrFilter-fceea8b9.js} +1 -1
- package/dist/esm/v2/{OrFilterTrigger-6d5a3b7f.js → OrFilterTrigger-949f7f18.js} +6 -1
- package/dist/esm/v2/components/index.js +2 -2
- package/dist/esm/v2/components/or-filter-trigger-v3/OrFilterTrigger.vue.d.ts +2 -1
- package/dist/esm/v2/components/or-filter-trigger-v3/index.js +1 -1
- package/dist/esm/v2/components/or-filter-v3/index.js +2 -2
- package/dist/esm/v2/index.js +2 -2
- package/dist/esm/v3/{OrFilter-d170c8c3.js → OrFilter-a9256999.js} +1 -1
- package/dist/esm/v3/{OrFilterTrigger-ede24045.js → OrFilterTrigger-1d5c6704.js} +3 -2
- package/dist/esm/v3/components/index.js +2 -2
- package/dist/esm/v3/components/or-filter-trigger-v3/OrFilterTrigger.vue.d.ts +2 -1
- package/dist/esm/v3/components/or-filter-trigger-v3/index.js +1 -1
- package/dist/esm/v3/components/or-filter-v3/index.js +2 -2
- package/dist/esm/v3/index.js +2 -2
- package/package.json +3 -3
- package/src/components/or-filter-trigger-v3/OrFilterTrigger.vue +2 -0
|
@@ -24,7 +24,7 @@ var script = defineComponent({
|
|
|
24
24
|
default: 'Filters'
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
-
emits: ['reset'],
|
|
27
|
+
emits: ['reset', 'click'],
|
|
28
28
|
expose: ['root'],
|
|
29
29
|
setup(props, context) {
|
|
30
30
|
// Refs & Styles
|
|
@@ -60,6 +60,11 @@ var __vue_render__ = function () {
|
|
|
60
60
|
attrs: {
|
|
61
61
|
"selected": _vm.isOpen,
|
|
62
62
|
"activated": !!_vm.value
|
|
63
|
+
},
|
|
64
|
+
on: {
|
|
65
|
+
"click": function (e) {
|
|
66
|
+
return _vm.$emit('click', e);
|
|
67
|
+
}
|
|
63
68
|
}
|
|
64
69
|
}, [_c('div', {
|
|
65
70
|
class: _vm.labelStyles
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
17
17
|
labelStyles: import("vue-demi").ComputedRef<string[]>;
|
|
18
18
|
tagStyles: import("vue-demi").ComputedRef<string[]>;
|
|
19
19
|
reset: () => void;
|
|
20
|
-
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "reset"[], "reset", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
20
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("reset" | "click")[], "reset" | "click", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
21
21
|
isOpen: {
|
|
22
22
|
type: BooleanConstructor;
|
|
23
23
|
default: boolean;
|
|
@@ -32,6 +32,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
32
32
|
};
|
|
33
33
|
}>> & {
|
|
34
34
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
35
36
|
}, {
|
|
36
37
|
isOpen: boolean;
|
|
37
38
|
value: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrFilterTriggerV3-
|
|
1
|
+
export { s as default } from '../OrFilterTriggerV3-ee8c4f5f.js';
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
17
17
|
labelStyles: import("vue-demi").ComputedRef<string[]>;
|
|
18
18
|
tagStyles: import("vue-demi").ComputedRef<string[]>;
|
|
19
19
|
reset: () => void;
|
|
20
|
-
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "reset"[], "reset", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
20
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("reset" | "click")[], "reset" | "click", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
21
21
|
isOpen: {
|
|
22
22
|
type: BooleanConstructor;
|
|
23
23
|
default: boolean;
|
|
@@ -32,6 +32,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
32
32
|
};
|
|
33
33
|
}>> & {
|
|
34
34
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
35
36
|
}, {
|
|
36
37
|
isOpen: boolean;
|
|
37
38
|
value: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrFilterTriggerV3 } from '../OrFilterTriggerV3-
|
|
1
|
+
export { s as OrFilterTriggerV3 } from '../OrFilterTriggerV3-ee8c4f5f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as FilterTrigger, a as FilterTriggerLabel, b as FilterTriggerTag } from '../OrFilterTriggerV3-
|
|
1
|
+
export { F as FilterTrigger, a as FilterTriggerLabel, b as FilterTriggerTag } from '../OrFilterTriggerV3-ee8c4f5f.js';
|
package/dist/bundled/v3/components/{OrFilterTriggerV3-d2b00237.js → OrFilterTriggerV3-ee8c4f5f.js}
RENAMED
|
@@ -65,7 +65,7 @@ var script = defineComponent({
|
|
|
65
65
|
default: 'Filters'
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
emits: ['reset'],
|
|
68
|
+
emits: ['reset', 'click'],
|
|
69
69
|
expose: ['root'],
|
|
70
70
|
setup(props, context) {
|
|
71
71
|
// Refs & Styles
|
|
@@ -102,7 +102,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
102
102
|
ref: 'root',
|
|
103
103
|
class: normalizeClass(_ctx.rootStyles),
|
|
104
104
|
selected: _ctx.isOpen,
|
|
105
|
-
activated: !!_ctx.value
|
|
105
|
+
activated: !!_ctx.value,
|
|
106
|
+
onClick: _cache[1] || (_cache[1] = e => _ctx.$emit('click', e))
|
|
106
107
|
}, [createElementVNode("div", {
|
|
107
108
|
class: normalizeClass(_ctx.labelStyles)
|
|
108
109
|
}, [createVNode(_component_OrIcon, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrFilterV3-
|
|
1
|
+
export { s as default } from '../OrFilterV3-d161bd7f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrFilterV3 } from '../OrFilterV3-
|
|
1
|
+
export { s as OrFilterV3 } from '../OrFilterV3-d161bd7f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Filter } from '../OrFilterV3-
|
|
1
|
+
export { F as Filter } from '../OrFilterV3-d161bd7f.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, mergeProps, withCtx, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { s as script$1 } from './OrFilterPopoverV3-2f8cddaa.js';
|
|
4
|
-
import { s as script$2 } from './OrFilterTriggerV3-
|
|
4
|
+
import { s as script$2 } from './OrFilterTriggerV3-ee8c4f5f.js';
|
|
5
5
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
6
6
|
|
|
7
7
|
const Filter = [];
|
|
@@ -41,8 +41,8 @@ export { s as OrErrorV3 } from './OrErrorV3-b04d76aa.js';
|
|
|
41
41
|
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanelV3-0d4c3ada.js';
|
|
42
42
|
export { F as FabColor, s as OrFabV3 } from './OrFabV3-86cf1da1.js';
|
|
43
43
|
export { s as OrFilterPopoverV3 } from './OrFilterPopoverV3-2f8cddaa.js';
|
|
44
|
-
export { s as OrFilterTriggerV3 } from './OrFilterTriggerV3-
|
|
45
|
-
export { s as OrFilterV3 } from './OrFilterV3-
|
|
44
|
+
export { s as OrFilterTriggerV3 } from './OrFilterTriggerV3-ee8c4f5f.js';
|
|
45
|
+
export { s as OrFilterV3 } from './OrFilterV3-d161bd7f.js';
|
|
46
46
|
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-9880f72d.js';
|
|
47
47
|
export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroupV3-c0c2a946.js';
|
|
48
48
|
export { default as OrHint } from './OrHint/OrHint.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -27,7 +27,7 @@ export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './components/OrEdi
|
|
|
27
27
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from './components/OrEmptyStateV3-af47ab45.js';
|
|
28
28
|
export { s as OrErrorTagV3 } from './components/OrErrorTagV3-1b00b9d5.js';
|
|
29
29
|
export { F as FabColor, s as OrFabV3 } from './components/OrFabV3-86cf1da1.js';
|
|
30
|
-
export { s as OrFilterV3 } from './components/OrFilterV3-
|
|
30
|
+
export { s as OrFilterV3 } from './components/OrFilterV3-d161bd7f.js';
|
|
31
31
|
export { I as InlineInputType, s as OrInlineInputV3 } from './components/OrInlineInputV3-9f7dd5c9.js';
|
|
32
32
|
export { InlineTextEditTrimmingTypes, InlineTextEditTypes, OrInlineTextEdit } from './components/OrInlineTextEdit/index.js';
|
|
33
33
|
export { s as OrInlineTextareaV3 } from './components/OrInlineTextareaV3-e3209b90.js';
|
|
@@ -85,7 +85,7 @@ export { default as OrError } from './components/OrError/OrError.js';
|
|
|
85
85
|
export { s as OrErrorV3 } from './components/OrErrorV3-b04d76aa.js';
|
|
86
86
|
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './components/OrExpansionPanelV3-0d4c3ada.js';
|
|
87
87
|
export { s as OrFilterPopoverV3 } from './components/OrFilterPopoverV3-2f8cddaa.js';
|
|
88
|
-
export { s as OrFilterTriggerV3 } from './components/OrFilterTriggerV3-
|
|
88
|
+
export { s as OrFilterTriggerV3 } from './components/OrFilterTriggerV3-ee8c4f5f.js';
|
|
89
89
|
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from './components/OrFloating-9880f72d.js';
|
|
90
90
|
export { F as FormGroupDirection, s as OrFormGroupV3 } from './components/OrFormGroupV3-c0c2a946.js';
|
|
91
91
|
export { default as OrHint } from './components/OrHint/OrHint.js';
|
|
@@ -6,7 +6,7 @@ import { u as usePopoverState } from './usePopoverState-7267fa91.js';
|
|
|
6
6
|
import '@onereach/styles/screens.json';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
8
|
import { _ as __vue_component__$1 } from './OrFilterPopover-b505f5c4.js';
|
|
9
|
-
import { _ as __vue_component__$2 } from './OrFilterTrigger-
|
|
9
|
+
import { _ as __vue_component__$2 } from './OrFilterTrigger-949f7f18.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
12
12
|
const Filter = [];
|
|
@@ -65,7 +65,7 @@ var script = defineComponent({
|
|
|
65
65
|
default: 'Filters'
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
emits: ['reset'],
|
|
68
|
+
emits: ['reset', 'click'],
|
|
69
69
|
expose: ['root'],
|
|
70
70
|
setup(props, context) {
|
|
71
71
|
// Refs & Styles
|
|
@@ -101,6 +101,11 @@ var __vue_render__ = function () {
|
|
|
101
101
|
attrs: {
|
|
102
102
|
"selected": _vm.isOpen,
|
|
103
103
|
"activated": !!_vm.value
|
|
104
|
+
},
|
|
105
|
+
on: {
|
|
106
|
+
"click": function (e) {
|
|
107
|
+
return _vm.$emit('click', e);
|
|
108
|
+
}
|
|
104
109
|
}
|
|
105
110
|
}, [_c('div', {
|
|
106
111
|
class: _vm.labelStyles
|
|
@@ -57,8 +57,8 @@ export { _ as OrErrorV3 } from '../OrError-b25d782d.js';
|
|
|
57
57
|
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-51ed2e47.js';
|
|
58
58
|
export { F as FabColor, _ as OrFabV3 } from '../OrFab-26e22be7.js';
|
|
59
59
|
export { _ as OrFilterPopoverV3 } from '../OrFilterPopover-b505f5c4.js';
|
|
60
|
-
export { _ as OrFilterTriggerV3 } from '../OrFilterTrigger-
|
|
61
|
-
export { _ as OrFilterV3 } from '../OrFilter-
|
|
60
|
+
export { _ as OrFilterTriggerV3 } from '../OrFilterTrigger-949f7f18.js';
|
|
61
|
+
export { _ as OrFilterV3 } from '../OrFilter-fceea8b9.js';
|
|
62
62
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-517737ad.js';
|
|
63
63
|
export { F as FormGroupDirection, _ as OrFormGroupV3 } from '../OrFormGroup-a814b820.js';
|
|
64
64
|
export { _ as OrHint } from '../OrHint-7eadc91e.js';
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
17
17
|
labelStyles: import("vue-demi").ComputedRef<string[]>;
|
|
18
18
|
tagStyles: import("vue-demi").ComputedRef<string[]>;
|
|
19
19
|
reset: () => void;
|
|
20
|
-
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "reset"[], "reset", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
20
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("reset" | "click")[], "reset" | "click", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
21
21
|
isOpen: {
|
|
22
22
|
type: BooleanConstructor;
|
|
23
23
|
default: boolean;
|
|
@@ -32,6 +32,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
32
32
|
};
|
|
33
33
|
}>> & {
|
|
34
34
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
35
36
|
}, {
|
|
36
37
|
isOpen: boolean;
|
|
37
38
|
value: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrFilterV3 } from '../../OrFilter-
|
|
1
|
+
export { _ as OrFilterV3 } from '../../OrFilter-fceea8b9.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../TimeFormat-a7f5565b.js';
|
|
4
4
|
import '../../dom-53c9635b.js';
|
|
@@ -29,4 +29,4 @@ import '../../OrBottomSheet-3bb9d8e9.js';
|
|
|
29
29
|
import '../../useTheme-dc76b423.js';
|
|
30
30
|
import '../../isPrevented-b1764210.js';
|
|
31
31
|
import '../../isAncestor-2973d4f4.js';
|
|
32
|
-
import '../../OrFilterTrigger-
|
|
32
|
+
import '../../OrFilterTrigger-949f7f18.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -57,8 +57,8 @@ export { _ as OrErrorV3 } from './OrError-b25d782d.js';
|
|
|
57
57
|
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-51ed2e47.js';
|
|
58
58
|
export { F as FabColor, _ as OrFabV3 } from './OrFab-26e22be7.js';
|
|
59
59
|
export { _ as OrFilterPopoverV3 } from './OrFilterPopover-b505f5c4.js';
|
|
60
|
-
export { _ as OrFilterTriggerV3 } from './OrFilterTrigger-
|
|
61
|
-
export { _ as OrFilterV3 } from './OrFilter-
|
|
60
|
+
export { _ as OrFilterTriggerV3 } from './OrFilterTrigger-949f7f18.js';
|
|
61
|
+
export { _ as OrFilterV3 } from './OrFilter-fceea8b9.js';
|
|
62
62
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-517737ad.js';
|
|
63
63
|
export { F as FormGroupDirection, _ as OrFormGroupV3 } from './OrFormGroup-a814b820.js';
|
|
64
64
|
export { _ as OrHint } from './OrHint-7eadc91e.js';
|
|
@@ -6,7 +6,7 @@ import { u as usePopoverState } from './usePopoverState-7267fa91.js';
|
|
|
6
6
|
import '@onereach/styles/screens.json';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
8
|
import { s as script$1 } from './OrFilterPopover-2832fbc3.js';
|
|
9
|
-
import { s as script$2 } from './OrFilterTrigger-
|
|
9
|
+
import { s as script$2 } from './OrFilterTrigger-1d5c6704.js';
|
|
10
10
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, mergeProps, withCtx, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
|
|
11
11
|
|
|
12
12
|
const Filter = [];
|
|
@@ -65,7 +65,7 @@ var script = defineComponent({
|
|
|
65
65
|
default: 'Filters'
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
emits: ['reset'],
|
|
68
|
+
emits: ['reset', 'click'],
|
|
69
69
|
expose: ['root'],
|
|
70
70
|
setup(props, context) {
|
|
71
71
|
// Refs & Styles
|
|
@@ -102,7 +102,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
102
102
|
ref: 'root',
|
|
103
103
|
class: normalizeClass(_ctx.rootStyles),
|
|
104
104
|
selected: _ctx.isOpen,
|
|
105
|
-
activated: !!_ctx.value
|
|
105
|
+
activated: !!_ctx.value,
|
|
106
|
+
onClick: _cache[1] || (_cache[1] = e => _ctx.$emit('click', e))
|
|
106
107
|
}, [createElementVNode("div", {
|
|
107
108
|
class: normalizeClass(_ctx.labelStyles)
|
|
108
109
|
}, [createVNode(_component_OrIcon, {
|
|
@@ -55,8 +55,8 @@ export { s as OrErrorV3 } from '../OrError-331220bc.js';
|
|
|
55
55
|
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-84445327.js';
|
|
56
56
|
export { F as FabColor, s as OrFabV3 } from '../OrFab-f949bf4f.js';
|
|
57
57
|
export { s as OrFilterPopoverV3 } from '../OrFilterPopover-2832fbc3.js';
|
|
58
|
-
export { s as OrFilterTriggerV3 } from '../OrFilterTrigger-
|
|
59
|
-
export { s as OrFilterV3 } from '../OrFilter-
|
|
58
|
+
export { s as OrFilterTriggerV3 } from '../OrFilterTrigger-1d5c6704.js';
|
|
59
|
+
export { s as OrFilterV3 } from '../OrFilter-a9256999.js';
|
|
60
60
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-00617713.js';
|
|
61
61
|
export { F as FormGroupDirection, s as OrFormGroupV3 } from '../OrFormGroup-893719a1.js';
|
|
62
62
|
export { s as OrHint } from '../OrHint-8822005b.js';
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
17
17
|
labelStyles: import("vue-demi").ComputedRef<string[]>;
|
|
18
18
|
tagStyles: import("vue-demi").ComputedRef<string[]>;
|
|
19
19
|
reset: () => void;
|
|
20
|
-
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "reset"[], "reset", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
20
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("reset" | "click")[], "reset" | "click", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
21
21
|
isOpen: {
|
|
22
22
|
type: BooleanConstructor;
|
|
23
23
|
default: boolean;
|
|
@@ -32,6 +32,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
32
32
|
};
|
|
33
33
|
}>> & {
|
|
34
34
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
35
36
|
}, {
|
|
36
37
|
isOpen: boolean;
|
|
37
38
|
value: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrFilterV3 } from '../../OrFilter-
|
|
1
|
+
export { s as OrFilterV3 } from '../../OrFilter-a9256999.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../TimeFormat-a7f5565b.js';
|
|
4
4
|
import '../../dom-53c9635b.js';
|
|
@@ -27,4 +27,4 @@ import '../../OrBottomSheet-a7a06f7f.js';
|
|
|
27
27
|
import '../../useTheme-dc76b423.js';
|
|
28
28
|
import '../../isPrevented-b1764210.js';
|
|
29
29
|
import '../../isAncestor-2973d4f4.js';
|
|
30
|
-
import '../../OrFilterTrigger-
|
|
30
|
+
import '../../OrFilterTrigger-1d5c6704.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -55,8 +55,8 @@ export { s as OrErrorV3 } from './OrError-331220bc.js';
|
|
|
55
55
|
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanel-84445327.js';
|
|
56
56
|
export { F as FabColor, s as OrFabV3 } from './OrFab-f949bf4f.js';
|
|
57
57
|
export { s as OrFilterPopoverV3 } from './OrFilterPopover-2832fbc3.js';
|
|
58
|
-
export { s as OrFilterTriggerV3 } from './OrFilterTrigger-
|
|
59
|
-
export { s as OrFilterV3 } from './OrFilter-
|
|
58
|
+
export { s as OrFilterTriggerV3 } from './OrFilterTrigger-1d5c6704.js';
|
|
59
|
+
export { s as OrFilterV3 } from './OrFilter-a9256999.js';
|
|
60
60
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-00617713.js';
|
|
61
61
|
export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroup-893719a1.js';
|
|
62
62
|
export { s as OrHint } from './OrHint-8822005b.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "15.2.
|
|
3
|
+
"version": "15.2.1",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@codemirror/lang-json": "6.0.1",
|
|
41
41
|
"@codemirror/lang-markdown": "6.1.1",
|
|
42
42
|
"@floating-ui/dom": "1.5.3",
|
|
43
|
-
"@onereach/styles": "^15.2.
|
|
43
|
+
"@onereach/styles": "^15.2.1",
|
|
44
44
|
"@splidejs/splide": "4.0.6",
|
|
45
45
|
"@tiptap/core": "2.0.3",
|
|
46
46
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
},
|
|
181
181
|
"./package.json": "./package.json"
|
|
182
182
|
},
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "a900d1df4d9dd01da5d2a83dd2af04f0ba285af5"
|
|
184
184
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
:selected="isOpen"
|
|
6
6
|
:activated="!!value"
|
|
7
|
+
@click="(e) => $emit('click', e)"
|
|
7
8
|
>
|
|
8
9
|
<div :class="labelStyles">
|
|
9
10
|
<OrIcon
|
|
@@ -64,6 +65,7 @@ export default defineComponent({
|
|
|
64
65
|
|
|
65
66
|
emits: [
|
|
66
67
|
'reset',
|
|
68
|
+
'click',
|
|
67
69
|
],
|
|
68
70
|
|
|
69
71
|
expose: [
|