@paperless/angular 1.3.6 → 1.4.2
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 +8 -8
- package/esm2020/lib/stencil/components.mjs +4 -4
- package/fesm2015/paperless-angular.mjs +8 -8
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +8 -8
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/modules/table/components/table/table.component.d.ts +1 -3
- package/lib/stencil/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -238,9 +238,7 @@ export declare class Table implements OnInit, OnChanges {
|
|
|
238
238
|
_selectionContains(row: any, index: number, returnIndex?: boolean): any;
|
|
239
239
|
_selectionContainsAll(): boolean;
|
|
240
240
|
_selectionIndeterminate(): boolean;
|
|
241
|
-
_rowClick($event:
|
|
242
|
-
target: any;
|
|
243
|
-
}, index: number): void;
|
|
241
|
+
_rowClick($event: MouseEvent, index: number): void;
|
|
244
242
|
private _findRow;
|
|
245
243
|
private _findRowAction;
|
|
246
244
|
static ɵfac: i0.ɵɵFactoryDeclaration<Table, never>;
|
|
@@ -622,7 +622,7 @@ export declare class PTooltip {
|
|
|
622
622
|
protected el: HTMLElement;
|
|
623
623
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
624
624
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTooltip, never>;
|
|
625
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "
|
|
625
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "content": "content"; "enableUserInput": "enableUserInput"; "placement": "placement"; "show": "show"; "strategy": "strategy"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
626
626
|
}
|
|
627
627
|
export declare interface PTooltip extends Components.PTooltip {
|
|
628
628
|
/**
|