@progress/kendo-react-intl 10.1.1-develop.1 → 10.2.0-develop.10
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 +4 -4
- package/index.d.ts +4 -4
- package/package.json +2 -2
package/index.d.mts
CHANGED
|
@@ -11,7 +11,7 @@ import { DateFormatOptions } from '@progress/kendo-intl';
|
|
|
11
11
|
import { DateFormatPart } from '@progress/kendo-intl';
|
|
12
12
|
import { default as default_2 } from 'prop-types';
|
|
13
13
|
import { default as default_3 } from 'react';
|
|
14
|
-
import { JSX
|
|
14
|
+
import { JSX } from 'react/jsx-runtime';
|
|
15
15
|
import { NumberFormatOptions } from '@progress/kendo-intl';
|
|
16
16
|
import * as React_2 from 'react';
|
|
17
17
|
|
|
@@ -49,7 +49,7 @@ export declare class IntlProvider extends React_2.Component<IntlProviderProps, {
|
|
|
49
49
|
/**
|
|
50
50
|
* @hidden
|
|
51
51
|
*/
|
|
52
|
-
render():
|
|
52
|
+
render(): JSX.Element;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class LocalizationProvider extends React_2.Component<Localization
|
|
|
205
205
|
/**
|
|
206
206
|
* @hidden
|
|
207
207
|
*/
|
|
208
|
-
render():
|
|
208
|
+
render(): JSX.Element;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
/**
|
|
@@ -276,7 +276,7 @@ export declare function registerForLocalization(component: React_2.ComponentClas
|
|
|
276
276
|
* From everything that has been loaded on the server, only pass what's necessary to the client, which is loaded on the client by the `DataProvider`s.
|
|
277
277
|
* This would result in minimal amount of data being transferred to the client.
|
|
278
278
|
*/
|
|
279
|
-
export declare const ServerGlobalization: (props: ServerGlobalizationProps) =>
|
|
279
|
+
export declare const ServerGlobalization: (props: ServerGlobalizationProps) => JSX.Element;
|
|
280
280
|
|
|
281
281
|
/**
|
|
282
282
|
* @hidden Currently used only externally through the ServerGlobalization of the Grid.
|
package/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { DateFormatOptions } from '@progress/kendo-intl';
|
|
|
11
11
|
import { DateFormatPart } from '@progress/kendo-intl';
|
|
12
12
|
import { default as default_2 } from 'prop-types';
|
|
13
13
|
import { default as default_3 } from 'react';
|
|
14
|
-
import { JSX
|
|
14
|
+
import { JSX } from 'react/jsx-runtime';
|
|
15
15
|
import { NumberFormatOptions } from '@progress/kendo-intl';
|
|
16
16
|
import * as React_2 from 'react';
|
|
17
17
|
|
|
@@ -49,7 +49,7 @@ export declare class IntlProvider extends React_2.Component<IntlProviderProps, {
|
|
|
49
49
|
/**
|
|
50
50
|
* @hidden
|
|
51
51
|
*/
|
|
52
|
-
render():
|
|
52
|
+
render(): JSX.Element;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class LocalizationProvider extends React_2.Component<Localization
|
|
|
205
205
|
/**
|
|
206
206
|
* @hidden
|
|
207
207
|
*/
|
|
208
|
-
render():
|
|
208
|
+
render(): JSX.Element;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
/**
|
|
@@ -276,7 +276,7 @@ export declare function registerForLocalization(component: React_2.ComponentClas
|
|
|
276
276
|
* From everything that has been loaded on the server, only pass what's necessary to the client, which is loaded on the client by the `DataProvider`s.
|
|
277
277
|
* This would result in minimal amount of data being transferred to the client.
|
|
278
278
|
*/
|
|
279
|
-
export declare const ServerGlobalization: (props: ServerGlobalizationProps) =>
|
|
279
|
+
export declare const ServerGlobalization: (props: ServerGlobalizationProps) => JSX.Element;
|
|
280
280
|
|
|
281
281
|
/**
|
|
282
282
|
* @hidden Currently used only externally through the ServerGlobalization of the Grid.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-intl",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.2.0-develop.10",
|
|
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.
|
|
30
|
+
"@progress/kendo-react-common": "10.2.0-develop.10",
|
|
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
|
},
|