@okiss/oms 0.0.31 → 0.0.33

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.
Files changed (107) hide show
  1. package/dist/index.es.js +220 -227
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/types/App.vue.d.ts +44 -0
  4. package/dist/types/admin.d.ts +6 -7
  5. package/dist/types/components/{PageLoad.d.ts → PageLoad.vue.d.ts} +0 -0
  6. package/dist/types/components/{RightMenu.d.ts → RightMenu.vue.d.ts} +2 -2
  7. package/dist/types/components/VLoading.vue.d.ts +2 -0
  8. package/dist/types/components/{VTree.d.ts → VTree.vue.d.ts} +5 -5
  9. package/dist/types/components/report/{NumberPanel.d.ts → NumberPanel.vue.d.ts} +1 -1
  10. package/dist/types/components/report/index.vue.d.ts +89 -0
  11. package/dist/types/components/report/part.vue.d.ts +2 -0
  12. package/dist/types/default.d.ts +2 -2
  13. package/dist/types/directive/devtool.d.ts +1 -1
  14. package/dist/types/directive/outClick.d.ts +1 -1
  15. package/dist/types/directive/resize.d.ts +1 -1
  16. package/dist/types/directive/rightClick.d.ts +1 -1
  17. package/dist/types/index.d.ts +1 -1
  18. package/dist/types/mock/apis/index.d.ts +1 -1
  19. package/dist/types/mock/apis/user.d.ts +1 -1
  20. package/dist/types/mock/index.d.ts +1 -1
  21. package/dist/types/plugins/element-plus.d.ts +3 -3
  22. package/dist/types/plugins/eventBus.d.ts +1 -1
  23. package/dist/types/render/index.d.ts +1 -1
  24. package/dist/types/router/guard/index.d.ts +1 -1
  25. package/dist/types/router/guard/nprogress.d.ts +2 -2
  26. package/dist/types/router/guard/permission.d.ts +1 -1
  27. package/dist/types/router/guard/remote-routes.d.ts +1 -1
  28. package/dist/types/router/guard/set-page-title.d.ts +1 -1
  29. package/dist/types/router/index.d.ts +1 -1
  30. package/dist/types/router/remote.d.ts +1 -1
  31. package/dist/types/router/types.d.ts +1 -1
  32. package/dist/types/scaffold/404.vue.d.ts +2 -0
  33. package/dist/types/scaffold/container.vue.d.ts +44 -0
  34. package/dist/types/scaffold/custom.vue.d.ts +44 -0
  35. package/dist/types/scaffold/dashboard.vue.d.ts +2 -0
  36. package/dist/types/scaffold/devtool/DevLayout.vue.d.ts +2 -0
  37. package/dist/types/scaffold/devtool/formBuilder/ctrls/select.d.ts +0 -1
  38. package/dist/types/scaffold/devtool/formBuilder/index.vue.d.ts +142 -0
  39. package/dist/types/scaffold/devtool/tableBuilder/btn/index.d.ts +11 -0
  40. package/dist/types/scaffold/devtool/tableBuilder/btn/jump.d.ts +49 -0
  41. package/dist/types/scaffold/devtool/tableBuilder/btn/table.d.ts +50 -0
  42. package/dist/types/scaffold/devtool/tableBuilder/columns/emum.d.ts +35 -0
  43. package/dist/types/scaffold/devtool/tableBuilder/columns/html.d.ts +17 -0
  44. package/dist/types/scaffold/devtool/tableBuilder/columns/icon.d.ts +17 -0
  45. package/dist/types/scaffold/devtool/tableBuilder/columns/image.d.ts +17 -0
  46. package/dist/types/scaffold/devtool/tableBuilder/columns/index.d.ts +21 -0
  47. package/dist/types/scaffold/devtool/tableBuilder/columns/json.d.ts +17 -0
  48. package/dist/types/scaffold/devtool/tableBuilder/columns/link.d.ts +17 -0
  49. package/dist/types/scaffold/devtool/tableBuilder/columns/rich.d.ts +17 -0
  50. package/dist/types/scaffold/devtool/tableBuilder/columns/span.d.ts +17 -0
  51. package/dist/types/scaffold/devtool/tableBuilder/columns/tpl.d.ts +23 -0
  52. package/dist/types/scaffold/devtool/tableBuilder/ctrls/date.d.ts +17 -0
  53. package/dist/types/scaffold/devtool/tableBuilder/ctrls/input.d.ts +38 -0
  54. package/dist/types/scaffold/devtool/tableBuilder/ctrls/select.d.ts +89 -0
  55. package/dist/types/scaffold/devtool/tableBuilder/index.vue.d.ts +572 -0
  56. package/dist/types/scaffold/form.vue.d.ts +44 -0
  57. package/dist/types/scaffold/layout/components/AppMain.vue.d.ts +44 -0
  58. package/dist/types/scaffold/layout/components/Breadcrumb/index.vue.d.ts +9 -0
  59. package/dist/types/scaffold/layout/components/Hamburger/index.vue.d.ts +18 -0
  60. package/dist/types/scaffold/layout/components/Navbar.vue.d.ts +29 -0
  61. package/dist/types/scaffold/layout/components/PageEditor.vue.d.ts +7 -0
  62. package/dist/types/scaffold/layout/components/PageScheam.vue.d.ts +7 -0
  63. package/dist/types/scaffold/layout/components/Sidebar/FixiOSBug.d.ts +10 -0
  64. package/dist/types/scaffold/layout/components/Sidebar/Link.vue.d.ts +37 -0
  65. package/dist/types/scaffold/layout/components/Sidebar/Logo.vue.d.ts +15 -0
  66. package/dist/types/scaffold/layout/components/Sidebar/MenuContent.vue.d.ts +82 -0
  67. package/dist/types/scaffold/layout/components/Sidebar/SidebarItem.vue.d.ts +41 -0
  68. package/dist/types/scaffold/layout/components/Sidebar/index.vue.d.ts +17 -0
  69. package/dist/types/scaffold/layout/components/index.d.ts +3 -0
  70. package/dist/types/scaffold/layout/index.vue.d.ts +44 -0
  71. package/dist/types/scaffold/login.vue.d.ts +44 -0
  72. package/dist/types/scaffold/report.vue.d.ts +44 -0
  73. package/dist/types/scaffold/table.vue.d.ts +44 -0
  74. package/dist/types/scaffold/tree.vue.d.ts +44 -0
  75. package/dist/types/store/index.d.ts +5 -0
  76. package/dist/types/store/modules/app.d.ts +5 -0
  77. package/dist/types/store/modules/builderSchema.d.ts +9 -0
  78. package/dist/types/store/modules/settings.d.ts +5 -0
  79. package/dist/types/store/modules/user.d.ts +5 -0
  80. package/dist/types/store/types.d.ts +43 -0
  81. package/dist/types/types.d.ts +10 -10
  82. package/dist/types/utils/comm.d.ts +1 -0
  83. package/dist/types/utils/container/index.d.ts +3 -0
  84. package/dist/types/utils/index.d.ts +2 -0
  85. package/dist/types/utils/request/cache.d.ts +5 -0
  86. package/dist/types/utils/request/index.d.ts +4 -0
  87. package/dist/types/utils/request/interceptors.d.ts +3 -0
  88. package/dist/types/utils/request/pending.d.ts +15 -0
  89. package/dist/types/utils/request/types.d.ts +14 -0
  90. package/dist/types/utils/sso/index.d.ts +35 -0
  91. package/dist/types/utils/token.d.ts +3 -0
  92. package/package.json +12 -38
  93. package/dist/types/App.d.ts +0 -124
  94. package/dist/types/components/VLoading.d.ts +0 -0
  95. package/dist/types/components/report/part.d.ts +0 -66
  96. package/dist/types/scaffold/404.d.ts +0 -4
  97. package/dist/types/scaffold/container.d.ts +0 -10
  98. package/dist/types/scaffold/custom.d.ts +0 -15
  99. package/dist/types/scaffold/dashboard.d.ts +0 -2
  100. package/dist/types/scaffold/devtool/DevLayout.d.ts +0 -0
  101. package/dist/types/scaffold/devtool/formBuilder/index.d.ts +0 -47
  102. package/dist/types/scaffold/devtool/tableBuilder/index.d.ts +0 -51
  103. package/dist/types/scaffold/form.d.ts +0 -21
  104. package/dist/types/scaffold/login.d.ts +0 -14
  105. package/dist/types/scaffold/report.d.ts +0 -11
  106. package/dist/types/scaffold/table.d.ts +0 -17
  107. package/dist/types/scaffold/tree.d.ts +0 -10
