@progress/kendo-react-form 9.2.0-develop.7 → 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
@@ -5,11 +5,11 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
+ import { default as default_2 } from 'prop-types';
8
9
  import { FieldRenderPropsBase } from '@progress/kendo-react-common';
9
10
  import { FormClassStructure } from '@progress/kendo-react-common';
10
11
  import { ForwardRefExoticComponent } from 'react';
11
12
  import { JSX as JSX_2 } from 'react/jsx-runtime';
12
- import PropTypes from 'prop-types';
13
13
  import * as React_2 from 'react';
14
14
  import { RefAttributes } from 'react';
15
15
 
@@ -295,11 +295,11 @@ export declare class FormClassComponent extends React_2.Component<FormProps, {}>
295
295
  * @hidden
296
296
  */
297
297
  static propTypes: {
298
- initialValues: PropTypes.Requireable<any>;
299
- onSubmit: PropTypes.Requireable<(...args: any[]) => any>;
300
- onSubmitClick: PropTypes.Requireable<(...args: any[]) => any>;
301
- render: PropTypes.Validator<(...args: any[]) => any>;
302
- id: PropTypes.Requireable<string>;
298
+ initialValues: default_2.Requireable<any>;
299
+ onSubmit: default_2.Requireable<(...args: any[]) => any>;
300
+ onSubmitClick: default_2.Requireable<(...args: any[]) => any>;
301
+ render: default_2.Validator<(...args: any[]) => any>;
302
+ id: default_2.Requireable<string>;
303
303
  };
304
304
  private _key?;
305
305
  private _touched;
package/index.d.ts CHANGED
@@ -5,11 +5,11 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
+ import { default as default_2 } from 'prop-types';
8
9
  import { FieldRenderPropsBase } from '@progress/kendo-react-common';
9
10
  import { FormClassStructure } from '@progress/kendo-react-common';
10
11
  import { ForwardRefExoticComponent } from 'react';
11
12
  import { JSX as JSX_2 } from 'react/jsx-runtime';
12
- import PropTypes from 'prop-types';
13
13
  import * as React_2 from 'react';
14
14
  import { RefAttributes } from 'react';
15
15
 
@@ -295,11 +295,11 @@ export declare class FormClassComponent extends React_2.Component<FormProps, {}>
295
295
  * @hidden
296
296
  */
297
297
  static propTypes: {
298
- initialValues: PropTypes.Requireable<any>;
299
- onSubmit: PropTypes.Requireable<(...args: any[]) => any>;
300
- onSubmitClick: PropTypes.Requireable<(...args: any[]) => any>;
301
- render: PropTypes.Validator<(...args: any[]) => any>;
302
- id: PropTypes.Requireable<string>;
298
+ initialValues: default_2.Requireable<any>;
299
+ onSubmit: default_2.Requireable<(...args: any[]) => any>;
300
+ onSubmitClick: default_2.Requireable<(...args: any[]) => any>;
301
+ render: default_2.Validator<(...args: any[]) => any>;
302
+ id: default_2.Requireable<string>;
303
303
  };
304
304
  private _key?;
305
305
  private _touched;
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-form",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1736851316,
13
+ publishDate: 1737042263,
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-form",
3
- "version": "9.2.0-develop.7",
3
+ "version": "9.2.0-develop.9",
4
4
  "description": "React Form is a small and fast package for form state management with zero dependencies. KendoReact Form package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,7 +23,7 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-common": "9.2.0-develop.7",
26
+ "@progress/kendo-react-common": "9.2.0-develop.9",
27
27
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
28
28
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
29
29
  },