@namba_one/ui-kit-2 1.0.156 → 1.0.158
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/fonts/iconfont.ttf +0 -0
- package/dist/fonts/iconfont.woff +0 -0
- package/dist/fonts/iconfont.woff2 +0 -0
- package/dist/index.d.ts +191 -87
- package/dist/index.es.js +4171 -4023
- package/dist/index.umd.js +28 -28
- package/dist/namba-one-uikit.css +1 -1
- package/dist/sprite/sprite.svg +8 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -68,9 +68,9 @@ declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
68
68
|
|
|
69
69
|
declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
70
70
|
|
|
71
|
-
declare const __VLS_component_19: DefineComponent<
|
|
71
|
+
declare const __VLS_component_19: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
72
72
|
"update:isShowDropdown": (value: boolean) => any;
|
|
73
|
-
}, string, PublicProps, Readonly<
|
|
73
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
74
74
|
"onUpdate:isShowDropdown"?: ((value: boolean) => any) | undefined;
|
|
75
75
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
76
76
|
fixedElementRef: HTMLDivElement;
|
|
@@ -89,9 +89,9 @@ rootRef: HTMLDivElement;
|
|
|
89
89
|
toastersRef: HTMLDivElement[];
|
|
90
90
|
}, any>;
|
|
91
91
|
|
|
92
|
-
declare const __VLS_component_23: DefineComponent<
|
|
92
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
93
93
|
|
|
94
|
-
declare const __VLS_component_24: DefineComponent<
|
|
94
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
95
95
|
containerRef: HTMLDivElement;
|
|
96
96
|
}, HTMLDivElement>;
|
|
97
97
|
|
|
@@ -103,17 +103,17 @@ onApply?: ((value: string[] | null) => any) | undefined;
|
|
|
103
103
|
|
|
104
104
|
declare const __VLS_component_26: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
105
105
|
|
|
106
|
-
declare const __VLS_component_27: DefineComponent<
|
|
106
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
107
107
|
"update:value": (value: boolean) => any;
|
|
108
|
-
}, string, PublicProps, Readonly<
|
|
108
|
+
}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
|
|
109
109
|
"onUpdate:value"?: ((value: boolean) => any) | undefined;
|
|
110
110
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
111
111
|
|
|
112
112
|
declare const __VLS_component_28: DefineComponent<PageInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
113
113
|
|
|
114
|
-
declare const __VLS_component_29: DefineComponent<
|
|
114
|
+
declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
115
115
|
"update:values": (value: FilterValue[]) => any;
|
|
116
|
-
}, string, PublicProps, Readonly<
|
|
116
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
117
117
|
"onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
|
|
118
118
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
119
119
|
parentElementRef: ({
|
|
@@ -181,10 +181,10 @@ triggerElementRef: HTMLDivElement;
|
|
|
181
181
|
|
|
182
182
|
declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
183
183
|
|
|
184
|
-
declare const __VLS_component_30: DefineComponent<
|
|
184
|
+
declare const __VLS_component_30: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
185
185
|
drop: (value: CheckboxGroupFilterValue) => any;
|
|
186
186
|
apply: (value: CheckboxGroupFilterValue) => any;
|
|
187
|
-
}, string, PublicProps, Readonly<
|
|
187
|
+
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
188
188
|
onDrop?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
189
189
|
onApply?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
190
190
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -369,24 +369,40 @@ toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
|
|
|
369
369
|
}) | null;
|
|
370
370
|
}, any>;
|
|
371
371
|
|
|
372
|
-
declare const __VLS_component_31: DefineComponent<
|
|
372
|
+
declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
373
373
|
"update:value": (value: string) => any;
|
|
374
374
|
"update:isError": (value: boolean) => any;
|
|
375
|
-
}, string, PublicProps, Readonly<
|
|
375
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
376
376
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
377
377
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
378
378
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
379
379
|
|
|
380
|
-
declare const __VLS_component_32: DefineComponent<
|
|
380
|
+
declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
381
381
|
"update:value": (value: string) => any;
|
|
382
382
|
"update:isError": (value: boolean) => any;
|
|
383
|
-
}, string, PublicProps, Readonly<
|
|
383
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
|
|
384
384
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
385
385
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
386
386
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
387
387
|
inputRef: any;
|
|
388
388
|
}, HTMLLabelElement>;
|
|
389
389
|
|
|
390
|
+
declare const __VLS_component_33: DefineComponent<__VLS_PublicProps_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
391
|
+
"update:active": (value: string) => any;
|
|
392
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_21> & Readonly<{
|
|
393
|
+
"onUpdate:active"?: ((value: string) => any) | undefined;
|
|
394
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
395
|
+
items: HTMLDivElement;
|
|
396
|
+
}, HTMLDivElement>;
|
|
397
|
+
|
|
398
|
+
declare const __VLS_component_34: DefineComponent<__VLS_PublicProps_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
399
|
+
"update:active": (value: string) => any;
|
|
400
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_22> & Readonly<{
|
|
401
|
+
"onUpdate:active"?: ((value: string) => any) | undefined;
|
|
402
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
403
|
+
items: HTMLDivElement;
|
|
404
|
+
}, HTMLDivElement>;
|
|
405
|
+
|
|
390
406
|
declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
391
407
|
|
|
392
408
|
declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -424,10 +440,14 @@ declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_4, {}, {}, {}
|
|
|
424
440
|
} & {
|
|
425
441
|
blur: () => any;
|
|
426
442
|
"update:error": (value: boolean) => any;
|
|
443
|
+
"click-icon-left": () => any;
|
|
444
|
+
"click-icon-right": () => any;
|
|
427
445
|
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
428
446
|
onBlur?: (() => any) | undefined;
|
|
429
447
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
430
448
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
449
|
+
"onClick-icon-left"?: (() => any) | undefined;
|
|
450
|
+
"onClick-icon-right"?: (() => any) | undefined;
|
|
431
451
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
432
452
|
inputRef: any;
|
|
433
453
|
}, HTMLDivElement>;
|
|
@@ -443,24 +463,22 @@ declare type __VLS_Props = {
|
|
|
443
463
|
isLoading?: boolean;
|
|
444
464
|
};
|
|
445
465
|
|
|
446
|
-
declare type __VLS_Props_10 =
|
|
447
|
-
|
|
448
|
-
declare type __VLS_Props_11 = DropdownElementProps;
|
|
466
|
+
declare type __VLS_Props_10 = DropdownElementProps;
|
|
449
467
|
|
|
450
|
-
declare type
|
|
468
|
+
declare type __VLS_Props_11 = ThemePickerProps;
|
|
451
469
|
|
|
452
|
-
declare type
|
|
470
|
+
declare type __VLS_Props_12 = {
|
|
453
471
|
gap?: string | number;
|
|
454
472
|
align?: 'flex-start' | 'center' | 'flex-end';
|
|
455
473
|
};
|
|
456
474
|
|
|
457
|
-
declare type
|
|
475
|
+
declare type __VLS_Props_13 = {
|
|
458
476
|
isHeight?: boolean;
|
|
459
477
|
duration?: number | string;
|
|
460
478
|
delay?: number | string;
|
|
461
479
|
};
|
|
462
480
|
|
|
463
|
-
declare type
|
|
481
|
+
declare type __VLS_Props_14 = {
|
|
464
482
|
value: boolean;
|
|
465
483
|
title: string;
|
|
466
484
|
description?: string;
|
|
@@ -468,33 +486,45 @@ declare type __VLS_Props_15 = {
|
|
|
468
486
|
size?: '16' | '20';
|
|
469
487
|
};
|
|
470
488
|
|
|
471
|
-
declare type
|
|
489
|
+
declare type __VLS_Props_15 = EditorProps;
|
|
472
490
|
|
|
473
|
-
declare type
|
|
491
|
+
declare type __VLS_Props_16 = DatepickerProps;
|
|
474
492
|
|
|
475
|
-
declare type
|
|
493
|
+
declare type __VLS_Props_17 = FilterHubProps;
|
|
476
494
|
|
|
477
|
-
declare type
|
|
495
|
+
declare type __VLS_Props_18 = {
|
|
478
496
|
filter: CheckboxGroupFilter_2;
|
|
479
497
|
value: CheckboxGroupFilterValue;
|
|
480
498
|
};
|
|
481
499
|
|
|
482
|
-
declare type
|
|
483
|
-
|
|
484
|
-
declare type __VLS_Props_20 = {
|
|
500
|
+
declare type __VLS_Props_19 = {
|
|
485
501
|
filter: DatepickerFilter_2;
|
|
486
502
|
value: DatepickerFilterValue;
|
|
487
503
|
};
|
|
488
504
|
|
|
489
|
-
declare type
|
|
505
|
+
declare type __VLS_Props_2 = CardContentProps;
|
|
506
|
+
|
|
507
|
+
declare type __VLS_Props_20 = InputFieldProps;
|
|
490
508
|
|
|
491
|
-
declare type
|
|
509
|
+
declare type __VLS_Props_21 = InputMaskFieldProps;
|
|
492
510
|
|
|
493
|
-
declare type
|
|
511
|
+
declare type __VLS_Props_22 = MultiSelectFieldProps;
|
|
494
512
|
|
|
495
|
-
declare type
|
|
513
|
+
declare type __VLS_Props_23 = SelectFieldProps;
|
|
496
514
|
|
|
497
|
-
declare type
|
|
515
|
+
declare type __VLS_Props_24 = MultiInputFieldProps;
|
|
516
|
+
|
|
517
|
+
declare type __VLS_Props_25 = TabsProps;
|
|
518
|
+
|
|
519
|
+
declare type __VLS_Props_26 = {
|
|
520
|
+
label?: string;
|
|
521
|
+
size: '36_subhead' | '28_caption';
|
|
522
|
+
};
|
|
523
|
+
|
|
524
|
+
declare type __VLS_Props_27 = {
|
|
525
|
+
label: string;
|
|
526
|
+
size: 'body' | 'subhead';
|
|
527
|
+
};
|
|
498
528
|
|
|
499
529
|
declare type __VLS_Props_3 = CardContentListProps;
|
|
500
530
|
|
|
@@ -508,35 +538,36 @@ declare type __VLS_Props_7 = SelectProps;
|
|
|
508
538
|
|
|
509
539
|
declare type __VLS_Props_8 = ColorPickerProps;
|
|
510
540
|
|
|
511
|
-
declare type __VLS_Props_9 =
|
|
541
|
+
declare type __VLS_Props_9 = StatusSelectProps;
|
|
512
542
|
|
|
513
543
|
declare type __VLS_PublicProps = {
|
|
514
544
|
'value': boolean;
|
|
515
545
|
} & __VLS_Props_2;
|
|
516
546
|
|
|
517
547
|
declare type __VLS_PublicProps_10 = {
|
|
518
|
-
'
|
|
548
|
+
'isShowDropdown': boolean;
|
|
519
549
|
} & __VLS_Props_10;
|
|
520
550
|
|
|
521
551
|
declare type __VLS_PublicProps_11 = {
|
|
522
|
-
'
|
|
552
|
+
'value': ThemePickerProps['value'];
|
|
523
553
|
} & __VLS_Props_11;
|
|
524
554
|
|
|
525
555
|
declare type __VLS_PublicProps_12 = {
|
|
526
|
-
'value':
|
|
527
|
-
} &
|
|
556
|
+
'value': EditorProps['value'];
|
|
557
|
+
} & __VLS_Props_15;
|
|
528
558
|
|
|
529
559
|
declare type __VLS_PublicProps_13 = {
|
|
530
|
-
'value':
|
|
560
|
+
'value': DatepickerProps['value'];
|
|
531
561
|
} & __VLS_Props_16;
|
|
532
562
|
|
|
533
563
|
declare type __VLS_PublicProps_14 = {
|
|
534
|
-
'
|
|
564
|
+
'values': FilterValue[];
|
|
535
565
|
} & __VLS_Props_17;
|
|
536
566
|
|
|
537
567
|
declare type __VLS_PublicProps_15 = {
|
|
538
|
-
'
|
|
539
|
-
|
|
568
|
+
'isError'?: boolean;
|
|
569
|
+
'value'?: string;
|
|
570
|
+
} & __VLS_Props_20;
|
|
540
571
|
|
|
541
572
|
declare type __VLS_PublicProps_16 = {
|
|
542
573
|
'isError'?: boolean;
|
|
@@ -545,17 +576,17 @@ declare type __VLS_PublicProps_16 = {
|
|
|
545
576
|
|
|
546
577
|
declare type __VLS_PublicProps_17 = {
|
|
547
578
|
'isError'?: boolean;
|
|
548
|
-
'value'
|
|
579
|
+
'value': string[];
|
|
549
580
|
} & __VLS_Props_22;
|
|
550
581
|
|
|
551
582
|
declare type __VLS_PublicProps_18 = {
|
|
552
583
|
'isError'?: boolean;
|
|
553
|
-
'value'
|
|
584
|
+
'value'?: string | null;
|
|
554
585
|
} & __VLS_Props_23;
|
|
555
586
|
|
|
556
587
|
declare type __VLS_PublicProps_19 = {
|
|
557
588
|
'isError'?: boolean;
|
|
558
|
-
'value'
|
|
589
|
+
'value': Set<string>;
|
|
559
590
|
} & __VLS_Props_24;
|
|
560
591
|
|
|
561
592
|
declare type __VLS_PublicProps_2 = {
|
|
@@ -563,10 +594,17 @@ declare type __VLS_PublicProps_2 = {
|
|
|
563
594
|
} & __VLS_Props_3;
|
|
564
595
|
|
|
565
596
|
declare type __VLS_PublicProps_20 = {
|
|
566
|
-
'
|
|
567
|
-
'value': Set<string>;
|
|
597
|
+
'value': TabsProps['value'];
|
|
568
598
|
} & __VLS_Props_25;
|
|
569
599
|
|
|
600
|
+
declare type __VLS_PublicProps_21 = {
|
|
601
|
+
'active': string;
|
|
602
|
+
} & __VLS_Props_26;
|
|
603
|
+
|
|
604
|
+
declare type __VLS_PublicProps_22 = {
|
|
605
|
+
'active': string;
|
|
606
|
+
} & __VLS_Props_27;
|
|
607
|
+
|
|
570
608
|
declare type __VLS_PublicProps_3 = {
|
|
571
609
|
'value': DropzoneProps['value'];
|
|
572
610
|
'isError'?: DropzoneProps['isError'];
|
|
@@ -589,13 +627,13 @@ declare type __VLS_PublicProps_7 = {
|
|
|
589
627
|
} & __VLS_Props_8;
|
|
590
628
|
|
|
591
629
|
declare type __VLS_PublicProps_8 = {
|
|
592
|
-
'value': TabsProps['value'];
|
|
593
|
-
} & __VLS_Props_9;
|
|
594
|
-
|
|
595
|
-
declare type __VLS_PublicProps_9 = {
|
|
596
630
|
'value': boolean;
|
|
597
631
|
};
|
|
598
632
|
|
|
633
|
+
declare type __VLS_PublicProps_9 = {
|
|
634
|
+
'value': StatusSelectProps['value'];
|
|
635
|
+
} & __VLS_Props_9;
|
|
636
|
+
|
|
599
637
|
declare function __VLS_template(): {
|
|
600
638
|
attrs: Partial<{}>;
|
|
601
639
|
slots: {
|
|
@@ -1116,6 +1154,28 @@ declare function __VLS_template_32(): {
|
|
|
1116
1154
|
rootEl: HTMLLabelElement;
|
|
1117
1155
|
};
|
|
1118
1156
|
|
|
1157
|
+
declare function __VLS_template_33(): {
|
|
1158
|
+
attrs: Partial<{}>;
|
|
1159
|
+
slots: {
|
|
1160
|
+
default?(_: {}): any;
|
|
1161
|
+
};
|
|
1162
|
+
refs: {
|
|
1163
|
+
items: HTMLDivElement;
|
|
1164
|
+
};
|
|
1165
|
+
rootEl: HTMLDivElement;
|
|
1166
|
+
};
|
|
1167
|
+
|
|
1168
|
+
declare function __VLS_template_34(): {
|
|
1169
|
+
attrs: Partial<{}>;
|
|
1170
|
+
slots: {
|
|
1171
|
+
default?(_: {}): any;
|
|
1172
|
+
};
|
|
1173
|
+
refs: {
|
|
1174
|
+
items: HTMLDivElement;
|
|
1175
|
+
};
|
|
1176
|
+
rootEl: HTMLDivElement;
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1119
1179
|
declare function __VLS_template_4(): {
|
|
1120
1180
|
attrs: Partial<{}>;
|
|
1121
1181
|
slots: {
|
|
@@ -1224,6 +1284,10 @@ declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
|
|
|
1224
1284
|
|
|
1225
1285
|
declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
|
|
1226
1286
|
|
|
1287
|
+
declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
|
|
1288
|
+
|
|
1289
|
+
declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
|
|
1290
|
+
|
|
1227
1291
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
1228
1292
|
|
|
1229
1293
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
@@ -1392,6 +1456,18 @@ declare type __VLS_WithTemplateSlots_32<T, S> = T & {
|
|
|
1392
1456
|
};
|
|
1393
1457
|
};
|
|
1394
1458
|
|
|
1459
|
+
declare type __VLS_WithTemplateSlots_33<T, S> = T & {
|
|
1460
|
+
new (): {
|
|
1461
|
+
$slots: S;
|
|
1462
|
+
};
|
|
1463
|
+
};
|
|
1464
|
+
|
|
1465
|
+
declare type __VLS_WithTemplateSlots_34<T, S> = T & {
|
|
1466
|
+
new (): {
|
|
1467
|
+
$slots: S;
|
|
1468
|
+
};
|
|
1469
|
+
};
|
|
1470
|
+
|
|
1395
1471
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
1396
1472
|
new (): {
|
|
1397
1473
|
$slots: S;
|
|
@@ -1439,7 +1515,7 @@ export declare const Avatar: DefineComponent<AvatarProps, {}, {}, {}, {}, Compon
|
|
|
1439
1515
|
export declare type AvatarProps = {
|
|
1440
1516
|
image?: string;
|
|
1441
1517
|
initials?: string;
|
|
1442
|
-
size?: (typeof
|
|
1518
|
+
size?: (typeof sizes_10)[number];
|
|
1443
1519
|
mode?: 'default' | 'initials';
|
|
1444
1520
|
};
|
|
1445
1521
|
|
|
@@ -1476,6 +1552,10 @@ export declare type BreadcrumbsProps = {
|
|
|
1476
1552
|
tag: 'a' | 'router-link';
|
|
1477
1553
|
};
|
|
1478
1554
|
|
|
1555
|
+
export declare const BubbleTabs: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1556
|
+
|
|
1557
|
+
export declare type BubbleTabsProps = {};
|
|
1558
|
+
|
|
1479
1559
|
export declare const Button: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1480
1560
|
|
|
1481
1561
|
export declare type ButtonBaseEmits = {
|
|
@@ -1626,7 +1706,7 @@ export declare type CheckboxGroupFilterValue = FilterValueBase<string[]>;
|
|
|
1626
1706
|
|
|
1627
1707
|
export declare type CheckboxProps = {
|
|
1628
1708
|
value: boolean;
|
|
1629
|
-
size: (typeof
|
|
1709
|
+
size: (typeof sizes_9)[number];
|
|
1630
1710
|
isIndeterminate?: boolean;
|
|
1631
1711
|
isDisabled?: boolean;
|
|
1632
1712
|
};
|
|
@@ -1673,9 +1753,9 @@ export declare const Currency: {
|
|
|
1673
1753
|
|
|
1674
1754
|
export declare type Currency = (typeof Currency)[keyof typeof Currency];
|
|
1675
1755
|
|
|
1676
|
-
export declare const Datepicker: DefineComponent<
|
|
1756
|
+
export declare const Datepicker: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1677
1757
|
"update:value": (value: Date[]) => any;
|
|
1678
|
-
}, string, PublicProps, Readonly<
|
|
1758
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
1679
1759
|
"onUpdate:value"?: ((value: Date[]) => any) | undefined;
|
|
1680
1760
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1681
1761
|
|
|
@@ -1687,10 +1767,10 @@ declare type DatepickerFilter_2 = {
|
|
|
1687
1767
|
isDisabled?: boolean;
|
|
1688
1768
|
};
|
|
1689
1769
|
|
|
1690
|
-
export declare const DatepickerFilterChip: DefineComponent<
|
|
1770
|
+
export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1691
1771
|
drop: (value: DatepickerFilterValue) => any;
|
|
1692
1772
|
apply: (value: DatepickerFilterValue) => any;
|
|
1693
|
-
}, string, PublicProps, Readonly<
|
|
1773
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1694
1774
|
onDrop?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
1695
1775
|
onApply?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
1696
1776
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -1869,6 +1949,8 @@ readonly iconRight?: IconName | undefined;
|
|
|
1869
1949
|
readonly onBlur?: (() => any) | undefined;
|
|
1870
1950
|
readonly "onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
1871
1951
|
readonly "onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
1952
|
+
readonly "onClick-icon-left"?: (() => any) | undefined;
|
|
1953
|
+
readonly "onClick-icon-right"?: (() => any) | undefined;
|
|
1872
1954
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1873
1955
|
$attrs: {
|
|
1874
1956
|
[x: string]: unknown;
|
|
@@ -1884,7 +1966,7 @@ $slots: Readonly<{
|
|
|
1884
1966
|
$root: ComponentPublicInstance | null;
|
|
1885
1967
|
$parent: ComponentPublicInstance | null;
|
|
1886
1968
|
$host: Element | null;
|
|
1887
|
-
$emit: ((event: "blur") => void) & ((event: "update:value", value: string | null | undefined) => void) & ((event: "update:error", value: boolean) => void);
|
|
1969
|
+
$emit: ((event: "blur") => void) & ((event: "update:value", value: string | null | undefined) => void) & ((event: "update:error", value: boolean) => void) & ((event: "click-icon-left") => void) & ((event: "click-icon-right") => void);
|
|
1888
1970
|
$el: HTMLDivElement;
|
|
1889
1971
|
$options: ComponentOptionsBase<Readonly<{
|
|
1890
1972
|
value?: InputProps["value"];
|
|
@@ -1892,11 +1974,15 @@ value?: InputProps["value"];
|
|
|
1892
1974
|
onBlur?: (() => any) | undefined;
|
|
1893
1975
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
1894
1976
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
1977
|
+
"onClick-icon-left"?: (() => any) | undefined;
|
|
1978
|
+
"onClick-icon-right"?: (() => any) | undefined;
|
|
1895
1979
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1896
1980
|
"update:value": (value: string | null | undefined) => any;
|
|
1897
1981
|
} & {
|
|
1898
1982
|
blur: () => any;
|
|
1899
1983
|
"update:error": (value: boolean) => any;
|
|
1984
|
+
"click-icon-left": () => any;
|
|
1985
|
+
"click-icon-right": () => any;
|
|
1900
1986
|
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1901
1987
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1902
1988
|
created?: (() => void) | (() => void)[];
|
|
@@ -1923,6 +2009,8 @@ value?: InputProps["value"];
|
|
|
1923
2009
|
onBlur?: (() => any) | undefined;
|
|
1924
2010
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
1925
2011
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
2012
|
+
"onClick-icon-left"?: (() => any) | undefined;
|
|
2013
|
+
"onClick-icon-right"?: (() => any) | undefined;
|
|
1926
2014
|
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
1927
2015
|
$slots: {
|
|
1928
2016
|
default?(_: {}): any;
|
|
@@ -1952,6 +2040,8 @@ readonly iconRight?: IconName | undefined;
|
|
|
1952
2040
|
readonly onBlur?: (() => any) | undefined;
|
|
1953
2041
|
readonly "onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
1954
2042
|
readonly "onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
2043
|
+
readonly "onClick-icon-left"?: (() => any) | undefined;
|
|
2044
|
+
readonly "onClick-icon-right"?: (() => any) | undefined;
|
|
1955
2045
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1956
2046
|
$attrs: {
|
|
1957
2047
|
[x: string]: unknown;
|
|
@@ -1967,7 +2057,7 @@ $slots: Readonly<{
|
|
|
1967
2057
|
$root: ComponentPublicInstance | null;
|
|
1968
2058
|
$parent: ComponentPublicInstance | null;
|
|
1969
2059
|
$host: Element | null;
|
|
1970
|
-
$emit: ((event: "blur") => void) & ((event: "update:value", value: string | null | undefined) => void) & ((event: "update:error", value: boolean) => void);
|
|
2060
|
+
$emit: ((event: "blur") => void) & ((event: "update:value", value: string | null | undefined) => void) & ((event: "update:error", value: boolean) => void) & ((event: "click-icon-left") => void) & ((event: "click-icon-right") => void);
|
|
1971
2061
|
$el: HTMLDivElement;
|
|
1972
2062
|
$options: ComponentOptionsBase<Readonly<{
|
|
1973
2063
|
value?: InputProps["value"];
|
|
@@ -1975,11 +2065,15 @@ value?: InputProps["value"];
|
|
|
1975
2065
|
onBlur?: (() => any) | undefined;
|
|
1976
2066
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
1977
2067
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
2068
|
+
"onClick-icon-left"?: (() => any) | undefined;
|
|
2069
|
+
"onClick-icon-right"?: (() => any) | undefined;
|
|
1978
2070
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1979
2071
|
"update:value": (value: string | null | undefined) => any;
|
|
1980
2072
|
} & {
|
|
1981
2073
|
blur: () => any;
|
|
1982
2074
|
"update:error": (value: boolean) => any;
|
|
2075
|
+
"click-icon-left": () => any;
|
|
2076
|
+
"click-icon-right": () => any;
|
|
1983
2077
|
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1984
2078
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1985
2079
|
created?: (() => void) | (() => void)[];
|
|
@@ -2006,6 +2100,8 @@ value?: InputProps["value"];
|
|
|
2006
2100
|
onBlur?: (() => any) | undefined;
|
|
2007
2101
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
2008
2102
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
2103
|
+
"onClick-icon-left"?: (() => any) | undefined;
|
|
2104
|
+
"onClick-icon-right"?: (() => any) | undefined;
|
|
2009
2105
|
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2010
2106
|
$slots: {
|
|
2011
2107
|
default?(_: {}): any;
|
|
@@ -2086,11 +2182,11 @@ export declare type DynamicVisibleAreaEmits = {
|
|
|
2086
2182
|
|
|
2087
2183
|
export declare type DynamicVisibleAreaProvider = () => void;
|
|
2088
2184
|
|
|
2089
|
-
export declare const Editor: DefineComponent<
|
|
2185
|
+
export declare const Editor: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2090
2186
|
"update:value": (value: string) => any;
|
|
2091
2187
|
} & {
|
|
2092
2188
|
"update:isError": (value: boolean) => any;
|
|
2093
|
-
}, string, PublicProps, Readonly<
|
|
2189
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
2094
2190
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
2095
2191
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2096
2192
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -2146,6 +2242,10 @@ export declare type FilterValueBase<T = null> = {
|
|
|
2146
2242
|
value: T;
|
|
2147
2243
|
};
|
|
2148
2244
|
|
|
2245
|
+
export declare const FlatTabs: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
2246
|
+
|
|
2247
|
+
export declare type FlatTabsProps = {};
|
|
2248
|
+
|
|
2149
2249
|
declare function getFilterValue<T extends FilterValue>(filter: Filter, defaultValue: T['value']): T['value'];
|
|
2150
2250
|
|
|
2151
2251
|
declare type GlobalConfig = {
|
|
@@ -2159,7 +2259,11 @@ export declare type HeaderTextProps = {
|
|
|
2159
2259
|
description: string;
|
|
2160
2260
|
};
|
|
2161
2261
|
|
|
2162
|
-
export declare const Icon: DefineComponent<IconBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}
|
|
2262
|
+
export declare const Icon: DefineComponent<IconBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2263
|
+
click: () => any;
|
|
2264
|
+
}, string, PublicProps, Readonly<IconBaseProps> & Readonly<{
|
|
2265
|
+
onClick?: (() => any) | undefined;
|
|
2266
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
2163
2267
|
|
|
2164
2268
|
export declare type IconBaseProps = {
|
|
2165
2269
|
name: IconName;
|
|
@@ -2170,7 +2274,7 @@ export declare type IconBaseProps = {
|
|
|
2170
2274
|
|
|
2171
2275
|
export declare type IconName = (typeof iconNames)[number];
|
|
2172
2276
|
|
|
2173
|
-
export declare const iconNames: readonly ["filled-sort-default", "filled-sort-down", "filled-sort-up", "filled-success", "filled-warning", "outline-agreement", "outline-airplane", "outline-alert", "outline-api", "outline-arrow-down", "outline-arrow-up-down", "outline-arrow-up-line", "outline-arrow-up", "outline-balance-scale", "outline-bank", "outline-beach", "outline-bookmark", "outline-box", "outline-briefcase", "outline-browser", "outline-brush", "outline-building", "outline-bulb", "outline-calendar", "outline-call", "outline-carousel", "outline-cash", "outline-check", "outline-checkmark-badge", "outline-chevron-down-huge", "outline-chevron-down", "outline-chevron-left", "outline-chevron-right", "outline-chevron-up", "outline-code", "outline-coins-stacks", "outline-computer", "outline-connect", "outline-copy", "outline-coupon-percent", "outline-coupon", "outline-credit-card-pos", "outline-credit-card", "outline-cross", "outline-currency_bold", "outline-currency_medium", "outline-currency_regular", "outline-currency_semibold", "outline-cursor-add", "outline-customer-service", "outline-delete", "outline-delivery-tracking", "outline-delivery-truck", "outline-distribute-horizontal-center", "outline-download", "outline-drag-drop-vertical", "outline-edit", "outline-euro", "outline-export", "outline-eye-close", "outline-eye-open", "outline-file", "outline-files", "outline-filter-vertical", "outline-flash", "outline-h2", "outline-help-circle", "outline-image", "outline-link-square", "outline-link", "outline-list", "outline-lock-password", "outline-logout", "outline-mail-at-sign", "outline-megaphone", "outline-menu-dots", "outline-messenger", "outline-money-bag", "outline-money-safe", "outline-moon", "outline-more-horizontal", "outline-more-vertical", "outline-mortarboard", "outline-move", "outline-paint-board", "outline-percent", "outline-phone-check", "outline-placeholder", "outline-plus", "outline-promo", "outline-qr", "outline-rocket", "outline-search", "outline-settings", "outline-share", "outline-shop-1", "outline-shop", "outline-sidebar-hide", "outline-sidebar-show", "outline-snow", "outline-sort-by-down", "outline-sort-by-up", "outline-star", "outline-store-add", "outline-store-remove", "outline-success", "outline-sun", "outline-tag", "outline-text-bold", "outline-text", "outline-time-quarter-pass", "outline-time", "outline-traffic-jam", "outline-trash", "outline-two-users", "outline-unavailable", "outline-upload", "outline-user", "outline-wallet-stack", "outline-wallet", "outline-warning", "outline_filter-horizontal", "
|
|
2277
|
+
export declare const iconNames: readonly ["filled-cross", "filled-sort-default", "filled-sort-down", "filled-sort-up", "filled-success", "filled-warning", "outline-agreement", "outline-airplane", "outline-alert", "outline-api", "outline-arrow-down", "outline-arrow-up-down", "outline-arrow-up-line", "outline-arrow-up", "outline-balance-scale", "outline-bank", "outline-beach", "outline-bookmark", "outline-box", "outline-briefcase", "outline-browser", "outline-brush", "outline-building", "outline-bulb", "outline-calendar", "outline-call", "outline-carousel", "outline-cash", "outline-check", "outline-checkmark-badge", "outline-chevron-down-huge", "outline-chevron-down", "outline-chevron-left", "outline-chevron-right", "outline-chevron-up", "outline-code", "outline-coins-stacks", "outline-computer", "outline-connect", "outline-copy", "outline-coupon-percent", "outline-coupon", "outline-credit-card-pos", "outline-credit-card", "outline-cross", "outline-currency_bold", "outline-currency_medium", "outline-currency_regular", "outline-currency_semibold", "outline-cursor-add", "outline-customer-service", "outline-delete", "outline-delivery-tracking", "outline-delivery-truck", "outline-distribute-horizontal-center", "outline-download", "outline-drag-drop-vertical", "outline-edit", "outline-euro", "outline-export", "outline-eye-close", "outline-eye-open", "outline-file", "outline-files", "outline-filter-vertical", "outline-flash", "outline-h2", "outline-help-circle", "outline-image", "outline-link-square", "outline-link", "outline-list", "outline-lock-password", "outline-logout", "outline-mail-at-sign", "outline-megaphone", "outline-menu-dots", "outline-messenger", "outline-money-bag", "outline-money-safe", "outline-moon", "outline-more-horizontal", "outline-more-vertical", "outline-mortarboard", "outline-move", "outline-paint-board", "outline-percent", "outline-phone-check", "outline-placeholder", "outline-plus", "outline-promo", "outline-qr", "outline-rocket", "outline-search", "outline-settings", "outline-share", "outline-shop-1", "outline-shop", "outline-sidebar-hide", "outline-sidebar-show", "outline-snow", "outline-sort-by-down", "outline-sort-by-up", "outline-star", "outline-store-add", "outline-store-remove", "outline-success", "outline-sun", "outline-tag", "outline-text-bold", "outline-text", "outline-time-quarter-pass", "outline-time", "outline-traffic-jam", "outline-trash", "outline-two-users", "outline-unavailable", "outline-unlink", "outline-upload", "outline-user", "outline-wallet-stack", "outline-wallet", "outline-warning", "outline_filter-horizontal", "static-telegram", "static-whats-app"];
|
|
2174
2278
|
|
|
2175
2279
|
export declare const IconView: DefineComponent<IconViewProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconViewProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2176
2280
|
|
|
@@ -2452,7 +2556,7 @@ export declare type MenuBarItemProps = {
|
|
|
2452
2556
|
onClick: () => void;
|
|
2453
2557
|
text: string;
|
|
2454
2558
|
icon?: Maybe<IconName>;
|
|
2455
|
-
view?: (typeof
|
|
2559
|
+
view?: (typeof views_8)[number];
|
|
2456
2560
|
badgeText?: string;
|
|
2457
2561
|
isActive?: boolean;
|
|
2458
2562
|
isChecked?: boolean;
|
|
@@ -2547,10 +2651,10 @@ export declare type ModalConfirmationProps = {
|
|
|
2547
2651
|
isLoading?: boolean;
|
|
2548
2652
|
};
|
|
2549
2653
|
|
|
2550
|
-
export declare const MultiInputField: DefineComponent<
|
|
2654
|
+
export declare const MultiInputField: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2551
2655
|
"update:value": (value: Set<string>) => any;
|
|
2552
2656
|
"update:isError": (value: boolean) => any;
|
|
2553
|
-
}, string, PublicProps, Readonly<
|
|
2657
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
|
|
2554
2658
|
"onUpdate:value"?: ((value: Set<string>) => any) | undefined;
|
|
2555
2659
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2556
2660
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2636,10 +2740,10 @@ export declare type MultiInputFieldProps = {
|
|
|
2636
2740
|
maxLength?: string;
|
|
2637
2741
|
};
|
|
2638
2742
|
|
|
2639
|
-
export declare const MultiSelectField: DefineComponent<
|
|
2743
|
+
export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2640
2744
|
"update:value": (value: string[]) => any;
|
|
2641
2745
|
"update:isError": (value: boolean) => any;
|
|
2642
|
-
}, string, PublicProps, Readonly<
|
|
2746
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
|
|
2643
2747
|
"onUpdate:value"?: ((value: string[]) => any) | undefined;
|
|
2644
2748
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2645
2749
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2868,10 +2972,10 @@ export declare type SelectBaseProps = {
|
|
|
2868
2972
|
dropdownMaxHeight?: number;
|
|
2869
2973
|
};
|
|
2870
2974
|
|
|
2871
|
-
export declare const SelectField: DefineComponent<
|
|
2975
|
+
export declare const SelectField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2872
2976
|
"update:value": (value: string | null) => any;
|
|
2873
2977
|
"update:isError": (value: boolean) => any;
|
|
2874
|
-
}, string, PublicProps, Readonly<
|
|
2978
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
|
|
2875
2979
|
"onUpdate:value"?: ((value: string | null) => any) | undefined;
|
|
2876
2980
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2877
2981
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -3020,9 +3124,9 @@ export declare type SelectProps = Pick<SelectBaseProps, 'label' | 'description'
|
|
|
3020
3124
|
|
|
3021
3125
|
declare const sizes: readonly ["title120", "title1", "title2", "title3", "headline", "body", "subhead", "caption"];
|
|
3022
3126
|
|
|
3023
|
-
declare const sizes_10: readonly ["
|
|
3127
|
+
declare const sizes_10: readonly ["28", "36", "40", "56", "120", 28, 36, 40, 56, 120];
|
|
3024
3128
|
|
|
3025
|
-
declare const sizes_11: readonly ["
|
|
3129
|
+
declare const sizes_11: readonly ["default", "28_caption", "36_subhead", "subhead", "body"];
|
|
3026
3130
|
|
|
3027
3131
|
declare const sizes_2: readonly ["58", "50", "44", "40", "34", "28"];
|
|
3028
3132
|
|
|
@@ -3036,9 +3140,9 @@ declare const sizes_6: readonly ["subhead", "caption"];
|
|
|
3036
3140
|
|
|
3037
3141
|
declare const sizes_7: readonly ["large", "base", "small"];
|
|
3038
3142
|
|
|
3039
|
-
declare const sizes_8: readonly ["
|
|
3143
|
+
declare const sizes_8: readonly ["title1", "title2", "title3", "headline", "body", "subhead", "caption"];
|
|
3040
3144
|
|
|
3041
|
-
declare const sizes_9: readonly ["
|
|
3145
|
+
declare const sizes_9: readonly ["16", "20"];
|
|
3042
3146
|
|
|
3043
3147
|
export declare const SkeletonWrapper: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
3044
3148
|
|
|
@@ -3052,9 +3156,9 @@ declare class SpriteServiceImp implements SpriteService {
|
|
|
3052
3156
|
install(): Promise<void>;
|
|
3053
3157
|
}
|
|
3054
3158
|
|
|
3055
|
-
export declare const StatusSelect: DefineComponent<
|
|
3159
|
+
export declare const StatusSelect: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3056
3160
|
"update:value": (value: string | number) => any;
|
|
3057
|
-
}, string, PublicProps, Readonly<
|
|
3161
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
3058
3162
|
"onUpdate:value"?: ((value: string | number) => any) | undefined;
|
|
3059
3163
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3060
3164
|
triggerElementRef: HTMLButtonElement;
|
|
@@ -3125,17 +3229,17 @@ export declare type TableProps<T> = {
|
|
|
3125
3229
|
|
|
3126
3230
|
export declare const TableRow: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
3127
3231
|
|
|
3128
|
-
export declare const Tabs: DefineComponent<
|
|
3232
|
+
export declare const Tabs: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3129
3233
|
"update:value": (value: Maybe<string | number> | undefined) => any;
|
|
3130
|
-
}, string, PublicProps, Readonly<
|
|
3234
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_20> & Readonly<{
|
|
3131
3235
|
"onUpdate:value"?: ((value: Maybe<string | number> | undefined) => any) | undefined;
|
|
3132
3236
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3133
3237
|
|
|
3134
3238
|
export declare type TabsProps = {
|
|
3135
3239
|
value?: Maybe<number | string>;
|
|
3136
3240
|
label?: string;
|
|
3137
|
-
view: (typeof
|
|
3138
|
-
size: (typeof
|
|
3241
|
+
view: (typeof views_9)[number];
|
|
3242
|
+
size: (typeof sizes_11)[number];
|
|
3139
3243
|
isDisabled?: boolean;
|
|
3140
3244
|
data: {
|
|
3141
3245
|
id: number | string;
|
|
@@ -3165,9 +3269,9 @@ export declare type TheImageProps = {
|
|
|
3165
3269
|
hasBlendMode?: boolean;
|
|
3166
3270
|
};
|
|
3167
3271
|
|
|
3168
|
-
export declare const ThemePicker: DefineComponent<
|
|
3272
|
+
export declare const ThemePicker: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3169
3273
|
"update:value": (value: Maybe<string | number>) => any;
|
|
3170
|
-
}, string, PublicProps, Readonly<
|
|
3274
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
3171
3275
|
"onUpdate:value"?: ((value: Maybe<string | number>) => any) | undefined;
|
|
3172
3276
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3173
3277
|
|
|
@@ -3198,7 +3302,7 @@ skeleton: HTMLDivElement;
|
|
|
3198
3302
|
}, HTMLDivElement>;
|
|
3199
3303
|
|
|
3200
3304
|
export declare type TheTextSkeletonProps = {
|
|
3201
|
-
size?: (typeof
|
|
3305
|
+
size?: (typeof sizes_8)[number];
|
|
3202
3306
|
widthRange?: [number, number];
|
|
3203
3307
|
color: Color;
|
|
3204
3308
|
};
|
|
@@ -3266,9 +3370,9 @@ declare class ToastServiceImpl implements ToastService {
|
|
|
3266
3370
|
|
|
3267
3371
|
export declare const ToastServiceKey: InjectionKey<ToastService>;
|
|
3268
3372
|
|
|
3269
|
-
export declare const Toggle: DefineComponent<
|
|
3373
|
+
export declare const Toggle: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3270
3374
|
"update:value": (value: boolean) => any;
|
|
3271
|
-
}, string, PublicProps, Readonly<
|
|
3375
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
3272
3376
|
"onUpdate:value"?: ((value: boolean) => any) | undefined;
|
|
3273
3377
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
3274
3378
|
|
|
@@ -3441,9 +3545,9 @@ declare const views_6: readonly ["base", "secondary", "brand"];
|
|
|
3441
3545
|
|
|
3442
3546
|
declare const views_7: readonly ["base", "critical"];
|
|
3443
3547
|
|
|
3444
|
-
declare const views_8: readonly ["
|
|
3548
|
+
declare const views_8: readonly ["base", "critical", "secondary"];
|
|
3445
3549
|
|
|
3446
|
-
declare const views_9: readonly ["
|
|
3550
|
+
declare const views_9: readonly ["default", "flat", "flat-secondary"];
|
|
3447
3551
|
|
|
3448
3552
|
declare const weights: readonly ["regular", "medium", "semibold", "bold"];
|
|
3449
3553
|
|