yc-pro-components 0.0.7 → 0.0.9
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 +76 -76
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +57 -57
- package/es/components/check-card-group/src/index.vue.d.ts +20 -20
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +39 -39
- package/es/components/descriptions/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +45 -45
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +11 -11
- package/es/components/display-item/index.d.ts +24 -24
- package/es/components/display-item/src/index.vue.d.ts +24 -24
- package/es/components/drawer-form/index.d.ts +31 -31
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +138 -138
- package/es/components/form/src/form-content.vue.d.ts +29 -29
- package/es/components/form/src/index.vue.d.ts +25 -25
- package/es/components/form-item/index.d.ts +128 -128
- package/es/components/form-item/src/index.vue.d.ts +19 -19
- 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 +16 -16
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +1035 -1035
- package/es/components/page/src/index.vue.d.ts +337 -337
- package/es/components/pagination/index.d.ts +38 -38
- package/es/components/pagination/src/index.vue.d.ts +2 -2
- package/es/components/radio/index.d.ts +34 -34
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +426 -426
- package/es/components/search/src/index.vue.d.ts +125 -125
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +19 -19
- package/es/components/steps-form/src/index.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +38 -38
- package/es/components/table/src/index.vue.d.ts +7 -7
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/utils/index.d.ts +15 -15
- 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-drawer/store.d.ts +6 -6
- package/es/components/yc-more-actions/index.d.ts +6 -6
- package/es/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/es/components/yc-plus-page/src/index.vue.d.ts +735 -735
- package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.css +1 -1
- package/index.css +8 -7
- package/index.js +2 -2
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +2 -2
- package/lib/components/check-card/index.d.ts +76 -76
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +57 -57
- package/lib/components/check-card-group/src/index.vue.d.ts +20 -20
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +39 -39
- package/lib/components/descriptions/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +45 -45
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +11 -11
- package/lib/components/display-item/index.d.ts +24 -24
- package/lib/components/display-item/src/index.vue.d.ts +24 -24
- package/lib/components/drawer-form/index.d.ts +31 -31
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +138 -138
- package/lib/components/form/src/form-content.vue.d.ts +29 -29
- package/lib/components/form/src/index.vue.d.ts +25 -25
- package/lib/components/form-item/index.d.ts +128 -128
- package/lib/components/form-item/src/index.vue.d.ts +19 -19
- 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 +16 -16
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +1035 -1035
- package/lib/components/page/src/index.vue.d.ts +337 -337
- package/lib/components/pagination/index.d.ts +38 -38
- package/lib/components/pagination/src/index.vue.d.ts +2 -2
- package/lib/components/radio/index.d.ts +34 -34
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +426 -426
- package/lib/components/search/src/index.vue.d.ts +125 -125
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +19 -19
- package/lib/components/steps-form/src/index.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +38 -38
- package/lib/components/table/src/index.vue.d.ts +7 -7
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/utils/index.d.ts +15 -15
- 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-drawer/store.d.ts +6 -6
- package/lib/components/yc-more-actions/index.d.ts +6 -6
- package/lib/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/lib/components/yc-plus-page/src/index.vue.d.ts +735 -735
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/lib/index.css +1 -1
- 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
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/yc-status-dialog.scss +1 -0
|
@@ -2,7 +2,7 @@ import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time
|
|
|
2
2
|
import { LooseRequired } from '@vue/shared';
|
|
3
3
|
import { FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
4
4
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
5
|
-
import {
|
|
5
|
+
import { FieldValues, PlusDialogProps, PlusFormProps, PlusColumn, PlusFormItemProps, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
|
|
6
6
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Ref, CSSProperties, Component } from 'vue';
|
|
7
7
|
import { default as DialogForm } from './src/index.vue';
|
|
8
8
|
|
|
@@ -10,30 +10,30 @@ export type { PlusDialogFormProps } from './src/index.vue';
|
|
|
10
10
|
export type PlusDialogFormInstance = InstanceType<typeof DialogForm>;
|
|
11
11
|
export declare const PlusDialogForm: {
|
|
12
12
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
13
|
-
|
|
14
|
-
type: PropType<
|
|
15
|
-
default:
|
|
13
|
+
modelValue: {
|
|
14
|
+
type: PropType<FieldValues>;
|
|
15
|
+
default: () => {};
|
|
16
16
|
};
|
|
17
17
|
dialog: {
|
|
18
18
|
type: PropType<PlusDialogProps>;
|
|
19
19
|
default: () => {};
|
|
20
20
|
};
|
|
21
|
-
modelValue: {
|
|
22
|
-
type: PropType<FieldValues>;
|
|
23
|
-
default: () => {};
|
|
24
|
-
};
|
|
25
21
|
form: {
|
|
26
22
|
type: PropType<PlusFormProps>;
|
|
27
23
|
default: () => {};
|
|
28
24
|
};
|
|
25
|
+
visible: {
|
|
26
|
+
type: PropType<boolean>;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
29
|
hasErrorTip: {
|
|
30
30
|
type: PropType<boolean>;
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
}>> & {
|
|
34
|
-
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
35
34
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
36
35
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
36
|
+
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
37
37
|
onClose?: (() => any) | undefined;
|
|
38
38
|
onCancel?: (() => any) | undefined;
|
|
39
39
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
@@ -332,39 +332,39 @@ export declare const PlusDialogForm: {
|
|
|
332
332
|
close: () => void;
|
|
333
333
|
confirmError: (errors: unknown) => void;
|
|
334
334
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
335
|
-
|
|
336
|
-
type: PropType<
|
|
337
|
-
default:
|
|
335
|
+
modelValue: {
|
|
336
|
+
type: PropType<FieldValues>;
|
|
337
|
+
default: () => {};
|
|
338
338
|
};
|
|
339
339
|
dialog: {
|
|
340
340
|
type: PropType<PlusDialogProps>;
|
|
341
341
|
default: () => {};
|
|
342
342
|
};
|
|
343
|
-
modelValue: {
|
|
344
|
-
type: PropType<FieldValues>;
|
|
345
|
-
default: () => {};
|
|
346
|
-
};
|
|
347
343
|
form: {
|
|
348
344
|
type: PropType<PlusFormProps>;
|
|
349
345
|
default: () => {};
|
|
350
346
|
};
|
|
347
|
+
visible: {
|
|
348
|
+
type: PropType<boolean>;
|
|
349
|
+
default: boolean;
|
|
350
|
+
};
|
|
351
351
|
hasErrorTip: {
|
|
352
352
|
type: PropType<boolean>;
|
|
353
353
|
default: boolean;
|
|
354
354
|
};
|
|
355
355
|
}>> & {
|
|
356
|
-
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
357
356
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
358
357
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
358
|
+
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
359
359
|
onClose?: (() => any) | undefined;
|
|
360
360
|
onCancel?: (() => any) | undefined;
|
|
361
361
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
362
362
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
363
363
|
}, {
|
|
364
|
-
visible: boolean;
|
|
365
|
-
dialog: PlusDialogProps;
|
|
366
364
|
modelValue: FieldValues;
|
|
365
|
+
dialog: PlusDialogProps;
|
|
367
366
|
form: PlusFormProps;
|
|
367
|
+
visible: boolean;
|
|
368
368
|
hasErrorTip: boolean;
|
|
369
369
|
}, true, {}, {}, {
|
|
370
370
|
P: {};
|
|
@@ -374,30 +374,30 @@ export declare const PlusDialogForm: {
|
|
|
374
374
|
M: {};
|
|
375
375
|
Defaults: {};
|
|
376
376
|
}, Readonly< ExtractPropTypes<{
|
|
377
|
-
|
|
378
|
-
type: PropType<
|
|
379
|
-
default:
|
|
377
|
+
modelValue: {
|
|
378
|
+
type: PropType<FieldValues>;
|
|
379
|
+
default: () => {};
|
|
380
380
|
};
|
|
381
381
|
dialog: {
|
|
382
382
|
type: PropType<PlusDialogProps>;
|
|
383
383
|
default: () => {};
|
|
384
384
|
};
|
|
385
|
-
modelValue: {
|
|
386
|
-
type: PropType<FieldValues>;
|
|
387
|
-
default: () => {};
|
|
388
|
-
};
|
|
389
385
|
form: {
|
|
390
386
|
type: PropType<PlusFormProps>;
|
|
391
387
|
default: () => {};
|
|
392
388
|
};
|
|
389
|
+
visible: {
|
|
390
|
+
type: PropType<boolean>;
|
|
391
|
+
default: boolean;
|
|
392
|
+
};
|
|
393
393
|
hasErrorTip: {
|
|
394
394
|
type: PropType<boolean>;
|
|
395
395
|
default: boolean;
|
|
396
396
|
};
|
|
397
397
|
}>> & {
|
|
398
|
-
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
399
398
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
400
399
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
400
|
+
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
401
401
|
onClose?: (() => any) | undefined;
|
|
402
402
|
onCancel?: (() => any) | undefined;
|
|
403
403
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
@@ -688,40 +688,40 @@ export declare const PlusDialogForm: {
|
|
|
688
688
|
readonly scrollToError: boolean;
|
|
689
689
|
}>>;
|
|
690
690
|
}, {}, {}, {}, {
|
|
691
|
-
visible: boolean;
|
|
692
|
-
dialog: PlusDialogProps;
|
|
693
691
|
modelValue: FieldValues;
|
|
692
|
+
dialog: PlusDialogProps;
|
|
694
693
|
form: PlusFormProps;
|
|
694
|
+
visible: boolean;
|
|
695
695
|
hasErrorTip: boolean;
|
|
696
696
|
}>;
|
|
697
697
|
__isFragment?: undefined;
|
|
698
698
|
__isTeleport?: undefined;
|
|
699
699
|
__isSuspense?: undefined;
|
|
700
700
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
701
|
-
|
|
702
|
-
type: PropType<
|
|
703
|
-
default:
|
|
701
|
+
modelValue: {
|
|
702
|
+
type: PropType<FieldValues>;
|
|
703
|
+
default: () => {};
|
|
704
704
|
};
|
|
705
705
|
dialog: {
|
|
706
706
|
type: PropType<PlusDialogProps>;
|
|
707
707
|
default: () => {};
|
|
708
708
|
};
|
|
709
|
-
modelValue: {
|
|
710
|
-
type: PropType<FieldValues>;
|
|
711
|
-
default: () => {};
|
|
712
|
-
};
|
|
713
709
|
form: {
|
|
714
710
|
type: PropType<PlusFormProps>;
|
|
715
711
|
default: () => {};
|
|
716
712
|
};
|
|
713
|
+
visible: {
|
|
714
|
+
type: PropType<boolean>;
|
|
715
|
+
default: boolean;
|
|
716
|
+
};
|
|
717
717
|
hasErrorTip: {
|
|
718
718
|
type: PropType<boolean>;
|
|
719
719
|
default: boolean;
|
|
720
720
|
};
|
|
721
721
|
}>> & {
|
|
722
|
-
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
723
722
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
724
723
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
724
|
+
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
725
725
|
onClose?: (() => any) | undefined;
|
|
726
726
|
onCancel?: (() => any) | undefined;
|
|
727
727
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
@@ -1020,21 +1020,21 @@ export declare const PlusDialogForm: {
|
|
|
1020
1020
|
close: () => void;
|
|
1021
1021
|
confirmError: (errors: unknown) => void;
|
|
1022
1022
|
}, string, {
|
|
1023
|
-
visible: boolean;
|
|
1024
|
-
dialog: PlusDialogProps;
|
|
1025
1023
|
modelValue: FieldValues;
|
|
1024
|
+
dialog: PlusDialogProps;
|
|
1026
1025
|
form: PlusFormProps;
|
|
1026
|
+
visible: boolean;
|
|
1027
1027
|
hasErrorTip: boolean;
|
|
1028
1028
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
1029
1029
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
1030
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1030
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1031
1031
|
readonly label: string | ComputedRef<string>;
|
|
1032
|
-
readonly modelValue: string | number | boolean |
|
|
1032
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1033
1033
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1034
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1034
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1035
1035
|
style?: CSSProperties | undefined;
|
|
1036
1036
|
class?: any;
|
|
1037
|
-
} & RecordType> | ComputedRef<
|
|
1037
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1038
1038
|
style?: CSSProperties | undefined;
|
|
1039
1039
|
class?: any;
|
|
1040
1040
|
} & RecordType>>;
|
|
@@ -1056,7 +1056,7 @@ export declare const PlusDialogForm: {
|
|
|
1056
1056
|
};
|
|
1057
1057
|
rows: number;
|
|
1058
1058
|
autocomplete: string;
|
|
1059
|
-
type: "" | "number" | "default" | "
|
|
1059
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1060
1060
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1061
1061
|
step: string | number;
|
|
1062
1062
|
format: string | ProgressFn | undefined;
|
|
@@ -1095,12 +1095,12 @@ export declare const PlusDialogForm: {
|
|
|
1095
1095
|
fieldInstance?: any;
|
|
1096
1096
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1097
1097
|
prop: string;
|
|
1098
|
-
modelValue: string | number | boolean |
|
|
1098
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1099
1099
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1100
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1100
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1101
1101
|
style?: CSSProperties | undefined;
|
|
1102
1102
|
class?: any;
|
|
1103
|
-
} & RecordType> | ComputedRef<
|
|
1103
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1104
1104
|
style?: CSSProperties | undefined;
|
|
1105
1105
|
class?: any;
|
|
1106
1106
|
} & RecordType>>;
|
|
@@ -330,28 +330,28 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
330
330
|
dialog: () => {};
|
|
331
331
|
form: () => {};
|
|
332
332
|
}>>> & {
|
|
333
|
-
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
334
333
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
335
334
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
335
|
+
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
336
336
|
onClose?: (() => any) | undefined;
|
|
337
337
|
onCancel?: (() => any) | undefined;
|
|
338
338
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
339
339
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
340
340
|
}, {
|
|
341
|
-
visible: boolean;
|
|
342
|
-
dialog: PlusDialogProps;
|
|
343
341
|
modelValue: FieldValues;
|
|
342
|
+
dialog: PlusDialogProps;
|
|
344
343
|
form: PlusFormProps;
|
|
344
|
+
visible: boolean;
|
|
345
345
|
hasErrorTip: boolean;
|
|
346
346
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
347
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
347
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
348
348
|
readonly label: string | ComputedRef<string>;
|
|
349
|
-
readonly modelValue: string | number | boolean |
|
|
349
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
350
350
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
351
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
351
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
352
352
|
style?: CSSProperties | undefined;
|
|
353
353
|
class?: any;
|
|
354
|
-
} & RecordType> | ComputedRef<
|
|
354
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
355
355
|
style?: CSSProperties | undefined;
|
|
356
356
|
class?: any;
|
|
357
357
|
} & RecordType>>;
|
|
@@ -373,7 +373,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
373
373
|
};
|
|
374
374
|
rows: number;
|
|
375
375
|
autocomplete: string;
|
|
376
|
-
type: "" | "number" | "default" | "
|
|
376
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
377
377
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
378
378
|
step: string | number;
|
|
379
379
|
format: string | ProgressFn | undefined;
|
|
@@ -412,12 +412,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
412
412
|
fieldInstance?: any;
|
|
413
413
|
valueIsReady?: Ref<boolean> | undefined;
|
|
414
414
|
prop: string;
|
|
415
|
-
modelValue: string | number | boolean |
|
|
415
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
416
416
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
417
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
417
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
418
418
|
style?: CSSProperties | undefined;
|
|
419
419
|
class?: any;
|
|
420
|
-
} & RecordType> | ComputedRef<
|
|
420
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
421
421
|
style?: CSSProperties | undefined;
|
|
422
422
|
class?: any;
|
|
423
423
|
} & RecordType>>;
|
|
@@ -232,14 +232,14 @@ export declare const PlusDisplayItem: {
|
|
|
232
232
|
editable: boolean | "click" | "dblclick";
|
|
233
233
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
234
234
|
$slots: Partial<Record<string, (_: {
|
|
235
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
235
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
236
236
|
readonly label: string | ComputedRef<string>;
|
|
237
|
-
readonly modelValue: string | number | boolean |
|
|
237
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
238
238
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
239
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
239
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
240
240
|
style?: CSSProperties | undefined;
|
|
241
241
|
class?: any;
|
|
242
|
-
} & RecordType> | ComputedRef<
|
|
242
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
243
243
|
style?: CSSProperties | undefined;
|
|
244
244
|
class?: any;
|
|
245
245
|
} & RecordType>>;
|
|
@@ -261,7 +261,7 @@ export declare const PlusDisplayItem: {
|
|
|
261
261
|
};
|
|
262
262
|
rows: number;
|
|
263
263
|
autocomplete: string;
|
|
264
|
-
type: "" | "number" | "default" | "
|
|
264
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
265
265
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
266
266
|
step: string | number;
|
|
267
267
|
format: string | ProgressFn | undefined;
|
|
@@ -300,12 +300,12 @@ export declare const PlusDisplayItem: {
|
|
|
300
300
|
fieldInstance?: any;
|
|
301
301
|
valueIsReady?: Ref<boolean> | undefined;
|
|
302
302
|
prop: string;
|
|
303
|
-
modelValue: string | number | boolean |
|
|
303
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
304
304
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
305
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
305
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
306
306
|
style?: CSSProperties | undefined;
|
|
307
307
|
class?: any;
|
|
308
|
-
} & RecordType> | ComputedRef<
|
|
308
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
309
309
|
style?: CSSProperties | undefined;
|
|
310
310
|
class?: any;
|
|
311
311
|
} & RecordType>>;
|
|
@@ -328,14 +328,14 @@ export declare const PlusDisplayItem: {
|
|
|
328
328
|
clearable: boolean;
|
|
329
329
|
index: number;
|
|
330
330
|
}) => any>> & Partial<Record<string, (_: {
|
|
331
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
331
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
332
332
|
readonly label: string | ComputedRef<string>;
|
|
333
|
-
readonly modelValue: string | number | boolean |
|
|
333
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
334
334
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
335
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
335
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
336
336
|
style?: CSSProperties | undefined;
|
|
337
337
|
class?: any;
|
|
338
|
-
} & RecordType> | ComputedRef<
|
|
338
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
339
339
|
style?: CSSProperties | undefined;
|
|
340
340
|
class?: any;
|
|
341
341
|
} & RecordType>>;
|
|
@@ -357,7 +357,7 @@ export declare const PlusDisplayItem: {
|
|
|
357
357
|
};
|
|
358
358
|
rows: number;
|
|
359
359
|
autocomplete: string;
|
|
360
|
-
type: "" | "number" | "default" | "
|
|
360
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
361
361
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
362
362
|
step: string | number;
|
|
363
363
|
format: string | ProgressFn | undefined;
|
|
@@ -396,12 +396,12 @@ export declare const PlusDisplayItem: {
|
|
|
396
396
|
fieldInstance?: any;
|
|
397
397
|
valueIsReady?: Ref<boolean> | undefined;
|
|
398
398
|
prop: string;
|
|
399
|
-
modelValue: string | number | boolean |
|
|
399
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
400
400
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
401
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
401
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
402
402
|
style?: CSSProperties | undefined;
|
|
403
403
|
class?: any;
|
|
404
|
-
} & RecordType> | ComputedRef<
|
|
404
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
405
405
|
style?: CSSProperties | undefined;
|
|
406
406
|
class?: any;
|
|
407
407
|
} & RecordType>>;
|
|
@@ -424,14 +424,14 @@ export declare const PlusDisplayItem: {
|
|
|
424
424
|
clearable: boolean;
|
|
425
425
|
index: number;
|
|
426
426
|
}) => any>> & Partial<Record<string, (_: {
|
|
427
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
427
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
428
428
|
readonly label: string | ComputedRef<string>;
|
|
429
|
-
readonly modelValue: string | number | boolean |
|
|
429
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
430
430
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
431
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
431
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
432
432
|
style?: CSSProperties | undefined;
|
|
433
433
|
class?: any;
|
|
434
|
-
} & RecordType> | ComputedRef<
|
|
434
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
435
435
|
style?: CSSProperties | undefined;
|
|
436
436
|
class?: any;
|
|
437
437
|
} & RecordType>>;
|
|
@@ -453,7 +453,7 @@ export declare const PlusDisplayItem: {
|
|
|
453
453
|
};
|
|
454
454
|
rows: number;
|
|
455
455
|
autocomplete: string;
|
|
456
|
-
type: "" | "number" | "default" | "
|
|
456
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
457
457
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
458
458
|
step: string | number;
|
|
459
459
|
format: string | ProgressFn | undefined;
|
|
@@ -492,12 +492,12 @@ export declare const PlusDisplayItem: {
|
|
|
492
492
|
fieldInstance?: any;
|
|
493
493
|
valueIsReady?: Ref<boolean> | undefined;
|
|
494
494
|
prop: string;
|
|
495
|
-
modelValue: string | number | boolean |
|
|
495
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
496
496
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
497
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
497
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
498
498
|
style?: CSSProperties | undefined;
|
|
499
499
|
class?: any;
|
|
500
|
-
} & RecordType> | ComputedRef<
|
|
500
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
501
501
|
style?: CSSProperties | undefined;
|
|
502
502
|
class?: any;
|
|
503
503
|
} & RecordType>>;
|
|
@@ -77,14 +77,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
77
77
|
row: RecordType;
|
|
78
78
|
editable: boolean | "click" | "dblclick";
|
|
79
79
|
}, {}>, Partial<Record<string, (_: {
|
|
80
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
80
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
81
81
|
readonly label: string | ComputedRef<string>;
|
|
82
|
-
readonly modelValue: string | number | boolean |
|
|
82
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
83
83
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
84
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
84
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
85
85
|
style?: CSSProperties | undefined;
|
|
86
86
|
class?: any;
|
|
87
|
-
} & RecordType> | ComputedRef<
|
|
87
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
88
88
|
style?: CSSProperties | undefined;
|
|
89
89
|
class?: any;
|
|
90
90
|
} & RecordType>>;
|
|
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
106
106
|
};
|
|
107
107
|
rows: number;
|
|
108
108
|
autocomplete: string;
|
|
109
|
-
type: "" | "number" | "default" | "
|
|
109
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
110
110
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
111
111
|
step: string | number;
|
|
112
112
|
format: string | ProgressFn | undefined;
|
|
@@ -145,12 +145,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
145
145
|
fieldInstance?: any;
|
|
146
146
|
valueIsReady?: Ref<boolean> | undefined;
|
|
147
147
|
prop: string;
|
|
148
|
-
modelValue: string | number | boolean |
|
|
148
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
149
149
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
150
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
150
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
151
151
|
style?: CSSProperties | undefined;
|
|
152
152
|
class?: any;
|
|
153
|
-
} & RecordType> | ComputedRef<
|
|
153
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
154
154
|
style?: CSSProperties | undefined;
|
|
155
155
|
class?: any;
|
|
156
156
|
} & RecordType>>;
|
|
@@ -173,14 +173,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
173
173
|
clearable: boolean;
|
|
174
174
|
index: number;
|
|
175
175
|
}) => any>> & Partial<Record<string, (_: {
|
|
176
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
176
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
177
177
|
readonly label: string | ComputedRef<string>;
|
|
178
|
-
readonly modelValue: string | number | boolean |
|
|
178
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
179
179
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
180
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
180
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
181
181
|
style?: CSSProperties | undefined;
|
|
182
182
|
class?: any;
|
|
183
|
-
} & RecordType> | ComputedRef<
|
|
183
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
184
184
|
style?: CSSProperties | undefined;
|
|
185
185
|
class?: any;
|
|
186
186
|
} & RecordType>>;
|
|
@@ -202,7 +202,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
202
202
|
};
|
|
203
203
|
rows: number;
|
|
204
204
|
autocomplete: string;
|
|
205
|
-
type: "" | "number" | "default" | "
|
|
205
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
206
206
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
207
207
|
step: string | number;
|
|
208
208
|
format: string | ProgressFn | undefined;
|
|
@@ -241,12 +241,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
241
241
|
fieldInstance?: any;
|
|
242
242
|
valueIsReady?: Ref<boolean> | undefined;
|
|
243
243
|
prop: string;
|
|
244
|
-
modelValue: string | number | boolean |
|
|
244
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
245
245
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
246
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
246
|
+
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>>;
|
|
@@ -269,14 +269,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
269
269
|
clearable: boolean;
|
|
270
270
|
index: number;
|
|
271
271
|
}) => any>> & Partial<Record<string, (_: {
|
|
272
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
272
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
273
273
|
readonly label: string | ComputedRef<string>;
|
|
274
|
-
readonly modelValue: string | number | boolean |
|
|
274
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
275
275
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
276
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
276
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
277
277
|
style?: CSSProperties | undefined;
|
|
278
278
|
class?: any;
|
|
279
|
-
} & RecordType> | ComputedRef<
|
|
279
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
280
280
|
style?: CSSProperties | undefined;
|
|
281
281
|
class?: any;
|
|
282
282
|
} & RecordType>>;
|
|
@@ -298,7 +298,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
298
298
|
};
|
|
299
299
|
rows: number;
|
|
300
300
|
autocomplete: string;
|
|
301
|
-
type: "" | "number" | "default" | "
|
|
301
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
302
302
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
303
303
|
step: string | number;
|
|
304
304
|
format: string | ProgressFn | undefined;
|
|
@@ -337,12 +337,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
337
337
|
fieldInstance?: any;
|
|
338
338
|
valueIsReady?: Ref<boolean> | undefined;
|
|
339
339
|
prop: string;
|
|
340
|
-
modelValue: string | number | boolean |
|
|
340
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
341
341
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
342
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
342
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
343
343
|
style?: CSSProperties | undefined;
|
|
344
344
|
class?: any;
|
|
345
|
-
} & RecordType> | ComputedRef<
|
|
345
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
346
346
|
style?: CSSProperties | undefined;
|
|
347
347
|
class?: any;
|
|
348
348
|
} & RecordType>>;
|