raise-common-lib 0.0.72 → 0.0.73

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.
@@ -1,7 +1,7 @@
1
- import { EventEmitter, OnInit, TemplateRef, OnChanges, SimpleChanges, ChangeDetectorRef } from '@angular/core';
2
- import { GridComponent } from '@syncfusion/ej2-angular-grids';
3
- import { BeforeOpenCloseEventArgs } from '@syncfusion/ej2-angular-inputs';
4
- import { IActionMenuItem, IColumnField } from '../constant';
1
+ import { EventEmitter, OnInit, TemplateRef, OnChanges, SimpleChanges, ChangeDetectorRef } from "@angular/core";
2
+ import { GridComponent } from "@syncfusion/ej2-angular-grids";
3
+ import { BeforeOpenCloseEventArgs } from "@syncfusion/ej2-angular-inputs";
4
+ import { IActionMenuItem, IColumnField } from "../constant";
5
5
  export declare class CommonGridComponent implements OnInit, OnChanges {
6
6
  private ref;
7
7
  grid: GridComponent;
@@ -112,6 +112,7 @@ export declare class CommonGridComponent implements OnInit, OnChanges {
112
112
  editItem(index: any): void;
113
113
  deleteItem(index: any): void;
114
114
  cancelItem(index: any): void;
115
+ initList: (num?: number, key?: string) => any[];
115
116
  showLoading(): void;
116
117
  hideLoading(): void;
117
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"