yc-pro-components 0.0.6 → 0.0.7
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 +57 -57
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +22 -22
- package/es/components/check-card-group/src/index.vue.d.ts +19 -19
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +1 -1
- 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 +19 -19
- package/es/components/dialog/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +12 -12
- package/es/components/display-item/src/index.vue.d.ts +12 -12
- package/es/components/drawer-form/index.d.ts +28 -28
- package/es/components/drawer-form/src/index.vue.d.ts +6 -6
- package/es/components/form/index.d.ts +107 -107
- package/es/components/form/src/form-content.vue.d.ts +17 -17
- package/es/components/form/src/index.vue.d.ts +16 -16
- package/es/components/form-item/index.d.ts +106 -106
- 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 +11 -11
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/page/index.d.ts +900 -900
- package/es/components/page/src/index.vue.d.ts +289 -289
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +26 -26
- 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 +328 -328
- package/es/components/search/src/index.vue.d.ts +95 -95
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +74 -74
- package/es/components/table/src/index.vue.d.ts +19 -19
- 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 +18 -18
- package/es/components/table/src/table-column.vue.d.ts +12 -12
- 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-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- 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/index.vue.d.ts +677 -677
- 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 +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +193 -193
- package/es/index.css +2 -2
- package/index.css +19 -14
- package/index.js +2 -2
- package/index.min.css +2 -2
- 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 +57 -57
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +22 -22
- package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
- package/lib/components/date-picker/index.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +1 -1
- 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 +19 -19
- package/lib/components/dialog/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +12 -12
- package/lib/components/display-item/src/index.vue.d.ts +12 -12
- package/lib/components/drawer-form/index.d.ts +28 -28
- package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
- package/lib/components/form/index.d.ts +107 -107
- package/lib/components/form/src/form-content.vue.d.ts +17 -17
- package/lib/components/form/src/index.vue.d.ts +16 -16
- package/lib/components/form-item/index.d.ts +106 -106
- 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 +11 -11
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/page/index.d.ts +900 -900
- package/lib/components/page/src/index.vue.d.ts +289 -289
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +26 -26
- 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 +328 -328
- package/lib/components/search/src/index.vue.d.ts +95 -95
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +74 -74
- package/lib/components/table/src/index.vue.d.ts +19 -19
- 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 +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +12 -12
- 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-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- 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/index.vue.d.ts +677 -677
- 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 +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +193 -193
- package/lib/index.css +2 -2
- 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-line-tree.css +1 -0
- package/theme-chalk/plus-yc-plus-tree.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/index.scss +1 -0
- package/theme-chalk/src/yc-line-tree.scss +64 -0
- package/theme-chalk/src/yc-plus-tree.scss +102 -0
- package/theme-chalk/src/yc-status-dialog.scss +7 -4
|
@@ -4,7 +4,7 @@ import { Options } from 'sortablejs';
|
|
|
4
4
|
import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
|
|
5
5
|
import { LooseRequired } from '@vue/shared';
|
|
6
6
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
7
|
-
import { TableProps, CardProps,
|
|
7
|
+
import { TableProps, CardProps, ColProps, RowProps, 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, TableColumnCtx, SummaryMethod, ColumnCls, ColumnStyle, CellCls, CellStyle, Sort, TreeNode, Translator, Table } from 'element-plus';
|
|
8
8
|
import { PlusSearchSelfProps, PlusFormSelfProps, ElementPlusFormProps, RecordType, PlusTableSelfProps, PlusPaginationProps, Mutable, PlusFormGroupRow, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, TableValueType, ActionBarProps, ColumnSetting, ButtonsCallBackParams, FormChangeCallBackParams, FilterTableHeaderEventType, TableFormRefRow } from 'packages/yc-components';
|
|
9
9
|
import { RequestResponse } from './type';
|
|
10
10
|
import { FieldValues, OmitTypes, CascaderProps, FormItemValueType, FieldValueType } from 'yc-pro-components/es/types/form';
|
|
@@ -54,6 +54,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
54
54
|
$: ComponentInternalInstance;
|
|
55
55
|
$data: {};
|
|
56
56
|
$props: Partial<{
|
|
57
|
+
columns: PlusColumn[];
|
|
58
|
+
immediate: boolean;
|
|
57
59
|
search: false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
58
60
|
style?: CSSProperties | undefined;
|
|
59
61
|
class?: any;
|
|
@@ -62,8 +64,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
62
64
|
style?: CSSProperties | undefined;
|
|
63
65
|
class?: any;
|
|
64
66
|
}>;
|
|
65
|
-
columns: PlusColumn[];
|
|
66
|
-
immediate: boolean;
|
|
67
67
|
params: RecordType;
|
|
68
68
|
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
69
69
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
@@ -86,6 +86,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
86
86
|
};
|
|
87
87
|
searchSlot: boolean;
|
|
88
88
|
}> & Omit<{
|
|
89
|
+
readonly columns: PlusColumn[];
|
|
90
|
+
readonly immediate: boolean;
|
|
89
91
|
readonly search: false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
90
92
|
style?: CSSProperties | undefined;
|
|
91
93
|
class?: any;
|
|
@@ -94,8 +96,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
94
96
|
style?: CSSProperties | undefined;
|
|
95
97
|
class?: any;
|
|
96
98
|
}>;
|
|
97
|
-
readonly columns: PlusColumn[];
|
|
98
|
-
readonly immediate: boolean;
|
|
99
99
|
readonly params: RecordType;
|
|
100
100
|
readonly request: (params: Partial<PageInfo> & RecordType) => Promise<{
|
|
101
101
|
data: RecordType[];
|
|
@@ -127,6 +127,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
127
127
|
onRequestError?: ((error: unknown) => any) | undefined;
|
|
128
128
|
onRequestComplete?: ((tableData: RecordType[]) => any) | undefined;
|
|
129
129
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
130
|
+
columns: {
|
|
131
|
+
type: PropType<PlusColumn[]>;
|
|
132
|
+
required: true;
|
|
133
|
+
default: () => never[];
|
|
134
|
+
};
|
|
135
|
+
immediate: {
|
|
136
|
+
type: PropType<boolean>;
|
|
137
|
+
default: boolean;
|
|
138
|
+
};
|
|
130
139
|
search: {
|
|
131
140
|
type: PropType<false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
132
141
|
style?: CSSProperties | undefined;
|
|
@@ -141,15 +150,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
141
150
|
}>>;
|
|
142
151
|
default: () => {};
|
|
143
152
|
};
|
|
144
|
-
columns: {
|
|
145
|
-
type: PropType<PlusColumn[]>;
|
|
146
|
-
required: true;
|
|
147
|
-
default: () => never[];
|
|
148
|
-
};
|
|
149
|
-
immediate: {
|
|
150
|
-
type: PropType<boolean>;
|
|
151
|
-
default: boolean;
|
|
152
|
-
};
|
|
153
153
|
params: {
|
|
154
154
|
type: PropType<RecordType>;
|
|
155
155
|
default: () => {};
|
|
@@ -226,7 +226,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
226
226
|
onSearch?: ((data: FieldValues) => any) | undefined;
|
|
227
227
|
onRequestError?: ((error: unknown) => any) | undefined;
|
|
228
228
|
onRequestComplete?: ((tableData: RecordType[]) => any) | undefined;
|
|
229
|
-
}, "
|
|
229
|
+
}, "columns" | "immediate" | "search" | "table" | "params" | "pagination" | "postData" | "beforeSearchSubmit" | "isCard" | "searchCardProps" | "tableCardProps" | "defaultPageInfo" | "defaultPageSizeList" | "dividerProps" | "pageInfoMap" | "searchSlot">;
|
|
230
230
|
$attrs: {
|
|
231
231
|
[x: string]: unknown;
|
|
232
232
|
};
|
|
@@ -238,9 +238,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
238
238
|
}>;
|
|
239
239
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
240
240
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
241
|
-
$emit: ((event: "
|
|
241
|
+
$emit: ((event: "reset", data: FieldValues) => void) & ((event: "search", data: FieldValues) => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "requestError", error: unknown) => void) & ((event: "requestComplete", tableData: RecordType[]) => void);
|
|
242
242
|
$el: any;
|
|
243
243
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
244
|
+
columns: {
|
|
245
|
+
type: PropType<PlusColumn[]>;
|
|
246
|
+
required: true;
|
|
247
|
+
default: () => never[];
|
|
248
|
+
};
|
|
249
|
+
immediate: {
|
|
250
|
+
type: PropType<boolean>;
|
|
251
|
+
default: boolean;
|
|
252
|
+
};
|
|
244
253
|
search: {
|
|
245
254
|
type: PropType<false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
246
255
|
style?: CSSProperties | undefined;
|
|
@@ -255,15 +264,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
255
264
|
}>>;
|
|
256
265
|
default: () => {};
|
|
257
266
|
};
|
|
258
|
-
columns: {
|
|
259
|
-
type: PropType<PlusColumn[]>;
|
|
260
|
-
required: true;
|
|
261
|
-
default: () => never[];
|
|
262
|
-
};
|
|
263
|
-
immediate: {
|
|
264
|
-
type: PropType<boolean>;
|
|
265
|
-
default: boolean;
|
|
266
|
-
};
|
|
267
267
|
params: {
|
|
268
268
|
type: PropType<RecordType>;
|
|
269
269
|
default: () => {};
|
|
@@ -350,15 +350,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
350
350
|
labelPosition: "top" | "right" | "left";
|
|
351
351
|
inline: boolean;
|
|
352
352
|
showNumber: number;
|
|
353
|
-
|
|
354
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
353
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
355
354
|
style?: CSSProperties | undefined;
|
|
356
355
|
class?: any;
|
|
357
356
|
} & RecordType>;
|
|
358
|
-
|
|
357
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
359
358
|
style?: CSSProperties | undefined;
|
|
360
359
|
class?: any;
|
|
361
360
|
} & RecordType>;
|
|
361
|
+
defaultValues: FieldValues;
|
|
362
362
|
hasFooter: boolean;
|
|
363
363
|
hasReset: boolean;
|
|
364
364
|
resetText: string;
|
|
@@ -374,15 +374,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
374
374
|
readonly modelValue: FieldValues;
|
|
375
375
|
readonly inline: boolean;
|
|
376
376
|
readonly showNumber: number;
|
|
377
|
-
readonly
|
|
378
|
-
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
377
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
379
378
|
style?: CSSProperties | undefined;
|
|
380
379
|
class?: any;
|
|
381
380
|
} & RecordType>;
|
|
382
|
-
readonly
|
|
381
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
383
382
|
style?: CSSProperties | undefined;
|
|
384
383
|
class?: any;
|
|
385
384
|
} & RecordType>;
|
|
385
|
+
readonly defaultValues: FieldValues;
|
|
386
386
|
readonly hasFooter: boolean;
|
|
387
387
|
readonly hasReset: boolean;
|
|
388
388
|
readonly resetText: string;
|
|
@@ -394,9 +394,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
394
394
|
readonly searchLoading: boolean;
|
|
395
395
|
readonly needValidate: boolean;
|
|
396
396
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
397
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
397
398
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
398
399
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
399
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
400
400
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
401
401
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
402
402
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
@@ -420,19 +420,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
420
420
|
type: PropType<number>;
|
|
421
421
|
default: number;
|
|
422
422
|
};
|
|
423
|
-
defaultValues: {
|
|
424
|
-
type: PropType<FieldValues>;
|
|
425
|
-
default: () => {};
|
|
426
|
-
};
|
|
427
|
-
rowProps: {
|
|
428
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
429
|
-
style?: CSSProperties | undefined;
|
|
430
|
-
class?: any;
|
|
431
|
-
} & RecordType>>;
|
|
432
|
-
default: () => {
|
|
433
|
-
gutter: number;
|
|
434
|
-
};
|
|
435
|
-
};
|
|
436
423
|
colProps: {
|
|
437
424
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
438
425
|
style?: CSSProperties | undefined;
|
|
@@ -446,6 +433,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
446
433
|
xl: number;
|
|
447
434
|
};
|
|
448
435
|
};
|
|
436
|
+
rowProps: {
|
|
437
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
438
|
+
style?: CSSProperties | undefined;
|
|
439
|
+
class?: any;
|
|
440
|
+
} & RecordType>>;
|
|
441
|
+
default: () => {
|
|
442
|
+
gutter: number;
|
|
443
|
+
};
|
|
444
|
+
};
|
|
445
|
+
defaultValues: {
|
|
446
|
+
type: PropType<FieldValues>;
|
|
447
|
+
default: () => {};
|
|
448
|
+
};
|
|
449
449
|
hasFooter: {
|
|
450
450
|
type: PropType<boolean>;
|
|
451
451
|
default: boolean;
|
|
@@ -487,12 +487,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
487
487
|
default: boolean;
|
|
488
488
|
};
|
|
489
489
|
}>> & {
|
|
490
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
490
491
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
491
492
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
492
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
493
493
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
494
494
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
495
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
495
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "colProps" | "rowProps" | "defaultValues" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
496
496
|
$attrs: {
|
|
497
497
|
[x: string]: unknown;
|
|
498
498
|
};
|
|
@@ -504,7 +504,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
504
504
|
}>;
|
|
505
505
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
506
506
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
507
|
-
$emit: ((event: "
|
|
507
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
508
508
|
$el: any;
|
|
509
509
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
510
510
|
columns: {
|
|
@@ -527,19 +527,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
527
527
|
type: PropType<number>;
|
|
528
528
|
default: number;
|
|
529
529
|
};
|
|
530
|
-
defaultValues: {
|
|
531
|
-
type: PropType<FieldValues>;
|
|
532
|
-
default: () => {};
|
|
533
|
-
};
|
|
534
|
-
rowProps: {
|
|
535
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
536
|
-
style?: CSSProperties | undefined;
|
|
537
|
-
class?: any;
|
|
538
|
-
} & RecordType>>;
|
|
539
|
-
default: () => {
|
|
540
|
-
gutter: number;
|
|
541
|
-
};
|
|
542
|
-
};
|
|
543
530
|
colProps: {
|
|
544
531
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
545
532
|
style?: CSSProperties | undefined;
|
|
@@ -553,6 +540,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
553
540
|
xl: number;
|
|
554
541
|
};
|
|
555
542
|
};
|
|
543
|
+
rowProps: {
|
|
544
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
545
|
+
style?: CSSProperties | undefined;
|
|
546
|
+
class?: any;
|
|
547
|
+
} & RecordType>>;
|
|
548
|
+
default: () => {
|
|
549
|
+
gutter: number;
|
|
550
|
+
};
|
|
551
|
+
};
|
|
552
|
+
defaultValues: {
|
|
553
|
+
type: PropType<FieldValues>;
|
|
554
|
+
default: () => {};
|
|
555
|
+
};
|
|
556
556
|
hasFooter: {
|
|
557
557
|
type: PropType<boolean>;
|
|
558
558
|
default: boolean;
|
|
@@ -594,9 +594,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
594
594
|
default: boolean;
|
|
595
595
|
};
|
|
596
596
|
}>> & {
|
|
597
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
597
598
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
598
599
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
599
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
600
600
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
601
601
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
602
602
|
}, {
|
|
@@ -604,8 +604,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
604
604
|
$: ComponentInternalInstance;
|
|
605
605
|
$data: {};
|
|
606
606
|
$props: Partial<{
|
|
607
|
-
collapseDuration: number;
|
|
608
|
-
collapseTransition: boolean;
|
|
609
607
|
columns: PlusColumn[];
|
|
610
608
|
group: false | PlusFormGroupRow[];
|
|
611
609
|
modelValue: FieldValues;
|
|
@@ -614,15 +612,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
614
612
|
labelWidth: string | number;
|
|
615
613
|
labelSuffix: string;
|
|
616
614
|
hasLabel: boolean;
|
|
617
|
-
|
|
618
|
-
|
|
615
|
+
clearable: boolean;
|
|
616
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
619
617
|
style?: CSSProperties | undefined;
|
|
620
618
|
class?: any;
|
|
621
619
|
} & RecordType>;
|
|
622
|
-
|
|
620
|
+
collapseDuration: number;
|
|
621
|
+
collapseTransition: boolean;
|
|
622
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
623
623
|
style?: CSSProperties | undefined;
|
|
624
624
|
class?: any;
|
|
625
625
|
} & RecordType>;
|
|
626
|
+
defaultValues: FieldValues;
|
|
626
627
|
hasErrorTip: boolean;
|
|
627
628
|
hasFooter: boolean;
|
|
628
629
|
hasReset: boolean;
|
|
@@ -635,7 +636,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
635
636
|
class?: any;
|
|
636
637
|
} & RecordType>;
|
|
637
638
|
prevent: boolean;
|
|
638
|
-
clearable: boolean;
|
|
639
639
|
}> & Omit<{
|
|
640
640
|
readonly columns: PlusColumn[];
|
|
641
641
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -645,15 +645,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
645
645
|
readonly labelWidth: string | number;
|
|
646
646
|
readonly labelSuffix: string;
|
|
647
647
|
readonly hasLabel: boolean;
|
|
648
|
-
readonly
|
|
649
|
-
readonly
|
|
648
|
+
readonly clearable: boolean;
|
|
649
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
650
650
|
style?: CSSProperties | undefined;
|
|
651
651
|
class?: any;
|
|
652
652
|
} & RecordType>;
|
|
653
|
-
readonly
|
|
653
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
654
654
|
style?: CSSProperties | undefined;
|
|
655
655
|
class?: any;
|
|
656
656
|
} & RecordType>;
|
|
657
|
+
readonly defaultValues: FieldValues;
|
|
657
658
|
readonly hasErrorTip: boolean;
|
|
658
659
|
readonly hasFooter: boolean;
|
|
659
660
|
readonly hasReset: boolean;
|
|
@@ -666,24 +667,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
666
667
|
class?: any;
|
|
667
668
|
} & RecordType>;
|
|
668
669
|
readonly prevent: boolean;
|
|
669
|
-
readonly clearable: boolean;
|
|
670
670
|
readonly collapseDuration?: number | undefined;
|
|
671
671
|
readonly collapseTransition?: boolean | undefined;
|
|
672
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
672
673
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
673
674
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
674
675
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
675
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
676
676
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
677
677
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
678
678
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
679
|
-
collapseDuration: {
|
|
680
|
-
type: PropType<number>;
|
|
681
|
-
default: undefined;
|
|
682
|
-
};
|
|
683
|
-
collapseTransition: {
|
|
684
|
-
type: PropType<boolean>;
|
|
685
|
-
default: undefined;
|
|
686
|
-
};
|
|
687
679
|
columns: {
|
|
688
680
|
type: PropType<PlusColumn[]>;
|
|
689
681
|
default: () => never[];
|
|
@@ -716,24 +708,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
716
708
|
type: PropType<boolean>;
|
|
717
709
|
default: boolean;
|
|
718
710
|
};
|
|
719
|
-
|
|
720
|
-
type: PropType<
|
|
721
|
-
default:
|
|
711
|
+
clearable: {
|
|
712
|
+
type: PropType<boolean>;
|
|
713
|
+
default: boolean;
|
|
722
714
|
};
|
|
723
|
-
|
|
724
|
-
type: PropType<Partial< Mutable<
|
|
715
|
+
colProps: {
|
|
716
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
725
717
|
style?: CSSProperties | undefined;
|
|
726
718
|
class?: any;
|
|
727
719
|
} & RecordType>>;
|
|
728
720
|
default: () => {};
|
|
729
721
|
};
|
|
730
|
-
|
|
731
|
-
type: PropType<
|
|
722
|
+
collapseDuration: {
|
|
723
|
+
type: PropType<number>;
|
|
724
|
+
default: undefined;
|
|
725
|
+
};
|
|
726
|
+
collapseTransition: {
|
|
727
|
+
type: PropType<boolean>;
|
|
728
|
+
default: undefined;
|
|
729
|
+
};
|
|
730
|
+
rowProps: {
|
|
731
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
732
732
|
style?: CSSProperties | undefined;
|
|
733
733
|
class?: any;
|
|
734
734
|
} & RecordType>>;
|
|
735
735
|
default: () => {};
|
|
736
736
|
};
|
|
737
|
+
defaultValues: {
|
|
738
|
+
type: PropType<FieldValues>;
|
|
739
|
+
default: () => {};
|
|
740
|
+
};
|
|
737
741
|
hasErrorTip: {
|
|
738
742
|
type: PropType<boolean>;
|
|
739
743
|
default: boolean;
|
|
@@ -773,18 +777,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
773
777
|
type: PropType<boolean>;
|
|
774
778
|
default: boolean;
|
|
775
779
|
};
|
|
776
|
-
clearable: {
|
|
777
|
-
type: PropType<boolean>;
|
|
778
|
-
default: boolean;
|
|
779
|
-
};
|
|
780
780
|
}>> & {
|
|
781
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
781
782
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
782
783
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
783
784
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
784
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
785
785
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
786
786
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
787
|
-
}, "
|
|
787
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
788
788
|
$attrs: {
|
|
789
789
|
[x: string]: unknown;
|
|
790
790
|
};
|
|
@@ -799,14 +799,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
799
799
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
800
800
|
$el: any;
|
|
801
801
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
802
|
-
collapseDuration: {
|
|
803
|
-
type: PropType<number>;
|
|
804
|
-
default: undefined;
|
|
805
|
-
};
|
|
806
|
-
collapseTransition: {
|
|
807
|
-
type: PropType<boolean>;
|
|
808
|
-
default: undefined;
|
|
809
|
-
};
|
|
810
802
|
columns: {
|
|
811
803
|
type: PropType<PlusColumn[]>;
|
|
812
804
|
default: () => never[];
|
|
@@ -839,24 +831,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
839
831
|
type: PropType<boolean>;
|
|
840
832
|
default: boolean;
|
|
841
833
|
};
|
|
842
|
-
|
|
843
|
-
type: PropType<
|
|
844
|
-
default:
|
|
834
|
+
clearable: {
|
|
835
|
+
type: PropType<boolean>;
|
|
836
|
+
default: boolean;
|
|
845
837
|
};
|
|
846
|
-
|
|
847
|
-
type: PropType<Partial< Mutable<
|
|
838
|
+
colProps: {
|
|
839
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
848
840
|
style?: CSSProperties | undefined;
|
|
849
841
|
class?: any;
|
|
850
842
|
} & RecordType>>;
|
|
851
843
|
default: () => {};
|
|
852
844
|
};
|
|
853
|
-
|
|
854
|
-
type: PropType<
|
|
845
|
+
collapseDuration: {
|
|
846
|
+
type: PropType<number>;
|
|
847
|
+
default: undefined;
|
|
848
|
+
};
|
|
849
|
+
collapseTransition: {
|
|
850
|
+
type: PropType<boolean>;
|
|
851
|
+
default: undefined;
|
|
852
|
+
};
|
|
853
|
+
rowProps: {
|
|
854
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
855
855
|
style?: CSSProperties | undefined;
|
|
856
856
|
class?: any;
|
|
857
857
|
} & RecordType>>;
|
|
858
858
|
default: () => {};
|
|
859
859
|
};
|
|
860
|
+
defaultValues: {
|
|
861
|
+
type: PropType<FieldValues>;
|
|
862
|
+
default: () => {};
|
|
863
|
+
};
|
|
860
864
|
hasErrorTip: {
|
|
861
865
|
type: PropType<boolean>;
|
|
862
866
|
default: boolean;
|
|
@@ -896,15 +900,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
896
900
|
type: PropType<boolean>;
|
|
897
901
|
default: boolean;
|
|
898
902
|
};
|
|
899
|
-
clearable: {
|
|
900
|
-
type: PropType<boolean>;
|
|
901
|
-
default: boolean;
|
|
902
|
-
};
|
|
903
903
|
}>> & {
|
|
904
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
904
905
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
905
906
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
906
907
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
907
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
908
908
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
909
909
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
910
910
|
}, {
|
|
@@ -1210,8 +1210,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1210
1210
|
submitError: (errors: unknown) => void;
|
|
1211
1211
|
validate: (...args: any[]) => void;
|
|
1212
1212
|
}, string, {
|
|
1213
|
-
collapseDuration: number;
|
|
1214
|
-
collapseTransition: boolean;
|
|
1215
1213
|
columns: PlusColumn[];
|
|
1216
1214
|
group: false | PlusFormGroupRow[];
|
|
1217
1215
|
modelValue: FieldValues;
|
|
@@ -1220,15 +1218,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1220
1218
|
labelWidth: string | number;
|
|
1221
1219
|
labelSuffix: string;
|
|
1222
1220
|
hasLabel: boolean;
|
|
1223
|
-
|
|
1224
|
-
|
|
1221
|
+
clearable: boolean;
|
|
1222
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1225
1223
|
style?: CSSProperties | undefined;
|
|
1226
1224
|
class?: any;
|
|
1227
1225
|
} & RecordType>;
|
|
1228
|
-
|
|
1226
|
+
collapseDuration: number;
|
|
1227
|
+
collapseTransition: boolean;
|
|
1228
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1229
1229
|
style?: CSSProperties | undefined;
|
|
1230
1230
|
class?: any;
|
|
1231
1231
|
} & RecordType>;
|
|
1232
|
+
defaultValues: FieldValues;
|
|
1232
1233
|
hasErrorTip: boolean;
|
|
1233
1234
|
hasFooter: boolean;
|
|
1234
1235
|
hasReset: boolean;
|
|
@@ -1241,7 +1242,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1241
1242
|
class?: any;
|
|
1242
1243
|
} & RecordType>;
|
|
1243
1244
|
prevent: boolean;
|
|
1244
|
-
clearable: boolean;
|
|
1245
1245
|
}, {}, string, {}> & {
|
|
1246
1246
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1247
1247
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1263,14 +1263,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1263
1263
|
$nextTick: typeof nextTick;
|
|
1264
1264
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
1265
1265
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1266
|
-
collapseDuration: {
|
|
1267
|
-
type: PropType<number>;
|
|
1268
|
-
default: undefined;
|
|
1269
|
-
};
|
|
1270
|
-
collapseTransition: {
|
|
1271
|
-
type: PropType<boolean>;
|
|
1272
|
-
default: undefined;
|
|
1273
|
-
};
|
|
1274
1266
|
columns: {
|
|
1275
1267
|
type: PropType<PlusColumn[]>;
|
|
1276
1268
|
default: () => never[];
|
|
@@ -1303,24 +1295,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1303
1295
|
type: PropType<boolean>;
|
|
1304
1296
|
default: boolean;
|
|
1305
1297
|
};
|
|
1306
|
-
|
|
1307
|
-
type: PropType<
|
|
1308
|
-
default:
|
|
1298
|
+
clearable: {
|
|
1299
|
+
type: PropType<boolean>;
|
|
1300
|
+
default: boolean;
|
|
1309
1301
|
};
|
|
1310
|
-
|
|
1311
|
-
type: PropType<Partial< Mutable<
|
|
1302
|
+
colProps: {
|
|
1303
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
1312
1304
|
style?: CSSProperties | undefined;
|
|
1313
1305
|
class?: any;
|
|
1314
1306
|
} & RecordType>>;
|
|
1315
1307
|
default: () => {};
|
|
1316
1308
|
};
|
|
1317
|
-
|
|
1318
|
-
type: PropType<
|
|
1309
|
+
collapseDuration: {
|
|
1310
|
+
type: PropType<number>;
|
|
1311
|
+
default: undefined;
|
|
1312
|
+
};
|
|
1313
|
+
collapseTransition: {
|
|
1314
|
+
type: PropType<boolean>;
|
|
1315
|
+
default: undefined;
|
|
1316
|
+
};
|
|
1317
|
+
rowProps: {
|
|
1318
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
1319
1319
|
style?: CSSProperties | undefined;
|
|
1320
1320
|
class?: any;
|
|
1321
1321
|
} & RecordType>>;
|
|
1322
1322
|
default: () => {};
|
|
1323
1323
|
};
|
|
1324
|
+
defaultValues: {
|
|
1325
|
+
type: PropType<FieldValues>;
|
|
1326
|
+
default: () => {};
|
|
1327
|
+
};
|
|
1324
1328
|
hasErrorTip: {
|
|
1325
1329
|
type: PropType<boolean>;
|
|
1326
1330
|
default: boolean;
|
|
@@ -1360,15 +1364,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1360
1364
|
type: PropType<boolean>;
|
|
1361
1365
|
default: boolean;
|
|
1362
1366
|
};
|
|
1363
|
-
clearable: {
|
|
1364
|
-
type: PropType<boolean>;
|
|
1365
|
-
default: boolean;
|
|
1366
|
-
};
|
|
1367
1367
|
}>> & {
|
|
1368
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1368
1369
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1369
1370
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1370
1371
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1371
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1372
1372
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1373
1373
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1374
1374
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1679,9 +1679,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1679
1679
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1680
1680
|
columns?: PlusColumn[] | undefined;
|
|
1681
1681
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1682
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1682
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
1683
1683
|
readonly label: string | ComputedRef<string>;
|
|
1684
|
-
readonly modelValue: string | number | boolean |
|
|
1684
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1685
1685
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1686
1686
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1687
1687
|
style?: CSSProperties | undefined;
|
|
@@ -1708,7 +1708,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1708
1708
|
};
|
|
1709
1709
|
rows: number;
|
|
1710
1710
|
autocomplete: string;
|
|
1711
|
-
type: "" | "number" | "default" | "
|
|
1711
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1712
1712
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1713
1713
|
step: string | number;
|
|
1714
1714
|
format: string | ProgressFn | undefined;
|
|
@@ -1747,7 +1747,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1747
1747
|
fieldInstance?: any;
|
|
1748
1748
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1749
1749
|
prop: string;
|
|
1750
|
-
modelValue: string | number | boolean |
|
|
1750
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1751
1751
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1752
1752
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1753
1753
|
style?: CSSProperties | undefined;
|
|
@@ -1775,9 +1775,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1775
1775
|
clearable: boolean;
|
|
1776
1776
|
index: number;
|
|
1777
1777
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1778
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1778
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
1779
1779
|
readonly label: string | ComputedRef<string>;
|
|
1780
|
-
readonly modelValue: string | number | boolean |
|
|
1780
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1781
1781
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1782
1782
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1783
1783
|
style?: CSSProperties | undefined;
|
|
@@ -1804,7 +1804,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1804
1804
|
};
|
|
1805
1805
|
rows: number;
|
|
1806
1806
|
autocomplete: string;
|
|
1807
|
-
type: "" | "number" | "default" | "
|
|
1807
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1808
1808
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1809
1809
|
step: string | number;
|
|
1810
1810
|
format: string | ProgressFn | undefined;
|
|
@@ -1843,7 +1843,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1843
1843
|
fieldInstance?: any;
|
|
1844
1844
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1845
1845
|
prop: string;
|
|
1846
|
-
modelValue: string | number | boolean |
|
|
1846
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1847
1847
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1848
1848
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1849
1849
|
style?: CSSProperties | undefined;
|
|
@@ -1899,15 +1899,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1899
1899
|
labelPosition: "top" | "right" | "left";
|
|
1900
1900
|
inline: boolean;
|
|
1901
1901
|
showNumber: number;
|
|
1902
|
-
|
|
1903
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
1902
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1904
1903
|
style?: CSSProperties | undefined;
|
|
1905
1904
|
class?: any;
|
|
1906
1905
|
} & RecordType>;
|
|
1907
|
-
|
|
1906
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1908
1907
|
style?: CSSProperties | undefined;
|
|
1909
1908
|
class?: any;
|
|
1910
1909
|
} & RecordType>;
|
|
1910
|
+
defaultValues: FieldValues;
|
|
1911
1911
|
hasFooter: boolean;
|
|
1912
1912
|
hasReset: boolean;
|
|
1913
1913
|
resetText: string;
|
|
@@ -1959,19 +1959,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1959
1959
|
type: PropType<number>;
|
|
1960
1960
|
default: number;
|
|
1961
1961
|
};
|
|
1962
|
-
defaultValues: {
|
|
1963
|
-
type: PropType<FieldValues>;
|
|
1964
|
-
default: () => {};
|
|
1965
|
-
};
|
|
1966
|
-
rowProps: {
|
|
1967
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
1968
|
-
style?: CSSProperties | undefined;
|
|
1969
|
-
class?: any;
|
|
1970
|
-
} & RecordType>>;
|
|
1971
|
-
default: () => {
|
|
1972
|
-
gutter: number;
|
|
1973
|
-
};
|
|
1974
|
-
};
|
|
1975
1962
|
colProps: {
|
|
1976
1963
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
1977
1964
|
style?: CSSProperties | undefined;
|
|
@@ -1985,6 +1972,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1985
1972
|
xl: number;
|
|
1986
1973
|
};
|
|
1987
1974
|
};
|
|
1975
|
+
rowProps: {
|
|
1976
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
1977
|
+
style?: CSSProperties | undefined;
|
|
1978
|
+
class?: any;
|
|
1979
|
+
} & RecordType>>;
|
|
1980
|
+
default: () => {
|
|
1981
|
+
gutter: number;
|
|
1982
|
+
};
|
|
1983
|
+
};
|
|
1984
|
+
defaultValues: {
|
|
1985
|
+
type: PropType<FieldValues>;
|
|
1986
|
+
default: () => {};
|
|
1987
|
+
};
|
|
1988
1988
|
hasFooter: {
|
|
1989
1989
|
type: PropType<boolean>;
|
|
1990
1990
|
default: boolean;
|
|
@@ -2026,9 +2026,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2026
2026
|
default: boolean;
|
|
2027
2027
|
};
|
|
2028
2028
|
}>> & {
|
|
2029
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2029
2030
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2030
2031
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2031
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2032
2032
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2033
2033
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
2034
2034
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -2036,8 +2036,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2036
2036
|
$: ComponentInternalInstance;
|
|
2037
2037
|
$data: {};
|
|
2038
2038
|
$props: Partial<{
|
|
2039
|
-
collapseDuration: number;
|
|
2040
|
-
collapseTransition: boolean;
|
|
2041
2039
|
columns: PlusColumn[];
|
|
2042
2040
|
group: false | PlusFormGroupRow[];
|
|
2043
2041
|
modelValue: FieldValues;
|
|
@@ -2046,15 +2044,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2046
2044
|
labelWidth: string | number;
|
|
2047
2045
|
labelSuffix: string;
|
|
2048
2046
|
hasLabel: boolean;
|
|
2049
|
-
|
|
2050
|
-
|
|
2047
|
+
clearable: boolean;
|
|
2048
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2051
2049
|
style?: CSSProperties | undefined;
|
|
2052
2050
|
class?: any;
|
|
2053
2051
|
} & RecordType>;
|
|
2054
|
-
|
|
2052
|
+
collapseDuration: number;
|
|
2053
|
+
collapseTransition: boolean;
|
|
2054
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2055
2055
|
style?: CSSProperties | undefined;
|
|
2056
2056
|
class?: any;
|
|
2057
2057
|
} & RecordType>;
|
|
2058
|
+
defaultValues: FieldValues;
|
|
2058
2059
|
hasErrorTip: boolean;
|
|
2059
2060
|
hasFooter: boolean;
|
|
2060
2061
|
hasReset: boolean;
|
|
@@ -2067,7 +2068,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2067
2068
|
class?: any;
|
|
2068
2069
|
} & RecordType>;
|
|
2069
2070
|
prevent: boolean;
|
|
2070
|
-
clearable: boolean;
|
|
2071
2071
|
}> & Omit<{
|
|
2072
2072
|
readonly columns: PlusColumn[];
|
|
2073
2073
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -2077,15 +2077,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2077
2077
|
readonly labelWidth: string | number;
|
|
2078
2078
|
readonly labelSuffix: string;
|
|
2079
2079
|
readonly hasLabel: boolean;
|
|
2080
|
-
readonly
|
|
2081
|
-
readonly
|
|
2080
|
+
readonly clearable: boolean;
|
|
2081
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
2082
2082
|
style?: CSSProperties | undefined;
|
|
2083
2083
|
class?: any;
|
|
2084
2084
|
} & RecordType>;
|
|
2085
|
-
readonly
|
|
2085
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
2086
2086
|
style?: CSSProperties | undefined;
|
|
2087
2087
|
class?: any;
|
|
2088
2088
|
} & RecordType>;
|
|
2089
|
+
readonly defaultValues: FieldValues;
|
|
2089
2090
|
readonly hasErrorTip: boolean;
|
|
2090
2091
|
readonly hasFooter: boolean;
|
|
2091
2092
|
readonly hasReset: boolean;
|
|
@@ -2098,24 +2099,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2098
2099
|
class?: any;
|
|
2099
2100
|
} & RecordType>;
|
|
2100
2101
|
readonly prevent: boolean;
|
|
2101
|
-
readonly clearable: boolean;
|
|
2102
2102
|
readonly collapseDuration?: number | undefined;
|
|
2103
2103
|
readonly collapseTransition?: boolean | undefined;
|
|
2104
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2104
2105
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2105
2106
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2106
2107
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2107
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2108
2108
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2109
2109
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2110
2110
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2111
|
-
collapseDuration: {
|
|
2112
|
-
type: PropType<number>;
|
|
2113
|
-
default: undefined;
|
|
2114
|
-
};
|
|
2115
|
-
collapseTransition: {
|
|
2116
|
-
type: PropType<boolean>;
|
|
2117
|
-
default: undefined;
|
|
2118
|
-
};
|
|
2119
2111
|
columns: {
|
|
2120
2112
|
type: PropType<PlusColumn[]>;
|
|
2121
2113
|
default: () => never[];
|
|
@@ -2148,24 +2140,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2148
2140
|
type: PropType<boolean>;
|
|
2149
2141
|
default: boolean;
|
|
2150
2142
|
};
|
|
2151
|
-
|
|
2152
|
-
type: PropType<
|
|
2153
|
-
default:
|
|
2143
|
+
clearable: {
|
|
2144
|
+
type: PropType<boolean>;
|
|
2145
|
+
default: boolean;
|
|
2154
2146
|
};
|
|
2155
|
-
|
|
2156
|
-
type: PropType<Partial< Mutable<
|
|
2147
|
+
colProps: {
|
|
2148
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2157
2149
|
style?: CSSProperties | undefined;
|
|
2158
2150
|
class?: any;
|
|
2159
2151
|
} & RecordType>>;
|
|
2160
2152
|
default: () => {};
|
|
2161
2153
|
};
|
|
2162
|
-
|
|
2163
|
-
type: PropType<
|
|
2154
|
+
collapseDuration: {
|
|
2155
|
+
type: PropType<number>;
|
|
2156
|
+
default: undefined;
|
|
2157
|
+
};
|
|
2158
|
+
collapseTransition: {
|
|
2159
|
+
type: PropType<boolean>;
|
|
2160
|
+
default: undefined;
|
|
2161
|
+
};
|
|
2162
|
+
rowProps: {
|
|
2163
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
2164
2164
|
style?: CSSProperties | undefined;
|
|
2165
2165
|
class?: any;
|
|
2166
2166
|
} & RecordType>>;
|
|
2167
2167
|
default: () => {};
|
|
2168
2168
|
};
|
|
2169
|
+
defaultValues: {
|
|
2170
|
+
type: PropType<FieldValues>;
|
|
2171
|
+
default: () => {};
|
|
2172
|
+
};
|
|
2169
2173
|
hasErrorTip: {
|
|
2170
2174
|
type: PropType<boolean>;
|
|
2171
2175
|
default: boolean;
|
|
@@ -2205,18 +2209,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2205
2209
|
type: PropType<boolean>;
|
|
2206
2210
|
default: boolean;
|
|
2207
2211
|
};
|
|
2208
|
-
clearable: {
|
|
2209
|
-
type: PropType<boolean>;
|
|
2210
|
-
default: boolean;
|
|
2211
|
-
};
|
|
2212
2212
|
}>> & {
|
|
2213
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2213
2214
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2214
2215
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2215
2216
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2216
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2217
2217
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2218
2218
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2219
|
-
}, "
|
|
2219
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
2220
2220
|
$attrs: {
|
|
2221
2221
|
[x: string]: unknown;
|
|
2222
2222
|
};
|
|
@@ -2231,14 +2231,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2231
2231
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
2232
2232
|
$el: any;
|
|
2233
2233
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2234
|
-
collapseDuration: {
|
|
2235
|
-
type: PropType<number>;
|
|
2236
|
-
default: undefined;
|
|
2237
|
-
};
|
|
2238
|
-
collapseTransition: {
|
|
2239
|
-
type: PropType<boolean>;
|
|
2240
|
-
default: undefined;
|
|
2241
|
-
};
|
|
2242
2234
|
columns: {
|
|
2243
2235
|
type: PropType<PlusColumn[]>;
|
|
2244
2236
|
default: () => never[];
|
|
@@ -2271,24 +2263,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2271
2263
|
type: PropType<boolean>;
|
|
2272
2264
|
default: boolean;
|
|
2273
2265
|
};
|
|
2274
|
-
|
|
2275
|
-
type: PropType<
|
|
2276
|
-
default:
|
|
2266
|
+
clearable: {
|
|
2267
|
+
type: PropType<boolean>;
|
|
2268
|
+
default: boolean;
|
|
2277
2269
|
};
|
|
2278
|
-
|
|
2279
|
-
type: PropType<Partial< Mutable<
|
|
2270
|
+
colProps: {
|
|
2271
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2280
2272
|
style?: CSSProperties | undefined;
|
|
2281
2273
|
class?: any;
|
|
2282
2274
|
} & RecordType>>;
|
|
2283
2275
|
default: () => {};
|
|
2284
2276
|
};
|
|
2285
|
-
|
|
2286
|
-
type: PropType<
|
|
2277
|
+
collapseDuration: {
|
|
2278
|
+
type: PropType<number>;
|
|
2279
|
+
default: undefined;
|
|
2280
|
+
};
|
|
2281
|
+
collapseTransition: {
|
|
2282
|
+
type: PropType<boolean>;
|
|
2283
|
+
default: undefined;
|
|
2284
|
+
};
|
|
2285
|
+
rowProps: {
|
|
2286
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
2287
2287
|
style?: CSSProperties | undefined;
|
|
2288
2288
|
class?: any;
|
|
2289
2289
|
} & RecordType>>;
|
|
2290
2290
|
default: () => {};
|
|
2291
2291
|
};
|
|
2292
|
+
defaultValues: {
|
|
2293
|
+
type: PropType<FieldValues>;
|
|
2294
|
+
default: () => {};
|
|
2295
|
+
};
|
|
2292
2296
|
hasErrorTip: {
|
|
2293
2297
|
type: PropType<boolean>;
|
|
2294
2298
|
default: boolean;
|
|
@@ -2328,15 +2332,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2328
2332
|
type: PropType<boolean>;
|
|
2329
2333
|
default: boolean;
|
|
2330
2334
|
};
|
|
2331
|
-
clearable: {
|
|
2332
|
-
type: PropType<boolean>;
|
|
2333
|
-
default: boolean;
|
|
2334
|
-
};
|
|
2335
2335
|
}>> & {
|
|
2336
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2336
2337
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2337
2338
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2338
2339
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2339
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2340
2340
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2341
2341
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2342
2342
|
}, {
|
|
@@ -2642,8 +2642,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2642
2642
|
submitError: (errors: unknown) => void;
|
|
2643
2643
|
validate: (...args: any[]) => void;
|
|
2644
2644
|
}, string, {
|
|
2645
|
-
collapseDuration: number;
|
|
2646
|
-
collapseTransition: boolean;
|
|
2647
2645
|
columns: PlusColumn[];
|
|
2648
2646
|
group: false | PlusFormGroupRow[];
|
|
2649
2647
|
modelValue: FieldValues;
|
|
@@ -2652,15 +2650,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2652
2650
|
labelWidth: string | number;
|
|
2653
2651
|
labelSuffix: string;
|
|
2654
2652
|
hasLabel: boolean;
|
|
2655
|
-
|
|
2656
|
-
|
|
2653
|
+
clearable: boolean;
|
|
2654
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2657
2655
|
style?: CSSProperties | undefined;
|
|
2658
2656
|
class?: any;
|
|
2659
2657
|
} & RecordType>;
|
|
2660
|
-
|
|
2658
|
+
collapseDuration: number;
|
|
2659
|
+
collapseTransition: boolean;
|
|
2660
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2661
2661
|
style?: CSSProperties | undefined;
|
|
2662
2662
|
class?: any;
|
|
2663
2663
|
} & RecordType>;
|
|
2664
|
+
defaultValues: FieldValues;
|
|
2664
2665
|
hasErrorTip: boolean;
|
|
2665
2666
|
hasFooter: boolean;
|
|
2666
2667
|
hasReset: boolean;
|
|
@@ -2673,7 +2674,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2673
2674
|
class?: any;
|
|
2674
2675
|
} & RecordType>;
|
|
2675
2676
|
prevent: boolean;
|
|
2676
|
-
clearable: boolean;
|
|
2677
2677
|
}, {}, string, {}> & {
|
|
2678
2678
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2679
2679
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2695,14 +2695,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2695
2695
|
$nextTick: typeof nextTick;
|
|
2696
2696
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
2697
2697
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2698
|
-
collapseDuration: {
|
|
2699
|
-
type: PropType<number>;
|
|
2700
|
-
default: undefined;
|
|
2701
|
-
};
|
|
2702
|
-
collapseTransition: {
|
|
2703
|
-
type: PropType<boolean>;
|
|
2704
|
-
default: undefined;
|
|
2705
|
-
};
|
|
2706
2698
|
columns: {
|
|
2707
2699
|
type: PropType<PlusColumn[]>;
|
|
2708
2700
|
default: () => never[];
|
|
@@ -2735,24 +2727,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2735
2727
|
type: PropType<boolean>;
|
|
2736
2728
|
default: boolean;
|
|
2737
2729
|
};
|
|
2738
|
-
|
|
2739
|
-
type: PropType<
|
|
2740
|
-
default:
|
|
2730
|
+
clearable: {
|
|
2731
|
+
type: PropType<boolean>;
|
|
2732
|
+
default: boolean;
|
|
2741
2733
|
};
|
|
2742
|
-
|
|
2743
|
-
type: PropType<Partial< Mutable<
|
|
2734
|
+
colProps: {
|
|
2735
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2744
2736
|
style?: CSSProperties | undefined;
|
|
2745
2737
|
class?: any;
|
|
2746
2738
|
} & RecordType>>;
|
|
2747
2739
|
default: () => {};
|
|
2748
2740
|
};
|
|
2749
|
-
|
|
2750
|
-
type: PropType<
|
|
2741
|
+
collapseDuration: {
|
|
2742
|
+
type: PropType<number>;
|
|
2743
|
+
default: undefined;
|
|
2744
|
+
};
|
|
2745
|
+
collapseTransition: {
|
|
2746
|
+
type: PropType<boolean>;
|
|
2747
|
+
default: undefined;
|
|
2748
|
+
};
|
|
2749
|
+
rowProps: {
|
|
2750
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
2751
2751
|
style?: CSSProperties | undefined;
|
|
2752
2752
|
class?: any;
|
|
2753
2753
|
} & RecordType>>;
|
|
2754
2754
|
default: () => {};
|
|
2755
2755
|
};
|
|
2756
|
+
defaultValues: {
|
|
2757
|
+
type: PropType<FieldValues>;
|
|
2758
|
+
default: () => {};
|
|
2759
|
+
};
|
|
2756
2760
|
hasErrorTip: {
|
|
2757
2761
|
type: PropType<boolean>;
|
|
2758
2762
|
default: boolean;
|
|
@@ -2792,15 +2796,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2792
2796
|
type: PropType<boolean>;
|
|
2793
2797
|
default: boolean;
|
|
2794
2798
|
};
|
|
2795
|
-
clearable: {
|
|
2796
|
-
type: PropType<boolean>;
|
|
2797
|
-
default: boolean;
|
|
2798
|
-
};
|
|
2799
2799
|
}>> & {
|
|
2800
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2800
2801
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2801
2802
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2802
2803
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2803
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2804
2804
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2805
2805
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2806
2806
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -3111,9 +3111,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3111
3111
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
3112
3112
|
columns?: PlusColumn[] | undefined;
|
|
3113
3113
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3114
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
3114
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
3115
3115
|
readonly label: string | ComputedRef<string>;
|
|
3116
|
-
readonly modelValue: string | number | boolean |
|
|
3116
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3117
3117
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3118
3118
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3119
3119
|
style?: CSSProperties | undefined;
|
|
@@ -3140,7 +3140,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3140
3140
|
};
|
|
3141
3141
|
rows: number;
|
|
3142
3142
|
autocomplete: string;
|
|
3143
|
-
type: "" | "number" | "default" | "
|
|
3143
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3144
3144
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3145
3145
|
step: string | number;
|
|
3146
3146
|
format: string | ProgressFn | undefined;
|
|
@@ -3179,7 +3179,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3179
3179
|
fieldInstance?: any;
|
|
3180
3180
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3181
3181
|
prop: string;
|
|
3182
|
-
modelValue: string | number | boolean |
|
|
3182
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3183
3183
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3184
3184
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3185
3185
|
style?: CSSProperties | undefined;
|
|
@@ -3207,9 +3207,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3207
3207
|
clearable: boolean;
|
|
3208
3208
|
index: number;
|
|
3209
3209
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3210
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
3210
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
3211
3211
|
readonly label: string | ComputedRef<string>;
|
|
3212
|
-
readonly modelValue: string | number | boolean |
|
|
3212
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3213
3213
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3214
3214
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3215
3215
|
style?: CSSProperties | undefined;
|
|
@@ -3236,7 +3236,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3236
3236
|
};
|
|
3237
3237
|
rows: number;
|
|
3238
3238
|
autocomplete: string;
|
|
3239
|
-
type: "" | "number" | "default" | "
|
|
3239
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3240
3240
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3241
3241
|
step: string | number;
|
|
3242
3242
|
format: string | ProgressFn | undefined;
|
|
@@ -3275,7 +3275,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3275
3275
|
fieldInstance?: any;
|
|
3276
3276
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3277
3277
|
prop: string;
|
|
3278
|
-
modelValue: string | number | boolean |
|
|
3278
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3279
3279
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3280
3280
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3281
3281
|
style?: CSSProperties | undefined;
|
|
@@ -3321,9 +3321,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3321
3321
|
handleUnfold: (e: MouseEvent) => void;
|
|
3322
3322
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3323
3323
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3324
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
3324
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
3325
3325
|
readonly label: string | ComputedRef<string>;
|
|
3326
|
-
readonly modelValue: string | number | boolean |
|
|
3326
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3327
3327
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3328
3328
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3329
3329
|
style?: CSSProperties | undefined;
|
|
@@ -3350,7 +3350,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3350
3350
|
};
|
|
3351
3351
|
rows: number;
|
|
3352
3352
|
autocomplete: string;
|
|
3353
|
-
type: "" | "number" | "default" | "
|
|
3353
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3354
3354
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3355
3355
|
step: string | number;
|
|
3356
3356
|
format: string | ProgressFn | undefined;
|
|
@@ -3389,7 +3389,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3389
3389
|
fieldInstance?: any;
|
|
3390
3390
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3391
3391
|
prop: string;
|
|
3392
|
-
modelValue: string | number | boolean |
|
|
3392
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3393
3393
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3394
3394
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3395
3395
|
style?: CSSProperties | undefined;
|
|
@@ -3430,8 +3430,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3430
3430
|
$: ComponentInternalInstance;
|
|
3431
3431
|
$data: {};
|
|
3432
3432
|
$props: Partial<{
|
|
3433
|
-
data: RecordType[];
|
|
3434
3433
|
columns: PlusColumn[];
|
|
3434
|
+
data: RecordType[];
|
|
3435
3435
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
3436
3436
|
row: any[];
|
|
3437
3437
|
/**
|
|
@@ -3479,8 +3479,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3479
3479
|
timeout?: number | undefined;
|
|
3480
3480
|
};
|
|
3481
3481
|
}> & Omit<{
|
|
3482
|
-
readonly data: RecordType[];
|
|
3483
3482
|
readonly columns: PlusColumn[];
|
|
3483
|
+
readonly data: RecordType[];
|
|
3484
3484
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
3485
3485
|
row: any[];
|
|
3486
3486
|
/**
|
|
@@ -3541,14 +3541,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3541
3541
|
onEdited?: (() => any) | undefined;
|
|
3542
3542
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3543
3543
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3544
|
-
data: {
|
|
3545
|
-
type: PropType< RecordType[]>;
|
|
3546
|
-
default: () => never[];
|
|
3547
|
-
};
|
|
3548
3544
|
columns: {
|
|
3549
3545
|
type: PropType<PlusColumn[]>;
|
|
3550
3546
|
default: () => never[];
|
|
3551
3547
|
};
|
|
3548
|
+
data: {
|
|
3549
|
+
type: PropType< RecordType[]>;
|
|
3550
|
+
default: () => never[];
|
|
3551
|
+
};
|
|
3552
3552
|
height: {
|
|
3553
3553
|
type: PropType<string | number>;
|
|
3554
3554
|
};
|
|
@@ -3688,7 +3688,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3688
3688
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3689
3689
|
onEdited?: (() => any) | undefined;
|
|
3690
3690
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3691
|
-
}, "
|
|
3691
|
+
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive">;
|
|
3692
3692
|
$attrs: {
|
|
3693
3693
|
[x: string]: unknown;
|
|
3694
3694
|
};
|
|
@@ -3701,16 +3701,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3701
3701
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3702
3702
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3703
3703
|
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
|
|
3704
|
-
$el: any;
|
|
3705
|
-
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3706
|
-
data: {
|
|
3707
|
-
type: PropType< RecordType[]>;
|
|
3708
|
-
default: () => never[];
|
|
3709
|
-
};
|
|
3704
|
+
$el: any;
|
|
3705
|
+
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3710
3706
|
columns: {
|
|
3711
3707
|
type: PropType<PlusColumn[]>;
|
|
3712
3708
|
default: () => never[];
|
|
3713
3709
|
};
|
|
3710
|
+
data: {
|
|
3711
|
+
type: PropType< RecordType[]>;
|
|
3712
|
+
default: () => never[];
|
|
3713
|
+
};
|
|
3714
3714
|
height: {
|
|
3715
3715
|
type: PropType<string | number>;
|
|
3716
3716
|
};
|
|
@@ -3863,9 +3863,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3863
3863
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3864
3864
|
__epPropKey: true;
|
|
3865
3865
|
};
|
|
3866
|
-
width: (
|
|
3867
|
-
height: (
|
|
3868
|
-
maxHeight: (
|
|
3866
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
3867
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
3868
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
3869
3869
|
fit: {
|
|
3870
3870
|
type: BooleanConstructor;
|
|
3871
3871
|
default: boolean;
|
|
@@ -3889,13 +3889,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3889
3889
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3890
3890
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3891
3891
|
highlightCurrentRow: BooleanConstructor;
|
|
3892
|
-
currentRowKey: (
|
|
3892
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
3893
3893
|
emptyText: StringConstructor;
|
|
3894
3894
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3895
3895
|
defaultExpandAll: BooleanConstructor;
|
|
3896
3896
|
defaultSort: PropType< Sort | undefined>;
|
|
3897
3897
|
tooltipEffect: StringConstructor;
|
|
3898
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3898
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3899
3899
|
spanMethod: PropType<((data: {
|
|
3900
3900
|
row: any;
|
|
3901
3901
|
rowIndex: number;
|
|
@@ -3939,7 +3939,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3939
3939
|
};
|
|
3940
3940
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3941
3941
|
flexible: BooleanConstructor;
|
|
3942
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3942
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3943
3943
|
}>> & {
|
|
3944
3944
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3945
3945
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4059,9 +4059,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4059
4059
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4060
4060
|
__epPropKey: true;
|
|
4061
4061
|
};
|
|
4062
|
-
width: (
|
|
4063
|
-
height: (
|
|
4064
|
-
maxHeight: (
|
|
4062
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4063
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4064
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4065
4065
|
fit: {
|
|
4066
4066
|
type: BooleanConstructor;
|
|
4067
4067
|
default: boolean;
|
|
@@ -4085,13 +4085,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4085
4085
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4086
4086
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4087
4087
|
highlightCurrentRow: BooleanConstructor;
|
|
4088
|
-
currentRowKey: (
|
|
4088
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4089
4089
|
emptyText: StringConstructor;
|
|
4090
4090
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4091
4091
|
defaultExpandAll: BooleanConstructor;
|
|
4092
4092
|
defaultSort: PropType< Sort | undefined>;
|
|
4093
4093
|
tooltipEffect: StringConstructor;
|
|
4094
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4094
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4095
4095
|
spanMethod: PropType<((data: {
|
|
4096
4096
|
row: any;
|
|
4097
4097
|
rowIndex: number;
|
|
@@ -4135,7 +4135,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4135
4135
|
};
|
|
4136
4136
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4137
4137
|
flexible: BooleanConstructor;
|
|
4138
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4138
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4139
4139
|
}>> & {
|
|
4140
4140
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4141
4141
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4194,9 +4194,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4194
4194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4195
4195
|
__epPropKey: true;
|
|
4196
4196
|
};
|
|
4197
|
-
width: (
|
|
4198
|
-
height: (
|
|
4199
|
-
maxHeight: (
|
|
4197
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4198
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4199
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4200
4200
|
fit: {
|
|
4201
4201
|
type: BooleanConstructor;
|
|
4202
4202
|
default: boolean;
|
|
@@ -4220,13 +4220,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4220
4220
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4221
4221
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4222
4222
|
highlightCurrentRow: BooleanConstructor;
|
|
4223
|
-
currentRowKey: (
|
|
4223
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4224
4224
|
emptyText: StringConstructor;
|
|
4225
4225
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4226
4226
|
defaultExpandAll: BooleanConstructor;
|
|
4227
4227
|
defaultSort: PropType< Sort | undefined>;
|
|
4228
4228
|
tooltipEffect: StringConstructor;
|
|
4229
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4229
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4230
4230
|
spanMethod: PropType<((data: {
|
|
4231
4231
|
row: any;
|
|
4232
4232
|
rowIndex: number;
|
|
@@ -4270,7 +4270,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4270
4270
|
};
|
|
4271
4271
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4272
4272
|
flexible: BooleanConstructor;
|
|
4273
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4273
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4274
4274
|
}>> & {
|
|
4275
4275
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4276
4276
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4414,8 +4414,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4414
4414
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
4415
4415
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
4416
4416
|
}, string, {
|
|
4417
|
-
data: RecordType[];
|
|
4418
4417
|
columns: PlusColumn[];
|
|
4418
|
+
data: RecordType[];
|
|
4419
4419
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
4420
4420
|
row: any[];
|
|
4421
4421
|
/**
|
|
@@ -4483,14 +4483,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4483
4483
|
$nextTick: typeof nextTick;
|
|
4484
4484
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
4485
4485
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
4486
|
-
data: {
|
|
4487
|
-
type: PropType< RecordType[]>;
|
|
4488
|
-
default: () => never[];
|
|
4489
|
-
};
|
|
4490
4486
|
columns: {
|
|
4491
4487
|
type: PropType<PlusColumn[]>;
|
|
4492
4488
|
default: () => never[];
|
|
4493
4489
|
};
|
|
4490
|
+
data: {
|
|
4491
|
+
type: PropType< RecordType[]>;
|
|
4492
|
+
default: () => never[];
|
|
4493
|
+
};
|
|
4494
4494
|
height: {
|
|
4495
4495
|
type: PropType<string | number>;
|
|
4496
4496
|
};
|
|
@@ -4643,9 +4643,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4643
4643
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4644
4644
|
__epPropKey: true;
|
|
4645
4645
|
};
|
|
4646
|
-
width: (
|
|
4647
|
-
height: (
|
|
4648
|
-
maxHeight: (
|
|
4646
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4647
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4648
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4649
4649
|
fit: {
|
|
4650
4650
|
type: BooleanConstructor;
|
|
4651
4651
|
default: boolean;
|
|
@@ -4669,13 +4669,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4669
4669
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4670
4670
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4671
4671
|
highlightCurrentRow: BooleanConstructor;
|
|
4672
|
-
currentRowKey: (
|
|
4672
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4673
4673
|
emptyText: StringConstructor;
|
|
4674
4674
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4675
4675
|
defaultExpandAll: BooleanConstructor;
|
|
4676
4676
|
defaultSort: PropType< Sort | undefined>;
|
|
4677
4677
|
tooltipEffect: StringConstructor;
|
|
4678
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4678
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4679
4679
|
spanMethod: PropType<((data: {
|
|
4680
4680
|
row: any;
|
|
4681
4681
|
rowIndex: number;
|
|
@@ -4719,7 +4719,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4719
4719
|
};
|
|
4720
4720
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4721
4721
|
flexible: BooleanConstructor;
|
|
4722
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4722
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4723
4723
|
}>> & {
|
|
4724
4724
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4725
4725
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4839,9 +4839,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4839
4839
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4840
4840
|
__epPropKey: true;
|
|
4841
4841
|
};
|
|
4842
|
-
width: (
|
|
4843
|
-
height: (
|
|
4844
|
-
maxHeight: (
|
|
4842
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4843
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4844
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4845
4845
|
fit: {
|
|
4846
4846
|
type: BooleanConstructor;
|
|
4847
4847
|
default: boolean;
|
|
@@ -4865,13 +4865,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4865
4865
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4866
4866
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4867
4867
|
highlightCurrentRow: BooleanConstructor;
|
|
4868
|
-
currentRowKey: (
|
|
4868
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4869
4869
|
emptyText: StringConstructor;
|
|
4870
4870
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4871
4871
|
defaultExpandAll: BooleanConstructor;
|
|
4872
4872
|
defaultSort: PropType< Sort | undefined>;
|
|
4873
4873
|
tooltipEffect: StringConstructor;
|
|
4874
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4874
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4875
4875
|
spanMethod: PropType<((data: {
|
|
4876
4876
|
row: any;
|
|
4877
4877
|
rowIndex: number;
|
|
@@ -4915,7 +4915,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4915
4915
|
};
|
|
4916
4916
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4917
4917
|
flexible: BooleanConstructor;
|
|
4918
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4918
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4919
4919
|
}>> & {
|
|
4920
4920
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4921
4921
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4974,9 +4974,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4974
4974
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4975
4975
|
__epPropKey: true;
|
|
4976
4976
|
};
|
|
4977
|
-
width: (
|
|
4978
|
-
height: (
|
|
4979
|
-
maxHeight: (
|
|
4977
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4978
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4979
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4980
4980
|
fit: {
|
|
4981
4981
|
type: BooleanConstructor;
|
|
4982
4982
|
default: boolean;
|
|
@@ -5000,13 +5000,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5000
5000
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5001
5001
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5002
5002
|
highlightCurrentRow: BooleanConstructor;
|
|
5003
|
-
currentRowKey: (
|
|
5003
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
5004
5004
|
emptyText: StringConstructor;
|
|
5005
5005
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5006
5006
|
defaultExpandAll: BooleanConstructor;
|
|
5007
5007
|
defaultSort: PropType< Sort | undefined>;
|
|
5008
5008
|
tooltipEffect: StringConstructor;
|
|
5009
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5009
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5010
5010
|
spanMethod: PropType<((data: {
|
|
5011
5011
|
row: any;
|
|
5012
5012
|
rowIndex: number;
|
|
@@ -5050,7 +5050,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5050
5050
|
};
|
|
5051
5051
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5052
5052
|
flexible: BooleanConstructor;
|
|
5053
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5053
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5054
5054
|
}>> & {
|
|
5055
5055
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5056
5056
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5221,6 +5221,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5221
5221
|
requestError: (error: unknown) => void;
|
|
5222
5222
|
requestComplete: (tableData: RecordType[]) => void;
|
|
5223
5223
|
}, string, {
|
|
5224
|
+
columns: PlusColumn[];
|
|
5225
|
+
immediate: boolean;
|
|
5224
5226
|
search: false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
5225
5227
|
style?: CSSProperties | undefined;
|
|
5226
5228
|
class?: any;
|
|
@@ -5229,8 +5231,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5229
5231
|
style?: CSSProperties | undefined;
|
|
5230
5232
|
class?: any;
|
|
5231
5233
|
}>;
|
|
5232
|
-
columns: PlusColumn[];
|
|
5233
|
-
immediate: boolean;
|
|
5234
5234
|
params: RecordType;
|
|
5235
5235
|
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
5236
5236
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
@@ -5273,6 +5273,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5273
5273
|
$nextTick: typeof nextTick;
|
|
5274
5274
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
5275
5275
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
5276
|
+
columns: {
|
|
5277
|
+
type: PropType<PlusColumn[]>;
|
|
5278
|
+
required: true;
|
|
5279
|
+
default: () => never[];
|
|
5280
|
+
};
|
|
5281
|
+
immediate: {
|
|
5282
|
+
type: PropType<boolean>;
|
|
5283
|
+
default: boolean;
|
|
5284
|
+
};
|
|
5276
5285
|
search: {
|
|
5277
5286
|
type: PropType<false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
5278
5287
|
style?: CSSProperties | undefined;
|
|
@@ -5287,15 +5296,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5287
5296
|
}>>;
|
|
5288
5297
|
default: () => {};
|
|
5289
5298
|
};
|
|
5290
|
-
columns: {
|
|
5291
|
-
type: PropType<PlusColumn[]>;
|
|
5292
|
-
required: true;
|
|
5293
|
-
default: () => never[];
|
|
5294
|
-
};
|
|
5295
|
-
immediate: {
|
|
5296
|
-
type: PropType<boolean>;
|
|
5297
|
-
default: boolean;
|
|
5298
|
-
};
|
|
5299
5299
|
params: {
|
|
5300
5300
|
type: PropType<RecordType>;
|
|
5301
5301
|
default: () => {};
|
|
@@ -5382,15 +5382,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5382
5382
|
labelPosition: "top" | "right" | "left";
|
|
5383
5383
|
inline: boolean;
|
|
5384
5384
|
showNumber: number;
|
|
5385
|
-
|
|
5386
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
5385
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
5387
5386
|
style?: CSSProperties | undefined;
|
|
5388
5387
|
class?: any;
|
|
5389
5388
|
} & RecordType>;
|
|
5390
|
-
|
|
5389
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
5391
5390
|
style?: CSSProperties | undefined;
|
|
5392
5391
|
class?: any;
|
|
5393
5392
|
} & RecordType>;
|
|
5393
|
+
defaultValues: FieldValues;
|
|
5394
5394
|
hasFooter: boolean;
|
|
5395
5395
|
hasReset: boolean;
|
|
5396
5396
|
resetText: string;
|
|
@@ -5406,15 +5406,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5406
5406
|
readonly modelValue: FieldValues;
|
|
5407
5407
|
readonly inline: boolean;
|
|
5408
5408
|
readonly showNumber: number;
|
|
5409
|
-
readonly
|
|
5410
|
-
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
5409
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
5411
5410
|
style?: CSSProperties | undefined;
|
|
5412
5411
|
class?: any;
|
|
5413
5412
|
} & RecordType>;
|
|
5414
|
-
readonly
|
|
5413
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
5415
5414
|
style?: CSSProperties | undefined;
|
|
5416
5415
|
class?: any;
|
|
5417
5416
|
} & RecordType>;
|
|
5417
|
+
readonly defaultValues: FieldValues;
|
|
5418
5418
|
readonly hasFooter: boolean;
|
|
5419
5419
|
readonly hasReset: boolean;
|
|
5420
5420
|
readonly resetText: string;
|
|
@@ -5426,9 +5426,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5426
5426
|
readonly searchLoading: boolean;
|
|
5427
5427
|
readonly needValidate: boolean;
|
|
5428
5428
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5429
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5429
5430
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5430
5431
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5431
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5432
5432
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5433
5433
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5434
5434
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
@@ -5452,19 +5452,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5452
5452
|
type: PropType<number>;
|
|
5453
5453
|
default: number;
|
|
5454
5454
|
};
|
|
5455
|
-
defaultValues: {
|
|
5456
|
-
type: PropType<FieldValues>;
|
|
5457
|
-
default: () => {};
|
|
5458
|
-
};
|
|
5459
|
-
rowProps: {
|
|
5460
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
5461
|
-
style?: CSSProperties | undefined;
|
|
5462
|
-
class?: any;
|
|
5463
|
-
} & RecordType>>;
|
|
5464
|
-
default: () => {
|
|
5465
|
-
gutter: number;
|
|
5466
|
-
};
|
|
5467
|
-
};
|
|
5468
5455
|
colProps: {
|
|
5469
5456
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
5470
5457
|
style?: CSSProperties | undefined;
|
|
@@ -5478,6 +5465,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5478
5465
|
xl: number;
|
|
5479
5466
|
};
|
|
5480
5467
|
};
|
|
5468
|
+
rowProps: {
|
|
5469
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
5470
|
+
style?: CSSProperties | undefined;
|
|
5471
|
+
class?: any;
|
|
5472
|
+
} & RecordType>>;
|
|
5473
|
+
default: () => {
|
|
5474
|
+
gutter: number;
|
|
5475
|
+
};
|
|
5476
|
+
};
|
|
5477
|
+
defaultValues: {
|
|
5478
|
+
type: PropType<FieldValues>;
|
|
5479
|
+
default: () => {};
|
|
5480
|
+
};
|
|
5481
5481
|
hasFooter: {
|
|
5482
5482
|
type: PropType<boolean>;
|
|
5483
5483
|
default: boolean;
|
|
@@ -5519,12 +5519,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5519
5519
|
default: boolean;
|
|
5520
5520
|
};
|
|
5521
5521
|
}>> & {
|
|
5522
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5522
5523
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5523
5524
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5524
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5525
5525
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5526
5526
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5527
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
5527
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "colProps" | "rowProps" | "defaultValues" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
5528
5528
|
$attrs: {
|
|
5529
5529
|
[x: string]: unknown;
|
|
5530
5530
|
};
|
|
@@ -5536,7 +5536,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5536
5536
|
}>;
|
|
5537
5537
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5538
5538
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5539
|
-
$emit: ((event: "
|
|
5539
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
5540
5540
|
$el: any;
|
|
5541
5541
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5542
5542
|
columns: {
|
|
@@ -5559,19 +5559,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5559
5559
|
type: PropType<number>;
|
|
5560
5560
|
default: number;
|
|
5561
5561
|
};
|
|
5562
|
-
defaultValues: {
|
|
5563
|
-
type: PropType<FieldValues>;
|
|
5564
|
-
default: () => {};
|
|
5565
|
-
};
|
|
5566
|
-
rowProps: {
|
|
5567
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
5568
|
-
style?: CSSProperties | undefined;
|
|
5569
|
-
class?: any;
|
|
5570
|
-
} & RecordType>>;
|
|
5571
|
-
default: () => {
|
|
5572
|
-
gutter: number;
|
|
5573
|
-
};
|
|
5574
|
-
};
|
|
5575
5562
|
colProps: {
|
|
5576
5563
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
5577
5564
|
style?: CSSProperties | undefined;
|
|
@@ -5585,6 +5572,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5585
5572
|
xl: number;
|
|
5586
5573
|
};
|
|
5587
5574
|
};
|
|
5575
|
+
rowProps: {
|
|
5576
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
5577
|
+
style?: CSSProperties | undefined;
|
|
5578
|
+
class?: any;
|
|
5579
|
+
} & RecordType>>;
|
|
5580
|
+
default: () => {
|
|
5581
|
+
gutter: number;
|
|
5582
|
+
};
|
|
5583
|
+
};
|
|
5584
|
+
defaultValues: {
|
|
5585
|
+
type: PropType<FieldValues>;
|
|
5586
|
+
default: () => {};
|
|
5587
|
+
};
|
|
5588
5588
|
hasFooter: {
|
|
5589
5589
|
type: PropType<boolean>;
|
|
5590
5590
|
default: boolean;
|
|
@@ -5626,9 +5626,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5626
5626
|
default: boolean;
|
|
5627
5627
|
};
|
|
5628
5628
|
}>> & {
|
|
5629
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5629
5630
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5630
5631
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5631
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5632
5632
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5633
5633
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5634
5634
|
}, {
|
|
@@ -5636,8 +5636,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5636
5636
|
$: ComponentInternalInstance;
|
|
5637
5637
|
$data: {};
|
|
5638
5638
|
$props: Partial<{
|
|
5639
|
-
collapseDuration: number;
|
|
5640
|
-
collapseTransition: boolean;
|
|
5641
5639
|
columns: PlusColumn[];
|
|
5642
5640
|
group: false | PlusFormGroupRow[];
|
|
5643
5641
|
modelValue: FieldValues;
|
|
@@ -5646,15 +5644,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5646
5644
|
labelWidth: string | number;
|
|
5647
5645
|
labelSuffix: string;
|
|
5648
5646
|
hasLabel: boolean;
|
|
5649
|
-
|
|
5650
|
-
|
|
5647
|
+
clearable: boolean;
|
|
5648
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
5651
5649
|
style?: CSSProperties | undefined;
|
|
5652
5650
|
class?: any;
|
|
5653
5651
|
} & RecordType>;
|
|
5654
|
-
|
|
5652
|
+
collapseDuration: number;
|
|
5653
|
+
collapseTransition: boolean;
|
|
5654
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
5655
5655
|
style?: CSSProperties | undefined;
|
|
5656
5656
|
class?: any;
|
|
5657
5657
|
} & RecordType>;
|
|
5658
|
+
defaultValues: FieldValues;
|
|
5658
5659
|
hasErrorTip: boolean;
|
|
5659
5660
|
hasFooter: boolean;
|
|
5660
5661
|
hasReset: boolean;
|
|
@@ -5667,7 +5668,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5667
5668
|
class?: any;
|
|
5668
5669
|
} & RecordType>;
|
|
5669
5670
|
prevent: boolean;
|
|
5670
|
-
clearable: boolean;
|
|
5671
5671
|
}> & Omit<{
|
|
5672
5672
|
readonly columns: PlusColumn[];
|
|
5673
5673
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -5677,15 +5677,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5677
5677
|
readonly labelWidth: string | number;
|
|
5678
5678
|
readonly labelSuffix: string;
|
|
5679
5679
|
readonly hasLabel: boolean;
|
|
5680
|
-
readonly
|
|
5681
|
-
readonly
|
|
5680
|
+
readonly clearable: boolean;
|
|
5681
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
5682
5682
|
style?: CSSProperties | undefined;
|
|
5683
5683
|
class?: any;
|
|
5684
5684
|
} & RecordType>;
|
|
5685
|
-
readonly
|
|
5685
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
5686
5686
|
style?: CSSProperties | undefined;
|
|
5687
5687
|
class?: any;
|
|
5688
5688
|
} & RecordType>;
|
|
5689
|
+
readonly defaultValues: FieldValues;
|
|
5689
5690
|
readonly hasErrorTip: boolean;
|
|
5690
5691
|
readonly hasFooter: boolean;
|
|
5691
5692
|
readonly hasReset: boolean;
|
|
@@ -5698,24 +5699,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5698
5699
|
class?: any;
|
|
5699
5700
|
} & RecordType>;
|
|
5700
5701
|
readonly prevent: boolean;
|
|
5701
|
-
readonly clearable: boolean;
|
|
5702
5702
|
readonly collapseDuration?: number | undefined;
|
|
5703
5703
|
readonly collapseTransition?: boolean | undefined;
|
|
5704
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5704
5705
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5705
5706
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5706
5707
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5707
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5708
5708
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5709
5709
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5710
5710
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5711
|
-
collapseDuration: {
|
|
5712
|
-
type: PropType<number>;
|
|
5713
|
-
default: undefined;
|
|
5714
|
-
};
|
|
5715
|
-
collapseTransition: {
|
|
5716
|
-
type: PropType<boolean>;
|
|
5717
|
-
default: undefined;
|
|
5718
|
-
};
|
|
5719
5711
|
columns: {
|
|
5720
5712
|
type: PropType<PlusColumn[]>;
|
|
5721
5713
|
default: () => never[];
|
|
@@ -5748,24 +5740,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5748
5740
|
type: PropType<boolean>;
|
|
5749
5741
|
default: boolean;
|
|
5750
5742
|
};
|
|
5751
|
-
|
|
5752
|
-
type: PropType<
|
|
5753
|
-
default:
|
|
5743
|
+
clearable: {
|
|
5744
|
+
type: PropType<boolean>;
|
|
5745
|
+
default: boolean;
|
|
5754
5746
|
};
|
|
5755
|
-
|
|
5756
|
-
type: PropType<Partial< Mutable<
|
|
5747
|
+
colProps: {
|
|
5748
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
5757
5749
|
style?: CSSProperties | undefined;
|
|
5758
5750
|
class?: any;
|
|
5759
5751
|
} & RecordType>>;
|
|
5760
5752
|
default: () => {};
|
|
5761
5753
|
};
|
|
5762
|
-
|
|
5763
|
-
type: PropType<
|
|
5754
|
+
collapseDuration: {
|
|
5755
|
+
type: PropType<number>;
|
|
5756
|
+
default: undefined;
|
|
5757
|
+
};
|
|
5758
|
+
collapseTransition: {
|
|
5759
|
+
type: PropType<boolean>;
|
|
5760
|
+
default: undefined;
|
|
5761
|
+
};
|
|
5762
|
+
rowProps: {
|
|
5763
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
5764
5764
|
style?: CSSProperties | undefined;
|
|
5765
5765
|
class?: any;
|
|
5766
5766
|
} & RecordType>>;
|
|
5767
5767
|
default: () => {};
|
|
5768
5768
|
};
|
|
5769
|
+
defaultValues: {
|
|
5770
|
+
type: PropType<FieldValues>;
|
|
5771
|
+
default: () => {};
|
|
5772
|
+
};
|
|
5769
5773
|
hasErrorTip: {
|
|
5770
5774
|
type: PropType<boolean>;
|
|
5771
5775
|
default: boolean;
|
|
@@ -5805,18 +5809,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5805
5809
|
type: PropType<boolean>;
|
|
5806
5810
|
default: boolean;
|
|
5807
5811
|
};
|
|
5808
|
-
clearable: {
|
|
5809
|
-
type: PropType<boolean>;
|
|
5810
|
-
default: boolean;
|
|
5811
|
-
};
|
|
5812
5812
|
}>> & {
|
|
5813
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5813
5814
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5814
5815
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5815
5816
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5816
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5817
5817
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5818
5818
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5819
|
-
}, "
|
|
5819
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
5820
5820
|
$attrs: {
|
|
5821
5821
|
[x: string]: unknown;
|
|
5822
5822
|
};
|
|
@@ -5831,14 +5831,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5831
5831
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
5832
5832
|
$el: any;
|
|
5833
5833
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5834
|
-
collapseDuration: {
|
|
5835
|
-
type: PropType<number>;
|
|
5836
|
-
default: undefined;
|
|
5837
|
-
};
|
|
5838
|
-
collapseTransition: {
|
|
5839
|
-
type: PropType<boolean>;
|
|
5840
|
-
default: undefined;
|
|
5841
|
-
};
|
|
5842
5834
|
columns: {
|
|
5843
5835
|
type: PropType<PlusColumn[]>;
|
|
5844
5836
|
default: () => never[];
|
|
@@ -5871,24 +5863,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5871
5863
|
type: PropType<boolean>;
|
|
5872
5864
|
default: boolean;
|
|
5873
5865
|
};
|
|
5874
|
-
|
|
5875
|
-
type: PropType<
|
|
5876
|
-
default:
|
|
5866
|
+
clearable: {
|
|
5867
|
+
type: PropType<boolean>;
|
|
5868
|
+
default: boolean;
|
|
5877
5869
|
};
|
|
5878
|
-
|
|
5879
|
-
type: PropType<Partial< Mutable<
|
|
5870
|
+
colProps: {
|
|
5871
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
5880
5872
|
style?: CSSProperties | undefined;
|
|
5881
5873
|
class?: any;
|
|
5882
5874
|
} & RecordType>>;
|
|
5883
5875
|
default: () => {};
|
|
5884
5876
|
};
|
|
5885
|
-
|
|
5886
|
-
type: PropType<
|
|
5877
|
+
collapseDuration: {
|
|
5878
|
+
type: PropType<number>;
|
|
5879
|
+
default: undefined;
|
|
5880
|
+
};
|
|
5881
|
+
collapseTransition: {
|
|
5882
|
+
type: PropType<boolean>;
|
|
5883
|
+
default: undefined;
|
|
5884
|
+
};
|
|
5885
|
+
rowProps: {
|
|
5886
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
5887
5887
|
style?: CSSProperties | undefined;
|
|
5888
5888
|
class?: any;
|
|
5889
5889
|
} & RecordType>>;
|
|
5890
5890
|
default: () => {};
|
|
5891
5891
|
};
|
|
5892
|
+
defaultValues: {
|
|
5893
|
+
type: PropType<FieldValues>;
|
|
5894
|
+
default: () => {};
|
|
5895
|
+
};
|
|
5892
5896
|
hasErrorTip: {
|
|
5893
5897
|
type: PropType<boolean>;
|
|
5894
5898
|
default: boolean;
|
|
@@ -5928,15 +5932,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5928
5932
|
type: PropType<boolean>;
|
|
5929
5933
|
default: boolean;
|
|
5930
5934
|
};
|
|
5931
|
-
clearable: {
|
|
5932
|
-
type: PropType<boolean>;
|
|
5933
|
-
default: boolean;
|
|
5934
|
-
};
|
|
5935
5935
|
}>> & {
|
|
5936
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5936
5937
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5937
5938
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5938
5939
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5939
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5940
5940
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5941
5941
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5942
5942
|
}, {
|
|
@@ -6242,8 +6242,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6242
6242
|
submitError: (errors: unknown) => void;
|
|
6243
6243
|
validate: (...args: any[]) => void;
|
|
6244
6244
|
}, string, {
|
|
6245
|
-
collapseDuration: number;
|
|
6246
|
-
collapseTransition: boolean;
|
|
6247
6245
|
columns: PlusColumn[];
|
|
6248
6246
|
group: false | PlusFormGroupRow[];
|
|
6249
6247
|
modelValue: FieldValues;
|
|
@@ -6252,15 +6250,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6252
6250
|
labelWidth: string | number;
|
|
6253
6251
|
labelSuffix: string;
|
|
6254
6252
|
hasLabel: boolean;
|
|
6255
|
-
|
|
6256
|
-
|
|
6253
|
+
clearable: boolean;
|
|
6254
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
6257
6255
|
style?: CSSProperties | undefined;
|
|
6258
6256
|
class?: any;
|
|
6259
6257
|
} & RecordType>;
|
|
6260
|
-
|
|
6258
|
+
collapseDuration: number;
|
|
6259
|
+
collapseTransition: boolean;
|
|
6260
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
6261
6261
|
style?: CSSProperties | undefined;
|
|
6262
6262
|
class?: any;
|
|
6263
6263
|
} & RecordType>;
|
|
6264
|
+
defaultValues: FieldValues;
|
|
6264
6265
|
hasErrorTip: boolean;
|
|
6265
6266
|
hasFooter: boolean;
|
|
6266
6267
|
hasReset: boolean;
|
|
@@ -6273,7 +6274,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6273
6274
|
class?: any;
|
|
6274
6275
|
} & RecordType>;
|
|
6275
6276
|
prevent: boolean;
|
|
6276
|
-
clearable: boolean;
|
|
6277
6277
|
}, {}, string, {}> & {
|
|
6278
6278
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
6279
6279
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -6295,14 +6295,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6295
6295
|
$nextTick: typeof nextTick;
|
|
6296
6296
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
6297
6297
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6298
|
-
collapseDuration: {
|
|
6299
|
-
type: PropType<number>;
|
|
6300
|
-
default: undefined;
|
|
6301
|
-
};
|
|
6302
|
-
collapseTransition: {
|
|
6303
|
-
type: PropType<boolean>;
|
|
6304
|
-
default: undefined;
|
|
6305
|
-
};
|
|
6306
6298
|
columns: {
|
|
6307
6299
|
type: PropType<PlusColumn[]>;
|
|
6308
6300
|
default: () => never[];
|
|
@@ -6335,24 +6327,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6335
6327
|
type: PropType<boolean>;
|
|
6336
6328
|
default: boolean;
|
|
6337
6329
|
};
|
|
6338
|
-
|
|
6339
|
-
type: PropType<
|
|
6340
|
-
default:
|
|
6330
|
+
clearable: {
|
|
6331
|
+
type: PropType<boolean>;
|
|
6332
|
+
default: boolean;
|
|
6341
6333
|
};
|
|
6342
|
-
|
|
6343
|
-
type: PropType<Partial< Mutable<
|
|
6334
|
+
colProps: {
|
|
6335
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
6344
6336
|
style?: CSSProperties | undefined;
|
|
6345
6337
|
class?: any;
|
|
6346
6338
|
} & RecordType>>;
|
|
6347
6339
|
default: () => {};
|
|
6348
6340
|
};
|
|
6349
|
-
|
|
6350
|
-
type: PropType<
|
|
6341
|
+
collapseDuration: {
|
|
6342
|
+
type: PropType<number>;
|
|
6343
|
+
default: undefined;
|
|
6344
|
+
};
|
|
6345
|
+
collapseTransition: {
|
|
6346
|
+
type: PropType<boolean>;
|
|
6347
|
+
default: undefined;
|
|
6348
|
+
};
|
|
6349
|
+
rowProps: {
|
|
6350
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
6351
6351
|
style?: CSSProperties | undefined;
|
|
6352
6352
|
class?: any;
|
|
6353
6353
|
} & RecordType>>;
|
|
6354
6354
|
default: () => {};
|
|
6355
6355
|
};
|
|
6356
|
+
defaultValues: {
|
|
6357
|
+
type: PropType<FieldValues>;
|
|
6358
|
+
default: () => {};
|
|
6359
|
+
};
|
|
6356
6360
|
hasErrorTip: {
|
|
6357
6361
|
type: PropType<boolean>;
|
|
6358
6362
|
default: boolean;
|
|
@@ -6392,15 +6396,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6392
6396
|
type: PropType<boolean>;
|
|
6393
6397
|
default: boolean;
|
|
6394
6398
|
};
|
|
6395
|
-
clearable: {
|
|
6396
|
-
type: PropType<boolean>;
|
|
6397
|
-
default: boolean;
|
|
6398
|
-
};
|
|
6399
6399
|
}>> & {
|
|
6400
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6400
6401
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6401
6402
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6402
6403
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6403
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6404
6404
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6405
6405
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6406
6406
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6711,9 +6711,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6711
6711
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6712
6712
|
columns?: PlusColumn[] | undefined;
|
|
6713
6713
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6714
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
6714
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
6715
6715
|
readonly label: string | ComputedRef<string>;
|
|
6716
|
-
readonly modelValue: string | number | boolean |
|
|
6716
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
6717
6717
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6718
6718
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6719
6719
|
style?: CSSProperties | undefined;
|
|
@@ -6740,7 +6740,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6740
6740
|
};
|
|
6741
6741
|
rows: number;
|
|
6742
6742
|
autocomplete: string;
|
|
6743
|
-
type: "" | "number" | "default" | "
|
|
6743
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
6744
6744
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6745
6745
|
step: string | number;
|
|
6746
6746
|
format: string | ProgressFn | undefined;
|
|
@@ -6779,7 +6779,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6779
6779
|
fieldInstance?: any;
|
|
6780
6780
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6781
6781
|
prop: string;
|
|
6782
|
-
modelValue: string | number | boolean |
|
|
6782
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
6783
6783
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6784
6784
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6785
6785
|
style?: CSSProperties | undefined;
|
|
@@ -6807,9 +6807,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6807
6807
|
clearable: boolean;
|
|
6808
6808
|
index: number;
|
|
6809
6809
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6810
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
6810
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
6811
6811
|
readonly label: string | ComputedRef<string>;
|
|
6812
|
-
readonly modelValue: string | number | boolean |
|
|
6812
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
6813
6813
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6814
6814
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6815
6815
|
style?: CSSProperties | undefined;
|
|
@@ -6836,7 +6836,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6836
6836
|
};
|
|
6837
6837
|
rows: number;
|
|
6838
6838
|
autocomplete: string;
|
|
6839
|
-
type: "" | "number" | "default" | "
|
|
6839
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
6840
6840
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6841
6841
|
step: string | number;
|
|
6842
6842
|
format: string | ProgressFn | undefined;
|
|
@@ -6875,7 +6875,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6875
6875
|
fieldInstance?: any;
|
|
6876
6876
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6877
6877
|
prop: string;
|
|
6878
|
-
modelValue: string | number | boolean |
|
|
6878
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
6879
6879
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6880
6880
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6881
6881
|
style?: CSSProperties | undefined;
|
|
@@ -6931,15 +6931,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6931
6931
|
labelPosition: "top" | "right" | "left";
|
|
6932
6932
|
inline: boolean;
|
|
6933
6933
|
showNumber: number;
|
|
6934
|
-
|
|
6935
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
6934
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
6936
6935
|
style?: CSSProperties | undefined;
|
|
6937
6936
|
class?: any;
|
|
6938
6937
|
} & RecordType>;
|
|
6939
|
-
|
|
6938
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
6940
6939
|
style?: CSSProperties | undefined;
|
|
6941
6940
|
class?: any;
|
|
6942
6941
|
} & RecordType>;
|
|
6942
|
+
defaultValues: FieldValues;
|
|
6943
6943
|
hasFooter: boolean;
|
|
6944
6944
|
hasReset: boolean;
|
|
6945
6945
|
resetText: string;
|
|
@@ -6991,19 +6991,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6991
6991
|
type: PropType<number>;
|
|
6992
6992
|
default: number;
|
|
6993
6993
|
};
|
|
6994
|
-
defaultValues: {
|
|
6995
|
-
type: PropType<FieldValues>;
|
|
6996
|
-
default: () => {};
|
|
6997
|
-
};
|
|
6998
|
-
rowProps: {
|
|
6999
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
7000
|
-
style?: CSSProperties | undefined;
|
|
7001
|
-
class?: any;
|
|
7002
|
-
} & RecordType>>;
|
|
7003
|
-
default: () => {
|
|
7004
|
-
gutter: number;
|
|
7005
|
-
};
|
|
7006
|
-
};
|
|
7007
6994
|
colProps: {
|
|
7008
6995
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
7009
6996
|
style?: CSSProperties | undefined;
|
|
@@ -7017,6 +7004,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7017
7004
|
xl: number;
|
|
7018
7005
|
};
|
|
7019
7006
|
};
|
|
7007
|
+
rowProps: {
|
|
7008
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
7009
|
+
style?: CSSProperties | undefined;
|
|
7010
|
+
class?: any;
|
|
7011
|
+
} & RecordType>>;
|
|
7012
|
+
default: () => {
|
|
7013
|
+
gutter: number;
|
|
7014
|
+
};
|
|
7015
|
+
};
|
|
7016
|
+
defaultValues: {
|
|
7017
|
+
type: PropType<FieldValues>;
|
|
7018
|
+
default: () => {};
|
|
7019
|
+
};
|
|
7020
7020
|
hasFooter: {
|
|
7021
7021
|
type: PropType<boolean>;
|
|
7022
7022
|
default: boolean;
|
|
@@ -7058,9 +7058,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7058
7058
|
default: boolean;
|
|
7059
7059
|
};
|
|
7060
7060
|
}>> & {
|
|
7061
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7061
7062
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7062
7063
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7063
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7064
7064
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7065
7065
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7066
7066
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7068,8 +7068,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7068
7068
|
$: ComponentInternalInstance;
|
|
7069
7069
|
$data: {};
|
|
7070
7070
|
$props: Partial<{
|
|
7071
|
-
collapseDuration: number;
|
|
7072
|
-
collapseTransition: boolean;
|
|
7073
7071
|
columns: PlusColumn[];
|
|
7074
7072
|
group: false | PlusFormGroupRow[];
|
|
7075
7073
|
modelValue: FieldValues;
|
|
@@ -7078,15 +7076,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7078
7076
|
labelWidth: string | number;
|
|
7079
7077
|
labelSuffix: string;
|
|
7080
7078
|
hasLabel: boolean;
|
|
7081
|
-
|
|
7082
|
-
|
|
7079
|
+
clearable: boolean;
|
|
7080
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
7083
7081
|
style?: CSSProperties | undefined;
|
|
7084
7082
|
class?: any;
|
|
7085
7083
|
} & RecordType>;
|
|
7086
|
-
|
|
7084
|
+
collapseDuration: number;
|
|
7085
|
+
collapseTransition: boolean;
|
|
7086
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
7087
7087
|
style?: CSSProperties | undefined;
|
|
7088
7088
|
class?: any;
|
|
7089
7089
|
} & RecordType>;
|
|
7090
|
+
defaultValues: FieldValues;
|
|
7090
7091
|
hasErrorTip: boolean;
|
|
7091
7092
|
hasFooter: boolean;
|
|
7092
7093
|
hasReset: boolean;
|
|
@@ -7099,7 +7100,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7099
7100
|
class?: any;
|
|
7100
7101
|
} & RecordType>;
|
|
7101
7102
|
prevent: boolean;
|
|
7102
|
-
clearable: boolean;
|
|
7103
7103
|
}> & Omit<{
|
|
7104
7104
|
readonly columns: PlusColumn[];
|
|
7105
7105
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -7109,15 +7109,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7109
7109
|
readonly labelWidth: string | number;
|
|
7110
7110
|
readonly labelSuffix: string;
|
|
7111
7111
|
readonly hasLabel: boolean;
|
|
7112
|
-
readonly
|
|
7113
|
-
readonly
|
|
7112
|
+
readonly clearable: boolean;
|
|
7113
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
7114
7114
|
style?: CSSProperties | undefined;
|
|
7115
7115
|
class?: any;
|
|
7116
7116
|
} & RecordType>;
|
|
7117
|
-
readonly
|
|
7117
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
7118
7118
|
style?: CSSProperties | undefined;
|
|
7119
7119
|
class?: any;
|
|
7120
7120
|
} & RecordType>;
|
|
7121
|
+
readonly defaultValues: FieldValues;
|
|
7121
7122
|
readonly hasErrorTip: boolean;
|
|
7122
7123
|
readonly hasFooter: boolean;
|
|
7123
7124
|
readonly hasReset: boolean;
|
|
@@ -7130,24 +7131,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7130
7131
|
class?: any;
|
|
7131
7132
|
} & RecordType>;
|
|
7132
7133
|
readonly prevent: boolean;
|
|
7133
|
-
readonly clearable: boolean;
|
|
7134
7134
|
readonly collapseDuration?: number | undefined;
|
|
7135
7135
|
readonly collapseTransition?: boolean | undefined;
|
|
7136
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7136
7137
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7137
7138
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7138
7139
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7139
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7140
7140
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7141
7141
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7142
7142
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7143
|
-
collapseDuration: {
|
|
7144
|
-
type: PropType<number>;
|
|
7145
|
-
default: undefined;
|
|
7146
|
-
};
|
|
7147
|
-
collapseTransition: {
|
|
7148
|
-
type: PropType<boolean>;
|
|
7149
|
-
default: undefined;
|
|
7150
|
-
};
|
|
7151
7143
|
columns: {
|
|
7152
7144
|
type: PropType<PlusColumn[]>;
|
|
7153
7145
|
default: () => never[];
|
|
@@ -7180,24 +7172,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7180
7172
|
type: PropType<boolean>;
|
|
7181
7173
|
default: boolean;
|
|
7182
7174
|
};
|
|
7183
|
-
|
|
7184
|
-
type: PropType<
|
|
7185
|
-
default:
|
|
7175
|
+
clearable: {
|
|
7176
|
+
type: PropType<boolean>;
|
|
7177
|
+
default: boolean;
|
|
7186
7178
|
};
|
|
7187
|
-
|
|
7188
|
-
type: PropType<Partial< Mutable<
|
|
7179
|
+
colProps: {
|
|
7180
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
7189
7181
|
style?: CSSProperties | undefined;
|
|
7190
7182
|
class?: any;
|
|
7191
7183
|
} & RecordType>>;
|
|
7192
7184
|
default: () => {};
|
|
7193
7185
|
};
|
|
7194
|
-
|
|
7195
|
-
type: PropType<
|
|
7186
|
+
collapseDuration: {
|
|
7187
|
+
type: PropType<number>;
|
|
7188
|
+
default: undefined;
|
|
7189
|
+
};
|
|
7190
|
+
collapseTransition: {
|
|
7191
|
+
type: PropType<boolean>;
|
|
7192
|
+
default: undefined;
|
|
7193
|
+
};
|
|
7194
|
+
rowProps: {
|
|
7195
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
7196
7196
|
style?: CSSProperties | undefined;
|
|
7197
7197
|
class?: any;
|
|
7198
7198
|
} & RecordType>>;
|
|
7199
7199
|
default: () => {};
|
|
7200
7200
|
};
|
|
7201
|
+
defaultValues: {
|
|
7202
|
+
type: PropType<FieldValues>;
|
|
7203
|
+
default: () => {};
|
|
7204
|
+
};
|
|
7201
7205
|
hasErrorTip: {
|
|
7202
7206
|
type: PropType<boolean>;
|
|
7203
7207
|
default: boolean;
|
|
@@ -7237,18 +7241,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7237
7241
|
type: PropType<boolean>;
|
|
7238
7242
|
default: boolean;
|
|
7239
7243
|
};
|
|
7240
|
-
clearable: {
|
|
7241
|
-
type: PropType<boolean>;
|
|
7242
|
-
default: boolean;
|
|
7243
|
-
};
|
|
7244
7244
|
}>> & {
|
|
7245
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7245
7246
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7246
7247
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7247
7248
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7248
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7249
7249
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7250
7250
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7251
|
-
}, "
|
|
7251
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
7252
7252
|
$attrs: {
|
|
7253
7253
|
[x: string]: unknown;
|
|
7254
7254
|
};
|
|
@@ -7263,14 +7263,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7263
7263
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
7264
7264
|
$el: any;
|
|
7265
7265
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7266
|
-
collapseDuration: {
|
|
7267
|
-
type: PropType<number>;
|
|
7268
|
-
default: undefined;
|
|
7269
|
-
};
|
|
7270
|
-
collapseTransition: {
|
|
7271
|
-
type: PropType<boolean>;
|
|
7272
|
-
default: undefined;
|
|
7273
|
-
};
|
|
7274
7266
|
columns: {
|
|
7275
7267
|
type: PropType<PlusColumn[]>;
|
|
7276
7268
|
default: () => never[];
|
|
@@ -7303,24 +7295,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7303
7295
|
type: PropType<boolean>;
|
|
7304
7296
|
default: boolean;
|
|
7305
7297
|
};
|
|
7306
|
-
|
|
7307
|
-
type: PropType<
|
|
7308
|
-
default:
|
|
7298
|
+
clearable: {
|
|
7299
|
+
type: PropType<boolean>;
|
|
7300
|
+
default: boolean;
|
|
7309
7301
|
};
|
|
7310
|
-
|
|
7311
|
-
type: PropType<Partial< Mutable<
|
|
7302
|
+
colProps: {
|
|
7303
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
7312
7304
|
style?: CSSProperties | undefined;
|
|
7313
7305
|
class?: any;
|
|
7314
7306
|
} & RecordType>>;
|
|
7315
7307
|
default: () => {};
|
|
7316
7308
|
};
|
|
7317
|
-
|
|
7318
|
-
type: PropType<
|
|
7309
|
+
collapseDuration: {
|
|
7310
|
+
type: PropType<number>;
|
|
7311
|
+
default: undefined;
|
|
7312
|
+
};
|
|
7313
|
+
collapseTransition: {
|
|
7314
|
+
type: PropType<boolean>;
|
|
7315
|
+
default: undefined;
|
|
7316
|
+
};
|
|
7317
|
+
rowProps: {
|
|
7318
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
7319
7319
|
style?: CSSProperties | undefined;
|
|
7320
7320
|
class?: any;
|
|
7321
7321
|
} & RecordType>>;
|
|
7322
7322
|
default: () => {};
|
|
7323
7323
|
};
|
|
7324
|
+
defaultValues: {
|
|
7325
|
+
type: PropType<FieldValues>;
|
|
7326
|
+
default: () => {};
|
|
7327
|
+
};
|
|
7324
7328
|
hasErrorTip: {
|
|
7325
7329
|
type: PropType<boolean>;
|
|
7326
7330
|
default: boolean;
|
|
@@ -7360,15 +7364,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7360
7364
|
type: PropType<boolean>;
|
|
7361
7365
|
default: boolean;
|
|
7362
7366
|
};
|
|
7363
|
-
clearable: {
|
|
7364
|
-
type: PropType<boolean>;
|
|
7365
|
-
default: boolean;
|
|
7366
|
-
};
|
|
7367
7367
|
}>> & {
|
|
7368
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7368
7369
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7369
7370
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7370
7371
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7371
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7372
7372
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7373
7373
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7374
7374
|
}, {
|
|
@@ -7674,8 +7674,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7674
7674
|
submitError: (errors: unknown) => void;
|
|
7675
7675
|
validate: (...args: any[]) => void;
|
|
7676
7676
|
}, string, {
|
|
7677
|
-
collapseDuration: number;
|
|
7678
|
-
collapseTransition: boolean;
|
|
7679
7677
|
columns: PlusColumn[];
|
|
7680
7678
|
group: false | PlusFormGroupRow[];
|
|
7681
7679
|
modelValue: FieldValues;
|
|
@@ -7684,15 +7682,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7684
7682
|
labelWidth: string | number;
|
|
7685
7683
|
labelSuffix: string;
|
|
7686
7684
|
hasLabel: boolean;
|
|
7687
|
-
|
|
7688
|
-
|
|
7685
|
+
clearable: boolean;
|
|
7686
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
7689
7687
|
style?: CSSProperties | undefined;
|
|
7690
7688
|
class?: any;
|
|
7691
7689
|
} & RecordType>;
|
|
7692
|
-
|
|
7690
|
+
collapseDuration: number;
|
|
7691
|
+
collapseTransition: boolean;
|
|
7692
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
7693
7693
|
style?: CSSProperties | undefined;
|
|
7694
7694
|
class?: any;
|
|
7695
7695
|
} & RecordType>;
|
|
7696
|
+
defaultValues: FieldValues;
|
|
7696
7697
|
hasErrorTip: boolean;
|
|
7697
7698
|
hasFooter: boolean;
|
|
7698
7699
|
hasReset: boolean;
|
|
@@ -7705,7 +7706,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7705
7706
|
class?: any;
|
|
7706
7707
|
} & RecordType>;
|
|
7707
7708
|
prevent: boolean;
|
|
7708
|
-
clearable: boolean;
|
|
7709
7709
|
}, {}, string, {}> & {
|
|
7710
7710
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
7711
7711
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -7727,14 +7727,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7727
7727
|
$nextTick: typeof nextTick;
|
|
7728
7728
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
7729
7729
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7730
|
-
collapseDuration: {
|
|
7731
|
-
type: PropType<number>;
|
|
7732
|
-
default: undefined;
|
|
7733
|
-
};
|
|
7734
|
-
collapseTransition: {
|
|
7735
|
-
type: PropType<boolean>;
|
|
7736
|
-
default: undefined;
|
|
7737
|
-
};
|
|
7738
7730
|
columns: {
|
|
7739
7731
|
type: PropType<PlusColumn[]>;
|
|
7740
7732
|
default: () => never[];
|
|
@@ -7767,24 +7759,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7767
7759
|
type: PropType<boolean>;
|
|
7768
7760
|
default: boolean;
|
|
7769
7761
|
};
|
|
7770
|
-
|
|
7771
|
-
type: PropType<
|
|
7772
|
-
default:
|
|
7762
|
+
clearable: {
|
|
7763
|
+
type: PropType<boolean>;
|
|
7764
|
+
default: boolean;
|
|
7773
7765
|
};
|
|
7774
|
-
|
|
7775
|
-
type: PropType<Partial< Mutable<
|
|
7766
|
+
colProps: {
|
|
7767
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
7776
7768
|
style?: CSSProperties | undefined;
|
|
7777
7769
|
class?: any;
|
|
7778
7770
|
} & RecordType>>;
|
|
7779
7771
|
default: () => {};
|
|
7780
7772
|
};
|
|
7781
|
-
|
|
7782
|
-
type: PropType<
|
|
7773
|
+
collapseDuration: {
|
|
7774
|
+
type: PropType<number>;
|
|
7775
|
+
default: undefined;
|
|
7776
|
+
};
|
|
7777
|
+
collapseTransition: {
|
|
7778
|
+
type: PropType<boolean>;
|
|
7779
|
+
default: undefined;
|
|
7780
|
+
};
|
|
7781
|
+
rowProps: {
|
|
7782
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
7783
7783
|
style?: CSSProperties | undefined;
|
|
7784
7784
|
class?: any;
|
|
7785
7785
|
} & RecordType>>;
|
|
7786
7786
|
default: () => {};
|
|
7787
7787
|
};
|
|
7788
|
+
defaultValues: {
|
|
7789
|
+
type: PropType<FieldValues>;
|
|
7790
|
+
default: () => {};
|
|
7791
|
+
};
|
|
7788
7792
|
hasErrorTip: {
|
|
7789
7793
|
type: PropType<boolean>;
|
|
7790
7794
|
default: boolean;
|
|
@@ -7824,15 +7828,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7824
7828
|
type: PropType<boolean>;
|
|
7825
7829
|
default: boolean;
|
|
7826
7830
|
};
|
|
7827
|
-
clearable: {
|
|
7828
|
-
type: PropType<boolean>;
|
|
7829
|
-
default: boolean;
|
|
7830
|
-
};
|
|
7831
7831
|
}>> & {
|
|
7832
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7832
7833
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7833
7834
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7834
7835
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7835
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7836
7836
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7837
7837
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7838
7838
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8143,9 +8143,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8143
8143
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8144
8144
|
columns?: PlusColumn[] | undefined;
|
|
8145
8145
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8146
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
8146
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
8147
8147
|
readonly label: string | ComputedRef<string>;
|
|
8148
|
-
readonly modelValue: string | number | boolean |
|
|
8148
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8149
8149
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8150
8150
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8151
8151
|
style?: CSSProperties | undefined;
|
|
@@ -8172,7 +8172,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8172
8172
|
};
|
|
8173
8173
|
rows: number;
|
|
8174
8174
|
autocomplete: string;
|
|
8175
|
-
type: "" | "number" | "default" | "
|
|
8175
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8176
8176
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8177
8177
|
step: string | number;
|
|
8178
8178
|
format: string | ProgressFn | undefined;
|
|
@@ -8211,7 +8211,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8211
8211
|
fieldInstance?: any;
|
|
8212
8212
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8213
8213
|
prop: string;
|
|
8214
|
-
modelValue: string | number | boolean |
|
|
8214
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8215
8215
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8216
8216
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8217
8217
|
style?: CSSProperties | undefined;
|
|
@@ -8239,9 +8239,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8239
8239
|
clearable: boolean;
|
|
8240
8240
|
index: number;
|
|
8241
8241
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8242
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
8242
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
8243
8243
|
readonly label: string | ComputedRef<string>;
|
|
8244
|
-
readonly modelValue: string | number | boolean |
|
|
8244
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8245
8245
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8246
8246
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8247
8247
|
style?: CSSProperties | undefined;
|
|
@@ -8268,7 +8268,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8268
8268
|
};
|
|
8269
8269
|
rows: number;
|
|
8270
8270
|
autocomplete: string;
|
|
8271
|
-
type: "" | "number" | "default" | "
|
|
8271
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8272
8272
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8273
8273
|
step: string | number;
|
|
8274
8274
|
format: string | ProgressFn | undefined;
|
|
@@ -8307,7 +8307,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8307
8307
|
fieldInstance?: any;
|
|
8308
8308
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8309
8309
|
prop: string;
|
|
8310
|
-
modelValue: string | number | boolean |
|
|
8310
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8311
8311
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8312
8312
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8313
8313
|
style?: CSSProperties | undefined;
|
|
@@ -8353,9 +8353,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8353
8353
|
handleUnfold: (e: MouseEvent) => void;
|
|
8354
8354
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8355
8355
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8356
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
8356
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
8357
8357
|
readonly label: string | ComputedRef<string>;
|
|
8358
|
-
readonly modelValue: string | number | boolean |
|
|
8358
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8359
8359
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8360
8360
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8361
8361
|
style?: CSSProperties | undefined;
|
|
@@ -8382,7 +8382,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8382
8382
|
};
|
|
8383
8383
|
rows: number;
|
|
8384
8384
|
autocomplete: string;
|
|
8385
|
-
type: "" | "number" | "default" | "
|
|
8385
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8386
8386
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8387
8387
|
step: string | number;
|
|
8388
8388
|
format: string | ProgressFn | undefined;
|
|
@@ -8421,7 +8421,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8421
8421
|
fieldInstance?: any;
|
|
8422
8422
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8423
8423
|
prop: string;
|
|
8424
|
-
modelValue: string | number | boolean |
|
|
8424
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8425
8425
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8426
8426
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8427
8427
|
style?: CSSProperties | undefined;
|
|
@@ -8462,8 +8462,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8462
8462
|
$: ComponentInternalInstance;
|
|
8463
8463
|
$data: {};
|
|
8464
8464
|
$props: Partial<{
|
|
8465
|
-
data: RecordType[];
|
|
8466
8465
|
columns: PlusColumn[];
|
|
8466
|
+
data: RecordType[];
|
|
8467
8467
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
8468
8468
|
row: any[];
|
|
8469
8469
|
/**
|
|
@@ -8511,8 +8511,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8511
8511
|
timeout?: number | undefined;
|
|
8512
8512
|
};
|
|
8513
8513
|
}> & Omit<{
|
|
8514
|
-
readonly data: RecordType[];
|
|
8515
8514
|
readonly columns: PlusColumn[];
|
|
8515
|
+
readonly data: RecordType[];
|
|
8516
8516
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
8517
8517
|
row: any[];
|
|
8518
8518
|
/**
|
|
@@ -8573,14 +8573,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8573
8573
|
onEdited?: (() => any) | undefined;
|
|
8574
8574
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
8575
8575
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
8576
|
-
data: {
|
|
8577
|
-
type: PropType< RecordType[]>;
|
|
8578
|
-
default: () => never[];
|
|
8579
|
-
};
|
|
8580
8576
|
columns: {
|
|
8581
8577
|
type: PropType<PlusColumn[]>;
|
|
8582
8578
|
default: () => never[];
|
|
8583
8579
|
};
|
|
8580
|
+
data: {
|
|
8581
|
+
type: PropType< RecordType[]>;
|
|
8582
|
+
default: () => never[];
|
|
8583
|
+
};
|
|
8584
8584
|
height: {
|
|
8585
8585
|
type: PropType<string | number>;
|
|
8586
8586
|
};
|
|
@@ -8720,7 +8720,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8720
8720
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
8721
8721
|
onEdited?: (() => any) | undefined;
|
|
8722
8722
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
8723
|
-
}, "
|
|
8723
|
+
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive">;
|
|
8724
8724
|
$attrs: {
|
|
8725
8725
|
[x: string]: unknown;
|
|
8726
8726
|
};
|
|
@@ -8735,14 +8735,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8735
8735
|
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
|
|
8736
8736
|
$el: any;
|
|
8737
8737
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
8738
|
-
data: {
|
|
8739
|
-
type: PropType< RecordType[]>;
|
|
8740
|
-
default: () => never[];
|
|
8741
|
-
};
|
|
8742
8738
|
columns: {
|
|
8743
8739
|
type: PropType<PlusColumn[]>;
|
|
8744
8740
|
default: () => never[];
|
|
8745
8741
|
};
|
|
8742
|
+
data: {
|
|
8743
|
+
type: PropType< RecordType[]>;
|
|
8744
|
+
default: () => never[];
|
|
8745
|
+
};
|
|
8746
8746
|
height: {
|
|
8747
8747
|
type: PropType<string | number>;
|
|
8748
8748
|
};
|
|
@@ -8895,9 +8895,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8895
8895
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8896
8896
|
__epPropKey: true;
|
|
8897
8897
|
};
|
|
8898
|
-
width: (
|
|
8899
|
-
height: (
|
|
8900
|
-
maxHeight: (
|
|
8898
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
8899
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
8900
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
8901
8901
|
fit: {
|
|
8902
8902
|
type: BooleanConstructor;
|
|
8903
8903
|
default: boolean;
|
|
@@ -8921,13 +8921,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8921
8921
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
8922
8922
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
8923
8923
|
highlightCurrentRow: BooleanConstructor;
|
|
8924
|
-
currentRowKey: (
|
|
8924
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
8925
8925
|
emptyText: StringConstructor;
|
|
8926
8926
|
expandRowKeys: PropType<any[] | undefined>;
|
|
8927
8927
|
defaultExpandAll: BooleanConstructor;
|
|
8928
8928
|
defaultSort: PropType< Sort | undefined>;
|
|
8929
8929
|
tooltipEffect: StringConstructor;
|
|
8930
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
8930
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
8931
8931
|
spanMethod: PropType<((data: {
|
|
8932
8932
|
row: any;
|
|
8933
8933
|
rowIndex: number;
|
|
@@ -8971,7 +8971,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8971
8971
|
};
|
|
8972
8972
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
8973
8973
|
flexible: BooleanConstructor;
|
|
8974
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
8974
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
8975
8975
|
}>> & {
|
|
8976
8976
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8977
8977
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9091,9 +9091,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9091
9091
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9092
9092
|
__epPropKey: true;
|
|
9093
9093
|
};
|
|
9094
|
-
width: (
|
|
9095
|
-
height: (
|
|
9096
|
-
maxHeight: (
|
|
9094
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9095
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9096
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9097
9097
|
fit: {
|
|
9098
9098
|
type: BooleanConstructor;
|
|
9099
9099
|
default: boolean;
|
|
@@ -9117,13 +9117,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9117
9117
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9118
9118
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9119
9119
|
highlightCurrentRow: BooleanConstructor;
|
|
9120
|
-
currentRowKey: (
|
|
9120
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9121
9121
|
emptyText: StringConstructor;
|
|
9122
9122
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9123
9123
|
defaultExpandAll: BooleanConstructor;
|
|
9124
9124
|
defaultSort: PropType< Sort | undefined>;
|
|
9125
9125
|
tooltipEffect: StringConstructor;
|
|
9126
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9126
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9127
9127
|
spanMethod: PropType<((data: {
|
|
9128
9128
|
row: any;
|
|
9129
9129
|
rowIndex: number;
|
|
@@ -9167,7 +9167,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9167
9167
|
};
|
|
9168
9168
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9169
9169
|
flexible: BooleanConstructor;
|
|
9170
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9170
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9171
9171
|
}>> & {
|
|
9172
9172
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9173
9173
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9226,9 +9226,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9226
9226
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9227
9227
|
__epPropKey: true;
|
|
9228
9228
|
};
|
|
9229
|
-
width: (
|
|
9230
|
-
height: (
|
|
9231
|
-
maxHeight: (
|
|
9229
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9230
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9231
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9232
9232
|
fit: {
|
|
9233
9233
|
type: BooleanConstructor;
|
|
9234
9234
|
default: boolean;
|
|
@@ -9252,13 +9252,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9252
9252
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9253
9253
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9254
9254
|
highlightCurrentRow: BooleanConstructor;
|
|
9255
|
-
currentRowKey: (
|
|
9255
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9256
9256
|
emptyText: StringConstructor;
|
|
9257
9257
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9258
9258
|
defaultExpandAll: BooleanConstructor;
|
|
9259
9259
|
defaultSort: PropType< Sort | undefined>;
|
|
9260
9260
|
tooltipEffect: StringConstructor;
|
|
9261
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9261
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9262
9262
|
spanMethod: PropType<((data: {
|
|
9263
9263
|
row: any;
|
|
9264
9264
|
rowIndex: number;
|
|
@@ -9302,7 +9302,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9302
9302
|
};
|
|
9303
9303
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9304
9304
|
flexible: BooleanConstructor;
|
|
9305
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9305
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9306
9306
|
}>> & {
|
|
9307
9307
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9308
9308
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9446,8 +9446,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9446
9446
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
9447
9447
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
9448
9448
|
}, string, {
|
|
9449
|
-
data: RecordType[];
|
|
9450
9449
|
columns: PlusColumn[];
|
|
9450
|
+
data: RecordType[];
|
|
9451
9451
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
9452
9452
|
row: any[];
|
|
9453
9453
|
/**
|
|
@@ -9515,14 +9515,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9515
9515
|
$nextTick: typeof nextTick;
|
|
9516
9516
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
9517
9517
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
9518
|
-
data: {
|
|
9519
|
-
type: PropType< RecordType[]>;
|
|
9520
|
-
default: () => never[];
|
|
9521
|
-
};
|
|
9522
9518
|
columns: {
|
|
9523
9519
|
type: PropType<PlusColumn[]>;
|
|
9524
9520
|
default: () => never[];
|
|
9525
9521
|
};
|
|
9522
|
+
data: {
|
|
9523
|
+
type: PropType< RecordType[]>;
|
|
9524
|
+
default: () => never[];
|
|
9525
|
+
};
|
|
9526
9526
|
height: {
|
|
9527
9527
|
type: PropType<string | number>;
|
|
9528
9528
|
};
|
|
@@ -9675,9 +9675,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9675
9675
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9676
9676
|
__epPropKey: true;
|
|
9677
9677
|
};
|
|
9678
|
-
width: (
|
|
9679
|
-
height: (
|
|
9680
|
-
maxHeight: (
|
|
9678
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9679
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9680
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9681
9681
|
fit: {
|
|
9682
9682
|
type: BooleanConstructor;
|
|
9683
9683
|
default: boolean;
|
|
@@ -9701,13 +9701,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9701
9701
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9702
9702
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9703
9703
|
highlightCurrentRow: BooleanConstructor;
|
|
9704
|
-
currentRowKey: (
|
|
9704
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9705
9705
|
emptyText: StringConstructor;
|
|
9706
9706
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9707
9707
|
defaultExpandAll: BooleanConstructor;
|
|
9708
9708
|
defaultSort: PropType< Sort | undefined>;
|
|
9709
9709
|
tooltipEffect: StringConstructor;
|
|
9710
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9710
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9711
9711
|
spanMethod: PropType<((data: {
|
|
9712
9712
|
row: any;
|
|
9713
9713
|
rowIndex: number;
|
|
@@ -9751,7 +9751,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9751
9751
|
};
|
|
9752
9752
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9753
9753
|
flexible: BooleanConstructor;
|
|
9754
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9754
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9755
9755
|
}>> & {
|
|
9756
9756
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9757
9757
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9871,9 +9871,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9871
9871
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9872
9872
|
__epPropKey: true;
|
|
9873
9873
|
};
|
|
9874
|
-
width: (
|
|
9875
|
-
height: (
|
|
9876
|
-
maxHeight: (
|
|
9874
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9875
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9876
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9877
9877
|
fit: {
|
|
9878
9878
|
type: BooleanConstructor;
|
|
9879
9879
|
default: boolean;
|
|
@@ -9897,13 +9897,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9897
9897
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9898
9898
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9899
9899
|
highlightCurrentRow: BooleanConstructor;
|
|
9900
|
-
currentRowKey: (
|
|
9900
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9901
9901
|
emptyText: StringConstructor;
|
|
9902
9902
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9903
9903
|
defaultExpandAll: BooleanConstructor;
|
|
9904
9904
|
defaultSort: PropType< Sort | undefined>;
|
|
9905
9905
|
tooltipEffect: StringConstructor;
|
|
9906
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9906
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9907
9907
|
spanMethod: PropType<((data: {
|
|
9908
9908
|
row: any;
|
|
9909
9909
|
rowIndex: number;
|
|
@@ -9947,7 +9947,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9947
9947
|
};
|
|
9948
9948
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9949
9949
|
flexible: BooleanConstructor;
|
|
9950
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9950
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9951
9951
|
}>> & {
|
|
9952
9952
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9953
9953
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10006,9 +10006,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10006
10006
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10007
10007
|
__epPropKey: true;
|
|
10008
10008
|
};
|
|
10009
|
-
width: (
|
|
10010
|
-
height: (
|
|
10011
|
-
maxHeight: (
|
|
10009
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10010
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10011
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10012
10012
|
fit: {
|
|
10013
10013
|
type: BooleanConstructor;
|
|
10014
10014
|
default: boolean;
|
|
@@ -10032,13 +10032,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10032
10032
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10033
10033
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10034
10034
|
highlightCurrentRow: BooleanConstructor;
|
|
10035
|
-
currentRowKey: (
|
|
10035
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10036
10036
|
emptyText: StringConstructor;
|
|
10037
10037
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10038
10038
|
defaultExpandAll: BooleanConstructor;
|
|
10039
10039
|
defaultSort: PropType< Sort | undefined>;
|
|
10040
10040
|
tooltipEffect: StringConstructor;
|
|
10041
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10041
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10042
10042
|
spanMethod: PropType<((data: {
|
|
10043
10043
|
row: any;
|
|
10044
10044
|
rowIndex: number;
|
|
@@ -10082,7 +10082,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10082
10082
|
};
|
|
10083
10083
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10084
10084
|
flexible: BooleanConstructor;
|
|
10085
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10085
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10086
10086
|
}>> & {
|
|
10087
10087
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10088
10088
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10248,9 +10248,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10248
10248
|
setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
|
|
10249
10249
|
}> & {} & ComponentCustomProperties & {} & {
|
|
10250
10250
|
$slots: Partial<Record<never, (_: {
|
|
10251
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
10251
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
10252
10252
|
readonly label: string | ComputedRef<string>;
|
|
10253
|
-
readonly modelValue: string | number | boolean |
|
|
10253
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
10254
10254
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10255
10255
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10256
10256
|
style?: CSSProperties | undefined;
|
|
@@ -10277,7 +10277,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10277
10277
|
};
|
|
10278
10278
|
rows: number;
|
|
10279
10279
|
autocomplete: string;
|
|
10280
|
-
type: "" | "number" | "default" | "
|
|
10280
|
+
type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
10281
10281
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10282
10282
|
step: string | number;
|
|
10283
10283
|
format: string | ProgressFn | undefined;
|
|
@@ -10316,7 +10316,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10316
10316
|
fieldInstance?: any;
|
|
10317
10317
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10318
10318
|
prop: string;
|
|
10319
|
-
modelValue: string | number | boolean |
|
|
10319
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
10320
10320
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10321
10321
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10322
10322
|
style?: CSSProperties | undefined;
|
|
@@ -10373,8 +10373,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10373
10373
|
$: ComponentInternalInstance;
|
|
10374
10374
|
$data: {};
|
|
10375
10375
|
$props: Partial<{
|
|
10376
|
-
data: RecordType[];
|
|
10377
10376
|
columns: PlusColumn[];
|
|
10377
|
+
data: RecordType[];
|
|
10378
10378
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
10379
10379
|
row: any[];
|
|
10380
10380
|
/**
|
|
@@ -10422,8 +10422,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10422
10422
|
timeout?: number | undefined;
|
|
10423
10423
|
};
|
|
10424
10424
|
}> & Omit<{
|
|
10425
|
-
readonly data: RecordType[];
|
|
10426
10425
|
readonly columns: PlusColumn[];
|
|
10426
|
+
readonly data: RecordType[];
|
|
10427
10427
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
10428
10428
|
row: any[];
|
|
10429
10429
|
/**
|
|
@@ -10484,14 +10484,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10484
10484
|
onEdited?: (() => any) | undefined;
|
|
10485
10485
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
10486
10486
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
10487
|
-
data: {
|
|
10488
|
-
type: PropType< RecordType[]>;
|
|
10489
|
-
default: () => never[];
|
|
10490
|
-
};
|
|
10491
10487
|
columns: {
|
|
10492
10488
|
type: PropType<PlusColumn[]>;
|
|
10493
10489
|
default: () => never[];
|
|
10494
10490
|
};
|
|
10491
|
+
data: {
|
|
10492
|
+
type: PropType< RecordType[]>;
|
|
10493
|
+
default: () => never[];
|
|
10494
|
+
};
|
|
10495
10495
|
height: {
|
|
10496
10496
|
type: PropType<string | number>;
|
|
10497
10497
|
};
|
|
@@ -10631,7 +10631,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10631
10631
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
10632
10632
|
onEdited?: (() => any) | undefined;
|
|
10633
10633
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
10634
|
-
}, "
|
|
10634
|
+
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive">;
|
|
10635
10635
|
$attrs: {
|
|
10636
10636
|
[x: string]: unknown;
|
|
10637
10637
|
};
|
|
@@ -10646,14 +10646,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10646
10646
|
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
|
|
10647
10647
|
$el: any;
|
|
10648
10648
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
10649
|
-
data: {
|
|
10650
|
-
type: PropType< RecordType[]>;
|
|
10651
|
-
default: () => never[];
|
|
10652
|
-
};
|
|
10653
10649
|
columns: {
|
|
10654
10650
|
type: PropType<PlusColumn[]>;
|
|
10655
10651
|
default: () => never[];
|
|
10656
10652
|
};
|
|
10653
|
+
data: {
|
|
10654
|
+
type: PropType< RecordType[]>;
|
|
10655
|
+
default: () => never[];
|
|
10656
|
+
};
|
|
10657
10657
|
height: {
|
|
10658
10658
|
type: PropType<string | number>;
|
|
10659
10659
|
};
|
|
@@ -10806,9 +10806,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10806
10806
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10807
10807
|
__epPropKey: true;
|
|
10808
10808
|
};
|
|
10809
|
-
width: (
|
|
10810
|
-
height: (
|
|
10811
|
-
maxHeight: (
|
|
10809
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10810
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10811
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10812
10812
|
fit: {
|
|
10813
10813
|
type: BooleanConstructor;
|
|
10814
10814
|
default: boolean;
|
|
@@ -10832,13 +10832,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10832
10832
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10833
10833
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10834
10834
|
highlightCurrentRow: BooleanConstructor;
|
|
10835
|
-
currentRowKey: (
|
|
10835
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10836
10836
|
emptyText: StringConstructor;
|
|
10837
10837
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10838
10838
|
defaultExpandAll: BooleanConstructor;
|
|
10839
10839
|
defaultSort: PropType< Sort | undefined>;
|
|
10840
10840
|
tooltipEffect: StringConstructor;
|
|
10841
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10841
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10842
10842
|
spanMethod: PropType<((data: {
|
|
10843
10843
|
row: any;
|
|
10844
10844
|
rowIndex: number;
|
|
@@ -10882,7 +10882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10882
10882
|
};
|
|
10883
10883
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10884
10884
|
flexible: BooleanConstructor;
|
|
10885
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10885
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10886
10886
|
}>> & {
|
|
10887
10887
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10888
10888
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11002,9 +11002,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11002
11002
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11003
11003
|
__epPropKey: true;
|
|
11004
11004
|
};
|
|
11005
|
-
width: (
|
|
11006
|
-
height: (
|
|
11007
|
-
maxHeight: (
|
|
11005
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11006
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11007
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11008
11008
|
fit: {
|
|
11009
11009
|
type: BooleanConstructor;
|
|
11010
11010
|
default: boolean;
|
|
@@ -11028,13 +11028,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11028
11028
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11029
11029
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11030
11030
|
highlightCurrentRow: BooleanConstructor;
|
|
11031
|
-
currentRowKey: (
|
|
11031
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11032
11032
|
emptyText: StringConstructor;
|
|
11033
11033
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11034
11034
|
defaultExpandAll: BooleanConstructor;
|
|
11035
11035
|
defaultSort: PropType< Sort | undefined>;
|
|
11036
11036
|
tooltipEffect: StringConstructor;
|
|
11037
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11037
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11038
11038
|
spanMethod: PropType<((data: {
|
|
11039
11039
|
row: any;
|
|
11040
11040
|
rowIndex: number;
|
|
@@ -11078,7 +11078,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11078
11078
|
};
|
|
11079
11079
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11080
11080
|
flexible: BooleanConstructor;
|
|
11081
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11081
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11082
11082
|
}>> & {
|
|
11083
11083
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11084
11084
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11137,9 +11137,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11137
11137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11138
11138
|
__epPropKey: true;
|
|
11139
11139
|
};
|
|
11140
|
-
width: (
|
|
11141
|
-
height: (
|
|
11142
|
-
maxHeight: (
|
|
11140
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11141
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11142
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11143
11143
|
fit: {
|
|
11144
11144
|
type: BooleanConstructor;
|
|
11145
11145
|
default: boolean;
|
|
@@ -11163,13 +11163,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11163
11163
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11164
11164
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11165
11165
|
highlightCurrentRow: BooleanConstructor;
|
|
11166
|
-
currentRowKey: (
|
|
11166
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11167
11167
|
emptyText: StringConstructor;
|
|
11168
11168
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11169
11169
|
defaultExpandAll: BooleanConstructor;
|
|
11170
11170
|
defaultSort: PropType< Sort | undefined>;
|
|
11171
11171
|
tooltipEffect: StringConstructor;
|
|
11172
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11172
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11173
11173
|
spanMethod: PropType<((data: {
|
|
11174
11174
|
row: any;
|
|
11175
11175
|
rowIndex: number;
|
|
@@ -11213,7 +11213,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11213
11213
|
};
|
|
11214
11214
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11215
11215
|
flexible: BooleanConstructor;
|
|
11216
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11216
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11217
11217
|
}>> & {
|
|
11218
11218
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11219
11219
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11357,8 +11357,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11357
11357
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
11358
11358
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
11359
11359
|
}, string, {
|
|
11360
|
-
data: RecordType[];
|
|
11361
11360
|
columns: PlusColumn[];
|
|
11361
|
+
data: RecordType[];
|
|
11362
11362
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
11363
11363
|
row: any[];
|
|
11364
11364
|
/**
|
|
@@ -11426,14 +11426,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11426
11426
|
$nextTick: typeof nextTick;
|
|
11427
11427
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
11428
11428
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
11429
|
-
data: {
|
|
11430
|
-
type: PropType< RecordType[]>;
|
|
11431
|
-
default: () => never[];
|
|
11432
|
-
};
|
|
11433
11429
|
columns: {
|
|
11434
11430
|
type: PropType<PlusColumn[]>;
|
|
11435
11431
|
default: () => never[];
|
|
11436
11432
|
};
|
|
11433
|
+
data: {
|
|
11434
|
+
type: PropType< RecordType[]>;
|
|
11435
|
+
default: () => never[];
|
|
11436
|
+
};
|
|
11437
11437
|
height: {
|
|
11438
11438
|
type: PropType<string | number>;
|
|
11439
11439
|
};
|
|
@@ -11586,9 +11586,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11586
11586
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11587
11587
|
__epPropKey: true;
|
|
11588
11588
|
};
|
|
11589
|
-
width: (
|
|
11590
|
-
height: (
|
|
11591
|
-
maxHeight: (
|
|
11589
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11590
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11591
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11592
11592
|
fit: {
|
|
11593
11593
|
type: BooleanConstructor;
|
|
11594
11594
|
default: boolean;
|
|
@@ -11612,13 +11612,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11612
11612
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11613
11613
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11614
11614
|
highlightCurrentRow: BooleanConstructor;
|
|
11615
|
-
currentRowKey: (
|
|
11615
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11616
11616
|
emptyText: StringConstructor;
|
|
11617
11617
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11618
11618
|
defaultExpandAll: BooleanConstructor;
|
|
11619
11619
|
defaultSort: PropType< Sort | undefined>;
|
|
11620
11620
|
tooltipEffect: StringConstructor;
|
|
11621
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11621
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11622
11622
|
spanMethod: PropType<((data: {
|
|
11623
11623
|
row: any;
|
|
11624
11624
|
rowIndex: number;
|
|
@@ -11662,7 +11662,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11662
11662
|
};
|
|
11663
11663
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11664
11664
|
flexible: BooleanConstructor;
|
|
11665
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11665
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11666
11666
|
}>> & {
|
|
11667
11667
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11668
11668
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11782,9 +11782,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11782
11782
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11783
11783
|
__epPropKey: true;
|
|
11784
11784
|
};
|
|
11785
|
-
width: (
|
|
11786
|
-
height: (
|
|
11787
|
-
maxHeight: (
|
|
11785
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11786
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11787
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11788
11788
|
fit: {
|
|
11789
11789
|
type: BooleanConstructor;
|
|
11790
11790
|
default: boolean;
|
|
@@ -11808,13 +11808,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11808
11808
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11809
11809
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11810
11810
|
highlightCurrentRow: BooleanConstructor;
|
|
11811
|
-
currentRowKey: (
|
|
11811
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11812
11812
|
emptyText: StringConstructor;
|
|
11813
11813
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11814
11814
|
defaultExpandAll: BooleanConstructor;
|
|
11815
11815
|
defaultSort: PropType< Sort | undefined>;
|
|
11816
11816
|
tooltipEffect: StringConstructor;
|
|
11817
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11817
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11818
11818
|
spanMethod: PropType<((data: {
|
|
11819
11819
|
row: any;
|
|
11820
11820
|
rowIndex: number;
|
|
@@ -11858,7 +11858,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11858
11858
|
};
|
|
11859
11859
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11860
11860
|
flexible: BooleanConstructor;
|
|
11861
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11861
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11862
11862
|
}>> & {
|
|
11863
11863
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11864
11864
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11917,9 +11917,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11917
11917
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11918
11918
|
__epPropKey: true;
|
|
11919
11919
|
};
|
|
11920
|
-
width: (
|
|
11921
|
-
height: (
|
|
11922
|
-
maxHeight: (
|
|
11920
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11921
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11922
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11923
11923
|
fit: {
|
|
11924
11924
|
type: BooleanConstructor;
|
|
11925
11925
|
default: boolean;
|
|
@@ -11943,13 +11943,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11943
11943
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11944
11944
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11945
11945
|
highlightCurrentRow: BooleanConstructor;
|
|
11946
|
-
currentRowKey: (
|
|
11946
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11947
11947
|
emptyText: StringConstructor;
|
|
11948
11948
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11949
11949
|
defaultExpandAll: BooleanConstructor;
|
|
11950
11950
|
defaultSort: PropType< Sort | undefined>;
|
|
11951
11951
|
tooltipEffect: StringConstructor;
|
|
11952
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11952
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11953
11953
|
spanMethod: PropType<((data: {
|
|
11954
11954
|
row: any;
|
|
11955
11955
|
rowIndex: number;
|
|
@@ -11993,7 +11993,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11993
11993
|
};
|
|
11994
11994
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11995
11995
|
flexible: BooleanConstructor;
|
|
11996
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11996
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11997
11997
|
}>> & {
|
|
11998
11998
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11999
11999
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12161,9 +12161,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12161
12161
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12162
12162
|
__epPropKey: true;
|
|
12163
12163
|
};
|
|
12164
|
-
width: (
|
|
12165
|
-
height: (
|
|
12166
|
-
maxHeight: (
|
|
12164
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12165
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12166
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12167
12167
|
fit: {
|
|
12168
12168
|
type: BooleanConstructor;
|
|
12169
12169
|
default: boolean;
|
|
@@ -12187,13 +12187,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12187
12187
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12188
12188
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12189
12189
|
highlightCurrentRow: BooleanConstructor;
|
|
12190
|
-
currentRowKey: (
|
|
12190
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12191
12191
|
emptyText: StringConstructor;
|
|
12192
12192
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12193
12193
|
defaultExpandAll: BooleanConstructor;
|
|
12194
12194
|
defaultSort: PropType< Sort | undefined>;
|
|
12195
12195
|
tooltipEffect: StringConstructor;
|
|
12196
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12196
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12197
12197
|
spanMethod: PropType<((data: {
|
|
12198
12198
|
row: any;
|
|
12199
12199
|
rowIndex: number;
|
|
@@ -12237,7 +12237,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12237
12237
|
};
|
|
12238
12238
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12239
12239
|
flexible: BooleanConstructor;
|
|
12240
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12240
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12241
12241
|
}>> & {
|
|
12242
12242
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12243
12243
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12357,9 +12357,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12357
12357
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12358
12358
|
__epPropKey: true;
|
|
12359
12359
|
};
|
|
12360
|
-
width: (
|
|
12361
|
-
height: (
|
|
12362
|
-
maxHeight: (
|
|
12360
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12361
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12362
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12363
12363
|
fit: {
|
|
12364
12364
|
type: BooleanConstructor;
|
|
12365
12365
|
default: boolean;
|
|
@@ -12383,13 +12383,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12383
12383
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12384
12384
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12385
12385
|
highlightCurrentRow: BooleanConstructor;
|
|
12386
|
-
currentRowKey: (
|
|
12386
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12387
12387
|
emptyText: StringConstructor;
|
|
12388
12388
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12389
12389
|
defaultExpandAll: BooleanConstructor;
|
|
12390
12390
|
defaultSort: PropType< Sort | undefined>;
|
|
12391
12391
|
tooltipEffect: StringConstructor;
|
|
12392
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12392
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12393
12393
|
spanMethod: PropType<((data: {
|
|
12394
12394
|
row: any;
|
|
12395
12395
|
rowIndex: number;
|
|
@@ -12433,7 +12433,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12433
12433
|
};
|
|
12434
12434
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12435
12435
|
flexible: BooleanConstructor;
|
|
12436
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12436
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12437
12437
|
}>> & {
|
|
12438
12438
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12439
12439
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12492,9 +12492,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12492
12492
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12493
12493
|
__epPropKey: true;
|
|
12494
12494
|
};
|
|
12495
|
-
width: (
|
|
12496
|
-
height: (
|
|
12497
|
-
maxHeight: (
|
|
12495
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12496
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12497
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12498
12498
|
fit: {
|
|
12499
12499
|
type: BooleanConstructor;
|
|
12500
12500
|
default: boolean;
|
|
@@ -12518,13 +12518,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12518
12518
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12519
12519
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12520
12520
|
highlightCurrentRow: BooleanConstructor;
|
|
12521
|
-
currentRowKey: (
|
|
12521
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12522
12522
|
emptyText: StringConstructor;
|
|
12523
12523
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12524
12524
|
defaultExpandAll: BooleanConstructor;
|
|
12525
12525
|
defaultSort: PropType< Sort | undefined>;
|
|
12526
12526
|
tooltipEffect: StringConstructor;
|
|
12527
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12527
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12528
12528
|
spanMethod: PropType<((data: {
|
|
12529
12529
|
row: any;
|
|
12530
12530
|
rowIndex: number;
|
|
@@ -12568,7 +12568,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12568
12568
|
};
|
|
12569
12569
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12570
12570
|
flexible: BooleanConstructor;
|
|
12571
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12571
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12572
12572
|
}>> & {
|
|
12573
12573
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12574
12574
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12713,8 +12713,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12713
12713
|
}>>>, {
|
|
12714
12714
|
search: false | Record<string, unknown>;
|
|
12715
12715
|
pagination: false | Record<string, unknown>;
|
|
12716
|
-
showSearch: boolean;
|
|
12717
12716
|
isCard: boolean;
|
|
12717
|
+
showSearch: boolean;
|
|
12718
12718
|
hideColumnSettingsIcon: boolean;
|
|
12719
12719
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
|
|
12720
12720
|
"column-settings-icon"?(_: {}): any;
|