@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
|
@@ -5140,9 +5140,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5140
5140
|
labelFontWeight: string;
|
|
5141
5141
|
}, any>>>;
|
|
5142
5142
|
}>> & Readonly<{}>, {
|
|
5143
|
-
readonly inline: boolean;
|
|
5144
5143
|
readonly disabled: boolean;
|
|
5145
5144
|
readonly onSubmit: (e: Event) => void;
|
|
5145
|
+
readonly inline: boolean;
|
|
5146
5146
|
readonly labelPlacement: LabelPlacement;
|
|
5147
5147
|
readonly model: Record<string, any>;
|
|
5148
5148
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -5311,7 +5311,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5311
5311
|
mergedLabelAlign: ComputedRef< LabelAlign | undefined>;
|
|
5312
5312
|
mergedShowRequireMark: ComputedRef<boolean | undefined>;
|
|
5313
5313
|
mergedRequireMarkPlacement: ComputedRef<"left" | "right" | "right-hanging">;
|
|
5314
|
-
mergedValidationStatus: ComputedRef<"
|
|
5314
|
+
mergedValidationStatus: ComputedRef<"warning" | "error" | "success" | undefined>;
|
|
5315
5315
|
mergedShowFeedback: ComputedRef<boolean>;
|
|
5316
5316
|
mergedShowLabel: ComputedRef<boolean>;
|
|
5317
5317
|
isAutoLabelWidth: ComputedRef<boolean>;
|
|
@@ -5522,8 +5522,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5522
5522
|
fontWeight: string;
|
|
5523
5523
|
}, any>>>;
|
|
5524
5524
|
}>> & Readonly<{}>, {
|
|
5525
|
-
readonly dashed: boolean;
|
|
5526
5525
|
readonly vertical: boolean;
|
|
5526
|
+
readonly dashed: boolean;
|
|
5527
5527
|
readonly titlePlacement: "left" | "right" | "center";
|
|
5528
5528
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5529
5529
|
NButton: DefineComponent<ExtractPropTypes<{
|
|
@@ -6197,7 +6197,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6197
6197
|
} | null>;
|
|
6198
6198
|
mergedClsPrefix: Ref<string, string>;
|
|
6199
6199
|
mergedFocusable: ComputedRef<boolean>;
|
|
6200
|
-
mergedSize: ComputedRef<"
|
|
6200
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
6201
6201
|
showBorder: ComputedRef<boolean>;
|
|
6202
6202
|
enterPressed: Ref<boolean, boolean>;
|
|
6203
6203
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -6909,25 +6909,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6909
6909
|
rippleDuration: string;
|
|
6910
6910
|
}, any>>>;
|
|
6911
6911
|
}>> & Readonly<{}>, {
|
|
6912
|
+
readonly disabled: boolean;
|
|
6912
6913
|
readonly type: Type;
|
|
6913
|
-
readonly
|
|
6914
|
+
readonly bordered: boolean;
|
|
6914
6915
|
readonly block: boolean;
|
|
6915
|
-
readonly
|
|
6916
|
-
readonly
|
|
6916
|
+
readonly loading: boolean;
|
|
6917
|
+
readonly circle: boolean;
|
|
6917
6918
|
readonly round: boolean;
|
|
6918
|
-
readonly dashed: boolean;
|
|
6919
6919
|
readonly text: boolean;
|
|
6920
|
-
readonly
|
|
6921
|
-
readonly loading: boolean;
|
|
6922
|
-
readonly focusable: boolean;
|
|
6923
|
-
readonly bordered: boolean;
|
|
6920
|
+
readonly strong: boolean;
|
|
6924
6921
|
readonly tertiary: boolean;
|
|
6925
6922
|
readonly ghost: boolean;
|
|
6926
6923
|
readonly secondary: boolean;
|
|
6927
6924
|
readonly quaternary: boolean;
|
|
6925
|
+
readonly focusable: boolean;
|
|
6928
6926
|
readonly keyboard: boolean;
|
|
6927
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
6928
|
+
readonly dashed: boolean;
|
|
6929
6929
|
readonly iconPlacement: "left" | "right";
|
|
6930
|
-
readonly attrType: "
|
|
6930
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
6931
6931
|
readonly nativeFocusBehavior: boolean;
|
|
6932
6932
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6933
6933
|
NIcon: DefineComponent<ExtractPropTypes<{
|
|
@@ -7191,7 +7191,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7191
7191
|
pair: BooleanConstructor;
|
|
7192
7192
|
separator: StringConstructor;
|
|
7193
7193
|
readonly: {
|
|
7194
|
-
type: (
|
|
7194
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
7195
7195
|
default: boolean;
|
|
7196
7196
|
};
|
|
7197
7197
|
passivelyActivated: BooleanConstructor;
|
|
@@ -7505,14 +7505,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7505
7505
|
uncontrolledValue: Ref<string | [string, string] | null, string | [string, string] | null>;
|
|
7506
7506
|
mergedValue: ComputedRef<string | [string, string] | null>;
|
|
7507
7507
|
passwordVisible: Ref<boolean, boolean>;
|
|
7508
|
-
mergedPlaceholder: ComputedRef<[string] | [string
|
|
7508
|
+
mergedPlaceholder: ComputedRef<[string, string] | [string]>;
|
|
7509
7509
|
showPlaceholder1: ComputedRef<string | false>;
|
|
7510
7510
|
showPlaceholder2: ComputedRef<boolean | "" | undefined>;
|
|
7511
7511
|
mergedFocus: ComputedRef<boolean>;
|
|
7512
7512
|
isComposing: Ref<boolean, boolean>;
|
|
7513
7513
|
activated: Ref<boolean, boolean>;
|
|
7514
7514
|
showClearButton: ComputedRef<boolean>;
|
|
7515
|
-
mergedSize: ComputedRef<"
|
|
7515
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
7516
7516
|
mergedDisabled: ComputedRef<boolean>;
|
|
7517
7517
|
textDecorationStyle: ComputedRef<string[] | {
|
|
7518
7518
|
textDecoration: string;
|
|
@@ -7734,7 +7734,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7734
7734
|
pair: BooleanConstructor;
|
|
7735
7735
|
separator: StringConstructor;
|
|
7736
7736
|
readonly: {
|
|
7737
|
-
type: (
|
|
7737
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
7738
7738
|
default: boolean;
|
|
7739
7739
|
};
|
|
7740
7740
|
passivelyActivated: BooleanConstructor;
|
|
@@ -8015,24 +8015,24 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8015
8015
|
}, any>;
|
|
8016
8016
|
}>>>;
|
|
8017
8017
|
}>> & Readonly<{}>, {
|
|
8018
|
-
type: "textarea" | "text" | "password";
|
|
8019
|
-
readonly: string | boolean;
|
|
8020
8018
|
disabled: boolean | undefined;
|
|
8021
|
-
|
|
8022
|
-
autofocus: boolean;
|
|
8023
|
-
loading: boolean;
|
|
8024
|
-
autosize: boolean | {
|
|
8025
|
-
minRows?: number;
|
|
8026
|
-
maxRows?: number;
|
|
8027
|
-
};
|
|
8019
|
+
type: "text" | "textarea" | "password";
|
|
8028
8020
|
bordered: boolean | undefined;
|
|
8029
8021
|
clearable: boolean;
|
|
8030
8022
|
defaultValue: string | [string, string] | null;
|
|
8023
|
+
loading: boolean;
|
|
8024
|
+
round: boolean;
|
|
8031
8025
|
resizable: boolean;
|
|
8032
8026
|
stateful: boolean;
|
|
8033
8027
|
pair: boolean;
|
|
8034
8028
|
rows: string | number;
|
|
8029
|
+
autosize: boolean | {
|
|
8030
|
+
minRows?: number;
|
|
8031
|
+
maxRows?: number;
|
|
8032
|
+
};
|
|
8033
|
+
readonly: string | boolean;
|
|
8035
8034
|
passivelyActivated: boolean;
|
|
8035
|
+
autofocus: boolean;
|
|
8036
8036
|
showCount: boolean;
|
|
8037
8037
|
attrSize: number;
|
|
8038
8038
|
internalDeactivateOnEnter: boolean;
|
|
@@ -8664,7 +8664,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8664
8664
|
uncontrolledShow: Ref<boolean, boolean>;
|
|
8665
8665
|
mergedShow: ComputedRef<boolean>;
|
|
8666
8666
|
adjustedTo: ComputedRef<string | HTMLElement>;
|
|
8667
|
-
uncontrolledValue: Ref<string[] | number[] | ValueAtom
|
|
8667
|
+
uncontrolledValue: Ref< ValueAtom | string[] | number[] | ValueAtom[] | null, string | number | string[] | number[] | ValueAtom[] | ValueAtom[] | null>;
|
|
8668
8668
|
mergedValue: ComputedRef<string | number | string[] | number[] | ValueAtom[] | ValueAtom[] | null>;
|
|
8669
8669
|
followerRef: Ref<{
|
|
8670
8670
|
syncPosition: () => void;
|
|
@@ -8674,7 +8674,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8674
8674
|
localizedPlaceholder: ComputedRef<string>;
|
|
8675
8675
|
selectedOption: ComputedRef< SelectOption | null>;
|
|
8676
8676
|
selectedOptions: ComputedRef< SelectOption[] | null>;
|
|
8677
|
-
mergedSize: ComputedRef<"
|
|
8677
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
8678
8678
|
mergedDisabled: ComputedRef<boolean>;
|
|
8679
8679
|
focused: Ref<boolean, boolean>;
|
|
8680
8680
|
activeWithoutMenuOpen: Ref<boolean, boolean>;
|
|
@@ -9512,20 +9512,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
9512
9512
|
}>;
|
|
9513
9513
|
}>>>;
|
|
9514
9514
|
}>> & Readonly<{}>, {
|
|
9515
|
-
readonly options: SelectMixedOption[];
|
|
9516
|
-
readonly tag: boolean;
|
|
9517
|
-
readonly to: string | boolean | HTMLElement;
|
|
9518
9515
|
readonly disabled: boolean | undefined;
|
|
9519
|
-
readonly show: boolean | undefined;
|
|
9520
|
-
readonly multiple: boolean;
|
|
9521
|
-
readonly loading: boolean;
|
|
9522
9516
|
readonly bordered: boolean | undefined;
|
|
9517
|
+
readonly to: string | boolean | HTMLElement;
|
|
9523
9518
|
readonly clearable: boolean;
|
|
9524
9519
|
readonly defaultValue: Value | null;
|
|
9520
|
+
readonly loading: boolean;
|
|
9525
9521
|
readonly placement: PopoverPlacement;
|
|
9522
|
+
readonly options: SelectMixedOption[];
|
|
9523
|
+
readonly show: boolean | undefined;
|
|
9526
9524
|
readonly keyboard: boolean;
|
|
9525
|
+
readonly tag: boolean;
|
|
9527
9526
|
readonly showArrow: boolean;
|
|
9528
9527
|
readonly displayDirective: "show" | "if";
|
|
9528
|
+
readonly multiple: boolean;
|
|
9529
9529
|
readonly filterable: boolean;
|
|
9530
9530
|
readonly clearFilterAfterSelect: boolean;
|
|
9531
9531
|
readonly remote: boolean;
|
|
@@ -10513,7 +10513,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
10513
10513
|
mergedValue: ComputedRef<number | null>;
|
|
10514
10514
|
mergedPlaceholder: ComputedRef<string>;
|
|
10515
10515
|
displayedValueInvalid: ComputedRef<boolean>;
|
|
10516
|
-
mergedSize: ComputedRef<"
|
|
10516
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
10517
10517
|
mergedDisabled: ComputedRef<boolean>;
|
|
10518
10518
|
displayedValue: Ref<string, string>;
|
|
10519
10519
|
addable: ComputedRef<boolean>;
|
|
@@ -11765,19 +11765,19 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
11765
11765
|
}>;
|
|
11766
11766
|
}>>>;
|
|
11767
11767
|
}>> & Readonly<{}>, {
|
|
11768
|
-
readonly: boolean;
|
|
11769
11768
|
disabled: boolean | undefined;
|
|
11770
|
-
round: boolean | undefined;
|
|
11771
|
-
step: string | number;
|
|
11772
|
-
autofocus: boolean;
|
|
11773
|
-
loading: boolean;
|
|
11774
11769
|
bordered: boolean | undefined;
|
|
11775
11770
|
clearable: boolean;
|
|
11776
11771
|
defaultValue: number | null;
|
|
11772
|
+
loading: boolean;
|
|
11773
|
+
round: boolean | undefined;
|
|
11777
11774
|
keyboard: {
|
|
11778
11775
|
ArrowUp?: boolean;
|
|
11779
11776
|
ArrowDown?: boolean;
|
|
11780
11777
|
};
|
|
11778
|
+
readonly: boolean;
|
|
11779
|
+
autofocus: boolean;
|
|
11780
|
+
step: string | number;
|
|
11781
11781
|
showButton: boolean;
|
|
11782
11782
|
buttonPlacement: "right" | "both";
|
|
11783
11783
|
updateValueOnInput: boolean;
|
|
@@ -17284,13 +17284,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
17284
17284
|
}, any>;
|
|
17285
17285
|
}>>>;
|
|
17286
17286
|
}>> & Readonly<{}>, {
|
|
17287
|
-
readonly type: DatePickerType;
|
|
17288
|
-
readonly to: string | boolean | HTMLElement;
|
|
17289
17287
|
readonly disabled: boolean | undefined;
|
|
17290
|
-
readonly
|
|
17288
|
+
readonly type: DatePickerType;
|
|
17291
17289
|
readonly bordered: boolean | undefined;
|
|
17290
|
+
readonly to: string | boolean | HTMLElement;
|
|
17292
17291
|
readonly clearable: boolean;
|
|
17293
17292
|
readonly placement: FollowerPlacement;
|
|
17293
|
+
readonly show: boolean | undefined;
|
|
17294
17294
|
readonly inputReadonly: boolean;
|
|
17295
17295
|
readonly updateValueOnClose: boolean;
|
|
17296
17296
|
readonly calendarHeaderMonthYearSeparator: string;
|
|
@@ -19865,15 +19865,15 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
19865
19865
|
}>;
|
|
19866
19866
|
}>>>;
|
|
19867
19867
|
}>> & Readonly<{}>, {
|
|
19868
|
-
to: string | boolean | HTMLElement;
|
|
19869
19868
|
disabled: boolean | undefined;
|
|
19870
|
-
show: boolean | undefined;
|
|
19871
|
-
format: string;
|
|
19872
19869
|
showIcon: boolean;
|
|
19873
19870
|
bordered: boolean | undefined;
|
|
19871
|
+
to: string | boolean | HTMLElement;
|
|
19874
19872
|
clearable: boolean;
|
|
19875
19873
|
defaultValue: number | null;
|
|
19876
19874
|
placement: PopoverPlacement;
|
|
19875
|
+
show: boolean | undefined;
|
|
19876
|
+
format: string;
|
|
19877
19877
|
inputReadonly: boolean;
|
|
19878
19878
|
use12Hours: boolean;
|
|
19879
19879
|
stateful: boolean;
|
|
@@ -20190,11 +20190,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
20190
20190
|
}, any>>>;
|
|
20191
20191
|
}>> & Readonly<{}>, {
|
|
20192
20192
|
readonly value: string | number | boolean | undefined;
|
|
20193
|
-
readonly size: "small" | "medium" | "large";
|
|
20194
20193
|
readonly disabled: boolean | undefined;
|
|
20195
|
-
readonly
|
|
20196
|
-
readonly loading: boolean;
|
|
20194
|
+
readonly size: "small" | "medium" | "large";
|
|
20197
20195
|
readonly defaultValue: string | number | boolean;
|
|
20196
|
+
readonly loading: boolean;
|
|
20197
|
+
readonly round: boolean;
|
|
20198
20198
|
readonly checkedValue: string | number | boolean;
|
|
20199
20199
|
readonly uncheckedValue: string | number | boolean;
|
|
20200
20200
|
readonly rubberBand: boolean;
|
|
@@ -22086,10 +22086,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
22086
22086
|
}, any>;
|
|
22087
22087
|
}>>>;
|
|
22088
22088
|
}>> & Readonly<{}>, {
|
|
22089
|
-
readonly to: string | boolean | HTMLElement;
|
|
22090
22089
|
readonly disabled: boolean | undefined;
|
|
22091
|
-
readonly
|
|
22090
|
+
readonly to: string | boolean | HTMLElement;
|
|
22092
22091
|
readonly placement: PopoverPlacement;
|
|
22092
|
+
readonly show: boolean | undefined;
|
|
22093
22093
|
readonly defaultShow: boolean;
|
|
22094
22094
|
readonly modes: ColorPickerMode[];
|
|
22095
22095
|
readonly showAlpha: boolean;
|
|
@@ -22118,11 +22118,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
22118
22118
|
default: boolean;
|
|
22119
22119
|
};
|
|
22120
22120
|
checkedValue: {
|
|
22121
|
-
type: (
|
|
22121
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
22122
22122
|
default: boolean;
|
|
22123
22123
|
};
|
|
22124
22124
|
uncheckedValue: {
|
|
22125
|
-
type: (
|
|
22125
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
22126
22126
|
default: boolean;
|
|
22127
22127
|
};
|
|
22128
22128
|
'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
|
|
@@ -22317,11 +22317,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
22317
22317
|
default: boolean;
|
|
22318
22318
|
};
|
|
22319
22319
|
checkedValue: {
|
|
22320
|
-
type: (
|
|
22320
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
22321
22321
|
default: boolean;
|
|
22322
22322
|
};
|
|
22323
22323
|
uncheckedValue: {
|
|
22324
|
-
type: (
|
|
22324
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
22325
22325
|
default: boolean;
|
|
22326
22326
|
};
|
|
22327
22327
|
'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
|
|
@@ -22420,10 +22420,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
22420
22420
|
}, any>>>;
|
|
22421
22421
|
}>> & Readonly<{}>, {
|
|
22422
22422
|
disabled: boolean | undefined;
|
|
22423
|
-
checked: string | number | boolean | undefined;
|
|
22424
|
-
indeterminate: boolean;
|
|
22425
22423
|
focusable: boolean;
|
|
22424
|
+
checked: string | number | boolean | undefined;
|
|
22426
22425
|
defaultChecked: string | number | boolean;
|
|
22426
|
+
indeterminate: boolean;
|
|
22427
22427
|
checkedValue: string | number | boolean;
|
|
22428
22428
|
uncheckedValue: string | number | boolean;
|
|
22429
22429
|
privateInsideTable: boolean;
|
|
@@ -24469,17 +24469,17 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
24469
24469
|
}, any>;
|
|
24470
24470
|
}>>>;
|
|
24471
24471
|
}>> & Readonly<{}>, {
|
|
24472
|
-
readonly options: CascaderOption[];
|
|
24473
|
-
readonly to: string | boolean | HTMLElement;
|
|
24474
24472
|
readonly disabled: boolean | undefined;
|
|
24475
|
-
readonly show: boolean | undefined;
|
|
24476
|
-
readonly separator: string;
|
|
24477
|
-
readonly multiple: boolean;
|
|
24478
24473
|
readonly bordered: boolean | undefined;
|
|
24474
|
+
readonly to: string | boolean | HTMLElement;
|
|
24479
24475
|
readonly clearable: boolean;
|
|
24480
24476
|
readonly defaultValue: Value | null;
|
|
24481
24477
|
readonly placement: PopoverPlacement;
|
|
24478
|
+
readonly options: CascaderOption[];
|
|
24479
|
+
readonly show: boolean | undefined;
|
|
24480
|
+
readonly separator: string;
|
|
24482
24481
|
readonly allowCheckingNotLoaded: boolean;
|
|
24482
|
+
readonly multiple: boolean;
|
|
24483
24483
|
readonly filterable: boolean;
|
|
24484
24484
|
readonly disabledField: string;
|
|
24485
24485
|
readonly expandTrigger: ExpandTrigger;
|
|
@@ -24961,21 +24961,21 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
24961
24961
|
minWidth: NumberConstructor;
|
|
24962
24962
|
maxWidth: NumberConstructor;
|
|
24963
24963
|
}>> & Readonly<{}>, {
|
|
24964
|
-
to: string | boolean | HTMLElement;
|
|
24965
24964
|
disabled: boolean;
|
|
24966
|
-
show: boolean | undefined;
|
|
24967
|
-
flip: boolean;
|
|
24968
|
-
width: number | "trigger";
|
|
24969
|
-
duration: number;
|
|
24970
24965
|
raw: boolean;
|
|
24966
|
+
to: string | boolean | HTMLElement;
|
|
24971
24967
|
placement: FollowerPlacement;
|
|
24968
|
+
width: number | "trigger";
|
|
24969
|
+
show: boolean | undefined;
|
|
24972
24970
|
showArrow: boolean;
|
|
24973
24971
|
trigger: PopoverTrigger;
|
|
24974
24972
|
arrow: boolean | undefined;
|
|
24975
24973
|
defaultShow: boolean;
|
|
24976
24974
|
delay: number;
|
|
24975
|
+
duration: number;
|
|
24977
24976
|
arrowPointToCenter: boolean;
|
|
24978
24977
|
displayDirective: "show" | "if";
|
|
24978
|
+
flip: boolean;
|
|
24979
24979
|
animated: boolean;
|
|
24980
24980
|
overlap: boolean;
|
|
24981
24981
|
keepAliveOnHover: boolean;
|
|
@@ -25839,24 +25839,24 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
25839
25839
|
readonly minWidth: NumberConstructor;
|
|
25840
25840
|
readonly maxWidth: NumberConstructor;
|
|
25841
25841
|
}>> & Readonly<{}>, {
|
|
25842
|
-
readonly options: DropdownMixedOption[];
|
|
25843
|
-
readonly size: "small" | "medium" | "large" | "huge";
|
|
25844
|
-
readonly to: string | boolean | HTMLElement;
|
|
25845
25842
|
readonly disabled: boolean;
|
|
25846
|
-
readonly
|
|
25847
|
-
readonly flip: boolean;
|
|
25848
|
-
readonly width: number | "trigger";
|
|
25849
|
-
readonly duration: number;
|
|
25843
|
+
readonly size: "small" | "medium" | "large" | "huge";
|
|
25850
25844
|
readonly raw: boolean;
|
|
25845
|
+
readonly to: string | boolean | HTMLElement;
|
|
25851
25846
|
readonly placement: PopoverPlacement;
|
|
25847
|
+
readonly options: DropdownMixedOption[];
|
|
25848
|
+
readonly width: number | "trigger";
|
|
25849
|
+
readonly show: boolean | undefined;
|
|
25852
25850
|
readonly keyboard: boolean;
|
|
25853
25851
|
readonly showArrow: boolean;
|
|
25854
25852
|
readonly trigger: PopoverTrigger;
|
|
25855
25853
|
readonly arrow: boolean | undefined;
|
|
25856
25854
|
readonly defaultShow: boolean;
|
|
25857
25855
|
readonly delay: number;
|
|
25856
|
+
readonly duration: number;
|
|
25858
25857
|
readonly arrowPointToCenter: boolean;
|
|
25859
25858
|
readonly displayDirective: "show" | "if";
|
|
25859
|
+
readonly flip: boolean;
|
|
25860
25860
|
readonly animated: boolean;
|
|
25861
25861
|
readonly overlap: boolean;
|
|
25862
25862
|
readonly keepAliveOnHover: boolean;
|