@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,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,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,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,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,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,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,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,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,98 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<{
4
+ modelValue?: string;
5
+ name?: string;
6
+ type?: string;
7
+ placeholder?: string;
8
+ autocomplete?: "email" | "url";
9
+ }, {
10
+ setError: (message?: string) => void;
11
+ focus: () => void;
12
+ select: () => void;
13
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
+ blur: (value: Event) => any;
15
+ focus: (value: Event) => any;
16
+ "update:modelValue": (value: string) => any;
17
+ }, string, import('vue').PublicProps, Readonly<{
18
+ modelValue?: string;
19
+ name?: string;
20
+ type?: string;
21
+ placeholder?: string;
22
+ autocomplete?: "email" | "url";
23
+ }> & Readonly<{
24
+ onBlur?: ((value: Event) => any) | undefined;
25
+ onFocus?: ((value: Event) => any) | undefined;
26
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
27
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
+ };
29
+ export default _default;
30
+ export declare const Regular: any;
31
+ export declare const Error: (args: any) => {
32
+ components: {
33
+ InlineInput: import('vue').DefineComponent<{
34
+ modelValue?: string;
35
+ name?: string;
36
+ type?: string;
37
+ placeholder?: string;
38
+ autocomplete?: "email" | "url";
39
+ }, {
40
+ setError: (message?: string) => void;
41
+ focus: () => void;
42
+ select: () => void;
43
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
44
+ blur: (value: Event) => any;
45
+ focus: (value: Event) => any;
46
+ "update:modelValue": (value: string) => any;
47
+ }, string, import('vue').PublicProps, Readonly<{
48
+ modelValue?: string;
49
+ name?: string;
50
+ type?: string;
51
+ placeholder?: string;
52
+ autocomplete?: "email" | "url";
53
+ }> & Readonly<{
54
+ onBlur?: ((value: Event) => any) | undefined;
55
+ onFocus?: ((value: Event) => any) | undefined;
56
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
57
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
58
+ };
59
+ setup(): {
60
+ args: any;
61
+ };
62
+ mounted(): void;
63
+ template: string;
64
+ };
65
+ export declare const ErrorWithText: (args: any) => {
66
+ components: {
67
+ InlineInput: import('vue').DefineComponent<{
68
+ modelValue?: string;
69
+ name?: string;
70
+ type?: string;
71
+ placeholder?: string;
72
+ autocomplete?: "email" | "url";
73
+ }, {
74
+ setError: (message?: string) => void;
75
+ focus: () => void;
76
+ select: () => void;
77
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
78
+ blur: (value: Event) => any;
79
+ focus: (value: Event) => any;
80
+ "update:modelValue": (value: string) => any;
81
+ }, string, import('vue').PublicProps, Readonly<{
82
+ modelValue?: string;
83
+ name?: string;
84
+ type?: string;
85
+ placeholder?: string;
86
+ autocomplete?: "email" | "url";
87
+ }> & Readonly<{
88
+ onBlur?: ((value: Event) => any) | undefined;
89
+ onFocus?: ((value: Event) => any) | undefined;
90
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
91
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
92
+ };
93
+ setup(): {
94
+ args: any;
95
+ };
96
+ mounted(): void;
97
+ template: string;
98
+ };
@@ -0,0 +1,33 @@
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
+ name?: string;
11
+ type?: string;
12
+ placeholder?: string;
13
+ autocomplete?: "email" | "url";
14
+ }, {
15
+ setError: typeof setError;
16
+ focus: typeof focus;
17
+ select: typeof select;
18
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
19
+ blur: (value: Event) => any;
20
+ focus: (value: Event) => any;
21
+ "update:modelValue": (value: string) => any;
22
+ }, string, import('vue').PublicProps, Readonly<{
23
+ modelValue?: string;
24
+ name?: string;
25
+ type?: string;
26
+ placeholder?: string;
27
+ autocomplete?: "email" | "url";
28
+ }> & Readonly<{
29
+ onBlur?: ((value: Event) => any) | undefined;
30
+ onFocus?: ((value: Event) => any) | undefined;
31
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
32
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ export default _default;
@@ -0,0 +1,181 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
5
+ to: string;
6
+ label?: string;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
8
+ P: {};
9
+ B: {};
10
+ D: {};
11
+ C: {};
12
+ M: {};
13
+ Defaults: {};
14
+ }, Readonly<{
15
+ to: string;
16
+ label?: string;
17
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
18
+ __isFragment?: never;
19
+ __isTeleport?: never;
20
+ __isSuspense?: never;
21
+ } & import('vue').ComponentOptionsBase<Readonly<{
22
+ to: string;
23
+ label?: string;
24
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
25
+ $slots: {
26
+ default?(_: {}): any;
27
+ dropdown?(_: {}): any;
28
+ };
29
+ });
30
+ };
31
+ export default _default;
32
+ export declare const Plain: (args: any) => {
33
+ components: {
34
+ ListLink: {
35
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
36
+ to: string;
37
+ label?: string;
38
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
39
+ P: {};
40
+ B: {};
41
+ D: {};
42
+ C: {};
43
+ M: {};
44
+ Defaults: {};
45
+ }, Readonly<{
46
+ to: string;
47
+ label?: string;
48
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
49
+ __isFragment?: never;
50
+ __isTeleport?: never;
51
+ __isSuspense?: never;
52
+ } & import('vue').ComponentOptionsBase<Readonly<{
53
+ to: string;
54
+ label?: string;
55
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
56
+ $slots: {
57
+ default?(_: {}): any;
58
+ dropdown?(_: {}): any;
59
+ };
60
+ });
61
+ DropdownItem: {
62
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
63
+ disabled?: boolean;
64
+ title?: string;
65
+ onClick?: any;
66
+ }> & Readonly<{
67
+ onClick?: ((preventClose: () => void) => any) | undefined;
68
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
69
+ click: (preventClose: () => void) => any;
70
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
71
+ P: {};
72
+ B: {};
73
+ D: {};
74
+ C: {};
75
+ M: {};
76
+ Defaults: {};
77
+ }, Readonly<{
78
+ disabled?: boolean;
79
+ title?: string;
80
+ onClick?: any;
81
+ }> & Readonly<{
82
+ onClick?: ((preventClose: () => void) => any) | undefined;
83
+ }>, {}, {}, {}, {}, {}>;
84
+ __isFragment?: never;
85
+ __isTeleport?: never;
86
+ __isSuspense?: never;
87
+ } & import('vue').ComponentOptionsBase<Readonly<{
88
+ disabled?: boolean;
89
+ title?: string;
90
+ onClick?: any;
91
+ }> & Readonly<{
92
+ onClick?: ((preventClose: () => void) => any) | undefined;
93
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
94
+ click: (preventClose: () => void) => any;
95
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
96
+ $slots: {
97
+ default?(_: {}): any;
98
+ };
99
+ });
100
+ DropdownDivider: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
101
+ };
102
+ setup(): {
103
+ args: any;
104
+ };
105
+ template: string;
106
+ };
107
+ export declare const WithContextMenu: (args: any) => {
108
+ components: {
109
+ ListLink: {
110
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
111
+ to: string;
112
+ label?: string;
113
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
114
+ P: {};
115
+ B: {};
116
+ D: {};
117
+ C: {};
118
+ M: {};
119
+ Defaults: {};
120
+ }, Readonly<{
121
+ to: string;
122
+ label?: string;
123
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
124
+ __isFragment?: never;
125
+ __isTeleport?: never;
126
+ __isSuspense?: never;
127
+ } & import('vue').ComponentOptionsBase<Readonly<{
128
+ to: string;
129
+ label?: string;
130
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
131
+ $slots: {
132
+ default?(_: {}): any;
133
+ dropdown?(_: {}): any;
134
+ };
135
+ });
136
+ DropdownItem: {
137
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
138
+ disabled?: boolean;
139
+ title?: string;
140
+ onClick?: any;
141
+ }> & Readonly<{
142
+ onClick?: ((preventClose: () => void) => any) | undefined;
143
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
144
+ click: (preventClose: () => void) => any;
145
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
146
+ P: {};
147
+ B: {};
148
+ D: {};
149
+ C: {};
150
+ M: {};
151
+ Defaults: {};
152
+ }, Readonly<{
153
+ disabled?: boolean;
154
+ title?: string;
155
+ onClick?: any;
156
+ }> & Readonly<{
157
+ onClick?: ((preventClose: () => void) => any) | undefined;
158
+ }>, {}, {}, {}, {}, {}>;
159
+ __isFragment?: never;
160
+ __isTeleport?: never;
161
+ __isSuspense?: never;
162
+ } & import('vue').ComponentOptionsBase<Readonly<{
163
+ disabled?: boolean;
164
+ title?: string;
165
+ onClick?: any;
166
+ }> & Readonly<{
167
+ onClick?: ((preventClose: () => void) => any) | undefined;
168
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
169
+ click: (preventClose: () => void) => any;
170
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
171
+ $slots: {
172
+ default?(_: {}): any;
173
+ };
174
+ });
175
+ DropdownDivider: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
176
+ };
177
+ setup(): {
178
+ args: any;
179
+ };
180
+ template: string;
181
+ };
@@ -0,0 +1,25 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ dropdown?(_: {}): any;
5
+ };
6
+ refs: {
7
+ element: HTMLLIElement;
8
+ };
9
+ attrs: Partial<{}>;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<{
13
+ to: string;
14
+ label?: string;
15
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
16
+ to: string;
17
+ label?: string;
18
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
+ export default _default;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -0,0 +1,28 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
5
+ loading: boolean;
6
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
7
+ P: {};
8
+ B: {};
9
+ D: {};
10
+ C: {};
11
+ M: {};
12
+ Defaults: {};
13
+ }, Readonly<{
14
+ loading: boolean;
15
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
16
+ __isFragment?: never;
17
+ __isTeleport?: never;
18
+ __isSuspense?: never;
19
+ } & import('vue').ComponentOptionsBase<Readonly<{
20
+ loading: boolean;
21
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
22
+ $slots: {
23
+ default?(_: {}): any;
24
+ };
25
+ });
26
+ };
27
+ export default _default;
28
+ export declare const Regular: any;
@@ -0,0 +1,20 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{
10
+ loading: boolean;
11
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
12
+ loading: boolean;
13
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ export default _default;
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,32 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
5
+ label?: string;
6
+ isRoot?: boolean;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
8
+ P: {};
9
+ B: {};
10
+ D: {};
11
+ C: {};
12
+ M: {};
13
+ Defaults: {};
14
+ }, Readonly<{
15
+ label?: string;
16
+ isRoot?: boolean;
17
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
18
+ __isFragment?: never;
19
+ __isTeleport?: never;
20
+ __isSuspense?: never;
21
+ } & import('vue').ComponentOptionsBase<Readonly<{
22
+ label?: string;
23
+ isRoot?: boolean;
24
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
25
+ $slots: {
26
+ default?(_: {}): any;
27
+ };
28
+ });
29
+ };
30
+ export default _default;
31
+ export declare const Plain: any;
32
+ export declare const Root: any;
@@ -0,0 +1,22 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{
10
+ label?: string;
11
+ isRoot?: boolean;
12
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
13
+ label?: string;
14
+ isRoot?: boolean;
15
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,22 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{
10
+ label?: string;
11
+ contentClass?: string | Record<string, any> | Array<string>;
12
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
13
+ label?: string;
14
+ contentClass?: string | Record<string, any> | Array<string>;
15
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };