@candlerip/shared 0.0.68 → 0.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/background-image/config.d.ts +7 -0
- package/background-image/config.js +8 -0
- package/background-image/domain.d.ts +1 -0
- package/background-image/index.d.ts +2 -0
- package/background-image/index.js +2 -0
- package/candle/burning-candle-state/config.d.ts +1 -0
- package/candle/burning-candle-state/config.js +1 -0
- package/candle/burning-candle-state/index.d.ts +3 -0
- package/candle/burning-candle-state/index.js +3 -0
- package/candle/burning-candle-state/type-guard.d.ts +2 -0
- package/candle/burning-candle-state/type-guard.js +2 -0
- package/candle/burning-candle-state/type.d.ts +2 -0
- package/candle/candle/domains/index.d.ts +35 -0
- package/candle/candle/domains/index.js +1 -0
- package/candle/candle/index.d.ts +1 -0
- package/candle/candle/index.js +1 -0
- package/candle/candle-lighting-profile/domains/index.d.ts +5 -0
- package/candle/candle-lighting-profile/domains/index.js +1 -0
- package/candle/candle-lighting-profile/index.d.ts +1 -0
- package/candle/candle-lighting-profile/index.js +1 -0
- package/candle/index.d.ts +3 -0
- package/candle/index.js +3 -0
- package/dictionary/country-dictionary/domains.d.ts +4 -0
- package/dictionary/country-dictionary/domains.js +1 -0
- package/dictionary/country-dictionary/index.d.ts +2 -0
- package/dictionary/country-dictionary/index.js +2 -0
- package/dictionary/country-dictionary/utils/convert-countries-to-dictionary/index.d.ts +2 -0
- package/dictionary/country-dictionary/utils/convert-countries-to-dictionary/index.js +4 -0
- package/dictionary/country-dictionary/utils/convert-countries-to-dictionary/type.d.ts +6 -0
- package/dictionary/country-dictionary/utils/convert-countries-to-dictionary/type.js +1 -0
- package/dictionary/country-dictionary/utils/index.d.ts +1 -0
- package/dictionary/country-dictionary/utils/index.js +1 -0
- package/dictionary/dictionary/configs.d.ts +47 -0
- package/dictionary/dictionary/configs.js +268 -0
- package/dictionary/dictionary/domains.d.ts +4 -0
- package/dictionary/dictionary/domains.js +1 -0
- package/dictionary/dictionary/index.d.ts +2 -0
- package/dictionary/dictionary/index.js +2 -0
- package/dictionary/index.d.ts +2 -0
- package/dictionary/index.js +2 -0
- package/environment/index.d.ts +0 -2
- package/environment/index.js +0 -2
- package/filter-sort/candle-filter-sort/default.d.ts +2 -0
- package/filter-sort/candle-filter-sort/default.js +5 -0
- package/filter-sort/candle-filter-sort/index.d.ts +2 -0
- package/filter-sort/candle-filter-sort/index.js +2 -0
- package/filter-sort/candle-filter-sort/type.d.ts +12 -0
- package/filter-sort/candle-filter-sort/type.js +1 -0
- package/filter-sort/index.d.ts +4 -0
- package/filter-sort/index.js +4 -0
- package/filter-sort/person-filter-sort/default.d.ts +2 -0
- package/filter-sort/person-filter-sort/default.js +5 -0
- package/filter-sort/person-filter-sort/index.d.ts +2 -0
- package/filter-sort/person-filter-sort/index.js +2 -0
- package/filter-sort/person-filter-sort/type.d.ts +14 -0
- package/filter-sort/person-filter-sort/type.js +1 -0
- package/filter-sort/sort-name/candle-sort-name/config.d.ts +1 -0
- package/filter-sort/sort-name/candle-sort-name/config.js +1 -0
- package/filter-sort/sort-name/candle-sort-name/index.d.ts +3 -0
- package/filter-sort/sort-name/candle-sort-name/index.js +3 -0
- package/filter-sort/sort-name/candle-sort-name/type-guard.d.ts +2 -0
- package/filter-sort/sort-name/candle-sort-name/type-guard.js +4 -0
- package/filter-sort/sort-name/candle-sort-name/type.d.ts +2 -0
- package/filter-sort/sort-name/candle-sort-name/type.js +1 -0
- package/filter-sort/sort-name/index.d.ts +2 -0
- package/filter-sort/sort-name/index.js +2 -0
- package/filter-sort/sort-name/person-sort-name/config.d.ts +1 -0
- package/filter-sort/sort-name/person-sort-name/config.js +1 -0
- package/filter-sort/sort-name/person-sort-name/index.d.ts +3 -0
- package/filter-sort/sort-name/person-sort-name/index.js +3 -0
- package/filter-sort/sort-name/person-sort-name/type-guard.d.ts +2 -0
- package/filter-sort/sort-name/person-sort-name/type-guard.js +4 -0
- package/filter-sort/sort-name/person-sort-name/type.d.ts +2 -0
- package/filter-sort/sort-name/person-sort-name/type.js +1 -0
- package/filter-sort/sort-order/config.d.ts +1 -0
- package/filter-sort/sort-order/config.js +1 -0
- package/filter-sort/sort-order/index.d.ts +3 -0
- package/filter-sort/sort-order/index.js +3 -0
- package/filter-sort/sort-order/type-guard.d.ts +2 -0
- package/filter-sort/sort-order/type-guard.js +4 -0
- package/filter-sort/sort-order/type.d.ts +2 -0
- package/filter-sort/sort-order/type.js +1 -0
- package/geographical/country/domains.d.ts +17 -0
- package/geographical/country/domains.js +1 -0
- package/geographical/county-code/configs.d.ts +1 -0
- package/geographical/county-code/configs.js +248 -0
- package/geographical/county-code/domains.d.ts +2 -0
- package/geographical/county-code/domains.js +1 -0
- package/{environment/environment-variable-name → geographical/county-code}/index.d.ts +1 -1
- package/{environment/environment-variable-name → geographical/county-code}/index.js +1 -1
- package/geographical/county-code/type-guards.d.ts +2 -0
- package/geographical/county-code/type-guards.js +4 -0
- package/geographical/index.d.ts +2 -0
- package/geographical/index.js +2 -0
- package/helpers/index.d.ts +1 -0
- package/helpers/index.js +1 -0
- package/helpers/promise-all/index.d.ts +12 -0
- package/helpers/promise-all/index.js +24 -0
- package/image/image/domains/index.d.ts +5 -0
- package/image/image/domains/index.js +1 -0
- package/image/image/index.d.ts +1 -0
- package/image/image/index.js +1 -0
- package/image/image-dimension/domains/index.d.ts +5 -0
- package/image/image-dimension/domains/index.js +1 -0
- package/image/image-dimension/index.d.ts +1 -0
- package/image/image-dimension/index.js +1 -0
- package/image/index.d.ts +2 -0
- package/image/index.js +2 -0
- package/index.d.ts +16 -1
- package/index.js +16 -1
- package/package.json +1 -1
- package/page/configs.d.ts +1 -0
- package/page/configs.js +17 -0
- package/page/domains.d.ts +2 -0
- package/page/domains.js +1 -0
- package/page/index.d.ts +3 -0
- package/page/index.js +3 -0
- package/page/type-guards.d.ts +2 -0
- package/page/type-guards.js +4 -0
- package/page-data/candle-details/domains.d.ts +7 -0
- package/page-data/candle-details/domains.js +1 -0
- package/page-data/candle-details/index.d.ts +1 -0
- package/page-data/candle-details/index.js +1 -0
- package/page-data/candles/domains.d.ts +9 -0
- package/page-data/candles/domains.js +1 -0
- package/page-data/candles/index.d.ts +1 -0
- package/page-data/candles/index.js +1 -0
- package/page-data/edit-candle/domains.d.ts +6 -0
- package/page-data/edit-candle/domains.js +1 -0
- package/page-data/edit-candle/index.d.ts +1 -0
- package/page-data/edit-candle/index.js +1 -0
- package/page-data/home/domains.d.ts +28 -0
- package/page-data/home/domains.js +1 -0
- package/page-data/home/index.d.ts +1 -0
- package/page-data/home/index.js +1 -0
- package/page-data/index.d.ts +9 -0
- package/page-data/index.js +9 -0
- package/page-data/light-candle/domains.d.ts +8 -0
- package/page-data/light-candle/domains.js +1 -0
- package/page-data/light-candle/index.d.ts +1 -0
- package/page-data/light-candle/index.js +1 -0
- package/page-data/person-candles/domains.d.ts +13 -0
- package/page-data/person-candles/domains.js +1 -0
- package/page-data/person-candles/index.d.ts +1 -0
- package/page-data/person-candles/index.js +1 -0
- package/page-data/person-details/domains.d.ts +12 -0
- package/page-data/person-details/domains.js +1 -0
- package/page-data/person-details/index.d.ts +1 -0
- package/page-data/person-details/index.js +1 -0
- package/page-data/persons/domains.d.ts +15 -0
- package/page-data/persons/domains.js +1 -0
- package/page-data/persons/index.d.ts +1 -0
- package/page-data/persons/index.js +1 -0
- package/page-data/persons-map/domains.d.ts +12 -0
- package/page-data/persons-map/domains.js +1 -0
- package/page-data/persons-map/index.d.ts +1 -0
- package/page-data/persons-map/index.js +1 -0
- package/page-menu/configs.d.ts +1 -0
- package/page-menu/configs.js +12 -0
- package/page-menu/domains.d.ts +2 -0
- package/page-menu/domains.js +1 -0
- package/page-menu/index.d.ts +3 -0
- package/page-menu/index.js +3 -0
- package/page-menu/type-guards.d.ts +2 -0
- package/page-menu/type-guards.js +2 -0
- package/person/index.d.ts +2 -0
- package/person/index.js +2 -0
- package/person/person-image/file-name/config.d.ts +1 -0
- package/person/person-image/file-name/config.js +2 -0
- package/person/person-image/file-name/index.d.ts +2 -0
- package/person/person-image/file-name/index.js +2 -0
- package/person/person-image/file-name/type.d.ts +2 -0
- package/person/person-image/file-name/type.js +1 -0
- package/person/person-image/index.d.ts +3 -0
- package/person/person-image/index.js +3 -0
- package/person/person-image/type.d.ts +10 -0
- package/person/person-image/type.js +1 -0
- package/person/person-image/width/config.d.ts +1 -0
- package/person/person-image/width/config.js +1 -0
- package/person/person-image/width/index.d.ts +2 -0
- package/person/person-image/width/index.js +2 -0
- package/person/person-image/width/type.d.ts +2 -0
- package/person/person-image/width/type.js +1 -0
- package/person/type.d.ts +29 -0
- package/person/type.js +1 -0
- package/request/api/api/config.d.ts +1 -0
- package/request/api/api/config.js +17 -0
- package/request/api/api/domain.d.ts +2 -0
- package/request/api/api/domain.js +1 -0
- package/request/api/api/index.d.ts +2 -0
- package/request/api/api/index.js +2 -0
- package/request/api/api-route/config.d.ts +9 -0
- package/request/api/api-route/config.js +62 -0
- package/request/api/api-route/index.d.ts +1 -0
- package/request/api/api-route/index.js +1 -0
- package/request/api/index.d.ts +3 -0
- package/request/api/index.js +3 -0
- package/request/api-request/index.d.ts +2 -0
- package/request/api-request/index.js +47 -0
- package/request/api-request/type.d.ts +14 -0
- package/request/api-request/type.js +1 -0
- package/request/index.d.ts +4 -0
- package/request/index.js +4 -0
- package/request/request-query/compose-request-query/index.d.ts +2 -0
- package/request/request-query/compose-request-query/index.js +12 -0
- package/request/request-query/compose-request-query/type.d.ts +1 -0
- package/request/request-query/compose-request-query/type.js +1 -0
- package/request/request-query/index.d.ts +1 -0
- package/request/request-query/index.js +1 -0
- package/request/response/index.d.ts +1 -0
- package/request/response/index.js +1 -0
- package/request/response/response-text/compose-response-text/index.d.ts +2 -0
- package/request/response/response-text/compose-response-text/index.js +2 -0
- package/request/response/response-text/compose-response-text/type.d.ts +2 -0
- package/request/response/response-text/compose-response-text/type.js +1 -0
- package/request/response/response-text/config.d.ts +8 -0
- package/request/response/response-text/config.js +30 -0
- package/request/response/response-text/index.d.ts +2 -0
- package/request/response/response-text/index.js +2 -0
- package/server-data/candle-details/domains.d.ts +6 -0
- package/server-data/candle-details/domains.js +1 -0
- package/server-data/candle-details/index.d.ts +1 -0
- package/server-data/candle-details/index.js +1 -0
- package/server-data/candles/domains.d.ts +6 -0
- package/server-data/candles/domains.js +1 -0
- package/server-data/candles/index.d.ts +1 -0
- package/server-data/candles/index.js +1 -0
- package/server-data/edit-candle/domains.d.ts +5 -0
- package/server-data/edit-candle/domains.js +1 -0
- package/server-data/edit-candle/index.d.ts +1 -0
- package/server-data/edit-candle/index.js +1 -0
- package/server-data/home/domains.d.ts +5 -0
- package/server-data/home/domains.js +1 -0
- package/server-data/home/index.d.ts +1 -0
- package/server-data/home/index.js +1 -0
- package/server-data/index.d.ts +9 -0
- package/server-data/index.js +9 -0
- package/server-data/light-candle/domains.d.ts +5 -0
- package/server-data/light-candle/domains.js +1 -0
- package/server-data/light-candle/index.d.ts +1 -0
- package/server-data/light-candle/index.js +1 -0
- package/server-data/person-candles/domains.d.ts +5 -0
- package/server-data/person-candles/domains.js +1 -0
- package/server-data/person-candles/index.d.ts +1 -0
- package/server-data/person-candles/index.js +1 -0
- package/server-data/person-details/domains.d.ts +6 -0
- package/server-data/person-details/domains.js +1 -0
- package/server-data/person-details/index.d.ts +1 -0
- package/server-data/person-details/index.js +1 -0
- package/server-data/persons/domains.d.ts +5 -0
- package/server-data/persons/domains.js +1 -0
- package/server-data/persons/index.d.ts +1 -0
- package/server-data/persons/index.js +1 -0
- package/server-data/persons-map/domains.d.ts +5 -0
- package/server-data/persons-map/domains.js +1 -0
- package/server-data/persons-map/index.d.ts +1 -0
- package/server-data/persons-map/index.js +1 -0
- package/styles/index.d.ts +1 -0
- package/styles/index.js +1 -0
- package/styles/screen/index.d.ts +2 -0
- package/styles/screen/index.js +2 -0
- package/styles/screen/screen/configs.d.ts +2 -0
- package/styles/screen/screen/configs.js +2 -0
- package/styles/screen/screen/domains.d.ts +3 -0
- package/styles/screen/screen/domains.js +1 -0
- package/styles/screen/screen/index.d.ts +3 -0
- package/styles/screen/screen/index.js +3 -0
- package/styles/screen/screen/utils/get-screen-by-width/index.d.ts +2 -0
- package/styles/screen/screen/utils/get-screen-by-width/index.js +15 -0
- package/styles/screen/screen/utils/get-screen-by-width/type.d.ts +2 -0
- package/styles/screen/screen/utils/get-screen-by-width/type.js +1 -0
- package/styles/screen/screen/utils/index.d.ts +1 -0
- package/styles/screen/screen/utils/index.js +1 -0
- package/styles/screen/screen-width/configs.d.ts +2 -0
- package/styles/screen/screen-width/configs.js +32 -0
- package/styles/screen/screen-width/domains.d.ts +7 -0
- package/styles/screen/screen-width/domains.js +1 -0
- package/styles/screen/screen-width/index.d.ts +3 -0
- package/styles/screen/screen-width/index.js +3 -0
- package/styles/screen/screen-width/utils/compose-screen-widths/index.d.ts +2 -0
- package/styles/screen/screen-width/utils/compose-screen-widths/index.js +14 -0
- package/styles/screen/screen-width/utils/compose-screen-widths/type.d.ts +2 -0
- package/styles/screen/screen-width/utils/compose-screen-widths/type.js +1 -0
- package/styles/screen/screen-width/utils/index.d.ts +1 -0
- package/styles/screen/screen-width/utils/index.js +1 -0
- package/translation/index.d.ts +3 -0
- package/translation/index.js +3 -0
- package/translation/language/configs.d.ts +1 -0
- package/translation/language/configs.js +1 -0
- package/translation/language/defaults.d.ts +2 -0
- package/translation/language/defaults.js +1 -0
- package/translation/language/domains.d.ts +2 -0
- package/translation/language/domains.js +1 -0
- package/translation/language/index.d.ts +5 -0
- package/translation/language/index.js +5 -0
- package/translation/language/type-guards.d.ts +2 -0
- package/translation/language/type-guards.js +2 -0
- package/translation/language/validates/index.d.ts +2 -0
- package/translation/language/validates/index.js +2 -0
- package/translation/language/validates/validate-language/index.d.ts +2 -0
- package/translation/language/validates/validate-language/index.js +3 -0
- package/translation/language/validates/validate-language/type.d.ts +7 -0
- package/translation/language/validates/validate-language/type.js +1 -0
- package/translation/language/validates/validate-page/index.d.ts +2 -0
- package/translation/language/validates/validate-page/index.js +3 -0
- package/translation/language/validates/validate-page/type.d.ts +6 -0
- package/translation/language/validates/validate-page/type.js +1 -0
- package/translation/translation/domains/index.d.ts +7 -0
- package/translation/translation/domains/index.js +1 -0
- package/translation/translation/index.d.ts +1 -0
- package/translation/translation/index.js +1 -0
- package/translation/translation-code/excluded-translation-code/configs.d.ts +2 -0
- package/translation/translation-code/excluded-translation-code/configs.js +12 -0
- package/translation/translation-code/excluded-translation-code/domains.d.ts +4 -0
- package/translation/translation-code/excluded-translation-code/domains.js +1 -0
- package/translation/translation-code/excluded-translation-code/index.d.ts +2 -0
- package/translation/translation-code/excluded-translation-code/index.js +2 -0
- package/translation/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/index.d.ts +2 -0
- package/translation/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/index.js +20 -0
- package/translation/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/type.d.ts +7 -0
- package/translation/translation-code/excluded-translation-code/utils/compose-excluded-translation-codes/type.js +1 -0
- package/translation/translation-code/excluded-translation-code/utils/index.d.ts +2 -0
- package/translation/translation-code/excluded-translation-code/utils/index.js +2 -0
- package/translation/translation-code/index.d.ts +2 -0
- package/translation/translation-code/index.js +2 -0
- package/translation/translation-code/translation-code/candle/candle-card/config.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-card/config.js +10 -0
- package/translation/translation-code/translation-code/candle/candle-card/index.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-card/index.js +1 -0
- package/translation/translation-code/translation-code/candle/candle-cards/config.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-cards/config.js +4 -0
- package/translation/translation-code/translation-code/candle/candle-cards/index.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-cards/index.js +1 -0
- package/translation/translation-code/translation-code/candle/candle-image/config.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-image/config.js +3 -0
- package/translation/translation-code/translation-code/candle/candle-image/index.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-image/index.js +1 -0
- package/translation/translation-code/translation-code/candle/candle-maintenance/config.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-maintenance/config.js +10 -0
- package/translation/translation-code/translation-code/candle/candle-maintenance/index.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candle-maintenance/index.js +1 -0
- package/translation/translation-code/translation-code/candle/candles-list/config.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candles-list/config.js +19 -0
- package/translation/translation-code/translation-code/candle/candles-list/index.d.ts +1 -0
- package/translation/translation-code/translation-code/candle/candles-list/index.js +1 -0
- package/translation/translation-code/translation-code/candle/index.d.ts +5 -0
- package/translation/translation-code/translation-code/candle/index.js +5 -0
- package/translation/translation-code/translation-code/common-page/config.d.ts +1 -0
- package/translation/translation-code/translation-code/common-page/config.js +29 -0
- package/translation/translation-code/translation-code/common-page/index.d.ts +1 -0
- package/translation/translation-code/translation-code/common-page/index.js +1 -0
- package/translation/translation-code/translation-code/configs.d.ts +1 -0
- package/translation/translation-code/translation-code/configs.js +434 -0
- package/translation/translation-code/translation-code/country/country-code/config.d.ts +1 -0
- package/translation/translation-code/translation-code/country/country-code/config.js +250 -0
- package/translation/translation-code/translation-code/country/country-code/index.d.ts +1 -0
- package/translation/translation-code/translation-code/country/country-code/index.js +1 -0
- package/translation/translation-code/translation-code/country/index.d.ts +1 -0
- package/translation/translation-code/translation-code/country/index.js +1 -0
- package/translation/translation-code/translation-code/domains.d.ts +2 -0
- package/translation/translation-code/translation-code/domains.js +1 -0
- package/translation/translation-code/translation-code/index.d.ts +7 -0
- package/translation/translation-code/translation-code/index.js +7 -0
- package/translation/translation-code/translation-code/person/index.d.ts +5 -0
- package/translation/translation-code/translation-code/person/index.js +5 -0
- package/translation/translation-code/translation-code/person/person-card/config.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-card/config.js +4 -0
- package/translation/translation-code/translation-code/person/person-card/index.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-card/index.js +1 -0
- package/translation/translation-code/translation-code/person/person-cards/config.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-cards/config.js +4 -0
- package/translation/translation-code/translation-code/person/person-cards/index.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-cards/index.js +1 -0
- package/translation/translation-code/translation-code/person/person-image/config.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-image/config.js +3 -0
- package/translation/translation-code/translation-code/person/person-image/index.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-image/index.js +1 -0
- package/translation/translation-code/translation-code/person/person-maintenance/config.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-maintenance/config.js +28 -0
- package/translation/translation-code/translation-code/person/person-maintenance/index.d.ts +1 -0
- package/translation/translation-code/translation-code/person/person-maintenance/index.js +1 -0
- package/translation/translation-code/translation-code/person/persons-list/config.d.ts +1 -0
- package/translation/translation-code/translation-code/person/persons-list/config.js +19 -0
- package/translation/translation-code/translation-code/person/persons-list/index.d.ts +1 -0
- package/translation/translation-code/translation-code/person/persons-list/index.js +1 -0
- package/translation/translation-code/translation-code/time/index.d.ts +1 -0
- package/translation/translation-code/translation-code/time/index.js +1 -0
- package/translation/translation-code/translation-code/time/time-abbreviation/config.d.ts +1 -0
- package/translation/translation-code/translation-code/time/time-abbreviation/config.js +3 -0
- package/translation/translation-code/translation-code/time/time-abbreviation/index.d.ts +1 -0
- package/translation/translation-code/translation-code/time/time-abbreviation/index.js +1 -0
- package/type/array/index.d.ts +1 -0
- package/type/array/index.js +1 -0
- package/type/array/validates/index.d.ts +2 -0
- package/type/array/validates/index.js +15 -0
- package/type/array/validates/type.d.ts +2 -0
- package/type/array/validates/type.js +1 -0
- package/type/boolean/index.d.ts +1 -0
- package/type/boolean/index.js +1 -0
- package/type/boolean/type-guard.d.ts +1 -0
- package/type/boolean/type-guard.js +1 -0
- package/type/index.d.ts +5 -0
- package/type/index.js +5 -0
- package/type/number/index.d.ts +1 -0
- package/type/number/index.js +1 -0
- package/type/number/type-guard.d.ts +1 -0
- package/type/number/type-guard.js +1 -0
- package/type/object/index.d.ts +2 -0
- package/type/object/index.js +2 -0
- package/type/object/properties-in-object/index.d.ts +1 -0
- package/type/object/properties-in-object/index.js +1 -0
- package/type/object/properties-in-object/type-guard.d.ts +1 -0
- package/type/object/properties-in-object/type-guard.js +8 -0
- package/type/object/property-in-object/index.d.ts +1 -0
- package/type/object/property-in-object/index.js +1 -0
- package/type/object/property-in-object/type-guard.d.ts +1 -0
- package/type/object/property-in-object/type-guard.js +13 -0
- package/type/readonly/index.d.ts +1 -0
- package/type/readonly/index.js +1 -0
- package/type/readonly/remove-readonly/index.d.ts +5 -0
- package/type/readonly/remove-readonly/index.js +1 -0
- package/type/strict-with-error/domains.d.ts +17 -0
- package/type/strict-with-error/domains.js +1 -0
- package/type/strict-with-error/index.d.ts +1 -0
- package/type/strict-with-error/index.js +1 -0
- package/type/string/index.d.ts +2 -0
- package/type/string/index.js +2 -0
- package/type/string/validate-comma-separated-string/index.d.ts +2 -0
- package/type/string/validate-comma-separated-string/index.js +17 -0
- package/type/string/validate-comma-separated-string/types.d.ts +6 -0
- package/type/string/validate-comma-separated-string/types.js +1 -0
- package/type/string/validate-string/index.d.ts +2 -0
- package/type/string/validate-string/index.js +20 -0
- package/type/string/validate-string/type.d.ts +6 -0
- package/type/string/validate-string/type.js +1 -0
- package/type/type/index.d.ts +2 -0
- package/type/type/index.js +2 -0
- package/type/type/type-guards.d.ts +1 -0
- package/type/type/type-guards.js +6 -0
- package/type/type/utils/index.d.ts +1 -0
- package/type/type/utils/index.js +1 -0
- package/type/type/utils/validate-by-values/index.d.ts +2 -0
- package/type/type/utils/validate-by-values/index.js +20 -0
- package/type/type/utils/validate-by-values/type.d.ts +6 -0
- package/type/type/utils/validate-by-values/type.js +1 -0
- package/type/undefined/index.d.ts +1 -0
- package/type/undefined/index.js +1 -0
- package/type/undefined/type-guard.d.ts +1 -0
- package/type/undefined/type-guard.js +1 -0
- package/validator/index.d.ts +1 -0
- package/validator/index.js +1 -0
- package/validator/validator-regexp/config.d.ts +5 -0
- package/validator/validator-regexp/config.js +5 -0
- package/validator/validator-regexp/index.d.ts +2 -0
- package/validator/validator-regexp/index.js +2 -0
- package/validator/validator-regexp/type.d.ts +2 -0
- package/validator/validator-regexp/type.js +1 -0
- package/environment/environment-variable-name/constants.d.ts +0 -2
- package/environment/environment-variable-name/constants.js +0 -23
- package/environment/environment-variable-name/domains.d.ts +0 -2
- package/environment/environment-variable-name/type-guards.d.ts +0 -2
- package/environment/environment-variable-name/type-guards.js +0 -2
- package/environment/environment-variables/domains.d.ts +0 -23
- /package/{environment/environment-variable-name/domains.js → background-image/domain.js} +0 -0
- /package/{environment/environment-variables/domains.js → candle/burning-candle-state/type.js} +0 -0
- /package/{environment/environment-variables → geographical/country}/index.d.ts +0 -0
- /package/{environment/environment-variables → geographical/country}/index.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type BackgroundImage = 'mobile' | 'tablet' | 'desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BURNING_CANDLE_STATES: readonly ["burning", "burned"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const BURNING_CANDLE_STATES = ['burning', 'burned'];
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Person } from '../../../person/index.js';
|
|
2
|
+
import { CandleLightingProfile } from '../../candle-lighting-profile/index.js';
|
|
3
|
+
export type Candle = {
|
|
4
|
+
_id: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
litName: string;
|
|
7
|
+
userId?: string;
|
|
8
|
+
};
|
|
9
|
+
export type CandlePerson = {
|
|
10
|
+
person: Person;
|
|
11
|
+
};
|
|
12
|
+
export type CandleLightings = {
|
|
13
|
+
lightings: Array<{
|
|
14
|
+
_id: string;
|
|
15
|
+
burningStartsAt: Date;
|
|
16
|
+
candleLightingProfile: CandleLightingProfile;
|
|
17
|
+
userId?: string;
|
|
18
|
+
}>;
|
|
19
|
+
};
|
|
20
|
+
export type CandleLastLighting = {
|
|
21
|
+
lastLighting: CandleLighting;
|
|
22
|
+
};
|
|
23
|
+
export type CandleAllLightings = {
|
|
24
|
+
allLightings: CandleLighting[];
|
|
25
|
+
};
|
|
26
|
+
export interface CandleLightingsCount {
|
|
27
|
+
lightingsCount: number;
|
|
28
|
+
}
|
|
29
|
+
interface CandleLighting {
|
|
30
|
+
_id: string;
|
|
31
|
+
burningStartsAt: Date;
|
|
32
|
+
candleLightingProfile: CandleLightingProfile;
|
|
33
|
+
userId?: string;
|
|
34
|
+
}
|
|
35
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './domains/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './domains/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './domains/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './domains/index.js';
|
package/candle/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './convert-countries-to-dictionary/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './convert-countries-to-dictionary/index.js';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare const DICTIONARY_CONFIG: {
|
|
2
|
+
readonly 'add-person-page': {
|
|
3
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "persons", "auth.cannotBeChangedLaterWarning", "auth.loginRequired", "add-person-page", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "form.error.date", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "form.error.maxLength", "proposable", "form.error.required", "name", "add-person-page", "person-details-page", "add-person-page.maintenance.submitError", "add-person-page.maintenance.submitSuccess", "errorLoadingData", "loading", "persons-page"];
|
|
4
|
+
};
|
|
5
|
+
readonly 'candle-details-page': {
|
|
6
|
+
readonly translationCodes: readonly ["auth.loginRequired", "acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "person-candles-page", "imageCannotBeLoaded", "burnsSoFar", "burnedOutCandle", "candle.description", "litName", "candle-details-page.deleteCandle.submitError", "candle-details-page.deleteCandle.submitSuccess", "candle-details-page.deleteCandle.question", "candle-details-page.deleteCandle", "candle-details-page.myCandle.submitError", "candle-details-page.myCandle.submitSuccess", "candle-details-page.myCandle.loginRequired", "candle-details-page.myCandle.question", "candle-details-page.myCandle", "candle-details-page.relightCandle.submitError", "candle-details-page.relightCandle.submitSuccess", "candle-details-page.relightCandle.question", "candle-details-page.relightCandle", "cancel", "ok", "edit-candle-page", "candle-details-page", "person-details-page"];
|
|
7
|
+
};
|
|
8
|
+
readonly 'candles-page': {
|
|
9
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "select", "burningEndsAt", "burningStartsAt", "burnedCandles", "burningCandles", "myCandles", "createdAt", "litName", "candles", "candle", "candlesInCount", "reset", "sort", "candles", "candles-page"];
|
|
10
|
+
};
|
|
11
|
+
readonly 'contact-page': {
|
|
12
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "contact-page.infoTitle", "contact-page.sendMessage.submitError", "contact-page.sendMessage.submitSuccess", "contact-page.sendMessageTitle", "contact-page", "email", "form.error.email", "form.error.invalid", "form.error.required", "reset", "send", "message", "name", "subject", "facebook"];
|
|
13
|
+
};
|
|
14
|
+
readonly 'cookie-policy-page': {
|
|
15
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "acceptAll", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookie-policy-page"];
|
|
16
|
+
};
|
|
17
|
+
readonly 'edit-candle-page': {
|
|
18
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "candle-details-page", "auth.candleLitWarning", "reset", "candle.description", "form.error.maxLength", "form.error.required", "litName", "edit-candle-page", "modify", "edit-candle-page.maintenance.submitError", "edit-candle-page.maintenance.submitSuccess"];
|
|
19
|
+
};
|
|
20
|
+
readonly 'edit-person-page': {
|
|
21
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "edit-person-page", "auth.cannotBeChangedLaterWarning", "auth.loginRequired", "add-person-page", "modify", "reset", "count", "dropZone.acceptedFormats", "dropZone.drapActive", "dropZone.dropZone", "dropZone.sizeLimit", "invalidImage", "tooBigImage", "image", "noMoreImages", "form.error.date", "person.birthDate", "person.birthPlaceCountry", "person.deathDate", "person.description", "select", "form.error.maxLength", "proposable", "form.error.required", "name", "person-details-page", "edit-person-page.maintenance.submitError", "edit-person-page.maintenance.submitSuccess"];
|
|
22
|
+
};
|
|
23
|
+
readonly 'help-page': {
|
|
24
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "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"];
|
|
25
|
+
};
|
|
26
|
+
readonly 'home-page': {
|
|
27
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "lightACandle", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "candles", "home-page.lastLitCandles", "burnedCandles", "burningCandles", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "lightACandle", "persons", "home-page.lastUploadedPersons", "auth.cannotBeChangedLaterWarning", "more", "reset", "light-candle-page.maintenance.submitError", "lightTheCandle", "light-candle-page.maintenance.submitSuccess", "form.error.maxLength", "person.name", "form.error.required", "litName", "burnedCandles", "burningCandles", "candles", "persons", "home-page.statistics", "add-person-page", "auth.cannotBeChangedLaterWarning", "home-page.welcome.description1", "home-page.welcome.description2", "home-page.welcome", "persons-map-page", "home-page.proposal", "home-page"];
|
|
28
|
+
};
|
|
29
|
+
readonly 'light-candle-page': {
|
|
30
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "person-candles-page", "auth.candleLitWarning", "reset", "candle.description", "form.error.maxLength", "form.error.required", "litName", "lightTheCandle", "light-candle-page.maintenance.submitError", "light-candle-page.maintenance.submitSuccess", "light-candle-page"];
|
|
31
|
+
};
|
|
32
|
+
readonly 'person-candles-page': {
|
|
33
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "auth.cannotBeChangedLaterWarning", "auth.candleLitWarning", "light-candle-page", "person-candles-page.addCandle.description", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "imageCannotBeLoaded", "burnedOutCandle", "burnsSoFar", "timeAbbreviationDay", "timeAbbreviationHour", "timeAbbreviationMinute", "select", "burningEndsAt", "burningStartsAt", "burnedCandles", "burningCandles", "myCandles", "createdAt", "litName", "candles", "candle", "candlesInCount", "reset", "sort", "person-candles-page", "person-details-page"];
|
|
34
|
+
};
|
|
35
|
+
readonly 'person-details-page': {
|
|
36
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "person-candles-page", "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", "edit-person-page", "imageCannotBeLoaded", "imageClickToSeeOriginal", "imageNotSet", "person-details-page", "persons-page", "auth.loginRequired"];
|
|
37
|
+
};
|
|
38
|
+
readonly 'persons-page': {
|
|
39
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "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", "persons-page"];
|
|
40
|
+
};
|
|
41
|
+
readonly 'persons-map-page': {
|
|
42
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "countryCode.AD", "countryCode.AE", "countryCode.AF", "countryCode.AG", "countryCode.AI", "countryCode.AL", "countryCode.AM", "countryCode.AN", "countryCode.AO", "countryCode.AQ", "countryCode.AR", "countryCode.AS", "countryCode.AT", "countryCode.AU", "countryCode.AW", "countryCode.AX", "countryCode.AZ", "countryCode.BA", "countryCode.BB", "countryCode.BD", "countryCode.BE", "countryCode.BF", "countryCode.BG", "countryCode.BH", "countryCode.BI", "countryCode.BJ", "countryCode.BM", "countryCode.BN", "countryCode.BO", "countryCode.BR", "countryCode.BQ", "countryCode.BS", "countryCode.BT", "countryCode.BV", "countryCode.BW", "countryCode.BY", "countryCode.BZ", "countryCode.CA", "countryCode.CC", "countryCode.CD", "countryCode.CF", "countryCode.CG", "countryCode.CH", "countryCode.CI", "countryCode.CK", "countryCode.CL", "countryCode.CM", "countryCode.CN", "countryCode.CO", "countryCode.CR", "countryCode.CU", "countryCode.CV", "countryCode.CX", "countryCode.CY", "countryCode.CZ", "countryCode.DE", "countryCode.DJ", "countryCode.DK", "countryCode.DM", "countryCode.DO", "countryCode.DZ", "countryCode.EC", "countryCode.EE", "countryCode.EG", "countryCode.EH", "countryCode.ER", "countryCode.ES", "countryCode.ET", "countryCode.FI", "countryCode.FJ", "countryCode.FK", "countryCode.FM", "countryCode.FO", "countryCode.FR", "countryCode.GA", "countryCode.GB", "countryCode.GD", "countryCode.GE", "countryCode.GF", "countryCode.GG", "countryCode.GH", "countryCode.GI", "countryCode.GL", "countryCode.GM", "countryCode.GN", "countryCode.GP", "countryCode.GQ", "countryCode.GR", "countryCode.GS", "countryCode.GT", "countryCode.GU", "countryCode.GW", "countryCode.GY", "countryCode.GZ", "countryCode.HK", "countryCode.HM", "countryCode.HN", "countryCode.HR", "countryCode.HT", "countryCode.HU", "countryCode.ID", "countryCode.IE", "countryCode.IL", "countryCode.IM", "countryCode.IN", "countryCode.IO", "countryCode.IQ", "countryCode.IR", "countryCode.IS", "countryCode.IT", "countryCode.JE", "countryCode.JM", "countryCode.JO", "countryCode.JP", "countryCode.KE", "countryCode.KG", "countryCode.KH", "countryCode.KI", "countryCode.KM", "countryCode.KN", "countryCode.KP", "countryCode.KR", "countryCode.KW", "countryCode.KY", "countryCode.KZ", "countryCode.LA", "countryCode.LB", "countryCode.LC", "countryCode.LI", "countryCode.LK", "countryCode.LR", "countryCode.LS", "countryCode.LT", "countryCode.LU", "countryCode.LV", "countryCode.LY", "countryCode.MA", "countryCode.MC", "countryCode.MD", "countryCode.ME", "countryCode.MG", "countryCode.MH", "countryCode.MK", "countryCode.ML", "countryCode.MM", "countryCode.MN", "countryCode.MO", "countryCode.MP", "countryCode.MQ", "countryCode.MR", "countryCode.MS", "countryCode.MT", "countryCode.MU", "countryCode.MV", "countryCode.MW", "countryCode.MX", "countryCode.MY", "countryCode.MZ", "countryCode.NA", "countryCode.NC", "countryCode.NE", "countryCode.NF", "countryCode.NG", "countryCode.NI", "countryCode.NL", "countryCode.NO", "countryCode.NP", "countryCode.NR", "countryCode.NU", "countryCode.NZ", "countryCode.OM", "countryCode.PA", "countryCode.PE", "countryCode.PF", "countryCode.PG", "countryCode.PH", "countryCode.PK", "countryCode.PL", "countryCode.PM", "countryCode.PN", "countryCode.PR", "countryCode.PS", "countryCode.PT", "countryCode.PW", "countryCode.PY", "countryCode.QA", "countryCode.RE", "countryCode.RO", "countryCode.RS", "countryCode.RU", "countryCode.RW", "countryCode.SA", "countryCode.SB", "countryCode.SC", "countryCode.SD", "countryCode.SE", "countryCode.SG", "countryCode.SH", "countryCode.SI", "countryCode.SJ", "countryCode.SK", "countryCode.SL", "countryCode.SM", "countryCode.SN", "countryCode.SO", "countryCode.SR", "countryCode.ST", "countryCode.SV", "countryCode.SY", "countryCode.SZ", "countryCode.TC", "countryCode.TD", "countryCode.TF", "countryCode.TG", "countryCode.TH", "countryCode.TJ", "countryCode.TK", "countryCode.TL", "countryCode.TM", "countryCode.TN", "countryCode.TO", "countryCode.TR", "countryCode.TT", "countryCode.TV", "countryCode.TW", "countryCode.TZ", "countryCode.UA", "countryCode.UG", "countryCode.US", "countryCode.UY", "countryCode.UZ", "countryCode.VA", "countryCode.VC", "countryCode.VE", "countryCode.VG", "countryCode.VI", "countryCode.VN", "countryCode.VU", "countryCode.WF", "countryCode.WS", "countryCode.XK", "countryCode.YE", "countryCode.YT", "countryCode.ZA", "countryCode.ZM", "countryCode.ZW", "persons-map-page.map.description", "persons-map-page", "map"];
|
|
43
|
+
};
|
|
44
|
+
readonly 'terms-and-conditions-page': {
|
|
45
|
+
readonly translationCodes: readonly ["acceptAll", "cookie-policy-page", "customize", "rejectAll", "save", "cookieConsentForm.description", "cookieConsentForm.languageFormDescription", "cookieConsentForm.title", "author", "motto1", "motto2", "motto3", "login", "logout", "english", "hungarian", "pageMenu.add-person-page", "pageMenu.candles-page", "pageMenu.contact-page", "pageMenu.cookie-policy-page", "pageMenu.help-page", "pageMenu.persons-page", "pageMenu.persons-map-page", "pageMenu.terms-and-conditions-page", "shareOnFacebook", "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"];
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
import { PERSON_MAINTENANCE_TRANSLATION_CODES, CANDLE_CARDS_TRANSLATION_CODES, CANDLE_IMAGE_TRANSLATION_CODES, CANDLE_MAINTENANCE_TRANSLATION_CODES, CANDLES_LIST_TRANSLATION_CODES, COMMON_PAGE_TRANSLATION_CODES, PERSON_CARDS_TRANSLATION_CODES, PERSON_IMAGE_TRANSLATION_CODES, PERSONS_LIST_TRANSLATION_CODES, COUNTRY_CODE_TRANSLATION_CODES, } from '../../translation/index.js';
|
|
2
|
+
export const DICTIONARY_CONFIG = {
|
|
3
|
+
'add-person-page': {
|
|
4
|
+
translationCodes: [
|
|
5
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
6
|
+
'persons',
|
|
7
|
+
...PERSON_MAINTENANCE_TRANSLATION_CODES,
|
|
8
|
+
'add-person-page',
|
|
9
|
+
'person-details-page',
|
|
10
|
+
'add-person-page.maintenance.submitError',
|
|
11
|
+
'add-person-page.maintenance.submitSuccess',
|
|
12
|
+
'errorLoadingData',
|
|
13
|
+
'loading',
|
|
14
|
+
'persons-page',
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
'candle-details-page': {
|
|
18
|
+
translationCodes: [
|
|
19
|
+
'auth.loginRequired',
|
|
20
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
21
|
+
'person-candles-page',
|
|
22
|
+
...CANDLE_IMAGE_TRANSLATION_CODES,
|
|
23
|
+
'burnsSoFar',
|
|
24
|
+
'burnedOutCandle',
|
|
25
|
+
'candle.description',
|
|
26
|
+
'litName',
|
|
27
|
+
'candle-details-page.deleteCandle.submitError',
|
|
28
|
+
'candle-details-page.deleteCandle.submitSuccess',
|
|
29
|
+
'candle-details-page.deleteCandle.question',
|
|
30
|
+
'candle-details-page.deleteCandle',
|
|
31
|
+
'candle-details-page.myCandle.submitError',
|
|
32
|
+
'candle-details-page.myCandle.submitSuccess',
|
|
33
|
+
'candle-details-page.myCandle.loginRequired',
|
|
34
|
+
'candle-details-page.myCandle.question',
|
|
35
|
+
'candle-details-page.myCandle',
|
|
36
|
+
'candle-details-page.relightCandle.submitError',
|
|
37
|
+
'candle-details-page.relightCandle.submitSuccess',
|
|
38
|
+
'candle-details-page.relightCandle.question',
|
|
39
|
+
'candle-details-page.relightCandle',
|
|
40
|
+
'cancel',
|
|
41
|
+
'ok',
|
|
42
|
+
'edit-candle-page',
|
|
43
|
+
'candle-details-page',
|
|
44
|
+
'person-details-page',
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
'candles-page': {
|
|
48
|
+
translationCodes: [...COMMON_PAGE_TRANSLATION_CODES, ...CANDLES_LIST_TRANSLATION_CODES, 'candles', 'candles-page'],
|
|
49
|
+
},
|
|
50
|
+
'contact-page': {
|
|
51
|
+
translationCodes: [
|
|
52
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
53
|
+
'contact-page.infoTitle',
|
|
54
|
+
'contact-page.sendMessage.submitError',
|
|
55
|
+
'contact-page.sendMessage.submitSuccess',
|
|
56
|
+
'contact-page.sendMessageTitle',
|
|
57
|
+
'contact-page',
|
|
58
|
+
'email',
|
|
59
|
+
'form.error.email',
|
|
60
|
+
'form.error.invalid',
|
|
61
|
+
'form.error.required',
|
|
62
|
+
'reset',
|
|
63
|
+
'send',
|
|
64
|
+
'message',
|
|
65
|
+
'name',
|
|
66
|
+
'subject',
|
|
67
|
+
'facebook',
|
|
68
|
+
],
|
|
69
|
+
},
|
|
70
|
+
'cookie-policy-page': {
|
|
71
|
+
translationCodes: [
|
|
72
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
73
|
+
'acceptAll',
|
|
74
|
+
'rejectAll',
|
|
75
|
+
'save',
|
|
76
|
+
'cookieConsentForm.description',
|
|
77
|
+
'cookieConsentForm.languageFormDescription',
|
|
78
|
+
'cookie-policy-page',
|
|
79
|
+
],
|
|
80
|
+
},
|
|
81
|
+
'edit-candle-page': {
|
|
82
|
+
translationCodes: [
|
|
83
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
84
|
+
'candle-details-page',
|
|
85
|
+
...CANDLE_MAINTENANCE_TRANSLATION_CODES,
|
|
86
|
+
'edit-candle-page',
|
|
87
|
+
'modify',
|
|
88
|
+
'edit-candle-page.maintenance.submitError',
|
|
89
|
+
'edit-candle-page.maintenance.submitSuccess',
|
|
90
|
+
],
|
|
91
|
+
},
|
|
92
|
+
'edit-person-page': {
|
|
93
|
+
translationCodes: [
|
|
94
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
95
|
+
'edit-person-page',
|
|
96
|
+
...PERSON_MAINTENANCE_TRANSLATION_CODES,
|
|
97
|
+
'person-details-page',
|
|
98
|
+
'edit-person-page.maintenance.submitError',
|
|
99
|
+
'edit-person-page.maintenance.submitSuccess',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
'help-page': {
|
|
103
|
+
translationCodes: [
|
|
104
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
105
|
+
'help-page',
|
|
106
|
+
'help-page.intro',
|
|
107
|
+
'persons',
|
|
108
|
+
'help-page.personsParagraph',
|
|
109
|
+
'help-page.addPersonTitle',
|
|
110
|
+
'help-page.addPersonRule1',
|
|
111
|
+
'help-page.addPersonRule2',
|
|
112
|
+
'help-page.addPersonRule3',
|
|
113
|
+
'help-page.addPersonRule4',
|
|
114
|
+
'candles',
|
|
115
|
+
'help-page.candlesParagraph1',
|
|
116
|
+
'help-page.candlesParagraph2',
|
|
117
|
+
'help-page.candlesParagraph3',
|
|
118
|
+
'help-page.lightACandleTitle',
|
|
119
|
+
'help-page.lightACandleRule1',
|
|
120
|
+
'help-page.lightACandleRule2',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
'home-page': {
|
|
124
|
+
translationCodes: [
|
|
125
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
126
|
+
'lightACandle',
|
|
127
|
+
...PERSON_IMAGE_TRANSLATION_CODES,
|
|
128
|
+
...CANDLE_CARDS_TRANSLATION_CODES,
|
|
129
|
+
'candles',
|
|
130
|
+
'home-page.lastLitCandles',
|
|
131
|
+
...PERSON_CARDS_TRANSLATION_CODES,
|
|
132
|
+
'persons',
|
|
133
|
+
'home-page.lastUploadedPersons',
|
|
134
|
+
'auth.cannotBeChangedLaterWarning',
|
|
135
|
+
'more',
|
|
136
|
+
'reset',
|
|
137
|
+
'light-candle-page.maintenance.submitError',
|
|
138
|
+
'lightTheCandle',
|
|
139
|
+
'light-candle-page.maintenance.submitSuccess',
|
|
140
|
+
'form.error.maxLength',
|
|
141
|
+
'person.name',
|
|
142
|
+
'form.error.required',
|
|
143
|
+
'litName',
|
|
144
|
+
'burnedCandles',
|
|
145
|
+
'burningCandles',
|
|
146
|
+
'candles',
|
|
147
|
+
'persons',
|
|
148
|
+
'home-page.statistics',
|
|
149
|
+
'add-person-page',
|
|
150
|
+
'auth.cannotBeChangedLaterWarning',
|
|
151
|
+
'home-page.welcome.description1',
|
|
152
|
+
'home-page.welcome.description2',
|
|
153
|
+
'home-page.welcome',
|
|
154
|
+
'persons-map-page',
|
|
155
|
+
'home-page.proposal',
|
|
156
|
+
'home-page',
|
|
157
|
+
],
|
|
158
|
+
},
|
|
159
|
+
'light-candle-page': {
|
|
160
|
+
translationCodes: [
|
|
161
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
162
|
+
'person-candles-page',
|
|
163
|
+
...CANDLE_MAINTENANCE_TRANSLATION_CODES,
|
|
164
|
+
'lightTheCandle',
|
|
165
|
+
'light-candle-page.maintenance.submitError',
|
|
166
|
+
'light-candle-page.maintenance.submitSuccess',
|
|
167
|
+
'light-candle-page',
|
|
168
|
+
],
|
|
169
|
+
},
|
|
170
|
+
'person-candles-page': {
|
|
171
|
+
translationCodes: [
|
|
172
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
173
|
+
'auth.cannotBeChangedLaterWarning',
|
|
174
|
+
'auth.candleLitWarning',
|
|
175
|
+
'light-candle-page',
|
|
176
|
+
'person-candles-page.addCandle.description',
|
|
177
|
+
...PERSON_IMAGE_TRANSLATION_CODES,
|
|
178
|
+
...CANDLES_LIST_TRANSLATION_CODES,
|
|
179
|
+
'person-candles-page',
|
|
180
|
+
'person-details-page',
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
'person-details-page': {
|
|
184
|
+
translationCodes: [
|
|
185
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
186
|
+
'person-candles-page',
|
|
187
|
+
'persons',
|
|
188
|
+
'person.birthDate',
|
|
189
|
+
'person.birthPlaceCountry',
|
|
190
|
+
'person.deathDate',
|
|
191
|
+
'person.description',
|
|
192
|
+
'proposable',
|
|
193
|
+
'burnedCandles',
|
|
194
|
+
'burningCandles',
|
|
195
|
+
'person-details-page.deletePerson.submitError',
|
|
196
|
+
'cancel',
|
|
197
|
+
'ok',
|
|
198
|
+
'person-details-page.deletePerson.submitSuccess',
|
|
199
|
+
'person-details-page.deletePerson.question',
|
|
200
|
+
'person-details-page.deletePerson',
|
|
201
|
+
'person-details-page.myPerson.submitError',
|
|
202
|
+
'person-details-page.myPerson.submitSuccess',
|
|
203
|
+
'person-details-page.myPerson.loginRequired',
|
|
204
|
+
'person-details-page.myPerson.question',
|
|
205
|
+
'person-details-page.myPerson',
|
|
206
|
+
'edit-person-page',
|
|
207
|
+
...PERSON_IMAGE_TRANSLATION_CODES,
|
|
208
|
+
'person-details-page',
|
|
209
|
+
'persons-page',
|
|
210
|
+
'auth.loginRequired',
|
|
211
|
+
],
|
|
212
|
+
},
|
|
213
|
+
'persons-page': {
|
|
214
|
+
translationCodes: [
|
|
215
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
216
|
+
'auth.cannotBeChangedLaterWarning',
|
|
217
|
+
'persons-page.addPerson.description',
|
|
218
|
+
'login',
|
|
219
|
+
'add-person-page',
|
|
220
|
+
...PERSONS_LIST_TRANSLATION_CODES,
|
|
221
|
+
'caseSensitive',
|
|
222
|
+
'myPersons',
|
|
223
|
+
'persons-page.personsList.hasImage',
|
|
224
|
+
'name',
|
|
225
|
+
'person.birthPlaceCountry',
|
|
226
|
+
'person',
|
|
227
|
+
'personsInCount',
|
|
228
|
+
'reset',
|
|
229
|
+
'sort',
|
|
230
|
+
'createdAt',
|
|
231
|
+
'name',
|
|
232
|
+
'persons-page.personsList',
|
|
233
|
+
'persons',
|
|
234
|
+
'persons-map-page',
|
|
235
|
+
'persons-page',
|
|
236
|
+
],
|
|
237
|
+
},
|
|
238
|
+
'persons-map-page': {
|
|
239
|
+
translationCodes: [
|
|
240
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
241
|
+
...COUNTRY_CODE_TRANSLATION_CODES,
|
|
242
|
+
'persons-map-page.map.description',
|
|
243
|
+
'persons-map-page',
|
|
244
|
+
'map',
|
|
245
|
+
],
|
|
246
|
+
},
|
|
247
|
+
'terms-and-conditions-page': {
|
|
248
|
+
translationCodes: [
|
|
249
|
+
...COMMON_PAGE_TRANSLATION_CODES,
|
|
250
|
+
'terms-and-conditions-page.intro',
|
|
251
|
+
'terms-and-conditions-page.conditionsOfUseTitle',
|
|
252
|
+
'terms-and-conditions-page.conditionsOfUseParagraph',
|
|
253
|
+
'terms-and-conditions-page.intellectualPropertyTitle',
|
|
254
|
+
'terms-and-conditions-page.intellectualPropertyParagraph',
|
|
255
|
+
'terms-and-conditions-page.userAccountsTitle',
|
|
256
|
+
'terms-and-conditions-page.userAccountsParagraph',
|
|
257
|
+
'terms-and-conditions-page.applicableLawTitle',
|
|
258
|
+
'terms-and-conditions-page.applicableLawParagraph',
|
|
259
|
+
'terms-and-conditions-page.disputesTitle',
|
|
260
|
+
'terms-and-conditions-page.disputesParagraph',
|
|
261
|
+
'terms-and-conditions-page.limitationAndLiabilityTitle',
|
|
262
|
+
'terms-and-conditions-page.limitationAndLiabilityParagraph',
|
|
263
|
+
'terms-and-conditions-page',
|
|
264
|
+
],
|
|
265
|
+
},
|
|
266
|
+
};
|
|
267
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
268
|
+
const CHECK = DICTIONARY_CONFIG;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/environment/index.d.ts
CHANGED
package/environment/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BurningCandleState } from '../../candle/index.js';
|
|
2
|
+
import { CandleSortName } from '../sort-name/index.js';
|
|
3
|
+
import { SortOrder } from '../sort-order/index.js';
|
|
4
|
+
export interface CandleFilterSort {
|
|
5
|
+
burningStates?: BurningCandleState[];
|
|
6
|
+
count: number;
|
|
7
|
+
personId?: string;
|
|
8
|
+
skipCount?: number;
|
|
9
|
+
sortName: CandleSortName;
|
|
10
|
+
sortOrder: SortOrder;
|
|
11
|
+
userId?: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|