vue-layout-gitcode 1.0.0 → 1.0.2

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/index.d.ts CHANGED
@@ -11,6 +11,22 @@ import type { PublicProps } from './vue/dist/vue.esm-bundler.js';
11
11
  import { repoInfoType } from '../../types/types';
12
12
  import { UserInfo } from '../../types/types';
13
13
 
14
+ declare interface BaseLayoutConfig {
15
+ VITE_HOST: string;
16
+ VITE_ENV: string;
17
+ VITE_API_HOST: string;
18
+ VITE_AD_LINK: string;
19
+ VITE_NEWS_HOST: string;
20
+ VITE_AI_HOST: string;
21
+ VITE_INCUBATION_TOPIC: string;
22
+ VITE_GSTAR_TOPIC: string;
23
+ VITE_TRUSTED_TOPIC: string;
24
+ VITE_SEARCH_REPO_CHANNEL_ID: string;
25
+ VITE_SECRET_KEY: string;
26
+ VITE_SECRET_IV: string;
27
+ [key: string]: string;
28
+ }
29
+
14
30
  declare const _default: {
15
31
  install: (app: App) => void;
16
32
  };
@@ -147,8 +163,8 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
147
163
  required: false;
148
164
  };
149
165
  openHarmonyGuide: {
150
- type: PropType<Function | undefined>;
151
- required: false;
166
+ type: PropType<boolean>;
167
+ required: true;
152
168
  };
