raise-common-lib 0.0.72 → 0.0.74

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;
@@ -29,6 +29,7 @@ export declare class CommonGridComponent implements OnInit, OnChanges {
29
29
  checkBoxWidth: number;
30
30
  childGrid: any;
31
31
  frozenColumns: any;
32
+ columnChooserSettings: any;
32
33
  /**
33
34
  * Sample: [
34
35
  {
@@ -112,6 +113,7 @@ export declare class CommonGridComponent implements OnInit, OnChanges {
112
113
  editItem(index: any): void;
113
114
  deleteItem(index: any): void;
114
115
  cancelItem(index: any): void;
116
+ initList: (num?: number, key?: string) => any[];
115
117
  showLoading(): void;
116
118
  hideLoading(): void;
117
119
  }
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.74",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"