@candlerip/shared3 0.0.50 → 0.0.51
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/database/domains/candle/index.d.ts +11 -0
- package/src/database/domains/contact/index.d.ts +9 -0
- package/src/database/domains/country/index.d.ts +13 -0
- package/src/database/domains/country/index.js +1 -0
- package/src/database/domains/dictionary/index.d.ts +7 -0
- package/src/database/domains/dictionary/index.js +1 -0
- package/src/database/domains/index.d.ts +6 -0
- package/src/database/domains/index.js +6 -0
- package/src/database/domains/person/image/index.d.ts +10 -0
- package/src/database/domains/person/image/index.js +1 -0
- package/src/database/domains/person/index.d.ts +21 -0
- package/src/database/domains/person/index.js +1 -0
- package/src/date/configs/index.d.ts +2 -0
- package/src/date/configs/index.js +2 -0
- package/src/date/configs/one-day-in-minutes/index.d.ts +1 -0
- package/src/date/configs/one-day-in-minutes/index.js +1 -0
- package/src/date/configs/one-year-in-minutes/index.d.ts +1 -0
- package/src/date/configs/one-year-in-minutes/index.js +1 -0
- package/src/date/index.d.ts +2 -0
- package/src/date/index.js +2 -0
- package/src/date/utils/add-minutes-to-date/index.d.ts +2 -0
- package/src/date/utils/add-minutes-to-date/index.js +5 -0
- package/src/date/utils/add-minutes-to-date/types.d.ts +1 -0
- package/src/date/utils/add-minutes-to-date/types.js +1 -0
- package/src/date/utils/index.d.ts +1 -0
- package/src/date/utils/index.js +1 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/candle-card-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/candle-card-dictionary-ids/index.js +10 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/candle-cards-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/candle-cards-dictionary-ids/index.js +4 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/candle-image-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/candle-image-dictionary-ids/index.js +3 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/candle-maintenance-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/candle-maintenance-dictionary-ids/index.js +10 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/candles-list-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/candles-list-dictionary-ids/index.js +17 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/index.d.ts +5 -0
- package/src/dictionary/dictionary-id/configs/candle-dictionary-ids/index.js +5 -0
- package/src/dictionary/dictionary-id/configs/dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/dictionary-ids/index.js +171 -0
- package/src/dictionary/dictionary-id/configs/index.d.ts +5 -0
- package/src/dictionary/dictionary-id/configs/index.js +5 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/add-candle-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/add-candle-page-dictionary-ids/index.js +11 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/add-person-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/add-person-page-dictionary-ids/index.js +11 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/candle-details-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/candle-details-page-dictionary-ids/index.js +29 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/candles-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/candles-page-dictionary-ids/index.js +4 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/common-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/common-page-dictionary-ids/index.js +28 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/contact-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/contact-page-dictionary-ids/index.js +19 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/cookie-policy-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/cookie-policy-page-dictionary-ids/index.js +10 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/edit-candle-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/edit-candle-page-dictionary-ids/index.js +11 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/edit-person-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/edit-person-page-dictionary-ids/index.js +10 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/help-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/help-page-dictionary-ids/index.js +20 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/home-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/home-page-dictionary-ids/index.js +37 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/index.d.ts +17 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/index.js +17 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/person-candles-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/person-candles-page-dictionary-ids/index.js +14 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/person-details-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/person-details-page-dictionary-ids/index.js +28 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/persons-map-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/persons-map-page-dictionary-ids/index.js +3 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/persons-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/persons-page-dictionary-ids/index.js +24 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/redirect-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/redirect-page-dictionary-ids/index.js +3 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/terms-and-conditions-page-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/page-dictionary-ids/terms-and-conditions-page-dictionary-ids/index.js +18 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/index.d.ts +5 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/index.js +5 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/person-card-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/person-card-dictionary-ids/index.js +4 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/person-cards-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/person-cards-dictionary-ids/index.js +4 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/person-image-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/person-image-dictionary-ids/index.js +3 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/person-maintenance-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/person-maintenance-dictionary-ids/index.js +28 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/persons-list-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/person-dictionary-ids/persons-list-dictionary-ids/index.js +19 -0
- package/src/dictionary/dictionary-id/configs/time-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/time-dictionary-ids/index.js +1 -0
- package/src/dictionary/dictionary-id/configs/time-dictionary-ids/time-abbreviation-dictionary-ids/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/configs/time-dictionary-ids/time-abbreviation-dictionary-ids/index.js +3 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-card-dictionary/index.d.ts +10 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-card-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-cards-dictionary/index.d.ts +4 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-cards-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-image-dictionary/index.d.ts +3 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-image-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-maintenance-dictionary/index.d.ts +19 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-maintenance-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/candles-list-dictionary/index.d.ts +23 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/candles-list-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/index.d.ts +5 -0
- package/src/dictionary/dictionary-id/domains/candle-dictionary/index.js +5 -0
- package/src/dictionary/dictionary-id/domains/country-dictionary/index.d.ts +5 -0
- package/src/dictionary/dictionary-id/domains/country-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/dictionary-id/index.d.ts +2 -0
- package/src/dictionary/dictionary-id/domains/dictionary-id/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/drop-zone-dictionary/index.d.ts +12 -0
- package/src/dictionary/dictionary-id/domains/drop-zone-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/filter-sort-dictionary/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/domains/filter-sort-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/filter-sort-dictionary/reset-and-sort-dictionary/index.d.ts +8 -0
- package/src/dictionary/dictionary-id/domains/filter-sort-dictionary/reset-and-sort-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/index.d.ts +8 -0
- package/src/dictionary/dictionary-id/domains/index.js +8 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/add-candle-page-dictionary/index.d.ts +12 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/add-candle-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/add-person-page-dictionary/index.d.ts +13 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/add-person-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/candle-details-page-dictionary/index.d.ts +53 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/candle-details-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/candles-page-dictionary/index.d.ts +9 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/candles-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/common-page-dictionary/index.d.ts +47 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/common-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/contact-page-dictionary/index.d.ts +36 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/contact-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/cookie-policy-page-dictionary/index.d.ts +21 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/cookie-policy-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/edit-candle-page-dictionary/index.d.ts +12 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/edit-candle-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/edit-person-page-dictionary/index.d.ts +13 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/edit-person-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/help-page-dictionary/index.d.ts +25 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/help-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/home-page-dictionary/index.d.ts +38 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/home-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/index.d.ts +18 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/index.js +18 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/page-dictionary/index.d.ts +17 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/person-candles-page-dictionary/index.d.ts +17 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/person-candles-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/person-details-page-dictionary/index.d.ts +52 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/person-details-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/persons-map-page-dictionary/index.d.ts +11 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/persons-map-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/persons-page-dictionary/index.d.ts +15 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/persons-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/redirect-page-dictionary/index.d.ts +7 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/redirect-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/terms-and-conditions-page-dictionary/index.d.ts +23 -0
- package/src/dictionary/dictionary-id/domains/page-dictionary/terms-and-conditions-page-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/index.d.ts +5 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/index.js +5 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/person-card-dictionary/index.d.ts +7 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/person-card-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/person-cards-dictionary/index.d.ts +4 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/person-cards-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/person-image-dictionary/index.d.ts +5 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/person-image-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/person-maintenance-dictionary/index.d.ts +33 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/person-maintenance-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/persons-list-dictionary/index.d.ts +29 -0
- package/src/dictionary/dictionary-id/domains/person-dictionary/persons-list-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/time-dictionary/index.d.ts +1 -0
- package/src/dictionary/dictionary-id/domains/time-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/domains/time-dictionary/time-abbreviation-dictionary/index.d.ts +5 -0
- package/src/dictionary/dictionary-id/domains/time-dictionary/time-abbreviation-dictionary/index.js +1 -0
- package/src/dictionary/dictionary-id/index.d.ts +2 -0
- package/src/dictionary/dictionary-id/index.js +2 -0
- package/src/dictionary/index.d.ts +2 -0
- package/src/dictionary/index.js +2 -0
- package/src/dictionary/language/domains/index.js +1 -0
- package/src/dictionary/language/validates/validate-language/types.js +1 -0
- package/src/environment/environment-variable-name/configs/boolean-environment-variable-names/index.d.ts +1 -1
- package/src/environment/environment-variable-name/configs/number-environment-variable-names/index.d.ts +1 -1
- package/src/environment/environment-variables/configs/index.d.ts +0 -1
- package/src/environment/environment-variables/configs/index.js +0 -1
- package/src/geographical/birth-place-country/domains/index.d.ts +4 -0
- package/src/geographical/birth-place-country/domains/index.js +1 -0
- package/src/geographical/birth-place-country/index.d.ts +1 -0
- package/src/geographical/birth-place-country/index.js +1 -0
- package/src/geographical/county-code/configs/index.d.ts +1 -0
- package/src/geographical/county-code/configs/index.js +248 -0
- package/src/geographical/county-code/domains/index.d.ts +2 -0
- package/src/geographical/county-code/domains/index.js +1 -0
- package/src/geographical/county-code/index.d.ts +3 -0
- package/src/geographical/county-code/index.js +3 -0
- package/src/geographical/county-code/type-guards/index.d.ts +1 -0
- package/src/geographical/county-code/type-guards/index.js +1 -0
- package/src/geographical/county-code/type-guards/is-country-code/index.d.ts +2 -0
- package/src/geographical/county-code/type-guards/is-country-code/index.js +4 -0
- package/src/geographical/index.d.ts +2 -0
- package/src/geographical/index.js +2 -0
- package/src/image/image/domains/index.d.ts +5 -0
- package/src/image/image/domains/index.js +1 -0
- package/src/image/image/index.d.ts +1 -0
- package/src/image/image/index.js +1 -0
- package/src/image/image-dimension/domains/index.d.ts +5 -0
- package/src/image/image-dimension/domains/index.js +1 -0
- package/src/image/image-dimension/index.d.ts +1 -0
- package/src/image/image-dimension/index.js +1 -0
- package/src/image/index.d.ts +3 -0
- package/src/image/index.js +3 -0
- package/src/image/utils/convert-base64-to-image/index.d.ts +2 -0
- package/src/image/utils/convert-base64-to-image/index.js +1 -0
- package/src/image/utils/convert-base64-to-image/types.d.ts +1 -0
- package/src/image/utils/convert-base64-to-image/types.js +1 -0
- package/src/image/utils/index.d.ts +1 -0
- package/src/image/utils/index.js +1 -0
- package/src/index.d.ts +6 -1
- package/src/index.js +6 -1
- package/src/person/index.d.ts +2 -0
- package/src/person/index.js +2 -0
- package/src/person/person-image/index.d.ts +2 -0
- package/src/person/person-image/index.js +2 -0
- package/src/person/person-image/person-image-file-name/configs/index.d.ts +1 -0
- package/src/person/person-image/person-image-file-name/configs/index.js +2 -0
- package/src/person/person-image/person-image-file-name/domains/index.d.ts +2 -0
- package/src/person/person-image/person-image-file-name/domains/index.js +1 -0
- package/src/person/person-image/person-image-file-name/index.d.ts +2 -0
- package/src/person/person-image/person-image-file-name/index.js +2 -0
- package/src/person/person-image/person-image-width/configs/index.d.ts +1 -0
- package/src/person/person-image/person-image-width/configs/index.js +1 -0
- package/src/person/person-image/person-image-width/domains/index.d.ts +2 -0
- package/src/person/person-image/person-image-width/domains/index.js +1 -0
- package/src/person/person-image/person-image-width/index.d.ts +2 -0
- package/src/person/person-image/person-image-width/index.js +2 -0
- package/src/person/persons-count/domains/index.d.ts +3 -0
- package/src/person/persons-count/domains/index.js +1 -0
- package/src/person/persons-count/index.d.ts +1 -0
- package/src/person/persons-count/index.js +1 -0
- package/src/project/project-config/configs/project-config/index.d.ts +2 -5
- package/src/project/project-config/configs/project-config/index.js +2 -5
- package/src/project/project-name/configs/index.d.ts +1 -1
- package/src/project/project-name/configs/index.js +0 -1
- package/src/ssr/index.d.ts +1 -0
- package/src/ssr/index.js +1 -0
- package/src/ssr/server-side-props/domains/contact-page-server-side-props/index.d.ts +4 -0
- package/src/ssr/server-side-props/domains/contact-page-server-side-props/index.js +1 -0
- package/src/ssr/server-side-props/domains/index.d.ts +1 -0
- package/src/ssr/server-side-props/domains/index.js +1 -0
- package/src/ssr/server-side-props/index.d.ts +1 -0
- package/src/ssr/server-side-props/index.js +1 -0
- package/src/translation/index.d.ts +0 -1
- package/src/translation/index.js +0 -1
- /package/src/{translation/language/domains → database/domains/candle}/index.js +0 -0
- /package/src/{translation/language/validates/validate-language/types.js → database/domains/contact/index.js} +0 -0
- /package/src/{translation → dictionary}/language/configs/index.d.ts +0 -0
- /package/src/{translation → dictionary}/language/configs/index.js +0 -0
- /package/src/{translation → dictionary}/language/domains/index.d.ts +0 -0
- /package/src/{translation → dictionary}/language/index.d.ts +0 -0
- /package/src/{translation → dictionary}/language/index.js +0 -0
- /package/src/{translation → dictionary}/language/type-guards/index.d.ts +0 -0
- /package/src/{translation → dictionary}/language/type-guards/index.js +0 -0
- /package/src/{translation → dictionary}/language/type-guards/is-language/index.d.ts +0 -0
- /package/src/{translation → dictionary}/language/type-guards/is-language/index.js +0 -0
- /package/src/{translation → dictionary}/language/validates/index.d.ts +0 -0
- /package/src/{translation → dictionary}/language/validates/index.js +0 -0
- /package/src/{translation → dictionary}/language/validates/validate-language/index.d.ts +0 -0
- /package/src/{translation → dictionary}/language/validates/validate-language/index.js +0 -0
- /package/src/{translation → dictionary}/language/validates/validate-language/types.d.ts +0 -0
@@ -0,0 +1,11 @@
|
|
1
|
+
import { CANDLE_MAINTENANCE_DICTIONARY_IDS } from '../../candle-dictionary-ids/candle-maintenance-dictionary-ids/index.js';
|
2
|
+
export const EDIT_CANDLE_PAGE_DICTIONARY_IDS = [
|
3
|
+
'candleDetailsPage',
|
4
|
+
...CANDLE_MAINTENANCE_DICTIONARY_IDS,
|
5
|
+
'editCandlePage',
|
6
|
+
'modify',
|
7
|
+
'editCandlePage.maintenance.submitError',
|
8
|
+
'editCandlePage.maintenance.submitSuccess',
|
9
|
+
];
|
10
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
11
|
+
const CHECK = EDIT_CANDLE_PAGE_DICTIONARY_IDS;
|
@@ -0,0 +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"];
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { PERSON_MAINTENANCE_DICTIONARY_IDS } from '../../person-dictionary-ids/person-maintenance-dictionary-ids/index.js';
|
2
|
+
export const EDIT_PERSON_PAGE_DICTIONARY_IDS = [
|
3
|
+
'editPersonPage',
|
4
|
+
...PERSON_MAINTENANCE_DICTIONARY_IDS,
|
5
|
+
'personDetailsPage',
|
6
|
+
'editPersonPage.maintenance.submitError',
|
7
|
+
'editPersonPage.maintenance.submitSuccess',
|
8
|
+
];
|
9
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
10
|
+
const CHECK = EDIT_PERSON_PAGE_DICTIONARY_IDS;
|
package/src/dictionary/dictionary-id/configs/page-dictionary-ids/help-page-dictionary-ids/index.d.ts
ADDED
@@ -0,0 +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"];
|
package/src/dictionary/dictionary-id/configs/page-dictionary-ids/help-page-dictionary-ids/index.js
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
export const HELP_PAGE_DICTIONARY_IDS = [
|
2
|
+
'helpPage',
|
3
|
+
'helpPage.intro',
|
4
|
+
'persons',
|
5
|
+
'helpPage.personsParagraph',
|
6
|
+
'helpPage.addPersonTitle',
|
7
|
+
'helpPage.addPersonRule1',
|
8
|
+
'helpPage.addPersonRule2',
|
9
|
+
'helpPage.addPersonRule3',
|
10
|
+
'helpPage.addPersonRule4',
|
11
|
+
'candles',
|
12
|
+
'helpPage.candlesParagraph1',
|
13
|
+
'helpPage.candlesParagraph2',
|
14
|
+
'helpPage.candlesParagraph3',
|
15
|
+
'helpPage.lightACandleTitle',
|
16
|
+
'helpPage.lightACandleRule1',
|
17
|
+
'helpPage.lightACandleRule2',
|
18
|
+
];
|
19
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
20
|
+
const CHECK = HELP_PAGE_DICTIONARY_IDS;
|
package/src/dictionary/dictionary-id/configs/page-dictionary-ids/home-page-dictionary-ids/index.d.ts
ADDED
@@ -0,0 +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"];
|
package/src/dictionary/dictionary-id/configs/page-dictionary-ids/home-page-dictionary-ids/index.js
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
import { CANDLE_CARDS_DICTIONARY_IDS } from '../../candle-dictionary-ids/candle-cards-dictionary-ids/index.js';
|
2
|
+
import { PERSON_CARDS_DICTIONARY_IDS } from '../../person-dictionary-ids/person-cards-dictionary-ids/index.js';
|
3
|
+
import { PERSON_IMAGE_DICTIONARY_IDS } from '../../person-dictionary-ids/person-image-dictionary-ids/index.js';
|
4
|
+
export const HOME_PAGE_DICTIONARY_IDS = [
|
5
|
+
'lightACandle',
|
6
|
+
...PERSON_IMAGE_DICTIONARY_IDS,
|
7
|
+
...CANDLE_CARDS_DICTIONARY_IDS,
|
8
|
+
'candles',
|
9
|
+
'homePage.lastLitCandles',
|
10
|
+
...PERSON_CARDS_DICTIONARY_IDS,
|
11
|
+
'persons',
|
12
|
+
'homePage.lastUploadedPersons',
|
13
|
+
'auth.cannotBeChangedLaterWarning',
|
14
|
+
'more',
|
15
|
+
'reset',
|
16
|
+
'addCandlePage.maintenance.submitError',
|
17
|
+
'lightTheCandle',
|
18
|
+
'addCandlePage.maintenance.submitSuccess',
|
19
|
+
'formMaxLengthError',
|
20
|
+
'person.name',
|
21
|
+
'formRequiredError',
|
22
|
+
'litName',
|
23
|
+
'burnedCandles',
|
24
|
+
'burningCandles',
|
25
|
+
'candles',
|
26
|
+
'persons',
|
27
|
+
'homePage.statistics',
|
28
|
+
'addPersonPage',
|
29
|
+
'auth.cannotBeChangedLaterWarning',
|
30
|
+
'homePage.welcome.description1',
|
31
|
+
'homePage.welcome.description2',
|
32
|
+
'homePage.welcome',
|
33
|
+
'personsMapPage',
|
34
|
+
'homePage.proposal',
|
35
|
+
];
|
36
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
37
|
+
const CHECK = HOME_PAGE_DICTIONARY_IDS;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export * from './add-candle-page-dictionary-ids/index.js';
|
2
|
+
export * from './add-person-page-dictionary-ids/index.js';
|
3
|
+
export * from './candle-details-page-dictionary-ids/index.js';
|
4
|
+
export * from './candles-page-dictionary-ids/index.js';
|
5
|
+
export * from './common-page-dictionary-ids/index.js';
|
6
|
+
export * from './contact-page-dictionary-ids/index.js';
|
7
|
+
export * from './cookie-policy-page-dictionary-ids/index.js';
|
8
|
+
export * from './edit-candle-page-dictionary-ids/index.js';
|
9
|
+
export * from './edit-person-page-dictionary-ids/index.js';
|
10
|
+
export * from './help-page-dictionary-ids/index.js';
|
11
|
+
export * from './home-page-dictionary-ids/index.js';
|
12
|
+
export * from './person-candles-page-dictionary-ids/index.js';
|
13
|
+
export * from './person-details-page-dictionary-ids/index.js';
|
14
|
+
export * from './persons-map-page-dictionary-ids/index.js';
|
15
|
+
export * from './persons-page-dictionary-ids/index.js';
|
16
|
+
export * from './redirect-page-dictionary-ids/index.js';
|
17
|
+
export * from './terms-and-conditions-page-dictionary-ids/index.js';
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export * from './add-candle-page-dictionary-ids/index.js';
|
2
|
+
export * from './add-person-page-dictionary-ids/index.js';
|
3
|
+
export * from './candle-details-page-dictionary-ids/index.js';
|
4
|
+
export * from './candles-page-dictionary-ids/index.js';
|
5
|
+
export * from './common-page-dictionary-ids/index.js';
|
6
|
+
export * from './contact-page-dictionary-ids/index.js';
|
7
|
+
export * from './cookie-policy-page-dictionary-ids/index.js';
|
8
|
+
export * from './edit-candle-page-dictionary-ids/index.js';
|
9
|
+
export * from './edit-person-page-dictionary-ids/index.js';
|
10
|
+
export * from './help-page-dictionary-ids/index.js';
|
11
|
+
export * from './home-page-dictionary-ids/index.js';
|
12
|
+
export * from './person-candles-page-dictionary-ids/index.js';
|
13
|
+
export * from './person-details-page-dictionary-ids/index.js';
|
14
|
+
export * from './persons-map-page-dictionary-ids/index.js';
|
15
|
+
export * from './persons-page-dictionary-ids/index.js';
|
16
|
+
export * from './redirect-page-dictionary-ids/index.js';
|
17
|
+
export * from './terms-and-conditions-page-dictionary-ids/index.js';
|
@@ -0,0 +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"];
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { CANDLES_LIST_DICTIONARY_IDS } from '../../candle-dictionary-ids/candles-list-dictionary-ids/index.js';
|
2
|
+
import { PERSON_IMAGE_DICTIONARY_IDS } from '../../person-dictionary-ids/person-image-dictionary-ids/index.js';
|
3
|
+
export const PERSON_CANDLES_PAGE_DICTIONARY_IDS = [
|
4
|
+
'auth.cannotBeChangedLaterWarning',
|
5
|
+
'auth.candleLitWarning',
|
6
|
+
'lightACandle',
|
7
|
+
'personCandlesPage.addCandle.description',
|
8
|
+
...PERSON_IMAGE_DICTIONARY_IDS,
|
9
|
+
...CANDLES_LIST_DICTIONARY_IDS,
|
10
|
+
'personCandles',
|
11
|
+
'personDetailsPage',
|
12
|
+
];
|
13
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
14
|
+
const CHECK = PERSON_CANDLES_PAGE_DICTIONARY_IDS;
|
@@ -0,0 +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"];
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { PERSON_IMAGE_DICTIONARY_IDS } from '../../person-dictionary-ids/person-image-dictionary-ids/index.js';
|
2
|
+
export const PERSON_DETAILS_PAGE_DICTIONARY_IDS = [
|
3
|
+
'personCandles',
|
4
|
+
'persons',
|
5
|
+
'person.birthDate',
|
6
|
+
'person.birthPlaceCountry',
|
7
|
+
'person.deathDate',
|
8
|
+
'person.description',
|
9
|
+
'proposable',
|
10
|
+
'burnedCandles',
|
11
|
+
'burningCandles',
|
12
|
+
'personDetailsPage.deletePerson.submitError',
|
13
|
+
'cancel',
|
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',
|
23
|
+
'editPersonPage',
|
24
|
+
...PERSON_IMAGE_DICTIONARY_IDS,
|
25
|
+
'personDetailsPage',
|
26
|
+
];
|
27
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
28
|
+
const CHECK = PERSON_DETAILS_PAGE_DICTIONARY_IDS;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const PERSONS_MAP_PAGE_DICTIONARY_IDS: readonly ["personsMapPage.map.description", "personsMapPage", "map"];
|
@@ -0,0 +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"];
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { PERSONS_LIST_DICTIONARY_IDS } from '../../person-dictionary-ids/persons-list-dictionary-ids/index.js';
|
2
|
+
export const PERSONS_PAGE_DICTIONARY_IDS = [
|
3
|
+
'auth.cannotBeChangedLaterWarning',
|
4
|
+
'personsPage.addPerson.description',
|
5
|
+
'login',
|
6
|
+
'addPersonPage',
|
7
|
+
...PERSONS_LIST_DICTIONARY_IDS,
|
8
|
+
'caseSensitive',
|
9
|
+
'myPersons',
|
10
|
+
'personsPage.personsList.hasImage',
|
11
|
+
'name',
|
12
|
+
'person.birthPlaceCountry',
|
13
|
+
'person',
|
14
|
+
'personsInCount',
|
15
|
+
'reset',
|
16
|
+
'sort',
|
17
|
+
'createdAt',
|
18
|
+
'name',
|
19
|
+
'personsPage.personsList',
|
20
|
+
'persons',
|
21
|
+
'personsMapPage',
|
22
|
+
];
|
23
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
24
|
+
const CHECK = PERSONS_PAGE_DICTIONARY_IDS;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const REDIRECT_PAGE_DICTIONARY_IDS: readonly ["redirecting"];
|
@@ -0,0 +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"];
|
@@ -0,0 +1,18 @@
|
|
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',
|
16
|
+
];
|
17
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
18
|
+
const CHECK = TERMS_AND_CONDITIONS_PAGE_DICTIONARY_IDS;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export * from './person-card-dictionary-ids/index.js';
|
2
|
+
export * from './person-cards-dictionary-ids/index.js';
|
3
|
+
export * from './person-image-dictionary-ids/index.js';
|
4
|
+
export * from './person-maintenance-dictionary-ids/index.js';
|
5
|
+
export * from './persons-list-dictionary-ids/index.js';
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export * from './person-card-dictionary-ids/index.js';
|
2
|
+
export * from './person-cards-dictionary-ids/index.js';
|
3
|
+
export * from './person-image-dictionary-ids/index.js';
|
4
|
+
export * from './person-maintenance-dictionary-ids/index.js';
|
5
|
+
export * from './persons-list-dictionary-ids/index.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const PERSON_CARD_DICTIONARY_IDS: readonly ["burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle"];
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { PERSON_IMAGE_DICTIONARY_IDS } from '../person-image-dictionary-ids/index.js';
|
2
|
+
export const PERSON_CARD_DICTIONARY_IDS = ['burnedCandles', 'burningCandles', ...PERSON_IMAGE_DICTIONARY_IDS, 'lightACandle'];
|
3
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
4
|
+
const CHECK = PERSON_CARD_DICTIONARY_IDS;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const PERSON_CARDS_DICTIONARY_IDS: readonly ["burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle"];
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const PERSON_IMAGE_DICTIONARY_IDS: readonly ["imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet"];
|
@@ -0,0 +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"];
|
@@ -0,0 +1,28 @@
|
|
1
|
+
export const PERSON_MAINTENANCE_DICTIONARY_IDS = [
|
2
|
+
'auth.cannotBeChangedLaterWarning',
|
3
|
+
'auth.loginRequired',
|
4
|
+
'addPersonPage',
|
5
|
+
'modify',
|
6
|
+
'reset',
|
7
|
+
'count',
|
8
|
+
'dropZone.acceptedFormats',
|
9
|
+
'dropZone.drapActive',
|
10
|
+
'dropZone.dropZone',
|
11
|
+
'dropZone.sizeLimit',
|
12
|
+
'invalidImage',
|
13
|
+
'tooBigImage',
|
14
|
+
'image',
|
15
|
+
'noMoreImages',
|
16
|
+
'formDateError',
|
17
|
+
'person.birthDate',
|
18
|
+
'person.birthPlaceCountry',
|
19
|
+
'person.deathDate',
|
20
|
+
'person.description',
|
21
|
+
'select',
|
22
|
+
'formMaxLengthError',
|
23
|
+
'proposable',
|
24
|
+
'formRequiredError',
|
25
|
+
'name',
|
26
|
+
];
|
27
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
28
|
+
const CHECK = PERSON_MAINTENANCE_DICTIONARY_IDS;
|
@@ -0,0 +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"];
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { PERSON_CARDS_DICTIONARY_IDS } from '../person-cards-dictionary-ids/index.js';
|
2
|
+
export const PERSONS_LIST_DICTIONARY_IDS = [
|
3
|
+
...PERSON_CARDS_DICTIONARY_IDS,
|
4
|
+
'personsInCount',
|
5
|
+
'person',
|
6
|
+
'reset',
|
7
|
+
'sort',
|
8
|
+
'name',
|
9
|
+
'caseSensitive',
|
10
|
+
'myPersons',
|
11
|
+
'select',
|
12
|
+
'personsMapPage',
|
13
|
+
'person.birthPlaceCountry',
|
14
|
+
'persons',
|
15
|
+
'personsPage.personsList.hasImage',
|
16
|
+
'createdAt',
|
17
|
+
];
|
18
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
19
|
+
const CHECK = PERSONS_LIST_DICTIONARY_IDS;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './time-abbreviation-dictionary-ids/index.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './time-abbreviation-dictionary-ids/index.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const TIME_ABBREVIATION_DICTIONARY_IDS: readonly ["timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute"];
|
package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-card-dictionary/index.d.ts
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
import { TimeAbbreviationDictionary } from '../../time-dictionary/time-abbreviation-dictionary/index.js';
|
2
|
+
import { CandleImageDictionary } from '../candle-image-dictionary/index.js';
|
3
|
+
export type CandleCardDictionary = {
|
4
|
+
candleImage: CandleImageDictionary;
|
5
|
+
footer: {
|
6
|
+
burnedOutCandle: string;
|
7
|
+
burnsSoFar: string;
|
8
|
+
timeAbbreviation: TimeAbbreviationDictionary;
|
9
|
+
};
|
10
|
+
};
|
package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-card-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-cards-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/candle-dictionary/candle-image-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
export interface CandleMaintenanceDictionary {
|
2
|
+
authWarning: string;
|
3
|
+
buttons: {
|
4
|
+
reset: string;
|
5
|
+
submit: string;
|
6
|
+
};
|
7
|
+
error: {
|
8
|
+
maxLength: string;
|
9
|
+
required: string;
|
10
|
+
};
|
11
|
+
label: {
|
12
|
+
litName: string;
|
13
|
+
description: string;
|
14
|
+
};
|
15
|
+
submit: {
|
16
|
+
error: string;
|
17
|
+
success: string;
|
18
|
+
};
|
19
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/candle-dictionary/candles-list-dictionary/index.d.ts
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
import { ResetAndSortDictionary } from '../../filter-sort-dictionary/reset-and-sort-dictionary/index.js';
|
2
|
+
import { CandleCardsDictionary } from '../candle-cards-dictionary/index.js';
|
3
|
+
export type CandlesListDictionary = {
|
4
|
+
candleCards: CandleCardsDictionary;
|
5
|
+
filterSort: {
|
6
|
+
candle: string;
|
7
|
+
candlesInCount: string;
|
8
|
+
label: {
|
9
|
+
burningCandles: string;
|
10
|
+
burnedCandles: string;
|
11
|
+
myCandles: string;
|
12
|
+
};
|
13
|
+
placeholder: {
|
14
|
+
select: string;
|
15
|
+
};
|
16
|
+
resetAndSort: ResetAndSortDictionary;
|
17
|
+
resetAndSortMenu: {
|
18
|
+
createdAt: string;
|
19
|
+
litName: string;
|
20
|
+
};
|
21
|
+
};
|
22
|
+
title: string;
|
23
|
+
};
|
package/src/dictionary/dictionary-id/domains/candle-dictionary/candles-list-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export * from './candle-card-dictionary/index.js';
|
2
|
+
export * from './candle-cards-dictionary/index.js';
|
3
|
+
export * from './candle-image-dictionary/index.js';
|
4
|
+
export * from './candle-maintenance-dictionary/index.js';
|
5
|
+
export * from './candles-list-dictionary/index.js';
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export * from './candle-card-dictionary/index.js';
|
2
|
+
export * from './candle-cards-dictionary/index.js';
|
3
|
+
export * from './candle-image-dictionary/index.js';
|
4
|
+
export * from './candle-maintenance-dictionary/index.js';
|
5
|
+
export * from './candles-list-dictionary/index.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './reset-and-sort-dictionary/index.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './reset-and-sort-dictionary/index.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export * from './candle-dictionary/index.js';
|
2
|
+
export * from './country-dictionary/index.js';
|
3
|
+
export * from './drop-zone-dictionary/index.js';
|
4
|
+
export * from './filter-sort-dictionary/index.js';
|
5
|
+
export * from './page-dictionary/index.js';
|
6
|
+
export * from './person-dictionary/index.js';
|
7
|
+
export * from './time-dictionary/index.js';
|
8
|
+
export * from './dictionary-id/index.js';
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export * from './candle-dictionary/index.js';
|
2
|
+
export * from './country-dictionary/index.js';
|
3
|
+
export * from './drop-zone-dictionary/index.js';
|
4
|
+
export * from './filter-sort-dictionary/index.js';
|
5
|
+
export * from './page-dictionary/index.js';
|
6
|
+
export * from './person-dictionary/index.js';
|
7
|
+
export * from './time-dictionary/index.js';
|
8
|
+
export * from './dictionary-id/index.js';
|
package/src/dictionary/dictionary-id/domains/page-dictionary/add-candle-page-dictionary/index.d.ts
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
import { CandleMaintenanceDictionary } from '../../candle-dictionary/candle-maintenance-dictionary/index.js';
|
2
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
3
|
+
export interface AddCandlePageDictionary {
|
4
|
+
common: CommonPageDictionary;
|
5
|
+
page: {
|
6
|
+
maintenance: {
|
7
|
+
personCandles: string;
|
8
|
+
candleMaintenance: CandleMaintenanceDictionary;
|
9
|
+
};
|
10
|
+
title: string;
|
11
|
+
};
|
12
|
+
}
|
package/src/dictionary/dictionary-id/domains/page-dictionary/add-candle-page-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/page-dictionary/add-person-page-dictionary/index.d.ts
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
import { PersonMaintenanceDictionary } from '../../person-dictionary/person-maintenance-dictionary/index.js';
|
2
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
3
|
+
export interface AddPersonPageDictionary {
|
4
|
+
common: CommonPageDictionary;
|
5
|
+
page: {
|
6
|
+
maintenance: {
|
7
|
+
persons: string;
|
8
|
+
personMaintenance: PersonMaintenanceDictionary;
|
9
|
+
title: string;
|
10
|
+
};
|
11
|
+
title: string;
|
12
|
+
};
|
13
|
+
}
|
package/src/dictionary/dictionary-id/domains/page-dictionary/add-person-page-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|