153
169
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("followDevCommunity" | "followUser")[], "followDevCommunity" | "followUser", PublicProps, Readonly<ExtractPropTypes<{
154
170
  sceneValue: {
@@ -216,8 +232,8 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
216
232
  required: false;
217
233
  };
218
234
  openHarmonyGuide: {
219
- type: PropType<Function | undefined>;
220
- required: false;
235
+ type: PropType<boolean>;
236
+ required: true;
221
237
  };
222
238
  }>> & Readonly<{
223
239
  onFollowDevCommunity?: ((...args: any[]) => any) | undefined;
@@ -235,693 +251,696 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
235
251
 
236
252
  export declare const GitCodeLayoutLibLocales: {
237
253
  zh: {
238
- home: {
239
- comprehensiveSorting: string;
240
- starTotalSort: string;
241
- starNum: string;
242
- fork: string;
243
- updateTime: string;
244
- recommend: string;
245
- all: string;
246
- Gproject: string;
247
- milions: string;
248
- showMore: string;
249
- recommendation: string;
250
- loading: string;
251
- loadAll: string;
252
- applyJoin: string; /**
253
- * 导出组件和相关枚举常量
254
- * 导出语言包,micro-app 注入可用
255
- */
256
- organizations: string;
257
- noMore: string;
258
- alreadyFollowed: string;
259
- focusList: string;
260
- focusOn: string;
261
- unsubscribe: string;
262
- noDescroption: string;
263
- noIntroduction: string;
264
- searchHistory: string;
265
- homePage: string;
266
- star: string;
267
- aiCommunity: string;
268
- informationCenter: string;
269
- expandMore: string;
270
- helpDoc: string;
271
- feedbackCenter: string;
272
- companyInformation: string;
273
- recordInformation: string;
274
- technicalSupport: string;
275
- HWCloud: string;
276
- userFeedback01: string;
277
- userFeedbackProductRecommendations: string;
278
- userFeedbackBr: string;
279
- userFeedback02: string;
280
- contactUs: string;
281
- serviceHours: string;
282
- onWeekdays: string;
283
- settlementMsg: string;
284
- settlementMsgContact: string;
285
- followUs: string;
286
- rateExperience: string;
287
- veryGood: string;
288
- good: string;
289
- generally: string;
290
- bad: string;
291
- veryBad: string;
292
- thankFaceback: string;
293
- improveQuestion: string;
294
- facebackPlaceholder: string;
295
- org: {
296
- gstarTips: string;
297
- };
298
- searchPlaceholder: string;
299
- searchPlaceholder2: string;
300
- surveyTipsTitle: string;
301
- webDescription: string;
302
- slogon: string;
303
- digest: string;
304
- shotName: {
305
- AI: string;
306
- };
307
- hotSelection: string;
308
- projectRecom: string;
309
- competition: string;
310
- channel: {
311
- forkProject: string;
312
- submitDynamic: string;
313
- latestDynamics: string;
314
- dynamics: string;
315
- };
316
- changeBatch: string;
317
- };
318
- header: {
319
- create: string;
320
- createRepo: string;
321
- importRepo: string;
322
- migrationProject: string;
323
- createOrg: string;
324
- home: string;
325
- applicationMarket: string;
326
- recentlyActiveProject: string;
327
- joinOrganization: string;
328
- noData: string;
329
- orgOrPerson: string;
330
- login: string;
331
- register: string;
332
- activeRegister: string;
333
- file: string;
334
- language: string;
335
- underSearch: string;
336
- searchRecord: string;
337
- clear: string;
338
- repo: string;
339
- org: string;
340
- user: string;
341
- recentlyVisited: string;
342
- platformSearch: string;
343
- searchPlaceholder: string;
344
- workbench: string;
345
- myOrg: string;
346
- myRepo: string;
347
- myStar: string;
348
- personSetting: string;
349
- helpDocument: string;
350
- logout: string;
351
- goUpgrade: string;
352
- openSourceExplorer: string;
353
- openSourcePioneer: string;
354
- contributingStar: string;
355
- createSpace: string;
356
- myNotebook: string;
357
- mySpace: string;
358
- aihub: {
359
- documentCenter: string;
360
- };
361
- getPoints: string;
362
- };
363
- userSetting: {
364
- tips: {
365
- youCanCreOrManUp: string;
366
- };
367
- menu: {
368
- growthCenter: string;
369
- };
370
- account: {
371
- phone: string;
372
- passwordSetting: string;
373
- bindPhoneVerification: string;
374
- enterBoundPhone: string;
375
- enterVerificationCode: string;
376
- getVerificationCode: string;
377
- changePassword: string;
378
- oldPassword: string;
379
- newPassword: string;
380
- confirmPassword: string;
381
- unbindSMSVerification: string;
382
- deactivateAccount: string;
383
- untie: string;
384
- yourTypeAccountIs: string;
385
- switch: string;
386
- mfaManage: string;
387
- mfa: string;
388
- mfaEnable: string;
389
- mfatip1: string;
390
- mfaManageBtn: string;
391
- mfatip2: string;
392
- mfatip3: string;
393
- mfatip4: string;
394
- mfaAccount: string;
395
- mfaAccountPlaceholder: string;
396
- mfatip5: string;
397
- mfatip6: string;
398
- mfatip7: string;
399
- mfatip8: string;
400
- mfaCodeInput: string;
401
- mfatip9: string;
402
- mfatip10: string;
403
- mfaSave: string;
404
- mfatip11: string;
405
- mfatip12: string;
406
- mfatip13: string;
407
- mfaRecover1: string;
408
- mfatip14: string;
409
- mfaBan: string;
410
- mfaRecover2: string;
411
- mfaView: string;
412
- mfatip15: string;
413
- mfaValid: string;
414
- mfatip17: string;
415
- mfatip18: string;
416
- mfatip16: string;
417
- };
418
- };
419
- repo: {
420
- pr: {
421
- commit: string;
422
- discussion: string;
423
- };
424
- code: {
425
- syncText: string;
426
- };
427
- };
428
- common: {
429
- footerSetting: {
430
- lang: string;
431
- theme: string;
432
- preSetting: string;
433
- };
434
- search: string;
435
- organize: string;
436
- all: string;
437
- project: string;
438
- publicSecurity: string;
439
- aboutUs: string;
440
- recruitment: string;
441
- prices: string;
442
- save: string;
443
- wechat: string;
444
- email: string;
445
- phone: string;
446
- hasBeenSent: string;
447
- time: {
448
- oneYearAgo: string;
449
- yearsAgo: string;
450
- oneMonthAgo: string;
451
- monthsAgo: string;
452
- justNow: string;
453
- oneDayAgo: string;
454
- daysAgo: string;
455
- hoursAgo: string;
456
- minutesAgo: string;
457
- oneHourAgo: string;
458
- oneMinuteAgo: string;
254
+ gitCodeLayout: {
255
+ home: {
256
+ comprehensiveSorting: string;
257
+ starTotalSort: string;
258
+ starNum: string;
259
+ fork: string;
260
+ updateTime: string;
261
+ recommend: string;
262
+ all: string;
263
+ Gproject: string;
264
+ milions: string;
265
+ showMore: string;
266
+ recommendation: string;
267
+ loading: string;
268
+ loadAll: string;
269
+ applyJoin: string;
270
+ organizations: string;
271
+ noMore: string;
272
+ alreadyFollowed: string;
273
+ focusList: string;
274
+ focusOn: string;
275
+ unsubscribe: string;
276
+ noDescroption: string;
277
+ noIntroduction: string;
278
+ searchHistory: string;
279
+ homePage: string;
280
+ star: string;
281
+ aiCommunity: string;
282
+ informationCenter: string;
283
+ expandMore: string;
284
+ helpDoc: string;
285
+ feedbackCenter: string;
286
+ companyInformation: string;
287
+ recordInformation: string;
288
+ technicalSupport: string;
289
+ HWCloud: string;
290
+ userFeedback01: string;
291
+ userFeedbackProductRecommendations: string;
292
+ userFeedbackBr: string;
293
+ userFeedback02: string;
294
+ contactUs: string;
295
+ serviceHours: string;
296
+ onWeekdays: string;
297
+ settlementMsg: string;
298
+ settlementMsgContact: string;
299
+ followUs: string;
300
+ rateExperience: string;
301
+ veryGood: string;
302
+ good: string;
303
+ generally: string;
304
+ bad: string;
305
+ veryBad: string;
306
+ thankFaceback: string;
307
+ improveQuestion: string;
308
+ facebackPlaceholder: string;
309
+ org: {
310
+ gstarTips: string;
311
+ };
312
+ searchPlaceholder: string;
313
+ searchPlaceholder2: string;
314
+ surveyTipsTitle: string;
315
+ webDescription: string;
316
+ slogon: string;
317
+ digest: string;
318
+ shotName: {
319
+ AI: string;
320
+ };
321
+ hotSelection: string;
322
+ projectRecom: string;
323
+ competition: string;
324
+ channel: {
325
+ forkProject: string;
326
+ submitDynamic: string;
327
+ latestDynamics: string;
328
+ dynamics: string;
329
+ };
330
+ changeBatch: string;
459
331
  };
460
- topic: {
461
- attention: string;
462
- };
463
- };
464
- org: {
465
- project: string;
466
- expand_more: string;
467
- board: string;
468
- following: string;
469
- };
470
- dashboard: {
471
- repo: {
472
- createRepo: string;
473
- };
474
- };
475
- orgSetting: {
476
- creOrg: string;
477
- };
478
- trusted: {
479
- shortName: string;
480
- menu: string;
481
- title: string;
482
- };
483
- aihub: {
484
332
  header: {
485
- aihub: string;
486
- };
487
- model: string;
488
- dataSet: string;
489
- };
490
- GStar: {
491
- project: {
492
- graduation: string;
493
- incubation: string;
494
- };
495
- };
496
- LoginModal: {
497
- title: {
333
+ create: string;
334
+ createRepo: string;
335
+ importRepo: string;
336
+ migrationProject: string;
337
+ createOrg: string;
338
+ home: string;
339
+ applicationMarket: string;
340
+ recentlyActiveProject: string;
341
+ joinOrganization: string;
342
+ noData: string;
343
+ orgOrPerson: string;
498
344
  login: string;
499
345
  register: string;
346
+ activeRegister: string;
347
+ file: string;
348
+ language: string;
349
+ underSearch: string;
350
+ searchRecord: string;
351
+ clear: string;
352
+ repo: string;
353
+ org: string;
354
+ user: string;
355
+ recentlyVisited: string;
356
+ platformSearch: string;
357
+ searchPlaceholder: string;
358
+ workbench: string;
359
+ myOrg: string;
360
+ myRepo: string;
361
+ myStar: string;
362
+ personSetting: string;
363
+ helpDocument: string;
364
+ logout: string;
365
+ goUpgrade: string;
366
+ openSourceExplorer: string;
367
+ openSourcePioneer: string;
368
+ contributingStar: string;
369
+ createSpace: string;
370
+ myNotebook: string;
371
+ mySpace: string;
372
+ aihub: {
373
+ documentCenter: string;
374
+ };
375
+ getPoints: string;
500
376
  };
501
- subtitle: {
502
- sms: string;
503
- password: string;
504
- name: string;
505
- phone: string;
506
- cipher: string;
507
- otherLogin: string;
508
- useAgrAndPriPolTip: string;
377
+ userSetting: {
378
+ tips: {
379
+ youCanCreOrManUp: string;
380
+ getPoints: string;
381
+ };
382
+ menu: {
383
+ growthCenter: string;
384
+ };
385
+ account: {
386
+ phone: string;
387
+ passwordSetting: string;
388
+ bindPhoneVerification: string;
389
+ enterBoundPhone: string;
390
+ enterVerificationCode: string;
391
+ getVerificationCode: string;
392
+ changePassword: string;
393
+ oldPassword: string;
394
+ newPassword: string;
395
+ confirmPassword: string;
396
+ unbindSMSVerification: string;
397
+ deactivateAccount: string;
398
+ untie: string;
399
+ yourTypeAccountIs: string;
400
+ switch: string;
401
+ mfaManage: string;
402
+ mfa: string;
403
+ mfaEnable: string;
404
+ mfatip1: string;
405
+ mfaManageBtn: string;
406
+ mfatip2: string;
407
+ mfatip3: string;
408
+ mfatip4: string;
409
+ mfaAccount: string;
410
+ mfaAccountPlaceholder: string;
411
+ mfatip5: string;
412
+ mfatip6: string;
413
+ mfatip7: string;
414
+ mfatip8: string;
415
+ mfaCodeInput: string;
416
+ mfatip9: string;
417
+ mfatip10: string;
418
+ mfaSave: string;
419
+ mfatip11: string;
420
+ mfatip12: string;
421
+ mfatip13: string;
422
+ mfaRecover1: string;
423
+ mfatip14: string;
424
+ mfaBan: string;
425
+ mfaRecover2: string;
426
+ mfaView: string;
427
+ mfatip15: string;
428
+ mfaValid: string;
429
+ mfatip17: string;
430
+ mfatip18: string;
431
+ mfatip16: string;
432
+ };
509
433
  };
510
- action: {
511
- getcode: string;
512
- oh: string;
513
- login: string;
514
- registerAgain: string;
434
+ repo: {
435
+ pr: {
436
+ commit: string;
437
+ discussion: string;
438
+ };
439
+ code: {
440
+ syncText: string;
441
+ };
442
+ };
443
+ common: {
444
+ footerSetting: {
445
+ lang: string;
446
+ theme: string;
447
+ preSetting: string;
448
+ };
449
+ search: string;
450
+ organize: string;
451
+ all: string;
452
+ project: string;
453
+ publicSecurity: string;
454
+ aboutUs: string;
455
+ recruitment: string;
456
+ prices: string;
457
+ save: string;
458
+ wechat: string;
459
+ email: string;
515
460
  phone: string;
516
- readAgree: string;
517
- verify: string;
518
- confirmPassword: string;
519
- wechatScanCodeLogin: string;
520
- AccountLogin: string;
521
- resetPassword: string;
461
+ hasBeenSent: string;
462
+ time: {
463
+ oneYearAgo: string;
464
+ yearsAgo: string;
465
+ oneMonthAgo: string;
466
+ monthsAgo: string;
467
+ justNow: string;
468
+ oneDayAgo: string;
469
+ daysAgo: string;
470
+ hoursAgo: string;
471
+ minutesAgo: string;
472
+ oneHourAgo: string;
473
+ oneMinuteAgo: string;
474
+ };
475
+ topic: {
476
+ attention: string;
477
+ };
522
478
  };
523
- tips: {
524
- forgotPassword: string;
525
- registerAgain: string;
526
- agree: string;
527
- and: string;
528
- updatePassword: string;
529
- pleaseReadHuaweiAgreement: string;
530
- gotoTipsAtNophone: string;
531
- codeSentToYou: string;
532
- pleaseCheck: string;
533
- bindMobileWithAccount: string;
534
- resetYourPassword: string;
535
- hwAuthorizationService: string;
536
- pleaseAccreditHWBeforeUse: string;
537
- phoneNumberVerification: string;
538
- authorizationAndBinding: string;
539
- cancelAuthorization: string;
540
- IHaveRead: string;
541
- descOfHWCloud: string;
542
- agreeShareToHWCloud: string;
543
- associatedAndShared: string;
544
- createContinue: string;
545
- create: string;
546
- pleaseReadAgreementAndPrivacy: string;
547
- confirmThirdBinding: string;
548
- checkCode: string;
549
- pleaseReauthorize: string;
550
- readAndAgreeAgreementAndPrivacy: string;
551
- verificationCode: string;
552
- verifyMobilePhoneNumber: string;
553
- setUserName: string;
554
- nameAlreadyExists: string;
555
- cannotBeEmpty: string;
556
- passwordIsInconsistent: string;
557
- necessaryInfo: string;
558
- fillvalidPhoneNumEmail: string;
559
- passwordLength: string;
560
- validEmail: string;
561
- SMSVerificationCode: string;
562
- fillNecessaryInfo: string;
563
- youNeeToAgr: string;
564
- toUseGit: string;
565
- ifYouDoNotAgrWe: string;
566
- disAndQui: string;
567
- agrAndSigIn: string;
479
+ org: {
480
+ project: string;
481
+ expand_more: string;
482
+ board: string;
483
+ following: string;
568
484
  };
569
- link: {
570
- agreement: string;
571
- privacyPolicy: string;
572
- huaweiCloudAgreement: string;
573
- agreementPrivacy: string;
574
- gitCodeProtocol: string;
575
- gitCodePrivacy: string;
576
- chiCloDevSerAgr: string;
577
- chiCloDevPriPolSta: string;
485
+ dashboard: {
486
+ repo: {
487
+ createRepo: string;
488
+ };
578
489
  };
579
- registerDesc: string;
580
- rule: {
581
- username: string;
582
- pleaseFill: string;
583
- enterUsername: string;
584
- passwordLetter: string;
585
- passwordLength: string;
490
+ orgSetting: {
491
+ creOrg: string;
586
492
  };
587
- miniProgram: {
493
+ trusted: {
494
+ shortName: string;
495
+ menu: string;
588
496
  title: string;
589
- tip01: string;
590
- tip02: string;
591
- tip03: string;
592
- tip04: string;
593
- tip05: string;
594
- tip06: string;
595
497
  };
596
- mfatip5: string;
597
- mfatip1: string;
598
- mfatip2: string;
599
- mfatip7: string;
600
- mfatip6: string;
601
- mfatip3: string;
602
- mfatip4: string;
603
- };
604
- };
605
- en: {
606
- home: {
607
- veryGood: string;
608
- good: string;
609
- generally: string;
610
- bad: string;
611
- veryBad: string;
612
- userFeedback01: string;
613
- userFeedback02: string;
614
- settlementMsg: string;
615
- settlementMsgContact: string;
616
- followUs: string;
617
- userFeedbackProductRecommendations: string;
618
- improveQuestion: string;
619
- facebackPlaceholder: string;
620
- thankFaceback: string;
621
- surveyTipsTitle: string;
622
- rateExperience: string;
623
- feedbackCenter: string;
624
- technicalSupport: string;
625
- HWCloud: string;
626
- onWeekdays: string;
627
- focusOn: string;
628
- star: string;
629
- shotName: {
630
- AI: string;
631
- };
632
- aiCommunity: string;
633
- informationCenter: string;
634
- competition: string;
635
- slogon: string;
636
- digest: string;
637
- companyInformation: string;
638
- recordInformation: string;
639
- };
640
- header: {
641
- create: string;
642
- createRepo: string;
643
- importRepo: string;
644
- migrationProject: string;
645
- createOrg: string;
646
- home: string;
647
- applicationMarket: string;
648
- recentlyActiveProject: string;
649
- joinOrganization: string;
650
- noData: string;
651
- orgOrPerson: string;
652
- login: string;
653
- register: string;
654
- activeRegister: string;
655
- file: string;
656
- language: string;
657
- underSearch: string;
658
- searchRecord: string;
659
- clear: string;
660
- repo: string;
661
- org: string;
662
- user: string;
663
- recentlyVisited: string;
664
- platformSearch: string;
665
- searchPlaceholder: string;
666
- workbench: string;
667
- myOrg: string;
668
- myRepo: string;
669
- myStar: string;
670
- personSetting: string;
671
- helpDocument: string;
672
- logout: string;
673
- goUpgrade: string;
674
- openSourceExplorer: string;
675
- openSourcePioneer: string;
676
- contributingStar: string;
677
- createSpace: string;
678
- myNotebook: string;
679
- mySpace: string;
680
498
  aihub: {
681
- documentCenter: string;
682
- };
683
- getPoints: string;
684
- };
685
- userSetting: {
686
- tips: {
687
- youCanCreOrManUp: string;
499
+ header: {
500
+ aihub: string;
501
+ };
502
+ model: string;
503
+ dataSet: string;
688
504
  };
689
- menu: {
690
- growthCenter: string;
505
+ GStar: {
506
+ project: {
507
+ graduation: string;
508
+ incubation: string;
509
+ };
691
510
  };
692
- account: {
693
- phone: string;
694
- passwordSetting: string;
695
- bindPhoneVerification: string;
696
- enterBoundPhone: string;
697
- enterVerificationCode: string;
698
- getVerificationCode: string;
699
- changePassword: string;
700
- oldPassword: string;
701
- newPassword: string;
702
- confirmPassword: string;
703
- unbindSMSVerification: string;
704
- deactivateAccount: string;
705
- untie: string;
706
- yourTypeAccountIs: string;
707
- switch: string;
708
- mfaManage: string;
709
- mfa: string;
710
- mfaEnable: string;
511
+ LoginModal: {
512
+ title: {
513
+ login: string;
514
+ register: string;
515
+ };
516
+ subtitle: {
517
+ sms: string;
518
+ password: string;
519
+ name: string;
520
+ phone: string;
521
+ cipher: string;
522
+ otherLogin: string;
523
+ useAgrAndPriPolTip: string;
524
+ };
525
+ action: {
526
+ getcode: string;
527
+ oh: string;
528
+ login: string;
529
+ registerAgain: string;
530
+ phone: string;
531
+ readAgree: string;
532
+ verify: string;
533
+ confirmPassword: string;
534
+ wechatScanCodeLogin: string;
535
+ AccountLogin: string;
536
+ resetPassword: string;
537
+ };
538
+ tips: {
539
+ forgotPassword: string;
540
+ registerAgain: string;
541
+ agree: string;
542
+ and: string;
543
+ updatePassword: string;
544
+ pleaseReadHuaweiAgreement: string;
545
+ gotoTipsAtNophone: string;
546
+ codeSentToYou: string;
547
+ pleaseCheck: string;
548
+ bindMobileWithAccount: string;
549
+ resetYourPassword: string;
550
+ hwAuthorizationService: string;
551
+ pleaseAccreditHWBeforeUse: string;
552
+ phoneNumberVerification: string;
553
+ authorizationAndBinding: string;
554
+ cancelAuthorization: string;
555
+ IHaveRead: string;
556
+ descOfHWCloud: string;
557
+ agreeShareToHWCloud: string;
558
+ associatedAndShared: string;
559
+ createContinue: string;
560
+ create: string;
561
+ pleaseReadAgreementAndPrivacy: string;
562
+ confirmThirdBinding: string;
563
+ checkCode: string;
564
+ pleaseReauthorize: string;
565
+ readAndAgreeAgreementAndPrivacy: string;
566
+ verificationCode: string;
567
+ verifyMobilePhoneNumber: string;
568
+ setUserName: string;
569
+ nameAlreadyExists: string;
570
+ cannotBeEmpty: string;
571
+ passwordIsInconsistent: string;
572
+ necessaryInfo: string;
573
+ fillvalidPhoneNumEmail: string;
574
+ passwordLength: string;
575
+ validEmail: string;
576
+ SMSVerificationCode: string;
577
+ fillNecessaryInfo: string;
578
+ youNeeToAgr: string;
579
+ toUseGit: string;
580
+ ifYouDoNotAgrWe: string;
581
+ disAndQui: string;
582
+ agrAndSigIn: string;
583
+ };
584
+ link: {
585
+ agreement: string;
586
+ privacyPolicy: string;
587
+ huaweiCloudAgreement: string;
588
+ agreementPrivacy: string;
589
+ gitCodeProtocol: string;
590
+ gitCodePrivacy: string;
591
+ chiCloDevSerAgr: string;
592
+ chiCloDevPriPolSta: string;
593
+ };
594
+ registerDesc: string;
595
+ rule: {
596
+ username: string;
597
+ pleaseFill: string;
598
+ enterUsername: string;
599
+ passwordLetter: string;
600
+ passwordLength: string;
601
+ };
602
+ miniProgram: {
603
+ title: string;
604
+ tip01: string;
605
+ tip02: string;
606
+ tip03: string;
607
+ tip04: string;
608
+ tip05: string;
609
+ tip06: string;
610
+ };
611
+ mfatip5: string;
711
612
  mfatip1: string;
712
- mfaManageBtn: string;
713
613
  mfatip2: string;
614
+ mfatip7: string;
615
+ mfatip6: string;
714
616
  mfatip3: string;
715
617
  mfatip4: string;
716
- mfaAccount: string;
717
- mfaAccountPlaceholder: string;
718
- mfatip5: string;
719
- mfatip6: string;
720
- mfatip7: string;
721
- mfatip8: string;
722
- mfaCodeInput: string;
723
- mfatip9: string;
724
- mfatip10: string;
725
- mfaSave: string;
726
- mfatip11: string;
727
- mfatip12: string;
728
- mfatip13: string;
729
- mfaRecover1: string;
730
- mfatip14: string;
731
- mfaBan: string;
732
- mfaRecover2: string;
733
- mfaView: string;
734
- mfatip15: string;
735
- mfaValid: string;
736
- mfatip17: string;
737
- mfatip18: string;
738
- mfatip16: string;
739
- };
740
- };
741
- repo: {
742
- pr: {
743
- commit: string;
744
- discussion: string;
745
- };
746
- code: {
747
- syncText: string;
748
618
  };
749
619
  };
750
- common: {
751
- footerSetting: {
752
- lang: string;
753
- theme: string;
754
- preSetting: string;
755
- };
756
- search: string;
757
- organize: string;
758
- all: string;
759
- project: string;
760
- publicSecurity: string;
761
- aboutUs: string;
762
- recruitment: string;
763
- prices: string;
764
- save: string;
765
- wechat: string;
766
- email: string;
767
- phone: string;
768
- hasBeenSent: string;
769
- time: {
770
- oneYearAgo: string;
771
- yearsAgo: string;
772
- oneMonthAgo: string;
773
- monthsAgo: string;
774
- justNow: string;
775
- oneDayAgo: string;
776
- daysAgo: string;
777
- hoursAgo: string;
778
- minutesAgo: string;
779
- oneHourAgo: string;
780
- oneMinuteAgo: string;
781
- };
782
- topic: {
783
- attention: string;
784
- };
785
- };
786
- org: {
787
- project: string;
788
- expand_more: string;
789
- board: string;
790
- following: string;
791
- };
792
- dashboard: {
793
- repo: {
794
- createRepo: string;
620
+ };
621
+ en: {
622
+ gitCodeLayout: {
623
+ home: {
624
+ veryGood: string;
625
+ good: string;
626
+ generally: string;
627
+ bad: string;
628
+ veryBad: string;
629
+ userFeedback01: string;
630
+ userFeedback02: string;
631
+ settlementMsg: string;
632
+ settlementMsgContact: string;
633
+ followUs: string;
634
+ userFeedbackProductRecommendations: string;
635
+ improveQuestion: string;
636
+ facebackPlaceholder: string;
637
+ thankFaceback: string;
638
+ surveyTipsTitle: string;
639
+ rateExperience: string;
640
+ feedbackCenter: string;
641
+ technicalSupport: string;
642
+ HWCloud: string;
643
+ onWeekdays: string;
644
+ focusOn: string;
645
+ star: string;
646
+ shotName: {
647
+ AI: string;
648
+ };
649
+ aiCommunity: string;
650
+ informationCenter: string;
651
+ competition: string;
652
+ slogon: string;
653
+ digest: string;
654
+ companyInformation: string;
655
+ recordInformation: string;
795
656
  };
796
- };
797
- orgSetting: {
798
- creOrg: string;
799
- };
800
- trusted: {
801
- shortName: string;
802
- menu: string;
803
- title: string;
804
- };
805
- aihub: {
806
657
  header: {
807
- aihub: string;
808
- };
809
- model: string;
810
- dataSet: string;
811
- };
812
- GStar: {
813
- project: {
814
- graduation: string;
815
- incubation: string;
816
- };
817
- };
818
- LoginModal: {
819
- title: {
658
+ create: string;
659
+ createRepo: string;
660
+ importRepo: string;
661
+ migrationProject: string;
662
+ createOrg: string;
663
+ home: string;
664
+ applicationMarket: string;
665
+ recentlyActiveProject: string;
666
+ joinOrganization: string;
667
+ noData: string;
668
+ orgOrPerson: string;
820
669
  login: string;
821
670
  register: string;
671
+ activeRegister: string;
672
+ file: string;
673
+ language: string;
674
+ underSearch: string;
675
+ searchRecord: string;
676
+ clear: string;
677
+ repo: string;
678
+ org: string;
679
+ user: string;
680
+ recentlyVisited: string;
681
+ platformSearch: string;
682
+ searchPlaceholder: string;
683
+ workbench: string;
684
+ myOrg: string;
685
+ myRepo: string;
686
+ myStar: string;
687
+ personSetting: string;
688
+ helpDocument: string;
689
+ logout: string;
690
+ goUpgrade: string;
691
+ openSourceExplorer: string;
692
+ openSourcePioneer: string;
693
+ contributingStar: string;
694
+ createSpace: string;
695
+ myNotebook: string;
696
+ mySpace: string;
697
+ aihub: {
698
+ documentCenter: string;
699
+ };
700
+ getPoints: string;
822
701
  };
823
- subtitle: {
824
- sms: string;
825
- password: string;
826
- name: string;
827
- phone: string;
828
- cipher: string;
829
- otherLogin: string;
830
- useAgrAndPriPolTip: string;
702
+ userSetting: {
703
+ tips: {
704
+ youCanCreOrManUp: string;
705
+ getPoints: string;
706
+ };
707
+ menu: {
708
+ growthCenter: string;
709
+ };
710
+ account: {
711
+ phone: string;
712
+ passwordSetting: string;
713
+ bindPhoneVerification: string;
714
+ enterBoundPhone: string;
715
+ enterVerificationCode: string;
716
+ getVerificationCode: string;
717
+ changePassword: string;
718
+ oldPassword: string;
719
+ newPassword: string;
720
+ confirmPassword: string;
721
+ unbindSMSVerification: string;
722
+ deactivateAccount: string;
723
+ untie: string;
724
+ yourTypeAccountIs: string;
725
+ switch: string;
726
+ mfaManage: string;
727
+ mfa: string;
728
+ mfaEnable: string;
729
+ mfatip1: string;
730
+ mfaManageBtn: string;
731
+ mfatip2: string;
732
+ mfatip3: string;
733
+ mfatip4: string;
734
+ mfaAccount: string;
735
+ mfaAccountPlaceholder: string;
736
+ mfatip5: string;
737
+ mfatip6: string;
738
+ mfatip7: string;
739
+ mfatip8: string;
740
+ mfaCodeInput: string;
741
+ mfatip9: string;
742
+ mfatip10: string;
743
+ mfaSave: string;
744
+ mfatip11: string;
745
+ mfatip12: string;
746
+ mfatip13: string;
747
+ mfaRecover1: string;
748
+ mfatip14: string;
749
+ mfaBan: string;
750
+ mfaRecover2: string;
751
+ mfaView: string;
752
+ mfatip15: string;
753
+ mfaValid: string;
754
+ mfatip17: string;
755
+ mfatip18: string;
756
+ mfatip16: string;
757
+ };
831
758
  };
832
- action: {
833
- getcode: string;
834
- oh: string;
835
- login: string;
836
- registerAgain: string;
759
+ repo: {
760
+ pr: {
761
+ commit: string;
762
+ discussion: string;
763
+ };
764
+ code: {
765
+ syncText: string;
766
+ };
767
+ };
768
+ common: {
769
+ footerSetting: {
770
+ lang: string;
771
+ theme: string;
772
+ preSetting: string;
773
+ };
774
+ search: string;
775
+ organize: string;
776
+ all: string;
777
+ project: string;
778
+ publicSecurity: string;
779
+ aboutUs: string;
780
+ recruitment: string;
781
+ prices: string;
782
+ save: string;
783
+ wechat: string;
784
+ email: string;
837
785
  phone: string;
838
- readAgree: string;
839
- verify: string;
840
- confirmPassword: string;
841
- wechatScanCodeLogin: string;
842
- AccountLogin: string;
843
- resetPassword: string;
786
+ hasBeenSent: string;
787
+ time: {
788
+ oneYearAgo: string;
789
+ yearsAgo: string;
790
+ oneMonthAgo: string;
791
+ monthsAgo: string;
792
+ justNow: string;
793
+ oneDayAgo: string;
794
+ daysAgo: string;
795
+ hoursAgo: string;
796
+ minutesAgo: string;
797
+ oneHourAgo: string;
798
+ oneMinuteAgo: string;
799
+ };
800
+ topic: {
801
+ attention: string;
802
+ };
844
803
  };
845
- tips: {
846
- forgotPassword: string;
847
- registerAgain: string;
848
- agree: string;
849
- and: string;
850
- updatePassword: string;
851
- pleaseReadHuaweiAgreement: string;
852
- gotoTipsAtNophone: string;
853
- codeSentToYou: string;
854
- pleaseCheck: string;
855
- bindMobileWithAccount: string;
856
- resetYourPassword: string;
857
- hwAuthorizationService: string;
858
- pleaseAccreditHWBeforeUse: string;
859
- phoneNumberVerification: string;
860
- authorizationAndBinding: string;
861
- cancelAuthorization: string;
862
- IHaveRead: string;
863
- descOfHWCloud: string;
864
- agreeShareToHWCloud: string;
865
- associatedAndShared: string;
866
- createContinue: string;
867
- create: string;
868
- pleaseReadAgreementAndPrivacy: string;
869
- confirmThirdBinding: string;
870
- checkCode: string;
871
- pleaseReauthorize: string;
872
- readAndAgreeAgreementAndPrivacy: string;
873
- verificationCode: string;
874
- verifyMobilePhoneNumber: string;
875
- setUserName: string;
876
- nameAlreadyExists: string;
877
- cannotBeEmpty: string;
878
- passwordIsInconsistent: string;
879
- necessaryInfo: string;
880
- fillvalidPhoneNumEmail: string;
881
- passwordLength: string;
882
- validEmail: string;
883
- SMSVerificationCode: string;
884
- fillNecessaryInfo: string;
885
- youNeeToAgr: string;
886
- toUseGit: string;
887
- ifYouDoNotAgrWe: string;
888
- disAndQui: string;
889
- agrAndSigIn: string;
804
+ org: {
805
+ project: string;
806
+ expand_more: string;
807
+ board: string;
808
+ following: string;
890
809
  };
891
- link: {
892
- agreement: string;
893
- privacyPolicy: string;
894
- huaweiCloudAgreement: string;
895
- agreementPrivacy: string;
896
- gitCodeProtocol: string;
897
- gitCodePrivacy: string;
898
- chiCloDevSerAgr: string;
899
- chiCloDevPriPolSta: string;
810
+ dashboard: {
811
+ repo: {
812
+ createRepo: string;
813
+ };
900
814
  };
901
- registerDesc: string;
902
- rule: {
903
- username: string;
904
- pleaseFill: string;
905
- enterUsername: string;
906
- passwordLetter: string;
907
- passwordLength: string;
815
+ orgSetting: {
816
+ creOrg: string;
908
817
  };
909
- miniProgram: {
818
+ trusted: {
819
+ shortName: string;
820
+ menu: string;
910
821
  title: string;
911
- tip01: string;
912
- tip02: string;
913
- tip03: string;
914
- tip04: string;
915
- tip05: string;
916
- tip06: string;
917
822
  };
918
- mfatip5: string;
919
- mfatip1: string;
920
- mfatip2: string;
921
- mfatip7: string;
922
- mfatip6: string;
923
- mfatip3: string;
924
- mfatip4: string;
823
+ aihub: {
824
+ header: {
825
+ aihub: string;
826
+ };
827
+ model: string;
828
+ dataSet: string;
829
+ };
830
+ GStar: {
831
+ project: {
832
+ graduation: string;
833
+ incubation: string;
834
+ };
835
+ };
836
+ LoginModal: {
837
+ title: {
838
+ login: string;
839
+ register: string;
840
+ };
841
+ subtitle: {
842
+ sms: string;
843
+ password: string;
844
+ name: string;
845
+ phone: string;
846
+ cipher: string;
847
+ otherLogin: string;
848
+ useAgrAndPriPolTip: string;
849
+ };
850
+ action: {
851
+ getcode: string;
852
+ oh: string;
853
+ login: string;
854
+ registerAgain: string;
855
+ phone: string;
856
+ readAgree: string;
857
+ verify: string;
858
+ confirmPassword: string;
859
+ wechatScanCodeLogin: string;
860
+ AccountLogin: string;
861
+ resetPassword: string;
862
+ };
863
+ tips: {
864
+ forgotPassword: string;
865
+ registerAgain: string;
866
+ agree: string;
867
+ and: string;
868
+ updatePassword: string;
869
+ pleaseReadHuaweiAgreement: string;
870
+ gotoTipsAtNophone: string;
871
+ codeSentToYou: string;
872
+ pleaseCheck: string;
873
+ bindMobileWithAccount: string;
874
+ resetYourPassword: string;
875
+ hwAuthorizationService: string;
876
+ pleaseAccreditHWBeforeUse: string;
877
+ phoneNumberVerification: string;
878
+ authorizationAndBinding: string;
879
+ cancelAuthorization: string;
880
+ IHaveRead: string;
881
+ descOfHWCloud: string;
882
+ agreeShareToHWCloud: string;
883
+ associatedAndShared: string;
884
+ createContinue: string;
885
+ create: string;
886
+ pleaseReadAgreementAndPrivacy: string;
887
+ confirmThirdBinding: string;
888
+ checkCode: string;
889
+ pleaseReauthorize: string;
890
+ readAndAgreeAgreementAndPrivacy: string;
891
+ verificationCode: string;
892
+ verifyMobilePhoneNumber: string;
893
+ setUserName: string;
894
+ nameAlreadyExists: string;
895
+ cannotBeEmpty: string;
896
+ passwordIsInconsistent: string;
897
+ necessaryInfo: string;
898
+ fillvalidPhoneNumEmail: string;
899
+ passwordLength: string;
900
+ validEmail: string;
901
+ SMSVerificationCode: string;
902
+ fillNecessaryInfo: string;
903
+ youNeeToAgr: string;
904
+ toUseGit: string;
905
+ ifYouDoNotAgrWe: string;
906
+ disAndQui: string;
907
+ agrAndSigIn: string;
908
+ };
909
+ link: {
910
+ agreement: string;
911
+ privacyPolicy: string;
912
+ huaweiCloudAgreement: string;
913
+ agreementPrivacy: string;
914
+ gitCodeProtocol: string;
915
+ gitCodePrivacy: string;
916
+ chiCloDevSerAgr: string;
917
+ chiCloDevPriPolSta: string;
918
+ };
919
+ registerDesc: string;
920
+ rule: {
921
+ username: string;
922
+ pleaseFill: string;
923
+ enterUsername: string;
924
+ passwordLetter: string;
925
+ passwordLength: string;
926
+ };
927
+ miniProgram: {
928
+ title: string;
929
+ tip01: string;
930
+ tip02: string;
931
+ tip03: string;
932
+ tip04: string;
933
+ tip05: string;
934
+ tip06: string;
935
+ };
936
+ mfatip5: string;
937
+ mfatip1: string;
938
+ mfatip2: string;
939
+ mfatip7: string;
940
+ mfatip6: string;
941
+ mfatip3: string;
942
+ mfatip4: string;
943
+ };
925
944
  };
926
945
  };
927
946
  };
@@ -952,6 +971,8 @@ export declare enum SceneValue {
952
971
  user = "user"
953
972
  }
954
973
 
974
+ export declare function setLayoutConfig(customConfig: BaseLayoutConfig): void;
975
+
955
976
  export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
956
977
  sceneValue: {
957
978
  type: PropType<SceneValue>;