yc-pro-components 0.0.59 → 0.0.60
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/es/components/check-card/index.d.ts +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +19 -19
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +10 -10
- package/es/components/dialog-form/index.d.ts +7 -7
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/drawer-form/index.d.ts +32 -32
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +14 -14
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +14 -14
- package/es/components/form-item/index.d.ts +38 -38
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +9 -9
- package/es/components/input-tag/src/index.vue.d.ts +1 -1
- package/es/components/page/index.d.ts +112 -112
- package/es/components/page/src/index.vue.d.ts +42 -42
- package/es/components/radio/index.d.ts +23 -23
- package/es/components/radio/src/index.vue.d.ts +23 -23
- package/es/components/render/index.d.ts +6 -6
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +49 -49
- package/es/components/search/src/index.vue.d.ts +21 -21
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/header-filter-cell.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +6 -0
- package/es/components/yc-plus-page/src/index.vue.d.ts +77 -77
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +6 -1
- package/es/components/yc-plus-page/src/use-header-filter.mjs +15 -0
- package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +102 -102
- package/es/index.css +11 -11
- package/index.css +12 -12
- package/index.js +30 -4
- package/index.min.css +2 -2
- package/index.min.js +10 -10
- package/index.min.mjs +11 -11
- package/index.mjs +30 -4
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +19 -19
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +10 -10
- package/lib/components/dialog-form/index.d.ts +7 -7
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/drawer-form/index.d.ts +32 -32
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +14 -14
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +14 -14
- package/lib/components/form-item/index.d.ts +38 -38
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +9 -9
- package/lib/components/input-tag/src/index.vue.d.ts +1 -1
- package/lib/components/page/index.d.ts +112 -112
- package/lib/components/page/src/index.vue.d.ts +42 -42
- package/lib/components/radio/index.d.ts +23 -23
- package/lib/components/radio/src/index.vue.d.ts +23 -23
- package/lib/components/render/index.d.ts +6 -6
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +49 -49
- package/lib/components/search/src/index.vue.d.ts +21 -21
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/header-filter-cell.vue.js +1 -1
- package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +6 -0
- package/lib/components/yc-plus-page/src/index.vue.d.ts +77 -77
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +6 -1
- package/lib/components/yc-plus-page/src/use-header-filter.js +15 -0
- package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +102 -102
- package/lib/index.css +12 -12
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -241,12 +241,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
241
241
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
242
242
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
243
243
|
readonly label: string | ComputedRef<string>;
|
|
244
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
244
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
245
245
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
246
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
246
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
247
247
|
style?: CSSProperties | undefined;
|
|
248
248
|
class?: any;
|
|
249
|
-
} & RecordType> | ComputedRef<
|
|
249
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
250
250
|
style?: CSSProperties | undefined;
|
|
251
251
|
class?: any;
|
|
252
252
|
} & RecordType>>;
|
|
@@ -268,7 +268,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
268
268
|
};
|
|
269
269
|
rows: number;
|
|
270
270
|
autocomplete: string;
|
|
271
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
271
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
272
272
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
273
273
|
step: string | number;
|
|
274
274
|
format: string | ProgressFn | undefined;
|
|
@@ -313,12 +313,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
313
313
|
fieldInstance?: any;
|
|
314
314
|
valueIsReady?: Ref<boolean> | undefined;
|
|
315
315
|
prop: string;
|
|
316
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
316
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
317
317
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
318
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
318
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
319
319
|
style?: CSSProperties | undefined;
|
|
320
320
|
class?: any;
|
|
321
|
-
} & RecordType> | ComputedRef<
|
|
321
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
322
322
|
style?: CSSProperties | undefined;
|
|
323
323
|
class?: any;
|
|
324
324
|
} & RecordType>>;
|
|
@@ -367,9 +367,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
367
367
|
$: ComponentInternalInstance;
|
|
368
368
|
$data: {};
|
|
369
369
|
$props: Partial<{
|
|
370
|
+
size: string | number;
|
|
370
371
|
form: PlusFormProps;
|
|
371
372
|
visible: boolean;
|
|
372
|
-
size: string | number;
|
|
373
373
|
modelValue: FieldValues;
|
|
374
374
|
hasErrorTip: boolean;
|
|
375
375
|
hasFooter: boolean;
|
|
@@ -381,9 +381,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
381
381
|
class?: any;
|
|
382
382
|
} & RecordType>;
|
|
383
383
|
}> & Omit<{
|
|
384
|
+
readonly size: string | number;
|
|
384
385
|
readonly form: PlusFormProps;
|
|
385
386
|
readonly visible: boolean;
|
|
386
|
-
readonly size: string | number;
|
|
387
387
|
readonly modelValue: FieldValues;
|
|
388
388
|
readonly hasErrorTip: boolean;
|
|
389
389
|
readonly hasFooter: boolean;
|
|
@@ -401,6 +401,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
401
401
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
402
402
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
403
403
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
404
|
+
size: {
|
|
405
|
+
type: PropType<string | number>;
|
|
406
|
+
default: string;
|
|
407
|
+
};
|
|
404
408
|
form: {
|
|
405
409
|
type: PropType<PlusFormProps>;
|
|
406
410
|
default: () => {};
|
|
@@ -409,10 +413,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
409
413
|
type: PropType<boolean>;
|
|
410
414
|
default: boolean;
|
|
411
415
|
};
|
|
412
|
-
size: {
|
|
413
|
-
type: PropType<string | number>;
|
|
414
|
-
default: string;
|
|
415
|
-
};
|
|
416
416
|
modelValue: {
|
|
417
417
|
type: PropType<FieldValues>;
|
|
418
418
|
default: () => {};
|
|
@@ -451,7 +451,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
451
451
|
onCancel?: (() => any) | undefined;
|
|
452
452
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
453
453
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
454
|
-
}, "
|
|
454
|
+
}, "size" | "form" | "visible" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
|
|
455
455
|
$attrs: {
|
|
456
456
|
[x: string]: unknown;
|
|
457
457
|
};
|
|
@@ -466,6 +466,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
466
466
|
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
|
|
467
467
|
$el: any;
|
|
468
468
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
469
|
+
size: {
|
|
470
|
+
type: PropType<string | number>;
|
|
471
|
+
default: string;
|
|
472
|
+
};
|
|
469
473
|
form: {
|
|
470
474
|
type: PropType<PlusFormProps>;
|
|
471
475
|
default: () => {};
|
|
@@ -474,10 +478,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
474
478
|
type: PropType<boolean>;
|
|
475
479
|
default: boolean;
|
|
476
480
|
};
|
|
477
|
-
size: {
|
|
478
|
-
type: PropType<string | number>;
|
|
479
|
-
default: string;
|
|
480
|
-
};
|
|
481
481
|
modelValue: {
|
|
482
482
|
type: PropType<FieldValues>;
|
|
483
483
|
default: () => {};
|
|
@@ -549,10 +549,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
549
549
|
readonly modalFade: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
550
550
|
readonly resizable: boolean;
|
|
551
551
|
}> & Omit<{
|
|
552
|
+
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
552
553
|
readonly title: string;
|
|
553
554
|
readonly resizable: boolean;
|
|
554
555
|
readonly appendTo: EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
555
|
-
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
556
556
|
readonly center: boolean;
|
|
557
557
|
readonly modelValue: boolean;
|
|
558
558
|
readonly closeOnPressEscape: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -668,7 +668,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
668
668
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
669
669
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
670
670
|
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
671
|
-
}, "
|
|
671
|
+
}, "size" | "title" | "transition" | "resizable" | "appendTo" | "center" | "modelValue" | "closeOnPressEscape" | "direction" | "showClose" | "overflow" | "draggable" | "ariaLevel" | "fullscreen" | "appendToBody" | "destroyOnClose" | "closeOnClickModal" | "lockScroll" | "modal" | "modalPenetrable" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "alignCenter" | "withHeader" | "modalFade">;
|
|
672
672
|
$attrs: {
|
|
673
673
|
[x: string]: unknown;
|
|
674
674
|
};
|
|
@@ -919,9 +919,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
919
919
|
cancel: () => void;
|
|
920
920
|
confirmError: (errors: unknown) => void;
|
|
921
921
|
}, string, {
|
|
922
|
+
size: string | number;
|
|
922
923
|
form: PlusFormProps;
|
|
923
924
|
visible: boolean;
|
|
924
|
-
size: string | number;
|
|
925
925
|
modelValue: FieldValues;
|
|
926
926
|
hasErrorTip: boolean;
|
|
927
927
|
hasFooter: boolean;
|
|
@@ -953,6 +953,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
953
953
|
$nextTick: typeof nextTick;
|
|
954
954
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
955
955
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
956
|
+
size: {
|
|
957
|
+
type: PropType<string | number>;
|
|
958
|
+
default: string;
|
|
959
|
+
};
|
|
956
960
|
form: {
|
|
957
961
|
type: PropType<PlusFormProps>;
|
|
958
962
|
default: () => {};
|
|
@@ -961,10 +965,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
961
965
|
type: PropType<boolean>;
|
|
962
966
|
default: boolean;
|
|
963
967
|
};
|
|
964
|
-
size: {
|
|
965
|
-
type: PropType<string | number>;
|
|
966
|
-
default: string;
|
|
967
|
-
};
|
|
968
968
|
modelValue: {
|
|
969
969
|
type: PropType<FieldValues>;
|
|
970
970
|
default: () => {};
|
|
@@ -1036,10 +1036,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
1036
1036
|
readonly modalFade: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1037
1037
|
readonly resizable: boolean;
|
|
1038
1038
|
}> & Omit<{
|
|
1039
|
+
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1039
1040
|
readonly title: string;
|
|
1040
1041
|
readonly resizable: boolean;
|
|
1041
1042
|
readonly appendTo: EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
1042
|
-
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1043
1043
|
readonly center: boolean;
|
|
1044
1044
|
readonly modelValue: boolean;
|
|
1045
1045
|
readonly closeOnPressEscape: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1155,7 +1155,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
1155
1155
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
1156
1156
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
1157
1157
|
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
1158
|
-
}, "
|
|
1158
|
+
}, "size" | "title" | "transition" | "resizable" | "appendTo" | "center" | "modelValue" | "closeOnPressEscape" | "direction" | "showClose" | "overflow" | "draggable" | "ariaLevel" | "fullscreen" | "appendToBody" | "destroyOnClose" | "closeOnClickModal" | "lockScroll" | "modal" | "modalPenetrable" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "alignCenter" | "withHeader" | "modalFade">;
|
|
1159
1159
|
$attrs: {
|
|
1160
1160
|
[x: string]: unknown;
|
|
1161
1161
|
};
|
|
@@ -1402,12 +1402,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
1402
1402
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
1403
1403
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1404
1404
|
readonly label: string | ComputedRef<string>;
|
|
1405
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1405
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1406
1406
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1407
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1407
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1408
1408
|
style?: CSSProperties | undefined;
|
|
1409
1409
|
class?: any;
|
|
1410
|
-
} & RecordType> | ComputedRef<
|
|
1410
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1411
1411
|
style?: CSSProperties | undefined;
|
|
1412
1412
|
class?: any;
|
|
1413
1413
|
} & RecordType>>;
|
|
@@ -1429,7 +1429,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
1429
1429
|
};
|
|
1430
1430
|
rows: number;
|
|
1431
1431
|
autocomplete: string;
|
|
1432
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1432
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
1433
1433
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1434
1434
|
step: string | number;
|
|
1435
1435
|
format: string | ProgressFn | undefined;
|
|
@@ -1474,12 +1474,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
|
|
|
1474
1474
|
fieldInstance?: any;
|
|
1475
1475
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1476
1476
|
prop: string;
|
|
1477
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1477
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1478
1478
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1479
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1479
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1480
1480
|
style?: CSSProperties | undefined;
|
|
1481
1481
|
class?: any;
|
|
1482
|
-
} & RecordType> | ComputedRef<
|
|
1482
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1483
1483
|
style?: CSSProperties | undefined;
|
|
1484
1484
|
class?: any;
|
|
1485
1485
|
} & RecordType>>;
|
|
@@ -1715,12 +1715,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
1715
1715
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
1716
1716
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1717
1717
|
readonly label: string | ComputedRef<string>;
|
|
1718
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1718
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1719
1719
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1720
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1720
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1721
1721
|
style?: CSSProperties | undefined;
|
|
1722
1722
|
class?: any;
|
|
1723
|
-
} & RecordType> | ComputedRef<
|
|
1723
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1724
1724
|
style?: CSSProperties | undefined;
|
|
1725
1725
|
class?: any;
|
|
1726
1726
|
} & RecordType>>;
|
|
@@ -1742,7 +1742,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
1742
1742
|
};
|
|
1743
1743
|
rows: number;
|
|
1744
1744
|
autocomplete: string;
|
|
1745
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1745
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
1746
1746
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1747
1747
|
step: string | number;
|
|
1748
1748
|
format: string | ProgressFn | undefined;
|
|
@@ -1787,12 +1787,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
1787
1787
|
fieldInstance?: any;
|
|
1788
1788
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1789
1789
|
prop: string;
|
|
1790
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1790
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1791
1791
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1792
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1792
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1793
1793
|
style?: CSSProperties | undefined;
|
|
1794
1794
|
class?: any;
|
|
1795
|
-
} & RecordType> | ComputedRef<
|
|
1795
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1796
1796
|
style?: CSSProperties | undefined;
|
|
1797
1797
|
class?: any;
|
|
1798
1798
|
} & RecordType>>;
|
|
@@ -1841,9 +1841,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
1841
1841
|
$: ComponentInternalInstance;
|
|
1842
1842
|
$data: {};
|
|
1843
1843
|
$props: Partial<{
|
|
1844
|
+
size: string | number;
|
|
1844
1845
|
form: PlusFormProps;
|
|
1845
1846
|
visible: boolean;
|
|
1846
|
-
size: string | number;
|
|
1847
1847
|
modelValue: FieldValues;
|
|
1848
1848
|
hasErrorTip: boolean;
|
|
1849
1849
|
hasFooter: boolean;
|
|
@@ -1855,9 +1855,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
1855
1855
|
class?: any;
|
|
1856
1856
|
} & RecordType>;
|
|
1857
1857
|
}> & Omit<{
|
|
1858
|
+
readonly size: string | number;
|
|
1858
1859
|
readonly form: PlusFormProps;
|
|
1859
1860
|
readonly visible: boolean;
|
|
1860
|
-
readonly size: string | number;
|
|
1861
1861
|
readonly modelValue: FieldValues;
|
|
1862
1862
|
readonly hasErrorTip: boolean;
|
|
1863
1863
|
readonly hasFooter: boolean;
|
|
@@ -1875,6 +1875,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
1875
1875
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
1876
1876
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
1877
1877
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1878
|
+
size: {
|
|
1879
|
+
type: PropType<string | number>;
|
|
1880
|
+
default: string;
|
|
1881
|
+
};
|
|
1878
1882
|
form: {
|
|
1879
1883
|
type: PropType<PlusFormProps>;
|
|
1880
1884
|
default: () => {};
|
|
@@ -1883,10 +1887,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
1883
1887
|
type: PropType<boolean>;
|
|
1884
1888
|
default: boolean;
|
|
1885
1889
|
};
|
|
1886
|
-
size: {
|
|
1887
|
-
type: PropType<string | number>;
|
|
1888
|
-
default: string;
|
|
1889
|
-
};
|
|
1890
1890
|
modelValue: {
|
|
1891
1891
|
type: PropType<FieldValues>;
|
|
1892
1892
|
default: () => {};
|
|
@@ -1925,7 +1925,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
1925
1925
|
onCancel?: (() => any) | undefined;
|
|
1926
1926
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
1927
1927
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
1928
|
-
}, "
|
|
1928
|
+
}, "size" | "form" | "visible" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
|
|
1929
1929
|
$attrs: {
|
|
1930
1930
|
[x: string]: unknown;
|
|
1931
1931
|
};
|
|
@@ -1940,6 +1940,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
1940
1940
|
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
|
|
1941
1941
|
$el: any;
|
|
1942
1942
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1943
|
+
size: {
|
|
1944
|
+
type: PropType<string | number>;
|
|
1945
|
+
default: string;
|
|
1946
|
+
};
|
|
1943
1947
|
form: {
|
|
1944
1948
|
type: PropType<PlusFormProps>;
|
|
1945
1949
|
default: () => {};
|
|
@@ -1948,10 +1952,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
1948
1952
|
type: PropType<boolean>;
|
|
1949
1953
|
default: boolean;
|
|
1950
1954
|
};
|
|
1951
|
-
size: {
|
|
1952
|
-
type: PropType<string | number>;
|
|
1953
|
-
default: string;
|
|
1954
|
-
};
|
|
1955
1955
|
modelValue: {
|
|
1956
1956
|
type: PropType<FieldValues>;
|
|
1957
1957
|
default: () => {};
|
|
@@ -2023,10 +2023,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
2023
2023
|
readonly modalFade: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2024
2024
|
readonly resizable: boolean;
|
|
2025
2025
|
}> & Omit<{
|
|
2026
|
+
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2026
2027
|
readonly title: string;
|
|
2027
2028
|
readonly resizable: boolean;
|
|
2028
2029
|
readonly appendTo: EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
2029
|
-
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2030
2030
|
readonly center: boolean;
|
|
2031
2031
|
readonly modelValue: boolean;
|
|
2032
2032
|
readonly closeOnPressEscape: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2142,7 +2142,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
2142
2142
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
2143
2143
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
2144
2144
|
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
2145
|
-
}, "
|
|
2145
|
+
}, "size" | "title" | "transition" | "resizable" | "appendTo" | "center" | "modelValue" | "closeOnPressEscape" | "direction" | "showClose" | "overflow" | "draggable" | "ariaLevel" | "fullscreen" | "appendToBody" | "destroyOnClose" | "closeOnClickModal" | "lockScroll" | "modal" | "modalPenetrable" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "alignCenter" | "withHeader" | "modalFade">;
|
|
2146
2146
|
$attrs: {
|
|
2147
2147
|
[x: string]: unknown;
|
|
2148
2148
|
};
|
|
@@ -2393,9 +2393,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
2393
2393
|
cancel: () => void;
|
|
2394
2394
|
confirmError: (errors: unknown) => void;
|
|
2395
2395
|
}, string, {
|
|
2396
|
+
size: string | number;
|
|
2396
2397
|
form: PlusFormProps;
|
|
2397
2398
|
visible: boolean;
|
|
2398
|
-
size: string | number;
|
|
2399
2399
|
modelValue: FieldValues;
|
|
2400
2400
|
hasErrorTip: boolean;
|
|
2401
2401
|
hasFooter: boolean;
|
|
@@ -2427,6 +2427,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
2427
2427
|
$nextTick: typeof nextTick;
|
|
2428
2428
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
2429
2429
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2430
|
+
size: {
|
|
2431
|
+
type: PropType<string | number>;
|
|
2432
|
+
default: string;
|
|
2433
|
+
};
|
|
2430
2434
|
form: {
|
|
2431
2435
|
type: PropType<PlusFormProps>;
|
|
2432
2436
|
default: () => {};
|
|
@@ -2435,10 +2439,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
2435
2439
|
type: PropType<boolean>;
|
|
2436
2440
|
default: boolean;
|
|
2437
2441
|
};
|
|
2438
|
-
size: {
|
|
2439
|
-
type: PropType<string | number>;
|
|
2440
|
-
default: string;
|
|
2441
|
-
};
|
|
2442
2442
|
modelValue: {
|
|
2443
2443
|
type: PropType<FieldValues>;
|
|
2444
2444
|
default: () => {};
|
|
@@ -2510,10 +2510,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
2510
2510
|
readonly modalFade: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2511
2511
|
readonly resizable: boolean;
|
|
2512
2512
|
}> & Omit<{
|
|
2513
|
+
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2513
2514
|
readonly title: string;
|
|
2514
2515
|
readonly resizable: boolean;
|
|
2515
2516
|
readonly appendTo: EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
2516
|
-
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2517
2517
|
readonly center: boolean;
|
|
2518
2518
|
readonly modelValue: boolean;
|
|
2519
2519
|
readonly closeOnPressEscape: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2629,7 +2629,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
2629
2629
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
2630
2630
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
2631
2631
|
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
2632
|
-
}, "
|
|
2632
|
+
}, "size" | "title" | "transition" | "resizable" | "appendTo" | "center" | "modelValue" | "closeOnPressEscape" | "direction" | "showClose" | "overflow" | "draggable" | "ariaLevel" | "fullscreen" | "appendToBody" | "destroyOnClose" | "closeOnClickModal" | "lockScroll" | "modal" | "modalPenetrable" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "alignCenter" | "withHeader" | "modalFade">;
|
|
2633
2633
|
$attrs: {
|
|
2634
2634
|
[x: string]: unknown;
|
|
2635
2635
|
};
|
|
@@ -2876,12 +2876,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
2876
2876
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
2877
2877
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2878
2878
|
readonly label: string | ComputedRef<string>;
|
|
2879
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2879
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2880
2880
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2881
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2881
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2882
2882
|
style?: CSSProperties | undefined;
|
|
2883
2883
|
class?: any;
|
|
2884
|
-
} & RecordType> | ComputedRef<
|
|
2884
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2885
2885
|
style?: CSSProperties | undefined;
|
|
2886
2886
|
class?: any;
|
|
2887
2887
|
} & RecordType>>;
|
|
@@ -2903,7 +2903,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
2903
2903
|
};
|
|
2904
2904
|
rows: number;
|
|
2905
2905
|
autocomplete: string;
|
|
2906
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
2906
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
2907
2907
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2908
2908
|
step: string | number;
|
|
2909
2909
|
format: string | ProgressFn | undefined;
|
|
@@ -2948,12 +2948,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
|
|
|
2948
2948
|
fieldInstance?: any;
|
|
2949
2949
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2950
2950
|
prop: string;
|
|
2951
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2951
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2952
2952
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2953
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2953
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2954
2954
|
style?: CSSProperties | undefined;
|
|
2955
2955
|
class?: any;
|
|
2956
|
-
} & RecordType> | ComputedRef<
|
|
2956
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2957
2957
|
style?: CSSProperties | undefined;
|
|
2958
2958
|
class?: any;
|
|
2959
2959
|
} & RecordType>>;
|
|
@@ -3191,12 +3191,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3191
3191
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3192
3192
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3193
3193
|
readonly label: string | ComputedRef<string>;
|
|
3194
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3194
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3195
3195
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3196
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3196
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3197
3197
|
style?: CSSProperties | undefined;
|
|
3198
3198
|
class?: any;
|
|
3199
|
-
} & RecordType> | ComputedRef<
|
|
3199
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3200
3200
|
style?: CSSProperties | undefined;
|
|
3201
3201
|
class?: any;
|
|
3202
3202
|
} & RecordType>>;
|
|
@@ -3218,7 +3218,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3218
3218
|
};
|
|
3219
3219
|
rows: number;
|
|
3220
3220
|
autocomplete: string;
|
|
3221
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
3221
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
3222
3222
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3223
3223
|
step: string | number;
|
|
3224
3224
|
format: string | ProgressFn | undefined;
|
|
@@ -3263,12 +3263,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3263
3263
|
fieldInstance?: any;
|
|
3264
3264
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3265
3265
|
prop: string;
|
|
3266
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3266
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3267
3267
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3268
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3268
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3269
3269
|
style?: CSSProperties | undefined;
|
|
3270
3270
|
class?: any;
|
|
3271
|
-
} & RecordType> | ComputedRef<
|
|
3271
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3272
3272
|
style?: CSSProperties | undefined;
|
|
3273
3273
|
class?: any;
|
|
3274
3274
|
} & RecordType>>;
|
|
@@ -3317,9 +3317,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3317
3317
|
$: ComponentInternalInstance;
|
|
3318
3318
|
$data: {};
|
|
3319
3319
|
$props: Partial<{
|
|
3320
|
+
size: string | number;
|
|
3320
3321
|
form: PlusFormProps;
|
|
3321
3322
|
visible: boolean;
|
|
3322
|
-
size: string | number;
|
|
3323
3323
|
modelValue: FieldValues;
|
|
3324
3324
|
hasErrorTip: boolean;
|
|
3325
3325
|
hasFooter: boolean;
|
|
@@ -3331,9 +3331,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3331
3331
|
class?: any;
|
|
3332
3332
|
} & RecordType>;
|
|
3333
3333
|
}> & Omit<{
|
|
3334
|
+
readonly size: string | number;
|
|
3334
3335
|
readonly form: PlusFormProps;
|
|
3335
3336
|
readonly visible: boolean;
|
|
3336
|
-
readonly size: string | number;
|
|
3337
3337
|
readonly modelValue: FieldValues;
|
|
3338
3338
|
readonly hasErrorTip: boolean;
|
|
3339
3339
|
readonly hasFooter: boolean;
|
|
@@ -3351,6 +3351,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3351
3351
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
3352
3352
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
3353
3353
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3354
|
+
size: {
|
|
3355
|
+
type: PropType<string | number>;
|
|
3356
|
+
default: string;
|
|
3357
|
+
};
|
|
3354
3358
|
form: {
|
|
3355
3359
|
type: PropType<PlusFormProps>;
|
|
3356
3360
|
default: () => {};
|
|
@@ -3359,10 +3363,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3359
3363
|
type: PropType<boolean>;
|
|
3360
3364
|
default: boolean;
|
|
3361
3365
|
};
|
|
3362
|
-
size: {
|
|
3363
|
-
type: PropType<string | number>;
|
|
3364
|
-
default: string;
|
|
3365
|
-
};
|
|
3366
3366
|
modelValue: {
|
|
3367
3367
|
type: PropType<FieldValues>;
|
|
3368
3368
|
default: () => {};
|
|
@@ -3401,7 +3401,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3401
3401
|
onCancel?: (() => any) | undefined;
|
|
3402
3402
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
3403
3403
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
3404
|
-
}, "
|
|
3404
|
+
}, "size" | "form" | "visible" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
|
|
3405
3405
|
$attrs: {
|
|
3406
3406
|
[x: string]: unknown;
|
|
3407
3407
|
};
|
|
@@ -3416,6 +3416,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3416
3416
|
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
|
|
3417
3417
|
$el: any;
|
|
3418
3418
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3419
|
+
size: {
|
|
3420
|
+
type: PropType<string | number>;
|
|
3421
|
+
default: string;
|
|
3422
|
+
};
|
|
3419
3423
|
form: {
|
|
3420
3424
|
type: PropType<PlusFormProps>;
|
|
3421
3425
|
default: () => {};
|
|
@@ -3424,10 +3428,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3424
3428
|
type: PropType<boolean>;
|
|
3425
3429
|
default: boolean;
|
|
3426
3430
|
};
|
|
3427
|
-
size: {
|
|
3428
|
-
type: PropType<string | number>;
|
|
3429
|
-
default: string;
|
|
3430
|
-
};
|
|
3431
3431
|
modelValue: {
|
|
3432
3432
|
type: PropType<FieldValues>;
|
|
3433
3433
|
default: () => {};
|
|
@@ -3499,10 +3499,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3499
3499
|
readonly modalFade: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3500
3500
|
readonly resizable: boolean;
|
|
3501
3501
|
}> & Omit<{
|
|
3502
|
+
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3502
3503
|
readonly title: string;
|
|
3503
3504
|
readonly resizable: boolean;
|
|
3504
3505
|
readonly appendTo: EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
3505
|
-
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3506
3506
|
readonly center: boolean;
|
|
3507
3507
|
readonly modelValue: boolean;
|
|
3508
3508
|
readonly closeOnPressEscape: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3618,7 +3618,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3618
3618
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
3619
3619
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
3620
3620
|
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
3621
|
-
}, "
|
|
3621
|
+
}, "size" | "title" | "transition" | "resizable" | "appendTo" | "center" | "modelValue" | "closeOnPressEscape" | "direction" | "showClose" | "overflow" | "draggable" | "ariaLevel" | "fullscreen" | "appendToBody" | "destroyOnClose" | "closeOnClickModal" | "lockScroll" | "modal" | "modalPenetrable" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "alignCenter" | "withHeader" | "modalFade">;
|
|
3622
3622
|
$attrs: {
|
|
3623
3623
|
[x: string]: unknown;
|
|
3624
3624
|
};
|
|
@@ -3869,9 +3869,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3869
3869
|
cancel: () => void;
|
|
3870
3870
|
confirmError: (errors: unknown) => void;
|
|
3871
3871
|
}, string, {
|
|
3872
|
+
size: string | number;
|
|
3872
3873
|
form: PlusFormProps;
|
|
3873
3874
|
visible: boolean;
|
|
3874
|
-
size: string | number;
|
|
3875
3875
|
modelValue: FieldValues;
|
|
3876
3876
|
hasErrorTip: boolean;
|
|
3877
3877
|
hasFooter: boolean;
|
|
@@ -3903,6 +3903,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3903
3903
|
$nextTick: typeof nextTick;
|
|
3904
3904
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
3905
3905
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
3906
|
+
size: {
|
|
3907
|
+
type: PropType<string | number>;
|
|
3908
|
+
default: string;
|
|
3909
|
+
};
|
|
3906
3910
|
form: {
|
|
3907
3911
|
type: PropType<PlusFormProps>;
|
|
3908
3912
|
default: () => {};
|
|
@@ -3911,10 +3915,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3911
3915
|
type: PropType<boolean>;
|
|
3912
3916
|
default: boolean;
|
|
3913
3917
|
};
|
|
3914
|
-
size: {
|
|
3915
|
-
type: PropType<string | number>;
|
|
3916
|
-
default: string;
|
|
3917
|
-
};
|
|
3918
3918
|
modelValue: {
|
|
3919
3919
|
type: PropType<FieldValues>;
|
|
3920
3920
|
default: () => {};
|
|
@@ -3986,10 +3986,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
3986
3986
|
readonly modalFade: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3987
3987
|
readonly resizable: boolean;
|
|
3988
3988
|
}> & Omit<{
|
|
3989
|
+
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3989
3990
|
readonly title: string;
|
|
3990
3991
|
readonly resizable: boolean;
|
|
3991
3992
|
readonly appendTo: EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
3992
|
-
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3993
3993
|
readonly center: boolean;
|
|
3994
3994
|
readonly modelValue: boolean;
|
|
3995
3995
|
readonly closeOnPressEscape: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -4105,7 +4105,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
4105
4105
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
4106
4106
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
4107
4107
|
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
4108
|
-
}, "
|
|
4108
|
+
}, "size" | "title" | "transition" | "resizable" | "appendTo" | "center" | "modelValue" | "closeOnPressEscape" | "direction" | "showClose" | "overflow" | "draggable" | "ariaLevel" | "fullscreen" | "appendToBody" | "destroyOnClose" | "closeOnClickModal" | "lockScroll" | "modal" | "modalPenetrable" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "alignCenter" | "withHeader" | "modalFade">;
|
|
4109
4109
|
$attrs: {
|
|
4110
4110
|
[x: string]: unknown;
|
|
4111
4111
|
};
|
|
@@ -4352,12 +4352,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
4352
4352
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
4353
4353
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
4354
4354
|
readonly label: string | ComputedRef<string>;
|
|
4355
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4355
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4356
4356
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4357
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4357
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4358
4358
|
style?: CSSProperties | undefined;
|
|
4359
4359
|
class?: any;
|
|
4360
|
-
} & RecordType> | ComputedRef<
|
|
4360
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4361
4361
|
style?: CSSProperties | undefined;
|
|
4362
4362
|
class?: any;
|
|
4363
4363
|
} & RecordType>>;
|
|
@@ -4379,7 +4379,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
4379
4379
|
};
|
|
4380
4380
|
rows: number;
|
|
4381
4381
|
autocomplete: string;
|
|
4382
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
4382
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
4383
4383
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4384
4384
|
step: string | number;
|
|
4385
4385
|
format: string | ProgressFn | undefined;
|
|
@@ -4424,12 +4424,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
|
|
|
4424
4424
|
fieldInstance?: any;
|
|
4425
4425
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4426
4426
|
prop: string;
|
|
4427
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4427
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4428
4428
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4429
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4429
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4430
4430
|
style?: CSSProperties | undefined;
|
|
4431
4431
|
class?: any;
|
|
4432
|
-
} & RecordType> | ComputedRef<
|
|
4432
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4433
4433
|
style?: CSSProperties | undefined;
|
|
4434
4434
|
class?: any;
|
|
4435
4435
|
} & RecordType>>;
|