@leanix/components 0.3.27 → 0.3.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (191) hide show
  1. package/esm2020/lib/core-ui/components/badge/badge.component.mjs +3 -3
  2. package/esm2020/lib/core-ui/components/button/button.component.mjs +5 -5
  3. package/esm2020/lib/core-ui/components/button-group/button-group.component.mjs +3 -3
  4. package/esm2020/lib/core-ui/components/card/card.component.mjs +3 -3
  5. package/esm2020/lib/core-ui/components/collapsible/collapsible.component.mjs +5 -5
  6. package/esm2020/lib/core-ui/components/colored-label/colored-label.component.mjs +3 -3
  7. package/esm2020/lib/core-ui/components/ellipsis/ellipsis.component.mjs +5 -5
  8. package/esm2020/lib/core-ui/components/icon-scale/icon-scale.component.mjs +3 -3
  9. package/esm2020/lib/core-ui/components/spinner/spinner.component.mjs +3 -3
  10. package/esm2020/lib/core-ui/components/table/table-header/table-header.component.mjs +3 -3
  11. package/esm2020/lib/core-ui/components/table/table.component.mjs +3 -3
  12. package/esm2020/lib/core-ui/components/tiny-spinner/tiny-spinner.component.mjs +3 -3
  13. package/esm2020/lib/core-ui/core-ui.module.mjs +5 -5
  14. package/esm2020/lib/core-ui/directives/after-view-init.directive.mjs +3 -3
  15. package/esm2020/lib/core-ui/directives/autoclose-group.service.mjs +3 -3
  16. package/esm2020/lib/core-ui/directives/autoclose.directive.mjs +3 -3
  17. package/esm2020/lib/core-ui/directives/autofocus.directive.mjs +3 -3
  18. package/esm2020/lib/core-ui/directives/html.directive.mjs +3 -3
  19. package/esm2020/lib/core-ui/linkify/linkify.pipe.mjs +3 -3
  20. package/esm2020/lib/core-ui/linkify/unlinkify.pipe.mjs +3 -3
  21. package/esm2020/lib/core-ui/pipes/br.pipe.mjs +3 -3
  22. package/esm2020/lib/core-ui/pipes/contrast-color.pipe.mjs +3 -3
  23. package/esm2020/lib/core-ui/pipes/custom-date.pipe.mjs +3 -3
  24. package/esm2020/lib/core-ui/pipes/highlight-range.pipe.mjs +3 -3
  25. package/esm2020/lib/core-ui/pipes/highlight-term.pipe.mjs +3 -3
  26. package/esm2020/lib/core-ui/pipes/lx-is-uuid.pipe.mjs +3 -3
  27. package/esm2020/lib/core-ui/pipes/lx-time-ago.pipe.mjs +3 -3
  28. package/esm2020/lib/core-ui/pipes/lx-translate.pipe.mjs +4 -4
  29. package/esm2020/lib/core-ui/pipes/markdown.pipe.mjs +3 -3
  30. package/esm2020/lib/core-ui/pipes/nbsp.pipe.mjs +3 -3
  31. package/esm2020/lib/core-ui/pipes/sort.pipe.mjs +3 -3
  32. package/esm2020/lib/core-ui/pipes/translation-after.pipe.mjs +3 -3
  33. package/esm2020/lib/core-ui/pipes/translation-before.pipe.mjs +3 -3
  34. package/esm2020/lib/core-ui/pipes/translation-between.pipe.mjs +3 -3
  35. package/esm2020/lib/core-ui/pipes/unescape-curly-braces.pipe.mjs +3 -3
  36. package/esm2020/lib/core-ui/services/resize-observer.service.mjs +3 -3
  37. package/esm2020/lib/core-ui/tooltip/tooltip.component.mjs +3 -3
  38. package/esm2020/lib/core-ui/tooltip/tooltip.directive.mjs +3 -3
  39. package/esm2020/lib/core-ui/tooltip/tooltip.module.mjs +5 -6
  40. package/esm2020/lib/forms-ui/components/basic-dropdown/basic-dropdown.component.mjs +7 -7
  41. package/esm2020/lib/forms-ui/components/basic-dropdown-item/basic-dropdown-item.component.mjs +3 -3
  42. package/esm2020/lib/forms-ui/components/cdk-options-dropdown/cdk-options-dropdown.component.mjs +3 -3
  43. package/esm2020/lib/forms-ui/components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component.mjs +3 -3
  44. package/esm2020/lib/forms-ui/components/currency/currency-input.component.mjs +7 -7
  45. package/esm2020/lib/forms-ui/components/currency/currency-symbol.component.mjs +3 -3
  46. package/esm2020/lib/forms-ui/components/date-input/date-input.component.mjs +8 -8
  47. package/esm2020/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list-item/drag-and-drop-list-item.component.mjs +5 -5
  48. package/esm2020/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.component.mjs +7 -7
  49. package/esm2020/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.module.mjs +5 -5
  50. package/esm2020/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-item/keyboard-sortable-item.directive.mjs +7 -6
  51. package/esm2020/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-list/keyboard-sortable-list.directive.mjs +4 -4
  52. package/esm2020/lib/forms-ui/components/error-message/error-message.component.mjs +3 -3
  53. package/esm2020/lib/forms-ui/components/form-error/form-error.component.mjs +4 -4
  54. package/esm2020/lib/forms-ui/components/icon/icon.component.mjs +3 -3
  55. package/esm2020/lib/forms-ui/components/input/input.component.mjs +3 -3
  56. package/esm2020/lib/forms-ui/components/keyboard-select.directive.mjs +3 -3
  57. package/esm2020/lib/forms-ui/components/multi-select/multi-select.component.mjs +7 -7
  58. package/esm2020/lib/forms-ui/components/option/option.component.mjs +3 -3
  59. package/esm2020/lib/forms-ui/components/option-group/option-group.component.mjs +3 -3
  60. package/esm2020/lib/forms-ui/components/option-group-dropdown/option-group-dropdown.component.mjs +8 -8
  61. package/esm2020/lib/forms-ui/components/options-dropdown/options-dropdown.component.mjs +3 -3
  62. package/esm2020/lib/forms-ui/components/options-sub-dropdown/options-sub-dropdown.component.mjs +3 -3
  63. package/esm2020/lib/forms-ui/components/picker/picker-trigger.directive.mjs +3 -3
  64. package/esm2020/lib/forms-ui/components/picker/picker.component.mjs +4 -4
  65. package/esm2020/lib/forms-ui/components/picker-option/picker-option.component.mjs +5 -5
  66. package/esm2020/lib/forms-ui/components/pill-item/pill-item.component.mjs +3 -3
  67. package/esm2020/lib/forms-ui/components/pill-list/pill-list.component.mjs +5 -5
  68. package/esm2020/lib/forms-ui/components/responsive-input/responsive-input.component.mjs +7 -7
  69. package/esm2020/lib/forms-ui/components/single-select/single-select.component.mjs +6 -6
  70. package/esm2020/lib/forms-ui/components/slider-toggle/slider-toggle.component.mjs +3 -3
  71. package/esm2020/lib/forms-ui/components/sorting-dropdown/sorting-dropdown.component.mjs +11 -11
  72. package/esm2020/lib/forms-ui/components/sorting-dropdown-trigger/sorting-dropdown-trigger.component.mjs +4 -4
  73. package/esm2020/lib/forms-ui/directives/form-error.directive.mjs +3 -3
  74. package/esm2020/lib/forms-ui/directives/form-submit.directive.mjs +3 -3
  75. package/esm2020/lib/forms-ui/directives/keyboard-action-source.directive.mjs +3 -3
  76. package/esm2020/lib/forms-ui/directives/mark-invalid.directive.mjs +3 -3
  77. package/esm2020/lib/forms-ui/directives/select-dropdown.directive.mjs +3 -3
  78. package/esm2020/lib/forms-ui/directives/selectable-item.directive.mjs +3 -3
  79. package/esm2020/lib/forms-ui/directives/selected-option.directive.mjs +3 -3
  80. package/esm2020/lib/forms-ui/forms-ui.module.mjs +13 -15
  81. package/esm2020/lib/forms-ui/models/base-select.directive.mjs +6 -6
  82. package/esm2020/lib/forms-ui/pipes/filter-selection.pipe.mjs +3 -3
  83. package/esm2020/lib/forms-ui/pipes/filter-term.pipe.mjs +3 -3
  84. package/esm2020/lib/forms-ui/pipes/format-number.pipe.mjs +3 -3
  85. package/esm2020/lib/modal-ui/components/modal/modal.component.mjs +6 -6
  86. package/esm2020/lib/modal-ui/components/modal-footer/modal-footer.component.mjs +3 -3
  87. package/esm2020/lib/modal-ui/components/modal-header/modal-header.component.mjs +3 -3
  88. package/esm2020/lib/modal-ui/directives/modal-content.directive.mjs +3 -3
  89. package/esm2020/lib/modal-ui/modal.module.mjs +5 -5
  90. package/esm2020/lib/popover-ui/components/popover/popover.component.mjs +5 -5
  91. package/esm2020/lib/popover-ui/directives/popover-click.directive.mjs +3 -3
  92. package/esm2020/lib/popover-ui/directives/popover-content.directive.mjs +3 -3
  93. package/esm2020/lib/popover-ui/directives/popover-hover.directive.mjs +3 -3
  94. package/esm2020/lib/popover-ui/popover-ui.module.mjs +5 -5
  95. package/esm2020/lib/tab-ui/components/tab/tab.component.mjs +6 -6
  96. package/esm2020/lib/tab-ui/components/tab-group/tab-group.component.mjs +3 -3
  97. package/esm2020/lib/tab-ui/tab-ui.module.mjs +5 -5
  98. package/fesm2015/leanix-components.mjs +350 -351
  99. package/fesm2015/leanix-components.mjs.map +1 -1
  100. package/fesm2020/leanix-components.mjs +349 -351
  101. package/fesm2020/leanix-components.mjs.map +1 -1
  102. package/lib/core-ui/components/badge/badge.component.d.ts +1 -1
  103. package/lib/core-ui/components/button/button.component.d.ts +1 -1
  104. package/lib/core-ui/components/button-group/button-group.component.d.ts +1 -1
  105. package/lib/core-ui/components/card/card.component.d.ts +1 -1
  106. package/lib/core-ui/components/collapsible/collapsible.component.d.ts +1 -1
  107. package/lib/core-ui/components/colored-label/colored-label.component.d.ts +1 -1
  108. package/lib/core-ui/components/ellipsis/ellipsis.component.d.ts +1 -1
  109. package/lib/core-ui/components/icon-scale/icon-scale.component.d.ts +1 -1
  110. package/lib/core-ui/components/spinner/spinner.component.d.ts +1 -1
  111. package/lib/core-ui/components/table/table-header/table-header.component.d.ts +1 -1
  112. package/lib/core-ui/components/table/table.component.d.ts +1 -1
  113. package/lib/core-ui/components/tiny-spinner/tiny-spinner.component.d.ts +1 -1
  114. package/lib/core-ui/directives/after-view-init.directive.d.ts +1 -1
  115. package/lib/core-ui/directives/autoclose.directive.d.ts +1 -1
  116. package/lib/core-ui/directives/autofocus.directive.d.ts +1 -1
  117. package/lib/core-ui/directives/html.directive.d.ts +1 -1
  118. package/lib/core-ui/linkify/linkify.pipe.d.ts +1 -1
  119. package/lib/core-ui/linkify/unlinkify.pipe.d.ts +1 -1
  120. package/lib/core-ui/pipes/br.pipe.d.ts +1 -1
  121. package/lib/core-ui/pipes/contrast-color.pipe.d.ts +1 -1
  122. package/lib/core-ui/pipes/custom-date.pipe.d.ts +1 -1
  123. package/lib/core-ui/pipes/highlight-range.pipe.d.ts +1 -1
  124. package/lib/core-ui/pipes/highlight-term.pipe.d.ts +1 -1
  125. package/lib/core-ui/pipes/lx-is-uuid.pipe.d.ts +1 -1
  126. package/lib/core-ui/pipes/lx-time-ago.pipe.d.ts +1 -1
  127. package/lib/core-ui/pipes/lx-translate.pipe.d.ts +1 -1
  128. package/lib/core-ui/pipes/markdown.pipe.d.ts +1 -1
  129. package/lib/core-ui/pipes/nbsp.pipe.d.ts +1 -1
  130. package/lib/core-ui/pipes/sort.pipe.d.ts +1 -1
  131. package/lib/core-ui/pipes/translation-after.pipe.d.ts +1 -1
  132. package/lib/core-ui/pipes/translation-before.pipe.d.ts +1 -1
  133. package/lib/core-ui/pipes/translation-between.pipe.d.ts +1 -1
  134. package/lib/core-ui/pipes/unescape-curly-braces.pipe.d.ts +1 -1
  135. package/lib/core-ui/tooltip/tooltip.component.d.ts +1 -1
  136. package/lib/core-ui/tooltip/tooltip.directive.d.ts +1 -1
  137. package/lib/forms-ui/components/basic-dropdown/basic-dropdown.component.d.ts +1 -1
  138. package/lib/forms-ui/components/basic-dropdown-item/basic-dropdown-item.component.d.ts +1 -1
  139. package/lib/forms-ui/components/cdk-options-dropdown/cdk-options-dropdown.component.d.ts +1 -1
  140. package/lib/forms-ui/components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component.d.ts +1 -1
  141. package/lib/forms-ui/components/currency/currency-input.component.d.ts +1 -1
  142. package/lib/forms-ui/components/currency/currency-symbol.component.d.ts +1 -1
  143. package/lib/forms-ui/components/date-input/date-input.component.d.ts +3 -3
  144. package/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list-item/drag-and-drop-list-item.component.d.ts +1 -1
  145. package/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +1 -1
  146. package/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-item/keyboard-sortable-item.directive.d.ts +4 -4
  147. package/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-list/keyboard-sortable-list.directive.d.ts +2 -2
  148. package/lib/forms-ui/components/error-message/error-message.component.d.ts +1 -1
  149. package/lib/forms-ui/components/form-error/form-error.component.d.ts +3 -3
  150. package/lib/forms-ui/components/icon/icon.component.d.ts +1 -1
  151. package/lib/forms-ui/components/input/input.component.d.ts +1 -1
  152. package/lib/forms-ui/components/keyboard-select.directive.d.ts +1 -1
  153. package/lib/forms-ui/components/multi-select/multi-select.component.d.ts +1 -1
  154. package/lib/forms-ui/components/option/option.component.d.ts +1 -1
  155. package/lib/forms-ui/components/option-group/option-group.component.d.ts +1 -1
  156. package/lib/forms-ui/components/option-group-dropdown/option-group-dropdown.component.d.ts +1 -1
  157. package/lib/forms-ui/components/options-dropdown/options-dropdown.component.d.ts +1 -1
  158. package/lib/forms-ui/components/options-sub-dropdown/options-sub-dropdown.component.d.ts +1 -1
  159. package/lib/forms-ui/components/picker/picker-trigger.directive.d.ts +1 -1
  160. package/lib/forms-ui/components/picker/picker.component.d.ts +1 -1
  161. package/lib/forms-ui/components/picker-option/picker-option.component.d.ts +1 -1
  162. package/lib/forms-ui/components/pill-item/pill-item.component.d.ts +1 -1
  163. package/lib/forms-ui/components/pill-list/pill-list.component.d.ts +1 -1
  164. package/lib/forms-ui/components/responsive-input/responsive-input.component.d.ts +3 -3
  165. package/lib/forms-ui/components/single-select/single-select.component.d.ts +1 -1
  166. package/lib/forms-ui/components/slider-toggle/slider-toggle.component.d.ts +1 -1
  167. package/lib/forms-ui/components/sorting-dropdown/sorting-dropdown.component.d.ts +1 -1
  168. package/lib/forms-ui/components/sorting-dropdown-trigger/sorting-dropdown-trigger.component.d.ts +1 -1
  169. package/lib/forms-ui/directives/form-error.directive.d.ts +1 -1
  170. package/lib/forms-ui/directives/form-submit.directive.d.ts +1 -1
  171. package/lib/forms-ui/directives/keyboard-action-source.directive.d.ts +1 -1
  172. package/lib/forms-ui/directives/mark-invalid.directive.d.ts +1 -1
  173. package/lib/forms-ui/directives/select-dropdown.directive.d.ts +1 -1
  174. package/lib/forms-ui/directives/selectable-item.directive.d.ts +1 -1
  175. package/lib/forms-ui/directives/selected-option.directive.d.ts +1 -1
  176. package/lib/forms-ui/models/base-select.directive.d.ts +3 -3
  177. package/lib/forms-ui/pipes/filter-selection.pipe.d.ts +1 -1
  178. package/lib/forms-ui/pipes/filter-term.pipe.d.ts +1 -1
  179. package/lib/forms-ui/pipes/format-number.pipe.d.ts +1 -1
  180. package/lib/modal-ui/components/modal/modal.component.d.ts +1 -1
  181. package/lib/modal-ui/components/modal-footer/modal-footer.component.d.ts +1 -1
  182. package/lib/modal-ui/components/modal-header/modal-header.component.d.ts +1 -1
  183. package/lib/modal-ui/directives/modal-content.directive.d.ts +1 -1
  184. package/lib/popover-ui/components/popover/popover.component.d.ts +1 -1
  185. package/lib/popover-ui/directives/popover-click.directive.d.ts +1 -1
  186. package/lib/popover-ui/directives/popover-content.directive.d.ts +1 -1
  187. package/lib/popover-ui/directives/popover-hover.directive.d.ts +1 -1
  188. package/lib/tab-ui/components/tab/tab.component.d.ts +1 -1
  189. package/lib/tab-ui/components/tab-group/tab-group.component.d.ts +1 -1
  190. package/package.json +4 -4
  191. package/leanix-components.d.ts +0 -5
