@posiwise/shared-components 0.0.21 → 0.0.23

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.
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class AbTestContainerComponent implements OnInit {
6
6
  private service;
7
7
  experimentName: string;
8
- serviceName: string;
8
+ serviceInput: string;
9
9
  data: Experiment;
10
10
  /**
11
11
  * Specifies boolean to show the experiment as fallback
@@ -15,5 +15,5 @@ export declare class AbTestContainerComponent implements OnInit {
15
15
  ngOnInit(): void;
16
16
  private getExperiment;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AbTestContainerComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<AbTestContainerComponent, "pw-ab-test-container", never, { "experimentName": "experimentName"; "serviceName": "serviceName"; }, {}, never, ["*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<AbTestContainerComponent, "pw-ab-test-container", never, { "experimentName": "experimentName"; "serviceInput": "serviceInput"; }, {}, never, ["*"], false, never>;
19
19
  }
package/package.json CHANGED
@@ -1,19 +1,20 @@
1
1
  {
2
2
  "name": "@posiwise/shared-components",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "15.2.5",
6
6
  "@angular/core": "15.2.5",
7
7
  "@ngneat/transloco": "^4.2.6",
8
8
  "@ngneat/transloco-keys-manager": "^3.7.0",
9
9
  "ngx-image-cropper": "^6.3.3",
10
- "@posiwise/common-services": "^0.0.54",
11
- "@posiwise/app-base-component": "^0.0.13",
12
- "@posiwise/directives": "^0.0.5",
10
+ "@posiwise/common-services": "^0.0.56",
11
+ "@posiwise/app-base-component": "^0.0.16",
12
+ "@posiwise/directives": "^0.0.8",
13
13
  "@posiwise/core-transloco": "^0.0.1",
14
14
  "@posiwise/core-styles": "^1.0.0",
15
- "@posiwise/admin-module-utils": "^0.0.4",
16
- "@posiwise/shared-public-components": "^0.0.4"
15
+ "@posiwise/admin-module-utils": "^0.0.7",
16
+ "@posiwise/shared-public-components": "^0.0.7",
17
+ "@posiwise/shared-product-services": "^0.0.5"
17
18
  },
18
19
  "dependencies": {
19
20
  "tslib": "^2.3.0"