@paperless/angular 2.0.1-beta.219 → 2.0.1-beta.220
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/stencil/components.mjs +7 -7
- 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/stencil/components.d.ts +2 -2
- package/package.json +1 -1
- package/paperless.css +0 -4
|
@@ -85,7 +85,7 @@ export declare class PButton {
|
|
|
85
85
|
protected el: HTMLPButtonElement;
|
|
86
86
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
87
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "active": "active"; "as": "as"; "buttonGroupPosition": "buttonGroupPosition"; "chevron": "chevron"; "chevronPosition": "chevronPosition"; "class": "class"; "disabled": "disabled"; "error": "error"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "inheritText": "inheritText"; "label": "label"; "loading": "loading"; "size": "size"; "target": "target"; "type": "type"; "
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "active": "active"; "as": "as"; "buttonGroupPosition": "buttonGroupPosition"; "chevron": "chevron"; "chevronPosition": "chevronPosition"; "class": "class"; "disabled": "disabled"; "error": "error"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "inheritText": "inheritText"; "label": "label"; "loading": "loading"; "size": "size"; "target": "target"; "type": "type"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
89
89
|
}
|
|
90
90
|
export declare interface PButton extends Components.PButton {
|
|
91
91
|
/**
|
|
@@ -817,7 +817,7 @@ export declare class PTableRow {
|
|
|
817
817
|
protected el: HTMLPTableRowElement;
|
|
818
818
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
819
819
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
|
|
820
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "checked": "checked"; "enableHover": "enableHover"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
820
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "checked": "checked"; "enableHover": "enableHover"; "isLast": "isLast"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
821
821
|
}
|
|
822
822
|
export declare interface PTableRow extends Components.PTableRow {
|
|
823
823
|
}
|
package/package.json
CHANGED