cat-documents-ng 0.2.95 → 0.2.96

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.
@@ -7,7 +7,6 @@ export declare class TablePrimaryComponent implements OnChanges {
7
7
  showHeader: boolean;
8
8
  tableStyle: any;
9
9
  rowClick: EventEmitter<any>;
10
- deleteAction: EventEmitter<any>;
11
10
  processedData: ProcessedRowData[];
12
11
  readonly SHARED: typeof SHARED;
13
12
  ngOnChanges(changes: SimpleChanges): void;
@@ -15,8 +14,7 @@ export declare class TablePrimaryComponent implements OnChanges {
15
14
  getStatusClass(status: string): string;
16
15
  getStatusIcon(status: string): string;
17
16
  getFileExtension(fileName: string): string;
18
- onActionClick(event: Event, rowData: any): void;
19
17
  onRowClick(rowData: any): void;
20
18
  static ɵfac: i0.ɵɵFactoryDeclaration<TablePrimaryComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<TablePrimaryComponent, "lib-table-primary", never, { "tableData": { "alias": "tableData"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "tableStyle": { "alias": "tableStyle"; "required": false; }; }, { "rowClick": "rowClick"; "deleteAction": "deleteAction"; }, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<TablePrimaryComponent, "lib-table-primary", never, { "tableData": { "alias": "tableData"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "tableStyle": { "alias": "tableStyle"; "required": false; }; }, { "rowClick": "rowClick"; }, never, never, false, never>;
22
20
  }
@@ -246,6 +246,7 @@ export declare class SHARED {
246
246
  static COMMA: string;
247
247
  static TEAM_LEADER: string;
248
248
  static UNDERWRITER_USER: string;
249
+ static INITIAL_REQUEST: string;
249
250
  static Menu: {
250
251
  label: string;
251
252
  items: ({