yc-pro-components 0.0.26 → 0.0.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 +57 -57
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +22 -22
- package/es/components/check-card-group/src/index.vue.d.ts +19 -19
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +1 -1
- package/es/components/descriptions/index.d.ts +39 -39
- package/es/components/descriptions/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +19 -19
- package/es/components/dialog/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +32 -32
- package/es/components/display-item/src/index.vue.d.ts +13 -13
- package/es/components/drawer-form/index.d.ts +28 -28
- package/es/components/drawer-form/src/index.vue.d.ts +6 -6
- package/es/components/form/index.d.ts +111 -111
- package/es/components/form/src/form-content.vue.d.ts +25 -19
- package/es/components/form/src/form-content.vue2.mjs +1 -1
- package/es/components/form/src/index.vue.d.ts +18 -18
- package/es/components/form/src/index.vue2.mjs +1 -1
- package/es/components/form-item/index.d.ts +128 -128
- package/es/components/form-item/src/index.vue.d.ts +16 -16
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +11 -11
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/page/index.d.ts +928 -928
- package/es/components/page/src/index.vue.d.ts +297 -297
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +26 -26
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +340 -340
- package/es/components/search/src/index.vue.d.ts +99 -99
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +74 -74
- package/es/components/table/src/index.vue.d.ts +19 -19
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +28 -28
- package/es/components/utils/index.d.ts +15 -15
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +744 -902
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +4 -2
- package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +193 -193
- package/es/index.css +1 -1
- package/index.css +6 -6
- package/index.js +8 -6
- package/index.min.css +1 -1
- package/index.min.js +3 -3
- package/index.min.mjs +3 -3
- package/index.mjs +8 -6
- package/lib/components/check-card/index.d.ts +57 -57
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +22 -22
- package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
- package/lib/components/date-picker/index.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +1 -1
- package/lib/components/descriptions/index.d.ts +39 -39
- package/lib/components/descriptions/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +19 -19
- package/lib/components/dialog/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +32 -32
- package/lib/components/display-item/src/index.vue.d.ts +13 -13
- package/lib/components/drawer-form/index.d.ts +28 -28
- package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
- package/lib/components/form/index.d.ts +111 -111
- package/lib/components/form/src/form-content.vue.d.ts +25 -19
- package/lib/components/form/src/form-content.vue2.js +1 -1
- package/lib/components/form/src/index.vue.d.ts +18 -18
- package/lib/components/form/src/index.vue2.js +1 -1
- package/lib/components/form-item/index.d.ts +128 -128
- package/lib/components/form-item/src/index.vue.d.ts +16 -16
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +11 -11
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/page/index.d.ts +928 -928
- package/lib/components/page/src/index.vue.d.ts +297 -297
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +26 -26
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +340 -340
- package/lib/components/search/src/index.vue.d.ts +99 -99
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +74 -74
- package/lib/components/table/src/index.vue.d.ts +19 -19
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +28 -28
- package/lib/components/utils/index.d.ts +15 -15
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +744 -902
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +4 -2
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +193 -193
- package/lib/index.css +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-drawer-form.css +1 -1
- package/theme-chalk/plus-form.css +1 -1
- package/theme-chalk/src/drawer-form.scss +6 -0
- package/theme-chalk/src/form.scss +31 -13
- package/theme-chalk/src/index.scss +10 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
|
|
2
2
|
import { LooseRequired } from '@vue/shared';
|
|
3
3
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
4
|
-
import {
|
|
4
|
+
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';
|
|
5
5
|
import { PlusColumn, FieldValues, Mutable, RecordType, PlusFormGroupRow, PlusFormItemProps, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
|
|
6
6
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, Component, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
7
7
|
import { default as Search } from './src/index.vue';
|
|
@@ -34,6 +34,19 @@ export declare const PlusSearch: {
|
|
|
34
34
|
type: PropType<number>;
|
|
35
35
|
default: number;
|
|
36
36
|
};
|
|
37
|
+
defaultValues: {
|
|
38
|
+
type: PropType<FieldValues>;
|
|
39
|
+
default: () => {};
|
|
40
|
+
};
|
|
41
|
+
rowProps: {
|
|
42
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
43
|
+
style?: CSSProperties | undefined;
|
|
44
|
+
class?: any;
|
|
45
|
+
} & RecordType>>;
|
|
46
|
+
default: () => {
|
|
47
|
+
gutter: number;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
37
50
|
colProps: {
|
|
38
51
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
39
52
|
style?: CSSProperties | undefined;
|
|
@@ -47,19 +60,6 @@ export declare const PlusSearch: {
|
|
|
47
60
|
xl: number;
|
|
48
61
|
};
|
|
49
62
|
};
|
|
50
|
-
rowProps: {
|
|
51
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
52
|
-
style?: CSSProperties | undefined;
|
|
53
|
-
class?: any;
|
|
54
|
-
} & RecordType>>;
|
|
55
|
-
default: () => {
|
|
56
|
-
gutter: number;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
defaultValues: {
|
|
60
|
-
type: PropType<FieldValues>;
|
|
61
|
-
default: () => {};
|
|
62
|
-
};
|
|
63
63
|
hasFooter: {
|
|
64
64
|
type: PropType<boolean>;
|
|
65
65
|
default: boolean;
|
|
@@ -109,9 +109,9 @@ export declare const PlusSearch: {
|
|
|
109
109
|
default: undefined;
|
|
110
110
|
};
|
|
111
111
|
}>> & {
|
|
112
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
113
112
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
114
113
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
114
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
115
115
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
116
116
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
117
117
|
}, {
|
|
@@ -119,6 +119,8 @@ export declare const PlusSearch: {
|
|
|
119
119
|
$: ComponentInternalInstance;
|
|
120
120
|
$data: {};
|
|
121
121
|
$props: Partial<{
|
|
122
|
+
collapseDuration: number;
|
|
123
|
+
collapseTransition: boolean;
|
|
122
124
|
columns: PlusColumn[];
|
|
123
125
|
group: false | PlusFormGroupRow[];
|
|
124
126
|
layout: "grid" | "flex";
|
|
@@ -128,18 +130,15 @@ export declare const PlusSearch: {
|
|
|
128
130
|
labelWidth: string | number;
|
|
129
131
|
labelSuffix: string;
|
|
130
132
|
hasLabel: boolean;
|
|
131
|
-
|
|
132
|
-
|
|
133
|
+
defaultValues: FieldValues;
|
|
134
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
133
135
|
style?: CSSProperties | undefined;
|
|
134
136
|
class?: any;
|
|
135
137
|
} & RecordType>;
|
|
136
|
-
|
|
137
|
-
collapseTransition: boolean;
|
|
138
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
138
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
139
139
|
style?: CSSProperties | undefined;
|
|
140
140
|
class?: any;
|
|
141
141
|
} & RecordType>;
|
|
142
|
-
defaultValues: FieldValues;
|
|
143
142
|
hasErrorTip: boolean;
|
|
144
143
|
hasFooter: boolean;
|
|
145
144
|
hasReset: boolean;
|
|
@@ -152,26 +151,25 @@ export declare const PlusSearch: {
|
|
|
152
151
|
class?: any;
|
|
153
152
|
} & RecordType>;
|
|
154
153
|
prevent: boolean;
|
|
154
|
+
clearable: boolean;
|
|
155
155
|
}> & Omit<{
|
|
156
156
|
readonly columns: PlusColumn[];
|
|
157
157
|
readonly group: false | PlusFormGroupRow[];
|
|
158
|
-
readonly layout: "grid" | "flex";
|
|
159
158
|
readonly modelValue: FieldValues;
|
|
160
159
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
161
160
|
readonly labelPosition: "top" | "right" | "left";
|
|
162
161
|
readonly labelWidth: string | number;
|
|
163
162
|
readonly labelSuffix: string;
|
|
164
163
|
readonly hasLabel: boolean;
|
|
165
|
-
readonly
|
|
166
|
-
readonly
|
|
164
|
+
readonly defaultValues: FieldValues;
|
|
165
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
167
166
|
style?: CSSProperties | undefined;
|
|
168
167
|
class?: any;
|
|
169
168
|
} & RecordType>;
|
|
170
|
-
readonly
|
|
169
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
171
170
|
style?: CSSProperties | undefined;
|
|
172
171
|
class?: any;
|
|
173
172
|
} & RecordType>;
|
|
174
|
-
readonly defaultValues: FieldValues;
|
|
175
173
|
readonly hasErrorTip: boolean;
|
|
176
174
|
readonly hasFooter: boolean;
|
|
177
175
|
readonly hasReset: boolean;
|
|
@@ -184,15 +182,25 @@ export declare const PlusSearch: {
|
|
|
184
182
|
class?: any;
|
|
185
183
|
} & RecordType>;
|
|
186
184
|
readonly prevent: boolean;
|
|
185
|
+
readonly clearable: boolean;
|
|
187
186
|
readonly collapseDuration?: number | undefined;
|
|
188
187
|
readonly collapseTransition?: boolean | undefined;
|
|
189
|
-
"
|
|
188
|
+
readonly layout?: "grid" | "flex" | undefined;
|
|
190
189
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
191
190
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
192
191
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
192
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
193
193
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
194
194
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
195
195
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
196
|
+
collapseDuration: {
|
|
197
|
+
type: PropType<number>;
|
|
198
|
+
default: undefined;
|
|
199
|
+
};
|
|
200
|
+
collapseTransition: {
|
|
201
|
+
type: PropType<boolean>;
|
|
202
|
+
default: undefined;
|
|
203
|
+
};
|
|
196
204
|
columns: {
|
|
197
205
|
type: PropType< PlusColumn[]>;
|
|
198
206
|
default: () => never[];
|
|
@@ -203,7 +211,7 @@ export declare const PlusSearch: {
|
|
|
203
211
|
};
|
|
204
212
|
layout: {
|
|
205
213
|
type: PropType<"grid" | "flex">;
|
|
206
|
-
default:
|
|
214
|
+
default: undefined;
|
|
207
215
|
};
|
|
208
216
|
modelValue: {
|
|
209
217
|
type: PropType<FieldValues>;
|
|
@@ -229,25 +237,10 @@ export declare const PlusSearch: {
|
|
|
229
237
|
type: PropType<boolean>;
|
|
230
238
|
default: boolean;
|
|
231
239
|
};
|
|
232
|
-
|
|
233
|
-
type: PropType<
|
|
234
|
-
default: boolean;
|
|
235
|
-
};
|
|
236
|
-
colProps: {
|
|
237
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
238
|
-
style?: CSSProperties | undefined;
|
|
239
|
-
class?: any;
|
|
240
|
-
} & RecordType>>;
|
|
240
|
+
defaultValues: {
|
|
241
|
+
type: PropType<FieldValues>;
|
|
241
242
|
default: () => {};
|
|
242
243
|
};
|
|
243
|
-
collapseDuration: {
|
|
244
|
-
type: PropType<number>;
|
|
245
|
-
default: undefined;
|
|
246
|
-
};
|
|
247
|
-
collapseTransition: {
|
|
248
|
-
type: PropType<boolean>;
|
|
249
|
-
default: undefined;
|
|
250
|
-
};
|
|
251
244
|
rowProps: {
|
|
252
245
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
253
246
|
style?: CSSProperties | undefined;
|
|
@@ -255,8 +248,11 @@ export declare const PlusSearch: {
|
|
|
255
248
|
} & RecordType>>;
|
|
256
249
|
default: () => {};
|
|
257
250
|
};
|
|
258
|
-
|
|
259
|
-
type: PropType<
|
|
251
|
+
colProps: {
|
|
252
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
253
|
+
style?: CSSProperties | undefined;
|
|
254
|
+
class?: any;
|
|
255
|
+
} & RecordType>>;
|
|
260
256
|
default: () => {};
|
|
261
257
|
};
|
|
262
258
|
hasErrorTip: {
|
|
@@ -298,14 +294,18 @@ export declare const PlusSearch: {
|
|
|
298
294
|
type: PropType<boolean>;
|
|
299
295
|
default: boolean;
|
|
300
296
|
};
|
|
297
|
+
clearable: {
|
|
298
|
+
type: PropType<boolean>;
|
|
299
|
+
default: boolean;
|
|
300
|
+
};
|
|
301
301
|
}>> & {
|
|
302
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
303
302
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
304
303
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
305
304
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
305
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
306
306
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
307
307
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
308
|
-
}, "
|
|
308
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
309
309
|
$attrs: {
|
|
310
310
|
[x: string]: unknown;
|
|
311
311
|
};
|
|
@@ -320,6 +320,14 @@ export declare const PlusSearch: {
|
|
|
320
320
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
321
321
|
$el: any;
|
|
322
322
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
323
|
+
collapseDuration: {
|
|
324
|
+
type: PropType<number>;
|
|
325
|
+
default: undefined;
|
|
326
|
+
};
|
|
327
|
+
collapseTransition: {
|
|
328
|
+
type: PropType<boolean>;
|
|
329
|
+
default: undefined;
|
|
330
|
+
};
|
|
323
331
|
columns: {
|
|
324
332
|
type: PropType< PlusColumn[]>;
|
|
325
333
|
default: () => never[];
|
|
@@ -330,7 +338,7 @@ export declare const PlusSearch: {
|
|
|
330
338
|
};
|
|
331
339
|
layout: {
|
|
332
340
|
type: PropType<"grid" | "flex">;
|
|
333
|
-
default:
|
|
341
|
+
default: undefined;
|
|
334
342
|
};
|
|
335
343
|
modelValue: {
|
|
336
344
|
type: PropType<FieldValues>;
|
|
@@ -356,25 +364,10 @@ export declare const PlusSearch: {
|
|
|
356
364
|
type: PropType<boolean>;
|
|
357
365
|
default: boolean;
|
|
358
366
|
};
|
|
359
|
-
|
|
360
|
-
type: PropType<
|
|
361
|
-
default: boolean;
|
|
362
|
-
};
|
|
363
|
-
colProps: {
|
|
364
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
365
|
-
style?: CSSProperties | undefined;
|
|
366
|
-
class?: any;
|
|
367
|
-
} & RecordType>>;
|
|
367
|
+
defaultValues: {
|
|
368
|
+
type: PropType<FieldValues>;
|
|
368
369
|
default: () => {};
|
|
369
370
|
};
|
|
370
|
-
collapseDuration: {
|
|
371
|
-
type: PropType<number>;
|
|
372
|
-
default: undefined;
|
|
373
|
-
};
|
|
374
|
-
collapseTransition: {
|
|
375
|
-
type: PropType<boolean>;
|
|
376
|
-
default: undefined;
|
|
377
|
-
};
|
|
378
371
|
rowProps: {
|
|
379
372
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
380
373
|
style?: CSSProperties | undefined;
|
|
@@ -382,8 +375,11 @@ export declare const PlusSearch: {
|
|
|
382
375
|
} & RecordType>>;
|
|
383
376
|
default: () => {};
|
|
384
377
|
};
|
|
385
|
-
|
|
386
|
-
type: PropType<
|
|
378
|
+
colProps: {
|
|
379
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
380
|
+
style?: CSSProperties | undefined;
|
|
381
|
+
class?: any;
|
|
382
|
+
} & RecordType>>;
|
|
387
383
|
default: () => {};
|
|
388
384
|
};
|
|
389
385
|
hasErrorTip: {
|
|
@@ -425,11 +421,15 @@ export declare const PlusSearch: {
|
|
|
425
421
|
type: PropType<boolean>;
|
|
426
422
|
default: boolean;
|
|
427
423
|
};
|
|
424
|
+
clearable: {
|
|
425
|
+
type: PropType<boolean>;
|
|
426
|
+
default: boolean;
|
|
427
|
+
};
|
|
428
428
|
}>> & {
|
|
429
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
430
429
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
431
430
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
432
431
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
432
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
433
433
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
434
434
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
435
435
|
}, {
|
|
@@ -725,6 +725,8 @@ export declare const PlusSearch: {
|
|
|
725
725
|
submitError: (errors: unknown) => void;
|
|
726
726
|
validate: (...args: any[]) => void;
|
|
727
727
|
}, string, {
|
|
728
|
+
collapseDuration: number;
|
|
729
|
+
collapseTransition: boolean;
|
|
728
730
|
columns: PlusColumn[];
|
|
729
731
|
group: false | PlusFormGroupRow[];
|
|
730
732
|
layout: "grid" | "flex";
|
|
@@ -734,18 +736,15 @@ export declare const PlusSearch: {
|
|
|
734
736
|
labelWidth: string | number;
|
|
735
737
|
labelSuffix: string;
|
|
736
738
|
hasLabel: boolean;
|
|
737
|
-
|
|
738
|
-
|
|
739
|
+
defaultValues: FieldValues;
|
|
740
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
739
741
|
style?: CSSProperties | undefined;
|
|
740
742
|
class?: any;
|
|
741
743
|
} & RecordType>;
|
|
742
|
-
|
|
743
|
-
collapseTransition: boolean;
|
|
744
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
744
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
745
745
|
style?: CSSProperties | undefined;
|
|
746
746
|
class?: any;
|
|
747
747
|
} & RecordType>;
|
|
748
|
-
defaultValues: FieldValues;
|
|
749
748
|
hasErrorTip: boolean;
|
|
750
749
|
hasFooter: boolean;
|
|
751
750
|
hasReset: boolean;
|
|
@@ -758,6 +757,7 @@ export declare const PlusSearch: {
|
|
|
758
757
|
class?: any;
|
|
759
758
|
} & RecordType>;
|
|
760
759
|
prevent: boolean;
|
|
760
|
+
clearable: boolean;
|
|
761
761
|
}, {}, string, {}> & {
|
|
762
762
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
763
763
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -779,6 +779,14 @@ export declare const PlusSearch: {
|
|
|
779
779
|
$nextTick: nextTick;
|
|
780
780
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
781
781
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
782
|
+
collapseDuration: {
|
|
783
|
+
type: PropType<number>;
|
|
784
|
+
default: undefined;
|
|
785
|
+
};
|
|
786
|
+
collapseTransition: {
|
|
787
|
+
type: PropType<boolean>;
|
|
788
|
+
default: undefined;
|
|
789
|
+
};
|
|
782
790
|
columns: {
|
|
783
791
|
type: PropType< PlusColumn[]>;
|
|
784
792
|
default: () => never[];
|
|
@@ -789,7 +797,7 @@ export declare const PlusSearch: {
|
|
|
789
797
|
};
|
|
790
798
|
layout: {
|
|
791
799
|
type: PropType<"grid" | "flex">;
|
|
792
|
-
default:
|
|
800
|
+
default: undefined;
|
|
793
801
|
};
|
|
794
802
|
modelValue: {
|
|
795
803
|
type: PropType<FieldValues>;
|
|
@@ -815,25 +823,10 @@ export declare const PlusSearch: {
|
|
|
815
823
|
type: PropType<boolean>;
|
|
816
824
|
default: boolean;
|
|
817
825
|
};
|
|
818
|
-
|
|
819
|
-
type: PropType<
|
|
820
|
-
default: boolean;
|
|
821
|
-
};
|
|
822
|
-
colProps: {
|
|
823
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
824
|
-
style?: CSSProperties | undefined;
|
|
825
|
-
class?: any;
|
|
826
|
-
} & RecordType>>;
|
|
826
|
+
defaultValues: {
|
|
827
|
+
type: PropType<FieldValues>;
|
|
827
828
|
default: () => {};
|
|
828
829
|
};
|
|
829
|
-
collapseDuration: {
|
|
830
|
-
type: PropType<number>;
|
|
831
|
-
default: undefined;
|
|
832
|
-
};
|
|
833
|
-
collapseTransition: {
|
|
834
|
-
type: PropType<boolean>;
|
|
835
|
-
default: undefined;
|
|
836
|
-
};
|
|
837
830
|
rowProps: {
|
|
838
831
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
839
832
|
style?: CSSProperties | undefined;
|
|
@@ -841,8 +834,11 @@ export declare const PlusSearch: {
|
|
|
841
834
|
} & RecordType>>;
|
|
842
835
|
default: () => {};
|
|
843
836
|
};
|
|
844
|
-
|
|
845
|
-
type: PropType<
|
|
837
|
+
colProps: {
|
|
838
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
839
|
+
style?: CSSProperties | undefined;
|
|
840
|
+
class?: any;
|
|
841
|
+
} & RecordType>>;
|
|
846
842
|
default: () => {};
|
|
847
843
|
};
|
|
848
844
|
hasErrorTip: {
|
|
@@ -884,11 +880,15 @@ export declare const PlusSearch: {
|
|
|
884
880
|
type: PropType<boolean>;
|
|
885
881
|
default: boolean;
|
|
886
882
|
};
|
|
883
|
+
clearable: {
|
|
884
|
+
type: PropType<boolean>;
|
|
885
|
+
default: boolean;
|
|
886
|
+
};
|
|
887
887
|
}>> & {
|
|
888
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
889
888
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
890
889
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
891
890
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
891
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
892
892
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
893
893
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
894
894
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1189,9 +1189,9 @@ export declare const PlusSearch: {
|
|
|
1189
1189
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1190
1190
|
columns?: PlusColumn[] | undefined;
|
|
1191
1191
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1192
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1192
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1193
1193
|
readonly label: string | ComputedRef<string>;
|
|
1194
|
-
readonly modelValue: string | number | boolean |
|
|
1194
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1195
1195
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1196
1196
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1197
1197
|
style?: CSSProperties | undefined;
|
|
@@ -1218,7 +1218,7 @@ export declare const PlusSearch: {
|
|
|
1218
1218
|
};
|
|
1219
1219
|
rows: number;
|
|
1220
1220
|
autocomplete: string;
|
|
1221
|
-
type: "" | "number" | "default" | "
|
|
1221
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1222
1222
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1223
1223
|
step: string | number;
|
|
1224
1224
|
format: string | ProgressFn | undefined;
|
|
@@ -1263,7 +1263,7 @@ export declare const PlusSearch: {
|
|
|
1263
1263
|
fieldInstance?: any;
|
|
1264
1264
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1265
1265
|
prop: string;
|
|
1266
|
-
modelValue: string | number | boolean |
|
|
1266
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1267
1267
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1268
1268
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1269
1269
|
style?: CSSProperties | undefined;
|
|
@@ -1297,9 +1297,9 @@ export declare const PlusSearch: {
|
|
|
1297
1297
|
clearable: boolean;
|
|
1298
1298
|
index: number;
|
|
1299
1299
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1300
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1300
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1301
1301
|
readonly label: string | ComputedRef<string>;
|
|
1302
|
-
readonly modelValue: string | number | boolean |
|
|
1302
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1303
1303
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1304
1304
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1305
1305
|
style?: CSSProperties | undefined;
|
|
@@ -1326,7 +1326,7 @@ export declare const PlusSearch: {
|
|
|
1326
1326
|
};
|
|
1327
1327
|
rows: number;
|
|
1328
1328
|
autocomplete: string;
|
|
1329
|
-
type: "" | "number" | "default" | "
|
|
1329
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1330
1330
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1331
1331
|
step: string | number;
|
|
1332
1332
|
format: string | ProgressFn | undefined;
|
|
@@ -1371,7 +1371,7 @@ export declare const PlusSearch: {
|
|
|
1371
1371
|
fieldInstance?: any;
|
|
1372
1372
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1373
1373
|
prop: string;
|
|
1374
|
-
modelValue: string | number | boolean |
|
|
1374
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1375
1375
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1376
1376
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1377
1377
|
style?: CSSProperties | undefined;
|
|
@@ -1452,6 +1452,19 @@ export declare const PlusSearch: {
|
|
|
1452
1452
|
type: PropType<number>;
|
|
1453
1453
|
default: number;
|
|
1454
1454
|
};
|
|
1455
|
+
defaultValues: {
|
|
1456
|
+
type: PropType<FieldValues>;
|
|
1457
|
+
default: () => {};
|
|
1458
|
+
};
|
|
1459
|
+
rowProps: {
|
|
1460
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
1461
|
+
style?: CSSProperties | undefined;
|
|
1462
|
+
class?: any;
|
|
1463
|
+
} & RecordType>>;
|
|
1464
|
+
default: () => {
|
|
1465
|
+
gutter: number;
|
|
1466
|
+
};
|
|
1467
|
+
};
|
|
1455
1468
|
colProps: {
|
|
1456
1469
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
1457
1470
|
style?: CSSProperties | undefined;
|
|
@@ -1465,19 +1478,6 @@ export declare const PlusSearch: {
|
|
|
1465
1478
|
xl: number;
|
|
1466
1479
|
};
|
|
1467
1480
|
};
|
|
1468
|
-
rowProps: {
|
|
1469
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
1470
|
-
style?: CSSProperties | undefined;
|
|
1471
|
-
class?: any;
|
|
1472
|
-
} & RecordType>>;
|
|
1473
|
-
default: () => {
|
|
1474
|
-
gutter: number;
|
|
1475
|
-
};
|
|
1476
|
-
};
|
|
1477
|
-
defaultValues: {
|
|
1478
|
-
type: PropType<FieldValues>;
|
|
1479
|
-
default: () => {};
|
|
1480
|
-
};
|
|
1481
1481
|
hasFooter: {
|
|
1482
1482
|
type: PropType<boolean>;
|
|
1483
1483
|
default: boolean;
|
|
@@ -1527,9 +1527,9 @@ export declare const PlusSearch: {
|
|
|
1527
1527
|
default: undefined;
|
|
1528
1528
|
};
|
|
1529
1529
|
}>> & {
|
|
1530
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1531
1530
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1532
1531
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1532
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1533
1533
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1534
1534
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1535
1535
|
}, {
|
|
@@ -1539,15 +1539,15 @@ export declare const PlusSearch: {
|
|
|
1539
1539
|
labelPosition: "top" | "right" | "left";
|
|
1540
1540
|
inline: boolean;
|
|
1541
1541
|
showNumber: number;
|
|
1542
|
-
|
|
1542
|
+
defaultValues: FieldValues;
|
|
1543
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1543
1544
|
style?: CSSProperties | undefined;
|
|
1544
1545
|
class?: any;
|
|
1545
1546
|
} & RecordType>;
|
|
1546
|
-
|
|
1547
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1547
1548
|
style?: CSSProperties | undefined;
|
|
1548
1549
|
class?: any;
|
|
1549
1550
|
} & RecordType>;
|
|
1550
|
-
defaultValues: FieldValues;
|
|
1551
1551
|
hasFooter: boolean;
|
|
1552
1552
|
hasReset: boolean;
|
|
1553
1553
|
resetText: string;
|
|
@@ -1592,6 +1592,19 @@ export declare const PlusSearch: {
|
|
|
1592
1592
|
type: PropType<number>;
|
|
1593
1593
|
default: number;
|
|
1594
1594
|
};
|
|
1595
|
+
defaultValues: {
|
|
1596
|
+
type: PropType<FieldValues>;
|
|
1597
|
+
default: () => {};
|
|
1598
|
+
};
|
|
1599
|
+
rowProps: {
|
|
1600
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
1601
|
+
style?: CSSProperties | undefined;
|
|
1602
|
+
class?: any;
|
|
1603
|
+
} & RecordType>>;
|
|
1604
|
+
default: () => {
|
|
1605
|
+
gutter: number;
|
|
1606
|
+
};
|
|
1607
|
+
};
|
|
1595
1608
|
colProps: {
|
|
1596
1609
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
1597
1610
|
style?: CSSProperties | undefined;
|
|
@@ -1605,19 +1618,6 @@ export declare const PlusSearch: {
|
|
|
1605
1618
|
xl: number;
|
|
1606
1619
|
};
|
|
1607
1620
|
};
|
|
1608
|
-
rowProps: {
|
|
1609
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
1610
|
-
style?: CSSProperties | undefined;
|
|
1611
|
-
class?: any;
|
|
1612
|
-
} & RecordType>>;
|
|
1613
|
-
default: () => {
|
|
1614
|
-
gutter: number;
|
|
1615
|
-
};
|
|
1616
|
-
};
|
|
1617
|
-
defaultValues: {
|
|
1618
|
-
type: PropType<FieldValues>;
|
|
1619
|
-
default: () => {};
|
|
1620
|
-
};
|
|
1621
1621
|
hasFooter: {
|
|
1622
1622
|
type: PropType<boolean>;
|
|
1623
1623
|
default: boolean;
|
|
@@ -1667,9 +1667,9 @@ export declare const PlusSearch: {
|
|
|
1667
1667
|
default: undefined;
|
|
1668
1668
|
};
|
|
1669
1669
|
}>> & {
|
|
1670
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1671
1670
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1672
1671
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1672
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1673
1673
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1674
1674
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1675
1675
|
}, {
|
|
@@ -1677,6 +1677,8 @@ export declare const PlusSearch: {
|
|
|
1677
1677
|
$: ComponentInternalInstance;
|
|
1678
1678
|
$data: {};
|
|
1679
1679
|
$props: Partial<{
|
|
1680
|
+
collapseDuration: number;
|
|
1681
|
+
collapseTransition: boolean;
|
|
1680
1682
|
columns: PlusColumn[];
|
|
1681
1683
|
group: false | PlusFormGroupRow[];
|
|
1682
1684
|
layout: "grid" | "flex";
|
|
@@ -1686,18 +1688,15 @@ export declare const PlusSearch: {
|
|
|
1686
1688
|
labelWidth: string | number;
|
|
1687
1689
|
labelSuffix: string;
|
|
1688
1690
|
hasLabel: boolean;
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
+
defaultValues: FieldValues;
|
|
1692
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1691
1693
|
style?: CSSProperties | undefined;
|
|
1692
1694
|
class?: any;
|
|
1693
1695
|
} & RecordType>;
|
|
1694
|
-
|
|
1695
|
-
collapseTransition: boolean;
|
|
1696
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
1696
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1697
1697
|
style?: CSSProperties | undefined;
|
|
1698
1698
|
class?: any;
|
|
1699
1699
|
} & RecordType>;
|
|
1700
|
-
defaultValues: FieldValues;
|
|
1701
1700
|
hasErrorTip: boolean;
|
|
1702
1701
|
hasFooter: boolean;
|
|
1703
1702
|
hasReset: boolean;
|
|
@@ -1710,26 +1709,25 @@ export declare const PlusSearch: {
|
|
|
1710
1709
|
class?: any;
|
|
1711
1710
|
} & RecordType>;
|
|
1712
1711
|
prevent: boolean;
|
|
1712
|
+
clearable: boolean;
|
|
1713
1713
|
}> & Omit<{
|
|
1714
1714
|
readonly columns: PlusColumn[];
|
|
1715
1715
|
readonly group: false | PlusFormGroupRow[];
|
|
1716
|
-
readonly layout: "grid" | "flex";
|
|
1717
1716
|
readonly modelValue: FieldValues;
|
|
1718
1717
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1719
1718
|
readonly labelPosition: "top" | "right" | "left";
|
|
1720
1719
|
readonly labelWidth: string | number;
|
|
1721
1720
|
readonly labelSuffix: string;
|
|
1722
1721
|
readonly hasLabel: boolean;
|
|
1723
|
-
readonly
|
|
1724
|
-
readonly
|
|
1722
|
+
readonly defaultValues: FieldValues;
|
|
1723
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
1725
1724
|
style?: CSSProperties | undefined;
|
|
1726
1725
|
class?: any;
|
|
1727
1726
|
} & RecordType>;
|
|
1728
|
-
readonly
|
|
1727
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
1729
1728
|
style?: CSSProperties | undefined;
|
|
1730
1729
|
class?: any;
|
|
1731
1730
|
} & RecordType>;
|
|
1732
|
-
readonly defaultValues: FieldValues;
|
|
1733
1731
|
readonly hasErrorTip: boolean;
|
|
1734
1732
|
readonly hasFooter: boolean;
|
|
1735
1733
|
readonly hasReset: boolean;
|
|
@@ -1742,15 +1740,25 @@ export declare const PlusSearch: {
|
|
|
1742
1740
|
class?: any;
|
|
1743
1741
|
} & RecordType>;
|
|
1744
1742
|
readonly prevent: boolean;
|
|
1743
|
+
readonly clearable: boolean;
|
|
1745
1744
|
readonly collapseDuration?: number | undefined;
|
|
1746
1745
|
readonly collapseTransition?: boolean | undefined;
|
|
1747
|
-
"
|
|
1746
|
+
readonly layout?: "grid" | "flex" | undefined;
|
|
1748
1747
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1749
1748
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1750
1749
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1750
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1751
1751
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1752
1752
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1753
1753
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1754
|
+
collapseDuration: {
|
|
1755
|
+
type: PropType<number>;
|
|
1756
|
+
default: undefined;
|
|
1757
|
+
};
|
|
1758
|
+
collapseTransition: {
|
|
1759
|
+
type: PropType<boolean>;
|
|
1760
|
+
default: undefined;
|
|
1761
|
+
};
|
|
1754
1762
|
columns: {
|
|
1755
1763
|
type: PropType< PlusColumn[]>;
|
|
1756
1764
|
default: () => never[];
|
|
@@ -1761,7 +1769,7 @@ export declare const PlusSearch: {
|
|
|
1761
1769
|
};
|
|
1762
1770
|
layout: {
|
|
1763
1771
|
type: PropType<"grid" | "flex">;
|
|
1764
|
-
default:
|
|
1772
|
+
default: undefined;
|
|
1765
1773
|
};
|
|
1766
1774
|
modelValue: {
|
|
1767
1775
|
type: PropType<FieldValues>;
|
|
@@ -1787,25 +1795,10 @@ export declare const PlusSearch: {
|
|
|
1787
1795
|
type: PropType<boolean>;
|
|
1788
1796
|
default: boolean;
|
|
1789
1797
|
};
|
|
1790
|
-
|
|
1791
|
-
type: PropType<
|
|
1792
|
-
default: boolean;
|
|
1793
|
-
};
|
|
1794
|
-
colProps: {
|
|
1795
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
1796
|
-
style?: CSSProperties | undefined;
|
|
1797
|
-
class?: any;
|
|
1798
|
-
} & RecordType>>;
|
|
1798
|
+
defaultValues: {
|
|
1799
|
+
type: PropType<FieldValues>;
|
|
1799
1800
|
default: () => {};
|
|
1800
1801
|
};
|
|
1801
|
-
collapseDuration: {
|
|
1802
|
-
type: PropType<number>;
|
|
1803
|
-
default: undefined;
|
|
1804
|
-
};
|
|
1805
|
-
collapseTransition: {
|
|
1806
|
-
type: PropType<boolean>;
|
|
1807
|
-
default: undefined;
|
|
1808
|
-
};
|
|
1809
1802
|
rowProps: {
|
|
1810
1803
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
1811
1804
|
style?: CSSProperties | undefined;
|
|
@@ -1813,8 +1806,11 @@ export declare const PlusSearch: {
|
|
|
1813
1806
|
} & RecordType>>;
|
|
1814
1807
|
default: () => {};
|
|
1815
1808
|
};
|
|
1816
|
-
|
|
1817
|
-
type: PropType<
|
|
1809
|
+
colProps: {
|
|
1810
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
1811
|
+
style?: CSSProperties | undefined;
|
|
1812
|
+
class?: any;
|
|
1813
|
+
} & RecordType>>;
|
|
1818
1814
|
default: () => {};
|
|
1819
1815
|
};
|
|
1820
1816
|
hasErrorTip: {
|
|
@@ -1856,14 +1852,18 @@ export declare const PlusSearch: {
|
|
|
1856
1852
|
type: PropType<boolean>;
|
|
1857
1853
|
default: boolean;
|
|
1858
1854
|
};
|
|
1855
|
+
clearable: {
|
|
1856
|
+
type: PropType<boolean>;
|
|
1857
|
+
default: boolean;
|
|
1858
|
+
};
|
|
1859
1859
|
}>> & {
|
|
1860
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1861
1860
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1862
1861
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1863
1862
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1863
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1864
1864
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1865
1865
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1866
|
-
}, "
|
|
1866
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
1867
1867
|
$attrs: {
|
|
1868
1868
|
[x: string]: unknown;
|
|
1869
1869
|
};
|
|
@@ -1878,6 +1878,14 @@ export declare const PlusSearch: {
|
|
|
1878
1878
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
1879
1879
|
$el: any;
|
|
1880
1880
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1881
|
+
collapseDuration: {
|
|
1882
|
+
type: PropType<number>;
|
|
1883
|
+
default: undefined;
|
|
1884
|
+
};
|
|
1885
|
+
collapseTransition: {
|
|
1886
|
+
type: PropType<boolean>;
|
|
1887
|
+
default: undefined;
|
|
1888
|
+
};
|
|
1881
1889
|
columns: {
|
|
1882
1890
|
type: PropType< PlusColumn[]>;
|
|
1883
1891
|
default: () => never[];
|
|
@@ -1888,7 +1896,7 @@ export declare const PlusSearch: {
|
|
|
1888
1896
|
};
|
|
1889
1897
|
layout: {
|
|
1890
1898
|
type: PropType<"grid" | "flex">;
|
|
1891
|
-
default:
|
|
1899
|
+
default: undefined;
|
|
1892
1900
|
};
|
|
1893
1901
|
modelValue: {
|
|
1894
1902
|
type: PropType<FieldValues>;
|
|
@@ -1914,25 +1922,10 @@ export declare const PlusSearch: {
|
|
|
1914
1922
|
type: PropType<boolean>;
|
|
1915
1923
|
default: boolean;
|
|
1916
1924
|
};
|
|
1917
|
-
|
|
1918
|
-
type: PropType<
|
|
1919
|
-
default: boolean;
|
|
1920
|
-
};
|
|
1921
|
-
colProps: {
|
|
1922
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
1923
|
-
style?: CSSProperties | undefined;
|
|
1924
|
-
class?: any;
|
|
1925
|
-
} & RecordType>>;
|
|
1925
|
+
defaultValues: {
|
|
1926
|
+
type: PropType<FieldValues>;
|
|
1926
1927
|
default: () => {};
|
|
1927
1928
|
};
|
|
1928
|
-
collapseDuration: {
|
|
1929
|
-
type: PropType<number>;
|
|
1930
|
-
default: undefined;
|
|
1931
|
-
};
|
|
1932
|
-
collapseTransition: {
|
|
1933
|
-
type: PropType<boolean>;
|
|
1934
|
-
default: undefined;
|
|
1935
|
-
};
|
|
1936
1929
|
rowProps: {
|
|
1937
1930
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
1938
1931
|
style?: CSSProperties | undefined;
|
|
@@ -1940,8 +1933,11 @@ export declare const PlusSearch: {
|
|
|
1940
1933
|
} & RecordType>>;
|
|
1941
1934
|
default: () => {};
|
|
1942
1935
|
};
|
|
1943
|
-
|
|
1944
|
-
type: PropType<
|
|
1936
|
+
colProps: {
|
|
1937
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
1938
|
+
style?: CSSProperties | undefined;
|
|
1939
|
+
class?: any;
|
|
1940
|
+
} & RecordType>>;
|
|
1945
1941
|
default: () => {};
|
|
1946
1942
|
};
|
|
1947
1943
|
hasErrorTip: {
|
|
@@ -1983,11 +1979,15 @@ export declare const PlusSearch: {
|
|
|
1983
1979
|
type: PropType<boolean>;
|
|
1984
1980
|
default: boolean;
|
|
1985
1981
|
};
|
|
1982
|
+
clearable: {
|
|
1983
|
+
type: PropType<boolean>;
|
|
1984
|
+
default: boolean;
|
|
1985
|
+
};
|
|
1986
1986
|
}>> & {
|
|
1987
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1988
1987
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1989
1988
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1990
1989
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1990
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1991
1991
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1992
1992
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1993
1993
|
}, {
|
|
@@ -2283,6 +2283,8 @@ export declare const PlusSearch: {
|
|
|
2283
2283
|
submitError: (errors: unknown) => void;
|
|
2284
2284
|
validate: (...args: any[]) => void;
|
|
2285
2285
|
}, string, {
|
|
2286
|
+
collapseDuration: number;
|
|
2287
|
+
collapseTransition: boolean;
|
|
2286
2288
|
columns: PlusColumn[];
|
|
2287
2289
|
group: false | PlusFormGroupRow[];
|
|
2288
2290
|
layout: "grid" | "flex";
|
|
@@ -2292,18 +2294,15 @@ export declare const PlusSearch: {
|
|
|
2292
2294
|
labelWidth: string | number;
|
|
2293
2295
|
labelSuffix: string;
|
|
2294
2296
|
hasLabel: boolean;
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
+
defaultValues: FieldValues;
|
|
2298
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2297
2299
|
style?: CSSProperties | undefined;
|
|
2298
2300
|
class?: any;
|
|
2299
2301
|
} & RecordType>;
|
|
2300
|
-
|
|
2301
|
-
collapseTransition: boolean;
|
|
2302
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
2302
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2303
2303
|
style?: CSSProperties | undefined;
|
|
2304
2304
|
class?: any;
|
|
2305
2305
|
} & RecordType>;
|
|
2306
|
-
defaultValues: FieldValues;
|
|
2307
2306
|
hasErrorTip: boolean;
|
|
2308
2307
|
hasFooter: boolean;
|
|
2309
2308
|
hasReset: boolean;
|
|
@@ -2316,6 +2315,7 @@ export declare const PlusSearch: {
|
|
|
2316
2315
|
class?: any;
|
|
2317
2316
|
} & RecordType>;
|
|
2318
2317
|
prevent: boolean;
|
|
2318
|
+
clearable: boolean;
|
|
2319
2319
|
}, {}, string, {}> & {
|
|
2320
2320
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2321
2321
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2337,6 +2337,14 @@ export declare const PlusSearch: {
|
|
|
2337
2337
|
$nextTick: nextTick;
|
|
2338
2338
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
2339
2339
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2340
|
+
collapseDuration: {
|
|
2341
|
+
type: PropType<number>;
|
|
2342
|
+
default: undefined;
|
|
2343
|
+
};
|
|
2344
|
+
collapseTransition: {
|
|
2345
|
+
type: PropType<boolean>;
|
|
2346
|
+
default: undefined;
|
|
2347
|
+
};
|
|
2340
2348
|
columns: {
|
|
2341
2349
|
type: PropType< PlusColumn[]>;
|
|
2342
2350
|
default: () => never[];
|
|
@@ -2347,7 +2355,7 @@ export declare const PlusSearch: {
|
|
|
2347
2355
|
};
|
|
2348
2356
|
layout: {
|
|
2349
2357
|
type: PropType<"grid" | "flex">;
|
|
2350
|
-
default:
|
|
2358
|
+
default: undefined;
|
|
2351
2359
|
};
|
|
2352
2360
|
modelValue: {
|
|
2353
2361
|
type: PropType<FieldValues>;
|
|
@@ -2373,25 +2381,10 @@ export declare const PlusSearch: {
|
|
|
2373
2381
|
type: PropType<boolean>;
|
|
2374
2382
|
default: boolean;
|
|
2375
2383
|
};
|
|
2376
|
-
|
|
2377
|
-
type: PropType<
|
|
2378
|
-
default: boolean;
|
|
2379
|
-
};
|
|
2380
|
-
colProps: {
|
|
2381
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
2382
|
-
style?: CSSProperties | undefined;
|
|
2383
|
-
class?: any;
|
|
2384
|
-
} & RecordType>>;
|
|
2384
|
+
defaultValues: {
|
|
2385
|
+
type: PropType<FieldValues>;
|
|
2385
2386
|
default: () => {};
|
|
2386
2387
|
};
|
|
2387
|
-
collapseDuration: {
|
|
2388
|
-
type: PropType<number>;
|
|
2389
|
-
default: undefined;
|
|
2390
|
-
};
|
|
2391
|
-
collapseTransition: {
|
|
2392
|
-
type: PropType<boolean>;
|
|
2393
|
-
default: undefined;
|
|
2394
|
-
};
|
|
2395
2388
|
rowProps: {
|
|
2396
2389
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
2397
2390
|
style?: CSSProperties | undefined;
|
|
@@ -2399,8 +2392,11 @@ export declare const PlusSearch: {
|
|
|
2399
2392
|
} & RecordType>>;
|
|
2400
2393
|
default: () => {};
|
|
2401
2394
|
};
|
|
2402
|
-
|
|
2403
|
-
type: PropType<
|
|
2395
|
+
colProps: {
|
|
2396
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2397
|
+
style?: CSSProperties | undefined;
|
|
2398
|
+
class?: any;
|
|
2399
|
+
} & RecordType>>;
|
|
2404
2400
|
default: () => {};
|
|
2405
2401
|
};
|
|
2406
2402
|
hasErrorTip: {
|
|
@@ -2442,11 +2438,15 @@ export declare const PlusSearch: {
|
|
|
2442
2438
|
type: PropType<boolean>;
|
|
2443
2439
|
default: boolean;
|
|
2444
2440
|
};
|
|
2441
|
+
clearable: {
|
|
2442
|
+
type: PropType<boolean>;
|
|
2443
|
+
default: boolean;
|
|
2444
|
+
};
|
|
2445
2445
|
}>> & {
|
|
2446
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2447
2446
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2448
2447
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2449
2448
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2449
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2450
2450
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2451
2451
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2452
2452
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -2747,9 +2747,9 @@ export declare const PlusSearch: {
|
|
|
2747
2747
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
2748
2748
|
columns?: PlusColumn[] | undefined;
|
|
2749
2749
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2750
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
2750
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2751
2751
|
readonly label: string | ComputedRef<string>;
|
|
2752
|
-
readonly modelValue: string | number | boolean |
|
|
2752
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2753
2753
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2754
2754
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2755
2755
|
style?: CSSProperties | undefined;
|
|
@@ -2776,7 +2776,7 @@ export declare const PlusSearch: {
|
|
|
2776
2776
|
};
|
|
2777
2777
|
rows: number;
|
|
2778
2778
|
autocomplete: string;
|
|
2779
|
-
type: "" | "number" | "default" | "
|
|
2779
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
2780
2780
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2781
2781
|
step: string | number;
|
|
2782
2782
|
format: string | ProgressFn | undefined;
|
|
@@ -2821,7 +2821,7 @@ export declare const PlusSearch: {
|
|
|
2821
2821
|
fieldInstance?: any;
|
|
2822
2822
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2823
2823
|
prop: string;
|
|
2824
|
-
modelValue: string | number | boolean |
|
|
2824
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2825
2825
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2826
2826
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2827
2827
|
style?: CSSProperties | undefined;
|
|
@@ -2855,9 +2855,9 @@ export declare const PlusSearch: {
|
|
|
2855
2855
|
clearable: boolean;
|
|
2856
2856
|
index: number;
|
|
2857
2857
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2858
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
2858
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2859
2859
|
readonly label: string | ComputedRef<string>;
|
|
2860
|
-
readonly modelValue: string | number | boolean |
|
|
2860
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2861
2861
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2862
2862
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2863
2863
|
style?: CSSProperties | undefined;
|
|
@@ -2884,7 +2884,7 @@ export declare const PlusSearch: {
|
|
|
2884
2884
|
};
|
|
2885
2885
|
rows: number;
|
|
2886
2886
|
autocomplete: string;
|
|
2887
|
-
type: "" | "number" | "default" | "
|
|
2887
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
2888
2888
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2889
2889
|
step: string | number;
|
|
2890
2890
|
format: string | ProgressFn | undefined;
|
|
@@ -2929,7 +2929,7 @@ export declare const PlusSearch: {
|
|
|
2929
2929
|
fieldInstance?: any;
|
|
2930
2930
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2931
2931
|
prop: string;
|
|
2932
|
-
modelValue: string | number | boolean |
|
|
2932
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2933
2933
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2934
2934
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2935
2935
|
style?: CSSProperties | undefined;
|
|
@@ -2986,15 +2986,15 @@ export declare const PlusSearch: {
|
|
|
2986
2986
|
labelPosition: "top" | "right" | "left";
|
|
2987
2987
|
inline: boolean;
|
|
2988
2988
|
showNumber: number;
|
|
2989
|
-
|
|
2989
|
+
defaultValues: FieldValues;
|
|
2990
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2990
2991
|
style?: CSSProperties | undefined;
|
|
2991
2992
|
class?: any;
|
|
2992
2993
|
} & RecordType>;
|
|
2993
|
-
|
|
2994
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2994
2995
|
style?: CSSProperties | undefined;
|
|
2995
2996
|
class?: any;
|
|
2996
2997
|
} & RecordType>;
|
|
2997
|
-
defaultValues: FieldValues;
|
|
2998
2998
|
hasFooter: boolean;
|
|
2999
2999
|
hasReset: boolean;
|
|
3000
3000
|
resetText: string;
|
|
@@ -3036,6 +3036,19 @@ export declare const PlusSearch: {
|
|
|
3036
3036
|
type: PropType<number>;
|
|
3037
3037
|
default: number;
|
|
3038
3038
|
};
|
|
3039
|
+
defaultValues: {
|
|
3040
|
+
type: PropType<FieldValues>;
|
|
3041
|
+
default: () => {};
|
|
3042
|
+
};
|
|
3043
|
+
rowProps: {
|
|
3044
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
3045
|
+
style?: CSSProperties | undefined;
|
|
3046
|
+
class?: any;
|
|
3047
|
+
} & RecordType>>;
|
|
3048
|
+
default: () => {
|
|
3049
|
+
gutter: number;
|
|
3050
|
+
};
|
|
3051
|
+
};
|
|
3039
3052
|
colProps: {
|
|
3040
3053
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
3041
3054
|
style?: CSSProperties | undefined;
|
|
@@ -3049,19 +3062,6 @@ export declare const PlusSearch: {
|
|
|
3049
3062
|
xl: number;
|
|
3050
3063
|
};
|
|
3051
3064
|
};
|
|
3052
|
-
rowProps: {
|
|
3053
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
3054
|
-
style?: CSSProperties | undefined;
|
|
3055
|
-
class?: any;
|
|
3056
|
-
} & RecordType>>;
|
|
3057
|
-
default: () => {
|
|
3058
|
-
gutter: number;
|
|
3059
|
-
};
|
|
3060
|
-
};
|
|
3061
|
-
defaultValues: {
|
|
3062
|
-
type: PropType<FieldValues>;
|
|
3063
|
-
default: () => {};
|
|
3064
|
-
};
|
|
3065
3065
|
hasFooter: {
|
|
3066
3066
|
type: PropType<boolean>;
|
|
3067
3067
|
default: boolean;
|
|
@@ -3111,9 +3111,9 @@ export declare const PlusSearch: {
|
|
|
3111
3111
|
default: undefined;
|
|
3112
3112
|
};
|
|
3113
3113
|
}>> & {
|
|
3114
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3115
3114
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3116
3115
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3116
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3117
3117
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
3118
3118
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
3119
3119
|
}, {
|
|
@@ -3121,6 +3121,8 @@ export declare const PlusSearch: {
|
|
|
3121
3121
|
$: ComponentInternalInstance;
|
|
3122
3122
|
$data: {};
|
|
3123
3123
|
$props: Partial<{
|
|
3124
|
+
collapseDuration: number;
|
|
3125
|
+
collapseTransition: boolean;
|
|
3124
3126
|
columns: PlusColumn[];
|
|
3125
3127
|
group: false | PlusFormGroupRow[];
|
|
3126
3128
|
layout: "grid" | "flex";
|
|
@@ -3130,18 +3132,15 @@ export declare const PlusSearch: {
|
|
|
3130
3132
|
labelWidth: string | number;
|
|
3131
3133
|
labelSuffix: string;
|
|
3132
3134
|
hasLabel: boolean;
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
+
defaultValues: FieldValues;
|
|
3136
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
3135
3137
|
style?: CSSProperties | undefined;
|
|
3136
3138
|
class?: any;
|
|
3137
3139
|
} & RecordType>;
|
|
3138
|
-
|
|
3139
|
-
collapseTransition: boolean;
|
|
3140
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
3140
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
3141
3141
|
style?: CSSProperties | undefined;
|
|
3142
3142
|
class?: any;
|
|
3143
3143
|
} & RecordType>;
|
|
3144
|
-
defaultValues: FieldValues;
|
|
3145
3144
|
hasErrorTip: boolean;
|
|
3146
3145
|
hasFooter: boolean;
|
|
3147
3146
|
hasReset: boolean;
|
|
@@ -3154,26 +3153,25 @@ export declare const PlusSearch: {
|
|
|
3154
3153
|
class?: any;
|
|
3155
3154
|
} & RecordType>;
|
|
3156
3155
|
prevent: boolean;
|
|
3156
|
+
clearable: boolean;
|
|
3157
3157
|
}> & Omit<{
|
|
3158
3158
|
readonly columns: PlusColumn[];
|
|
3159
3159
|
readonly group: false | PlusFormGroupRow[];
|
|
3160
|
-
readonly layout: "grid" | "flex";
|
|
3161
3160
|
readonly modelValue: FieldValues;
|
|
3162
3161
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3163
3162
|
readonly labelPosition: "top" | "right" | "left";
|
|
3164
3163
|
readonly labelWidth: string | number;
|
|
3165
3164
|
readonly labelSuffix: string;
|
|
3166
3165
|
readonly hasLabel: boolean;
|
|
3167
|
-
readonly
|
|
3168
|
-
readonly
|
|
3166
|
+
readonly defaultValues: FieldValues;
|
|
3167
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
3169
3168
|
style?: CSSProperties | undefined;
|
|
3170
3169
|
class?: any;
|
|
3171
3170
|
} & RecordType>;
|
|
3172
|
-
readonly
|
|
3171
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
3173
3172
|
style?: CSSProperties | undefined;
|
|
3174
3173
|
class?: any;
|
|
3175
3174
|
} & RecordType>;
|
|
3176
|
-
readonly defaultValues: FieldValues;
|
|
3177
3175
|
readonly hasErrorTip: boolean;
|
|
3178
3176
|
readonly hasFooter: boolean;
|
|
3179
3177
|
readonly hasReset: boolean;
|
|
@@ -3186,15 +3184,25 @@ export declare const PlusSearch: {
|
|
|
3186
3184
|
class?: any;
|
|
3187
3185
|
} & RecordType>;
|
|
3188
3186
|
readonly prevent: boolean;
|
|
3187
|
+
readonly clearable: boolean;
|
|
3189
3188
|
readonly collapseDuration?: number | undefined;
|
|
3190
3189
|
readonly collapseTransition?: boolean | undefined;
|
|
3191
|
-
"
|
|
3190
|
+
readonly layout?: "grid" | "flex" | undefined;
|
|
3192
3191
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3193
3192
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3194
3193
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3194
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3195
3195
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
3196
3196
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
3197
3197
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3198
|
+
collapseDuration: {
|
|
3199
|
+
type: PropType<number>;
|
|
3200
|
+
default: undefined;
|
|
3201
|
+
};
|
|
3202
|
+
collapseTransition: {
|
|
3203
|
+
type: PropType<boolean>;
|
|
3204
|
+
default: undefined;
|
|
3205
|
+
};
|
|
3198
3206
|
columns: {
|
|
3199
3207
|
type: PropType< PlusColumn[]>;
|
|
3200
3208
|
default: () => never[];
|
|
@@ -3205,7 +3213,7 @@ export declare const PlusSearch: {
|
|
|
3205
3213
|
};
|
|
3206
3214
|
layout: {
|
|
3207
3215
|
type: PropType<"grid" | "flex">;
|
|
3208
|
-
default:
|
|
3216
|
+
default: undefined;
|
|
3209
3217
|
};
|
|
3210
3218
|
modelValue: {
|
|
3211
3219
|
type: PropType<FieldValues>;
|
|
@@ -3231,25 +3239,10 @@ export declare const PlusSearch: {
|
|
|
3231
3239
|
type: PropType<boolean>;
|
|
3232
3240
|
default: boolean;
|
|
3233
3241
|
};
|
|
3234
|
-
|
|
3235
|
-
type: PropType<
|
|
3236
|
-
default: boolean;
|
|
3237
|
-
};
|
|
3238
|
-
colProps: {
|
|
3239
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
3240
|
-
style?: CSSProperties | undefined;
|
|
3241
|
-
class?: any;
|
|
3242
|
-
} & RecordType>>;
|
|
3242
|
+
defaultValues: {
|
|
3243
|
+
type: PropType<FieldValues>;
|
|
3243
3244
|
default: () => {};
|
|
3244
3245
|
};
|
|
3245
|
-
collapseDuration: {
|
|
3246
|
-
type: PropType<number>;
|
|
3247
|
-
default: undefined;
|
|
3248
|
-
};
|
|
3249
|
-
collapseTransition: {
|
|
3250
|
-
type: PropType<boolean>;
|
|
3251
|
-
default: undefined;
|
|
3252
|
-
};
|
|
3253
3246
|
rowProps: {
|
|
3254
3247
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
3255
3248
|
style?: CSSProperties | undefined;
|
|
@@ -3257,8 +3250,11 @@ export declare const PlusSearch: {
|
|
|
3257
3250
|
} & RecordType>>;
|
|
3258
3251
|
default: () => {};
|
|
3259
3252
|
};
|
|
3260
|
-
|
|
3261
|
-
type: PropType<
|
|
3253
|
+
colProps: {
|
|
3254
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
3255
|
+
style?: CSSProperties | undefined;
|
|
3256
|
+
class?: any;
|
|
3257
|
+
} & RecordType>>;
|
|
3262
3258
|
default: () => {};
|
|
3263
3259
|
};
|
|
3264
3260
|
hasErrorTip: {
|
|
@@ -3300,14 +3296,18 @@ export declare const PlusSearch: {
|
|
|
3300
3296
|
type: PropType<boolean>;
|
|
3301
3297
|
default: boolean;
|
|
3302
3298
|
};
|
|
3299
|
+
clearable: {
|
|
3300
|
+
type: PropType<boolean>;
|
|
3301
|
+
default: boolean;
|
|
3302
|
+
};
|
|
3303
3303
|
}>> & {
|
|
3304
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3305
3304
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3306
3305
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3307
3306
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3307
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3308
3308
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
3309
3309
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
3310
|
-
}, "
|
|
3310
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
3311
3311
|
$attrs: {
|
|
3312
3312
|
[x: string]: unknown;
|
|
3313
3313
|
};
|
|
@@ -3322,6 +3322,14 @@ export declare const PlusSearch: {
|
|
|
3322
3322
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
3323
3323
|
$el: any;
|
|
3324
3324
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3325
|
+
collapseDuration: {
|
|
3326
|
+
type: PropType<number>;
|
|
3327
|
+
default: undefined;
|
|
3328
|
+
};
|
|
3329
|
+
collapseTransition: {
|
|
3330
|
+
type: PropType<boolean>;
|
|
3331
|
+
default: undefined;
|
|
3332
|
+
};
|
|
3325
3333
|
columns: {
|
|
3326
3334
|
type: PropType< PlusColumn[]>;
|
|
3327
3335
|
default: () => never[];
|
|
@@ -3332,7 +3340,7 @@ export declare const PlusSearch: {
|
|
|
3332
3340
|
};
|
|
3333
3341
|
layout: {
|
|
3334
3342
|
type: PropType<"grid" | "flex">;
|
|
3335
|
-
default:
|
|
3343
|
+
default: undefined;
|
|
3336
3344
|
};
|
|
3337
3345
|
modelValue: {
|
|
3338
3346
|
type: PropType<FieldValues>;
|
|
@@ -3358,25 +3366,10 @@ export declare const PlusSearch: {
|
|
|
3358
3366
|
type: PropType<boolean>;
|
|
3359
3367
|
default: boolean;
|
|
3360
3368
|
};
|
|
3361
|
-
|
|
3362
|
-
type: PropType<
|
|
3363
|
-
default: boolean;
|
|
3364
|
-
};
|
|
3365
|
-
colProps: {
|
|
3366
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
3367
|
-
style?: CSSProperties | undefined;
|
|
3368
|
-
class?: any;
|
|
3369
|
-
} & RecordType>>;
|
|
3369
|
+
defaultValues: {
|
|
3370
|
+
type: PropType<FieldValues>;
|
|
3370
3371
|
default: () => {};
|
|
3371
3372
|
};
|
|
3372
|
-
collapseDuration: {
|
|
3373
|
-
type: PropType<number>;
|
|
3374
|
-
default: undefined;
|
|
3375
|
-
};
|
|
3376
|
-
collapseTransition: {
|
|
3377
|
-
type: PropType<boolean>;
|
|
3378
|
-
default: undefined;
|
|
3379
|
-
};
|
|
3380
3373
|
rowProps: {
|
|
3381
3374
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
3382
3375
|
style?: CSSProperties | undefined;
|
|
@@ -3384,8 +3377,11 @@ export declare const PlusSearch: {
|
|
|
3384
3377
|
} & RecordType>>;
|
|
3385
3378
|
default: () => {};
|
|
3386
3379
|
};
|
|
3387
|
-
|
|
3388
|
-
type: PropType<
|
|
3380
|
+
colProps: {
|
|
3381
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
3382
|
+
style?: CSSProperties | undefined;
|
|
3383
|
+
class?: any;
|
|
3384
|
+
} & RecordType>>;
|
|
3389
3385
|
default: () => {};
|
|
3390
3386
|
};
|
|
3391
3387
|
hasErrorTip: {
|
|
@@ -3427,11 +3423,15 @@ export declare const PlusSearch: {
|
|
|
3427
3423
|
type: PropType<boolean>;
|
|
3428
3424
|
default: boolean;
|
|
3429
3425
|
};
|
|
3426
|
+
clearable: {
|
|
3427
|
+
type: PropType<boolean>;
|
|
3428
|
+
default: boolean;
|
|
3429
|
+
};
|
|
3430
3430
|
}>> & {
|
|
3431
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3432
3431
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3433
3432
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3434
3433
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3434
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3435
3435
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
3436
3436
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
3437
3437
|
}, {
|
|
@@ -3727,6 +3727,8 @@ export declare const PlusSearch: {
|
|
|
3727
3727
|
submitError: (errors: unknown) => void;
|
|
3728
3728
|
validate: (...args: any[]) => void;
|
|
3729
3729
|
}, string, {
|
|
3730
|
+
collapseDuration: number;
|
|
3731
|
+
collapseTransition: boolean;
|
|
3730
3732
|
columns: PlusColumn[];
|
|
3731
3733
|
group: false | PlusFormGroupRow[];
|
|
3732
3734
|
layout: "grid" | "flex";
|
|
@@ -3736,18 +3738,15 @@ export declare const PlusSearch: {
|
|
|
3736
3738
|
labelWidth: string | number;
|
|
3737
3739
|
labelSuffix: string;
|
|
3738
3740
|
hasLabel: boolean;
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
+
defaultValues: FieldValues;
|
|
3742
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
3741
3743
|
style?: CSSProperties | undefined;
|
|
3742
3744
|
class?: any;
|
|
3743
3745
|
} & RecordType>;
|
|
3744
|
-
|
|
3745
|
-
collapseTransition: boolean;
|
|
3746
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
3746
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
3747
3747
|
style?: CSSProperties | undefined;
|
|
3748
3748
|
class?: any;
|
|
3749
3749
|
} & RecordType>;
|
|
3750
|
-
defaultValues: FieldValues;
|
|
3751
3750
|
hasErrorTip: boolean;
|
|
3752
3751
|
hasFooter: boolean;
|
|
3753
3752
|
hasReset: boolean;
|
|
@@ -3760,6 +3759,7 @@ export declare const PlusSearch: {
|
|
|
3760
3759
|
class?: any;
|
|
3761
3760
|
} & RecordType>;
|
|
3762
3761
|
prevent: boolean;
|
|
3762
|
+
clearable: boolean;
|
|
3763
3763
|
}, {}, string, {}> & {
|
|
3764
3764
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
3765
3765
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -3781,6 +3781,14 @@ export declare const PlusSearch: {
|
|
|
3781
3781
|
$nextTick: nextTick;
|
|
3782
3782
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
3783
3783
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
3784
|
+
collapseDuration: {
|
|
3785
|
+
type: PropType<number>;
|
|
3786
|
+
default: undefined;
|
|
3787
|
+
};
|
|
3788
|
+
collapseTransition: {
|
|
3789
|
+
type: PropType<boolean>;
|
|
3790
|
+
default: undefined;
|
|
3791
|
+
};
|
|
3784
3792
|
columns: {
|
|
3785
3793
|
type: PropType< PlusColumn[]>;
|
|
3786
3794
|
default: () => never[];
|
|
@@ -3791,7 +3799,7 @@ export declare const PlusSearch: {
|
|
|
3791
3799
|
};
|
|
3792
3800
|
layout: {
|
|
3793
3801
|
type: PropType<"grid" | "flex">;
|
|
3794
|
-
default:
|
|
3802
|
+
default: undefined;
|
|
3795
3803
|
};
|
|
3796
3804
|
modelValue: {
|
|
3797
3805
|
type: PropType<FieldValues>;
|
|
@@ -3817,25 +3825,10 @@ export declare const PlusSearch: {
|
|
|
3817
3825
|
type: PropType<boolean>;
|
|
3818
3826
|
default: boolean;
|
|
3819
3827
|
};
|
|
3820
|
-
|
|
3821
|
-
type: PropType<
|
|
3822
|
-
default: boolean;
|
|
3823
|
-
};
|
|
3824
|
-
colProps: {
|
|
3825
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
3826
|
-
style?: CSSProperties | undefined;
|
|
3827
|
-
class?: any;
|
|
3828
|
-
} & RecordType>>;
|
|
3828
|
+
defaultValues: {
|
|
3829
|
+
type: PropType<FieldValues>;
|
|
3829
3830
|
default: () => {};
|
|
3830
3831
|
};
|
|
3831
|
-
collapseDuration: {
|
|
3832
|
-
type: PropType<number>;
|
|
3833
|
-
default: undefined;
|
|
3834
|
-
};
|
|
3835
|
-
collapseTransition: {
|
|
3836
|
-
type: PropType<boolean>;
|
|
3837
|
-
default: undefined;
|
|
3838
|
-
};
|
|
3839
3832
|
rowProps: {
|
|
3840
3833
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
3841
3834
|
style?: CSSProperties | undefined;
|
|
@@ -3843,8 +3836,11 @@ export declare const PlusSearch: {
|
|
|
3843
3836
|
} & RecordType>>;
|
|
3844
3837
|
default: () => {};
|
|
3845
3838
|
};
|
|
3846
|
-
|
|
3847
|
-
type: PropType<
|
|
3839
|
+
colProps: {
|
|
3840
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
3841
|
+
style?: CSSProperties | undefined;
|
|
3842
|
+
class?: any;
|
|
3843
|
+
} & RecordType>>;
|
|
3848
3844
|
default: () => {};
|
|
3849
3845
|
};
|
|
3850
3846
|
hasErrorTip: {
|
|
@@ -3886,11 +3882,15 @@ export declare const PlusSearch: {
|
|
|
3886
3882
|
type: PropType<boolean>;
|
|
3887
3883
|
default: boolean;
|
|
3888
3884
|
};
|
|
3885
|
+
clearable: {
|
|
3886
|
+
type: PropType<boolean>;
|
|
3887
|
+
default: boolean;
|
|
3888
|
+
};
|
|
3889
3889
|
}>> & {
|
|
3890
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3891
3890
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3892
3891
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3893
3892
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3893
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3894
3894
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
3895
3895
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
3896
3896
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -4191,9 +4191,9 @@ export declare const PlusSearch: {
|
|
|
4191
4191
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
4192
4192
|
columns?: PlusColumn[] | undefined;
|
|
4193
4193
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4194
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
4194
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
4195
4195
|
readonly label: string | ComputedRef<string>;
|
|
4196
|
-
readonly modelValue: string | number | boolean |
|
|
4196
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4197
4197
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4198
4198
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4199
4199
|
style?: CSSProperties | undefined;
|
|
@@ -4220,7 +4220,7 @@ export declare const PlusSearch: {
|
|
|
4220
4220
|
};
|
|
4221
4221
|
rows: number;
|
|
4222
4222
|
autocomplete: string;
|
|
4223
|
-
type: "" | "number" | "default" | "
|
|
4223
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
4224
4224
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4225
4225
|
step: string | number;
|
|
4226
4226
|
format: string | ProgressFn | undefined;
|
|
@@ -4265,7 +4265,7 @@ export declare const PlusSearch: {
|
|
|
4265
4265
|
fieldInstance?: any;
|
|
4266
4266
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4267
4267
|
prop: string;
|
|
4268
|
-
modelValue: string | number | boolean |
|
|
4268
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4269
4269
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4270
4270
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4271
4271
|
style?: CSSProperties | undefined;
|
|
@@ -4299,9 +4299,9 @@ export declare const PlusSearch: {
|
|
|
4299
4299
|
clearable: boolean;
|
|
4300
4300
|
index: number;
|
|
4301
4301
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4302
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
4302
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
4303
4303
|
readonly label: string | ComputedRef<string>;
|
|
4304
|
-
readonly modelValue: string | number | boolean |
|
|
4304
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4305
4305
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4306
4306
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4307
4307
|
style?: CSSProperties | undefined;
|
|
@@ -4328,7 +4328,7 @@ export declare const PlusSearch: {
|
|
|
4328
4328
|
};
|
|
4329
4329
|
rows: number;
|
|
4330
4330
|
autocomplete: string;
|
|
4331
|
-
type: "" | "number" | "default" | "
|
|
4331
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
4332
4332
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4333
4333
|
step: string | number;
|
|
4334
4334
|
format: string | ProgressFn | undefined;
|
|
@@ -4373,7 +4373,7 @@ export declare const PlusSearch: {
|
|
|
4373
4373
|
fieldInstance?: any;
|
|
4374
4374
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4375
4375
|
prop: string;
|
|
4376
|
-
modelValue: string | number | boolean |
|
|
4376
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4377
4377
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4378
4378
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4379
4379
|
style?: CSSProperties | undefined;
|
|
@@ -4436,15 +4436,15 @@ export declare const PlusSearch: {
|
|
|
4436
4436
|
labelPosition: "top" | "right" | "left";
|
|
4437
4437
|
inline: boolean;
|
|
4438
4438
|
showNumber: number;
|
|
4439
|
-
|
|
4439
|
+
defaultValues: FieldValues;
|
|
4440
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
4440
4441
|
style?: CSSProperties | undefined;
|
|
4441
4442
|
class?: any;
|
|
4442
4443
|
} & RecordType>;
|
|
4443
|
-
|
|
4444
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
4444
4445
|
style?: CSSProperties | undefined;
|
|
4445
4446
|
class?: any;
|
|
4446
4447
|
} & RecordType>;
|
|
4447
|
-
defaultValues: FieldValues;
|
|
4448
4448
|
hasFooter: boolean;
|
|
4449
4449
|
hasReset: boolean;
|
|
4450
4450
|
resetText: string;
|
|
@@ -4459,9 +4459,9 @@ export declare const PlusSearch: {
|
|
|
4459
4459
|
resetIcon: Component | null;
|
|
4460
4460
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
4461
4461
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
4462
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
4462
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
4463
4463
|
readonly label: string | ComputedRef<string>;
|
|
4464
|
-
readonly modelValue: string | number | boolean |
|
|
4464
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4465
4465
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4466
4466
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4467
4467
|
style?: CSSProperties | undefined;
|
|
@@ -4488,7 +4488,7 @@ export declare const PlusSearch: {
|
|
|
4488
4488
|
};
|
|
4489
4489
|
rows: number;
|
|
4490
4490
|
autocomplete: string;
|
|
4491
|
-
type: "" | "number" | "default" | "
|
|
4491
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
4492
4492
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4493
4493
|
step: string | number;
|
|
4494
4494
|
format: string | ProgressFn | undefined;
|
|
@@ -4533,7 +4533,7 @@ export declare const PlusSearch: {
|
|
|
4533
4533
|
fieldInstance?: any;
|
|
4534
4534
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4535
4535
|
prop: string;
|
|
4536
|
-
modelValue: string | number | boolean |
|
|
4536
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4537
4537
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4538
4538
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4539
4539
|
style?: CSSProperties | undefined;
|