yc-pro-components 0.0.11 → 0.0.12
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 +61 -61
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +31 -31
- package/es/components/dialog-form/src/index.vue.d.ts +9 -9
- package/es/components/display-item/index.d.ts +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/drawer-form/index.d.ts +50 -50
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +45 -45
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +17 -17
- package/es/components/form-item/index.d.ts +42 -42
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- 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 +20 -20
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +543 -453
- package/es/components/page/src/index.vue.d.ts +185 -155
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +35 -35
- package/es/components/radio/src/index.vue.d.ts +27 -27
- package/es/components/render/index.d.ts +3 -3
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +193 -155
- package/es/components/search/src/index.vue.d.ts +56 -50
- package/es/components/search/src/index.vue2.mjs +14 -4
- package/es/components/search/src/type.d.ts +9 -0
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-dialog/index.d.ts +24 -24
- 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-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 +445 -518
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +8 -2
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.css +1 -1
- package/index.css +9 -5
- package/index.js +23 -7
- package/index.min.css +1 -1
- package/index.min.js +6 -6
- package/index.min.mjs +7 -7
- package/index.mjs +23 -7
- package/lib/components/check-card/index.d.ts +61 -61
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +31 -31
- package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
- package/lib/components/display-item/index.d.ts +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/drawer-form/index.d.ts +50 -50
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +45 -45
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +17 -17
- package/lib/components/form-item/index.d.ts +42 -42
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- 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 +20 -20
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +543 -453
- package/lib/components/page/src/index.vue.d.ts +185 -155
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +35 -35
- package/lib/components/radio/src/index.vue.d.ts +27 -27
- package/lib/components/render/index.d.ts +3 -3
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +193 -155
- package/lib/components/search/src/index.vue.d.ts +56 -50
- package/lib/components/search/src/index.vue2.js +13 -3
- package/lib/components/search/src/type.d.ts +9 -0
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-dialog/index.d.ts +24 -24
- 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-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 +445 -518
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +8 -2
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/lib/index.css +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-page.css +1 -1
- package/theme-chalk/src/page.scss +1 -1
|
@@ -6,7 +6,7 @@ import { LooseRequired } from '@vue/shared';
|
|
|
6
6
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
7
7
|
import { TableProps, CardProps, RowProps, ColProps, FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, TableColumnCtx, SummaryMethod, ColumnCls, ColumnStyle, CellCls, CellStyle, Sort, TreeNode, Translator, Table } from 'element-plus';
|
|
8
8
|
import { PlusSearchSelfProps, PlusFormSelfProps, ElementPlusFormProps, RecordType, PlusTableSelfProps, PlusColumn, PageInfo, PlusPaginationProps, Mutable, FieldValues, PlusFormGroupRow, PlusFormItemProps, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow, ActionBarProps, ColumnSetting, ButtonsCallBackParams, FormChangeCallBackParams, FilterTableHeaderEventType, TableFormRefRow } from 'packages/yc-components';
|
|
9
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties,
|
|
9
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, Ref, ComponentInternalInstance, Component, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, ShallowRef } from 'vue';
|
|
10
10
|
import { default as Page } from './src/index.vue';
|
|
11
11
|
|
|
12
12
|
export type PlusPageInstance = InstanceType<typeof Page>;
|
|
@@ -48,7 +48,7 @@ export declare const PlusPage: {
|
|
|
48
48
|
required: true;
|
|
49
49
|
};
|
|
50
50
|
pagination: {
|
|
51
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
51
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
52
52
|
default: () => {};
|
|
53
53
|
};
|
|
54
54
|
postData: {
|
|
@@ -117,8 +117,8 @@ export declare const PlusPage: {
|
|
|
117
117
|
$: ComponentInternalInstance;
|
|
118
118
|
$data: {};
|
|
119
119
|
$props: Partial<{
|
|
120
|
-
modelValue: FieldValues;
|
|
121
120
|
columns: PlusColumn[];
|
|
121
|
+
modelValue: FieldValues;
|
|
122
122
|
labelPosition: "top" | "right" | "left";
|
|
123
123
|
inline: boolean;
|
|
124
124
|
showNumber: number;
|
|
@@ -141,9 +141,11 @@ export declare const PlusPage: {
|
|
|
141
141
|
expandText: string;
|
|
142
142
|
searchLoading: boolean;
|
|
143
143
|
needValidate: boolean;
|
|
144
|
+
searchIcon: Component | null;
|
|
145
|
+
resetIcon: Component | null;
|
|
144
146
|
}> & Omit<{
|
|
145
|
-
readonly modelValue: FieldValues;
|
|
146
147
|
readonly columns: PlusColumn[];
|
|
148
|
+
readonly modelValue: FieldValues;
|
|
147
149
|
readonly inline: boolean;
|
|
148
150
|
readonly showNumber: number;
|
|
149
151
|
readonly defaultValues: FieldValues;
|
|
@@ -166,20 +168,22 @@ export declare const PlusPage: {
|
|
|
166
168
|
readonly searchLoading: boolean;
|
|
167
169
|
readonly needValidate: boolean;
|
|
168
170
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
169
|
-
|
|
171
|
+
readonly searchIcon?: Component | null | undefined;
|
|
172
|
+
readonly resetIcon?: Component | null | undefined;
|
|
170
173
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
171
174
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
175
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
172
176
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
173
177
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
174
178
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
175
|
-
modelValue: {
|
|
176
|
-
type: PropType<FieldValues>;
|
|
177
|
-
default: () => {};
|
|
178
|
-
};
|
|
179
179
|
columns: {
|
|
180
180
|
type: PropType< PlusColumn[]>;
|
|
181
181
|
default: () => never[];
|
|
182
182
|
};
|
|
183
|
+
modelValue: {
|
|
184
|
+
type: PropType<FieldValues>;
|
|
185
|
+
default: () => {};
|
|
186
|
+
};
|
|
183
187
|
labelPosition: {
|
|
184
188
|
type: PropType<"top" | "right" | "left">;
|
|
185
189
|
default: undefined;
|
|
@@ -258,13 +262,21 @@ export declare const PlusPage: {
|
|
|
258
262
|
type: PropType<boolean>;
|
|
259
263
|
default: boolean;
|
|
260
264
|
};
|
|
265
|
+
searchIcon: {
|
|
266
|
+
type: PropType< Component | null>;
|
|
267
|
+
default: undefined;
|
|
268
|
+
};
|
|
269
|
+
resetIcon: {
|
|
270
|
+
type: PropType< Component | null>;
|
|
271
|
+
default: undefined;
|
|
272
|
+
};
|
|
261
273
|
}>> & {
|
|
262
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
263
274
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
264
275
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
276
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
265
277
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
266
278
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
267
|
-
}, "
|
|
279
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
268
280
|
$attrs: {
|
|
269
281
|
[x: string]: unknown;
|
|
270
282
|
};
|
|
@@ -276,17 +288,17 @@ export declare const PlusPage: {
|
|
|
276
288
|
}>;
|
|
277
289
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
278
290
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
279
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
291
|
+
$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);
|
|
280
292
|
$el: any;
|
|
281
293
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
282
|
-
modelValue: {
|
|
283
|
-
type: PropType<FieldValues>;
|
|
284
|
-
default: () => {};
|
|
285
|
-
};
|
|
286
294
|
columns: {
|
|
287
295
|
type: PropType< PlusColumn[]>;
|
|
288
296
|
default: () => never[];
|
|
289
297
|
};
|
|
298
|
+
modelValue: {
|
|
299
|
+
type: PropType<FieldValues>;
|
|
300
|
+
default: () => {};
|
|
301
|
+
};
|
|
290
302
|
labelPosition: {
|
|
291
303
|
type: PropType<"top" | "right" | "left">;
|
|
292
304
|
default: undefined;
|
|
@@ -365,10 +377,18 @@ export declare const PlusPage: {
|
|
|
365
377
|
type: PropType<boolean>;
|
|
366
378
|
default: boolean;
|
|
367
379
|
};
|
|
380
|
+
searchIcon: {
|
|
381
|
+
type: PropType< Component | null>;
|
|
382
|
+
default: undefined;
|
|
383
|
+
};
|
|
384
|
+
resetIcon: {
|
|
385
|
+
type: PropType< Component | null>;
|
|
386
|
+
default: undefined;
|
|
387
|
+
};
|
|
368
388
|
}>> & {
|
|
369
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
370
389
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
371
390
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
391
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
372
392
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
373
393
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
374
394
|
}, {
|
|
@@ -376,11 +396,11 @@ export declare const PlusPage: {
|
|
|
376
396
|
$: ComponentInternalInstance;
|
|
377
397
|
$data: {};
|
|
378
398
|
$props: Partial<{
|
|
379
|
-
modelValue: FieldValues;
|
|
380
399
|
collapseDuration: number;
|
|
381
400
|
collapseTransition: boolean;
|
|
382
401
|
columns: PlusColumn[];
|
|
383
402
|
group: false | PlusFormGroupRow[];
|
|
403
|
+
modelValue: FieldValues;
|
|
384
404
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
385
405
|
labelPosition: "top" | "right" | "left";
|
|
386
406
|
labelWidth: string | number;
|
|
@@ -401,7 +421,7 @@ export declare const PlusPage: {
|
|
|
401
421
|
submitText: string;
|
|
402
422
|
resetText: string;
|
|
403
423
|
submitLoading: boolean;
|
|
404
|
-
footerAlign: "
|
|
424
|
+
footerAlign: "right" | "left" | "center";
|
|
405
425
|
cardProps: Partial< Mutable<CardProps> & {
|
|
406
426
|
style?: CSSProperties | undefined;
|
|
407
427
|
class?: any;
|
|
@@ -409,9 +429,9 @@ export declare const PlusPage: {
|
|
|
409
429
|
prevent: boolean;
|
|
410
430
|
clearable: boolean;
|
|
411
431
|
}> & Omit<{
|
|
412
|
-
readonly modelValue: FieldValues;
|
|
413
432
|
readonly columns: PlusColumn[];
|
|
414
433
|
readonly group: false | PlusFormGroupRow[];
|
|
434
|
+
readonly modelValue: FieldValues;
|
|
415
435
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
416
436
|
readonly labelPosition: "top" | "right" | "left";
|
|
417
437
|
readonly labelWidth: string | number;
|
|
@@ -432,7 +452,7 @@ export declare const PlusPage: {
|
|
|
432
452
|
readonly submitText: string;
|
|
433
453
|
readonly resetText: string;
|
|
434
454
|
readonly submitLoading: boolean;
|
|
435
|
-
readonly footerAlign: "
|
|
455
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
436
456
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
437
457
|
style?: CSSProperties | undefined;
|
|
438
458
|
class?: any;
|
|
@@ -441,17 +461,13 @@ export declare const PlusPage: {
|
|
|
441
461
|
readonly clearable: boolean;
|
|
442
462
|
readonly collapseDuration?: number | undefined;
|
|
443
463
|
readonly collapseTransition?: boolean | undefined;
|
|
444
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
445
464
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
446
465
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
447
466
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
467
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
448
468
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
449
469
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
450
470
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
451
|
-
modelValue: {
|
|
452
|
-
type: PropType<FieldValues>;
|
|
453
|
-
default: () => {};
|
|
454
|
-
};
|
|
455
471
|
collapseDuration: {
|
|
456
472
|
type: PropType<number>;
|
|
457
473
|
default: undefined;
|
|
@@ -468,6 +484,10 @@ export declare const PlusPage: {
|
|
|
468
484
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
469
485
|
default: boolean;
|
|
470
486
|
};
|
|
487
|
+
modelValue: {
|
|
488
|
+
type: PropType<FieldValues>;
|
|
489
|
+
default: () => {};
|
|
490
|
+
};
|
|
471
491
|
rules: {
|
|
472
492
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
473
493
|
default: () => {};
|
|
@@ -531,7 +551,7 @@ export declare const PlusPage: {
|
|
|
531
551
|
default: boolean;
|
|
532
552
|
};
|
|
533
553
|
footerAlign: {
|
|
534
|
-
type: PropType<"
|
|
554
|
+
type: PropType<"right" | "left" | "center">;
|
|
535
555
|
default: string;
|
|
536
556
|
};
|
|
537
557
|
cardProps: {
|
|
@@ -550,13 +570,13 @@ export declare const PlusPage: {
|
|
|
550
570
|
default: boolean;
|
|
551
571
|
};
|
|
552
572
|
}>> & {
|
|
553
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
554
573
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
555
574
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
556
575
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
576
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
557
577
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
558
578
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
559
|
-
}, "
|
|
579
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
560
580
|
$attrs: {
|
|
561
581
|
[x: string]: unknown;
|
|
562
582
|
};
|
|
@@ -568,13 +588,9 @@ export declare const PlusPage: {
|
|
|
568
588
|
}>;
|
|
569
589
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
570
590
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
571
|
-
$emit: ((event: "
|
|
591
|
+
$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);
|
|
572
592
|
$el: any;
|
|
573
593
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
574
|
-
modelValue: {
|
|
575
|
-
type: PropType<FieldValues>;
|
|
576
|
-
default: () => {};
|
|
577
|
-
};
|
|
578
594
|
collapseDuration: {
|
|
579
595
|
type: PropType<number>;
|
|
580
596
|
default: undefined;
|
|
@@ -591,6 +607,10 @@ export declare const PlusPage: {
|
|
|
591
607
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
592
608
|
default: boolean;
|
|
593
609
|
};
|
|
610
|
+
modelValue: {
|
|
611
|
+
type: PropType<FieldValues>;
|
|
612
|
+
default: () => {};
|
|
613
|
+
};
|
|
594
614
|
rules: {
|
|
595
615
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
596
616
|
default: () => {};
|
|
@@ -654,7 +674,7 @@ export declare const PlusPage: {
|
|
|
654
674
|
default: boolean;
|
|
655
675
|
};
|
|
656
676
|
footerAlign: {
|
|
657
|
-
type: PropType<"
|
|
677
|
+
type: PropType<"right" | "left" | "center">;
|
|
658
678
|
default: string;
|
|
659
679
|
};
|
|
660
680
|
cardProps: {
|
|
@@ -673,10 +693,10 @@ export declare const PlusPage: {
|
|
|
673
693
|
default: boolean;
|
|
674
694
|
};
|
|
675
695
|
}>> & {
|
|
676
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
677
696
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
678
697
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
679
698
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
699
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
680
700
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
681
701
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
682
702
|
}, {
|
|
@@ -972,11 +992,11 @@ export declare const PlusPage: {
|
|
|
972
992
|
submitError: (errors: unknown) => void;
|
|
973
993
|
validate: (...args: any[]) => void;
|
|
974
994
|
}, string, {
|
|
975
|
-
modelValue: FieldValues;
|
|
976
995
|
collapseDuration: number;
|
|
977
996
|
collapseTransition: boolean;
|
|
978
997
|
columns: PlusColumn[];
|
|
979
998
|
group: false | PlusFormGroupRow[];
|
|
999
|
+
modelValue: FieldValues;
|
|
980
1000
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
981
1001
|
labelPosition: "top" | "right" | "left";
|
|
982
1002
|
labelWidth: string | number;
|
|
@@ -997,7 +1017,7 @@ export declare const PlusPage: {
|
|
|
997
1017
|
submitText: string;
|
|
998
1018
|
resetText: string;
|
|
999
1019
|
submitLoading: boolean;
|
|
1000
|
-
footerAlign: "
|
|
1020
|
+
footerAlign: "right" | "left" | "center";
|
|
1001
1021
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1002
1022
|
style?: CSSProperties | undefined;
|
|
1003
1023
|
class?: any;
|
|
@@ -1025,10 +1045,6 @@ export declare const PlusPage: {
|
|
|
1025
1045
|
$nextTick: nextTick;
|
|
1026
1046
|
$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;
|
|
1027
1047
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1028
|
-
modelValue: {
|
|
1029
|
-
type: PropType<FieldValues>;
|
|
1030
|
-
default: () => {};
|
|
1031
|
-
};
|
|
1032
1048
|
collapseDuration: {
|
|
1033
1049
|
type: PropType<number>;
|
|
1034
1050
|
default: undefined;
|
|
@@ -1045,6 +1061,10 @@ export declare const PlusPage: {
|
|
|
1045
1061
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1046
1062
|
default: boolean;
|
|
1047
1063
|
};
|
|
1064
|
+
modelValue: {
|
|
1065
|
+
type: PropType<FieldValues>;
|
|
1066
|
+
default: () => {};
|
|
1067
|
+
};
|
|
1048
1068
|
rules: {
|
|
1049
1069
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1050
1070
|
default: () => {};
|
|
@@ -1108,7 +1128,7 @@ export declare const PlusPage: {
|
|
|
1108
1128
|
default: boolean;
|
|
1109
1129
|
};
|
|
1110
1130
|
footerAlign: {
|
|
1111
|
-
type: PropType<"
|
|
1131
|
+
type: PropType<"right" | "left" | "center">;
|
|
1112
1132
|
default: string;
|
|
1113
1133
|
};
|
|
1114
1134
|
cardProps: {
|
|
@@ -1127,10 +1147,10 @@ export declare const PlusPage: {
|
|
|
1127
1147
|
default: boolean;
|
|
1128
1148
|
};
|
|
1129
1149
|
}>> & {
|
|
1130
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1131
1150
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1132
1151
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1133
1152
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1153
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1134
1154
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1135
1155
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1136
1156
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1431,14 +1451,14 @@ export declare const PlusPage: {
|
|
|
1431
1451
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1432
1452
|
columns?: PlusColumn[] | undefined;
|
|
1433
1453
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1434
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1454
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1435
1455
|
readonly label: string | ComputedRef<string>;
|
|
1436
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1456
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1437
1457
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1438
|
-
readonly tooltip: string |
|
|
1458
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1439
1459
|
style?: CSSProperties | undefined;
|
|
1440
1460
|
class?: any;
|
|
1441
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1461
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1442
1462
|
style?: CSSProperties | undefined;
|
|
1443
1463
|
class?: any;
|
|
1444
1464
|
} & RecordType>>;
|
|
@@ -1499,12 +1519,12 @@ export declare const PlusPage: {
|
|
|
1499
1519
|
fieldInstance?: any;
|
|
1500
1520
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1501
1521
|
prop: string;
|
|
1502
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1522
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1503
1523
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1504
|
-
tooltip: string |
|
|
1524
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1505
1525
|
style?: CSSProperties | undefined;
|
|
1506
1526
|
class?: any;
|
|
1507
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1527
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1508
1528
|
style?: CSSProperties | undefined;
|
|
1509
1529
|
class?: any;
|
|
1510
1530
|
} & RecordType>>;
|
|
@@ -1527,14 +1547,14 @@ export declare const PlusPage: {
|
|
|
1527
1547
|
clearable: boolean;
|
|
1528
1548
|
index: number;
|
|
1529
1549
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1530
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1550
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1531
1551
|
readonly label: string | ComputedRef<string>;
|
|
1532
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1552
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1533
1553
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1534
|
-
readonly tooltip: string |
|
|
1554
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1535
1555
|
style?: CSSProperties | undefined;
|
|
1536
1556
|
class?: any;
|
|
1537
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1557
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1538
1558
|
style?: CSSProperties | undefined;
|
|
1539
1559
|
class?: any;
|
|
1540
1560
|
} & RecordType>>;
|
|
@@ -1595,12 +1615,12 @@ export declare const PlusPage: {
|
|
|
1595
1615
|
fieldInstance?: any;
|
|
1596
1616
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1597
1617
|
prop: string;
|
|
1598
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1618
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1599
1619
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1600
|
-
tooltip: string |
|
|
1620
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1601
1621
|
style?: CSSProperties | undefined;
|
|
1602
1622
|
class?: any;
|
|
1603
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1623
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1604
1624
|
style?: CSSProperties | undefined;
|
|
1605
1625
|
class?: any;
|
|
1606
1626
|
} & RecordType>>;
|
|
@@ -1646,8 +1666,8 @@ export declare const PlusPage: {
|
|
|
1646
1666
|
reset: (values: FieldValues) => void;
|
|
1647
1667
|
collapse: (isShowUnfold: boolean) => void;
|
|
1648
1668
|
}, string, {
|
|
1649
|
-
modelValue: FieldValues;
|
|
1650
1669
|
columns: PlusColumn[];
|
|
1670
|
+
modelValue: FieldValues;
|
|
1651
1671
|
labelPosition: "top" | "right" | "left";
|
|
1652
1672
|
inline: boolean;
|
|
1653
1673
|
showNumber: number;
|
|
@@ -1670,6 +1690,8 @@ export declare const PlusPage: {
|
|
|
1670
1690
|
expandText: string;
|
|
1671
1691
|
searchLoading: boolean;
|
|
1672
1692
|
needValidate: boolean;
|
|
1693
|
+
searchIcon: Component | null;
|
|
1694
|
+
resetIcon: Component | null;
|
|
1673
1695
|
}, {}, string, {}> & {
|
|
1674
1696
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1675
1697
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1691,14 +1713,14 @@ export declare const PlusPage: {
|
|
|
1691
1713
|
$nextTick: nextTick;
|
|
1692
1714
|
$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;
|
|
1693
1715
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1694
|
-
modelValue: {
|
|
1695
|
-
type: PropType<FieldValues>;
|
|
1696
|
-
default: () => {};
|
|
1697
|
-
};
|
|
1698
1716
|
columns: {
|
|
1699
1717
|
type: PropType< PlusColumn[]>;
|
|
1700
1718
|
default: () => never[];
|
|
1701
1719
|
};
|
|
1720
|
+
modelValue: {
|
|
1721
|
+
type: PropType<FieldValues>;
|
|
1722
|
+
default: () => {};
|
|
1723
|
+
};
|
|
1702
1724
|
labelPosition: {
|
|
1703
1725
|
type: PropType<"top" | "right" | "left">;
|
|
1704
1726
|
default: undefined;
|
|
@@ -1777,10 +1799,18 @@ export declare const PlusPage: {
|
|
|
1777
1799
|
type: PropType<boolean>;
|
|
1778
1800
|
default: boolean;
|
|
1779
1801
|
};
|
|
1802
|
+
searchIcon: {
|
|
1803
|
+
type: PropType< Component | null>;
|
|
1804
|
+
default: undefined;
|
|
1805
|
+
};
|
|
1806
|
+
resetIcon: {
|
|
1807
|
+
type: PropType< Component | null>;
|
|
1808
|
+
default: undefined;
|
|
1809
|
+
};
|
|
1780
1810
|
}>> & {
|
|
1781
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1782
1811
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1783
1812
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1813
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1784
1814
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1785
1815
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1786
1816
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -1788,11 +1818,11 @@ export declare const PlusPage: {
|
|
|
1788
1818
|
$: ComponentInternalInstance;
|
|
1789
1819
|
$data: {};
|
|
1790
1820
|
$props: Partial<{
|
|
1791
|
-
modelValue: FieldValues;
|
|
1792
1821
|
collapseDuration: number;
|
|
1793
1822
|
collapseTransition: boolean;
|
|
1794
1823
|
columns: PlusColumn[];
|
|
1795
1824
|
group: false | PlusFormGroupRow[];
|
|
1825
|
+
modelValue: FieldValues;
|
|
1796
1826
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1797
1827
|
labelPosition: "top" | "right" | "left";
|
|
1798
1828
|
labelWidth: string | number;
|
|
@@ -1813,7 +1843,7 @@ export declare const PlusPage: {
|
|
|
1813
1843
|
submitText: string;
|
|
1814
1844
|
resetText: string;
|
|
1815
1845
|
submitLoading: boolean;
|
|
1816
|
-
footerAlign: "
|
|
1846
|
+
footerAlign: "right" | "left" | "center";
|
|
1817
1847
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1818
1848
|
style?: CSSProperties | undefined;
|
|
1819
1849
|
class?: any;
|
|
@@ -1821,9 +1851,9 @@ export declare const PlusPage: {
|
|
|
1821
1851
|
prevent: boolean;
|
|
1822
1852
|
clearable: boolean;
|
|
1823
1853
|
}> & Omit<{
|
|
1824
|
-
readonly modelValue: FieldValues;
|
|
1825
1854
|
readonly columns: PlusColumn[];
|
|
1826
1855
|
readonly group: false | PlusFormGroupRow[];
|
|
1856
|
+
readonly modelValue: FieldValues;
|
|
1827
1857
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1828
1858
|
readonly labelPosition: "top" | "right" | "left";
|
|
1829
1859
|
readonly labelWidth: string | number;
|
|
@@ -1844,7 +1874,7 @@ export declare const PlusPage: {
|
|
|
1844
1874
|
readonly submitText: string;
|
|
1845
1875
|
readonly resetText: string;
|
|
1846
1876
|
readonly submitLoading: boolean;
|
|
1847
|
-
readonly footerAlign: "
|
|
1877
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
1848
1878
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
1849
1879
|
style?: CSSProperties | undefined;
|
|
1850
1880
|
class?: any;
|
|
@@ -1853,17 +1883,13 @@ export declare const PlusPage: {
|
|
|
1853
1883
|
readonly clearable: boolean;
|
|
1854
1884
|
readonly collapseDuration?: number | undefined;
|
|
1855
1885
|
readonly collapseTransition?: boolean | undefined;
|
|
1856
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1857
1886
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1858
1887
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1859
1888
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1889
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1860
1890
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1861
1891
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1862
1892
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1863
|
-
modelValue: {
|
|
1864
|
-
type: PropType<FieldValues>;
|
|
1865
|
-
default: () => {};
|
|
1866
|
-
};
|
|
1867
1893
|
collapseDuration: {
|
|
1868
1894
|
type: PropType<number>;
|
|
1869
1895
|
default: undefined;
|
|
@@ -1880,6 +1906,10 @@ export declare const PlusPage: {
|
|
|
1880
1906
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1881
1907
|
default: boolean;
|
|
1882
1908
|
};
|
|
1909
|
+
modelValue: {
|
|
1910
|
+
type: PropType<FieldValues>;
|
|
1911
|
+
default: () => {};
|
|
1912
|
+
};
|
|
1883
1913
|
rules: {
|
|
1884
1914
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1885
1915
|
default: () => {};
|
|
@@ -1943,7 +1973,7 @@ export declare const PlusPage: {
|
|
|
1943
1973
|
default: boolean;
|
|
1944
1974
|
};
|
|
1945
1975
|
footerAlign: {
|
|
1946
|
-
type: PropType<"
|
|
1976
|
+
type: PropType<"right" | "left" | "center">;
|
|
1947
1977
|
default: string;
|
|
1948
1978
|
};
|
|
1949
1979
|
cardProps: {
|
|
@@ -1962,13 +1992,13 @@ export declare const PlusPage: {
|
|
|
1962
1992
|
default: boolean;
|
|
1963
1993
|
};
|
|
1964
1994
|
}>> & {
|
|
1965
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1966
1995
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1967
1996
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1968
1997
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1998
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1969
1999
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1970
2000
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1971
|
-
}, "
|
|
2001
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
1972
2002
|
$attrs: {
|
|
1973
2003
|
[x: string]: unknown;
|
|
1974
2004
|
};
|
|
@@ -1980,13 +2010,9 @@ export declare const PlusPage: {
|
|
|
1980
2010
|
}>;
|
|
1981
2011
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1982
2012
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1983
|
-
$emit: ((event: "
|
|
2013
|
+
$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);
|
|
1984
2014
|
$el: any;
|
|
1985
2015
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1986
|
-
modelValue: {
|
|
1987
|
-
type: PropType<FieldValues>;
|
|
1988
|
-
default: () => {};
|
|
1989
|
-
};
|
|
1990
2016
|
collapseDuration: {
|
|
1991
2017
|
type: PropType<number>;
|
|
1992
2018
|
default: undefined;
|
|
@@ -2003,6 +2029,10 @@ export declare const PlusPage: {
|
|
|
2003
2029
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2004
2030
|
default: boolean;
|
|
2005
2031
|
};
|
|
2032
|
+
modelValue: {
|
|
2033
|
+
type: PropType<FieldValues>;
|
|
2034
|
+
default: () => {};
|
|
2035
|
+
};
|
|
2006
2036
|
rules: {
|
|
2007
2037
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2008
2038
|
default: () => {};
|
|
@@ -2066,7 +2096,7 @@ export declare const PlusPage: {
|
|
|
2066
2096
|
default: boolean;
|
|
2067
2097
|
};
|
|
2068
2098
|
footerAlign: {
|
|
2069
|
-
type: PropType<"
|
|
2099
|
+
type: PropType<"right" | "left" | "center">;
|
|
2070
2100
|
default: string;
|
|
2071
2101
|
};
|
|
2072
2102
|
cardProps: {
|
|
@@ -2085,10 +2115,10 @@ export declare const PlusPage: {
|
|
|
2085
2115
|
default: boolean;
|
|
2086
2116
|
};
|
|
2087
2117
|
}>> & {
|
|
2088
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2089
2118
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2090
2119
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2091
2120
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2121
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2092
2122
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2093
2123
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2094
2124
|
}, {
|
|
@@ -2384,11 +2414,11 @@ export declare const PlusPage: {
|
|
|
2384
2414
|
submitError: (errors: unknown) => void;
|
|
2385
2415
|
validate: (...args: any[]) => void;
|
|
2386
2416
|
}, string, {
|
|
2387
|
-
modelValue: FieldValues;
|
|
2388
2417
|
collapseDuration: number;
|
|
2389
2418
|
collapseTransition: boolean;
|
|
2390
2419
|
columns: PlusColumn[];
|
|
2391
2420
|
group: false | PlusFormGroupRow[];
|
|
2421
|
+
modelValue: FieldValues;
|
|
2392
2422
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2393
2423
|
labelPosition: "top" | "right" | "left";
|
|
2394
2424
|
labelWidth: string | number;
|
|
@@ -2409,7 +2439,7 @@ export declare const PlusPage: {
|
|
|
2409
2439
|
submitText: string;
|
|
2410
2440
|
resetText: string;
|
|
2411
2441
|
submitLoading: boolean;
|
|
2412
|
-
footerAlign: "
|
|
2442
|
+
footerAlign: "right" | "left" | "center";
|
|
2413
2443
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2414
2444
|
style?: CSSProperties | undefined;
|
|
2415
2445
|
class?: any;
|
|
@@ -2437,10 +2467,6 @@ export declare const PlusPage: {
|
|
|
2437
2467
|
$nextTick: nextTick;
|
|
2438
2468
|
$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;
|
|
2439
2469
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2440
|
-
modelValue: {
|
|
2441
|
-
type: PropType<FieldValues>;
|
|
2442
|
-
default: () => {};
|
|
2443
|
-
};
|
|
2444
2470
|
collapseDuration: {
|
|
2445
2471
|
type: PropType<number>;
|
|
2446
2472
|
default: undefined;
|
|
@@ -2457,6 +2483,10 @@ export declare const PlusPage: {
|
|
|
2457
2483
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2458
2484
|
default: boolean;
|
|
2459
2485
|
};
|
|
2486
|
+
modelValue: {
|
|
2487
|
+
type: PropType<FieldValues>;
|
|
2488
|
+
default: () => {};
|
|
2489
|
+
};
|
|
2460
2490
|
rules: {
|
|
2461
2491
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2462
2492
|
default: () => {};
|
|
@@ -2520,7 +2550,7 @@ export declare const PlusPage: {
|
|
|
2520
2550
|
default: boolean;
|
|
2521
2551
|
};
|
|
2522
2552
|
footerAlign: {
|
|
2523
|
-
type: PropType<"
|
|
2553
|
+
type: PropType<"right" | "left" | "center">;
|
|
2524
2554
|
default: string;
|
|
2525
2555
|
};
|
|
2526
2556
|
cardProps: {
|
|
@@ -2539,10 +2569,10 @@ export declare const PlusPage: {
|
|
|
2539
2569
|
default: boolean;
|
|
2540
2570
|
};
|
|
2541
2571
|
}>> & {
|
|
2542
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2543
2572
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2544
2573
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2545
2574
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2575
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2546
2576
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2547
2577
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2548
2578
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -2843,14 +2873,14 @@ export declare const PlusPage: {
|
|
|
2843
2873
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
2844
2874
|
columns?: PlusColumn[] | undefined;
|
|
2845
2875
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2846
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
2876
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2847
2877
|
readonly label: string | ComputedRef<string>;
|
|
2848
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2878
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2849
2879
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2850
|
-
readonly tooltip: string |
|
|
2880
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2851
2881
|
style?: CSSProperties | undefined;
|
|
2852
2882
|
class?: any;
|
|
2853
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2883
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2854
2884
|
style?: CSSProperties | undefined;
|
|
2855
2885
|
class?: any;
|
|
2856
2886
|
} & RecordType>>;
|
|
@@ -2911,12 +2941,12 @@ export declare const PlusPage: {
|
|
|
2911
2941
|
fieldInstance?: any;
|
|
2912
2942
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2913
2943
|
prop: string;
|
|
2914
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2944
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2915
2945
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2916
|
-
tooltip: string |
|
|
2946
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2917
2947
|
style?: CSSProperties | undefined;
|
|
2918
2948
|
class?: any;
|
|
2919
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2949
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2920
2950
|
style?: CSSProperties | undefined;
|
|
2921
2951
|
class?: any;
|
|
2922
2952
|
} & RecordType>>;
|
|
@@ -2939,14 +2969,14 @@ export declare const PlusPage: {
|
|
|
2939
2969
|
clearable: boolean;
|
|
2940
2970
|
index: number;
|
|
2941
2971
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2942
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
2972
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2943
2973
|
readonly label: string | ComputedRef<string>;
|
|
2944
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2974
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2945
2975
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2946
|
-
readonly tooltip: string |
|
|
2976
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2947
2977
|
style?: CSSProperties | undefined;
|
|
2948
2978
|
class?: any;
|
|
2949
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2979
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2950
2980
|
style?: CSSProperties | undefined;
|
|
2951
2981
|
class?: any;
|
|
2952
2982
|
} & RecordType>>;
|
|
@@ -3007,12 +3037,12 @@ export declare const PlusPage: {
|
|
|
3007
3037
|
fieldInstance?: any;
|
|
3008
3038
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3009
3039
|
prop: string;
|
|
3010
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3040
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3011
3041
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3012
|
-
tooltip: string |
|
|
3042
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3013
3043
|
style?: CSSProperties | undefined;
|
|
3014
3044
|
class?: any;
|
|
3015
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3045
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3016
3046
|
style?: CSSProperties | undefined;
|
|
3017
3047
|
class?: any;
|
|
3018
3048
|
} & RecordType>>;
|
|
@@ -3053,14 +3083,14 @@ export declare const PlusPage: {
|
|
|
3053
3083
|
handleUnfold: (e: MouseEvent) => void;
|
|
3054
3084
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3055
3085
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3056
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3086
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3057
3087
|
readonly label: string | ComputedRef<string>;
|
|
3058
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3088
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3059
3089
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3060
|
-
readonly tooltip: string |
|
|
3090
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3061
3091
|
style?: CSSProperties | undefined;
|
|
3062
3092
|
class?: any;
|
|
3063
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3093
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3064
3094
|
style?: CSSProperties | undefined;
|
|
3065
3095
|
class?: any;
|
|
3066
3096
|
} & RecordType>>;
|
|
@@ -3121,12 +3151,12 @@ export declare const PlusPage: {
|
|
|
3121
3151
|
fieldInstance?: any;
|
|
3122
3152
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3123
3153
|
prop: string;
|
|
3124
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3154
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3125
3155
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3126
|
-
tooltip: string |
|
|
3156
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3127
3157
|
style?: CSSProperties | undefined;
|
|
3128
3158
|
class?: any;
|
|
3129
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3159
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3130
3160
|
style?: CSSProperties | undefined;
|
|
3131
3161
|
class?: any;
|
|
3132
3162
|
} & RecordType>>;
|
|
@@ -3583,9 +3613,9 @@ export declare const PlusPage: {
|
|
|
3583
3613
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3584
3614
|
__epPropKey: true;
|
|
3585
3615
|
};
|
|
3586
|
-
width: (
|
|
3587
|
-
height: (
|
|
3588
|
-
maxHeight: (
|
|
3616
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3617
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3618
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3589
3619
|
fit: {
|
|
3590
3620
|
type: BooleanConstructor;
|
|
3591
3621
|
default: boolean;
|
|
@@ -3609,13 +3639,13 @@ export declare const PlusPage: {
|
|
|
3609
3639
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3610
3640
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3611
3641
|
highlightCurrentRow: BooleanConstructor;
|
|
3612
|
-
currentRowKey: (
|
|
3642
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3613
3643
|
emptyText: StringConstructor;
|
|
3614
3644
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3615
3645
|
defaultExpandAll: BooleanConstructor;
|
|
3616
3646
|
defaultSort: PropType< Sort | undefined>;
|
|
3617
3647
|
tooltipEffect: StringConstructor;
|
|
3618
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3648
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3619
3649
|
spanMethod: PropType<((data: {
|
|
3620
3650
|
row: any;
|
|
3621
3651
|
rowIndex: number;
|
|
@@ -3659,7 +3689,7 @@ export declare const PlusPage: {
|
|
|
3659
3689
|
};
|
|
3660
3690
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3661
3691
|
flexible: BooleanConstructor;
|
|
3662
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3692
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3663
3693
|
}>> & {
|
|
3664
3694
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3665
3695
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3779,9 +3809,9 @@ export declare const PlusPage: {
|
|
|
3779
3809
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3780
3810
|
__epPropKey: true;
|
|
3781
3811
|
};
|
|
3782
|
-
width: (
|
|
3783
|
-
height: (
|
|
3784
|
-
maxHeight: (
|
|
3812
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3813
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3814
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3785
3815
|
fit: {
|
|
3786
3816
|
type: BooleanConstructor;
|
|
3787
3817
|
default: boolean;
|
|
@@ -3805,13 +3835,13 @@ export declare const PlusPage: {
|
|
|
3805
3835
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3806
3836
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3807
3837
|
highlightCurrentRow: BooleanConstructor;
|
|
3808
|
-
currentRowKey: (
|
|
3838
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3809
3839
|
emptyText: StringConstructor;
|
|
3810
3840
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3811
3841
|
defaultExpandAll: BooleanConstructor;
|
|
3812
3842
|
defaultSort: PropType< Sort | undefined>;
|
|
3813
3843
|
tooltipEffect: StringConstructor;
|
|
3814
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3844
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3815
3845
|
spanMethod: PropType<((data: {
|
|
3816
3846
|
row: any;
|
|
3817
3847
|
rowIndex: number;
|
|
@@ -3855,7 +3885,7 @@ export declare const PlusPage: {
|
|
|
3855
3885
|
};
|
|
3856
3886
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3857
3887
|
flexible: BooleanConstructor;
|
|
3858
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3888
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3859
3889
|
}>> & {
|
|
3860
3890
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3861
3891
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3914,9 +3944,9 @@ export declare const PlusPage: {
|
|
|
3914
3944
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3915
3945
|
__epPropKey: true;
|
|
3916
3946
|
};
|
|
3917
|
-
width: (
|
|
3918
|
-
height: (
|
|
3919
|
-
maxHeight: (
|
|
3947
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3948
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3949
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3920
3950
|
fit: {
|
|
3921
3951
|
type: BooleanConstructor;
|
|
3922
3952
|
default: boolean;
|
|
@@ -3940,13 +3970,13 @@ export declare const PlusPage: {
|
|
|
3940
3970
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3941
3971
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3942
3972
|
highlightCurrentRow: BooleanConstructor;
|
|
3943
|
-
currentRowKey: (
|
|
3973
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3944
3974
|
emptyText: StringConstructor;
|
|
3945
3975
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3946
3976
|
defaultExpandAll: BooleanConstructor;
|
|
3947
3977
|
defaultSort: PropType< Sort | undefined>;
|
|
3948
3978
|
tooltipEffect: StringConstructor;
|
|
3949
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3979
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3950
3980
|
spanMethod: PropType<((data: {
|
|
3951
3981
|
row: any;
|
|
3952
3982
|
rowIndex: number;
|
|
@@ -3990,7 +4020,7 @@ export declare const PlusPage: {
|
|
|
3990
4020
|
};
|
|
3991
4021
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3992
4022
|
flexible: BooleanConstructor;
|
|
3993
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4023
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3994
4024
|
}>> & {
|
|
3995
4025
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3996
4026
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4357,9 +4387,9 @@ export declare const PlusPage: {
|
|
|
4357
4387
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4358
4388
|
__epPropKey: true;
|
|
4359
4389
|
};
|
|
4360
|
-
width: (
|
|
4361
|
-
height: (
|
|
4362
|
-
maxHeight: (
|
|
4390
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4391
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4392
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4363
4393
|
fit: {
|
|
4364
4394
|
type: BooleanConstructor;
|
|
4365
4395
|
default: boolean;
|
|
@@ -4383,13 +4413,13 @@ export declare const PlusPage: {
|
|
|
4383
4413
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4384
4414
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4385
4415
|
highlightCurrentRow: BooleanConstructor;
|
|
4386
|
-
currentRowKey: (
|
|
4416
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4387
4417
|
emptyText: StringConstructor;
|
|
4388
4418
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4389
4419
|
defaultExpandAll: BooleanConstructor;
|
|
4390
4420
|
defaultSort: PropType< Sort | undefined>;
|
|
4391
4421
|
tooltipEffect: StringConstructor;
|
|
4392
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4422
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4393
4423
|
spanMethod: PropType<((data: {
|
|
4394
4424
|
row: any;
|
|
4395
4425
|
rowIndex: number;
|
|
@@ -4433,7 +4463,7 @@ export declare const PlusPage: {
|
|
|
4433
4463
|
};
|
|
4434
4464
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4435
4465
|
flexible: BooleanConstructor;
|
|
4436
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4466
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4437
4467
|
}>> & {
|
|
4438
4468
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4439
4469
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4553,9 +4583,9 @@ export declare const PlusPage: {
|
|
|
4553
4583
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4554
4584
|
__epPropKey: true;
|
|
4555
4585
|
};
|
|
4556
|
-
width: (
|
|
4557
|
-
height: (
|
|
4558
|
-
maxHeight: (
|
|
4586
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4587
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4588
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4559
4589
|
fit: {
|
|
4560
4590
|
type: BooleanConstructor;
|
|
4561
4591
|
default: boolean;
|
|
@@ -4579,13 +4609,13 @@ export declare const PlusPage: {
|
|
|
4579
4609
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4580
4610
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4581
4611
|
highlightCurrentRow: BooleanConstructor;
|
|
4582
|
-
currentRowKey: (
|
|
4612
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4583
4613
|
emptyText: StringConstructor;
|
|
4584
4614
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4585
4615
|
defaultExpandAll: BooleanConstructor;
|
|
4586
4616
|
defaultSort: PropType< Sort | undefined>;
|
|
4587
4617
|
tooltipEffect: StringConstructor;
|
|
4588
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4618
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4589
4619
|
spanMethod: PropType<((data: {
|
|
4590
4620
|
row: any;
|
|
4591
4621
|
rowIndex: number;
|
|
@@ -4629,7 +4659,7 @@ export declare const PlusPage: {
|
|
|
4629
4659
|
};
|
|
4630
4660
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4631
4661
|
flexible: BooleanConstructor;
|
|
4632
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4662
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4633
4663
|
}>> & {
|
|
4634
4664
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4635
4665
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4688,9 +4718,9 @@ export declare const PlusPage: {
|
|
|
4688
4718
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4689
4719
|
__epPropKey: true;
|
|
4690
4720
|
};
|
|
4691
|
-
width: (
|
|
4692
|
-
height: (
|
|
4693
|
-
maxHeight: (
|
|
4721
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4722
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4723
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4694
4724
|
fit: {
|
|
4695
4725
|
type: BooleanConstructor;
|
|
4696
4726
|
default: boolean;
|
|
@@ -4714,13 +4744,13 @@ export declare const PlusPage: {
|
|
|
4714
4744
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4715
4745
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4716
4746
|
highlightCurrentRow: BooleanConstructor;
|
|
4717
|
-
currentRowKey: (
|
|
4747
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4718
4748
|
emptyText: StringConstructor;
|
|
4719
4749
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4720
4750
|
defaultExpandAll: BooleanConstructor;
|
|
4721
4751
|
defaultSort: PropType< Sort | undefined>;
|
|
4722
4752
|
tooltipEffect: StringConstructor;
|
|
4723
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4753
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4724
4754
|
spanMethod: PropType<((data: {
|
|
4725
4755
|
row: any;
|
|
4726
4756
|
rowIndex: number;
|
|
@@ -4764,7 +4794,7 @@ export declare const PlusPage: {
|
|
|
4764
4794
|
};
|
|
4765
4795
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4766
4796
|
flexible: BooleanConstructor;
|
|
4767
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4797
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4768
4798
|
}>> & {
|
|
4769
4799
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4770
4800
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4970,7 +5000,7 @@ export declare const PlusPage: {
|
|
|
4970
5000
|
required: true;
|
|
4971
5001
|
};
|
|
4972
5002
|
pagination: {
|
|
4973
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5003
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
4974
5004
|
default: () => {};
|
|
4975
5005
|
};
|
|
4976
5006
|
postData: {
|
|
@@ -5046,7 +5076,7 @@ export declare const PlusPage: {
|
|
|
5046
5076
|
columns: PlusColumn[];
|
|
5047
5077
|
immediate: boolean;
|
|
5048
5078
|
params: RecordType;
|
|
5049
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
5079
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
5050
5080
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
5051
5081
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
5052
5082
|
isCard: boolean;
|
|
@@ -5109,7 +5139,7 @@ export declare const PlusPage: {
|
|
|
5109
5139
|
required: true;
|
|
5110
5140
|
};
|
|
5111
5141
|
pagination: {
|
|
5112
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5142
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
5113
5143
|
default: () => {};
|
|
5114
5144
|
};
|
|
5115
5145
|
postData: {
|
|
@@ -5178,8 +5208,8 @@ export declare const PlusPage: {
|
|
|
5178
5208
|
$: ComponentInternalInstance;
|
|
5179
5209
|
$data: {};
|
|
5180
5210
|
$props: Partial<{
|
|
5181
|
-
modelValue: FieldValues;
|
|
5182
5211
|
columns: PlusColumn[];
|
|
5212
|
+
modelValue: FieldValues;
|
|
5183
5213
|
labelPosition: "top" | "right" | "left";
|
|
5184
5214
|
inline: boolean;
|
|
5185
5215
|
showNumber: number;
|
|
@@ -5202,9 +5232,11 @@ export declare const PlusPage: {
|
|
|
5202
5232
|
expandText: string;
|
|
5203
5233
|
searchLoading: boolean;
|
|
5204
5234
|
needValidate: boolean;
|
|
5235
|
+
searchIcon: Component | null;
|
|
5236
|
+
resetIcon: Component | null;
|
|
5205
5237
|
}> & Omit<{
|
|
5206
|
-
readonly modelValue: FieldValues;
|
|
5207
5238
|
readonly columns: PlusColumn[];
|
|
5239
|
+
readonly modelValue: FieldValues;
|
|
5208
5240
|
readonly inline: boolean;
|
|
5209
5241
|
readonly showNumber: number;
|
|
5210
5242
|
readonly defaultValues: FieldValues;
|
|
@@ -5227,20 +5259,22 @@ export declare const PlusPage: {
|
|
|
5227
5259
|
readonly searchLoading: boolean;
|
|
5228
5260
|
readonly needValidate: boolean;
|
|
5229
5261
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5230
|
-
|
|
5262
|
+
readonly searchIcon?: Component | null | undefined;
|
|
5263
|
+
readonly resetIcon?: Component | null | undefined;
|
|
5231
5264
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5232
5265
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5266
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5233
5267
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5234
5268
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5235
5269
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5236
|
-
modelValue: {
|
|
5237
|
-
type: PropType<FieldValues>;
|
|
5238
|
-
default: () => {};
|
|
5239
|
-
};
|
|
5240
5270
|
columns: {
|
|
5241
5271
|
type: PropType< PlusColumn[]>;
|
|
5242
5272
|
default: () => never[];
|
|
5243
5273
|
};
|
|
5274
|
+
modelValue: {
|
|
5275
|
+
type: PropType<FieldValues>;
|
|
5276
|
+
default: () => {};
|
|
5277
|
+
};
|
|
5244
5278
|
labelPosition: {
|
|
5245
5279
|
type: PropType<"top" | "right" | "left">;
|
|
5246
5280
|
default: undefined;
|
|
@@ -5319,13 +5353,21 @@ export declare const PlusPage: {
|
|
|
5319
5353
|
type: PropType<boolean>;
|
|
5320
5354
|
default: boolean;
|
|
5321
5355
|
};
|
|
5356
|
+
searchIcon: {
|
|
5357
|
+
type: PropType< Component | null>;
|
|
5358
|
+
default: undefined;
|
|
5359
|
+
};
|
|
5360
|
+
resetIcon: {
|
|
5361
|
+
type: PropType< Component | null>;
|
|
5362
|
+
default: undefined;
|
|
5363
|
+
};
|
|
5322
5364
|
}>> & {
|
|
5323
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5324
5365
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5325
5366
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5367
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5326
5368
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5327
5369
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5328
|
-
}, "
|
|
5370
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
5329
5371
|
$attrs: {
|
|
5330
5372
|
[x: string]: unknown;
|
|
5331
5373
|
};
|
|
@@ -5337,17 +5379,17 @@ export declare const PlusPage: {
|
|
|
5337
5379
|
}>;
|
|
5338
5380
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5339
5381
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5340
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
5382
|
+
$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);
|
|
5341
5383
|
$el: any;
|
|
5342
5384
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5343
|
-
modelValue: {
|
|
5344
|
-
type: PropType<FieldValues>;
|
|
5345
|
-
default: () => {};
|
|
5346
|
-
};
|
|
5347
5385
|
columns: {
|
|
5348
5386
|
type: PropType< PlusColumn[]>;
|
|
5349
5387
|
default: () => never[];
|
|
5350
5388
|
};
|
|
5389
|
+
modelValue: {
|
|
5390
|
+
type: PropType<FieldValues>;
|
|
5391
|
+
default: () => {};
|
|
5392
|
+
};
|
|
5351
5393
|
labelPosition: {
|
|
5352
5394
|
type: PropType<"top" | "right" | "left">;
|
|
5353
5395
|
default: undefined;
|
|
@@ -5426,10 +5468,18 @@ export declare const PlusPage: {
|
|
|
5426
5468
|
type: PropType<boolean>;
|
|
5427
5469
|
default: boolean;
|
|
5428
5470
|
};
|
|
5471
|
+
searchIcon: {
|
|
5472
|
+
type: PropType< Component | null>;
|
|
5473
|
+
default: undefined;
|
|
5474
|
+
};
|
|
5475
|
+
resetIcon: {
|
|
5476
|
+
type: PropType< Component | null>;
|
|
5477
|
+
default: undefined;
|
|
5478
|
+
};
|
|
5429
5479
|
}>> & {
|
|
5430
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5431
5480
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5432
5481
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5482
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5433
5483
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5434
5484
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5435
5485
|
}, {
|
|
@@ -5437,11 +5487,11 @@ export declare const PlusPage: {
|
|
|
5437
5487
|
$: ComponentInternalInstance;
|
|
5438
5488
|
$data: {};
|
|
5439
5489
|
$props: Partial<{
|
|
5440
|
-
modelValue: FieldValues;
|
|
5441
5490
|
collapseDuration: number;
|
|
5442
5491
|
collapseTransition: boolean;
|
|
5443
5492
|
columns: PlusColumn[];
|
|
5444
5493
|
group: false | PlusFormGroupRow[];
|
|
5494
|
+
modelValue: FieldValues;
|
|
5445
5495
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5446
5496
|
labelPosition: "top" | "right" | "left";
|
|
5447
5497
|
labelWidth: string | number;
|
|
@@ -5462,7 +5512,7 @@ export declare const PlusPage: {
|
|
|
5462
5512
|
submitText: string;
|
|
5463
5513
|
resetText: string;
|
|
5464
5514
|
submitLoading: boolean;
|
|
5465
|
-
footerAlign: "
|
|
5515
|
+
footerAlign: "right" | "left" | "center";
|
|
5466
5516
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5467
5517
|
style?: CSSProperties | undefined;
|
|
5468
5518
|
class?: any;
|
|
@@ -5470,9 +5520,9 @@ export declare const PlusPage: {
|
|
|
5470
5520
|
prevent: boolean;
|
|
5471
5521
|
clearable: boolean;
|
|
5472
5522
|
}> & Omit<{
|
|
5473
|
-
readonly modelValue: FieldValues;
|
|
5474
5523
|
readonly columns: PlusColumn[];
|
|
5475
5524
|
readonly group: false | PlusFormGroupRow[];
|
|
5525
|
+
readonly modelValue: FieldValues;
|
|
5476
5526
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5477
5527
|
readonly labelPosition: "top" | "right" | "left";
|
|
5478
5528
|
readonly labelWidth: string | number;
|
|
@@ -5493,7 +5543,7 @@ export declare const PlusPage: {
|
|
|
5493
5543
|
readonly submitText: string;
|
|
5494
5544
|
readonly resetText: string;
|
|
5495
5545
|
readonly submitLoading: boolean;
|
|
5496
|
-
readonly footerAlign: "
|
|
5546
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
5497
5547
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5498
5548
|
style?: CSSProperties | undefined;
|
|
5499
5549
|
class?: any;
|
|
@@ -5502,17 +5552,13 @@ export declare const PlusPage: {
|
|
|
5502
5552
|
readonly clearable: boolean;
|
|
5503
5553
|
readonly collapseDuration?: number | undefined;
|
|
5504
5554
|
readonly collapseTransition?: boolean | undefined;
|
|
5505
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5506
5555
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5507
5556
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5508
5557
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5558
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5509
5559
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5510
5560
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5511
5561
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5512
|
-
modelValue: {
|
|
5513
|
-
type: PropType<FieldValues>;
|
|
5514
|
-
default: () => {};
|
|
5515
|
-
};
|
|
5516
5562
|
collapseDuration: {
|
|
5517
5563
|
type: PropType<number>;
|
|
5518
5564
|
default: undefined;
|
|
@@ -5529,6 +5575,10 @@ export declare const PlusPage: {
|
|
|
5529
5575
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5530
5576
|
default: boolean;
|
|
5531
5577
|
};
|
|
5578
|
+
modelValue: {
|
|
5579
|
+
type: PropType<FieldValues>;
|
|
5580
|
+
default: () => {};
|
|
5581
|
+
};
|
|
5532
5582
|
rules: {
|
|
5533
5583
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5534
5584
|
default: () => {};
|
|
@@ -5592,7 +5642,7 @@ export declare const PlusPage: {
|
|
|
5592
5642
|
default: boolean;
|
|
5593
5643
|
};
|
|
5594
5644
|
footerAlign: {
|
|
5595
|
-
type: PropType<"
|
|
5645
|
+
type: PropType<"right" | "left" | "center">;
|
|
5596
5646
|
default: string;
|
|
5597
5647
|
};
|
|
5598
5648
|
cardProps: {
|
|
@@ -5611,13 +5661,13 @@ export declare const PlusPage: {
|
|
|
5611
5661
|
default: boolean;
|
|
5612
5662
|
};
|
|
5613
5663
|
}>> & {
|
|
5614
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5615
5664
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5616
5665
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5617
5666
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5667
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5618
5668
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5619
5669
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5620
|
-
}, "
|
|
5670
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
5621
5671
|
$attrs: {
|
|
5622
5672
|
[x: string]: unknown;
|
|
5623
5673
|
};
|
|
@@ -5629,13 +5679,9 @@ export declare const PlusPage: {
|
|
|
5629
5679
|
}>;
|
|
5630
5680
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5631
5681
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5632
|
-
$emit: ((event: "
|
|
5682
|
+
$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);
|
|
5633
5683
|
$el: any;
|
|
5634
5684
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5635
|
-
modelValue: {
|
|
5636
|
-
type: PropType<FieldValues>;
|
|
5637
|
-
default: () => {};
|
|
5638
|
-
};
|
|
5639
5685
|
collapseDuration: {
|
|
5640
5686
|
type: PropType<number>;
|
|
5641
5687
|
default: undefined;
|
|
@@ -5652,6 +5698,10 @@ export declare const PlusPage: {
|
|
|
5652
5698
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5653
5699
|
default: boolean;
|
|
5654
5700
|
};
|
|
5701
|
+
modelValue: {
|
|
5702
|
+
type: PropType<FieldValues>;
|
|
5703
|
+
default: () => {};
|
|
5704
|
+
};
|
|
5655
5705
|
rules: {
|
|
5656
5706
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5657
5707
|
default: () => {};
|
|
@@ -5715,7 +5765,7 @@ export declare const PlusPage: {
|
|
|
5715
5765
|
default: boolean;
|
|
5716
5766
|
};
|
|
5717
5767
|
footerAlign: {
|
|
5718
|
-
type: PropType<"
|
|
5768
|
+
type: PropType<"right" | "left" | "center">;
|
|
5719
5769
|
default: string;
|
|
5720
5770
|
};
|
|
5721
5771
|
cardProps: {
|
|
@@ -5734,10 +5784,10 @@ export declare const PlusPage: {
|
|
|
5734
5784
|
default: boolean;
|
|
5735
5785
|
};
|
|
5736
5786
|
}>> & {
|
|
5737
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5738
5787
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5739
5788
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5740
5789
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5790
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5741
5791
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5742
5792
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5743
5793
|
}, {
|
|
@@ -6033,11 +6083,11 @@ export declare const PlusPage: {
|
|
|
6033
6083
|
submitError: (errors: unknown) => void;
|
|
6034
6084
|
validate: (...args: any[]) => void;
|
|
6035
6085
|
}, string, {
|
|
6036
|
-
modelValue: FieldValues;
|
|
6037
6086
|
collapseDuration: number;
|
|
6038
6087
|
collapseTransition: boolean;
|
|
6039
6088
|
columns: PlusColumn[];
|
|
6040
6089
|
group: false | PlusFormGroupRow[];
|
|
6090
|
+
modelValue: FieldValues;
|
|
6041
6091
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6042
6092
|
labelPosition: "top" | "right" | "left";
|
|
6043
6093
|
labelWidth: string | number;
|
|
@@ -6058,7 +6108,7 @@ export declare const PlusPage: {
|
|
|
6058
6108
|
submitText: string;
|
|
6059
6109
|
resetText: string;
|
|
6060
6110
|
submitLoading: boolean;
|
|
6061
|
-
footerAlign: "
|
|
6111
|
+
footerAlign: "right" | "left" | "center";
|
|
6062
6112
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6063
6113
|
style?: CSSProperties | undefined;
|
|
6064
6114
|
class?: any;
|
|
@@ -6086,10 +6136,6 @@ export declare const PlusPage: {
|
|
|
6086
6136
|
$nextTick: nextTick;
|
|
6087
6137
|
$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;
|
|
6088
6138
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6089
|
-
modelValue: {
|
|
6090
|
-
type: PropType<FieldValues>;
|
|
6091
|
-
default: () => {};
|
|
6092
|
-
};
|
|
6093
6139
|
collapseDuration: {
|
|
6094
6140
|
type: PropType<number>;
|
|
6095
6141
|
default: undefined;
|
|
@@ -6106,6 +6152,10 @@ export declare const PlusPage: {
|
|
|
6106
6152
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6107
6153
|
default: boolean;
|
|
6108
6154
|
};
|
|
6155
|
+
modelValue: {
|
|
6156
|
+
type: PropType<FieldValues>;
|
|
6157
|
+
default: () => {};
|
|
6158
|
+
};
|
|
6109
6159
|
rules: {
|
|
6110
6160
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6111
6161
|
default: () => {};
|
|
@@ -6169,7 +6219,7 @@ export declare const PlusPage: {
|
|
|
6169
6219
|
default: boolean;
|
|
6170
6220
|
};
|
|
6171
6221
|
footerAlign: {
|
|
6172
|
-
type: PropType<"
|
|
6222
|
+
type: PropType<"right" | "left" | "center">;
|
|
6173
6223
|
default: string;
|
|
6174
6224
|
};
|
|
6175
6225
|
cardProps: {
|
|
@@ -6188,10 +6238,10 @@ export declare const PlusPage: {
|
|
|
6188
6238
|
default: boolean;
|
|
6189
6239
|
};
|
|
6190
6240
|
}>> & {
|
|
6191
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6192
6241
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6193
6242
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6194
6243
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6244
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6195
6245
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6196
6246
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6197
6247
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6492,14 +6542,14 @@ export declare const PlusPage: {
|
|
|
6492
6542
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6493
6543
|
columns?: PlusColumn[] | undefined;
|
|
6494
6544
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6495
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
6545
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6496
6546
|
readonly label: string | ComputedRef<string>;
|
|
6497
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6547
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6498
6548
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6499
|
-
readonly tooltip: string |
|
|
6549
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6500
6550
|
style?: CSSProperties | undefined;
|
|
6501
6551
|
class?: any;
|
|
6502
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6552
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6503
6553
|
style?: CSSProperties | undefined;
|
|
6504
6554
|
class?: any;
|
|
6505
6555
|
} & RecordType>>;
|
|
@@ -6560,12 +6610,12 @@ export declare const PlusPage: {
|
|
|
6560
6610
|
fieldInstance?: any;
|
|
6561
6611
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6562
6612
|
prop: string;
|
|
6563
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6613
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6564
6614
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6565
|
-
tooltip: string |
|
|
6615
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6566
6616
|
style?: CSSProperties | undefined;
|
|
6567
6617
|
class?: any;
|
|
6568
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6618
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6569
6619
|
style?: CSSProperties | undefined;
|
|
6570
6620
|
class?: any;
|
|
6571
6621
|
} & RecordType>>;
|
|
@@ -6588,14 +6638,14 @@ export declare const PlusPage: {
|
|
|
6588
6638
|
clearable: boolean;
|
|
6589
6639
|
index: number;
|
|
6590
6640
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6591
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
6641
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6592
6642
|
readonly label: string | ComputedRef<string>;
|
|
6593
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6643
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6594
6644
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6595
|
-
readonly tooltip: string |
|
|
6645
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6596
6646
|
style?: CSSProperties | undefined;
|
|
6597
6647
|
class?: any;
|
|
6598
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6648
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6599
6649
|
style?: CSSProperties | undefined;
|
|
6600
6650
|
class?: any;
|
|
6601
6651
|
} & RecordType>>;
|
|
@@ -6656,12 +6706,12 @@ export declare const PlusPage: {
|
|
|
6656
6706
|
fieldInstance?: any;
|
|
6657
6707
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6658
6708
|
prop: string;
|
|
6659
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6709
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6660
6710
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6661
|
-
tooltip: string |
|
|
6711
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6662
6712
|
style?: CSSProperties | undefined;
|
|
6663
6713
|
class?: any;
|
|
6664
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6714
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6665
6715
|
style?: CSSProperties | undefined;
|
|
6666
6716
|
class?: any;
|
|
6667
6717
|
} & RecordType>>;
|
|
@@ -6707,8 +6757,8 @@ export declare const PlusPage: {
|
|
|
6707
6757
|
reset: (values: FieldValues) => void;
|
|
6708
6758
|
collapse: (isShowUnfold: boolean) => void;
|
|
6709
6759
|
}, string, {
|
|
6710
|
-
modelValue: FieldValues;
|
|
6711
6760
|
columns: PlusColumn[];
|
|
6761
|
+
modelValue: FieldValues;
|
|
6712
6762
|
labelPosition: "top" | "right" | "left";
|
|
6713
6763
|
inline: boolean;
|
|
6714
6764
|
showNumber: number;
|
|
@@ -6731,6 +6781,8 @@ export declare const PlusPage: {
|
|
|
6731
6781
|
expandText: string;
|
|
6732
6782
|
searchLoading: boolean;
|
|
6733
6783
|
needValidate: boolean;
|
|
6784
|
+
searchIcon: Component | null;
|
|
6785
|
+
resetIcon: Component | null;
|
|
6734
6786
|
}, {}, string, {}> & {
|
|
6735
6787
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
6736
6788
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -6752,14 +6804,14 @@ export declare const PlusPage: {
|
|
|
6752
6804
|
$nextTick: nextTick;
|
|
6753
6805
|
$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;
|
|
6754
6806
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6755
|
-
modelValue: {
|
|
6756
|
-
type: PropType<FieldValues>;
|
|
6757
|
-
default: () => {};
|
|
6758
|
-
};
|
|
6759
6807
|
columns: {
|
|
6760
6808
|
type: PropType< PlusColumn[]>;
|
|
6761
6809
|
default: () => never[];
|
|
6762
6810
|
};
|
|
6811
|
+
modelValue: {
|
|
6812
|
+
type: PropType<FieldValues>;
|
|
6813
|
+
default: () => {};
|
|
6814
|
+
};
|
|
6763
6815
|
labelPosition: {
|
|
6764
6816
|
type: PropType<"top" | "right" | "left">;
|
|
6765
6817
|
default: undefined;
|
|
@@ -6838,10 +6890,18 @@ export declare const PlusPage: {
|
|
|
6838
6890
|
type: PropType<boolean>;
|
|
6839
6891
|
default: boolean;
|
|
6840
6892
|
};
|
|
6893
|
+
searchIcon: {
|
|
6894
|
+
type: PropType< Component | null>;
|
|
6895
|
+
default: undefined;
|
|
6896
|
+
};
|
|
6897
|
+
resetIcon: {
|
|
6898
|
+
type: PropType< Component | null>;
|
|
6899
|
+
default: undefined;
|
|
6900
|
+
};
|
|
6841
6901
|
}>> & {
|
|
6842
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6843
6902
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6844
6903
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6904
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6845
6905
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
6846
6906
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
6847
6907
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -6849,11 +6909,11 @@ export declare const PlusPage: {
|
|
|
6849
6909
|
$: ComponentInternalInstance;
|
|
6850
6910
|
$data: {};
|
|
6851
6911
|
$props: Partial<{
|
|
6852
|
-
modelValue: FieldValues;
|
|
6853
6912
|
collapseDuration: number;
|
|
6854
6913
|
collapseTransition: boolean;
|
|
6855
6914
|
columns: PlusColumn[];
|
|
6856
6915
|
group: false | PlusFormGroupRow[];
|
|
6916
|
+
modelValue: FieldValues;
|
|
6857
6917
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6858
6918
|
labelPosition: "top" | "right" | "left";
|
|
6859
6919
|
labelWidth: string | number;
|
|
@@ -6874,7 +6934,7 @@ export declare const PlusPage: {
|
|
|
6874
6934
|
submitText: string;
|
|
6875
6935
|
resetText: string;
|
|
6876
6936
|
submitLoading: boolean;
|
|
6877
|
-
footerAlign: "
|
|
6937
|
+
footerAlign: "right" | "left" | "center";
|
|
6878
6938
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6879
6939
|
style?: CSSProperties | undefined;
|
|
6880
6940
|
class?: any;
|
|
@@ -6882,9 +6942,9 @@ export declare const PlusPage: {
|
|
|
6882
6942
|
prevent: boolean;
|
|
6883
6943
|
clearable: boolean;
|
|
6884
6944
|
}> & Omit<{
|
|
6885
|
-
readonly modelValue: FieldValues;
|
|
6886
6945
|
readonly columns: PlusColumn[];
|
|
6887
6946
|
readonly group: false | PlusFormGroupRow[];
|
|
6947
|
+
readonly modelValue: FieldValues;
|
|
6888
6948
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6889
6949
|
readonly labelPosition: "top" | "right" | "left";
|
|
6890
6950
|
readonly labelWidth: string | number;
|
|
@@ -6905,7 +6965,7 @@ export declare const PlusPage: {
|
|
|
6905
6965
|
readonly submitText: string;
|
|
6906
6966
|
readonly resetText: string;
|
|
6907
6967
|
readonly submitLoading: boolean;
|
|
6908
|
-
readonly footerAlign: "
|
|
6968
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
6909
6969
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
6910
6970
|
style?: CSSProperties | undefined;
|
|
6911
6971
|
class?: any;
|
|
@@ -6914,17 +6974,13 @@ export declare const PlusPage: {
|
|
|
6914
6974
|
readonly clearable: boolean;
|
|
6915
6975
|
readonly collapseDuration?: number | undefined;
|
|
6916
6976
|
readonly collapseTransition?: boolean | undefined;
|
|
6917
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6918
6977
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6919
6978
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6920
6979
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6980
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6921
6981
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6922
6982
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6923
6983
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
6924
|
-
modelValue: {
|
|
6925
|
-
type: PropType<FieldValues>;
|
|
6926
|
-
default: () => {};
|
|
6927
|
-
};
|
|
6928
6984
|
collapseDuration: {
|
|
6929
6985
|
type: PropType<number>;
|
|
6930
6986
|
default: undefined;
|
|
@@ -6941,6 +6997,10 @@ export declare const PlusPage: {
|
|
|
6941
6997
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6942
6998
|
default: boolean;
|
|
6943
6999
|
};
|
|
7000
|
+
modelValue: {
|
|
7001
|
+
type: PropType<FieldValues>;
|
|
7002
|
+
default: () => {};
|
|
7003
|
+
};
|
|
6944
7004
|
rules: {
|
|
6945
7005
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6946
7006
|
default: () => {};
|
|
@@ -7004,7 +7064,7 @@ export declare const PlusPage: {
|
|
|
7004
7064
|
default: boolean;
|
|
7005
7065
|
};
|
|
7006
7066
|
footerAlign: {
|
|
7007
|
-
type: PropType<"
|
|
7067
|
+
type: PropType<"right" | "left" | "center">;
|
|
7008
7068
|
default: string;
|
|
7009
7069
|
};
|
|
7010
7070
|
cardProps: {
|
|
@@ -7023,13 +7083,13 @@ export declare const PlusPage: {
|
|
|
7023
7083
|
default: boolean;
|
|
7024
7084
|
};
|
|
7025
7085
|
}>> & {
|
|
7026
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7027
7086
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7028
7087
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7029
7088
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7089
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7030
7090
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7031
7091
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7032
|
-
}, "
|
|
7092
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7033
7093
|
$attrs: {
|
|
7034
7094
|
[x: string]: unknown;
|
|
7035
7095
|
};
|
|
@@ -7041,13 +7101,9 @@ export declare const PlusPage: {
|
|
|
7041
7101
|
}>;
|
|
7042
7102
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7043
7103
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7044
|
-
$emit: ((event: "
|
|
7104
|
+
$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);
|
|
7045
7105
|
$el: any;
|
|
7046
7106
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7047
|
-
modelValue: {
|
|
7048
|
-
type: PropType<FieldValues>;
|
|
7049
|
-
default: () => {};
|
|
7050
|
-
};
|
|
7051
7107
|
collapseDuration: {
|
|
7052
7108
|
type: PropType<number>;
|
|
7053
7109
|
default: undefined;
|
|
@@ -7064,6 +7120,10 @@ export declare const PlusPage: {
|
|
|
7064
7120
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7065
7121
|
default: boolean;
|
|
7066
7122
|
};
|
|
7123
|
+
modelValue: {
|
|
7124
|
+
type: PropType<FieldValues>;
|
|
7125
|
+
default: () => {};
|
|
7126
|
+
};
|
|
7067
7127
|
rules: {
|
|
7068
7128
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7069
7129
|
default: () => {};
|
|
@@ -7127,7 +7187,7 @@ export declare const PlusPage: {
|
|
|
7127
7187
|
default: boolean;
|
|
7128
7188
|
};
|
|
7129
7189
|
footerAlign: {
|
|
7130
|
-
type: PropType<"
|
|
7190
|
+
type: PropType<"right" | "left" | "center">;
|
|
7131
7191
|
default: string;
|
|
7132
7192
|
};
|
|
7133
7193
|
cardProps: {
|
|
@@ -7146,10 +7206,10 @@ export declare const PlusPage: {
|
|
|
7146
7206
|
default: boolean;
|
|
7147
7207
|
};
|
|
7148
7208
|
}>> & {
|
|
7149
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7150
7209
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7151
7210
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7152
7211
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7212
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7153
7213
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7154
7214
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7155
7215
|
}, {
|
|
@@ -7445,11 +7505,11 @@ export declare const PlusPage: {
|
|
|
7445
7505
|
submitError: (errors: unknown) => void;
|
|
7446
7506
|
validate: (...args: any[]) => void;
|
|
7447
7507
|
}, string, {
|
|
7448
|
-
modelValue: FieldValues;
|
|
7449
7508
|
collapseDuration: number;
|
|
7450
7509
|
collapseTransition: boolean;
|
|
7451
7510
|
columns: PlusColumn[];
|
|
7452
7511
|
group: false | PlusFormGroupRow[];
|
|
7512
|
+
modelValue: FieldValues;
|
|
7453
7513
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7454
7514
|
labelPosition: "top" | "right" | "left";
|
|
7455
7515
|
labelWidth: string | number;
|
|
@@ -7470,7 +7530,7 @@ export declare const PlusPage: {
|
|
|
7470
7530
|
submitText: string;
|
|
7471
7531
|
resetText: string;
|
|
7472
7532
|
submitLoading: boolean;
|
|
7473
|
-
footerAlign: "
|
|
7533
|
+
footerAlign: "right" | "left" | "center";
|
|
7474
7534
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7475
7535
|
style?: CSSProperties | undefined;
|
|
7476
7536
|
class?: any;
|
|
@@ -7498,10 +7558,6 @@ export declare const PlusPage: {
|
|
|
7498
7558
|
$nextTick: nextTick;
|
|
7499
7559
|
$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;
|
|
7500
7560
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7501
|
-
modelValue: {
|
|
7502
|
-
type: PropType<FieldValues>;
|
|
7503
|
-
default: () => {};
|
|
7504
|
-
};
|
|
7505
7561
|
collapseDuration: {
|
|
7506
7562
|
type: PropType<number>;
|
|
7507
7563
|
default: undefined;
|
|
@@ -7518,6 +7574,10 @@ export declare const PlusPage: {
|
|
|
7518
7574
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7519
7575
|
default: boolean;
|
|
7520
7576
|
};
|
|
7577
|
+
modelValue: {
|
|
7578
|
+
type: PropType<FieldValues>;
|
|
7579
|
+
default: () => {};
|
|
7580
|
+
};
|
|
7521
7581
|
rules: {
|
|
7522
7582
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7523
7583
|
default: () => {};
|
|
@@ -7581,7 +7641,7 @@ export declare const PlusPage: {
|
|
|
7581
7641
|
default: boolean;
|
|
7582
7642
|
};
|
|
7583
7643
|
footerAlign: {
|
|
7584
|
-
type: PropType<"
|
|
7644
|
+
type: PropType<"right" | "left" | "center">;
|
|
7585
7645
|
default: string;
|
|
7586
7646
|
};
|
|
7587
7647
|
cardProps: {
|
|
@@ -7600,10 +7660,10 @@ export declare const PlusPage: {
|
|
|
7600
7660
|
default: boolean;
|
|
7601
7661
|
};
|
|
7602
7662
|
}>> & {
|
|
7603
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7604
7663
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7605
7664
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7606
7665
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7666
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7607
7667
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7608
7668
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7609
7669
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -7904,14 +7964,14 @@ export declare const PlusPage: {
|
|
|
7904
7964
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
7905
7965
|
columns?: PlusColumn[] | undefined;
|
|
7906
7966
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7907
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
7967
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
7908
7968
|
readonly label: string | ComputedRef<string>;
|
|
7909
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
7969
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7910
7970
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7911
|
-
readonly tooltip: string |
|
|
7971
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7912
7972
|
style?: CSSProperties | undefined;
|
|
7913
7973
|
class?: any;
|
|
7914
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7974
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7915
7975
|
style?: CSSProperties | undefined;
|
|
7916
7976
|
class?: any;
|
|
7917
7977
|
} & RecordType>>;
|
|
@@ -7972,12 +8032,12 @@ export declare const PlusPage: {
|
|
|
7972
8032
|
fieldInstance?: any;
|
|
7973
8033
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7974
8034
|
prop: string;
|
|
7975
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8035
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7976
8036
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7977
|
-
tooltip: string |
|
|
8037
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7978
8038
|
style?: CSSProperties | undefined;
|
|
7979
8039
|
class?: any;
|
|
7980
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8040
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7981
8041
|
style?: CSSProperties | undefined;
|
|
7982
8042
|
class?: any;
|
|
7983
8043
|
} & RecordType>>;
|
|
@@ -8000,14 +8060,14 @@ export declare const PlusPage: {
|
|
|
8000
8060
|
clearable: boolean;
|
|
8001
8061
|
index: number;
|
|
8002
8062
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8003
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8063
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8004
8064
|
readonly label: string | ComputedRef<string>;
|
|
8005
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8065
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8006
8066
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8007
|
-
readonly tooltip: string |
|
|
8067
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8008
8068
|
style?: CSSProperties | undefined;
|
|
8009
8069
|
class?: any;
|
|
8010
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8070
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8011
8071
|
style?: CSSProperties | undefined;
|
|
8012
8072
|
class?: any;
|
|
8013
8073
|
} & RecordType>>;
|
|
@@ -8068,12 +8128,12 @@ export declare const PlusPage: {
|
|
|
8068
8128
|
fieldInstance?: any;
|
|
8069
8129
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8070
8130
|
prop: string;
|
|
8071
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8131
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8072
8132
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8073
|
-
tooltip: string |
|
|
8133
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8074
8134
|
style?: CSSProperties | undefined;
|
|
8075
8135
|
class?: any;
|
|
8076
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8136
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8077
8137
|
style?: CSSProperties | undefined;
|
|
8078
8138
|
class?: any;
|
|
8079
8139
|
} & RecordType>>;
|
|
@@ -8114,14 +8174,14 @@ export declare const PlusPage: {
|
|
|
8114
8174
|
handleUnfold: (e: MouseEvent) => void;
|
|
8115
8175
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8116
8176
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8117
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8177
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8118
8178
|
readonly label: string | ComputedRef<string>;
|
|
8119
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8179
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8120
8180
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8121
|
-
readonly tooltip: string |
|
|
8181
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8122
8182
|
style?: CSSProperties | undefined;
|
|
8123
8183
|
class?: any;
|
|
8124
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8184
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8125
8185
|
style?: CSSProperties | undefined;
|
|
8126
8186
|
class?: any;
|
|
8127
8187
|
} & RecordType>>;
|
|
@@ -8182,12 +8242,12 @@ export declare const PlusPage: {
|
|
|
8182
8242
|
fieldInstance?: any;
|
|
8183
8243
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8184
8244
|
prop: string;
|
|
8185
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8245
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8186
8246
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8187
|
-
tooltip: string |
|
|
8247
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8188
8248
|
style?: CSSProperties | undefined;
|
|
8189
8249
|
class?: any;
|
|
8190
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8250
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8191
8251
|
style?: CSSProperties | undefined;
|
|
8192
8252
|
class?: any;
|
|
8193
8253
|
} & RecordType>>;
|
|
@@ -8644,9 +8704,9 @@ export declare const PlusPage: {
|
|
|
8644
8704
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8645
8705
|
__epPropKey: true;
|
|
8646
8706
|
};
|
|
8647
|
-
width: (
|
|
8648
|
-
height: (
|
|
8649
|
-
maxHeight: (
|
|
8707
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
8708
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
8709
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
8650
8710
|
fit: {
|
|
8651
8711
|
type: BooleanConstructor;
|
|
8652
8712
|
default: boolean;
|
|
@@ -8670,13 +8730,13 @@ export declare const PlusPage: {
|
|
|
8670
8730
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
8671
8731
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
8672
8732
|
highlightCurrentRow: BooleanConstructor;
|
|
8673
|
-
currentRowKey: (
|
|
8733
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
8674
8734
|
emptyText: StringConstructor;
|
|
8675
8735
|
expandRowKeys: PropType<any[] | undefined>;
|
|
8676
8736
|
defaultExpandAll: BooleanConstructor;
|
|
8677
8737
|
defaultSort: PropType< Sort | undefined>;
|
|
8678
8738
|
tooltipEffect: StringConstructor;
|
|
8679
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
8739
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
8680
8740
|
spanMethod: PropType<((data: {
|
|
8681
8741
|
row: any;
|
|
8682
8742
|
rowIndex: number;
|
|
@@ -8720,7 +8780,7 @@ export declare const PlusPage: {
|
|
|
8720
8780
|
};
|
|
8721
8781
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
8722
8782
|
flexible: BooleanConstructor;
|
|
8723
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
8783
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
8724
8784
|
}>> & {
|
|
8725
8785
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8726
8786
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -8840,9 +8900,9 @@ export declare const PlusPage: {
|
|
|
8840
8900
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8841
8901
|
__epPropKey: true;
|
|
8842
8902
|
};
|
|
8843
|
-
width: (
|
|
8844
|
-
height: (
|
|
8845
|
-
maxHeight: (
|
|
8903
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
8904
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
8905
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
8846
8906
|
fit: {
|
|
8847
8907
|
type: BooleanConstructor;
|
|
8848
8908
|
default: boolean;
|
|
@@ -8866,13 +8926,13 @@ export declare const PlusPage: {
|
|
|
8866
8926
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
8867
8927
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
8868
8928
|
highlightCurrentRow: BooleanConstructor;
|
|
8869
|
-
currentRowKey: (
|
|
8929
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
8870
8930
|
emptyText: StringConstructor;
|
|
8871
8931
|
expandRowKeys: PropType<any[] | undefined>;
|
|
8872
8932
|
defaultExpandAll: BooleanConstructor;
|
|
8873
8933
|
defaultSort: PropType< Sort | undefined>;
|
|
8874
8934
|
tooltipEffect: StringConstructor;
|
|
8875
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
8935
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
8876
8936
|
spanMethod: PropType<((data: {
|
|
8877
8937
|
row: any;
|
|
8878
8938
|
rowIndex: number;
|
|
@@ -8916,7 +8976,7 @@ export declare const PlusPage: {
|
|
|
8916
8976
|
};
|
|
8917
8977
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
8918
8978
|
flexible: BooleanConstructor;
|
|
8919
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
8979
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
8920
8980
|
}>> & {
|
|
8921
8981
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8922
8982
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -8975,9 +9035,9 @@ export declare const PlusPage: {
|
|
|
8975
9035
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8976
9036
|
__epPropKey: true;
|
|
8977
9037
|
};
|
|
8978
|
-
width: (
|
|
8979
|
-
height: (
|
|
8980
|
-
maxHeight: (
|
|
9038
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9039
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9040
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
8981
9041
|
fit: {
|
|
8982
9042
|
type: BooleanConstructor;
|
|
8983
9043
|
default: boolean;
|
|
@@ -9001,13 +9061,13 @@ export declare const PlusPage: {
|
|
|
9001
9061
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9002
9062
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9003
9063
|
highlightCurrentRow: BooleanConstructor;
|
|
9004
|
-
currentRowKey: (
|
|
9064
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9005
9065
|
emptyText: StringConstructor;
|
|
9006
9066
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9007
9067
|
defaultExpandAll: BooleanConstructor;
|
|
9008
9068
|
defaultSort: PropType< Sort | undefined>;
|
|
9009
9069
|
tooltipEffect: StringConstructor;
|
|
9010
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9070
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9011
9071
|
spanMethod: PropType<((data: {
|
|
9012
9072
|
row: any;
|
|
9013
9073
|
rowIndex: number;
|
|
@@ -9051,7 +9111,7 @@ export declare const PlusPage: {
|
|
|
9051
9111
|
};
|
|
9052
9112
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9053
9113
|
flexible: BooleanConstructor;
|
|
9054
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9114
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9055
9115
|
}>> & {
|
|
9056
9116
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9057
9117
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9418,9 +9478,9 @@ export declare const PlusPage: {
|
|
|
9418
9478
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9419
9479
|
__epPropKey: true;
|
|
9420
9480
|
};
|
|
9421
|
-
width: (
|
|
9422
|
-
height: (
|
|
9423
|
-
maxHeight: (
|
|
9481
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9482
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9483
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9424
9484
|
fit: {
|
|
9425
9485
|
type: BooleanConstructor;
|
|
9426
9486
|
default: boolean;
|
|
@@ -9444,13 +9504,13 @@ export declare const PlusPage: {
|
|
|
9444
9504
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9445
9505
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9446
9506
|
highlightCurrentRow: BooleanConstructor;
|
|
9447
|
-
currentRowKey: (
|
|
9507
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9448
9508
|
emptyText: StringConstructor;
|
|
9449
9509
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9450
9510
|
defaultExpandAll: BooleanConstructor;
|
|
9451
9511
|
defaultSort: PropType< Sort | undefined>;
|
|
9452
9512
|
tooltipEffect: StringConstructor;
|
|
9453
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9513
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9454
9514
|
spanMethod: PropType<((data: {
|
|
9455
9515
|
row: any;
|
|
9456
9516
|
rowIndex: number;
|
|
@@ -9494,7 +9554,7 @@ export declare const PlusPage: {
|
|
|
9494
9554
|
};
|
|
9495
9555
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9496
9556
|
flexible: BooleanConstructor;
|
|
9497
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9557
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9498
9558
|
}>> & {
|
|
9499
9559
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9500
9560
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9614,9 +9674,9 @@ export declare const PlusPage: {
|
|
|
9614
9674
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9615
9675
|
__epPropKey: true;
|
|
9616
9676
|
};
|
|
9617
|
-
width: (
|
|
9618
|
-
height: (
|
|
9619
|
-
maxHeight: (
|
|
9677
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9678
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9679
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9620
9680
|
fit: {
|
|
9621
9681
|
type: BooleanConstructor;
|
|
9622
9682
|
default: boolean;
|
|
@@ -9640,13 +9700,13 @@ export declare const PlusPage: {
|
|
|
9640
9700
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9641
9701
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9642
9702
|
highlightCurrentRow: BooleanConstructor;
|
|
9643
|
-
currentRowKey: (
|
|
9703
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9644
9704
|
emptyText: StringConstructor;
|
|
9645
9705
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9646
9706
|
defaultExpandAll: BooleanConstructor;
|
|
9647
9707
|
defaultSort: PropType< Sort | undefined>;
|
|
9648
9708
|
tooltipEffect: StringConstructor;
|
|
9649
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9709
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9650
9710
|
spanMethod: PropType<((data: {
|
|
9651
9711
|
row: any;
|
|
9652
9712
|
rowIndex: number;
|
|
@@ -9690,7 +9750,7 @@ export declare const PlusPage: {
|
|
|
9690
9750
|
};
|
|
9691
9751
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9692
9752
|
flexible: BooleanConstructor;
|
|
9693
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9753
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9694
9754
|
}>> & {
|
|
9695
9755
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9696
9756
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9749,9 +9809,9 @@ export declare const PlusPage: {
|
|
|
9749
9809
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9750
9810
|
__epPropKey: true;
|
|
9751
9811
|
};
|
|
9752
|
-
width: (
|
|
9753
|
-
height: (
|
|
9754
|
-
maxHeight: (
|
|
9812
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9813
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9814
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9755
9815
|
fit: {
|
|
9756
9816
|
type: BooleanConstructor;
|
|
9757
9817
|
default: boolean;
|
|
@@ -9775,13 +9835,13 @@ export declare const PlusPage: {
|
|
|
9775
9835
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9776
9836
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9777
9837
|
highlightCurrentRow: BooleanConstructor;
|
|
9778
|
-
currentRowKey: (
|
|
9838
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9779
9839
|
emptyText: StringConstructor;
|
|
9780
9840
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9781
9841
|
defaultExpandAll: BooleanConstructor;
|
|
9782
9842
|
defaultSort: PropType< Sort | undefined>;
|
|
9783
9843
|
tooltipEffect: StringConstructor;
|
|
9784
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9844
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9785
9845
|
spanMethod: PropType<((data: {
|
|
9786
9846
|
row: any;
|
|
9787
9847
|
rowIndex: number;
|
|
@@ -9825,7 +9885,7 @@ export declare const PlusPage: {
|
|
|
9825
9885
|
};
|
|
9826
9886
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9827
9887
|
flexible: BooleanConstructor;
|
|
9828
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9888
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9829
9889
|
}>> & {
|
|
9830
9890
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9831
9891
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10001,7 +10061,7 @@ export declare const PlusPage: {
|
|
|
10001
10061
|
columns: PlusColumn[];
|
|
10002
10062
|
immediate: boolean;
|
|
10003
10063
|
params: RecordType;
|
|
10004
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
10064
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
10005
10065
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
10006
10066
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
10007
10067
|
isCard: boolean;
|
|
@@ -10061,7 +10121,7 @@ export declare const PlusPage: {
|
|
|
10061
10121
|
required: true;
|
|
10062
10122
|
};
|
|
10063
10123
|
pagination: {
|
|
10064
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
10124
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
10065
10125
|
default: () => {};
|
|
10066
10126
|
};
|
|
10067
10127
|
postData: {
|
|
@@ -10130,8 +10190,8 @@ export declare const PlusPage: {
|
|
|
10130
10190
|
$: ComponentInternalInstance;
|
|
10131
10191
|
$data: {};
|
|
10132
10192
|
$props: Partial<{
|
|
10133
|
-
modelValue: FieldValues;
|
|
10134
10193
|
columns: PlusColumn[];
|
|
10194
|
+
modelValue: FieldValues;
|
|
10135
10195
|
labelPosition: "top" | "right" | "left";
|
|
10136
10196
|
inline: boolean;
|
|
10137
10197
|
showNumber: number;
|
|
@@ -10154,9 +10214,11 @@ export declare const PlusPage: {
|
|
|
10154
10214
|
expandText: string;
|
|
10155
10215
|
searchLoading: boolean;
|
|
10156
10216
|
needValidate: boolean;
|
|
10217
|
+
searchIcon: Component | null;
|
|
10218
|
+
resetIcon: Component | null;
|
|
10157
10219
|
}> & Omit<{
|
|
10158
|
-
readonly modelValue: FieldValues;
|
|
10159
10220
|
readonly columns: PlusColumn[];
|
|
10221
|
+
readonly modelValue: FieldValues;
|
|
10160
10222
|
readonly inline: boolean;
|
|
10161
10223
|
readonly showNumber: number;
|
|
10162
10224
|
readonly defaultValues: FieldValues;
|
|
@@ -10179,20 +10241,22 @@ export declare const PlusPage: {
|
|
|
10179
10241
|
readonly searchLoading: boolean;
|
|
10180
10242
|
readonly needValidate: boolean;
|
|
10181
10243
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
10182
|
-
|
|
10244
|
+
readonly searchIcon?: Component | null | undefined;
|
|
10245
|
+
readonly resetIcon?: Component | null | undefined;
|
|
10183
10246
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10184
10247
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10248
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10185
10249
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
10186
10250
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
10187
10251
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
10188
|
-
modelValue: {
|
|
10189
|
-
type: PropType<FieldValues>;
|
|
10190
|
-
default: () => {};
|
|
10191
|
-
};
|
|
10192
10252
|
columns: {
|
|
10193
10253
|
type: PropType< PlusColumn[]>;
|
|
10194
10254
|
default: () => never[];
|
|
10195
10255
|
};
|
|
10256
|
+
modelValue: {
|
|
10257
|
+
type: PropType<FieldValues>;
|
|
10258
|
+
default: () => {};
|
|
10259
|
+
};
|
|
10196
10260
|
labelPosition: {
|
|
10197
10261
|
type: PropType<"top" | "right" | "left">;
|
|
10198
10262
|
default: undefined;
|
|
@@ -10271,13 +10335,21 @@ export declare const PlusPage: {
|
|
|
10271
10335
|
type: PropType<boolean>;
|
|
10272
10336
|
default: boolean;
|
|
10273
10337
|
};
|
|
10338
|
+
searchIcon: {
|
|
10339
|
+
type: PropType< Component | null>;
|
|
10340
|
+
default: undefined;
|
|
10341
|
+
};
|
|
10342
|
+
resetIcon: {
|
|
10343
|
+
type: PropType< Component | null>;
|
|
10344
|
+
default: undefined;
|
|
10345
|
+
};
|
|
10274
10346
|
}>> & {
|
|
10275
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10276
10347
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10277
10348
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10349
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10278
10350
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
10279
10351
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
10280
|
-
}, "
|
|
10352
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
10281
10353
|
$attrs: {
|
|
10282
10354
|
[x: string]: unknown;
|
|
10283
10355
|
};
|
|
@@ -10289,17 +10361,17 @@ export declare const PlusPage: {
|
|
|
10289
10361
|
}>;
|
|
10290
10362
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10291
10363
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10292
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
10364
|
+
$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);
|
|
10293
10365
|
$el: any;
|
|
10294
10366
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
10295
|
-
modelValue: {
|
|
10296
|
-
type: PropType<FieldValues>;
|
|
10297
|
-
default: () => {};
|
|
10298
|
-
};
|
|
10299
10367
|
columns: {
|
|
10300
10368
|
type: PropType< PlusColumn[]>;
|
|
10301
10369
|
default: () => never[];
|
|
10302
10370
|
};
|
|
10371
|
+
modelValue: {
|
|
10372
|
+
type: PropType<FieldValues>;
|
|
10373
|
+
default: () => {};
|
|
10374
|
+
};
|
|
10303
10375
|
labelPosition: {
|
|
10304
10376
|
type: PropType<"top" | "right" | "left">;
|
|
10305
10377
|
default: undefined;
|
|
@@ -10378,10 +10450,18 @@ export declare const PlusPage: {
|
|
|
10378
10450
|
type: PropType<boolean>;
|
|
10379
10451
|
default: boolean;
|
|
10380
10452
|
};
|
|
10453
|
+
searchIcon: {
|
|
10454
|
+
type: PropType< Component | null>;
|
|
10455
|
+
default: undefined;
|
|
10456
|
+
};
|
|
10457
|
+
resetIcon: {
|
|
10458
|
+
type: PropType< Component | null>;
|
|
10459
|
+
default: undefined;
|
|
10460
|
+
};
|
|
10381
10461
|
}>> & {
|
|
10382
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10383
10462
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10384
10463
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10464
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10385
10465
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
10386
10466
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
10387
10467
|
}, {
|
|
@@ -10389,11 +10469,11 @@ export declare const PlusPage: {
|
|
|
10389
10469
|
$: ComponentInternalInstance;
|
|
10390
10470
|
$data: {};
|
|
10391
10471
|
$props: Partial<{
|
|
10392
|
-
modelValue: FieldValues;
|
|
10393
10472
|
collapseDuration: number;
|
|
10394
10473
|
collapseTransition: boolean;
|
|
10395
10474
|
columns: PlusColumn[];
|
|
10396
10475
|
group: false | PlusFormGroupRow[];
|
|
10476
|
+
modelValue: FieldValues;
|
|
10397
10477
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
10398
10478
|
labelPosition: "top" | "right" | "left";
|
|
10399
10479
|
labelWidth: string | number;
|
|
@@ -10414,7 +10494,7 @@ export declare const PlusPage: {
|
|
|
10414
10494
|
submitText: string;
|
|
10415
10495
|
resetText: string;
|
|
10416
10496
|
submitLoading: boolean;
|
|
10417
|
-
footerAlign: "
|
|
10497
|
+
footerAlign: "right" | "left" | "center";
|
|
10418
10498
|
cardProps: Partial< Mutable<CardProps> & {
|
|
10419
10499
|
style?: CSSProperties | undefined;
|
|
10420
10500
|
class?: any;
|
|
@@ -10422,9 +10502,9 @@ export declare const PlusPage: {
|
|
|
10422
10502
|
prevent: boolean;
|
|
10423
10503
|
clearable: boolean;
|
|
10424
10504
|
}> & Omit<{
|
|
10425
|
-
readonly modelValue: FieldValues;
|
|
10426
10505
|
readonly columns: PlusColumn[];
|
|
10427
10506
|
readonly group: false | PlusFormGroupRow[];
|
|
10507
|
+
readonly modelValue: FieldValues;
|
|
10428
10508
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
10429
10509
|
readonly labelPosition: "top" | "right" | "left";
|
|
10430
10510
|
readonly labelWidth: string | number;
|
|
@@ -10445,7 +10525,7 @@ export declare const PlusPage: {
|
|
|
10445
10525
|
readonly submitText: string;
|
|
10446
10526
|
readonly resetText: string;
|
|
10447
10527
|
readonly submitLoading: boolean;
|
|
10448
|
-
readonly footerAlign: "
|
|
10528
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
10449
10529
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
10450
10530
|
style?: CSSProperties | undefined;
|
|
10451
10531
|
class?: any;
|
|
@@ -10454,17 +10534,13 @@ export declare const PlusPage: {
|
|
|
10454
10534
|
readonly clearable: boolean;
|
|
10455
10535
|
readonly collapseDuration?: number | undefined;
|
|
10456
10536
|
readonly collapseTransition?: boolean | undefined;
|
|
10457
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10458
10537
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10459
10538
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10460
10539
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10540
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10461
10541
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
10462
10542
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
10463
10543
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
10464
|
-
modelValue: {
|
|
10465
|
-
type: PropType<FieldValues>;
|
|
10466
|
-
default: () => {};
|
|
10467
|
-
};
|
|
10468
10544
|
collapseDuration: {
|
|
10469
10545
|
type: PropType<number>;
|
|
10470
10546
|
default: undefined;
|
|
@@ -10481,6 +10557,10 @@ export declare const PlusPage: {
|
|
|
10481
10557
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
10482
10558
|
default: boolean;
|
|
10483
10559
|
};
|
|
10560
|
+
modelValue: {
|
|
10561
|
+
type: PropType<FieldValues>;
|
|
10562
|
+
default: () => {};
|
|
10563
|
+
};
|
|
10484
10564
|
rules: {
|
|
10485
10565
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
10486
10566
|
default: () => {};
|
|
@@ -10544,7 +10624,7 @@ export declare const PlusPage: {
|
|
|
10544
10624
|
default: boolean;
|
|
10545
10625
|
};
|
|
10546
10626
|
footerAlign: {
|
|
10547
|
-
type: PropType<"
|
|
10627
|
+
type: PropType<"right" | "left" | "center">;
|
|
10548
10628
|
default: string;
|
|
10549
10629
|
};
|
|
10550
10630
|
cardProps: {
|
|
@@ -10563,13 +10643,13 @@ export declare const PlusPage: {
|
|
|
10563
10643
|
default: boolean;
|
|
10564
10644
|
};
|
|
10565
10645
|
}>> & {
|
|
10566
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10567
10646
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10568
10647
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10569
10648
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10649
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10570
10650
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
10571
10651
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
10572
|
-
}, "
|
|
10652
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
10573
10653
|
$attrs: {
|
|
10574
10654
|
[x: string]: unknown;
|
|
10575
10655
|
};
|
|
@@ -10581,13 +10661,9 @@ export declare const PlusPage: {
|
|
|
10581
10661
|
}>;
|
|
10582
10662
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10583
10663
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10584
|
-
$emit: ((event: "
|
|
10664
|
+
$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);
|
|
10585
10665
|
$el: any;
|
|
10586
10666
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
10587
|
-
modelValue: {
|
|
10588
|
-
type: PropType<FieldValues>;
|
|
10589
|
-
default: () => {};
|
|
10590
|
-
};
|
|
10591
10667
|
collapseDuration: {
|
|
10592
10668
|
type: PropType<number>;
|
|
10593
10669
|
default: undefined;
|
|
@@ -10604,6 +10680,10 @@ export declare const PlusPage: {
|
|
|
10604
10680
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
10605
10681
|
default: boolean;
|
|
10606
10682
|
};
|
|
10683
|
+
modelValue: {
|
|
10684
|
+
type: PropType<FieldValues>;
|
|
10685
|
+
default: () => {};
|
|
10686
|
+
};
|
|
10607
10687
|
rules: {
|
|
10608
10688
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
10609
10689
|
default: () => {};
|
|
@@ -10667,7 +10747,7 @@ export declare const PlusPage: {
|
|
|
10667
10747
|
default: boolean;
|
|
10668
10748
|
};
|
|
10669
10749
|
footerAlign: {
|
|
10670
|
-
type: PropType<"
|
|
10750
|
+
type: PropType<"right" | "left" | "center">;
|
|
10671
10751
|
default: string;
|
|
10672
10752
|
};
|
|
10673
10753
|
cardProps: {
|
|
@@ -10686,10 +10766,10 @@ export declare const PlusPage: {
|
|
|
10686
10766
|
default: boolean;
|
|
10687
10767
|
};
|
|
10688
10768
|
}>> & {
|
|
10689
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10690
10769
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10691
10770
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10692
10771
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10772
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10693
10773
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
10694
10774
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
10695
10775
|
}, {
|
|
@@ -10985,11 +11065,11 @@ export declare const PlusPage: {
|
|
|
10985
11065
|
submitError: (errors: unknown) => void;
|
|
10986
11066
|
validate: (...args: any[]) => void;
|
|
10987
11067
|
}, string, {
|
|
10988
|
-
modelValue: FieldValues;
|
|
10989
11068
|
collapseDuration: number;
|
|
10990
11069
|
collapseTransition: boolean;
|
|
10991
11070
|
columns: PlusColumn[];
|
|
10992
11071
|
group: false | PlusFormGroupRow[];
|
|
11072
|
+
modelValue: FieldValues;
|
|
10993
11073
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
10994
11074
|
labelPosition: "top" | "right" | "left";
|
|
10995
11075
|
labelWidth: string | number;
|
|
@@ -11010,7 +11090,7 @@ export declare const PlusPage: {
|
|
|
11010
11090
|
submitText: string;
|
|
11011
11091
|
resetText: string;
|
|
11012
11092
|
submitLoading: boolean;
|
|
11013
|
-
footerAlign: "
|
|
11093
|
+
footerAlign: "right" | "left" | "center";
|
|
11014
11094
|
cardProps: Partial< Mutable<CardProps> & {
|
|
11015
11095
|
style?: CSSProperties | undefined;
|
|
11016
11096
|
class?: any;
|
|
@@ -11038,10 +11118,6 @@ export declare const PlusPage: {
|
|
|
11038
11118
|
$nextTick: nextTick;
|
|
11039
11119
|
$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;
|
|
11040
11120
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
11041
|
-
modelValue: {
|
|
11042
|
-
type: PropType<FieldValues>;
|
|
11043
|
-
default: () => {};
|
|
11044
|
-
};
|
|
11045
11121
|
collapseDuration: {
|
|
11046
11122
|
type: PropType<number>;
|
|
11047
11123
|
default: undefined;
|
|
@@ -11058,6 +11134,10 @@ export declare const PlusPage: {
|
|
|
11058
11134
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
11059
11135
|
default: boolean;
|
|
11060
11136
|
};
|
|
11137
|
+
modelValue: {
|
|
11138
|
+
type: PropType<FieldValues>;
|
|
11139
|
+
default: () => {};
|
|
11140
|
+
};
|
|
11061
11141
|
rules: {
|
|
11062
11142
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
11063
11143
|
default: () => {};
|
|
@@ -11121,7 +11201,7 @@ export declare const PlusPage: {
|
|
|
11121
11201
|
default: boolean;
|
|
11122
11202
|
};
|
|
11123
11203
|
footerAlign: {
|
|
11124
|
-
type: PropType<"
|
|
11204
|
+
type: PropType<"right" | "left" | "center">;
|
|
11125
11205
|
default: string;
|
|
11126
11206
|
};
|
|
11127
11207
|
cardProps: {
|
|
@@ -11140,10 +11220,10 @@ export declare const PlusPage: {
|
|
|
11140
11220
|
default: boolean;
|
|
11141
11221
|
};
|
|
11142
11222
|
}>> & {
|
|
11143
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11144
11223
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11145
11224
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11146
11225
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11226
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11147
11227
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
11148
11228
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
11149
11229
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -11444,14 +11524,14 @@ export declare const PlusPage: {
|
|
|
11444
11524
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
11445
11525
|
columns?: PlusColumn[] | undefined;
|
|
11446
11526
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
11447
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
11527
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
11448
11528
|
readonly label: string | ComputedRef<string>;
|
|
11449
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
11529
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11450
11530
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11451
|
-
readonly tooltip: string |
|
|
11531
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11452
11532
|
style?: CSSProperties | undefined;
|
|
11453
11533
|
class?: any;
|
|
11454
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11534
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11455
11535
|
style?: CSSProperties | undefined;
|
|
11456
11536
|
class?: any;
|
|
11457
11537
|
} & RecordType>>;
|
|
@@ -11512,12 +11592,12 @@ export declare const PlusPage: {
|
|
|
11512
11592
|
fieldInstance?: any;
|
|
11513
11593
|
valueIsReady?: Ref<boolean> | undefined;
|
|
11514
11594
|
prop: string;
|
|
11515
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
11595
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11516
11596
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11517
|
-
tooltip: string |
|
|
11597
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11518
11598
|
style?: CSSProperties | undefined;
|
|
11519
11599
|
class?: any;
|
|
11520
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11600
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11521
11601
|
style?: CSSProperties | undefined;
|
|
11522
11602
|
class?: any;
|
|
11523
11603
|
} & RecordType>>;
|
|
@@ -11540,14 +11620,14 @@ export declare const PlusPage: {
|
|
|
11540
11620
|
clearable: boolean;
|
|
11541
11621
|
index: number;
|
|
11542
11622
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
11543
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
11623
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
11544
11624
|
readonly label: string | ComputedRef<string>;
|
|
11545
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
11625
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11546
11626
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11547
|
-
readonly tooltip: string |
|
|
11627
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11548
11628
|
style?: CSSProperties | undefined;
|
|
11549
11629
|
class?: any;
|
|
11550
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11630
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11551
11631
|
style?: CSSProperties | undefined;
|
|
11552
11632
|
class?: any;
|
|
11553
11633
|
} & RecordType>>;
|
|
@@ -11608,12 +11688,12 @@ export declare const PlusPage: {
|
|
|
11608
11688
|
fieldInstance?: any;
|
|
11609
11689
|
valueIsReady?: Ref<boolean> | undefined;
|
|
11610
11690
|
prop: string;
|
|
11611
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
11691
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11612
11692
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11613
|
-
tooltip: string |
|
|
11693
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11614
11694
|
style?: CSSProperties | undefined;
|
|
11615
11695
|
class?: any;
|
|
11616
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11696
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11617
11697
|
style?: CSSProperties | undefined;
|
|
11618
11698
|
class?: any;
|
|
11619
11699
|
} & RecordType>>;
|
|
@@ -11659,8 +11739,8 @@ export declare const PlusPage: {
|
|
|
11659
11739
|
reset: (values: FieldValues) => void;
|
|
11660
11740
|
collapse: (isShowUnfold: boolean) => void;
|
|
11661
11741
|
}, string, {
|
|
11662
|
-
modelValue: FieldValues;
|
|
11663
11742
|
columns: PlusColumn[];
|
|
11743
|
+
modelValue: FieldValues;
|
|
11664
11744
|
labelPosition: "top" | "right" | "left";
|
|
11665
11745
|
inline: boolean;
|
|
11666
11746
|
showNumber: number;
|
|
@@ -11683,6 +11763,8 @@ export declare const PlusPage: {
|
|
|
11683
11763
|
expandText: string;
|
|
11684
11764
|
searchLoading: boolean;
|
|
11685
11765
|
needValidate: boolean;
|
|
11766
|
+
searchIcon: Component | null;
|
|
11767
|
+
resetIcon: Component | null;
|
|
11686
11768
|
}, {}, string, {}> & {
|
|
11687
11769
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
11688
11770
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -11704,14 +11786,14 @@ export declare const PlusPage: {
|
|
|
11704
11786
|
$nextTick: nextTick;
|
|
11705
11787
|
$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;
|
|
11706
11788
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
11707
|
-
modelValue: {
|
|
11708
|
-
type: PropType<FieldValues>;
|
|
11709
|
-
default: () => {};
|
|
11710
|
-
};
|
|
11711
11789
|
columns: {
|
|
11712
11790
|
type: PropType< PlusColumn[]>;
|
|
11713
11791
|
default: () => never[];
|
|
11714
11792
|
};
|
|
11793
|
+
modelValue: {
|
|
11794
|
+
type: PropType<FieldValues>;
|
|
11795
|
+
default: () => {};
|
|
11796
|
+
};
|
|
11715
11797
|
labelPosition: {
|
|
11716
11798
|
type: PropType<"top" | "right" | "left">;
|
|
11717
11799
|
default: undefined;
|
|
@@ -11790,10 +11872,18 @@ export declare const PlusPage: {
|
|
|
11790
11872
|
type: PropType<boolean>;
|
|
11791
11873
|
default: boolean;
|
|
11792
11874
|
};
|
|
11875
|
+
searchIcon: {
|
|
11876
|
+
type: PropType< Component | null>;
|
|
11877
|
+
default: undefined;
|
|
11878
|
+
};
|
|
11879
|
+
resetIcon: {
|
|
11880
|
+
type: PropType< Component | null>;
|
|
11881
|
+
default: undefined;
|
|
11882
|
+
};
|
|
11793
11883
|
}>> & {
|
|
11794
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11795
11884
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11796
11885
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11886
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11797
11887
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
11798
11888
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
11799
11889
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -11801,11 +11891,11 @@ export declare const PlusPage: {
|
|
|
11801
11891
|
$: ComponentInternalInstance;
|
|
11802
11892
|
$data: {};
|
|
11803
11893
|
$props: Partial<{
|
|
11804
|
-
modelValue: FieldValues;
|
|
11805
11894
|
collapseDuration: number;
|
|
11806
11895
|
collapseTransition: boolean;
|
|
11807
11896
|
columns: PlusColumn[];
|
|
11808
11897
|
group: false | PlusFormGroupRow[];
|
|
11898
|
+
modelValue: FieldValues;
|
|
11809
11899
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
11810
11900
|
labelPosition: "top" | "right" | "left";
|
|
11811
11901
|
labelWidth: string | number;
|
|
@@ -11826,7 +11916,7 @@ export declare const PlusPage: {
|
|
|
11826
11916
|
submitText: string;
|
|
11827
11917
|
resetText: string;
|
|
11828
11918
|
submitLoading: boolean;
|
|
11829
|
-
footerAlign: "
|
|
11919
|
+
footerAlign: "right" | "left" | "center";
|
|
11830
11920
|
cardProps: Partial< Mutable<CardProps> & {
|
|
11831
11921
|
style?: CSSProperties | undefined;
|
|
11832
11922
|
class?: any;
|
|
@@ -11834,9 +11924,9 @@ export declare const PlusPage: {
|
|
|
11834
11924
|
prevent: boolean;
|
|
11835
11925
|
clearable: boolean;
|
|
11836
11926
|
}> & Omit<{
|
|
11837
|
-
readonly modelValue: FieldValues;
|
|
11838
11927
|
readonly columns: PlusColumn[];
|
|
11839
11928
|
readonly group: false | PlusFormGroupRow[];
|
|
11929
|
+
readonly modelValue: FieldValues;
|
|
11840
11930
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
11841
11931
|
readonly labelPosition: "top" | "right" | "left";
|
|
11842
11932
|
readonly labelWidth: string | number;
|
|
@@ -11857,7 +11947,7 @@ export declare const PlusPage: {
|
|
|
11857
11947
|
readonly submitText: string;
|
|
11858
11948
|
readonly resetText: string;
|
|
11859
11949
|
readonly submitLoading: boolean;
|
|
11860
|
-
readonly footerAlign: "
|
|
11950
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
11861
11951
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
11862
11952
|
style?: CSSProperties | undefined;
|
|
11863
11953
|
class?: any;
|
|
@@ -11866,17 +11956,13 @@ export declare const PlusPage: {
|
|
|
11866
11956
|
readonly clearable: boolean;
|
|
11867
11957
|
readonly collapseDuration?: number | undefined;
|
|
11868
11958
|
readonly collapseTransition?: boolean | undefined;
|
|
11869
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11870
11959
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11871
11960
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11872
11961
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11962
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11873
11963
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
11874
11964
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
11875
11965
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
11876
|
-
modelValue: {
|
|
11877
|
-
type: PropType<FieldValues>;
|
|
11878
|
-
default: () => {};
|
|
11879
|
-
};
|
|
11880
11966
|
collapseDuration: {
|
|
11881
11967
|
type: PropType<number>;
|
|
11882
11968
|
default: undefined;
|
|
@@ -11893,6 +11979,10 @@ export declare const PlusPage: {
|
|
|
11893
11979
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
11894
11980
|
default: boolean;
|
|
11895
11981
|
};
|
|
11982
|
+
modelValue: {
|
|
11983
|
+
type: PropType<FieldValues>;
|
|
11984
|
+
default: () => {};
|
|
11985
|
+
};
|
|
11896
11986
|
rules: {
|
|
11897
11987
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
11898
11988
|
default: () => {};
|
|
@@ -11956,7 +12046,7 @@ export declare const PlusPage: {
|
|
|
11956
12046
|
default: boolean;
|
|
11957
12047
|
};
|
|
11958
12048
|
footerAlign: {
|
|
11959
|
-
type: PropType<"
|
|
12049
|
+
type: PropType<"right" | "left" | "center">;
|
|
11960
12050
|
default: string;
|
|
11961
12051
|
};
|
|
11962
12052
|
cardProps: {
|
|
@@ -11975,13 +12065,13 @@ export declare const PlusPage: {
|
|
|
11975
12065
|
default: boolean;
|
|
11976
12066
|
};
|
|
11977
12067
|
}>> & {
|
|
11978
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11979
12068
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11980
12069
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11981
12070
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12071
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11982
12072
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
11983
12073
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
11984
|
-
}, "
|
|
12074
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
11985
12075
|
$attrs: {
|
|
11986
12076
|
[x: string]: unknown;
|
|
11987
12077
|
};
|
|
@@ -11993,13 +12083,9 @@ export declare const PlusPage: {
|
|
|
11993
12083
|
}>;
|
|
11994
12084
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
11995
12085
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
11996
|
-
$emit: ((event: "
|
|
12086
|
+
$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);
|
|
11997
12087
|
$el: any;
|
|
11998
12088
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
11999
|
-
modelValue: {
|
|
12000
|
-
type: PropType<FieldValues>;
|
|
12001
|
-
default: () => {};
|
|
12002
|
-
};
|
|
12003
12089
|
collapseDuration: {
|
|
12004
12090
|
type: PropType<number>;
|
|
12005
12091
|
default: undefined;
|
|
@@ -12016,6 +12102,10 @@ export declare const PlusPage: {
|
|
|
12016
12102
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
12017
12103
|
default: boolean;
|
|
12018
12104
|
};
|
|
12105
|
+
modelValue: {
|
|
12106
|
+
type: PropType<FieldValues>;
|
|
12107
|
+
default: () => {};
|
|
12108
|
+
};
|
|
12019
12109
|
rules: {
|
|
12020
12110
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
12021
12111
|
default: () => {};
|
|
@@ -12079,7 +12169,7 @@ export declare const PlusPage: {
|
|
|
12079
12169
|
default: boolean;
|
|
12080
12170
|
};
|
|
12081
12171
|
footerAlign: {
|
|
12082
|
-
type: PropType<"
|
|
12172
|
+
type: PropType<"right" | "left" | "center">;
|
|
12083
12173
|
default: string;
|
|
12084
12174
|
};
|
|
12085
12175
|
cardProps: {
|
|
@@ -12098,10 +12188,10 @@ export declare const PlusPage: {
|
|
|
12098
12188
|
default: boolean;
|
|
12099
12189
|
};
|
|
12100
12190
|
}>> & {
|
|
12101
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12102
12191
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12103
12192
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12104
12193
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12194
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12105
12195
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
12106
12196
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
12107
12197
|
}, {
|
|
@@ -12397,11 +12487,11 @@ export declare const PlusPage: {
|
|
|
12397
12487
|
submitError: (errors: unknown) => void;
|
|
12398
12488
|
validate: (...args: any[]) => void;
|
|
12399
12489
|
}, string, {
|
|
12400
|
-
modelValue: FieldValues;
|
|
12401
12490
|
collapseDuration: number;
|
|
12402
12491
|
collapseTransition: boolean;
|
|
12403
12492
|
columns: PlusColumn[];
|
|
12404
12493
|
group: false | PlusFormGroupRow[];
|
|
12494
|
+
modelValue: FieldValues;
|
|
12405
12495
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
12406
12496
|
labelPosition: "top" | "right" | "left";
|
|
12407
12497
|
labelWidth: string | number;
|
|
@@ -12422,7 +12512,7 @@ export declare const PlusPage: {
|
|
|
12422
12512
|
submitText: string;
|
|
12423
12513
|
resetText: string;
|
|
12424
12514
|
submitLoading: boolean;
|
|
12425
|
-
footerAlign: "
|
|
12515
|
+
footerAlign: "right" | "left" | "center";
|
|
12426
12516
|
cardProps: Partial< Mutable<CardProps> & {
|
|
12427
12517
|
style?: CSSProperties | undefined;
|
|
12428
12518
|
class?: any;
|
|
@@ -12450,10 +12540,6 @@ export declare const PlusPage: {
|
|
|
12450
12540
|
$nextTick: nextTick;
|
|
12451
12541
|
$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;
|
|
12452
12542
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
12453
|
-
modelValue: {
|
|
12454
|
-
type: PropType<FieldValues>;
|
|
12455
|
-
default: () => {};
|
|
12456
|
-
};
|
|
12457
12543
|
collapseDuration: {
|
|
12458
12544
|
type: PropType<number>;
|
|
12459
12545
|
default: undefined;
|
|
@@ -12470,6 +12556,10 @@ export declare const PlusPage: {
|
|
|
12470
12556
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
12471
12557
|
default: boolean;
|
|
12472
12558
|
};
|
|
12559
|
+
modelValue: {
|
|
12560
|
+
type: PropType<FieldValues>;
|
|
12561
|
+
default: () => {};
|
|
12562
|
+
};
|
|
12473
12563
|
rules: {
|
|
12474
12564
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
12475
12565
|
default: () => {};
|
|
@@ -12533,7 +12623,7 @@ export declare const PlusPage: {
|
|
|
12533
12623
|
default: boolean;
|
|
12534
12624
|
};
|
|
12535
12625
|
footerAlign: {
|
|
12536
|
-
type: PropType<"
|
|
12626
|
+
type: PropType<"right" | "left" | "center">;
|
|
12537
12627
|
default: string;
|
|
12538
12628
|
};
|
|
12539
12629
|
cardProps: {
|
|
@@ -12552,10 +12642,10 @@ export declare const PlusPage: {
|
|
|
12552
12642
|
default: boolean;
|
|
12553
12643
|
};
|
|
12554
12644
|
}>> & {
|
|
12555
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12556
12645
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12557
12646
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12558
12647
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12648
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12559
12649
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
12560
12650
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
12561
12651
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -12856,14 +12946,14 @@ export declare const PlusPage: {
|
|
|
12856
12946
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
12857
12947
|
columns?: PlusColumn[] | undefined;
|
|
12858
12948
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
12859
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
12949
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
12860
12950
|
readonly label: string | ComputedRef<string>;
|
|
12861
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
12951
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
12862
12952
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
12863
|
-
readonly tooltip: string |
|
|
12953
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
12864
12954
|
style?: CSSProperties | undefined;
|
|
12865
12955
|
class?: any;
|
|
12866
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
12956
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
12867
12957
|
style?: CSSProperties | undefined;
|
|
12868
12958
|
class?: any;
|
|
12869
12959
|
} & RecordType>>;
|
|
@@ -12924,12 +13014,12 @@ export declare const PlusPage: {
|
|
|
12924
13014
|
fieldInstance?: any;
|
|
12925
13015
|
valueIsReady?: Ref<boolean> | undefined;
|
|
12926
13016
|
prop: string;
|
|
12927
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
13017
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
12928
13018
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
12929
|
-
tooltip: string |
|
|
13019
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
12930
13020
|
style?: CSSProperties | undefined;
|
|
12931
13021
|
class?: any;
|
|
12932
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13022
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
12933
13023
|
style?: CSSProperties | undefined;
|
|
12934
13024
|
class?: any;
|
|
12935
13025
|
} & RecordType>>;
|
|
@@ -12952,14 +13042,14 @@ export declare const PlusPage: {
|
|
|
12952
13042
|
clearable: boolean;
|
|
12953
13043
|
index: number;
|
|
12954
13044
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
12955
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
13045
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
12956
13046
|
readonly label: string | ComputedRef<string>;
|
|
12957
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
13047
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
12958
13048
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
12959
|
-
readonly tooltip: string |
|
|
13049
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
12960
13050
|
style?: CSSProperties | undefined;
|
|
12961
13051
|
class?: any;
|
|
12962
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13052
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
12963
13053
|
style?: CSSProperties | undefined;
|
|
12964
13054
|
class?: any;
|
|
12965
13055
|
} & RecordType>>;
|
|
@@ -13020,12 +13110,12 @@ export declare const PlusPage: {
|
|
|
13020
13110
|
fieldInstance?: any;
|
|
13021
13111
|
valueIsReady?: Ref<boolean> | undefined;
|
|
13022
13112
|
prop: string;
|
|
13023
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
13113
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13024
13114
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13025
|
-
tooltip: string |
|
|
13115
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13026
13116
|
style?: CSSProperties | undefined;
|
|
13027
13117
|
class?: any;
|
|
13028
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13118
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13029
13119
|
style?: CSSProperties | undefined;
|
|
13030
13120
|
class?: any;
|
|
13031
13121
|
} & RecordType>>;
|
|
@@ -13066,14 +13156,14 @@ export declare const PlusPage: {
|
|
|
13066
13156
|
handleUnfold: (e: MouseEvent) => void;
|
|
13067
13157
|
}> & {} & ComponentCustomProperties & {} & {
|
|
13068
13158
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
13069
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
13159
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
13070
13160
|
readonly label: string | ComputedRef<string>;
|
|
13071
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
13161
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13072
13162
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13073
|
-
readonly tooltip: string |
|
|
13163
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13074
13164
|
style?: CSSProperties | undefined;
|
|
13075
13165
|
class?: any;
|
|
13076
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13166
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13077
13167
|
style?: CSSProperties | undefined;
|
|
13078
13168
|
class?: any;
|
|
13079
13169
|
} & RecordType>>;
|
|
@@ -13134,12 +13224,12 @@ export declare const PlusPage: {
|
|
|
13134
13224
|
fieldInstance?: any;
|
|
13135
13225
|
valueIsReady?: Ref<boolean> | undefined;
|
|
13136
13226
|
prop: string;
|
|
13137
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
13227
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13138
13228
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13139
|
-
tooltip: string |
|
|
13229
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13140
13230
|
style?: CSSProperties | undefined;
|
|
13141
13231
|
class?: any;
|
|
13142
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13232
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13143
13233
|
style?: CSSProperties | undefined;
|
|
13144
13234
|
class?: any;
|
|
13145
13235
|
} & RecordType>>;
|
|
@@ -13596,9 +13686,9 @@ export declare const PlusPage: {
|
|
|
13596
13686
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13597
13687
|
__epPropKey: true;
|
|
13598
13688
|
};
|
|
13599
|
-
width: (
|
|
13600
|
-
height: (
|
|
13601
|
-
maxHeight: (
|
|
13689
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
13690
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
13691
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
13602
13692
|
fit: {
|
|
13603
13693
|
type: BooleanConstructor;
|
|
13604
13694
|
default: boolean;
|
|
@@ -13622,13 +13712,13 @@ export declare const PlusPage: {
|
|
|
13622
13712
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
13623
13713
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
13624
13714
|
highlightCurrentRow: BooleanConstructor;
|
|
13625
|
-
currentRowKey: (
|
|
13715
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
13626
13716
|
emptyText: StringConstructor;
|
|
13627
13717
|
expandRowKeys: PropType<any[] | undefined>;
|
|
13628
13718
|
defaultExpandAll: BooleanConstructor;
|
|
13629
13719
|
defaultSort: PropType< Sort | undefined>;
|
|
13630
13720
|
tooltipEffect: StringConstructor;
|
|
13631
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
13721
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
13632
13722
|
spanMethod: PropType<((data: {
|
|
13633
13723
|
row: any;
|
|
13634
13724
|
rowIndex: number;
|
|
@@ -13672,7 +13762,7 @@ export declare const PlusPage: {
|
|
|
13672
13762
|
};
|
|
13673
13763
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
13674
13764
|
flexible: BooleanConstructor;
|
|
13675
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
13765
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
13676
13766
|
}>> & {
|
|
13677
13767
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
13678
13768
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -13792,9 +13882,9 @@ export declare const PlusPage: {
|
|
|
13792
13882
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13793
13883
|
__epPropKey: true;
|
|
13794
13884
|
};
|
|
13795
|
-
width: (
|
|
13796
|
-
height: (
|
|
13797
|
-
maxHeight: (
|
|
13885
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
13886
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
13887
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
13798
13888
|
fit: {
|
|
13799
13889
|
type: BooleanConstructor;
|
|
13800
13890
|
default: boolean;
|
|
@@ -13818,13 +13908,13 @@ export declare const PlusPage: {
|
|
|
13818
13908
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
13819
13909
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
13820
13910
|
highlightCurrentRow: BooleanConstructor;
|
|
13821
|
-
currentRowKey: (
|
|
13911
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
13822
13912
|
emptyText: StringConstructor;
|
|
13823
13913
|
expandRowKeys: PropType<any[] | undefined>;
|
|
13824
13914
|
defaultExpandAll: BooleanConstructor;
|
|
13825
13915
|
defaultSort: PropType< Sort | undefined>;
|
|
13826
13916
|
tooltipEffect: StringConstructor;
|
|
13827
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
13917
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
13828
13918
|
spanMethod: PropType<((data: {
|
|
13829
13919
|
row: any;
|
|
13830
13920
|
rowIndex: number;
|
|
@@ -13868,7 +13958,7 @@ export declare const PlusPage: {
|
|
|
13868
13958
|
};
|
|
13869
13959
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
13870
13960
|
flexible: BooleanConstructor;
|
|
13871
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
13961
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
13872
13962
|
}>> & {
|
|
13873
13963
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
13874
13964
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -13927,9 +14017,9 @@ export declare const PlusPage: {
|
|
|
13927
14017
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13928
14018
|
__epPropKey: true;
|
|
13929
14019
|
};
|
|
13930
|
-
width: (
|
|
13931
|
-
height: (
|
|
13932
|
-
maxHeight: (
|
|
14020
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14021
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14022
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
13933
14023
|
fit: {
|
|
13934
14024
|
type: BooleanConstructor;
|
|
13935
14025
|
default: boolean;
|
|
@@ -13953,13 +14043,13 @@ export declare const PlusPage: {
|
|
|
13953
14043
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
13954
14044
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
13955
14045
|
highlightCurrentRow: BooleanConstructor;
|
|
13956
|
-
currentRowKey: (
|
|
14046
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
13957
14047
|
emptyText: StringConstructor;
|
|
13958
14048
|
expandRowKeys: PropType<any[] | undefined>;
|
|
13959
14049
|
defaultExpandAll: BooleanConstructor;
|
|
13960
14050
|
defaultSort: PropType< Sort | undefined>;
|
|
13961
14051
|
tooltipEffect: StringConstructor;
|
|
13962
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14052
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
13963
14053
|
spanMethod: PropType<((data: {
|
|
13964
14054
|
row: any;
|
|
13965
14055
|
rowIndex: number;
|
|
@@ -14003,7 +14093,7 @@ export declare const PlusPage: {
|
|
|
14003
14093
|
};
|
|
14004
14094
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14005
14095
|
flexible: BooleanConstructor;
|
|
14006
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14096
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14007
14097
|
}>> & {
|
|
14008
14098
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14009
14099
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14370,9 +14460,9 @@ export declare const PlusPage: {
|
|
|
14370
14460
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14371
14461
|
__epPropKey: true;
|
|
14372
14462
|
};
|
|
14373
|
-
width: (
|
|
14374
|
-
height: (
|
|
14375
|
-
maxHeight: (
|
|
14463
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14464
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14465
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14376
14466
|
fit: {
|
|
14377
14467
|
type: BooleanConstructor;
|
|
14378
14468
|
default: boolean;
|
|
@@ -14396,13 +14486,13 @@ export declare const PlusPage: {
|
|
|
14396
14486
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14397
14487
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14398
14488
|
highlightCurrentRow: BooleanConstructor;
|
|
14399
|
-
currentRowKey: (
|
|
14489
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14400
14490
|
emptyText: StringConstructor;
|
|
14401
14491
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14402
14492
|
defaultExpandAll: BooleanConstructor;
|
|
14403
14493
|
defaultSort: PropType< Sort | undefined>;
|
|
14404
14494
|
tooltipEffect: StringConstructor;
|
|
14405
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14495
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14406
14496
|
spanMethod: PropType<((data: {
|
|
14407
14497
|
row: any;
|
|
14408
14498
|
rowIndex: number;
|
|
@@ -14446,7 +14536,7 @@ export declare const PlusPage: {
|
|
|
14446
14536
|
};
|
|
14447
14537
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14448
14538
|
flexible: BooleanConstructor;
|
|
14449
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14539
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14450
14540
|
}>> & {
|
|
14451
14541
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14452
14542
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14566,9 +14656,9 @@ export declare const PlusPage: {
|
|
|
14566
14656
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14567
14657
|
__epPropKey: true;
|
|
14568
14658
|
};
|
|
14569
|
-
width: (
|
|
14570
|
-
height: (
|
|
14571
|
-
maxHeight: (
|
|
14659
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14660
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14661
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14572
14662
|
fit: {
|
|
14573
14663
|
type: BooleanConstructor;
|
|
14574
14664
|
default: boolean;
|
|
@@ -14592,13 +14682,13 @@ export declare const PlusPage: {
|
|
|
14592
14682
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14593
14683
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14594
14684
|
highlightCurrentRow: BooleanConstructor;
|
|
14595
|
-
currentRowKey: (
|
|
14685
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14596
14686
|
emptyText: StringConstructor;
|
|
14597
14687
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14598
14688
|
defaultExpandAll: BooleanConstructor;
|
|
14599
14689
|
defaultSort: PropType< Sort | undefined>;
|
|
14600
14690
|
tooltipEffect: StringConstructor;
|
|
14601
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14691
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14602
14692
|
spanMethod: PropType<((data: {
|
|
14603
14693
|
row: any;
|
|
14604
14694
|
rowIndex: number;
|
|
@@ -14642,7 +14732,7 @@ export declare const PlusPage: {
|
|
|
14642
14732
|
};
|
|
14643
14733
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14644
14734
|
flexible: BooleanConstructor;
|
|
14645
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14735
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14646
14736
|
}>> & {
|
|
14647
14737
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14648
14738
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14701,9 +14791,9 @@ export declare const PlusPage: {
|
|
|
14701
14791
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14702
14792
|
__epPropKey: true;
|
|
14703
14793
|
};
|
|
14704
|
-
width: (
|
|
14705
|
-
height: (
|
|
14706
|
-
maxHeight: (
|
|
14794
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14795
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14796
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14707
14797
|
fit: {
|
|
14708
14798
|
type: BooleanConstructor;
|
|
14709
14799
|
default: boolean;
|
|
@@ -14727,13 +14817,13 @@ export declare const PlusPage: {
|
|
|
14727
14817
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14728
14818
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14729
14819
|
highlightCurrentRow: BooleanConstructor;
|
|
14730
|
-
currentRowKey: (
|
|
14820
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14731
14821
|
emptyText: StringConstructor;
|
|
14732
14822
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14733
14823
|
defaultExpandAll: BooleanConstructor;
|
|
14734
14824
|
defaultSort: PropType< Sort | undefined>;
|
|
14735
14825
|
tooltipEffect: StringConstructor;
|
|
14736
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14826
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14737
14827
|
spanMethod: PropType<((data: {
|
|
14738
14828
|
row: any;
|
|
14739
14829
|
rowIndex: number;
|
|
@@ -14777,7 +14867,7 @@ export declare const PlusPage: {
|
|
|
14777
14867
|
};
|
|
14778
14868
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14779
14869
|
flexible: BooleanConstructor;
|
|
14780
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14870
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14781
14871
|
}>> & {
|
|
14782
14872
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14783
14873
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14959,7 +15049,7 @@ export declare const PlusPage: {
|
|
|
14959
15049
|
columns: PlusColumn[];
|
|
14960
15050
|
immediate: boolean;
|
|
14961
15051
|
params: RecordType;
|
|
14962
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
15052
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
14963
15053
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
14964
15054
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
14965
15055
|
isCard: boolean;
|
|
@@ -14981,14 +15071,14 @@ export declare const PlusPage: {
|
|
|
14981
15071
|
searchSlot: boolean;
|
|
14982
15072
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
14983
15073
|
$slots: Partial<Record<never, (_: {
|
|
14984
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
15074
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
14985
15075
|
readonly label: string | ComputedRef<string>;
|
|
14986
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
15076
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
14987
15077
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
14988
|
-
readonly tooltip: string |
|
|
15078
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
14989
15079
|
style?: CSSProperties | undefined;
|
|
14990
15080
|
class?: any;
|
|
14991
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15081
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
14992
15082
|
style?: CSSProperties | undefined;
|
|
14993
15083
|
class?: any;
|
|
14994
15084
|
} & RecordType>>;
|
|
@@ -15049,12 +15139,12 @@ export declare const PlusPage: {
|
|
|
15049
15139
|
fieldInstance?: any;
|
|
15050
15140
|
valueIsReady?: Ref<boolean> | undefined;
|
|
15051
15141
|
prop: string;
|
|
15052
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
15142
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
15053
15143
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
15054
|
-
tooltip: string |
|
|
15144
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
15055
15145
|
style?: CSSProperties | undefined;
|
|
15056
15146
|
class?: any;
|
|
15057
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15147
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15058
15148
|
style?: CSSProperties | undefined;
|
|
15059
15149
|
class?: any;
|
|
15060
15150
|
} & RecordType>>;
|