@yoobic/yobi 8.2.0-21 → 8.2.0-24

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.
@@ -27,6 +27,7 @@ export interface IGridConfig {
27
27
  keepValueFields?: string[];
28
28
  collectionName?: string;
29
29
  hideEntityColumn?: boolean;
30
+ hideDefaultGroupingColumn?: boolean;
30
31
  customFilter?: Record<string, any>;
31
32
  showSearch?: boolean;
32
33
  showFilters?: boolean;
@@ -133,6 +134,7 @@ export interface IGridCustomDataLoaderOptions {
133
134
  customFilter?: Record<string, any>;
134
135
  search?: string;
135
136
  state?: Record<string, any>;
137
+ data?: Record<string, any>;
136
138
  }
137
139
  export interface IGridCustomDataLoaderOptionsData<T = IEntity> {
138
140
  total: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.2.0-21",
3
+ "version": "8.2.0-24",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",