@progress/kendo-react-grid 8.2.0-develop.28 → 8.2.0-develop.29

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
@@ -801,7 +801,7 @@ export declare class GridColumnMenuFilter extends React_2.Component<GridColumnMe
801
801
  */
802
802
  declare interface GridColumnMenuFilterBaseProps extends GridColumnMenuBaseProps {
803
803
  /**
804
- * The current filter state of the Grid.It takes value of type [CompositeFilterDescriptor]({% api_kendo-data-query_compositefilterdescriptor %})
804
+ * The current filter state of the Grid.It takes value of type [CompositeFilterDescriptor]({% slug api_kendo-data-query_compositefilterdescriptor %})
805
805
  */
806
806
  filter?: CompositeFilterDescriptor;
807
807
  /**
@@ -1512,7 +1512,7 @@ export declare interface GridCustomHeaderCellProps extends GridHeaderCellProps {
1512
1512
  */
1513
1513
  export declare interface GridDataStateChangeEvent extends GridEvent {
1514
1514
  /**
1515
- * The [State]({% api_kendo-data-query_state %}) of the Grid based on the user action.
1515
+ * The [State]({% slug api_kendo-data-query_state %}) of the Grid based on the user action.
1516
1516
  */
1517
1517
  dataState: State;
1518
1518
  targetEvent?: PagerTargetEvent;
@@ -1699,7 +1699,7 @@ export declare interface GridFilterCellProps {
1699
1699
  */
1700
1700
  export declare interface GridFilterChangeEvent extends GridEvent {
1701
1701
  /**
1702
- * The new [CompositeFilterDescriptor]({% api_kendo-data-query_compositefilterdescriptor %}) based on the user action.
1702
+ * The new [CompositeFilterDescriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) based on the user action.
1703
1703
  */
1704
1704
  filter: CompositeFilterDescriptor;
1705
1705
  }
@@ -2174,7 +2174,7 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
2174
2174
  */
2175
2175
  filterable?: boolean;
2176
2176
  /**
2177
- * The [descriptor]({% api_kendo-data-query_compositefilterdescriptor %}) by which the data is filtered ([more information and examples]({% slug filtering_grid %})). This affects the values and buttons in the `FilterRow` of the Grid.
2177
+ * The [descriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) by which the data is filtered ([more information and examples]({% slug filtering_grid %})). This affects the values and buttons in the `FilterRow` of the Grid.
2178
2178
  */
2179
2179
  filter?: CompositeFilterDescriptor;
2180
2180
  /**
package/index.d.ts CHANGED
@@ -801,7 +801,7 @@ export declare class GridColumnMenuFilter extends React_2.Component<GridColumnMe
801
801
  */
802
802
  declare interface GridColumnMenuFilterBaseProps extends GridColumnMenuBaseProps {
803
803
  /**
804
- * The current filter state of the Grid.It takes value of type [CompositeFilterDescriptor]({% api_kendo-data-query_compositefilterdescriptor %})
804
+ * The current filter state of the Grid.It takes value of type [CompositeFilterDescriptor]({% slug api_kendo-data-query_compositefilterdescriptor %})
805
805
  */
806
806
  filter?: CompositeFilterDescriptor;
807
807
  /**
@@ -1512,7 +1512,7 @@ export declare interface GridCustomHeaderCellProps extends GridHeaderCellProps {
1512
1512
  */
1513
1513
  export declare interface GridDataStateChangeEvent extends GridEvent {
1514
1514
  /**
1515
- * The [State]({% api_kendo-data-query_state %}) of the Grid based on the user action.
1515
+ * The [State]({% slug api_kendo-data-query_state %}) of the Grid based on the user action.
1516
1516
  */
1517
1517
  dataState: State;
1518
1518
  targetEvent?: PagerTargetEvent;
@@ -1699,7 +1699,7 @@ export declare interface GridFilterCellProps {
1699
1699
  */
1700
1700
  export declare interface GridFilterChangeEvent extends GridEvent {
1701
1701
  /**
1702
- * The new [CompositeFilterDescriptor]({% api_kendo-data-query_compositefilterdescriptor %}) based on the user action.
1702
+ * The new [CompositeFilterDescriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) based on the user action.
1703
1703
  */
1704
1704
  filter: CompositeFilterDescriptor;
1705
1705
  }
@@ -2174,7 +2174,7 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
2174
2174
  */
2175
2175
  filterable?: boolean;
2176
2176
  /**
2177
- * The [descriptor]({% api_kendo-data-query_compositefilterdescriptor %}) by which the data is filtered ([more information and examples]({% slug filtering_grid %})). This affects the values and buttons in the `FilterRow` of the Grid.
2177
+ * The [descriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) by which the data is filtered ([more information and examples]({% slug filtering_grid %})). This affects the values and buttons in the `FilterRow` of the Grid.
2178
2178
  */
2179
2179
  filter?: CompositeFilterDescriptor;
2180
2180
  /**
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-grid",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1722421078,
13
+ publishDate: 1722455650,
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-grid",
3
- "version": "8.2.0-develop.28",
3
+ "version": "8.2.0-develop.29",
4
4
  "description": "React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -25,15 +25,15 @@
25
25
  "@progress/kendo-data-query": "^1.0.0",
26
26
  "@progress/kendo-drawing": "^1.20.1",
27
27
  "@progress/kendo-licensing": "^1.3.4",
28
- "@progress/kendo-react-animation": "8.2.0-develop.28",
29
- "@progress/kendo-react-buttons": "8.2.0-develop.28",
30
- "@progress/kendo-react-common": "8.2.0-develop.28",
31
- "@progress/kendo-react-data-tools": "8.2.0-develop.28",
32
- "@progress/kendo-react-dateinputs": "8.2.0-develop.28",
33
- "@progress/kendo-react-dropdowns": "8.2.0-develop.28",
34
- "@progress/kendo-react-inputs": "8.2.0-develop.28",
35
- "@progress/kendo-react-intl": "8.2.0-develop.28",
36
- "@progress/kendo-react-popup": "8.2.0-develop.28",
28
+ "@progress/kendo-react-animation": "8.2.0-develop.29",
29
+ "@progress/kendo-react-buttons": "8.2.0-develop.29",
30
+ "@progress/kendo-react-common": "8.2.0-develop.29",
31
+ "@progress/kendo-react-data-tools": "8.2.0-develop.29",
32
+ "@progress/kendo-react-dateinputs": "8.2.0-develop.29",
33
+ "@progress/kendo-react-dropdowns": "8.2.0-develop.29",
34
+ "@progress/kendo-react-inputs": "8.2.0-develop.29",
35
+ "@progress/kendo-react-intl": "8.2.0-develop.29",
36
+ "@progress/kendo-react-popup": "8.2.0-develop.29",
37
37
  "@progress/kendo-svg-icons": "^3.0.0",
38
38
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
39
39
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"