@candlerip/shared3 0.0.78 → 0.0.79

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. package/package.json +1 -1
  2. package/src/auth/auth/domain.d.ts +6 -0
  3. package/src/auth/index.d.ts +1 -0
  4. package/src/auth/index.js +1 -0
  5. package/src/dictionary/dictionary/page-dictionary/common-page-dictionary/domain.d.ts +10 -10
  6. package/src/dictionary/dictionary-id/dictionary-id/config.d.ts +1 -1
  7. package/src/dictionary/dictionary-id/dictionary-id/config.js +62 -59
  8. package/src/dictionary/dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids/config.d.ts +1 -1
  9. package/src/dictionary/dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids/config.js +2 -2
  10. package/src/dictionary/dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids/config.d.ts +1 -1
  11. package/src/dictionary/dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids/config.js +4 -4
  12. package/src/dictionary/dictionary-id/page-dictionary-ids/candle-details-page-dictionary-ids/config.d.ts +1 -1
  13. package/src/dictionary/dictionary-id/page-dictionary-ids/candle-details-page-dictionary-ids/config.js +6 -6
  14. package/src/dictionary/dictionary-id/page-dictionary-ids/common-page-dictionary-ids/config.d.ts +1 -1
  15. package/src/dictionary/dictionary-id/page-dictionary-ids/common-page-dictionary-ids/config.js +9 -7
  16. package/src/dictionary/dictionary-id/page-dictionary-ids/contact-page-dictionary-ids/config.d.ts +1 -1
  17. package/src/dictionary/dictionary-id/page-dictionary-ids/contact-page-dictionary-ids/config.js +5 -5
  18. package/src/dictionary/dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids/config.d.ts +1 -1
  19. package/src/dictionary/dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids/config.js +1 -1
  20. package/src/dictionary/dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids/config.d.ts +1 -1
  21. package/src/dictionary/dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids/config.js +1 -1
  22. package/src/dictionary/dictionary-id/page-dictionary-ids/help-page-dictionary-ids/config.d.ts +1 -1
  23. package/src/dictionary/dictionary-id/page-dictionary-ids/help-page-dictionary-ids/config.js +14 -14
  24. package/src/dictionary/dictionary-id/page-dictionary-ids/home-page-dictionary-ids/config.d.ts +1 -1
  25. package/src/dictionary/dictionary-id/page-dictionary-ids/home-page-dictionary-ids/config.js +4 -4
  26. package/src/dictionary/dictionary-id/page-dictionary-ids/person-candles-page-dictionary-ids/config.d.ts +1 -1
  27. package/src/dictionary/dictionary-id/page-dictionary-ids/person-candles-page-dictionary-ids/config.js +1 -1
  28. package/src/dictionary/dictionary-id/page-dictionary-ids/person-details-page-dictionary-ids/config.d.ts +1 -1
  29. package/src/dictionary/dictionary-id/page-dictionary-ids/person-details-page-dictionary-ids/config.js +10 -10
  30. package/src/dictionary/dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids/config.d.ts +1 -1
  31. package/src/dictionary/dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids/config.js +1 -1
  32. package/src/dictionary/dictionary-id/page-dictionary-ids/persons-page-dictionary-ids/config.d.ts +1 -1
  33. package/src/dictionary/dictionary-id/page-dictionary-ids/persons-page-dictionary-ids/config.js +5 -5
  34. package/src/dictionary/dictionary-id/page-dictionary-ids/terms-and-conditions-page-dictionary-ids/config.d.ts +1 -1
  35. package/src/dictionary/dictionary-id/page-dictionary-ids/terms-and-conditions-page-dictionary-ids/config.js +14 -14
  36. package/src/dictionary/dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids/config.d.ts +1 -1
  37. package/src/dictionary/dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids/config.js +1 -1
  38. package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/config.d.ts +1 -1
  39. package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/config.js +2 -2
  40. package/src/index.d.ts +1 -0
  41. package/src/index.js +1 -0
  42. package/src/ssr/server-side-props/add-candle-page-server-side-props/domain.d.ts +2 -2
  43. package/src/ssr/server-side-props/contact-page-server-side-props/domain.d.ts +2 -2
  44. package/src/ssr/server-side-props/cookie-policy-page-server-side-props/domain.d.ts +2 -2
  45. package/src/ssr/server-side-props/help-page-server-side-props/domain.d.ts +2 -2
  46. package/src/ssr/server-side-props/index.d.ts +0 -1
  47. package/src/ssr/server-side-props/index.js +0 -1
  48. package/src/ssr/server-side-props/terms-and-conditions-page-server-side-props/domain.d.ts +2 -2
  49. package/src/ssr/server-side-props/auth-server-side-props/domain.d.ts +0 -6
  50. /package/src/{ssr/server-side-props/auth-server-side-props → auth/auth}/domain.js +0 -0
  51. /package/src/{ssr/server-side-props/auth-server-side-props → auth/auth}/index.d.ts +0 -0
  52. /package/src/{ssr/server-side-props/auth-server-side-props → auth/auth}/index.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -0,0 +1,6 @@
1
+ export interface Auth {
2
+ accessToken: string;
3
+ user: {
4
+ [key in string]: any;
5
+ };
6
+ }
@@ -0,0 +1 @@
1
+ export * from './auth/index.js';
@@ -0,0 +1 @@
1
+ export * from './auth/index.js';
@@ -26,22 +26,22 @@ export type CommonPageDictionary = {
26
26
  };
27
27
  header: {
28
28
  authMenu: {
29
- login: string;
30
- logout: string;
29
+ login?: string;
30
+ logout?: string;
31
31
  };
32
32
  langMenu: {
33
33
  en: string;
34
34
  hu: string;
35
35
  };
36
36
  pageMenu: {
37
- 'add-person-page': string;
38
- 'candles-page': string;
39
- 'contact-page': string;
40
- 'cookie-policy-page': string;
41
- 'help-page': string;
42
- 'persons-page': string;
43
- 'persons-map-page': string;
44
- 'terms-and-conditions-page': string;
37
+ 'add-person-page'?: string;
38
+ 'candles-page'?: string;
39
+ 'contact-page'?: string;
40
+ 'cookie-policy-page'?: string;
41
+ 'help-page'?: string;
42
+ 'persons-page'?: string;
43
+ 'persons-map-page'?: string;
44
+ 'terms-and-conditions-page'?: string;
45
45
  };
46
46
  };
47
47
  };
