@leanix/components 0.4.348 → 0.4.350

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.
@@ -2,7 +2,6 @@ import { OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class BadgeComponent implements OnInit {
4
4
  content: string | number;
5
- icon?: string;
6
5
  color: 'blue' | 'gray' | 'red' | 'yellow' | 'green' | 'purple' | 'white';
7
6
  calculateColorsDynamically: boolean;
8
7
  textColor: string;
@@ -11,5 +10,5 @@ export declare class BadgeComponent implements OnInit {
11
10
  get colorClass(): string;
12
11
  private calculateColorsFromText;
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "lx-badge", never, { "content": { "alias": "content"; "required": true; }; "icon": { "alias": "icon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "calculateColorsDynamically": { "alias": "calculateColorsDynamically"; "required": false; }; }, {}, never, never, true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "lx-badge", never, { "content": { "alias": "content"; "required": true; }; "color": { "alias": "color"; "required": false; }; "calculateColorsDynamically": { "alias": "calculateColorsDynamically"; "required": false; }; }, {}, never, never, true, never>;
15
14
  }
@@ -4,6 +4,7 @@ export declare class EmptyStateComponent {
4
4
  title: import("@angular/core").InputSignal<string>;
5
5
  icon: import("@angular/core").InputSignal<string | undefined>;
6
6
  buttonLabel: import("@angular/core").InputSignal<string | undefined>;
7
+ loading: import("@angular/core").InputSignal<boolean>;
7
8
  moreLinkLabel: import("@angular/core").InputSignal<string | undefined>;
8
9
  moreLink: import("@angular/core").InputSignal<string | string[] | undefined>;
9
10
  openMoreLinkInNewTab: import("@angular/core").InputSignal<boolean>;
@@ -13,5 +14,5 @@ export declare class EmptyStateComponent {
13
14
  buttonClicked: EventEmitter<MouseEvent>;
14
15
  moreLinkClicked: EventEmitter<MouseEvent>;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "lx-empty-state", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; "isSignal": true; }; "moreLinkLabel": { "alias": "moreLinkLabel"; "required": false; "isSignal": true; }; "moreLink": { "alias": "moreLink"; "required": false; "isSignal": true; }; "openMoreLinkInNewTab": { "alias": "openMoreLinkInNewTab"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "buttonClicked": "buttonClicked"; "moreLinkClicked": "moreLinkClicked"; }, never, ["*"], true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "lx-empty-state", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "moreLinkLabel": { "alias": "moreLinkLabel"; "required": false; "isSignal": true; }; "moreLink": { "alias": "moreLink"; "required": false; "isSignal": true; }; "openMoreLinkInNewTab": { "alias": "openMoreLinkInNewTab"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "buttonClicked": "buttonClicked"; "moreLinkClicked": "moreLinkClicked"; }, never, ["*"], true, never>;
17
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.348",
3
+ "version": "0.4.350",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {