@paperless/angular 2.0.1-beta.112 → 2.0.1-beta.114
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 +4 -1
- package/esm2020/lib/stencil/components.mjs +75 -129
- package/esm2020/lib/stencil/index.mjs +4 -6
- package/esm2020/lib/stencil.module.mjs +1 -1
- package/fesm2015/paperless-angular.mjs +77 -128
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +77 -128
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +36 -50
- package/lib/stencil/index.d.ts +1 -1
- package/lib/stencil.module.d.ts +1 -1
- package/package.json +1 -1
|
@@ -686,14 +686,14 @@ let PAttachment = class PAttachment {
|
|
|
686
686
|
this.z = z;
|
|
687
687
|
c.detach();
|
|
688
688
|
this.el = r.nativeElement;
|
|
689
|
-
proxyOutputs(this, this.el, ['download', 'delete']);
|
|
689
|
+
proxyOutputs(this, this.el, ['upload', 'download', 'delete']);
|
|
690
690
|
}
|
|
691
691
|
};
|
|
692
692
|
PAttachment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PAttachment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
693
|
-
PAttachment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PAttachment, selector: "p-attachment", inputs: {
|
|
693
|
+
PAttachment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PAttachment, selector: "p-attachment", inputs: { deleteTooltip: "deleteTooltip", downloadTooltip: "downloadTooltip", error: "error", helper: "helper", label: "label", loading: "loading", mode: "mode", placeholder: "placeholder", required: "required", uploadTooltip: "uploadTooltip", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
694
694
|
PAttachment = __decorate([
|
|
695
695
|
ProxyCmp({
|
|
696
|
-
inputs: ['
|
|
696
|
+
inputs: ['deleteTooltip', 'downloadTooltip', 'error', 'helper', 'label', 'loading', 'mode', 'placeholder', 'required', 'uploadTooltip', 'value']
|
|
697
697
|
})
|
|
698
698
|
], PAttachment);
|
|
699
699
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PAttachment, decorators: [{
|
|
@@ -703,7 +703,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
703
703
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
704
704
|
template: '<ng-content></ng-content>',
|
|
705
705
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
706
|
-
inputs: ['
|
|
706
|
+
inputs: ['deleteTooltip', 'downloadTooltip', 'error', 'helper', 'label', 'loading', 'mode', 'placeholder', 'required', 'uploadTooltip', 'value'],
|
|
707
707
|
}]
|
|
708
708
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
709
709
|
let PAvatar = class PAvatar {
|
|
@@ -994,30 +994,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
994
994
|
inputs: ['disableAutoCenter', 'disableDrag', 'disableIndicatorClick', 'hideMobileIndicator'],
|
|
995
995
|
}]
|
|
996
996
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
997
|
-
let PCounter = class PCounter {
|
|
998
|
-
constructor(c, r, z) {
|
|
999
|
-
this.z = z;
|
|
1000
|
-
c.detach();
|
|
1001
|
-
this.el = r.nativeElement;
|
|
1002
|
-
}
|
|
1003
|
-
};
|
|
1004
|
-
PCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1005
|
-
PCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCounter, selector: "p-counter", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1006
|
-
PCounter = __decorate([
|
|
1007
|
-
ProxyCmp({
|
|
1008
|
-
inputs: ['size', 'variant']
|
|
1009
|
-
})
|
|
1010
|
-
], PCounter);
|
|
1011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCounter, decorators: [{
|
|
1012
|
-
type: Component,
|
|
1013
|
-
args: [{
|
|
1014
|
-
selector: 'p-counter',
|
|
1015
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1016
|
-
template: '<ng-content></ng-content>',
|
|
1017
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1018
|
-
inputs: ['size', 'variant'],
|
|
1019
|
-
}]
|
|
1020
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1021
997
|
let PCropper = class PCropper {
|
|
1022
998
|
constructor(c, r, z) {
|
|
1023
999
|
this.z = z;
|
|
@@ -1530,101 +1506,121 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
1530
1506
|
inputs: ['closeable', 'content', 'header', 'variant'],
|
|
1531
1507
|
}]
|
|
1532
1508
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1533
|
-
let
|
|
1509
|
+
let PLabel = class PLabel {
|
|
1534
1510
|
constructor(c, r, z) {
|
|
1535
1511
|
this.z = z;
|
|
1536
1512
|
c.detach();
|
|
1537
1513
|
this.el = r.nativeElement;
|
|
1538
1514
|
}
|
|
1539
1515
|
};
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1516
|
+
PLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1517
|
+
PLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLabel, selector: "p-label", inputs: { icon: "icon", iconFlip: "iconFlip", iconOnly: "iconOnly", iconRotate: "iconRotate", keepMobileContent: "keepMobileContent", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1518
|
+
PLabel = __decorate([
|
|
1543
1519
|
ProxyCmp({
|
|
1544
|
-
inputs: ['
|
|
1520
|
+
inputs: ['icon', 'iconFlip', 'iconOnly', 'iconRotate', 'keepMobileContent', 'variant']
|
|
1545
1521
|
})
|
|
1546
|
-
],
|
|
1547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type:
|
|
1522
|
+
], PLabel);
|
|
1523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLabel, decorators: [{
|
|
1548
1524
|
type: Component,
|
|
1549
1525
|
args: [{
|
|
1550
|
-
selector: 'p-
|
|
1526
|
+
selector: 'p-label',
|
|
1551
1527
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1552
1528
|
template: '<ng-content></ng-content>',
|
|
1553
1529
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1554
|
-
inputs: ['
|
|
1530
|
+
inputs: ['icon', 'iconFlip', 'iconOnly', 'iconRotate', 'keepMobileContent', 'variant'],
|
|
1555
1531
|
}]
|
|
1556
1532
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1557
|
-
let
|
|
1533
|
+
let PLayout = class PLayout {
|
|
1558
1534
|
constructor(c, r, z) {
|
|
1559
1535
|
this.z = z;
|
|
1560
1536
|
c.detach();
|
|
1561
1537
|
this.el = r.nativeElement;
|
|
1538
|
+
proxyOutputs(this, this.el, ['scroll']);
|
|
1562
1539
|
}
|
|
1563
1540
|
};
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1541
|
+
PLayout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1542
|
+
PLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLayout, selector: "p-layout", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1543
|
+
PLayout = __decorate([
|
|
1567
1544
|
ProxyCmp({
|
|
1568
|
-
inputs: ['
|
|
1545
|
+
inputs: ['variant']
|
|
1569
1546
|
})
|
|
1570
|
-
],
|
|
1571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type:
|
|
1547
|
+
], PLayout);
|
|
1548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLayout, decorators: [{
|
|
1572
1549
|
type: Component,
|
|
1573
1550
|
args: [{
|
|
1574
|
-
selector: 'p-
|
|
1551
|
+
selector: 'p-layout',
|
|
1575
1552
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1576
1553
|
template: '<ng-content></ng-content>',
|
|
1577
1554
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1578
|
-
inputs: ['
|
|
1555
|
+
inputs: ['variant'],
|
|
1579
1556
|
}]
|
|
1580
1557
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1581
|
-
let
|
|
1558
|
+
let PListing = class PListing {
|
|
1582
1559
|
constructor(c, r, z) {
|
|
1583
1560
|
this.z = z;
|
|
1584
1561
|
c.detach();
|
|
1585
1562
|
this.el = r.nativeElement;
|
|
1586
1563
|
}
|
|
1587
1564
|
};
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
ProxyCmp({
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
], PLabel);
|
|
1595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLabel, decorators: [{
|
|
1565
|
+
PListing.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PListing, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1566
|
+
PListing.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PListing, selector: "p-listing", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1567
|
+
PListing = __decorate([
|
|
1568
|
+
ProxyCmp({})
|
|
1569
|
+
], PListing);
|
|
1570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PListing, decorators: [{
|
|
1596
1571
|
type: Component,
|
|
1597
1572
|
args: [{
|
|
1598
|
-
selector: 'p-
|
|
1573
|
+
selector: 'p-listing',
|
|
1599
1574
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1600
1575
|
template: '<ng-content></ng-content>',
|
|
1601
1576
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1602
|
-
inputs: [
|
|
1577
|
+
inputs: [],
|
|
1603
1578
|
}]
|
|
1604
1579
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1605
|
-
let
|
|
1580
|
+
let PListingItem = class PListingItem {
|
|
1606
1581
|
constructor(c, r, z) {
|
|
1607
1582
|
this.z = z;
|
|
1608
1583
|
c.detach();
|
|
1609
1584
|
this.el = r.nativeElement;
|
|
1610
|
-
proxyOutputs(this, this.el, ['scroll']);
|
|
1611
1585
|
}
|
|
1612
1586
|
};
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1587
|
+
PListingItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PListingItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1588
|
+
PListingItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PListingItem, selector: "p-listing-item", inputs: { icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1589
|
+
PListingItem = __decorate([
|
|
1616
1590
|
ProxyCmp({
|
|
1617
|
-
inputs: ['
|
|
1591
|
+
inputs: ['icon']
|
|
1618
1592
|
})
|
|
1619
|
-
],
|
|
1620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type:
|
|
1593
|
+
], PListingItem);
|
|
1594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PListingItem, decorators: [{
|
|
1621
1595
|
type: Component,
|
|
1622
1596
|
args: [{
|
|
1623
|
-
selector: 'p-
|
|
1597
|
+
selector: 'p-listing-item',
|
|
1624
1598
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1625
1599
|
template: '<ng-content></ng-content>',
|
|
1626
1600
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1627
|
-
inputs: ['
|
|
1601
|
+
inputs: ['icon'],
|
|
1602
|
+
}]
|
|
1603
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1604
|
+
let PListingLine = class PListingLine {
|
|
1605
|
+
constructor(c, r, z) {
|
|
1606
|
+
this.z = z;
|
|
1607
|
+
c.detach();
|
|
1608
|
+
this.el = r.nativeElement;
|
|
1609
|
+
}
|
|
1610
|
+
};
|
|
1611
|
+
PListingLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PListingLine, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1612
|
+
PListingLine.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PListingLine, selector: "p-listing-line", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1613
|
+
PListingLine = __decorate([
|
|
1614
|
+
ProxyCmp({})
|
|
1615
|
+
], PListingLine);
|
|
1616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PListingLine, decorators: [{
|
|
1617
|
+
type: Component,
|
|
1618
|
+
args: [{
|
|
1619
|
+
selector: 'p-listing-line',
|
|
1620
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1621
|
+
template: '<ng-content></ng-content>',
|
|
1622
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1623
|
+
inputs: [],
|
|
1628
1624
|
}]
|
|
1629
1625
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1630
1626
|
let PLoader = class PLoader {
|
|
@@ -2104,30 +2100,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
2104
2100
|
inputs: ['addItemText', 'applyClassOnSelectedItem', 'asyncFilter', 'autoSelectFirst', 'autocompletePlaceholder', 'avatarKey', 'avatarLettersKey', 'classKey', 'disabled', 'displayKey', 'dropdownDisplayKey', 'emptyStateText', 'enableAutocomplete', 'enableSelectAll', 'error', 'helper', 'icon', 'iconKey', 'identifierKey', 'items', 'label', 'loading', 'maxDisplayedItems', 'multi', 'placeholder', 'prefix', 'query', 'queryKey', 'required', 'selectAllIcon', 'selectAllText', 'selectionDisplayKey', 'showAddItem', 'showChevron', 'showIconInSelectedItem', 'size', 'strategy', 'usePortal', 'value', 'valueKey'],
|
|
2105
2101
|
}]
|
|
2106
2102
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2107
|
-
let PSliderIndicator = class PSliderIndicator {
|
|
2108
|
-
constructor(c, r, z) {
|
|
2109
|
-
this.z = z;
|
|
2110
|
-
c.detach();
|
|
2111
|
-
this.el = r.nativeElement;
|
|
2112
|
-
}
|
|
2113
|
-
};
|
|
2114
|
-
PSliderIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSliderIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2115
|
-
PSliderIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSliderIndicator, selector: "p-slider-indicator", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2116
|
-
PSliderIndicator = __decorate([
|
|
2117
|
-
ProxyCmp({
|
|
2118
|
-
inputs: ['active']
|
|
2119
|
-
})
|
|
2120
|
-
], PSliderIndicator);
|
|
2121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSliderIndicator, decorators: [{
|
|
2122
|
-
type: Component,
|
|
2123
|
-
args: [{
|
|
2124
|
-
selector: 'p-slider-indicator',
|
|
2125
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2126
|
-
template: '<ng-content></ng-content>',
|
|
2127
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2128
|
-
inputs: ['active'],
|
|
2129
|
-
}]
|
|
2130
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2131
2103
|
let PSmile = class PSmile {
|
|
2132
2104
|
constructor(c, r, z) {
|
|
2133
2105
|
this.z = z;
|
|
@@ -2152,30 +2124,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
2152
2124
|
inputs: ['variant'],
|
|
2153
2125
|
}]
|
|
2154
2126
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2155
|
-
let PStatus = class PStatus {
|
|
2156
|
-
constructor(c, r, z) {
|
|
2157
|
-
this.z = z;
|
|
2158
|
-
c.detach();
|
|
2159
|
-
this.el = r.nativeElement;
|
|
2160
|
-
}
|
|
2161
|
-
};
|
|
2162
|
-
PStatus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2163
|
-
PStatus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStatus, selector: "p-status", inputs: { icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2164
|
-
PStatus = __decorate([
|
|
2165
|
-
ProxyCmp({
|
|
2166
|
-
inputs: ['icon', 'iconFlip', 'iconRotate', 'variant']
|
|
2167
|
-
})
|
|
2168
|
-
], PStatus);
|
|
2169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStatus, decorators: [{
|
|
2170
|
-
type: Component,
|
|
2171
|
-
args: [{
|
|
2172
|
-
selector: 'p-status',
|
|
2173
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2174
|
-
template: '<ng-content></ng-content>',
|
|
2175
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2176
|
-
inputs: ['icon', 'iconFlip', 'iconRotate', 'variant'],
|
|
2177
|
-
}]
|
|
2178
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2179
2127
|
let PStepper = class PStepper {
|
|
2180
2128
|
constructor(c, r, z) {
|
|
2181
2129
|
this.z = z;
|
|
@@ -2184,10 +2132,10 @@ let PStepper = class PStepper {
|
|
|
2184
2132
|
}
|
|
2185
2133
|
};
|
|
2186
2134
|
PStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2187
|
-
PStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStepper, selector: "p-stepper", inputs: { activeStep: "activeStep", contentPosition: "contentPosition", direction: "direction", enableAutoStatus: "enableAutoStatus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2135
|
+
PStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStepper, selector: "p-stepper", inputs: { activeStep: "activeStep", align: "align", contentPosition: "contentPosition", direction: "direction", enableAutoStatus: "enableAutoStatus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2188
2136
|
PStepper = __decorate([
|
|
2189
2137
|
ProxyCmp({
|
|
2190
|
-
inputs: ['activeStep', 'contentPosition', 'direction', 'enableAutoStatus']
|
|
2138
|
+
inputs: ['activeStep', 'align', 'contentPosition', 'direction', 'enableAutoStatus']
|
|
2191
2139
|
})
|
|
2192
2140
|
], PStepper);
|
|
2193
2141
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepper, decorators: [{
|
|
@@ -2197,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
2197
2145
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2198
2146
|
template: '<ng-content></ng-content>',
|
|
2199
2147
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2200
|
-
inputs: ['activeStep', 'contentPosition', 'direction', 'enableAutoStatus'],
|
|
2148
|
+
inputs: ['activeStep', 'align', 'contentPosition', 'direction', 'enableAutoStatus'],
|
|
2201
2149
|
}]
|
|
2202
2150
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2203
2151
|
let PStepperItem = class PStepperItem {
|
|
@@ -2208,10 +2156,10 @@ let PStepperItem = class PStepperItem {
|
|
|
2208
2156
|
}
|
|
2209
2157
|
};
|
|
2210
2158
|
PStepperItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2211
|
-
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStepperItem, selector: "p-stepper-item", inputs: { active: "active", align: "align", contentPosition: "contentPosition",
|
|
2159
|
+
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStepperItem, selector: "p-stepper-item", inputs: { active: "active", align: "align", contentPosition: "contentPosition", finished: "finished", number: "number" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2212
2160
|
PStepperItem = __decorate([
|
|
2213
2161
|
ProxyCmp({
|
|
2214
|
-
inputs: ['active', 'align', 'contentPosition', '
|
|
2162
|
+
inputs: ['active', 'align', 'contentPosition', 'finished', 'number']
|
|
2215
2163
|
})
|
|
2216
2164
|
], PStepperItem);
|
|
2217
2165
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperItem, decorators: [{
|
|
@@ -2221,7 +2169,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
2221
2169
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2222
2170
|
template: '<ng-content></ng-content>',
|
|
2223
2171
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2224
|
-
inputs: ['active', 'align', 'contentPosition', '
|
|
2172
|
+
inputs: ['active', 'align', 'contentPosition', 'finished', 'number'],
|
|
2225
2173
|
}]
|
|
2226
2174
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2227
2175
|
let PStepperLine = class PStepperLine {
|
|
@@ -2503,7 +2451,6 @@ const DIRECTIVES = [
|
|
|
2503
2451
|
PCardHeader,
|
|
2504
2452
|
PCheckbox,
|
|
2505
2453
|
PContentSlider,
|
|
2506
|
-
PCounter,
|
|
2507
2454
|
PCropper,
|
|
2508
2455
|
PDatepicker,
|
|
2509
2456
|
PDivider,
|
|
@@ -2525,10 +2472,11 @@ const DIRECTIVES = [
|
|
|
2525
2472
|
PIllustration,
|
|
2526
2473
|
PIllustrationDeprecated,
|
|
2527
2474
|
PInfoPanel,
|
|
2528
|
-
PInputError,
|
|
2529
|
-
PInputGroup,
|
|
2530
2475
|
PLabel,
|
|
2531
2476
|
PLayout,
|
|
2477
|
+
PListing,
|
|
2478
|
+
PListingItem,
|
|
2479
|
+
PListingLine,
|
|
2532
2480
|
PLoader,
|
|
2533
2481
|
PModal,
|
|
2534
2482
|
PModalBody,
|
|
@@ -2549,9 +2497,7 @@ const DIRECTIVES = [
|
|
|
2549
2497
|
PSegmentContainer,
|
|
2550
2498
|
PSegmentItem,
|
|
2551
2499
|
PSelect,
|
|
2552
|
-
PSliderIndicator,
|
|
2553
2500
|
PSmile,
|
|
2554
|
-
PStatus,
|
|
2555
2501
|
PStepper,
|
|
2556
2502
|
PStepperItem,
|
|
2557
2503
|
PStepperLine,
|
|
@@ -2570,7 +2516,7 @@ const DIRECTIVES = [
|
|
|
2570
2516
|
class StencilModule {
|
|
2571
2517
|
}
|
|
2572
2518
|
StencilModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StencilModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2573
|
-
StencilModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: StencilModule, declarations: [PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PContentSlider,
|
|
2519
|
+
StencilModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: StencilModule, declarations: [PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PContentSlider, PCropper, PDatepicker, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PEmptyState, PField, PFieldContainer, PFloatingMenuContainer, PFloatingMenuItem, PHelper, PIbanIcon, PIcon, PIllustration, PIllustrationDeprecated, PInfoPanel, PLabel, PLayout, PListing, PListingItem, PListingLine, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PNavigationSection, PNavigationTitle, PPagination, PPaginationPages, PPaginationPagesItem, PPaginationSize, PPortal, PProfile, PRadio, PSegmentContainer, PSegmentItem, PSelect, PSmile, PStepper, PStepperItem, PStepperLine, PTabContainer, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTableRowActionsContainer, PToast, PToggle, PTooltip], exports: [PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PContentSlider, PCropper, PDatepicker, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PEmptyState, PField, PFieldContainer, PFloatingMenuContainer, PFloatingMenuItem, PHelper, PIbanIcon, PIcon, PIllustration, PIllustrationDeprecated, PInfoPanel, PLabel, PLayout, PListing, PListingItem, PListingLine, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PNavigationSection, PNavigationTitle, PPagination, PPaginationPages, PPaginationPagesItem, PPaginationSize, PPortal, PProfile, PRadio, PSegmentContainer, PSegmentItem, PSelect, PSmile, PStepper, PStepperItem, PStepperLine, PTabContainer, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTableRowActionsContainer, PToast, PToggle, PTooltip] });
|
|
2574
2520
|
StencilModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StencilModule });
|
|
2575
2521
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StencilModule, decorators: [{
|
|
2576
2522
|
type: NgModule,
|
|
@@ -4159,6 +4105,9 @@ let Table = class Table {
|
|
|
4159
4105
|
}
|
|
4160
4106
|
}
|
|
4161
4107
|
_calculateColumnWidths() {
|
|
4108
|
+
if (!this.enableScroll) {
|
|
4109
|
+
return;
|
|
4110
|
+
}
|
|
4162
4111
|
if (!this.tableCells || !this.tableRows) {
|
|
4163
4112
|
return;
|
|
4164
4113
|
}
|
|
@@ -4693,5 +4642,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
4693
4642
|
* Generated bundle index. Do not edit.
|
|
4694
4643
|
*/
|
|
4695
4644
|
|
|
4696
|
-
export { BaseFormComponent, BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CheckboxDirective, CropperDirective, CustomCurrencyPipe, CustomDatePipe, DIRECTIVES$1 as DIRECTIVES, DatepickerDirective, FADE_IN, FADE_OUT, FieldDirective, MODULES, OVERLAY_SERVICES, OverlayModule, OverlayRef, OverlayService, PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PContentSlider,
|
|
4645
|
+
export { BaseFormComponent, BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CheckboxDirective, CropperDirective, CustomCurrencyPipe, CustomDatePipe, DIRECTIVES$1 as DIRECTIVES, DatepickerDirective, FADE_IN, FADE_OUT, FieldDirective, MODULES, OVERLAY_SERVICES, OverlayModule, OverlayRef, OverlayService, PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PContentSlider, PCropper, PDatepicker, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PEmptyState, PField, PFieldContainer, PFloatingMenuContainer, PFloatingMenuItem, PHelper, PIPES, PIbanIcon, PIcon, PIllustration, PIllustrationDeprecated, PInfoPanel, PLabel, PLayout, PListing, PListingItem, PListingLine, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PNavigationSection, PNavigationTitle, PPagination, PPaginationPages, PPaginationPagesItem, PPaginationSize, PPortal, PProfile, PRadio, PSegmentContainer, PSegmentItem, PSelect, PSmile, PStepper, PStepperItem, PStepperLine, PTabContainer, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTableRowActionsContainer, PToast, PToggle, PTooltip, PaginationPagesDirective, PaginationSizeDirective, PaperlessModule, RadioDirective, SLIDE_IN_BOTTOM_OUT_TOP, SLIDE_IN_TOP_OUT_BOTTOM, SafePipe, SelectDirective, StencilModule, TABLE_COMPONENTS, TABLE_DIRECTIVES, TOAST_COMPONENTS, TOAST_DIRECTIVES, TOAST_SERVICES, Table, TableCell, TableColumn, TableCustomActionsDirective, TableCustomFilterDirective, TableDirective, TableFilterModalDirective, TableFooterDirective, TableHeaderDirective, TableModule, TableNgxDirective, TableRowAction, ToastContainer, ToastDirective, ToastModule, ToastService, ToastVariants, ToggleDirective, createFormFilters };
|
|
4697
4646
|
//# sourceMappingURL=paperless-angular.mjs.map
|