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