@@ -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": "content"; "size": "size"; "color": "color"; }, {}, never, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "lx-badge", never, { "content": "content"; "size": "size"; "color": "color"; }, {}, never, never, false>;
9
9
  }
@@ -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": "size"; "color": "color"; "mode": "mode"; "pressed": "pressed"; "selected": "selected"; "square": "square"; "circle": "circle"; "disabled": "disabled"; "showSpinner": "showSpinner"; }, {}, never, ["*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[lx-button]", never, { "size": "size"; "color": "color"; "mode": "mode"; "pressed": "pressed"; "selected": "selected"; "square": "square"; "circle": "circle"; "disabled": "disabled"; "showSpinner": "showSpinner"; }, {}, never, ["*"], false>;
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": "separator"; }, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "lx-button-group", never, { "separator": "separator"; }, {}, never, ["*"], false>;
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": "dataStyle"; }, {}, never, ["*"]>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "lx-card", never, { "dataStyle": "dataStyle"; }, {}, never, ["*"], false>;
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": "disableSectionToggle"; "hideSectionToggle": "hideSectionToggle"; "toggleSize": "toggleSize"; "toggleTitle": "toggleTitle"; "collapsed": "collapsed"; }, { "collapsedChange": "collapsedChange"; }, never, ["*"]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "lx-collapsible", never, { "disableSectionToggle": "disableSectionToggle"; "hideSectionToggle": "hideSectionToggle"; "toggleSize": "toggleSize"; "toggleTitle": "toggleTitle"; "collapsed": "collapsed"; }, { "collapsedChange": "collapsedChange"; }, never, ["*"], false>;
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": "bgColor"; "color": "color"; "tooltip": "tooltip"; "classes": "classes"; }, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColoredLabelComponent, "lx-colored-label", never, { "bgColor": "bgColor"; "color": "color"; "tooltip": "tooltip"; "classes": "classes"; }, {}, never, ["*"], false>;
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": "content"; "escapeHtmlInContent": "escapeHtmlInContent"; }, {}, never, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<EllipsisComponent, "lx-ellipsis", never, { "content": "content"; "escapeHtmlInContent": "escapeHtmlInContent"; }, {}, never, never, false>;
43
43
  }
