@wlydfe/pro-ui 0.2.27 → 0.2.28
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 +4 -4
- package/es/components/check-card/src/index.vue.d.ts +1 -1
- package/es/components/check-card-group/index.d.ts +4 -4
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +11 -11
- package/es/components/date-picker/src/index.vue.d.ts +11 -11
- package/es/components/descriptions/index.d.ts +19 -19
- package/es/components/descriptions/src/index.vue.d.ts +1 -1
- package/es/components/dialog/index.d.ts +30 -30
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +6 -6
- package/es/components/dialog-form/src/index.vue.d.ts +3 -3
- package/es/components/display-item/index.d.ts +25 -25
- package/es/components/display-item/src/index.vue.d.ts +7 -7
- package/es/components/drawer-form/index.d.ts +36 -36
- package/es/components/drawer-form/src/index.vue.d.ts +5 -5
- package/es/components/form/index.d.ts +88 -88
- package/es/components/form/src/form-content.vue.d.ts +9 -9
- package/es/components/form/src/index.vue.d.ts +11 -11
- package/es/components/form-item/index.d.ts +84 -84
- package/es/components/form-item/src/index.vue.d.ts +10 -10
- package/es/components/input-tag/index.d.ts +6 -6
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/page/index.d.ts +988 -988
- package/es/components/page/src/index.vue.d.ts +331 -331
- package/es/components/pagination/index.d.ts +27 -27
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/popover/index.d.ts +49 -49
- package/es/components/popover/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +10 -10
- package/es/components/radio/src/index.vue.d.ts +2 -2
- package/es/components/render/index.d.ts +14 -14
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +266 -266
- package/es/components/search/src/index.vue.d.ts +77 -77
- package/es/components/sidebar/index.d.ts +16 -16
- 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 +164 -164
- package/es/components/table/src/index.vue.d.ts +13 -13
- package/es/components/table/src/index.vue2.mjs +17 -6
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
- package/es/components/table/src/table-column-index.vue.d.ts +1 -1
- package/es/components/table/src/table-column.vue.d.ts +22 -22
- package/es/components/table/src/table-title-bar.vue.d.ts +1 -1
- package/es/components/table/src/table-title-bar.vue.mjs +2 -1
- package/es/components/table/src/table-title-bar.vue2.mjs +10 -9
- package/es/components/table/src/table-title-bar.vue3.mjs +3 -0
- package/es/index.css +14 -13
- package/index.css +5 -1
- package/index.js +2861 -19
- package/index.min.css +1 -0
- package/index.min.js +7 -2
- package/index.min.mjs +7 -2
- package/index.mjs +2862 -20
- package/lib/components/check-card/index.d.ts +4 -4
- package/lib/components/check-card/src/index.vue.d.ts +1 -1
- package/lib/components/check-card-group/index.d.ts +4 -4
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +11 -11
- package/lib/components/date-picker/src/index.vue.d.ts +11 -11
- package/lib/components/descriptions/index.d.ts +19 -19
- package/lib/components/descriptions/src/index.vue.d.ts +1 -1
- package/lib/components/dialog/index.d.ts +30 -30
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +6 -6
- package/lib/components/dialog-form/src/index.vue.d.ts +3 -3
- package/lib/components/display-item/index.d.ts +25 -25
- package/lib/components/display-item/src/index.vue.d.ts +7 -7
- package/lib/components/drawer-form/index.d.ts +36 -36
- package/lib/components/drawer-form/src/index.vue.d.ts +5 -5
- package/lib/components/form/index.d.ts +88 -88
- package/lib/components/form/src/form-content.vue.d.ts +9 -9
- package/lib/components/form/src/index.vue.d.ts +11 -11
- package/lib/components/form-item/index.d.ts +84 -84
- package/lib/components/form-item/src/index.vue.d.ts +10 -10
- package/lib/components/input-tag/index.d.ts +6 -6
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/page/index.d.ts +988 -988
- package/lib/components/page/src/index.vue.d.ts +331 -331
- package/lib/components/pagination/index.d.ts +27 -27
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/popover/index.d.ts +49 -49
- package/lib/components/popover/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +10 -10
- package/lib/components/radio/src/index.vue.d.ts +2 -2
- package/lib/components/render/index.d.ts +14 -14
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +266 -266
- package/lib/components/search/src/index.vue.d.ts +77 -77
- package/lib/components/sidebar/index.d.ts +16 -16
- 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 +164 -164
- package/lib/components/table/src/index.vue.d.ts +13 -13
- package/lib/components/table/src/index.vue2.js +17 -6
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
- package/lib/components/table/src/table-column-index.vue.d.ts +1 -1
- package/lib/components/table/src/table-column.vue.d.ts +22 -22
- package/lib/components/table/src/table-title-bar.vue.d.ts +1 -1
- package/lib/components/table/src/table-title-bar.vue.js +2 -1
- package/lib/components/table/src/table-title-bar.vue2.js +9 -8
- package/lib/components/table/src/table-title-bar.vue3.js +7 -0
- package/lib/index.css +16 -15
- 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 +3 -2
|
@@ -4,7 +4,7 @@ import { Options } from 'sortablejs';
|
|
|
4
4
|
import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
|
|
5
5
|
import { LooseRequired } from '@vue/shared';
|
|
6
6
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
7
|
-
import { CardProps,
|
|
7
|
+
import { 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 { PlusSearchProps, PlusTableProps, PlusPaginationProps, PlusFormGroupRow, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, ActionBarProps, ColumnSetting, ButtonsCallBackParams, FormChangeCallBackParams, FilterTableHeaderEventType, TableFormRefRow } from 'packages/plus-pro-components';
|
|
9
9
|
import { PlusColumn, RecordType, PageInfo, Mutable, FieldValues, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from '@wlydfe/pro-ui';
|
|
10
10
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Component, CSSProperties, ShallowRef } from 'vue';
|
|
@@ -31,6 +31,10 @@ export declare const PlusPage: {
|
|
|
31
31
|
type: PropType<Partial< PlusTableProps>>;
|
|
32
32
|
default: () => {};
|
|
33
33
|
};
|
|
34
|
+
pagination: {
|
|
35
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
36
|
+
default: () => {};
|
|
37
|
+
};
|
|
34
38
|
params: {
|
|
35
39
|
type: PropType<RecordType>;
|
|
36
40
|
default: () => {};
|
|
@@ -42,10 +46,6 @@ export declare const PlusPage: {
|
|
|
42
46
|
}>>;
|
|
43
47
|
required: true;
|
|
44
48
|
};
|
|
45
|
-
pagination: {
|
|
46
|
-
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
47
|
-
default: () => {};
|
|
48
|
-
};
|
|
49
49
|
postData: {
|
|
50
50
|
type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
|
|
51
51
|
default: undefined;
|
|
@@ -111,9 +111,9 @@ export declare const PlusPage: {
|
|
|
111
111
|
labelPosition: "top" | "right" | "left";
|
|
112
112
|
inline: boolean;
|
|
113
113
|
showNumber: number;
|
|
114
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
115
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
116
114
|
defaultValues: FieldValues;
|
|
115
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
116
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
117
117
|
hasFooter: boolean;
|
|
118
118
|
hasReset: boolean;
|
|
119
119
|
resetText: string;
|
|
@@ -131,9 +131,9 @@ export declare const PlusPage: {
|
|
|
131
131
|
readonly modelValue: FieldValues;
|
|
132
132
|
readonly inline: boolean;
|
|
133
133
|
readonly showNumber: number;
|
|
134
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
135
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
136
134
|
readonly defaultValues: FieldValues;
|
|
135
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
136
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
137
137
|
readonly hasFooter: boolean;
|
|
138
138
|
readonly hasReset: boolean;
|
|
139
139
|
readonly resetText: string;
|
|
@@ -147,8 +147,8 @@ export declare const PlusPage: {
|
|
|
147
147
|
readonly buttonOrder: ("search" | "reset" | "fold")[];
|
|
148
148
|
readonly needValidate: boolean;
|
|
149
149
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
150
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
151
150
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
151
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
152
152
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
153
153
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
154
154
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -173,6 +173,16 @@ export declare const PlusPage: {
|
|
|
173
173
|
type: PropType<number>;
|
|
174
174
|
default: number;
|
|
175
175
|
};
|
|
176
|
+
defaultValues: {
|
|
177
|
+
type: PropType<FieldValues>;
|
|
178
|
+
default: () => {};
|
|
179
|
+
};
|
|
180
|
+
rowProps: {
|
|
181
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
182
|
+
default: () => {
|
|
183
|
+
gutter: number;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
176
186
|
colProps: {
|
|
177
187
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
178
188
|
default: () => {
|
|
@@ -183,16 +193,6 @@ export declare const PlusPage: {
|
|
|
183
193
|
xl: number;
|
|
184
194
|
};
|
|
185
195
|
};
|
|
186
|
-
rowProps: {
|
|
187
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
188
|
-
default: () => {
|
|
189
|
-
gutter: number;
|
|
190
|
-
};
|
|
191
|
-
};
|
|
192
|
-
defaultValues: {
|
|
193
|
-
type: PropType<FieldValues>;
|
|
194
|
-
default: () => {};
|
|
195
|
-
};
|
|
196
196
|
hasFooter: {
|
|
197
197
|
type: PropType<boolean>;
|
|
198
198
|
default: boolean;
|
|
@@ -242,12 +242,12 @@ export declare const PlusPage: {
|
|
|
242
242
|
default: boolean;
|
|
243
243
|
};
|
|
244
244
|
}>> & {
|
|
245
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
246
245
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
246
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
247
247
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
248
248
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
249
249
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
250
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
250
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "buttonOrder" | "needValidate">;
|
|
251
251
|
$attrs: {
|
|
252
252
|
[x: string]: unknown;
|
|
253
253
|
};
|
|
@@ -259,7 +259,7 @@ export declare const PlusPage: {
|
|
|
259
259
|
}>;
|
|
260
260
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
261
261
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
262
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "
|
|
262
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
263
263
|
$el: any;
|
|
264
264
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
265
265
|
columns: {
|
|
@@ -282,6 +282,16 @@ export declare const PlusPage: {
|
|
|
282
282
|
type: PropType<number>;
|
|
283
283
|
default: number;
|
|
284
284
|
};
|
|
285
|
+
defaultValues: {
|
|
286
|
+
type: PropType<FieldValues>;
|
|
287
|
+
default: () => {};
|
|
288
|
+
};
|
|
289
|
+
rowProps: {
|
|
290
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
291
|
+
default: () => {
|
|
292
|
+
gutter: number;
|
|
293
|
+
};
|
|
294
|
+
};
|
|
285
295
|
colProps: {
|
|
286
296
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
287
297
|
default: () => {
|
|
@@ -292,16 +302,6 @@ export declare const PlusPage: {
|
|
|
292
302
|
xl: number;
|
|
293
303
|
};
|
|
294
304
|
};
|
|
295
|
-
rowProps: {
|
|
296
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
297
|
-
default: () => {
|
|
298
|
-
gutter: number;
|
|
299
|
-
};
|
|
300
|
-
};
|
|
301
|
-
defaultValues: {
|
|
302
|
-
type: PropType<FieldValues>;
|
|
303
|
-
default: () => {};
|
|
304
|
-
};
|
|
305
305
|
hasFooter: {
|
|
306
306
|
type: PropType<boolean>;
|
|
307
307
|
default: boolean;
|
|
@@ -351,8 +351,8 @@ export declare const PlusPage: {
|
|
|
351
351
|
default: boolean;
|
|
352
352
|
};
|
|
353
353
|
}>> & {
|
|
354
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
355
354
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
355
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
356
356
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
357
357
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
358
358
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -369,12 +369,9 @@ export declare const PlusPage: {
|
|
|
369
369
|
labelWidth: string | number;
|
|
370
370
|
labelSuffix: string;
|
|
371
371
|
hasLabel: boolean;
|
|
372
|
-
clearable: boolean;
|
|
373
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
374
|
-
collapseDuration: number;
|
|
375
|
-
collapseTransition: boolean;
|
|
376
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
377
372
|
defaultValues: FieldValues;
|
|
373
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
374
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
378
375
|
hasErrorTip: boolean;
|
|
379
376
|
hasFooter: boolean;
|
|
380
377
|
hasReset: boolean;
|
|
@@ -384,6 +381,9 @@ export declare const PlusPage: {
|
|
|
384
381
|
footerAlign: "right" | "left" | "center";
|
|
385
382
|
cardProps: Partial< Mutable<CardProps>>;
|
|
386
383
|
prevent: boolean;
|
|
384
|
+
collapseDuration: number;
|
|
385
|
+
collapseTransition: boolean;
|
|
386
|
+
clearable: boolean;
|
|
387
387
|
}> & Omit<{
|
|
388
388
|
readonly columns: PlusColumn[];
|
|
389
389
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -393,10 +393,9 @@ export declare const PlusPage: {
|
|
|
393
393
|
readonly labelWidth: string | number;
|
|
394
394
|
readonly labelSuffix: string;
|
|
395
395
|
readonly hasLabel: boolean;
|
|
396
|
-
readonly clearable: boolean;
|
|
397
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
398
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
399
396
|
readonly defaultValues: FieldValues;
|
|
397
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
398
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
400
399
|
readonly hasErrorTip: boolean;
|
|
401
400
|
readonly hasFooter: boolean;
|
|
402
401
|
readonly hasReset: boolean;
|
|
@@ -406,10 +405,11 @@ export declare const PlusPage: {
|
|
|
406
405
|
readonly footerAlign: "right" | "left" | "center";
|
|
407
406
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
408
407
|
readonly prevent: boolean;
|
|
408
|
+
readonly clearable: boolean;
|
|
409
409
|
readonly collapseDuration?: number | undefined;
|
|
410
410
|
readonly collapseTransition?: boolean | undefined;
|
|
411
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
412
411
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
412
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
413
413
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
414
414
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
415
415
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -447,28 +447,16 @@ export declare const PlusPage: {
|
|
|
447
447
|
type: PropType<boolean>;
|
|
448
448
|
default: boolean;
|
|
449
449
|
};
|
|
450
|
-
|
|
451
|
-
type: PropType<
|
|
452
|
-
default: boolean;
|
|
453
|
-
};
|
|
454
|
-
colProps: {
|
|
455
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
450
|
+
defaultValues: {
|
|
451
|
+
type: PropType<FieldValues>;
|
|
456
452
|
default: () => {};
|
|
457
453
|
};
|
|
458
|
-
collapseDuration: {
|
|
459
|
-
type: PropType<number>;
|
|
460
|
-
default: undefined;
|
|
461
|
-
};
|
|
462
|
-
collapseTransition: {
|
|
463
|
-
type: PropType<boolean>;
|
|
464
|
-
default: undefined;
|
|
465
|
-
};
|
|
466
454
|
rowProps: {
|
|
467
455
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
468
456
|
default: () => {};
|
|
469
457
|
};
|
|
470
|
-
|
|
471
|
-
type: PropType<
|
|
458
|
+
colProps: {
|
|
459
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
472
460
|
default: () => {};
|
|
473
461
|
};
|
|
474
462
|
hasErrorTip: {
|
|
@@ -507,14 +495,26 @@ export declare const PlusPage: {
|
|
|
507
495
|
type: PropType<boolean>;
|
|
508
496
|
default: boolean;
|
|
509
497
|
};
|
|
498
|
+
collapseDuration: {
|
|
499
|
+
type: PropType<number>;
|
|
500
|
+
default: undefined;
|
|
501
|
+
};
|
|
502
|
+
collapseTransition: {
|
|
503
|
+
type: PropType<boolean>;
|
|
504
|
+
default: undefined;
|
|
505
|
+
};
|
|
506
|
+
clearable: {
|
|
507
|
+
type: PropType<boolean>;
|
|
508
|
+
default: boolean;
|
|
509
|
+
};
|
|
510
510
|
}>> & {
|
|
511
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
512
511
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
512
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
513
513
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
514
514
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
515
515
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
516
516
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
517
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
517
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
518
518
|
$attrs: {
|
|
519
519
|
[x: string]: unknown;
|
|
520
520
|
};
|
|
@@ -526,7 +526,7 @@ export declare const PlusPage: {
|
|
|
526
526
|
}>;
|
|
527
527
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
528
528
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
529
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
529
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
530
530
|
$el: any;
|
|
531
531
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
532
532
|
columns: {
|
|
@@ -561,28 +561,16 @@ export declare const PlusPage: {
|
|
|
561
561
|
type: PropType<boolean>;
|
|
562
562
|
default: boolean;
|
|
563
563
|
};
|
|
564
|
-
|
|
565
|
-
type: PropType<
|
|
566
|
-
default: boolean;
|
|
567
|
-
};
|
|
568
|
-
colProps: {
|
|
569
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
564
|
+
defaultValues: {
|
|
565
|
+
type: PropType<FieldValues>;
|
|
570
566
|
default: () => {};
|
|
571
567
|
};
|
|
572
|
-
collapseDuration: {
|
|
573
|
-
type: PropType<number>;
|
|
574
|
-
default: undefined;
|
|
575
|
-
};
|
|
576
|
-
collapseTransition: {
|
|
577
|
-
type: PropType<boolean>;
|
|
578
|
-
default: undefined;
|
|
579
|
-
};
|
|
580
568
|
rowProps: {
|
|
581
569
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
582
570
|
default: () => {};
|
|
583
571
|
};
|
|
584
|
-
|
|
585
|
-
type: PropType<
|
|
572
|
+
colProps: {
|
|
573
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
586
574
|
default: () => {};
|
|
587
575
|
};
|
|
588
576
|
hasErrorTip: {
|
|
@@ -621,9 +609,21 @@ export declare const PlusPage: {
|
|
|
621
609
|
type: PropType<boolean>;
|
|
622
610
|
default: boolean;
|
|
623
611
|
};
|
|
612
|
+
collapseDuration: {
|
|
613
|
+
type: PropType<number>;
|
|
614
|
+
default: undefined;
|
|
615
|
+
};
|
|
616
|
+
collapseTransition: {
|
|
617
|
+
type: PropType<boolean>;
|
|
618
|
+
default: undefined;
|
|
619
|
+
};
|
|
620
|
+
clearable: {
|
|
621
|
+
type: PropType<boolean>;
|
|
622
|
+
default: boolean;
|
|
623
|
+
};
|
|
624
624
|
}>> & {
|
|
625
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
626
625
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
626
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
627
627
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
628
628
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
629
629
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -929,12 +929,9 @@ export declare const PlusPage: {
|
|
|
929
929
|
labelWidth: string | number;
|
|
930
930
|
labelSuffix: string;
|
|
931
931
|
hasLabel: boolean;
|
|
932
|
-
clearable: boolean;
|
|
933
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
934
|
-
collapseDuration: number;
|
|
935
|
-
collapseTransition: boolean;
|
|
936
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
937
932
|
defaultValues: FieldValues;
|
|
933
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
934
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
938
935
|
hasErrorTip: boolean;
|
|
939
936
|
hasFooter: boolean;
|
|
940
937
|
hasReset: boolean;
|
|
@@ -944,6 +941,9 @@ export declare const PlusPage: {
|
|
|
944
941
|
footerAlign: "right" | "left" | "center";
|
|
945
942
|
cardProps: Partial< Mutable<CardProps>>;
|
|
946
943
|
prevent: boolean;
|
|
944
|
+
collapseDuration: number;
|
|
945
|
+
collapseTransition: boolean;
|
|
946
|
+
clearable: boolean;
|
|
947
947
|
}, {}, string, {}> & {
|
|
948
948
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
949
949
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -997,28 +997,16 @@ export declare const PlusPage: {
|
|
|
997
997
|
type: PropType<boolean>;
|
|
998
998
|
default: boolean;
|
|
999
999
|
};
|
|
1000
|
-
|
|
1001
|
-
type: PropType<
|
|
1002
|
-
default: boolean;
|
|
1003
|
-
};
|
|
1004
|
-
colProps: {
|
|
1005
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1000
|
+
defaultValues: {
|
|
1001
|
+
type: PropType<FieldValues>;
|
|
1006
1002
|
default: () => {};
|
|
1007
1003
|
};
|
|
1008
|
-
collapseDuration: {
|
|
1009
|
-
type: PropType<number>;
|
|
1010
|
-
default: undefined;
|
|
1011
|
-
};
|
|
1012
|
-
collapseTransition: {
|
|
1013
|
-
type: PropType<boolean>;
|
|
1014
|
-
default: undefined;
|
|
1015
|
-
};
|
|
1016
1004
|
rowProps: {
|
|
1017
1005
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1018
1006
|
default: () => {};
|
|
1019
1007
|
};
|
|
1020
|
-
|
|
1021
|
-
type: PropType<
|
|
1008
|
+
colProps: {
|
|
1009
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1022
1010
|
default: () => {};
|
|
1023
1011
|
};
|
|
1024
1012
|
hasErrorTip: {
|
|
@@ -1057,9 +1045,21 @@ export declare const PlusPage: {
|
|
|
1057
1045
|
type: PropType<boolean>;
|
|
1058
1046
|
default: boolean;
|
|
1059
1047
|
};
|
|
1048
|
+
collapseDuration: {
|
|
1049
|
+
type: PropType<number>;
|
|
1050
|
+
default: undefined;
|
|
1051
|
+
};
|
|
1052
|
+
collapseTransition: {
|
|
1053
|
+
type: PropType<boolean>;
|
|
1054
|
+
default: undefined;
|
|
1055
|
+
};
|
|
1056
|
+
clearable: {
|
|
1057
|
+
type: PropType<boolean>;
|
|
1058
|
+
default: boolean;
|
|
1059
|
+
};
|
|
1060
1060
|
}>> & {
|
|
1061
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1062
1061
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1062
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1063
1063
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1064
1064
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1065
1065
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -1359,7 +1359,7 @@ export declare const PlusPage: {
|
|
|
1359
1359
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1360
1360
|
columns?: PlusColumn[] | undefined;
|
|
1361
1361
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1362
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
1362
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1363
1363
|
readonly label: string | ComputedRef<string>;
|
|
1364
1364
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1365
1365
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -1373,7 +1373,7 @@ export declare const PlusPage: {
|
|
|
1373
1373
|
style: CSSProperties;
|
|
1374
1374
|
rows: number;
|
|
1375
1375
|
autocomplete: string;
|
|
1376
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
1376
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1377
1377
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1378
1378
|
step: string | number;
|
|
1379
1379
|
format: string | ProgressFn | undefined;
|
|
@@ -1434,7 +1434,7 @@ export declare const PlusPage: {
|
|
|
1434
1434
|
clearable: boolean;
|
|
1435
1435
|
index: number;
|
|
1436
1436
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1437
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
1437
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1438
1438
|
readonly label: string | ComputedRef<string>;
|
|
1439
1439
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1440
1440
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -1448,7 +1448,7 @@ export declare const PlusPage: {
|
|
|
1448
1448
|
style: CSSProperties;
|
|
1449
1449
|
rows: number;
|
|
1450
1450
|
autocomplete: string;
|
|
1451
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
1451
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1452
1452
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1453
1453
|
step: string | number;
|
|
1454
1454
|
format: string | ProgressFn | undefined;
|
|
@@ -1537,9 +1537,9 @@ export declare const PlusPage: {
|
|
|
1537
1537
|
labelPosition: "top" | "right" | "left";
|
|
1538
1538
|
inline: boolean;
|
|
1539
1539
|
showNumber: number;
|
|
1540
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
1541
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
1542
1540
|
defaultValues: FieldValues;
|
|
1541
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
1542
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
1543
1543
|
hasFooter: boolean;
|
|
1544
1544
|
hasReset: boolean;
|
|
1545
1545
|
resetText: string;
|
|
@@ -1593,6 +1593,16 @@ export declare const PlusPage: {
|
|
|
1593
1593
|
type: PropType<number>;
|
|
1594
1594
|
default: number;
|
|
1595
1595
|
};
|
|
1596
|
+
defaultValues: {
|
|
1597
|
+
type: PropType<FieldValues>;
|
|
1598
|
+
default: () => {};
|
|
1599
|
+
};
|
|
1600
|
+
rowProps: {
|
|
1601
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1602
|
+
default: () => {
|
|
1603
|
+
gutter: number;
|
|
1604
|
+
};
|
|
1605
|
+
};
|
|
1596
1606
|
colProps: {
|
|
1597
1607
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1598
1608
|
default: () => {
|
|
@@ -1603,16 +1613,6 @@ export declare const PlusPage: {
|
|
|
1603
1613
|
xl: number;
|
|
1604
1614
|
};
|
|
1605
1615
|
};
|
|
1606
|
-
rowProps: {
|
|
1607
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1608
|
-
default: () => {
|
|
1609
|
-
gutter: number;
|
|
1610
|
-
};
|
|
1611
|
-
};
|
|
1612
|
-
defaultValues: {
|
|
1613
|
-
type: PropType<FieldValues>;
|
|
1614
|
-
default: () => {};
|
|
1615
|
-
};
|
|
1616
1616
|
hasFooter: {
|
|
1617
1617
|
type: PropType<boolean>;
|
|
1618
1618
|
default: boolean;
|
|
@@ -1662,8 +1662,8 @@ export declare const PlusPage: {
|
|
|
1662
1662
|
default: boolean;
|
|
1663
1663
|
};
|
|
1664
1664
|
}>> & {
|
|
1665
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1666
1665
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1666
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1667
1667
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1668
1668
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1669
1669
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -1680,12 +1680,9 @@ export declare const PlusPage: {
|
|
|
1680
1680
|
labelWidth: string | number;
|
|
1681
1681
|
labelSuffix: string;
|
|
1682
1682
|
hasLabel: boolean;
|
|
1683
|
-
clearable: boolean;
|
|
1684
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
1685
|
-
collapseDuration: number;
|
|
1686
|
-
collapseTransition: boolean;
|
|
1687
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
1688
1683
|
defaultValues: FieldValues;
|
|
1684
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
1685
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
1689
1686
|
hasErrorTip: boolean;
|
|
1690
1687
|
hasFooter: boolean;
|
|
1691
1688
|
hasReset: boolean;
|
|
@@ -1695,6 +1692,9 @@ export declare const PlusPage: {
|
|
|
1695
1692
|
footerAlign: "right" | "left" | "center";
|
|
1696
1693
|
cardProps: Partial< Mutable<CardProps>>;
|
|
1697
1694
|
prevent: boolean;
|
|
1695
|
+
collapseDuration: number;
|
|
1696
|
+
collapseTransition: boolean;
|
|
1697
|
+
clearable: boolean;
|
|
1698
1698
|
}> & Omit<{
|
|
1699
1699
|
readonly columns: PlusColumn[];
|
|
1700
1700
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -1704,10 +1704,9 @@ export declare const PlusPage: {
|
|
|
1704
1704
|
readonly labelWidth: string | number;
|
|
1705
1705
|
readonly labelSuffix: string;
|
|
1706
1706
|
readonly hasLabel: boolean;
|
|
1707
|
-
readonly clearable: boolean;
|
|
1708
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
1709
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
1710
1707
|
readonly defaultValues: FieldValues;
|
|
1708
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
1709
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
1711
1710
|
readonly hasErrorTip: boolean;
|
|
1712
1711
|
readonly hasFooter: boolean;
|
|
1713
1712
|
readonly hasReset: boolean;
|
|
@@ -1717,10 +1716,11 @@ export declare const PlusPage: {
|
|
|
1717
1716
|
readonly footerAlign: "right" | "left" | "center";
|
|
1718
1717
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
1719
1718
|
readonly prevent: boolean;
|
|
1719
|
+
readonly clearable: boolean;
|
|
1720
1720
|
readonly collapseDuration?: number | undefined;
|
|
1721
1721
|
readonly collapseTransition?: boolean | undefined;
|
|
1722
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1723
1722
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1723
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1724
1724
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1725
1725
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1726
1726
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -1758,28 +1758,16 @@ export declare const PlusPage: {
|
|
|
1758
1758
|
type: PropType<boolean>;
|
|
1759
1759
|
default: boolean;
|
|
1760
1760
|
};
|
|
1761
|
-
|
|
1762
|
-
type: PropType<
|
|
1763
|
-
default: boolean;
|
|
1764
|
-
};
|
|
1765
|
-
colProps: {
|
|
1766
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1761
|
+
defaultValues: {
|
|
1762
|
+
type: PropType<FieldValues>;
|
|
1767
1763
|
default: () => {};
|
|
1768
1764
|
};
|
|
1769
|
-
collapseDuration: {
|
|
1770
|
-
type: PropType<number>;
|
|
1771
|
-
default: undefined;
|
|
1772
|
-
};
|
|
1773
|
-
collapseTransition: {
|
|
1774
|
-
type: PropType<boolean>;
|
|
1775
|
-
default: undefined;
|
|
1776
|
-
};
|
|
1777
1765
|
rowProps: {
|
|
1778
1766
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1779
1767
|
default: () => {};
|
|
1780
1768
|
};
|
|
1781
|
-
|
|
1782
|
-
type: PropType<
|
|
1769
|
+
colProps: {
|
|
1770
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1783
1771
|
default: () => {};
|
|
1784
1772
|
};
|
|
1785
1773
|
hasErrorTip: {
|
|
@@ -1818,14 +1806,26 @@ export declare const PlusPage: {
|
|
|
1818
1806
|
type: PropType<boolean>;
|
|
1819
1807
|
default: boolean;
|
|
1820
1808
|
};
|
|
1821
|
-
|
|
1822
|
-
|
|
1809
|
+
collapseDuration: {
|
|
1810
|
+
type: PropType<number>;
|
|
1811
|
+
default: undefined;
|
|
1812
|
+
};
|
|
1813
|
+
collapseTransition: {
|
|
1814
|
+
type: PropType<boolean>;
|
|
1815
|
+
default: undefined;
|
|
1816
|
+
};
|
|
1817
|
+
clearable: {
|
|
1818
|
+
type: PropType<boolean>;
|
|
1819
|
+
default: boolean;
|
|
1820
|
+
};
|
|
1821
|
+
}>> & {
|
|
1823
1822
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1823
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1824
1824
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1825
1825
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1826
1826
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1827
1827
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1828
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
1828
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
1829
1829
|
$attrs: {
|
|
1830
1830
|
[x: string]: unknown;
|
|
1831
1831
|
};
|
|
@@ -1837,7 +1837,7 @@ export declare const PlusPage: {
|
|
|
1837
1837
|
}>;
|
|
1838
1838
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1839
1839
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1840
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
1840
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
1841
1841
|
$el: any;
|
|
1842
1842
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1843
1843
|
columns: {
|
|
@@ -1872,28 +1872,16 @@ export declare const PlusPage: {
|
|
|
1872
1872
|
type: PropType<boolean>;
|
|
1873
1873
|
default: boolean;
|
|
1874
1874
|
};
|
|
1875
|
-
|
|
1876
|
-
type: PropType<
|
|
1877
|
-
default: boolean;
|
|
1878
|
-
};
|
|
1879
|
-
colProps: {
|
|
1880
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1875
|
+
defaultValues: {
|
|
1876
|
+
type: PropType<FieldValues>;
|
|
1881
1877
|
default: () => {};
|
|
1882
1878
|
};
|
|
1883
|
-
collapseDuration: {
|
|
1884
|
-
type: PropType<number>;
|
|
1885
|
-
default: undefined;
|
|
1886
|
-
};
|
|
1887
|
-
collapseTransition: {
|
|
1888
|
-
type: PropType<boolean>;
|
|
1889
|
-
default: undefined;
|
|
1890
|
-
};
|
|
1891
1879
|
rowProps: {
|
|
1892
1880
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1893
1881
|
default: () => {};
|
|
1894
1882
|
};
|
|
1895
|
-
|
|
1896
|
-
type: PropType<
|
|
1883
|
+
colProps: {
|
|
1884
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1897
1885
|
default: () => {};
|
|
1898
1886
|
};
|
|
1899
1887
|
hasErrorTip: {
|
|
@@ -1932,9 +1920,21 @@ export declare const PlusPage: {
|
|
|
1932
1920
|
type: PropType<boolean>;
|
|
1933
1921
|
default: boolean;
|
|
1934
1922
|
};
|
|
1923
|
+
collapseDuration: {
|
|
1924
|
+
type: PropType<number>;
|
|
1925
|
+
default: undefined;
|
|
1926
|
+
};
|
|
1927
|
+
collapseTransition: {
|
|
1928
|
+
type: PropType<boolean>;
|
|
1929
|
+
default: undefined;
|
|
1930
|
+
};
|
|
1931
|
+
clearable: {
|
|
1932
|
+
type: PropType<boolean>;
|
|
1933
|
+
default: boolean;
|
|
1934
|
+
};
|
|
1935
1935
|
}>> & {
|
|
1936
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1937
1936
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1937
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1938
1938
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1939
1939
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1940
1940
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -2240,12 +2240,9 @@ export declare const PlusPage: {
|
|
|
2240
2240
|
labelWidth: string | number;
|
|
2241
2241
|
labelSuffix: string;
|
|
2242
2242
|
hasLabel: boolean;
|
|
2243
|
-
clearable: boolean;
|
|
2244
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
2245
|
-
collapseDuration: number;
|
|
2246
|
-
collapseTransition: boolean;
|
|
2247
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
2248
2243
|
defaultValues: FieldValues;
|
|
2244
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
2245
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
2249
2246
|
hasErrorTip: boolean;
|
|
2250
2247
|
hasFooter: boolean;
|
|
2251
2248
|
hasReset: boolean;
|
|
@@ -2255,6 +2252,9 @@ export declare const PlusPage: {
|
|
|
2255
2252
|
footerAlign: "right" | "left" | "center";
|
|
2256
2253
|
cardProps: Partial< Mutable<CardProps>>;
|
|
2257
2254
|
prevent: boolean;
|
|
2255
|
+
collapseDuration: number;
|
|
2256
|
+
collapseTransition: boolean;
|
|
2257
|
+
clearable: boolean;
|
|
2258
2258
|
}, {}, string, {}> & {
|
|
2259
2259
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2260
2260
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2308,28 +2308,16 @@ export declare const PlusPage: {
|
|
|
2308
2308
|
type: PropType<boolean>;
|
|
2309
2309
|
default: boolean;
|
|
2310
2310
|
};
|
|
2311
|
-
|
|
2312
|
-
type: PropType<
|
|
2313
|
-
default: boolean;
|
|
2314
|
-
};
|
|
2315
|
-
colProps: {
|
|
2316
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
2311
|
+
defaultValues: {
|
|
2312
|
+
type: PropType<FieldValues>;
|
|
2317
2313
|
default: () => {};
|
|
2318
2314
|
};
|
|
2319
|
-
collapseDuration: {
|
|
2320
|
-
type: PropType<number>;
|
|
2321
|
-
default: undefined;
|
|
2322
|
-
};
|
|
2323
|
-
collapseTransition: {
|
|
2324
|
-
type: PropType<boolean>;
|
|
2325
|
-
default: undefined;
|
|
2326
|
-
};
|
|
2327
2315
|
rowProps: {
|
|
2328
2316
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
2329
2317
|
default: () => {};
|
|
2330
2318
|
};
|
|
2331
|
-
|
|
2332
|
-
type: PropType<
|
|
2319
|
+
colProps: {
|
|
2320
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
2333
2321
|
default: () => {};
|
|
2334
2322
|
};
|
|
2335
2323
|
hasErrorTip: {
|
|
@@ -2368,9 +2356,21 @@ export declare const PlusPage: {
|
|
|
2368
2356
|
type: PropType<boolean>;
|
|
2369
2357
|
default: boolean;
|
|
2370
2358
|
};
|
|
2359
|
+
collapseDuration: {
|
|
2360
|
+
type: PropType<number>;
|
|
2361
|
+
default: undefined;
|
|
2362
|
+
};
|
|
2363
|
+
collapseTransition: {
|
|
2364
|
+
type: PropType<boolean>;
|
|
2365
|
+
default: undefined;
|
|
2366
|
+
};
|
|
2367
|
+
clearable: {
|
|
2368
|
+
type: PropType<boolean>;
|
|
2369
|
+
default: boolean;
|
|
2370
|
+
};
|
|
2371
2371
|
}>> & {
|
|
2372
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2373
2372
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2373
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2374
2374
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2375
2375
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2376
2376
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -2670,7 +2670,7 @@ export declare const PlusPage: {
|
|
|
2670
2670
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
2671
2671
|
columns?: PlusColumn[] | undefined;
|
|
2672
2672
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2673
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
2673
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2674
2674
|
readonly label: string | ComputedRef<string>;
|
|
2675
2675
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2676
2676
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -2684,7 +2684,7 @@ export declare const PlusPage: {
|
|
|
2684
2684
|
style: CSSProperties;
|
|
2685
2685
|
rows: number;
|
|
2686
2686
|
autocomplete: string;
|
|
2687
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
2687
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
2688
2688
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2689
2689
|
step: string | number;
|
|
2690
2690
|
format: string | ProgressFn | undefined;
|
|
@@ -2745,7 +2745,7 @@ export declare const PlusPage: {
|
|
|
2745
2745
|
clearable: boolean;
|
|
2746
2746
|
index: number;
|
|
2747
2747
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2748
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
2748
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2749
2749
|
readonly label: string | ComputedRef<string>;
|
|
2750
2750
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2751
2751
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -2759,7 +2759,7 @@ export declare const PlusPage: {
|
|
|
2759
2759
|
style: CSSProperties;
|
|
2760
2760
|
rows: number;
|
|
2761
2761
|
autocomplete: string;
|
|
2762
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
2762
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
2763
2763
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2764
2764
|
step: string | number;
|
|
2765
2765
|
format: string | ProgressFn | undefined;
|
|
@@ -2838,7 +2838,7 @@ export declare const PlusPage: {
|
|
|
2838
2838
|
handleUnfold: (e: MouseEvent) => void;
|
|
2839
2839
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2840
2840
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
2841
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
2841
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2842
2842
|
readonly label: string | ComputedRef<string>;
|
|
2843
2843
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2844
2844
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -2852,7 +2852,7 @@ export declare const PlusPage: {
|
|
|
2852
2852
|
style: CSSProperties;
|
|
2853
2853
|
rows: number;
|
|
2854
2854
|
autocomplete: string;
|
|
2855
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
2855
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
2856
2856
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2857
2857
|
step: string | number;
|
|
2858
2858
|
format: string | ProgressFn | undefined;
|
|
@@ -2936,11 +2936,11 @@ export declare const PlusPage: {
|
|
|
2936
2936
|
columnIndex: number;
|
|
2937
2937
|
}) => CSSProperties>;
|
|
2938
2938
|
rowKey: string | ((row: any[]) => string);
|
|
2939
|
+
tableData: RecordType[];
|
|
2940
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
2941
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
2939
2942
|
actionBar: false | Partial< ActionBarProps>;
|
|
2940
|
-
|
|
2941
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2942
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
2943
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2943
|
+
hasIndexColumn: boolean;
|
|
2944
2944
|
titleBar: boolean | Partial<Partial<{
|
|
2945
2945
|
title?: string | undefined;
|
|
2946
2946
|
refresh?: boolean | undefined;
|
|
@@ -2951,20 +2951,20 @@ export declare const PlusPage: {
|
|
|
2951
2951
|
color?: string | undefined;
|
|
2952
2952
|
} | undefined;
|
|
2953
2953
|
}>>;
|
|
2954
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
2955
|
-
tableData: RecordType[];
|
|
2956
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
2957
|
-
hasIndexColumn: boolean;
|
|
2958
2954
|
isSelection: boolean | "radio";
|
|
2959
2955
|
isRadio: boolean;
|
|
2960
2956
|
hasExpand: boolean;
|
|
2961
2957
|
loadingStatus: boolean;
|
|
2962
2958
|
dragSortable: false | Partial< Options>;
|
|
2959
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2960
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2963
2961
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2964
2962
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2965
2963
|
radioProps: Partial< PlusRadioProps>;
|
|
2966
2964
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
2967
2965
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2966
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
2967
|
+
editable: boolean | "click" | "dblclick";
|
|
2968
2968
|
adaptive: boolean | {
|
|
2969
2969
|
offsetBottom?: number | undefined;
|
|
2970
2970
|
timeout?: number | undefined;
|
|
@@ -2980,11 +2980,11 @@ export declare const PlusPage: {
|
|
|
2980
2980
|
columnIndex: number;
|
|
2981
2981
|
}) => CSSProperties>;
|
|
2982
2982
|
readonly rowKey: string | ((row: any[]) => string);
|
|
2983
|
+
readonly tableData: RecordType[];
|
|
2984
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
2985
|
+
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
2983
2986
|
readonly actionBar: false | Partial< ActionBarProps>;
|
|
2984
|
-
readonly
|
|
2985
|
-
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2986
|
-
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
2987
|
-
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2987
|
+
readonly hasIndexColumn: boolean;
|
|
2988
2988
|
readonly titleBar: boolean | Partial<Partial<{
|
|
2989
2989
|
title?: string | undefined;
|
|
2990
2990
|
refresh?: boolean | undefined;
|
|
@@ -2995,18 +2995,18 @@ export declare const PlusPage: {
|
|
|
2995
2995
|
color?: string | undefined;
|
|
2996
2996
|
} | undefined;
|
|
2997
2997
|
}>>;
|
|
2998
|
-
readonly defaultSize: "" | "default" | "small" | "large";
|
|
2999
|
-
readonly tableData: RecordType[];
|
|
3000
|
-
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
3001
|
-
readonly hasIndexColumn: boolean;
|
|
3002
2998
|
readonly isSelection: boolean | "radio";
|
|
3003
2999
|
readonly isRadio: boolean;
|
|
3004
3000
|
readonly hasExpand: boolean;
|
|
3005
3001
|
readonly loadingStatus: boolean;
|
|
3006
3002
|
readonly dragSortable: false | Partial< Options>;
|
|
3003
|
+
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3004
|
+
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3007
3005
|
readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3008
3006
|
readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3009
3007
|
readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3008
|
+
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
3009
|
+
readonly editable: boolean | "click" | "dblclick";
|
|
3010
3010
|
readonly adaptive: boolean | {
|
|
3011
3011
|
offsetBottom?: number | undefined;
|
|
3012
3012
|
timeout?: number | undefined;
|
|
@@ -3016,16 +3016,16 @@ export declare const PlusPage: {
|
|
|
3016
3016
|
readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
|
|
3017
3017
|
readonly filterTableHeaderOverflowLabelLength?: number | undefined;
|
|
3018
3018
|
readonly filterTableLocalKey?: string | undefined;
|
|
3019
|
+
onRefresh?: (() => any) | undefined;
|
|
3020
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3019
3021
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3020
3022
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3023
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
3021
3024
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
3025
|
+
onEdited?: (() => any) | undefined;
|
|
3022
3026
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3023
3027
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3024
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
3025
|
-
onRefresh?: (() => any) | undefined;
|
|
3026
3028
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
3027
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3028
|
-
onEdited?: (() => any) | undefined;
|
|
3029
3029
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3030
3030
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3031
3031
|
showOverflowTooltip: {
|
|
@@ -3058,26 +3058,26 @@ export declare const PlusPage: {
|
|
|
3058
3058
|
type: PropType<string | ((row: any[]) => string)>;
|
|
3059
3059
|
default: string;
|
|
3060
3060
|
};
|
|
3061
|
+
tableData: {
|
|
3062
|
+
type: PropType< RecordType[]>;
|
|
3063
|
+
default: () => never[];
|
|
3064
|
+
};
|
|
3065
|
+
defaultSize: {
|
|
3066
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
3067
|
+
default: string;
|
|
3068
|
+
};
|
|
3069
|
+
pagination: {
|
|
3070
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
3071
|
+
default: boolean;
|
|
3072
|
+
};
|
|
3061
3073
|
actionBar: {
|
|
3062
3074
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
3063
3075
|
default: boolean;
|
|
3064
3076
|
};
|
|
3065
|
-
|
|
3066
|
-
type: PropType<boolean
|
|
3077
|
+
hasIndexColumn: {
|
|
3078
|
+
type: PropType<boolean>;
|
|
3067
3079
|
default: boolean;
|
|
3068
3080
|
};
|
|
3069
|
-
indexTableColumnProps: {
|
|
3070
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3071
|
-
default: () => {};
|
|
3072
|
-
};
|
|
3073
|
-
indexContentStyle: {
|
|
3074
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
3075
|
-
default: () => {};
|
|
3076
|
-
};
|
|
3077
|
-
dragSortableTableColumnProps: {
|
|
3078
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3079
|
-
default: () => {};
|
|
3080
|
-
};
|
|
3081
3081
|
titleBar: {
|
|
3082
3082
|
type: PropType<boolean | Partial<Partial<{
|
|
3083
3083
|
title?: string | undefined;
|
|
@@ -3091,22 +3091,6 @@ export declare const PlusPage: {
|
|
|
3091
3091
|
}>>>;
|
|
3092
3092
|
default: boolean;
|
|
3093
3093
|
};
|
|
3094
|
-
defaultSize: {
|
|
3095
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
3096
|
-
default: string;
|
|
3097
|
-
};
|
|
3098
|
-
tableData: {
|
|
3099
|
-
type: PropType< RecordType[]>;
|
|
3100
|
-
default: () => never[];
|
|
3101
|
-
};
|
|
3102
|
-
pagination: {
|
|
3103
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
3104
|
-
default: boolean;
|
|
3105
|
-
};
|
|
3106
|
-
hasIndexColumn: {
|
|
3107
|
-
type: PropType<boolean>;
|
|
3108
|
-
default: boolean;
|
|
3109
|
-
};
|
|
3110
3094
|
isSelection: {
|
|
3111
3095
|
type: PropType<boolean | "radio">;
|
|
3112
3096
|
default: boolean;
|
|
@@ -3127,6 +3111,14 @@ export declare const PlusPage: {
|
|
|
3127
3111
|
type: PropType<false | Partial< Options>>;
|
|
3128
3112
|
default: boolean;
|
|
3129
3113
|
};
|
|
3114
|
+
dragSortableTableColumnProps: {
|
|
3115
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3116
|
+
default: () => {};
|
|
3117
|
+
};
|
|
3118
|
+
indexTableColumnProps: {
|
|
3119
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3120
|
+
default: () => {};
|
|
3121
|
+
};
|
|
3130
3122
|
selectionTableColumnProps: {
|
|
3131
3123
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3132
3124
|
default: () => {
|
|
@@ -3151,6 +3143,14 @@ export declare const PlusPage: {
|
|
|
3151
3143
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3152
3144
|
default: () => {};
|
|
3153
3145
|
};
|
|
3146
|
+
indexContentStyle: {
|
|
3147
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
3148
|
+
default: () => {};
|
|
3149
|
+
};
|
|
3150
|
+
editable: {
|
|
3151
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
3152
|
+
default: boolean;
|
|
3153
|
+
};
|
|
3154
3154
|
adaptive: {
|
|
3155
3155
|
type: PropType<boolean | {
|
|
3156
3156
|
offsetBottom?: number | undefined;
|
|
@@ -3165,18 +3165,18 @@ export declare const PlusPage: {
|
|
|
3165
3165
|
type: PropType<string>;
|
|
3166
3166
|
};
|
|
3167
3167
|
}>> & {
|
|
3168
|
+
onRefresh?: (() => any) | undefined;
|
|
3169
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3168
3170
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3169
3171
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3172
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
3170
3173
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
3174
|
+
onEdited?: (() => any) | undefined;
|
|
3171
3175
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3172
3176
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3173
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
3174
|
-
onRefresh?: (() => any) | undefined;
|
|
3175
3177
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
3176
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3177
|
-
onEdited?: (() => any) | undefined;
|
|
3178
3178
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3179
|
-
}, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "
|
|
3179
|
+
}, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
|
|
3180
3180
|
$attrs: {
|
|
3181
3181
|
[x: string]: unknown;
|
|
3182
3182
|
};
|
|
@@ -3221,26 +3221,26 @@ export declare const PlusPage: {
|
|
|
3221
3221
|
type: PropType<string | ((row: any[]) => string)>;
|
|
3222
3222
|
default: string;
|
|
3223
3223
|
};
|
|
3224
|
+
tableData: {
|
|
3225
|
+
type: PropType< RecordType[]>;
|
|
3226
|
+
default: () => never[];
|
|
3227
|
+
};
|
|
3228
|
+
defaultSize: {
|
|
3229
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
3230
|
+
default: string;
|
|
3231
|
+
};
|
|
3232
|
+
pagination: {
|
|
3233
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
3234
|
+
default: boolean;
|
|
3235
|
+
};
|
|
3224
3236
|
actionBar: {
|
|
3225
3237
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
3226
3238
|
default: boolean;
|
|
3227
3239
|
};
|
|
3228
|
-
|
|
3229
|
-
type: PropType<boolean
|
|
3240
|
+
hasIndexColumn: {
|
|
3241
|
+
type: PropType<boolean>;
|
|
3230
3242
|
default: boolean;
|
|
3231
3243
|
};
|
|
3232
|
-
indexTableColumnProps: {
|
|
3233
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3234
|
-
default: () => {};
|
|
3235
|
-
};
|
|
3236
|
-
indexContentStyle: {
|
|
3237
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
3238
|
-
default: () => {};
|
|
3239
|
-
};
|
|
3240
|
-
dragSortableTableColumnProps: {
|
|
3241
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3242
|
-
default: () => {};
|
|
3243
|
-
};
|
|
3244
3244
|
titleBar: {
|
|
3245
3245
|
type: PropType<boolean | Partial<Partial<{
|
|
3246
3246
|
title?: string | undefined;
|
|
@@ -3254,22 +3254,6 @@ export declare const PlusPage: {
|
|
|
3254
3254
|
}>>>;
|
|
3255
3255
|
default: boolean;
|
|
3256
3256
|
};
|
|
3257
|
-
defaultSize: {
|
|
3258
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
3259
|
-
default: string;
|
|
3260
|
-
};
|
|
3261
|
-
tableData: {
|
|
3262
|
-
type: PropType< RecordType[]>;
|
|
3263
|
-
default: () => never[];
|
|
3264
|
-
};
|
|
3265
|
-
pagination: {
|
|
3266
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
3267
|
-
default: boolean;
|
|
3268
|
-
};
|
|
3269
|
-
hasIndexColumn: {
|
|
3270
|
-
type: PropType<boolean>;
|
|
3271
|
-
default: boolean;
|
|
3272
|
-
};
|
|
3273
3257
|
isSelection: {
|
|
3274
3258
|
type: PropType<boolean | "radio">;
|
|
3275
3259
|
default: boolean;
|
|
@@ -3290,6 +3274,14 @@ export declare const PlusPage: {
|
|
|
3290
3274
|
type: PropType<false | Partial< Options>>;
|
|
3291
3275
|
default: boolean;
|
|
3292
3276
|
};
|
|
3277
|
+
dragSortableTableColumnProps: {
|
|
3278
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3279
|
+
default: () => {};
|
|
3280
|
+
};
|
|
3281
|
+
indexTableColumnProps: {
|
|
3282
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3283
|
+
default: () => {};
|
|
3284
|
+
};
|
|
3293
3285
|
selectionTableColumnProps: {
|
|
3294
3286
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3295
3287
|
default: () => {
|
|
@@ -3314,10 +3306,18 @@ export declare const PlusPage: {
|
|
|
3314
3306
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3315
3307
|
default: () => {};
|
|
3316
3308
|
};
|
|
3317
|
-
|
|
3318
|
-
type: PropType<
|
|
3319
|
-
|
|
3320
|
-
|
|
3309
|
+
indexContentStyle: {
|
|
3310
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
3311
|
+
default: () => {};
|
|
3312
|
+
};
|
|
3313
|
+
editable: {
|
|
3314
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
3315
|
+
default: boolean;
|
|
3316
|
+
};
|
|
3317
|
+
adaptive: {
|
|
3318
|
+
type: PropType<boolean | {
|
|
3319
|
+
offsetBottom?: number | undefined;
|
|
3320
|
+
timeout?: number | undefined;
|
|
3321
3321
|
}>;
|
|
3322
3322
|
default: boolean;
|
|
3323
3323
|
};
|
|
@@ -3328,16 +3328,16 @@ export declare const PlusPage: {
|
|
|
3328
3328
|
type: PropType<string>;
|
|
3329
3329
|
};
|
|
3330
3330
|
}>> & {
|
|
3331
|
+
onRefresh?: (() => any) | undefined;
|
|
3332
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3331
3333
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3332
3334
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3335
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
3333
3336
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
3337
|
+
onEdited?: (() => any) | undefined;
|
|
3334
3338
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3335
3339
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3336
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
3337
|
-
onRefresh?: (() => any) | undefined;
|
|
3338
3340
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
3339
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3340
|
-
onEdited?: (() => any) | undefined;
|
|
3341
3341
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3342
3342
|
}, {
|
|
3343
3343
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
@@ -3537,7 +3537,7 @@ export declare const PlusPage: {
|
|
|
3537
3537
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
3538
3538
|
setScrollLeft: (left?: number | undefined) => void;
|
|
3539
3539
|
setScrollTop: (top?: number | undefined) => void;
|
|
3540
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
3540
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3541
3541
|
data: {
|
|
3542
3542
|
type: PropType<any[]>;
|
|
3543
3543
|
default: () => never[];
|
|
@@ -3913,11 +3913,11 @@ export declare const PlusPage: {
|
|
|
3913
3913
|
columnIndex: number;
|
|
3914
3914
|
}) => CSSProperties>;
|
|
3915
3915
|
rowKey: string | ((row: any[]) => string);
|
|
3916
|
+
tableData: RecordType[];
|
|
3917
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
3918
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
3916
3919
|
actionBar: false | Partial< ActionBarProps>;
|
|
3917
|
-
|
|
3918
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3919
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
3920
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3920
|
+
hasIndexColumn: boolean;
|
|
3921
3921
|
titleBar: boolean | Partial<Partial<{
|
|
3922
3922
|
title?: string | undefined;
|
|
3923
3923
|
refresh?: boolean | undefined;
|
|
@@ -3928,20 +3928,20 @@ export declare const PlusPage: {
|
|
|
3928
3928
|
color?: string | undefined;
|
|
3929
3929
|
} | undefined;
|
|
3930
3930
|
}>>;
|
|
3931
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
3932
|
-
tableData: RecordType[];
|
|
3933
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
3934
|
-
hasIndexColumn: boolean;
|
|
3935
3931
|
isSelection: boolean | "radio";
|
|
3936
3932
|
isRadio: boolean;
|
|
3937
3933
|
hasExpand: boolean;
|
|
3938
3934
|
loadingStatus: boolean;
|
|
3939
3935
|
dragSortable: false | Partial< Options>;
|
|
3936
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3937
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3940
3938
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3941
3939
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3942
3940
|
radioProps: Partial< PlusRadioProps>;
|
|
3943
3941
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
3944
3942
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3943
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
3944
|
+
editable: boolean | "click" | "dblclick";
|
|
3945
3945
|
adaptive: boolean | {
|
|
3946
3946
|
offsetBottom?: number | undefined;
|
|
3947
3947
|
timeout?: number | undefined;
|
|
@@ -3997,26 +3997,26 @@ export declare const PlusPage: {
|
|
|
3997
3997
|
type: PropType<string | ((row: any[]) => string)>;
|
|
3998
3998
|
default: string;
|
|
3999
3999
|
};
|
|
4000
|
+
tableData: {
|
|
4001
|
+
type: PropType< RecordType[]>;
|
|
4002
|
+
default: () => never[];
|
|
4003
|
+
};
|
|
4004
|
+
defaultSize: {
|
|
4005
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
4006
|
+
default: string;
|
|
4007
|
+
};
|
|
4008
|
+
pagination: {
|
|
4009
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
4010
|
+
default: boolean;
|
|
4011
|
+
};
|
|
4000
4012
|
actionBar: {
|
|
4001
4013
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
4002
4014
|
default: boolean;
|
|
4003
4015
|
};
|
|
4004
|
-
|
|
4005
|
-
type: PropType<boolean
|
|
4016
|
+
hasIndexColumn: {
|
|
4017
|
+
type: PropType<boolean>;
|
|
4006
4018
|
default: boolean;
|
|
4007
4019
|
};
|
|
4008
|
-
indexTableColumnProps: {
|
|
4009
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
4010
|
-
default: () => {};
|
|
4011
|
-
};
|
|
4012
|
-
indexContentStyle: {
|
|
4013
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
4014
|
-
default: () => {};
|
|
4015
|
-
};
|
|
4016
|
-
dragSortableTableColumnProps: {
|
|
4017
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
4018
|
-
default: () => {};
|
|
4019
|
-
};
|
|
4020
4020
|
titleBar: {
|
|
4021
4021
|
type: PropType<boolean | Partial<Partial<{
|
|
4022
4022
|
title?: string | undefined;
|
|
@@ -4030,22 +4030,6 @@ export declare const PlusPage: {
|
|
|
4030
4030
|
}>>>;
|
|
4031
4031
|
default: boolean;
|
|
4032
4032
|
};
|
|
4033
|
-
defaultSize: {
|
|
4034
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
4035
|
-
default: string;
|
|
4036
|
-
};
|
|
4037
|
-
tableData: {
|
|
4038
|
-
type: PropType< RecordType[]>;
|
|
4039
|
-
default: () => never[];
|
|
4040
|
-
};
|
|
4041
|
-
pagination: {
|
|
4042
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
4043
|
-
default: boolean;
|
|
4044
|
-
};
|
|
4045
|
-
hasIndexColumn: {
|
|
4046
|
-
type: PropType<boolean>;
|
|
4047
|
-
default: boolean;
|
|
4048
|
-
};
|
|
4049
4033
|
isSelection: {
|
|
4050
4034
|
type: PropType<boolean | "radio">;
|
|
4051
4035
|
default: boolean;
|
|
@@ -4066,6 +4050,14 @@ export declare const PlusPage: {
|
|
|
4066
4050
|
type: PropType<false | Partial< Options>>;
|
|
4067
4051
|
default: boolean;
|
|
4068
4052
|
};
|
|
4053
|
+
dragSortableTableColumnProps: {
|
|
4054
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
4055
|
+
default: () => {};
|
|
4056
|
+
};
|
|
4057
|
+
indexTableColumnProps: {
|
|
4058
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
4059
|
+
default: () => {};
|
|
4060
|
+
};
|
|
4069
4061
|
selectionTableColumnProps: {
|
|
4070
4062
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
4071
4063
|
default: () => {
|
|
@@ -4090,6 +4082,14 @@ export declare const PlusPage: {
|
|
|
4090
4082
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
4091
4083
|
default: () => {};
|
|
4092
4084
|
};
|
|
4085
|
+
indexContentStyle: {
|
|
4086
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
4087
|
+
default: () => {};
|
|
4088
|
+
};
|
|
4089
|
+
editable: {
|
|
4090
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
4091
|
+
default: boolean;
|
|
4092
|
+
};
|
|
4093
4093
|
adaptive: {
|
|
4094
4094
|
type: PropType<boolean | {
|
|
4095
4095
|
offsetBottom?: number | undefined;
|
|
@@ -4104,18 +4104,18 @@ export declare const PlusPage: {
|
|
|
4104
4104
|
type: PropType<string>;
|
|
4105
4105
|
};
|
|
4106
4106
|
}>> & {
|
|
4107
|
+
onRefresh?: (() => any) | undefined;
|
|
4108
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
4107
4109
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
4108
4110
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
4111
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
4109
4112
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
4113
|
+
onEdited?: (() => any) | undefined;
|
|
4110
4114
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
4111
4115
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
4112
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
4113
|
-
onRefresh?: (() => any) | undefined;
|
|
4114
4116
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
4115
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
4116
|
-
onEdited?: (() => any) | undefined;
|
|
4117
4117
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
4118
|
-
}, "
|
|
4118
|
+
}, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
|
|
4119
4119
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
4120
4120
|
tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
4121
4121
|
data: {
|
|
@@ -4313,7 +4313,7 @@ export declare const PlusPage: {
|
|
|
4313
4313
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
4314
4314
|
setScrollLeft: (left?: number | undefined) => void;
|
|
4315
4315
|
setScrollTop: (top?: number | undefined) => void;
|
|
4316
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
4316
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
4317
4317
|
data: {
|
|
4318
4318
|
type: PropType<any[]>;
|
|
4319
4319
|
default: () => never[];
|
|
@@ -4723,6 +4723,10 @@ export declare const PlusPage: {
|
|
|
4723
4723
|
type: PropType<Partial< PlusTableProps>>;
|
|
4724
4724
|
default: () => {};
|
|
4725
4725
|
};
|
|
4726
|
+
pagination: {
|
|
4727
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
4728
|
+
default: () => {};
|
|
4729
|
+
};
|
|
4726
4730
|
params: {
|
|
4727
4731
|
type: PropType<RecordType>;
|
|
4728
4732
|
default: () => {};
|
|
@@ -4734,10 +4738,6 @@ export declare const PlusPage: {
|
|
|
4734
4738
|
}>>;
|
|
4735
4739
|
required: true;
|
|
4736
4740
|
};
|
|
4737
|
-
pagination: {
|
|
4738
|
-
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
4739
|
-
default: () => {};
|
|
4740
|
-
};
|
|
4741
4741
|
postData: {
|
|
4742
4742
|
type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
|
|
4743
4743
|
default: undefined;
|
|
@@ -4798,8 +4798,8 @@ export declare const PlusPage: {
|
|
|
4798
4798
|
search: false | Partial< PlusSearchProps>;
|
|
4799
4799
|
immediate: boolean;
|
|
4800
4800
|
table: Partial< PlusTableProps>;
|
|
4801
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
4801
4802
|
params: RecordType;
|
|
4802
|
-
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
4803
4803
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
4804
4804
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
4805
4805
|
isCard: boolean;
|
|
@@ -4838,6 +4838,10 @@ export declare const PlusPage: {
|
|
|
4838
4838
|
type: PropType<Partial< PlusTableProps>>;
|
|
4839
4839
|
default: () => {};
|
|
4840
4840
|
};
|
|
4841
|
+
pagination: {
|
|
4842
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
4843
|
+
default: () => {};
|
|
4844
|
+
};
|
|
4841
4845
|
params: {
|
|
4842
4846
|
type: PropType<RecordType>;
|
|
4843
4847
|
default: () => {};
|
|
@@ -4849,10 +4853,6 @@ export declare const PlusPage: {
|
|
|
4849
4853
|
}>>;
|
|
4850
4854
|
required: true;
|
|
4851
4855
|
};
|
|
4852
|
-
pagination: {
|
|
4853
|
-
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
4854
|
-
default: () => {};
|
|
4855
|
-
};
|
|
4856
4856
|
postData: {
|
|
4857
4857
|
type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
|
|
4858
4858
|
default: undefined;
|
|
@@ -4918,9 +4918,9 @@ export declare const PlusPage: {
|
|
|
4918
4918
|
labelPosition: "top" | "right" | "left";
|
|
4919
4919
|
inline: boolean;
|
|
4920
4920
|
showNumber: number;
|
|
4921
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
4922
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
4923
4921
|
defaultValues: FieldValues;
|
|
4922
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
4923
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
4924
4924
|
hasFooter: boolean;
|
|
4925
4925
|
hasReset: boolean;
|
|
4926
4926
|
resetText: string;
|
|
@@ -4938,9 +4938,9 @@ export declare const PlusPage: {
|
|
|
4938
4938
|
readonly modelValue: FieldValues;
|
|
4939
4939
|
readonly inline: boolean;
|
|
4940
4940
|
readonly showNumber: number;
|
|
4941
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
4942
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
4943
4941
|
readonly defaultValues: FieldValues;
|
|
4942
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
4943
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
4944
4944
|
readonly hasFooter: boolean;
|
|
4945
4945
|
readonly hasReset: boolean;
|
|
4946
4946
|
readonly resetText: string;
|
|
@@ -4954,8 +4954,8 @@ export declare const PlusPage: {
|
|
|
4954
4954
|
readonly buttonOrder: ("search" | "reset" | "fold")[];
|
|
4955
4955
|
readonly needValidate: boolean;
|
|
4956
4956
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
4957
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4958
4957
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4958
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4959
4959
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4960
4960
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
4961
4961
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -4980,6 +4980,16 @@ export declare const PlusPage: {
|
|
|
4980
4980
|
type: PropType<number>;
|
|
4981
4981
|
default: number;
|
|
4982
4982
|
};
|
|
4983
|
+
defaultValues: {
|
|
4984
|
+
type: PropType<FieldValues>;
|
|
4985
|
+
default: () => {};
|
|
4986
|
+
};
|
|
4987
|
+
rowProps: {
|
|
4988
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
4989
|
+
default: () => {
|
|
4990
|
+
gutter: number;
|
|
4991
|
+
};
|
|
4992
|
+
};
|
|
4983
4993
|
colProps: {
|
|
4984
4994
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
4985
4995
|
default: () => {
|
|
@@ -4990,16 +5000,6 @@ export declare const PlusPage: {
|
|
|
4990
5000
|
xl: number;
|
|
4991
5001
|
};
|
|
4992
5002
|
};
|
|
4993
|
-
rowProps: {
|
|
4994
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
4995
|
-
default: () => {
|
|
4996
|
-
gutter: number;
|
|
4997
|
-
};
|
|
4998
|
-
};
|
|
4999
|
-
defaultValues: {
|
|
5000
|
-
type: PropType<FieldValues>;
|
|
5001
|
-
default: () => {};
|
|
5002
|
-
};
|
|
5003
5003
|
hasFooter: {
|
|
5004
5004
|
type: PropType<boolean>;
|
|
5005
5005
|
default: boolean;
|
|
@@ -5049,12 +5049,12 @@ export declare const PlusPage: {
|
|
|
5049
5049
|
default: boolean;
|
|
5050
5050
|
};
|
|
5051
5051
|
}>> & {
|
|
5052
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5053
5052
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5053
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5054
5054
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5055
5055
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5056
5056
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5057
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
5057
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "buttonOrder" | "needValidate">;
|
|
5058
5058
|
$attrs: {
|
|
5059
5059
|
[x: string]: unknown;
|
|
5060
5060
|
};
|
|
@@ -5066,7 +5066,7 @@ export declare const PlusPage: {
|
|
|
5066
5066
|
}>;
|
|
5067
5067
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5068
5068
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5069
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "
|
|
5069
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
5070
5070
|
$el: any;
|
|
5071
5071
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5072
5072
|
columns: {
|
|
@@ -5089,6 +5089,16 @@ export declare const PlusPage: {
|
|
|
5089
5089
|
type: PropType<number>;
|
|
5090
5090
|
default: number;
|
|
5091
5091
|
};
|
|
5092
|
+
defaultValues: {
|
|
5093
|
+
type: PropType<FieldValues>;
|
|
5094
|
+
default: () => {};
|
|
5095
|
+
};
|
|
5096
|
+
rowProps: {
|
|
5097
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
5098
|
+
default: () => {
|
|
5099
|
+
gutter: number;
|
|
5100
|
+
};
|
|
5101
|
+
};
|
|
5092
5102
|
colProps: {
|
|
5093
5103
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5094
5104
|
default: () => {
|
|
@@ -5099,16 +5109,6 @@ export declare const PlusPage: {
|
|
|
5099
5109
|
xl: number;
|
|
5100
5110
|
};
|
|
5101
5111
|
};
|
|
5102
|
-
rowProps: {
|
|
5103
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
5104
|
-
default: () => {
|
|
5105
|
-
gutter: number;
|
|
5106
|
-
};
|
|
5107
|
-
};
|
|
5108
|
-
defaultValues: {
|
|
5109
|
-
type: PropType<FieldValues>;
|
|
5110
|
-
default: () => {};
|
|
5111
|
-
};
|
|
5112
5112
|
hasFooter: {
|
|
5113
5113
|
type: PropType<boolean>;
|
|
5114
5114
|
default: boolean;
|
|
@@ -5158,8 +5158,8 @@ export declare const PlusPage: {
|
|
|
5158
5158
|
default: boolean;
|
|
5159
5159
|
};
|
|
5160
5160
|
}>> & {
|
|
5161
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5162
5161
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5162
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5163
5163
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5164
5164
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5165
5165
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -5176,12 +5176,9 @@ export declare const PlusPage: {
|
|
|
5176
5176
|
labelWidth: string | number;
|
|
5177
5177
|
labelSuffix: string;
|
|
5178
5178
|
hasLabel: boolean;
|
|
5179
|
-
clearable: boolean;
|
|
5180
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
5181
|
-
collapseDuration: number;
|
|
5182
|
-
collapseTransition: boolean;
|
|
5183
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
5184
5179
|
defaultValues: FieldValues;
|
|
5180
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
5181
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
5185
5182
|
hasErrorTip: boolean;
|
|
5186
5183
|
hasFooter: boolean;
|
|
5187
5184
|
hasReset: boolean;
|
|
@@ -5191,6 +5188,9 @@ export declare const PlusPage: {
|
|
|
5191
5188
|
footerAlign: "right" | "left" | "center";
|
|
5192
5189
|
cardProps: Partial< Mutable<CardProps>>;
|
|
5193
5190
|
prevent: boolean;
|
|
5191
|
+
collapseDuration: number;
|
|
5192
|
+
collapseTransition: boolean;
|
|
5193
|
+
clearable: boolean;
|
|
5194
5194
|
}> & Omit<{
|
|
5195
5195
|
readonly columns: PlusColumn[];
|
|
5196
5196
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -5200,10 +5200,9 @@ export declare const PlusPage: {
|
|
|
5200
5200
|
readonly labelWidth: string | number;
|
|
5201
5201
|
readonly labelSuffix: string;
|
|
5202
5202
|
readonly hasLabel: boolean;
|
|
5203
|
-
readonly clearable: boolean;
|
|
5204
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
5205
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
5206
5203
|
readonly defaultValues: FieldValues;
|
|
5204
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
5205
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
5207
5206
|
readonly hasErrorTip: boolean;
|
|
5208
5207
|
readonly hasFooter: boolean;
|
|
5209
5208
|
readonly hasReset: boolean;
|
|
@@ -5213,10 +5212,11 @@ export declare const PlusPage: {
|
|
|
5213
5212
|
readonly footerAlign: "right" | "left" | "center";
|
|
5214
5213
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
5215
5214
|
readonly prevent: boolean;
|
|
5215
|
+
readonly clearable: boolean;
|
|
5216
5216
|
readonly collapseDuration?: number | undefined;
|
|
5217
5217
|
readonly collapseTransition?: boolean | undefined;
|
|
5218
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5219
5218
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5219
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5220
5220
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5221
5221
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5222
5222
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -5254,28 +5254,16 @@ export declare const PlusPage: {
|
|
|
5254
5254
|
type: PropType<boolean>;
|
|
5255
5255
|
default: boolean;
|
|
5256
5256
|
};
|
|
5257
|
-
|
|
5258
|
-
type: PropType<
|
|
5259
|
-
default: boolean;
|
|
5260
|
-
};
|
|
5261
|
-
colProps: {
|
|
5262
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5257
|
+
defaultValues: {
|
|
5258
|
+
type: PropType<FieldValues>;
|
|
5263
5259
|
default: () => {};
|
|
5264
5260
|
};
|
|
5265
|
-
collapseDuration: {
|
|
5266
|
-
type: PropType<number>;
|
|
5267
|
-
default: undefined;
|
|
5268
|
-
};
|
|
5269
|
-
collapseTransition: {
|
|
5270
|
-
type: PropType<boolean>;
|
|
5271
|
-
default: undefined;
|
|
5272
|
-
};
|
|
5273
5261
|
rowProps: {
|
|
5274
5262
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
5275
5263
|
default: () => {};
|
|
5276
5264
|
};
|
|
5277
|
-
|
|
5278
|
-
type: PropType<
|
|
5265
|
+
colProps: {
|
|
5266
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5279
5267
|
default: () => {};
|
|
5280
5268
|
};
|
|
5281
5269
|
hasErrorTip: {
|
|
@@ -5314,14 +5302,26 @@ export declare const PlusPage: {
|
|
|
5314
5302
|
type: PropType<boolean>;
|
|
5315
5303
|
default: boolean;
|
|
5316
5304
|
};
|
|
5305
|
+
collapseDuration: {
|
|
5306
|
+
type: PropType<number>;
|
|
5307
|
+
default: undefined;
|
|
5308
|
+
};
|
|
5309
|
+
collapseTransition: {
|
|
5310
|
+
type: PropType<boolean>;
|
|
5311
|
+
default: undefined;
|
|
5312
|
+
};
|
|
5313
|
+
clearable: {
|
|
5314
|
+
type: PropType<boolean>;
|
|
5315
|
+
default: boolean;
|
|
5316
|
+
};
|
|
5317
5317
|
}>> & {
|
|
5318
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5319
5318
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5319
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5320
5320
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5321
5321
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5322
5322
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5323
5323
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5324
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
5324
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
5325
5325
|
$attrs: {
|
|
5326
5326
|
[x: string]: unknown;
|
|
5327
5327
|
};
|
|
@@ -5333,7 +5333,7 @@ export declare const PlusPage: {
|
|
|
5333
5333
|
}>;
|
|
5334
5334
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5335
5335
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5336
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
5336
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
5337
5337
|
$el: any;
|
|
5338
5338
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5339
5339
|
columns: {
|
|
@@ -5368,28 +5368,16 @@ export declare const PlusPage: {
|
|
|
5368
5368
|
type: PropType<boolean>;
|
|
5369
5369
|
default: boolean;
|
|
5370
5370
|
};
|
|
5371
|
-
|
|
5372
|
-
type: PropType<
|
|
5373
|
-
default: boolean;
|
|
5374
|
-
};
|
|
5375
|
-
colProps: {
|
|
5376
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5371
|
+
defaultValues: {
|
|
5372
|
+
type: PropType<FieldValues>;
|
|
5377
5373
|
default: () => {};
|
|
5378
5374
|
};
|
|
5379
|
-
collapseDuration: {
|
|
5380
|
-
type: PropType<number>;
|
|
5381
|
-
default: undefined;
|
|
5382
|
-
};
|
|
5383
|
-
collapseTransition: {
|
|
5384
|
-
type: PropType<boolean>;
|
|
5385
|
-
default: undefined;
|
|
5386
|
-
};
|
|
5387
5375
|
rowProps: {
|
|
5388
5376
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
5389
5377
|
default: () => {};
|
|
5390
5378
|
};
|
|
5391
|
-
|
|
5392
|
-
type: PropType<
|
|
5379
|
+
colProps: {
|
|
5380
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5393
5381
|
default: () => {};
|
|
5394
5382
|
};
|
|
5395
5383
|
hasErrorTip: {
|
|
@@ -5428,9 +5416,21 @@ export declare const PlusPage: {
|
|
|
5428
5416
|
type: PropType<boolean>;
|
|
5429
5417
|
default: boolean;
|
|
5430
5418
|
};
|
|
5419
|
+
collapseDuration: {
|
|
5420
|
+
type: PropType<number>;
|
|
5421
|
+
default: undefined;
|
|
5422
|
+
};
|
|
5423
|
+
collapseTransition: {
|
|
5424
|
+
type: PropType<boolean>;
|
|
5425
|
+
default: undefined;
|
|
5426
|
+
};
|
|
5427
|
+
clearable: {
|
|
5428
|
+
type: PropType<boolean>;
|
|
5429
|
+
default: boolean;
|
|
5430
|
+
};
|
|
5431
5431
|
}>> & {
|
|
5432
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5433
5432
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5433
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5434
5434
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5435
5435
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5436
5436
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -5736,12 +5736,9 @@ export declare const PlusPage: {
|
|
|
5736
5736
|
labelWidth: string | number;
|
|
5737
5737
|
labelSuffix: string;
|
|
5738
5738
|
hasLabel: boolean;
|
|
5739
|
-
clearable: boolean;
|
|
5740
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
5741
|
-
collapseDuration: number;
|
|
5742
|
-
collapseTransition: boolean;
|
|
5743
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
5744
5739
|
defaultValues: FieldValues;
|
|
5740
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
5741
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
5745
5742
|
hasErrorTip: boolean;
|
|
5746
5743
|
hasFooter: boolean;
|
|
5747
5744
|
hasReset: boolean;
|
|
@@ -5751,6 +5748,9 @@ export declare const PlusPage: {
|
|
|
5751
5748
|
footerAlign: "right" | "left" | "center";
|
|
5752
5749
|
cardProps: Partial< Mutable<CardProps>>;
|
|
5753
5750
|
prevent: boolean;
|
|
5751
|
+
collapseDuration: number;
|
|
5752
|
+
collapseTransition: boolean;
|
|
5753
|
+
clearable: boolean;
|
|
5754
5754
|
}, {}, string, {}> & {
|
|
5755
5755
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
5756
5756
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -5804,28 +5804,16 @@ export declare const PlusPage: {
|
|
|
5804
5804
|
type: PropType<boolean>;
|
|
5805
5805
|
default: boolean;
|
|
5806
5806
|
};
|
|
5807
|
-
|
|
5808
|
-
type: PropType<
|
|
5809
|
-
default: boolean;
|
|
5810
|
-
};
|
|
5811
|
-
colProps: {
|
|
5812
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5807
|
+
defaultValues: {
|
|
5808
|
+
type: PropType<FieldValues>;
|
|
5813
5809
|
default: () => {};
|
|
5814
5810
|
};
|
|
5815
|
-
collapseDuration: {
|
|
5816
|
-
type: PropType<number>;
|
|
5817
|
-
default: undefined;
|
|
5818
|
-
};
|
|
5819
|
-
collapseTransition: {
|
|
5820
|
-
type: PropType<boolean>;
|
|
5821
|
-
default: undefined;
|
|
5822
|
-
};
|
|
5823
5811
|
rowProps: {
|
|
5824
5812
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
5825
5813
|
default: () => {};
|
|
5826
5814
|
};
|
|
5827
|
-
|
|
5828
|
-
type: PropType<
|
|
5815
|
+
colProps: {
|
|
5816
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5829
5817
|
default: () => {};
|
|
5830
5818
|
};
|
|
5831
5819
|
hasErrorTip: {
|
|
@@ -5864,9 +5852,21 @@ export declare const PlusPage: {
|
|
|
5864
5852
|
type: PropType<boolean>;
|
|
5865
5853
|
default: boolean;
|
|
5866
5854
|
};
|
|
5855
|
+
collapseDuration: {
|
|
5856
|
+
type: PropType<number>;
|
|
5857
|
+
default: undefined;
|
|
5858
|
+
};
|
|
5859
|
+
collapseTransition: {
|
|
5860
|
+
type: PropType<boolean>;
|
|
5861
|
+
default: undefined;
|
|
5862
|
+
};
|
|
5863
|
+
clearable: {
|
|
5864
|
+
type: PropType<boolean>;
|
|
5865
|
+
default: boolean;
|
|
5866
|
+
};
|
|
5867
5867
|
}>> & {
|
|
5868
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5869
5868
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5869
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5870
5870
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5871
5871
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5872
5872
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -6166,7 +6166,7 @@ export declare const PlusPage: {
|
|
|
6166
6166
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6167
6167
|
columns?: PlusColumn[] | undefined;
|
|
6168
6168
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6169
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
6169
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6170
6170
|
readonly label: string | ComputedRef<string>;
|
|
6171
6171
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
6172
6172
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -6180,7 +6180,7 @@ export declare const PlusPage: {
|
|
|
6180
6180
|
style: CSSProperties;
|
|
6181
6181
|
rows: number;
|
|
6182
6182
|
autocomplete: string;
|
|
6183
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
6183
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
6184
6184
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6185
6185
|
step: string | number;
|
|
6186
6186
|
format: string | ProgressFn | undefined;
|
|
@@ -6241,7 +6241,7 @@ export declare const PlusPage: {
|
|
|
6241
6241
|
clearable: boolean;
|
|
6242
6242
|
index: number;
|
|
6243
6243
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6244
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
6244
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6245
6245
|
readonly label: string | ComputedRef<string>;
|
|
6246
6246
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
6247
6247
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -6255,7 +6255,7 @@ export declare const PlusPage: {
|
|
|
6255
6255
|
style: CSSProperties;
|
|
6256
6256
|
rows: number;
|
|
6257
6257
|
autocomplete: string;
|
|
6258
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
6258
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
6259
6259
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6260
6260
|
step: string | number;
|
|
6261
6261
|
format: string | ProgressFn | undefined;
|
|
@@ -6344,9 +6344,9 @@ export declare const PlusPage: {
|
|
|
6344
6344
|
labelPosition: "top" | "right" | "left";
|
|
6345
6345
|
inline: boolean;
|
|
6346
6346
|
showNumber: number;
|
|
6347
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
6348
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
6349
6347
|
defaultValues: FieldValues;
|
|
6348
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
6349
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
6350
6350
|
hasFooter: boolean;
|
|
6351
6351
|
hasReset: boolean;
|
|
6352
6352
|
resetText: string;
|
|
@@ -6400,6 +6400,16 @@ export declare const PlusPage: {
|
|
|
6400
6400
|
type: PropType<number>;
|
|
6401
6401
|
default: number;
|
|
6402
6402
|
};
|
|
6403
|
+
defaultValues: {
|
|
6404
|
+
type: PropType<FieldValues>;
|
|
6405
|
+
default: () => {};
|
|
6406
|
+
};
|
|
6407
|
+
rowProps: {
|
|
6408
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
6409
|
+
default: () => {
|
|
6410
|
+
gutter: number;
|
|
6411
|
+
};
|
|
6412
|
+
};
|
|
6403
6413
|
colProps: {
|
|
6404
6414
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
6405
6415
|
default: () => {
|
|
@@ -6410,16 +6420,6 @@ export declare const PlusPage: {
|
|
|
6410
6420
|
xl: number;
|
|
6411
6421
|
};
|
|
6412
6422
|
};
|
|
6413
|
-
rowProps: {
|
|
6414
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
6415
|
-
default: () => {
|
|
6416
|
-
gutter: number;
|
|
6417
|
-
};
|
|
6418
|
-
};
|
|
6419
|
-
defaultValues: {
|
|
6420
|
-
type: PropType<FieldValues>;
|
|
6421
|
-
default: () => {};
|
|
6422
|
-
};
|
|
6423
6423
|
hasFooter: {
|
|
6424
6424
|
type: PropType<boolean>;
|
|
6425
6425
|
default: boolean;
|
|
@@ -6469,8 +6469,8 @@ export declare const PlusPage: {
|
|
|
6469
6469
|
default: boolean;
|
|
6470
6470
|
};
|
|
6471
6471
|
}>> & {
|
|
6472
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6473
6472
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6473
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6474
6474
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6475
6475
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
6476
6476
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -6487,12 +6487,9 @@ export declare const PlusPage: {
|
|
|
6487
6487
|
labelWidth: string | number;
|
|
6488
6488
|
labelSuffix: string;
|
|
6489
6489
|
hasLabel: boolean;
|
|
6490
|
-
clearable: boolean;
|
|
6491
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
6492
|
-
collapseDuration: number;
|
|
6493
|
-
collapseTransition: boolean;
|
|
6494
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
6495
6490
|
defaultValues: FieldValues;
|
|
6491
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
6492
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
6496
6493
|
hasErrorTip: boolean;
|
|
6497
6494
|
hasFooter: boolean;
|
|
6498
6495
|
hasReset: boolean;
|
|
@@ -6502,6 +6499,9 @@ export declare const PlusPage: {
|
|
|
6502
6499
|
footerAlign: "right" | "left" | "center";
|
|
6503
6500
|
cardProps: Partial< Mutable<CardProps>>;
|
|
6504
6501
|
prevent: boolean;
|
|
6502
|
+
collapseDuration: number;
|
|
6503
|
+
collapseTransition: boolean;
|
|
6504
|
+
clearable: boolean;
|
|
6505
6505
|
}> & Omit<{
|
|
6506
6506
|
readonly columns: PlusColumn[];
|
|
6507
6507
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -6511,10 +6511,9 @@ export declare const PlusPage: {
|
|
|
6511
6511
|
readonly labelWidth: string | number;
|
|
6512
6512
|
readonly labelSuffix: string;
|
|
6513
6513
|
readonly hasLabel: boolean;
|
|
6514
|
-
readonly clearable: boolean;
|
|
6515
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
6516
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
6517
6514
|
readonly defaultValues: FieldValues;
|
|
6515
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
6516
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
6518
6517
|
readonly hasErrorTip: boolean;
|
|
6519
6518
|
readonly hasFooter: boolean;
|
|
6520
6519
|
readonly hasReset: boolean;
|
|
@@ -6524,10 +6523,11 @@ export declare const PlusPage: {
|
|
|
6524
6523
|
readonly footerAlign: "right" | "left" | "center";
|
|
6525
6524
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
6526
6525
|
readonly prevent: boolean;
|
|
6526
|
+
readonly clearable: boolean;
|
|
6527
6527
|
readonly collapseDuration?: number | undefined;
|
|
6528
6528
|
readonly collapseTransition?: boolean | undefined;
|
|
6529
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6530
6529
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6530
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6531
6531
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6532
6532
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6533
6533
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -6565,28 +6565,16 @@ export declare const PlusPage: {
|
|
|
6565
6565
|
type: PropType<boolean>;
|
|
6566
6566
|
default: boolean;
|
|
6567
6567
|
};
|
|
6568
|
-
|
|
6569
|
-
type: PropType<
|
|
6570
|
-
default: boolean;
|
|
6571
|
-
};
|
|
6572
|
-
colProps: {
|
|
6573
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
6568
|
+
defaultValues: {
|
|
6569
|
+
type: PropType<FieldValues>;
|
|
6574
6570
|
default: () => {};
|
|
6575
6571
|
};
|
|
6576
|
-
collapseDuration: {
|
|
6577
|
-
type: PropType<number>;
|
|
6578
|
-
default: undefined;
|
|
6579
|
-
};
|
|
6580
|
-
collapseTransition: {
|
|
6581
|
-
type: PropType<boolean>;
|
|
6582
|
-
default: undefined;
|
|
6583
|
-
};
|
|
6584
6572
|
rowProps: {
|
|
6585
6573
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
6586
6574
|
default: () => {};
|
|
6587
6575
|
};
|
|
6588
|
-
|
|
6589
|
-
type: PropType<
|
|
6576
|
+
colProps: {
|
|
6577
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
6590
6578
|
default: () => {};
|
|
6591
6579
|
};
|
|
6592
6580
|
hasErrorTip: {
|
|
@@ -6625,14 +6613,26 @@ export declare const PlusPage: {
|
|
|
6625
6613
|
type: PropType<boolean>;
|
|
6626
6614
|
default: boolean;
|
|
6627
6615
|
};
|
|
6616
|
+
collapseDuration: {
|
|
6617
|
+
type: PropType<number>;
|
|
6618
|
+
default: undefined;
|
|
6619
|
+
};
|
|
6620
|
+
collapseTransition: {
|
|
6621
|
+
type: PropType<boolean>;
|
|
6622
|
+
default: undefined;
|
|
6623
|
+
};
|
|
6624
|
+
clearable: {
|
|
6625
|
+
type: PropType<boolean>;
|
|
6626
|
+
default: boolean;
|
|
6627
|
+
};
|
|
6628
6628
|
}>> & {
|
|
6629
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6630
6629
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6630
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6631
6631
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6632
6632
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6633
6633
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6634
6634
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6635
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
6635
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
6636
6636
|
$attrs: {
|
|
6637
6637
|
[x: string]: unknown;
|
|
6638
6638
|
};
|
|
@@ -6644,7 +6644,7 @@ export declare const PlusPage: {
|
|
|
6644
6644
|
}>;
|
|
6645
6645
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
6646
6646
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
6647
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
6647
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
6648
6648
|
$el: any;
|
|
6649
6649
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
6650
6650
|
columns: {
|
|
@@ -6679,28 +6679,16 @@ export declare const PlusPage: {
|
|
|
6679
6679
|
type: PropType<boolean>;
|
|
6680
6680
|
default: boolean;
|
|
6681
6681
|
};
|
|
6682
|
-
|
|
6683
|
-
type: PropType<
|
|
6684
|
-
default: boolean;
|
|
6685
|
-
};
|
|
6686
|
-
colProps: {
|
|
6687
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
6682
|
+
defaultValues: {
|
|
6683
|
+
type: PropType<FieldValues>;
|
|
6688
6684
|
default: () => {};
|
|
6689
6685
|
};
|
|
6690
|
-
collapseDuration: {
|
|
6691
|
-
type: PropType<number>;
|
|
6692
|
-
default: undefined;
|
|
6693
|
-
};
|
|
6694
|
-
collapseTransition: {
|
|
6695
|
-
type: PropType<boolean>;
|
|
6696
|
-
default: undefined;
|
|
6697
|
-
};
|
|
6698
6686
|
rowProps: {
|
|
6699
6687
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
6700
6688
|
default: () => {};
|
|
6701
6689
|
};
|
|
6702
|
-
|
|
6703
|
-
type: PropType<
|
|
6690
|
+
colProps: {
|
|
6691
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
6704
6692
|
default: () => {};
|
|
6705
6693
|
};
|
|
6706
6694
|
hasErrorTip: {
|
|
@@ -6739,9 +6727,21 @@ export declare const PlusPage: {
|
|
|
6739
6727
|
type: PropType<boolean>;
|
|
6740
6728
|
default: boolean;
|
|
6741
6729
|
};
|
|
6730
|
+
collapseDuration: {
|
|
6731
|
+
type: PropType<number>;
|
|
6732
|
+
default: undefined;
|
|
6733
|
+
};
|
|
6734
|
+
collapseTransition: {
|
|
6735
|
+
type: PropType<boolean>;
|
|
6736
|
+
default: undefined;
|
|
6737
|
+
};
|
|
6738
|
+
clearable: {
|
|
6739
|
+
type: PropType<boolean>;
|
|
6740
|
+
default: boolean;
|
|
6741
|
+
};
|
|
6742
6742
|
}>> & {
|
|
6743
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6744
6743
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6744
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6745
6745
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6746
6746
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6747
6747
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -7047,12 +7047,9 @@ export declare const PlusPage: {
|
|
|
7047
7047
|
labelWidth: string | number;
|
|
7048
7048
|
labelSuffix: string;
|
|
7049
7049
|
hasLabel: boolean;
|
|
7050
|
-
clearable: boolean;
|
|
7051
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
7052
|
-
collapseDuration: number;
|
|
7053
|
-
collapseTransition: boolean;
|
|
7054
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
7055
7050
|
defaultValues: FieldValues;
|
|
7051
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
7052
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
7056
7053
|
hasErrorTip: boolean;
|
|
7057
7054
|
hasFooter: boolean;
|
|
7058
7055
|
hasReset: boolean;
|
|
@@ -7062,6 +7059,9 @@ export declare const PlusPage: {
|
|
|
7062
7059
|
footerAlign: "right" | "left" | "center";
|
|
7063
7060
|
cardProps: Partial< Mutable<CardProps>>;
|
|
7064
7061
|
prevent: boolean;
|
|
7062
|
+
collapseDuration: number;
|
|
7063
|
+
collapseTransition: boolean;
|
|
7064
|
+
clearable: boolean;
|
|
7065
7065
|
}, {}, string, {}> & {
|
|
7066
7066
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
7067
7067
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -7115,28 +7115,16 @@ export declare const PlusPage: {
|
|
|
7115
7115
|
type: PropType<boolean>;
|
|
7116
7116
|
default: boolean;
|
|
7117
7117
|
};
|
|
7118
|
-
|
|
7119
|
-
type: PropType<
|
|
7120
|
-
default: boolean;
|
|
7121
|
-
};
|
|
7122
|
-
colProps: {
|
|
7123
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
7118
|
+
defaultValues: {
|
|
7119
|
+
type: PropType<FieldValues>;
|
|
7124
7120
|
default: () => {};
|
|
7125
7121
|
};
|
|
7126
|
-
collapseDuration: {
|
|
7127
|
-
type: PropType<number>;
|
|
7128
|
-
default: undefined;
|
|
7129
|
-
};
|
|
7130
|
-
collapseTransition: {
|
|
7131
|
-
type: PropType<boolean>;
|
|
7132
|
-
default: undefined;
|
|
7133
|
-
};
|
|
7134
7122
|
rowProps: {
|
|
7135
7123
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
7136
7124
|
default: () => {};
|
|
7137
7125
|
};
|
|
7138
|
-
|
|
7139
|
-
type: PropType<
|
|
7126
|
+
colProps: {
|
|
7127
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
7140
7128
|
default: () => {};
|
|
7141
7129
|
};
|
|
7142
7130
|
hasErrorTip: {
|
|
@@ -7175,9 +7163,21 @@ export declare const PlusPage: {
|
|
|
7175
7163
|
type: PropType<boolean>;
|
|
7176
7164
|
default: boolean;
|
|
7177
7165
|
};
|
|
7166
|
+
collapseDuration: {
|
|
7167
|
+
type: PropType<number>;
|
|
7168
|
+
default: undefined;
|
|
7169
|
+
};
|
|
7170
|
+
collapseTransition: {
|
|
7171
|
+
type: PropType<boolean>;
|
|
7172
|
+
default: undefined;
|
|
7173
|
+
};
|
|
7174
|
+
clearable: {
|
|
7175
|
+
type: PropType<boolean>;
|
|
7176
|
+
default: boolean;
|
|
7177
|
+
};
|
|
7178
7178
|
}>> & {
|
|
7179
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7180
7179
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7180
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7181
7181
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7182
7182
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7183
7183
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -7477,7 +7477,7 @@ export declare const PlusPage: {
|
|
|
7477
7477
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
7478
7478
|
columns?: PlusColumn[] | undefined;
|
|
7479
7479
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7480
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
7480
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
7481
7481
|
readonly label: string | ComputedRef<string>;
|
|
7482
7482
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
7483
7483
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -7491,7 +7491,7 @@ export declare const PlusPage: {
|
|
|
7491
7491
|
style: CSSProperties;
|
|
7492
7492
|
rows: number;
|
|
7493
7493
|
autocomplete: string;
|
|
7494
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
7494
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
7495
7495
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7496
7496
|
step: string | number;
|
|
7497
7497
|
format: string | ProgressFn | undefined;
|
|
@@ -7552,7 +7552,7 @@ export declare const PlusPage: {
|
|
|
7552
7552
|
clearable: boolean;
|
|
7553
7553
|
index: number;
|
|
7554
7554
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7555
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
7555
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
7556
7556
|
readonly label: string | ComputedRef<string>;
|
|
7557
7557
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
7558
7558
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -7566,7 +7566,7 @@ export declare const PlusPage: {
|
|
|
7566
7566
|
style: CSSProperties;
|
|
7567
7567
|
rows: number;
|
|
7568
7568
|
autocomplete: string;
|
|
7569
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
7569
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
7570
7570
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7571
7571
|
step: string | number;
|
|
7572
7572
|
format: string | ProgressFn | undefined;
|
|
@@ -7645,7 +7645,7 @@ export declare const PlusPage: {
|
|
|
7645
7645
|
handleUnfold: (e: MouseEvent) => void;
|
|
7646
7646
|
}> & {} & ComponentCustomProperties & {} & {
|
|
7647
7647
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
7648
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
7648
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
7649
7649
|
readonly label: string | ComputedRef<string>;
|
|
7650
7650
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
7651
7651
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -7659,7 +7659,7 @@ export declare const PlusPage: {
|
|
|
7659
7659
|
style: CSSProperties;
|
|
7660
7660
|
rows: number;
|
|
7661
7661
|
autocomplete: string;
|
|
7662
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
7662
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
7663
7663
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7664
7664
|
step: string | number;
|
|
7665
7665
|
format: string | ProgressFn | undefined;
|
|
@@ -7743,11 +7743,11 @@ export declare const PlusPage: {
|
|
|
7743
7743
|
columnIndex: number;
|
|
7744
7744
|
}) => CSSProperties>;
|
|
7745
7745
|
rowKey: string | ((row: any[]) => string);
|
|
7746
|
+
tableData: RecordType[];
|
|
7747
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
7748
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
7746
7749
|
actionBar: false | Partial< ActionBarProps>;
|
|
7747
|
-
|
|
7748
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7749
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
7750
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7750
|
+
hasIndexColumn: boolean;
|
|
7751
7751
|
titleBar: boolean | Partial<Partial<{
|
|
7752
7752
|
title?: string | undefined;
|
|
7753
7753
|
refresh?: boolean | undefined;
|
|
@@ -7758,20 +7758,20 @@ export declare const PlusPage: {
|
|
|
7758
7758
|
color?: string | undefined;
|
|
7759
7759
|
} | undefined;
|
|
7760
7760
|
}>>;
|
|
7761
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
7762
|
-
tableData: RecordType[];
|
|
7763
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
7764
|
-
hasIndexColumn: boolean;
|
|
7765
7761
|
isSelection: boolean | "radio";
|
|
7766
7762
|
isRadio: boolean;
|
|
7767
7763
|
hasExpand: boolean;
|
|
7768
7764
|
loadingStatus: boolean;
|
|
7769
7765
|
dragSortable: false | Partial< Options>;
|
|
7766
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7767
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7770
7768
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7771
7769
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7772
7770
|
radioProps: Partial< PlusRadioProps>;
|
|
7773
7771
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
7774
7772
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7773
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
7774
|
+
editable: boolean | "click" | "dblclick";
|
|
7775
7775
|
adaptive: boolean | {
|
|
7776
7776
|
offsetBottom?: number | undefined;
|
|
7777
7777
|
timeout?: number | undefined;
|
|
@@ -7787,11 +7787,11 @@ export declare const PlusPage: {
|
|
|
7787
7787
|
columnIndex: number;
|
|
7788
7788
|
}) => CSSProperties>;
|
|
7789
7789
|
readonly rowKey: string | ((row: any[]) => string);
|
|
7790
|
+
readonly tableData: RecordType[];
|
|
7791
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
7792
|
+
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
7790
7793
|
readonly actionBar: false | Partial< ActionBarProps>;
|
|
7791
|
-
readonly
|
|
7792
|
-
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7793
|
-
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
7794
|
-
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7794
|
+
readonly hasIndexColumn: boolean;
|
|
7795
7795
|
readonly titleBar: boolean | Partial<Partial<{
|
|
7796
7796
|
title?: string | undefined;
|
|
7797
7797
|
refresh?: boolean | undefined;
|
|
@@ -7802,18 +7802,18 @@ export declare const PlusPage: {
|
|
|
7802
7802
|
color?: string | undefined;
|
|
7803
7803
|
} | undefined;
|
|
7804
7804
|
}>>;
|
|
7805
|
-
readonly defaultSize: "" | "default" | "small" | "large";
|
|
7806
|
-
readonly tableData: RecordType[];
|
|
7807
|
-
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
7808
|
-
readonly hasIndexColumn: boolean;
|
|
7809
7805
|
readonly isSelection: boolean | "radio";
|
|
7810
7806
|
readonly isRadio: boolean;
|
|
7811
7807
|
readonly hasExpand: boolean;
|
|
7812
7808
|
readonly loadingStatus: boolean;
|
|
7813
7809
|
readonly dragSortable: false | Partial< Options>;
|
|
7810
|
+
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7811
|
+
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7814
7812
|
readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7815
7813
|
readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7816
7814
|
readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7815
|
+
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
7816
|
+
readonly editable: boolean | "click" | "dblclick";
|
|
7817
7817
|
readonly adaptive: boolean | {
|
|
7818
7818
|
offsetBottom?: number | undefined;
|
|
7819
7819
|
timeout?: number | undefined;
|
|
@@ -7823,16 +7823,16 @@ export declare const PlusPage: {
|
|
|
7823
7823
|
readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
|
|
7824
7824
|
readonly filterTableHeaderOverflowLabelLength?: number | undefined;
|
|
7825
7825
|
readonly filterTableLocalKey?: string | undefined;
|
|
7826
|
+
onRefresh?: (() => any) | undefined;
|
|
7827
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
7826
7828
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
7827
7829
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
7830
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
7828
7831
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
7832
|
+
onEdited?: (() => any) | undefined;
|
|
7829
7833
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
7830
7834
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
7831
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
7832
|
-
onRefresh?: (() => any) | undefined;
|
|
7833
7835
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
7834
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
7835
|
-
onEdited?: (() => any) | undefined;
|
|
7836
7836
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
7837
7837
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7838
7838
|
showOverflowTooltip: {
|
|
@@ -7865,26 +7865,26 @@ export declare const PlusPage: {
|
|
|
7865
7865
|
type: PropType<string | ((row: any[]) => string)>;
|
|
7866
7866
|
default: string;
|
|
7867
7867
|
};
|
|
7868
|
+
tableData: {
|
|
7869
|
+
type: PropType< RecordType[]>;
|
|
7870
|
+
default: () => never[];
|
|
7871
|
+
};
|
|
7872
|
+
defaultSize: {
|
|
7873
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
7874
|
+
default: string;
|
|
7875
|
+
};
|
|
7876
|
+
pagination: {
|
|
7877
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
7878
|
+
default: boolean;
|
|
7879
|
+
};
|
|
7868
7880
|
actionBar: {
|
|
7869
7881
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
7870
7882
|
default: boolean;
|
|
7871
7883
|
};
|
|
7872
|
-
|
|
7873
|
-
type: PropType<boolean
|
|
7884
|
+
hasIndexColumn: {
|
|
7885
|
+
type: PropType<boolean>;
|
|
7874
7886
|
default: boolean;
|
|
7875
7887
|
};
|
|
7876
|
-
indexTableColumnProps: {
|
|
7877
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7878
|
-
default: () => {};
|
|
7879
|
-
};
|
|
7880
|
-
indexContentStyle: {
|
|
7881
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
7882
|
-
default: () => {};
|
|
7883
|
-
};
|
|
7884
|
-
dragSortableTableColumnProps: {
|
|
7885
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7886
|
-
default: () => {};
|
|
7887
|
-
};
|
|
7888
7888
|
titleBar: {
|
|
7889
7889
|
type: PropType<boolean | Partial<Partial<{
|
|
7890
7890
|
title?: string | undefined;
|
|
@@ -7898,22 +7898,6 @@ export declare const PlusPage: {
|
|
|
7898
7898
|
}>>>;
|
|
7899
7899
|
default: boolean;
|
|
7900
7900
|
};
|
|
7901
|
-
defaultSize: {
|
|
7902
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
7903
|
-
default: string;
|
|
7904
|
-
};
|
|
7905
|
-
tableData: {
|
|
7906
|
-
type: PropType< RecordType[]>;
|
|
7907
|
-
default: () => never[];
|
|
7908
|
-
};
|
|
7909
|
-
pagination: {
|
|
7910
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
7911
|
-
default: boolean;
|
|
7912
|
-
};
|
|
7913
|
-
hasIndexColumn: {
|
|
7914
|
-
type: PropType<boolean>;
|
|
7915
|
-
default: boolean;
|
|
7916
|
-
};
|
|
7917
7901
|
isSelection: {
|
|
7918
7902
|
type: PropType<boolean | "radio">;
|
|
7919
7903
|
default: boolean;
|
|
@@ -7934,6 +7918,14 @@ export declare const PlusPage: {
|
|
|
7934
7918
|
type: PropType<false | Partial< Options>>;
|
|
7935
7919
|
default: boolean;
|
|
7936
7920
|
};
|
|
7921
|
+
dragSortableTableColumnProps: {
|
|
7922
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7923
|
+
default: () => {};
|
|
7924
|
+
};
|
|
7925
|
+
indexTableColumnProps: {
|
|
7926
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7927
|
+
default: () => {};
|
|
7928
|
+
};
|
|
7937
7929
|
selectionTableColumnProps: {
|
|
7938
7930
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7939
7931
|
default: () => {
|
|
@@ -7958,6 +7950,14 @@ export declare const PlusPage: {
|
|
|
7958
7950
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7959
7951
|
default: () => {};
|
|
7960
7952
|
};
|
|
7953
|
+
indexContentStyle: {
|
|
7954
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
7955
|
+
default: () => {};
|
|
7956
|
+
};
|
|
7957
|
+
editable: {
|
|
7958
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
7959
|
+
default: boolean;
|
|
7960
|
+
};
|
|
7961
7961
|
adaptive: {
|
|
7962
7962
|
type: PropType<boolean | {
|
|
7963
7963
|
offsetBottom?: number | undefined;
|
|
@@ -7972,18 +7972,18 @@ export declare const PlusPage: {
|
|
|
7972
7972
|
type: PropType<string>;
|
|
7973
7973
|
};
|
|
7974
7974
|
}>> & {
|
|
7975
|
+
onRefresh?: (() => any) | undefined;
|
|
7976
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
7975
7977
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
7976
7978
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
7979
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
7977
7980
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
7981
|
+
onEdited?: (() => any) | undefined;
|
|
7978
7982
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
7979
7983
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
7980
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
7981
|
-
onRefresh?: (() => any) | undefined;
|
|
7982
7984
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
7983
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
7984
|
-
onEdited?: (() => any) | undefined;
|
|
7985
7985
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
7986
|
-
}, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "
|
|
7986
|
+
}, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
|
|
7987
7987
|
$attrs: {
|
|
7988
7988
|
[x: string]: unknown;
|
|
7989
7989
|
};
|
|
@@ -8028,26 +8028,26 @@ export declare const PlusPage: {
|
|
|
8028
8028
|
type: PropType<string | ((row: any[]) => string)>;
|
|
8029
8029
|
default: string;
|
|
8030
8030
|
};
|
|
8031
|
+
tableData: {
|
|
8032
|
+
type: PropType< RecordType[]>;
|
|
8033
|
+
default: () => never[];
|
|
8034
|
+
};
|
|
8035
|
+
defaultSize: {
|
|
8036
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
8037
|
+
default: string;
|
|
8038
|
+
};
|
|
8039
|
+
pagination: {
|
|
8040
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
8041
|
+
default: boolean;
|
|
8042
|
+
};
|
|
8031
8043
|
actionBar: {
|
|
8032
8044
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
8033
8045
|
default: boolean;
|
|
8034
8046
|
};
|
|
8035
|
-
|
|
8036
|
-
type: PropType<boolean
|
|
8047
|
+
hasIndexColumn: {
|
|
8048
|
+
type: PropType<boolean>;
|
|
8037
8049
|
default: boolean;
|
|
8038
8050
|
};
|
|
8039
|
-
indexTableColumnProps: {
|
|
8040
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8041
|
-
default: () => {};
|
|
8042
|
-
};
|
|
8043
|
-
indexContentStyle: {
|
|
8044
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
8045
|
-
default: () => {};
|
|
8046
|
-
};
|
|
8047
|
-
dragSortableTableColumnProps: {
|
|
8048
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8049
|
-
default: () => {};
|
|
8050
|
-
};
|
|
8051
8051
|
titleBar: {
|
|
8052
8052
|
type: PropType<boolean | Partial<Partial<{
|
|
8053
8053
|
title?: string | undefined;
|
|
@@ -8061,22 +8061,6 @@ export declare const PlusPage: {
|
|
|
8061
8061
|
}>>>;
|
|
8062
8062
|
default: boolean;
|
|
8063
8063
|
};
|
|
8064
|
-
defaultSize: {
|
|
8065
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
8066
|
-
default: string;
|
|
8067
|
-
};
|
|
8068
|
-
tableData: {
|
|
8069
|
-
type: PropType< RecordType[]>;
|
|
8070
|
-
default: () => never[];
|
|
8071
|
-
};
|
|
8072
|
-
pagination: {
|
|
8073
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
8074
|
-
default: boolean;
|
|
8075
|
-
};
|
|
8076
|
-
hasIndexColumn: {
|
|
8077
|
-
type: PropType<boolean>;
|
|
8078
|
-
default: boolean;
|
|
8079
|
-
};
|
|
8080
8064
|
isSelection: {
|
|
8081
8065
|
type: PropType<boolean | "radio">;
|
|
8082
8066
|
default: boolean;
|
|
@@ -8097,6 +8081,14 @@ export declare const PlusPage: {
|
|
|
8097
8081
|
type: PropType<false | Partial< Options>>;
|
|
8098
8082
|
default: boolean;
|
|
8099
8083
|
};
|
|
8084
|
+
dragSortableTableColumnProps: {
|
|
8085
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8086
|
+
default: () => {};
|
|
8087
|
+
};
|
|
8088
|
+
indexTableColumnProps: {
|
|
8089
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8090
|
+
default: () => {};
|
|
8091
|
+
};
|
|
8100
8092
|
selectionTableColumnProps: {
|
|
8101
8093
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8102
8094
|
default: () => {
|
|
@@ -8121,6 +8113,14 @@ export declare const PlusPage: {
|
|
|
8121
8113
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8122
8114
|
default: () => {};
|
|
8123
8115
|
};
|
|
8116
|
+
indexContentStyle: {
|
|
8117
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
8118
|
+
default: () => {};
|
|
8119
|
+
};
|
|
8120
|
+
editable: {
|
|
8121
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
8122
|
+
default: boolean;
|
|
8123
|
+
};
|
|
8124
8124
|
adaptive: {
|
|
8125
8125
|
type: PropType<boolean | {
|
|
8126
8126
|
offsetBottom?: number | undefined;
|
|
@@ -8135,16 +8135,16 @@ export declare const PlusPage: {
|
|
|
8135
8135
|
type: PropType<string>;
|
|
8136
8136
|
};
|
|
8137
8137
|
}>> & {
|
|
8138
|
+
onRefresh?: (() => any) | undefined;
|
|
8139
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
8138
8140
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
8139
8141
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
8142
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
8140
8143
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
8144
|
+
onEdited?: (() => any) | undefined;
|
|
8141
8145
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
8142
8146
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
8143
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
8144
|
-
onRefresh?: (() => any) | undefined;
|
|
8145
8147
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
8146
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
8147
|
-
onEdited?: (() => any) | undefined;
|
|
8148
8148
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
8149
8149
|
}, {
|
|
8150
8150
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
@@ -8344,7 +8344,7 @@ export declare const PlusPage: {
|
|
|
8344
8344
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
8345
8345
|
setScrollLeft: (left?: number | undefined) => void;
|
|
8346
8346
|
setScrollTop: (top?: number | undefined) => void;
|
|
8347
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
8347
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
8348
8348
|
data: {
|
|
8349
8349
|
type: PropType<any[]>;
|
|
8350
8350
|
default: () => never[];
|
|
@@ -8720,11 +8720,11 @@ export declare const PlusPage: {
|
|
|
8720
8720
|
columnIndex: number;
|
|
8721
8721
|
}) => CSSProperties>;
|
|
8722
8722
|
rowKey: string | ((row: any[]) => string);
|
|
8723
|
+
tableData: RecordType[];
|
|
8724
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
8725
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
8723
8726
|
actionBar: false | Partial< ActionBarProps>;
|
|
8724
|
-
|
|
8725
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8726
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
8727
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8727
|
+
hasIndexColumn: boolean;
|
|
8728
8728
|
titleBar: boolean | Partial<Partial<{
|
|
8729
8729
|
title?: string | undefined;
|
|
8730
8730
|
refresh?: boolean | undefined;
|
|
@@ -8735,20 +8735,20 @@ export declare const PlusPage: {
|
|
|
8735
8735
|
color?: string | undefined;
|
|
8736
8736
|
} | undefined;
|
|
8737
8737
|
}>>;
|
|
8738
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
8739
|
-
tableData: RecordType[];
|
|
8740
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
8741
|
-
hasIndexColumn: boolean;
|
|
8742
8738
|
isSelection: boolean | "radio";
|
|
8743
8739
|
isRadio: boolean;
|
|
8744
8740
|
hasExpand: boolean;
|
|
8745
8741
|
loadingStatus: boolean;
|
|
8746
8742
|
dragSortable: false | Partial< Options>;
|
|
8743
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8744
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8747
8745
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8748
8746
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8749
8747
|
radioProps: Partial< PlusRadioProps>;
|
|
8750
8748
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
8751
8749
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8750
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
8751
|
+
editable: boolean | "click" | "dblclick";
|
|
8752
8752
|
adaptive: boolean | {
|
|
8753
8753
|
offsetBottom?: number | undefined;
|
|
8754
8754
|
timeout?: number | undefined;
|
|
@@ -8804,26 +8804,26 @@ export declare const PlusPage: {
|
|
|
8804
8804
|
type: PropType<string | ((row: any[]) => string)>;
|
|
8805
8805
|
default: string;
|
|
8806
8806
|
};
|
|
8807
|
+
tableData: {
|
|
8808
|
+
type: PropType< RecordType[]>;
|
|
8809
|
+
default: () => never[];
|
|
8810
|
+
};
|
|
8811
|
+
defaultSize: {
|
|
8812
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
8813
|
+
default: string;
|
|
8814
|
+
};
|
|
8815
|
+
pagination: {
|
|
8816
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
8817
|
+
default: boolean;
|
|
8818
|
+
};
|
|
8807
8819
|
actionBar: {
|
|
8808
8820
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
8809
8821
|
default: boolean;
|
|
8810
8822
|
};
|
|
8811
|
-
|
|
8812
|
-
type: PropType<boolean
|
|
8823
|
+
hasIndexColumn: {
|
|
8824
|
+
type: PropType<boolean>;
|
|
8813
8825
|
default: boolean;
|
|
8814
8826
|
};
|
|
8815
|
-
indexTableColumnProps: {
|
|
8816
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8817
|
-
default: () => {};
|
|
8818
|
-
};
|
|
8819
|
-
indexContentStyle: {
|
|
8820
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
8821
|
-
default: () => {};
|
|
8822
|
-
};
|
|
8823
|
-
dragSortableTableColumnProps: {
|
|
8824
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8825
|
-
default: () => {};
|
|
8826
|
-
};
|
|
8827
8827
|
titleBar: {
|
|
8828
8828
|
type: PropType<boolean | Partial<Partial<{
|
|
8829
8829
|
title?: string | undefined;
|
|
@@ -8837,22 +8837,6 @@ export declare const PlusPage: {
|
|
|
8837
8837
|
}>>>;
|
|
8838
8838
|
default: boolean;
|
|
8839
8839
|
};
|
|
8840
|
-
defaultSize: {
|
|
8841
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
8842
|
-
default: string;
|
|
8843
|
-
};
|
|
8844
|
-
tableData: {
|
|
8845
|
-
type: PropType< RecordType[]>;
|
|
8846
|
-
default: () => never[];
|
|
8847
|
-
};
|
|
8848
|
-
pagination: {
|
|
8849
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
8850
|
-
default: boolean;
|
|
8851
|
-
};
|
|
8852
|
-
hasIndexColumn: {
|
|
8853
|
-
type: PropType<boolean>;
|
|
8854
|
-
default: boolean;
|
|
8855
|
-
};
|
|
8856
8840
|
isSelection: {
|
|
8857
8841
|
type: PropType<boolean | "radio">;
|
|
8858
8842
|
default: boolean;
|
|
@@ -8873,6 +8857,14 @@ export declare const PlusPage: {
|
|
|
8873
8857
|
type: PropType<false | Partial< Options>>;
|
|
8874
8858
|
default: boolean;
|
|
8875
8859
|
};
|
|
8860
|
+
dragSortableTableColumnProps: {
|
|
8861
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8862
|
+
default: () => {};
|
|
8863
|
+
};
|
|
8864
|
+
indexTableColumnProps: {
|
|
8865
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8866
|
+
default: () => {};
|
|
8867
|
+
};
|
|
8876
8868
|
selectionTableColumnProps: {
|
|
8877
8869
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8878
8870
|
default: () => {
|
|
@@ -8897,6 +8889,14 @@ export declare const PlusPage: {
|
|
|
8897
8889
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8898
8890
|
default: () => {};
|
|
8899
8891
|
};
|
|
8892
|
+
indexContentStyle: {
|
|
8893
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
8894
|
+
default: () => {};
|
|
8895
|
+
};
|
|
8896
|
+
editable: {
|
|
8897
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
8898
|
+
default: boolean;
|
|
8899
|
+
};
|
|
8900
8900
|
adaptive: {
|
|
8901
8901
|
type: PropType<boolean | {
|
|
8902
8902
|
offsetBottom?: number | undefined;
|
|
@@ -8911,18 +8911,18 @@ export declare const PlusPage: {
|
|
|
8911
8911
|
type: PropType<string>;
|
|
8912
8912
|
};
|
|
8913
8913
|
}>> & {
|
|
8914
|
+
onRefresh?: (() => any) | undefined;
|
|
8915
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
8914
8916
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
8915
8917
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
8918
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
8916
8919
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
8920
|
+
onEdited?: (() => any) | undefined;
|
|
8917
8921
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
8918
8922
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
8919
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
8920
|
-
onRefresh?: (() => any) | undefined;
|
|
8921
8923
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
8922
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
8923
|
-
onEdited?: (() => any) | undefined;
|
|
8924
8924
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
8925
|
-
}, "
|
|
8925
|
+
}, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
|
|
8926
8926
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
8927
8927
|
tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
8928
8928
|
data: {
|
|
@@ -9120,7 +9120,7 @@ export declare const PlusPage: {
|
|
|
9120
9120
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
9121
9121
|
setScrollLeft: (left?: number | undefined) => void;
|
|
9122
9122
|
setScrollTop: (top?: number | undefined) => void;
|
|
9123
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
9123
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
9124
9124
|
data: {
|
|
9125
9125
|
type: PropType<any[]>;
|
|
9126
9126
|
default: () => never[];
|
|
@@ -9511,8 +9511,8 @@ export declare const PlusPage: {
|
|
|
9511
9511
|
search: false | Partial< PlusSearchProps>;
|
|
9512
9512
|
immediate: boolean;
|
|
9513
9513
|
table: Partial< PlusTableProps>;
|
|
9514
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
9514
9515
|
params: RecordType;
|
|
9515
|
-
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
9516
9516
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
9517
9517
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
9518
9518
|
isCard: boolean;
|
|
@@ -9548,6 +9548,10 @@ export declare const PlusPage: {
|
|
|
9548
9548
|
type: PropType<Partial< PlusTableProps>>;
|
|
9549
9549
|
default: () => {};
|
|
9550
9550
|
};
|
|
9551
|
+
pagination: {
|
|
9552
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
9553
|
+
default: () => {};
|
|
9554
|
+
};
|
|
9551
9555
|
params: {
|
|
9552
9556
|
type: PropType<RecordType>;
|
|
9553
9557
|
default: () => {};
|
|
@@ -9559,10 +9563,6 @@ export declare const PlusPage: {
|
|
|
9559
9563
|
}>>;
|
|
9560
9564
|
required: true;
|
|
9561
9565
|
};
|
|
9562
|
-
pagination: {
|
|
9563
|
-
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
9564
|
-
default: () => {};
|
|
9565
|
-
};
|
|
9566
9566
|
postData: {
|
|
9567
9567
|
type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
|
|
9568
9568
|
default: undefined;
|
|
@@ -9628,9 +9628,9 @@ export declare const PlusPage: {
|
|
|
9628
9628
|
labelPosition: "top" | "right" | "left";
|
|
9629
9629
|
inline: boolean;
|
|
9630
9630
|
showNumber: number;
|
|
9631
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
9632
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
9633
9631
|
defaultValues: FieldValues;
|
|
9632
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
9633
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
9634
9634
|
hasFooter: boolean;
|
|
9635
9635
|
hasReset: boolean;
|
|
9636
9636
|
resetText: string;
|
|
@@ -9648,9 +9648,9 @@ export declare const PlusPage: {
|
|
|
9648
9648
|
readonly modelValue: FieldValues;
|
|
9649
9649
|
readonly inline: boolean;
|
|
9650
9650
|
readonly showNumber: number;
|
|
9651
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
9652
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
9653
9651
|
readonly defaultValues: FieldValues;
|
|
9652
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
9653
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
9654
9654
|
readonly hasFooter: boolean;
|
|
9655
9655
|
readonly hasReset: boolean;
|
|
9656
9656
|
readonly resetText: string;
|
|
@@ -9664,8 +9664,8 @@ export declare const PlusPage: {
|
|
|
9664
9664
|
readonly buttonOrder: ("search" | "reset" | "fold")[];
|
|
9665
9665
|
readonly needValidate: boolean;
|
|
9666
9666
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
9667
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9668
9667
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
9668
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9669
9669
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
9670
9670
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
9671
9671
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -9690,6 +9690,16 @@ export declare const PlusPage: {
|
|
|
9690
9690
|
type: PropType<number>;
|
|
9691
9691
|
default: number;
|
|
9692
9692
|
};
|
|
9693
|
+
defaultValues: {
|
|
9694
|
+
type: PropType<FieldValues>;
|
|
9695
|
+
default: () => {};
|
|
9696
|
+
};
|
|
9697
|
+
rowProps: {
|
|
9698
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9699
|
+
default: () => {
|
|
9700
|
+
gutter: number;
|
|
9701
|
+
};
|
|
9702
|
+
};
|
|
9693
9703
|
colProps: {
|
|
9694
9704
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
9695
9705
|
default: () => {
|
|
@@ -9700,16 +9710,6 @@ export declare const PlusPage: {
|
|
|
9700
9710
|
xl: number;
|
|
9701
9711
|
};
|
|
9702
9712
|
};
|
|
9703
|
-
rowProps: {
|
|
9704
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9705
|
-
default: () => {
|
|
9706
|
-
gutter: number;
|
|
9707
|
-
};
|
|
9708
|
-
};
|
|
9709
|
-
defaultValues: {
|
|
9710
|
-
type: PropType<FieldValues>;
|
|
9711
|
-
default: () => {};
|
|
9712
|
-
};
|
|
9713
9713
|
hasFooter: {
|
|
9714
9714
|
type: PropType<boolean>;
|
|
9715
9715
|
default: boolean;
|
|
@@ -9759,12 +9759,12 @@ export declare const PlusPage: {
|
|
|
9759
9759
|
default: boolean;
|
|
9760
9760
|
};
|
|
9761
9761
|
}>> & {
|
|
9762
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9763
9762
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
9763
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9764
9764
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
9765
9765
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
9766
9766
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
9767
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
9767
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "buttonOrder" | "needValidate">;
|
|
9768
9768
|
$attrs: {
|
|
9769
9769
|
[x: string]: unknown;
|
|
9770
9770
|
};
|
|
@@ -9776,7 +9776,7 @@ export declare const PlusPage: {
|
|
|
9776
9776
|
}>;
|
|
9777
9777
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
9778
9778
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
9779
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "
|
|
9779
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
9780
9780
|
$el: any;
|
|
9781
9781
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
9782
9782
|
columns: {
|
|
@@ -9799,6 +9799,16 @@ export declare const PlusPage: {
|
|
|
9799
9799
|
type: PropType<number>;
|
|
9800
9800
|
default: number;
|
|
9801
9801
|
};
|
|
9802
|
+
defaultValues: {
|
|
9803
|
+
type: PropType<FieldValues>;
|
|
9804
|
+
default: () => {};
|
|
9805
|
+
};
|
|
9806
|
+
rowProps: {
|
|
9807
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9808
|
+
default: () => {
|
|
9809
|
+
gutter: number;
|
|
9810
|
+
};
|
|
9811
|
+
};
|
|
9802
9812
|
colProps: {
|
|
9803
9813
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
9804
9814
|
default: () => {
|
|
@@ -9809,16 +9819,6 @@ export declare const PlusPage: {
|
|
|
9809
9819
|
xl: number;
|
|
9810
9820
|
};
|
|
9811
9821
|
};
|
|
9812
|
-
rowProps: {
|
|
9813
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9814
|
-
default: () => {
|
|
9815
|
-
gutter: number;
|
|
9816
|
-
};
|
|
9817
|
-
};
|
|
9818
|
-
defaultValues: {
|
|
9819
|
-
type: PropType<FieldValues>;
|
|
9820
|
-
default: () => {};
|
|
9821
|
-
};
|
|
9822
9822
|
hasFooter: {
|
|
9823
9823
|
type: PropType<boolean>;
|
|
9824
9824
|
default: boolean;
|
|
@@ -9868,8 +9868,8 @@ export declare const PlusPage: {
|
|
|
9868
9868
|
default: boolean;
|
|
9869
9869
|
};
|
|
9870
9870
|
}>> & {
|
|
9871
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9872
9871
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
9872
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9873
9873
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
9874
9874
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
9875
9875
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -9886,12 +9886,9 @@ export declare const PlusPage: {
|
|
|
9886
9886
|
labelWidth: string | number;
|
|
9887
9887
|
labelSuffix: string;
|
|
9888
9888
|
hasLabel: boolean;
|
|
9889
|
-
clearable: boolean;
|
|
9890
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
9891
|
-
collapseDuration: number;
|
|
9892
|
-
collapseTransition: boolean;
|
|
9893
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
9894
9889
|
defaultValues: FieldValues;
|
|
9890
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
9891
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
9895
9892
|
hasErrorTip: boolean;
|
|
9896
9893
|
hasFooter: boolean;
|
|
9897
9894
|
hasReset: boolean;
|
|
@@ -9901,6 +9898,9 @@ export declare const PlusPage: {
|
|
|
9901
9898
|
footerAlign: "right" | "left" | "center";
|
|
9902
9899
|
cardProps: Partial< Mutable<CardProps>>;
|
|
9903
9900
|
prevent: boolean;
|
|
9901
|
+
collapseDuration: number;
|
|
9902
|
+
collapseTransition: boolean;
|
|
9903
|
+
clearable: boolean;
|
|
9904
9904
|
}> & Omit<{
|
|
9905
9905
|
readonly columns: PlusColumn[];
|
|
9906
9906
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -9910,10 +9910,9 @@ export declare const PlusPage: {
|
|
|
9910
9910
|
readonly labelWidth: string | number;
|
|
9911
9911
|
readonly labelSuffix: string;
|
|
9912
9912
|
readonly hasLabel: boolean;
|
|
9913
|
-
readonly clearable: boolean;
|
|
9914
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
9915
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
9916
9913
|
readonly defaultValues: FieldValues;
|
|
9914
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
9915
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
9917
9916
|
readonly hasErrorTip: boolean;
|
|
9918
9917
|
readonly hasFooter: boolean;
|
|
9919
9918
|
readonly hasReset: boolean;
|
|
@@ -9923,10 +9922,11 @@ export declare const PlusPage: {
|
|
|
9923
9922
|
readonly footerAlign: "right" | "left" | "center";
|
|
9924
9923
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
9925
9924
|
readonly prevent: boolean;
|
|
9925
|
+
readonly clearable: boolean;
|
|
9926
9926
|
readonly collapseDuration?: number | undefined;
|
|
9927
9927
|
readonly collapseTransition?: boolean | undefined;
|
|
9928
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9929
9928
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
9929
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9930
9930
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
9931
9931
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
9932
9932
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -9964,28 +9964,16 @@ export declare const PlusPage: {
|
|
|
9964
9964
|
type: PropType<boolean>;
|
|
9965
9965
|
default: boolean;
|
|
9966
9966
|
};
|
|
9967
|
-
|
|
9968
|
-
type: PropType<
|
|
9969
|
-
default: boolean;
|
|
9970
|
-
};
|
|
9971
|
-
colProps: {
|
|
9972
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
9967
|
+
defaultValues: {
|
|
9968
|
+
type: PropType<FieldValues>;
|
|
9973
9969
|
default: () => {};
|
|
9974
9970
|
};
|
|
9975
|
-
collapseDuration: {
|
|
9976
|
-
type: PropType<number>;
|
|
9977
|
-
default: undefined;
|
|
9978
|
-
};
|
|
9979
|
-
collapseTransition: {
|
|
9980
|
-
type: PropType<boolean>;
|
|
9981
|
-
default: undefined;
|
|
9982
|
-
};
|
|
9983
9971
|
rowProps: {
|
|
9984
9972
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9985
9973
|
default: () => {};
|
|
9986
9974
|
};
|
|
9987
|
-
|
|
9988
|
-
type: PropType<
|
|
9975
|
+
colProps: {
|
|
9976
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
9989
9977
|
default: () => {};
|
|
9990
9978
|
};
|
|
9991
9979
|
hasErrorTip: {
|
|
@@ -10024,14 +10012,26 @@ export declare const PlusPage: {
|
|
|
10024
10012
|
type: PropType<boolean>;
|
|
10025
10013
|
default: boolean;
|
|
10026
10014
|
};
|
|
10015
|
+
collapseDuration: {
|
|
10016
|
+
type: PropType<number>;
|
|
10017
|
+
default: undefined;
|
|
10018
|
+
};
|
|
10019
|
+
collapseTransition: {
|
|
10020
|
+
type: PropType<boolean>;
|
|
10021
|
+
default: undefined;
|
|
10022
|
+
};
|
|
10023
|
+
clearable: {
|
|
10024
|
+
type: PropType<boolean>;
|
|
10025
|
+
default: boolean;
|
|
10026
|
+
};
|
|
10027
10027
|
}>> & {
|
|
10028
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10029
10028
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10029
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10030
10030
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10031
10031
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10032
10032
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
10033
10033
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
10034
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
10034
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
10035
10035
|
$attrs: {
|
|
10036
10036
|
[x: string]: unknown;
|
|
10037
10037
|
};
|
|
@@ -10043,7 +10043,7 @@ export declare const PlusPage: {
|
|
|
10043
10043
|
}>;
|
|
10044
10044
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10045
10045
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10046
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
10046
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
10047
10047
|
$el: any;
|
|
10048
10048
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
10049
10049
|
columns: {
|
|
@@ -10078,28 +10078,16 @@ export declare const PlusPage: {
|
|
|
10078
10078
|
type: PropType<boolean>;
|
|
10079
10079
|
default: boolean;
|
|
10080
10080
|
};
|
|
10081
|
-
|
|
10082
|
-
type: PropType<
|
|
10083
|
-
default: boolean;
|
|
10084
|
-
};
|
|
10085
|
-
colProps: {
|
|
10086
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
10081
|
+
defaultValues: {
|
|
10082
|
+
type: PropType<FieldValues>;
|
|
10087
10083
|
default: () => {};
|
|
10088
10084
|
};
|
|
10089
|
-
collapseDuration: {
|
|
10090
|
-
type: PropType<number>;
|
|
10091
|
-
default: undefined;
|
|
10092
|
-
};
|
|
10093
|
-
collapseTransition: {
|
|
10094
|
-
type: PropType<boolean>;
|
|
10095
|
-
default: undefined;
|
|
10096
|
-
};
|
|
10097
10085
|
rowProps: {
|
|
10098
10086
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
10099
10087
|
default: () => {};
|
|
10100
10088
|
};
|
|
10101
|
-
|
|
10102
|
-
type: PropType<
|
|
10089
|
+
colProps: {
|
|
10090
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
10103
10091
|
default: () => {};
|
|
10104
10092
|
};
|
|
10105
10093
|
hasErrorTip: {
|
|
@@ -10138,9 +10126,21 @@ export declare const PlusPage: {
|
|
|
10138
10126
|
type: PropType<boolean>;
|
|
10139
10127
|
default: boolean;
|
|
10140
10128
|
};
|
|
10129
|
+
collapseDuration: {
|
|
10130
|
+
type: PropType<number>;
|
|
10131
|
+
default: undefined;
|
|
10132
|
+
};
|
|
10133
|
+
collapseTransition: {
|
|
10134
|
+
type: PropType<boolean>;
|
|
10135
|
+
default: undefined;
|
|
10136
|
+
};
|
|
10137
|
+
clearable: {
|
|
10138
|
+
type: PropType<boolean>;
|
|
10139
|
+
default: boolean;
|
|
10140
|
+
};
|
|
10141
10141
|
}>> & {
|
|
10142
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10143
10142
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10143
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10144
10144
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10145
10145
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10146
10146
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -10446,12 +10446,9 @@ export declare const PlusPage: {
|
|
|
10446
10446
|
labelWidth: string | number;
|
|
10447
10447
|
labelSuffix: string;
|
|
10448
10448
|
hasLabel: boolean;
|
|
10449
|
-
clearable: boolean;
|
|
10450
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
10451
|
-
collapseDuration: number;
|
|
10452
|
-
collapseTransition: boolean;
|
|
10453
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
10454
10449
|
defaultValues: FieldValues;
|
|
10450
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
10451
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
10455
10452
|
hasErrorTip: boolean;
|
|
10456
10453
|
hasFooter: boolean;
|
|
10457
10454
|
hasReset: boolean;
|
|
@@ -10461,6 +10458,9 @@ export declare const PlusPage: {
|
|
|
10461
10458
|
footerAlign: "right" | "left" | "center";
|
|
10462
10459
|
cardProps: Partial< Mutable<CardProps>>;
|
|
10463
10460
|
prevent: boolean;
|
|
10461
|
+
collapseDuration: number;
|
|
10462
|
+
collapseTransition: boolean;
|
|
10463
|
+
clearable: boolean;
|
|
10464
10464
|
}, {}, string, {}> & {
|
|
10465
10465
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
10466
10466
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -10514,28 +10514,16 @@ export declare const PlusPage: {
|
|
|
10514
10514
|
type: PropType<boolean>;
|
|
10515
10515
|
default: boolean;
|
|
10516
10516
|
};
|
|
10517
|
-
|
|
10518
|
-
type: PropType<
|
|
10519
|
-
default: boolean;
|
|
10520
|
-
};
|
|
10521
|
-
colProps: {
|
|
10522
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
10517
|
+
defaultValues: {
|
|
10518
|
+
type: PropType<FieldValues>;
|
|
10523
10519
|
default: () => {};
|
|
10524
10520
|
};
|
|
10525
|
-
collapseDuration: {
|
|
10526
|
-
type: PropType<number>;
|
|
10527
|
-
default: undefined;
|
|
10528
|
-
};
|
|
10529
|
-
collapseTransition: {
|
|
10530
|
-
type: PropType<boolean>;
|
|
10531
|
-
default: undefined;
|
|
10532
|
-
};
|
|
10533
10521
|
rowProps: {
|
|
10534
10522
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
10535
10523
|
default: () => {};
|
|
10536
10524
|
};
|
|
10537
|
-
|
|
10538
|
-
type: PropType<
|
|
10525
|
+
colProps: {
|
|
10526
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
10539
10527
|
default: () => {};
|
|
10540
10528
|
};
|
|
10541
10529
|
hasErrorTip: {
|
|
@@ -10574,9 +10562,21 @@ export declare const PlusPage: {
|
|
|
10574
10562
|
type: PropType<boolean>;
|
|
10575
10563
|
default: boolean;
|
|
10576
10564
|
};
|
|
10565
|
+
collapseDuration: {
|
|
10566
|
+
type: PropType<number>;
|
|
10567
|
+
default: undefined;
|
|
10568
|
+
};
|
|
10569
|
+
collapseTransition: {
|
|
10570
|
+
type: PropType<boolean>;
|
|
10571
|
+
default: undefined;
|
|
10572
|
+
};
|
|
10573
|
+
clearable: {
|
|
10574
|
+
type: PropType<boolean>;
|
|
10575
|
+
default: boolean;
|
|
10576
|
+
};
|
|
10577
10577
|
}>> & {
|
|
10578
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10579
10578
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10579
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10580
10580
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10581
10581
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10582
10582
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -10876,7 +10876,7 @@ export declare const PlusPage: {
|
|
|
10876
10876
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
10877
10877
|
columns?: PlusColumn[] | undefined;
|
|
10878
10878
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
10879
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
10879
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
10880
10880
|
readonly label: string | ComputedRef<string>;
|
|
10881
10881
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
10882
10882
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -10890,7 +10890,7 @@ export declare const PlusPage: {
|
|
|
10890
10890
|
style: CSSProperties;
|
|
10891
10891
|
rows: number;
|
|
10892
10892
|
autocomplete: string;
|
|
10893
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
10893
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
10894
10894
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10895
10895
|
step: string | number;
|
|
10896
10896
|
format: string | ProgressFn | undefined;
|
|
@@ -10951,7 +10951,7 @@ export declare const PlusPage: {
|
|
|
10951
10951
|
clearable: boolean;
|
|
10952
10952
|
index: number;
|
|
10953
10953
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
10954
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
10954
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
10955
10955
|
readonly label: string | ComputedRef<string>;
|
|
10956
10956
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
10957
10957
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -10965,7 +10965,7 @@ export declare const PlusPage: {
|
|
|
10965
10965
|
style: CSSProperties;
|
|
10966
10966
|
rows: number;
|
|
10967
10967
|
autocomplete: string;
|
|
10968
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
10968
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
10969
10969
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10970
10970
|
step: string | number;
|
|
10971
10971
|
format: string | ProgressFn | undefined;
|
|
@@ -11054,9 +11054,9 @@ export declare const PlusPage: {
|
|
|
11054
11054
|
labelPosition: "top" | "right" | "left";
|
|
11055
11055
|
inline: boolean;
|
|
11056
11056
|
showNumber: number;
|
|
11057
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
11058
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
11059
11057
|
defaultValues: FieldValues;
|
|
11058
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
11059
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
11060
11060
|
hasFooter: boolean;
|
|
11061
11061
|
hasReset: boolean;
|
|
11062
11062
|
resetText: string;
|
|
@@ -11110,6 +11110,16 @@ export declare const PlusPage: {
|
|
|
11110
11110
|
type: PropType<number>;
|
|
11111
11111
|
default: number;
|
|
11112
11112
|
};
|
|
11113
|
+
defaultValues: {
|
|
11114
|
+
type: PropType<FieldValues>;
|
|
11115
|
+
default: () => {};
|
|
11116
|
+
};
|
|
11117
|
+
rowProps: {
|
|
11118
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
11119
|
+
default: () => {
|
|
11120
|
+
gutter: number;
|
|
11121
|
+
};
|
|
11122
|
+
};
|
|
11113
11123
|
colProps: {
|
|
11114
11124
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11115
11125
|
default: () => {
|
|
@@ -11120,16 +11130,6 @@ export declare const PlusPage: {
|
|
|
11120
11130
|
xl: number;
|
|
11121
11131
|
};
|
|
11122
11132
|
};
|
|
11123
|
-
rowProps: {
|
|
11124
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
11125
|
-
default: () => {
|
|
11126
|
-
gutter: number;
|
|
11127
|
-
};
|
|
11128
|
-
};
|
|
11129
|
-
defaultValues: {
|
|
11130
|
-
type: PropType<FieldValues>;
|
|
11131
|
-
default: () => {};
|
|
11132
|
-
};
|
|
11133
11133
|
hasFooter: {
|
|
11134
11134
|
type: PropType<boolean>;
|
|
11135
11135
|
default: boolean;
|
|
@@ -11179,8 +11179,8 @@ export declare const PlusPage: {
|
|
|
11179
11179
|
default: boolean;
|
|
11180
11180
|
};
|
|
11181
11181
|
}>> & {
|
|
11182
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11183
11182
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11183
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11184
11184
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11185
11185
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
11186
11186
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -11197,12 +11197,9 @@ export declare const PlusPage: {
|
|
|
11197
11197
|
labelWidth: string | number;
|
|
11198
11198
|
labelSuffix: string;
|
|
11199
11199
|
hasLabel: boolean;
|
|
11200
|
-
clearable: boolean;
|
|
11201
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
11202
|
-
collapseDuration: number;
|
|
11203
|
-
collapseTransition: boolean;
|
|
11204
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
11205
11200
|
defaultValues: FieldValues;
|
|
11201
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
11202
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
11206
11203
|
hasErrorTip: boolean;
|
|
11207
11204
|
hasFooter: boolean;
|
|
11208
11205
|
hasReset: boolean;
|
|
@@ -11212,6 +11209,9 @@ export declare const PlusPage: {
|
|
|
11212
11209
|
footerAlign: "right" | "left" | "center";
|
|
11213
11210
|
cardProps: Partial< Mutable<CardProps>>;
|
|
11214
11211
|
prevent: boolean;
|
|
11212
|
+
collapseDuration: number;
|
|
11213
|
+
collapseTransition: boolean;
|
|
11214
|
+
clearable: boolean;
|
|
11215
11215
|
}> & Omit<{
|
|
11216
11216
|
readonly columns: PlusColumn[];
|
|
11217
11217
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -11221,10 +11221,9 @@ export declare const PlusPage: {
|
|
|
11221
11221
|
readonly labelWidth: string | number;
|
|
11222
11222
|
readonly labelSuffix: string;
|
|
11223
11223
|
readonly hasLabel: boolean;
|
|
11224
|
-
readonly clearable: boolean;
|
|
11225
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
11226
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
11227
11224
|
readonly defaultValues: FieldValues;
|
|
11225
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
11226
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
11228
11227
|
readonly hasErrorTip: boolean;
|
|
11229
11228
|
readonly hasFooter: boolean;
|
|
11230
11229
|
readonly hasReset: boolean;
|
|
@@ -11234,10 +11233,11 @@ export declare const PlusPage: {
|
|
|
11234
11233
|
readonly footerAlign: "right" | "left" | "center";
|
|
11235
11234
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
11236
11235
|
readonly prevent: boolean;
|
|
11236
|
+
readonly clearable: boolean;
|
|
11237
11237
|
readonly collapseDuration?: number | undefined;
|
|
11238
11238
|
readonly collapseTransition?: boolean | undefined;
|
|
11239
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11240
11239
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11240
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11241
11241
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11242
11242
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11243
11243
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -11275,28 +11275,16 @@ export declare const PlusPage: {
|
|
|
11275
11275
|
type: PropType<boolean>;
|
|
11276
11276
|
default: boolean;
|
|
11277
11277
|
};
|
|
11278
|
-
|
|
11279
|
-
type: PropType<
|
|
11280
|
-
default: boolean;
|
|
11281
|
-
};
|
|
11282
|
-
colProps: {
|
|
11283
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11278
|
+
defaultValues: {
|
|
11279
|
+
type: PropType<FieldValues>;
|
|
11284
11280
|
default: () => {};
|
|
11285
11281
|
};
|
|
11286
|
-
collapseDuration: {
|
|
11287
|
-
type: PropType<number>;
|
|
11288
|
-
default: undefined;
|
|
11289
|
-
};
|
|
11290
|
-
collapseTransition: {
|
|
11291
|
-
type: PropType<boolean>;
|
|
11292
|
-
default: undefined;
|
|
11293
|
-
};
|
|
11294
11282
|
rowProps: {
|
|
11295
11283
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
11296
11284
|
default: () => {};
|
|
11297
11285
|
};
|
|
11298
|
-
|
|
11299
|
-
type: PropType<
|
|
11286
|
+
colProps: {
|
|
11287
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11300
11288
|
default: () => {};
|
|
11301
11289
|
};
|
|
11302
11290
|
hasErrorTip: {
|
|
@@ -11335,14 +11323,26 @@ export declare const PlusPage: {
|
|
|
11335
11323
|
type: PropType<boolean>;
|
|
11336
11324
|
default: boolean;
|
|
11337
11325
|
};
|
|
11326
|
+
collapseDuration: {
|
|
11327
|
+
type: PropType<number>;
|
|
11328
|
+
default: undefined;
|
|
11329
|
+
};
|
|
11330
|
+
collapseTransition: {
|
|
11331
|
+
type: PropType<boolean>;
|
|
11332
|
+
default: undefined;
|
|
11333
|
+
};
|
|
11334
|
+
clearable: {
|
|
11335
|
+
type: PropType<boolean>;
|
|
11336
|
+
default: boolean;
|
|
11337
|
+
};
|
|
11338
11338
|
}>> & {
|
|
11339
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11340
11339
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11340
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11341
11341
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11342
11342
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11343
11343
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
11344
11344
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
11345
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
11345
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
11346
11346
|
$attrs: {
|
|
11347
11347
|
[x: string]: unknown;
|
|
11348
11348
|
};
|
|
@@ -11354,7 +11354,7 @@ export declare const PlusPage: {
|
|
|
11354
11354
|
}>;
|
|
11355
11355
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
11356
11356
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
11357
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
11357
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
11358
11358
|
$el: any;
|
|
11359
11359
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
11360
11360
|
columns: {
|
|
@@ -11389,28 +11389,16 @@ export declare const PlusPage: {
|
|
|
11389
11389
|
type: PropType<boolean>;
|
|
11390
11390
|
default: boolean;
|
|
11391
11391
|
};
|
|
11392
|
-
|
|
11393
|
-
type: PropType<
|
|
11394
|
-
default: boolean;
|
|
11395
|
-
};
|
|
11396
|
-
colProps: {
|
|
11397
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11392
|
+
defaultValues: {
|
|
11393
|
+
type: PropType<FieldValues>;
|
|
11398
11394
|
default: () => {};
|
|
11399
11395
|
};
|
|
11400
|
-
collapseDuration: {
|
|
11401
|
-
type: PropType<number>;
|
|
11402
|
-
default: undefined;
|
|
11403
|
-
};
|
|
11404
|
-
collapseTransition: {
|
|
11405
|
-
type: PropType<boolean>;
|
|
11406
|
-
default: undefined;
|
|
11407
|
-
};
|
|
11408
11396
|
rowProps: {
|
|
11409
11397
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
11410
11398
|
default: () => {};
|
|
11411
11399
|
};
|
|
11412
|
-
|
|
11413
|
-
type: PropType<
|
|
11400
|
+
colProps: {
|
|
11401
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11414
11402
|
default: () => {};
|
|
11415
11403
|
};
|
|
11416
11404
|
hasErrorTip: {
|
|
@@ -11449,9 +11437,21 @@ export declare const PlusPage: {
|
|
|
11449
11437
|
type: PropType<boolean>;
|
|
11450
11438
|
default: boolean;
|
|
11451
11439
|
};
|
|
11440
|
+
collapseDuration: {
|
|
11441
|
+
type: PropType<number>;
|
|
11442
|
+
default: undefined;
|
|
11443
|
+
};
|
|
11444
|
+
collapseTransition: {
|
|
11445
|
+
type: PropType<boolean>;
|
|
11446
|
+
default: undefined;
|
|
11447
|
+
};
|
|
11448
|
+
clearable: {
|
|
11449
|
+
type: PropType<boolean>;
|
|
11450
|
+
default: boolean;
|
|
11451
|
+
};
|
|
11452
11452
|
}>> & {
|
|
11453
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11454
11453
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11454
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11455
11455
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11456
11456
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11457
11457
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -11757,13 +11757,10 @@ export declare const PlusPage: {
|
|
|
11757
11757
|
labelWidth: string | number;
|
|
11758
11758
|
labelSuffix: string;
|
|
11759
11759
|
hasLabel: boolean;
|
|
11760
|
-
clearable: boolean;
|
|
11761
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
11762
|
-
collapseDuration: number;
|
|
11763
|
-
collapseTransition: boolean;
|
|
11764
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
11765
11760
|
defaultValues: FieldValues;
|
|
11766
|
-
|
|
11761
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
11762
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
11763
|
+
hasErrorTip: boolean;
|
|
11767
11764
|
hasFooter: boolean;
|
|
11768
11765
|
hasReset: boolean;
|
|
11769
11766
|
submitText: string;
|
|
@@ -11772,6 +11769,9 @@ export declare const PlusPage: {
|
|
|
11772
11769
|
footerAlign: "right" | "left" | "center";
|
|
11773
11770
|
cardProps: Partial< Mutable<CardProps>>;
|
|
11774
11771
|
prevent: boolean;
|
|
11772
|
+
collapseDuration: number;
|
|
11773
|
+
collapseTransition: boolean;
|
|
11774
|
+
clearable: boolean;
|
|
11775
11775
|
}, {}, string, {}> & {
|
|
11776
11776
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
11777
11777
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -11825,28 +11825,16 @@ export declare const PlusPage: {
|
|
|
11825
11825
|
type: PropType<boolean>;
|
|
11826
11826
|
default: boolean;
|
|
11827
11827
|
};
|
|
11828
|
-
|
|
11829
|
-
type: PropType<
|
|
11830
|
-
default: boolean;
|
|
11831
|
-
};
|
|
11832
|
-
colProps: {
|
|
11833
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11828
|
+
defaultValues: {
|
|
11829
|
+
type: PropType<FieldValues>;
|
|
11834
11830
|
default: () => {};
|
|
11835
11831
|
};
|
|
11836
|
-
collapseDuration: {
|
|
11837
|
-
type: PropType<number>;
|
|
11838
|
-
default: undefined;
|
|
11839
|
-
};
|
|
11840
|
-
collapseTransition: {
|
|
11841
|
-
type: PropType<boolean>;
|
|
11842
|
-
default: undefined;
|
|
11843
|
-
};
|
|
11844
11832
|
rowProps: {
|
|
11845
11833
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
11846
11834
|
default: () => {};
|
|
11847
11835
|
};
|
|
11848
|
-
|
|
11849
|
-
type: PropType<
|
|
11836
|
+
colProps: {
|
|
11837
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11850
11838
|
default: () => {};
|
|
11851
11839
|
};
|
|
11852
11840
|
hasErrorTip: {
|
|
@@ -11885,9 +11873,21 @@ export declare const PlusPage: {
|
|
|
11885
11873
|
type: PropType<boolean>;
|
|
11886
11874
|
default: boolean;
|
|
11887
11875
|
};
|
|
11876
|
+
collapseDuration: {
|
|
11877
|
+
type: PropType<number>;
|
|
11878
|
+
default: undefined;
|
|
11879
|
+
};
|
|
11880
|
+
collapseTransition: {
|
|
11881
|
+
type: PropType<boolean>;
|
|
11882
|
+
default: undefined;
|
|
11883
|
+
};
|
|
11884
|
+
clearable: {
|
|
11885
|
+
type: PropType<boolean>;
|
|
11886
|
+
default: boolean;
|
|
11887
|
+
};
|
|
11888
11888
|
}>> & {
|
|
11889
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11890
11889
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11890
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11891
11891
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11892
11892
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11893
11893
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -12187,7 +12187,7 @@ export declare const PlusPage: {
|
|
|
12187
12187
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
12188
12188
|
columns?: PlusColumn[] | undefined;
|
|
12189
12189
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
12190
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
12190
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
12191
12191
|
readonly label: string | ComputedRef<string>;
|
|
12192
12192
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
12193
12193
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -12201,7 +12201,7 @@ export declare const PlusPage: {
|
|
|
12201
12201
|
style: CSSProperties;
|
|
12202
12202
|
rows: number;
|
|
12203
12203
|
autocomplete: string;
|
|
12204
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
12204
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
12205
12205
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
12206
12206
|
step: string | number;
|
|
12207
12207
|
format: string | ProgressFn | undefined;
|
|
@@ -12262,7 +12262,7 @@ export declare const PlusPage: {
|
|
|
12262
12262
|
clearable: boolean;
|
|
12263
12263
|
index: number;
|
|
12264
12264
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
12265
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
12265
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
12266
12266
|
readonly label: string | ComputedRef<string>;
|
|
12267
12267
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
12268
12268
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -12276,7 +12276,7 @@ export declare const PlusPage: {
|
|
|
12276
12276
|
style: CSSProperties;
|
|
12277
12277
|
rows: number;
|
|
12278
12278
|
autocomplete: string;
|
|
12279
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
12279
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
12280
12280
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
12281
12281
|
step: string | number;
|
|
12282
12282
|
format: string | ProgressFn | undefined;
|
|
@@ -12355,7 +12355,7 @@ export declare const PlusPage: {
|
|
|
12355
12355
|
handleUnfold: (e: MouseEvent) => void;
|
|
12356
12356
|
}> & {} & ComponentCustomProperties & {} & {
|
|
12357
12357
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
12358
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
12358
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
12359
12359
|
readonly label: string | ComputedRef<string>;
|
|
12360
12360
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
12361
12361
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -12369,7 +12369,7 @@ export declare const PlusPage: {
|
|
|
12369
12369
|
style: CSSProperties;
|
|
12370
12370
|
rows: number;
|
|
12371
12371
|
autocomplete: string;
|
|
12372
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
12372
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
12373
12373
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
12374
12374
|
step: string | number;
|
|
12375
12375
|
format: string | ProgressFn | undefined;
|
|
@@ -12453,11 +12453,11 @@ export declare const PlusPage: {
|
|
|
12453
12453
|
columnIndex: number;
|
|
12454
12454
|
}) => CSSProperties>;
|
|
12455
12455
|
rowKey: string | ((row: any[]) => string);
|
|
12456
|
+
tableData: RecordType[];
|
|
12457
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
12458
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
12456
12459
|
actionBar: false | Partial< ActionBarProps>;
|
|
12457
|
-
|
|
12458
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12459
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
12460
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12460
|
+
hasIndexColumn: boolean;
|
|
12461
12461
|
titleBar: boolean | Partial<Partial<{
|
|
12462
12462
|
title?: string | undefined;
|
|
12463
12463
|
refresh?: boolean | undefined;
|
|
@@ -12468,20 +12468,20 @@ export declare const PlusPage: {
|
|
|
12468
12468
|
color?: string | undefined;
|
|
12469
12469
|
} | undefined;
|
|
12470
12470
|
}>>;
|
|
12471
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
12472
|
-
tableData: RecordType[];
|
|
12473
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
12474
|
-
hasIndexColumn: boolean;
|
|
12475
12471
|
isSelection: boolean | "radio";
|
|
12476
12472
|
isRadio: boolean;
|
|
12477
12473
|
hasExpand: boolean;
|
|
12478
12474
|
loadingStatus: boolean;
|
|
12479
12475
|
dragSortable: false | Partial< Options>;
|
|
12476
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12477
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12480
12478
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12481
12479
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12482
12480
|
radioProps: Partial< PlusRadioProps>;
|
|
12483
12481
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
12484
12482
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12483
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
12484
|
+
editable: boolean | "click" | "dblclick";
|
|
12485
12485
|
adaptive: boolean | {
|
|
12486
12486
|
offsetBottom?: number | undefined;
|
|
12487
12487
|
timeout?: number | undefined;
|
|
@@ -12497,11 +12497,11 @@ export declare const PlusPage: {
|
|
|
12497
12497
|
columnIndex: number;
|
|
12498
12498
|
}) => CSSProperties>;
|
|
12499
12499
|
readonly rowKey: string | ((row: any[]) => string);
|
|
12500
|
+
readonly tableData: RecordType[];
|
|
12501
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
12502
|
+
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
12500
12503
|
readonly actionBar: false | Partial< ActionBarProps>;
|
|
12501
|
-
readonly
|
|
12502
|
-
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12503
|
-
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
12504
|
-
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12504
|
+
readonly hasIndexColumn: boolean;
|
|
12505
12505
|
readonly titleBar: boolean | Partial<Partial<{
|
|
12506
12506
|
title?: string | undefined;
|
|
12507
12507
|
refresh?: boolean | undefined;
|
|
@@ -12512,18 +12512,18 @@ export declare const PlusPage: {
|
|
|
12512
12512
|
color?: string | undefined;
|
|
12513
12513
|
} | undefined;
|
|
12514
12514
|
}>>;
|
|
12515
|
-
readonly defaultSize: "" | "default" | "small" | "large";
|
|
12516
|
-
readonly tableData: RecordType[];
|
|
12517
|
-
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
12518
|
-
readonly hasIndexColumn: boolean;
|
|
12519
12515
|
readonly isSelection: boolean | "radio";
|
|
12520
12516
|
readonly isRadio: boolean;
|
|
12521
12517
|
readonly hasExpand: boolean;
|
|
12522
12518
|
readonly loadingStatus: boolean;
|
|
12523
12519
|
readonly dragSortable: false | Partial< Options>;
|
|
12520
|
+
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12521
|
+
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12524
12522
|
readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12525
12523
|
readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12526
12524
|
readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12525
|
+
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
12526
|
+
readonly editable: boolean | "click" | "dblclick";
|
|
12527
12527
|
readonly adaptive: boolean | {
|
|
12528
12528
|
offsetBottom?: number | undefined;
|
|
12529
12529
|
timeout?: number | undefined;
|
|
@@ -12533,16 +12533,16 @@ export declare const PlusPage: {
|
|
|
12533
12533
|
readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
|
|
12534
12534
|
readonly filterTableHeaderOverflowLabelLength?: number | undefined;
|
|
12535
12535
|
readonly filterTableLocalKey?: string | undefined;
|
|
12536
|
+
onRefresh?: (() => any) | undefined;
|
|
12537
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12536
12538
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12537
12539
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12540
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12538
12541
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
12542
|
+
onEdited?: (() => any) | undefined;
|
|
12539
12543
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12540
12544
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12541
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12542
|
-
onRefresh?: (() => any) | undefined;
|
|
12543
12545
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
12544
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12545
|
-
onEdited?: (() => any) | undefined;
|
|
12546
12546
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
12547
12547
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
12548
12548
|
showOverflowTooltip: {
|
|
@@ -12575,26 +12575,26 @@ export declare const PlusPage: {
|
|
|
12575
12575
|
type: PropType<string | ((row: any[]) => string)>;
|
|
12576
12576
|
default: string;
|
|
12577
12577
|
};
|
|
12578
|
+
tableData: {
|
|
12579
|
+
type: PropType< RecordType[]>;
|
|
12580
|
+
default: () => never[];
|
|
12581
|
+
};
|
|
12582
|
+
defaultSize: {
|
|
12583
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
12584
|
+
default: string;
|
|
12585
|
+
};
|
|
12586
|
+
pagination: {
|
|
12587
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
12588
|
+
default: boolean;
|
|
12589
|
+
};
|
|
12578
12590
|
actionBar: {
|
|
12579
12591
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
12580
12592
|
default: boolean;
|
|
12581
12593
|
};
|
|
12582
|
-
|
|
12583
|
-
type: PropType<boolean
|
|
12594
|
+
hasIndexColumn: {
|
|
12595
|
+
type: PropType<boolean>;
|
|
12584
12596
|
default: boolean;
|
|
12585
12597
|
};
|
|
12586
|
-
indexTableColumnProps: {
|
|
12587
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12588
|
-
default: () => {};
|
|
12589
|
-
};
|
|
12590
|
-
indexContentStyle: {
|
|
12591
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
12592
|
-
default: () => {};
|
|
12593
|
-
};
|
|
12594
|
-
dragSortableTableColumnProps: {
|
|
12595
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12596
|
-
default: () => {};
|
|
12597
|
-
};
|
|
12598
12598
|
titleBar: {
|
|
12599
12599
|
type: PropType<boolean | Partial<Partial<{
|
|
12600
12600
|
title?: string | undefined;
|
|
@@ -12608,22 +12608,6 @@ export declare const PlusPage: {
|
|
|
12608
12608
|
}>>>;
|
|
12609
12609
|
default: boolean;
|
|
12610
12610
|
};
|
|
12611
|
-
defaultSize: {
|
|
12612
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
12613
|
-
default: string;
|
|
12614
|
-
};
|
|
12615
|
-
tableData: {
|
|
12616
|
-
type: PropType< RecordType[]>;
|
|
12617
|
-
default: () => never[];
|
|
12618
|
-
};
|
|
12619
|
-
pagination: {
|
|
12620
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
12621
|
-
default: boolean;
|
|
12622
|
-
};
|
|
12623
|
-
hasIndexColumn: {
|
|
12624
|
-
type: PropType<boolean>;
|
|
12625
|
-
default: boolean;
|
|
12626
|
-
};
|
|
12627
12611
|
isSelection: {
|
|
12628
12612
|
type: PropType<boolean | "radio">;
|
|
12629
12613
|
default: boolean;
|
|
@@ -12644,6 +12628,14 @@ export declare const PlusPage: {
|
|
|
12644
12628
|
type: PropType<false | Partial< Options>>;
|
|
12645
12629
|
default: boolean;
|
|
12646
12630
|
};
|
|
12631
|
+
dragSortableTableColumnProps: {
|
|
12632
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12633
|
+
default: () => {};
|
|
12634
|
+
};
|
|
12635
|
+
indexTableColumnProps: {
|
|
12636
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12637
|
+
default: () => {};
|
|
12638
|
+
};
|
|
12647
12639
|
selectionTableColumnProps: {
|
|
12648
12640
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12649
12641
|
default: () => {
|
|
@@ -12668,6 +12660,14 @@ export declare const PlusPage: {
|
|
|
12668
12660
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12669
12661
|
default: () => {};
|
|
12670
12662
|
};
|
|
12663
|
+
indexContentStyle: {
|
|
12664
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
12665
|
+
default: () => {};
|
|
12666
|
+
};
|
|
12667
|
+
editable: {
|
|
12668
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
12669
|
+
default: boolean;
|
|
12670
|
+
};
|
|
12671
12671
|
adaptive: {
|
|
12672
12672
|
type: PropType<boolean | {
|
|
12673
12673
|
offsetBottom?: number | undefined;
|
|
@@ -12682,18 +12682,18 @@ export declare const PlusPage: {
|
|
|
12682
12682
|
type: PropType<string>;
|
|
12683
12683
|
};
|
|
12684
12684
|
}>> & {
|
|
12685
|
+
onRefresh?: (() => any) | undefined;
|
|
12686
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12685
12687
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12686
12688
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12689
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12687
12690
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
12691
|
+
onEdited?: (() => any) | undefined;
|
|
12688
12692
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12689
12693
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12690
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12691
|
-
onRefresh?: (() => any) | undefined;
|
|
12692
12694
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
12693
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12694
|
-
onEdited?: (() => any) | undefined;
|
|
12695
12695
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
12696
|
-
}, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "
|
|
12696
|
+
}, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
|
|
12697
12697
|
$attrs: {
|
|
12698
12698
|
[x: string]: unknown;
|
|
12699
12699
|
};
|
|
@@ -12738,26 +12738,26 @@ export declare const PlusPage: {
|
|
|
12738
12738
|
type: PropType<string | ((row: any[]) => string)>;
|
|
12739
12739
|
default: string;
|
|
12740
12740
|
};
|
|
12741
|
+
tableData: {
|
|
12742
|
+
type: PropType< RecordType[]>;
|
|
12743
|
+
default: () => never[];
|
|
12744
|
+
};
|
|
12745
|
+
defaultSize: {
|
|
12746
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
12747
|
+
default: string;
|
|
12748
|
+
};
|
|
12749
|
+
pagination: {
|
|
12750
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
12751
|
+
default: boolean;
|
|
12752
|
+
};
|
|
12741
12753
|
actionBar: {
|
|
12742
12754
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
12743
12755
|
default: boolean;
|
|
12744
12756
|
};
|
|
12745
|
-
|
|
12746
|
-
type: PropType<boolean
|
|
12757
|
+
hasIndexColumn: {
|
|
12758
|
+
type: PropType<boolean>;
|
|
12747
12759
|
default: boolean;
|
|
12748
12760
|
};
|
|
12749
|
-
indexTableColumnProps: {
|
|
12750
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12751
|
-
default: () => {};
|
|
12752
|
-
};
|
|
12753
|
-
indexContentStyle: {
|
|
12754
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
12755
|
-
default: () => {};
|
|
12756
|
-
};
|
|
12757
|
-
dragSortableTableColumnProps: {
|
|
12758
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12759
|
-
default: () => {};
|
|
12760
|
-
};
|
|
12761
12761
|
titleBar: {
|
|
12762
12762
|
type: PropType<boolean | Partial<Partial<{
|
|
12763
12763
|
title?: string | undefined;
|
|
@@ -12771,22 +12771,6 @@ export declare const PlusPage: {
|
|
|
12771
12771
|
}>>>;
|
|
12772
12772
|
default: boolean;
|
|
12773
12773
|
};
|
|
12774
|
-
defaultSize: {
|
|
12775
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
12776
|
-
default: string;
|
|
12777
|
-
};
|
|
12778
|
-
tableData: {
|
|
12779
|
-
type: PropType< RecordType[]>;
|
|
12780
|
-
default: () => never[];
|
|
12781
|
-
};
|
|
12782
|
-
pagination: {
|
|
12783
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
12784
|
-
default: boolean;
|
|
12785
|
-
};
|
|
12786
|
-
hasIndexColumn: {
|
|
12787
|
-
type: PropType<boolean>;
|
|
12788
|
-
default: boolean;
|
|
12789
|
-
};
|
|
12790
12774
|
isSelection: {
|
|
12791
12775
|
type: PropType<boolean | "radio">;
|
|
12792
12776
|
default: boolean;
|
|
@@ -12807,6 +12791,14 @@ export declare const PlusPage: {
|
|
|
12807
12791
|
type: PropType<false | Partial< Options>>;
|
|
12808
12792
|
default: boolean;
|
|
12809
12793
|
};
|
|
12794
|
+
dragSortableTableColumnProps: {
|
|
12795
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12796
|
+
default: () => {};
|
|
12797
|
+
};
|
|
12798
|
+
indexTableColumnProps: {
|
|
12799
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12800
|
+
default: () => {};
|
|
12801
|
+
};
|
|
12810
12802
|
selectionTableColumnProps: {
|
|
12811
12803
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12812
12804
|
default: () => {
|
|
@@ -12831,6 +12823,14 @@ export declare const PlusPage: {
|
|
|
12831
12823
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12832
12824
|
default: () => {};
|
|
12833
12825
|
};
|
|
12826
|
+
indexContentStyle: {
|
|
12827
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
12828
|
+
default: () => {};
|
|
12829
|
+
};
|
|
12830
|
+
editable: {
|
|
12831
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
12832
|
+
default: boolean;
|
|
12833
|
+
};
|
|
12834
12834
|
adaptive: {
|
|
12835
12835
|
type: PropType<boolean | {
|
|
12836
12836
|
offsetBottom?: number | undefined;
|
|
@@ -12845,16 +12845,16 @@ export declare const PlusPage: {
|
|
|
12845
12845
|
type: PropType<string>;
|
|
12846
12846
|
};
|
|
12847
12847
|
}>> & {
|
|
12848
|
+
onRefresh?: (() => any) | undefined;
|
|
12849
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12848
12850
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12849
12851
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12852
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12850
12853
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
12854
|
+
onEdited?: (() => any) | undefined;
|
|
12851
12855
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12852
12856
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12853
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12854
|
-
onRefresh?: (() => any) | undefined;
|
|
12855
12857
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
12856
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12857
|
-
onEdited?: (() => any) | undefined;
|
|
12858
12858
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
12859
12859
|
}, {
|
|
12860
12860
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
@@ -13054,7 +13054,7 @@ export declare const PlusPage: {
|
|
|
13054
13054
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
13055
13055
|
setScrollLeft: (left?: number | undefined) => void;
|
|
13056
13056
|
setScrollTop: (top?: number | undefined) => void;
|
|
13057
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
13057
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
13058
13058
|
data: {
|
|
13059
13059
|
type: PropType<any[]>;
|
|
13060
13060
|
default: () => never[];
|
|
@@ -13430,11 +13430,11 @@ export declare const PlusPage: {
|
|
|
13430
13430
|
columnIndex: number;
|
|
13431
13431
|
}) => CSSProperties>;
|
|
13432
13432
|
rowKey: string | ((row: any[]) => string);
|
|
13433
|
+
tableData: RecordType[];
|
|
13434
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
13435
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
13433
13436
|
actionBar: false | Partial< ActionBarProps>;
|
|
13434
|
-
|
|
13435
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13436
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
13437
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13437
|
+
hasIndexColumn: boolean;
|
|
13438
13438
|
titleBar: boolean | Partial<Partial<{
|
|
13439
13439
|
title?: string | undefined;
|
|
13440
13440
|
refresh?: boolean | undefined;
|
|
@@ -13445,20 +13445,20 @@ export declare const PlusPage: {
|
|
|
13445
13445
|
color?: string | undefined;
|
|
13446
13446
|
} | undefined;
|
|
13447
13447
|
}>>;
|
|
13448
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
13449
|
-
tableData: RecordType[];
|
|
13450
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
13451
|
-
hasIndexColumn: boolean;
|
|
13452
13448
|
isSelection: boolean | "radio";
|
|
13453
13449
|
isRadio: boolean;
|
|
13454
13450
|
hasExpand: boolean;
|
|
13455
13451
|
loadingStatus: boolean;
|
|
13456
13452
|
dragSortable: false | Partial< Options>;
|
|
13453
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13454
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13457
13455
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13458
13456
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13459
13457
|
radioProps: Partial< PlusRadioProps>;
|
|
13460
13458
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
13461
13459
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13460
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
13461
|
+
editable: boolean | "click" | "dblclick";
|
|
13462
13462
|
adaptive: boolean | {
|
|
13463
13463
|
offsetBottom?: number | undefined;
|
|
13464
13464
|
timeout?: number | undefined;
|
|
@@ -13514,26 +13514,26 @@ export declare const PlusPage: {
|
|
|
13514
13514
|
type: PropType<string | ((row: any[]) => string)>;
|
|
13515
13515
|
default: string;
|
|
13516
13516
|
};
|
|
13517
|
+
tableData: {
|
|
13518
|
+
type: PropType< RecordType[]>;
|
|
13519
|
+
default: () => never[];
|
|
13520
|
+
};
|
|
13521
|
+
defaultSize: {
|
|
13522
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
13523
|
+
default: string;
|
|
13524
|
+
};
|
|
13525
|
+
pagination: {
|
|
13526
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
13527
|
+
default: boolean;
|
|
13528
|
+
};
|
|
13517
13529
|
actionBar: {
|
|
13518
13530
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
13519
13531
|
default: boolean;
|
|
13520
13532
|
};
|
|
13521
|
-
|
|
13522
|
-
type: PropType<boolean
|
|
13533
|
+
hasIndexColumn: {
|
|
13534
|
+
type: PropType<boolean>;
|
|
13523
13535
|
default: boolean;
|
|
13524
13536
|
};
|
|
13525
|
-
indexTableColumnProps: {
|
|
13526
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13527
|
-
default: () => {};
|
|
13528
|
-
};
|
|
13529
|
-
indexContentStyle: {
|
|
13530
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
13531
|
-
default: () => {};
|
|
13532
|
-
};
|
|
13533
|
-
dragSortableTableColumnProps: {
|
|
13534
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13535
|
-
default: () => {};
|
|
13536
|
-
};
|
|
13537
13537
|
titleBar: {
|
|
13538
13538
|
type: PropType<boolean | Partial<Partial<{
|
|
13539
13539
|
title?: string | undefined;
|
|
@@ -13547,22 +13547,6 @@ export declare const PlusPage: {
|
|
|
13547
13547
|
}>>>;
|
|
13548
13548
|
default: boolean;
|
|
13549
13549
|
};
|
|
13550
|
-
defaultSize: {
|
|
13551
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
13552
|
-
default: string;
|
|
13553
|
-
};
|
|
13554
|
-
tableData: {
|
|
13555
|
-
type: PropType< RecordType[]>;
|
|
13556
|
-
default: () => never[];
|
|
13557
|
-
};
|
|
13558
|
-
pagination: {
|
|
13559
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
13560
|
-
default: boolean;
|
|
13561
|
-
};
|
|
13562
|
-
hasIndexColumn: {
|
|
13563
|
-
type: PropType<boolean>;
|
|
13564
|
-
default: boolean;
|
|
13565
|
-
};
|
|
13566
13550
|
isSelection: {
|
|
13567
13551
|
type: PropType<boolean | "radio">;
|
|
13568
13552
|
default: boolean;
|
|
@@ -13583,6 +13567,14 @@ export declare const PlusPage: {
|
|
|
13583
13567
|
type: PropType<false | Partial< Options>>;
|
|
13584
13568
|
default: boolean;
|
|
13585
13569
|
};
|
|
13570
|
+
dragSortableTableColumnProps: {
|
|
13571
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13572
|
+
default: () => {};
|
|
13573
|
+
};
|
|
13574
|
+
indexTableColumnProps: {
|
|
13575
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13576
|
+
default: () => {};
|
|
13577
|
+
};
|
|
13586
13578
|
selectionTableColumnProps: {
|
|
13587
13579
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13588
13580
|
default: () => {
|
|
@@ -13607,6 +13599,14 @@ export declare const PlusPage: {
|
|
|
13607
13599
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13608
13600
|
default: () => {};
|
|
13609
13601
|
};
|
|
13602
|
+
indexContentStyle: {
|
|
13603
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
13604
|
+
default: () => {};
|
|
13605
|
+
};
|
|
13606
|
+
editable: {
|
|
13607
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
13608
|
+
default: boolean;
|
|
13609
|
+
};
|
|
13610
13610
|
adaptive: {
|
|
13611
13611
|
type: PropType<boolean | {
|
|
13612
13612
|
offsetBottom?: number | undefined;
|
|
@@ -13621,18 +13621,18 @@ export declare const PlusPage: {
|
|
|
13621
13621
|
type: PropType<string>;
|
|
13622
13622
|
};
|
|
13623
13623
|
}>> & {
|
|
13624
|
+
onRefresh?: (() => any) | undefined;
|
|
13625
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
13624
13626
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
13625
13627
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
13628
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
13626
13629
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
13630
|
+
onEdited?: (() => any) | undefined;
|
|
13627
13631
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
13628
13632
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
13629
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
13630
|
-
onRefresh?: (() => any) | undefined;
|
|
13631
13633
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
13632
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
13633
|
-
onEdited?: (() => any) | undefined;
|
|
13634
13634
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
13635
|
-
}, "
|
|
13635
|
+
}, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
|
|
13636
13636
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
13637
13637
|
tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
13638
13638
|
data: {
|
|
@@ -13830,7 +13830,7 @@ export declare const PlusPage: {
|
|
|
13830
13830
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
13831
13831
|
setScrollLeft: (left?: number | undefined) => void;
|
|
13832
13832
|
setScrollTop: (top?: number | undefined) => void;
|
|
13833
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
13833
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
13834
13834
|
data: {
|
|
13835
13835
|
type: PropType<any[]>;
|
|
13836
13836
|
default: () => never[];
|
|
@@ -14227,8 +14227,8 @@ export declare const PlusPage: {
|
|
|
14227
14227
|
search: false | Partial< PlusSearchProps>;
|
|
14228
14228
|
immediate: boolean;
|
|
14229
14229
|
table: Partial< PlusTableProps>;
|
|
14230
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
14230
14231
|
params: RecordType;
|
|
14231
|
-
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
14232
14232
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
14233
14233
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
14234
14234
|
isCard: boolean;
|
|
@@ -14244,7 +14244,7 @@ export declare const PlusPage: {
|
|
|
14244
14244
|
searchSlot: boolean;
|
|
14245
14245
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
14246
14246
|
$slots: Partial<Record<never, (_: {
|
|
14247
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
14247
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
14248
14248
|
readonly label: string | ComputedRef<string>;
|
|
14249
14249
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
14250
14250
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -14258,7 +14258,7 @@ export declare const PlusPage: {
|
|
|
14258
14258
|
style: CSSProperties;
|
|
14259
14259
|
rows: number;
|
|
14260
14260
|
autocomplete: string;
|
|
14261
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
14261
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
14262
14262
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
14263
14263
|
step: string | number;
|
|
14264
14264
|
format: string | ProgressFn | undefined;
|