imm-element-ui 2.8.1 → 2.8.3

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.
@@ -14,6 +14,7 @@ export declare class CellEditAsyncSelectFieldComponent implements ICellEditorAng
14
14
  private createContext;
15
15
  private setEditorSize;
16
16
  private updateNameField;
17
+ private getGrid;
17
18
  private resolveNameFieldValue;
18
19
  private toValueArray;
19
20
  private toValueString;
@@ -10,6 +10,7 @@ export declare class CellEditSelectFieldComponent implements ICellEditorAngularC
10
10
  getValue(): any;
11
11
  onChange(event: any): void;
12
12
  updateNameField(nameField: any, event: any): void;
13
+ private getGrid;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CellEditSelectFieldComponent, never>;
14
15
  static ɵcmp: i0.ɵɵComponentDeclaration<CellEditSelectFieldComponent, "ng-component", never, {}, {}, never, never, true, never>;
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "2.8.1",
3
+ "version": "2.8.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"