@@ -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": "icon"; "numberOfColoredItems": "numberOfColoredItems"; "numberOfItems": "numberOfItems"; }, {}, never, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconScaleComponent, "lx-icon-scale", never, { "icon": "icon"; "numberOfColoredItems": "numberOfColoredItems"; "numberOfItems": "numberOfItems"; }, {}, never, never, false>;
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": "fadeBackground"; }, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "lx-spinner", never, { "fadeBackground": "fadeBackground"; }, {}, never, ["*"], false>;
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": "column"; }, { "sortChange": "sortChange"; }, never, ["*"]>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderComponent, "lx-th", never, { "column": "column"; }, { "sortChange": "sortChange"; }, never, ["*"], false>;
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": "isSortable"; "sort": "sort"; }, { "sortChange": "sortChange"; }, ["tableHeaders"]>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableComponent, "table[lx-table]", never, { "isSortable": "isSortable"; "sort": "sort"; }, { "sortChange": "sortChange"; }, ["tableHeaders"], never, false>;
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>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TinySpinnerComponent, "lx-tiny-spinner", never, {}, {}, never, never, false>;
5
5
  }
@@ -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>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AfterViewInitDirective, "[lxAfterViewInit]", never, {}, { "lxAfterViewInit": "lxAfterViewInit"; }, never, never, false>;
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": "autocloseGroup"; }, { "autoclose": "autoclose"; }, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutocloseDirective, "[lxAutoclose]", never, { "autocloseGroup": "autocloseGroup"; }, { "autoclose": "autoclose"; }, never, never, false>;
21
21
  }
