@namba_one/ui-kit-2 1.0.181 → 1.0.182
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/index.d.ts +101 -91
- package/dist/index.es.js +5012 -5041
- package/dist/index.umd.js +25 -25
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -44,20 +44,22 @@ declare const __VLS_component_12: DefineComponent<EmptyResponseProps, {}, {}, {}
|
|
|
44
44
|
|
|
45
45
|
declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
46
46
|
|
|
47
|
-
declare const __VLS_component_14: DefineComponent<
|
|
47
|
+
declare const __VLS_component_14: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
48
|
+
"update:isOpen": (value: boolean) => any;
|
|
49
|
+
} & {
|
|
48
50
|
close: () => any;
|
|
49
51
|
clickField: () => any;
|
|
50
52
|
clickOutside: () => any;
|
|
51
53
|
clickOutsideDropdown: () => any;
|
|
52
|
-
}, string, PublicProps, Readonly<
|
|
54
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
53
55
|
onClose?: (() => any) | undefined;
|
|
54
56
|
onClickField?: (() => any) | undefined;
|
|
55
57
|
onClickOutside?: (() => any) | undefined;
|
|
56
58
|
onClickOutsideDropdown?: (() => any) | undefined;
|
|
59
|
+
"onUpdate:isOpen"?: ((value: boolean) => any) | undefined;
|
|
57
60
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
58
|
-
rootRef: globalThis.HTMLDivElement;
|
|
59
61
|
wrapperRef: globalThis.HTMLDivElement;
|
|
60
|
-
|
|
62
|
+
triggerElementRef: globalThis.HTMLDivElement;
|
|
61
63
|
}, globalThis.HTMLDivElement>;
|
|
62
64
|
|
|
63
65
|
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -68,9 +70,12 @@ declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
68
70
|
|
|
69
71
|
declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
70
72
|
|
|
71
|
-
declare const __VLS_component_19: DefineComponent<
|
|
73
|
+
declare const __VLS_component_19: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
72
74
|
"update:isShowDropdown": (value: boolean) => any;
|
|
73
|
-
}
|
|
75
|
+
} & {
|
|
76
|
+
close: () => any;
|
|
77
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
78
|
+
onClose?: (() => any) | undefined;
|
|
74
79
|
"onUpdate:isShowDropdown"?: ((value: boolean) => any) | undefined;
|
|
75
80
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
76
81
|
fixedElementRef: HTMLDivElement;
|
|
@@ -89,9 +94,9 @@ rootRef: HTMLDivElement;
|
|
|
89
94
|
toastersRef: HTMLDivElement[];
|
|
90
95
|
}, any>;
|
|
91
96
|
|
|
92
|
-
declare const __VLS_component_23: DefineComponent<
|
|
97
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
93
98
|
|
|
94
|
-
declare const __VLS_component_24: DefineComponent<
|
|
99
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
95
100
|
containerRef: HTMLDivElement;
|
|
96
101
|
}, HTMLDivElement>;
|
|
97
102
|
|
|
@@ -103,9 +108,9 @@ onApply?: ((value: string[] | null) => any) | undefined;
|
|
|
103
108
|
|
|
104
109
|
declare const __VLS_component_26: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
105
110
|
|
|
106
|
-
declare const __VLS_component_27: DefineComponent<
|
|
111
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
107
112
|
"update:value": (value: boolean) => any;
|
|
108
|
-
}, string, PublicProps, Readonly<
|
|
113
|
+
}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
|
|
109
114
|
"onUpdate:value"?: ((value: boolean) => any) | undefined;
|
|
110
115
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
111
116
|
|
|
@@ -119,9 +124,9 @@ triggerElementRef: HTMLDivElement;
|
|
|
119
124
|
|
|
120
125
|
declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
121
126
|
|
|
122
|
-
declare const __VLS_component_30: DefineComponent<
|
|
127
|
+
declare const __VLS_component_30: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
123
128
|
"update:values": (value: FilterValue[]) => any;
|
|
124
|
-
}, string, PublicProps, Readonly<
|
|
129
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
125
130
|
"onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
|
|
126
131
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
127
132
|
parentElementRef: ({
|
|
@@ -187,10 +192,10 @@ default?(_: {}): any;
|
|
|
187
192
|
triggerElementRef: HTMLDivElement;
|
|
188
193
|
}, HTMLDivElement>;
|
|
189
194
|
|
|
190
|
-
declare const __VLS_component_31: DefineComponent<
|
|
195
|
+
declare const __VLS_component_31: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
191
196
|
drop: (value: CheckboxGroupFilterValue) => any;
|
|
192
197
|
apply: (value: CheckboxGroupFilterValue) => any;
|
|
193
|
-
}, string, PublicProps, Readonly<
|
|
198
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
194
199
|
onDrop?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
195
200
|
onApply?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
196
201
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -375,35 +380,35 @@ toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
|
|
|
375
380
|
}) | null;
|
|
376
381
|
}, any>;
|
|
377
382
|
|
|
378
|
-
declare const __VLS_component_32: DefineComponent<
|
|
383
|
+
declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
379
384
|
"update:value": (value: string) => any;
|
|
380
385
|
"update:isError": (value: boolean) => any;
|
|
381
|
-
}, string, PublicProps, Readonly<
|
|
386
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
|
|
382
387
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
383
388
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
384
389
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
385
390
|
|
|
386
|
-
declare const __VLS_component_33: DefineComponent<
|
|
391
|
+
declare const __VLS_component_33: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
387
392
|
"update:value": (value: string) => any;
|
|
388
393
|
"update:isError": (value: boolean) => any;
|
|
389
|
-
}, string, PublicProps, Readonly<
|
|
394
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
|
|
390
395
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
391
396
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
392
397
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
393
398
|
inputRef: any;
|
|
394
399
|
}, HTMLLabelElement>;
|
|
395
400
|
|
|
396
|
-
declare const __VLS_component_34: DefineComponent<
|
|
401
|
+
declare const __VLS_component_34: DefineComponent<__VLS_PublicProps_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
397
402
|
"update:active": (value: string) => any;
|
|
398
|
-
}, string, PublicProps, Readonly<
|
|
403
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_22> & Readonly<{
|
|
399
404
|
"onUpdate:active"?: ((value: string) => any) | undefined;
|
|
400
405
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
401
406
|
items: HTMLDivElement;
|
|
402
407
|
}, HTMLDivElement>;
|
|
403
408
|
|
|
404
|
-
declare const __VLS_component_35: DefineComponent<
|
|
409
|
+
declare const __VLS_component_35: DefineComponent<__VLS_PublicProps_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
405
410
|
"update:active": (value: string) => any;
|
|
406
|
-
}, string, PublicProps, Readonly<
|
|
411
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_23> & Readonly<{
|
|
407
412
|
"onUpdate:active"?: ((value: string) => any) | undefined;
|
|
408
413
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
409
414
|
items: HTMLDivElement;
|
|
@@ -469,22 +474,24 @@ declare type __VLS_Props = {
|
|
|
469
474
|
isLoading?: boolean;
|
|
470
475
|
};
|
|
471
476
|
|
|
472
|
-
declare type __VLS_Props_10 =
|
|
477
|
+
declare type __VLS_Props_10 = StatusSelectProps;
|
|
478
|
+
|
|
479
|
+
declare type __VLS_Props_11 = DropdownElementProps;
|
|
473
480
|
|
|
474
|
-
declare type
|
|
481
|
+
declare type __VLS_Props_12 = ThemePickerProps;
|
|
475
482
|
|
|
476
|
-
declare type
|
|
483
|
+
declare type __VLS_Props_13 = {
|
|
477
484
|
gap?: string | number;
|
|
478
485
|
align?: 'flex-start' | 'center' | 'flex-end';
|
|
479
486
|
};
|
|
480
487
|
|
|
481
|
-
declare type
|
|
488
|
+
declare type __VLS_Props_14 = {
|
|
482
489
|
isHeight?: boolean;
|
|
483
490
|
duration?: number | string;
|
|
484
491
|
delay?: number | string;
|
|
485
492
|
};
|
|
486
493
|
|
|
487
|
-
declare type
|
|
494
|
+
declare type __VLS_Props_15 = {
|
|
488
495
|
value: boolean;
|
|
489
496
|
title: string;
|
|
490
497
|
description?: string;
|
|
@@ -492,42 +499,42 @@ declare type __VLS_Props_14 = {
|
|
|
492
499
|
size?: '16' | '20';
|
|
493
500
|
};
|
|
494
501
|
|
|
495
|
-
declare type
|
|
502
|
+
declare type __VLS_Props_16 = EditorProps;
|
|
496
503
|
|
|
497
|
-
declare type
|
|
504
|
+
declare type __VLS_Props_17 = DatepickerProps;
|
|
498
505
|
|
|
499
|
-
declare type
|
|
506
|
+
declare type __VLS_Props_18 = FilterHubProps;
|
|
500
507
|
|
|
501
|
-
declare type
|
|
508
|
+
declare type __VLS_Props_19 = {
|
|
502
509
|
filter: CheckboxGroupFilterType;
|
|
503
510
|
value: CheckboxGroupFilterValue;
|
|
504
511
|
};
|
|
505
512
|
|
|
506
|
-
declare type
|
|
513
|
+
declare type __VLS_Props_2 = CardContentProps;
|
|
514
|
+
|
|
515
|
+
declare type __VLS_Props_20 = {
|
|
507
516
|
filter: DatepickerFilterType;
|
|
508
517
|
value: DatepickerFilterValue;
|
|
509
518
|
};
|
|
510
519
|
|
|
511
|
-
declare type
|
|
512
|
-
|
|
513
|
-
declare type __VLS_Props_20 = InputFieldProps;
|
|
520
|
+
declare type __VLS_Props_21 = InputFieldProps;
|
|
514
521
|
|
|
515
|
-
declare type
|
|
522
|
+
declare type __VLS_Props_22 = InputMaskFieldProps;
|
|
516
523
|
|
|
517
|
-
declare type
|
|
524
|
+
declare type __VLS_Props_23 = MultiSelectFieldProps;
|
|
518
525
|
|
|
519
|
-
declare type
|
|
526
|
+
declare type __VLS_Props_24 = SelectFieldProps;
|
|
520
527
|
|
|
521
|
-
declare type
|
|
528
|
+
declare type __VLS_Props_25 = MultiInputFieldProps;
|
|
522
529
|
|
|
523
|
-
declare type
|
|
530
|
+
declare type __VLS_Props_26 = TabsProps;
|
|
524
531
|
|
|
525
|
-
declare type
|
|
532
|
+
declare type __VLS_Props_27 = {
|
|
526
533
|
label?: string;
|
|
527
534
|
size: '36_subhead' | '28_caption';
|
|
528
535
|
};
|
|
529
536
|
|
|
530
|
-
declare type
|
|
537
|
+
declare type __VLS_Props_28 = {
|
|
531
538
|
label: string;
|
|
532
539
|
size: 'body' | 'subhead';
|
|
533
540
|
};
|
|
@@ -540,40 +547,39 @@ declare type __VLS_Props_5 = InputProps;
|
|
|
540
547
|
|
|
541
548
|
declare type __VLS_Props_6 = ListHeaderProps;
|
|
542
549
|
|
|
543
|
-
declare type __VLS_Props_7 =
|
|
550
|
+
declare type __VLS_Props_7 = SelectBaseProps;
|
|
544
551
|
|
|
545
|
-
declare type __VLS_Props_8 =
|
|
552
|
+
declare type __VLS_Props_8 = SelectProps;
|
|
546
553
|
|
|
547
|
-
declare type __VLS_Props_9 =
|
|
554
|
+
declare type __VLS_Props_9 = ColorPickerProps;
|
|
548
555
|
|
|
549
556
|
declare type __VLS_PublicProps = {
|
|
550
557
|
'value': boolean;
|
|
551
558
|
} & __VLS_Props_2;
|
|
552
559
|
|
|
553
560
|
declare type __VLS_PublicProps_10 = {
|
|
554
|
-
'
|
|
561
|
+
'value': StatusSelectProps['value'];
|
|
555
562
|
} & __VLS_Props_10;
|
|
556
563
|
|
|
557
564
|
declare type __VLS_PublicProps_11 = {
|
|
558
|
-
'
|
|
565
|
+
'isShowDropdown': boolean;
|
|
559
566
|
} & __VLS_Props_11;
|
|
560
567
|
|
|
561
568
|
declare type __VLS_PublicProps_12 = {
|
|
562
|
-
'value':
|
|
563
|
-
} &
|
|
569
|
+
'value': ThemePickerProps['value'];
|
|
570
|
+
} & __VLS_Props_12;
|
|
564
571
|
|
|
565
572
|
declare type __VLS_PublicProps_13 = {
|
|
566
|
-
'value':
|
|
573
|
+
'value': EditorProps['value'];
|
|
567
574
|
} & __VLS_Props_16;
|
|
568
575
|
|
|
569
576
|
declare type __VLS_PublicProps_14 = {
|
|
570
|
-
'
|
|
577
|
+
'value': DatepickerProps['value'];
|
|
571
578
|
} & __VLS_Props_17;
|
|
572
579
|
|
|
573
580
|
declare type __VLS_PublicProps_15 = {
|
|
574
|
-
'
|
|
575
|
-
|
|
576
|
-
} & __VLS_Props_20;
|
|
581
|
+
'values': FilterValue[];
|
|
582
|
+
} & __VLS_Props_18;
|
|
577
583
|
|
|
578
584
|
declare type __VLS_PublicProps_16 = {
|
|
579
585
|
'isError'?: boolean;
|
|
@@ -582,17 +588,17 @@ declare type __VLS_PublicProps_16 = {
|
|
|
582
588
|
|
|
583
589
|
declare type __VLS_PublicProps_17 = {
|
|
584
590
|
'isError'?: boolean;
|
|
585
|
-
'value'
|
|
591
|
+
'value'?: string;
|
|
586
592
|
} & __VLS_Props_22;
|
|
587
593
|
|
|
588
594
|
declare type __VLS_PublicProps_18 = {
|
|
589
595
|
'isError'?: boolean;
|
|
590
|
-
'value'
|
|
596
|
+
'value': string[];
|
|
591
597
|
} & __VLS_Props_23;
|
|
592
598
|
|
|
593
599
|
declare type __VLS_PublicProps_19 = {
|
|
594
600
|
'isError'?: boolean;
|
|
595
|
-
'value'
|
|
601
|
+
'value'?: string | null;
|
|
596
602
|
} & __VLS_Props_24;
|
|
597
603
|
|
|
598
604
|
declare type __VLS_PublicProps_2 = {
|
|
@@ -600,17 +606,22 @@ declare type __VLS_PublicProps_2 = {
|
|
|
600
606
|
} & __VLS_Props_3;
|
|
601
607
|
|
|
602
608
|
declare type __VLS_PublicProps_20 = {
|
|
603
|
-
'
|
|
609
|
+
'isError'?: boolean;
|
|
610
|
+
'value': Set<string>;
|
|
604
611
|
} & __VLS_Props_25;
|
|
605
612
|
|
|
606
613
|
declare type __VLS_PublicProps_21 = {
|
|
607
|
-
'
|
|
614
|
+
'value': TabsProps['value'];
|
|
608
615
|
} & __VLS_Props_26;
|
|
609
616
|
|
|
610
617
|
declare type __VLS_PublicProps_22 = {
|
|
611
618
|
'active': string;
|
|
612
619
|
} & __VLS_Props_27;
|
|
613
620
|
|
|
621
|
+
declare type __VLS_PublicProps_23 = {
|
|
622
|
+
'active': string;
|
|
623
|
+
} & __VLS_Props_28;
|
|
624
|
+
|
|
614
625
|
declare type __VLS_PublicProps_3 = {
|
|
615
626
|
'value': DropzoneProps['value'];
|
|
616
627
|
'isError'?: DropzoneProps['isError'];
|
|
@@ -625,20 +636,20 @@ declare type __VLS_PublicProps_5 = {
|
|
|
625
636
|
} & __VLS_Props_6;
|
|
626
637
|
|
|
627
638
|
declare type __VLS_PublicProps_6 = {
|
|
628
|
-
'
|
|
639
|
+
'isOpen': SelectBaseProps['isOpen'];
|
|
629
640
|
} & __VLS_Props_7;
|
|
630
641
|
|
|
631
642
|
declare type __VLS_PublicProps_7 = {
|
|
632
|
-
'value'
|
|
643
|
+
'value'?: Maybe<string | number>;
|
|
633
644
|
} & __VLS_Props_8;
|
|
634
645
|
|
|
635
646
|
declare type __VLS_PublicProps_8 = {
|
|
636
|
-
'value':
|
|
637
|
-
};
|
|
647
|
+
'value': Value;
|
|
648
|
+
} & __VLS_Props_9;
|
|
638
649
|
|
|
639
650
|
declare type __VLS_PublicProps_9 = {
|
|
640
|
-
'value':
|
|
641
|
-
}
|
|
651
|
+
'value': boolean;
|
|
652
|
+
};
|
|
642
653
|
|
|
643
654
|
declare function __VLS_template(): {
|
|
644
655
|
attrs: Partial<{}>;
|
|
@@ -692,9 +703,8 @@ declare function __VLS_template_14(): {
|
|
|
692
703
|
dropdown?(_: {}): any;
|
|
693
704
|
};
|
|
694
705
|
refs: {
|
|
695
|
-
rootRef: globalThis.HTMLDivElement;
|
|
696
706
|
wrapperRef: globalThis.HTMLDivElement;
|
|
697
|
-
|
|
707
|
+
triggerElementRef: globalThis.HTMLDivElement;
|
|
698
708
|
};
|
|
699
709
|
rootEl: globalThis.HTMLDivElement;
|
|
700
710
|
};
|
|
@@ -1754,9 +1764,9 @@ export declare type Color = typeof colors[number];
|
|
|
1754
1764
|
|
|
1755
1765
|
declare type ColorInput = string | null;
|
|
1756
1766
|
|
|
1757
|
-
export declare const ColorPicker: DefineComponent<
|
|
1767
|
+
export declare const ColorPicker: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1758
1768
|
"update:value": (value: Value) => any;
|
|
1759
|
-
}, string, PublicProps, Readonly<
|
|
1769
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
1760
1770
|
"onUpdate:value"?: ((value: Value) => any) | undefined;
|
|
1761
1771
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1762
1772
|
inputRef: any;
|
|
@@ -1778,16 +1788,16 @@ export declare const Currency: {
|
|
|
1778
1788
|
|
|
1779
1789
|
export declare type Currency = (typeof Currency)[keyof typeof Currency];
|
|
1780
1790
|
|
|
1781
|
-
export declare const Datepicker: DefineComponent<
|
|
1791
|
+
export declare const Datepicker: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1782
1792
|
"update:value": (value: Date[]) => any;
|
|
1783
|
-
}, string, PublicProps, Readonly<
|
|
1793
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
1784
1794
|
"onUpdate:value"?: ((value: Date[]) => any) | undefined;
|
|
1785
1795
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1786
1796
|
|
|
1787
|
-
export declare const DatepickerFilterChip: DefineComponent<
|
|
1797
|
+
export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1788
1798
|
drop: (value: DatepickerFilterValue) => any;
|
|
1789
1799
|
apply: (value: DatepickerFilterValue) => any;
|
|
1790
|
-
}, string, PublicProps, Readonly<
|
|
1800
|
+
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
1791
1801
|
onDrop?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
1792
1802
|
onApply?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
1793
1803
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2211,11 +2221,11 @@ declare type DynamicVisibleAreaProps = {
|
|
|
2211
2221
|
|
|
2212
2222
|
export declare type DynamicVisibleAreaProvider = () => void;
|
|
2213
2223
|
|
|
2214
|
-
export declare const Editor: DefineComponent<
|
|
2224
|
+
export declare const Editor: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2215
2225
|
"update:value": (value: string) => any;
|
|
2216
2226
|
} & {
|
|
2217
2227
|
"update:isError": (value: boolean) => any;
|
|
2218
|
-
}, string, PublicProps, Readonly<
|
|
2228
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
2219
2229
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
2220
2230
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2221
2231
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -2681,10 +2691,10 @@ export declare type ModalConfirmationProps = {
|
|
|
2681
2691
|
isLoading?: boolean;
|
|
2682
2692
|
};
|
|
2683
2693
|
|
|
2684
|
-
export declare const MultiInputField: DefineComponent<
|
|
2694
|
+
export declare const MultiInputField: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2685
2695
|
"update:value": (value: Set<string>) => any;
|
|
2686
2696
|
"update:isError": (value: boolean) => any;
|
|
2687
|
-
}, string, PublicProps, Readonly<
|
|
2697
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_20> & Readonly<{
|
|
2688
2698
|
"onUpdate:value"?: ((value: Set<string>) => any) | undefined;
|
|
2689
2699
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2690
2700
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2770,10 +2780,10 @@ export declare type MultiInputFieldProps = {
|
|
|
2770
2780
|
maxLength?: string;
|
|
2771
2781
|
};
|
|
2772
2782
|
|
|
2773
|
-
export declare const MultiSelectField: DefineComponent<
|
|
2783
|
+
export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2774
2784
|
"update:value": (value: string[]) => any;
|
|
2775
2785
|
"update:isError": (value: boolean) => any;
|
|
2776
|
-
}, string, PublicProps, Readonly<
|
|
2786
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
|
|
2777
2787
|
"onUpdate:value"?: ((value: string[]) => any) | undefined;
|
|
2778
2788
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2779
2789
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -2979,9 +2989,9 @@ declare type ResponseBaseProps = {
|
|
|
2979
2989
|
|
|
2980
2990
|
export declare const Section: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
2981
2991
|
|
|
2982
|
-
export declare const Select: DefineComponent<
|
|
2992
|
+
export declare const Select: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2983
2993
|
"update:value": (value: Maybe<string | number>) => any;
|
|
2984
|
-
}, string, PublicProps, Readonly<
|
|
2994
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
2985
2995
|
"onUpdate:value"?: ((value: Maybe<string | number>) => any) | undefined;
|
|
2986
2996
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2987
2997
|
|
|
@@ -3004,10 +3014,10 @@ export declare type SelectBaseProps = {
|
|
|
3004
3014
|
dropdownMaxHeight?: number;
|
|
3005
3015
|
};
|
|
3006
3016
|
|
|
3007
|
-
export declare const SelectField: DefineComponent<
|
|
3017
|
+
export declare const SelectField: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3008
3018
|
"update:value": (value: string | null) => any;
|
|
3009
3019
|
"update:isError": (value: boolean) => any;
|
|
3010
|
-
}, string, PublicProps, Readonly<
|
|
3020
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
|
|
3011
3021
|
"onUpdate:value"?: ((value: string | null) => any) | undefined;
|
|
3012
3022
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
3013
3023
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -3188,9 +3198,9 @@ declare class SpriteServiceImp implements SpriteService {
|
|
|
3188
3198
|
install(): Promise<void>;
|
|
3189
3199
|
}
|
|
3190
3200
|
|
|
3191
|
-
export declare const StatusSelect: DefineComponent<
|
|
3201
|
+
export declare const StatusSelect: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3192
3202
|
"update:value": (value: string | number) => any;
|
|
3193
|
-
}, string, PublicProps, Readonly<
|
|
3203
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
3194
3204
|
"onUpdate:value"?: ((value: string | number) => any) | undefined;
|
|
3195
3205
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3196
3206
|
triggerElementRef: HTMLButtonElement;
|
|
@@ -3261,9 +3271,9 @@ export declare type TableProps<T> = {
|
|
|
3261
3271
|
|
|
3262
3272
|
export declare const TableRow: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
3263
3273
|
|
|
3264
|
-
export declare const Tabs: DefineComponent<
|
|
3274
|
+
export declare const Tabs: DefineComponent<__VLS_PublicProps_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3265
3275
|
"update:value": (value: Maybe<string | number> | undefined) => any;
|
|
3266
|
-
}, string, PublicProps, Readonly<
|
|
3276
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_21> & Readonly<{
|
|
3267
3277
|
"onUpdate:value"?: ((value: Maybe<string | number> | undefined) => any) | undefined;
|
|
3268
3278
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3269
3279
|
|
|
@@ -3301,9 +3311,9 @@ export declare type TheImageProps = {
|
|
|
3301
3311
|
hasBlendMode?: boolean;
|
|
3302
3312
|
};
|
|
3303
3313
|
|
|
3304
|
-
export declare const ThemePicker: DefineComponent<
|
|
3314
|
+
export declare const ThemePicker: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3305
3315
|
"update:value": (value: Maybe<string | number>) => any;
|
|
3306
|
-
}, string, PublicProps, Readonly<
|
|
3316
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
3307
3317
|
"onUpdate:value"?: ((value: Maybe<string | number>) => any) | undefined;
|
|
3308
3318
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3309
3319
|
|
|
@@ -3402,9 +3412,9 @@ declare class ToastServiceImpl implements ToastService {
|
|
|
3402
3412
|
|
|
3403
3413
|
export declare const ToastServiceKey: InjectionKey<ToastService>;
|
|
3404
3414
|
|
|
3405
|
-
export declare const Toggle: DefineComponent<
|
|
3415
|
+
export declare const Toggle: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3406
3416
|
"update:value": (value: boolean) => any;
|
|
3407
|
-
}, string, PublicProps, Readonly<
|
|
3417
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
3408
3418
|
"onUpdate:value"?: ((value: boolean) => any) | undefined;
|
|
3409
3419
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
3410
3420
|
|