@wlydfe/pro-ui 0.2.7 → 0.2.8
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/README.md +119 -119
- 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/display-item/src/index.vue2.mjs +3 -0
- 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 +16 -12
- 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 +419 -387
- package/es/components/page/src/index.vue2.mjs +10 -3
- 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/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 +25 -43
- package/es/components/table/src/table-title-bar.vue.d.ts +1 -1
- package/es/index.css +13 -13
- package/global.d.ts +29 -29
- package/index.js +13 -3
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +13 -3
- 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/display-item/src/index.vue2.js +3 -0
- 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 +16 -12
- 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 +419 -387
- package/lib/components/page/src/index.vue2.js +9 -2
- 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/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 +25 -43
- package/lib/components/table/src/table-title-bar.vue.d.ts +1 -1
- package/lib/index.css +13 -13
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/src/breadcrumb.scss +9 -9
- package/theme-chalk/src/date-picker.scss +96 -96
- package/theme-chalk/src/descriptions.scss +41 -41
- package/theme-chalk/src/display-item.scss +82 -82
- package/theme-chalk/src/drawer-form.scss +16 -16
- package/theme-chalk/src/form.scss +34 -34
- package/theme-chalk/src/input-tag.scss +91 -91
- package/theme-chalk/src/layout.scss +36 -36
- package/theme-chalk/src/mixins/function.scss +73 -73
- package/theme-chalk/src/search.scss +49 -49
- package/theme-chalk/src/sidebar.scss +93 -93
- package/theme-chalk/src/table.scss +170 -170
- package/theme-chalk/src/var/index.scss +6 -6
|
@@ -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;
|
|
@@ -129,9 +129,9 @@ export declare const PlusPage: {
|
|
|
129
129
|
readonly modelValue: FieldValues;
|
|
130
130
|
readonly inline: boolean;
|
|
131
131
|
readonly showNumber: number;
|
|
132
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
133
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
134
132
|
readonly defaultValues: FieldValues;
|
|
133
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
134
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
135
135
|
readonly hasFooter: boolean;
|
|
136
136
|
readonly hasReset: boolean;
|
|
137
137
|
readonly resetText: string;
|
|
@@ -143,8 +143,8 @@ export declare const PlusPage: {
|
|
|
143
143
|
readonly searchLoading: boolean;
|
|
144
144
|
readonly needValidate: boolean;
|
|
145
145
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
146
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
147
146
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
147
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
148
148
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
149
149
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
150
150
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -169,6 +169,16 @@ export declare const PlusPage: {
|
|
|
169
169
|
type: PropType<number>;
|
|
170
170
|
default: number;
|
|
171
171
|
};
|
|
172
|
+
defaultValues: {
|
|
173
|
+
type: PropType<FieldValues>;
|
|
174
|
+
default: () => {};
|
|
175
|
+
};
|
|
176
|
+
rowProps: {
|
|
177
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
178
|
+
default: () => {
|
|
179
|
+
gutter: number;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
172
182
|
colProps: {
|
|
173
183
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
174
184
|
default: () => {
|
|
@@ -179,16 +189,6 @@ export declare const PlusPage: {
|
|
|
179
189
|
xl: number;
|
|
180
190
|
};
|
|
181
191
|
};
|
|
182
|
-
rowProps: {
|
|
183
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
184
|
-
default: () => {
|
|
185
|
-
gutter: number;
|
|
186
|
-
};
|
|
187
|
-
};
|
|
188
|
-
defaultValues: {
|
|
189
|
-
type: PropType<FieldValues>;
|
|
190
|
-
default: () => {};
|
|
191
|
-
};
|
|
192
192
|
hasFooter: {
|
|
193
193
|
type: PropType<boolean>;
|
|
194
194
|
default: boolean;
|
|
@@ -230,12 +230,12 @@ export declare const PlusPage: {
|
|
|
230
230
|
default: boolean;
|
|
231
231
|
};
|
|
232
232
|
}>> & {
|
|
233
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
234
233
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
234
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
235
235
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
236
236
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
237
237
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
238
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
238
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
239
239
|
$attrs: {
|
|
240
240
|
[x: string]: unknown;
|
|
241
241
|
};
|
|
@@ -247,7 +247,7 @@ export declare const PlusPage: {
|
|
|
247
247
|
}>;
|
|
248
248
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
249
249
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
250
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "
|
|
250
|
+
$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);
|
|
251
251
|
$el: any;
|
|
252
252
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
253
253
|
columns: {
|
|
@@ -270,6 +270,16 @@ export declare const PlusPage: {
|
|
|
270
270
|
type: PropType<number>;
|
|
271
271
|
default: number;
|
|
272
272
|
};
|
|
273
|
+
defaultValues: {
|
|
274
|
+
type: PropType<FieldValues>;
|
|
275
|
+
default: () => {};
|
|
276
|
+
};
|
|
277
|
+
rowProps: {
|
|
278
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
279
|
+
default: () => {
|
|
280
|
+
gutter: number;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
273
283
|
colProps: {
|
|
274
284
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
275
285
|
default: () => {
|
|
@@ -280,16 +290,6 @@ export declare const PlusPage: {
|
|
|
280
290
|
xl: number;
|
|
281
291
|
};
|
|
282
292
|
};
|
|
283
|
-
rowProps: {
|
|
284
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
285
|
-
default: () => {
|
|
286
|
-
gutter: number;
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
defaultValues: {
|
|
290
|
-
type: PropType<FieldValues>;
|
|
291
|
-
default: () => {};
|
|
292
|
-
};
|
|
293
293
|
hasFooter: {
|
|
294
294
|
type: PropType<boolean>;
|
|
295
295
|
default: boolean;
|
|
@@ -331,8 +331,8 @@ export declare const PlusPage: {
|
|
|
331
331
|
default: boolean;
|
|
332
332
|
};
|
|
333
333
|
}>> & {
|
|
334
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
335
334
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
335
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
336
336
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
337
337
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
338
338
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -349,12 +349,9 @@ export declare const PlusPage: {
|
|
|
349
349
|
labelWidth: string | number;
|
|
350
350
|
labelSuffix: string;
|
|
351
351
|
hasLabel: boolean;
|
|
352
|
-
clearable: boolean;
|
|
353
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
354
|
-
collapseDuration: number;
|
|
355
|
-
collapseTransition: boolean;
|
|
356
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
357
352
|
defaultValues: FieldValues;
|
|
353
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
354
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
358
355
|
hasErrorTip: boolean;
|
|
359
356
|
hasFooter: boolean;
|
|
360
357
|
hasReset: boolean;
|
|
@@ -364,6 +361,9 @@ export declare const PlusPage: {
|
|
|
364
361
|
footerAlign: "right" | "left" | "center";
|
|
365
362
|
cardProps: Partial< Mutable<CardProps>>;
|
|
366
363
|
prevent: boolean;
|
|
364
|
+
collapseDuration: number;
|
|
365
|
+
collapseTransition: boolean;
|
|
366
|
+
clearable: boolean;
|
|
367
367
|
}> & Omit<{
|
|
368
368
|
readonly columns: PlusColumn[];
|
|
369
369
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -373,10 +373,9 @@ export declare const PlusPage: {
|
|
|
373
373
|
readonly labelWidth: string | number;
|
|
374
374
|
readonly labelSuffix: string;
|
|
375
375
|
readonly hasLabel: boolean;
|
|
376
|
-
readonly clearable: boolean;
|
|
377
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
378
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
379
376
|
readonly defaultValues: FieldValues;
|
|
377
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
378
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
380
379
|
readonly hasErrorTip: boolean;
|
|
381
380
|
readonly hasFooter: boolean;
|
|
382
381
|
readonly hasReset: boolean;
|
|
@@ -386,10 +385,11 @@ export declare const PlusPage: {
|
|
|
386
385
|
readonly footerAlign: "right" | "left" | "center";
|
|
387
386
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
388
387
|
readonly prevent: boolean;
|
|
388
|
+
readonly clearable: boolean;
|
|
389
389
|
readonly collapseDuration?: number | undefined;
|
|
390
390
|
readonly collapseTransition?: boolean | undefined;
|
|
391
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
392
391
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
392
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
393
393
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
394
394
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
395
395
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -427,28 +427,16 @@ export declare const PlusPage: {
|
|
|
427
427
|
type: PropType<boolean>;
|
|
428
428
|
default: boolean;
|
|
429
429
|
};
|
|
430
|
-
|
|
431
|
-
type: PropType<
|
|
432
|
-
default: boolean;
|
|
433
|
-
};
|
|
434
|
-
colProps: {
|
|
435
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
430
|
+
defaultValues: {
|
|
431
|
+
type: PropType<FieldValues>;
|
|
436
432
|
default: () => {};
|
|
437
433
|
};
|
|
438
|
-
collapseDuration: {
|
|
439
|
-
type: PropType<number>;
|
|
440
|
-
default: undefined;
|
|
441
|
-
};
|
|
442
|
-
collapseTransition: {
|
|
443
|
-
type: PropType<boolean>;
|
|
444
|
-
default: undefined;
|
|
445
|
-
};
|
|
446
434
|
rowProps: {
|
|
447
435
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
448
436
|
default: () => {};
|
|
449
437
|
};
|
|
450
|
-
|
|
451
|
-
type: PropType<
|
|
438
|
+
colProps: {
|
|
439
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
452
440
|
default: () => {};
|
|
453
441
|
};
|
|
454
442
|
hasErrorTip: {
|
|
@@ -487,14 +475,26 @@ export declare const PlusPage: {
|
|
|
487
475
|
type: PropType<boolean>;
|
|
488
476
|
default: boolean;
|
|
489
477
|
};
|
|
478
|
+
collapseDuration: {
|
|
479
|
+
type: PropType<number>;
|
|
480
|
+
default: undefined;
|
|
481
|
+
};
|
|
482
|
+
collapseTransition: {
|
|
483
|
+
type: PropType<boolean>;
|
|
484
|
+
default: undefined;
|
|
485
|
+
};
|
|
486
|
+
clearable: {
|
|
487
|
+
type: PropType<boolean>;
|
|
488
|
+
default: boolean;
|
|
489
|
+
};
|
|
490
490
|
}>> & {
|
|
491
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
492
491
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
492
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
493
493
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
494
494
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
495
495
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
496
496
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
497
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
497
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
498
498
|
$attrs: {
|
|
499
499
|
[x: string]: unknown;
|
|
500
500
|
};
|
|
@@ -506,7 +506,7 @@ export declare const PlusPage: {
|
|
|
506
506
|
}>;
|
|
507
507
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
508
508
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
509
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
509
|
+
$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);
|
|
510
510
|
$el: any;
|
|
511
511
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
512
512
|
columns: {
|
|
@@ -541,28 +541,16 @@ export declare const PlusPage: {
|
|
|
541
541
|
type: PropType<boolean>;
|
|
542
542
|
default: boolean;
|
|
543
543
|
};
|
|
544
|
-
|
|
545
|
-
type: PropType<
|
|
546
|
-
default: boolean;
|
|
547
|
-
};
|
|
548
|
-
colProps: {
|
|
549
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
544
|
+
defaultValues: {
|
|
545
|
+
type: PropType<FieldValues>;
|
|
550
546
|
default: () => {};
|
|
551
547
|
};
|
|
552
|
-
collapseDuration: {
|
|
553
|
-
type: PropType<number>;
|
|
554
|
-
default: undefined;
|
|
555
|
-
};
|
|
556
|
-
collapseTransition: {
|
|
557
|
-
type: PropType<boolean>;
|
|
558
|
-
default: undefined;
|
|
559
|
-
};
|
|
560
548
|
rowProps: {
|
|
561
549
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
562
550
|
default: () => {};
|
|
563
551
|
};
|
|
564
|
-
|
|
565
|
-
type: PropType<
|
|
552
|
+
colProps: {
|
|
553
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
566
554
|
default: () => {};
|
|
567
555
|
};
|
|
568
556
|
hasErrorTip: {
|
|
@@ -601,9 +589,21 @@ export declare const PlusPage: {
|
|
|
601
589
|
type: PropType<boolean>;
|
|
602
590
|
default: boolean;
|
|
603
591
|
};
|
|
592
|
+
collapseDuration: {
|
|
593
|
+
type: PropType<number>;
|
|
594
|
+
default: undefined;
|
|
595
|
+
};
|
|
596
|
+
collapseTransition: {
|
|
597
|
+
type: PropType<boolean>;
|
|
598
|
+
default: undefined;
|
|
599
|
+
};
|
|
600
|
+
clearable: {
|
|
601
|
+
type: PropType<boolean>;
|
|
602
|
+
default: boolean;
|
|
603
|
+
};
|
|
604
604
|
}>> & {
|
|
605
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
606
605
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
606
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
607
607
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
608
608
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
609
609
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -909,12 +909,9 @@ export declare const PlusPage: {
|
|
|
909
909
|
labelWidth: string | number;
|
|
910
910
|
labelSuffix: string;
|
|
911
911
|
hasLabel: boolean;
|
|
912
|
-
clearable: boolean;
|
|
913
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
914
|
-
collapseDuration: number;
|
|
915
|
-
collapseTransition: boolean;
|
|
916
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
917
912
|
defaultValues: FieldValues;
|
|
913
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
914
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
918
915
|
hasErrorTip: boolean;
|
|
919
916
|
hasFooter: boolean;
|
|
920
917
|
hasReset: boolean;
|
|
@@ -924,6 +921,9 @@ export declare const PlusPage: {
|
|
|
924
921
|
footerAlign: "right" | "left" | "center";
|
|
925
922
|
cardProps: Partial< Mutable<CardProps>>;
|
|
926
923
|
prevent: boolean;
|
|
924
|
+
collapseDuration: number;
|
|
925
|
+
collapseTransition: boolean;
|
|
926
|
+
clearable: boolean;
|
|
927
927
|
}, {}, string, {}> & {
|
|
928
928
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
929
929
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -977,28 +977,16 @@ export declare const PlusPage: {
|
|
|
977
977
|
type: PropType<boolean>;
|
|
978
978
|
default: boolean;
|
|
979
979
|
};
|
|
980
|
-
|
|
981
|
-
type: PropType<
|
|
982
|
-
default: boolean;
|
|
983
|
-
};
|
|
984
|
-
colProps: {
|
|
985
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
980
|
+
defaultValues: {
|
|
981
|
+
type: PropType<FieldValues>;
|
|
986
982
|
default: () => {};
|
|
987
983
|
};
|
|
988
|
-
collapseDuration: {
|
|
989
|
-
type: PropType<number>;
|
|
990
|
-
default: undefined;
|
|
991
|
-
};
|
|
992
|
-
collapseTransition: {
|
|
993
|
-
type: PropType<boolean>;
|
|
994
|
-
default: undefined;
|
|
995
|
-
};
|
|
996
984
|
rowProps: {
|
|
997
985
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
998
986
|
default: () => {};
|
|
999
987
|
};
|
|
1000
|
-
|
|
1001
|
-
type: PropType<
|
|
988
|
+
colProps: {
|
|
989
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1002
990
|
default: () => {};
|
|
1003
991
|
};
|
|
1004
992
|
hasErrorTip: {
|
|
@@ -1037,9 +1025,21 @@ export declare const PlusPage: {
|
|
|
1037
1025
|
type: PropType<boolean>;
|
|
1038
1026
|
default: boolean;
|
|
1039
1027
|
};
|
|
1028
|
+
collapseDuration: {
|
|
1029
|
+
type: PropType<number>;
|
|
1030
|
+
default: undefined;
|
|
1031
|
+
};
|
|
1032
|
+
collapseTransition: {
|
|
1033
|
+
type: PropType<boolean>;
|
|
1034
|
+
default: undefined;
|
|
1035
|
+
};
|
|
1036
|
+
clearable: {
|
|
1037
|
+
type: PropType<boolean>;
|
|
1038
|
+
default: boolean;
|
|
1039
|
+
};
|
|
1040
1040
|
}>> & {
|
|
1041
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1042
1041
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1042
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1043
1043
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1044
1044
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1045
1045
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -1339,7 +1339,7 @@ export declare const PlusPage: {
|
|
|
1339
1339
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1340
1340
|
columns?: PlusColumn[] | undefined;
|
|
1341
1341
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1342
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
1342
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1343
1343
|
readonly label: string | ComputedRef<string>;
|
|
1344
1344
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1345
1345
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -1353,7 +1353,7 @@ export declare const PlusPage: {
|
|
|
1353
1353
|
style: CSSProperties;
|
|
1354
1354
|
rows: number;
|
|
1355
1355
|
autocomplete: string;
|
|
1356
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
1356
|
+
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";
|
|
1357
1357
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1358
1358
|
step: string | number;
|
|
1359
1359
|
format: string | ProgressFn | undefined;
|
|
@@ -1414,7 +1414,7 @@ export declare const PlusPage: {
|
|
|
1414
1414
|
clearable: boolean;
|
|
1415
1415
|
index: number;
|
|
1416
1416
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1417
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
1417
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1418
1418
|
readonly label: string | ComputedRef<string>;
|
|
1419
1419
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1420
1420
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -1428,7 +1428,7 @@ export declare const PlusPage: {
|
|
|
1428
1428
|
style: CSSProperties;
|
|
1429
1429
|
rows: number;
|
|
1430
1430
|
autocomplete: string;
|
|
1431
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
1431
|
+
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";
|
|
1432
1432
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1433
1433
|
step: string | number;
|
|
1434
1434
|
format: string | ProgressFn | undefined;
|
|
@@ -1517,9 +1517,9 @@ export declare const PlusPage: {
|
|
|
1517
1517
|
labelPosition: "top" | "right" | "left";
|
|
1518
1518
|
inline: boolean;
|
|
1519
1519
|
showNumber: number;
|
|
1520
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
1521
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
1522
1520
|
defaultValues: FieldValues;
|
|
1521
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
1522
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
1523
1523
|
hasFooter: boolean;
|
|
1524
1524
|
hasReset: boolean;
|
|
1525
1525
|
resetText: string;
|
|
@@ -1571,6 +1571,16 @@ export declare const PlusPage: {
|
|
|
1571
1571
|
type: PropType<number>;
|
|
1572
1572
|
default: number;
|
|
1573
1573
|
};
|
|
1574
|
+
defaultValues: {
|
|
1575
|
+
type: PropType<FieldValues>;
|
|
1576
|
+
default: () => {};
|
|
1577
|
+
};
|
|
1578
|
+
rowProps: {
|
|
1579
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1580
|
+
default: () => {
|
|
1581
|
+
gutter: number;
|
|
1582
|
+
};
|
|
1583
|
+
};
|
|
1574
1584
|
colProps: {
|
|
1575
1585
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1576
1586
|
default: () => {
|
|
@@ -1581,16 +1591,6 @@ export declare const PlusPage: {
|
|
|
1581
1591
|
xl: number;
|
|
1582
1592
|
};
|
|
1583
1593
|
};
|
|
1584
|
-
rowProps: {
|
|
1585
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1586
|
-
default: () => {
|
|
1587
|
-
gutter: number;
|
|
1588
|
-
};
|
|
1589
|
-
};
|
|
1590
|
-
defaultValues: {
|
|
1591
|
-
type: PropType<FieldValues>;
|
|
1592
|
-
default: () => {};
|
|
1593
|
-
};
|
|
1594
1594
|
hasFooter: {
|
|
1595
1595
|
type: PropType<boolean>;
|
|
1596
1596
|
default: boolean;
|
|
@@ -1632,8 +1632,8 @@ export declare const PlusPage: {
|
|
|
1632
1632
|
default: boolean;
|
|
1633
1633
|
};
|
|
1634
1634
|
}>> & {
|
|
1635
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1636
1635
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1636
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1637
1637
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1638
1638
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1639
1639
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -1650,12 +1650,9 @@ export declare const PlusPage: {
|
|
|
1650
1650
|
labelWidth: string | number;
|
|
1651
1651
|
labelSuffix: string;
|
|
1652
1652
|
hasLabel: boolean;
|
|
1653
|
-
clearable: boolean;
|
|
1654
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
1655
|
-
collapseDuration: number;
|
|
1656
|
-
collapseTransition: boolean;
|
|
1657
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
1658
1653
|
defaultValues: FieldValues;
|
|
1654
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
1655
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
1659
1656
|
hasErrorTip: boolean;
|
|
1660
1657
|
hasFooter: boolean;
|
|
1661
1658
|
hasReset: boolean;
|
|
@@ -1665,6 +1662,9 @@ export declare const PlusPage: {
|
|
|
1665
1662
|
footerAlign: "right" | "left" | "center";
|
|
1666
1663
|
cardProps: Partial< Mutable<CardProps>>;
|
|
1667
1664
|
prevent: boolean;
|
|
1665
|
+
collapseDuration: number;
|
|
1666
|
+
collapseTransition: boolean;
|
|
1667
|
+
clearable: boolean;
|
|
1668
1668
|
}> & Omit<{
|
|
1669
1669
|
readonly columns: PlusColumn[];
|
|
1670
1670
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -1674,10 +1674,9 @@ export declare const PlusPage: {
|
|
|
1674
1674
|
readonly labelWidth: string | number;
|
|
1675
1675
|
readonly labelSuffix: string;
|
|
1676
1676
|
readonly hasLabel: boolean;
|
|
1677
|
-
readonly clearable: boolean;
|
|
1678
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
1679
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
1680
1677
|
readonly defaultValues: FieldValues;
|
|
1678
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
1679
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
1681
1680
|
readonly hasErrorTip: boolean;
|
|
1682
1681
|
readonly hasFooter: boolean;
|
|
1683
1682
|
readonly hasReset: boolean;
|
|
@@ -1687,10 +1686,11 @@ export declare const PlusPage: {
|
|
|
1687
1686
|
readonly footerAlign: "right" | "left" | "center";
|
|
1688
1687
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
1689
1688
|
readonly prevent: boolean;
|
|
1689
|
+
readonly clearable: boolean;
|
|
1690
1690
|
readonly collapseDuration?: number | undefined;
|
|
1691
1691
|
readonly collapseTransition?: boolean | undefined;
|
|
1692
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1693
1692
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1693
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1694
1694
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1695
1695
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1696
1696
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -1728,28 +1728,16 @@ export declare const PlusPage: {
|
|
|
1728
1728
|
type: PropType<boolean>;
|
|
1729
1729
|
default: boolean;
|
|
1730
1730
|
};
|
|
1731
|
-
|
|
1732
|
-
type: PropType<
|
|
1733
|
-
default: boolean;
|
|
1734
|
-
};
|
|
1735
|
-
colProps: {
|
|
1736
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1731
|
+
defaultValues: {
|
|
1732
|
+
type: PropType<FieldValues>;
|
|
1737
1733
|
default: () => {};
|
|
1738
1734
|
};
|
|
1739
|
-
collapseDuration: {
|
|
1740
|
-
type: PropType<number>;
|
|
1741
|
-
default: undefined;
|
|
1742
|
-
};
|
|
1743
|
-
collapseTransition: {
|
|
1744
|
-
type: PropType<boolean>;
|
|
1745
|
-
default: undefined;
|
|
1746
|
-
};
|
|
1747
1735
|
rowProps: {
|
|
1748
1736
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1749
1737
|
default: () => {};
|
|
1750
1738
|
};
|
|
1751
|
-
|
|
1752
|
-
type: PropType<
|
|
1739
|
+
colProps: {
|
|
1740
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1753
1741
|
default: () => {};
|
|
1754
1742
|
};
|
|
1755
1743
|
hasErrorTip: {
|
|
@@ -1788,14 +1776,26 @@ export declare const PlusPage: {
|
|
|
1788
1776
|
type: PropType<boolean>;
|
|
1789
1777
|
default: boolean;
|
|
1790
1778
|
};
|
|
1791
|
-
|
|
1792
|
-
|
|
1779
|
+
collapseDuration: {
|
|
1780
|
+
type: PropType<number>;
|
|
1781
|
+
default: undefined;
|
|
1782
|
+
};
|
|
1783
|
+
collapseTransition: {
|
|
1784
|
+
type: PropType<boolean>;
|
|
1785
|
+
default: undefined;
|
|
1786
|
+
};
|
|
1787
|
+
clearable: {
|
|
1788
|
+
type: PropType<boolean>;
|
|
1789
|
+
default: boolean;
|
|
1790
|
+
};
|
|
1791
|
+
}>> & {
|
|
1793
1792
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1793
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1794
1794
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1795
1795
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1796
1796
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1797
1797
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1798
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
1798
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
1799
1799
|
$attrs: {
|
|
1800
1800
|
[x: string]: unknown;
|
|
1801
1801
|
};
|
|
@@ -1807,7 +1807,7 @@ export declare const PlusPage: {
|
|
|
1807
1807
|
}>;
|
|
1808
1808
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1809
1809
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1810
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
1810
|
+
$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);
|
|
1811
1811
|
$el: any;
|
|
1812
1812
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1813
1813
|
columns: {
|
|
@@ -1842,28 +1842,16 @@ export declare const PlusPage: {
|
|
|
1842
1842
|
type: PropType<boolean>;
|
|
1843
1843
|
default: boolean;
|
|
1844
1844
|
};
|
|
1845
|
-
|
|
1846
|
-
type: PropType<
|
|
1847
|
-
default: boolean;
|
|
1848
|
-
};
|
|
1849
|
-
colProps: {
|
|
1850
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1845
|
+
defaultValues: {
|
|
1846
|
+
type: PropType<FieldValues>;
|
|
1851
1847
|
default: () => {};
|
|
1852
1848
|
};
|
|
1853
|
-
collapseDuration: {
|
|
1854
|
-
type: PropType<number>;
|
|
1855
|
-
default: undefined;
|
|
1856
|
-
};
|
|
1857
|
-
collapseTransition: {
|
|
1858
|
-
type: PropType<boolean>;
|
|
1859
|
-
default: undefined;
|
|
1860
|
-
};
|
|
1861
1849
|
rowProps: {
|
|
1862
1850
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1863
1851
|
default: () => {};
|
|
1864
1852
|
};
|
|
1865
|
-
|
|
1866
|
-
type: PropType<
|
|
1853
|
+
colProps: {
|
|
1854
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1867
1855
|
default: () => {};
|
|
1868
1856
|
};
|
|
1869
1857
|
hasErrorTip: {
|
|
@@ -1902,9 +1890,21 @@ export declare const PlusPage: {
|
|
|
1902
1890
|
type: PropType<boolean>;
|
|
1903
1891
|
default: boolean;
|
|
1904
1892
|
};
|
|
1893
|
+
collapseDuration: {
|
|
1894
|
+
type: PropType<number>;
|
|
1895
|
+
default: undefined;
|
|
1896
|
+
};
|
|
1897
|
+
collapseTransition: {
|
|
1898
|
+
type: PropType<boolean>;
|
|
1899
|
+
default: undefined;
|
|
1900
|
+
};
|
|
1901
|
+
clearable: {
|
|
1902
|
+
type: PropType<boolean>;
|
|
1903
|
+
default: boolean;
|
|
1904
|
+
};
|
|
1905
1905
|
}>> & {
|
|
1906
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1907
1906
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1907
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1908
1908
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1909
1909
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1910
1910
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -2210,12 +2210,9 @@ export declare const PlusPage: {
|
|
|
2210
2210
|
labelWidth: string | number;
|
|
2211
2211
|
labelSuffix: string;
|
|
2212
2212
|
hasLabel: boolean;
|
|
2213
|
-
clearable: boolean;
|
|
2214
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
2215
|
-
collapseDuration: number;
|
|
2216
|
-
collapseTransition: boolean;
|
|
2217
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
2218
2213
|
defaultValues: FieldValues;
|
|
2214
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
2215
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
2219
2216
|
hasErrorTip: boolean;
|
|
2220
2217
|
hasFooter: boolean;
|
|
2221
2218
|
hasReset: boolean;
|
|
@@ -2225,6 +2222,9 @@ export declare const PlusPage: {
|
|
|
2225
2222
|
footerAlign: "right" | "left" | "center";
|
|
2226
2223
|
cardProps: Partial< Mutable<CardProps>>;
|
|
2227
2224
|
prevent: boolean;
|
|
2225
|
+
collapseDuration: number;
|
|
2226
|
+
collapseTransition: boolean;
|
|
2227
|
+
clearable: boolean;
|
|
2228
2228
|
}, {}, string, {}> & {
|
|
2229
2229
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2230
2230
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2278,28 +2278,16 @@ export declare const PlusPage: {
|
|
|
2278
2278
|
type: PropType<boolean>;
|
|
2279
2279
|
default: boolean;
|
|
2280
2280
|
};
|
|
2281
|
-
|
|
2282
|
-
type: PropType<
|
|
2283
|
-
default: boolean;
|
|
2284
|
-
};
|
|
2285
|
-
colProps: {
|
|
2286
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
2281
|
+
defaultValues: {
|
|
2282
|
+
type: PropType<FieldValues>;
|
|
2287
2283
|
default: () => {};
|
|
2288
2284
|
};
|
|
2289
|
-
collapseDuration: {
|
|
2290
|
-
type: PropType<number>;
|
|
2291
|
-
default: undefined;
|
|
2292
|
-
};
|
|
2293
|
-
collapseTransition: {
|
|
2294
|
-
type: PropType<boolean>;
|
|
2295
|
-
default: undefined;
|
|
2296
|
-
};
|
|
2297
2285
|
rowProps: {
|
|
2298
2286
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
2299
2287
|
default: () => {};
|
|
2300
2288
|
};
|
|
2301
|
-
|
|
2302
|
-
type: PropType<
|
|
2289
|
+
colProps: {
|
|
2290
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
2303
2291
|
default: () => {};
|
|
2304
2292
|
};
|
|
2305
2293
|
hasErrorTip: {
|
|
@@ -2338,9 +2326,21 @@ export declare const PlusPage: {
|
|
|
2338
2326
|
type: PropType<boolean>;
|
|
2339
2327
|
default: boolean;
|
|
2340
2328
|
};
|
|
2329
|
+
collapseDuration: {
|
|
2330
|
+
type: PropType<number>;
|
|
2331
|
+
default: undefined;
|
|
2332
|
+
};
|
|
2333
|
+
collapseTransition: {
|
|
2334
|
+
type: PropType<boolean>;
|
|
2335
|
+
default: undefined;
|
|
2336
|
+
};
|
|
2337
|
+
clearable: {
|
|
2338
|
+
type: PropType<boolean>;
|
|
2339
|
+
default: boolean;
|
|
2340
|
+
};
|
|
2341
2341
|
}>> & {
|
|
2342
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2343
2342
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2343
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2344
2344
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2345
2345
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2346
2346
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -2640,7 +2640,7 @@ export declare const PlusPage: {
|
|
|
2640
2640
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
2641
2641
|
columns?: PlusColumn[] | undefined;
|
|
2642
2642
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2643
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
2643
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2644
2644
|
readonly label: string | ComputedRef<string>;
|
|
2645
2645
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2646
2646
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -2654,7 +2654,7 @@ export declare const PlusPage: {
|
|
|
2654
2654
|
style: CSSProperties;
|
|
2655
2655
|
rows: number;
|
|
2656
2656
|
autocomplete: string;
|
|
2657
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
2657
|
+
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";
|
|
2658
2658
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2659
2659
|
step: string | number;
|
|
2660
2660
|
format: string | ProgressFn | undefined;
|
|
@@ -2715,7 +2715,7 @@ export declare const PlusPage: {
|
|
|
2715
2715
|
clearable: boolean;
|
|
2716
2716
|
index: number;
|
|
2717
2717
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2718
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
2718
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2719
2719
|
readonly label: string | ComputedRef<string>;
|
|
2720
2720
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2721
2721
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -2729,7 +2729,7 @@ export declare const PlusPage: {
|
|
|
2729
2729
|
style: CSSProperties;
|
|
2730
2730
|
rows: number;
|
|
2731
2731
|
autocomplete: string;
|
|
2732
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
2732
|
+
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";
|
|
2733
2733
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2734
2734
|
step: string | number;
|
|
2735
2735
|
format: string | ProgressFn | undefined;
|
|
@@ -2808,7 +2808,7 @@ export declare const PlusPage: {
|
|
|
2808
2808
|
handleUnfold: (e: MouseEvent) => void;
|
|
2809
2809
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2810
2810
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
2811
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
2811
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2812
2812
|
readonly label: string | ComputedRef<string>;
|
|
2813
2813
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2814
2814
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -2822,7 +2822,7 @@ export declare const PlusPage: {
|
|
|
2822
2822
|
style: CSSProperties;
|
|
2823
2823
|
rows: number;
|
|
2824
2824
|
autocomplete: string;
|
|
2825
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
2825
|
+
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";
|
|
2826
2826
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2827
2827
|
step: string | number;
|
|
2828
2828
|
format: string | ProgressFn | undefined;
|
|
@@ -2905,11 +2905,11 @@ export declare const PlusPage: {
|
|
|
2905
2905
|
columnIndex: number;
|
|
2906
2906
|
}) => CSSProperties>;
|
|
2907
2907
|
rowKey: string | ((row: any[]) => string);
|
|
2908
|
+
tableData: RecordType[];
|
|
2909
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
2910
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
2908
2911
|
actionBar: false | Partial< ActionBarProps>;
|
|
2909
|
-
|
|
2910
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2911
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
2912
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2912
|
+
hasIndexColumn: boolean;
|
|
2913
2913
|
titleBar: boolean | Partial<Partial<{
|
|
2914
2914
|
title?: string | undefined;
|
|
2915
2915
|
refresh?: boolean | undefined;
|
|
@@ -2920,20 +2920,20 @@ export declare const PlusPage: {
|
|
|
2920
2920
|
color?: string | undefined;
|
|
2921
2921
|
} | undefined;
|
|
2922
2922
|
}>>;
|
|
2923
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
2924
|
-
tableData: RecordType[];
|
|
2925
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
2926
|
-
hasIndexColumn: boolean;
|
|
2927
2923
|
isSelection: boolean | "radio";
|
|
2928
2924
|
isRadio: boolean;
|
|
2929
2925
|
hasExpand: boolean;
|
|
2930
2926
|
loadingStatus: boolean;
|
|
2931
2927
|
dragSortable: false | Partial< Options>;
|
|
2928
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2929
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2932
2930
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2933
2931
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2934
2932
|
radioProps: Partial< PlusRadioProps>;
|
|
2935
2933
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
2936
2934
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2935
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
2936
|
+
editable: boolean | "click" | "dblclick";
|
|
2937
2937
|
adaptive: boolean | {
|
|
2938
2938
|
offsetBottom?: number | undefined;
|
|
2939
2939
|
timeout?: number | undefined;
|
|
@@ -2948,11 +2948,11 @@ export declare const PlusPage: {
|
|
|
2948
2948
|
columnIndex: number;
|
|
2949
2949
|
}) => CSSProperties>;
|
|
2950
2950
|
readonly rowKey: string | ((row: any[]) => string);
|
|
2951
|
+
readonly tableData: RecordType[];
|
|
2952
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
2953
|
+
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
2951
2954
|
readonly actionBar: false | Partial< ActionBarProps>;
|
|
2952
|
-
readonly
|
|
2953
|
-
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2954
|
-
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
2955
|
-
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2955
|
+
readonly hasIndexColumn: boolean;
|
|
2956
2956
|
readonly titleBar: boolean | Partial<Partial<{
|
|
2957
2957
|
title?: string | undefined;
|
|
2958
2958
|
refresh?: boolean | undefined;
|
|
@@ -2963,18 +2963,18 @@ export declare const PlusPage: {
|
|
|
2963
2963
|
color?: string | undefined;
|
|
2964
2964
|
} | undefined;
|
|
2965
2965
|
}>>;
|
|
2966
|
-
readonly defaultSize: "" | "default" | "small" | "large";
|
|
2967
|
-
readonly tableData: RecordType[];
|
|
2968
|
-
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
2969
|
-
readonly hasIndexColumn: boolean;
|
|
2970
2966
|
readonly isSelection: boolean | "radio";
|
|
2971
2967
|
readonly isRadio: boolean;
|
|
2972
2968
|
readonly hasExpand: boolean;
|
|
2973
2969
|
readonly loadingStatus: boolean;
|
|
2974
2970
|
readonly dragSortable: false | Partial< Options>;
|
|
2971
|
+
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2972
|
+
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2975
2973
|
readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2976
2974
|
readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2977
2975
|
readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
2976
|
+
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
2977
|
+
readonly editable: boolean | "click" | "dblclick";
|
|
2978
2978
|
readonly adaptive: boolean | {
|
|
2979
2979
|
offsetBottom?: number | undefined;
|
|
2980
2980
|
timeout?: number | undefined;
|
|
@@ -2983,16 +2983,16 @@ export declare const PlusPage: {
|
|
|
2983
2983
|
readonly radioProps?: Partial< PlusRadioProps> | undefined;
|
|
2984
2984
|
readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
|
|
2985
2985
|
readonly filterTableHeaderOverflowLabelLength?: number | undefined;
|
|
2986
|
+
onRefresh?: (() => any) | undefined;
|
|
2987
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
2986
2988
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
2987
2989
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
2990
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
2988
2991
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
2992
|
+
onEdited?: (() => any) | undefined;
|
|
2989
2993
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
2990
2994
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
2991
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
2992
|
-
onRefresh?: (() => any) | undefined;
|
|
2993
2995
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
2994
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
2995
|
-
onEdited?: (() => any) | undefined;
|
|
2996
2996
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
2997
2997
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2998
2998
|
columns: {
|
|
@@ -3021,26 +3021,26 @@ export declare const PlusPage: {
|
|
|
3021
3021
|
type: PropType<string | ((row: any[]) => string)>;
|
|
3022
3022
|
default: string;
|
|
3023
3023
|
};
|
|
3024
|
+
tableData: {
|
|
3025
|
+
type: PropType< RecordType[]>;
|
|
3026
|
+
default: () => never[];
|
|
3027
|
+
};
|
|
3028
|
+
defaultSize: {
|
|
3029
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
3030
|
+
default: string;
|
|
3031
|
+
};
|
|
3032
|
+
pagination: {
|
|
3033
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
3034
|
+
default: boolean;
|
|
3035
|
+
};
|
|
3024
3036
|
actionBar: {
|
|
3025
3037
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
3026
3038
|
default: boolean;
|
|
3027
3039
|
};
|
|
3028
|
-
|
|
3029
|
-
type: PropType<boolean
|
|
3040
|
+
hasIndexColumn: {
|
|
3041
|
+
type: PropType<boolean>;
|
|
3030
3042
|
default: boolean;
|
|
3031
3043
|
};
|
|
3032
|
-
indexTableColumnProps: {
|
|
3033
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3034
|
-
default: () => {};
|
|
3035
|
-
};
|
|
3036
|
-
indexContentStyle: {
|
|
3037
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
3038
|
-
default: () => {};
|
|
3039
|
-
};
|
|
3040
|
-
dragSortableTableColumnProps: {
|
|
3041
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3042
|
-
default: () => {};
|
|
3043
|
-
};
|
|
3044
3044
|
titleBar: {
|
|
3045
3045
|
type: PropType<boolean | Partial<Partial<{
|
|
3046
3046
|
title?: string | undefined;
|
|
@@ -3054,22 +3054,6 @@ export declare const PlusPage: {
|
|
|
3054
3054
|
}>>>;
|
|
3055
3055
|
default: boolean;
|
|
3056
3056
|
};
|
|
3057
|
-
defaultSize: {
|
|
3058
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
3059
|
-
default: string;
|
|
3060
|
-
};
|
|
3061
|
-
tableData: {
|
|
3062
|
-
type: PropType< RecordType[]>;
|
|
3063
|
-
default: () => never[];
|
|
3064
|
-
};
|
|
3065
|
-
pagination: {
|
|
3066
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
3067
|
-
default: boolean;
|
|
3068
|
-
};
|
|
3069
|
-
hasIndexColumn: {
|
|
3070
|
-
type: PropType<boolean>;
|
|
3071
|
-
default: boolean;
|
|
3072
|
-
};
|
|
3073
3057
|
isSelection: {
|
|
3074
3058
|
type: PropType<boolean | "radio">;
|
|
3075
3059
|
default: boolean;
|
|
@@ -3090,6 +3074,14 @@ export declare const PlusPage: {
|
|
|
3090
3074
|
type: PropType<false | Partial< Options>>;
|
|
3091
3075
|
default: boolean;
|
|
3092
3076
|
};
|
|
3077
|
+
dragSortableTableColumnProps: {
|
|
3078
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3079
|
+
default: () => {};
|
|
3080
|
+
};
|
|
3081
|
+
indexTableColumnProps: {
|
|
3082
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3083
|
+
default: () => {};
|
|
3084
|
+
};
|
|
3093
3085
|
selectionTableColumnProps: {
|
|
3094
3086
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3095
3087
|
default: () => {
|
|
@@ -3114,6 +3106,14 @@ export declare const PlusPage: {
|
|
|
3114
3106
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3115
3107
|
default: () => {};
|
|
3116
3108
|
};
|
|
3109
|
+
indexContentStyle: {
|
|
3110
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
3111
|
+
default: () => {};
|
|
3112
|
+
};
|
|
3113
|
+
editable: {
|
|
3114
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
3115
|
+
default: boolean;
|
|
3116
|
+
};
|
|
3117
3117
|
adaptive: {
|
|
3118
3118
|
type: PropType<boolean | {
|
|
3119
3119
|
offsetBottom?: number | undefined;
|
|
@@ -3125,18 +3125,18 @@ export declare const PlusPage: {
|
|
|
3125
3125
|
type: PropType<number>;
|
|
3126
3126
|
};
|
|
3127
3127
|
}>> & {
|
|
3128
|
+
onRefresh?: (() => any) | undefined;
|
|
3129
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3128
3130
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3129
3131
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3132
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
3130
3133
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
3134
|
+
onEdited?: (() => any) | undefined;
|
|
3131
3135
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3132
3136
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3133
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
3134
|
-
onRefresh?: (() => any) | undefined;
|
|
3135
3137
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
3136
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3137
|
-
onEdited?: (() => any) | undefined;
|
|
3138
3138
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3139
|
-
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "
|
|
3139
|
+
}, "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">;
|
|
3140
3140
|
$attrs: {
|
|
3141
3141
|
[x: string]: unknown;
|
|
3142
3142
|
};
|
|
@@ -3177,26 +3177,26 @@ export declare const PlusPage: {
|
|
|
3177
3177
|
type: PropType<string | ((row: any[]) => string)>;
|
|
3178
3178
|
default: string;
|
|
3179
3179
|
};
|
|
3180
|
+
tableData: {
|
|
3181
|
+
type: PropType< RecordType[]>;
|
|
3182
|
+
default: () => never[];
|
|
3183
|
+
};
|
|
3184
|
+
defaultSize: {
|
|
3185
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
3186
|
+
default: string;
|
|
3187
|
+
};
|
|
3188
|
+
pagination: {
|
|
3189
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
3190
|
+
default: boolean;
|
|
3191
|
+
};
|
|
3180
3192
|
actionBar: {
|
|
3181
3193
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
3182
3194
|
default: boolean;
|
|
3183
3195
|
};
|
|
3184
|
-
|
|
3185
|
-
type: PropType<boolean
|
|
3196
|
+
hasIndexColumn: {
|
|
3197
|
+
type: PropType<boolean>;
|
|
3186
3198
|
default: boolean;
|
|
3187
3199
|
};
|
|
3188
|
-
indexTableColumnProps: {
|
|
3189
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3190
|
-
default: () => {};
|
|
3191
|
-
};
|
|
3192
|
-
indexContentStyle: {
|
|
3193
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
3194
|
-
default: () => {};
|
|
3195
|
-
};
|
|
3196
|
-
dragSortableTableColumnProps: {
|
|
3197
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3198
|
-
default: () => {};
|
|
3199
|
-
};
|
|
3200
3200
|
titleBar: {
|
|
3201
3201
|
type: PropType<boolean | Partial<Partial<{
|
|
3202
3202
|
title?: string | undefined;
|
|
@@ -3210,22 +3210,6 @@ export declare const PlusPage: {
|
|
|
3210
3210
|
}>>>;
|
|
3211
3211
|
default: boolean;
|
|
3212
3212
|
};
|
|
3213
|
-
defaultSize: {
|
|
3214
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
3215
|
-
default: string;
|
|
3216
|
-
};
|
|
3217
|
-
tableData: {
|
|
3218
|
-
type: PropType< RecordType[]>;
|
|
3219
|
-
default: () => never[];
|
|
3220
|
-
};
|
|
3221
|
-
pagination: {
|
|
3222
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
3223
|
-
default: boolean;
|
|
3224
|
-
};
|
|
3225
|
-
hasIndexColumn: {
|
|
3226
|
-
type: PropType<boolean>;
|
|
3227
|
-
default: boolean;
|
|
3228
|
-
};
|
|
3229
3213
|
isSelection: {
|
|
3230
3214
|
type: PropType<boolean | "radio">;
|
|
3231
3215
|
default: boolean;
|
|
@@ -3246,6 +3230,14 @@ export declare const PlusPage: {
|
|
|
3246
3230
|
type: PropType<false | Partial< Options>>;
|
|
3247
3231
|
default: boolean;
|
|
3248
3232
|
};
|
|
3233
|
+
dragSortableTableColumnProps: {
|
|
3234
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3235
|
+
default: () => {};
|
|
3236
|
+
};
|
|
3237
|
+
indexTableColumnProps: {
|
|
3238
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3239
|
+
default: () => {};
|
|
3240
|
+
};
|
|
3249
3241
|
selectionTableColumnProps: {
|
|
3250
3242
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3251
3243
|
default: () => {
|
|
@@ -3270,10 +3262,18 @@ export declare const PlusPage: {
|
|
|
3270
3262
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3271
3263
|
default: () => {};
|
|
3272
3264
|
};
|
|
3273
|
-
|
|
3274
|
-
type: PropType<
|
|
3275
|
-
|
|
3276
|
-
|
|
3265
|
+
indexContentStyle: {
|
|
3266
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
3267
|
+
default: () => {};
|
|
3268
|
+
};
|
|
3269
|
+
editable: {
|
|
3270
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
3271
|
+
default: boolean;
|
|
3272
|
+
};
|
|
3273
|
+
adaptive: {
|
|
3274
|
+
type: PropType<boolean | {
|
|
3275
|
+
offsetBottom?: number | undefined;
|
|
3276
|
+
timeout?: number | undefined;
|
|
3277
3277
|
}>;
|
|
3278
3278
|
default: boolean;
|
|
3279
3279
|
};
|
|
@@ -3281,16 +3281,16 @@ export declare const PlusPage: {
|
|
|
3281
3281
|
type: PropType<number>;
|
|
3282
3282
|
};
|
|
3283
3283
|
}>> & {
|
|
3284
|
+
onRefresh?: (() => any) | undefined;
|
|
3285
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3284
3286
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3285
3287
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3288
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
3286
3289
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
3290
|
+
onEdited?: (() => any) | undefined;
|
|
3287
3291
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3288
3292
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3289
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
3290
|
-
onRefresh?: (() => any) | undefined;
|
|
3291
3293
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
3292
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3293
|
-
onEdited?: (() => any) | undefined;
|
|
3294
3294
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3295
3295
|
}, {
|
|
3296
3296
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
@@ -3490,7 +3490,7 @@ export declare const PlusPage: {
|
|
|
3490
3490
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
3491
3491
|
setScrollLeft: (left?: number | undefined) => void;
|
|
3492
3492
|
setScrollTop: (top?: number | undefined) => void;
|
|
3493
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
3493
|
+
}, 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<{
|
|
3494
3494
|
data: {
|
|
3495
3495
|
type: PropType<any[]>;
|
|
3496
3496
|
default: () => never[];
|
|
@@ -3865,11 +3865,11 @@ export declare const PlusPage: {
|
|
|
3865
3865
|
columnIndex: number;
|
|
3866
3866
|
}) => CSSProperties>;
|
|
3867
3867
|
rowKey: string | ((row: any[]) => string);
|
|
3868
|
+
tableData: RecordType[];
|
|
3869
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
3870
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
3868
3871
|
actionBar: false | Partial< ActionBarProps>;
|
|
3869
|
-
|
|
3870
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3871
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
3872
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3872
|
+
hasIndexColumn: boolean;
|
|
3873
3873
|
titleBar: boolean | Partial<Partial<{
|
|
3874
3874
|
title?: string | undefined;
|
|
3875
3875
|
refresh?: boolean | undefined;
|
|
@@ -3880,20 +3880,20 @@ export declare const PlusPage: {
|
|
|
3880
3880
|
color?: string | undefined;
|
|
3881
3881
|
} | undefined;
|
|
3882
3882
|
}>>;
|
|
3883
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
3884
|
-
tableData: RecordType[];
|
|
3885
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
3886
|
-
hasIndexColumn: boolean;
|
|
3887
3883
|
isSelection: boolean | "radio";
|
|
3888
3884
|
isRadio: boolean;
|
|
3889
3885
|
hasExpand: boolean;
|
|
3890
3886
|
loadingStatus: boolean;
|
|
3891
3887
|
dragSortable: false | Partial< Options>;
|
|
3888
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3889
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3892
3890
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3893
3891
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3894
3892
|
radioProps: Partial< PlusRadioProps>;
|
|
3895
3893
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
3896
3894
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
3895
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
3896
|
+
editable: boolean | "click" | "dblclick";
|
|
3897
3897
|
adaptive: boolean | {
|
|
3898
3898
|
offsetBottom?: number | undefined;
|
|
3899
3899
|
timeout?: number | undefined;
|
|
@@ -3945,26 +3945,26 @@ export declare const PlusPage: {
|
|
|
3945
3945
|
type: PropType<string | ((row: any[]) => string)>;
|
|
3946
3946
|
default: string;
|
|
3947
3947
|
};
|
|
3948
|
+
tableData: {
|
|
3949
|
+
type: PropType< RecordType[]>;
|
|
3950
|
+
default: () => never[];
|
|
3951
|
+
};
|
|
3952
|
+
defaultSize: {
|
|
3953
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
3954
|
+
default: string;
|
|
3955
|
+
};
|
|
3956
|
+
pagination: {
|
|
3957
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
3958
|
+
default: boolean;
|
|
3959
|
+
};
|
|
3948
3960
|
actionBar: {
|
|
3949
3961
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
3950
3962
|
default: boolean;
|
|
3951
3963
|
};
|
|
3952
|
-
|
|
3953
|
-
type: PropType<boolean
|
|
3964
|
+
hasIndexColumn: {
|
|
3965
|
+
type: PropType<boolean>;
|
|
3954
3966
|
default: boolean;
|
|
3955
3967
|
};
|
|
3956
|
-
indexTableColumnProps: {
|
|
3957
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3958
|
-
default: () => {};
|
|
3959
|
-
};
|
|
3960
|
-
indexContentStyle: {
|
|
3961
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
3962
|
-
default: () => {};
|
|
3963
|
-
};
|
|
3964
|
-
dragSortableTableColumnProps: {
|
|
3965
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
3966
|
-
default: () => {};
|
|
3967
|
-
};
|
|
3968
3968
|
titleBar: {
|
|
3969
3969
|
type: PropType<boolean | Partial<Partial<{
|
|
3970
3970
|
title?: string | undefined;
|
|
@@ -3978,22 +3978,6 @@ export declare const PlusPage: {
|
|
|
3978
3978
|
}>>>;
|
|
3979
3979
|
default: boolean;
|
|
3980
3980
|
};
|
|
3981
|
-
defaultSize: {
|
|
3982
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
3983
|
-
default: string;
|
|
3984
|
-
};
|
|
3985
|
-
tableData: {
|
|
3986
|
-
type: PropType< RecordType[]>;
|
|
3987
|
-
default: () => never[];
|
|
3988
|
-
};
|
|
3989
|
-
pagination: {
|
|
3990
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
3991
|
-
default: boolean;
|
|
3992
|
-
};
|
|
3993
|
-
hasIndexColumn: {
|
|
3994
|
-
type: PropType<boolean>;
|
|
3995
|
-
default: boolean;
|
|
3996
|
-
};
|
|
3997
3981
|
isSelection: {
|
|
3998
3982
|
type: PropType<boolean | "radio">;
|
|
3999
3983
|
default: boolean;
|
|
@@ -4014,6 +3998,14 @@ export declare const PlusPage: {
|
|
|
4014
3998
|
type: PropType<false | Partial< Options>>;
|
|
4015
3999
|
default: boolean;
|
|
4016
4000
|
};
|
|
4001
|
+
dragSortableTableColumnProps: {
|
|
4002
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
4003
|
+
default: () => {};
|
|
4004
|
+
};
|
|
4005
|
+
indexTableColumnProps: {
|
|
4006
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
4007
|
+
default: () => {};
|
|
4008
|
+
};
|
|
4017
4009
|
selectionTableColumnProps: {
|
|
4018
4010
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
4019
4011
|
default: () => {
|
|
@@ -4038,6 +4030,14 @@ export declare const PlusPage: {
|
|
|
4038
4030
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
4039
4031
|
default: () => {};
|
|
4040
4032
|
};
|
|
4033
|
+
indexContentStyle: {
|
|
4034
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
4035
|
+
default: () => {};
|
|
4036
|
+
};
|
|
4037
|
+
editable: {
|
|
4038
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
4039
|
+
default: boolean;
|
|
4040
|
+
};
|
|
4041
4041
|
adaptive: {
|
|
4042
4042
|
type: PropType<boolean | {
|
|
4043
4043
|
offsetBottom?: number | undefined;
|
|
@@ -4049,18 +4049,18 @@ export declare const PlusPage: {
|
|
|
4049
4049
|
type: PropType<number>;
|
|
4050
4050
|
};
|
|
4051
4051
|
}>> & {
|
|
4052
|
+
onRefresh?: (() => any) | undefined;
|
|
4053
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
4052
4054
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
4053
4055
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
4056
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
4054
4057
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
4058
|
+
onEdited?: (() => any) | undefined;
|
|
4055
4059
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
4056
4060
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
4057
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
4058
|
-
onRefresh?: (() => any) | undefined;
|
|
4059
4061
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
4060
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
4061
|
-
onEdited?: (() => any) | undefined;
|
|
4062
4062
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
4063
|
-
}, "
|
|
4063
|
+
}, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
|
|
4064
4064
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
4065
4065
|
tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
4066
4066
|
data: {
|
|
@@ -4258,7 +4258,7 @@ export declare const PlusPage: {
|
|
|
4258
4258
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
4259
4259
|
setScrollLeft: (left?: number | undefined) => void;
|
|
4260
4260
|
setScrollTop: (top?: number | undefined) => void;
|
|
4261
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
4261
|
+
}, 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<{
|
|
4262
4262
|
data: {
|
|
4263
4263
|
type: PropType<any[]>;
|
|
4264
4264
|
default: () => never[];
|
|
@@ -4668,6 +4668,10 @@ export declare const PlusPage: {
|
|
|
4668
4668
|
type: PropType<Partial< PlusTableProps>>;
|
|
4669
4669
|
default: () => {};
|
|
4670
4670
|
};
|
|
4671
|
+
pagination: {
|
|
4672
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
4673
|
+
default: () => {};
|
|
4674
|
+
};
|
|
4671
4675
|
params: {
|
|
4672
4676
|
type: PropType<RecordType>;
|
|
4673
4677
|
default: () => {};
|
|
@@ -4679,10 +4683,6 @@ export declare const PlusPage: {
|
|
|
4679
4683
|
}>>;
|
|
4680
4684
|
required: true;
|
|
4681
4685
|
};
|
|
4682
|
-
pagination: {
|
|
4683
|
-
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
4684
|
-
default: () => {};
|
|
4685
|
-
};
|
|
4686
4686
|
postData: {
|
|
4687
4687
|
type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
|
|
4688
4688
|
default: undefined;
|
|
@@ -4743,8 +4743,8 @@ export declare const PlusPage: {
|
|
|
4743
4743
|
search: false | Partial< PlusSearchProps>;
|
|
4744
4744
|
immediate: boolean;
|
|
4745
4745
|
table: Partial< PlusTableProps>;
|
|
4746
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
4746
4747
|
params: RecordType;
|
|
4747
|
-
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
4748
4748
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
4749
4749
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
4750
4750
|
isCard: boolean;
|
|
@@ -4783,6 +4783,10 @@ export declare const PlusPage: {
|
|
|
4783
4783
|
type: PropType<Partial< PlusTableProps>>;
|
|
4784
4784
|
default: () => {};
|
|
4785
4785
|
};
|
|
4786
|
+
pagination: {
|
|
4787
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
4788
|
+
default: () => {};
|
|
4789
|
+
};
|
|
4786
4790
|
params: {
|
|
4787
4791
|
type: PropType<RecordType>;
|
|
4788
4792
|
default: () => {};
|
|
@@ -4794,10 +4798,6 @@ export declare const PlusPage: {
|
|
|
4794
4798
|
}>>;
|
|
4795
4799
|
required: true;
|
|
4796
4800
|
};
|
|
4797
|
-
pagination: {
|
|
4798
|
-
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
4799
|
-
default: () => {};
|
|
4800
|
-
};
|
|
4801
4801
|
postData: {
|
|
4802
4802
|
type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
|
|
4803
4803
|
default: undefined;
|
|
@@ -4863,9 +4863,9 @@ export declare const PlusPage: {
|
|
|
4863
4863
|
labelPosition: "top" | "right" | "left";
|
|
4864
4864
|
inline: boolean;
|
|
4865
4865
|
showNumber: number;
|
|
4866
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
4867
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
4868
4866
|
defaultValues: FieldValues;
|
|
4867
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
4868
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
4869
4869
|
hasFooter: boolean;
|
|
4870
4870
|
hasReset: boolean;
|
|
4871
4871
|
resetText: string;
|
|
@@ -4881,9 +4881,9 @@ export declare const PlusPage: {
|
|
|
4881
4881
|
readonly modelValue: FieldValues;
|
|
4882
4882
|
readonly inline: boolean;
|
|
4883
4883
|
readonly showNumber: number;
|
|
4884
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
4885
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
4886
4884
|
readonly defaultValues: FieldValues;
|
|
4885
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
4886
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
4887
4887
|
readonly hasFooter: boolean;
|
|
4888
4888
|
readonly hasReset: boolean;
|
|
4889
4889
|
readonly resetText: string;
|
|
@@ -4895,8 +4895,8 @@ export declare const PlusPage: {
|
|
|
4895
4895
|
readonly searchLoading: boolean;
|
|
4896
4896
|
readonly needValidate: boolean;
|
|
4897
4897
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
4898
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4899
4898
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4899
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4900
4900
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4901
4901
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
4902
4902
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -4921,6 +4921,16 @@ export declare const PlusPage: {
|
|
|
4921
4921
|
type: PropType<number>;
|
|
4922
4922
|
default: number;
|
|
4923
4923
|
};
|
|
4924
|
+
defaultValues: {
|
|
4925
|
+
type: PropType<FieldValues>;
|
|
4926
|
+
default: () => {};
|
|
4927
|
+
};
|
|
4928
|
+
rowProps: {
|
|
4929
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
4930
|
+
default: () => {
|
|
4931
|
+
gutter: number;
|
|
4932
|
+
};
|
|
4933
|
+
};
|
|
4924
4934
|
colProps: {
|
|
4925
4935
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
4926
4936
|
default: () => {
|
|
@@ -4931,16 +4941,6 @@ export declare const PlusPage: {
|
|
|
4931
4941
|
xl: number;
|
|
4932
4942
|
};
|
|
4933
4943
|
};
|
|
4934
|
-
rowProps: {
|
|
4935
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
4936
|
-
default: () => {
|
|
4937
|
-
gutter: number;
|
|
4938
|
-
};
|
|
4939
|
-
};
|
|
4940
|
-
defaultValues: {
|
|
4941
|
-
type: PropType<FieldValues>;
|
|
4942
|
-
default: () => {};
|
|
4943
|
-
};
|
|
4944
4944
|
hasFooter: {
|
|
4945
4945
|
type: PropType<boolean>;
|
|
4946
4946
|
default: boolean;
|
|
@@ -4982,12 +4982,12 @@ export declare const PlusPage: {
|
|
|
4982
4982
|
default: boolean;
|
|
4983
4983
|
};
|
|
4984
4984
|
}>> & {
|
|
4985
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4986
4985
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4986
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4987
4987
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4988
4988
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
4989
4989
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
4990
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
4990
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
4991
4991
|
$attrs: {
|
|
4992
4992
|
[x: string]: unknown;
|
|
4993
4993
|
};
|
|
@@ -4999,7 +4999,7 @@ export declare const PlusPage: {
|
|
|
4999
4999
|
}>;
|
|
5000
5000
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5001
5001
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5002
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "
|
|
5002
|
+
$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);
|
|
5003
5003
|
$el: any;
|
|
5004
5004
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5005
5005
|
columns: {
|
|
@@ -5022,6 +5022,16 @@ export declare const PlusPage: {
|
|
|
5022
5022
|
type: PropType<number>;
|
|
5023
5023
|
default: number;
|
|
5024
5024
|
};
|
|
5025
|
+
defaultValues: {
|
|
5026
|
+
type: PropType<FieldValues>;
|
|
5027
|
+
default: () => {};
|
|
5028
|
+
};
|
|
5029
|
+
rowProps: {
|
|
5030
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
5031
|
+
default: () => {
|
|
5032
|
+
gutter: number;
|
|
5033
|
+
};
|
|
5034
|
+
};
|
|
5025
5035
|
colProps: {
|
|
5026
5036
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5027
5037
|
default: () => {
|
|
@@ -5032,16 +5042,6 @@ export declare const PlusPage: {
|
|
|
5032
5042
|
xl: number;
|
|
5033
5043
|
};
|
|
5034
5044
|
};
|
|
5035
|
-
rowProps: {
|
|
5036
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
5037
|
-
default: () => {
|
|
5038
|
-
gutter: number;
|
|
5039
|
-
};
|
|
5040
|
-
};
|
|
5041
|
-
defaultValues: {
|
|
5042
|
-
type: PropType<FieldValues>;
|
|
5043
|
-
default: () => {};
|
|
5044
|
-
};
|
|
5045
5045
|
hasFooter: {
|
|
5046
5046
|
type: PropType<boolean>;
|
|
5047
5047
|
default: boolean;
|
|
@@ -5083,8 +5083,8 @@ export declare const PlusPage: {
|
|
|
5083
5083
|
default: boolean;
|
|
5084
5084
|
};
|
|
5085
5085
|
}>> & {
|
|
5086
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5087
5086
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5087
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5088
5088
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5089
5089
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5090
5090
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -5101,12 +5101,9 @@ export declare const PlusPage: {
|
|
|
5101
5101
|
labelWidth: string | number;
|
|
5102
5102
|
labelSuffix: string;
|
|
5103
5103
|
hasLabel: boolean;
|
|
5104
|
-
clearable: boolean;
|
|
5105
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
5106
|
-
collapseDuration: number;
|
|
5107
|
-
collapseTransition: boolean;
|
|
5108
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
5109
5104
|
defaultValues: FieldValues;
|
|
5105
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
5106
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
5110
5107
|
hasErrorTip: boolean;
|
|
5111
5108
|
hasFooter: boolean;
|
|
5112
5109
|
hasReset: boolean;
|
|
@@ -5116,6 +5113,9 @@ export declare const PlusPage: {
|
|
|
5116
5113
|
footerAlign: "right" | "left" | "center";
|
|
5117
5114
|
cardProps: Partial< Mutable<CardProps>>;
|
|
5118
5115
|
prevent: boolean;
|
|
5116
|
+
collapseDuration: number;
|
|
5117
|
+
collapseTransition: boolean;
|
|
5118
|
+
clearable: boolean;
|
|
5119
5119
|
}> & Omit<{
|
|
5120
5120
|
readonly columns: PlusColumn[];
|
|
5121
5121
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -5125,10 +5125,9 @@ export declare const PlusPage: {
|
|
|
5125
5125
|
readonly labelWidth: string | number;
|
|
5126
5126
|
readonly labelSuffix: string;
|
|
5127
5127
|
readonly hasLabel: boolean;
|
|
5128
|
-
readonly clearable: boolean;
|
|
5129
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
5130
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
5131
5128
|
readonly defaultValues: FieldValues;
|
|
5129
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
5130
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
5132
5131
|
readonly hasErrorTip: boolean;
|
|
5133
5132
|
readonly hasFooter: boolean;
|
|
5134
5133
|
readonly hasReset: boolean;
|
|
@@ -5138,10 +5137,11 @@ export declare const PlusPage: {
|
|
|
5138
5137
|
readonly footerAlign: "right" | "left" | "center";
|
|
5139
5138
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
5140
5139
|
readonly prevent: boolean;
|
|
5140
|
+
readonly clearable: boolean;
|
|
5141
5141
|
readonly collapseDuration?: number | undefined;
|
|
5142
5142
|
readonly collapseTransition?: boolean | undefined;
|
|
5143
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5144
5143
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5144
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5145
5145
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5146
5146
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5147
5147
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -5179,28 +5179,16 @@ export declare const PlusPage: {
|
|
|
5179
5179
|
type: PropType<boolean>;
|
|
5180
5180
|
default: boolean;
|
|
5181
5181
|
};
|
|
5182
|
-
|
|
5183
|
-
type: PropType<
|
|
5184
|
-
default: boolean;
|
|
5185
|
-
};
|
|
5186
|
-
colProps: {
|
|
5187
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5182
|
+
defaultValues: {
|
|
5183
|
+
type: PropType<FieldValues>;
|
|
5188
5184
|
default: () => {};
|
|
5189
5185
|
};
|
|
5190
|
-
collapseDuration: {
|
|
5191
|
-
type: PropType<number>;
|
|
5192
|
-
default: undefined;
|
|
5193
|
-
};
|
|
5194
|
-
collapseTransition: {
|
|
5195
|
-
type: PropType<boolean>;
|
|
5196
|
-
default: undefined;
|
|
5197
|
-
};
|
|
5198
5186
|
rowProps: {
|
|
5199
5187
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
5200
5188
|
default: () => {};
|
|
5201
5189
|
};
|
|
5202
|
-
|
|
5203
|
-
type: PropType<
|
|
5190
|
+
colProps: {
|
|
5191
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5204
5192
|
default: () => {};
|
|
5205
5193
|
};
|
|
5206
5194
|
hasErrorTip: {
|
|
@@ -5239,14 +5227,26 @@ export declare const PlusPage: {
|
|
|
5239
5227
|
type: PropType<boolean>;
|
|
5240
5228
|
default: boolean;
|
|
5241
5229
|
};
|
|
5230
|
+
collapseDuration: {
|
|
5231
|
+
type: PropType<number>;
|
|
5232
|
+
default: undefined;
|
|
5233
|
+
};
|
|
5234
|
+
collapseTransition: {
|
|
5235
|
+
type: PropType<boolean>;
|
|
5236
|
+
default: undefined;
|
|
5237
|
+
};
|
|
5238
|
+
clearable: {
|
|
5239
|
+
type: PropType<boolean>;
|
|
5240
|
+
default: boolean;
|
|
5241
|
+
};
|
|
5242
5242
|
}>> & {
|
|
5243
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5244
5243
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5244
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5245
5245
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5246
5246
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5247
5247
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5248
5248
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5249
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
5249
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
5250
5250
|
$attrs: {
|
|
5251
5251
|
[x: string]: unknown;
|
|
5252
5252
|
};
|
|
@@ -5258,7 +5258,7 @@ export declare const PlusPage: {
|
|
|
5258
5258
|
}>;
|
|
5259
5259
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5260
5260
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5261
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
5261
|
+
$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);
|
|
5262
5262
|
$el: any;
|
|
5263
5263
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5264
5264
|
columns: {
|
|
@@ -5293,28 +5293,16 @@ export declare const PlusPage: {
|
|
|
5293
5293
|
type: PropType<boolean>;
|
|
5294
5294
|
default: boolean;
|
|
5295
5295
|
};
|
|
5296
|
-
|
|
5297
|
-
type: PropType<
|
|
5298
|
-
default: boolean;
|
|
5299
|
-
};
|
|
5300
|
-
colProps: {
|
|
5301
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5296
|
+
defaultValues: {
|
|
5297
|
+
type: PropType<FieldValues>;
|
|
5302
5298
|
default: () => {};
|
|
5303
5299
|
};
|
|
5304
|
-
collapseDuration: {
|
|
5305
|
-
type: PropType<number>;
|
|
5306
|
-
default: undefined;
|
|
5307
|
-
};
|
|
5308
|
-
collapseTransition: {
|
|
5309
|
-
type: PropType<boolean>;
|
|
5310
|
-
default: undefined;
|
|
5311
|
-
};
|
|
5312
5300
|
rowProps: {
|
|
5313
5301
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
5314
5302
|
default: () => {};
|
|
5315
5303
|
};
|
|
5316
|
-
|
|
5317
|
-
type: PropType<
|
|
5304
|
+
colProps: {
|
|
5305
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5318
5306
|
default: () => {};
|
|
5319
5307
|
};
|
|
5320
5308
|
hasErrorTip: {
|
|
@@ -5353,9 +5341,21 @@ export declare const PlusPage: {
|
|
|
5353
5341
|
type: PropType<boolean>;
|
|
5354
5342
|
default: boolean;
|
|
5355
5343
|
};
|
|
5344
|
+
collapseDuration: {
|
|
5345
|
+
type: PropType<number>;
|
|
5346
|
+
default: undefined;
|
|
5347
|
+
};
|
|
5348
|
+
collapseTransition: {
|
|
5349
|
+
type: PropType<boolean>;
|
|
5350
|
+
default: undefined;
|
|
5351
|
+
};
|
|
5352
|
+
clearable: {
|
|
5353
|
+
type: PropType<boolean>;
|
|
5354
|
+
default: boolean;
|
|
5355
|
+
};
|
|
5356
5356
|
}>> & {
|
|
5357
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5358
5357
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5358
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5359
5359
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5360
5360
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5361
5361
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -5661,12 +5661,9 @@ export declare const PlusPage: {
|
|
|
5661
5661
|
labelWidth: string | number;
|
|
5662
5662
|
labelSuffix: string;
|
|
5663
5663
|
hasLabel: boolean;
|
|
5664
|
-
clearable: boolean;
|
|
5665
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
5666
|
-
collapseDuration: number;
|
|
5667
|
-
collapseTransition: boolean;
|
|
5668
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
5669
5664
|
defaultValues: FieldValues;
|
|
5665
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
5666
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
5670
5667
|
hasErrorTip: boolean;
|
|
5671
5668
|
hasFooter: boolean;
|
|
5672
5669
|
hasReset: boolean;
|
|
@@ -5676,6 +5673,9 @@ export declare const PlusPage: {
|
|
|
5676
5673
|
footerAlign: "right" | "left" | "center";
|
|
5677
5674
|
cardProps: Partial< Mutable<CardProps>>;
|
|
5678
5675
|
prevent: boolean;
|
|
5676
|
+
collapseDuration: number;
|
|
5677
|
+
collapseTransition: boolean;
|
|
5678
|
+
clearable: boolean;
|
|
5679
5679
|
}, {}, string, {}> & {
|
|
5680
5680
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
5681
5681
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -5729,28 +5729,16 @@ export declare const PlusPage: {
|
|
|
5729
5729
|
type: PropType<boolean>;
|
|
5730
5730
|
default: boolean;
|
|
5731
5731
|
};
|
|
5732
|
-
|
|
5733
|
-
type: PropType<
|
|
5734
|
-
default: boolean;
|
|
5735
|
-
};
|
|
5736
|
-
colProps: {
|
|
5737
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5732
|
+
defaultValues: {
|
|
5733
|
+
type: PropType<FieldValues>;
|
|
5738
5734
|
default: () => {};
|
|
5739
5735
|
};
|
|
5740
|
-
collapseDuration: {
|
|
5741
|
-
type: PropType<number>;
|
|
5742
|
-
default: undefined;
|
|
5743
|
-
};
|
|
5744
|
-
collapseTransition: {
|
|
5745
|
-
type: PropType<boolean>;
|
|
5746
|
-
default: undefined;
|
|
5747
|
-
};
|
|
5748
5736
|
rowProps: {
|
|
5749
5737
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
5750
5738
|
default: () => {};
|
|
5751
5739
|
};
|
|
5752
|
-
|
|
5753
|
-
type: PropType<
|
|
5740
|
+
colProps: {
|
|
5741
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
5754
5742
|
default: () => {};
|
|
5755
5743
|
};
|
|
5756
5744
|
hasErrorTip: {
|
|
@@ -5789,9 +5777,21 @@ export declare const PlusPage: {
|
|
|
5789
5777
|
type: PropType<boolean>;
|
|
5790
5778
|
default: boolean;
|
|
5791
5779
|
};
|
|
5780
|
+
collapseDuration: {
|
|
5781
|
+
type: PropType<number>;
|
|
5782
|
+
default: undefined;
|
|
5783
|
+
};
|
|
5784
|
+
collapseTransition: {
|
|
5785
|
+
type: PropType<boolean>;
|
|
5786
|
+
default: undefined;
|
|
5787
|
+
};
|
|
5788
|
+
clearable: {
|
|
5789
|
+
type: PropType<boolean>;
|
|
5790
|
+
default: boolean;
|
|
5791
|
+
};
|
|
5792
5792
|
}>> & {
|
|
5793
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5794
5793
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5794
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5795
5795
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5796
5796
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5797
5797
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -6091,7 +6091,7 @@ export declare const PlusPage: {
|
|
|
6091
6091
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6092
6092
|
columns?: PlusColumn[] | undefined;
|
|
6093
6093
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6094
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
6094
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6095
6095
|
readonly label: string | ComputedRef<string>;
|
|
6096
6096
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
6097
6097
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -6105,7 +6105,7 @@ export declare const PlusPage: {
|
|
|
6105
6105
|
style: CSSProperties;
|
|
6106
6106
|
rows: number;
|
|
6107
6107
|
autocomplete: string;
|
|
6108
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
6108
|
+
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";
|
|
6109
6109
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6110
6110
|
step: string | number;
|
|
6111
6111
|
format: string | ProgressFn | undefined;
|
|
@@ -6166,7 +6166,7 @@ export declare const PlusPage: {
|
|
|
6166
6166
|
clearable: boolean;
|
|
6167
6167
|
index: number;
|
|
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;
|
|
@@ -6269,9 +6269,9 @@ export declare const PlusPage: {
|
|
|
6269
6269
|
labelPosition: "top" | "right" | "left";
|
|
6270
6270
|
inline: boolean;
|
|
6271
6271
|
showNumber: number;
|
|
6272
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
6273
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
6274
6272
|
defaultValues: FieldValues;
|
|
6273
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
6274
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
6275
6275
|
hasFooter: boolean;
|
|
6276
6276
|
hasReset: boolean;
|
|
6277
6277
|
resetText: string;
|
|
@@ -6323,6 +6323,16 @@ export declare const PlusPage: {
|
|
|
6323
6323
|
type: PropType<number>;
|
|
6324
6324
|
default: number;
|
|
6325
6325
|
};
|
|
6326
|
+
defaultValues: {
|
|
6327
|
+
type: PropType<FieldValues>;
|
|
6328
|
+
default: () => {};
|
|
6329
|
+
};
|
|
6330
|
+
rowProps: {
|
|
6331
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
6332
|
+
default: () => {
|
|
6333
|
+
gutter: number;
|
|
6334
|
+
};
|
|
6335
|
+
};
|
|
6326
6336
|
colProps: {
|
|
6327
6337
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
6328
6338
|
default: () => {
|
|
@@ -6333,16 +6343,6 @@ export declare const PlusPage: {
|
|
|
6333
6343
|
xl: number;
|
|
6334
6344
|
};
|
|
6335
6345
|
};
|
|
6336
|
-
rowProps: {
|
|
6337
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
6338
|
-
default: () => {
|
|
6339
|
-
gutter: number;
|
|
6340
|
-
};
|
|
6341
|
-
};
|
|
6342
|
-
defaultValues: {
|
|
6343
|
-
type: PropType<FieldValues>;
|
|
6344
|
-
default: () => {};
|
|
6345
|
-
};
|
|
6346
6346
|
hasFooter: {
|
|
6347
6347
|
type: PropType<boolean>;
|
|
6348
6348
|
default: boolean;
|
|
@@ -6384,8 +6384,8 @@ export declare const PlusPage: {
|
|
|
6384
6384
|
default: boolean;
|
|
6385
6385
|
};
|
|
6386
6386
|
}>> & {
|
|
6387
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6388
6387
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6388
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6389
6389
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6390
6390
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
6391
6391
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -6402,12 +6402,9 @@ export declare const PlusPage: {
|
|
|
6402
6402
|
labelWidth: string | number;
|
|
6403
6403
|
labelSuffix: string;
|
|
6404
6404
|
hasLabel: boolean;
|
|
6405
|
-
clearable: boolean;
|
|
6406
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
6407
|
-
collapseDuration: number;
|
|
6408
|
-
collapseTransition: boolean;
|
|
6409
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
6410
6405
|
defaultValues: FieldValues;
|
|
6406
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
6407
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
6411
6408
|
hasErrorTip: boolean;
|
|
6412
6409
|
hasFooter: boolean;
|
|
6413
6410
|
hasReset: boolean;
|
|
@@ -6417,6 +6414,9 @@ export declare const PlusPage: {
|
|
|
6417
6414
|
footerAlign: "right" | "left" | "center";
|
|
6418
6415
|
cardProps: Partial< Mutable<CardProps>>;
|
|
6419
6416
|
prevent: boolean;
|
|
6417
|
+
collapseDuration: number;
|
|
6418
|
+
collapseTransition: boolean;
|
|
6419
|
+
clearable: boolean;
|
|
6420
6420
|
}> & Omit<{
|
|
6421
6421
|
readonly columns: PlusColumn[];
|
|
6422
6422
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -6426,10 +6426,9 @@ export declare const PlusPage: {
|
|
|
6426
6426
|
readonly labelWidth: string | number;
|
|
6427
6427
|
readonly labelSuffix: string;
|
|
6428
6428
|
readonly hasLabel: boolean;
|
|
6429
|
-
readonly clearable: boolean;
|
|
6430
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
6431
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
6432
6429
|
readonly defaultValues: FieldValues;
|
|
6430
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
6431
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
6433
6432
|
readonly hasErrorTip: boolean;
|
|
6434
6433
|
readonly hasFooter: boolean;
|
|
6435
6434
|
readonly hasReset: boolean;
|
|
@@ -6439,10 +6438,11 @@ export declare const PlusPage: {
|
|
|
6439
6438
|
readonly footerAlign: "right" | "left" | "center";
|
|
6440
6439
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
6441
6440
|
readonly prevent: boolean;
|
|
6441
|
+
readonly clearable: boolean;
|
|
6442
6442
|
readonly collapseDuration?: number | undefined;
|
|
6443
6443
|
readonly collapseTransition?: boolean | undefined;
|
|
6444
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6445
6444
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6445
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6446
6446
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6447
6447
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6448
6448
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -6480,28 +6480,16 @@ export declare const PlusPage: {
|
|
|
6480
6480
|
type: PropType<boolean>;
|
|
6481
6481
|
default: boolean;
|
|
6482
6482
|
};
|
|
6483
|
-
|
|
6484
|
-
type: PropType<
|
|
6485
|
-
default: boolean;
|
|
6486
|
-
};
|
|
6487
|
-
colProps: {
|
|
6488
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
6483
|
+
defaultValues: {
|
|
6484
|
+
type: PropType<FieldValues>;
|
|
6489
6485
|
default: () => {};
|
|
6490
6486
|
};
|
|
6491
|
-
collapseDuration: {
|
|
6492
|
-
type: PropType<number>;
|
|
6493
|
-
default: undefined;
|
|
6494
|
-
};
|
|
6495
|
-
collapseTransition: {
|
|
6496
|
-
type: PropType<boolean>;
|
|
6497
|
-
default: undefined;
|
|
6498
|
-
};
|
|
6499
6487
|
rowProps: {
|
|
6500
6488
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
6501
6489
|
default: () => {};
|
|
6502
6490
|
};
|
|
6503
|
-
|
|
6504
|
-
type: PropType<
|
|
6491
|
+
colProps: {
|
|
6492
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
6505
6493
|
default: () => {};
|
|
6506
6494
|
};
|
|
6507
6495
|
hasErrorTip: {
|
|
@@ -6540,14 +6528,26 @@ export declare const PlusPage: {
|
|
|
6540
6528
|
type: PropType<boolean>;
|
|
6541
6529
|
default: boolean;
|
|
6542
6530
|
};
|
|
6531
|
+
collapseDuration: {
|
|
6532
|
+
type: PropType<number>;
|
|
6533
|
+
default: undefined;
|
|
6534
|
+
};
|
|
6535
|
+
collapseTransition: {
|
|
6536
|
+
type: PropType<boolean>;
|
|
6537
|
+
default: undefined;
|
|
6538
|
+
};
|
|
6539
|
+
clearable: {
|
|
6540
|
+
type: PropType<boolean>;
|
|
6541
|
+
default: boolean;
|
|
6542
|
+
};
|
|
6543
6543
|
}>> & {
|
|
6544
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6545
6544
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6545
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6546
6546
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6547
6547
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6548
6548
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6549
6549
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6550
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
6550
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
6551
6551
|
$attrs: {
|
|
6552
6552
|
[x: string]: unknown;
|
|
6553
6553
|
};
|
|
@@ -6559,7 +6559,7 @@ export declare const PlusPage: {
|
|
|
6559
6559
|
}>;
|
|
6560
6560
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
6561
6561
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
6562
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
6562
|
+
$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);
|
|
6563
6563
|
$el: any;
|
|
6564
6564
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
6565
6565
|
columns: {
|
|
@@ -6594,28 +6594,16 @@ export declare const PlusPage: {
|
|
|
6594
6594
|
type: PropType<boolean>;
|
|
6595
6595
|
default: boolean;
|
|
6596
6596
|
};
|
|
6597
|
-
|
|
6598
|
-
type: PropType<
|
|
6599
|
-
default: boolean;
|
|
6600
|
-
};
|
|
6601
|
-
colProps: {
|
|
6602
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
6597
|
+
defaultValues: {
|
|
6598
|
+
type: PropType<FieldValues>;
|
|
6603
6599
|
default: () => {};
|
|
6604
6600
|
};
|
|
6605
|
-
collapseDuration: {
|
|
6606
|
-
type: PropType<number>;
|
|
6607
|
-
default: undefined;
|
|
6608
|
-
};
|
|
6609
|
-
collapseTransition: {
|
|
6610
|
-
type: PropType<boolean>;
|
|
6611
|
-
default: undefined;
|
|
6612
|
-
};
|
|
6613
6601
|
rowProps: {
|
|
6614
6602
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
6615
6603
|
default: () => {};
|
|
6616
6604
|
};
|
|
6617
|
-
|
|
6618
|
-
type: PropType<
|
|
6605
|
+
colProps: {
|
|
6606
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
6619
6607
|
default: () => {};
|
|
6620
6608
|
};
|
|
6621
6609
|
hasErrorTip: {
|
|
@@ -6654,9 +6642,21 @@ export declare const PlusPage: {
|
|
|
6654
6642
|
type: PropType<boolean>;
|
|
6655
6643
|
default: boolean;
|
|
6656
6644
|
};
|
|
6645
|
+
collapseDuration: {
|
|
6646
|
+
type: PropType<number>;
|
|
6647
|
+
default: undefined;
|
|
6648
|
+
};
|
|
6649
|
+
collapseTransition: {
|
|
6650
|
+
type: PropType<boolean>;
|
|
6651
|
+
default: undefined;
|
|
6652
|
+
};
|
|
6653
|
+
clearable: {
|
|
6654
|
+
type: PropType<boolean>;
|
|
6655
|
+
default: boolean;
|
|
6656
|
+
};
|
|
6657
6657
|
}>> & {
|
|
6658
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6659
6658
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6659
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6660
6660
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6661
6661
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6662
6662
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -6962,12 +6962,9 @@ export declare const PlusPage: {
|
|
|
6962
6962
|
labelWidth: string | number;
|
|
6963
6963
|
labelSuffix: string;
|
|
6964
6964
|
hasLabel: boolean;
|
|
6965
|
-
clearable: boolean;
|
|
6966
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
6967
|
-
collapseDuration: number;
|
|
6968
|
-
collapseTransition: boolean;
|
|
6969
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
6970
6965
|
defaultValues: FieldValues;
|
|
6966
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
6967
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
6971
6968
|
hasErrorTip: boolean;
|
|
6972
6969
|
hasFooter: boolean;
|
|
6973
6970
|
hasReset: boolean;
|
|
@@ -6977,6 +6974,9 @@ export declare const PlusPage: {
|
|
|
6977
6974
|
footerAlign: "right" | "left" | "center";
|
|
6978
6975
|
cardProps: Partial< Mutable<CardProps>>;
|
|
6979
6976
|
prevent: boolean;
|
|
6977
|
+
collapseDuration: number;
|
|
6978
|
+
collapseTransition: boolean;
|
|
6979
|
+
clearable: boolean;
|
|
6980
6980
|
}, {}, string, {}> & {
|
|
6981
6981
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
6982
6982
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -7030,28 +7030,16 @@ export declare const PlusPage: {
|
|
|
7030
7030
|
type: PropType<boolean>;
|
|
7031
7031
|
default: boolean;
|
|
7032
7032
|
};
|
|
7033
|
-
|
|
7034
|
-
type: PropType<
|
|
7035
|
-
default: boolean;
|
|
7036
|
-
};
|
|
7037
|
-
colProps: {
|
|
7038
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
7033
|
+
defaultValues: {
|
|
7034
|
+
type: PropType<FieldValues>;
|
|
7039
7035
|
default: () => {};
|
|
7040
7036
|
};
|
|
7041
|
-
collapseDuration: {
|
|
7042
|
-
type: PropType<number>;
|
|
7043
|
-
default: undefined;
|
|
7044
|
-
};
|
|
7045
|
-
collapseTransition: {
|
|
7046
|
-
type: PropType<boolean>;
|
|
7047
|
-
default: undefined;
|
|
7048
|
-
};
|
|
7049
7037
|
rowProps: {
|
|
7050
7038
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
7051
7039
|
default: () => {};
|
|
7052
7040
|
};
|
|
7053
|
-
|
|
7054
|
-
type: PropType<
|
|
7041
|
+
colProps: {
|
|
7042
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
7055
7043
|
default: () => {};
|
|
7056
7044
|
};
|
|
7057
7045
|
hasErrorTip: {
|
|
@@ -7090,9 +7078,21 @@ export declare const PlusPage: {
|
|
|
7090
7078
|
type: PropType<boolean>;
|
|
7091
7079
|
default: boolean;
|
|
7092
7080
|
};
|
|
7081
|
+
collapseDuration: {
|
|
7082
|
+
type: PropType<number>;
|
|
7083
|
+
default: undefined;
|
|
7084
|
+
};
|
|
7085
|
+
collapseTransition: {
|
|
7086
|
+
type: PropType<boolean>;
|
|
7087
|
+
default: undefined;
|
|
7088
|
+
};
|
|
7089
|
+
clearable: {
|
|
7090
|
+
type: PropType<boolean>;
|
|
7091
|
+
default: boolean;
|
|
7092
|
+
};
|
|
7093
7093
|
}>> & {
|
|
7094
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7095
7094
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7095
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7096
7096
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7097
7097
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7098
7098
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -7392,7 +7392,7 @@ export declare const PlusPage: {
|
|
|
7392
7392
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
7393
7393
|
columns?: PlusColumn[] | undefined;
|
|
7394
7394
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7395
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
7395
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
7396
7396
|
readonly label: string | ComputedRef<string>;
|
|
7397
7397
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
7398
7398
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -7406,7 +7406,7 @@ export declare const PlusPage: {
|
|
|
7406
7406
|
style: CSSProperties;
|
|
7407
7407
|
rows: number;
|
|
7408
7408
|
autocomplete: string;
|
|
7409
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
7409
|
+
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";
|
|
7410
7410
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7411
7411
|
step: string | number;
|
|
7412
7412
|
format: string | ProgressFn | undefined;
|
|
@@ -7467,7 +7467,7 @@ export declare const PlusPage: {
|
|
|
7467
7467
|
clearable: boolean;
|
|
7468
7468
|
index: number;
|
|
7469
7469
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7470
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
7470
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
7471
7471
|
readonly label: string | ComputedRef<string>;
|
|
7472
7472
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
7473
7473
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -7481,7 +7481,7 @@ export declare const PlusPage: {
|
|
|
7481
7481
|
style: CSSProperties;
|
|
7482
7482
|
rows: number;
|
|
7483
7483
|
autocomplete: string;
|
|
7484
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
7484
|
+
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";
|
|
7485
7485
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7486
7486
|
step: string | number;
|
|
7487
7487
|
format: string | ProgressFn | undefined;
|
|
@@ -7560,7 +7560,7 @@ export declare const PlusPage: {
|
|
|
7560
7560
|
handleUnfold: (e: MouseEvent) => void;
|
|
7561
7561
|
}> & {} & ComponentCustomProperties & {} & {
|
|
7562
7562
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
7563
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
7563
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
7564
7564
|
readonly label: string | ComputedRef<string>;
|
|
7565
7565
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
7566
7566
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -7574,7 +7574,7 @@ export declare const PlusPage: {
|
|
|
7574
7574
|
style: CSSProperties;
|
|
7575
7575
|
rows: number;
|
|
7576
7576
|
autocomplete: string;
|
|
7577
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
7577
|
+
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";
|
|
7578
7578
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7579
7579
|
step: string | number;
|
|
7580
7580
|
format: string | ProgressFn | undefined;
|
|
@@ -7657,11 +7657,11 @@ export declare const PlusPage: {
|
|
|
7657
7657
|
columnIndex: number;
|
|
7658
7658
|
}) => CSSProperties>;
|
|
7659
7659
|
rowKey: string | ((row: any[]) => string);
|
|
7660
|
+
tableData: RecordType[];
|
|
7661
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
7662
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
7660
7663
|
actionBar: false | Partial< ActionBarProps>;
|
|
7661
|
-
|
|
7662
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7663
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
7664
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7664
|
+
hasIndexColumn: boolean;
|
|
7665
7665
|
titleBar: boolean | Partial<Partial<{
|
|
7666
7666
|
title?: string | undefined;
|
|
7667
7667
|
refresh?: boolean | undefined;
|
|
@@ -7672,20 +7672,20 @@ export declare const PlusPage: {
|
|
|
7672
7672
|
color?: string | undefined;
|
|
7673
7673
|
} | undefined;
|
|
7674
7674
|
}>>;
|
|
7675
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
7676
|
-
tableData: RecordType[];
|
|
7677
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
7678
|
-
hasIndexColumn: boolean;
|
|
7679
7675
|
isSelection: boolean | "radio";
|
|
7680
7676
|
isRadio: boolean;
|
|
7681
7677
|
hasExpand: boolean;
|
|
7682
7678
|
loadingStatus: boolean;
|
|
7683
7679
|
dragSortable: false | Partial< Options>;
|
|
7680
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7681
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7684
7682
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7685
7683
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7686
7684
|
radioProps: Partial< PlusRadioProps>;
|
|
7687
7685
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
7688
7686
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7687
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
7688
|
+
editable: boolean | "click" | "dblclick";
|
|
7689
7689
|
adaptive: boolean | {
|
|
7690
7690
|
offsetBottom?: number | undefined;
|
|
7691
7691
|
timeout?: number | undefined;
|
|
@@ -7700,11 +7700,11 @@ export declare const PlusPage: {
|
|
|
7700
7700
|
columnIndex: number;
|
|
7701
7701
|
}) => CSSProperties>;
|
|
7702
7702
|
readonly rowKey: string | ((row: any[]) => string);
|
|
7703
|
+
readonly tableData: RecordType[];
|
|
7704
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
7705
|
+
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
7703
7706
|
readonly actionBar: false | Partial< ActionBarProps>;
|
|
7704
|
-
readonly
|
|
7705
|
-
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7706
|
-
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
7707
|
-
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7707
|
+
readonly hasIndexColumn: boolean;
|
|
7708
7708
|
readonly titleBar: boolean | Partial<Partial<{
|
|
7709
7709
|
title?: string | undefined;
|
|
7710
7710
|
refresh?: boolean | undefined;
|
|
@@ -7715,18 +7715,18 @@ export declare const PlusPage: {
|
|
|
7715
7715
|
color?: string | undefined;
|
|
7716
7716
|
} | undefined;
|
|
7717
7717
|
}>>;
|
|
7718
|
-
readonly defaultSize: "" | "default" | "small" | "large";
|
|
7719
|
-
readonly tableData: RecordType[];
|
|
7720
|
-
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
7721
|
-
readonly hasIndexColumn: boolean;
|
|
7722
7718
|
readonly isSelection: boolean | "radio";
|
|
7723
7719
|
readonly isRadio: boolean;
|
|
7724
7720
|
readonly hasExpand: boolean;
|
|
7725
7721
|
readonly loadingStatus: boolean;
|
|
7726
7722
|
readonly dragSortable: false | Partial< Options>;
|
|
7723
|
+
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7724
|
+
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7727
7725
|
readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7728
7726
|
readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7729
7727
|
readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
7728
|
+
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
7729
|
+
readonly editable: boolean | "click" | "dblclick";
|
|
7730
7730
|
readonly adaptive: boolean | {
|
|
7731
7731
|
offsetBottom?: number | undefined;
|
|
7732
7732
|
timeout?: number | undefined;
|
|
@@ -7735,16 +7735,16 @@ export declare const PlusPage: {
|
|
|
7735
7735
|
readonly radioProps?: Partial< PlusRadioProps> | undefined;
|
|
7736
7736
|
readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
|
|
7737
7737
|
readonly filterTableHeaderOverflowLabelLength?: number | undefined;
|
|
7738
|
+
onRefresh?: (() => any) | undefined;
|
|
7739
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
7738
7740
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
7739
7741
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
7742
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
7740
7743
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
7744
|
+
onEdited?: (() => any) | undefined;
|
|
7741
7745
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
7742
7746
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
7743
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
7744
|
-
onRefresh?: (() => any) | undefined;
|
|
7745
7747
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
7746
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
7747
|
-
onEdited?: (() => any) | undefined;
|
|
7748
7748
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
7749
7749
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7750
7750
|
columns: {
|
|
@@ -7773,26 +7773,26 @@ export declare const PlusPage: {
|
|
|
7773
7773
|
type: PropType<string | ((row: any[]) => string)>;
|
|
7774
7774
|
default: string;
|
|
7775
7775
|
};
|
|
7776
|
+
tableData: {
|
|
7777
|
+
type: PropType< RecordType[]>;
|
|
7778
|
+
default: () => never[];
|
|
7779
|
+
};
|
|
7780
|
+
defaultSize: {
|
|
7781
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
7782
|
+
default: string;
|
|
7783
|
+
};
|
|
7784
|
+
pagination: {
|
|
7785
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
7786
|
+
default: boolean;
|
|
7787
|
+
};
|
|
7776
7788
|
actionBar: {
|
|
7777
7789
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
7778
7790
|
default: boolean;
|
|
7779
7791
|
};
|
|
7780
|
-
|
|
7781
|
-
type: PropType<boolean
|
|
7792
|
+
hasIndexColumn: {
|
|
7793
|
+
type: PropType<boolean>;
|
|
7782
7794
|
default: boolean;
|
|
7783
7795
|
};
|
|
7784
|
-
indexTableColumnProps: {
|
|
7785
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7786
|
-
default: () => {};
|
|
7787
|
-
};
|
|
7788
|
-
indexContentStyle: {
|
|
7789
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
7790
|
-
default: () => {};
|
|
7791
|
-
};
|
|
7792
|
-
dragSortableTableColumnProps: {
|
|
7793
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7794
|
-
default: () => {};
|
|
7795
|
-
};
|
|
7796
7796
|
titleBar: {
|
|
7797
7797
|
type: PropType<boolean | Partial<Partial<{
|
|
7798
7798
|
title?: string | undefined;
|
|
@@ -7806,22 +7806,6 @@ export declare const PlusPage: {
|
|
|
7806
7806
|
}>>>;
|
|
7807
7807
|
default: boolean;
|
|
7808
7808
|
};
|
|
7809
|
-
defaultSize: {
|
|
7810
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
7811
|
-
default: string;
|
|
7812
|
-
};
|
|
7813
|
-
tableData: {
|
|
7814
|
-
type: PropType< RecordType[]>;
|
|
7815
|
-
default: () => never[];
|
|
7816
|
-
};
|
|
7817
|
-
pagination: {
|
|
7818
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
7819
|
-
default: boolean;
|
|
7820
|
-
};
|
|
7821
|
-
hasIndexColumn: {
|
|
7822
|
-
type: PropType<boolean>;
|
|
7823
|
-
default: boolean;
|
|
7824
|
-
};
|
|
7825
7809
|
isSelection: {
|
|
7826
7810
|
type: PropType<boolean | "radio">;
|
|
7827
7811
|
default: boolean;
|
|
@@ -7842,6 +7826,14 @@ export declare const PlusPage: {
|
|
|
7842
7826
|
type: PropType<false | Partial< Options>>;
|
|
7843
7827
|
default: boolean;
|
|
7844
7828
|
};
|
|
7829
|
+
dragSortableTableColumnProps: {
|
|
7830
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7831
|
+
default: () => {};
|
|
7832
|
+
};
|
|
7833
|
+
indexTableColumnProps: {
|
|
7834
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7835
|
+
default: () => {};
|
|
7836
|
+
};
|
|
7845
7837
|
selectionTableColumnProps: {
|
|
7846
7838
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7847
7839
|
default: () => {
|
|
@@ -7866,6 +7858,14 @@ export declare const PlusPage: {
|
|
|
7866
7858
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7867
7859
|
default: () => {};
|
|
7868
7860
|
};
|
|
7861
|
+
indexContentStyle: {
|
|
7862
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
7863
|
+
default: () => {};
|
|
7864
|
+
};
|
|
7865
|
+
editable: {
|
|
7866
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
7867
|
+
default: boolean;
|
|
7868
|
+
};
|
|
7869
7869
|
adaptive: {
|
|
7870
7870
|
type: PropType<boolean | {
|
|
7871
7871
|
offsetBottom?: number | undefined;
|
|
@@ -7877,18 +7877,18 @@ export declare const PlusPage: {
|
|
|
7877
7877
|
type: PropType<number>;
|
|
7878
7878
|
};
|
|
7879
7879
|
}>> & {
|
|
7880
|
+
onRefresh?: (() => any) | undefined;
|
|
7881
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
7880
7882
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
7881
7883
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
7884
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
7882
7885
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
7886
|
+
onEdited?: (() => any) | undefined;
|
|
7883
7887
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
7884
7888
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
7885
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
7886
|
-
onRefresh?: (() => any) | undefined;
|
|
7887
7889
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
7888
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
7889
|
-
onEdited?: (() => any) | undefined;
|
|
7890
7890
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
7891
|
-
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "
|
|
7891
|
+
}, "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">;
|
|
7892
7892
|
$attrs: {
|
|
7893
7893
|
[x: string]: unknown;
|
|
7894
7894
|
};
|
|
@@ -7929,26 +7929,26 @@ export declare const PlusPage: {
|
|
|
7929
7929
|
type: PropType<string | ((row: any[]) => string)>;
|
|
7930
7930
|
default: string;
|
|
7931
7931
|
};
|
|
7932
|
+
tableData: {
|
|
7933
|
+
type: PropType< RecordType[]>;
|
|
7934
|
+
default: () => never[];
|
|
7935
|
+
};
|
|
7936
|
+
defaultSize: {
|
|
7937
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
7938
|
+
default: string;
|
|
7939
|
+
};
|
|
7940
|
+
pagination: {
|
|
7941
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
7942
|
+
default: boolean;
|
|
7943
|
+
};
|
|
7932
7944
|
actionBar: {
|
|
7933
7945
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
7934
7946
|
default: boolean;
|
|
7935
7947
|
};
|
|
7936
|
-
|
|
7937
|
-
type: PropType<boolean
|
|
7948
|
+
hasIndexColumn: {
|
|
7949
|
+
type: PropType<boolean>;
|
|
7938
7950
|
default: boolean;
|
|
7939
7951
|
};
|
|
7940
|
-
indexTableColumnProps: {
|
|
7941
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7942
|
-
default: () => {};
|
|
7943
|
-
};
|
|
7944
|
-
indexContentStyle: {
|
|
7945
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
7946
|
-
default: () => {};
|
|
7947
|
-
};
|
|
7948
|
-
dragSortableTableColumnProps: {
|
|
7949
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7950
|
-
default: () => {};
|
|
7951
|
-
};
|
|
7952
7952
|
titleBar: {
|
|
7953
7953
|
type: PropType<boolean | Partial<Partial<{
|
|
7954
7954
|
title?: string | undefined;
|
|
@@ -7962,22 +7962,6 @@ export declare const PlusPage: {
|
|
|
7962
7962
|
}>>>;
|
|
7963
7963
|
default: boolean;
|
|
7964
7964
|
};
|
|
7965
|
-
defaultSize: {
|
|
7966
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
7967
|
-
default: string;
|
|
7968
|
-
};
|
|
7969
|
-
tableData: {
|
|
7970
|
-
type: PropType< RecordType[]>;
|
|
7971
|
-
default: () => never[];
|
|
7972
|
-
};
|
|
7973
|
-
pagination: {
|
|
7974
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
7975
|
-
default: boolean;
|
|
7976
|
-
};
|
|
7977
|
-
hasIndexColumn: {
|
|
7978
|
-
type: PropType<boolean>;
|
|
7979
|
-
default: boolean;
|
|
7980
|
-
};
|
|
7981
7965
|
isSelection: {
|
|
7982
7966
|
type: PropType<boolean | "radio">;
|
|
7983
7967
|
default: boolean;
|
|
@@ -7998,6 +7982,14 @@ export declare const PlusPage: {
|
|
|
7998
7982
|
type: PropType<false | Partial< Options>>;
|
|
7999
7983
|
default: boolean;
|
|
8000
7984
|
};
|
|
7985
|
+
dragSortableTableColumnProps: {
|
|
7986
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7987
|
+
default: () => {};
|
|
7988
|
+
};
|
|
7989
|
+
indexTableColumnProps: {
|
|
7990
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
7991
|
+
default: () => {};
|
|
7992
|
+
};
|
|
8001
7993
|
selectionTableColumnProps: {
|
|
8002
7994
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8003
7995
|
default: () => {
|
|
@@ -8022,6 +8014,14 @@ export declare const PlusPage: {
|
|
|
8022
8014
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8023
8015
|
default: () => {};
|
|
8024
8016
|
};
|
|
8017
|
+
indexContentStyle: {
|
|
8018
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
8019
|
+
default: () => {};
|
|
8020
|
+
};
|
|
8021
|
+
editable: {
|
|
8022
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
8023
|
+
default: boolean;
|
|
8024
|
+
};
|
|
8025
8025
|
adaptive: {
|
|
8026
8026
|
type: PropType<boolean | {
|
|
8027
8027
|
offsetBottom?: number | undefined;
|
|
@@ -8033,16 +8033,16 @@ export declare const PlusPage: {
|
|
|
8033
8033
|
type: PropType<number>;
|
|
8034
8034
|
};
|
|
8035
8035
|
}>> & {
|
|
8036
|
+
onRefresh?: (() => any) | undefined;
|
|
8037
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
8036
8038
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
8037
8039
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
8040
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
8038
8041
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
8042
|
+
onEdited?: (() => any) | undefined;
|
|
8039
8043
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
8040
8044
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
8041
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
8042
|
-
onRefresh?: (() => any) | undefined;
|
|
8043
8045
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
8044
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
8045
|
-
onEdited?: (() => any) | undefined;
|
|
8046
8046
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
8047
8047
|
}, {
|
|
8048
8048
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
@@ -8242,7 +8242,7 @@ export declare const PlusPage: {
|
|
|
8242
8242
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
8243
8243
|
setScrollLeft: (left?: number | undefined) => void;
|
|
8244
8244
|
setScrollTop: (top?: number | undefined) => void;
|
|
8245
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
8245
|
+
}, 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<{
|
|
8246
8246
|
data: {
|
|
8247
8247
|
type: PropType<any[]>;
|
|
8248
8248
|
default: () => never[];
|
|
@@ -8617,11 +8617,11 @@ export declare const PlusPage: {
|
|
|
8617
8617
|
columnIndex: number;
|
|
8618
8618
|
}) => CSSProperties>;
|
|
8619
8619
|
rowKey: string | ((row: any[]) => string);
|
|
8620
|
+
tableData: RecordType[];
|
|
8621
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
8622
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
8620
8623
|
actionBar: false | Partial< ActionBarProps>;
|
|
8621
|
-
|
|
8622
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8623
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
8624
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8624
|
+
hasIndexColumn: boolean;
|
|
8625
8625
|
titleBar: boolean | Partial<Partial<{
|
|
8626
8626
|
title?: string | undefined;
|
|
8627
8627
|
refresh?: boolean | undefined;
|
|
@@ -8632,20 +8632,20 @@ export declare const PlusPage: {
|
|
|
8632
8632
|
color?: string | undefined;
|
|
8633
8633
|
} | undefined;
|
|
8634
8634
|
}>>;
|
|
8635
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
8636
|
-
tableData: RecordType[];
|
|
8637
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
8638
|
-
hasIndexColumn: boolean;
|
|
8639
8635
|
isSelection: boolean | "radio";
|
|
8640
8636
|
isRadio: boolean;
|
|
8641
8637
|
hasExpand: boolean;
|
|
8642
8638
|
loadingStatus: boolean;
|
|
8643
8639
|
dragSortable: false | Partial< Options>;
|
|
8640
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8641
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8644
8642
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8645
8643
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8646
8644
|
radioProps: Partial< PlusRadioProps>;
|
|
8647
8645
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
8648
8646
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
8647
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
8648
|
+
editable: boolean | "click" | "dblclick";
|
|
8649
8649
|
adaptive: boolean | {
|
|
8650
8650
|
offsetBottom?: number | undefined;
|
|
8651
8651
|
timeout?: number | undefined;
|
|
@@ -8697,26 +8697,26 @@ export declare const PlusPage: {
|
|
|
8697
8697
|
type: PropType<string | ((row: any[]) => string)>;
|
|
8698
8698
|
default: string;
|
|
8699
8699
|
};
|
|
8700
|
+
tableData: {
|
|
8701
|
+
type: PropType< RecordType[]>;
|
|
8702
|
+
default: () => never[];
|
|
8703
|
+
};
|
|
8704
|
+
defaultSize: {
|
|
8705
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
8706
|
+
default: string;
|
|
8707
|
+
};
|
|
8708
|
+
pagination: {
|
|
8709
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
8710
|
+
default: boolean;
|
|
8711
|
+
};
|
|
8700
8712
|
actionBar: {
|
|
8701
8713
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
8702
8714
|
default: boolean;
|
|
8703
8715
|
};
|
|
8704
|
-
|
|
8705
|
-
type: PropType<boolean
|
|
8716
|
+
hasIndexColumn: {
|
|
8717
|
+
type: PropType<boolean>;
|
|
8706
8718
|
default: boolean;
|
|
8707
8719
|
};
|
|
8708
|
-
indexTableColumnProps: {
|
|
8709
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8710
|
-
default: () => {};
|
|
8711
|
-
};
|
|
8712
|
-
indexContentStyle: {
|
|
8713
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
8714
|
-
default: () => {};
|
|
8715
|
-
};
|
|
8716
|
-
dragSortableTableColumnProps: {
|
|
8717
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8718
|
-
default: () => {};
|
|
8719
|
-
};
|
|
8720
8720
|
titleBar: {
|
|
8721
8721
|
type: PropType<boolean | Partial<Partial<{
|
|
8722
8722
|
title?: string | undefined;
|
|
@@ -8730,22 +8730,6 @@ export declare const PlusPage: {
|
|
|
8730
8730
|
}>>>;
|
|
8731
8731
|
default: boolean;
|
|
8732
8732
|
};
|
|
8733
|
-
defaultSize: {
|
|
8734
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
8735
|
-
default: string;
|
|
8736
|
-
};
|
|
8737
|
-
tableData: {
|
|
8738
|
-
type: PropType< RecordType[]>;
|
|
8739
|
-
default: () => never[];
|
|
8740
|
-
};
|
|
8741
|
-
pagination: {
|
|
8742
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
8743
|
-
default: boolean;
|
|
8744
|
-
};
|
|
8745
|
-
hasIndexColumn: {
|
|
8746
|
-
type: PropType<boolean>;
|
|
8747
|
-
default: boolean;
|
|
8748
|
-
};
|
|
8749
8733
|
isSelection: {
|
|
8750
8734
|
type: PropType<boolean | "radio">;
|
|
8751
8735
|
default: boolean;
|
|
@@ -8766,6 +8750,14 @@ export declare const PlusPage: {
|
|
|
8766
8750
|
type: PropType<false | Partial< Options>>;
|
|
8767
8751
|
default: boolean;
|
|
8768
8752
|
};
|
|
8753
|
+
dragSortableTableColumnProps: {
|
|
8754
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8755
|
+
default: () => {};
|
|
8756
|
+
};
|
|
8757
|
+
indexTableColumnProps: {
|
|
8758
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8759
|
+
default: () => {};
|
|
8760
|
+
};
|
|
8769
8761
|
selectionTableColumnProps: {
|
|
8770
8762
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8771
8763
|
default: () => {
|
|
@@ -8790,6 +8782,14 @@ export declare const PlusPage: {
|
|
|
8790
8782
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
8791
8783
|
default: () => {};
|
|
8792
8784
|
};
|
|
8785
|
+
indexContentStyle: {
|
|
8786
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
8787
|
+
default: () => {};
|
|
8788
|
+
};
|
|
8789
|
+
editable: {
|
|
8790
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
8791
|
+
default: boolean;
|
|
8792
|
+
};
|
|
8793
8793
|
adaptive: {
|
|
8794
8794
|
type: PropType<boolean | {
|
|
8795
8795
|
offsetBottom?: number | undefined;
|
|
@@ -8801,18 +8801,18 @@ export declare const PlusPage: {
|
|
|
8801
8801
|
type: PropType<number>;
|
|
8802
8802
|
};
|
|
8803
8803
|
}>> & {
|
|
8804
|
+
onRefresh?: (() => any) | undefined;
|
|
8805
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
8804
8806
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
8805
8807
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
8808
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
8806
8809
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
8810
|
+
onEdited?: (() => any) | undefined;
|
|
8807
8811
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
8808
8812
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
8809
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
8810
|
-
onRefresh?: (() => any) | undefined;
|
|
8811
8813
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
8812
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
8813
|
-
onEdited?: (() => any) | undefined;
|
|
8814
8814
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
8815
|
-
}, "
|
|
8815
|
+
}, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
|
|
8816
8816
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
8817
8817
|
tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
8818
8818
|
data: {
|
|
@@ -9010,7 +9010,7 @@ export declare const PlusPage: {
|
|
|
9010
9010
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
9011
9011
|
setScrollLeft: (left?: number | undefined) => void;
|
|
9012
9012
|
setScrollTop: (top?: number | undefined) => void;
|
|
9013
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
9013
|
+
}, 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<{
|
|
9014
9014
|
data: {
|
|
9015
9015
|
type: PropType<any[]>;
|
|
9016
9016
|
default: () => never[];
|
|
@@ -9401,8 +9401,8 @@ export declare const PlusPage: {
|
|
|
9401
9401
|
search: false | Partial< PlusSearchProps>;
|
|
9402
9402
|
immediate: boolean;
|
|
9403
9403
|
table: Partial< PlusTableProps>;
|
|
9404
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
9404
9405
|
params: RecordType;
|
|
9405
|
-
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
9406
9406
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
9407
9407
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
9408
9408
|
isCard: boolean;
|
|
@@ -9438,6 +9438,10 @@ export declare const PlusPage: {
|
|
|
9438
9438
|
type: PropType<Partial< PlusTableProps>>;
|
|
9439
9439
|
default: () => {};
|
|
9440
9440
|
};
|
|
9441
|
+
pagination: {
|
|
9442
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
9443
|
+
default: () => {};
|
|
9444
|
+
};
|
|
9441
9445
|
params: {
|
|
9442
9446
|
type: PropType<RecordType>;
|
|
9443
9447
|
default: () => {};
|
|
@@ -9449,10 +9453,6 @@ export declare const PlusPage: {
|
|
|
9449
9453
|
}>>;
|
|
9450
9454
|
required: true;
|
|
9451
9455
|
};
|
|
9452
|
-
pagination: {
|
|
9453
|
-
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
9454
|
-
default: () => {};
|
|
9455
|
-
};
|
|
9456
9456
|
postData: {
|
|
9457
9457
|
type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
|
|
9458
9458
|
default: undefined;
|
|
@@ -9518,9 +9518,9 @@ export declare const PlusPage: {
|
|
|
9518
9518
|
labelPosition: "top" | "right" | "left";
|
|
9519
9519
|
inline: boolean;
|
|
9520
9520
|
showNumber: number;
|
|
9521
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
9522
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
9523
9521
|
defaultValues: FieldValues;
|
|
9522
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
9523
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
9524
9524
|
hasFooter: boolean;
|
|
9525
9525
|
hasReset: boolean;
|
|
9526
9526
|
resetText: string;
|
|
@@ -9536,9 +9536,9 @@ export declare const PlusPage: {
|
|
|
9536
9536
|
readonly modelValue: FieldValues;
|
|
9537
9537
|
readonly inline: boolean;
|
|
9538
9538
|
readonly showNumber: number;
|
|
9539
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
9540
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
9541
9539
|
readonly defaultValues: FieldValues;
|
|
9540
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
9541
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
9542
9542
|
readonly hasFooter: boolean;
|
|
9543
9543
|
readonly hasReset: boolean;
|
|
9544
9544
|
readonly resetText: string;
|
|
@@ -9550,8 +9550,8 @@ export declare const PlusPage: {
|
|
|
9550
9550
|
readonly searchLoading: boolean;
|
|
9551
9551
|
readonly needValidate: boolean;
|
|
9552
9552
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
9553
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9554
9553
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
9554
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9555
9555
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
9556
9556
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
9557
9557
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -9576,6 +9576,16 @@ export declare const PlusPage: {
|
|
|
9576
9576
|
type: PropType<number>;
|
|
9577
9577
|
default: number;
|
|
9578
9578
|
};
|
|
9579
|
+
defaultValues: {
|
|
9580
|
+
type: PropType<FieldValues>;
|
|
9581
|
+
default: () => {};
|
|
9582
|
+
};
|
|
9583
|
+
rowProps: {
|
|
9584
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9585
|
+
default: () => {
|
|
9586
|
+
gutter: number;
|
|
9587
|
+
};
|
|
9588
|
+
};
|
|
9579
9589
|
colProps: {
|
|
9580
9590
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
9581
9591
|
default: () => {
|
|
@@ -9586,16 +9596,6 @@ export declare const PlusPage: {
|
|
|
9586
9596
|
xl: number;
|
|
9587
9597
|
};
|
|
9588
9598
|
};
|
|
9589
|
-
rowProps: {
|
|
9590
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9591
|
-
default: () => {
|
|
9592
|
-
gutter: number;
|
|
9593
|
-
};
|
|
9594
|
-
};
|
|
9595
|
-
defaultValues: {
|
|
9596
|
-
type: PropType<FieldValues>;
|
|
9597
|
-
default: () => {};
|
|
9598
|
-
};
|
|
9599
9599
|
hasFooter: {
|
|
9600
9600
|
type: PropType<boolean>;
|
|
9601
9601
|
default: boolean;
|
|
@@ -9637,12 +9637,12 @@ export declare const PlusPage: {
|
|
|
9637
9637
|
default: boolean;
|
|
9638
9638
|
};
|
|
9639
9639
|
}>> & {
|
|
9640
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9641
9640
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
9641
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9642
9642
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
9643
9643
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
9644
9644
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
9645
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "
|
|
9645
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
9646
9646
|
$attrs: {
|
|
9647
9647
|
[x: string]: unknown;
|
|
9648
9648
|
};
|
|
@@ -9654,7 +9654,7 @@ export declare const PlusPage: {
|
|
|
9654
9654
|
}>;
|
|
9655
9655
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
9656
9656
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
9657
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "
|
|
9657
|
+
$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);
|
|
9658
9658
|
$el: any;
|
|
9659
9659
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
9660
9660
|
columns: {
|
|
@@ -9677,6 +9677,16 @@ export declare const PlusPage: {
|
|
|
9677
9677
|
type: PropType<number>;
|
|
9678
9678
|
default: number;
|
|
9679
9679
|
};
|
|
9680
|
+
defaultValues: {
|
|
9681
|
+
type: PropType<FieldValues>;
|
|
9682
|
+
default: () => {};
|
|
9683
|
+
};
|
|
9684
|
+
rowProps: {
|
|
9685
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9686
|
+
default: () => {
|
|
9687
|
+
gutter: number;
|
|
9688
|
+
};
|
|
9689
|
+
};
|
|
9680
9690
|
colProps: {
|
|
9681
9691
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
9682
9692
|
default: () => {
|
|
@@ -9687,16 +9697,6 @@ export declare const PlusPage: {
|
|
|
9687
9697
|
xl: number;
|
|
9688
9698
|
};
|
|
9689
9699
|
};
|
|
9690
|
-
rowProps: {
|
|
9691
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9692
|
-
default: () => {
|
|
9693
|
-
gutter: number;
|
|
9694
|
-
};
|
|
9695
|
-
};
|
|
9696
|
-
defaultValues: {
|
|
9697
|
-
type: PropType<FieldValues>;
|
|
9698
|
-
default: () => {};
|
|
9699
|
-
};
|
|
9700
9700
|
hasFooter: {
|
|
9701
9701
|
type: PropType<boolean>;
|
|
9702
9702
|
default: boolean;
|
|
@@ -9738,8 +9738,8 @@ export declare const PlusPage: {
|
|
|
9738
9738
|
default: boolean;
|
|
9739
9739
|
};
|
|
9740
9740
|
}>> & {
|
|
9741
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9742
9741
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
9742
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9743
9743
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
9744
9744
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
9745
9745
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -9756,12 +9756,9 @@ export declare const PlusPage: {
|
|
|
9756
9756
|
labelWidth: string | number;
|
|
9757
9757
|
labelSuffix: string;
|
|
9758
9758
|
hasLabel: boolean;
|
|
9759
|
-
clearable: boolean;
|
|
9760
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
9761
|
-
collapseDuration: number;
|
|
9762
|
-
collapseTransition: boolean;
|
|
9763
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
9764
9759
|
defaultValues: FieldValues;
|
|
9760
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
9761
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
9765
9762
|
hasErrorTip: boolean;
|
|
9766
9763
|
hasFooter: boolean;
|
|
9767
9764
|
hasReset: boolean;
|
|
@@ -9771,6 +9768,9 @@ export declare const PlusPage: {
|
|
|
9771
9768
|
footerAlign: "right" | "left" | "center";
|
|
9772
9769
|
cardProps: Partial< Mutable<CardProps>>;
|
|
9773
9770
|
prevent: boolean;
|
|
9771
|
+
collapseDuration: number;
|
|
9772
|
+
collapseTransition: boolean;
|
|
9773
|
+
clearable: boolean;
|
|
9774
9774
|
}> & Omit<{
|
|
9775
9775
|
readonly columns: PlusColumn[];
|
|
9776
9776
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -9780,10 +9780,9 @@ export declare const PlusPage: {
|
|
|
9780
9780
|
readonly labelWidth: string | number;
|
|
9781
9781
|
readonly labelSuffix: string;
|
|
9782
9782
|
readonly hasLabel: boolean;
|
|
9783
|
-
readonly clearable: boolean;
|
|
9784
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
9785
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
9786
9783
|
readonly defaultValues: FieldValues;
|
|
9784
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
9785
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
9787
9786
|
readonly hasErrorTip: boolean;
|
|
9788
9787
|
readonly hasFooter: boolean;
|
|
9789
9788
|
readonly hasReset: boolean;
|
|
@@ -9793,10 +9792,11 @@ export declare const PlusPage: {
|
|
|
9793
9792
|
readonly footerAlign: "right" | "left" | "center";
|
|
9794
9793
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
9795
9794
|
readonly prevent: boolean;
|
|
9795
|
+
readonly clearable: boolean;
|
|
9796
9796
|
readonly collapseDuration?: number | undefined;
|
|
9797
9797
|
readonly collapseTransition?: boolean | undefined;
|
|
9798
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9799
9798
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
9799
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9800
9800
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
9801
9801
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
9802
9802
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -9834,28 +9834,16 @@ export declare const PlusPage: {
|
|
|
9834
9834
|
type: PropType<boolean>;
|
|
9835
9835
|
default: boolean;
|
|
9836
9836
|
};
|
|
9837
|
-
|
|
9838
|
-
type: PropType<
|
|
9839
|
-
default: boolean;
|
|
9840
|
-
};
|
|
9841
|
-
colProps: {
|
|
9842
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
9837
|
+
defaultValues: {
|
|
9838
|
+
type: PropType<FieldValues>;
|
|
9843
9839
|
default: () => {};
|
|
9844
9840
|
};
|
|
9845
|
-
collapseDuration: {
|
|
9846
|
-
type: PropType<number>;
|
|
9847
|
-
default: undefined;
|
|
9848
|
-
};
|
|
9849
|
-
collapseTransition: {
|
|
9850
|
-
type: PropType<boolean>;
|
|
9851
|
-
default: undefined;
|
|
9852
|
-
};
|
|
9853
9841
|
rowProps: {
|
|
9854
9842
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9855
9843
|
default: () => {};
|
|
9856
9844
|
};
|
|
9857
|
-
|
|
9858
|
-
type: PropType<
|
|
9845
|
+
colProps: {
|
|
9846
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
9859
9847
|
default: () => {};
|
|
9860
9848
|
};
|
|
9861
9849
|
hasErrorTip: {
|
|
@@ -9894,14 +9882,26 @@ export declare const PlusPage: {
|
|
|
9894
9882
|
type: PropType<boolean>;
|
|
9895
9883
|
default: boolean;
|
|
9896
9884
|
};
|
|
9885
|
+
collapseDuration: {
|
|
9886
|
+
type: PropType<number>;
|
|
9887
|
+
default: undefined;
|
|
9888
|
+
};
|
|
9889
|
+
collapseTransition: {
|
|
9890
|
+
type: PropType<boolean>;
|
|
9891
|
+
default: undefined;
|
|
9892
|
+
};
|
|
9893
|
+
clearable: {
|
|
9894
|
+
type: PropType<boolean>;
|
|
9895
|
+
default: boolean;
|
|
9896
|
+
};
|
|
9897
9897
|
}>> & {
|
|
9898
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9899
9898
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
9899
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
9900
9900
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
9901
9901
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
9902
9902
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
9903
9903
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
9904
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
9904
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
9905
9905
|
$attrs: {
|
|
9906
9906
|
[x: string]: unknown;
|
|
9907
9907
|
};
|
|
@@ -9913,7 +9913,7 @@ export declare const PlusPage: {
|
|
|
9913
9913
|
}>;
|
|
9914
9914
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
9915
9915
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
9916
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
9916
|
+
$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);
|
|
9917
9917
|
$el: any;
|
|
9918
9918
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
9919
9919
|
columns: {
|
|
@@ -9948,28 +9948,16 @@ export declare const PlusPage: {
|
|
|
9948
9948
|
type: PropType<boolean>;
|
|
9949
9949
|
default: boolean;
|
|
9950
9950
|
};
|
|
9951
|
-
|
|
9952
|
-
type: PropType<
|
|
9953
|
-
default: boolean;
|
|
9954
|
-
};
|
|
9955
|
-
colProps: {
|
|
9956
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
9951
|
+
defaultValues: {
|
|
9952
|
+
type: PropType<FieldValues>;
|
|
9957
9953
|
default: () => {};
|
|
9958
9954
|
};
|
|
9959
|
-
collapseDuration: {
|
|
9960
|
-
type: PropType<number>;
|
|
9961
|
-
default: undefined;
|
|
9962
|
-
};
|
|
9963
|
-
collapseTransition: {
|
|
9964
|
-
type: PropType<boolean>;
|
|
9965
|
-
default: undefined;
|
|
9966
|
-
};
|
|
9967
9955
|
rowProps: {
|
|
9968
9956
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
9969
9957
|
default: () => {};
|
|
9970
9958
|
};
|
|
9971
|
-
|
|
9972
|
-
type: PropType<
|
|
9959
|
+
colProps: {
|
|
9960
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
9973
9961
|
default: () => {};
|
|
9974
9962
|
};
|
|
9975
9963
|
hasErrorTip: {
|
|
@@ -10008,9 +9996,21 @@ export declare const PlusPage: {
|
|
|
10008
9996
|
type: PropType<boolean>;
|
|
10009
9997
|
default: boolean;
|
|
10010
9998
|
};
|
|
9999
|
+
collapseDuration: {
|
|
10000
|
+
type: PropType<number>;
|
|
10001
|
+
default: undefined;
|
|
10002
|
+
};
|
|
10003
|
+
collapseTransition: {
|
|
10004
|
+
type: PropType<boolean>;
|
|
10005
|
+
default: undefined;
|
|
10006
|
+
};
|
|
10007
|
+
clearable: {
|
|
10008
|
+
type: PropType<boolean>;
|
|
10009
|
+
default: boolean;
|
|
10010
|
+
};
|
|
10011
10011
|
}>> & {
|
|
10012
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10013
10012
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10013
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10014
10014
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10015
10015
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10016
10016
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -10316,12 +10316,9 @@ export declare const PlusPage: {
|
|
|
10316
10316
|
labelWidth: string | number;
|
|
10317
10317
|
labelSuffix: string;
|
|
10318
10318
|
hasLabel: boolean;
|
|
10319
|
-
clearable: boolean;
|
|
10320
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
10321
|
-
collapseDuration: number;
|
|
10322
|
-
collapseTransition: boolean;
|
|
10323
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
10324
10319
|
defaultValues: FieldValues;
|
|
10320
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
10321
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
10325
10322
|
hasErrorTip: boolean;
|
|
10326
10323
|
hasFooter: boolean;
|
|
10327
10324
|
hasReset: boolean;
|
|
@@ -10331,6 +10328,9 @@ export declare const PlusPage: {
|
|
|
10331
10328
|
footerAlign: "right" | "left" | "center";
|
|
10332
10329
|
cardProps: Partial< Mutable<CardProps>>;
|
|
10333
10330
|
prevent: boolean;
|
|
10331
|
+
collapseDuration: number;
|
|
10332
|
+
collapseTransition: boolean;
|
|
10333
|
+
clearable: boolean;
|
|
10334
10334
|
}, {}, string, {}> & {
|
|
10335
10335
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
10336
10336
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -10384,28 +10384,16 @@ export declare const PlusPage: {
|
|
|
10384
10384
|
type: PropType<boolean>;
|
|
10385
10385
|
default: boolean;
|
|
10386
10386
|
};
|
|
10387
|
-
|
|
10388
|
-
type: PropType<
|
|
10389
|
-
default: boolean;
|
|
10390
|
-
};
|
|
10391
|
-
colProps: {
|
|
10392
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
10387
|
+
defaultValues: {
|
|
10388
|
+
type: PropType<FieldValues>;
|
|
10393
10389
|
default: () => {};
|
|
10394
10390
|
};
|
|
10395
|
-
collapseDuration: {
|
|
10396
|
-
type: PropType<number>;
|
|
10397
|
-
default: undefined;
|
|
10398
|
-
};
|
|
10399
|
-
collapseTransition: {
|
|
10400
|
-
type: PropType<boolean>;
|
|
10401
|
-
default: undefined;
|
|
10402
|
-
};
|
|
10403
10391
|
rowProps: {
|
|
10404
10392
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
10405
10393
|
default: () => {};
|
|
10406
10394
|
};
|
|
10407
|
-
|
|
10408
|
-
type: PropType<
|
|
10395
|
+
colProps: {
|
|
10396
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
10409
10397
|
default: () => {};
|
|
10410
10398
|
};
|
|
10411
10399
|
hasErrorTip: {
|
|
@@ -10444,9 +10432,21 @@ export declare const PlusPage: {
|
|
|
10444
10432
|
type: PropType<boolean>;
|
|
10445
10433
|
default: boolean;
|
|
10446
10434
|
};
|
|
10435
|
+
collapseDuration: {
|
|
10436
|
+
type: PropType<number>;
|
|
10437
|
+
default: undefined;
|
|
10438
|
+
};
|
|
10439
|
+
collapseTransition: {
|
|
10440
|
+
type: PropType<boolean>;
|
|
10441
|
+
default: undefined;
|
|
10442
|
+
};
|
|
10443
|
+
clearable: {
|
|
10444
|
+
type: PropType<boolean>;
|
|
10445
|
+
default: boolean;
|
|
10446
|
+
};
|
|
10447
10447
|
}>> & {
|
|
10448
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10449
10448
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10449
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10450
10450
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10451
10451
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10452
10452
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -10746,7 +10746,7 @@ export declare const PlusPage: {
|
|
|
10746
10746
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
10747
10747
|
columns?: PlusColumn[] | undefined;
|
|
10748
10748
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
10749
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
10749
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
10750
10750
|
readonly label: string | ComputedRef<string>;
|
|
10751
10751
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
10752
10752
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -10760,7 +10760,7 @@ export declare const PlusPage: {
|
|
|
10760
10760
|
style: CSSProperties;
|
|
10761
10761
|
rows: number;
|
|
10762
10762
|
autocomplete: string;
|
|
10763
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
10763
|
+
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";
|
|
10764
10764
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10765
10765
|
step: string | number;
|
|
10766
10766
|
format: string | ProgressFn | undefined;
|
|
@@ -10821,7 +10821,7 @@ export declare const PlusPage: {
|
|
|
10821
10821
|
clearable: boolean;
|
|
10822
10822
|
index: number;
|
|
10823
10823
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
10824
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
10824
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
10825
10825
|
readonly label: string | ComputedRef<string>;
|
|
10826
10826
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
10827
10827
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -10835,7 +10835,7 @@ export declare const PlusPage: {
|
|
|
10835
10835
|
style: CSSProperties;
|
|
10836
10836
|
rows: number;
|
|
10837
10837
|
autocomplete: string;
|
|
10838
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
10838
|
+
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";
|
|
10839
10839
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10840
10840
|
step: string | number;
|
|
10841
10841
|
format: string | ProgressFn | undefined;
|
|
@@ -10924,9 +10924,9 @@ export declare const PlusPage: {
|
|
|
10924
10924
|
labelPosition: "top" | "right" | "left";
|
|
10925
10925
|
inline: boolean;
|
|
10926
10926
|
showNumber: number;
|
|
10927
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
10928
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
10929
10927
|
defaultValues: FieldValues;
|
|
10928
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
10929
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
10930
10930
|
hasFooter: boolean;
|
|
10931
10931
|
hasReset: boolean;
|
|
10932
10932
|
resetText: string;
|
|
@@ -10978,6 +10978,16 @@ export declare const PlusPage: {
|
|
|
10978
10978
|
type: PropType<number>;
|
|
10979
10979
|
default: number;
|
|
10980
10980
|
};
|
|
10981
|
+
defaultValues: {
|
|
10982
|
+
type: PropType<FieldValues>;
|
|
10983
|
+
default: () => {};
|
|
10984
|
+
};
|
|
10985
|
+
rowProps: {
|
|
10986
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
10987
|
+
default: () => {
|
|
10988
|
+
gutter: number;
|
|
10989
|
+
};
|
|
10990
|
+
};
|
|
10981
10991
|
colProps: {
|
|
10982
10992
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
10983
10993
|
default: () => {
|
|
@@ -10988,16 +10998,6 @@ export declare const PlusPage: {
|
|
|
10988
10998
|
xl: number;
|
|
10989
10999
|
};
|
|
10990
11000
|
};
|
|
10991
|
-
rowProps: {
|
|
10992
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
10993
|
-
default: () => {
|
|
10994
|
-
gutter: number;
|
|
10995
|
-
};
|
|
10996
|
-
};
|
|
10997
|
-
defaultValues: {
|
|
10998
|
-
type: PropType<FieldValues>;
|
|
10999
|
-
default: () => {};
|
|
11000
|
-
};
|
|
11001
11001
|
hasFooter: {
|
|
11002
11002
|
type: PropType<boolean>;
|
|
11003
11003
|
default: boolean;
|
|
@@ -11039,8 +11039,8 @@ export declare const PlusPage: {
|
|
|
11039
11039
|
default: boolean;
|
|
11040
11040
|
};
|
|
11041
11041
|
}>> & {
|
|
11042
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11043
11042
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11043
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11044
11044
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11045
11045
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
11046
11046
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -11057,12 +11057,9 @@ export declare const PlusPage: {
|
|
|
11057
11057
|
labelWidth: string | number;
|
|
11058
11058
|
labelSuffix: string;
|
|
11059
11059
|
hasLabel: boolean;
|
|
11060
|
-
clearable: boolean;
|
|
11061
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
11062
|
-
collapseDuration: number;
|
|
11063
|
-
collapseTransition: boolean;
|
|
11064
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
11065
11060
|
defaultValues: FieldValues;
|
|
11061
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
11062
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
11066
11063
|
hasErrorTip: boolean;
|
|
11067
11064
|
hasFooter: boolean;
|
|
11068
11065
|
hasReset: boolean;
|
|
@@ -11072,6 +11069,9 @@ export declare const PlusPage: {
|
|
|
11072
11069
|
footerAlign: "right" | "left" | "center";
|
|
11073
11070
|
cardProps: Partial< Mutable<CardProps>>;
|
|
11074
11071
|
prevent: boolean;
|
|
11072
|
+
collapseDuration: number;
|
|
11073
|
+
collapseTransition: boolean;
|
|
11074
|
+
clearable: boolean;
|
|
11075
11075
|
}> & Omit<{
|
|
11076
11076
|
readonly columns: PlusColumn[];
|
|
11077
11077
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -11081,10 +11081,9 @@ export declare const PlusPage: {
|
|
|
11081
11081
|
readonly labelWidth: string | number;
|
|
11082
11082
|
readonly labelSuffix: string;
|
|
11083
11083
|
readonly hasLabel: boolean;
|
|
11084
|
-
readonly clearable: boolean;
|
|
11085
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
11086
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
11087
11084
|
readonly defaultValues: FieldValues;
|
|
11085
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
11086
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
11088
11087
|
readonly hasErrorTip: boolean;
|
|
11089
11088
|
readonly hasFooter: boolean;
|
|
11090
11089
|
readonly hasReset: boolean;
|
|
@@ -11094,10 +11093,11 @@ export declare const PlusPage: {
|
|
|
11094
11093
|
readonly footerAlign: "right" | "left" | "center";
|
|
11095
11094
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
11096
11095
|
readonly prevent: boolean;
|
|
11096
|
+
readonly clearable: boolean;
|
|
11097
11097
|
readonly collapseDuration?: number | undefined;
|
|
11098
11098
|
readonly collapseTransition?: boolean | undefined;
|
|
11099
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11100
11099
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11100
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11101
11101
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11102
11102
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11103
11103
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -11135,28 +11135,16 @@ export declare const PlusPage: {
|
|
|
11135
11135
|
type: PropType<boolean>;
|
|
11136
11136
|
default: boolean;
|
|
11137
11137
|
};
|
|
11138
|
-
|
|
11139
|
-
type: PropType<
|
|
11140
|
-
default: boolean;
|
|
11141
|
-
};
|
|
11142
|
-
colProps: {
|
|
11143
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11138
|
+
defaultValues: {
|
|
11139
|
+
type: PropType<FieldValues>;
|
|
11144
11140
|
default: () => {};
|
|
11145
11141
|
};
|
|
11146
|
-
collapseDuration: {
|
|
11147
|
-
type: PropType<number>;
|
|
11148
|
-
default: undefined;
|
|
11149
|
-
};
|
|
11150
|
-
collapseTransition: {
|
|
11151
|
-
type: PropType<boolean>;
|
|
11152
|
-
default: undefined;
|
|
11153
|
-
};
|
|
11154
11142
|
rowProps: {
|
|
11155
11143
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
11156
11144
|
default: () => {};
|
|
11157
11145
|
};
|
|
11158
|
-
|
|
11159
|
-
type: PropType<
|
|
11146
|
+
colProps: {
|
|
11147
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11160
11148
|
default: () => {};
|
|
11161
11149
|
};
|
|
11162
11150
|
hasErrorTip: {
|
|
@@ -11195,14 +11183,26 @@ export declare const PlusPage: {
|
|
|
11195
11183
|
type: PropType<boolean>;
|
|
11196
11184
|
default: boolean;
|
|
11197
11185
|
};
|
|
11186
|
+
collapseDuration: {
|
|
11187
|
+
type: PropType<number>;
|
|
11188
|
+
default: undefined;
|
|
11189
|
+
};
|
|
11190
|
+
collapseTransition: {
|
|
11191
|
+
type: PropType<boolean>;
|
|
11192
|
+
default: undefined;
|
|
11193
|
+
};
|
|
11194
|
+
clearable: {
|
|
11195
|
+
type: PropType<boolean>;
|
|
11196
|
+
default: boolean;
|
|
11197
|
+
};
|
|
11198
11198
|
}>> & {
|
|
11199
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11200
11199
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11200
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11201
11201
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11202
11202
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11203
11203
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
11204
11204
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
11205
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
11205
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
11206
11206
|
$attrs: {
|
|
11207
11207
|
[x: string]: unknown;
|
|
11208
11208
|
};
|
|
@@ -11214,7 +11214,7 @@ export declare const PlusPage: {
|
|
|
11214
11214
|
}>;
|
|
11215
11215
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
11216
11216
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
11217
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
11217
|
+
$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);
|
|
11218
11218
|
$el: any;
|
|
11219
11219
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
11220
11220
|
columns: {
|
|
@@ -11249,28 +11249,16 @@ export declare const PlusPage: {
|
|
|
11249
11249
|
type: PropType<boolean>;
|
|
11250
11250
|
default: boolean;
|
|
11251
11251
|
};
|
|
11252
|
-
|
|
11253
|
-
type: PropType<
|
|
11254
|
-
default: boolean;
|
|
11255
|
-
};
|
|
11256
|
-
colProps: {
|
|
11257
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11252
|
+
defaultValues: {
|
|
11253
|
+
type: PropType<FieldValues>;
|
|
11258
11254
|
default: () => {};
|
|
11259
11255
|
};
|
|
11260
|
-
collapseDuration: {
|
|
11261
|
-
type: PropType<number>;
|
|
11262
|
-
default: undefined;
|
|
11263
|
-
};
|
|
11264
|
-
collapseTransition: {
|
|
11265
|
-
type: PropType<boolean>;
|
|
11266
|
-
default: undefined;
|
|
11267
|
-
};
|
|
11268
11256
|
rowProps: {
|
|
11269
11257
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
11270
11258
|
default: () => {};
|
|
11271
11259
|
};
|
|
11272
|
-
|
|
11273
|
-
type: PropType<
|
|
11260
|
+
colProps: {
|
|
11261
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11274
11262
|
default: () => {};
|
|
11275
11263
|
};
|
|
11276
11264
|
hasErrorTip: {
|
|
@@ -11309,9 +11297,21 @@ export declare const PlusPage: {
|
|
|
11309
11297
|
type: PropType<boolean>;
|
|
11310
11298
|
default: boolean;
|
|
11311
11299
|
};
|
|
11300
|
+
collapseDuration: {
|
|
11301
|
+
type: PropType<number>;
|
|
11302
|
+
default: undefined;
|
|
11303
|
+
};
|
|
11304
|
+
collapseTransition: {
|
|
11305
|
+
type: PropType<boolean>;
|
|
11306
|
+
default: undefined;
|
|
11307
|
+
};
|
|
11308
|
+
clearable: {
|
|
11309
|
+
type: PropType<boolean>;
|
|
11310
|
+
default: boolean;
|
|
11311
|
+
};
|
|
11312
11312
|
}>> & {
|
|
11313
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11314
11313
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11314
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11315
11315
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11316
11316
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11317
11317
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -11617,13 +11617,10 @@ export declare const PlusPage: {
|
|
|
11617
11617
|
labelWidth: string | number;
|
|
11618
11618
|
labelSuffix: string;
|
|
11619
11619
|
hasLabel: boolean;
|
|
11620
|
-
clearable: boolean;
|
|
11621
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
11622
|
-
collapseDuration: number;
|
|
11623
|
-
collapseTransition: boolean;
|
|
11624
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
11625
11620
|
defaultValues: FieldValues;
|
|
11626
|
-
|
|
11621
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
11622
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
11623
|
+
hasErrorTip: boolean;
|
|
11627
11624
|
hasFooter: boolean;
|
|
11628
11625
|
hasReset: boolean;
|
|
11629
11626
|
submitText: string;
|
|
@@ -11632,6 +11629,9 @@ export declare const PlusPage: {
|
|
|
11632
11629
|
footerAlign: "right" | "left" | "center";
|
|
11633
11630
|
cardProps: Partial< Mutable<CardProps>>;
|
|
11634
11631
|
prevent: boolean;
|
|
11632
|
+
collapseDuration: number;
|
|
11633
|
+
collapseTransition: boolean;
|
|
11634
|
+
clearable: boolean;
|
|
11635
11635
|
}, {}, string, {}> & {
|
|
11636
11636
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
11637
11637
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -11685,28 +11685,16 @@ export declare const PlusPage: {
|
|
|
11685
11685
|
type: PropType<boolean>;
|
|
11686
11686
|
default: boolean;
|
|
11687
11687
|
};
|
|
11688
|
-
|
|
11689
|
-
type: PropType<
|
|
11690
|
-
default: boolean;
|
|
11691
|
-
};
|
|
11692
|
-
colProps: {
|
|
11693
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11688
|
+
defaultValues: {
|
|
11689
|
+
type: PropType<FieldValues>;
|
|
11694
11690
|
default: () => {};
|
|
11695
11691
|
};
|
|
11696
|
-
collapseDuration: {
|
|
11697
|
-
type: PropType<number>;
|
|
11698
|
-
default: undefined;
|
|
11699
|
-
};
|
|
11700
|
-
collapseTransition: {
|
|
11701
|
-
type: PropType<boolean>;
|
|
11702
|
-
default: undefined;
|
|
11703
|
-
};
|
|
11704
11692
|
rowProps: {
|
|
11705
11693
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
11706
11694
|
default: () => {};
|
|
11707
11695
|
};
|
|
11708
|
-
|
|
11709
|
-
type: PropType<
|
|
11696
|
+
colProps: {
|
|
11697
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
11710
11698
|
default: () => {};
|
|
11711
11699
|
};
|
|
11712
11700
|
hasErrorTip: {
|
|
@@ -11745,9 +11733,21 @@ export declare const PlusPage: {
|
|
|
11745
11733
|
type: PropType<boolean>;
|
|
11746
11734
|
default: boolean;
|
|
11747
11735
|
};
|
|
11736
|
+
collapseDuration: {
|
|
11737
|
+
type: PropType<number>;
|
|
11738
|
+
default: undefined;
|
|
11739
|
+
};
|
|
11740
|
+
collapseTransition: {
|
|
11741
|
+
type: PropType<boolean>;
|
|
11742
|
+
default: undefined;
|
|
11743
|
+
};
|
|
11744
|
+
clearable: {
|
|
11745
|
+
type: PropType<boolean>;
|
|
11746
|
+
default: boolean;
|
|
11747
|
+
};
|
|
11748
11748
|
}>> & {
|
|
11749
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11750
11749
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11750
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11751
11751
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11752
11752
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11753
11753
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -12047,7 +12047,7 @@ export declare const PlusPage: {
|
|
|
12047
12047
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
12048
12048
|
columns?: PlusColumn[] | undefined;
|
|
12049
12049
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
12050
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
12050
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
12051
12051
|
readonly label: string | ComputedRef<string>;
|
|
12052
12052
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
12053
12053
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -12061,7 +12061,7 @@ export declare const PlusPage: {
|
|
|
12061
12061
|
style: CSSProperties;
|
|
12062
12062
|
rows: number;
|
|
12063
12063
|
autocomplete: string;
|
|
12064
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
12064
|
+
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";
|
|
12065
12065
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
12066
12066
|
step: string | number;
|
|
12067
12067
|
format: string | ProgressFn | undefined;
|
|
@@ -12122,7 +12122,7 @@ export declare const PlusPage: {
|
|
|
12122
12122
|
clearable: boolean;
|
|
12123
12123
|
index: number;
|
|
12124
12124
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
12125
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
12125
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
12126
12126
|
readonly label: string | ComputedRef<string>;
|
|
12127
12127
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
12128
12128
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -12136,7 +12136,7 @@ export declare const PlusPage: {
|
|
|
12136
12136
|
style: CSSProperties;
|
|
12137
12137
|
rows: number;
|
|
12138
12138
|
autocomplete: string;
|
|
12139
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
12139
|
+
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";
|
|
12140
12140
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
12141
12141
|
step: string | number;
|
|
12142
12142
|
format: string | ProgressFn | undefined;
|
|
@@ -12215,7 +12215,7 @@ export declare const PlusPage: {
|
|
|
12215
12215
|
handleUnfold: (e: MouseEvent) => void;
|
|
12216
12216
|
}> & {} & ComponentCustomProperties & {} & {
|
|
12217
12217
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
12218
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
12218
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
12219
12219
|
readonly label: string | ComputedRef<string>;
|
|
12220
12220
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
12221
12221
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -12229,7 +12229,7 @@ export declare const PlusPage: {
|
|
|
12229
12229
|
style: CSSProperties;
|
|
12230
12230
|
rows: number;
|
|
12231
12231
|
autocomplete: string;
|
|
12232
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
12232
|
+
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";
|
|
12233
12233
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
12234
12234
|
step: string | number;
|
|
12235
12235
|
format: string | ProgressFn | undefined;
|
|
@@ -12312,11 +12312,11 @@ export declare const PlusPage: {
|
|
|
12312
12312
|
columnIndex: number;
|
|
12313
12313
|
}) => CSSProperties>;
|
|
12314
12314
|
rowKey: string | ((row: any[]) => string);
|
|
12315
|
+
tableData: RecordType[];
|
|
12316
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
12317
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
12315
12318
|
actionBar: false | Partial< ActionBarProps>;
|
|
12316
|
-
|
|
12317
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12318
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
12319
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12319
|
+
hasIndexColumn: boolean;
|
|
12320
12320
|
titleBar: boolean | Partial<Partial<{
|
|
12321
12321
|
title?: string | undefined;
|
|
12322
12322
|
refresh?: boolean | undefined;
|
|
@@ -12327,20 +12327,20 @@ export declare const PlusPage: {
|
|
|
12327
12327
|
color?: string | undefined;
|
|
12328
12328
|
} | undefined;
|
|
12329
12329
|
}>>;
|
|
12330
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
12331
|
-
tableData: RecordType[];
|
|
12332
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
12333
|
-
hasIndexColumn: boolean;
|
|
12334
12330
|
isSelection: boolean | "radio";
|
|
12335
12331
|
isRadio: boolean;
|
|
12336
12332
|
hasExpand: boolean;
|
|
12337
12333
|
loadingStatus: boolean;
|
|
12338
12334
|
dragSortable: false | Partial< Options>;
|
|
12335
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12336
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12339
12337
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12340
12338
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12341
12339
|
radioProps: Partial< PlusRadioProps>;
|
|
12342
12340
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
12343
12341
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12342
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
12343
|
+
editable: boolean | "click" | "dblclick";
|
|
12344
12344
|
adaptive: boolean | {
|
|
12345
12345
|
offsetBottom?: number | undefined;
|
|
12346
12346
|
timeout?: number | undefined;
|
|
@@ -12355,11 +12355,11 @@ export declare const PlusPage: {
|
|
|
12355
12355
|
columnIndex: number;
|
|
12356
12356
|
}) => CSSProperties>;
|
|
12357
12357
|
readonly rowKey: string | ((row: any[]) => string);
|
|
12358
|
+
readonly tableData: RecordType[];
|
|
12359
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
12360
|
+
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
12358
12361
|
readonly actionBar: false | Partial< ActionBarProps>;
|
|
12359
|
-
readonly
|
|
12360
|
-
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12361
|
-
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
12362
|
-
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12362
|
+
readonly hasIndexColumn: boolean;
|
|
12363
12363
|
readonly titleBar: boolean | Partial<Partial<{
|
|
12364
12364
|
title?: string | undefined;
|
|
12365
12365
|
refresh?: boolean | undefined;
|
|
@@ -12370,18 +12370,18 @@ export declare const PlusPage: {
|
|
|
12370
12370
|
color?: string | undefined;
|
|
12371
12371
|
} | undefined;
|
|
12372
12372
|
}>>;
|
|
12373
|
-
readonly defaultSize: "" | "default" | "small" | "large";
|
|
12374
|
-
readonly tableData: RecordType[];
|
|
12375
|
-
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
12376
|
-
readonly hasIndexColumn: boolean;
|
|
12377
12373
|
readonly isSelection: boolean | "radio";
|
|
12378
12374
|
readonly isRadio: boolean;
|
|
12379
12375
|
readonly hasExpand: boolean;
|
|
12380
12376
|
readonly loadingStatus: boolean;
|
|
12381
12377
|
readonly dragSortable: false | Partial< Options>;
|
|
12378
|
+
readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12379
|
+
readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12382
12380
|
readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12383
12381
|
readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12384
12382
|
readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
12383
|
+
readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
12384
|
+
readonly editable: boolean | "click" | "dblclick";
|
|
12385
12385
|
readonly adaptive: boolean | {
|
|
12386
12386
|
offsetBottom?: number | undefined;
|
|
12387
12387
|
timeout?: number | undefined;
|
|
@@ -12390,16 +12390,16 @@ export declare const PlusPage: {
|
|
|
12390
12390
|
readonly radioProps?: Partial< PlusRadioProps> | undefined;
|
|
12391
12391
|
readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
|
|
12392
12392
|
readonly filterTableHeaderOverflowLabelLength?: number | undefined;
|
|
12393
|
+
onRefresh?: (() => any) | undefined;
|
|
12394
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12393
12395
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12394
12396
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12397
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12395
12398
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
12399
|
+
onEdited?: (() => any) | undefined;
|
|
12396
12400
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12397
12401
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12398
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12399
|
-
onRefresh?: (() => any) | undefined;
|
|
12400
12402
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
12401
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12402
|
-
onEdited?: (() => any) | undefined;
|
|
12403
12403
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
12404
12404
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
12405
12405
|
columns: {
|
|
@@ -12428,26 +12428,26 @@ export declare const PlusPage: {
|
|
|
12428
12428
|
type: PropType<string | ((row: any[]) => string)>;
|
|
12429
12429
|
default: string;
|
|
12430
12430
|
};
|
|
12431
|
+
tableData: {
|
|
12432
|
+
type: PropType< RecordType[]>;
|
|
12433
|
+
default: () => never[];
|
|
12434
|
+
};
|
|
12435
|
+
defaultSize: {
|
|
12436
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
12437
|
+
default: string;
|
|
12438
|
+
};
|
|
12439
|
+
pagination: {
|
|
12440
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
12441
|
+
default: boolean;
|
|
12442
|
+
};
|
|
12431
12443
|
actionBar: {
|
|
12432
12444
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
12433
12445
|
default: boolean;
|
|
12434
12446
|
};
|
|
12435
|
-
|
|
12436
|
-
type: PropType<boolean
|
|
12447
|
+
hasIndexColumn: {
|
|
12448
|
+
type: PropType<boolean>;
|
|
12437
12449
|
default: boolean;
|
|
12438
12450
|
};
|
|
12439
|
-
indexTableColumnProps: {
|
|
12440
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12441
|
-
default: () => {};
|
|
12442
|
-
};
|
|
12443
|
-
indexContentStyle: {
|
|
12444
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
12445
|
-
default: () => {};
|
|
12446
|
-
};
|
|
12447
|
-
dragSortableTableColumnProps: {
|
|
12448
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12449
|
-
default: () => {};
|
|
12450
|
-
};
|
|
12451
12451
|
titleBar: {
|
|
12452
12452
|
type: PropType<boolean | Partial<Partial<{
|
|
12453
12453
|
title?: string | undefined;
|
|
@@ -12461,22 +12461,6 @@ export declare const PlusPage: {
|
|
|
12461
12461
|
}>>>;
|
|
12462
12462
|
default: boolean;
|
|
12463
12463
|
};
|
|
12464
|
-
defaultSize: {
|
|
12465
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
12466
|
-
default: string;
|
|
12467
|
-
};
|
|
12468
|
-
tableData: {
|
|
12469
|
-
type: PropType< RecordType[]>;
|
|
12470
|
-
default: () => never[];
|
|
12471
|
-
};
|
|
12472
|
-
pagination: {
|
|
12473
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
12474
|
-
default: boolean;
|
|
12475
|
-
};
|
|
12476
|
-
hasIndexColumn: {
|
|
12477
|
-
type: PropType<boolean>;
|
|
12478
|
-
default: boolean;
|
|
12479
|
-
};
|
|
12480
12464
|
isSelection: {
|
|
12481
12465
|
type: PropType<boolean | "radio">;
|
|
12482
12466
|
default: boolean;
|
|
@@ -12497,6 +12481,14 @@ export declare const PlusPage: {
|
|
|
12497
12481
|
type: PropType<false | Partial< Options>>;
|
|
12498
12482
|
default: boolean;
|
|
12499
12483
|
};
|
|
12484
|
+
dragSortableTableColumnProps: {
|
|
12485
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12486
|
+
default: () => {};
|
|
12487
|
+
};
|
|
12488
|
+
indexTableColumnProps: {
|
|
12489
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12490
|
+
default: () => {};
|
|
12491
|
+
};
|
|
12500
12492
|
selectionTableColumnProps: {
|
|
12501
12493
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12502
12494
|
default: () => {
|
|
@@ -12521,6 +12513,14 @@ export declare const PlusPage: {
|
|
|
12521
12513
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12522
12514
|
default: () => {};
|
|
12523
12515
|
};
|
|
12516
|
+
indexContentStyle: {
|
|
12517
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
12518
|
+
default: () => {};
|
|
12519
|
+
};
|
|
12520
|
+
editable: {
|
|
12521
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
12522
|
+
default: boolean;
|
|
12523
|
+
};
|
|
12524
12524
|
adaptive: {
|
|
12525
12525
|
type: PropType<boolean | {
|
|
12526
12526
|
offsetBottom?: number | undefined;
|
|
@@ -12532,18 +12532,18 @@ export declare const PlusPage: {
|
|
|
12532
12532
|
type: PropType<number>;
|
|
12533
12533
|
};
|
|
12534
12534
|
}>> & {
|
|
12535
|
+
onRefresh?: (() => any) | undefined;
|
|
12536
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12535
12537
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12536
12538
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12539
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12537
12540
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
12541
|
+
onEdited?: (() => any) | undefined;
|
|
12538
12542
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12539
12543
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12540
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12541
|
-
onRefresh?: (() => any) | undefined;
|
|
12542
12544
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
12543
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12544
|
-
onEdited?: (() => any) | undefined;
|
|
12545
12545
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
12546
|
-
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "
|
|
12546
|
+
}, "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">;
|
|
12547
12547
|
$attrs: {
|
|
12548
12548
|
[x: string]: unknown;
|
|
12549
12549
|
};
|
|
@@ -12584,26 +12584,26 @@ export declare const PlusPage: {
|
|
|
12584
12584
|
type: PropType<string | ((row: any[]) => string)>;
|
|
12585
12585
|
default: string;
|
|
12586
12586
|
};
|
|
12587
|
+
tableData: {
|
|
12588
|
+
type: PropType< RecordType[]>;
|
|
12589
|
+
default: () => never[];
|
|
12590
|
+
};
|
|
12591
|
+
defaultSize: {
|
|
12592
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
12593
|
+
default: string;
|
|
12594
|
+
};
|
|
12595
|
+
pagination: {
|
|
12596
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
12597
|
+
default: boolean;
|
|
12598
|
+
};
|
|
12587
12599
|
actionBar: {
|
|
12588
12600
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
12589
12601
|
default: boolean;
|
|
12590
12602
|
};
|
|
12591
|
-
|
|
12592
|
-
type: PropType<boolean
|
|
12603
|
+
hasIndexColumn: {
|
|
12604
|
+
type: PropType<boolean>;
|
|
12593
12605
|
default: boolean;
|
|
12594
12606
|
};
|
|
12595
|
-
indexTableColumnProps: {
|
|
12596
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12597
|
-
default: () => {};
|
|
12598
|
-
};
|
|
12599
|
-
indexContentStyle: {
|
|
12600
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
12601
|
-
default: () => {};
|
|
12602
|
-
};
|
|
12603
|
-
dragSortableTableColumnProps: {
|
|
12604
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12605
|
-
default: () => {};
|
|
12606
|
-
};
|
|
12607
12607
|
titleBar: {
|
|
12608
12608
|
type: PropType<boolean | Partial<Partial<{
|
|
12609
12609
|
title?: string | undefined;
|
|
@@ -12617,22 +12617,6 @@ export declare const PlusPage: {
|
|
|
12617
12617
|
}>>>;
|
|
12618
12618
|
default: boolean;
|
|
12619
12619
|
};
|
|
12620
|
-
defaultSize: {
|
|
12621
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
12622
|
-
default: string;
|
|
12623
|
-
};
|
|
12624
|
-
tableData: {
|
|
12625
|
-
type: PropType< RecordType[]>;
|
|
12626
|
-
default: () => never[];
|
|
12627
|
-
};
|
|
12628
|
-
pagination: {
|
|
12629
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
12630
|
-
default: boolean;
|
|
12631
|
-
};
|
|
12632
|
-
hasIndexColumn: {
|
|
12633
|
-
type: PropType<boolean>;
|
|
12634
|
-
default: boolean;
|
|
12635
|
-
};
|
|
12636
12620
|
isSelection: {
|
|
12637
12621
|
type: PropType<boolean | "radio">;
|
|
12638
12622
|
default: boolean;
|
|
@@ -12653,6 +12637,14 @@ export declare const PlusPage: {
|
|
|
12653
12637
|
type: PropType<false | Partial< Options>>;
|
|
12654
12638
|
default: boolean;
|
|
12655
12639
|
};
|
|
12640
|
+
dragSortableTableColumnProps: {
|
|
12641
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12642
|
+
default: () => {};
|
|
12643
|
+
};
|
|
12644
|
+
indexTableColumnProps: {
|
|
12645
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12646
|
+
default: () => {};
|
|
12647
|
+
};
|
|
12656
12648
|
selectionTableColumnProps: {
|
|
12657
12649
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12658
12650
|
default: () => {
|
|
@@ -12677,6 +12669,14 @@ export declare const PlusPage: {
|
|
|
12677
12669
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
12678
12670
|
default: () => {};
|
|
12679
12671
|
};
|
|
12672
|
+
indexContentStyle: {
|
|
12673
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
12674
|
+
default: () => {};
|
|
12675
|
+
};
|
|
12676
|
+
editable: {
|
|
12677
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
12678
|
+
default: boolean;
|
|
12679
|
+
};
|
|
12680
12680
|
adaptive: {
|
|
12681
12681
|
type: PropType<boolean | {
|
|
12682
12682
|
offsetBottom?: number | undefined;
|
|
@@ -12688,16 +12688,16 @@ export declare const PlusPage: {
|
|
|
12688
12688
|
type: PropType<number>;
|
|
12689
12689
|
};
|
|
12690
12690
|
}>> & {
|
|
12691
|
+
onRefresh?: (() => any) | undefined;
|
|
12692
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12691
12693
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12692
12694
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
12695
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12693
12696
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
12697
|
+
onEdited?: (() => any) | undefined;
|
|
12694
12698
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12695
12699
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12696
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
12697
|
-
onRefresh?: (() => any) | undefined;
|
|
12698
12700
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
12699
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
12700
|
-
onEdited?: (() => any) | undefined;
|
|
12701
12701
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
12702
12702
|
}, {
|
|
12703
12703
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
@@ -12897,7 +12897,7 @@ export declare const PlusPage: {
|
|
|
12897
12897
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
12898
12898
|
setScrollLeft: (left?: number | undefined) => void;
|
|
12899
12899
|
setScrollTop: (top?: number | undefined) => void;
|
|
12900
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
12900
|
+
}, 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<{
|
|
12901
12901
|
data: {
|
|
12902
12902
|
type: PropType<any[]>;
|
|
12903
12903
|
default: () => never[];
|
|
@@ -13272,11 +13272,11 @@ export declare const PlusPage: {
|
|
|
13272
13272
|
columnIndex: number;
|
|
13273
13273
|
}) => CSSProperties>;
|
|
13274
13274
|
rowKey: string | ((row: any[]) => string);
|
|
13275
|
+
tableData: RecordType[];
|
|
13276
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
13277
|
+
pagination: false | Partial< PlusPaginationProps>;
|
|
13275
13278
|
actionBar: false | Partial< ActionBarProps>;
|
|
13276
|
-
|
|
13277
|
-
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13278
|
-
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
13279
|
-
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13279
|
+
hasIndexColumn: boolean;
|
|
13280
13280
|
titleBar: boolean | Partial<Partial<{
|
|
13281
13281
|
title?: string | undefined;
|
|
13282
13282
|
refresh?: boolean | undefined;
|
|
@@ -13287,20 +13287,20 @@ export declare const PlusPage: {
|
|
|
13287
13287
|
color?: string | undefined;
|
|
13288
13288
|
} | undefined;
|
|
13289
13289
|
}>>;
|
|
13290
|
-
defaultSize: "" | "default" | "small" | "large";
|
|
13291
|
-
tableData: RecordType[];
|
|
13292
|
-
pagination: false | Partial< PlusPaginationProps>;
|
|
13293
|
-
hasIndexColumn: boolean;
|
|
13294
13290
|
isSelection: boolean | "radio";
|
|
13295
13291
|
isRadio: boolean;
|
|
13296
13292
|
hasExpand: boolean;
|
|
13297
13293
|
loadingStatus: boolean;
|
|
13298
13294
|
dragSortable: false | Partial< Options>;
|
|
13295
|
+
dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13296
|
+
indexTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13299
13297
|
selectionTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13300
13298
|
radioTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13301
13299
|
radioProps: Partial< PlusRadioProps>;
|
|
13302
13300
|
defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
|
|
13303
13301
|
expandTableColumnProps: Partial< TableColumnCtx<any>>;
|
|
13302
|
+
indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
|
|
13303
|
+
editable: boolean | "click" | "dblclick";
|
|
13304
13304
|
adaptive: boolean | {
|
|
13305
13305
|
offsetBottom?: number | undefined;
|
|
13306
13306
|
timeout?: number | undefined;
|
|
@@ -13352,26 +13352,26 @@ export declare const PlusPage: {
|
|
|
13352
13352
|
type: PropType<string | ((row: any[]) => string)>;
|
|
13353
13353
|
default: string;
|
|
13354
13354
|
};
|
|
13355
|
+
tableData: {
|
|
13356
|
+
type: PropType< RecordType[]>;
|
|
13357
|
+
default: () => never[];
|
|
13358
|
+
};
|
|
13359
|
+
defaultSize: {
|
|
13360
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
13361
|
+
default: string;
|
|
13362
|
+
};
|
|
13363
|
+
pagination: {
|
|
13364
|
+
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
13365
|
+
default: boolean;
|
|
13366
|
+
};
|
|
13355
13367
|
actionBar: {
|
|
13356
13368
|
type: PropType<false | Partial< ActionBarProps>>;
|
|
13357
13369
|
default: boolean;
|
|
13358
13370
|
};
|
|
13359
|
-
|
|
13360
|
-
type: PropType<boolean
|
|
13371
|
+
hasIndexColumn: {
|
|
13372
|
+
type: PropType<boolean>;
|
|
13361
13373
|
default: boolean;
|
|
13362
13374
|
};
|
|
13363
|
-
indexTableColumnProps: {
|
|
13364
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13365
|
-
default: () => {};
|
|
13366
|
-
};
|
|
13367
|
-
indexContentStyle: {
|
|
13368
|
-
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
13369
|
-
default: () => {};
|
|
13370
|
-
};
|
|
13371
|
-
dragSortableTableColumnProps: {
|
|
13372
|
-
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13373
|
-
default: () => {};
|
|
13374
|
-
};
|
|
13375
13375
|
titleBar: {
|
|
13376
13376
|
type: PropType<boolean | Partial<Partial<{
|
|
13377
13377
|
title?: string | undefined;
|
|
@@ -13385,22 +13385,6 @@ export declare const PlusPage: {
|
|
|
13385
13385
|
}>>>;
|
|
13386
13386
|
default: boolean;
|
|
13387
13387
|
};
|
|
13388
|
-
defaultSize: {
|
|
13389
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
13390
|
-
default: string;
|
|
13391
|
-
};
|
|
13392
|
-
tableData: {
|
|
13393
|
-
type: PropType< RecordType[]>;
|
|
13394
|
-
default: () => never[];
|
|
13395
|
-
};
|
|
13396
|
-
pagination: {
|
|
13397
|
-
type: PropType<false | Partial< PlusPaginationProps>>;
|
|
13398
|
-
default: boolean;
|
|
13399
|
-
};
|
|
13400
|
-
hasIndexColumn: {
|
|
13401
|
-
type: PropType<boolean>;
|
|
13402
|
-
default: boolean;
|
|
13403
|
-
};
|
|
13404
13388
|
isSelection: {
|
|
13405
13389
|
type: PropType<boolean | "radio">;
|
|
13406
13390
|
default: boolean;
|
|
@@ -13421,6 +13405,14 @@ export declare const PlusPage: {
|
|
|
13421
13405
|
type: PropType<false | Partial< Options>>;
|
|
13422
13406
|
default: boolean;
|
|
13423
13407
|
};
|
|
13408
|
+
dragSortableTableColumnProps: {
|
|
13409
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13410
|
+
default: () => {};
|
|
13411
|
+
};
|
|
13412
|
+
indexTableColumnProps: {
|
|
13413
|
+
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13414
|
+
default: () => {};
|
|
13415
|
+
};
|
|
13424
13416
|
selectionTableColumnProps: {
|
|
13425
13417
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13426
13418
|
default: () => {
|
|
@@ -13445,6 +13437,14 @@ export declare const PlusPage: {
|
|
|
13445
13437
|
type: PropType<Partial< TableColumnCtx<any>>>;
|
|
13446
13438
|
default: () => {};
|
|
13447
13439
|
};
|
|
13440
|
+
indexContentStyle: {
|
|
13441
|
+
type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
|
|
13442
|
+
default: () => {};
|
|
13443
|
+
};
|
|
13444
|
+
editable: {
|
|
13445
|
+
type: PropType<boolean | "click" | "dblclick">;
|
|
13446
|
+
default: boolean;
|
|
13447
|
+
};
|
|
13448
13448
|
adaptive: {
|
|
13449
13449
|
type: PropType<boolean | {
|
|
13450
13450
|
offsetBottom?: number | undefined;
|
|
@@ -13456,18 +13456,18 @@ export declare const PlusPage: {
|
|
|
13456
13456
|
type: PropType<number>;
|
|
13457
13457
|
};
|
|
13458
13458
|
}>> & {
|
|
13459
|
+
onRefresh?: (() => any) | undefined;
|
|
13460
|
+
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
13459
13461
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
13460
13462
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
13463
|
+
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
13461
13464
|
onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
|
|
13465
|
+
onEdited?: (() => any) | undefined;
|
|
13462
13466
|
"onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
13463
13467
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
13464
|
-
onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
|
|
13465
|
-
onRefresh?: (() => any) | undefined;
|
|
13466
13468
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
13467
|
-
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
13468
|
-
onEdited?: (() => any) | undefined;
|
|
13469
13469
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
13470
|
-
}, "
|
|
13470
|
+
}, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
|
|
13471
13471
|
formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
|
|
13472
13472
|
tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
13473
13473
|
data: {
|
|
@@ -13665,7 +13665,7 @@ export declare const PlusPage: {
|
|
|
13665
13665
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
13666
13666
|
setScrollLeft: (left?: number | undefined) => void;
|
|
13667
13667
|
setScrollTop: (top?: number | undefined) => void;
|
|
13668
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "
|
|
13668
|
+
}, 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<{
|
|
13669
13669
|
data: {
|
|
13670
13670
|
type: PropType<any[]>;
|
|
13671
13671
|
default: () => never[];
|
|
@@ -14062,8 +14062,8 @@ export declare const PlusPage: {
|
|
|
14062
14062
|
search: false | Partial< PlusSearchProps>;
|
|
14063
14063
|
immediate: boolean;
|
|
14064
14064
|
table: Partial< PlusTableProps>;
|
|
14065
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
14065
14066
|
params: RecordType;
|
|
14066
|
-
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
14067
14067
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
14068
14068
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
14069
14069
|
isCard: boolean;
|
|
@@ -14079,7 +14079,7 @@ export declare const PlusPage: {
|
|
|
14079
14079
|
searchSlot: boolean;
|
|
14080
14080
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
14081
14081
|
$slots: Partial<Record<never, (_: {
|
|
14082
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
14082
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
14083
14083
|
readonly label: string | ComputedRef<string>;
|
|
14084
14084
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
14085
14085
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -14093,7 +14093,7 @@ export declare const PlusPage: {
|
|
|
14093
14093
|
style: CSSProperties;
|
|
14094
14094
|
rows: number;
|
|
14095
14095
|
autocomplete: string;
|
|
14096
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
14096
|
+
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";
|
|
14097
14097
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
14098
14098
|
step: string | number;
|
|
14099
14099
|
format: string | ProgressFn | undefined;
|