imm-element-ui 0.7.2 → 0.7.4

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.
@@ -292,6 +292,7 @@ export declare class GridComponent {
292
292
  delRows(): void;
293
293
  initGridHeight(): void;
294
294
  calcGridMargin(): number;
295
+ getContainerHeight(): number;
295
296
  ajustGridHeight(): void;
296
297
  ajustGridState(): void;
297
298
  cancelSelect(): void;
@@ -1,5 +1,5 @@
1
1
  import { GridComponent, GridOptions } from '../grid/grid/grid.component';
2
- import { AmComponent } from '../am/am.component';
2
+ import { AmComponent, Search } from '../am/am.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class PageGridListComponent extends AmComponent {
5
5
  customGrid: GridComponent;
@@ -9,6 +9,7 @@ export declare class PageGridListComponent extends AmComponent {
9
9
  gridOptions: import("@angular/core").InputSignal<GridOptions | undefined>;
10
10
  authLevel: import("@angular/core").InputSignal<number>;
11
11
  constructor();
12
+ genSearchPrm(): Search;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<PageGridListComponent, never>;
13
14
  static ɵcmp: i0.ɵɵComponentDeclaration<PageGridListComponent, "app-page-grid-list", never, { "params": { "alias": "params"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "menus": { "alias": "menus"; "required": false; "isSignal": true; }; "gridOptions": { "alias": "gridOptions"; "required": false; "isSignal": true; }; "authLevel": { "alias": "authLevel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"
@@ -15,4 +15,9 @@
15
15
  display: block !important;
16
16
  }
17
17
  }
18
+ .cell-wrap-text {
19
+ white-space: normal !important;
20
+ word-break: break-word !important;
21
+ line-height: 1.5 !important;
22
+ }
18
23
  }
@@ -1,5 +1,5 @@
1
1
  .main {
2
- height: calc(100vh - 140px);
2
+ height: calc(100vh - 128px);
3
3
  }
4
4
  :host ::ng-deep {
5
5
  .main .ag-root-wrapper {