@posiwise/resource-module 0.0.149 → 0.0.151
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/index.mjs +22 -3
- package/esm2022/lib/public/components/reslease-note-card/release-note-card.component.mjs +13 -9
- package/esm2022/lib/public/components/resource-blogs/resource-blog-top-banner/resource-blog-top-banner.component.mjs +6 -6
- package/esm2022/lib/public/components/resource-blogs/resource-blog.component.mjs +6 -6
- package/esm2022/lib/public/components/resource-case-studies/case-studies-cards/case-studies-cards.component.mjs +18 -12
- package/esm2022/lib/public/components/resource-case-studies/resource-case-studies.component.mjs +10 -10
- package/esm2022/lib/public/components/resource-company-card/resource-company-card.component.mjs +7 -8
- package/esm2022/lib/public/components/resource-contact-us/resource-contact-us.component.mjs +510 -0
- package/esm2022/lib/public/components/resource-contact-us/resource-contact-us.module.mjs +77 -0
- package/esm2022/lib/public/components/resource-edit-card/resource-edit-card.component.mjs +5 -5
- package/esm2022/lib/public/components/resource-edit-card-lazy/resource-edit-card-lazy.component.mjs +75 -0
- package/esm2022/lib/public/components/resource-integration/integration-top-banner/integration-top-banner.component.mjs +6 -6
- package/esm2022/lib/public/components/resource-integration/resource-integration.component.mjs +13 -13
- package/esm2022/lib/public/components/resource-post/related-resources/related-resources.component.mjs +8 -8
- package/esm2022/lib/public/components/resource-post/related-resources/resource-cards/resource-cards.component.mjs +8 -8
- package/esm2022/lib/public/components/resource-post/resource-post-details/resource-post-details.component.mjs +3 -27
- package/esm2022/lib/public/components/resource-post/resource-post.component.mjs +7 -8
- package/esm2022/lib/public/components/resource-release-notes/resource-release-notes-top-banner/resource-release-notes-top-banner.component.mjs +6 -6
- package/esm2022/lib/public/components/resource-release-notes/resource-release-notes.component.mjs +6 -6
- package/esm2022/lib/public/components/resource-top-banner-edit/resource-top-banner-edit.component.mjs +3 -3
- package/esm2022/lib/public/components/resource-vault/resource-vault.component.mjs +8 -8
- package/esm2022/lib/public/components/resource-videos/resource-video-cards/resource-video-cards.component.mjs +18 -12
- package/esm2022/lib/public/components/resource-videos/resource-videos-top-banner/resource-videos-top-banner.component.mjs +6 -6
- package/esm2022/lib/public/components/resource-videos/resource-videos.component.mjs +6 -6
- package/esm2022/lib/public/components/resource-webinars/replay-event-cards/replay-event-cards.component.mjs +8 -8
- package/esm2022/lib/public/components/resource-webinars/resource-webinars.component.mjs +9 -9
- package/esm2022/lib/public/components/resource-webinars/upcoming-event-cards/upcoming-event-cards.component.mjs +21 -14
- package/esm2022/lib/public/components/resources/resource-tags/resource-tags.component.mjs +3 -3
- package/esm2022/lib/public/components/resources/resources.component.mjs +21 -18
- package/esm2022/lib/public/components/resources/vault-section/vault-section.component.mjs +5 -5
- package/esm2022/lib/public/components/resources-hub/resources-hub.component.mjs +12 -11
- package/esm2022/lib/public/components/testimonial-card/testimonial-card.component.mjs +10 -9
- package/esm2022/lib/public/components/white-papers/white-papers-top-banner/white-papers-top-banner.component.mjs +6 -6
- package/esm2022/lib/public/components/white-papers/white-papers.component.mjs +6 -6
- package/esm2022/lib/public/modules/blogs/resource-blogs.module.mjs +30 -0
- package/esm2022/lib/public/modules/case-studies/resource-case-studies.module.mjs +35 -0
- package/esm2022/lib/public/modules/events/resource-events.module.mjs +30 -0
- package/esm2022/lib/public/modules/hub/resource-hub.module.mjs +29 -0
- package/esm2022/lib/public/modules/integrations/resource-integrations.module.mjs +30 -0
- package/esm2022/lib/public/modules/post/resource-post.module.mjs +32 -0
- package/esm2022/lib/public/modules/release-notes/resource-release-notes.module.mjs +30 -0
- package/esm2022/lib/public/modules/root/resource-root-shared.module.mjs +61 -0
- package/esm2022/lib/public/modules/root/resource-root.module.mjs +32 -0
- package/esm2022/lib/public/modules/videos/resource-videos.module.mjs +30 -0
- package/esm2022/lib/public/modules/white-papers/resource-white-papers.module.mjs +31 -0
- package/esm2022/lib/public/resource-public.module.mjs +5 -175
- package/esm2022/lib/public/resource-public.routing.module.mjs +13 -62
- package/esm2022/lib/public/shared/resource-cards.module.mjs +116 -0
- package/esm2022/lib/public/shared/resource-edit.module.mjs +64 -0
- package/esm2022/lib/public/shared/resource-shared.module.mjs +116 -0
- package/esm2022/lib/shared/resource-modal.interface.mjs +2 -0
- package/fesm2022/posiwise-resource-module-base-top-banner.component-DFT3ZpJE.mjs +111 -0
- package/fesm2022/posiwise-resource-module-base-top-banner.component-DFT3ZpJE.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-posiwise-resource-module-D953ymF3.mjs +2311 -0
- package/fesm2022/posiwise-resource-module-posiwise-resource-module-D953ymF3.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-resource-blogs.module-Dpg-VGXf.mjs +91 -0
- package/fesm2022/posiwise-resource-module-resource-blogs.module-Dpg-VGXf.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-resource-case-studies.module-Bxfa0c61.mjs +127 -0
- package/fesm2022/posiwise-resource-module-resource-case-studies.module-Bxfa0c61.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-resource-events.module-CNKoXu2J.mjs +245 -0
- package/fesm2022/posiwise-resource-module-resource-events.module-CNKoXu2J.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-resource-hub.module-ggk9jRt9.mjs +249 -0
- package/fesm2022/posiwise-resource-module-resource-hub.module-ggk9jRt9.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-resource-integrations.module-vGdvpS64.mjs +286 -0
- package/fesm2022/posiwise-resource-module-resource-integrations.module-vGdvpS64.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-resource-post.module-RkJpZSPU.mjs +318 -0
- package/fesm2022/posiwise-resource-module-resource-post.module-RkJpZSPU.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-resource-release-notes.module-DKu39Lgo.mjs +124 -0
- package/fesm2022/posiwise-resource-module-resource-release-notes.module-DKu39Lgo.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-resource-root.module-CItOAAUj.mjs +403 -0
- package/fesm2022/posiwise-resource-module-resource-root.module-CItOAAUj.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-resource-videos.module-CuXWTy8y.mjs +91 -0
- package/fesm2022/posiwise-resource-module-resource-videos.module-CuXWTy8y.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module-resource-white-papers.module-BJe9cvpS.mjs +92 -0
- package/fesm2022/posiwise-resource-module-resource-white-papers.module-BJe9cvpS.mjs.map +1 -0
- package/fesm2022/posiwise-resource-module.mjs +32 -3174
- package/fesm2022/posiwise-resource-module.mjs.map +1 -1
- package/index.d.ts +17 -2
- package/lib/public/components/reslease-note-card/release-note-card.component.d.ts +2 -1
- package/lib/public/components/resource-case-studies/case-studies-cards/case-studies-cards.component.d.ts +4 -2
- package/lib/public/components/resource-contact-us/resource-contact-us.component.d.ts +126 -0
- package/lib/public/components/resource-contact-us/resource-contact-us.module.d.ts +23 -0
- package/lib/public/components/resource-edit-card-lazy/resource-edit-card-lazy.component.d.ts +19 -0
- package/lib/public/components/resource-post/resource-post-details/resource-post-details.component.d.ts +0 -2
- package/lib/public/components/resource-videos/resource-video-cards/resource-video-cards.component.d.ts +4 -2
- package/lib/public/components/resource-webinars/upcoming-event-cards/upcoming-event-cards.component.d.ts +4 -2
- package/lib/public/components/resources/resources.component.d.ts +3 -2
- package/lib/public/modules/blogs/resource-blogs.module.d.ts +10 -0
- package/lib/public/modules/case-studies/resource-case-studies.module.d.ts +10 -0
- package/lib/public/modules/events/resource-events.module.d.ts +10 -0
- package/lib/public/modules/hub/resource-hub.module.d.ts +9 -0
- package/lib/public/modules/integrations/resource-integrations.module.d.ts +10 -0
- package/lib/public/modules/post/resource-post.module.d.ts +11 -0
- package/lib/public/modules/release-notes/resource-release-notes.module.d.ts +10 -0
- package/lib/public/modules/root/resource-root-shared.module.d.ts +17 -0
- package/lib/public/modules/root/resource-root.module.d.ts +11 -0
- package/lib/public/modules/videos/resource-videos.module.d.ts +10 -0
- package/lib/public/modules/white-papers/resource-white-papers.module.d.ts +10 -0
- package/lib/public/resource-public.module.d.ts +2 -51
- package/lib/public/shared/resource-cards.module.d.ts +32 -0
- package/lib/public/shared/resource-edit.module.d.ts +22 -0
- package/lib/public/shared/resource-shared.module.d.ts +19 -0
- package/lib/shared/resource-modal.interface.d.ts +6 -0
- package/package.json +1 -1
- package/esm2022/lib/public/components/resource-card-list/resource-card-list.component.mjs +0 -22
- package/esm2022/lib/public/components/resources-read/resources-read.component.mjs +0 -125
- package/lib/public/components/resource-card-list/resource-card-list.component.d.ts +0 -8
- package/lib/public/components/resources-read/resources-read.component.d.ts +0 -43
package/index.d.ts
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
export * from './lib/resource.module';
|
|
2
|
-
export * from './lib/public/components/
|
|
3
|
-
export * from './lib/public/components/
|
|
2
|
+
export * from './lib/public/components/resource-contact-us/resource-contact-us.component';
|
|
3
|
+
export * from './lib/public/components/resource-contact-us/resource-contact-us.module';
|
|
4
4
|
export * from './lib/public/resource-public.module';
|
|
5
|
+
export * from './lib/public/shared/resource-shared.module';
|
|
6
|
+
export * from './lib/public/shared/resource-cards.module';
|
|
7
|
+
export * from './lib/public/shared/resource-edit.module';
|
|
5
8
|
export * from './lib/resource.service';
|
|
9
|
+
export * from './lib/shared/resource-modal.interface';
|
|
10
|
+
export * from './lib/public/components/reslease-note-card/release-note-card.component';
|
|
11
|
+
export * from './lib/public/components/resource-case-studies/case-studies-cards/case-studies-cards.component';
|
|
12
|
+
export * from './lib/public/components/resource-company-card/resource-company-card.component';
|
|
13
|
+
export * from './lib/public/components/resource-edit-card/resource-edit-card.component';
|
|
14
|
+
export * from './lib/public/components/resource-edit-card-lazy/resource-edit-card-lazy.component';
|
|
15
|
+
export * from './lib/public/components/resource-post/related-resources/resource-cards/resource-cards.component';
|
|
16
|
+
export * from './lib/public/components/resource-top-banner-edit/resource-top-banner-edit.component';
|
|
17
|
+
export * from './lib/public/components/resource-vault/resource-vault.component';
|
|
18
|
+
export * from './lib/public/components/resource-videos/resource-video-cards/resource-video-cards.component';
|
|
19
|
+
export * from './lib/public/components/resource-webinars/upcoming-event-cards/upcoming-event-cards.component';
|
|
20
|
+
export * from './lib/public/components/testimonial-card/testimonial-card.component';
|
|
@@ -10,6 +10,7 @@ export declare class ResourceNoteCardComponent extends AppBaseComponent implemen
|
|
|
10
10
|
releaseHeader: boolean;
|
|
11
11
|
categoryId: string;
|
|
12
12
|
isReleasePress: boolean;
|
|
13
|
+
isResource: boolean;
|
|
13
14
|
postSlice: boolean;
|
|
14
15
|
resourceTitle: string;
|
|
15
16
|
tag: any;
|
|
@@ -52,5 +53,5 @@ export declare class ResourceNoteCardComponent extends AppBaseComponent implemen
|
|
|
52
53
|
private updateCanEditResourcesValue;
|
|
53
54
|
canEditResources(): boolean;
|
|
54
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceNoteCardComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceNoteCardComponent, "pw-resource-note-card", never, { "releaseHeader": { "alias": "releaseHeader"; "required": false; }; "categoryId": { "alias": "categoryId"; "required": false; }; "isReleasePress": { "alias": "isReleasePress"; "required": false; }; "postSlice": { "alias": "postSlice"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "user": { "alias": "user"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; }, {}, never, never, false, never>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceNoteCardComponent, "pw-resource-note-card", never, { "releaseHeader": { "alias": "releaseHeader"; "required": false; }; "categoryId": { "alias": "categoryId"; "required": false; }; "isReleasePress": { "alias": "isReleasePress"; "required": false; }; "isResource": { "alias": "isResource"; "required": false; }; "postSlice": { "alias": "postSlice"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "user": { "alias": "user"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; }, {}, never, never, false, never>;
|
|
56
57
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Injector, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, Injector, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { TagService } from '@posiwise/common-services';
|
|
4
4
|
import { Resource, User } from '@posiwise/common-utilities';
|
|
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class CaseStudyCardComponent extends AppBaseComponent implements OnInit, OnChanges {
|
|
8
8
|
private readonly resourceService;
|
|
9
9
|
private readonly tagService;
|
|
10
|
+
private readonly cdr;
|
|
10
11
|
showCaseStudyHeader: boolean;
|
|
11
12
|
categoryId: string;
|
|
12
13
|
postSlice: boolean;
|
|
@@ -23,7 +24,7 @@ export declare class CaseStudyCardComponent extends AppBaseComponent implements
|
|
|
23
24
|
isMasterSubscription: any;
|
|
24
25
|
isEditingTitle: boolean;
|
|
25
26
|
editedTitle: string;
|
|
26
|
-
constructor(injector: Injector, resourceService: ResourceService, tagService: TagService);
|
|
27
|
+
constructor(injector: Injector, resourceService: ResourceService, tagService: TagService, cdr: ChangeDetectorRef);
|
|
27
28
|
ngOnInit(): void;
|
|
28
29
|
ngOnChanges(changes: SimpleChanges): void;
|
|
29
30
|
getPosts(page: number, pageSize: number): void;
|
|
@@ -33,6 +34,7 @@ export declare class CaseStudyCardComponent extends AppBaseComponent implements
|
|
|
33
34
|
private getEffectiveSubscriptionId;
|
|
34
35
|
private updateCanEditResourcesValue;
|
|
35
36
|
canEditResources(): boolean;
|
|
37
|
+
trackByPostId(index: number, post: Resource): number;
|
|
36
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseStudyCardComponent, never>;
|
|
37
39
|
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; }; "tag": { "alias": "tag"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; "user": { "alias": "user"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; }, {}, never, never, false, never>;
|
|
38
40
|
}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, Injector, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
|
+
import { AdminService } from '@posiwise/admin-module-utils';
|
|
5
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
6
|
+
import { AbTestService, AuthService } from '@posiwise/common-services';
|
|
7
|
+
import { User } from '@posiwise/common-utilities';
|
|
8
|
+
import { CustomUploaderComponent } from '@posiwise/shared-components';
|
|
9
|
+
import { CrmService } from '@posiwise/smart-crm-shared';
|
|
10
|
+
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
11
|
+
import { ResourceModalContext } from '../../../shared/resource-modal.interface';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class Trial4ContactUsComponent extends AppBaseComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy {
|
|
14
|
+
private readonly fb;
|
|
15
|
+
private readonly authService;
|
|
16
|
+
private readonly crmService;
|
|
17
|
+
private readonly sanitizer;
|
|
18
|
+
private readonly adminService;
|
|
19
|
+
private readonly abTestService;
|
|
20
|
+
private readonly modalService;
|
|
21
|
+
private readonly cdr;
|
|
22
|
+
private readonly document;
|
|
23
|
+
footerSection: ElementRef;
|
|
24
|
+
content: TemplateRef<ResourceModalContext>;
|
|
25
|
+
editFooterLinksModal: TemplateRef<CustomUploaderComponent>;
|
|
26
|
+
logoModal: TemplateRef<CustomUploaderComponent>;
|
|
27
|
+
logoUploader: CustomUploaderComponent;
|
|
28
|
+
hubspotEditModal: TemplateRef<ResourceModalContext>;
|
|
29
|
+
socialEditModal: TemplateRef<CustomUploaderComponent>;
|
|
30
|
+
questionsEditModal: TemplateRef<CustomUploaderComponent>;
|
|
31
|
+
editingQuestions: any[];
|
|
32
|
+
isHubspotReady: boolean;
|
|
33
|
+
isFooterVisible: boolean;
|
|
34
|
+
private observer?;
|
|
35
|
+
openQuestionsEditModal(): void;
|
|
36
|
+
editingYoutubeUrl: string;
|
|
37
|
+
editingLinkedInUrl: string;
|
|
38
|
+
editingCompanyName: string;
|
|
39
|
+
form: UntypedFormGroup;
|
|
40
|
+
recaptcha: any;
|
|
41
|
+
previewData: any;
|
|
42
|
+
subscriptionId: any;
|
|
43
|
+
sourceId: any;
|
|
44
|
+
masterSubscriptionId: any;
|
|
45
|
+
experimentName: any;
|
|
46
|
+
microserviceName: any;
|
|
47
|
+
shardName: any;
|
|
48
|
+
user: User;
|
|
49
|
+
canEditResourcesValue: boolean;
|
|
50
|
+
userLoggedIn: boolean;
|
|
51
|
+
id: any;
|
|
52
|
+
logo: any;
|
|
53
|
+
trialBgImage2: any;
|
|
54
|
+
tosId: any;
|
|
55
|
+
description: any;
|
|
56
|
+
email: any;
|
|
57
|
+
companyName: any;
|
|
58
|
+
street: any;
|
|
59
|
+
questions: any;
|
|
60
|
+
hubspot: any;
|
|
61
|
+
footerLinks: any;
|
|
62
|
+
footerLinksData: any;
|
|
63
|
+
youtubeUrl: any;
|
|
64
|
+
linkedInUrl: any;
|
|
65
|
+
domainId: any;
|
|
66
|
+
editingEmail: any;
|
|
67
|
+
isEditingEmail: boolean;
|
|
68
|
+
editingHubspotHtml: string;
|
|
69
|
+
editingHubspotId: string;
|
|
70
|
+
captchaKeyV2: string;
|
|
71
|
+
hubspotHtml: any;
|
|
72
|
+
abTests: any;
|
|
73
|
+
submitted: boolean;
|
|
74
|
+
isCaptchaVerified: boolean;
|
|
75
|
+
isEmailValid: boolean;
|
|
76
|
+
isEditingStreet: boolean;
|
|
77
|
+
psaOptions: any;
|
|
78
|
+
question: any;
|
|
79
|
+
editingFooterLinks: {
|
|
80
|
+
items: any[];
|
|
81
|
+
};
|
|
82
|
+
editingStreet: string;
|
|
83
|
+
constructor(fb: UntypedFormBuilder, authService: AuthService, crmService: CrmService, sanitizer: DomSanitizer, adminService: AdminService, injector: Injector, abTestService: AbTestService, modalService: NgbModal, cdr: ChangeDetectorRef, document: Document);
|
|
84
|
+
ngOnInit(): void;
|
|
85
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
86
|
+
openLogoEditModal(): void;
|
|
87
|
+
onSaveFile(event: any): void;
|
|
88
|
+
saveQuestions(modal: any): void;
|
|
89
|
+
addNewQuestion(): void;
|
|
90
|
+
addQuestionOption(qIndex: number): void;
|
|
91
|
+
removeQuestionOption(qIndex: number, optIndex: number): void;
|
|
92
|
+
dropQuestions(event: any): void;
|
|
93
|
+
dropQuestionOptions(qIndex: number, event: any): void;
|
|
94
|
+
openSocialEditModal(): void;
|
|
95
|
+
saveSocialLinks(modal: any): void;
|
|
96
|
+
hasValidOptions(): boolean;
|
|
97
|
+
ngAfterViewInit(): void;
|
|
98
|
+
openEditFooterLinksModal(content: any): void;
|
|
99
|
+
private watchIframeHeightChange;
|
|
100
|
+
onHubspotLoad(event: Event): void;
|
|
101
|
+
private callAbTestFinish;
|
|
102
|
+
contactUsForm(): void;
|
|
103
|
+
onSubmit(): void;
|
|
104
|
+
handleSuccess(token: string): void;
|
|
105
|
+
scrollToTop(): void;
|
|
106
|
+
getFooterHubspotForm(): any;
|
|
107
|
+
navigateToBookMeeting(): void;
|
|
108
|
+
validateEmail(): void;
|
|
109
|
+
addFooterLink(): void;
|
|
110
|
+
removeFooterLink(index: number): void;
|
|
111
|
+
addSubtitle(footerIndex: number): void;
|
|
112
|
+
removeSubtitle(footerIndex: number, subtitleIndex: number): void;
|
|
113
|
+
dropFooterLinks(event: any): void;
|
|
114
|
+
dropSubtitles(footerIndex: number, event: any): void;
|
|
115
|
+
saveFooterLinks(modal: any): void;
|
|
116
|
+
saveEmail(): void;
|
|
117
|
+
saveStreet(): void;
|
|
118
|
+
cancelStreet(): void;
|
|
119
|
+
openHubspotEditModal(footerItem: any): void;
|
|
120
|
+
saveHubspotHtml(modal: any): void;
|
|
121
|
+
private updateCanEditResourcesValue;
|
|
122
|
+
canEditResources(): boolean;
|
|
123
|
+
ngOnDestroy(): void;
|
|
124
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Trial4ContactUsComponent, never>;
|
|
125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Trial4ContactUsComponent, "pw-trial-4-contact-us", never, { "subscriptionId": { "alias": "subscriptionId"; "required": false; }; "sourceId": { "alias": "sourceId"; "required": false; }; "masterSubscriptionId": { "alias": "masterSubscriptionId"; "required": false; }; "experimentName": { "alias": "experimentName"; "required": false; }; "microserviceName": { "alias": "microserviceName"; "required": false; }; "shardName": { "alias": "shardName"; "required": false; }; "user": { "alias": "user"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; }, {}, never, never, false, never>;
|
|
126
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./resource-contact-us.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
import * as i5 from "@angular/cdk/drag-drop";
|
|
7
|
+
import * as i6 from "@ng-bootstrap/ng-bootstrap";
|
|
8
|
+
import * as i7 from "@posiwise/directives";
|
|
9
|
+
import * as i8 from "@posiwise/pipes";
|
|
10
|
+
import * as i9 from "@posiwise/core-transloco";
|
|
11
|
+
import * as i10 from "ngx-captcha";
|
|
12
|
+
import * as i11 from "primeng/dropdown";
|
|
13
|
+
import * as i12 from "@posiwise/shared-components";
|
|
14
|
+
import * as i13 from "@posiwise/admin-module-utils";
|
|
15
|
+
/**
|
|
16
|
+
* Standalone module for Trial4ContactUsComponent (pw-trial-4-contact-us)
|
|
17
|
+
* Lightweight alternative to importing entire ResourceSharedModule
|
|
18
|
+
*/
|
|
19
|
+
export declare class Trial4ContactUsModule {
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Trial4ContactUsModule, never>;
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Trial4ContactUsModule, [typeof i1.Trial4ContactUsComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.RouterModule, typeof i5.DragDropModule, typeof i6.NgbModalModule, typeof i6.NgbTooltipModule, typeof i7.DirectivesModule, typeof i8.PipesModule, typeof i9.CoreTranslocoModule, typeof i10.NgxCaptchaModule, typeof i11.DropdownModule, typeof i12.ProfileImageCropperModule, typeof i12.FieldErrorDisplayModule, typeof i13.AdminModuleUtilsModule], [typeof i1.Trial4ContactUsComponent]>;
|
|
22
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<Trial4ContactUsModule>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, OnDestroy, SimpleChanges, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Lazy-loading wrapper for ResourceEditCard
|
|
5
|
+
*/
|
|
6
|
+
export declare class ResourceEditCardLazyComponent implements OnChanges, OnDestroy {
|
|
7
|
+
container: ViewContainerRef;
|
|
8
|
+
id: number;
|
|
9
|
+
resourceData: any;
|
|
10
|
+
canEdit: boolean;
|
|
11
|
+
updated: EventEmitter<void>;
|
|
12
|
+
private componentRef;
|
|
13
|
+
private loading;
|
|
14
|
+
ngOnChanges(changes: SimpleChanges): Promise<void>;
|
|
15
|
+
private loadEditCard;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceEditCardLazyComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceEditCardLazyComponent, "pw-resource-edit-card-lazy", never, { "id": { "alias": "id"; "required": false; }; "resourceData": { "alias": "resourceData"; "required": false; }; "canEdit": { "alias": "canEdit"; "required": false; }; }, { "updated": "updated"; }, never, never, false, never>;
|
|
19
|
+
}
|
|
@@ -64,8 +64,6 @@ export declare class ResourcePostDetailsComponent extends AppBaseComponent imple
|
|
|
64
64
|
ngOnInit(): void;
|
|
65
65
|
private getPostTags;
|
|
66
66
|
private getBlogItem;
|
|
67
|
-
private updateSEOMetadata;
|
|
68
|
-
private updateMetaDescription;
|
|
69
67
|
private setOpenGraphMetaTags;
|
|
70
68
|
getImageUrl(): string | null;
|
|
71
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourcePostDetailsComponent, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Injector, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, Injector, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
3
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
4
|
import { TagService } from '@posiwise/common-services';
|
|
@@ -9,6 +9,7 @@ export declare class ResourceVideoCardComponent extends AppBaseComponent impleme
|
|
|
9
9
|
private readonly sanitizer;
|
|
10
10
|
private readonly resourceService;
|
|
11
11
|
private readonly tagService;
|
|
12
|
+
private readonly cdr;
|
|
12
13
|
showVideoSection: boolean;
|
|
13
14
|
categoryId: string;
|
|
14
15
|
tag: any;
|
|
@@ -30,7 +31,7 @@ export declare class ResourceVideoCardComponent extends AppBaseComponent impleme
|
|
|
30
31
|
isEditingTitle: boolean;
|
|
31
32
|
editedTitle: string;
|
|
32
33
|
isMasterSubscription: any;
|
|
33
|
-
constructor(sanitizer: DomSanitizer, resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
34
|
+
constructor(sanitizer: DomSanitizer, resourceService: ResourceService, tagService: TagService, cdr: ChangeDetectorRef, injector: Injector);
|
|
34
35
|
ngOnInit(): void;
|
|
35
36
|
ngOnChanges(changes: SimpleChanges): void;
|
|
36
37
|
loadVideo(post: any): void;
|
|
@@ -41,6 +42,7 @@ export declare class ResourceVideoCardComponent extends AppBaseComponent impleme
|
|
|
41
42
|
private getEffectiveSubscriptionId;
|
|
42
43
|
private updateCanEditResourcesValue;
|
|
43
44
|
canEditResources(): boolean;
|
|
45
|
+
trackByPostId(index: number, post: Resource): number;
|
|
44
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceVideoCardComponent, never>;
|
|
45
47
|
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceVideoCardComponent, "pw-resource-video-card", never, { "showVideoSection": { "alias": "showVideoSection"; "required": false; }; "categoryId": { "alias": "categoryId"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "postSlice": { "alias": "postSlice"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; "user": { "alias": "user"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; }, {}, never, never, false, never>;
|
|
46
48
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Injector, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, Injector, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { TagService } from '@posiwise/common-services';
|
|
4
4
|
import { Resource, User } from '@posiwise/common-utilities';
|
|
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class UpcomingEventCardComponent extends AppBaseComponent implements OnInit, OnChanges {
|
|
8
8
|
private readonly resourceService;
|
|
9
9
|
private readonly tagService;
|
|
10
|
+
private readonly cdr;
|
|
10
11
|
showEventContent: boolean;
|
|
11
12
|
categoryId: string;
|
|
12
13
|
tag: any;
|
|
@@ -24,7 +25,7 @@ export declare class UpcomingEventCardComponent extends AppBaseComponent impleme
|
|
|
24
25
|
isLoaded: boolean;
|
|
25
26
|
blogPostTag: any;
|
|
26
27
|
isMasterSubscription: any;
|
|
27
|
-
constructor(resourceService: ResourceService, tagService: TagService, injector: Injector);
|
|
28
|
+
constructor(resourceService: ResourceService, tagService: TagService, cdr: ChangeDetectorRef, injector: Injector);
|
|
28
29
|
ngOnInit(): void;
|
|
29
30
|
ngOnChanges(changes: SimpleChanges): void;
|
|
30
31
|
private getPostTags;
|
|
@@ -37,6 +38,7 @@ export declare class UpcomingEventCardComponent extends AppBaseComponent impleme
|
|
|
37
38
|
private getEffectiveSubscriptionId;
|
|
38
39
|
private updateCanEditResourcesValue;
|
|
39
40
|
canEditResources(): boolean;
|
|
41
|
+
trackByPostId(index: number, post: Resource): number;
|
|
40
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<UpcomingEventCardComponent, never>;
|
|
41
43
|
static ɵcmp: i0.ɵɵComponentDeclaration<UpcomingEventCardComponent, "pw-upcoming-event-card", never, { "showEventContent": { "alias": "showEventContent"; "required": false; }; "categoryId": { "alias": "categoryId"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "postSlice": { "alias": "postSlice"; "required": false; }; "resourceTitle": { "alias": "resourceTitle"; "required": false; }; "user": { "alias": "user"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; }, {}, never, never, false, never>;
|
|
42
44
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { Injector, OnInit } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { AuthService } from '@posiwise/common-services';
|
|
4
4
|
import { Tag, User } from '@posiwise/common-utilities';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ResourceComponent extends AppBaseComponent implements OnInit {
|
|
7
7
|
private readonly authService;
|
|
8
|
+
private readonly cdr;
|
|
8
9
|
allTags: Tag[];
|
|
9
10
|
user: User;
|
|
10
11
|
userLoggedIn: boolean;
|
|
11
|
-
constructor(authService: AuthService, injector: Injector);
|
|
12
|
+
constructor(authService: AuthService, cdr: ChangeDetectorRef, injector: Injector);
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
onTagsLoaded(tags: Tag[]): void;
|
|
14
15
|
hasTag(name: string): boolean;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../../components/resource-blogs/resource-blog.component";
|
|
3
|
+
import * as i2 from "../../components/resource-blogs/resource-blog-top-banner/resource-blog-top-banner.component";
|
|
4
|
+
import * as i3 from "../../shared/resource-shared.module";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
export declare class ResourceBlogsModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceBlogsModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceBlogsModule, [typeof i1.ResourceBlogComponent, typeof i2.ResourceBlogTopBannerComponent], [typeof i3.ResourceSharedModule, typeof i4.RouterModule], never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceBlogsModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../../components/resource-case-studies/resource-case-studies.component";
|
|
3
|
+
import * as i2 from "../../components/testimonial-card/testimonial-card.component";
|
|
4
|
+
import * as i3 from "../../shared/resource-shared.module";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
export declare class ResourceCaseStudiesModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceCaseStudiesModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceCaseStudiesModule, [typeof i1.ResourceCaseStudiesComponent, typeof i2.TestimonialCardListComponent], [typeof i3.ResourceSharedModule, typeof i4.RouterModule], never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceCaseStudiesModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../../components/resource-webinars/resource-webinars.component";
|
|
3
|
+
import * as i2 from "../../components/resource-webinars/replay-event-cards/replay-event-cards.component";
|
|
4
|
+
import * as i3 from "../../shared/resource-shared.module";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
export declare class ResourceEventsModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceEventsModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceEventsModule, [typeof i1.ResourceWebinarComponent, typeof i2.ReplayEventCardComponent], [typeof i3.ResourceSharedModule, typeof i4.RouterModule], never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceEventsModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../../components/resources-hub/resources-hub.component";
|
|
3
|
+
import * as i2 from "../../shared/resource-shared.module";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
export declare class ResourceHubModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceHubModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceHubModule, [typeof i1.ResourceHubComponent], [typeof i2.ResourceSharedModule, typeof i3.RouterModule], never>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceHubModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../../components/resource-integration/resource-integration.component";
|
|
3
|
+
import * as i2 from "../../components/resource-integration/integration-top-banner/integration-top-banner.component";
|
|
4
|
+
import * as i3 from "../../shared/resource-shared.module";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
export declare class ResourceIntegrationsModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceIntegrationsModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceIntegrationsModule, [typeof i1.ResourceIntegrationComponent, typeof i2.IntegrationTopBannerComponent], [typeof i3.ResourceSharedModule, typeof i4.RouterModule], never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceIntegrationsModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../../components/resource-post/resource-post.component";
|
|
3
|
+
import * as i2 from "../../components/resource-post/resource-post-details/resource-post-details.component";
|
|
4
|
+
import * as i3 from "../../components/resource-post/related-resources/related-resources.component";
|
|
5
|
+
import * as i4 from "../../shared/resource-shared.module";
|
|
6
|
+
import * as i5 from "@angular/router";
|
|
7
|
+
export declare class ResourcePostModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourcePostModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourcePostModule, [typeof i1.ResourcePostComponent, typeof i2.ResourcePostDetailsComponent, typeof i3.RelatedResourcesComponent], [typeof i4.ResourceSharedModule, typeof i5.RouterModule], never>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourcePostModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../../components/resource-release-notes/resource-release-notes.component";
|
|
3
|
+
import * as i2 from "../../components/resource-release-notes/resource-release-notes-top-banner/resource-release-notes-top-banner.component";
|
|
4
|
+
import * as i3 from "../../shared/resource-shared.module";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
export declare class ResourceReleaseNotesModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceReleaseNotesModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceReleaseNotesModule, [typeof i1.ResourceReleaseNoteComponent, typeof i2.ReleaseTopBannerComponent], [typeof i3.ResourceSharedModule, typeof i4.RouterModule], never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceReleaseNotesModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@posiwise/core-transloco";
|
|
5
|
+
import * as i4 from "@jsverse/transloco";
|
|
6
|
+
import * as i5 from "@posiwise/shared-components";
|
|
7
|
+
import * as i6 from "../../shared/resource-cards.module";
|
|
8
|
+
/**
|
|
9
|
+
* Shared module specifically for ResourceRootModule
|
|
10
|
+
* Imports only the essential modules needed by the root resource page
|
|
11
|
+
* without the unnecessary dependencies from ResourceSharedModule
|
|
12
|
+
*/
|
|
13
|
+
export declare class ResourceRootSharedModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceRootSharedModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceRootSharedModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.CoreTranslocoModule, typeof i4.TranslocoModule, typeof i5.ResourceSharedComponentsModule, typeof i6.ResourceCardsModule], [typeof i6.ResourceCardsModule, typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.CoreTranslocoModule, typeof i4.TranslocoModule, typeof i5.ResourceSharedComponentsModule]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceRootSharedModule>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../../components/resources/resources.component";
|
|
3
|
+
import * as i2 from "../../components/resources/resource-tags/resource-tags.component";
|
|
4
|
+
import * as i3 from "../../components/resources/vault-section/vault-section.component";
|
|
5
|
+
import * as i4 from "./resource-root-shared.module";
|
|
6
|
+
import * as i5 from "@angular/router";
|
|
7
|
+
export declare class ResourceRootModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceRootModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceRootModule, [typeof i1.ResourceComponent, typeof i2.ResourceTagComponent, typeof i3.VaultSectionComponent], [typeof i4.ResourceRootSharedModule, typeof i5.RouterModule], never>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceRootModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../../components/resource-videos/resource-videos.component";
|
|
3
|
+
import * as i2 from "../../components/resource-videos/resource-videos-top-banner/resource-videos-top-banner.component";
|
|
4
|
+
import * as i3 from "../../shared/resource-shared.module";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
export declare class ResourceVideosModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceVideosModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceVideosModule, [typeof i1.ResourceVideoComponent, typeof i2.VideosTopBannerComponent], [typeof i3.ResourceSharedModule, typeof i4.RouterModule], never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceVideosModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../../components/white-papers/white-papers.component";
|
|
3
|
+
import * as i2 from "../../components/white-papers/white-papers-top-banner/white-papers-top-banner.component";
|
|
4
|
+
import * as i3 from "../../shared/resource-shared.module";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
export declare class ResourceWhitePapersModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceWhitePapersModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceWhitePapersModule, [typeof i1.WhitePaperComponent, typeof i2.WhitePaperTopBannerComponent], [typeof i3.ResourceSharedModule, typeof i4.RouterModule], never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceWhitePapersModule>;
|
|
10
|
+
}
|
|
@@ -1,56 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./
|
|
3
|
-
import * as i2 from "./components/resources/resource-tags/resource-tags.component";
|
|
4
|
-
import * as i3 from "./components/resources-read/resources-read.component";
|
|
5
|
-
import * as i4 from "./components/resources/vault-section/vault-section.component";
|
|
6
|
-
import * as i5 from "./components/resources/resources.component";
|
|
7
|
-
import * as i6 from "./components/resource-post/resource-post.component";
|
|
8
|
-
import * as i7 from "./components/resource-post/related-resources/related-resources.component";
|
|
9
|
-
import * as i8 from "./components/resource-post/related-resources/resource-cards/resource-cards.component";
|
|
10
|
-
import * as i9 from "./components/resource-post/resource-post-details/resource-post-details.component";
|
|
11
|
-
import * as i10 from "./components/resource-blogs/resource-blog.component";
|
|
12
|
-
import * as i11 from "./components/resource-videos/resource-videos.component";
|
|
13
|
-
import * as i12 from "./components/resource-integration/resource-integration.component";
|
|
14
|
-
import * as i13 from "./components/resource-integration/integration-top-banner/integration-top-banner.component";
|
|
15
|
-
import * as i14 from "./components/resource-blogs/resource-blog-top-banner/resource-blog-top-banner.component";
|
|
16
|
-
import * as i15 from "./components/resource-top-banner-edit/resource-top-banner-edit.component";
|
|
17
|
-
import * as i16 from "./components/white-papers/white-papers-top-banner/white-papers-top-banner.component";
|
|
18
|
-
import * as i17 from "./components/resource-release-notes/resource-release-notes-top-banner/resource-release-notes-top-banner.component";
|
|
19
|
-
import * as i18 from "./components/resource-videos/resource-videos-top-banner/resource-videos-top-banner.component";
|
|
20
|
-
import * as i19 from "./components/resource-release-notes/resource-release-notes.component";
|
|
21
|
-
import * as i20 from "./components/resource-webinars/resource-webinars.component";
|
|
22
|
-
import * as i21 from "./components/white-papers/white-papers.component";
|
|
23
|
-
import * as i22 from "./components/resource-case-studies/resource-case-studies.component";
|
|
24
|
-
import * as i23 from "./components/resource-card-list/resource-card-list.component";
|
|
25
|
-
import * as i24 from "./components/testimonial-card/testimonial-card.component";
|
|
26
|
-
import * as i25 from "./components/reslease-note-card/release-note-card.component";
|
|
27
|
-
import * as i26 from "./components/resource-company-card/resource-company-card.component";
|
|
28
|
-
import * as i27 from "./components/resource-vault/resource-vault.component";
|
|
29
|
-
import * as i28 from "./components/resource-videos/resource-video-cards/resource-video-cards.component";
|
|
30
|
-
import * as i29 from "./components/resource-webinars/upcoming-event-cards/upcoming-event-cards.component";
|
|
31
|
-
import * as i30 from "./components/resource-webinars/replay-event-cards/replay-event-cards.component";
|
|
32
|
-
import * as i31 from "./components/resource-case-studies/case-studies-cards/case-studies-cards.component";
|
|
33
|
-
import * as i32 from "./components/resource-edit-card/resource-edit-card.component";
|
|
34
|
-
import * as i33 from "@angular/common";
|
|
35
|
-
import * as i34 from "ngx-ui-switch";
|
|
36
|
-
import * as i35 from "primeng/calendar";
|
|
37
|
-
import * as i36 from "@posiwise/pipes";
|
|
38
|
-
import * as i37 from "@posiwise/alpha-module";
|
|
39
|
-
import * as i38 from "primeng/dropdown";
|
|
40
|
-
import * as i39 from "primeng/paginator";
|
|
41
|
-
import * as i40 from "@posiwise/shared-components";
|
|
42
|
-
import * as i41 from "ngx-uploader";
|
|
43
|
-
import * as i42 from "./resource-public.routing.module";
|
|
44
|
-
import * as i43 from "ngx-sharebuttons/buttons";
|
|
45
|
-
import * as i44 from "@posiwise/public-modules";
|
|
46
|
-
import * as i45 from "ngx-sharebuttons/icons";
|
|
47
|
-
import * as i46 from "ngx-quill";
|
|
48
|
-
import * as i47 from "@angular/forms";
|
|
49
|
-
import * as i48 from "@posiwise/core-transloco";
|
|
50
|
-
import * as i49 from "@jsverse/transloco";
|
|
51
|
-
import * as i50 from "@posiwise/directives";
|
|
2
|
+
import * as i1 from "./resource-public.routing.module";
|
|
52
3
|
export declare class ResourcePublicModule {
|
|
53
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourcePublicModule, never>;
|
|
54
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourcePublicModule,
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourcePublicModule, never, [typeof i1.BlogPublicRoutingModule], never>;
|
|
55
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<ResourcePublicModule>;
|
|
56
7
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../components/resource-videos/resource-video-cards/resource-video-cards.component";
|
|
3
|
+
import * as i2 from "../components/resource-webinars/upcoming-event-cards/upcoming-event-cards.component";
|
|
4
|
+
import * as i3 from "../components/resource-post/related-resources/resource-cards/resource-cards.component";
|
|
5
|
+
import * as i4 from "../components/resource-case-studies/case-studies-cards/case-studies-cards.component";
|
|
6
|
+
import * as i5 from "../components/reslease-note-card/release-note-card.component";
|
|
7
|
+
import * as i6 from "../components/resource-vault/resource-vault.component";
|
|
8
|
+
import * as i7 from "../components/resource-edit-card-lazy/resource-edit-card-lazy.component";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
|
+
import * as i9 from "@angular/router";
|
|
11
|
+
import * as i10 from "@angular/forms";
|
|
12
|
+
import * as i11 from "@posiwise/pipes";
|
|
13
|
+
import * as i12 from "primeng/paginator";
|
|
14
|
+
import * as i13 from "primeng/dropdown";
|
|
15
|
+
import * as i14 from "@posiwise/shared-components";
|
|
16
|
+
import * as i15 from "@posiwise/core-transloco";
|
|
17
|
+
import * as i16 from "@jsverse/transloco";
|
|
18
|
+
import * as i17 from "@posiwise/directives";
|
|
19
|
+
import * as i18 from "@angular/cdk/drag-drop";
|
|
20
|
+
import * as i19 from "ngx-captcha";
|
|
21
|
+
import * as i20 from "../components/resource-contact-us/resource-contact-us.module";
|
|
22
|
+
/**
|
|
23
|
+
* Module containing resource card components (lightweight version)
|
|
24
|
+
* ResourceEditCard is lazy-loaded on demand to save 145 KB
|
|
25
|
+
* Trial4ContactUs moved to separate module for better tree-shaking
|
|
26
|
+
* Used by both ResourceRootModule and ResourceSharedModule
|
|
27
|
+
*/
|
|
28
|
+
export declare class ResourceCardsModule {
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceCardsModule, never>;
|
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceCardsModule, [typeof i1.ResourceVideoCardComponent, typeof i2.UpcomingEventCardComponent, typeof i3.ResourceCardComponent, typeof i4.CaseStudyCardComponent, typeof i5.ResourceNoteCardComponent, typeof i6.ResourceVaultComponent, typeof i7.ResourceEditCardLazyComponent], [typeof i8.CommonModule, typeof i9.RouterModule, typeof i10.FormsModule, typeof i10.ReactiveFormsModule, typeof i11.PipesModule, typeof i12.PaginatorModule, typeof i13.DropdownModule, typeof i14.ResourceSharedComponentsModule, typeof i15.CoreTranslocoModule, typeof i16.TranslocoModule, typeof i17.DirectivesModule, typeof i18.DragDropModule, typeof i19.NgxCaptchaModule, typeof i20.Trial4ContactUsModule], [typeof i1.ResourceVideoCardComponent, typeof i2.UpcomingEventCardComponent, typeof i3.ResourceCardComponent, typeof i4.CaseStudyCardComponent, typeof i5.ResourceNoteCardComponent, typeof i6.ResourceVaultComponent, typeof i20.Trial4ContactUsModule, typeof i7.ResourceEditCardLazyComponent]>;
|
|
31
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceCardsModule>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../components/resource-edit-card/resource-edit-card.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "primeng/calendar";
|
|
6
|
+
import * as i5 from "primeng/autocomplete";
|
|
7
|
+
import * as i6 from "@posiwise/shared-components";
|
|
8
|
+
import * as i7 from "@posiwise/core-transloco";
|
|
9
|
+
import * as i8 from "@jsverse/transloco";
|
|
10
|
+
import * as i9 from "@posiwise/directives";
|
|
11
|
+
import * as i10 from "ngx-quill";
|
|
12
|
+
import * as i11 from "ngx-ui-switch";
|
|
13
|
+
/**
|
|
14
|
+
* Lazy-loadable module for ResourceEditCard
|
|
15
|
+
* Contains heavy dependencies (Quill, Calendar, etc.) that are only needed for admins
|
|
16
|
+
* This module is dynamically imported when edit button is clicked
|
|
17
|
+
*/
|
|
18
|
+
export declare class ResourceEditModule {
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceEditModule, never>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceEditModule, [typeof i1.ResourceEditCardComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.CalendarModule, typeof i5.AutoCompleteModule, typeof i6.ResourceSharedComponentsModule, typeof i7.CoreTranslocoModule, typeof i8.TranslocoModule, typeof i9.DirectivesModule, typeof i10.QuillModule, typeof i11.UiSwitchModule], [typeof i1.ResourceEditCardComponent]>;
|
|
21
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceEditModule>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../components/resource-company-card/resource-company-card.component";
|
|
3
|
+
import * as i2 from "../components/resource-top-banner-edit/resource-top-banner-edit.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "@posiwise/pipes";
|
|
8
|
+
import * as i7 from "@posiwise/shared-components";
|
|
9
|
+
import * as i8 from "@posiwise/core-transloco";
|
|
10
|
+
import * as i9 from "@jsverse/transloco";
|
|
11
|
+
import * as i10 from "@posiwise/directives";
|
|
12
|
+
import * as i11 from "primeng/inputtext";
|
|
13
|
+
import * as i12 from "primeng/inputtextarea";
|
|
14
|
+
import * as i13 from "./resource-cards.module";
|
|
15
|
+
export declare class ResourceSharedModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceSharedModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceSharedModule, [typeof i1.ResourceCompanyCardComponent, typeof i2.ResourceTopBannerEditComponent], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.PipesModule, typeof i7.ResourceSharedComponentsModule, typeof i8.CoreTranslocoModule, typeof i9.TranslocoModule, typeof i10.DirectivesModule, typeof i11.InputTextModule, typeof i12.InputTextareaModule, typeof i13.ResourceCardsModule], [typeof i1.ResourceCompanyCardComponent, typeof i2.ResourceTopBannerEditComponent, typeof i13.ResourceCardsModule, typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.PipesModule, typeof i7.ResourceSharedComponentsModule, typeof i8.CoreTranslocoModule, typeof i9.TranslocoModule, typeof i10.DirectivesModule, typeof i11.InputTextModule, typeof i12.InputTextareaModule]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceSharedModule>;
|
|
19
|
+
}
|