@paperless/angular 2.14.17 → 2.15.0
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/esm2020/lib/modules/table/components/table/table.component.mjs +3 -3
- package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +4 -3
- package/esm2020/lib/modules/table/components/table-column/table-column.component.mjs +4 -2
- package/esm2020/lib/stencil/components.mjs +4 -4
- package/fesm2015/paperless-angular.mjs +11 -8
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +11 -8
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/modules/table/components/table-cell/table-cell.component.d.ts +2 -1
- package/lib/modules/table/components/table-column/table-column.component.d.ts +1 -1
- package/lib/stencil/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { TableDefinitionData } from '@paperless/core';
|
|
2
|
+
import { cn, TableDefinitionData } from '@paperless/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TableCell {
|
|
5
5
|
/**
|
|
@@ -34,6 +34,7 @@ export declare class TableCell {
|
|
|
34
34
|
* The template ref for the content
|
|
35
35
|
*/
|
|
36
36
|
template: TemplateRef<any> | undefined;
|
|
37
|
+
cn: typeof cn;
|
|
37
38
|
get class(): string;
|
|
38
39
|
get data(): TableDefinitionData | {
|
|
39
40
|
value: string;
|
|
@@ -13,5 +13,5 @@ export declare class TableColumn {
|
|
|
13
13
|
template: TemplateRef<any> | undefined;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumn, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumn, "p-table-column", never, { "align": "align"; "name": "name"; "path": "path"; "sizes": "sizes"; "variant": "variant"; "useSlot": "useSlot"; "hasCheckbox": "hasCheckbox"; }, {}, ["template"], ["*"], false, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumn, "p-table-column", never, { "align": "align"; "flex": "flex"; "name": "name"; "path": "path"; "sizes": "sizes"; "variant": "variant"; "useSlot": "useSlot"; "hasCheckbox": "hasCheckbox"; }, {}, ["template"], ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -775,7 +775,7 @@ export declare class PTableFooter {
|
|
|
775
775
|
protected el: HTMLPTableFooterElement;
|
|
776
776
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
777
777
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableFooter, never>;
|
|
778
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTableFooter, "p-table-footer", never, { "enablePaginationPages": "enablePaginationPages"; "enablePaginationSize": "enablePaginationSize"; "hideOnSinglePage": "hideOnSinglePage"; "loading": "loading"; "page": "page"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "total": "total"; }, {}, never, ["*"], false, never>;
|
|
778
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableFooter, "p-table-footer", never, { "enablePaginationPages": "enablePaginationPages"; "enablePaginationSize": "enablePaginationSize"; "hideOnSinglePage": "hideOnSinglePage"; "loading": "loading"; "page": "page"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "tableHeaderHasAction": "tableHeaderHasAction"; "total": "total"; }, {}, never, ["*"], false, never>;
|
|
779
779
|
}
|
|
780
780
|
export declare interface PTableFooter extends Components.PTableFooter {
|
|
781
781
|
/**
|