@progress/kendo-react-dateinputs 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 CHANGED
@@ -2106,7 +2106,7 @@ export declare interface DateTimePickerProps extends DateTimePickerSettings, For
2106
2106
  * Sets the default value of the DateTimePicker
2107
2107
  * ([see example]({% slug default_value_datetimepicker %})).
2108
2108
  * For more information, refer to the article on
2109
- * [uncontrolled components in React](https://reactjs.org/docs/uncontrolled-components.html).
2109
+ * [uncontrolled components in React](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
2110
2110
  */
2111
2111
  defaultValue?: Date | null;
2112
2112
  /**
@@ -2211,7 +2211,7 @@ export declare interface DateTimePickerSettings {
2211
2211
  /**
2212
2212
  * Sets if the calendar popup is opened upon initial render.
2213
2213
  * For more information, refer to the article on
2214
- * [uncontrolled components in React](https://reactjs.org/docs/uncontrolled-components.html).
2214
+ * [uncontrolled components in React](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
2215
2215
  */
2216
2216
  defaultShow?: boolean;
2217
2217
  /**
package/index.d.ts CHANGED
@@ -2106,7 +2106,7 @@ export declare interface DateTimePickerProps extends DateTimePickerSettings, For
2106
2106
  * Sets the default value of the DateTimePicker
2107
2107
  * ([see example]({% slug default_value_datetimepicker %})).
2108
2108
  * For more information, refer to the article on
2109
- * [uncontrolled components in React](https://reactjs.org/docs/uncontrolled-components.html).
2109
+ * [uncontrolled components in React](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
2110
2110
  */
2111
2111
  defaultValue?: Date | null;
2112
2112
  /**
@@ -2211,7 +2211,7 @@ export declare interface DateTimePickerSettings {
2211
2211
  /**
2212
2212
  * Sets if the calendar popup is opened upon initial render.
2213
2213
  * For more information, refer to the article on
2214
- * [uncontrolled components in React](https://reactjs.org/docs/uncontrolled-components.html).
2214
+ * [uncontrolled components in React](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
2215
2215
  */
2216
2216
  defaultShow?: boolean;
2217
2217
  /**
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-dateinputs",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1710323745,
13
+ publishDate: 1711102883,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-dateinputs",
3
- "version": "7.3.0",
3
+ "version": "7.4.0-develop.2",
4
4
  "description": "React DateInput is a perfect input component for handling quick and efficient date values. KendoReact Date Inputs package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -24,12 +24,12 @@
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-date-math": "^1.4.0",
26
26
  "@progress/kendo-licensing": "^1.3.4",
27
- "@progress/kendo-react-buttons": "7.3.0",
28
- "@progress/kendo-react-common": "7.3.0",
29
- "@progress/kendo-react-intl": "7.3.0",
30
- "@progress/kendo-react-labels": "7.3.0",
31
- "@progress/kendo-react-layout": "7.3.0",
32
- "@progress/kendo-react-popup": "7.3.0",
27
+ "@progress/kendo-react-buttons": "7.4.0-develop.2",
28
+ "@progress/kendo-react-common": "7.4.0-develop.2",
29
+ "@progress/kendo-react-intl": "7.4.0-develop.2",
30
+ "@progress/kendo-react-labels": "7.4.0-develop.2",
31
+ "@progress/kendo-react-layout": "7.4.0-develop.2",
32
+ "@progress/kendo-react-popup": "7.4.0-develop.2",
33
33
  "@progress/kendo-svg-icons": "^2.1.0",
34
34
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
35
35
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"