@hantera/design-system 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/dist/components/ContextMenu.stories.d.ts +241 -0
  4. package/dist/components/ContextMenuButton.vue.d.ts +85 -0
  5. package/dist/components/DecimalInput.stories.d.ts +1033 -0
  6. package/dist/components/DecimalInput.vue.d.ts +47 -0
  7. package/dist/components/DecimalInputValue.d.ts +5 -0
  8. package/dist/components/DragAndDrop/Draggable.vue.d.ts +35 -0
  9. package/dist/components/DragAndDrop/DraggableListItem.vue.d.ts +37 -0
  10. package/dist/components/DragAndDrop/DropZone.vue.d.ts +29 -0
  11. package/dist/components/DropdownButton.stories.d.ts +54 -0
  12. package/dist/components/DropdownButton.vue.d.ts +96 -0
  13. package/dist/components/DropdownMenu/DropdownCheckbox.vue.d.ts +26 -0
  14. package/dist/components/DropdownMenu/DropdownDivider.vue.d.ts +2 -0
  15. package/dist/components/DropdownMenu/DropdownItem.vue.d.ts +28 -0
  16. package/dist/components/DropdownMenu/DropdownMenu.vue.d.ts +34 -0
  17. package/dist/components/DropdownMenu/DropdownTypes.d.ts +5 -0
  18. package/dist/components/Expandable.stories.d.ts +45 -0
  19. package/dist/components/Expandable.vue.d.ts +31 -0
  20. package/dist/components/ExternalLink.stories.d.ts +28 -0
  21. package/dist/components/ExternalLink.vue.d.ts +20 -0
  22. package/dist/components/FloatingPanel.stories.d.ts +53 -0
  23. package/dist/components/FloatingPanel.vue.d.ts +35 -0
  24. package/dist/components/Form.stories.d.ts +13 -0
  25. package/dist/components/Icons/IconArrow.vue.d.ts +2 -0
  26. package/dist/components/Icons/IconClose.vue.d.ts +2 -0
  27. package/dist/components/Icons/IconFilter.vue.d.ts +2 -0
  28. package/dist/components/Icons/IconHamburger.vue.d.ts +2 -0
  29. package/dist/components/Icons/IconInbound.vue.d.ts +2 -0
  30. package/dist/components/Icons/IconOutbound.vue.d.ts +2 -0
  31. package/dist/components/Icons/IconPlus.vue.d.ts +2 -0
  32. package/dist/components/Icons/IconQuestion.vue.d.ts +2 -0
  33. package/dist/components/Icons/IconRedo.vue.d.ts +2 -0
  34. package/dist/components/Icons/IconReload.vue.d.ts +2 -0
  35. package/dist/components/Icons/IconUndo.vue.d.ts +2 -0
  36. package/dist/components/Icons/IconWarning.vue.d.ts +2 -0
  37. package/dist/components/InlineInput.stories.d.ts +98 -0
  38. package/dist/components/InlineInput.vue.d.ts +33 -0
  39. package/dist/components/ListLink.stories.d.ts +181 -0
  40. package/dist/components/ListLink.vue.d.ts +25 -0
  41. package/dist/components/LoadingArea.stories.d.ts +28 -0
  42. package/dist/components/LoadingArea.vue.d.ts +20 -0
  43. package/dist/components/Panel.stories.d.ts +32 -0
  44. package/dist/components/Panel.vue.d.ts +22 -0
  45. package/dist/components/PanelContent.vue.d.ts +22 -0
  46. package/dist/components/PhoneInput.stories.d.ts +212 -0
  47. package/dist/components/PhoneInput.vue.d.ts +42 -0
  48. package/dist/components/RemoveButton.stories.d.ts +24 -0
  49. package/dist/components/RemoveButton.vue.d.ts +12 -0
  50. package/dist/components/Spinner.stories.d.ts +6 -0
  51. package/dist/components/Spinner.vue.d.ts +2 -0
  52. package/dist/components/TabBar/TabBar.vue.d.ts +26 -0
  53. package/dist/components/TabBar/TabItem.vue.d.ts +96 -0
  54. package/dist/components/TabBar/tab-keys.d.ts +2 -0
  55. package/dist/components/TabBar.stories.d.ts +451 -0
  56. package/dist/components/TextInput.stories.d.ts +185 -0
  57. package/dist/components/TextInput.vue.d.ts +42 -0
  58. package/dist/components/ToggleButton.stories.d.ts +88 -0
  59. package/dist/components/ToggleButton.vue.d.ts +26 -0
  60. package/dist/components/ToggleSwitch.stories.d.ts +17 -0
  61. package/dist/components/ToggleSwitch.vue.d.ts +12 -0
  62. package/dist/components/Tree/Tree.vue.d.ts +32 -0
  63. package/dist/components/Tree/TreeNodeComponent.vue.d.ts +23 -0
  64. package/dist/components/Tree/TreeNodeIndent.vue.d.ts +6 -0
  65. package/dist/components/Tree/tree-node.d.ts +21 -0
  66. package/dist/composition/use-drag-context.d.ts +19 -0
  67. package/dist/directives/ContextMenuApp.vue.d.ts +2 -0
  68. package/dist/directives/context-menu.d.ts +28 -0
  69. package/dist/docs/App.vue.d.ts +2 -0
  70. package/dist/docs/main.d.ts +1 -0
  71. package/dist/docs/pages/PageContextMenu.vue.d.ts +2 -0
  72. package/dist/docs/pages/PageDragAndDrop.vue.d.ts +2 -0
  73. package/dist/docs/pages/PageExpandable.vue.d.ts +2 -0
  74. package/dist/docs/pages/PageFloatingPanel.vue.d.ts +2 -0
  75. package/dist/docs/pages/PageIndex.vue.d.ts +2 -0
  76. package/dist/docs/pages/PagePanel.vue.d.ts +2 -0
  77. package/dist/docs/pages/PageSpinner.vue.d.ts +2 -0
  78. package/dist/docs/pages/PageTabBar.vue.d.ts +2 -0
  79. package/dist/docs/pages/PageTextInput.vue.d.ts +2 -0
  80. package/dist/entry.d.ts +48 -0
  81. package/dist/log.d.ts +6 -0
  82. package/dist/use-close.d.ts +6 -0
  83. package/package.json +21 -0
