@unizhen/ui 0.0.56 → 0.0.58
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 +28 -28
- 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 +4340 -5781
- package/package.json +12 -12
|
@@ -694,7 +694,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
694
694
|
} | null>;
|
|
695
695
|
mergedClsPrefix: Ref<string, string>;
|
|
696
696
|
mergedFocusable: ComputedRef<boolean>;
|
|
697
|
-
mergedSize: ComputedRef<"
|
|
697
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
698
698
|
showBorder: ComputedRef<boolean>;
|
|
699
699
|
enterPressed: Ref<boolean, boolean>;
|
|
700
700
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -1406,25 +1406,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1406
1406
|
rippleDuration: string;
|
|
1407
1407
|
}, any>>>;
|
|
1408
1408
|
}>> & Readonly<{}>, {
|
|
1409
|
+
readonly disabled: boolean;
|
|
1409
1410
|
readonly type: Type;
|
|
1410
|
-
readonly
|
|
1411
|
+
readonly bordered: boolean;
|
|
1411
1412
|
readonly block: boolean;
|
|
1412
|
-
readonly
|
|
1413
|
-
readonly
|
|
1413
|
+
readonly loading: boolean;
|
|
1414
|
+
readonly circle: boolean;
|
|
1414
1415
|
readonly round: boolean;
|
|
1415
|
-
readonly dashed: boolean;
|
|
1416
1416
|
readonly text: boolean;
|
|
1417
|
-
readonly
|
|
1418
|
-
readonly loading: boolean;
|
|
1419
|
-
readonly focusable: boolean;
|
|
1420
|
-
readonly bordered: boolean;
|
|
1417
|
+
readonly strong: boolean;
|
|
1421
1418
|
readonly tertiary: boolean;
|
|
1422
1419
|
readonly ghost: boolean;
|
|
1423
1420
|
readonly secondary: boolean;
|
|
1424
1421
|
readonly quaternary: boolean;
|
|
1422
|
+
readonly focusable: boolean;
|
|
1425
1423
|
readonly keyboard: boolean;
|
|
1424
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1425
|
+
readonly dashed: boolean;
|
|
1426
1426
|
readonly iconPlacement: "left" | "right";
|
|
1427
|
-
readonly attrType: "
|
|
1427
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
1428
1428
|
readonly nativeFocusBehavior: boolean;
|
|
1429
1429
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1430
1430
|
NIcon: DefineComponent<ExtractPropTypes<{
|
|
@@ -727,7 +727,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
727
727
|
} | null>;
|
|
728
728
|
mergedClsPrefix: Ref<string, string>;
|
|
729
729
|
mergedFocusable: ComputedRef<boolean>;
|
|
730
|
-
mergedSize: ComputedRef<"
|
|
730
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
731
731
|
showBorder: ComputedRef<boolean>;
|
|
732
732
|
enterPressed: Ref<boolean, boolean>;
|
|
733
733
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -1439,25 +1439,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1439
1439
|
rippleDuration: string;
|
|
1440
1440
|
}, any>>>;
|
|
1441
1441
|
}>> & Readonly<{}>, {
|
|
1442
|
+
readonly disabled: boolean;
|
|
1442
1443
|
readonly type: Type;
|
|
1443
|
-
readonly
|
|
1444
|
+
readonly bordered: boolean;
|
|
1444
1445
|
readonly block: boolean;
|
|
1445
|
-
readonly
|
|
1446
|
-
readonly
|
|
1446
|
+
readonly loading: boolean;
|
|
1447
|
+
readonly circle: boolean;
|
|
1447
1448
|
readonly round: boolean;
|
|
1448
|
-
readonly dashed: boolean;
|
|
1449
1449
|
readonly text: boolean;
|
|
1450
|
-
readonly
|
|
1451
|
-
readonly loading: boolean;
|
|
1452
|
-
readonly focusable: boolean;
|
|
1453
|
-
readonly bordered: boolean;
|
|
1450
|
+
readonly strong: boolean;
|
|
1454
1451
|
readonly tertiary: boolean;
|
|
1455
1452
|
readonly ghost: boolean;
|
|
1456
1453
|
readonly secondary: boolean;
|
|
1457
1454
|
readonly quaternary: boolean;
|
|
1455
|
+
readonly focusable: boolean;
|
|
1458
1456
|
readonly keyboard: boolean;
|
|
1457
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1458
|
+
readonly dashed: boolean;
|
|
1459
1459
|
readonly iconPlacement: "left" | "right";
|
|
1460
|
-
readonly attrType: "
|
|
1460
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
1461
1461
|
readonly nativeFocusBehavior: boolean;
|
|
1462
1462
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1463
1463
|
NModal: DefineComponent<ExtractPropTypes<{
|
|
@@ -3467,16 +3467,15 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3467
3467
|
}, any>;
|
|
3468
3468
|
}>>>;
|
|
3469
3469
|
}>> & Readonly<{}>, {
|
|
3470
|
-
type: "default" | "
|
|
3471
|
-
tag: keyof HTMLElementTagNameMap;
|
|
3470
|
+
type: "default" | "info" | "warning" | "error" | "success";
|
|
3472
3471
|
size: "small" | "medium" | "large" | "huge";
|
|
3473
|
-
show: boolean;
|
|
3474
|
-
transformOrigin: "center" | "mouse";
|
|
3475
|
-
loading: boolean;
|
|
3476
|
-
autoFocus: boolean;
|
|
3477
3472
|
showIcon: boolean;
|
|
3478
3473
|
bordered: boolean;
|
|
3479
3474
|
closable: boolean;
|
|
3475
|
+
loading: boolean;
|
|
3476
|
+
show: boolean;
|
|
3477
|
+
transformOrigin: "center" | "mouse";
|
|
3478
|
+
tag: keyof HTMLElementTagNameMap;
|
|
3480
3479
|
embedded: boolean;
|
|
3481
3480
|
segmented: boolean | CardSegmented;
|
|
3482
3481
|
hoverable: boolean;
|
|
@@ -3484,6 +3483,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3484
3483
|
displayDirective: "show" | "if";
|
|
3485
3484
|
blockScroll: boolean;
|
|
3486
3485
|
closeOnEsc: boolean;
|
|
3486
|
+
autoFocus: boolean;
|
|
3487
3487
|
maskClosable: boolean;
|
|
3488
3488
|
showMask: boolean;
|
|
3489
3489
|
trapFocus: boolean;
|
|
@@ -443,21 +443,21 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
443
443
|
}, any>;
|
|
444
444
|
}>>>;
|
|
445
445
|
}>> & Readonly<{}>, {
|
|
446
|
-
to: string | boolean | HTMLElement;
|
|
447
446
|
disabled: boolean;
|
|
448
|
-
show: boolean | undefined;
|
|
449
|
-
flip: boolean;
|
|
450
|
-
width: number | "trigger";
|
|
451
|
-
duration: number;
|
|
452
447
|
raw: boolean;
|
|
448
|
+
to: string | boolean | HTMLElement;
|
|
453
449
|
placement: PopoverPlacement;
|
|
450
|
+
width: number | "trigger";
|
|
451
|
+
show: boolean | undefined;
|
|
454
452
|
showArrow: boolean;
|
|
455
453
|
trigger: PopoverTrigger;
|
|
456
454
|
arrow: boolean | undefined;
|
|
457
455
|
defaultShow: boolean;
|
|
458
456
|
delay: number;
|
|
457
|
+
duration: number;
|
|
459
458
|
arrowPointToCenter: boolean;
|
|
460
459
|
displayDirective: "show" | "if";
|
|
460
|
+
flip: boolean;
|
|
461
461
|
animated: boolean;
|
|
462
462
|
overlap: boolean;
|
|
463
463
|
keepAliveOnHover: boolean;
|
|
@@ -5146,9 +5146,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5146
5146
|
labelFontWeight: string;
|
|
5147
5147
|
}, any>>>;
|
|
5148
5148
|
}>> & Readonly<{}>, {
|
|
5149
|
-
readonly inline: boolean;
|
|
5150
5149
|
readonly disabled: boolean;
|
|
5151
5150
|
readonly onSubmit: (e: Event) => void;
|
|
5151
|
+
readonly inline: boolean;
|
|
5152
5152
|
readonly labelPlacement: LabelPlacement;
|
|
5153
5153
|
readonly model: Record<string, any>;
|
|
5154
5154
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -5317,7 +5317,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5317
5317
|
mergedLabelAlign: ComputedRef< LabelAlign | undefined>;
|
|
5318
5318
|
mergedShowRequireMark: ComputedRef<boolean | undefined>;
|
|
5319
5319
|
mergedRequireMarkPlacement: ComputedRef<"left" | "right" | "right-hanging">;
|
|
5320
|
-
mergedValidationStatus: ComputedRef<"
|
|
5320
|
+
mergedValidationStatus: ComputedRef<"warning" | "error" | "success" | undefined>;
|
|
5321
5321
|
mergedShowFeedback: ComputedRef<boolean>;
|
|
5322
5322
|
mergedShowLabel: ComputedRef<boolean>;
|
|
5323
5323
|
isAutoLabelWidth: ComputedRef<boolean>;
|
|
@@ -6144,7 +6144,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6144
6144
|
} | null>;
|
|
6145
6145
|
mergedClsPrefix: Ref<string, string>;
|
|
6146
6146
|
mergedFocusable: ComputedRef<boolean>;
|
|
6147
|
-
mergedSize: ComputedRef<"
|
|
6147
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
6148
6148
|
showBorder: ComputedRef<boolean>;
|
|
6149
6149
|
enterPressed: Ref<boolean, boolean>;
|
|
6150
6150
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -6856,25 +6856,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6856
6856
|
rippleDuration: string;
|
|
6857
6857
|
}, any>>>;
|
|
6858
6858
|
}>> & Readonly<{}>, {
|
|
6859
|
+
readonly disabled: boolean;
|
|
6859
6860
|
readonly type: Type;
|
|
6860
|
-
readonly
|
|
6861
|
+
readonly bordered: boolean;
|
|
6861
6862
|
readonly block: boolean;
|
|
6862
|
-
readonly
|
|
6863
|
-
readonly
|
|
6863
|
+
readonly loading: boolean;
|
|
6864
|
+
readonly circle: boolean;
|
|
6864
6865
|
readonly round: boolean;
|
|
6865
|
-
readonly dashed: boolean;
|
|
6866
6866
|
readonly text: boolean;
|
|
6867
|
-
readonly
|
|
6868
|
-
readonly loading: boolean;
|
|
6869
|
-
readonly focusable: boolean;
|
|
6870
|
-
readonly bordered: boolean;
|
|
6867
|
+
readonly strong: boolean;
|
|
6871
6868
|
readonly tertiary: boolean;
|
|
6872
6869
|
readonly ghost: boolean;
|
|
6873
6870
|
readonly secondary: boolean;
|
|
6874
6871
|
readonly quaternary: boolean;
|
|
6872
|
+
readonly focusable: boolean;
|
|
6875
6873
|
readonly keyboard: boolean;
|
|
6874
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
6875
|
+
readonly dashed: boolean;
|
|
6876
6876
|
readonly iconPlacement: "left" | "right";
|
|
6877
|
-
readonly attrType: "
|
|
6877
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
6878
6878
|
readonly nativeFocusBehavior: boolean;
|
|
6879
6879
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6880
6880
|
NIcon: DefineComponent<ExtractPropTypes<{
|
|
@@ -7004,8 +7004,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7004
7004
|
fontWeight: string;
|
|
7005
7005
|
}, any>>>;
|
|
7006
7006
|
}>> & Readonly<{}>, {
|
|
7007
|
-
readonly dashed: boolean;
|
|
7008
7007
|
readonly vertical: boolean;
|
|
7008
|
+
readonly dashed: boolean;
|
|
7009
7009
|
readonly titlePlacement: "left" | "right" | "center";
|
|
7010
7010
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7011
7011
|
UzFormItem: DefineComponent<ExtractPropTypes<{
|
|
@@ -7197,7 +7197,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7197
7197
|
pair: BooleanConstructor;
|
|
7198
7198
|
separator: StringConstructor;
|
|
7199
7199
|
readonly: {
|
|
7200
|
-
type: (
|
|
7200
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
7201
7201
|
default: boolean;
|
|
7202
7202
|
};
|
|
7203
7203
|
passivelyActivated: BooleanConstructor;
|
|
@@ -7511,14 +7511,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7511
7511
|
uncontrolledValue: Ref<string | [string, string] | null, string | [string, string] | null>;
|
|
7512
7512
|
mergedValue: ComputedRef<string | [string, string] | null>;
|
|
7513
7513
|
passwordVisible: Ref<boolean, boolean>;
|
|
7514
|
-
mergedPlaceholder: ComputedRef<[string] | [string
|
|
7514
|
+
mergedPlaceholder: ComputedRef<[string, string] | [string]>;
|
|
7515
7515
|
showPlaceholder1: ComputedRef<string | false>;
|
|
7516
7516
|
showPlaceholder2: ComputedRef<boolean | "" | undefined>;
|
|
7517
7517
|
mergedFocus: ComputedRef<boolean>;
|
|
7518
7518
|
isComposing: Ref<boolean, boolean>;
|
|
7519
7519
|
activated: Ref<boolean, boolean>;
|
|
7520
7520
|
showClearButton: ComputedRef<boolean>;
|
|
7521
|
-
mergedSize: ComputedRef<"
|
|
7521
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
7522
7522
|
mergedDisabled: ComputedRef<boolean>;
|
|
7523
7523
|
textDecorationStyle: ComputedRef<string[] | {
|
|
7524
7524
|
textDecoration: string;
|
|
@@ -7740,7 +7740,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7740
7740
|
pair: BooleanConstructor;
|
|
7741
7741
|
separator: StringConstructor;
|
|
7742
7742
|
readonly: {
|
|
7743
|
-
type: (
|
|
7743
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
7744
7744
|
default: boolean;
|
|
7745
7745
|
};
|
|
7746
7746
|
passivelyActivated: BooleanConstructor;
|
|
@@ -8021,24 +8021,24 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8021
8021
|
}, any>;
|
|
8022
8022
|
}>>>;
|
|
8023
8023
|
}>> & Readonly<{}>, {
|
|
8024
|
-
type: "textarea" | "text" | "password";
|
|
8025
|
-
readonly: string | boolean;
|
|
8026
8024
|
disabled: boolean | undefined;
|
|
8027
|
-
|
|
8028
|
-
autofocus: boolean;
|
|
8029
|
-
loading: boolean;
|
|
8030
|
-
autosize: boolean | {
|
|
8031
|
-
minRows?: number;
|
|
8032
|
-
maxRows?: number;
|
|
8033
|
-
};
|
|
8025
|
+
type: "text" | "textarea" | "password";
|
|
8034
8026
|
bordered: boolean | undefined;
|
|
8035
8027
|
clearable: boolean;
|
|
8036
8028
|
defaultValue: string | [string, string] | null;
|
|
8029
|
+
loading: boolean;
|
|
8030
|
+
round: boolean;
|
|
8037
8031
|
resizable: boolean;
|
|
8038
8032
|
stateful: boolean;
|
|
8039
8033
|
pair: boolean;
|
|
8040
8034
|
rows: string | number;
|
|
8035
|
+
autosize: boolean | {
|
|
8036
|
+
minRows?: number;
|
|
8037
|
+
maxRows?: number;
|
|
8038
|
+
};
|
|
8039
|
+
readonly: string | boolean;
|
|
8041
8040
|
passivelyActivated: boolean;
|
|
8041
|
+
autofocus: boolean;
|
|
8042
8042
|
showCount: boolean;
|
|
8043
8043
|
attrSize: number;
|
|
8044
8044
|
internalDeactivateOnEnter: boolean;
|
|
@@ -8670,7 +8670,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8670
8670
|
uncontrolledShow: Ref<boolean, boolean>;
|
|
8671
8671
|
mergedShow: ComputedRef<boolean>;
|
|
8672
8672
|
adjustedTo: ComputedRef<string | HTMLElement>;
|
|
8673
|
-
uncontrolledValue: Ref<string[] | number[] | ValueAtom
|
|
8673
|
+
uncontrolledValue: Ref< ValueAtom | string[] | number[] | ValueAtom[] | null, string | number | string[] | number[] | ValueAtom[] | ValueAtom[] | null>;
|
|
8674
8674
|
mergedValue: ComputedRef<string | number | string[] | number[] | ValueAtom[] | ValueAtom[] | null>;
|
|
8675
8675
|
followerRef: Ref<{
|
|
8676
8676
|
syncPosition: () => void;
|
|
@@ -8680,7 +8680,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8680
8680
|
localizedPlaceholder: ComputedRef<string>;
|
|
8681
8681
|
selectedOption: ComputedRef< SelectOption | null>;
|
|
8682
8682
|
selectedOptions: ComputedRef< SelectOption[] | null>;
|
|
8683
|
-
mergedSize: ComputedRef<"
|
|
8683
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
8684
8684
|
mergedDisabled: ComputedRef<boolean>;
|
|
8685
8685
|
focused: Ref<boolean, boolean>;
|
|
8686
8686
|
activeWithoutMenuOpen: Ref<boolean, boolean>;
|
|
@@ -9518,20 +9518,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
9518
9518
|
}>;
|
|
9519
9519
|
}>>>;
|
|
9520
9520
|
}>> & Readonly<{}>, {
|
|
9521
|
-
readonly options: SelectMixedOption[];
|
|
9522
|
-
readonly tag: boolean;
|
|
9523
|
-
readonly to: string | boolean | HTMLElement;
|
|
9524
9521
|
readonly disabled: boolean | undefined;
|
|
9525
|
-
readonly show: boolean | undefined;
|
|
9526
|
-
readonly multiple: boolean;
|
|
9527
|
-
readonly loading: boolean;
|
|
9528
9522
|
readonly bordered: boolean | undefined;
|
|
9523
|
+
readonly to: string | boolean | HTMLElement;
|
|
9529
9524
|
readonly clearable: boolean;
|
|
9530
9525
|
readonly defaultValue: Value | null;
|
|
9526
|
+
readonly loading: boolean;
|
|
9531
9527
|
readonly placement: PopoverPlacement;
|
|
9528
|
+
readonly options: SelectMixedOption[];
|
|
9529
|
+
readonly show: boolean | undefined;
|
|
9532
9530
|
readonly keyboard: boolean;
|
|
9531
|
+
readonly tag: boolean;
|
|
9533
9532
|
readonly showArrow: boolean;
|
|
9534
9533
|
readonly displayDirective: "show" | "if";
|
|
9534
|
+
readonly multiple: boolean;
|
|
9535
9535
|
readonly filterable: boolean;
|
|
9536
9536
|
readonly clearFilterAfterSelect: boolean;
|
|
9537
9537
|
readonly remote: boolean;
|
|
@@ -10519,7 +10519,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
10519
10519
|
mergedValue: ComputedRef<number | null>;
|
|
10520
10520
|
mergedPlaceholder: ComputedRef<string>;
|
|
10521
10521
|
displayedValueInvalid: ComputedRef<boolean>;
|
|
10522
|
-
mergedSize: ComputedRef<"
|
|
10522
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
10523
10523
|
mergedDisabled: ComputedRef<boolean>;
|
|
10524
10524
|
displayedValue: Ref<string, string>;
|
|
10525
10525
|
addable: ComputedRef<boolean>;
|
|
@@ -11771,19 +11771,19 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
11771
11771
|
}>;
|
|
11772
11772
|
}>>>;
|
|
11773
11773
|
}>> & Readonly<{}>, {
|
|
11774
|
-
readonly: boolean;
|
|
11775
11774
|
disabled: boolean | undefined;
|
|
11776
|
-
round: boolean | undefined;
|
|
11777
|
-
step: string | number;
|
|
11778
|
-
autofocus: boolean;
|
|
11779
|
-
loading: boolean;
|
|
11780
11775
|
bordered: boolean | undefined;
|
|
11781
11776
|
clearable: boolean;
|
|
11782
11777
|
defaultValue: number | null;
|
|
11778
|
+
loading: boolean;
|
|
11779
|
+
round: boolean | undefined;
|
|
11783
11780
|
keyboard: {
|
|
11784
11781
|
ArrowUp?: boolean;
|
|
11785
11782
|
ArrowDown?: boolean;
|
|
11786
11783
|
};
|
|
11784
|
+
readonly: boolean;
|
|
11785
|
+
autofocus: boolean;
|
|
11786
|
+
step: string | number;
|
|
11787
11787
|
showButton: boolean;
|
|
11788
11788
|
buttonPlacement: "right" | "both";
|
|
11789
11789
|
updateValueOnInput: boolean;
|
|
@@ -17290,13 +17290,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
17290
17290
|
}, any>;
|
|
17291
17291
|
}>>>;
|
|
17292
17292
|
}>> & Readonly<{}>, {
|
|
17293
|
-
readonly type: DatePickerType;
|
|
17294
|
-
readonly to: string | boolean | HTMLElement;
|
|
17295
17293
|
readonly disabled: boolean | undefined;
|
|
17296
|
-
readonly
|
|
17294
|
+
readonly type: DatePickerType;
|
|
17297
17295
|
readonly bordered: boolean | undefined;
|
|
17296
|
+
readonly to: string | boolean | HTMLElement;
|
|
17298
17297
|
readonly clearable: boolean;
|
|
17299
17298
|
readonly placement: FollowerPlacement;
|
|
17299
|
+
readonly show: boolean | undefined;
|
|
17300
17300
|
readonly inputReadonly: boolean;
|
|
17301
17301
|
readonly updateValueOnClose: boolean;
|
|
17302
17302
|
readonly calendarHeaderMonthYearSeparator: string;
|
|
@@ -19871,15 +19871,15 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
19871
19871
|
}>;
|
|
19872
19872
|
}>>>;
|
|
19873
19873
|
}>> & Readonly<{}>, {
|
|
19874
|
-
to: string | boolean | HTMLElement;
|
|
19875
19874
|
disabled: boolean | undefined;
|
|
19876
|
-
show: boolean | undefined;
|
|
19877
|
-
format: string;
|
|
19878
19875
|
showIcon: boolean;
|
|
19879
19876
|
bordered: boolean | undefined;
|
|
19877
|
+
to: string | boolean | HTMLElement;
|
|
19880
19878
|
clearable: boolean;
|
|
19881
19879
|
defaultValue: number | null;
|
|
19882
19880
|
placement: PopoverPlacement;
|
|
19881
|
+
show: boolean | undefined;
|
|
19882
|
+
format: string;
|
|
19883
19883
|
inputReadonly: boolean;
|
|
19884
19884
|
use12Hours: boolean;
|
|
19885
19885
|
stateful: boolean;
|
|
@@ -20196,11 +20196,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
20196
20196
|
}, any>>>;
|
|
20197
20197
|
}>> & Readonly<{}>, {
|
|
20198
20198
|
readonly value: string | number | boolean | undefined;
|
|
20199
|
-
readonly size: "small" | "medium" | "large";
|
|
20200
20199
|
readonly disabled: boolean | undefined;
|
|
20201
|
-
readonly
|
|
20202
|
-
readonly loading: boolean;
|
|
20200
|
+
readonly size: "small" | "medium" | "large";
|
|
20203
20201
|
readonly defaultValue: string | number | boolean;
|
|
20202
|
+
readonly loading: boolean;
|
|
20203
|
+
readonly round: boolean;
|
|
20204
20204
|
readonly checkedValue: string | number | boolean;
|
|
20205
20205
|
readonly uncheckedValue: string | number | boolean;
|
|
20206
20206
|
readonly rubberBand: boolean;
|
|
@@ -22092,10 +22092,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
22092
22092
|
}, any>;
|
|
22093
22093
|
}>>>;
|
|
22094
22094
|
}>> & Readonly<{}>, {
|
|
22095
|
-
readonly to: string | boolean | HTMLElement;
|
|
22096
22095
|
readonly disabled: boolean | undefined;
|
|
22097
|
-
readonly
|
|
22096
|
+
readonly to: string | boolean | HTMLElement;
|
|
22098
22097
|
readonly placement: PopoverPlacement;
|
|
22098
|
+
readonly show: boolean | undefined;
|
|
22099
22099
|
readonly defaultShow: boolean;
|
|
22100
22100
|
readonly modes: ColorPickerMode[];
|
|
22101
22101
|
readonly showAlpha: boolean;
|
|
@@ -22124,11 +22124,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
22124
22124
|
default: boolean;
|
|
22125
22125
|
};
|
|
22126
22126
|
checkedValue: {
|
|
22127
|
-
type: (
|
|
22127
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
22128
22128
|
default: boolean;
|
|
22129
22129
|
};
|
|
22130
22130
|
uncheckedValue: {
|
|
22131
|
-
type: (
|
|
22131
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
22132
22132
|
default: boolean;
|
|
22133
22133
|
};
|
|
22134
22134
|
'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
|
|
@@ -22323,11 +22323,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
22323
22323
|
default: boolean;
|
|
22324
22324
|
};
|
|
22325
22325
|
checkedValue: {
|
|
22326
|
-
type: (
|
|
22326
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
22327
22327
|
default: boolean;
|
|
22328
22328
|
};
|
|
22329
22329
|
uncheckedValue: {
|
|
22330
|
-
type: (
|
|
22330
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
22331
22331
|
default: boolean;
|
|
22332
22332
|
};
|
|
22333
22333
|
'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
|
|
@@ -22426,10 +22426,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
22426
22426
|
}, any>>>;
|
|
22427
22427
|
}>> & Readonly<{}>, {
|
|
22428
22428
|
disabled: boolean | undefined;
|
|
22429
|
-
checked: string | number | boolean | undefined;
|
|
22430
|
-
indeterminate: boolean;
|
|
22431
22429
|
focusable: boolean;
|
|
22430
|
+
checked: string | number | boolean | undefined;
|
|
22432
22431
|
defaultChecked: string | number | boolean;
|
|
22432
|
+
indeterminate: boolean;
|
|
22433
22433
|
checkedValue: string | number | boolean;
|
|
22434
22434
|
uncheckedValue: string | number | boolean;
|
|
22435
22435
|
privateInsideTable: boolean;
|
|
@@ -24475,17 +24475,17 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
24475
24475
|
}, any>;
|
|
24476
24476
|
}>>>;
|
|
24477
24477
|
}>> & Readonly<{}>, {
|
|
24478
|
-
readonly options: CascaderOption[];
|
|
24479
|
-
readonly to: string | boolean | HTMLElement;
|
|
24480
24478
|
readonly disabled: boolean | undefined;
|
|
24481
|
-
readonly show: boolean | undefined;
|
|
24482
|
-
readonly separator: string;
|
|
24483
|
-
readonly multiple: boolean;
|
|
24484
24479
|
readonly bordered: boolean | undefined;
|
|
24480
|
+
readonly to: string | boolean | HTMLElement;
|
|
24485
24481
|
readonly clearable: boolean;
|
|
24486
24482
|
readonly defaultValue: Value | null;
|
|
24487
24483
|
readonly placement: PopoverPlacement;
|
|
24484
|
+
readonly options: CascaderOption[];
|
|
24485
|
+
readonly show: boolean | undefined;
|
|
24486
|
+
readonly separator: string;
|
|
24488
24487
|
readonly allowCheckingNotLoaded: boolean;
|
|
24488
|
+
readonly multiple: boolean;
|
|
24489
24489
|
readonly filterable: boolean;
|
|
24490
24490
|
readonly disabledField: string;
|
|
24491
24491
|
readonly expandTrigger: ExpandTrigger;
|
|
@@ -24967,21 +24967,21 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
24967
24967
|
minWidth: NumberConstructor;
|
|
24968
24968
|
maxWidth: NumberConstructor;
|
|
24969
24969
|
}>> & Readonly<{}>, {
|
|
24970
|
-
to: string | boolean | HTMLElement;
|
|
24971
24970
|
disabled: boolean;
|
|
24972
|
-
show: boolean | undefined;
|
|
24973
|
-
flip: boolean;
|
|
24974
|
-
width: number | "trigger";
|
|
24975
|
-
duration: number;
|
|
24976
24971
|
raw: boolean;
|
|
24972
|
+
to: string | boolean | HTMLElement;
|
|
24977
24973
|
placement: FollowerPlacement;
|
|
24974
|
+
width: number | "trigger";
|
|
24975
|
+
show: boolean | undefined;
|
|
24978
24976
|
showArrow: boolean;
|
|
24979
24977
|
trigger: PopoverTrigger;
|
|
24980
24978
|
arrow: boolean | undefined;
|
|
24981
24979
|
defaultShow: boolean;
|
|
24982
24980
|
delay: number;
|
|
24981
|
+
duration: number;
|
|
24983
24982
|
arrowPointToCenter: boolean;
|
|
24984
24983
|
displayDirective: "show" | "if";
|
|
24984
|
+
flip: boolean;
|
|
24985
24985
|
animated: boolean;
|
|
24986
24986
|
overlap: boolean;
|
|
24987
24987
|
keepAliveOnHover: boolean;
|
|
@@ -25845,24 +25845,24 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
25845
25845
|
readonly minWidth: NumberConstructor;
|
|
25846
25846
|
readonly maxWidth: NumberConstructor;
|
|
25847
25847
|
}>> & Readonly<{}>, {
|
|
25848
|
-
readonly options: DropdownMixedOption[];
|
|
25849
|
-
readonly size: "small" | "medium" | "large" | "huge";
|
|
25850
|
-
readonly to: string | boolean | HTMLElement;
|
|
25851
25848
|
readonly disabled: boolean;
|
|
25852
|
-
readonly
|
|
25853
|
-
readonly flip: boolean;
|
|
25854
|
-
readonly width: number | "trigger";
|
|
25855
|
-
readonly duration: number;
|
|
25849
|
+
readonly size: "small" | "medium" | "large" | "huge";
|
|
25856
25850
|
readonly raw: boolean;
|
|
25851
|
+
readonly to: string | boolean | HTMLElement;
|
|
25857
25852
|
readonly placement: PopoverPlacement;
|
|
25853
|
+
readonly options: DropdownMixedOption[];
|
|
25854
|
+
readonly width: number | "trigger";
|
|
25855
|
+
readonly show: boolean | undefined;
|
|
25858
25856
|
readonly keyboard: boolean;
|
|
25859
25857
|
readonly showArrow: boolean;
|
|
25860
25858
|
readonly trigger: PopoverTrigger;
|
|
25861
25859
|
readonly arrow: boolean | undefined;
|
|
25862
25860
|
readonly defaultShow: boolean;
|
|
25863
25861
|
readonly delay: number;
|
|
25862
|
+
readonly duration: number;
|
|
25864
25863
|
readonly arrowPointToCenter: boolean;
|
|
25865
25864
|
readonly displayDirective: "show" | "if";
|
|
25865
|
+
readonly flip: boolean;
|
|
25866
25866
|
readonly animated: boolean;
|
|
25867
25867
|
readonly overlap: boolean;
|
|
25868
25868
|
readonly keepAliveOnHover: boolean;
|
|
@@ -674,7 +674,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
674
674
|
onError: PropType<(e: Event) => void>;
|
|
675
675
|
onLoad: PropType<(e: Event) => void>;
|
|
676
676
|
}>> & Readonly<{}>, {
|
|
677
|
-
objectFit: "
|
|
677
|
+
objectFit: "none" | "fill" | "contain" | "cover" | "scale-down";
|
|
678
678
|
lazy: boolean;
|
|
679
679
|
showToolbar: boolean;
|
|
680
680
|
showToolbarTooltip: boolean;
|
|
@@ -1119,21 +1119,21 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1119
1119
|
}, any>;
|
|
1120
1120
|
}>>>;
|
|
1121
1121
|
}>> & Readonly<{}>, {
|
|
1122
|
-
to: string | boolean | HTMLElement;
|
|
1123
1122
|
disabled: boolean;
|
|
1124
|
-
show: boolean | undefined;
|
|
1125
|
-
flip: boolean;
|
|
1126
|
-
width: number | "trigger";
|
|
1127
|
-
duration: number;
|
|
1128
1123
|
raw: boolean;
|
|
1124
|
+
to: string | boolean | HTMLElement;
|
|
1129
1125
|
placement: PopoverPlacement;
|
|
1126
|
+
width: number | "trigger";
|
|
1127
|
+
show: boolean | undefined;
|
|
1130
1128
|
showArrow: boolean;
|
|
1131
1129
|
trigger: PopoverTrigger;
|
|
1132
1130
|
arrow: boolean | undefined;
|
|
1133
1131
|
defaultShow: boolean;
|
|
1134
1132
|
delay: number;
|
|
1133
|
+
duration: number;
|
|
1135
1134
|
arrowPointToCenter: boolean;
|
|
1136
1135
|
displayDirective: "show" | "if";
|
|
1136
|
+
flip: boolean;
|
|
1137
1137
|
animated: boolean;
|
|
1138
1138
|
overlap: boolean;
|
|
1139
1139
|
keepAliveOnHover: boolean;
|