@sunrise-upc/mobile-prod-card 4.7.3 → 4.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,12 +16,14 @@ export declare class LineTableBasicPropConfig {
16
16
  }
17
17
  export interface AssetPathPropConfigSchema {
18
18
  assetPath: string | '';
19
+ basicConfigUrl?: string | '';
19
20
  }
20
21
  export declare class AssetPathPropConfig {
21
22
  private static instance;
22
23
  config: AssetPathPropConfigSchema;
23
24
  private constructor();
24
25
  getAssetPath: () => string;
26
+ getBasicConfigUrl: () => string;
25
27
  static getInstance: () => AssetPathPropConfig;
26
28
  static create: (path_config: AssetPathPropConfigSchema) => void;
27
29
  }
@@ -14,3 +14,4 @@ export declare const replacePlaceholder: (source: string, params: any) => string
14
14
  export declare const isModemPresent: () => boolean;
15
15
  export declare const iconHandler: (type: string) => string;
16
16
  export declare const checkLinkWithLang: (url: string) => string | undefined;
17
+ export declare const getSBAssetUrl: (wafIdentifier: any, image?: string) => string;
package/dist/index.d.ts CHANGED
@@ -210,12 +210,14 @@ declare class LineTableBasicPropConfig {
210
210
  }
211
211
  interface AssetPathPropConfigSchema {
212
212
  assetPath: string | '';
213
+ basicConfigUrl?: string | '';
213
214
  }
214
215
  declare class AssetPathPropConfig {
215
216
  private static instance;
216
217
  config: AssetPathPropConfigSchema;
217
218
  private constructor();
218
219
  getAssetPath: () => string;
220
+ getBasicConfigUrl: () => string;
219
221
  static getInstance: () => AssetPathPropConfig;
220
222
  static create: (path_config: AssetPathPropConfigSchema) => void;
221
223
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "4.7.3",
3
+ "version": "4.7.4",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",