@lowcodeunit/applications-flow-common 1.37.32-new-ent-page → 1.37.33-new-ent-page
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/elements/activity-card/activity-card.component.mjs +3 -3
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +2 -2
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
@@ -7723,10 +7723,10 @@ class ActivityCardComponent {
|
|
7723
7723
|
ngOnInit() { }
|
7724
7724
|
}
|
7725
7725
|
ActivityCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ActivityCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
7726
|
-
ActivityCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: ActivityCardComponent, selector: "lcu-activity-card", inputs: { Feed: ["feed", "Feed"], LoadingFeed: ["loading-feed", "LoadingFeed"], FilterTypes: ["filter-types", "FilterTypes"] }, ngImport: i0, template: "<mat-card class=\"feed-card\">\n <mat-card-title class=\"card-title\">Activity</mat-card-title>\n <
|
7726
|
+
ActivityCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: ActivityCardComponent, selector: "lcu-activity-card", inputs: { Feed: ["feed", "Feed"], LoadingFeed: ["loading-feed", "LoadingFeed"], FilterTypes: ["filter-types", "FilterTypes"] }, ngImport: i0, template: "<mat-card class=\"feed-card\">\n <mat-card-title class=\"card-title\">Activity</mat-card-title>\n <lcu-feed-header></lcu-feed-header>\n\n <lcu-feed-filter [filter-types]=\"FilterTypes\"></lcu-feed-filter>\n <mat-card-content class=\"feed-container\">\n <lcu-skeleton-feed-card\n *ngIf=\"LoadingFeed || !Feed\"\n ></lcu-skeleton-feed-card>\n\n <ng-container *ngIf=\"!LoadingFeed && Feed\">\n <lcu-main-feed-card\n *ngFor=\"let feedItem of Feed\"\n [feed-item]=\"feedItem\"\n >\n </lcu-main-feed-card>\n </ng-container>\n </mat-card-content>\n</mat-card>\n", styles: [".feed-card{height:inherit;margin:20px;padding:0}.card-title{padding:10px}.feed-container{height:calc(100% - 210px);overflow-y:scroll}\n"], components: [{ type: i1$1.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { type: FeedHeaderComponent, selector: "lcu-feed-header", inputs: ["source-control-lookup"] }, { type: FeedFilterComponent, selector: "lcu-feed-filter", inputs: ["filter-types"] }, { type: SkeletonFeedCardComponent, selector: "lcu-skeleton-feed-card" }, { type: MainFeedCardComponent, selector: "lcu-main-feed-card", inputs: ["feed-item"] }], directives: [{ type: i1$1.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { type: i1$1.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i9.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
7727
7727
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ActivityCardComponent, decorators: [{
|
7728
7728
|
type: Component,
|
7729
|
-
args: [{ selector: 'lcu-activity-card', template: "<mat-card class=\"feed-card\">\n <mat-card-title class=\"card-title\">Activity</mat-card-title>\n <
|
7729
|
+
args: [{ selector: 'lcu-activity-card', template: "<mat-card class=\"feed-card\">\n <mat-card-title class=\"card-title\">Activity</mat-card-title>\n <lcu-feed-header></lcu-feed-header>\n\n <lcu-feed-filter [filter-types]=\"FilterTypes\"></lcu-feed-filter>\n <mat-card-content class=\"feed-container\">\n <lcu-skeleton-feed-card\n *ngIf=\"LoadingFeed || !Feed\"\n ></lcu-skeleton-feed-card>\n\n <ng-container *ngIf=\"!LoadingFeed && Feed\">\n <lcu-main-feed-card\n *ngFor=\"let feedItem of Feed\"\n [feed-item]=\"feedItem\"\n >\n </lcu-main-feed-card>\n </ng-container>\n </mat-card-content>\n</mat-card>\n", styles: [".feed-card{height:inherit;margin:20px;padding:0}.card-title{padding:10px}.feed-container{height:calc(100% - 210px);overflow-y:scroll}\n"] }]
|
7730
7730
|
}], ctorParameters: function () { return []; }, propDecorators: { Feed: [{
|
7731
7731
|
type: Input,
|
7732
7732
|
args: ['feed']
|