yc-pro-components 0.0.26 → 0.0.27
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/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 +895 -895
- package/es/components/page/src/index.vue.d.ts +289 -289
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +26 -26
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +328 -328
- package/es/components/search/src/index.vue.d.ts +95 -95
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +74 -74
- package/es/components/table/src/index.vue.d.ts +19 -19
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +28 -28
- package/es/components/utils/index.d.ts +15 -15
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +729 -887
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +4 -2
- package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +193 -193
- package/es/index.css +1 -1
- package/index.css +6 -6
- package/index.js +6 -4
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +6 -4
- 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/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 +895 -895
- package/lib/components/page/src/index.vue.d.ts +289 -289
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +26 -26
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +328 -328
- package/lib/components/search/src/index.vue.d.ts +95 -95
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +74 -74
- package/lib/components/table/src/index.vue.d.ts +19 -19
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +28 -28
- package/lib/components/utils/index.d.ts +15 -15
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +729 -887
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +4 -2
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +193 -193
- package/lib/index.css +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import { Options } from 'sortablejs';
|
|
|
4
4
|
import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
|
|
5
5
|
import { LooseRequired } from '@vue/shared';
|
|
6
6
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
7
|
-
import { TableProps, CardProps,
|
|
7
|
+
import { TableProps, CardProps, RowProps, ColProps, FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, TableColumnCtx, SummaryMethod, ColumnCls, ColumnStyle, CellCls, CellStyle, Sort, TreeNode, Translator, Table } from 'element-plus';
|
|
8
8
|
import { 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,8 +69,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
69
69
|
$: ComponentInternalInstance;
|
|
70
70
|
$data: {};
|
|
71
71
|
$props: Partial<{
|
|
72
|
-
columns: PlusColumn[];
|
|
73
|
-
immediate: boolean;
|
|
74
72
|
search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
75
73
|
style?: CSSProperties | undefined;
|
|
76
74
|
class?: any;
|
|
@@ -79,6 +77,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
79
77
|
style?: CSSProperties | undefined;
|
|
80
78
|
class?: any;
|
|
81
79
|
}>;
|
|
80
|
+
columns: PlusColumn[];
|
|
81
|
+
immediate: boolean;
|
|
82
82
|
params: RecordType;
|
|
83
83
|
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
84
84
|
columnsEmptyText: string;
|
|
@@ -102,8 +102,6 @@ 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;
|
|
107
105
|
readonly search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
108
106
|
style?: CSSProperties | undefined;
|
|
109
107
|
class?: any;
|
|
@@ -112,6 +110,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
112
110
|
style?: CSSProperties | undefined;
|
|
113
111
|
class?: any;
|
|
114
112
|
}>;
|
|
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,15 +144,6 @@ 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
|
-
};
|
|
156
147
|
search: {
|
|
157
148
|
type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
158
149
|
style?: CSSProperties | undefined;
|
|
@@ -167,6 +158,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
167
158
|
}>>;
|
|
168
159
|
default: () => {};
|
|
169
160
|
};
|
|
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
|
+
}, "search" | "table" | "columns" | "immediate" | "params" | "pagination" | "columnsEmptyText" | "postData" | "beforeSearchSubmit" | "isCard" | "searchCardProps" | "tableCardProps" | "defaultPageInfo" | "defaultPageSizeList" | "dividerProps" | "pageInfoMap" | "searchSlot">;
|
|
251
251
|
$attrs: {
|
|
252
252
|
[x: string]: unknown;
|
|
253
253
|
};
|
|
@@ -259,18 +259,9 @@ 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: "search", data: FieldValues) => void) & ((event: "reset", 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
|
-
};
|
|
274
265
|
search: {
|
|
275
266
|
type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
276
267
|
style?: CSSProperties | undefined;
|
|
@@ -285,6 +276,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
285
276
|
}>>;
|
|
286
277
|
default: () => {};
|
|
287
278
|
};
|
|
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
|
-
|
|
379
|
+
defaultValues: FieldValues;
|
|
380
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
380
381
|
style?: CSSProperties | undefined;
|
|
381
382
|
class?: any;
|
|
382
383
|
} & RecordType>;
|
|
383
|
-
|
|
384
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
384
385
|
style?: CSSProperties | undefined;
|
|
385
386
|
class?: any;
|
|
386
387
|
} & 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
|
|
406
|
+
readonly defaultValues: FieldValues;
|
|
407
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
407
408
|
style?: CSSProperties | undefined;
|
|
408
409
|
class?: any;
|
|
409
410
|
} & RecordType>;
|
|
410
|
-
readonly
|
|
411
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
411
412
|
style?: CSSProperties | undefined;
|
|
412
413
|
class?: any;
|
|
413
414
|
} & 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;
|
|
429
428
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
430
429
|
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,6 +455,19 @@ 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
|
+
};
|
|
458
471
|
colProps: {
|
|
459
472
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
460
473
|
style?: CSSProperties | undefined;
|
|
@@ -468,19 +481,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
468
481
|
xl: number;
|
|
469
482
|
};
|
|
470
483
|
};
|
|
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;
|
|
534
533
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
535
534
|
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" | "defaultValues" | "rowProps" | "colProps" | "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: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
551
551
|
$el: any;
|
|
552
552
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
553
553
|
columns: {
|
|
@@ -574,6 +574,19 @@ 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
|
+
};
|
|
577
590
|
colProps: {
|
|
578
591
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
579
592
|
style?: CSSProperties | undefined;
|
|
@@ -587,19 +600,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
587
600
|
xl: number;
|
|
588
601
|
};
|
|
589
602
|
};
|
|
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;
|
|
653
652
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
654
653
|
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,6 +659,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
659
659
|
$: ComponentInternalInstance;
|
|
660
660
|
$data: {};
|
|
661
661
|
$props: Partial<{
|
|
662
|
+
collapseDuration: number;
|
|
663
|
+
collapseTransition: boolean;
|
|
662
664
|
columns: PlusColumn[];
|
|
663
665
|
group: false | PlusFormGroupRow[];
|
|
664
666
|
layout: "grid" | "flex";
|
|
@@ -668,18 +670,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
668
670
|
labelWidth: string | number;
|
|
669
671
|
labelSuffix: string;
|
|
670
672
|
hasLabel: boolean;
|
|
671
|
-
|
|
672
|
-
|
|
673
|
+
defaultValues: FieldValues;
|
|
674
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
673
675
|
style?: CSSProperties | undefined;
|
|
674
676
|
class?: any;
|
|
675
677
|
} & RecordType>;
|
|
676
|
-
|
|
677
|
-
collapseTransition: boolean;
|
|
678
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
678
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
679
679
|
style?: CSSProperties | undefined;
|
|
680
680
|
class?: any;
|
|
681
681
|
} & RecordType>;
|
|
682
|
-
defaultValues: FieldValues;
|
|
683
682
|
hasErrorTip: boolean;
|
|
684
683
|
hasFooter: boolean;
|
|
685
684
|
hasReset: boolean;
|
|
@@ -692,6 +691,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
692
691
|
class?: any;
|
|
693
692
|
} & RecordType>;
|
|
694
693
|
prevent: boolean;
|
|
694
|
+
clearable: boolean;
|
|
695
695
|
}> & Omit<{
|
|
696
696
|
readonly columns: PlusColumn[];
|
|
697
697
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -702,16 +702,15 @@ 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 defaultValues: FieldValues;
|
|
706
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
707
707
|
style?: CSSProperties | undefined;
|
|
708
708
|
class?: any;
|
|
709
709
|
} & RecordType>;
|
|
710
|
-
readonly
|
|
710
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
711
711
|
style?: CSSProperties | undefined;
|
|
712
712
|
class?: any;
|
|
713
713
|
} & RecordType>;
|
|
714
|
-
readonly defaultValues: FieldValues;
|
|
715
714
|
readonly hasErrorTip: boolean;
|
|
716
715
|
readonly hasFooter: boolean;
|
|
717
716
|
readonly hasReset: boolean;
|
|
@@ -724,15 +723,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
724
723
|
class?: any;
|
|
725
724
|
} & RecordType>;
|
|
726
725
|
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;
|
|
730
729
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
731
730
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
732
731
|
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
|
+
};
|
|
736
744
|
columns: {
|
|
737
745
|
type: PropType<PlusColumn[]>;
|
|
738
746
|
default: () => never[];
|
|
@@ -769,25 +777,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
769
777
|
type: PropType<boolean>;
|
|
770
778
|
default: boolean;
|
|
771
779
|
};
|
|
772
|
-
|
|
773
|
-
type: PropType<
|
|
774
|
-
default: boolean;
|
|
775
|
-
};
|
|
776
|
-
colProps: {
|
|
777
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
778
|
-
style?: CSSProperties | undefined;
|
|
779
|
-
class?: any;
|
|
780
|
-
} & RecordType>>;
|
|
780
|
+
defaultValues: {
|
|
781
|
+
type: PropType<FieldValues>;
|
|
781
782
|
default: () => {};
|
|
782
783
|
};
|
|
783
|
-
collapseDuration: {
|
|
784
|
-
type: PropType<number>;
|
|
785
|
-
default: undefined;
|
|
786
|
-
};
|
|
787
|
-
collapseTransition: {
|
|
788
|
-
type: PropType<boolean>;
|
|
789
|
-
default: undefined;
|
|
790
|
-
};
|
|
791
784
|
rowProps: {
|
|
792
785
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
793
786
|
style?: CSSProperties | undefined;
|
|
@@ -795,8 +788,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
795
788
|
} & RecordType>>;
|
|
796
789
|
default: () => {};
|
|
797
790
|
};
|
|
798
|
-
|
|
799
|
-
type: PropType<
|
|
791
|
+
colProps: {
|
|
792
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
793
|
+
style?: CSSProperties | undefined;
|
|
794
|
+
class?: any;
|
|
795
|
+
} & RecordType>>;
|
|
800
796
|
default: () => {};
|
|
801
797
|
};
|
|
802
798
|
hasErrorTip: {
|
|
@@ -838,14 +834,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
838
834
|
type: PropType<boolean>;
|
|
839
835
|
default: boolean;
|
|
840
836
|
};
|
|
837
|
+
clearable: {
|
|
838
|
+
type: PropType<boolean>;
|
|
839
|
+
default: boolean;
|
|
840
|
+
};
|
|
841
841
|
}>> & {
|
|
842
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
843
842
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
844
843
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
845
844
|
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
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
849
849
|
$attrs: {
|
|
850
850
|
[x: string]: unknown;
|
|
851
851
|
};
|
|
@@ -860,6 +860,14 @@ 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
|
+
};
|
|
863
871
|
columns: {
|
|
864
872
|
type: PropType<PlusColumn[]>;
|
|
865
873
|
default: () => never[];
|
|
@@ -896,25 +904,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
896
904
|
type: PropType<boolean>;
|
|
897
905
|
default: boolean;
|
|
898
906
|
};
|
|
899
|
-
|
|
900
|
-
type: PropType<
|
|
901
|
-
default: boolean;
|
|
902
|
-
};
|
|
903
|
-
colProps: {
|
|
904
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
905
|
-
style?: CSSProperties | undefined;
|
|
906
|
-
class?: any;
|
|
907
|
-
} & RecordType>>;
|
|
907
|
+
defaultValues: {
|
|
908
|
+
type: PropType<FieldValues>;
|
|
908
909
|
default: () => {};
|
|
909
910
|
};
|
|
910
|
-
collapseDuration: {
|
|
911
|
-
type: PropType<number>;
|
|
912
|
-
default: undefined;
|
|
913
|
-
};
|
|
914
|
-
collapseTransition: {
|
|
915
|
-
type: PropType<boolean>;
|
|
916
|
-
default: undefined;
|
|
917
|
-
};
|
|
918
911
|
rowProps: {
|
|
919
912
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
920
913
|
style?: CSSProperties | undefined;
|
|
@@ -922,8 +915,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
922
915
|
} & RecordType>>;
|
|
923
916
|
default: () => {};
|
|
924
917
|
};
|
|
925
|
-
|
|
926
|
-
type: PropType<
|
|
918
|
+
colProps: {
|
|
919
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
920
|
+
style?: CSSProperties | undefined;
|
|
921
|
+
class?: any;
|
|
922
|
+
} & RecordType>>;
|
|
927
923
|
default: () => {};
|
|
928
924
|
};
|
|
929
925
|
hasErrorTip: {
|
|
@@ -965,11 +961,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
965
961
|
type: PropType<boolean>;
|
|
966
962
|
default: boolean;
|
|
967
963
|
};
|
|
964
|
+
clearable: {
|
|
965
|
+
type: PropType<boolean>;
|
|
966
|
+
default: boolean;
|
|
967
|
+
};
|
|
968
968
|
}>> & {
|
|
969
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
970
969
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
971
970
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
972
971
|
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
|
}, {
|
|
@@ -991,9 +991,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
991
991
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
992
992
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
993
993
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
994
|
-
/**
|
|
995
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
996
|
-
*/
|
|
997
994
|
readonly scrollToError: BooleanConstructor;
|
|
998
995
|
readonly scrollIntoViewOptions: {
|
|
999
996
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -1020,7 +1017,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1020
1017
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1021
1018
|
__epPropKey: true;
|
|
1022
1019
|
};
|
|
1023
|
-
/** 表头筛选重置 */
|
|
1024
1020
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1025
1021
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1026
1022
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -1028,10 +1024,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1028
1024
|
readonly inline: BooleanConstructor;
|
|
1029
1025
|
readonly inlineMessage: BooleanConstructor;
|
|
1030
1026
|
readonly statusIcon: BooleanConstructor;
|
|
1031
|
-
/**
|
|
1032
|
-
* 计算属性:暴露 formRefs
|
|
1033
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
1034
|
-
*/
|
|
1035
1027
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1036
1028
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1037
1029
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -1107,9 +1099,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1107
1099
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1108
1100
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1109
1101
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
1110
|
-
/**
|
|
1111
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
1112
|
-
*/
|
|
1113
1102
|
readonly scrollToError: BooleanConstructor;
|
|
1114
1103
|
readonly scrollIntoViewOptions: {
|
|
1115
1104
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -1138,9 +1127,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1138
1127
|
readonly inlineMessage: boolean;
|
|
1139
1128
|
readonly statusIcon: boolean;
|
|
1140
1129
|
readonly hideRequiredAsterisk: boolean;
|
|
1141
|
-
/**
|
|
1142
|
-
* 组件卸载时清理 MutationObserver
|
|
1143
|
-
*/
|
|
1144
1130
|
readonly scrollToError: boolean;
|
|
1145
1131
|
}, true, {}, {}, {
|
|
1146
1132
|
P: {};
|
|
@@ -1167,9 +1153,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1167
1153
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1168
1154
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1169
1155
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
1170
|
-
/**
|
|
1171
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
1172
|
-
*/
|
|
1173
1156
|
readonly scrollToError: BooleanConstructor;
|
|
1174
1157
|
readonly scrollIntoViewOptions: {
|
|
1175
1158
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -1196,7 +1179,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1196
1179
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1197
1180
|
__epPropKey: true;
|
|
1198
1181
|
};
|
|
1199
|
-
/** 表头筛选重置 */
|
|
1200
1182
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1201
1183
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1202
1184
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -1204,10 +1186,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1204
1186
|
readonly inline: BooleanConstructor;
|
|
1205
1187
|
readonly inlineMessage: BooleanConstructor;
|
|
1206
1188
|
readonly statusIcon: BooleanConstructor;
|
|
1207
|
-
/**
|
|
1208
|
-
* 计算属性:暴露 formRefs
|
|
1209
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
1210
|
-
*/
|
|
1211
1189
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1212
1190
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1213
1191
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -1275,9 +1253,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1275
1253
|
readonly inlineMessage: boolean;
|
|
1276
1254
|
readonly statusIcon: boolean;
|
|
1277
1255
|
readonly hideRequiredAsterisk: boolean;
|
|
1278
|
-
/**
|
|
1279
|
-
* 组件卸载时清理 MutationObserver
|
|
1280
|
-
*/
|
|
1281
1256
|
readonly scrollToError: boolean;
|
|
1282
1257
|
}> | null>;
|
|
1283
1258
|
handleSubmit: () => void;
|
|
@@ -1290,6 +1265,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1290
1265
|
submitError: (errors: unknown) => void;
|
|
1291
1266
|
validate: (...args: any[]) => void;
|
|
1292
1267
|
}, string, {
|
|
1268
|
+
collapseDuration: number;
|
|
1269
|
+
collapseTransition: boolean;
|
|
1293
1270
|
columns: PlusColumn[];
|
|
1294
1271
|
group: false | PlusFormGroupRow[];
|
|
1295
1272
|
layout: "grid" | "flex";
|
|
@@ -1299,18 +1276,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1299
1276
|
labelWidth: string | number;
|
|
1300
1277
|
labelSuffix: string;
|
|
1301
1278
|
hasLabel: boolean;
|
|
1302
|
-
|
|
1303
|
-
|
|
1279
|
+
defaultValues: FieldValues;
|
|
1280
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1304
1281
|
style?: CSSProperties | undefined;
|
|
1305
1282
|
class?: any;
|
|
1306
1283
|
} & RecordType>;
|
|
1307
|
-
|
|
1308
|
-
collapseTransition: boolean;
|
|
1309
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
1284
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1310
1285
|
style?: CSSProperties | undefined;
|
|
1311
1286
|
class?: any;
|
|
1312
1287
|
} & RecordType>;
|
|
1313
|
-
defaultValues: FieldValues;
|
|
1314
1288
|
hasErrorTip: boolean;
|
|
1315
1289
|
hasFooter: boolean;
|
|
1316
1290
|
hasReset: boolean;
|
|
@@ -1323,6 +1297,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1323
1297
|
class?: any;
|
|
1324
1298
|
} & RecordType>;
|
|
1325
1299
|
prevent: boolean;
|
|
1300
|
+
clearable: boolean;
|
|
1326
1301
|
}, {}, string, {}> & {
|
|
1327
1302
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1328
1303
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1344,6 +1319,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1344
1319
|
$nextTick: typeof nextTick;
|
|
1345
1320
|
$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
1321
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1322
|
+
collapseDuration: {
|
|
1323
|
+
type: PropType<number>;
|
|
1324
|
+
default: undefined;
|
|
1325
|
+
};
|
|
1326
|
+
collapseTransition: {
|
|
1327
|
+
type: PropType<boolean>;
|
|
1328
|
+
default: undefined;
|
|
1329
|
+
};
|
|
1347
1330
|
columns: {
|
|
1348
1331
|
type: PropType<PlusColumn[]>;
|
|
1349
1332
|
default: () => never[];
|
|
@@ -1380,25 +1363,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1380
1363
|
type: PropType<boolean>;
|
|
1381
1364
|
default: boolean;
|
|
1382
1365
|
};
|
|
1383
|
-
|
|
1384
|
-
type: PropType<
|
|
1385
|
-
default: boolean;
|
|
1386
|
-
};
|
|
1387
|
-
colProps: {
|
|
1388
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
1389
|
-
style?: CSSProperties | undefined;
|
|
1390
|
-
class?: any;
|
|
1391
|
-
} & RecordType>>;
|
|
1366
|
+
defaultValues: {
|
|
1367
|
+
type: PropType<FieldValues>;
|
|
1392
1368
|
default: () => {};
|
|
1393
1369
|
};
|
|
1394
|
-
collapseDuration: {
|
|
1395
|
-
type: PropType<number>;
|
|
1396
|
-
default: undefined;
|
|
1397
|
-
};
|
|
1398
|
-
collapseTransition: {
|
|
1399
|
-
type: PropType<boolean>;
|
|
1400
|
-
default: undefined;
|
|
1401
|
-
};
|
|
1402
1370
|
rowProps: {
|
|
1403
1371
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
1404
1372
|
style?: CSSProperties | undefined;
|
|
@@ -1406,8 +1374,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1406
1374
|
} & RecordType>>;
|
|
1407
1375
|
default: () => {};
|
|
1408
1376
|
};
|
|
1409
|
-
|
|
1410
|
-
type: PropType<
|
|
1377
|
+
colProps: {
|
|
1378
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
1379
|
+
style?: CSSProperties | undefined;
|
|
1380
|
+
class?: any;
|
|
1381
|
+
} & RecordType>>;
|
|
1411
1382
|
default: () => {};
|
|
1412
1383
|
};
|
|
1413
1384
|
hasErrorTip: {
|
|
@@ -1449,11 +1420,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1449
1420
|
type: PropType<boolean>;
|
|
1450
1421
|
default: boolean;
|
|
1451
1422
|
};
|
|
1423
|
+
clearable: {
|
|
1424
|
+
type: PropType<boolean>;
|
|
1425
|
+
default: boolean;
|
|
1426
|
+
};
|
|
1452
1427
|
}>> & {
|
|
1453
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1454
1428
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1455
1429
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1456
1430
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1431
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1457
1432
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1458
1433
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1459
1434
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1475,9 +1450,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1475
1450
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1476
1451
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1477
1452
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
1478
|
-
/**
|
|
1479
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
1480
|
-
*/
|
|
1481
1453
|
readonly scrollToError: BooleanConstructor;
|
|
1482
1454
|
readonly scrollIntoViewOptions: {
|
|
1483
1455
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -1504,7 +1476,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1504
1476
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1505
1477
|
__epPropKey: true;
|
|
1506
1478
|
};
|
|
1507
|
-
/** 表头筛选重置 */
|
|
1508
1479
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1509
1480
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1510
1481
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -1512,10 +1483,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1512
1483
|
readonly inline: BooleanConstructor;
|
|
1513
1484
|
readonly inlineMessage: BooleanConstructor;
|
|
1514
1485
|
readonly statusIcon: BooleanConstructor;
|
|
1515
|
-
/**
|
|
1516
|
-
* 计算属性:暴露 formRefs
|
|
1517
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
1518
|
-
*/
|
|
1519
1486
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1520
1487
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1521
1488
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -1591,9 +1558,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1591
1558
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1592
1559
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1593
1560
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
1594
|
-
/**
|
|
1595
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
1596
|
-
*/
|
|
1597
1561
|
readonly scrollToError: BooleanConstructor;
|
|
1598
1562
|
readonly scrollIntoViewOptions: {
|
|
1599
1563
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -1622,9 +1586,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1622
1586
|
readonly inlineMessage: boolean;
|
|
1623
1587
|
readonly statusIcon: boolean;
|
|
1624
1588
|
readonly hideRequiredAsterisk: boolean;
|
|
1625
|
-
/**
|
|
1626
|
-
* 组件卸载时清理 MutationObserver
|
|
1627
|
-
*/
|
|
1628
1589
|
readonly scrollToError: boolean;
|
|
1629
1590
|
}, true, {}, {}, {
|
|
1630
1591
|
P: {};
|
|
@@ -1651,9 +1612,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1651
1612
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1652
1613
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1653
1614
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
1654
|
-
/**
|
|
1655
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
1656
|
-
*/
|
|
1657
1615
|
readonly scrollToError: BooleanConstructor;
|
|
1658
1616
|
readonly scrollIntoViewOptions: {
|
|
1659
1617
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -1680,7 +1638,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1680
1638
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1681
1639
|
__epPropKey: true;
|
|
1682
1640
|
};
|
|
1683
|
-
/** 表头筛选重置 */
|
|
1684
1641
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1685
1642
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1686
1643
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -1688,10 +1645,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1688
1645
|
readonly inline: BooleanConstructor;
|
|
1689
1646
|
readonly inlineMessage: BooleanConstructor;
|
|
1690
1647
|
readonly statusIcon: BooleanConstructor;
|
|
1691
|
-
/**
|
|
1692
|
-
* 计算属性:暴露 formRefs
|
|
1693
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
1694
|
-
*/
|
|
1695
1648
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1696
1649
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1697
1650
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -1759,9 +1712,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1759
1712
|
readonly inlineMessage: boolean;
|
|
1760
1713
|
readonly statusIcon: boolean;
|
|
1761
1714
|
readonly hideRequiredAsterisk: boolean;
|
|
1762
|
-
/**
|
|
1763
|
-
* 组件卸载时清理 MutationObserver
|
|
1764
|
-
*/
|
|
1765
1715
|
readonly scrollToError: boolean;
|
|
1766
1716
|
}> | null>;
|
|
1767
1717
|
handleSubmit: () => void;
|
|
@@ -1779,9 +1729,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1779
1729
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1780
1730
|
columns?: PlusColumn[] | undefined;
|
|
1781
1731
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1782
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1732
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1783
1733
|
readonly label: string | ComputedRef<string>;
|
|
1784
|
-
readonly modelValue: string | number | boolean |
|
|
1734
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1785
1735
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1786
1736
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1787
1737
|
style?: CSSProperties | undefined;
|
|
@@ -1799,7 +1749,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1799
1749
|
[index: number]: any;
|
|
1800
1750
|
[index: symbol]: any;
|
|
1801
1751
|
class: any;
|
|
1802
|
-
style: CSSProperties;
|
|
1752
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
1803
1753
|
modelModifiers: {
|
|
1804
1754
|
[index: string]: any;
|
|
1805
1755
|
lazy?: boolean | undefined;
|
|
@@ -1808,7 +1758,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1808
1758
|
};
|
|
1809
1759
|
rows: number;
|
|
1810
1760
|
autocomplete: string;
|
|
1811
|
-
type: "" | "number" | "default" | "
|
|
1761
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1812
1762
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1813
1763
|
step: string | number;
|
|
1814
1764
|
format: string | ProgressFn | undefined;
|
|
@@ -1853,7 +1803,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1853
1803
|
fieldInstance?: any;
|
|
1854
1804
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1855
1805
|
prop: string;
|
|
1856
|
-
modelValue: string | number | boolean |
|
|
1806
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1857
1807
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1858
1808
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1859
1809
|
style?: CSSProperties | undefined;
|
|
@@ -1887,9 +1837,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1887
1837
|
clearable: boolean;
|
|
1888
1838
|
index: number;
|
|
1889
1839
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1890
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1840
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1891
1841
|
readonly label: string | ComputedRef<string>;
|
|
1892
|
-
readonly modelValue: string | number | boolean |
|
|
1842
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1893
1843
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1894
1844
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1895
1845
|
style?: CSSProperties | undefined;
|
|
@@ -1907,7 +1857,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1907
1857
|
[index: number]: any;
|
|
1908
1858
|
[index: symbol]: any;
|
|
1909
1859
|
class: any;
|
|
1910
|
-
style: CSSProperties;
|
|
1860
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
1911
1861
|
modelModifiers: {
|
|
1912
1862
|
[index: string]: any;
|
|
1913
1863
|
lazy?: boolean | undefined;
|
|
@@ -1916,7 +1866,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1916
1866
|
};
|
|
1917
1867
|
rows: number;
|
|
1918
1868
|
autocomplete: string;
|
|
1919
|
-
type: "" | "number" | "default" | "
|
|
1869
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1920
1870
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1921
1871
|
step: string | number;
|
|
1922
1872
|
format: string | ProgressFn | undefined;
|
|
@@ -1961,7 +1911,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1961
1911
|
fieldInstance?: any;
|
|
1962
1912
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1963
1913
|
prop: string;
|
|
1964
|
-
modelValue: string | number | boolean |
|
|
1914
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1965
1915
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1966
1916
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1967
1917
|
style?: CSSProperties | undefined;
|
|
@@ -2024,15 +1974,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2024
1974
|
labelPosition: "top" | "right" | "left";
|
|
2025
1975
|
inline: boolean;
|
|
2026
1976
|
showNumber: number;
|
|
2027
|
-
|
|
1977
|
+
defaultValues: FieldValues;
|
|
1978
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2028
1979
|
style?: CSSProperties | undefined;
|
|
2029
1980
|
class?: any;
|
|
2030
1981
|
} & RecordType>;
|
|
2031
|
-
|
|
1982
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2032
1983
|
style?: CSSProperties | undefined;
|
|
2033
1984
|
class?: any;
|
|
2034
1985
|
} & RecordType>;
|
|
2035
|
-
defaultValues: FieldValues;
|
|
2036
1986
|
hasFooter: boolean;
|
|
2037
1987
|
hasReset: boolean;
|
|
2038
1988
|
resetText: string;
|
|
@@ -2090,6 +2040,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2090
2040
|
type: PropType<number>;
|
|
2091
2041
|
default: number;
|
|
2092
2042
|
};
|
|
2043
|
+
defaultValues: {
|
|
2044
|
+
type: PropType<FieldValues>;
|
|
2045
|
+
default: () => {};
|
|
2046
|
+
};
|
|
2047
|
+
rowProps: {
|
|
2048
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
2049
|
+
style?: CSSProperties | undefined;
|
|
2050
|
+
class?: any;
|
|
2051
|
+
} & RecordType>>;
|
|
2052
|
+
default: () => {
|
|
2053
|
+
gutter: number;
|
|
2054
|
+
};
|
|
2055
|
+
};
|
|
2093
2056
|
colProps: {
|
|
2094
2057
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
2095
2058
|
style?: CSSProperties | undefined;
|
|
@@ -2103,19 +2066,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2103
2066
|
xl: number;
|
|
2104
2067
|
};
|
|
2105
2068
|
};
|
|
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
2069
|
hasFooter: {
|
|
2120
2070
|
type: PropType<boolean>;
|
|
2121
2071
|
default: boolean;
|
|
@@ -2165,9 +2115,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2165
2115
|
default: undefined;
|
|
2166
2116
|
};
|
|
2167
2117
|
}>> & {
|
|
2168
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2169
2118
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2170
2119
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2120
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2171
2121
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2172
2122
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
2173
2123
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -2175,6 +2125,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2175
2125
|
$: ComponentInternalInstance;
|
|
2176
2126
|
$data: {};
|
|
2177
2127
|
$props: Partial<{
|
|
2128
|
+
collapseDuration: number;
|
|
2129
|
+
collapseTransition: boolean;
|
|
2178
2130
|
columns: PlusColumn[];
|
|
2179
2131
|
group: false | PlusFormGroupRow[];
|
|
2180
2132
|
layout: "grid" | "flex";
|
|
@@ -2184,18 +2136,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2184
2136
|
labelWidth: string | number;
|
|
2185
2137
|
labelSuffix: string;
|
|
2186
2138
|
hasLabel: boolean;
|
|
2187
|
-
|
|
2188
|
-
|
|
2139
|
+
defaultValues: FieldValues;
|
|
2140
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2189
2141
|
style?: CSSProperties | undefined;
|
|
2190
2142
|
class?: any;
|
|
2191
2143
|
} & RecordType>;
|
|
2192
|
-
|
|
2193
|
-
collapseTransition: boolean;
|
|
2194
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
2144
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2195
2145
|
style?: CSSProperties | undefined;
|
|
2196
2146
|
class?: any;
|
|
2197
2147
|
} & RecordType>;
|
|
2198
|
-
defaultValues: FieldValues;
|
|
2199
2148
|
hasErrorTip: boolean;
|
|
2200
2149
|
hasFooter: boolean;
|
|
2201
2150
|
hasReset: boolean;
|
|
@@ -2208,6 +2157,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2208
2157
|
class?: any;
|
|
2209
2158
|
} & RecordType>;
|
|
2210
2159
|
prevent: boolean;
|
|
2160
|
+
clearable: boolean;
|
|
2211
2161
|
}> & Omit<{
|
|
2212
2162
|
readonly columns: PlusColumn[];
|
|
2213
2163
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -2218,16 +2168,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2218
2168
|
readonly labelWidth: string | number;
|
|
2219
2169
|
readonly labelSuffix: string;
|
|
2220
2170
|
readonly hasLabel: boolean;
|
|
2221
|
-
readonly
|
|
2222
|
-
readonly
|
|
2171
|
+
readonly defaultValues: FieldValues;
|
|
2172
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
2223
2173
|
style?: CSSProperties | undefined;
|
|
2224
2174
|
class?: any;
|
|
2225
2175
|
} & RecordType>;
|
|
2226
|
-
readonly
|
|
2176
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
2227
2177
|
style?: CSSProperties | undefined;
|
|
2228
2178
|
class?: any;
|
|
2229
2179
|
} & RecordType>;
|
|
2230
|
-
readonly defaultValues: FieldValues;
|
|
2231
2180
|
readonly hasErrorTip: boolean;
|
|
2232
2181
|
readonly hasFooter: boolean;
|
|
2233
2182
|
readonly hasReset: boolean;
|
|
@@ -2240,15 +2189,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2240
2189
|
class?: any;
|
|
2241
2190
|
} & RecordType>;
|
|
2242
2191
|
readonly prevent: boolean;
|
|
2192
|
+
readonly clearable: boolean;
|
|
2243
2193
|
readonly collapseDuration?: number | undefined;
|
|
2244
2194
|
readonly collapseTransition?: boolean | undefined;
|
|
2245
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2246
2195
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2247
2196
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2248
2197
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2198
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2249
2199
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2250
2200
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2251
2201
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2202
|
+
collapseDuration: {
|
|
2203
|
+
type: PropType<number>;
|
|
2204
|
+
default: undefined;
|
|
2205
|
+
};
|
|
2206
|
+
collapseTransition: {
|
|
2207
|
+
type: PropType<boolean>;
|
|
2208
|
+
default: undefined;
|
|
2209
|
+
};
|
|
2252
2210
|
columns: {
|
|
2253
2211
|
type: PropType<PlusColumn[]>;
|
|
2254
2212
|
default: () => never[];
|
|
@@ -2285,25 +2243,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2285
2243
|
type: PropType<boolean>;
|
|
2286
2244
|
default: boolean;
|
|
2287
2245
|
};
|
|
2288
|
-
|
|
2289
|
-
type: PropType<
|
|
2290
|
-
default: boolean;
|
|
2291
|
-
};
|
|
2292
|
-
colProps: {
|
|
2293
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
2294
|
-
style?: CSSProperties | undefined;
|
|
2295
|
-
class?: any;
|
|
2296
|
-
} & RecordType>>;
|
|
2246
|
+
defaultValues: {
|
|
2247
|
+
type: PropType<FieldValues>;
|
|
2297
2248
|
default: () => {};
|
|
2298
2249
|
};
|
|
2299
|
-
collapseDuration: {
|
|
2300
|
-
type: PropType<number>;
|
|
2301
|
-
default: undefined;
|
|
2302
|
-
};
|
|
2303
|
-
collapseTransition: {
|
|
2304
|
-
type: PropType<boolean>;
|
|
2305
|
-
default: undefined;
|
|
2306
|
-
};
|
|
2307
2250
|
rowProps: {
|
|
2308
2251
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
2309
2252
|
style?: CSSProperties | undefined;
|
|
@@ -2311,8 +2254,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2311
2254
|
} & RecordType>>;
|
|
2312
2255
|
default: () => {};
|
|
2313
2256
|
};
|
|
2314
|
-
|
|
2315
|
-
type: PropType<
|
|
2257
|
+
colProps: {
|
|
2258
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2259
|
+
style?: CSSProperties | undefined;
|
|
2260
|
+
class?: any;
|
|
2261
|
+
} & RecordType>>;
|
|
2316
2262
|
default: () => {};
|
|
2317
2263
|
};
|
|
2318
2264
|
hasErrorTip: {
|
|
@@ -2354,14 +2300,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2354
2300
|
type: PropType<boolean>;
|
|
2355
2301
|
default: boolean;
|
|
2356
2302
|
};
|
|
2303
|
+
clearable: {
|
|
2304
|
+
type: PropType<boolean>;
|
|
2305
|
+
default: boolean;
|
|
2306
|
+
};
|
|
2357
2307
|
}>> & {
|
|
2358
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2359
2308
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2360
2309
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2361
2310
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2311
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2362
2312
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2363
2313
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2364
|
-
}, "
|
|
2314
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2365
2315
|
$attrs: {
|
|
2366
2316
|
[x: string]: unknown;
|
|
2367
2317
|
};
|
|
@@ -2376,6 +2326,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2376
2326
|
$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
2327
|
$el: any;
|
|
2378
2328
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2329
|
+
collapseDuration: {
|
|
2330
|
+
type: PropType<number>;
|
|
2331
|
+
default: undefined;
|
|
2332
|
+
};
|
|
2333
|
+
collapseTransition: {
|
|
2334
|
+
type: PropType<boolean>;
|
|
2335
|
+
default: undefined;
|
|
2336
|
+
};
|
|
2379
2337
|
columns: {
|
|
2380
2338
|
type: PropType<PlusColumn[]>;
|
|
2381
2339
|
default: () => never[];
|
|
@@ -2412,25 +2370,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2412
2370
|
type: PropType<boolean>;
|
|
2413
2371
|
default: boolean;
|
|
2414
2372
|
};
|
|
2415
|
-
|
|
2416
|
-
type: PropType<
|
|
2417
|
-
default: boolean;
|
|
2418
|
-
};
|
|
2419
|
-
colProps: {
|
|
2420
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
2421
|
-
style?: CSSProperties | undefined;
|
|
2422
|
-
class?: any;
|
|
2423
|
-
} & RecordType>>;
|
|
2373
|
+
defaultValues: {
|
|
2374
|
+
type: PropType<FieldValues>;
|
|
2424
2375
|
default: () => {};
|
|
2425
2376
|
};
|
|
2426
|
-
collapseDuration: {
|
|
2427
|
-
type: PropType<number>;
|
|
2428
|
-
default: undefined;
|
|
2429
|
-
};
|
|
2430
|
-
collapseTransition: {
|
|
2431
|
-
type: PropType<boolean>;
|
|
2432
|
-
default: undefined;
|
|
2433
|
-
};
|
|
2434
2377
|
rowProps: {
|
|
2435
2378
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
2436
2379
|
style?: CSSProperties | undefined;
|
|
@@ -2438,8 +2381,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2438
2381
|
} & RecordType>>;
|
|
2439
2382
|
default: () => {};
|
|
2440
2383
|
};
|
|
2441
|
-
|
|
2442
|
-
type: PropType<
|
|
2384
|
+
colProps: {
|
|
2385
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2386
|
+
style?: CSSProperties | undefined;
|
|
2387
|
+
class?: any;
|
|
2388
|
+
} & RecordType>>;
|
|
2443
2389
|
default: () => {};
|
|
2444
2390
|
};
|
|
2445
2391
|
hasErrorTip: {
|
|
@@ -2481,11 +2427,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2481
2427
|
type: PropType<boolean>;
|
|
2482
2428
|
default: boolean;
|
|
2483
2429
|
};
|
|
2430
|
+
clearable: {
|
|
2431
|
+
type: PropType<boolean>;
|
|
2432
|
+
default: boolean;
|
|
2433
|
+
};
|
|
2484
2434
|
}>> & {
|
|
2485
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2486
2435
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2487
2436
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2488
2437
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2438
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2489
2439
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2490
2440
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2491
2441
|
}, {
|
|
@@ -2507,9 +2457,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2507
2457
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2508
2458
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2509
2459
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
2510
|
-
/**
|
|
2511
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
2512
|
-
*/
|
|
2513
2460
|
readonly scrollToError: BooleanConstructor;
|
|
2514
2461
|
readonly scrollIntoViewOptions: {
|
|
2515
2462
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -2536,7 +2483,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2536
2483
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2537
2484
|
__epPropKey: true;
|
|
2538
2485
|
};
|
|
2539
|
-
/** 表头筛选重置 */
|
|
2540
2486
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2541
2487
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2542
2488
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -2544,10 +2490,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2544
2490
|
readonly inline: BooleanConstructor;
|
|
2545
2491
|
readonly inlineMessage: BooleanConstructor;
|
|
2546
2492
|
readonly statusIcon: BooleanConstructor;
|
|
2547
|
-
/**
|
|
2548
|
-
* 计算属性:暴露 formRefs
|
|
2549
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
2550
|
-
*/
|
|
2551
2493
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2552
2494
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2553
2495
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -2623,9 +2565,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2623
2565
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2624
2566
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2625
2567
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
2626
|
-
/**
|
|
2627
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
2628
|
-
*/
|
|
2629
2568
|
readonly scrollToError: BooleanConstructor;
|
|
2630
2569
|
readonly scrollIntoViewOptions: {
|
|
2631
2570
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -2654,9 +2593,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2654
2593
|
readonly inlineMessage: boolean;
|
|
2655
2594
|
readonly statusIcon: boolean;
|
|
2656
2595
|
readonly hideRequiredAsterisk: boolean;
|
|
2657
|
-
/**
|
|
2658
|
-
* 组件卸载时清理 MutationObserver
|
|
2659
|
-
*/
|
|
2660
2596
|
readonly scrollToError: boolean;
|
|
2661
2597
|
}, true, {}, {}, {
|
|
2662
2598
|
P: {};
|
|
@@ -2683,9 +2619,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2683
2619
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2684
2620
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2685
2621
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
2686
|
-
/**
|
|
2687
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
2688
|
-
*/
|
|
2689
2622
|
readonly scrollToError: BooleanConstructor;
|
|
2690
2623
|
readonly scrollIntoViewOptions: {
|
|
2691
2624
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -2712,7 +2645,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2712
2645
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2713
2646
|
__epPropKey: true;
|
|
2714
2647
|
};
|
|
2715
|
-
/** 表头筛选重置 */
|
|
2716
2648
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2717
2649
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2718
2650
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -2720,10 +2652,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2720
2652
|
readonly inline: BooleanConstructor;
|
|
2721
2653
|
readonly inlineMessage: BooleanConstructor;
|
|
2722
2654
|
readonly statusIcon: BooleanConstructor;
|
|
2723
|
-
/**
|
|
2724
|
-
* 计算属性:暴露 formRefs
|
|
2725
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
2726
|
-
*/
|
|
2727
2655
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2728
2656
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2729
2657
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -2791,9 +2719,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2791
2719
|
readonly inlineMessage: boolean;
|
|
2792
2720
|
readonly statusIcon: boolean;
|
|
2793
2721
|
readonly hideRequiredAsterisk: boolean;
|
|
2794
|
-
/**
|
|
2795
|
-
* 组件卸载时清理 MutationObserver
|
|
2796
|
-
*/
|
|
2797
2722
|
readonly scrollToError: boolean;
|
|
2798
2723
|
}> | null>;
|
|
2799
2724
|
handleSubmit: () => void;
|
|
@@ -2806,6 +2731,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2806
2731
|
submitError: (errors: unknown) => void;
|
|
2807
2732
|
validate: (...args: any[]) => void;
|
|
2808
2733
|
}, string, {
|
|
2734
|
+
collapseDuration: number;
|
|
2735
|
+
collapseTransition: boolean;
|
|
2809
2736
|
columns: PlusColumn[];
|
|
2810
2737
|
group: false | PlusFormGroupRow[];
|
|
2811
2738
|
layout: "grid" | "flex";
|
|
@@ -2815,18 +2742,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2815
2742
|
labelWidth: string | number;
|
|
2816
2743
|
labelSuffix: string;
|
|
2817
2744
|
hasLabel: boolean;
|
|
2818
|
-
|
|
2819
|
-
|
|
2745
|
+
defaultValues: FieldValues;
|
|
2746
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2820
2747
|
style?: CSSProperties | undefined;
|
|
2821
2748
|
class?: any;
|
|
2822
2749
|
} & RecordType>;
|
|
2823
|
-
|
|
2824
|
-
collapseTransition: boolean;
|
|
2825
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
2750
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2826
2751
|
style?: CSSProperties | undefined;
|
|
2827
2752
|
class?: any;
|
|
2828
2753
|
} & RecordType>;
|
|
2829
|
-
defaultValues: FieldValues;
|
|
2830
2754
|
hasErrorTip: boolean;
|
|
2831
2755
|
hasFooter: boolean;
|
|
2832
2756
|
hasReset: boolean;
|
|
@@ -2839,6 +2763,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2839
2763
|
class?: any;
|
|
2840
2764
|
} & RecordType>;
|
|
2841
2765
|
prevent: boolean;
|
|
2766
|
+
clearable: boolean;
|
|
2842
2767
|
}, {}, string, {}> & {
|
|
2843
2768
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2844
2769
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2860,6 +2785,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2860
2785
|
$nextTick: typeof nextTick;
|
|
2861
2786
|
$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
2787
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2788
|
+
collapseDuration: {
|
|
2789
|
+
type: PropType<number>;
|
|
2790
|
+
default: undefined;
|
|
2791
|
+
};
|
|
2792
|
+
collapseTransition: {
|
|
2793
|
+
type: PropType<boolean>;
|
|
2794
|
+
default: undefined;
|
|
2795
|
+
};
|
|
2863
2796
|
columns: {
|
|
2864
2797
|
type: PropType<PlusColumn[]>;
|
|
2865
2798
|
default: () => never[];
|
|
@@ -2896,25 +2829,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2896
2829
|
type: PropType<boolean>;
|
|
2897
2830
|
default: boolean;
|
|
2898
2831
|
};
|
|
2899
|
-
|
|
2900
|
-
type: PropType<
|
|
2901
|
-
default: boolean;
|
|
2902
|
-
};
|
|
2903
|
-
colProps: {
|
|
2904
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
2905
|
-
style?: CSSProperties | undefined;
|
|
2906
|
-
class?: any;
|
|
2907
|
-
} & RecordType>>;
|
|
2832
|
+
defaultValues: {
|
|
2833
|
+
type: PropType<FieldValues>;
|
|
2908
2834
|
default: () => {};
|
|
2909
2835
|
};
|
|
2910
|
-
collapseDuration: {
|
|
2911
|
-
type: PropType<number>;
|
|
2912
|
-
default: undefined;
|
|
2913
|
-
};
|
|
2914
|
-
collapseTransition: {
|
|
2915
|
-
type: PropType<boolean>;
|
|
2916
|
-
default: undefined;
|
|
2917
|
-
};
|
|
2918
2836
|
rowProps: {
|
|
2919
2837
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
2920
2838
|
style?: CSSProperties | undefined;
|
|
@@ -2922,8 +2840,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2922
2840
|
} & RecordType>>;
|
|
2923
2841
|
default: () => {};
|
|
2924
2842
|
};
|
|
2925
|
-
|
|
2926
|
-
type: PropType<
|
|
2843
|
+
colProps: {
|
|
2844
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2845
|
+
style?: CSSProperties | undefined;
|
|
2846
|
+
class?: any;
|
|
2847
|
+
} & RecordType>>;
|
|
2927
2848
|
default: () => {};
|
|
2928
2849
|
};
|
|
2929
2850
|
hasErrorTip: {
|
|
@@ -2965,11 +2886,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2965
2886
|
type: PropType<boolean>;
|
|
2966
2887
|
default: boolean;
|
|
2967
2888
|
};
|
|
2889
|
+
clearable: {
|
|
2890
|
+
type: PropType<boolean>;
|
|
2891
|
+
default: boolean;
|
|
2892
|
+
};
|
|
2968
2893
|
}>> & {
|
|
2969
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2970
2894
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2971
2895
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2972
2896
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2897
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2973
2898
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2974
2899
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2975
2900
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -2991,9 +2916,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2991
2916
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2992
2917
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2993
2918
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
2994
|
-
/**
|
|
2995
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
2996
|
-
*/
|
|
2997
2919
|
readonly scrollToError: BooleanConstructor;
|
|
2998
2920
|
readonly scrollIntoViewOptions: {
|
|
2999
2921
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -3020,7 +2942,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3020
2942
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3021
2943
|
__epPropKey: true;
|
|
3022
2944
|
};
|
|
3023
|
-
/** 表头筛选重置 */
|
|
3024
2945
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3025
2946
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3026
2947
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -3028,10 +2949,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3028
2949
|
readonly inline: BooleanConstructor;
|
|
3029
2950
|
readonly inlineMessage: BooleanConstructor;
|
|
3030
2951
|
readonly statusIcon: BooleanConstructor;
|
|
3031
|
-
/**
|
|
3032
|
-
* 计算属性:暴露 formRefs
|
|
3033
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
3034
|
-
*/
|
|
3035
2952
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3036
2953
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3037
2954
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -3107,9 +3024,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3107
3024
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3108
3025
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3109
3026
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
3110
|
-
/**
|
|
3111
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
3112
|
-
*/
|
|
3113
3027
|
readonly scrollToError: BooleanConstructor;
|
|
3114
3028
|
readonly scrollIntoViewOptions: {
|
|
3115
3029
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -3138,9 +3052,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3138
3052
|
readonly inlineMessage: boolean;
|
|
3139
3053
|
readonly statusIcon: boolean;
|
|
3140
3054
|
readonly hideRequiredAsterisk: boolean;
|
|
3141
|
-
/**
|
|
3142
|
-
* 组件卸载时清理 MutationObserver
|
|
3143
|
-
*/
|
|
3144
3055
|
readonly scrollToError: boolean;
|
|
3145
3056
|
}, true, {}, {}, {
|
|
3146
3057
|
P: {};
|
|
@@ -3167,9 +3078,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3167
3078
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3168
3079
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3169
3080
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
3170
|
-
/**
|
|
3171
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
3172
|
-
*/
|
|
3173
3081
|
readonly scrollToError: BooleanConstructor;
|
|
3174
3082
|
readonly scrollIntoViewOptions: {
|
|
3175
3083
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -3196,7 +3104,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3196
3104
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3197
3105
|
__epPropKey: true;
|
|
3198
3106
|
};
|
|
3199
|
-
/** 表头筛选重置 */
|
|
3200
3107
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3201
3108
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3202
3109
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -3204,10 +3111,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3204
3111
|
readonly inline: BooleanConstructor;
|
|
3205
3112
|
readonly inlineMessage: BooleanConstructor;
|
|
3206
3113
|
readonly statusIcon: BooleanConstructor;
|
|
3207
|
-
/**
|
|
3208
|
-
* 计算属性:暴露 formRefs
|
|
3209
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
3210
|
-
*/
|
|
3211
3114
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3212
3115
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3213
3116
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -3275,9 +3178,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3275
3178
|
readonly inlineMessage: boolean;
|
|
3276
3179
|
readonly statusIcon: boolean;
|
|
3277
3180
|
readonly hideRequiredAsterisk: boolean;
|
|
3278
|
-
/**
|
|
3279
|
-
* 组件卸载时清理 MutationObserver
|
|
3280
|
-
*/
|
|
3281
3181
|
readonly scrollToError: boolean;
|
|
3282
3182
|
}> | null>;
|
|
3283
3183
|
handleSubmit: () => void;
|
|
@@ -3295,9 +3195,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3295
3195
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
3296
3196
|
columns?: PlusColumn[] | undefined;
|
|
3297
3197
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3298
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
3198
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3299
3199
|
readonly label: string | ComputedRef<string>;
|
|
3300
|
-
readonly modelValue: string | number | boolean |
|
|
3200
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3301
3201
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3302
3202
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3303
3203
|
style?: CSSProperties | undefined;
|
|
@@ -3315,7 +3215,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3315
3215
|
[index: number]: any;
|
|
3316
3216
|
[index: symbol]: any;
|
|
3317
3217
|
class: any;
|
|
3318
|
-
style: CSSProperties;
|
|
3218
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
3319
3219
|
modelModifiers: {
|
|
3320
3220
|
[index: string]: any;
|
|
3321
3221
|
lazy?: boolean | undefined;
|
|
@@ -3324,7 +3224,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3324
3224
|
};
|
|
3325
3225
|
rows: number;
|
|
3326
3226
|
autocomplete: string;
|
|
3327
|
-
type: "" | "number" | "default" | "
|
|
3227
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3328
3228
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3329
3229
|
step: string | number;
|
|
3330
3230
|
format: string | ProgressFn | undefined;
|
|
@@ -3369,7 +3269,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3369
3269
|
fieldInstance?: any;
|
|
3370
3270
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3371
3271
|
prop: string;
|
|
3372
|
-
modelValue: string | number | boolean |
|
|
3272
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3373
3273
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3374
3274
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3375
3275
|
style?: CSSProperties | undefined;
|
|
@@ -3403,9 +3303,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3403
3303
|
clearable: boolean;
|
|
3404
3304
|
index: number;
|
|
3405
3305
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3406
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
3306
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3407
3307
|
readonly label: string | ComputedRef<string>;
|
|
3408
|
-
readonly modelValue: string | number | boolean |
|
|
3308
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3409
3309
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3410
3310
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3411
3311
|
style?: CSSProperties | undefined;
|
|
@@ -3423,7 +3323,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3423
3323
|
[index: number]: any;
|
|
3424
3324
|
[index: symbol]: any;
|
|
3425
3325
|
class: any;
|
|
3426
|
-
style: CSSProperties;
|
|
3326
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
3427
3327
|
modelModifiers: {
|
|
3428
3328
|
[index: string]: any;
|
|
3429
3329
|
lazy?: boolean | undefined;
|
|
@@ -3432,7 +3332,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3432
3332
|
};
|
|
3433
3333
|
rows: number;
|
|
3434
3334
|
autocomplete: string;
|
|
3435
|
-
type: "" | "number" | "default" | "
|
|
3335
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3436
3336
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3437
3337
|
step: string | number;
|
|
3438
3338
|
format: string | ProgressFn | undefined;
|
|
@@ -3477,7 +3377,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3477
3377
|
fieldInstance?: any;
|
|
3478
3378
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3479
3379
|
prop: string;
|
|
3480
|
-
modelValue: string | number | boolean |
|
|
3380
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3481
3381
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3482
3382
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3483
3383
|
style?: CSSProperties | undefined;
|
|
@@ -3529,9 +3429,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3529
3429
|
handleUnfold: (e: MouseEvent) => void;
|
|
3530
3430
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3531
3431
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3532
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
3432
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3533
3433
|
readonly label: string | ComputedRef<string>;
|
|
3534
|
-
readonly modelValue: string | number | boolean |
|
|
3434
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3535
3435
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3536
3436
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3537
3437
|
style?: CSSProperties | undefined;
|
|
@@ -3549,7 +3449,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3549
3449
|
[index: number]: any;
|
|
3550
3450
|
[index: symbol]: any;
|
|
3551
3451
|
class: any;
|
|
3552
|
-
style: CSSProperties;
|
|
3452
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
3553
3453
|
modelModifiers: {
|
|
3554
3454
|
[index: string]: any;
|
|
3555
3455
|
lazy?: boolean | undefined;
|
|
@@ -3558,7 +3458,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3558
3458
|
};
|
|
3559
3459
|
rows: number;
|
|
3560
3460
|
autocomplete: string;
|
|
3561
|
-
type: "" | "number" | "default" | "
|
|
3461
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3562
3462
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3563
3463
|
step: string | number;
|
|
3564
3464
|
format: string | ProgressFn | undefined;
|
|
@@ -3603,7 +3503,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3603
3503
|
fieldInstance?: any;
|
|
3604
3504
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3605
3505
|
prop: string;
|
|
3606
|
-
modelValue: string | number | boolean |
|
|
3506
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3607
3507
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3608
3508
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3609
3509
|
style?: CSSProperties | undefined;
|
|
@@ -3650,8 +3550,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3650
3550
|
$: ComponentInternalInstance;
|
|
3651
3551
|
$data: {};
|
|
3652
3552
|
$props: Partial<{
|
|
3653
|
-
columns: PlusColumn[];
|
|
3654
3553
|
data: RecordType[];
|
|
3554
|
+
columns: PlusColumn[];
|
|
3655
3555
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
3656
3556
|
row: any[];
|
|
3657
3557
|
rowIndex: number;
|
|
@@ -3701,8 +3601,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3701
3601
|
};
|
|
3702
3602
|
columnsEmptyText: string;
|
|
3703
3603
|
}> & Omit<{
|
|
3704
|
-
readonly columns: PlusColumn[];
|
|
3705
3604
|
readonly data: RecordType[];
|
|
3605
|
+
readonly columns: PlusColumn[];
|
|
3706
3606
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
3707
3607
|
row: any[];
|
|
3708
3608
|
rowIndex: number;
|
|
@@ -3765,14 +3665,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3765
3665
|
onEdited?: (() => any) | undefined;
|
|
3766
3666
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3767
3667
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3768
|
-
columns: {
|
|
3769
|
-
type: PropType<PlusColumn[]>;
|
|
3770
|
-
default: () => never[];
|
|
3771
|
-
};
|
|
3772
3668
|
data: {
|
|
3773
3669
|
type: PropType< RecordType[]>;
|
|
3774
3670
|
default: () => never[];
|
|
3775
3671
|
};
|
|
3672
|
+
columns: {
|
|
3673
|
+
type: PropType<PlusColumn[]>;
|
|
3674
|
+
default: () => never[];
|
|
3675
|
+
};
|
|
3776
3676
|
height: {
|
|
3777
3677
|
type: PropType<string | number>;
|
|
3778
3678
|
};
|
|
@@ -3917,7 +3817,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3917
3817
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3918
3818
|
onEdited?: (() => any) | undefined;
|
|
3919
3819
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3920
|
-
}, "
|
|
3820
|
+
}, "data" | "columns" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive" | "columnsEmptyText">;
|
|
3921
3821
|
$attrs: {
|
|
3922
3822
|
[x: string]: unknown;
|
|
3923
3823
|
};
|
|
@@ -3932,14 +3832,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3932
3832
|
$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
3833
|
$el: any;
|
|
3934
3834
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3935
|
-
columns: {
|
|
3936
|
-
type: PropType<PlusColumn[]>;
|
|
3937
|
-
default: () => never[];
|
|
3938
|
-
};
|
|
3939
3835
|
data: {
|
|
3940
3836
|
type: PropType< RecordType[]>;
|
|
3941
3837
|
default: () => never[];
|
|
3942
3838
|
};
|
|
3839
|
+
columns: {
|
|
3840
|
+
type: PropType<PlusColumn[]>;
|
|
3841
|
+
default: () => never[];
|
|
3842
|
+
};
|
|
3943
3843
|
height: {
|
|
3944
3844
|
type: PropType<string | number>;
|
|
3945
3845
|
};
|
|
@@ -4097,9 +3997,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4097
3997
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4098
3998
|
__epPropKey: true;
|
|
4099
3999
|
};
|
|
4100
|
-
width: (
|
|
4101
|
-
height: (
|
|
4102
|
-
maxHeight: (
|
|
4000
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4001
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4002
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4103
4003
|
fit: {
|
|
4104
4004
|
type: BooleanConstructor;
|
|
4105
4005
|
default: boolean;
|
|
@@ -4123,13 +4023,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4123
4023
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4124
4024
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4125
4025
|
highlightCurrentRow: BooleanConstructor;
|
|
4126
|
-
currentRowKey: (
|
|
4026
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4127
4027
|
emptyText: StringConstructor;
|
|
4128
4028
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4129
4029
|
defaultExpandAll: BooleanConstructor;
|
|
4130
4030
|
defaultSort: PropType< Sort | undefined>;
|
|
4131
4031
|
tooltipEffect: StringConstructor;
|
|
4132
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4032
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4133
4033
|
spanMethod: PropType<((data: {
|
|
4134
4034
|
row: any;
|
|
4135
4035
|
rowIndex: number;
|
|
@@ -4173,7 +4073,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4173
4073
|
};
|
|
4174
4074
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4175
4075
|
flexible: BooleanConstructor;
|
|
4176
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4076
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4177
4077
|
}>> & {
|
|
4178
4078
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4179
4079
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4253,6 +4153,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4253
4153
|
context: Table<any>;
|
|
4254
4154
|
computedSumText: ComputedRef<string>;
|
|
4255
4155
|
computedEmptyText: ComputedRef<string>;
|
|
4156
|
+
/**
|
|
4157
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
4158
|
+
*/
|
|
4256
4159
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
4257
4160
|
scrollbarViewStyle: {
|
|
4258
4161
|
display: string;
|
|
@@ -4293,9 +4196,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4293
4196
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4294
4197
|
__epPropKey: true;
|
|
4295
4198
|
};
|
|
4296
|
-
width: (
|
|
4297
|
-
height: (
|
|
4298
|
-
maxHeight: (
|
|
4199
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4200
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4201
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4299
4202
|
fit: {
|
|
4300
4203
|
type: BooleanConstructor;
|
|
4301
4204
|
default: boolean;
|
|
@@ -4319,13 +4222,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4319
4222
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4320
4223
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4321
4224
|
highlightCurrentRow: BooleanConstructor;
|
|
4322
|
-
currentRowKey: (
|
|
4225
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4323
4226
|
emptyText: StringConstructor;
|
|
4324
4227
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4325
4228
|
defaultExpandAll: BooleanConstructor;
|
|
4326
4229
|
defaultSort: PropType< Sort | undefined>;
|
|
4327
4230
|
tooltipEffect: StringConstructor;
|
|
4328
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4231
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4329
4232
|
spanMethod: PropType<((data: {
|
|
4330
4233
|
row: any;
|
|
4331
4234
|
rowIndex: number;
|
|
@@ -4369,7 +4272,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4369
4272
|
};
|
|
4370
4273
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4371
4274
|
flexible: BooleanConstructor;
|
|
4372
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4275
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4373
4276
|
}>> & {
|
|
4374
4277
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4375
4278
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4428,9 +4331,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4428
4331
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4429
4332
|
__epPropKey: true;
|
|
4430
4333
|
};
|
|
4431
|
-
width: (
|
|
4432
|
-
height: (
|
|
4433
|
-
maxHeight: (
|
|
4334
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4335
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4336
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4434
4337
|
fit: {
|
|
4435
4338
|
type: BooleanConstructor;
|
|
4436
4339
|
default: boolean;
|
|
@@ -4454,13 +4357,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4454
4357
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4455
4358
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4456
4359
|
highlightCurrentRow: BooleanConstructor;
|
|
4457
|
-
currentRowKey: (
|
|
4360
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4458
4361
|
emptyText: StringConstructor;
|
|
4459
4362
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4460
4363
|
defaultExpandAll: BooleanConstructor;
|
|
4461
4364
|
defaultSort: PropType< Sort | undefined>;
|
|
4462
4365
|
tooltipEffect: StringConstructor;
|
|
4463
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4366
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4464
4367
|
spanMethod: PropType<((data: {
|
|
4465
4368
|
row: any;
|
|
4466
4369
|
rowIndex: number;
|
|
@@ -4504,7 +4407,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4504
4407
|
};
|
|
4505
4408
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4506
4409
|
flexible: BooleanConstructor;
|
|
4507
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4410
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4508
4411
|
}>> & {
|
|
4509
4412
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4510
4413
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4584,6 +4487,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4584
4487
|
context: Table<any>;
|
|
4585
4488
|
computedSumText: ComputedRef<string>;
|
|
4586
4489
|
computedEmptyText: ComputedRef<string>;
|
|
4490
|
+
/**
|
|
4491
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
4492
|
+
*/
|
|
4587
4493
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
4588
4494
|
scrollbarViewStyle: {
|
|
4589
4495
|
display: string;
|
|
@@ -4648,8 +4554,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4648
4554
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
4649
4555
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
4650
4556
|
}, string, {
|
|
4651
|
-
columns: PlusColumn[];
|
|
4652
4557
|
data: RecordType[];
|
|
4558
|
+
columns: PlusColumn[];
|
|
4653
4559
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
4654
4560
|
row: any[];
|
|
4655
4561
|
rowIndex: number;
|
|
@@ -4719,14 +4625,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4719
4625
|
$nextTick: typeof nextTick;
|
|
4720
4626
|
$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
4627
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
4722
|
-
columns: {
|
|
4723
|
-
type: PropType<PlusColumn[]>;
|
|
4724
|
-
default: () => never[];
|
|
4725
|
-
};
|
|
4726
4628
|
data: {
|
|
4727
4629
|
type: PropType< RecordType[]>;
|
|
4728
4630
|
default: () => never[];
|
|
4729
4631
|
};
|
|
4632
|
+
columns: {
|
|
4633
|
+
type: PropType<PlusColumn[]>;
|
|
4634
|
+
default: () => never[];
|
|
4635
|
+
};
|
|
4730
4636
|
height: {
|
|
4731
4637
|
type: PropType<string | number>;
|
|
4732
4638
|
};
|
|
@@ -4884,9 +4790,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4884
4790
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4885
4791
|
__epPropKey: true;
|
|
4886
4792
|
};
|
|
4887
|
-
width: (
|
|
4888
|
-
height: (
|
|
4889
|
-
maxHeight: (
|
|
4793
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4794
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4795
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4890
4796
|
fit: {
|
|
4891
4797
|
type: BooleanConstructor;
|
|
4892
4798
|
default: boolean;
|
|
@@ -4910,13 +4816,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4910
4816
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4911
4817
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4912
4818
|
highlightCurrentRow: BooleanConstructor;
|
|
4913
|
-
currentRowKey: (
|
|
4819
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4914
4820
|
emptyText: StringConstructor;
|
|
4915
4821
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4916
4822
|
defaultExpandAll: BooleanConstructor;
|
|
4917
4823
|
defaultSort: PropType< Sort | undefined>;
|
|
4918
4824
|
tooltipEffect: StringConstructor;
|
|
4919
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4825
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4920
4826
|
spanMethod: PropType<((data: {
|
|
4921
4827
|
row: any;
|
|
4922
4828
|
rowIndex: number;
|
|
@@ -4960,7 +4866,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4960
4866
|
};
|
|
4961
4867
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4962
4868
|
flexible: BooleanConstructor;
|
|
4963
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4869
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4964
4870
|
}>> & {
|
|
4965
4871
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4966
4872
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5040,6 +4946,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5040
4946
|
context: Table<any>;
|
|
5041
4947
|
computedSumText: ComputedRef<string>;
|
|
5042
4948
|
computedEmptyText: ComputedRef<string>;
|
|
4949
|
+
/**
|
|
4950
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
4951
|
+
*/
|
|
5043
4952
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
5044
4953
|
scrollbarViewStyle: {
|
|
5045
4954
|
display: string;
|
|
@@ -5080,9 +4989,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5080
4989
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5081
4990
|
__epPropKey: true;
|
|
5082
4991
|
};
|
|
5083
|
-
width: (
|
|
5084
|
-
height: (
|
|
5085
|
-
maxHeight: (
|
|
4992
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4993
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4994
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
5086
4995
|
fit: {
|
|
5087
4996
|
type: BooleanConstructor;
|
|
5088
4997
|
default: boolean;
|
|
@@ -5106,13 +5015,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5106
5015
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5107
5016
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5108
5017
|
highlightCurrentRow: BooleanConstructor;
|
|
5109
|
-
currentRowKey: (
|
|
5018
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
5110
5019
|
emptyText: StringConstructor;
|
|
5111
5020
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5112
5021
|
defaultExpandAll: BooleanConstructor;
|
|
5113
5022
|
defaultSort: PropType< Sort | undefined>;
|
|
5114
5023
|
tooltipEffect: StringConstructor;
|
|
5115
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5024
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5116
5025
|
spanMethod: PropType<((data: {
|
|
5117
5026
|
row: any;
|
|
5118
5027
|
rowIndex: number;
|
|
@@ -5156,7 +5065,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5156
5065
|
};
|
|
5157
5066
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5158
5067
|
flexible: BooleanConstructor;
|
|
5159
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5068
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5160
5069
|
}>> & {
|
|
5161
5070
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5162
5071
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5215,9 +5124,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5215
5124
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5216
5125
|
__epPropKey: true;
|
|
5217
5126
|
};
|
|
5218
|
-
width: (
|
|
5219
|
-
height: (
|
|
5220
|
-
maxHeight: (
|
|
5127
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
5128
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
5129
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
5221
5130
|
fit: {
|
|
5222
5131
|
type: BooleanConstructor;
|
|
5223
5132
|
default: boolean;
|
|
@@ -5241,13 +5150,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5241
5150
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5242
5151
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5243
5152
|
highlightCurrentRow: BooleanConstructor;
|
|
5244
|
-
currentRowKey: (
|
|
5153
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
5245
5154
|
emptyText: StringConstructor;
|
|
5246
5155
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5247
5156
|
defaultExpandAll: BooleanConstructor;
|
|
5248
5157
|
defaultSort: PropType< Sort | undefined>;
|
|
5249
5158
|
tooltipEffect: StringConstructor;
|
|
5250
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5159
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5251
5160
|
spanMethod: PropType<((data: {
|
|
5252
5161
|
row: any;
|
|
5253
5162
|
rowIndex: number;
|
|
@@ -5291,7 +5200,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5291
5200
|
};
|
|
5292
5201
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5293
5202
|
flexible: BooleanConstructor;
|
|
5294
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5203
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5295
5204
|
}>> & {
|
|
5296
5205
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5297
5206
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5371,6 +5280,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5371
5280
|
context: Table<any>;
|
|
5372
5281
|
computedSumText: ComputedRef<string>;
|
|
5373
5282
|
computedEmptyText: ComputedRef<string>;
|
|
5283
|
+
/**
|
|
5284
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
5285
|
+
*/
|
|
5374
5286
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
5375
5287
|
scrollbarViewStyle: {
|
|
5376
5288
|
display: string;
|
|
@@ -5462,8 +5374,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5462
5374
|
requestError: (error: unknown) => void;
|
|
5463
5375
|
requestComplete: (tableData: RecordType[]) => void;
|
|
5464
5376
|
}, string, {
|
|
5465
|
-
columns: PlusColumn[];
|
|
5466
|
-
immediate: boolean;
|
|
5467
5377
|
search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
5468
5378
|
style?: CSSProperties | undefined;
|
|
5469
5379
|
class?: any;
|
|
@@ -5472,6 +5382,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5472
5382
|
style?: CSSProperties | undefined;
|
|
5473
5383
|
class?: any;
|
|
5474
5384
|
}>;
|
|
5385
|
+
columns: PlusColumn[];
|
|
5386
|
+
immediate: boolean;
|
|
5475
5387
|
params: RecordType;
|
|
5476
5388
|
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
5477
5389
|
columnsEmptyText: string;
|
|
@@ -5515,15 +5427,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5515
5427
|
$nextTick: typeof nextTick;
|
|
5516
5428
|
$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
5429
|
} & 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
|
-
};
|
|
5527
5430
|
search: {
|
|
5528
5431
|
type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
5529
5432
|
style?: CSSProperties | undefined;
|
|
@@ -5538,6 +5441,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5538
5441
|
}>>;
|
|
5539
5442
|
default: () => {};
|
|
5540
5443
|
};
|
|
5444
|
+
columns: {
|
|
5445
|
+
type: PropType<PlusColumn[]>;
|
|
5446
|
+
required: true;
|
|
5447
|
+
default: () => never[];
|
|
5448
|
+
};
|
|
5449
|
+
immediate: {
|
|
5450
|
+
type: PropType<boolean>;
|
|
5451
|
+
default: boolean;
|
|
5452
|
+
};
|
|
5541
5453
|
params: {
|
|
5542
5454
|
type: PropType<RecordType>;
|
|
5543
5455
|
default: () => {};
|
|
@@ -5629,15 +5541,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5629
5541
|
labelPosition: "top" | "right" | "left";
|
|
5630
5542
|
inline: boolean;
|
|
5631
5543
|
showNumber: number;
|
|
5632
|
-
|
|
5544
|
+
defaultValues: FieldValues;
|
|
5545
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
5633
5546
|
style?: CSSProperties | undefined;
|
|
5634
5547
|
class?: any;
|
|
5635
5548
|
} & RecordType>;
|
|
5636
|
-
|
|
5549
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
5637
5550
|
style?: CSSProperties | undefined;
|
|
5638
5551
|
class?: any;
|
|
5639
5552
|
} & RecordType>;
|
|
5640
|
-
defaultValues: FieldValues;
|
|
5641
5553
|
hasFooter: boolean;
|
|
5642
5554
|
hasReset: boolean;
|
|
5643
5555
|
resetText: string;
|
|
@@ -5656,15 +5568,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5656
5568
|
readonly modelValue: FieldValues;
|
|
5657
5569
|
readonly inline: boolean;
|
|
5658
5570
|
readonly showNumber: number;
|
|
5659
|
-
readonly
|
|
5571
|
+
readonly defaultValues: FieldValues;
|
|
5572
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
5660
5573
|
style?: CSSProperties | undefined;
|
|
5661
5574
|
class?: any;
|
|
5662
5575
|
} & RecordType>;
|
|
5663
|
-
readonly
|
|
5576
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
5664
5577
|
style?: CSSProperties | undefined;
|
|
5665
5578
|
class?: any;
|
|
5666
5579
|
} & RecordType>;
|
|
5667
|
-
readonly defaultValues: FieldValues;
|
|
5668
5580
|
readonly hasFooter: boolean;
|
|
5669
5581
|
readonly hasReset: boolean;
|
|
5670
5582
|
readonly resetText: string;
|
|
@@ -5678,9 +5590,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5678
5590
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5679
5591
|
readonly searchIcon?: Component | null | undefined;
|
|
5680
5592
|
readonly resetIcon?: Component | null | undefined;
|
|
5681
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5682
5593
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5683
5594
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5595
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5684
5596
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5685
5597
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5686
5598
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
@@ -5708,32 +5620,32 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5708
5620
|
type: PropType<number>;
|
|
5709
5621
|
default: number;
|
|
5710
5622
|
};
|
|
5711
|
-
|
|
5712
|
-
type: PropType<
|
|
5623
|
+
defaultValues: {
|
|
5624
|
+
type: PropType<FieldValues>;
|
|
5625
|
+
default: () => {};
|
|
5626
|
+
};
|
|
5627
|
+
rowProps: {
|
|
5628
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
5713
5629
|
style?: CSSProperties | undefined;
|
|
5714
5630
|
class?: any;
|
|
5715
5631
|
} & RecordType>>;
|
|
5716
5632
|
default: () => {
|
|
5717
|
-
|
|
5718
|
-
sm: number;
|
|
5719
|
-
md: number;
|
|
5720
|
-
lg: number;
|
|
5721
|
-
xl: number;
|
|
5633
|
+
gutter: number;
|
|
5722
5634
|
};
|
|
5723
5635
|
};
|
|
5724
|
-
|
|
5725
|
-
type: PropType<Partial< Mutable<
|
|
5636
|
+
colProps: {
|
|
5637
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
5726
5638
|
style?: CSSProperties | undefined;
|
|
5727
5639
|
class?: any;
|
|
5728
5640
|
} & RecordType>>;
|
|
5729
5641
|
default: () => {
|
|
5730
|
-
|
|
5642
|
+
xs: number;
|
|
5643
|
+
sm: number;
|
|
5644
|
+
md: number;
|
|
5645
|
+
lg: number;
|
|
5646
|
+
xl: number;
|
|
5731
5647
|
};
|
|
5732
5648
|
};
|
|
5733
|
-
defaultValues: {
|
|
5734
|
-
type: PropType<FieldValues>;
|
|
5735
|
-
default: () => {};
|
|
5736
|
-
};
|
|
5737
5649
|
hasFooter: {
|
|
5738
5650
|
type: PropType<boolean>;
|
|
5739
5651
|
default: boolean;
|
|
@@ -5783,12 +5695,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5783
5695
|
default: undefined;
|
|
5784
5696
|
};
|
|
5785
5697
|
}>> & {
|
|
5786
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5787
5698
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5788
5699
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5700
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5789
5701
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5790
5702
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5791
|
-
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
5703
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
5792
5704
|
$attrs: {
|
|
5793
5705
|
[x: string]: unknown;
|
|
5794
5706
|
};
|
|
@@ -5800,7 +5712,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5800
5712
|
}>;
|
|
5801
5713
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5802
5714
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5803
|
-
$emit: ((event: "
|
|
5715
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
5804
5716
|
$el: any;
|
|
5805
5717
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5806
5718
|
columns: {
|
|
@@ -5827,6 +5739,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5827
5739
|
type: PropType<number>;
|
|
5828
5740
|
default: number;
|
|
5829
5741
|
};
|
|
5742
|
+
defaultValues: {
|
|
5743
|
+
type: PropType<FieldValues>;
|
|
5744
|
+
default: () => {};
|
|
5745
|
+
};
|
|
5746
|
+
rowProps: {
|
|
5747
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
5748
|
+
style?: CSSProperties | undefined;
|
|
5749
|
+
class?: any;
|
|
5750
|
+
} & RecordType>>;
|
|
5751
|
+
default: () => {
|
|
5752
|
+
gutter: number;
|
|
5753
|
+
};
|
|
5754
|
+
};
|
|
5830
5755
|
colProps: {
|
|
5831
5756
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
5832
5757
|
style?: CSSProperties | undefined;
|
|
@@ -5840,19 +5765,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5840
5765
|
xl: number;
|
|
5841
5766
|
};
|
|
5842
5767
|
};
|
|
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
5768
|
hasFooter: {
|
|
5857
5769
|
type: PropType<boolean>;
|
|
5858
5770
|
default: boolean;
|
|
@@ -5902,9 +5814,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5902
5814
|
default: undefined;
|
|
5903
5815
|
};
|
|
5904
5816
|
}>> & {
|
|
5905
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5906
5817
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5907
5818
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5819
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5908
5820
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5909
5821
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5910
5822
|
}, {
|
|
@@ -5912,6 +5824,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5912
5824
|
$: ComponentInternalInstance;
|
|
5913
5825
|
$data: {};
|
|
5914
5826
|
$props: Partial<{
|
|
5827
|
+
collapseDuration: number;
|
|
5828
|
+
collapseTransition: boolean;
|
|
5915
5829
|
columns: PlusColumn[];
|
|
5916
5830
|
group: false | PlusFormGroupRow[];
|
|
5917
5831
|
layout: "grid" | "flex";
|
|
@@ -5921,18 +5835,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5921
5835
|
labelWidth: string | number;
|
|
5922
5836
|
labelSuffix: string;
|
|
5923
5837
|
hasLabel: boolean;
|
|
5924
|
-
|
|
5925
|
-
|
|
5838
|
+
defaultValues: FieldValues;
|
|
5839
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
5926
5840
|
style?: CSSProperties | undefined;
|
|
5927
5841
|
class?: any;
|
|
5928
5842
|
} & RecordType>;
|
|
5929
|
-
|
|
5930
|
-
collapseTransition: boolean;
|
|
5931
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
5843
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
5932
5844
|
style?: CSSProperties | undefined;
|
|
5933
5845
|
class?: any;
|
|
5934
5846
|
} & RecordType>;
|
|
5935
|
-
defaultValues: FieldValues;
|
|
5936
5847
|
hasErrorTip: boolean;
|
|
5937
5848
|
hasFooter: boolean;
|
|
5938
5849
|
hasReset: boolean;
|
|
@@ -5945,6 +5856,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5945
5856
|
class?: any;
|
|
5946
5857
|
} & RecordType>;
|
|
5947
5858
|
prevent: boolean;
|
|
5859
|
+
clearable: boolean;
|
|
5948
5860
|
}> & Omit<{
|
|
5949
5861
|
readonly columns: PlusColumn[];
|
|
5950
5862
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -5955,16 +5867,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5955
5867
|
readonly labelWidth: string | number;
|
|
5956
5868
|
readonly labelSuffix: string;
|
|
5957
5869
|
readonly hasLabel: boolean;
|
|
5958
|
-
readonly
|
|
5959
|
-
readonly
|
|
5870
|
+
readonly defaultValues: FieldValues;
|
|
5871
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
5960
5872
|
style?: CSSProperties | undefined;
|
|
5961
5873
|
class?: any;
|
|
5962
5874
|
} & RecordType>;
|
|
5963
|
-
readonly
|
|
5875
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
5964
5876
|
style?: CSSProperties | undefined;
|
|
5965
5877
|
class?: any;
|
|
5966
5878
|
} & RecordType>;
|
|
5967
|
-
readonly defaultValues: FieldValues;
|
|
5968
5879
|
readonly hasErrorTip: boolean;
|
|
5969
5880
|
readonly hasFooter: boolean;
|
|
5970
5881
|
readonly hasReset: boolean;
|
|
@@ -5977,15 +5888,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5977
5888
|
class?: any;
|
|
5978
5889
|
} & RecordType>;
|
|
5979
5890
|
readonly prevent: boolean;
|
|
5891
|
+
readonly clearable: boolean;
|
|
5980
5892
|
readonly collapseDuration?: number | undefined;
|
|
5981
5893
|
readonly collapseTransition?: boolean | undefined;
|
|
5982
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5983
5894
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5984
5895
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5985
5896
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5897
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5986
5898
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5987
5899
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5988
5900
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5901
|
+
collapseDuration: {
|
|
5902
|
+
type: PropType<number>;
|
|
5903
|
+
default: undefined;
|
|
5904
|
+
};
|
|
5905
|
+
collapseTransition: {
|
|
5906
|
+
type: PropType<boolean>;
|
|
5907
|
+
default: undefined;
|
|
5908
|
+
};
|
|
5989
5909
|
columns: {
|
|
5990
5910
|
type: PropType<PlusColumn[]>;
|
|
5991
5911
|
default: () => never[];
|
|
@@ -6022,25 +5942,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6022
5942
|
type: PropType<boolean>;
|
|
6023
5943
|
default: boolean;
|
|
6024
5944
|
};
|
|
6025
|
-
|
|
6026
|
-
type: PropType<
|
|
6027
|
-
default: boolean;
|
|
6028
|
-
};
|
|
6029
|
-
colProps: {
|
|
6030
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
6031
|
-
style?: CSSProperties | undefined;
|
|
6032
|
-
class?: any;
|
|
6033
|
-
} & RecordType>>;
|
|
5945
|
+
defaultValues: {
|
|
5946
|
+
type: PropType<FieldValues>;
|
|
6034
5947
|
default: () => {};
|
|
6035
5948
|
};
|
|
6036
|
-
collapseDuration: {
|
|
6037
|
-
type: PropType<number>;
|
|
6038
|
-
default: undefined;
|
|
6039
|
-
};
|
|
6040
|
-
collapseTransition: {
|
|
6041
|
-
type: PropType<boolean>;
|
|
6042
|
-
default: undefined;
|
|
6043
|
-
};
|
|
6044
5949
|
rowProps: {
|
|
6045
5950
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
6046
5951
|
style?: CSSProperties | undefined;
|
|
@@ -6048,8 +5953,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6048
5953
|
} & RecordType>>;
|
|
6049
5954
|
default: () => {};
|
|
6050
5955
|
};
|
|
6051
|
-
|
|
6052
|
-
type: PropType<
|
|
5956
|
+
colProps: {
|
|
5957
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
5958
|
+
style?: CSSProperties | undefined;
|
|
5959
|
+
class?: any;
|
|
5960
|
+
} & RecordType>>;
|
|
6053
5961
|
default: () => {};
|
|
6054
5962
|
};
|
|
6055
5963
|
hasErrorTip: {
|
|
@@ -6091,14 +5999,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6091
5999
|
type: PropType<boolean>;
|
|
6092
6000
|
default: boolean;
|
|
6093
6001
|
};
|
|
6002
|
+
clearable: {
|
|
6003
|
+
type: PropType<boolean>;
|
|
6004
|
+
default: boolean;
|
|
6005
|
+
};
|
|
6094
6006
|
}>> & {
|
|
6095
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6096
6007
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6097
6008
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6098
6009
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6010
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6099
6011
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6100
6012
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6101
|
-
}, "
|
|
6013
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
6102
6014
|
$attrs: {
|
|
6103
6015
|
[x: string]: unknown;
|
|
6104
6016
|
};
|
|
@@ -6113,6 +6025,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6113
6025
|
$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
6026
|
$el: any;
|
|
6115
6027
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
6028
|
+
collapseDuration: {
|
|
6029
|
+
type: PropType<number>;
|
|
6030
|
+
default: undefined;
|
|
6031
|
+
};
|
|
6032
|
+
collapseTransition: {
|
|
6033
|
+
type: PropType<boolean>;
|
|
6034
|
+
default: undefined;
|
|
6035
|
+
};
|
|
6116
6036
|
columns: {
|
|
6117
6037
|
type: PropType<PlusColumn[]>;
|
|
6118
6038
|
default: () => never[];
|
|
@@ -6149,25 +6069,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6149
6069
|
type: PropType<boolean>;
|
|
6150
6070
|
default: boolean;
|
|
6151
6071
|
};
|
|
6152
|
-
|
|
6153
|
-
type: PropType<
|
|
6154
|
-
default: boolean;
|
|
6155
|
-
};
|
|
6156
|
-
colProps: {
|
|
6157
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
6158
|
-
style?: CSSProperties | undefined;
|
|
6159
|
-
class?: any;
|
|
6160
|
-
} & RecordType>>;
|
|
6072
|
+
defaultValues: {
|
|
6073
|
+
type: PropType<FieldValues>;
|
|
6161
6074
|
default: () => {};
|
|
6162
6075
|
};
|
|
6163
|
-
collapseDuration: {
|
|
6164
|
-
type: PropType<number>;
|
|
6165
|
-
default: undefined;
|
|
6166
|
-
};
|
|
6167
|
-
collapseTransition: {
|
|
6168
|
-
type: PropType<boolean>;
|
|
6169
|
-
default: undefined;
|
|
6170
|
-
};
|
|
6171
6076
|
rowProps: {
|
|
6172
6077
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
6173
6078
|
style?: CSSProperties | undefined;
|
|
@@ -6175,8 +6080,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6175
6080
|
} & RecordType>>;
|
|
6176
6081
|
default: () => {};
|
|
6177
6082
|
};
|
|
6178
|
-
|
|
6179
|
-
type: PropType<
|
|
6083
|
+
colProps: {
|
|
6084
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
6085
|
+
style?: CSSProperties | undefined;
|
|
6086
|
+
class?: any;
|
|
6087
|
+
} & RecordType>>;
|
|
6180
6088
|
default: () => {};
|
|
6181
6089
|
};
|
|
6182
6090
|
hasErrorTip: {
|
|
@@ -6218,11 +6126,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6218
6126
|
type: PropType<boolean>;
|
|
6219
6127
|
default: boolean;
|
|
6220
6128
|
};
|
|
6129
|
+
clearable: {
|
|
6130
|
+
type: PropType<boolean>;
|
|
6131
|
+
default: boolean;
|
|
6132
|
+
};
|
|
6221
6133
|
}>> & {
|
|
6222
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6223
6134
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6224
6135
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6225
6136
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6137
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6226
6138
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6227
6139
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6228
6140
|
}, {
|
|
@@ -6244,9 +6156,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6244
6156
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6245
6157
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6246
6158
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
6247
|
-
/**
|
|
6248
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
6249
|
-
*/
|
|
6250
6159
|
readonly scrollToError: BooleanConstructor;
|
|
6251
6160
|
readonly scrollIntoViewOptions: {
|
|
6252
6161
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -6273,7 +6182,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6273
6182
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6274
6183
|
__epPropKey: true;
|
|
6275
6184
|
};
|
|
6276
|
-
/** 表头筛选重置 */
|
|
6277
6185
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6278
6186
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6279
6187
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -6281,10 +6189,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6281
6189
|
readonly inline: BooleanConstructor;
|
|
6282
6190
|
readonly inlineMessage: BooleanConstructor;
|
|
6283
6191
|
readonly statusIcon: BooleanConstructor;
|
|
6284
|
-
/**
|
|
6285
|
-
* 计算属性:暴露 formRefs
|
|
6286
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
6287
|
-
*/
|
|
6288
6192
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6289
6193
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6290
6194
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -6360,9 +6264,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6360
6264
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6361
6265
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6362
6266
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
6363
|
-
/**
|
|
6364
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
6365
|
-
*/
|
|
6366
6267
|
readonly scrollToError: BooleanConstructor;
|
|
6367
6268
|
readonly scrollIntoViewOptions: {
|
|
6368
6269
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -6391,9 +6292,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6391
6292
|
readonly inlineMessage: boolean;
|
|
6392
6293
|
readonly statusIcon: boolean;
|
|
6393
6294
|
readonly hideRequiredAsterisk: boolean;
|
|
6394
|
-
/**
|
|
6395
|
-
* 组件卸载时清理 MutationObserver
|
|
6396
|
-
*/
|
|
6397
6295
|
readonly scrollToError: boolean;
|
|
6398
6296
|
}, true, {}, {}, {
|
|
6399
6297
|
P: {};
|
|
@@ -6420,9 +6318,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6420
6318
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6421
6319
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6422
6320
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
6423
|
-
/**
|
|
6424
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
6425
|
-
*/
|
|
6426
6321
|
readonly scrollToError: BooleanConstructor;
|
|
6427
6322
|
readonly scrollIntoViewOptions: {
|
|
6428
6323
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -6449,7 +6344,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6449
6344
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6450
6345
|
__epPropKey: true;
|
|
6451
6346
|
};
|
|
6452
|
-
/** 表头筛选重置 */
|
|
6453
6347
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6454
6348
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6455
6349
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -6457,10 +6351,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6457
6351
|
readonly inline: BooleanConstructor;
|
|
6458
6352
|
readonly inlineMessage: BooleanConstructor;
|
|
6459
6353
|
readonly statusIcon: BooleanConstructor;
|
|
6460
|
-
/**
|
|
6461
|
-
* 计算属性:暴露 formRefs
|
|
6462
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
6463
|
-
*/
|
|
6464
6354
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6465
6355
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6466
6356
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -6528,9 +6418,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6528
6418
|
readonly inlineMessage: boolean;
|
|
6529
6419
|
readonly statusIcon: boolean;
|
|
6530
6420
|
readonly hideRequiredAsterisk: boolean;
|
|
6531
|
-
/**
|
|
6532
|
-
* 组件卸载时清理 MutationObserver
|
|
6533
|
-
*/
|
|
6534
6421
|
readonly scrollToError: boolean;
|
|
6535
6422
|
}> | null>;
|
|
6536
6423
|
handleSubmit: () => void;
|
|
@@ -6543,6 +6430,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6543
6430
|
submitError: (errors: unknown) => void;
|
|
6544
6431
|
validate: (...args: any[]) => void;
|
|
6545
6432
|
}, string, {
|
|
6433
|
+
collapseDuration: number;
|
|
6434
|
+
collapseTransition: boolean;
|
|
6546
6435
|
columns: PlusColumn[];
|
|
6547
6436
|
group: false | PlusFormGroupRow[];
|
|
6548
6437
|
layout: "grid" | "flex";
|
|
@@ -6552,18 +6441,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6552
6441
|
labelWidth: string | number;
|
|
6553
6442
|
labelSuffix: string;
|
|
6554
6443
|
hasLabel: boolean;
|
|
6555
|
-
|
|
6556
|
-
|
|
6444
|
+
defaultValues: FieldValues;
|
|
6445
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
6557
6446
|
style?: CSSProperties | undefined;
|
|
6558
6447
|
class?: any;
|
|
6559
6448
|
} & RecordType>;
|
|
6560
|
-
|
|
6561
|
-
collapseTransition: boolean;
|
|
6562
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
6449
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
6563
6450
|
style?: CSSProperties | undefined;
|
|
6564
6451
|
class?: any;
|
|
6565
6452
|
} & RecordType>;
|
|
6566
|
-
defaultValues: FieldValues;
|
|
6567
6453
|
hasErrorTip: boolean;
|
|
6568
6454
|
hasFooter: boolean;
|
|
6569
6455
|
hasReset: boolean;
|
|
@@ -6576,6 +6462,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6576
6462
|
class?: any;
|
|
6577
6463
|
} & RecordType>;
|
|
6578
6464
|
prevent: boolean;
|
|
6465
|
+
clearable: boolean;
|
|
6579
6466
|
}, {}, string, {}> & {
|
|
6580
6467
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
6581
6468
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -6597,6 +6484,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6597
6484
|
$nextTick: typeof nextTick;
|
|
6598
6485
|
$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
6486
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6487
|
+
collapseDuration: {
|
|
6488
|
+
type: PropType<number>;
|
|
6489
|
+
default: undefined;
|
|
6490
|
+
};
|
|
6491
|
+
collapseTransition: {
|
|
6492
|
+
type: PropType<boolean>;
|
|
6493
|
+
default: undefined;
|
|
6494
|
+
};
|
|
6600
6495
|
columns: {
|
|
6601
6496
|
type: PropType<PlusColumn[]>;
|
|
6602
6497
|
default: () => never[];
|
|
@@ -6633,25 +6528,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6633
6528
|
type: PropType<boolean>;
|
|
6634
6529
|
default: boolean;
|
|
6635
6530
|
};
|
|
6636
|
-
|
|
6637
|
-
type: PropType<
|
|
6638
|
-
default: boolean;
|
|
6639
|
-
};
|
|
6640
|
-
colProps: {
|
|
6641
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
6642
|
-
style?: CSSProperties | undefined;
|
|
6643
|
-
class?: any;
|
|
6644
|
-
} & RecordType>>;
|
|
6531
|
+
defaultValues: {
|
|
6532
|
+
type: PropType<FieldValues>;
|
|
6645
6533
|
default: () => {};
|
|
6646
6534
|
};
|
|
6647
|
-
collapseDuration: {
|
|
6648
|
-
type: PropType<number>;
|
|
6649
|
-
default: undefined;
|
|
6650
|
-
};
|
|
6651
|
-
collapseTransition: {
|
|
6652
|
-
type: PropType<boolean>;
|
|
6653
|
-
default: undefined;
|
|
6654
|
-
};
|
|
6655
6535
|
rowProps: {
|
|
6656
6536
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
6657
6537
|
style?: CSSProperties | undefined;
|
|
@@ -6659,8 +6539,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6659
6539
|
} & RecordType>>;
|
|
6660
6540
|
default: () => {};
|
|
6661
6541
|
};
|
|
6662
|
-
|
|
6663
|
-
type: PropType<
|
|
6542
|
+
colProps: {
|
|
6543
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
6544
|
+
style?: CSSProperties | undefined;
|
|
6545
|
+
class?: any;
|
|
6546
|
+
} & RecordType>>;
|
|
6664
6547
|
default: () => {};
|
|
6665
6548
|
};
|
|
6666
6549
|
hasErrorTip: {
|
|
@@ -6702,11 +6585,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6702
6585
|
type: PropType<boolean>;
|
|
6703
6586
|
default: boolean;
|
|
6704
6587
|
};
|
|
6588
|
+
clearable: {
|
|
6589
|
+
type: PropType<boolean>;
|
|
6590
|
+
default: boolean;
|
|
6591
|
+
};
|
|
6705
6592
|
}>> & {
|
|
6706
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6707
6593
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6708
6594
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6709
6595
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6596
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6710
6597
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6711
6598
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6712
6599
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6728,9 +6615,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6728
6615
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6729
6616
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6730
6617
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
6731
|
-
/**
|
|
6732
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
6733
|
-
*/
|
|
6734
6618
|
readonly scrollToError: BooleanConstructor;
|
|
6735
6619
|
readonly scrollIntoViewOptions: {
|
|
6736
6620
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -6757,7 +6641,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6757
6641
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6758
6642
|
__epPropKey: true;
|
|
6759
6643
|
};
|
|
6760
|
-
/** 表头筛选重置 */
|
|
6761
6644
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6762
6645
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6763
6646
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -6765,10 +6648,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6765
6648
|
readonly inline: BooleanConstructor;
|
|
6766
6649
|
readonly inlineMessage: BooleanConstructor;
|
|
6767
6650
|
readonly statusIcon: BooleanConstructor;
|
|
6768
|
-
/**
|
|
6769
|
-
* 计算属性:暴露 formRefs
|
|
6770
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
6771
|
-
*/
|
|
6772
6651
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6773
6652
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6774
6653
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -6844,9 +6723,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6844
6723
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6845
6724
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6846
6725
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
6847
|
-
/**
|
|
6848
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
6849
|
-
*/
|
|
6850
6726
|
readonly scrollToError: BooleanConstructor;
|
|
6851
6727
|
readonly scrollIntoViewOptions: {
|
|
6852
6728
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -6875,9 +6751,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6875
6751
|
readonly inlineMessage: boolean;
|
|
6876
6752
|
readonly statusIcon: boolean;
|
|
6877
6753
|
readonly hideRequiredAsterisk: boolean;
|
|
6878
|
-
/**
|
|
6879
|
-
* 组件卸载时清理 MutationObserver
|
|
6880
|
-
*/
|
|
6881
6754
|
readonly scrollToError: boolean;
|
|
6882
6755
|
}, true, {}, {}, {
|
|
6883
6756
|
P: {};
|
|
@@ -6904,9 +6777,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6904
6777
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6905
6778
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6906
6779
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
6907
|
-
/**
|
|
6908
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
6909
|
-
*/
|
|
6910
6780
|
readonly scrollToError: BooleanConstructor;
|
|
6911
6781
|
readonly scrollIntoViewOptions: {
|
|
6912
6782
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -6933,7 +6803,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6933
6803
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6934
6804
|
__epPropKey: true;
|
|
6935
6805
|
};
|
|
6936
|
-
/** 表头筛选重置 */
|
|
6937
6806
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6938
6807
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6939
6808
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -6941,10 +6810,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6941
6810
|
readonly inline: BooleanConstructor;
|
|
6942
6811
|
readonly inlineMessage: BooleanConstructor;
|
|
6943
6812
|
readonly statusIcon: BooleanConstructor;
|
|
6944
|
-
/**
|
|
6945
|
-
* 计算属性:暴露 formRefs
|
|
6946
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
6947
|
-
*/
|
|
6948
6813
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6949
6814
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6950
6815
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -7012,9 +6877,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7012
6877
|
readonly inlineMessage: boolean;
|
|
7013
6878
|
readonly statusIcon: boolean;
|
|
7014
6879
|
readonly hideRequiredAsterisk: boolean;
|
|
7015
|
-
/**
|
|
7016
|
-
* 组件卸载时清理 MutationObserver
|
|
7017
|
-
*/
|
|
7018
6880
|
readonly scrollToError: boolean;
|
|
7019
6881
|
}> | null>;
|
|
7020
6882
|
handleSubmit: () => void;
|
|
@@ -7032,9 +6894,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7032
6894
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
7033
6895
|
columns?: PlusColumn[] | undefined;
|
|
7034
6896
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7035
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
6897
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
7036
6898
|
readonly label: string | ComputedRef<string>;
|
|
7037
|
-
readonly modelValue: string | number | boolean |
|
|
6899
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7038
6900
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7039
6901
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7040
6902
|
style?: CSSProperties | undefined;
|
|
@@ -7052,7 +6914,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7052
6914
|
[index: number]: any;
|
|
7053
6915
|
[index: symbol]: any;
|
|
7054
6916
|
class: any;
|
|
7055
|
-
style: CSSProperties;
|
|
6917
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
7056
6918
|
modelModifiers: {
|
|
7057
6919
|
[index: string]: any;
|
|
7058
6920
|
lazy?: boolean | undefined;
|
|
@@ -7061,7 +6923,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7061
6923
|
};
|
|
7062
6924
|
rows: number;
|
|
7063
6925
|
autocomplete: string;
|
|
7064
|
-
type: "" | "number" | "default" | "
|
|
6926
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
7065
6927
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7066
6928
|
step: string | number;
|
|
7067
6929
|
format: string | ProgressFn | undefined;
|
|
@@ -7106,7 +6968,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7106
6968
|
fieldInstance?: any;
|
|
7107
6969
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7108
6970
|
prop: string;
|
|
7109
|
-
modelValue: string | number | boolean |
|
|
6971
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7110
6972
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7111
6973
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7112
6974
|
style?: CSSProperties | undefined;
|
|
@@ -7140,9 +7002,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7140
7002
|
clearable: boolean;
|
|
7141
7003
|
index: number;
|
|
7142
7004
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7143
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
7005
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
7144
7006
|
readonly label: string | ComputedRef<string>;
|
|
7145
|
-
readonly modelValue: string | number | boolean |
|
|
7007
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7146
7008
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7147
7009
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7148
7010
|
style?: CSSProperties | undefined;
|
|
@@ -7160,7 +7022,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7160
7022
|
[index: number]: any;
|
|
7161
7023
|
[index: symbol]: any;
|
|
7162
7024
|
class: any;
|
|
7163
|
-
style: CSSProperties;
|
|
7025
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
7164
7026
|
modelModifiers: {
|
|
7165
7027
|
[index: string]: any;
|
|
7166
7028
|
lazy?: boolean | undefined;
|
|
@@ -7169,7 +7031,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7169
7031
|
};
|
|
7170
7032
|
rows: number;
|
|
7171
7033
|
autocomplete: string;
|
|
7172
|
-
type: "" | "number" | "default" | "
|
|
7034
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
7173
7035
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7174
7036
|
step: string | number;
|
|
7175
7037
|
format: string | ProgressFn | undefined;
|
|
@@ -7214,7 +7076,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7214
7076
|
fieldInstance?: any;
|
|
7215
7077
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7216
7078
|
prop: string;
|
|
7217
|
-
modelValue: string | number | boolean |
|
|
7079
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7218
7080
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7219
7081
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7220
7082
|
style?: CSSProperties | undefined;
|
|
@@ -7277,15 +7139,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7277
7139
|
labelPosition: "top" | "right" | "left";
|
|
7278
7140
|
inline: boolean;
|
|
7279
7141
|
showNumber: number;
|
|
7280
|
-
|
|
7142
|
+
defaultValues: FieldValues;
|
|
7143
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
7281
7144
|
style?: CSSProperties | undefined;
|
|
7282
7145
|
class?: any;
|
|
7283
7146
|
} & RecordType>;
|
|
7284
|
-
|
|
7147
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
7285
7148
|
style?: CSSProperties | undefined;
|
|
7286
7149
|
class?: any;
|
|
7287
7150
|
} & RecordType>;
|
|
7288
|
-
defaultValues: FieldValues;
|
|
7289
7151
|
hasFooter: boolean;
|
|
7290
7152
|
hasReset: boolean;
|
|
7291
7153
|
resetText: string;
|
|
@@ -7343,6 +7205,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7343
7205
|
type: PropType<number>;
|
|
7344
7206
|
default: number;
|
|
7345
7207
|
};
|
|
7208
|
+
defaultValues: {
|
|
7209
|
+
type: PropType<FieldValues>;
|
|
7210
|
+
default: () => {};
|
|
7211
|
+
};
|
|
7212
|
+
rowProps: {
|
|
7213
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
7214
|
+
style?: CSSProperties | undefined;
|
|
7215
|
+
class?: any;
|
|
7216
|
+
} & RecordType>>;
|
|
7217
|
+
default: () => {
|
|
7218
|
+
gutter: number;
|
|
7219
|
+
};
|
|
7220
|
+
};
|
|
7346
7221
|
colProps: {
|
|
7347
7222
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
7348
7223
|
style?: CSSProperties | undefined;
|
|
@@ -7356,19 +7231,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7356
7231
|
xl: number;
|
|
7357
7232
|
};
|
|
7358
7233
|
};
|
|
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
7234
|
hasFooter: {
|
|
7373
7235
|
type: PropType<boolean>;
|
|
7374
7236
|
default: boolean;
|
|
@@ -7418,9 +7280,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7418
7280
|
default: undefined;
|
|
7419
7281
|
};
|
|
7420
7282
|
}>> & {
|
|
7421
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7422
7283
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7423
7284
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7285
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7424
7286
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7425
7287
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7426
7288
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7428,6 +7290,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7428
7290
|
$: ComponentInternalInstance;
|
|
7429
7291
|
$data: {};
|
|
7430
7292
|
$props: Partial<{
|
|
7293
|
+
collapseDuration: number;
|
|
7294
|
+
collapseTransition: boolean;
|
|
7431
7295
|
columns: PlusColumn[];
|
|
7432
7296
|
group: false | PlusFormGroupRow[];
|
|
7433
7297
|
layout: "grid" | "flex";
|
|
@@ -7437,18 +7301,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7437
7301
|
labelWidth: string | number;
|
|
7438
7302
|
labelSuffix: string;
|
|
7439
7303
|
hasLabel: boolean;
|
|
7440
|
-
|
|
7441
|
-
|
|
7304
|
+
defaultValues: FieldValues;
|
|
7305
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
7442
7306
|
style?: CSSProperties | undefined;
|
|
7443
7307
|
class?: any;
|
|
7444
7308
|
} & RecordType>;
|
|
7445
|
-
|
|
7446
|
-
collapseTransition: boolean;
|
|
7447
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
7309
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
7448
7310
|
style?: CSSProperties | undefined;
|
|
7449
7311
|
class?: any;
|
|
7450
7312
|
} & RecordType>;
|
|
7451
|
-
defaultValues: FieldValues;
|
|
7452
7313
|
hasErrorTip: boolean;
|
|
7453
7314
|
hasFooter: boolean;
|
|
7454
7315
|
hasReset: boolean;
|
|
@@ -7461,6 +7322,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7461
7322
|
class?: any;
|
|
7462
7323
|
} & RecordType>;
|
|
7463
7324
|
prevent: boolean;
|
|
7325
|
+
clearable: boolean;
|
|
7464
7326
|
}> & Omit<{
|
|
7465
7327
|
readonly columns: PlusColumn[];
|
|
7466
7328
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -7471,16 +7333,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7471
7333
|
readonly labelWidth: string | number;
|
|
7472
7334
|
readonly labelSuffix: string;
|
|
7473
7335
|
readonly hasLabel: boolean;
|
|
7474
|
-
readonly
|
|
7475
|
-
readonly
|
|
7336
|
+
readonly defaultValues: FieldValues;
|
|
7337
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
7476
7338
|
style?: CSSProperties | undefined;
|
|
7477
7339
|
class?: any;
|
|
7478
7340
|
} & RecordType>;
|
|
7479
|
-
readonly
|
|
7341
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
7480
7342
|
style?: CSSProperties | undefined;
|
|
7481
7343
|
class?: any;
|
|
7482
7344
|
} & RecordType>;
|
|
7483
|
-
readonly defaultValues: FieldValues;
|
|
7484
7345
|
readonly hasErrorTip: boolean;
|
|
7485
7346
|
readonly hasFooter: boolean;
|
|
7486
7347
|
readonly hasReset: boolean;
|
|
@@ -7493,15 +7354,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7493
7354
|
class?: any;
|
|
7494
7355
|
} & RecordType>;
|
|
7495
7356
|
readonly prevent: boolean;
|
|
7357
|
+
readonly clearable: boolean;
|
|
7496
7358
|
readonly collapseDuration?: number | undefined;
|
|
7497
7359
|
readonly collapseTransition?: boolean | undefined;
|
|
7498
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7499
7360
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7500
7361
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7501
7362
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7363
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7502
7364
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7503
7365
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7504
7366
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7367
|
+
collapseDuration: {
|
|
7368
|
+
type: PropType<number>;
|
|
7369
|
+
default: undefined;
|
|
7370
|
+
};
|
|
7371
|
+
collapseTransition: {
|
|
7372
|
+
type: PropType<boolean>;
|
|
7373
|
+
default: undefined;
|
|
7374
|
+
};
|
|
7505
7375
|
columns: {
|
|
7506
7376
|
type: PropType<PlusColumn[]>;
|
|
7507
7377
|
default: () => never[];
|
|
@@ -7538,25 +7408,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7538
7408
|
type: PropType<boolean>;
|
|
7539
7409
|
default: boolean;
|
|
7540
7410
|
};
|
|
7541
|
-
|
|
7542
|
-
type: PropType<
|
|
7543
|
-
default: boolean;
|
|
7544
|
-
};
|
|
7545
|
-
colProps: {
|
|
7546
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
7547
|
-
style?: CSSProperties | undefined;
|
|
7548
|
-
class?: any;
|
|
7549
|
-
} & RecordType>>;
|
|
7411
|
+
defaultValues: {
|
|
7412
|
+
type: PropType<FieldValues>;
|
|
7550
7413
|
default: () => {};
|
|
7551
7414
|
};
|
|
7552
|
-
collapseDuration: {
|
|
7553
|
-
type: PropType<number>;
|
|
7554
|
-
default: undefined;
|
|
7555
|
-
};
|
|
7556
|
-
collapseTransition: {
|
|
7557
|
-
type: PropType<boolean>;
|
|
7558
|
-
default: undefined;
|
|
7559
|
-
};
|
|
7560
7415
|
rowProps: {
|
|
7561
7416
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
7562
7417
|
style?: CSSProperties | undefined;
|
|
@@ -7564,8 +7419,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7564
7419
|
} & RecordType>>;
|
|
7565
7420
|
default: () => {};
|
|
7566
7421
|
};
|
|
7567
|
-
|
|
7568
|
-
type: PropType<
|
|
7422
|
+
colProps: {
|
|
7423
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
7424
|
+
style?: CSSProperties | undefined;
|
|
7425
|
+
class?: any;
|
|
7426
|
+
} & RecordType>>;
|
|
7569
7427
|
default: () => {};
|
|
7570
7428
|
};
|
|
7571
7429
|
hasErrorTip: {
|
|
@@ -7607,14 +7465,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7607
7465
|
type: PropType<boolean>;
|
|
7608
7466
|
default: boolean;
|
|
7609
7467
|
};
|
|
7468
|
+
clearable: {
|
|
7469
|
+
type: PropType<boolean>;
|
|
7470
|
+
default: boolean;
|
|
7471
|
+
};
|
|
7610
7472
|
}>> & {
|
|
7611
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7612
7473
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7613
7474
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7614
7475
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7476
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7615
7477
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7616
7478
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7617
|
-
}, "
|
|
7479
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7618
7480
|
$attrs: {
|
|
7619
7481
|
[x: string]: unknown;
|
|
7620
7482
|
};
|
|
@@ -7629,6 +7491,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7629
7491
|
$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
7492
|
$el: any;
|
|
7631
7493
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7494
|
+
collapseDuration: {
|
|
7495
|
+
type: PropType<number>;
|
|
7496
|
+
default: undefined;
|
|
7497
|
+
};
|
|
7498
|
+
collapseTransition: {
|
|
7499
|
+
type: PropType<boolean>;
|
|
7500
|
+
default: undefined;
|
|
7501
|
+
};
|
|
7632
7502
|
columns: {
|
|
7633
7503
|
type: PropType<PlusColumn[]>;
|
|
7634
7504
|
default: () => never[];
|
|
@@ -7665,25 +7535,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7665
7535
|
type: PropType<boolean>;
|
|
7666
7536
|
default: boolean;
|
|
7667
7537
|
};
|
|
7668
|
-
|
|
7669
|
-
type: PropType<
|
|
7670
|
-
default: boolean;
|
|
7671
|
-
};
|
|
7672
|
-
colProps: {
|
|
7673
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
7674
|
-
style?: CSSProperties | undefined;
|
|
7675
|
-
class?: any;
|
|
7676
|
-
} & RecordType>>;
|
|
7538
|
+
defaultValues: {
|
|
7539
|
+
type: PropType<FieldValues>;
|
|
7677
7540
|
default: () => {};
|
|
7678
7541
|
};
|
|
7679
|
-
collapseDuration: {
|
|
7680
|
-
type: PropType<number>;
|
|
7681
|
-
default: undefined;
|
|
7682
|
-
};
|
|
7683
|
-
collapseTransition: {
|
|
7684
|
-
type: PropType<boolean>;
|
|
7685
|
-
default: undefined;
|
|
7686
|
-
};
|
|
7687
7542
|
rowProps: {
|
|
7688
7543
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
7689
7544
|
style?: CSSProperties | undefined;
|
|
@@ -7691,8 +7546,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7691
7546
|
} & RecordType>>;
|
|
7692
7547
|
default: () => {};
|
|
7693
7548
|
};
|
|
7694
|
-
|
|
7695
|
-
type: PropType<
|
|
7549
|
+
colProps: {
|
|
7550
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
7551
|
+
style?: CSSProperties | undefined;
|
|
7552
|
+
class?: any;
|
|
7553
|
+
} & RecordType>>;
|
|
7696
7554
|
default: () => {};
|
|
7697
7555
|
};
|
|
7698
7556
|
hasErrorTip: {
|
|
@@ -7734,11 +7592,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7734
7592
|
type: PropType<boolean>;
|
|
7735
7593
|
default: boolean;
|
|
7736
7594
|
};
|
|
7595
|
+
clearable: {
|
|
7596
|
+
type: PropType<boolean>;
|
|
7597
|
+
default: boolean;
|
|
7598
|
+
};
|
|
7737
7599
|
}>> & {
|
|
7738
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7739
7600
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7740
7601
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7741
7602
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7603
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7742
7604
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7743
7605
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7744
7606
|
}, {
|
|
@@ -7760,9 +7622,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7760
7622
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7761
7623
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7762
7624
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
7763
|
-
/**
|
|
7764
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
7765
|
-
*/
|
|
7766
7625
|
readonly scrollToError: BooleanConstructor;
|
|
7767
7626
|
readonly scrollIntoViewOptions: {
|
|
7768
7627
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -7789,7 +7648,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7789
7648
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7790
7649
|
__epPropKey: true;
|
|
7791
7650
|
};
|
|
7792
|
-
/** 表头筛选重置 */
|
|
7793
7651
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7794
7652
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7795
7653
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -7797,10 +7655,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7797
7655
|
readonly inline: BooleanConstructor;
|
|
7798
7656
|
readonly inlineMessage: BooleanConstructor;
|
|
7799
7657
|
readonly statusIcon: BooleanConstructor;
|
|
7800
|
-
/**
|
|
7801
|
-
* 计算属性:暴露 formRefs
|
|
7802
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
7803
|
-
*/
|
|
7804
7658
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7805
7659
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7806
7660
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -7876,9 +7730,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7876
7730
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7877
7731
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7878
7732
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
7879
|
-
/**
|
|
7880
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
7881
|
-
*/
|
|
7882
7733
|
readonly scrollToError: BooleanConstructor;
|
|
7883
7734
|
readonly scrollIntoViewOptions: {
|
|
7884
7735
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -7907,9 +7758,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7907
7758
|
readonly inlineMessage: boolean;
|
|
7908
7759
|
readonly statusIcon: boolean;
|
|
7909
7760
|
readonly hideRequiredAsterisk: boolean;
|
|
7910
|
-
/**
|
|
7911
|
-
* 组件卸载时清理 MutationObserver
|
|
7912
|
-
*/
|
|
7913
7761
|
readonly scrollToError: boolean;
|
|
7914
7762
|
}, true, {}, {}, {
|
|
7915
7763
|
P: {};
|
|
@@ -7936,9 +7784,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7936
7784
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7937
7785
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7938
7786
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
7939
|
-
/**
|
|
7940
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
7941
|
-
*/
|
|
7942
7787
|
readonly scrollToError: BooleanConstructor;
|
|
7943
7788
|
readonly scrollIntoViewOptions: {
|
|
7944
7789
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -7965,7 +7810,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7965
7810
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7966
7811
|
__epPropKey: true;
|
|
7967
7812
|
};
|
|
7968
|
-
/** 表头筛选重置 */
|
|
7969
7813
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7970
7814
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7971
7815
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -7973,10 +7817,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7973
7817
|
readonly inline: BooleanConstructor;
|
|
7974
7818
|
readonly inlineMessage: BooleanConstructor;
|
|
7975
7819
|
readonly statusIcon: BooleanConstructor;
|
|
7976
|
-
/**
|
|
7977
|
-
* 计算属性:暴露 formRefs
|
|
7978
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
7979
|
-
*/
|
|
7980
7820
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7981
7821
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7982
7822
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -8044,9 +7884,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8044
7884
|
readonly inlineMessage: boolean;
|
|
8045
7885
|
readonly statusIcon: boolean;
|
|
8046
7886
|
readonly hideRequiredAsterisk: boolean;
|
|
8047
|
-
/**
|
|
8048
|
-
* 组件卸载时清理 MutationObserver
|
|
8049
|
-
*/
|
|
8050
7887
|
readonly scrollToError: boolean;
|
|
8051
7888
|
}> | null>;
|
|
8052
7889
|
handleSubmit: () => void;
|
|
@@ -8059,6 +7896,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8059
7896
|
submitError: (errors: unknown) => void;
|
|
8060
7897
|
validate: (...args: any[]) => void;
|
|
8061
7898
|
}, string, {
|
|
7899
|
+
collapseDuration: number;
|
|
7900
|
+
collapseTransition: boolean;
|
|
8062
7901
|
columns: PlusColumn[];
|
|
8063
7902
|
group: false | PlusFormGroupRow[];
|
|
8064
7903
|
layout: "grid" | "flex";
|
|
@@ -8068,18 +7907,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8068
7907
|
labelWidth: string | number;
|
|
8069
7908
|
labelSuffix: string;
|
|
8070
7909
|
hasLabel: boolean;
|
|
8071
|
-
|
|
8072
|
-
|
|
7910
|
+
defaultValues: FieldValues;
|
|
7911
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
8073
7912
|
style?: CSSProperties | undefined;
|
|
8074
7913
|
class?: any;
|
|
8075
7914
|
} & RecordType>;
|
|
8076
|
-
|
|
8077
|
-
collapseTransition: boolean;
|
|
8078
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
7915
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
8079
7916
|
style?: CSSProperties | undefined;
|
|
8080
7917
|
class?: any;
|
|
8081
7918
|
} & RecordType>;
|
|
8082
|
-
defaultValues: FieldValues;
|
|
8083
7919
|
hasErrorTip: boolean;
|
|
8084
7920
|
hasFooter: boolean;
|
|
8085
7921
|
hasReset: boolean;
|
|
@@ -8092,6 +7928,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8092
7928
|
class?: any;
|
|
8093
7929
|
} & RecordType>;
|
|
8094
7930
|
prevent: boolean;
|
|
7931
|
+
clearable: boolean;
|
|
8095
7932
|
}, {}, string, {}> & {
|
|
8096
7933
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
8097
7934
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -8113,6 +7950,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8113
7950
|
$nextTick: typeof nextTick;
|
|
8114
7951
|
$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
7952
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7953
|
+
collapseDuration: {
|
|
7954
|
+
type: PropType<number>;
|
|
7955
|
+
default: undefined;
|
|
7956
|
+
};
|
|
7957
|
+
collapseTransition: {
|
|
7958
|
+
type: PropType<boolean>;
|
|
7959
|
+
default: undefined;
|
|
7960
|
+
};
|
|
8116
7961
|
columns: {
|
|
8117
7962
|
type: PropType<PlusColumn[]>;
|
|
8118
7963
|
default: () => never[];
|
|
@@ -8149,25 +7994,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8149
7994
|
type: PropType<boolean>;
|
|
8150
7995
|
default: boolean;
|
|
8151
7996
|
};
|
|
8152
|
-
|
|
8153
|
-
type: PropType<
|
|
8154
|
-
default: boolean;
|
|
8155
|
-
};
|
|
8156
|
-
colProps: {
|
|
8157
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
8158
|
-
style?: CSSProperties | undefined;
|
|
8159
|
-
class?: any;
|
|
8160
|
-
} & RecordType>>;
|
|
7997
|
+
defaultValues: {
|
|
7998
|
+
type: PropType<FieldValues>;
|
|
8161
7999
|
default: () => {};
|
|
8162
8000
|
};
|
|
8163
|
-
collapseDuration: {
|
|
8164
|
-
type: PropType<number>;
|
|
8165
|
-
default: undefined;
|
|
8166
|
-
};
|
|
8167
|
-
collapseTransition: {
|
|
8168
|
-
type: PropType<boolean>;
|
|
8169
|
-
default: undefined;
|
|
8170
|
-
};
|
|
8171
8001
|
rowProps: {
|
|
8172
8002
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
8173
8003
|
style?: CSSProperties | undefined;
|
|
@@ -8175,8 +8005,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8175
8005
|
} & RecordType>>;
|
|
8176
8006
|
default: () => {};
|
|
8177
8007
|
};
|
|
8178
|
-
|
|
8179
|
-
type: PropType<
|
|
8008
|
+
colProps: {
|
|
8009
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
8010
|
+
style?: CSSProperties | undefined;
|
|
8011
|
+
class?: any;
|
|
8012
|
+
} & RecordType>>;
|
|
8180
8013
|
default: () => {};
|
|
8181
8014
|
};
|
|
8182
8015
|
hasErrorTip: {
|
|
@@ -8218,11 +8051,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8218
8051
|
type: PropType<boolean>;
|
|
8219
8052
|
default: boolean;
|
|
8220
8053
|
};
|
|
8054
|
+
clearable: {
|
|
8055
|
+
type: PropType<boolean>;
|
|
8056
|
+
default: boolean;
|
|
8057
|
+
};
|
|
8221
8058
|
}>> & {
|
|
8222
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8223
8059
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8224
8060
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8225
8061
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
8062
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8226
8063
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
8227
8064
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
8228
8065
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8244,9 +8081,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8244
8081
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8245
8082
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8246
8083
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
8247
|
-
/**
|
|
8248
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
8249
|
-
*/
|
|
8250
8084
|
readonly scrollToError: BooleanConstructor;
|
|
8251
8085
|
readonly scrollIntoViewOptions: {
|
|
8252
8086
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -8273,7 +8107,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8273
8107
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8274
8108
|
__epPropKey: true;
|
|
8275
8109
|
};
|
|
8276
|
-
/** 表头筛选重置 */
|
|
8277
8110
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
8278
8111
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
8279
8112
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -8281,10 +8114,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8281
8114
|
readonly inline: BooleanConstructor;
|
|
8282
8115
|
readonly inlineMessage: BooleanConstructor;
|
|
8283
8116
|
readonly statusIcon: BooleanConstructor;
|
|
8284
|
-
/**
|
|
8285
|
-
* 计算属性:暴露 formRefs
|
|
8286
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
8287
|
-
*/
|
|
8288
8117
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8289
8118
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8290
8119
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -8360,9 +8189,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8360
8189
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8361
8190
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8362
8191
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
8363
|
-
/**
|
|
8364
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
8365
|
-
*/
|
|
8366
8192
|
readonly scrollToError: BooleanConstructor;
|
|
8367
8193
|
readonly scrollIntoViewOptions: {
|
|
8368
8194
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -8391,9 +8217,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8391
8217
|
readonly inlineMessage: boolean;
|
|
8392
8218
|
readonly statusIcon: boolean;
|
|
8393
8219
|
readonly hideRequiredAsterisk: boolean;
|
|
8394
|
-
/**
|
|
8395
|
-
* 组件卸载时清理 MutationObserver
|
|
8396
|
-
*/
|
|
8397
8220
|
readonly scrollToError: boolean;
|
|
8398
8221
|
}, true, {}, {}, {
|
|
8399
8222
|
P: {};
|
|
@@ -8420,9 +8243,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8420
8243
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8421
8244
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8422
8245
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
8423
|
-
/**
|
|
8424
|
-
* MutationObserver 实例,用于监听组件可见性变化
|
|
8425
|
-
*/
|
|
8426
8246
|
readonly scrollToError: BooleanConstructor;
|
|
8427
8247
|
readonly scrollIntoViewOptions: {
|
|
8428
8248
|
readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
|
|
@@ -8449,7 +8269,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8449
8269
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8450
8270
|
__epPropKey: true;
|
|
8451
8271
|
};
|
|
8452
|
-
/** 表头筛选重置 */
|
|
8453
8272
|
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
8454
8273
|
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
8455
8274
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
@@ -8457,10 +8276,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8457
8276
|
readonly inline: BooleanConstructor;
|
|
8458
8277
|
readonly inlineMessage: BooleanConstructor;
|
|
8459
8278
|
readonly statusIcon: BooleanConstructor;
|
|
8460
|
-
/**
|
|
8461
|
-
* 计算属性:暴露 formRefs
|
|
8462
|
-
* @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
|
|
8463
|
-
*/
|
|
8464
8279
|
readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8465
8280
|
readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8466
8281
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
@@ -8528,9 +8343,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8528
8343
|
readonly inlineMessage: boolean;
|
|
8529
8344
|
readonly statusIcon: boolean;
|
|
8530
8345
|
readonly hideRequiredAsterisk: boolean;
|
|
8531
|
-
/**
|
|
8532
|
-
* 组件卸载时清理 MutationObserver
|
|
8533
|
-
*/
|
|
8534
8346
|
readonly scrollToError: boolean;
|
|
8535
8347
|
}> | null>;
|
|
8536
8348
|
handleSubmit: () => void;
|
|
@@ -8548,9 +8360,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8548
8360
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8549
8361
|
columns?: PlusColumn[] | undefined;
|
|
8550
8362
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8551
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
8363
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8552
8364
|
readonly label: string | ComputedRef<string>;
|
|
8553
|
-
readonly modelValue: string | number | boolean |
|
|
8365
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8554
8366
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8555
8367
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8556
8368
|
style?: CSSProperties | undefined;
|
|
@@ -8568,7 +8380,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8568
8380
|
[index: number]: any;
|
|
8569
8381
|
[index: symbol]: any;
|
|
8570
8382
|
class: any;
|
|
8571
|
-
style: CSSProperties;
|
|
8383
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
8572
8384
|
modelModifiers: {
|
|
8573
8385
|
[index: string]: any;
|
|
8574
8386
|
lazy?: boolean | undefined;
|
|
@@ -8577,7 +8389,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8577
8389
|
};
|
|
8578
8390
|
rows: number;
|
|
8579
8391
|
autocomplete: string;
|
|
8580
|
-
type: "" | "number" | "default" | "
|
|
8392
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8581
8393
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8582
8394
|
step: string | number;
|
|
8583
8395
|
format: string | ProgressFn | undefined;
|
|
@@ -8622,7 +8434,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8622
8434
|
fieldInstance?: any;
|
|
8623
8435
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8624
8436
|
prop: string;
|
|
8625
|
-
modelValue: string | number | boolean |
|
|
8437
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8626
8438
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8627
8439
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8628
8440
|
style?: CSSProperties | undefined;
|
|
@@ -8656,9 +8468,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8656
8468
|
clearable: boolean;
|
|
8657
8469
|
index: number;
|
|
8658
8470
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8659
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
8471
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8660
8472
|
readonly label: string | ComputedRef<string>;
|
|
8661
|
-
readonly modelValue: string | number | boolean |
|
|
8473
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8662
8474
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8663
8475
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8664
8476
|
style?: CSSProperties | undefined;
|
|
@@ -8676,7 +8488,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8676
8488
|
[index: number]: any;
|
|
8677
8489
|
[index: symbol]: any;
|
|
8678
8490
|
class: any;
|
|
8679
|
-
style: CSSProperties;
|
|
8491
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
8680
8492
|
modelModifiers: {
|
|
8681
8493
|
[index: string]: any;
|
|
8682
8494
|
lazy?: boolean | undefined;
|
|
@@ -8685,7 +8497,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8685
8497
|
};
|
|
8686
8498
|
rows: number;
|
|
8687
8499
|
autocomplete: string;
|
|
8688
|
-
type: "" | "number" | "default" | "
|
|
8500
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8689
8501
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8690
8502
|
step: string | number;
|
|
8691
8503
|
format: string | ProgressFn | undefined;
|
|
@@ -8730,7 +8542,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8730
8542
|
fieldInstance?: any;
|
|
8731
8543
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8732
8544
|
prop: string;
|
|
8733
|
-
modelValue: string | number | boolean |
|
|
8545
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8734
8546
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8735
8547
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8736
8548
|
style?: CSSProperties | undefined;
|
|
@@ -8782,9 +8594,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8782
8594
|
handleUnfold: (e: MouseEvent) => void;
|
|
8783
8595
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8784
8596
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8785
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
8597
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8786
8598
|
readonly label: string | ComputedRef<string>;
|
|
8787
|
-
readonly modelValue: string | number | boolean |
|
|
8599
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8788
8600
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8789
8601
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8790
8602
|
style?: CSSProperties | undefined;
|
|
@@ -8802,7 +8614,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8802
8614
|
[index: number]: any;
|
|
8803
8615
|
[index: symbol]: any;
|
|
8804
8616
|
class: any;
|
|
8805
|
-
style: CSSProperties;
|
|
8617
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
8806
8618
|
modelModifiers: {
|
|
8807
8619
|
[index: string]: any;
|
|
8808
8620
|
lazy?: boolean | undefined;
|
|
@@ -8811,7 +8623,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8811
8623
|
};
|
|
8812
8624
|
rows: number;
|
|
8813
8625
|
autocomplete: string;
|
|
8814
|
-
type: "" | "number" | "default" | "
|
|
8626
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8815
8627
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8816
8628
|
step: string | number;
|
|
8817
8629
|
format: string | ProgressFn | undefined;
|
|
@@ -8856,7 +8668,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8856
8668
|
fieldInstance?: any;
|
|
8857
8669
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8858
8670
|
prop: string;
|
|
8859
|
-
modelValue: string | number | boolean |
|
|
8671
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8860
8672
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8861
8673
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8862
8674
|
style?: CSSProperties | undefined;
|
|
@@ -8903,8 +8715,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8903
8715
|
$: ComponentInternalInstance;
|
|
8904
8716
|
$data: {};
|
|
8905
8717
|
$props: Partial<{
|
|
8906
|
-
columns: PlusColumn[];
|
|
8907
8718
|
data: RecordType[];
|
|
8719
|
+
columns: PlusColumn[];
|
|
8908
8720
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
8909
8721
|
row: any[];
|
|
8910
8722
|
rowIndex: number;
|
|
@@ -8954,8 +8766,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8954
8766
|
};
|
|
8955
8767
|
columnsEmptyText: string;
|
|
8956
8768
|
}> & Omit<{
|
|
8957
|
-
readonly columns: PlusColumn[];
|
|
8958
8769
|
readonly data: RecordType[];
|
|
8770
|
+
readonly columns: PlusColumn[];
|
|
8959
8771
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
8960
8772
|
row: any[];
|
|
8961
8773
|
rowIndex: number;
|
|
@@ -9018,14 +8830,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9018
8830
|
onEdited?: (() => any) | undefined;
|
|
9019
8831
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
9020
8832
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
9021
|
-
columns: {
|
|
9022
|
-
type: PropType<PlusColumn[]>;
|
|
9023
|
-
default: () => never[];
|
|
9024
|
-
};
|
|
9025
8833
|
data: {
|
|
9026
8834
|
type: PropType< RecordType[]>;
|
|
9027
8835
|
default: () => never[];
|
|
9028
8836
|
};
|
|
8837
|
+
columns: {
|
|
8838
|
+
type: PropType<PlusColumn[]>;
|
|
8839
|
+
default: () => never[];
|
|
8840
|
+
};
|
|
9029
8841
|
height: {
|
|
9030
8842
|
type: PropType<string | number>;
|
|
9031
8843
|
};
|
|
@@ -9170,7 +8982,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9170
8982
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
9171
8983
|
onEdited?: (() => any) | undefined;
|
|
9172
8984
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
9173
|
-
}, "
|
|
8985
|
+
}, "data" | "columns" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive" | "columnsEmptyText">;
|
|
9174
8986
|
$attrs: {
|
|
9175
8987
|
[x: string]: unknown;
|
|
9176
8988
|
};
|
|
@@ -9185,14 +8997,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9185
8997
|
$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
8998
|
$el: any;
|
|
9187
8999
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
9188
|
-
columns: {
|
|
9189
|
-
type: PropType<PlusColumn[]>;
|
|
9190
|
-
default: () => never[];
|
|
9191
|
-
};
|
|
9192
9000
|
data: {
|
|
9193
9001
|
type: PropType< RecordType[]>;
|
|
9194
9002
|
default: () => never[];
|
|
9195
9003
|
};
|
|
9004
|
+
columns: {
|
|
9005
|
+
type: PropType<PlusColumn[]>;
|
|
9006
|
+
default: () => never[];
|
|
9007
|
+
};
|
|
9196
9008
|
height: {
|
|
9197
9009
|
type: PropType<string | number>;
|
|
9198
9010
|
};
|
|
@@ -9350,9 +9162,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9350
9162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9351
9163
|
__epPropKey: true;
|
|
9352
9164
|
};
|
|
9353
|
-
width: (
|
|
9354
|
-
height: (
|
|
9355
|
-
maxHeight: (
|
|
9165
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9166
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9167
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9356
9168
|
fit: {
|
|
9357
9169
|
type: BooleanConstructor;
|
|
9358
9170
|
default: boolean;
|
|
@@ -9376,13 +9188,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9376
9188
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9377
9189
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9378
9190
|
highlightCurrentRow: BooleanConstructor;
|
|
9379
|
-
currentRowKey: (
|
|
9191
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9380
9192
|
emptyText: StringConstructor;
|
|
9381
9193
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9382
9194
|
defaultExpandAll: BooleanConstructor;
|
|
9383
9195
|
defaultSort: PropType< Sort | undefined>;
|
|
9384
9196
|
tooltipEffect: StringConstructor;
|
|
9385
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9197
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9386
9198
|
spanMethod: PropType<((data: {
|
|
9387
9199
|
row: any;
|
|
9388
9200
|
rowIndex: number;
|
|
@@ -9426,7 +9238,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9426
9238
|
};
|
|
9427
9239
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9428
9240
|
flexible: BooleanConstructor;
|
|
9429
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9241
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9430
9242
|
}>> & {
|
|
9431
9243
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9432
9244
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9506,6 +9318,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9506
9318
|
context: Table<any>;
|
|
9507
9319
|
computedSumText: ComputedRef<string>;
|
|
9508
9320
|
computedEmptyText: ComputedRef<string>;
|
|
9321
|
+
/**
|
|
9322
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
9323
|
+
*/
|
|
9509
9324
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
9510
9325
|
scrollbarViewStyle: {
|
|
9511
9326
|
display: string;
|
|
@@ -9546,9 +9361,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9546
9361
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9547
9362
|
__epPropKey: true;
|
|
9548
9363
|
};
|
|
9549
|
-
width: (
|
|
9550
|
-
height: (
|
|
9551
|
-
maxHeight: (
|
|
9364
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9365
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9366
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9552
9367
|
fit: {
|
|
9553
9368
|
type: BooleanConstructor;
|
|
9554
9369
|
default: boolean;
|
|
@@ -9572,13 +9387,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9572
9387
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9573
9388
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9574
9389
|
highlightCurrentRow: BooleanConstructor;
|
|
9575
|
-
currentRowKey: (
|
|
9390
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9576
9391
|
emptyText: StringConstructor;
|
|
9577
9392
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9578
9393
|
defaultExpandAll: BooleanConstructor;
|
|
9579
9394
|
defaultSort: PropType< Sort | undefined>;
|
|
9580
9395
|
tooltipEffect: StringConstructor;
|
|
9581
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9396
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9582
9397
|
spanMethod: PropType<((data: {
|
|
9583
9398
|
row: any;
|
|
9584
9399
|
rowIndex: number;
|
|
@@ -9622,7 +9437,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9622
9437
|
};
|
|
9623
9438
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9624
9439
|
flexible: BooleanConstructor;
|
|
9625
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9440
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9626
9441
|
}>> & {
|
|
9627
9442
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9628
9443
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9681,9 +9496,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9681
9496
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9682
9497
|
__epPropKey: true;
|
|
9683
9498
|
};
|
|
9684
|
-
width: (
|
|
9685
|
-
height: (
|
|
9686
|
-
maxHeight: (
|
|
9499
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9500
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9501
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9687
9502
|
fit: {
|
|
9688
9503
|
type: BooleanConstructor;
|
|
9689
9504
|
default: boolean;
|
|
@@ -9707,13 +9522,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9707
9522
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9708
9523
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9709
9524
|
highlightCurrentRow: BooleanConstructor;
|
|
9710
|
-
currentRowKey: (
|
|
9525
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9711
9526
|
emptyText: StringConstructor;
|
|
9712
9527
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9713
9528
|
defaultExpandAll: BooleanConstructor;
|
|
9714
9529
|
defaultSort: PropType< Sort | undefined>;
|
|
9715
9530
|
tooltipEffect: StringConstructor;
|
|
9716
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9531
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9717
9532
|
spanMethod: PropType<((data: {
|
|
9718
9533
|
row: any;
|
|
9719
9534
|
rowIndex: number;
|
|
@@ -9757,7 +9572,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9757
9572
|
};
|
|
9758
9573
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9759
9574
|
flexible: BooleanConstructor;
|
|
9760
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9575
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9761
9576
|
}>> & {
|
|
9762
9577
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9763
9578
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9837,6 +9652,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9837
9652
|
context: Table<any>;
|
|
9838
9653
|
computedSumText: ComputedRef<string>;
|
|
9839
9654
|
computedEmptyText: ComputedRef<string>;
|
|
9655
|
+
/**
|
|
9656
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
9657
|
+
*/
|
|
9840
9658
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
9841
9659
|
scrollbarViewStyle: {
|
|
9842
9660
|
display: string;
|
|
@@ -9901,8 +9719,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9901
9719
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
9902
9720
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
9903
9721
|
}, string, {
|
|
9904
|
-
columns: PlusColumn[];
|
|
9905
9722
|
data: RecordType[];
|
|
9723
|
+
columns: PlusColumn[];
|
|
9906
9724
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
9907
9725
|
row: any[];
|
|
9908
9726
|
rowIndex: number;
|
|
@@ -9972,14 +9790,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9972
9790
|
$nextTick: typeof nextTick;
|
|
9973
9791
|
$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
9792
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
9975
|
-
columns: {
|
|
9976
|
-
type: PropType<PlusColumn[]>;
|
|
9977
|
-
default: () => never[];
|
|
9978
|
-
};
|
|
9979
9793
|
data: {
|
|
9980
9794
|
type: PropType< RecordType[]>;
|
|
9981
9795
|
default: () => never[];
|
|
9982
9796
|
};
|
|
9797
|
+
columns: {
|
|
9798
|
+
type: PropType<PlusColumn[]>;
|
|
9799
|
+
default: () => never[];
|
|
9800
|
+
};
|
|
9983
9801
|
height: {
|
|
9984
9802
|
type: PropType<string | number>;
|
|
9985
9803
|
};
|
|
@@ -10137,9 +9955,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10137
9955
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10138
9956
|
__epPropKey: true;
|
|
10139
9957
|
};
|
|
10140
|
-
width: (
|
|
10141
|
-
height: (
|
|
10142
|
-
maxHeight: (
|
|
9958
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9959
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9960
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
10143
9961
|
fit: {
|
|
10144
9962
|
type: BooleanConstructor;
|
|
10145
9963
|
default: boolean;
|
|
@@ -10163,13 +9981,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10163
9981
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10164
9982
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10165
9983
|
highlightCurrentRow: BooleanConstructor;
|
|
10166
|
-
currentRowKey: (
|
|
9984
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10167
9985
|
emptyText: StringConstructor;
|
|
10168
9986
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10169
9987
|
defaultExpandAll: BooleanConstructor;
|
|
10170
9988
|
defaultSort: PropType< Sort | undefined>;
|
|
10171
9989
|
tooltipEffect: StringConstructor;
|
|
10172
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9990
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10173
9991
|
spanMethod: PropType<((data: {
|
|
10174
9992
|
row: any;
|
|
10175
9993
|
rowIndex: number;
|
|
@@ -10213,7 +10031,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10213
10031
|
};
|
|
10214
10032
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10215
10033
|
flexible: BooleanConstructor;
|
|
10216
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10034
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10217
10035
|
}>> & {
|
|
10218
10036
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10219
10037
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10293,6 +10111,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10293
10111
|
context: Table<any>;
|
|
10294
10112
|
computedSumText: ComputedRef<string>;
|
|
10295
10113
|
computedEmptyText: ComputedRef<string>;
|
|
10114
|
+
/**
|
|
10115
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
10116
|
+
*/
|
|
10296
10117
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
10297
10118
|
scrollbarViewStyle: {
|
|
10298
10119
|
display: string;
|
|
@@ -10333,9 +10154,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10333
10154
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10334
10155
|
__epPropKey: true;
|
|
10335
10156
|
};
|
|
10336
|
-
width: (
|
|
10337
|
-
height: (
|
|
10338
|
-
maxHeight: (
|
|
10157
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
10158
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10159
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
10339
10160
|
fit: {
|
|
10340
10161
|
type: BooleanConstructor;
|
|
10341
10162
|
default: boolean;
|
|
@@ -10359,13 +10180,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10359
10180
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10360
10181
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10361
10182
|
highlightCurrentRow: BooleanConstructor;
|
|
10362
|
-
currentRowKey: (
|
|
10183
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10363
10184
|
emptyText: StringConstructor;
|
|
10364
10185
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10365
10186
|
defaultExpandAll: BooleanConstructor;
|
|
10366
10187
|
defaultSort: PropType< Sort | undefined>;
|
|
10367
10188
|
tooltipEffect: StringConstructor;
|
|
10368
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10189
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10369
10190
|
spanMethod: PropType<((data: {
|
|
10370
10191
|
row: any;
|
|
10371
10192
|
rowIndex: number;
|
|
@@ -10409,7 +10230,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10409
10230
|
};
|
|
10410
10231
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10411
10232
|
flexible: BooleanConstructor;
|
|
10412
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10233
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10413
10234
|
}>> & {
|
|
10414
10235
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10415
10236
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10468,9 +10289,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10468
10289
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10469
10290
|
__epPropKey: true;
|
|
10470
10291
|
};
|
|
10471
|
-
width: (
|
|
10472
|
-
height: (
|
|
10473
|
-
maxHeight: (
|
|
10292
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
10293
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10294
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
10474
10295
|
fit: {
|
|
10475
10296
|
type: BooleanConstructor;
|
|
10476
10297
|
default: boolean;
|
|
@@ -10494,13 +10315,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10494
10315
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10495
10316
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10496
10317
|
highlightCurrentRow: BooleanConstructor;
|
|
10497
|
-
currentRowKey: (
|
|
10318
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10498
10319
|
emptyText: StringConstructor;
|
|
10499
10320
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10500
10321
|
defaultExpandAll: BooleanConstructor;
|
|
10501
10322
|
defaultSort: PropType< Sort | undefined>;
|
|
10502
10323
|
tooltipEffect: StringConstructor;
|
|
10503
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10324
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10504
10325
|
spanMethod: PropType<((data: {
|
|
10505
10326
|
row: any;
|
|
10506
10327
|
rowIndex: number;
|
|
@@ -10544,7 +10365,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10544
10365
|
};
|
|
10545
10366
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10546
10367
|
flexible: BooleanConstructor;
|
|
10547
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10368
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10548
10369
|
}>> & {
|
|
10549
10370
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10550
10371
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10624,6 +10445,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10624
10445
|
context: Table<any>;
|
|
10625
10446
|
computedSumText: ComputedRef<string>;
|
|
10626
10447
|
computedEmptyText: ComputedRef<string>;
|
|
10448
|
+
/**
|
|
10449
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
10450
|
+
*/
|
|
10627
10451
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
10628
10452
|
scrollbarViewStyle: {
|
|
10629
10453
|
display: string;
|
|
@@ -10710,9 +10534,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10710
10534
|
setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
|
|
10711
10535
|
}> & {} & ComponentCustomProperties & {} & {
|
|
10712
10536
|
$slots: Partial<Record<never, (_: {
|
|
10713
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
10537
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
10714
10538
|
readonly label: string | ComputedRef<string>;
|
|
10715
|
-
readonly modelValue: string | number | boolean |
|
|
10539
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10716
10540
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10717
10541
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10718
10542
|
style?: CSSProperties | undefined;
|
|
@@ -10730,7 +10554,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10730
10554
|
[index: number]: any;
|
|
10731
10555
|
[index: symbol]: any;
|
|
10732
10556
|
class: any;
|
|
10733
|
-
style: CSSProperties;
|
|
10557
|
+
style: CSSProperties; /** 搜索卡片属性配置 */
|
|
10734
10558
|
modelModifiers: {
|
|
10735
10559
|
[index: string]: any;
|
|
10736
10560
|
lazy?: boolean | undefined;
|
|
@@ -10739,7 +10563,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10739
10563
|
};
|
|
10740
10564
|
rows: number;
|
|
10741
10565
|
autocomplete: string;
|
|
10742
|
-
type: "" | "number" | "default" | "
|
|
10566
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
10743
10567
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10744
10568
|
step: string | number;
|
|
10745
10569
|
format: string | ProgressFn | undefined;
|
|
@@ -10784,7 +10608,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10784
10608
|
fieldInstance?: any;
|
|
10785
10609
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10786
10610
|
prop: string;
|
|
10787
|
-
modelValue: string | number | boolean |
|
|
10611
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10788
10612
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10789
10613
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10790
10614
|
style?: CSSProperties | undefined;
|
|
@@ -10847,8 +10671,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10847
10671
|
$: ComponentInternalInstance;
|
|
10848
10672
|
$data: {};
|
|
10849
10673
|
$props: Partial<{
|
|
10850
|
-
columns: PlusColumn[];
|
|
10851
10674
|
data: RecordType[];
|
|
10675
|
+
columns: PlusColumn[];
|
|
10852
10676
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
10853
10677
|
row: any[];
|
|
10854
10678
|
rowIndex: number;
|
|
@@ -10898,8 +10722,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10898
10722
|
};
|
|
10899
10723
|
columnsEmptyText: string;
|
|
10900
10724
|
}> & Omit<{
|
|
10901
|
-
readonly columns: PlusColumn[];
|
|
10902
10725
|
readonly data: RecordType[];
|
|
10726
|
+
readonly columns: PlusColumn[];
|
|
10903
10727
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
10904
10728
|
row: any[];
|
|
10905
10729
|
rowIndex: number;
|
|
@@ -10962,14 +10786,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10962
10786
|
onEdited?: (() => any) | undefined;
|
|
10963
10787
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
10964
10788
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
10965
|
-
columns: {
|
|
10966
|
-
type: PropType<PlusColumn[]>;
|
|
10967
|
-
default: () => never[];
|
|
10968
|
-
};
|
|
10969
10789
|
data: {
|
|
10970
10790
|
type: PropType< RecordType[]>;
|
|
10971
10791
|
default: () => never[];
|
|
10972
10792
|
};
|
|
10793
|
+
columns: {
|
|
10794
|
+
type: PropType<PlusColumn[]>;
|
|
10795
|
+
default: () => never[];
|
|
10796
|
+
};
|
|
10973
10797
|
height: {
|
|
10974
10798
|
type: PropType<string | number>;
|
|
10975
10799
|
};
|
|
@@ -11114,7 +10938,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11114
10938
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
11115
10939
|
onEdited?: (() => any) | undefined;
|
|
11116
10940
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
11117
|
-
}, "
|
|
10941
|
+
}, "data" | "columns" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive" | "columnsEmptyText">;
|
|
11118
10942
|
$attrs: {
|
|
11119
10943
|
[x: string]: unknown;
|
|
11120
10944
|
};
|
|
@@ -11129,14 +10953,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11129
10953
|
$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
10954
|
$el: any;
|
|
11131
10955
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
11132
|
-
columns: {
|
|
11133
|
-
type: PropType<PlusColumn[]>;
|
|
11134
|
-
default: () => never[];
|
|
11135
|
-
};
|
|
11136
10956
|
data: {
|
|
11137
10957
|
type: PropType< RecordType[]>;
|
|
11138
10958
|
default: () => never[];
|
|
11139
10959
|
};
|
|
10960
|
+
columns: {
|
|
10961
|
+
type: PropType<PlusColumn[]>;
|
|
10962
|
+
default: () => never[];
|
|
10963
|
+
};
|
|
11140
10964
|
height: {
|
|
11141
10965
|
type: PropType<string | number>;
|
|
11142
10966
|
};
|
|
@@ -11294,9 +11118,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11294
11118
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11295
11119
|
__epPropKey: true;
|
|
11296
11120
|
};
|
|
11297
|
-
width: (
|
|
11298
|
-
height: (
|
|
11299
|
-
maxHeight: (
|
|
11121
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11122
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11123
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11300
11124
|
fit: {
|
|
11301
11125
|
type: BooleanConstructor;
|
|
11302
11126
|
default: boolean;
|
|
@@ -11320,13 +11144,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11320
11144
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11321
11145
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11322
11146
|
highlightCurrentRow: BooleanConstructor;
|
|
11323
|
-
currentRowKey: (
|
|
11147
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11324
11148
|
emptyText: StringConstructor;
|
|
11325
11149
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11326
11150
|
defaultExpandAll: BooleanConstructor;
|
|
11327
11151
|
defaultSort: PropType< Sort | undefined>;
|
|
11328
11152
|
tooltipEffect: StringConstructor;
|
|
11329
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11153
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11330
11154
|
spanMethod: PropType<((data: {
|
|
11331
11155
|
row: any;
|
|
11332
11156
|
rowIndex: number;
|
|
@@ -11370,7 +11194,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11370
11194
|
};
|
|
11371
11195
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11372
11196
|
flexible: BooleanConstructor;
|
|
11373
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11197
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11374
11198
|
}>> & {
|
|
11375
11199
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11376
11200
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11450,6 +11274,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11450
11274
|
context: Table<any>;
|
|
11451
11275
|
computedSumText: ComputedRef<string>;
|
|
11452
11276
|
computedEmptyText: ComputedRef<string>;
|
|
11277
|
+
/**
|
|
11278
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
11279
|
+
*/
|
|
11453
11280
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
11454
11281
|
scrollbarViewStyle: {
|
|
11455
11282
|
display: string;
|
|
@@ -11490,9 +11317,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11490
11317
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11491
11318
|
__epPropKey: true;
|
|
11492
11319
|
};
|
|
11493
|
-
width: (
|
|
11494
|
-
height: (
|
|
11495
|
-
maxHeight: (
|
|
11320
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11321
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11322
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11496
11323
|
fit: {
|
|
11497
11324
|
type: BooleanConstructor;
|
|
11498
11325
|
default: boolean;
|
|
@@ -11516,13 +11343,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11516
11343
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11517
11344
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11518
11345
|
highlightCurrentRow: BooleanConstructor;
|
|
11519
|
-
currentRowKey: (
|
|
11346
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11520
11347
|
emptyText: StringConstructor;
|
|
11521
11348
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11522
11349
|
defaultExpandAll: BooleanConstructor;
|
|
11523
11350
|
defaultSort: PropType< Sort | undefined>;
|
|
11524
11351
|
tooltipEffect: StringConstructor;
|
|
11525
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11352
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11526
11353
|
spanMethod: PropType<((data: {
|
|
11527
11354
|
row: any;
|
|
11528
11355
|
rowIndex: number;
|
|
@@ -11566,7 +11393,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11566
11393
|
};
|
|
11567
11394
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11568
11395
|
flexible: BooleanConstructor;
|
|
11569
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11396
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11570
11397
|
}>> & {
|
|
11571
11398
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11572
11399
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11625,9 +11452,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11625
11452
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11626
11453
|
__epPropKey: true;
|
|
11627
11454
|
};
|
|
11628
|
-
width: (
|
|
11629
|
-
height: (
|
|
11630
|
-
maxHeight: (
|
|
11455
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11456
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11457
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11631
11458
|
fit: {
|
|
11632
11459
|
type: BooleanConstructor;
|
|
11633
11460
|
default: boolean;
|
|
@@ -11651,13 +11478,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11651
11478
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11652
11479
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11653
11480
|
highlightCurrentRow: BooleanConstructor;
|
|
11654
|
-
currentRowKey: (
|
|
11481
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11655
11482
|
emptyText: StringConstructor;
|
|
11656
11483
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11657
11484
|
defaultExpandAll: BooleanConstructor;
|
|
11658
11485
|
defaultSort: PropType< Sort | undefined>;
|
|
11659
11486
|
tooltipEffect: StringConstructor;
|
|
11660
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11487
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11661
11488
|
spanMethod: PropType<((data: {
|
|
11662
11489
|
row: any;
|
|
11663
11490
|
rowIndex: number;
|
|
@@ -11701,7 +11528,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11701
11528
|
};
|
|
11702
11529
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11703
11530
|
flexible: BooleanConstructor;
|
|
11704
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11531
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11705
11532
|
}>> & {
|
|
11706
11533
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11707
11534
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11781,6 +11608,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11781
11608
|
context: Table<any>;
|
|
11782
11609
|
computedSumText: ComputedRef<string>;
|
|
11783
11610
|
computedEmptyText: ComputedRef<string>;
|
|
11611
|
+
/**
|
|
11612
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
11613
|
+
*/
|
|
11784
11614
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
11785
11615
|
scrollbarViewStyle: {
|
|
11786
11616
|
display: string;
|
|
@@ -11845,8 +11675,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11845
11675
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
11846
11676
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
11847
11677
|
}, string, {
|
|
11848
|
-
columns: PlusColumn[];
|
|
11849
11678
|
data: RecordType[];
|
|
11679
|
+
columns: PlusColumn[];
|
|
11850
11680
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
11851
11681
|
row: any[];
|
|
11852
11682
|
rowIndex: number;
|
|
@@ -11916,14 +11746,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11916
11746
|
$nextTick: typeof nextTick;
|
|
11917
11747
|
$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
11748
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
11919
|
-
columns: {
|
|
11920
|
-
type: PropType<PlusColumn[]>;
|
|
11921
|
-
default: () => never[];
|
|
11922
|
-
};
|
|
11923
11749
|
data: {
|
|
11924
11750
|
type: PropType< RecordType[]>;
|
|
11925
11751
|
default: () => never[];
|
|
11926
11752
|
};
|
|
11753
|
+
columns: {
|
|
11754
|
+
type: PropType<PlusColumn[]>;
|
|
11755
|
+
default: () => never[];
|
|
11756
|
+
};
|
|
11927
11757
|
height: {
|
|
11928
11758
|
type: PropType<string | number>;
|
|
11929
11759
|
};
|
|
@@ -12081,9 +11911,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12081
11911
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12082
11912
|
__epPropKey: true;
|
|
12083
11913
|
};
|
|
12084
|
-
width: (
|
|
12085
|
-
height: (
|
|
12086
|
-
maxHeight: (
|
|
11914
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11915
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11916
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12087
11917
|
fit: {
|
|
12088
11918
|
type: BooleanConstructor;
|
|
12089
11919
|
default: boolean;
|
|
@@ -12107,13 +11937,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12107
11937
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12108
11938
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12109
11939
|
highlightCurrentRow: BooleanConstructor;
|
|
12110
|
-
currentRowKey: (
|
|
11940
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12111
11941
|
emptyText: StringConstructor;
|
|
12112
11942
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12113
11943
|
defaultExpandAll: BooleanConstructor;
|
|
12114
11944
|
defaultSort: PropType< Sort | undefined>;
|
|
12115
11945
|
tooltipEffect: StringConstructor;
|
|
12116
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11946
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12117
11947
|
spanMethod: PropType<((data: {
|
|
12118
11948
|
row: any;
|
|
12119
11949
|
rowIndex: number;
|
|
@@ -12157,7 +11987,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12157
11987
|
};
|
|
12158
11988
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12159
11989
|
flexible: BooleanConstructor;
|
|
12160
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11990
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12161
11991
|
}>> & {
|
|
12162
11992
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12163
11993
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12237,6 +12067,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12237
12067
|
context: Table<any>;
|
|
12238
12068
|
computedSumText: ComputedRef<string>;
|
|
12239
12069
|
computedEmptyText: ComputedRef<string>;
|
|
12070
|
+
/**
|
|
12071
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
12072
|
+
*/
|
|
12240
12073
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
12241
12074
|
scrollbarViewStyle: {
|
|
12242
12075
|
display: string;
|
|
@@ -12277,9 +12110,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12277
12110
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12278
12111
|
__epPropKey: true;
|
|
12279
12112
|
};
|
|
12280
|
-
width: (
|
|
12281
|
-
height: (
|
|
12282
|
-
maxHeight: (
|
|
12113
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12114
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12115
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12283
12116
|
fit: {
|
|
12284
12117
|
type: BooleanConstructor;
|
|
12285
12118
|
default: boolean;
|
|
@@ -12303,13 +12136,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12303
12136
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12304
12137
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12305
12138
|
highlightCurrentRow: BooleanConstructor;
|
|
12306
|
-
currentRowKey: (
|
|
12139
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12307
12140
|
emptyText: StringConstructor;
|
|
12308
12141
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12309
12142
|
defaultExpandAll: BooleanConstructor;
|
|
12310
12143
|
defaultSort: PropType< Sort | undefined>;
|
|
12311
12144
|
tooltipEffect: StringConstructor;
|
|
12312
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12145
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12313
12146
|
spanMethod: PropType<((data: {
|
|
12314
12147
|
row: any;
|
|
12315
12148
|
rowIndex: number;
|
|
@@ -12353,7 +12186,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12353
12186
|
};
|
|
12354
12187
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12355
12188
|
flexible: BooleanConstructor;
|
|
12356
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12189
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12357
12190
|
}>> & {
|
|
12358
12191
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12359
12192
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12412,9 +12245,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12412
12245
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12413
12246
|
__epPropKey: true;
|
|
12414
12247
|
};
|
|
12415
|
-
width: (
|
|
12416
|
-
height: (
|
|
12417
|
-
maxHeight: (
|
|
12248
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12249
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12250
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12418
12251
|
fit: {
|
|
12419
12252
|
type: BooleanConstructor;
|
|
12420
12253
|
default: boolean;
|
|
@@ -12438,13 +12271,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12438
12271
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12439
12272
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12440
12273
|
highlightCurrentRow: BooleanConstructor;
|
|
12441
|
-
currentRowKey: (
|
|
12274
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12442
12275
|
emptyText: StringConstructor;
|
|
12443
12276
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12444
12277
|
defaultExpandAll: BooleanConstructor;
|
|
12445
12278
|
defaultSort: PropType< Sort | undefined>;
|
|
12446
12279
|
tooltipEffect: StringConstructor;
|
|
12447
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12280
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12448
12281
|
spanMethod: PropType<((data: {
|
|
12449
12282
|
row: any;
|
|
12450
12283
|
rowIndex: number;
|
|
@@ -12488,7 +12321,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12488
12321
|
};
|
|
12489
12322
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12490
12323
|
flexible: BooleanConstructor;
|
|
12491
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12324
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12492
12325
|
}>> & {
|
|
12493
12326
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12494
12327
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12568,6 +12401,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12568
12401
|
context: Table<any>;
|
|
12569
12402
|
computedSumText: ComputedRef<string>;
|
|
12570
12403
|
computedEmptyText: ComputedRef<string>;
|
|
12404
|
+
/**
|
|
12405
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
12406
|
+
*/
|
|
12571
12407
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
12572
12408
|
scrollbarViewStyle: {
|
|
12573
12409
|
display: string;
|
|
@@ -12656,9 +12492,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12656
12492
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12657
12493
|
__epPropKey: true;
|
|
12658
12494
|
};
|
|
12659
|
-
width: (
|
|
12660
|
-
height: (
|
|
12661
|
-
maxHeight: (
|
|
12495
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12496
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12497
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12662
12498
|
fit: {
|
|
12663
12499
|
type: BooleanConstructor;
|
|
12664
12500
|
default: boolean;
|
|
@@ -12682,13 +12518,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12682
12518
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12683
12519
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12684
12520
|
highlightCurrentRow: BooleanConstructor;
|
|
12685
|
-
currentRowKey: (
|
|
12521
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12686
12522
|
emptyText: StringConstructor;
|
|
12687
12523
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12688
12524
|
defaultExpandAll: BooleanConstructor;
|
|
12689
12525
|
defaultSort: PropType< Sort | undefined>;
|
|
12690
12526
|
tooltipEffect: StringConstructor;
|
|
12691
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12527
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12692
12528
|
spanMethod: PropType<((data: {
|
|
12693
12529
|
row: any;
|
|
12694
12530
|
rowIndex: number;
|
|
@@ -12732,7 +12568,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12732
12568
|
};
|
|
12733
12569
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12734
12570
|
flexible: BooleanConstructor;
|
|
12735
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12571
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12736
12572
|
}>> & {
|
|
12737
12573
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12738
12574
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12812,6 +12648,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12812
12648
|
context: Table<any>;
|
|
12813
12649
|
computedSumText: ComputedRef<string>;
|
|
12814
12650
|
computedEmptyText: ComputedRef<string>;
|
|
12651
|
+
/**
|
|
12652
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
12653
|
+
*/
|
|
12815
12654
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
12816
12655
|
scrollbarViewStyle: {
|
|
12817
12656
|
display: string;
|
|
@@ -12852,9 +12691,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12852
12691
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12853
12692
|
__epPropKey: true;
|
|
12854
12693
|
};
|
|
12855
|
-
width: (
|
|
12856
|
-
height: (
|
|
12857
|
-
maxHeight: (
|
|
12694
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12695
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12696
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12858
12697
|
fit: {
|
|
12859
12698
|
type: BooleanConstructor;
|
|
12860
12699
|
default: boolean;
|
|
@@ -12878,13 +12717,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12878
12717
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12879
12718
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12880
12719
|
highlightCurrentRow: BooleanConstructor;
|
|
12881
|
-
currentRowKey: (
|
|
12720
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12882
12721
|
emptyText: StringConstructor;
|
|
12883
12722
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12884
12723
|
defaultExpandAll: BooleanConstructor;
|
|
12885
12724
|
defaultSort: PropType< Sort | undefined>;
|
|
12886
12725
|
tooltipEffect: StringConstructor;
|
|
12887
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12726
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12888
12727
|
spanMethod: PropType<((data: {
|
|
12889
12728
|
row: any;
|
|
12890
12729
|
rowIndex: number;
|
|
@@ -12928,7 +12767,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12928
12767
|
};
|
|
12929
12768
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12930
12769
|
flexible: BooleanConstructor;
|
|
12931
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12770
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12932
12771
|
}>> & {
|
|
12933
12772
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12934
12773
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12987,9 +12826,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12987
12826
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12988
12827
|
__epPropKey: true;
|
|
12989
12828
|
};
|
|
12990
|
-
width: (
|
|
12991
|
-
height: (
|
|
12992
|
-
maxHeight: (
|
|
12829
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12830
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12831
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12993
12832
|
fit: {
|
|
12994
12833
|
type: BooleanConstructor;
|
|
12995
12834
|
default: boolean;
|
|
@@ -13013,13 +12852,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
13013
12852
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
13014
12853
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
13015
12854
|
highlightCurrentRow: BooleanConstructor;
|
|
13016
|
-
currentRowKey: (
|
|
12855
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
13017
12856
|
emptyText: StringConstructor;
|
|
13018
12857
|
expandRowKeys: PropType<any[] | undefined>;
|
|
13019
12858
|
defaultExpandAll: BooleanConstructor;
|
|
13020
12859
|
defaultSort: PropType< Sort | undefined>;
|
|
13021
12860
|
tooltipEffect: StringConstructor;
|
|
13022
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12861
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
13023
12862
|
spanMethod: PropType<((data: {
|
|
13024
12863
|
row: any;
|
|
13025
12864
|
rowIndex: number;
|
|
@@ -13063,7 +12902,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
13063
12902
|
};
|
|
13064
12903
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
13065
12904
|
flexible: BooleanConstructor;
|
|
13066
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12905
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
13067
12906
|
}>> & {
|
|
13068
12907
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
13069
12908
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -13143,6 +12982,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
13143
12982
|
context: Table<any>;
|
|
13144
12983
|
computedSumText: ComputedRef<string>;
|
|
13145
12984
|
computedEmptyText: ComputedRef<string>;
|
|
12985
|
+
/**
|
|
12986
|
+
* 字段管理图标 URL(从全局配置 CDN 获取)
|
|
12987
|
+
*/
|
|
13146
12988
|
tableLayout: ComputedRef<"fixed" | "auto" | undefined>;
|
|
13147
12989
|
scrollbarViewStyle: {
|
|
13148
12990
|
display: string;
|
|
@@ -13225,8 +13067,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
13225
13067
|
search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
|
|
13226
13068
|
headerFilter: boolean | HeaderFilterConfig;
|
|
13227
13069
|
pagination: false | Record<string, unknown>;
|
|
13228
|
-
isCard: boolean;
|
|
13229
13070
|
showSearch: boolean;
|
|
13071
|
+
isCard: boolean;
|
|
13230
13072
|
hideHeaderFilter: boolean;
|
|
13231
13073
|
hideColumnSettingsIcon: boolean;
|
|
13232
13074
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
|