@formatjs/intl-locale 3.3.0 → 3.3.2

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.
Files changed (49) hide show
  1. package/calendars.generated.d.ts +0 -1
  2. package/character-orders.generated.d.ts +0 -1
  3. package/get_internal_slots.d.ts +0 -1
  4. package/hour-cycles.generated.d.ts +0 -1
  5. package/index.d.ts +1 -2
  6. package/lib/calendars.generated.d.ts +0 -1
  7. package/lib/character-orders.generated.d.ts +0 -1
  8. package/lib/get_internal_slots.d.ts +0 -1
  9. package/lib/hour-cycles.generated.d.ts +0 -1
  10. package/lib/index.d.ts +1 -2
  11. package/lib/numbering-systems.generated.d.ts +0 -1
  12. package/lib/polyfill-force.d.ts +0 -1
  13. package/lib/polyfill.d.ts +0 -1
  14. package/lib/preference-data.d.ts +0 -1
  15. package/lib/should-polyfill.d.ts +0 -1
  16. package/lib/timezones.generated.d.ts +0 -1
  17. package/lib/week-data.generated.d.ts +0 -1
  18. package/numbering-systems.generated.d.ts +0 -1
  19. package/package.json +5 -5
  20. package/polyfill-force.d.ts +0 -1
  21. package/polyfill.d.ts +0 -1
  22. package/preference-data.d.ts +0 -1
  23. package/should-polyfill.d.ts +0 -1
  24. package/timezones.generated.d.ts +0 -1
  25. package/week-data.generated.d.ts +0 -1
  26. package/calendars.generated.d.ts.map +0 -1
  27. package/character-orders.generated.d.ts.map +0 -1
  28. package/get_internal_slots.d.ts.map +0 -1
  29. package/hour-cycles.generated.d.ts.map +0 -1
  30. package/index.d.ts.map +0 -1
  31. package/lib/calendars.generated.d.ts.map +0 -1
  32. package/lib/character-orders.generated.d.ts.map +0 -1
  33. package/lib/get_internal_slots.d.ts.map +0 -1
  34. package/lib/hour-cycles.generated.d.ts.map +0 -1
  35. package/lib/index.d.ts.map +0 -1
  36. package/lib/numbering-systems.generated.d.ts.map +0 -1
  37. package/lib/polyfill-force.d.ts.map +0 -1
  38. package/lib/polyfill.d.ts.map +0 -1
  39. package/lib/preference-data.d.ts.map +0 -1
  40. package/lib/should-polyfill.d.ts.map +0 -1
  41. package/lib/timezones.generated.d.ts.map +0 -1
  42. package/lib/week-data.generated.d.ts.map +0 -1
  43. package/numbering-systems.generated.d.ts.map +0 -1
  44. package/polyfill-force.d.ts.map +0 -1
  45. package/polyfill.d.ts.map +0 -1
  46. package/preference-data.d.ts.map +0 -1
  47. package/should-polyfill.d.ts.map +0 -1
  48. package/timezones.generated.d.ts.map +0 -1
  49. package/week-data.generated.d.ts.map +0 -1
@@ -40,4 +40,3 @@ export declare const calendars: {
40
40
  readonly YE: readonly ["gregorian", "islamic", "islamic-civil", "islamic-tbla"];
41
41
  };
42
42
  export type CalendarsKey = keyof typeof calendars;
43
- //# sourceMappingURL=calendars.generated.d.ts.map
@@ -573,4 +573,3 @@ export declare const characterOrders: {
573
573
  };
574
574
  export type CharacterOrdersKey = keyof typeof characterOrders;
575
575
  export type CharacterOrder = 'left-to-right' | 'right-to-left';
576
- //# sourceMappingURL=character-orders.generated.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import Locale, { IntlLocaleInternal } from '.';
2
2
  export default function getInternalSlots(x: Locale): IntlLocaleInternal;
