@jooler/jooler-websites-shared 0.0.164 → 0.0.165

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.
@@ -0,0 +1,5 @@
1
+ export declare enum LibraryProductTypeChoice {
2
+ JEWELRY = 0,
3
+ MOUNTING = 1,
4
+ LIBRARY_MODEL = 2
5
+ }
@@ -1,12 +1,15 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { ServicePlan } from '../models/service-plan.model';
3
+ import { Router } from '@angular/router';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class PricingPlansComponent implements OnInit {
6
+ private _router;
5
7
  servicePlan: ServicePlan;
6
8
  featuresButtonClicked: boolean;
7
- constructor();
9
+ constructor(_router: Router);
8
10
  ngOnInit(): void;
9
11
  showFeatures(): void;
12
+ onClickCtaButton(): void;
10
13
  static ɵfac: i0.ɵɵFactoryDeclaration<PricingPlansComponent, never>;
11
14
  static ɵcmp: i0.ɵɵComponentDeclaration<PricingPlansComponent, "pricing-plans", never, { "servicePlan": "servicePlan"; }, {}, never, never, false>;
12
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jooler/jooler-websites-shared",
3
- "version": "0.0.164",
3
+ "version": "0.0.165",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=13.1.0",
6
6
  "@angular/core": ">=13.1.0"