ll-plus 2.6.17 → 2.6.18
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/advanced-filtering/index.d.ts +388 -0
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +194 -0
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +194 -0
- package/es/components/cropper/index.d.ts +19 -0
- package/es/components/cropper/src/cropper-image.d.ts +2 -0
- package/es/components/cropper/src/cropper-image.vue.d.ts +6 -0
- package/es/components/cropper/src/cropper-modal.vue.d.ts +13 -0
- package/es/components/form/index.d.ts +197 -0
- package/es/components/form/src/components/form-component.vue.d.ts +3 -0
- package/es/components/form/src/config/form.d.ts +3 -0
- package/es/components/form/src/form.vue.d.ts +194 -0
- package/es/components/icon-picker/index.d.ts +4 -0
- package/es/components/icon-picker/src/components/modal.vue.d.ts +4 -0
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +4 -0
- package/es/components/input/index.d.ts +2 -0
- package/es/components/input/src/input.vue.d.ts +2 -0
- package/es/components/input-number/index.d.ts +2 -0
- package/es/components/input-number/src/input-number.vue.d.ts +2 -0
- package/es/components/key-value/index.d.ts +1493 -338
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +385 -0
- package/es/components/key-value/src/key-value.vue.d.ts +1493 -338
- package/es/components/number-range/index.d.ts +2 -0
- package/es/components/number-range/src/number-range.vue.d.ts +2 -0
- package/es/packages/components/cropper/src/cropper-image.mjs +8 -0
- package/es/packages/components/cropper/src/cropper-image.mjs.map +1 -1
- package/es/packages/components/cropper/src/cropper-image.vue2.mjs +43 -22
- package/es/packages/components/cropper/src/cropper-image.vue2.mjs.map +1 -1
- package/es/packages/components/cropper/src/cropper-modal.vue2.mjs +108 -72
- package/es/packages/components/cropper/src/cropper-modal.vue2.mjs.map +1 -1
- package/es/packages/components/form/src/components/form-component.vue2.mjs +19 -2
- package/es/packages/components/form/src/components/form-component.vue2.mjs.map +1 -1
- package/es/packages/components/form/src/config/form.mjs +21 -0
- package/es/packages/components/form/src/config/form.mjs.map +1 -1
- package/es/packages/components/form/src/form.vue2.mjs +56 -5
- package/es/packages/components/form/src/form.vue2.mjs.map +1 -1
- package/es/packages/components/icon-picker/src/components/modal.vue2.mjs +97 -76
- package/es/packages/components/icon-picker/src/components/modal.vue2.mjs.map +1 -1
- package/es/packages/components/input/src/input.vue2.mjs +8 -1
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/packages/components/input-number/src/input-number.vue2.mjs +8 -1
- package/es/packages/components/input-number/src/input-number.vue2.mjs.map +1 -1
- package/es/packages/components/key-value/src/config/key-value.mjs +2 -2
- package/es/packages/components/key-value/src/config/key-value.mjs.map +1 -1
- package/index.full.js +362 -175
- package/index.full.min.js +17 -17
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +21 -21
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +362 -175
- package/lib/components/advanced-filtering/index.d.ts +388 -0
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +194 -0
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +194 -0
- package/lib/components/cropper/index.d.ts +19 -0
- package/lib/components/cropper/src/cropper-image.d.ts +2 -0
- package/lib/components/cropper/src/cropper-image.vue.d.ts +6 -0
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +13 -0
- package/lib/components/form/index.d.ts +197 -0
- package/lib/components/form/src/components/form-component.vue.d.ts +3 -0
- package/lib/components/form/src/config/form.d.ts +3 -0
- package/lib/components/form/src/form.vue.d.ts +194 -0
- package/lib/components/icon-picker/index.d.ts +4 -0
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +4 -0
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +4 -0
- package/lib/components/input/index.d.ts +2 -0
- package/lib/components/input/src/input.vue.d.ts +2 -0
- package/lib/components/input-number/index.d.ts +2 -0
- package/lib/components/input-number/src/input-number.vue.d.ts +2 -0
- package/lib/components/key-value/index.d.ts +1493 -338
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +385 -0
- package/lib/components/key-value/src/key-value.vue.d.ts +1493 -338
- package/lib/components/number-range/index.d.ts +2 -0
- package/lib/components/number-range/src/number-range.vue.d.ts +2 -0
- package/lib/packages/components/cropper/src/cropper-image.js +8 -0
- package/lib/packages/components/cropper/src/cropper-image.js.map +1 -1
- package/lib/packages/components/cropper/src/cropper-image.vue2.js +42 -21
- package/lib/packages/components/cropper/src/cropper-image.vue2.js.map +1 -1
- package/lib/packages/components/cropper/src/cropper-modal.vue2.js +107 -71
- package/lib/packages/components/cropper/src/cropper-modal.vue2.js.map +1 -1
- package/lib/packages/components/form/src/components/form-component.vue2.js +18 -1
- package/lib/packages/components/form/src/components/form-component.vue2.js.map +1 -1
- package/lib/packages/components/form/src/config/form.js +21 -0
- package/lib/packages/components/form/src/config/form.js.map +1 -1
- package/lib/packages/components/form/src/form.vue2.js +54 -3
- package/lib/packages/components/form/src/form.vue2.js.map +1 -1
- package/lib/packages/components/icon-picker/src/components/modal.vue2.js +96 -75
- package/lib/packages/components/icon-picker/src/components/modal.vue2.js.map +1 -1
- package/lib/packages/components/input/src/input.vue2.js +8 -1
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/packages/components/input-number/src/input-number.vue2.js +8 -1
- package/lib/packages/components/input-number/src/input-number.vue2.js.map +1 -1
- package/lib/packages/components/key-value/src/config/key-value.js +2 -2
- package/lib/packages/components/key-value/src/config/key-value.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/icon-picker.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +388 -0
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +194 -0
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +194 -0
- package/types/packages/components/cropper/index.d.ts +19 -0
- package/types/packages/components/cropper/src/cropper-image.d.ts +2 -0
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +6 -0
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +13 -0
- package/types/packages/components/form/index.d.ts +197 -0
- package/types/packages/components/form/src/components/form-component.vue.d.ts +3 -0
- package/types/packages/components/form/src/config/form.d.ts +3 -0
- package/types/packages/components/form/src/form.vue.d.ts +194 -0
- package/types/packages/components/icon-picker/index.d.ts +4 -0
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +4 -0
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +4 -0
- package/types/packages/components/input/index.d.ts +2 -0
- package/types/packages/components/input/src/input.vue.d.ts +2 -0
- package/types/packages/components/input-number/index.d.ts +2 -0
- package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -0
- package/types/packages/components/key-value/index.d.ts +1493 -338
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +385 -0
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1493 -338
- package/types/packages/components/number-range/index.d.ts +2 -0
- package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -0
|
@@ -3826,6 +3826,9 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3826
3826
|
gutter: number;
|
|
3827
3827
|
}, boolean>;
|
|
3828
3828
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3829
|
+
readonly autoFocus: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3830
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3831
|
+
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3829
3832
|
}, {
|
|
3830
3833
|
props: import("@vue/shared").LooseRequired<{
|
|
3831
3834
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -4052,6 +4055,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4052
4055
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4053
4056
|
};
|
|
4054
4057
|
}>>;
|
|
4058
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4055
4059
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4056
4060
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4057
4061
|
align: {
|
|
@@ -4102,6 +4106,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4102
4106
|
}>>;
|
|
4103
4107
|
readonly formColumns: any[];
|
|
4104
4108
|
readonly formData: import("ll-plus/es/index").FormData;
|
|
4109
|
+
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4110
|
+
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4105
4111
|
readonly onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
4106
4112
|
} & {}>;
|
|
4107
4113
|
emits: (event: "change", params: import("ll-plus/es/index").FormChangeEvent) => void;
|
|
@@ -4117,6 +4123,185 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4117
4123
|
};
|
|
4118
4124
|
formData: import("ll-plus/es/index").FormData;
|
|
4119
4125
|
formRef: import("vue").Ref<any>;
|
|
4126
|
+
formComponents: import("vue").Ref<import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4127
|
+
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
4128
|
+
(): any;
|
|
4129
|
+
new (): any;
|
|
4130
|
+
readonly prototype: any;
|
|
4131
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
4132
|
+
(): any;
|
|
4133
|
+
new (): any;
|
|
4134
|
+
readonly prototype: any;
|
|
4135
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
4136
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4137
|
+
}>> & {
|
|
4138
|
+
onChangeField?: ((item: any) => any) | undefined;
|
|
4139
|
+
}, {
|
|
4140
|
+
props: import("@vue/shared").LooseRequired<{
|
|
4141
|
+
readonly formData: import("ll-plus/es/index").FormData;
|
|
4142
|
+
readonly item: any;
|
|
4143
|
+
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
4144
|
+
} & {}>;
|
|
4145
|
+
emits: (event: "changeField", item: any) => void;
|
|
4146
|
+
formData: import("ll-plus/es/index").FormData;
|
|
4147
|
+
componentRef: import("vue").Ref<any>;
|
|
4148
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4149
|
+
handleChange: (...arg: any[]) => void;
|
|
4150
|
+
focus: () => Promise<void>;
|
|
4151
|
+
getItem: () => any;
|
|
4152
|
+
readonly checkedType: string[];
|
|
4153
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4154
|
+
readonly changeField: (item: any) => boolean;
|
|
4155
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4156
|
+
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
4157
|
+
(): any;
|
|
4158
|
+
new (): any;
|
|
4159
|
+
readonly prototype: any;
|
|
4160
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
4161
|
+
(): any;
|
|
4162
|
+
new (): any;
|
|
4163
|
+
readonly prototype: any;
|
|
4164
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
4165
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4166
|
+
}>> & {
|
|
4167
|
+
onChangeField?: ((item: any) => any) | undefined;
|
|
4168
|
+
}, {
|
|
4169
|
+
readonly formData: import("ll-plus/es/index").FormData;
|
|
4170
|
+
readonly item: any;
|
|
4171
|
+
}, true, {}, {}, {
|
|
4172
|
+
P: {};
|
|
4173
|
+
B: {};
|
|
4174
|
+
D: {};
|
|
4175
|
+
C: {};
|
|
4176
|
+
M: {};
|
|
4177
|
+
Defaults: {};
|
|
4178
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4179
|
+
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
4180
|
+
(): any;
|
|
4181
|
+
new (): any;
|
|
4182
|
+
readonly prototype: any;
|
|
4183
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
4184
|
+
(): any;
|
|
4185
|
+
new (): any;
|
|
4186
|
+
readonly prototype: any;
|
|
4187
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
4188
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4189
|
+
}>> & {
|
|
4190
|
+
onChangeField?: ((item: any) => any) | undefined;
|
|
4191
|
+
}, {
|
|
4192
|
+
props: import("@vue/shared").LooseRequired<{
|
|
4193
|
+
readonly formData: import("ll-plus/es/index").FormData;
|
|
4194
|
+
readonly item: any;
|
|
4195
|
+
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
4196
|
+
} & {}>;
|
|
4197
|
+
emits: (event: "changeField", item: any) => void;
|
|
4198
|
+
formData: import("ll-plus/es/index").FormData;
|
|
4199
|
+
componentRef: import("vue").Ref<any>;
|
|
4200
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4201
|
+
handleChange: (...arg: any[]) => void;
|
|
4202
|
+
focus: () => Promise<void>;
|
|
4203
|
+
getItem: () => any;
|
|
4204
|
+
readonly checkedType: string[];
|
|
4205
|
+
}, {}, {}, {}, {
|
|
4206
|
+
readonly formData: import("ll-plus/es/index").FormData;
|
|
4207
|
+
readonly item: any;
|
|
4208
|
+
}>[]>;
|
|
4209
|
+
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
4210
|
+
validateFields: import("vue").ComputedRef<any[]>;
|
|
4211
|
+
computedFormOptions: import("vue").ComputedRef<{
|
|
4212
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
4213
|
+
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
4214
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
4215
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
4216
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
4217
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
4218
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
4219
|
+
xs: {
|
|
4220
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4221
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4222
|
+
};
|
|
4223
|
+
sm: {
|
|
4224
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4225
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4226
|
+
};
|
|
4227
|
+
md: {
|
|
4228
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4229
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4230
|
+
};
|
|
4231
|
+
lg: {
|
|
4232
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4233
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4234
|
+
};
|
|
4235
|
+
xl: {
|
|
4236
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4237
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4238
|
+
};
|
|
4239
|
+
xxl: {
|
|
4240
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4241
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4242
|
+
};
|
|
4243
|
+
prefixCls: StringConstructor;
|
|
4244
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
4245
|
+
}>> & import("vue").HTMLAttributes) | undefined;
|
|
4246
|
+
wrapperCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
4247
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
4248
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
4249
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
4250
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
4251
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
4252
|
+
xs: {
|
|
4253
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4254
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4255
|
+
};
|
|
4256
|
+
sm: {
|
|
4257
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4258
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4259
|
+
};
|
|
4260
|
+
md: {
|
|
4261
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4262
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4263
|
+
};
|
|
4264
|
+
lg: {
|
|
4265
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4266
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4267
|
+
};
|
|
4268
|
+
xl: {
|
|
4269
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4270
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4271
|
+
};
|
|
4272
|
+
xxl: {
|
|
4273
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
4274
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
4275
|
+
};
|
|
4276
|
+
prefixCls: StringConstructor;
|
|
4277
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
4278
|
+
}>> & import("vue").HTMLAttributes) | undefined;
|
|
4279
|
+
colon?: boolean | undefined;
|
|
4280
|
+
labelAlign?: import("ant-design-vue/es/form/interface").FormLabelAlign | undefined;
|
|
4281
|
+
labelWrap?: boolean | undefined;
|
|
4282
|
+
requiredMark?: "" | import("ant-design-vue/es/form/Form").RequiredMark | undefined;
|
|
4283
|
+
hideRequiredMark?: boolean | undefined;
|
|
4284
|
+
model?: {
|
|
4285
|
+
[key: string]: any;
|
|
4286
|
+
} | undefined;
|
|
4287
|
+
rules?: {
|
|
4288
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4289
|
+
} | undefined;
|
|
4290
|
+
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
4291
|
+
validateOnRuleChange?: boolean | undefined;
|
|
4292
|
+
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
4293
|
+
onSubmit?: ((e: Event) => void) | undefined;
|
|
4294
|
+
validateTrigger?: string | string[] | undefined;
|
|
4295
|
+
disabled?: boolean | undefined;
|
|
4296
|
+
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
4297
|
+
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
4298
|
+
onFinish?: ((values: any) => void) | undefined;
|
|
4299
|
+
onFinishFailed?: ((errorInfo: import("ant-design-vue/es/form/interface").ValidateErrorEntity<any>) => void) | undefined;
|
|
4300
|
+
onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
4301
|
+
layout?: string | undefined;
|
|
4302
|
+
prefixCls?: string | undefined;
|
|
4303
|
+
name?: string | undefined;
|
|
4304
|
+
}>;
|
|
4120
4305
|
id: import("vue").Ref<string>;
|
|
4121
4306
|
validate: () => Promise<any>;
|
|
4122
4307
|
resetFields: () => Promise<any>;
|
|
@@ -4154,8 +4339,11 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4154
4339
|
} & {}>;
|
|
4155
4340
|
emits: (event: "changeField", item: any) => void;
|
|
4156
4341
|
formData: import("ll-plus/es/index").FormData;
|
|
4342
|
+
componentRef: import("vue").Ref<any>;
|
|
4157
4343
|
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4158
4344
|
handleChange: (...arg: any[]) => void;
|
|
4345
|
+
focus: () => Promise<void>;
|
|
4346
|
+
getItem: () => any;
|
|
4159
4347
|
readonly checkedType: string[];
|
|
4160
4348
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4161
4349
|
readonly changeField: (item: any) => boolean;
|
|
@@ -5264,6 +5452,9 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5264
5452
|
gutter: number;
|
|
5265
5453
|
}, boolean>;
|
|
5266
5454
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5455
|
+
readonly autoFocus: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5456
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5457
|
+
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5267
5458
|
}>> & {
|
|
5268
5459
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
5269
5460
|
}, {
|
|
@@ -5491,6 +5682,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5491
5682
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
5492
5683
|
};
|
|
5493
5684
|
}>>;
|
|
5685
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5494
5686
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5495
5687
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5496
5688
|
align: {
|
|
@@ -5541,6 +5733,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5541
5733
|
}>>;
|
|
5542
5734
|
readonly formColumns: any[];
|
|
5543
5735
|
readonly formData: import("ll-plus/es/index").FormData;
|
|
5736
|
+
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5737
|
+
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5544
5738
|
}, {}>>;
|
|
5545
5739
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5546
5740
|
close: () => boolean;
|
|
@@ -12342,6 +12536,9 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12342
12536
|
gutter: number;
|
|
12343
12537
|
}, boolean>;
|
|
12344
12538
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
12539
|
+
readonly autoFocus: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
12540
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
12541
|
+
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
12345
12542
|
}, {
|
|
12346
12543
|
props: import("@vue/shared").LooseRequired<{
|
|
12347
12544
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -12568,6 +12765,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12568
12765
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
12569
12766
|
};
|
|
12570
12767
|
}>>;
|
|
12768
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12571
12769
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12572
12770
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12573
12771
|
align: {
|
|
@@ -12618,6 +12816,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12618
12816
|
}>>;
|
|
12619
12817
|
readonly formColumns: any[];
|
|
12620
12818
|
readonly formData: import("ll-plus/es/index").FormData;
|
|
12819
|
+
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12820
|
+
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12621
12821
|
readonly onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
12622
12822
|
} & {}>;
|
|
12623
12823
|
emits: (event: "change", params: import("ll-plus/es/index").FormChangeEvent) => void;
|
|
@@ -12633,6 +12833,185 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12633
12833
|
};
|
|
12634
12834
|
formData: import("ll-plus/es/index").FormData;
|
|
12635
12835
|
formRef: import("vue").Ref<any>;
|
|
12836
|
+
formComponents: import("vue").Ref<import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
12837
|
+
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
12838
|
+
(): any;
|
|
12839
|
+
new (): any;
|
|
12840
|
+
readonly prototype: any;
|
|
12841
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
12842
|
+
(): any;
|
|
12843
|
+
new (): any;
|
|
12844
|
+
readonly prototype: any;
|
|
12845
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
12846
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12847
|
+
}>> & {
|
|
12848
|
+
onChangeField?: ((item: any) => any) | undefined;
|
|
12849
|
+
}, {
|
|
12850
|
+
props: import("@vue/shared").LooseRequired<{
|
|
12851
|
+
readonly formData: import("ll-plus/es/index").FormData;
|
|
12852
|
+
readonly item: any;
|
|
12853
|
+
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
12854
|
+
} & {}>;
|
|
12855
|
+
emits: (event: "changeField", item: any) => void;
|
|
12856
|
+
formData: import("ll-plus/es/index").FormData;
|
|
12857
|
+
componentRef: import("vue").Ref<any>;
|
|
12858
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
12859
|
+
handleChange: (...arg: any[]) => void;
|
|
12860
|
+
focus: () => Promise<void>;
|
|
12861
|
+
getItem: () => any;
|
|
12862
|
+
readonly checkedType: string[];
|
|
12863
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12864
|
+
readonly changeField: (item: any) => boolean;
|
|
12865
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12866
|
+
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
12867
|
+
(): any;
|
|
12868
|
+
new (): any;
|
|
12869
|
+
readonly prototype: any;
|
|
12870
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
12871
|
+
(): any;
|
|
12872
|
+
new (): any;
|
|
12873
|
+
readonly prototype: any;
|
|
12874
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
12875
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12876
|
+
}>> & {
|
|
12877
|
+
onChangeField?: ((item: any) => any) | undefined;
|
|
12878
|
+
}, {
|
|
12879
|
+
readonly formData: import("ll-plus/es/index").FormData;
|
|
12880
|
+
readonly item: any;
|
|
12881
|
+
}, true, {}, {}, {
|
|
12882
|
+
P: {};
|
|
12883
|
+
B: {};
|
|
12884
|
+
D: {};
|
|
12885
|
+
C: {};
|
|
12886
|
+
M: {};
|
|
12887
|
+
Defaults: {};
|
|
12888
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
12889
|
+
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
12890
|
+
(): any;
|
|
12891
|
+
new (): any;
|
|
12892
|
+
readonly prototype: any;
|
|
12893
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
12894
|
+
(): any;
|
|
12895
|
+
new (): any;
|
|
12896
|
+
readonly prototype: any;
|
|
12897
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
12898
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12899
|
+
}>> & {
|
|
12900
|
+
onChangeField?: ((item: any) => any) | undefined;
|
|
12901
|
+
}, {
|
|
12902
|
+
props: import("@vue/shared").LooseRequired<{
|
|
12903
|
+
readonly formData: import("ll-plus/es/index").FormData;
|
|
12904
|
+
readonly item: any;
|
|
12905
|
+
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
12906
|
+
} & {}>;
|
|
12907
|
+
emits: (event: "changeField", item: any) => void;
|
|
12908
|
+
formData: import("ll-plus/es/index").FormData;
|
|
12909
|
+
componentRef: import("vue").Ref<any>;
|
|
12910
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
12911
|
+
handleChange: (...arg: any[]) => void;
|
|
12912
|
+
focus: () => Promise<void>;
|
|
12913
|
+
getItem: () => any;
|
|
12914
|
+
readonly checkedType: string[];
|
|
12915
|
+
}, {}, {}, {}, {
|
|
12916
|
+
readonly formData: import("ll-plus/es/index").FormData;
|
|
12917
|
+
readonly item: any;
|
|
12918
|
+
}>[]>;
|
|
12919
|
+
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
12920
|
+
validateFields: import("vue").ComputedRef<any[]>;
|
|
12921
|
+
computedFormOptions: import("vue").ComputedRef<{
|
|
12922
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
12923
|
+
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
12924
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
12925
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
12926
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
12927
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
12928
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
12929
|
+
xs: {
|
|
12930
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12931
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12932
|
+
};
|
|
12933
|
+
sm: {
|
|
12934
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12935
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12936
|
+
};
|
|
12937
|
+
md: {
|
|
12938
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12939
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12940
|
+
};
|
|
12941
|
+
lg: {
|
|
12942
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12943
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12944
|
+
};
|
|
12945
|
+
xl: {
|
|
12946
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12947
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12948
|
+
};
|
|
12949
|
+
xxl: {
|
|
12950
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12951
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12952
|
+
};
|
|
12953
|
+
prefixCls: StringConstructor;
|
|
12954
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
12955
|
+
}>> & import("vue").HTMLAttributes) | undefined;
|
|
12956
|
+
wrapperCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
12957
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
12958
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
12959
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
12960
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
12961
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
12962
|
+
xs: {
|
|
12963
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12964
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12965
|
+
};
|
|
12966
|
+
sm: {
|
|
12967
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12968
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12969
|
+
};
|
|
12970
|
+
md: {
|
|
12971
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12972
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12973
|
+
};
|
|
12974
|
+
lg: {
|
|
12975
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12976
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12977
|
+
};
|
|
12978
|
+
xl: {
|
|
12979
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12980
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12981
|
+
};
|
|
12982
|
+
xxl: {
|
|
12983
|
+
type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
|
|
12984
|
+
default: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
12985
|
+
};
|
|
12986
|
+
prefixCls: StringConstructor;
|
|
12987
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
12988
|
+
}>> & import("vue").HTMLAttributes) | undefined;
|
|
12989
|
+
colon?: boolean | undefined;
|
|
12990
|
+
labelAlign?: import("ant-design-vue/es/form/interface").FormLabelAlign | undefined;
|
|
12991
|
+
labelWrap?: boolean | undefined;
|
|
12992
|
+
requiredMark?: "" | import("ant-design-vue/es/form/Form").RequiredMark | undefined;
|
|
12993
|
+
hideRequiredMark?: boolean | undefined;
|
|
12994
|
+
model?: {
|
|
12995
|
+
[key: string]: any;
|
|
12996
|
+
} | undefined;
|
|
12997
|
+
rules?: {
|
|
12998
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
12999
|
+
} | undefined;
|
|
13000
|
+
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
13001
|
+
validateOnRuleChange?: boolean | undefined;
|
|
13002
|
+
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
13003
|
+
onSubmit?: ((e: Event) => void) | undefined;
|
|
13004
|
+
validateTrigger?: string | string[] | undefined;
|
|
13005
|
+
disabled?: boolean | undefined;
|
|
13006
|
+
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
13007
|
+
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
13008
|
+
onFinish?: ((values: any) => void) | undefined;
|
|
13009
|
+
onFinishFailed?: ((errorInfo: import("ant-design-vue/es/form/interface").ValidateErrorEntity<any>) => void) | undefined;
|
|
13010
|
+
onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
13011
|
+
layout?: string | undefined;
|
|
13012
|
+
prefixCls?: string | undefined;
|
|
13013
|
+
name?: string | undefined;
|
|
13014
|
+
}>;
|
|
12636
13015
|
id: import("vue").Ref<string>;
|
|
12637
13016
|
validate: () => Promise<any>;
|
|
12638
13017
|
resetFields: () => Promise<any>;
|
|
@@ -12670,8 +13049,11 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12670
13049
|
} & {}>;
|
|
12671
13050
|
emits: (event: "changeField", item: any) => void;
|
|
12672
13051
|
formData: import("ll-plus/es/index").FormData;
|
|
13052
|
+
componentRef: import("vue").Ref<any>;
|
|
12673
13053
|
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
12674
13054
|
handleChange: (...arg: any[]) => void;
|
|
13055
|
+
focus: () => Promise<void>;
|
|
13056
|
+
getItem: () => any;
|
|
12675
13057
|
readonly checkedType: string[];
|
|
12676
13058
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12677
13059
|
readonly changeField: (item: any) => boolean;
|
|
@@ -13780,6 +14162,9 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13780
14162
|
gutter: number;
|
|
13781
14163
|
}, boolean>;
|
|
13782
14164
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14165
|
+
readonly autoFocus: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14166
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14167
|
+
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
13783
14168
|
}>> & {
|
|
13784
14169
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
13785
14170
|
}, {
|
|
@@ -14007,6 +14392,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14007
14392
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
14008
14393
|
};
|
|
14009
14394
|
}>>;
|
|
14395
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14010
14396
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14011
14397
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14012
14398
|
align: {
|
|
@@ -14057,6 +14443,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14057
14443
|
}>>;
|
|
14058
14444
|
readonly formColumns: any[];
|
|
14059
14445
|
readonly formData: import("ll-plus/es/index").FormData;
|
|
14446
|
+
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14447
|
+
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14060
14448
|
}, {}>>;
|
|
14061
14449
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14062
14450
|
close: () => boolean;
|