@paperless/angular 0.1.0-alpha.250 → 0.1.0-alpha.252
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 +10 -12
- package/fesm2015/paperless-angular.mjs +11 -13
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +11 -13
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +3 -3
- package/package.json +1 -1
|
@@ -44,7 +44,7 @@ export declare class PButton {
|
|
|
44
44
|
protected el: HTMLElement;
|
|
45
45
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "chevron": "chevron"; "chevronPosition": "chevronPosition"; "disabled": "disabled"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "inheritText": "inheritText"; "loading": "loading"; "size": "size"; "target": "target"; "variant": "variant";
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "chevron": "chevron"; "chevronPosition": "chevronPosition"; "disabled": "disabled"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "inheritText": "inheritText"; "loading": "loading"; "size": "size"; "target": "target"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
48
48
|
}
|
|
49
49
|
export declare interface PCardBody extends Components.PCardBody {
|
|
50
50
|
}
|
|
@@ -250,7 +250,7 @@ export declare class PModalFooter {
|
|
|
250
250
|
protected el: HTMLElement;
|
|
251
251
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
252
252
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalFooter, never>;
|
|
253
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, {
|
|
253
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, {}, {}, never, ["*"], false>;
|
|
254
254
|
}
|
|
255
255
|
export declare interface PModalHeader extends Components.PModalHeader {
|
|
256
256
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class PModalHeader {
|
|
|
263
263
|
protected el: HTMLElement;
|
|
264
264
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
265
265
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalHeader, never>;
|
|
266
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "
|
|
266
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showClose": "showClose"; }, {}, never, ["*"], false>;
|
|
267
267
|
}
|
|
268
268
|
export declare interface PNavbar extends Components.PNavbar {
|
|
269
269
|
}
|