dmx-admin-ui 1.2.202 → 1.2.204

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/types/global.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import setConfig from './config'
2
2
  import theme from "./theme";
3
- import { cache, layer, page, req, copy, csv, util, loadjs } from "../src/plugins"
4
- import store from '../src/store'
3
+ import { cache, layer, page, req, copy, csv, util, loadjs as load } from "../src/plugins"
5
4
  import config from '../src/config/index'
6
5
  import { ComponentCustomProperties } from 'vue'
7
6
  import root from '../src/app.vue'
@@ -9,8 +8,49 @@ const reqs = new req({})
9
8
  const pages = new page({})
10
9
  import np from "number-precision";
11
10
  export { };
11
+ interface Config {
12
+ apis: {
13
+ goods_search: string;
14
+ shop_search: string;
15
+ user_search: string;
16
+ media_box: {
17
+ list: string;
18
+ edit: string;
19
+ del: string;
20
+ cate: string;
21
+ cateEdit: string;
22
+ cateDel: string;
23
+ cateAdd: string;
24
+ };
25
+ };
26
+ fileUrl: any;
27
+ payTyle: {};
28
+ goodsType: {
29
+ 0: string;
30
+ };
31
+ mapApi: any
32
+ inputs: {
33
+ components: {};
34
+ shortcuts: {};
35
+ };
36
+ orderType: {};
37
+ urlBox: {
38
+ default: {
39
+ title: string;
40
+ list: {
41
+ title: string;
42
+ url: string;
43
+ }[];
44
+ }[];
45
+ goodsCate: boolean;
46
+ goods: boolean;
47
+ };
48
+ form: {
49
+ btnText: string;
50
+ };
51
+ }
12
52
  declare global {
13
- const dmx: { [key: string]: any }
53
+ const DMX: { [key: string]: any }
14
54
  const $a: typeof util
15
55
  const $menu: any[]
16
56
  const $msg: typeof layer
@@ -20,11 +60,13 @@ declare global {
20
60
  const $loading: typeof layer.loading
21
61
  const $confirm: typeof layer.confirm
22
62
  const $prompt: typeof layer.prompt
23
- const $theme: typeof theme
24
- const $store: typeof store
63
+ const $theme: { [key: string]: string }
64
+ const $store: { [key: string]: string }
25
65
  const $cache:typeof cache
26
- const $config: typeof config
27
- const $langs :{[key:string]:string}
66
+ const $config: Config
67
+ const $langs: { [key: string]: string }
68
+ const $fileUrl: (url: string) => string
69
+ const loadjs:typeof load
28
70
  /** [宏]导入指定文件下的vue组件 从项目根目录开始 */
29
71
  const $macroComponents : (dir:string)=>{}
30
72
  }
@@ -33,6 +75,1061 @@ declare module 'vue' {
33
75
  $root:InstanceType<typeof root>
34
76
  $config: typeof config
35
77
  $go: typeof pages
36
- dmx: { [key: string]: any }
37
78
  }
79
+ }
80
+
81
+ import {ElImage} from "element-plus";
82
+ interface _default {
83
+ AdminTable: {
84
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
85
+ init: ObjectConstructor;
86
+ }>> & Readonly<{
87
+ onChange?: (...args: any[]) => any;
88
+ }>, {
89
+ getData: (e?: boolean) => any[];
90
+ search: (e: any, r?: boolean) => void;
91
+ init: any;
92
+ treeOn: globalThis.Ref<any[], any[]>;
93
+ cellEdit: (e: any, index: any, item: any) => any;
94
+ cellClick: (item: any, index: any) => void;
95
+ rowEdit: (data: any, index?: number, msg?: string) => void;
96
+ onSort: (field: any, sort_?: string | false) => Promise<any>;
97
+ sort: any;
98
+ fnTreeShow: (index: any) => number;
99
+ fnTreeOn: (index: any) => void;
100
+ setPageStatus: (status?: boolean) => void;
101
+ checkAllChange: (e: any) => void;
102
+ navChange: (e: any) => void;
103
+ tabsChange: (index: any) => void;
104
+ tableData: globalThis.Ref<any[], any[]>;
105
+ checkData: globalThis.ComputedRef<any[]>;
106
+ reload: (e?: boolean) => void;
107
+ dialogForm: (data: any, index: any, form: any) => void;
108
+ dialogSubmit: (e: any) => void;
109
+ getCellTool: (colsItem: any, item: any) => any;
110
+ rowAction: (btn: any, index: any, tool?: any) => Promise<void | import('element-plus').MessageHandler>;
111
+ toolAction: (btn: any) => Promise<void>;
112
+ uniApi: (id: any, data?: {}, url?: string) => import('element-plus').MessageHandler;
113
+ pk: any;
114
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
115
+ change: (...args: any[]) => void;
116
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
117
+ P: {};
118
+ B: {};
119
+ D: {};
120
+ C: {};
121
+ M: {};
122
+ Defaults: {};
123
+ }, Readonly<globalThis.ExtractPropTypes<{
124
+ init: ObjectConstructor;
125
+ }>> & Readonly<{
126
+ onChange?: (...args: any[]) => any;
127
+ }>, {
128
+ getData: (e?: boolean) => any[];
129
+ search: (e: any, r?: boolean) => void;
130
+ init: any;
131
+ treeOn: globalThis.Ref<any[], any[]>;
132
+ cellEdit: (e: any, index: any, item: any) => any;
133
+ cellClick: (item: any, index: any) => void;
134
+ rowEdit: (data: any, index?: number, msg?: string) => void;
135
+ onSort: (field: any, sort_?: string | false) => Promise<any>;
136
+ sort: any;
137
+ fnTreeShow: (index: any) => number;
138
+ fnTreeOn: (index: any) => void;
139
+ setPageStatus: (status?: boolean) => void;
140
+ checkAllChange: (e: any) => void;
141
+ navChange: (e: any) => void;
142
+ tabsChange: (index: any) => void;
143
+ tableData: globalThis.Ref<any[], any[]>;
144
+ checkData: globalThis.ComputedRef<any[]>;
145
+ reload: (e?: boolean) => void;
146
+ dialogForm: (data: any, index: any, form: any) => void;
147
+ dialogSubmit: (e: any) => void;
148
+ getCellTool: (colsItem: any, item: any) => any;
149
+ rowAction: (btn: any, index: any, tool?: any) => Promise<void | import('element-plus').MessageHandler>;
150
+ toolAction: (btn: any) => Promise<void>;
151
+ uniApi: (id: any, data?: {}, url?: string) => import('element-plus').MessageHandler;
152
+ pk: any;
153
+ }, {}, {}, {}, {}>;
154
+ __isFragment?: never;
155
+ __isTeleport?: never;
156
+ __isSuspense?: never;
157
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
158
+ init: ObjectConstructor;
159
+ }>> & Readonly<{
160
+ onChange?: (...args: any[]) => any;
161
+ }>, {
162
+ getData: (e?: boolean) => any[];
163
+ search: (e: any, r?: boolean) => void;
164
+ init: any;
165
+ treeOn: globalThis.Ref<any[], any[]>;
166
+ cellEdit: (e: any, index: any, item: any) => any;
167
+ cellClick: (item: any, index: any) => void;
168
+ rowEdit: (data: any, index?: number, msg?: string) => void;
169
+ onSort: (field: any, sort_?: string | false) => Promise<any>;
170
+ sort: any;
171
+ fnTreeShow: (index: any) => number;
172
+ fnTreeOn: (index: any) => void;
173
+ setPageStatus: (status?: boolean) => void;
174
+ checkAllChange: (e: any) => void;
175
+ navChange: (e: any) => void;
176
+ tabsChange: (index: any) => void;
177
+ tableData: globalThis.Ref<any[], any[]>;
178
+ checkData: globalThis.ComputedRef<any[]>;
179
+ reload: (e?: boolean) => void;
180
+ dialogForm: (data: any, index: any, form: any) => void;
181
+ dialogSubmit: (e: any) => void;
182
+ getCellTool: (colsItem: any, item: any) => any;
183
+ rowAction: (btn: any, index: any, tool?: any) => Promise<void | import('element-plus').MessageHandler>;
184
+ toolAction: (btn: any) => Promise<void>;
185
+ uniApi: (id: any, data?: {}, url?: string) => import('element-plus').MessageHandler;
186
+ pk: any;
187
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
188
+ change: (...args: any[]) => void;
189
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
190
+ $slots: {
191
+ [x: string]: (props: {
192
+ key: any;
193
+ row: any;
194
+ }) => any;
195
+ } & {
196
+ title?: (props: {}) => any;
197
+ } & {
198
+ default?: (props: {
199
+ data: any[];
200
+ height: string;
201
+ }) => any;
202
+ } & {
203
+ footer?: (props: {
204
+ data: any[];
205
+ }) => any;
206
+ };
207
+ });
208
+ AdminForm: import('vue').DefineComponent<{
209
+ init: Record<string, any>;
210
+ size?: "" | "small" | "default" | "large";
211
+ disabled?: boolean;
212
+ data?: any;
213
+ asyncData?: (() => any) | string | Record<string, any>;
214
+ showButton?: boolean;
215
+ beforeSubmit?: (...args: any[]) => any;
216
+ afterSubmit?: (...args: any[]) => any;
217
+ }, {
218
+ setValue: (data: any, refresh?: boolean) => void;
219
+ hideField: (e: any, status?: boolean) => void;
220
+ editCols: (field: any, value: any) => void;
221
+ getData: () => {};
222
+ newData: () => void;
223
+ resetForm: () => void;
224
+ fnSubmit: () => import('element-plus').MessageHandler;
225
+ doSubmit: (data?: any) => any;
226
+ setData: (data: any, refresh?: boolean) => void;
227
+ editData: globalThis.Ref<{}, {}>;
228
+ rawData: globalThis.Ref<{}, {}>;
229
+ change: globalThis.Ref<{}, {}>;
230
+ hidden: globalThis.Ref<{}, {}>;
231
+ loading: globalThis.Ref<boolean, boolean>;
232
+ cols: globalThis.Ref<any[], any[]>;
233
+ formRef: globalThis.Ref<any, any>;
234
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
235
+ submit: (...args: any[]) => void;
236
+ change: (...args: any[]) => void;
237
+ end: (...args: any[]) => void;
238
+ }, string, import('vue').PublicProps, Readonly<{
239
+ init: Record<string, any>;
240
+ size?: "" | "small" | "default" | "large";
241
+ disabled?: boolean;
242
+ data?: any;
243
+ asyncData?: (() => any) | string | Record<string, any>;
244
+ showButton?: boolean;
245
+ beforeSubmit?: (...args: any[]) => any;
246
+ afterSubmit?: (...args: any[]) => any;
247
+ }> & Readonly<{
248
+ onSubmit?: (...args: any[]) => any;
249
+ onChange?: (...args: any[]) => any;
250
+ onEnd?: (...args: any[]) => any;
251
+ }>, {
252
+ data: any;
253
+ showButton: boolean;
254
+ beforeSubmit: (...args: any[]) => any;
255
+ afterSubmit: (...args: any[]) => any;
256
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
257
+ DataApi: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
258
+ init: {
259
+ type: ObjectConstructor;
260
+ };
261
+ }>, {}, {
262
+ data: boolean;
263
+ empty: boolean;
264
+ loading: boolean;
265
+ }, {}, {
266
+ onChange(where?: any): void;
267
+ getData(where?: any): Promise<void>;
268
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
269
+ init: {
270
+ type: ObjectConstructor;
271
+ };
272
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
273
+ ASearch: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
274
+ init: ObjectConstructor;
275
+ data: ObjectConstructor;
276
+ }>, {}, {
277
+ span: {
278
+ sm: number;
279
+ md: number;
280
+ lg: number;
281
+ xl: number;
282
+ };
283
+ sum: number;
284
+ formData: {};
285
+ changeData: {};
286
+ offset: number;
287
+ cols: any[];
288
+ limit: number;
289
+ spread: boolean;
290
+ keyTime: number;
291
+ right: boolean;
292
+ }, {}, {
293
+ onChange(e: any, field: any): void;
294
+ fnSearch(): void;
295
+ resetFields(): void;
296
+ resize(w: any): void;
297
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "change"[], "change", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
298
+ init: ObjectConstructor;
299
+ data: ObjectConstructor;
300
+ }>> & Readonly<{
301
+ onChange?: (...args: any[]) => any;
302
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
303
+ AInputs: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
304
+ index: NumberConstructor;
305
+ cols: ArrayConstructor;
306
+ clearable: {
307
+ type: BooleanConstructor;
308
+ default: boolean;
309
+ };
310
+ size: {
311
+ type: StringConstructor;
312
+ default: string;
313
+ };
314
+ rawData: ObjectConstructor;
315
+ modelValue: (NumberConstructor | ObjectConstructor | BooleanConstructor | StringConstructor | ArrayConstructor | FunctionConstructor)[];
316
+ join: ObjectConstructor;
317
+ disabled: BooleanConstructor;
318
+ row: {
319
+ type: ObjectConstructor;
320
+ default: () => {};
321
+ };
322
+ prop: {
323
+ type: ObjectConstructor;
324
+ default: () => {};
325
+ };
326
+ }>, {
327
+ onChange: (e: any) => void;
328
+ setValue: (e: any) => void;
329
+ relatedUpdate: (field: any, e: any) => void;
330
+ prop: Record<string, any>;
331
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
332
+ "update:modelValue": (...args: any[]) => void;
333
+ change: (...args: any[]) => void;
334
+ relatedUpdate: (...args: any[]) => void;
335
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
336
+ index: NumberConstructor;
337
+ cols: ArrayConstructor;
338
+ clearable: {
339
+ type: BooleanConstructor;
340
+ default: boolean;
341
+ };
342
+ size: {
343
+ type: StringConstructor;
344
+ default: string;
345
+ };
346
+ rawData: ObjectConstructor;
347
+ modelValue: (NumberConstructor | ObjectConstructor | BooleanConstructor | StringConstructor | ArrayConstructor | FunctionConstructor)[];
348
+ join: ObjectConstructor;
349
+ disabled: BooleanConstructor;
350
+ row: {
351
+ type: ObjectConstructor;
352
+ default: () => {};
353
+ };
354
+ prop: {
355
+ type: ObjectConstructor;
356
+ default: () => {};
357
+ };
358
+ }>> & Readonly<{
359
+ "onUpdate:modelValue"?: (...args: any[]) => any;
360
+ onChange?: (...args: any[]) => any;
361
+ onRelatedUpdate?: (...args: any[]) => any;
362
+ }>, {
363
+ size: string;
364
+ disabled: boolean;
365
+ row: Record<string, any>;
366
+ prop: Record<string, any>;
367
+ clearable: boolean;
368
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
369
+ InputButton: import('vue').DefineComponent<{
370
+ btn?: {
371
+ icon?: string;
372
+ text?: string;
373
+ click?: (value: any) => any | Promise<any>;
374
+ };
375
+ placeholder?: string;
376
+ readonly?: boolean;
377
+ disabled?: boolean;
378
+ clearable?: boolean;
379
+ icon?: string;
380
+ size?: "" | "small" | "default" | "large";
381
+ props?: Record<string, any>;
382
+ modelValue?: string | boolean | number | any[];
383
+ }, {
384
+ setValue: (val: any) => Promise<void>;
385
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
386
+ clear: () => any;
387
+ "update:modelValue": (value: any) => any;
388
+ }, string, import('vue').PublicProps, Readonly<{
389
+ btn?: {
390
+ icon?: string;
391
+ text?: string;
392
+ click?: (value: any) => any | Promise<any>;
393
+ };
394
+ placeholder?: string;
395
+ readonly?: boolean;
396
+ disabled?: boolean;
397
+ clearable?: boolean;
398
+ icon?: string;
399
+ size?: "" | "small" | "default" | "large";
400
+ props?: Record<string, any>;
401
+ modelValue?: string | boolean | number | any[];
402
+ }> & Readonly<{
403
+ onClear?: () => any;
404
+ "onUpdate:modelValue"?: (value: any) => any;
405
+ }>, {
406
+ icon: string;
407
+ placeholder: string;
408
+ size: "" | "small" | "default" | "large";
409
+ modelValue: string | boolean | number | any[];
410
+ btn: {
411
+ icon?: string;
412
+ text?: string;
413
+ click?: (value: any) => any | Promise<any>;
414
+ };
415
+ clearable: boolean;
416
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
417
+ ASearchBox: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
418
+ ATip: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
419
+ title: {
420
+ type: StringConstructor;
421
+ default: string;
422
+ };
423
+ type: {
424
+ type: StringConstructor;
425
+ default: string;
426
+ };
427
+ }>, {}, {
428
+ value: string;
429
+ show: boolean;
430
+ }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
431
+ title: {
432
+ type: StringConstructor;
433
+ default: string;
434
+ };
435
+ type: {
436
+ type: StringConstructor;
437
+ default: string;
438
+ };
439
+ }>> & Readonly<{}>, {
440
+ type: string;
441
+ title: string;
442
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
443
+ ATextEdit: import('vue').DefineComponent<{
444
+ clickType?: string;
445
+ defaultValue?: string;
446
+ hideIcon?: boolean;
447
+ height?: string;
448
+ text?: string;
449
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
450
+ save: (payload: {
451
+ value: string;
452
+ oldValue: string;
453
+ }) => any;
454
+ status: (value: boolean) => any;
455
+ }, string, import('vue').PublicProps, Readonly<{
456
+ clickType?: string;
457
+ defaultValue?: string;
458
+ hideIcon?: boolean;
459
+ height?: string;
460
+ text?: string;
461
+ }> & Readonly<{
462
+ onSave?: (payload: {
463
+ value: string;
464
+ oldValue: string;
465
+ }) => any;
466
+ onStatus?: (value: boolean) => any;
467
+ }>, {
468
+ clickType: string;
469
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
470
+ ACateText: import('vue').DefineComponent<{
471
+ url?: string | any[] | Record<string, any>;
472
+ modelValue?: string | any[] | number;
473
+ type?: "primary" | "success" | "info" | "warning" | "danger";
474
+ size?: "" | "small" | "default" | "large";
475
+ showNum?: number;
476
+ keyName?: string;
477
+ titleName?: string;
478
+ format?: ((value: any) => any) | null;
479
+ color?: string;
480
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
481
+ url?: string | any[] | Record<string, any>;
482
+ modelValue?: string | any[] | number;
483
+ type?: "primary" | "success" | "info" | "warning" | "danger";
484
+ size?: "" | "small" | "default" | "large";
485
+ showNum?: number;
486
+ keyName?: string;
487
+ titleName?: string;
488
+ format?: ((value: any) => any) | null;
489
+ color?: string;
490
+ }> & Readonly<{}>, {
491
+ type: "primary" | "success" | "info" | "warning" | "danger";
492
+ size: "" | "small" | "default" | "large";
493
+ titleName: string;
494
+ format: ((value: any) => any) | null;
495
+ showNum: number;
496
+ keyName: string;
497
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
498
+ ACascader: import('vue').DefineComponent<{
499
+ modelValue?: any[] | string | number;
500
+ remove?: any[] | string | number;
501
+ url?: string | any[];
502
+ disabled?: boolean;
503
+ level?: number;
504
+ props?: Record<string, any>;
505
+ placeholder?: string;
506
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
507
+ "update:modelValue": (value: any) => any;
508
+ }, string, import('vue').PublicProps, Readonly<{
509
+ modelValue?: any[] | string | number;
510
+ remove?: any[] | string | number;
511
+ url?: string | any[];
512
+ disabled?: boolean;
513
+ level?: number;
514
+ props?: Record<string, any>;
515
+ placeholder?: string;
516
+ }> & Readonly<{
517
+ "onUpdate:modelValue"?: (value: any) => any;
518
+ }>, {
519
+ props: Record<string, any>;
520
+ placeholder: string;
521
+ level: number;
522
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
523
+ ATags: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
524
+ disabled: BooleanConstructor;
525
+ size: StringConstructor;
526
+ modelValue: {
527
+ type: (StringConstructor | ArrayConstructor)[];
528
+ };
529
+ add: {
530
+ type: StringConstructor;
531
+ default: string;
532
+ };
533
+ }>, {}, {
534
+ tags: any[];
535
+ }, {}, {
536
+ fnEdit(index: any): void;
537
+ fnAdd(): void;
538
+ fnClose(index: any): void;
539
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
540
+ disabled: BooleanConstructor;
541
+ size: StringConstructor;
542
+ modelValue: {
543
+ type: (StringConstructor | ArrayConstructor)[];
544
+ };
545
+ add: {
546
+ type: StringConstructor;
547
+ default: string;
548
+ };
549
+ }>> & Readonly<{}>, {
550
+ add: string;
551
+ disabled: boolean;
552
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
553
+ ATime: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
554
+ date: {
555
+ type: (NumberConstructor | ObjectConstructor | StringConstructor)[];
556
+ default(): string;
557
+ };
558
+ locale: {
559
+ type: StringConstructor;
560
+ default: string;
561
+ };
562
+ threshold: {
563
+ type: ArrayConstructor;
564
+ default(): number[];
565
+ };
566
+ format: {
567
+ type: StringConstructor;
568
+ default: any;
569
+ };
570
+ }>, {}, {
571
+ text: string;
572
+ }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
573
+ date: {
574
+ type: (NumberConstructor | ObjectConstructor | StringConstructor)[];
575
+ default(): string;
576
+ };
577
+ locale: {
578
+ type: StringConstructor;
579
+ default: string;
580
+ };
581
+ threshold: {
582
+ type: ArrayConstructor;
583
+ default(): number[];
584
+ };
585
+ format: {
586
+ type: StringConstructor;
587
+ default: any;
588
+ };
589
+ }>> & Readonly<{}>, {
590
+ format: string;
591
+ date: string | number | Record<string, any>;
592
+ locale: string;
593
+ threshold: unknown[];
594
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
595
+ AImage: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
596
+ AImageText: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
597
+ modelValue: {
598
+ type: (ObjectConstructor | ArrayConstructor)[];
599
+ default: any[];
600
+ };
601
+ disabled: BooleanConstructor;
602
+ size: {
603
+ type: StringConstructor;
604
+ default: string;
605
+ };
606
+ }>, {}, {
607
+ imgShow: boolean;
608
+ sum: number;
609
+ index: number;
610
+ list: any[];
611
+ }, {}, {
612
+ getData(): any;
613
+ addText(): void;
614
+ addImage(): void;
615
+ editImage(index: any): void;
616
+ fnImgsOk(): any;
617
+ editText(index: any): void;
618
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
619
+ modelValue: {
620
+ type: (ObjectConstructor | ArrayConstructor)[];
621
+ default: any[];
622
+ };
623
+ disabled: BooleanConstructor;
624
+ size: {
625
+ type: StringConstructor;
626
+ default: string;
627
+ };
628
+ }>> & Readonly<{
629
+ "onUpdate:modelValue"?: (...args: any[]) => any;
630
+ onChange?: (...args: any[]) => any;
631
+ }>, {
632
+ size: string;
633
+ modelValue: unknown[] | Record<string, any>;
634
+ disabled: boolean;
635
+ }, {}, {
636
+ imgBox: any;
637
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
638
+ AColorPicker: import('vue').DefineComponent<{
639
+ modelValue?: string;
640
+ tabindex?: number | string;
641
+ colorFormat?: import('element-plus').ColorPickerProps["colorFormat"];
642
+ size?: "" | "default" | "small" | "large";
643
+ showAlpha?: any;
644
+ props?: import('element-plus').ColorPickerProps;
645
+ colors?: string[];
646
+ }, {
647
+ show: () => void;
648
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
649
+ "update:modelValue": (value: string) => any;
650
+ }, string, import('vue').PublicProps, Readonly<{
651
+ modelValue?: string;
652
+ tabindex?: number | string;
653
+ colorFormat?: import('element-plus').ColorPickerProps["colorFormat"];
654
+ size?: "" | "default" | "small" | "large";
655
+ showAlpha?: any;
656
+ props?: import('element-plus').ColorPickerProps;
657
+ colors?: string[];
658
+ }> & Readonly<{
659
+ "onUpdate:modelValue"?: (value: string) => any;
660
+ }>, {
661
+ size: "" | "default" | "small" | "large";
662
+ modelValue: string;
663
+ tabindex: number | string;
664
+ colorFormat: import('element-plus').ColorPickerProps["colorFormat"];
665
+ showAlpha: any;
666
+ colors: string[];
667
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
668
+ ARegionPicker: import('vue').DefineComponent<{
669
+ disabled?: boolean;
670
+ modelValue?: any[] | string | number;
671
+ checkStrictly?: boolean;
672
+ placeholder?: string;
673
+ level?: boolean | number;
674
+ size?: "" | "small" | "default" | "large";
675
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
676
+ "update:modelValue": (value: any) => any;
677
+ change: (citys: string[], value: any) => any;
678
+ }, string, import('vue').PublicProps, Readonly<{
679
+ disabled?: boolean;
680
+ modelValue?: any[] | string | number;
681
+ checkStrictly?: boolean;
682
+ placeholder?: string;
683
+ level?: boolean | number;
684
+ size?: "" | "small" | "default" | "large";
685
+ }> & Readonly<{
686
+ "onUpdate:modelValue"?: (value: any) => any;
687
+ onChange?: (citys: string[], value: any) => any;
688
+ }>, {
689
+ placeholder: string;
690
+ modelValue: any[] | string | number;
691
+ level: boolean | number;
692
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
693
+ ARegionText: import('vue').DefineComponent<{
694
+ code: string | number;
695
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
696
+ code: string | number;
697
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
698
+ ARegionMap: import('vue').DefineComponent<{
699
+ zoom?: number;
700
+ mode?: string;
701
+ search?: string | any[];
702
+ modelValue?: string | any[];
703
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
704
+ "update:modelValue": (value: string) => any;
705
+ }, string, import('vue').PublicProps, Readonly<{
706
+ zoom?: number;
707
+ mode?: string;
708
+ search?: string | any[];
709
+ modelValue?: string | any[];
710
+ }> & Readonly<{
711
+ "onUpdate:modelValue"?: (value: string) => any;
712
+ }>, {
713
+ modelValue: string | any[];
714
+ mode: string;
715
+ zoom: number;
716
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
717
+ ATextStatus: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
718
+ status: {
719
+ type: StringConstructor;
720
+ default: string;
721
+ };
722
+ }>, {}, {
723
+ color: boolean;
724
+ }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
725
+ status: {
726
+ type: StringConstructor;
727
+ default: string;
728
+ };
729
+ }>> & Readonly<{}>, {
730
+ status: string;
731
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
732
+ ADraggable: {
733
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
734
+ options: ObjectConstructor;
735
+ list: {
736
+ type: ArrayConstructor;
737
+ required: false;
738
+ default: any;
739
+ };
740
+ noTransitionOnDrag: {
741
+ type: BooleanConstructor;
742
+ default: boolean;
743
+ };
744
+ clone: {
745
+ type: FunctionConstructor;
746
+ default: (original: any) => any;
747
+ };
748
+ tag: {
749
+ type: StringConstructor;
750
+ default: string;
751
+ };
752
+ move: {
753
+ type: FunctionConstructor;
754
+ default: any;
755
+ };
756
+ componentData: {
757
+ type: ObjectConstructor;
758
+ required: false;
759
+ default: any;
760
+ };
761
+ component: {
762
+ type: StringConstructor;
763
+ default: any;
764
+ };
765
+ modelValue: {
766
+ type: ArrayConstructor;
767
+ required: false;
768
+ default: any;
769
+ };
770
+ }>> & Readonly<{
771
+ onSort?: (evt: any) => any;
772
+ onAdd?: (evt: any) => any;
773
+ onFilter?: (evt: any) => any;
774
+ "onUpdate:modelValue"?: (value: any[]) => any;
775
+ onUpdate?: (evt: any) => any;
776
+ onChange?: (evt: any) => any;
777
+ onEnd?: (evt: any) => any;
778
+ onRemove?: (evt: any) => any;
779
+ onClone?: (evt: any) => any;
780
+ onMove?: (evt: any, originalEvent: any) => any;
781
+ onStart?: (evt: any) => any;
782
+ onChoose?: (evt: any) => any;
783
+ onUnchoose?: (evt: any) => any;
784
+ }>, {
785
+ getContainer: () => HTMLElement;
786
+ getChildrenNodes: () => HTMLElement[];
787
+ computeIndexes: () => void;
788
+ getUnderlyingVm: (htmlElt: HTMLElement) => {
789
+ index: number;
790
+ element: unknown;
791
+ };
792
+ getVmIndex: (domIndex: number) => number;
793
+ spliceList: (index: number, deleteCount: number, ...items: any[]) => void;
794
+ moveItem: (oldIndex: number, newIndex: number) => void;
795
+ sortableInstance: globalThis.Ref<any, any>;
796
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
797
+ sort: (evt: any) => any;
798
+ add: (evt: any) => any;
799
+ filter: (evt: any) => any;
800
+ "update:modelValue": (value: any[]) => any;
801
+ update: (evt: any) => any;
802
+ change: (evt: any) => any;
803
+ end: (evt: any) => any;
804
+ remove: (evt: any) => any;
805
+ clone: (evt: any) => any;
806
+ move: (evt: any, originalEvent: any) => any;
807
+ start: (evt: any) => any;
808
+ choose: (evt: any) => any;
809
+ unchoose: (evt: any) => any;
810
+ }, import('vue').PublicProps, {
811
+ component: string;
812
+ modelValue: unknown[];
813
+ tag: string;
814
+ list: unknown[];
815
+ noTransitionOnDrag: boolean;
816
+ clone: Function;
817
+ move: Function;
818
+ componentData: Record<string, any>;
819
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
820
+ P: {};
821
+ B: {};
822
+ D: {};
823
+ C: {};
824
+ M: {};
825
+ Defaults: {};
826
+ }, Readonly<globalThis.ExtractPropTypes<{
827
+ options: ObjectConstructor;
828
+ list: {
829
+ type: ArrayConstructor;
830
+ required: false;
831
+ default: any;
832
+ };
833
+ noTransitionOnDrag: {
834
+ type: BooleanConstructor;
835
+ default: boolean;
836
+ };
837
+ clone: {
838
+ type: FunctionConstructor;
839
+ default: (original: any) => any;
840
+ };
841
+ tag: {
842
+ type: StringConstructor;
843
+ default: string;
844
+ };
845
+ move: {
846
+ type: FunctionConstructor;
847
+ default: any;
848
+ };
849
+ componentData: {
850
+ type: ObjectConstructor;
851
+ required: false;
852
+ default: any;
853
+ };
854
+ component: {
855
+ type: StringConstructor;
856
+ default: any;
857
+ };
858
+ modelValue: {
859
+ type: ArrayConstructor;
860
+ required: false;
861
+ default: any;
862
+ };
863
+ }>> & Readonly<{
864
+ onSort?: (evt: any) => any;
865
+ onAdd?: (evt: any) => any;
866
+ onFilter?: (evt: any) => any;
867
+ "onUpdate:modelValue"?: (value: any[]) => any;
868
+ onUpdate?: (evt: any) => any;
869
+ onChange?: (evt: any) => any;
870
+ onEnd?: (evt: any) => any;
871
+ onRemove?: (evt: any) => any;
872
+ onClone?: (evt: any) => any;
873
+ onMove?: (evt: any, originalEvent: any) => any;
874
+ onStart?: (evt: any) => any;
875
+ onChoose?: (evt: any) => any;
876
+ onUnchoose?: (evt: any) => any;
877
+ }>, {
878
+ getContainer: () => HTMLElement;
879
+ getChildrenNodes: () => HTMLElement[];
880
+ computeIndexes: () => void;
881
+ getUnderlyingVm: (htmlElt: HTMLElement) => {
882
+ index: number;
883
+ element: unknown;
884
+ };
885
+ getVmIndex: (domIndex: number) => number;
886
+ spliceList: (index: number, deleteCount: number, ...items: any[]) => void;
887
+ moveItem: (oldIndex: number, newIndex: number) => void;
888
+ sortableInstance: globalThis.Ref<any, any>;
889
+ }, {}, {}, {}, {
890
+ component: string;
891
+ modelValue: unknown[];
892
+ tag: string;
893
+ list: unknown[];
894
+ noTransitionOnDrag: boolean;
895
+ clone: Function;
896
+ move: Function;
897
+ componentData: Record<string, any>;
898
+ }>;
899
+ __isFragment?: never;
900
+ __isTeleport?: never;
901
+ __isSuspense?: never;
902
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
903
+ options: ObjectConstructor;
904
+ list: {
905
+ type: ArrayConstructor;
906
+ required: false;
907
+ default: any;
908
+ };
909
+ noTransitionOnDrag: {
910
+ type: BooleanConstructor;
911
+ default: boolean;
912
+ };
913
+ clone: {
914
+ type: FunctionConstructor;
915
+ default: (original: any) => any;
916
+ };
917
+ tag: {
918
+ type: StringConstructor;
919
+ default: string;
920
+ };
921
+ move: {
922
+ type: FunctionConstructor;
923
+ default: any;
924
+ };
925
+ componentData: {
926
+ type: ObjectConstructor;
927
+ required: false;
928
+ default: any;
929
+ };
930
+ component: {
931
+ type: StringConstructor;
932
+ default: any;
933
+ };
934
+ modelValue: {
935
+ type: ArrayConstructor;
936
+ required: false;
937
+ default: any;
938
+ };
939
+ }>> & Readonly<{
940
+ onSort?: (evt: any) => any;
941
+ onAdd?: (evt: any) => any;
942
+ onFilter?: (evt: any) => any;
943
+ "onUpdate:modelValue"?: (value: any[]) => any;
944
+ onUpdate?: (evt: any) => any;
945
+ onChange?: (evt: any) => any;
946
+ onEnd?: (evt: any) => any;
947
+ onRemove?: (evt: any) => any;
948
+ onClone?: (evt: any) => any;
949
+ onMove?: (evt: any, originalEvent: any) => any;
950
+ onStart?: (evt: any) => any;
951
+ onChoose?: (evt: any) => any;
952
+ onUnchoose?: (evt: any) => any;
953
+ }>, {
954
+ getContainer: () => HTMLElement;
955
+ getChildrenNodes: () => HTMLElement[];
956
+ computeIndexes: () => void;
957
+ getUnderlyingVm: (htmlElt: HTMLElement) => {
958
+ index: number;
959
+ element: unknown;
960
+ };
961
+ getVmIndex: (domIndex: number) => number;
962
+ spliceList: (index: number, deleteCount: number, ...items: any[]) => void;
963
+ moveItem: (oldIndex: number, newIndex: number) => void;
964
+ sortableInstance: globalThis.Ref<any, any>;
965
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
966
+ sort: (evt: any) => any;
967
+ add: (evt: any) => any;
968
+ filter: (evt: any) => any;
969
+ "update:modelValue": (value: any[]) => any;
970
+ update: (evt: any) => any;
971
+ change: (evt: any) => any;
972
+ end: (evt: any) => any;
973
+ remove: (evt: any) => any;
974
+ clone: (evt: any) => any;
975
+ move: (evt: any, originalEvent: any) => any;
976
+ start: (evt: any) => any;
977
+ choose: (evt: any) => any;
978
+ unchoose: (evt: any) => any;
979
+ }, string, {
980
+ component: string;
981
+ modelValue: unknown[];
982
+ tag: string;
983
+ list: unknown[];
984
+ noTransitionOnDrag: boolean;
985
+ clone: Function;
986
+ move: Function;
987
+ componentData: Record<string, any>;
988
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
989
+ $slots: {
990
+ default?: (props: {}) => any;
991
+ };
992
+ });
993
+ AChart: {
994
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
995
+ init: {
996
+ type: ObjectConstructor;
997
+ default: () => {};
998
+ };
999
+ data: {
1000
+ type: (ObjectConstructor | BooleanConstructor)[];
1001
+ default: boolean;
1002
+ };
1003
+ type: StringConstructor;
1004
+ asyncData: {
1005
+ type: (StringConstructor | FunctionConstructor)[];
1006
+ };
1007
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1008
+ data: boolean | Record<string, any>;
1009
+ init: Record<string, any>;
1010
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1011
+ P: {};
1012
+ B: {};
1013
+ D: {};
1014
+ C: {};
1015
+ M: {};
1016
+ Defaults: {};
1017
+ }, Readonly<globalThis.ExtractPropTypes<{
1018
+ init: {
1019
+ type: ObjectConstructor;
1020
+ default: () => {};
1021
+ };
1022
+ data: {
1023
+ type: (ObjectConstructor | BooleanConstructor)[];
1024
+ default: boolean;
1025
+ };
1026
+ type: StringConstructor;
1027
+ asyncData: {
1028
+ type: (StringConstructor | FunctionConstructor)[];
1029
+ };
1030
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
1031
+ data: boolean | Record<string, any>;
1032
+ init: Record<string, any>;
1033
+ }>;
1034
+ __isFragment?: never;
1035
+ __isTeleport?: never;
1036
+ __isSuspense?: never;
1037
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1038
+ init: {
1039
+ type: ObjectConstructor;
1040
+ default: () => {};
1041
+ };
1042
+ data: {
1043
+ type: (ObjectConstructor | BooleanConstructor)[];
1044
+ default: boolean;
1045
+ };
1046
+ type: StringConstructor;
1047
+ asyncData: {
1048
+ type: (StringConstructor | FunctionConstructor)[];
1049
+ };
1050
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1051
+ data: boolean | Record<string, any>;
1052
+ init: Record<string, any>;
1053
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1054
+ $slots: {
1055
+ default?: (props: {}) => any;
1056
+ };
1057
+ });
1058
+ AEditor: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
1059
+ disabled: BooleanConstructor;
1060
+ placeholder: {
1061
+ type: StringConstructor;
1062
+ default: string;
1063
+ };
1064
+ modelValue: {
1065
+ type: StringConstructor;
1066
+ default: string;
1067
+ };
1068
+ }>, {}, {
1069
+ mode: string;
1070
+ getFragment: any;
1071
+ editor: any;
1072
+ addFile: any;
1073
+ addUrl: any;
1074
+ fileShow: boolean;
1075
+ fileType: string;
1076
+ urlShow: boolean;
1077
+ videoShow: boolean;
1078
+ videoNodes: any;
1079
+ url: string;
1080
+ sum: number;
1081
+ }, {
1082
+ url2(): any;
1083
+ typeName(): any;
1084
+ }, {
1085
+ sethtml(editor: any): void;
1086
+ init(): void;
1087
+ urlChange(e: any): void;
1088
+ fnUrlOk(): void;
1089
+ fileOk(): import('element-plus').MessageHandler;
1090
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
1091
+ disabled: BooleanConstructor;
1092
+ placeholder: {
1093
+ type: StringConstructor;
1094
+ default: string;
1095
+ };
1096
+ modelValue: {
1097
+ type: StringConstructor;
1098
+ default: string;
1099
+ };
1100
+ }>> & Readonly<{}>, {
1101
+ placeholder: string;
1102
+ modelValue: string;
1103
+ disabled: boolean;
1104
+ }, {}, {
1105
+ mediaBox: any;
1106
+ urlBox: any;
1107
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1108
+ }
1109
+ declare module 'vue' {
1110
+ interface GlobalComponents {
1111
+ AdminTable: _default['AdminTable']
1112
+ AdminForm: _default['AdminForm']
1113
+ DataApi: _default['DataApi']
1114
+ ASearch: _default['ASearch']
1115
+ AInputs: _default['AInputs']
1116
+ InputButton: _default['InputButton']
1117
+ ASearchBox: _default['ASearchBox']
1118
+ ATip: _default['ATip']
1119
+ ATextEdit: _default['ATextEdit']
1120
+ ACateText: _default['ACateText']
1121
+ ACascader: _default['ACascader']
1122
+ ATags: _default['ATags']
1123
+ ATime: _default['ATime']
1124
+ AImage:typeof ElImage & typeof ElImage
1125
+ AImageText: _default['AImageText']
1126
+ AColorPicker: _default['AColorPicker']
1127
+ ARegionPicker: _default['ARegionPicker']
1128
+ ARegionText: _default['ARegionText']
1129
+ ARegionMap: _default['ARegionMap']
1130
+ ATextStatus: _default['ATextStatus']
1131
+ ADraggable: _default['ADraggable']
1132
+ AChart: _default['AChart']
1133
+ AEditor: _default['AEditor']
1134
+ }
38
1135
  }