design-system-next 2.24.2 → 2.26.1
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.
- package/dist/design-system-next.es.d.ts +152 -114
- package/dist/design-system-next.es.js +10058 -9379
- package/dist/design-system-next.es.js.gz +0 -0
- package/dist/design-system-next.umd.js +12 -12
- package/dist/design-system-next.umd.js.gz +0 -0
- package/dist/main.css +1 -1
- package/dist/main.css.gz +0 -0
- package/package.json +3 -2
- package/src/App.vue +1 -89
- package/src/components/date-picker/date-picker.ts +9 -12
- package/src/components/date-picker/date-picker.vue +1 -1
- package/src/components/date-picker/date-range-picker/date-range-picker.ts +9 -12
- package/src/components/date-picker/date-range-picker/use-date-range-picker.ts +64 -49
- package/src/components/date-picker/month-year-picker/month-year-picker.ts +134 -0
- package/src/components/date-picker/month-year-picker/month-year-picker.vue +233 -0
- package/src/components/date-picker/month-year-picker/use-month-year-picker.ts +603 -0
- package/src/components/date-picker/use-date-picker.ts +88 -147
- package/src/components/list/list-item/list-item.ts +60 -60
- package/src/components/list/list.ts +5 -0
- package/src/components/list/list.vue +2 -0
- package/src/components/list/use-list.ts +36 -3
- package/src/components/radio-grouped/radio-grouped.ts +65 -65
- package/src/components/radio-grouped/use-radio-grouped.ts +62 -62
- package/src/components/select/select-multiple/use-select-multiple.ts +7 -3
- package/src/components/select/use-select.ts +9 -5
- package/src/components/sidepanel/sidepanel.ts +7 -0
- package/src/components/sidepanel/sidepanel.vue +24 -4
- package/src/components/sidepanel/use-sidepanel.ts +4 -0
- package/src/components/table/table-header-dropdown/table-header-dropdown.vue +5 -1
- package/src/components/table/table.vue +14 -0
- package/src/components/table/use-table.ts +1 -2
|
@@ -36,6 +36,7 @@ import { ListPropTypes } from '../src/components/list/list';
|
|
|
36
36
|
import { LogoPropTypes } from '../src/components/logo/logo';
|
|
37
37
|
import { LozengePropTypes } from '../src/components/lozenge/lozenge';
|
|
38
38
|
import { ModalPropTypes } from '../src/components/modal/modal';
|
|
39
|
+
import { MonthYearPickerPropTypes } from '../src/components/date-picker/month-year-picker/month-year-picker';
|
|
39
40
|
import { PopperPropTypes } from '../src/components/popper/popper';
|
|
40
41
|
import { ProgressBarPropTypes } from '../src/components/progress-bar/progress-bar';
|
|
41
42
|
import { PropType } from 'vue';
|
|
@@ -88,78 +89,86 @@ declare const __VLS_component_14: DefineComponent<any, {}, {}, {}, {}, Component
|
|
|
88
89
|
}, HTMLDivElement>;
|
|
89
90
|
|
|
90
91
|
declare const __VLS_component_15: DefineComponent<any, {
|
|
92
|
+
clear: () => any;
|
|
93
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
94
|
+
monthYearPickerRef: HTMLDivElement;
|
|
95
|
+
monthInputRef: HTMLInputElement;
|
|
96
|
+
yearInputRef: HTMLInputElement;
|
|
97
|
+
}, HTMLDivElement>;
|
|
98
|
+
|
|
99
|
+
declare const __VLS_component_16: DefineComponent<any, {
|
|
91
100
|
showDropdown: any;
|
|
92
101
|
hideDropdown: any;
|
|
93
102
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
94
103
|
dropdownRef: HTMLDivElement;
|
|
95
104
|
}, any>;
|
|
96
105
|
|
|
97
|
-
declare const
|
|
106
|
+
declare const __VLS_component_17: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
98
107
|
onClick: (...args: any[]) => void;
|
|
99
108
|
}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
100
109
|
|
|
101
|
-
declare const
|
|
110
|
+
declare const __VLS_component_18: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
102
111
|
fileUploadRef: HTMLDivElement;
|
|
103
112
|
initialInputFileRef: HTMLInputElement;
|
|
104
113
|
listInputFileRef: HTMLInputElement;
|
|
105
114
|
}, HTMLDivElement>;
|
|
106
115
|
|
|
107
|
-
declare const
|
|
116
|
+
declare const __VLS_component_19: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
108
117
|
filterMenuOptionList: HTMLDivElement;
|
|
109
118
|
filterOptionRef: HTMLDivElement;
|
|
110
119
|
}, any>;
|
|
111
120
|
|
|
112
|
-
declare const __VLS_component_19: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
113
|
-
|
|
114
121
|
declare const __VLS_component_2: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {} | {
|
|
115
122
|
[x: string]: any;
|
|
116
123
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
117
124
|
filterDropdownRef: HTMLDivElement;
|
|
118
125
|
}, any>;
|
|
119
126
|
|
|
120
|
-
declare const __VLS_component_20: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
127
|
+
declare const __VLS_component_20: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
128
|
+
|
|
129
|
+
declare const __VLS_component_21: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
121
130
|
inputTextRef: HTMLInputElement;
|
|
122
131
|
}, HTMLDivElement>;
|
|
123
132
|
|
|
124
|
-
declare const
|
|
125
|
-
|
|
126
|
-
declare const __VLS_component_22: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
133
|
+
declare const __VLS_component_22: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
127
134
|
|
|
128
|
-
declare const __VLS_component_23: DefineComponent<
|
|
135
|
+
declare const __VLS_component_23: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
129
136
|
|
|
130
|
-
declare const __VLS_component_24: DefineComponent<
|
|
137
|
+
declare const __VLS_component_24: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
131
138
|
|
|
132
139
|
declare const __VLS_component_25: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
133
140
|
|
|
134
|
-
declare const __VLS_component_26: DefineComponent<
|
|
141
|
+
declare const __VLS_component_26: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
142
|
+
|
|
143
|
+
declare const __VLS_component_27: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
135
144
|
|
|
136
|
-
declare const
|
|
145
|
+
declare const __VLS_component_28: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
137
146
|
|
|
138
|
-
declare const
|
|
147
|
+
declare const __VLS_component_29: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
139
148
|
popperRef: HTMLDivElement;
|
|
140
149
|
}, any>;
|
|
141
150
|
|
|
142
|
-
declare const
|
|
151
|
+
declare const __VLS_component_3: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
152
|
+
|
|
153
|
+
declare const __VLS_component_30: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
143
154
|
radioRef: HTMLLabelElement;
|
|
144
155
|
}, HTMLDivElement>;
|
|
145
156
|
|
|
146
|
-
declare const
|
|
147
|
-
|
|
148
|
-
declare const __VLS_component_30: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
157
|
+
declare const __VLS_component_31: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
149
158
|
|
|
150
|
-
declare const
|
|
159
|
+
declare const __VLS_component_32: DefineComponent<any, {
|
|
151
160
|
handleClear: any;
|
|
152
161
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
153
162
|
selectRef: HTMLDivElement;
|
|
154
163
|
selectPopperRef: HTMLDivElement;
|
|
155
164
|
}, HTMLDivElement>;
|
|
156
165
|
|
|
157
|
-
declare const
|
|
166
|
+
declare const __VLS_component_33: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
158
167
|
ladderizedSelectState: HTMLDivElement;
|
|
159
168
|
ladderizedSelectPopperRef: HTMLDivElement;
|
|
160
169
|
}, HTMLDivElement>;
|
|
161
170
|
|
|
162
|
-
declare const
|
|
171
|
+
declare const __VLS_component_34: DefineComponent<any, {
|
|
163
172
|
handleClear: any;
|
|
164
173
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
165
174
|
multiSelectRef: HTMLDivElement;
|
|
@@ -167,13 +176,13 @@ declare const __VLS_component_33: DefineComponent<any, {
|
|
|
167
176
|
multipleSelectPopperRef: HTMLDivElement;
|
|
168
177
|
}, HTMLDivElement>;
|
|
169
178
|
|
|
170
|
-
declare const
|
|
179
|
+
declare const __VLS_component_35: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
171
180
|
|
|
172
|
-
declare const
|
|
181
|
+
declare const __VLS_component_36: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
173
182
|
sidepanelRef: HTMLDivElement;
|
|
174
183
|
}, any>;
|
|
175
184
|
|
|
176
|
-
declare const
|
|
185
|
+
declare const __VLS_component_37: DefineComponent<any, {
|
|
177
186
|
showPanel: any;
|
|
178
187
|
hidePanel: any;
|
|
179
188
|
handleExpandPanel: any;
|
|
@@ -181,7 +190,7 @@ declare const __VLS_component_36: DefineComponent<any, {
|
|
|
181
190
|
activePanel: any;
|
|
182
191
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
|
|
183
192
|
|
|
184
|
-
declare const
|
|
193
|
+
declare const __VLS_component_38: DefineComponent<{}, {
|
|
185
194
|
showSnackbar: (payload: SnackPropTypes) => any;
|
|
186
195
|
showSuccess: (payload: SnackPropTypes) => any;
|
|
187
196
|
showInformation: (payload: SnackPropTypes) => any;
|
|
@@ -189,28 +198,28 @@ declare const __VLS_component_37: DefineComponent<{}, {
|
|
|
189
198
|
showCaution: (payload: SnackPropTypes) => any;
|
|
190
199
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
191
200
|
|
|
192
|
-
declare const
|
|
201
|
+
declare const __VLS_component_39: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
193
202
|
snackRef: HTMLDivElement;
|
|
194
203
|
}, HTMLDivElement>;
|
|
195
204
|
|
|
196
|
-
declare const
|
|
205
|
+
declare const __VLS_component_4: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
206
|
+
|
|
207
|
+
declare const __VLS_component_40: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
197
208
|
switchWrapperRef: HTMLDivElement;
|
|
198
209
|
switchRef: HTMLInputElement;
|
|
199
210
|
}, HTMLDivElement>;
|
|
200
211
|
|
|
201
|
-
declare const
|
|
202
|
-
|
|
203
|
-
declare const __VLS_component_40: DefineComponent<any, {
|
|
212
|
+
declare const __VLS_component_41: DefineComponent<any, {
|
|
204
213
|
clearSelectedData: any;
|
|
205
214
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
|
|
206
215
|
|
|
207
|
-
declare const __VLS_component_41: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
208
|
-
|
|
209
216
|
declare const __VLS_component_42: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
210
217
|
|
|
211
218
|
declare const __VLS_component_43: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
212
219
|
|
|
213
|
-
declare const __VLS_component_44: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
220
|
+
declare const __VLS_component_44: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
221
|
+
|
|
222
|
+
declare const __VLS_component_45: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
214
223
|
|
|
215
224
|
declare const __VLS_component_5: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
216
225
|
"update:show": (value: boolean) => any;
|
|
@@ -320,6 +329,22 @@ declare function __VLS_template_14(): {
|
|
|
320
329
|
};
|
|
321
330
|
|
|
322
331
|
declare function __VLS_template_15(): {
|
|
332
|
+
attrs: Partial<{}>;
|
|
333
|
+
slots: {
|
|
334
|
+
default?(_: {
|
|
335
|
+
handleClick: any;
|
|
336
|
+
}): any;
|
|
337
|
+
helperMessage?(_: {}): any;
|
|
338
|
+
};
|
|
339
|
+
refs: {
|
|
340
|
+
monthYearPickerRef: HTMLDivElement;
|
|
341
|
+
monthInputRef: HTMLInputElement;
|
|
342
|
+
yearInputRef: HTMLInputElement;
|
|
343
|
+
};
|
|
344
|
+
rootEl: HTMLDivElement;
|
|
345
|
+
};
|
|
346
|
+
|
|
347
|
+
declare function __VLS_template_16(): {
|
|
323
348
|
attrs: Partial<{}>;
|
|
324
349
|
slots: {
|
|
325
350
|
default?(_: {}): any;
|
|
@@ -331,7 +356,7 @@ declare function __VLS_template_15(): {
|
|
|
331
356
|
rootEl: any;
|
|
332
357
|
};
|
|
333
358
|
|
|
334
|
-
declare function
|
|
359
|
+
declare function __VLS_template_17(): {
|
|
335
360
|
attrs: Partial<{}>;
|
|
336
361
|
slots: {
|
|
337
362
|
default?(_: {
|
|
@@ -343,7 +368,7 @@ declare function __VLS_template_16(): {
|
|
|
343
368
|
rootEl: HTMLDivElement;
|
|
344
369
|
};
|
|
345
370
|
|
|
346
|
-
declare function
|
|
371
|
+
declare function __VLS_template_18(): {
|
|
347
372
|
attrs: Partial<{}>;
|
|
348
373
|
slots: {
|
|
349
374
|
'file-upload-progress-bar'?(_: {}): any;
|
|
@@ -356,7 +381,7 @@ declare function __VLS_template_17(): {
|
|
|
356
381
|
rootEl: HTMLDivElement;
|
|
357
382
|
};
|
|
358
383
|
|
|
359
|
-
declare function
|
|
384
|
+
declare function __VLS_template_19(): {
|
|
360
385
|
attrs: Partial<{}>;
|
|
361
386
|
slots: {
|
|
362
387
|
default?(_: {}): any;
|
|
@@ -372,17 +397,6 @@ declare function __VLS_template_18(): {
|
|
|
372
397
|
rootEl: any;
|
|
373
398
|
};
|
|
374
399
|
|
|
375
|
-
declare function __VLS_template_19(): {
|
|
376
|
-
attrs: Partial<{}>;
|
|
377
|
-
slots: {
|
|
378
|
-
message?(_: {}): any;
|
|
379
|
-
actions?(_: {}): any;
|
|
380
|
-
default?(_: {}): any;
|
|
381
|
-
};
|
|
382
|
-
refs: {};
|
|
383
|
-
rootEl: any;
|
|
384
|
-
};
|
|
385
|
-
|
|
386
400
|
declare function __VLS_template_2(): {
|
|
387
401
|
attrs: Partial<{}>;
|
|
388
402
|
slots: {
|
|
@@ -399,6 +413,17 @@ declare function __VLS_template_2(): {
|
|
|
399
413
|
};
|
|
400
414
|
|
|
401
415
|
declare function __VLS_template_20(): {
|
|
416
|
+
attrs: Partial<{}>;
|
|
417
|
+
slots: {
|
|
418
|
+
message?(_: {}): any;
|
|
419
|
+
actions?(_: {}): any;
|
|
420
|
+
default?(_: {}): any;
|
|
421
|
+
};
|
|
422
|
+
refs: {};
|
|
423
|
+
rootEl: any;
|
|
424
|
+
};
|
|
425
|
+
|
|
426
|
+
declare function __VLS_template_21(): {
|
|
402
427
|
attrs: Partial<{}>;
|
|
403
428
|
slots: {
|
|
404
429
|
prefix?(_: {}): any;
|
|
@@ -412,7 +437,7 @@ declare function __VLS_template_20(): {
|
|
|
412
437
|
rootEl: HTMLDivElement;
|
|
413
438
|
};
|
|
414
439
|
|
|
415
|
-
declare function
|
|
440
|
+
declare function __VLS_template_22(): {
|
|
416
441
|
attrs: Partial<{}>;
|
|
417
442
|
slots: {
|
|
418
443
|
helperMessage?(_: {}): any;
|
|
@@ -421,35 +446,35 @@ declare function __VLS_template_21(): {
|
|
|
421
446
|
rootEl: any;
|
|
422
447
|
};
|
|
423
448
|
|
|
424
|
-
declare function
|
|
449
|
+
declare function __VLS_template_23(): {
|
|
425
450
|
attrs: Partial<{}>;
|
|
426
451
|
slots: any;
|
|
427
452
|
refs: {};
|
|
428
453
|
rootEl: any;
|
|
429
454
|
};
|
|
430
455
|
|
|
431
|
-
declare function
|
|
456
|
+
declare function __VLS_template_24(): {
|
|
432
457
|
attrs: Partial<{}>;
|
|
433
458
|
slots: any;
|
|
434
459
|
refs: {};
|
|
435
460
|
rootEl: any;
|
|
436
461
|
};
|
|
437
462
|
|
|
438
|
-
declare function
|
|
463
|
+
declare function __VLS_template_25(): {
|
|
439
464
|
attrs: Partial<{}>;
|
|
440
465
|
slots: any;
|
|
441
466
|
refs: {};
|
|
442
467
|
rootEl: any;
|
|
443
468
|
};
|
|
444
469
|
|
|
445
|
-
declare function
|
|
470
|
+
declare function __VLS_template_26(): {
|
|
446
471
|
attrs: Partial<{}>;
|
|
447
472
|
slots: any;
|
|
448
473
|
refs: {};
|
|
449
474
|
rootEl: any;
|
|
450
475
|
};
|
|
451
476
|
|
|
452
|
-
declare function
|
|
477
|
+
declare function __VLS_template_27(): {
|
|
453
478
|
attrs: Partial<{}>;
|
|
454
479
|
slots: {
|
|
455
480
|
icon?(_: {}): any;
|
|
@@ -460,7 +485,7 @@ declare function __VLS_template_26(): {
|
|
|
460
485
|
rootEl: HTMLDivElement;
|
|
461
486
|
};
|
|
462
487
|
|
|
463
|
-
declare function
|
|
488
|
+
declare function __VLS_template_28(): {
|
|
464
489
|
attrs: Partial<{}>;
|
|
465
490
|
slots: {
|
|
466
491
|
header?(_: {}): any;
|
|
@@ -471,7 +496,7 @@ declare function __VLS_template_27(): {
|
|
|
471
496
|
rootEl: any;
|
|
472
497
|
};
|
|
473
498
|
|
|
474
|
-
declare function
|
|
499
|
+
declare function __VLS_template_29(): {
|
|
475
500
|
attrs: Partial<{}>;
|
|
476
501
|
slots: {
|
|
477
502
|
default?(_: {}): any;
|
|
@@ -483,27 +508,27 @@ declare function __VLS_template_28(): {
|
|
|
483
508
|
rootEl: any;
|
|
484
509
|
};
|
|
485
510
|
|
|
486
|
-
declare function
|
|
511
|
+
declare function __VLS_template_3(): {
|
|
487
512
|
attrs: Partial<{}>;
|
|
488
513
|
slots: {
|
|
489
514
|
default?(_: {}): any;
|
|
490
515
|
};
|
|
491
|
-
refs: {
|
|
492
|
-
radioRef: HTMLLabelElement;
|
|
493
|
-
};
|
|
516
|
+
refs: {};
|
|
494
517
|
rootEl: HTMLDivElement;
|
|
495
518
|
};
|
|
496
519
|
|
|
497
|
-
declare function
|
|
520
|
+
declare function __VLS_template_30(): {
|
|
498
521
|
attrs: Partial<{}>;
|
|
499
522
|
slots: {
|
|
500
523
|
default?(_: {}): any;
|
|
501
524
|
};
|
|
502
|
-
refs: {
|
|
525
|
+
refs: {
|
|
526
|
+
radioRef: HTMLLabelElement;
|
|
527
|
+
};
|
|
503
528
|
rootEl: HTMLDivElement;
|
|
504
529
|
};
|
|
505
530
|
|
|
506
|
-
declare function
|
|
531
|
+
declare function __VLS_template_31(): {
|
|
507
532
|
attrs: Partial<{}>;
|
|
508
533
|
slots: {
|
|
509
534
|
helperMessage?(_: {}): any;
|
|
@@ -512,7 +537,7 @@ declare function __VLS_template_30(): {
|
|
|
512
537
|
rootEl: HTMLDivElement;
|
|
513
538
|
};
|
|
514
539
|
|
|
515
|
-
declare function
|
|
540
|
+
declare function __VLS_template_32(): {
|
|
516
541
|
attrs: Partial<{}>;
|
|
517
542
|
slots: {
|
|
518
543
|
helperMessage?(_: {}): any;
|
|
@@ -524,7 +549,7 @@ declare function __VLS_template_31(): {
|
|
|
524
549
|
rootEl: HTMLDivElement;
|
|
525
550
|
};
|
|
526
551
|
|
|
527
|
-
declare function
|
|
552
|
+
declare function __VLS_template_33(): {
|
|
528
553
|
attrs: Partial<{}>;
|
|
529
554
|
slots: {
|
|
530
555
|
helperMessage?(_: {}): any;
|
|
@@ -536,7 +561,7 @@ declare function __VLS_template_32(): {
|
|
|
536
561
|
rootEl: HTMLDivElement;
|
|
537
562
|
};
|
|
538
563
|
|
|
539
|
-
declare function
|
|
564
|
+
declare function __VLS_template_34(): {
|
|
540
565
|
attrs: Partial<{}>;
|
|
541
566
|
slots: {
|
|
542
567
|
helperMessage?(_: {}): any;
|
|
@@ -550,7 +575,7 @@ declare function __VLS_template_33(): {
|
|
|
550
575
|
rootEl: HTMLDivElement;
|
|
551
576
|
};
|
|
552
577
|
|
|
553
|
-
declare function
|
|
578
|
+
declare function __VLS_template_35(): {
|
|
554
579
|
attrs: Partial<{}>;
|
|
555
580
|
slots: {
|
|
556
581
|
'logo-image'?(_: {}): any;
|
|
@@ -559,9 +584,10 @@ declare function __VLS_template_34(): {
|
|
|
559
584
|
rootEl: HTMLDivElement;
|
|
560
585
|
};
|
|
561
586
|
|
|
562
|
-
declare function
|
|
587
|
+
declare function __VLS_template_36(): {
|
|
563
588
|
attrs: Partial<{}>;
|
|
564
589
|
slots: {
|
|
590
|
+
subtitle?(_: {}): any;
|
|
565
591
|
header?(_: {}): any;
|
|
566
592
|
default?(_: {}): any;
|
|
567
593
|
footer?(_: {}): any;
|
|
@@ -572,9 +598,9 @@ declare function __VLS_template_35(): {
|
|
|
572
598
|
rootEl: any;
|
|
573
599
|
};
|
|
574
600
|
|
|
575
|
-
declare function
|
|
601
|
+
declare function __VLS_template_37(): any;
|
|
576
602
|
|
|
577
|
-
declare function
|
|
603
|
+
declare function __VLS_template_38(): {
|
|
578
604
|
attrs: Partial<{}>;
|
|
579
605
|
slots: {
|
|
580
606
|
default?(_: {}): any;
|
|
@@ -584,7 +610,7 @@ declare function __VLS_template_37(): {
|
|
|
584
610
|
rootEl: any;
|
|
585
611
|
};
|
|
586
612
|
|
|
587
|
-
declare function
|
|
613
|
+
declare function __VLS_template_39(): {
|
|
588
614
|
attrs: Partial<{}>;
|
|
589
615
|
slots: {
|
|
590
616
|
icon?(_: {}): any;
|
|
@@ -597,32 +623,32 @@ declare function __VLS_template_38(): {
|
|
|
597
623
|
rootEl: HTMLDivElement;
|
|
598
624
|
};
|
|
599
625
|
|
|
600
|
-
declare function
|
|
626
|
+
declare function __VLS_template_4(): {
|
|
601
627
|
attrs: Partial<{}>;
|
|
602
628
|
slots: {
|
|
603
|
-
leftText?(_: {}): any;
|
|
604
629
|
default?(_: {}): any;
|
|
605
|
-
rightText?(_: {}): any;
|
|
606
|
-
};
|
|
607
|
-
refs: {
|
|
608
|
-
switchWrapperRef: HTMLDivElement;
|
|
609
|
-
switchRef: HTMLInputElement;
|
|
610
630
|
};
|
|
631
|
+
refs: {};
|
|
611
632
|
rootEl: HTMLDivElement;
|
|
612
633
|
};
|
|
613
634
|
|
|
614
|
-
declare function
|
|
635
|
+
declare function __VLS_template_40(): {
|
|
615
636
|
attrs: Partial<{}>;
|
|
616
637
|
slots: {
|
|
638
|
+
leftText?(_: {}): any;
|
|
617
639
|
default?(_: {}): any;
|
|
640
|
+
rightText?(_: {}): any;
|
|
641
|
+
};
|
|
642
|
+
refs: {
|
|
643
|
+
switchWrapperRef: HTMLDivElement;
|
|
644
|
+
switchRef: HTMLInputElement;
|
|
618
645
|
};
|
|
619
|
-
refs: {};
|
|
620
646
|
rootEl: HTMLDivElement;
|
|
621
647
|
};
|
|
622
648
|
|
|
623
|
-
declare function
|
|
649
|
+
declare function __VLS_template_41(): any;
|
|
624
650
|
|
|
625
|
-
declare function
|
|
651
|
+
declare function __VLS_template_42(): {
|
|
626
652
|
attrs: Partial<{}>;
|
|
627
653
|
slots: {
|
|
628
654
|
tableActionSection?(_: {}): any;
|
|
@@ -631,7 +657,7 @@ declare function __VLS_template_41(): {
|
|
|
631
657
|
rootEl: HTMLDivElement;
|
|
632
658
|
};
|
|
633
659
|
|
|
634
|
-
declare function
|
|
660
|
+
declare function __VLS_template_43(): {
|
|
635
661
|
attrs: Partial<{}>;
|
|
636
662
|
slots: {
|
|
637
663
|
actions?(_: {}): any;
|
|
@@ -640,7 +666,7 @@ declare function __VLS_template_42(): {
|
|
|
640
666
|
rootEl: HTMLDivElement;
|
|
641
667
|
};
|
|
642
668
|
|
|
643
|
-
declare function
|
|
669
|
+
declare function __VLS_template_44(): {
|
|
644
670
|
attrs: Partial<{}>;
|
|
645
671
|
slots: {
|
|
646
672
|
helperMessage?(_: {}): any;
|
|
@@ -650,7 +676,7 @@ declare function __VLS_template_43(): {
|
|
|
650
676
|
rootEl: HTMLDivElement;
|
|
651
677
|
};
|
|
652
678
|
|
|
653
|
-
declare function
|
|
679
|
+
declare function __VLS_template_45(): {
|
|
654
680
|
attrs: Partial<{}>;
|
|
655
681
|
slots: {
|
|
656
682
|
'popper-content'?(_: {}): any;
|
|
@@ -804,6 +830,8 @@ declare type __VLS_TemplateResult_43 = ReturnType<typeof __VLS_template_43>;
|
|
|
804
830
|
|
|
805
831
|
declare type __VLS_TemplateResult_44 = ReturnType<typeof __VLS_template_44>;
|
|
806
832
|
|
|
833
|
+
declare type __VLS_TemplateResult_45 = ReturnType<typeof __VLS_template_45>;
|
|
834
|
+
|
|
807
835
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
808
836
|
|
|
809
837
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
@@ -1063,6 +1091,12 @@ declare type __VLS_WithTemplateSlots_44<T, S> = T & {
|
|
|
1063
1091
|
};
|
|
1064
1092
|
};
|
|
1065
1093
|
|
|
1094
|
+
declare type __VLS_WithTemplateSlots_45<T, S> = T & {
|
|
1095
|
+
new (): {
|
|
1096
|
+
$slots: S;
|
|
1097
|
+
};
|
|
1098
|
+
};
|
|
1099
|
+
|
|
1066
1100
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
1067
1101
|
new (): {
|
|
1068
1102
|
$slots: S;
|
|
@@ -1226,23 +1260,23 @@ declare const _default: {
|
|
|
1226
1260
|
};
|
|
1227
1261
|
export default _default;
|
|
1228
1262
|
|
|
1229
|
-
export declare const Dropdown:
|
|
1263
|
+
export declare const Dropdown: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1230
1264
|
|
|
1231
1265
|
export { DropdownPropTypes }
|
|
1232
1266
|
|
|
1233
|
-
export declare const EmptyState:
|
|
1267
|
+
export declare const EmptyState: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1234
1268
|
|
|
1235
1269
|
export { EmptyStatePropTypes }
|
|
1236
1270
|
|
|
1237
|
-
export declare const FileUpload:
|
|
1271
|
+
export declare const FileUpload: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1238
1272
|
|
|
1239
1273
|
export { FileUploadPropTypes }
|
|
1240
1274
|
|
|
1241
|
-
export declare const Filter:
|
|
1275
|
+
export declare const Filter: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1242
1276
|
|
|
1243
1277
|
export { FilterPropTypes }
|
|
1244
1278
|
|
|
1245
|
-
export declare const FloatingAction:
|
|
1279
|
+
export declare const FloatingAction: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1246
1280
|
|
|
1247
1281
|
export { FloatingActionPropTypes }
|
|
1248
1282
|
|
|
@@ -1250,25 +1284,25 @@ export declare const Icon: DefineComponent<any, {}, {}, {}, {}, ComponentOptions
|
|
|
1250
1284
|
|
|
1251
1285
|
export { IconPropTypes }
|
|
1252
1286
|
|
|
1253
|
-
export declare const Input:
|
|
1287
|
+
export declare const Input: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1254
1288
|
|
|
1255
|
-
export declare const InputContactNumber:
|
|
1289
|
+
export declare const InputContactNumber: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1256
1290
|
|
|
1257
1291
|
export declare const InputCurrency: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1258
1292
|
|
|
1259
1293
|
export declare const InputDropdown: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1260
1294
|
|
|
1261
|
-
export declare const InputEmail:
|
|
1295
|
+
export declare const InputEmail: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1262
1296
|
|
|
1263
|
-
export declare const InputPassword:
|
|
1297
|
+
export declare const InputPassword: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1264
1298
|
|
|
1265
1299
|
export { InputPropTypes }
|
|
1266
1300
|
|
|
1267
1301
|
export declare const InputSearch: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1268
1302
|
|
|
1269
|
-
export declare const InputUrl:
|
|
1303
|
+
export declare const InputUrl: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1270
1304
|
|
|
1271
|
-
export declare const InputUsername:
|
|
1305
|
+
export declare const InputUsername: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1272
1306
|
|
|
1273
1307
|
export declare const LadderizedList: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1274
1308
|
|
|
@@ -1300,15 +1334,19 @@ export declare const Logo: DefineComponent<any, {}, {}, {}, {}, ComponentOptions
|
|
|
1300
1334
|
|
|
1301
1335
|
export { LogoPropTypes }
|
|
1302
1336
|
|
|
1303
|
-
export declare const Lozenge:
|
|
1337
|
+
export declare const Lozenge: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1304
1338
|
|
|
1305
1339
|
export { LozengePropTypes }
|
|
1306
1340
|
|
|
1307
|
-
export declare const Modal:
|
|
1341
|
+
export declare const Modal: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1308
1342
|
|
|
1309
1343
|
export { ModalPropTypes }
|
|
1310
1344
|
|
|
1311
|
-
export declare const
|
|
1345
|
+
export declare const MonthYearPicker: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1346
|
+
|
|
1347
|
+
export { MonthYearPickerPropTypes }
|
|
1348
|
+
|
|
1349
|
+
export declare const Popper: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1312
1350
|
|
|
1313
1351
|
export { PopperPropTypes }
|
|
1314
1352
|
|
|
@@ -1339,25 +1377,25 @@ declare interface Props_3 extends Omit<TabComponentProps, 'selectedYear'> {
|
|
|
1339
1377
|
currentPage?: number;
|
|
1340
1378
|
}
|
|
1341
1379
|
|
|
1342
|
-
export declare const Radio:
|
|
1380
|
+
export declare const Radio: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1343
1381
|
|
|
1344
|
-
export declare const RadioGrouped:
|
|
1382
|
+
export declare const RadioGrouped: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1345
1383
|
|
|
1346
1384
|
export { RadioPropTypes }
|
|
1347
1385
|
|
|
1348
|
-
export declare const Select:
|
|
1386
|
+
export declare const Select: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1349
1387
|
|
|
1350
|
-
export declare const SelectLadderized:
|
|
1388
|
+
export declare const SelectLadderized: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1351
1389
|
|
|
1352
|
-
export declare const SelectMultiple:
|
|
1390
|
+
export declare const SelectMultiple: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1353
1391
|
|
|
1354
1392
|
export { SelectPropTypes }
|
|
1355
1393
|
|
|
1356
|
-
export declare const Sidenav:
|
|
1394
|
+
export declare const Sidenav: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1357
1395
|
|
|
1358
1396
|
export { SidenavPropTypes }
|
|
1359
1397
|
|
|
1360
|
-
export declare const Sidepanel:
|
|
1398
|
+
export declare const Sidepanel: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1361
1399
|
|
|
1362
1400
|
export { SidepanelPropTypes }
|
|
1363
1401
|
|
|
@@ -1370,11 +1408,11 @@ export declare const Slider: DefineComponent<any, {}, {}, {}, {}, ComponentOptio
|
|
|
1370
1408
|
|
|
1371
1409
|
export { SliderPropTypes }
|
|
1372
1410
|
|
|
1373
|
-
export declare const Snack:
|
|
1411
|
+
export declare const Snack: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1374
1412
|
|
|
1375
|
-
export declare const Snackbar:
|
|
1413
|
+
export declare const Snackbar: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1376
1414
|
|
|
1377
|
-
export declare const StackingSidepanel:
|
|
1415
|
+
export declare const StackingSidepanel: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1378
1416
|
|
|
1379
1417
|
export declare const Status: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1380
1418
|
|
|
@@ -1386,19 +1424,19 @@ export declare const Stepper: DefineComponent<any, {}, {}, {}, {}, ComponentOpti
|
|
|
1386
1424
|
|
|
1387
1425
|
export { StepperPropTypes }
|
|
1388
1426
|
|
|
1389
|
-
export declare const Switch:
|
|
1427
|
+
export declare const Switch: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1390
1428
|
|
|
1391
1429
|
export { SwitchPropTypes }
|
|
1392
1430
|
|
|
1393
|
-
export declare const Table:
|
|
1431
|
+
export declare const Table: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1394
1432
|
|
|
1395
|
-
export declare const TableActions:
|
|
1433
|
+
export declare const TableActions: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1396
1434
|
|
|
1397
1435
|
export declare const TableChipsTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1398
1436
|
|
|
1399
1437
|
export declare const TableLozengeTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1400
1438
|
|
|
1401
|
-
export declare const TablePagination:
|
|
1439
|
+
export declare const TablePagination: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1402
1440
|
|
|
1403
1441
|
export { TablePropTypes }
|
|
1404
1442
|
|
|
@@ -1408,7 +1446,7 @@ export declare const Tabs: DefineComponent<any, {}, {}, {}, {}, ComponentOptions
|
|
|
1408
1446
|
|
|
1409
1447
|
export { TabsPropTypes }
|
|
1410
1448
|
|
|
1411
|
-
export declare const Textarea:
|
|
1449
|
+
export declare const Textarea: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1412
1450
|
|
|
1413
1451
|
export { TextAreaEmitTypes }
|
|
1414
1452
|
|
|
@@ -1418,7 +1456,7 @@ export declare const TimePicker: DefineComponent<any, {}, {}, {}, {}, ComponentO
|
|
|
1418
1456
|
|
|
1419
1457
|
export { TimePickerPropTypes }
|
|
1420
1458
|
|
|
1421
|
-
export declare const Tooltip:
|
|
1459
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
1422
1460
|
|
|
1423
1461
|
export { TooltipPropTypes }
|
|
1424
1462
|
|