@volverjs/ui-vue 0.0.10-beta.1 → 0.0.10-beta.3
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/README.md +64 -1
- package/auto-imports.d.ts +1 -1
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +13 -5
- package/dist/components/VvAccordion/VvAccordion.es.js +7 -0
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/index.d.ts +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +7 -0
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +1 -1
- package/dist/components/VvAction/VvAction.es.js +9 -1
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +3 -0
- package/dist/components/VvAction/index.d.ts +1 -0
- package/dist/components/VvAlert/VvAlert.es.js +7 -0
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +7 -0
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.es.js +7 -0
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +7 -0
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +7 -0
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +7 -0
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvButton/VvButton.es.js +9 -1
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +6 -3
- package/dist/components/VvButton/index.d.ts +1 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +7 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +2 -2
- package/dist/components/VvCard/VvCard.es.js +7 -0
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +7 -0
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +3 -3
- package/dist/components/VvCheckbox/index.d.ts +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +7 -0
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +3 -3
- package/dist/components/VvCombobox/VvCombobox.es.js +16 -2
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +103 -103
- package/dist/components/VvCombobox/index.d.ts +35 -33
- package/dist/components/VvDialog/VvDialog.es.js +7 -0
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +7 -0
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +187 -187
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +3 -0
- package/dist/components/VvDropdown/index.d.ts +32 -32
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +9 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +7 -0
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +7 -0
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvInputText/VvInputClearAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +7 -0
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +4 -4
- package/dist/components/VvNav/VvNav.es.js +69 -56
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +12 -8
- package/dist/components/VvNav/VvNavItem.vue.d.ts +9 -0
- package/dist/components/VvNav/index.d.ts +1 -12
- package/dist/components/VvNavItem/VvNavItem.es.js +392 -0
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.es.js +24 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.umd.js +1 -0
- package/dist/components/VvProgress/VvProgress.es.js +7 -0
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +7 -0
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +3 -3
- package/dist/components/VvRadio/index.d.ts +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +7 -0
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +3 -3
- package/dist/components/VvSelect/VvSelect.es.js +7 -0
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +7 -7
- package/dist/components/VvTab/VvTab.es.js +127 -87
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +19 -6
- package/dist/components/VvTab/index.d.ts +9 -3
- package/dist/components/VvTextarea/VvTextarea.es.js +7 -0
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +3 -3
- package/dist/components/VvTooltip/VvTooltip.es.js +7 -0
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/index.es.js +246 -200
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/group/useInjectedGroupState.d.ts +1 -1
- package/dist/directives/index.es.js +7 -0
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +7 -0
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +51 -34
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +5 -5
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +31 -31
- package/dist/stories/Tab/Tab.settings.d.ts +3 -23
- package/dist/types/alert.d.ts +13 -0
- package/dist/types/floating-ui.d.ts +6 -0
- package/dist/types/generic.d.ts +5 -0
- package/dist/types/group.d.ts +37 -0
- package/dist/types/nav.d.ts +17 -0
- package/package.json +45 -36
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvAction/VvAction.vue +1 -0
- package/src/components/VvCombobox/VvCombobox.vue +11 -4
- package/src/components/VvNav/VvNav.vue +29 -51
- package/src/components/VvNav/VvNavItem.vue +18 -0
- package/src/components/VvNav/VvNavSeparator.vue +11 -0
- package/src/components/VvNav/index.ts +2 -15
- package/src/components/VvTab/VvTab.vue +60 -36
- package/src/components/VvTab/index.ts +10 -4
- package/src/props/index.ts +19 -3
- package/src/stories/Button/ButtonModifiers.stories.ts +4 -14
- package/src/stories/Nav/Nav.settings.ts +3 -4
- package/src/stories/Nav/Nav.test.ts +4 -15
- package/src/stories/Tab/Tab.settings.ts +8 -8
- package/src/stories/Tab/Tab.stories.ts +2 -2
- package/src/stories/Tab/Tab.test.ts +6 -14
- package/src/types/nav.ts +19 -0
- package/dist/components/VvNav/VvNavItemTitle.vue.d.ts +0 -6
- package/dist/components/VvNavItemTitle/VvNavItemTitle.es.js +0 -19
- package/dist/components/VvNavItemTitle/VvNavItemTitle.umd.js +0 -1
- package/src/components/VvNav/VvNavItemTitle.vue +0 -11
- package/src/components/VvNav/VvNavSeparator.ts +0 -8
- /package/dist/components/VvNav/{VvNavSeparator.d.ts → VvNavSeparator.vue.d.ts} +0 -0
- /package/src/types/{alert.d.ts → alert.ts} +0 -0
- /package/src/types/{floating-ui.d.ts → floating-ui.ts} +0 -0
- /package/src/types/{generic.d.ts → generic.ts} +0 -0
- /package/src/types/{group.d.ts → group.ts} +0 -0
|
@@ -34,97 +34,97 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
34
34
|
};
|
|
35
35
|
shift: {
|
|
36
36
|
type: globalThis.PropType<boolean | {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
40
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
37
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
38
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
41
39
|
altBoundary?: boolean | undefined;
|
|
42
|
-
padding?: import("@floating-ui/
|
|
40
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
41
|
+
crossAxis?: boolean | undefined;
|
|
42
|
+
mainAxis?: boolean | undefined;
|
|
43
43
|
limiter?: {
|
|
44
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
44
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
45
45
|
options?: any;
|
|
46
46
|
} | undefined;
|
|
47
|
-
boundary?: import("@floating-ui/
|
|
47
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
48
48
|
} | import("@floating-ui/dom").Derivable<{
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
52
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
49
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
50
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
53
51
|
altBoundary?: boolean | undefined;
|
|
54
|
-
padding?: import("@floating-ui/
|
|
52
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
53
|
+
crossAxis?: boolean | undefined;
|
|
54
|
+
mainAxis?: boolean | undefined;
|
|
55
55
|
limiter?: {
|
|
56
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
56
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
57
57
|
options?: any;
|
|
58
58
|
} | undefined;
|
|
59
|
-
boundary?: import("@floating-ui/
|
|
59
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
60
60
|
}> | undefined>;
|
|
61
61
|
default: boolean;
|
|
62
62
|
};
|
|
63
63
|
flip: {
|
|
64
64
|
type: globalThis.PropType<boolean | {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
68
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
65
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
66
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
69
67
|
altBoundary?: boolean | undefined;
|
|
70
|
-
padding?: import("@floating-ui/
|
|
71
|
-
|
|
68
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
69
|
+
crossAxis?: boolean | undefined;
|
|
70
|
+
mainAxis?: boolean | undefined;
|
|
71
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
72
72
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
73
73
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
74
74
|
flipAlignment?: boolean | undefined;
|
|
75
|
-
boundary?: import("@floating-ui/
|
|
75
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
76
76
|
} | import("@floating-ui/dom").Derivable<{
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
80
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
77
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
78
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
81
79
|
altBoundary?: boolean | undefined;
|
|
82
|
-
padding?: import("@floating-ui/
|
|
83
|
-
|
|
80
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
81
|
+
crossAxis?: boolean | undefined;
|
|
82
|
+
mainAxis?: boolean | undefined;
|
|
83
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
84
84
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
85
85
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
86
86
|
flipAlignment?: boolean | undefined;
|
|
87
|
-
boundary?: import("@floating-ui/
|
|
87
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
88
88
|
}> | undefined>;
|
|
89
89
|
default: boolean;
|
|
90
90
|
};
|
|
91
91
|
size: {
|
|
92
92
|
type: globalThis.PropType<boolean | {
|
|
93
|
-
rootBoundary?: import("@floating-ui/
|
|
94
|
-
elementContext?: import("@floating-ui/
|
|
93
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
94
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
95
95
|
altBoundary?: boolean | undefined;
|
|
96
|
-
padding?: import("@floating-ui/
|
|
97
|
-
boundary?: import("@floating-ui/
|
|
96
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
97
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
98
98
|
apply?: ((args: {
|
|
99
99
|
x: number;
|
|
100
100
|
y: number;
|
|
101
|
-
initialPlacement: import("@floating-ui/
|
|
102
|
-
placement: import("@floating-ui/
|
|
103
|
-
strategy: import("@floating-ui/
|
|
104
|
-
middlewareData: import("@floating-ui/
|
|
105
|
-
rects: import("@floating-ui/
|
|
101
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
102
|
+
placement: import("@floating-ui/utils").Placement;
|
|
103
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
104
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
105
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
106
106
|
platform: import("@floating-ui/core").Platform;
|
|
107
|
-
elements: import("@floating-ui/
|
|
107
|
+
elements: import("@floating-ui/dom").Elements;
|
|
108
108
|
} & {
|
|
109
109
|
availableWidth: number;
|
|
110
110
|
availableHeight: number;
|
|
111
111
|
}) => void | Promise<void>) | undefined;
|
|
112
112
|
} | import("@floating-ui/dom").Derivable<{
|
|
113
|
-
rootBoundary?: import("@floating-ui/
|
|
114
|
-
elementContext?: import("@floating-ui/
|
|
113
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
114
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
115
115
|
altBoundary?: boolean | undefined;
|
|
116
|
-
padding?: import("@floating-ui/
|
|
117
|
-
boundary?: import("@floating-ui/
|
|
116
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
117
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
118
118
|
apply?: ((args: {
|
|
119
119
|
x: number;
|
|
120
120
|
y: number;
|
|
121
|
-
initialPlacement: import("@floating-ui/
|
|
122
|
-
placement: import("@floating-ui/
|
|
123
|
-
strategy: import("@floating-ui/
|
|
124
|
-
middlewareData: import("@floating-ui/
|
|
125
|
-
rects: import("@floating-ui/
|
|
121
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
122
|
+
placement: import("@floating-ui/utils").Placement;
|
|
123
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
124
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
125
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
126
126
|
platform: import("@floating-ui/core").Platform;
|
|
127
|
-
elements: import("@floating-ui/
|
|
127
|
+
elements: import("@floating-ui/dom").Elements;
|
|
128
128
|
} & {
|
|
129
129
|
availableWidth: number;
|
|
130
130
|
availableHeight: number;
|
|
@@ -136,25 +136,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
136
136
|
};
|
|
137
137
|
autoPlacement: {
|
|
138
138
|
type: globalThis.PropType<boolean | {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
139
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
140
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
142
141
|
altBoundary?: boolean | undefined;
|
|
143
|
-
padding?: import("@floating-ui/
|
|
144
|
-
|
|
142
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
143
|
+
crossAxis?: boolean | undefined;
|
|
144
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
145
145
|
autoAlignment?: boolean | undefined;
|
|
146
|
-
allowedPlacements?: import("@floating-ui/
|
|
147
|
-
boundary?: import("@floating-ui/
|
|
146
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
147
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
148
148
|
} | import("@floating-ui/dom").Derivable<{
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
149
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
150
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
152
151
|
altBoundary?: boolean | undefined;
|
|
153
|
-
padding?: import("@floating-ui/
|
|
154
|
-
|
|
152
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
153
|
+
crossAxis?: boolean | undefined;
|
|
154
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
155
155
|
autoAlignment?: boolean | undefined;
|
|
156
|
-
allowedPlacements?: import("@floating-ui/
|
|
157
|
-
boundary?: import("@floating-ui/
|
|
156
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
157
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
158
158
|
}> | undefined>;
|
|
159
159
|
default: boolean;
|
|
160
160
|
};
|
|
@@ -214,97 +214,97 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
214
214
|
};
|
|
215
215
|
shift: {
|
|
216
216
|
type: globalThis.PropType<boolean | {
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
220
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
217
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
218
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
221
219
|
altBoundary?: boolean | undefined;
|
|
222
|
-
padding?: import("@floating-ui/
|
|
220
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
221
|
+
crossAxis?: boolean | undefined;
|
|
222
|
+
mainAxis?: boolean | undefined;
|
|
223
223
|
limiter?: {
|
|
224
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
224
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
225
225
|
options?: any;
|
|
226
226
|
} | undefined;
|
|
227
|
-
boundary?: import("@floating-ui/
|
|
227
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
228
228
|
} | import("@floating-ui/dom").Derivable<{
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
232
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
229
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
230
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
233
231
|
altBoundary?: boolean | undefined;
|
|
234
|
-
padding?: import("@floating-ui/
|
|
232
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
233
|
+
crossAxis?: boolean | undefined;
|
|
234
|
+
mainAxis?: boolean | undefined;
|
|
235
235
|
limiter?: {
|
|
236
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
236
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
237
237
|
options?: any;
|
|
238
238
|
} | undefined;
|
|
239
|
-
boundary?: import("@floating-ui/
|
|
239
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
240
240
|
}> | undefined>;
|
|
241
241
|
default: boolean;
|
|
242
242
|
};
|
|
243
243
|
flip: {
|
|
244
244
|
type: globalThis.PropType<boolean | {
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
248
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
245
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
246
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
249
247
|
altBoundary?: boolean | undefined;
|
|
250
|
-
padding?: import("@floating-ui/
|
|
251
|
-
|
|
248
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
249
|
+
crossAxis?: boolean | undefined;
|
|
250
|
+
mainAxis?: boolean | undefined;
|
|
251
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
252
252
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
253
253
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
254
254
|
flipAlignment?: boolean | undefined;
|
|
255
|
-
boundary?: import("@floating-ui/
|
|
255
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
256
256
|
} | import("@floating-ui/dom").Derivable<{
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
260
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
257
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
258
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
261
259
|
altBoundary?: boolean | undefined;
|
|
262
|
-
padding?: import("@floating-ui/
|
|
263
|
-
|
|
260
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
261
|
+
crossAxis?: boolean | undefined;
|
|
262
|
+
mainAxis?: boolean | undefined;
|
|
263
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
264
264
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
265
265
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
266
266
|
flipAlignment?: boolean | undefined;
|
|
267
|
-
boundary?: import("@floating-ui/
|
|
267
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
268
268
|
}> | undefined>;
|
|
269
269
|
default: boolean;
|
|
270
270
|
};
|
|
271
271
|
size: {
|
|
272
272
|
type: globalThis.PropType<boolean | {
|
|
273
|
-
rootBoundary?: import("@floating-ui/
|
|
274
|
-
elementContext?: import("@floating-ui/
|
|
273
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
274
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
275
275
|
altBoundary?: boolean | undefined;
|
|
276
|
-
padding?: import("@floating-ui/
|
|
277
|
-
boundary?: import("@floating-ui/
|
|
276
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
277
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
278
278
|
apply?: ((args: {
|
|
279
279
|
x: number;
|
|
280
280
|
y: number;
|
|
281
|
-
initialPlacement: import("@floating-ui/
|
|
282
|
-
placement: import("@floating-ui/
|
|
283
|
-
strategy: import("@floating-ui/
|
|
284
|
-
middlewareData: import("@floating-ui/
|
|
285
|
-
rects: import("@floating-ui/
|
|
281
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
282
|
+
placement: import("@floating-ui/utils").Placement;
|
|
283
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
284
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
285
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
286
286
|
platform: import("@floating-ui/core").Platform;
|
|
287
|
-
elements: import("@floating-ui/
|
|
287
|
+
elements: import("@floating-ui/dom").Elements;
|
|
288
288
|
} & {
|
|
289
289
|
availableWidth: number;
|
|
290
290
|
availableHeight: number;
|
|
291
291
|
}) => void | Promise<void>) | undefined;
|
|
292
292
|
} | import("@floating-ui/dom").Derivable<{
|
|
293
|
-
rootBoundary?: import("@floating-ui/
|
|
294
|
-
elementContext?: import("@floating-ui/
|
|
293
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
294
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
295
295
|
altBoundary?: boolean | undefined;
|
|
296
|
-
padding?: import("@floating-ui/
|
|
297
|
-
boundary?: import("@floating-ui/
|
|
296
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
297
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
298
298
|
apply?: ((args: {
|
|
299
299
|
x: number;
|
|
300
300
|
y: number;
|
|
301
|
-
initialPlacement: import("@floating-ui/
|
|
302
|
-
placement: import("@floating-ui/
|
|
303
|
-
strategy: import("@floating-ui/
|
|
304
|
-
middlewareData: import("@floating-ui/
|
|
305
|
-
rects: import("@floating-ui/
|
|
301
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
302
|
+
placement: import("@floating-ui/utils").Placement;
|
|
303
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
304
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
305
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
306
306
|
platform: import("@floating-ui/core").Platform;
|
|
307
|
-
elements: import("@floating-ui/
|
|
307
|
+
elements: import("@floating-ui/dom").Elements;
|
|
308
308
|
} & {
|
|
309
309
|
availableWidth: number;
|
|
310
310
|
availableHeight: number;
|
|
@@ -316,25 +316,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
316
316
|
};
|
|
317
317
|
autoPlacement: {
|
|
318
318
|
type: globalThis.PropType<boolean | {
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
319
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
320
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
322
321
|
altBoundary?: boolean | undefined;
|
|
323
|
-
padding?: import("@floating-ui/
|
|
324
|
-
|
|
322
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
323
|
+
crossAxis?: boolean | undefined;
|
|
324
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
325
325
|
autoAlignment?: boolean | undefined;
|
|
326
|
-
allowedPlacements?: import("@floating-ui/
|
|
327
|
-
boundary?: import("@floating-ui/
|
|
326
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
327
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
328
328
|
} | import("@floating-ui/dom").Derivable<{
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
329
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
330
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
332
331
|
altBoundary?: boolean | undefined;
|
|
333
|
-
padding?: import("@floating-ui/
|
|
334
|
-
|
|
332
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
333
|
+
crossAxis?: boolean | undefined;
|
|
334
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
335
335
|
autoAlignment?: boolean | undefined;
|
|
336
|
-
allowedPlacements?: import("@floating-ui/
|
|
337
|
-
boundary?: import("@floating-ui/
|
|
336
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
337
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
338
338
|
}> | undefined>;
|
|
339
339
|
default: boolean;
|
|
340
340
|
};
|
|
@@ -369,97 +369,97 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
369
369
|
onAfterExpand?: ((...args: any[]) => any) | undefined;
|
|
370
370
|
onAfterCollapse?: ((...args: any[]) => any) | undefined;
|
|
371
371
|
}, {
|
|
372
|
+
modelValue: boolean;
|
|
372
373
|
reference: HTMLElement | null;
|
|
373
374
|
placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
374
375
|
strategy: "absolute" | "fixed";
|
|
375
|
-
modelValue: boolean;
|
|
376
376
|
shift: boolean | {
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
380
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
377
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
378
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
381
379
|
altBoundary?: boolean | undefined;
|
|
382
|
-
padding?: import("@floating-ui/
|
|
380
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
381
|
+
crossAxis?: boolean | undefined;
|
|
382
|
+
mainAxis?: boolean | undefined;
|
|
383
383
|
limiter?: {
|
|
384
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
384
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
385
385
|
options?: any;
|
|
386
386
|
} | undefined;
|
|
387
|
-
boundary?: import("@floating-ui/
|
|
387
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
388
388
|
} | import("@floating-ui/dom").Derivable<{
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
392
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
389
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
390
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
393
391
|
altBoundary?: boolean | undefined;
|
|
394
|
-
padding?: import("@floating-ui/
|
|
392
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
393
|
+
crossAxis?: boolean | undefined;
|
|
394
|
+
mainAxis?: boolean | undefined;
|
|
395
395
|
limiter?: {
|
|
396
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
396
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
397
397
|
options?: any;
|
|
398
398
|
} | undefined;
|
|
399
|
-
boundary?: import("@floating-ui/
|
|
399
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
400
400
|
}> | undefined;
|
|
401
401
|
role: "listbox" | "menu";
|
|
402
402
|
flip: boolean | {
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
406
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
403
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
404
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
407
405
|
altBoundary?: boolean | undefined;
|
|
408
|
-
padding?: import("@floating-ui/
|
|
409
|
-
|
|
406
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
407
|
+
crossAxis?: boolean | undefined;
|
|
408
|
+
mainAxis?: boolean | undefined;
|
|
409
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
410
410
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
411
411
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
412
412
|
flipAlignment?: boolean | undefined;
|
|
413
|
-
boundary?: import("@floating-ui/
|
|
413
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
414
414
|
} | import("@floating-ui/dom").Derivable<{
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
418
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
415
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
416
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
419
417
|
altBoundary?: boolean | undefined;
|
|
420
|
-
padding?: import("@floating-ui/
|
|
421
|
-
|
|
418
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
419
|
+
crossAxis?: boolean | undefined;
|
|
420
|
+
mainAxis?: boolean | undefined;
|
|
421
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
422
422
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
423
423
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
424
424
|
flipAlignment?: boolean | undefined;
|
|
425
|
-
boundary?: import("@floating-ui/
|
|
425
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
426
426
|
}> | undefined;
|
|
427
427
|
size: boolean | {
|
|
428
|
-
rootBoundary?: import("@floating-ui/
|
|
429
|
-
elementContext?: import("@floating-ui/
|
|
428
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
429
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
430
430
|
altBoundary?: boolean | undefined;
|
|
431
|
-
padding?: import("@floating-ui/
|
|
432
|
-
boundary?: import("@floating-ui/
|
|
431
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
432
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
433
433
|
apply?: ((args: {
|
|
434
434
|
x: number;
|
|
435
435
|
y: number;
|
|
436
|
-
initialPlacement: import("@floating-ui/
|
|
437
|
-
placement: import("@floating-ui/
|
|
438
|
-
strategy: import("@floating-ui/
|
|
439
|
-
middlewareData: import("@floating-ui/
|
|
440
|
-
rects: import("@floating-ui/
|
|
436
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
437
|
+
placement: import("@floating-ui/utils").Placement;
|
|
438
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
439
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
440
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
441
441
|
platform: import("@floating-ui/core").Platform;
|
|
442
|
-
elements: import("@floating-ui/
|
|
442
|
+
elements: import("@floating-ui/dom").Elements;
|
|
443
443
|
} & {
|
|
444
444
|
availableWidth: number;
|
|
445
445
|
availableHeight: number;
|
|
446
446
|
}) => void | Promise<void>) | undefined;
|
|
447
447
|
} | import("@floating-ui/dom").Derivable<{
|
|
448
|
-
rootBoundary?: import("@floating-ui/
|
|
449
|
-
elementContext?: import("@floating-ui/
|
|
448
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
449
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
450
450
|
altBoundary?: boolean | undefined;
|
|
451
|
-
padding?: import("@floating-ui/
|
|
452
|
-
boundary?: import("@floating-ui/
|
|
451
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
452
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
453
453
|
apply?: ((args: {
|
|
454
454
|
x: number;
|
|
455
455
|
y: number;
|
|
456
|
-
initialPlacement: import("@floating-ui/
|
|
457
|
-
placement: import("@floating-ui/
|
|
458
|
-
strategy: import("@floating-ui/
|
|
459
|
-
middlewareData: import("@floating-ui/
|
|
460
|
-
rects: import("@floating-ui/
|
|
456
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
457
|
+
placement: import("@floating-ui/utils").Placement;
|
|
458
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
459
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
460
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
461
461
|
platform: import("@floating-ui/core").Platform;
|
|
462
|
-
elements: import("@floating-ui/
|
|
462
|
+
elements: import("@floating-ui/dom").Elements;
|
|
463
463
|
} & {
|
|
464
464
|
availableWidth: number;
|
|
465
465
|
availableHeight: number;
|
|
@@ -467,25 +467,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
467
467
|
}> | undefined;
|
|
468
468
|
offset: string | import("@floating-ui/vue").OffsetOptions | undefined;
|
|
469
469
|
autoPlacement: boolean | {
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
470
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
471
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
473
472
|
altBoundary?: boolean | undefined;
|
|
474
|
-
padding?: import("@floating-ui/
|
|
475
|
-
|
|
473
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
474
|
+
crossAxis?: boolean | undefined;
|
|
475
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
476
476
|
autoAlignment?: boolean | undefined;
|
|
477
|
-
allowedPlacements?: import("@floating-ui/
|
|
478
|
-
boundary?: import("@floating-ui/
|
|
477
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
478
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
479
479
|
} | import("@floating-ui/dom").Derivable<{
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
480
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
481
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
483
482
|
altBoundary?: boolean | undefined;
|
|
484
|
-
padding?: import("@floating-ui/
|
|
485
|
-
|
|
483
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
484
|
+
crossAxis?: boolean | undefined;
|
|
485
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
486
486
|
autoAlignment?: boolean | undefined;
|
|
487
|
-
allowedPlacements?: import("@floating-ui/
|
|
488
|
-
boundary?: import("@floating-ui/
|
|
487
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
488
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
489
489
|
}> | undefined;
|
|
490
490
|
arrow: boolean;
|
|
491
491
|
keepOpen: boolean;
|
|
@@ -21,6 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
default: string;
|
|
23
23
|
};
|
|
24
|
+
current: BooleanConstructor;
|
|
24
25
|
active: BooleanConstructor;
|
|
25
26
|
pressed: BooleanConstructor;
|
|
26
27
|
label: (StringConstructor | NumberConstructor)[];
|
|
@@ -48,6 +49,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
48
49
|
type: StringConstructor;
|
|
49
50
|
default: string;
|
|
50
51
|
};
|
|
52
|
+
current: BooleanConstructor;
|
|
51
53
|
active: BooleanConstructor;
|
|
52
54
|
pressed: BooleanConstructor;
|
|
53
55
|
label: (StringConstructor | NumberConstructor)[];
|
|
@@ -57,6 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
57
59
|
type: "button" | "submit" | "reset";
|
|
58
60
|
ariaLabel: string;
|
|
59
61
|
rel: string;
|
|
62
|
+
current: boolean;
|
|
60
63
|
active: boolean;
|
|
61
64
|
pressed: boolean;
|
|
62
65
|
}, {}>, {
|