@@ -0,0 +1,572 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ schema: {
3
+ type: ObjectConstructor;
4
+ default: (_: any) => void;
5
+ };
6
+ }, any, {
7
+ baseSchema: {
8
+ options: {
9
+ labelPosition: string;
10
+ submitButton: boolean;
11
+ cancelButton: boolean;
12
+ };
13
+ formItems: ({
14
+ type: string;
15
+ field: string;
16
+ label: string;
17
+ value: boolean;
18
+ } | {
19
+ type: string;
20
+ field: string;
21
+ label: string;
22
+ value?: undefined;
23
+ })[];
24
+ };
25
+ activeTab: string;
26
+ builderSchema: {
27
+ options: {
28
+ labelPosition: string;
29
+ submitButton: boolean;
30
+ cancelButton: boolean;
31
+ };
32
+ formItems: ({
33
+ type: string;
34
+ field: string;
35
+ label: string;
36
+ value: boolean;
37
+ } | {
38
+ type: string;
39
+ field: string;
40
+ label: string;
41
+ value?: undefined;
42
+ })[];
43
+ } & import("vue").ToRefs<Record<string, any>>;
44
+ baseOptions: {};
45
+ key: number;
46
+ ctrlKey: number;
47
+ activeCtrl: undefined;
48
+ activeBrick: undefined;
49
+ ctrlOptions: {};
50
+ ctrlSchema: {};
51
+ ctrlName: string;
52
+ activeIndex: undefined;
53
+ ctrlMap: {
54
+ filter: {
55
+ input: {
56
+ type: string;
57
+ name: string;
58
+ default: {
59
+ type: string;
60
+ label: string;
61
+ field: string;
62
+ };
63
+ builder: ({
64
+ type: string;
65
+ field: string;
66
+ label: string;
67
+ props?: undefined;
68
+ } | {
69
+ type: string;
70
+ field: string;
71
+ label: string;
72
+ props: {
73
+ options: {
74
+ labelPosition: string;
75
+ };
76
+ formItems: ({
77
+ type: string;
78
+ field: string;
79
+ label: string;
80
+ info?: undefined;
81
+ } | {
82
+ type: string;
83
+ field: string;
84
+ label: string;
85
+ info: string;
86
+ })[];
87
+ };
88
+ })[];
89
+ };
90
+ select: {
91
+ type: string;
92
+ name: string;
93
+ default: {
94
+ type: string;
95
+ label: string;
96
+ field: string;
97
+ };
98
+ builder: ({
99
+ type: string;
100
+ field: string;
101
+ label: string;
102
+ value?: undefined;
103
+ options?: undefined;
104
+ props?: undefined;
105
+ depend?: undefined;
106
+ } | {
107
+ type: string;
108
+ field: string;
109
+ label: string;
110
+ value: number;
111
+ options: {
112
+ value: number;
113
+ label: string;
114
+ }[];
115
+ props?: undefined;
116
+ depend?: undefined;
117
+ } | {
118
+ type: string;
119
+ field: string;
120
+ label: string;
121
+ props: {
122
+ repeat: boolean;
123
+ options: {
124
+ labelPosition: string;
125
+ };
126
+ formItems: {
127
+ type: string;
128
+ field: string;
129
+ label: string;
130
+ }[];
131
+ };
132
+ depend: {
133
+ field: string;
134
+ value: number;
135
+ };
136
+ value?: undefined;
137
+ options?: undefined;
138
+ } | {
139
+ type: string;
140
+ field: string;
141
+ label: string;
142
+ props: {
143
+ options: {
144
+ labelPosition: string;
145
+ };
146
+ formItems: ({
147
+ type: string;
148
+ field: string;
149
+ label: string;
150
+ depend: {
151
+ field: string;
152
+ value: number;
153
+ };
154
+ } | {
155
+ type: string;
156
+ field: string;
157
+ label: string;
158
+ depend?: undefined;
159
+ } | {
160
+ type: string;
161
+ field: string;
162
+ label: string;
163
+ depend: {
164
+ field: string;
165
+ value: boolean;
166
+ };
167
+ })[];
168
+ repeat?: undefined;
169
+ };
170
+ value?: undefined;
171
+ options?: undefined;
172
+ depend?: undefined;
173
+ })[];
174
+ trans(item: any): any;
175
+ };
176
+ date: {
177
+ type: string;
178
+ name: string;
179
+ default: {
180
+ type: string;
181
+ label: string;
182
+ field: string;
183
+ };
184
+ builder: {
185
+ type: string;
186
+ field: string;
187
+ label: string;
188
+ }[];
189
+ };
190
+ };
191
+ headers: {
192
+ span: {
193
+ type: string;
194
+ name: string;
195
+ default: {
196
+ type: string;
197
+ label: string;
198
+ field: string;
199
+ };
200
+ builder: {
201
+ type: string;
202
+ field: string;
203
+ label: string;
204
+ }[];
205
+ };
206
+ enum: {
207
+ type: string;
208
+ name: string;
209
+ default: {
210
+ type: string;
211
+ label: string;
212
+ field: string;
213
+ };
214
+ builder: ({
215
+ type: string;
216
+ field: string;
217
+ label: string;
218
+ props?: undefined;
219
+ value?: undefined;
220
+ } | {
221
+ type: string;
222
+ field: string;
223
+ label: string;
224
+ props: {
225
+ options: {
226
+ labelPosition: string;
227
+ };
228
+ formItems: {
229
+ type: string;
230
+ field: string;
231
+ label: string;
232
+ }[];
233
+ };
234
+ value: never[];
235
+ })[];
236
+ trans(val: any): any;
237
+ };
238
+ html: {
239
+ type: string;
240
+ name: string;
241
+ default: {
242
+ type: string;
243
+ label: string;
244
+ field: string;
245
+ };
246
+ builder: {
247
+ type: string;
248
+ field: string;
249
+ label: string;
250
+ }[];
251
+ };
252
+ icon: {
253
+ type: string;
254
+ name: string;
255
+ default: {
256
+ type: string;
257
+ label: string;
258
+ field: string;
259
+ };
260
+ builder: {
261
+ type: string;
262
+ field: string;
263
+ label: string;
264
+ }[];
265
+ };
266
+ image: {
267
+ type: string;
268
+ name: string;
269
+ default: {
270
+ type: string;
271
+ label: string;
272
+ field: string;
273
+ };
274
+ builder: {
275
+ type: string;
276
+ field: string;
277
+ label: string;
278
+ }[];
279
+ };
280
+ json: {
281
+ type: string;
282
+ name: string;
283
+ default: {
284
+ type: string;
285
+ label: string;
286
+ field: string;
287
+ };
288
+ builder: {
289
+ type: string;
290
+ field: string;
291
+ label: string;
292
+ }[];
293
+ };
294
+ link: {
295
+ type: string;
296
+ name: string;
297
+ default: {
298
+ type: string;
299
+ label: string;
300
+ field: string;
301
+ };
302
+ builder: {
303
+ type: string;
304
+ field: string;
305
+ label: string;
306
+ }[];
307
+ };
308
+ rich: {
309
+ type: string;
310
+ name: string;
311
+ default: {
312
+ type: string;
313
+ label: string;
314
+ field: string;
315
+ };
316
+ builder: {
317
+ type: string;
318
+ field: string;
319
+ label: string;
320
+ }[];
321
+ };
322
+ tpl: {
323
+ type: string;
324
+ name: string;
325
+ default: {
326
+ type: string;
327
+ label: string;
328
+ field: string;
329
+ };
330
+ builder: ({
331
+ type: string;
332
+ field: string;
333
+ label: string;
334
+ info?: undefined;
335
+ } | {
336
+ type: string;
337
+ field: string;
338
+ label: string;
339
+ info: string;
340
+ })[];
341
+ };
342
+ };
343
+ buttons: {
344
+ jump: {
345
+ type: string;
346
+ name: string;
347
+ default: {
348
+ type: string;
349
+ target: string;
350
+ text: string;
351
+ };
352
+ builder: ({
353
+ type: string;
354
+ field: string;
355
+ label: string;
356
+ info: string;
357
+ props?: undefined;
358
+ } | {
359
+ type: string;
360
+ field: string;
361
+ label: string;
362
+ info?: undefined;
363
+ props?: undefined;
364
+ } | {
365
+ type: string;
366
+ field: string;
367
+ label: string;
368
+ props: {
369
+ options: {
370
+ labelPosition: string;
371
+ };
372
+ formItems: ({
373
+ type: string;
374
+ field: string;
375
+ label: string;
376
+ options?: undefined;
377
+ } | {
378
+ type: string;
379
+ field: string;
380
+ label: string;
381
+ options: {
382
+ value: string;
383
+ label: string;
384
+ }[];
385
+ })[];
386
+ };
387
+ info?: undefined;
388
+ })[];
389
+ };
390
+ api: {
391
+ type: string;
392
+ name: string;
393
+ default: {
394
+ type: string;
395
+ target: string;
396
+ text: string;
397
+ };
398
+ builder: ({
399
+ type: string;
400
+ field: string;
401
+ label: string;
402
+ info: string;
403
+ props?: undefined;
404
+ } | {
405
+ type: string;
406
+ field: string;
407
+ label: string;
408
+ info?: undefined;
409
+ props?: undefined;
410
+ } | {
411
+ type: string;
412
+ field: string;
413
+ label: string;
414
+ props: {
415
+ options: {
416
+ labelPosition: string;
417
+ };
418
+ formItems: ({
419
+ type: string;
420
+ field: string;
421
+ label: string;
422
+ options?: undefined;
423
+ info?: undefined;
424
+ } | {
425
+ type: string;
426
+ field: string;
427
+ label: string;
428
+ options: {
429
+ value: string;
430
+ label: string;
431
+ }[];
432
+ info?: undefined;
433
+ } | {
434
+ type: string;
435
+ field: string;
436
+ label: string;
437
+ info: string;
438
+ options?: undefined;
439
+ })[];
440
+ };
441
+ info?: undefined;
442
+ })[];
443
+ };
444
+ form: {
445
+ type: string;
446
+ name: string;
447
+ default: {
448
+ type: string;
449
+ target: string;
450
+ text: string;
451
+ };
452
+ builder: ({
453
+ type: string;
454
+ field: string;
455
+ label: string;
456
+ options?: undefined;
457
+ value?: undefined;
458
+ depend?: undefined;
459
+ } | {
460
+ type: string;
461
+ field: string;
462
+ label: string;
463
+ options: {
464
+ value: string;
465
+ label: string;
466
+ }[];
467
+ value: string;
468
+ depend?: undefined;
469
+ } | {
470
+ type: string;
471
+ field: string;
472
+ label: string;
473
+ options: {
474
+ value: number;
475
+ label: string;
476
+ }[];
477
+ value: number;
478
+ depend?: undefined;
479
+ } | {
480
+ type: string;
481
+ field: string;
482
+ label: string;
483
+ depend: {
484
+ field: string;
485
+ value: number;
486
+ };
487
+ options?: undefined;
488
+ value?: undefined;
489
+ })[];
490
+ };
491
+ table: {
492
+ type: string;
493
+ name: string;
494
+ default: {
495
+ type: string;
496
+ target: string;
497
+ text: string;
498
+ };
499
+ builder: ({
500
+ type: string;
501
+ field: string;
502
+ label: string;
503
+ options?: undefined;
504
+ value?: undefined;
505
+ depend?: undefined;
506
+ } | {
507
+ type: string;
508
+ field: string;
509
+ label: string;
510
+ options: {
511
+ value: string;
512
+ label: string;
513
+ }[];
514
+ value: string;
515
+ depend?: undefined;
516
+ } | {
517
+ type: string;
518
+ field: string;
519
+ label: string;
520
+ options: {
521
+ value: number;
522
+ label: string;
523
+ }[];
524
+ value: number;
525
+ depend?: undefined;
526
+ } | {
527
+ type: string;
528
+ field: string;
529
+ label: string;
530
+ depend: {
531
+ field: string;
532
+ value: number;
533
+ };
534
+ options?: undefined;
535
+ value?: undefined;
536
+ })[];
537
+ };
538
+ };
539
+ };
540
+ activeIndexReg: RegExp;
541
+ currentCtrlType: string;
542
+ }, {
543
+ types(): any[];
544
+ getSaveSchema(): {
545
+ filter: any;
546
+ headers: any;
547
+ rowButton: any;
548
+ normalButton: any;
549
+ batchButton: any;
550
+ };
551
+ currentBuilderSchema(): any;
552
+ }, {
553
+ updateBuilderSchema(): void;
554
+ onDevAction(btnType: any, path: any): void;
555
+ pushFilter(name: any): void;
556
+ pushHeaders(name: any): void;
557
+ pushNormalButton(name: any): void;
558
+ pushBatchButton(name: any): void;
559
+ pushRowButton(name: any): void;
560
+ push(name: any, target: any, ctrlMapName: any, brick: any): void;
561
+ removeOne(): void;
562
+ clicklabel(): void;
563
+ saveSchema(): void;
564
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
565
+ schema: {
566
+ type: ObjectConstructor;
567
+ default: (_: any) => void;
568
+ };
569
+ }>>, {
570
+ schema: Record<string, any>;
571
+ }>;
572
+ export default _default;
@@ -0,0 +1,44 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot | undefined;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
21
+ created?: ((() => void) | (() => void)[]) | undefined;
22
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
23
+ mounted?: ((() => void) | (() => void)[]) | undefined;
24
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
25
+ updated?: ((() => void) | (() => void)[]) | undefined;
26
+ activated?: ((() => void) | (() => void)[]) | undefined;
27
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
28
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
29
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
30
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
31
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
32
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
33
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
34
+ 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;
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $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;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: undefined;
41
+ __isTeleport?: undefined;
42
+ __isSuspense?: undefined;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
44
+ export default _default;
@@ -0,0 +1,44 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot | undefined;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
21
+ created?: ((() => void) | (() => void)[]) | undefined;
22
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
23
+ mounted?: ((() => void) | (() => void)[]) | undefined;
24
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
25
+ updated?: ((() => void) | (() => void)[]) | undefined;
26
+ activated?: ((() => void) | (() => void)[]) | undefined;
27
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
28
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
29
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
30
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
31
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
32
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
33
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
34
+ 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;
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $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;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: undefined;
41
+ __isTeleport?: undefined;
42
+ __isSuspense?: undefined;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
44
+ export default _default;
@@ -0,0 +1,9 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {
2
+ levelList: null;
3
+ }, {}, {
4
+ getBreadcrumb(): void;
5
+ isDashboard(route: any): boolean;
6
+ pathCompile(path: any): any;
7
+ handleLink(item: any): void;
8
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
9
+ export default _default;
@@ -0,0 +1,18 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ isActive: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ }, any, any, {}, {
7
+ toggleClick(): void;
8
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggle-click"[], "toggle-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
+ isActive: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ }>> & {
14
+ "onToggle-click"?: ((...args: any[]) => any) | undefined;
15
+ }, {
16
+ isActive: boolean;
17
+ }>;
18
+ export default _default;