ms-data-grid 0.0.42 → 0.0.43

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.
@@ -99,6 +99,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
99
99
  name: string;
100
100
  is_showIcon: boolean;
101
101
  icon: string;
102
+ has_permission: boolean;
102
103
  }[];
103
104
  keepMultipleExpandedDetails: boolean;
104
105
  showTotalAmountRow: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-data-grid",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "A powerful, customizable Angular data grid component with advanced features like sorting, filtering, pagination, column pinning, and taskbar actions. Perfect for enterprise applications.",
5
5
  "keywords": [
6
6
  "angular",