@paperless/angular 0.1.0-alpha.162 → 0.1.0-alpha.163
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 -3
- package/esm2020/lib/directives/p-table-definition.directive.mjs +5 -2
- package/esm2020/lib/paperless.module.mjs +2 -3
- package/fesm2015/paperless-angular.mjs +6 -3
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +6 -3
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/directives/index.d.ts +1 -2
- package/lib/directives/p-table-definition.directive.d.ts +2 -1
- package/lib/paperless.module.d.ts +1 -2
- package/package.json +1 -1
|
@@ -491,6 +491,9 @@ let TableDefinition = class TableDefinition {
|
|
|
491
491
|
this.el = r.nativeElement;
|
|
492
492
|
proxyOutputs(this, this.el, ['tableDefinitionChanged']);
|
|
493
493
|
}
|
|
494
|
+
get template() {
|
|
495
|
+
return this._getTemplate;
|
|
496
|
+
}
|
|
494
497
|
ngOnInit() {
|
|
495
498
|
console.log('Ng On Init');
|
|
496
499
|
console.log(this.templateRef);
|
|
@@ -502,7 +505,7 @@ let TableDefinition = class TableDefinition {
|
|
|
502
505
|
})
|
|
503
506
|
: null);
|
|
504
507
|
}
|
|
505
|
-
|
|
508
|
+
_getTemplate(data) {
|
|
506
509
|
if (!this.templateRef) {
|
|
507
510
|
return;
|
|
508
511
|
}
|
|
@@ -714,7 +717,7 @@ const CUSTOM_DIRECTIVES = [
|
|
|
714
717
|
TableFooterDirective,
|
|
715
718
|
TableHeaderDirective,
|
|
716
719
|
TableDirective,
|
|
717
|
-
TableDefinition,
|
|
720
|
+
// TableDefinition,
|
|
718
721
|
];
|
|
719
722
|
|
|
720
723
|
let PAccordion = class PAccordion {
|
|
@@ -1946,7 +1949,7 @@ const DIRECTIVES = [
|
|
|
1946
1949
|
class PaperlessModule {
|
|
1947
1950
|
}
|
|
1948
1951
|
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1949
|
-
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
|
|
1952
|
+
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] });
|
|
1950
1953
|
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule });
|
|
1951
1954
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
1952
1955
|
type: NgModule,
|