@progress/kendo-react-intl 14.0.0-develop.1 → 14.0.0-develop.3

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/index.js CHANGED
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./globalization/GlobalizationContext.js"),o=require("./Localization/messages.js"),e=require("./intlUtils.js"),r=require("./server/ServerGlobalization.js"),t=require("./Intl/IntlProvider.js"),a=require("./Intl/IntlService.js"),n=require("./Intl/load.js"),l=require("./Localization/loadMessages.js"),s=require("./Localization/LocalizationProvider.js"),c=require("./Localization/LocalizationService.js"),v=require("./hooks/useInternationalization.js"),z=require("./hooks/useLocalization.js");exports.GlobalizationContext=i.GlobalizationContext;exports.localizationMessages=o.messages;exports.provideIntlService=e.provideIntlService;exports.provideLocalizationService=e.provideLocalizationService;exports.registerForIntl=e.registerForIntl;exports.registerForLocalization=e.registerForLocalization;exports.ServerGlobalization=r.ServerGlobalization;exports.IntlProvider=t.IntlProvider;exports.IntlService=a.IntlService;exports.load=n.load;exports.loadMessages=l.loadMessages;exports.LocalizationProvider=s.LocalizationProvider;exports.LocalizationService=c.LocalizationService;exports.useInternationalization=v.useInternationalization;exports.useLocalization=z.useLocalization;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./globalization/GlobalizationContext.js"),o=require("./Localization/messages.js"),e=require("./intlUtils.js"),r=require("./server/ServerGlobalization.js"),t=require("./Intl/IntlProvider.js"),a=require("./Intl/IntlService.js"),n=require("./Localization/LocalizationProvider.js"),l=require("./Localization/LocalizationService.js"),s=require("./Intl/load.js"),c=require("./Localization/loadMessages.js"),v=require("./hooks/useInternationalization.js"),z=require("./hooks/useLocalization.js");exports.GlobalizationContext=i.GlobalizationContext;exports.localizationMessages=o.messages;exports.provideIntlService=e.provideIntlService;exports.provideLocalizationService=e.provideLocalizationService;exports.registerForIntl=e.registerForIntl;exports.registerForLocalization=e.registerForLocalization;exports.ServerGlobalization=r.ServerGlobalization;exports.IntlProvider=t.IntlProvider;exports.IntlService=a.IntlService;exports.LocalizationProvider=n.LocalizationProvider;exports.LocalizationService=l.LocalizationService;exports.load=s.load;exports.loadMessages=c.loadMessages;exports.useInternationalization=v.useInternationalization;exports.useLocalization=z.useLocalization;
package/index.mjs CHANGED
@@ -11,21 +11,21 @@ import { provideIntlService as l, provideLocalizationService as n, registerForIn
11
11
  import { ServerGlobalization as x } from "./server/ServerGlobalization.mjs";
12
12
  import { IntlProvider as c } from "./Intl/IntlProvider.mjs";
13
13
  import { IntlService as z } from "./Intl/IntlService.mjs";
14
- import { load as g } from "./Intl/load.mjs";
15
- import { loadMessages as L } from "./Localization/loadMessages.mjs";
16
- import { LocalizationProvider as b } from "./Localization/LocalizationProvider.mjs";
17
- import { LocalizationService as F } from "./Localization/LocalizationService.mjs";
14
+ import { LocalizationProvider as g } from "./Localization/LocalizationProvider.mjs";
15
+ import { LocalizationService as L } from "./Localization/LocalizationService.mjs";
16
+ import { load as b } from "./Intl/load.mjs";
17
+ import { loadMessages as F } from "./Localization/loadMessages.mjs";
18
18
  import { useInternationalization as M } from "./hooks/useInternationalization.mjs";
19
19
  import { useLocalization as C } from "./hooks/useLocalization.mjs";
20
20
  export {
21
21
  e as GlobalizationContext,
22
22
  c as IntlProvider,
23
23
  z as IntlService,
24
- b as LocalizationProvider,
25
- F as LocalizationService,
24
+ g as LocalizationProvider,
25
+ L as LocalizationService,
26
26
  x as ServerGlobalization,
27
- g as load,
28
- L as loadMessages,
27
+ b as load,
28
+ F as loadMessages,
29
29
  i as localizationMessages,
30
30
  l as provideIntlService,
31
31
  n as provideLocalizationService,
@@ -8,6 +8,6 @@ export const packageMetadata = Object.freeze({
8
8
  productCode: 'KENDOUIREACT',
9
9
  productCodes: ['KENDOUIREACT'],
10
10
  publishDate: 0,
11
- version: '14.0.0-develop.1',
11
+ version: '14.0.0-develop.3',
12
12
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/components/my-license/'
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-intl",
3
- "version": "14.0.0-develop.1",
3
+ "version": "14.0.0-develop.3",
4
4
  "description": "React Internationalization package provides services for parsing and formatting of dates and numbers. KendoReact Internationalization package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -27,9 +27,9 @@
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-intl": "^3.2.1",
29
29
  "@progress/kendo-licensing": "^1.7.2",
30
- "@progress/kendo-react-common": "14.0.0-develop.1",
31
- "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
32
- "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
30
+ "@progress/kendo-react-common": "14.0.0-develop.3",
31
+ "react": "^18.0.0 || ^19.0.0",
32
+ "react-dom": "^18.0.0 || ^19.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "prop-types": "^15.6.0"
@@ -54,7 +54,7 @@
54
54
  "package": {
55
55
  "productName": "KendoReact",
56
56
  "productCode": "KENDOUIREACT",
57
- "publishDate": 1770382733,
57
+ "publishDate": 1770726924,
58
58
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
59
59
  }
60
60
  },