@leanix/components 0.4.65 → 0.4.67

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.
Files changed (90) hide show
  1. package/esm2022/index.mjs +1 -2
  2. package/esm2022/lib/core-ui/components/badge/badge.component.mjs +4 -4
  3. package/esm2022/lib/core-ui/components/banner/banner.component.mjs +3 -3
  4. package/esm2022/lib/core-ui/components/button/button.component.mjs +5 -5
  5. package/esm2022/lib/core-ui/components/button-group/button-group.component.mjs +3 -3
  6. package/esm2022/lib/core-ui/components/card/card.component.mjs +3 -3
  7. package/esm2022/lib/core-ui/components/collapsible/collapsible.component.mjs +5 -5
  8. package/esm2022/lib/core-ui/components/colored-label/colored-label.component.mjs +5 -5
  9. package/esm2022/lib/core-ui/components/ellipsis/ellipsis.component.mjs +5 -5
  10. package/esm2022/lib/core-ui/components/file-download-button/file-download-button.component.mjs +7 -6
  11. package/esm2022/lib/core-ui/components/icon-scale/icon-scale.component.mjs +4 -4
  12. package/esm2022/lib/core-ui/components/spinner/spinner.component.mjs +3 -3
  13. package/esm2022/lib/core-ui/components/table/table-header/table-header.component.mjs +4 -4
  14. package/esm2022/lib/core-ui/components/table/table.component.mjs +4 -3
  15. package/esm2022/lib/core-ui/components/tiny-spinner/tiny-spinner.component.mjs +3 -3
  16. package/esm2022/lib/core-ui/core-ui.module.mjs +12 -10
  17. package/esm2022/lib/core-ui/directives/after-view-init.directive.mjs +6 -3
  18. package/esm2022/lib/core-ui/directives/autoclose.directive.mjs +7 -4
  19. package/esm2022/lib/core-ui/directives/autofocus.directive.mjs +6 -3
  20. package/esm2022/lib/core-ui/linkify/linkify.pipe.mjs +6 -3
  21. package/esm2022/lib/core-ui/linkify/unlinkify.pipe.mjs +6 -3
  22. package/esm2022/lib/core-ui/pipes/br.pipe.mjs +4 -3
  23. package/esm2022/lib/core-ui/pipes/contrast-color.pipe.mjs +4 -3
  24. package/esm2022/lib/core-ui/pipes/custom-date.pipe.mjs +4 -3
  25. package/esm2022/lib/core-ui/pipes/highlight-range.pipe.mjs +6 -3
  26. package/esm2022/lib/core-ui/pipes/highlight-term.pipe.mjs +6 -3
  27. package/esm2022/lib/core-ui/pipes/lx-is-uuid.pipe.mjs +4 -3
  28. package/esm2022/lib/core-ui/pipes/lx-time-ago.pipe.mjs +7 -3
  29. package/esm2022/lib/core-ui/pipes/lx-translate.pipe.mjs +4 -3
  30. package/esm2022/lib/core-ui/pipes/markdown.pipe.mjs +6 -3
  31. package/esm2022/lib/core-ui/pipes/nbsp.pipe.mjs +6 -3
  32. package/esm2022/lib/core-ui/pipes/sort.pipe.mjs +6 -3
  33. package/esm2022/lib/core-ui/pipes/translation-after.pipe.mjs +4 -3
  34. package/esm2022/lib/core-ui/pipes/translation-before.pipe.mjs +4 -3
  35. package/esm2022/lib/core-ui/pipes/translation-between.pipe.mjs +4 -3
  36. package/esm2022/lib/core-ui/pipes/unescape-curly-braces.pipe.mjs +4 -3
  37. package/esm2022/lib/core-ui/tooltip/tooltip.component.mjs +4 -4
  38. package/esm2022/lib/core-ui/tooltip/tooltip.directive.mjs +4 -3
  39. package/esm2022/lib/forms-ui/components/basic-dropdown-item/basic-dropdown-item.component.mjs +3 -3
  40. package/esm2022/lib/forms-ui/components/breadcrumb/breadcrumb.component.mjs +3 -3
  41. package/esm2022/lib/forms-ui/components/currency/currency-input.component.mjs +3 -3
  42. package/esm2022/lib/forms-ui/components/date-input/date-input.component.mjs +3 -3
  43. package/esm2022/lib/forms-ui/components/options-dropdown/options-dropdown.component.mjs +2 -2
  44. package/esm2022/lib/forms-ui/components/picker/picker.component.mjs +1 -1
  45. package/esm2022/lib/forms-ui/components/picker-option/picker-option.component.mjs +1 -1
  46. package/esm2022/lib/forms-ui/directives/contenteditable.directive.mjs +1 -1
  47. package/esm2022/lib/forms-ui/directives/mark-invalid.directive.mjs +1 -1
  48. package/fesm2022/leanix-components.mjs +200 -166
  49. package/fesm2022/leanix-components.mjs.map +1 -1
  50. package/index.d.ts +0 -1
  51. package/lib/core-ui/components/badge/badge.component.d.ts +1 -1
  52. package/lib/core-ui/components/banner/banner.component.d.ts +1 -1
  53. package/lib/core-ui/components/button/button.component.d.ts +1 -1
  54. package/lib/core-ui/components/button-group/button-group.component.d.ts +1 -1
  55. package/lib/core-ui/components/card/card.component.d.ts +1 -1
  56. package/lib/core-ui/components/collapsible/collapsible.component.d.ts +1 -1
  57. package/lib/core-ui/components/colored-label/colored-label.component.d.ts +1 -1
  58. package/lib/core-ui/components/ellipsis/ellipsis.component.d.ts +1 -1
  59. package/lib/core-ui/components/file-download-button/file-download-button.component.d.ts +1 -1
  60. package/lib/core-ui/components/icon-scale/icon-scale.component.d.ts +1 -1
  61. package/lib/core-ui/components/spinner/spinner.component.d.ts +1 -1
  62. package/lib/core-ui/components/table/table-header/table-header.component.d.ts +1 -1
  63. package/lib/core-ui/components/table/table.component.d.ts +1 -1
  64. package/lib/core-ui/components/tiny-spinner/tiny-spinner.component.d.ts +1 -1
  65. package/lib/core-ui/core-ui.module.d.ts +37 -38
  66. package/lib/core-ui/directives/after-view-init.directive.d.ts +1 -1
  67. package/lib/core-ui/directives/autoclose.directive.d.ts +1 -1
  68. package/lib/core-ui/directives/autofocus.directive.d.ts +1 -1
  69. package/lib/core-ui/linkify/linkify.pipe.d.ts +1 -1
  70. package/lib/core-ui/linkify/unlinkify.pipe.d.ts +1 -1
  71. package/lib/core-ui/pipes/br.pipe.d.ts +1 -1
  72. package/lib/core-ui/pipes/contrast-color.pipe.d.ts +1 -1
  73. package/lib/core-ui/pipes/custom-date.pipe.d.ts +1 -1
  74. package/lib/core-ui/pipes/highlight-range.pipe.d.ts +1 -1
  75. package/lib/core-ui/pipes/highlight-term.pipe.d.ts +1 -1
  76. package/lib/core-ui/pipes/lx-is-uuid.pipe.d.ts +1 -1
  77. package/lib/core-ui/pipes/lx-time-ago.pipe.d.ts +1 -1
  78. package/lib/core-ui/pipes/lx-translate.pipe.d.ts +1 -1
  79. package/lib/core-ui/pipes/markdown.pipe.d.ts +1 -1
  80. package/lib/core-ui/pipes/nbsp.pipe.d.ts +1 -1
  81. package/lib/core-ui/pipes/sort.pipe.d.ts +1 -1
  82. package/lib/core-ui/pipes/translation-after.pipe.d.ts +1 -1
  83. package/lib/core-ui/pipes/translation-before.pipe.d.ts +1 -1
  84. package/lib/core-ui/pipes/translation-between.pipe.d.ts +1 -1
  85. package/lib/core-ui/pipes/unescape-curly-braces.pipe.d.ts +1 -1
  86. package/lib/core-ui/tooltip/tooltip.component.d.ts +1 -1
  87. package/lib/core-ui/tooltip/tooltip.directive.d.ts +1 -1
  88. package/package.json +1 -1
  89. package/esm2022/lib/core-ui/tooltip/tooltip.module.mjs +0 -20
  90. package/lib/core-ui/tooltip/tooltip.module.d.ts +0 -10
