@progress/kendo-react-intl 9.2.0-develop.8 → 9.2.0-develop.9

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 CHANGED
@@ -9,10 +9,10 @@ import { DateFieldNameOptions } from '@progress/kendo-intl';
9
9
  import { DateFormatNameOptions } from '@progress/kendo-intl';
10
10
  import { DateFormatOptions } from '@progress/kendo-intl';
11
11
  import { DateFormatPart } from '@progress/kendo-intl';
12
+ import { default as default_2 } from 'prop-types';
12
13
  import { JSX as JSX_2 } from 'react/jsx-runtime';
13
14
  import { load } from '@progress/kendo-intl';
14
15
  import { NumberFormatOptions } from '@progress/kendo-intl';
15
- import PropTypes from 'prop-types';
16
16
  import * as React_2 from 'react';
17
17
 
18
18
  export { DateFieldNameOptions }
@@ -40,7 +40,7 @@ export declare class IntlProvider extends React_2.Component<IntlProviderProps, {
40
40
  * @hidden
41
41
  */
42
42
  static propTypes: {
43
- locale: PropTypes.Requireable<string>;
43
+ locale: default_2.Requireable<string>;
44
44
  };
45
45
  /**
46
46
  * Returns an internationalization service. The method is suitable for overriding when you implement custom internationalization behavior.
@@ -191,7 +191,7 @@ export declare class LocalizationProvider extends React_2.Component<Localization
191
191
  * @hidden
192
192
  */
193
193
  static propTypes: {
194
- language: PropTypes.Requireable<string>;
194
+ language: default_2.Requireable<string>;
195
195
  };
196
196
  /**
197
197
  * Returns a localization service. The method is suitable for overriding when you implement custom localization behavior.
package/index.d.ts CHANGED
@@ -9,10 +9,10 @@ import { DateFieldNameOptions } from '@progress/kendo-intl';
9
9
  import { DateFormatNameOptions } from '@progress/kendo-intl';
10
10
  import { DateFormatOptions } from '@progress/kendo-intl';
11
11
  import { DateFormatPart } from '@progress/kendo-intl';
12
+ import { default as default_2 } from 'prop-types';
12
13
  import { JSX as JSX_2 } from 'react/jsx-runtime';
13
14
  import { load } from '@progress/kendo-intl';
14
15
  import { NumberFormatOptions } from '@progress/kendo-intl';
15
- import PropTypes from 'prop-types';
16
16
  import * as React_2 from 'react';
17
17
 
18
18
  export { DateFieldNameOptions }
@@ -40,7 +40,7 @@ export declare class IntlProvider extends React_2.Component<IntlProviderProps, {
40
40
  * @hidden
41
41
  */
42
42
  static propTypes: {
43
- locale: PropTypes.Requireable<string>;
43
+ locale: default_2.Requireable<string>;
44
44
  };
45
45
  /**
46
46
  * Returns an internationalization service. The method is suitable for overriding when you implement custom internationalization behavior.
@@ -191,7 +191,7 @@ export declare class LocalizationProvider extends React_2.Component<Localization
191
191
  * @hidden
192
192
  */
193
193
  static propTypes: {
194
- language: PropTypes.Requireable<string>;
194
+ language: default_2.Requireable<string>;
195
195
  };
196
196
  /**
197
197
  * Returns a localization service. The method is suitable for overriding when you implement custom localization behavior.
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-intl",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1736855734,
13
+ publishDate: 1737042055,
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": "9.2.0-develop.8",
3
+ "version": "9.2.0-develop.9",
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": "9.2.0-develop.8",
27
+ "@progress/kendo-react-common": "9.2.0-develop.9",
28
28
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
29
29
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
30
30
  },