@indigina/ui-kit 1.0.120 → 1.0.123

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.
@@ -8,6 +8,7 @@ export interface KitLocationStepperItemDate {
8
8
  export interface KitLocationStepperItem {
9
9
  title: string;
10
10
  icon: KitSvgIcon;
11
+ name?: string;
11
12
  description?: string;
12
13
  dates?: KitLocationStepperItemDate[];
13
14
  cssClass?: string;
@@ -6,9 +6,9 @@ export declare enum KitQueryParamsName {
6
6
  export declare type KitQueryParams = Record<string, string | string[]>;
7
7
  export declare class KitQueryParamsService {
8
8
  private activatedRoute;
9
- readonly queryParams: KitQueryParams;
10
9
  constructor(activatedRoute: ActivatedRoute);
11
10
  getQueryParamsByName(name: KitQueryParamsName): KitQueryParams[] | null;
11
+ private buildParams;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<KitQueryParamsService, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<KitQueryParamsService>;
14
14
  }
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.0.120",
10
+ "version": "1.0.123",
11
11
  "peerDependencies": {
12
12
  "@angular/common": "13.2.6",
13
13
  "@angular/core": "13.2.6"