@progress/kendo-react-intl 13.3.0-develop.1 → 13.3.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.d.mts +2 -2
- package/index.d.ts +2 -2
- package/package.json +2 -2
package/index.d.mts
CHANGED
|
@@ -296,12 +296,12 @@ export declare type ServerGlobalizationProps = {
|
|
|
296
296
|
};
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [IntlService](
|
|
299
|
+
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [IntlService](https://www.telerik.com/kendo-react-ui/components/intl/api/intlservice).
|
|
300
300
|
*/
|
|
301
301
|
export declare const useInternationalization: () => IntlService;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [LocalizationService](
|
|
304
|
+
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [LocalizationService](https://www.telerik.com/kendo-react-ui/components/intl/api/localizationservice).
|
|
305
305
|
*/
|
|
306
306
|
export declare const useLocalization: () => LocalizationService;
|
|
307
307
|
|
package/index.d.ts
CHANGED
|
@@ -296,12 +296,12 @@ export declare type ServerGlobalizationProps = {
|
|
|
296
296
|
};
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [IntlService](
|
|
299
|
+
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [IntlService](https://www.telerik.com/kendo-react-ui/components/intl/api/intlservice).
|
|
300
300
|
*/
|
|
301
301
|
export declare const useInternationalization: () => IntlService;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [LocalizationService](
|
|
304
|
+
* A custom [React Hook](https://react.dev/reference/react/hooks) providing access to an [LocalizationService](https://www.telerik.com/kendo-react-ui/components/intl/api/localizationservice).
|
|
305
305
|
*/
|
|
306
306
|
export declare const useLocalization: () => LocalizationService;
|
|
307
307
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-intl",
|
|
3
|
-
"version": "13.3.0-develop.
|
|
3
|
+
"version": "13.3.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,7 +27,7 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-intl": "^3.2.1",
|
|
29
29
|
"@progress/kendo-licensing": "^1.7.2",
|
|
30
|
-
"@progress/kendo-react-common": "13.3.0-develop.
|
|
30
|
+
"@progress/kendo-react-common": "13.3.0-develop.3",
|
|
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
|
},
|