@frontegg/types 5.60.0 → 6.0.1-alpha.1
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/CheckoutDialogOptions.d.ts +6 -6
- package/CheckoutDialogOptions.js +1 -0
- package/Common.d.ts +6 -6
- package/Common.js +1 -0
- package/ContextOptions.d.ts +31 -31
- package/ContextOptions.js +1 -0
- package/CustomComponents.d.ts +19 -19
- package/CustomComponents.js +1 -0
- package/FronteggAppInstance.d.ts +23 -23
- package/FronteggAppInstance.js +1 -0
- package/FronteggAppOptions.d.ts +76 -76
- package/FronteggAppOptions.js +1 -0
- package/FronteggMetadata.d.ts +88 -88
- package/FronteggMetadata.js +1 -0
- package/FronteggStoreOptions.d.ts +13 -13
- package/FronteggStoreOptions.js +1 -0
- package/Localizations/AdminPortalLocalizations/accountSettings.d.ts +216 -216
- package/Localizations/AdminPortalLocalizations/accountSettings.js +1 -0
- package/Localizations/AdminPortalLocalizations/allUsers.d.ts +275 -275
- package/Localizations/AdminPortalLocalizations/allUsers.js +1 -0
- package/Localizations/AdminPortalLocalizations/apiTokens.d.ts +137 -137
- package/Localizations/AdminPortalLocalizations/apiTokens.js +1 -0
- package/Localizations/AdminPortalLocalizations/auditLogs.d.ts +51 -51
- package/Localizations/AdminPortalLocalizations/auditLogs.js +1 -0
- package/Localizations/AdminPortalLocalizations/index.d.ts +29 -29
- package/Localizations/AdminPortalLocalizations/index.js +15 -0
- package/Localizations/AdminPortalLocalizations/navigation.d.ts +85 -85
- package/Localizations/AdminPortalLocalizations/navigation.js +1 -0
- package/Localizations/AdminPortalLocalizations/personalTokens.d.ts +117 -117
- package/Localizations/AdminPortalLocalizations/personalTokens.js +1 -0
- package/Localizations/AdminPortalLocalizations/privacy.d.ts +182 -182
- package/Localizations/AdminPortalLocalizations/privacy.js +1 -0
- package/Localizations/AdminPortalLocalizations/profile.d.ts +243 -243
- package/Localizations/AdminPortalLocalizations/profile.js +1 -0
- package/Localizations/AdminPortalLocalizations/roles.d.ts +88 -88
- package/Localizations/AdminPortalLocalizations/roles.js +1 -0
- package/Localizations/AdminPortalLocalizations/security.d.ts +182 -182
- package/Localizations/AdminPortalLocalizations/security.js +1 -0
- package/Localizations/AdminPortalLocalizations/sso.d.ts +398 -398
- package/Localizations/AdminPortalLocalizations/sso.js +1 -0
- package/Localizations/AdminPortalLocalizations/subscriptions.d.ts +252 -252
- package/Localizations/AdminPortalLocalizations/subscriptions.js +1 -0
- package/Localizations/AdminPortalLocalizations/users.d.ts +288 -288
- package/Localizations/AdminPortalLocalizations/users.js +1 -0
- package/Localizations/AdminPortalLocalizations/webhooks.d.ts +157 -157
- package/Localizations/AdminPortalLocalizations/webhooks.js +1 -0
- package/Localizations/LocalizationOverrides.d.ts +21 -21
- package/Localizations/LocalizationOverrides.js +1 -0
- package/Localizations/LocalizationType.d.ts +45 -45
- package/Localizations/LocalizationType.js +1 -0
- package/Localizations/LoginBoxLocalization/SplitPageTypes/index.d.ts +25 -25
- package/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +1 -0
- package/Localizations/LoginBoxLocalization/acceptInvitation.d.ts +31 -31
- package/Localizations/LoginBoxLocalization/acceptInvitation.js +1 -0
- package/Localizations/LoginBoxLocalization/activateAccount.d.ts +79 -79
- package/Localizations/LoginBoxLocalization/activateAccount.js +1 -0
- package/Localizations/LoginBoxLocalization/forgetPassword.d.ts +35 -35
- package/Localizations/LoginBoxLocalization/forgetPassword.js +1 -0
- package/Localizations/LoginBoxLocalization/index.d.ts +20 -20
- package/Localizations/LoginBoxLocalization/index.js +11 -0
- package/Localizations/LoginBoxLocalization/login.d.ts +307 -307
- package/Localizations/LoginBoxLocalization/login.js +1 -0
- package/Localizations/LoginBoxLocalization/recoveryMfa.d.ts +23 -23
- package/Localizations/LoginBoxLocalization/recoveryMfa.js +1 -0
- package/Localizations/LoginBoxLocalization/resetPassword.d.ts +67 -67
- package/Localizations/LoginBoxLocalization/resetPassword.js +1 -0
- package/Localizations/LoginBoxLocalization/resetPhoneNumber.d.ts +34 -34
- package/Localizations/LoginBoxLocalization/resetPhoneNumber.js +1 -0
- package/Localizations/LoginBoxLocalization/signup.d.ts +186 -186
- package/Localizations/LoginBoxLocalization/signup.js +1 -0
- package/Localizations/LoginBoxLocalization/socialLogins.d.ts +34 -34
- package/Localizations/LoginBoxLocalization/socialLogins.js +1 -0
- package/Localizations/index.d.ts +4 -4
- package/Localizations/index.js +4 -0
- package/Localizations/package.json +6 -0
- package/Metadata/colorManipulator.d.ts +73 -73
- package/Metadata/colorManipulator.js +186 -0
- package/Metadata/getPalette.d.ts +3 -3
- package/Metadata/getPalette.js +58 -0
- package/Metadata/index.d.ts +15 -15
- package/Metadata/index.js +126 -0
- package/Metadata/package.json +6 -0
- package/PrivateOptions.d.ts +25 -25
- package/PrivateOptions.js +1 -0
- package/ThemeOptions/AdminPortalThemeOptions.d.ts +84 -84
- package/ThemeOptions/AdminPortalThemeOptions.js +16 -0
- package/ThemeOptions/BreakpointsOptions.d.ts +17 -17
- package/ThemeOptions/BreakpointsOptions.js +1 -0
- package/ThemeOptions/ComponentsOptions.d.ts +751 -751
- package/ThemeOptions/ComponentsOptions.js +2 -0
- package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.d.ts +21 -21
- package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.d.ts +51 -51
- package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.d.ts +12 -12
- package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.d.ts +45 -45
- package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoaderTheme.d.ts +7 -7
- package/ThemeOptions/LoginBoxTheme/LoaderTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.d.ts +226 -226
- package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.d.ts +136 -136
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.d.ts +47 -47
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.d.ts +71 -71
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.d.ts +95 -95
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.d.ts +64 -64
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/index.d.ts +53 -53
- package/ThemeOptions/LoginBoxTheme/index.js +11 -0
- package/ThemeOptions/LoginBoxThemeOptions.d.ts +46 -46
- package/ThemeOptions/LoginBoxThemeOptions.js +1 -0
- package/ThemeOptions/Palette.d.ts +85 -85
- package/ThemeOptions/Palette.js +1 -0
- package/ThemeOptions/Shadows.d.ts +1 -1
- package/ThemeOptions/Shadows.js +1 -0
- package/ThemeOptions/SpacingOptions.d.ts +9 -9
- package/ThemeOptions/SpacingOptions.js +1 -0
- package/ThemeOptions/TransitionsOptions.d.ts +23 -23
- package/ThemeOptions/TransitionsOptions.js +1 -0
- package/ThemeOptions/TypographyOptions.d.ts +13 -13
- package/ThemeOptions/TypographyOptions.js +1 -0
- package/ThemeOptions/index.d.ts +41 -41
- package/ThemeOptions/index.js +3 -0
- package/ThemeOptions/package.json +6 -0
- package/index.d.ts +7 -7
- package/index.js +12 -444
- package/node/CheckoutDialogOptions.js +5 -0
- package/node/Common.js +5 -0
- package/node/ContextOptions.js +5 -0
- package/node/CustomComponents.js +5 -0
- package/node/FronteggAppInstance.js +5 -0
- package/node/FronteggAppOptions.js +5 -0
- package/node/FronteggMetadata.js +5 -0
- package/node/FronteggStoreOptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/accountSettings.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/allUsers.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/apiTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/auditLogs.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/index.js +187 -0
- package/node/Localizations/AdminPortalLocalizations/navigation.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/personalTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/privacy.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/profile.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/roles.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/security.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/sso.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/subscriptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/users.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/webhooks.js +5 -0
- package/node/Localizations/LocalizationOverrides.js +5 -0
- package/node/Localizations/LocalizationType.js +5 -0
- package/node/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +5 -0
- package/node/Localizations/LoginBoxLocalization/acceptInvitation.js +5 -0
- package/node/Localizations/LoginBoxLocalization/activateAccount.js +5 -0
- package/node/Localizations/LoginBoxLocalization/forgetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/index.js +135 -0
- package/node/Localizations/LoginBoxLocalization/login.js +5 -0
- package/node/Localizations/LoginBoxLocalization/recoveryMfa.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPhoneNumber.js +5 -0
- package/node/Localizations/LoginBoxLocalization/signup.js +5 -0
- package/node/Localizations/LoginBoxLocalization/socialLogins.js +5 -0
- package/node/Localizations/index.js +57 -0
- package/node/Metadata/colorManipulator.js +210 -0
- package/node/Metadata/getPalette.js +70 -0
- package/node/Metadata/index.js +140 -0
- package/node/PrivateOptions.js +5 -0
- package/node/ThemeOptions/AdminPortalThemeOptions.js +23 -0
- package/node/ThemeOptions/BreakpointsOptions.js +5 -0
- package/node/ThemeOptions/ComponentsOptions.js +6 -0
- package/node/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoaderTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/index.js +135 -0
- package/node/ThemeOptions/LoginBoxThemeOptions.js +5 -0
- package/node/ThemeOptions/Palette.js +5 -0
- package/node/ThemeOptions/Shadows.js +5 -0
- package/node/ThemeOptions/SpacingOptions.js +5 -0
- package/node/ThemeOptions/TransitionsOptions.js +5 -0
- package/node/ThemeOptions/TypographyOptions.js +5 -0
- package/node/ThemeOptions/index.js +31 -0
- package/node/index.js +101 -446
- package/package.json +8 -5
- package/ThemeOptions/helpers.d.ts +0 -0
|
@@ -1,243 +1,243 @@
|
|
|
1
|
-
export interface ProfileLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* Profile overview page strings
|
|
4
|
-
*/
|
|
5
|
-
profile: {
|
|
6
|
-
/**
|
|
7
|
-
* Profile page title
|
|
8
|
-
*/
|
|
9
|
-
pageTitle: string;
|
|
10
|
-
/**
|
|
11
|
-
* Profile page basic information subtitle
|
|
12
|
-
*/
|
|
13
|
-
informationTitle: string;
|
|
14
|
-
/**
|
|
15
|
-
* Settings Email row title
|
|
16
|
-
*/
|
|
17
|
-
email: string;
|
|
18
|
-
/**
|
|
19
|
-
* Settings Full Name row title
|
|
20
|
-
*/
|
|
21
|
-
name: string;
|
|
22
|
-
/**
|
|
23
|
-
* Settings Phone row title
|
|
24
|
-
*/
|
|
25
|
-
phone: string;
|
|
26
|
-
/**
|
|
27
|
-
* Settings Address row title
|
|
28
|
-
*/
|
|
29
|
-
address: string;
|
|
30
|
-
/**
|
|
31
|
-
* Settings JobTitle row title
|
|
32
|
-
*/
|
|
33
|
-
jobTitle: string;
|
|
34
|
-
/**
|
|
35
|
-
* Remove profile image dialog title
|
|
36
|
-
*/
|
|
37
|
-
removeImageTitle: string;
|
|
38
|
-
/**
|
|
39
|
-
* Remove profile image dialog message
|
|
40
|
-
*/
|
|
41
|
-
removeImageMessage: string;
|
|
42
|
-
/**
|
|
43
|
-
* Remove profile image dialog remove button text
|
|
44
|
-
*/
|
|
45
|
-
removeImageButton: string;
|
|
46
|
-
/**
|
|
47
|
-
* Remove profile image dialog cancel button text
|
|
48
|
-
*/
|
|
49
|
-
removeImageCancelButton: string;
|
|
50
|
-
/**
|
|
51
|
-
* Upload profile image action in profile page
|
|
52
|
-
*/
|
|
53
|
-
uploadImage: string;
|
|
54
|
-
/**
|
|
55
|
-
* Remove profile image action in profile page
|
|
56
|
-
*/
|
|
57
|
-
removeImage: string;
|
|
58
|
-
};
|
|
59
|
-
/**
|
|
60
|
-
* Edit user name and title Dialog strings
|
|
61
|
-
*/
|
|
62
|
-
profile_EditName: {
|
|
63
|
-
/**
|
|
64
|
-
* Edit name dialog title
|
|
65
|
-
*/
|
|
66
|
-
title: string;
|
|
67
|
-
/**
|
|
68
|
-
* Display name input label, readonly
|
|
69
|
-
*/
|
|
70
|
-
displayNameInputLabel: string;
|
|
71
|
-
/**
|
|
72
|
-
* First name input label
|
|
73
|
-
*/
|
|
74
|
-
firstNameInputLabel: string;
|
|
75
|
-
/**
|
|
76
|
-
* Error displayed if first name input is empty
|
|
77
|
-
*/
|
|
78
|
-
firstNameIsRequired: string;
|
|
79
|
-
/**
|
|
80
|
-
* Last name input label
|
|
81
|
-
*/
|
|
82
|
-
lastNameInputLabel: string;
|
|
83
|
-
/**
|
|
84
|
-
* Name title select label
|
|
85
|
-
*/
|
|
86
|
-
nameTitle: string;
|
|
87
|
-
/**
|
|
88
|
-
* Name title option "Mr"
|
|
89
|
-
*/
|
|
90
|
-
nameTitle_mr: string;
|
|
91
|
-
/**
|
|
92
|
-
* Name title option "Mrs"
|
|
93
|
-
*/
|
|
94
|
-
nameTitle_mrs: string;
|
|
95
|
-
/**
|
|
96
|
-
* Name title option "Miss"
|
|
97
|
-
*/
|
|
98
|
-
nameTitle_miss: string;
|
|
99
|
-
/**
|
|
100
|
-
* Name title option "Ms"
|
|
101
|
-
*/
|
|
102
|
-
nameTitle_ms: string;
|
|
103
|
-
/**
|
|
104
|
-
* Name title option "Dr"
|
|
105
|
-
*/
|
|
106
|
-
nameTitle_dr: string;
|
|
107
|
-
/**
|
|
108
|
-
* Name title option "Phd"
|
|
109
|
-
*/
|
|
110
|
-
nameTitle_phd: string;
|
|
111
|
-
/**
|
|
112
|
-
* Edit name dialog cancel button text
|
|
113
|
-
*/
|
|
114
|
-
cancel: string;
|
|
115
|
-
/**
|
|
116
|
-
* Edit name dialog submit button text
|
|
117
|
-
*/
|
|
118
|
-
save: string;
|
|
119
|
-
};
|
|
120
|
-
/**
|
|
121
|
-
* Edit job title dialog strings
|
|
122
|
-
*/
|
|
123
|
-
profile_EditJobTitle: {
|
|
124
|
-
/**
|
|
125
|
-
* Dialog title
|
|
126
|
-
*/
|
|
127
|
-
title: string;
|
|
128
|
-
/**
|
|
129
|
-
* Edit Job title input label
|
|
130
|
-
*/
|
|
131
|
-
jobTitleInputLabel: string;
|
|
132
|
-
/**
|
|
133
|
-
* Edit JobTitle dialog cancel button text
|
|
134
|
-
*/
|
|
135
|
-
cancel: string;
|
|
136
|
-
/**
|
|
137
|
-
* Edit JobTitle dialog submit button text
|
|
138
|
-
*/
|
|
139
|
-
save: string;
|
|
140
|
-
};
|
|
141
|
-
/**
|
|
142
|
-
* Edit phone numbers dialog strings
|
|
143
|
-
*/
|
|
144
|
-
profile_EditPhone: {
|
|
145
|
-
/**
|
|
146
|
-
* Dialog title
|
|
147
|
-
*/
|
|
148
|
-
title: string;
|
|
149
|
-
/**
|
|
150
|
-
* Edit Phone number input label
|
|
151
|
-
*/
|
|
152
|
-
phoneInputLabel: string;
|
|
153
|
-
/**
|
|
154
|
-
* Error displayed if Phone number is empty
|
|
155
|
-
*/
|
|
156
|
-
phoneIsRequired: string;
|
|
157
|
-
/**
|
|
158
|
-
* Error displayed if Phone number is invalid
|
|
159
|
-
*/
|
|
160
|
-
phoneIsInvalid: string;
|
|
161
|
-
/**
|
|
162
|
-
* Edit Phone dialog cancel button text
|
|
163
|
-
*/
|
|
164
|
-
cancel: string;
|
|
165
|
-
/**
|
|
166
|
-
* Edit Phone dialog submit button text
|
|
167
|
-
*/
|
|
168
|
-
save: string;
|
|
169
|
-
};
|
|
170
|
-
/**
|
|
171
|
-
* Edit address dialog strings
|
|
172
|
-
*/
|
|
173
|
-
profile_EditAddress: {
|
|
174
|
-
/**
|
|
175
|
-
* Edit Address Dialog
|
|
176
|
-
*/
|
|
177
|
-
title: string;
|
|
178
|
-
/**
|
|
179
|
-
* Edit Address 1 input label
|
|
180
|
-
*/
|
|
181
|
-
address1InputLabel: string;
|
|
182
|
-
/**
|
|
183
|
-
* Error displayed if Address 1 input is empty
|
|
184
|
-
*/
|
|
185
|
-
address1IsRequired: string;
|
|
186
|
-
/**
|
|
187
|
-
* Edit Address 2 input label
|
|
188
|
-
*/
|
|
189
|
-
address2InputLabel: string;
|
|
190
|
-
/**
|
|
191
|
-
* Error displayed if Address 2 input is empty
|
|
192
|
-
*/
|
|
193
|
-
address2IsRequired: string;
|
|
194
|
-
/**
|
|
195
|
-
* Edit City input label
|
|
196
|
-
*/
|
|
197
|
-
cityInputLabel: string;
|
|
198
|
-
/**
|
|
199
|
-
* Error displayed if City input is empty
|
|
200
|
-
*/
|
|
201
|
-
cityIsRequired: string;
|
|
202
|
-
/**
|
|
203
|
-
* Edit State input label
|
|
204
|
-
*/
|
|
205
|
-
stateInputLabel: string;
|
|
206
|
-
/**
|
|
207
|
-
* Error displayed if State input is empty
|
|
208
|
-
*/
|
|
209
|
-
stateInputIsRequired: string;
|
|
210
|
-
/**
|
|
211
|
-
* Edit Postcode input label
|
|
212
|
-
*/
|
|
213
|
-
postCodeInputLabel: string;
|
|
214
|
-
/**
|
|
215
|
-
* Error displayed if post code is invalid
|
|
216
|
-
*/
|
|
217
|
-
postCodeIsInvalid: string;
|
|
218
|
-
/**
|
|
219
|
-
* Error displayed if post code input is empty
|
|
220
|
-
*/
|
|
221
|
-
postCodeIsRequired: string;
|
|
222
|
-
/**
|
|
223
|
-
* Edit Country input label
|
|
224
|
-
*/
|
|
225
|
-
countryInputLabel: string;
|
|
226
|
-
/**
|
|
227
|
-
* Edit Country input placeholder
|
|
228
|
-
*/
|
|
229
|
-
countryInputPlaceholder: string;
|
|
230
|
-
/**
|
|
231
|
-
* Error displayed if country input is empty
|
|
232
|
-
*/
|
|
233
|
-
countryIsRequired: string;
|
|
234
|
-
/**
|
|
235
|
-
* Edit Address dialog cancel button text
|
|
236
|
-
*/
|
|
237
|
-
cancel: string;
|
|
238
|
-
/**
|
|
239
|
-
* Edit Address dialog submit button text
|
|
240
|
-
*/
|
|
241
|
-
save: string;
|
|
242
|
-
};
|
|
243
|
-
}
|
|
1
|
+
export interface ProfileLocalization {
|
|
2
|
+
/**
|
|
3
|
+
* Profile overview page strings
|
|
4
|
+
*/
|
|
5
|
+
profile: {
|
|
6
|
+
/**
|
|
7
|
+
* Profile page title
|
|
8
|
+
*/
|
|
9
|
+
pageTitle: string;
|
|
10
|
+
/**
|
|
11
|
+
* Profile page basic information subtitle
|
|
12
|
+
*/
|
|
13
|
+
informationTitle: string;
|
|
14
|
+
/**
|
|
15
|
+
* Settings Email row title
|
|
16
|
+
*/
|
|
17
|
+
email: string;
|
|
18
|
+
/**
|
|
19
|
+
* Settings Full Name row title
|
|
20
|
+
*/
|
|
21
|
+
name: string;
|
|
22
|
+
/**
|
|
23
|
+
* Settings Phone row title
|
|
24
|
+
*/
|
|
25
|
+
phone: string;
|
|
26
|
+
/**
|
|
27
|
+
* Settings Address row title
|
|
28
|
+
*/
|
|
29
|
+
address: string;
|
|
30
|
+
/**
|
|
31
|
+
* Settings JobTitle row title
|
|
32
|
+
*/
|
|
33
|
+
jobTitle: string;
|
|
34
|
+
/**
|
|
35
|
+
* Remove profile image dialog title
|
|
36
|
+
*/
|
|
37
|
+
removeImageTitle: string;
|
|
38
|
+
/**
|
|
39
|
+
* Remove profile image dialog message
|
|
40
|
+
*/
|
|
41
|
+
removeImageMessage: string;
|
|
42
|
+
/**
|
|
43
|
+
* Remove profile image dialog remove button text
|
|
44
|
+
*/
|
|
45
|
+
removeImageButton: string;
|
|
46
|
+
/**
|
|
47
|
+
* Remove profile image dialog cancel button text
|
|
48
|
+
*/
|
|
49
|
+
removeImageCancelButton: string;
|
|
50
|
+
/**
|
|
51
|
+
* Upload profile image action in profile page
|
|
52
|
+
*/
|
|
53
|
+
uploadImage: string;
|
|
54
|
+
/**
|
|
55
|
+
* Remove profile image action in profile page
|
|
56
|
+
*/
|
|
57
|
+
removeImage: string;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Edit user name and title Dialog strings
|
|
61
|
+
*/
|
|
62
|
+
profile_EditName: {
|
|
63
|
+
/**
|
|
64
|
+
* Edit name dialog title
|
|
65
|
+
*/
|
|
66
|
+
title: string;
|
|
67
|
+
/**
|
|
68
|
+
* Display name input label, readonly
|
|
69
|
+
*/
|
|
70
|
+
displayNameInputLabel: string;
|
|
71
|
+
/**
|
|
72
|
+
* First name input label
|
|
73
|
+
*/
|
|
74
|
+
firstNameInputLabel: string;
|
|
75
|
+
/**
|
|
76
|
+
* Error displayed if first name input is empty
|
|
77
|
+
*/
|
|
78
|
+
firstNameIsRequired: string;
|
|
79
|
+
/**
|
|
80
|
+
* Last name input label
|
|
81
|
+
*/
|
|
82
|
+
lastNameInputLabel: string;
|
|
83
|
+
/**
|
|
84
|
+
* Name title select label
|
|
85
|
+
*/
|
|
86
|
+
nameTitle: string;
|
|
87
|
+
/**
|
|
88
|
+
* Name title option "Mr"
|
|
89
|
+
*/
|
|
90
|
+
nameTitle_mr: string;
|
|
91
|
+
/**
|
|
92
|
+
* Name title option "Mrs"
|
|
93
|
+
*/
|
|
94
|
+
nameTitle_mrs: string;
|
|
95
|
+
/**
|
|
96
|
+
* Name title option "Miss"
|
|
97
|
+
*/
|
|
98
|
+
nameTitle_miss: string;
|
|
99
|
+
/**
|
|
100
|
+
* Name title option "Ms"
|
|
101
|
+
*/
|
|
102
|
+
nameTitle_ms: string;
|
|
103
|
+
/**
|
|
104
|
+
* Name title option "Dr"
|
|
105
|
+
*/
|
|
106
|
+
nameTitle_dr: string;
|
|
107
|
+
/**
|
|
108
|
+
* Name title option "Phd"
|
|
109
|
+
*/
|
|
110
|
+
nameTitle_phd: string;
|
|
111
|
+
/**
|
|
112
|
+
* Edit name dialog cancel button text
|
|
113
|
+
*/
|
|
114
|
+
cancel: string;
|
|
115
|
+
/**
|
|
116
|
+
* Edit name dialog submit button text
|
|
117
|
+
*/
|
|
118
|
+
save: string;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* Edit job title dialog strings
|
|
122
|
+
*/
|
|
123
|
+
profile_EditJobTitle: {
|
|
124
|
+
/**
|
|
125
|
+
* Dialog title
|
|
126
|
+
*/
|
|
127
|
+
title: string;
|
|
128
|
+
/**
|
|
129
|
+
* Edit Job title input label
|
|
130
|
+
*/
|
|
131
|
+
jobTitleInputLabel: string;
|
|
132
|
+
/**
|
|
133
|
+
* Edit JobTitle dialog cancel button text
|
|
134
|
+
*/
|
|
135
|
+
cancel: string;
|
|
136
|
+
/**
|
|
137
|
+
* Edit JobTitle dialog submit button text
|
|
138
|
+
*/
|
|
139
|
+
save: string;
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* Edit phone numbers dialog strings
|
|
143
|
+
*/
|
|
144
|
+
profile_EditPhone: {
|
|
145
|
+
/**
|
|
146
|
+
* Dialog title
|
|
147
|
+
*/
|
|
148
|
+
title: string;
|
|
149
|
+
/**
|
|
150
|
+
* Edit Phone number input label
|
|
151
|
+
*/
|
|
152
|
+
phoneInputLabel: string;
|
|
153
|
+
/**
|
|
154
|
+
* Error displayed if Phone number is empty
|
|
155
|
+
*/
|
|
156
|
+
phoneIsRequired: string;
|
|
157
|
+
/**
|
|
158
|
+
* Error displayed if Phone number is invalid
|
|
159
|
+
*/
|
|
160
|
+
phoneIsInvalid: string;
|
|
161
|
+
/**
|
|
162
|
+
* Edit Phone dialog cancel button text
|
|
163
|
+
*/
|
|
164
|
+
cancel: string;
|
|
165
|
+
/**
|
|
166
|
+
* Edit Phone dialog submit button text
|
|
167
|
+
*/
|
|
168
|
+
save: string;
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* Edit address dialog strings
|
|
172
|
+
*/
|
|
173
|
+
profile_EditAddress: {
|
|
174
|
+
/**
|
|
175
|
+
* Edit Address Dialog
|
|
176
|
+
*/
|
|
177
|
+
title: string;
|
|
178
|
+
/**
|
|
179
|
+
* Edit Address 1 input label
|
|
180
|
+
*/
|
|
181
|
+
address1InputLabel: string;
|
|
182
|
+
/**
|
|
183
|
+
* Error displayed if Address 1 input is empty
|
|
184
|
+
*/
|
|
185
|
+
address1IsRequired: string;
|
|
186
|
+
/**
|
|
187
|
+
* Edit Address 2 input label
|
|
188
|
+
*/
|
|
189
|
+
address2InputLabel: string;
|
|
190
|
+
/**
|
|
191
|
+
* Error displayed if Address 2 input is empty
|
|
192
|
+
*/
|
|
193
|
+
address2IsRequired: string;
|
|
194
|
+
/**
|
|
195
|
+
* Edit City input label
|
|
196
|
+
*/
|
|
197
|
+
cityInputLabel: string;
|
|
198
|
+
/**
|
|
199
|
+
* Error displayed if City input is empty
|
|
200
|
+
*/
|
|
201
|
+
cityIsRequired: string;
|
|
202
|
+
/**
|
|
203
|
+
* Edit State input label
|
|
204
|
+
*/
|
|
205
|
+
stateInputLabel: string;
|
|
206
|
+
/**
|
|
207
|
+
* Error displayed if State input is empty
|
|
208
|
+
*/
|
|
209
|
+
stateInputIsRequired: string;
|
|
210
|
+
/**
|
|
211
|
+
* Edit Postcode input label
|
|
212
|
+
*/
|
|
213
|
+
postCodeInputLabel: string;
|
|
214
|
+
/**
|
|
215
|
+
* Error displayed if post code is invalid
|
|
216
|
+
*/
|
|
217
|
+
postCodeIsInvalid: string;
|
|
218
|
+
/**
|
|
219
|
+
* Error displayed if post code input is empty
|
|
220
|
+
*/
|
|
221
|
+
postCodeIsRequired: string;
|
|
222
|
+
/**
|
|
223
|
+
* Edit Country input label
|
|
224
|
+
*/
|
|
225
|
+
countryInputLabel: string;
|
|
226
|
+
/**
|
|
227
|
+
* Edit Country input placeholder
|
|
228
|
+
*/
|
|
229
|
+
countryInputPlaceholder: string;
|
|
230
|
+
/**
|
|
231
|
+
* Error displayed if country input is empty
|
|
232
|
+
*/
|
|
233
|
+
countryIsRequired: string;
|
|
234
|
+
/**
|
|
235
|
+
* Edit Address dialog cancel button text
|
|
236
|
+
*/
|
|
237
|
+
cancel: string;
|
|
238
|
+
/**
|
|
239
|
+
* Edit Address dialog submit button text
|
|
240
|
+
*/
|
|
241
|
+
save: string;
|
|
242
|
+
};
|
|
243
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
export interface RolesLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* Roles and permissions page strings
|
|
4
|
-
*/
|
|
5
|
-
roles: {
|
|
6
|
-
/**
|
|
7
|
-
* Role and permission page title
|
|
8
|
-
*/
|
|
9
|
-
pageTitle: string;
|
|
10
|
-
/**
|
|
11
|
-
* Table search input placeholder
|
|
12
|
-
*/
|
|
13
|
-
searchInputPlaceholder: string;
|
|
14
|
-
/**
|
|
15
|
-
* Table add new role button action
|
|
16
|
-
*/
|
|
17
|
-
addNewRoleButton: string;
|
|
18
|
-
/**
|
|
19
|
-
* Text to be displayed as table placeholder while loading content based on search query
|
|
20
|
-
*/
|
|
21
|
-
searchingPlaceholder: string;
|
|
22
|
-
/**
|
|
23
|
-
* Placeholder title to be displayed no webhooks added yet
|
|
24
|
-
*/
|
|
25
|
-
noRolesYet: string;
|
|
26
|
-
/**
|
|
27
|
-
* Placeholder description to be displayed no webhooks added yet
|
|
28
|
-
*/
|
|
29
|
-
noRolesYetDescription: string;
|
|
30
|
-
/**
|
|
31
|
-
* Placeholder title to be displayed no results found while searching
|
|
32
|
-
*/
|
|
33
|
-
noResultFound: string;
|
|
34
|
-
/**
|
|
35
|
-
* Placeholder description to be displayed no results found while searching
|
|
36
|
-
*/
|
|
37
|
-
noResultFoundDescription: string;
|
|
38
|
-
/**
|
|
39
|
-
* Table actions column header text
|
|
40
|
-
*/
|
|
41
|
-
actionsHeader: string;
|
|
42
|
-
};
|
|
43
|
-
/**
|
|
44
|
-
* Add new role dialog strings
|
|
45
|
-
*/
|
|
46
|
-
roles_AddRole: {
|
|
47
|
-
/**
|
|
48
|
-
* Add Role dialog title
|
|
49
|
-
*/
|
|
50
|
-
title: string;
|
|
51
|
-
/**
|
|
52
|
-
* Role name input label
|
|
53
|
-
*/
|
|
54
|
-
nameInputLabel: string;
|
|
55
|
-
/**
|
|
56
|
-
* Error displayed if role name is empty
|
|
57
|
-
*/
|
|
58
|
-
nameIsRequired: string;
|
|
59
|
-
/**
|
|
60
|
-
* Role key input label
|
|
61
|
-
*/
|
|
62
|
-
keyInputLabel: string;
|
|
63
|
-
/**
|
|
64
|
-
* Error displayed if role key is empty
|
|
65
|
-
*/
|
|
66
|
-
keyIsRequired: string;
|
|
67
|
-
/**
|
|
68
|
-
* Role description input label
|
|
69
|
-
*/
|
|
70
|
-
descriptionInputLabel: string;
|
|
71
|
-
/**
|
|
72
|
-
* Select role inherited permissions label
|
|
73
|
-
*/
|
|
74
|
-
inheritPermissionInputLabel: string;
|
|
75
|
-
/**
|
|
76
|
-
* Select role inherited permissions placeholder
|
|
77
|
-
*/
|
|
78
|
-
inheritPermissionInputPlaceholder: string;
|
|
79
|
-
/**
|
|
80
|
-
* Add Role dialog cancel button text
|
|
81
|
-
*/
|
|
82
|
-
cancel: string;
|
|
83
|
-
/**
|
|
84
|
-
* Add Role dialog submit button text
|
|
85
|
-
*/
|
|
86
|
-
create: string;
|
|
87
|
-
};
|
|
88
|
-
}
|
|
1
|
+
export interface RolesLocalization {
|
|
2
|
+
/**
|
|
3
|
+
* Roles and permissions page strings
|
|
4
|
+
*/
|
|
5
|
+
roles: {
|
|
6
|
+
/**
|
|
7
|
+
* Role and permission page title
|
|
8
|
+
*/
|
|
9
|
+
pageTitle: string;
|
|
10
|
+
/**
|
|
11
|
+
* Table search input placeholder
|
|
12
|
+
*/
|
|
13
|
+
searchInputPlaceholder: string;
|
|
14
|
+
/**
|
|
15
|
+
* Table add new role button action
|
|
16
|
+
*/
|
|
17
|
+
addNewRoleButton: string;
|
|
18
|
+
/**
|
|
19
|
+
* Text to be displayed as table placeholder while loading content based on search query
|
|
20
|
+
*/
|
|
21
|
+
searchingPlaceholder: string;
|
|
22
|
+
/**
|
|
23
|
+
* Placeholder title to be displayed no webhooks added yet
|
|
24
|
+
*/
|
|
25
|
+
noRolesYet: string;
|
|
26
|
+
/**
|
|
27
|
+
* Placeholder description to be displayed no webhooks added yet
|
|
28
|
+
*/
|
|
29
|
+
noRolesYetDescription: string;
|
|
30
|
+
/**
|
|
31
|
+
* Placeholder title to be displayed no results found while searching
|
|
32
|
+
*/
|
|
33
|
+
noResultFound: string;
|
|
34
|
+
/**
|
|
35
|
+
* Placeholder description to be displayed no results found while searching
|
|
36
|
+
*/
|
|
37
|
+
noResultFoundDescription: string;
|
|
38
|
+
/**
|
|
39
|
+
* Table actions column header text
|
|
40
|
+
*/
|
|
41
|
+
actionsHeader: string;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Add new role dialog strings
|
|
45
|
+
*/
|
|
46
|
+
roles_AddRole: {
|
|
47
|
+
/**
|
|
48
|
+
* Add Role dialog title
|
|
49
|
+
*/
|
|
50
|
+
title: string;
|
|
51
|
+
/**
|
|
52
|
+
* Role name input label
|
|
53
|
+
*/
|
|
54
|
+
nameInputLabel: string;
|
|
55
|
+
/**
|
|
56
|
+
* Error displayed if role name is empty
|
|
57
|
+
*/
|
|
58
|
+
nameIsRequired: string;
|
|
59
|
+
/**
|
|
60
|
+
* Role key input label
|
|
61
|
+
*/
|
|
62
|
+
keyInputLabel: string;
|
|
63
|
+
/**
|
|
64
|
+
* Error displayed if role key is empty
|
|
65
|
+
*/
|
|
66
|
+
keyIsRequired: string;
|
|
67
|
+
/**
|
|
68
|
+
* Role description input label
|
|
69
|
+
*/
|
|
70
|
+
descriptionInputLabel: string;
|
|
71
|
+
/**
|
|
72
|
+
* Select role inherited permissions label
|
|
73
|
+
*/
|
|
74
|
+
inheritPermissionInputLabel: string;
|
|
75
|
+
/**
|
|
76
|
+
* Select role inherited permissions placeholder
|
|
77
|
+
*/
|
|
78
|
+
inheritPermissionInputPlaceholder: string;
|
|
79
|
+
/**
|
|
80
|
+
* Add Role dialog cancel button text
|
|
81
|
+
*/
|
|
82
|
+
cancel: string;
|
|
83
|
+
/**
|
|
84
|
+
* Add Role dialog submit button text
|
|
85
|
+
*/
|
|
86
|
+
create: string;
|
|
87
|
+
};
|
|
88
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|