yc-pro-components 0.0.7 → 0.0.9
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 +76 -76
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +57 -57
- package/es/components/check-card-group/src/index.vue.d.ts +20 -20
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +39 -39
- package/es/components/descriptions/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +45 -45
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +11 -11
- package/es/components/display-item/index.d.ts +24 -24
- package/es/components/display-item/src/index.vue.d.ts +24 -24
- package/es/components/drawer-form/index.d.ts +31 -31
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +138 -138
- package/es/components/form/src/form-content.vue.d.ts +29 -29
- package/es/components/form/src/index.vue.d.ts +25 -25
- package/es/components/form-item/index.d.ts +128 -128
- package/es/components/form-item/src/index.vue.d.ts +19 -19
- 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 +16 -16
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +1035 -1035
- package/es/components/page/src/index.vue.d.ts +337 -337
- package/es/components/pagination/index.d.ts +38 -38
- package/es/components/pagination/src/index.vue.d.ts +2 -2
- package/es/components/radio/index.d.ts +34 -34
- 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 +426 -426
- package/es/components/search/src/index.vue.d.ts +125 -125
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +19 -19
- package/es/components/steps-form/src/index.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +38 -38
- package/es/components/table/src/index.vue.d.ts +7 -7
- 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 +6 -6
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- 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-dialog/index.d.ts +24 -24
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-more-actions/index.d.ts +6 -6
- package/es/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/es/components/yc-plus-page/src/index.vue.d.ts +735 -735
- 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 +1 -1
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.css +1 -1
- package/index.css +8 -7
- package/index.js +2 -2
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +2 -2
- package/lib/components/check-card/index.d.ts +76 -76
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +57 -57
- package/lib/components/check-card-group/src/index.vue.d.ts +20 -20
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +39 -39
- package/lib/components/descriptions/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +45 -45
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +11 -11
- package/lib/components/display-item/index.d.ts +24 -24
- package/lib/components/display-item/src/index.vue.d.ts +24 -24
- package/lib/components/drawer-form/index.d.ts +31 -31
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +138 -138
- package/lib/components/form/src/form-content.vue.d.ts +29 -29
- package/lib/components/form/src/index.vue.d.ts +25 -25
- package/lib/components/form-item/index.d.ts +128 -128
- package/lib/components/form-item/src/index.vue.d.ts +19 -19
- 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 +16 -16
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +1035 -1035
- package/lib/components/page/src/index.vue.d.ts +337 -337
- package/lib/components/pagination/index.d.ts +38 -38
- package/lib/components/pagination/src/index.vue.d.ts +2 -2
- package/lib/components/radio/index.d.ts +34 -34
- 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 +426 -426
- package/lib/components/search/src/index.vue.d.ts +125 -125
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +19 -19
- package/lib/components/steps-form/src/index.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +38 -38
- package/lib/components/table/src/index.vue.d.ts +7 -7
- 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 +6 -6
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- 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-dialog/index.d.ts +24 -24
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-more-actions/index.d.ts +6 -6
- package/lib/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/lib/components/yc-plus-page/src/index.vue.d.ts +735 -735
- 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 +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/lib/index.css +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/yc-status-dialog.scss +1 -0
|
@@ -1,8 +1,8 @@
|
|
|
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 {
|
|
5
|
-
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
|
+
import { FieldValues, PlusColumn, 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, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Component } from 'vue';
|
|
7
7
|
import { default as Search } from './src/index.vue';
|
|
8
8
|
|
|
@@ -10,14 +10,14 @@ export type PlusSearchInstance = InstanceType<typeof Search>;
|
|
|
10
10
|
export * from './src/type';
|
|
11
11
|
export declare const PlusSearch: {
|
|
12
12
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
13
|
-
columns: {
|
|
14
|
-
type: PropType< PlusColumn[]>;
|
|
15
|
-
default: () => never[];
|
|
16
|
-
};
|
|
17
13
|
modelValue: {
|
|
18
14
|
type: PropType<FieldValues>;
|
|
19
15
|
default: () => {};
|
|
20
16
|
};
|
|
17
|
+
columns: {
|
|
18
|
+
type: PropType< PlusColumn[]>;
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
21
|
labelPosition: {
|
|
22
22
|
type: PropType<"top" | "right" | "left">;
|
|
23
23
|
default: undefined;
|
|
@@ -30,6 +30,19 @@ export declare const PlusSearch: {
|
|
|
30
30
|
type: PropType<number>;
|
|
31
31
|
default: number;
|
|
32
32
|
};
|
|
33
|
+
defaultValues: {
|
|
34
|
+
type: PropType<FieldValues>;
|
|
35
|
+
default: () => {};
|
|
36
|
+
};
|
|
37
|
+
rowProps: {
|
|
38
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
39
|
+
style?: CSSProperties | undefined;
|
|
40
|
+
class?: any;
|
|
41
|
+
} & RecordType>>;
|
|
42
|
+
default: () => {
|
|
43
|
+
gutter: number;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
33
46
|
colProps: {
|
|
34
47
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
35
48
|
style?: CSSProperties | undefined;
|
|
@@ -43,19 +56,6 @@ export declare const PlusSearch: {
|
|
|
43
56
|
xl: number;
|
|
44
57
|
};
|
|
45
58
|
};
|
|
46
|
-
rowProps: {
|
|
47
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
48
|
-
style?: CSSProperties | undefined;
|
|
49
|
-
class?: any;
|
|
50
|
-
} & RecordType>>;
|
|
51
|
-
default: () => {
|
|
52
|
-
gutter: number;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
defaultValues: {
|
|
56
|
-
type: PropType<FieldValues>;
|
|
57
|
-
default: () => {};
|
|
58
|
-
};
|
|
59
59
|
hasFooter: {
|
|
60
60
|
type: PropType<boolean>;
|
|
61
61
|
default: boolean;
|
|
@@ -107,69 +107,69 @@ export declare const PlusSearch: {
|
|
|
107
107
|
$: ComponentInternalInstance;
|
|
108
108
|
$data: {};
|
|
109
109
|
$props: Partial<{
|
|
110
|
+
modelValue: FieldValues;
|
|
111
|
+
collapseDuration: number;
|
|
112
|
+
collapseTransition: boolean;
|
|
110
113
|
columns: PlusColumn[];
|
|
111
114
|
group: false | PlusFormGroupRow[];
|
|
112
|
-
modelValue: FieldValues;
|
|
113
115
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
114
116
|
labelPosition: "top" | "right" | "left";
|
|
115
117
|
labelWidth: string | number;
|
|
116
118
|
labelSuffix: string;
|
|
117
119
|
hasLabel: boolean;
|
|
118
|
-
|
|
119
|
-
|
|
120
|
+
defaultValues: FieldValues;
|
|
121
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
120
122
|
style?: CSSProperties | undefined;
|
|
121
123
|
class?: any;
|
|
122
124
|
} & RecordType>;
|
|
123
|
-
|
|
124
|
-
collapseTransition: boolean;
|
|
125
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
125
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
126
126
|
style?: CSSProperties | undefined;
|
|
127
127
|
class?: any;
|
|
128
128
|
} & RecordType>;
|
|
129
|
-
defaultValues: FieldValues;
|
|
130
129
|
hasErrorTip: boolean;
|
|
131
130
|
hasFooter: boolean;
|
|
132
131
|
hasReset: boolean;
|
|
133
132
|
submitText: string;
|
|
134
133
|
resetText: string;
|
|
135
134
|
submitLoading: boolean;
|
|
136
|
-
footerAlign: "
|
|
135
|
+
footerAlign: "center" | "right" | "left";
|
|
137
136
|
cardProps: Partial< Mutable<CardProps> & {
|
|
138
137
|
style?: CSSProperties | undefined;
|
|
139
138
|
class?: any;
|
|
140
139
|
} & RecordType>;
|
|
141
140
|
prevent: boolean;
|
|
141
|
+
clearable: boolean;
|
|
142
142
|
}> & Omit<{
|
|
143
|
+
readonly modelValue: FieldValues;
|
|
143
144
|
readonly columns: PlusColumn[];
|
|
144
145
|
readonly group: false | PlusFormGroupRow[];
|
|
145
|
-
readonly modelValue: FieldValues;
|
|
146
146
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
147
147
|
readonly labelPosition: "top" | "right" | "left";
|
|
148
148
|
readonly labelWidth: string | number;
|
|
149
149
|
readonly labelSuffix: string;
|
|
150
150
|
readonly hasLabel: boolean;
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
151
|
+
readonly defaultValues: FieldValues;
|
|
152
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
153
153
|
style?: CSSProperties | undefined;
|
|
154
154
|
class?: any;
|
|
155
155
|
} & RecordType>;
|
|
156
|
-
readonly
|
|
156
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
157
157
|
style?: CSSProperties | undefined;
|
|
158
158
|
class?: any;
|
|
159
159
|
} & RecordType>;
|
|
160
|
-
readonly defaultValues: FieldValues;
|
|
161
160
|
readonly hasErrorTip: boolean;
|
|
162
161
|
readonly hasFooter: boolean;
|
|
163
162
|
readonly hasReset: boolean;
|
|
164
163
|
readonly submitText: string;
|
|
165
164
|
readonly resetText: string;
|
|
166
165
|
readonly submitLoading: boolean;
|
|
167
|
-
readonly footerAlign: "
|
|
166
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
168
167
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
169
168
|
style?: CSSProperties | undefined;
|
|
170
169
|
class?: any;
|
|
171
170
|
} & RecordType>;
|
|
172
171
|
readonly prevent: boolean;
|
|
172
|
+
readonly clearable: boolean;
|
|
173
173
|
readonly collapseDuration?: number | undefined;
|
|
174
174
|
readonly collapseTransition?: boolean | undefined;
|
|
175
175
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
@@ -179,6 +179,18 @@ export declare const PlusSearch: {
|
|
|
179
179
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
180
180
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
181
181
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
182
|
+
modelValue: {
|
|
183
|
+
type: PropType<FieldValues>;
|
|
184
|
+
default: () => {};
|
|
185
|
+
};
|
|
186
|
+
collapseDuration: {
|
|
187
|
+
type: PropType<number>;
|
|
188
|
+
default: undefined;
|
|
189
|
+
};
|
|
190
|
+
collapseTransition: {
|
|
191
|
+
type: PropType<boolean>;
|
|
192
|
+
default: undefined;
|
|
193
|
+
};
|
|
182
194
|
columns: {
|
|
183
195
|
type: PropType< PlusColumn[]>;
|
|
184
196
|
default: () => never[];
|
|
@@ -187,10 +199,6 @@ export declare const PlusSearch: {
|
|
|
187
199
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
188
200
|
default: boolean;
|
|
189
201
|
};
|
|
190
|
-
modelValue: {
|
|
191
|
-
type: PropType<FieldValues>;
|
|
192
|
-
default: () => {};
|
|
193
|
-
};
|
|
194
202
|
rules: {
|
|
195
203
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
196
204
|
default: () => {};
|
|
@@ -211,25 +219,10 @@ export declare const PlusSearch: {
|
|
|
211
219
|
type: PropType<boolean>;
|
|
212
220
|
default: boolean;
|
|
213
221
|
};
|
|
214
|
-
|
|
215
|
-
type: PropType<
|
|
216
|
-
default: boolean;
|
|
217
|
-
};
|
|
218
|
-
colProps: {
|
|
219
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
220
|
-
style?: CSSProperties | undefined;
|
|
221
|
-
class?: any;
|
|
222
|
-
} & RecordType>>;
|
|
222
|
+
defaultValues: {
|
|
223
|
+
type: PropType<FieldValues>;
|
|
223
224
|
default: () => {};
|
|
224
225
|
};
|
|
225
|
-
collapseDuration: {
|
|
226
|
-
type: PropType<number>;
|
|
227
|
-
default: undefined;
|
|
228
|
-
};
|
|
229
|
-
collapseTransition: {
|
|
230
|
-
type: PropType<boolean>;
|
|
231
|
-
default: undefined;
|
|
232
|
-
};
|
|
233
226
|
rowProps: {
|
|
234
227
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
235
228
|
style?: CSSProperties | undefined;
|
|
@@ -237,8 +230,11 @@ export declare const PlusSearch: {
|
|
|
237
230
|
} & RecordType>>;
|
|
238
231
|
default: () => {};
|
|
239
232
|
};
|
|
240
|
-
|
|
241
|
-
type: PropType<
|
|
233
|
+
colProps: {
|
|
234
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
235
|
+
style?: CSSProperties | undefined;
|
|
236
|
+
class?: any;
|
|
237
|
+
} & RecordType>>;
|
|
242
238
|
default: () => {};
|
|
243
239
|
};
|
|
244
240
|
hasErrorTip: {
|
|
@@ -266,7 +262,7 @@ export declare const PlusSearch: {
|
|
|
266
262
|
default: boolean;
|
|
267
263
|
};
|
|
268
264
|
footerAlign: {
|
|
269
|
-
type: PropType<"
|
|
265
|
+
type: PropType<"center" | "right" | "left">;
|
|
270
266
|
default: string;
|
|
271
267
|
};
|
|
272
268
|
cardProps: {
|
|
@@ -280,6 +276,10 @@ export declare const PlusSearch: {
|
|
|
280
276
|
type: PropType<boolean>;
|
|
281
277
|
default: boolean;
|
|
282
278
|
};
|
|
279
|
+
clearable: {
|
|
280
|
+
type: PropType<boolean>;
|
|
281
|
+
default: boolean;
|
|
282
|
+
};
|
|
283
283
|
}>> & {
|
|
284
284
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
285
285
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -287,7 +287,7 @@ export declare const PlusSearch: {
|
|
|
287
287
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
288
288
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
289
289
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
290
|
-
}, "
|
|
290
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
291
291
|
$attrs: {
|
|
292
292
|
[x: string]: unknown;
|
|
293
293
|
};
|
|
@@ -299,9 +299,21 @@ export declare const PlusSearch: {
|
|
|
299
299
|
}>;
|
|
300
300
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
301
301
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
302
|
-
$emit: ((event: "
|
|
302
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
303
303
|
$el: any;
|
|
304
304
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
305
|
+
modelValue: {
|
|
306
|
+
type: PropType<FieldValues>;
|
|
307
|
+
default: () => {};
|
|
308
|
+
};
|
|
309
|
+
collapseDuration: {
|
|
310
|
+
type: PropType<number>;
|
|
311
|
+
default: undefined;
|
|
312
|
+
};
|
|
313
|
+
collapseTransition: {
|
|
314
|
+
type: PropType<boolean>;
|
|
315
|
+
default: undefined;
|
|
316
|
+
};
|
|
305
317
|
columns: {
|
|
306
318
|
type: PropType< PlusColumn[]>;
|
|
307
319
|
default: () => never[];
|
|
@@ -310,10 +322,6 @@ export declare const PlusSearch: {
|
|
|
310
322
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
311
323
|
default: boolean;
|
|
312
324
|
};
|
|
313
|
-
modelValue: {
|
|
314
|
-
type: PropType<FieldValues>;
|
|
315
|
-
default: () => {};
|
|
316
|
-
};
|
|
317
325
|
rules: {
|
|
318
326
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
319
327
|
default: () => {};
|
|
@@ -334,25 +342,10 @@ export declare const PlusSearch: {
|
|
|
334
342
|
type: PropType<boolean>;
|
|
335
343
|
default: boolean;
|
|
336
344
|
};
|
|
337
|
-
|
|
338
|
-
type: PropType<
|
|
339
|
-
default: boolean;
|
|
340
|
-
};
|
|
341
|
-
colProps: {
|
|
342
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
343
|
-
style?: CSSProperties | undefined;
|
|
344
|
-
class?: any;
|
|
345
|
-
} & RecordType>>;
|
|
345
|
+
defaultValues: {
|
|
346
|
+
type: PropType<FieldValues>;
|
|
346
347
|
default: () => {};
|
|
347
348
|
};
|
|
348
|
-
collapseDuration: {
|
|
349
|
-
type: PropType<number>;
|
|
350
|
-
default: undefined;
|
|
351
|
-
};
|
|
352
|
-
collapseTransition: {
|
|
353
|
-
type: PropType<boolean>;
|
|
354
|
-
default: undefined;
|
|
355
|
-
};
|
|
356
349
|
rowProps: {
|
|
357
350
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
358
351
|
style?: CSSProperties | undefined;
|
|
@@ -360,8 +353,11 @@ export declare const PlusSearch: {
|
|
|
360
353
|
} & RecordType>>;
|
|
361
354
|
default: () => {};
|
|
362
355
|
};
|
|
363
|
-
|
|
364
|
-
type: PropType<
|
|
356
|
+
colProps: {
|
|
357
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
358
|
+
style?: CSSProperties | undefined;
|
|
359
|
+
class?: any;
|
|
360
|
+
} & RecordType>>;
|
|
365
361
|
default: () => {};
|
|
366
362
|
};
|
|
367
363
|
hasErrorTip: {
|
|
@@ -389,7 +385,7 @@ export declare const PlusSearch: {
|
|
|
389
385
|
default: boolean;
|
|
390
386
|
};
|
|
391
387
|
footerAlign: {
|
|
392
|
-
type: PropType<"
|
|
388
|
+
type: PropType<"center" | "right" | "left">;
|
|
393
389
|
default: string;
|
|
394
390
|
};
|
|
395
391
|
cardProps: {
|
|
@@ -403,6 +399,10 @@ export declare const PlusSearch: {
|
|
|
403
399
|
type: PropType<boolean>;
|
|
404
400
|
default: boolean;
|
|
405
401
|
};
|
|
402
|
+
clearable: {
|
|
403
|
+
type: PropType<boolean>;
|
|
404
|
+
default: boolean;
|
|
405
|
+
};
|
|
406
406
|
}>> & {
|
|
407
407
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
408
408
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -703,38 +703,38 @@ export declare const PlusSearch: {
|
|
|
703
703
|
submitError: (errors: unknown) => void;
|
|
704
704
|
validate: (...args: any[]) => void;
|
|
705
705
|
}, string, {
|
|
706
|
+
modelValue: FieldValues;
|
|
707
|
+
collapseDuration: number;
|
|
708
|
+
collapseTransition: boolean;
|
|
706
709
|
columns: PlusColumn[];
|
|
707
710
|
group: false | PlusFormGroupRow[];
|
|
708
|
-
modelValue: FieldValues;
|
|
709
711
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
710
712
|
labelPosition: "top" | "right" | "left";
|
|
711
713
|
labelWidth: string | number;
|
|
712
714
|
labelSuffix: string;
|
|
713
715
|
hasLabel: boolean;
|
|
714
|
-
|
|
715
|
-
|
|
716
|
+
defaultValues: FieldValues;
|
|
717
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
716
718
|
style?: CSSProperties | undefined;
|
|
717
719
|
class?: any;
|
|
718
720
|
} & RecordType>;
|
|
719
|
-
|
|
720
|
-
collapseTransition: boolean;
|
|
721
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
721
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
722
722
|
style?: CSSProperties | undefined;
|
|
723
723
|
class?: any;
|
|
724
724
|
} & RecordType>;
|
|
725
|
-
defaultValues: FieldValues;
|
|
726
725
|
hasErrorTip: boolean;
|
|
727
726
|
hasFooter: boolean;
|
|
728
727
|
hasReset: boolean;
|
|
729
728
|
submitText: string;
|
|
730
729
|
resetText: string;
|
|
731
730
|
submitLoading: boolean;
|
|
732
|
-
footerAlign: "
|
|
731
|
+
footerAlign: "center" | "right" | "left";
|
|
733
732
|
cardProps: Partial< Mutable<CardProps> & {
|
|
734
733
|
style?: CSSProperties | undefined;
|
|
735
734
|
class?: any;
|
|
736
735
|
} & RecordType>;
|
|
737
736
|
prevent: boolean;
|
|
737
|
+
clearable: boolean;
|
|
738
738
|
}, {}, string, {}> & {
|
|
739
739
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
740
740
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -756,6 +756,18 @@ export declare const PlusSearch: {
|
|
|
756
756
|
$nextTick: nextTick;
|
|
757
757
|
$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;
|
|
758
758
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
759
|
+
modelValue: {
|
|
760
|
+
type: PropType<FieldValues>;
|
|
761
|
+
default: () => {};
|
|
762
|
+
};
|
|
763
|
+
collapseDuration: {
|
|
764
|
+
type: PropType<number>;
|
|
765
|
+
default: undefined;
|
|
766
|
+
};
|
|
767
|
+
collapseTransition: {
|
|
768
|
+
type: PropType<boolean>;
|
|
769
|
+
default: undefined;
|
|
770
|
+
};
|
|
759
771
|
columns: {
|
|
760
772
|
type: PropType< PlusColumn[]>;
|
|
761
773
|
default: () => never[];
|
|
@@ -764,10 +776,6 @@ export declare const PlusSearch: {
|
|
|
764
776
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
765
777
|
default: boolean;
|
|
766
778
|
};
|
|
767
|
-
modelValue: {
|
|
768
|
-
type: PropType<FieldValues>;
|
|
769
|
-
default: () => {};
|
|
770
|
-
};
|
|
771
779
|
rules: {
|
|
772
780
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
773
781
|
default: () => {};
|
|
@@ -788,25 +796,10 @@ export declare const PlusSearch: {
|
|
|
788
796
|
type: PropType<boolean>;
|
|
789
797
|
default: boolean;
|
|
790
798
|
};
|
|
791
|
-
|
|
792
|
-
type: PropType<
|
|
793
|
-
default: boolean;
|
|
794
|
-
};
|
|
795
|
-
colProps: {
|
|
796
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
797
|
-
style?: CSSProperties | undefined;
|
|
798
|
-
class?: any;
|
|
799
|
-
} & RecordType>>;
|
|
799
|
+
defaultValues: {
|
|
800
|
+
type: PropType<FieldValues>;
|
|
800
801
|
default: () => {};
|
|
801
802
|
};
|
|
802
|
-
collapseDuration: {
|
|
803
|
-
type: PropType<number>;
|
|
804
|
-
default: undefined;
|
|
805
|
-
};
|
|
806
|
-
collapseTransition: {
|
|
807
|
-
type: PropType<boolean>;
|
|
808
|
-
default: undefined;
|
|
809
|
-
};
|
|
810
803
|
rowProps: {
|
|
811
804
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
812
805
|
style?: CSSProperties | undefined;
|
|
@@ -814,8 +807,11 @@ export declare const PlusSearch: {
|
|
|
814
807
|
} & RecordType>>;
|
|
815
808
|
default: () => {};
|
|
816
809
|
};
|
|
817
|
-
|
|
818
|
-
type: PropType<
|
|
810
|
+
colProps: {
|
|
811
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
812
|
+
style?: CSSProperties | undefined;
|
|
813
|
+
class?: any;
|
|
814
|
+
} & RecordType>>;
|
|
819
815
|
default: () => {};
|
|
820
816
|
};
|
|
821
817
|
hasErrorTip: {
|
|
@@ -843,7 +839,7 @@ export declare const PlusSearch: {
|
|
|
843
839
|
default: boolean;
|
|
844
840
|
};
|
|
845
841
|
footerAlign: {
|
|
846
|
-
type: PropType<"
|
|
842
|
+
type: PropType<"center" | "right" | "left">;
|
|
847
843
|
default: string;
|
|
848
844
|
};
|
|
849
845
|
cardProps: {
|
|
@@ -857,6 +853,10 @@ export declare const PlusSearch: {
|
|
|
857
853
|
type: PropType<boolean>;
|
|
858
854
|
default: boolean;
|
|
859
855
|
};
|
|
856
|
+
clearable: {
|
|
857
|
+
type: PropType<boolean>;
|
|
858
|
+
default: boolean;
|
|
859
|
+
};
|
|
860
860
|
}>> & {
|
|
861
861
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
862
862
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -1162,14 +1162,14 @@ export declare const PlusSearch: {
|
|
|
1162
1162
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1163
1163
|
columns?: PlusColumn[] | undefined;
|
|
1164
1164
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1165
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1165
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1166
1166
|
readonly label: string | ComputedRef<string>;
|
|
1167
|
-
readonly modelValue: string | number | boolean |
|
|
1167
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1168
1168
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1169
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1169
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1170
1170
|
style?: CSSProperties | undefined;
|
|
1171
1171
|
class?: any;
|
|
1172
|
-
} & RecordType> | ComputedRef<
|
|
1172
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1173
1173
|
style?: CSSProperties | undefined;
|
|
1174
1174
|
class?: any;
|
|
1175
1175
|
} & RecordType>>;
|
|
@@ -1191,7 +1191,7 @@ export declare const PlusSearch: {
|
|
|
1191
1191
|
};
|
|
1192
1192
|
rows: number;
|
|
1193
1193
|
autocomplete: string;
|
|
1194
|
-
type: "" | "number" | "default" | "
|
|
1194
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1195
1195
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1196
1196
|
step: string | number;
|
|
1197
1197
|
format: string | ProgressFn | undefined;
|
|
@@ -1230,12 +1230,12 @@ export declare const PlusSearch: {
|
|
|
1230
1230
|
fieldInstance?: any;
|
|
1231
1231
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1232
1232
|
prop: string;
|
|
1233
|
-
modelValue: string | number | boolean |
|
|
1233
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1234
1234
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1235
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1235
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1236
1236
|
style?: CSSProperties | undefined;
|
|
1237
1237
|
class?: any;
|
|
1238
|
-
} & RecordType> | ComputedRef<
|
|
1238
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1239
1239
|
style?: CSSProperties | undefined;
|
|
1240
1240
|
class?: any;
|
|
1241
1241
|
} & RecordType>>;
|
|
@@ -1258,14 +1258,14 @@ export declare const PlusSearch: {
|
|
|
1258
1258
|
clearable: boolean;
|
|
1259
1259
|
index: number;
|
|
1260
1260
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1261
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1261
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1262
1262
|
readonly label: string | ComputedRef<string>;
|
|
1263
|
-
readonly modelValue: string | number | boolean |
|
|
1263
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1264
1264
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1265
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1265
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1266
1266
|
style?: CSSProperties | undefined;
|
|
1267
1267
|
class?: any;
|
|
1268
|
-
} & RecordType> | ComputedRef<
|
|
1268
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1269
1269
|
style?: CSSProperties | undefined;
|
|
1270
1270
|
class?: any;
|
|
1271
1271
|
} & RecordType>>;
|
|
@@ -1287,7 +1287,7 @@ export declare const PlusSearch: {
|
|
|
1287
1287
|
};
|
|
1288
1288
|
rows: number;
|
|
1289
1289
|
autocomplete: string;
|
|
1290
|
-
type: "" | "number" | "default" | "
|
|
1290
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1291
1291
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1292
1292
|
step: string | number;
|
|
1293
1293
|
format: string | ProgressFn | undefined;
|
|
@@ -1326,12 +1326,12 @@ export declare const PlusSearch: {
|
|
|
1326
1326
|
fieldInstance?: any;
|
|
1327
1327
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1328
1328
|
prop: string;
|
|
1329
|
-
modelValue: string | number | boolean |
|
|
1329
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1330
1330
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1331
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1331
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1332
1332
|
style?: CSSProperties | undefined;
|
|
1333
1333
|
class?: any;
|
|
1334
|
-
} & RecordType> | ComputedRef<
|
|
1334
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1335
1335
|
style?: CSSProperties | undefined;
|
|
1336
1336
|
class?: any;
|
|
1337
1337
|
} & RecordType>>;
|
|
@@ -1377,14 +1377,14 @@ export declare const PlusSearch: {
|
|
|
1377
1377
|
reset: (values: FieldValues) => void;
|
|
1378
1378
|
collapse: (isShowUnfold: boolean) => void;
|
|
1379
1379
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1380
|
-
columns: {
|
|
1381
|
-
type: PropType< PlusColumn[]>;
|
|
1382
|
-
default: () => never[];
|
|
1383
|
-
};
|
|
1384
1380
|
modelValue: {
|
|
1385
1381
|
type: PropType<FieldValues>;
|
|
1386
1382
|
default: () => {};
|
|
1387
1383
|
};
|
|
1384
|
+
columns: {
|
|
1385
|
+
type: PropType< PlusColumn[]>;
|
|
1386
|
+
default: () => never[];
|
|
1387
|
+
};
|
|
1388
1388
|
labelPosition: {
|
|
1389
1389
|
type: PropType<"top" | "right" | "left">;
|
|
1390
1390
|
default: undefined;
|
|
@@ -1397,6 +1397,19 @@ export declare const PlusSearch: {
|
|
|
1397
1397
|
type: PropType<number>;
|
|
1398
1398
|
default: number;
|
|
1399
1399
|
};
|
|
1400
|
+
defaultValues: {
|
|
1401
|
+
type: PropType<FieldValues>;
|
|
1402
|
+
default: () => {};
|
|
1403
|
+
};
|
|
1404
|
+
rowProps: {
|
|
1405
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
1406
|
+
style?: CSSProperties | undefined;
|
|
1407
|
+
class?: any;
|
|
1408
|
+
} & RecordType>>;
|
|
1409
|
+
default: () => {
|
|
1410
|
+
gutter: number;
|
|
1411
|
+
};
|
|
1412
|
+
};
|
|
1400
1413
|
colProps: {
|
|
1401
1414
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
1402
1415
|
style?: CSSProperties | undefined;
|
|
@@ -1410,19 +1423,6 @@ export declare const PlusSearch: {
|
|
|
1410
1423
|
xl: number;
|
|
1411
1424
|
};
|
|
1412
1425
|
};
|
|
1413
|
-
rowProps: {
|
|
1414
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
1415
|
-
style?: CSSProperties | undefined;
|
|
1416
|
-
class?: any;
|
|
1417
|
-
} & RecordType>>;
|
|
1418
|
-
default: () => {
|
|
1419
|
-
gutter: number;
|
|
1420
|
-
};
|
|
1421
|
-
};
|
|
1422
|
-
defaultValues: {
|
|
1423
|
-
type: PropType<FieldValues>;
|
|
1424
|
-
default: () => {};
|
|
1425
|
-
};
|
|
1426
1426
|
hasFooter: {
|
|
1427
1427
|
type: PropType<boolean>;
|
|
1428
1428
|
default: boolean;
|
|
@@ -1470,20 +1470,20 @@ export declare const PlusSearch: {
|
|
|
1470
1470
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1471
1471
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1472
1472
|
}, {
|
|
1473
|
-
columns: PlusColumn[];
|
|
1474
1473
|
modelValue: FieldValues;
|
|
1474
|
+
columns: PlusColumn[];
|
|
1475
1475
|
labelPosition: "top" | "right" | "left";
|
|
1476
1476
|
inline: boolean;
|
|
1477
1477
|
showNumber: number;
|
|
1478
|
-
|
|
1478
|
+
defaultValues: FieldValues;
|
|
1479
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1479
1480
|
style?: CSSProperties | undefined;
|
|
1480
1481
|
class?: any;
|
|
1481
1482
|
} & RecordType>;
|
|
1482
|
-
|
|
1483
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1483
1484
|
style?: CSSProperties | undefined;
|
|
1484
1485
|
class?: any;
|
|
1485
1486
|
} & RecordType>;
|
|
1486
|
-
defaultValues: FieldValues;
|
|
1487
1487
|
hasFooter: boolean;
|
|
1488
1488
|
hasReset: boolean;
|
|
1489
1489
|
resetText: string;
|
|
@@ -1502,14 +1502,14 @@ export declare const PlusSearch: {
|
|
|
1502
1502
|
M: {};
|
|
1503
1503
|
Defaults: {};
|
|
1504
1504
|
}, Readonly< ExtractPropTypes<{
|
|
1505
|
-
columns: {
|
|
1506
|
-
type: PropType< PlusColumn[]>;
|
|
1507
|
-
default: () => never[];
|
|
1508
|
-
};
|
|
1509
1505
|
modelValue: {
|
|
1510
1506
|
type: PropType<FieldValues>;
|
|
1511
1507
|
default: () => {};
|
|
1512
1508
|
};
|
|
1509
|
+
columns: {
|
|
1510
|
+
type: PropType< PlusColumn[]>;
|
|
1511
|
+
default: () => never[];
|
|
1512
|
+
};
|
|
1513
1513
|
labelPosition: {
|
|
1514
1514
|
type: PropType<"top" | "right" | "left">;
|
|
1515
1515
|
default: undefined;
|
|
@@ -1522,6 +1522,19 @@ export declare const PlusSearch: {
|
|
|
1522
1522
|
type: PropType<number>;
|
|
1523
1523
|
default: number;
|
|
1524
1524
|
};
|
|
1525
|
+
defaultValues: {
|
|
1526
|
+
type: PropType<FieldValues>;
|
|
1527
|
+
default: () => {};
|
|
1528
|
+
};
|
|
1529
|
+
rowProps: {
|
|
1530
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
1531
|
+
style?: CSSProperties | undefined;
|
|
1532
|
+
class?: any;
|
|
1533
|
+
} & RecordType>>;
|
|
1534
|
+
default: () => {
|
|
1535
|
+
gutter: number;
|
|
1536
|
+
};
|
|
1537
|
+
};
|
|
1525
1538
|
colProps: {
|
|
1526
1539
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
1527
1540
|
style?: CSSProperties | undefined;
|
|
@@ -1535,19 +1548,6 @@ export declare const PlusSearch: {
|
|
|
1535
1548
|
xl: number;
|
|
1536
1549
|
};
|
|
1537
1550
|
};
|
|
1538
|
-
rowProps: {
|
|
1539
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
1540
|
-
style?: CSSProperties | undefined;
|
|
1541
|
-
class?: any;
|
|
1542
|
-
} & RecordType>>;
|
|
1543
|
-
default: () => {
|
|
1544
|
-
gutter: number;
|
|
1545
|
-
};
|
|
1546
|
-
};
|
|
1547
|
-
defaultValues: {
|
|
1548
|
-
type: PropType<FieldValues>;
|
|
1549
|
-
default: () => {};
|
|
1550
|
-
};
|
|
1551
1551
|
hasFooter: {
|
|
1552
1552
|
type: PropType<boolean>;
|
|
1553
1553
|
default: boolean;
|
|
@@ -1599,69 +1599,69 @@ export declare const PlusSearch: {
|
|
|
1599
1599
|
$: ComponentInternalInstance;
|
|
1600
1600
|
$data: {};
|
|
1601
1601
|
$props: Partial<{
|
|
1602
|
+
modelValue: FieldValues;
|
|
1603
|
+
collapseDuration: number;
|
|
1604
|
+
collapseTransition: boolean;
|
|
1602
1605
|
columns: PlusColumn[];
|
|
1603
1606
|
group: false | PlusFormGroupRow[];
|
|
1604
|
-
modelValue: FieldValues;
|
|
1605
1607
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1606
1608
|
labelPosition: "top" | "right" | "left";
|
|
1607
1609
|
labelWidth: string | number;
|
|
1608
1610
|
labelSuffix: string;
|
|
1609
1611
|
hasLabel: boolean;
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
+
defaultValues: FieldValues;
|
|
1613
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1612
1614
|
style?: CSSProperties | undefined;
|
|
1613
1615
|
class?: any;
|
|
1614
1616
|
} & RecordType>;
|
|
1615
|
-
|
|
1616
|
-
collapseTransition: boolean;
|
|
1617
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
1617
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1618
1618
|
style?: CSSProperties | undefined;
|
|
1619
1619
|
class?: any;
|
|
1620
1620
|
} & RecordType>;
|
|
1621
|
-
defaultValues: FieldValues;
|
|
1622
1621
|
hasErrorTip: boolean;
|
|
1623
1622
|
hasFooter: boolean;
|
|
1624
1623
|
hasReset: boolean;
|
|
1625
1624
|
submitText: string;
|
|
1626
1625
|
resetText: string;
|
|
1627
1626
|
submitLoading: boolean;
|
|
1628
|
-
footerAlign: "
|
|
1627
|
+
footerAlign: "center" | "right" | "left";
|
|
1629
1628
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1630
1629
|
style?: CSSProperties | undefined;
|
|
1631
1630
|
class?: any;
|
|
1632
1631
|
} & RecordType>;
|
|
1633
1632
|
prevent: boolean;
|
|
1633
|
+
clearable: boolean;
|
|
1634
1634
|
}> & Omit<{
|
|
1635
|
+
readonly modelValue: FieldValues;
|
|
1635
1636
|
readonly columns: PlusColumn[];
|
|
1636
1637
|
readonly group: false | PlusFormGroupRow[];
|
|
1637
|
-
readonly modelValue: FieldValues;
|
|
1638
1638
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1639
1639
|
readonly labelPosition: "top" | "right" | "left";
|
|
1640
1640
|
readonly labelWidth: string | number;
|
|
1641
1641
|
readonly labelSuffix: string;
|
|
1642
1642
|
readonly hasLabel: boolean;
|
|
1643
|
-
readonly
|
|
1644
|
-
readonly
|
|
1643
|
+
readonly defaultValues: FieldValues;
|
|
1644
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
1645
1645
|
style?: CSSProperties | undefined;
|
|
1646
1646
|
class?: any;
|
|
1647
1647
|
} & RecordType>;
|
|
1648
|
-
readonly
|
|
1648
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
1649
1649
|
style?: CSSProperties | undefined;
|
|
1650
1650
|
class?: any;
|
|
1651
1651
|
} & RecordType>;
|
|
1652
|
-
readonly defaultValues: FieldValues;
|
|
1653
1652
|
readonly hasErrorTip: boolean;
|
|
1654
1653
|
readonly hasFooter: boolean;
|
|
1655
1654
|
readonly hasReset: boolean;
|
|
1656
1655
|
readonly submitText: string;
|
|
1657
1656
|
readonly resetText: string;
|
|
1658
1657
|
readonly submitLoading: boolean;
|
|
1659
|
-
readonly footerAlign: "
|
|
1658
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
1660
1659
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
1661
1660
|
style?: CSSProperties | undefined;
|
|
1662
1661
|
class?: any;
|
|
1663
1662
|
} & RecordType>;
|
|
1664
1663
|
readonly prevent: boolean;
|
|
1664
|
+
readonly clearable: boolean;
|
|
1665
1665
|
readonly collapseDuration?: number | undefined;
|
|
1666
1666
|
readonly collapseTransition?: boolean | undefined;
|
|
1667
1667
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
@@ -1671,6 +1671,18 @@ export declare const PlusSearch: {
|
|
|
1671
1671
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1672
1672
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1673
1673
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1674
|
+
modelValue: {
|
|
1675
|
+
type: PropType<FieldValues>;
|
|
1676
|
+
default: () => {};
|
|
1677
|
+
};
|
|
1678
|
+
collapseDuration: {
|
|
1679
|
+
type: PropType<number>;
|
|
1680
|
+
default: undefined;
|
|
1681
|
+
};
|
|
1682
|
+
collapseTransition: {
|
|
1683
|
+
type: PropType<boolean>;
|
|
1684
|
+
default: undefined;
|
|
1685
|
+
};
|
|
1674
1686
|
columns: {
|
|
1675
1687
|
type: PropType< PlusColumn[]>;
|
|
1676
1688
|
default: () => never[];
|
|
@@ -1679,10 +1691,6 @@ export declare const PlusSearch: {
|
|
|
1679
1691
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1680
1692
|
default: boolean;
|
|
1681
1693
|
};
|
|
1682
|
-
modelValue: {
|
|
1683
|
-
type: PropType<FieldValues>;
|
|
1684
|
-
default: () => {};
|
|
1685
|
-
};
|
|
1686
1694
|
rules: {
|
|
1687
1695
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1688
1696
|
default: () => {};
|
|
@@ -1703,25 +1711,10 @@ export declare const PlusSearch: {
|
|
|
1703
1711
|
type: PropType<boolean>;
|
|
1704
1712
|
default: boolean;
|
|
1705
1713
|
};
|
|
1706
|
-
|
|
1707
|
-
type: PropType<
|
|
1708
|
-
default: boolean;
|
|
1709
|
-
};
|
|
1710
|
-
colProps: {
|
|
1711
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
1712
|
-
style?: CSSProperties | undefined;
|
|
1713
|
-
class?: any;
|
|
1714
|
-
} & RecordType>>;
|
|
1714
|
+
defaultValues: {
|
|
1715
|
+
type: PropType<FieldValues>;
|
|
1715
1716
|
default: () => {};
|
|
1716
1717
|
};
|
|
1717
|
-
collapseDuration: {
|
|
1718
|
-
type: PropType<number>;
|
|
1719
|
-
default: undefined;
|
|
1720
|
-
};
|
|
1721
|
-
collapseTransition: {
|
|
1722
|
-
type: PropType<boolean>;
|
|
1723
|
-
default: undefined;
|
|
1724
|
-
};
|
|
1725
1718
|
rowProps: {
|
|
1726
1719
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
1727
1720
|
style?: CSSProperties | undefined;
|
|
@@ -1729,8 +1722,11 @@ export declare const PlusSearch: {
|
|
|
1729
1722
|
} & RecordType>>;
|
|
1730
1723
|
default: () => {};
|
|
1731
1724
|
};
|
|
1732
|
-
|
|
1733
|
-
type: PropType<
|
|
1725
|
+
colProps: {
|
|
1726
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
1727
|
+
style?: CSSProperties | undefined;
|
|
1728
|
+
class?: any;
|
|
1729
|
+
} & RecordType>>;
|
|
1734
1730
|
default: () => {};
|
|
1735
1731
|
};
|
|
1736
1732
|
hasErrorTip: {
|
|
@@ -1758,7 +1754,7 @@ export declare const PlusSearch: {
|
|
|
1758
1754
|
default: boolean;
|
|
1759
1755
|
};
|
|
1760
1756
|
footerAlign: {
|
|
1761
|
-
type: PropType<"
|
|
1757
|
+
type: PropType<"center" | "right" | "left">;
|
|
1762
1758
|
default: string;
|
|
1763
1759
|
};
|
|
1764
1760
|
cardProps: {
|
|
@@ -1772,6 +1768,10 @@ export declare const PlusSearch: {
|
|
|
1772
1768
|
type: PropType<boolean>;
|
|
1773
1769
|
default: boolean;
|
|
1774
1770
|
};
|
|
1771
|
+
clearable: {
|
|
1772
|
+
type: PropType<boolean>;
|
|
1773
|
+
default: boolean;
|
|
1774
|
+
};
|
|
1775
1775
|
}>> & {
|
|
1776
1776
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1777
1777
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -1779,7 +1779,7 @@ export declare const PlusSearch: {
|
|
|
1779
1779
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1780
1780
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1781
1781
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1782
|
-
}, "
|
|
1782
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
1783
1783
|
$attrs: {
|
|
1784
1784
|
[x: string]: unknown;
|
|
1785
1785
|
};
|
|
@@ -1791,9 +1791,21 @@ export declare const PlusSearch: {
|
|
|
1791
1791
|
}>;
|
|
1792
1792
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1793
1793
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1794
|
-
$emit: ((event: "
|
|
1794
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
1795
1795
|
$el: any;
|
|
1796
1796
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1797
|
+
modelValue: {
|
|
1798
|
+
type: PropType<FieldValues>;
|
|
1799
|
+
default: () => {};
|
|
1800
|
+
};
|
|
1801
|
+
collapseDuration: {
|
|
1802
|
+
type: PropType<number>;
|
|
1803
|
+
default: undefined;
|
|
1804
|
+
};
|
|
1805
|
+
collapseTransition: {
|
|
1806
|
+
type: PropType<boolean>;
|
|
1807
|
+
default: undefined;
|
|
1808
|
+
};
|
|
1797
1809
|
columns: {
|
|
1798
1810
|
type: PropType< PlusColumn[]>;
|
|
1799
1811
|
default: () => never[];
|
|
@@ -1802,10 +1814,6 @@ export declare const PlusSearch: {
|
|
|
1802
1814
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1803
1815
|
default: boolean;
|
|
1804
1816
|
};
|
|
1805
|
-
modelValue: {
|
|
1806
|
-
type: PropType<FieldValues>;
|
|
1807
|
-
default: () => {};
|
|
1808
|
-
};
|
|
1809
1817
|
rules: {
|
|
1810
1818
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1811
1819
|
default: () => {};
|
|
@@ -1826,25 +1834,10 @@ export declare const PlusSearch: {
|
|
|
1826
1834
|
type: PropType<boolean>;
|
|
1827
1835
|
default: boolean;
|
|
1828
1836
|
};
|
|
1829
|
-
|
|
1830
|
-
type: PropType<
|
|
1831
|
-
default: boolean;
|
|
1832
|
-
};
|
|
1833
|
-
colProps: {
|
|
1834
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
1835
|
-
style?: CSSProperties | undefined;
|
|
1836
|
-
class?: any;
|
|
1837
|
-
} & RecordType>>;
|
|
1837
|
+
defaultValues: {
|
|
1838
|
+
type: PropType<FieldValues>;
|
|
1838
1839
|
default: () => {};
|
|
1839
1840
|
};
|
|
1840
|
-
collapseDuration: {
|
|
1841
|
-
type: PropType<number>;
|
|
1842
|
-
default: undefined;
|
|
1843
|
-
};
|
|
1844
|
-
collapseTransition: {
|
|
1845
|
-
type: PropType<boolean>;
|
|
1846
|
-
default: undefined;
|
|
1847
|
-
};
|
|
1848
1841
|
rowProps: {
|
|
1849
1842
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
1850
1843
|
style?: CSSProperties | undefined;
|
|
@@ -1852,8 +1845,11 @@ export declare const PlusSearch: {
|
|
|
1852
1845
|
} & RecordType>>;
|
|
1853
1846
|
default: () => {};
|
|
1854
1847
|
};
|
|
1855
|
-
|
|
1856
|
-
type: PropType<
|
|
1848
|
+
colProps: {
|
|
1849
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
1850
|
+
style?: CSSProperties | undefined;
|
|
1851
|
+
class?: any;
|
|
1852
|
+
} & RecordType>>;
|
|
1857
1853
|
default: () => {};
|
|
1858
1854
|
};
|
|
1859
1855
|
hasErrorTip: {
|
|
@@ -1881,7 +1877,7 @@ export declare const PlusSearch: {
|
|
|
1881
1877
|
default: boolean;
|
|
1882
1878
|
};
|
|
1883
1879
|
footerAlign: {
|
|
1884
|
-
type: PropType<"
|
|
1880
|
+
type: PropType<"center" | "right" | "left">;
|
|
1885
1881
|
default: string;
|
|
1886
1882
|
};
|
|
1887
1883
|
cardProps: {
|
|
@@ -1895,6 +1891,10 @@ export declare const PlusSearch: {
|
|
|
1895
1891
|
type: PropType<boolean>;
|
|
1896
1892
|
default: boolean;
|
|
1897
1893
|
};
|
|
1894
|
+
clearable: {
|
|
1895
|
+
type: PropType<boolean>;
|
|
1896
|
+
default: boolean;
|
|
1897
|
+
};
|
|
1898
1898
|
}>> & {
|
|
1899
1899
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1900
1900
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -2195,38 +2195,38 @@ export declare const PlusSearch: {
|
|
|
2195
2195
|
submitError: (errors: unknown) => void;
|
|
2196
2196
|
validate: (...args: any[]) => void;
|
|
2197
2197
|
}, string, {
|
|
2198
|
+
modelValue: FieldValues;
|
|
2199
|
+
collapseDuration: number;
|
|
2200
|
+
collapseTransition: boolean;
|
|
2198
2201
|
columns: PlusColumn[];
|
|
2199
2202
|
group: false | PlusFormGroupRow[];
|
|
2200
|
-
modelValue: FieldValues;
|
|
2201
2203
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2202
2204
|
labelPosition: "top" | "right" | "left";
|
|
2203
2205
|
labelWidth: string | number;
|
|
2204
2206
|
labelSuffix: string;
|
|
2205
2207
|
hasLabel: boolean;
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
+
defaultValues: FieldValues;
|
|
2209
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2208
2210
|
style?: CSSProperties | undefined;
|
|
2209
2211
|
class?: any;
|
|
2210
2212
|
} & RecordType>;
|
|
2211
|
-
|
|
2212
|
-
collapseTransition: boolean;
|
|
2213
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
2213
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2214
2214
|
style?: CSSProperties | undefined;
|
|
2215
2215
|
class?: any;
|
|
2216
2216
|
} & RecordType>;
|
|
2217
|
-
defaultValues: FieldValues;
|
|
2218
2217
|
hasErrorTip: boolean;
|
|
2219
2218
|
hasFooter: boolean;
|
|
2220
2219
|
hasReset: boolean;
|
|
2221
2220
|
submitText: string;
|
|
2222
2221
|
resetText: string;
|
|
2223
2222
|
submitLoading: boolean;
|
|
2224
|
-
footerAlign: "
|
|
2223
|
+
footerAlign: "center" | "right" | "left";
|
|
2225
2224
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2226
2225
|
style?: CSSProperties | undefined;
|
|
2227
2226
|
class?: any;
|
|
2228
2227
|
} & RecordType>;
|
|
2229
2228
|
prevent: boolean;
|
|
2229
|
+
clearable: boolean;
|
|
2230
2230
|
}, {}, string, {}> & {
|
|
2231
2231
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2232
2232
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2248,6 +2248,18 @@ export declare const PlusSearch: {
|
|
|
2248
2248
|
$nextTick: nextTick;
|
|
2249
2249
|
$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;
|
|
2250
2250
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2251
|
+
modelValue: {
|
|
2252
|
+
type: PropType<FieldValues>;
|
|
2253
|
+
default: () => {};
|
|
2254
|
+
};
|
|
2255
|
+
collapseDuration: {
|
|
2256
|
+
type: PropType<number>;
|
|
2257
|
+
default: undefined;
|
|
2258
|
+
};
|
|
2259
|
+
collapseTransition: {
|
|
2260
|
+
type: PropType<boolean>;
|
|
2261
|
+
default: undefined;
|
|
2262
|
+
};
|
|
2251
2263
|
columns: {
|
|
2252
2264
|
type: PropType< PlusColumn[]>;
|
|
2253
2265
|
default: () => never[];
|
|
@@ -2256,10 +2268,6 @@ export declare const PlusSearch: {
|
|
|
2256
2268
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2257
2269
|
default: boolean;
|
|
2258
2270
|
};
|
|
2259
|
-
modelValue: {
|
|
2260
|
-
type: PropType<FieldValues>;
|
|
2261
|
-
default: () => {};
|
|
2262
|
-
};
|
|
2263
2271
|
rules: {
|
|
2264
2272
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2265
2273
|
default: () => {};
|
|
@@ -2280,25 +2288,10 @@ export declare const PlusSearch: {
|
|
|
2280
2288
|
type: PropType<boolean>;
|
|
2281
2289
|
default: boolean;
|
|
2282
2290
|
};
|
|
2283
|
-
|
|
2284
|
-
type: PropType<
|
|
2285
|
-
default: boolean;
|
|
2286
|
-
};
|
|
2287
|
-
colProps: {
|
|
2288
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
2289
|
-
style?: CSSProperties | undefined;
|
|
2290
|
-
class?: any;
|
|
2291
|
-
} & RecordType>>;
|
|
2291
|
+
defaultValues: {
|
|
2292
|
+
type: PropType<FieldValues>;
|
|
2292
2293
|
default: () => {};
|
|
2293
2294
|
};
|
|
2294
|
-
collapseDuration: {
|
|
2295
|
-
type: PropType<number>;
|
|
2296
|
-
default: undefined;
|
|
2297
|
-
};
|
|
2298
|
-
collapseTransition: {
|
|
2299
|
-
type: PropType<boolean>;
|
|
2300
|
-
default: undefined;
|
|
2301
|
-
};
|
|
2302
2295
|
rowProps: {
|
|
2303
2296
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
2304
2297
|
style?: CSSProperties | undefined;
|
|
@@ -2306,8 +2299,11 @@ export declare const PlusSearch: {
|
|
|
2306
2299
|
} & RecordType>>;
|
|
2307
2300
|
default: () => {};
|
|
2308
2301
|
};
|
|
2309
|
-
|
|
2310
|
-
type: PropType<
|
|
2302
|
+
colProps: {
|
|
2303
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2304
|
+
style?: CSSProperties | undefined;
|
|
2305
|
+
class?: any;
|
|
2306
|
+
} & RecordType>>;
|
|
2311
2307
|
default: () => {};
|
|
2312
2308
|
};
|
|
2313
2309
|
hasErrorTip: {
|
|
@@ -2335,7 +2331,7 @@ export declare const PlusSearch: {
|
|
|
2335
2331
|
default: boolean;
|
|
2336
2332
|
};
|
|
2337
2333
|
footerAlign: {
|
|
2338
|
-
type: PropType<"
|
|
2334
|
+
type: PropType<"center" | "right" | "left">;
|
|
2339
2335
|
default: string;
|
|
2340
2336
|
};
|
|
2341
2337
|
cardProps: {
|
|
@@ -2349,6 +2345,10 @@ export declare const PlusSearch: {
|
|
|
2349
2345
|
type: PropType<boolean>;
|
|
2350
2346
|
default: boolean;
|
|
2351
2347
|
};
|
|
2348
|
+
clearable: {
|
|
2349
|
+
type: PropType<boolean>;
|
|
2350
|
+
default: boolean;
|
|
2351
|
+
};
|
|
2352
2352
|
}>> & {
|
|
2353
2353
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2354
2354
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -2654,14 +2654,14 @@ export declare const PlusSearch: {
|
|
|
2654
2654
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
2655
2655
|
columns?: PlusColumn[] | undefined;
|
|
2656
2656
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2657
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
2657
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2658
2658
|
readonly label: string | ComputedRef<string>;
|
|
2659
|
-
readonly modelValue: string | number | boolean |
|
|
2659
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2660
2660
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2661
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2661
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2662
2662
|
style?: CSSProperties | undefined;
|
|
2663
2663
|
class?: any;
|
|
2664
|
-
} & RecordType> | ComputedRef<
|
|
2664
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2665
2665
|
style?: CSSProperties | undefined;
|
|
2666
2666
|
class?: any;
|
|
2667
2667
|
} & RecordType>>;
|
|
@@ -2683,7 +2683,7 @@ export declare const PlusSearch: {
|
|
|
2683
2683
|
};
|
|
2684
2684
|
rows: number;
|
|
2685
2685
|
autocomplete: string;
|
|
2686
|
-
type: "" | "number" | "default" | "
|
|
2686
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
2687
2687
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2688
2688
|
step: string | number;
|
|
2689
2689
|
format: string | ProgressFn | undefined;
|
|
@@ -2722,12 +2722,12 @@ export declare const PlusSearch: {
|
|
|
2722
2722
|
fieldInstance?: any;
|
|
2723
2723
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2724
2724
|
prop: string;
|
|
2725
|
-
modelValue: string | number | boolean |
|
|
2725
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2726
2726
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2727
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2727
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2728
2728
|
style?: CSSProperties | undefined;
|
|
2729
2729
|
class?: any;
|
|
2730
|
-
} & RecordType> | ComputedRef<
|
|
2730
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2731
2731
|
style?: CSSProperties | undefined;
|
|
2732
2732
|
class?: any;
|
|
2733
2733
|
} & RecordType>>;
|
|
@@ -2750,14 +2750,14 @@ export declare const PlusSearch: {
|
|
|
2750
2750
|
clearable: boolean;
|
|
2751
2751
|
index: number;
|
|
2752
2752
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2753
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
2753
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2754
2754
|
readonly label: string | ComputedRef<string>;
|
|
2755
|
-
readonly modelValue: string | number | boolean |
|
|
2755
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2756
2756
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2757
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2757
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2758
2758
|
style?: CSSProperties | undefined;
|
|
2759
2759
|
class?: any;
|
|
2760
|
-
} & RecordType> | ComputedRef<
|
|
2760
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2761
2761
|
style?: CSSProperties | undefined;
|
|
2762
2762
|
class?: any;
|
|
2763
2763
|
} & RecordType>>;
|
|
@@ -2779,7 +2779,7 @@ export declare const PlusSearch: {
|
|
|
2779
2779
|
};
|
|
2780
2780
|
rows: number;
|
|
2781
2781
|
autocomplete: string;
|
|
2782
|
-
type: "" | "number" | "default" | "
|
|
2782
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
2783
2783
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2784
2784
|
step: string | number;
|
|
2785
2785
|
format: string | ProgressFn | undefined;
|
|
@@ -2818,12 +2818,12 @@ export declare const PlusSearch: {
|
|
|
2818
2818
|
fieldInstance?: any;
|
|
2819
2819
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2820
2820
|
prop: string;
|
|
2821
|
-
modelValue: string | number | boolean |
|
|
2821
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2822
2822
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2823
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2823
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2824
2824
|
style?: CSSProperties | undefined;
|
|
2825
2825
|
class?: any;
|
|
2826
|
-
} & RecordType> | ComputedRef<
|
|
2826
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2827
2827
|
style?: CSSProperties | undefined;
|
|
2828
2828
|
class?: any;
|
|
2829
2829
|
} & RecordType>>;
|
|
@@ -2863,20 +2863,20 @@ export declare const PlusSearch: {
|
|
|
2863
2863
|
handleSearch: () => void;
|
|
2864
2864
|
handleUnfold: (e: MouseEvent) => void;
|
|
2865
2865
|
}, {}, {}, {}, {
|
|
2866
|
-
columns: PlusColumn[];
|
|
2867
2866
|
modelValue: FieldValues;
|
|
2867
|
+
columns: PlusColumn[];
|
|
2868
2868
|
labelPosition: "top" | "right" | "left";
|
|
2869
2869
|
inline: boolean;
|
|
2870
2870
|
showNumber: number;
|
|
2871
|
-
|
|
2871
|
+
defaultValues: FieldValues;
|
|
2872
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2872
2873
|
style?: CSSProperties | undefined;
|
|
2873
2874
|
class?: any;
|
|
2874
2875
|
} & RecordType>;
|
|
2875
|
-
|
|
2876
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2876
2877
|
style?: CSSProperties | undefined;
|
|
2877
2878
|
class?: any;
|
|
2878
2879
|
} & RecordType>;
|
|
2879
|
-
defaultValues: FieldValues;
|
|
2880
2880
|
hasFooter: boolean;
|
|
2881
2881
|
hasReset: boolean;
|
|
2882
2882
|
resetText: string;
|
|
@@ -2892,14 +2892,14 @@ export declare const PlusSearch: {
|
|
|
2892
2892
|
__isTeleport?: undefined;
|
|
2893
2893
|
__isSuspense?: undefined;
|
|
2894
2894
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2895
|
-
columns: {
|
|
2896
|
-
type: PropType< PlusColumn[]>;
|
|
2897
|
-
default: () => never[];
|
|
2898
|
-
};
|
|
2899
2895
|
modelValue: {
|
|
2900
2896
|
type: PropType<FieldValues>;
|
|
2901
2897
|
default: () => {};
|
|
2902
2898
|
};
|
|
2899
|
+
columns: {
|
|
2900
|
+
type: PropType< PlusColumn[]>;
|
|
2901
|
+
default: () => never[];
|
|
2902
|
+
};
|
|
2903
2903
|
labelPosition: {
|
|
2904
2904
|
type: PropType<"top" | "right" | "left">;
|
|
2905
2905
|
default: undefined;
|
|
@@ -2912,6 +2912,19 @@ export declare const PlusSearch: {
|
|
|
2912
2912
|
type: PropType<number>;
|
|
2913
2913
|
default: number;
|
|
2914
2914
|
};
|
|
2915
|
+
defaultValues: {
|
|
2916
|
+
type: PropType<FieldValues>;
|
|
2917
|
+
default: () => {};
|
|
2918
|
+
};
|
|
2919
|
+
rowProps: {
|
|
2920
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
2921
|
+
style?: CSSProperties | undefined;
|
|
2922
|
+
class?: any;
|
|
2923
|
+
} & RecordType>>;
|
|
2924
|
+
default: () => {
|
|
2925
|
+
gutter: number;
|
|
2926
|
+
};
|
|
2927
|
+
};
|
|
2915
2928
|
colProps: {
|
|
2916
2929
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
2917
2930
|
style?: CSSProperties | undefined;
|
|
@@ -2925,19 +2938,6 @@ export declare const PlusSearch: {
|
|
|
2925
2938
|
xl: number;
|
|
2926
2939
|
};
|
|
2927
2940
|
};
|
|
2928
|
-
rowProps: {
|
|
2929
|
-
type: PropType<Partial< Mutable<RowProps> & {
|
|
2930
|
-
style?: CSSProperties | undefined;
|
|
2931
|
-
class?: any;
|
|
2932
|
-
} & RecordType>>;
|
|
2933
|
-
default: () => {
|
|
2934
|
-
gutter: number;
|
|
2935
|
-
};
|
|
2936
|
-
};
|
|
2937
|
-
defaultValues: {
|
|
2938
|
-
type: PropType<FieldValues>;
|
|
2939
|
-
default: () => {};
|
|
2940
|
-
};
|
|
2941
2941
|
hasFooter: {
|
|
2942
2942
|
type: PropType<boolean>;
|
|
2943
2943
|
default: boolean;
|
|
@@ -2989,69 +2989,69 @@ export declare const PlusSearch: {
|
|
|
2989
2989
|
$: ComponentInternalInstance;
|
|
2990
2990
|
$data: {};
|
|
2991
2991
|
$props: Partial<{
|
|
2992
|
+
modelValue: FieldValues;
|
|
2993
|
+
collapseDuration: number;
|
|
2994
|
+
collapseTransition: boolean;
|
|
2992
2995
|
columns: PlusColumn[];
|
|
2993
2996
|
group: false | PlusFormGroupRow[];
|
|
2994
|
-
modelValue: FieldValues;
|
|
2995
2997
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2996
2998
|
labelPosition: "top" | "right" | "left";
|
|
2997
2999
|
labelWidth: string | number;
|
|
2998
3000
|
labelSuffix: string;
|
|
2999
3001
|
hasLabel: boolean;
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
+
defaultValues: FieldValues;
|
|
3003
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
3002
3004
|
style?: CSSProperties | undefined;
|
|
3003
3005
|
class?: any;
|
|
3004
3006
|
} & RecordType>;
|
|
3005
|
-
|
|
3006
|
-
collapseTransition: boolean;
|
|
3007
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
3007
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
3008
3008
|
style?: CSSProperties | undefined;
|
|
3009
3009
|
class?: any;
|
|
3010
3010
|
} & RecordType>;
|
|
3011
|
-
defaultValues: FieldValues;
|
|
3012
3011
|
hasErrorTip: boolean;
|
|
3013
3012
|
hasFooter: boolean;
|
|
3014
3013
|
hasReset: boolean;
|
|
3015
3014
|
submitText: string;
|
|
3016
3015
|
resetText: string;
|
|
3017
3016
|
submitLoading: boolean;
|
|
3018
|
-
footerAlign: "
|
|
3017
|
+
footerAlign: "center" | "right" | "left";
|
|
3019
3018
|
cardProps: Partial< Mutable<CardProps> & {
|
|
3020
3019
|
style?: CSSProperties | undefined;
|
|
3021
3020
|
class?: any;
|
|
3022
3021
|
} & RecordType>;
|
|
3023
3022
|
prevent: boolean;
|
|
3023
|
+
clearable: boolean;
|
|
3024
3024
|
}> & Omit<{
|
|
3025
|
+
readonly modelValue: FieldValues;
|
|
3025
3026
|
readonly columns: PlusColumn[];
|
|
3026
3027
|
readonly group: false | PlusFormGroupRow[];
|
|
3027
|
-
readonly modelValue: FieldValues;
|
|
3028
3028
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3029
3029
|
readonly labelPosition: "top" | "right" | "left";
|
|
3030
3030
|
readonly labelWidth: string | number;
|
|
3031
3031
|
readonly labelSuffix: string;
|
|
3032
3032
|
readonly hasLabel: boolean;
|
|
3033
|
-
readonly
|
|
3034
|
-
readonly
|
|
3033
|
+
readonly defaultValues: FieldValues;
|
|
3034
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
3035
3035
|
style?: CSSProperties | undefined;
|
|
3036
3036
|
class?: any;
|
|
3037
3037
|
} & RecordType>;
|
|
3038
|
-
readonly
|
|
3038
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
3039
3039
|
style?: CSSProperties | undefined;
|
|
3040
3040
|
class?: any;
|
|
3041
3041
|
} & RecordType>;
|
|
3042
|
-
readonly defaultValues: FieldValues;
|
|
3043
3042
|
readonly hasErrorTip: boolean;
|
|
3044
3043
|
readonly hasFooter: boolean;
|
|
3045
3044
|
readonly hasReset: boolean;
|
|
3046
3045
|
readonly submitText: string;
|
|
3047
3046
|
readonly resetText: string;
|
|
3048
3047
|
readonly submitLoading: boolean;
|
|
3049
|
-
readonly footerAlign: "
|
|
3048
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
3050
3049
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
3051
3050
|
style?: CSSProperties | undefined;
|
|
3052
3051
|
class?: any;
|
|
3053
3052
|
} & RecordType>;
|
|
3054
3053
|
readonly prevent: boolean;
|
|
3054
|
+
readonly clearable: boolean;
|
|
3055
3055
|
readonly collapseDuration?: number | undefined;
|
|
3056
3056
|
readonly collapseTransition?: boolean | undefined;
|
|
3057
3057
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
@@ -3061,6 +3061,18 @@ export declare const PlusSearch: {
|
|
|
3061
3061
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
3062
3062
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
3063
3063
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3064
|
+
modelValue: {
|
|
3065
|
+
type: PropType<FieldValues>;
|
|
3066
|
+
default: () => {};
|
|
3067
|
+
};
|
|
3068
|
+
collapseDuration: {
|
|
3069
|
+
type: PropType<number>;
|
|
3070
|
+
default: undefined;
|
|
3071
|
+
};
|
|
3072
|
+
collapseTransition: {
|
|
3073
|
+
type: PropType<boolean>;
|
|
3074
|
+
default: undefined;
|
|
3075
|
+
};
|
|
3064
3076
|
columns: {
|
|
3065
3077
|
type: PropType< PlusColumn[]>;
|
|
3066
3078
|
default: () => never[];
|
|
@@ -3069,10 +3081,6 @@ export declare const PlusSearch: {
|
|
|
3069
3081
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
3070
3082
|
default: boolean;
|
|
3071
3083
|
};
|
|
3072
|
-
modelValue: {
|
|
3073
|
-
type: PropType<FieldValues>;
|
|
3074
|
-
default: () => {};
|
|
3075
|
-
};
|
|
3076
3084
|
rules: {
|
|
3077
3085
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
3078
3086
|
default: () => {};
|
|
@@ -3093,25 +3101,10 @@ export declare const PlusSearch: {
|
|
|
3093
3101
|
type: PropType<boolean>;
|
|
3094
3102
|
default: boolean;
|
|
3095
3103
|
};
|
|
3096
|
-
|
|
3097
|
-
type: PropType<
|
|
3098
|
-
default: boolean;
|
|
3099
|
-
};
|
|
3100
|
-
colProps: {
|
|
3101
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
3102
|
-
style?: CSSProperties | undefined;
|
|
3103
|
-
class?: any;
|
|
3104
|
-
} & RecordType>>;
|
|
3104
|
+
defaultValues: {
|
|
3105
|
+
type: PropType<FieldValues>;
|
|
3105
3106
|
default: () => {};
|
|
3106
3107
|
};
|
|
3107
|
-
collapseDuration: {
|
|
3108
|
-
type: PropType<number>;
|
|
3109
|
-
default: undefined;
|
|
3110
|
-
};
|
|
3111
|
-
collapseTransition: {
|
|
3112
|
-
type: PropType<boolean>;
|
|
3113
|
-
default: undefined;
|
|
3114
|
-
};
|
|
3115
3108
|
rowProps: {
|
|
3116
3109
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
3117
3110
|
style?: CSSProperties | undefined;
|
|
@@ -3119,8 +3112,11 @@ export declare const PlusSearch: {
|
|
|
3119
3112
|
} & RecordType>>;
|
|
3120
3113
|
default: () => {};
|
|
3121
3114
|
};
|
|
3122
|
-
|
|
3123
|
-
type: PropType<
|
|
3115
|
+
colProps: {
|
|
3116
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
3117
|
+
style?: CSSProperties | undefined;
|
|
3118
|
+
class?: any;
|
|
3119
|
+
} & RecordType>>;
|
|
3124
3120
|
default: () => {};
|
|
3125
3121
|
};
|
|
3126
3122
|
hasErrorTip: {
|
|
@@ -3148,7 +3144,7 @@ export declare const PlusSearch: {
|
|
|
3148
3144
|
default: boolean;
|
|
3149
3145
|
};
|
|
3150
3146
|
footerAlign: {
|
|
3151
|
-
type: PropType<"
|
|
3147
|
+
type: PropType<"center" | "right" | "left">;
|
|
3152
3148
|
default: string;
|
|
3153
3149
|
};
|
|
3154
3150
|
cardProps: {
|
|
@@ -3162,6 +3158,10 @@ export declare const PlusSearch: {
|
|
|
3162
3158
|
type: PropType<boolean>;
|
|
3163
3159
|
default: boolean;
|
|
3164
3160
|
};
|
|
3161
|
+
clearable: {
|
|
3162
|
+
type: PropType<boolean>;
|
|
3163
|
+
default: boolean;
|
|
3164
|
+
};
|
|
3165
3165
|
}>> & {
|
|
3166
3166
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3167
3167
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -3169,7 +3169,7 @@ export declare const PlusSearch: {
|
|
|
3169
3169
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3170
3170
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
3171
3171
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
3172
|
-
}, "
|
|
3172
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
3173
3173
|
$attrs: {
|
|
3174
3174
|
[x: string]: unknown;
|
|
3175
3175
|
};
|
|
@@ -3181,9 +3181,21 @@ export declare const PlusSearch: {
|
|
|
3181
3181
|
}>;
|
|
3182
3182
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3183
3183
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3184
|
-
$emit: ((event: "
|
|
3184
|
+
$emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
3185
3185
|
$el: any;
|
|
3186
3186
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3187
|
+
modelValue: {
|
|
3188
|
+
type: PropType<FieldValues>;
|
|
3189
|
+
default: () => {};
|
|
3190
|
+
};
|
|
3191
|
+
collapseDuration: {
|
|
3192
|
+
type: PropType<number>;
|
|
3193
|
+
default: undefined;
|
|
3194
|
+
};
|
|
3195
|
+
collapseTransition: {
|
|
3196
|
+
type: PropType<boolean>;
|
|
3197
|
+
default: undefined;
|
|
3198
|
+
};
|
|
3187
3199
|
columns: {
|
|
3188
3200
|
type: PropType< PlusColumn[]>;
|
|
3189
3201
|
default: () => never[];
|
|
@@ -3192,10 +3204,6 @@ export declare const PlusSearch: {
|
|
|
3192
3204
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
3193
3205
|
default: boolean;
|
|
3194
3206
|
};
|
|
3195
|
-
modelValue: {
|
|
3196
|
-
type: PropType<FieldValues>;
|
|
3197
|
-
default: () => {};
|
|
3198
|
-
};
|
|
3199
3207
|
rules: {
|
|
3200
3208
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
3201
3209
|
default: () => {};
|
|
@@ -3216,25 +3224,10 @@ export declare const PlusSearch: {
|
|
|
3216
3224
|
type: PropType<boolean>;
|
|
3217
3225
|
default: boolean;
|
|
3218
3226
|
};
|
|
3219
|
-
|
|
3220
|
-
type: PropType<
|
|
3221
|
-
default: boolean;
|
|
3222
|
-
};
|
|
3223
|
-
colProps: {
|
|
3224
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
3225
|
-
style?: CSSProperties | undefined;
|
|
3226
|
-
class?: any;
|
|
3227
|
-
} & RecordType>>;
|
|
3227
|
+
defaultValues: {
|
|
3228
|
+
type: PropType<FieldValues>;
|
|
3228
3229
|
default: () => {};
|
|
3229
3230
|
};
|
|
3230
|
-
collapseDuration: {
|
|
3231
|
-
type: PropType<number>;
|
|
3232
|
-
default: undefined;
|
|
3233
|
-
};
|
|
3234
|
-
collapseTransition: {
|
|
3235
|
-
type: PropType<boolean>;
|
|
3236
|
-
default: undefined;
|
|
3237
|
-
};
|
|
3238
3231
|
rowProps: {
|
|
3239
3232
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
3240
3233
|
style?: CSSProperties | undefined;
|
|
@@ -3242,8 +3235,11 @@ export declare const PlusSearch: {
|
|
|
3242
3235
|
} & RecordType>>;
|
|
3243
3236
|
default: () => {};
|
|
3244
3237
|
};
|
|
3245
|
-
|
|
3246
|
-
type: PropType<
|
|
3238
|
+
colProps: {
|
|
3239
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
3240
|
+
style?: CSSProperties | undefined;
|
|
3241
|
+
class?: any;
|
|
3242
|
+
} & RecordType>>;
|
|
3247
3243
|
default: () => {};
|
|
3248
3244
|
};
|
|
3249
3245
|
hasErrorTip: {
|
|
@@ -3271,7 +3267,7 @@ export declare const PlusSearch: {
|
|
|
3271
3267
|
default: boolean;
|
|
3272
3268
|
};
|
|
3273
3269
|
footerAlign: {
|
|
3274
|
-
type: PropType<"
|
|
3270
|
+
type: PropType<"center" | "right" | "left">;
|
|
3275
3271
|
default: string;
|
|
3276
3272
|
};
|
|
3277
3273
|
cardProps: {
|
|
@@ -3285,6 +3281,10 @@ export declare const PlusSearch: {
|
|
|
3285
3281
|
type: PropType<boolean>;
|
|
3286
3282
|
default: boolean;
|
|
3287
3283
|
};
|
|
3284
|
+
clearable: {
|
|
3285
|
+
type: PropType<boolean>;
|
|
3286
|
+
default: boolean;
|
|
3287
|
+
};
|
|
3288
3288
|
}>> & {
|
|
3289
3289
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3290
3290
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -3585,38 +3585,38 @@ export declare const PlusSearch: {
|
|
|
3585
3585
|
submitError: (errors: unknown) => void;
|
|
3586
3586
|
validate: (...args: any[]) => void;
|
|
3587
3587
|
}, string, {
|
|
3588
|
+
modelValue: FieldValues;
|
|
3589
|
+
collapseDuration: number;
|
|
3590
|
+
collapseTransition: boolean;
|
|
3588
3591
|
columns: PlusColumn[];
|
|
3589
3592
|
group: false | PlusFormGroupRow[];
|
|
3590
|
-
modelValue: FieldValues;
|
|
3591
3593
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3592
3594
|
labelPosition: "top" | "right" | "left";
|
|
3593
3595
|
labelWidth: string | number;
|
|
3594
3596
|
labelSuffix: string;
|
|
3595
3597
|
hasLabel: boolean;
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
+
defaultValues: FieldValues;
|
|
3599
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
3598
3600
|
style?: CSSProperties | undefined;
|
|
3599
3601
|
class?: any;
|
|
3600
3602
|
} & RecordType>;
|
|
3601
|
-
|
|
3602
|
-
collapseTransition: boolean;
|
|
3603
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
3603
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
3604
3604
|
style?: CSSProperties | undefined;
|
|
3605
3605
|
class?: any;
|
|
3606
3606
|
} & RecordType>;
|
|
3607
|
-
defaultValues: FieldValues;
|
|
3608
3607
|
hasErrorTip: boolean;
|
|
3609
3608
|
hasFooter: boolean;
|
|
3610
3609
|
hasReset: boolean;
|
|
3611
3610
|
submitText: string;
|
|
3612
3611
|
resetText: string;
|
|
3613
3612
|
submitLoading: boolean;
|
|
3614
|
-
footerAlign: "
|
|
3613
|
+
footerAlign: "center" | "right" | "left";
|
|
3615
3614
|
cardProps: Partial< Mutable<CardProps> & {
|
|
3616
3615
|
style?: CSSProperties | undefined;
|
|
3617
3616
|
class?: any;
|
|
3618
3617
|
} & RecordType>;
|
|
3619
3618
|
prevent: boolean;
|
|
3619
|
+
clearable: boolean;
|
|
3620
3620
|
}, {}, string, {}> & {
|
|
3621
3621
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
3622
3622
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -3638,6 +3638,18 @@ export declare const PlusSearch: {
|
|
|
3638
3638
|
$nextTick: nextTick;
|
|
3639
3639
|
$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;
|
|
3640
3640
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
3641
|
+
modelValue: {
|
|
3642
|
+
type: PropType<FieldValues>;
|
|
3643
|
+
default: () => {};
|
|
3644
|
+
};
|
|
3645
|
+
collapseDuration: {
|
|
3646
|
+
type: PropType<number>;
|
|
3647
|
+
default: undefined;
|
|
3648
|
+
};
|
|
3649
|
+
collapseTransition: {
|
|
3650
|
+
type: PropType<boolean>;
|
|
3651
|
+
default: undefined;
|
|
3652
|
+
};
|
|
3641
3653
|
columns: {
|
|
3642
3654
|
type: PropType< PlusColumn[]>;
|
|
3643
3655
|
default: () => never[];
|
|
@@ -3646,10 +3658,6 @@ export declare const PlusSearch: {
|
|
|
3646
3658
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
3647
3659
|
default: boolean;
|
|
3648
3660
|
};
|
|
3649
|
-
modelValue: {
|
|
3650
|
-
type: PropType<FieldValues>;
|
|
3651
|
-
default: () => {};
|
|
3652
|
-
};
|
|
3653
3661
|
rules: {
|
|
3654
3662
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
3655
3663
|
default: () => {};
|
|
@@ -3670,25 +3678,10 @@ export declare const PlusSearch: {
|
|
|
3670
3678
|
type: PropType<boolean>;
|
|
3671
3679
|
default: boolean;
|
|
3672
3680
|
};
|
|
3673
|
-
|
|
3674
|
-
type: PropType<
|
|
3675
|
-
default: boolean;
|
|
3676
|
-
};
|
|
3677
|
-
colProps: {
|
|
3678
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
3679
|
-
style?: CSSProperties | undefined;
|
|
3680
|
-
class?: any;
|
|
3681
|
-
} & RecordType>>;
|
|
3681
|
+
defaultValues: {
|
|
3682
|
+
type: PropType<FieldValues>;
|
|
3682
3683
|
default: () => {};
|
|
3683
3684
|
};
|
|
3684
|
-
collapseDuration: {
|
|
3685
|
-
type: PropType<number>;
|
|
3686
|
-
default: undefined;
|
|
3687
|
-
};
|
|
3688
|
-
collapseTransition: {
|
|
3689
|
-
type: PropType<boolean>;
|
|
3690
|
-
default: undefined;
|
|
3691
|
-
};
|
|
3692
3685
|
rowProps: {
|
|
3693
3686
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
3694
3687
|
style?: CSSProperties | undefined;
|
|
@@ -3696,8 +3689,11 @@ export declare const PlusSearch: {
|
|
|
3696
3689
|
} & RecordType>>;
|
|
3697
3690
|
default: () => {};
|
|
3698
3691
|
};
|
|
3699
|
-
|
|
3700
|
-
type: PropType<
|
|
3692
|
+
colProps: {
|
|
3693
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
3694
|
+
style?: CSSProperties | undefined;
|
|
3695
|
+
class?: any;
|
|
3696
|
+
} & RecordType>>;
|
|
3701
3697
|
default: () => {};
|
|
3702
3698
|
};
|
|
3703
3699
|
hasErrorTip: {
|
|
@@ -3725,7 +3721,7 @@ export declare const PlusSearch: {
|
|
|
3725
3721
|
default: boolean;
|
|
3726
3722
|
};
|
|
3727
3723
|
footerAlign: {
|
|
3728
|
-
type: PropType<"
|
|
3724
|
+
type: PropType<"center" | "right" | "left">;
|
|
3729
3725
|
default: string;
|
|
3730
3726
|
};
|
|
3731
3727
|
cardProps: {
|
|
@@ -3739,6 +3735,10 @@ export declare const PlusSearch: {
|
|
|
3739
3735
|
type: PropType<boolean>;
|
|
3740
3736
|
default: boolean;
|
|
3741
3737
|
};
|
|
3738
|
+
clearable: {
|
|
3739
|
+
type: PropType<boolean>;
|
|
3740
|
+
default: boolean;
|
|
3741
|
+
};
|
|
3742
3742
|
}>> & {
|
|
3743
3743
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3744
3744
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
@@ -4044,14 +4044,14 @@ export declare const PlusSearch: {
|
|
|
4044
4044
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
4045
4045
|
columns?: PlusColumn[] | undefined;
|
|
4046
4046
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4047
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
4047
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
4048
4048
|
readonly label: string | ComputedRef<string>;
|
|
4049
|
-
readonly modelValue: string | number | boolean |
|
|
4049
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4050
4050
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4051
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4051
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4052
4052
|
style?: CSSProperties | undefined;
|
|
4053
4053
|
class?: any;
|
|
4054
|
-
} & RecordType> | ComputedRef<
|
|
4054
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4055
4055
|
style?: CSSProperties | undefined;
|
|
4056
4056
|
class?: any;
|
|
4057
4057
|
} & RecordType>>;
|
|
@@ -4073,7 +4073,7 @@ export declare const PlusSearch: {
|
|
|
4073
4073
|
};
|
|
4074
4074
|
rows: number;
|
|
4075
4075
|
autocomplete: string;
|
|
4076
|
-
type: "" | "number" | "default" | "
|
|
4076
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
4077
4077
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4078
4078
|
step: string | number;
|
|
4079
4079
|
format: string | ProgressFn | undefined;
|
|
@@ -4112,12 +4112,12 @@ export declare const PlusSearch: {
|
|
|
4112
4112
|
fieldInstance?: any;
|
|
4113
4113
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4114
4114
|
prop: string;
|
|
4115
|
-
modelValue: string | number | boolean |
|
|
4115
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4116
4116
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4117
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4117
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4118
4118
|
style?: CSSProperties | undefined;
|
|
4119
4119
|
class?: any;
|
|
4120
|
-
} & RecordType> | ComputedRef<
|
|
4120
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4121
4121
|
style?: CSSProperties | undefined;
|
|
4122
4122
|
class?: any;
|
|
4123
4123
|
} & RecordType>>;
|
|
@@ -4140,14 +4140,14 @@ export declare const PlusSearch: {
|
|
|
4140
4140
|
clearable: boolean;
|
|
4141
4141
|
index: number;
|
|
4142
4142
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4143
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
4143
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
4144
4144
|
readonly label: string | ComputedRef<string>;
|
|
4145
|
-
readonly modelValue: string | number | boolean |
|
|
4145
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4146
4146
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4147
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4147
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4148
4148
|
style?: CSSProperties | undefined;
|
|
4149
4149
|
class?: any;
|
|
4150
|
-
} & RecordType> | ComputedRef<
|
|
4150
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4151
4151
|
style?: CSSProperties | undefined;
|
|
4152
4152
|
class?: any;
|
|
4153
4153
|
} & RecordType>>;
|
|
@@ -4169,7 +4169,7 @@ export declare const PlusSearch: {
|
|
|
4169
4169
|
};
|
|
4170
4170
|
rows: number;
|
|
4171
4171
|
autocomplete: string;
|
|
4172
|
-
type: "" | "number" | "default" | "
|
|
4172
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
4173
4173
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4174
4174
|
step: string | number;
|
|
4175
4175
|
format: string | ProgressFn | undefined;
|
|
@@ -4208,12 +4208,12 @@ export declare const PlusSearch: {
|
|
|
4208
4208
|
fieldInstance?: any;
|
|
4209
4209
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4210
4210
|
prop: string;
|
|
4211
|
-
modelValue: string | number | boolean |
|
|
4211
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4212
4212
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4213
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4213
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4214
4214
|
style?: CSSProperties | undefined;
|
|
4215
4215
|
class?: any;
|
|
4216
|
-
} & RecordType> | ComputedRef<
|
|
4216
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4217
4217
|
style?: CSSProperties | undefined;
|
|
4218
4218
|
class?: any;
|
|
4219
4219
|
} & RecordType>>;
|
|
@@ -4259,20 +4259,20 @@ export declare const PlusSearch: {
|
|
|
4259
4259
|
reset: (values: FieldValues) => void;
|
|
4260
4260
|
collapse: (isShowUnfold: boolean) => void;
|
|
4261
4261
|
}, string, {
|
|
4262
|
-
columns: PlusColumn[];
|
|
4263
4262
|
modelValue: FieldValues;
|
|
4263
|
+
columns: PlusColumn[];
|
|
4264
4264
|
labelPosition: "top" | "right" | "left";
|
|
4265
4265
|
inline: boolean;
|
|
4266
4266
|
showNumber: number;
|
|
4267
|
-
|
|
4267
|
+
defaultValues: FieldValues;
|
|
4268
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
4268
4269
|
style?: CSSProperties | undefined;
|
|
4269
4270
|
class?: any;
|
|
4270
4271
|
} & RecordType>;
|
|
4271
|
-
|
|
4272
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
4272
4273
|
style?: CSSProperties | undefined;
|
|
4273
4274
|
class?: any;
|
|
4274
4275
|
} & RecordType>;
|
|
4275
|
-
defaultValues: FieldValues;
|
|
4276
4276
|
hasFooter: boolean;
|
|
4277
4277
|
hasReset: boolean;
|
|
4278
4278
|
resetText: string;
|
|
@@ -4285,14 +4285,14 @@ export declare const PlusSearch: {
|
|
|
4285
4285
|
needValidate: boolean;
|
|
4286
4286
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
4287
4287
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
4288
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
4288
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
4289
4289
|
readonly label: string | ComputedRef<string>;
|
|
4290
|
-
readonly modelValue: string | number | boolean |
|
|
4290
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4291
4291
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4292
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4292
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4293
4293
|
style?: CSSProperties | undefined;
|
|
4294
4294
|
class?: any;
|
|
4295
|
-
} & RecordType> | ComputedRef<
|
|
4295
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4296
4296
|
style?: CSSProperties | undefined;
|
|
4297
4297
|
class?: any;
|
|
4298
4298
|
} & RecordType>>;
|
|
@@ -4314,7 +4314,7 @@ export declare const PlusSearch: {
|
|
|
4314
4314
|
};
|
|
4315
4315
|
rows: number;
|
|
4316
4316
|
autocomplete: string;
|
|
4317
|
-
type: "" | "number" | "default" | "
|
|
4317
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
4318
4318
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4319
4319
|
step: string | number;
|
|
4320
4320
|
format: string | ProgressFn | undefined;
|
|
@@ -4353,12 +4353,12 @@ export declare const PlusSearch: {
|
|
|
4353
4353
|
fieldInstance?: any;
|
|
4354
4354
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4355
4355
|
prop: string;
|
|
4356
|
-
modelValue: string | number | boolean |
|
|
4356
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4357
4357
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4358
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4358
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4359
4359
|
style?: CSSProperties | undefined;
|
|
4360
4360
|
class?: any;
|
|
4361
|
-
} & RecordType> | ComputedRef<
|
|
4361
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4362
4362
|
style?: CSSProperties | undefined;
|
|
4363
4363
|
class?: any;
|
|
4364
4364
|
} & RecordType>>;
|