3
- //# sourceMappingURL=get_internal_slots.d.ts.map
@@ -256,4 +256,3 @@ export declare const hourCycles: {
256
256
  readonly "zu-ZA": readonly ["h23", "h12"];
257
257
  };
258
258
  export type HourCyclesKey = keyof typeof hourCycles;
259
- //# sourceMappingURL=hour-cycles.generated.d.ts.map
package/index.d.ts CHANGED
@@ -27,7 +27,7 @@ export declare class Locale {
27
27
  get baseName(): string;
28
28
  get calendar(): string | undefined;
29
29
  get collation(): string | undefined;
30
- get hourCycle(): "h23" | "h12" | "h11" | "h24" | undefined;
30
+ get hourCycle(): "h11" | "h12" | "h23" | "h24" | undefined;
31
31
  get caseFirst(): "upper" | "lower" | "false" | undefined;
32
32
  get numeric(): boolean | undefined;
33
33
  get numberingSystem(): string | undefined;
@@ -75,4 +75,3 @@ export declare class Locale {
75
75
  static readonly polyfilled = true;
76
76
  }
77
77
  export default Locale;
78
- //# sourceMappingURL=index.d.ts.map
@@ -40,4 +40,3 @@ export declare const calendars: {
40
40
  readonly YE: readonly ["gregorian", "islamic", "islamic-civil", "islamic-tbla"];
41
41
  };
42
42
  export type CalendarsKey = keyof typeof calendars;
43
- //# sourceMappingURL=calendars.generated.d.ts.map
@@ -573,4 +573,3 @@ export declare const characterOrders: {
573
573
  };
574
574
  export type CharacterOrdersKey = keyof typeof characterOrders;
575
575
  export type CharacterOrder = 'left-to-right' | 'right-to-left';
576
- //# sourceMappingURL=character-orders.generated.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import Locale, { IntlLocaleInternal } from '.';
2
2
  export default function getInternalSlots(x: Locale): IntlLocaleInternal;
3
- //# sourceMappingURL=get_internal_slots.d.ts.map
@@ -256,4 +256,3 @@ export declare const hourCycles: {
256
256
  readonly "zu-ZA": readonly ["h23", "h12"];
257
257
  };
258
258
  export type HourCyclesKey = keyof typeof hourCycles;
259
- //# sourceMappingURL=hour-cycles.generated.d.ts.map
package/lib/index.d.ts CHANGED
@@ -27,7 +27,7 @@ export declare class Locale {
27
27
  get baseName(): string;
28
28
  get calendar(): string | undefined;
29
29
  get collation(): string | undefined;
30
- get hourCycle(): "h23" | "h12" | "h11" | "h24" | undefined;
30
+ get hourCycle(): "h11" | "h12" | "h23" | "h24" | undefined;
31
31
  get caseFirst(): "upper" | "lower" | "false" | undefined;
32
32
  get numeric(): boolean | undefined;
33
33
  get numberingSystem(): string | undefined;
@@ -75,4 +75,3 @@ export declare class Locale {
75
75
  static readonly polyfilled = true;
76
76
  }
77
77
  export default Locale;
78
- //# sourceMappingURL=index.d.ts.map
@@ -572,4 +572,3 @@ export declare const numberingSystems: {
572
572
  readonly zu: readonly ["latn"];
573
573
  };
574
574
  export type NumberingSystemsKey = keyof typeof numberingSystems;
575
- //# sourceMappingURL=numbering-systems.generated.d.ts.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill-force.d.ts.map
package/lib/polyfill.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill.d.ts.map
@@ -4,4 +4,3 @@ export declare function getCalendarPreferenceDataForRegion(region?: string): str
4
4
  export declare function getHourCyclesPreferenceDataForLocaleOrRegion(locale: string, region?: string): string[];
5
5
  export declare function getTimeZonePreferenceForRegion(region: string): string[];
6
6
  export declare function getWeekDataForRegion(region?: string): WeekInfoInternal;
7
- //# sourceMappingURL=preference-data.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function shouldPolyfill(): boolean;
2
- //# sourceMappingURL=should-polyfill.d.ts.map
@@ -248,4 +248,3 @@ export declare const timezones: {
248
248
  readonly zw: readonly ["Africa/Harare"];
249
249
  };
250
250
  export type TimezonesTerritory = keyof typeof timezones;
251
- //# sourceMappingURL=timezones.generated.d.ts.map
@@ -1292,4 +1292,3 @@ export declare const weekData: {
1292
1292
  };
1293
1293
  export type WeekDataKey = keyof typeof weekData;
1294
1294
  export type WeekInfoInternal = typeof weekData[WeekDataKey];
1295
- //# sourceMappingURL=week-data.generated.d.ts.map
@@ -572,4 +572,3 @@ export declare const numberingSystems: {
572
572
  readonly zu: readonly ["latn"];
573
573
  };
574
574
  export type NumberingSystemsKey = keyof typeof numberingSystems;
575
- //# sourceMappingURL=numbering-systems.generated.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-locale",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "description": "Intl.Locale polyfill",
5
5
  "keywords": [
6
6
  "intl",
@@ -24,9 +24,9 @@
24
24
  "url": "https://github.com/formatjs/formatjs/issues"
25
25
  },
26
26
  "dependencies": {
27
- "@formatjs/ecma402-abstract": "1.15.0",
28
- "@formatjs/intl-enumerator": "1.3.0",
29
- "@formatjs/intl-getcanonicallocales": "2.2.0",
30
- "tslib": "^2.4.0"
27
+ "tslib": "^2.4.0",
28
+ "@formatjs/ecma402-abstract": "1.17.0",
29
+ "@formatjs/intl-enumerator": "1.3.2",
30
+ "@formatjs/intl-getcanonicallocales": "2.2.1"
31
31
  }
32
32
  }
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill-force.d.ts.map
package/polyfill.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill.d.ts.map
@@ -4,4 +4,3 @@ export declare function getCalendarPreferenceDataForRegion(region?: string): str
4
4
  export declare function getHourCyclesPreferenceDataForLocaleOrRegion(locale: string, region?: string): string[];
5
5
  export declare function getTimeZonePreferenceForRegion(region: string): string[];
6
6
  export declare function getWeekDataForRegion(region?: string): WeekInfoInternal;
7
- //# sourceMappingURL=preference-data.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function shouldPolyfill(): boolean;
2
- //# sourceMappingURL=should-polyfill.d.ts.map
@@ -248,4 +248,3 @@ export declare const timezones: {
248
248
  readonly zw: readonly ["Africa/Harare"];
249
249
  };
250
250
  export type TimezonesTerritory = keyof typeof timezones;
251
- //# sourceMappingURL=timezones.generated.d.ts.map
@@ -1292,4 +1292,3 @@ export declare const weekData: {
1292
1292
  };
1293
1293
  export type WeekDataKey = keyof typeof weekData;
1294
1294
  export type WeekInfoInternal = typeof weekData[WeekDataKey];
1295
- //# sourceMappingURL=week-data.generated.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"calendars.generated.d.ts","sourceRoot":"","sources":["calendars.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2NZ,CAAA;AACV,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,SAAS,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"character-orders.generated.d.ts","sourceRoot":"","sources":["character-orders.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4jBlB,CAAA;AACV,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,eAAe,CAAA;AAC7D,MAAM,MAAM,cAAc,GAAG,eAAe,GAAG,eAAe,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"get_internal_slots.d.ts","sourceRoot":"","sources":["get_internal_slots.ts"],"names":[],"mappings":"AAGA,OAAO,MAAM,EAAE,EAAC,kBAAkB,EAAC,MAAM,GAAG,CAAA;AAI5C,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAOtE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"hour-cycles.generated.d.ts","sourceRoot":"","sources":["hour-cycles.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm8Bb,CAAA;AACV,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,UAAU,CAAA"}
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAkCA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAA;IACzC,SAAS,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAA;IACvC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAMD,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,MAAM,EAAE,MAAM,CAAA;IACd,iBAAiB,EAAE,OAAO,CAAA;CAC3B;AAyXD,qBAAa,MAAM;gBACL,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,CAAC,EAAE,iBAAiB;IAmI1D;;OAEG;IACI,QAAQ,IAAI,MAAM;IAUzB;;OAEG;IACI,QAAQ,IAAI,MAAM;IAUlB,QAAQ;IAIf,IAAW,QAAQ,WAGlB;IAED,IAAW,QAAQ,uBAElB;IAED,IAAW,SAAS,uBAEnB;IAED,IAAW,SAAS,8CAEnB;IAED,IAAW,SAAS,4CAEnB;IAED,IAAW,OAAO,wBAEjB;IACD,IAAW,eAAe,uBAEzB;IACD;;OAEG;IACH,IAAW,QAAQ,WAGlB;IACD;;OAEG;IACH,IAAW,MAAM,uBAGhB;IACD;;OAEG;IACH,IAAW,MAAM,uBAGhB;IAED;;OAEG;IACH,IAAW,SAAS,aAEnB;IAED;;OAEG;IACH,IAAW,UAAU,aAEpB;IAED;;OAEG;IACH,IAAW,UAAU,aAEpB;IAED;;OAEG;IACH,IAAW,gBAAgB,aAE1B;IAED;;OAEG;IACH,IAAW,SAAS,yBAEnB;IAED;;OAEG;IACH,IAAW,QAAQ,QAgBlB;IAED;;OAEG;IACH,IAAW,QAAQ,QA+BlB;IAED,MAAM,CAAC,qBAAqB,gDAA0B;IACtD,gBAAuB,UAAU,QAAO;CACzC;AAsBD,eAAe,MAAM,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"calendars.generated.d.ts","sourceRoot":"","sources":["../calendars.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2NZ,CAAA;AACV,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,SAAS,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"character-orders.generated.d.ts","sourceRoot":"","sources":["../character-orders.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4jBlB,CAAA;AACV,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,eAAe,CAAA;AAC7D,MAAM,MAAM,cAAc,GAAG,eAAe,GAAG,eAAe,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"get_internal_slots.d.ts","sourceRoot":"","sources":["../get_internal_slots.ts"],"names":[],"mappings":"AAGA,OAAO,MAAM,EAAE,EAAC,kBAAkB,EAAC,MAAM,GAAG,CAAA;AAI5C,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,CAAC,EAAE,MAAM,GAAG,kBAAkB,CAOtE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"hour-cycles.generated.d.ts","sourceRoot":"","sources":["../hour-cycles.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm8Bb,CAAA;AACV,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,UAAU,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAkCA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAA;IACzC,SAAS,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAA;IACvC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAMD,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,MAAM,EAAE,MAAM,CAAA;IACd,iBAAiB,EAAE,OAAO,CAAA;CAC3B;AAyXD,qBAAa,MAAM;gBACL,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,CAAC,EAAE,iBAAiB;IAmI1D;;OAEG;IACI,QAAQ,IAAI,MAAM;IAUzB;;OAEG;IACI,QAAQ,IAAI,MAAM;IAUlB,QAAQ;IAIf,IAAW,QAAQ,WAGlB;IAED,IAAW,QAAQ,uBAElB;IAED,IAAW,SAAS,uBAEnB;IAED,IAAW,SAAS,8CAEnB;IAED,IAAW,SAAS,4CAEnB;IAED,IAAW,OAAO,wBAEjB;IACD,IAAW,eAAe,uBAEzB;IACD;;OAEG;IACH,IAAW,QAAQ,WAGlB;IACD;;OAEG;IACH,IAAW,MAAM,uBAGhB;IACD;;OAEG;IACH,IAAW,MAAM,uBAGhB;IAED;;OAEG;IACH,IAAW,SAAS,aAEnB;IAED;;OAEG;IACH,IAAW,UAAU,aAEpB;IAED;;OAEG;IACH,IAAW,UAAU,aAEpB;IAED;;OAEG;IACH,IAAW,gBAAgB,aAE1B;IAED;;OAEG;IACH,IAAW,SAAS,yBAEnB;IAED;;OAEG;IACH,IAAW,QAAQ,QAgBlB;IAED;;OAEG;IACH,IAAW,QAAQ,QA+BlB;IAED,MAAM,CAAC,qBAAqB,gDAA0B;IACtD,gBAAuB,UAAU,QAAO;CACzC;AAsBD,eAAe,MAAM,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"numbering-systems.generated.d.ts","sourceRoot":"","sources":["../numbering-systems.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAywDnB,CAAA;AACV,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,gBAAgB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"polyfill-force.d.ts","sourceRoot":"","sources":["../polyfill-force.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"polyfill.d.ts","sourceRoot":"","sources":["../polyfill.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"preference-data.d.ts","sourceRoot":"","sources":["../preference-data.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAc,gBAAgB,EAAC,MAAM,uBAAuB,CAAA;AAExE,OAAO,EAAC,gBAAgB,EAAC,CAAA;AAEzB,wBAAgB,kCAAkC,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CA0B5E;AAED,wBAAgB,4CAA4C,CAC1D,MAAM,EAAE,MAAM,EACd,MAAM,CAAC,EAAE,MAAM,GACd,MAAM,EAAE,CAWV;AAED,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAQvE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,gBAAgB,CAItE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"should-polyfill.d.ts","sourceRoot":"","sources":["../should-polyfill.ts"],"names":[],"mappings":"AAWA,wBAAgB,cAAc,YAE7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"timezones.generated.d.ts","sourceRoot":"","sources":["../timezones.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAk8BZ,CAAA;AACV,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,SAAS,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"week-data.generated.d.ts","sourceRoot":"","sources":["../week-data.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8gEX,CAAA;AACV,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,QAAQ,CAAA;AAC/C,MAAM,MAAM,gBAAgB,GAAG,OAAO,QAAQ,CAAC,WAAW,CAAC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"numbering-systems.generated.d.ts","sourceRoot":"","sources":["numbering-systems.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAywDnB,CAAA;AACV,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,gBAAgB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"polyfill-force.d.ts","sourceRoot":"","sources":["polyfill-force.ts"],"names":[],"mappings":""}
package/polyfill.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"polyfill.d.ts","sourceRoot":"","sources":["polyfill.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"preference-data.d.ts","sourceRoot":"","sources":["preference-data.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAc,gBAAgB,EAAC,MAAM,uBAAuB,CAAA;AAExE,OAAO,EAAC,gBAAgB,EAAC,CAAA;AAEzB,wBAAgB,kCAAkC,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CA0B5E;AAED,wBAAgB,4CAA4C,CAC1D,MAAM,EAAE,MAAM,EACd,MAAM,CAAC,EAAE,MAAM,GACd,MAAM,EAAE,CAWV;AAED,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAQvE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,gBAAgB,CAItE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"should-polyfill.d.ts","sourceRoot":"","sources":["should-polyfill.ts"],"names":[],"mappings":"AAWA,wBAAgB,cAAc,YAE7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"timezones.generated.d.ts","sourceRoot":"","sources":["timezones.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAk8BZ,CAAA;AACV,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,SAAS,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"week-data.generated.d.ts","sourceRoot":"","sources":["week-data.generated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8gEX,CAAA;AACV,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,QAAQ,CAAA;AAC/C,MAAM,MAAM,gBAAgB,GAAG,OAAO,QAAQ,CAAC,WAAW,CAAC,CAAA"}