pdm-ui-kit 0.1.14 → 0.1.16

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,12 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare type PdmButtonGroupVariant = 'default' | 'group' | 'orientation' | 'separator';
3
- export declare type PdmButtonGroupDirection = 'horizontal' | 'vertical';
3
+ export declare type PdmButtonGroupOrientation = 'horizontal' | 'vertical';
4
4
  export declare class PdmButtonGroupComponent {
5
5
  variant: PdmButtonGroupVariant;
6
- direction: PdmButtonGroupDirection;
6
+ orientation?: PdmButtonGroupOrientation;
7
+ direction?: PdmButtonGroupOrientation;
7
8
  separated: boolean;
8
9
  className: string;
9
10
  get rootClasses(): string[];
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PdmButtonGroupComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PdmButtonGroupComponent, "pdm-button-group", never, { "variant": "variant"; "direction": "direction"; "separated": "separated"; "className": "className"; }, {}, never, ["*"], false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PdmButtonGroupComponent, "pdm-button-group", never, { "variant": "variant"; "orientation": "orientation"; "direction": "direction"; "separated": "separated"; "className": "className"; }, {}, never, ["*"], false>;
12
13
  }
@@ -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.14",
3
+ "version": "0.1.16",
4
4
  "description": "PDM UI Kit Angular components",
5
5
  "author": "Corelusa",
6
6
  "license": "MIT",