@progress/kendo-react-gantt 7.3.0-develop.4 → 7.4.0-develop.1

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
@@ -632,7 +632,7 @@ export declare interface GanttFormStateChangeEvent {
632
632
  }
633
633
 
634
634
  /**
635
- * Represents the Object which is passed to the [`ref`](https://reactjs.org/docs/refs-and-the-dom.html) callback of the Gantt component.
635
+ * Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the Gantt component.
636
636
  */
637
637
  declare interface GanttHandle {
638
638
  /**
@@ -1231,7 +1231,7 @@ declare interface GanttViewDateRangeArgs {
1231
1231
  }
1232
1232
 
1233
1233
  /**
1234
- * Represents the Object which is passed to the [`ref`](https://reactjs.org/docs/refs-and-the-dom.html) callback of the GanttView component.
1234
+ * Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the GanttView component.
1235
1235
  */
1236
1236
  declare interface GanttViewHandle {
1237
1237
  /**
package/index.d.ts CHANGED
@@ -632,7 +632,7 @@ export declare interface GanttFormStateChangeEvent {
632
632
  }
633
633
 
634
634
  /**
635
- * Represents the Object which is passed to the [`ref`](https://reactjs.org/docs/refs-and-the-dom.html) callback of the Gantt component.
635
+ * Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the Gantt component.
636
636
  */
637
637
  declare interface GanttHandle {
638
638
  /**
@@ -1231,7 +1231,7 @@ declare interface GanttViewDateRangeArgs {
1231
1231
  }
1232
1232
 
1233
1233
  /**
1234
- * Represents the Object which is passed to the [`ref`](https://reactjs.org/docs/refs-and-the-dom.html) callback of the GanttView component.
1234
+ * Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the GanttView component.
1235
1235
  */
1236
1236
  declare interface GanttViewHandle {
1237
1237
  /**
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-gantt",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1710250100,
13
+ publishDate: 1711099126,
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-gantt",
3
- "version": "7.3.0-develop.4",
3
+ "version": "7.4.0-develop.1",
4
4
  "description": "React Gantt enables the display of self-referencing tabular data with many features. KendoReact Gantt package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,17 +26,17 @@
26
26
  "@progress/kendo-date-math": "^1.4.1",
27
27
  "@progress/kendo-drawing": "^1.19.0",
28
28
  "@progress/kendo-licensing": "^1.3.4",
29
- "@progress/kendo-react-buttons": "7.3.0-develop.4",
30
- "@progress/kendo-react-common": "7.3.0-develop.4",
31
- "@progress/kendo-react-data-tools": "7.3.0-develop.4",
32
- "@progress/kendo-react-dateinputs": "7.3.0-develop.4",
33
- "@progress/kendo-react-dialogs": "7.3.0-develop.4",
34
- "@progress/kendo-react-dropdowns": "7.3.0-develop.4",
35
- "@progress/kendo-react-form": "7.3.0-develop.4",
36
- "@progress/kendo-react-inputs": "7.3.0-develop.4",
37
- "@progress/kendo-react-intl": "7.3.0-develop.4",
38
- "@progress/kendo-react-labels": "7.3.0-develop.4",
39
- "@progress/kendo-react-treelist": "7.3.0-develop.4",
29
+ "@progress/kendo-react-buttons": "7.4.0-develop.1",
30
+ "@progress/kendo-react-common": "7.4.0-develop.1",
31
+ "@progress/kendo-react-data-tools": "7.4.0-develop.1",
32
+ "@progress/kendo-react-dateinputs": "7.4.0-develop.1",
33
+ "@progress/kendo-react-dialogs": "7.4.0-develop.1",
34
+ "@progress/kendo-react-dropdowns": "7.4.0-develop.1",
35
+ "@progress/kendo-react-form": "7.4.0-develop.1",
36
+ "@progress/kendo-react-inputs": "7.4.0-develop.1",
37
+ "@progress/kendo-react-intl": "7.4.0-develop.1",
38
+ "@progress/kendo-react-labels": "7.4.0-develop.1",
39
+ "@progress/kendo-react-treelist": "7.4.0-develop.1",
40
40
  "@progress/kendo-svg-icons": "^2.1.0",
41
41
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
42
42
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"