yc-pro-components 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/check-card/index.d.ts +76 -76
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +57 -57
- package/es/components/check-card-group/src/index.vue.d.ts +20 -20
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +39 -39
- package/es/components/descriptions/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +45 -45
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +11 -11
- package/es/components/display-item/index.d.ts +24 -24
- package/es/components/display-item/src/index.vue.d.ts +24 -24
- package/es/components/drawer-form/index.d.ts +31 -31
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +138 -138
- package/es/components/form/src/form-content.vue.d.ts +29 -29
- package/es/components/form/src/index.vue.d.ts +25 -25
- package/es/components/form-item/index.d.ts +128 -128
- package/es/components/form-item/src/index.vue.d.ts +19 -19
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +16 -16
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +1035 -1035
- package/es/components/page/src/index.vue.d.ts +337 -337
- package/es/components/pagination/index.d.ts +38 -38
- package/es/components/pagination/src/index.vue.d.ts +2 -2
- package/es/components/radio/index.d.ts +34 -34
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +426 -426
- package/es/components/search/src/index.vue.d.ts +125 -125
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +19 -19
- package/es/components/steps-form/src/index.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +38 -38
- package/es/components/table/src/index.vue.d.ts +7 -7
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/utils/index.d.ts +15 -15
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-more-actions/index.d.ts +6 -6
- package/es/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/es/components/yc-plus-page/src/index.vue.d.ts +735 -735
- package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.css +1 -1
- package/index.css +8 -7
- package/index.js +2 -2
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +2 -2
- package/lib/components/check-card/index.d.ts +76 -76
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +57 -57
- package/lib/components/check-card-group/src/index.vue.d.ts +20 -20
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +39 -39
- package/lib/components/descriptions/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +45 -45
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +11 -11
- package/lib/components/display-item/index.d.ts +24 -24
- package/lib/components/display-item/src/index.vue.d.ts +24 -24
- package/lib/components/drawer-form/index.d.ts +31 -31
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +138 -138
- package/lib/components/form/src/form-content.vue.d.ts +29 -29
- package/lib/components/form/src/index.vue.d.ts +25 -25
- package/lib/components/form-item/index.d.ts +128 -128
- package/lib/components/form-item/src/index.vue.d.ts +19 -19
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +16 -16
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +1035 -1035
- package/lib/components/page/src/index.vue.d.ts +337 -337
- package/lib/components/pagination/index.d.ts +38 -38
- package/lib/components/pagination/src/index.vue.d.ts +2 -2
- package/lib/components/radio/index.d.ts +34 -34
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +426 -426
- package/lib/components/search/src/index.vue.d.ts +125 -125
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +19 -19
- package/lib/components/steps-form/src/index.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +38 -38
- package/lib/components/table/src/index.vue.d.ts +7 -7
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/utils/index.d.ts +15 -15
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-more-actions/index.d.ts +6 -6
- package/lib/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/lib/components/yc-plus-page/src/index.vue.d.ts +735 -735
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/lib/index.css +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/yc-status-dialog.scss +1 -0
|
@@ -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,8 +62,10 @@ 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
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
68
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
69
69
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
70
70
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
71
71
|
isCard: boolean;
|
|
@@ -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,12 +94,14 @@ 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[];
|
|
102
102
|
total: number;
|
|
103
103
|
}>;
|
|
104
|
-
readonly pagination: false | Omit< PlusPaginationProps, "
|
|
104
|
+
readonly pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
105
105
|
readonly isCard: boolean;
|
|
106
106
|
readonly searchCardProps: Partial< Mutable<CardProps> & {
|
|
107
107
|
style?: CSSProperties | undefined;
|
|
@@ -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: () => {};
|
|
@@ -162,7 +162,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
162
162
|
required: true;
|
|
163
163
|
};
|
|
164
164
|
pagination: {
|
|
165
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
165
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
166
166
|
default: () => {};
|
|
167
167
|
};
|
|
168
168
|
postData: {
|
|
@@ -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: () => {};
|
|
@@ -276,7 +276,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
276
276
|
required: true;
|
|
277
277
|
};
|
|
278
278
|
pagination: {
|
|
279
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
279
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
280
280
|
default: () => {};
|
|
281
281
|
};
|
|
282
282
|
postData: {
|
|
@@ -345,20 +345,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
345
345
|
$: ComponentInternalInstance;
|
|
346
346
|
$data: {};
|
|
347
347
|
$props: Partial<{
|
|
348
|
-
columns: PlusColumn[];
|
|
349
348
|
modelValue: FieldValues;
|
|
349
|
+
columns: PlusColumn[];
|
|
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;
|
|
@@ -370,19 +370,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
370
370
|
searchLoading: boolean;
|
|
371
371
|
needValidate: boolean;
|
|
372
372
|
}> & Omit<{
|
|
373
|
-
readonly columns: PlusColumn[];
|
|
374
373
|
readonly modelValue: FieldValues;
|
|
374
|
+
readonly columns: PlusColumn[];
|
|
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;
|
|
@@ -400,14 +400,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
400
400
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
401
401
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
402
402
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
403
|
-
columns: {
|
|
404
|
-
type: PropType<PlusColumn[]>;
|
|
405
|
-
default: () => never[];
|
|
406
|
-
};
|
|
407
403
|
modelValue: {
|
|
408
404
|
type: PropType<FieldValues>;
|
|
409
405
|
default: () => {};
|
|
410
406
|
};
|
|
407
|
+
columns: {
|
|
408
|
+
type: PropType<PlusColumn[]>;
|
|
409
|
+
default: () => never[];
|
|
410
|
+
};
|
|
411
411
|
labelPosition: {
|
|
412
412
|
type: PropType<"top" | "right" | "left">;
|
|
413
413
|
default: undefined;
|
|
@@ -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;
|
|
@@ -492,7 +492,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
492
492
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
493
493
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
494
494
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
495
|
-
}, "
|
|
495
|
+
}, "modelValue" | "columns" | "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,17 +504,17 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", 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
|
-
columns: {
|
|
511
|
-
type: PropType<PlusColumn[]>;
|
|
512
|
-
default: () => never[];
|
|
513
|
-
};
|
|
514
510
|
modelValue: {
|
|
515
511
|
type: PropType<FieldValues>;
|
|
516
512
|
default: () => {};
|
|
517
513
|
};
|
|
514
|
+
columns: {
|
|
515
|
+
type: PropType<PlusColumn[]>;
|
|
516
|
+
default: () => never[];
|
|
517
|
+
};
|
|
518
518
|
labelPosition: {
|
|
519
519
|
type: PropType<"top" | "right" | "left">;
|
|
520
520
|
default: undefined;
|
|
@@ -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;
|
|
@@ -604,69 +604,69 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
604
604
|
$: ComponentInternalInstance;
|
|
605
605
|
$data: {};
|
|
606
606
|
$props: Partial<{
|
|
607
|
+
modelValue: FieldValues;
|
|
608
|
+
collapseDuration: number;
|
|
609
|
+
collapseTransition: boolean;
|
|
607
610
|
columns: PlusColumn[];
|
|
608
611
|
group: false | PlusFormGroupRow[];
|
|
609
|
-
modelValue: FieldValues;
|
|
610
612
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
611
613
|
labelPosition: "top" | "right" | "left";
|
|
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;
|
|
630
629
|
submitText: string;
|
|
631
630
|
resetText: string;
|
|
632
631
|
submitLoading: boolean;
|
|
633
|
-
footerAlign: "
|
|
632
|
+
footerAlign: "center" | "right" | "left";
|
|
634
633
|
cardProps: Partial< Mutable<CardProps> & {
|
|
635
634
|
style?: CSSProperties | undefined;
|
|
636
635
|
class?: any;
|
|
637
636
|
} & RecordType>;
|
|
638
637
|
prevent: boolean;
|
|
638
|
+
clearable: boolean;
|
|
639
639
|
}> & Omit<{
|
|
640
|
+
readonly modelValue: FieldValues;
|
|
640
641
|
readonly columns: PlusColumn[];
|
|
641
642
|
readonly group: false | PlusFormGroupRow[];
|
|
642
|
-
readonly modelValue: FieldValues;
|
|
643
643
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
644
644
|
readonly labelPosition: "top" | "right" | "left";
|
|
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;
|
|
661
660
|
readonly submitText: string;
|
|
662
661
|
readonly resetText: string;
|
|
663
662
|
readonly submitLoading: boolean;
|
|
664
|
-
readonly footerAlign: "
|
|
663
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
665
664
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
666
665
|
style?: CSSProperties | undefined;
|
|
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
672
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
@@ -676,6 +676,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
676
676
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
677
677
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
678
678
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
679
|
+
modelValue: {
|
|
680
|
+
type: PropType<FieldValues>;
|
|
681
|
+
default: () => {};
|
|
682
|
+
};
|
|
683
|
+
collapseDuration: {
|
|
684
|
+
type: PropType<number>;
|
|
685
|
+
default: undefined;
|
|
686
|
+
};
|
|
687
|
+
collapseTransition: {
|
|
688
|
+
type: PropType<boolean>;
|
|
689
|
+
default: undefined;
|
|
690
|
+
};
|
|
679
691
|
columns: {
|
|
680
692
|
type: PropType<PlusColumn[]>;
|
|
681
693
|
default: () => never[];
|
|
@@ -684,10 +696,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
684
696
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
685
697
|
default: boolean;
|
|
686
698
|
};
|
|
687
|
-
modelValue: {
|
|
688
|
-
type: PropType<FieldValues>;
|
|
689
|
-
default: () => {};
|
|
690
|
-
};
|
|
691
699
|
rules: {
|
|
692
700
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
693
701
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -763,7 +759,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
763
759
|
default: boolean;
|
|
764
760
|
};
|
|
765
761
|
footerAlign: {
|
|
766
|
-
type: PropType<"
|
|
762
|
+
type: PropType<"center" | "right" | "left">;
|
|
767
763
|
default: string;
|
|
768
764
|
};
|
|
769
765
|
cardProps: {
|
|
@@ -777,6 +773,10 @@ 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
781
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
782
782
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -784,7 +784,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
784
784
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
785
785
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
786
786
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
787
|
-
}, "
|
|
787
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "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
|
};
|
|
@@ -796,9 +796,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
796
796
|
}>;
|
|
797
797
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
798
798
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
799
|
-
$emit: ((event: "
|
|
799
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
|
+
modelValue: {
|
|
803
|
+
type: PropType<FieldValues>;
|
|
804
|
+
default: () => {};
|
|
805
|
+
};
|
|
806
|
+
collapseDuration: {
|
|
807
|
+
type: PropType<number>;
|
|
808
|
+
default: undefined;
|
|
809
|
+
};
|
|
810
|
+
collapseTransition: {
|
|
811
|
+
type: PropType<boolean>;
|
|
812
|
+
default: undefined;
|
|
813
|
+
};
|
|
802
814
|
columns: {
|
|
803
815
|
type: PropType<PlusColumn[]>;
|
|
804
816
|
default: () => never[];
|
|
@@ -807,10 +819,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
807
819
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
808
820
|
default: boolean;
|
|
809
821
|
};
|
|
810
|
-
modelValue: {
|
|
811
|
-
type: PropType<FieldValues>;
|
|
812
|
-
default: () => {};
|
|
813
|
-
};
|
|
814
822
|
rules: {
|
|
815
823
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
816
824
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -886,7 +882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
886
882
|
default: boolean;
|
|
887
883
|
};
|
|
888
884
|
footerAlign: {
|
|
889
|
-
type: PropType<"
|
|
885
|
+
type: PropType<"center" | "right" | "left">;
|
|
890
886
|
default: string;
|
|
891
887
|
};
|
|
892
888
|
cardProps: {
|
|
@@ -900,6 +896,10 @@ 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
904
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
905
905
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -1210,38 +1210,38 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1210
1210
|
submitError: (errors: unknown) => void;
|
|
1211
1211
|
validate: (...args: any[]) => void;
|
|
1212
1212
|
}, string, {
|
|
1213
|
+
modelValue: FieldValues;
|
|
1214
|
+
collapseDuration: number;
|
|
1215
|
+
collapseTransition: boolean;
|
|
1213
1216
|
columns: PlusColumn[];
|
|
1214
1217
|
group: false | PlusFormGroupRow[];
|
|
1215
|
-
modelValue: FieldValues;
|
|
1216
1218
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1217
1219
|
labelPosition: "top" | "right" | "left";
|
|
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;
|
|
1236
1235
|
submitText: string;
|
|
1237
1236
|
resetText: string;
|
|
1238
1237
|
submitLoading: boolean;
|
|
1239
|
-
footerAlign: "
|
|
1238
|
+
footerAlign: "center" | "right" | "left";
|
|
1240
1239
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1241
1240
|
style?: CSSProperties | undefined;
|
|
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,18 @@ 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
|
+
modelValue: {
|
|
1267
|
+
type: PropType<FieldValues>;
|
|
1268
|
+
default: () => {};
|
|
1269
|
+
};
|
|
1270
|
+
collapseDuration: {
|
|
1271
|
+
type: PropType<number>;
|
|
1272
|
+
default: undefined;
|
|
1273
|
+
};
|
|
1274
|
+
collapseTransition: {
|
|
1275
|
+
type: PropType<boolean>;
|
|
1276
|
+
default: undefined;
|
|
1277
|
+
};
|
|
1266
1278
|
columns: {
|
|
1267
1279
|
type: PropType<PlusColumn[]>;
|
|
1268
1280
|
default: () => never[];
|
|
@@ -1271,10 +1283,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1271
1283
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1272
1284
|
default: boolean;
|
|
1273
1285
|
};
|
|
1274
|
-
modelValue: {
|
|
1275
|
-
type: PropType<FieldValues>;
|
|
1276
|
-
default: () => {};
|
|
1277
|
-
};
|
|
1278
1286
|
rules: {
|
|
1279
1287
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1280
1288
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -1350,7 +1346,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1350
1346
|
default: boolean;
|
|
1351
1347
|
};
|
|
1352
1348
|
footerAlign: {
|
|
1353
|
-
type: PropType<"
|
|
1349
|
+
type: PropType<"center" | "right" | "left">;
|
|
1354
1350
|
default: string;
|
|
1355
1351
|
};
|
|
1356
1352
|
cardProps: {
|
|
@@ -1364,6 +1360,10 @@ 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
1368
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1369
1369
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -1679,14 +1679,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1685
1685
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1686
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1686
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1687
1687
|
style?: CSSProperties | undefined;
|
|
1688
1688
|
class?: any;
|
|
1689
|
-
} & RecordType> | ComputedRef<
|
|
1689
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1690
1690
|
style?: CSSProperties | undefined;
|
|
1691
1691
|
class?: any;
|
|
1692
1692
|
} & RecordType>>;
|
|
@@ -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,12 +1747,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1751
1751
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1752
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1752
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1753
1753
|
style?: CSSProperties | undefined;
|
|
1754
1754
|
class?: any;
|
|
1755
|
-
} & RecordType> | ComputedRef<
|
|
1755
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1756
1756
|
style?: CSSProperties | undefined;
|
|
1757
1757
|
class?: any;
|
|
1758
1758
|
} & RecordType>>;
|
|
@@ -1775,14 +1775,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1781
1781
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1782
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1782
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1783
1783
|
style?: CSSProperties | undefined;
|
|
1784
1784
|
class?: any;
|
|
1785
|
-
} & RecordType> | ComputedRef<
|
|
1785
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1786
1786
|
style?: CSSProperties | undefined;
|
|
1787
1787
|
class?: any;
|
|
1788
1788
|
} & RecordType>>;
|
|
@@ -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,12 +1843,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1847
1847
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1848
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1848
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1849
1849
|
style?: CSSProperties | undefined;
|
|
1850
1850
|
class?: any;
|
|
1851
|
-
} & RecordType> | ComputedRef<
|
|
1851
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1852
1852
|
style?: CSSProperties | undefined;
|
|
1853
1853
|
class?: any;
|
|
1854
1854
|
} & RecordType>>;
|
|
@@ -1894,20 +1894,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1894
1894
|
reset: (values: FieldValues) => void;
|
|
1895
1895
|
collapse: (isShowUnfold: boolean) => void;
|
|
1896
1896
|
}, string, {
|
|
1897
|
-
columns: PlusColumn[];
|
|
1898
1897
|
modelValue: FieldValues;
|
|
1898
|
+
columns: PlusColumn[];
|
|
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;
|
|
@@ -1939,14 +1939,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1939
1939
|
$nextTick: typeof nextTick;
|
|
1940
1940
|
$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;
|
|
1941
1941
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1942
|
-
columns: {
|
|
1943
|
-
type: PropType<PlusColumn[]>;
|
|
1944
|
-
default: () => never[];
|
|
1945
|
-
};
|
|
1946
1942
|
modelValue: {
|
|
1947
1943
|
type: PropType<FieldValues>;
|
|
1948
1944
|
default: () => {};
|
|
1949
1945
|
};
|
|
1946
|
+
columns: {
|
|
1947
|
+
type: PropType<PlusColumn[]>;
|
|
1948
|
+
default: () => never[];
|
|
1949
|
+
};
|
|
1950
1950
|
labelPosition: {
|
|
1951
1951
|
type: PropType<"top" | "right" | "left">;
|
|
1952
1952
|
default: undefined;
|
|
@@ -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;
|
|
@@ -2036,69 +2036,69 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2036
2036
|
$: ComponentInternalInstance;
|
|
2037
2037
|
$data: {};
|
|
2038
2038
|
$props: Partial<{
|
|
2039
|
+
modelValue: FieldValues;
|
|
2040
|
+
collapseDuration: number;
|
|
2041
|
+
collapseTransition: boolean;
|
|
2039
2042
|
columns: PlusColumn[];
|
|
2040
2043
|
group: false | PlusFormGroupRow[];
|
|
2041
|
-
modelValue: FieldValues;
|
|
2042
2044
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2043
2045
|
labelPosition: "top" | "right" | "left";
|
|
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;
|
|
2062
2061
|
submitText: string;
|
|
2063
2062
|
resetText: string;
|
|
2064
2063
|
submitLoading: boolean;
|
|
2065
|
-
footerAlign: "
|
|
2064
|
+
footerAlign: "center" | "right" | "left";
|
|
2066
2065
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2067
2066
|
style?: CSSProperties | undefined;
|
|
2068
2067
|
class?: any;
|
|
2069
2068
|
} & RecordType>;
|
|
2070
2069
|
prevent: boolean;
|
|
2070
|
+
clearable: boolean;
|
|
2071
2071
|
}> & Omit<{
|
|
2072
|
+
readonly modelValue: FieldValues;
|
|
2072
2073
|
readonly columns: PlusColumn[];
|
|
2073
2074
|
readonly group: false | PlusFormGroupRow[];
|
|
2074
|
-
readonly modelValue: FieldValues;
|
|
2075
2075
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2076
2076
|
readonly labelPosition: "top" | "right" | "left";
|
|
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;
|
|
2093
2092
|
readonly submitText: string;
|
|
2094
2093
|
readonly resetText: string;
|
|
2095
2094
|
readonly submitLoading: boolean;
|
|
2096
|
-
readonly footerAlign: "
|
|
2095
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
2097
2096
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
2098
2097
|
style?: CSSProperties | undefined;
|
|
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
2104
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
@@ -2108,6 +2108,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2108
2108
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2109
2109
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2110
2110
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2111
|
+
modelValue: {
|
|
2112
|
+
type: PropType<FieldValues>;
|
|
2113
|
+
default: () => {};
|
|
2114
|
+
};
|
|
2115
|
+
collapseDuration: {
|
|
2116
|
+
type: PropType<number>;
|
|
2117
|
+
default: undefined;
|
|
2118
|
+
};
|
|
2119
|
+
collapseTransition: {
|
|
2120
|
+
type: PropType<boolean>;
|
|
2121
|
+
default: undefined;
|
|
2122
|
+
};
|
|
2111
2123
|
columns: {
|
|
2112
2124
|
type: PropType<PlusColumn[]>;
|
|
2113
2125
|
default: () => never[];
|
|
@@ -2116,10 +2128,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2116
2128
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2117
2129
|
default: boolean;
|
|
2118
2130
|
};
|
|
2119
|
-
modelValue: {
|
|
2120
|
-
type: PropType<FieldValues>;
|
|
2121
|
-
default: () => {};
|
|
2122
|
-
};
|
|
2123
2131
|
rules: {
|
|
2124
2132
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2125
2133
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -2195,7 +2191,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2195
2191
|
default: boolean;
|
|
2196
2192
|
};
|
|
2197
2193
|
footerAlign: {
|
|
2198
|
-
type: PropType<"
|
|
2194
|
+
type: PropType<"center" | "right" | "left">;
|
|
2199
2195
|
default: string;
|
|
2200
2196
|
};
|
|
2201
2197
|
cardProps: {
|
|
@@ -2209,6 +2205,10 @@ 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
2213
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2214
2214
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -2216,7 +2216,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2216
2216
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2217
2217
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2218
2218
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2219
|
-
}, "
|
|
2219
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "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
|
};
|
|
@@ -2228,9 +2228,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2228
2228
|
}>;
|
|
2229
2229
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2230
2230
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2231
|
-
$emit: ((event: "
|
|
2231
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
|
+
modelValue: {
|
|
2235
|
+
type: PropType<FieldValues>;
|
|
2236
|
+
default: () => {};
|
|
2237
|
+
};
|
|
2238
|
+
collapseDuration: {
|
|
2239
|
+
type: PropType<number>;
|
|
2240
|
+
default: undefined;
|
|
2241
|
+
};
|
|
2242
|
+
collapseTransition: {
|
|
2243
|
+
type: PropType<boolean>;
|
|
2244
|
+
default: undefined;
|
|
2245
|
+
};
|
|
2234
2246
|
columns: {
|
|
2235
2247
|
type: PropType<PlusColumn[]>;
|
|
2236
2248
|
default: () => never[];
|
|
@@ -2239,10 +2251,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2239
2251
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2240
2252
|
default: boolean;
|
|
2241
2253
|
};
|
|
2242
|
-
modelValue: {
|
|
2243
|
-
type: PropType<FieldValues>;
|
|
2244
|
-
default: () => {};
|
|
2245
|
-
};
|
|
2246
2254
|
rules: {
|
|
2247
2255
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2248
2256
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -2318,7 +2314,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2318
2314
|
default: boolean;
|
|
2319
2315
|
};
|
|
2320
2316
|
footerAlign: {
|
|
2321
|
-
type: PropType<"
|
|
2317
|
+
type: PropType<"center" | "right" | "left">;
|
|
2322
2318
|
default: string;
|
|
2323
2319
|
};
|
|
2324
2320
|
cardProps: {
|
|
@@ -2332,6 +2328,10 @@ 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
2336
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2337
2337
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -2642,38 +2642,38 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2642
2642
|
submitError: (errors: unknown) => void;
|
|
2643
2643
|
validate: (...args: any[]) => void;
|
|
2644
2644
|
}, string, {
|
|
2645
|
+
modelValue: FieldValues;
|
|
2646
|
+
collapseDuration: number;
|
|
2647
|
+
collapseTransition: boolean;
|
|
2645
2648
|
columns: PlusColumn[];
|
|
2646
2649
|
group: false | PlusFormGroupRow[];
|
|
2647
|
-
modelValue: FieldValues;
|
|
2648
2650
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2649
2651
|
labelPosition: "top" | "right" | "left";
|
|
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;
|
|
2668
2667
|
submitText: string;
|
|
2669
2668
|
resetText: string;
|
|
2670
2669
|
submitLoading: boolean;
|
|
2671
|
-
footerAlign: "
|
|
2670
|
+
footerAlign: "center" | "right" | "left";
|
|
2672
2671
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2673
2672
|
style?: CSSProperties | undefined;
|
|
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,18 @@ 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
|
+
modelValue: {
|
|
2699
|
+
type: PropType<FieldValues>;
|
|
2700
|
+
default: () => {};
|
|
2701
|
+
};
|
|
2702
|
+
collapseDuration: {
|
|
2703
|
+
type: PropType<number>;
|
|
2704
|
+
default: undefined;
|
|
2705
|
+
};
|
|
2706
|
+
collapseTransition: {
|
|
2707
|
+
type: PropType<boolean>;
|
|
2708
|
+
default: undefined;
|
|
2709
|
+
};
|
|
2698
2710
|
columns: {
|
|
2699
2711
|
type: PropType<PlusColumn[]>;
|
|
2700
2712
|
default: () => never[];
|
|
@@ -2703,10 +2715,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2703
2715
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2704
2716
|
default: boolean;
|
|
2705
2717
|
};
|
|
2706
|
-
modelValue: {
|
|
2707
|
-
type: PropType<FieldValues>;
|
|
2708
|
-
default: () => {};
|
|
2709
|
-
};
|
|
2710
2718
|
rules: {
|
|
2711
2719
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2712
2720
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -2782,7 +2778,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2782
2778
|
default: boolean;
|
|
2783
2779
|
};
|
|
2784
2780
|
footerAlign: {
|
|
2785
|
-
type: PropType<"
|
|
2781
|
+
type: PropType<"center" | "right" | "left">;
|
|
2786
2782
|
default: string;
|
|
2787
2783
|
};
|
|
2788
2784
|
cardProps: {
|
|
@@ -2796,6 +2792,10 @@ 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
2800
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2801
2801
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -3111,14 +3111,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3117
3117
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3118
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3118
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3119
3119
|
style?: CSSProperties | undefined;
|
|
3120
3120
|
class?: any;
|
|
3121
|
-
} & RecordType> | ComputedRef<
|
|
3121
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3122
3122
|
style?: CSSProperties | undefined;
|
|
3123
3123
|
class?: any;
|
|
3124
3124
|
} & RecordType>>;
|
|
@@ -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,12 +3179,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3183
3183
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3184
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3184
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3185
3185
|
style?: CSSProperties | undefined;
|
|
3186
3186
|
class?: any;
|
|
3187
|
-
} & RecordType> | ComputedRef<
|
|
3187
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3188
3188
|
style?: CSSProperties | undefined;
|
|
3189
3189
|
class?: any;
|
|
3190
3190
|
} & RecordType>>;
|
|
@@ -3207,14 +3207,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3213
3213
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3214
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3214
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3215
3215
|
style?: CSSProperties | undefined;
|
|
3216
3216
|
class?: any;
|
|
3217
|
-
} & RecordType> | ComputedRef<
|
|
3217
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3218
3218
|
style?: CSSProperties | undefined;
|
|
3219
3219
|
class?: any;
|
|
3220
3220
|
} & RecordType>>;
|
|
@@ -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,12 +3275,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3279
3279
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3280
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3280
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3281
3281
|
style?: CSSProperties | undefined;
|
|
3282
3282
|
class?: any;
|
|
3283
|
-
} & RecordType> | ComputedRef<
|
|
3283
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3284
3284
|
style?: CSSProperties | undefined;
|
|
3285
3285
|
class?: any;
|
|
3286
3286
|
} & RecordType>>;
|
|
@@ -3321,14 +3321,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3327
3327
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3328
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3328
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3329
3329
|
style?: CSSProperties | undefined;
|
|
3330
3330
|
class?: any;
|
|
3331
|
-
} & RecordType> | ComputedRef<
|
|
3331
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3332
3332
|
style?: CSSProperties | undefined;
|
|
3333
3333
|
class?: any;
|
|
3334
3334
|
} & RecordType>>;
|
|
@@ -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,12 +3389,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3393
3393
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3394
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3394
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3395
3395
|
style?: CSSProperties | undefined;
|
|
3396
3396
|
class?: any;
|
|
3397
|
-
} & RecordType> | ComputedRef<
|
|
3397
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3398
3398
|
style?: CSSProperties | undefined;
|
|
3399
3399
|
class?: any;
|
|
3400
3400
|
} & RecordType>>;
|
|
@@ -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
|
};
|
|
@@ -3703,14 +3703,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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
3704
|
$el: any;
|
|
3705
3705
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3706
|
-
columns: {
|
|
3707
|
-
type: PropType<PlusColumn[]>;
|
|
3708
|
-
default: () => never[];
|
|
3709
|
-
};
|
|
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
|
};
|
|
@@ -3895,7 +3895,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3899
3899
|
spanMethod: PropType<((data: {
|
|
3900
3900
|
row: any;
|
|
3901
3901
|
rowIndex: number;
|
|
@@ -3939,7 +3939,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3939
3939
|
};
|
|
3940
3940
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3941
3941
|
flexible: BooleanConstructor;
|
|
3942
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3942
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3943
3943
|
}>> & {
|
|
3944
3944
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3945
3945
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4091,7 +4091,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4095
4095
|
spanMethod: PropType<((data: {
|
|
4096
4096
|
row: any;
|
|
4097
4097
|
rowIndex: number;
|
|
@@ -4135,7 +4135,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4135
4135
|
};
|
|
4136
4136
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4137
4137
|
flexible: BooleanConstructor;
|
|
4138
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4138
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4139
4139
|
}>> & {
|
|
4140
4140
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4141
4141
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4226,7 +4226,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4230
4230
|
spanMethod: PropType<((data: {
|
|
4231
4231
|
row: any;
|
|
4232
4232
|
rowIndex: number;
|
|
@@ -4270,7 +4270,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4270
4270
|
};
|
|
4271
4271
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4272
4272
|
flexible: BooleanConstructor;
|
|
4273
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4273
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4274
4274
|
}>> & {
|
|
4275
4275
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4276
4276
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4414,8 +4414,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4414
4414
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
4415
4415
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
4416
4416
|
}, string, {
|
|
4417
|
-
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
|
};
|
|
@@ -4675,7 +4675,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4679
4679
|
spanMethod: PropType<((data: {
|
|
4680
4680
|
row: any;
|
|
4681
4681
|
rowIndex: number;
|
|
@@ -4719,7 +4719,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4719
4719
|
};
|
|
4720
4720
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4721
4721
|
flexible: BooleanConstructor;
|
|
4722
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4722
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4723
4723
|
}>> & {
|
|
4724
4724
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4725
4725
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4871,7 +4871,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4875
4875
|
spanMethod: PropType<((data: {
|
|
4876
4876
|
row: any;
|
|
4877
4877
|
rowIndex: number;
|
|
@@ -4915,7 +4915,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4915
4915
|
};
|
|
4916
4916
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4917
4917
|
flexible: BooleanConstructor;
|
|
4918
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4918
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4919
4919
|
}>> & {
|
|
4920
4920
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4921
4921
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5006,7 +5006,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5010
5010
|
spanMethod: PropType<((data: {
|
|
5011
5011
|
row: any;
|
|
5012
5012
|
rowIndex: number;
|
|
@@ -5050,7 +5050,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5050
5050
|
};
|
|
5051
5051
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5052
5052
|
flexible: BooleanConstructor;
|
|
5053
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5053
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5054
5054
|
}>> & {
|
|
5055
5055
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5056
5056
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5221,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,8 +5229,10 @@ 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
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
5235
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
5236
5236
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
5237
5237
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
5238
5238
|
isCard: boolean;
|
|
@@ -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: () => {};
|
|
@@ -5308,7 +5308,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5308
5308
|
required: true;
|
|
5309
5309
|
};
|
|
5310
5310
|
pagination: {
|
|
5311
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5311
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
5312
5312
|
default: () => {};
|
|
5313
5313
|
};
|
|
5314
5314
|
postData: {
|
|
@@ -5377,20 +5377,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5377
5377
|
$: ComponentInternalInstance;
|
|
5378
5378
|
$data: {};
|
|
5379
5379
|
$props: Partial<{
|
|
5380
|
-
columns: PlusColumn[];
|
|
5381
5380
|
modelValue: FieldValues;
|
|
5381
|
+
columns: PlusColumn[];
|
|
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;
|
|
@@ -5402,19 +5402,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5402
5402
|
searchLoading: boolean;
|
|
5403
5403
|
needValidate: boolean;
|
|
5404
5404
|
}> & Omit<{
|
|
5405
|
-
readonly columns: PlusColumn[];
|
|
5406
5405
|
readonly modelValue: FieldValues;
|
|
5406
|
+
readonly columns: PlusColumn[];
|
|
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;
|
|
@@ -5432,14 +5432,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5432
5432
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5433
5433
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5434
5434
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5435
|
-
columns: {
|
|
5436
|
-
type: PropType<PlusColumn[]>;
|
|
5437
|
-
default: () => never[];
|
|
5438
|
-
};
|
|
5439
5435
|
modelValue: {
|
|
5440
5436
|
type: PropType<FieldValues>;
|
|
5441
5437
|
default: () => {};
|
|
5442
5438
|
};
|
|
5439
|
+
columns: {
|
|
5440
|
+
type: PropType<PlusColumn[]>;
|
|
5441
|
+
default: () => never[];
|
|
5442
|
+
};
|
|
5443
5443
|
labelPosition: {
|
|
5444
5444
|
type: PropType<"top" | "right" | "left">;
|
|
5445
5445
|
default: undefined;
|
|
@@ -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;
|
|
@@ -5524,7 +5524,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5524
5524
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5525
5525
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5526
5526
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5527
|
-
}, "
|
|
5527
|
+
}, "modelValue" | "columns" | "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,17 +5536,17 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", 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
|
-
columns: {
|
|
5543
|
-
type: PropType<PlusColumn[]>;
|
|
5544
|
-
default: () => never[];
|
|
5545
|
-
};
|
|
5546
5542
|
modelValue: {
|
|
5547
5543
|
type: PropType<FieldValues>;
|
|
5548
5544
|
default: () => {};
|
|
5549
5545
|
};
|
|
5546
|
+
columns: {
|
|
5547
|
+
type: PropType<PlusColumn[]>;
|
|
5548
|
+
default: () => never[];
|
|
5549
|
+
};
|
|
5550
5550
|
labelPosition: {
|
|
5551
5551
|
type: PropType<"top" | "right" | "left">;
|
|
5552
5552
|
default: undefined;
|
|
@@ -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;
|
|
@@ -5636,69 +5636,69 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5636
5636
|
$: ComponentInternalInstance;
|
|
5637
5637
|
$data: {};
|
|
5638
5638
|
$props: Partial<{
|
|
5639
|
+
modelValue: FieldValues;
|
|
5640
|
+
collapseDuration: number;
|
|
5641
|
+
collapseTransition: boolean;
|
|
5639
5642
|
columns: PlusColumn[];
|
|
5640
5643
|
group: false | PlusFormGroupRow[];
|
|
5641
|
-
modelValue: FieldValues;
|
|
5642
5644
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5643
5645
|
labelPosition: "top" | "right" | "left";
|
|
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;
|
|
5662
5661
|
submitText: string;
|
|
5663
5662
|
resetText: string;
|
|
5664
5663
|
submitLoading: boolean;
|
|
5665
|
-
footerAlign: "
|
|
5664
|
+
footerAlign: "center" | "right" | "left";
|
|
5666
5665
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5667
5666
|
style?: CSSProperties | undefined;
|
|
5668
5667
|
class?: any;
|
|
5669
5668
|
} & RecordType>;
|
|
5670
5669
|
prevent: boolean;
|
|
5670
|
+
clearable: boolean;
|
|
5671
5671
|
}> & Omit<{
|
|
5672
|
+
readonly modelValue: FieldValues;
|
|
5672
5673
|
readonly columns: PlusColumn[];
|
|
5673
5674
|
readonly group: false | PlusFormGroupRow[];
|
|
5674
|
-
readonly modelValue: FieldValues;
|
|
5675
5675
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5676
5676
|
readonly labelPosition: "top" | "right" | "left";
|
|
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;
|
|
5693
5692
|
readonly submitText: string;
|
|
5694
5693
|
readonly resetText: string;
|
|
5695
5694
|
readonly submitLoading: boolean;
|
|
5696
|
-
readonly footerAlign: "
|
|
5695
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
5697
5696
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5698
5697
|
style?: CSSProperties | undefined;
|
|
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
5704
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
@@ -5708,6 +5708,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5708
5708
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5709
5709
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5710
5710
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5711
|
+
modelValue: {
|
|
5712
|
+
type: PropType<FieldValues>;
|
|
5713
|
+
default: () => {};
|
|
5714
|
+
};
|
|
5715
|
+
collapseDuration: {
|
|
5716
|
+
type: PropType<number>;
|
|
5717
|
+
default: undefined;
|
|
5718
|
+
};
|
|
5719
|
+
collapseTransition: {
|
|
5720
|
+
type: PropType<boolean>;
|
|
5721
|
+
default: undefined;
|
|
5722
|
+
};
|
|
5711
5723
|
columns: {
|
|
5712
5724
|
type: PropType<PlusColumn[]>;
|
|
5713
5725
|
default: () => never[];
|
|
@@ -5716,10 +5728,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5716
5728
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5717
5729
|
default: boolean;
|
|
5718
5730
|
};
|
|
5719
|
-
modelValue: {
|
|
5720
|
-
type: PropType<FieldValues>;
|
|
5721
|
-
default: () => {};
|
|
5722
|
-
};
|
|
5723
5731
|
rules: {
|
|
5724
5732
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5725
5733
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -5795,7 +5791,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5795
5791
|
default: boolean;
|
|
5796
5792
|
};
|
|
5797
5793
|
footerAlign: {
|
|
5798
|
-
type: PropType<"
|
|
5794
|
+
type: PropType<"center" | "right" | "left">;
|
|
5799
5795
|
default: string;
|
|
5800
5796
|
};
|
|
5801
5797
|
cardProps: {
|
|
@@ -5809,6 +5805,10 @@ 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
5813
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5814
5814
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -5816,7 +5816,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5816
5816
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5817
5817
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5818
5818
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5819
|
-
}, "
|
|
5819
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "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
|
};
|
|
@@ -5828,9 +5828,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5828
5828
|
}>;
|
|
5829
5829
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5830
5830
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5831
|
-
$emit: ((event: "
|
|
5831
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
|
+
modelValue: {
|
|
5835
|
+
type: PropType<FieldValues>;
|
|
5836
|
+
default: () => {};
|
|
5837
|
+
};
|
|
5838
|
+
collapseDuration: {
|
|
5839
|
+
type: PropType<number>;
|
|
5840
|
+
default: undefined;
|
|
5841
|
+
};
|
|
5842
|
+
collapseTransition: {
|
|
5843
|
+
type: PropType<boolean>;
|
|
5844
|
+
default: undefined;
|
|
5845
|
+
};
|
|
5834
5846
|
columns: {
|
|
5835
5847
|
type: PropType<PlusColumn[]>;
|
|
5836
5848
|
default: () => never[];
|
|
@@ -5839,10 +5851,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5839
5851
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5840
5852
|
default: boolean;
|
|
5841
5853
|
};
|
|
5842
|
-
modelValue: {
|
|
5843
|
-
type: PropType<FieldValues>;
|
|
5844
|
-
default: () => {};
|
|
5845
|
-
};
|
|
5846
5854
|
rules: {
|
|
5847
5855
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5848
5856
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -5918,7 +5914,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5918
5914
|
default: boolean;
|
|
5919
5915
|
};
|
|
5920
5916
|
footerAlign: {
|
|
5921
|
-
type: PropType<"
|
|
5917
|
+
type: PropType<"center" | "right" | "left">;
|
|
5922
5918
|
default: string;
|
|
5923
5919
|
};
|
|
5924
5920
|
cardProps: {
|
|
@@ -5932,6 +5928,10 @@ 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
5936
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5937
5937
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -6242,38 +6242,38 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6242
6242
|
submitError: (errors: unknown) => void;
|
|
6243
6243
|
validate: (...args: any[]) => void;
|
|
6244
6244
|
}, string, {
|
|
6245
|
+
modelValue: FieldValues;
|
|
6246
|
+
collapseDuration: number;
|
|
6247
|
+
collapseTransition: boolean;
|
|
6245
6248
|
columns: PlusColumn[];
|
|
6246
6249
|
group: false | PlusFormGroupRow[];
|
|
6247
|
-
modelValue: FieldValues;
|
|
6248
6250
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6249
6251
|
labelPosition: "top" | "right" | "left";
|
|
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;
|
|
6268
6267
|
submitText: string;
|
|
6269
6268
|
resetText: string;
|
|
6270
6269
|
submitLoading: boolean;
|
|
6271
|
-
footerAlign: "
|
|
6270
|
+
footerAlign: "center" | "right" | "left";
|
|
6272
6271
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6273
6272
|
style?: CSSProperties | undefined;
|
|
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,18 @@ 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
|
+
modelValue: {
|
|
6299
|
+
type: PropType<FieldValues>;
|
|
6300
|
+
default: () => {};
|
|
6301
|
+
};
|
|
6302
|
+
collapseDuration: {
|
|
6303
|
+
type: PropType<number>;
|
|
6304
|
+
default: undefined;
|
|
6305
|
+
};
|
|
6306
|
+
collapseTransition: {
|
|
6307
|
+
type: PropType<boolean>;
|
|
6308
|
+
default: undefined;
|
|
6309
|
+
};
|
|
6298
6310
|
columns: {
|
|
6299
6311
|
type: PropType<PlusColumn[]>;
|
|
6300
6312
|
default: () => never[];
|
|
@@ -6303,10 +6315,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6303
6315
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6304
6316
|
default: boolean;
|
|
6305
6317
|
};
|
|
6306
|
-
modelValue: {
|
|
6307
|
-
type: PropType<FieldValues>;
|
|
6308
|
-
default: () => {};
|
|
6309
|
-
};
|
|
6310
6318
|
rules: {
|
|
6311
6319
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6312
6320
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -6382,7 +6378,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6382
6378
|
default: boolean;
|
|
6383
6379
|
};
|
|
6384
6380
|
footerAlign: {
|
|
6385
|
-
type: PropType<"
|
|
6381
|
+
type: PropType<"center" | "right" | "left">;
|
|
6386
6382
|
default: string;
|
|
6387
6383
|
};
|
|
6388
6384
|
cardProps: {
|
|
@@ -6396,6 +6392,10 @@ 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
6400
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6401
6401
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -6711,14 +6711,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6717
6717
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6718
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6718
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6719
6719
|
style?: CSSProperties | undefined;
|
|
6720
6720
|
class?: any;
|
|
6721
|
-
} & RecordType> | ComputedRef<
|
|
6721
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6722
6722
|
style?: CSSProperties | undefined;
|
|
6723
6723
|
class?: any;
|
|
6724
6724
|
} & RecordType>>;
|
|
@@ -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,12 +6779,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6783
6783
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6784
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6784
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6785
6785
|
style?: CSSProperties | undefined;
|
|
6786
6786
|
class?: any;
|
|
6787
|
-
} & RecordType> | ComputedRef<
|
|
6787
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6788
6788
|
style?: CSSProperties | undefined;
|
|
6789
6789
|
class?: any;
|
|
6790
6790
|
} & RecordType>>;
|
|
@@ -6807,14 +6807,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6813
6813
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6814
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6814
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6815
6815
|
style?: CSSProperties | undefined;
|
|
6816
6816
|
class?: any;
|
|
6817
|
-
} & RecordType> | ComputedRef<
|
|
6817
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6818
6818
|
style?: CSSProperties | undefined;
|
|
6819
6819
|
class?: any;
|
|
6820
6820
|
} & RecordType>>;
|
|
@@ -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,12 +6875,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6879
6879
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6880
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6880
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6881
6881
|
style?: CSSProperties | undefined;
|
|
6882
6882
|
class?: any;
|
|
6883
|
-
} & RecordType> | ComputedRef<
|
|
6883
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6884
6884
|
style?: CSSProperties | undefined;
|
|
6885
6885
|
class?: any;
|
|
6886
6886
|
} & RecordType>>;
|
|
@@ -6926,20 +6926,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6926
6926
|
reset: (values: FieldValues) => void;
|
|
6927
6927
|
collapse: (isShowUnfold: boolean) => void;
|
|
6928
6928
|
}, string, {
|
|
6929
|
-
columns: PlusColumn[];
|
|
6930
6929
|
modelValue: FieldValues;
|
|
6930
|
+
columns: PlusColumn[];
|
|
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;
|
|
@@ -6971,14 +6971,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6971
6971
|
$nextTick: typeof nextTick;
|
|
6972
6972
|
$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;
|
|
6973
6973
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6974
|
-
columns: {
|
|
6975
|
-
type: PropType<PlusColumn[]>;
|
|
6976
|
-
default: () => never[];
|
|
6977
|
-
};
|
|
6978
6974
|
modelValue: {
|
|
6979
6975
|
type: PropType<FieldValues>;
|
|
6980
6976
|
default: () => {};
|
|
6981
6977
|
};
|
|
6978
|
+
columns: {
|
|
6979
|
+
type: PropType<PlusColumn[]>;
|
|
6980
|
+
default: () => never[];
|
|
6981
|
+
};
|
|
6982
6982
|
labelPosition: {
|
|
6983
6983
|
type: PropType<"top" | "right" | "left">;
|
|
6984
6984
|
default: undefined;
|
|
@@ -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;
|
|
@@ -7068,69 +7068,69 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7068
7068
|
$: ComponentInternalInstance;
|
|
7069
7069
|
$data: {};
|
|
7070
7070
|
$props: Partial<{
|
|
7071
|
+
modelValue: FieldValues;
|
|
7072
|
+
collapseDuration: number;
|
|
7073
|
+
collapseTransition: boolean;
|
|
7071
7074
|
columns: PlusColumn[];
|
|
7072
7075
|
group: false | PlusFormGroupRow[];
|
|
7073
|
-
modelValue: FieldValues;
|
|
7074
7076
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7075
7077
|
labelPosition: "top" | "right" | "left";
|
|
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;
|
|
7094
7093
|
submitText: string;
|
|
7095
7094
|
resetText: string;
|
|
7096
7095
|
submitLoading: boolean;
|
|
7097
|
-
footerAlign: "
|
|
7096
|
+
footerAlign: "center" | "right" | "left";
|
|
7098
7097
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7099
7098
|
style?: CSSProperties | undefined;
|
|
7100
7099
|
class?: any;
|
|
7101
7100
|
} & RecordType>;
|
|
7102
7101
|
prevent: boolean;
|
|
7102
|
+
clearable: boolean;
|
|
7103
7103
|
}> & Omit<{
|
|
7104
|
+
readonly modelValue: FieldValues;
|
|
7104
7105
|
readonly columns: PlusColumn[];
|
|
7105
7106
|
readonly group: false | PlusFormGroupRow[];
|
|
7106
|
-
readonly modelValue: FieldValues;
|
|
7107
7107
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7108
7108
|
readonly labelPosition: "top" | "right" | "left";
|
|
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;
|
|
7125
7124
|
readonly submitText: string;
|
|
7126
7125
|
readonly resetText: string;
|
|
7127
7126
|
readonly submitLoading: boolean;
|
|
7128
|
-
readonly footerAlign: "
|
|
7127
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
7129
7128
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7130
7129
|
style?: CSSProperties | undefined;
|
|
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
7136
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
@@ -7140,6 +7140,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7140
7140
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7141
7141
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7142
7142
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7143
|
+
modelValue: {
|
|
7144
|
+
type: PropType<FieldValues>;
|
|
7145
|
+
default: () => {};
|
|
7146
|
+
};
|
|
7147
|
+
collapseDuration: {
|
|
7148
|
+
type: PropType<number>;
|
|
7149
|
+
default: undefined;
|
|
7150
|
+
};
|
|
7151
|
+
collapseTransition: {
|
|
7152
|
+
type: PropType<boolean>;
|
|
7153
|
+
default: undefined;
|
|
7154
|
+
};
|
|
7143
7155
|
columns: {
|
|
7144
7156
|
type: PropType<PlusColumn[]>;
|
|
7145
7157
|
default: () => never[];
|
|
@@ -7148,10 +7160,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7148
7160
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7149
7161
|
default: boolean;
|
|
7150
7162
|
};
|
|
7151
|
-
modelValue: {
|
|
7152
|
-
type: PropType<FieldValues>;
|
|
7153
|
-
default: () => {};
|
|
7154
|
-
};
|
|
7155
7163
|
rules: {
|
|
7156
7164
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7157
7165
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -7227,7 +7223,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7227
7223
|
default: boolean;
|
|
7228
7224
|
};
|
|
7229
7225
|
footerAlign: {
|
|
7230
|
-
type: PropType<"
|
|
7226
|
+
type: PropType<"center" | "right" | "left">;
|
|
7231
7227
|
default: string;
|
|
7232
7228
|
};
|
|
7233
7229
|
cardProps: {
|
|
@@ -7241,6 +7237,10 @@ 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
7245
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7246
7246
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -7248,7 +7248,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7248
7248
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7249
7249
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7250
7250
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7251
|
-
}, "
|
|
7251
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "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
|
};
|
|
@@ -7260,9 +7260,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7260
7260
|
}>;
|
|
7261
7261
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7262
7262
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7263
|
-
$emit: ((event: "
|
|
7263
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
|
+
modelValue: {
|
|
7267
|
+
type: PropType<FieldValues>;
|
|
7268
|
+
default: () => {};
|
|
7269
|
+
};
|
|
7270
|
+
collapseDuration: {
|
|
7271
|
+
type: PropType<number>;
|
|
7272
|
+
default: undefined;
|
|
7273
|
+
};
|
|
7274
|
+
collapseTransition: {
|
|
7275
|
+
type: PropType<boolean>;
|
|
7276
|
+
default: undefined;
|
|
7277
|
+
};
|
|
7266
7278
|
columns: {
|
|
7267
7279
|
type: PropType<PlusColumn[]>;
|
|
7268
7280
|
default: () => never[];
|
|
@@ -7271,10 +7283,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7271
7283
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7272
7284
|
default: boolean;
|
|
7273
7285
|
};
|
|
7274
|
-
modelValue: {
|
|
7275
|
-
type: PropType<FieldValues>;
|
|
7276
|
-
default: () => {};
|
|
7277
|
-
};
|
|
7278
7286
|
rules: {
|
|
7279
7287
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7280
7288
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -7350,7 +7346,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7350
7346
|
default: boolean;
|
|
7351
7347
|
};
|
|
7352
7348
|
footerAlign: {
|
|
7353
|
-
type: PropType<"
|
|
7349
|
+
type: PropType<"center" | "right" | "left">;
|
|
7354
7350
|
default: string;
|
|
7355
7351
|
};
|
|
7356
7352
|
cardProps: {
|
|
@@ -7364,6 +7360,10 @@ 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
7368
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7369
7369
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -7674,38 +7674,38 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7674
7674
|
submitError: (errors: unknown) => void;
|
|
7675
7675
|
validate: (...args: any[]) => void;
|
|
7676
7676
|
}, string, {
|
|
7677
|
+
modelValue: FieldValues;
|
|
7678
|
+
collapseDuration: number;
|
|
7679
|
+
collapseTransition: boolean;
|
|
7677
7680
|
columns: PlusColumn[];
|
|
7678
7681
|
group: false | PlusFormGroupRow[];
|
|
7679
|
-
modelValue: FieldValues;
|
|
7680
7682
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7681
7683
|
labelPosition: "top" | "right" | "left";
|
|
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;
|
|
7700
7699
|
submitText: string;
|
|
7701
7700
|
resetText: string;
|
|
7702
7701
|
submitLoading: boolean;
|
|
7703
|
-
footerAlign: "
|
|
7702
|
+
footerAlign: "center" | "right" | "left";
|
|
7704
7703
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7705
7704
|
style?: CSSProperties | undefined;
|
|
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,18 @@ 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
|
+
modelValue: {
|
|
7731
|
+
type: PropType<FieldValues>;
|
|
7732
|
+
default: () => {};
|
|
7733
|
+
};
|
|
7734
|
+
collapseDuration: {
|
|
7735
|
+
type: PropType<number>;
|
|
7736
|
+
default: undefined;
|
|
7737
|
+
};
|
|
7738
|
+
collapseTransition: {
|
|
7739
|
+
type: PropType<boolean>;
|
|
7740
|
+
default: undefined;
|
|
7741
|
+
};
|
|
7730
7742
|
columns: {
|
|
7731
7743
|
type: PropType<PlusColumn[]>;
|
|
7732
7744
|
default: () => never[];
|
|
@@ -7735,10 +7747,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7735
7747
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7736
7748
|
default: boolean;
|
|
7737
7749
|
};
|
|
7738
|
-
modelValue: {
|
|
7739
|
-
type: PropType<FieldValues>;
|
|
7740
|
-
default: () => {};
|
|
7741
|
-
};
|
|
7742
7750
|
rules: {
|
|
7743
7751
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7744
7752
|
default: () => {};
|
|
@@ -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: {
|
|
@@ -7814,7 +7810,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7814
7810
|
default: boolean;
|
|
7815
7811
|
};
|
|
7816
7812
|
footerAlign: {
|
|
7817
|
-
type: PropType<"
|
|
7813
|
+
type: PropType<"center" | "right" | "left">;
|
|
7818
7814
|
default: string;
|
|
7819
7815
|
};
|
|
7820
7816
|
cardProps: {
|
|
@@ -7828,6 +7824,10 @@ 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
7832
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7833
7833
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -8143,14 +8143,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8149
8149
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8150
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8150
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8151
8151
|
style?: CSSProperties | undefined;
|
|
8152
8152
|
class?: any;
|
|
8153
|
-
} & RecordType> | ComputedRef<
|
|
8153
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8154
8154
|
style?: CSSProperties | undefined;
|
|
8155
8155
|
class?: any;
|
|
8156
8156
|
} & RecordType>>;
|
|
@@ -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,12 +8211,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8215
8215
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8216
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8216
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8217
8217
|
style?: CSSProperties | undefined;
|
|
8218
8218
|
class?: any;
|
|
8219
|
-
} & RecordType> | ComputedRef<
|
|
8219
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8220
8220
|
style?: CSSProperties | undefined;
|
|
8221
8221
|
class?: any;
|
|
8222
8222
|
} & RecordType>>;
|
|
@@ -8239,14 +8239,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8245
8245
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8246
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8246
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8247
8247
|
style?: CSSProperties | undefined;
|
|
8248
8248
|
class?: any;
|
|
8249
|
-
} & RecordType> | ComputedRef<
|
|
8249
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8250
8250
|
style?: CSSProperties | undefined;
|
|
8251
8251
|
class?: any;
|
|
8252
8252
|
} & RecordType>>;
|
|
@@ -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,12 +8307,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8311
8311
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8312
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8312
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8313
8313
|
style?: CSSProperties | undefined;
|
|
8314
8314
|
class?: any;
|
|
8315
|
-
} & RecordType> | ComputedRef<
|
|
8315
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8316
8316
|
style?: CSSProperties | undefined;
|
|
8317
8317
|
class?: any;
|
|
8318
8318
|
} & RecordType>>;
|
|
@@ -8353,14 +8353,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8359
8359
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8360
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8360
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8361
8361
|
style?: CSSProperties | undefined;
|
|
8362
8362
|
class?: any;
|
|
8363
|
-
} & RecordType> | ComputedRef<
|
|
8363
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8364
8364
|
style?: CSSProperties | undefined;
|
|
8365
8365
|
class?: any;
|
|
8366
8366
|
} & RecordType>>;
|
|
@@ -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,12 +8421,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8425
8425
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8426
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8426
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8427
8427
|
style?: CSSProperties | undefined;
|
|
8428
8428
|
class?: any;
|
|
8429
|
-
} & RecordType> | ComputedRef<
|
|
8429
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8430
8430
|
style?: CSSProperties | undefined;
|
|
8431
8431
|
class?: any;
|
|
8432
8432
|
} & RecordType>>;
|
|
@@ -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
|
};
|
|
@@ -8927,7 +8927,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
8931
8931
|
spanMethod: PropType<((data: {
|
|
8932
8932
|
row: any;
|
|
8933
8933
|
rowIndex: number;
|
|
@@ -8971,7 +8971,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8971
8971
|
};
|
|
8972
8972
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
8973
8973
|
flexible: BooleanConstructor;
|
|
8974
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
8974
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
8975
8975
|
}>> & {
|
|
8976
8976
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8977
8977
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9123,7 +9123,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9127
9127
|
spanMethod: PropType<((data: {
|
|
9128
9128
|
row: any;
|
|
9129
9129
|
rowIndex: number;
|
|
@@ -9167,7 +9167,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9167
9167
|
};
|
|
9168
9168
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9169
9169
|
flexible: BooleanConstructor;
|
|
9170
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9170
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9171
9171
|
}>> & {
|
|
9172
9172
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9173
9173
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9258,7 +9258,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9262
9262
|
spanMethod: PropType<((data: {
|
|
9263
9263
|
row: any;
|
|
9264
9264
|
rowIndex: number;
|
|
@@ -9302,7 +9302,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9302
9302
|
};
|
|
9303
9303
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9304
9304
|
flexible: BooleanConstructor;
|
|
9305
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9305
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9306
9306
|
}>> & {
|
|
9307
9307
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9308
9308
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9446,8 +9446,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9446
9446
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
9447
9447
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
9448
9448
|
}, string, {
|
|
9449
|
-
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
|
};
|
|
@@ -9707,7 +9707,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9711
9711
|
spanMethod: PropType<((data: {
|
|
9712
9712
|
row: any;
|
|
9713
9713
|
rowIndex: number;
|
|
@@ -9751,7 +9751,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9751
9751
|
};
|
|
9752
9752
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9753
9753
|
flexible: BooleanConstructor;
|
|
9754
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9754
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9755
9755
|
}>> & {
|
|
9756
9756
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9757
9757
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9903,7 +9903,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9907
9907
|
spanMethod: PropType<((data: {
|
|
9908
9908
|
row: any;
|
|
9909
9909
|
rowIndex: number;
|
|
@@ -9947,7 +9947,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9947
9947
|
};
|
|
9948
9948
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9949
9949
|
flexible: BooleanConstructor;
|
|
9950
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9950
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9951
9951
|
}>> & {
|
|
9952
9952
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9953
9953
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10038,7 +10038,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10042
10042
|
spanMethod: PropType<((data: {
|
|
10043
10043
|
row: any;
|
|
10044
10044
|
rowIndex: number;
|
|
@@ -10082,7 +10082,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10082
10082
|
};
|
|
10083
10083
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10084
10084
|
flexible: BooleanConstructor;
|
|
10085
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10085
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10086
10086
|
}>> & {
|
|
10087
10087
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10088
10088
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10248,14 +10248,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10254
10254
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10255
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10255
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10256
10256
|
style?: CSSProperties | undefined;
|
|
10257
10257
|
class?: any;
|
|
10258
|
-
} & RecordType> | ComputedRef<
|
|
10258
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10259
10259
|
style?: CSSProperties | undefined;
|
|
10260
10260
|
class?: any;
|
|
10261
10261
|
} & RecordType>>;
|
|
@@ -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,12 +10316,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10320
10320
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10321
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10321
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10322
10322
|
style?: CSSProperties | undefined;
|
|
10323
10323
|
class?: any;
|
|
10324
|
-
} & RecordType> | ComputedRef<
|
|
10324
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10325
10325
|
style?: CSSProperties | undefined;
|
|
10326
10326
|
class?: any;
|
|
10327
10327
|
} & RecordType>>;
|
|
@@ -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
|
};
|
|
@@ -10838,7 +10838,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10842
10842
|
spanMethod: PropType<((data: {
|
|
10843
10843
|
row: any;
|
|
10844
10844
|
rowIndex: number;
|
|
@@ -10882,7 +10882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10882
10882
|
};
|
|
10883
10883
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10884
10884
|
flexible: BooleanConstructor;
|
|
10885
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10885
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10886
10886
|
}>> & {
|
|
10887
10887
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10888
10888
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11034,7 +11034,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11038
11038
|
spanMethod: PropType<((data: {
|
|
11039
11039
|
row: any;
|
|
11040
11040
|
rowIndex: number;
|
|
@@ -11078,7 +11078,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11078
11078
|
};
|
|
11079
11079
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11080
11080
|
flexible: BooleanConstructor;
|
|
11081
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11081
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11082
11082
|
}>> & {
|
|
11083
11083
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11084
11084
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11169,7 +11169,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11173
11173
|
spanMethod: PropType<((data: {
|
|
11174
11174
|
row: any;
|
|
11175
11175
|
rowIndex: number;
|
|
@@ -11213,7 +11213,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11213
11213
|
};
|
|
11214
11214
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11215
11215
|
flexible: BooleanConstructor;
|
|
11216
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11216
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11217
11217
|
}>> & {
|
|
11218
11218
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11219
11219
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11357,8 +11357,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11357
11357
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
11358
11358
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
11359
11359
|
}, string, {
|
|
11360
|
-
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
|
};
|
|
@@ -11618,7 +11618,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11622
11622
|
spanMethod: PropType<((data: {
|
|
11623
11623
|
row: any;
|
|
11624
11624
|
rowIndex: number;
|
|
@@ -11662,7 +11662,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11662
11662
|
};
|
|
11663
11663
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11664
11664
|
flexible: BooleanConstructor;
|
|
11665
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11665
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11666
11666
|
}>> & {
|
|
11667
11667
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11668
11668
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11814,7 +11814,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11818
11818
|
spanMethod: PropType<((data: {
|
|
11819
11819
|
row: any;
|
|
11820
11820
|
rowIndex: number;
|
|
@@ -11858,7 +11858,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11858
11858
|
};
|
|
11859
11859
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11860
11860
|
flexible: BooleanConstructor;
|
|
11861
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11861
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11862
11862
|
}>> & {
|
|
11863
11863
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11864
11864
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11949,7 +11949,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11953
11953
|
spanMethod: PropType<((data: {
|
|
11954
11954
|
row: any;
|
|
11955
11955
|
rowIndex: number;
|
|
@@ -11993,7 +11993,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11993
11993
|
};
|
|
11994
11994
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11995
11995
|
flexible: BooleanConstructor;
|
|
11996
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11996
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11997
11997
|
}>> & {
|
|
11998
11998
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11999
11999
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12193,7 +12193,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12197
12197
|
spanMethod: PropType<((data: {
|
|
12198
12198
|
row: any;
|
|
12199
12199
|
rowIndex: number;
|
|
@@ -12237,7 +12237,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12237
12237
|
};
|
|
12238
12238
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12239
12239
|
flexible: BooleanConstructor;
|
|
12240
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12240
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12241
12241
|
}>> & {
|
|
12242
12242
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12243
12243
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12389,7 +12389,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12393
12393
|
spanMethod: PropType<((data: {
|
|
12394
12394
|
row: any;
|
|
12395
12395
|
rowIndex: number;
|
|
@@ -12433,7 +12433,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12433
12433
|
};
|
|
12434
12434
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12435
12435
|
flexible: BooleanConstructor;
|
|
12436
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12436
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12437
12437
|
}>> & {
|
|
12438
12438
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12439
12439
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12524,7 +12524,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
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, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12528
12528
|
spanMethod: PropType<((data: {
|
|
12529
12529
|
row: any;
|
|
12530
12530
|
rowIndex: number;
|
|
@@ -12568,7 +12568,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12568
12568
|
};
|
|
12569
12569
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12570
12570
|
flexible: BooleanConstructor;
|
|
12571
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12571
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12572
12572
|
}>> & {
|
|
12573
12573
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12574
12574
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12711,10 +12711,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12711
12711
|
defaultPageSize: number;
|
|
12712
12712
|
};
|
|
12713
12713
|
}>>>, {
|
|
12714
|
+
showSearch: boolean;
|
|
12714
12715
|
search: false | Record<string, unknown>;
|
|
12715
12716
|
pagination: false | Record<string, unknown>;
|
|
12716
12717
|
isCard: boolean;
|
|
12717
|
-
showSearch: boolean;
|
|
12718
12718
|
hideColumnSettingsIcon: boolean;
|
|
12719
12719
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
|
|
12720
12720
|
"column-settings-icon"?(_: {}): any;
|