pdm-ui-kit 0.1.13 → 0.1.15

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.
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { ChangeDetectorRef, EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export interface PdmTabItem {
4
4
  label: string;
@@ -6,6 +6,8 @@ export interface PdmTabItem {
6
6
  disabled?: boolean;
7
7
  }
8
8
  export declare class PdmTabsComponent {
9
+ private readonly cdr;
10
+ constructor(cdr: ChangeDetectorRef);
9
11
  items: PdmTabItem[];
10
12
  value: string;
11
13
  className: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdm-ui-kit",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "PDM UI Kit Angular components",
5
5
  "author": "Corelusa",
6
6
  "license": "MIT",