@pangu-backend-ui/apputil-core 0.0.1

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.
@@ -0,0 +1,394 @@
1
+ import { Http } from "@pangu-backend-ui/common";
2
+ declare const _sfc_main: import("vue").DefineComponent<{}, {
3
+ http: Http | undefined;
4
+ condition: import("vue").Ref<{
5
+ sceneCode: any;
6
+ status: null;
7
+ }>;
8
+ sceneCodes: import("vue").Ref<string[]>;
9
+ getSceneCodes: () => void;
10
+ table: import("vue").Ref<any>;
11
+ moveColShow: import("vue").Ref<boolean>;
12
+ search: () => void;
13
+ publish: (id: number) => void;
14
+ offShelf: (id: number) => void;
15
+ moveUp: (id: number, sceneCode: string) => void;
16
+ moveDown: (id: number, sceneCode: string) => void;
17
+ bannerDialog: import("vue").Ref<any>;
18
+ showBannerDialog: (banner?: any) => void;
19
+ BannerDialog: import("vue").DefineComponent<{}, {
20
+ emits: (event: "success", ...args: any[]) => void;
21
+ showState: import("vue").Ref<boolean>;
22
+ formState: import("vue").Ref<{
23
+ sceneCode: null;
24
+ image: null;
25
+ targetPath: null;
26
+ targetPathType: null;
27
+ params: null;
28
+ shelfTimeArr: {
29
+ toString: () => string;
30
+ toDateString: () => string;
31
+ toTimeString: () => string;
32
+ toLocaleString: {
33
+ (): string;
34
+ (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
35
+ (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
36
+ };
37
+ toLocaleDateString: {
38
+ (): string;
39
+ (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
40
+ (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
41
+ };
42
+ toLocaleTimeString: {
43
+ (): string;
44
+ (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
45
+ (locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
46
+ };
47
+ valueOf: () => number;
48
+ getTime: () => number;
49
+ getFullYear: () => number;
50
+ getUTCFullYear: () => number;
51
+ getMonth: () => number;
52
+ getUTCMonth: () => number;
53
+ getDate: () => number;
54
+ getUTCDate: () => number;
55
+ getDay: () => number;
56
+ getUTCDay: () => number;
57
+ getHours: () => number;
58
+ getUTCHours: () => number;
59
+ getMinutes: () => number;
60
+ getUTCMinutes: () => number;
61
+ getSeconds: () => number;
62
+ getUTCSeconds: () => number;
63
+ getMilliseconds: () => number;
64
+ getUTCMilliseconds: () => number;
65
+ getTimezoneOffset: () => number;
66
+ setTime: (time: number) => number;
67
+ setMilliseconds: (ms: number) => number;
68
+ setUTCMilliseconds: (ms: number) => number;
69
+ setSeconds: (sec: number, ms?: number | undefined) => number;
70
+ setUTCSeconds: (sec: number, ms?: number | undefined) => number;
71
+ setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
72
+ setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
73
+ setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
74
+ setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
75
+ setDate: (date: number) => number;
76
+ setUTCDate: (date: number) => number;
77
+ setMonth: (month: number, date?: number | undefined) => number;
78
+ setUTCMonth: (month: number, date?: number | undefined) => number;
79
+ setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
80
+ setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
81
+ toUTCString: () => string;
82
+ toISOString: () => string;
83
+ toJSON: (key?: any) => string;
84
+ [Symbol.toPrimitive]: {
85
+ (hint: "default"): string;
86
+ (hint: "string"): string;
87
+ (hint: "number"): number;
88
+ (hint: string): string | number;
89
+ };
90
+ }[];
91
+ }>;
92
+ formRule: import("vue").Ref<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
93
+ handling: import("vue").Ref<boolean>;
94
+ http: Http | undefined;
95
+ form: import("vue").Ref<({
96
+ $: import("vue").ComponentInternalInstance;
97
+ $data: {};
98
+ $props: Partial<{
99
+ readonly disabled: boolean;
100
+ readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
101
+ readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right", unknown>;
102
+ readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
103
+ readonly labelSuffix: string;
104
+ readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
105
+ readonly validateOnRuleChange: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
106
+ readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
107
+ readonly inline: boolean;
108
+ readonly inlineMessage: boolean;
109
+ readonly statusIcon: boolean;
110
+ readonly scrollToError: boolean;
111
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
112
+ readonly model: ObjectConstructor;
113
+ readonly rules: {
114
+ readonly type: import("vue").PropType<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
115
+ readonly required: false;
116
+ readonly validator: ((val: unknown) => boolean) | undefined;
117
+ __epPropKey: true;
118
+ };
119
+ readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
120
+ readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
121
+ readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
122
+ readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
123
+ readonly inline: BooleanConstructor;
124
+ readonly inlineMessage: BooleanConstructor;
125
+ readonly statusIcon: BooleanConstructor;
126
+ readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
127
+ readonly size: {
128
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
129
+ readonly required: false;
130
+ readonly validator: ((val: unknown) => boolean) | undefined;
131
+ __epPropKey: true;
132
+ };
133
+ readonly disabled: BooleanConstructor;
134
+ readonly validateOnRuleChange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
135
+ readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
136
+ readonly scrollToError: BooleanConstructor;
137
+ }>> & {
138
+ onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
139
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inline" | "inlineMessage" | "statusIcon" | "showMessage" | "disabled" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError">;
140
+ $attrs: {
141
+ [x: string]: unknown;
142
+ };
143
+ $refs: {
144
+ [x: string]: unknown;
145
+ };
146
+ $slots: Readonly<{
147
+ [name: string]: import("vue").Slot | undefined;
148
+ }>;
149
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
150
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
151
+ $emit: (event: "validate", prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => void;
152
+ $el: any;
153
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
154
+ readonly model: ObjectConstructor;
155
+ readonly rules: {
156
+ readonly type: import("vue").PropType<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
157
+ readonly required: false;
158
+ readonly validator: ((val: unknown) => boolean) | undefined;
159
+ __epPropKey: true;
160
+ };
161
+ readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
162
+ readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
163
+ readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
164
+ readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
165
+ readonly inline: BooleanConstructor;
166
+ readonly inlineMessage: BooleanConstructor;
167
+ readonly statusIcon: BooleanConstructor;
168
+ readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
169
+ readonly size: {
170
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
171
+ readonly required: false;
172
+ readonly validator: ((val: unknown) => boolean) | undefined;
173
+ __epPropKey: true;
174
+ };
175
+ readonly disabled: BooleanConstructor;
176
+ readonly validateOnRuleChange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
177
+ readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
178
+ readonly scrollToError: BooleanConstructor;
179
+ }>> & {
180
+ onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
181
+ }, {
182
+ COMPONENT_NAME: string;
183
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
184
+ readonly model: ObjectConstructor;
185
+ readonly rules: {
186
+ readonly type: import("vue").PropType<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
187
+ readonly required: false;
188
+ readonly validator: ((val: unknown) => boolean) | undefined;
189
+ __epPropKey: true;
190
+ };
191
+ readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
192
+ readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
193
+ readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
194
+ readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
195
+ readonly inline: BooleanConstructor;
196
+ readonly inlineMessage: BooleanConstructor;
197
+ readonly statusIcon: BooleanConstructor;
198
+ readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
199
+ readonly size: {
200
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
201
+ readonly required: false;
202
+ readonly validator: ((val: unknown) => boolean) | undefined;
203
+ __epPropKey: true;
204
+ };
205
+ readonly disabled: BooleanConstructor;
206
+ readonly validateOnRuleChange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
207
+ readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
208
+ readonly scrollToError: BooleanConstructor;
209
+ }>> & {
210
+ onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
211
+ }>>;
212
+ emit: (event: "validate", prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => void;
213
+ fields: import("element-plus").FormItemContext[];
214
+ formSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
215
+ ns: {
216
+ namespace: import("vue").Ref<string>;
217
+ b: (blockSuffix?: string | undefined) => string;
218
+ e: (element?: string | undefined) => string;
219
+ m: (modifier?: string | undefined) => string;
220
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
221
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
222
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
223
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
224
+ is: {
225
+ (name: string, state: boolean | undefined): string;
226
+ (name: string): string;
227
+ };
228
+ cssVar: (object: Record<string, string>) => Record<string, string>;
229
+ cssVarName: (name: string) => string;
230
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
231
+ cssVarBlockName: (name: string) => string;
232
+ };
233
+ formClasses: import("vue").ComputedRef<(string | {
234
+ [x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
235
+ })[]>;
236
+ addField: (field: import("element-plus").FormItemContext) => void;
237
+ removeField: (field: import("element-plus").FormItemContext) => void;
238
+ resetFields: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => void;
239
+ clearValidate: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => void;
240
+ isValidatable: import("vue").ComputedRef<boolean>;
241
+ obtainValidateFields: (props: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>) => import("element-plus").FormItemContext[];
242
+ validate: (callback?: import("element-plus").FormValidateCallback | undefined) => import("element-plus").FormValidationResult;
243
+ doValidateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => Promise<boolean>;
244
+ validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined, callback?: import("element-plus").FormValidateCallback | undefined) => import("element-plus").FormValidationResult;
245
+ scrollToField: (prop: import("element-plus").FormItemProp) => void;
246
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
247
+ validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => boolean;
248
+ }, string, {
249
+ readonly disabled: boolean;
250
+ readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
251
+ readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right", unknown>;
252
+ readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
253
+ readonly labelSuffix: string;
254
+ readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
255
+ readonly validateOnRuleChange: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
256
+ readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
257
+ readonly inline: boolean;
258
+ readonly inlineMessage: boolean;
259
+ readonly statusIcon: boolean;
260
+ readonly scrollToError: boolean;
261
+ }, {}, string> & {
262
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
263
+ created?: ((() => void) | (() => void)[]) | undefined;
264
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
265
+ mounted?: ((() => void) | (() => void)[]) | undefined;
266
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
267
+ updated?: ((() => void) | (() => void)[]) | undefined;
268
+ activated?: ((() => void) | (() => void)[]) | undefined;
269
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
270
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
271
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
272
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
273
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
274
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
275
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
276
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
277
+ };
278
+ $forceUpdate: () => void;
279
+ $nextTick: typeof import("vue").nextTick;
280
+ $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?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
281
+ } & Readonly<import("vue").ExtractPropTypes<{
282
+ readonly model: ObjectConstructor;
283
+ readonly rules: {
284
+ readonly type: import("vue").PropType<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
285
+ readonly required: false;
286
+ readonly validator: ((val: unknown) => boolean) | undefined;
287
+ __epPropKey: true;
288
+ };
289
+ readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
290
+ readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
291
+ readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
292
+ readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
293
+ readonly inline: BooleanConstructor;
294
+ readonly inlineMessage: BooleanConstructor;
295
+ readonly statusIcon: BooleanConstructor;
296
+ readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
297
+ readonly size: {
298
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
299
+ readonly required: false;
300
+ readonly validator: ((val: unknown) => boolean) | undefined;
301
+ __epPropKey: true;
302
+ };
303
+ readonly disabled: BooleanConstructor;
304
+ readonly validateOnRuleChange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
305
+ readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
306
+ readonly scrollToError: BooleanConstructor;
307
+ }>> & {
308
+ onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
309
+ } & import("vue").ShallowUnwrapRef<{
310
+ COMPONENT_NAME: string;
311
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
312
+ readonly model: ObjectConstructor;
313
+ readonly rules: {
314
+ readonly type: import("vue").PropType<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
315
+ readonly required: false;
316
+ readonly validator: ((val: unknown) => boolean) | undefined;
317
+ __epPropKey: true;
318
+ };
319
+ readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
320
+ readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
321
+ readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
322
+ readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
323
+ readonly inline: BooleanConstructor;
324
+ readonly inlineMessage: BooleanConstructor;
325
+ readonly statusIcon: BooleanConstructor;
326
+ readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
327
+ readonly size: {
328
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
329
+ readonly required: false;
330
+ readonly validator: ((val: unknown) => boolean) | undefined;
331
+ __epPropKey: true;
332
+ };
333
+ readonly disabled: BooleanConstructor;
334
+ readonly validateOnRuleChange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
335
+ readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
336
+ readonly scrollToError: BooleanConstructor;
337
+ }>> & {
338
+ onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
339
+ }>>;
340
+ emit: (event: "validate", prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => void;
341
+ fields: import("element-plus").FormItemContext[];
342
+ formSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
343
+ ns: {
344
+ namespace: import("vue").Ref<string>;
345
+ b: (blockSuffix?: string | undefined) => string;
346
+ e: (element?: string | undefined) => string;
347
+ m: (modifier?: string | undefined) => string;
348
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
349
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
350
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
351
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
352
+ is: {
353
+ (name: string, state: boolean | undefined): string;
354
+ (name: string): string;
355
+ };
356
+ cssVar: (object: Record<string, string>) => Record<string, string>;
357
+ cssVarName: (name: string) => string;
358
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
359
+ cssVarBlockName: (name: string) => string;
360
+ };
361
+ formClasses: import("vue").ComputedRef<(string | {
362
+ [x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
363
+ })[]>;
364
+ addField: (field: import("element-plus").FormItemContext) => void;
365
+ removeField: (field: import("element-plus").FormItemContext) => void;
366
+ resetFields: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => void;
367
+ clearValidate: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => void;
368
+ isValidatable: import("vue").ComputedRef<boolean>;
369
+ obtainValidateFields: (props: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>) => import("element-plus").FormItemContext[];
370
+ validate: (callback?: import("element-plus").FormValidateCallback | undefined) => import("element-plus").FormValidationResult;
371
+ doValidateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => Promise<boolean>;
372
+ validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined, callback?: import("element-plus").FormValidateCallback | undefined) => import("element-plus").FormValidationResult;
373
+ scrollToField: (prop: import("element-plus").FormItemProp) => void;
374
+ }> & {} & import("vue").ComponentCustomProperties & {}) | undefined>;
375
+ submit: () => void;
376
+ allSceneCodes: import("vue").Ref<string[]>;
377
+ bannerId: number | null;
378
+ show: (allSceneCodesParam: string[], banner?: any) => void;
379
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "success"[], "success", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
380
+ onSuccess?: ((...args: any[]) => any) | undefined;
381
+ }, {}>;
382
+ readonly bannerTargetPathType: {
383
+ WEB_URL: {
384
+ name: string;
385
+ };
386
+ PAGE_PATH: {
387
+ name: string;
388
+ };
389
+ API: {
390
+ name: string;
391
+ };
392
+ };
393
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
394
+ export default _sfc_main;