@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,451 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
5
+ label?: string;
6
+ count?: number;
7
+ value: string | number;
8
+ onClose?: any;
9
+ }> & Readonly<{
10
+ onClose?: (() => any) | undefined;
11
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ close: () => any;
13
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
14
+ P: {};
15
+ B: {};
16
+ D: {};
17
+ C: {};
18
+ M: {};
19
+ Defaults: {};
20
+ }, Readonly<{
21
+ label?: string;
22
+ count?: number;
23
+ value: string | number;
24
+ onClose?: any;
25
+ }> & Readonly<{
26
+ onClose?: (() => any) | undefined;
27
+ }>, {}, {}, {}, {}, {}>;
28
+ __isFragment?: never;
29
+ __isTeleport?: never;
30
+ __isSuspense?: never;
31
+ } & import('vue').ComponentOptionsBase<Readonly<{
32
+ label?: string;
33
+ count?: number;
34
+ value: string | number;
35
+ onClose?: any;
36
+ }> & Readonly<{
37
+ onClose?: (() => any) | undefined;
38
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
39
+ close: () => any;
40
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
41
+ $slots: {
42
+ content?(_: {}): any;
43
+ default?(_: {}): any;
44
+ };
45
+ });
46
+ };
47
+ export default _default;
48
+ export declare const InPanel: (args: any) => {
49
+ components: {
50
+ TabItem: {
51
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
52
+ label?: string;
53
+ count?: number;
54
+ value: string | number;
55
+ onClose?: any;
56
+ }> & Readonly<{
57
+ onClose?: (() => any) | undefined;
58
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
59
+ close: () => any;
60
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
61
+ P: {};
62
+ B: {};
63
+ D: {};
64
+ C: {};
65
+ M: {};
66
+ Defaults: {};
67
+ }, Readonly<{
68
+ label?: string;
69
+ count?: number;
70
+ value: string | number;
71
+ onClose?: any;
72
+ }> & Readonly<{
73
+ onClose?: (() => any) | undefined;
74
+ }>, {}, {}, {}, {}, {}>;
75
+ __isFragment?: never;
76
+ __isTeleport?: never;
77
+ __isSuspense?: never;
78
+ } & import('vue').ComponentOptionsBase<Readonly<{
79
+ label?: string;
80
+ count?: number;
81
+ value: string | number;
82
+ onClose?: any;
83
+ }> & Readonly<{
84
+ onClose?: (() => any) | undefined;
85
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
86
+ close: () => any;
87
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
88
+ $slots: {
89
+ content?(_: {}): any;
90
+ default?(_: {}): any;
91
+ };
92
+ });
93
+ Panel: {
94
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
95
+ label?: string;
96
+ isRoot?: boolean;
97
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
98
+ P: {};
99
+ B: {};
100
+ D: {};
101
+ C: {};
102
+ M: {};
103
+ Defaults: {};
104
+ }, Readonly<{
105
+ label?: string;
106
+ isRoot?: boolean;
107
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
108
+ __isFragment?: never;
109
+ __isTeleport?: never;
110
+ __isSuspense?: never;
111
+ } & import('vue').ComponentOptionsBase<Readonly<{
112
+ label?: string;
113
+ isRoot?: boolean;
114
+ }> & 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 () => {
115
+ $slots: {
116
+ default?(_: {}): any;
117
+ };
118
+ });
119
+ TabBar: {
120
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
121
+ modelValue: string | number;
122
+ }> & Readonly<{
123
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
124
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
125
+ "update:modelValue": (value: string | number) => any;
126
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
127
+ P: {};
128
+ B: {};
129
+ D: {};
130
+ C: {};
131
+ M: {};
132
+ Defaults: {};
133
+ }, Readonly<{
134
+ modelValue: string | number;
135
+ }> & Readonly<{
136
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
137
+ }>, {}, {}, {}, {}, {}>;
138
+ __isFragment?: never;
139
+ __isTeleport?: never;
140
+ __isSuspense?: never;
141
+ } & import('vue').ComponentOptionsBase<Readonly<{
142
+ modelValue: string | number;
143
+ }> & Readonly<{
144
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
145
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
146
+ "update:modelValue": (value: string | number) => any;
147
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
148
+ $slots: {
149
+ actions?(_: {}): any;
150
+ default?(_: {}): any;
151
+ filler?(_: {}): any;
152
+ };
153
+ });
154
+ DropdownItem: {
155
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
156
+ disabled?: boolean;
157
+ title?: string;
158
+ onClick?: any;
159
+ }> & Readonly<{
160
+ onClick?: ((preventClose: () => void) => any) | undefined;
161
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
162
+ click: (preventClose: () => void) => any;
163
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
164
+ P: {};
165
+ B: {};
166
+ D: {};
167
+ C: {};
168
+ M: {};
169
+ Defaults: {};
170
+ }, Readonly<{
171
+ disabled?: boolean;
172
+ title?: string;
173
+ onClick?: any;
174
+ }> & Readonly<{
175
+ onClick?: ((preventClose: () => void) => any) | undefined;
176
+ }>, {}, {}, {}, {}, {}>;
177
+ __isFragment?: never;
178
+ __isTeleport?: never;
179
+ __isSuspense?: never;
180
+ } & import('vue').ComponentOptionsBase<Readonly<{
181
+ disabled?: boolean;
182
+ title?: string;
183
+ onClick?: any;
184
+ }> & Readonly<{
185
+ onClick?: ((preventClose: () => void) => any) | undefined;
186
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
187
+ click: (preventClose: () => void) => any;
188
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
189
+ $slots: {
190
+ default?(_: {}): any;
191
+ };
192
+ });
193
+ };
194
+ setup(): {
195
+ args: any;
196
+ selectedTab: import('vue').Ref<string, string>;
197
+ };
198
+ template: string;
199
+ };
200
+ export declare const Scroll: (args: any) => {
201
+ components: {
202
+ TabItem: {
203
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
204
+ label?: string;
205
+ count?: number;
206
+ value: string | number;
207
+ onClose?: any;
208
+ }> & Readonly<{
209
+ onClose?: (() => any) | undefined;
210
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
211
+ close: () => any;
212
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
213
+ P: {};
214
+ B: {};
215
+ D: {};
216
+ C: {};
217
+ M: {};
218
+ Defaults: {};
219
+ }, Readonly<{
220
+ label?: string;
221
+ count?: number;
222
+ value: string | number;
223
+ onClose?: any;
224
+ }> & Readonly<{
225
+ onClose?: (() => any) | undefined;
226
+ }>, {}, {}, {}, {}, {}>;
227
+ __isFragment?: never;
228
+ __isTeleport?: never;
229
+ __isSuspense?: never;
230
+ } & import('vue').ComponentOptionsBase<Readonly<{
231
+ label?: string;
232
+ count?: number;
233
+ value: string | number;
234
+ onClose?: any;
235
+ }> & Readonly<{
236
+ onClose?: (() => any) | undefined;
237
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
238
+ close: () => any;
239
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
240
+ $slots: {
241
+ content?(_: {}): any;
242
+ default?(_: {}): any;
243
+ };
244
+ });
245
+ Panel: {
246
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
247
+ label?: string;
248
+ isRoot?: boolean;
249
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
250
+ P: {};
251
+ B: {};
252
+ D: {};
253
+ C: {};
254
+ M: {};
255
+ Defaults: {};
256
+ }, Readonly<{
257
+ label?: string;
258
+ isRoot?: boolean;
259
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
260
+ __isFragment?: never;
261
+ __isTeleport?: never;
262
+ __isSuspense?: never;
263
+ } & import('vue').ComponentOptionsBase<Readonly<{
264
+ label?: string;
265
+ isRoot?: boolean;
266
+ }> & 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 () => {
267
+ $slots: {
268
+ default?(_: {}): any;
269
+ };
270
+ });
271
+ TabBar: {
272
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
273
+ modelValue: string | number;
274
+ }> & Readonly<{
275
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
276
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
277
+ "update:modelValue": (value: string | number) => any;
278
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
279
+ P: {};
280
+ B: {};
281
+ D: {};
282
+ C: {};
283
+ M: {};
284
+ Defaults: {};
285
+ }, Readonly<{
286
+ modelValue: string | number;
287
+ }> & Readonly<{
288
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
289
+ }>, {}, {}, {}, {}, {}>;
290
+ __isFragment?: never;
291
+ __isTeleport?: never;
292
+ __isSuspense?: never;
293
+ } & import('vue').ComponentOptionsBase<Readonly<{
294
+ modelValue: string | number;
295
+ }> & Readonly<{
296
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
297
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
298
+ "update:modelValue": (value: string | number) => any;
299
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
300
+ $slots: {
301
+ actions?(_: {}): any;
302
+ default?(_: {}): any;
303
+ filler?(_: {}): any;
304
+ };
305
+ });
306
+ };
307
+ setup(): {
308
+ args: any;
309
+ selectedTab: import('vue').Ref<string, string>;
310
+ };
311
+ template: string;
312
+ };
313
+ export declare const InPanelContent: (args: any) => {
314
+ components: {
315
+ TabItem: {
316
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
317
+ label?: string;
318
+ count?: number;
319
+ value: string | number;
320
+ onClose?: any;
321
+ }> & Readonly<{
322
+ onClose?: (() => any) | undefined;
323
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
324
+ close: () => any;
325
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
326
+ P: {};
327
+ B: {};
328
+ D: {};
329
+ C: {};
330
+ M: {};
331
+ Defaults: {};
332
+ }, Readonly<{
333
+ label?: string;
334
+ count?: number;
335
+ value: string | number;
336
+ onClose?: any;
337
+ }> & Readonly<{
338
+ onClose?: (() => any) | undefined;
339
+ }>, {}, {}, {}, {}, {}>;
340
+ __isFragment?: never;
341
+ __isTeleport?: never;
342
+ __isSuspense?: never;
343
+ } & import('vue').ComponentOptionsBase<Readonly<{
344
+ label?: string;
345
+ count?: number;
346
+ value: string | number;
347
+ onClose?: any;
348
+ }> & Readonly<{
349
+ onClose?: (() => any) | undefined;
350
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
351
+ close: () => any;
352
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
353
+ $slots: {
354
+ content?(_: {}): any;
355
+ default?(_: {}): any;
356
+ };
357
+ });
358
+ Panel: {
359
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
360
+ label?: string;
361
+ isRoot?: boolean;
362
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
363
+ P: {};
364
+ B: {};
365
+ D: {};
366
+ C: {};
367
+ M: {};
368
+ Defaults: {};
369
+ }, Readonly<{
370
+ label?: string;
371
+ isRoot?: boolean;
372
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
373
+ __isFragment?: never;
374
+ __isTeleport?: never;
375
+ __isSuspense?: never;
376
+ } & import('vue').ComponentOptionsBase<Readonly<{
377
+ label?: string;
378
+ isRoot?: boolean;
379
+ }> & 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 () => {
380
+ $slots: {
381
+ default?(_: {}): any;
382
+ };
383
+ });
384
+ PanelContent: {
385
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
386
+ label?: string;
387
+ contentClass?: string | Record<string, any> | Array<string>;
388
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
389
+ P: {};
390
+ B: {};
391
+ D: {};
392
+ C: {};
393
+ M: {};
394
+ Defaults: {};
395
+ }, Readonly<{
396
+ label?: string;
397
+ contentClass?: string | Record<string, any> | Array<string>;
398
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
399
+ __isFragment?: never;
400
+ __isTeleport?: never;
401
+ __isSuspense?: never;
402
+ } & import('vue').ComponentOptionsBase<Readonly<{
403
+ label?: string;
404
+ contentClass?: string | Record<string, any> | Array<string>;
405
+ }> & 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 () => {
406
+ $slots: {
407
+ default?(_: {}): any;
408
+ };
409
+ });
410
+ TabBar: {
411
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
412
+ modelValue: string | number;
413
+ }> & Readonly<{
414
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
415
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
416
+ "update:modelValue": (value: string | number) => any;
417
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
418
+ P: {};
419
+ B: {};
420
+ D: {};
421
+ C: {};
422
+ M: {};
423
+ Defaults: {};
424
+ }, Readonly<{
425
+ modelValue: string | number;
426
+ }> & Readonly<{
427
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
428
+ }>, {}, {}, {}, {}, {}>;
429
+ __isFragment?: never;
430
+ __isTeleport?: never;
431
+ __isSuspense?: never;
432
+ } & import('vue').ComponentOptionsBase<Readonly<{
433
+ modelValue: string | number;
434
+ }> & Readonly<{
435
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
436
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
437
+ "update:modelValue": (value: string | number) => any;
438
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
439
+ $slots: {
440
+ actions?(_: {}): any;
441
+ default?(_: {}): any;
442
+ filler?(_: {}): any;
443
+ };
444
+ });
445
+ };
446
+ setup(): {
447
+ args: any;
448
+ selectedTab: import('vue').Ref<string, string>;
449
+ };
450
+ template: string;
451
+ };
@@ -0,0 +1,185 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<{
4
+ modelValue: any;
5
+ } & {
6
+ placeholder?: string;
7
+ name?: string;
8
+ type?: string;
9
+ disabled?: boolean;
10
+ autocomplete?: "email" | "url" | "off" | "tel" | "text" | "password";
11
+ }, {
12
+ setError: (message?: string) => void;
13
+ focus: () => void;
14
+ blur: () => void;
15
+ select: () => void;
16
+ scrollIntoView: () => void;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ "update:modelValue": (modelValue: any) => any;
19
+ } & {
20
+ blur: (value: Event) => any;
21
+ focus: (value: Event) => any;
22
+ keydown: (value: KeyboardEvent) => any;
23
+ keypress: (value: KeyboardEvent) => any;
24
+ keyenter: (value: KeyboardEvent) => any;
25
+ }, string, import('vue').PublicProps, Readonly<{
26
+ modelValue: any;
27
+ } & {
28
+ placeholder?: string;
29
+ name?: string;
30
+ type?: string;
31
+ disabled?: boolean;
32
+ autocomplete?: "email" | "url" | "off" | "tel" | "text" | "password";
33
+ }> & Readonly<{
34
+ onBlur?: ((value: Event) => any) | undefined;
35
+ onFocus?: ((value: Event) => any) | undefined;
36
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
37
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
38
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
39
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
40
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
41
+ };
42
+ export default _default;
43
+ export declare const Regular: any;
44
+ export declare const Placeholder: any;
45
+ export declare const WithLabel: (args: any) => {
46
+ components: {
47
+ TextInput: import('vue').DefineComponent<{
48
+ modelValue: any;
49
+ } & {
50
+ placeholder?: string;
51
+ name?: string;
52
+ type?: string;
53
+ disabled?: boolean;
54
+ autocomplete?: "email" | "url" | "off" | "tel" | "text" | "password";
55
+ }, {
56
+ setError: (message?: string) => void;
57
+ focus: () => void;
58
+ blur: () => void;
59
+ select: () => void;
60
+ scrollIntoView: () => void;
61
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
62
+ "update:modelValue": (modelValue: any) => any;
63
+ } & {
64
+ blur: (value: Event) => any;
65
+ focus: (value: Event) => any;
66
+ keydown: (value: KeyboardEvent) => any;
67
+ keypress: (value: KeyboardEvent) => any;
68
+ keyenter: (value: KeyboardEvent) => any;
69
+ }, string, import('vue').PublicProps, Readonly<{
70
+ modelValue: any;
71
+ } & {
72
+ placeholder?: string;
73
+ name?: string;
74
+ type?: string;
75
+ disabled?: boolean;
76
+ autocomplete?: "email" | "url" | "off" | "tel" | "text" | "password";
77
+ }> & Readonly<{
78
+ onBlur?: ((value: Event) => any) | undefined;
79
+ onFocus?: ((value: Event) => any) | undefined;
80
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
81
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
82
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
83
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
84
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
85
+ };
86
+ setup(): {
87
+ args: any;
88
+ };
89
+ mounted(): void;
90
+ template: string;
91
+ };
92
+ export declare const Error: (args: any) => {
93
+ components: {
94
+ TextInput: import('vue').DefineComponent<{
95
+ modelValue: any;
96
+ } & {
97
+ placeholder?: string;
98
+ name?: string;
99
+ type?: string;
100
+ disabled?: boolean;
101
+ autocomplete?: "email" | "url" | "off" | "tel" | "text" | "password";
102
+ }, {
103
+ setError: (message?: string) => void;
104
+ focus: () => void;
105
+ blur: () => void;
106
+ select: () => void;
107
+ scrollIntoView: () => void;
108
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
109
+ "update:modelValue": (modelValue: any) => any;
110
+ } & {
111
+ blur: (value: Event) => any;
112
+ focus: (value: Event) => any;
113
+ keydown: (value: KeyboardEvent) => any;
114
+ keypress: (value: KeyboardEvent) => any;
115
+ keyenter: (value: KeyboardEvent) => any;
116
+ }, string, import('vue').PublicProps, Readonly<{
117
+ modelValue: any;
118
+ } & {
119
+ placeholder?: string;
120
+ name?: string;
121
+ type?: string;
122
+ disabled?: boolean;
123
+ autocomplete?: "email" | "url" | "off" | "tel" | "text" | "password";
124
+ }> & Readonly<{
125
+ onBlur?: ((value: Event) => any) | undefined;
126
+ onFocus?: ((value: Event) => any) | undefined;
127
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
128
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
129
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
130
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
131
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
132
+ };
133
+ setup(): {
134
+ args: any;
135
+ };
136
+ mounted(): void;
137
+ template: string;
138
+ };
139
+ export declare const ErrorWithText: (args: any) => {
140
+ components: {
141
+ TextInput: import('vue').DefineComponent<{
142
+ modelValue: any;
143
+ } & {
144
+ placeholder?: string;
145
+ name?: string;
146
+ type?: string;
147
+ disabled?: boolean;
148
+ autocomplete?: "email" | "url" | "off" | "tel" | "text" | "password";
149
+ }, {
150
+ setError: (message?: string) => void;
151
+ focus: () => void;
152
+ blur: () => void;
153
+ select: () => void;
154
+ scrollIntoView: () => void;
155
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
156
+ "update:modelValue": (modelValue: any) => any;
157
+ } & {
158
+ blur: (value: Event) => any;
159
+ focus: (value: Event) => any;
160
+ keydown: (value: KeyboardEvent) => any;
161
+ keypress: (value: KeyboardEvent) => any;
162
+ keyenter: (value: KeyboardEvent) => any;
163
+ }, string, import('vue').PublicProps, Readonly<{
164
+ modelValue: any;
165
+ } & {
166
+ placeholder?: string;
167
+ name?: string;
168
+ type?: string;
169
+ disabled?: boolean;
170
+ autocomplete?: "email" | "url" | "off" | "tel" | "text" | "password";
171
+ }> & Readonly<{
172
+ onBlur?: ((value: Event) => any) | undefined;
173
+ onFocus?: ((value: Event) => any) | undefined;
174
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
175
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
176
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
177
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
178
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
179
+ };
180
+ setup(): {
181
+ args: any;
182
+ };
183
+ mounted(): void;
184
+ template: string;
185
+ };
@@ -0,0 +1,42 @@
1
+ declare let __VLS_typeProps: {
2
+ placeholder?: string;
3
+ name?: string;
4
+ type?: string;
5
+ disabled?: boolean;
6
+ autocomplete?: 'email' | 'url' | 'off' | 'tel' | 'text' | 'password';
7
+ };
8
+ /**
9
+ *
10
+ * @param error The error message
11
+ */
12
+ declare function setError(message?: string): void;
13
+ declare function focus(): void;
14
+ declare function blur(): void;
15
+ declare function select(): void;
16
+ declare function scrollIntoView(): void;
17
+ type __VLS_PublicProps = {
18
+ modelValue: any;
19
+ } & typeof __VLS_typeProps;
20
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
21
+ setError: typeof setError;
22
+ focus: typeof focus;
23
+ blur: typeof blur;
24
+ select: typeof select;
25
+ scrollIntoView: typeof scrollIntoView;
26
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
+ "update:modelValue": (modelValue: any) => any;
28
+ } & {
29
+ blur: (value: Event) => any;
30
+ focus: (value: Event) => any;
31
+ keydown: (value: KeyboardEvent) => any;
32
+ keypress: (value: KeyboardEvent) => any;
33
+ keyenter: (value: KeyboardEvent) => any;
34
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
35
+ onBlur?: ((value: Event) => any) | undefined;
36
+ onFocus?: ((value: Event) => any) | undefined;
37
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
38
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
39
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
40
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
41
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
42
+ export default _default;