@unizhen/ui 0.0.56 → 0.0.57
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/lib/components/back/index.vue.d.ts +10 -10
- package/lib/components/camera/index.vue.d.ts +16 -16
- package/lib/components/circle/index.vue.d.ts +5 -5
- package/lib/components/form/draggable.vue.d.ts +74 -74
- package/lib/components/form/image.vue.d.ts +6 -6
- package/lib/components/form/index.vue.d.ts +74 -74
- package/lib/components/form/item.vue.d.ts +61 -61
- package/lib/components/form/upload.vue.d.ts +24 -24
- package/lib/components/hooks/useDebounceFn.d.ts +1 -1
- package/lib/components/hooks/useThrottleFn.d.ts +1 -1
- package/lib/components/searchBar/components/timePickRange.vue.d.ts +3 -3
- package/lib/components/searchBar/index.vue.d.ts +80 -80
- package/lib/components/searchBar/mobile.vue.d.ts +77 -77
- package/lib/components/spin/index.vue.d.ts +10 -10
- package/lib/components/table/child.vue.d.ts +17 -17
- package/lib/components/table/child_quest.vue.d.ts +5 -5
- package/lib/components/table/drawer.vue.d.ts +27 -27
- package/lib/components/table/index.vue.d.ts +53 -53
- package/lib/components/table/mobile.vue.d.ts +7 -7
- package/lib/components/table/ocr.vue.d.ts +13 -13
- package/lib/components/thumbnail/index.vue.d.ts +21 -21
- package/lib/components/wrap/index.vue.d.ts +3 -3
- package/lib/ui.css +1 -1
- package/lib/ui.js +4302 -5750
- package/package.json +12 -12
|
@@ -787,7 +787,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
787
787
|
} | null>;
|
|
788
788
|
mergedClsPrefix: Ref<string, string>;
|
|
789
789
|
mergedFocusable: ComputedRef<boolean>;
|
|
790
|
-
mergedSize: ComputedRef<"
|
|
790
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
791
791
|
showBorder: ComputedRef<boolean>;
|
|
792
792
|
enterPressed: Ref<boolean, boolean>;
|
|
793
793
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -1499,25 +1499,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1499
1499
|
rippleDuration: string;
|
|
1500
1500
|
}, any>>>;
|
|
1501
1501
|
}>> & Readonly<{}>, {
|
|
1502
|
+
readonly disabled: boolean;
|
|
1502
1503
|
readonly type: Type;
|
|
1503
|
-
readonly
|
|
1504
|
+
readonly bordered: boolean;
|
|
1504
1505
|
readonly block: boolean;
|
|
1505
|
-
readonly
|
|
1506
|
-
readonly
|
|
1506
|
+
readonly loading: boolean;
|
|
1507
|
+
readonly circle: boolean;
|
|
1507
1508
|
readonly round: boolean;
|
|
1508
|
-
readonly dashed: boolean;
|
|
1509
1509
|
readonly text: boolean;
|
|
1510
|
-
readonly
|
|
1511
|
-
readonly loading: boolean;
|
|
1512
|
-
readonly focusable: boolean;
|
|
1513
|
-
readonly bordered: boolean;
|
|
1510
|
+
readonly strong: boolean;
|
|
1514
1511
|
readonly tertiary: boolean;
|
|
1515
1512
|
readonly ghost: boolean;
|
|
1516
1513
|
readonly secondary: boolean;
|
|
1517
1514
|
readonly quaternary: boolean;
|
|
1515
|
+
readonly focusable: boolean;
|
|
1518
1516
|
readonly keyboard: boolean;
|
|
1517
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1518
|
+
readonly dashed: boolean;
|
|
1519
1519
|
readonly iconPlacement: "left" | "right";
|
|
1520
|
-
readonly attrType: "
|
|
1520
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
1521
1521
|
readonly nativeFocusBehavior: boolean;
|
|
1522
1522
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1523
1523
|
NDrawerContent: DefineComponent<ExtractPropTypes<{
|
|
@@ -2108,13 +2108,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2108
2108
|
}, any>;
|
|
2109
2109
|
}>>>;
|
|
2110
2110
|
}>> & Readonly<{}>, {
|
|
2111
|
-
readonly show: boolean;
|
|
2112
|
-
readonly autoFocus: boolean;
|
|
2113
2111
|
readonly placement: DrawerPlacement;
|
|
2112
|
+
readonly show: boolean;
|
|
2114
2113
|
readonly displayDirective: "show" | "if";
|
|
2115
2114
|
readonly resizable: boolean;
|
|
2116
2115
|
readonly blockScroll: boolean;
|
|
2117
2116
|
readonly closeOnEsc: boolean;
|
|
2117
|
+
readonly autoFocus: boolean;
|
|
2118
2118
|
readonly maskClosable: boolean;
|
|
2119
2119
|
readonly showMask: boolean | "transparent";
|
|
2120
2120
|
readonly nativeScrollbar: boolean;
|
|
@@ -2222,10 +2222,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2222
2222
|
heightLarge: string;
|
|
2223
2223
|
}, any>>>;
|
|
2224
2224
|
}>> & Readonly<{}>, {
|
|
2225
|
-
readonly
|
|
2225
|
+
readonly circle: boolean;
|
|
2226
2226
|
readonly round: boolean;
|
|
2227
2227
|
readonly text: boolean;
|
|
2228
|
-
readonly
|
|
2228
|
+
readonly repeat: number;
|
|
2229
2229
|
readonly animated: boolean;
|
|
2230
2230
|
readonly sharp: boolean;
|
|
2231
2231
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -3044,7 +3044,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3044
3044
|
} | null>;
|
|
3045
3045
|
mergedClsPrefix: Ref<string, string>;
|
|
3046
3046
|
mergedFocusable: ComputedRef<boolean>;
|
|
3047
|
-
mergedSize: ComputedRef<"
|
|
3047
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
3048
3048
|
showBorder: ComputedRef<boolean>;
|
|
3049
3049
|
enterPressed: Ref<boolean, boolean>;
|
|
3050
3050
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -3756,25 +3756,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3756
3756
|
rippleDuration: string;
|
|
3757
3757
|
}, any>>>;
|
|
3758
3758
|
}>> & Readonly<{}>, {
|
|
3759
|
+
readonly disabled: boolean;
|
|
3759
3760
|
readonly type: Type;
|
|
3760
|
-
readonly
|
|
3761
|
+
readonly bordered: boolean;
|
|
3761
3762
|
readonly block: boolean;
|
|
3762
|
-
readonly
|
|
3763
|
-
readonly
|
|
3763
|
+
readonly loading: boolean;
|
|
3764
|
+
readonly circle: boolean;
|
|
3764
3765
|
readonly round: boolean;
|
|
3765
|
-
readonly dashed: boolean;
|
|
3766
3766
|
readonly text: boolean;
|
|
3767
|
-
readonly
|
|
3768
|
-
readonly loading: boolean;
|
|
3769
|
-
readonly focusable: boolean;
|
|
3770
|
-
readonly bordered: boolean;
|
|
3767
|
+
readonly strong: boolean;
|
|
3771
3768
|
readonly tertiary: boolean;
|
|
3772
3769
|
readonly ghost: boolean;
|
|
3773
3770
|
readonly secondary: boolean;
|
|
3774
3771
|
readonly quaternary: boolean;
|
|
3772
|
+
readonly focusable: boolean;
|
|
3775
3773
|
readonly keyboard: boolean;
|
|
3774
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
3775
|
+
readonly dashed: boolean;
|
|
3776
3776
|
readonly iconPlacement: "left" | "right";
|
|
3777
|
-
readonly attrType: "
|
|
3777
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
3778
3778
|
readonly nativeFocusBehavior: boolean;
|
|
3779
3779
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3780
3780
|
NUpload: DefineComponent<ExtractPropTypes<{
|
|
@@ -5711,14 +5711,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5711
5711
|
}, any>;
|
|
5712
5712
|
}>>>;
|
|
5713
5713
|
}>> & Readonly<{}>, {
|
|
5714
|
-
readonly method: string;
|
|
5715
|
-
readonly name: string;
|
|
5716
|
-
readonly abstract: boolean;
|
|
5717
5714
|
readonly disabled: boolean | undefined;
|
|
5715
|
+
readonly name: string;
|
|
5718
5716
|
readonly multiple: boolean;
|
|
5717
|
+
readonly abstract: boolean;
|
|
5719
5718
|
readonly showTrigger: boolean;
|
|
5720
5719
|
readonly directory: boolean;
|
|
5721
5720
|
readonly directoryDnd: boolean;
|
|
5721
|
+
readonly method: string;
|
|
5722
5722
|
readonly showFileList: boolean;
|
|
5723
5723
|
readonly withCredentials: boolean;
|
|
5724
5724
|
readonly responseType: XMLHttpRequestResponseType;
|
|
@@ -8608,19 +8608,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8608
8608
|
}>;
|
|
8609
8609
|
}>>>;
|
|
8610
8610
|
}>> & Readonly<{}>, {
|
|
8611
|
-
readonly data: RowData[];
|
|
8612
8611
|
readonly size: "small" | "medium" | "large";
|
|
8613
|
-
readonly
|
|
8614
|
-
readonly columns: TableColumns<any>;
|
|
8615
|
-
readonly loading: boolean;
|
|
8612
|
+
readonly data: RowData[];
|
|
8616
8613
|
readonly spinProps: BaseLoadingExposedProps;
|
|
8617
8614
|
readonly bordered: boolean | undefined;
|
|
8615
|
+
readonly loading: boolean;
|
|
8618
8616
|
readonly allowCheckingNotLoaded: boolean;
|
|
8619
8617
|
readonly remote: boolean;
|
|
8620
8618
|
readonly cascade: boolean;
|
|
8621
8619
|
readonly virtualScroll: boolean;
|
|
8622
8620
|
readonly pagination: false | PaginationProps;
|
|
8623
8621
|
readonly paginateSinglePage: boolean;
|
|
8622
|
+
readonly columns: TableColumns<any>;
|
|
8624
8623
|
readonly bottomBordered: boolean | undefined;
|
|
8625
8624
|
readonly striped: boolean;
|
|
8626
8625
|
readonly defaultCheckedRowKeys: DataTableRowKey[];
|
|
@@ -8633,11 +8632,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8633
8632
|
readonly virtualScrollHeader: boolean;
|
|
8634
8633
|
readonly headerHeight: number;
|
|
8635
8634
|
readonly minRowHeight: number;
|
|
8635
|
+
readonly tableLayout: "fixed" | "auto";
|
|
8636
8636
|
readonly childrenKey: string;
|
|
8637
8637
|
readonly indent: number;
|
|
8638
8638
|
readonly flexHeight: boolean;
|
|
8639
8639
|
readonly summaryPlacement: "top" | "bottom";
|
|
8640
|
-
readonly paginationBehaviorOnFilter: "
|
|
8640
|
+
readonly paginationBehaviorOnFilter: "current" | "first";
|
|
8641
8641
|
}, SlotsType<DataTableSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8642
8642
|
NPopover: DefineComponent<ExtractPropTypes<{
|
|
8643
8643
|
internalOnAfterLeave: PropType<() => void>;
|
|
@@ -9006,21 +9006,21 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
9006
9006
|
}, any>;
|
|
9007
9007
|
}>>>;
|
|
9008
9008
|
}>> & Readonly<{}>, {
|
|
9009
|
-
to: string | boolean | HTMLElement;
|
|
9010
9009
|
disabled: boolean;
|
|
9011
|
-
show: boolean | undefined;
|
|
9012
|
-
flip: boolean;
|
|
9013
|
-
width: number | "trigger";
|
|
9014
|
-
duration: number;
|
|
9015
9010
|
raw: boolean;
|
|
9011
|
+
to: string | boolean | HTMLElement;
|
|
9016
9012
|
placement: PopoverPlacement;
|
|
9013
|
+
width: number | "trigger";
|
|
9014
|
+
show: boolean | undefined;
|
|
9017
9015
|
showArrow: boolean;
|
|
9018
9016
|
trigger: PopoverTrigger;
|
|
9019
9017
|
arrow: boolean | undefined;
|
|
9020
9018
|
defaultShow: boolean;
|
|
9021
9019
|
delay: number;
|
|
9020
|
+
duration: number;
|
|
9022
9021
|
arrowPointToCenter: boolean;
|
|
9023
9022
|
displayDirective: "show" | "if";
|
|
9023
|
+
flip: boolean;
|
|
9024
9024
|
animated: boolean;
|
|
9025
9025
|
overlap: boolean;
|
|
9026
9026
|
keepAliveOnHover: boolean;
|
|
@@ -9702,7 +9702,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
9702
9702
|
} | null>;
|
|
9703
9703
|
mergedClsPrefix: Ref<string, string>;
|
|
9704
9704
|
mergedFocusable: ComputedRef<boolean>;
|
|
9705
|
-
mergedSize: ComputedRef<"
|
|
9705
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
9706
9706
|
showBorder: ComputedRef<boolean>;
|
|
9707
9707
|
enterPressed: Ref<boolean, boolean>;
|
|
9708
9708
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -10414,25 +10414,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
10414
10414
|
rippleDuration: string;
|
|
10415
10415
|
}, any>>>;
|
|
10416
10416
|
}>> & Readonly<{}>, {
|
|
10417
|
+
readonly disabled: boolean;
|
|
10417
10418
|
readonly type: Type;
|
|
10418
|
-
readonly
|
|
10419
|
+
readonly bordered: boolean;
|
|
10419
10420
|
readonly block: boolean;
|
|
10420
|
-
readonly
|
|
10421
|
-
readonly
|
|
10421
|
+
readonly loading: boolean;
|
|
10422
|
+
readonly circle: boolean;
|
|
10422
10423
|
readonly round: boolean;
|
|
10423
|
-
readonly dashed: boolean;
|
|
10424
10424
|
readonly text: boolean;
|
|
10425
|
-
readonly
|
|
10426
|
-
readonly loading: boolean;
|
|
10427
|
-
readonly focusable: boolean;
|
|
10428
|
-
readonly bordered: boolean;
|
|
10425
|
+
readonly strong: boolean;
|
|
10429
10426
|
readonly tertiary: boolean;
|
|
10430
10427
|
readonly ghost: boolean;
|
|
10431
10428
|
readonly secondary: boolean;
|
|
10432
10429
|
readonly quaternary: boolean;
|
|
10430
|
+
readonly focusable: boolean;
|
|
10433
10431
|
readonly keyboard: boolean;
|
|
10432
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
10433
|
+
readonly dashed: boolean;
|
|
10434
10434
|
readonly iconPlacement: "left" | "right";
|
|
10435
|
-
readonly attrType: "
|
|
10435
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
10436
10436
|
readonly nativeFocusBehavior: boolean;
|
|
10437
10437
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
10438
10438
|
NIcon: DefineComponent<ExtractPropTypes<{
|
|
@@ -10961,13 +10961,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
10961
10961
|
}, any>;
|
|
10962
10962
|
}>>>;
|
|
10963
10963
|
}>> & Readonly<{}>, {
|
|
10964
|
-
readonly show: boolean;
|
|
10965
|
-
readonly autoFocus: boolean;
|
|
10966
10964
|
readonly placement: DrawerPlacement;
|
|
10965
|
+
readonly show: boolean;
|
|
10967
10966
|
readonly displayDirective: "show" | "if";
|
|
10968
10967
|
readonly resizable: boolean;
|
|
10969
10968
|
readonly blockScroll: boolean;
|
|
10970
10969
|
readonly closeOnEsc: boolean;
|
|
10970
|
+
readonly autoFocus: boolean;
|
|
10971
10971
|
readonly maskClosable: boolean;
|
|
10972
10972
|
readonly showMask: boolean | "transparent";
|
|
10973
10973
|
readonly nativeScrollbar: boolean;
|
|
@@ -11209,10 +11209,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
11209
11209
|
heightLarge: string;
|
|
11210
11210
|
}, any>>>;
|
|
11211
11211
|
}>> & Readonly<{}>, {
|
|
11212
|
-
readonly
|
|
11212
|
+
readonly circle: boolean;
|
|
11213
11213
|
readonly round: boolean;
|
|
11214
11214
|
readonly text: boolean;
|
|
11215
|
-
readonly
|
|
11215
|
+
readonly repeat: number;
|
|
11216
11216
|
readonly animated: boolean;
|
|
11217
11217
|
readonly sharp: boolean;
|
|
11218
11218
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -11238,11 +11238,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
11238
11238
|
default: boolean;
|
|
11239
11239
|
};
|
|
11240
11240
|
checkedValue: {
|
|
11241
|
-
type: (
|
|
11241
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
11242
11242
|
default: boolean;
|
|
11243
11243
|
};
|
|
11244
11244
|
uncheckedValue: {
|
|
11245
|
-
type: (
|
|
11245
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
11246
11246
|
default: boolean;
|
|
11247
11247
|
};
|
|
11248
11248
|
'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
|
|
@@ -11437,11 +11437,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
11437
11437
|
default: boolean;
|
|
11438
11438
|
};
|
|
11439
11439
|
checkedValue: {
|
|
11440
|
-
type: (
|
|
11440
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
11441
11441
|
default: boolean;
|
|
11442
11442
|
};
|
|
11443
11443
|
uncheckedValue: {
|
|
11444
|
-
type: (
|
|
11444
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
11445
11445
|
default: boolean;
|
|
11446
11446
|
};
|
|
11447
11447
|
'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
|
|
@@ -11540,10 +11540,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
11540
11540
|
}, any>>>;
|
|
11541
11541
|
}>> & Readonly<{}>, {
|
|
11542
11542
|
disabled: boolean | undefined;
|
|
11543
|
-
checked: string | number | boolean | undefined;
|
|
11544
|
-
indeterminate: boolean;
|
|
11545
11543
|
focusable: boolean;
|
|
11544
|
+
checked: string | number | boolean | undefined;
|
|
11546
11545
|
defaultChecked: string | number | boolean;
|
|
11546
|
+
indeterminate: boolean;
|
|
11547
11547
|
checkedValue: string | number | boolean;
|
|
11548
11548
|
uncheckedValue: string | number | boolean;
|
|
11549
11549
|
privateInsideTable: boolean;
|
|
@@ -12807,7 +12807,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
12807
12807
|
} | null>;
|
|
12808
12808
|
mergedClsPrefix: Ref<string, string>;
|
|
12809
12809
|
mergedFocusable: ComputedRef<boolean>;
|
|
12810
|
-
mergedSize: ComputedRef<"
|
|
12810
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
12811
12811
|
showBorder: ComputedRef<boolean>;
|
|
12812
12812
|
enterPressed: Ref<boolean, boolean>;
|
|
12813
12813
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -13519,25 +13519,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
13519
13519
|
rippleDuration: string;
|
|
13520
13520
|
}, any>>>;
|
|
13521
13521
|
}>> & Readonly<{}>, {
|
|
13522
|
+
readonly disabled: boolean;
|
|
13522
13523
|
readonly type: Type;
|
|
13523
|
-
readonly
|
|
13524
|
+
readonly bordered: boolean;
|
|
13524
13525
|
readonly block: boolean;
|
|
13525
|
-
readonly
|
|
13526
|
-
readonly
|
|
13526
|
+
readonly loading: boolean;
|
|
13527
|
+
readonly circle: boolean;
|
|
13527
13528
|
readonly round: boolean;
|
|
13528
|
-
readonly dashed: boolean;
|
|
13529
13529
|
readonly text: boolean;
|
|
13530
|
-
readonly
|
|
13531
|
-
readonly loading: boolean;
|
|
13532
|
-
readonly focusable: boolean;
|
|
13533
|
-
readonly bordered: boolean;
|
|
13530
|
+
readonly strong: boolean;
|
|
13534
13531
|
readonly tertiary: boolean;
|
|
13535
13532
|
readonly ghost: boolean;
|
|
13536
13533
|
readonly secondary: boolean;
|
|
13537
13534
|
readonly quaternary: boolean;
|
|
13535
|
+
readonly focusable: boolean;
|
|
13538
13536
|
readonly keyboard: boolean;
|
|
13537
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
13538
|
+
readonly dashed: boolean;
|
|
13539
13539
|
readonly iconPlacement: "left" | "right";
|
|
13540
|
-
readonly attrType: "
|
|
13540
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
13541
13541
|
readonly nativeFocusBehavior: boolean;
|
|
13542
13542
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
13543
13543
|
NSpin: DefineComponent<ExtractPropTypes<{
|
|
@@ -14682,7 +14682,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
14682
14682
|
} | null>;
|
|
14683
14683
|
mergedClsPrefix: Ref<string, string>;
|
|
14684
14684
|
mergedFocusable: ComputedRef<boolean>;
|
|
14685
|
-
mergedSize: ComputedRef<"
|
|
14685
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
14686
14686
|
showBorder: ComputedRef<boolean>;
|
|
14687
14687
|
enterPressed: Ref<boolean, boolean>;
|
|
14688
14688
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -15394,25 +15394,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
15394
15394
|
rippleDuration: string;
|
|
15395
15395
|
}, any>>>;
|
|
15396
15396
|
}>> & Readonly<{}>, {
|
|
15397
|
+
readonly disabled: boolean;
|
|
15397
15398
|
readonly type: Type;
|
|
15398
|
-
readonly
|
|
15399
|
+
readonly bordered: boolean;
|
|
15399
15400
|
readonly block: boolean;
|
|
15400
|
-
readonly
|
|
15401
|
-
readonly
|
|
15401
|
+
readonly loading: boolean;
|
|
15402
|
+
readonly circle: boolean;
|
|
15402
15403
|
readonly round: boolean;
|
|
15403
|
-
readonly dashed: boolean;
|
|
15404
15404
|
readonly text: boolean;
|
|
15405
|
-
readonly
|
|
15406
|
-
readonly loading: boolean;
|
|
15407
|
-
readonly focusable: boolean;
|
|
15408
|
-
readonly bordered: boolean;
|
|
15405
|
+
readonly strong: boolean;
|
|
15409
15406
|
readonly tertiary: boolean;
|
|
15410
15407
|
readonly ghost: boolean;
|
|
15411
15408
|
readonly secondary: boolean;
|
|
15412
15409
|
readonly quaternary: boolean;
|
|
15410
|
+
readonly focusable: boolean;
|
|
15413
15411
|
readonly keyboard: boolean;
|
|
15412
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
15413
|
+
readonly dashed: boolean;
|
|
15414
15414
|
readonly iconPlacement: "left" | "right";
|
|
15415
|
-
readonly attrType: "
|
|
15415
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
15416
15416
|
readonly nativeFocusBehavior: boolean;
|
|
15417
15417
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
15418
15418
|
NUpload: DefineComponent<ExtractPropTypes<{
|
|
@@ -17349,14 +17349,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
17349
17349
|
}, any>;
|
|
17350
17350
|
}>>>;
|
|
17351
17351
|
}>> & Readonly<{}>, {
|
|
17352
|
-
readonly method: string;
|
|
17353
|
-
readonly name: string;
|
|
17354
|
-
readonly abstract: boolean;
|
|
17355
17352
|
readonly disabled: boolean | undefined;
|
|
17353
|
+
readonly name: string;
|
|
17356
17354
|
readonly multiple: boolean;
|
|
17355
|
+
readonly abstract: boolean;
|
|
17357
17356
|
readonly showTrigger: boolean;
|
|
17358
17357
|
readonly directory: boolean;
|
|
17359
17358
|
readonly directoryDnd: boolean;
|
|
17359
|
+
readonly method: string;
|
|
17360
17360
|
readonly showFileList: boolean;
|
|
17361
17361
|
readonly withCredentials: boolean;
|
|
17362
17362
|
readonly responseType: XMLHttpRequestResponseType;
|
|
@@ -108,11 +108,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
108
108
|
default: boolean;
|
|
109
109
|
};
|
|
110
110
|
checkedValue: {
|
|
111
|
-
type: (
|
|
111
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
112
112
|
default: boolean;
|
|
113
113
|
};
|
|
114
114
|
uncheckedValue: {
|
|
115
|
-
type: (
|
|
115
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
116
116
|
default: boolean;
|
|
117
117
|
};
|
|
118
118
|
'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
|
|
@@ -307,11 +307,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
307
307
|
default: boolean;
|
|
308
308
|
};
|
|
309
309
|
checkedValue: {
|
|
310
|
-
type: (
|
|
310
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
311
311
|
default: boolean;
|
|
312
312
|
};
|
|
313
313
|
uncheckedValue: {
|
|
314
|
-
type: (
|
|
314
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
315
315
|
default: boolean;
|
|
316
316
|
};
|
|
317
317
|
'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
|
|
@@ -410,10 +410,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
410
410
|
}, any>>>;
|
|
411
411
|
}>> & Readonly<{}>, {
|
|
412
412
|
disabled: boolean | undefined;
|
|
413
|
-
checked: string | number | boolean | undefined;
|
|
414
|
-
indeterminate: boolean;
|
|
415
413
|
focusable: boolean;
|
|
414
|
+
checked: string | number | boolean | undefined;
|
|
416
415
|
defaultChecked: string | number | boolean;
|
|
416
|
+
indeterminate: boolean;
|
|
417
417
|
checkedValue: string | number | boolean;
|
|
418
418
|
uncheckedValue: string | number | boolean;
|
|
419
419
|
privateInsideTable: boolean;
|
|
@@ -3998,9 +3998,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3998
3998
|
}>;
|
|
3999
3999
|
}>>>;
|
|
4000
4000
|
}>> & Readonly<{}>, {
|
|
4001
|
+
readonly disabled: boolean;
|
|
4001
4002
|
readonly size: Size;
|
|
4002
4003
|
readonly to: string | boolean | HTMLElement;
|
|
4003
|
-
readonly disabled: boolean;
|
|
4004
4004
|
readonly simple: boolean;
|
|
4005
4005
|
readonly defaultPage: number;
|
|
4006
4006
|
readonly defaultPageCount: number;
|
|
@@ -690,7 +690,7 @@ declare const _default: DefineComponent<{}, {
|
|
|
690
690
|
} | null>;
|
|
691
691
|
mergedClsPrefix: Ref<string, string>;
|
|
692
692
|
mergedFocusable: ComputedRef<boolean>;
|
|
693
|
-
mergedSize: ComputedRef<"
|
|
693
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
694
694
|
showBorder: ComputedRef<boolean>;
|
|
695
695
|
enterPressed: Ref<boolean, boolean>;
|
|
696
696
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -1402,25 +1402,25 @@ declare const _default: DefineComponent<{}, {
|
|
|
1402
1402
|
rippleDuration: string;
|
|
1403
1403
|
}, any>>>;
|
|
1404
1404
|
}>> & Readonly<{}>, {
|
|
1405
|
+
readonly disabled: boolean;
|
|
1405
1406
|
readonly type: Type;
|
|
1406
|
-
readonly
|
|
1407
|
+
readonly bordered: boolean;
|
|
1407
1408
|
readonly block: boolean;
|
|
1408
|
-
readonly
|
|
1409
|
-
readonly
|
|
1409
|
+
readonly loading: boolean;
|
|
1410
|
+
readonly circle: boolean;
|
|
1410
1411
|
readonly round: boolean;
|
|
1411
|
-
readonly dashed: boolean;
|
|
1412
1412
|
readonly text: boolean;
|
|
1413
|
-
readonly
|
|
1414
|
-
readonly loading: boolean;
|
|
1415
|
-
readonly focusable: boolean;
|
|
1416
|
-
readonly bordered: boolean;
|
|
1413
|
+
readonly strong: boolean;
|
|
1417
1414
|
readonly tertiary: boolean;
|
|
1418
1415
|
readonly ghost: boolean;
|
|
1419
1416
|
readonly secondary: boolean;
|
|
1420
1417
|
readonly quaternary: boolean;
|
|
1418
|
+
readonly focusable: boolean;
|
|
1421
1419
|
readonly keyboard: boolean;
|
|
1420
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1421
|
+
readonly dashed: boolean;
|
|
1422
1422
|
readonly iconPlacement: "left" | "right";
|
|
1423
|
-
readonly attrType: "
|
|
1423
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
1424
1424
|
readonly nativeFocusBehavior: boolean;
|
|
1425
1425
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1426
1426
|
NUpload: DefineComponent<ExtractPropTypes<{
|
|
@@ -3357,14 +3357,14 @@ declare const _default: DefineComponent<{}, {
|
|
|
3357
3357
|
}, any>;
|
|
3358
3358
|
}>>>;
|
|
3359
3359
|
}>> & Readonly<{}>, {
|
|
3360
|
-
readonly method: string;
|
|
3361
|
-
readonly name: string;
|
|
3362
|
-
readonly abstract: boolean;
|
|
3363
3360
|
readonly disabled: boolean | undefined;
|
|
3361
|
+
readonly name: string;
|
|
3364
3362
|
readonly multiple: boolean;
|
|
3363
|
+
readonly abstract: boolean;
|
|
3365
3364
|
readonly showTrigger: boolean;
|
|
3366
3365
|
readonly directory: boolean;
|
|
3367
3366
|
readonly directoryDnd: boolean;
|
|
3367
|
+
readonly method: string;
|
|
3368
3368
|
readonly showFileList: boolean;
|
|
3369
3369
|
readonly withCredentials: boolean;
|
|
3370
3370
|
readonly responseType: XMLHttpRequestResponseType;
|
|
@@ -467,7 +467,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
467
467
|
addTabFixed: Ref<boolean, boolean>;
|
|
468
468
|
tabWrapperStyle: ComputedRef<{
|
|
469
469
|
display: string;
|
|
470
|
-
justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly"
|
|
470
|
+
justifyContent: "center" | "start" | "end" | "space-around" | "space-between" | "space-evenly";
|
|
471
471
|
} | undefined>;
|
|
472
472
|
handleNavResize: (entry: ResizeObserverEntry) => void;
|
|
473
473
|
mergedSize: ComputedRef<"small" | "medium" | "large">;
|
|
@@ -508,7 +508,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
508
508
|
"--n-tab-color-segment": string;
|
|
509
509
|
}> | undefined;
|
|
510
510
|
themeClass: Ref<string, string> | undefined;
|
|
511
|
-
animationDirection: Ref<"
|
|
511
|
+
animationDirection: Ref<"prev" | "next", "prev" | "next">;
|
|
512
512
|
renderNameListRef: {
|
|
513
513
|
value: Array<string | number>;
|
|
514
514
|
};
|
|
@@ -839,7 +839,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
839
839
|
readonly type: TabsType;
|
|
840
840
|
readonly size: "small" | "medium" | "large";
|
|
841
841
|
readonly closable: boolean;
|
|
842
|
-
readonly placement: "
|
|
842
|
+
readonly placement: "top" | "bottom" | "left" | "right";
|
|
843
843
|
readonly trigger: "click" | "hover";
|
|
844
844
|
readonly animated: boolean;
|
|
845
845
|
readonly tabsPadding: number;
|
|
@@ -1558,7 +1558,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1558
1558
|
} | null>;
|
|
1559
1559
|
mergedClsPrefix: Ref<string, string>;
|
|
1560
1560
|
mergedFocusable: ComputedRef<boolean>;
|
|
1561
|
-
mergedSize: ComputedRef<"
|
|
1561
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
1562
1562
|
showBorder: ComputedRef<boolean>;
|
|
1563
1563
|
enterPressed: Ref<boolean, boolean>;
|
|
1564
1564
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -2270,25 +2270,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2270
2270
|
rippleDuration: string;
|
|
2271
2271
|
}, any>>>;
|
|
2272
2272
|
}>> & Readonly<{}>, {
|
|
2273
|
+
readonly disabled: boolean;
|
|
2273
2274
|
readonly type: Type;
|
|
2274
|
-
readonly
|
|
2275
|
+
readonly bordered: boolean;
|
|
2275
2276
|
readonly block: boolean;
|
|
2276
|
-
readonly
|
|
2277
|
-
readonly
|
|
2277
|
+
readonly loading: boolean;
|
|
2278
|
+
readonly circle: boolean;
|
|
2278
2279
|
readonly round: boolean;
|
|
2279
|
-
readonly dashed: boolean;
|
|
2280
2280
|
readonly text: boolean;
|
|
2281
|
-
readonly
|
|
2282
|
-
readonly loading: boolean;
|
|
2283
|
-
readonly focusable: boolean;
|
|
2284
|
-
readonly bordered: boolean;
|
|
2281
|
+
readonly strong: boolean;
|
|
2285
2282
|
readonly tertiary: boolean;
|
|
2286
2283
|
readonly ghost: boolean;
|
|
2287
2284
|
readonly secondary: boolean;
|
|
2288
2285
|
readonly quaternary: boolean;
|
|
2286
|
+
readonly focusable: boolean;
|
|
2289
2287
|
readonly keyboard: boolean;
|
|
2288
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
2289
|
+
readonly dashed: boolean;
|
|
2290
2290
|
readonly iconPlacement: "left" | "right";
|
|
2291
|
-
readonly attrType: "
|
|
2291
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
2292
2292
|
readonly nativeFocusBehavior: boolean;
|
|
2293
2293
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2294
2294
|
NIcon: DefineComponent<ExtractPropTypes<{
|
|
@@ -4266,22 +4266,22 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4266
4266
|
}>;
|
|
4267
4267
|
}>>>;
|
|
4268
4268
|
}>> & Readonly<{}>, {
|
|
4269
|
-
to: string | boolean | HTMLElement;
|
|
4270
4269
|
disabled: boolean;
|
|
4271
|
-
show: boolean | undefined;
|
|
4272
|
-
flip: boolean;
|
|
4273
|
-
width: number | "trigger";
|
|
4274
|
-
duration: number;
|
|
4275
4270
|
raw: boolean;
|
|
4276
4271
|
showIcon: boolean;
|
|
4272
|
+
to: string | boolean | HTMLElement;
|
|
4277
4273
|
placement: FollowerPlacement;
|
|
4274
|
+
width: number | "trigger";
|
|
4275
|
+
show: boolean | undefined;
|
|
4278
4276
|
showArrow: boolean;
|
|
4279
4277
|
trigger: PopoverTrigger;
|
|
4280
4278
|
arrow: boolean | undefined;
|
|
4281
4279
|
defaultShow: boolean;
|
|
4282
4280
|
delay: number;
|
|
4281
|
+
duration: number;
|
|
4283
4282
|
arrowPointToCenter: boolean;
|
|
4284
4283
|
displayDirective: "show" | "if";
|
|
4284
|
+
flip: boolean;
|
|
4285
4285
|
animated: boolean;
|
|
4286
4286
|
overlap: boolean;
|
|
4287
4287
|
keepAliveOnHover: boolean;
|
|
@@ -4364,12 +4364,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4364
4364
|
gapLarge: string;
|
|
4365
4365
|
}, any>>>;
|
|
4366
4366
|
}>> & Readonly<{}>, {
|
|
4367
|
-
readonly inline: boolean;
|
|
4368
|
-
readonly size: number | [number, number] | "small" | "medium" | "large";
|
|
4369
4367
|
readonly reverse: boolean;
|
|
4370
|
-
readonly
|
|
4368
|
+
readonly size: number | "small" | "medium" | "large" | [number, number];
|
|
4371
4369
|
readonly vertical: boolean;
|
|
4370
|
+
readonly inline: boolean;
|
|
4372
4371
|
readonly justify: import("csstype").Property.JustifyContent;
|
|
4372
|
+
readonly wrap: boolean;
|
|
4373
4373
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4374
4374
|
Trash: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4375
4375
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -218,12 +218,12 @@ declare const _default: DefineComponent<{}, {
|
|
|
218
218
|
readonly default: undefined;
|
|
219
219
|
};
|
|
220
220
|
}>> & Readonly<{}>, {
|
|
221
|
-
readonly tag: string;
|
|
222
|
-
readonly abstract: boolean;
|
|
223
|
-
readonly as: string | undefined;
|
|
224
221
|
readonly bordered: boolean | undefined;
|
|
225
222
|
readonly inlineThemeDisabled: boolean;
|
|
223
|
+
readonly tag: string;
|
|
224
|
+
readonly abstract: boolean;
|
|
226
225
|
readonly preflightStyleDisabled: boolean;
|
|
226
|
+
readonly as: string | undefined;
|
|
227
227
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
228
228
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
229
229
|
export default _default;
|