@ironsource/shared-ui 2.1.11-rc.4 → 2.1.11-rc.5
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/PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
- package/components/button/v4/index.d.ts +9 -3
- package/components/popover/v4/PopoverV4.vue.d.ts +3 -1
- package/components/popover/v4/PopoverV4.vue.js +2 -2
- package/components/popover/v4/PopoverV4.vue2.js +22 -20
- package/components/popover/v4/index.d.ts +9 -3
- package/index.d.ts +36 -12
- package/index.js +1 -1
- package/package.json +1 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
div[data-v-43b5cba4]{display:block}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.group-button-wrapper[data-v-c81a7d3e]{display:flex}.group-button-wrapper[data-v-c81a7d3e] button{border-radius:0}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(1){border-top-left-radius:var(--border-radius-md);border-bottom-left-radius:var(--border-radius-md);border-right:none;background-color:var(--common-inverse-white);width:32px}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(2){border-right:none;border-left:none;width:32px}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:last-child{border-top-right-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-right:1px solid var(--default-outlined-border)}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(3){padding:0}.group-button-wrapper .popover-trigger[data-v-c81a7d3e]{padding:5px 3px}.group-button-wrapper .trigger-active[data-v-c81a7d3e]{background:var(--default-light)}.group-button-wrapper .primary[data-v-c81a7d3e]{border-color:var(--default-outlined-border);color:var(--action-active)}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(3):hover,.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(1):not(.selected-a):hover,.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(2):not(.selected-b):hover{background-color:var(--action-hover)}.group-button-wrapper .toggle-button.selected-a[data-v-c81a7d3e],.group-button-wrapper .toggle-button.selected-a[data-v-c81a7d3e]:hover{background-color:var(--aba);color:var(--common-inverse-white)}.group-button-wrapper .toggle-button.selected-b[data-v-c81a7d3e],.group-button-wrapper .toggle-button.selected-b[data-v-c81a7d3e]:hover{background-color:var(--abb);color:var(--common-inverse-white)}
|
|
@@ -15,7 +15,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
};
|
|
16
16
|
}>, {
|
|
17
17
|
testId: string;
|
|
18
|
-
}>, {
|
|
18
|
+
}>, {
|
|
19
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
20
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
21
|
"update:modelValue": (...args: any[]) => void;
|
|
20
22
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
21
23
|
modelValue: "a" | "b";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ToggleButtonGroupAB.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../ToggleButtonGroupAB.
|
|
4
|
-
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-c81a7d3e"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import "../../../ToggleButtonGroupAB.
|
|
2
|
-
import
|
|
3
|
-
import { useVModel as
|
|
4
|
-
import
|
|
1
|
+
import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css"; import { defineComponent as A, ref as s, onMounted as C, computed as y, openBlock as f, createElementBlock as N, createVNode as a, mergeProps as p, unref as e, withCtx as r, createTextVNode as B, createBlock as w, createElementVNode as O, renderSlot as R, createCommentVNode as x } from "vue";
|
|
2
|
+
import i from "./ButtonV4.vue.js";
|
|
3
|
+
import { useVModel as E } from "@vueuse/core";
|
|
4
|
+
import G from "../../icon/v4/IconV4.vue.js";
|
|
5
5
|
import "../../icon/v4/IconFlag.vue.js";
|
|
6
|
-
import
|
|
7
|
-
import { useTestIdAttrs as
|
|
8
|
-
import { ToggleButtonGroupABTestIdModifiers as
|
|
9
|
-
const
|
|
6
|
+
import M from "../../popover/v4/PopoverV4.vue.js";
|
|
7
|
+
import { useTestIdAttrs as $ } from "../../../utils/testIds.js";
|
|
8
|
+
import { ToggleButtonGroupABTestIdModifiers as u } from "../../../testids/index.js";
|
|
9
|
+
const h = { class: "group-button-wrapper" }, U = { class: "popover-trigger" }, K = /* @__PURE__ */ A({
|
|
10
10
|
__name: "ToggleButtonGroupAB",
|
|
11
11
|
props: {
|
|
12
12
|
modelValue: null,
|
|
@@ -15,81 +15,86 @@ const G = { class: "group-button-wrapper" }, M = { class: "popover-trigger" }, D
|
|
|
15
15
|
popoverProps: null
|
|
16
16
|
},
|
|
17
17
|
emits: ["update:modelValue"],
|
|
18
|
-
setup(d, { emit:
|
|
19
|
-
const t = d, m =
|
|
20
|
-
|
|
21
|
-
},
|
|
18
|
+
setup(d, { expose: T, emit: P }) {
|
|
19
|
+
const t = d, m = s(null), v = s(!1), _ = (o) => {
|
|
20
|
+
v.value = o;
|
|
21
|
+
}, c = $(
|
|
22
22
|
t.testId,
|
|
23
|
-
|
|
23
|
+
u,
|
|
24
24
|
!0
|
|
25
|
-
),
|
|
25
|
+
), V = s(
|
|
26
26
|
t.popoverProps ? { ...t.popoverProps } : {}
|
|
27
|
-
), l =
|
|
28
|
-
|
|
27
|
+
), l = s(), k = E(t, "modelValue", P);
|
|
28
|
+
C(() => {
|
|
29
29
|
l.value = t.modelValue;
|
|
30
30
|
});
|
|
31
|
-
const
|
|
32
|
-
l.value = o,
|
|
33
|
-
};
|
|
34
|
-
return (
|
|
35
|
-
|
|
31
|
+
const g = (o) => {
|
|
32
|
+
l.value = o, k.value = o;
|
|
33
|
+
}, I = y(() => m.value?.toggle);
|
|
34
|
+
return T({
|
|
35
|
+
toggle: I
|
|
36
|
+
}), (o, n) => (f(), N("div", h, [
|
|
37
|
+
a(i, p({
|
|
36
38
|
class: ["toggle-button", { "selected-a": l.value === "a" }],
|
|
37
39
|
color: "primary",
|
|
38
40
|
variant: "outlined"
|
|
39
|
-
}, e(
|
|
40
|
-
onClick:
|
|
41
|
+
}, e(c)[e(u).BUTTON_A], {
|
|
42
|
+
onClick: n[0] || (n[0] = (b) => g("a"))
|
|
41
43
|
}), {
|
|
42
44
|
default: r(() => [
|
|
43
|
-
|
|
45
|
+
B(" A ")
|
|
44
46
|
]),
|
|
45
47
|
_: 1
|
|
46
48
|
}, 16, ["class"]),
|
|
47
|
-
|
|
49
|
+
a(i, p({
|
|
48
50
|
class: ["toggle-button", { "selected-b": l.value === "b" }],
|
|
49
51
|
color: "primary",
|
|
50
52
|
variant: "outlined"
|
|
51
|
-
}, e(
|
|
52
|
-
onClick:
|
|
53
|
+
}, e(c)[e(u).BUTTON_B], {
|
|
54
|
+
onClick: n[1] || (n[1] = (b) => g("b"))
|
|
53
55
|
}), {
|
|
54
56
|
default: r(() => [
|
|
55
|
-
|
|
57
|
+
B(" B ")
|
|
56
58
|
]),
|
|
57
59
|
_: 1
|
|
58
60
|
}, 16, ["class"]),
|
|
59
|
-
d.withPopover ? (
|
|
61
|
+
d.withPopover ? (f(), w(i, p({
|
|
60
62
|
key: 0,
|
|
61
63
|
class: [
|
|
62
64
|
"toggle-button",
|
|
63
65
|
{
|
|
64
|
-
"trigger-active":
|
|
66
|
+
"trigger-active": v.value
|
|
65
67
|
}
|
|
66
68
|
],
|
|
67
69
|
color: "primary",
|
|
68
70
|
variant: "outlined"
|
|
69
|
-
}, e(
|
|
71
|
+
}, e(c)[e(u).POPOVER_TRIGGER]), {
|
|
70
72
|
default: r(() => [
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
a(e(M), p({
|
|
74
|
+
ref_key: "popoverRef",
|
|
75
|
+
ref: m
|
|
76
|
+
}, {
|
|
77
|
+
...V.value
|
|
78
|
+
}, { onIsOpen: _ }), {
|
|
74
79
|
trigger: r(() => [
|
|
75
|
-
|
|
76
|
-
|
|
80
|
+
O("div", U, [
|
|
81
|
+
a(e(G), {
|
|
77
82
|
name: "caret-down",
|
|
78
83
|
size: "16px"
|
|
79
84
|
})
|
|
80
85
|
])
|
|
81
86
|
]),
|
|
82
87
|
content: r(() => [
|
|
83
|
-
|
|
88
|
+
R(o.$slots, "popover-content", {}, void 0, !0)
|
|
84
89
|
]),
|
|
85
90
|
_: 3
|
|
86
91
|
}, 16)
|
|
87
92
|
]),
|
|
88
93
|
_: 3
|
|
89
|
-
}, 16, ["class"])) :
|
|
94
|
+
}, 16, ["class"])) : x("", !0)
|
|
90
95
|
]));
|
|
91
96
|
}
|
|
92
97
|
});
|
|
93
98
|
export {
|
|
94
|
-
|
|
99
|
+
K as default
|
|
95
100
|
};
|
|
@@ -374,7 +374,9 @@ declare const ButtonTypes: () => (({
|
|
|
374
374
|
};
|
|
375
375
|
}>> & {
|
|
376
376
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
377
|
-
}, {
|
|
377
|
+
}, {
|
|
378
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
379
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
378
380
|
"update:modelValue": (...args: any[]) => void;
|
|
379
381
|
}, string, {
|
|
380
382
|
testId: string;
|
|
@@ -426,7 +428,9 @@ declare const ButtonTypes: () => (({
|
|
|
426
428
|
};
|
|
427
429
|
}>> & {
|
|
428
430
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
429
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
431
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
432
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
433
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
430
434
|
__isFragment?: never;
|
|
431
435
|
__isTeleport?: never;
|
|
432
436
|
__isSuspense?: never;
|
|
@@ -458,7 +462,9 @@ declare const ButtonTypes: () => (({
|
|
|
458
462
|
};
|
|
459
463
|
}>> & {
|
|
460
464
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
461
|
-
}, {
|
|
465
|
+
}, {
|
|
466
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
467
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
462
468
|
"update:modelValue": (...args: any[]) => void;
|
|
463
469
|
}, string, {
|
|
464
470
|
testId: string;
|
|
@@ -17,7 +17,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
17
17
|
skidding: number;
|
|
18
18
|
testId: string;
|
|
19
19
|
popperClass: string;
|
|
20
|
-
}>, {
|
|
20
|
+
}>, {
|
|
21
|
+
toggle: (value?: boolean) => boolean;
|
|
22
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
23
|
isOpen: (value: boolean) => void;
|
|
22
24
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
23
25
|
autoHide?: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./PopoverV4.vue2.js";
|
|
2
2
|
/* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../PopoverV4.
|
|
4
|
-
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-43b5cba4"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../../../PopoverV4.
|
|
2
|
-
import { Dropdown as
|
|
3
|
-
import { popoverCommon as
|
|
4
|
-
const
|
|
1
|
+
import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css"; import { defineComponent as c, watch as f, openBlock as i, createBlock as g, unref as o, withCtx as n, createElementBlock as k, renderSlot as p, createCommentVNode as v, createElementVNode as h } from "vue";
|
|
2
|
+
import { Dropdown as C } from "floating-vue";
|
|
3
|
+
import { popoverCommon as w } from "../common/Popover.common.js";
|
|
4
|
+
const y = ["data-testid"], E = /* @__PURE__ */ c({
|
|
5
5
|
__name: "PopoverV4",
|
|
6
6
|
props: {
|
|
7
7
|
autoHide: { type: Boolean, default: !1 },
|
|
@@ -14,11 +14,13 @@ const w = ["data-testid"], b = /* @__PURE__ */ m({
|
|
|
14
14
|
popperClass: { default: "" }
|
|
15
15
|
},
|
|
16
16
|
emits: ["isOpen"],
|
|
17
|
-
setup(e, { emit:
|
|
18
|
-
const { popup:
|
|
19
|
-
return
|
|
20
|
-
|
|
21
|
-
}), (
|
|
17
|
+
setup(e, { expose: s, emit: l }) {
|
|
18
|
+
const { popup: u, open: t, toggle: a, triggerRef: m } = w();
|
|
19
|
+
return f(t, () => {
|
|
20
|
+
l("isOpen", t.value);
|
|
21
|
+
}), s({
|
|
22
|
+
toggle: a
|
|
23
|
+
}), (r, d) => (i(), g(o(C), {
|
|
22
24
|
theme: "custom-popover",
|
|
23
25
|
placement: e.placement,
|
|
24
26
|
shown: !!o(t),
|
|
@@ -28,24 +30,24 @@ const w = ["data-testid"], b = /* @__PURE__ */ m({
|
|
|
28
30
|
skidding: e.skidding,
|
|
29
31
|
"popper-class": [e.popperClass, "v4-popover__popper light-theme-v4"]
|
|
30
32
|
}, {
|
|
31
|
-
popper:
|
|
32
|
-
o(t) ? (
|
|
33
|
+
popper: n(() => [
|
|
34
|
+
o(t) ? (i(), k("div", {
|
|
33
35
|
key: 0,
|
|
34
36
|
ref_key: "popup",
|
|
35
|
-
ref:
|
|
37
|
+
ref: u,
|
|
36
38
|
class: "menu-popup",
|
|
37
39
|
"data-testid": e.testId
|
|
38
40
|
}, [
|
|
39
|
-
|
|
40
|
-
], 8,
|
|
41
|
+
p(r.$slots, "content", {}, void 0, !0)
|
|
42
|
+
], 8, y)) : v("", !0)
|
|
41
43
|
]),
|
|
42
|
-
default:
|
|
43
|
-
|
|
44
|
+
default: n(() => [
|
|
45
|
+
h("div", {
|
|
44
46
|
ref_key: "triggerRef",
|
|
45
|
-
ref:
|
|
46
|
-
onClick:
|
|
47
|
+
ref: m,
|
|
48
|
+
onClick: d[0] || (d[0] = (B) => o(a)(!o(t)))
|
|
47
49
|
}, [
|
|
48
|
-
|
|
50
|
+
p(r.$slots, "trigger", {}, void 0, !0)
|
|
49
51
|
], 512)
|
|
50
52
|
]),
|
|
51
53
|
_: 3
|
|
@@ -53,5 +55,5 @@ const w = ["data-testid"], b = /* @__PURE__ */ m({
|
|
|
53
55
|
}
|
|
54
56
|
});
|
|
55
57
|
export {
|
|
56
|
-
|
|
58
|
+
E as default
|
|
57
59
|
};
|
|
@@ -96,7 +96,9 @@ declare const PopoverTypes: () => ({
|
|
|
96
96
|
};
|
|
97
97
|
}>> & {
|
|
98
98
|
onIsOpen?: (value: boolean) => any;
|
|
99
|
-
}, {
|
|
99
|
+
}, {
|
|
100
|
+
toggle: (value?: boolean) => boolean;
|
|
101
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
100
102
|
isOpen: (value: boolean) => void;
|
|
101
103
|
}, string, {
|
|
102
104
|
testId: string;
|
|
@@ -162,7 +164,9 @@ declare const PopoverTypes: () => ({
|
|
|
162
164
|
};
|
|
163
165
|
}>> & {
|
|
164
166
|
onIsOpen?: (value: boolean) => any;
|
|
165
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
167
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
168
|
+
toggle: (value?: boolean) => boolean;
|
|
169
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
166
170
|
__isFragment?: never;
|
|
167
171
|
__isTeleport?: never;
|
|
168
172
|
__isSuspense?: never;
|
|
@@ -201,7 +205,9 @@ declare const PopoverTypes: () => ({
|
|
|
201
205
|
};
|
|
202
206
|
}>> & {
|
|
203
207
|
onIsOpen?: (value: boolean) => any;
|
|
204
|
-
}, {
|
|
208
|
+
}, {
|
|
209
|
+
toggle: (value?: boolean) => boolean;
|
|
210
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
205
211
|
isOpen: (value: boolean) => void;
|
|
206
212
|
}, string, {
|
|
207
213
|
testId: string;
|
package/index.d.ts
CHANGED
|
@@ -116,7 +116,9 @@ declare const _default: {
|
|
|
116
116
|
};
|
|
117
117
|
}>> & {
|
|
118
118
|
onIsOpen?: (value: boolean) => any;
|
|
119
|
-
}, {
|
|
119
|
+
}, {
|
|
120
|
+
toggle: (value?: boolean) => boolean;
|
|
121
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
120
122
|
isOpen: (value: boolean) => void;
|
|
121
123
|
}, string, {
|
|
122
124
|
testId: string;
|
|
@@ -182,7 +184,9 @@ declare const _default: {
|
|
|
182
184
|
};
|
|
183
185
|
}>> & {
|
|
184
186
|
onIsOpen?: (value: boolean) => any;
|
|
185
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
187
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
188
|
+
toggle: (value?: boolean) => boolean;
|
|
189
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
186
190
|
__isFragment?: never;
|
|
187
191
|
__isTeleport?: never;
|
|
188
192
|
__isSuspense?: never;
|
|
@@ -221,7 +225,9 @@ declare const _default: {
|
|
|
221
225
|
};
|
|
222
226
|
}>> & {
|
|
223
227
|
onIsOpen?: (value: boolean) => any;
|
|
224
|
-
}, {
|
|
228
|
+
}, {
|
|
229
|
+
toggle: (value?: boolean) => boolean;
|
|
230
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
225
231
|
isOpen: (value: boolean) => void;
|
|
226
232
|
}, string, {
|
|
227
233
|
testId: string;
|
|
@@ -335,7 +341,9 @@ declare const _default: {
|
|
|
335
341
|
};
|
|
336
342
|
}>> & {
|
|
337
343
|
onIsOpen?: (value: boolean) => any;
|
|
338
|
-
}, {
|
|
344
|
+
}, {
|
|
345
|
+
toggle: (value?: boolean) => boolean;
|
|
346
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
347
|
isOpen: (value: boolean) => void;
|
|
340
348
|
}, string, {
|
|
341
349
|
testId: string;
|
|
@@ -401,7 +409,9 @@ declare const _default: {
|
|
|
401
409
|
};
|
|
402
410
|
}>> & {
|
|
403
411
|
onIsOpen?: (value: boolean) => any;
|
|
404
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
412
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
413
|
+
toggle: (value?: boolean) => boolean;
|
|
414
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
405
415
|
__isFragment?: never;
|
|
406
416
|
__isTeleport?: never;
|
|
407
417
|
__isSuspense?: never;
|
|
@@ -440,7 +450,9 @@ declare const _default: {
|
|
|
440
450
|
};
|
|
441
451
|
}>> & {
|
|
442
452
|
onIsOpen?: (value: boolean) => any;
|
|
443
|
-
}, {
|
|
453
|
+
}, {
|
|
454
|
+
toggle: (value?: boolean) => boolean;
|
|
455
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
444
456
|
isOpen: (value: boolean) => void;
|
|
445
457
|
}, string, {
|
|
446
458
|
testId: string;
|
|
@@ -23498,7 +23510,9 @@ declare const _default: {
|
|
|
23498
23510
|
};
|
|
23499
23511
|
}>> & {
|
|
23500
23512
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23501
|
-
}, {
|
|
23513
|
+
}, {
|
|
23514
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
23515
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23502
23516
|
"update:modelValue": (...args: any[]) => void;
|
|
23503
23517
|
}, string, {
|
|
23504
23518
|
testId: string;
|
|
@@ -23550,7 +23564,9 @@ declare const _default: {
|
|
|
23550
23564
|
};
|
|
23551
23565
|
}>> & {
|
|
23552
23566
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23553
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
23567
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
23568
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
23569
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23554
23570
|
__isFragment?: never;
|
|
23555
23571
|
__isTeleport?: never;
|
|
23556
23572
|
__isSuspense?: never;
|
|
@@ -23582,7 +23598,9 @@ declare const _default: {
|
|
|
23582
23598
|
};
|
|
23583
23599
|
}>> & {
|
|
23584
23600
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23585
|
-
}, {
|
|
23601
|
+
}, {
|
|
23602
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
23603
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23586
23604
|
"update:modelValue": (...args: any[]) => void;
|
|
23587
23605
|
}, string, {
|
|
23588
23606
|
testId: string;
|
|
@@ -23963,7 +23981,9 @@ declare const _default: {
|
|
|
23963
23981
|
};
|
|
23964
23982
|
}>> & {
|
|
23965
23983
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23966
|
-
}, {
|
|
23984
|
+
}, {
|
|
23985
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
23986
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23967
23987
|
"update:modelValue": (...args: any[]) => void;
|
|
23968
23988
|
}, string, {
|
|
23969
23989
|
testId: string;
|
|
@@ -24015,7 +24035,9 @@ declare const _default: {
|
|
|
24015
24035
|
};
|
|
24016
24036
|
}>> & {
|
|
24017
24037
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24018
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
24038
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
24039
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24040
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
24019
24041
|
__isFragment?: never;
|
|
24020
24042
|
__isTeleport?: never;
|
|
24021
24043
|
__isSuspense?: never;
|
|
@@ -24047,7 +24069,9 @@ declare const _default: {
|
|
|
24047
24069
|
};
|
|
24048
24070
|
}>> & {
|
|
24049
24071
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24050
|
-
}, {
|
|
24072
|
+
}, {
|
|
24073
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24074
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24051
24075
|
"update:modelValue": (...args: any[]) => void;
|
|
24052
24076
|
}, string, {
|
|
24053
24077
|
testId: string;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css';
|
|
2
2
|
import { AppTriggerTypes as ro } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as po } from "./components/menuItem/index.js";
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
div[data-v-74bbce13]{display:block}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.group-button-wrapper[data-v-9d9e51c0]{display:flex}.group-button-wrapper[data-v-9d9e51c0] button{border-radius:0}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(1){border-top-left-radius:var(--border-radius-md);border-bottom-left-radius:var(--border-radius-md);border-right:none;background-color:var(--common-inverse-white);width:32px}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(2){border-right:none;border-left:none;width:32px}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:last-child{border-top-right-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-right:1px solid var(--default-outlined-border)}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(3){padding:0}.group-button-wrapper .popover-trigger[data-v-9d9e51c0]{padding:5px 3px}.group-button-wrapper .trigger-active[data-v-9d9e51c0]{background:var(--default-light)}.group-button-wrapper .primary[data-v-9d9e51c0]{border-color:var(--default-outlined-border);color:var(--action-active)}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(3):hover,.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(1):not(.selected-a):hover,.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(2):not(.selected-b):hover{background-color:var(--action-hover)}.group-button-wrapper .toggle-button.selected-a[data-v-9d9e51c0],.group-button-wrapper .toggle-button.selected-a[data-v-9d9e51c0]:hover{background-color:var(--aba);color:var(--common-inverse-white)}.group-button-wrapper .toggle-button.selected-b[data-v-9d9e51c0],.group-button-wrapper .toggle-button.selected-b[data-v-9d9e51c0]:hover{background-color:var(--abb);color:var(--common-inverse-white)}
|