vue-layout-gitcode 1.0.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.
package/index.d.ts ADDED
@@ -0,0 +1,1010 @@
1
+ import { AccountInfo } from '../../types/types';
2
+ import { App } from './vue/dist/vue.esm-bundler.js';
3
+ import type { ComponentOptionsMixin } from './vue/dist/vue.esm-bundler.js';
4
+ import type { ComponentProvideOptions } from './vue/dist/vue.esm-bundler.js';
5
+ import type { DefineComponent } from './vue/dist/vue.esm-bundler.js';
6
+ import type { ExtractPropTypes } from './vue/dist/vue.esm-bundler.js';
7
+ import { HeaderPropsForCustom } from '../../types/types';
8
+ import { OrgInfo } from '../../types/types';
9
+ import type { PropType } from './vue/dist/vue.esm-bundler.js';
10
+ import type { PublicProps } from './vue/dist/vue.esm-bundler.js';
11
+ import { repoInfoType } from '../../types/types';
12
+ import { UserInfo } from '../../types/types';
13
+
14
+ declare const _default: {
15
+ install: (app: App) => void;
16
+ };
17
+ export default _default;
18
+
19
+ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
20
+ sceneValue: {
21
+ type: PropType<SceneValue>;
22
+ required: true;
23
+ default: SceneValue;
24
+ };
25
+ userInfo: {
26
+ type: PropType<AccountInfo>;
27
+ required: true;
28
+ default: () => {};
29
+ };
30
+ isLogin: {
31
+ type: PropType<boolean>;
32
+ required: true;
33
+ };
34
+ request: {
35
+ type: PropType<Function>;
36
+ required: true;
37
+ default: () => Promise<{
38
+ data: null;
39
+ }>;
40
+ };
41
+ globalStore: {
42
+ type: PropType<Object>;
43
+ required: true;
44
+ default: () => {
45
+ httpStatus: number;
46
+ };
47
+ };
48
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
49
+ sceneValue: {
50
+ type: PropType<SceneValue>;
51
+ required: true;
52
+ default: SceneValue;
53
+ };
54
+ userInfo: {
55
+ type: PropType<AccountInfo>;
56
+ required: true;
57
+ default: () => {};
58
+ };
59
+ isLogin: {
60
+ type: PropType<boolean>;
61
+ required: true;
62
+ };
63
+ request: {
64
+ type: PropType<Function>;
65
+ required: true;
66
+ default: () => Promise<{
67
+ data: null;
68
+ }>;
69
+ };
70
+ globalStore: {
71
+ type: PropType<Object>;
72
+ required: true;
73
+ default: () => {
74
+ httpStatus: number;
75
+ };
76
+ };
77
+ }>> & Readonly<{}>, {
78
+ sceneValue: SceneValue;
79
+ request: Function;
80
+ globalStore: Object;
81
+ userInfo: AccountInfo;
82
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
83
+
84
+ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
85
+ sceneValue: {
86
+ type: PropType<SceneValue>;
87
+ required: true;
88
+ default: SceneValue;
89
+ };
90
+ isLogin: {
91
+ type: PropType<boolean>;
92
+ required: true;
93
+ default: boolean;
94
+ };
95
+ request: {
96
+ type: PropType<Function>;
97
+ required: true;
98
+ default: () => Promise<{
99
+ data: null;
100
+ }>;
101
+ };
102
+ loginOutFinish: {
103
+ type: PropType<Function | undefined>;
104
+ required: false;
105
+ };
106
+ loginSuccess: {
107
+ type: PropType<Function>;
108
+ required: true;
109
+ };
110
+ globalStore: {
111
+ type: PropType<Object>;
112
+ required: true;
113
+ default: () => {
114
+ httpStatus: number;
115
+ };
116
+ };
117
+ isChatBot: {
118
+ type: PropType<boolean | undefined>;
119
+ required: false;
120
+ };
121
+ repoInfo: {
122
+ type: PropType<repoInfoType | undefined>;
123
+ required: false;
124
+ default: () => {};
125
+ };
126
+ orgInfo: {
127
+ type: PropType<OrgInfo | undefined>;
128
+ required: false;
129
+ default: () => {};
130
+ };
131
+ otherUserInfo: {
132
+ type: PropType<UserInfo | undefined>;
133
+ required: false;
134
+ default: () => {};
135
+ };
136
+ userInfo: {
137
+ type: PropType<UserInfo | undefined>;
138
+ required: false;
139
+ default: () => {};
140
+ };
141
+ headerFunctions: {
142
+ type: PropType<HeaderDisplayItem[] | undefined>;
143
+ required: false;
144
+ };
145
+ headerCustomProps: {
146
+ type: PropType<HeaderPropsForCustom | undefined>;
147
+ required: false;
148
+ };
149
+ openHarmonyGuide: {
150
+ type: PropType<Function | undefined>;
151
+ required: false;
152
+ };
153
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("followDevCommunity" | "followUser")[], "followDevCommunity" | "followUser", PublicProps, Readonly<ExtractPropTypes<{
154
+ sceneValue: {
155
+ type: PropType<SceneValue>;
156
+ required: true;
157
+ default: SceneValue;
158
+ };
159
+ isLogin: {
160
+ type: PropType<boolean>;
161
+ required: true;
162
+ default: boolean;
163
+ };
164
+ request: {
165
+ type: PropType<Function>;
166
+ required: true;
167
+ default: () => Promise<{
168
+ data: null;
169
+ }>;
170
+ };
171
+ loginOutFinish: {
172
+ type: PropType<Function | undefined>;
173
+ required: false;
174
+ };
175
+ loginSuccess: {
176
+ type: PropType<Function>;
177
+ required: true;
178
+ };
179
+ globalStore: {
180
+ type: PropType<Object>;
181
+ required: true;
182
+ default: () => {
183
+ httpStatus: number;
184
+ };
185
+ };
186
+ isChatBot: {
187
+ type: PropType<boolean | undefined>;
188
+ required: false;
189
+ };
190
+ repoInfo: {
191
+ type: PropType<repoInfoType | undefined>;
192
+ required: false;
193
+ default: () => {};
194
+ };
195
+ orgInfo: {
196
+ type: PropType<OrgInfo | undefined>;
197
+ required: false;
198
+ default: () => {};
199
+ };
200
+ otherUserInfo: {
201
+ type: PropType<UserInfo | undefined>;
202
+ required: false;
203
+ default: () => {};
204
+ };
205
+ userInfo: {
206
+ type: PropType<UserInfo | undefined>;
207
+ required: false;
208
+ default: () => {};
209
+ };
210
+ headerFunctions: {
211
+ type: PropType<HeaderDisplayItem[] | undefined>;
212
+ required: false;
213
+ };
214
+ headerCustomProps: {
215
+ type: PropType<HeaderPropsForCustom | undefined>;
216
+ required: false;
217
+ };
218
+ openHarmonyGuide: {
219
+ type: PropType<Function | undefined>;
220
+ required: false;
221
+ };
222
+ }>> & Readonly<{
223
+ onFollowDevCommunity?: ((...args: any[]) => any) | undefined;
224
+ onFollowUser?: ((...args: any[]) => any) | undefined;
225
+ }>, {
226
+ sceneValue: SceneValue;
227
+ isLogin: boolean;
228
+ request: Function;
229
+ globalStore: Object;
230
+ userInfo: UserInfo | undefined;
231
+ repoInfo: repoInfoType | undefined;
232
+ orgInfo: OrgInfo | undefined;
233
+ otherUserInfo: UserInfo | undefined;
234
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
235
+
236
+ export declare const GitCodeLayoutLibLocales: {
237
+ 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;
459
+ };
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
+ 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: {
498
+ login: string;
499
+ register: string;
500
+ };
501
+ subtitle: {
502
+ sms: string;
503
+ password: string;
504
+ name: string;
505
+ phone: string;
506
+ cipher: string;
507
+ otherLogin: string;
508
+ useAgrAndPriPolTip: string;
509
+ };
510
+ action: {
511
+ getcode: string;
512
+ oh: string;
513
+ login: string;
514
+ registerAgain: string;
515
+ phone: string;
516
+ readAgree: string;
517
+ verify: string;
518
+ confirmPassword: string;
519
+ wechatScanCodeLogin: string;
520
+ AccountLogin: string;
521
+ resetPassword: string;
522
+ };
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;
568
+ };
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;
578
+ };
579
+ registerDesc: string;
580
+ rule: {
581
+ username: string;
582
+ pleaseFill: string;
583
+ enterUsername: string;
584
+ passwordLetter: string;
585
+ passwordLength: string;
586
+ };
587
+ miniProgram: {
588
+ title: string;
589
+ tip01: string;
590
+ tip02: string;
591
+ tip03: string;
592
+ tip04: string;
593
+ tip05: string;
594
+ tip06: string;
595
+ };
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
+ aihub: {
681
+ documentCenter: string;
682
+ };
683
+ getPoints: string;
684
+ };
685
+ userSetting: {
686
+ tips: {
687
+ youCanCreOrManUp: string;
688
+ };
689
+ menu: {
690
+ growthCenter: string;
691
+ };
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;
711
+ mfatip1: string;
712
+ mfaManageBtn: string;
713
+ mfatip2: string;
714
+ mfatip3: string;
715
+ 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
+ };
749
+ };
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;
795
+ };
796
+ };
797
+ orgSetting: {
798
+ creOrg: string;
799
+ };
800
+ trusted: {
801
+ shortName: string;
802
+ menu: string;
803
+ title: string;
804
+ };
805
+ aihub: {
806
+ 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: {
820
+ login: string;
821
+ register: string;
822
+ };
823
+ subtitle: {
824
+ sms: string;
825
+ password: string;
826
+ name: string;
827
+ phone: string;
828
+ cipher: string;
829
+ otherLogin: string;
830
+ useAgrAndPriPolTip: string;
831
+ };
832
+ action: {
833
+ getcode: string;
834
+ oh: string;
835
+ login: string;
836
+ registerAgain: string;
837
+ phone: string;
838
+ readAgree: string;
839
+ verify: string;
840
+ confirmPassword: string;
841
+ wechatScanCodeLogin: string;
842
+ AccountLogin: string;
843
+ resetPassword: string;
844
+ };
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;
890
+ };
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;
900
+ };
901
+ registerDesc: string;
902
+ rule: {
903
+ username: string;
904
+ pleaseFill: string;
905
+ enterUsername: string;
906
+ passwordLetter: string;
907
+ passwordLength: string;
908
+ };
909
+ miniProgram: {
910
+ title: string;
911
+ tip01: string;
912
+ tip02: string;
913
+ tip03: string;
914
+ tip04: string;
915
+ tip05: string;
916
+ tip06: string;
917
+ };
918
+ mfatip5: string;
919
+ mfatip1: string;
920
+ mfatip2: string;
921
+ mfatip7: string;
922
+ mfatip6: string;
923
+ mfatip3: string;
924
+ mfatip4: string;
925
+ };
926
+ };
927
+ };
928
+
929
+ declare enum HeaderDisplayItem {
930
+ LOGIN_AND_AVATAR = "0101",
931
+ MESSAGE_CENTER = "0102",
932
+ NEW_BUTTON = "0103",
933
+ DOCUMENT_CENTER = "0104",
934
+ DEEPSEEK_BUTTON = "0105",
935
+ SEARCH_BUTTON = "0106",
936
+ NAME_AND_ICON = "0107",
937
+ CUSTOM_CONTENT = "0108",
938
+ ASIDE_BUTTON = "0109",
939
+ NEWS_MULTI_LANGUAGE = "0110"
940
+ }
941
+
942
+ export declare enum SceneValue {
943
+ home = "home",
944
+ repo = "repo",
945
+ org = "org",
946
+ aiHome = "aiHome",
947
+ aiRepo = "aiRepo",
948
+ aiGuide = "aiGuide",
949
+ blog = "blog",
950
+ news = "news",
951
+ active = "active",
952
+ user = "user"
953
+ }
954
+
955
+ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
956
+ sceneValue: {
957
+ type: PropType<SceneValue>;
958
+ required: true;
959
+ default: SceneValue;
960
+ };
961
+ isLogin: {
962
+ type: PropType<boolean>;
963
+ required: true;
964
+ default: boolean;
965
+ };
966
+ request: {
967
+ type: PropType<Function>;
968
+ required: true;
969
+ default: () => Promise<{
970
+ data: null;
971
+ }>;
972
+ };
973
+ globalStore: {
974
+ type: PropType<Object>;
975
+ required: true;
976
+ default: () => {};
977
+ };
978
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "toggle-growth-center"[], "toggle-growth-center", PublicProps, Readonly<ExtractPropTypes<{
979
+ sceneValue: {
980
+ type: PropType<SceneValue>;
981
+ required: true;
982
+ default: SceneValue;
983
+ };
984
+ isLogin: {
985
+ type: PropType<boolean>;
986
+ required: true;
987
+ default: boolean;
988
+ };
989
+ request: {
990
+ type: PropType<Function>;
991
+ required: true;
992
+ default: () => Promise<{
993
+ data: null;
994
+ }>;
995
+ };
996
+ globalStore: {
997
+ type: PropType<Object>;
998
+ required: true;
999
+ default: () => {};
1000
+ };
1001
+ }>> & Readonly<{
1002
+ "onToggle-growth-center"?: ((...args: any[]) => any) | undefined;
1003
+ }>, {
1004
+ sceneValue: SceneValue;
1005
+ isLogin: boolean;
1006
+ request: Function;
1007
+ globalStore: Object;
1008
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1009
+
1010
+ export { }