@namba_one/ui-kit-2 1.0.116 → 1.0.117
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 +608 -23
- package/dist/index.es.js +7399 -6591
- package/dist/index.umd.js +13 -13
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -81,26 +81,28 @@ image: HTMLImageElement;
|
|
|
81
81
|
|
|
82
82
|
declare const __VLS_component_20: DefineComponent<VerificationInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VerificationInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
83
83
|
|
|
84
|
-
declare const __VLS_component_21: DefineComponent<
|
|
84
|
+
declare const __VLS_component_21: DefineComponent<MenuBarItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuBarItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
85
|
+
|
|
86
|
+
declare const __VLS_component_22: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
85
87
|
rootRef: HTMLDivElement;
|
|
86
88
|
toastersRef: HTMLDivElement[];
|
|
87
89
|
}, any>;
|
|
88
90
|
|
|
89
|
-
declare const
|
|
91
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
90
92
|
|
|
91
|
-
declare const
|
|
93
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
92
94
|
containerRef: HTMLDivElement;
|
|
93
95
|
}, HTMLDivElement>;
|
|
94
96
|
|
|
95
|
-
declare const
|
|
97
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
96
98
|
apply: (value: string[] | null) => any;
|
|
97
99
|
}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
|
|
98
100
|
onApply?: ((value: string[] | null) => any) | undefined;
|
|
99
101
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
100
102
|
|
|
101
|
-
declare const
|
|
103
|
+
declare const __VLS_component_26: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
102
104
|
|
|
103
|
-
declare const
|
|
105
|
+
declare const __VLS_component_27: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
104
106
|
"update:values": (value: FilterValue[]) => any;
|
|
105
107
|
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
106
108
|
"onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
|
|
@@ -168,6 +170,24 @@ default?(_: {}): any;
|
|
|
168
170
|
triggerElementRef: HTMLDivElement;
|
|
169
171
|
}, HTMLDivElement>;
|
|
170
172
|
|
|
173
|
+
declare const __VLS_component_28: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
174
|
+
"update:value": (value: string) => any;
|
|
175
|
+
"update:isError": (value: boolean) => any;
|
|
176
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
177
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
178
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
179
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
180
|
+
|
|
181
|
+
declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
182
|
+
"update:value": (value: string) => any;
|
|
183
|
+
"update:isError": (value: boolean) => any;
|
|
184
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
185
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
186
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
187
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
188
|
+
inputRef: any;
|
|
189
|
+
}, HTMLLabelElement>;
|
|
190
|
+
|
|
171
191
|
declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
172
192
|
|
|
173
193
|
declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -260,8 +280,18 @@ declare type __VLS_Props_18 = {
|
|
|
260
280
|
value: DatepickerFilterValue;
|
|
261
281
|
};
|
|
262
282
|
|
|
283
|
+
declare type __VLS_Props_19 = InputFieldProps;
|
|
284
|
+
|
|
263
285
|
declare type __VLS_Props_2 = CardContentProps;
|
|
264
286
|
|
|
287
|
+
declare type __VLS_Props_20 = InputMaskFieldProps;
|
|
288
|
+
|
|
289
|
+
declare type __VLS_Props_21 = MultiSelectFieldProps;
|
|
290
|
+
|
|
291
|
+
declare type __VLS_Props_22 = SelectFieldProps;
|
|
292
|
+
|
|
293
|
+
declare type __VLS_Props_23 = MultiInputFieldProps;
|
|
294
|
+
|
|
265
295
|
declare type __VLS_Props_3 = CardContentListProps;
|
|
266
296
|
|
|
267
297
|
declare type __VLS_Props_4 = DropzoneProps;
|
|
@@ -296,6 +326,31 @@ declare type __VLS_PublicProps_13 = {
|
|
|
296
326
|
'values': FilterValue[];
|
|
297
327
|
} & __VLS_Props_16;
|
|
298
328
|
|
|
329
|
+
declare type __VLS_PublicProps_14 = {
|
|
330
|
+
'isError'?: boolean;
|
|
331
|
+
'value'?: string;
|
|
332
|
+
} & __VLS_Props_19;
|
|
333
|
+
|
|
334
|
+
declare type __VLS_PublicProps_15 = {
|
|
335
|
+
'isError'?: boolean;
|
|
336
|
+
'value'?: string;
|
|
337
|
+
} & __VLS_Props_20;
|
|
338
|
+
|
|
339
|
+
declare type __VLS_PublicProps_16 = {
|
|
340
|
+
'isError'?: boolean;
|
|
341
|
+
'value': string[];
|
|
342
|
+
} & __VLS_Props_21;
|
|
343
|
+
|
|
344
|
+
declare type __VLS_PublicProps_17 = {
|
|
345
|
+
'isError'?: boolean;
|
|
346
|
+
'value'?: string | null;
|
|
347
|
+
} & __VLS_Props_22;
|
|
348
|
+
|
|
349
|
+
declare type __VLS_PublicProps_18 = {
|
|
350
|
+
'isError'?: boolean;
|
|
351
|
+
'value': Set<string>;
|
|
352
|
+
} & __VLS_Props_23;
|
|
353
|
+
|
|
299
354
|
declare type __VLS_PublicProps_2 = {
|
|
300
355
|
'list': CardContentListProps['list'];
|
|
301
356
|
} & __VLS_Props_3;
|
|
@@ -461,6 +516,15 @@ declare function __VLS_template_20(): {
|
|
|
461
516
|
};
|
|
462
517
|
|
|
463
518
|
declare function __VLS_template_21(): {
|
|
519
|
+
attrs: Partial<{}>;
|
|
520
|
+
slots: {
|
|
521
|
+
default?(_: {}): any;
|
|
522
|
+
};
|
|
523
|
+
refs: {};
|
|
524
|
+
rootEl: HTMLDivElement;
|
|
525
|
+
};
|
|
526
|
+
|
|
527
|
+
declare function __VLS_template_22(): {
|
|
464
528
|
attrs: Partial<{}>;
|
|
465
529
|
slots: {
|
|
466
530
|
default?(_: {}): any;
|
|
@@ -472,7 +536,7 @@ declare function __VLS_template_21(): {
|
|
|
472
536
|
rootEl: any;
|
|
473
537
|
};
|
|
474
538
|
|
|
475
|
-
declare function
|
|
539
|
+
declare function __VLS_template_23(): {
|
|
476
540
|
attrs: Partial<{}>;
|
|
477
541
|
slots: {
|
|
478
542
|
default?(_: {}): any;
|
|
@@ -481,7 +545,7 @@ declare function __VLS_template_22(): {
|
|
|
481
545
|
rootEl: HTMLDivElement;
|
|
482
546
|
};
|
|
483
547
|
|
|
484
|
-
declare function
|
|
548
|
+
declare function __VLS_template_24(): {
|
|
485
549
|
attrs: Partial<{}>;
|
|
486
550
|
slots: {
|
|
487
551
|
default?(_: {}): any;
|
|
@@ -492,7 +556,7 @@ declare function __VLS_template_23(): {
|
|
|
492
556
|
rootEl: HTMLDivElement;
|
|
493
557
|
};
|
|
494
558
|
|
|
495
|
-
declare function
|
|
559
|
+
declare function __VLS_template_25(): {
|
|
496
560
|
attrs: Partial<{}>;
|
|
497
561
|
slots: {
|
|
498
562
|
renderItem?(_: {
|
|
@@ -505,7 +569,7 @@ declare function __VLS_template_24(): {
|
|
|
505
569
|
rootEl: HTMLDivElement;
|
|
506
570
|
};
|
|
507
571
|
|
|
508
|
-
declare function
|
|
572
|
+
declare function __VLS_template_26(): {
|
|
509
573
|
attrs: Partial<{}>;
|
|
510
574
|
slots: {
|
|
511
575
|
default?(_: {}): any;
|
|
@@ -514,7 +578,7 @@ declare function __VLS_template_25(): {
|
|
|
514
578
|
rootEl: HTMLElement;
|
|
515
579
|
};
|
|
516
580
|
|
|
517
|
-
declare function
|
|
581
|
+
declare function __VLS_template_27(): {
|
|
518
582
|
attrs: Partial<{}>;
|
|
519
583
|
slots: {
|
|
520
584
|
before?(_: {}): any;
|
|
@@ -599,6 +663,26 @@ declare function __VLS_template_26(): {
|
|
|
599
663
|
rootEl: HTMLDivElement;
|
|
600
664
|
};
|
|
601
665
|
|
|
666
|
+
declare function __VLS_template_28(): {
|
|
667
|
+
attrs: Partial<{}>;
|
|
668
|
+
slots: {
|
|
669
|
+
after?(_: {}): any;
|
|
670
|
+
};
|
|
671
|
+
refs: {};
|
|
672
|
+
rootEl: HTMLLabelElement;
|
|
673
|
+
};
|
|
674
|
+
|
|
675
|
+
declare function __VLS_template_29(): {
|
|
676
|
+
attrs: Partial<{}>;
|
|
677
|
+
slots: {
|
|
678
|
+
after?(_: {}): any;
|
|
679
|
+
};
|
|
680
|
+
refs: {
|
|
681
|
+
inputRef: any;
|
|
682
|
+
};
|
|
683
|
+
rootEl: HTMLLabelElement;
|
|
684
|
+
};
|
|
685
|
+
|
|
602
686
|
declare function __VLS_template_3(): {
|
|
603
687
|
attrs: Partial<{}>;
|
|
604
688
|
slots: {
|
|
@@ -702,6 +786,12 @@ declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
|
702
786
|
|
|
703
787
|
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
704
788
|
|
|
789
|
+
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
790
|
+
|
|
791
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
792
|
+
|
|
793
|
+
declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
|
|
794
|
+
|
|
705
795
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
706
796
|
|
|
707
797
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -830,6 +920,24 @@ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
|
830
920
|
};
|
|
831
921
|
};
|
|
832
922
|
|
|
923
|
+
declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
924
|
+
new (): {
|
|
925
|
+
$slots: S;
|
|
926
|
+
};
|
|
927
|
+
};
|
|
928
|
+
|
|
929
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
930
|
+
new (): {
|
|
931
|
+
$slots: S;
|
|
932
|
+
};
|
|
933
|
+
};
|
|
934
|
+
|
|
935
|
+
declare type __VLS_WithTemplateSlots_29<T, S> = T & {
|
|
936
|
+
new (): {
|
|
937
|
+
$slots: S;
|
|
938
|
+
};
|
|
939
|
+
};
|
|
940
|
+
|
|
833
941
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
834
942
|
new (): {
|
|
835
943
|
$slots: S;
|
|
@@ -876,7 +984,7 @@ declare const aligns: readonly ["left", "center", "right"];
|
|
|
876
984
|
|
|
877
985
|
declare const allAcceptTypes: readonly string[];
|
|
878
986
|
|
|
879
|
-
export declare const AnimationFadeBlur:
|
|
987
|
+
export declare const AnimationFadeBlur: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
880
988
|
|
|
881
989
|
export declare const Avatar: DefineComponent<AvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
882
990
|
|
|
@@ -1491,7 +1599,7 @@ readonly placeholder: string;
|
|
|
1491
1599
|
readonly errorText?: string | undefined;
|
|
1492
1600
|
readonly isError?: boolean | undefined;
|
|
1493
1601
|
readonly isDisabled?: boolean | undefined;
|
|
1494
|
-
readonly mask?: keyof
|
|
1602
|
+
readonly mask?: keyof masks_2 | undefined;
|
|
1495
1603
|
readonly inputmode?: InputHTMLAttributes["inputmode"];
|
|
1496
1604
|
readonly autocomplete?: InputHTMLAttributes["autocomplete"];
|
|
1497
1605
|
readonly maxLength?: (number | string) | undefined;
|
|
@@ -1572,7 +1680,7 @@ readonly placeholder: string;
|
|
|
1572
1680
|
readonly errorText?: string | undefined;
|
|
1573
1681
|
readonly isError?: boolean | undefined;
|
|
1574
1682
|
readonly isDisabled?: boolean | undefined;
|
|
1575
|
-
readonly mask?: keyof
|
|
1683
|
+
readonly mask?: keyof masks_2 | undefined;
|
|
1576
1684
|
readonly inputmode?: InputHTMLAttributes["inputmode"];
|
|
1577
1685
|
readonly autocomplete?: InputHTMLAttributes["autocomplete"];
|
|
1578
1686
|
readonly maxLength?: (number | string) | undefined;
|
|
@@ -1645,7 +1753,7 @@ default?(_: {}): any;
|
|
|
1645
1753
|
export { _default as DatepickerFilter }
|
|
1646
1754
|
export { _default as DatepickerFilterView }
|
|
1647
1755
|
|
|
1648
|
-
declare const _default_2:
|
|
1756
|
+
declare const _default_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1649
1757
|
export { _default_2 as CheckboxGroupFilter }
|
|
1650
1758
|
export { _default_2 as CheckboxGroupFilterView }
|
|
1651
1759
|
|
|
@@ -1726,9 +1834,19 @@ declare type EmptyResponseProps = ResponseBaseProps & {
|
|
|
1726
1834
|
size?: (typeof sizes_6)[number];
|
|
1727
1835
|
};
|
|
1728
1836
|
|
|
1837
|
+
declare type FieldBaseProps = {
|
|
1838
|
+
size: '34' | '44' | 34 | 44;
|
|
1839
|
+
iconLeft?: IconName;
|
|
1840
|
+
iconRight?: IconName;
|
|
1841
|
+
hasCounter?: boolean;
|
|
1842
|
+
counter?: number | string;
|
|
1843
|
+
isDisabled?: boolean;
|
|
1844
|
+
hasBorder?: boolean;
|
|
1845
|
+
};
|
|
1846
|
+
|
|
1729
1847
|
export declare type Filter = CheckboxGroupFilter_2 | DatepickerFilter_2;
|
|
1730
1848
|
|
|
1731
|
-
export declare const FilterHub:
|
|
1849
|
+
export declare const FilterHub: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1732
1850
|
|
|
1733
1851
|
export declare type FilterHubProps = {
|
|
1734
1852
|
list: Filter[];
|
|
@@ -1786,6 +1904,50 @@ export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, C
|
|
|
1786
1904
|
|
|
1787
1905
|
export declare const Input: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1788
1906
|
|
|
1907
|
+
export declare const InputField: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1908
|
+
|
|
1909
|
+
export declare type InputFieldProps = {
|
|
1910
|
+
autocomplete?: 'on' | 'off';
|
|
1911
|
+
inputmode?: 'text' | 'email' | 'numeric' | 'decimal' | 'tel' | 'search';
|
|
1912
|
+
type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'search';
|
|
1913
|
+
label?: string;
|
|
1914
|
+
description?: string;
|
|
1915
|
+
errorText?: string;
|
|
1916
|
+
isDisabled?: boolean;
|
|
1917
|
+
name?: string;
|
|
1918
|
+
placeholder?: string;
|
|
1919
|
+
size: '34' | '44' | 34 | 44;
|
|
1920
|
+
iconLeft?: IconName;
|
|
1921
|
+
iconRight?: IconName;
|
|
1922
|
+
hasBorder?: boolean;
|
|
1923
|
+
maxLength?: number | string;
|
|
1924
|
+
};
|
|
1925
|
+
|
|
1926
|
+
export declare const InputMaskField: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1927
|
+
|
|
1928
|
+
export declare type InputMaskFieldProps = {
|
|
1929
|
+
autofocus?: boolean;
|
|
1930
|
+
autocomplete?: 'on' | 'off';
|
|
1931
|
+
inputmode?: 'text' | 'email' | 'numeric' | 'decimal' | 'tel' | 'search';
|
|
1932
|
+
type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'search';
|
|
1933
|
+
label?: string;
|
|
1934
|
+
description?: string;
|
|
1935
|
+
errorText?: string;
|
|
1936
|
+
isDisabled?: boolean;
|
|
1937
|
+
name?: string;
|
|
1938
|
+
placeholder?: string;
|
|
1939
|
+
size: '34' | '44' | 34 | 44;
|
|
1940
|
+
iconLeft?: IconName;
|
|
1941
|
+
iconRight?: IconName;
|
|
1942
|
+
hasBorder?: boolean;
|
|
1943
|
+
maxLength?: number | string;
|
|
1944
|
+
mask: keyof typeof masks;
|
|
1945
|
+
};
|
|
1946
|
+
|
|
1947
|
+
export declare const InputPassword: DefineComponent<InputPasswordProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<InputPasswordProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
1948
|
+
|
|
1949
|
+
export declare type InputPasswordProps = Omit<InputFieldProps, 'iconRight' | 'type'>;
|
|
1950
|
+
|
|
1789
1951
|
export declare type InputProps = {
|
|
1790
1952
|
type?: 'text' | 'password';
|
|
1791
1953
|
label?: string;
|
|
@@ -1794,7 +1956,7 @@ export declare type InputProps = {
|
|
|
1794
1956
|
errorText?: string;
|
|
1795
1957
|
isError?: boolean;
|
|
1796
1958
|
isDisabled?: boolean;
|
|
1797
|
-
mask?: keyof typeof
|
|
1959
|
+
mask?: keyof typeof masks_2;
|
|
1798
1960
|
inputmode?: InputHTMLAttributes['inputmode'];
|
|
1799
1961
|
autocomplete?: InputHTMLAttributes['autocomplete'];
|
|
1800
1962
|
maxLength?: number | string;
|
|
@@ -1866,7 +2028,61 @@ export declare type LoaderProps = {
|
|
|
1866
2028
|
size: number | string;
|
|
1867
2029
|
};
|
|
1868
2030
|
|
|
1869
|
-
declare const masks: {
|
|
2031
|
+
export declare const masks: {
|
|
2032
|
+
phone: {
|
|
2033
|
+
mask: string;
|
|
2034
|
+
};
|
|
2035
|
+
rubles: {
|
|
2036
|
+
mask: ({
|
|
2037
|
+
mask: string;
|
|
2038
|
+
lazy: boolean;
|
|
2039
|
+
blocks?: undefined;
|
|
2040
|
+
} | {
|
|
2041
|
+
mask: string;
|
|
2042
|
+
lazy: boolean;
|
|
2043
|
+
blocks: {
|
|
2044
|
+
num: {
|
|
2045
|
+
mask: NumberConstructor;
|
|
2046
|
+
min: number;
|
|
2047
|
+
thousandsSeparator: string;
|
|
2048
|
+
radix: string;
|
|
2049
|
+
mapToRadix: string[];
|
|
2050
|
+
};
|
|
2051
|
+
};
|
|
2052
|
+
})[];
|
|
2053
|
+
};
|
|
2054
|
+
money: {
|
|
2055
|
+
mask: ({
|
|
2056
|
+
mask: string;
|
|
2057
|
+
lazy: boolean;
|
|
2058
|
+
blocks?: undefined;
|
|
2059
|
+
} | {
|
|
2060
|
+
mask: string;
|
|
2061
|
+
lazy: boolean;
|
|
2062
|
+
blocks: {
|
|
2063
|
+
num: {
|
|
2064
|
+
mask: NumberConstructor;
|
|
2065
|
+
min: number;
|
|
2066
|
+
thousandsSeparator: string;
|
|
2067
|
+
radix: string;
|
|
2068
|
+
mapToRadix: string[];
|
|
2069
|
+
};
|
|
2070
|
+
};
|
|
2071
|
+
})[];
|
|
2072
|
+
};
|
|
2073
|
+
number: {
|
|
2074
|
+
mask: NumberConstructor;
|
|
2075
|
+
};
|
|
2076
|
+
any: {
|
|
2077
|
+
mask: StringConstructor;
|
|
2078
|
+
};
|
|
2079
|
+
date: {
|
|
2080
|
+
mask: DateConstructor;
|
|
2081
|
+
lazy: boolean;
|
|
2082
|
+
};
|
|
2083
|
+
};
|
|
2084
|
+
|
|
2085
|
+
declare const masks_2: {
|
|
1870
2086
|
phone: {
|
|
1871
2087
|
mask: string;
|
|
1872
2088
|
};
|
|
@@ -1922,7 +2138,7 @@ declare const masks: {
|
|
|
1922
2138
|
|
|
1923
2139
|
export declare const MenuBar: DefineComponent<MenuBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuBarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1924
2140
|
|
|
1925
|
-
export declare const MenuBarItem:
|
|
2141
|
+
export declare const MenuBarItem: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1926
2142
|
|
|
1927
2143
|
export declare type MenuBarItemProps = {
|
|
1928
2144
|
onClick: () => void;
|
|
@@ -1930,6 +2146,7 @@ export declare type MenuBarItemProps = {
|
|
|
1930
2146
|
icon?: Maybe<IconName>;
|
|
1931
2147
|
view?: (typeof views_9)[number];
|
|
1932
2148
|
badgeText?: string;
|
|
2149
|
+
isActive?: boolean;
|
|
1933
2150
|
};
|
|
1934
2151
|
|
|
1935
2152
|
export declare type MenuBarProps = {
|
|
@@ -2021,6 +2238,234 @@ export declare type ModalConfirmationProps = {
|
|
|
2021
2238
|
isLoading?: boolean;
|
|
2022
2239
|
};
|
|
2023
2240
|
|
|
2241
|
+
export declare const MultiInputField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2242
|
+
"update:value": (value: Set<string>) => any;
|
|
2243
|
+
"update:isError": (value: boolean) => any;
|
|
2244
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
|
|
2245
|
+
"onUpdate:value"?: ((value: Set<string>) => any) | undefined;
|
|
2246
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2247
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2248
|
+
parentElementRef: ({
|
|
2249
|
+
$: ComponentInternalInstance;
|
|
2250
|
+
$data: {};
|
|
2251
|
+
$props: {
|
|
2252
|
+
readonly isError?: boolean | undefined;
|
|
2253
|
+
readonly size: "34" | "44" | 34 | 44;
|
|
2254
|
+
readonly iconLeft?: IconName | undefined;
|
|
2255
|
+
readonly iconRight?: IconName | undefined;
|
|
2256
|
+
readonly hasCounter?: boolean | undefined;
|
|
2257
|
+
readonly counter?: (number | string) | undefined;
|
|
2258
|
+
readonly isDisabled?: boolean | undefined;
|
|
2259
|
+
readonly hasBorder?: boolean | undefined;
|
|
2260
|
+
readonly onClick?: (() => any) | undefined;
|
|
2261
|
+
readonly "onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2262
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2263
|
+
$attrs: {
|
|
2264
|
+
[x: string]: unknown;
|
|
2265
|
+
};
|
|
2266
|
+
$refs: {
|
|
2267
|
+
[x: string]: unknown;
|
|
2268
|
+
};
|
|
2269
|
+
$slots: Readonly<{
|
|
2270
|
+
[name: string]: Slot<any> | undefined;
|
|
2271
|
+
}>;
|
|
2272
|
+
$root: ComponentPublicInstance | null;
|
|
2273
|
+
$parent: ComponentPublicInstance | null;
|
|
2274
|
+
$host: Element | null;
|
|
2275
|
+
$emit: ((event: "click") => void) & ((event: "update:isError", value: boolean) => void);
|
|
2276
|
+
$el: HTMLDivElement;
|
|
2277
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
2278
|
+
isError?: boolean;
|
|
2279
|
+
} & FieldBaseProps> & Readonly<{
|
|
2280
|
+
onClick?: (() => any) | undefined;
|
|
2281
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2282
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2283
|
+
click: () => any;
|
|
2284
|
+
"update:isError": (value: boolean) => any;
|
|
2285
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2286
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2287
|
+
created?: (() => void) | (() => void)[];
|
|
2288
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2289
|
+
mounted?: (() => void) | (() => void)[];
|
|
2290
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2291
|
+
updated?: (() => void) | (() => void)[];
|
|
2292
|
+
activated?: (() => void) | (() => void)[];
|
|
2293
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2294
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2295
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2296
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2297
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2298
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2299
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2300
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2301
|
+
};
|
|
2302
|
+
$forceUpdate: () => void;
|
|
2303
|
+
$nextTick: nextTick;
|
|
2304
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2305
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
2306
|
+
isError?: boolean;
|
|
2307
|
+
} & FieldBaseProps> & Readonly<{
|
|
2308
|
+
onClick?: (() => any) | undefined;
|
|
2309
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2310
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2311
|
+
$slots: {
|
|
2312
|
+
before?(_: {}): any;
|
|
2313
|
+
default?(_: {}): any;
|
|
2314
|
+
after?(_: {}): any;
|
|
2315
|
+
};
|
|
2316
|
+
}) | null;
|
|
2317
|
+
}, HTMLLabelElement>;
|
|
2318
|
+
|
|
2319
|
+
export declare type MultiInputFieldProps = {
|
|
2320
|
+
label?: string;
|
|
2321
|
+
description?: string;
|
|
2322
|
+
errorText?: string;
|
|
2323
|
+
isDisabled?: boolean;
|
|
2324
|
+
name?: string;
|
|
2325
|
+
placeholder?: string;
|
|
2326
|
+
hasBorder?: boolean;
|
|
2327
|
+
maxLength?: string;
|
|
2328
|
+
};
|
|
2329
|
+
|
|
2330
|
+
export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2331
|
+
"update:value": (value: string[]) => any;
|
|
2332
|
+
"update:isError": (value: boolean) => any;
|
|
2333
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
|
|
2334
|
+
"onUpdate:value"?: ((value: string[]) => any) | undefined;
|
|
2335
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2336
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2337
|
+
parentElementRef: ({
|
|
2338
|
+
$: ComponentInternalInstance;
|
|
2339
|
+
$data: {};
|
|
2340
|
+
$props: {
|
|
2341
|
+
readonly isError?: boolean | undefined;
|
|
2342
|
+
readonly size: "34" | "44" | 34 | 44;
|
|
2343
|
+
readonly iconLeft?: IconName | undefined;
|
|
2344
|
+
readonly iconRight?: IconName | undefined;
|
|
2345
|
+
readonly hasCounter?: boolean | undefined;
|
|
2346
|
+
readonly counter?: (number | string) | undefined;
|
|
2347
|
+
readonly isDisabled?: boolean | undefined;
|
|
2348
|
+
readonly hasBorder?: boolean | undefined;
|
|
2349
|
+
readonly onClick?: (() => any) | undefined;
|
|
2350
|
+
readonly "onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2351
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2352
|
+
$attrs: {
|
|
2353
|
+
[x: string]: unknown;
|
|
2354
|
+
};
|
|
2355
|
+
$refs: {
|
|
2356
|
+
[x: string]: unknown;
|
|
2357
|
+
};
|
|
2358
|
+
$slots: Readonly<{
|
|
2359
|
+
[name: string]: Slot<any> | undefined;
|
|
2360
|
+
}>;
|
|
2361
|
+
$root: ComponentPublicInstance | null;
|
|
2362
|
+
$parent: ComponentPublicInstance | null;
|
|
2363
|
+
$host: Element | null;
|
|
2364
|
+
$emit: ((event: "click") => void) & ((event: "update:isError", value: boolean) => void);
|
|
2365
|
+
$el: HTMLDivElement;
|
|
2366
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
2367
|
+
isError?: boolean;
|
|
2368
|
+
} & FieldBaseProps> & Readonly<{
|
|
2369
|
+
onClick?: (() => any) | undefined;
|
|
2370
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2371
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2372
|
+
click: () => any;
|
|
2373
|
+
"update:isError": (value: boolean) => any;
|
|
2374
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2375
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2376
|
+
created?: (() => void) | (() => void)[];
|
|
2377
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2378
|
+
mounted?: (() => void) | (() => void)[];
|
|
2379
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2380
|
+
updated?: (() => void) | (() => void)[];
|
|
2381
|
+
activated?: (() => void) | (() => void)[];
|
|
2382
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2383
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2384
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2385
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2386
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2387
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2388
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2389
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2390
|
+
};
|
|
2391
|
+
$forceUpdate: () => void;
|
|
2392
|
+
$nextTick: typeof nextTick;
|
|
2393
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2394
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
2395
|
+
isError?: boolean;
|
|
2396
|
+
} & FieldBaseProps> & Readonly<{
|
|
2397
|
+
onClick?: (() => any) | undefined;
|
|
2398
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2399
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2400
|
+
$slots: {
|
|
2401
|
+
before?(_: {}): any;
|
|
2402
|
+
default?(_: {}): any;
|
|
2403
|
+
after?(_: {}): any;
|
|
2404
|
+
};
|
|
2405
|
+
}) | null;
|
|
2406
|
+
input: HTMLInputElement;
|
|
2407
|
+
triggerElementRef: ({
|
|
2408
|
+
$: ComponentInternalInstance;
|
|
2409
|
+
$data: {};
|
|
2410
|
+
$props: {
|
|
2411
|
+
readonly borderRadius?: (string | number) | undefined;
|
|
2412
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2413
|
+
$attrs: {
|
|
2414
|
+
[x: string]: unknown;
|
|
2415
|
+
};
|
|
2416
|
+
$refs: {
|
|
2417
|
+
[x: string]: unknown;
|
|
2418
|
+
};
|
|
2419
|
+
$slots: Readonly<{
|
|
2420
|
+
[name: string]: Slot<any> | undefined;
|
|
2421
|
+
}>;
|
|
2422
|
+
$root: ComponentPublicInstance | null;
|
|
2423
|
+
$parent: ComponentPublicInstance | null;
|
|
2424
|
+
$host: Element | null;
|
|
2425
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
2426
|
+
$el: HTMLElement;
|
|
2427
|
+
$options: ComponentOptionsBase<Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2428
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2429
|
+
created?: (() => void) | (() => void)[];
|
|
2430
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2431
|
+
mounted?: (() => void) | (() => void)[];
|
|
2432
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2433
|
+
updated?: (() => void) | (() => void)[];
|
|
2434
|
+
activated?: (() => void) | (() => void)[];
|
|
2435
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2436
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2437
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2438
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2439
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2440
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2441
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2442
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2443
|
+
};
|
|
2444
|
+
$forceUpdate: () => void;
|
|
2445
|
+
$nextTick: typeof nextTick;
|
|
2446
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2447
|
+
} & Readonly<{}> & Omit<Readonly<PopoverProps> & Readonly<{}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2448
|
+
$slots: {
|
|
2449
|
+
default?(_: {}): any;
|
|
2450
|
+
};
|
|
2451
|
+
}) | null;
|
|
2452
|
+
}, any>;
|
|
2453
|
+
|
|
2454
|
+
export declare type MultiSelectFieldProps = {
|
|
2455
|
+
list: {
|
|
2456
|
+
id: string;
|
|
2457
|
+
text: string;
|
|
2458
|
+
}[];
|
|
2459
|
+
label?: string;
|
|
2460
|
+
description?: string;
|
|
2461
|
+
errorText?: string;
|
|
2462
|
+
isDisabled?: boolean;
|
|
2463
|
+
name?: string;
|
|
2464
|
+
placeholder?: string;
|
|
2465
|
+
hasBorder?: boolean;
|
|
2466
|
+
hasSearch?: boolean;
|
|
2467
|
+
};
|
|
2468
|
+
|
|
2024
2469
|
declare const objectFits: readonly ["cover", "contain"];
|
|
2025
2470
|
|
|
2026
2471
|
declare function onApply(newValue: {
|
|
@@ -2032,7 +2477,7 @@ declare function onDropFilter(value: FilterValue): void;
|
|
|
2032
2477
|
|
|
2033
2478
|
declare function open_2(): void;
|
|
2034
2479
|
|
|
2035
|
-
export declare const Popover:
|
|
2480
|
+
export declare const Popover: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
2036
2481
|
|
|
2037
2482
|
export declare type PopoverProps = {
|
|
2038
2483
|
borderRadius?: string | number;
|
|
@@ -2084,6 +2529,146 @@ export declare type SelectBaseProps = {
|
|
|
2084
2529
|
dropdownMaxHeight?: number;
|
|
2085
2530
|
};
|
|
2086
2531
|
|
|
2532
|
+
export declare const SelectField: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2533
|
+
"update:value": (value: string | null) => any;
|
|
2534
|
+
"update:isError": (value: boolean) => any;
|
|
2535
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
|
|
2536
|
+
"onUpdate:value"?: ((value: string | null) => any) | undefined;
|
|
2537
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2538
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2539
|
+
parentElementRef: ({
|
|
2540
|
+
$: ComponentInternalInstance;
|
|
2541
|
+
$data: {};
|
|
2542
|
+
$props: {
|
|
2543
|
+
readonly isError?: boolean | undefined;
|
|
2544
|
+
readonly size: "34" | "44" | 34 | 44;
|
|
2545
|
+
readonly iconLeft?: IconName | undefined;
|
|
2546
|
+
readonly iconRight?: IconName | undefined;
|
|
2547
|
+
readonly hasCounter?: boolean | undefined;
|
|
2548
|
+
readonly counter?: (number | string) | undefined;
|
|
2549
|
+
readonly isDisabled?: boolean | undefined;
|
|
2550
|
+
readonly hasBorder?: boolean | undefined;
|
|
2551
|
+
readonly onClick?: (() => any) | undefined;
|
|
2552
|
+
readonly "onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2553
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2554
|
+
$attrs: {
|
|
2555
|
+
[x: string]: unknown;
|
|
2556
|
+
};
|
|
2557
|
+
$refs: {
|
|
2558
|
+
[x: string]: unknown;
|
|
2559
|
+
};
|
|
2560
|
+
$slots: Readonly<{
|
|
2561
|
+
[name: string]: Slot<any> | undefined;
|
|
2562
|
+
}>;
|
|
2563
|
+
$root: ComponentPublicInstance | null;
|
|
2564
|
+
$parent: ComponentPublicInstance | null;
|
|
2565
|
+
$host: Element | null;
|
|
2566
|
+
$emit: ((event: "click") => void) & ((event: "update:isError", value: boolean) => void);
|
|
2567
|
+
$el: HTMLDivElement;
|
|
2568
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
2569
|
+
isError?: boolean;
|
|
2570
|
+
} & FieldBaseProps> & Readonly<{
|
|
2571
|
+
onClick?: (() => any) | undefined;
|
|
2572
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2573
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2574
|
+
click: () => any;
|
|
2575
|
+
"update:isError": (value: boolean) => any;
|
|
2576
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2577
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2578
|
+
created?: (() => void) | (() => void)[];
|
|
2579
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2580
|
+
mounted?: (() => void) | (() => void)[];
|
|
2581
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2582
|
+
updated?: (() => void) | (() => void)[];
|
|
2583
|
+
activated?: (() => void) | (() => void)[];
|
|
2584
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2585
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2586
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2587
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2588
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2589
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2590
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2591
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2592
|
+
};
|
|
2593
|
+
$forceUpdate: () => void;
|
|
2594
|
+
$nextTick: nextTick;
|
|
2595
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2596
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
2597
|
+
isError?: boolean;
|
|
2598
|
+
} & FieldBaseProps> & Readonly<{
|
|
2599
|
+
onClick?: (() => any) | undefined;
|
|
2600
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2601
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2602
|
+
$slots: {
|
|
2603
|
+
before?(_: {}): any;
|
|
2604
|
+
default?(_: {}): any;
|
|
2605
|
+
after?(_: {}): any;
|
|
2606
|
+
};
|
|
2607
|
+
}) | null;
|
|
2608
|
+
triggerElementRef: ({
|
|
2609
|
+
$: ComponentInternalInstance;
|
|
2610
|
+
$data: {};
|
|
2611
|
+
$props: {
|
|
2612
|
+
readonly borderRadius?: (string | number) | undefined;
|
|
2613
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2614
|
+
$attrs: {
|
|
2615
|
+
[x: string]: unknown;
|
|
2616
|
+
};
|
|
2617
|
+
$refs: {
|
|
2618
|
+
[x: string]: unknown;
|
|
2619
|
+
};
|
|
2620
|
+
$slots: Readonly<{
|
|
2621
|
+
[name: string]: Slot<any> | undefined;
|
|
2622
|
+
}>;
|
|
2623
|
+
$root: ComponentPublicInstance | null;
|
|
2624
|
+
$parent: ComponentPublicInstance | null;
|
|
2625
|
+
$host: Element | null;
|
|
2626
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
2627
|
+
$el: HTMLElement;
|
|
2628
|
+
$options: ComponentOptionsBase<Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2629
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2630
|
+
created?: (() => void) | (() => void)[];
|
|
2631
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2632
|
+
mounted?: (() => void) | (() => void)[];
|
|
2633
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2634
|
+
updated?: (() => void) | (() => void)[];
|
|
2635
|
+
activated?: (() => void) | (() => void)[];
|
|
2636
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2637
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2638
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2639
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2640
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2641
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2642
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2643
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2644
|
+
};
|
|
2645
|
+
$forceUpdate: () => void;
|
|
2646
|
+
$nextTick: nextTick;
|
|
2647
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2648
|
+
} & Readonly<{}> & Omit<Readonly<PopoverProps> & Readonly<{}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2649
|
+
$slots: {
|
|
2650
|
+
default?(_: {}): any;
|
|
2651
|
+
};
|
|
2652
|
+
}) | null;
|
|
2653
|
+
}, any>;
|
|
2654
|
+
|
|
2655
|
+
export declare type SelectFieldProps = {
|
|
2656
|
+
list: {
|
|
2657
|
+
id: string;
|
|
2658
|
+
text: string;
|
|
2659
|
+
}[];
|
|
2660
|
+
label?: string;
|
|
2661
|
+
description?: string;
|
|
2662
|
+
errorText?: string;
|
|
2663
|
+
isDisabled?: boolean;
|
|
2664
|
+
name?: string;
|
|
2665
|
+
placeholder?: string;
|
|
2666
|
+
iconLeft?: IconName;
|
|
2667
|
+
iconRight?: IconName;
|
|
2668
|
+
hasBorder?: boolean;
|
|
2669
|
+
hasSearch?: boolean;
|
|
2670
|
+
};
|
|
2671
|
+
|
|
2087
2672
|
export declare type SelectProps = Pick<SelectBaseProps, 'label' | 'description' | 'errorText' | 'isError' | 'isDisabled'> & {
|
|
2088
2673
|
iconLeft?: IconName;
|
|
2089
2674
|
placeholder?: string;
|
|
@@ -2197,7 +2782,7 @@ export declare type TableProps<T> = {
|
|
|
2197
2782
|
reRenderKey?: string;
|
|
2198
2783
|
};
|
|
2199
2784
|
|
|
2200
|
-
export declare const TableRow:
|
|
2785
|
+
export declare const TableRow: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
2201
2786
|
|
|
2202
2787
|
export declare const Tabs: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2203
2788
|
"update:value": (value: Maybe<string | number> | undefined) => any;
|
|
@@ -2299,7 +2884,7 @@ declare type ToasterContext = {
|
|
|
2299
2884
|
showError(text?: string): void;
|
|
2300
2885
|
};
|
|
2301
2886
|
|
|
2302
|
-
export declare const ToasterProvider:
|
|
2887
|
+
export declare const ToasterProvider: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
2303
2888
|
|
|
2304
2889
|
export declare type ToastListItem = Toast & {
|
|
2305
2890
|
id: number;
|
|
@@ -2517,7 +3102,7 @@ declare const views_7: readonly ["base", "critical"];
|
|
|
2517
3102
|
|
|
2518
3103
|
declare const views_8: readonly ["default", "flat", "flat-secondary"];
|
|
2519
3104
|
|
|
2520
|
-
declare const views_9: readonly ["base", "critical"];
|
|
3105
|
+
declare const views_9: readonly ["base", "critical", "secondary"];
|
|
2521
3106
|
|
|
2522
3107
|
declare const weights: readonly ["regular", "medium", "semibold", "bold"];
|
|
2523
3108
|
|