@intlayer/design-system 5.3.1 → 5.3.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/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +144 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +144 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts +108 -0
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts.map +1 -1
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts +108 -0
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +90 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +126 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +54 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/signIn.content.d.ts +234 -0
- package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +72 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +198 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +126 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +72 -0
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -1
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts +18 -0
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +234 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +72 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +303 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +216 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +270 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +144 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +72 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +54 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +36 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +217 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/IDE/CopyButton.content.d.ts +18 -0
- package/dist/components/IDE/CopyButton.content.d.ts.map +1 -1
- package/dist/components/Loader/index.content.d.ts +15 -0
- package/dist/components/Loader/index.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +144 -0
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +108 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/package.json +20 -20
|
@@ -16,6 +16,24 @@ export declare const changePasswordContent: {
|
|
|
16
16
|
ar: string;
|
|
17
17
|
ru: string;
|
|
18
18
|
'en-GB': string;
|
|
19
|
+
}, {
|
|
20
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
21
|
+
} & {
|
|
22
|
+
translation: {
|
|
23
|
+
en: string;
|
|
24
|
+
fr: string;
|
|
25
|
+
es: string;
|
|
26
|
+
de: string;
|
|
27
|
+
ja: string;
|
|
28
|
+
ko: string;
|
|
29
|
+
zh: string;
|
|
30
|
+
it: string;
|
|
31
|
+
pt: string;
|
|
32
|
+
hi: string;
|
|
33
|
+
ar: string;
|
|
34
|
+
ru: string;
|
|
35
|
+
'en-GB': string;
|
|
36
|
+
};
|
|
19
37
|
}>;
|
|
20
38
|
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
21
39
|
en: string;
|
|
@@ -31,6 +49,24 @@ export declare const changePasswordContent: {
|
|
|
31
49
|
ar: string;
|
|
32
50
|
ru: string;
|
|
33
51
|
'en-GB': string;
|
|
52
|
+
}, {
|
|
53
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
54
|
+
} & {
|
|
55
|
+
translation: {
|
|
56
|
+
en: string;
|
|
57
|
+
fr: string;
|
|
58
|
+
es: string;
|
|
59
|
+
de: string;
|
|
60
|
+
ja: string;
|
|
61
|
+
ko: string;
|
|
62
|
+
zh: string;
|
|
63
|
+
it: string;
|
|
64
|
+
pt: string;
|
|
65
|
+
hi: string;
|
|
66
|
+
ar: string;
|
|
67
|
+
ru: string;
|
|
68
|
+
'en-GB': string;
|
|
69
|
+
};
|
|
34
70
|
}>;
|
|
35
71
|
};
|
|
36
72
|
newPasswordInput: {
|
|
@@ -48,6 +84,24 @@ export declare const changePasswordContent: {
|
|
|
48
84
|
ar: string;
|
|
49
85
|
ru: string;
|
|
50
86
|
'en-GB': string;
|
|
87
|
+
}, {
|
|
88
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
89
|
+
} & {
|
|
90
|
+
translation: {
|
|
91
|
+
en: string;
|
|
92
|
+
fr: string;
|
|
93
|
+
es: string;
|
|
94
|
+
de: string;
|
|
95
|
+
ja: string;
|
|
96
|
+
ko: string;
|
|
97
|
+
zh: string;
|
|
98
|
+
it: string;
|
|
99
|
+
pt: string;
|
|
100
|
+
hi: string;
|
|
101
|
+
ar: string;
|
|
102
|
+
ru: string;
|
|
103
|
+
'en-GB': string;
|
|
104
|
+
};
|
|
51
105
|
}>;
|
|
52
106
|
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
53
107
|
en: string;
|
|
@@ -63,6 +117,24 @@ export declare const changePasswordContent: {
|
|
|
63
117
|
ar: string;
|
|
64
118
|
ru: string;
|
|
65
119
|
'en-GB': string;
|
|
120
|
+
}, {
|
|
121
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
122
|
+
} & {
|
|
123
|
+
translation: {
|
|
124
|
+
en: string;
|
|
125
|
+
fr: string;
|
|
126
|
+
es: string;
|
|
127
|
+
de: string;
|
|
128
|
+
ja: string;
|
|
129
|
+
ko: string;
|
|
130
|
+
zh: string;
|
|
131
|
+
it: string;
|
|
132
|
+
pt: string;
|
|
133
|
+
hi: string;
|
|
134
|
+
ar: string;
|
|
135
|
+
ru: string;
|
|
136
|
+
'en-GB': string;
|
|
137
|
+
};
|
|
66
138
|
}>;
|
|
67
139
|
};
|
|
68
140
|
confirmPasswordInput: {
|
|
@@ -80,6 +152,24 @@ export declare const changePasswordContent: {
|
|
|
80
152
|
ar: string;
|
|
81
153
|
ru: string;
|
|
82
154
|
'en-GB': string;
|
|
155
|
+
}, {
|
|
156
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
157
|
+
} & {
|
|
158
|
+
translation: {
|
|
159
|
+
en: string;
|
|
160
|
+
fr: string;
|
|
161
|
+
es: string;
|
|
162
|
+
de: string;
|
|
163
|
+
ja: string;
|
|
164
|
+
ko: string;
|
|
165
|
+
zh: string;
|
|
166
|
+
it: string;
|
|
167
|
+
pt: string;
|
|
168
|
+
hi: string;
|
|
169
|
+
ar: string;
|
|
170
|
+
ru: string;
|
|
171
|
+
'en-GB': string;
|
|
172
|
+
};
|
|
83
173
|
}>;
|
|
84
174
|
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
85
175
|
en: string;
|
|
@@ -95,6 +185,24 @@ export declare const changePasswordContent: {
|
|
|
95
185
|
ar: string;
|
|
96
186
|
ru: string;
|
|
97
187
|
'en-GB': string;
|
|
188
|
+
}, {
|
|
189
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
190
|
+
} & {
|
|
191
|
+
translation: {
|
|
192
|
+
en: string;
|
|
193
|
+
fr: string;
|
|
194
|
+
es: string;
|
|
195
|
+
de: string;
|
|
196
|
+
ja: string;
|
|
197
|
+
ko: string;
|
|
198
|
+
zh: string;
|
|
199
|
+
it: string;
|
|
200
|
+
pt: string;
|
|
201
|
+
hi: string;
|
|
202
|
+
ar: string;
|
|
203
|
+
ru: string;
|
|
204
|
+
'en-GB': string;
|
|
205
|
+
};
|
|
98
206
|
}>;
|
|
99
207
|
};
|
|
100
208
|
changePasswordButton: {
|
|
@@ -112,6 +220,24 @@ export declare const changePasswordContent: {
|
|
|
112
220
|
ar: string;
|
|
113
221
|
ru: string;
|
|
114
222
|
'en-GB': string;
|
|
223
|
+
}, {
|
|
224
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
225
|
+
} & {
|
|
226
|
+
translation: {
|
|
227
|
+
en: string;
|
|
228
|
+
fr: string;
|
|
229
|
+
es: string;
|
|
230
|
+
de: string;
|
|
231
|
+
ja: string;
|
|
232
|
+
ko: string;
|
|
233
|
+
zh: string;
|
|
234
|
+
it: string;
|
|
235
|
+
pt: string;
|
|
236
|
+
hi: string;
|
|
237
|
+
ar: string;
|
|
238
|
+
ru: string;
|
|
239
|
+
'en-GB': string;
|
|
240
|
+
};
|
|
115
241
|
}>;
|
|
116
242
|
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
117
243
|
en: string;
|
|
@@ -127,6 +253,24 @@ export declare const changePasswordContent: {
|
|
|
127
253
|
ar: string;
|
|
128
254
|
ru: string;
|
|
129
255
|
'en-GB': string;
|
|
256
|
+
}, {
|
|
257
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
258
|
+
} & {
|
|
259
|
+
translation: {
|
|
260
|
+
en: string;
|
|
261
|
+
fr: string;
|
|
262
|
+
es: string;
|
|
263
|
+
de: string;
|
|
264
|
+
ja: string;
|
|
265
|
+
ko: string;
|
|
266
|
+
zh: string;
|
|
267
|
+
it: string;
|
|
268
|
+
pt: string;
|
|
269
|
+
hi: string;
|
|
270
|
+
ar: string;
|
|
271
|
+
ru: string;
|
|
272
|
+
'en-GB': string;
|
|
273
|
+
};
|
|
130
274
|
}>;
|
|
131
275
|
};
|
|
132
276
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"changePasswordForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ChangePasswordForm/changePasswordForm.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"changePasswordForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ChangePasswordForm/changePasswordForm.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoIZ,CAAC"}
|
|
@@ -15,6 +15,24 @@ export declare const changePasswordSchemaContent: {
|
|
|
15
15
|
hi: string;
|
|
16
16
|
ar: string;
|
|
17
17
|
ru: string;
|
|
18
|
+
}, {
|
|
19
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
20
|
+
} & {
|
|
21
|
+
translation: {
|
|
22
|
+
en: string;
|
|
23
|
+
'en-GB': string;
|
|
24
|
+
fr: string;
|
|
25
|
+
es: string;
|
|
26
|
+
de: string;
|
|
27
|
+
ja: string;
|
|
28
|
+
ko: string;
|
|
29
|
+
zh: string;
|
|
30
|
+
it: string;
|
|
31
|
+
pt: string;
|
|
32
|
+
hi: string;
|
|
33
|
+
ar: string;
|
|
34
|
+
ru: string;
|
|
35
|
+
};
|
|
18
36
|
}>;
|
|
19
37
|
invalidTypeErrorPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
20
38
|
en: string;
|
|
@@ -30,6 +48,24 @@ export declare const changePasswordSchemaContent: {
|
|
|
30
48
|
hi: string;
|
|
31
49
|
ar: string;
|
|
32
50
|
ru: string;
|
|
51
|
+
}, {
|
|
52
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
53
|
+
} & {
|
|
54
|
+
translation: {
|
|
55
|
+
en: string;
|
|
56
|
+
'en-GB': string;
|
|
57
|
+
fr: string;
|
|
58
|
+
es: string;
|
|
59
|
+
de: string;
|
|
60
|
+
ja: string;
|
|
61
|
+
ko: string;
|
|
62
|
+
zh: string;
|
|
63
|
+
it: string;
|
|
64
|
+
pt: string;
|
|
65
|
+
hi: string;
|
|
66
|
+
ar: string;
|
|
67
|
+
ru: string;
|
|
68
|
+
};
|
|
33
69
|
}>;
|
|
34
70
|
invalidPasswordLengthError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
35
71
|
en: string;
|
|
@@ -45,6 +81,24 @@ export declare const changePasswordSchemaContent: {
|
|
|
45
81
|
hi: string;
|
|
46
82
|
ar: string;
|
|
47
83
|
ru: string;
|
|
84
|
+
}, {
|
|
85
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
86
|
+
} & {
|
|
87
|
+
translation: {
|
|
88
|
+
en: string;
|
|
89
|
+
'en-GB': string;
|
|
90
|
+
fr: string;
|
|
91
|
+
es: string;
|
|
92
|
+
de: string;
|
|
93
|
+
ja: string;
|
|
94
|
+
ko: string;
|
|
95
|
+
zh: string;
|
|
96
|
+
it: string;
|
|
97
|
+
pt: string;
|
|
98
|
+
hi: string;
|
|
99
|
+
ar: string;
|
|
100
|
+
ru: string;
|
|
101
|
+
};
|
|
48
102
|
}>;
|
|
49
103
|
requiredErrorNewPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
50
104
|
en: string;
|
|
@@ -60,6 +114,24 @@ export declare const changePasswordSchemaContent: {
|
|
|
60
114
|
hi: string;
|
|
61
115
|
ar: string;
|
|
62
116
|
ru: string;
|
|
117
|
+
}, {
|
|
118
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
119
|
+
} & {
|
|
120
|
+
translation: {
|
|
121
|
+
en: string;
|
|
122
|
+
'en-GB': string;
|
|
123
|
+
fr: string;
|
|
124
|
+
es: string;
|
|
125
|
+
de: string;
|
|
126
|
+
ja: string;
|
|
127
|
+
ko: string;
|
|
128
|
+
zh: string;
|
|
129
|
+
it: string;
|
|
130
|
+
pt: string;
|
|
131
|
+
hi: string;
|
|
132
|
+
ar: string;
|
|
133
|
+
ru: string;
|
|
134
|
+
};
|
|
63
135
|
}>;
|
|
64
136
|
invalidTypeErrorNewPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
65
137
|
en: string;
|
|
@@ -75,6 +147,24 @@ export declare const changePasswordSchemaContent: {
|
|
|
75
147
|
hi: string;
|
|
76
148
|
ar: string;
|
|
77
149
|
ru: string;
|
|
150
|
+
}, {
|
|
151
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
152
|
+
} & {
|
|
153
|
+
translation: {
|
|
154
|
+
en: string;
|
|
155
|
+
'en-GB': string;
|
|
156
|
+
fr: string;
|
|
157
|
+
es: string;
|
|
158
|
+
de: string;
|
|
159
|
+
ja: string;
|
|
160
|
+
ko: string;
|
|
161
|
+
zh: string;
|
|
162
|
+
it: string;
|
|
163
|
+
pt: string;
|
|
164
|
+
hi: string;
|
|
165
|
+
ar: string;
|
|
166
|
+
ru: string;
|
|
167
|
+
};
|
|
78
168
|
}>;
|
|
79
169
|
requiredErrorNewPasswordConfirmation: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
80
170
|
en: string;
|
|
@@ -90,6 +180,24 @@ export declare const changePasswordSchemaContent: {
|
|
|
90
180
|
hi: string;
|
|
91
181
|
ar: string;
|
|
92
182
|
ru: string;
|
|
183
|
+
}, {
|
|
184
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
185
|
+
} & {
|
|
186
|
+
translation: {
|
|
187
|
+
en: string;
|
|
188
|
+
'en-GB': string;
|
|
189
|
+
fr: string;
|
|
190
|
+
es: string;
|
|
191
|
+
de: string;
|
|
192
|
+
ja: string;
|
|
193
|
+
ko: string;
|
|
194
|
+
zh: string;
|
|
195
|
+
it: string;
|
|
196
|
+
pt: string;
|
|
197
|
+
hi: string;
|
|
198
|
+
ar: string;
|
|
199
|
+
ru: string;
|
|
200
|
+
};
|
|
93
201
|
}>;
|
|
94
202
|
invalidTypeErrorNewPasswordConfirmation: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
95
203
|
en: string;
|
|
@@ -105,6 +213,24 @@ export declare const changePasswordSchemaContent: {
|
|
|
105
213
|
hi: string;
|
|
106
214
|
ar: string;
|
|
107
215
|
ru: string;
|
|
216
|
+
}, {
|
|
217
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
218
|
+
} & {
|
|
219
|
+
translation: {
|
|
220
|
+
en: string;
|
|
221
|
+
'en-GB': string;
|
|
222
|
+
fr: string;
|
|
223
|
+
es: string;
|
|
224
|
+
de: string;
|
|
225
|
+
ja: string;
|
|
226
|
+
ko: string;
|
|
227
|
+
zh: string;
|
|
228
|
+
it: string;
|
|
229
|
+
pt: string;
|
|
230
|
+
hi: string;
|
|
231
|
+
ar: string;
|
|
232
|
+
ru: string;
|
|
233
|
+
};
|
|
108
234
|
}>;
|
|
109
235
|
passwordNotMatchError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
110
236
|
en: string;
|
|
@@ -120,6 +246,24 @@ export declare const changePasswordSchemaContent: {
|
|
|
120
246
|
hi: string;
|
|
121
247
|
ar: string;
|
|
122
248
|
ru: string;
|
|
249
|
+
}, {
|
|
250
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
251
|
+
} & {
|
|
252
|
+
translation: {
|
|
253
|
+
en: string;
|
|
254
|
+
'en-GB': string;
|
|
255
|
+
fr: string;
|
|
256
|
+
es: string;
|
|
257
|
+
de: string;
|
|
258
|
+
ja: string;
|
|
259
|
+
ko: string;
|
|
260
|
+
zh: string;
|
|
261
|
+
it: string;
|
|
262
|
+
pt: string;
|
|
263
|
+
hi: string;
|
|
264
|
+
ar: string;
|
|
265
|
+
ru: string;
|
|
266
|
+
};
|
|
123
267
|
}>;
|
|
124
268
|
};
|
|
125
269
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useChangePasswordSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"useChangePasswordSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmIlB,CAAC;AAEvB,eAAe,2BAA2B,CAAC"}
|
|
@@ -16,6 +16,24 @@ export declare const definedPasswordContent: {
|
|
|
16
16
|
ar: string;
|
|
17
17
|
ru: string;
|
|
18
18
|
'en-GB': string;
|
|
19
|
+
}, {
|
|
20
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
21
|
+
} & {
|
|
22
|
+
translation: {
|
|
23
|
+
en: string;
|
|
24
|
+
fr: string;
|
|
25
|
+
es: string;
|
|
26
|
+
de: string;
|
|
27
|
+
ja: string;
|
|
28
|
+
ko: string;
|
|
29
|
+
zh: string;
|
|
30
|
+
it: string;
|
|
31
|
+
pt: string;
|
|
32
|
+
hi: string;
|
|
33
|
+
ar: string;
|
|
34
|
+
ru: string;
|
|
35
|
+
'en-GB': string;
|
|
36
|
+
};
|
|
19
37
|
}>;
|
|
20
38
|
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
21
39
|
en: string;
|
|
@@ -31,6 +49,24 @@ export declare const definedPasswordContent: {
|
|
|
31
49
|
ar: string;
|
|
32
50
|
ru: string;
|
|
33
51
|
'en-GB': string;
|
|
52
|
+
}, {
|
|
53
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
54
|
+
} & {
|
|
55
|
+
translation: {
|
|
56
|
+
en: string;
|
|
57
|
+
fr: string;
|
|
58
|
+
es: string;
|
|
59
|
+
de: string;
|
|
60
|
+
ja: string;
|
|
61
|
+
ko: string;
|
|
62
|
+
zh: string;
|
|
63
|
+
it: string;
|
|
64
|
+
pt: string;
|
|
65
|
+
hi: string;
|
|
66
|
+
ar: string;
|
|
67
|
+
ru: string;
|
|
68
|
+
'en-GB': string;
|
|
69
|
+
};
|
|
34
70
|
}>;
|
|
35
71
|
};
|
|
36
72
|
confirmPasswordInput: {
|
|
@@ -48,6 +84,24 @@ export declare const definedPasswordContent: {
|
|
|
48
84
|
ar: string;
|
|
49
85
|
ru: string;
|
|
50
86
|
'en-GB': string;
|
|
87
|
+
}, {
|
|
88
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
89
|
+
} & {
|
|
90
|
+
translation: {
|
|
91
|
+
en: string;
|
|
92
|
+
fr: string;
|
|
93
|
+
es: string;
|
|
94
|
+
de: string;
|
|
95
|
+
ja: string;
|
|
96
|
+
ko: string;
|
|
97
|
+
zh: string;
|
|
98
|
+
it: string;
|
|
99
|
+
pt: string;
|
|
100
|
+
hi: string;
|
|
101
|
+
ar: string;
|
|
102
|
+
ru: string;
|
|
103
|
+
'en-GB': string;
|
|
104
|
+
};
|
|
51
105
|
}>;
|
|
52
106
|
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
53
107
|
en: string;
|
|
@@ -63,6 +117,24 @@ export declare const definedPasswordContent: {
|
|
|
63
117
|
ar: string;
|
|
64
118
|
ru: string;
|
|
65
119
|
'en-GB': string;
|
|
120
|
+
}, {
|
|
121
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
122
|
+
} & {
|
|
123
|
+
translation: {
|
|
124
|
+
en: string;
|
|
125
|
+
fr: string;
|
|
126
|
+
es: string;
|
|
127
|
+
de: string;
|
|
128
|
+
ja: string;
|
|
129
|
+
ko: string;
|
|
130
|
+
zh: string;
|
|
131
|
+
it: string;
|
|
132
|
+
pt: string;
|
|
133
|
+
hi: string;
|
|
134
|
+
ar: string;
|
|
135
|
+
ru: string;
|
|
136
|
+
'en-GB': string;
|
|
137
|
+
};
|
|
66
138
|
}>;
|
|
67
139
|
};
|
|
68
140
|
changePasswordButton: {
|
|
@@ -80,6 +152,24 @@ export declare const definedPasswordContent: {
|
|
|
80
152
|
ar: string;
|
|
81
153
|
ru: string;
|
|
82
154
|
'en-GB': string;
|
|
155
|
+
}, {
|
|
156
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
157
|
+
} & {
|
|
158
|
+
translation: {
|
|
159
|
+
en: string;
|
|
160
|
+
fr: string;
|
|
161
|
+
es: string;
|
|
162
|
+
de: string;
|
|
163
|
+
ja: string;
|
|
164
|
+
ko: string;
|
|
165
|
+
zh: string;
|
|
166
|
+
it: string;
|
|
167
|
+
pt: string;
|
|
168
|
+
hi: string;
|
|
169
|
+
ar: string;
|
|
170
|
+
ru: string;
|
|
171
|
+
'en-GB': string;
|
|
172
|
+
};
|
|
83
173
|
}>;
|
|
84
174
|
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
85
175
|
en: string;
|
|
@@ -95,6 +185,24 @@ export declare const definedPasswordContent: {
|
|
|
95
185
|
ar: string;
|
|
96
186
|
ru: string;
|
|
97
187
|
'en-GB': string;
|
|
188
|
+
}, {
|
|
189
|
+
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
190
|
+
} & {
|
|
191
|
+
translation: {
|
|
192
|
+
en: string;
|
|
193
|
+
fr: string;
|
|
194
|
+
es: string;
|
|
195
|
+
de: string;
|
|
196
|
+
ja: string;
|
|
197
|
+
ko: string;
|
|
198
|
+
zh: string;
|
|
199
|
+
it: string;
|
|
200
|
+
pt: string;
|
|
201
|
+
hi: string;
|
|
202
|
+
ar: string;
|
|
203
|
+
ru: string;
|
|
204
|
+
'en-GB': string;
|
|
205
|
+
};
|
|
98
206
|
}>;
|
|
99
207
|
};
|
|
100
208
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defineNewPasswordForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"defineNewPasswordForm.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoGb,CAAC"}
|