yc-pro-components 0.0.5 → 0.0.7
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 +12 -12
- package/es/components/display-item/src/index.vue.d.ts +12 -12
- 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 +106 -106
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/index.d.ts +0 -1
- package/es/components/index.mjs +0 -2
- 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 +12 -12
- package/es/components/utils/index.d.ts +15 -15
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +677 -677
- package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
- 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/es/index.mjs +0 -2
- package/index.css +19 -14
- package/index.js +10 -2049
- package/index.min.css +2 -2
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +11 -2043
- 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 +12 -12
- package/lib/components/display-item/src/index.vue.d.ts +12 -12
- 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 +106 -106
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/index.d.ts +0 -1
- package/lib/components/index.js +10 -19
- 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 +12 -12
- package/lib/components/utils/index.d.ts +15 -15
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +677 -677
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
- 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/lib/index.js +10 -19
- 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 -2
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-yc-line-tree.css +1 -0
- package/theme-chalk/plus-yc-plus-tree.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/index.scss +1 -0
- package/theme-chalk/src/yc-line-tree.scss +64 -0
- package/theme-chalk/src/yc-plus-tree.scss +102 -0
- package/theme-chalk/src/yc-status-dialog.scss +7 -4
- package/es/components/yc-icon/index.d.ts +0 -49
- package/es/components/yc-icon/index.mjs +0 -10
- package/es/components/yc-icon/src/hooks.d.ts +0 -11
- package/es/components/yc-icon/src/hooks.mjs +0 -80
- package/es/components/yc-icon/src/iconfont.d.ts +0 -21
- package/es/components/yc-icon/src/iconfont.mjs +0 -45
- package/es/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/es/components/yc-icon/src/iconifyIconOffline.mjs +0 -51
- package/es/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/es/components/yc-icon/src/iconifyIconOnline.mjs +0 -30
- package/es/components/yc-icon/src/types.d.ts +0 -35
- package/es/components/yc-icon/src/types.mjs +0 -1
- package/lib/components/yc-icon/index.d.ts +0 -49
- package/lib/components/yc-icon/index.js +0 -18
- package/lib/components/yc-icon/src/hooks.d.ts +0 -11
- package/lib/components/yc-icon/src/hooks.js +0 -82
- package/lib/components/yc-icon/src/iconfont.d.ts +0 -21
- package/lib/components/yc-icon/src/iconfont.js +0 -49
- package/lib/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/lib/components/yc-icon/src/iconifyIconOffline.js +0 -55
- package/lib/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/lib/components/yc-icon/src/iconifyIconOnline.js +0 -34
- package/lib/components/yc-icon/src/types.d.ts +0 -35
- package/lib/components/yc-icon/src/types.js +0 -2
|
@@ -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, 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';
|
|
@@ -30,19 +30,6 @@ 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
|
-
};
|
|
46
33
|
colProps: {
|
|
47
34
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
48
35
|
style?: CSSProperties | undefined;
|
|
@@ -56,6 +43,19 @@ export declare const PlusSearch: {
|
|
|
56
43
|
xl: number;
|
|
57
44
|
};
|
|
58
45
|
};
|
|
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;
|
|
@@ -97,9 +97,9 @@ export declare const PlusSearch: {
|
|
|
97
97
|
default: boolean;
|
|
98
98
|
};
|
|
99
99
|
}>> & {
|
|
100
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
100
101
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
101
102
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
102
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
103
103
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
104
104
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
105
105
|
}, {
|
|
@@ -107,8 +107,6 @@ export declare const PlusSearch: {
|
|
|
107
107
|
$: ComponentInternalInstance;
|
|
108
108
|
$data: {};
|
|
109
109
|
$props: Partial<{
|
|
110
|
-
collapseDuration: number;
|
|
111
|
-
collapseTransition: boolean;
|
|
112
110
|
columns: PlusColumn[];
|
|
113
111
|
group: false | PlusFormGroupRow[];
|
|
114
112
|
modelValue: FieldValues;
|
|
@@ -117,15 +115,18 @@ export declare const PlusSearch: {
|
|
|
117
115
|
labelWidth: string | number;
|
|
118
116
|
labelSuffix: string;
|
|
119
117
|
hasLabel: boolean;
|
|
120
|
-
|
|
121
|
-
|
|
118
|
+
clearable: boolean;
|
|
119
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
122
120
|
style?: CSSProperties | undefined;
|
|
123
121
|
class?: any;
|
|
124
122
|
} & RecordType>;
|
|
125
|
-
|
|
123
|
+
collapseDuration: number;
|
|
124
|
+
collapseTransition: boolean;
|
|
125
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
126
126
|
style?: CSSProperties | undefined;
|
|
127
127
|
class?: any;
|
|
128
128
|
} & RecordType>;
|
|
129
|
+
defaultValues: FieldValues;
|
|
129
130
|
hasErrorTip: boolean;
|
|
130
131
|
hasFooter: boolean;
|
|
131
132
|
hasReset: boolean;
|
|
@@ -138,7 +139,6 @@ export declare const PlusSearch: {
|
|
|
138
139
|
class?: any;
|
|
139
140
|
} & RecordType>;
|
|
140
141
|
prevent: boolean;
|
|
141
|
-
clearable: boolean;
|
|
142
142
|
}> & Omit<{
|
|
143
143
|
readonly columns: PlusColumn[];
|
|
144
144
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -148,15 +148,16 @@ export declare const PlusSearch: {
|
|
|
148
148
|
readonly labelWidth: string | number;
|
|
149
149
|
readonly labelSuffix: string;
|
|
150
150
|
readonly hasLabel: boolean;
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
151
|
+
readonly clearable: boolean;
|
|
152
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
153
153
|
style?: CSSProperties | undefined;
|
|
154
154
|
class?: any;
|
|
155
155
|
} & RecordType>;
|
|
156
|
-
readonly
|
|
156
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
157
157
|
style?: CSSProperties | undefined;
|
|
158
158
|
class?: any;
|
|
159
159
|
} & RecordType>;
|
|
160
|
+
readonly defaultValues: FieldValues;
|
|
160
161
|
readonly hasErrorTip: boolean;
|
|
161
162
|
readonly hasFooter: boolean;
|
|
162
163
|
readonly hasReset: boolean;
|
|
@@ -169,24 +170,15 @@ export declare const PlusSearch: {
|
|
|
169
170
|
class?: any;
|
|
170
171
|
} & RecordType>;
|
|
171
172
|
readonly prevent: boolean;
|
|
172
|
-
readonly clearable: boolean;
|
|
173
173
|
readonly collapseDuration?: number | undefined;
|
|
174
174
|
readonly collapseTransition?: boolean | undefined;
|
|
175
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
175
176
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
176
177
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
177
178
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
178
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
179
179
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
180
180
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
181
181
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
182
|
-
collapseDuration: {
|
|
183
|
-
type: PropType<number>;
|
|
184
|
-
default: undefined;
|
|
185
|
-
};
|
|
186
|
-
collapseTransition: {
|
|
187
|
-
type: PropType<boolean>;
|
|
188
|
-
default: undefined;
|
|
189
|
-
};
|
|
190
182
|
columns: {
|
|
191
183
|
type: PropType< PlusColumn[]>;
|
|
192
184
|
default: () => never[];
|
|
@@ -219,24 +211,36 @@ export declare const PlusSearch: {
|
|
|
219
211
|
type: PropType<boolean>;
|
|
220
212
|
default: boolean;
|
|
221
213
|
};
|
|
222
|
-
|
|
223
|
-
type: PropType<
|
|
224
|
-
default:
|
|
214
|
+
clearable: {
|
|
215
|
+
type: PropType<boolean>;
|
|
216
|
+
default: boolean;
|
|
225
217
|
};
|
|
226
|
-
|
|
227
|
-
type: PropType<Partial< Mutable<
|
|
218
|
+
colProps: {
|
|
219
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
228
220
|
style?: CSSProperties | undefined;
|
|
229
221
|
class?: any;
|
|
230
222
|
} & RecordType>>;
|
|
231
223
|
default: () => {};
|
|
232
224
|
};
|
|
233
|
-
|
|
234
|
-
type: PropType<
|
|
225
|
+
collapseDuration: {
|
|
226
|
+
type: PropType<number>;
|
|
227
|
+
default: undefined;
|
|
228
|
+
};
|
|
229
|
+
collapseTransition: {
|
|
230
|
+
type: PropType<boolean>;
|
|
231
|
+
default: undefined;
|
|
232
|
+
};
|
|
233
|
+
rowProps: {
|
|
234
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
235
235
|
style?: CSSProperties | undefined;
|
|
236
236
|
class?: any;
|
|
237
237
|
} & RecordType>>;
|
|
238
238
|
default: () => {};
|
|
239
239
|
};
|
|
240
|
+
defaultValues: {
|
|
241
|
+
type: PropType<FieldValues>;
|
|
242
|
+
default: () => {};
|
|
243
|
+
};
|
|
240
244
|
hasErrorTip: {
|
|
241
245
|
type: PropType<boolean>;
|
|
242
246
|
default: boolean;
|
|
@@ -276,18 +280,14 @@ export declare const PlusSearch: {
|
|
|
276
280
|
type: PropType<boolean>;
|
|
277
281
|
default: boolean;
|
|
278
282
|
};
|
|
279
|
-
clearable: {
|
|
280
|
-
type: PropType<boolean>;
|
|
281
|
-
default: boolean;
|
|
282
|
-
};
|
|
283
283
|
}>> & {
|
|
284
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
284
285
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
285
286
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
286
287
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
287
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
288
288
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
289
289
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
290
|
-
}, "
|
|
290
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
291
291
|
$attrs: {
|
|
292
292
|
[x: string]: unknown;
|
|
293
293
|
};
|
|
@@ -302,14 +302,6 @@ export declare const PlusSearch: {
|
|
|
302
302
|
$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);
|
|
303
303
|
$el: any;
|
|
304
304
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
305
|
-
collapseDuration: {
|
|
306
|
-
type: PropType<number>;
|
|
307
|
-
default: undefined;
|
|
308
|
-
};
|
|
309
|
-
collapseTransition: {
|
|
310
|
-
type: PropType<boolean>;
|
|
311
|
-
default: undefined;
|
|
312
|
-
};
|
|
313
305
|
columns: {
|
|
314
306
|
type: PropType< PlusColumn[]>;
|
|
315
307
|
default: () => never[];
|
|
@@ -342,24 +334,36 @@ export declare const PlusSearch: {
|
|
|
342
334
|
type: PropType<boolean>;
|
|
343
335
|
default: boolean;
|
|
344
336
|
};
|
|
345
|
-
|
|
346
|
-
type: PropType<
|
|
347
|
-
default:
|
|
337
|
+
clearable: {
|
|
338
|
+
type: PropType<boolean>;
|
|
339
|
+
default: boolean;
|
|
348
340
|
};
|
|
349
|
-
|
|
350
|
-
type: PropType<Partial< Mutable<
|
|
341
|
+
colProps: {
|
|
342
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
351
343
|
style?: CSSProperties | undefined;
|
|
352
344
|
class?: any;
|
|
353
345
|
} & RecordType>>;
|
|
354
346
|
default: () => {};
|
|
355
347
|
};
|
|
356
|
-
|
|
357
|
-
type: PropType<
|
|
348
|
+
collapseDuration: {
|
|
349
|
+
type: PropType<number>;
|
|
350
|
+
default: undefined;
|
|
351
|
+
};
|
|
352
|
+
collapseTransition: {
|
|
353
|
+
type: PropType<boolean>;
|
|
354
|
+
default: undefined;
|
|
355
|
+
};
|
|
356
|
+
rowProps: {
|
|
357
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
358
358
|
style?: CSSProperties | undefined;
|
|
359
359
|
class?: any;
|
|
360
360
|
} & RecordType>>;
|
|
361
361
|
default: () => {};
|
|
362
362
|
};
|
|
363
|
+
defaultValues: {
|
|
364
|
+
type: PropType<FieldValues>;
|
|
365
|
+
default: () => {};
|
|
366
|
+
};
|
|
363
367
|
hasErrorTip: {
|
|
364
368
|
type: PropType<boolean>;
|
|
365
369
|
default: boolean;
|
|
@@ -399,15 +403,11 @@ export declare const PlusSearch: {
|
|
|
399
403
|
type: PropType<boolean>;
|
|
400
404
|
default: boolean;
|
|
401
405
|
};
|
|
402
|
-
clearable: {
|
|
403
|
-
type: PropType<boolean>;
|
|
404
|
-
default: boolean;
|
|
405
|
-
};
|
|
406
406
|
}>> & {
|
|
407
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
407
408
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
408
409
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
409
410
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
410
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
411
411
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
412
412
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
413
413
|
}, {
|
|
@@ -703,8 +703,6 @@ export declare const PlusSearch: {
|
|
|
703
703
|
submitError: (errors: unknown) => void;
|
|
704
704
|
validate: (...args: any[]) => void;
|
|
705
705
|
}, string, {
|
|
706
|
-
collapseDuration: number;
|
|
707
|
-
collapseTransition: boolean;
|
|
708
706
|
columns: PlusColumn[];
|
|
709
707
|
group: false | PlusFormGroupRow[];
|
|
710
708
|
modelValue: FieldValues;
|
|
@@ -713,15 +711,18 @@ export declare const PlusSearch: {
|
|
|
713
711
|
labelWidth: string | number;
|
|
714
712
|
labelSuffix: string;
|
|
715
713
|
hasLabel: boolean;
|
|
716
|
-
|
|
717
|
-
|
|
714
|
+
clearable: boolean;
|
|
715
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
718
716
|
style?: CSSProperties | undefined;
|
|
719
717
|
class?: any;
|
|
720
718
|
} & RecordType>;
|
|
721
|
-
|
|
719
|
+
collapseDuration: number;
|
|
720
|
+
collapseTransition: boolean;
|
|
721
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
722
722
|
style?: CSSProperties | undefined;
|
|
723
723
|
class?: any;
|
|
724
724
|
} & RecordType>;
|
|
725
|
+
defaultValues: FieldValues;
|
|
725
726
|
hasErrorTip: boolean;
|
|
726
727
|
hasFooter: boolean;
|
|
727
728
|
hasReset: boolean;
|
|
@@ -734,7 +735,6 @@ export declare const PlusSearch: {
|
|
|
734
735
|
class?: any;
|
|
735
736
|
} & RecordType>;
|
|
736
737
|
prevent: boolean;
|
|
737
|
-
clearable: boolean;
|
|
738
738
|
}, {}, string, {}> & {
|
|
739
739
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
740
740
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -756,14 +756,6 @@ 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
|
-
collapseDuration: {
|
|
760
|
-
type: PropType<number>;
|
|
761
|
-
default: undefined;
|
|
762
|
-
};
|
|
763
|
-
collapseTransition: {
|
|
764
|
-
type: PropType<boolean>;
|
|
765
|
-
default: undefined;
|
|
766
|
-
};
|
|
767
759
|
columns: {
|
|
768
760
|
type: PropType< PlusColumn[]>;
|
|
769
761
|
default: () => never[];
|
|
@@ -796,24 +788,36 @@ export declare const PlusSearch: {
|
|
|
796
788
|
type: PropType<boolean>;
|
|
797
789
|
default: boolean;
|
|
798
790
|
};
|
|
799
|
-
|
|
800
|
-
type: PropType<
|
|
801
|
-
default:
|
|
791
|
+
clearable: {
|
|
792
|
+
type: PropType<boolean>;
|
|
793
|
+
default: boolean;
|
|
802
794
|
};
|
|
803
|
-
|
|
804
|
-
type: PropType<Partial< Mutable<
|
|
795
|
+
colProps: {
|
|
796
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
805
797
|
style?: CSSProperties | undefined;
|
|
806
798
|
class?: any;
|
|
807
799
|
} & RecordType>>;
|
|
808
800
|
default: () => {};
|
|
809
801
|
};
|
|
810
|
-
|
|
811
|
-
type: PropType<
|
|
802
|
+
collapseDuration: {
|
|
803
|
+
type: PropType<number>;
|
|
804
|
+
default: undefined;
|
|
805
|
+
};
|
|
806
|
+
collapseTransition: {
|
|
807
|
+
type: PropType<boolean>;
|
|
808
|
+
default: undefined;
|
|
809
|
+
};
|
|
810
|
+
rowProps: {
|
|
811
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
812
812
|
style?: CSSProperties | undefined;
|
|
813
813
|
class?: any;
|
|
814
814
|
} & RecordType>>;
|
|
815
815
|
default: () => {};
|
|
816
816
|
};
|
|
817
|
+
defaultValues: {
|
|
818
|
+
type: PropType<FieldValues>;
|
|
819
|
+
default: () => {};
|
|
820
|
+
};
|
|
817
821
|
hasErrorTip: {
|
|
818
822
|
type: PropType<boolean>;
|
|
819
823
|
default: boolean;
|
|
@@ -853,15 +857,11 @@ export declare const PlusSearch: {
|
|
|
853
857
|
type: PropType<boolean>;
|
|
854
858
|
default: boolean;
|
|
855
859
|
};
|
|
856
|
-
clearable: {
|
|
857
|
-
type: PropType<boolean>;
|
|
858
|
-
default: boolean;
|
|
859
|
-
};
|
|
860
860
|
}>> & {
|
|
861
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
861
862
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
862
863
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
863
864
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
864
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
865
865
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
866
866
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
867
867
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1162,9 +1162,9 @@ 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>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
1166
1166
|
readonly label: string | ComputedRef<string>;
|
|
1167
|
-
readonly modelValue: string | number | boolean |
|
|
1167
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1168
1168
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1169
1169
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1170
1170
|
style?: CSSProperties | undefined;
|
|
@@ -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" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "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,7 +1230,7 @@ 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 | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1234
1234
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1235
1235
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1236
1236
|
style?: CSSProperties | undefined;
|
|
@@ -1258,9 +1258,9 @@ 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>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
1262
1262
|
readonly label: string | ComputedRef<string>;
|
|
1263
|
-
readonly modelValue: string | number | boolean |
|
|
1263
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1264
1264
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1265
1265
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1266
1266
|
style?: CSSProperties | undefined;
|
|
@@ -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" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "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,7 +1326,7 @@ 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 | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1330
1330
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1331
1331
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1332
1332
|
style?: CSSProperties | undefined;
|
|
@@ -1397,19 +1397,6 @@ 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
|
-
};
|
|
1413
1400
|
colProps: {
|
|
1414
1401
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
1415
1402
|
style?: CSSProperties | undefined;
|
|
@@ -1423,6 +1410,19 @@ export declare const PlusSearch: {
|
|
|
1423
1410
|
xl: number;
|
|
1424
1411
|
};
|
|
1425
1412
|
};
|
|
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;
|
|
@@ -1464,9 +1464,9 @@ export declare const PlusSearch: {
|
|
|
1464
1464
|
default: boolean;
|
|
1465
1465
|
};
|
|
1466
1466
|
}>> & {
|
|
1467
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1467
1468
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1468
1469
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1469
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1470
1470
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1471
1471
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1472
1472
|
}, {
|
|
@@ -1475,15 +1475,15 @@ export declare const PlusSearch: {
|
|
|
1475
1475
|
labelPosition: "top" | "right" | "left";
|
|
1476
1476
|
inline: boolean;
|
|
1477
1477
|
showNumber: number;
|
|
1478
|
-
|
|
1479
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
1478
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1480
1479
|
style?: CSSProperties | undefined;
|
|
1481
1480
|
class?: any;
|
|
1482
1481
|
} & RecordType>;
|
|
1483
|
-
|
|
1482
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1484
1483
|
style?: CSSProperties | undefined;
|
|
1485
1484
|
class?: any;
|
|
1486
1485
|
} & RecordType>;
|
|
1486
|
+
defaultValues: FieldValues;
|
|
1487
1487
|
hasFooter: boolean;
|
|
1488
1488
|
hasReset: boolean;
|
|
1489
1489
|
resetText: string;
|
|
@@ -1522,19 +1522,6 @@ 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
|
-
};
|
|
1538
1525
|
colProps: {
|
|
1539
1526
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
1540
1527
|
style?: CSSProperties | undefined;
|
|
@@ -1548,6 +1535,19 @@ export declare const PlusSearch: {
|
|
|
1548
1535
|
xl: number;
|
|
1549
1536
|
};
|
|
1550
1537
|
};
|
|
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;
|
|
@@ -1589,9 +1589,9 @@ export declare const PlusSearch: {
|
|
|
1589
1589
|
default: boolean;
|
|
1590
1590
|
};
|
|
1591
1591
|
}>> & {
|
|
1592
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1592
1593
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1593
1594
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1594
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1595
1595
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1596
1596
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1597
1597
|
}, {
|
|
@@ -1599,8 +1599,6 @@ export declare const PlusSearch: {
|
|
|
1599
1599
|
$: ComponentInternalInstance;
|
|
1600
1600
|
$data: {};
|
|
1601
1601
|
$props: Partial<{
|
|
1602
|
-
collapseDuration: number;
|
|
1603
|
-
collapseTransition: boolean;
|
|
1604
1602
|
columns: PlusColumn[];
|
|
1605
1603
|
group: false | PlusFormGroupRow[];
|
|
1606
1604
|
modelValue: FieldValues;
|
|
@@ -1609,15 +1607,18 @@ export declare const PlusSearch: {
|
|
|
1609
1607
|
labelWidth: string | number;
|
|
1610
1608
|
labelSuffix: string;
|
|
1611
1609
|
hasLabel: boolean;
|
|
1612
|
-
|
|
1613
|
-
|
|
1610
|
+
clearable: boolean;
|
|
1611
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1614
1612
|
style?: CSSProperties | undefined;
|
|
1615
1613
|
class?: any;
|
|
1616
1614
|
} & RecordType>;
|
|
1617
|
-
|
|
1615
|
+
collapseDuration: number;
|
|
1616
|
+
collapseTransition: boolean;
|
|
1617
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1618
1618
|
style?: CSSProperties | undefined;
|
|
1619
1619
|
class?: any;
|
|
1620
1620
|
} & RecordType>;
|
|
1621
|
+
defaultValues: FieldValues;
|
|
1621
1622
|
hasErrorTip: boolean;
|
|
1622
1623
|
hasFooter: boolean;
|
|
1623
1624
|
hasReset: boolean;
|
|
@@ -1630,7 +1631,6 @@ export declare const PlusSearch: {
|
|
|
1630
1631
|
class?: any;
|
|
1631
1632
|
} & RecordType>;
|
|
1632
1633
|
prevent: boolean;
|
|
1633
|
-
clearable: boolean;
|
|
1634
1634
|
}> & Omit<{
|
|
1635
1635
|
readonly columns: PlusColumn[];
|
|
1636
1636
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -1640,15 +1640,16 @@ export declare const PlusSearch: {
|
|
|
1640
1640
|
readonly labelWidth: string | number;
|
|
1641
1641
|
readonly labelSuffix: string;
|
|
1642
1642
|
readonly hasLabel: boolean;
|
|
1643
|
-
readonly
|
|
1644
|
-
readonly
|
|
1643
|
+
readonly clearable: boolean;
|
|
1644
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
1645
1645
|
style?: CSSProperties | undefined;
|
|
1646
1646
|
class?: any;
|
|
1647
1647
|
} & RecordType>;
|
|
1648
|
-
readonly
|
|
1648
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
1649
1649
|
style?: CSSProperties | undefined;
|
|
1650
1650
|
class?: any;
|
|
1651
1651
|
} & RecordType>;
|
|
1652
|
+
readonly defaultValues: FieldValues;
|
|
1652
1653
|
readonly hasErrorTip: boolean;
|
|
1653
1654
|
readonly hasFooter: boolean;
|
|
1654
1655
|
readonly hasReset: boolean;
|
|
@@ -1661,24 +1662,15 @@ export declare const PlusSearch: {
|
|
|
1661
1662
|
class?: any;
|
|
1662
1663
|
} & RecordType>;
|
|
1663
1664
|
readonly prevent: boolean;
|
|
1664
|
-
readonly clearable: boolean;
|
|
1665
1665
|
readonly collapseDuration?: number | undefined;
|
|
1666
1666
|
readonly collapseTransition?: boolean | undefined;
|
|
1667
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1667
1668
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1668
1669
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1669
1670
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1670
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1671
1671
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1672
1672
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1673
1673
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1674
|
-
collapseDuration: {
|
|
1675
|
-
type: PropType<number>;
|
|
1676
|
-
default: undefined;
|
|
1677
|
-
};
|
|
1678
|
-
collapseTransition: {
|
|
1679
|
-
type: PropType<boolean>;
|
|
1680
|
-
default: undefined;
|
|
1681
|
-
};
|
|
1682
1674
|
columns: {
|
|
1683
1675
|
type: PropType< PlusColumn[]>;
|
|
1684
1676
|
default: () => never[];
|
|
@@ -1711,24 +1703,36 @@ export declare const PlusSearch: {
|
|
|
1711
1703
|
type: PropType<boolean>;
|
|
1712
1704
|
default: boolean;
|
|
1713
1705
|
};
|
|
1714
|
-
|
|
1715
|
-
type: PropType<
|
|
1716
|
-
default:
|
|
1706
|
+
clearable: {
|
|
1707
|
+
type: PropType<boolean>;
|
|
1708
|
+
default: boolean;
|
|
1717
1709
|
};
|
|
1718
|
-
|
|
1719
|
-
type: PropType<Partial< Mutable<
|
|
1710
|
+
colProps: {
|
|
1711
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
1720
1712
|
style?: CSSProperties | undefined;
|
|
1721
1713
|
class?: any;
|
|
1722
1714
|
} & RecordType>>;
|
|
1723
1715
|
default: () => {};
|
|
1724
1716
|
};
|
|
1725
|
-
|
|
1726
|
-
type: PropType<
|
|
1717
|
+
collapseDuration: {
|
|
1718
|
+
type: PropType<number>;
|
|
1719
|
+
default: undefined;
|
|
1720
|
+
};
|
|
1721
|
+
collapseTransition: {
|
|
1722
|
+
type: PropType<boolean>;
|
|
1723
|
+
default: undefined;
|
|
1724
|
+
};
|
|
1725
|
+
rowProps: {
|
|
1726
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
1727
1727
|
style?: CSSProperties | undefined;
|
|
1728
1728
|
class?: any;
|
|
1729
1729
|
} & RecordType>>;
|
|
1730
1730
|
default: () => {};
|
|
1731
1731
|
};
|
|
1732
|
+
defaultValues: {
|
|
1733
|
+
type: PropType<FieldValues>;
|
|
1734
|
+
default: () => {};
|
|
1735
|
+
};
|
|
1732
1736
|
hasErrorTip: {
|
|
1733
1737
|
type: PropType<boolean>;
|
|
1734
1738
|
default: boolean;
|
|
@@ -1768,18 +1772,14 @@ export declare const PlusSearch: {
|
|
|
1768
1772
|
type: PropType<boolean>;
|
|
1769
1773
|
default: boolean;
|
|
1770
1774
|
};
|
|
1771
|
-
clearable: {
|
|
1772
|
-
type: PropType<boolean>;
|
|
1773
|
-
default: boolean;
|
|
1774
|
-
};
|
|
1775
1775
|
}>> & {
|
|
1776
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1776
1777
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1777
1778
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1778
1779
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1779
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1780
1780
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1781
1781
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1782
|
-
}, "
|
|
1782
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
1783
1783
|
$attrs: {
|
|
1784
1784
|
[x: string]: unknown;
|
|
1785
1785
|
};
|
|
@@ -1794,14 +1794,6 @@ export declare const PlusSearch: {
|
|
|
1794
1794
|
$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);
|
|
1795
1795
|
$el: any;
|
|
1796
1796
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1797
|
-
collapseDuration: {
|
|
1798
|
-
type: PropType<number>;
|
|
1799
|
-
default: undefined;
|
|
1800
|
-
};
|
|
1801
|
-
collapseTransition: {
|
|
1802
|
-
type: PropType<boolean>;
|
|
1803
|
-
default: undefined;
|
|
1804
|
-
};
|
|
1805
1797
|
columns: {
|
|
1806
1798
|
type: PropType< PlusColumn[]>;
|
|
1807
1799
|
default: () => never[];
|
|
@@ -1834,24 +1826,36 @@ export declare const PlusSearch: {
|
|
|
1834
1826
|
type: PropType<boolean>;
|
|
1835
1827
|
default: boolean;
|
|
1836
1828
|
};
|
|
1837
|
-
|
|
1838
|
-
type: PropType<
|
|
1839
|
-
default:
|
|
1829
|
+
clearable: {
|
|
1830
|
+
type: PropType<boolean>;
|
|
1831
|
+
default: boolean;
|
|
1840
1832
|
};
|
|
1841
|
-
|
|
1842
|
-
type: PropType<Partial< Mutable<
|
|
1833
|
+
colProps: {
|
|
1834
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
1843
1835
|
style?: CSSProperties | undefined;
|
|
1844
1836
|
class?: any;
|
|
1845
1837
|
} & RecordType>>;
|
|
1846
1838
|
default: () => {};
|
|
1847
1839
|
};
|
|
1848
|
-
|
|
1849
|
-
type: PropType<
|
|
1840
|
+
collapseDuration: {
|
|
1841
|
+
type: PropType<number>;
|
|
1842
|
+
default: undefined;
|
|
1843
|
+
};
|
|
1844
|
+
collapseTransition: {
|
|
1845
|
+
type: PropType<boolean>;
|
|
1846
|
+
default: undefined;
|
|
1847
|
+
};
|
|
1848
|
+
rowProps: {
|
|
1849
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
1850
1850
|
style?: CSSProperties | undefined;
|
|
1851
1851
|
class?: any;
|
|
1852
1852
|
} & RecordType>>;
|
|
1853
1853
|
default: () => {};
|
|
1854
1854
|
};
|
|
1855
|
+
defaultValues: {
|
|
1856
|
+
type: PropType<FieldValues>;
|
|
1857
|
+
default: () => {};
|
|
1858
|
+
};
|
|
1855
1859
|
hasErrorTip: {
|
|
1856
1860
|
type: PropType<boolean>;
|
|
1857
1861
|
default: boolean;
|
|
@@ -1891,15 +1895,11 @@ export declare const PlusSearch: {
|
|
|
1891
1895
|
type: PropType<boolean>;
|
|
1892
1896
|
default: boolean;
|
|
1893
1897
|
};
|
|
1894
|
-
clearable: {
|
|
1895
|
-
type: PropType<boolean>;
|
|
1896
|
-
default: boolean;
|
|
1897
|
-
};
|
|
1898
1898
|
}>> & {
|
|
1899
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1899
1900
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1900
1901
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1901
1902
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1902
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1903
1903
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1904
1904
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1905
1905
|
}, {
|
|
@@ -2195,8 +2195,6 @@ export declare const PlusSearch: {
|
|
|
2195
2195
|
submitError: (errors: unknown) => void;
|
|
2196
2196
|
validate: (...args: any[]) => void;
|
|
2197
2197
|
}, string, {
|
|
2198
|
-
collapseDuration: number;
|
|
2199
|
-
collapseTransition: boolean;
|
|
2200
2198
|
columns: PlusColumn[];
|
|
2201
2199
|
group: false | PlusFormGroupRow[];
|
|
2202
2200
|
modelValue: FieldValues;
|
|
@@ -2205,15 +2203,18 @@ export declare const PlusSearch: {
|
|
|
2205
2203
|
labelWidth: string | number;
|
|
2206
2204
|
labelSuffix: string;
|
|
2207
2205
|
hasLabel: boolean;
|
|
2208
|
-
|
|
2209
|
-
|
|
2206
|
+
clearable: boolean;
|
|
2207
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2210
2208
|
style?: CSSProperties | undefined;
|
|
2211
2209
|
class?: any;
|
|
2212
2210
|
} & RecordType>;
|
|
2213
|
-
|
|
2211
|
+
collapseDuration: number;
|
|
2212
|
+
collapseTransition: boolean;
|
|
2213
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2214
2214
|
style?: CSSProperties | undefined;
|
|
2215
2215
|
class?: any;
|
|
2216
2216
|
} & RecordType>;
|
|
2217
|
+
defaultValues: FieldValues;
|
|
2217
2218
|
hasErrorTip: boolean;
|
|
2218
2219
|
hasFooter: boolean;
|
|
2219
2220
|
hasReset: boolean;
|
|
@@ -2226,7 +2227,6 @@ export declare const PlusSearch: {
|
|
|
2226
2227
|
class?: any;
|
|
2227
2228
|
} & RecordType>;
|
|
2228
2229
|
prevent: boolean;
|
|
2229
|
-
clearable: boolean;
|
|
2230
2230
|
}, {}, string, {}> & {
|
|
2231
2231
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2232
2232
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2248,14 +2248,6 @@ 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
|
-
collapseDuration: {
|
|
2252
|
-
type: PropType<number>;
|
|
2253
|
-
default: undefined;
|
|
2254
|
-
};
|
|
2255
|
-
collapseTransition: {
|
|
2256
|
-
type: PropType<boolean>;
|
|
2257
|
-
default: undefined;
|
|
2258
|
-
};
|
|
2259
2251
|
columns: {
|
|
2260
2252
|
type: PropType< PlusColumn[]>;
|
|
2261
2253
|
default: () => never[];
|
|
@@ -2288,24 +2280,36 @@ export declare const PlusSearch: {
|
|
|
2288
2280
|
type: PropType<boolean>;
|
|
2289
2281
|
default: boolean;
|
|
2290
2282
|
};
|
|
2291
|
-
|
|
2292
|
-
type: PropType<
|
|
2293
|
-
default:
|
|
2283
|
+
clearable: {
|
|
2284
|
+
type: PropType<boolean>;
|
|
2285
|
+
default: boolean;
|
|
2294
2286
|
};
|
|
2295
|
-
|
|
2296
|
-
type: PropType<Partial< Mutable<
|
|
2287
|
+
colProps: {
|
|
2288
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
2297
2289
|
style?: CSSProperties | undefined;
|
|
2298
2290
|
class?: any;
|
|
2299
2291
|
} & RecordType>>;
|
|
2300
2292
|
default: () => {};
|
|
2301
2293
|
};
|
|
2302
|
-
|
|
2303
|
-
type: PropType<
|
|
2294
|
+
collapseDuration: {
|
|
2295
|
+
type: PropType<number>;
|
|
2296
|
+
default: undefined;
|
|
2297
|
+
};
|
|
2298
|
+
collapseTransition: {
|
|
2299
|
+
type: PropType<boolean>;
|
|
2300
|
+
default: undefined;
|
|
2301
|
+
};
|
|
2302
|
+
rowProps: {
|
|
2303
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
2304
2304
|
style?: CSSProperties | undefined;
|
|
2305
2305
|
class?: any;
|
|
2306
2306
|
} & RecordType>>;
|
|
2307
2307
|
default: () => {};
|
|
2308
2308
|
};
|
|
2309
|
+
defaultValues: {
|
|
2310
|
+
type: PropType<FieldValues>;
|
|
2311
|
+
default: () => {};
|
|
2312
|
+
};
|
|
2309
2313
|
hasErrorTip: {
|
|
2310
2314
|
type: PropType<boolean>;
|
|
2311
2315
|
default: boolean;
|
|
@@ -2345,15 +2349,11 @@ export declare const PlusSearch: {
|
|
|
2345
2349
|
type: PropType<boolean>;
|
|
2346
2350
|
default: boolean;
|
|
2347
2351
|
};
|
|
2348
|
-
clearable: {
|
|
2349
|
-
type: PropType<boolean>;
|
|
2350
|
-
default: boolean;
|
|
2351
|
-
};
|
|
2352
2352
|
}>> & {
|
|
2353
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2353
2354
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2354
2355
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2355
2356
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2356
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2357
2357
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2358
2358
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2359
2359
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -2654,9 +2654,9 @@ 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>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
2658
2658
|
readonly label: string | ComputedRef<string>;
|
|
2659
|
-
readonly modelValue: string | number | boolean |
|
|
2659
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2660
2660
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2661
2661
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2662
2662
|
style?: CSSProperties | undefined;
|
|
@@ -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" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "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,7 +2722,7 @@ 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 | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2726
2726
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2727
2727
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2728
2728
|
style?: CSSProperties | undefined;
|
|
@@ -2750,9 +2750,9 @@ 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>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
2754
2754
|
readonly label: string | ComputedRef<string>;
|
|
2755
|
-
readonly modelValue: string | number | boolean |
|
|
2755
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2756
2756
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2757
2757
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2758
2758
|
style?: CSSProperties | undefined;
|
|
@@ -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" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "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,7 +2818,7 @@ 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 | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
2822
2822
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2823
2823
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2824
2824
|
style?: CSSProperties | undefined;
|
|
@@ -2868,15 +2868,15 @@ export declare const PlusSearch: {
|
|
|
2868
2868
|
labelPosition: "top" | "right" | "left";
|
|
2869
2869
|
inline: boolean;
|
|
2870
2870
|
showNumber: number;
|
|
2871
|
-
|
|
2872
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
2871
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
2873
2872
|
style?: CSSProperties | undefined;
|
|
2874
2873
|
class?: any;
|
|
2875
2874
|
} & RecordType>;
|
|
2876
|
-
|
|
2875
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
2877
2876
|
style?: CSSProperties | undefined;
|
|
2878
2877
|
class?: any;
|
|
2879
2878
|
} & RecordType>;
|
|
2879
|
+
defaultValues: FieldValues;
|
|
2880
2880
|
hasFooter: boolean;
|
|
2881
2881
|
hasReset: boolean;
|
|
2882
2882
|
resetText: string;
|
|
@@ -2912,19 +2912,6 @@ 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
|
-
};
|
|
2928
2915
|
colProps: {
|
|
2929
2916
|
type: PropType<Partial< Mutable<ColProps> & {
|
|
2930
2917
|
style?: CSSProperties | undefined;
|
|
@@ -2938,6 +2925,19 @@ export declare const PlusSearch: {
|
|
|
2938
2925
|
xl: number;
|
|
2939
2926
|
};
|
|
2940
2927
|
};
|
|
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;
|
|
@@ -2979,9 +2979,9 @@ export declare const PlusSearch: {
|
|
|
2979
2979
|
default: boolean;
|
|
2980
2980
|
};
|
|
2981
2981
|
}>> & {
|
|
2982
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2982
2983
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2983
2984
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2984
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2985
2985
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2986
2986
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
2987
2987
|
}, {
|
|
@@ -2989,8 +2989,6 @@ export declare const PlusSearch: {
|
|
|
2989
2989
|
$: ComponentInternalInstance;
|
|
2990
2990
|
$data: {};
|
|
2991
2991
|
$props: Partial<{
|
|
2992
|
-
collapseDuration: number;
|
|
2993
|
-
collapseTransition: boolean;
|
|
2994
2992
|
columns: PlusColumn[];
|
|
2995
2993
|
group: false | PlusFormGroupRow[];
|
|
2996
2994
|
modelValue: FieldValues;
|
|
@@ -2999,15 +2997,18 @@ export declare const PlusSearch: {
|
|
|
2999
2997
|
labelWidth: string | number;
|
|
3000
2998
|
labelSuffix: string;
|
|
3001
2999
|
hasLabel: boolean;
|
|
3002
|
-
|
|
3003
|
-
|
|
3000
|
+
clearable: boolean;
|
|
3001
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
3004
3002
|
style?: CSSProperties | undefined;
|
|
3005
3003
|
class?: any;
|
|
3006
3004
|
} & RecordType>;
|
|
3007
|
-
|
|
3005
|
+
collapseDuration: number;
|
|
3006
|
+
collapseTransition: boolean;
|
|
3007
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
3008
3008
|
style?: CSSProperties | undefined;
|
|
3009
3009
|
class?: any;
|
|
3010
3010
|
} & RecordType>;
|
|
3011
|
+
defaultValues: FieldValues;
|
|
3011
3012
|
hasErrorTip: boolean;
|
|
3012
3013
|
hasFooter: boolean;
|
|
3013
3014
|
hasReset: boolean;
|
|
@@ -3020,7 +3021,6 @@ export declare const PlusSearch: {
|
|
|
3020
3021
|
class?: any;
|
|
3021
3022
|
} & RecordType>;
|
|
3022
3023
|
prevent: boolean;
|
|
3023
|
-
clearable: boolean;
|
|
3024
3024
|
}> & Omit<{
|
|
3025
3025
|
readonly columns: PlusColumn[];
|
|
3026
3026
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -3030,15 +3030,16 @@ export declare const PlusSearch: {
|
|
|
3030
3030
|
readonly labelWidth: string | number;
|
|
3031
3031
|
readonly labelSuffix: string;
|
|
3032
3032
|
readonly hasLabel: boolean;
|
|
3033
|
-
readonly
|
|
3034
|
-
readonly
|
|
3033
|
+
readonly clearable: boolean;
|
|
3034
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
3035
3035
|
style?: CSSProperties | undefined;
|
|
3036
3036
|
class?: any;
|
|
3037
3037
|
} & RecordType>;
|
|
3038
|
-
readonly
|
|
3038
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
3039
3039
|
style?: CSSProperties | undefined;
|
|
3040
3040
|
class?: any;
|
|
3041
3041
|
} & RecordType>;
|
|
3042
|
+
readonly defaultValues: FieldValues;
|
|
3042
3043
|
readonly hasErrorTip: boolean;
|
|
3043
3044
|
readonly hasFooter: boolean;
|
|
3044
3045
|
readonly hasReset: boolean;
|
|
@@ -3051,24 +3052,15 @@ export declare const PlusSearch: {
|
|
|
3051
3052
|
class?: any;
|
|
3052
3053
|
} & RecordType>;
|
|
3053
3054
|
readonly prevent: boolean;
|
|
3054
|
-
readonly clearable: boolean;
|
|
3055
3055
|
readonly collapseDuration?: number | undefined;
|
|
3056
3056
|
readonly collapseTransition?: boolean | undefined;
|
|
3057
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3057
3058
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3058
3059
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3059
3060
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3060
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3061
3061
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
3062
3062
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
3063
3063
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3064
|
-
collapseDuration: {
|
|
3065
|
-
type: PropType<number>;
|
|
3066
|
-
default: undefined;
|
|
3067
|
-
};
|
|
3068
|
-
collapseTransition: {
|
|
3069
|
-
type: PropType<boolean>;
|
|
3070
|
-
default: undefined;
|
|
3071
|
-
};
|
|
3072
3064
|
columns: {
|
|
3073
3065
|
type: PropType< PlusColumn[]>;
|
|
3074
3066
|
default: () => never[];
|
|
@@ -3101,24 +3093,36 @@ export declare const PlusSearch: {
|
|
|
3101
3093
|
type: PropType<boolean>;
|
|
3102
3094
|
default: boolean;
|
|
3103
3095
|
};
|
|
3104
|
-
|
|
3105
|
-
type: PropType<
|
|
3106
|
-
default:
|
|
3096
|
+
clearable: {
|
|
3097
|
+
type: PropType<boolean>;
|
|
3098
|
+
default: boolean;
|
|
3107
3099
|
};
|
|
3108
|
-
|
|
3109
|
-
type: PropType<Partial< Mutable<
|
|
3100
|
+
colProps: {
|
|
3101
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
3110
3102
|
style?: CSSProperties | undefined;
|
|
3111
3103
|
class?: any;
|
|
3112
3104
|
} & RecordType>>;
|
|
3113
3105
|
default: () => {};
|
|
3114
3106
|
};
|
|
3115
|
-
|
|
3116
|
-
type: PropType<
|
|
3107
|
+
collapseDuration: {
|
|
3108
|
+
type: PropType<number>;
|
|
3109
|
+
default: undefined;
|
|
3110
|
+
};
|
|
3111
|
+
collapseTransition: {
|
|
3112
|
+
type: PropType<boolean>;
|
|
3113
|
+
default: undefined;
|
|
3114
|
+
};
|
|
3115
|
+
rowProps: {
|
|
3116
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
3117
3117
|
style?: CSSProperties | undefined;
|
|
3118
3118
|
class?: any;
|
|
3119
3119
|
} & RecordType>>;
|
|
3120
3120
|
default: () => {};
|
|
3121
3121
|
};
|
|
3122
|
+
defaultValues: {
|
|
3123
|
+
type: PropType<FieldValues>;
|
|
3124
|
+
default: () => {};
|
|
3125
|
+
};
|
|
3122
3126
|
hasErrorTip: {
|
|
3123
3127
|
type: PropType<boolean>;
|
|
3124
3128
|
default: boolean;
|
|
@@ -3158,18 +3162,14 @@ export declare const PlusSearch: {
|
|
|
3158
3162
|
type: PropType<boolean>;
|
|
3159
3163
|
default: boolean;
|
|
3160
3164
|
};
|
|
3161
|
-
clearable: {
|
|
3162
|
-
type: PropType<boolean>;
|
|
3163
|
-
default: boolean;
|
|
3164
|
-
};
|
|
3165
3165
|
}>> & {
|
|
3166
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3166
3167
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3167
3168
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3168
3169
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3169
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3170
3170
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
3171
3171
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
3172
|
-
}, "
|
|
3172
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
3173
3173
|
$attrs: {
|
|
3174
3174
|
[x: string]: unknown;
|
|
3175
3175
|
};
|
|
@@ -3184,14 +3184,6 @@ export declare const PlusSearch: {
|
|
|
3184
3184
|
$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);
|
|
3185
3185
|
$el: any;
|
|
3186
3186
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3187
|
-
collapseDuration: {
|
|
3188
|
-
type: PropType<number>;
|
|
3189
|
-
default: undefined;
|
|
3190
|
-
};
|
|
3191
|
-
collapseTransition: {
|
|
3192
|
-
type: PropType<boolean>;
|
|
3193
|
-
default: undefined;
|
|
3194
|
-
};
|
|
3195
3187
|
columns: {
|
|
3196
3188
|
type: PropType< PlusColumn[]>;
|
|
3197
3189
|
default: () => never[];
|
|
@@ -3224,24 +3216,36 @@ export declare const PlusSearch: {
|
|
|
3224
3216
|
type: PropType<boolean>;
|
|
3225
3217
|
default: boolean;
|
|
3226
3218
|
};
|
|
3227
|
-
|
|
3228
|
-
type: PropType<
|
|
3229
|
-
default:
|
|
3219
|
+
clearable: {
|
|
3220
|
+
type: PropType<boolean>;
|
|
3221
|
+
default: boolean;
|
|
3230
3222
|
};
|
|
3231
|
-
|
|
3232
|
-
type: PropType<Partial< Mutable<
|
|
3223
|
+
colProps: {
|
|
3224
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
3233
3225
|
style?: CSSProperties | undefined;
|
|
3234
3226
|
class?: any;
|
|
3235
3227
|
} & RecordType>>;
|
|
3236
3228
|
default: () => {};
|
|
3237
3229
|
};
|
|
3238
|
-
|
|
3239
|
-
type: PropType<
|
|
3230
|
+
collapseDuration: {
|
|
3231
|
+
type: PropType<number>;
|
|
3232
|
+
default: undefined;
|
|
3233
|
+
};
|
|
3234
|
+
collapseTransition: {
|
|
3235
|
+
type: PropType<boolean>;
|
|
3236
|
+
default: undefined;
|
|
3237
|
+
};
|
|
3238
|
+
rowProps: {
|
|
3239
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
3240
3240
|
style?: CSSProperties | undefined;
|
|
3241
3241
|
class?: any;
|
|
3242
3242
|
} & RecordType>>;
|
|
3243
3243
|
default: () => {};
|
|
3244
3244
|
};
|
|
3245
|
+
defaultValues: {
|
|
3246
|
+
type: PropType<FieldValues>;
|
|
3247
|
+
default: () => {};
|
|
3248
|
+
};
|
|
3245
3249
|
hasErrorTip: {
|
|
3246
3250
|
type: PropType<boolean>;
|
|
3247
3251
|
default: boolean;
|
|
@@ -3281,15 +3285,11 @@ export declare const PlusSearch: {
|
|
|
3281
3285
|
type: PropType<boolean>;
|
|
3282
3286
|
default: boolean;
|
|
3283
3287
|
};
|
|
3284
|
-
clearable: {
|
|
3285
|
-
type: PropType<boolean>;
|
|
3286
|
-
default: boolean;
|
|
3287
|
-
};
|
|
3288
3288
|
}>> & {
|
|
3289
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3289
3290
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3290
3291
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3291
3292
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3292
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3293
3293
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
3294
3294
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
3295
3295
|
}, {
|
|
@@ -3585,8 +3585,6 @@ export declare const PlusSearch: {
|
|
|
3585
3585
|
submitError: (errors: unknown) => void;
|
|
3586
3586
|
validate: (...args: any[]) => void;
|
|
3587
3587
|
}, string, {
|
|
3588
|
-
collapseDuration: number;
|
|
3589
|
-
collapseTransition: boolean;
|
|
3590
3588
|
columns: PlusColumn[];
|
|
3591
3589
|
group: false | PlusFormGroupRow[];
|
|
3592
3590
|
modelValue: FieldValues;
|
|
@@ -3595,15 +3593,18 @@ export declare const PlusSearch: {
|
|
|
3595
3593
|
labelWidth: string | number;
|
|
3596
3594
|
labelSuffix: string;
|
|
3597
3595
|
hasLabel: boolean;
|
|
3598
|
-
|
|
3599
|
-
|
|
3596
|
+
clearable: boolean;
|
|
3597
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
3600
3598
|
style?: CSSProperties | undefined;
|
|
3601
3599
|
class?: any;
|
|
3602
3600
|
} & RecordType>;
|
|
3603
|
-
|
|
3601
|
+
collapseDuration: number;
|
|
3602
|
+
collapseTransition: boolean;
|
|
3603
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
3604
3604
|
style?: CSSProperties | undefined;
|
|
3605
3605
|
class?: any;
|
|
3606
3606
|
} & RecordType>;
|
|
3607
|
+
defaultValues: FieldValues;
|
|
3607
3608
|
hasErrorTip: boolean;
|
|
3608
3609
|
hasFooter: boolean;
|
|
3609
3610
|
hasReset: boolean;
|
|
@@ -3616,7 +3617,6 @@ export declare const PlusSearch: {
|
|
|
3616
3617
|
class?: any;
|
|
3617
3618
|
} & RecordType>;
|
|
3618
3619
|
prevent: boolean;
|
|
3619
|
-
clearable: boolean;
|
|
3620
3620
|
}, {}, string, {}> & {
|
|
3621
3621
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
3622
3622
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -3638,14 +3638,6 @@ 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
|
-
collapseDuration: {
|
|
3642
|
-
type: PropType<number>;
|
|
3643
|
-
default: undefined;
|
|
3644
|
-
};
|
|
3645
|
-
collapseTransition: {
|
|
3646
|
-
type: PropType<boolean>;
|
|
3647
|
-
default: undefined;
|
|
3648
|
-
};
|
|
3649
3641
|
columns: {
|
|
3650
3642
|
type: PropType< PlusColumn[]>;
|
|
3651
3643
|
default: () => never[];
|
|
@@ -3678,24 +3670,36 @@ export declare const PlusSearch: {
|
|
|
3678
3670
|
type: PropType<boolean>;
|
|
3679
3671
|
default: boolean;
|
|
3680
3672
|
};
|
|
3681
|
-
|
|
3682
|
-
type: PropType<
|
|
3683
|
-
default:
|
|
3673
|
+
clearable: {
|
|
3674
|
+
type: PropType<boolean>;
|
|
3675
|
+
default: boolean;
|
|
3684
3676
|
};
|
|
3685
|
-
|
|
3686
|
-
type: PropType<Partial< Mutable<
|
|
3677
|
+
colProps: {
|
|
3678
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
3687
3679
|
style?: CSSProperties | undefined;
|
|
3688
3680
|
class?: any;
|
|
3689
3681
|
} & RecordType>>;
|
|
3690
3682
|
default: () => {};
|
|
3691
3683
|
};
|
|
3692
|
-
|
|
3693
|
-
type: PropType<
|
|
3684
|
+
collapseDuration: {
|
|
3685
|
+
type: PropType<number>;
|
|
3686
|
+
default: undefined;
|
|
3687
|
+
};
|
|
3688
|
+
collapseTransition: {
|
|
3689
|
+
type: PropType<boolean>;
|
|
3690
|
+
default: undefined;
|
|
3691
|
+
};
|
|
3692
|
+
rowProps: {
|
|
3693
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
3694
3694
|
style?: CSSProperties | undefined;
|
|
3695
3695
|
class?: any;
|
|
3696
3696
|
} & RecordType>>;
|
|
3697
3697
|
default: () => {};
|
|
3698
3698
|
};
|
|
3699
|
+
defaultValues: {
|
|
3700
|
+
type: PropType<FieldValues>;
|
|
3701
|
+
default: () => {};
|
|
3702
|
+
};
|
|
3699
3703
|
hasErrorTip: {
|
|
3700
3704
|
type: PropType<boolean>;
|
|
3701
3705
|
default: boolean;
|
|
@@ -3735,15 +3739,11 @@ export declare const PlusSearch: {
|
|
|
3735
3739
|
type: PropType<boolean>;
|
|
3736
3740
|
default: boolean;
|
|
3737
3741
|
};
|
|
3738
|
-
clearable: {
|
|
3739
|
-
type: PropType<boolean>;
|
|
3740
|
-
default: boolean;
|
|
3741
|
-
};
|
|
3742
3742
|
}>> & {
|
|
3743
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3743
3744
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3744
3745
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3745
3746
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
3746
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3747
3747
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
3748
3748
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
3749
3749
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -4044,9 +4044,9 @@ 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>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
4048
4048
|
readonly label: string | ComputedRef<string>;
|
|
4049
|
-
readonly modelValue: string | number | boolean |
|
|
4049
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
4050
4050
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4051
4051
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4052
4052
|
style?: CSSProperties | undefined;
|
|
@@ -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" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "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,7 +4112,7 @@ 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 | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
4116
4116
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4117
4117
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4118
4118
|
style?: CSSProperties | undefined;
|
|
@@ -4140,9 +4140,9 @@ 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>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
4144
4144
|
readonly label: string | ComputedRef<string>;
|
|
4145
|
-
readonly modelValue: string | number | boolean |
|
|
4145
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
4146
4146
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4147
4147
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4148
4148
|
style?: CSSProperties | undefined;
|
|
@@ -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" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "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,7 +4208,7 @@ 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 | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
4212
4212
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4213
4213
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4214
4214
|
style?: CSSProperties | undefined;
|
|
@@ -4264,15 +4264,15 @@ export declare const PlusSearch: {
|
|
|
4264
4264
|
labelPosition: "top" | "right" | "left";
|
|
4265
4265
|
inline: boolean;
|
|
4266
4266
|
showNumber: number;
|
|
4267
|
-
|
|
4268
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
4267
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
4269
4268
|
style?: CSSProperties | undefined;
|
|
4270
4269
|
class?: any;
|
|
4271
4270
|
} & RecordType>;
|
|
4272
|
-
|
|
4271
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
4273
4272
|
style?: CSSProperties | undefined;
|
|
4274
4273
|
class?: any;
|
|
4275
4274
|
} & RecordType>;
|
|
4275
|
+
defaultValues: FieldValues;
|
|
4276
4276
|
hasFooter: boolean;
|
|
4277
4277
|
hasReset: boolean;
|
|
4278
4278
|
resetText: string;
|
|
@@ -4285,9 +4285,9 @@ 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>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
4289
4289
|
readonly label: string | ComputedRef<string>;
|
|
4290
|
-
readonly modelValue: string | number | boolean |
|
|
4290
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
4291
4291
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4292
4292
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4293
4293
|
style?: CSSProperties | undefined;
|
|
@@ -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" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "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,7 +4353,7 @@ 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 | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
4357
4357
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4358
4358
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4359
4359
|
style?: CSSProperties | undefined;
|