@@ -0,0 +1,212 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<{
4
+ modelValue: string;
5
+ isValid?: boolean;
6
+ defaultCountry?: string;
7
+ name?: string;
8
+ }, {
9
+ setError: (message?: string) => void;
10
+ focus: () => void;
11
+ select: () => void;
12
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
+ blur: (value: Event) => any;
14
+ focus: (value: Event) => any;
15
+ keydown: (value: KeyboardEvent) => any;
16
+ keypress: (value: KeyboardEvent) => any;
17
+ keyenter: (value: KeyboardEvent) => any;
18
+ "update:modelValue": (value: string) => any;
19
+ "update:isValid": (value: boolean) => any;
20
+ }, string, import('vue').PublicProps, Readonly<{
21
+ modelValue: string;
22
+ isValid?: boolean;
23
+ defaultCountry?: string;
24
+ name?: string;
25
+ }> & Readonly<{
26
+ onBlur?: ((value: Event) => any) | undefined;
27
+ onFocus?: ((value: Event) => any) | undefined;
28
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
29
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
30
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
31
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
32
+ "onUpdate:isValid"?: ((value: boolean) => any) | undefined;
33
+ }>, {
34
+ isValid: boolean;
35
+ defaultCountry: string;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
37
+ };
38
+ export default _default;
39
+ export declare const Regular: (args: any) => {
40
+ components: {
41
+ PhoneInput: import('vue').DefineComponent<{
42
+ modelValue: string;
43
+ isValid?: boolean;
44
+ defaultCountry?: string;
45
+ name?: string;
46
+ }, {
47
+ setError: (message?: string) => void;
48
+ focus: () => void;
49
+ select: () => void;
50
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
51
+ blur: (value: Event) => any;
52
+ focus: (value: Event) => any;
53
+ keydown: (value: KeyboardEvent) => any;
54
+ keypress: (value: KeyboardEvent) => any;
55
+ keyenter: (value: KeyboardEvent) => any;
56
+ "update:modelValue": (value: string) => any;
57
+ "update:isValid": (value: boolean) => any;
58
+ }, string, import('vue').PublicProps, Readonly<{
59
+ modelValue: string;
60
+ isValid?: boolean;
61
+ defaultCountry?: string;
62
+ name?: string;
63
+ }> & Readonly<{
64
+ onBlur?: ((value: Event) => any) | undefined;
65
+ onFocus?: ((value: Event) => any) | undefined;
66
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
67
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
68
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
69
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
70
+ "onUpdate:isValid"?: ((value: boolean) => any) | undefined;
71
+ }>, {
72
+ isValid: boolean;
73
+ defaultCountry: string;
74
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
75
+ };
76
+ setup(): {
77
+ args: any;
78
+ value: import('vue').Ref<string, string>;
79
+ isValid: import('vue').Ref<boolean, boolean>;
80
+ };
81
+ template: string;
82
+ };
83
+ export declare const WithInitialValue: (args: any) => {
84
+ components: {
85
+ PhoneInput: import('vue').DefineComponent<{
86
+ modelValue: string;
87
+ isValid?: boolean;
88
+ defaultCountry?: string;
89
+ name?: string;
90
+ }, {
91
+ setError: (message?: string) => void;
92
+ focus: () => void;
93
+ select: () => void;
94
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
95
+ blur: (value: Event) => any;
96
+ focus: (value: Event) => any;
97
+ keydown: (value: KeyboardEvent) => any;
98
+ keypress: (value: KeyboardEvent) => any;
99
+ keyenter: (value: KeyboardEvent) => any;
100
+ "update:modelValue": (value: string) => any;
101
+ "update:isValid": (value: boolean) => any;
102
+ }, string, import('vue').PublicProps, Readonly<{
103
+ modelValue: string;
104
+ isValid?: boolean;
105
+ defaultCountry?: string;
106
+ name?: string;
107
+ }> & Readonly<{
108
+ onBlur?: ((value: Event) => any) | undefined;
109
+ onFocus?: ((value: Event) => any) | undefined;
110
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
111
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
112
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
113
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
114
+ "onUpdate:isValid"?: ((value: boolean) => any) | undefined;
115
+ }>, {
116
+ isValid: boolean;
117
+ defaultCountry: string;
118
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
119
+ };
120
+ setup(): {
121
+ args: any;
122
+ value: import('vue').Ref<string, string>;
123
+ isValid: import('vue').Ref<boolean, boolean>;
124
+ };
125
+ template: string;
126
+ };
127
+ export declare const Error: (args: any) => {
128
+ components: {
129
+ PhoneInput: import('vue').DefineComponent<{
130
+ modelValue: string;
131
+ isValid?: boolean;
132
+ defaultCountry?: string;
133
+ name?: string;
134
+ }, {
135
+ setError: (message?: string) => void;
136
+ focus: () => void;
137
+ select: () => void;
138
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
139
+ blur: (value: Event) => any;
140
+ focus: (value: Event) => any;
141
+ keydown: (value: KeyboardEvent) => any;
142
+ keypress: (value: KeyboardEvent) => any;
143
+ keyenter: (value: KeyboardEvent) => any;
144
+ "update:modelValue": (value: string) => any;
145
+ "update:isValid": (value: boolean) => any;
146
+ }, string, import('vue').PublicProps, Readonly<{
147
+ modelValue: string;
148
+ isValid?: boolean;
149
+ defaultCountry?: string;
150
+ name?: string;
151
+ }> & Readonly<{
152
+ onBlur?: ((value: Event) => any) | undefined;
153
+ onFocus?: ((value: Event) => any) | undefined;
154
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
155
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
156
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
157
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
158
+ "onUpdate:isValid"?: ((value: boolean) => any) | undefined;
159
+ }>, {
160
+ isValid: boolean;
161
+ defaultCountry: string;
162
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
163
+ };
164
+ setup(): {
165
+ args: any;
166
+ };
167
+ mounted(): void;
168
+ template: string;
169
+ };
170
+ export declare const ErrorWithText: (args: any) => {
171
+ components: {
172
+ PhoneInput: import('vue').DefineComponent<{
173
+ modelValue: string;
174
+ isValid?: boolean;
175
+ defaultCountry?: string;
176
+ name?: string;
177
+ }, {
178
+ setError: (message?: string) => void;
179
+ focus: () => void;
180
+ select: () => void;
181
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
182
+ blur: (value: Event) => any;
183
+ focus: (value: Event) => any;
184
+ keydown: (value: KeyboardEvent) => any;
185
+ keypress: (value: KeyboardEvent) => any;
186
+ keyenter: (value: KeyboardEvent) => any;
187
+ "update:modelValue": (value: string) => any;
188
+ "update:isValid": (value: boolean) => any;
189
+ }, string, import('vue').PublicProps, Readonly<{
190
+ modelValue: string;
191
+ isValid?: boolean;
192
+ defaultCountry?: string;
193
+ name?: string;
194
+ }> & Readonly<{
195
+ onBlur?: ((value: Event) => any) | undefined;
196
+ onFocus?: ((value: Event) => any) | undefined;
197
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
198
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
199
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
200
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
201
+ "onUpdate:isValid"?: ((value: boolean) => any) | undefined;
202
+ }>, {
203
+ isValid: boolean;
204
+ defaultCountry: string;
205
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
206
+ };
207
+ setup(): {
208
+ args: any;
209
+ };
210
+ mounted(): void;
211
+ template: string;
212
+ };
@@ -0,0 +1,42 @@
1
+ /**
2
+ *
3
+ * @param error The error message
4
+ */
5
+ declare function setError(message?: string): void;
6
+ declare function focus(): void;
7
+ declare function select(): void;
8
+ declare const _default: import('vue').DefineComponent<{
9
+ modelValue: string;
10
+ isValid?: boolean;
11
+ defaultCountry?: string;
12
+ name?: string;
13
+ }, {
14
+ setError: typeof setError;
15
+ focus: typeof focus;
16
+ select: typeof select;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
18
+ blur: (value: Event) => any;
19
+ focus: (value: Event) => any;
20
+ keydown: (value: KeyboardEvent) => any;
21
+ keypress: (value: KeyboardEvent) => any;
22
+ keyenter: (value: KeyboardEvent) => any;
23
+ "update:modelValue": (value: string) => any;
24
+ "update:isValid": (value: boolean) => any;
25
+ }, string, import('vue').PublicProps, Readonly<{
26
+ modelValue: string;
27
+ isValid?: boolean;
28
+ defaultCountry?: string;
29
+ name?: string;
30
+ }> & Readonly<{
31
+ onBlur?: ((value: Event) => any) | undefined;
32
+ onFocus?: ((value: Event) => any) | undefined;
33
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
34
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
35
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
36
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
37
+ "onUpdate:isValid"?: ((value: boolean) => any) | undefined;
38
+ }>, {
39
+ isValid: boolean;
40
+ defaultCountry: string;
41
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
42
+ export default _default;
@@ -0,0 +1,24 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<{
4
+ invertColors?: boolean;
5
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
+ invertColors?: boolean;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ };
9
+ export default _default;
10
+ export declare const Plain: any;
11
+ export declare const Inverted: any;
12
+ export declare const Large: (args: any) => {
13
+ components: {
14
+ RemoveButton: import('vue').DefineComponent<{
15
+ invertColors?: boolean;
16
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
17
+ invertColors?: boolean;
18
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ };
20
+ setup(): {
21
+ args: any;
22
+ };
23
+ template: string;
24
+ };
@@ -0,0 +1,12 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ /**
3
+ * If this button is used on an "inverted" background, set to true to increase contrast
4
+ */
5
+ invertColors?: boolean;
6
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
7
+ /**
8
+ * If this button is used on an "inverted" background, set to true to increase contrast
9
+ */
10
+ invertColors?: boolean;
11
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4
+ };
5
+ export default _default;
6
+ export declare const Regular: any;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,26 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ actions?(_: {}): any;
4
+ default?(_: {}): any;
5
+ filler?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<{
12
+ modelValue: string | number;
13
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
+ "update:modelValue": (value: string | number) => any;
15
+ }, string, import('vue').PublicProps, Readonly<{
16
+ modelValue: string | number;
17
+ }> & Readonly<{
18
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,96 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ content?(_: {}): any;
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {
7
+ contextMenu: ({
8
+ $: import('vue').ComponentInternalInstance;
9
+ $data: {};
10
+ $props: {
11
+ readonly target?: (import('../DropdownMenu/DropdownTypes').DropDownTarget | null) | undefined;
12
+ readonly onClose?: (() => any) | undefined;
13
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
14
+ $attrs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $refs: {
18
+ [x: string]: unknown;
19
+ };
20
+ $slots: Readonly<{
21
+ [name: string]: import('vue').Slot<any> | undefined;
22
+ }>;
23
+ $root: import('vue').ComponentPublicInstance | null;
24
+ $parent: import('vue').ComponentPublicInstance | null;
25
+ $host: Element | null;
26
+ $emit: (event: "close") => void;
27
+ $el: any;
28
+ $options: import('vue').ComponentOptionsBase<Readonly<{
29
+ target?: import('../DropdownMenu/DropdownTypes').DropDownTarget | null;
30
+ }> & Readonly<{
31
+ onClose?: (() => any) | undefined;
32
+ }>, {
33
+ open: () => void;
34
+ close: () => void;
35
+ isOpen: () => boolean;
36
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
37
+ close: () => any;
38
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
39
+ beforeCreate?: (() => void) | (() => void)[];
40
+ created?: (() => void) | (() => void)[];
41
+ beforeMount?: (() => void) | (() => void)[];
42
+ mounted?: (() => void) | (() => void)[];
43
+ beforeUpdate?: (() => void) | (() => void)[];
44
+ updated?: (() => void) | (() => void)[];
45
+ activated?: (() => void) | (() => void)[];
46
+ deactivated?: (() => void) | (() => void)[];
47
+ beforeDestroy?: (() => void) | (() => void)[];
48
+ beforeUnmount?: (() => void) | (() => void)[];
49
+ destroyed?: (() => void) | (() => void)[];
50
+ unmounted?: (() => void) | (() => void)[];
51
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
52
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
53
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
54
+ };
55
+ $forceUpdate: () => void;
56
+ $nextTick: typeof import('vue').nextTick;
57
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
58
+ } & Readonly<{}> & Omit<Readonly<{
59
+ target?: import('../DropdownMenu/DropdownTypes').DropDownTarget | null;
60
+ }> & Readonly<{
61
+ onClose?: (() => any) | undefined;
62
+ }>, "close" | "open" | "isOpen"> & import('vue').ShallowUnwrapRef<{
63
+ open: () => void;
64
+ close: () => void;
65
+ isOpen: () => boolean;
66
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
67
+ $slots: {
68
+ default?(_: {}): any;
69
+ };
70
+ }) | null;
71
+ };
72
+ attrs: Partial<{}>;
73
+ };
74
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
75
+ declare const __VLS_component: import('vue').DefineComponent<{
76
+ label?: string;
77
+ count?: number;
78
+ value: string | number;
79
+ onClose?: any;
80
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
81
+ close: () => any;
82
+ }, string, import('vue').PublicProps, Readonly<{
83
+ label?: string;
84
+ count?: number;
85
+ value: string | number;
86
+ onClose?: any;
87
+ }> & Readonly<{
88
+ onClose?: (() => any) | undefined;
89
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
90
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
91
+ export default _default;
92
+ type __VLS_WithTemplateSlots<T, S> = T & {
93
+ new (): {
94
+ $slots: S;
95
+ };
96
+ };
@@ -0,0 +1,2 @@
1
+ import { InjectionKey, Ref } from 'vue';
2
+ export declare const selectedTabKey: InjectionKey<Ref<string | number>>;