@sumaris-net/ngx-components 2.12.20 → 2.12.21
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.
- package/esm2022/src/app/core/table/column/nav-actions-column.component.mjs +14 -18
- package/fesm2022/sumaris-net.ngx-components.mjs +4 -8
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/column/nav-actions-column.component.d.ts +3 -3
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, Injector, OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { AsyncTableElement, TableElement } from '@e-is/ngx-material-table';
|
|
3
3
|
import { MatColumnDef, MatTable } from '@angular/material/table';
|
|
4
4
|
import { MatMenuTrigger } from '@angular/material/menu';
|
|
@@ -22,10 +22,10 @@ export declare class NavActionsColumnComponent implements OnInit, OnDestroy {
|
|
|
22
22
|
$implicit: TableElement<any> | AsyncTableElement<any>;
|
|
23
23
|
}>;
|
|
24
24
|
optionsClick: EventEmitter<Event>;
|
|
25
|
-
constructor(matTable: MatTable<any>, cd: ChangeDetectorRef
|
|
25
|
+
constructor(injector: Injector, matTable: MatTable<any>, cd: ChangeDetectorRef);
|
|
26
26
|
ngOnInit(): void;
|
|
27
27
|
ngOnDestroy(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavActionsColumnComponent,
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavActionsColumnComponent, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<NavActionsColumnComponent, "app-nav-actions-column", never, { "matColumnDef": { "alias": "matColumnDef"; "required": false; }; "style": { "alias": "style"; "required": false; }; "stickyEnd": { "alias": "stickyEnd"; "required": false; }; "showPending": { "alias": "showPending"; "required": false; }; "dirtyIcon": { "alias": "dirtyIcon"; "required": false; }; "optionsTitle": { "alias": "optionsTitle"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; }, { "optionsClick": "optionsClick"; }, never, ["[matHeader]", "[matFooter]", "[matHeader]", "[matFooter]"], false, never>;
|
|
30
30
|
static ngAcceptInputType_stickyEnd: unknown;
|
|
31
31
|
static ngAcceptInputType_showPending: unknown;
|
package/src/assets/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ngx-sumaris-components",
|
|
3
3
|
"short_name": "ngx-sumaris-components",
|
|
4
4
|
"manifest_version": 1,
|
|
5
|
-
"version": "2.12.
|
|
5
|
+
"version": "2.12.21",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|