@@ -8,5 +8,5 @@ export declare class AutofocusDirective implements AfterContentInit {
8
8
  constructor(elementRef: ElementRef<HTMLElement>, ngZone: NgZone);
9
9
  ngAfterContentInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[lxAutofocus]", never, { "lxAutofocus": "lxAutofocus"; "lxAutofocusPreventScroll": "lxAutofocusPreventScroll"; }, {}, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[lxAutofocus]", never, { "lxAutofocus": "lxAutofocus"; "lxAutofocusPreventScroll": "lxAutofocusPreventScroll"; }, {}, never, never, false>;
12
12
  }
@@ -12,5 +12,5 @@ export declare class HtmlDirective implements OnChanges {
12
12
  constructor(elementRef: ElementRef<HTMLElement>, sanitizer: DomSanitizer);
13
13
  ngOnChanges(changes: SimpleChanges): any;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<HtmlDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<HtmlDirective, "[lxHtml]", never, { "lxHtml": "lxHtml"; }, {}, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HtmlDirective, "[lxHtml]", never, { "lxHtml": "lxHtml"; }, {}, never, never, false>;
16
16
  }
@@ -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">;
58
+ static ɵpipe: i0.ɵɵPipeDeclaration<LxLinkifyPipe, "lxLinkify", false>;
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">;
19
+ static ɵpipe: i0.ɵɵPipeDeclaration<LxUnlinkifyPipe, "lxUnlinkify", false>;
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">;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<BrPipe, "lxBr", false>;
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">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<ContrastColorPipe, "lxContrastColor", false>;
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">;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<CustomDatePipe, "lxDate", false>;
9
9
  }
