@progress/kendo-react-gantt 9.0.1-develop.1 → 9.0.1-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
@@ -567,7 +567,7 @@ declare interface GanttFilterOperator extends FilterOperator {
567
567
  }
568
568
 
569
569
  /**
570
- * Represents the default `form` component rendered by the [KendoReact GanttEditItem component]({% slug api_gantt_ganttedititem %}).
570
+ * Represents the default `form` component rendered when editing a task in the Gantt component.
571
571
  */
572
572
  export declare const GanttForm: (props: GanttFormProps) => React_2.ReactPortal | null;
573
573
 
@@ -845,7 +845,7 @@ declare interface GanttProps extends GanttBaseProps {
845
845
  }
846
846
 
847
847
  /**
848
- * Represents the default `removeDialog` component rendered by the [KendoReact GanttEditItem component]({% slug api_gantt_ganttedititem %}).
848
+ * Represents the `removeDialog` component rendered when removing a task from the Gantt component.
849
849
  */
850
850
  export declare const GanttRemoveDialog: (props: GanttRemoveDialogProps) => React_2.ReactPortal | null;
851
851
 
package/index.d.ts CHANGED
@@ -567,7 +567,7 @@ declare interface GanttFilterOperator extends FilterOperator {
567
567
  }
568
568
 
569
569
  /**
570
- * Represents the default `form` component rendered by the [KendoReact GanttEditItem component]({% slug api_gantt_ganttedititem %}).
570
+ * Represents the default `form` component rendered when editing a task in the Gantt component.
571
571
  */
572
572
  export declare const GanttForm: (props: GanttFormProps) => React_2.ReactPortal | null;
573
573
 
@@ -845,7 +845,7 @@ declare interface GanttProps extends GanttBaseProps {
845
845
  }
846
846
 
847
847
  /**
848
- * Represents the default `removeDialog` component rendered by the [KendoReact GanttEditItem component]({% slug api_gantt_ganttedititem %}).
848
+ * Represents the `removeDialog` component rendered when removing a task from the Gantt component.
849
849
  */
850
850
  export declare const GanttRemoveDialog: (props: GanttRemoveDialogProps) => React_2.ReactPortal | null;
851
851
 
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-gantt",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1731422406,
13
+ publishDate: 1731587253,
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": "9.0.1-develop.1",
3
+ "version": "9.0.1-develop.2",
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.21.1",
28
28
  "@progress/kendo-licensing": "^1.3.4",
29
- "@progress/kendo-react-buttons": "9.0.1-develop.1",
30
- "@progress/kendo-react-common": "9.0.1-develop.1",
31
- "@progress/kendo-react-data-tools": "9.0.1-develop.1",
32
- "@progress/kendo-react-dateinputs": "9.0.1-develop.1",
33
- "@progress/kendo-react-dialogs": "9.0.1-develop.1",
34
- "@progress/kendo-react-dropdowns": "9.0.1-develop.1",
35
- "@progress/kendo-react-form": "9.0.1-develop.1",
36
- "@progress/kendo-react-inputs": "9.0.1-develop.1",
37
- "@progress/kendo-react-intl": "9.0.1-develop.1",
38
- "@progress/kendo-react-labels": "9.0.1-develop.1",
39
- "@progress/kendo-react-treelist": "9.0.1-develop.1",
29
+ "@progress/kendo-react-buttons": "9.0.1-develop.2",
30
+ "@progress/kendo-react-common": "9.0.1-develop.2",
31
+ "@progress/kendo-react-data-tools": "9.0.1-develop.2",
32
+ "@progress/kendo-react-dateinputs": "9.0.1-develop.2",
33
+ "@progress/kendo-react-dialogs": "9.0.1-develop.2",
34
+ "@progress/kendo-react-dropdowns": "9.0.1-develop.2",
35
+ "@progress/kendo-react-form": "9.0.1-develop.2",
36
+ "@progress/kendo-react-inputs": "9.0.1-develop.2",
37
+ "@progress/kendo-react-intl": "9.0.1-develop.2",
38
+ "@progress/kendo-react-labels": "9.0.1-develop.2",
39
+ "@progress/kendo-react-treelist": "9.0.1-develop.2",
40
40
  "@progress/kendo-svg-icons": "^4.0.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"