@progress/kendo-react-pivotgrid 7.3.0 → 7.4.0-develop.10
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 +15 -15
- package/index.d.ts +15 -15
- package/package-metadata.mjs +1 -1
- package/package.json +10 -10
package/index.d.mts
CHANGED
|
@@ -122,7 +122,7 @@ export declare interface PivotGridAxesChangeEvent {
|
|
|
122
122
|
export declare const PivotGridAxesEditor: React_2.ForwardRefExoticComponent<Omit<PivotGridAxesEditorProps, "ref"> & React_2.RefAttributes<PivotGridAxesEditorHandle | null>>;
|
|
123
123
|
|
|
124
124
|
/**
|
|
125
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
125
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridAxesEditor component.
|
|
126
126
|
*/
|
|
127
127
|
export declare interface PivotGridAxesEditorHandle {
|
|
128
128
|
props: PivotGridAxesEditorProps;
|
|
@@ -162,7 +162,7 @@ export { PivotGridAxis }
|
|
|
162
162
|
export declare const PivotGridAxisEditor: React_2.ForwardRefExoticComponent<PivotGridAxisEditorProps & React_2.RefAttributes<PivotGridAxisEditorHandle | null>>;
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
165
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridAxisEditor component.
|
|
166
166
|
*/
|
|
167
167
|
export declare interface PivotGridAxisEditorHandle {
|
|
168
168
|
props: PivotGridAxisEditorProps;
|
|
@@ -220,7 +220,7 @@ export declare interface PivotGridAxisFilterFieldExpandEvent {
|
|
|
220
220
|
export declare const PivotGridAxisFilterFieldsEditor: React_2.ForwardRefExoticComponent<PivotGridAxisFilterFieldsEditorProps & React_2.RefAttributes<PivotGridAxisFilterFieldsEditorHandle | null>>;
|
|
221
221
|
|
|
222
222
|
/**
|
|
223
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
223
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridAxisFilterFieldsEditor component.
|
|
224
224
|
*/
|
|
225
225
|
export declare interface PivotGridAxisFilterFieldsEditorHandle {
|
|
226
226
|
props: PivotGridAxisFilterFieldsEditorProps;
|
|
@@ -323,7 +323,7 @@ export declare interface PivotGridAxisFilterFieldsExpandChangeEvent {
|
|
|
323
323
|
export declare const PivotGridCell: React_2.ForwardRefExoticComponent<PivotGridCellProps & React_2.RefAttributes<PivotGridCellHandle | null>>;
|
|
324
324
|
|
|
325
325
|
/**
|
|
326
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
326
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridCell component.
|
|
327
327
|
*/
|
|
328
328
|
export declare interface PivotGridCellHandle {
|
|
329
329
|
props: PivotGridCellProps;
|
|
@@ -388,7 +388,7 @@ export declare interface PivotGridCellProps extends KendoMouse<PivotGridCellHand
|
|
|
388
388
|
export declare const PivotGridColumn: React_2.ForwardRefExoticComponent<PivotGridColumnProps & React_2.RefAttributes<PivotGridColumnHandle | null>>;
|
|
389
389
|
|
|
390
390
|
/**
|
|
391
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
391
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridColumn component.
|
|
392
392
|
*/
|
|
393
393
|
export declare interface PivotGridColumnHandle {
|
|
394
394
|
props: PivotGridColumnProps;
|
|
@@ -474,7 +474,7 @@ export declare interface PivotGridConfiguratorAxesChangeEvent {
|
|
|
474
474
|
export declare const PivotGridConfiguratorButton: React_2.ForwardRefExoticComponent<PivotGridConfiguratorButtonProps & React_2.RefAttributes<PivotGridConfiguratorButtonHandle | null>>;
|
|
475
475
|
|
|
476
476
|
/**
|
|
477
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
477
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridConfiguratorButton component.
|
|
478
478
|
*/
|
|
479
479
|
export declare interface PivotGridConfiguratorButtonHandle {
|
|
480
480
|
props: PivotGridConfiguratorButtonProps;
|
|
@@ -515,7 +515,7 @@ export declare interface PivotGridConfiguratorButtonProps extends KendoMouse<Piv
|
|
|
515
515
|
export declare const PivotGridConfiguratorEditor: React_2.ForwardRefExoticComponent<PivotGridConfiguratorEditorProps & React_2.RefAttributes<PivotGridConfiguratorEditorHandle>>;
|
|
516
516
|
|
|
517
517
|
/**
|
|
518
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
518
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridConfiguratorEditor component.
|
|
519
519
|
*/
|
|
520
520
|
export declare interface PivotGridConfiguratorEditorHandle {
|
|
521
521
|
props: PivotGridConfiguratorEditorProps;
|
|
@@ -646,7 +646,7 @@ export declare interface PivotGridConfiguratorFilterChangeEvent {
|
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
/**
|
|
649
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
649
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridConfigurator component.
|
|
650
650
|
*/
|
|
651
651
|
export declare interface PivotGridConfiguratorHandle {
|
|
652
652
|
props: PivotGridConfiguratorProps;
|
|
@@ -774,7 +774,7 @@ export declare interface PivotGridConfiguratorSortChangeEvent {
|
|
|
774
774
|
export declare const PivotGridContainer: React_2.ForwardRefExoticComponent<PivotGridContainerProps & React_2.RefAttributes<PivotGridContainerHandle | null>>;
|
|
775
775
|
|
|
776
776
|
/**
|
|
777
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
777
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridContainer component.
|
|
778
778
|
*/
|
|
779
779
|
export declare interface PivotGridContainerHandle {
|
|
780
780
|
element: HTMLDivElement | null;
|
|
@@ -840,7 +840,7 @@ export declare interface PivotGridFieldsEditorFieldExpandEvent {
|
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
/**
|
|
843
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
843
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridFieldsEditor component.
|
|
844
844
|
*/
|
|
845
845
|
export declare interface PivotGridFieldsEditorHandle {
|
|
846
846
|
props: PivotGridFieldsEditorProps;
|
|
@@ -892,7 +892,7 @@ export declare interface PivotGridFieldsEditorProps {
|
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
/**
|
|
895
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
895
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGrid component.
|
|
896
896
|
*/
|
|
897
897
|
export declare interface PivotGridHandle {
|
|
898
898
|
element: HTMLDivElement | null;
|
|
@@ -913,7 +913,7 @@ export declare interface PivotGridHandle {
|
|
|
913
913
|
export declare const PivotGridHeaderCell: React_2.ForwardRefExoticComponent<PivotGridHeaderCellProps & React_2.RefAttributes<PivotGridHeaderCellHandle | null>>;
|
|
914
914
|
|
|
915
915
|
/**
|
|
916
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
916
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridHeaderCell component.
|
|
917
917
|
*/
|
|
918
918
|
export declare interface PivotGridHeaderCellHandle {
|
|
919
919
|
props: PivotGridHeaderCellProps;
|
|
@@ -1159,7 +1159,7 @@ export declare interface PivotGridProps {
|
|
|
1159
1159
|
export declare const PivotGridRow: React_2.ForwardRefExoticComponent<PivotGridRowProps & React_2.RefAttributes<PivotGridRowHandle | null>>;
|
|
1160
1160
|
|
|
1161
1161
|
/**
|
|
1162
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
1162
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridRow component.
|
|
1163
1163
|
*/
|
|
1164
1164
|
export declare interface PivotGridRowHandle {
|
|
1165
1165
|
props: PivotGridRowProps;
|
|
@@ -1330,12 +1330,12 @@ export { sumAggregate }
|
|
|
1330
1330
|
export { Tuple }
|
|
1331
1331
|
|
|
1332
1332
|
/**
|
|
1333
|
-
* A [custom React hook](https://
|
|
1333
|
+
* A [custom React hook](https://https://react.dev/learn/reusing-logic-with-custom-hooks) which provides data-binding to local data.
|
|
1334
1334
|
*/
|
|
1335
1335
|
export declare const usePivotLocalDataService: (args: PivotLocalDataServiceArgs) => PivotLocalDataServiceState;
|
|
1336
1336
|
|
|
1337
1337
|
/**
|
|
1338
|
-
* A [custom React hook](https://
|
|
1338
|
+
* A [custom React hook](https://https://react.dev/learn/reusing-logic-with-custom-hooks) which provides data-binding to an OLAP service.
|
|
1339
1339
|
*/
|
|
1340
1340
|
export declare const usePivotOLAPService: (args: PivotOLAPServiceArgs) => PivotOLAPServiceState;
|
|
1341
1341
|
|
package/index.d.ts
CHANGED
|
@@ -122,7 +122,7 @@ export declare interface PivotGridAxesChangeEvent {
|
|
|
122
122
|
export declare const PivotGridAxesEditor: React_2.ForwardRefExoticComponent<Omit<PivotGridAxesEditorProps, "ref"> & React_2.RefAttributes<PivotGridAxesEditorHandle | null>>;
|
|
123
123
|
|
|
124
124
|
/**
|
|
125
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
125
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridAxesEditor component.
|
|
126
126
|
*/
|
|
127
127
|
export declare interface PivotGridAxesEditorHandle {
|
|
128
128
|
props: PivotGridAxesEditorProps;
|
|
@@ -162,7 +162,7 @@ export { PivotGridAxis }
|
|
|
162
162
|
export declare const PivotGridAxisEditor: React_2.ForwardRefExoticComponent<PivotGridAxisEditorProps & React_2.RefAttributes<PivotGridAxisEditorHandle | null>>;
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
165
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridAxisEditor component.
|
|
166
166
|
*/
|
|
167
167
|
export declare interface PivotGridAxisEditorHandle {
|
|
168
168
|
props: PivotGridAxisEditorProps;
|
|
@@ -220,7 +220,7 @@ export declare interface PivotGridAxisFilterFieldExpandEvent {
|
|
|
220
220
|
export declare const PivotGridAxisFilterFieldsEditor: React_2.ForwardRefExoticComponent<PivotGridAxisFilterFieldsEditorProps & React_2.RefAttributes<PivotGridAxisFilterFieldsEditorHandle | null>>;
|
|
221
221
|
|
|
222
222
|
/**
|
|
223
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
223
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridAxisFilterFieldsEditor component.
|
|
224
224
|
*/
|
|
225
225
|
export declare interface PivotGridAxisFilterFieldsEditorHandle {
|
|
226
226
|
props: PivotGridAxisFilterFieldsEditorProps;
|
|
@@ -323,7 +323,7 @@ export declare interface PivotGridAxisFilterFieldsExpandChangeEvent {
|
|
|
323
323
|
export declare const PivotGridCell: React_2.ForwardRefExoticComponent<PivotGridCellProps & React_2.RefAttributes<PivotGridCellHandle | null>>;
|
|
324
324
|
|
|
325
325
|
/**
|
|
326
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
326
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridCell component.
|
|
327
327
|
*/
|
|
328
328
|
export declare interface PivotGridCellHandle {
|
|
329
329
|
props: PivotGridCellProps;
|
|
@@ -388,7 +388,7 @@ export declare interface PivotGridCellProps extends KendoMouse<PivotGridCellHand
|
|
|
388
388
|
export declare const PivotGridColumn: React_2.ForwardRefExoticComponent<PivotGridColumnProps & React_2.RefAttributes<PivotGridColumnHandle | null>>;
|
|
389
389
|
|
|
390
390
|
/**
|
|
391
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
391
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridColumn component.
|
|
392
392
|
*/
|
|
393
393
|
export declare interface PivotGridColumnHandle {
|
|
394
394
|
props: PivotGridColumnProps;
|
|
@@ -474,7 +474,7 @@ export declare interface PivotGridConfiguratorAxesChangeEvent {
|
|
|
474
474
|
export declare const PivotGridConfiguratorButton: React_2.ForwardRefExoticComponent<PivotGridConfiguratorButtonProps & React_2.RefAttributes<PivotGridConfiguratorButtonHandle | null>>;
|
|
475
475
|
|
|
476
476
|
/**
|
|
477
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
477
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridConfiguratorButton component.
|
|
478
478
|
*/
|
|
479
479
|
export declare interface PivotGridConfiguratorButtonHandle {
|
|
480
480
|
props: PivotGridConfiguratorButtonProps;
|
|
@@ -515,7 +515,7 @@ export declare interface PivotGridConfiguratorButtonProps extends KendoMouse<Piv
|
|
|
515
515
|
export declare const PivotGridConfiguratorEditor: React_2.ForwardRefExoticComponent<PivotGridConfiguratorEditorProps & React_2.RefAttributes<PivotGridConfiguratorEditorHandle>>;
|
|
516
516
|
|
|
517
517
|
/**
|
|
518
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
518
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridConfiguratorEditor component.
|
|
519
519
|
*/
|
|
520
520
|
export declare interface PivotGridConfiguratorEditorHandle {
|
|
521
521
|
props: PivotGridConfiguratorEditorProps;
|
|
@@ -646,7 +646,7 @@ export declare interface PivotGridConfiguratorFilterChangeEvent {
|
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
/**
|
|
649
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
649
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridConfigurator component.
|
|
650
650
|
*/
|
|
651
651
|
export declare interface PivotGridConfiguratorHandle {
|
|
652
652
|
props: PivotGridConfiguratorProps;
|
|
@@ -774,7 +774,7 @@ export declare interface PivotGridConfiguratorSortChangeEvent {
|
|
|
774
774
|
export declare const PivotGridContainer: React_2.ForwardRefExoticComponent<PivotGridContainerProps & React_2.RefAttributes<PivotGridContainerHandle | null>>;
|
|
775
775
|
|
|
776
776
|
/**
|
|
777
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
777
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridContainer component.
|
|
778
778
|
*/
|
|
779
779
|
export declare interface PivotGridContainerHandle {
|
|
780
780
|
element: HTMLDivElement | null;
|
|
@@ -840,7 +840,7 @@ export declare interface PivotGridFieldsEditorFieldExpandEvent {
|
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
/**
|
|
843
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
843
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridFieldsEditor component.
|
|
844
844
|
*/
|
|
845
845
|
export declare interface PivotGridFieldsEditorHandle {
|
|
846
846
|
props: PivotGridFieldsEditorProps;
|
|
@@ -892,7 +892,7 @@ export declare interface PivotGridFieldsEditorProps {
|
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
/**
|
|
895
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
895
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGrid component.
|
|
896
896
|
*/
|
|
897
897
|
export declare interface PivotGridHandle {
|
|
898
898
|
element: HTMLDivElement | null;
|
|
@@ -913,7 +913,7 @@ export declare interface PivotGridHandle {
|
|
|
913
913
|
export declare const PivotGridHeaderCell: React_2.ForwardRefExoticComponent<PivotGridHeaderCellProps & React_2.RefAttributes<PivotGridHeaderCellHandle | null>>;
|
|
914
914
|
|
|
915
915
|
/**
|
|
916
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
916
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridHeaderCell component.
|
|
917
917
|
*/
|
|
918
918
|
export declare interface PivotGridHeaderCellHandle {
|
|
919
919
|
props: PivotGridHeaderCellProps;
|
|
@@ -1159,7 +1159,7 @@ export declare interface PivotGridProps {
|
|
|
1159
1159
|
export declare const PivotGridRow: React_2.ForwardRefExoticComponent<PivotGridRowProps & React_2.RefAttributes<PivotGridRowHandle | null>>;
|
|
1160
1160
|
|
|
1161
1161
|
/**
|
|
1162
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
1162
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the PivotGridRow component.
|
|
1163
1163
|
*/
|
|
1164
1164
|
export declare interface PivotGridRowHandle {
|
|
1165
1165
|
props: PivotGridRowProps;
|
|
@@ -1330,12 +1330,12 @@ export { sumAggregate }
|
|
|
1330
1330
|
export { Tuple }
|
|
1331
1331
|
|
|
1332
1332
|
/**
|
|
1333
|
-
* A [custom React hook](https://
|
|
1333
|
+
* A [custom React hook](https://https://react.dev/learn/reusing-logic-with-custom-hooks) which provides data-binding to local data.
|
|
1334
1334
|
*/
|
|
1335
1335
|
export declare const usePivotLocalDataService: (args: PivotLocalDataServiceArgs) => PivotLocalDataServiceState;
|
|
1336
1336
|
|
|
1337
1337
|
/**
|
|
1338
|
-
* A [custom React hook](https://
|
|
1338
|
+
* A [custom React hook](https://https://react.dev/learn/reusing-logic-with-custom-hooks) which provides data-binding to an OLAP service.
|
|
1339
1339
|
*/
|
|
1340
1340
|
export declare const usePivotOLAPService: (args: PivotOLAPServiceArgs) => PivotOLAPServiceState;
|
|
1341
1341
|
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-pivotgrid",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1711701124,
|
|
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-pivotgrid",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0-develop.10",
|
|
4
4
|
"description": "React PivotGrid (also called Pivot Table) can be data-bound to an OLAP service and customized extensively. KendoReact PivotGrid package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-data-query": "^1.5.5",
|
|
26
26
|
"@progress/kendo-licensing": "^1.3.4",
|
|
27
|
-
"@progress/kendo-pivotgrid-common": "0.
|
|
28
|
-
"@progress/kendo-react-buttons": "7.
|
|
29
|
-
"@progress/kendo-react-common": "7.
|
|
30
|
-
"@progress/kendo-react-data-tools": "7.
|
|
31
|
-
"@progress/kendo-react-form": "7.
|
|
32
|
-
"@progress/kendo-react-indicators": "7.
|
|
33
|
-
"@progress/kendo-react-intl": "7.
|
|
34
|
-
"@progress/kendo-react-labels": "7.
|
|
35
|
-
"@progress/kendo-react-treeview": "7.
|
|
27
|
+
"@progress/kendo-pivotgrid-common": "0.6.0",
|
|
28
|
+
"@progress/kendo-react-buttons": "7.4.0-develop.10",
|
|
29
|
+
"@progress/kendo-react-common": "7.4.0-develop.10",
|
|
30
|
+
"@progress/kendo-react-data-tools": "7.4.0-develop.10",
|
|
31
|
+
"@progress/kendo-react-form": "7.4.0-develop.10",
|
|
32
|
+
"@progress/kendo-react-indicators": "7.4.0-develop.10",
|
|
33
|
+
"@progress/kendo-react-intl": "7.4.0-develop.10",
|
|
34
|
+
"@progress/kendo-react-labels": "7.4.0-develop.10",
|
|
35
|
+
"@progress/kendo-react-treeview": "7.4.0-develop.10",
|
|
36
36
|
"@progress/kendo-svg-icons": "^2.1.0",
|
|
37
37
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
38
38
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|