vue-layout-gitcode 1.0.11 → 1.0.13
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-69cff9f1.js → GloabarSearch-f90f0ccb.js} +2 -3
- package/{ProjectSearch-8781b524.js → ProjectSearch-b578a6da.js} +1 -2
- package/{SearchHistoryList-186984ca.js → SearchHistoryList-b379f90f.js} +3 -4
- package/{SearchPrefixTag-a00fdfdc.js → SearchPrefixTag-654a24a6.js} +3 -4
- package/{SearchRecommed-34d5bb0a.js → SearchRecommed-e23e10e7.js} +18 -19
- package/{SearchScopeList-495342f3.js → SearchScopeList-9909d0a6.js} +3 -4
- package/{UserSearch-6442e0ec.js → UserSearch-73217750.js} +1 -2
- package/{formatNameSpace-4d088d7e.js → formatNameSpace-d0d2b249.js} +1 -1
- package/{index-bcf93a60.js → index-0dac6289.js} +3 -4
- package/{index-4160c47d.js → index-4b650523.js} +209 -410
- package/index.d.ts +62 -220
- package/index.js +1 -2
- package/{notice-029bb671.js → notice-0bdc8f54.js} +1 -2
- package/package.json +5 -8
- package/style.css +1 -1
package/index.d.ts
CHANGED
|
@@ -318,36 +318,10 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
318
318
|
zh: {
|
|
319
319
|
gitCodeLayout: {
|
|
320
320
|
home: {
|
|
321
|
-
comprehensiveSorting: string;
|
|
322
|
-
starTotalSort: string;
|
|
323
|
-
starNum: string;
|
|
324
|
-
fork: string;
|
|
325
|
-
updateTime: string;
|
|
326
|
-
recommend: string;
|
|
327
|
-
all: string;
|
|
328
|
-
Gproject: string;
|
|
329
|
-
milions: string;
|
|
330
|
-
showMore: string;
|
|
331
|
-
recommendation: string;
|
|
332
|
-
loading: string;
|
|
333
|
-
loadAll: string;
|
|
334
|
-
applyJoin: string;
|
|
335
|
-
organizations: string;
|
|
336
|
-
noMore: string;
|
|
337
321
|
alreadyFollowed: string;
|
|
338
|
-
focusList: string;
|
|
339
322
|
focusOn: string;
|
|
340
|
-
unsubscribe: string;
|
|
341
|
-
noDescroption: string;
|
|
342
|
-
noIntroduction: string;
|
|
343
|
-
/** 设置布局配置 */
|
|
344
|
-
searchHistory: string;
|
|
345
|
-
homePage: string;
|
|
346
323
|
star: string;
|
|
347
|
-
aiCommunity: string;
|
|
348
324
|
informationCenter: string;
|
|
349
|
-
expandMore: string;
|
|
350
|
-
helpDoc: string;
|
|
351
325
|
feedbackCenter: string;
|
|
352
326
|
companyInformation: string;
|
|
353
327
|
recordInformation: string;
|
|
@@ -355,10 +329,7 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
355
329
|
HWCloud: string;
|
|
356
330
|
userFeedback01: string;
|
|
357
331
|
userFeedbackProductRecommendations: string;
|
|
358
|
-
userFeedbackBr: string;
|
|
359
332
|
userFeedback02: string;
|
|
360
|
-
contactUs: string;
|
|
361
|
-
serviceHours: string;
|
|
362
333
|
onWeekdays: string;
|
|
363
334
|
settlementMsg: string;
|
|
364
335
|
settlementMsgContact: string;
|
|
@@ -372,55 +343,32 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
372
343
|
thankFaceback: string;
|
|
373
344
|
improveQuestion: string;
|
|
374
345
|
facebackPlaceholder: string;
|
|
375
|
-
org: {
|
|
376
|
-
gstarTips: string;
|
|
377
|
-
};
|
|
346
|
+
org: {};
|
|
378
347
|
searchPlaceholder: string;
|
|
379
348
|
searchPlaceholder2: string;
|
|
380
349
|
surveyTipsTitle: string;
|
|
381
|
-
webDescription: string;
|
|
382
350
|
slogon: string;
|
|
383
351
|
digest: string;
|
|
384
|
-
shotName: {
|
|
385
|
-
AI: string;
|
|
386
|
-
};
|
|
387
|
-
hotSelection: string;
|
|
388
|
-
projectRecom: string;
|
|
352
|
+
shotName: {};
|
|
389
353
|
competition: string;
|
|
390
|
-
channel: {
|
|
391
|
-
forkProject: string;
|
|
392
|
-
submitDynamic: string;
|
|
393
|
-
latestDynamics: string;
|
|
394
|
-
dynamics: string;
|
|
395
|
-
};
|
|
396
|
-
changeBatch: string;
|
|
354
|
+
channel: {};
|
|
397
355
|
};
|
|
398
356
|
header: {
|
|
399
357
|
create: string;
|
|
400
358
|
createRepo: string;
|
|
401
359
|
importRepo: string;
|
|
402
|
-
migrationProject: string;
|
|
403
360
|
createOrg: string;
|
|
404
361
|
home: string;
|
|
405
|
-
applicationMarket: string;
|
|
406
|
-
recentlyActiveProject: string;
|
|
407
|
-
joinOrganization: string;
|
|
408
|
-
noData: string;
|
|
409
|
-
orgOrPerson: string;
|
|
410
362
|
login: string;
|
|
411
363
|
register: string;
|
|
412
|
-
activeRegister: string;
|
|
413
364
|
file: string;
|
|
414
365
|
language: string;
|
|
415
366
|
underSearch: string;
|
|
416
|
-
searchRecord: string;
|
|
417
|
-
clear: string;
|
|
418
367
|
repo: string;
|
|
419
368
|
org: string;
|
|
420
369
|
user: string;
|
|
421
370
|
recentlyVisited: string;
|
|
422
371
|
platformSearch: string;
|
|
423
|
-
searchPlaceholder: string;
|
|
424
372
|
workbench: string;
|
|
425
373
|
myOrg: string;
|
|
426
374
|
myRepo: string;
|
|
@@ -428,73 +376,28 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
428
376
|
personSetting: string;
|
|
429
377
|
helpDocument: string;
|
|
430
378
|
logout: string;
|
|
431
|
-
goUpgrade: string;
|
|
432
379
|
openSourceExplorer: string;
|
|
433
380
|
openSourcePioneer: string;
|
|
434
381
|
contributingStar: string;
|
|
435
|
-
createSpace: string;
|
|
436
382
|
myNotebook: string;
|
|
437
383
|
mySpace: string;
|
|
438
384
|
aihub: {
|
|
439
385
|
documentCenter: string;
|
|
440
386
|
};
|
|
441
|
-
getPoints: string;
|
|
442
387
|
};
|
|
443
388
|
userSetting: {
|
|
444
389
|
tips: {
|
|
445
390
|
youCanCreOrManUp: string;
|
|
446
391
|
getPoints: string;
|
|
392
|
+
autFai: string;
|
|
447
393
|
};
|
|
448
394
|
menu: {
|
|
449
395
|
growthCenter: string;
|
|
450
396
|
};
|
|
451
397
|
account: {
|
|
452
398
|
phone: string;
|
|
453
|
-
passwordSetting: string;
|
|
454
|
-
bindPhoneVerification: string;
|
|
455
|
-
enterBoundPhone: string;
|
|
456
|
-
enterVerificationCode: string;
|
|
457
399
|
getVerificationCode: string;
|
|
458
400
|
changePassword: string;
|
|
459
|
-
oldPassword: string;
|
|
460
|
-
newPassword: string;
|
|
461
|
-
confirmPassword: string;
|
|
462
|
-
unbindSMSVerification: string;
|
|
463
|
-
deactivateAccount: string;
|
|
464
|
-
untie: string;
|
|
465
|
-
yourTypeAccountIs: string;
|
|
466
|
-
switch: string;
|
|
467
|
-
mfaManage: string;
|
|
468
|
-
mfa: string;
|
|
469
|
-
mfaEnable: string;
|
|
470
|
-
mfatip1: string;
|
|
471
|
-
mfaManageBtn: string;
|
|
472
|
-
mfatip2: string;
|
|
473
|
-
mfatip3: string;
|
|
474
|
-
mfatip4: string;
|
|
475
|
-
mfaAccount: string;
|
|
476
|
-
mfaAccountPlaceholder: string;
|
|
477
|
-
mfatip5: string;
|
|
478
|
-
mfatip6: string;
|
|
479
|
-
mfatip7: string;
|
|
480
|
-
mfatip8: string;
|
|
481
|
-
mfaCodeInput: string;
|
|
482
|
-
mfatip9: string;
|
|
483
|
-
mfatip10: string;
|
|
484
|
-
mfaSave: string;
|
|
485
|
-
mfatip11: string;
|
|
486
|
-
mfatip12: string;
|
|
487
|
-
mfatip13: string;
|
|
488
|
-
mfaRecover1: string;
|
|
489
|
-
mfatip14: string;
|
|
490
|
-
mfaBan: string;
|
|
491
|
-
mfaRecover2: string;
|
|
492
|
-
mfaView: string;
|
|
493
|
-
mfatip15: string;
|
|
494
|
-
mfaValid: string;
|
|
495
|
-
mfatip17: string;
|
|
496
|
-
mfatip18: string;
|
|
497
|
-
mfatip16: string;
|
|
498
401
|
};
|
|
499
402
|
};
|
|
500
403
|
repo: {
|
|
@@ -520,8 +423,6 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
520
423
|
aboutUs: string;
|
|
521
424
|
recruitment: string;
|
|
522
425
|
prices: string;
|
|
523
|
-
save: string;
|
|
524
|
-
wechat: string;
|
|
525
426
|
email: string;
|
|
526
427
|
phone: string;
|
|
527
428
|
hasBeenSent: string;
|
|
@@ -537,10 +438,19 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
537
438
|
minutesAgo: string;
|
|
538
439
|
oneHourAgo: string;
|
|
539
440
|
oneMinuteAgo: string;
|
|
441
|
+
day: string;
|
|
540
442
|
};
|
|
541
443
|
topic: {
|
|
542
444
|
attention: string;
|
|
543
445
|
};
|
|
446
|
+
tips: {
|
|
447
|
+
notcieTitle: string;
|
|
448
|
+
notcie1: string;
|
|
449
|
+
notcie2: string;
|
|
450
|
+
readPrivacyPolicy: string;
|
|
451
|
+
welcome: string;
|
|
452
|
+
};
|
|
453
|
+
foldup: string;
|
|
544
454
|
};
|
|
545
455
|
org: {
|
|
546
456
|
project: string;
|
|
@@ -589,7 +499,6 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
589
499
|
useAgrAndPriPolTip: string;
|
|
590
500
|
};
|
|
591
501
|
action: {
|
|
592
|
-
getcode: string;
|
|
593
502
|
oh: string;
|
|
594
503
|
login: string;
|
|
595
504
|
registerAgain: string;
|
|
@@ -603,7 +512,6 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
603
512
|
};
|
|
604
513
|
tips: {
|
|
605
514
|
forgotPassword: string;
|
|
606
|
-
registerAgain: string;
|
|
607
515
|
agree: string;
|
|
608
516
|
and: string;
|
|
609
517
|
updatePassword: string;
|
|
@@ -613,29 +521,9 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
613
521
|
pleaseCheck: string;
|
|
614
522
|
bindMobileWithAccount: string;
|
|
615
523
|
resetYourPassword: string;
|
|
616
|
-
hwAuthorizationService: string;
|
|
617
|
-
pleaseAccreditHWBeforeUse: string;
|
|
618
|
-
phoneNumberVerification: string;
|
|
619
|
-
authorizationAndBinding: string;
|
|
620
|
-
cancelAuthorization: string;
|
|
621
|
-
IHaveRead: string;
|
|
622
|
-
descOfHWCloud: string;
|
|
623
|
-
agreeShareToHWCloud: string;
|
|
624
|
-
associatedAndShared: string;
|
|
625
|
-
createContinue: string;
|
|
626
|
-
create: string;
|
|
627
|
-
pleaseReadAgreementAndPrivacy: string;
|
|
628
|
-
confirmThirdBinding: string;
|
|
629
|
-
checkCode: string;
|
|
630
|
-
pleaseReauthorize: string;
|
|
631
|
-
readAndAgreeAgreementAndPrivacy: string;
|
|
632
524
|
verificationCode: string;
|
|
633
|
-
verifyMobilePhoneNumber: string;
|
|
634
|
-
setUserName: string;
|
|
635
525
|
nameAlreadyExists: string;
|
|
636
|
-
cannotBeEmpty: string;
|
|
637
526
|
passwordIsInconsistent: string;
|
|
638
|
-
necessaryInfo: string;
|
|
639
527
|
fillvalidPhoneNumEmail: string;
|
|
640
528
|
passwordLength: string;
|
|
641
529
|
validEmail: string;
|
|
@@ -652,16 +540,11 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
652
540
|
privacyPolicy: string;
|
|
653
541
|
huaweiCloudAgreement: string;
|
|
654
542
|
agreementPrivacy: string;
|
|
655
|
-
gitCodeProtocol: string;
|
|
656
|
-
gitCodePrivacy: string;
|
|
657
|
-
chiCloDevSerAgr: string;
|
|
658
|
-
chiCloDevPriPolSta: string;
|
|
659
543
|
};
|
|
660
544
|
registerDesc: string;
|
|
661
545
|
rule: {
|
|
662
546
|
username: string;
|
|
663
547
|
pleaseFill: string;
|
|
664
|
-
enterUsername: string;
|
|
665
548
|
passwordLetter: string;
|
|
666
549
|
passwordLength: string;
|
|
667
550
|
};
|
|
@@ -684,6 +567,23 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
684
567
|
};
|
|
685
568
|
search: {
|
|
686
569
|
trendingToday: string;
|
|
570
|
+
recommendTag: string;
|
|
571
|
+
};
|
|
572
|
+
repoSetting: {
|
|
573
|
+
submit: {
|
|
574
|
+
verify: string;
|
|
575
|
+
};
|
|
576
|
+
};
|
|
577
|
+
pipeline: {
|
|
578
|
+
goBack: string;
|
|
579
|
+
};
|
|
580
|
+
components: {
|
|
581
|
+
repo: {
|
|
582
|
+
today: string;
|
|
583
|
+
};
|
|
584
|
+
};
|
|
585
|
+
oauth: {
|
|
586
|
+
revokedAuthorization: string;
|
|
687
587
|
};
|
|
688
588
|
};
|
|
689
589
|
};
|
|
@@ -703,7 +603,7 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
703
603
|
userFeedbackProductRecommendations: string;
|
|
704
604
|
improveQuestion: string;
|
|
705
605
|
facebackPlaceholder: string;
|
|
706
|
-
thankFaceback: string;
|
|
606
|
+
thankFaceback: string;
|
|
707
607
|
surveyTipsTitle: string;
|
|
708
608
|
rateExperience: string;
|
|
709
609
|
feedbackCenter: string;
|
|
@@ -712,10 +612,7 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
712
612
|
onWeekdays: string;
|
|
713
613
|
focusOn: string;
|
|
714
614
|
star: string;
|
|
715
|
-
shotName: {
|
|
716
|
-
AI: string;
|
|
717
|
-
};
|
|
718
|
-
aiCommunity: string;
|
|
615
|
+
shotName: {};
|
|
719
616
|
informationCenter: string;
|
|
720
617
|
competition: string;
|
|
721
618
|
slogon: string;
|
|
@@ -724,33 +621,26 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
724
621
|
recordInformation: string;
|
|
725
622
|
searchPlaceholder2: string;
|
|
726
623
|
searchPlaceholder: string;
|
|
624
|
+
alreadyFollowed: string;
|
|
625
|
+
channel: {};
|
|
626
|
+
org: {};
|
|
727
627
|
};
|
|
728
628
|
header: {
|
|
729
629
|
create: string;
|
|
730
630
|
createRepo: string;
|
|
731
631
|
importRepo: string;
|
|
732
|
-
migrationProject: string;
|
|
733
632
|
createOrg: string;
|
|
734
633
|
home: string;
|
|
735
|
-
applicationMarket: string;
|
|
736
|
-
recentlyActiveProject: string;
|
|
737
|
-
joinOrganization: string;
|
|
738
|
-
noData: string;
|
|
739
|
-
orgOrPerson: string;
|
|
740
634
|
login: string;
|
|
741
635
|
register: string;
|
|
742
|
-
activeRegister: string;
|
|
743
636
|
file: string;
|
|
744
637
|
language: string;
|
|
745
638
|
underSearch: string;
|
|
746
|
-
searchRecord: string;
|
|
747
|
-
clear: string;
|
|
748
639
|
repo: string;
|
|
749
640
|
org: string;
|
|
750
641
|
user: string;
|
|
751
642
|
recentlyVisited: string;
|
|
752
643
|
platformSearch: string;
|
|
753
|
-
searchPlaceholder: string;
|
|
754
644
|
workbench: string;
|
|
755
645
|
myOrg: string;
|
|
756
646
|
myRepo: string;
|
|
@@ -758,73 +648,28 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
758
648
|
personSetting: string;
|
|
759
649
|
helpDocument: string;
|
|
760
650
|
logout: string;
|
|
761
|
-
goUpgrade: string;
|
|
762
651
|
openSourceExplorer: string;
|
|
763
652
|
openSourcePioneer: string;
|
|
764
653
|
contributingStar: string;
|
|
765
|
-
createSpace: string;
|
|
766
654
|
myNotebook: string;
|
|
767
655
|
mySpace: string;
|
|
768
656
|
aihub: {
|
|
769
657
|
documentCenter: string;
|
|
770
658
|
};
|
|
771
|
-
getPoints: string;
|
|
772
659
|
};
|
|
773
660
|
userSetting: {
|
|
774
661
|
tips: {
|
|
775
662
|
youCanCreOrManUp: string;
|
|
776
663
|
getPoints: string;
|
|
664
|
+
autFai: string;
|
|
777
665
|
};
|
|
778
666
|
menu: {
|
|
779
667
|
growthCenter: string;
|
|
780
668
|
};
|
|
781
669
|
account: {
|
|
782
670
|
phone: string;
|
|
783
|
-
passwordSetting: string;
|
|
784
|
-
bindPhoneVerification: string;
|
|
785
|
-
enterBoundPhone: string;
|
|
786
|
-
enterVerificationCode: string;
|
|
787
671
|
getVerificationCode: string;
|
|
788
672
|
changePassword: string;
|
|
789
|
-
oldPassword: string;
|
|
790
|
-
newPassword: string;
|
|
791
|
-
confirmPassword: string;
|
|
792
|
-
unbindSMSVerification: string;
|
|
793
|
-
deactivateAccount: string;
|
|
794
|
-
untie: string;
|
|
795
|
-
yourTypeAccountIs: string;
|
|
796
|
-
switch: string;
|
|
797
|
-
mfaManage: string;
|
|
798
|
-
mfa: string;
|
|
799
|
-
mfaEnable: string;
|
|
800
|
-
mfatip1: string;
|
|
801
|
-
mfaManageBtn: string;
|
|
802
|
-
mfatip2: string;
|
|
803
|
-
mfatip3: string;
|
|
804
|
-
mfatip4: string;
|
|
805
|
-
mfaAccount: string;
|
|
806
|
-
mfaAccountPlaceholder: string;
|
|
807
|
-
mfatip5: string;
|
|
808
|
-
mfatip6: string;
|
|
809
|
-
mfatip7: string;
|
|
810
|
-
mfatip8: string;
|
|
811
|
-
mfaCodeInput: string;
|
|
812
|
-
mfatip9: string;
|
|
813
|
-
mfatip10: string;
|
|
814
|
-
mfaSave: string;
|
|
815
|
-
mfatip11: string;
|
|
816
|
-
mfatip12: string;
|
|
817
|
-
mfatip13: string;
|
|
818
|
-
mfaRecover1: string;
|
|
819
|
-
mfatip14: string;
|
|
820
|
-
mfaBan: string;
|
|
821
|
-
mfaRecover2: string;
|
|
822
|
-
mfaView: string;
|
|
823
|
-
mfatip15: string;
|
|
824
|
-
mfaValid: string;
|
|
825
|
-
mfatip17: string;
|
|
826
|
-
mfatip18: string;
|
|
827
|
-
mfatip16: string;
|
|
828
673
|
};
|
|
829
674
|
};
|
|
830
675
|
repo: {
|
|
@@ -850,8 +695,6 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
850
695
|
aboutUs: string;
|
|
851
696
|
recruitment: string;
|
|
852
697
|
prices: string;
|
|
853
|
-
save: string;
|
|
854
|
-
wechat: string;
|
|
855
698
|
email: string;
|
|
856
699
|
phone: string;
|
|
857
700
|
hasBeenSent: string;
|
|
@@ -867,10 +710,19 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
867
710
|
minutesAgo: string;
|
|
868
711
|
oneHourAgo: string;
|
|
869
712
|
oneMinuteAgo: string;
|
|
713
|
+
day: string;
|
|
870
714
|
};
|
|
871
715
|
topic: {
|
|
872
716
|
attention: string;
|
|
873
717
|
};
|
|
718
|
+
tips: {
|
|
719
|
+
notcieTitle: string;
|
|
720
|
+
notcie1: string;
|
|
721
|
+
notcie2: string;
|
|
722
|
+
readPrivacyPolicy: string;
|
|
723
|
+
welcome: string;
|
|
724
|
+
};
|
|
725
|
+
foldup: string;
|
|
874
726
|
};
|
|
875
727
|
org: {
|
|
876
728
|
project: string;
|
|
@@ -919,7 +771,6 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
919
771
|
useAgrAndPriPolTip: string;
|
|
920
772
|
};
|
|
921
773
|
action: {
|
|
922
|
-
getcode: string;
|
|
923
774
|
oh: string;
|
|
924
775
|
login: string;
|
|
925
776
|
registerAgain: string;
|
|
@@ -933,7 +784,6 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
933
784
|
};
|
|
934
785
|
tips: {
|
|
935
786
|
forgotPassword: string;
|
|
936
|
-
registerAgain: string;
|
|
937
787
|
agree: string;
|
|
938
788
|
and: string;
|
|
939
789
|
updatePassword: string;
|
|
@@ -943,29 +793,9 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
943
793
|
pleaseCheck: string;
|
|
944
794
|
bindMobileWithAccount: string;
|
|
945
795
|
resetYourPassword: string;
|
|
946
|
-
hwAuthorizationService: string;
|
|
947
|
-
pleaseAccreditHWBeforeUse: string;
|
|
948
|
-
phoneNumberVerification: string;
|
|
949
|
-
authorizationAndBinding: string;
|
|
950
|
-
cancelAuthorization: string;
|
|
951
|
-
IHaveRead: string;
|
|
952
|
-
descOfHWCloud: string;
|
|
953
|
-
agreeShareToHWCloud: string;
|
|
954
|
-
associatedAndShared: string;
|
|
955
|
-
createContinue: string;
|
|
956
|
-
create: string;
|
|
957
|
-
pleaseReadAgreementAndPrivacy: string;
|
|
958
|
-
confirmThirdBinding: string;
|
|
959
|
-
checkCode: string;
|
|
960
|
-
pleaseReauthorize: string;
|
|
961
|
-
readAndAgreeAgreementAndPrivacy: string;
|
|
962
796
|
verificationCode: string;
|
|
963
|
-
verifyMobilePhoneNumber: string;
|
|
964
|
-
setUserName: string;
|
|
965
797
|
nameAlreadyExists: string;
|
|
966
|
-
cannotBeEmpty: string;
|
|
967
798
|
passwordIsInconsistent: string;
|
|
968
|
-
necessaryInfo: string;
|
|
969
799
|
fillvalidPhoneNumEmail: string;
|
|
970
800
|
passwordLength: string;
|
|
971
801
|
validEmail: string;
|
|
@@ -982,16 +812,11 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
982
812
|
privacyPolicy: string;
|
|
983
813
|
huaweiCloudAgreement: string;
|
|
984
814
|
agreementPrivacy: string;
|
|
985
|
-
gitCodeProtocol: string;
|
|
986
|
-
gitCodePrivacy: string;
|
|
987
|
-
chiCloDevSerAgr: string;
|
|
988
|
-
chiCloDevPriPolSta: string;
|
|
989
815
|
};
|
|
990
816
|
registerDesc: string;
|
|
991
817
|
rule: {
|
|
992
818
|
username: string;
|
|
993
819
|
pleaseFill: string;
|
|
994
|
-
enterUsername: string;
|
|
995
820
|
passwordLetter: string;
|
|
996
821
|
passwordLength: string;
|
|
997
822
|
};
|
|
@@ -1014,6 +839,23 @@ export declare const GitCodeLayoutLibLocales: {
|
|
|
1014
839
|
};
|
|
1015
840
|
search: {
|
|
1016
841
|
trendingToday: string;
|
|
842
|
+
recommendTag: string;
|
|
843
|
+
};
|
|
844
|
+
repoSetting: {
|
|
845
|
+
submit: {
|
|
846
|
+
verify: string;
|
|
847
|
+
};
|
|
848
|
+
};
|
|
849
|
+
pipeline: {
|
|
850
|
+
goBack: string;
|
|
851
|
+
};
|
|
852
|
+
components: {
|
|
853
|
+
repo: {
|
|
854
|
+
today: string;
|
|
855
|
+
};
|
|
856
|
+
};
|
|
857
|
+
oauth: {
|
|
858
|
+
revokedAuthorization: string;
|
|
1017
859
|
};
|
|
1018
860
|
};
|
|
1019
861
|
};
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G, o, q, p, S, n, v, s } from "./index-
|
|
1
|
+
import { G, o, q, p, S, n, v, s } from "./index-4b650523.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "vue-devui-lal/button";
|
|
4
4
|
import "vue-devui-lal/popover";
|
|
@@ -34,7 +34,6 @@ import "vue-devui-lal/message";
|
|
|
34
34
|
import "vue-devui-lal/message/style.css";
|
|
35
35
|
import "vue-devui-lal/badge";
|
|
36
36
|
import "vue-devui-lal/badge/style.css";
|
|
37
|
-
import "vue-devui-lal/tabs";
|
|
38
37
|
import "vue-devui-lal/tabs/style.css";
|
|
39
38
|
import "vue-devui-lal/form";
|
|
40
39
|
import "vue-devui-lal/form/style.css";
|
|
@@ -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-4b650523.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";
|
|
@@ -36,7 +36,6 @@ import "vue-devui-lal/message";
|
|
|
36
36
|
import "vue-devui-lal/message/style.css";
|
|
37
37
|
import "vue-devui-lal/badge";
|
|
38
38
|
import "vue-devui-lal/badge/style.css";
|
|
39
|
-
import "vue-devui-lal/tabs";
|
|
40
39
|
import "vue-devui-lal/tabs/style.css";
|
|
41
40
|
import "vue-devui-lal/form";
|
|
42
41
|
import "vue-devui-lal/form/style.css";
|
package/package.json
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-layout-gitcode",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "用于gitcode站点编程使用",
|
|
5
5
|
"main": "index.js",
|
|
6
|
-
"
|
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
-
},
|
|
6
|
+
"types": "./index.d.ts",
|
|
9
7
|
"repository": {
|
|
10
8
|
"type": "git",
|
|
11
9
|
"url": "站内导航侧边栏"
|
|
12
10
|
},
|
|
13
|
-
"author": "lal,
|
|
14
|
-
"license": "ISC"
|
|
15
|
-
|
|
16
|
-
}
|
|
11
|
+
"author": "lal,nevins",
|
|
12
|
+
"license": "ISC"
|
|
13
|
+
}
|