@namba_one/ui-kit-2 1.0.66 → 1.0.68
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 +69 -34
- package/dist/index.es.js +5906 -5809
- package/dist/index.umd.js +7 -7
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -38,9 +38,11 @@ onClick?: (() => any) | undefined;
|
|
|
38
38
|
|
|
39
39
|
declare const __VLS_component_11: DefineComponent<ResponseBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ResponseBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
40
|
|
|
41
|
-
declare const __VLS_component_12: DefineComponent<
|
|
41
|
+
declare const __VLS_component_12: DefineComponent<EmptyResponseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EmptyResponseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
42
42
|
|
|
43
|
-
declare const __VLS_component_13: DefineComponent<
|
|
43
|
+
declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
44
|
+
|
|
45
|
+
declare const __VLS_component_14: DefineComponent<SelectBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
44
46
|
close: () => any;
|
|
45
47
|
clickField: () => any;
|
|
46
48
|
clickOutside: () => any;
|
|
@@ -56,15 +58,15 @@ wrapperRef: HTMLDivElement;
|
|
|
56
58
|
dropdownRef: HTMLDivElement;
|
|
57
59
|
}, HTMLDivElement>;
|
|
58
60
|
|
|
59
|
-
declare const
|
|
60
|
-
|
|
61
|
-
declare const __VLS_component_15: DefineComponent<ContainerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
61
|
+
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
62
62
|
|
|
63
|
-
declare const __VLS_component_16: DefineComponent<
|
|
63
|
+
declare const __VLS_component_16: DefineComponent<ContainerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
64
64
|
|
|
65
65
|
declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
66
66
|
|
|
67
|
-
declare const __VLS_component_18: DefineComponent<
|
|
67
|
+
declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
68
|
+
|
|
69
|
+
declare const __VLS_component_19: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
68
70
|
"update:isShowDropdown": (value: boolean) => any;
|
|
69
71
|
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
70
72
|
"onUpdate:isShowDropdown"?: ((value: boolean) => any) | undefined;
|
|
@@ -72,10 +74,10 @@ declare const __VLS_component_18: DefineComponent<__VLS_PublicProps_12, {}, {},
|
|
|
72
74
|
fixedElementRef: HTMLDivElement;
|
|
73
75
|
}, any>;
|
|
74
76
|
|
|
75
|
-
declare const __VLS_component_19: DefineComponent<VerificationInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VerificationInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
76
|
-
|
|
77
77
|
declare const __VLS_component_2: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
78
78
|
|
|
79
|
+
declare const __VLS_component_20: DefineComponent<VerificationInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VerificationInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
80
|
+
|
|
79
81
|
declare const __VLS_component_3: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
80
82
|
|
|
81
83
|
declare const __VLS_component_4: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -299,10 +301,19 @@ declare function __VLS_template_12(): {
|
|
|
299
301
|
default?(_: {}): any;
|
|
300
302
|
};
|
|
301
303
|
refs: {};
|
|
302
|
-
rootEl:
|
|
304
|
+
rootEl: HTMLDivElement;
|
|
303
305
|
};
|
|
304
306
|
|
|
305
307
|
declare function __VLS_template_13(): {
|
|
308
|
+
attrs: Partial<{}>;
|
|
309
|
+
slots: {
|
|
310
|
+
default?(_: {}): any;
|
|
311
|
+
};
|
|
312
|
+
refs: {};
|
|
313
|
+
rootEl: HTMLElement;
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
declare function __VLS_template_14(): {
|
|
306
317
|
attrs: Partial<{}>;
|
|
307
318
|
slots: {
|
|
308
319
|
field?(_: {}): any;
|
|
@@ -316,7 +327,7 @@ declare function __VLS_template_13(): {
|
|
|
316
327
|
rootEl: HTMLDivElement;
|
|
317
328
|
};
|
|
318
329
|
|
|
319
|
-
declare function
|
|
330
|
+
declare function __VLS_template_15(): {
|
|
320
331
|
attrs: Partial<{}>;
|
|
321
332
|
slots: {
|
|
322
333
|
default?(_: {}): any;
|
|
@@ -325,7 +336,7 @@ declare function __VLS_template_14(): {
|
|
|
325
336
|
rootEl: HTMLDivElement;
|
|
326
337
|
};
|
|
327
338
|
|
|
328
|
-
declare function
|
|
339
|
+
declare function __VLS_template_16(): {
|
|
329
340
|
attrs: Partial<{}>;
|
|
330
341
|
slots: {
|
|
331
342
|
default?(_: {}): any;
|
|
@@ -334,7 +345,7 @@ declare function __VLS_template_15(): {
|
|
|
334
345
|
rootEl: HTMLDivElement;
|
|
335
346
|
};
|
|
336
347
|
|
|
337
|
-
declare function
|
|
348
|
+
declare function __VLS_template_17(): {
|
|
338
349
|
attrs: Partial<{}>;
|
|
339
350
|
slots: {
|
|
340
351
|
default?(_: {}): any;
|
|
@@ -343,7 +354,7 @@ declare function __VLS_template_16(): {
|
|
|
343
354
|
rootEl: any;
|
|
344
355
|
};
|
|
345
356
|
|
|
346
|
-
declare function
|
|
357
|
+
declare function __VLS_template_18(): {
|
|
347
358
|
attrs: Partial<{}>;
|
|
348
359
|
slots: {
|
|
349
360
|
default?(_: {}): any;
|
|
@@ -352,7 +363,7 @@ declare function __VLS_template_17(): {
|
|
|
352
363
|
rootEl: any;
|
|
353
364
|
};
|
|
354
365
|
|
|
355
|
-
declare function
|
|
366
|
+
declare function __VLS_template_19(): {
|
|
356
367
|
attrs: Partial<{}>;
|
|
357
368
|
slots: {
|
|
358
369
|
default?(_: {
|
|
@@ -368,22 +379,22 @@ declare function __VLS_template_18(): {
|
|
|
368
379
|
rootEl: any;
|
|
369
380
|
};
|
|
370
381
|
|
|
371
|
-
declare function
|
|
382
|
+
declare function __VLS_template_2(): {
|
|
372
383
|
attrs: Partial<{}>;
|
|
373
384
|
slots: {
|
|
374
385
|
default?(_: {}): any;
|
|
375
386
|
};
|
|
376
387
|
refs: {};
|
|
377
|
-
rootEl:
|
|
388
|
+
rootEl: any;
|
|
378
389
|
};
|
|
379
390
|
|
|
380
|
-
declare function
|
|
391
|
+
declare function __VLS_template_20(): {
|
|
381
392
|
attrs: Partial<{}>;
|
|
382
393
|
slots: {
|
|
383
394
|
default?(_: {}): any;
|
|
384
395
|
};
|
|
385
396
|
refs: {};
|
|
386
|
-
rootEl:
|
|
397
|
+
rootEl: HTMLDivElement;
|
|
387
398
|
};
|
|
388
399
|
|
|
389
400
|
declare function __VLS_template_3(): {
|
|
@@ -563,6 +574,8 @@ declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
|
|
|
563
574
|
|
|
564
575
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
565
576
|
|
|
577
|
+
declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
|
|
578
|
+
|
|
566
579
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
567
580
|
|
|
568
581
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -649,6 +662,12 @@ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
|
649
662
|
};
|
|
650
663
|
};
|
|
651
664
|
|
|
665
|
+
declare type __VLS_WithTemplateSlots_20<T, S> = T & {
|
|
666
|
+
new (): {
|
|
667
|
+
$slots: S;
|
|
668
|
+
};
|
|
669
|
+
};
|
|
670
|
+
|
|
652
671
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
653
672
|
new (): {
|
|
654
673
|
$slots: S;
|
|
@@ -872,7 +891,7 @@ declare type ColorPickerProps = Pick<SelectBaseProps, 'label' | 'description' |
|
|
|
872
891
|
|
|
873
892
|
declare const colors: readonly ["text-common-base-primary-default", "text-common-base-secondary-default", "bg-common-base-primary-default", "bg-common-brand-primary-default", "bg-common-brand-secondary-default", "bg-common-base-secondary-default", "text-common-base-inverse-default", "bg-common-critical-primary-default", "bg-common-critical-secondary-default", "bg-common-success-primary-default", "bg-common-success-secondary-default", "text-common-primary-default", "text-common-critical-primary-default", "text-common-success-primary-default", "icon-common-base-primary-default", "icon-common-base-secondary-default", "icon-common-base-tertiary-default", "icon-common-brand-primary-default", "icon-common-critical-primary-default", "icon-common-success-primary-default", "border-common-base-primary", "border-common-brand-primary", "border-common-critical-primary", "border-common-success-primary", "bg-disable-default", "text-disable-default", "icon-disable-primary", "text-button-base-primary", "text-button-base-inverse", "text-button-brand-primary", "text-button-critical-primary", "text-button-success-primary", "bg-button-base-secondary-default", "bg-button-base-primary-default", "bg-button-brand-default", "bg-button-success-default", "bg-button-critical-default", "icon-button-base-primary", "icon-button-base-inverse", "icon-button-brand-primary", "icon-button-critical-primary", "icon-button-success-primary", "bg-input-base-primary-default", "text-input-base-primary", "icon-input-base-primary", "border-input-base-primary", "bg-common-base-tertiary-default", "text-input-base-secondary", "bg-button-base-inverse-default", "bg-common-base-inverse-default", "border-input-accent-critical", "bg-common-opacity-base-300", "bg-common-opacity-base-500", "background-layout-layout-2", "background-layout-layout-1", "text-common-base-base", "icon-common-base-base-500", "background-state-action-base-t-active", "text-common-base-base-500", "icon-common-base-base", "icon-common-base-base-600", "text-common-base-base-600", "border-common-base-base-1000-5", "background-surface-account-account-2", "background-surface-account-account-3", "background-surface-account-account-4", "background-surface-account-account-1", "background-surface-account-account-5", "background-surface-account-account-6", "background-surface-account-account-7", "background-surface-account-account-8", "background-surface-account-account-9", "foreground-surface-account-account-1-primary", "foreground-surface-account-account-2-primary", "foreground-surface-account-account-3-primary", "foreground-surface-account-account-4-primary", "foreground-surface-account-account-5-primary", "foreground-surface-account-account-6-primary", "foreground-surface-account-account-7-primary", "foreground-surface-account-account-8-primary", "foreground-surface-account-account-9-primary", "foreground-surface-account-account-8-secondary", "foreground-surface-account-account-7-secondary", "foreground-surface-account-account-3-secondary", "foreground-surface-account-account-5-secondary", "foreground-surface-account-account-4-secondary", "foreground-surface-account-account-6-secondary", "foreground-surface-account-account-2-secondary", "foreground-surface-account-product-9-secondary", "foreground-surface-account-account-1-secondary", "background-surface-layout-1-surface", "background-surface-popover-base", "foreground-layout-layout-1-primary", "foreground-layout-layout-2-primary", "foreground-layout-layout-2-secondary", "foreground-layout-layout-1-secondary", "background-surface-layout-1-surface-2", "foreground-surface-layout-1-surface-2-primary", "foreground-surface-layout-1-surface-2-critical", "foreground-layout-layout-1-success", "border-layout-layout-1-base", "interactive-base-surface-2", "interactive-text-base-surface-2", "interactive-text-base", "background-interactive-button-product-surface-primary", "foreground-interactive-button-product-surface-primary", "foreground-surface-layout-1-surface-primary", "foreground-surface-popover-base", "border-surface-popover-base", "foreground-surface-popover-base-secondary", "foreground-surface-popover-base-critical", "foreground-surface-layout-1-surface-2-secondary", "background-surface-account-account-1-t-0", "background-surface-account-account-8-t-0", "background-surface-account-account-5-t-0", "background-surface-account-account-7-t-0", "background-surface-account-account-6-t-0", "background-surface-account-account-9-t-0", "background-surface-account-account-3-t-0", "background-surface-account-account-4-t-0", "background-surface-account-account-2-t-0", "background-surface-layout-1-surface-3", "border-layout-layout-1-primary", "background-interactive-input-input-base", "foreground-interactive-input-base-primary", "foreground-interactive-input-base-placeholder", "foreground-interactive-input-base-secondary", "background-element-avatar-base-t", "foreground-layout-layout-1-critical", "border-input-base-primary-2", "border-input-base-primary-3", "border-interactive-input-base", "border-interactive-input-base-critical", "background-surface-account-account-4-contrast", "background-surface-account-account-2-contrast", "background-surface-account-account-1-contrast", "background-surface-account-account-8-contrast", "background-surface-account-account-3-contrast", "background-surface-account-account-7-contrast", "background-surface-account-account-5-contrast", "background-surface-account-account-6-contrast", "background-surface-account-account-9-contrast", "background-interactive-button-base", "foreground-interactive-button-base", "background-interactive-button-surface-primary", "foreground-interactive-button-surface-primary", "background-layout-overlay", "background-surface-modal-base", "background-interactive-button-base-primary", "foreground-interactive-button-base-primary", "background-surface-popover-base-0", "background-interactive-scroll-primary-t", "background-surface-layout-1-surface-2-t-0", "illustration-illustration-bg-critical", "background-surface-tooltip-primary", "foreground-element-tooltip-primary", "border-interactive-input-base-focus", "bg-input-base-primary-default-2", "foreground-element-avatar-base-t", "border-element-avatar-base-t", "foreground-interactive-button-base-flat", "bg-common-brand-primary-default-2", "foreground-interactive-input-focus-cursor-brand", "background-interactive-input-input-base-focus", "foreground-interactive-button-brand-flat", "illustration-illustration-bg-base-contrast", "illustration-illustration-border-base", "illustration-illustration-border-primary", "illustration-illustration-background", "illustration-illustration-border-base-contrast-primary", "background-on-primary-overlay", "background-element-badge-base-t", "foreground-element-badge-base-t", "background-surface-layout-1-surface-t-0", "foreground-layout-layout-1-brand", "background-surface-layout-1-succes", "background-surface-layout-1-critical", "background-surface-layout-1-succes-contrast", "background-surface-layout-1-critical-contrast", "foreground-surface-layout-1-critical-contrast-primary", "foreground-surface-layout-1-surface-success-contrast", "border-layout-layout-1-surface", "background-interactive-select-base-2", "foreground-interactive-select-base-2-placeholder", "foreground-interactive-select-base-2-primary", "border-interactive-select-select-base-critical", "border-interactive-select-base-focus", "border-interactive-select-base", "foreground-interactive-select-base-2-critical", "background-element-badge-success", "foreground-element-badge-succes", "background-element-badge-critical", "foreground-element-badge-critical", "background-element-badge-brand", "foreground-element-badge-brand", "border-layout-layout-1", "text-button-base-secondary", "icon-button-base-secondary", "background-interactive-button-critical-primary", "foreground-interactive-button-critical-primary", "bg-button-critical-default-2", "background-interactive-button-critical", "foreground-interactive-button-critical", "background-surface-layout-1-surface-4", "background-surface-layout-1-warning", "foreground-surface-layout-1-surface-2-warning", "background-interactive-button-critical-primary-disabled", "foreground-interactive-button-critical-primary-disabled", "background-interactive-button-base-disabled", "foreground-interactive-button-base-disabled", "background-interactive-button-surface-primary-disabled", "foreground-interactive-button-surface-primary-disabled", "background-interactive-button-product-surface-primary-disabled", "background-interactive-button-base-primary-disabled", "background-interactive-button-critical-disabled", "foreground-interactive-button-product-surface-primary-disabled", "foreground-interactive-button-base-flat-disabled", "foreground-interactive-button-base-primary-disabled", "foreground-interactive-button-brand-flat-disabled", "foreground-interactive-button-critical-disabled", "background-surface-layout-1-primary", "foreground-surface-layout-1-primary-primary", "foreground-interactive-link-brand"];
|
|
874
893
|
|
|
875
|
-
export declare const Container:
|
|
894
|
+
export declare const Container: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
876
895
|
|
|
877
896
|
export declare type ContainerProps = {
|
|
878
897
|
width?: string | number;
|
|
@@ -900,7 +919,7 @@ export declare type DividerProps = {
|
|
|
900
919
|
|
|
901
920
|
export declare const Dropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
902
921
|
|
|
903
|
-
export declare const DropdownElement:
|
|
922
|
+
export declare const DropdownElement: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
904
923
|
|
|
905
924
|
export declare type DropdownElementProps = {
|
|
906
925
|
isShowDropdown: boolean;
|
|
@@ -956,7 +975,7 @@ export declare type DynamicVisibleAreaEmits = {
|
|
|
956
975
|
|
|
957
976
|
export declare type DynamicVisibleAreaProvider = () => void;
|
|
958
977
|
|
|
959
|
-
export declare const EmptyResponse:
|
|
978
|
+
export declare const EmptyResponse: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
960
979
|
|
|
961
980
|
declare type EmptyResponseProps = ResponseBaseProps & {
|
|
962
981
|
buttonIconLeft?: IconName;
|
|
@@ -1157,19 +1176,22 @@ declare const masks: {
|
|
|
1157
1176
|
};
|
|
1158
1177
|
};
|
|
1159
1178
|
|
|
1160
|
-
export declare const
|
|
1161
|
-
|
|
1162
|
-
}, string, PublicProps, Readonly<MenuBarItemProps> & Readonly<{
|
|
1163
|
-
onClick?: (() => any) | undefined;
|
|
1164
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1179
|
+
export declare const MenuBar: DefineComponent<MenuBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuBarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1180
|
+
|
|
1181
|
+
export declare const MenuBarItem: DefineComponent<MenuBarItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuBarItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1165
1182
|
|
|
1166
1183
|
export declare type MenuBarItemProps = {
|
|
1184
|
+
onClick: () => void;
|
|
1185
|
+
text: string;
|
|
1167
1186
|
icon?: Maybe<IconName>;
|
|
1168
1187
|
view?: (typeof views_8)[number];
|
|
1169
|
-
text: string;
|
|
1170
1188
|
badgeText?: string;
|
|
1171
1189
|
};
|
|
1172
1190
|
|
|
1191
|
+
export declare type MenuBarProps = {
|
|
1192
|
+
list: MenuBarItemProps[][];
|
|
1193
|
+
};
|
|
1194
|
+
|
|
1173
1195
|
export declare const ModalConfirmation: DefineComponent<ModalConfirmationProps, {
|
|
1174
1196
|
close: () => void;
|
|
1175
1197
|
toggle: () => void;
|
|
@@ -1283,7 +1305,7 @@ declare type ResponseBaseProps = {
|
|
|
1283
1305
|
description?: string;
|
|
1284
1306
|
};
|
|
1285
1307
|
|
|
1286
|
-
export declare const Section:
|
|
1308
|
+
export declare const Section: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1287
1309
|
|
|
1288
1310
|
export declare const Select: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1289
1311
|
"update:value": (value: Maybe<string | number>) => any;
|
|
@@ -1291,7 +1313,7 @@ export declare const Select: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}
|
|
|
1291
1313
|
"onUpdate:value"?: ((value: Maybe<string | number>) => any) | undefined;
|
|
1292
1314
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1293
1315
|
|
|
1294
|
-
export declare const SelectBase:
|
|
1316
|
+
export declare const SelectBase: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1295
1317
|
|
|
1296
1318
|
export declare type SelectBaseEmits = {
|
|
1297
1319
|
(event: 'clickField'): void;
|
|
@@ -1378,6 +1400,19 @@ export declare type StatusSelectSkeletonProps = {
|
|
|
1378
1400
|
widthRange: [number, number];
|
|
1379
1401
|
};
|
|
1380
1402
|
|
|
1403
|
+
export declare const StepItem: DefineComponent<StepItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StepItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1404
|
+
|
|
1405
|
+
export declare type StepItemProps = {
|
|
1406
|
+
count: number;
|
|
1407
|
+
text: string;
|
|
1408
|
+
};
|
|
1409
|
+
|
|
1410
|
+
export declare const Steps: DefineComponent<StepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1411
|
+
|
|
1412
|
+
export declare type StepsProps = {
|
|
1413
|
+
list: StepItemProps['text'][];
|
|
1414
|
+
};
|
|
1415
|
+
|
|
1381
1416
|
export declare const Tabs: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1382
1417
|
"update:value": (value: Maybe<string | number> | undefined) => any;
|
|
1383
1418
|
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
@@ -1590,11 +1625,11 @@ declare type TransitionFadeProps_2 = {
|
|
|
1590
1625
|
duration?: number;
|
|
1591
1626
|
};
|
|
1592
1627
|
|
|
1593
|
-
export declare const TransitionHeight:
|
|
1628
|
+
export declare const TransitionHeight: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1594
1629
|
|
|
1595
|
-
export declare const TransitionSlideDown:
|
|
1630
|
+
export declare const TransitionSlideDown: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1596
1631
|
|
|
1597
|
-
export declare const TransitionSlideRight:
|
|
1632
|
+
export declare const TransitionSlideRight: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1598
1633
|
|
|
1599
1634
|
export declare function useDropdown(): {
|
|
1600
1635
|
isShowDropdown: Readonly<Ref<boolean, boolean>>;
|
|
@@ -1643,7 +1678,7 @@ export declare const UserRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, Co
|
|
|
1643
1678
|
|
|
1644
1679
|
declare type Value = ColorInput | undefined;
|
|
1645
1680
|
|
|
1646
|
-
export declare const VerificationInfoCell:
|
|
1681
|
+
export declare const VerificationInfoCell: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1647
1682
|
|
|
1648
1683
|
export declare type VerificationInfoCellProps = {
|
|
1649
1684
|
icon: IconName;
|