package/index.d.ts CHANGED
@@ -36,7 +36,6 @@ export * from './lib/core-ui/components/tiny-spinner/tiny-spinner.component';
36
36
  export * from './lib/core-ui/tooltip/tooltip-position.interface';
37
37
  export * from './lib/core-ui/tooltip/tooltip.component';
38
38
  export * from './lib/core-ui/tooltip/tooltip.directive';
39
- export * from './lib/core-ui/tooltip/tooltip.module';
40
39
  export * from './lib/core-ui/linkify/linkify.pipe';
41
40
  export * from './lib/core-ui/linkify/unlinkify.pipe';
42
41
  export * from './lib/core-ui/functions/core-css.helpers';
@@ -5,5 +5,5 @@ export declare class BadgeComponent {
5
5
  color: 'primary' | 'gray' | 'darkgray' | 'green';
6
6
  get classes(): string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "lx-badge", never, { "content": { "alias": "content"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "lx-badge", never, { "content": { "alias": "content"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
9
9
  }
@@ -3,5 +3,5 @@ export declare class BannerComponent {
3
3
  type: 'success' | 'info' | 'danger' | 'warning';
4
4
  get bannerTypeClass(): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BannerComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<BannerComponent, "lx-banner", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<BannerComponent, "lx-banner", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
7
7
  }
@@ -11,5 +11,5 @@ export declare class ButtonComponent {
11
11
  showSpinner: boolean;
12
12
  get isDisabled(): boolean;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
14
- 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; }; "showSpinner": { "alias": "showSpinner"; "required": false; }; }, {}, never, ["*"], false, never>;
14
+ 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; }; "showSpinner": { "alias": "showSpinner"; "required": false; }; }, {}, never, ["*"], true, never>;
15
15
  }
