@paperless/angular 0.1.0-alpha.128 → 0.1.0-alpha.129
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 +214 -13
- package/esm2020/lib/stencil/index.mjs +9 -1
- package/fesm2015/paperless-angular.mjs +215 -14
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +215 -14
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/paperless.module.d.ts +1 -1
- package/lib/stencil/components.d.ts +159 -5
- package/lib/stencil/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -217,11 +217,11 @@ let PButton = class PButton {
|
|
|
217
217
|
}
|
|
218
218
|
};
|
|
219
219
|
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
220
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PButton, selector: "p-button", inputs: { chevron: "chevron", disabled: "disabled", href: "href", icon: "icon", iconFlip: "iconFlip", iconOnly: "iconOnly", iconPosition: "iconPosition", iconRotate: "iconRotate", inheritText: "inheritText", loading: "loading", size: "size", target: "target", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
220
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PButton, selector: "p-button", inputs: { 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", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
221
221
|
PButton = __decorate([
|
|
222
222
|
ProxyCmp({
|
|
223
223
|
defineCustomElementFn: undefined,
|
|
224
|
-
inputs: ['chevron', 'disabled', 'href', 'icon', 'iconFlip', 'iconOnly', 'iconPosition', 'iconRotate', 'inheritText', 'loading', 'size', 'target', 'variant', 'width']
|
|
224
|
+
inputs: ['chevron', 'chevronPosition', 'disabled', 'href', 'icon', 'iconFlip', 'iconOnly', 'iconPosition', 'iconRotate', 'inheritText', 'loading', 'size', 'target', 'variant', 'width']
|
|
225
225
|
})
|
|
226
226
|
], PButton);
|
|
227
227
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PButton, decorators: [{
|
|
@@ -230,7 +230,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImpor
|
|
|
230
230
|
selector: 'p-button',
|
|
231
231
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
232
232
|
template: '<ng-content></ng-content>',
|
|
233
|
-
inputs: ['chevron', 'disabled', 'href', 'icon', 'iconFlip', 'iconOnly', 'iconPosition', 'iconRotate', 'inheritText', 'loading', 'size', 'target', 'variant', 'width']
|
|
233
|
+
inputs: ['chevron', 'chevronPosition', 'disabled', 'href', 'icon', 'iconFlip', 'iconOnly', 'iconPosition', 'iconRotate', 'inheritText', 'loading', 'size', 'target', 'variant', 'width']
|
|
234
234
|
}]
|
|
235
235
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
236
236
|
let PCardBody = class PCardBody {
|
|
@@ -384,11 +384,11 @@ let PDropdown = class PDropdown {
|
|
|
384
384
|
}
|
|
385
385
|
};
|
|
386
386
|
PDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
387
|
-
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PDropdown, selector: "p-dropdown", inputs: { disableTriggerClick: "disableTriggerClick", insideClick: "insideClick", placement: "placement", show: "show", strategy: "strategy" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
387
|
+
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PDropdown, selector: "p-dropdown", inputs: { chevronDirection: "chevronDirection", chevronPosition: "chevronPosition", disableTriggerClick: "disableTriggerClick", insideClick: "insideClick", placement: "placement", show: "show", strategy: "strategy" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
388
388
|
PDropdown = __decorate([
|
|
389
389
|
ProxyCmp({
|
|
390
390
|
defineCustomElementFn: undefined,
|
|
391
|
-
inputs: ['disableTriggerClick', 'insideClick', 'placement', 'show', 'strategy']
|
|
391
|
+
inputs: ['chevronDirection', 'chevronPosition', 'disableTriggerClick', 'insideClick', 'placement', 'show', 'strategy']
|
|
392
392
|
})
|
|
393
393
|
], PDropdown);
|
|
394
394
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PDropdown, decorators: [{
|
|
@@ -397,7 +397,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImpor
|
|
|
397
397
|
selector: 'p-dropdown',
|
|
398
398
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
399
399
|
template: '<ng-content></ng-content>',
|
|
400
|
-
inputs: ['disableTriggerClick', 'insideClick', 'placement', 'show', 'strategy']
|
|
400
|
+
inputs: ['chevronDirection', 'chevronPosition', 'disableTriggerClick', 'insideClick', 'placement', 'show', 'strategy']
|
|
401
401
|
}]
|
|
402
402
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
403
403
|
let PDropdownMenuContainer = class PDropdownMenuContainer {
|
|
@@ -550,11 +550,11 @@ let PInputGroup = class PInputGroup {
|
|
|
550
550
|
}
|
|
551
551
|
};
|
|
552
552
|
PInputGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
553
|
-
PInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PInputGroup, selector: "p-input-group", inputs: { disabled: "disabled", error: "error", focused: "focused", helper: "helper", icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate", label: "label", prefix: "prefix", suffix: "suffix" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
553
|
+
PInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PInputGroup, selector: "p-input-group", inputs: { disabled: "disabled", error: "error", focused: "focused", helper: "helper", icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate", label: "label", prefix: "prefix", size: "size", suffix: "suffix" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
554
554
|
PInputGroup = __decorate([
|
|
555
555
|
ProxyCmp({
|
|
556
556
|
defineCustomElementFn: undefined,
|
|
557
|
-
inputs: ['disabled', 'error', 'focused', 'helper', 'icon', 'iconFlip', 'iconRotate', 'label', 'prefix', 'suffix']
|
|
557
|
+
inputs: ['disabled', 'error', 'focused', 'helper', 'icon', 'iconFlip', 'iconRotate', 'label', 'prefix', 'size', 'suffix']
|
|
558
558
|
})
|
|
559
559
|
], PInputGroup);
|
|
560
560
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PInputGroup, decorators: [{
|
|
@@ -563,7 +563,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImpor
|
|
|
563
563
|
selector: 'p-input-group',
|
|
564
564
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
565
565
|
template: '<ng-content></ng-content>',
|
|
566
|
-
inputs: ['disabled', 'error', 'focused', 'helper', 'icon', 'iconFlip', 'iconRotate', 'label', 'prefix', 'suffix']
|
|
566
|
+
inputs: ['disabled', 'error', 'focused', 'helper', 'icon', 'iconFlip', 'iconRotate', 'label', 'prefix', 'size', 'suffix']
|
|
567
567
|
}]
|
|
568
568
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
569
569
|
let PLayout = class PLayout {
|
|
@@ -806,6 +806,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImpor
|
|
|
806
806
|
inputs: ['active', 'counter', 'href', 'icon', 'target']
|
|
807
807
|
}]
|
|
808
808
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
809
|
+
let PPageSizeSelect = class PPageSizeSelect {
|
|
810
|
+
constructor(c, r, z) {
|
|
811
|
+
this.z = z;
|
|
812
|
+
c.detach();
|
|
813
|
+
this.el = r.nativeElement;
|
|
814
|
+
proxyOutputs(this, this.el, ['sizeChange']);
|
|
815
|
+
}
|
|
816
|
+
};
|
|
817
|
+
PPageSizeSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PPageSizeSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
818
|
+
PPageSizeSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PPageSizeSelect, selector: "p-page-size-select", inputs: { buttonSize: "buttonSize", buttonTemplate: "buttonTemplate", chevronPosition: "chevronPosition", itemTemplate: "itemTemplate", size: "size", sizeOptions: "sizeOptions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
819
|
+
PPageSizeSelect = __decorate([
|
|
820
|
+
ProxyCmp({
|
|
821
|
+
defineCustomElementFn: undefined,
|
|
822
|
+
inputs: ['buttonSize', 'buttonTemplate', 'chevronPosition', 'itemTemplate', 'size', 'sizeOptions']
|
|
823
|
+
})
|
|
824
|
+
], PPageSizeSelect);
|
|
825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PPageSizeSelect, decorators: [{
|
|
826
|
+
type: Component,
|
|
827
|
+
args: [{
|
|
828
|
+
selector: 'p-page-size-select',
|
|
829
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
830
|
+
template: '<ng-content></ng-content>',
|
|
831
|
+
inputs: ['buttonSize', 'buttonTemplate', 'chevronPosition', 'itemTemplate', 'size', 'sizeOptions']
|
|
832
|
+
}]
|
|
833
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
809
834
|
let PPagination = class PPagination {
|
|
810
835
|
constructor(c, r, z) {
|
|
811
836
|
this.z = z;
|
|
@@ -815,11 +840,11 @@ let PPagination = class PPagination {
|
|
|
815
840
|
}
|
|
816
841
|
};
|
|
817
842
|
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
818
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PPagination, selector: "p-pagination", inputs: { page: "page", pageSize: "pageSize", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
843
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PPagination, selector: "p-pagination", inputs: { hideOnSinglePage: "hideOnSinglePage", page: "page", pageSize: "pageSize", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
819
844
|
PPagination = __decorate([
|
|
820
845
|
ProxyCmp({
|
|
821
846
|
defineCustomElementFn: undefined,
|
|
822
|
-
inputs: ['page', 'pageSize', 'total']
|
|
847
|
+
inputs: ['hideOnSinglePage', 'page', 'pageSize', 'total']
|
|
823
848
|
})
|
|
824
849
|
], PPagination);
|
|
825
850
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PPagination, decorators: [{
|
|
@@ -828,7 +853,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImpor
|
|
|
828
853
|
selector: 'p-pagination',
|
|
829
854
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
830
855
|
template: '<ng-content></ng-content>',
|
|
831
|
-
inputs: ['page', 'pageSize', 'total']
|
|
856
|
+
inputs: ['hideOnSinglePage', 'page', 'pageSize', 'total']
|
|
832
857
|
}]
|
|
833
858
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
834
859
|
let PPaginationItem = class PPaginationItem {
|
|
@@ -1091,6 +1116,174 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImpor
|
|
|
1091
1116
|
inputs: ['active']
|
|
1092
1117
|
}]
|
|
1093
1118
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1119
|
+
let PTable = class PTable {
|
|
1120
|
+
constructor(c, r, z) {
|
|
1121
|
+
this.z = z;
|
|
1122
|
+
c.detach();
|
|
1123
|
+
this.el = r.nativeElement;
|
|
1124
|
+
proxyOutputs(this, this.el, ['selectedRowsChange', 'rowClick', 'rowSelected', 'rowDeselected', 'quickFilter', 'queryChange', 'filter', 'edit', 'pageChange', 'pageSizeChange', 'export']);
|
|
1125
|
+
}
|
|
1126
|
+
};
|
|
1127
|
+
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1128
|
+
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PTable, selector: "p-table", inputs: { activeQuickFilterIdentifier: "activeQuickFilterIdentifier", canSelectKey: "canSelectKey", editButtonTemplate: "editButtonTemplate", enableEdit: "enableEdit", enableExport: "enableExport", enableFilter: "enableFilter", enablePageSize: "enablePageSize", enablePagination: "enablePagination", enableRowSelection: "enableRowSelection", enableSearch: "enableSearch", filterButtonTemplate: "filterButtonTemplate", items: "items", page: "page", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", query: "query", quickFilters: "quickFilters", selectedFiltersAmount: "selectedFiltersAmount", selectedRows: "selectedRows", selectionKey: "selectionKey", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1129
|
+
PTable = __decorate([
|
|
1130
|
+
ProxyCmp({
|
|
1131
|
+
defineCustomElementFn: undefined,
|
|
1132
|
+
inputs: ['activeQuickFilterIdentifier', 'canSelectKey', 'editButtonTemplate', 'enableEdit', 'enableExport', 'enableFilter', 'enablePageSize', 'enablePagination', 'enableRowSelection', 'enableSearch', 'filterButtonTemplate', 'items', 'page', 'pageSize', 'pageSizeOptions', 'query', 'quickFilters', 'selectedFiltersAmount', 'selectedRows', 'selectionKey', 'total']
|
|
1133
|
+
})
|
|
1134
|
+
], PTable);
|
|
1135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTable, decorators: [{
|
|
1136
|
+
type: Component,
|
|
1137
|
+
args: [{
|
|
1138
|
+
selector: 'p-table',
|
|
1139
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1140
|
+
template: '<ng-content></ng-content>',
|
|
1141
|
+
inputs: ['activeQuickFilterIdentifier', 'canSelectKey', 'editButtonTemplate', 'enableEdit', 'enableExport', 'enableFilter', 'enablePageSize', 'enablePagination', 'enableRowSelection', 'enableSearch', 'filterButtonTemplate', 'items', 'page', 'pageSize', 'pageSizeOptions', 'query', 'quickFilters', 'selectedFiltersAmount', 'selectedRows', 'selectionKey', 'total']
|
|
1142
|
+
}]
|
|
1143
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1144
|
+
let PTableBody = class PTableBody {
|
|
1145
|
+
constructor(c, r, z) {
|
|
1146
|
+
this.z = z;
|
|
1147
|
+
c.detach();
|
|
1148
|
+
this.el = r.nativeElement;
|
|
1149
|
+
}
|
|
1150
|
+
};
|
|
1151
|
+
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1152
|
+
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PTableBody, selector: "p-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1153
|
+
PTableBody = __decorate([
|
|
1154
|
+
ProxyCmp({
|
|
1155
|
+
defineCustomElementFn: undefined
|
|
1156
|
+
})
|
|
1157
|
+
], PTableBody);
|
|
1158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableBody, decorators: [{
|
|
1159
|
+
type: Component,
|
|
1160
|
+
args: [{
|
|
1161
|
+
selector: 'p-table-body',
|
|
1162
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1163
|
+
template: '<ng-content></ng-content>'
|
|
1164
|
+
}]
|
|
1165
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1166
|
+
let PTableContainer = class PTableContainer {
|
|
1167
|
+
constructor(c, r, z) {
|
|
1168
|
+
this.z = z;
|
|
1169
|
+
c.detach();
|
|
1170
|
+
this.el = r.nativeElement;
|
|
1171
|
+
}
|
|
1172
|
+
};
|
|
1173
|
+
PTableContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1174
|
+
PTableContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PTableContainer, selector: "p-table-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1175
|
+
PTableContainer = __decorate([
|
|
1176
|
+
ProxyCmp({
|
|
1177
|
+
defineCustomElementFn: undefined
|
|
1178
|
+
})
|
|
1179
|
+
], PTableContainer);
|
|
1180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableContainer, decorators: [{
|
|
1181
|
+
type: Component,
|
|
1182
|
+
args: [{
|
|
1183
|
+
selector: 'p-table-container',
|
|
1184
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1185
|
+
template: '<ng-content></ng-content>'
|
|
1186
|
+
}]
|
|
1187
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1188
|
+
let PTableDefinition = class PTableDefinition {
|
|
1189
|
+
constructor(c, r, z) {
|
|
1190
|
+
this.z = z;
|
|
1191
|
+
c.detach();
|
|
1192
|
+
this.el = r.nativeElement;
|
|
1193
|
+
proxyOutputs(this, this.el, ['tableDefinitionChanged']);
|
|
1194
|
+
}
|
|
1195
|
+
};
|
|
1196
|
+
PTableDefinition.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableDefinition, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1197
|
+
PTableDefinition.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PTableDefinition, selector: "p-table-definition", inputs: { align: "align", name: "name", path: "path", sizes: "sizes", template: "template", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1198
|
+
PTableDefinition = __decorate([
|
|
1199
|
+
ProxyCmp({
|
|
1200
|
+
defineCustomElementFn: undefined,
|
|
1201
|
+
inputs: ['align', 'name', 'path', 'sizes', 'template', 'type']
|
|
1202
|
+
})
|
|
1203
|
+
], PTableDefinition);
|
|
1204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableDefinition, decorators: [{
|
|
1205
|
+
type: Component,
|
|
1206
|
+
args: [{
|
|
1207
|
+
selector: 'p-table-definition',
|
|
1208
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1209
|
+
template: '<ng-content></ng-content>',
|
|
1210
|
+
inputs: ['align', 'name', 'path', 'sizes', 'template', 'type']
|
|
1211
|
+
}]
|
|
1212
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1213
|
+
let PTableFooter = class PTableFooter {
|
|
1214
|
+
constructor(c, r, z) {
|
|
1215
|
+
this.z = z;
|
|
1216
|
+
c.detach();
|
|
1217
|
+
this.el = r.nativeElement;
|
|
1218
|
+
proxyOutputs(this, this.el, ['pageChange', 'pageSizeChange', 'export']);
|
|
1219
|
+
}
|
|
1220
|
+
};
|
|
1221
|
+
PTableFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1222
|
+
PTableFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PTableFooter, selector: "p-table-footer", inputs: { enableExport: "enableExport", enablePageSize: "enablePageSize", enablePagination: "enablePagination", page: "page", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1223
|
+
PTableFooter = __decorate([
|
|
1224
|
+
ProxyCmp({
|
|
1225
|
+
defineCustomElementFn: undefined,
|
|
1226
|
+
inputs: ['enableExport', 'enablePageSize', 'enablePagination', 'page', 'pageSize', 'pageSizeOptions', 'total']
|
|
1227
|
+
})
|
|
1228
|
+
], PTableFooter);
|
|
1229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableFooter, decorators: [{
|
|
1230
|
+
type: Component,
|
|
1231
|
+
args: [{
|
|
1232
|
+
selector: 'p-table-footer',
|
|
1233
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1234
|
+
template: '<ng-content></ng-content>',
|
|
1235
|
+
inputs: ['enableExport', 'enablePageSize', 'enablePagination', 'page', 'pageSize', 'pageSizeOptions', 'total']
|
|
1236
|
+
}]
|
|
1237
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1238
|
+
let PTableHeader = class PTableHeader {
|
|
1239
|
+
constructor(c, r, z) {
|
|
1240
|
+
this.z = z;
|
|
1241
|
+
c.detach();
|
|
1242
|
+
this.el = r.nativeElement;
|
|
1243
|
+
proxyOutputs(this, this.el, ['quickFilter', 'queryChange', 'filter', 'edit']);
|
|
1244
|
+
}
|
|
1245
|
+
};
|
|
1246
|
+
PTableHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1247
|
+
PTableHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PTableHeader, selector: "p-table-header", inputs: { activeQuickFilterIdentifier: "activeQuickFilterIdentifier", canEdit: "canEdit", editButtonTemplate: "editButtonTemplate", enableEdit: "enableEdit", enableFilter: "enableFilter", enableSearch: "enableSearch", filterButtonTemplate: "filterButtonTemplate", itemsSelectedAmount: "itemsSelectedAmount", query: "query", quickFilters: "quickFilters", selectedFiltersAmount: "selectedFiltersAmount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1248
|
+
PTableHeader = __decorate([
|
|
1249
|
+
ProxyCmp({
|
|
1250
|
+
defineCustomElementFn: undefined,
|
|
1251
|
+
inputs: ['activeQuickFilterIdentifier', 'canEdit', 'editButtonTemplate', 'enableEdit', 'enableFilter', 'enableSearch', 'filterButtonTemplate', 'itemsSelectedAmount', 'query', 'quickFilters', 'selectedFiltersAmount']
|
|
1252
|
+
})
|
|
1253
|
+
], PTableHeader);
|
|
1254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableHeader, decorators: [{
|
|
1255
|
+
type: Component,
|
|
1256
|
+
args: [{
|
|
1257
|
+
selector: 'p-table-header',
|
|
1258
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1259
|
+
template: '<ng-content></ng-content>',
|
|
1260
|
+
inputs: ['activeQuickFilterIdentifier', 'canEdit', 'editButtonTemplate', 'enableEdit', 'enableFilter', 'enableSearch', 'filterButtonTemplate', 'itemsSelectedAmount', 'query', 'quickFilters', 'selectedFiltersAmount']
|
|
1261
|
+
}]
|
|
1262
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1263
|
+
let PTableRow = class PTableRow {
|
|
1264
|
+
constructor(c, r, z) {
|
|
1265
|
+
this.z = z;
|
|
1266
|
+
c.detach();
|
|
1267
|
+
this.el = r.nativeElement;
|
|
1268
|
+
}
|
|
1269
|
+
};
|
|
1270
|
+
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1271
|
+
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: PTableRow, selector: "p-table-row", inputs: { enableHover: "enableHover", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1272
|
+
PTableRow = __decorate([
|
|
1273
|
+
ProxyCmp({
|
|
1274
|
+
defineCustomElementFn: undefined,
|
|
1275
|
+
inputs: ['enableHover', 'variant']
|
|
1276
|
+
})
|
|
1277
|
+
], PTableRow);
|
|
1278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PTableRow, decorators: [{
|
|
1279
|
+
type: Component,
|
|
1280
|
+
args: [{
|
|
1281
|
+
selector: 'p-table-row',
|
|
1282
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1283
|
+
template: '<ng-content></ng-content>',
|
|
1284
|
+
inputs: ['enableHover', 'variant']
|
|
1285
|
+
}]
|
|
1286
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1094
1287
|
let PTag = class PTag {
|
|
1095
1288
|
constructor(c, r, z) {
|
|
1096
1289
|
this.z = z;
|
|
@@ -1170,6 +1363,7 @@ const DIRECTIVES = [
|
|
|
1170
1363
|
PModalHeader,
|
|
1171
1364
|
PNavbar,
|
|
1172
1365
|
PNavigationItem,
|
|
1366
|
+
PPageSizeSelect,
|
|
1173
1367
|
PPagination,
|
|
1174
1368
|
PPaginationItem,
|
|
1175
1369
|
PProfile,
|
|
@@ -1182,6 +1376,13 @@ const DIRECTIVES = [
|
|
|
1182
1376
|
PStepperLine,
|
|
1183
1377
|
PTabGroup,
|
|
1184
1378
|
PTabItem,
|
|
1379
|
+
PTable,
|
|
1380
|
+
PTableBody,
|
|
1381
|
+
PTableContainer,
|
|
1382
|
+
PTableDefinition,
|
|
1383
|
+
PTableFooter,
|
|
1384
|
+
PTableHeader,
|
|
1385
|
+
PTableRow,
|
|
1185
1386
|
PTag,
|
|
1186
1387
|
PTooltip
|
|
1187
1388
|
];
|
|
@@ -1189,7 +1390,7 @@ const DIRECTIVES = [
|
|
|
1189
1390
|
class PaperlessModule {
|
|
1190
1391
|
}
|
|
1191
1392
|
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1192
|
-
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.6", 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, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTag, PTooltip, PaginationDirective], 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, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTag, PTooltip, PaginationDirective] });
|
|
1393
|
+
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.6", 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, PTable, PTableBody, PTableContainer, PTableDefinition, PTableFooter, PTableHeader, PTableRow, PTag, PTooltip, PaginationDirective], 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, PTable, PTableBody, PTableContainer, PTableDefinition, PTableFooter, PTableHeader, PTableRow, PTag, PTooltip, PaginationDirective] });
|
|
1193
1394
|
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PaperlessModule });
|
|
1194
1395
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
1195
1396
|
type: NgModule,
|
|
@@ -1207,5 +1408,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImpor
|
|
|
1207
1408
|
* Generated bundle index. Do not edit.
|
|
1208
1409
|
*/
|
|
1209
1410
|
|
|
1210
|
-
export { CUSTOM_DIRECTIVES, 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, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTag, PTooltip, PaginationDirective, PaperlessModule };
|
|
1411
|
+
export { CUSTOM_DIRECTIVES, 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, PTable, PTableBody, PTableContainer, PTableDefinition, PTableFooter, PTableHeader, PTableRow, PTag, PTooltip, PaginationDirective, PaperlessModule };
|
|
1211
1412
|
//# sourceMappingURL=paperless-angular.mjs.map
|