@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
|
@@ -1840,7 +1840,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1840
1840
|
} | null>;
|
|
1841
1841
|
mergedClsPrefix: Ref<string, string>;
|
|
1842
1842
|
mergedFocusable: ComputedRef<boolean>;
|
|
1843
|
-
mergedSize: ComputedRef<"
|
|
1843
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
1844
1844
|
showBorder: ComputedRef<boolean>;
|
|
1845
1845
|
enterPressed: Ref<boolean, boolean>;
|
|
1846
1846
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -2552,25 +2552,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2552
2552
|
rippleDuration: string;
|
|
2553
2553
|
}, any>>>;
|
|
2554
2554
|
}>> & Readonly<{}>, {
|
|
2555
|
+
readonly disabled: boolean;
|
|
2555
2556
|
readonly type: Type;
|
|
2556
|
-
readonly
|
|
2557
|
+
readonly bordered: boolean;
|
|
2557
2558
|
readonly block: boolean;
|
|
2558
|
-
readonly
|
|
2559
|
-
readonly
|
|
2559
|
+
readonly loading: boolean;
|
|
2560
|
+
readonly circle: boolean;
|
|
2560
2561
|
readonly round: boolean;
|
|
2561
|
-
readonly dashed: boolean;
|
|
2562
2562
|
readonly text: boolean;
|
|
2563
|
-
readonly
|
|
2564
|
-
readonly loading: boolean;
|
|
2565
|
-
readonly focusable: boolean;
|
|
2566
|
-
readonly bordered: boolean;
|
|
2563
|
+
readonly strong: boolean;
|
|
2567
2564
|
readonly tertiary: boolean;
|
|
2568
2565
|
readonly ghost: boolean;
|
|
2569
2566
|
readonly secondary: boolean;
|
|
2570
2567
|
readonly quaternary: boolean;
|
|
2568
|
+
readonly focusable: boolean;
|
|
2571
2569
|
readonly keyboard: boolean;
|
|
2570
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
2571
|
+
readonly dashed: boolean;
|
|
2572
2572
|
readonly iconPlacement: "left" | "right";
|
|
2573
|
-
readonly attrType: "
|
|
2573
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
2574
2574
|
readonly nativeFocusBehavior: boolean;
|
|
2575
2575
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2576
2576
|
NDrawer: DefineComponent<ExtractPropTypes<{
|
|
@@ -3027,13 +3027,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3027
3027
|
}, any>;
|
|
3028
3028
|
}>>>;
|
|
3029
3029
|
}>> & Readonly<{}>, {
|
|
3030
|
-
readonly show: boolean;
|
|
3031
|
-
readonly autoFocus: boolean;
|
|
3032
3030
|
readonly placement: DrawerPlacement;
|
|
3031
|
+
readonly show: boolean;
|
|
3033
3032
|
readonly displayDirective: "show" | "if";
|
|
3034
3033
|
readonly resizable: boolean;
|
|
3035
3034
|
readonly blockScroll: boolean;
|
|
3036
3035
|
readonly closeOnEsc: boolean;
|
|
3036
|
+
readonly autoFocus: boolean;
|
|
3037
3037
|
readonly maskClosable: boolean;
|
|
3038
3038
|
readonly showMask: boolean | "transparent";
|
|
3039
3039
|
readonly nativeScrollbar: boolean;
|
|
@@ -3206,7 +3206,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3206
3206
|
mergedClsPrefix: Ref<string, string>;
|
|
3207
3207
|
style: ComputedRef<CSSProperties>;
|
|
3208
3208
|
isResponsive: ComputedRef<boolean>;
|
|
3209
|
-
responsiveQuery: ComputedRef<number | ("
|
|
3209
|
+
responsiveQuery: ComputedRef<number | ("s" | "xs" | "m" | "l" | "xl" | "xxl")[] | undefined>;
|
|
3210
3210
|
responsiveCols: ComputedRef<number>;
|
|
3211
3211
|
handleResize: ComputedRef< VResizeObserverOnResize | undefined>;
|
|
3212
3212
|
overflow: Ref<boolean, boolean>;
|
|
@@ -3236,10 +3236,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3236
3236
|
readonly default: 0;
|
|
3237
3237
|
};
|
|
3238
3238
|
}>> & Readonly<{}>, {
|
|
3239
|
-
readonly
|
|
3240
|
-
readonly responsive: "screen" | "self";
|
|
3239
|
+
readonly responsive: "self" | "screen";
|
|
3241
3240
|
readonly collapsed: boolean;
|
|
3242
3241
|
readonly layoutShiftDisabled: boolean;
|
|
3242
|
+
readonly cols: string | number;
|
|
3243
3243
|
readonly itemResponsive: boolean;
|
|
3244
3244
|
readonly collapsedRows: number;
|
|
3245
3245
|
readonly xGap: string | number;
|
|
@@ -3290,8 +3290,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3290
3290
|
readonly default: true;
|
|
3291
3291
|
};
|
|
3292
3292
|
}>> & Readonly<{}>, {
|
|
3293
|
-
readonly span: string | number;
|
|
3294
3293
|
readonly offset: string | number;
|
|
3294
|
+
readonly span: string | number;
|
|
3295
3295
|
readonly suffix: boolean;
|
|
3296
3296
|
readonly privateShow: boolean;
|
|
3297
3297
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -3969,7 +3969,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3969
3969
|
pair: BooleanConstructor;
|
|
3970
3970
|
separator: StringConstructor;
|
|
3971
3971
|
readonly: {
|
|
3972
|
-
type: (
|
|
3972
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3973
3973
|
default: boolean;
|
|
3974
3974
|
};
|
|
3975
3975
|
passivelyActivated: BooleanConstructor;
|
|
@@ -4283,14 +4283,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4283
4283
|
uncontrolledValue: Ref<string | [string, string] | null, string | [string, string] | null>;
|
|
4284
4284
|
mergedValue: ComputedRef<string | [string, string] | null>;
|
|
4285
4285
|
passwordVisible: Ref<boolean, boolean>;
|
|
4286
|
-
mergedPlaceholder: ComputedRef<[string] | [string
|
|
4286
|
+
mergedPlaceholder: ComputedRef<[string, string] | [string]>;
|
|
4287
4287
|
showPlaceholder1: ComputedRef<string | false>;
|
|
4288
4288
|
showPlaceholder2: ComputedRef<boolean | "" | undefined>;
|
|
4289
4289
|
mergedFocus: ComputedRef<boolean>;
|
|
4290
4290
|
isComposing: Ref<boolean, boolean>;
|
|
4291
4291
|
activated: Ref<boolean, boolean>;
|
|
4292
4292
|
showClearButton: ComputedRef<boolean>;
|
|
4293
|
-
mergedSize: ComputedRef<"
|
|
4293
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
4294
4294
|
mergedDisabled: ComputedRef<boolean>;
|
|
4295
4295
|
textDecorationStyle: ComputedRef<string[] | {
|
|
4296
4296
|
textDecoration: string;
|
|
@@ -4512,7 +4512,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4512
4512
|
pair: BooleanConstructor;
|
|
4513
4513
|
separator: StringConstructor;
|
|
4514
4514
|
readonly: {
|
|
4515
|
-
type: (
|
|
4515
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
4516
4516
|
default: boolean;
|
|
4517
4517
|
};
|
|
4518
4518
|
passivelyActivated: BooleanConstructor;
|
|
@@ -4793,24 +4793,24 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4793
4793
|
}, any>;
|
|
4794
4794
|
}>>>;
|
|
4795
4795
|
}>> & Readonly<{}>, {
|
|
4796
|
-
type: "textarea" | "text" | "password";
|
|
4797
|
-
readonly: string | boolean;
|
|
4798
4796
|
disabled: boolean | undefined;
|
|
4799
|
-
|
|
4800
|
-
autofocus: boolean;
|
|
4801
|
-
loading: boolean;
|
|
4802
|
-
autosize: boolean | {
|
|
4803
|
-
minRows?: number;
|
|
4804
|
-
maxRows?: number;
|
|
4805
|
-
};
|
|
4797
|
+
type: "text" | "textarea" | "password";
|
|
4806
4798
|
bordered: boolean | undefined;
|
|
4807
4799
|
clearable: boolean;
|
|
4808
4800
|
defaultValue: string | [string, string] | null;
|
|
4801
|
+
loading: boolean;
|
|
4802
|
+
round: boolean;
|
|
4809
4803
|
resizable: boolean;
|
|
4810
4804
|
stateful: boolean;
|
|
4811
4805
|
pair: boolean;
|
|
4812
4806
|
rows: string | number;
|
|
4807
|
+
autosize: boolean | {
|
|
4808
|
+
minRows?: number;
|
|
4809
|
+
maxRows?: number;
|
|
4810
|
+
};
|
|
4811
|
+
readonly: string | boolean;
|
|
4813
4812
|
passivelyActivated: boolean;
|
|
4813
|
+
autofocus: boolean;
|
|
4814
4814
|
showCount: boolean;
|
|
4815
4815
|
attrSize: number;
|
|
4816
4816
|
internalDeactivateOnEnter: boolean;
|
|
@@ -5442,7 +5442,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5442
5442
|
uncontrolledShow: Ref<boolean, boolean>;
|
|
5443
5443
|
mergedShow: ComputedRef<boolean>;
|
|
5444
5444
|
adjustedTo: ComputedRef<string | HTMLElement>;
|
|
5445
|
-
uncontrolledValue: Ref<string[] | number[] | ValueAtom
|
|
5445
|
+
uncontrolledValue: Ref< ValueAtom | string[] | number[] | ValueAtom[] | null, string | number | string[] | number[] | ValueAtom[] | ValueAtom[] | null>;
|
|
5446
5446
|
mergedValue: ComputedRef<string | number | string[] | number[] | ValueAtom[] | ValueAtom[] | null>;
|
|
5447
5447
|
followerRef: Ref<{
|
|
5448
5448
|
syncPosition: () => void;
|
|
@@ -5452,7 +5452,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5452
5452
|
localizedPlaceholder: ComputedRef<string>;
|
|
5453
5453
|
selectedOption: ComputedRef< SelectOption | null>;
|
|
5454
5454
|
selectedOptions: ComputedRef< SelectOption[] | null>;
|
|
5455
|
-
mergedSize: ComputedRef<"
|
|
5455
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
5456
5456
|
mergedDisabled: ComputedRef<boolean>;
|
|
5457
5457
|
focused: Ref<boolean, boolean>;
|
|
5458
5458
|
activeWithoutMenuOpen: Ref<boolean, boolean>;
|
|
@@ -6290,20 +6290,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6290
6290
|
}>;
|
|
6291
6291
|
}>>>;
|
|
6292
6292
|
}>> & Readonly<{}>, {
|
|
6293
|
-
readonly options: SelectMixedOption[];
|
|
6294
|
-
readonly tag: boolean;
|
|
6295
|
-
readonly to: string | boolean | HTMLElement;
|
|
6296
6293
|
readonly disabled: boolean | undefined;
|
|
6297
|
-
readonly show: boolean | undefined;
|
|
6298
|
-
readonly multiple: boolean;
|
|
6299
|
-
readonly loading: boolean;
|
|
6300
6294
|
readonly bordered: boolean | undefined;
|
|
6295
|
+
readonly to: string | boolean | HTMLElement;
|
|
6301
6296
|
readonly clearable: boolean;
|
|
6302
6297
|
readonly defaultValue: Value | null;
|
|
6298
|
+
readonly loading: boolean;
|
|
6303
6299
|
readonly placement: PopoverPlacement;
|
|
6300
|
+
readonly options: SelectMixedOption[];
|
|
6301
|
+
readonly show: boolean | undefined;
|
|
6304
6302
|
readonly keyboard: boolean;
|
|
6303
|
+
readonly tag: boolean;
|
|
6305
6304
|
readonly showArrow: boolean;
|
|
6306
6305
|
readonly displayDirective: "show" | "if";
|
|
6306
|
+
readonly multiple: boolean;
|
|
6307
6307
|
readonly filterable: boolean;
|
|
6308
6308
|
readonly clearFilterAfterSelect: boolean;
|
|
6309
6309
|
readonly remote: boolean;
|
|
@@ -7291,7 +7291,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7291
7291
|
mergedValue: ComputedRef<number | null>;
|
|
7292
7292
|
mergedPlaceholder: ComputedRef<string>;
|
|
7293
7293
|
displayedValueInvalid: ComputedRef<boolean>;
|
|
7294
|
-
mergedSize: ComputedRef<"
|
|
7294
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
7295
7295
|
mergedDisabled: ComputedRef<boolean>;
|
|
7296
7296
|
displayedValue: Ref<string, string>;
|
|
7297
7297
|
addable: ComputedRef<boolean>;
|
|
@@ -8543,19 +8543,19 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8543
8543
|
}>;
|
|
8544
8544
|
}>>>;
|
|
8545
8545
|
}>> & Readonly<{}>, {
|
|
8546
|
-
readonly: boolean;
|
|
8547
8546
|
disabled: boolean | undefined;
|
|
8548
|
-
round: boolean | undefined;
|
|
8549
|
-
step: string | number;
|
|
8550
|
-
autofocus: boolean;
|
|
8551
|
-
loading: boolean;
|
|
8552
8547
|
bordered: boolean | undefined;
|
|
8553
8548
|
clearable: boolean;
|
|
8554
8549
|
defaultValue: number | null;
|
|
8550
|
+
loading: boolean;
|
|
8551
|
+
round: boolean | undefined;
|
|
8555
8552
|
keyboard: {
|
|
8556
8553
|
ArrowUp?: boolean;
|
|
8557
8554
|
ArrowDown?: boolean;
|
|
8558
8555
|
};
|
|
8556
|
+
readonly: boolean;
|
|
8557
|
+
autofocus: boolean;
|
|
8558
|
+
step: string | number;
|
|
8559
8559
|
showButton: boolean;
|
|
8560
8560
|
buttonPlacement: "right" | "both";
|
|
8561
8561
|
updateValueOnInput: boolean;
|
|
@@ -14062,13 +14062,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
14062
14062
|
}, any>;
|
|
14063
14063
|
}>>>;
|
|
14064
14064
|
}>> & Readonly<{}>, {
|
|
14065
|
-
readonly type: DatePickerType;
|
|
14066
|
-
readonly to: string | boolean | HTMLElement;
|
|
14067
14065
|
readonly disabled: boolean | undefined;
|
|
14068
|
-
readonly
|
|
14066
|
+
readonly type: DatePickerType;
|
|
14069
14067
|
readonly bordered: boolean | undefined;
|
|
14068
|
+
readonly to: string | boolean | HTMLElement;
|
|
14070
14069
|
readonly clearable: boolean;
|
|
14071
14070
|
readonly placement: FollowerPlacement;
|
|
14071
|
+
readonly show: boolean | undefined;
|
|
14072
14072
|
readonly inputReadonly: boolean;
|
|
14073
14073
|
readonly updateValueOnClose: boolean;
|
|
14074
14074
|
readonly calendarHeaderMonthYearSeparator: string;
|
|
@@ -16643,15 +16643,15 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
16643
16643
|
}>;
|
|
16644
16644
|
}>>>;
|
|
16645
16645
|
}>> & Readonly<{}>, {
|
|
16646
|
-
to: string | boolean | HTMLElement;
|
|
16647
16646
|
disabled: boolean | undefined;
|
|
16648
|
-
show: boolean | undefined;
|
|
16649
|
-
format: string;
|
|
16650
16647
|
showIcon: boolean;
|
|
16651
16648
|
bordered: boolean | undefined;
|
|
16649
|
+
to: string | boolean | HTMLElement;
|
|
16652
16650
|
clearable: boolean;
|
|
16653
16651
|
defaultValue: number | null;
|
|
16654
16652
|
placement: PopoverPlacement;
|
|
16653
|
+
show: boolean | undefined;
|
|
16654
|
+
format: string;
|
|
16655
16655
|
inputReadonly: boolean;
|
|
16656
16656
|
use12Hours: boolean;
|
|
16657
16657
|
stateful: boolean;
|
|
@@ -16968,11 +16968,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
16968
16968
|
}, any>>>;
|
|
16969
16969
|
}>> & Readonly<{}>, {
|
|
16970
16970
|
readonly value: string | number | boolean | undefined;
|
|
16971
|
-
readonly size: "small" | "medium" | "large";
|
|
16972
16971
|
readonly disabled: boolean | undefined;
|
|
16973
|
-
readonly
|
|
16974
|
-
readonly loading: boolean;
|
|
16972
|
+
readonly size: "small" | "medium" | "large";
|
|
16975
16973
|
readonly defaultValue: string | number | boolean;
|
|
16974
|
+
readonly loading: boolean;
|
|
16975
|
+
readonly round: boolean;
|
|
16976
16976
|
readonly checkedValue: string | number | boolean;
|
|
16977
16977
|
readonly uncheckedValue: string | number | boolean;
|
|
16978
16978
|
readonly rubberBand: boolean;
|
|
@@ -18864,10 +18864,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
18864
18864
|
}, any>;
|
|
18865
18865
|
}>>>;
|
|
18866
18866
|
}>> & Readonly<{}>, {
|
|
18867
|
-
readonly to: string | boolean | HTMLElement;
|
|
18868
18867
|
readonly disabled: boolean | undefined;
|
|
18869
|
-
readonly
|
|
18868
|
+
readonly to: string | boolean | HTMLElement;
|
|
18870
18869
|
readonly placement: PopoverPlacement;
|
|
18870
|
+
readonly show: boolean | undefined;
|
|
18871
18871
|
readonly defaultShow: boolean;
|
|
18872
18872
|
readonly modes: ColorPickerMode[];
|
|
18873
18873
|
readonly showAlpha: boolean;
|
|
@@ -18896,11 +18896,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
18896
18896
|
default: boolean;
|
|
18897
18897
|
};
|
|
18898
18898
|
checkedValue: {
|
|
18899
|
-
type: (
|
|
18899
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
18900
18900
|
default: boolean;
|
|
18901
18901
|
};
|
|
18902
18902
|
uncheckedValue: {
|
|
18903
|
-
type: (
|
|
18903
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
18904
18904
|
default: boolean;
|
|
18905
18905
|
};
|
|
18906
18906
|
'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
|
|
@@ -19095,11 +19095,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
19095
19095
|
default: boolean;
|
|
19096
19096
|
};
|
|
19097
19097
|
checkedValue: {
|
|
19098
|
-
type: (
|
|
19098
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
19099
19099
|
default: boolean;
|
|
19100
19100
|
};
|
|
19101
19101
|
uncheckedValue: {
|
|
19102
|
-
type: (
|
|
19102
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
19103
19103
|
default: boolean;
|
|
19104
19104
|
};
|
|
19105
19105
|
'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
|
|
@@ -19198,10 +19198,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
19198
19198
|
}, any>>>;
|
|
19199
19199
|
}>> & Readonly<{}>, {
|
|
19200
19200
|
disabled: boolean | undefined;
|
|
19201
|
-
checked: string | number | boolean | undefined;
|
|
19202
|
-
indeterminate: boolean;
|
|
19203
19201
|
focusable: boolean;
|
|
19202
|
+
checked: string | number | boolean | undefined;
|
|
19204
19203
|
defaultChecked: string | number | boolean;
|
|
19204
|
+
indeterminate: boolean;
|
|
19205
19205
|
checkedValue: string | number | boolean;
|
|
19206
19206
|
uncheckedValue: string | number | boolean;
|
|
19207
19207
|
privateInsideTable: boolean;
|
|
@@ -21247,17 +21247,17 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
21247
21247
|
}, any>;
|
|
21248
21248
|
}>>>;
|
|
21249
21249
|
}>> & Readonly<{}>, {
|
|
21250
|
-
readonly options: CascaderOption[];
|
|
21251
|
-
readonly to: string | boolean | HTMLElement;
|
|
21252
21250
|
readonly disabled: boolean | undefined;
|
|
21253
|
-
readonly show: boolean | undefined;
|
|
21254
|
-
readonly separator: string;
|
|
21255
|
-
readonly multiple: boolean;
|
|
21256
21251
|
readonly bordered: boolean | undefined;
|
|
21252
|
+
readonly to: string | boolean | HTMLElement;
|
|
21257
21253
|
readonly clearable: boolean;
|
|
21258
21254
|
readonly defaultValue: Value | null;
|
|
21259
21255
|
readonly placement: PopoverPlacement;
|
|
21256
|
+
readonly options: CascaderOption[];
|
|
21257
|
+
readonly show: boolean | undefined;
|
|
21258
|
+
readonly separator: string;
|
|
21260
21259
|
readonly allowCheckingNotLoaded: boolean;
|
|
21260
|
+
readonly multiple: boolean;
|
|
21261
21261
|
readonly filterable: boolean;
|
|
21262
21262
|
readonly disabledField: string;
|
|
21263
21263
|
readonly expandTrigger: ExpandTrigger;
|
|
@@ -21739,21 +21739,21 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
21739
21739
|
minWidth: NumberConstructor;
|
|
21740
21740
|
maxWidth: NumberConstructor;
|
|
21741
21741
|
}>> & Readonly<{}>, {
|
|
21742
|
-
to: string | boolean | HTMLElement;
|
|
21743
21742
|
disabled: boolean;
|
|
21744
|
-
show: boolean | undefined;
|
|
21745
|
-
flip: boolean;
|
|
21746
|
-
width: number | "trigger";
|
|
21747
|
-
duration: number;
|
|
21748
21743
|
raw: boolean;
|
|
21744
|
+
to: string | boolean | HTMLElement;
|
|
21749
21745
|
placement: FollowerPlacement;
|
|
21746
|
+
width: number | "trigger";
|
|
21747
|
+
show: boolean | undefined;
|
|
21750
21748
|
showArrow: boolean;
|
|
21751
21749
|
trigger: PopoverTrigger;
|
|
21752
21750
|
arrow: boolean | undefined;
|
|
21753
21751
|
defaultShow: boolean;
|
|
21754
21752
|
delay: number;
|
|
21753
|
+
duration: number;
|
|
21755
21754
|
arrowPointToCenter: boolean;
|
|
21756
21755
|
displayDirective: "show" | "if";
|
|
21756
|
+
flip: boolean;
|
|
21757
21757
|
animated: boolean;
|
|
21758
21758
|
overlap: boolean;
|
|
21759
21759
|
keepAliveOnHover: boolean;
|
|
@@ -22617,24 +22617,24 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
22617
22617
|
readonly minWidth: NumberConstructor;
|
|
22618
22618
|
readonly maxWidth: NumberConstructor;
|
|
22619
22619
|
}>> & Readonly<{}>, {
|
|
22620
|
-
readonly options: DropdownMixedOption[];
|
|
22621
|
-
readonly size: "small" | "medium" | "large" | "huge";
|
|
22622
|
-
readonly to: string | boolean | HTMLElement;
|
|
22623
22620
|
readonly disabled: boolean;
|
|
22624
|
-
readonly
|
|
22625
|
-
readonly flip: boolean;
|
|
22626
|
-
readonly width: number | "trigger";
|
|
22627
|
-
readonly duration: number;
|
|
22621
|
+
readonly size: "small" | "medium" | "large" | "huge";
|
|
22628
22622
|
readonly raw: boolean;
|
|
22623
|
+
readonly to: string | boolean | HTMLElement;
|
|
22629
22624
|
readonly placement: PopoverPlacement;
|
|
22625
|
+
readonly options: DropdownMixedOption[];
|
|
22626
|
+
readonly width: number | "trigger";
|
|
22627
|
+
readonly show: boolean | undefined;
|
|
22630
22628
|
readonly keyboard: boolean;
|
|
22631
22629
|
readonly showArrow: boolean;
|
|
22632
22630
|
readonly trigger: PopoverTrigger;
|
|
22633
22631
|
readonly arrow: boolean | undefined;
|
|
22634
22632
|
readonly defaultShow: boolean;
|
|
22635
22633
|
readonly delay: number;
|
|
22634
|
+
readonly duration: number;
|
|
22636
22635
|
readonly arrowPointToCenter: boolean;
|
|
22637
22636
|
readonly displayDirective: "show" | "if";
|
|
22637
|
+
readonly flip: boolean;
|
|
22638
22638
|
readonly animated: boolean;
|
|
22639
22639
|
readonly overlap: boolean;
|
|
22640
22640
|
readonly keepAliveOnHover: boolean;
|
|
@@ -714,7 +714,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
714
714
|
} | null>;
|
|
715
715
|
mergedClsPrefix: Ref<string, string>;
|
|
716
716
|
mergedFocusable: ComputedRef<boolean>;
|
|
717
|
-
mergedSize: ComputedRef<"
|
|
717
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
718
718
|
showBorder: ComputedRef<boolean>;
|
|
719
719
|
enterPressed: Ref<boolean, boolean>;
|
|
720
720
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -1426,25 +1426,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1426
1426
|
rippleDuration: string;
|
|
1427
1427
|
}, any>>>;
|
|
1428
1428
|
}>> & Readonly<{}>, {
|
|
1429
|
+
readonly disabled: boolean;
|
|
1429
1430
|
readonly type: Type;
|
|
1430
|
-
readonly
|
|
1431
|
+
readonly bordered: boolean;
|
|
1431
1432
|
readonly block: boolean;
|
|
1432
|
-
readonly
|
|
1433
|
-
readonly
|
|
1433
|
+
readonly loading: boolean;
|
|
1434
|
+
readonly circle: boolean;
|
|
1434
1435
|
readonly round: boolean;
|
|
1435
|
-
readonly dashed: boolean;
|
|
1436
1436
|
readonly text: boolean;
|
|
1437
|
-
readonly
|
|
1438
|
-
readonly loading: boolean;
|
|
1439
|
-
readonly focusable: boolean;
|
|
1440
|
-
readonly bordered: boolean;
|
|
1437
|
+
readonly strong: boolean;
|
|
1441
1438
|
readonly tertiary: boolean;
|
|
1442
1439
|
readonly ghost: boolean;
|
|
1443
1440
|
readonly secondary: boolean;
|
|
1444
1441
|
readonly quaternary: boolean;
|
|
1442
|
+
readonly focusable: boolean;
|
|
1445
1443
|
readonly keyboard: boolean;
|
|
1444
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1445
|
+
readonly dashed: boolean;
|
|
1446
1446
|
readonly iconPlacement: "left" | "right";
|
|
1447
|
-
readonly attrType: "
|
|
1447
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
1448
1448
|
readonly nativeFocusBehavior: boolean;
|
|
1449
1449
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1450
1450
|
NSpin: DefineComponent<ExtractPropTypes<{
|
|
@@ -731,7 +731,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
731
731
|
} | null>;
|
|
732
732
|
mergedClsPrefix: Ref<string, string>;
|
|
733
733
|
mergedFocusable: ComputedRef<boolean>;
|
|
734
|
-
mergedSize: ComputedRef<"
|
|
734
|
+
mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
735
735
|
showBorder: ComputedRef<boolean>;
|
|
736
736
|
enterPressed: Ref<boolean, boolean>;
|
|
737
737
|
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
@@ -1443,25 +1443,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1443
1443
|
rippleDuration: string;
|
|
1444
1444
|
}, any>>>;
|
|
1445
1445
|
}>> & Readonly<{}>, {
|
|
1446
|
+
readonly disabled: boolean;
|
|
1446
1447
|
readonly type: Type;
|
|
1447
|
-
readonly
|
|
1448
|
+
readonly bordered: boolean;
|
|
1448
1449
|
readonly block: boolean;
|
|
1449
|
-
readonly
|
|
1450
|
-
readonly
|
|
1450
|
+
readonly loading: boolean;
|
|
1451
|
+
readonly circle: boolean;
|
|
1451
1452
|
readonly round: boolean;
|
|
1452
|
-
readonly dashed: boolean;
|
|
1453
1453
|
readonly text: boolean;
|
|
1454
|
-
readonly
|
|
1455
|
-
readonly loading: boolean;
|
|
1456
|
-
readonly focusable: boolean;
|
|
1457
|
-
readonly bordered: boolean;
|
|
1454
|
+
readonly strong: boolean;
|
|
1458
1455
|
readonly tertiary: boolean;
|
|
1459
1456
|
readonly ghost: boolean;
|
|
1460
1457
|
readonly secondary: boolean;
|
|
1461
1458
|
readonly quaternary: boolean;
|
|
1459
|
+
readonly focusable: boolean;
|
|
1462
1460
|
readonly keyboard: boolean;
|
|
1461
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1462
|
+
readonly dashed: boolean;
|
|
1463
1463
|
readonly iconPlacement: "left" | "right";
|
|
1464
|
-
readonly attrType: "
|
|
1464
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
1465
1465
|
readonly nativeFocusBehavior: boolean;
|
|
1466
1466
|
}, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1467
1467
|
NIcon: DefineComponent<ExtractPropTypes<{
|
|
@@ -8645,19 +8645,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8645
8645
|
}>;
|
|
8646
8646
|
}>>>;
|
|
8647
8647
|
}>> & Readonly<{}>, {
|
|
8648
|
-
readonly data: RowData[];
|
|
8649
8648
|
readonly size: "small" | "medium" | "large";
|
|
8650
|
-
readonly
|
|
8651
|
-
readonly columns: TableColumns<any>;
|
|
8652
|
-
readonly loading: boolean;
|
|
8649
|
+
readonly data: RowData[];
|
|
8653
8650
|
readonly spinProps: BaseLoadingExposedProps;
|
|
8654
8651
|
readonly bordered: boolean | undefined;
|
|
8652
|
+
readonly loading: boolean;
|
|
8655
8653
|
readonly allowCheckingNotLoaded: boolean;
|
|
8656
8654
|
readonly remote: boolean;
|
|
8657
8655
|
readonly cascade: boolean;
|
|
8658
8656
|
readonly virtualScroll: boolean;
|
|
8659
8657
|
readonly pagination: false | PaginationProps;
|
|
8660
8658
|
readonly paginateSinglePage: boolean;
|
|
8659
|
+
readonly columns: TableColumns<any>;
|
|
8661
8660
|
readonly bottomBordered: boolean | undefined;
|
|
8662
8661
|
readonly striped: boolean;
|
|
8663
8662
|
readonly defaultCheckedRowKeys: DataTableRowKey[];
|
|
@@ -8670,11 +8669,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8670
8669
|
readonly virtualScrollHeader: boolean;
|
|
8671
8670
|
readonly headerHeight: number;
|
|
8672
8671
|
readonly minRowHeight: number;
|
|
8672
|
+
readonly tableLayout: "fixed" | "auto";
|
|
8673
8673
|
readonly childrenKey: string;
|
|
8674
8674
|
readonly indent: number;
|
|
8675
8675
|
readonly flexHeight: boolean;
|
|
8676
8676
|
readonly summaryPlacement: "top" | "bottom";
|
|
8677
|
-
readonly paginationBehaviorOnFilter: "
|
|
8677
|
+
readonly paginationBehaviorOnFilter: "current" | "first";
|
|
8678
8678
|
}, SlotsType<DataTableSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8679
8679
|
NForm: DefineComponent<ExtractPropTypes<{
|
|
8680
8680
|
readonly inline: BooleanConstructor;
|
|
@@ -8937,9 +8937,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8937
8937
|
labelFontWeight: string;
|
|
8938
8938
|
}, any>>>;
|
|
8939
8939
|
}>> & Readonly<{}>, {
|
|
8940
|
-
readonly inline: boolean;
|
|
8941
8940
|
readonly disabled: boolean;
|
|
8942
8941
|
readonly onSubmit: (e: Event) => void;
|
|
8942
|
+
readonly inline: boolean;
|
|
8943
8943
|
readonly labelPlacement: LabelPlacement;
|
|
8944
8944
|
readonly model: Record<string, any>;
|
|
8945
8945
|
readonly showRequireMark: boolean | undefined;
|
|
@@ -9001,8 +9001,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
9001
9001
|
fontWeight: string;
|
|
9002
9002
|
}, any>>>;
|
|
9003
9003
|
}>> & Readonly<{}>, {
|
|
9004
|
-
readonly dashed: boolean;
|
|
9005
9004
|
readonly vertical: boolean;
|
|
9005
|
+
readonly dashed: boolean;
|
|
9006
9006
|
readonly titlePlacement: "left" | "right" | "center";
|
|
9007
9007
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
9008
9008
|
Plus: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
@@ -7153,19 +7153,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7153
7153
|
}>;
|
|
7154
7154
|
}>>>;
|
|
7155
7155
|
}>> & Readonly<{}>, {
|
|
7156
|
-
readonly data: RowData[];
|
|
7157
7156
|
readonly size: "small" | "medium" | "large";
|
|
7158
|
-
readonly
|
|
7159
|
-
readonly columns: TableColumns<any>;
|
|
7160
|
-
readonly loading: boolean;
|
|
7157
|
+
readonly data: RowData[];
|
|
7161
7158
|
readonly spinProps: BaseLoadingExposedProps;
|
|
7162
7159
|
readonly bordered: boolean | undefined;
|
|
7160
|
+
readonly loading: boolean;
|
|
7163
7161
|
readonly allowCheckingNotLoaded: boolean;
|
|
7164
7162
|
readonly remote: boolean;
|
|
7165
7163
|
readonly cascade: boolean;
|
|
7166
7164
|
readonly virtualScroll: boolean;
|
|
7167
7165
|
readonly pagination: false | PaginationProps;
|
|
7168
7166
|
readonly paginateSinglePage: boolean;
|
|
7167
|
+
readonly columns: TableColumns<any>;
|
|
7169
7168
|
readonly bottomBordered: boolean | undefined;
|
|
7170
7169
|
readonly striped: boolean;
|
|
7171
7170
|
readonly defaultCheckedRowKeys: DataTableRowKey[];
|
|
@@ -7178,11 +7177,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7178
7177
|
readonly virtualScrollHeader: boolean;
|
|
7179
7178
|
readonly headerHeight: number;
|
|
7180
7179
|
readonly minRowHeight: number;
|
|
7180
|
+
readonly tableLayout: "fixed" | "auto";
|
|
7181
7181
|
readonly childrenKey: string;
|
|
7182
7182
|
readonly indent: number;
|
|
7183
7183
|
readonly flexHeight: boolean;
|
|
7184
7184
|
readonly summaryPlacement: "top" | "bottom";
|
|
7185
|
-
readonly paginationBehaviorOnFilter: "
|
|
7185
|
+
readonly paginationBehaviorOnFilter: "current" | "first";
|
|
7186
7186
|
}, SlotsType<DataTableSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7187
7187
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7188
7188
|
export default _default;
|