design-system-next 2.20.4 → 2.21.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.
@@ -0,0 +1,1427 @@
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
+ declare const Accordion_2: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1034
+ export { Accordion_2 as Accordion }
1035
+
1036
+ export { AccordionItem }
1037
+
1038
+ export { AccordionPropTypes }
1039
+
1040
+ declare const AttributeFilter_2: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1041
+ export { AttributeFilter_2 as AttributeFilter }
1042
+
1043
+ export { AttributeFilterPropTypes }
1044
+
1045
+ declare const AuditTrail_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1046
+ auditTrailWrapperRef: HTMLDivElement;
1047
+ }, HTMLDivElement>;
1048
+ export { AuditTrail_2 as AuditTrail }
1049
+
1050
+ export { AuditTrailPropTypes }
1051
+
1052
+ declare const Avatar_2: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1053
+ export { Avatar_2 as Avatar }
1054
+
1055
+ export { AVATAR_VARIANT }
1056
+
1057
+ export { AvatarEmitTypes }
1058
+
1059
+ export { AvatarPropTypes }
1060
+
1061
+ declare const Badge_2: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1062
+ export { Badge_2 as Badge }
1063
+
1064
+ export { BadgePropTypes }
1065
+
1066
+ declare const Banner_2: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1067
+ export { Banner_2 as Banner }
1068
+
1069
+ export { BannerPropTypes }
1070
+
1071
+ declare const Button_2: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1072
+ export { Button_2 as Button }
1073
+
1074
+ declare const ButtonDropdown_2: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1075
+ export { ButtonDropdown_2 as ButtonDropdown }
1076
+
1077
+ export { ButtonEmitTypes }
1078
+
1079
+ export { ButtonPropTypes }
1080
+
1081
+ export { ButtonType }
1082
+
1083
+ declare const Calendar_2: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1084
+ export { Calendar_2 as Calendar }
1085
+
1086
+ declare const CalendarCell_2: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1087
+ export { CalendarCell_2 as CalendarCell }
1088
+
1089
+ export { CalendarCellPropTypes }
1090
+
1091
+ export { CalendarPropTypes }
1092
+
1093
+ declare const Card_2: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1094
+ export { Card_2 as Card }
1095
+
1096
+ export { CardPropTypes }
1097
+
1098
+ declare const Checkbox_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLabelElement>;
1099
+ export { Checkbox_2 as Checkbox }
1100
+
1101
+ export { CheckboxPropTypes }
1102
+
1103
+ declare const Chips_2: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1104
+ export { Chips_2 as Chips }
1105
+
1106
+ export { ChipsPropTypes }
1107
+
1108
+ declare const Collapsible_2: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1109
+ export { Collapsible_2 as Collapsible }
1110
+
1111
+ export { CollapsibleEmitTypes }
1112
+
1113
+ export { CollapsiblePropTypes }
1114
+
1115
+ declare const DateCalendarPicker_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1116
+ dateCalendarPickerRef: HTMLDivElement;
1117
+ }, HTMLDivElement>;
1118
+ export { DateCalendarPicker_2 as DateCalendarPicker }
1119
+
1120
+ declare const DatePicker_2: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1121
+ export { DatePicker_2 as DatePicker }
1122
+
1123
+ declare const DatePickerCalendarTab_2: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1124
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1125
+ } | ({
1126
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1127
+ } & {
1128
+ [x: string]: any;
1129
+ }), string, PublicProps, Readonly<Props> & Readonly<{
1130
+ [x: `on${Capitalize<string>}`]: (...args: unknown[] & []) => any;
1131
+ } | {
1132
+ [x: `on${Capitalize<any>}`]: (...args: any) => any;
1133
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1134
+ export { DatePickerCalendarTab_2 as DatePickerCalendarTab }
1135
+
1136
+ declare const DatePickerMonthTab_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1137
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1138
+ } | ({
1139
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1140
+ } & {
1141
+ [x: string]: any;
1142
+ }), string, PublicProps, Readonly<Props_2> & Readonly<{
1143
+ [x: `on${Capitalize<string>}`]: (...args: unknown[] & []) => any;
1144
+ } | {
1145
+ [x: `on${Capitalize<any>}`]: (...args: any) => any;
1146
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1147
+ export { DatePickerMonthTab_2 as DatePickerMonthTab }
1148
+
1149
+ export { DatePickerPropTypes }
1150
+
1151
+ declare const DatePickerYearTab_2: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
1152
+ selectedYear: any;
1153
+ itemsPerPage: number;
1154
+ yearsArray: () => any[];
1155
+ currentPage: number;
1156
+ }>>, {
1157
+ isPreviousButtonDisabled: ComputedRef<boolean>;
1158
+ isNextButtonDisabled: ComputedRef<boolean>;
1159
+ setCurrentPageYear: () => void;
1160
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1161
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1162
+ } | ({
1163
+ [x: string]: ((...args: unknown[]) => any) | (() => any);
1164
+ } & {
1165
+ [x: string]: any;
1166
+ }), string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
1167
+ selectedYear: any;
1168
+ itemsPerPage: number;
1169
+ yearsArray: () => any[];
1170
+ currentPage: number;
1171
+ }>>> & Readonly<{
1172
+ [x: `on${Capitalize<string>}`]: (...args: unknown[] & []) => any;
1173
+ } | {
1174
+ [x: `on${Capitalize<any>}`]: (...args: any) => any;
1175
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1176
+ export { DatePickerYearTab_2 as DatePickerYearTab }
1177
+
1178
+ declare const DateRangePicker_2: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1179
+ export { DateRangePicker_2 as DateRangePicker }
1180
+
1181
+ declare const _default: {
1182
+ install: (app: App) => void;
1183
+ };
1184
+ export default _default;
1185
+
1186
+ declare const Dropdown_2: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1187
+ export { Dropdown_2 as Dropdown }
1188
+
1189
+ export { DropdownPropTypes }
1190
+
1191
+ declare const EmptyState_2: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1192
+ export { EmptyState_2 as EmptyState }
1193
+
1194
+ export { EmptyStatePropTypes }
1195
+
1196
+ declare const FileUpload_2: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1197
+ export { FileUpload_2 as FileUpload }
1198
+
1199
+ export { FileUploadPropTypes }
1200
+
1201
+ declare const Filter_2: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1202
+ export { Filter_2 as Filter }
1203
+
1204
+ export { FilterPropTypes }
1205
+
1206
+ declare const FloatingAction_2: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1207
+ export { FloatingAction_2 as FloatingAction }
1208
+
1209
+ export { FloatingActionPropTypes }
1210
+
1211
+ declare const Icon_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1212
+ export { Icon_2 as Icon }
1213
+
1214
+ export { IconPropTypes }
1215
+
1216
+ declare const Input_2: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1217
+ export { Input_2 as Input }
1218
+
1219
+ declare const InputContactNumber_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1220
+ export { InputContactNumber_2 as InputContactNumber }
1221
+
1222
+ declare const InputCurrency_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1223
+ export { InputCurrency_2 as InputCurrency }
1224
+
1225
+ declare const InputDropdown_2: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1226
+ export { InputDropdown_2 as InputDropdown }
1227
+
1228
+ declare const InputEmail_2: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1229
+ export { InputEmail_2 as InputEmail }
1230
+
1231
+ declare const InputPassword_2: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1232
+ export { InputPassword_2 as InputPassword }
1233
+
1234
+ export { InputPropTypes }
1235
+
1236
+ declare const InputSearch_2: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1237
+ export { InputSearch_2 as InputSearch }
1238
+
1239
+ declare const InputUrl_2: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1240
+ export { InputUrl_2 as InputUrl }
1241
+
1242
+ declare const InputUsername_2: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1243
+ export { InputUsername_2 as InputUsername }
1244
+
1245
+ declare const LadderizedList_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1246
+ export { LadderizedList_2 as LadderizedList }
1247
+
1248
+ declare const LadderizedListBack_2: DefineComponent<ExtractPropTypes<{
1249
+ label: {
1250
+ type: StringConstructor;
1251
+ default: string;
1252
+ };
1253
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1254
+ back: () => void;
1255
+ }, string, PublicProps, Readonly< ExtractPropTypes<{
1256
+ label: {
1257
+ type: StringConstructor;
1258
+ default: string;
1259
+ };
1260
+ }>> & Readonly<{
1261
+ onBack?: () => any;
1262
+ }>, {
1263
+ label: string;
1264
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1265
+ export { LadderizedListBack_2 as LadderizedListBack }
1266
+
1267
+ declare const List_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1268
+ export { List_2 as List }
1269
+
1270
+ declare const ListItem_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1271
+ export { ListItem_2 as ListItem }
1272
+
1273
+ export { ListPropTypes }
1274
+
1275
+ declare const Logo_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1276
+ export { Logo_2 as Logo }
1277
+
1278
+ export { LogoPropTypes }
1279
+
1280
+ declare const Lozenge_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1281
+ export { Lozenge_2 as Lozenge }
1282
+
1283
+ export { LozengePropTypes }
1284
+
1285
+ declare const Modal_2: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1286
+ export { Modal_2 as Modal }
1287
+
1288
+ export { ModalPropTypes }
1289
+
1290
+ declare const Popper_2: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
1291
+ export { Popper_2 as Popper }
1292
+
1293
+ export { PopperPropTypes }
1294
+
1295
+ declare const ProgressBar_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1296
+ export { ProgressBar_2 as ProgressBar }
1297
+
1298
+ export { ProgressBarPropTypes }
1299
+
1300
+ declare interface Props extends TabComponentProps {
1301
+ calendarDays: Array<{
1302
+ date: Date;
1303
+ inactive: boolean;
1304
+ }>;
1305
+ restDays: RestDayType[];
1306
+ disabledDates?: DisabledDatesType;
1307
+ selectedDate?: Date;
1308
+ selectedMonth: number;
1309
+ selectedDay?: number;
1310
+ }
1311
+
1312
+ declare interface Props_2 extends TabComponentProps {
1313
+ selectedMonth: number;
1314
+ }
1315
+
1316
+ declare interface Props_3 extends Omit<TabComponentProps, 'selectedYear'> {
1317
+ selectedYear?: number;
1318
+ itemsPerPage?: number;
1319
+ yearsArray?: number[];
1320
+ currentPage?: number;
1321
+ }
1322
+
1323
+ declare const Radio_2: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
1324
+ export { Radio_2 as Radio }
1325
+
1326
+ export { RadioPropTypes }
1327
+
1328
+ declare const Select_2: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
1329
+ export { Select_2 as Select }
1330
+
1331
+ declare const SelectLadderized_2: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
1332
+ export { SelectLadderized_2 as SelectLadderized }
1333
+
1334
+ declare const SelectMultiple_2: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
1335
+ export { SelectMultiple_2 as SelectMultiple }
1336
+
1337
+ export { SelectPropTypes }
1338
+
1339
+ declare const Sidenav_2: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
1340
+ export { Sidenav_2 as Sidenav }
1341
+
1342
+ export { SidenavPropTypes }
1343
+
1344
+ declare const Sidepanel_2: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1345
+ export { Sidepanel_2 as Sidepanel }
1346
+
1347
+ export { SidepanelPropTypes }
1348
+
1349
+ declare const Slider_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1350
+ "update:modelValue": (...args: any[]) => void;
1351
+ slideend: (...args: any[]) => void;
1352
+ }, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1353
+ sliderRef: HTMLDivElement;
1354
+ }, HTMLDivElement>;
1355
+ export { Slider_2 as Slider }
1356
+
1357
+ export { SliderPropTypes }
1358
+
1359
+ declare const Snack_2: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
1360
+ export { Snack_2 as Snack }
1361
+
1362
+ declare const Snackbar_2: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
1363
+ export { Snackbar_2 as Snackbar }
1364
+
1365
+ declare const StackingSidepanel_2: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
1366
+ export { StackingSidepanel_2 as StackingSidepanel }
1367
+
1368
+ declare const Status_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1369
+ export { Status_2 as Status }
1370
+
1371
+ export { StatusPropTypes }
1372
+
1373
+ declare const Step_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1374
+ export { Step_2 as Step }
1375
+
1376
+ declare const Stepper_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1377
+ export { Stepper_2 as Stepper }
1378
+
1379
+ export { StepperPropTypes }
1380
+
1381
+ declare const Switch_2: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
1382
+ export { Switch_2 as Switch }
1383
+
1384
+ export { SwitchPropTypes }
1385
+
1386
+ declare const Table_2: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
1387
+ export { Table_2 as Table }
1388
+
1389
+ declare const TableActions_2: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
1390
+ export { TableActions_2 as TableActions }
1391
+
1392
+ declare const TableChipsTitle_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1393
+ export { TableChipsTitle_2 as TableChipsTitle }
1394
+
1395
+ declare const TableLozengeTitle_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1396
+ export { TableLozengeTitle_2 as TableLozengeTitle }
1397
+
1398
+ declare const TablePagination_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1399
+ export { TablePagination_2 as TablePagination }
1400
+
1401
+ export { TablePropTypes }
1402
+
1403
+ declare const Tabs_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
1404
+ tabElements: HTMLDivElement[];
1405
+ }, HTMLDivElement>;
1406
+ export { Tabs_2 as Tabs }
1407
+
1408
+ export { TabsPropTypes }
1409
+
1410
+ declare const Textarea_2: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
1411
+ export { Textarea_2 as Textarea }
1412
+
1413
+ export { TextAreaEmitTypes }
1414
+
1415
+ export { TextareaPropTypes }
1416
+
1417
+ declare const TimePicker_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1418
+ export { TimePicker_2 as TimePicker }
1419
+
1420
+ export { TimePickerPropTypes }
1421
+
1422
+ declare const Tooltip_2: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
1423
+ export { Tooltip_2 as Tooltip }
1424
+
1425
+ export { TooltipPropTypes }
1426
+
1427
+ export { }