@progress/kendo-react-intl 10.1.0-develop.5 → 10.1.0-develop.6
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/
|
|
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;
|
package/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import { GlobalizationContext as e } from "./globalization/GlobalizationContext.mjs";
|
|
9
9
|
import { messages as i } from "./Localization/messages.mjs";
|
|
10
10
|
import { provideIntlService as l, provideLocalizationService as n, registerForIntl as p, registerForLocalization as s } from "./intlUtils.mjs";
|
|
11
|
-
import { ServerGlobalization as x } from "./server/
|
|
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
14
|
import { load as g } from "./Intl/load.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-intl",
|
|
3
|
-
"version": "10.1.0-develop.
|
|
3
|
+
"version": "10.1.0-develop.6",
|
|
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,7 +27,7 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-intl": "^3.1.1",
|
|
29
29
|
"@progress/kendo-licensing": "^1.5.1",
|
|
30
|
-
"@progress/kendo-react-common": "10.1.0-develop.
|
|
30
|
+
"@progress/kendo-react-common": "10.1.0-develop.6",
|
|
31
31
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
32
32
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
33
33
|
},
|
|
File without changes
|
|
File without changes
|