@posiwise/resource-module 0.0.99 → 0.0.100
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/resource-blogs/resource-blog-top-banner/resource-blog-top-banner.component.mjs +3 -3
- package/esm2022/lib/public/components/resource-case-studies/case-studies-cards/case-studies-cards.component.mjs +3 -3
- package/esm2022/lib/public/components/resource-integration/integration-top-banner/integration-top-banner.component.mjs +3 -3
- package/esm2022/lib/public/components/resource-post/related-resources/resource-cards/resource-cards.component.mjs +3 -3
- package/esm2022/lib/public/components/resource-release-notes/resource-release-notes-top-banner/resource-release-notes-top-banner.component.mjs +3 -3
- package/esm2022/lib/public/components/resource-videos/resource-video-cards/resource-video-cards.component.mjs +3 -3
- package/esm2022/lib/public/components/resource-videos/resource-videos-top-banner/resource-videos-top-banner.component.mjs +3 -3
- package/esm2022/lib/public/components/resource-webinars/replay-event-cards/replay-event-cards.component.mjs +3 -3
- package/esm2022/lib/public/components/resource-webinars/upcoming-event-cards/upcoming-event-cards.component.mjs +3 -3
- package/esm2022/lib/public/components/white-papers/white-papers-top-banner/white-papers-top-banner.component.mjs +3 -3
- package/fesm2022/posiwise-resource-module.mjs +22 -23
- package/fesm2022/posiwise-resource-module.mjs.map +1 -1
- package/lib/public/components/resource-blogs/resource-blog-top-banner/resource-blog-top-banner.component.d.ts +1 -1
- package/lib/public/components/resource-case-studies/case-studies-cards/case-studies-cards.component.d.ts +1 -1
- package/lib/public/components/resource-integration/integration-top-banner/integration-top-banner.component.d.ts +1 -1
- package/lib/public/components/resource-post/related-resources/resource-cards/resource-cards.component.d.ts +1 -1
- package/lib/public/components/resource-release-notes/resource-release-notes-top-banner/resource-release-notes-top-banner.component.d.ts +1 -1
- package/lib/public/components/resource-videos/resource-video-cards/resource-video-cards.component.d.ts +1 -1
- package/lib/public/components/resource-videos/resource-videos-top-banner/resource-videos-top-banner.component.d.ts +1 -1
- package/lib/public/components/resource-webinars/replay-event-cards/replay-event-cards.component.d.ts +1 -1
- package/lib/public/components/resource-webinars/upcoming-event-cards/upcoming-event-cards.component.d.ts +1 -1
- package/lib/public/components/white-papers/white-papers-top-banner/white-papers-top-banner.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { TagService } from '@posiwise/common-services';
|
|
4
|
-
import { ResourceService } from '
|
|
4
|
+
import { ResourceService } from '../../../../resource.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ResourceBlogTopBannerComponent extends AppBaseComponent implements OnInit {
|
|
7
7
|
private readonly resourceService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
-
import { ResourceService } from '
|
|
3
|
+
import { ResourceService } from '../../../../resource.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CaseStudyCardComponent extends AppBaseComponent implements OnInit {
|
|
6
6
|
private readonly resourceService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { TagService } from '@posiwise/common-services';
|
|
4
|
-
import { ResourceService } from '
|
|
4
|
+
import { ResourceService } from '../../../../resource.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class IntegrationTopBannerComponent extends AppBaseComponent implements OnInit {
|
|
7
7
|
private readonly resourceService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
-
import { ResourceService } from '
|
|
3
|
+
import { ResourceService } from '../../../../../resource.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ResourceCardComponent extends AppBaseComponent implements OnInit {
|
|
6
6
|
private readonly resourceService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { TagService } from '@posiwise/common-services';
|
|
4
|
-
import { ResourceService } from '
|
|
4
|
+
import { ResourceService } from '../../../../resource.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ReleaseTopBannerComponent extends AppBaseComponent implements OnInit {
|
|
7
7
|
private readonly resourceService;
|
|
@@ -1,7 +1,7 @@
|
|
|
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 { ResourceService } from '
|
|
4
|
+
import { ResourceService } from '../../../../resource.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ResourceVideoCardComponent extends AppBaseComponent implements OnInit {
|
|
7
7
|
private readonly sanitizer;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { TagService } from '@posiwise/common-services';
|
|
4
|
-
import { ResourceService } from '
|
|
4
|
+
import { ResourceService } from '../../../../resource.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class VideosTopBannerComponent extends AppBaseComponent implements OnInit {
|
|
7
7
|
private readonly resourceService;
|
package/lib/public/components/resource-webinars/replay-event-cards/replay-event-cards.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { TagService } from '@posiwise/common-services';
|
|
4
|
-
import { ResourceService } from '
|
|
4
|
+
import { ResourceService } from '../../../../resource.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ReplayEventCardComponent extends AppBaseComponent implements OnInit {
|
|
7
7
|
private readonly resourceService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { TagService } from '@posiwise/common-services';
|
|
4
|
-
import { ResourceService } from '
|
|
4
|
+
import { ResourceService } from '../../../../resource.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UpcomingEventCardComponent extends AppBaseComponent implements OnInit {
|
|
7
7
|
private readonly resourceService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
3
|
import { TagService } from '@posiwise/common-services';
|
|
4
|
-
import { ResourceService } from '
|
|
4
|
+
import { ResourceService } from '../../../../resource.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class WhitePaperTopBannerComponent extends AppBaseComponent implements OnInit {
|
|
7
7
|
private readonly resourceService;
|