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
|
@@ -8,6 +8,10 @@ export type { PlusDrawerFormProps } from './src/index.vue';
|
|
|
8
8
|
export type PlusDrawerFormInstance = InstanceType<typeof PlusDrawerForm>;
|
|
9
9
|
export declare const PlusDrawerForm: {
|
|
10
10
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
11
|
+
size: {
|
|
12
|
+
type: PropType<string | number>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
11
15
|
form: {
|
|
12
16
|
type: PropType<PlusFormProps>;
|
|
13
17
|
default: () => {};
|
|
@@ -16,10 +20,6 @@ export declare const PlusDrawerForm: {
|
|
|
16
20
|
type: PropType<boolean>;
|
|
17
21
|
default: boolean;
|
|
18
22
|
};
|
|
19
|
-
size: {
|
|
20
|
-
type: PropType<string | number>;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
23
|
modelValue: {
|
|
24
24
|
type: PropType<FieldValues>;
|
|
25
25
|
default: () => {};
|
|
@@ -91,10 +91,10 @@ export declare const PlusDrawerForm: {
|
|
|
91
91
|
readonly modalFade: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
92
|
readonly resizable: boolean;
|
|
93
93
|
}> & Omit<{
|
|
94
|
+
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
94
95
|
readonly title: string;
|
|
95
96
|
readonly resizable: boolean;
|
|
96
97
|
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>;
|
|
97
|
-
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
98
98
|
readonly center: boolean;
|
|
99
99
|
readonly modelValue: boolean;
|
|
100
100
|
readonly closeOnPressEscape: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -210,7 +210,7 @@ export declare const PlusDrawerForm: {
|
|
|
210
210
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
211
211
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
212
212
|
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
213
|
-
}, "
|
|
213
|
+
}, "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">;
|
|
214
214
|
$attrs: {
|
|
215
215
|
[x: string]: unknown;
|
|
216
216
|
};
|
|
@@ -461,6 +461,10 @@ export declare const PlusDrawerForm: {
|
|
|
461
461
|
cancel: () => void;
|
|
462
462
|
confirmError: (errors: unknown) => void;
|
|
463
463
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
464
|
+
size: {
|
|
465
|
+
type: PropType<string | number>;
|
|
466
|
+
default: string;
|
|
467
|
+
};
|
|
464
468
|
form: {
|
|
465
469
|
type: PropType<PlusFormProps>;
|
|
466
470
|
default: () => {};
|
|
@@ -469,10 +473,6 @@ export declare const PlusDrawerForm: {
|
|
|
469
473
|
type: PropType<boolean>;
|
|
470
474
|
default: boolean;
|
|
471
475
|
};
|
|
472
|
-
size: {
|
|
473
|
-
type: PropType<string | number>;
|
|
474
|
-
default: string;
|
|
475
|
-
};
|
|
476
476
|
modelValue: {
|
|
477
477
|
type: PropType<FieldValues>;
|
|
478
478
|
default: () => {};
|
|
@@ -512,9 +512,9 @@ export declare const PlusDrawerForm: {
|
|
|
512
512
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
513
513
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
514
514
|
}, {
|
|
515
|
+
size: string | number;
|
|
515
516
|
form: PlusFormProps;
|
|
516
517
|
visible: boolean;
|
|
517
|
-
size: string | number;
|
|
518
518
|
modelValue: FieldValues;
|
|
519
519
|
hasErrorTip: boolean;
|
|
520
520
|
hasFooter: boolean;
|
|
@@ -533,6 +533,10 @@ export declare const PlusDrawerForm: {
|
|
|
533
533
|
M: {};
|
|
534
534
|
Defaults: {};
|
|
535
535
|
}, Readonly< ExtractPropTypes<{
|
|
536
|
+
size: {
|
|
537
|
+
type: PropType<string | number>;
|
|
538
|
+
default: string;
|
|
539
|
+
};
|
|
536
540
|
form: {
|
|
537
541
|
type: PropType<PlusFormProps>;
|
|
538
542
|
default: () => {};
|
|
@@ -541,10 +545,6 @@ export declare const PlusDrawerForm: {
|
|
|
541
545
|
type: PropType<boolean>;
|
|
542
546
|
default: boolean;
|
|
543
547
|
};
|
|
544
|
-
size: {
|
|
545
|
-
type: PropType<string | number>;
|
|
546
|
-
default: string;
|
|
547
|
-
};
|
|
548
548
|
modelValue: {
|
|
549
549
|
type: PropType<FieldValues>;
|
|
550
550
|
default: () => {};
|
|
@@ -616,10 +616,10 @@ export declare const PlusDrawerForm: {
|
|
|
616
616
|
readonly modalFade: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
617
617
|
readonly resizable: boolean;
|
|
618
618
|
}> & Omit<{
|
|
619
|
+
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
619
620
|
readonly title: string;
|
|
620
621
|
readonly resizable: boolean;
|
|
621
622
|
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>;
|
|
622
|
-
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
623
623
|
readonly center: boolean;
|
|
624
624
|
readonly modelValue: boolean;
|
|
625
625
|
readonly closeOnPressEscape: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -735,7 +735,7 @@ export declare const PlusDrawerForm: {
|
|
|
735
735
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
736
736
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
737
737
|
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
738
|
-
}, "
|
|
738
|
+
}, "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">;
|
|
739
739
|
$attrs: {
|
|
740
740
|
[x: string]: unknown;
|
|
741
741
|
};
|
|
@@ -979,9 +979,9 @@ export declare const PlusDrawerForm: {
|
|
|
979
979
|
}) | undefined>;
|
|
980
980
|
formInstance: ComputedRef<FormInstance>;
|
|
981
981
|
}, {}, {}, {}, {
|
|
982
|
+
size: string | number;
|
|
982
983
|
form: PlusFormProps;
|
|
983
984
|
visible: boolean;
|
|
984
|
-
size: string | number;
|
|
985
985
|
modelValue: FieldValues;
|
|
986
986
|
hasErrorTip: boolean;
|
|
987
987
|
hasFooter: boolean;
|
|
@@ -997,6 +997,10 @@ export declare const PlusDrawerForm: {
|
|
|
997
997
|
__isTeleport?: undefined;
|
|
998
998
|
__isSuspense?: undefined;
|
|
999
999
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1000
|
+
size: {
|
|
1001
|
+
type: PropType<string | number>;
|
|
1002
|
+
default: string;
|
|
1003
|
+
};
|
|
1000
1004
|
form: {
|
|
1001
1005
|
type: PropType<PlusFormProps>;
|
|
1002
1006
|
default: () => {};
|
|
@@ -1005,10 +1009,6 @@ export declare const PlusDrawerForm: {
|
|
|
1005
1009
|
type: PropType<boolean>;
|
|
1006
1010
|
default: boolean;
|
|
1007
1011
|
};
|
|
1008
|
-
size: {
|
|
1009
|
-
type: PropType<string | number>;
|
|
1010
|
-
default: string;
|
|
1011
|
-
};
|
|
1012
1012
|
modelValue: {
|
|
1013
1013
|
type: PropType<FieldValues>;
|
|
1014
1014
|
default: () => {};
|
|
@@ -1080,10 +1080,10 @@ export declare const PlusDrawerForm: {
|
|
|
1080
1080
|
readonly modalFade: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1081
1081
|
readonly resizable: boolean;
|
|
1082
1082
|
}> & Omit<{
|
|
1083
|
+
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1083
1084
|
readonly title: string;
|
|
1084
1085
|
readonly resizable: boolean;
|
|
1085
1086
|
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>;
|
|
1086
|
-
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1087
1087
|
readonly center: boolean;
|
|
1088
1088
|
readonly modelValue: boolean;
|
|
1089
1089
|
readonly closeOnPressEscape: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1199,7 +1199,7 @@ export declare const PlusDrawerForm: {
|
|
|
1199
1199
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
1200
1200
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
1201
1201
|
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
1202
|
-
}, "
|
|
1202
|
+
}, "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">;
|
|
1203
1203
|
$attrs: {
|
|
1204
1204
|
[x: string]: unknown;
|
|
1205
1205
|
};
|
|
@@ -1450,9 +1450,9 @@ export declare const PlusDrawerForm: {
|
|
|
1450
1450
|
cancel: () => void;
|
|
1451
1451
|
confirmError: (errors: unknown) => void;
|
|
1452
1452
|
}, string, {
|
|
1453
|
+
size: string | number;
|
|
1453
1454
|
form: PlusFormProps;
|
|
1454
1455
|
visible: boolean;
|
|
1455
|
-
size: string | number;
|
|
1456
1456
|
modelValue: FieldValues;
|
|
1457
1457
|
hasErrorTip: boolean;
|
|
1458
1458
|
hasFooter: boolean;
|
|
@@ -1467,12 +1467,12 @@ export declare const PlusDrawerForm: {
|
|
|
1467
1467
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
1468
1468
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1469
1469
|
readonly label: string | ComputedRef<string>;
|
|
1470
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1470
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1471
1471
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1472
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1472
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1473
1473
|
style?: CSSProperties | undefined;
|
|
1474
1474
|
class?: any;
|
|
1475
|
-
} & RecordType> | ComputedRef<
|
|
1475
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1476
1476
|
style?: CSSProperties | undefined;
|
|
1477
1477
|
class?: any;
|
|
1478
1478
|
} & RecordType>>;
|
|
@@ -1494,7 +1494,7 @@ export declare const PlusDrawerForm: {
|
|
|
1494
1494
|
};
|
|
1495
1495
|
rows: number;
|
|
1496
1496
|
autocomplete: string;
|
|
1497
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1497
|
+
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;
|
|
1498
1498
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1499
1499
|
step: string | number;
|
|
1500
1500
|
format: string | ProgressFn | undefined;
|
|
@@ -1539,12 +1539,12 @@ export declare const PlusDrawerForm: {
|
|
|
1539
1539
|
fieldInstance?: any;
|
|
1540
1540
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1541
1541
|
prop: string;
|
|
1542
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1542
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1543
1543
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1544
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1544
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1545
1545
|
style?: CSSProperties | undefined;
|
|
1546
1546
|
class?: any;
|
|
1547
|
-
} & RecordType> | ComputedRef<
|
|
1547
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1548
1548
|
style?: CSSProperties | undefined;
|
|
1549
1549
|
class?: any;
|
|
1550
1550
|
} & RecordType>>;
|
|
@@ -76,10 +76,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
76
76
|
readonly modalFade: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
77
77
|
readonly resizable: boolean;
|
|
78
78
|
}> & Omit<{
|
|
79
|
+
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
79
80
|
readonly title: string;
|
|
80
81
|
readonly resizable: boolean;
|
|
81
82
|
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>;
|
|
82
|
-
readonly size: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
83
83
|
readonly center: boolean;
|
|
84
84
|
readonly modelValue: boolean;
|
|
85
85
|
readonly closeOnPressEscape: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -195,7 +195,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
195
195
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
196
196
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
197
197
|
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
198
|
-
}, "
|
|
198
|
+
}, "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">;
|
|
199
199
|
$attrs: {
|
|
200
200
|
[x: string]: unknown;
|
|
201
201
|
};
|
|
@@ -467,9 +467,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
467
467
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
468
468
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
469
469
|
}, {
|
|
470
|
+
size: string | number;
|
|
470
471
|
form: PlusFormProps;
|
|
471
472
|
visible: boolean;
|
|
472
|
-
size: string | number;
|
|
473
473
|
modelValue: FieldValues;
|
|
474
474
|
hasErrorTip: boolean;
|
|
475
475
|
hasFooter: boolean;
|
|
@@ -483,12 +483,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
483
483
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
484
484
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
485
485
|
readonly label: string | ComputedRef<string>;
|
|
486
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
486
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
487
487
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
488
|
-
readonly tooltip: string | Partial<Mutable< ElTooltipProps> & {
|
|
488
|
+
readonly tooltip: string | ComputedRef<string> | Partial<Mutable< ElTooltipProps> & {
|
|
489
489
|
style?: CSSProperties | undefined;
|
|
490
490
|
class?: any;
|
|
491
|
-
} & RecordType> | ComputedRef<
|
|
491
|
+
} & RecordType> | ComputedRef<Partial<Mutable< ElTooltipProps> & {
|
|
492
492
|
style?: CSSProperties | undefined;
|
|
493
493
|
class?: any;
|
|
494
494
|
} & RecordType>>;
|
|
@@ -510,7 +510,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
510
510
|
};
|
|
511
511
|
rows: number;
|
|
512
512
|
autocomplete: string;
|
|
513
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
513
|
+
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;
|
|
514
514
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
515
515
|
step: string | number;
|
|
516
516
|
format: string | ProgressFn | undefined;
|
|
@@ -555,12 +555,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
555
555
|
fieldInstance?: any;
|
|
556
556
|
valueIsReady?: Ref<boolean> | undefined;
|
|
557
557
|
prop: string;
|
|
558
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
558
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
559
559
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
560
|
-
tooltip: string | Partial<Mutable< ElTooltipProps> & {
|
|
560
|
+
tooltip: string | ComputedRef<string> | Partial<Mutable< ElTooltipProps> & {
|
|
561
561
|
style?: CSSProperties | undefined;
|
|
562
562
|
class?: any;
|
|
563
|
-
} & RecordType> | ComputedRef<
|
|
563
|
+
} & RecordType> | ComputedRef<Partial<Mutable< ElTooltipProps> & {
|
|
564
564
|
style?: CSSProperties | undefined;
|
|
565
565
|
class?: any;
|
|
566
566
|
} & RecordType>>;
|
|
@@ -616,12 +616,12 @@ export declare const PlusForm: {
|
|
|
616
616
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
617
617
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
618
618
|
readonly label: string | ComputedRef<string>;
|
|
619
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
619
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
620
620
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
621
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
621
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
622
622
|
style?: CSSProperties | undefined;
|
|
623
623
|
class?: any;
|
|
624
|
-
} & RecordType> | ComputedRef<
|
|
624
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
625
625
|
style?: CSSProperties | undefined;
|
|
626
626
|
class?: any;
|
|
627
627
|
} & RecordType>>;
|
|
@@ -643,7 +643,7 @@ export declare const PlusForm: {
|
|
|
643
643
|
};
|
|
644
644
|
rows: number;
|
|
645
645
|
autocomplete: string;
|
|
646
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
646
|
+
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;
|
|
647
647
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
648
648
|
step: string | number;
|
|
649
649
|
format: string | ProgressFn | undefined;
|
|
@@ -688,12 +688,12 @@ export declare const PlusForm: {
|
|
|
688
688
|
fieldInstance?: any;
|
|
689
689
|
valueIsReady?: Ref<boolean> | undefined;
|
|
690
690
|
prop: string;
|
|
691
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
691
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
692
692
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
693
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
693
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
694
694
|
style?: CSSProperties | undefined;
|
|
695
695
|
class?: any;
|
|
696
|
-
} & RecordType> | ComputedRef<
|
|
696
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
697
697
|
style?: CSSProperties | undefined;
|
|
698
698
|
class?: any;
|
|
699
699
|
} & RecordType>>;
|
|
@@ -724,12 +724,12 @@ export declare const PlusForm: {
|
|
|
724
724
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
725
725
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
726
726
|
readonly label: string | ComputedRef<string>;
|
|
727
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
727
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
728
728
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
729
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
729
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
730
730
|
style?: CSSProperties | undefined;
|
|
731
731
|
class?: any;
|
|
732
|
-
} & RecordType> | ComputedRef<
|
|
732
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
733
733
|
style?: CSSProperties | undefined;
|
|
734
734
|
class?: any;
|
|
735
735
|
} & RecordType>>;
|
|
@@ -751,7 +751,7 @@ export declare const PlusForm: {
|
|
|
751
751
|
};
|
|
752
752
|
rows: number;
|
|
753
753
|
autocomplete: string;
|
|
754
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
754
|
+
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;
|
|
755
755
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
756
756
|
step: string | number;
|
|
757
757
|
format: string | ProgressFn | undefined;
|
|
@@ -796,12 +796,12 @@ export declare const PlusForm: {
|
|
|
796
796
|
fieldInstance?: any;
|
|
797
797
|
valueIsReady?: Ref<boolean> | undefined;
|
|
798
798
|
prop: string;
|
|
799
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
799
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
800
800
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
801
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
801
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
802
802
|
style?: CSSProperties | undefined;
|
|
803
803
|
class?: any;
|
|
804
|
-
} & RecordType> | ComputedRef<
|
|
804
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
805
805
|
style?: CSSProperties | undefined;
|
|
806
806
|
class?: any;
|
|
807
807
|
} & RecordType>>;
|
|
@@ -103,10 +103,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
103
103
|
value: string | number;
|
|
104
104
|
row: RecordType;
|
|
105
105
|
}) => OptionsRow<undefined>) | undefined;
|
|
106
|
-
tooltip?: string | Partial< Mutable<ElTooltipProps> & {
|
|
106
|
+
tooltip?: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
107
107
|
style?: CSSProperties | undefined;
|
|
108
108
|
class?: any;
|
|
109
|
-
} & RecordType> | ComputedRef<
|
|
109
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
110
110
|
style?: CSSProperties | undefined;
|
|
111
111
|
class?: any;
|
|
112
112
|
} & RecordType>> | undefined;
|
|
@@ -178,7 +178,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
178
178
|
};
|
|
179
179
|
rows: number;
|
|
180
180
|
autocomplete: string;
|
|
181
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
181
|
+
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;
|
|
182
182
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
183
183
|
step: string | number;
|
|
184
184
|
format: string | ProgressFn | undefined;
|
|
@@ -212,12 +212,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
212
212
|
}) => any>> & Partial<Record<string, (_: {
|
|
213
213
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
214
214
|
readonly label: string | ComputedRef<string>;
|
|
215
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
215
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
216
216
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
217
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
217
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
218
218
|
style?: CSSProperties | undefined;
|
|
219
219
|
class?: any;
|
|
220
|
-
} & RecordType> | ComputedRef<
|
|
220
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
221
221
|
style?: CSSProperties | undefined;
|
|
222
222
|
class?: any;
|
|
223
223
|
} & RecordType>>;
|
|
@@ -239,7 +239,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
239
239
|
};
|
|
240
240
|
rows: number;
|
|
241
241
|
autocomplete: string;
|
|
242
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
242
|
+
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;
|
|
243
243
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
244
244
|
step: string | number;
|
|
245
245
|
format: string | ProgressFn | undefined;
|
|
@@ -284,12 +284,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
284
284
|
fieldInstance?: any;
|
|
285
285
|
valueIsReady?: Ref<boolean> | undefined;
|
|
286
286
|
prop: string;
|
|
287
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
287
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
288
288
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
289
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
289
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
290
290
|
style?: CSSProperties | undefined;
|
|
291
291
|
class?: any;
|
|
292
|
-
} & RecordType> | ComputedRef<
|
|
292
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
293
293
|
style?: CSSProperties | undefined;
|
|
294
294
|
class?: any;
|
|
295
295
|
} & RecordType>>;
|
|
@@ -320,12 +320,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
320
320
|
}) => any>> & Partial<Record<string, (_: {
|
|
321
321
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
322
322
|
readonly label: string | ComputedRef<string>;
|
|
323
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
323
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
324
324
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
325
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
325
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
326
326
|
style?: CSSProperties | undefined;
|
|
327
327
|
class?: any;
|
|
328
|
-
} & RecordType> | ComputedRef<
|
|
328
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
329
329
|
style?: CSSProperties | undefined;
|
|
330
330
|
class?: any;
|
|
331
331
|
} & RecordType>>;
|
|
@@ -347,7 +347,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
347
347
|
};
|
|
348
348
|
rows: number;
|
|
349
349
|
autocomplete: string;
|
|
350
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
350
|
+
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;
|
|
351
351
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
352
352
|
step: string | number;
|
|
353
353
|
format: string | ProgressFn | undefined;
|
|
@@ -392,12 +392,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
392
392
|
fieldInstance?: any;
|
|
393
393
|
valueIsReady?: Ref<boolean> | undefined;
|
|
394
394
|
prop: string;
|
|
395
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
395
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
396
396
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
397
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
397
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
398
398
|
style?: CSSProperties | undefined;
|
|
399
399
|
class?: any;
|
|
400
|
-
} & RecordType> | ComputedRef<
|
|
400
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
401
401
|
style?: CSSProperties | undefined;
|
|
402
402
|
class?: any;
|
|
403
403
|
} & RecordType>>;
|
|
@@ -448,10 +448,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
448
448
|
value: string | number;
|
|
449
449
|
row: RecordType;
|
|
450
450
|
}) => OptionsRow<undefined>) | undefined;
|
|
451
|
-
tooltip?: string | Partial< Mutable<ElTooltipProps> & {
|
|
451
|
+
tooltip?: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
452
452
|
style?: CSSProperties | undefined;
|
|
453
453
|
class?: any;
|
|
454
|
-
} & RecordType> | ComputedRef<
|
|
454
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
455
455
|
style?: CSSProperties | undefined;
|
|
456
456
|
class?: any;
|
|
457
457
|
} & RecordType>> | undefined;
|
|
@@ -523,7 +523,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
523
523
|
};
|
|
524
524
|
rows: number;
|
|
525
525
|
autocomplete: string;
|
|
526
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
526
|
+
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;
|
|
527
527
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
528
528
|
step: string | number;
|
|
529
529
|
format: string | ProgressFn | undefined;
|