vue-layout-gitcode 1.0.18 → 1.0.19
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/{GloabarSearch-3e201ac8.js → GloabarSearch-05b1a926.js} +5 -5
- package/{ProjectSearch-4e33f283.js → ProjectSearch-744cc286.js} +4 -4
- package/{SearchHistoryList-e7ed0e56.js → SearchHistoryList-ea97ce0f.js} +3 -4
- package/{SearchPrefixTag-7ba519a2.js → SearchPrefixTag-35cd5cbd.js} +1 -2
- package/{SearchRecommed-0496630e.js → SearchRecommed-b77e292b.js} +10 -9
- package/{SearchScopeList-1f3809fe.js → SearchScopeList-ed860d21.js} +6 -6
- package/{UserSearch-a8c8417e.js → UserSearch-ed3de4bb.js} +4 -4
- package/{formatNameSpace-9196273a.js → formatNameSpace-b20908aa.js} +1 -1
- package/{index-f54d7926.js → index-291ee909.js} +9558 -3578
- package/{index-a61f0eec.js → index-76a49893.js} +1 -2
- package/index.d.ts +0 -547
- package/index.js +3 -5
- package/{notice-e2d716d4.js → notice-e52caee7.js} +1 -2
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, onMounted, openBlock, createBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
2
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
3
|
-
import { m as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
3
|
+
import { m as useLayoutConfig, _ as _export_sfc } from "./index-291ee909.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
import "vue-devui-lal/button";
|
|
6
6
|
import "vue-devui-lal/popover";
|
|
@@ -12,7 +12,6 @@ import "vue-devui-lal/tooltip/style.css";
|
|
|
12
12
|
import "vue-devui-lal/textarea/style.css";
|
|
13
13
|
import "vue-devui-lal/icon";
|
|
14
14
|
import "vue-devui-lal/icon/style.css";
|
|
15
|
-
import "vue-i18n";
|
|
16
15
|
import "vue-router";
|
|
17
16
|
import "@vueuse/core";
|
|
18
17
|
import "vue-devui-lal/avatar";
|
package/index.d.ts
CHANGED
|
@@ -329,553 +329,6 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
329
329
|
|
|
330
330
|
export declare const GitCodeLayoutEmitter: Emitter<EventBus>;
|
|
331
331
|
|
|
332
|
-
export declare const GitCodeLayoutLibLocales: {
|
|
333
|
-
zh: {
|
|
334
|
-
gitCodeLayout: {
|
|
335
|
-
home: {
|
|
336
|
-
alreadyFollowed: string;
|
|
337
|
-
focusOn: string;
|
|
338
|
-
star: string;
|
|
339
|
-
informationCenter: string;
|
|
340
|
-
feedbackCenter: string;
|
|
341
|
-
companyInformation: string;
|
|
342
|
-
recordInformation: string;
|
|
343
|
-
technicalSupport: string;
|
|
344
|
-
HWCloud: string;
|
|
345
|
-
userFeedback01: string;
|
|
346
|
-
userFeedbackProductRecommendations: string;
|
|
347
|
-
userFeedback02: string;
|
|
348
|
-
onWeekdays: string;
|
|
349
|
-
settlementMsg: string;
|
|
350
|
-
settlementMsgContact: string;
|
|
351
|
-
followUs: string;
|
|
352
|
-
rateExperience: string;
|
|
353
|
-
veryGood: string;
|
|
354
|
-
good: string;
|
|
355
|
-
generally: string; /** 语言包 */
|
|
356
|
-
bad: string;
|
|
357
|
-
veryBad: string;
|
|
358
|
-
thankFaceback: string;
|
|
359
|
-
improveQuestion: string;
|
|
360
|
-
facebackPlaceholder: string;
|
|
361
|
-
org: {};
|
|
362
|
-
searchPlaceholder: string;
|
|
363
|
-
searchPlaceholder2: string;
|
|
364
|
-
surveyTipsTitle: string;
|
|
365
|
-
slogon: string;
|
|
366
|
-
digest: string;
|
|
367
|
-
shotName: {};
|
|
368
|
-
competition: string;
|
|
369
|
-
channel: {};
|
|
370
|
-
};
|
|
371
|
-
header: {
|
|
372
|
-
create: string;
|
|
373
|
-
createRepo: string;
|
|
374
|
-
importRepo: string;
|
|
375
|
-
createOrg: string;
|
|
376
|
-
home: string;
|
|
377
|
-
login: string;
|
|
378
|
-
register: string;
|
|
379
|
-
file: string;
|
|
380
|
-
language: string;
|
|
381
|
-
underSearch: string;
|
|
382
|
-
repo: string;
|
|
383
|
-
org: string;
|
|
384
|
-
user: string;
|
|
385
|
-
recentlyVisited: string;
|
|
386
|
-
platformSearch: string;
|
|
387
|
-
workbench: string;
|
|
388
|
-
myOrg: string;
|
|
389
|
-
myRepo: string;
|
|
390
|
-
myStar: string;
|
|
391
|
-
personSetting: string;
|
|
392
|
-
helpDocument: string;
|
|
393
|
-
logout: string;
|
|
394
|
-
openSourceExplorer: string;
|
|
395
|
-
openSourcePioneer: string;
|
|
396
|
-
contributingStar: string;
|
|
397
|
-
myNotebook: string;
|
|
398
|
-
mySpace: string;
|
|
399
|
-
aihub: {
|
|
400
|
-
documentCenter: string;
|
|
401
|
-
};
|
|
402
|
-
};
|
|
403
|
-
userSetting: {
|
|
404
|
-
tips: {
|
|
405
|
-
youCanCreOrManUp: string;
|
|
406
|
-
getPoints: string;
|
|
407
|
-
autFai: string;
|
|
408
|
-
};
|
|
409
|
-
menu: {
|
|
410
|
-
growthCenter: string;
|
|
411
|
-
};
|
|
412
|
-
account: {
|
|
413
|
-
phone: string;
|
|
414
|
-
getVerificationCode: string;
|
|
415
|
-
changePassword: string;
|
|
416
|
-
};
|
|
417
|
-
};
|
|
418
|
-
repo: {
|
|
419
|
-
pr: {
|
|
420
|
-
commit: string;
|
|
421
|
-
discussion: string;
|
|
422
|
-
};
|
|
423
|
-
code: {
|
|
424
|
-
syncText: string;
|
|
425
|
-
};
|
|
426
|
-
};
|
|
427
|
-
common: {
|
|
428
|
-
footerSetting: {
|
|
429
|
-
lang: string;
|
|
430
|
-
theme: string;
|
|
431
|
-
preSetting: string;
|
|
432
|
-
};
|
|
433
|
-
search: string;
|
|
434
|
-
organize: string;
|
|
435
|
-
all: string;
|
|
436
|
-
project: string;
|
|
437
|
-
publicSecurity: string;
|
|
438
|
-
aboutUs: string;
|
|
439
|
-
recruitment: string;
|
|
440
|
-
prices: string;
|
|
441
|
-
email: string;
|
|
442
|
-
phone: string;
|
|
443
|
-
hasBeenSent: string;
|
|
444
|
-
time: {
|
|
445
|
-
oneYearAgo: string;
|
|
446
|
-
yearsAgo: string;
|
|
447
|
-
oneMonthAgo: string;
|
|
448
|
-
monthsAgo: string;
|
|
449
|
-
justNow: string;
|
|
450
|
-
oneDayAgo: string;
|
|
451
|
-
daysAgo: string;
|
|
452
|
-
hoursAgo: string;
|
|
453
|
-
minutesAgo: string;
|
|
454
|
-
oneHourAgo: string;
|
|
455
|
-
oneMinuteAgo: string;
|
|
456
|
-
day: string;
|
|
457
|
-
};
|
|
458
|
-
topic: {
|
|
459
|
-
attention: string;
|
|
460
|
-
};
|
|
461
|
-
tips: {
|
|
462
|
-
notcieTitle: string;
|
|
463
|
-
notcie1: string;
|
|
464
|
-
notcie2: string;
|
|
465
|
-
readPrivacyPolicy: string;
|
|
466
|
-
welcome: string;
|
|
467
|
-
};
|
|
468
|
-
foldup: string;
|
|
469
|
-
};
|
|
470
|
-
org: {
|
|
471
|
-
project: string;
|
|
472
|
-
expand_more: string;
|
|
473
|
-
board: string;
|
|
474
|
-
following: string;
|
|
475
|
-
};
|
|
476
|
-
dashboard: {
|
|
477
|
-
repo: {
|
|
478
|
-
createRepo: string;
|
|
479
|
-
};
|
|
480
|
-
};
|
|
481
|
-
orgSetting: {
|
|
482
|
-
creOrg: string;
|
|
483
|
-
};
|
|
484
|
-
trusted: {
|
|
485
|
-
shortName: string;
|
|
486
|
-
menu: string;
|
|
487
|
-
title: string;
|
|
488
|
-
};
|
|
489
|
-
aihub: {
|
|
490
|
-
header: {
|
|
491
|
-
aihub: string;
|
|
492
|
-
};
|
|
493
|
-
model: string;
|
|
494
|
-
dataSet: string;
|
|
495
|
-
};
|
|
496
|
-
GStar: {
|
|
497
|
-
project: {
|
|
498
|
-
graduation: string;
|
|
499
|
-
incubation: string;
|
|
500
|
-
};
|
|
501
|
-
};
|
|
502
|
-
LoginModal: {
|
|
503
|
-
title: {
|
|
504
|
-
login: string;
|
|
505
|
-
register: string;
|
|
506
|
-
};
|
|
507
|
-
subtitle: {
|
|
508
|
-
sms: string;
|
|
509
|
-
password: string;
|
|
510
|
-
name: string;
|
|
511
|
-
phone: string;
|
|
512
|
-
cipher: string;
|
|
513
|
-
otherLogin: string;
|
|
514
|
-
useAgrAndPriPolTip: string;
|
|
515
|
-
};
|
|
516
|
-
action: {
|
|
517
|
-
oh: string;
|
|
518
|
-
login: string;
|
|
519
|
-
registerAgain: string;
|
|
520
|
-
phone: string;
|
|
521
|
-
readAgree: string;
|
|
522
|
-
verify: string;
|
|
523
|
-
confirmPassword: string;
|
|
524
|
-
wechatScanCodeLogin: string;
|
|
525
|
-
AccountLogin: string;
|
|
526
|
-
resetPassword: string;
|
|
527
|
-
};
|
|
528
|
-
tips: {
|
|
529
|
-
forgotPassword: string;
|
|
530
|
-
agree: string;
|
|
531
|
-
and: string;
|
|
532
|
-
updatePassword: string;
|
|
533
|
-
pleaseReadHuaweiAgreement: string;
|
|
534
|
-
gotoTipsAtNophone: string;
|
|
535
|
-
codeSentToYou: string;
|
|
536
|
-
pleaseCheck: string;
|
|
537
|
-
bindMobileWithAccount: string;
|
|
538
|
-
resetYourPassword: string;
|
|
539
|
-
verificationCode: string;
|
|
540
|
-
nameAlreadyExists: string;
|
|
541
|
-
passwordIsInconsistent: string;
|
|
542
|
-
fillvalidPhoneNumEmail: string;
|
|
543
|
-
passwordLength: string;
|
|
544
|
-
validEmail: string;
|
|
545
|
-
SMSVerificationCode: string;
|
|
546
|
-
fillNecessaryInfo: string;
|
|
547
|
-
youNeeToAgr: string;
|
|
548
|
-
toUseGit: string;
|
|
549
|
-
ifYouDoNotAgrWe: string;
|
|
550
|
-
disAndQui: string;
|
|
551
|
-
agrAndSigIn: string;
|
|
552
|
-
};
|
|
553
|
-
link: {
|
|
554
|
-
agreement: string;
|
|
555
|
-
privacyPolicy: string;
|
|
556
|
-
huaweiCloudAgreement: string;
|
|
557
|
-
agreementPrivacy: string;
|
|
558
|
-
};
|
|
559
|
-
registerDesc: string;
|
|
560
|
-
rule: {
|
|
561
|
-
username: string;
|
|
562
|
-
pleaseFill: string;
|
|
563
|
-
passwordLetter: string;
|
|
564
|
-
passwordLength: string;
|
|
565
|
-
};
|
|
566
|
-
miniProgram: {
|
|
567
|
-
title: string;
|
|
568
|
-
tip01: string;
|
|
569
|
-
tip02: string;
|
|
570
|
-
tip03: string;
|
|
571
|
-
tip04: string;
|
|
572
|
-
tip05: string;
|
|
573
|
-
tip06: string;
|
|
574
|
-
};
|
|
575
|
-
mfatip5: string;
|
|
576
|
-
mfatip1: string;
|
|
577
|
-
mfatip2: string;
|
|
578
|
-
mfatip7: string;
|
|
579
|
-
mfatip6: string;
|
|
580
|
-
mfatip3: string;
|
|
581
|
-
mfatip4: string;
|
|
582
|
-
};
|
|
583
|
-
search: {
|
|
584
|
-
trendingToday: string;
|
|
585
|
-
recommendTag: string;
|
|
586
|
-
};
|
|
587
|
-
repoSetting: {
|
|
588
|
-
submit: {
|
|
589
|
-
verify: string;
|
|
590
|
-
};
|
|
591
|
-
};
|
|
592
|
-
pipeline: {
|
|
593
|
-
goBack: string;
|
|
594
|
-
};
|
|
595
|
-
components: {
|
|
596
|
-
repo: {
|
|
597
|
-
today: string;
|
|
598
|
-
};
|
|
599
|
-
};
|
|
600
|
-
oauth: {
|
|
601
|
-
revokedAuthorization: string;
|
|
602
|
-
};
|
|
603
|
-
};
|
|
604
|
-
};
|
|
605
|
-
en: {
|
|
606
|
-
gitCodeLayout: {
|
|
607
|
-
home: {
|
|
608
|
-
veryGood: string;
|
|
609
|
-
good: string;
|
|
610
|
-
generally: string;
|
|
611
|
-
bad: string;
|
|
612
|
-
veryBad: string;
|
|
613
|
-
userFeedback01: string;
|
|
614
|
-
userFeedback02: string;
|
|
615
|
-
settlementMsg: string;
|
|
616
|
-
settlementMsgContact: string;
|
|
617
|
-
followUs: string;
|
|
618
|
-
userFeedbackProductRecommendations: string;
|
|
619
|
-
improveQuestion: string;
|
|
620
|
-
facebackPlaceholder: string;
|
|
621
|
-
thankFaceback: string;
|
|
622
|
-
surveyTipsTitle: string;
|
|
623
|
-
rateExperience: string;
|
|
624
|
-
feedbackCenter: string;
|
|
625
|
-
technicalSupport: string;
|
|
626
|
-
HWCloud: string;
|
|
627
|
-
onWeekdays: string;
|
|
628
|
-
focusOn: string;
|
|
629
|
-
star: string;
|
|
630
|
-
shotName: {};
|
|
631
|
-
informationCenter: string;
|
|
632
|
-
competition: string;
|
|
633
|
-
slogon: string;
|
|
634
|
-
digest: string;
|
|
635
|
-
companyInformation: string;
|
|
636
|
-
recordInformation: string;
|
|
637
|
-
searchPlaceholder2: string;
|
|
638
|
-
searchPlaceholder: string;
|
|
639
|
-
alreadyFollowed: string;
|
|
640
|
-
channel: {};
|
|
641
|
-
org: {};
|
|
642
|
-
};
|
|
643
|
-
header: {
|
|
644
|
-
create: string;
|
|
645
|
-
createRepo: string;
|
|
646
|
-
importRepo: string;
|
|
647
|
-
createOrg: string;
|
|
648
|
-
home: string;
|
|
649
|
-
login: string;
|
|
650
|
-
register: string;
|
|
651
|
-
file: string;
|
|
652
|
-
language: string;
|
|
653
|
-
underSearch: string;
|
|
654
|
-
repo: string;
|
|
655
|
-
org: string;
|
|
656
|
-
user: string;
|
|
657
|
-
recentlyVisited: string;
|
|
658
|
-
platformSearch: string;
|
|
659
|
-
workbench: string;
|
|
660
|
-
myOrg: string;
|
|
661
|
-
myRepo: string;
|
|
662
|
-
myStar: string;
|
|
663
|
-
personSetting: string;
|
|
664
|
-
helpDocument: string;
|
|
665
|
-
logout: string;
|
|
666
|
-
openSourceExplorer: string;
|
|
667
|
-
openSourcePioneer: string;
|
|
668
|
-
contributingStar: string;
|
|
669
|
-
myNotebook: string;
|
|
670
|
-
mySpace: string;
|
|
671
|
-
aihub: {
|
|
672
|
-
documentCenter: string;
|
|
673
|
-
};
|
|
674
|
-
};
|
|
675
|
-
userSetting: {
|
|
676
|
-
tips: {
|
|
677
|
-
youCanCreOrManUp: string;
|
|
678
|
-
getPoints: string;
|
|
679
|
-
autFai: string;
|
|
680
|
-
};
|
|
681
|
-
menu: {
|
|
682
|
-
growthCenter: string;
|
|
683
|
-
};
|
|
684
|
-
account: {
|
|
685
|
-
phone: string;
|
|
686
|
-
getVerificationCode: string;
|
|
687
|
-
changePassword: string;
|
|
688
|
-
};
|
|
689
|
-
};
|
|
690
|
-
repo: {
|
|
691
|
-
pr: {
|
|
692
|
-
commit: string;
|
|
693
|
-
discussion: string;
|
|
694
|
-
};
|
|
695
|
-
code: {
|
|
696
|
-
syncText: string;
|
|
697
|
-
};
|
|
698
|
-
};
|
|
699
|
-
common: {
|
|
700
|
-
footerSetting: {
|
|
701
|
-
lang: string;
|
|
702
|
-
theme: string;
|
|
703
|
-
preSetting: string;
|
|
704
|
-
};
|
|
705
|
-
search: string;
|
|
706
|
-
organize: string;
|
|
707
|
-
all: string;
|
|
708
|
-
project: string;
|
|
709
|
-
publicSecurity: string;
|
|
710
|
-
aboutUs: string;
|
|
711
|
-
recruitment: string;
|
|
712
|
-
prices: string;
|
|
713
|
-
email: string;
|
|
714
|
-
phone: string;
|
|
715
|
-
hasBeenSent: string;
|
|
716
|
-
time: {
|
|
717
|
-
oneYearAgo: string;
|
|
718
|
-
yearsAgo: string;
|
|
719
|
-
oneMonthAgo: string;
|
|
720
|
-
monthsAgo: string;
|
|
721
|
-
justNow: string;
|
|
722
|
-
oneDayAgo: string;
|
|
723
|
-
daysAgo: string;
|
|
724
|
-
hoursAgo: string;
|
|
725
|
-
minutesAgo: string;
|
|
726
|
-
oneHourAgo: string;
|
|
727
|
-
oneMinuteAgo: string;
|
|
728
|
-
day: string;
|
|
729
|
-
};
|
|
730
|
-
topic: {
|
|
731
|
-
attention: string;
|
|
732
|
-
};
|
|
733
|
-
tips: {
|
|
734
|
-
notcieTitle: string;
|
|
735
|
-
notcie1: string;
|
|
736
|
-
notcie2: string;
|
|
737
|
-
readPrivacyPolicy: string;
|
|
738
|
-
welcome: string;
|
|
739
|
-
};
|
|
740
|
-
foldup: string;
|
|
741
|
-
};
|
|
742
|
-
org: {
|
|
743
|
-
project: string;
|
|
744
|
-
expand_more: string;
|
|
745
|
-
board: string;
|
|
746
|
-
following: string;
|
|
747
|
-
};
|
|
748
|
-
dashboard: {
|
|
749
|
-
repo: {
|
|
750
|
-
createRepo: string;
|
|
751
|
-
};
|
|
752
|
-
};
|
|
753
|
-
orgSetting: {
|
|
754
|
-
creOrg: string;
|
|
755
|
-
};
|
|
756
|
-
trusted: {
|
|
757
|
-
shortName: string;
|
|
758
|
-
menu: string;
|
|
759
|
-
title: string;
|
|
760
|
-
};
|
|
761
|
-
aihub: {
|
|
762
|
-
header: {
|
|
763
|
-
aihub: string;
|
|
764
|
-
};
|
|
765
|
-
model: string;
|
|
766
|
-
dataSet: string;
|
|
767
|
-
};
|
|
768
|
-
GStar: {
|
|
769
|
-
project: {
|
|
770
|
-
graduation: string;
|
|
771
|
-
incubation: string;
|
|
772
|
-
};
|
|
773
|
-
};
|
|
774
|
-
LoginModal: {
|
|
775
|
-
title: {
|
|
776
|
-
login: string;
|
|
777
|
-
register: string;
|
|
778
|
-
};
|
|
779
|
-
subtitle: {
|
|
780
|
-
sms: string;
|
|
781
|
-
password: string;
|
|
782
|
-
name: string;
|
|
783
|
-
phone: string;
|
|
784
|
-
cipher: string;
|
|
785
|
-
otherLogin: string;
|
|
786
|
-
useAgrAndPriPolTip: string;
|
|
787
|
-
};
|
|
788
|
-
action: {
|
|
789
|
-
oh: string;
|
|
790
|
-
login: string;
|
|
791
|
-
registerAgain: string;
|
|
792
|
-
phone: string;
|
|
793
|
-
readAgree: string;
|
|
794
|
-
verify: string;
|
|
795
|
-
confirmPassword: string;
|
|
796
|
-
wechatScanCodeLogin: string;
|
|
797
|
-
AccountLogin: string;
|
|
798
|
-
resetPassword: string;
|
|
799
|
-
};
|
|
800
|
-
tips: {
|
|
801
|
-
forgotPassword: string;
|
|
802
|
-
agree: string;
|
|
803
|
-
and: string;
|
|
804
|
-
updatePassword: string;
|
|
805
|
-
pleaseReadHuaweiAgreement: string;
|
|
806
|
-
gotoTipsAtNophone: string;
|
|
807
|
-
codeSentToYou: string;
|
|
808
|
-
pleaseCheck: string;
|
|
809
|
-
bindMobileWithAccount: string;
|
|
810
|
-
resetYourPassword: string;
|
|
811
|
-
verificationCode: string;
|
|
812
|
-
nameAlreadyExists: string;
|
|
813
|
-
passwordIsInconsistent: string;
|
|
814
|
-
fillvalidPhoneNumEmail: string;
|
|
815
|
-
passwordLength: string;
|
|
816
|
-
validEmail: string;
|
|
817
|
-
SMSVerificationCode: string;
|
|
818
|
-
fillNecessaryInfo: string;
|
|
819
|
-
youNeeToAgr: string;
|
|
820
|
-
toUseGit: string;
|
|
821
|
-
ifYouDoNotAgrWe: string;
|
|
822
|
-
disAndQui: string;
|
|
823
|
-
agrAndSigIn: string;
|
|
824
|
-
};
|
|
825
|
-
link: {
|
|
826
|
-
agreement: string;
|
|
827
|
-
privacyPolicy: string;
|
|
828
|
-
huaweiCloudAgreement: string;
|
|
829
|
-
agreementPrivacy: string;
|
|
830
|
-
};
|
|
831
|
-
registerDesc: string;
|
|
832
|
-
rule: {
|
|
833
|
-
username: string;
|
|
834
|
-
pleaseFill: string;
|
|
835
|
-
passwordLetter: string;
|
|
836
|
-
passwordLength: string;
|
|
837
|
-
};
|
|
838
|
-
miniProgram: {
|
|
839
|
-
title: string;
|
|
840
|
-
tip01: string;
|
|
841
|
-
tip02: string;
|
|
842
|
-
tip03: string;
|
|
843
|
-
tip04: string;
|
|
844
|
-
tip05: string;
|
|
845
|
-
tip06: string;
|
|
846
|
-
};
|
|
847
|
-
mfatip5: string;
|
|
848
|
-
mfatip1: string;
|
|
849
|
-
mfatip2: string;
|
|
850
|
-
mfatip7: string;
|
|
851
|
-
mfatip6: string;
|
|
852
|
-
mfatip3: string;
|
|
853
|
-
mfatip4: string;
|
|
854
|
-
};
|
|
855
|
-
search: {
|
|
856
|
-
trendingToday: string;
|
|
857
|
-
recommendTag: string;
|
|
858
|
-
};
|
|
859
|
-
repoSetting: {
|
|
860
|
-
submit: {
|
|
861
|
-
verify: string;
|
|
862
|
-
};
|
|
863
|
-
};
|
|
864
|
-
pipeline: {
|
|
865
|
-
goBack: string;
|
|
866
|
-
};
|
|
867
|
-
components: {
|
|
868
|
-
repo: {
|
|
869
|
-
today: string;
|
|
870
|
-
};
|
|
871
|
-
};
|
|
872
|
-
oauth: {
|
|
873
|
-
revokedAuthorization: string;
|
|
874
|
-
};
|
|
875
|
-
};
|
|
876
|
-
};
|
|
877
|
-
};
|
|
878
|
-
|
|
879
332
|
declare enum HeaderDisplayItem {
|
|
880
333
|
LOGIN_AND_AVATAR = "0101",
|
|
881
334
|
MESSAGE_CENTER = "0102",
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G, p,
|
|
1
|
+
import { G, p, q, o, S, n, v, s } from "./index-291ee909.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "vue-devui-lal/button";
|
|
4
4
|
import "vue-devui-lal/popover";
|
|
@@ -10,7 +10,6 @@ import "vue-devui-lal/tooltip/style.css";
|
|
|
10
10
|
import "vue-devui-lal/textarea/style.css";
|
|
11
11
|
import "vue-devui-lal/icon";
|
|
12
12
|
import "vue-devui-lal/icon/style.css";
|
|
13
|
-
import "vue-i18n";
|
|
14
13
|
import "vue-router";
|
|
15
14
|
import "@vueuse/core";
|
|
16
15
|
import "vue-devui-lal/avatar";
|
|
@@ -49,11 +48,10 @@ import "vue-devui-lal/modal/style.css";
|
|
|
49
48
|
export {
|
|
50
49
|
G as GitCodeAside,
|
|
51
50
|
p as GitCodeHeader,
|
|
52
|
-
|
|
53
|
-
q as GitCodeLayoutLibLocales,
|
|
51
|
+
q as GitCodeLayoutEmitter,
|
|
54
52
|
o as Login,
|
|
55
53
|
S as SceneValue,
|
|
56
54
|
n as ToolsFloat,
|
|
57
|
-
|
|
55
|
+
v as default,
|
|
58
56
|
s as setLayoutConfig
|
|
59
57
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { i as isPhone, u as useModel } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-291ee909.js";
|
|
3
3
|
import { Notification } from "vue-devui-lal/notification";
|
|
4
4
|
import { Button } from "vue-devui-lal/button";
|
|
5
5
|
import "vue-devui-lal/notification/style.css";
|
|
@@ -12,7 +12,6 @@ import "vue-devui-lal/tooltip/style.css";
|
|
|
12
12
|
import "vue-devui-lal/textarea/style.css";
|
|
13
13
|
import "vue-devui-lal/icon";
|
|
14
14
|
import "vue-devui-lal/icon/style.css";
|
|
15
|
-
import "vue-i18n";
|
|
16
15
|
import "vue-router";
|
|
17
16
|
import "@vueuse/core";
|
|
18
17
|
import "vue-devui-lal/avatar";
|