@posiwise/resource-module 0.0.98 → 0.0.99
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/esm2022/lib/public/components/reslease-note-card/release-note-card.component.mjs +54 -17
- package/esm2022/lib/public/components/resource-blogs/resource-blog-top-banner/resource-blog-top-banner.component.mjs +63 -0
- package/esm2022/lib/public/components/resource-blogs/resource-blog.component.mjs +8 -7
- package/esm2022/lib/public/components/resource-card-list/resource-card-list.component.mjs +2 -2
- package/esm2022/lib/public/components/resource-case-studies/case-studies-cards/case-studies-cards.component.mjs +50 -10
- package/esm2022/lib/public/components/resource-case-studies/resource-case-studies.component.mjs +35 -30
- package/esm2022/lib/public/components/resource-company-card/resource-company-card.component.mjs +15 -5
- package/esm2022/lib/public/components/resource-integration/integration-top-banner/integration-top-banner.component.mjs +65 -0
- package/esm2022/lib/public/components/resource-integration/resource-integration.component.mjs +80 -14
- package/esm2022/lib/public/components/resource-post/related-resources/related-resources.component.mjs +29 -8
- package/esm2022/lib/public/components/resource-post/related-resources/resource-cards/resource-cards.component.mjs +61 -30
- package/esm2022/lib/public/components/resource-post/resource-post-details/resource-post-details.component.mjs +3 -3
- package/esm2022/lib/public/components/resource-release-notes/resource-release-notes-top-banner/resource-release-notes-top-banner.component.mjs +63 -0
- package/esm2022/lib/public/components/resource-release-notes/resource-release-notes.component.mjs +11 -9
- package/esm2022/lib/public/components/resource-vault/resource-vault.component.mjs +47 -25
- package/esm2022/lib/public/components/resource-videos/resource-video-cards/resource-video-cards.component.mjs +69 -19
- package/esm2022/lib/public/components/resource-videos/resource-videos-top-banner/resource-videos-top-banner.component.mjs +63 -0
- package/esm2022/lib/public/components/resource-videos/resource-videos.component.mjs +11 -9
- package/esm2022/lib/public/components/resource-webinars/replay-event-cards/replay-event-cards.component.mjs +68 -22
- package/esm2022/lib/public/components/resource-webinars/resource-webinars.component.mjs +24 -36
- package/esm2022/lib/public/components/resource-webinars/upcoming-event-cards/upcoming-event-cards.component.mjs +72 -11
- package/esm2022/lib/public/components/resources/resource-tags/resource-tags.component.mjs +13 -5
- package/esm2022/lib/public/components/resources/resources.component.mjs +49 -13
- package/esm2022/lib/public/components/resources/vault-section/vault-section.component.mjs +17 -7
- package/esm2022/lib/public/components/resources-hub/resources-hub.component.mjs +2 -2
- package/esm2022/lib/public/components/testimonial-card/testimonial-card.component.mjs +7 -5
- package/esm2022/lib/public/components/white-papers/white-papers-top-banner/white-papers-top-banner.component.mjs +63 -0
- package/esm2022/lib/public/components/white-papers/white-papers.component.mjs +11 -9
- package/esm2022/lib/public/resource-public.module.mjs +16 -1
- package/fesm2022/posiwise-resource-module.mjs +949 -295
- package/fesm2022/posiwise-resource-module.mjs.map +1 -1
- package/lib/public/components/reslease-note-card/release-note-card.component.d.ts +17 -7
- package/lib/public/components/resource-blogs/resource-blog-top-banner/resource-blog-top-banner.component.d.ts +24 -0
- package/lib/public/components/resource-case-studies/case-studies-cards/case-studies-cards.component.d.ts +17 -6
- package/lib/public/components/resource-case-studies/resource-case-studies.component.d.ts +5 -2
- package/lib/public/components/resource-company-card/resource-company-card.component.d.ts +1 -0
- package/lib/public/components/resource-integration/integration-top-banner/integration-top-banner.component.d.ts +24 -0
- package/lib/public/components/resource-integration/resource-integration.component.d.ts +19 -1
- package/lib/public/components/resource-post/related-resources/related-resources.component.d.ts +10 -2
- package/lib/public/components/resource-post/related-resources/resource-cards/resource-cards.component.d.ts +20 -8
- package/lib/public/components/resource-release-notes/resource-release-notes-top-banner/resource-release-notes-top-banner.component.d.ts +24 -0
- package/lib/public/components/resource-release-notes/resource-release-notes.component.d.ts +1 -1
- package/lib/public/components/resource-vault/resource-vault.component.d.ts +16 -15
- package/lib/public/components/resource-videos/resource-video-cards/resource-video-cards.component.d.ts +18 -17
- package/lib/public/components/resource-videos/resource-videos-top-banner/resource-videos-top-banner.component.d.ts +24 -0
- package/lib/public/components/resource-videos/resource-videos.component.d.ts +1 -1
- package/lib/public/components/resource-webinars/replay-event-cards/replay-event-cards.component.d.ts +20 -24
- package/lib/public/components/resource-webinars/resource-webinars.component.d.ts +4 -3
- package/lib/public/components/resource-webinars/upcoming-event-cards/upcoming-event-cards.component.d.ts +21 -2
- package/lib/public/components/resources/resource-tags/resource-tags.component.d.ts +4 -2
- package/lib/public/components/resources/resources.component.d.ts +7 -0
- package/lib/public/components/resources/vault-section/vault-section.component.d.ts +9 -1
- package/lib/public/components/white-papers/white-papers-top-banner/white-papers-top-banner.component.d.ts +24 -0
- package/lib/public/components/white-papers/white-papers.component.d.ts +1 -1
- package/lib/public/resource-public.module.d.ts +34 -29
- package/package.json +1 -1
|
@@ -1,11 +1,21 @@
|
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { ResourceService } from '../../../resource.service';
|
|
1
4
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ResourceNoteCardComponent {
|
|
3
|
-
|
|
5
|
+
export declare class ResourceNoteCardComponent extends AppBaseComponent implements OnInit {
|
|
6
|
+
private readonly resourceService;
|
|
4
7
|
releaseHeader: boolean;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
categoryId: string;
|
|
9
|
+
postSlice: boolean;
|
|
10
|
+
resourceTitle: string;
|
|
11
|
+
userLoggedIn: boolean;
|
|
12
|
+
isLoaded: boolean;
|
|
13
|
+
subscriptionId: any;
|
|
14
|
+
masterSubscriptionId: any;
|
|
15
|
+
posts: any[];
|
|
16
|
+
constructor(injector: Injector, resourceService: ResourceService);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
getPosts(page: number, pageSize: number): void;
|
|
9
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceNoteCardComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceNoteCardComponent, "pw-resource-note-card", never, { "
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceNoteCardComponent, "pw-resource-note-card", never, { "releaseHeader": { "alias": "releaseHeader"; "required": false; }; "categoryId": { "alias": "categoryId"; "required": false; }; "postSlice": { "alias": "postSlice"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
21
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { TagService } from '@posiwise/common-services';
|
|
4
|
+
import { ResourceService } from 'libs/resource-module/src/lib/resource.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ResourceBlogTopBannerComponent extends AppBaseComponent implements OnInit {
|
|
7
|
+
private readonly resourceService;
|
|
8
|
+
private readonly tagService;
|
|
9
|
+
subscriptionId: number;
|
|
10
|
+
masterSubscriptionId: any;
|
|
11
|
+
posts: any[];
|
|
12
|
+
testimonialsPosts: any[];
|
|
13
|
+
userLoggedIn: boolean;
|
|
14
|
+
blogPostTag: any;
|
|
15
|
+
tagCategory: any;
|
|
16
|
+
blogTestimonialsPostTag: any;
|
|
17
|
+
isLoaded: boolean;
|
|
18
|
+
constructor(resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
private getTags;
|
|
21
|
+
private getPostTags;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceBlogTopBannerComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceBlogTopBannerComponent, "pw-resource-blog-top-banner", never, {}, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
@@ -1,11 +1,22 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
3
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { ResourceService } from 'libs/resource-module/src/lib/resource.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CaseStudyCardComponent extends AppBaseComponent {
|
|
6
|
-
private readonly
|
|
5
|
+
export declare class CaseStudyCardComponent extends AppBaseComponent implements OnInit {
|
|
6
|
+
private readonly resourceService;
|
|
7
7
|
showCaseStudyHeader: boolean;
|
|
8
|
-
|
|
8
|
+
categoryId: string;
|
|
9
|
+
postSlice: boolean;
|
|
10
|
+
resourceTitle: string;
|
|
11
|
+
userLoggedIn: boolean;
|
|
12
|
+
isLoaded: boolean;
|
|
13
|
+
subscriptionId: any;
|
|
14
|
+
masterSubscriptionId: any;
|
|
15
|
+
companyName: any;
|
|
16
|
+
posts: any[];
|
|
17
|
+
constructor(injector: Injector, resourceService: ResourceService);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
getPosts(page: number, pageSize: number): void;
|
|
9
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseStudyCardComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaseStudyCardComponent, "pw-case-studies-card", never, { "showCaseStudyHeader": { "alias": "showCaseStudyHeader"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseStudyCardComponent, "pw-case-studies-card", never, { "showCaseStudyHeader": { "alias": "showCaseStudyHeader"; "required": false; }; "categoryId": { "alias": "categoryId"; "required": false; }; "postSlice": { "alias": "postSlice"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
22
|
}
|
|
@@ -7,16 +7,19 @@ export declare class ResourceCaseStudiesComponent extends AppBaseComponent imple
|
|
|
7
7
|
private readonly resourceService;
|
|
8
8
|
private readonly tagService;
|
|
9
9
|
subscriptionId: number;
|
|
10
|
-
masterSubscriptionId:
|
|
10
|
+
masterSubscriptionId: any;
|
|
11
11
|
posts: any[];
|
|
12
12
|
testimonialsPosts: any[];
|
|
13
13
|
userLoggedIn: boolean;
|
|
14
14
|
blogPostTag: any;
|
|
15
|
+
tagCategory: any;
|
|
15
16
|
blogTestimonialsPostTag: any;
|
|
17
|
+
isLoaded: boolean;
|
|
16
18
|
constructor(resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
17
19
|
ngOnInit(): void;
|
|
20
|
+
private getTags;
|
|
18
21
|
private getPostTags;
|
|
19
|
-
|
|
22
|
+
private getTestimonialTags;
|
|
20
23
|
getTestimonialsPosts(page: number, pageSize: number): void;
|
|
21
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceCaseStudiesComponent, never>;
|
|
22
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceCaseStudiesComponent, "pw-resource-blog", never, {}, {}, never, never, false, never>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { TagService } from '@posiwise/common-services';
|
|
4
|
+
import { ResourceService } from 'libs/resource-module/src/lib/resource.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class IntegrationTopBannerComponent extends AppBaseComponent implements OnInit {
|
|
7
|
+
private readonly resourceService;
|
|
8
|
+
private readonly tagService;
|
|
9
|
+
subscriptionId: number;
|
|
10
|
+
masterSubscriptionId: any;
|
|
11
|
+
posts: any[];
|
|
12
|
+
testimonialsPosts: any[];
|
|
13
|
+
userLoggedIn: boolean;
|
|
14
|
+
blogPostTag: any;
|
|
15
|
+
tagCategory: any;
|
|
16
|
+
blogTestimonialsPostTag: any;
|
|
17
|
+
isLoaded: boolean;
|
|
18
|
+
constructor(resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
private getTags;
|
|
21
|
+
private getPostTags;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IntegrationTopBannerComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IntegrationTopBannerComponent, "pw-integration-top-banner", never, {}, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
3
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
|
+
import { TagService } from '@posiwise/common-services';
|
|
5
|
+
import { ResourceService } from '../../../resource.service';
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
5
7
|
export declare class ResourceIntegrationComponent extends AppBaseComponent implements OnInit {
|
|
6
8
|
private readonly sanitizer;
|
|
9
|
+
private readonly resourceService;
|
|
10
|
+
private readonly tagService;
|
|
7
11
|
distributorsData: {
|
|
8
12
|
id: string;
|
|
9
13
|
name: string;
|
|
@@ -15,18 +19,32 @@ export declare class ResourceIntegrationComponent extends AppBaseComponent imple
|
|
|
15
19
|
companyImg: string;
|
|
16
20
|
}[];
|
|
17
21
|
textColor: any;
|
|
22
|
+
subscriptionId: number;
|
|
23
|
+
masterSubscriptionId: any;
|
|
24
|
+
posts: any[];
|
|
25
|
+
distributerPosts: any[];
|
|
26
|
+
userLoggedIn: boolean;
|
|
27
|
+
blogPostTag: any;
|
|
28
|
+
isLoaded: boolean;
|
|
29
|
+
resourcePostTag: any;
|
|
30
|
+
blogPostVendorTag: any;
|
|
18
31
|
releaseNotesLink: string;
|
|
19
32
|
q1NotesLink: string;
|
|
20
33
|
q3NotesLink: string;
|
|
21
34
|
q4NotesLink: string;
|
|
35
|
+
companyName: any;
|
|
22
36
|
videoWebinarLoaded: boolean;
|
|
23
37
|
videoDemoLoaded: boolean;
|
|
24
38
|
youtubeVideoId: string;
|
|
25
39
|
videoTitle: string;
|
|
26
40
|
sanitizedMicrosoftVideoUrl: SafeResourceUrl;
|
|
27
41
|
sanitizedKesyaVideoUrl: SafeResourceUrl;
|
|
28
|
-
|
|
42
|
+
integrationCountDisplay: number;
|
|
43
|
+
constructor(sanitizer: DomSanitizer, resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
29
44
|
ngOnInit(): void;
|
|
45
|
+
private getPostTags;
|
|
46
|
+
getPosts(page: number, pageSize: number): void;
|
|
47
|
+
getVendorPosts(page: number, pageSize: number): void;
|
|
30
48
|
loadMicrosoftVideo(): void;
|
|
31
49
|
loadKeseyaVideo(): void;
|
|
32
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceIntegrationComponent, never>;
|
package/lib/public/components/resource-post/related-resources/related-resources.component.d.ts
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
|
-
import { CustomToastService } from '@posiwise/common-services';
|
|
4
|
+
import { CustomToastService, TagService } from '@posiwise/common-services';
|
|
5
5
|
import { User } from '@posiwise/common-utilities';
|
|
6
6
|
import { ResourceService } from '../../../../resource.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class RelatedResourcesComponent extends AppBaseComponent implements OnInit {
|
|
9
9
|
private readonly resourceService;
|
|
10
10
|
private readonly sanitizer;
|
|
11
|
+
private readonly tagService;
|
|
11
12
|
private readonly toastr;
|
|
12
13
|
resourceCards: {
|
|
13
14
|
title: string;
|
|
@@ -21,9 +22,16 @@ export declare class RelatedResourcesComponent extends AppBaseComponent implemen
|
|
|
21
22
|
postComments: any[];
|
|
22
23
|
commentForm: any;
|
|
23
24
|
userLoggedIn: boolean;
|
|
25
|
+
demoLinks: any;
|
|
24
26
|
user: User;
|
|
25
|
-
|
|
27
|
+
blogPostTag: any;
|
|
28
|
+
subscriptionId: any;
|
|
29
|
+
linkedInUrl: any;
|
|
30
|
+
company_email: any;
|
|
31
|
+
constructor(resourceService: ResourceService, injector: Injector, sanitizer: DomSanitizer, tagService: TagService, toastr: CustomToastService);
|
|
26
32
|
ngOnInit(): void;
|
|
33
|
+
get hasValidDemoLinks(): boolean;
|
|
34
|
+
private getPostTags;
|
|
27
35
|
private getBlogItem;
|
|
28
36
|
onComment(): void;
|
|
29
37
|
trackByComment(_index: number, item: {
|
|
@@ -1,11 +1,23 @@
|
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { ResourceService } from 'libs/resource-module/src/lib/resource.service';
|
|
1
4
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ResourceCardComponent {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
export declare class ResourceCardComponent extends AppBaseComponent implements OnInit {
|
|
6
|
+
private readonly resourceService;
|
|
7
|
+
categoryId: string;
|
|
8
|
+
isHeaderVisible: boolean;
|
|
9
|
+
resourceTitle: string;
|
|
10
|
+
postSlice: boolean;
|
|
11
|
+
header: any;
|
|
12
|
+
resourceLink: any;
|
|
13
|
+
userLoggedIn: boolean;
|
|
14
|
+
isLoaded: boolean;
|
|
15
|
+
subscriptionId: any;
|
|
16
|
+
masterSubscriptionId: any;
|
|
17
|
+
posts: any[];
|
|
18
|
+
constructor(injector: Injector, resourceService: ResourceService);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
getPosts(page: number, pageSize: number): void;
|
|
9
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceCardComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceCardComponent, "pw-resource-cards", never, {}, {}, never, never, false, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceCardComponent, "pw-resource-cards", never, { "categoryId": { "alias": "categoryId"; "required": false; }; "isHeaderVisible": { "alias": "isHeaderVisible"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; "postSlice": { "alias": "postSlice"; "required": false; }; "header": { "alias": "header"; "required": false; }; "resourceLink": { "alias": "resourceLink"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
23
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { TagService } from '@posiwise/common-services';
|
|
4
|
+
import { ResourceService } from 'libs/resource-module/src/lib/resource.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ReleaseTopBannerComponent extends AppBaseComponent implements OnInit {
|
|
7
|
+
private readonly resourceService;
|
|
8
|
+
private readonly tagService;
|
|
9
|
+
subscriptionId: number;
|
|
10
|
+
masterSubscriptionId: any;
|
|
11
|
+
posts: any[];
|
|
12
|
+
testimonialsPosts: any[];
|
|
13
|
+
userLoggedIn: boolean;
|
|
14
|
+
blogPostTag: any;
|
|
15
|
+
tagCategory: any;
|
|
16
|
+
blogTestimonialsPostTag: any;
|
|
17
|
+
isLoaded: boolean;
|
|
18
|
+
constructor(resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
private getTags;
|
|
21
|
+
private getPostTags;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReleaseTopBannerComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReleaseTopBannerComponent, "pw-resource-release-notes-top-banner", never, {}, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
@@ -7,7 +7,7 @@ export declare class ResourceReleaseNoteComponent extends AppBaseComponent imple
|
|
|
7
7
|
private readonly resourceService;
|
|
8
8
|
private readonly tagService;
|
|
9
9
|
subscriptionId: number;
|
|
10
|
-
masterSubscriptionId:
|
|
10
|
+
masterSubscriptionId: any;
|
|
11
11
|
posts: any[];
|
|
12
12
|
userLoggedIn: boolean;
|
|
13
13
|
blogPostTag: any;
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
3
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { ResourceService } from '../../../resource.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ResourceVaultComponent extends AppBaseComponent {
|
|
6
|
-
private readonly
|
|
5
|
+
export declare class ResourceVaultComponent extends AppBaseComponent implements OnInit {
|
|
6
|
+
private readonly resourceService;
|
|
7
7
|
showVaultSection: boolean;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
postSlice: boolean;
|
|
9
|
+
categoryId: any;
|
|
10
|
+
resourceTitle: any;
|
|
11
|
+
userLoggedIn: boolean;
|
|
12
|
+
isLoaded: boolean;
|
|
13
|
+
subscriptionId: any;
|
|
14
|
+
masterSubscriptionId: any;
|
|
15
|
+
posts: any[];
|
|
16
|
+
constructor(injector: Injector, resourceService: ResourceService);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
getPosts(page: number, pageSize: number): void;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceVaultComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceVaultComponent, "pw-resource--vault", never, { "showVaultSection": { "alias": "showVaultSection"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceVaultComponent, "pw-resource--vault", never, { "showVaultSection": { "alias": "showVaultSection"; "required": false; }; "postSlice": { "alias": "postSlice"; "required": false; }; "categoryId": { "alias": "categoryId"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
21
|
}
|
|
@@ -1,29 +1,30 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
3
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
|
+
import { ResourceService } from 'libs/resource-module/src/lib/resource.service';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ResourceVideoCardComponent extends AppBaseComponent {
|
|
6
|
+
export declare class ResourceVideoCardComponent extends AppBaseComponent implements OnInit {
|
|
6
7
|
private readonly sanitizer;
|
|
8
|
+
private readonly resourceService;
|
|
7
9
|
showVideoSection: boolean;
|
|
10
|
+
categoryId: string;
|
|
11
|
+
postSlice: boolean;
|
|
12
|
+
resourceTitle: string;
|
|
13
|
+
subscriptionId: number;
|
|
14
|
+
masterSubscriptionId: any;
|
|
15
|
+
posts: any[];
|
|
16
|
+
isLoaded: boolean;
|
|
8
17
|
videoStates: {
|
|
9
|
-
|
|
18
|
+
[slug: string]: {
|
|
10
19
|
loaded: boolean;
|
|
11
|
-
id: string;
|
|
12
|
-
url: SafeResourceUrl;
|
|
13
|
-
};
|
|
14
|
-
connectwise: {
|
|
15
|
-
loaded: boolean;
|
|
16
|
-
id: string;
|
|
17
|
-
url: SafeResourceUrl;
|
|
18
|
-
};
|
|
19
|
-
cloudolive: {
|
|
20
|
-
loaded: boolean;
|
|
21
|
-
id: string;
|
|
22
20
|
url: SafeResourceUrl;
|
|
23
21
|
};
|
|
24
22
|
};
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
userLoggedIn: boolean;
|
|
24
|
+
constructor(sanitizer: DomSanitizer, resourceService: ResourceService, injector: Injector);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
loadVideo(post: any): void;
|
|
27
|
+
getPosts(page: number, pageSize: number): void;
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceVideoCardComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceVideoCardComponent, "pw-resource-video-card", never, { "showVideoSection": { "alias": "showVideoSection"; "required": false; }; }, {}, never, never, false, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceVideoCardComponent, "pw-resource-video-card", never, { "showVideoSection": { "alias": "showVideoSection"; "required": false; }; "categoryId": { "alias": "categoryId"; "required": false; }; "postSlice": { "alias": "postSlice"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
29
30
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { TagService } from '@posiwise/common-services';
|
|
4
|
+
import { ResourceService } from 'libs/resource-module/src/lib/resource.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class VideosTopBannerComponent extends AppBaseComponent implements OnInit {
|
|
7
|
+
private readonly resourceService;
|
|
8
|
+
private readonly tagService;
|
|
9
|
+
subscriptionId: number;
|
|
10
|
+
masterSubscriptionId: any;
|
|
11
|
+
posts: any[];
|
|
12
|
+
testimonialsPosts: any[];
|
|
13
|
+
userLoggedIn: boolean;
|
|
14
|
+
blogPostTag: any;
|
|
15
|
+
tagCategory: any;
|
|
16
|
+
blogTestimonialsPostTag: any;
|
|
17
|
+
isLoaded: boolean;
|
|
18
|
+
constructor(resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
private getTags;
|
|
21
|
+
private getPostTags;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VideosTopBannerComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VideosTopBannerComponent, "pw-resource-videos-top-banner", never, {}, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
@@ -7,7 +7,7 @@ export declare class ResourceVideoComponent extends AppBaseComponent implements
|
|
|
7
7
|
private readonly resourceService;
|
|
8
8
|
private readonly tagService;
|
|
9
9
|
subscriptionId: number;
|
|
10
|
-
masterSubscriptionId:
|
|
10
|
+
masterSubscriptionId: any;
|
|
11
11
|
posts: any[];
|
|
12
12
|
userLoggedIn: boolean;
|
|
13
13
|
blogPostTag: any;
|
package/lib/public/components/resource-webinars/replay-event-cards/replay-event-cards.component.d.ts
CHANGED
|
@@ -1,28 +1,24 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
3
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { TagService } from '@posiwise/common-services';
|
|
4
|
+
import { ResourceService } from 'libs/resource-module/src/lib/resource.service';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ReplayEventCardComponent extends AppBaseComponent {
|
|
6
|
-
private readonly
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
url: SafeResourceUrl;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
constructor(sanitizer: DomSanitizer, injector: Injector);
|
|
25
|
-
loadVideo(key: 'inforcer' | 'inforcer2' | 'huntress'): void;
|
|
6
|
+
export declare class ReplayEventCardComponent extends AppBaseComponent implements OnInit {
|
|
7
|
+
private readonly resourceService;
|
|
8
|
+
private readonly tagService;
|
|
9
|
+
showEventContent: boolean;
|
|
10
|
+
categoryId: string;
|
|
11
|
+
resourceTitle: string;
|
|
12
|
+
userLoggedIn: boolean;
|
|
13
|
+
subscriptionId: any;
|
|
14
|
+
masterSubscriptionId: any;
|
|
15
|
+
posts: any[];
|
|
16
|
+
isLoaded: boolean;
|
|
17
|
+
blogPostTag: any;
|
|
18
|
+
constructor(resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
private getPostTags;
|
|
21
|
+
getPosts(page: number, pageSize: number): void;
|
|
26
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReplayEventCardComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReplayEventCardComponent, "pw-replay-event-card", never, {}, {}, never, never, false, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReplayEventCardComponent, "pw-replay-event-card", never, { "showEventContent": { "alias": "showEventContent"; "required": false; }; "categoryId": { "alias": "categoryId"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
28
24
|
}
|
|
@@ -7,16 +7,17 @@ export declare class ResourceWebinarComponent extends AppBaseComponent implement
|
|
|
7
7
|
private readonly resourceService;
|
|
8
8
|
private readonly tagService;
|
|
9
9
|
subscriptionId: number;
|
|
10
|
-
masterSubscriptionId:
|
|
10
|
+
masterSubscriptionId: any;
|
|
11
11
|
posts: any[];
|
|
12
12
|
upcomingPosts: any[];
|
|
13
|
+
tagCategory: any;
|
|
13
14
|
userLoggedIn: boolean;
|
|
14
15
|
blogPostTag: any;
|
|
16
|
+
isLoaded: boolean;
|
|
15
17
|
constructor(resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
16
18
|
ngOnInit(): void;
|
|
19
|
+
private getTags;
|
|
17
20
|
private getPostTags;
|
|
18
|
-
getPosts(page: number, pageSize: number): void;
|
|
19
|
-
getUpcomingPosts(page: number, pageSize: number): void;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceWebinarComponent, never>;
|
|
21
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceWebinarComponent, "pw-resource-blog", never, {}, {}, never, never, false, never>;
|
|
22
23
|
}
|
|
@@ -1,6 +1,25 @@
|
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { TagService } from '@posiwise/common-services';
|
|
4
|
+
import { ResourceService } from 'libs/resource-module/src/lib/resource.service';
|
|
1
5
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class UpcomingEventCardComponent {
|
|
6
|
+
export declare class UpcomingEventCardComponent extends AppBaseComponent implements OnInit {
|
|
7
|
+
private readonly resourceService;
|
|
8
|
+
private readonly tagService;
|
|
3
9
|
showEventContent: boolean;
|
|
10
|
+
categoryId: string;
|
|
11
|
+
postSlice: boolean;
|
|
12
|
+
resourceTitle: string;
|
|
13
|
+
userLoggedIn: boolean;
|
|
14
|
+
subscriptionId: any;
|
|
15
|
+
masterSubscriptionId: any;
|
|
16
|
+
posts: any[];
|
|
17
|
+
isLoaded: boolean;
|
|
18
|
+
blogPostTag: any;
|
|
19
|
+
constructor(resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
private getPostTags;
|
|
22
|
+
getPosts(page: number, pageSize: number): void;
|
|
4
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<UpcomingEventCardComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UpcomingEventCardComponent, "pw-upcoming-event-card", never, { "showEventContent": { "alias": "showEventContent"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UpcomingEventCardComponent, "pw-upcoming-event-card", never, { "showEventContent": { "alias": "showEventContent"; "required": false; }; "categoryId": { "alias": "categoryId"; "required": false; }; "postSlice": { "alias": "postSlice"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
25
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import { Injector, OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { TagService } from '@posiwise/common-services';
|
|
4
4
|
import { Tag } from '@posiwise/common-utilities';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ResourceTagComponent extends AppBaseComponent implements OnInit {
|
|
7
7
|
private readonly tagService;
|
|
8
|
+
tagsLoaded: EventEmitter<Tag[]>;
|
|
9
|
+
tagSelected: EventEmitter<Tag>;
|
|
8
10
|
tags: any[];
|
|
9
11
|
subscriptionId: number;
|
|
10
12
|
userLoggedIn: boolean;
|
|
@@ -16,5 +18,5 @@ export declare class ResourceTagComponent extends AppBaseComponent implements On
|
|
|
16
18
|
selectTag(tag: Tag): void;
|
|
17
19
|
getTags(): void;
|
|
18
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceTagComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceTagComponent, "pw-resource-tags", never, {}, {}, never, never, false, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceTagComponent, "pw-resource-tags", never, {}, { "tagsLoaded": "tagsLoaded"; "tagSelected": "tagSelected"; }, never, never, false, never>;
|
|
20
22
|
}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
+
import { Tag } from '@posiwise/common-utilities';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ResourceComponent {
|
|
4
|
+
allTags: Tag[];
|
|
5
|
+
onTagsLoaded(tags: Tag[]): void;
|
|
6
|
+
hasTag(name: string): boolean;
|
|
7
|
+
getCategoryIdByTagName(name: string): number | undefined;
|
|
8
|
+
getTitleByTagName(name: string): string | undefined;
|
|
9
|
+
scrollToTag(tag: Tag): void;
|
|
3
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceComponent, never>;
|
|
4
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceComponent, "pw-resources", never, {}, {}, never, never, false, never>;
|
|
5
12
|
}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
1
3
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class VaultSectionComponent {
|
|
4
|
+
export declare class VaultSectionComponent extends AppBaseComponent implements OnInit {
|
|
5
|
+
companyName: any;
|
|
6
|
+
resourceTagLine: any;
|
|
7
|
+
resourceImage: any;
|
|
8
|
+
resourceDescription: any;
|
|
9
|
+
constructor(injector: Injector);
|
|
10
|
+
ngOnInit(): void;
|
|
3
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<VaultSectionComponent, never>;
|
|
4
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<VaultSectionComponent, "pw-vault-section", never, {}, {}, never, never, false, never>;
|
|
5
13
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Injector, OnInit } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { TagService } from '@posiwise/common-services';
|
|
4
|
+
import { ResourceService } from 'libs/resource-module/src/lib/resource.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class WhitePaperTopBannerComponent extends AppBaseComponent implements OnInit {
|
|
7
|
+
private readonly resourceService;
|
|
8
|
+
private readonly tagService;
|
|
9
|
+
subscriptionId: number;
|
|
10
|
+
masterSubscriptionId: any;
|
|
11
|
+
posts: any[];
|
|
12
|
+
testimonialsPosts: any[];
|
|
13
|
+
userLoggedIn: boolean;
|
|
14
|
+
blogPostTag: any;
|
|
15
|
+
tagCategory: any;
|
|
16
|
+
blogTestimonialsPostTag: any;
|
|
17
|
+
isLoaded: boolean;
|
|
18
|
+
constructor(resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
private getTags;
|
|
21
|
+
private getPostTags;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WhitePaperTopBannerComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WhitePaperTopBannerComponent, "pw-white-paper-top-banner", never, {}, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
@@ -7,7 +7,7 @@ export declare class WhitePaperComponent extends AppBaseComponent implements OnI
|
|
|
7
7
|
private readonly resourceService;
|
|
8
8
|
private readonly tagService;
|
|
9
9
|
subscriptionId: number;
|
|
10
|
-
masterSubscriptionId:
|
|
10
|
+
masterSubscriptionId: any;
|
|
11
11
|
posts: any[];
|
|
12
12
|
userLoggedIn: boolean;
|
|
13
13
|
blogPostTag: any;
|