@stenajs-webui/calendar 21.13.0 → 21.14.0
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/dist/features/localize-date-format/LocaleMapper.d.ts +1 -0
- package/dist/index.es.js +493 -475
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Locale } from "date-fns";
|
|
2
2
|
export declare const getLocaleForLocaleCode: (localeCode: string) => Locale | undefined;
|
|
3
|
+
export declare const getMappedLocaleCodeMatchingLanguage: (localeCode: string) => string | undefined;
|
|
3
4
|
export declare const getDefaultLocaleForFormatting: () => Locale;
|
|
4
5
|
/**
|
|
5
6
|
* This is only used by old calendar components, to pass localeCode to updated components.
|