@@ -1 +1 @@
1
- export declare const DICTIONARY_IDS: readonly ["acceptAll", "addCandlePage.maintenance.submitError", "addCandlePage.maintenance.submitSuccess", "addPersonPage", "addPersonPage.maintenance.submitError", "addPersonPage.maintenance.submitSuccess", "auth.cannotBeChangedLaterWarning", "auth.candleLitWarning", "auth.loginRequired", "author", "burnedCandles", "burnedOutCandle", "burningCandles", "burnsSoFar", "cancel", "candleDetailsPage", "candleDetailsPage.deleteCandle.submitError", "candleDetailsPage.deleteCandle.submitSuccess", "candleDetailsPage.deleteCandle.question", "candleDetailsPage.deleteCandle", "personDetailsPage.myCandle.submitError", "personDetailsPage.myCandle.submitSuccess", "personDetailsPage.myCandle.loginRequired", "personDetailsPage.myCandle.question", "personDetailsPage.myCandle", "candleDetailsPage.relightCandle.submitError", "candleDetailsPage.relightCandle.submitSuccess", "candleDetailsPage.relightCandle.question", "candleDetailsPage.relightCandle", "candle", "candlesInCount", "candles", "candle.description", "caseSensitive", "contactPage", "contactPage.infoTitle", "contactPage.sendMessage.submitError", "contactPage.sendMessage.submitSuccess", "contactPage.sendMessageTitle", "cookieConsentForm.title", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookiePolicyPage", "count", "createdAt", "customize", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "editCandlePage", "editCandlePage.maintenance.submitError", "editCandlePage.maintenance.submitSuccess", "editPersonPage", "editPersonPage.maintenance.submitError", "editPersonPage.maintenance.submitSuccess", "email", "english", "facebook", "helpPage.addPersonRule1", "helpPage.addPersonRule2", "helpPage.addPersonRule3", "helpPage.addPersonRule4", "helpPage.addPersonTitle", "helpPage.candlesParagraph1", "helpPage.candlesParagraph2", "helpPage.candlesParagraph3", "helpPage.intro", "helpPage.lightACandleRule1", "helpPage.lightACandleRule2", "helpPage.lightACandleTitle", "helpPage.personsParagraph", "helpPage", "homePage.proposal", "homePage.lastLitCandles", "homePage.lastUploadedPersons", "homePage.quickCandleLighting.placeOfTheCandle.placehodler", "homePage.quickCandleLighting", "homePage.statistics", "homePage.welcome.description1", "homePage.welcome.description2", "homePage.welcome", "hungarian", "formDateError", "formInvalidEmailError", "formInvalidText", "formMaxLengthError", "formMessageError", "formRequiredError", "image", "invalidImage", "noMoreImages", "tooBigImage", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "lightTheCandle", "litName", "login", "loginPage.login.submitError", "loginPage.login.showPassword", "logout", "map", "message", "modify", "more", "motto1", "motto2", "motto3", "myCandles", "myPersons", "name", "ok", "password", "person", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "person.name", "personCandles", "personCandlesPage.addCandle.description", "personDetailsPage", "personDetailsPage.deletePerson.submitError", "personDetailsPage.deletePerson.submitSuccess", "personDetailsPage.deletePerson.question", "personDetailsPage.deletePerson", "personDetailsPage.myPerson.submitError", "personDetailsPage.myPerson.submitSuccess", "personDetailsPage.myPerson.loginRequired", "personDetailsPage.myPerson.question", "personDetailsPage.myPerson", "persons", "personsInCount", "personsPage.addPerson.description", "personsPage.personsList.hasImage", "personsPage.personsList", "personsMapPage.map.description", "personsMapPage", "proposable", "rejectAll", "reset", "save", "savedSuccessfully", "select", "send", "shareOnFacebook", "sort", "subject", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "termsAndConditionsPage.applicableLawParagraph", "termsAndConditionsPage.applicableLawTitle", "termsAndConditionsPage.conditionsOfUseParagraph", "termsAndConditionsPage.conditionsOfUseTitle", "termsAndConditionsPage.disputesParagraph", "termsAndConditionsPage.disputesTitle", "termsAndConditionsPage.intellectualPropertyParagraph", "termsAndConditionsPage.intellectualPropertyTitle", "termsAndConditionsPage.intro", "termsAndConditionsPage.limitationAndLiabilityParagraph", "termsAndConditionsPage.limitationAndLiabilityTitle", "termsAndConditionsPage", "termsAndConditionsPage.userAccountsParagraph", "termsAndConditionsPage.userAccountsTitle", "username"];
1
+ export declare const DICTIONARY_IDS: readonly ["acceptAll", "add-candle-page.maintenance.submitError", "add-candle-page.maintenance.submitSuccess", "add-person-page", "add-person-page.maintenance.submitError", "add-person-page.maintenance.submitSuccess", "auth.cannotBeChangedLaterWarning", "auth.candleLitWarning", "auth.loginRequired", "author", "burnedCandles", "burnedOutCandle", "burningCandles", "burnsSoFar", "cancel", "candleDetailsPage", "candleDetailsPage.deleteCandle.submitError", "candleDetailsPage.deleteCandle.submitSuccess", "candleDetailsPage.deleteCandle.question", "candleDetailsPage.deleteCandle", "person-details-page.myCandle.submitError", "person-details-page.myCandle.submitSuccess", "person-details-page.myCandle.loginRequired", "person-details-page.myCandle.question", "person-details-page.myCandle", "candleDetailsPage.relightCandle.submitError", "candleDetailsPage.relightCandle.submitSuccess", "candleDetailsPage.relightCandle.question", "candleDetailsPage.relightCandle", "candle", "candlesInCount", "candles", "candles-page", "candle.description", "caseSensitive", "contact-page", "contact-page.infoTitle", "contact-page.sendMessage.submitError", "contact-page.sendMessage.submitSuccess", "contact-page.sendMessageTitle", "cookieConsentForm.title", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookie-policy-page", "count", "createdAt", "customize", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "editCandlePage", "editCandlePage.maintenance.submitError", "editCandlePage.maintenance.submitSuccess", "editPersonPage", "editPersonPage.maintenance.submitError", "editPersonPage.maintenance.submitSuccess", "email", "english", "facebook", "help-page.addPersonRule1", "help-page.addPersonRule2", "help-page.addPersonRule3", "help-page.addPersonRule4", "help-page.addPersonTitle", "help-page.candlesParagraph1", "help-page.candlesParagraph2", "help-page.candlesParagraph3", "help-page.intro", "help-page.lightACandleRule1", "help-page.lightACandleRule2", "help-page.lightACandleTitle", "help-page.personsParagraph", "help-page", "homePage.proposal", "homePage.lastLitCandles", "homePage.lastUploadedPersons", "homePage.quickCandleLighting.placeOfTheCandle.placehodler", "homePage.quickCandleLighting", "homePage.statistics", "homePage.welcome.description1", "homePage.welcome.description2", "homePage.welcome", "hungarian", "formDateError", "formInvalidEmailError", "formInvalidText", "formMaxLengthError", "formMessageError", "formRequiredError", "image", "invalidImage", "noMoreImages", "tooBigImage", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "lightTheCandle", "litName", "login", "loginPage.login.submitError", "loginPage.login.showPassword", "logout", "map", "message", "modify", "more", "motto1", "motto2", "motto3", "myCandles", "myPersons", "name", "ok", "password", "person", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "person.name", "personCandles", "personCandlesPage.addCandle.description", "person-details-page", "person-details-page.deletePerson.submitError", "person-details-page.deletePerson.submitSuccess", "person-details-page.deletePerson.question", "person-details-page.deletePerson", "person-details-page.myPerson.submitError", "person-details-page.myPerson.submitSuccess", "person-details-page.myPerson.loginRequired", "person-details-page.myPerson.question", "person-details-page.myPerson", "persons-page", "persons", "personsInCount", "persons-page.addPerson.description", "persons-page.personsList.hasImage", "persons-page.personsList", "persons-map-page.map.description", "persons-map-page", "proposable", "redirecting", "rejectAll", "reset", "save", "savedSuccessfully", "select", "send", "shareOnFacebook", "sort", "subject", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "terms-and-conditions-page.applicableLawParagraph", "terms-and-conditions-page.applicableLawTitle", "terms-and-conditions-page.conditionsOfUseParagraph", "terms-and-conditions-page.conditionsOfUseTitle", "terms-and-conditions-page.disputesParagraph", "terms-and-conditions-page.disputesTitle", "terms-and-conditions-page.intellectualPropertyParagraph", "terms-and-conditions-page.intellectualPropertyTitle", "terms-and-conditions-page.intro", "terms-and-conditions-page.limitationAndLiabilityParagraph", "terms-and-conditions-page.limitationAndLiabilityTitle", "terms-and-conditions-page", "terms-and-conditions-page.userAccountsParagraph", "terms-and-conditions-page.userAccountsTitle", "username"];
@@ -1,10 +1,10 @@
1
1
  export const DICTIONARY_IDS = [
2
2
  'acceptAll',
3
- 'addCandlePage.maintenance.submitError',
4
- 'addCandlePage.maintenance.submitSuccess',
5
- 'addPersonPage',
6
- 'addPersonPage.maintenance.submitError',
7
- 'addPersonPage.maintenance.submitSuccess',
3
+ 'add-candle-page.maintenance.submitError',
4
+ 'add-candle-page.maintenance.submitSuccess',
5
+ 'add-person-page',
6
+ 'add-person-page.maintenance.submitError',
7
+ 'add-person-page.maintenance.submitSuccess',
8
8
  'auth.cannotBeChangedLaterWarning',
9
9
  'auth.candleLitWarning',
10
10
  'auth.loginRequired',
@@ -19,11 +19,11 @@ export const DICTIONARY_IDS = [
19
19
  'candleDetailsPage.deleteCandle.submitSuccess',
20
20
  'candleDetailsPage.deleteCandle.question',
21
21
  'candleDetailsPage.deleteCandle',
22
- 'personDetailsPage.myCandle.submitError',
23
- 'personDetailsPage.myCandle.submitSuccess',
24
- 'personDetailsPage.myCandle.loginRequired',
25
- 'personDetailsPage.myCandle.question',
26
- 'personDetailsPage.myCandle',
22
+ 'person-details-page.myCandle.submitError',
23
+ 'person-details-page.myCandle.submitSuccess',
24
+ 'person-details-page.myCandle.loginRequired',
25
+ 'person-details-page.myCandle.question',
26
+ 'person-details-page.myCandle',
27
27
  'candleDetailsPage.relightCandle.submitError',
28
28
  'candleDetailsPage.relightCandle.submitSuccess',
29
29
  'candleDetailsPage.relightCandle.question',
@@ -31,17 +31,18 @@ export const DICTIONARY_IDS = [
31
31
  'candle',
32
32
  'candlesInCount',
33
33
  'candles',
34
+ 'candles-page',
34
35
  'candle.description',
35
36
  'caseSensitive',
36
- 'contactPage',
37
- 'contactPage.infoTitle',
38
- 'contactPage.sendMessage.submitError',
39
- 'contactPage.sendMessage.submitSuccess',
40
- 'contactPage.sendMessageTitle',
37
+ 'contact-page',
38
+ 'contact-page.infoTitle',
39
+ 'contact-page.sendMessage.submitError',
40
+ 'contact-page.sendMessage.submitSuccess',
41
+ 'contact-page.sendMessageTitle',
41
42
  'cookieConsentForm.title',
42
43
  'cookieConsentForm.description',
43
44
  'cookieConsentForm.languageFormDescription',
44
- 'cookiePolicyPage',
45
+ 'cookie-policy-page',
45
46
  'count',
46
47
  'createdAt',
47
48
  'customize',
@@ -58,20 +59,20 @@ export const DICTIONARY_IDS = [
58
59
  'email',
59
60
  'english',
60
61
  'facebook',
61
- 'helpPage.addPersonRule1',
62
- 'helpPage.addPersonRule2',
63
- 'helpPage.addPersonRule3',
64
- 'helpPage.addPersonRule4',
65
- 'helpPage.addPersonTitle',
66
- 'helpPage.candlesParagraph1',
67
- 'helpPage.candlesParagraph2',
68
- 'helpPage.candlesParagraph3',
69
- 'helpPage.intro',
70
- 'helpPage.lightACandleRule1',
71
- 'helpPage.lightACandleRule2',
72
- 'helpPage.lightACandleTitle',
73
- 'helpPage.personsParagraph',
74
- 'helpPage',
62
+ 'help-page.addPersonRule1',
63
+ 'help-page.addPersonRule2',
64
+ 'help-page.addPersonRule3',
65
+ 'help-page.addPersonRule4',
66
+ 'help-page.addPersonTitle',
67
+ 'help-page.candlesParagraph1',
68
+ 'help-page.candlesParagraph2',
69
+ 'help-page.candlesParagraph3',
70
+ 'help-page.intro',
71
+ 'help-page.lightACandleRule1',
72
+ 'help-page.lightACandleRule2',
73
+ 'help-page.lightACandleTitle',
74
+ 'help-page.personsParagraph',
75
+ 'help-page',
75
76
  'homePage.proposal',
76
77
  'homePage.lastLitCandles',
77
78
  'homePage.lastUploadedPersons',
@@ -122,24 +123,26 @@ export const DICTIONARY_IDS = [
122
123
  'person.name',
123
124
  'personCandles',
124
125
  'personCandlesPage.addCandle.description',
125
- 'personDetailsPage',
126
- 'personDetailsPage.deletePerson.submitError',
127
- 'personDetailsPage.deletePerson.submitSuccess',
128
- 'personDetailsPage.deletePerson.question',
129
- 'personDetailsPage.deletePerson',
130
- 'personDetailsPage.myPerson.submitError',
131
- 'personDetailsPage.myPerson.submitSuccess',
132
- 'personDetailsPage.myPerson.loginRequired',
133
- 'personDetailsPage.myPerson.question',
134
- 'personDetailsPage.myPerson',
126
+ 'person-details-page',
127
+ 'person-details-page.deletePerson.submitError',
128
+ 'person-details-page.deletePerson.submitSuccess',
129
+ 'person-details-page.deletePerson.question',
130
+ 'person-details-page.deletePerson',
131
+ 'person-details-page.myPerson.submitError',
132
+ 'person-details-page.myPerson.submitSuccess',
133
+ 'person-details-page.myPerson.loginRequired',
134
+ 'person-details-page.myPerson.question',
135
+ 'person-details-page.myPerson',
136
+ 'persons-page',
135
137
  'persons',
136
138
  'personsInCount',
137
- 'personsPage.addPerson.description',
138
- 'personsPage.personsList.hasImage',
139
- 'personsPage.personsList',
140
- 'personsMapPage.map.description',
141
- 'personsMapPage',
139
+ 'persons-page.addPerson.description',
140
+ 'persons-page.personsList.hasImage',
141
+ 'persons-page.personsList',
142
+ 'persons-map-page.map.description',
143
+ 'persons-map-page',
142
144
  'proposable',
145
+ 'redirecting',
143
146
  'rejectAll',
144
147
  'reset',
145
148
  'save',
@@ -152,19 +155,19 @@ export const DICTIONARY_IDS = [
152
155
  'timeAbbreviationDay',
153
156
  'timeAbbreviationHour',
154
157
  'timeAbbreviationMinute',
155
- 'termsAndConditionsPage.applicableLawParagraph',
156
- 'termsAndConditionsPage.applicableLawTitle',
157
- 'termsAndConditionsPage.conditionsOfUseParagraph',
158
- 'termsAndConditionsPage.conditionsOfUseTitle',
159
- 'termsAndConditionsPage.disputesParagraph',
160
- 'termsAndConditionsPage.disputesTitle',
161
- 'termsAndConditionsPage.intellectualPropertyParagraph',
162
- 'termsAndConditionsPage.intellectualPropertyTitle',
163
- 'termsAndConditionsPage.intro',
164
- 'termsAndConditionsPage.limitationAndLiabilityParagraph',
165
- 'termsAndConditionsPage.limitationAndLiabilityTitle',
166
- 'termsAndConditionsPage',
167
- 'termsAndConditionsPage.userAccountsParagraph',
168
- 'termsAndConditionsPage.userAccountsTitle',
158
+ 'terms-and-conditions-page.applicableLawParagraph',
159
+ 'terms-and-conditions-page.applicableLawTitle',
160
+ 'terms-and-conditions-page.conditionsOfUseParagraph',
161
+ 'terms-and-conditions-page.conditionsOfUseTitle',
162
+ 'terms-and-conditions-page.disputesParagraph',
163
+ 'terms-and-conditions-page.disputesTitle',
164
+ 'terms-and-conditions-page.intellectualPropertyParagraph',
165
+ 'terms-and-conditions-page.intellectualPropertyTitle',
166
+ 'terms-and-conditions-page.intro',
167
+ 'terms-and-conditions-page.limitationAndLiabilityParagraph',
168
+ 'terms-and-conditions-page.limitationAndLiabilityTitle',
169
+ 'terms-and-conditions-page',
170
+ 'terms-and-conditions-page.userAccountsParagraph',
171
+ 'terms-and-conditions-page.userAccountsTitle',
169
172
  'username',
170
173
  ];
@@ -1 +1 @@
1
- export declare const ADD_CANDLE_PAGE_DICTIONARY_IDS: readonly ["personCandles", "auth.candleLitWarning", "reset", "candle.description", "formMaxLengthError", "formRequiredError", "litName", "lightACandle", "lightTheCandle", "addCandlePage.maintenance.submitError", "addCandlePage.maintenance.submitSuccess"];
1
+ export declare const ADD_CANDLE_PAGE_DICTIONARY_IDS: readonly ["personCandles", "auth.candleLitWarning", "reset", "candle.description", "formMaxLengthError", "formRequiredError", "litName", "lightACandle", "lightTheCandle", "add-candle-page.maintenance.submitError", "add-candle-page.maintenance.submitSuccess"];
@@ -4,8 +4,8 @@ export const ADD_CANDLE_PAGE_DICTIONARY_IDS = [
4
4
  ...CANDLE_MAINTENANCE_DICTIONARY_IDS,
5
5
  'lightACandle',
6
6
  'lightTheCandle',
7
- 'addCandlePage.maintenance.submitError',
8
- 'addCandlePage.maintenance.submitSuccess',
7
+ 'add-candle-page.maintenance.submitError',
8
+ 'add-candle-page.maintenance.submitSuccess',
9
9
  ];
10
10
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
11
11
  const CHECK = ADD_CANDLE_PAGE_DICTIONARY_IDS;
@@ -1 +1 @@
1
- export declare const ADD_PERSON_PAGE_DICTIONARY_IDS: readonly ["persons", "auth.cannotBeChangedLaterWarning", "auth.loginRequired", "addPersonPage", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "formDateError", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "formMaxLengthError", "proposable", "formRequiredError", "name", "addPersonPage", "personDetailsPage", "addPersonPage.maintenance.submitError", "addPersonPage.maintenance.submitSuccess"];
1
+ export declare const ADD_PERSON_PAGE_DICTIONARY_IDS: readonly ["persons", "auth.cannotBeChangedLaterWarning", "auth.loginRequired", "add-person-page", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "formDateError", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "formMaxLengthError", "proposable", "formRequiredError", "name", "add-person-page", "person-details-page", "add-person-page.maintenance.submitError", "add-person-page.maintenance.submitSuccess"];
@@ -2,10 +2,10 @@ import { PERSON_MAINTENANCE_DICTIONARY_IDS } from '../../person-dictionary-ids/i
2
2
  export const ADD_PERSON_PAGE_DICTIONARY_IDS = [
3
3
  'persons',
4
4
  ...PERSON_MAINTENANCE_DICTIONARY_IDS,
5
- 'addPersonPage',
6
- 'personDetailsPage',
7
- 'addPersonPage.maintenance.submitError',
8
- 'addPersonPage.maintenance.submitSuccess',
5
+ 'add-person-page',
6
+ 'person-details-page',
7
+ 'add-person-page.maintenance.submitError',
8
+ 'add-person-page.maintenance.submitSuccess',
9
9
  ];
10
10
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
11
11
  const CHECK = ADD_PERSON_PAGE_DICTIONARY_IDS;
@@ -1 +1 @@
1
- export declare const CANDLE_DETAILS_PAGE_DICTIONARY_IDS: readonly ["personCandles", "imageCannotBeLoaded", "burnsSoFar", "burnedOutCandle", "candle.description", "litName", "candleDetailsPage.deleteCandle.submitError", "candleDetailsPage.deleteCandle.submitSuccess", "candleDetailsPage.deleteCandle.question", "candleDetailsPage.deleteCandle", "personDetailsPage.myCandle.submitError", "personDetailsPage.myCandle.submitSuccess", "personDetailsPage.myCandle.loginRequired", "personDetailsPage.myCandle.question", "personDetailsPage.myCandle", "candleDetailsPage.relightCandle.submitError", "candleDetailsPage.relightCandle.submitSuccess", "candleDetailsPage.relightCandle.question", "candleDetailsPage.relightCandle", "cancel", "ok", "editCandlePage", "candleDetailsPage", "personDetailsPage"];
1
+ export declare const CANDLE_DETAILS_PAGE_DICTIONARY_IDS: readonly ["personCandles", "imageCannotBeLoaded", "burnsSoFar", "burnedOutCandle", "candle.description", "litName", "candleDetailsPage.deleteCandle.submitError", "candleDetailsPage.deleteCandle.submitSuccess", "candleDetailsPage.deleteCandle.question", "candleDetailsPage.deleteCandle", "person-details-page.myCandle.submitError", "person-details-page.myCandle.submitSuccess", "person-details-page.myCandle.loginRequired", "person-details-page.myCandle.question", "person-details-page.myCandle", "candleDetailsPage.relightCandle.submitError", "candleDetailsPage.relightCandle.submitSuccess", "candleDetailsPage.relightCandle.question", "candleDetailsPage.relightCandle", "cancel", "ok", "editCandlePage", "candleDetailsPage", "person-details-page"];
@@ -10,11 +10,11 @@ export const CANDLE_DETAILS_PAGE_DICTIONARY_IDS = [
10
10
  'candleDetailsPage.deleteCandle.submitSuccess',
11
11
  'candleDetailsPage.deleteCandle.question',
12
12
  'candleDetailsPage.deleteCandle',
13
- 'personDetailsPage.myCandle.submitError',
14
- 'personDetailsPage.myCandle.submitSuccess',
15
- 'personDetailsPage.myCandle.loginRequired',
16
- 'personDetailsPage.myCandle.question',
17
- 'personDetailsPage.myCandle',
13
+ 'person-details-page.myCandle.submitError',
14
+ 'person-details-page.myCandle.submitSuccess',
15
+ 'person-details-page.myCandle.loginRequired',
16
+ 'person-details-page.myCandle.question',
17
+ 'person-details-page.myCandle',
18
18
  'candleDetailsPage.relightCandle.submitError',
19
19
  'candleDetailsPage.relightCandle.submitSuccess',
20
20
  'candleDetailsPage.relightCandle.question',
@@ -23,7 +23,7 @@ export const CANDLE_DETAILS_PAGE_DICTIONARY_IDS = [
23
23
  'ok',
24
24
  'editCandlePage',
25
25
  'candleDetailsPage',
26
- 'personDetailsPage',
26
+ 'person-details-page',
27
27
  ];
28
28
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
29
29
  const CHECK = CANDLE_DETAILS_PAGE_DICTIONARY_IDS;
@@ -1 +1 @@
1
- export declare const COMMON_PAGE_DICTIONARY_IDS: readonly ["acceptAll", "cookiePolicyPage", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "addPersonPage", "candles", "contactPage", "helpPage", "personsMapPage", "termsAndConditionsPage", "persons", "shareOnFacebook"];
1
+ export declare const COMMON_PAGE_DICTIONARY_IDS: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "add-person-page", "candles-page", "contact-page", "cookie-policy-page", "help-page", "persons-page", "persons-map-page", "terms-and-conditions-page", "persons", "shareOnFacebook"];
@@ -1,6 +1,6 @@
1
1
  export const COMMON_PAGE_DICTIONARY_IDS = [
2
2
  'acceptAll',
3
- 'cookiePolicyPage',
3
+ 'cookie-policy-page',
4
4
  'customize',
5
5
  'rejectAll',
6
6
  'save',
@@ -15,12 +15,14 @@ export const COMMON_PAGE_DICTIONARY_IDS = [
15
15
  'logout',
16
16
  'english',
17
17
  'hungarian',
18
- 'addPersonPage',
19
- 'candles',
20
- 'contactPage',
21
- 'helpPage',
22
- 'personsMapPage',
23
- 'termsAndConditionsPage',
18
+ 'add-person-page',
19
+ 'candles-page',
20
+ 'contact-page',
21
+ 'cookie-policy-page',
22
+ 'help-page',
23
+ 'persons-page',
24
+ 'persons-map-page',
25
+ 'terms-and-conditions-page',
24
26
  'persons',
25
27
  'shareOnFacebook',
26
28
  ];
@@ -1 +1 @@
1
- export declare const CONTACT_PAGE_DICTIONARY_IDS: readonly ["contactPage.infoTitle", "contactPage.sendMessage.submitError", "contactPage.sendMessage.submitSuccess", "contactPage.sendMessageTitle", "contactPage", "email", "formInvalidEmailError", "formInvalidText", "formRequiredError", "reset", "send", "message", "name", "subject", "facebook"];
1
+ export declare const CONTACT_PAGE_DICTIONARY_IDS: readonly ["contact-page.infoTitle", "contact-page.sendMessage.submitError", "contact-page.sendMessage.submitSuccess", "contact-page.sendMessageTitle", "contact-page", "email", "formInvalidEmailError", "formInvalidText", "formRequiredError", "reset", "send", "message", "name", "subject", "facebook"];
@@ -1,9 +1,9 @@
1
1
  export const CONTACT_PAGE_DICTIONARY_IDS = [
2
- 'contactPage.infoTitle',
3
- 'contactPage.sendMessage.submitError',
4
- 'contactPage.sendMessage.submitSuccess',
5
- 'contactPage.sendMessageTitle',
6
- 'contactPage',
2
+ 'contact-page.infoTitle',
3
+ 'contact-page.sendMessage.submitError',
4
+ 'contact-page.sendMessage.submitSuccess',
5
+ 'contact-page.sendMessageTitle',
6
+ 'contact-page',
7
7
  'email',
8
8
  'formInvalidEmailError',
9
9
  'formInvalidText',
@@ -1 +1 @@
1
- export declare const COOKIE_POLICY_PAGE_DICTIONARY_IDS: readonly ["acceptAll", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookiePolicyPage"];
1
+ export declare const COOKIE_POLICY_PAGE_DICTIONARY_IDS: readonly ["acceptAll", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookie-policy-page"];
@@ -4,7 +4,7 @@ export const COOKIE_POLICY_PAGE_DICTIONARY_IDS = [
4
4
  'save',
5
5
  'cookieConsentForm.description',
6
6
  'cookieConsentForm.languageFormDescription',
7
- 'cookiePolicyPage',
7
+ 'cookie-policy-page',
8
8
  ];
9
9
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
10
10
  const CHECK = COOKIE_POLICY_PAGE_DICTIONARY_IDS;
@@ -1 +1 @@
1
- export declare const EDIT_PERSON_PAGE_DICTIONARY_IDS: readonly ["editPersonPage", "auth.cannotBeChangedLaterWarning", "auth.loginRequired", "addPersonPage", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "formDateError", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "formMaxLengthError", "proposable", "formRequiredError", "name", "personDetailsPage", "editPersonPage.maintenance.submitError", "editPersonPage.maintenance.submitSuccess"];
1
+ export declare const EDIT_PERSON_PAGE_DICTIONARY_IDS: readonly ["editPersonPage", "auth.cannotBeChangedLaterWarning", "auth.loginRequired", "add-person-page", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "formDateError", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "formMaxLengthError", "proposable", "formRequiredError", "name", "person-details-page", "editPersonPage.maintenance.submitError", "editPersonPage.maintenance.submitSuccess"];
@@ -2,7 +2,7 @@ import { PERSON_MAINTENANCE_DICTIONARY_IDS } from '../../person-dictionary-ids/i
2
2
  export const EDIT_PERSON_PAGE_DICTIONARY_IDS = [
3
3
  'editPersonPage',
4
4
  ...PERSON_MAINTENANCE_DICTIONARY_IDS,
5
- 'personDetailsPage',
5
+ 'person-details-page',
6
6
  'editPersonPage.maintenance.submitError',
7
7
  'editPersonPage.maintenance.submitSuccess',
8
8
  ];
@@ -1 +1 @@
1
- export declare const HELP_PAGE_DICTIONARY_IDS: readonly ["helpPage", "helpPage.intro", "persons", "helpPage.personsParagraph", "helpPage.addPersonTitle", "helpPage.addPersonRule1", "helpPage.addPersonRule2", "helpPage.addPersonRule3", "helpPage.addPersonRule4", "candles", "helpPage.candlesParagraph1", "helpPage.candlesParagraph2", "helpPage.candlesParagraph3", "helpPage.lightACandleTitle", "helpPage.lightACandleRule1", "helpPage.lightACandleRule2"];
1
+ export declare const HELP_PAGE_DICTIONARY_IDS: readonly ["help-page", "help-page.intro", "persons", "help-page.personsParagraph", "help-page.addPersonTitle", "help-page.addPersonRule1", "help-page.addPersonRule2", "help-page.addPersonRule3", "help-page.addPersonRule4", "candles", "help-page.candlesParagraph1", "help-page.candlesParagraph2", "help-page.candlesParagraph3", "help-page.lightACandleTitle", "help-page.lightACandleRule1", "help-page.lightACandleRule2"];
@@ -1,20 +1,20 @@
1
1
  export const HELP_PAGE_DICTIONARY_IDS = [
2
- 'helpPage',
3
- 'helpPage.intro',
2
+ 'help-page',
3
+ 'help-page.intro',
4
4
  'persons',
5
- 'helpPage.personsParagraph',
6
- 'helpPage.addPersonTitle',
7
- 'helpPage.addPersonRule1',
8
- 'helpPage.addPersonRule2',
9
- 'helpPage.addPersonRule3',
10
- 'helpPage.addPersonRule4',
5
+ 'help-page.personsParagraph',
6
+ 'help-page.addPersonTitle',
7
+ 'help-page.addPersonRule1',
8
+ 'help-page.addPersonRule2',
9
+ 'help-page.addPersonRule3',
10
+ 'help-page.addPersonRule4',
11
11
  'candles',
12
- 'helpPage.candlesParagraph1',
13
- 'helpPage.candlesParagraph2',
14
- 'helpPage.candlesParagraph3',
15
- 'helpPage.lightACandleTitle',
16
- 'helpPage.lightACandleRule1',
17
- 'helpPage.lightACandleRule2',
12
+ 'help-page.candlesParagraph1',
13
+ 'help-page.candlesParagraph2',
14
+ 'help-page.candlesParagraph3',
15
+ 'help-page.lightACandleTitle',
16
+ 'help-page.lightACandleRule1',
17
+ 'help-page.lightACandleRule2',
18
18
  ];
19
19
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
20
20
  const CHECK = HELP_PAGE_DICTIONARY_IDS;
@@ -1 +1 @@
1
- export declare const HOME_PAGE_DICTIONARY_IDS: readonly ["lightACandle", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "candles", "homePage.lastLitCandles", "burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "persons", "homePage.lastUploadedPersons", "auth.cannotBeChangedLaterWarning", "more", "reset", "addCandlePage.maintenance.submitError", "lightTheCandle", "addCandlePage.maintenance.submitSuccess", "formMaxLengthError", "person.name", "formRequiredError", "litName", "burnedCandles", "burningCandles", "candles", "persons", "homePage.statistics", "addPersonPage", "auth.cannotBeChangedLaterWarning", "homePage.welcome.description1", "homePage.welcome.description2", "homePage.welcome", "personsMapPage", "homePage.proposal"];
1
+ export declare const HOME_PAGE_DICTIONARY_IDS: readonly ["lightACandle", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "candles", "homePage.lastLitCandles", "burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "persons", "homePage.lastUploadedPersons", "auth.cannotBeChangedLaterWarning", "more", "reset", "add-candle-page.maintenance.submitError", "lightTheCandle", "add-candle-page.maintenance.submitSuccess", "formMaxLengthError", "person.name", "formRequiredError", "litName", "burnedCandles", "burningCandles", "candles", "persons", "homePage.statistics", "add-person-page", "auth.cannotBeChangedLaterWarning", "homePage.welcome.description1", "homePage.welcome.description2", "homePage.welcome", "persons-map-page", "homePage.proposal"];
@@ -12,9 +12,9 @@ export const HOME_PAGE_DICTIONARY_IDS = [
12
12
  'auth.cannotBeChangedLaterWarning',
13
13
  'more',
14
14
  'reset',
15
- 'addCandlePage.maintenance.submitError',
15
+ 'add-candle-page.maintenance.submitError',
16
16
  'lightTheCandle',
17
- 'addCandlePage.maintenance.submitSuccess',
17
+ 'add-candle-page.maintenance.submitSuccess',
18
18
  'formMaxLengthError',
19
19
  'person.name',
20
20
  'formRequiredError',
@@ -24,12 +24,12 @@ export const HOME_PAGE_DICTIONARY_IDS = [
24
24
  'candles',
25
25
  'persons',
26
26
  'homePage.statistics',
27
- 'addPersonPage',
27
+ 'add-person-page',
28
28
  'auth.cannotBeChangedLaterWarning',
29
29
  'homePage.welcome.description1',
30
30
  'homePage.welcome.description2',
31
31
  'homePage.welcome',
32
- 'personsMapPage',
32
+ 'persons-map-page',
33
33
  'homePage.proposal',
34
34
  ];
35
35
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
@@ -1 +1 @@
1
- export declare const PERSON_CANDLES_PAGE_DICTIONARY_IDS: readonly ["auth.cannotBeChangedLaterWarning", "auth.candleLitWarning", "lightACandle", "personCandlesPage.addCandle.description", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "select", "burnedCandles", "burningCandles", "myCandles", "createdAt", "litName", "candles", "candle", "candlesInCount", "reset", "sort", "personCandles", "personDetailsPage"];
1
+ export declare const PERSON_CANDLES_PAGE_DICTIONARY_IDS: readonly ["auth.cannotBeChangedLaterWarning", "auth.candleLitWarning", "lightACandle", "personCandlesPage.addCandle.description", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "select", "burnedCandles", "burningCandles", "myCandles", "createdAt", "litName", "candles", "candle", "candlesInCount", "reset", "sort", "personCandles", "person-details-page"];
@@ -8,7 +8,7 @@ export const PERSON_CANDLES_PAGE_DICTIONARY_IDS = [
8
8
  ...PERSON_IMAGE_DICTIONARY_IDS,
9
9
  ...CANDLES_LIST_DICTIONARY_IDS,
10
10
  'personCandles',
11
- 'personDetailsPage',
11
+ 'person-details-page',
12
12
  ];
13
13
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
14
14
  const CHECK = PERSON_CANDLES_PAGE_DICTIONARY_IDS;
@@ -1 +1 @@
1
- export declare const PERSON_DETAILS_PAGE_DICTIONARY_IDS: readonly ["personCandles", "persons", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "proposable", "burnedCandles", "burningCandles", "personDetailsPage.deletePerson.submitError", "cancel", "ok", "personDetailsPage.deletePerson.submitSuccess", "personDetailsPage.deletePerson.question", "personDetailsPage.deletePerson", "personDetailsPage.myPerson.submitError", "personDetailsPage.myPerson.submitSuccess", "personDetailsPage.myPerson.loginRequired", "personDetailsPage.myPerson.question", "personDetailsPage.myPerson", "editPersonPage", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "personDetailsPage"];
1
+ export declare const PERSON_DETAILS_PAGE_DICTIONARY_IDS: readonly ["personCandles", "persons", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "proposable", "burnedCandles", "burningCandles", "person-details-page.deletePerson.submitError", "cancel", "ok", "person-details-page.deletePerson.submitSuccess", "person-details-page.deletePerson.question", "person-details-page.deletePerson", "person-details-page.myPerson.submitError", "person-details-page.myPerson.submitSuccess", "person-details-page.myPerson.loginRequired", "person-details-page.myPerson.question", "person-details-page.myPerson", "editPersonPage", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "person-details-page"];
@@ -9,20 +9,20 @@ export const PERSON_DETAILS_PAGE_DICTIONARY_IDS = [
9
9
  'proposable',
10
10
  'burnedCandles',
11
11
  'burningCandles',
12
- 'personDetailsPage.deletePerson.submitError',
12
+ 'person-details-page.deletePerson.submitError',
13
13
  'cancel',
14
14
  'ok',
15
- 'personDetailsPage.deletePerson.submitSuccess',
16
- 'personDetailsPage.deletePerson.question',
17
- 'personDetailsPage.deletePerson',
18
- 'personDetailsPage.myPerson.submitError',
19
- 'personDetailsPage.myPerson.submitSuccess',
20
- 'personDetailsPage.myPerson.loginRequired',
21
- 'personDetailsPage.myPerson.question',
22
- 'personDetailsPage.myPerson',
15
+ 'person-details-page.deletePerson.submitSuccess',
16
+ 'person-details-page.deletePerson.question',
17
+ 'person-details-page.deletePerson',
18
+ 'person-details-page.myPerson.submitError',
19
+ 'person-details-page.myPerson.submitSuccess',
20
+ 'person-details-page.myPerson.loginRequired',
21
+ 'person-details-page.myPerson.question',
22
+ 'person-details-page.myPerson',
23
23
  'editPersonPage',
24
24
  ...PERSON_IMAGE_DICTIONARY_IDS,
25
- 'personDetailsPage',
25
+ 'person-details-page',
26
26
  ];
27
27
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
28
28
  const CHECK = PERSON_DETAILS_PAGE_DICTIONARY_IDS;
@@ -1 +1 @@
1
- export declare const PERSONS_MAP_PAGE_DICTIONARY_IDS: readonly ["personsMapPage.map.description", "personsMapPage", "map"];
1
+ export declare const PERSONS_MAP_PAGE_DICTIONARY_IDS: readonly ["persons-map-page.map.description", "persons-map-page", "map"];
@@ -1,3 +1,3 @@
1
- export const PERSONS_MAP_PAGE_DICTIONARY_IDS = ['personsMapPage.map.description', 'personsMapPage', 'map'];
1
+ export const PERSONS_MAP_PAGE_DICTIONARY_IDS = ['persons-map-page.map.description', 'persons-map-page', 'map'];
2
2
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
3
3
  const CHECK = PERSONS_MAP_PAGE_DICTIONARY_IDS;
@@ -1 +1 @@
1
- export declare const PERSONS_PAGE_DICTIONARY_IDS: readonly ["auth.cannotBeChangedLaterWarning", "personsPage.addPerson.description", "login", "addPersonPage", "burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "personsInCount", "person", "reset", "sort", "name", "caseSensitive", "myPersons", "select", "personsMapPage", "person.birthPlaceCountry", "persons", "personsPage.personsList.hasImage", "createdAt", "caseSensitive", "myPersons", "personsPage.personsList.hasImage", "name", "person.birthPlaceCountry", "person", "personsInCount", "reset", "sort", "createdAt", "name", "personsPage.personsList", "persons", "personsMapPage"];
1
+ export declare const PERSONS_PAGE_DICTIONARY_IDS: readonly ["auth.cannotBeChangedLaterWarning", "persons-page.addPerson.description", "login", "add-person-page", "burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "personsInCount", "person", "reset", "sort", "name", "caseSensitive", "myPersons", "select", "persons-map-page", "person.birthPlaceCountry", "persons", "persons-page.personsList.hasImage", "createdAt", "caseSensitive", "myPersons", "persons-page.personsList.hasImage", "name", "person.birthPlaceCountry", "person", "personsInCount", "reset", "sort", "createdAt", "name", "persons-page.personsList", "persons", "persons-map-page"];
@@ -1,13 +1,13 @@
1
1
  import { PERSONS_LIST_DICTIONARY_IDS } from '../../person-dictionary-ids/index.js';
2
2
  export const PERSONS_PAGE_DICTIONARY_IDS = [
3
3
  'auth.cannotBeChangedLaterWarning',
4
- 'personsPage.addPerson.description',
4
+ 'persons-page.addPerson.description',
5
5
  'login',
6
- 'addPersonPage',
6
+ 'add-person-page',
7
7
  ...PERSONS_LIST_DICTIONARY_IDS,
8
8
  'caseSensitive',
9
9
  'myPersons',
10
- 'personsPage.personsList.hasImage',
10
+ 'persons-page.personsList.hasImage',
11
11
  'name',
12
12
  'person.birthPlaceCountry',
13
13
  'person',
@@ -16,9 +16,9 @@ export const PERSONS_PAGE_DICTIONARY_IDS = [
16
16
  'sort',
17
17
  'createdAt',
18
18
  'name',
19
- 'personsPage.personsList',
19
+ 'persons-page.personsList',
20
20
  'persons',
21
- 'personsMapPage',
21
+ 'persons-map-page',
22
22
  ];
23
23
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
24
24
  const CHECK = PERSONS_PAGE_DICTIONARY_IDS;
@@ -1 +1 @@
1
- export declare const TERMS_AND_CONDITIONS_PAGE_DICTIONARY_IDS: readonly ["termsAndConditionsPage.intro", "termsAndConditionsPage.conditionsOfUseTitle", "termsAndConditionsPage.conditionsOfUseParagraph", "termsAndConditionsPage.intellectualPropertyTitle", "termsAndConditionsPage.intellectualPropertyParagraph", "termsAndConditionsPage.userAccountsTitle", "termsAndConditionsPage.userAccountsParagraph", "termsAndConditionsPage.applicableLawTitle", "termsAndConditionsPage.applicableLawParagraph", "termsAndConditionsPage.disputesTitle", "termsAndConditionsPage.disputesParagraph", "termsAndConditionsPage.limitationAndLiabilityTitle", "termsAndConditionsPage.limitationAndLiabilityParagraph", "termsAndConditionsPage"];
1
+ export declare const TERMS_AND_CONDITIONS_PAGE_DICTIONARY_IDS: readonly ["terms-and-conditions-page.intro", "terms-and-conditions-page.conditionsOfUseTitle", "terms-and-conditions-page.conditionsOfUseParagraph", "terms-and-conditions-page.intellectualPropertyTitle", "terms-and-conditions-page.intellectualPropertyParagraph", "terms-and-conditions-page.userAccountsTitle", "terms-and-conditions-page.userAccountsParagraph", "terms-and-conditions-page.applicableLawTitle", "terms-and-conditions-page.applicableLawParagraph", "terms-and-conditions-page.disputesTitle", "terms-and-conditions-page.disputesParagraph", "terms-and-conditions-page.limitationAndLiabilityTitle", "terms-and-conditions-page.limitationAndLiabilityParagraph", "terms-and-conditions-page"];
@@ -1,18 +1,18 @@
1
1
  export const TERMS_AND_CONDITIONS_PAGE_DICTIONARY_IDS = [
2
- 'termsAndConditionsPage.intro',
3
- 'termsAndConditionsPage.conditionsOfUseTitle',
4
- 'termsAndConditionsPage.conditionsOfUseParagraph',
5
- 'termsAndConditionsPage.intellectualPropertyTitle',
6
- 'termsAndConditionsPage.intellectualPropertyParagraph',
7
- 'termsAndConditionsPage.userAccountsTitle',
8
- 'termsAndConditionsPage.userAccountsParagraph',
9
- 'termsAndConditionsPage.applicableLawTitle',
10
- 'termsAndConditionsPage.applicableLawParagraph',
11
- 'termsAndConditionsPage.disputesTitle',
12
- 'termsAndConditionsPage.disputesParagraph',
13
- 'termsAndConditionsPage.limitationAndLiabilityTitle',
14
- 'termsAndConditionsPage.limitationAndLiabilityParagraph',
15
- 'termsAndConditionsPage',
2
+ 'terms-and-conditions-page.intro',
3
+ 'terms-and-conditions-page.conditionsOfUseTitle',
4
+ 'terms-and-conditions-page.conditionsOfUseParagraph',
5
+ 'terms-and-conditions-page.intellectualPropertyTitle',
6
+ 'terms-and-conditions-page.intellectualPropertyParagraph',
7
+ 'terms-and-conditions-page.userAccountsTitle',
8
+ 'terms-and-conditions-page.userAccountsParagraph',
9
+ 'terms-and-conditions-page.applicableLawTitle',
10
+ 'terms-and-conditions-page.applicableLawParagraph',
11
+ 'terms-and-conditions-page.disputesTitle',
12
+ 'terms-and-conditions-page.disputesParagraph',
13
+ 'terms-and-conditions-page.limitationAndLiabilityTitle',
14
+ 'terms-and-conditions-page.limitationAndLiabilityParagraph',
15
+ 'terms-and-conditions-page',
16
16
  ];
17
17
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
18
18
  const CHECK = TERMS_AND_CONDITIONS_PAGE_DICTIONARY_IDS;
@@ -1 +1 @@
1
- export declare const PERSON_MAINTENANCE_DICTIONARY_IDS: readonly ["auth.cannotBeChangedLaterWarning", "auth.loginRequired", "addPersonPage", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "formDateError", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "formMaxLengthError", "proposable", "formRequiredError", "name"];
1
+ export declare const PERSON_MAINTENANCE_DICTIONARY_IDS: readonly ["auth.cannotBeChangedLaterWarning", "auth.loginRequired", "add-person-page", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "formDateError", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "formMaxLengthError", "proposable", "formRequiredError", "name"];
@@ -1,7 +1,7 @@
1
1
  export const PERSON_MAINTENANCE_DICTIONARY_IDS = [
2
2
  'auth.cannotBeChangedLaterWarning',
3
3
  'auth.loginRequired',
4
- 'addPersonPage',
4
+ 'add-person-page',
5
5
  'modify',
6
6
  'reset',
7
7
  'count',
@@ -1 +1 @@
1
- export declare const PERSONS_LIST_DICTIONARY_IDS: readonly ["burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "personsInCount", "person", "reset", "sort", "name", "caseSensitive", "myPersons", "select", "personsMapPage", "person.birthPlaceCountry", "persons", "personsPage.personsList.hasImage", "createdAt"];
1
+ export declare const PERSONS_LIST_DICTIONARY_IDS: readonly ["burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "personsInCount", "person", "reset", "sort", "name", "caseSensitive", "myPersons", "select", "persons-map-page", "person.birthPlaceCountry", "persons", "persons-page.personsList.hasImage", "createdAt"];
@@ -9,10 +9,10 @@ export const PERSONS_LIST_DICTIONARY_IDS = [
9
9
  'caseSensitive',
10
10
  'myPersons',
11
11
  'select',
12
- 'personsMapPage',
12
+ 'persons-map-page',
13
13
  'person.birthPlaceCountry',
14
14
  'persons',
15
- 'personsPage.personsList.hasImage',
15
+ 'persons-page.personsList.hasImage',
16
16
  'createdAt',
17
17
  ];
18
18
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
package/src/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './aws/index.js';
2
+ export * from './auth/index.js';
2
3
  export * from './candle/index.js';
3
4
  export * from './cookie/index.js';
4
5
  export * from './database/index.js';
package/src/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './aws/index.js';
2
+ export * from './auth/index.js';
2
3
  export * from './candle/index.js';
3
4
  export * from './cookie/index.js';
4
5
  export * from './database/index.js';
@@ -1,8 +1,8 @@
1
+ import { Auth } from '../../../auth/index.js';
1
2
  import { AddCandlePageDictionary, Language } from '../../../dictionary/index.js';
2
3
  import { AddCandlePageData } from '../../../page/index.js';
3
- import { AuthServerSideProps } from '../auth-server-side-props/index.js';
4
4
  export interface AddCandlePageServerSideProps {
5
- auth?: AuthServerSideProps;
5
+ auth?: Auth;
6
6
  dictionary: AddCandlePageDictionary;
7
7
  language: Language;
8
8
  pageData: AddCandlePageData;
@@ -1,7 +1,7 @@
1
+ import { Auth } from '../../../auth/index.js';
1
2
  import { ContactPageDictionary, Language } from '../../../dictionary/index.js';
2
- import { AuthServerSideProps } from '../auth-server-side-props/index.js';
3
3
  export interface ContactPageServerSideProps {
4
- auth?: AuthServerSideProps;
4
+ auth?: Auth;
5
5
  dictionary: ContactPageDictionary;
6
6
  language: Language;
7
7
  }
@@ -1,8 +1,8 @@
1
+ import { Auth } from '../../../auth/index.js';
1
2
  import { CookieConsent } from '../../../cookie/index.js';
2
3
  import { CookiePolicyPageDictionary, Language } from '../../../dictionary/index.js';
3
- import { AuthServerSideProps } from '../auth-server-side-props/index.js';
4
4
  export interface CookiePolicyPageServerSideProps {
5
- auth?: AuthServerSideProps;
5
+ auth?: Auth;
6
6
  cookieConsent?: CookieConsent;
7
7
  dictionary: CookiePolicyPageDictionary;
8
8
  language: Language;
@@ -1,7 +1,7 @@
1
+ import { Auth } from '../../../auth/index.js';
1
2
  import { HelpPageDictionary, Language } from '../../../dictionary/index.js';
2
- import { AuthServerSideProps } from '../auth-server-side-props/index.js';
3
3
  export interface HelpPageServerSideProps {
4
- auth?: AuthServerSideProps;
4
+ auth?: Auth;
5
5
  dictionary: HelpPageDictionary;
6
6
  language: Language;
7
7
  }
@@ -1,5 +1,4 @@
1
1
  export * from './add-candle-page-server-side-props/index.js';
2
- export * from './auth-server-side-props/index.js';
3
2
  export * from './contact-page-server-side-props/index.js';
4
3
  export * from './cookie-policy-page-server-side-props/index.js';
5
4
  export * from './help-page-server-side-props/index.js';
@@ -1,5 +1,4 @@
1
1
  export * from './add-candle-page-server-side-props/index.js';
2
- export * from './auth-server-side-props/index.js';
3
2
  export * from './contact-page-server-side-props/index.js';
4
3
  export * from './cookie-policy-page-server-side-props/index.js';
5
4
  export * from './help-page-server-side-props/index.js';
@@ -1,7 +1,7 @@
1
+ import { Auth } from '../../../auth/index.js';
1
2
  import { Language, TermsAndConditionsPageDictionary } from '../../../dictionary/index.js';
2
- import { AuthServerSideProps } from '../auth-server-side-props/index.js';
3
3
  export interface TermsAndConditionsPageServerSideProps {
4
- auth?: AuthServerSideProps;
4
+ auth?: Auth;
5
5
  dictionary: TermsAndConditionsPageDictionary;
6
6
  language: Language;
7
7
  }
@@ -1,6 +0,0 @@
1
- export interface AuthServerSideProps {
2
- accessToken: string;
3
- user: {
4
- [key: string]: unknown;
5
- };
6
- }