@onemrvapublic/design-system 19.0.0-develop.5 → 19.0.0-develop.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "19.0.0-develop.5",
3
+ "version": "19.0.0-develop.7",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -3,15 +3,17 @@ import { CDNUrlModeOptions } from '../constants';
3
3
  import { HttpClient } from '@angular/common/http';
4
4
  import { CacheService } from './cache.service';
5
5
  import { Observable, Subject } from 'rxjs';
6
+ import { Meta } from '@angular/platform-browser';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class OnemRvaCDNService {
8
9
  private rendererFactory;
9
10
  private cacheService;
10
11
  private http;
12
+ private meta;
11
13
  private readonly cdnUrl;
12
14
  refresh$: Subject<unknown>;
13
15
  private renderer;
14
- constructor(rendererFactory: RendererFactory2, cacheService: CacheService, http: HttpClient, cdnUrlMode: CDNUrlModeOptions);
16
+ constructor(rendererFactory: RendererFactory2, cacheService: CacheService, http: HttpClient, meta: Meta, cdnUrlMode: CDNUrlModeOptions);
15
17
  getUrl(path?: string): string;
16
18
  getImg(path?: string): string;
17
19
  getOri(path?: string): string;
@@ -25,6 +27,6 @@ export declare class OnemRvaCDNService {
25
27
  * //
26
28
  */
27
29
  loadCss(href: string): Promise<void>;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaCDNService, [null, null, null, { optional: true; }]>;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaCDNService, [null, null, null, null, { optional: true; }]>;
29
31
  static ɵprov: i0.ɵɵInjectableDeclaration<OnemRvaCDNService>;
30
32
  }