@leanix/components 0.4.842 → 0.4.844

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.
package/index.d.ts CHANGED
@@ -39,7 +39,6 @@ export * from './lib/core-ui/components/table/table.component';
39
39
  export * from './lib/core-ui/components/tokenizer/token/token.component';
40
40
  export * from './lib/core-ui/components/tokenizer/tokenizer-overflow-popover/tokenizer-overflow-popover.component';
41
41
  export * from './lib/core-ui/components/tokenizer/tokenizer.component';
42
- export * from './lib/core-ui/icon/icon.component';
43
42
  export * from './lib/core-ui/tooltip/tooltip-position.interface';
44
43
  export * from './lib/core-ui/tooltip/tooltip.component';
45
44
  export * from './lib/core-ui/tooltip/tooltip.directive';
@@ -67,9 +67,6 @@ export declare class ButtonComponent {
67
67
  * <button lx-button icon="decline">Close</button>
68
68
  */
69
69
  readonly icon: import("@angular/core").InputSignal<string | undefined>;
70
- protected readonly iconName: import("@angular/core").Signal<string | null>;
71
- protected readonly iconVariant: import("@angular/core").Signal<string>;
72
- protected readonly iconKind: import("@angular/core").Signal<"fa" | "sap">;
73
70
  /**
74
71
  * The SAP icon to display inside the button.
75
72
  * It is displayed after any additional content.
@@ -79,16 +76,12 @@ export declare class ButtonComponent {
79
76
  * <button lx-button endIcon="decline">Close</button>
80
77
  */
81
78
  readonly endIcon: import("@angular/core").InputSignal<string | undefined>;
82
- protected readonly endIconName: import("@angular/core").Signal<string | null>;
83
- protected readonly endIconVariant: import("@angular/core").Signal<string>;
84
- protected readonly endIconKind: import("@angular/core").Signal<"fa" | "sap">;
85
79
  /**
86
80
  * This shows a spinner inside the button.
87
81
  * @default false
88
82
  */
89
83
  showSpinner: boolean;
90
84
  get isDisabled(): boolean;
91
- private getIconName;
92
85
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
93
86
  static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[lx-button]", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "square": { "alias": "square"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "endIcon": { "alias": "endIcon"; "required": false; "isSignal": true; }; "showSpinner": { "alias": "showSpinner"; "required": false; }; }, {}, never, ["*"], true, never>;
94
87
  }
@@ -14,7 +14,6 @@ import { TableComponent } from './components/table/table.component';
14
14
  import { AfterViewInitDirective } from './directives/after-view-init.directive';
15
15
  import { AutocloseDirective } from './directives/autoclose.directive';
16
16
  import { AutofocusDirective } from './directives/autofocus.directive';
17
- import { IconComponent } from './icon/icon.component';
18
17
  import { LxLinkifyPipe } from './linkify/linkify.pipe';
19
18
  import { LxUnlinkifyPipe } from './linkify/unlinkify.pipe';
20
19
  import { BrPipe } from './pipes/br.pipe';
@@ -46,29 +45,28 @@ import * as i13 from "./pipes/custom-date.pipe";
46
45
  import * as i14 from "./components/ellipsis/ellipsis.component";
47
46
  import * as i15 from "./pipes/highlight-range.pipe";
48
47
  import * as i16 from "./pipes/highlight-term.pipe";