@@ -4,5 +4,5 @@ export declare class HighlightRangePipe implements PipeTransform {
4
4
  transform(text: string, offset?: number, length?: number): string;
5
5
  highlight(text: string): string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<HighlightRangePipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<HighlightRangePipe, "lxHighlightRange">;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<HighlightRangePipe, "lxHighlightRange", false>;
8
8
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class HighlightTermPipe implements PipeTransform {
4
4
  transform(text?: string, search?: string): string | undefined;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<HighlightTermPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<HighlightTermPipe, "lxHighlightTerm">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<HighlightTermPipe, "lxHighlightTerm", false>;
7
7
  }
@@ -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">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<LxIsUuidPipe, "lxIsUuid", false>;
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">;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<LxTimeAgo, "lxTimeAgo", false>;
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">;
16
+ static ɵpipe: i0.ɵɵPipeDeclaration<LxTranslatePipe, "lxTranslate", false>;
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">;
12
+ static ɵpipe: i0.ɵɵPipeDeclaration<MarkdownPipe, "lxMarkdown", false>;
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">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<NbspPipe, "lxNbsp", false>;
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">;
12
+ static ɵpipe: i0.ɵɵPipeDeclaration<SortPipe, "lxSort", false>;
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">;
16
+ static ɵpipe: i0.ɵɵPipeDeclaration<TranslationAfterPipe, "lxTranslationAfter", false>;
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">;
31
+ static ɵpipe: i0.ɵɵPipeDeclaration<TranslationBeforePipe, "lxTranslationBefore", false>;
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">;
36
+ static ɵpipe: i0.ɵɵPipeDeclaration<TranslationBetweenPipe, "lxTranslationBetween", false>;
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">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<UnescapeCurlyBracesPipe, "lxUnescapeCurlyBraces", false>;
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": "content"; "isHtmlContent": "isHtmlContent"; "position": "position"; }, {}, never, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "lx-tooltip", never, { "content": "content"; "isHtmlContent": "isHtmlContent"; "position": "position"; }, {}, never, never, false>;
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": "lxTooltip"; "lxTooltipPosition": "lxTooltipPosition"; "lxTooltipDelay": "lxTooltipDelay"; "lxTooltipIsHtmlContent": "lxTooltipIsHtmlContent"; }, {}, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[lxTooltip]", never, { "content": "lxTooltip"; "lxTooltipPosition": "lxTooltipPosition"; "lxTooltipDelay": "lxTooltipDelay"; "lxTooltipIsHtmlContent": "lxTooltipIsHtmlContent"; }, {}, never, never, false>;
27
27
  }
@@ -31,5 +31,5 @@ export declare class BasicDropdownComponent extends KeyboardSelectDirective impl
31
31
  onNewItemSelected(): void;
32
32
  onCreateNewOptionSelected(): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicDropdownComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownComponent, "lx-basic-dropdown", never, { "options": "options"; "initiallySelectedIndex": "initiallySelectedIndex"; "labelKey": "labelKey"; "itemKey": "itemKey"; "placeholder": "placeholder"; "loading": "loading"; "newOptionLabel": "newOptionLabel"; "padding": "padding"; "showCreateNewOption": "showCreateNewOption"; "disabledOptions": "disabledOptions"; }, { "onItemSelected": "onItemSelected"; "triggerRequestForMoreEntries": "triggerRequestForMoreEntries"; "newOptionLabelSelected": "newOptionLabelSelected"; "createNewOptionSelected": "createNewOptionSelected"; }, ["optionTemplateRef", "createNewOptionTemplateRef", "descriptionTemplateRef"], never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownComponent, "lx-basic-dropdown", never, { "options": "options"; "initiallySelectedIndex": "initiallySelectedIndex"; "labelKey": "labelKey"; "itemKey": "itemKey"; "placeholder": "placeholder"; "loading": "loading"; "newOptionLabel": "newOptionLabel"; "padding": "padding"; "showCreateNewOption": "showCreateNewOption"; "disabledOptions": "disabledOptions"; }, { "onItemSelected": "onItemSelected"; "triggerRequestForMoreEntries": "triggerRequestForMoreEntries"; "newOptionLabelSelected": "newOptionLabelSelected"; "createNewOptionSelected": "createNewOptionSelected"; }, ["optionTemplateRef", "createNewOptionTemplateRef", "descriptionTemplateRef"], never, false>;
35
35
  }
@@ -7,5 +7,5 @@ export declare class BasicDropdownItemComponent {
7
7
  descriptionFontStyle: 'italic' | 'normal';
8
8
  get hasDescription(): boolean;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicDropdownItemComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownItemComponent, "lx-basic-dropdown-item", never, { "label": "label"; "description": "description"; "highlightTerm": "highlightTerm"; "labelFontWeight": "labelFontWeight"; "descriptionFontStyle": "descriptionFontStyle"; }, {}, never, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownItemComponent, "lx-basic-dropdown-item", never, { "label": "label"; "description": "description"; "highlightTerm": "highlightTerm"; "labelFontWeight": "labelFontWeight"; "descriptionFontStyle": "descriptionFontStyle"; }, {}, never, never, false>;
11
11
  }
@@ -35,5 +35,5 @@ export declare class CdkOptionsDropdownComponent implements AfterViewInit, OnDes
35
35
  private optionIsHighlightable;
36
36
  private reloadOverlayPosition;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkOptionsDropdownComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<CdkOptionsDropdownComponent, "lx-cdk-options-dropdown", never, { "align": "align"; "closeOnScroll": "closeOnScroll"; "disabled": "disabled"; "maxHeight": "maxHeight"; }, {}, ["trigger", "_options", "tooltips"], ["[lxKeyboardActionSource]", "*"]>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkOptionsDropdownComponent, "lx-cdk-options-dropdown", never, { "align": "align"; "closeOnScroll": "closeOnScroll"; "disabled": "disabled"; "maxHeight": "maxHeight"; }, {}, ["trigger", "_options", "tooltips"], ["[lxKeyboardActionSource]", "*"], false>;
39
39
  }
@@ -24,5 +24,5 @@ export declare class CdkOptionsSubDropdownComponent implements AfterViewInit, On
24
24
  private reloadOverlayPosition;
25
25
  closeDropdown(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkOptionsSubDropdownComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<CdkOptionsSubDropdownComponent, "lx-cdk-options-sub-dropdown", never, { "trigger": "trigger"; "align": "align"; }, {}, ["options"], ["*"]>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkOptionsSubDropdownComponent, "lx-cdk-options-sub-dropdown", never, { "trigger": "trigger"; "align": "align"; }, {}, ["options"], ["*"], false>;
28
28
  }
@@ -40,6 +40,6 @@ export declare class CurrencyInputComponent implements AfterViewInit, OnDestroy,
40
40
  private parseInput;
