@paperless/angular 0.1.0-alpha.162 → 0.1.0-alpha.165
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/directives/index.mjs +2 -4
- package/esm2020/lib/paperless.module.mjs +2 -3
- package/fesm2015/paperless-angular.mjs +55 -102
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +55 -102
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/directives/index.d.ts +1 -3
- package/lib/paperless.module.d.ts +1 -2
- package/package.json +1 -1
- package/esm2020/lib/directives/p-table-definition.directive.mjs +0 -52
- package/lib/directives/p-table-definition.directive.d.ts +0 -20
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
export * from './p-page-size-select.directive';
|
|
2
2
|
export * from './p-pagination.directive';
|
|
3
|
-
export * from './p-table-definition.directive';
|
|
4
3
|
export * from './p-table-footer.directive';
|
|
5
4
|
export * from './p-table-header.directive';
|
|
6
5
|
export * from './p-table.directive';
|
|
7
6
|
import { PageSizeSelectDirective } from './p-page-size-select.directive';
|
|
8
7
|
import { PaginationDirective } from './p-pagination.directive';
|
|
9
|
-
import { TableDefinition } from './p-table-definition.directive';
|
|
10
8
|
import { TableFooterDirective } from './p-table-footer.directive';
|
|
11
9
|
import { TableHeaderDirective } from './p-table-header.directive';
|
|
12
10
|
import { TableDirective } from './p-table.directive';
|
|
11
|
+
// Custom directives
|
|
13
12
|
export const CUSTOM_DIRECTIVES = [
|
|
14
13
|
PaginationDirective,
|
|
15
14
|
PageSizeSelectDirective,
|
|
16
15
|
TableFooterDirective,
|
|
17
16
|
TableHeaderDirective,
|
|
18
17
|
TableDirective,
|
|
19
|
-
TableDefinition,
|
|
20
18
|
];
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9wYXBlcmxlc3Mvc3JjL2xpYi9kaXJlY3RpdmVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxxQkFBcUIsQ0FBQztBQUVwQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUN6RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFckQsb0JBQW9CO0FBQ3BCLE1BQU0sQ0FBQyxNQUFNLGlCQUFpQixHQUFHO0lBQzdCLG1CQUFtQjtJQUNuQix1QkFBdUI7SUFDdkIsb0JBQW9CO0lBQ3BCLG9CQUFvQjtJQUNwQixjQUFjO0NBQ2pCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3AtcGFnZS1zaXplLXNlbGVjdC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9wLXBhZ2luYXRpb24uZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vcC10YWJsZS1mb290ZXIuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vcC10YWJsZS1oZWFkZXIuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vcC10YWJsZS5kaXJlY3RpdmUnO1xuXG5pbXBvcnQgeyBQYWdlU2l6ZVNlbGVjdERpcmVjdGl2ZSB9IGZyb20gJy4vcC1wYWdlLXNpemUtc2VsZWN0LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBQYWdpbmF0aW9uRGlyZWN0aXZlIH0gZnJvbSAnLi9wLXBhZ2luYXRpb24uZGlyZWN0aXZlJztcbmltcG9ydCB7IFRhYmxlRm9vdGVyRGlyZWN0aXZlIH0gZnJvbSAnLi9wLXRhYmxlLWZvb3Rlci5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgVGFibGVIZWFkZXJEaXJlY3RpdmUgfSBmcm9tICcuL3AtdGFibGUtaGVhZGVyLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBUYWJsZURpcmVjdGl2ZSB9IGZyb20gJy4vcC10YWJsZS5kaXJlY3RpdmUnO1xuXG4vLyBDdXN0b20gZGlyZWN0aXZlc1xuZXhwb3J0IGNvbnN0IENVU1RPTV9ESVJFQ1RJVkVTID0gW1xuICAgIFBhZ2luYXRpb25EaXJlY3RpdmUsXG4gICAgUGFnZVNpemVTZWxlY3REaXJlY3RpdmUsXG4gICAgVGFibGVGb290ZXJEaXJlY3RpdmUsXG4gICAgVGFibGVIZWFkZXJEaXJlY3RpdmUsXG4gICAgVGFibGVEaXJlY3RpdmUsXG5dO1xuIl19
|
|
@@ -8,11 +8,10 @@ import * as i3 from "./directives/p-page-size-select.directive";
|
|
|
8
8
|
import * as i4 from "./directives/p-table-footer.directive";
|
|
9
9
|
import * as i5 from "./directives/p-table-header.directive";
|
|
10
10
|
import * as i6 from "./directives/p-table.directive";
|
|
11
|
-
import * as i7 from "./directives/p-table-definition.directive";
|
|
12
11
|
export class PaperlessModule {
|
|
13
12
|
}
|
|
14
13
|
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
-
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, declarations: [i1.PAccordion, i1.PAvatar, i1.PAvatarGroup, i1.PButton, i1.PCardBody, i1.PCardContainer, i1.PCardHeader, i1.PContentSlider, i1.PCounter, i1.PDivider, i1.PDropdown, i1.PDropdownMenuContainer, i1.PDropdownMenuItem, i1.PHelper, i1.PIcon, i1.PIllustration, i1.PInfoPanel, i1.PInputGroup, i1.PLayout, i1.PLoader, i1.PModal, i1.PModalBackdrop, i1.PModalBody, i1.PModalContainer, i1.PModalFooter, i1.PModalHeader, i1.PNavbar, i1.PNavigationItem, i1.PPageSizeSelect, i1.PPagination, i1.PPaginationItem, i1.PProfile, i1.PSegmentContainer, i1.PSegmentItem, i1.PSliderIndicator, i1.PStatus, i1.PStepper, i1.PStepperItem, i1.PStepperLine, i1.PTabGroup, i1.PTabItem, i1.PTable, i1.PTableBody, i1.PTableContainer, i1.PTableFooter, i1.PTableHeader, i1.PTableRow, i1.PTag, i1.PTooltip, i2.PaginationDirective, i3.PageSizeSelectDirective, i4.TableFooterDirective, i5.TableHeaderDirective, i6.TableDirective
|
|
14
|
+
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, declarations: [i1.PAccordion, i1.PAvatar, i1.PAvatarGroup, i1.PButton, i1.PCardBody, i1.PCardContainer, i1.PCardHeader, i1.PContentSlider, i1.PCounter, i1.PDivider, i1.PDropdown, i1.PDropdownMenuContainer, i1.PDropdownMenuItem, i1.PHelper, i1.PIcon, i1.PIllustration, i1.PInfoPanel, i1.PInputGroup, i1.PLayout, i1.PLoader, i1.PModal, i1.PModalBackdrop, i1.PModalBody, i1.PModalContainer, i1.PModalFooter, i1.PModalHeader, i1.PNavbar, i1.PNavigationItem, i1.PPageSizeSelect, i1.PPagination, i1.PPaginationItem, i1.PProfile, i1.PSegmentContainer, i1.PSegmentItem, i1.PSliderIndicator, i1.PStatus, i1.PStepper, i1.PStepperItem, i1.PStepperLine, i1.PTabGroup, i1.PTabItem, i1.PTable, i1.PTableBody, i1.PTableContainer, i1.PTableFooter, i1.PTableHeader, i1.PTableRow, i1.PTag, i1.PTooltip, i2.PaginationDirective, i3.PageSizeSelectDirective, i4.TableFooterDirective, i5.TableHeaderDirective, i6.TableDirective], exports: [i1.PAccordion, i1.PAvatar, i1.PAvatarGroup, i1.PButton, i1.PCardBody, i1.PCardContainer, i1.PCardHeader, i1.PContentSlider, i1.PCounter, i1.PDivider, i1.PDropdown, i1.PDropdownMenuContainer, i1.PDropdownMenuItem, i1.PHelper, i1.PIcon, i1.PIllustration, i1.PInfoPanel, i1.PInputGroup, i1.PLayout, i1.PLoader, i1.PModal, i1.PModalBackdrop, i1.PModalBody, i1.PModalContainer, i1.PModalFooter, i1.PModalHeader, i1.PNavbar, i1.PNavigationItem, i1.PPageSizeSelect, i1.PPagination, i1.PPaginationItem, i1.PProfile, i1.PSegmentContainer, i1.PSegmentItem, i1.PSliderIndicator, i1.PStatus, i1.PStepper, i1.PStepperItem, i1.PStepperLine, i1.PTabGroup, i1.PTabItem, i1.PTable, i1.PTableBody, i1.PTableContainer, i1.PTableFooter, i1.PTableHeader, i1.PTableRow, i1.PTag, i1.PTooltip, i2.PaginationDirective, i3.PageSizeSelectDirective, i4.TableFooterDirective, i5.TableHeaderDirective, i6.TableDirective] });
|
|
16
15
|
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule });
|
|
17
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
18
17
|
type: NgModule,
|
|
@@ -21,4 +20,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
21
20
|
exports: [...DIRECTIVES, ...CUSTOM_DIRECTIVES],
|
|
22
21
|
}]
|
|
23
22
|
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFwZXJsZXNzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL3BhcGVybGVzcy9zcmMvbGliL3BhcGVybGVzcy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDakQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7Ozs7Ozs7QUFNdkMsTUFBTSxPQUFPLGVBQWU7OzRHQUFmLGVBQWU7NkdBQWYsZUFBZTs2R0FBZixlQUFlOzJGQUFmLGVBQWU7a0JBSjNCLFFBQVE7bUJBQUM7b0JBQ04sWUFBWSxFQUFFLENBQUMsR0FBRyxVQUFVLEVBQUUsR0FBRyxpQkFBaUIsQ0FBQztvQkFDbkQsT0FBTyxFQUFFLENBQUMsR0FBRyxVQUFVLEVBQUUsR0FBRyxpQkFBaUIsQ0FBQztpQkFDakQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ1VTVE9NX0RJUkVDVElWRVMgfSBmcm9tICcuL2RpcmVjdGl2ZXMnO1xuaW1wb3J0IHsgRElSRUNUSVZFUyB9IGZyb20gJy4vc3RlbmNpbCc7XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbLi4uRElSRUNUSVZFUywgLi4uQ1VTVE9NX0RJUkVDVElWRVNdLFxuICAgIGV4cG9ydHM6IFsuLi5ESVJFQ1RJVkVTLCAuLi5DVVNUT01fRElSRUNUSVZFU10sXG59KVxuZXhwb3J0IGNsYXNzIFBhcGVybGVzc01vZHVsZSB7fVxuIl19
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, EventEmitter, Input, Output, ViewChild, Directive, HostListener,
|
|
2
|
+
import { Component, EventEmitter, Input, Output, ViewChild, Directive, HostListener, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
|
3
3
|
import { FormControl, FormGroup, FormArray, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
4
|
import { __decorate } from 'tslib';
|
|
5
5
|
import { untilDestroyed, UntilDestroy } from '@ngneat/until-destroy';
|
|
@@ -432,104 +432,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
432
432
|
}]
|
|
433
433
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
434
434
|
|
|
435
|
-
/* eslint-disable */
|
|
436
|
-
const proxyInputs = (Cmp, inputs) => {
|
|
437
|
-
const Prototype = Cmp.prototype;
|
|
438
|
-
inputs.forEach(item => {
|
|
439
|
-
Object.defineProperty(Prototype, item, {
|
|
440
|
-
get() {
|
|
441
|
-
return this.el[item];
|
|
442
|
-
},
|
|
443
|
-
set(val) {
|
|
444
|
-
this.z.runOutsideAngular(() => (this.el[item] = val));
|
|
445
|
-
}
|
|
446
|
-
});
|
|
447
|
-
});
|
|
448
|
-
};
|
|
449
|
-
const proxyMethods = (Cmp, methods) => {
|
|
450
|
-
const Prototype = Cmp.prototype;
|
|
451
|
-
methods.forEach(methodName => {
|
|
452
|
-
Prototype[methodName] = function () {
|
|
453
|
-
const args = arguments;
|
|
454
|
-
return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));
|
|
455
|
-
};
|
|
456
|
-
});
|
|
457
|
-
};
|
|
458
|
-
const proxyOutputs = (instance, el, events) => {
|
|
459
|
-
events.forEach(eventName => instance[eventName] = fromEvent(el, eventName));
|
|
460
|
-
};
|
|
461
|
-
const defineCustomElement = (tagName, customElement) => {
|
|
462
|
-
if (customElement !== undefined &&
|
|
463
|
-
typeof customElements !== 'undefined' &&
|
|
464
|
-
!customElements.get(tagName)) {
|
|
465
|
-
customElements.define(tagName, customElement);
|
|
466
|
-
}
|
|
467
|
-
};
|
|
468
|
-
// tslint:disable-next-line: only-arrow-functions
|
|
469
|
-
function ProxyCmp(opts) {
|
|
470
|
-
const decorator = function (cls) {
|
|
471
|
-
const { defineCustomElementFn, inputs, methods } = opts;
|
|
472
|
-
if (defineCustomElementFn !== undefined) {
|
|
473
|
-
defineCustomElementFn();
|
|
474
|
-
}
|
|
475
|
-
if (inputs) {
|
|
476
|
-
proxyInputs(cls, inputs);
|
|
477
|
-
}
|
|
478
|
-
if (methods) {
|
|
479
|
-
proxyMethods(cls, methods);
|
|
480
|
-
}
|
|
481
|
-
return cls;
|
|
482
|
-
};
|
|
483
|
-
return decorator;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
let TableDefinition = class TableDefinition {
|
|
487
|
-
constructor(c, r, z, _vc) {
|
|
488
|
-
this.z = z;
|
|
489
|
-
this._vc = _vc;
|
|
490
|
-
c.detach();
|
|
491
|
-
this.el = r.nativeElement;
|
|
492
|
-
proxyOutputs(this, this.el, ['tableDefinitionChanged']);
|
|
493
|
-
}
|
|
494
|
-
ngOnInit() {
|
|
495
|
-
console.log('Ng On Init');
|
|
496
|
-
console.log(this.templateRef);
|
|
497
|
-
console.log(this.templateRef
|
|
498
|
-
? this._vc.createEmbeddedView(this.templateRef, {
|
|
499
|
-
value: 'test',
|
|
500
|
-
item: { value: 'test' },
|
|
501
|
-
index: 123,
|
|
502
|
-
})
|
|
503
|
-
: null);
|
|
504
|
-
}
|
|
505
|
-
template(data) {
|
|
506
|
-
if (!this.templateRef) {
|
|
507
|
-
return;
|
|
508
|
-
}
|
|
509
|
-
return this._vc.createEmbeddedView(this.templateRef, data);
|
|
510
|
-
}
|
|
511
|
-
};
|
|
512
|
-
TableDefinition.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableDefinition, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
513
|
-
TableDefinition.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: TableDefinition, selector: "p-table-definition", inputs: { align: "align", name: "name", path: "path", sizes: "sizes", type: "type" }, queries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
514
|
-
TableDefinition = __decorate([
|
|
515
|
-
ProxyCmp({
|
|
516
|
-
defineCustomElementFn: undefined,
|
|
517
|
-
inputs: ['align', 'name', 'path', 'sizes', 'type', 'template'],
|
|
518
|
-
})
|
|
519
|
-
], TableDefinition);
|
|
520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableDefinition, decorators: [{
|
|
521
|
-
type: Component,
|
|
522
|
-
args: [{
|
|
523
|
-
selector: 'p-table-definition',
|
|
524
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
525
|
-
template: '',
|
|
526
|
-
inputs: ['align', 'name', 'path', 'sizes', 'type'],
|
|
527
|
-
}]
|
|
528
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ViewContainerRef }]; }, propDecorators: { templateRef: [{
|
|
529
|
-
type: ContentChild,
|
|
530
|
-
args: [TemplateRef, { static: false }]
|
|
531
|
-
}] } });
|
|
532
|
-
|
|
533
435
|
class TableFooterDirective extends BaseValueAccessor {
|
|
534
436
|
constructor(el) {
|
|
535
437
|
super(el);
|
|
@@ -699,15 +601,66 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
699
601
|
}]
|
|
700
602
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
701
603
|
|
|
604
|
+
// Custom directives
|
|
702
605
|
const CUSTOM_DIRECTIVES = [
|
|
703
606
|
PaginationDirective,
|
|
704
607
|
PageSizeSelectDirective,
|
|
705
608
|
TableFooterDirective,
|
|
706
609
|
TableHeaderDirective,
|
|
707
610
|
TableDirective,
|
|
708
|
-
TableDefinition,
|
|
709
611
|
];
|
|
710
612
|
|
|
613
|
+
/* eslint-disable */
|
|
614
|
+
const proxyInputs = (Cmp, inputs) => {
|
|
615
|
+
const Prototype = Cmp.prototype;
|
|
616
|
+
inputs.forEach(item => {
|
|
617
|
+
Object.defineProperty(Prototype, item, {
|
|
618
|
+
get() {
|
|
619
|
+
return this.el[item];
|
|
620
|
+
},
|
|
621
|
+
set(val) {
|
|
622
|
+
this.z.runOutsideAngular(() => (this.el[item] = val));
|
|
623
|
+
}
|
|
624
|
+
});
|
|
625
|
+
});
|
|
626
|
+
};
|
|
627
|
+
const proxyMethods = (Cmp, methods) => {
|
|
628
|
+
const Prototype = Cmp.prototype;
|
|
629
|
+
methods.forEach(methodName => {
|
|
630
|
+
Prototype[methodName] = function () {
|
|
631
|
+
const args = arguments;
|
|
632
|
+
return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));
|
|
633
|
+
};
|
|
634
|
+
});
|
|
635
|
+
};
|
|
636
|
+
const proxyOutputs = (instance, el, events) => {
|
|
637
|
+
events.forEach(eventName => instance[eventName] = fromEvent(el, eventName));
|
|
638
|
+
};
|
|
639
|
+
const defineCustomElement = (tagName, customElement) => {
|
|
640
|
+
if (customElement !== undefined &&
|
|
641
|
+
typeof customElements !== 'undefined' &&
|
|
642
|
+
!customElements.get(tagName)) {
|
|
643
|
+
customElements.define(tagName, customElement);
|
|
644
|
+
}
|
|
645
|
+
};
|
|
646
|
+
// tslint:disable-next-line: only-arrow-functions
|
|
647
|
+
function ProxyCmp(opts) {
|
|
648
|
+
const decorator = function (cls) {
|
|
649
|
+
const { defineCustomElementFn, inputs, methods } = opts;
|
|
650
|
+
if (defineCustomElementFn !== undefined) {
|
|
651
|
+
defineCustomElementFn();
|
|
652
|
+
}
|
|
653
|
+
if (inputs) {
|
|
654
|
+
proxyInputs(cls, inputs);
|
|
655
|
+
}
|
|
656
|
+
if (methods) {
|
|
657
|
+
proxyMethods(cls, methods);
|
|
658
|
+
}
|
|
659
|
+
return cls;
|
|
660
|
+
};
|
|
661
|
+
return decorator;
|
|
662
|
+
}
|
|
663
|
+
|
|
711
664
|
let PAccordion = class PAccordion {
|
|
712
665
|
constructor(c, r, z) {
|
|
713
666
|
this.z = z;
|
|
@@ -1937,7 +1890,7 @@ const DIRECTIVES = [
|
|
|
1937
1890
|
class PaperlessModule {
|
|
1938
1891
|
}
|
|
1939
1892
|
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1940
|
-
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, PTable, PTableBody, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTag, PTooltip, PaginationDirective, PageSizeSelectDirective, TableFooterDirective, TableHeaderDirective, TableDirective
|
|
1893
|
+
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, PTable, PTableBody, PTableContainer, PTableFooter, PTableHeader, PTableRow, 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, PTable, PTableBody, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTag, PTooltip, PaginationDirective, PageSizeSelectDirective, TableFooterDirective, TableHeaderDirective, TableDirective] });
|
|
1941
1894
|
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule });
|
|
1942
1895
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
1943
1896
|
type: NgModule,
|
|
@@ -1955,5 +1908,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
1955
1908
|
* Generated bundle index. Do not edit.
|
|
1956
1909
|
*/
|
|
1957
1910
|
|
|
1958
|
-
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, PTable, PTableBody, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTag, PTooltip, PageSizeSelectDirective, PaginationDirective, PaperlessModule,
|
|
1911
|
+
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, PTable, PTableBody, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTag, PTooltip, PageSizeSelectDirective, PaginationDirective, PaperlessModule, TableDirective, TableFooterDirective, TableHeaderDirective };
|
|
1959
1912
|
//# sourceMappingURL=paperless-angular.mjs.map
|