49
- import * as i17 from "./icon/icon.component";
50
- import * as i18 from "./linkify/linkify.pipe";
51
- import * as i19 from "./linkify/unlinkify.pipe";
52
- import * as i20 from "./pipes/lx-time-ago.pipe";
53
- import * as i21 from "./pipes/lx-translate.pipe";
54
- import * as i22 from "./pipes/markdown.pipe";
55
- import * as i23 from "./pipes/nbsp.pipe";
56
- import * as i24 from "./pipes/lx-is-uuid.pipe";
57
- import * as i25 from "./components/stepper/stepper.component";
58
- import * as i26 from "./components/spinner/spinner.component";
59
- import * as i27 from "./components/table/table.component";
60
- import * as i28 from "./components/table/table-header/table-header.component";
61
- import * as i29 from "./tooltip/tooltip.directive";
62
- import * as i30 from "./pipes/translation-after.pipe";
63
- import * as i31 from "./pipes/translation-before.pipe";
64
- import * as i32 from "./pipes/translation-between.pipe";
65
- import * as i33 from "./pipes/sort.pipe";
66
- import * as i34 from "./pipes/contrast-color.pipe";
67
- import * as i35 from "./pipes/unescape-curly-braces.pipe";
68
- import * as i36 from "./components/empty-state/empty-state.component";
69
- export declare const CORE_MODULE_EXPORTS: (typeof BadgeComponent | typeof BannerComponent | typeof ButtonGroupComponent | typeof ButtonComponent | typeof CardComponent | typeof CollapsibleComponent | typeof CounterComponent | typeof EllipsisComponent | typeof EmptyStateComponent | typeof SpinnerComponent | typeof StepperComponent | typeof SortPipe | typeof TableComponent | typeof TableHeaderComponent | typeof AfterViewInitDirective | typeof AutocloseDirective | typeof AutofocusDirective | typeof IconComponent | typeof LxLinkifyPipe | typeof LxUnlinkifyPipe | typeof BrPipe | typeof CustomDatePipe | typeof HighlightRangePipe | typeof HighlightTermPipe | typeof LxIsUuidPipe | typeof LxTranslatePipe | typeof MarkdownPipe | typeof TranslationBeforePipe | typeof TranslationAfterPipe | typeof TranslationBetweenPipe | typeof TooltipDirective)[];
48
+ import * as i17 from "./linkify/linkify.pipe";
49
+ import * as i18 from "./linkify/unlinkify.pipe";
50
+ import * as i19 from "./pipes/lx-time-ago.pipe";
51
+ import * as i20 from "./pipes/lx-translate.pipe";
52
+ import * as i21 from "./pipes/markdown.pipe";
53
+ import * as i22 from "./pipes/nbsp.pipe";
54
+ import * as i23 from "./pipes/lx-is-uuid.pipe";
55
+ import * as i24 from "./components/stepper/stepper.component";
56
+ import * as i25 from "./components/spinner/spinner.component";
57
+ import * as i26 from "./components/table/table.component";
58
+ import * as i27 from "./components/table/table-header/table-header.component";
59
+ import * as i28 from "./tooltip/tooltip.directive";
60
+ import * as i29 from "./pipes/translation-after.pipe";
61
+ import * as i30 from "./pipes/translation-before.pipe";
62
+ import * as i31 from "./pipes/translation-between.pipe";
63
+ import * as i32 from "./pipes/sort.pipe";
64
+ import * as i33 from "./pipes/contrast-color.pipe";
65
+ import * as i34 from "./pipes/unescape-curly-braces.pipe";
66
+ import * as i35 from "./components/empty-state/empty-state.component";
67
+ export declare const CORE_MODULE_EXPORTS: (typeof BadgeComponent | typeof BannerComponent | typeof ButtonGroupComponent | typeof ButtonComponent | typeof CardComponent | typeof CollapsibleComponent | typeof CounterComponent | typeof EllipsisComponent | typeof EmptyStateComponent | typeof SpinnerComponent | typeof StepperComponent | typeof SortPipe | typeof TableComponent | typeof TableHeaderComponent | typeof AfterViewInitDirective | typeof AutocloseDirective | typeof AutofocusDirective | typeof LxLinkifyPipe | typeof LxUnlinkifyPipe | typeof BrPipe | typeof CustomDatePipe | typeof HighlightRangePipe | typeof HighlightTermPipe | typeof LxIsUuidPipe | typeof LxTranslatePipe | typeof MarkdownPipe | typeof TranslationBeforePipe | typeof TranslationAfterPipe | typeof TranslationBetweenPipe | typeof TooltipDirective)[];
70
68
  export declare class LxCoreUiModule {
71
69
  static ɵfac: i0.ɵɵFactoryDeclaration<LxCoreUiModule, never>;
72
- static ɵmod: i0.ɵɵNgModuleDeclaration<LxCoreUiModule, never, [typeof i1.TranslateModule, typeof i2.AfterViewInitDirective, typeof i3.AutocloseDirective, typeof i4.AutofocusDirective, typeof i5.CounterComponent, typeof i6.BadgeComponent, typeof i7.BannerComponent, typeof i8.ButtonComponent, typeof i9.ButtonGroupComponent, typeof i10.BrPipe, typeof i11.CardComponent, typeof i12.CollapsibleComponent, typeof i13.CustomDatePipe, typeof i14.EllipsisComponent, typeof i15.HighlightRangePipe, typeof i16.HighlightTermPipe, typeof i17.IconComponent, typeof i18.LxLinkifyPipe, typeof i19.LxUnlinkifyPipe, typeof i20.LxTimeAgo, typeof i21.LxTranslatePipe, typeof i22.MarkdownPipe, typeof i23.NbspPipe, typeof i24.LxIsUuidPipe, typeof i25.StepperComponent, typeof i26.SpinnerComponent, typeof i27.TableComponent, typeof i28.TableHeaderComponent, typeof i29.TooltipDirective, typeof i30.TranslationAfterPipe, typeof i31.TranslationBeforePipe, typeof i32.TranslationBetweenPipe, typeof i33.SortPipe, typeof i34.ContrastColorPipe, typeof i35.UnescapeCurlyBracesPipe, typeof i36.EmptyStateComponent], [typeof i2.AfterViewInitDirective, typeof i3.AutocloseDirective, typeof i4.AutofocusDirective, typeof i6.BadgeComponent, typeof i5.CounterComponent, typeof i7.BannerComponent, typeof i8.ButtonComponent, typeof i10.BrPipe, typeof i9.ButtonGroupComponent, typeof i11.CardComponent, typeof i13.CustomDatePipe, typeof i14.EllipsisComponent, typeof i15.HighlightRangePipe, typeof i16.HighlightTermPipe, typeof i17.IconComponent, typeof i18.LxLinkifyPipe, typeof i19.LxUnlinkifyPipe, typeof i20.LxTimeAgo, typeof i21.LxTranslatePipe, typeof i22.MarkdownPipe, typeof i23.NbspPipe, typeof i24.LxIsUuidPipe, typeof i25.StepperComponent, typeof i26.SpinnerComponent, typeof i27.TableComponent, typeof i28.TableHeaderComponent, typeof i29.TooltipDirective, typeof i30.TranslationAfterPipe, typeof i31.TranslationBeforePipe, typeof i32.TranslationBetweenPipe, typeof i12.CollapsibleComponent, typeof i33.SortPipe, typeof i34.ContrastColorPipe, typeof i35.UnescapeCurlyBracesPipe, typeof i36.EmptyStateComponent]>;
70
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LxCoreUiModule, never, [typeof i1.TranslateModule, typeof i2.AfterViewInitDirective, typeof i3.AutocloseDirective, typeof i4.AutofocusDirective, typeof i5.CounterComponent, typeof i6.BadgeComponent, typeof i7.BannerComponent, typeof i8.ButtonComponent, typeof i9.ButtonGroupComponent, typeof i10.BrPipe, typeof i11.CardComponent, typeof i12.CollapsibleComponent, typeof i13.CustomDatePipe, typeof i14.EllipsisComponent, typeof i15.HighlightRangePipe, typeof i16.HighlightTermPipe, typeof i17.LxLinkifyPipe, typeof i18.LxUnlinkifyPipe, typeof i19.LxTimeAgo, typeof i20.LxTranslatePipe, typeof i21.MarkdownPipe, typeof i22.NbspPipe, typeof i23.LxIsUuidPipe, typeof i24.StepperComponent, typeof i25.SpinnerComponent, typeof i26.TableComponent, typeof i27.TableHeaderComponent, typeof i28.TooltipDirective, typeof i29.TranslationAfterPipe, typeof i30.TranslationBeforePipe, typeof i31.TranslationBetweenPipe, typeof i32.SortPipe, typeof i33.ContrastColorPipe, typeof i34.UnescapeCurlyBracesPipe, typeof i35.EmptyStateComponent], [typeof i2.AfterViewInitDirective, typeof i3.AutocloseDirective, typeof i4.AutofocusDirective, typeof i6.BadgeComponent, typeof i5.CounterComponent, typeof i7.BannerComponent, typeof i8.ButtonComponent, typeof i10.BrPipe, typeof i9.ButtonGroupComponent, typeof i11.CardComponent, typeof i13.CustomDatePipe, typeof i14.EllipsisComponent, typeof i15.HighlightRangePipe, typeof i16.HighlightTermPipe, typeof i17.LxLinkifyPipe, typeof i18.LxUnlinkifyPipe, typeof i19.LxTimeAgo, typeof i20.LxTranslatePipe, typeof i21.MarkdownPipe, typeof i22.NbspPipe, typeof i23.LxIsUuidPipe, typeof i24.StepperComponent, typeof i25.SpinnerComponent, typeof i26.TableComponent, typeof i27.TableHeaderComponent, typeof i28.TooltipDirective, typeof i29.TranslationAfterPipe, typeof i30.TranslationBeforePipe, typeof i31.TranslationBetweenPipe, typeof i12.CollapsibleComponent, typeof i32.SortPipe, typeof i33.ContrastColorPipe, typeof i34.UnescapeCurlyBracesPipe, typeof i35.EmptyStateComponent]>;
73
71
  static ɵinj: i0.ɵɵInjectorDeclaration<LxCoreUiModule>;
74
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.842",
3
+ "version": "0.4.844",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {
@@ -1,30 +0,0 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * fas is solid,
5
- * far is regular,
6
- * fal is light
7
- */
8
- type FontAwesomeIconStyle = 'fas' | 'far' | 'fal';
9
- /**
10
- * @deprecated Use the `ui5-icon` component instead.
11
- * @ignore
12
- * Displays Font Awesome icons.
13
- */
14
- export declare class IconComponent implements OnChanges {
15
- readonly NAME = "IconComponent";
16
- /**
17
- * The name of the icon is the part that comes after the "fa-" in the CSS class.
18
- */
19
- name: string;
20
- color: string;
21
- fontAwsomeStyle: 'solid' | 'regular' | 'light';
22
- size: string;
23
- title?: string;
24
- private iconStyleMap;
25
- iconStyle: FontAwesomeIconStyle;
26
- ngOnChanges(changes: SimpleChanges): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lx-icon", never, { "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontAwsomeStyle": { "alias": "fontAwsomeStyle"; "required": false; }; "size": { "alias": "size"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
29
- }
30
- export {};