@progress-chef/platform-shared-components 0.0.143 → 0.0.145

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 { ButtonRounded, ButtonSize, ChipFillMode, ChipThemeColor } from '@progress/kendo-angular-buttons';
1
+ import { ButtonRounded, ButtonSize, ChipFillMode, ChipThemeColor, ChipComponent as KendoChipComponent } from '@progress/kendo-angular-buttons';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class ChipComponent {
4
4
  size: ButtonSize;
@@ -6,7 +6,8 @@ export declare class ChipComponent {
6
6
  fillMode: ChipFillMode;
7
7
  themeColor: ChipThemeColor | string;
8
8
  removable: boolean;
9
- chip: ChipComponent;
9
+ chip: KendoChipComponent;
10
+ get element(): import("@angular/core").ElementRef<any>;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipComponent, never>;
11
12
  static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "lib-chip", never, { "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; }, {}, never, ["*"], true, never>;
12
13
  static ngAcceptInputType_removable: boolean | string;
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectorRef, ElementRef, QueryList, SimpleChanges } from '@angular/core';
2
- import { ChipComponent } from '@progress/kendo-angular-buttons';
2
+ import { ChipComponent } from '../chip/chip.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ChipListComponent {
5
5
  private cdr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress-chef/platform-shared-components",
3
- "version": "0.0.143",
3
+ "version": "0.0.145",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.17",
6
6
  "@angular/core": "^19.2.17",