@intlayer/design-system 5.0.2 → 5.0.4
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 +150 -10
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +120 -8
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +75 -5
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +105 -7
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +45 -3
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/signIn.content.d.ts +195 -13
- package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +60 -4
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +165 -11
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +105 -7
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +60 -4
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -1
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts +15 -1
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts +114 -8
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts +30 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +195 -13
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +60 -4
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +387 -26
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +180 -12
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +3 -3
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +165 -11
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +150 -10
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +45 -3
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +60 -4
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts +105 -7
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +135 -9
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/IDE/CopyButton.content.d.ts +15 -1
- package/dist/components/IDE/CopyButton.content.d.ts.map +1 -1
- package/dist/components/Loader/index.content.d.ts +12 -1
- package/dist/components/Loader/index.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +105 -7
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +75 -5
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/package.json +17 -17
|
@@ -2,24 +2,164 @@ export declare const changePasswordContent: {
|
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
4
|
currentPasswordInput: {
|
|
5
|
-
label: import('@intlayer/core').
|
|
6
|
-
|
|
5
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
6
|
+
en: string;
|
|
7
|
+
fr: string;
|
|
8
|
+
es: string;
|
|
9
|
+
de: string;
|
|
10
|
+
ja: string;
|
|
11
|
+
ko: string;
|
|
12
|
+
zh: string;
|
|
13
|
+
it: string;
|
|
14
|
+
pt: string;
|
|
15
|
+
hi: string;
|
|
16
|
+
ar: string;
|
|
17
|
+
ru: string;
|
|
18
|
+
'en-GB': string;
|
|
19
|
+
}>;
|
|
20
|
+
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
21
|
+
en: string;
|
|
22
|
+
fr: string;
|
|
23
|
+
es: string;
|
|
24
|
+
de: string;
|
|
25
|
+
ja: string;
|
|
26
|
+
ko: string;
|
|
27
|
+
zh: string;
|
|
28
|
+
it: string;
|
|
29
|
+
pt: string;
|
|
30
|
+
hi: string;
|
|
31
|
+
ar: string;
|
|
32
|
+
ru: string;
|
|
33
|
+
'en-GB': string;
|
|
34
|
+
}>;
|
|
7
35
|
};
|
|
8
36
|
newPasswordInput: {
|
|
9
|
-
label: import('@intlayer/core').
|
|
10
|
-
|
|
37
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
38
|
+
en: string;
|
|
39
|
+
fr: string;
|
|
40
|
+
es: string;
|
|
41
|
+
de: string;
|
|
42
|
+
ja: string;
|
|
43
|
+
ko: string;
|
|
44
|
+
zh: string;
|
|
45
|
+
it: string;
|
|
46
|
+
pt: string;
|
|
47
|
+
hi: string;
|
|
48
|
+
ar: string;
|
|
49
|
+
ru: string;
|
|
50
|
+
'en-GB': string;
|
|
51
|
+
}>;
|
|
52
|
+
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
53
|
+
en: string;
|
|
54
|
+
fr: string;
|
|
55
|
+
es: string;
|
|
56
|
+
de: string;
|
|
57
|
+
ja: string;
|
|
58
|
+
ko: string;
|
|
59
|
+
zh: string;
|
|
60
|
+
it: string;
|
|
61
|
+
pt: string;
|
|
62
|
+
hi: string;
|
|
63
|
+
ar: string;
|
|
64
|
+
ru: string;
|
|
65
|
+
'en-GB': string;
|
|
66
|
+
}>;
|
|
11
67
|
};
|
|
12
68
|
confirmPasswordInput: {
|
|
13
|
-
label: import('@intlayer/core').
|
|
14
|
-
|
|
69
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
70
|
+
en: string;
|
|
71
|
+
fr: string;
|
|
72
|
+
es: string;
|
|
73
|
+
de: string;
|
|
74
|
+
ja: string;
|
|
75
|
+
ko: string;
|
|
76
|
+
zh: string;
|
|
77
|
+
it: string;
|
|
78
|
+
pt: string;
|
|
79
|
+
hi: string;
|
|
80
|
+
ar: string;
|
|
81
|
+
ru: string;
|
|
82
|
+
'en-GB': string;
|
|
83
|
+
}>;
|
|
84
|
+
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
85
|
+
en: string;
|
|
86
|
+
fr: string;
|
|
87
|
+
es: string;
|
|
88
|
+
de: string;
|
|
89
|
+
ja: string;
|
|
90
|
+
ko: string;
|
|
91
|
+
zh: string;
|
|
92
|
+
it: string;
|
|
93
|
+
pt: string;
|
|
94
|
+
hi: string;
|
|
95
|
+
ar: string;
|
|
96
|
+
ru: string;
|
|
97
|
+
'en-GB': string;
|
|
98
|
+
}>;
|
|
15
99
|
};
|
|
16
100
|
changePasswordButton: {
|
|
17
|
-
text: import('@intlayer/core').
|
|
18
|
-
|
|
101
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
102
|
+
en: string;
|
|
103
|
+
fr: string;
|
|
104
|
+
es: string;
|
|
105
|
+
de: string;
|
|
106
|
+
ja: string;
|
|
107
|
+
ko: string;
|
|
108
|
+
zh: string;
|
|
109
|
+
it: string;
|
|
110
|
+
pt: string;
|
|
111
|
+
hi: string;
|
|
112
|
+
ar: string;
|
|
113
|
+
ru: string;
|
|
114
|
+
'en-GB': string;
|
|
115
|
+
}>;
|
|
116
|
+
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
117
|
+
en: string;
|
|
118
|
+
fr: string;
|
|
119
|
+
es: string;
|
|
120
|
+
de: string;
|
|
121
|
+
ja: string;
|
|
122
|
+
ko: string;
|
|
123
|
+
zh: string;
|
|
124
|
+
it: string;
|
|
125
|
+
pt: string;
|
|
126
|
+
hi: string;
|
|
127
|
+
ar: string;
|
|
128
|
+
ru: string;
|
|
129
|
+
'en-GB': string;
|
|
130
|
+
}>;
|
|
19
131
|
};
|
|
20
132
|
backToHomeButton: {
|
|
21
|
-
text: import('@intlayer/core').
|
|
22
|
-
|
|
133
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
134
|
+
en: string;
|
|
135
|
+
fr: string;
|
|
136
|
+
es: string;
|
|
137
|
+
de: string;
|
|
138
|
+
ja: string;
|
|
139
|
+
ko: string;
|
|
140
|
+
zh: string;
|
|
141
|
+
it: string;
|
|
142
|
+
pt: string;
|
|
143
|
+
hi: string;
|
|
144
|
+
ar: string;
|
|
145
|
+
ru: string;
|
|
146
|
+
'en-GB': string;
|
|
147
|
+
}>;
|
|
148
|
+
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
149
|
+
en: string;
|
|
150
|
+
fr: string;
|
|
151
|
+
es: string;
|
|
152
|
+
de: string;
|
|
153
|
+
ja: string;
|
|
154
|
+
ko: string;
|
|
155
|
+
zh: string;
|
|
156
|
+
it: string;
|
|
157
|
+
pt: string;
|
|
158
|
+
hi: string;
|
|
159
|
+
ar: string;
|
|
160
|
+
ru: string;
|
|
161
|
+
'en-GB': string;
|
|
162
|
+
}>;
|
|
23
163
|
};
|
|
24
164
|
};
|
|
25
165
|
};
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoKZ,CAAC"}
|
|
@@ -1,14 +1,126 @@
|
|
|
1
1
|
export declare const changePasswordSchemaContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
requiredErrorPassword: import('@intlayer/core').
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
requiredErrorPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
5
|
+
en: string;
|
|
6
|
+
'en-GB': string;
|
|
7
|
+
fr: string;
|
|
8
|
+
es: string;
|
|
9
|
+
de: string;
|
|
10
|
+
ja: string;
|
|
11
|
+
ko: string;
|
|
12
|
+
zh: string;
|
|
13
|
+
it: string;
|
|
14
|
+
pt: string;
|
|
15
|
+
hi: string;
|
|
16
|
+
ar: string;
|
|
17
|
+
ru: string;
|
|
18
|
+
}>;
|
|
19
|
+
invalidTypeErrorPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
20
|
+
en: string;
|
|
21
|
+
'en-GB': string;
|
|
22
|
+
fr: string;
|
|
23
|
+
es: string;
|
|
24
|
+
de: string;
|
|
25
|
+
ja: string;
|
|
26
|
+
ko: string;
|
|
27
|
+
zh: string;
|
|
28
|
+
it: string;
|
|
29
|
+
pt: string;
|
|
30
|
+
hi: string;
|
|
31
|
+
ar: string;
|
|
32
|
+
ru: string;
|
|
33
|
+
}>;
|
|
34
|
+
invalidPasswordLengthError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
35
|
+
en: string;
|
|
36
|
+
'en-GB': string;
|
|
37
|
+
fr: string;
|
|
38
|
+
es: string;
|
|
39
|
+
de: string;
|
|
40
|
+
ja: string;
|
|
41
|
+
ko: string;
|
|
42
|
+
zh: string;
|
|
43
|
+
it: string;
|
|
44
|
+
pt: string;
|
|
45
|
+
hi: string;
|
|
46
|
+
ar: string;
|
|
47
|
+
ru: string;
|
|
48
|
+
}>;
|
|
49
|
+
requiredErrorNewPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
50
|
+
en: string;
|
|
51
|
+
'en-GB': string;
|
|
52
|
+
fr: string;
|
|
53
|
+
es: string;
|
|
54
|
+
de: string;
|
|
55
|
+
ja: string;
|
|
56
|
+
ko: string;
|
|
57
|
+
zh: string;
|
|
58
|
+
it: string;
|
|
59
|
+
pt: string;
|
|
60
|
+
hi: string;
|
|
61
|
+
ar: string;
|
|
62
|
+
ru: string;
|
|
63
|
+
}>;
|
|
64
|
+
invalidTypeErrorNewPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
65
|
+
en: string;
|
|
66
|
+
'en-GB': string;
|
|
67
|
+
fr: string;
|
|
68
|
+
es: string;
|
|
69
|
+
de: string;
|
|
70
|
+
ja: string;
|
|
71
|
+
ko: string;
|
|
72
|
+
zh: string;
|
|
73
|
+
it: string;
|
|
74
|
+
pt: string;
|
|
75
|
+
hi: string;
|
|
76
|
+
ar: string;
|
|
77
|
+
ru: string;
|
|
78
|
+
}>;
|
|
79
|
+
requiredErrorNewPasswordConfirmation: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
80
|
+
en: string;
|
|
81
|
+
'en-GB': string;
|
|
82
|
+
fr: string;
|
|
83
|
+
es: string;
|
|
84
|
+
de: string;
|
|
85
|
+
ja: string;
|
|
86
|
+
ko: string;
|
|
87
|
+
zh: string;
|
|
88
|
+
it: string;
|
|
89
|
+
pt: string;
|
|
90
|
+
hi: string;
|
|
91
|
+
ar: string;
|
|
92
|
+
ru: string;
|
|
93
|
+
}>;
|
|
94
|
+
invalidTypeErrorNewPasswordConfirmation: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
95
|
+
en: string;
|
|
96
|
+
'en-GB': string;
|
|
97
|
+
fr: string;
|
|
98
|
+
es: string;
|
|
99
|
+
de: string;
|
|
100
|
+
ja: string;
|
|
101
|
+
ko: string;
|
|
102
|
+
zh: string;
|
|
103
|
+
it: string;
|
|
104
|
+
pt: string;
|
|
105
|
+
hi: string;
|
|
106
|
+
ar: string;
|
|
107
|
+
ru: string;
|
|
108
|
+
}>;
|
|
109
|
+
passwordNotMatchError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
110
|
+
en: string;
|
|
111
|
+
'en-GB': string;
|
|
112
|
+
fr: string;
|
|
113
|
+
es: string;
|
|
114
|
+
de: string;
|
|
115
|
+
ja: string;
|
|
116
|
+
ko: string;
|
|
117
|
+
zh: string;
|
|
118
|
+
it: string;
|
|
119
|
+
pt: string;
|
|
120
|
+
hi: string;
|
|
121
|
+
ar: string;
|
|
122
|
+
ru: string;
|
|
123
|
+
}>;
|
|
12
124
|
};
|
|
13
125
|
};
|
|
14
126
|
export default changePasswordSchemaContent;
|
|
@@ -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"}
|
|
@@ -1,14 +1,84 @@
|
|
|
1
1
|
export declare const externalsLoginButtonsContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
span: import('@intlayer/core').
|
|
4
|
+
span: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
5
|
+
en: string;
|
|
6
|
+
fr: string;
|
|
7
|
+
es: string;
|
|
8
|
+
de: string;
|
|
9
|
+
ja: string;
|
|
10
|
+
ko: string;
|
|
11
|
+
zh: string;
|
|
12
|
+
it: string;
|
|
13
|
+
pt: string;
|
|
14
|
+
hi: string;
|
|
15
|
+
ar: string;
|
|
16
|
+
ru: string;
|
|
17
|
+
'en-GB': string;
|
|
18
|
+
}>;
|
|
5
19
|
github: {
|
|
6
|
-
label: import('@intlayer/core').
|
|
7
|
-
|
|
20
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
21
|
+
en: string;
|
|
22
|
+
fr: string;
|
|
23
|
+
es: string;
|
|
24
|
+
de: string;
|
|
25
|
+
ja: string;
|
|
26
|
+
ko: string;
|
|
27
|
+
zh: string;
|
|
28
|
+
it: string;
|
|
29
|
+
pt: string;
|
|
30
|
+
hi: string;
|
|
31
|
+
ar: string;
|
|
32
|
+
ru: string;
|
|
33
|
+
'en-GB': string;
|
|
34
|
+
}>;
|
|
35
|
+
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
36
|
+
en: string;
|
|
37
|
+
fr: string;
|
|
38
|
+
es: string;
|
|
39
|
+
de: string;
|
|
40
|
+
ja: string;
|
|
41
|
+
ko: string;
|
|
42
|
+
zh: string;
|
|
43
|
+
it: string;
|
|
44
|
+
pt: string;
|
|
45
|
+
hi: string;
|
|
46
|
+
ar: string;
|
|
47
|
+
ru: string;
|
|
48
|
+
'en-GB': string;
|
|
49
|
+
}>;
|
|
8
50
|
};
|
|
9
51
|
google: {
|
|
10
|
-
label: import('@intlayer/core').
|
|
11
|
-
|
|
52
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
53
|
+
en: string;
|
|
54
|
+
fr: string;
|
|
55
|
+
es: string;
|
|
56
|
+
de: string;
|
|
57
|
+
ja: string;
|
|
58
|
+
ko: string;
|
|
59
|
+
zh: string;
|
|
60
|
+
it: string;
|
|
61
|
+
pt: string;
|
|
62
|
+
hi: string;
|
|
63
|
+
ar: string;
|
|
64
|
+
ru: string;
|
|
65
|
+
'en-GB': string;
|
|
66
|
+
}>;
|
|
67
|
+
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
68
|
+
en: string;
|
|
69
|
+
fr: string;
|
|
70
|
+
es: string;
|
|
71
|
+
de: string;
|
|
72
|
+
ja: string;
|
|
73
|
+
ko: string;
|
|
74
|
+
zh: string;
|
|
75
|
+
it: string;
|
|
76
|
+
pt: string;
|
|
77
|
+
hi: string;
|
|
78
|
+
ar: string;
|
|
79
|
+
ru: string;
|
|
80
|
+
'en-GB': string;
|
|
81
|
+
}>;
|
|
12
82
|
};
|
|
13
83
|
};
|
|
14
84
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalsLoginButtons.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"externalsLoginButtons.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFnB,CAAC;AAEvB,eAAe,4BAA4B,CAAC"}
|
|
@@ -2,19 +2,117 @@ export declare const resetPasswordContent: {
|
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
4
|
emailInput: {
|
|
5
|
-
label: import('@intlayer/core').
|
|
6
|
-
|
|
5
|
+
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
6
|
+
en: string;
|
|
7
|
+
fr: string;
|
|
8
|
+
es: string;
|
|
9
|
+
'en-GB': string;
|
|
10
|
+
de: string;
|
|
11
|
+
ja: string;
|
|
12
|
+
ko: string;
|
|
13
|
+
zh: string;
|
|
14
|
+
it: string;
|
|
15
|
+
pt: string;
|
|
16
|
+
hi: string;
|
|
17
|
+
ar: string;
|
|
18
|
+
ru: string;
|
|
19
|
+
}>;
|
|
20
|
+
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
21
|
+
en: string;
|
|
22
|
+
fr: string;
|
|
23
|
+
es: string;
|
|
24
|
+
'en-GB': string;
|
|
25
|
+
de: string;
|
|
26
|
+
ja: string;
|
|
27
|
+
ko: string;
|
|
28
|
+
zh: string;
|
|
29
|
+
it: string;
|
|
30
|
+
pt: string;
|
|
31
|
+
hi: string;
|
|
32
|
+
ar: string;
|
|
33
|
+
ru: string;
|
|
34
|
+
}>;
|
|
7
35
|
};
|
|
8
36
|
sendRecoveryEmailButton: {
|
|
9
|
-
text: import('@intlayer/core').
|
|
10
|
-
|
|
37
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
38
|
+
en: string;
|
|
39
|
+
fr: string;
|
|
40
|
+
es: string;
|
|
41
|
+
'en-GB': string;
|
|
42
|
+
de: string;
|
|
43
|
+
ja: string;
|
|
44
|
+
ko: string;
|
|
45
|
+
zh: string;
|
|
46
|
+
it: string;
|
|
47
|
+
pt: string;
|
|
48
|
+
hi: string;
|
|
49
|
+
ar: string;
|
|
50
|
+
ru: string;
|
|
51
|
+
}>;
|
|
52
|
+
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
53
|
+
en: string;
|
|
54
|
+
fr: string;
|
|
55
|
+
es: string;
|
|
56
|
+
'en-GB': string;
|
|
57
|
+
de: string;
|
|
58
|
+
ja: string;
|
|
59
|
+
ko: string;
|
|
60
|
+
zh: string;
|
|
61
|
+
it: string;
|
|
62
|
+
pt: string;
|
|
63
|
+
hi: string;
|
|
64
|
+
ar: string;
|
|
65
|
+
ru: string;
|
|
66
|
+
}>;
|
|
11
67
|
};
|
|
12
68
|
resendRecoveryEmailButton: {
|
|
13
|
-
text: import('@intlayer/core').
|
|
69
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
70
|
+
en: string;
|
|
71
|
+
fr: string;
|
|
72
|
+
es: string;
|
|
73
|
+
'en-GB': string;
|
|
74
|
+
de: string;
|
|
75
|
+
ja: string;
|
|
76
|
+
ko: string;
|
|
77
|
+
zh: string;
|
|
78
|
+
it: string;
|
|
79
|
+
pt: string;
|
|
80
|
+
hi: string;
|
|
81
|
+
ar: string;
|
|
82
|
+
ru: string;
|
|
83
|
+
}>;
|
|
14
84
|
};
|
|
15
|
-
resendInText: import('@intlayer/core').
|
|
85
|
+
resendInText: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
86
|
+
en: string;
|
|
87
|
+
fr: string;
|
|
88
|
+
es: string;
|
|
89
|
+
'en-GB': string;
|
|
90
|
+
de: string;
|
|
91
|
+
ja: string;
|
|
92
|
+
ko: string;
|
|
93
|
+
zh: string;
|
|
94
|
+
it: string;
|
|
95
|
+
pt: string;
|
|
96
|
+
hi: string;
|
|
97
|
+
ar: string;
|
|
98
|
+
ru: string;
|
|
99
|
+
}>;
|
|
16
100
|
backToLoginButton: {
|
|
17
|
-
text: import('@intlayer/core').
|
|
101
|
+
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
102
|
+
en: string;
|
|
103
|
+
fr: string;
|
|
104
|
+
es: string;
|
|
105
|
+
'en-GB': string;
|
|
106
|
+
de: string;
|
|
107
|
+
ja: string;
|
|
108
|
+
ko: string;
|
|
109
|
+
zh: string;
|
|
110
|
+
it: string;
|
|
111
|
+
pt: string;
|
|
112
|
+
hi: string;
|
|
113
|
+
ar: string;
|
|
114
|
+
ru: string;
|
|
115
|
+
}>;
|
|
18
116
|
};
|
|
19
117
|
};
|
|
20
118
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resetPasswordContent.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"resetPasswordContent.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqHX,CAAC"}
|
|
@@ -1,9 +1,51 @@
|
|
|
1
1
|
export declare const useResetPasswordSchemaContent: {
|
|
2
2
|
key: string;
|
|
3
3
|
content: {
|
|
4
|
-
requiredErrorEmail: import('@intlayer/core').
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
requiredErrorEmail: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
5
|
+
en: string;
|
|
6
|
+
'en-GB': string;
|
|
7
|
+
fr: string;
|
|
8
|
+
es: string;
|
|
9
|
+
de: string;
|
|
10
|
+
ja: string;
|
|
11
|
+
ko: string;
|
|
12
|
+
zh: string;
|
|
13
|
+
it: string;
|
|
14
|
+
pt: string;
|
|
15
|
+
hi: string;
|
|
16
|
+
ar: string;
|
|
17
|
+
ru: string;
|
|
18
|
+
}>;
|
|
19
|
+
invalidTypeErrorEmail: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
20
|
+
en: string;
|
|
21
|
+
'en-GB': string;
|
|
22
|
+
fr: string;
|
|
23
|
+
es: string;
|
|
24
|
+
de: string;
|
|
25
|
+
ja: string;
|
|
26
|
+
ko: string;
|
|
27
|
+
zh: string;
|
|
28
|
+
it: string;
|
|
29
|
+
pt: string;
|
|
30
|
+
hi: string;
|
|
31
|
+
ar: string;
|
|
32
|
+
ru: string;
|
|
33
|
+
}>;
|
|
34
|
+
invalidLengthErrorEmail: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
35
|
+
en: string;
|
|
36
|
+
'en-GB': string;
|
|
37
|
+
fr: string;
|
|
38
|
+
es: string;
|
|
39
|
+
de: string;
|
|
40
|
+
ja: string;
|
|
41
|
+
ko: string;
|
|
42
|
+
zh: string;
|
|
43
|
+
it: string;
|
|
44
|
+
pt: string;
|
|
45
|
+
hi: string;
|
|
46
|
+
ar: string;
|
|
47
|
+
ru: string;
|
|
48
|
+
}>;
|
|
7
49
|
};
|
|
8
50
|
};
|
|
9
51
|
export default useResetPasswordSchemaContent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useResetPasswordSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"useResetPasswordSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDpB,CAAC;AAEvB,eAAe,6BAA6B,CAAC"}
|