mamba-layout 0.44.0 → 0.46.0

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,854 @@
1
+ export declare const defaultMenus: ({
2
+ id: string;
3
+ parentId: string;
4
+ weight: number;
5
+ name: string;
6
+ path: string;
7
+ meta: {
8
+ isLink: string;
9
+ visible: string;
10
+ translations: {
11
+ "en-US": {
12
+ description: string;
13
+ name: string;
14
+ tooltip: string;
15
+ };
16
+ "zh-CN": {
17
+ description: string;
18
+ name: string;
19
+ tooltip: string;
20
+ };
21
+ };
22
+ isKeepAlive: boolean;
23
+ appId: string;
24
+ isAffix: boolean;
25
+ title: string;
26
+ icon?: undefined;
27
+ };
28
+ sortOrder: number;
29
+ menuType: string;
30
+ children: ({
31
+ id: string;
32
+ parentId: string;
33
+ weight: number;
34
+ name: string;
35
+ path: string;
36
+ meta: {
37
+ isLink: string;
38
+ visible: string;
39
+ translations: {
40
+ "en-US": {
41
+ description: string;
42
+ name: string;
43
+ tooltip: string;
44
+ };
45
+ "zh-CN": {
46
+ description: string;
47
+ name: string;
48
+ tooltip: string;
49
+ };
50
+ };
51
+ isKeepAlive: boolean;
52
+ appId: string;
53
+ isAffix: boolean;
54
+ title: string;
55
+ };
56
+ sortOrder: number;
57
+ menuType: string;
58
+ children?: undefined;
59
+ } | {
60
+ id: string;
61
+ parentId: string;
62
+ weight: number;
63
+ name: string;
64
+ path: string;
65
+ meta: {
66
+ isLink: string;
67
+ visible: string;
68
+ translations: {
69
+ "en-US": {
70
+ description: string;
71
+ name: string;
72
+ tooltip: string;
73
+ };
74
+ "zh-CN": {
75
+ description: string;
76
+ name: string;
77
+ tooltip: string;
78
+ };
79
+ };
80
+ isKeepAlive: boolean;
81
+ appId: string;
82
+ isAffix: boolean;
83
+ title: string;
84
+ };
85
+ sortOrder: number;
86
+ menuType: string;
87
+ children: ({
88
+ id: string;
89
+ parentId: string;
90
+ weight: number;
91
+ name: string;
92
+ path: string;
93
+ meta: {
94
+ isLink: string;
95
+ visible: string;
96
+ translations: {
97
+ "en-US": {
98
+ description: string;
99
+ name: string;
100
+ tooltip: string;
101
+ };
102
+ "zh-CN": {
103
+ description: string;
104
+ name: string;
105
+ tooltip: string;
106
+ };
107
+ };
108
+ isKeepAlive: boolean;
109
+ appId: string;
110
+ isAffix: boolean;
111
+ title: string;
112
+ };
113
+ sortOrder: number;
114
+ menuType: string;
115
+ children?: undefined;
116
+ } | {
117
+ id: string;
118
+ parentId: string;
119
+ weight: number;
120
+ name: string;
121
+ path: string;
122
+ meta: {
123
+ isLink: string;
124
+ visible: string;
125
+ translations: {
126
+ "en-US": {
127
+ description: string;
128
+ name: string;
129
+ tooltip: string;
130
+ };
131
+ "zh-CN": {
132
+ description: string;
133
+ name: string;
134
+ tooltip: string;
135
+ };
136
+ };
137
+ isKeepAlive: boolean;
138
+ appId: string;
139
+ isAffix: boolean;
140
+ title: string;
141
+ };
142
+ sortOrder: number;
143
+ menuType: string;
144
+ children: {
145
+ id: string;
146
+ parentId: string;
147
+ weight: number;
148
+ name: string;
149
+ path: string;
150
+ meta: {
151
+ isLink: string;
152
+ visible: string;
153
+ translations: {
154
+ "en-US": {
155
+ description: string;
156
+ name: string;
157
+ tooltip: string;
158
+ };
159
+ "zh-CN": {
160
+ description: string;
161
+ name: string;
162
+ tooltip: string;
163
+ };
164
+ };
165
+ isKeepAlive: boolean;
166
+ appId: string;
167
+ isAffix: boolean;
168
+ title: string;
169
+ };
170
+ sortOrder: number;
171
+ menuType: string;
172
+ }[];
173
+ })[];
174
+ })[];
175
+ } | {
176
+ id: string;
177
+ parentId: string;
178
+ weight: number;
179
+ name: string;
180
+ path: string;
181
+ meta: {
182
+ isLink: string;
183
+ visible: string;
184
+ translations: {
185
+ "en-US": {
186
+ description: string;
187
+ name: string;
188
+ tooltip: string;
189
+ };
190
+ "zh-CN": {
191
+ description: string;
192
+ name: string;
193
+ tooltip: string;
194
+ };
195
+ };
196
+ isKeepAlive: boolean;
197
+ appId: string;
198
+ icon: string;
199
+ isAffix: boolean;
200
+ title: string;
201
+ };
202
+ sortOrder: number;
203
+ menuType: string;
204
+ children: ({
205
+ id: string;
206
+ parentId: string;
207
+ weight: number;
208
+ name: string;
209
+ path: string;
210
+ meta: {
211
+ isLink: string;
212
+ visible: string;
213
+ translations: {
214
+ "en-US": {
215
+ description: string;
216
+ name: string;
217
+ tooltip: string;
218
+ };
219
+ "zh-CN": {
220
+ description: string;
221
+ name: string;
222
+ tooltip: string;
223
+ };
224
+ };
225
+ isKeepAlive: boolean;
226
+ appId: string;
227
+ icon: string;
228
+ isAffix: boolean;
229
+ title: string;
230
+ };
231
+ sortOrder: number;
232
+ menuType: string;
233
+ children: ({
234
+ id: string;
235
+ parentId: string;
236
+ weight: number;
237
+ name: string;
238
+ path: string;
239
+ meta: {
240
+ isLink: string;
241
+ visible: string;
242
+ translations: {
243
+ "en-US": {
244
+ description: string;
245
+ name: string;
246
+ tooltip: string;
247
+ };
248
+ "zh-CN": {
249
+ description: string;
250
+ name: string;
251
+ tooltip: string;
252
+ };
253
+ };
254
+ isKeepAlive: boolean;
255
+ appId: string;
256
+ isAffix: boolean;
257
+ title: string;
258
+ };
259
+ sortOrder: number;
260
+ menuType: string;
261
+ children?: undefined;
262
+ } | {
263
+ id: string;
264
+ parentId: string;
265
+ weight: number;
266
+ name: string;
267
+ path: string;
268
+ meta: {
269
+ isLink: string;
270
+ visible: string;
271
+ translations: {
272
+ "en-US": {
273
+ description: string;
274
+ name: string;
275
+ tooltip: string;
276
+ };
277
+ "zh-CN": {
278
+ description: string;
279
+ name: string;
280
+ tooltip: string;
281
+ };
282
+ };
283
+ isKeepAlive: boolean;
284
+ appId: string;
285
+ isAffix: boolean;
286
+ title: string;
287
+ };
288
+ sortOrder: number;
289
+ menuType: string;
290
+ children: {
291
+ id: string;
292
+ parentId: string;
293
+ weight: number;
294
+ name: string;
295
+ path: string;
296
+ meta: {
297
+ isLink: string;
298
+ visible: string;
299
+ translations: {
300
+ "en-US": {
301
+ description: string;
302
+ name: string;
303
+ tooltip: string;
304
+ };
305
+ "zh-CN": {
306
+ description: string;
307
+ name: string;
308
+ tooltip: string;
309
+ };
310
+ };
311
+ isKeepAlive: boolean;
312
+ appId: string;
313
+ isAffix: boolean;
314
+ title: string;
315
+ };
316
+ sortOrder: number;
317
+ menuType: string;
318
+ }[];
319
+ })[];
320
+ } | {
321
+ id: string;
322
+ parentId: string;
323
+ weight: number;
324
+ name: string;
325
+ path: string;
326
+ meta: {
327
+ isLink: string;
328
+ visible: string;
329
+ translations: {
330
+ "en-US": {
331
+ description: string;
332
+ name: string;
333
+ tooltip: string;
334
+ };
335
+ "zh-CN": {
336
+ description: string;
337
+ name: string;
338
+ tooltip: string;
339
+ };
340
+ };
341
+ isKeepAlive: boolean;
342
+ appId: string;
343
+ isAffix: boolean;
344
+ title: string;
345
+ icon?: undefined;
346
+ };
347
+ sortOrder: number;
348
+ menuType: string;
349
+ children?: undefined;
350
+ })[];
351
+ } | {
352
+ id: string;
353
+ parentId: string;
354
+ weight: number;
355
+ name: string;
356
+ path: string;
357
+ meta: {
358
+ isLink: string;
359
+ visible: string;
360
+ translations: {
361
+ "en-US": {
362
+ description: string;
363
+ name: string;
364
+ tooltip: string;
365
+ };
366
+ "zh-CN": {
367
+ description: string;
368
+ name: string;
369
+ tooltip: string;
370
+ };
371
+ };
372
+ isKeepAlive: boolean;
373
+ appId: string;
374
+ icon: string;
375
+ isAffix: boolean;
376
+ title: string;
377
+ };
378
+ sortOrder: number;
379
+ menuType: string;
380
+ children?: undefined;
381
+ } | {
382
+ id: string;
383
+ parentId: string;
384
+ weight: number;
385
+ name: string;
386
+ path: string;
387
+ meta: {
388
+ isLink: string;
389
+ visible: string;
390
+ translations: {
391
+ "en-US": {
392
+ description: string;
393
+ name: string;
394
+ tooltip: string;
395
+ };
396
+ "zh-CN": {
397
+ description: string;
398
+ name: string;
399
+ tooltip: string;
400
+ };
401
+ };
402
+ isKeepAlive: boolean;
403
+ appId: string;
404
+ isAffix: boolean;
405
+ title: string;
406
+ icon?: undefined;
407
+ };
408
+ sortOrder: number;
409
+ menuType: string;
410
+ children: {
411
+ id: string;
412
+ parentId: string;
413
+ weight: number;
414
+ name: string;
415
+ path: string;
416
+ meta: {
417
+ isLink: string;
418
+ visible: string;
419
+ translations: {
420
+ "en-US": {
421
+ description: string;
422
+ name: string;
423
+ tooltip: string;
424
+ };
425
+ "zh-CN": {
426
+ description: string;
427
+ name: string;
428
+ tooltip: string;
429
+ };
430
+ };
431
+ isKeepAlive: boolean;
432
+ appId: string;
433
+ icon: string;
434
+ isAffix: boolean;
435
+ title: string;
436
+ };
437
+ sortOrder: number;
438
+ menuType: string;
439
+ children: ({
440
+ id: string;
441
+ parentId: string;
442
+ weight: number;
443
+ name: string;
444
+ path: string;
445
+ meta: {
446
+ isLink: string;
447
+ visible: string;
448
+ translations: {
449
+ "en-US": {
450
+ description: string;
451
+ name: string;
452
+ tooltip: string;
453
+ };
454
+ "zh-CN": {
455
+ description: string;
456
+ name: string;
457
+ tooltip: string;
458
+ };
459
+ };
460
+ isKeepAlive: boolean;
461
+ appId: string;
462
+ icon: string;
463
+ isAffix: boolean;
464
+ title: string;
465
+ };
466
+ sortOrder: number;
467
+ menuType: string;
468
+ } | {
469
+ id: string;
470
+ parentId: string;
471
+ weight: number;
472
+ name: string;
473
+ path: string;
474
+ meta: {
475
+ isLink: string;
476
+ visible: string;
477
+ translations: {
478
+ "en-US": {
479
+ description: string;
480
+ name: string;
481
+ tooltip: string;
482
+ };
483
+ "zh-CN": {
484
+ description: string;
485
+ name: string;
486
+ tooltip: string;
487
+ };
488
+ };
489
+ isKeepAlive: boolean;
490
+ appId: string;
491
+ isAffix: boolean;
492
+ title: string;
493
+ icon?: undefined;
494
+ };
495
+ sortOrder: number;
496
+ menuType: string;
497
+ })[];
498
+ }[];
499
+ } | {
500
+ id: string;
501
+ parentId: string;
502
+ weight: number;
503
+ name: string;
504
+ path: string;
505
+ meta: {
506
+ isLink: string;
507
+ visible: string;
508
+ translations: {
509
+ "en-US": {
510
+ description: string;
511
+ name: string;
512
+ tooltip: string;
513
+ };
514
+ "zh-CN": {
515
+ description: string;
516
+ name: string;
517
+ tooltip: string;
518
+ };
519
+ };
520
+ isKeepAlive: boolean;
521
+ appId: string;
522
+ icon: string;
523
+ isAffix: boolean;
524
+ title: string;
525
+ };
526
+ sortOrder: number;
527
+ menuType: string;
528
+ children: {
529
+ id: string;
530
+ parentId: string;
531
+ weight: number;
532
+ name: string;
533
+ path: string;
534
+ meta: {
535
+ isLink: string;
536
+ visible: string;
537
+ translations: {
538
+ "en-US": {
539
+ description: string;
540
+ name: string;
541
+ tooltip: string;
542
+ };
543
+ "zh-CN": {
544
+ description: string;
545
+ name: string;
546
+ tooltip: string;
547
+ };
548
+ };
549
+ isKeepAlive: boolean;
550
+ appId: string;
551
+ icon: string;
552
+ isAffix: boolean;
553
+ title: string;
554
+ };
555
+ sortOrder: number;
556
+ menuType: string;
557
+ children: ({
558
+ id: string;
559
+ parentId: string;
560
+ weight: number;
561
+ name: string;
562
+ path: string;
563
+ meta: {
564
+ isLink: string;
565
+ visible: string;
566
+ translations: {
567
+ "en-US": {
568
+ description: string;
569
+ name: string;
570
+ tooltip: string;
571
+ };
572
+ "zh-CN": {
573
+ description: string;
574
+ name: string;
575
+ tooltip: string;
576
+ };
577
+ };
578
+ isKeepAlive: boolean;
579
+ appId: string;
580
+ isAffix: boolean;
581
+ title: string;
582
+ icon?: undefined;
583
+ };
584
+ sortOrder: number;
585
+ menuType: string;
586
+ children?: undefined;
587
+ } | {
588
+ id: string;
589
+ parentId: string;
590
+ weight: number;
591
+ name: string;
592
+ path: string;
593
+ meta: {
594
+ isLink: string;
595
+ visible: string;
596
+ translations: {
597
+ "en-US": {
598
+ description: string;
599
+ name: string;
600
+ tooltip: string;
601
+ };
602
+ "zh-CN": {
603
+ description: string;
604
+ name: string;
605
+ tooltip: string;
606
+ };
607
+ };
608
+ isKeepAlive: boolean;
609
+ appId: string;
610
+ icon: string;
611
+ isAffix: boolean;
612
+ title: string;
613
+ };
614
+ sortOrder: number;
615
+ menuType: string;
616
+ children: {
617
+ id: string;
618
+ parentId: string;
619
+ weight: number;
620
+ name: string;
621
+ path: string;
622
+ meta: {
623
+ isLink: string;
624
+ visible: string;
625
+ translations: {
626
+ "en-US": {
627
+ description: string;
628
+ name: string;
629
+ tooltip: string;
630
+ };
631
+ "zh-CN": {
632
+ description: string;
633
+ name: string;
634
+ tooltip: string;
635
+ };
636
+ };
637
+ isKeepAlive: boolean;
638
+ appId: string;
639
+ isAffix: boolean;
640
+ title: string;
641
+ };
642
+ sortOrder: number;
643
+ menuType: string;
644
+ }[];
645
+ } | {
646
+ id: string;
647
+ parentId: string;
648
+ weight: number;
649
+ name: string;
650
+ path: string;
651
+ meta: {
652
+ isLink: string;
653
+ visible: string;
654
+ translations: {
655
+ "en-US": {
656
+ description: string;
657
+ name: string;
658
+ tooltip: string;
659
+ };
660
+ "zh-CN": {
661
+ description: string;
662
+ name: string;
663
+ tooltip: string;
664
+ };
665
+ };
666
+ isKeepAlive: boolean;
667
+ appId: string;
668
+ icon: string;
669
+ isAffix: boolean;
670
+ title: string;
671
+ };
672
+ sortOrder: number;
673
+ menuType: string;
674
+ children?: undefined;
675
+ } | {
676
+ id: string;
677
+ parentId: string;
678
+ weight: number;
679
+ name: string;
680
+ path: string;
681
+ meta: {
682
+ isLink: string;
683
+ visible: string;
684
+ translations: {
685
+ "en-US": {
686
+ description: string;
687
+ name: string;
688
+ tooltip: string;
689
+ };
690
+ "zh-CN": {
691
+ description: string;
692
+ name: string;
693
+ tooltip: string;
694
+ };
695
+ };
696
+ isKeepAlive: boolean;
697
+ appId: string;
698
+ isAffix: boolean;
699
+ title: string;
700
+ icon?: undefined;
701
+ };
702
+ sortOrder: number;
703
+ menuType: string;
704
+ children: {
705
+ id: string;
706
+ parentId: string;
707
+ weight: number;
708
+ name: string;
709
+ path: string;
710
+ meta: {
711
+ isLink: string;
712
+ visible: string;
713
+ translations: {
714
+ "en-US": {
715
+ description: string;
716
+ name: string;
717
+ tooltip: string;
718
+ };
719
+ "zh-CN": {
720
+ description: string;
721
+ name: string;
722
+ tooltip: string;
723
+ };
724
+ };
725
+ isKeepAlive: boolean;
726
+ appId: string;
727
+ isAffix: boolean;
728
+ title: string;
729
+ };
730
+ sortOrder: number;
731
+ menuType: string;
732
+ }[];
733
+ })[];
734
+ }[];
735
+ } | {
736
+ id: string;
737
+ parentId: string;
738
+ weight: number;
739
+ name: string;
740
+ path: string;
741
+ meta: {
742
+ isLink: string;
743
+ visible: string;
744
+ translations: {
745
+ "en-US": {
746
+ description: string;
747
+ name: string;
748
+ tooltip: string;
749
+ };
750
+ "zh-CN": {
751
+ description: string;
752
+ name: string;
753
+ tooltip: string;
754
+ };
755
+ };
756
+ isKeepAlive: boolean;
757
+ appId: string;
758
+ icon: string;
759
+ isAffix: boolean;
760
+ title: string;
761
+ };
762
+ sortOrder: number;
763
+ menuType: string;
764
+ children: ({
765
+ id: string;
766
+ parentId: string;
767
+ weight: number;
768
+ name: string;
769
+ path: string;
770
+ meta: {
771
+ isLink: string;
772
+ visible: string;
773
+ translations: {
774
+ "en-US": {
775
+ description: string;
776
+ name: string;
777
+ tooltip: string;
778
+ };
779
+ "zh-CN": {
780
+ description: string;
781
+ name: string;
782
+ tooltip: string;
783
+ };
784
+ };
785
+ isKeepAlive: boolean;
786
+ appId: string;
787
+ icon: string;
788
+ isAffix: boolean;
789
+ title: string;
790
+ };
791
+ sortOrder: number;
792
+ menuType: string;
793
+ children?: undefined;
794
+ } | {
795
+ id: string;
796
+ parentId: string;
797
+ weight: number;
798
+ name: string;
799
+ path: string;
800
+ meta: {
801
+ isLink: string;
802
+ visible: string;
803
+ translations: {
804
+ "en-US": {
805
+ description: string;
806
+ name: string;
807
+ tooltip: string;
808
+ };
809
+ "zh-CN": {
810
+ description: string;
811
+ name: string;
812
+ tooltip: string;
813
+ };
814
+ };
815
+ isKeepAlive: boolean;
816
+ appId: string;
817
+ icon: string;
818
+ isAffix: boolean;
819
+ title: string;
820
+ };
821
+ sortOrder: number;
822
+ menuType: string;
823
+ children: {
824
+ id: string;
825
+ parentId: string;
826
+ weight: number;
827
+ name: string;
828
+ path: string;
829
+ meta: {
830
+ isLink: string;
831
+ visible: string;
832
+ translations: {
833
+ "en-US": {
834
+ description: string;
835
+ name: string;
836
+ tooltip: string;
837
+ };
838
+ "zh-CN": {
839
+ description: string;
840
+ name: string;
841
+ tooltip: string;
842
+ };
843
+ };
844
+ isKeepAlive: boolean;
845
+ appId: string;
846
+ icon: string;
847
+ isAffix: boolean;
848
+ title: string;
849
+ };
850
+ sortOrder: number;
851
+ menuType: string;
852
+ }[];
853
+ })[];
854
+ })[];