@progress/kendo-react-intl 7.3.0 → 7.4.0-develop.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.
- package/index.d.mts +2 -2
- package/index.d.ts +2 -2
- package/package-metadata.mjs +1 -1
- package/package.json +2 -2
package/index.d.mts
CHANGED
|
@@ -265,12 +265,12 @@ export declare function registerForIntl(component: React_2.ComponentClass<any, a
|
|
|
265
265
|
export declare function registerForLocalization(component: React_2.ComponentClass<any, any>): void;
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
|
-
* A custom [React Hook](https://
|
|
268
|
+
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [IntlService]({% slug api_intl_intlservice %}).
|
|
269
269
|
*/
|
|
270
270
|
export declare const useInternationalization: () => IntlService;
|
|
271
271
|
|
|
272
272
|
/**
|
|
273
|
-
* A custom [React Hook](https://
|
|
273
|
+
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [LocalizationService]({% slug api_intl_localizationservice %}).
|
|
274
274
|
*/
|
|
275
275
|
export declare const useLocalization: () => LocalizationService;
|
|
276
276
|
|
package/index.d.ts
CHANGED
|
@@ -265,12 +265,12 @@ export declare function registerForIntl(component: React_2.ComponentClass<any, a
|
|
|
265
265
|
export declare function registerForLocalization(component: React_2.ComponentClass<any, any>): void;
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
|
-
* A custom [React Hook](https://
|
|
268
|
+
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [IntlService]({% slug api_intl_intlservice %}).
|
|
269
269
|
*/
|
|
270
270
|
export declare const useInternationalization: () => IntlService;
|
|
271
271
|
|
|
272
272
|
/**
|
|
273
|
-
* A custom [React Hook](https://
|
|
273
|
+
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [LocalizationService]({% slug api_intl_localizationservice %}).
|
|
274
274
|
*/
|
|
275
275
|
export declare const useLocalization: () => LocalizationService;
|
|
276
276
|
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-intl",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1711102699,
|
|
14
14
|
version: "",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-intl",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0-develop.2",
|
|
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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-intl": "^3.1.1",
|
|
26
26
|
"@progress/kendo-licensing": "^1.3.4",
|
|
27
|
-
"@progress/kendo-react-common": "7.
|
|
27
|
+
"@progress/kendo-react-common": "7.4.0-develop.2",
|
|
28
28
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
29
29
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|
|
30
30
|
},
|