@forgerock/login-widget 0.0.0-beta-20260330171021

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,966 @@
1
+ /**
2
+ *
3
+ * Copyright © 2025 Ping Identity Corporation. All right reserved.
4
+ *
5
+ * This software may be modified and distributed under the terms
6
+ * of the MIT license. See the LICENSE file for details.
7
+ *
8
+ **/
9
+ import { type Writable } from 'svelte/store';
10
+ import { z } from 'zod';
11
+ export declare const stringsSchema: z.ZodObject<{
12
+ alreadyHaveAnAccount: z.ZodString;
13
+ backToDefault: z.ZodString;
14
+ backToLogin: z.ZodString;
15
+ dontHaveAnAccount: z.ZodString;
16
+ closeModal: z.ZodString;
17
+ charactersCannotRepeatMoreThan: z.ZodString;
18
+ charactersCannotRepeatMoreThanCaseInsensitive: z.ZodString;
19
+ checkYourEmail: z.ZodString;
20
+ chooseDifferentUsername: z.ZodString;
21
+ chooseYourDeviceForIdentityVerification: z.ZodString;
22
+ confirmPassword: z.ZodString;
23
+ constraintViolationForPassword: z.ZodString;
24
+ constraintViolationForValue: z.ZodString;
25
+ continueWith: z.ZodString;
26
+ copyUrl: z.ZodString;
27
+ copyAndPasteUrlBelow: z.ZodString;
28
+ customSecurityQuestion: z.ZodString;
29
+ dontGetLockedOut: z.ZodString;
30
+ doesNotMeetMinimumCharacterLength: z.ZodString;
31
+ deviceName: z.ZodString;
32
+ ensurePasswordIsMoreThan: z.ZodString;
33
+ ensurePasswordHasOne: z.ZodString;
34
+ enterVerificationCode: z.ZodString;
35
+ exceedsMaximumCharacterLength: z.ZodString;
36
+ fieldCanNotContainFollowingCharacters: z.ZodString;
37
+ fieldCanNotContainFollowingValues: z.ZodString;
38
+ forgotPassword: z.ZodString;
39
+ forgotUsername: z.ZodString;
40
+ givenName: z.ZodString;
41
+ inputRequiredError: z.ZodString;
42
+ loading: z.ZodString;
43
+ loginButton: z.ZodString;
44
+ loginFailure: z.ZodString;
45
+ loginHeader: z.ZodString;
46
+ loginSuccess: z.ZodString;
47
+ mail: z.ZodString;
48
+ minimumNumberOfNumbers: z.ZodString;
49
+ minimumNumberOfLowercase: z.ZodString;
50
+ minimumNumberOfUppercase: z.ZodString;
51
+ minimumNumberOfSymbols: z.ZodString;
52
+ nameCallback: z.ZodString;
53
+ nameYourDevice: z.ZodString;
54
+ next: z.ZodString;
55
+ nextButton: z.ZodString;
56
+ notToExceedMaximumCharacterLength: z.ZodString;
57
+ noLessThanMinimumCharacterLength: z.ZodString;
58
+ useOneOfTheseCodes: z.ZodString;
59
+ onMobileOpenInAuthenticator: z.ZodString;
60
+ optionallyNameDevice: z.ZodString;
61
+ passwordCallback: z.ZodString;
62
+ passwordCannotContainCommonPasswords: z.ZodString;
63
+ passwordCannotContainCommonPasswordsOrBeReversible: z.ZodString;
64
+ passwordCannotContainCommonPasswordsOrBeReversibleStringsLessThan: z.ZodString;
65
+ passwordRequirements: z.ZodString;
66
+ pleaseCheckValue: z.ZodString;
67
+ pleaseConfirm: z.ZodString;
68
+ preferencesMarketing: z.ZodString;
69
+ preferencesUpdates: z.ZodString;
70
+ provideCustomQuestion: z.ZodString;
71
+ qrCodeNotWorking: z.ZodString;
72
+ qrCodeFailedToRender: z.ZodString;
73
+ qrCodeImportFailure: z.ZodString;
74
+ redirectingTo: z.ZodString;
75
+ registerButton: z.ZodString;
76
+ registerHeader: z.ZodString;
77
+ registerSuccess: z.ZodString;
78
+ registerYourDevice: z.ZodString;
79
+ requiredField: z.ZodString;
80
+ securityAnswer: z.ZodString;
81
+ scanQrCodeWithAuthenticator: z.ZodString;
82
+ securityQuestions: z.ZodString;
83
+ securityQuestionsPrompt: z.ZodString;
84
+ shouldContainANumber: z.ZodString;
85
+ shouldContainAnUppercase: z.ZodString;
86
+ shouldContainALowercase: z.ZodString;
87
+ shouldContainASymbol: z.ZodString;
88
+ showPassword: z.ZodString;
89
+ signalsEvaluation: z.ZodString;
90
+ skipButton: z.ZodString;
91
+ sn: z.ZodString;
92
+ submit: z.ZodString;
93
+ submitButton: z.ZodString;
94
+ successMessage: z.ZodString;
95
+ termsAndConditions: z.ZodString;
96
+ termsAndConditionsLinkText: z.ZodString;
97
+ tryAgain: z.ZodString;
98
+ twoFactorAuthentication: z.ZodString;
99
+ useThisNewMfaToHelpVerifyYourIdentity: z.ZodString;
100
+ useValidEmail: z.ZodString;
101
+ unrecoverableError: z.ZodString;
102
+ unknownLoginError: z.ZodString;
103
+ unknownNetworkError: z.ZodString;
104
+ url: z.ZodString;
105
+ useDeviceForIdentityVerification: z.ZodString;
106
+ userName: z.ZodString;
107
+ usernameRequirements: z.ZodString;
108
+ useTheAuthenticatorAppOnYourPhone: z.ZodString;
109
+ validatedCreatePasswordCallback: z.ZodString;
110
+ validatedCreateUsernameCallback: z.ZodString;
111
+ valueRequirements: z.ZodString;
112
+ verifyYourIdentity: z.ZodString;
113
+ yourDevice: z.ZodString;
114
+ yourMultiFactorAuthIsEnabled: z.ZodString;
115
+ yourRecoveryCodesToAccessAccountForLostDevice: z.ZodString;
116
+ }, "strict", z.ZodTypeAny, {
117
+ forgotPassword: string;
118
+ forgotUsername: string;
119
+ alreadyHaveAnAccount: string;
120
+ backToDefault: string;
121
+ backToLogin: string;
122
+ dontHaveAnAccount: string;
123
+ closeModal: string;
124
+ charactersCannotRepeatMoreThan: string;
125
+ charactersCannotRepeatMoreThanCaseInsensitive: string;
126
+ checkYourEmail: string;
127
+ chooseDifferentUsername: string;
128
+ chooseYourDeviceForIdentityVerification: string;
129
+ confirmPassword: string;
130
+ constraintViolationForPassword: string;
131
+ constraintViolationForValue: string;
132
+ continueWith: string;
133
+ copyUrl: string;
134
+ copyAndPasteUrlBelow: string;
135
+ customSecurityQuestion: string;
136
+ dontGetLockedOut: string;
137
+ doesNotMeetMinimumCharacterLength: string;
138
+ deviceName: string;
139
+ ensurePasswordIsMoreThan: string;
140
+ ensurePasswordHasOne: string;
141
+ enterVerificationCode: string;
142
+ exceedsMaximumCharacterLength: string;
143
+ fieldCanNotContainFollowingCharacters: string;
144
+ fieldCanNotContainFollowingValues: string;
145
+ givenName: string;
146
+ inputRequiredError: string;
147
+ loading: string;
148
+ loginButton: string;
149
+ loginFailure: string;
150
+ loginHeader: string;
151
+ loginSuccess: string;
152
+ mail: string;
153
+ minimumNumberOfNumbers: string;
154
+ minimumNumberOfLowercase: string;
155
+ minimumNumberOfUppercase: string;
156
+ minimumNumberOfSymbols: string;
157
+ nameCallback: string;
158
+ nameYourDevice: string;
159
+ next: string;
160
+ nextButton: string;
161
+ notToExceedMaximumCharacterLength: string;
162
+ noLessThanMinimumCharacterLength: string;
163
+ useOneOfTheseCodes: string;
164
+ onMobileOpenInAuthenticator: string;
165
+ optionallyNameDevice: string;
166
+ passwordCallback: string;
167
+ passwordCannotContainCommonPasswords: string;
168
+ passwordCannotContainCommonPasswordsOrBeReversible: string;
169
+ passwordCannotContainCommonPasswordsOrBeReversibleStringsLessThan: string;
170
+ passwordRequirements: string;
171
+ pleaseCheckValue: string;
172
+ pleaseConfirm: string;
173
+ preferencesMarketing: string;
174
+ preferencesUpdates: string;
175
+ provideCustomQuestion: string;
176
+ qrCodeNotWorking: string;
177
+ qrCodeFailedToRender: string;
178
+ qrCodeImportFailure: string;
179
+ redirectingTo: string;
180
+ registerButton: string;
181
+ registerHeader: string;
182
+ registerSuccess: string;
183
+ registerYourDevice: string;
184
+ requiredField: string;
185
+ securityAnswer: string;
186
+ scanQrCodeWithAuthenticator: string;
187
+ securityQuestions: string;
188
+ securityQuestionsPrompt: string;
189
+ shouldContainANumber: string;
190
+ shouldContainAnUppercase: string;
191
+ shouldContainALowercase: string;
192
+ shouldContainASymbol: string;
193
+ showPassword: string;
194
+ signalsEvaluation: string;
195
+ skipButton: string;
196
+ sn: string;
197
+ submit: string;
198
+ submitButton: string;
199
+ successMessage: string;
200
+ termsAndConditions: string;
201
+ termsAndConditionsLinkText: string;
202
+ tryAgain: string;
203
+ twoFactorAuthentication: string;
204
+ useThisNewMfaToHelpVerifyYourIdentity: string;
205
+ useValidEmail: string;
206
+ unrecoverableError: string;
207
+ unknownLoginError: string;
208
+ unknownNetworkError: string;
209
+ url: string;
210
+ useDeviceForIdentityVerification: string;
211
+ userName: string;
212
+ usernameRequirements: string;
213
+ useTheAuthenticatorAppOnYourPhone: string;
214
+ validatedCreatePasswordCallback: string;
215
+ validatedCreateUsernameCallback: string;
216
+ valueRequirements: string;
217
+ verifyYourIdentity: string;
218
+ yourDevice: string;
219
+ yourMultiFactorAuthIsEnabled: string;
220
+ yourRecoveryCodesToAccessAccountForLostDevice: string;
221
+ }, {
222
+ forgotPassword: string;
223
+ forgotUsername: string;
224
+ alreadyHaveAnAccount: string;
225
+ backToDefault: string;
226
+ backToLogin: string;
227
+ dontHaveAnAccount: string;
228
+ closeModal: string;
229
+ charactersCannotRepeatMoreThan: string;
230
+ charactersCannotRepeatMoreThanCaseInsensitive: string;
231
+ checkYourEmail: string;
232
+ chooseDifferentUsername: string;
233
+ chooseYourDeviceForIdentityVerification: string;
234
+ confirmPassword: string;
235
+ constraintViolationForPassword: string;
236
+ constraintViolationForValue: string;
237
+ continueWith: string;
238
+ copyUrl: string;
239
+ copyAndPasteUrlBelow: string;
240
+ customSecurityQuestion: string;
241
+ dontGetLockedOut: string;
242
+ doesNotMeetMinimumCharacterLength: string;
243
+ deviceName: string;
244
+ ensurePasswordIsMoreThan: string;
245
+ ensurePasswordHasOne: string;
246
+ enterVerificationCode: string;
247
+ exceedsMaximumCharacterLength: string;
248
+ fieldCanNotContainFollowingCharacters: string;
249
+ fieldCanNotContainFollowingValues: string;
250
+ givenName: string;
251
+ inputRequiredError: string;
252
+ loading: string;
253
+ loginButton: string;
254
+ loginFailure: string;
255
+ loginHeader: string;
256
+ loginSuccess: string;
257
+ mail: string;
258
+ minimumNumberOfNumbers: string;
259
+ minimumNumberOfLowercase: string;
260
+ minimumNumberOfUppercase: string;
261
+ minimumNumberOfSymbols: string;
262
+ nameCallback: string;
263
+ nameYourDevice: string;
264
+ next: string;
265
+ nextButton: string;
266
+ notToExceedMaximumCharacterLength: string;
267
+ noLessThanMinimumCharacterLength: string;
268
+ useOneOfTheseCodes: string;
269
+ onMobileOpenInAuthenticator: string;
270
+ optionallyNameDevice: string;
271
+ passwordCallback: string;
272
+ passwordCannotContainCommonPasswords: string;
273
+ passwordCannotContainCommonPasswordsOrBeReversible: string;
274
+ passwordCannotContainCommonPasswordsOrBeReversibleStringsLessThan: string;
275
+ passwordRequirements: string;
276
+ pleaseCheckValue: string;
277
+ pleaseConfirm: string;
278
+ preferencesMarketing: string;
279
+ preferencesUpdates: string;
280
+ provideCustomQuestion: string;
281
+ qrCodeNotWorking: string;
282
+ qrCodeFailedToRender: string;
283
+ qrCodeImportFailure: string;
284
+ redirectingTo: string;
285
+ registerButton: string;
286
+ registerHeader: string;
287
+ registerSuccess: string;
288
+ registerYourDevice: string;
289
+ requiredField: string;
290
+ securityAnswer: string;
291
+ scanQrCodeWithAuthenticator: string;
292
+ securityQuestions: string;
293
+ securityQuestionsPrompt: string;
294
+ shouldContainANumber: string;
295
+ shouldContainAnUppercase: string;
296
+ shouldContainALowercase: string;
297
+ shouldContainASymbol: string;
298
+ showPassword: string;
299
+ signalsEvaluation: string;
300
+ skipButton: string;
301
+ sn: string;
302
+ submit: string;
303
+ submitButton: string;
304
+ successMessage: string;
305
+ termsAndConditions: string;
306
+ termsAndConditionsLinkText: string;
307
+ tryAgain: string;
308
+ twoFactorAuthentication: string;
309
+ useThisNewMfaToHelpVerifyYourIdentity: string;
310
+ useValidEmail: string;
311
+ unrecoverableError: string;
312
+ unknownLoginError: string;
313
+ unknownNetworkError: string;
314
+ url: string;
315
+ useDeviceForIdentityVerification: string;
316
+ userName: string;
317
+ usernameRequirements: string;
318
+ useTheAuthenticatorAppOnYourPhone: string;
319
+ validatedCreatePasswordCallback: string;
320
+ validatedCreateUsernameCallback: string;
321
+ valueRequirements: string;
322
+ verifyYourIdentity: string;
323
+ yourDevice: string;
324
+ yourMultiFactorAuthIsEnabled: string;
325
+ yourRecoveryCodesToAccessAccountForLostDevice: string;
326
+ }>;
327
+ export declare const partialStringsSchema: z.ZodObject<{
328
+ alreadyHaveAnAccount: z.ZodOptional<z.ZodString>;
329
+ backToDefault: z.ZodOptional<z.ZodString>;
330
+ backToLogin: z.ZodOptional<z.ZodString>;
331
+ dontHaveAnAccount: z.ZodOptional<z.ZodString>;
332
+ closeModal: z.ZodOptional<z.ZodString>;
333
+ charactersCannotRepeatMoreThan: z.ZodOptional<z.ZodString>;
334
+ charactersCannotRepeatMoreThanCaseInsensitive: z.ZodOptional<z.ZodString>;
335
+ checkYourEmail: z.ZodOptional<z.ZodString>;
336
+ chooseDifferentUsername: z.ZodOptional<z.ZodString>;
337
+ chooseYourDeviceForIdentityVerification: z.ZodOptional<z.ZodString>;
338
+ confirmPassword: z.ZodOptional<z.ZodString>;
339
+ constraintViolationForPassword: z.ZodOptional<z.ZodString>;
340
+ constraintViolationForValue: z.ZodOptional<z.ZodString>;
341
+ continueWith: z.ZodOptional<z.ZodString>;
342
+ copyUrl: z.ZodOptional<z.ZodString>;
343
+ copyAndPasteUrlBelow: z.ZodOptional<z.ZodString>;
344
+ customSecurityQuestion: z.ZodOptional<z.ZodString>;
345
+ dontGetLockedOut: z.ZodOptional<z.ZodString>;
346
+ doesNotMeetMinimumCharacterLength: z.ZodOptional<z.ZodString>;
347
+ deviceName: z.ZodOptional<z.ZodString>;
348
+ ensurePasswordIsMoreThan: z.ZodOptional<z.ZodString>;
349
+ ensurePasswordHasOne: z.ZodOptional<z.ZodString>;
350
+ enterVerificationCode: z.ZodOptional<z.ZodString>;
351
+ exceedsMaximumCharacterLength: z.ZodOptional<z.ZodString>;
352
+ fieldCanNotContainFollowingCharacters: z.ZodOptional<z.ZodString>;
353
+ fieldCanNotContainFollowingValues: z.ZodOptional<z.ZodString>;
354
+ forgotPassword: z.ZodOptional<z.ZodString>;
355
+ forgotUsername: z.ZodOptional<z.ZodString>;
356
+ givenName: z.ZodOptional<z.ZodString>;
357
+ inputRequiredError: z.ZodOptional<z.ZodString>;
358
+ loading: z.ZodOptional<z.ZodString>;
359
+ loginButton: z.ZodOptional<z.ZodString>;
360
+ loginFailure: z.ZodOptional<z.ZodString>;
361
+ loginHeader: z.ZodOptional<z.ZodString>;
362
+ loginSuccess: z.ZodOptional<z.ZodString>;
363
+ mail: z.ZodOptional<z.ZodString>;
364
+ minimumNumberOfNumbers: z.ZodOptional<z.ZodString>;
365
+ minimumNumberOfLowercase: z.ZodOptional<z.ZodString>;
366
+ minimumNumberOfUppercase: z.ZodOptional<z.ZodString>;
367
+ minimumNumberOfSymbols: z.ZodOptional<z.ZodString>;
368
+ nameCallback: z.ZodOptional<z.ZodString>;
369
+ nameYourDevice: z.ZodOptional<z.ZodString>;
370
+ next: z.ZodOptional<z.ZodString>;
371
+ nextButton: z.ZodOptional<z.ZodString>;
372
+ notToExceedMaximumCharacterLength: z.ZodOptional<z.ZodString>;
373
+ noLessThanMinimumCharacterLength: z.ZodOptional<z.ZodString>;
374
+ useOneOfTheseCodes: z.ZodOptional<z.ZodString>;
375
+ onMobileOpenInAuthenticator: z.ZodOptional<z.ZodString>;
376
+ optionallyNameDevice: z.ZodOptional<z.ZodString>;
377
+ passwordCallback: z.ZodOptional<z.ZodString>;
378
+ passwordCannotContainCommonPasswords: z.ZodOptional<z.ZodString>;
379
+ passwordCannotContainCommonPasswordsOrBeReversible: z.ZodOptional<z.ZodString>;
380
+ passwordCannotContainCommonPasswordsOrBeReversibleStringsLessThan: z.ZodOptional<z.ZodString>;
381
+ passwordRequirements: z.ZodOptional<z.ZodString>;
382
+ pleaseCheckValue: z.ZodOptional<z.ZodString>;
383
+ pleaseConfirm: z.ZodOptional<z.ZodString>;
384
+ preferencesMarketing: z.ZodOptional<z.ZodString>;
385
+ preferencesUpdates: z.ZodOptional<z.ZodString>;
386
+ provideCustomQuestion: z.ZodOptional<z.ZodString>;
387
+ qrCodeNotWorking: z.ZodOptional<z.ZodString>;
388
+ qrCodeFailedToRender: z.ZodOptional<z.ZodString>;
389
+ qrCodeImportFailure: z.ZodOptional<z.ZodString>;
390
+ redirectingTo: z.ZodOptional<z.ZodString>;
391
+ registerButton: z.ZodOptional<z.ZodString>;
392
+ registerHeader: z.ZodOptional<z.ZodString>;
393
+ registerSuccess: z.ZodOptional<z.ZodString>;
394
+ registerYourDevice: z.ZodOptional<z.ZodString>;
395
+ requiredField: z.ZodOptional<z.ZodString>;
396
+ securityAnswer: z.ZodOptional<z.ZodString>;
397
+ scanQrCodeWithAuthenticator: z.ZodOptional<z.ZodString>;
398
+ securityQuestions: z.ZodOptional<z.ZodString>;
399
+ securityQuestionsPrompt: z.ZodOptional<z.ZodString>;
400
+ shouldContainANumber: z.ZodOptional<z.ZodString>;
401
+ shouldContainAnUppercase: z.ZodOptional<z.ZodString>;
402
+ shouldContainALowercase: z.ZodOptional<z.ZodString>;
403
+ shouldContainASymbol: z.ZodOptional<z.ZodString>;
404
+ showPassword: z.ZodOptional<z.ZodString>;
405
+ signalsEvaluation: z.ZodOptional<z.ZodString>;
406
+ skipButton: z.ZodOptional<z.ZodString>;
407
+ sn: z.ZodOptional<z.ZodString>;
408
+ submit: z.ZodOptional<z.ZodString>;
409
+ submitButton: z.ZodOptional<z.ZodString>;
410
+ successMessage: z.ZodOptional<z.ZodString>;
411
+ termsAndConditions: z.ZodOptional<z.ZodString>;
412
+ termsAndConditionsLinkText: z.ZodOptional<z.ZodString>;
413
+ tryAgain: z.ZodOptional<z.ZodString>;
414
+ twoFactorAuthentication: z.ZodOptional<z.ZodString>;
415
+ useThisNewMfaToHelpVerifyYourIdentity: z.ZodOptional<z.ZodString>;
416
+ useValidEmail: z.ZodOptional<z.ZodString>;
417
+ unrecoverableError: z.ZodOptional<z.ZodString>;
418
+ unknownLoginError: z.ZodOptional<z.ZodString>;
419
+ unknownNetworkError: z.ZodOptional<z.ZodString>;
420
+ url: z.ZodOptional<z.ZodString>;
421
+ useDeviceForIdentityVerification: z.ZodOptional<z.ZodString>;
422
+ userName: z.ZodOptional<z.ZodString>;
423
+ usernameRequirements: z.ZodOptional<z.ZodString>;
424
+ useTheAuthenticatorAppOnYourPhone: z.ZodOptional<z.ZodString>;
425
+ validatedCreatePasswordCallback: z.ZodOptional<z.ZodString>;
426
+ validatedCreateUsernameCallback: z.ZodOptional<z.ZodString>;
427
+ valueRequirements: z.ZodOptional<z.ZodString>;
428
+ verifyYourIdentity: z.ZodOptional<z.ZodString>;
429
+ yourDevice: z.ZodOptional<z.ZodString>;
430
+ yourMultiFactorAuthIsEnabled: z.ZodOptional<z.ZodString>;
431
+ yourRecoveryCodesToAccessAccountForLostDevice: z.ZodOptional<z.ZodString>;
432
+ }, "strict", z.ZodTypeAny, {
433
+ alreadyHaveAnAccount?: string | undefined;
434
+ backToDefault?: string | undefined;
435
+ backToLogin?: string | undefined;
436
+ dontHaveAnAccount?: string | undefined;
437
+ closeModal?: string | undefined;
438
+ charactersCannotRepeatMoreThan?: string | undefined;
439
+ charactersCannotRepeatMoreThanCaseInsensitive?: string | undefined;
440
+ checkYourEmail?: string | undefined;
441
+ chooseDifferentUsername?: string | undefined;
442
+ chooseYourDeviceForIdentityVerification?: string | undefined;
443
+ confirmPassword?: string | undefined;
444
+ constraintViolationForPassword?: string | undefined;
445
+ constraintViolationForValue?: string | undefined;
446
+ continueWith?: string | undefined;
447
+ copyUrl?: string | undefined;
448
+ copyAndPasteUrlBelow?: string | undefined;
449
+ customSecurityQuestion?: string | undefined;
450
+ dontGetLockedOut?: string | undefined;
451
+ doesNotMeetMinimumCharacterLength?: string | undefined;
452
+ deviceName?: string | undefined;
453
+ ensurePasswordIsMoreThan?: string | undefined;
454
+ ensurePasswordHasOne?: string | undefined;
455
+ enterVerificationCode?: string | undefined;
456
+ exceedsMaximumCharacterLength?: string | undefined;
457
+ fieldCanNotContainFollowingCharacters?: string | undefined;
458
+ fieldCanNotContainFollowingValues?: string | undefined;
459
+ forgotPassword?: string | undefined;
460
+ forgotUsername?: string | undefined;
461
+ givenName?: string | undefined;
462
+ inputRequiredError?: string | undefined;
463
+ loading?: string | undefined;
464
+ loginButton?: string | undefined;
465
+ loginFailure?: string | undefined;
466
+ loginHeader?: string | undefined;
467
+ loginSuccess?: string | undefined;
468
+ mail?: string | undefined;
469
+ minimumNumberOfNumbers?: string | undefined;
470
+ minimumNumberOfLowercase?: string | undefined;
471
+ minimumNumberOfUppercase?: string | undefined;
472
+ minimumNumberOfSymbols?: string | undefined;
473
+ nameCallback?: string | undefined;
474
+ nameYourDevice?: string | undefined;
475
+ next?: string | undefined;
476
+ nextButton?: string | undefined;
477
+ notToExceedMaximumCharacterLength?: string | undefined;
478
+ noLessThanMinimumCharacterLength?: string | undefined;
479
+ useOneOfTheseCodes?: string | undefined;
480
+ onMobileOpenInAuthenticator?: string | undefined;
481
+ optionallyNameDevice?: string | undefined;
482
+ passwordCallback?: string | undefined;
483
+ passwordCannotContainCommonPasswords?: string | undefined;
484
+ passwordCannotContainCommonPasswordsOrBeReversible?: string | undefined;
485
+ passwordCannotContainCommonPasswordsOrBeReversibleStringsLessThan?: string | undefined;
486
+ passwordRequirements?: string | undefined;
487
+ pleaseCheckValue?: string | undefined;
488
+ pleaseConfirm?: string | undefined;
489
+ preferencesMarketing?: string | undefined;
490
+ preferencesUpdates?: string | undefined;
491
+ provideCustomQuestion?: string | undefined;
492
+ qrCodeNotWorking?: string | undefined;
493
+ qrCodeFailedToRender?: string | undefined;
494
+ qrCodeImportFailure?: string | undefined;
495
+ redirectingTo?: string | undefined;
496
+ registerButton?: string | undefined;
497
+ registerHeader?: string | undefined;
498
+ registerSuccess?: string | undefined;
499
+ registerYourDevice?: string | undefined;
500
+ requiredField?: string | undefined;
501
+ securityAnswer?: string | undefined;
502
+ scanQrCodeWithAuthenticator?: string | undefined;
503
+ securityQuestions?: string | undefined;
504
+ securityQuestionsPrompt?: string | undefined;
505
+ shouldContainANumber?: string | undefined;
506
+ shouldContainAnUppercase?: string | undefined;
507
+ shouldContainALowercase?: string | undefined;
508
+ shouldContainASymbol?: string | undefined;
509
+ showPassword?: string | undefined;
510
+ signalsEvaluation?: string | undefined;
511
+ skipButton?: string | undefined;
512
+ sn?: string | undefined;
513
+ submit?: string | undefined;
514
+ submitButton?: string | undefined;
515
+ successMessage?: string | undefined;
516
+ termsAndConditions?: string | undefined;
517
+ termsAndConditionsLinkText?: string | undefined;
518
+ tryAgain?: string | undefined;
519
+ twoFactorAuthentication?: string | undefined;
520
+ useThisNewMfaToHelpVerifyYourIdentity?: string | undefined;
521
+ useValidEmail?: string | undefined;
522
+ unrecoverableError?: string | undefined;
523
+ unknownLoginError?: string | undefined;
524
+ unknownNetworkError?: string | undefined;
525
+ url?: string | undefined;
526
+ useDeviceForIdentityVerification?: string | undefined;
527
+ userName?: string | undefined;
528
+ usernameRequirements?: string | undefined;
529
+ useTheAuthenticatorAppOnYourPhone?: string | undefined;
530
+ validatedCreatePasswordCallback?: string | undefined;
531
+ validatedCreateUsernameCallback?: string | undefined;
532
+ valueRequirements?: string | undefined;
533
+ verifyYourIdentity?: string | undefined;
534
+ yourDevice?: string | undefined;
535
+ yourMultiFactorAuthIsEnabled?: string | undefined;
536
+ yourRecoveryCodesToAccessAccountForLostDevice?: string | undefined;
537
+ }, {
538
+ alreadyHaveAnAccount?: string | undefined;
539
+ backToDefault?: string | undefined;
540
+ backToLogin?: string | undefined;
541
+ dontHaveAnAccount?: string | undefined;
542
+ closeModal?: string | undefined;
543
+ charactersCannotRepeatMoreThan?: string | undefined;
544
+ charactersCannotRepeatMoreThanCaseInsensitive?: string | undefined;
545
+ checkYourEmail?: string | undefined;
546
+ chooseDifferentUsername?: string | undefined;
547
+ chooseYourDeviceForIdentityVerification?: string | undefined;
548
+ confirmPassword?: string | undefined;
549
+ constraintViolationForPassword?: string | undefined;
550
+ constraintViolationForValue?: string | undefined;
551
+ continueWith?: string | undefined;
552
+ copyUrl?: string | undefined;
553
+ copyAndPasteUrlBelow?: string | undefined;
554
+ customSecurityQuestion?: string | undefined;
555
+ dontGetLockedOut?: string | undefined;
556
+ doesNotMeetMinimumCharacterLength?: string | undefined;
557
+ deviceName?: string | undefined;
558
+ ensurePasswordIsMoreThan?: string | undefined;
559
+ ensurePasswordHasOne?: string | undefined;
560
+ enterVerificationCode?: string | undefined;
561
+ exceedsMaximumCharacterLength?: string | undefined;
562
+ fieldCanNotContainFollowingCharacters?: string | undefined;
563
+ fieldCanNotContainFollowingValues?: string | undefined;
564
+ forgotPassword?: string | undefined;
565
+ forgotUsername?: string | undefined;
566
+ givenName?: string | undefined;
567
+ inputRequiredError?: string | undefined;
568
+ loading?: string | undefined;
569
+ loginButton?: string | undefined;
570
+ loginFailure?: string | undefined;
571
+ loginHeader?: string | undefined;
572
+ loginSuccess?: string | undefined;
573
+ mail?: string | undefined;
574
+ minimumNumberOfNumbers?: string | undefined;
575
+ minimumNumberOfLowercase?: string | undefined;
576
+ minimumNumberOfUppercase?: string | undefined;
577
+ minimumNumberOfSymbols?: string | undefined;
578
+ nameCallback?: string | undefined;
579
+ nameYourDevice?: string | undefined;
580
+ next?: string | undefined;
581
+ nextButton?: string | undefined;
582
+ notToExceedMaximumCharacterLength?: string | undefined;
583
+ noLessThanMinimumCharacterLength?: string | undefined;
584
+ useOneOfTheseCodes?: string | undefined;
585
+ onMobileOpenInAuthenticator?: string | undefined;
586
+ optionallyNameDevice?: string | undefined;
587
+ passwordCallback?: string | undefined;
588
+ passwordCannotContainCommonPasswords?: string | undefined;
589
+ passwordCannotContainCommonPasswordsOrBeReversible?: string | undefined;
590
+ passwordCannotContainCommonPasswordsOrBeReversibleStringsLessThan?: string | undefined;
591
+ passwordRequirements?: string | undefined;
592
+ pleaseCheckValue?: string | undefined;
593
+ pleaseConfirm?: string | undefined;
594
+ preferencesMarketing?: string | undefined;
595
+ preferencesUpdates?: string | undefined;
596
+ provideCustomQuestion?: string | undefined;
597
+ qrCodeNotWorking?: string | undefined;
598
+ qrCodeFailedToRender?: string | undefined;
599
+ qrCodeImportFailure?: string | undefined;
600
+ redirectingTo?: string | undefined;
601
+ registerButton?: string | undefined;
602
+ registerHeader?: string | undefined;
603
+ registerSuccess?: string | undefined;
604
+ registerYourDevice?: string | undefined;
605
+ requiredField?: string | undefined;
606
+ securityAnswer?: string | undefined;
607
+ scanQrCodeWithAuthenticator?: string | undefined;
608
+ securityQuestions?: string | undefined;
609
+ securityQuestionsPrompt?: string | undefined;
610
+ shouldContainANumber?: string | undefined;
611
+ shouldContainAnUppercase?: string | undefined;
612
+ shouldContainALowercase?: string | undefined;
613
+ shouldContainASymbol?: string | undefined;
614
+ showPassword?: string | undefined;
615
+ signalsEvaluation?: string | undefined;
616
+ skipButton?: string | undefined;
617
+ sn?: string | undefined;
618
+ submit?: string | undefined;
619
+ submitButton?: string | undefined;
620
+ successMessage?: string | undefined;
621
+ termsAndConditions?: string | undefined;
622
+ termsAndConditionsLinkText?: string | undefined;
623
+ tryAgain?: string | undefined;
624
+ twoFactorAuthentication?: string | undefined;
625
+ useThisNewMfaToHelpVerifyYourIdentity?: string | undefined;
626
+ useValidEmail?: string | undefined;
627
+ unrecoverableError?: string | undefined;
628
+ unknownLoginError?: string | undefined;
629
+ unknownNetworkError?: string | undefined;
630
+ url?: string | undefined;
631
+ useDeviceForIdentityVerification?: string | undefined;
632
+ userName?: string | undefined;
633
+ usernameRequirements?: string | undefined;
634
+ useTheAuthenticatorAppOnYourPhone?: string | undefined;
635
+ validatedCreatePasswordCallback?: string | undefined;
636
+ validatedCreateUsernameCallback?: string | undefined;
637
+ valueRequirements?: string | undefined;
638
+ verifyYourIdentity?: string | undefined;
639
+ yourDevice?: string | undefined;
640
+ yourMultiFactorAuthIsEnabled?: string | undefined;
641
+ yourRecoveryCodesToAccessAccountForLostDevice?: string | undefined;
642
+ }>;
643
+ export declare const locale: Writable<string | null>;
644
+ export declare const stringsStore: Writable<Record<string, string> | null>;
645
+ /**
646
+ * @function initialize - Initialize the locale store
647
+ * @param {object} userLocale - An object of custom locale strings to merge with the default
648
+ * @returns {object} - The locale store
649
+ * @example initialize({ loginHeader: 'Welcome to the login page' });
650
+ */
651
+ export declare function initialize(userLocale?: z.infer<typeof partialStringsSchema>): z.ZodObject<{
652
+ alreadyHaveAnAccount: z.ZodString;
653
+ backToDefault: z.ZodString;
654
+ backToLogin: z.ZodString;
655
+ dontHaveAnAccount: z.ZodString;
656
+ closeModal: z.ZodString;
657
+ charactersCannotRepeatMoreThan: z.ZodString;
658
+ charactersCannotRepeatMoreThanCaseInsensitive: z.ZodString;
659
+ checkYourEmail: z.ZodString;
660
+ chooseDifferentUsername: z.ZodString;
661
+ chooseYourDeviceForIdentityVerification: z.ZodString;
662
+ confirmPassword: z.ZodString;
663
+ constraintViolationForPassword: z.ZodString;
664
+ constraintViolationForValue: z.ZodString;
665
+ continueWith: z.ZodString;
666
+ copyUrl: z.ZodString;
667
+ copyAndPasteUrlBelow: z.ZodString;
668
+ customSecurityQuestion: z.ZodString;
669
+ dontGetLockedOut: z.ZodString;
670
+ doesNotMeetMinimumCharacterLength: z.ZodString;
671
+ deviceName: z.ZodString;
672
+ ensurePasswordIsMoreThan: z.ZodString;
673
+ ensurePasswordHasOne: z.ZodString;
674
+ enterVerificationCode: z.ZodString;
675
+ exceedsMaximumCharacterLength: z.ZodString;
676
+ fieldCanNotContainFollowingCharacters: z.ZodString;
677
+ fieldCanNotContainFollowingValues: z.ZodString;
678
+ forgotPassword: z.ZodString;
679
+ forgotUsername: z.ZodString;
680
+ givenName: z.ZodString;
681
+ inputRequiredError: z.ZodString;
682
+ loading: z.ZodString;
683
+ loginButton: z.ZodString;
684
+ loginFailure: z.ZodString;
685
+ loginHeader: z.ZodString;
686
+ loginSuccess: z.ZodString;
687
+ mail: z.ZodString;
688
+ minimumNumberOfNumbers: z.ZodString;
689
+ minimumNumberOfLowercase: z.ZodString;
690
+ minimumNumberOfUppercase: z.ZodString;
691
+ minimumNumberOfSymbols: z.ZodString;
692
+ nameCallback: z.ZodString;
693
+ nameYourDevice: z.ZodString;
694
+ next: z.ZodString;
695
+ nextButton: z.ZodString;
696
+ notToExceedMaximumCharacterLength: z.ZodString;
697
+ noLessThanMinimumCharacterLength: z.ZodString;
698
+ useOneOfTheseCodes: z.ZodString;
699
+ onMobileOpenInAuthenticator: z.ZodString;
700
+ optionallyNameDevice: z.ZodString;
701
+ passwordCallback: z.ZodString;
702
+ passwordCannotContainCommonPasswords: z.ZodString;
703
+ passwordCannotContainCommonPasswordsOrBeReversible: z.ZodString;
704
+ passwordCannotContainCommonPasswordsOrBeReversibleStringsLessThan: z.ZodString;
705
+ passwordRequirements: z.ZodString;
706
+ pleaseCheckValue: z.ZodString;
707
+ pleaseConfirm: z.ZodString;
708
+ preferencesMarketing: z.ZodString;
709
+ preferencesUpdates: z.ZodString;
710
+ provideCustomQuestion: z.ZodString;
711
+ qrCodeNotWorking: z.ZodString;
712
+ qrCodeFailedToRender: z.ZodString;
713
+ qrCodeImportFailure: z.ZodString;
714
+ redirectingTo: z.ZodString;
715
+ registerButton: z.ZodString;
716
+ registerHeader: z.ZodString;
717
+ registerSuccess: z.ZodString;
718
+ registerYourDevice: z.ZodString;
719
+ requiredField: z.ZodString;
720
+ securityAnswer: z.ZodString;
721
+ scanQrCodeWithAuthenticator: z.ZodString;
722
+ securityQuestions: z.ZodString;
723
+ securityQuestionsPrompt: z.ZodString;
724
+ shouldContainANumber: z.ZodString;
725
+ shouldContainAnUppercase: z.ZodString;
726
+ shouldContainALowercase: z.ZodString;
727
+ shouldContainASymbol: z.ZodString;
728
+ showPassword: z.ZodString;
729
+ signalsEvaluation: z.ZodString;
730
+ skipButton: z.ZodString;
731
+ sn: z.ZodString;
732
+ submit: z.ZodString;
733
+ submitButton: z.ZodString;
734
+ successMessage: z.ZodString;
735
+ termsAndConditions: z.ZodString;
736
+ termsAndConditionsLinkText: z.ZodString;
737
+ tryAgain: z.ZodString;
738
+ twoFactorAuthentication: z.ZodString;
739
+ useThisNewMfaToHelpVerifyYourIdentity: z.ZodString;
740
+ useValidEmail: z.ZodString;
741
+ unrecoverableError: z.ZodString;
742
+ unknownLoginError: z.ZodString;
743
+ unknownNetworkError: z.ZodString;
744
+ url: z.ZodString;
745
+ useDeviceForIdentityVerification: z.ZodString;
746
+ userName: z.ZodString;
747
+ usernameRequirements: z.ZodString;
748
+ useTheAuthenticatorAppOnYourPhone: z.ZodString;
749
+ validatedCreatePasswordCallback: z.ZodString;
750
+ validatedCreateUsernameCallback: z.ZodString;
751
+ valueRequirements: z.ZodString;
752
+ verifyYourIdentity: z.ZodString;
753
+ yourDevice: z.ZodString;
754
+ yourMultiFactorAuthIsEnabled: z.ZodString;
755
+ yourRecoveryCodesToAccessAccountForLostDevice: z.ZodString;
756
+ }, "strict", z.ZodTypeAny, {
757
+ forgotPassword: string;
758
+ forgotUsername: string;
759
+ alreadyHaveAnAccount: string;
760
+ backToDefault: string;
761
+ backToLogin: string;
762
+ dontHaveAnAccount: string;
763
+ closeModal: string;
764
+ charactersCannotRepeatMoreThan: string;
765
+ charactersCannotRepeatMoreThanCaseInsensitive: string;
766
+ checkYourEmail: string;
767
+ chooseDifferentUsername: string;
768
+ chooseYourDeviceForIdentityVerification: string;
769
+ confirmPassword: string;
770
+ constraintViolationForPassword: string;
771
+ constraintViolationForValue: string;
772
+ continueWith: string;
773
+ copyUrl: string;
774
+ copyAndPasteUrlBelow: string;
775
+ customSecurityQuestion: string;
776
+ dontGetLockedOut: string;
777
+ doesNotMeetMinimumCharacterLength: string;
778
+ deviceName: string;
779
+ ensurePasswordIsMoreThan: string;
780
+ ensurePasswordHasOne: string;
781
+ enterVerificationCode: string;
782
+ exceedsMaximumCharacterLength: string;
783
+ fieldCanNotContainFollowingCharacters: string;
784
+ fieldCanNotContainFollowingValues: string;
785
+ givenName: string;
786
+ inputRequiredError: string;
787
+ loading: string;
788
+ loginButton: string;
789
+ loginFailure: string;
790
+ loginHeader: string;
791
+ loginSuccess: string;
792
+ mail: string;
793
+ minimumNumberOfNumbers: string;
794
+ minimumNumberOfLowercase: string;
795
+ minimumNumberOfUppercase: string;
796
+ minimumNumberOfSymbols: string;
797
+ nameCallback: string;
798
+ nameYourDevice: string;
799
+ next: string;
800
+ nextButton: string;
801
+ notToExceedMaximumCharacterLength: string;
802
+ noLessThanMinimumCharacterLength: string;
803
+ useOneOfTheseCodes: string;
804
+ onMobileOpenInAuthenticator: string;
805
+ optionallyNameDevice: string;
806
+ passwordCallback: string;
807
+ passwordCannotContainCommonPasswords: string;
808
+ passwordCannotContainCommonPasswordsOrBeReversible: string;
809
+ passwordCannotContainCommonPasswordsOrBeReversibleStringsLessThan: string;
810
+ passwordRequirements: string;
811
+ pleaseCheckValue: string;
812
+ pleaseConfirm: string;
813
+ preferencesMarketing: string;
814
+ preferencesUpdates: string;
815
+ provideCustomQuestion: string;
816
+ qrCodeNotWorking: string;
817
+ qrCodeFailedToRender: string;
818
+ qrCodeImportFailure: string;
819
+ redirectingTo: string;
820
+ registerButton: string;
821
+ registerHeader: string;
822
+ registerSuccess: string;
823
+ registerYourDevice: string;
824
+ requiredField: string;
825
+ securityAnswer: string;
826
+ scanQrCodeWithAuthenticator: string;
827
+ securityQuestions: string;
828
+ securityQuestionsPrompt: string;
829
+ shouldContainANumber: string;
830
+ shouldContainAnUppercase: string;
831
+ shouldContainALowercase: string;
832
+ shouldContainASymbol: string;
833
+ showPassword: string;
834
+ signalsEvaluation: string;
835
+ skipButton: string;
836
+ sn: string;
837
+ submit: string;
838
+ submitButton: string;
839
+ successMessage: string;
840
+ termsAndConditions: string;
841
+ termsAndConditionsLinkText: string;
842
+ tryAgain: string;
843
+ twoFactorAuthentication: string;
844
+ useThisNewMfaToHelpVerifyYourIdentity: string;
845
+ useValidEmail: string;
846
+ unrecoverableError: string;
847
+ unknownLoginError: string;
848
+ unknownNetworkError: string;
849
+ url: string;
850
+ useDeviceForIdentityVerification: string;
851
+ userName: string;
852
+ usernameRequirements: string;
853
+ useTheAuthenticatorAppOnYourPhone: string;
854
+ validatedCreatePasswordCallback: string;
855
+ validatedCreateUsernameCallback: string;
856
+ valueRequirements: string;
857
+ verifyYourIdentity: string;
858
+ yourDevice: string;
859
+ yourMultiFactorAuthIsEnabled: string;
860
+ yourRecoveryCodesToAccessAccountForLostDevice: string;
861
+ }, {
862
+ forgotPassword: string;
863
+ forgotUsername: string;
864
+ alreadyHaveAnAccount: string;
865
+ backToDefault: string;
866
+ backToLogin: string;
867
+ dontHaveAnAccount: string;
868
+ closeModal: string;
869
+ charactersCannotRepeatMoreThan: string;
870
+ charactersCannotRepeatMoreThanCaseInsensitive: string;
871
+ checkYourEmail: string;
872
+ chooseDifferentUsername: string;
873
+ chooseYourDeviceForIdentityVerification: string;
874
+ confirmPassword: string;
875
+ constraintViolationForPassword: string;
876
+ constraintViolationForValue: string;
877
+ continueWith: string;
878
+ copyUrl: string;
879
+ copyAndPasteUrlBelow: string;
880
+ customSecurityQuestion: string;
881
+ dontGetLockedOut: string;
882
+ doesNotMeetMinimumCharacterLength: string;
883
+ deviceName: string;
884
+ ensurePasswordIsMoreThan: string;
885
+ ensurePasswordHasOne: string;
886
+ enterVerificationCode: string;
887
+ exceedsMaximumCharacterLength: string;
888
+ fieldCanNotContainFollowingCharacters: string;
889
+ fieldCanNotContainFollowingValues: string;
890
+ givenName: string;
891
+ inputRequiredError: string;
892
+ loading: string;
893
+ loginButton: string;
894
+ loginFailure: string;
895
+ loginHeader: string;
896
+ loginSuccess: string;
897
+ mail: string;
898
+ minimumNumberOfNumbers: string;
899
+ minimumNumberOfLowercase: string;
900
+ minimumNumberOfUppercase: string;
901
+ minimumNumberOfSymbols: string;
902
+ nameCallback: string;
903
+ nameYourDevice: string;
904
+ next: string;
905
+ nextButton: string;
906
+ notToExceedMaximumCharacterLength: string;
907
+ noLessThanMinimumCharacterLength: string;
908
+ useOneOfTheseCodes: string;
909
+ onMobileOpenInAuthenticator: string;
910
+ optionallyNameDevice: string;
911
+ passwordCallback: string;
912
+ passwordCannotContainCommonPasswords: string;
913
+ passwordCannotContainCommonPasswordsOrBeReversible: string;
914
+ passwordCannotContainCommonPasswordsOrBeReversibleStringsLessThan: string;
915
+ passwordRequirements: string;
916
+ pleaseCheckValue: string;
917
+ pleaseConfirm: string;
918
+ preferencesMarketing: string;
919
+ preferencesUpdates: string;
920
+ provideCustomQuestion: string;
921
+ qrCodeNotWorking: string;
922
+ qrCodeFailedToRender: string;
923
+ qrCodeImportFailure: string;
924
+ redirectingTo: string;
925
+ registerButton: string;
926
+ registerHeader: string;
927
+ registerSuccess: string;
928
+ registerYourDevice: string;
929
+ requiredField: string;
930
+ securityAnswer: string;
931
+ scanQrCodeWithAuthenticator: string;
932
+ securityQuestions: string;
933
+ securityQuestionsPrompt: string;
934
+ shouldContainANumber: string;
935
+ shouldContainAnUppercase: string;
936
+ shouldContainALowercase: string;
937
+ shouldContainASymbol: string;
938
+ showPassword: string;
939
+ signalsEvaluation: string;
940
+ skipButton: string;
941
+ sn: string;
942
+ submit: string;
943
+ submitButton: string;
944
+ successMessage: string;
945
+ termsAndConditions: string;
946
+ termsAndConditionsLinkText: string;
947
+ tryAgain: string;
948
+ twoFactorAuthentication: string;
949
+ useThisNewMfaToHelpVerifyYourIdentity: string;
950
+ useValidEmail: string;
951
+ unrecoverableError: string;
952
+ unknownLoginError: string;
953
+ unknownNetworkError: string;
954
+ url: string;
955
+ useDeviceForIdentityVerification: string;
956
+ userName: string;
957
+ usernameRequirements: string;
958
+ useTheAuthenticatorAppOnYourPhone: string;
959
+ validatedCreatePasswordCallback: string;
960
+ validatedCreateUsernameCallback: string;
961
+ valueRequirements: string;
962
+ verifyYourIdentity: string;
963
+ yourDevice: string;
964
+ yourMultiFactorAuthIsEnabled: string;
965
+ yourRecoveryCodesToAccessAccountForLostDevice: string;
966
+ }>;