@@ -4,5 +4,5 @@ export declare class ButtonGroupComponent {
4
4
  get hasMarginSeperator(): boolean;
5
5
  get hasBorderSeparator(): boolean;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "lx-button-group", never, { "separator": { "alias": "separator"; "required": false; }; }, {}, never, ["*"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "lx-button-group", never, { "separator": { "alias": "separator"; "required": false; }; }, {}, never, ["*"], true, never>;
8
8
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardComponent {
3
3
  dataStyle: 'white';
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "lx-card", never, { "dataStyle": { "alias": "dataStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "lx-card", never, { "dataStyle": { "alias": "dataStyle"; "required": false; }; }, {}, never, ["*"], true, never>;
6
6
  }
@@ -13,5 +13,5 @@ export declare class CollapsibleComponent {
13
13
  onClick(event: MouseEvent): void;
14
14
  onToggleSection(event: MouseEvent): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "lx-collapsible", never, { "disableSectionToggle": { "alias": "disableSectionToggle"; "required": false; }; "hideSectionToggle": { "alias": "hideSectionToggle"; "required": false; }; "toggleSize": { "alias": "toggleSize"; "required": false; }; "toggleTitle": { "alias": "toggleTitle"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "collapsedChange": "collapsedChange"; }, never, ["*"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "lx-collapsible", never, { "disableSectionToggle": { "alias": "disableSectionToggle"; "required": false; }; "hideSectionToggle": { "alias": "hideSectionToggle"; "required": false; }; "toggleSize": { "alias": "toggleSize"; "required": false; }; "toggleTitle": { "alias": "toggleTitle"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "collapsedChange": "collapsedChange"; }, never, ["*"], true, never>;
17
17
  }
@@ -8,5 +8,5 @@ export declare class ColoredLabelComponent {
8
8
  [className: string]: boolean;
9
9
  };
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ColoredLabelComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ColoredLabelComponent, "lx-colored-label", never, { "bgColor": { "alias": "bgColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColoredLabelComponent, "lx-colored-label", never, { "bgColor": { "alias": "bgColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], true, never>;
12
12
  }
@@ -39,5 +39,5 @@ export declare class EllipsisComponent implements OnInit, OnDestroy {
39
39
  private detectChangesWhenObservableEmits;
40
40
  private isContentOverflowing;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<EllipsisComponent, "lx-ellipsis", never, { "content": { "alias": "content"; "required": false; }; "escapeHtmlInContent": { "alias": "escapeHtmlInContent"; "required": false; }; }, {}, never, never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<EllipsisComponent, "lx-ellipsis", never, { "content": { "alias": "content"; "required": false; }; "escapeHtmlInContent": { "alias": "escapeHtmlInContent"; "required": false; }; }, {}, never, never, true, never>;
43
43
  }
@@ -16,5 +16,5 @@ export declare class FileDownloadButtonComponent implements OnInit {
16
16
  requestDownload(): void;
17
17
  private openUrlInNewWindow;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<FileDownloadButtonComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<FileDownloadButtonComponent, "lx-file-download-button", never, { "downloadRequest": { "alias": "downloadRequest"; "required": false; }; "initialDownloadLink": { "alias": "initialDownloadLink"; "required": false; }; "refreshKeyUrl": { "alias": "refreshKeyUrl"; "required": false; }; "downloadLabel": { "alias": "downloadLabel"; "required": false; }; }, { "downloadFinish": "downloadFinish"; "downloadStarted": "downloadStarted"; }, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileDownloadButtonComponent, "lx-file-download-button", never, { "downloadRequest": { "alias": "downloadRequest"; "required": false; }; "initialDownloadLink": { "alias": "initialDownloadLink"; "required": false; }; "refreshKeyUrl": { "alias": "refreshKeyUrl"; "required": false; }; "downloadLabel": { "alias": "downloadLabel"; "required": false; }; }, { "downloadFinish": "downloadFinish"; "downloadStarted": "downloadStarted"; }, never, never, true, never>;
20
20
  }
@@ -15,5 +15,5 @@ export declare class IconScaleComponent implements OnChanges {
15
15
  ngOnChanges(_changes: SimpleChanges): void;
16
16
  private createIconArray;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<IconScaleComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<IconScaleComponent, "lx-icon-scale", never, { "icon": { "alias": "icon"; "required": false; }; "numberOfColoredItems": { "alias": "numberOfColoredItems"; "required": false; }; "numberOfItems": { "alias": "numberOfItems"; "required": false; }; }, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconScaleComponent, "lx-icon-scale", never, { "icon": { "alias": "icon"; "required": false; }; "numberOfColoredItems": { "alias": "numberOfColoredItems"; "required": false; }; "numberOfItems": { "alias": "numberOfItems"; "required": false; }; }, {}, never, never, true, never>;
19
19
  }
@@ -9,5 +9,5 @@ import * as i0 from "@angular/core";
9
9
  export declare class SpinnerComponent {
10
10
  fadeBackground: boolean;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "lx-spinner", never, { "fadeBackground": { "alias": "fadeBackground"; "required": false; }; }, {}, never, ["*"], false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "lx-spinner", never, { "fadeBackground": { "alias": "fadeBackground"; "required": false; }; }, {}, never, ["*"], true, never>;
13
13
  }
@@ -14,5 +14,5 @@ export declare class TableHeaderComponent {
14
14
  get order(): OrderOption;
15
15
  set isTabable(tabable: boolean);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderComponent, "lx-th", never, { "column": { "alias": "column"; "required": false; }; }, { "sortChange": "sortChange"; }, never, ["*"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderComponent, "lx-th", never, { "column": { "alias": "column"; "required": false; }; }, { "sortChange": "sortChange"; }, never, ["*"], true, never>;
18
18
  }
@@ -13,5 +13,5 @@ export declare class TableComponent implements AfterContentInit, OnChanges {
13
13
  ngAfterContentInit(): void;
14
14
  private setSortValueOnHeader;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableComponent, "table[lx-table]", never, { "isSortable": { "alias": "isSortable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; }, { "sortChange": "sortChange"; }, ["tableHeaders"], never, false, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableComponent, "table[lx-table]", never, { "isSortable": { "alias": "isSortable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; }, { "sortChange": "sortChange"; }, ["tableHeaders"], never, true, never>;
17
17
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TinySpinnerComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<TinySpinnerComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<TinySpinnerComponent, "lx-tiny-spinner", never, {}, {}, never, never, false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TinySpinnerComponent, "lx-tiny-spinner", never, {}, {}, never, never, true, never>;
5
5
  }
@@ -1,43 +1,42 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./directives/after-view-init.directive";
3
- import * as i2 from "./directives/autoclose.directive";
4
- import * as i3 from "./directives/autofocus.directive";
5
- import * as i4 from "./components/badge/badge.component";
6
- import * as i5 from "./components/banner/banner.component";
7
- import * as i6 from "./components/button/button.component";
8
- import * as i7 from "./components/button-group/button-group.component";
9
- import * as i8 from "./pipes/br.pipe";
10
- import * as i9 from "./components/card/card.component";
11
- import * as i10 from "./components/collapsible/collapsible.component";
12
- import * as i11 from "./components/colored-label/colored-label.component";
13
- import * as i12 from "./pipes/custom-date.pipe";
14
- import * as i13 from "./components/ellipsis/ellipsis.component";
15
- import * as i14 from "./pipes/highlight-range.pipe";
16
- import * as i15 from "./pipes/highlight-term.pipe";
17
- import * as i16 from "./components/icon-scale/icon-scale.component";
18
- import * as i17 from "./linkify/linkify.pipe";
19
- import * as i18 from "./linkify/unlinkify.pipe";
20
- import * as i19 from "./pipes/lx-time-ago.pipe";
21
- import * as i20 from "./pipes/lx-translate.pipe";
22
- import * as i21 from "./pipes/markdown.pipe";
23
- import * as i22 from "./pipes/nbsp.pipe";
24
- import * as i23 from "./pipes/lx-is-uuid.pipe";
25
- import * as i24 from "./components/spinner/spinner.component";
26
- import * as i25 from "./components/table/table.component";
27
- import * as i26 from "./components/table/table-header/table-header.component";
28
- import * as i27 from "./components/tiny-spinner/tiny-spinner.component";
29
- import * as i28 from "./pipes/translation-after.pipe";
30
- import * as i29 from "./pipes/translation-before.pipe";
31
- import * as i30 from "./pipes/translation-between.pipe";
32
- import * as i31 from "./pipes/sort.pipe";
33
- import * as i32 from "./pipes/contrast-color.pipe";
34
- import * as i33 from "./pipes/unescape-curly-braces.pipe";
35
- import * as i34 from "./components/file-download-button/file-download-button.component";
36
- import * as i35 from "@angular/common";
37
- import * as i36 from "./tooltip/tooltip.module";
38
- import * as i37 from "@ngx-translate/core";
2
+ import * as i1 from "@ngx-translate/core";
3
+ import * as i2 from "./directives/after-view-init.directive";
4
+ import * as i3 from "./directives/autoclose.directive";
5
+ import * as i4 from "./directives/autofocus.directive";
6
+ import * as i5 from "./components/badge/badge.component";
7
+ import * as i6 from "./components/banner/banner.component";
8
+ import * as i7 from "./components/button/button.component";
9
+ import * as i8 from "./components/button-group/button-group.component";
10
+ import * as i9 from "./pipes/br.pipe";
11
+ import * as i10 from "./components/card/card.component";
12
+ import * as i11 from "./components/collapsible/collapsible.component";
13
+ import * as i12 from "./components/colored-label/colored-label.component";
14
+ import * as i13 from "./pipes/custom-date.pipe";
15
+ import * as i14 from "./components/ellipsis/ellipsis.component";
16
+ import * as i15 from "./pipes/highlight-range.pipe";
17
+ import * as i16 from "./pipes/highlight-term.pipe";
18
+ import * as i17 from "./components/icon-scale/icon-scale.component";
19
+ import * as i18 from "./linkify/linkify.pipe";
20
+ import * as i19 from "./linkify/unlinkify.pipe";
21
+ import * as i20 from "./pipes/lx-time-ago.pipe";
22
+ import * as i21 from "./pipes/lx-translate.pipe";
23
+ import * as i22 from "./pipes/markdown.pipe";
24
+ import * as i23 from "./pipes/nbsp.pipe";
25
+ import * as i24 from "./pipes/lx-is-uuid.pipe";
26
+ import * as i25 from "./components/spinner/spinner.component";
27
+ import * as i26 from "./components/table/table.component";
28
+ import * as i27 from "./components/table/table-header/table-header.component";
29
+ import * as i28 from "./components/tiny-spinner/tiny-spinner.component";
30
+ import * as i29 from "./tooltip/tooltip.directive";
31
+ import * as i30 from "./pipes/translation-after.pipe";
32
+ import * as i31 from "./pipes/translation-before.pipe";
33
+ import * as i32 from "./pipes/translation-between.pipe";
34
+ import * as i33 from "./pipes/sort.pipe";
35
+ import * as i34 from "./pipes/contrast-color.pipe";
36
+ import * as i35 from "./pipes/unescape-curly-braces.pipe";
37
+ import * as i36 from "./components/file-download-button/file-download-button.component";
39
38
  export declare class LxCoreUiModule {
40
39
  static ɵfac: i0.ɵɵFactoryDeclaration<LxCoreUiModule, never>;
41
- static ɵmod: i0.ɵɵNgModuleDeclaration<LxCoreUiModule, [typeof i1.AfterViewInitDirective, typeof i2.AutocloseDirective, typeof i3.AutofocusDirective, typeof i4.BadgeComponent, typeof i5.BannerComponent, typeof i6.ButtonComponent, typeof i7.ButtonGroupComponent, typeof i8.BrPipe, typeof i9.CardComponent, typeof i10.CollapsibleComponent, typeof i11.ColoredLabelComponent, typeof i12.CustomDatePipe, typeof i13.EllipsisComponent, typeof i14.HighlightRangePipe, typeof i15.HighlightTermPipe, typeof i16.IconScaleComponent, typeof i17.LxLinkifyPipe, typeof i18.LxUnlinkifyPipe, typeof i19.LxTimeAgo, typeof i20.LxTranslatePipe, typeof i21.MarkdownPipe, typeof i22.NbspPipe, typeof i23.LxIsUuidPipe, typeof i24.SpinnerComponent, typeof i25.TableComponent, typeof i26.TableHeaderComponent, typeof i27.TinySpinnerComponent, typeof i28.TranslationAfterPipe, typeof i29.TranslationBeforePipe, typeof i30.TranslationBetweenPipe, typeof i31.SortPipe, typeof i32.ContrastColorPipe, typeof i33.UnescapeCurlyBracesPipe, typeof i34.FileDownloadButtonComponent], [typeof i35.CommonModule, typeof i36.LxTooltipModule, typeof i37.TranslateModule], [typeof i36.LxTooltipModule, typeof i1.AfterViewInitDirective, typeof i2.AutocloseDirective, typeof i3.AutofocusDirective, typeof i4.BadgeComponent, typeof i5.BannerComponent, typeof i6.ButtonComponent, typeof i8.BrPipe, typeof i7.ButtonGroupComponent, typeof i9.CardComponent, typeof i11.ColoredLabelComponent, typeof i12.CustomDatePipe, typeof i13.EllipsisComponent, typeof i14.HighlightRangePipe, typeof i15.HighlightTermPipe, typeof i16.IconScaleComponent, typeof i17.LxLinkifyPipe, typeof i18.LxUnlinkifyPipe, typeof i19.LxTimeAgo, typeof i20.LxTranslatePipe, typeof i34.FileDownloadButtonComponent, typeof i21.MarkdownPipe, typeof i22.NbspPipe, typeof i23.LxIsUuidPipe, typeof i24.SpinnerComponent, typeof i25.TableComponent, typeof i26.TableHeaderComponent, typeof i27.TinySpinnerComponent, typeof i28.TranslationAfterPipe, typeof i29.TranslationBeforePipe, typeof i30.TranslationBetweenPipe, typeof i10.CollapsibleComponent, typeof i31.SortPipe, typeof i32.ContrastColorPipe, typeof i33.UnescapeCurlyBracesPipe]>;
40
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LxCoreUiModule, never, [typeof i1.TranslateModule, typeof i2.AfterViewInitDirective, typeof i3.AutocloseDirective, typeof i4.AutofocusDirective, typeof i5.BadgeComponent, typeof i6.BannerComponent, typeof i7.ButtonComponent, typeof i8.ButtonGroupComponent, typeof i9.BrPipe, typeof i10.CardComponent, typeof i11.CollapsibleComponent, typeof i12.ColoredLabelComponent, typeof i13.CustomDatePipe, typeof i14.EllipsisComponent, typeof i15.HighlightRangePipe, typeof i16.HighlightTermPipe, typeof i17.IconScaleComponent, typeof i18.LxLinkifyPipe, typeof i19.LxUnlinkifyPipe, typeof i20.LxTimeAgo, typeof i21.LxTranslatePipe, typeof i22.MarkdownPipe, typeof i23.NbspPipe, typeof i24.LxIsUuidPipe, typeof i25.SpinnerComponent, typeof i26.TableComponent, typeof i27.TableHeaderComponent, typeof i28.TinySpinnerComponent, typeof i29.TooltipDirective, typeof i30.TranslationAfterPipe, typeof i31.TranslationBeforePipe, typeof i32.TranslationBetweenPipe, typeof i33.SortPipe, typeof i34.ContrastColorPipe, typeof i35.UnescapeCurlyBracesPipe, typeof i36.FileDownloadButtonComponent], [typeof i2.AfterViewInitDirective, typeof i3.AutocloseDirective, typeof i4.AutofocusDirective, typeof i5.BadgeComponent, typeof i6.BannerComponent, typeof i7.ButtonComponent, typeof i9.BrPipe, typeof i8.ButtonGroupComponent, typeof i10.CardComponent, typeof i12.ColoredLabelComponent, typeof i13.CustomDatePipe, typeof i14.EllipsisComponent, typeof i15.HighlightRangePipe, typeof i16.HighlightTermPipe, typeof i17.IconScaleComponent, typeof i18.LxLinkifyPipe, typeof i19.LxUnlinkifyPipe, typeof i20.LxTimeAgo, typeof i21.LxTranslatePipe, typeof i36.FileDownloadButtonComponent, typeof i22.MarkdownPipe, typeof i23.NbspPipe, typeof i24.LxIsUuidPipe, typeof i25.SpinnerComponent, typeof i26.TableComponent, typeof i27.TableHeaderComponent, typeof i28.TinySpinnerComponent, typeof i29.TooltipDirective, typeof i30.TranslationAfterPipe, typeof i31.TranslationBeforePipe, typeof i32.TranslationBetweenPipe, typeof i11.CollapsibleComponent, typeof i33.SortPipe, typeof i34.ContrastColorPipe, typeof i35.UnescapeCurlyBracesPipe]>;
42
41
  static ɵinj: i0.ɵɵInjectorDeclaration<LxCoreUiModule>;
43
42
  }
@@ -15,5 +15,5 @@ export declare class AfterViewInitDirective implements AfterViewInit {
15
15
  lxAfterViewInit: EventEmitter<void>;
16
16
  ngAfterViewInit(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AfterViewInitDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<AfterViewInitDirective, "[lxAfterViewInit]", never, {}, { "lxAfterViewInit": "lxAfterViewInit"; }, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AfterViewInitDirective, "[lxAfterViewInit]", never, {}, { "lxAfterViewInit": "lxAfterViewInit"; }, never, never, true, never>;
19
19
  }
@@ -17,5 +17,5 @@ export declare class AutocloseDirective implements OnInit, OnDestroy {
17
17
  ngOnDestroy(): void;
18
18
  private onClick;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AutocloseDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<AutocloseDirective, "[lxAutoclose]", never, { "autocloseGroup": { "alias": "autocloseGroup"; "required": false; }; }, { "autoclose": "autoclose"; }, never, never, false, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutocloseDirective, "[lxAutoclose]", never, { "autocloseGroup": { "alias": "autocloseGroup"; "required": false; }; }, { "autoclose": "autoclose"; }, never, never, true, never>;
21
21
  }
@@ -9,5 +9,5 @@ export declare class AutofocusDirective implements AfterContentInit {
9
9
  constructor(elementRef: ElementRef<HTMLElement>, ngZone: NgZone);
10
10
  ngAfterContentInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[lxAutofocus]", never, { "lxAutofocus": { "alias": "lxAutofocus"; "required": false; }; "lxAutofocusPreventScroll": { "alias": "lxAutofocusPreventScroll"; "required": false; }; "lxAutofocusTimeout": { "alias": "lxAutofocusTimeout"; "required": false; }; }, {}, never, never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[lxAutofocus]", never, { "lxAutofocus": { "alias": "lxAutofocus"; "required": false; }; "lxAutofocusPreventScroll": { "alias": "lxAutofocusPreventScroll"; "required": false; }; "lxAutofocusTimeout": { "alias": "lxAutofocusTimeout"; "required": false; }; }, {}, never, never, true, never>;
13
13
  }
@@ -55,5 +55,5 @@ export declare class LxLinkifyPipe implements PipeTransform {
55
55
  */
56
56
  private escapeHtmlInUserProvidedString;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<LxLinkifyPipe, never>;
58
- static ɵpipe: i0.ɵɵPipeDeclaration<LxLinkifyPipe, "lxLinkify", false>;
58
+ static ɵpipe: i0.ɵɵPipeDeclaration<LxLinkifyPipe, "lxLinkify", true>;
59
59
  }
@@ -16,5 +16,5 @@ export declare class LxUnlinkifyPipe implements PipeTransform {
16
16
  transform(text?: string | null): string | undefined | null;
17
17
  private getAllRegexMatches;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<LxUnlinkifyPipe, never>;
19
- static ɵpipe: i0.ɵɵPipeDeclaration<LxUnlinkifyPipe, "lxUnlinkify", false>;
19
+ static ɵpipe: i0.ɵɵPipeDeclaration<LxUnlinkifyPipe, "lxUnlinkify", true>;
20
20
  }
@@ -5,5 +5,5 @@ export declare class BrPipe implements PipeTransform {
5
5
  isTrimEnd?: boolean;
6
6
  }): string | null | undefined;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BrPipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<BrPipe, "lxBr", false>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<BrPipe, "lxBr", true>;
9
9
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class ContrastColorPipe implements PipeTransform {
4
4
  transform(color: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ContrastColorPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<ContrastColorPipe, "lxContrastColor", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<ContrastColorPipe, "lxContrastColor", true>;
7
7
  }
@@ -5,5 +5,5 @@ export declare class CustomDatePipe implements PipeTransform {
5
5
  constructor(getDateFnLocale?: Function | undefined);
6
6
  transform(value: Date | string | number | null | undefined, f: string): string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomDatePipe, [{ optional: true; }]>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<CustomDatePipe, "lxDate", false>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<CustomDatePipe, "lxDate", true>;
9
9
  }
@@ -5,5 +5,5 @@ export declare class HighlightRangePipe implements PipeTransform {
5
5
  private doTransform;
6
6
  private highlight;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<HighlightRangePipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<HighlightRangePipe, "lxHighlightRange", false>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<HighlightRangePipe, "lxHighlightRange", true>;
9
9
  }
@@ -18,5 +18,5 @@ export declare class HighlightTermPipe implements PipeTransform {
18
18
  transform(text?: string, search?: string | null, options?: HighlightTermSearchOptions): string | undefined;
19
19
  private doTransform;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<HighlightTermPipe, never>;
21
- static ɵpipe: i0.ɵɵPipeDeclaration<HighlightTermPipe, "lxHighlightTerm", false>;
21
+ static ɵpipe: i0.ɵɵPipeDeclaration<HighlightTermPipe, "lxHighlightTerm", true>;
22
22
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class LxIsUuidPipe implements PipeTransform {
4
4
  transform(input: string | null | undefined): boolean;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<LxIsUuidPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<LxIsUuidPipe, "lxIsUuid", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<LxIsUuidPipe, "lxIsUuid", true>;
7
7
  }
@@ -5,5 +5,5 @@ export declare class LxTimeAgo implements PipeTransform {
5
5
  constructor(getDateFnLocale?: Function | undefined);
6
6
  transform(input: Date | string): string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<LxTimeAgo, [{ optional: true; }]>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<LxTimeAgo, "lxTimeAgo", false>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<LxTimeAgo, "lxTimeAgo", true>;
9
9
  }
@@ -13,6 +13,6 @@ export declare class LxTranslatePipe implements PipeTransform {
13
13
  constructor(translate: TranslateService, cdRef: ChangeDetectorRef, globalTranslationOptionsProvider?: GlobalTranslationOptionsProvider | undefined);
14
14
  transform(query: string | string[], interpolations?: Record<string, unknown>): any;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<LxTranslatePipe, [null, null, { optional: true; }]>;
16
- static ɵpipe: i0.ɵɵPipeDeclaration<LxTranslatePipe, "lxTranslate", false>;
16
+ static ɵpipe: i0.ɵɵPipeDeclaration<LxTranslatePipe, "lxTranslate", true>;
17
17
  static ɵprov: i0.ɵɵInjectableDeclaration<LxTranslatePipe>;
18
18
  }
@@ -9,6 +9,6 @@ export declare class MarkdownPipe implements PipeTransform {
9
9
  constructor();
10
10
  transform(markdownText: string | null | undefined, markdownOptions?: MarkdownOptions): string;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownPipe, never>;
12
- static ɵpipe: i0.ɵɵPipeDeclaration<MarkdownPipe, "lxMarkdown", false>;
12
+ static ɵpipe: i0.ɵɵPipeDeclaration<MarkdownPipe, "lxMarkdown", true>;
13
13
  }
14
14
  export {};
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class NbspPipe implements PipeTransform {
4
4
  transform(text: string | null | undefined): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<NbspPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<NbspPipe, "lxNbsp", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<NbspPipe, "lxNbsp", true>;
7
7
  }
@@ -9,5 +9,5 @@ export interface SortingOptions {
9
9
  export declare class SortPipe implements PipeTransform {
10
10
  transform<T>(items: Readonly<T[]> | null, options?: SortingOptions): any[];
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SortPipe, never>;
12
- static ɵpipe: i0.ɵɵPipeDeclaration<SortPipe, "lxSort", false>;
12
+ static ɵpipe: i0.ɵɵPipeDeclaration<SortPipe, "lxSort", true>;
13
13
  }
@@ -13,5 +13,5 @@ export declare class TranslationAfterPipe implements PipeTransform {
13
13
  constructor(translateService: TranslateService);
14
14
  transform(translationKey: string | string[], cutMarkAndParams: string | [string, any]): string;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TranslationAfterPipe, never>;
16
- static ɵpipe: i0.ɵɵPipeDeclaration<TranslationAfterPipe, "lxTranslationAfter", false>;
16
+ static ɵpipe: i0.ɵɵPipeDeclaration<TranslationAfterPipe, "lxTranslationAfter", true>;
17
17
  }
@@ -28,5 +28,5 @@ export declare class TranslationBeforePipe implements PipeTransform {
28
28
  */
29
29
  transform(translationKey: string | string[], cutMarkAndParams: string | [string, any]): string;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<TranslationBeforePipe, never>;
31
- static ɵpipe: i0.ɵɵPipeDeclaration<TranslationBeforePipe, "lxTranslationBefore", false>;
31
+ static ɵpipe: i0.ɵɵPipeDeclaration<TranslationBeforePipe, "lxTranslationBefore", true>;
32
32
  }
@@ -33,5 +33,5 @@ export declare class TranslationBetweenPipe implements PipeTransform {
33
33
  */
34
34
  transform(translationKey: string | string[], cutMarksAndParams: [string, string] | [string, string, any]): string;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<TranslationBetweenPipe, never>;
36
- static ɵpipe: i0.ɵɵPipeDeclaration<TranslationBetweenPipe, "lxTranslationBetween", false>;
36
+ static ɵpipe: i0.ɵɵPipeDeclaration<TranslationBetweenPipe, "lxTranslationBetween", true>;
37
37
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class UnescapeCurlyBracesPipe implements PipeTransform {
4
4
  transform(input: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<UnescapeCurlyBracesPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<UnescapeCurlyBracesPipe, "lxUnescapeCurlyBraces", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<UnescapeCurlyBracesPipe, "lxUnescapeCurlyBraces", true>;
7
7
  }
@@ -5,5 +5,5 @@ export declare class TooltipComponent {
5
5
  isHtmlContent: boolean;
6
6
  position: TooltipPosition;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "lx-tooltip", never, { "content": { "alias": "content"; "required": false; }; "isHtmlContent": { "alias": "isHtmlContent"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "lx-tooltip", never, { "content": { "alias": "content"; "required": false; }; "isHtmlContent": { "alias": "isHtmlContent"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, true, never>;
9
9
  }
@@ -23,5 +23,5 @@ export declare class TooltipDirective implements OnChanges, OnDestroy {
23
23
  ngOnDestroy(): void;
24
24
  hide(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[lxTooltip]", never, { "content": { "alias": "lxTooltip"; "required": false; }; "lxTooltipPosition": { "alias": "lxTooltipPosition"; "required": false; }; "lxTooltipDelay": { "alias": "lxTooltipDelay"; "required": false; }; "lxTooltipIsHtmlContent": { "alias": "lxTooltipIsHtmlContent"; "required": false; }; }, {}, never, never, false, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[lxTooltip]", never, { "content": { "alias": "lxTooltip"; "required": false; }; "lxTooltipPosition": { "alias": "lxTooltipPosition"; "required": false; }; "lxTooltipDelay": { "alias": "lxTooltipDelay"; "required": false; }; "lxTooltipIsHtmlContent": { "alias": "lxTooltipIsHtmlContent"; "required": false; }; }, {}, never, never, true, never>;
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.65",
3
+ "version": "0.4.67",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {
@@ -1,20 +0,0 @@
1
- import { OverlayModule } from '@angular/cdk/overlay';
2
- import { CommonModule } from '@angular/common';
3
- import { NgModule } from '@angular/core';
4
- import { TooltipComponent } from './tooltip.component';
5
- import { TooltipDirective } from './tooltip.directive';
6
- import * as i0 from "@angular/core";
7
- export class LxTooltipModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: LxTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: LxTooltipModule, declarations: [TooltipDirective, TooltipComponent], imports: [CommonModule, OverlayModule], exports: [TooltipDirective] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: LxTooltipModule, imports: [CommonModule, OverlayModule] }); }
11
- }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: LxTooltipModule, decorators: [{
13
- type: NgModule,
14
- args: [{
15
- declarations: [TooltipDirective, TooltipComponent],
16
- imports: [CommonModule, OverlayModule],
17
- exports: [TooltipDirective]
18
- }]
19
- }] });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL2xpYi9jb3JlLXVpL3Rvb2x0aXAvdG9vbHRpcC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQU92RCxNQUFNLE9BQU8sZUFBZTs4R0FBZixlQUFlOytHQUFmLGVBQWUsaUJBSlgsZ0JBQWdCLEVBQUUsZ0JBQWdCLGFBQ3ZDLFlBQVksRUFBRSxhQUFhLGFBQzNCLGdCQUFnQjsrR0FFZixlQUFlLFlBSGhCLFlBQVksRUFBRSxhQUFhOzsyRkFHMUIsZUFBZTtrQkFMM0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxnQkFBZ0IsQ0FBQztvQkFDbEQsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGFBQWEsQ0FBQztvQkFDdEMsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT3ZlcmxheU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVG9vbHRpcENvbXBvbmVudCB9IGZyb20gJy4vdG9vbHRpcC5jb21wb25lbnQnO1xuaW1wb3J0IHsgVG9vbHRpcERpcmVjdGl2ZSB9IGZyb20gJy4vdG9vbHRpcC5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtUb29sdGlwRGlyZWN0aXZlLCBUb29sdGlwQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgT3ZlcmxheU1vZHVsZV0sXG4gIGV4cG9ydHM6IFtUb29sdGlwRGlyZWN0aXZlXVxufSlcbmV4cG9ydCBjbGFzcyBMeFRvb2x0aXBNb2R1bGUge31cbiJdfQ==
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./tooltip.directive";
3
- import * as i2 from "./tooltip.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/cdk/overlay";
6
- export declare class LxTooltipModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<LxTooltipModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<LxTooltipModule, [typeof i1.TooltipDirective, typeof i2.TooltipComponent], [typeof i3.CommonModule, typeof i4.OverlayModule], [typeof i1.TooltipDirective]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<LxTooltipModule>;
10
- }