41
41
  private containsSeparators;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyInputComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyInputComponent, "lx-currency-input", never, { "code": "code"; "decimalSeparator": "decimalSeparator"; "placeholder": "placeholder"; "data": "data"; "disabled": "disabled"; "mode": "mode"; "fieldDefinitionType": "fieldDefinitionType"; "iconPosition": "iconPosition"; "format": "format"; }, { "onFocusLost": "onFocusLost"; "onChange": "onChange"; }, never, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyInputComponent, "lx-currency-input", never, { "code": "code"; "decimalSeparator": "decimalSeparator"; "placeholder": "placeholder"; "data": "data"; "disabled": "disabled"; "mode": "mode"; "fieldDefinitionType": "fieldDefinitionType"; "iconPosition": "iconPosition"; "format": "format"; }, { "onFocusLost": "onFocusLost"; "onChange": "onChange"; }, never, never, false>;
44
44
  }
45
45
  export {};
@@ -7,5 +7,5 @@ export declare class CurrencySymbolComponent implements OnInit {
7
7
  currency$: Observable<string>;
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<CurrencySymbolComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<CurrencySymbolComponent, "lx-currency-symbol", never, { "code": "code"; }, {}, never, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CurrencySymbolComponent, "lx-currency-symbol", never, { "code": "code"; }, {}, never, never, false>;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { ControlValueAccessor, FormControl, Validator } from '@angular/forms';
2
+ import { ControlValueAccessor, UntypedFormControl, Validator } from '@angular/forms';
3
3
  import { Observable, Subject } from 'rxjs';
4
4
  import { DateFormatsProvider } from '../../../core-ui/core-ui.constants';
5
5
  import * as i0 from "@angular/core";
@@ -74,12 +74,12 @@ export declare class DateInputComponent implements OnChanges, OnInit, OnDestroy,
74
74
  registerOnChange(fn: any): void;
75
75
  /** Set the function to be called when the control receives a touch event. */
76
76
  registerOnTouched(fn: () => void): void;
77
- validate(c: FormControl): {
77
+ validate(c: UntypedFormControl): {
78
78
  dateFormatError: {
79
79
  given: string | null;
80
80
  format: string;
81
81
  };
82
82
  } | null;
83
83
  static ɵfac: i0.ɵɵFactoryDeclaration<DateInputComponent, [null, null, { optional: true; }]>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "lx-date-input", never, { "date": "date"; "dateString": "dateString"; "valueAccessor": "valueAccessor"; "inputId": "inputId"; "renderingStyle": "renderingStyle"; "placeholder": "placeholder"; "datepickerMode": "datepickerMode"; "initDateString": "initDateString"; "minDate": "minDate"; "maxDate": "maxDate"; "minMode": "minMode"; "maxMode": "maxMode"; "showWeeks": "showWeeks"; "formatDay": "formatDay"; "formatMonth": "formatMonth"; "formatYear": "formatYear"; "formatDayHeader": "formatDayHeader"; "formatDayTitle": "formatDayTitle"; "formatMonthTitle": "formatMonthTitle"; "startingDay": "startingDay"; "yearRange": "yearRange"; "onlyCurrentMonth": "onlyCurrentMonth"; "shortcutPropagation": "shortcutPropagation"; "customClass": "customClass"; "disabled": "disabled"; "dateDisabled": "dateDisabled"; "autoFocus": "autoFocus"; }, { "dateChange": "dateChange"; "dateStringChange": "dateStringChange"; "closeDateInput": "closeDateInput"; }, never, never>;
84
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "lx-date-input", never, { "date": "date"; "dateString": "dateString"; "valueAccessor": "valueAccessor"; "inputId": "inputId"; "renderingStyle": "renderingStyle"; "placeholder": "placeholder"; "datepickerMode": "datepickerMode"; "initDateString": "initDateString"; "minDate": "minDate"; "maxDate": "maxDate"; "minMode": "minMode"; "maxMode": "maxMode"; "showWeeks": "showWeeks"; "formatDay": "formatDay"; "formatMonth": "formatMonth"; "formatYear": "formatYear"; "formatDayHeader": "formatDayHeader"; "formatDayTitle": "formatDayTitle"; "formatMonthTitle": "formatMonthTitle"; "startingDay": "startingDay"; "yearRange": "yearRange"; "onlyCurrentMonth": "onlyCurrentMonth"; "shortcutPropagation": "shortcutPropagation"; "customClass": "customClass"; "disabled": "disabled"; "dateDisabled": "dateDisabled"; "autoFocus": "autoFocus"; }, { "dateChange": "dateChange"; "dateStringChange": "dateStringChange"; "closeDateInput": "closeDateInput"; }, never, never, false>;
85
85
  }
@@ -28,5 +28,5 @@ export declare class DragAndDropListItemComponent {
28
28
  trackByAction(_index: number, action: DragAndDropListAction): string;
29
29
  focus(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropListItemComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListItemComponent, "lx-drag-and-drop-list-item", never, { "item": "item"; "draggable": "draggable"; "actions": "actions"; }, { "action": "action"; }, ["customTemplateRef"], never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListItemComponent, "lx-drag-and-drop-list-item", never, { "item": "item"; "draggable": "draggable"; "actions": "actions"; }, { "action": "action"; }, ["customTemplateRef"], never, false>;
32
32
  }
@@ -58,5 +58,5 @@ export declare class DragAndDropListComponent implements AfterContentInit, After
58
58
  private sortItems;
59
59
  trackByItem(_index: number, item: DragAndDropListItemComponent): string;
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropListComponent, never>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListComponent, "lx-drag-and-drop-list", never, { "label": "label"; "labelFontWeight": "labelFontWeight"; "color": "color"; "fontSize": "fontSize"; }, { "moveToIndex": "moveToIndex"; "moveItem": "moveItem"; }, ["_items"], never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListComponent, "lx-drag-and-drop-list", never, { "label": "label"; "labelFontWeight": "labelFontWeight"; "color": "color"; "fontSize": "fontSize"; }, { "moveToIndex": "moveToIndex"; "moveItem": "moveItem"; }, ["_items"], never, false>;
62
62
  }
@@ -9,12 +9,12 @@ export declare class KeyboardSortableItemDirective implements OnChanges {
9
9
  private overlayPositionBuilder;
10
10
  private element;
11
11
  private overlay;
12
- allItemsData: string[];
12
+ allItemsData: string[] | null;
13
13
  itemData: string;
14
14
  isSortingByKeyboard: boolean;
15
- itemBeingSorted: string;
15
+ itemBeingSorted?: string;
16
16
  readonly isSortingByKeyboardChange: EventEmitter<boolean>;
17
- readonly itemBeingSortedChange: EventEmitter<string>;
17
+ readonly itemBeingSortedChange: EventEmitter<string | undefined>;
18
18
  sortItemsWithKeyboard: EventEmitter<{
19
19
  previousIndex: number;
20
20
  currentIndex: number;
@@ -32,5 +32,5 @@ export declare class KeyboardSortableItemDirective implements OnChanges {
32
32
  leaveSortingModeEnabledByKeyboard($event: KeyboardEvent | FocusEvent): void;
33
33
  sort($event: KeyboardEvent): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<KeyboardSortableItemDirective, never>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSortableItemDirective, "[lxKeyboardSortableItem]", never, { "allItemsData": "lxKeyboardSortableItem"; "itemData": "lxKeyboardItemData"; "isSortingByKeyboard": "isSortingByKeyboard"; "itemBeingSorted": "lxKeyboardItemBeingSorted"; }, { "isSortingByKeyboardChange": "isSortingByKeyboardChange"; "itemBeingSortedChange": "lxKeyboardItemBeingSortedChange"; "sortItemsWithKeyboard": "sortItemsWithKeyboard"; "focusWithKeyboard": "focusWithKeyboard"; }, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSortableItemDirective, "[lxKeyboardSortableItem]", never, { "allItemsData": "lxKeyboardSortableItem"; "itemData": "lxKeyboardItemData"; "isSortingByKeyboard": "isSortingByKeyboard"; "itemBeingSorted": "lxKeyboardItemBeingSorted"; }, { "isSortingByKeyboardChange": "isSortingByKeyboardChange"; "itemBeingSortedChange": "lxKeyboardItemBeingSortedChange"; "sortItemsWithKeyboard": "sortItemsWithKeyboard"; "focusWithKeyboard": "focusWithKeyboard"; }, never, never, false>;
36
36
  }
@@ -5,10 +5,10 @@ import * as i0 from "@angular/core";
5
5
  export declare class KeyboardSortableListDirective implements AfterViewInit {
6
6
  private translateService;
7
7
  private keyboardSortableItems$;
8
- keyboardSortableItems: KeyboardSortableItemDirective[];
8
+ keyboardSortableItems: KeyboardSortableItemDirective[] | null;
9
9
  constructor(translateService: TranslateService);
10
10
  ngAfterViewInit(): void;
11
11
  private setupControlsTooltipToBeShownOnFirstFocusedItem;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<KeyboardSortableListDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSortableListDirective, "[lxKeyboardSortableList]", never, { "keyboardSortableItems": "keyboardSortableItems"; }, {}, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSortableListDirective, "[lxKeyboardSortableList]", never, { "keyboardSortableItems": "keyboardSortableItems"; }, {}, never, never, false>;
14
14
  }
@@ -6,5 +6,5 @@ export declare class ErrorMessageComponent {
6
6
  set key(value: string | undefined);
7
7
  constructor(cd: ChangeDetectorRef);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessageComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<ErrorMessageComponent, "lx-error-message", never, { "key": "key"; }, {}, never, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ErrorMessageComponent, "lx-error-message", never, { "key": "key"; }, {}, never, never, false>;
10
10
  }
@@ -1,9 +1,9 @@
1
1
  import { OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
2
+ import { UntypedFormGroup } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class FormErrorComponent implements OnInit, OnChanges, OnDestroy {
5
5
  namespace: string;
6
- form: FormGroup;
6
+ form: UntypedFormGroup;
7
7
  controlName: string;
8
8
  translationKeys: string[];
9
9
  private formSubscription;
@@ -12,5 +12,5 @@ export declare class FormErrorComponent implements OnInit, OnChanges, OnDestroy
12
12
  ngOnDestroy(): void;
13
13
  getTranslationKeys(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<FormErrorComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "lx-form-error", never, { "namespace": "namespace"; "form": "form"; "controlName": "controlName"; }, {}, never, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "lx-form-error", never, { "namespace": "namespace"; "form": "form"; "controlName": "controlName"; }, {}, never, never, false>;
16
16
  }
@@ -23,6 +23,6 @@ export declare class IconComponent implements OnChanges {
23
23
  iconStyle: FontAwesomeIconStyle;
24
24
  ngOnChanges(changes: SimpleChanges): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lx-icon", never, { "name": "name"; "color": "color"; "fontAwsomeStyle": "fontAwsomeStyle"; "size": "size"; "title": "title"; }, {}, never, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lx-icon", never, { "name": "name"; "color": "color"; "fontAwsomeStyle": "fontAwsomeStyle"; "size": "size"; "title": "title"; }, {}, never, never, false>;
27
27
  }
28
28
  export {};
@@ -11,5 +11,5 @@ export declare class InputComponent implements OnInit, OnDestroy {
11
11
  private updateStatus;
12
12
  ngOnDestroy(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, [{ optional: true; }]>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[lx-input]", never, { "error": "error"; "disabled": "disabled"; }, {}, never, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[lx-input]", never, { "error": "error"; "disabled": "disabled"; }, {}, never, never, false>;
15
15
  }
@@ -31,5 +31,5 @@ export declare class KeyboardSelectDirective implements OnDestroy, AfterViewInit
31
31
  private last;
32
32
  ngOnDestroy(): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<KeyboardSelectDirective, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSelectDirective, never, never, { "keyboardSelectAction": "keyboardSelectAction"; }, { "selectedItemIndexChange": "selectedItemIndexChange"; }, never>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSelectDirective, never, never, { "keyboardSelectAction": "keyboardSelectAction"; }, { "selectedItemIndexChange": "selectedItemIndexChange"; }, never, never, false>;
35
35
  }
@@ -46,5 +46,5 @@ export declare class MultiSelectComponent extends BaseSelectDirective implements
46
46
  setDisabledState(isDisabled: boolean): void;
47
47
  focusedViaTab(): void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "lx-multi-select", never, { "markInvalid": "markInvalid"; "selection": "selection"; "size": "size"; "dropdownWidthScale": "dropdownWidthScale"; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown"], [".pills", ".dropdownComponent"]>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "lx-multi-select", never, { "markInvalid": "markInvalid"; "selection": "selection"; "size": "size"; "dropdownWidthScale": "dropdownWidthScale"; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown"], [".pills", ".dropdownComponent"], false>;
50
50
  }
@@ -27,5 +27,5 @@ export declare class OptionComponent {
27
27
  setSelected(value: boolean): void;
28
28
  setHighlighted(value: boolean): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionComponent, [{ optional: true; }, null]>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent, "lx-option", never, { "selected": "selected"; "isHighlighted": "isHighlighted"; "disabled": "disabled"; "value": "value"; "hasSelectedState": "hasSelectedState"; "selectIcon": "selectIcon"; }, { "select": "select"; "highlight": "highlight"; "selectedClick": "selectedClick"; }, never, ["*"]>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent, "lx-option", never, { "selected": "selected"; "isHighlighted": "isHighlighted"; "disabled": "disabled"; "value": "value"; "hasSelectedState": "hasSelectedState"; "selectIcon": "selectIcon"; }, { "select": "select"; "highlight": "highlight"; "selectedClick": "selectedClick"; }, never, ["*"], false>;
31
31
  }
@@ -10,5 +10,5 @@ export declare class OptionGroupComponent {
10
10
  select: EventEmitter<any>;
11
11
  selectOption(value: any): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionGroupComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupComponent, "lx-option-group", never, { "hasSelectedState": "hasSelectedState"; "label": "label"; }, { "select": "select"; }, never, ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupComponent, "lx-option-group", never, { "hasSelectedState": "hasSelectedState"; "label": "label"; }, { "select": "select"; }, never, ["*"], false>;
14
14
  }
@@ -56,5 +56,5 @@ export declare class OptionGroupDropdownComponent extends KeyboardSelectDirectiv
56
56
  onCreateNewOption(): void;
57
57
  trackByValue(_index: number, option: OptionGroupOption | any): any;
58
58
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionGroupDropdownComponent, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupDropdownComponent, "lx-option-group-dropdown", never, { "optionGroups": "optionGroups"; "newOptionLabel": "newOptionLabel"; "highlightTerm": "highlightTerm"; "showCreateNewOption": "showCreateNewOption"; "labelKey": "labelKey"; "loading": "loading"; "trackByProperty": "trackByProperty"; "showNoResultsIfGroupIsEmpty": "showNoResultsIfGroupIsEmpty"; }, { "onItemSelected": "onItemSelected"; "containerScrolled": "containerScrolled"; "createNewOption": "createNewOption"; }, ["optionTemplateRef", "noResultsOptionTemplateRef"], never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupDropdownComponent, "lx-option-group-dropdown", never, { "optionGroups": "optionGroups"; "newOptionLabel": "newOptionLabel"; "highlightTerm": "highlightTerm"; "showCreateNewOption": "showCreateNewOption"; "labelKey": "labelKey"; "loading": "loading"; "trackByProperty": "trackByProperty"; "showNoResultsIfGroupIsEmpty": "showNoResultsIfGroupIsEmpty"; }, { "onItemSelected": "onItemSelected"; "containerScrolled": "containerScrolled"; "createNewOption": "createNewOption"; }, ["optionTemplateRef", "noResultsOptionTemplateRef"], never, false>;
60
60
  }
@@ -31,5 +31,5 @@ export declare class OptionsDropdownComponent implements AfterViewInit, OnDestro
31
31
  private collapse;
32
32
  private optionIsHighlightable;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionsDropdownComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionsDropdownComponent, "lx-options-dropdown", never, { "align": "align"; "closeOnScroll": "closeOnScroll"; "disabled": "disabled"; "maxHeight": "maxHeight"; "closeOnSelect": "closeOnSelect"; }, {}, ["trigger", "_options"], ["[lxKeyboardActionSource]", "*"]>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionsDropdownComponent, "lx-options-dropdown", never, { "align": "align"; "closeOnScroll": "closeOnScroll"; "disabled": "disabled"; "maxHeight": "maxHeight"; "closeOnSelect": "closeOnSelect"; }, {}, ["trigger", "_options"], ["[lxKeyboardActionSource]", "*"], false>;
35
35
  }
@@ -21,5 +21,5 @@ export declare class OptionsSubDropdownComponent implements AfterViewInit, OnDes
21
21
  private showByMouse;
22
22
  closeDropdown(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionsSubDropdownComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionsSubDropdownComponent, "lx-options-sub-dropdown", never, { "trigger": "trigger"; "align": "align"; }, {}, ["options"], ["*"]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionsSubDropdownComponent, "lx-options-sub-dropdown", never, { "trigger": "trigger"; "align": "align"; }, {}, ["options"], ["*"], false>;
25
25
  }
@@ -13,5 +13,5 @@ export declare class PickerTriggerDirective implements OnDestroy {
13
13
  constructor(element: ElementRef<HTMLElement>);
14
14
  ngOnDestroy(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<PickerTriggerDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<PickerTriggerDirective, "[lxPickerTrigger]", never, {}, {}, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PickerTriggerDirective, "[lxPickerTrigger]", never, {}, {}, never, never, false>;
17
17
  }
@@ -66,5 +66,5 @@ export declare class PickerComponent implements AfterViewInit, ControlValueAcces
66
66
  private propagateChange;
67
67
  private onTouched;
68
68
  static ɵfac: i0.ɵɵFactoryDeclaration<PickerComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<PickerComponent, "lx-picker", never, { "listBoxAriaLabel": "listBoxAriaLabel"; "listBoxAriaLabelledBy": "listBoxAriaLabelledBy"; "openDirection": "openDirection"; }, {}, ["_trigger", "options"], ["[lxPickerTrigger]", "*"]>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<PickerComponent, "lx-picker", never, { "listBoxAriaLabel": "listBoxAriaLabel"; "listBoxAriaLabelledBy": "listBoxAriaLabelledBy"; "openDirection": "openDirection"; }, {}, ["_trigger", "options"], ["[lxPickerTrigger]", "*"], false>;
70
70
  }