imm-element-ui 2.5.5 → 2.5.7

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.
@@ -94,6 +94,7 @@ export declare class GridComponent {
94
94
  noRows: boolean;
95
95
  showHorizontal: boolean;
96
96
  dragBeforeIndex: number;
97
+ singleClickEdit: import("@angular/core").WritableSignal<boolean>;
97
98
  private searchPrmSub;
98
99
  onResize(): void;
99
100
  constructor(action: ActionService);
@@ -101,6 +102,7 @@ export declare class GridComponent {
101
102
  ngAfterViewInit(): void;
102
103
  ngOnDestroy(): void;
103
104
  getGrid(): AgGridAngular;
105
+ private isMobileOrTabletBrowser;
104
106
  onGridReady(e: any): void;
105
107
  onSelectionChanged(event: any): any;
106
108
  onRowGroupOpened(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "2.5.5",
3
+ "version": "2.5.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"