design-system-next 2.20.5 → 2.21.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.
@@ -0,0 +1,1360 @@
1
+ import { AccordionItem } from '../src/components/accordion/accordion';
2
+ import { AccordionPropTypes } from '../src/components/accordion/accordion';
3
+ import { App } from 'vue';
4
+ import { AttributeFilterPropTypes } from '../src/components/attribute-filter/attribute-filter';
5
+ import { AuditTrailPropTypes } from '../src/components/audit-trail/audit-trail';
6
+ import { AVATAR_VARIANT } from '../src/components/avatar/avatar';
7
+ import { AvatarEmitTypes } from '../src/components/avatar/avatar';
8
+ import { AvatarPropTypes } from '../src/components/avatar/avatar';
9
+ import { BadgePropTypes } from '../src/components/badge/badge';
10
+ import { BannerPropTypes } from '../src/components/banner/banner';
11
+ import { ButtonEmitTypes } from '../src/components/button/button';
12
+ import { ButtonPropTypes } from '../src/components/button/button';
13
+ import { ButtonType } from '../src/components/button/button';
14
+ import { CalendarCellPropTypes } from '../src/components/calendar-cell/calendar-cell';
15
+ import { CalendarPropTypes } from '../src/components/calendar/calendar';
16
+ import { CardPropTypes } from '../src/components/card/card';
17
+ import { CheckboxPropTypes } from '../src/components/checkbox/checkbox';
18
+ import { ChipsPropTypes } from '../src/components/chips/chips';
19
+ import { CollapsibleEmitTypes } from '../src/components/collapsible/collapsible';
20
+ import { CollapsibleProps as CollapsiblePropTypes } from '../src/components/collapsible/collapsible';
21
+ import { ComponentOptionsMixin } from 'vue';
22
+ import { ComponentProvideOptions } from 'vue';
23
+ import { ComputedRef } from 'vue';
24
+ import { DatePickerPropTypes } from '../src/components/date-picker/date-picker';
25
+ import { DefineComponent } from 'vue';
26
+ import { DisabledDatesType } from '../date-picker';
27
+ import { DropdownPropTypes } from '../src/components/dropdown/dropdown';
28
+ import { EmptyStatePropTypes } from '../src/components/empty-state/empty-state';
29
+ import { ExtractPropTypes } from 'vue';
30
+ import { FileUploadPropTypes } from '../src/components/file-upload/file-upload';
31
+ import { FilterPropTypes } from '../src/components/filter/filter';
32
+ import { FloatingActionProps as FloatingActionPropTypes } from '../src/components/floating-action/floating-action';
33
+ import { IconPropTypes } from '../src/components/icon/icon';
34
+ import { InputPropTypes } from '../src/components/input/input';
35
+ import { ListPropTypes } from '../src/components/list/list';
36
+ import { LogoPropTypes } from '../src/components/logo/logo';
37
+ import { LozengePropTypes } from '../src/components/lozenge/lozenge';
38
+ import { ModalPropTypes } from '../src/components/modal/modal';
39
+ import { PopperPropTypes } from '../src/components/popper/popper';
40
+ import { ProgressBarPropTypes } from '../src/components/progress-bar/progress-bar';
41
+ import { PropType } from 'vue';
42
+ import { PublicProps } from 'vue';
43
+ import { RadioPropTypes } from '../src/components/radio/radio';
44
+ import { RestDayType } from '../date-picker';
45
+ import { SelectPropTypes } from '../src/components/select/select';
46
+ import { SidenavPropTypes } from '../src/components/sidenav/sidenav';
47
+ import { SidepanelPropTypes } from '../src/components/sidepanel/sidepanel';
48
+ import { SliderPropTypes } from '../src/components/slider/slider';
49
+ import { SnackPropTypes } from './snack/snack';
50
+ import { StatusPropTypes } from '../src/components/status/status';
51
+ import { StepperPropTypes } from '../src/components/stepper/stepper';
52
+ import { SwitchPropTypes } from '../src/components/switch/switch';
53
+ import { TabComponentProps } from '../date-picker';
54
+ import { TablePropTypes } from '../src/components/table/table';
55
+ import { TabsPropTypes } from '../src/components/tabs/tabs';
56
+ import { TextAreaEmitTypes } from '../src/components/textarea/textarea';
57
+ import { TextAreaPropTypes as TextareaPropTypes } from '../src/components/textarea/textarea';
58
+ import { TimePickerPropTypes } from '../src/components/time-picker/time-picker';
59
+ import { TooltipPropTypes } from '../src/components/tooltip/tooltip';
60
+
61
+ declare const __VLS_component: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
62
+
63
+ declare const __VLS_component_10: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
64
+
65
+ declare const __VLS_component_11: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
66
+
67
+ declare const __VLS_component_12: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
68
+
69
+ declare const __VLS_component_13: DefineComponent<any, {
70
+ clear: () => any;
71
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
72
+ datePickerRef: HTMLDivElement;
73
+ monthInputRef: HTMLInputElement;
74
+ dateInputRef: HTMLInputElement;
75
+ yearInputRef: HTMLInputElement;
76
+ }, HTMLDivElement>;
77
+
78
+ declare const __VLS_component_14: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
79
+ startDateContainerRef: HTMLDivElement;
80
+ startMonthInputRef: HTMLInputElement;
81
+ startDateInputRef: HTMLInputElement;
82
+ startYearInputRef: HTMLInputElement;
83
+ endDateContainerRef: HTMLDivElement;
84
+ endMonthInputRef: HTMLInputElement;
85
+ endDateInputRef: HTMLInputElement;
86
+ endYearInputRef: HTMLInputElement;
87
+ dateRangePickerRef: HTMLDivElement;
88
+ }, HTMLDivElement>;
89
+
90
+ declare const __VLS_component_15: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
91
+ dropdownRef: HTMLDivElement;
92
+ }, any>;
93
+
94
+ declare const __VLS_component_16: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
95
+ onClick: (...args: any[]) => void;
96
+ }, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
97
+
98
+ declare const __VLS_component_17: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
99
+ fileUploadRef: HTMLDivElement;
100
+ initialInputFileRef: HTMLInputElement;
101
+ listInputFileRef: HTMLInputElement;
102
+ }, HTMLDivElement>;
103
+
104
+ declare const __VLS_component_18: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
105
+ filterMenuOptionList: HTMLDivElement;
106
+ filterOptionRef: HTMLDivElement;
107
+ }, any>;
108
+
109
+ declare const __VLS_component_19: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
110
+
111
+ declare const __VLS_component_2: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {} | {
112
+ [x: string]: any;
113
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {
114
+ filterDropdownRef: HTMLDivElement;
115
+ }, any>;
116
+
117
+ declare const __VLS_component_20: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
118
+ inputTextRef: HTMLInputElement;
119
+ }, HTMLDivElement>;
120
+
121
+ declare const __VLS_component_21: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
122
+
123
+ declare const __VLS_component_22: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
124
+
125
+ declare const __VLS_component_23: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
126
+
127
+ declare const __VLS_component_24: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
128
+
129
+ declare const __VLS_component_25: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
130
+
131
+ declare const __VLS_component_26: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
132
+
133
+ declare const __VLS_component_27: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
134
+ popperRef: HTMLDivElement;
135
+ }, any>;
136
+
137
+ declare const __VLS_component_28: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
138
+ radioRef: HTMLLabelElement;
139
+ }, HTMLDivElement>;
140
+
141
+ declare const __VLS_component_29: DefineComponent<any, {
142
+ handleClear: any;
143
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
144
+ selectRef: HTMLDivElement;
145
+ selectPopperRef: HTMLDivElement;
146
+ }, HTMLDivElement>;
147
+
148
+ declare const __VLS_component_3: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
149
+
150
+ declare const __VLS_component_30: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
151
+ ladderizedSelectState: HTMLDivElement;
152
+ ladderizedSelectPopperRef: HTMLDivElement;
153
+ }, HTMLDivElement>;
154
+
155
+ declare const __VLS_component_31: DefineComponent<any, {
156
+ handleClear: any;
157
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
158
+ multiSelectRef: HTMLDivElement;
159
+ chippedInputTextRef: HTMLDivElement;
160
+ multipleSelectPopperRef: HTMLDivElement;
161
+ }, HTMLDivElement>;
162
+
163
+ declare const __VLS_component_32: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
164
+
165
+ declare const __VLS_component_33: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
166
+ sidepanelRef: HTMLDivElement;
167
+ }, any>;
168
+
169
+ declare const __VLS_component_34: DefineComponent<any, {
170
+ showPanel: any;
171
+ hidePanel: any;
172
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
173
+
174
+ declare const __VLS_component_35: DefineComponent<{}, {
175
+ showSnackbar: (payload: SnackPropTypes) => any;
176
+ showSuccess: (payload: SnackPropTypes) => any;
177
+ showInformation: (payload: SnackPropTypes) => any;
178
+ showDanger: (payload: SnackPropTypes) => any;
179
+ showCaution: (payload: SnackPropTypes) => any;
180
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
181
+
182
+ declare const __VLS_component_36: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
183
+ snackRef: HTMLDivElement;
184
+ }, HTMLDivElement>;
185
+
186
+ declare const __VLS_component_37: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
187
+ switchWrapperRef: HTMLDivElement;
188
+ switchRef: HTMLInputElement;
189
+ }, HTMLDivElement>;
190
+
191
+ declare const __VLS_component_38: DefineComponent<any, {
192
+ clearSelectedData: any;
193
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
194
+
195
+ declare const __VLS_component_39: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
196
+
197
+ declare const __VLS_component_4: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
198
+
199
+ declare const __VLS_component_40: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
200
+
201
+ declare const __VLS_component_41: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
202
+
203
+ declare const __VLS_component_5: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
204
+ "update:show": (value: boolean) => any;
205
+ }, string, PublicProps, Readonly<{}> & Readonly<{
206
+ "onUpdate:show"?: (value: boolean) => any;
207
+ }>, {} | {
208
+ [x: string]: any;
209
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
210
+
211
+ declare const __VLS_component_6: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
212
+ buttonRef: HTMLButtonElement;
213
+ }, HTMLButtonElement>;
214
+
215
+ declare const __VLS_component_7: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
216
+
217
+ declare const __VLS_component_8: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
218
+ tableBodyRef: HTMLTableSectionElement;
219
+ }, any>;
220
+
221
+ declare const __VLS_component_9: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
222
+
223
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
224
+
225
+ declare type __VLS_PrettifyLocal<T> = {
226
+ [K in keyof T]: T[K];
227
+ } & {};
228
+
229
+ declare function __VLS_template(): {
230
+ attrs: Partial<{}>;
231
+ slots: Partial<Record<any, (_: {}) => any>>;
232
+ refs: {};
233
+ rootEl: HTMLDivElement;
234
+ };
235
+
236
+ declare function __VLS_template_10(): {
237
+ attrs: Partial<{}>;
238
+ slots: {
239
+ header?(_: {}): any;
240
+ content?(_: {}): any;
241
+ default?(_: {}): any;
242
+ footer?(_: {}): any;
243
+ };
244
+ refs: {};
245
+ rootEl: HTMLDivElement;
246
+ };
247
+
248
+ declare function __VLS_template_11(): {
249
+ attrs: Partial<{}>;
250
+ slots: {
251
+ default?(_: {}): any;
252
+ icon?(_: {}): any;
253
+ 'close-icon'?(_: {}): any;
254
+ };
255
+ refs: {};
256
+ rootEl: any;
257
+ };
258
+
259
+ declare function __VLS_template_12(): {
260
+ attrs: Partial<{}>;
261
+ slots: {
262
+ trigger?(_: {
263
+ toggleCollapsible: any;
264
+ }): any;
265
+ default?(_: {}): any;
266
+ };
267
+ refs: {};
268
+ rootEl: HTMLDivElement;
269
+ };
270
+
271
+ declare function __VLS_template_13(): {
272
+ attrs: Partial<{}>;
273
+ slots: {
274
+ default?(_: {
275
+ handleClick: any;
276
+ }): any;
277
+ helperMessage?(_: {}): any;
278
+ };
279
+ refs: {
280
+ datePickerRef: HTMLDivElement;
281
+ monthInputRef: HTMLInputElement;
282
+ dateInputRef: HTMLInputElement;
283
+ yearInputRef: HTMLInputElement;
284
+ };
285
+ rootEl: HTMLDivElement;
286
+ };
287
+
288
+ declare function __VLS_template_14(): {
289
+ attrs: Partial<{}>;
290
+ slots: {
291
+ default?(_: {
292
+ handleClick: any;
293
+ }): any;
294
+ helperMessage?(_: {}): any;
295
+ };
296
+ refs: {
297
+ startDateContainerRef: HTMLDivElement;
298
+ startMonthInputRef: HTMLInputElement;
299
+ startDateInputRef: HTMLInputElement;
300
+ startYearInputRef: HTMLInputElement;
301
+ endDateContainerRef: HTMLDivElement;
302
+ endMonthInputRef: HTMLInputElement;
303
+ endDateInputRef: HTMLInputElement;
304
+ endYearInputRef: HTMLInputElement;
305
+ dateRangePickerRef: HTMLDivElement;
306
+ };
307
+ rootEl: HTMLDivElement;
308
+ };
309
+
310
+ declare function __VLS_template_15(): {
311
+ attrs: Partial<{}>;
312
+ slots: {
313
+ default?(_: {}): any;
314
+ popper?(_: {}): any;
315
+ };
316
+ refs: {
317
+ dropdownRef: HTMLDivElement;
318
+ };
319
+ rootEl: any;
320
+ };
321
+
322
+ declare function __VLS_template_16(): {
323
+ attrs: Partial<{}>;
324
+ slots: {
325
+ default?(_: {
326
+ class: any;
327
+ }): any;
328
+ button?(_: {}): any;
329
+ };
330
+ refs: {};
331
+ rootEl: HTMLDivElement;
332
+ };
333
+
334
+ declare function __VLS_template_17(): {
335
+ attrs: Partial<{}>;
336
+ slots: {
337
+ 'file-upload-progress-bar'?(_: {}): any;
338
+ };
339
+ refs: {
340
+ fileUploadRef: HTMLDivElement;
341
+ initialInputFileRef: HTMLInputElement;
342
+ listInputFileRef: HTMLInputElement;
343
+ };
344
+ rootEl: HTMLDivElement;
345
+ };
346
+
347
+ declare function __VLS_template_18(): {
348
+ attrs: Partial<{}>;
349
+ slots: {
350
+ default?(_: {}): any;
351
+ loading?(_: {}): any;
352
+ empty?(_: {}): any;
353
+ 'loading-state'?(_: {}): any;
354
+ 'empty-state'?(_: {}): any;
355
+ };
356
+ refs: {
357
+ filterMenuOptionList: HTMLDivElement;
358
+ filterOptionRef: HTMLDivElement;
359
+ };
360
+ rootEl: any;
361
+ };
362
+
363
+ declare function __VLS_template_19(): {
364
+ attrs: Partial<{}>;
365
+ slots: {
366
+ message?(_: {}): any;
367
+ actions?(_: {}): any;
368
+ default?(_: {}): any;
369
+ };
370
+ refs: {};
371
+ rootEl: any;
372
+ };
373
+
374
+ declare function __VLS_template_2(): {
375
+ attrs: Partial<{}>;
376
+ slots: {
377
+ default?(_: {}): any;
378
+ header?(_: {}): any;
379
+ actions?(_: {}): any;
380
+ body?(_: {}): any;
381
+ footer?(_: {}): any;
382
+ };
383
+ refs: {
384
+ filterDropdownRef: HTMLDivElement;
385
+ };
386
+ rootEl: any;
387
+ };
388
+
389
+ declare function __VLS_template_20(): {
390
+ attrs: Partial<{}>;
391
+ slots: {
392
+ prefix?(_: {}): any;
393
+ trailing?(_: {}): any;
394
+ icon?(_: {}): any;
395
+ helperMessage?(_: {}): any;
396
+ };
397
+ refs: {
398
+ inputTextRef: HTMLInputElement;
399
+ };
400
+ rootEl: HTMLDivElement;
401
+ };
402
+
403
+ declare function __VLS_template_21(): {
404
+ attrs: Partial<{}>;
405
+ slots: any;
406
+ refs: {};
407
+ rootEl: any;
408
+ };
409
+
410
+ declare function __VLS_template_22(): {
411
+ attrs: Partial<{}>;
412
+ slots: any;
413
+ refs: {};
414
+ rootEl: any;
415
+ };
416
+
417
+ declare function __VLS_template_23(): {
418
+ attrs: Partial<{}>;
419
+ slots: any;
420
+ refs: {};
421
+ rootEl: any;
422
+ };
423
+
424
+ declare function __VLS_template_24(): {
425
+ attrs: Partial<{}>;
426
+ slots: any;
427
+ refs: {};
428
+ rootEl: any;
429
+ };
430
+
431
+ declare function __VLS_template_25(): {
432
+ attrs: Partial<{}>;
433
+ slots: {
434
+ icon?(_: {}): any;
435
+ avatar?(_: {}): any;
436
+ postfixIcon?(_: {}): any;
437
+ };
438
+ refs: {};
439
+ rootEl: HTMLDivElement;
440
+ };
441
+
442
+ declare function __VLS_template_26(): {
443
+ attrs: Partial<{}>;
444
+ slots: {
445
+ header?(_: {}): any;
446
+ default?(_: {}): any;
447
+ footer?(_: {}): any;
448
+ };
449
+ refs: {};
450
+ rootEl: any;
451
+ };
452
+
453
+ declare function __VLS_template_27(): {
454
+ attrs: Partial<{}>;
455
+ slots: {
456
+ default?(_: {}): any;
457
+ content?(_: {}): any;
458
+ };
459
+ refs: {
460
+ popperRef: HTMLDivElement;
461
+ };
462
+ rootEl: any;
463
+ };
464
+
465
+ declare function __VLS_template_28(): {
466
+ attrs: Partial<{}>;
467
+ slots: {
468
+ default?(_: {}): any;
469
+ };
470
+ refs: {
471
+ radioRef: HTMLLabelElement;
472
+ };
473
+ rootEl: HTMLDivElement;
474
+ };
475
+
476
+ declare function __VLS_template_29(): {
477
+ attrs: Partial<{}>;
478
+ slots: {
479
+ helperMessage?(_: {}): any;
480
+ };
481
+ refs: {
482
+ selectRef: HTMLDivElement;
483
+ selectPopperRef: HTMLDivElement;
484
+ };
485
+ rootEl: HTMLDivElement;
486
+ };
487
+
488
+ declare function __VLS_template_3(): {
489
+ attrs: Partial<{}>;
490
+ slots: {
491
+ default?(_: {}): any;
492
+ };
493
+ refs: {};
494
+ rootEl: HTMLDivElement;
495
+ };
496
+
497
+ declare function __VLS_template_30(): {
498
+ attrs: Partial<{}>;
499
+ slots: {
500
+ helperMessage?(_: {}): any;
501
+ };
502
+ refs: {
503
+ ladderizedSelectState: HTMLDivElement;
504
+ ladderizedSelectPopperRef: HTMLDivElement;
505
+ };
506
+ rootEl: HTMLDivElement;
507
+ };
508
+
509
+ declare function __VLS_template_31(): {
510
+ attrs: Partial<{}>;
511
+ slots: {
512
+ helperMessage?(_: {}): any;
513
+ helperMessage?(_: {}): any;
514
+ };
515
+ refs: {
516
+ multiSelectRef: HTMLDivElement;
517
+ chippedInputTextRef: HTMLDivElement;
518
+ multipleSelectPopperRef: HTMLDivElement;
519
+ };
520
+ rootEl: HTMLDivElement;
521
+ };
522
+
523
+ declare function __VLS_template_32(): {
524
+ attrs: Partial<{}>;
525
+ slots: {
526
+ 'logo-image'?(_: {}): any;
527
+ };
528
+ refs: {};
529
+ rootEl: HTMLDivElement;
530
+ };
531
+
532
+ declare function __VLS_template_33(): {
533
+ attrs: Partial<{}>;
534
+ slots: {
535
+ header?(_: {}): any;
536
+ default?(_: {}): any;
537
+ footer?(_: {}): any;
538
+ };
539
+ refs: {
540
+ sidepanelRef: HTMLDivElement;
541
+ };
542
+ rootEl: any;
543
+ };
544
+
545
+ declare function __VLS_template_34(): any;
546
+
547
+ declare function __VLS_template_35(): {
548
+ attrs: Partial<{}>;
549
+ slots: {
550
+ default?(_: {}): any;
551
+ snackbarActions?(_: {}): any;
552
+ };
553
+ refs: {};
554
+ rootEl: any;
555
+ };
556
+
557
+ declare function __VLS_template_36(): {
558
+ attrs: Partial<{}>;
559
+ slots: {
560
+ icon?(_: {}): any;
561
+ label?(_: {}): any;
562
+ default?(_: {}): any;
563
+ };
564
+ refs: {
565
+ snackRef: HTMLDivElement;
566
+ };
567
+ rootEl: HTMLDivElement;
568
+ };
569
+
570
+ declare function __VLS_template_37(): {
571
+ attrs: Partial<{}>;
572
+ slots: {
573
+ leftText?(_: {}): any;
574
+ default?(_: {}): any;
575
+ rightText?(_: {}): any;
576
+ };
577
+ refs: {
578
+ switchWrapperRef: HTMLDivElement;
579
+ switchRef: HTMLInputElement;
580
+ };
581
+ rootEl: HTMLDivElement;
582
+ };
583
+
584
+ declare function __VLS_template_38(): any;
585
+
586
+ declare function __VLS_template_39(): {
587
+ attrs: Partial<{}>;
588
+ slots: {
589
+ tableActionSection?(_: {}): any;
590
+ };
591
+ refs: {};
592
+ rootEl: HTMLDivElement;
593
+ };
594
+
595
+ declare function __VLS_template_4(): {
596
+ attrs: Partial<{}>;
597
+ slots: {
598
+ default?(_: {}): any;
599
+ };
600
+ refs: {};
601
+ rootEl: HTMLDivElement;
602
+ };
603
+
604
+ declare function __VLS_template_40(): {
605
+ attrs: Partial<{}>;
606
+ slots: {
607
+ helperMessage?(_: {}): any;
608
+ counter?(_: {}): any;
609
+ };
610
+ refs: {};
611
+ rootEl: HTMLDivElement;
612
+ };
613
+
614
+ declare function __VLS_template_41(): {
615
+ attrs: Partial<{}>;
616
+ slots: {
617
+ 'popper-content'?(_: {}): any;
618
+ default?(_: {}): any;
619
+ default?(_: {}): any;
620
+ };
621
+ refs: {};
622
+ rootEl: any;
623
+ };
624
+
625
+ declare function __VLS_template_5(): {
626
+ attrs: Partial<{}>;
627
+ slots: {
628
+ default?(_: {}): any;
629
+ };
630
+ refs: {};
631
+ rootEl: any;
632
+ };
633
+
634
+ declare function __VLS_template_6(): {
635
+ attrs: Partial<{}>;
636
+ slots: {
637
+ default?(_: {}): any;
638
+ };
639
+ refs: {
640
+ buttonRef: HTMLButtonElement;
641
+ };
642
+ rootEl: HTMLButtonElement;
643
+ };
644
+
645
+ declare function __VLS_template_7(): {
646
+ attrs: Partial<{}>;
647
+ slots: {
648
+ default?(_: {}): any;
649
+ };
650
+ refs: {};
651
+ rootEl: HTMLDivElement;
652
+ };
653
+
654
+ declare function __VLS_template_8(): {
655
+ attrs: Partial<{}>;
656
+ slots: {
657
+ filter?(_: {}): any;
658
+ cell?(_: {
659
+ details: {
660
+ employeeId: any;
661
+ date: any;
662
+ shift: any;
663
+ };
664
+ }): any;
665
+ copy?(_: {
666
+ copy: {
667
+ employeeId: any;
668
+ date: any;
669
+ shift: any;
670
+ };
671
+ }): any;
672
+ 'empty-state'?(_: {}): any;
673
+ };
674
+ refs: {
675
+ tableBodyRef: HTMLTableSectionElement;
676
+ };
677
+ rootEl: any;
678
+ };
679
+
680
+ declare function __VLS_template_9(): {
681
+ attrs: Partial<{}>;
682
+ slots: {
683
+ prefix?(_: {}): any;
684
+ default?(_: {}): any;
685
+ };
686
+ refs: {};
687
+ rootEl: any;
688
+ };
689
+
690
+ declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
691
+
692
+ declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
693
+
694
+ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
695
+
696
+ declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
697
+
698
+ declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
699
+
700
+ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
701
+
702
+ declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
703
+
704
+ declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
705
+
706
+ declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
707
+
708
+ declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
709
+
710
+ declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
711
+
712
+ declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
713
+
714
+ declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
715
+
716
+ declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
717
+
718
+ declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
719
+
720
+ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
721
+
722
+ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
723
+
724
+ declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
725
+
726
+ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
727
+
728
+ declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
729
+
730
+ declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
731
+
732
+ declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
733
+
734
+ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
735
+
736
+ declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
737
+
738
+ declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
739
+
740
+ declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
741
+
742
+ declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
743
+
744
+ declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
745
+
746
+ declare type __VLS_TemplateResult_35 = ReturnType<typeof __VLS_template_35>;
747
+
748
+ declare type __VLS_TemplateResult_36 = ReturnType<typeof __VLS_template_36>;
749
+
750
+ declare type __VLS_TemplateResult_37 = ReturnType<typeof __VLS_template_37>;
751
+
752
+ declare type __VLS_TemplateResult_38 = ReturnType<typeof __VLS_template_38>;
753
+
754
+ declare type __VLS_TemplateResult_39 = ReturnType<typeof __VLS_template_39>;
755
+
756
+ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
757
+
758
+ declare type __VLS_TemplateResult_40 = ReturnType<typeof __VLS_template_40>;
759
+
760
+ declare type __VLS_TemplateResult_41 = ReturnType<typeof __VLS_template_41>;
761
+
762
+ declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
763
+
764
+ declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
765
+
766
+ declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
767
+
768
+ declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
769
+
770
+ declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
771
+
772
+ declare type __VLS_TypePropsToOption<T> = {
773
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
774
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
775
+ } : {
776
+ type: PropType<T[K]>;
777
+ required: true;
778
+ };
779
+ };
780
+
781
+ declare type __VLS_WithDefaults<P, D> = {
782
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
783
+ default: D[K];
784
+ }> : P[K];
785
+ };
786
+
787
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
788
+ new (): {
789
+ $slots: S;
790
+ };
791
+ };
792
+
793
+ declare type __VLS_WithTemplateSlots_10<T, S> = T & {
794
+ new (): {
795
+ $slots: S;
796
+ };
797
+ };
798
+
799
+ declare type __VLS_WithTemplateSlots_11<T, S> = T & {
800
+ new (): {
801
+ $slots: S;
802
+ };
803
+ };
804
+
805
+ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
806
+ new (): {
807
+ $slots: S;
808
+ };
809
+ };
810
+
811
+ declare type __VLS_WithTemplateSlots_13<T, S> = T & {
812
+ new (): {
813
+ $slots: S;
814
+ };
815
+ };
816
+
817
+ declare type __VLS_WithTemplateSlots_14<T, S> = T & {
818
+ new (): {
819
+ $slots: S;
820
+ };
821
+ };
822
+
823
+ declare type __VLS_WithTemplateSlots_15<T, S> = T & {
824
+ new (): {
825
+ $slots: S;
826
+ };
827
+ };
828
+
829
+ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
830
+ new (): {
831
+ $slots: S;
832
+ };
833
+ };
834
+
835
+ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
836
+ new (): {
837
+ $slots: S;
838
+ };
839
+ };
840
+
841
+ declare type __VLS_WithTemplateSlots_18<T, S> = T & {
842
+ new (): {
843
+ $slots: S;
844
+ };
845
+ };
846
+
847
+ declare type __VLS_WithTemplateSlots_19<T, S> = T & {
848
+ new (): {
849
+ $slots: S;
850
+ };
851
+ };
852
+
853
+ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
854
+ new (): {
855
+ $slots: S;
856
+ };
857
+ };
858
+
859
+ declare type __VLS_WithTemplateSlots_20<T, S> = T & {
860
+ new (): {
861
+ $slots: S;
862
+ };
863
+ };
864
+
865
+ declare type __VLS_WithTemplateSlots_21<T, S> = T & {
866
+ new (): {
867
+ $slots: S;
868
+ };
869
+ };
870
+
871
+ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
872
+ new (): {
873
+ $slots: S;
874
+ };
875
+ };
876
+
877
+ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
878
+ new (): {
879
+ $slots: S;
880
+ };
881
+ };
882
+
883
+ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
884
+ new (): {
885
+ $slots: S;
886
+ };
887
+ };
888
+
889
+ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
890
+ new (): {
891
+ $slots: S;
892
+ };
893
+ };
894
+
895
+ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
896
+ new (): {
897
+ $slots: S;
898
+ };
899
+ };
900
+
901
+ declare type __VLS_WithTemplateSlots_27<T, S> = T & {
902
+ new (): {
903
+ $slots: S;
904
+ };
905
+ };
906
+
907
+ declare type __VLS_WithTemplateSlots_28<T, S> = T & {
908
+ new (): {
909
+ $slots: S;
910
+ };
911
+ };
912
+
913
+ declare type __VLS_WithTemplateSlots_29<T, S> = T & {
914
+ new (): {
915
+ $slots: S;
916
+ };
917
+ };
918
+
919
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
920
+ new (): {
921
+ $slots: S;
922
+ };
923
+ };
924
+
925
+ declare type __VLS_WithTemplateSlots_30<T, S> = T & {
926
+ new (): {
927
+ $slots: S;
928
+ };
929
+ };
930
+
931
+ declare type __VLS_WithTemplateSlots_31<T, S> = T & {
932
+ new (): {
933
+ $slots: S;
934
+ };
935
+ };
936
+
937
+ declare type __VLS_WithTemplateSlots_32<T, S> = T & {
938
+ new (): {
939
+ $slots: S;
940
+ };
941
+ };
942
+
943
+ declare type __VLS_WithTemplateSlots_33<T, S> = T & {
944
+ new (): {
945
+ $slots: S;
946
+ };
947
+ };
948
+
949
+ declare type __VLS_WithTemplateSlots_34<T, S> = T & {
950
+ new (): {
951
+ $slots: S;
952
+ };
953
+ };
954
+
955
+ declare type __VLS_WithTemplateSlots_35<T, S> = T & {
956
+ new (): {
957
+ $slots: S;
958
+ };
959
+ };
960
+
961
+ declare type __VLS_WithTemplateSlots_36<T, S> = T & {
962
+ new (): {
963
+ $slots: S;
964
+ };
965
+ };
966
+
967
+ declare type __VLS_WithTemplateSlots_37<T, S> = T & {
968
+ new (): {
969
+ $slots: S;
970
+ };
971
+ };
972
+
973
+ declare type __VLS_WithTemplateSlots_38<T, S> = T & {
974
+ new (): {
975
+ $slots: S;
976
+ };
977
+ };
978
+
979
+ declare type __VLS_WithTemplateSlots_39<T, S> = T & {
980
+ new (): {
981
+ $slots: S;
982
+ };
983
+ };
984
+
985
+ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
986
+ new (): {
987
+ $slots: S;
988
+ };
989
+ };
990
+
991
+ declare type __VLS_WithTemplateSlots_40<T, S> = T & {
992
+ new (): {
993
+ $slots: S;
994
+ };
995
+ };
996
+
997
+ declare type __VLS_WithTemplateSlots_41<T, S> = T & {
998
+ new (): {
999
+ $slots: S;
1000
+ };
1001
+ };
1002
+
1003
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
1004
+ new (): {
1005
+ $slots: S;
1006
+ };
1007
+ };
1008
+
1009
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
1010
+ new (): {
1011
+ $slots: S;
1012
+ };
1013
+ };
1014
+
1015
+ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
1016
+ new (): {
1017
+ $slots: S;
1018
+ };
1019
+ };
1020
+
1021
+ declare type __VLS_WithTemplateSlots_8<T, S> = T & {
1022
+ new (): {
1023
+ $slots: S;
1024
+ };
1025
+ };
1026
+
1027
+ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1028
+ new (): {
1029
+ $slots: S;
1030
+ };
1031
+ };
1032
+
1033
+ export declare const Accordion: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1034
+
1035
+ export { AccordionItem }
1036
+
1037
+ export { AccordionPropTypes }
1038
+
1039
+ export declare const AttributeFilter: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1040
+
1041
+ export { AttributeFilterPropTypes }
1042
+
1043
+ export declare const AuditTrail: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1044
+ auditTrailWrapperRef: HTMLDivElement;
1045
+ }, HTMLDivElement>;
1046
+
1047
+ export { AuditTrailPropTypes }
1048
+
1049
+ export declare const Avatar: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1050
+
1051
+ export { AVATAR_VARIANT }
1052
+
1053
+ export { AvatarEmitTypes }
1054
+
1055
+ export { AvatarPropTypes }
1056
+
1057
+ export declare const Badge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1058
+
1059
+ export { BadgePropTypes }
1060
+
1061
+ export declare const Banner: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1062
+
1063
+ export { BannerPropTypes }
1064
+
1065
+ export declare const Button: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1066
+
1067
+ export declare const ButtonDropdown: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1068
+
1069
+ export { ButtonEmitTypes }
1070
+
1071
+ export { ButtonPropTypes }
1072
+
1073
+ export { ButtonType }
1074
+
1075
+ export declare const Calendar: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1076
+
1077
+ export declare const CalendarCell: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1078
+
1079
+ export { CalendarCellPropTypes }
1080
+
1081
+ export { CalendarPropTypes }
1082
+
1083
+ export declare const Card: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1084
+
1085
+ export { CardPropTypes }
1086
+
1087
+ export declare const Checkbox: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLabelElement>;
1088
+
1089
+ export { CheckboxPropTypes }
1090
+
1091
+ export declare const Chips: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1092
+
1093
+ export { ChipsPropTypes }
1094
+
1095
+ export declare const Collapsible: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1096
+
1097
+ export { CollapsibleEmitTypes }
1098
+
1099
+ export { CollapsiblePropTypes }
1100
+
1101
+ export declare const DateCalendarPicker: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1102
+ dateCalendarPickerRef: HTMLDivElement;
1103
+ }, HTMLDivElement>;
1104
+
1105
+ export declare const DatePicker: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1106
+
1107
+ export declare const DatePickerCalendarTab: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1108
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1109
+ } | ({
1110
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1111
+ } & {
1112
+ [x: string]: any;
1113
+ }), string, PublicProps, Readonly<Props> & Readonly<{
1114
+ [x: `on${Capitalize<string>}`]: (...args: unknown[] & []) => any;
1115
+ } | {
1116
+ [x: `on${Capitalize<any>}`]: (...args: any) => any;
1117
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1118
+
1119
+ export declare const DatePickerMonthTab: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1120
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1121
+ } | ({
1122
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1123
+ } & {
1124
+ [x: string]: any;
1125
+ }), string, PublicProps, Readonly<Props_2> & Readonly<{
1126
+ [x: `on${Capitalize<string>}`]: (...args: unknown[] & []) => any;
1127
+ } | {
1128
+ [x: `on${Capitalize<any>}`]: (...args: any) => any;
1129
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1130
+
1131
+ export { DatePickerPropTypes }
1132
+
1133
+ export declare const DatePickerYearTab: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
1134
+ selectedYear: any;
1135
+ itemsPerPage: number;
1136
+ yearsArray: () => any[];
1137
+ currentPage: number;
1138
+ }>>, {
1139
+ isPreviousButtonDisabled: ComputedRef<boolean>;
1140
+ isNextButtonDisabled: ComputedRef<boolean>;
1141
+ setCurrentPageYear: () => void;
1142
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1143
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1144
+ } | ({
1145
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1146
+ } & {
1147
+ [x: string]: any;
1148
+ }), string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
1149
+ selectedYear: any;
1150
+ itemsPerPage: number;
1151
+ yearsArray: () => any[];
1152
+ currentPage: number;
1153
+ }>>> & Readonly<{
1154
+ [x: `on${Capitalize<string>}`]: (...args: unknown[] & []) => any;
1155
+ } | {
1156
+ [x: `on${Capitalize<any>}`]: (...args: any) => any;
1157
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1158
+
1159
+ export declare const DateRangePicker: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1160
+
1161
+ declare const _default: {
1162
+ install: (app: App) => void;
1163
+ };
1164
+ export default _default;
1165
+
1166
+ export declare const Dropdown: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1167
+
1168
+ export { DropdownPropTypes }
1169
+
1170
+ export declare const EmptyState: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1171
+
1172
+ export { EmptyStatePropTypes }
1173
+
1174
+ export declare const FileUpload: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1175
+
1176
+ export { FileUploadPropTypes }
1177
+
1178
+ export declare const Filter: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1179
+
1180
+ export { FilterPropTypes }
1181
+
1182
+ export declare const FloatingAction: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1183
+
1184
+ export { FloatingActionPropTypes }
1185
+
1186
+ export declare const Icon: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1187
+
1188
+ export { IconPropTypes }
1189
+
1190
+ export declare const Input: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1191
+
1192
+ export declare const InputContactNumber: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1193
+
1194
+ export declare const InputCurrency: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1195
+
1196
+ export declare const InputDropdown: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1197
+
1198
+ export declare const InputEmail: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1199
+
1200
+ export declare const InputPassword: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1201
+
1202
+ export { InputPropTypes }
1203
+
1204
+ export declare const InputSearch: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1205
+
1206
+ export declare const InputUrl: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1207
+
1208
+ export declare const InputUsername: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1209
+
1210
+ export declare const LadderizedList: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1211
+
1212
+ export declare const LadderizedListBack: DefineComponent<ExtractPropTypes<{
1213
+ label: {
1214
+ type: StringConstructor;
1215
+ default: string;
1216
+ };
1217
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1218
+ back: () => void;
1219
+ }, string, PublicProps, Readonly< ExtractPropTypes<{
1220
+ label: {
1221
+ type: StringConstructor;
1222
+ default: string;
1223
+ };
1224
+ }>> & Readonly<{
1225
+ onBack?: () => any;
1226
+ }>, {
1227
+ label: string;
1228
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1229
+
1230
+ export declare const List: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1231
+
1232
+ export declare const ListItem: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1233
+
1234
+ export { ListPropTypes }
1235
+
1236
+ export declare const Logo: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1237
+
1238
+ export { LogoPropTypes }
1239
+
1240
+ export declare const Lozenge: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1241
+
1242
+ export { LozengePropTypes }
1243
+
1244
+ export declare const Modal: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1245
+
1246
+ export { ModalPropTypes }
1247
+
1248
+ export declare const Popper: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
1249
+
1250
+ export { PopperPropTypes }
1251
+
1252
+ export declare const ProgressBar: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1253
+
1254
+ export { ProgressBarPropTypes }
1255
+
1256
+ declare interface Props extends TabComponentProps {
1257
+ calendarDays: Array<{
1258
+ date: Date;
1259
+ inactive: boolean;
1260
+ }>;
1261
+ restDays: RestDayType[];
1262
+ disabledDates?: DisabledDatesType;
1263
+ selectedDate?: Date;
1264
+ selectedMonth: number;
1265
+ selectedDay?: number;
1266
+ }
1267
+
1268
+ declare interface Props_2 extends TabComponentProps {
1269
+ selectedMonth: number;
1270
+ }
1271
+
1272
+ declare interface Props_3 extends Omit<TabComponentProps, 'selectedYear'> {
1273
+ selectedYear?: number;
1274
+ itemsPerPage?: number;
1275
+ yearsArray?: number[];
1276
+ currentPage?: number;
1277
+ }
1278
+
1279
+ export declare const Radio: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
1280
+
1281
+ export { RadioPropTypes }
1282
+
1283
+ export declare const Select: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
1284
+
1285
+ export declare const SelectLadderized: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
1286
+
1287
+ export declare const SelectMultiple: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
1288
+
1289
+ export { SelectPropTypes }
1290
+
1291
+ export declare const Sidenav: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
1292
+
1293
+ export { SidenavPropTypes }
1294
+
1295
+ export declare const Sidepanel: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1296
+
1297
+ export { SidepanelPropTypes }
1298
+
1299
+ export declare const Slider: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1300
+ "update:modelValue": (...args: any[]) => void;
1301
+ slideend: (...args: any[]) => void;
1302
+ }, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1303
+ sliderRef: HTMLDivElement;
1304
+ }, HTMLDivElement>;
1305
+
1306
+ export { SliderPropTypes }
1307
+
1308
+ export declare const Snack: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
1309
+
1310
+ export declare const Snackbar: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
1311
+
1312
+ export declare const StackingSidepanel: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
1313
+
1314
+ export declare const Status: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1315
+
1316
+ export { StatusPropTypes }
1317
+
1318
+ export declare const Step: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1319
+
1320
+ export declare const Stepper: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1321
+
1322
+ export { StepperPropTypes }
1323
+
1324
+ export declare const Switch: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
1325
+
1326
+ export { SwitchPropTypes }
1327
+
1328
+ export declare const Table: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
1329
+
1330
+ export declare const TableActions: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
1331
+
1332
+ export declare const TableChipsTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1333
+
1334
+ export declare const TableLozengeTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1335
+
1336
+ export declare const TablePagination: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1337
+
1338
+ export { TablePropTypes }
1339
+
1340
+ export declare const Tabs: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1341
+ tabElements: HTMLDivElement[];
1342
+ }, HTMLDivElement>;
1343
+
1344
+ export { TabsPropTypes }
1345
+
1346
+ export declare const Textarea: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
1347
+
1348
+ export { TextAreaEmitTypes }
1349
+
1350
+ export { TextareaPropTypes }
1351
+
1352
+ export declare const TimePicker: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1353
+
1354
+ export { TimePickerPropTypes }
1355
+
1356
+ export declare const Tooltip: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
1357
+
1358
+ export { TooltipPropTypes }
1359
+
1360
+ export { }