yc-pro-components 0.0.25 → 0.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/check-card/index.d.ts +57 -57
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +22 -22
- package/es/components/check-card-group/src/index.vue.d.ts +19 -19
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +1 -1
- package/es/components/descriptions/index.d.ts +39 -39
- package/es/components/descriptions/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +19 -19
- package/es/components/dialog/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +32 -32
- package/es/components/display-item/src/index.vue.d.ts +13 -13
- package/es/components/drawer-form/index.d.ts +28 -28
- package/es/components/drawer-form/src/index.vue.d.ts +6 -6
- package/es/components/form/index.d.ts +107 -107
- package/es/components/form/src/form-content.vue.d.ts +17 -17
- package/es/components/form/src/index.vue.d.ts +16 -16
- package/es/components/form-item/index.d.ts +128 -128
- package/es/components/form-item/src/form-item.mjs +2 -1
- package/es/components/form-item/src/index.vue.d.ts +16 -16
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +11 -11
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/page/index.d.ts +900 -900
- package/es/components/page/src/index.vue.d.ts +289 -289
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +26 -26
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +328 -328
- package/es/components/search/src/index.vue.d.ts +95 -95
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +74 -74
- package/es/components/table/src/index.vue.d.ts +19 -19
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +28 -28
- package/es/components/table/src/table-title-bar.vue2.mjs +1 -0
- 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/src/index.vue2.mjs +1 -1
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/src/index.vue.mjs +1 -1
- package/es/components/yc-drawer/src/index.vue2.mjs +1 -1
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +677 -677
- package/es/components/yc-plus-tree/src/index.vue.d.ts +6 -1
- package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-tree/src/index.vue2.mjs +14 -6
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +193 -193
- package/es/index.css +2 -2
- package/index.css +48 -48
- package/index.js +21 -11
- package/index.min.css +2 -2
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +21 -11
- package/lib/components/check-card/index.d.ts +57 -57
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +22 -22
- package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
- package/lib/components/date-picker/index.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +1 -1
- package/lib/components/descriptions/index.d.ts +39 -39
- package/lib/components/descriptions/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +19 -19
- package/lib/components/dialog/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +32 -32
- package/lib/components/display-item/src/index.vue.d.ts +13 -13
- package/lib/components/drawer-form/index.d.ts +28 -28
- package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
- package/lib/components/form/index.d.ts +107 -107
- package/lib/components/form/src/form-content.vue.d.ts +17 -17
- package/lib/components/form/src/index.vue.d.ts +16 -16
- package/lib/components/form-item/index.d.ts +128 -128
- package/lib/components/form-item/src/form-item.js +2 -1
- package/lib/components/form-item/src/index.vue.d.ts +16 -16
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +11 -11
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/page/index.d.ts +900 -900
- package/lib/components/page/src/index.vue.d.ts +289 -289
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +26 -26
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +328 -328
- package/lib/components/search/src/index.vue.d.ts +95 -95
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +74 -74
- package/lib/components/table/src/index.vue.d.ts +19 -19
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +28 -28
- package/lib/components/table/src/table-title-bar.vue2.js +1 -0
- 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/src/index.vue2.js +1 -1
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/src/index.vue.js +1 -1
- package/lib/components/yc-drawer/src/index.vue2.js +1 -1
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +677 -677
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +6 -1
- package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
- package/lib/components/yc-plus-tree/src/index.vue2.js +13 -5
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +193 -193
- package/lib/index.css +2 -2
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-dialog.css +1 -1
- package/theme-chalk/plus-display-item.css +1 -1
- package/theme-chalk/plus-table.css +1 -1
- package/theme-chalk/plus-yc-dialog.css +1 -1
- package/theme-chalk/plus-yc-drawer.css +1 -1
- package/theme-chalk/plus-yc-plus-tree.css +1 -1
- package/theme-chalk/src/dialog.scss +45 -0
- package/theme-chalk/src/display-item.scss +1 -0
- package/theme-chalk/src/table.scss +10 -0
- package/theme-chalk/src/yc-dialog.scss +50 -0
- package/theme-chalk/src/yc-drawer.scss +1 -1
- package/theme-chalk/src/yc-plus-tree.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, ColProps, RowProps, FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, TableColumnCtx, SummaryMethod, ColumnCls, ColumnStyle, CellCls, CellStyle, Sort, TreeNode, Translator, Table } from 'element-plus';
|
|
8
8
|
import { 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, HeaderFilterConfig, HeaderFilterPayload, HeaderFilterResetPayload, HeaderFiltersState, OrderByItem, FieldCatalog } from './type';
|
|
10
10
|
import { FieldValues, OmitTypes, CascaderProps, FormItemValueType, FieldValueType } from 'yc-pro-components/es/types/form';
|
|
@@ -69,6 +69,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
69
69
|
$: ComponentInternalInstance;
|
|
70
70
|
$data: {};
|
|
71
71
|
$props: Partial<{
|
|
72
|
+
columns: PlusColumn[];
|
|
73
|
+
immediate: boolean;
|
|
72
74
|
search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
73
75
|
style?: CSSProperties | undefined;
|
|
74
76
|
class?: any;
|
|
@@ -77,8 +79,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
77
79
|
style?: CSSProperties | undefined;
|
|
78
80
|
class?: any;
|
|
79
81
|
}>;
|
|
80
|
-
columns: PlusColumn[];
|
|
81
|
-
immediate: boolean;
|
|
82
82
|
params: RecordType;
|
|
83
83
|
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
84
84
|
columnsEmptyText: string;
|
|
@@ -102,6 +102,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
102
102
|
};
|
|
103
103
|
searchSlot: boolean;
|
|
104
104
|
}> & Omit<{
|
|
105
|
+
readonly columns: PlusColumn[];
|
|
106
|
+
readonly immediate: boolean;
|
|
105
107
|
readonly search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
106
108
|
style?: CSSProperties | undefined;
|
|
107
109
|
class?: any;
|
|
@@ -110,8 +112,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
110
112
|
style?: CSSProperties | undefined;
|
|
111
113
|
class?: any;
|
|
112
114
|
}>;
|
|
113
|
-
readonly columns: PlusColumn[];
|
|
114
|
-
readonly immediate: boolean;
|
|
115
115
|
readonly params: RecordType;
|
|
116
116
|
readonly request: (params: Partial<PageInfo> & RecordType) => Promise<{
|
|
117
117
|
data: RecordType[];
|
|
@@ -144,6 +144,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
144
144
|
onRequestError?: ((error: unknown) => any) | undefined;
|
|
145
145
|
onRequestComplete?: ((tableData: RecordType[]) => any) | undefined;
|
|
146
146
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
147
|
+
columns: {
|
|
148
|
+
type: PropType<PlusColumn[]>;
|
|
149
|
+
required: true;
|
|
150
|
+
default: () => never[];
|
|
151
|
+
};
|
|
152
|
+
immediate: {
|
|
153
|
+
type: PropType<boolean>;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
147
156
|
search: {
|
|
148
157
|
type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
149
158
|
style?: CSSProperties | undefined;
|
|
@@ -158,15 +167,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
158
167
|
}>>;
|
|
159
168
|
default: () => {};
|
|
160
169
|
};
|
|
161
|
-
columns: {
|
|
162
|
-
type: PropType<PlusColumn[]>;
|
|
163
|
-
required: true;
|
|
164
|
-
default: () => never[];
|
|
165
|
-
};
|
|
166
|
-
immediate: {
|
|
167
|
-
type: PropType<boolean>;
|
|
168
|
-
default: boolean;
|
|
169
|
-
};
|
|
170
170
|
params: {
|
|
171
171
|
type: PropType<RecordType>;
|
|
172
172
|
default: () => {};
|
|
@@ -247,7 +247,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
247
247
|
onSearch?: ((data: FieldValues) => any) | undefined;
|
|
248
248
|
onRequestError?: ((error: unknown) => any) | undefined;
|
|
249
249
|
onRequestComplete?: ((tableData: RecordType[]) => any) | undefined;
|
|
250
|
-
}, "
|
|
250
|
+
}, "columns" | "immediate" | "search" | "table" | "params" | "pagination" | "columnsEmptyText" | "postData" | "beforeSearchSubmit" | "isCard" | "searchCardProps" | "tableCardProps" | "defaultPageInfo" | "defaultPageSizeList" | "dividerProps" | "pageInfoMap" | "searchSlot">;
|
|
251
251
|
$attrs: {
|
|
252
252
|
[x: string]: unknown;
|
|
253
253
|
};
|
|
@@ -259,9 +259,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
259
259
|
}>;
|
|
260
260
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
261
261
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
262
|
-
$emit: ((event: "
|
|
262
|
+
$emit: ((event: "reset", data: FieldValues) => void) & ((event: "search", data: FieldValues) => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "requestError", error: unknown) => void) & ((event: "requestComplete", tableData: RecordType[]) => void);
|
|
263
263
|
$el: any;
|
|
264
264
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
265
|
+
columns: {
|
|
266
|
+
type: PropType<PlusColumn[]>;
|
|
267
|
+
required: true;
|
|
268
|
+
default: () => never[];
|
|
269
|
+
};
|
|
270
|
+
immediate: {
|
|
271
|
+
type: PropType<boolean>;
|
|
272
|
+
default: boolean;
|
|
273
|
+
};
|
|
265
274
|
search: {
|
|
266
275
|
type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
267
276
|
style?: CSSProperties | undefined;
|
|
@@ -276,15 +285,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
276
285
|
}>>;
|
|
277
286
|
default: () => {};
|
|
278
287
|
};
|
|
279
|
-
columns: {
|
|
280
|
-
type: PropType<PlusColumn[]>;
|
|
281
|
-
required: true;
|
|
282
|
-
default: () => never[];
|
|
283
|
-
};
|
|
284
|
-
immediate: {
|
|
285
|
-
type: PropType<boolean>;
|
|
286
|
-
default: boolean;
|
|
287
|
-
};
|
|
288
288
|
params: {
|
|
289
289
|
type: PropType<RecordType>;
|
|
290
290
|
default: () => {};
|
|
@@ -376,15 +376,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
376
376
|
labelPosition: "top" | "right" | "left";
|
|
377
377
|
inline: boolean;
|
|
378
378
|
showNumber: number;
|
|
379
|
-
|
|
380
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
379
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
381
380
|
style?: CSSProperties | undefined;
|
|
382
381
|
class?: any;
|
|
383
382
|
} & RecordType>;
|
|
384
|
-
|
|
383
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
385
384
|
style?: CSSProperties | undefined;
|
|
386
385
|
class?: any;
|
|
387
386
|
} & RecordType>;
|
|
387
|
+
defaultValues: FieldValues;
|
|
388
388
|
hasFooter: boolean;
|
|
389
389
|
hasReset: boolean;
|
|
390
390
|
resetText: string;
|
|
@@ -403,15 +403,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
403
403
|
readonly modelValue: FieldValues;
|
|
404
404
|
readonly inline: boolean;
|
|
405
405
|
readonly showNumber: number;
|
|
406
|
-
readonly
|
|
407
|
-
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
406
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
408
407
|
style?: CSSProperties | undefined;
|
|
409
408
|
class?: any;
|
|
410
409
|
} & RecordType>;
|
|
411
|
-
readonly
|
|
410
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
412
411
|
style?: CSSProperties | undefined;
|
|
413
412
|
class?: any;
|
|
414
413
|
} & RecordType>;
|
|
414
|
+
readonly defaultValues: FieldValues;
|
|
415
415
|
readonly hasFooter: boolean;
|
|
416
416
|
readonly hasReset: boolean;
|
|
417
417
|
readonly resetText: string;
|
|
@@ -425,9 +425,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
425
425
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
426
426
|
readonly searchIcon?: Component | null | undefined;
|
|
427
427
|
readonly resetIcon?: Component | null | undefined;
|
|
428
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
428
429
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
429
430
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
430
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
431
431
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
432
432
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
433
433
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
@@ -455,19 +455,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
455
455
|
type: PropType<number>;
|
|
456
456
|
default: number;
|
|
457
457
|
};
|
|
458
|
-
defaultValues: {
|
|
459
|
-
type: PropType<FieldValues>;
|
|
460
|
-
default: () => {};
|
|
461
|
-
};
|
|
462
|
-
rowProps: {
|
|
463
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
464
|
-
style?: CSSProperties | undefined;
|
|
465
|
-
class?: any;
|
|
466
|
-
} & RecordType>>;
|
|
467
|
-
default: () => {
|
|
468
|
-
gutter: number;
|
|
469
|
-
};
|
|
470
|
-
};
|
|
471
458
|
colProps: {
|
|
472
459
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
473
460
|
style?: CSSProperties | undefined;
|
|
@@ -481,6 +468,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
481
468
|
xl: number;
|
|
482
469
|
};
|
|
483
470
|
};
|
|
471
|
+
rowProps: {
|
|
472
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
473
|
+
style?: CSSProperties | undefined;
|
|
474
|
+
class?: any;
|
|
475
|
+
} & RecordType>>;
|
|
476
|
+
default: () => {
|
|
477
|
+
gutter: number;
|
|
478
|
+
};
|
|
479
|
+
};
|
|
480
|
+
defaultValues: {
|
|
481
|
+
type: PropType<FieldValues>;
|
|
482
|
+
default: () => {};
|
|
483
|
+
};
|
|
484
484
|
hasFooter: {
|
|
485
485
|
type: PropType<boolean>;
|
|
486
486
|
default: boolean;
|
|
@@ -530,12 +530,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
530
530
|
default: undefined;
|
|
531
531
|
};
|
|
532
532
|
}>> & {
|
|
533
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
533
534
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
534
535
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
535
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
536
536
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
537
537
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
538
|
-
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
538
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "colProps" | "rowProps" | "defaultValues" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
539
539
|
$attrs: {
|
|
540
540
|
[x: string]: unknown;
|
|
541
541
|
};
|
|
@@ -547,7 +547,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
547
547
|
}>;
|
|
548
548
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
549
549
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
550
|
-
$emit: ((event: "
|
|
550
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
551
551
|
$el: any;
|
|
552
552
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
553
553
|
columns: {
|
|
@@ -574,19 +574,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
574
574
|
type: PropType<number>;
|
|
575
575
|
default: number;
|
|
576
576
|
};
|
|
577
|
-
defaultValues: {
|
|
578
|
-
type: PropType<FieldValues>;
|
|
579
|
-
default: () => {};
|
|
580
|
-
};
|
|
581
|
-
rowProps: {
|
|
582
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
583
|
-
style?: CSSProperties | undefined;
|
|
584
|
-
class?: any;
|
|
585
|
-
} & RecordType>>;
|
|
586
|
-
default: () => {
|
|
587
|
-
gutter: number;
|
|
588
|
-
};
|
|
589
|
-
};
|
|
590
577
|
colProps: {
|
|
591
578
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
592
579
|
style?: CSSProperties | undefined;
|
|
@@ -600,6 +587,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
600
587
|
xl: number;
|
|
601
588
|
};
|
|
602
589
|
};
|
|
590
|
+
rowProps: {
|
|
591
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
592
|
+
style?: CSSProperties | undefined;
|
|
593
|
+
class?: any;
|
|
594
|
+
} & RecordType>>;
|
|
595
|
+
default: () => {
|
|
596
|
+
gutter: number;
|
|
597
|
+
};
|
|
598
|
+
};
|
|
599
|
+
defaultValues: {
|
|
600
|
+
type: PropType<FieldValues>;
|
|
601
|
+
default: () => {};
|
|
602
|
+
};
|
|
603
603
|
hasFooter: {
|
|
604
604
|
type: PropType<boolean>;
|
|
605
605
|
default: boolean;
|
|
@@ -649,9 +649,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
649
649
|
default: undefined;
|
|
650
650
|
};
|
|
651
651
|
}>> & {
|
|
652
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
652
653
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
653
654
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
654
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
655
655
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
656
656
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
657
657
|
}, {
|
|
@@ -659,8 +659,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
659
659
|
$: ComponentInternalInstance;
|
|
660
660
|
$data: {};
|
|
661
661
|
$props: Partial<{
|
|
662
|
-
collapseDuration: number;
|
|
663
|
-
collapseTransition: boolean;
|
|
664
662
|
columns: PlusColumn[];
|
|
665
663
|
group: false | PlusFormGroupRow[];
|
|
666
664
|
layout: "grid" | "flex";
|
|
@@ -670,15 +668,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
670
668
|
labelWidth: string | number;
|
|
671
669
|
labelSuffix: string;
|
|
672
670
|
hasLabel: boolean;
|
|
673
|
-
|
|
674
|
-
|
|
671
|
+
clearable: boolean;
|
|
672
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
675
673
|
style?: CSSProperties | undefined;
|
|
676
674
|
class?: any;
|
|
677
675
|
} & RecordType>;
|
|
678
|
-
|
|
676
|
+
collapseDuration: number;
|
|
677
|
+
collapseTransition: boolean;
|
|
678
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
679
679
|
style?: CSSProperties | undefined;
|
|
680
680
|
class?: any;
|
|
681
681
|
} & RecordType>;
|
|
682
|
+
defaultValues: FieldValues;
|
|
682
683
|
hasErrorTip: boolean;
|
|
683
684
|
hasFooter: boolean;
|
|
684
685
|
hasReset: boolean;
|
|
@@ -691,7 +692,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
691
692
|
class?: any;
|
|
692
693
|
} & RecordType>;
|
|
693
694
|
prevent: boolean;
|
|
694
|
-
clearable: boolean;
|
|
695
695
|
}> & Omit<{
|
|
696
696
|
readonly columns: PlusColumn[];
|
|
697
697
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -702,15 +702,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
702
702
|
readonly labelWidth: string | number;
|
|
703
703
|
readonly labelSuffix: string;
|
|
704
704
|
readonly hasLabel: boolean;
|
|
705
|
-
readonly
|
|
706
|
-
readonly
|
|
705
|
+
readonly clearable: boolean;
|
|
706
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
707
707
|
style?: CSSProperties | undefined;
|
|
708
708
|
class?: any;
|
|
709
709
|
} & RecordType>;
|
|
710
|
-
readonly
|
|
710
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
711
711
|
style?: CSSProperties | undefined;
|
|
712
712
|
class?: any;
|
|
713
713
|
} & RecordType>;
|
|
714
|
+
readonly defaultValues: FieldValues;
|
|
714
715
|
readonly hasErrorTip: boolean;
|
|
715
716
|
readonly hasFooter: boolean;
|
|
716
717
|
readonly hasReset: boolean;
|
|
@@ -723,24 +724,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
723
724
|
class?: any;
|
|
724
725
|
} & RecordType>;
|
|
725
726
|
readonly prevent: boolean;
|
|
726
|
-
readonly clearable: boolean;
|
|
727
727
|
readonly collapseDuration?: number | undefined;
|
|
728
728
|
readonly collapseTransition?: boolean | undefined;
|
|
729
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
729
730
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
730
731
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
731
732
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
732
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
733
733
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
734
734
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
735
735
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
736
|
-
collapseDuration: {
|
|
737
|
-
type: PropType<number>;
|
|
738
|
-
default: undefined;
|
|
739
|
-
};
|
|
740
|
-
collapseTransition: {
|
|
741
|
-
type: PropType<boolean>;
|
|
742
|
-
default: undefined;
|
|
743
|
-
};
|
|
744
736
|
columns: {
|
|
745
737
|
type: PropType<PlusColumn[]>;
|
|
746
738
|
default: () => never[];
|
|
@@ -777,24 +769,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
777
769
|
type: PropType<boolean>;
|
|
778
770
|
default: boolean;
|
|
779
771
|
};
|
|
780
|
-
|
|
781
|
-
type: PropType<
|
|
782
|
-
default:
|
|
772
|
+
clearable: {
|
|
773
|
+
type: PropType<boolean>;
|
|
774
|
+
default: boolean;
|
|
783
775
|
};
|
|
784
|
-
|
|
785
|
-
type: PropType<Partial< Mutable<
|
|
776
|
+
colProps: {
|
|
777
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
786
778
|
style?: CSSProperties | undefined;
|
|
787
779
|
class?: any;
|
|
788
780
|
} & RecordType>>;
|
|
789
781
|
default: () => {};
|
|
790
782
|
};
|
|
791
|
-
|
|
792
|
-
type: PropType<
|
|
783
|
+
collapseDuration: {
|
|
784
|
+
type: PropType<number>;
|
|
785
|
+
default: undefined;
|
|
786
|
+
};
|
|
787
|
+
collapseTransition: {
|
|
788
|
+
type: PropType<boolean>;
|
|
789
|
+
default: undefined;
|
|
790
|
+
};
|
|
791
|
+
rowProps: {
|
|
792
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
793
793
|
style?: CSSProperties | undefined;
|
|
794
794
|
class?: any;
|
|
795
795
|
} & RecordType>>;
|
|
796
796
|
default: () => {};
|
|
797
797
|
};
|
|
798
|
+
defaultValues: {
|
|
799
|
+
type: PropType<FieldValues>;
|
|
800
|
+
default: () => {};
|
|
801
|
+
};
|
|
798
802
|
hasErrorTip: {
|
|
799
803
|
type: PropType<boolean>;
|
|
800
804
|
default: boolean;
|
|
@@ -834,18 +838,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
834
838
|
type: PropType<boolean>;
|
|
835
839
|
default: boolean;
|
|
836
840
|
};
|
|
837
|
-
clearable: {
|
|
838
|
-
type: PropType<boolean>;
|
|
839
|
-
default: boolean;
|
|
840
|
-
};
|
|
841
841
|
}>> & {
|
|
842
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
842
843
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
843
844
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
844
845
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
845
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
846
846
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
847
847
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
848
|
-
}, "
|
|
848
|
+
}, "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
849
849
|
$attrs: {
|
|
850
850
|
[x: string]: unknown;
|
|
851
851
|
};
|
|
@@ -860,14 +860,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
860
860
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
861
861
|
$el: any;
|
|
862
862
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
863
|
-
collapseDuration: {
|
|
864
|
-
type: PropType<number>;
|
|
865
|
-
default: undefined;
|
|
866
|
-
};
|
|
867
|
-
collapseTransition: {
|
|
868
|
-
type: PropType<boolean>;
|
|
869
|
-
default: undefined;
|
|
870
|
-
};
|
|
871
863
|
columns: {
|
|
872
864
|
type: PropType<PlusColumn[]>;
|
|
873
865
|
default: () => never[];
|
|
@@ -904,24 +896,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
904
896
|
type: PropType<boolean>;
|
|
905
897
|
default: boolean;
|
|
906
898
|
};
|
|
907
|
-
|
|
908
|
-
type: PropType<
|
|
909
|
-
default:
|
|
899
|
+
clearable: {
|
|
900
|
+
type: PropType<boolean>;
|
|
901
|
+
default: boolean;
|
|
910
902
|
};
|
|
911
|
-
|
|
912
|
-
type: PropType<Partial< Mutable<
|
|
903
|
+
colProps: {
|
|
904
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
913
905
|
style?: CSSProperties | undefined;
|
|
914
906
|
class?: any;
|
|
915
907
|
} & RecordType>>;
|
|
916
908
|
default: () => {};
|
|
917
909
|
};
|
|
918
|
-
|
|
919
|
-
type: PropType<
|
|
910
|
+
collapseDuration: {
|
|
911
|
+
type: PropType<number>;
|
|
912
|
+
default: undefined;
|
|
913
|
+
};
|
|
914
|
+
collapseTransition: {
|
|
915
|
+
type: PropType<boolean>;
|
|
916
|
+
default: undefined;
|
|
917
|
+
};
|
|
918
|
+
rowProps: {
|
|
919
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
920
920
|
style?: CSSProperties | undefined;
|
|
921
921
|
class?: any;
|
|
922
922
|
} & RecordType>>;
|
|
923
923
|
default: () => {};
|
|
924
924
|
};
|
|
925
|
+
defaultValues: {
|
|
926
|
+
type: PropType<FieldValues>;
|
|
927
|
+
default: () => {};
|
|
928
|
+
};
|
|
925
929
|
hasErrorTip: {
|
|
926
930
|
type: PropType<boolean>;
|
|
927
931
|
default: boolean;
|
|
@@ -961,15 +965,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
961
965
|
type: PropType<boolean>;
|
|
962
966
|
default: boolean;
|
|
963
967
|
};
|
|
964
|
-
clearable: {
|
|
965
|
-
type: PropType<boolean>;
|
|
966
|
-
default: boolean;
|
|
967
|
-
};
|
|
968
968
|
}>> & {
|
|
969
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
969
970
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
970
971
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
971
972
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
972
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
973
973
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
974
974
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
975
975
|
}, {
|
|
@@ -1290,8 +1290,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1290
1290
|
submitError: (errors: unknown) => void;
|
|
1291
1291
|
validate: (...args: any[]) => void;
|
|
1292
1292
|
}, string, {
|
|
1293
|
-
collapseDuration: number;
|
|
1294
|
-
collapseTransition: boolean;
|
|
1295
1293
|
columns: PlusColumn[];
|
|
1296
1294
|
group: false | PlusFormGroupRow[];
|
|
1297
1295
|
layout: "grid" | "flex";
|
|
@@ -1301,15 +1299,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1301
1299
|
labelWidth: string | number;
|
|
1302
1300
|
labelSuffix: string;
|
|
1303
1301
|
hasLabel: boolean;
|
|
1304
|
-
|
|
1305
|
-
|
|
1302
|
+
clearable: boolean;
|
|
1303
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1306
1304
|
style?: CSSProperties | undefined;
|
|
1307
1305
|
class?: any;
|
|
1308
1306
|
} & RecordType>;
|
|
1309
|
-
|
|
1307
|
+
collapseDuration: number;
|
|
1308
|
+
collapseTransition: boolean;
|
|
1309
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1310
1310
|
style?: CSSProperties | undefined;
|
|
1311
1311
|
class?: any;
|
|
1312
1312
|
} & RecordType>;
|
|
1313
|
+
defaultValues: FieldValues;
|
|
1313
1314
|
hasErrorTip: boolean;
|
|
1314
1315
|
hasFooter: boolean;
|
|
1315
1316
|
hasReset: boolean;
|
|
@@ -1322,7 +1323,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1322
1323
|
class?: any;
|
|
1323
1324
|
} & RecordType>;
|
|
1324
1325
|
prevent: boolean;
|
|
1325
|
-
clearable: boolean;
|
|
1326
1326
|
}, {}, string, {}> & {
|
|
1327
1327
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1328
1328
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1344,14 +1344,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1344
1344
|
$nextTick: typeof nextTick;
|
|
1345
1345
|
$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;
|
|
1346
1346
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1347
|
-
collapseDuration: {
|
|
1348
|
-
type: PropType<number>;
|
|
1349
|
-
default: undefined;
|
|
1350
|
-
};
|
|
1351
|
-
collapseTransition: {
|
|
1352
|
-
type: PropType<boolean>;
|
|
1353
|
-
default: undefined;
|
|
1354
|
-
};
|
|
1355
1347
|
columns: {
|
|
1356
1348
|
type: PropType<PlusColumn[]>;
|
|
1357
1349
|
default: () => never[];
|
|
@@ -1388,24 +1380,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1388
1380
|
type: PropType<boolean>;
|
|
1389
1381
|
default: boolean;
|
|
1390
1382
|
};
|
|
1391
|
-
|
|
1392
|
-
type: PropType<
|
|
1393
|
-
default:
|
|
1383
|
+
clearable: {
|
|
1384
|
+
type: PropType<boolean>;
|
|
1385
|
+
default: boolean;
|
|
1394
1386
|
};
|
|
1395
|
-
|
|
1396
|
-
type: PropType<Partial< Mutable<
|
|
1387
|
+
colProps: {
|
|
1388
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
1397
1389
|
style?: CSSProperties | undefined;
|
|
1398
1390
|
class?: any;
|
|
1399
1391
|
} & RecordType>>;
|
|
1400
1392
|
default: () => {};
|
|
1401
1393
|
};
|
|
1402
|
-
|
|
1403
|
-
type: PropType<
|
|
1394
|
+
collapseDuration: {
|
|
1395
|
+
type: PropType<number>;
|
|
1396
|
+
default: undefined;
|
|
1397
|
+
};
|
|
1398
|
+
collapseTransition: {
|
|
1399
|
+
type: PropType<boolean>;
|
|
1400
|
+
default: undefined;
|
|
1401
|
+
};
|
|
1402
|
+
rowProps: {
|
|
1403
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
1404
1404
|
style?: CSSProperties | undefined;
|
|
1405
1405
|
class?: any;
|
|
1406
1406
|
} & RecordType>>;
|
|
1407
1407
|
default: () => {};
|
|
1408
1408
|
};
|
|
1409
|
+
defaultValues: {
|
|
1410
|
+
type: PropType<FieldValues>;
|
|
1411
|
+
default: () => {};
|
|
1412
|
+
};
|
|
1409
1413
|
hasErrorTip: {
|
|
1410
1414
|
type: PropType<boolean>;
|
|
1411
1415
|
default: boolean;
|
|
@@ -1445,15 +1449,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1445
1449
|
type: PropType<boolean>;
|
|
1446
1450
|
default: boolean;
|
|
1447
1451
|
};
|
|
1448
|
-
clearable: {
|
|
1449
|
-
type: PropType<boolean>;
|
|
1450
|
-
default: boolean;
|
|
1451
|
-
};
|
|
1452
1452
|
}>> & {
|
|
1453
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1453
1454
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1454
1455
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1455
1456
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1456
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1457
1457
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1458
1458
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1459
1459
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1779,9 +1779,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1779
1779
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1780
1780
|
columns?: PlusColumn[] | undefined;
|
|
1781
1781
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1782
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1782
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
1783
1783
|
readonly label: string | ComputedRef<string>;
|
|
1784
|
-
readonly modelValue: string | number | boolean |
|
|
1784
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1785
1785
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1786
1786
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1787
1787
|
style?: CSSProperties | undefined;
|
|
@@ -1808,7 +1808,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1808
1808
|
};
|
|
1809
1809
|
rows: number;
|
|
1810
1810
|
autocomplete: string;
|
|
1811
|
-
type: "" | "number" | "default" | "
|
|
1811
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1812
1812
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1813
1813
|
step: string | number;
|
|
1814
1814
|
format: string | ProgressFn | undefined;
|
|
@@ -1853,7 +1853,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1853
1853
|
fieldInstance?: any;
|
|
1854
1854
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1855
1855
|
prop: string;
|
|
1856
|
-
modelValue: string | number | boolean |
|
|
1856
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1857
1857
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1858
1858
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1859
1859
|
style?: CSSProperties | undefined;
|
|
@@ -1887,9 +1887,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1887
1887
|
clearable: boolean;
|
|
1888
1888
|
index: number;
|
|
1889
1889
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1890
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1890
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
1891
1891
|
readonly label: string | ComputedRef<string>;
|
|
1892
|
-
readonly modelValue: string | number | boolean |
|
|
1892
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1893
1893
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1894
1894
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1895
1895
|
style?: CSSProperties | undefined;
|
|
@@ -1916,7 +1916,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1916
1916
|
};
|
|
1917
1917
|
rows: number;
|
|
1918
1918
|
autocomplete: string;
|
|
1919
|
-
type: "" | "number" | "default" | "
|
|
1919
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1920
1920
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1921
1921
|
step: string | number;
|
|
1922
1922
|
format: string | ProgressFn | undefined;
|
|
@@ -1961,7 +1961,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1961
1961
|
fieldInstance?: any;
|
|
1962
1962
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1963
1963
|
prop: string;
|
|
1964
|
-
modelValue: string | number | boolean |
|
|
1964
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1965
1965
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1966
1966
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1967
1967
|
style?: CSSProperties | undefined;
|
|
@@ -2024,15 +2024,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2024
2024
|
labelPosition: "top" | "right" | "left";
|
|
2025
2025
|
inline: boolean;
|
|
2026
2026
|
showNumber: number;
|
|
2027
|
-
|
|
2028
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
2027
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2029
2028
|
style?: CSSProperties | undefined;
|
|
2030
2029
|
class?: any;
|
|
2031
2030
|
} & RecordType>;
|
|
2032
|
-
|
|
2031
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2033
2032
|
style?: CSSProperties | undefined;
|
|
2034
2033
|
class?: any;
|
|
2035
2034
|
} & RecordType>;
|
|
2035
|
+
defaultValues: FieldValues;
|
|
2036
2036
|
hasFooter: boolean;
|
|
2037
2037
|
hasReset: boolean;
|
|
2038
2038
|
resetText: string;
|
|
@@ -2090,19 +2090,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2090
2090
|
type: PropType<number>;
|
|
2091
2091
|
default: number;
|
|
2092
2092
|
};
|
|
2093
|
-
defaultValues: {
|
|
2094
|
-
type: PropType<FieldValues>;
|
|
2095
|
-
default: () => {};
|
|
2096
|
-
};
|
|
2097
|
-
rowProps: {
|
|
2098
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
2099
|
-
style?: CSSProperties | undefined;
|
|
2100
|
-
class?: any;
|
|
2101
|
-
} & RecordType>>;
|
|
2102
|
-
default: () => {
|
|
2103
|
-
gutter: number;
|
|
2104
|
-
};
|
|
2105
|
-
};
|
|
2106
2093
|
colProps: {
|
|
2107
2094
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
2108
2095
|
style?: CSSProperties | undefined;
|
|
@@ -2116,6 +2103,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2116
2103
|
xl: number;
|
|
2117
2104
|
};
|
|
2118
2105
|
};
|
|
2106
|
+
rowProps: {
|
|
2107
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
2108
|
+
style?: CSSProperties | undefined;
|
|
2109
|
+
class?: any;
|
|
2110
|
+
} & RecordType>>;
|
|
2111
|
+
default: () => {
|
|
2112
|
+
gutter: number;
|
|
2113
|
+
};
|
|
2114
|
+
};
|
|
2115
|
+
defaultValues: {
|
|
2116
|
+
type: PropType<FieldValues>;
|
|
2117
|
+
default: () => {};
|
|
2118
|
+
};
|
|
2119
2119
|
hasFooter: {
|
|
2120
2120
|
type: PropType<boolean>;
|
|
2121
2121
|
default: boolean;
|
|
@@ -2165,9 +2165,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2165
2165
|
default: undefined;
|
|
2166
2166
|
};
|
|
2167
2167
|
}>> & {
|
|
2168
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2168
2169
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2169
2170
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2170
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2171
2171
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2172
2172
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
2173
2173
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -2175,8 +2175,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2175
2175
|
$: ComponentInternalInstance;
|
|
2176
2176
|
$data: {};
|
|
2177
2177
|
$props: Partial<{
|
|
2178
|
-
collapseDuration: number;
|
|
2179
|
-
collapseTransition: boolean;
|
|
2180
2178
|
columns: PlusColumn[];
|
|
2181
2179
|
group: false | PlusFormGroupRow[];
|
|
2182
2180
|
layout: "grid" | "flex";
|
|
@@ -2186,15 +2184,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2186
2184
|
labelWidth: string | number;
|
|
2187
2185
|
labelSuffix: string;
|
|
2188
2186
|
hasLabel: boolean;
|
|
2189
|
-
|
|
2190
|
-
|
|
2187
|
+
clearable: boolean;
|
|
2188
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2191
2189
|
style?: CSSProperties | undefined;
|
|
2192
2190
|
class?: any;
|
|
2193
2191
|
} & RecordType>;
|
|
2194
|
-
|
|
2192
|
+
collapseDuration: number;
|
|
2193
|
+
collapseTransition: boolean;
|
|
2194
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2195
2195
|
style?: CSSProperties | undefined;
|
|
2196
2196
|
class?: any;
|
|
2197
2197
|
} & RecordType>;
|
|
2198
|
+
defaultValues: FieldValues;
|
|
2198
2199
|
hasErrorTip: boolean;
|
|
2199
2200
|
hasFooter: boolean;
|
|
2200
2201
|
hasReset: boolean;
|
|
@@ -2207,7 +2208,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2207
2208
|
class?: any;
|
|
2208
2209
|
} & RecordType>;
|
|
2209
2210
|
prevent: boolean;
|
|
2210
|
-
clearable: boolean;
|
|
2211
2211
|
}> & Omit<{
|
|
2212
2212
|
readonly columns: PlusColumn[];
|
|
2213
2213
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -2218,15 +2218,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2218
2218
|
readonly labelWidth: string | number;
|
|
2219
2219
|
readonly labelSuffix: string;
|
|
2220
2220
|
readonly hasLabel: boolean;
|
|
2221
|
-
readonly
|
|
2222
|
-
readonly
|
|
2221
|
+
readonly clearable: boolean;
|
|
2222
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
2223
2223
|
style?: CSSProperties | undefined;
|
|
2224
2224
|
class?: any;
|
|
2225
2225
|
} & RecordType>;
|
|
2226
|
-
readonly
|
|
2226
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
2227
2227
|
style?: CSSProperties | undefined;
|
|
2228
2228
|
class?: any;
|
|
2229
2229
|
} & RecordType>;
|
|
2230
|
+
readonly defaultValues: FieldValues;
|
|
2230
2231
|
readonly hasErrorTip: boolean;
|
|
2231
2232
|
readonly hasFooter: boolean;
|
|
2232
2233
|
readonly hasReset: boolean;
|
|
@@ -2239,24 +2240,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2239
2240
|
class?: any;
|
|
2240
2241
|
} & RecordType>;
|
|
2241
2242
|
readonly prevent: boolean;
|
|
2242
|
-
readonly clearable: boolean;
|
|
2243
2243
|
readonly collapseDuration?: number | undefined;
|
|
2244
2244
|
readonly collapseTransition?: boolean | undefined;
|
|
2245
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2245
2246
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2246
2247
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2247
2248
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2248
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2249
2249
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2250
2250
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2251
2251
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2252
|
-
collapseDuration: {
|
|
2253
|
-
type: PropType<number>;
|
|
2254
|
-
default: undefined;
|
|
2255
|
-
};
|
|
2256
|
-
collapseTransition: {
|
|
2257
|
-
type: PropType<boolean>;
|
|
2258
|
-
default: undefined;
|
|
2259
|
-
};
|
|
2260
2252
|
columns: {
|
|
2261
2253
|
type: PropType<PlusColumn[]>;
|
|
2262
2254
|
default: () => never[];
|
|
@@ -2293,24 +2285,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2293
2285
|
type: PropType<boolean>;
|
|
2294
2286
|
default: boolean;
|
|
2295
2287
|
};
|
|
2296
|
-
|
|
2297
|
-
type: PropType<
|
|
2298
|
-
default:
|
|
2288
|
+
clearable: {
|
|
2289
|
+
type: PropType<boolean>;
|
|
2290
|
+
default: boolean;
|
|
2299
2291
|
};
|
|
2300
|
-
|
|
2301
|
-
type: PropType<Partial< Mutable<
|
|
2292
|
+
colProps: {
|
|
2293
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2302
2294
|
style?: CSSProperties | undefined;
|
|
2303
2295
|
class?: any;
|
|
2304
2296
|
} & RecordType>>;
|
|
2305
2297
|
default: () => {};
|
|
2306
2298
|
};
|
|
2307
|
-
|
|
2308
|
-
type: PropType<
|
|
2299
|
+
collapseDuration: {
|
|
2300
|
+
type: PropType<number>;
|
|
2301
|
+
default: undefined;
|
|
2302
|
+
};
|
|
2303
|
+
collapseTransition: {
|
|
2304
|
+
type: PropType<boolean>;
|
|
2305
|
+
default: undefined;
|
|
2306
|
+
};
|
|
2307
|
+
rowProps: {
|
|
2308
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
2309
2309
|
style?: CSSProperties | undefined;
|
|
2310
2310
|
class?: any;
|
|
2311
2311
|
} & RecordType>>;
|
|
2312
2312
|
default: () => {};
|
|
2313
2313
|
};
|
|
2314
|
+
defaultValues: {
|
|
2315
|
+
type: PropType<FieldValues>;
|
|
2316
|
+
default: () => {};
|
|
2317
|
+
};
|
|
2314
2318
|
hasErrorTip: {
|
|
2315
2319
|
type: PropType<boolean>;
|
|
2316
2320
|
default: boolean;
|
|
@@ -2350,18 +2354,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2350
2354
|
type: PropType<boolean>;
|
|
2351
2355
|
default: boolean;
|
|
2352
2356
|
};
|
|
2353
|
-
clearable: {
|
|
2354
|
-
type: PropType<boolean>;
|
|
2355
|
-
default: boolean;
|
|
2356
|
-
};
|
|
2357
2357
|
}>> & {
|
|
2358
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2358
2359
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2359
2360
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2360
2361
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2361
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2362
2362
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2363
2363
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2364
|
-
}, "
|
|
2364
|
+
}, "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
2365
2365
|
$attrs: {
|
|
2366
2366
|
[x: string]: unknown;
|
|
2367
2367
|
};
|
|
@@ -2376,14 +2376,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2376
2376
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
2377
2377
|
$el: any;
|
|
2378
2378
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2379
|
-
collapseDuration: {
|
|
2380
|
-
type: PropType<number>;
|
|
2381
|
-
default: undefined;
|
|
2382
|
-
};
|
|
2383
|
-
collapseTransition: {
|
|
2384
|
-
type: PropType<boolean>;
|
|
2385
|
-
default: undefined;
|
|
2386
|
-
};
|
|
2387
2379
|
columns: {
|
|
2388
2380
|
type: PropType<PlusColumn[]>;
|
|
2389
2381
|
default: () => never[];
|
|
@@ -2420,24 +2412,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2420
2412
|
type: PropType<boolean>;
|
|
2421
2413
|
default: boolean;
|
|
2422
2414
|
};
|
|
2423
|
-
|
|
2424
|
-
type: PropType<
|
|
2425
|
-
default:
|
|
2415
|
+
clearable: {
|
|
2416
|
+
type: PropType<boolean>;
|
|
2417
|
+
default: boolean;
|
|
2426
2418
|
};
|
|
2427
|
-
|
|
2428
|
-
type: PropType<Partial< Mutable<
|
|
2419
|
+
colProps: {
|
|
2420
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2429
2421
|
style?: CSSProperties | undefined;
|
|
2430
2422
|
class?: any;
|
|
2431
2423
|
} & RecordType>>;
|
|
2432
2424
|
default: () => {};
|
|
2433
2425
|
};
|
|
2434
|
-
|
|
2435
|
-
type: PropType<
|
|
2426
|
+
collapseDuration: {
|
|
2427
|
+
type: PropType<number>;
|
|
2428
|
+
default: undefined;
|
|
2429
|
+
};
|
|
2430
|
+
collapseTransition: {
|
|
2431
|
+
type: PropType<boolean>;
|
|
2432
|
+
default: undefined;
|
|
2433
|
+
};
|
|
2434
|
+
rowProps: {
|
|
2435
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
2436
2436
|
style?: CSSProperties | undefined;
|
|
2437
2437
|
class?: any;
|
|
2438
2438
|
} & RecordType>>;
|
|
2439
2439
|
default: () => {};
|
|
2440
2440
|
};
|
|
2441
|
+
defaultValues: {
|
|
2442
|
+
type: PropType<FieldValues>;
|
|
2443
|
+
default: () => {};
|
|
2444
|
+
};
|
|
2441
2445
|
hasErrorTip: {
|
|
2442
2446
|
type: PropType<boolean>;
|
|
2443
2447
|
default: boolean;
|
|
@@ -2477,15 +2481,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2477
2481
|
type: PropType<boolean>;
|
|
2478
2482
|
default: boolean;
|
|
2479
2483
|
};
|
|
2480
|
-
clearable: {
|
|
2481
|
-
type: PropType<boolean>;
|
|
2482
|
-
default: boolean;
|
|
2483
|
-
};
|
|
2484
2484
|
}>> & {
|
|
2485
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2485
2486
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2486
2487
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2487
2488
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2488
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2489
2489
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2490
2490
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2491
2491
|
}, {
|
|
@@ -2806,8 +2806,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2806
2806
|
submitError: (errors: unknown) => void;
|
|
2807
2807
|
validate: (...args: any[]) => void;
|
|
2808
2808
|
}, string, {
|
|
2809
|
-
collapseDuration: number;
|
|
2810
|
-
collapseTransition: boolean;
|
|
2811
2809
|
columns: PlusColumn[];
|
|
2812
2810
|
group: false | PlusFormGroupRow[];
|
|
2813
2811
|
layout: "grid" | "flex";
|
|
@@ -2817,15 +2815,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2817
2815
|
labelWidth: string | number;
|
|
2818
2816
|
labelSuffix: string;
|
|
2819
2817
|
hasLabel: boolean;
|
|
2820
|
-
|
|
2821
|
-
|
|
2818
|
+
clearable: boolean;
|
|
2819
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2822
2820
|
style?: CSSProperties | undefined;
|
|
2823
2821
|
class?: any;
|
|
2824
2822
|
} & RecordType>;
|
|
2825
|
-
|
|
2823
|
+
collapseDuration: number;
|
|
2824
|
+
collapseTransition: boolean;
|
|
2825
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2826
2826
|
style?: CSSProperties | undefined;
|
|
2827
2827
|
class?: any;
|
|
2828
2828
|
} & RecordType>;
|
|
2829
|
+
defaultValues: FieldValues;
|
|
2829
2830
|
hasErrorTip: boolean;
|
|
2830
2831
|
hasFooter: boolean;
|
|
2831
2832
|
hasReset: boolean;
|
|
@@ -2838,7 +2839,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2838
2839
|
class?: any;
|
|
2839
2840
|
} & RecordType>;
|
|
2840
2841
|
prevent: boolean;
|
|
2841
|
-
clearable: boolean;
|
|
2842
2842
|
}, {}, string, {}> & {
|
|
2843
2843
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2844
2844
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2860,14 +2860,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2860
2860
|
$nextTick: typeof nextTick;
|
|
2861
2861
|
$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;
|
|
2862
2862
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2863
|
-
collapseDuration: {
|
|
2864
|
-
type: PropType<number>;
|
|
2865
|
-
default: undefined;
|
|
2866
|
-
};
|
|
2867
|
-
collapseTransition: {
|
|
2868
|
-
type: PropType<boolean>;
|
|
2869
|
-
default: undefined;
|
|
2870
|
-
};
|
|
2871
2863
|
columns: {
|
|
2872
2864
|
type: PropType<PlusColumn[]>;
|
|
2873
2865
|
default: () => never[];
|
|
@@ -2904,24 +2896,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2904
2896
|
type: PropType<boolean>;
|
|
2905
2897
|
default: boolean;
|
|
2906
2898
|
};
|
|
2907
|
-
|
|
2908
|
-
type: PropType<
|
|
2909
|
-
default:
|
|
2899
|
+
clearable: {
|
|
2900
|
+
type: PropType<boolean>;
|
|
2901
|
+
default: boolean;
|
|
2910
2902
|
};
|
|
2911
|
-
|
|
2912
|
-
type: PropType<Partial< Mutable<
|
|
2903
|
+
colProps: {
|
|
2904
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2913
2905
|
style?: CSSProperties | undefined;
|
|
2914
2906
|
class?: any;
|
|
2915
2907
|
} & RecordType>>;
|
|
2916
2908
|
default: () => {};
|
|
2917
2909
|
};
|
|
2918
|
-
|
|
2919
|
-
type: PropType<
|
|
2910
|
+
collapseDuration: {
|
|
2911
|
+
type: PropType<number>;
|
|
2912
|
+
default: undefined;
|
|
2913
|
+
};
|
|
2914
|
+
collapseTransition: {
|
|
2915
|
+
type: PropType<boolean>;
|
|
2916
|
+
default: undefined;
|
|
2917
|
+
};
|
|
2918
|
+
rowProps: {
|
|
2919
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
2920
2920
|
style?: CSSProperties | undefined;
|
|
2921
2921
|
class?: any;
|
|
2922
2922
|
} & RecordType>>;
|
|
2923
2923
|
default: () => {};
|
|
2924
2924
|
};
|
|
2925
|
+
defaultValues: {
|
|
2926
|
+
type: PropType<FieldValues>;
|
|
2927
|
+
default: () => {};
|
|
2928
|
+
};
|
|
2925
2929
|
hasErrorTip: {
|
|
2926
2930
|
type: PropType<boolean>;
|
|
2927
2931
|
default: boolean;
|
|
@@ -2961,15 +2965,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2961
2965
|
type: PropType<boolean>;
|
|
2962
2966
|
default: boolean;
|
|
2963
2967
|
};
|
|
2964
|
-
clearable: {
|
|
2965
|
-
type: PropType<boolean>;
|
|
2966
|
-
default: boolean;
|
|
2967
|
-
};
|
|
2968
2968
|
}>> & {
|
|
2969
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2969
2970
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2970
2971
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2971
2972
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2972
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2973
2973
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2974
2974
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2975
2975
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -3295,9 +3295,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3295
3295
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
3296
3296
|
columns?: PlusColumn[] | undefined;
|
|
3297
3297
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3298
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
3298
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
3299
3299
|
readonly label: string | ComputedRef<string>;
|
|
3300
|
-
readonly modelValue: string | number | boolean |
|
|
3300
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3301
3301
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3302
3302
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3303
3303
|
style?: CSSProperties | undefined;
|
|
@@ -3324,7 +3324,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3324
3324
|
};
|
|
3325
3325
|
rows: number;
|
|
3326
3326
|
autocomplete: string;
|
|
3327
|
-
type: "" | "number" | "default" | "
|
|
3327
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3328
3328
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3329
3329
|
step: string | number;
|
|
3330
3330
|
format: string | ProgressFn | undefined;
|
|
@@ -3369,7 +3369,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3369
3369
|
fieldInstance?: any;
|
|
3370
3370
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3371
3371
|
prop: string;
|
|
3372
|
-
modelValue: string | number | boolean |
|
|
3372
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3373
3373
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3374
3374
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3375
3375
|
style?: CSSProperties | undefined;
|
|
@@ -3403,9 +3403,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3403
3403
|
clearable: boolean;
|
|
3404
3404
|
index: number;
|
|
3405
3405
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3406
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
3406
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
3407
3407
|
readonly label: string | ComputedRef<string>;
|
|
3408
|
-
readonly modelValue: string | number | boolean |
|
|
3408
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3409
3409
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3410
3410
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3411
3411
|
style?: CSSProperties | undefined;
|
|
@@ -3432,7 +3432,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3432
3432
|
};
|
|
3433
3433
|
rows: number;
|
|
3434
3434
|
autocomplete: string;
|
|
3435
|
-
type: "" | "number" | "default" | "
|
|
3435
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3436
3436
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3437
3437
|
step: string | number;
|
|
3438
3438
|
format: string | ProgressFn | undefined;
|
|
@@ -3477,7 +3477,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3477
3477
|
fieldInstance?: any;
|
|
3478
3478
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3479
3479
|
prop: string;
|
|
3480
|
-
modelValue: string | number | boolean |
|
|
3480
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3481
3481
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3482
3482
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3483
3483
|
style?: CSSProperties | undefined;
|
|
@@ -3529,9 +3529,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3529
3529
|
handleUnfold: (e: MouseEvent) => void;
|
|
3530
3530
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3531
3531
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3532
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
3532
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
3533
3533
|
readonly label: string | ComputedRef<string>;
|
|
3534
|
-
readonly modelValue: string | number | boolean |
|
|
3534
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3535
3535
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3536
3536
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3537
3537
|
style?: CSSProperties | undefined;
|
|
@@ -3558,7 +3558,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3558
3558
|
};
|
|
3559
3559
|
rows: number;
|
|
3560
3560
|
autocomplete: string;
|
|
3561
|
-
type: "" | "number" | "default" | "
|
|
3561
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3562
3562
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3563
3563
|
step: string | number;
|
|
3564
3564
|
format: string | ProgressFn | undefined;
|
|
@@ -3603,7 +3603,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3603
3603
|
fieldInstance?: any;
|
|
3604
3604
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3605
3605
|
prop: string;
|
|
3606
|
-
modelValue: string | number | boolean |
|
|
3606
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3607
3607
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3608
3608
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3609
3609
|
style?: CSSProperties | undefined;
|
|
@@ -3650,8 +3650,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3650
3650
|
$: ComponentInternalInstance;
|
|
3651
3651
|
$data: {};
|
|
3652
3652
|
$props: Partial<{
|
|
3653
|
-
data: RecordType[];
|
|
3654
3653
|
columns: PlusColumn[];
|
|
3654
|
+
data: RecordType[];
|
|
3655
3655
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
3656
3656
|
row: any[];
|
|
3657
3657
|
rowIndex: number;
|
|
@@ -3701,8 +3701,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3701
3701
|
};
|
|
3702
3702
|
columnsEmptyText: string;
|
|
3703
3703
|
}> & Omit<{
|
|
3704
|
-
readonly data: RecordType[];
|
|
3705
3704
|
readonly columns: PlusColumn[];
|
|
3705
|
+
readonly data: RecordType[];
|
|
3706
3706
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
3707
3707
|
row: any[];
|
|
3708
3708
|
rowIndex: number;
|
|
@@ -3765,14 +3765,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3765
3765
|
onEdited?: (() => any) | undefined;
|
|
3766
3766
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3767
3767
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3768
|
-
data: {
|
|
3769
|
-
type: PropType< RecordType[]>;
|
|
3770
|
-
default: () => never[];
|
|
3771
|
-
};
|
|
3772
3768
|
columns: {
|
|
3773
3769
|
type: PropType<PlusColumn[]>;
|
|
3774
3770
|
default: () => never[];
|
|
3775
3771
|
};
|
|
3772
|
+
data: {
|
|
3773
|
+
type: PropType< RecordType[]>;
|
|
3774
|
+
default: () => never[];
|
|
3775
|
+
};
|
|
3776
3776
|
height: {
|
|
3777
3777
|
type: PropType<string | number>;
|
|
3778
3778
|
};
|
|
@@ -3917,7 +3917,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3917
3917
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3918
3918
|
onEdited?: (() => any) | undefined;
|
|
3919
3919
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3920
|
-
}, "
|
|
3920
|
+
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive" | "columnsEmptyText">;
|
|
3921
3921
|
$attrs: {
|
|
3922
3922
|
[x: string]: unknown;
|
|
3923
3923
|
};
|
|
@@ -3930,16 +3930,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3930
3930
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3931
3931
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3932
3932
|
$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);
|
|
3933
|
-
$el: any;
|
|
3934
|
-
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3935
|
-
data: {
|
|
3936
|
-
type: PropType< RecordType[]>;
|
|
3937
|
-
default: () => never[];
|
|
3938
|
-
};
|
|
3933
|
+
$el: any;
|
|
3934
|
+
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3939
3935
|
columns: {
|
|
3940
3936
|
type: PropType<PlusColumn[]>;
|
|
3941
3937
|
default: () => never[];
|
|
3942
3938
|
};
|
|
3939
|
+
data: {
|
|
3940
|
+
type: PropType< RecordType[]>;
|
|
3941
|
+
default: () => never[];
|
|
3942
|
+
};
|
|
3943
3943
|
height: {
|
|
3944
3944
|
type: PropType<string | number>;
|
|
3945
3945
|
};
|
|
@@ -4097,9 +4097,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4097
4097
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4098
4098
|
__epPropKey: true;
|
|
4099
4099
|
};
|
|
4100
|
-
width: (
|
|
4101
|
-
height: (
|
|
4102
|
-
maxHeight: (
|
|
4100
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4101
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4102
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4103
4103
|
fit: {
|
|
4104
4104
|
type: BooleanConstructor;
|
|
4105
4105
|
default: boolean;
|
|
@@ -4123,13 +4123,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4123
4123
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4124
4124
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4125
4125
|
highlightCurrentRow: BooleanConstructor;
|
|
4126
|
-
currentRowKey: (
|
|
4126
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4127
4127
|
emptyText: StringConstructor;
|
|
4128
4128
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4129
4129
|
defaultExpandAll: BooleanConstructor;
|
|
4130
4130
|
defaultSort: PropType< Sort | undefined>;
|
|
4131
4131
|
tooltipEffect: StringConstructor;
|
|
4132
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4132
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4133
4133
|
spanMethod: PropType<((data: {
|
|
4134
4134
|
row: any;
|
|
4135
4135
|
rowIndex: number;
|
|
@@ -4173,7 +4173,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4173
4173
|
};
|
|
4174
4174
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4175
4175
|
flexible: BooleanConstructor;
|
|
4176
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4176
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4177
4177
|
}>> & {
|
|
4178
4178
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4179
4179
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4293,9 +4293,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4293
4293
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4294
4294
|
__epPropKey: true;
|
|
4295
4295
|
};
|
|
4296
|
-
width: (
|
|
4297
|
-
height: (
|
|
4298
|
-
maxHeight: (
|
|
4296
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4297
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4298
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4299
4299
|
fit: {
|
|
4300
4300
|
type: BooleanConstructor;
|
|
4301
4301
|
default: boolean;
|
|
@@ -4319,13 +4319,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4319
4319
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4320
4320
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4321
4321
|
highlightCurrentRow: BooleanConstructor;
|
|
4322
|
-
currentRowKey: (
|
|
4322
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4323
4323
|
emptyText: StringConstructor;
|
|
4324
4324
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4325
4325
|
defaultExpandAll: BooleanConstructor;
|
|
4326
4326
|
defaultSort: PropType< Sort | undefined>;
|
|
4327
4327
|
tooltipEffect: StringConstructor;
|
|
4328
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4328
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4329
4329
|
spanMethod: PropType<((data: {
|
|
4330
4330
|
row: any;
|
|
4331
4331
|
rowIndex: number;
|
|
@@ -4369,7 +4369,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4369
4369
|
};
|
|
4370
4370
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4371
4371
|
flexible: BooleanConstructor;
|
|
4372
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4372
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4373
4373
|
}>> & {
|
|
4374
4374
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4375
4375
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4428,9 +4428,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4428
4428
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4429
4429
|
__epPropKey: true;
|
|
4430
4430
|
};
|
|
4431
|
-
width: (
|
|
4432
|
-
height: (
|
|
4433
|
-
maxHeight: (
|
|
4431
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4432
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4433
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4434
4434
|
fit: {
|
|
4435
4435
|
type: BooleanConstructor;
|
|
4436
4436
|
default: boolean;
|
|
@@ -4454,13 +4454,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4454
4454
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4455
4455
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4456
4456
|
highlightCurrentRow: BooleanConstructor;
|
|
4457
|
-
currentRowKey: (
|
|
4457
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4458
4458
|
emptyText: StringConstructor;
|
|
4459
4459
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4460
4460
|
defaultExpandAll: BooleanConstructor;
|
|
4461
4461
|
defaultSort: PropType< Sort | undefined>;
|
|
4462
4462
|
tooltipEffect: StringConstructor;
|
|
4463
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4463
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4464
4464
|
spanMethod: PropType<((data: {
|
|
4465
4465
|
row: any;
|
|
4466
4466
|
rowIndex: number;
|
|
@@ -4504,7 +4504,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4504
4504
|
};
|
|
4505
4505
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4506
4506
|
flexible: BooleanConstructor;
|
|
4507
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4507
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4508
4508
|
}>> & {
|
|
4509
4509
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4510
4510
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4648,8 +4648,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4648
4648
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
4649
4649
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
4650
4650
|
}, string, {
|
|
4651
|
-
data: RecordType[];
|
|
4652
4651
|
columns: PlusColumn[];
|
|
4652
|
+
data: RecordType[];
|
|
4653
4653
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
4654
4654
|
row: any[];
|
|
4655
4655
|
rowIndex: number;
|
|
@@ -4719,14 +4719,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4719
4719
|
$nextTick: typeof nextTick;
|
|
4720
4720
|
$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;
|
|
4721
4721
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
4722
|
-
data: {
|
|
4723
|
-
type: PropType< RecordType[]>;
|
|
4724
|
-
default: () => never[];
|
|
4725
|
-
};
|
|
4726
4722
|
columns: {
|
|
4727
4723
|
type: PropType<PlusColumn[]>;
|
|
4728
4724
|
default: () => never[];
|
|
4729
4725
|
};
|
|
4726
|
+
data: {
|
|
4727
|
+
type: PropType< RecordType[]>;
|
|
4728
|
+
default: () => never[];
|
|
4729
|
+
};
|
|
4730
4730
|
height: {
|
|
4731
4731
|
type: PropType<string | number>;
|
|
4732
4732
|
};
|
|
@@ -4884,9 +4884,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4884
4884
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4885
4885
|
__epPropKey: true;
|
|
4886
4886
|
};
|
|
4887
|
-
width: (
|
|
4888
|
-
height: (
|
|
4889
|
-
maxHeight: (
|
|
4887
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4888
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4889
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4890
4890
|
fit: {
|
|
4891
4891
|
type: BooleanConstructor;
|
|
4892
4892
|
default: boolean;
|
|
@@ -4910,13 +4910,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4910
4910
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4911
4911
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4912
4912
|
highlightCurrentRow: BooleanConstructor;
|
|
4913
|
-
currentRowKey: (
|
|
4913
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4914
4914
|
emptyText: StringConstructor;
|
|
4915
4915
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4916
4916
|
defaultExpandAll: BooleanConstructor;
|
|
4917
4917
|
defaultSort: PropType< Sort | undefined>;
|
|
4918
4918
|
tooltipEffect: StringConstructor;
|
|
4919
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4919
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4920
4920
|
spanMethod: PropType<((data: {
|
|
4921
4921
|
row: any;
|
|
4922
4922
|
rowIndex: number;
|
|
@@ -4960,7 +4960,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4960
4960
|
};
|
|
4961
4961
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4962
4962
|
flexible: BooleanConstructor;
|
|
4963
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4963
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4964
4964
|
}>> & {
|
|
4965
4965
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4966
4966
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5080,9 +5080,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5080
5080
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5081
5081
|
__epPropKey: true;
|
|
5082
5082
|
};
|
|
5083
|
-
width: (
|
|
5084
|
-
height: (
|
|
5085
|
-
maxHeight: (
|
|
5083
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
5084
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
5085
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
5086
5086
|
fit: {
|
|
5087
5087
|
type: BooleanConstructor;
|
|
5088
5088
|
default: boolean;
|
|
@@ -5106,13 +5106,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5106
5106
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5107
5107
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5108
5108
|
highlightCurrentRow: BooleanConstructor;
|
|
5109
|
-
currentRowKey: (
|
|
5109
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
5110
5110
|
emptyText: StringConstructor;
|
|
5111
5111
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5112
5112
|
defaultExpandAll: BooleanConstructor;
|
|
5113
5113
|
defaultSort: PropType< Sort | undefined>;
|
|
5114
5114
|
tooltipEffect: StringConstructor;
|
|
5115
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5115
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5116
5116
|
spanMethod: PropType<((data: {
|
|
5117
5117
|
row: any;
|
|
5118
5118
|
rowIndex: number;
|
|
@@ -5156,7 +5156,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5156
5156
|
};
|
|
5157
5157
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5158
5158
|
flexible: BooleanConstructor;
|
|
5159
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5159
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5160
5160
|
}>> & {
|
|
5161
5161
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5162
5162
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5215,9 +5215,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5215
5215
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5216
5216
|
__epPropKey: true;
|
|
5217
5217
|
};
|
|
5218
|
-
width: (
|
|
5219
|
-
height: (
|
|
5220
|
-
maxHeight: (
|
|
5218
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
5219
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
5220
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
5221
5221
|
fit: {
|
|
5222
5222
|
type: BooleanConstructor;
|
|
5223
5223
|
default: boolean;
|
|
@@ -5241,13 +5241,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5241
5241
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5242
5242
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5243
5243
|
highlightCurrentRow: BooleanConstructor;
|
|
5244
|
-
currentRowKey: (
|
|
5244
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
5245
5245
|
emptyText: StringConstructor;
|
|
5246
5246
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5247
5247
|
defaultExpandAll: BooleanConstructor;
|
|
5248
5248
|
defaultSort: PropType< Sort | undefined>;
|
|
5249
5249
|
tooltipEffect: StringConstructor;
|
|
5250
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5250
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5251
5251
|
spanMethod: PropType<((data: {
|
|
5252
5252
|
row: any;
|
|
5253
5253
|
rowIndex: number;
|
|
@@ -5291,7 +5291,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5291
5291
|
};
|
|
5292
5292
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5293
5293
|
flexible: BooleanConstructor;
|
|
5294
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5294
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5295
5295
|
}>> & {
|
|
5296
5296
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5297
5297
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5462,6 +5462,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5462
5462
|
requestError: (error: unknown) => void;
|
|
5463
5463
|
requestComplete: (tableData: RecordType[]) => void;
|
|
5464
5464
|
}, string, {
|
|
5465
|
+
columns: PlusColumn[];
|
|
5466
|
+
immediate: boolean;
|
|
5465
5467
|
search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
5466
5468
|
style?: CSSProperties | undefined;
|
|
5467
5469
|
class?: any;
|
|
@@ -5470,8 +5472,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5470
5472
|
style?: CSSProperties | undefined;
|
|
5471
5473
|
class?: any;
|
|
5472
5474
|
}>;
|
|
5473
|
-
columns: PlusColumn[];
|
|
5474
|
-
immediate: boolean;
|
|
5475
5475
|
params: RecordType;
|
|
5476
5476
|
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
5477
5477
|
columnsEmptyText: string;
|
|
@@ -5515,6 +5515,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5515
5515
|
$nextTick: typeof nextTick;
|
|
5516
5516
|
$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;
|
|
5517
5517
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
5518
|
+
columns: {
|
|
5519
|
+
type: PropType<PlusColumn[]>;
|
|
5520
|
+
required: true;
|
|
5521
|
+
default: () => never[];
|
|
5522
|
+
};
|
|
5523
|
+
immediate: {
|
|
5524
|
+
type: PropType<boolean>;
|
|
5525
|
+
default: boolean;
|
|
5526
|
+
};
|
|
5518
5527
|
search: {
|
|
5519
5528
|
type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
5520
5529
|
style?: CSSProperties | undefined;
|
|
@@ -5529,15 +5538,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5529
5538
|
}>>;
|
|
5530
5539
|
default: () => {};
|
|
5531
5540
|
};
|
|
5532
|
-
columns: {
|
|
5533
|
-
type: PropType<PlusColumn[]>;
|
|
5534
|
-
required: true;
|
|
5535
|
-
default: () => never[];
|
|
5536
|
-
};
|
|
5537
|
-
immediate: {
|
|
5538
|
-
type: PropType<boolean>;
|
|
5539
|
-
default: boolean;
|
|
5540
|
-
};
|
|
5541
5541
|
params: {
|
|
5542
5542
|
type: PropType<RecordType>;
|
|
5543
5543
|
default: () => {};
|
|
@@ -5629,15 +5629,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5629
5629
|
labelPosition: "top" | "right" | "left";
|
|
5630
5630
|
inline: boolean;
|
|
5631
5631
|
showNumber: number;
|
|
5632
|
-
|
|
5633
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
5632
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
5634
5633
|
style?: CSSProperties | undefined;
|
|
5635
5634
|
class?: any;
|
|
5636
5635
|
} & RecordType>;
|
|
5637
|
-
|
|
5636
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
5638
5637
|
style?: CSSProperties | undefined;
|
|
5639
5638
|
class?: any;
|
|
5640
5639
|
} & RecordType>;
|
|
5640
|
+
defaultValues: FieldValues;
|
|
5641
5641
|
hasFooter: boolean;
|
|
5642
5642
|
hasReset: boolean;
|
|
5643
5643
|
resetText: string;
|
|
@@ -5656,15 +5656,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5656
5656
|
readonly modelValue: FieldValues;
|
|
5657
5657
|
readonly inline: boolean;
|
|
5658
5658
|
readonly showNumber: number;
|
|
5659
|
-
readonly
|
|
5660
|
-
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
5659
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
5661
5660
|
style?: CSSProperties | undefined;
|
|
5662
5661
|
class?: any;
|
|
5663
5662
|
} & RecordType>;
|
|
5664
|
-
readonly
|
|
5663
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
5665
5664
|
style?: CSSProperties | undefined;
|
|
5666
5665
|
class?: any;
|
|
5667
5666
|
} & RecordType>;
|
|
5667
|
+
readonly defaultValues: FieldValues;
|
|
5668
5668
|
readonly hasFooter: boolean;
|
|
5669
5669
|
readonly hasReset: boolean;
|
|
5670
5670
|
readonly resetText: string;
|
|
@@ -5678,9 +5678,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5678
5678
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5679
5679
|
readonly searchIcon?: Component | null | undefined;
|
|
5680
5680
|
readonly resetIcon?: Component | null | undefined;
|
|
5681
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5681
5682
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5682
5683
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5683
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5684
5684
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5685
5685
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5686
5686
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
@@ -5708,19 +5708,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5708
5708
|
type: PropType<number>;
|
|
5709
5709
|
default: number;
|
|
5710
5710
|
};
|
|
5711
|
-
defaultValues: {
|
|
5712
|
-
type: PropType<FieldValues>;
|
|
5713
|
-
default: () => {};
|
|
5714
|
-
};
|
|
5715
|
-
rowProps: {
|
|
5716
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
5717
|
-
style?: CSSProperties | undefined;
|
|
5718
|
-
class?: any;
|
|
5719
|
-
} & RecordType>>;
|
|
5720
|
-
default: () => {
|
|
5721
|
-
gutter: number;
|
|
5722
|
-
};
|
|
5723
|
-
};
|
|
5724
5711
|
colProps: {
|
|
5725
5712
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
5726
5713
|
style?: CSSProperties | undefined;
|
|
@@ -5734,6 +5721,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5734
5721
|
xl: number;
|
|
5735
5722
|
};
|
|
5736
5723
|
};
|
|
5724
|
+
rowProps: {
|
|
5725
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
5726
|
+
style?: CSSProperties | undefined;
|
|
5727
|
+
class?: any;
|
|
5728
|
+
} & RecordType>>;
|
|
5729
|
+
default: () => {
|
|
5730
|
+
gutter: number;
|
|
5731
|
+
};
|
|
5732
|
+
};
|
|
5733
|
+
defaultValues: {
|
|
5734
|
+
type: PropType<FieldValues>;
|
|
5735
|
+
default: () => {};
|
|
5736
|
+
};
|
|
5737
5737
|
hasFooter: {
|
|
5738
5738
|
type: PropType<boolean>;
|
|
5739
5739
|
default: boolean;
|
|
@@ -5783,12 +5783,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5783
5783
|
default: undefined;
|
|
5784
5784
|
};
|
|
5785
5785
|
}>> & {
|
|
5786
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5786
5787
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5787
5788
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5788
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5789
5789
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5790
5790
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5791
|
-
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
5791
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "colProps" | "rowProps" | "defaultValues" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
5792
5792
|
$attrs: {
|
|
5793
5793
|
[x: string]: unknown;
|
|
5794
5794
|
};
|
|
@@ -5800,7 +5800,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5800
5800
|
}>;
|
|
5801
5801
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5802
5802
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5803
|
-
$emit: ((event: "
|
|
5803
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
5804
5804
|
$el: any;
|
|
5805
5805
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5806
5806
|
columns: {
|
|
@@ -5827,19 +5827,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5827
5827
|
type: PropType<number>;
|
|
5828
5828
|
default: number;
|
|
5829
5829
|
};
|
|
5830
|
-
defaultValues: {
|
|
5831
|
-
type: PropType<FieldValues>;
|
|
5832
|
-
default: () => {};
|
|
5833
|
-
};
|
|
5834
|
-
rowProps: {
|
|
5835
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
5836
|
-
style?: CSSProperties | undefined;
|
|
5837
|
-
class?: any;
|
|
5838
|
-
} & RecordType>>;
|
|
5839
|
-
default: () => {
|
|
5840
|
-
gutter: number;
|
|
5841
|
-
};
|
|
5842
|
-
};
|
|
5843
5830
|
colProps: {
|
|
5844
5831
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
5845
5832
|
style?: CSSProperties | undefined;
|
|
@@ -5853,6 +5840,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5853
5840
|
xl: number;
|
|
5854
5841
|
};
|
|
5855
5842
|
};
|
|
5843
|
+
rowProps: {
|
|
5844
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
5845
|
+
style?: CSSProperties | undefined;
|
|
5846
|
+
class?: any;
|
|
5847
|
+
} & RecordType>>;
|
|
5848
|
+
default: () => {
|
|
5849
|
+
gutter: number;
|
|
5850
|
+
};
|
|
5851
|
+
};
|
|
5852
|
+
defaultValues: {
|
|
5853
|
+
type: PropType<FieldValues>;
|
|
5854
|
+
default: () => {};
|
|
5855
|
+
};
|
|
5856
5856
|
hasFooter: {
|
|
5857
5857
|
type: PropType<boolean>;
|
|
5858
5858
|
default: boolean;
|
|
@@ -5902,9 +5902,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5902
5902
|
default: undefined;
|
|
5903
5903
|
};
|
|
5904
5904
|
}>> & {
|
|
5905
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5905
5906
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5906
5907
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5907
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5908
5908
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5909
5909
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5910
5910
|
}, {
|
|
@@ -5912,8 +5912,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5912
5912
|
$: ComponentInternalInstance;
|
|
5913
5913
|
$data: {};
|
|
5914
5914
|
$props: Partial<{
|
|
5915
|
-
collapseDuration: number;
|
|
5916
|
-
collapseTransition: boolean;
|
|
5917
5915
|
columns: PlusColumn[];
|
|
5918
5916
|
group: false | PlusFormGroupRow[];
|
|
5919
5917
|
layout: "grid" | "flex";
|
|
@@ -5923,15 +5921,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5923
5921
|
labelWidth: string | number;
|
|
5924
5922
|
labelSuffix: string;
|
|
5925
5923
|
hasLabel: boolean;
|
|
5926
|
-
|
|
5927
|
-
|
|
5924
|
+
clearable: boolean;
|
|
5925
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
5928
5926
|
style?: CSSProperties | undefined;
|
|
5929
5927
|
class?: any;
|
|
5930
5928
|
} & RecordType>;
|
|
5931
|
-
|
|
5929
|
+
collapseDuration: number;
|
|
5930
|
+
collapseTransition: boolean;
|
|
5931
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
5932
5932
|
style?: CSSProperties | undefined;
|
|
5933
5933
|
class?: any;
|
|
5934
5934
|
} & RecordType>;
|
|
5935
|
+
defaultValues: FieldValues;
|
|
5935
5936
|
hasErrorTip: boolean;
|
|
5936
5937
|
hasFooter: boolean;
|
|
5937
5938
|
hasReset: boolean;
|
|
@@ -5944,7 +5945,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5944
5945
|
class?: any;
|
|
5945
5946
|
} & RecordType>;
|
|
5946
5947
|
prevent: boolean;
|
|
5947
|
-
clearable: boolean;
|
|
5948
5948
|
}> & Omit<{
|
|
5949
5949
|
readonly columns: PlusColumn[];
|
|
5950
5950
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -5955,15 +5955,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5955
5955
|
readonly labelWidth: string | number;
|
|
5956
5956
|
readonly labelSuffix: string;
|
|
5957
5957
|
readonly hasLabel: boolean;
|
|
5958
|
-
readonly
|
|
5959
|
-
readonly
|
|
5958
|
+
readonly clearable: boolean;
|
|
5959
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
5960
5960
|
style?: CSSProperties | undefined;
|
|
5961
5961
|
class?: any;
|
|
5962
5962
|
} & RecordType>;
|
|
5963
|
-
readonly
|
|
5963
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
5964
5964
|
style?: CSSProperties | undefined;
|
|
5965
5965
|
class?: any;
|
|
5966
5966
|
} & RecordType>;
|
|
5967
|
+
readonly defaultValues: FieldValues;
|
|
5967
5968
|
readonly hasErrorTip: boolean;
|
|
5968
5969
|
readonly hasFooter: boolean;
|
|
5969
5970
|
readonly hasReset: boolean;
|
|
@@ -5976,24 +5977,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5976
5977
|
class?: any;
|
|
5977
5978
|
} & RecordType>;
|
|
5978
5979
|
readonly prevent: boolean;
|
|
5979
|
-
readonly clearable: boolean;
|
|
5980
5980
|
readonly collapseDuration?: number | undefined;
|
|
5981
5981
|
readonly collapseTransition?: boolean | undefined;
|
|
5982
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5982
5983
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5983
5984
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5984
5985
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5985
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5986
5986
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5987
5987
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5988
5988
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5989
|
-
collapseDuration: {
|
|
5990
|
-
type: PropType<number>;
|
|
5991
|
-
default: undefined;
|
|
5992
|
-
};
|
|
5993
|
-
collapseTransition: {
|
|
5994
|
-
type: PropType<boolean>;
|
|
5995
|
-
default: undefined;
|
|
5996
|
-
};
|
|
5997
5989
|
columns: {
|
|
5998
5990
|
type: PropType<PlusColumn[]>;
|
|
5999
5991
|
default: () => never[];
|
|
@@ -6030,24 +6022,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6030
6022
|
type: PropType<boolean>;
|
|
6031
6023
|
default: boolean;
|
|
6032
6024
|
};
|
|
6033
|
-
|
|
6034
|
-
type: PropType<
|
|
6035
|
-
default:
|
|
6025
|
+
clearable: {
|
|
6026
|
+
type: PropType<boolean>;
|
|
6027
|
+
default: boolean;
|
|
6036
6028
|
};
|
|
6037
|
-
|
|
6038
|
-
type: PropType<Partial< Mutable<
|
|
6029
|
+
colProps: {
|
|
6030
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
6039
6031
|
style?: CSSProperties | undefined;
|
|
6040
6032
|
class?: any;
|
|
6041
6033
|
} & RecordType>>;
|
|
6042
6034
|
default: () => {};
|
|
6043
6035
|
};
|
|
6044
|
-
|
|
6045
|
-
type: PropType<
|
|
6036
|
+
collapseDuration: {
|
|
6037
|
+
type: PropType<number>;
|
|
6038
|
+
default: undefined;
|
|
6039
|
+
};
|
|
6040
|
+
collapseTransition: {
|
|
6041
|
+
type: PropType<boolean>;
|
|
6042
|
+
default: undefined;
|
|
6043
|
+
};
|
|
6044
|
+
rowProps: {
|
|
6045
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
6046
6046
|
style?: CSSProperties | undefined;
|
|
6047
6047
|
class?: any;
|
|
6048
6048
|
} & RecordType>>;
|
|
6049
6049
|
default: () => {};
|
|
6050
6050
|
};
|
|
6051
|
+
defaultValues: {
|
|
6052
|
+
type: PropType<FieldValues>;
|
|
6053
|
+
default: () => {};
|
|
6054
|
+
};
|
|
6051
6055
|
hasErrorTip: {
|
|
6052
6056
|
type: PropType<boolean>;
|
|
6053
6057
|
default: boolean;
|
|
@@ -6087,18 +6091,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6087
6091
|
type: PropType<boolean>;
|
|
6088
6092
|
default: boolean;
|
|
6089
6093
|
};
|
|
6090
|
-
clearable: {
|
|
6091
|
-
type: PropType<boolean>;
|
|
6092
|
-
default: boolean;
|
|
6093
|
-
};
|
|
6094
6094
|
}>> & {
|
|
6095
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6095
6096
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6096
6097
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6097
6098
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6098
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6099
6099
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6100
6100
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6101
|
-
}, "
|
|
6101
|
+
}, "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
6102
6102
|
$attrs: {
|
|
6103
6103
|
[x: string]: unknown;
|
|
6104
6104
|
};
|
|
@@ -6113,14 +6113,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6113
6113
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
6114
6114
|
$el: any;
|
|
6115
6115
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
6116
|
-
collapseDuration: {
|
|
6117
|
-
type: PropType<number>;
|
|
6118
|
-
default: undefined;
|
|
6119
|
-
};
|
|
6120
|
-
collapseTransition: {
|
|
6121
|
-
type: PropType<boolean>;
|
|
6122
|
-
default: undefined;
|
|
6123
|
-
};
|
|
6124
6116
|
columns: {
|
|
6125
6117
|
type: PropType<PlusColumn[]>;
|
|
6126
6118
|
default: () => never[];
|
|
@@ -6157,24 +6149,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6157
6149
|
type: PropType<boolean>;
|
|
6158
6150
|
default: boolean;
|
|
6159
6151
|
};
|
|
6160
|
-
|
|
6161
|
-
type: PropType<
|
|
6162
|
-
default:
|
|
6152
|
+
clearable: {
|
|
6153
|
+
type: PropType<boolean>;
|
|
6154
|
+
default: boolean;
|
|
6163
6155
|
};
|
|
6164
|
-
|
|
6165
|
-
type: PropType<Partial< Mutable<
|
|
6156
|
+
colProps: {
|
|
6157
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
6166
6158
|
style?: CSSProperties | undefined;
|
|
6167
6159
|
class?: any;
|
|
6168
6160
|
} & RecordType>>;
|
|
6169
6161
|
default: () => {};
|
|
6170
6162
|
};
|
|
6171
|
-
|
|
6172
|
-
type: PropType<
|
|
6163
|
+
collapseDuration: {
|
|
6164
|
+
type: PropType<number>;
|
|
6165
|
+
default: undefined;
|
|
6166
|
+
};
|
|
6167
|
+
collapseTransition: {
|
|
6168
|
+
type: PropType<boolean>;
|
|
6169
|
+
default: undefined;
|
|
6170
|
+
};
|
|
6171
|
+
rowProps: {
|
|
6172
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
6173
6173
|
style?: CSSProperties | undefined;
|
|
6174
6174
|
class?: any;
|
|
6175
6175
|
} & RecordType>>;
|
|
6176
6176
|
default: () => {};
|
|
6177
6177
|
};
|
|
6178
|
+
defaultValues: {
|
|
6179
|
+
type: PropType<FieldValues>;
|
|
6180
|
+
default: () => {};
|
|
6181
|
+
};
|
|
6178
6182
|
hasErrorTip: {
|
|
6179
6183
|
type: PropType<boolean>;
|
|
6180
6184
|
default: boolean;
|
|
@@ -6214,15 +6218,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6214
6218
|
type: PropType<boolean>;
|
|
6215
6219
|
default: boolean;
|
|
6216
6220
|
};
|
|
6217
|
-
clearable: {
|
|
6218
|
-
type: PropType<boolean>;
|
|
6219
|
-
default: boolean;
|
|
6220
|
-
};
|
|
6221
6221
|
}>> & {
|
|
6222
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6222
6223
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6223
6224
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6224
6225
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6225
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6226
6226
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6227
6227
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6228
6228
|
}, {
|
|
@@ -6543,8 +6543,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6543
6543
|
submitError: (errors: unknown) => void;
|
|
6544
6544
|
validate: (...args: any[]) => void;
|
|
6545
6545
|
}, string, {
|
|
6546
|
-
collapseDuration: number;
|
|
6547
|
-
collapseTransition: boolean;
|
|
6548
6546
|
columns: PlusColumn[];
|
|
6549
6547
|
group: false | PlusFormGroupRow[];
|
|
6550
6548
|
layout: "grid" | "flex";
|
|
@@ -6554,15 +6552,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6554
6552
|
labelWidth: string | number;
|
|
6555
6553
|
labelSuffix: string;
|
|
6556
6554
|
hasLabel: boolean;
|
|
6557
|
-
|
|
6558
|
-
|
|
6555
|
+
clearable: boolean;
|
|
6556
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
6559
6557
|
style?: CSSProperties | undefined;
|
|
6560
6558
|
class?: any;
|
|
6561
6559
|
} & RecordType>;
|
|
6562
|
-
|
|
6560
|
+
collapseDuration: number;
|
|
6561
|
+
collapseTransition: boolean;
|
|
6562
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
6563
6563
|
style?: CSSProperties | undefined;
|
|
6564
6564
|
class?: any;
|
|
6565
6565
|
} & RecordType>;
|
|
6566
|
+
defaultValues: FieldValues;
|
|
6566
6567
|
hasErrorTip: boolean;
|
|
6567
6568
|
hasFooter: boolean;
|
|
6568
6569
|
hasReset: boolean;
|
|
@@ -6575,7 +6576,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6575
6576
|
class?: any;
|
|
6576
6577
|
} & RecordType>;
|
|
6577
6578
|
prevent: boolean;
|
|
6578
|
-
clearable: boolean;
|
|
6579
6579
|
}, {}, string, {}> & {
|
|
6580
6580
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
6581
6581
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -6597,14 +6597,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6597
6597
|
$nextTick: typeof nextTick;
|
|
6598
6598
|
$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;
|
|
6599
6599
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6600
|
-
collapseDuration: {
|
|
6601
|
-
type: PropType<number>;
|
|
6602
|
-
default: undefined;
|
|
6603
|
-
};
|
|
6604
|
-
collapseTransition: {
|
|
6605
|
-
type: PropType<boolean>;
|
|
6606
|
-
default: undefined;
|
|
6607
|
-
};
|
|
6608
6600
|
columns: {
|
|
6609
6601
|
type: PropType<PlusColumn[]>;
|
|
6610
6602
|
default: () => never[];
|
|
@@ -6641,24 +6633,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6641
6633
|
type: PropType<boolean>;
|
|
6642
6634
|
default: boolean;
|
|
6643
6635
|
};
|
|
6644
|
-
|
|
6645
|
-
type: PropType<
|
|
6646
|
-
default:
|
|
6636
|
+
clearable: {
|
|
6637
|
+
type: PropType<boolean>;
|
|
6638
|
+
default: boolean;
|
|
6647
6639
|
};
|
|
6648
|
-
|
|
6649
|
-
type: PropType<Partial< Mutable<
|
|
6640
|
+
colProps: {
|
|
6641
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
6650
6642
|
style?: CSSProperties | undefined;
|
|
6651
6643
|
class?: any;
|
|
6652
6644
|
} & RecordType>>;
|
|
6653
6645
|
default: () => {};
|
|
6654
6646
|
};
|
|
6655
|
-
|
|
6656
|
-
type: PropType<
|
|
6647
|
+
collapseDuration: {
|
|
6648
|
+
type: PropType<number>;
|
|
6649
|
+
default: undefined;
|
|
6650
|
+
};
|
|
6651
|
+
collapseTransition: {
|
|
6652
|
+
type: PropType<boolean>;
|
|
6653
|
+
default: undefined;
|
|
6654
|
+
};
|
|
6655
|
+
rowProps: {
|
|
6656
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
6657
6657
|
style?: CSSProperties | undefined;
|
|
6658
6658
|
class?: any;
|
|
6659
6659
|
} & RecordType>>;
|
|
6660
6660
|
default: () => {};
|
|
6661
6661
|
};
|
|
6662
|
+
defaultValues: {
|
|
6663
|
+
type: PropType<FieldValues>;
|
|
6664
|
+
default: () => {};
|
|
6665
|
+
};
|
|
6662
6666
|
hasErrorTip: {
|
|
6663
6667
|
type: PropType<boolean>;
|
|
6664
6668
|
default: boolean;
|
|
@@ -6698,15 +6702,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6698
6702
|
type: PropType<boolean>;
|
|
6699
6703
|
default: boolean;
|
|
6700
6704
|
};
|
|
6701
|
-
clearable: {
|
|
6702
|
-
type: PropType<boolean>;
|
|
6703
|
-
default: boolean;
|
|
6704
|
-
};
|
|
6705
6705
|
}>> & {
|
|
6706
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6706
6707
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6707
6708
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6708
6709
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6709
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6710
6710
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6711
6711
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6712
6712
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -7032,9 +7032,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7032
7032
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
7033
7033
|
columns?: PlusColumn[] | undefined;
|
|
7034
7034
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7035
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
7035
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
7036
7036
|
readonly label: string | ComputedRef<string>;
|
|
7037
|
-
readonly modelValue: string | number | boolean |
|
|
7037
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
7038
7038
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7039
7039
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7040
7040
|
style?: CSSProperties | undefined;
|
|
@@ -7061,7 +7061,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7061
7061
|
};
|
|
7062
7062
|
rows: number;
|
|
7063
7063
|
autocomplete: string;
|
|
7064
|
-
type: "" | "number" | "default" | "
|
|
7064
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
7065
7065
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7066
7066
|
step: string | number;
|
|
7067
7067
|
format: string | ProgressFn | undefined;
|
|
@@ -7106,7 +7106,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7106
7106
|
fieldInstance?: any;
|
|
7107
7107
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7108
7108
|
prop: string;
|
|
7109
|
-
modelValue: string | number | boolean |
|
|
7109
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
7110
7110
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7111
7111
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7112
7112
|
style?: CSSProperties | undefined;
|
|
@@ -7140,9 +7140,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7140
7140
|
clearable: boolean;
|
|
7141
7141
|
index: number;
|
|
7142
7142
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7143
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
7143
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
7144
7144
|
readonly label: string | ComputedRef<string>;
|
|
7145
|
-
readonly modelValue: string | number | boolean |
|
|
7145
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
7146
7146
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7147
7147
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7148
7148
|
style?: CSSProperties | undefined;
|
|
@@ -7169,7 +7169,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7169
7169
|
};
|
|
7170
7170
|
rows: number;
|
|
7171
7171
|
autocomplete: string;
|
|
7172
|
-
type: "" | "number" | "default" | "
|
|
7172
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
7173
7173
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7174
7174
|
step: string | number;
|
|
7175
7175
|
format: string | ProgressFn | undefined;
|
|
@@ -7214,7 +7214,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7214
7214
|
fieldInstance?: any;
|
|
7215
7215
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7216
7216
|
prop: string;
|
|
7217
|
-
modelValue: string | number | boolean |
|
|
7217
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
7218
7218
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7219
7219
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7220
7220
|
style?: CSSProperties | undefined;
|
|
@@ -7277,15 +7277,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7277
7277
|
labelPosition: "top" | "right" | "left";
|
|
7278
7278
|
inline: boolean;
|
|
7279
7279
|
showNumber: number;
|
|
7280
|
-
|
|
7281
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
7280
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
7282
7281
|
style?: CSSProperties | undefined;
|
|
7283
7282
|
class?: any;
|
|
7284
7283
|
} & RecordType>;
|
|
7285
|
-
|
|
7284
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
7286
7285
|
style?: CSSProperties | undefined;
|
|
7287
7286
|
class?: any;
|
|
7288
7287
|
} & RecordType>;
|
|
7288
|
+
defaultValues: FieldValues;
|
|
7289
7289
|
hasFooter: boolean;
|
|
7290
7290
|
hasReset: boolean;
|
|
7291
7291
|
resetText: string;
|
|
@@ -7343,19 +7343,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7343
7343
|
type: PropType<number>;
|
|
7344
7344
|
default: number;
|
|
7345
7345
|
};
|
|
7346
|
-
defaultValues: {
|
|
7347
|
-
type: PropType<FieldValues>;
|
|
7348
|
-
default: () => {};
|
|
7349
|
-
};
|
|
7350
|
-
rowProps: {
|
|
7351
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
7352
|
-
style?: CSSProperties | undefined;
|
|
7353
|
-
class?: any;
|
|
7354
|
-
} & RecordType>>;
|
|
7355
|
-
default: () => {
|
|
7356
|
-
gutter: number;
|
|
7357
|
-
};
|
|
7358
|
-
};
|
|
7359
7346
|
colProps: {
|
|
7360
7347
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
7361
7348
|
style?: CSSProperties | undefined;
|
|
@@ -7369,6 +7356,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7369
7356
|
xl: number;
|
|
7370
7357
|
};
|
|
7371
7358
|
};
|
|
7359
|
+
rowProps: {
|
|
7360
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
7361
|
+
style?: CSSProperties | undefined;
|
|
7362
|
+
class?: any;
|
|
7363
|
+
} & RecordType>>;
|
|
7364
|
+
default: () => {
|
|
7365
|
+
gutter: number;
|
|
7366
|
+
};
|
|
7367
|
+
};
|
|
7368
|
+
defaultValues: {
|
|
7369
|
+
type: PropType<FieldValues>;
|
|
7370
|
+
default: () => {};
|
|
7371
|
+
};
|
|
7372
7372
|
hasFooter: {
|
|
7373
7373
|
type: PropType<boolean>;
|
|
7374
7374
|
default: boolean;
|
|
@@ -7418,9 +7418,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7418
7418
|
default: undefined;
|
|
7419
7419
|
};
|
|
7420
7420
|
}>> & {
|
|
7421
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7421
7422
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7422
7423
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7423
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7424
7424
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7425
7425
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7426
7426
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7428,8 +7428,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7428
7428
|
$: ComponentInternalInstance;
|
|
7429
7429
|
$data: {};
|
|
7430
7430
|
$props: Partial<{
|
|
7431
|
-
collapseDuration: number;
|
|
7432
|
-
collapseTransition: boolean;
|
|
7433
7431
|
columns: PlusColumn[];
|
|
7434
7432
|
group: false | PlusFormGroupRow[];
|
|
7435
7433
|
layout: "grid" | "flex";
|
|
@@ -7439,15 +7437,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7439
7437
|
labelWidth: string | number;
|
|
7440
7438
|
labelSuffix: string;
|
|
7441
7439
|
hasLabel: boolean;
|
|
7442
|
-
|
|
7443
|
-
|
|
7440
|
+
clearable: boolean;
|
|
7441
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
7444
7442
|
style?: CSSProperties | undefined;
|
|
7445
7443
|
class?: any;
|
|
7446
7444
|
} & RecordType>;
|
|
7447
|
-
|
|
7445
|
+
collapseDuration: number;
|
|
7446
|
+
collapseTransition: boolean;
|
|
7447
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
7448
7448
|
style?: CSSProperties | undefined;
|
|
7449
7449
|
class?: any;
|
|
7450
7450
|
} & RecordType>;
|
|
7451
|
+
defaultValues: FieldValues;
|
|
7451
7452
|
hasErrorTip: boolean;
|
|
7452
7453
|
hasFooter: boolean;
|
|
7453
7454
|
hasReset: boolean;
|
|
@@ -7460,7 +7461,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7460
7461
|
class?: any;
|
|
7461
7462
|
} & RecordType>;
|
|
7462
7463
|
prevent: boolean;
|
|
7463
|
-
clearable: boolean;
|
|
7464
7464
|
}> & Omit<{
|
|
7465
7465
|
readonly columns: PlusColumn[];
|
|
7466
7466
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -7471,15 +7471,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7471
7471
|
readonly labelWidth: string | number;
|
|
7472
7472
|
readonly labelSuffix: string;
|
|
7473
7473
|
readonly hasLabel: boolean;
|
|
7474
|
-
readonly
|
|
7475
|
-
readonly
|
|
7474
|
+
readonly clearable: boolean;
|
|
7475
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
7476
7476
|
style?: CSSProperties | undefined;
|
|
7477
7477
|
class?: any;
|
|
7478
7478
|
} & RecordType>;
|
|
7479
|
-
readonly
|
|
7479
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
7480
7480
|
style?: CSSProperties | undefined;
|
|
7481
7481
|
class?: any;
|
|
7482
7482
|
} & RecordType>;
|
|
7483
|
+
readonly defaultValues: FieldValues;
|
|
7483
7484
|
readonly hasErrorTip: boolean;
|
|
7484
7485
|
readonly hasFooter: boolean;
|
|
7485
7486
|
readonly hasReset: boolean;
|
|
@@ -7492,24 +7493,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7492
7493
|
class?: any;
|
|
7493
7494
|
} & RecordType>;
|
|
7494
7495
|
readonly prevent: boolean;
|
|
7495
|
-
readonly clearable: boolean;
|
|
7496
7496
|
readonly collapseDuration?: number | undefined;
|
|
7497
7497
|
readonly collapseTransition?: boolean | undefined;
|
|
7498
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7498
7499
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7499
7500
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7500
7501
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7501
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7502
7502
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7503
7503
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7504
7504
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7505
|
-
collapseDuration: {
|
|
7506
|
-
type: PropType<number>;
|
|
7507
|
-
default: undefined;
|
|
7508
|
-
};
|
|
7509
|
-
collapseTransition: {
|
|
7510
|
-
type: PropType<boolean>;
|
|
7511
|
-
default: undefined;
|
|
7512
|
-
};
|
|
7513
7505
|
columns: {
|
|
7514
7506
|
type: PropType<PlusColumn[]>;
|
|
7515
7507
|
default: () => never[];
|
|
@@ -7546,24 +7538,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7546
7538
|
type: PropType<boolean>;
|
|
7547
7539
|
default: boolean;
|
|
7548
7540
|
};
|
|
7549
|
-
|
|
7550
|
-
type: PropType<
|
|
7551
|
-
default:
|
|
7541
|
+
clearable: {
|
|
7542
|
+
type: PropType<boolean>;
|
|
7543
|
+
default: boolean;
|
|
7552
7544
|
};
|
|
7553
|
-
|
|
7554
|
-
type: PropType<Partial< Mutable<
|
|
7545
|
+
colProps: {
|
|
7546
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
7555
7547
|
style?: CSSProperties | undefined;
|
|
7556
7548
|
class?: any;
|
|
7557
7549
|
} & RecordType>>;
|
|
7558
7550
|
default: () => {};
|
|
7559
7551
|
};
|
|
7560
|
-
|
|
7561
|
-
type: PropType<
|
|
7552
|
+
collapseDuration: {
|
|
7553
|
+
type: PropType<number>;
|
|
7554
|
+
default: undefined;
|
|
7555
|
+
};
|
|
7556
|
+
collapseTransition: {
|
|
7557
|
+
type: PropType<boolean>;
|
|
7558
|
+
default: undefined;
|
|
7559
|
+
};
|
|
7560
|
+
rowProps: {
|
|
7561
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
7562
7562
|
style?: CSSProperties | undefined;
|
|
7563
7563
|
class?: any;
|
|
7564
7564
|
} & RecordType>>;
|
|
7565
7565
|
default: () => {};
|
|
7566
7566
|
};
|
|
7567
|
+
defaultValues: {
|
|
7568
|
+
type: PropType<FieldValues>;
|
|
7569
|
+
default: () => {};
|
|
7570
|
+
};
|
|
7567
7571
|
hasErrorTip: {
|
|
7568
7572
|
type: PropType<boolean>;
|
|
7569
7573
|
default: boolean;
|
|
@@ -7603,18 +7607,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7603
7607
|
type: PropType<boolean>;
|
|
7604
7608
|
default: boolean;
|
|
7605
7609
|
};
|
|
7606
|
-
clearable: {
|
|
7607
|
-
type: PropType<boolean>;
|
|
7608
|
-
default: boolean;
|
|
7609
|
-
};
|
|
7610
7610
|
}>> & {
|
|
7611
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7611
7612
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7612
7613
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7613
7614
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7614
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7615
7615
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7616
7616
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7617
|
-
}, "
|
|
7617
|
+
}, "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
7618
7618
|
$attrs: {
|
|
7619
7619
|
[x: string]: unknown;
|
|
7620
7620
|
};
|
|
@@ -7629,14 +7629,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7629
7629
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
7630
7630
|
$el: any;
|
|
7631
7631
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7632
|
-
collapseDuration: {
|
|
7633
|
-
type: PropType<number>;
|
|
7634
|
-
default: undefined;
|
|
7635
|
-
};
|
|
7636
|
-
collapseTransition: {
|
|
7637
|
-
type: PropType<boolean>;
|
|
7638
|
-
default: undefined;
|
|
7639
|
-
};
|
|
7640
7632
|
columns: {
|
|
7641
7633
|
type: PropType<PlusColumn[]>;
|
|
7642
7634
|
default: () => never[];
|
|
@@ -7673,24 +7665,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7673
7665
|
type: PropType<boolean>;
|
|
7674
7666
|
default: boolean;
|
|
7675
7667
|
};
|
|
7676
|
-
|
|
7677
|
-
type: PropType<
|
|
7678
|
-
default:
|
|
7668
|
+
clearable: {
|
|
7669
|
+
type: PropType<boolean>;
|
|
7670
|
+
default: boolean;
|
|
7679
7671
|
};
|
|
7680
|
-
|
|
7681
|
-
type: PropType<Partial< Mutable<
|
|
7672
|
+
colProps: {
|
|
7673
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
7682
7674
|
style?: CSSProperties | undefined;
|
|
7683
7675
|
class?: any;
|
|
7684
7676
|
} & RecordType>>;
|
|
7685
7677
|
default: () => {};
|
|
7686
7678
|
};
|
|
7687
|
-
|
|
7688
|
-
type: PropType<
|
|
7679
|
+
collapseDuration: {
|
|
7680
|
+
type: PropType<number>;
|
|
7681
|
+
default: undefined;
|
|
7682
|
+
};
|
|
7683
|
+
collapseTransition: {
|
|
7684
|
+
type: PropType<boolean>;
|
|
7685
|
+
default: undefined;
|
|
7686
|
+
};
|
|
7687
|
+
rowProps: {
|
|
7688
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
7689
7689
|
style?: CSSProperties | undefined;
|
|
7690
7690
|
class?: any;
|
|
7691
7691
|
} & RecordType>>;
|
|
7692
7692
|
default: () => {};
|
|
7693
7693
|
};
|
|
7694
|
+
defaultValues: {
|
|
7695
|
+
type: PropType<FieldValues>;
|
|
7696
|
+
default: () => {};
|
|
7697
|
+
};
|
|
7694
7698
|
hasErrorTip: {
|
|
7695
7699
|
type: PropType<boolean>;
|
|
7696
7700
|
default: boolean;
|
|
@@ -7730,15 +7734,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7730
7734
|
type: PropType<boolean>;
|
|
7731
7735
|
default: boolean;
|
|
7732
7736
|
};
|
|
7733
|
-
clearable: {
|
|
7734
|
-
type: PropType<boolean>;
|
|
7735
|
-
default: boolean;
|
|
7736
|
-
};
|
|
7737
7737
|
}>> & {
|
|
7738
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7738
7739
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7739
7740
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7740
7741
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7741
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7742
7742
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7743
7743
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7744
7744
|
}, {
|
|
@@ -8059,8 +8059,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8059
8059
|
submitError: (errors: unknown) => void;
|
|
8060
8060
|
validate: (...args: any[]) => void;
|
|
8061
8061
|
}, string, {
|
|
8062
|
-
collapseDuration: number;
|
|
8063
|
-
collapseTransition: boolean;
|
|
8064
8062
|
columns: PlusColumn[];
|
|
8065
8063
|
group: false | PlusFormGroupRow[];
|
|
8066
8064
|
layout: "grid" | "flex";
|
|
@@ -8070,15 +8068,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8070
8068
|
labelWidth: string | number;
|
|
8071
8069
|
labelSuffix: string;
|
|
8072
8070
|
hasLabel: boolean;
|
|
8073
|
-
|
|
8074
|
-
|
|
8071
|
+
clearable: boolean;
|
|
8072
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
8075
8073
|
style?: CSSProperties | undefined;
|
|
8076
8074
|
class?: any;
|
|
8077
8075
|
} & RecordType>;
|
|
8078
|
-
|
|
8076
|
+
collapseDuration: number;
|
|
8077
|
+
collapseTransition: boolean;
|
|
8078
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
8079
8079
|
style?: CSSProperties | undefined;
|
|
8080
8080
|
class?: any;
|
|
8081
8081
|
} & RecordType>;
|
|
8082
|
+
defaultValues: FieldValues;
|
|
8082
8083
|
hasErrorTip: boolean;
|
|
8083
8084
|
hasFooter: boolean;
|
|
8084
8085
|
hasReset: boolean;
|
|
@@ -8091,7 +8092,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8091
8092
|
class?: any;
|
|
8092
8093
|
} & RecordType>;
|
|
8093
8094
|
prevent: boolean;
|
|
8094
|
-
clearable: boolean;
|
|
8095
8095
|
}, {}, string, {}> & {
|
|
8096
8096
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
8097
8097
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -8113,14 +8113,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8113
8113
|
$nextTick: typeof nextTick;
|
|
8114
8114
|
$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;
|
|
8115
8115
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
8116
|
-
collapseDuration: {
|
|
8117
|
-
type: PropType<number>;
|
|
8118
|
-
default: undefined;
|
|
8119
|
-
};
|
|
8120
|
-
collapseTransition: {
|
|
8121
|
-
type: PropType<boolean>;
|
|
8122
|
-
default: undefined;
|
|
8123
|
-
};
|
|
8124
8116
|
columns: {
|
|
8125
8117
|
type: PropType<PlusColumn[]>;
|
|
8126
8118
|
default: () => never[];
|
|
@@ -8157,24 +8149,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8157
8149
|
type: PropType<boolean>;
|
|
8158
8150
|
default: boolean;
|
|
8159
8151
|
};
|
|
8160
|
-
|
|
8161
|
-
type: PropType<
|
|
8162
|
-
default:
|
|
8152
|
+
clearable: {
|
|
8153
|
+
type: PropType<boolean>;
|
|
8154
|
+
default: boolean;
|
|
8163
8155
|
};
|
|
8164
|
-
|
|
8165
|
-
type: PropType<Partial< Mutable<
|
|
8156
|
+
colProps: {
|
|
8157
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
8166
8158
|
style?: CSSProperties | undefined;
|
|
8167
8159
|
class?: any;
|
|
8168
8160
|
} & RecordType>>;
|
|
8169
8161
|
default: () => {};
|
|
8170
8162
|
};
|
|
8171
|
-
|
|
8172
|
-
type: PropType<
|
|
8163
|
+
collapseDuration: {
|
|
8164
|
+
type: PropType<number>;
|
|
8165
|
+
default: undefined;
|
|
8166
|
+
};
|
|
8167
|
+
collapseTransition: {
|
|
8168
|
+
type: PropType<boolean>;
|
|
8169
|
+
default: undefined;
|
|
8170
|
+
};
|
|
8171
|
+
rowProps: {
|
|
8172
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
8173
8173
|
style?: CSSProperties | undefined;
|
|
8174
8174
|
class?: any;
|
|
8175
8175
|
} & RecordType>>;
|
|
8176
8176
|
default: () => {};
|
|
8177
8177
|
};
|
|
8178
|
+
defaultValues: {
|
|
8179
|
+
type: PropType<FieldValues>;
|
|
8180
|
+
default: () => {};
|
|
8181
|
+
};
|
|
8178
8182
|
hasErrorTip: {
|
|
8179
8183
|
type: PropType<boolean>;
|
|
8180
8184
|
default: boolean;
|
|
@@ -8214,15 +8218,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8214
8218
|
type: PropType<boolean>;
|
|
8215
8219
|
default: boolean;
|
|
8216
8220
|
};
|
|
8217
|
-
clearable: {
|
|
8218
|
-
type: PropType<boolean>;
|
|
8219
|
-
default: boolean;
|
|
8220
|
-
};
|
|
8221
8221
|
}>> & {
|
|
8222
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8222
8223
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8223
8224
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8224
8225
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
8225
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8226
8226
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
8227
8227
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
8228
8228
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8548,9 +8548,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8548
8548
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8549
8549
|
columns?: PlusColumn[] | undefined;
|
|
8550
8550
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8551
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
8551
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
8552
8552
|
readonly label: string | ComputedRef<string>;
|
|
8553
|
-
readonly modelValue: string | number | boolean |
|
|
8553
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8554
8554
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8555
8555
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8556
8556
|
style?: CSSProperties | undefined;
|
|
@@ -8577,7 +8577,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8577
8577
|
};
|
|
8578
8578
|
rows: number;
|
|
8579
8579
|
autocomplete: string;
|
|
8580
|
-
type: "" | "number" | "default" | "
|
|
8580
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8581
8581
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8582
8582
|
step: string | number;
|
|
8583
8583
|
format: string | ProgressFn | undefined;
|
|
@@ -8622,7 +8622,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8622
8622
|
fieldInstance?: any;
|
|
8623
8623
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8624
8624
|
prop: string;
|
|
8625
|
-
modelValue: string | number | boolean |
|
|
8625
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8626
8626
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8627
8627
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8628
8628
|
style?: CSSProperties | undefined;
|
|
@@ -8656,9 +8656,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8656
8656
|
clearable: boolean;
|
|
8657
8657
|
index: number;
|
|
8658
8658
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8659
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
8659
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
8660
8660
|
readonly label: string | ComputedRef<string>;
|
|
8661
|
-
readonly modelValue: string | number | boolean |
|
|
8661
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8662
8662
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8663
8663
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8664
8664
|
style?: CSSProperties | undefined;
|
|
@@ -8685,7 +8685,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8685
8685
|
};
|
|
8686
8686
|
rows: number;
|
|
8687
8687
|
autocomplete: string;
|
|
8688
|
-
type: "" | "number" | "default" | "
|
|
8688
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8689
8689
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8690
8690
|
step: string | number;
|
|
8691
8691
|
format: string | ProgressFn | undefined;
|
|
@@ -8730,7 +8730,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8730
8730
|
fieldInstance?: any;
|
|
8731
8731
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8732
8732
|
prop: string;
|
|
8733
|
-
modelValue: string | number | boolean |
|
|
8733
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8734
8734
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8735
8735
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8736
8736
|
style?: CSSProperties | undefined;
|
|
@@ -8782,9 +8782,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8782
8782
|
handleUnfold: (e: MouseEvent) => void;
|
|
8783
8783
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8784
8784
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8785
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
8785
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
8786
8786
|
readonly label: string | ComputedRef<string>;
|
|
8787
|
-
readonly modelValue: string | number | boolean |
|
|
8787
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8788
8788
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8789
8789
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8790
8790
|
style?: CSSProperties | undefined;
|
|
@@ -8811,7 +8811,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8811
8811
|
};
|
|
8812
8812
|
rows: number;
|
|
8813
8813
|
autocomplete: string;
|
|
8814
|
-
type: "" | "number" | "default" | "
|
|
8814
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8815
8815
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8816
8816
|
step: string | number;
|
|
8817
8817
|
format: string | ProgressFn | undefined;
|
|
@@ -8856,7 +8856,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8856
8856
|
fieldInstance?: any;
|
|
8857
8857
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8858
8858
|
prop: string;
|
|
8859
|
-
modelValue: string | number | boolean |
|
|
8859
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
8860
8860
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8861
8861
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8862
8862
|
style?: CSSProperties | undefined;
|
|
@@ -8903,8 +8903,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8903
8903
|
$: ComponentInternalInstance;
|
|
8904
8904
|
$data: {};
|
|
8905
8905
|
$props: Partial<{
|
|
8906
|
-
data: RecordType[];
|
|
8907
8906
|
columns: PlusColumn[];
|
|
8907
|
+
data: RecordType[];
|
|
8908
8908
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
8909
8909
|
row: any[];
|
|
8910
8910
|
rowIndex: number;
|
|
@@ -8954,8 +8954,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8954
8954
|
};
|
|
8955
8955
|
columnsEmptyText: string;
|
|
8956
8956
|
}> & Omit<{
|
|
8957
|
-
readonly data: RecordType[];
|
|
8958
8957
|
readonly columns: PlusColumn[];
|
|
8958
|
+
readonly data: RecordType[];
|
|
8959
8959
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
8960
8960
|
row: any[];
|
|
8961
8961
|
rowIndex: number;
|
|
@@ -9018,14 +9018,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9018
9018
|
onEdited?: (() => any) | undefined;
|
|
9019
9019
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
9020
9020
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
9021
|
-
data: {
|
|
9022
|
-
type: PropType< RecordType[]>;
|
|
9023
|
-
default: () => never[];
|
|
9024
|
-
};
|
|
9025
9021
|
columns: {
|
|
9026
9022
|
type: PropType<PlusColumn[]>;
|
|
9027
9023
|
default: () => never[];
|
|
9028
9024
|
};
|
|
9025
|
+
data: {
|
|
9026
|
+
type: PropType< RecordType[]>;
|
|
9027
|
+
default: () => never[];
|
|
9028
|
+
};
|
|
9029
9029
|
height: {
|
|
9030
9030
|
type: PropType<string | number>;
|
|
9031
9031
|
};
|
|
@@ -9170,7 +9170,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9170
9170
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
9171
9171
|
onEdited?: (() => any) | undefined;
|
|
9172
9172
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
9173
|
-
}, "
|
|
9173
|
+
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive" | "columnsEmptyText">;
|
|
9174
9174
|
$attrs: {
|
|
9175
9175
|
[x: string]: unknown;
|
|
9176
9176
|
};
|
|
@@ -9185,14 +9185,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9185
9185
|
$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);
|
|
9186
9186
|
$el: any;
|
|
9187
9187
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
9188
|
-
data: {
|
|
9189
|
-
type: PropType< RecordType[]>;
|
|
9190
|
-
default: () => never[];
|
|
9191
|
-
};
|
|
9192
9188
|
columns: {
|
|
9193
9189
|
type: PropType<PlusColumn[]>;
|
|
9194
9190
|
default: () => never[];
|
|
9195
9191
|
};
|
|
9192
|
+
data: {
|
|
9193
|
+
type: PropType< RecordType[]>;
|
|
9194
|
+
default: () => never[];
|
|
9195
|
+
};
|
|
9196
9196
|
height: {
|
|
9197
9197
|
type: PropType<string | number>;
|
|
9198
9198
|
};
|
|
@@ -9350,9 +9350,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9350
9350
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9351
9351
|
__epPropKey: true;
|
|
9352
9352
|
};
|
|
9353
|
-
width: (
|
|
9354
|
-
height: (
|
|
9355
|
-
maxHeight: (
|
|
9353
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9354
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9355
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9356
9356
|
fit: {
|
|
9357
9357
|
type: BooleanConstructor;
|
|
9358
9358
|
default: boolean;
|
|
@@ -9376,13 +9376,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9376
9376
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9377
9377
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9378
9378
|
highlightCurrentRow: BooleanConstructor;
|
|
9379
|
-
currentRowKey: (
|
|
9379
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9380
9380
|
emptyText: StringConstructor;
|
|
9381
9381
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9382
9382
|
defaultExpandAll: BooleanConstructor;
|
|
9383
9383
|
defaultSort: PropType< Sort | undefined>;
|
|
9384
9384
|
tooltipEffect: StringConstructor;
|
|
9385
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9385
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9386
9386
|
spanMethod: PropType<((data: {
|
|
9387
9387
|
row: any;
|
|
9388
9388
|
rowIndex: number;
|
|
@@ -9426,7 +9426,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9426
9426
|
};
|
|
9427
9427
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9428
9428
|
flexible: BooleanConstructor;
|
|
9429
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9429
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9430
9430
|
}>> & {
|
|
9431
9431
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9432
9432
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9546,9 +9546,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9546
9546
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9547
9547
|
__epPropKey: true;
|
|
9548
9548
|
};
|
|
9549
|
-
width: (
|
|
9550
|
-
height: (
|
|
9551
|
-
maxHeight: (
|
|
9549
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9550
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9551
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9552
9552
|
fit: {
|
|
9553
9553
|
type: BooleanConstructor;
|
|
9554
9554
|
default: boolean;
|
|
@@ -9572,13 +9572,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9572
9572
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9573
9573
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9574
9574
|
highlightCurrentRow: BooleanConstructor;
|
|
9575
|
-
currentRowKey: (
|
|
9575
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9576
9576
|
emptyText: StringConstructor;
|
|
9577
9577
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9578
9578
|
defaultExpandAll: BooleanConstructor;
|
|
9579
9579
|
defaultSort: PropType< Sort | undefined>;
|
|
9580
9580
|
tooltipEffect: StringConstructor;
|
|
9581
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9581
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9582
9582
|
spanMethod: PropType<((data: {
|
|
9583
9583
|
row: any;
|
|
9584
9584
|
rowIndex: number;
|
|
@@ -9622,7 +9622,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9622
9622
|
};
|
|
9623
9623
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9624
9624
|
flexible: BooleanConstructor;
|
|
9625
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9625
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9626
9626
|
}>> & {
|
|
9627
9627
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9628
9628
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9681,9 +9681,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9681
9681
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9682
9682
|
__epPropKey: true;
|
|
9683
9683
|
};
|
|
9684
|
-
width: (
|
|
9685
|
-
height: (
|
|
9686
|
-
maxHeight: (
|
|
9684
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9685
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9686
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9687
9687
|
fit: {
|
|
9688
9688
|
type: BooleanConstructor;
|
|
9689
9689
|
default: boolean;
|
|
@@ -9707,13 +9707,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9707
9707
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9708
9708
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9709
9709
|
highlightCurrentRow: BooleanConstructor;
|
|
9710
|
-
currentRowKey: (
|
|
9710
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9711
9711
|
emptyText: StringConstructor;
|
|
9712
9712
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9713
9713
|
defaultExpandAll: BooleanConstructor;
|
|
9714
9714
|
defaultSort: PropType< Sort | undefined>;
|
|
9715
9715
|
tooltipEffect: StringConstructor;
|
|
9716
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9716
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9717
9717
|
spanMethod: PropType<((data: {
|
|
9718
9718
|
row: any;
|
|
9719
9719
|
rowIndex: number;
|
|
@@ -9757,7 +9757,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9757
9757
|
};
|
|
9758
9758
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9759
9759
|
flexible: BooleanConstructor;
|
|
9760
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9760
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9761
9761
|
}>> & {
|
|
9762
9762
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9763
9763
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9901,8 +9901,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9901
9901
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
9902
9902
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
9903
9903
|
}, string, {
|
|
9904
|
-
data: RecordType[];
|
|
9905
9904
|
columns: PlusColumn[];
|
|
9905
|
+
data: RecordType[];
|
|
9906
9906
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
9907
9907
|
row: any[];
|
|
9908
9908
|
rowIndex: number;
|
|
@@ -9972,14 +9972,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9972
9972
|
$nextTick: typeof nextTick;
|
|
9973
9973
|
$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;
|
|
9974
9974
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
9975
|
-
data: {
|
|
9976
|
-
type: PropType< RecordType[]>;
|
|
9977
|
-
default: () => never[];
|
|
9978
|
-
};
|
|
9979
9975
|
columns: {
|
|
9980
9976
|
type: PropType<PlusColumn[]>;
|
|
9981
9977
|
default: () => never[];
|
|
9982
9978
|
};
|
|
9979
|
+
data: {
|
|
9980
|
+
type: PropType< RecordType[]>;
|
|
9981
|
+
default: () => never[];
|
|
9982
|
+
};
|
|
9983
9983
|
height: {
|
|
9984
9984
|
type: PropType<string | number>;
|
|
9985
9985
|
};
|
|
@@ -10137,9 +10137,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10137
10137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10138
10138
|
__epPropKey: true;
|
|
10139
10139
|
};
|
|
10140
|
-
width: (
|
|
10141
|
-
height: (
|
|
10142
|
-
maxHeight: (
|
|
10140
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10141
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10142
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10143
10143
|
fit: {
|
|
10144
10144
|
type: BooleanConstructor;
|
|
10145
10145
|
default: boolean;
|
|
@@ -10163,13 +10163,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10163
10163
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10164
10164
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10165
10165
|
highlightCurrentRow: BooleanConstructor;
|
|
10166
|
-
currentRowKey: (
|
|
10166
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10167
10167
|
emptyText: StringConstructor;
|
|
10168
10168
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10169
10169
|
defaultExpandAll: BooleanConstructor;
|
|
10170
10170
|
defaultSort: PropType< Sort | undefined>;
|
|
10171
10171
|
tooltipEffect: StringConstructor;
|
|
10172
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10172
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10173
10173
|
spanMethod: PropType<((data: {
|
|
10174
10174
|
row: any;
|
|
10175
10175
|
rowIndex: number;
|
|
@@ -10213,7 +10213,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10213
10213
|
};
|
|
10214
10214
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10215
10215
|
flexible: BooleanConstructor;
|
|
10216
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10216
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10217
10217
|
}>> & {
|
|
10218
10218
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10219
10219
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10333,9 +10333,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10333
10333
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10334
10334
|
__epPropKey: true;
|
|
10335
10335
|
};
|
|
10336
|
-
width: (
|
|
10337
|
-
height: (
|
|
10338
|
-
maxHeight: (
|
|
10336
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10337
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10338
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10339
10339
|
fit: {
|
|
10340
10340
|
type: BooleanConstructor;
|
|
10341
10341
|
default: boolean;
|
|
@@ -10359,13 +10359,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10359
10359
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10360
10360
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10361
10361
|
highlightCurrentRow: BooleanConstructor;
|
|
10362
|
-
currentRowKey: (
|
|
10362
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10363
10363
|
emptyText: StringConstructor;
|
|
10364
10364
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10365
10365
|
defaultExpandAll: BooleanConstructor;
|
|
10366
10366
|
defaultSort: PropType< Sort | undefined>;
|
|
10367
10367
|
tooltipEffect: StringConstructor;
|
|
10368
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10368
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10369
10369
|
spanMethod: PropType<((data: {
|
|
10370
10370
|
row: any;
|
|
10371
10371
|
rowIndex: number;
|
|
@@ -10409,7 +10409,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10409
10409
|
};
|
|
10410
10410
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10411
10411
|
flexible: BooleanConstructor;
|
|
10412
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10412
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10413
10413
|
}>> & {
|
|
10414
10414
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10415
10415
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10468,9 +10468,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10468
10468
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10469
10469
|
__epPropKey: true;
|
|
10470
10470
|
};
|
|
10471
|
-
width: (
|
|
10472
|
-
height: (
|
|
10473
|
-
maxHeight: (
|
|
10471
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10472
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10473
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10474
10474
|
fit: {
|
|
10475
10475
|
type: BooleanConstructor;
|
|
10476
10476
|
default: boolean;
|
|
@@ -10494,13 +10494,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10494
10494
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10495
10495
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10496
10496
|
highlightCurrentRow: BooleanConstructor;
|
|
10497
|
-
currentRowKey: (
|
|
10497
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10498
10498
|
emptyText: StringConstructor;
|
|
10499
10499
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10500
10500
|
defaultExpandAll: BooleanConstructor;
|
|
10501
10501
|
defaultSort: PropType< Sort | undefined>;
|
|
10502
10502
|
tooltipEffect: StringConstructor;
|
|
10503
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10503
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10504
10504
|
spanMethod: PropType<((data: {
|
|
10505
10505
|
row: any;
|
|
10506
10506
|
rowIndex: number;
|
|
@@ -10544,7 +10544,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10544
10544
|
};
|
|
10545
10545
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10546
10546
|
flexible: BooleanConstructor;
|
|
10547
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10547
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10548
10548
|
}>> & {
|
|
10549
10549
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10550
10550
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10710,9 +10710,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10710
10710
|
setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
|
|
10711
10711
|
}> & {} & ComponentCustomProperties & {} & {
|
|
10712
10712
|
$slots: Partial<Record<never, (_: {
|
|
10713
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
10713
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
|
|
10714
10714
|
readonly label: string | ComputedRef<string>;
|
|
10715
|
-
readonly modelValue: string | number | boolean |
|
|
10715
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
10716
10716
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10717
10717
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10718
10718
|
style?: CSSProperties | undefined;
|
|
@@ -10739,7 +10739,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10739
10739
|
};
|
|
10740
10740
|
rows: number;
|
|
10741
10741
|
autocomplete: string;
|
|
10742
|
-
type: "" | "number" | "default" | "
|
|
10742
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
10743
10743
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10744
10744
|
step: string | number;
|
|
10745
10745
|
format: string | ProgressFn | undefined;
|
|
@@ -10784,7 +10784,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10784
10784
|
fieldInstance?: any;
|
|
10785
10785
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10786
10786
|
prop: string;
|
|
10787
|
-
modelValue: string | number | boolean |
|
|
10787
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
10788
10788
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10789
10789
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10790
10790
|
style?: CSSProperties | undefined;
|
|
@@ -10847,8 +10847,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10847
10847
|
$: ComponentInternalInstance;
|
|
10848
10848
|
$data: {};
|
|
10849
10849
|
$props: Partial<{
|
|
10850
|
-
data: RecordType[];
|
|
10851
10850
|
columns: PlusColumn[];
|
|
10851
|
+
data: RecordType[];
|
|
10852
10852
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
10853
10853
|
row: any[];
|
|
10854
10854
|
rowIndex: number;
|
|
@@ -10898,8 +10898,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10898
10898
|
};
|
|
10899
10899
|
columnsEmptyText: string;
|
|
10900
10900
|
}> & Omit<{
|
|
10901
|
-
readonly data: RecordType[];
|
|
10902
10901
|
readonly columns: PlusColumn[];
|
|
10902
|
+
readonly data: RecordType[];
|
|
10903
10903
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
10904
10904
|
row: any[];
|
|
10905
10905
|
rowIndex: number;
|
|
@@ -10962,14 +10962,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10962
10962
|
onEdited?: (() => any) | undefined;
|
|
10963
10963
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
10964
10964
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
10965
|
-
data: {
|
|
10966
|
-
type: PropType< RecordType[]>;
|
|
10967
|
-
default: () => never[];
|
|
10968
|
-
};
|
|
10969
10965
|
columns: {
|
|
10970
10966
|
type: PropType<PlusColumn[]>;
|
|
10971
10967
|
default: () => never[];
|
|
10972
10968
|
};
|
|
10969
|
+
data: {
|
|
10970
|
+
type: PropType< RecordType[]>;
|
|
10971
|
+
default: () => never[];
|
|
10972
|
+
};
|
|
10973
10973
|
height: {
|
|
10974
10974
|
type: PropType<string | number>;
|
|
10975
10975
|
};
|
|
@@ -11114,7 +11114,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11114
11114
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
11115
11115
|
onEdited?: (() => any) | undefined;
|
|
11116
11116
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
11117
|
-
}, "
|
|
11117
|
+
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive" | "columnsEmptyText">;
|
|
11118
11118
|
$attrs: {
|
|
11119
11119
|
[x: string]: unknown;
|
|
11120
11120
|
};
|
|
@@ -11129,14 +11129,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11129
11129
|
$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);
|
|
11130
11130
|
$el: any;
|
|
11131
11131
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
11132
|
-
data: {
|
|
11133
|
-
type: PropType< RecordType[]>;
|
|
11134
|
-
default: () => never[];
|
|
11135
|
-
};
|
|
11136
11132
|
columns: {
|
|
11137
11133
|
type: PropType<PlusColumn[]>;
|
|
11138
11134
|
default: () => never[];
|
|
11139
11135
|
};
|
|
11136
|
+
data: {
|
|
11137
|
+
type: PropType< RecordType[]>;
|
|
11138
|
+
default: () => never[];
|
|
11139
|
+
};
|
|
11140
11140
|
height: {
|
|
11141
11141
|
type: PropType<string | number>;
|
|
11142
11142
|
};
|
|
@@ -11294,9 +11294,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11294
11294
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11295
11295
|
__epPropKey: true;
|
|
11296
11296
|
};
|
|
11297
|
-
width: (
|
|
11298
|
-
height: (
|
|
11299
|
-
maxHeight: (
|
|
11297
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11298
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11299
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11300
11300
|
fit: {
|
|
11301
11301
|
type: BooleanConstructor;
|
|
11302
11302
|
default: boolean;
|
|
@@ -11320,13 +11320,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11320
11320
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11321
11321
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11322
11322
|
highlightCurrentRow: BooleanConstructor;
|
|
11323
|
-
currentRowKey: (
|
|
11323
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11324
11324
|
emptyText: StringConstructor;
|
|
11325
11325
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11326
11326
|
defaultExpandAll: BooleanConstructor;
|
|
11327
11327
|
defaultSort: PropType< Sort | undefined>;
|
|
11328
11328
|
tooltipEffect: StringConstructor;
|
|
11329
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11329
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11330
11330
|
spanMethod: PropType<((data: {
|
|
11331
11331
|
row: any;
|
|
11332
11332
|
rowIndex: number;
|
|
@@ -11370,7 +11370,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11370
11370
|
};
|
|
11371
11371
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11372
11372
|
flexible: BooleanConstructor;
|
|
11373
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11373
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11374
11374
|
}>> & {
|
|
11375
11375
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11376
11376
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11490,9 +11490,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11490
11490
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11491
11491
|
__epPropKey: true;
|
|
11492
11492
|
};
|
|
11493
|
-
width: (
|
|
11494
|
-
height: (
|
|
11495
|
-
maxHeight: (
|
|
11493
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11494
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11495
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11496
11496
|
fit: {
|
|
11497
11497
|
type: BooleanConstructor;
|
|
11498
11498
|
default: boolean;
|
|
@@ -11516,13 +11516,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11516
11516
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11517
11517
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11518
11518
|
highlightCurrentRow: BooleanConstructor;
|
|
11519
|
-
currentRowKey: (
|
|
11519
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11520
11520
|
emptyText: StringConstructor;
|
|
11521
11521
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11522
11522
|
defaultExpandAll: BooleanConstructor;
|
|
11523
11523
|
defaultSort: PropType< Sort | undefined>;
|
|
11524
11524
|
tooltipEffect: StringConstructor;
|
|
11525
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11525
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11526
11526
|
spanMethod: PropType<((data: {
|
|
11527
11527
|
row: any;
|
|
11528
11528
|
rowIndex: number;
|
|
@@ -11566,7 +11566,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11566
11566
|
};
|
|
11567
11567
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11568
11568
|
flexible: BooleanConstructor;
|
|
11569
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11569
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11570
11570
|
}>> & {
|
|
11571
11571
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11572
11572
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11625,9 +11625,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11625
11625
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11626
11626
|
__epPropKey: true;
|
|
11627
11627
|
};
|
|
11628
|
-
width: (
|
|
11629
|
-
height: (
|
|
11630
|
-
maxHeight: (
|
|
11628
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11629
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11630
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11631
11631
|
fit: {
|
|
11632
11632
|
type: BooleanConstructor;
|
|
11633
11633
|
default: boolean;
|
|
@@ -11651,13 +11651,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11651
11651
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11652
11652
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11653
11653
|
highlightCurrentRow: BooleanConstructor;
|
|
11654
|
-
currentRowKey: (
|
|
11654
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11655
11655
|
emptyText: StringConstructor;
|
|
11656
11656
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11657
11657
|
defaultExpandAll: BooleanConstructor;
|
|
11658
11658
|
defaultSort: PropType< Sort | undefined>;
|
|
11659
11659
|
tooltipEffect: StringConstructor;
|
|
11660
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11660
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11661
11661
|
spanMethod: PropType<((data: {
|
|
11662
11662
|
row: any;
|
|
11663
11663
|
rowIndex: number;
|
|
@@ -11701,7 +11701,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11701
11701
|
};
|
|
11702
11702
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11703
11703
|
flexible: BooleanConstructor;
|
|
11704
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11704
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11705
11705
|
}>> & {
|
|
11706
11706
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11707
11707
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11845,8 +11845,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11845
11845
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
11846
11846
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
11847
11847
|
}, string, {
|
|
11848
|
-
data: RecordType[];
|
|
11849
11848
|
columns: PlusColumn[];
|
|
11849
|
+
data: RecordType[];
|
|
11850
11850
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
11851
11851
|
row: any[];
|
|
11852
11852
|
rowIndex: number;
|
|
@@ -11916,14 +11916,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11916
11916
|
$nextTick: typeof nextTick;
|
|
11917
11917
|
$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;
|
|
11918
11918
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
11919
|
-
data: {
|
|
11920
|
-
type: PropType< RecordType[]>;
|
|
11921
|
-
default: () => never[];
|
|
11922
|
-
};
|
|
11923
11919
|
columns: {
|
|
11924
11920
|
type: PropType<PlusColumn[]>;
|
|
11925
11921
|
default: () => never[];
|
|
11926
11922
|
};
|
|
11923
|
+
data: {
|
|
11924
|
+
type: PropType< RecordType[]>;
|
|
11925
|
+
default: () => never[];
|
|
11926
|
+
};
|
|
11927
11927
|
height: {
|
|
11928
11928
|
type: PropType<string | number>;
|
|
11929
11929
|
};
|
|
@@ -12081,9 +12081,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12081
12081
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12082
12082
|
__epPropKey: true;
|
|
12083
12083
|
};
|
|
12084
|
-
width: (
|
|
12085
|
-
height: (
|
|
12086
|
-
maxHeight: (
|
|
12084
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12085
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12086
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12087
12087
|
fit: {
|
|
12088
12088
|
type: BooleanConstructor;
|
|
12089
12089
|
default: boolean;
|
|
@@ -12107,13 +12107,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12107
12107
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12108
12108
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12109
12109
|
highlightCurrentRow: BooleanConstructor;
|
|
12110
|
-
currentRowKey: (
|
|
12110
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12111
12111
|
emptyText: StringConstructor;
|
|
12112
12112
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12113
12113
|
defaultExpandAll: BooleanConstructor;
|
|
12114
12114
|
defaultSort: PropType< Sort | undefined>;
|
|
12115
12115
|
tooltipEffect: StringConstructor;
|
|
12116
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12116
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12117
12117
|
spanMethod: PropType<((data: {
|
|
12118
12118
|
row: any;
|
|
12119
12119
|
rowIndex: number;
|
|
@@ -12157,7 +12157,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12157
12157
|
};
|
|
12158
12158
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12159
12159
|
flexible: BooleanConstructor;
|
|
12160
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12160
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12161
12161
|
}>> & {
|
|
12162
12162
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12163
12163
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12277,9 +12277,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12277
12277
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12278
12278
|
__epPropKey: true;
|
|
12279
12279
|
};
|
|
12280
|
-
width: (
|
|
12281
|
-
height: (
|
|
12282
|
-
maxHeight: (
|
|
12280
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12281
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12282
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12283
12283
|
fit: {
|
|
12284
12284
|
type: BooleanConstructor;
|
|
12285
12285
|
default: boolean;
|
|
@@ -12303,13 +12303,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12303
12303
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12304
12304
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12305
12305
|
highlightCurrentRow: BooleanConstructor;
|
|
12306
|
-
currentRowKey: (
|
|
12306
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12307
12307
|
emptyText: StringConstructor;
|
|
12308
12308
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12309
12309
|
defaultExpandAll: BooleanConstructor;
|
|
12310
12310
|
defaultSort: PropType< Sort | undefined>;
|
|
12311
12311
|
tooltipEffect: StringConstructor;
|
|
12312
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12312
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12313
12313
|
spanMethod: PropType<((data: {
|
|
12314
12314
|
row: any;
|
|
12315
12315
|
rowIndex: number;
|
|
@@ -12353,7 +12353,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12353
12353
|
};
|
|
12354
12354
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12355
12355
|
flexible: BooleanConstructor;
|
|
12356
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12356
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12357
12357
|
}>> & {
|
|
12358
12358
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12359
12359
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12412,9 +12412,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12412
12412
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12413
12413
|
__epPropKey: true;
|
|
12414
12414
|
};
|
|
12415
|
-
width: (
|
|
12416
|
-
height: (
|
|
12417
|
-
maxHeight: (
|
|
12415
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12416
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12417
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12418
12418
|
fit: {
|
|
12419
12419
|
type: BooleanConstructor;
|
|
12420
12420
|
default: boolean;
|
|
@@ -12438,13 +12438,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12438
12438
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12439
12439
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12440
12440
|
highlightCurrentRow: BooleanConstructor;
|
|
12441
|
-
currentRowKey: (
|
|
12441
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12442
12442
|
emptyText: StringConstructor;
|
|
12443
12443
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12444
12444
|
defaultExpandAll: BooleanConstructor;
|
|
12445
12445
|
defaultSort: PropType< Sort | undefined>;
|
|
12446
12446
|
tooltipEffect: StringConstructor;
|
|
12447
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12447
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12448
12448
|
spanMethod: PropType<((data: {
|
|
12449
12449
|
row: any;
|
|
12450
12450
|
rowIndex: number;
|
|
@@ -12488,7 +12488,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12488
12488
|
};
|
|
12489
12489
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12490
12490
|
flexible: BooleanConstructor;
|
|
12491
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12491
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12492
12492
|
}>> & {
|
|
12493
12493
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12494
12494
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12656,9 +12656,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12656
12656
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12657
12657
|
__epPropKey: true;
|
|
12658
12658
|
};
|
|
12659
|
-
width: (
|
|
12660
|
-
height: (
|
|
12661
|
-
maxHeight: (
|
|
12659
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12660
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12661
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12662
12662
|
fit: {
|
|
12663
12663
|
type: BooleanConstructor;
|
|
12664
12664
|
default: boolean;
|
|
@@ -12682,13 +12682,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12682
12682
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12683
12683
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12684
12684
|
highlightCurrentRow: BooleanConstructor;
|
|
12685
|
-
currentRowKey: (
|
|
12685
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12686
12686
|
emptyText: StringConstructor;
|
|
12687
12687
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12688
12688
|
defaultExpandAll: BooleanConstructor;
|
|
12689
12689
|
defaultSort: PropType< Sort | undefined>;
|
|
12690
12690
|
tooltipEffect: StringConstructor;
|
|
12691
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12691
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12692
12692
|
spanMethod: PropType<((data: {
|
|
12693
12693
|
row: any;
|
|
12694
12694
|
rowIndex: number;
|
|
@@ -12732,7 +12732,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12732
12732
|
};
|
|
12733
12733
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12734
12734
|
flexible: BooleanConstructor;
|
|
12735
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12735
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12736
12736
|
}>> & {
|
|
12737
12737
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12738
12738
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12852,9 +12852,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12852
12852
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12853
12853
|
__epPropKey: true;
|
|
12854
12854
|
};
|
|
12855
|
-
width: (
|
|
12856
|
-
height: (
|
|
12857
|
-
maxHeight: (
|
|
12855
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12856
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12857
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12858
12858
|
fit: {
|
|
12859
12859
|
type: BooleanConstructor;
|
|
12860
12860
|
default: boolean;
|
|
@@ -12878,13 +12878,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12878
12878
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12879
12879
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12880
12880
|
highlightCurrentRow: BooleanConstructor;
|
|
12881
|
-
currentRowKey: (
|
|
12881
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12882
12882
|
emptyText: StringConstructor;
|
|
12883
12883
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12884
12884
|
defaultExpandAll: BooleanConstructor;
|
|
12885
12885
|
defaultSort: PropType< Sort | undefined>;
|
|
12886
12886
|
tooltipEffect: StringConstructor;
|
|
12887
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12887
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12888
12888
|
spanMethod: PropType<((data: {
|
|
12889
12889
|
row: any;
|
|
12890
12890
|
rowIndex: number;
|
|
@@ -12928,7 +12928,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12928
12928
|
};
|
|
12929
12929
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12930
12930
|
flexible: BooleanConstructor;
|
|
12931
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12931
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12932
12932
|
}>> & {
|
|
12933
12933
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12934
12934
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12987,9 +12987,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12987
12987
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12988
12988
|
__epPropKey: true;
|
|
12989
12989
|
};
|
|
12990
|
-
width: (
|
|
12991
|
-
height: (
|
|
12992
|
-
maxHeight: (
|
|
12990
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12991
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12992
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12993
12993
|
fit: {
|
|
12994
12994
|
type: BooleanConstructor;
|
|
12995
12995
|
default: boolean;
|
|
@@ -13013,13 +13013,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
13013
13013
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
13014
13014
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
13015
13015
|
highlightCurrentRow: BooleanConstructor;
|
|
13016
|
-
currentRowKey: (
|
|
13016
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
13017
13017
|
emptyText: StringConstructor;
|
|
13018
13018
|
expandRowKeys: PropType<any[] | undefined>;
|
|
13019
13019
|
defaultExpandAll: BooleanConstructor;
|
|
13020
13020
|
defaultSort: PropType< Sort | undefined>;
|
|
13021
13021
|
tooltipEffect: StringConstructor;
|
|
13022
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
13022
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
13023
13023
|
spanMethod: PropType<((data: {
|
|
13024
13024
|
row: any;
|
|
13025
13025
|
rowIndex: number;
|
|
@@ -13063,7 +13063,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
13063
13063
|
};
|
|
13064
13064
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
13065
13065
|
flexible: BooleanConstructor;
|
|
13066
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
13066
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
13067
13067
|
}>> & {
|
|
13068
13068
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
13069
13069
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -13225,8 +13225,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
13225
13225
|
search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
|
|
13226
13226
|
headerFilter: boolean | HeaderFilterConfig;
|
|
13227
13227
|
pagination: false | Record<string, unknown>;
|
|
13228
|
-
showSearch: boolean;
|
|
13229
13228
|
isCard: boolean;
|
|
13229
|
+
showSearch: boolean;
|
|
13230
13230
|
hideHeaderFilter: boolean;
|
|
13231
13231
|
hideColumnSettingsIcon: boolean;
|
|
13232
13232
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
|