@paperless/angular 0.1.0-alpha.174 → 0.1.0-alpha.177
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/paperless.module.mjs +1 -1
- package/esm2020/lib/stencil/components.mjs +1 -74
- package/esm2020/lib/stencil/index.mjs +1 -4
- package/fesm2015/paperless-angular.mjs +2 -75
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +2 -75
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/paperless.module.d.ts +1 -1
- package/lib/stencil/components.d.ts +0 -27
- package/lib/stencil/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1651,52 +1651,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
1651
1651
|
inputs: ['active']
|
|
1652
1652
|
}]
|
|
1653
1653
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1654
|
-
let PTableColumn = class PTableColumn {
|
|
1655
|
-
constructor(c, r, z) {
|
|
1656
|
-
this.z = z;
|
|
1657
|
-
c.detach();
|
|
1658
|
-
this.el = r.nativeElement;
|
|
1659
|
-
}
|
|
1660
|
-
};
|
|
1661
|
-
PTableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1662
|
-
PTableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTableColumn, selector: "p-table-column", inputs: { checkbox: "checkbox", definition: "definition", index: "index", item: "item", rowIndex: "rowIndex", template: "template", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1663
|
-
PTableColumn = __decorate([
|
|
1664
|
-
ProxyCmp({
|
|
1665
|
-
defineCustomElementFn: undefined,
|
|
1666
|
-
inputs: ['checkbox', 'definition', 'index', 'item', 'rowIndex', 'template', 'value', 'variant']
|
|
1667
|
-
})
|
|
1668
|
-
], PTableColumn);
|
|
1669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableColumn, decorators: [{
|
|
1670
|
-
type: Component,
|
|
1671
|
-
args: [{
|
|
1672
|
-
selector: 'p-table-column',
|
|
1673
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1674
|
-
template: '<ng-content></ng-content>',
|
|
1675
|
-
inputs: ['checkbox', 'definition', 'index', 'item', 'rowIndex', 'template', 'value', 'variant']
|
|
1676
|
-
}]
|
|
1677
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1678
|
-
let PTableContainer = class PTableContainer {
|
|
1679
|
-
constructor(c, r, z) {
|
|
1680
|
-
this.z = z;
|
|
1681
|
-
c.detach();
|
|
1682
|
-
this.el = r.nativeElement;
|
|
1683
|
-
}
|
|
1684
|
-
};
|
|
1685
|
-
PTableContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1686
|
-
PTableContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTableContainer, selector: "p-table-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1687
|
-
PTableContainer = __decorate([
|
|
1688
|
-
ProxyCmp({
|
|
1689
|
-
defineCustomElementFn: undefined
|
|
1690
|
-
})
|
|
1691
|
-
], PTableContainer);
|
|
1692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableContainer, decorators: [{
|
|
1693
|
-
type: Component,
|
|
1694
|
-
args: [{
|
|
1695
|
-
selector: 'p-table-container',
|
|
1696
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1697
|
-
template: '<ng-content></ng-content>'
|
|
1698
|
-
}]
|
|
1699
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1700
1654
|
let PTableFooter = class PTableFooter {
|
|
1701
1655
|
constructor(c, r, z) {
|
|
1702
1656
|
this.z = z;
|
|
@@ -1747,30 +1701,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
1747
1701
|
inputs: ['activeQuickFilterIdentifier', 'canEdit', 'editButtonTemplate', 'enableEdit', 'enableFilter', 'enableSearch', 'filterButtonTemplate', 'itemsSelectedAmount', 'query', 'quickFilters', 'selectedFiltersAmount']
|
|
1748
1702
|
}]
|
|
1749
1703
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1750
|
-
let PTableRow = class PTableRow {
|
|
1751
|
-
constructor(c, r, z) {
|
|
1752
|
-
this.z = z;
|
|
1753
|
-
c.detach();
|
|
1754
|
-
this.el = r.nativeElement;
|
|
1755
|
-
}
|
|
1756
|
-
};
|
|
1757
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1758
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PTableRow, selector: "p-table-row", inputs: { enableHover: "enableHover", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1759
|
-
PTableRow = __decorate([
|
|
1760
|
-
ProxyCmp({
|
|
1761
|
-
defineCustomElementFn: undefined,
|
|
1762
|
-
inputs: ['enableHover', 'variant']
|
|
1763
|
-
})
|
|
1764
|
-
], PTableRow);
|
|
1765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PTableRow, decorators: [{
|
|
1766
|
-
type: Component,
|
|
1767
|
-
args: [{
|
|
1768
|
-
selector: 'p-table-row',
|
|
1769
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1770
|
-
template: '<ng-content></ng-content>',
|
|
1771
|
-
inputs: ['enableHover', 'variant']
|
|
1772
|
-
}]
|
|
1773
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1774
1704
|
let PTag = class PTag {
|
|
1775
1705
|
constructor(c, r, z) {
|
|
1776
1706
|
this.z = z;
|
|
@@ -1863,11 +1793,8 @@ const DIRECTIVES = [
|
|
|
1863
1793
|
PStepperLine,
|
|
1864
1794
|
PTabGroup,
|
|
1865
1795
|
PTabItem,
|
|
1866
|
-
PTableColumn,
|
|
1867
|
-
PTableContainer,
|
|
1868
1796
|
PTableFooter,
|
|
1869
1797
|
PTableHeader,
|
|
1870
|
-
PTableRow,
|
|
1871
1798
|
PTag,
|
|
1872
1799
|
PTooltip
|
|
1873
1800
|
];
|
|
@@ -1875,7 +1802,7 @@ const DIRECTIVES = [
|
|
|
1875
1802
|
class PaperlessModule {
|
|
1876
1803
|
}
|
|
1877
1804
|
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1878
|
-
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, declarations: [PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLayout, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem,
|
|
1805
|
+
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, declarations: [PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLayout, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableFooter, PTableHeader, PTag, PTooltip, PaginationDirective, PageSizeSelectDirective, TableFooterDirective, TableHeaderDirective, TableDirective], exports: [PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLayout, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableFooter, PTableHeader, PTag, PTooltip, PaginationDirective, PageSizeSelectDirective, TableFooterDirective, TableHeaderDirective, TableDirective] });
|
|
1879
1806
|
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule });
|
|
1880
1807
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
1881
1808
|
type: NgModule,
|
|
@@ -1893,5 +1820,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
1893
1820
|
* Generated bundle index. Do not edit.
|
|
1894
1821
|
*/
|
|
1895
1822
|
|
|
1896
|
-
export { BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CUSTOM_DIRECTIVES, FormBaseComponent, PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLayout, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem,
|
|
1823
|
+
export { BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CUSTOM_DIRECTIVES, FormBaseComponent, PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLayout, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableFooter, PTableHeader, PTag, PTooltip, PageSizeSelectDirective, PaginationDirective, PaperlessModule, TableDirective, TableFooterDirective, TableHeaderDirective };
|
|
1897
1824
|
//# sourceMappingURL=paperless-angular.mjs.map
|