@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.
- package/package.json +1 -1
- package/src/auth/auth/domain.d.ts +6 -0
- package/src/auth/index.d.ts +1 -0
- package/src/auth/index.js +1 -0
- package/src/dictionary/dictionary/page-dictionary/common-page-dictionary/domain.d.ts +10 -10
- package/src/dictionary/dictionary-id/dictionary-id/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/dictionary-id/config.js +62 -59
- package/src/dictionary/dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids/config.js +2 -2
- package/src/dictionary/dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids/config.js +4 -4
- package/src/dictionary/dictionary-id/page-dictionary-ids/candle-details-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/candle-details-page-dictionary-ids/config.js +6 -6
- package/src/dictionary/dictionary-id/page-dictionary-ids/common-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/common-page-dictionary-ids/config.js +9 -7
- package/src/dictionary/dictionary-id/page-dictionary-ids/contact-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/contact-page-dictionary-ids/config.js +5 -5
- package/src/dictionary/dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids/config.js +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids/config.js +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/help-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/help-page-dictionary-ids/config.js +14 -14
- package/src/dictionary/dictionary-id/page-dictionary-ids/home-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/home-page-dictionary-ids/config.js +4 -4
- package/src/dictionary/dictionary-id/page-dictionary-ids/person-candles-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/person-candles-page-dictionary-ids/config.js +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/person-details-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/person-details-page-dictionary-ids/config.js +10 -10
- package/src/dictionary/dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids/config.js +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/persons-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/persons-page-dictionary-ids/config.js +5 -5
- package/src/dictionary/dictionary-id/page-dictionary-ids/terms-and-conditions-page-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/page-dictionary-ids/terms-and-conditions-page-dictionary-ids/config.js +14 -14
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/person-maintenance-dictionary-ids/config.js +1 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/config.d.ts +1 -1
- package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/config.js +2 -2
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/src/ssr/server-side-props/add-candle-page-server-side-props/domain.d.ts +2 -2
- package/src/ssr/server-side-props/contact-page-server-side-props/domain.d.ts +2 -2
- package/src/ssr/server-side-props/cookie-policy-page-server-side-props/domain.d.ts +2 -2
- package/src/ssr/server-side-props/help-page-server-side-props/domain.d.ts +2 -2
- package/src/ssr/server-side-props/index.d.ts +0 -1
- package/src/ssr/server-side-props/index.js +0 -1
- package/src/ssr/server-side-props/terms-and-conditions-page-server-side-props/domain.d.ts +2 -2
- package/src/ssr/server-side-props/auth-server-side-props/domain.d.ts +0 -6
- /package/src/{ssr/server-side-props/auth-server-side-props → auth/auth}/domain.js +0 -0
- /package/src/{ssr/server-side-props/auth-server-side-props → auth/auth}/index.d.ts +0 -0
- /package/src/{ssr/server-side-props/auth-server-side-props → auth/auth}/index.js +0 -0
package/package.json
CHANGED
@@ -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
|
30
|
-
logout
|
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'
|
38
|
-
'candles-page'
|
39
|
-
'contact-page'
|
40
|
-
'cookie-policy-page'
|
41
|
-
'help-page'
|
42
|
-
'persons-page'
|
43
|
-
'persons-map-page'
|
44
|
-
'terms-and-conditions-page'
|
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", "
|
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
|
-
'
|
4
|
-
'
|
5
|
-
'
|
6
|
-
'
|
7
|
-
'
|
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
|
-
'
|
23
|
-
'
|
24
|
-
'
|
25
|
-
'
|
26
|
-
'
|
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
|
-
'
|
37
|
-
'
|
38
|
-
'
|
39
|
-
'
|
40
|
-
'
|
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
|
-
'
|
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
|
-
'
|
62
|
-
'
|
63
|
-
'
|
64
|
-
'
|
65
|
-
'
|
66
|
-
'
|
67
|
-
'
|
68
|
-
'
|
69
|
-
'
|
70
|
-
'
|
71
|
-
'
|
72
|
-
'
|
73
|
-
'
|
74
|
-
'
|
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
|
-
'
|
126
|
-
'
|
127
|
-
'
|
128
|
-
'
|
129
|
-
'
|
130
|
-
'
|
131
|
-
'
|
132
|
-
'
|
133
|
-
'
|
134
|
-
'
|
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
|
-
'
|
138
|
-
'
|
139
|
-
'
|
140
|
-
'
|
141
|
-
'
|
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
|
-
'
|
156
|
-
'
|
157
|
-
'
|
158
|
-
'
|
159
|
-
'
|
160
|
-
'
|
161
|
-
'
|
162
|
-
'
|
163
|
-
'
|
164
|
-
'
|
165
|
-
'
|
166
|
-
'
|
167
|
-
'
|
168
|
-
'
|
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
|
];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids/config.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const ADD_CANDLE_PAGE_DICTIONARY_IDS: readonly ["personCandles", "auth.candleLitWarning", "reset", "candle.description", "formMaxLengthError", "formRequiredError", "litName", "lightACandle", "lightTheCandle", "
|
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"];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/add-candle-page-dictionary-ids/config.js
CHANGED
@@ -4,8 +4,8 @@ export const ADD_CANDLE_PAGE_DICTIONARY_IDS = [
|
|
4
4
|
...CANDLE_MAINTENANCE_DICTIONARY_IDS,
|
5
5
|
'lightACandle',
|
6
6
|
'lightTheCandle',
|
7
|
-
'
|
8
|
-
'
|
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;
|
package/src/dictionary/dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids/config.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const ADD_PERSON_PAGE_DICTIONARY_IDS: readonly ["persons", "auth.cannotBeChangedLaterWarning", "auth.loginRequired", "
|
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"];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/add-person-page-dictionary-ids/config.js
CHANGED
@@ -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
|
-
'
|
6
|
-
'
|
7
|
-
'
|
8
|
-
'
|
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", "
|
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
|
-
'
|
14
|
-
'
|
15
|
-
'
|
16
|
-
'
|
17
|
-
'
|
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
|
-
'
|
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;
|
package/src/dictionary/dictionary-id/page-dictionary-ids/common-page-dictionary-ids/config.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const COMMON_PAGE_DICTIONARY_IDS: readonly ["acceptAll", "
|
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"];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/common-page-dictionary-ids/config.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export const COMMON_PAGE_DICTIONARY_IDS = [
|
2
2
|
'acceptAll',
|
3
|
-
'
|
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
|
-
'
|
19
|
-
'candles',
|
20
|
-
'
|
21
|
-
'
|
22
|
-
'
|
23
|
-
'
|
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
|
];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/contact-page-dictionary-ids/config.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const CONTACT_PAGE_DICTIONARY_IDS: readonly ["
|
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"];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/contact-page-dictionary-ids/config.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
export const CONTACT_PAGE_DICTIONARY_IDS = [
|
2
|
-
'
|
3
|
-
'
|
4
|
-
'
|
5
|
-
'
|
6
|
-
'
|
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", "
|
1
|
+
export declare const COOKIE_POLICY_PAGE_DICTIONARY_IDS: readonly ["acceptAll", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookie-policy-page"];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/cookie-policy-page-dictionary-ids/config.js
CHANGED
@@ -4,7 +4,7 @@ export const COOKIE_POLICY_PAGE_DICTIONARY_IDS = [
|
|
4
4
|
'save',
|
5
5
|
'cookieConsentForm.description',
|
6
6
|
'cookieConsentForm.languageFormDescription',
|
7
|
-
'
|
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;
|
package/src/dictionary/dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids/config.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const EDIT_PERSON_PAGE_DICTIONARY_IDS: readonly ["editPersonPage", "auth.cannotBeChangedLaterWarning", "auth.loginRequired", "
|
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"];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/edit-person-page-dictionary-ids/config.js
CHANGED
@@ -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
|
-
'
|
5
|
+
'person-details-page',
|
6
6
|
'editPersonPage.maintenance.submitError',
|
7
7
|
'editPersonPage.maintenance.submitSuccess',
|
8
8
|
];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/help-page-dictionary-ids/config.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const HELP_PAGE_DICTIONARY_IDS: readonly ["
|
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
|
-
'
|
3
|
-
'
|
2
|
+
'help-page',
|
3
|
+
'help-page.intro',
|
4
4
|
'persons',
|
5
|
-
'
|
6
|
-
'
|
7
|
-
'
|
8
|
-
'
|
9
|
-
'
|
10
|
-
'
|
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
|
-
'
|
13
|
-
'
|
14
|
-
'
|
15
|
-
'
|
16
|
-
'
|
17
|
-
'
|
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;
|
package/src/dictionary/dictionary-id/page-dictionary-ids/home-page-dictionary-ids/config.d.ts
CHANGED
@@ -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", "
|
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
|
-
'
|
15
|
+
'add-candle-page.maintenance.submitError',
|
16
16
|
'lightTheCandle',
|
17
|
-
'
|
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
|
-
'
|
27
|
+
'add-person-page',
|
28
28
|
'auth.cannotBeChangedLaterWarning',
|
29
29
|
'homePage.welcome.description1',
|
30
30
|
'homePage.welcome.description2',
|
31
31
|
'homePage.welcome',
|
32
|
-
'
|
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", "
|
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
|
-
'
|
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", "
|
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
|
-
'
|
12
|
+
'person-details-page.deletePerson.submitError',
|
13
13
|
'cancel',
|
14
14
|
'ok',
|
15
|
-
'
|
16
|
-
'
|
17
|
-
'
|
18
|
-
'
|
19
|
-
'
|
20
|
-
'
|
21
|
-
'
|
22
|
-
'
|
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
|
-
'
|
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;
|
package/src/dictionary/dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids/config.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const PERSONS_MAP_PAGE_DICTIONARY_IDS: readonly ["
|
1
|
+
export declare const PERSONS_MAP_PAGE_DICTIONARY_IDS: readonly ["persons-map-page.map.description", "persons-map-page", "map"];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/persons-map-page-dictionary-ids/config.js
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
export const PERSONS_MAP_PAGE_DICTIONARY_IDS = ['
|
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;
|
package/src/dictionary/dictionary-id/page-dictionary-ids/persons-page-dictionary-ids/config.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const PERSONS_PAGE_DICTIONARY_IDS: readonly ["auth.cannotBeChangedLaterWarning", "
|
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"];
|
package/src/dictionary/dictionary-id/page-dictionary-ids/persons-page-dictionary-ids/config.js
CHANGED
@@ -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
|
-
'
|
4
|
+
'persons-page.addPerson.description',
|
5
5
|
'login',
|
6
|
-
'
|
6
|
+
'add-person-page',
|
7
7
|
...PERSONS_LIST_DICTIONARY_IDS,
|
8
8
|
'caseSensitive',
|
9
9
|
'myPersons',
|
10
|
-
'
|
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
|
-
'
|
19
|
+
'persons-page.personsList',
|
20
20
|
'persons',
|
21
|
-
'
|
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 ["
|
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
|
-
'
|
3
|
-
'
|
4
|
-
'
|
5
|
-
'
|
6
|
-
'
|
7
|
-
'
|
8
|
-
'
|
9
|
-
'
|
10
|
-
'
|
11
|
-
'
|
12
|
-
'
|
13
|
-
'
|
14
|
-
'
|
15
|
-
'
|
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", "
|
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"];
|
package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/config.d.ts
CHANGED
@@ -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", "
|
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"];
|
package/src/dictionary/dictionary-id/person-dictionary-ids/persons-list-dictionary-ids/config.js
CHANGED
@@ -9,10 +9,10 @@ export const PERSONS_LIST_DICTIONARY_IDS = [
|
|
9
9
|
'caseSensitive',
|
10
10
|
'myPersons',
|
11
11
|
'select',
|
12
|
-
'
|
12
|
+
'persons-map-page',
|
13
13
|
'person.birthPlaceCountry',
|
14
14
|
'persons',
|
15
|
-
'
|
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
package/src/index.js
CHANGED
@@ -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?:
|
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?:
|
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?:
|
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?:
|
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?:
|
4
|
+
auth?: Auth;
|
5
5
|
dictionary: TermsAndConditionsPageDictionary;
|
6
6
|
language: Language;
|
7
7
|
}
|
File without changes
|
File without changes
|
File without changes
|