@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,53 @@
|
|
1
|
+
import { CandleImageDictionary } from '../../candle-dictionary/candle-image-dictionary/index.js';
|
2
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
3
|
+
export interface CandleDetailsPageDictionary {
|
4
|
+
common: CommonPageDictionary;
|
5
|
+
page: {
|
6
|
+
detail: {
|
7
|
+
candleImage: CandleImageDictionary;
|
8
|
+
description: {
|
9
|
+
burnedOut: string;
|
10
|
+
burnsSoFar: string;
|
11
|
+
description: string;
|
12
|
+
litName: string;
|
13
|
+
};
|
14
|
+
delete: {
|
15
|
+
cancel: string;
|
16
|
+
ok: string;
|
17
|
+
question: string;
|
18
|
+
submit: {
|
19
|
+
error: string;
|
20
|
+
success: string;
|
21
|
+
};
|
22
|
+
title: string;
|
23
|
+
};
|
24
|
+
edit: {
|
25
|
+
title: string;
|
26
|
+
};
|
27
|
+
myCandle: {
|
28
|
+
cancel: string;
|
29
|
+
ok: string;
|
30
|
+
loginRequired: string;
|
31
|
+
question: string;
|
32
|
+
submit: {
|
33
|
+
error: string;
|
34
|
+
success: string;
|
35
|
+
};
|
36
|
+
title: string;
|
37
|
+
};
|
38
|
+
personCandles: string;
|
39
|
+
personDetails: string;
|
40
|
+
relight: {
|
41
|
+
cancel: string;
|
42
|
+
ok: string;
|
43
|
+
question: string;
|
44
|
+
submit: {
|
45
|
+
error: string;
|
46
|
+
success: string;
|
47
|
+
};
|
48
|
+
title: string;
|
49
|
+
};
|
50
|
+
};
|
51
|
+
title: string;
|
52
|
+
};
|
53
|
+
}
|
package/src/dictionary/dictionary-id/domains/page-dictionary/candle-details-page-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/page-dictionary/candles-page-dictionary/index.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import { CandlesListDictionary } from '../../candle-dictionary/candles-list-dictionary/index.js';
|
2
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
3
|
+
export type CandlesPageDictionary = {
|
4
|
+
common: CommonPageDictionary;
|
5
|
+
page: {
|
6
|
+
candlesList: CandlesListDictionary;
|
7
|
+
title: string;
|
8
|
+
};
|
9
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/page-dictionary/common-page-dictionary/index.d.ts
ADDED
@@ -0,0 +1,47 @@
|
|
1
|
+
export type CommonPageDictionary = {
|
2
|
+
cookiePolicy: {
|
3
|
+
acceptAll: string;
|
4
|
+
cookiePolicy: string;
|
5
|
+
customize: string;
|
6
|
+
description: string;
|
7
|
+
languageFormDescription: string;
|
8
|
+
rejectAll: string;
|
9
|
+
save: string;
|
10
|
+
title: string;
|
11
|
+
};
|
12
|
+
footer: {
|
13
|
+
copyrightVersion: {
|
14
|
+
author: string;
|
15
|
+
};
|
16
|
+
siteHeadlines: {
|
17
|
+
title1: string;
|
18
|
+
title2: string;
|
19
|
+
title3: string;
|
20
|
+
};
|
21
|
+
socialMediaButtons: {
|
22
|
+
facebook: {
|
23
|
+
title: string;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
};
|
27
|
+
header: {
|
28
|
+
authMenu: {
|
29
|
+
login: string;
|
30
|
+
logout: string;
|
31
|
+
};
|
32
|
+
langMenu: {
|
33
|
+
english: string;
|
34
|
+
hungarian: string;
|
35
|
+
};
|
36
|
+
pageMenu: {
|
37
|
+
addPersonPage: string;
|
38
|
+
candlesPage: string;
|
39
|
+
contactPage: string;
|
40
|
+
cookiePolicyPage: string;
|
41
|
+
helpPage: string;
|
42
|
+
personsPage: string;
|
43
|
+
personsMapPage: string;
|
44
|
+
termsAndConditionsPage: string;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/page-dictionary/contact-page-dictionary/index.d.ts
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
2
|
+
export interface ContactPageDictionary {
|
3
|
+
common: CommonPageDictionary;
|
4
|
+
page: {
|
5
|
+
info: {
|
6
|
+
email: string;
|
7
|
+
title: string;
|
8
|
+
facebook: string;
|
9
|
+
};
|
10
|
+
sendMessage: {
|
11
|
+
form: {
|
12
|
+
buttons: {
|
13
|
+
reset: string;
|
14
|
+
submit: string;
|
15
|
+
};
|
16
|
+
error: {
|
17
|
+
email: string;
|
18
|
+
invalid: string;
|
19
|
+
required: string;
|
20
|
+
};
|
21
|
+
label: {
|
22
|
+
email: string;
|
23
|
+
message: string;
|
24
|
+
name: string;
|
25
|
+
subject: string;
|
26
|
+
};
|
27
|
+
submit: {
|
28
|
+
error: string;
|
29
|
+
success: string;
|
30
|
+
};
|
31
|
+
};
|
32
|
+
title: string;
|
33
|
+
};
|
34
|
+
title: string;
|
35
|
+
};
|
36
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
2
|
+
export interface CookiePolicyPageDictionary {
|
3
|
+
common: CommonPageDictionary;
|
4
|
+
page: {
|
5
|
+
cookiePolicy: {
|
6
|
+
description: string;
|
7
|
+
form: {
|
8
|
+
buttons: {
|
9
|
+
acceptAll: string;
|
10
|
+
rejectAll: string;
|
11
|
+
save: string;
|
12
|
+
};
|
13
|
+
label: {
|
14
|
+
language: string;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
title: string;
|
18
|
+
};
|
19
|
+
title: string;
|
20
|
+
};
|
21
|
+
}
|
package/src/dictionary/dictionary-id/domains/page-dictionary/cookie-policy-page-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/page-dictionary/edit-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 EditCandlePageDictionary {
|
4
|
+
common: CommonPageDictionary;
|
5
|
+
page: {
|
6
|
+
maintenance: {
|
7
|
+
candleDetails: string;
|
8
|
+
candleMaintenance: CandleMaintenanceDictionary;
|
9
|
+
};
|
10
|
+
title: string;
|
11
|
+
};
|
12
|
+
}
|
package/src/dictionary/dictionary-id/domains/page-dictionary/edit-candle-page-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/page-dictionary/edit-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 EditPersonPageDictionary {
|
4
|
+
common: CommonPageDictionary;
|
5
|
+
page: {
|
6
|
+
maintenance: {
|
7
|
+
personDetails: string;
|
8
|
+
personMaintenance: PersonMaintenanceDictionary;
|
9
|
+
title: string;
|
10
|
+
};
|
11
|
+
title: string;
|
12
|
+
};
|
13
|
+
}
|
package/src/dictionary/dictionary-id/domains/page-dictionary/edit-person-page-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
2
|
+
export interface HelpPageDictionary {
|
3
|
+
common: CommonPageDictionary;
|
4
|
+
page: {
|
5
|
+
rules: {
|
6
|
+
intro: string;
|
7
|
+
persons: string;
|
8
|
+
personsParagraph: string;
|
9
|
+
addPersonTitle: string;
|
10
|
+
addPersonRule1: string;
|
11
|
+
addPersonRule2: string;
|
12
|
+
addPersonRule3: string;
|
13
|
+
addPersonRule4: string;
|
14
|
+
candles: string;
|
15
|
+
candlesParagraph1: string;
|
16
|
+
candlesParagraph2: string;
|
17
|
+
candlesParagraph3: string;
|
18
|
+
lightACandleTitle: string;
|
19
|
+
lightACandleRule1: string;
|
20
|
+
lightACandleRule2: string;
|
21
|
+
title: string;
|
22
|
+
};
|
23
|
+
title: string;
|
24
|
+
};
|
25
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { CandleCardsDictionary } from '../../candle-dictionary/candle-cards-dictionary/index.js';
|
2
|
+
import { PersonCardsDictionary } from '../../person-dictionary/person-cards-dictionary/index.js';
|
3
|
+
import { PersonImageDictionary } from '../../person-dictionary/person-image-dictionary/index.js';
|
4
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
5
|
+
export interface HomePageDictionary {
|
6
|
+
common: CommonPageDictionary;
|
7
|
+
page: {
|
8
|
+
lastLitCandles: {
|
9
|
+
candles: string;
|
10
|
+
candleCards: CandleCardsDictionary;
|
11
|
+
title: string;
|
12
|
+
};
|
13
|
+
lastUploadedPersons: {
|
14
|
+
personCards: PersonCardsDictionary;
|
15
|
+
persons: string;
|
16
|
+
personsMap: string;
|
17
|
+
title: string;
|
18
|
+
};
|
19
|
+
proposal: {
|
20
|
+
lightACandle: string;
|
21
|
+
personImage: PersonImageDictionary;
|
22
|
+
title: string;
|
23
|
+
};
|
24
|
+
statistics: {
|
25
|
+
burningCandles: string;
|
26
|
+
burnedCandles: string;
|
27
|
+
candles: string;
|
28
|
+
persons: string;
|
29
|
+
title: string;
|
30
|
+
};
|
31
|
+
welcome: {
|
32
|
+
addPerson: string;
|
33
|
+
description1: string;
|
34
|
+
description2: string;
|
35
|
+
title: string;
|
36
|
+
};
|
37
|
+
};
|
38
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
export * from './add-candle-page-dictionary/index.js';
|
2
|
+
export * from './add-person-page-dictionary/index.js';
|
3
|
+
export * from './candle-details-page-dictionary/index.js';
|
4
|
+
export * from './candles-page-dictionary/index.js';
|
5
|
+
export * from './common-page-dictionary/index.js';
|
6
|
+
export * from './contact-page-dictionary/index.js';
|
7
|
+
export * from './cookie-policy-page-dictionary/index.js';
|
8
|
+
export * from './edit-candle-page-dictionary/index.js';
|
9
|
+
export * from './edit-person-page-dictionary/index.js';
|
10
|
+
export * from './help-page-dictionary/index.js';
|
11
|
+
export * from './home-page-dictionary/index.js';
|
12
|
+
export * from './page-dictionary/index.js';
|
13
|
+
export * from './person-candles-page-dictionary/index.js';
|
14
|
+
export * from './person-details-page-dictionary/index.js';
|
15
|
+
export * from './persons-map-page-dictionary/index.js';
|
16
|
+
export * from './persons-page-dictionary/index.js';
|
17
|
+
export * from './redirect-page-dictionary/index.js';
|
18
|
+
export * from './terms-and-conditions-page-dictionary/index.js';
|
@@ -0,0 +1,18 @@
|
|
1
|
+
export * from './add-candle-page-dictionary/index.js';
|
2
|
+
export * from './add-person-page-dictionary/index.js';
|
3
|
+
export * from './candle-details-page-dictionary/index.js';
|
4
|
+
export * from './candles-page-dictionary/index.js';
|
5
|
+
export * from './common-page-dictionary/index.js';
|
6
|
+
export * from './contact-page-dictionary/index.js';
|
7
|
+
export * from './cookie-policy-page-dictionary/index.js';
|
8
|
+
export * from './edit-candle-page-dictionary/index.js';
|
9
|
+
export * from './edit-person-page-dictionary/index.js';
|
10
|
+
export * from './help-page-dictionary/index.js';
|
11
|
+
export * from './home-page-dictionary/index.js';
|
12
|
+
export * from './page-dictionary/index.js';
|
13
|
+
export * from './person-candles-page-dictionary/index.js';
|
14
|
+
export * from './person-details-page-dictionary/index.js';
|
15
|
+
export * from './persons-map-page-dictionary/index.js';
|
16
|
+
export * from './persons-page-dictionary/index.js';
|
17
|
+
export * from './redirect-page-dictionary/index.js';
|
18
|
+
export * from './terms-and-conditions-page-dictionary/index.js';
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { AddCandlePageDictionary } from '../add-candle-page-dictionary/index.js';
|
2
|
+
import { AddPersonPageDictionary } from '../add-person-page-dictionary/index.js';
|
3
|
+
import { CandleDetailsPageDictionary } from '../candle-details-page-dictionary/index.js';
|
4
|
+
import { CandlesPageDictionary } from '../candles-page-dictionary/index.js';
|
5
|
+
import { ContactPageDictionary } from '../contact-page-dictionary/index.js';
|
6
|
+
import { CookiePolicyPageDictionary } from '../cookie-policy-page-dictionary/index.js';
|
7
|
+
import { EditCandlePageDictionary } from '../edit-candle-page-dictionary/index.js';
|
8
|
+
import { EditPersonPageDictionary } from '../edit-person-page-dictionary/index.js';
|
9
|
+
import { HelpPageDictionary } from '../help-page-dictionary/index.js';
|
10
|
+
import { HomePageDictionary } from '../home-page-dictionary/index.js';
|
11
|
+
import { PersonCandlesPageDictionary } from '../person-candles-page-dictionary/index.js';
|
12
|
+
import { PersonDetailsPageDictionary } from '../person-details-page-dictionary/index.js';
|
13
|
+
import { PersonsMapPageDictionary } from '../persons-map-page-dictionary/index.js';
|
14
|
+
import { PersonsPageDictionary } from '../persons-page-dictionary/index.js';
|
15
|
+
import { RedirectPageDictionary } from '../redirect-page-dictionary/index.js';
|
16
|
+
import { TermsAndConditionsPageDictionary } from '../terms-and-conditions-page-dictionary/index.js';
|
17
|
+
export type PageDictionary = AddCandlePageDictionary | AddPersonPageDictionary | CandleDetailsPageDictionary | CandlesPageDictionary | ContactPageDictionary | CookiePolicyPageDictionary | EditCandlePageDictionary | EditPersonPageDictionary | HelpPageDictionary | HomePageDictionary | PersonCandlesPageDictionary | PersonDetailsPageDictionary | PersonsPageDictionary | PersonsMapPageDictionary | RedirectPageDictionary | TermsAndConditionsPageDictionary;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { CandlesListDictionary } from '../../candle-dictionary/candles-list-dictionary/index.js';
|
2
|
+
import { PersonImageDictionary } from '../../person-dictionary/person-image-dictionary/index.js';
|
3
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
4
|
+
export interface PersonCandlesPageDictionary {
|
5
|
+
common: CommonPageDictionary;
|
6
|
+
page: {
|
7
|
+
addCandle: {
|
8
|
+
authWarning: string;
|
9
|
+
description: string;
|
10
|
+
lightACandle: string;
|
11
|
+
personDetails: string;
|
12
|
+
personImage: PersonImageDictionary;
|
13
|
+
};
|
14
|
+
candlesList: CandlesListDictionary;
|
15
|
+
title: string;
|
16
|
+
};
|
17
|
+
}
|
package/src/dictionary/dictionary-id/domains/page-dictionary/person-candles-page-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { PersonImageDictionary } from '../../person-dictionary/person-image-dictionary/index.js';
|
2
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
3
|
+
export interface PersonDetailsPageDictionary {
|
4
|
+
common: CommonPageDictionary;
|
5
|
+
page: {
|
6
|
+
detail: {
|
7
|
+
candlesCount: {
|
8
|
+
burnedCandles: string;
|
9
|
+
burningCandles: string;
|
10
|
+
};
|
11
|
+
description: {
|
12
|
+
birthDate: string;
|
13
|
+
birthPlaceCountry: string;
|
14
|
+
deathDate: string;
|
15
|
+
description: string;
|
16
|
+
proposable: string;
|
17
|
+
};
|
18
|
+
delete: {
|
19
|
+
cancel: string;
|
20
|
+
ok: string;
|
21
|
+
question: string;
|
22
|
+
submit: {
|
23
|
+
error: string;
|
24
|
+
success: string;
|
25
|
+
};
|
26
|
+
title: string;
|
27
|
+
};
|
28
|
+
edit: {
|
29
|
+
title: string;
|
30
|
+
};
|
31
|
+
images: {
|
32
|
+
burned: string;
|
33
|
+
burning: string;
|
34
|
+
personImage: PersonImageDictionary;
|
35
|
+
};
|
36
|
+
myPerson: {
|
37
|
+
cancel: string;
|
38
|
+
loginRequired: string;
|
39
|
+
ok: string;
|
40
|
+
question: string;
|
41
|
+
submit: {
|
42
|
+
error: string;
|
43
|
+
success: string;
|
44
|
+
};
|
45
|
+
title: string;
|
46
|
+
};
|
47
|
+
persons: string;
|
48
|
+
personCandles: string;
|
49
|
+
};
|
50
|
+
title: string;
|
51
|
+
};
|
52
|
+
}
|
package/src/dictionary/dictionary-id/domains/page-dictionary/person-details-page-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/page-dictionary/persons-map-page-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/page-dictionary/persons-page-dictionary/index.d.ts
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
import { PersonsListDictionary } from '../../person-dictionary/index.js';
|
2
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
3
|
+
export interface PersonsPageDictionary {
|
4
|
+
common: CommonPageDictionary;
|
5
|
+
page: {
|
6
|
+
addPerson: {
|
7
|
+
addPerson: string;
|
8
|
+
authWarning: string;
|
9
|
+
descripton: string;
|
10
|
+
title: string;
|
11
|
+
};
|
12
|
+
personsList: PersonsListDictionary;
|
13
|
+
title: string;
|
14
|
+
};
|
15
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/page-dictionary/redirect-page-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { CommonPageDictionary } from '../common-page-dictionary/index.js';
|
2
|
+
export interface TermsAndConditionsPageDictionary {
|
3
|
+
common: CommonPageDictionary;
|
4
|
+
page: {
|
5
|
+
terms: {
|
6
|
+
intro: string;
|
7
|
+
conditionsOfUseTitle: string;
|
8
|
+
conditionsOfUseParagraph: string;
|
9
|
+
intellectualPropertyTitle: string;
|
10
|
+
intellectualPropertyParagraph: string;
|
11
|
+
userAccountsTitle: string;
|
12
|
+
userAccountsParagraph: string;
|
13
|
+
applicableLawTitle: string;
|
14
|
+
applicableLawParagraph: string;
|
15
|
+
disputesTitle: string;
|
16
|
+
disputesParagraph: string;
|
17
|
+
limitationAndLiabilityTitle: string;
|
18
|
+
limitationAndLiabilityParagraph: string;
|
19
|
+
title: string;
|
20
|
+
};
|
21
|
+
title: string;
|
22
|
+
};
|
23
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export * from './person-card-dictionary/index.js';
|
2
|
+
export * from './person-cards-dictionary/index.js';
|
3
|
+
export * from './person-image-dictionary/index.js';
|
4
|
+
export * from './person-maintenance-dictionary/index.js';
|
5
|
+
export * from './persons-list-dictionary/index.js';
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export * from './person-card-dictionary/index.js';
|
2
|
+
export * from './person-cards-dictionary/index.js';
|
3
|
+
export * from './person-image-dictionary/index.js';
|
4
|
+
export * from './person-maintenance-dictionary/index.js';
|
5
|
+
export * from './persons-list-dictionary/index.js';
|
package/src/dictionary/dictionary-id/domains/person-dictionary/person-card-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/person-dictionary/person-cards-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/person-dictionary/person-image-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { CountryDictionary } from '../../country-dictionary/index.js';
|
2
|
+
import { DropZoneDictionary } from '../../drop-zone-dictionary/index.js';
|
3
|
+
export interface PersonMaintenanceDictionary {
|
4
|
+
authWarning: string;
|
5
|
+
loginRequired: string;
|
6
|
+
buttons: {
|
7
|
+
reset: string;
|
8
|
+
submit: string;
|
9
|
+
};
|
10
|
+
countries: CountryDictionary[];
|
11
|
+
error: {
|
12
|
+
date: string;
|
13
|
+
maxLength: string;
|
14
|
+
required: string;
|
15
|
+
};
|
16
|
+
label: {
|
17
|
+
birthDate: string;
|
18
|
+
birthPlaceCountry: string;
|
19
|
+
deathDate: string;
|
20
|
+
name: string;
|
21
|
+
description: string;
|
22
|
+
dropZone: string;
|
23
|
+
proposable: string;
|
24
|
+
};
|
25
|
+
dropZone: DropZoneDictionary;
|
26
|
+
placeholder: {
|
27
|
+
birthPlaceCountry: string;
|
28
|
+
};
|
29
|
+
submit: {
|
30
|
+
error: string;
|
31
|
+
success: string;
|
32
|
+
};
|
33
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/src/dictionary/dictionary-id/domains/person-dictionary/persons-list-dictionary/index.d.ts
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
import { CountryDictionary } from '../../country-dictionary/index.js';
|
2
|
+
import { ResetAndSortDictionary } from '../../filter-sort-dictionary/reset-and-sort-dictionary/index.js';
|
3
|
+
import { PersonCardsDictionary } from '../person-cards-dictionary/index.js';
|
4
|
+
export type PersonsListDictionary = {
|
5
|
+
personCards: PersonCardsDictionary;
|
6
|
+
filterSort: {
|
7
|
+
countries: CountryDictionary[];
|
8
|
+
person: string;
|
9
|
+
personsInCount: string;
|
10
|
+
label: {
|
11
|
+
birthPlaceCountry: string;
|
12
|
+
caseSensitive: string;
|
13
|
+
hasImage: string;
|
14
|
+
myPersons: string;
|
15
|
+
name: string;
|
16
|
+
};
|
17
|
+
placeholder: {
|
18
|
+
select: string;
|
19
|
+
};
|
20
|
+
resetAndSort: ResetAndSortDictionary;
|
21
|
+
resetAndSortMenu: {
|
22
|
+
createdAt: string;
|
23
|
+
name: string;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
persons: string;
|
27
|
+
personsMap: string;
|
28
|
+
title: string;
|
29
|
+
};
|
package/src/dictionary/dictionary-id/domains/person-dictionary/persons-list-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './time-abbreviation-dictionary/index.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './time-abbreviation-dictionary/index.js';
|
package/src/dictionary/dictionary-id/domains/time-dictionary/time-abbreviation-dictionary/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|