@wlydfe/pro-ui 0.2.27 → 0.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/check-card/index.d.ts +4 -4
- package/es/components/check-card/src/index.vue.d.ts +1 -1
- package/es/components/check-card-group/index.d.ts +4 -4
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +11 -11
- package/es/components/date-picker/src/index.vue.d.ts +11 -11
- package/es/components/descriptions/index.d.ts +19 -19
- package/es/components/descriptions/src/index.vue.d.ts +1 -1
- package/es/components/dialog/index.d.ts +30 -30
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +6 -6
- package/es/components/dialog-form/src/index.vue.d.ts +3 -3
- package/es/components/display-item/index.d.ts +25 -25
- package/es/components/display-item/src/index.vue.d.ts +7 -7
- package/es/components/drawer-form/index.d.ts +36 -36
- package/es/components/drawer-form/src/index.vue.d.ts +5 -5
- package/es/components/form/index.d.ts +88 -88
- package/es/components/form/src/form-content.vue.d.ts +9 -9
- package/es/components/form/src/index.vue.d.ts +11 -11
- package/es/components/form-item/index.d.ts +84 -84
- package/es/components/form-item/src/index.vue.d.ts +10 -10
- package/es/components/input-tag/index.d.ts +6 -6
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/page/index.d.ts +988 -988
- package/es/components/page/src/index.vue.d.ts +331 -331
- package/es/components/pagination/index.d.ts +27 -27
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/popover/index.d.ts +49 -49
- package/es/components/popover/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +10 -10
- package/es/components/radio/src/index.vue.d.ts +2 -2
- package/es/components/render/index.d.ts +14 -14
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +266 -266
- package/es/components/search/src/index.vue.d.ts +77 -77
- package/es/components/sidebar/index.d.ts +16 -16
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +164 -164
- package/es/components/table/src/index.vue.d.ts +13 -13
- package/es/components/table/src/index.vue2.mjs +17 -6
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
- package/es/components/table/src/table-column-index.vue.d.ts +1 -1
- package/es/components/table/src/table-column.vue.d.ts +22 -22
- package/es/components/table/src/table-title-bar.vue.d.ts +1 -1
- package/es/components/table/src/table-title-bar.vue.mjs +2 -1
- package/es/components/table/src/table-title-bar.vue2.mjs +10 -9
- package/es/components/table/src/table-title-bar.vue3.mjs +3 -0
- package/es/index.css +14 -13
- package/index.css +5 -1
- package/index.js +2861 -19
- package/index.min.css +1 -0
- package/index.min.js +7 -2
- package/index.min.mjs +7 -2
- package/index.mjs +2862 -20
- package/lib/components/check-card/index.d.ts +4 -4
- package/lib/components/check-card/src/index.vue.d.ts +1 -1
- package/lib/components/check-card-group/index.d.ts +4 -4
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +11 -11
- package/lib/components/date-picker/src/index.vue.d.ts +11 -11
- package/lib/components/descriptions/index.d.ts +19 -19
- package/lib/components/descriptions/src/index.vue.d.ts +1 -1
- package/lib/components/dialog/index.d.ts +30 -30
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +6 -6
- package/lib/components/dialog-form/src/index.vue.d.ts +3 -3
- package/lib/components/display-item/index.d.ts +25 -25
- package/lib/components/display-item/src/index.vue.d.ts +7 -7
- package/lib/components/drawer-form/index.d.ts +36 -36
- package/lib/components/drawer-form/src/index.vue.d.ts +5 -5
- package/lib/components/form/index.d.ts +88 -88
- package/lib/components/form/src/form-content.vue.d.ts +9 -9
- package/lib/components/form/src/index.vue.d.ts +11 -11
- package/lib/components/form-item/index.d.ts +84 -84
- package/lib/components/form-item/src/index.vue.d.ts +10 -10
- package/lib/components/input-tag/index.d.ts +6 -6
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/page/index.d.ts +988 -988
- package/lib/components/page/src/index.vue.d.ts +331 -331
- package/lib/components/pagination/index.d.ts +27 -27
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/popover/index.d.ts +49 -49
- package/lib/components/popover/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +10 -10
- package/lib/components/radio/src/index.vue.d.ts +2 -2
- package/lib/components/render/index.d.ts +14 -14
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +266 -266
- package/lib/components/search/src/index.vue.d.ts +77 -77
- package/lib/components/sidebar/index.d.ts +16 -16
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +164 -164
- package/lib/components/table/src/index.vue.d.ts +13 -13
- package/lib/components/table/src/index.vue2.js +17 -6
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
- package/lib/components/table/src/table-column-index.vue.d.ts +1 -1
- package/lib/components/table/src/table-column.vue.d.ts +22 -22
- package/lib/components/table/src/table-title-bar.vue.d.ts +1 -1
- package/lib/components/table/src/table-title-bar.vue.js +2 -1
- package/lib/components/table/src/table-title-bar.vue2.js +9 -8
- package/lib/components/table/src/table-title-bar.vue3.js +7 -0
- package/lib/index.css +16 -15
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +3 -2
|
@@ -2,7 +2,7 @@ import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time
|
|
|
2
2
|
import { LooseRequired } from '@vue/shared';
|
|
3
3
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
4
4
|
import { PlusFormGroupRow, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/plus-pro-components';
|
|
5
|
-
import {
|
|
5
|
+
import { RowProps, ColProps, FormItemRule, CardProps, 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 } from 'element-plus';
|
|
6
6
|
import { PlusColumn, FieldValues, Mutable, RecordType, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from '@wlydfe/pro-ui';
|
|
7
7
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Component, CSSProperties } from 'vue';
|
|
8
8
|
import { default as Search } from './src/index.vue';
|
|
@@ -31,6 +31,16 @@ export declare const PlusSearch: {
|
|
|
31
31
|
type: PropType<number>;
|
|
32
32
|
default: number;
|
|
33
33
|
};
|
|
34
|
+
defaultValues: {
|
|
35
|
+
type: PropType<FieldValues>;
|
|
36
|
+
default: () => {};
|
|
37
|
+
};
|
|
38
|
+
rowProps: {
|
|
39
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
40
|
+
default: () => {
|
|
41
|
+
gutter: number;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
34
44
|
colProps: {
|
|
35
45
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
36
46
|
default: () => {
|
|
@@ -41,16 +51,6 @@ export declare const PlusSearch: {
|
|
|
41
51
|
xl: number;
|
|
42
52
|
};
|
|
43
53
|
};
|
|
44
|
-
rowProps: {
|
|
45
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
46
|
-
default: () => {
|
|
47
|
-
gutter: number;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
defaultValues: {
|
|
51
|
-
type: PropType<FieldValues>;
|
|
52
|
-
default: () => {};
|
|
53
|
-
};
|
|
54
54
|
hasFooter: {
|
|
55
55
|
type: PropType<boolean>;
|
|
56
56
|
default: boolean;
|
|
@@ -100,8 +100,8 @@ export declare const PlusSearch: {
|
|
|
100
100
|
default: boolean;
|
|
101
101
|
};
|
|
102
102
|
}>> & {
|
|
103
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
104
103
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
104
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
105
105
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
106
106
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
107
107
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -118,12 +118,9 @@ export declare const PlusSearch: {
|
|
|
118
118
|
labelWidth: string | number;
|
|
119
119
|
labelSuffix: string;
|
|
120
120
|
hasLabel: boolean;
|
|
121
|
-
clearable: boolean;
|
|
122
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
123
|
-
collapseDuration: number;
|
|
124
|
-
collapseTransition: boolean;
|
|
125
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
126
121
|
defaultValues: FieldValues;
|
|
122
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
123
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
127
124
|
hasErrorTip: boolean;
|
|
128
125
|
hasFooter: boolean;
|
|
129
126
|
hasReset: boolean;
|
|
@@ -133,6 +130,9 @@ export declare const PlusSearch: {
|
|
|
133
130
|
footerAlign: "right" | "left" | "center";
|
|
134
131
|
cardProps: Partial< Mutable<CardProps>>;
|
|
135
132
|
prevent: boolean;
|
|
133
|
+
collapseDuration: number;
|
|
134
|
+
collapseTransition: boolean;
|
|
135
|
+
clearable: boolean;
|
|
136
136
|
}> & Omit<{
|
|
137
137
|
readonly columns: PlusColumn[];
|
|
138
138
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -142,10 +142,9 @@ export declare const PlusSearch: {
|
|
|
142
142
|
readonly labelWidth: string | number;
|
|
143
143
|
readonly labelSuffix: string;
|
|
144
144
|
readonly hasLabel: boolean;
|
|
145
|
-
readonly clearable: boolean;
|
|
146
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
147
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
148
145
|
readonly defaultValues: FieldValues;
|
|
146
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
147
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
149
148
|
readonly hasErrorTip: boolean;
|
|
150
149
|
readonly hasFooter: boolean;
|
|
151
150
|
readonly hasReset: boolean;
|
|
@@ -155,10 +154,11 @@ export declare const PlusSearch: {
|
|
|
155
154
|
readonly footerAlign: "right" | "left" | "center";
|
|
156
155
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
157
156
|
readonly prevent: boolean;
|
|
157
|
+
readonly clearable: boolean;
|
|
158
158
|
readonly collapseDuration?: number | undefined;
|
|
159
159
|
readonly collapseTransition?: boolean | undefined;
|
|
160
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
161
160
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
161
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
162
162
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
163
163
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
164
164
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -196,28 +196,16 @@ export declare const PlusSearch: {
|
|
|
196
196
|
type: PropType<boolean>;
|
|
197
197
|
default: boolean;
|
|
198
198
|
};
|
|
199
|
-
|
|
200
|
-
type: PropType<
|
|
201
|
-
default: boolean;
|
|
202
|
-
};
|
|
203
|
-
colProps: {
|
|
204
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
199
|
+
defaultValues: {
|
|
200
|
+
type: PropType<FieldValues>;
|
|
205
201
|
default: () => {};
|
|
206
202
|
};
|
|
207
|
-
collapseDuration: {
|
|
208
|
-
type: PropType<number>;
|
|
209
|
-
default: undefined;
|
|
210
|
-
};
|
|
211
|
-
collapseTransition: {
|
|
212
|
-
type: PropType<boolean>;
|
|
213
|
-
default: undefined;
|
|
214
|
-
};
|
|
215
203
|
rowProps: {
|
|
216
204
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
217
205
|
default: () => {};
|
|
218
206
|
};
|
|
219
|
-
|
|
220
|
-
type: PropType<
|
|
207
|
+
colProps: {
|
|
208
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
221
209
|
default: () => {};
|
|
222
210
|
};
|
|
223
211
|
hasErrorTip: {
|
|
@@ -256,14 +244,26 @@ export declare const PlusSearch: {
|
|
|
256
244
|
type: PropType<boolean>;
|
|
257
245
|
default: boolean;
|
|
258
246
|
};
|
|
247
|
+
collapseDuration: {
|
|
248
|
+
type: PropType<number>;
|
|
249
|
+
default: undefined;
|
|
250
|
+
};
|
|
251
|
+
collapseTransition: {
|
|
252
|
+
type: PropType<boolean>;
|
|
253
|
+
default: undefined;
|
|
254
|
+
};
|
|
255
|
+
clearable: {
|
|
256
|
+
type: PropType<boolean>;
|
|
257
|
+
default: boolean;
|
|
258
|
+
};
|
|
259
259
|
}>> & {
|
|
260
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
261
260
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
261
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
262
262
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
263
263
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
264
264
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
265
265
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
266
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
266
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
267
267
|
$attrs: {
|
|
268
268
|
[x: string]: unknown;
|
|
269
269
|
};
|
|
@@ -275,7 +275,7 @@ export declare const PlusSearch: {
|
|
|
275
275
|
}>;
|
|
276
276
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
277
277
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
278
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
278
|
+
$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);
|
|
279
279
|
$el: any;
|
|
280
280
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
281
281
|
columns: {
|
|
@@ -310,28 +310,16 @@ export declare const PlusSearch: {
|
|
|
310
310
|
type: PropType<boolean>;
|
|
311
311
|
default: boolean;
|
|
312
312
|
};
|
|
313
|
-
|
|
314
|
-
type: PropType<
|
|
315
|
-
default: boolean;
|
|
316
|
-
};
|
|
317
|
-
colProps: {
|
|
318
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
313
|
+
defaultValues: {
|
|
314
|
+
type: PropType<FieldValues>;
|
|
319
315
|
default: () => {};
|
|
320
316
|
};
|
|
321
|
-
collapseDuration: {
|
|
322
|
-
type: PropType<number>;
|
|
323
|
-
default: undefined;
|
|
324
|
-
};
|
|
325
|
-
collapseTransition: {
|
|
326
|
-
type: PropType<boolean>;
|
|
327
|
-
default: undefined;
|
|
328
|
-
};
|
|
329
317
|
rowProps: {
|
|
330
318
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
331
319
|
default: () => {};
|
|
332
320
|
};
|
|
333
|
-
|
|
334
|
-
type: PropType<
|
|
321
|
+
colProps: {
|
|
322
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
335
323
|
default: () => {};
|
|
336
324
|
};
|
|
337
325
|
hasErrorTip: {
|
|
@@ -370,9 +358,21 @@ export declare const PlusSearch: {
|
|
|
370
358
|
type: PropType<boolean>;
|
|
371
359
|
default: boolean;
|
|
372
360
|
};
|
|
361
|
+
collapseDuration: {
|
|
362
|
+
type: PropType<number>;
|
|
363
|
+
default: undefined;
|
|
364
|
+
};
|
|
365
|
+
collapseTransition: {
|
|
366
|
+
type: PropType<boolean>;
|
|
367
|
+
default: undefined;
|
|
368
|
+
};
|
|
369
|
+
clearable: {
|
|
370
|
+
type: PropType<boolean>;
|
|
371
|
+
default: boolean;
|
|
372
|
+
};
|
|
373
373
|
}>> & {
|
|
374
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
375
374
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
375
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
376
376
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
377
377
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
378
378
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -678,12 +678,9 @@ export declare const PlusSearch: {
|
|
|
678
678
|
labelWidth: string | number;
|
|
679
679
|
labelSuffix: string;
|
|
680
680
|
hasLabel: boolean;
|
|
681
|
-
clearable: boolean;
|
|
682
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
683
|
-
collapseDuration: number;
|
|
684
|
-
collapseTransition: boolean;
|
|
685
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
686
681
|
defaultValues: FieldValues;
|
|
682
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
683
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
687
684
|
hasErrorTip: boolean;
|
|
688
685
|
hasFooter: boolean;
|
|
689
686
|
hasReset: boolean;
|
|
@@ -693,6 +690,9 @@ export declare const PlusSearch: {
|
|
|
693
690
|
footerAlign: "right" | "left" | "center";
|
|
694
691
|
cardProps: Partial< Mutable<CardProps>>;
|
|
695
692
|
prevent: boolean;
|
|
693
|
+
collapseDuration: number;
|
|
694
|
+
collapseTransition: boolean;
|
|
695
|
+
clearable: boolean;
|
|
696
696
|
}, {}, string, {}> & {
|
|
697
697
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
698
698
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -746,28 +746,16 @@ export declare const PlusSearch: {
|
|
|
746
746
|
type: PropType<boolean>;
|
|
747
747
|
default: boolean;
|
|
748
748
|
};
|
|
749
|
-
|
|
750
|
-
type: PropType<
|
|
751
|
-
default: boolean;
|
|
752
|
-
};
|
|
753
|
-
colProps: {
|
|
754
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
749
|
+
defaultValues: {
|
|
750
|
+
type: PropType<FieldValues>;
|
|
755
751
|
default: () => {};
|
|
756
752
|
};
|
|
757
|
-
collapseDuration: {
|
|
758
|
-
type: PropType<number>;
|
|
759
|
-
default: undefined;
|
|
760
|
-
};
|
|
761
|
-
collapseTransition: {
|
|
762
|
-
type: PropType<boolean>;
|
|
763
|
-
default: undefined;
|
|
764
|
-
};
|
|
765
753
|
rowProps: {
|
|
766
754
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
767
755
|
default: () => {};
|
|
768
756
|
};
|
|
769
|
-
|
|
770
|
-
type: PropType<
|
|
757
|
+
colProps: {
|
|
758
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
771
759
|
default: () => {};
|
|
772
760
|
};
|
|
773
761
|
hasErrorTip: {
|
|
@@ -806,9 +794,21 @@ export declare const PlusSearch: {
|
|
|
806
794
|
type: PropType<boolean>;
|
|
807
795
|
default: boolean;
|
|
808
796
|
};
|
|
797
|
+
collapseDuration: {
|
|
798
|
+
type: PropType<number>;
|
|
799
|
+
default: undefined;
|
|
800
|
+
};
|
|
801
|
+
collapseTransition: {
|
|
802
|
+
type: PropType<boolean>;
|
|
803
|
+
default: undefined;
|
|
804
|
+
};
|
|
805
|
+
clearable: {
|
|
806
|
+
type: PropType<boolean>;
|
|
807
|
+
default: boolean;
|
|
808
|
+
};
|
|
809
809
|
}>> & {
|
|
810
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
811
810
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
811
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
812
812
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
813
813
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
814
814
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -1108,7 +1108,7 @@ export declare const PlusSearch: {
|
|
|
1108
1108
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1109
1109
|
columns?: PlusColumn[] | undefined;
|
|
1110
1110
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1111
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
1111
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1112
1112
|
readonly label: string | ComputedRef<string>;
|
|
1113
1113
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1114
1114
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -1122,7 +1122,7 @@ export declare const PlusSearch: {
|
|
|
1122
1122
|
style: CSSProperties;
|
|
1123
1123
|
rows: number;
|
|
1124
1124
|
autocomplete: string;
|
|
1125
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
1125
|
+
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";
|
|
1126
1126
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1127
1127
|
step: string | number;
|
|
1128
1128
|
format: string | ProgressFn | undefined;
|
|
@@ -1183,7 +1183,7 @@ export declare const PlusSearch: {
|
|
|
1183
1183
|
clearable: boolean;
|
|
1184
1184
|
index: number;
|
|
1185
1185
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1186
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
1186
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1187
1187
|
readonly label: string | ComputedRef<string>;
|
|
1188
1188
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1189
1189
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -1197,7 +1197,7 @@ export declare const PlusSearch: {
|
|
|
1197
1197
|
style: CSSProperties;
|
|
1198
1198
|
rows: number;
|
|
1199
1199
|
autocomplete: string;
|
|
1200
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
1200
|
+
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";
|
|
1201
1201
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1202
1202
|
step: string | number;
|
|
1203
1203
|
format: string | ProgressFn | undefined;
|
|
@@ -1301,6 +1301,16 @@ export declare const PlusSearch: {
|
|
|
1301
1301
|
type: PropType<number>;
|
|
1302
1302
|
default: number;
|
|
1303
1303
|
};
|
|
1304
|
+
defaultValues: {
|
|
1305
|
+
type: PropType<FieldValues>;
|
|
1306
|
+
default: () => {};
|
|
1307
|
+
};
|
|
1308
|
+
rowProps: {
|
|
1309
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1310
|
+
default: () => {
|
|
1311
|
+
gutter: number;
|
|
1312
|
+
};
|
|
1313
|
+
};
|
|
1304
1314
|
colProps: {
|
|
1305
1315
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1306
1316
|
default: () => {
|
|
@@ -1311,16 +1321,6 @@ export declare const PlusSearch: {
|
|
|
1311
1321
|
xl: number;
|
|
1312
1322
|
};
|
|
1313
1323
|
};
|
|
1314
|
-
rowProps: {
|
|
1315
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1316
|
-
default: () => {
|
|
1317
|
-
gutter: number;
|
|
1318
|
-
};
|
|
1319
|
-
};
|
|
1320
|
-
defaultValues: {
|
|
1321
|
-
type: PropType<FieldValues>;
|
|
1322
|
-
default: () => {};
|
|
1323
|
-
};
|
|
1324
1324
|
hasFooter: {
|
|
1325
1325
|
type: PropType<boolean>;
|
|
1326
1326
|
default: boolean;
|
|
@@ -1370,8 +1370,8 @@ export declare const PlusSearch: {
|
|
|
1370
1370
|
default: boolean;
|
|
1371
1371
|
};
|
|
1372
1372
|
}>> & {
|
|
1373
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1374
1373
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1374
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1375
1375
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1376
1376
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1377
1377
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -1381,9 +1381,9 @@ export declare const PlusSearch: {
|
|
|
1381
1381
|
labelPosition: "top" | "right" | "left";
|
|
1382
1382
|
inline: boolean;
|
|
1383
1383
|
showNumber: number;
|
|
1384
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
1385
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
1386
1384
|
defaultValues: FieldValues;
|
|
1385
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
1386
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
1387
1387
|
hasFooter: boolean;
|
|
1388
1388
|
hasReset: boolean;
|
|
1389
1389
|
resetText: string;
|
|
@@ -1424,6 +1424,16 @@ export declare const PlusSearch: {
|
|
|
1424
1424
|
type: PropType<number>;
|
|
1425
1425
|
default: number;
|
|
1426
1426
|
};
|
|
1427
|
+
defaultValues: {
|
|
1428
|
+
type: PropType<FieldValues>;
|
|
1429
|
+
default: () => {};
|
|
1430
|
+
};
|
|
1431
|
+
rowProps: {
|
|
1432
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1433
|
+
default: () => {
|
|
1434
|
+
gutter: number;
|
|
1435
|
+
};
|
|
1436
|
+
};
|
|
1427
1437
|
colProps: {
|
|
1428
1438
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1429
1439
|
default: () => {
|
|
@@ -1434,16 +1444,6 @@ export declare const PlusSearch: {
|
|
|
1434
1444
|
xl: number;
|
|
1435
1445
|
};
|
|
1436
1446
|
};
|
|
1437
|
-
rowProps: {
|
|
1438
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1439
|
-
default: () => {
|
|
1440
|
-
gutter: number;
|
|
1441
|
-
};
|
|
1442
|
-
};
|
|
1443
|
-
defaultValues: {
|
|
1444
|
-
type: PropType<FieldValues>;
|
|
1445
|
-
default: () => {};
|
|
1446
|
-
};
|
|
1447
1447
|
hasFooter: {
|
|
1448
1448
|
type: PropType<boolean>;
|
|
1449
1449
|
default: boolean;
|
|
@@ -1493,8 +1493,8 @@ export declare const PlusSearch: {
|
|
|
1493
1493
|
default: boolean;
|
|
1494
1494
|
};
|
|
1495
1495
|
}>> & {
|
|
1496
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1497
1496
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1497
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1498
1498
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1499
1499
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1500
1500
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -1511,12 +1511,9 @@ export declare const PlusSearch: {
|
|
|
1511
1511
|
labelWidth: string | number;
|
|
1512
1512
|
labelSuffix: string;
|
|
1513
1513
|
hasLabel: boolean;
|
|
1514
|
-
clearable: boolean;
|
|
1515
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
1516
|
-
collapseDuration: number;
|
|
1517
|
-
collapseTransition: boolean;
|
|
1518
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
1519
1514
|
defaultValues: FieldValues;
|
|
1515
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
1516
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
1520
1517
|
hasErrorTip: boolean;
|
|
1521
1518
|
hasFooter: boolean;
|
|
1522
1519
|
hasReset: boolean;
|
|
@@ -1526,6 +1523,9 @@ export declare const PlusSearch: {
|
|
|
1526
1523
|
footerAlign: "right" | "left" | "center";
|
|
1527
1524
|
cardProps: Partial< Mutable<CardProps>>;
|
|
1528
1525
|
prevent: boolean;
|
|
1526
|
+
collapseDuration: number;
|
|
1527
|
+
collapseTransition: boolean;
|
|
1528
|
+
clearable: boolean;
|
|
1529
1529
|
}> & Omit<{
|
|
1530
1530
|
readonly columns: PlusColumn[];
|
|
1531
1531
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -1535,10 +1535,9 @@ export declare const PlusSearch: {
|
|
|
1535
1535
|
readonly labelWidth: string | number;
|
|
1536
1536
|
readonly labelSuffix: string;
|
|
1537
1537
|
readonly hasLabel: boolean;
|
|
1538
|
-
readonly clearable: boolean;
|
|
1539
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
1540
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
1541
1538
|
readonly defaultValues: FieldValues;
|
|
1539
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
1540
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
1542
1541
|
readonly hasErrorTip: boolean;
|
|
1543
1542
|
readonly hasFooter: boolean;
|
|
1544
1543
|
readonly hasReset: boolean;
|
|
@@ -1548,10 +1547,11 @@ export declare const PlusSearch: {
|
|
|
1548
1547
|
readonly footerAlign: "right" | "left" | "center";
|
|
1549
1548
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
1550
1549
|
readonly prevent: boolean;
|
|
1550
|
+
readonly clearable: boolean;
|
|
1551
1551
|
readonly collapseDuration?: number | undefined;
|
|
1552
1552
|
readonly collapseTransition?: boolean | undefined;
|
|
1553
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1554
1553
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1554
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1555
1555
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1556
1556
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1557
1557
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -1589,28 +1589,16 @@ export declare const PlusSearch: {
|
|
|
1589
1589
|
type: PropType<boolean>;
|
|
1590
1590
|
default: boolean;
|
|
1591
1591
|
};
|
|
1592
|
-
|
|
1593
|
-
type: PropType<
|
|
1594
|
-
default: boolean;
|
|
1595
|
-
};
|
|
1596
|
-
colProps: {
|
|
1597
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1592
|
+
defaultValues: {
|
|
1593
|
+
type: PropType<FieldValues>;
|
|
1598
1594
|
default: () => {};
|
|
1599
1595
|
};
|
|
1600
|
-
collapseDuration: {
|
|
1601
|
-
type: PropType<number>;
|
|
1602
|
-
default: undefined;
|
|
1603
|
-
};
|
|
1604
|
-
collapseTransition: {
|
|
1605
|
-
type: PropType<boolean>;
|
|
1606
|
-
default: undefined;
|
|
1607
|
-
};
|
|
1608
1596
|
rowProps: {
|
|
1609
1597
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1610
1598
|
default: () => {};
|
|
1611
1599
|
};
|
|
1612
|
-
|
|
1613
|
-
type: PropType<
|
|
1600
|
+
colProps: {
|
|
1601
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1614
1602
|
default: () => {};
|
|
1615
1603
|
};
|
|
1616
1604
|
hasErrorTip: {
|
|
@@ -1649,14 +1637,26 @@ export declare const PlusSearch: {
|
|
|
1649
1637
|
type: PropType<boolean>;
|
|
1650
1638
|
default: boolean;
|
|
1651
1639
|
};
|
|
1640
|
+
collapseDuration: {
|
|
1641
|
+
type: PropType<number>;
|
|
1642
|
+
default: undefined;
|
|
1643
|
+
};
|
|
1644
|
+
collapseTransition: {
|
|
1645
|
+
type: PropType<boolean>;
|
|
1646
|
+
default: undefined;
|
|
1647
|
+
};
|
|
1648
|
+
clearable: {
|
|
1649
|
+
type: PropType<boolean>;
|
|
1650
|
+
default: boolean;
|
|
1651
|
+
};
|
|
1652
1652
|
}>> & {
|
|
1653
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1654
1653
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1654
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1655
1655
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1656
1656
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1657
1657
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1658
1658
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1659
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
1659
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
1660
1660
|
$attrs: {
|
|
1661
1661
|
[x: string]: unknown;
|
|
1662
1662
|
};
|
|
@@ -1668,7 +1668,7 @@ export declare const PlusSearch: {
|
|
|
1668
1668
|
}>;
|
|
1669
1669
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1670
1670
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1671
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
1671
|
+
$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);
|
|
1672
1672
|
$el: any;
|
|
1673
1673
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1674
1674
|
columns: {
|
|
@@ -1703,28 +1703,16 @@ export declare const PlusSearch: {
|
|
|
1703
1703
|
type: PropType<boolean>;
|
|
1704
1704
|
default: boolean;
|
|
1705
1705
|
};
|
|
1706
|
-
|
|
1707
|
-
type: PropType<
|
|
1708
|
-
default: boolean;
|
|
1709
|
-
};
|
|
1710
|
-
colProps: {
|
|
1711
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1706
|
+
defaultValues: {
|
|
1707
|
+
type: PropType<FieldValues>;
|
|
1712
1708
|
default: () => {};
|
|
1713
1709
|
};
|
|
1714
|
-
collapseDuration: {
|
|
1715
|
-
type: PropType<number>;
|
|
1716
|
-
default: undefined;
|
|
1717
|
-
};
|
|
1718
|
-
collapseTransition: {
|
|
1719
|
-
type: PropType<boolean>;
|
|
1720
|
-
default: undefined;
|
|
1721
|
-
};
|
|
1722
1710
|
rowProps: {
|
|
1723
1711
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
1724
1712
|
default: () => {};
|
|
1725
1713
|
};
|
|
1726
|
-
|
|
1727
|
-
type: PropType<
|
|
1714
|
+
colProps: {
|
|
1715
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
1728
1716
|
default: () => {};
|
|
1729
1717
|
};
|
|
1730
1718
|
hasErrorTip: {
|
|
@@ -1763,9 +1751,21 @@ export declare const PlusSearch: {
|
|
|
1763
1751
|
type: PropType<boolean>;
|
|
1764
1752
|
default: boolean;
|
|
1765
1753
|
};
|
|
1754
|
+
collapseDuration: {
|
|
1755
|
+
type: PropType<number>;
|
|
1756
|
+
default: undefined;
|
|
1757
|
+
};
|
|
1758
|
+
collapseTransition: {
|
|
1759
|
+
type: PropType<boolean>;
|
|
1760
|
+
default: undefined;
|
|
1761
|
+
};
|
|
1762
|
+
clearable: {
|
|
1763
|
+
type: PropType<boolean>;
|
|
1764
|
+
default: boolean;
|
|
1765
|
+
};
|
|
1766
1766
|
}>> & {
|
|
1767
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1768
1767
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1768
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1769
1769
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1770
1770
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1771
1771
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -2071,12 +2071,9 @@ export declare const PlusSearch: {
|
|
|
2071
2071
|
labelWidth: string | number;
|
|
2072
2072
|
labelSuffix: string;
|
|
2073
2073
|
hasLabel: boolean;
|
|
2074
|
-
clearable: boolean;
|
|
2075
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
2076
|
-
collapseDuration: number;
|
|
2077
|
-
collapseTransition: boolean;
|
|
2078
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
2079
2074
|
defaultValues: FieldValues;
|
|
2075
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
2076
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
2080
2077
|
hasErrorTip: boolean;
|
|
2081
2078
|
hasFooter: boolean;
|
|
2082
2079
|
hasReset: boolean;
|
|
@@ -2086,6 +2083,9 @@ export declare const PlusSearch: {
|
|
|
2086
2083
|
footerAlign: "right" | "left" | "center";
|
|
2087
2084
|
cardProps: Partial< Mutable<CardProps>>;
|
|
2088
2085
|
prevent: boolean;
|
|
2086
|
+
collapseDuration: number;
|
|
2087
|
+
collapseTransition: boolean;
|
|
2088
|
+
clearable: boolean;
|
|
2089
2089
|
}, {}, string, {}> & {
|
|
2090
2090
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2091
2091
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2139,28 +2139,16 @@ export declare const PlusSearch: {
|
|
|
2139
2139
|
type: PropType<boolean>;
|
|
2140
2140
|
default: boolean;
|
|
2141
2141
|
};
|
|
2142
|
-
|
|
2143
|
-
type: PropType<
|
|
2144
|
-
default: boolean;
|
|
2145
|
-
};
|
|
2146
|
-
colProps: {
|
|
2147
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
2142
|
+
defaultValues: {
|
|
2143
|
+
type: PropType<FieldValues>;
|
|
2148
2144
|
default: () => {};
|
|
2149
2145
|
};
|
|
2150
|
-
collapseDuration: {
|
|
2151
|
-
type: PropType<number>;
|
|
2152
|
-
default: undefined;
|
|
2153
|
-
};
|
|
2154
|
-
collapseTransition: {
|
|
2155
|
-
type: PropType<boolean>;
|
|
2156
|
-
default: undefined;
|
|
2157
|
-
};
|
|
2158
2146
|
rowProps: {
|
|
2159
2147
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
2160
2148
|
default: () => {};
|
|
2161
2149
|
};
|
|
2162
|
-
|
|
2163
|
-
type: PropType<
|
|
2150
|
+
colProps: {
|
|
2151
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
2164
2152
|
default: () => {};
|
|
2165
2153
|
};
|
|
2166
2154
|
hasErrorTip: {
|
|
@@ -2199,9 +2187,21 @@ export declare const PlusSearch: {
|
|
|
2199
2187
|
type: PropType<boolean>;
|
|
2200
2188
|
default: boolean;
|
|
2201
2189
|
};
|
|
2190
|
+
collapseDuration: {
|
|
2191
|
+
type: PropType<number>;
|
|
2192
|
+
default: undefined;
|
|
2193
|
+
};
|
|
2194
|
+
collapseTransition: {
|
|
2195
|
+
type: PropType<boolean>;
|
|
2196
|
+
default: undefined;
|
|
2197
|
+
};
|
|
2198
|
+
clearable: {
|
|
2199
|
+
type: PropType<boolean>;
|
|
2200
|
+
default: boolean;
|
|
2201
|
+
};
|
|
2202
2202
|
}>> & {
|
|
2203
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2204
2203
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2204
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2205
2205
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2206
2206
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2207
2207
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -2501,7 +2501,7 @@ export declare const PlusSearch: {
|
|
|
2501
2501
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
2502
2502
|
columns?: PlusColumn[] | undefined;
|
|
2503
2503
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2504
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
2504
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2505
2505
|
readonly label: string | ComputedRef<string>;
|
|
2506
2506
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2507
2507
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -2515,7 +2515,7 @@ export declare const PlusSearch: {
|
|
|
2515
2515
|
style: CSSProperties;
|
|
2516
2516
|
rows: number;
|
|
2517
2517
|
autocomplete: string;
|
|
2518
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
2518
|
+
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";
|
|
2519
2519
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2520
2520
|
step: string | number;
|
|
2521
2521
|
format: string | ProgressFn | undefined;
|
|
@@ -2576,7 +2576,7 @@ export declare const PlusSearch: {
|
|
|
2576
2576
|
clearable: boolean;
|
|
2577
2577
|
index: number;
|
|
2578
2578
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2579
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
2579
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2580
2580
|
readonly label: string | ComputedRef<string>;
|
|
2581
2581
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2582
2582
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -2590,7 +2590,7 @@ export declare const PlusSearch: {
|
|
|
2590
2590
|
style: CSSProperties;
|
|
2591
2591
|
rows: number;
|
|
2592
2592
|
autocomplete: string;
|
|
2593
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
2593
|
+
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";
|
|
2594
2594
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2595
2595
|
step: string | number;
|
|
2596
2596
|
format: string | ProgressFn | undefined;
|
|
@@ -2673,9 +2673,9 @@ export declare const PlusSearch: {
|
|
|
2673
2673
|
labelPosition: "top" | "right" | "left";
|
|
2674
2674
|
inline: boolean;
|
|
2675
2675
|
showNumber: number;
|
|
2676
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
2677
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
2678
2676
|
defaultValues: FieldValues;
|
|
2677
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
2678
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
2679
2679
|
hasFooter: boolean;
|
|
2680
2680
|
hasReset: boolean;
|
|
2681
2681
|
resetText: string;
|
|
@@ -2713,6 +2713,16 @@ export declare const PlusSearch: {
|
|
|
2713
2713
|
type: PropType<number>;
|
|
2714
2714
|
default: number;
|
|
2715
2715
|
};
|
|
2716
|
+
defaultValues: {
|
|
2717
|
+
type: PropType<FieldValues>;
|
|
2718
|
+
default: () => {};
|
|
2719
|
+
};
|
|
2720
|
+
rowProps: {
|
|
2721
|
+
type: PropType<Partial< Mutable<RowProps>>>;
|
|
2722
|
+
default: () => {
|
|
2723
|
+
gutter: number;
|
|
2724
|
+
};
|
|
2725
|
+
};
|
|
2716
2726
|
colProps: {
|
|
2717
2727
|
type: PropType<Partial< Mutable<ColProps>>>;
|
|
2718
2728
|
default: () => {
|
|
@@ -2723,16 +2733,6 @@ export declare const PlusSearch: {
|
|
|
2723
2733
|
xl: number;
|
|
2724
2734
|
};
|
|
2725
2735
|
};
|
|
2726
|
-
rowProps: {
|
|
2727
|
-
type: PropType<Partial< Mutable<RowProps>>>;
|
|
2728
|
-
default: () => {
|
|
2729
|
-
gutter: number;
|
|
2730
|
-
};
|
|
2731
|
-
};
|
|
2732
|
-
defaultValues: {
|
|
2733
|
-
type: PropType<FieldValues>;
|
|
2734
|
-
default: () => {};
|
|
2735
|
-
};
|
|
2736
2736
|
hasFooter: {
|
|
2737
2737
|
type: PropType<boolean>;
|
|
2738
2738
|
default: boolean;
|
|
@@ -2782,8 +2782,8 @@ export declare const PlusSearch: {
|
|
|
2782
2782
|
default: boolean;
|
|
2783
2783
|
};
|
|
2784
2784
|
}>> & {
|
|
2785
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2786
2785
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2786
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2787
2787
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2788
2788
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2789
2789
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
@@ -2800,12 +2800,9 @@ export declare const PlusSearch: {
|
|
|
2800
2800
|
labelWidth: string | number;
|
|
2801
2801
|
labelSuffix: string;
|
|
2802
2802
|
hasLabel: boolean;
|
|
2803
|
-
clearable: boolean;
|
|
2804
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
2805
|
-
collapseDuration: number;
|
|
2806
|
-
collapseTransition: boolean;
|
|
2807
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
2808
2803
|
defaultValues: FieldValues;
|
|
2804
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
2805
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
2809
2806
|
hasErrorTip: boolean;
|
|
2810
2807
|
hasFooter: boolean;
|
|
2811
2808
|
hasReset: boolean;
|
|
@@ -2815,6 +2812,9 @@ export declare const PlusSearch: {
|
|
|
2815
2812
|
footerAlign: "right" | "left" | "center";
|
|
2816
2813
|
cardProps: Partial< Mutable<CardProps>>;
|
|
2817
2814
|
prevent: boolean;
|
|
2815
|
+
collapseDuration: number;
|
|
2816
|
+
collapseTransition: boolean;
|
|
2817
|
+
clearable: boolean;
|
|
2818
2818
|
}> & Omit<{
|
|
2819
2819
|
readonly columns: PlusColumn[];
|
|
2820
2820
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -2824,10 +2824,9 @@ export declare const PlusSearch: {
|
|
|
2824
2824
|
readonly labelWidth: string | number;
|
|
2825
2825
|
readonly labelSuffix: string;
|
|
2826
2826
|
readonly hasLabel: boolean;
|
|
2827
|
-
readonly clearable: boolean;
|
|
2828
|
-
readonly colProps: Partial< Mutable<ColProps>>;
|
|
2829
|
-
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
2830
2827
|
readonly defaultValues: FieldValues;
|
|
2828
|
+
readonly rowProps: Partial< Mutable<RowProps>>;
|
|
2829
|
+
readonly colProps: Partial< Mutable<ColProps>>;
|
|
2831
2830
|
readonly hasErrorTip: boolean;
|
|
2832
2831
|
readonly hasFooter: boolean;
|
|
2833
2832
|
readonly hasReset: boolean;
|
|
@@ -2837,10 +2836,11 @@ export declare const PlusSearch: {
|
|
|
2837
2836
|
readonly footerAlign: "right" | "left" | "center";
|
|
2838
2837
|
readonly cardProps: Partial< Mutable<CardProps>>;
|
|
2839
2838
|
readonly prevent: boolean;
|
|
2839
|
+
readonly clearable: boolean;
|
|
2840
2840
|
readonly collapseDuration?: number | undefined;
|
|
2841
2841
|
readonly collapseTransition?: boolean | undefined;
|
|
2842
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2843
2842
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2843
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2844
2844
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2845
2845
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2846
2846
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -2878,28 +2878,16 @@ export declare const PlusSearch: {
|
|
|
2878
2878
|
type: PropType<boolean>;
|
|
2879
2879
|
default: boolean;
|
|
2880
2880
|
};
|
|
2881
|
-
|
|
2882
|
-
type: PropType<
|
|
2883
|
-
default: boolean;
|
|
2884
|
-
};
|
|
2885
|
-
colProps: {
|
|
2886
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
2881
|
+
defaultValues: {
|
|
2882
|
+
type: PropType<FieldValues>;
|
|
2887
2883
|
default: () => {};
|
|
2888
2884
|
};
|
|
2889
|
-
collapseDuration: {
|
|
2890
|
-
type: PropType<number>;
|
|
2891
|
-
default: undefined;
|
|
2892
|
-
};
|
|
2893
|
-
collapseTransition: {
|
|
2894
|
-
type: PropType<boolean>;
|
|
2895
|
-
default: undefined;
|
|
2896
|
-
};
|
|
2897
2885
|
rowProps: {
|
|
2898
2886
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
2899
2887
|
default: () => {};
|
|
2900
2888
|
};
|
|
2901
|
-
|
|
2902
|
-
type: PropType<
|
|
2889
|
+
colProps: {
|
|
2890
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
2903
2891
|
default: () => {};
|
|
2904
2892
|
};
|
|
2905
2893
|
hasErrorTip: {
|
|
@@ -2938,14 +2926,26 @@ export declare const PlusSearch: {
|
|
|
2938
2926
|
type: PropType<boolean>;
|
|
2939
2927
|
default: boolean;
|
|
2940
2928
|
};
|
|
2929
|
+
collapseDuration: {
|
|
2930
|
+
type: PropType<number>;
|
|
2931
|
+
default: undefined;
|
|
2932
|
+
};
|
|
2933
|
+
collapseTransition: {
|
|
2934
|
+
type: PropType<boolean>;
|
|
2935
|
+
default: undefined;
|
|
2936
|
+
};
|
|
2937
|
+
clearable: {
|
|
2938
|
+
type: PropType<boolean>;
|
|
2939
|
+
default: boolean;
|
|
2940
|
+
};
|
|
2941
2941
|
}>> & {
|
|
2942
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2943
2942
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2943
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2944
2944
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2945
2945
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2946
2946
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2947
2947
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2948
|
-
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "
|
|
2948
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
|
|
2949
2949
|
$attrs: {
|
|
2950
2950
|
[x: string]: unknown;
|
|
2951
2951
|
};
|
|
@@ -2957,7 +2957,7 @@ export declare const PlusSearch: {
|
|
|
2957
2957
|
}>;
|
|
2958
2958
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2959
2959
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2960
|
-
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "
|
|
2960
|
+
$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);
|
|
2961
2961
|
$el: any;
|
|
2962
2962
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2963
2963
|
columns: {
|
|
@@ -2992,28 +2992,16 @@ export declare const PlusSearch: {
|
|
|
2992
2992
|
type: PropType<boolean>;
|
|
2993
2993
|
default: boolean;
|
|
2994
2994
|
};
|
|
2995
|
-
|
|
2996
|
-
type: PropType<
|
|
2997
|
-
default: boolean;
|
|
2998
|
-
};
|
|
2999
|
-
colProps: {
|
|
3000
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
2995
|
+
defaultValues: {
|
|
2996
|
+
type: PropType<FieldValues>;
|
|
3001
2997
|
default: () => {};
|
|
3002
2998
|
};
|
|
3003
|
-
collapseDuration: {
|
|
3004
|
-
type: PropType<number>;
|
|
3005
|
-
default: undefined;
|
|
3006
|
-
};
|
|
3007
|
-
collapseTransition: {
|
|
3008
|
-
type: PropType<boolean>;
|
|
3009
|
-
default: undefined;
|
|
3010
|
-
};
|
|
3011
2999
|
rowProps: {
|
|
3012
3000
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
3013
3001
|
default: () => {};
|
|
3014
3002
|
};
|
|
3015
|
-
|
|
3016
|
-
type: PropType<
|
|
3003
|
+
colProps: {
|
|
3004
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
3017
3005
|
default: () => {};
|
|
3018
3006
|
};
|
|
3019
3007
|
hasErrorTip: {
|
|
@@ -3052,9 +3040,21 @@ export declare const PlusSearch: {
|
|
|
3052
3040
|
type: PropType<boolean>;
|
|
3053
3041
|
default: boolean;
|
|
3054
3042
|
};
|
|
3043
|
+
collapseDuration: {
|
|
3044
|
+
type: PropType<number>;
|
|
3045
|
+
default: undefined;
|
|
3046
|
+
};
|
|
3047
|
+
collapseTransition: {
|
|
3048
|
+
type: PropType<boolean>;
|
|
3049
|
+
default: undefined;
|
|
3050
|
+
};
|
|
3051
|
+
clearable: {
|
|
3052
|
+
type: PropType<boolean>;
|
|
3053
|
+
default: boolean;
|
|
3054
|
+
};
|
|
3055
3055
|
}>> & {
|
|
3056
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3057
3056
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3057
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3058
3058
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3059
3059
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3060
3060
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -3360,12 +3360,9 @@ export declare const PlusSearch: {
|
|
|
3360
3360
|
labelWidth: string | number;
|
|
3361
3361
|
labelSuffix: string;
|
|
3362
3362
|
hasLabel: boolean;
|
|
3363
|
-
clearable: boolean;
|
|
3364
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
3365
|
-
collapseDuration: number;
|
|
3366
|
-
collapseTransition: boolean;
|
|
3367
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
3368
3363
|
defaultValues: FieldValues;
|
|
3364
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
3365
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
3369
3366
|
hasErrorTip: boolean;
|
|
3370
3367
|
hasFooter: boolean;
|
|
3371
3368
|
hasReset: boolean;
|
|
@@ -3375,6 +3372,9 @@ export declare const PlusSearch: {
|
|
|
3375
3372
|
footerAlign: "right" | "left" | "center";
|
|
3376
3373
|
cardProps: Partial< Mutable<CardProps>>;
|
|
3377
3374
|
prevent: boolean;
|
|
3375
|
+
collapseDuration: number;
|
|
3376
|
+
collapseTransition: boolean;
|
|
3377
|
+
clearable: boolean;
|
|
3378
3378
|
}, {}, string, {}> & {
|
|
3379
3379
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
3380
3380
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -3428,28 +3428,16 @@ export declare const PlusSearch: {
|
|
|
3428
3428
|
type: PropType<boolean>;
|
|
3429
3429
|
default: boolean;
|
|
3430
3430
|
};
|
|
3431
|
-
|
|
3432
|
-
type: PropType<
|
|
3433
|
-
default: boolean;
|
|
3434
|
-
};
|
|
3435
|
-
colProps: {
|
|
3436
|
-
type: PropType<Partial< Mutable<ColProps>>>;
|
|
3431
|
+
defaultValues: {
|
|
3432
|
+
type: PropType<FieldValues>;
|
|
3437
3433
|
default: () => {};
|
|
3438
3434
|
};
|
|
3439
|
-
collapseDuration: {
|
|
3440
|
-
type: PropType<number>;
|
|
3441
|
-
default: undefined;
|
|
3442
|
-
};
|
|
3443
|
-
collapseTransition: {
|
|
3444
|
-
type: PropType<boolean>;
|
|
3445
|
-
default: undefined;
|
|
3446
|
-
};
|
|
3447
3435
|
rowProps: {
|
|
3448
3436
|
type: PropType<Partial< Mutable<RowProps>>>;
|
|
3449
3437
|
default: () => {};
|
|
3450
3438
|
};
|
|
3451
|
-
|
|
3452
|
-
type: PropType<
|
|
3439
|
+
colProps: {
|
|
3440
|
+
type: PropType<Partial< Mutable<ColProps>>>;
|
|
3453
3441
|
default: () => {};
|
|
3454
3442
|
};
|
|
3455
3443
|
hasErrorTip: {
|
|
@@ -3488,9 +3476,21 @@ export declare const PlusSearch: {
|
|
|
3488
3476
|
type: PropType<boolean>;
|
|
3489
3477
|
default: boolean;
|
|
3490
3478
|
};
|
|
3479
|
+
collapseDuration: {
|
|
3480
|
+
type: PropType<number>;
|
|
3481
|
+
default: undefined;
|
|
3482
|
+
};
|
|
3483
|
+
collapseTransition: {
|
|
3484
|
+
type: PropType<boolean>;
|
|
3485
|
+
default: undefined;
|
|
3486
|
+
};
|
|
3487
|
+
clearable: {
|
|
3488
|
+
type: PropType<boolean>;
|
|
3489
|
+
default: boolean;
|
|
3490
|
+
};
|
|
3491
3491
|
}>> & {
|
|
3492
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3493
3492
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3493
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3494
3494
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3495
3495
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3496
3496
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
@@ -3790,7 +3790,7 @@ export declare const PlusSearch: {
|
|
|
3790
3790
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
3791
3791
|
columns?: PlusColumn[] | undefined;
|
|
3792
3792
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3793
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
3793
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3794
3794
|
readonly label: string | ComputedRef<string>;
|
|
3795
3795
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3796
3796
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -3804,7 +3804,7 @@ export declare const PlusSearch: {
|
|
|
3804
3804
|
style: CSSProperties;
|
|
3805
3805
|
rows: number;
|
|
3806
3806
|
autocomplete: string;
|
|
3807
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
3807
|
+
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";
|
|
3808
3808
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3809
3809
|
step: string | number;
|
|
3810
3810
|
format: string | ProgressFn | undefined;
|
|
@@ -3865,7 +3865,7 @@ export declare const PlusSearch: {
|
|
|
3865
3865
|
clearable: boolean;
|
|
3866
3866
|
index: number;
|
|
3867
3867
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3868
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
3868
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3869
3869
|
readonly label: string | ComputedRef<string>;
|
|
3870
3870
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3871
3871
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -3879,7 +3879,7 @@ export declare const PlusSearch: {
|
|
|
3879
3879
|
style: CSSProperties;
|
|
3880
3880
|
rows: number;
|
|
3881
3881
|
autocomplete: string;
|
|
3882
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
3882
|
+
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";
|
|
3883
3883
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3884
3884
|
step: string | number;
|
|
3885
3885
|
format: string | ProgressFn | undefined;
|
|
@@ -3968,9 +3968,9 @@ export declare const PlusSearch: {
|
|
|
3968
3968
|
labelPosition: "top" | "right" | "left";
|
|
3969
3969
|
inline: boolean;
|
|
3970
3970
|
showNumber: number;
|
|
3971
|
-
colProps: Partial< Mutable<ColProps>>;
|
|
3972
|
-
rowProps: Partial< Mutable<RowProps>>;
|
|
3973
3971
|
defaultValues: FieldValues;
|
|
3972
|
+
rowProps: Partial< Mutable<RowProps>>;
|
|
3973
|
+
colProps: Partial< Mutable<ColProps>>;
|
|
3974
3974
|
hasFooter: boolean;
|
|
3975
3975
|
hasReset: boolean;
|
|
3976
3976
|
resetText: string;
|
|
@@ -3985,7 +3985,7 @@ export declare const PlusSearch: {
|
|
|
3985
3985
|
needValidate: boolean;
|
|
3986
3986
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
3987
3987
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3988
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "
|
|
3988
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3989
3989
|
readonly label: string | ComputedRef<string>;
|
|
3990
3990
|
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
3991
3991
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
@@ -3999,7 +3999,7 @@ export declare const PlusSearch: {
|
|
|
3999
3999
|
style: CSSProperties;
|
|
4000
4000
|
rows: number;
|
|
4001
4001
|
autocomplete: string;
|
|
4002
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
4002
|
+
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";
|
|
4003
4003
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4004
4004
|
step: string | number;
|
|
4005
4005
|
format: string | ProgressFn | undefined;
|