yc-pro-components 0.0.7 → 0.0.8
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 +895 -895
- 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 +1 -1
- package/index.css +8 -7
- package/index.js +2 -2
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +2 -2
- package/lib/components/check-card/index.d.ts +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 +895 -895
- 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 +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -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, RowProps, ColProps, 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,8 +54,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
54
54
|
$: ComponentInternalInstance;
|
|
55
55
|
$data: {};
|
|
56
56
|
$props: Partial<{
|
|
57
|
-
columns: PlusColumn[];
|
|
58
|
-
immediate: boolean;
|
|
59
57
|
search: false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
60
58
|
style?: CSSProperties | undefined;
|
|
61
59
|
class?: any;
|
|
@@ -64,6 +62,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
64
62
|
style?: CSSProperties | undefined;
|
|
65
63
|
class?: any;
|
|
66
64
|
}>;
|
|
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,8 +86,6 @@ 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;
|
|
91
89
|
readonly search: false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
92
90
|
style?: CSSProperties | undefined;
|
|
93
91
|
class?: any;
|
|
@@ -96,6 +94,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
96
94
|
style?: CSSProperties | undefined;
|
|
97
95
|
class?: any;
|
|
98
96
|
}>;
|
|
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,15 +127,6 @@ 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
|
-
};
|
|
139
130
|
search: {
|
|
140
131
|
type: PropType<false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
141
132
|
style?: CSSProperties | undefined;
|
|
@@ -150,6 +141,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
150
141
|
}>>;
|
|
151
142
|
default: () => {};
|
|
152
143
|
};
|
|
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
|
+
}, "search" | "table" | "columns" | "immediate" | "params" | "pagination" | "postData" | "beforeSearchSubmit" | "isCard" | "searchCardProps" | "tableCardProps" | "defaultPageInfo" | "defaultPageSizeList" | "dividerProps" | "pageInfoMap" | "searchSlot">;
|
|
230
230
|
$attrs: {
|
|
231
231
|
[x: string]: unknown;
|
|
232
232
|
};
|
|
@@ -238,18 +238,9 @@ 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: "search", data: FieldValues) => void) & ((event: "reset", 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
|
-
};
|
|
253
244
|
search: {
|
|
254
245
|
type: PropType<false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
255
246
|
style?: CSSProperties | undefined;
|
|
@@ -264,6 +255,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
264
255
|
}>>;
|
|
265
256
|
default: () => {};
|
|
266
257
|
};
|
|
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
|
-
|
|
353
|
+
defaultValues: FieldValues;
|
|
354
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
354
355
|
style?: CSSProperties | undefined;
|
|
355
356
|
class?: any;
|
|
356
357
|
} & RecordType>;
|
|
357
|
-
|
|
358
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
358
359
|
style?: CSSProperties | undefined;
|
|
359
360
|
class?: any;
|
|
360
361
|
} & 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
|
|
377
|
+
readonly defaultValues: FieldValues;
|
|
378
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
378
379
|
style?: CSSProperties | undefined;
|
|
379
380
|
class?: any;
|
|
380
381
|
} & RecordType>;
|
|
381
|
-
readonly
|
|
382
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
382
383
|
style?: CSSProperties | undefined;
|
|
383
384
|
class?: any;
|
|
384
385
|
} & 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;
|
|
398
397
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
399
398
|
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,6 +420,19 @@ 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
|
+
};
|
|
423
436
|
colProps: {
|
|
424
437
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
425
438
|
style?: CSSProperties | undefined;
|
|
@@ -433,19 +446,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
433
446
|
xl: number;
|
|
434
447
|
};
|
|
435
448
|
};
|
|
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;
|
|
491
490
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
492
491
|
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" | "defaultValues" | "rowProps" | "colProps" | "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: "search", values: FieldValues) => void) & ((event: "reset", 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,6 +527,19 @@ 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
|
+
};
|
|
530
543
|
colProps: {
|
|
531
544
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
532
545
|
style?: CSSProperties | undefined;
|
|
@@ -540,19 +553,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
540
553
|
xl: number;
|
|
541
554
|
};
|
|
542
555
|
};
|
|
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;
|
|
598
597
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
599
598
|
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,6 +604,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
604
604
|
$: ComponentInternalInstance;
|
|
605
605
|
$data: {};
|
|
606
606
|
$props: Partial<{
|
|
607
|
+
collapseDuration: number;
|
|
608
|
+
collapseTransition: boolean;
|
|
607
609
|
columns: PlusColumn[];
|
|
608
610
|
group: false | PlusFormGroupRow[];
|
|
609
611
|
modelValue: FieldValues;
|
|
@@ -612,18 +614,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
612
614
|
labelWidth: string | number;
|
|
613
615
|
labelSuffix: string;
|
|
614
616
|
hasLabel: boolean;
|
|
615
|
-
|
|
616
|
-
|
|
617
|
+
defaultValues: FieldValues;
|
|
618
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
617
619
|
style?: CSSProperties | undefined;
|
|
618
620
|
class?: any;
|
|
619
621
|
} & RecordType>;
|
|
620
|
-
|
|
621
|
-
collapseTransition: boolean;
|
|
622
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
622
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
623
623
|
style?: CSSProperties | undefined;
|
|
624
624
|
class?: any;
|
|
625
625
|
} & RecordType>;
|
|
626
|
-
defaultValues: FieldValues;
|
|
627
626
|
hasErrorTip: boolean;
|
|
628
627
|
hasFooter: boolean;
|
|
629
628
|
hasReset: boolean;
|
|
@@ -636,6 +635,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
636
635
|
class?: any;
|
|
637
636
|
} & RecordType>;
|
|
638
637
|
prevent: boolean;
|
|
638
|
+
clearable: boolean;
|
|
639
639
|
}> & Omit<{
|
|
640
640
|
readonly columns: PlusColumn[];
|
|
641
641
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -645,16 +645,15 @@ 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 defaultValues: FieldValues;
|
|
649
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
650
650
|
style?: CSSProperties | undefined;
|
|
651
651
|
class?: any;
|
|
652
652
|
} & RecordType>;
|
|
653
|
-
readonly
|
|
653
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
654
654
|
style?: CSSProperties | undefined;
|
|
655
655
|
class?: any;
|
|
656
656
|
} & RecordType>;
|
|
657
|
-
readonly defaultValues: FieldValues;
|
|
658
657
|
readonly hasErrorTip: boolean;
|
|
659
658
|
readonly hasFooter: boolean;
|
|
660
659
|
readonly hasReset: boolean;
|
|
@@ -667,15 +666,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
667
666
|
class?: any;
|
|
668
667
|
} & RecordType>;
|
|
669
668
|
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;
|
|
673
672
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
674
673
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
675
674
|
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
|
+
};
|
|
679
687
|
columns: {
|
|
680
688
|
type: PropType<PlusColumn[]>;
|
|
681
689
|
default: () => never[];
|
|
@@ -708,25 +716,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
708
716
|
type: PropType<boolean>;
|
|
709
717
|
default: boolean;
|
|
710
718
|
};
|
|
711
|
-
|
|
712
|
-
type: PropType<
|
|
713
|
-
default: boolean;
|
|
714
|
-
};
|
|
715
|
-
colProps: {
|
|
716
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
717
|
-
style?: CSSProperties | undefined;
|
|
718
|
-
class?: any;
|
|
719
|
-
} & RecordType>>;
|
|
719
|
+
defaultValues: {
|
|
720
|
+
type: PropType<FieldValues>;
|
|
720
721
|
default: () => {};
|
|
721
722
|
};
|
|
722
|
-
collapseDuration: {
|
|
723
|
-
type: PropType<number>;
|
|
724
|
-
default: undefined;
|
|
725
|
-
};
|
|
726
|
-
collapseTransition: {
|
|
727
|
-
type: PropType<boolean>;
|
|
728
|
-
default: undefined;
|
|
729
|
-
};
|
|
730
723
|
rowProps: {
|
|
731
724
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
732
725
|
style?: CSSProperties | undefined;
|
|
@@ -734,8 +727,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
734
727
|
} & RecordType>>;
|
|
735
728
|
default: () => {};
|
|
736
729
|
};
|
|
737
|
-
|
|
738
|
-
type: PropType<
|
|
730
|
+
colProps: {
|
|
731
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
732
|
+
style?: CSSProperties | undefined;
|
|
733
|
+
class?: any;
|
|
734
|
+
} & RecordType>>;
|
|
739
735
|
default: () => {};
|
|
740
736
|
};
|
|
741
737
|
hasErrorTip: {
|
|
@@ -777,14 +773,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
777
773
|
type: PropType<boolean>;
|
|
778
774
|
default: boolean;
|
|
779
775
|
};
|
|
776
|
+
clearable: {
|
|
777
|
+
type: PropType<boolean>;
|
|
778
|
+
default: boolean;
|
|
779
|
+
};
|
|
780
780
|
}>> & {
|
|
781
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
782
781
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
783
782
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
784
783
|
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
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
788
788
|
$attrs: {
|
|
789
789
|
[x: string]: unknown;
|
|
790
790
|
};
|
|
@@ -799,6 +799,14 @@ 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
|
+
};
|
|
802
810
|
columns: {
|
|
803
811
|
type: PropType<PlusColumn[]>;
|
|
804
812
|
default: () => never[];
|
|
@@ -831,25 +839,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
831
839
|
type: PropType<boolean>;
|
|
832
840
|
default: boolean;
|
|
833
841
|
};
|
|
834
|
-
|
|
835
|
-
type: PropType<
|
|
836
|
-
default: boolean;
|
|
837
|
-
};
|
|
838
|
-
colProps: {
|
|
839
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
840
|
-
style?: CSSProperties | undefined;
|
|
841
|
-
class?: any;
|
|
842
|
-
} & RecordType>>;
|
|
842
|
+
defaultValues: {
|
|
843
|
+
type: PropType<FieldValues>;
|
|
843
844
|
default: () => {};
|
|
844
845
|
};
|
|
845
|
-
collapseDuration: {
|
|
846
|
-
type: PropType<number>;
|
|
847
|
-
default: undefined;
|
|
848
|
-
};
|
|
849
|
-
collapseTransition: {
|
|
850
|
-
type: PropType<boolean>;
|
|
851
|
-
default: undefined;
|
|
852
|
-
};
|
|
853
846
|
rowProps: {
|
|
854
847
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
855
848
|
style?: CSSProperties | undefined;
|
|
@@ -857,8 +850,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
857
850
|
} & RecordType>>;
|
|
858
851
|
default: () => {};
|
|
859
852
|
};
|
|
860
|
-
|
|
861
|
-
type: PropType<
|
|
853
|
+
colProps: {
|
|
854
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
855
|
+
style?: CSSProperties | undefined;
|
|
856
|
+
class?: any;
|
|
857
|
+
} & RecordType>>;
|
|
862
858
|
default: () => {};
|
|
863
859
|
};
|
|
864
860
|
hasErrorTip: {
|
|
@@ -900,11 +896,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
900
896
|
type: PropType<boolean>;
|
|
901
897
|
default: boolean;
|
|
902
898
|
};
|
|
899
|
+
clearable: {
|
|
900
|
+
type: PropType<boolean>;
|
|
901
|
+
default: boolean;
|
|
902
|
+
};
|
|
903
903
|
}>> & {
|
|
904
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
905
904
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
906
905
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
907
906
|
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,6 +1210,8 @@ 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;
|
|
1213
1215
|
columns: PlusColumn[];
|
|
1214
1216
|
group: false | PlusFormGroupRow[];
|
|
1215
1217
|
modelValue: FieldValues;
|
|
@@ -1218,18 +1220,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1218
1220
|
labelWidth: string | number;
|
|
1219
1221
|
labelSuffix: string;
|
|
1220
1222
|
hasLabel: boolean;
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
+
defaultValues: FieldValues;
|
|
1224
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1223
1225
|
style?: CSSProperties | undefined;
|
|
1224
1226
|
class?: any;
|
|
1225
1227
|
} & RecordType>;
|
|
1226
|
-
|
|
1227
|
-
collapseTransition: boolean;
|
|
1228
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
1228
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1229
1229
|
style?: CSSProperties | undefined;
|
|
1230
1230
|
class?: any;
|
|
1231
1231
|
} & RecordType>;
|
|
1232
|
-
defaultValues: FieldValues;
|
|
1233
1232
|
hasErrorTip: boolean;
|
|
1234
1233
|
hasFooter: boolean;
|
|
1235
1234
|
hasReset: boolean;
|
|
@@ -1242,6 +1241,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1242
1241
|
class?: any;
|
|
1243
1242
|
} & RecordType>;
|
|
1244
1243
|
prevent: boolean;
|
|
1244
|
+
clearable: boolean;
|
|
1245
1245
|
}, {}, string, {}> & {
|
|
1246
1246
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1247
1247
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1263,6 +1263,14 @@ 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
|
+
};
|
|
1266
1274
|
columns: {
|
|
1267
1275
|
type: PropType<PlusColumn[]>;
|
|
1268
1276
|
default: () => never[];
|
|
@@ -1295,25 +1303,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1295
1303
|
type: PropType<boolean>;
|
|
1296
1304
|
default: boolean;
|
|
1297
1305
|
};
|
|
1298
|
-
|
|
1299
|
-
type: PropType<
|
|
1300
|
-
default: boolean;
|
|
1301
|
-
};
|
|
1302
|
-
colProps: {
|
|
1303
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
1304
|
-
style?: CSSProperties | undefined;
|
|
1305
|
-
class?: any;
|
|
1306
|
-
} & RecordType>>;
|
|
1306
|
+
defaultValues: {
|
|
1307
|
+
type: PropType<FieldValues>;
|
|
1307
1308
|
default: () => {};
|
|
1308
1309
|
};
|
|
1309
|
-
collapseDuration: {
|
|
1310
|
-
type: PropType<number>;
|
|
1311
|
-
default: undefined;
|
|
1312
|
-
};
|
|
1313
|
-
collapseTransition: {
|
|
1314
|
-
type: PropType<boolean>;
|
|
1315
|
-
default: undefined;
|
|
1316
|
-
};
|
|
1317
1310
|
rowProps: {
|
|
1318
1311
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
1319
1312
|
style?: CSSProperties | undefined;
|
|
@@ -1321,8 +1314,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1321
1314
|
} & RecordType>>;
|
|
1322
1315
|
default: () => {};
|
|
1323
1316
|
};
|
|
1324
|
-
|
|
1325
|
-
type: PropType<
|
|
1317
|
+
colProps: {
|
|
1318
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
1319
|
+
style?: CSSProperties | undefined;
|
|
1320
|
+
class?: any;
|
|
1321
|
+
} & RecordType>>;
|
|
1326
1322
|
default: () => {};
|
|
1327
1323
|
};
|
|
1328
1324
|
hasErrorTip: {
|
|
@@ -1364,11 +1360,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1364
1360
|
type: PropType<boolean>;
|
|
1365
1361
|
default: boolean;
|
|
1366
1362
|
};
|
|
1363
|
+
clearable: {
|
|
1364
|
+
type: PropType<boolean>;
|
|
1365
|
+
default: boolean;
|
|
1366
|
+
};
|
|
1367
1367
|
}>> & {
|
|
1368
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1369
1368
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1370
1369
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1371
1370
|
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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1683
1683
|
readonly label: string | ComputedRef<string>;
|
|
1684
|
-
readonly modelValue: string | number | boolean |
|
|
1684
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1779
1779
|
readonly label: string | ComputedRef<string>;
|
|
1780
|
-
readonly modelValue: string | number | boolean |
|
|
1780
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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
|
-
|
|
1902
|
+
defaultValues: FieldValues;
|
|
1903
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1903
1904
|
style?: CSSProperties | undefined;
|
|
1904
1905
|
class?: any;
|
|
1905
1906
|
} & RecordType>;
|
|
1906
|
-
|
|
1907
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1907
1908
|
style?: CSSProperties | undefined;
|
|
1908
1909
|
class?: any;
|
|
1909
1910
|
} & RecordType>;
|
|
1910
|
-
defaultValues: FieldValues;
|
|
1911
1911
|
hasFooter: boolean;
|
|
1912
1912
|
hasReset: boolean;
|
|
1913
1913
|
resetText: string;
|
|
@@ -1959,6 +1959,19 @@ 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
|
+
};
|
|
1962
1975
|
colProps: {
|
|
1963
1976
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
1964
1977
|
style?: CSSProperties | undefined;
|
|
@@ -1972,19 +1985,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1972
1985
|
xl: number;
|
|
1973
1986
|
};
|
|
1974
1987
|
};
|
|
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;
|
|
2030
2029
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2031
2030
|
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,6 +2036,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2036
2036
|
$: ComponentInternalInstance;
|
|
2037
2037
|
$data: {};
|
|
2038
2038
|
$props: Partial<{
|
|
2039
|
+
collapseDuration: number;
|
|
2040
|
+
collapseTransition: boolean;
|
|
2039
2041
|
columns: PlusColumn[];
|
|
2040
2042
|
group: false | PlusFormGroupRow[];
|
|
2041
2043
|
modelValue: FieldValues;
|
|
@@ -2044,18 +2046,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2044
2046
|
labelWidth: string | number;
|
|
2045
2047
|
labelSuffix: string;
|
|
2046
2048
|
hasLabel: boolean;
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
+
defaultValues: FieldValues;
|
|
2050
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2049
2051
|
style?: CSSProperties | undefined;
|
|
2050
2052
|
class?: any;
|
|
2051
2053
|
} & RecordType>;
|
|
2052
|
-
|
|
2053
|
-
collapseTransition: boolean;
|
|
2054
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
2054
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2055
2055
|
style?: CSSProperties | undefined;
|
|
2056
2056
|
class?: any;
|
|
2057
2057
|
} & RecordType>;
|
|
2058
|
-
defaultValues: FieldValues;
|
|
2059
2058
|
hasErrorTip: boolean;
|
|
2060
2059
|
hasFooter: boolean;
|
|
2061
2060
|
hasReset: boolean;
|
|
@@ -2068,6 +2067,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2068
2067
|
class?: any;
|
|
2069
2068
|
} & RecordType>;
|
|
2070
2069
|
prevent: boolean;
|
|
2070
|
+
clearable: boolean;
|
|
2071
2071
|
}> & Omit<{
|
|
2072
2072
|
readonly columns: PlusColumn[];
|
|
2073
2073
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -2077,16 +2077,15 @@ 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 defaultValues: FieldValues;
|
|
2081
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
2082
2082
|
style?: CSSProperties | undefined;
|
|
2083
2083
|
class?: any;
|
|
2084
2084
|
} & RecordType>;
|
|
2085
|
-
readonly
|
|
2085
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
2086
2086
|
style?: CSSProperties | undefined;
|
|
2087
2087
|
class?: any;
|
|
2088
2088
|
} & RecordType>;
|
|
2089
|
-
readonly defaultValues: FieldValues;
|
|
2090
2089
|
readonly hasErrorTip: boolean;
|
|
2091
2090
|
readonly hasFooter: boolean;
|
|
2092
2091
|
readonly hasReset: boolean;
|
|
@@ -2099,15 +2098,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2099
2098
|
class?: any;
|
|
2100
2099
|
} & RecordType>;
|
|
2101
2100
|
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;
|
|
2105
2104
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2106
2105
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2107
2106
|
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
|
+
};
|
|
2111
2119
|
columns: {
|
|
2112
2120
|
type: PropType<PlusColumn[]>;
|
|
2113
2121
|
default: () => never[];
|
|
@@ -2140,25 +2148,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2140
2148
|
type: PropType<boolean>;
|
|
2141
2149
|
default: boolean;
|
|
2142
2150
|
};
|
|
2143
|
-
|
|
2144
|
-
type: PropType<
|
|
2145
|
-
default: boolean;
|
|
2146
|
-
};
|
|
2147
|
-
colProps: {
|
|
2148
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
2149
|
-
style?: CSSProperties | undefined;
|
|
2150
|
-
class?: any;
|
|
2151
|
-
} & RecordType>>;
|
|
2151
|
+
defaultValues: {
|
|
2152
|
+
type: PropType<FieldValues>;
|
|
2152
2153
|
default: () => {};
|
|
2153
2154
|
};
|
|
2154
|
-
collapseDuration: {
|
|
2155
|
-
type: PropType<number>;
|
|
2156
|
-
default: undefined;
|
|
2157
|
-
};
|
|
2158
|
-
collapseTransition: {
|
|
2159
|
-
type: PropType<boolean>;
|
|
2160
|
-
default: undefined;
|
|
2161
|
-
};
|
|
2162
2155
|
rowProps: {
|
|
2163
2156
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
2164
2157
|
style?: CSSProperties | undefined;
|
|
@@ -2166,8 +2159,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2166
2159
|
} & RecordType>>;
|
|
2167
2160
|
default: () => {};
|
|
2168
2161
|
};
|
|
2169
|
-
|
|
2170
|
-
type: PropType<
|
|
2162
|
+
colProps: {
|
|
2163
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2164
|
+
style?: CSSProperties | undefined;
|
|
2165
|
+
class?: any;
|
|
2166
|
+
} & RecordType>>;
|
|
2171
2167
|
default: () => {};
|
|
2172
2168
|
};
|
|
2173
2169
|
hasErrorTip: {
|
|
@@ -2209,14 +2205,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2209
2205
|
type: PropType<boolean>;
|
|
2210
2206
|
default: boolean;
|
|
2211
2207
|
};
|
|
2208
|
+
clearable: {
|
|
2209
|
+
type: PropType<boolean>;
|
|
2210
|
+
default: boolean;
|
|
2211
|
+
};
|
|
2212
2212
|
}>> & {
|
|
2213
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2214
2213
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2215
2214
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2216
2215
|
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
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2220
2220
|
$attrs: {
|
|
2221
2221
|
[x: string]: unknown;
|
|
2222
2222
|
};
|
|
@@ -2231,6 +2231,14 @@ 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
|
+
};
|
|
2234
2242
|
columns: {
|
|
2235
2243
|
type: PropType<PlusColumn[]>;
|
|
2236
2244
|
default: () => never[];
|
|
@@ -2263,25 +2271,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2263
2271
|
type: PropType<boolean>;
|
|
2264
2272
|
default: boolean;
|
|
2265
2273
|
};
|
|
2266
|
-
|
|
2267
|
-
type: PropType<
|
|
2268
|
-
default: boolean;
|
|
2269
|
-
};
|
|
2270
|
-
colProps: {
|
|
2271
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
2272
|
-
style?: CSSProperties | undefined;
|
|
2273
|
-
class?: any;
|
|
2274
|
-
} & RecordType>>;
|
|
2274
|
+
defaultValues: {
|
|
2275
|
+
type: PropType<FieldValues>;
|
|
2275
2276
|
default: () => {};
|
|
2276
2277
|
};
|
|
2277
|
-
collapseDuration: {
|
|
2278
|
-
type: PropType<number>;
|
|
2279
|
-
default: undefined;
|
|
2280
|
-
};
|
|
2281
|
-
collapseTransition: {
|
|
2282
|
-
type: PropType<boolean>;
|
|
2283
|
-
default: undefined;
|
|
2284
|
-
};
|
|
2285
2278
|
rowProps: {
|
|
2286
2279
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
2287
2280
|
style?: CSSProperties | undefined;
|
|
@@ -2289,8 +2282,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2289
2282
|
} & RecordType>>;
|
|
2290
2283
|
default: () => {};
|
|
2291
2284
|
};
|
|
2292
|
-
|
|
2293
|
-
type: PropType<
|
|
2285
|
+
colProps: {
|
|
2286
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2287
|
+
style?: CSSProperties | undefined;
|
|
2288
|
+
class?: any;
|
|
2289
|
+
} & RecordType>>;
|
|
2294
2290
|
default: () => {};
|
|
2295
2291
|
};
|
|
2296
2292
|
hasErrorTip: {
|
|
@@ -2332,11 +2328,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2332
2328
|
type: PropType<boolean>;
|
|
2333
2329
|
default: boolean;
|
|
2334
2330
|
};
|
|
2331
|
+
clearable: {
|
|
2332
|
+
type: PropType<boolean>;
|
|
2333
|
+
default: boolean;
|
|
2334
|
+
};
|
|
2335
2335
|
}>> & {
|
|
2336
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2337
2336
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2338
2337
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2339
2338
|
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,6 +2642,8 @@ 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;
|
|
2645
2647
|
columns: PlusColumn[];
|
|
2646
2648
|
group: false | PlusFormGroupRow[];
|
|
2647
2649
|
modelValue: FieldValues;
|
|
@@ -2650,18 +2652,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2650
2652
|
labelWidth: string | number;
|
|
2651
2653
|
labelSuffix: string;
|
|
2652
2654
|
hasLabel: boolean;
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
+
defaultValues: FieldValues;
|
|
2656
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2655
2657
|
style?: CSSProperties | undefined;
|
|
2656
2658
|
class?: any;
|
|
2657
2659
|
} & RecordType>;
|
|
2658
|
-
|
|
2659
|
-
collapseTransition: boolean;
|
|
2660
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
2660
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2661
2661
|
style?: CSSProperties | undefined;
|
|
2662
2662
|
class?: any;
|
|
2663
2663
|
} & RecordType>;
|
|
2664
|
-
defaultValues: FieldValues;
|
|
2665
2664
|
hasErrorTip: boolean;
|
|
2666
2665
|
hasFooter: boolean;
|
|
2667
2666
|
hasReset: boolean;
|
|
@@ -2674,6 +2673,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2674
2673
|
class?: any;
|
|
2675
2674
|
} & RecordType>;
|
|
2676
2675
|
prevent: boolean;
|
|
2676
|
+
clearable: boolean;
|
|
2677
2677
|
}, {}, string, {}> & {
|
|
2678
2678
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2679
2679
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2695,6 +2695,14 @@ 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
|
+
};
|
|
2698
2706
|
columns: {
|
|
2699
2707
|
type: PropType<PlusColumn[]>;
|
|
2700
2708
|
default: () => never[];
|
|
@@ -2727,25 +2735,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2727
2735
|
type: PropType<boolean>;
|
|
2728
2736
|
default: boolean;
|
|
2729
2737
|
};
|
|
2730
|
-
|
|
2731
|
-
type: PropType<
|
|
2732
|
-
default: boolean;
|
|
2733
|
-
};
|
|
2734
|
-
colProps: {
|
|
2735
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
2736
|
-
style?: CSSProperties | undefined;
|
|
2737
|
-
class?: any;
|
|
2738
|
-
} & RecordType>>;
|
|
2738
|
+
defaultValues: {
|
|
2739
|
+
type: PropType<FieldValues>;
|
|
2739
2740
|
default: () => {};
|
|
2740
2741
|
};
|
|
2741
|
-
collapseDuration: {
|
|
2742
|
-
type: PropType<number>;
|
|
2743
|
-
default: undefined;
|
|
2744
|
-
};
|
|
2745
|
-
collapseTransition: {
|
|
2746
|
-
type: PropType<boolean>;
|
|
2747
|
-
default: undefined;
|
|
2748
|
-
};
|
|
2749
2742
|
rowProps: {
|
|
2750
2743
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
2751
2744
|
style?: CSSProperties | undefined;
|
|
@@ -2753,8 +2746,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2753
2746
|
} & RecordType>>;
|
|
2754
2747
|
default: () => {};
|
|
2755
2748
|
};
|
|
2756
|
-
|
|
2757
|
-
type: PropType<
|
|
2749
|
+
colProps: {
|
|
2750
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2751
|
+
style?: CSSProperties | undefined;
|
|
2752
|
+
class?: any;
|
|
2753
|
+
} & RecordType>>;
|
|
2758
2754
|
default: () => {};
|
|
2759
2755
|
};
|
|
2760
2756
|
hasErrorTip: {
|
|
@@ -2796,11 +2792,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2796
2792
|
type: PropType<boolean>;
|
|
2797
2793
|
default: boolean;
|
|
2798
2794
|
};
|
|
2795
|
+
clearable: {
|
|
2796
|
+
type: PropType<boolean>;
|
|
2797
|
+
default: boolean;
|
|
2798
|
+
};
|
|
2799
2799
|
}>> & {
|
|
2800
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2801
2800
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2802
2801
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2803
2802
|
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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3115
3115
|
readonly label: string | ComputedRef<string>;
|
|
3116
|
-
readonly modelValue: string | number | boolean |
|
|
3116
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3211
3211
|
readonly label: string | ComputedRef<string>;
|
|
3212
|
-
readonly modelValue: string | number | boolean |
|
|
3212
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3325
3325
|
readonly label: string | ComputedRef<string>;
|
|
3326
|
-
readonly modelValue: string | number | boolean |
|
|
3326
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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
|
-
columns: PlusColumn[];
|
|
3434
3433
|
data: RecordType[];
|
|
3434
|
+
columns: PlusColumn[];
|
|
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 columns: PlusColumn[];
|
|
3483
3482
|
readonly data: RecordType[];
|
|
3483
|
+
readonly columns: PlusColumn[];
|
|
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
|
-
columns: {
|
|
3545
|
-
type: PropType<PlusColumn[]>;
|
|
3546
|
-
default: () => never[];
|
|
3547
|
-
};
|
|
3548
3544
|
data: {
|
|
3549
3545
|
type: PropType< RecordType[]>;
|
|
3550
3546
|
default: () => never[];
|
|
3551
3547
|
};
|
|
3548
|
+
columns: {
|
|
3549
|
+
type: PropType<PlusColumn[]>;
|
|
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
|
+
}, "data" | "columns" | "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
|
-
columns: {
|
|
3707
|
-
type: PropType<PlusColumn[]>;
|
|
3708
|
-
default: () => never[];
|
|
3709
|
-
};
|
|
3704
|
+
$el: any;
|
|
3705
|
+
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3710
3706
|
data: {
|
|
3711
3707
|
type: PropType< RecordType[]>;
|
|
3712
3708
|
default: () => never[];
|
|
3713
3709
|
};
|
|
3710
|
+
columns: {
|
|
3711
|
+
type: PropType<PlusColumn[]>;
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
3867
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3868
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
4063
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4064
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
4198
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4199
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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
|
-
columns: PlusColumn[];
|
|
4418
4417
|
data: RecordType[];
|
|
4418
|
+
columns: PlusColumn[];
|
|
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
|
-
columns: {
|
|
4487
|
-
type: PropType<PlusColumn[]>;
|
|
4488
|
-
default: () => never[];
|
|
4489
|
-
};
|
|
4490
4486
|
data: {
|
|
4491
4487
|
type: PropType< RecordType[]>;
|
|
4492
4488
|
default: () => never[];
|
|
4493
4489
|
};
|
|
4490
|
+
columns: {
|
|
4491
|
+
type: PropType<PlusColumn[]>;
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
4647
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4648
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
4843
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4844
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
4978
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4979
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5054
5054
|
}>> & {
|
|
5055
5055
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5056
5056
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5221,8 +5221,6 @@ 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;
|
|
5226
5224
|
search: false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
5227
5225
|
style?: CSSProperties | undefined;
|
|
5228
5226
|
class?: any;
|
|
@@ -5231,6 +5229,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5231
5229
|
style?: CSSProperties | undefined;
|
|
5232
5230
|
class?: any;
|
|
5233
5231
|
}>;
|
|
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,15 +5273,6 @@ 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
|
-
};
|
|
5285
5276
|
search: {
|
|
5286
5277
|
type: PropType<false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
5287
5278
|
style?: CSSProperties | undefined;
|
|
@@ -5296,6 +5287,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5296
5287
|
}>>;
|
|
5297
5288
|
default: () => {};
|
|
5298
5289
|
};
|
|
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
|
-
|
|
5385
|
+
defaultValues: FieldValues;
|
|
5386
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
5386
5387
|
style?: CSSProperties | undefined;
|
|
5387
5388
|
class?: any;
|
|
5388
5389
|
} & RecordType>;
|
|
5389
|
-
|
|
5390
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
5390
5391
|
style?: CSSProperties | undefined;
|
|
5391
5392
|
class?: any;
|
|
5392
5393
|
} & 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
|
|
5409
|
+
readonly defaultValues: FieldValues;
|
|
5410
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
5410
5411
|
style?: CSSProperties | undefined;
|
|
5411
5412
|
class?: any;
|
|
5412
5413
|
} & RecordType>;
|
|
5413
|
-
readonly
|
|
5414
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
5414
5415
|
style?: CSSProperties | undefined;
|
|
5415
5416
|
class?: any;
|
|
5416
5417
|
} & 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;
|
|
5430
5429
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5431
5430
|
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,6 +5452,19 @@ 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
|
+
};
|
|
5455
5468
|
colProps: {
|
|
5456
5469
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
5457
5470
|
style?: CSSProperties | undefined;
|
|
@@ -5465,19 +5478,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5465
5478
|
xl: number;
|
|
5466
5479
|
};
|
|
5467
5480
|
};
|
|
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;
|
|
5523
5522
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5524
5523
|
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" | "defaultValues" | "rowProps" | "colProps" | "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: "search", values: FieldValues) => void) & ((event: "reset", 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,6 +5559,19 @@ 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
|
+
};
|
|
5562
5575
|
colProps: {
|
|
5563
5576
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
5564
5577
|
style?: CSSProperties | undefined;
|
|
@@ -5572,19 +5585,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5572
5585
|
xl: number;
|
|
5573
5586
|
};
|
|
5574
5587
|
};
|
|
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;
|
|
5630
5629
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5631
5630
|
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,6 +5636,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5636
5636
|
$: ComponentInternalInstance;
|
|
5637
5637
|
$data: {};
|
|
5638
5638
|
$props: Partial<{
|
|
5639
|
+
collapseDuration: number;
|
|
5640
|
+
collapseTransition: boolean;
|
|
5639
5641
|
columns: PlusColumn[];
|
|
5640
5642
|
group: false | PlusFormGroupRow[];
|
|
5641
5643
|
modelValue: FieldValues;
|
|
@@ -5644,18 +5646,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5644
5646
|
labelWidth: string | number;
|
|
5645
5647
|
labelSuffix: string;
|
|
5646
5648
|
hasLabel: boolean;
|
|
5647
|
-
|
|
5648
|
-
|
|
5649
|
+
defaultValues: FieldValues;
|
|
5650
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
5649
5651
|
style?: CSSProperties | undefined;
|
|
5650
5652
|
class?: any;
|
|
5651
5653
|
} & RecordType>;
|
|
5652
|
-
|
|
5653
|
-
collapseTransition: boolean;
|
|
5654
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
5654
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
5655
5655
|
style?: CSSProperties | undefined;
|
|
5656
5656
|
class?: any;
|
|
5657
5657
|
} & RecordType>;
|
|
5658
|
-
defaultValues: FieldValues;
|
|
5659
5658
|
hasErrorTip: boolean;
|
|
5660
5659
|
hasFooter: boolean;
|
|
5661
5660
|
hasReset: boolean;
|
|
@@ -5668,6 +5667,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5668
5667
|
class?: any;
|
|
5669
5668
|
} & RecordType>;
|
|
5670
5669
|
prevent: boolean;
|
|
5670
|
+
clearable: boolean;
|
|
5671
5671
|
}> & Omit<{
|
|
5672
5672
|
readonly columns: PlusColumn[];
|
|
5673
5673
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -5677,16 +5677,15 @@ 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 defaultValues: FieldValues;
|
|
5681
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
5682
5682
|
style?: CSSProperties | undefined;
|
|
5683
5683
|
class?: any;
|
|
5684
5684
|
} & RecordType>;
|
|
5685
|
-
readonly
|
|
5685
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
5686
5686
|
style?: CSSProperties | undefined;
|
|
5687
5687
|
class?: any;
|
|
5688
5688
|
} & RecordType>;
|
|
5689
|
-
readonly defaultValues: FieldValues;
|
|
5690
5689
|
readonly hasErrorTip: boolean;
|
|
5691
5690
|
readonly hasFooter: boolean;
|
|
5692
5691
|
readonly hasReset: boolean;
|
|
@@ -5699,15 +5698,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5699
5698
|
class?: any;
|
|
5700
5699
|
} & RecordType>;
|
|
5701
5700
|
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;
|
|
5705
5704
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5706
5705
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5707
5706
|
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
|
+
};
|
|
5711
5719
|
columns: {
|
|
5712
5720
|
type: PropType<PlusColumn[]>;
|
|
5713
5721
|
default: () => never[];
|
|
@@ -5740,25 +5748,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5740
5748
|
type: PropType<boolean>;
|
|
5741
5749
|
default: boolean;
|
|
5742
5750
|
};
|
|
5743
|
-
|
|
5744
|
-
type: PropType<
|
|
5745
|
-
default: boolean;
|
|
5746
|
-
};
|
|
5747
|
-
colProps: {
|
|
5748
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
5749
|
-
style?: CSSProperties | undefined;
|
|
5750
|
-
class?: any;
|
|
5751
|
-
} & RecordType>>;
|
|
5751
|
+
defaultValues: {
|
|
5752
|
+
type: PropType<FieldValues>;
|
|
5752
5753
|
default: () => {};
|
|
5753
5754
|
};
|
|
5754
|
-
collapseDuration: {
|
|
5755
|
-
type: PropType<number>;
|
|
5756
|
-
default: undefined;
|
|
5757
|
-
};
|
|
5758
|
-
collapseTransition: {
|
|
5759
|
-
type: PropType<boolean>;
|
|
5760
|
-
default: undefined;
|
|
5761
|
-
};
|
|
5762
5755
|
rowProps: {
|
|
5763
5756
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
5764
5757
|
style?: CSSProperties | undefined;
|
|
@@ -5766,8 +5759,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5766
5759
|
} & RecordType>>;
|
|
5767
5760
|
default: () => {};
|
|
5768
5761
|
};
|
|
5769
|
-
|
|
5770
|
-
type: PropType<
|
|
5762
|
+
colProps: {
|
|
5763
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
5764
|
+
style?: CSSProperties | undefined;
|
|
5765
|
+
class?: any;
|
|
5766
|
+
} & RecordType>>;
|
|
5771
5767
|
default: () => {};
|
|
5772
5768
|
};
|
|
5773
5769
|
hasErrorTip: {
|
|
@@ -5809,14 +5805,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5809
5805
|
type: PropType<boolean>;
|
|
5810
5806
|
default: boolean;
|
|
5811
5807
|
};
|
|
5808
|
+
clearable: {
|
|
5809
|
+
type: PropType<boolean>;
|
|
5810
|
+
default: boolean;
|
|
5811
|
+
};
|
|
5812
5812
|
}>> & {
|
|
5813
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5814
5813
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5815
5814
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5816
5815
|
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
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
5820
5820
|
$attrs: {
|
|
5821
5821
|
[x: string]: unknown;
|
|
5822
5822
|
};
|
|
@@ -5831,6 +5831,14 @@ 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
|
+
};
|
|
5834
5842
|
columns: {
|
|
5835
5843
|
type: PropType<PlusColumn[]>;
|
|
5836
5844
|
default: () => never[];
|
|
@@ -5863,25 +5871,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5863
5871
|
type: PropType<boolean>;
|
|
5864
5872
|
default: boolean;
|
|
5865
5873
|
};
|
|
5866
|
-
|
|
5867
|
-
type: PropType<
|
|
5868
|
-
default: boolean;
|
|
5869
|
-
};
|
|
5870
|
-
colProps: {
|
|
5871
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
5872
|
-
style?: CSSProperties | undefined;
|
|
5873
|
-
class?: any;
|
|
5874
|
-
} & RecordType>>;
|
|
5874
|
+
defaultValues: {
|
|
5875
|
+
type: PropType<FieldValues>;
|
|
5875
5876
|
default: () => {};
|
|
5876
5877
|
};
|
|
5877
|
-
collapseDuration: {
|
|
5878
|
-
type: PropType<number>;
|
|
5879
|
-
default: undefined;
|
|
5880
|
-
};
|
|
5881
|
-
collapseTransition: {
|
|
5882
|
-
type: PropType<boolean>;
|
|
5883
|
-
default: undefined;
|
|
5884
|
-
};
|
|
5885
5878
|
rowProps: {
|
|
5886
5879
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
5887
5880
|
style?: CSSProperties | undefined;
|
|
@@ -5889,8 +5882,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5889
5882
|
} & RecordType>>;
|
|
5890
5883
|
default: () => {};
|
|
5891
5884
|
};
|
|
5892
|
-
|
|
5893
|
-
type: PropType<
|
|
5885
|
+
colProps: {
|
|
5886
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
5887
|
+
style?: CSSProperties | undefined;
|
|
5888
|
+
class?: any;
|
|
5889
|
+
} & RecordType>>;
|
|
5894
5890
|
default: () => {};
|
|
5895
5891
|
};
|
|
5896
5892
|
hasErrorTip: {
|
|
@@ -5932,11 +5928,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5932
5928
|
type: PropType<boolean>;
|
|
5933
5929
|
default: boolean;
|
|
5934
5930
|
};
|
|
5931
|
+
clearable: {
|
|
5932
|
+
type: PropType<boolean>;
|
|
5933
|
+
default: boolean;
|
|
5934
|
+
};
|
|
5935
5935
|
}>> & {
|
|
5936
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5937
5936
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5938
5937
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5939
5938
|
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,6 +6242,8 @@ 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;
|
|
6245
6247
|
columns: PlusColumn[];
|
|
6246
6248
|
group: false | PlusFormGroupRow[];
|
|
6247
6249
|
modelValue: FieldValues;
|
|
@@ -6250,18 +6252,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6250
6252
|
labelWidth: string | number;
|
|
6251
6253
|
labelSuffix: string;
|
|
6252
6254
|
hasLabel: boolean;
|
|
6253
|
-
|
|
6254
|
-
|
|
6255
|
+
defaultValues: FieldValues;
|
|
6256
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
6255
6257
|
style?: CSSProperties | undefined;
|
|
6256
6258
|
class?: any;
|
|
6257
6259
|
} & RecordType>;
|
|
6258
|
-
|
|
6259
|
-
collapseTransition: boolean;
|
|
6260
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
6260
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
6261
6261
|
style?: CSSProperties | undefined;
|
|
6262
6262
|
class?: any;
|
|
6263
6263
|
} & RecordType>;
|
|
6264
|
-
defaultValues: FieldValues;
|
|
6265
6264
|
hasErrorTip: boolean;
|
|
6266
6265
|
hasFooter: boolean;
|
|
6267
6266
|
hasReset: boolean;
|
|
@@ -6274,6 +6273,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6274
6273
|
class?: any;
|
|
6275
6274
|
} & RecordType>;
|
|
6276
6275
|
prevent: boolean;
|
|
6276
|
+
clearable: boolean;
|
|
6277
6277
|
}, {}, string, {}> & {
|
|
6278
6278
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
6279
6279
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -6295,6 +6295,14 @@ 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
|
+
};
|
|
6298
6306
|
columns: {
|
|
6299
6307
|
type: PropType<PlusColumn[]>;
|
|
6300
6308
|
default: () => never[];
|
|
@@ -6327,25 +6335,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6327
6335
|
type: PropType<boolean>;
|
|
6328
6336
|
default: boolean;
|
|
6329
6337
|
};
|
|
6330
|
-
|
|
6331
|
-
type: PropType<
|
|
6332
|
-
default: boolean;
|
|
6333
|
-
};
|
|
6334
|
-
colProps: {
|
|
6335
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
6336
|
-
style?: CSSProperties | undefined;
|
|
6337
|
-
class?: any;
|
|
6338
|
-
} & RecordType>>;
|
|
6338
|
+
defaultValues: {
|
|
6339
|
+
type: PropType<FieldValues>;
|
|
6339
6340
|
default: () => {};
|
|
6340
6341
|
};
|
|
6341
|
-
collapseDuration: {
|
|
6342
|
-
type: PropType<number>;
|
|
6343
|
-
default: undefined;
|
|
6344
|
-
};
|
|
6345
|
-
collapseTransition: {
|
|
6346
|
-
type: PropType<boolean>;
|
|
6347
|
-
default: undefined;
|
|
6348
|
-
};
|
|
6349
6342
|
rowProps: {
|
|
6350
6343
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
6351
6344
|
style?: CSSProperties | undefined;
|
|
@@ -6353,8 +6346,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6353
6346
|
} & RecordType>>;
|
|
6354
6347
|
default: () => {};
|
|
6355
6348
|
};
|
|
6356
|
-
|
|
6357
|
-
type: PropType<
|
|
6349
|
+
colProps: {
|
|
6350
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
6351
|
+
style?: CSSProperties | undefined;
|
|
6352
|
+
class?: any;
|
|
6353
|
+
} & RecordType>>;
|
|
6358
6354
|
default: () => {};
|
|
6359
6355
|
};
|
|
6360
6356
|
hasErrorTip: {
|
|
@@ -6396,11 +6392,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6396
6392
|
type: PropType<boolean>;
|
|
6397
6393
|
default: boolean;
|
|
6398
6394
|
};
|
|
6395
|
+
clearable: {
|
|
6396
|
+
type: PropType<boolean>;
|
|
6397
|
+
default: boolean;
|
|
6398
|
+
};
|
|
6399
6399
|
}>> & {
|
|
6400
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6401
6400
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6402
6401
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6403
6402
|
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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6715
6715
|
readonly label: string | ComputedRef<string>;
|
|
6716
|
-
readonly modelValue: string | number | boolean |
|
|
6716
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6811
6811
|
readonly label: string | ComputedRef<string>;
|
|
6812
|
-
readonly modelValue: string | number | boolean |
|
|
6812
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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
|
-
|
|
6934
|
+
defaultValues: FieldValues;
|
|
6935
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
6935
6936
|
style?: CSSProperties | undefined;
|
|
6936
6937
|
class?: any;
|
|
6937
6938
|
} & RecordType>;
|
|
6938
|
-
|
|
6939
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
6939
6940
|
style?: CSSProperties | undefined;
|
|
6940
6941
|
class?: any;
|
|
6941
6942
|
} & RecordType>;
|
|
6942
|
-
defaultValues: FieldValues;
|
|
6943
6943
|
hasFooter: boolean;
|
|
6944
6944
|
hasReset: boolean;
|
|
6945
6945
|
resetText: string;
|
|
@@ -6991,6 +6991,19 @@ 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
|
+
};
|
|
6994
7007
|
colProps: {
|
|
6995
7008
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
6996
7009
|
style?: CSSProperties | undefined;
|
|
@@ -7004,19 +7017,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7004
7017
|
xl: number;
|
|
7005
7018
|
};
|
|
7006
7019
|
};
|
|
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;
|
|
7062
7061
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7063
7062
|
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,6 +7068,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7068
7068
|
$: ComponentInternalInstance;
|
|
7069
7069
|
$data: {};
|
|
7070
7070
|
$props: Partial<{
|
|
7071
|
+
collapseDuration: number;
|
|
7072
|
+
collapseTransition: boolean;
|
|
7071
7073
|
columns: PlusColumn[];
|
|
7072
7074
|
group: false | PlusFormGroupRow[];
|
|
7073
7075
|
modelValue: FieldValues;
|
|
@@ -7076,18 +7078,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7076
7078
|
labelWidth: string | number;
|
|
7077
7079
|
labelSuffix: string;
|
|
7078
7080
|
hasLabel: boolean;
|
|
7079
|
-
|
|
7080
|
-
|
|
7081
|
+
defaultValues: FieldValues;
|
|
7082
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
7081
7083
|
style?: CSSProperties | undefined;
|
|
7082
7084
|
class?: any;
|
|
7083
7085
|
} & RecordType>;
|
|
7084
|
-
|
|
7085
|
-
collapseTransition: boolean;
|
|
7086
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
7086
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
7087
7087
|
style?: CSSProperties | undefined;
|
|
7088
7088
|
class?: any;
|
|
7089
7089
|
} & RecordType>;
|
|
7090
|
-
defaultValues: FieldValues;
|
|
7091
7090
|
hasErrorTip: boolean;
|
|
7092
7091
|
hasFooter: boolean;
|
|
7093
7092
|
hasReset: boolean;
|
|
@@ -7100,6 +7099,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7100
7099
|
class?: any;
|
|
7101
7100
|
} & RecordType>;
|
|
7102
7101
|
prevent: boolean;
|
|
7102
|
+
clearable: boolean;
|
|
7103
7103
|
}> & Omit<{
|
|
7104
7104
|
readonly columns: PlusColumn[];
|
|
7105
7105
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -7109,16 +7109,15 @@ 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 defaultValues: FieldValues;
|
|
7113
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
7114
7114
|
style?: CSSProperties | undefined;
|
|
7115
7115
|
class?: any;
|
|
7116
7116
|
} & RecordType>;
|
|
7117
|
-
readonly
|
|
7117
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
7118
7118
|
style?: CSSProperties | undefined;
|
|
7119
7119
|
class?: any;
|
|
7120
7120
|
} & RecordType>;
|
|
7121
|
-
readonly defaultValues: FieldValues;
|
|
7122
7121
|
readonly hasErrorTip: boolean;
|
|
7123
7122
|
readonly hasFooter: boolean;
|
|
7124
7123
|
readonly hasReset: boolean;
|
|
@@ -7131,15 +7130,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7131
7130
|
class?: any;
|
|
7132
7131
|
} & RecordType>;
|
|
7133
7132
|
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;
|
|
7137
7136
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7138
7137
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7139
7138
|
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
|
+
};
|
|
7143
7151
|
columns: {
|
|
7144
7152
|
type: PropType<PlusColumn[]>;
|
|
7145
7153
|
default: () => never[];
|
|
@@ -7172,25 +7180,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7172
7180
|
type: PropType<boolean>;
|
|
7173
7181
|
default: boolean;
|
|
7174
7182
|
};
|
|
7175
|
-
|
|
7176
|
-
type: PropType<
|
|
7177
|
-
default: boolean;
|
|
7178
|
-
};
|
|
7179
|
-
colProps: {
|
|
7180
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
7181
|
-
style?: CSSProperties | undefined;
|
|
7182
|
-
class?: any;
|
|
7183
|
-
} & RecordType>>;
|
|
7183
|
+
defaultValues: {
|
|
7184
|
+
type: PropType<FieldValues>;
|
|
7184
7185
|
default: () => {};
|
|
7185
7186
|
};
|
|
7186
|
-
collapseDuration: {
|
|
7187
|
-
type: PropType<number>;
|
|
7188
|
-
default: undefined;
|
|
7189
|
-
};
|
|
7190
|
-
collapseTransition: {
|
|
7191
|
-
type: PropType<boolean>;
|
|
7192
|
-
default: undefined;
|
|
7193
|
-
};
|
|
7194
7187
|
rowProps: {
|
|
7195
7188
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
7196
7189
|
style?: CSSProperties | undefined;
|
|
@@ -7198,8 +7191,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7198
7191
|
} & RecordType>>;
|
|
7199
7192
|
default: () => {};
|
|
7200
7193
|
};
|
|
7201
|
-
|
|
7202
|
-
type: PropType<
|
|
7194
|
+
colProps: {
|
|
7195
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
7196
|
+
style?: CSSProperties | undefined;
|
|
7197
|
+
class?: any;
|
|
7198
|
+
} & RecordType>>;
|
|
7203
7199
|
default: () => {};
|
|
7204
7200
|
};
|
|
7205
7201
|
hasErrorTip: {
|
|
@@ -7241,14 +7237,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7241
7237
|
type: PropType<boolean>;
|
|
7242
7238
|
default: boolean;
|
|
7243
7239
|
};
|
|
7240
|
+
clearable: {
|
|
7241
|
+
type: PropType<boolean>;
|
|
7242
|
+
default: boolean;
|
|
7243
|
+
};
|
|
7244
7244
|
}>> & {
|
|
7245
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7246
7245
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7247
7246
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7248
7247
|
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
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7252
7252
|
$attrs: {
|
|
7253
7253
|
[x: string]: unknown;
|
|
7254
7254
|
};
|
|
@@ -7263,6 +7263,14 @@ 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
|
+
};
|
|
7266
7274
|
columns: {
|
|
7267
7275
|
type: PropType<PlusColumn[]>;
|
|
7268
7276
|
default: () => never[];
|
|
@@ -7295,25 +7303,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7295
7303
|
type: PropType<boolean>;
|
|
7296
7304
|
default: boolean;
|
|
7297
7305
|
};
|
|
7298
|
-
|
|
7299
|
-
type: PropType<
|
|
7300
|
-
default: boolean;
|
|
7301
|
-
};
|
|
7302
|
-
colProps: {
|
|
7303
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
7304
|
-
style?: CSSProperties | undefined;
|
|
7305
|
-
class?: any;
|
|
7306
|
-
} & RecordType>>;
|
|
7306
|
+
defaultValues: {
|
|
7307
|
+
type: PropType<FieldValues>;
|
|
7307
7308
|
default: () => {};
|
|
7308
7309
|
};
|
|
7309
|
-
collapseDuration: {
|
|
7310
|
-
type: PropType<number>;
|
|
7311
|
-
default: undefined;
|
|
7312
|
-
};
|
|
7313
|
-
collapseTransition: {
|
|
7314
|
-
type: PropType<boolean>;
|
|
7315
|
-
default: undefined;
|
|
7316
|
-
};
|
|
7317
7310
|
rowProps: {
|
|
7318
7311
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
7319
7312
|
style?: CSSProperties | undefined;
|
|
@@ -7321,8 +7314,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7321
7314
|
} & RecordType>>;
|
|
7322
7315
|
default: () => {};
|
|
7323
7316
|
};
|
|
7324
|
-
|
|
7325
|
-
type: PropType<
|
|
7317
|
+
colProps: {
|
|
7318
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
7319
|
+
style?: CSSProperties | undefined;
|
|
7320
|
+
class?: any;
|
|
7321
|
+
} & RecordType>>;
|
|
7326
7322
|
default: () => {};
|
|
7327
7323
|
};
|
|
7328
7324
|
hasErrorTip: {
|
|
@@ -7364,11 +7360,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7364
7360
|
type: PropType<boolean>;
|
|
7365
7361
|
default: boolean;
|
|
7366
7362
|
};
|
|
7363
|
+
clearable: {
|
|
7364
|
+
type: PropType<boolean>;
|
|
7365
|
+
default: boolean;
|
|
7366
|
+
};
|
|
7367
7367
|
}>> & {
|
|
7368
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7369
7368
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7370
7369
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7371
7370
|
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,6 +7674,8 @@ 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;
|
|
7677
7679
|
columns: PlusColumn[];
|
|
7678
7680
|
group: false | PlusFormGroupRow[];
|
|
7679
7681
|
modelValue: FieldValues;
|
|
@@ -7682,18 +7684,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7682
7684
|
labelWidth: string | number;
|
|
7683
7685
|
labelSuffix: string;
|
|
7684
7686
|
hasLabel: boolean;
|
|
7685
|
-
|
|
7686
|
-
|
|
7687
|
+
defaultValues: FieldValues;
|
|
7688
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
7687
7689
|
style?: CSSProperties | undefined;
|
|
7688
7690
|
class?: any;
|
|
7689
7691
|
} & RecordType>;
|
|
7690
|
-
|
|
7691
|
-
collapseTransition: boolean;
|
|
7692
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
7692
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
7693
7693
|
style?: CSSProperties | undefined;
|
|
7694
7694
|
class?: any;
|
|
7695
7695
|
} & RecordType>;
|
|
7696
|
-
defaultValues: FieldValues;
|
|
7697
7696
|
hasErrorTip: boolean;
|
|
7698
7697
|
hasFooter: boolean;
|
|
7699
7698
|
hasReset: boolean;
|
|
@@ -7706,6 +7705,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7706
7705
|
class?: any;
|
|
7707
7706
|
} & RecordType>;
|
|
7708
7707
|
prevent: boolean;
|
|
7708
|
+
clearable: boolean;
|
|
7709
7709
|
}, {}, string, {}> & {
|
|
7710
7710
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
7711
7711
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -7727,6 +7727,14 @@ 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
|
+
};
|
|
7730
7738
|
columns: {
|
|
7731
7739
|
type: PropType<PlusColumn[]>;
|
|
7732
7740
|
default: () => never[];
|
|
@@ -7759,25 +7767,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7759
7767
|
type: PropType<boolean>;
|
|
7760
7768
|
default: boolean;
|
|
7761
7769
|
};
|
|
7762
|
-
|
|
7763
|
-
type: PropType<
|
|
7764
|
-
default: boolean;
|
|
7765
|
-
};
|
|
7766
|
-
colProps: {
|
|
7767
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
7768
|
-
style?: CSSProperties | undefined;
|
|
7769
|
-
class?: any;
|
|
7770
|
-
} & RecordType>>;
|
|
7770
|
+
defaultValues: {
|
|
7771
|
+
type: PropType<FieldValues>;
|
|
7771
7772
|
default: () => {};
|
|
7772
7773
|
};
|
|
7773
|
-
collapseDuration: {
|
|
7774
|
-
type: PropType<number>;
|
|
7775
|
-
default: undefined;
|
|
7776
|
-
};
|
|
7777
|
-
collapseTransition: {
|
|
7778
|
-
type: PropType<boolean>;
|
|
7779
|
-
default: undefined;
|
|
7780
|
-
};
|
|
7781
7774
|
rowProps: {
|
|
7782
7775
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
7783
7776
|
style?: CSSProperties | undefined;
|
|
@@ -7785,8 +7778,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7785
7778
|
} & RecordType>>;
|
|
7786
7779
|
default: () => {};
|
|
7787
7780
|
};
|
|
7788
|
-
|
|
7789
|
-
type: PropType<
|
|
7781
|
+
colProps: {
|
|
7782
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
7783
|
+
style?: CSSProperties | undefined;
|
|
7784
|
+
class?: any;
|
|
7785
|
+
} & RecordType>>;
|
|
7790
7786
|
default: () => {};
|
|
7791
7787
|
};
|
|
7792
7788
|
hasErrorTip: {
|
|
@@ -7828,11 +7824,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7828
7824
|
type: PropType<boolean>;
|
|
7829
7825
|
default: boolean;
|
|
7830
7826
|
};
|
|
7827
|
+
clearable: {
|
|
7828
|
+
type: PropType<boolean>;
|
|
7829
|
+
default: boolean;
|
|
7830
|
+
};
|
|
7831
7831
|
}>> & {
|
|
7832
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7833
7832
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7834
7833
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7835
7834
|
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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8147
8147
|
readonly label: string | ComputedRef<string>;
|
|
8148
|
-
readonly modelValue: string | number | boolean |
|
|
8148
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8243
8243
|
readonly label: string | ComputedRef<string>;
|
|
8244
|
-
readonly modelValue: string | number | boolean |
|
|
8244
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8357
8357
|
readonly label: string | ComputedRef<string>;
|
|
8358
|
-
readonly modelValue: string | number | boolean |
|
|
8358
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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
|
-
columns: PlusColumn[];
|
|
8466
8465
|
data: RecordType[];
|
|
8466
|
+
columns: PlusColumn[];
|
|
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 columns: PlusColumn[];
|
|
8515
8514
|
readonly data: RecordType[];
|
|
8515
|
+
readonly columns: PlusColumn[];
|
|
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
|
-
columns: {
|
|
8577
|
-
type: PropType<PlusColumn[]>;
|
|
8578
|
-
default: () => never[];
|
|
8579
|
-
};
|
|
8580
8576
|
data: {
|
|
8581
8577
|
type: PropType< RecordType[]>;
|
|
8582
8578
|
default: () => never[];
|
|
8583
8579
|
};
|
|
8580
|
+
columns: {
|
|
8581
|
+
type: PropType<PlusColumn[]>;
|
|
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
|
+
}, "data" | "columns" | "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
|
-
columns: {
|
|
8739
|
-
type: PropType<PlusColumn[]>;
|
|
8740
|
-
default: () => never[];
|
|
8741
|
-
};
|
|
8742
8738
|
data: {
|
|
8743
8739
|
type: PropType< RecordType[]>;
|
|
8744
8740
|
default: () => never[];
|
|
8745
8741
|
};
|
|
8742
|
+
columns: {
|
|
8743
|
+
type: PropType<PlusColumn[]>;
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
8899
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
8900
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
9095
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9096
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
9230
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9231
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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
|
-
columns: PlusColumn[];
|
|
9450
9449
|
data: RecordType[];
|
|
9450
|
+
columns: PlusColumn[];
|
|
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
|
-
columns: {
|
|
9519
|
-
type: PropType<PlusColumn[]>;
|
|
9520
|
-
default: () => never[];
|
|
9521
|
-
};
|
|
9522
9518
|
data: {
|
|
9523
9519
|
type: PropType< RecordType[]>;
|
|
9524
9520
|
default: () => never[];
|
|
9525
9521
|
};
|
|
9522
|
+
columns: {
|
|
9523
|
+
type: PropType<PlusColumn[]>;
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
9679
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9680
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
9875
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9876
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
10010
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10011
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
10252
10252
|
readonly label: string | ComputedRef<string>;
|
|
10253
|
-
readonly modelValue: string | number | boolean |
|
|
10253
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
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 | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | 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
|
-
columns: PlusColumn[];
|
|
10377
10376
|
data: RecordType[];
|
|
10377
|
+
columns: PlusColumn[];
|
|
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 columns: PlusColumn[];
|
|
10426
10425
|
readonly data: RecordType[];
|
|
10426
|
+
readonly columns: PlusColumn[];
|
|
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
|
-
columns: {
|
|
10488
|
-
type: PropType<PlusColumn[]>;
|
|
10489
|
-
default: () => never[];
|
|
10490
|
-
};
|
|
10491
10487
|
data: {
|
|
10492
10488
|
type: PropType< RecordType[]>;
|
|
10493
10489
|
default: () => never[];
|
|
10494
10490
|
};
|
|
10491
|
+
columns: {
|
|
10492
|
+
type: PropType<PlusColumn[]>;
|
|
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
|
+
}, "data" | "columns" | "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
|
-
columns: {
|
|
10650
|
-
type: PropType<PlusColumn[]>;
|
|
10651
|
-
default: () => never[];
|
|
10652
|
-
};
|
|
10653
10649
|
data: {
|
|
10654
10650
|
type: PropType< RecordType[]>;
|
|
10655
10651
|
default: () => never[];
|
|
10656
10652
|
};
|
|
10653
|
+
columns: {
|
|
10654
|
+
type: PropType<PlusColumn[]>;
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
10810
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10811
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
11006
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11007
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
11141
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11142
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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
|
-
columns: PlusColumn[];
|
|
11361
11360
|
data: RecordType[];
|
|
11361
|
+
columns: PlusColumn[];
|
|
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
|
-
columns: {
|
|
11430
|
-
type: PropType<PlusColumn[]>;
|
|
11431
|
-
default: () => never[];
|
|
11432
|
-
};
|
|
11433
11429
|
data: {
|
|
11434
11430
|
type: PropType< RecordType[]>;
|
|
11435
11431
|
default: () => never[];
|
|
11436
11432
|
};
|
|
11433
|
+
columns: {
|
|
11434
|
+
type: PropType<PlusColumn[]>;
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
11590
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11591
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
11786
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11787
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
11921
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11922
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
12165
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12166
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
12361
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12362
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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: (StringConstructor | NumberConstructor)[];
|
|
12496
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12497
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "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
|
-
isCard: boolean;
|
|
12717
12716
|
showSearch: boolean;
|
|
12717
|
+
isCard: boolean;
|
|
12718
12718
|
hideColumnSettingsIcon: boolean;
|
|
12719
12719
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
|
|
12720
12720
|
"column-settings-icon"?(_: {}): any;
|