@leanix/components 0.4.68 → 0.4.69

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 (113) hide show
  1. package/esm2022/lib/core-ui/directives/autoclose.directive.mjs +2 -2
  2. package/esm2022/lib/core-ui/tooltip/tooltip.directive.mjs +1 -1
  3. package/esm2022/lib/forms-ui/components/basic-dropdown/basic-dropdown.component.mjs +26 -10
  4. package/esm2022/lib/forms-ui/components/basic-dropdown-item/basic-dropdown-item.component.mjs +5 -5
  5. package/esm2022/lib/forms-ui/components/breadcrumb/breadcrumb.component.mjs +7 -7
  6. package/esm2022/lib/forms-ui/components/cdk-options-dropdown/cdk-options-dropdown.component.mjs +4 -5
  7. package/esm2022/lib/forms-ui/components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component.mjs +4 -5
  8. package/esm2022/lib/forms-ui/components/copy-button/copy-button.component.mjs +4 -3
  9. package/esm2022/lib/forms-ui/components/currency/currency-input.component.mjs +9 -9
  10. package/esm2022/lib/forms-ui/components/currency/currency-symbol.component.mjs +4 -4
  11. package/esm2022/lib/forms-ui/components/date-input/date-input.component.mjs +10 -11
  12. package/esm2022/lib/forms-ui/components/date-picker-ui/datepicker-inner.component.mjs +7 -5
  13. package/esm2022/lib/forms-ui/components/date-picker-ui/datepicker-ui.module.mjs +5 -12
  14. package/esm2022/lib/forms-ui/components/date-picker-ui/datepicker.component.mjs +9 -8
  15. package/esm2022/lib/forms-ui/components/date-picker-ui/daypicker.component.mjs +5 -5
  16. package/esm2022/lib/forms-ui/components/date-picker-ui/monthpicker.component.mjs +5 -5
  17. package/esm2022/lib/forms-ui/components/date-picker-ui/yearpicker.component.mjs +5 -5
  18. package/esm2022/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list-item/drag-and-drop-list-item.component.mjs +5 -5
  19. package/esm2022/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.component.mjs +19 -10
  20. package/esm2022/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.module.mjs +22 -5
  21. package/esm2022/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-item/keyboard-sortable-item.directive.mjs +4 -3
  22. package/esm2022/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-list/keyboard-sortable-list.directive.mjs +4 -3
  23. package/esm2022/lib/forms-ui/components/error-message/error-message.component.mjs +6 -5
  24. package/esm2022/lib/forms-ui/components/expanded-dropdown/expanded-dropdown.component.mjs +7 -6
  25. package/esm2022/lib/forms-ui/components/form-error/form-error.component.mjs +6 -5
  26. package/esm2022/lib/forms-ui/components/icon/icon.component.mjs +3 -3
  27. package/esm2022/lib/forms-ui/components/input/input.component.mjs +3 -3
  28. package/esm2022/lib/forms-ui/components/multi-select/multi-select.component.mjs +8 -9
  29. package/esm2022/lib/forms-ui/components/option/option.component.mjs +6 -6
  30. package/esm2022/lib/forms-ui/components/option-group/option-group.component.mjs +4 -4
  31. package/esm2022/lib/forms-ui/components/option-group-dropdown/option-group-dropdown.component.mjs +28 -11
  32. package/esm2022/lib/forms-ui/components/options-dropdown/options-dropdown.component.mjs +7 -6
  33. package/esm2022/lib/forms-ui/components/options-sub-dropdown/options-sub-dropdown.component.mjs +5 -5
  34. package/esm2022/lib/forms-ui/components/picker/picker-trigger.directive.mjs +4 -3
  35. package/esm2022/lib/forms-ui/components/picker/picker.component.mjs +6 -6
  36. package/esm2022/lib/forms-ui/components/picker-option/picker-option.component.mjs +5 -5
  37. package/esm2022/lib/forms-ui/components/pill-item/pill-item.component.mjs +4 -4
  38. package/esm2022/lib/forms-ui/components/pill-list/pill-list.component.mjs +5 -6
  39. package/esm2022/lib/forms-ui/components/responsive-input/responsive-input.component.mjs +6 -6
  40. package/esm2022/lib/forms-ui/components/select-list/select-list.component.mjs +6 -5
  41. package/esm2022/lib/forms-ui/components/single-select/single-select.component.mjs +8 -8
  42. package/esm2022/lib/forms-ui/components/slider-toggle/slider-toggle.component.mjs +4 -4
  43. package/esm2022/lib/forms-ui/components/sorting-dropdown/sorting-dropdown.component.mjs +20 -10
  44. package/esm2022/lib/forms-ui/components/sorting-dropdown-trigger/sorting-dropdown-trigger.component.mjs +4 -4
  45. package/esm2022/lib/forms-ui/directives/contenteditable.directive.mjs +4 -3
  46. package/esm2022/lib/forms-ui/directives/form-error.directive.mjs +4 -3
  47. package/esm2022/lib/forms-ui/directives/form-submit.directive.mjs +4 -3
  48. package/esm2022/lib/forms-ui/directives/keyboard-action-source.directive.mjs +4 -3
  49. package/esm2022/lib/forms-ui/directives/mark-invalid.directive.mjs +4 -3
  50. package/esm2022/lib/forms-ui/directives/select-dropdown.directive.mjs +4 -3
  51. package/esm2022/lib/forms-ui/directives/selectable-item.directive.mjs +4 -3
  52. package/esm2022/lib/forms-ui/directives/selected-option.directive.mjs +4 -3
  53. package/esm2022/lib/forms-ui/forms-ui.module.mjs +35 -23
  54. package/esm2022/lib/forms-ui/pipes/filter-selection.pipe.mjs +6 -3
  55. package/esm2022/lib/forms-ui/pipes/filter-term.pipe.mjs +6 -3
  56. package/esm2022/lib/forms-ui/pipes/format-number.pipe.mjs +4 -3
  57. package/fesm2022/leanix-components.mjs +332 -237
  58. package/fesm2022/leanix-components.mjs.map +1 -1
  59. package/lib/forms-ui/components/basic-dropdown/basic-dropdown.component.d.ts +1 -1
  60. package/lib/forms-ui/components/basic-dropdown-item/basic-dropdown-item.component.d.ts +1 -1
  61. package/lib/forms-ui/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  62. package/lib/forms-ui/components/cdk-options-dropdown/cdk-options-dropdown.component.d.ts +1 -1
  63. package/lib/forms-ui/components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component.d.ts +1 -1
  64. package/lib/forms-ui/components/copy-button/copy-button.component.d.ts +1 -1
  65. package/lib/forms-ui/components/currency/currency-input.component.d.ts +1 -1
  66. package/lib/forms-ui/components/currency/currency-symbol.component.d.ts +1 -1
  67. package/lib/forms-ui/components/date-input/date-input.component.d.ts +1 -1
  68. package/lib/forms-ui/components/date-picker-ui/datepicker-inner.component.d.ts +1 -1
  69. package/lib/forms-ui/components/date-picker-ui/datepicker-ui.module.d.ts +1 -7
  70. package/lib/forms-ui/components/date-picker-ui/datepicker.component.d.ts +1 -1
  71. package/lib/forms-ui/components/date-picker-ui/daypicker.component.d.ts +1 -1
  72. package/lib/forms-ui/components/date-picker-ui/monthpicker.component.d.ts +1 -1
  73. package/lib/forms-ui/components/date-picker-ui/yearpicker.component.d.ts +1 -1
  74. package/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list-item/drag-and-drop-list-item.component.d.ts +1 -1
  75. package/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +1 -1
  76. package/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +9 -9
  77. package/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-item/keyboard-sortable-item.directive.d.ts +1 -1
  78. package/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-list/keyboard-sortable-list.directive.d.ts +1 -1
  79. package/lib/forms-ui/components/error-message/error-message.component.d.ts +1 -1
  80. package/lib/forms-ui/components/expanded-dropdown/expanded-dropdown.component.d.ts +1 -1
  81. package/lib/forms-ui/components/form-error/form-error.component.d.ts +1 -1
  82. package/lib/forms-ui/components/icon/icon.component.d.ts +1 -1
  83. package/lib/forms-ui/components/input/input.component.d.ts +1 -1
  84. package/lib/forms-ui/components/multi-select/multi-select.component.d.ts +1 -1
  85. package/lib/forms-ui/components/option/option.component.d.ts +1 -1
  86. package/lib/forms-ui/components/option-group/option-group.component.d.ts +1 -1
  87. package/lib/forms-ui/components/option-group-dropdown/option-group-dropdown.component.d.ts +1 -1
  88. package/lib/forms-ui/components/options-dropdown/options-dropdown.component.d.ts +1 -1
  89. package/lib/forms-ui/components/options-sub-dropdown/options-sub-dropdown.component.d.ts +1 -1
  90. package/lib/forms-ui/components/picker/picker-trigger.directive.d.ts +1 -1
  91. package/lib/forms-ui/components/picker/picker.component.d.ts +1 -1
  92. package/lib/forms-ui/components/picker-option/picker-option.component.d.ts +1 -1
  93. package/lib/forms-ui/components/pill-item/pill-item.component.d.ts +1 -1
  94. package/lib/forms-ui/components/pill-list/pill-list.component.d.ts +1 -1
  95. package/lib/forms-ui/components/responsive-input/responsive-input.component.d.ts +1 -1
  96. package/lib/forms-ui/components/select-list/select-list.component.d.ts +1 -1
  97. package/lib/forms-ui/components/single-select/single-select.component.d.ts +1 -1
  98. package/lib/forms-ui/components/slider-toggle/slider-toggle.component.d.ts +1 -1
  99. package/lib/forms-ui/components/sorting-dropdown/sorting-dropdown.component.d.ts +1 -1
  100. package/lib/forms-ui/components/sorting-dropdown-trigger/sorting-dropdown-trigger.component.d.ts +1 -1
  101. package/lib/forms-ui/directives/contenteditable.directive.d.ts +1 -1
  102. package/lib/forms-ui/directives/form-error.directive.d.ts +1 -1
  103. package/lib/forms-ui/directives/form-submit.directive.d.ts +1 -1
  104. package/lib/forms-ui/directives/keyboard-action-source.directive.d.ts +1 -1
  105. package/lib/forms-ui/directives/mark-invalid.directive.d.ts +1 -1
  106. package/lib/forms-ui/directives/select-dropdown.directive.d.ts +1 -1
  107. package/lib/forms-ui/directives/selectable-item.directive.d.ts +1 -1
  108. package/lib/forms-ui/directives/selected-option.directive.d.ts +1 -1
  109. package/lib/forms-ui/forms-ui.module.d.ts +52 -52
  110. package/lib/forms-ui/pipes/filter-selection.pipe.d.ts +1 -1
  111. package/lib/forms-ui/pipes/filter-term.pipe.d.ts +1 -1
  112. package/lib/forms-ui/pipes/format-number.pipe.d.ts +1 -1
  113. package/package.json +1 -1
@@ -39,5 +39,5 @@ export declare class BasicDropdownComponent extends KeyboardSelectDirective impl
39
39
  onNewItemSelected(): void;
40
40
  onCreateNewOptionSelected(): void;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicDropdownComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownComponent, "lx-basic-dropdown", never, { "options": { "alias": "options"; "required": false; }; "initiallySelectedIndex": { "alias": "initiallySelectedIndex"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "newOptionLabel": { "alias": "newOptionLabel"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "showCreateNewOption": { "alias": "showCreateNewOption"; "required": false; }; "disabledOptions": { "alias": "disabledOptions"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; "truncateOptions": { "alias": "truncateOptions"; "required": false; }; "noResultsText": { "alias": "noResultsText"; "required": false; }; }, { "onItemSelected": "onItemSelected"; "triggerRequestForMoreEntries": "triggerRequestForMoreEntries"; "newOptionLabelSelected": "newOptionLabelSelected"; "createNewOptionSelected": "createNewOptionSelected"; }, ["optionTemplateRef", "createNewOptionTemplateRef", "descriptionTemplateRef"], never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownComponent, "lx-basic-dropdown", never, { "options": { "alias": "options"; "required": false; }; "initiallySelectedIndex": { "alias": "initiallySelectedIndex"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "newOptionLabel": { "alias": "newOptionLabel"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "showCreateNewOption": { "alias": "showCreateNewOption"; "required": false; }; "disabledOptions": { "alias": "disabledOptions"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; "truncateOptions": { "alias": "truncateOptions"; "required": false; }; "noResultsText": { "alias": "noResultsText"; "required": false; }; }, { "onItemSelected": "onItemSelected"; "triggerRequestForMoreEntries": "triggerRequestForMoreEntries"; "newOptionLabelSelected": "newOptionLabelSelected"; "createNewOptionSelected": "createNewOptionSelected"; }, ["optionTemplateRef", "createNewOptionTemplateRef", "descriptionTemplateRef"], never, true, never>;
43
43
  }
@@ -10,5 +10,5 @@ export declare class BasicDropdownItemComponent {
10
10
  };
11
11
  get hasDescription(): boolean;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicDropdownItemComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownItemComponent, "lx-basic-dropdown-item", never, { "label": { "alias": "label"; "required": false; }; "description": { "alias": "description"; "required": false; }; "highlightTerm": { "alias": "highlightTerm"; "required": false; }; "labelFontWeight": { "alias": "labelFontWeight"; "required": false; }; "descriptionFontStyle": { "alias": "descriptionFontStyle"; "required": false; }; "descriptionStyleOptions": { "alias": "descriptionStyleOptions"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownItemComponent, "lx-basic-dropdown-item", never, { "label": { "alias": "label"; "required": false; }; "description": { "alias": "description"; "required": false; }; "highlightTerm": { "alias": "highlightTerm"; "required": false; }; "labelFontWeight": { "alias": "labelFontWeight"; "required": false; }; "descriptionFontStyle": { "alias": "descriptionFontStyle"; "required": false; }; "descriptionStyleOptions": { "alias": "descriptionStyleOptions"; "required": false; }; }, {}, never, never, true, never>;
14
14
  }
@@ -15,6 +15,6 @@ export declare class BreadcrumbComponent implements OnChanges {
15
15
  ngOnChanges(changes: SimpleChanges): void;
16
16
  isEllipsedBreadcrumb(breadcrumb: ViewBreadcrumb): breadcrumb is EllipsedBreadcrumb;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lx-breadcrumb", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; }, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lx-breadcrumb", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; }, {}, never, never, true, never>;
19
19
  }
20
20
  export {};
@@ -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": { "alias": "align"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, ["trigger", "_options", "tooltips"], ["[lxKeyboardActionSource]", "*"], false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkOptionsDropdownComponent, "lx-cdk-options-dropdown", never, { "align": { "alias": "align"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, ["trigger", "_options", "tooltips"], ["[lxKeyboardActionSource]", "*"], true, never>;
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": { "alias": "trigger"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, ["options"], ["*"], false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkOptionsSubDropdownComponent, "lx-cdk-options-sub-dropdown", never, { "trigger": { "alias": "trigger"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, ["options"], ["*"], true, never>;
28
28
  }
@@ -22,5 +22,5 @@ export declare class CopyButtonComponent {
22
22
  copy(): Promise<void>;
23
23
  private getStringData;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<CopyButtonComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<CopyButtonComponent, "lx-copy-button", never, { "data": { "alias": "data"; "required": false; }; "dataDescription": { "alias": "dataDescription"; "required": false; }; "btn": { "alias": "btn"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<CopyButtonComponent, "lx-copy-button", never, { "data": { "alias": "data"; "required": false; }; "dataDescription": { "alias": "dataDescription"; "required": false; }; "btn": { "alias": "btn"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, true, never>;
26
26
  }
@@ -41,5 +41,5 @@ export declare class CurrencyInputComponent implements AfterViewInit, OnDestroy,
41
41
  private parseInput;
42
42
  private containsSeparators;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyInputComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyInputComponent, "lx-currency-input", never, { "code": { "alias": "code"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "data": { "alias": "data"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "fieldDefinitionType": { "alias": "fieldDefinitionType"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "format": { "alias": "format"; "required": false; }; "markInvalid": { "alias": "markInvalid"; "required": false; }; }, { "onFocusLost": "onFocusLost"; "onChange": "onChange"; }, never, never, false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyInputComponent, "lx-currency-input", never, { "code": { "alias": "code"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "data": { "alias": "data"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "fieldDefinitionType": { "alias": "fieldDefinitionType"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "format": { "alias": "format"; "required": false; }; "markInvalid": { "alias": "markInvalid"; "required": false; }; }, { "onFocusLost": "onFocusLost"; "onChange": "onChange"; }, never, never, true, never>;
45
45
  }
@@ -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": { "alias": "code"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CurrencySymbolComponent, "lx-currency-symbol", never, { "code": { "alias": "code"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
@@ -82,5 +82,5 @@ export declare class DateInputComponent implements OnChanges, OnInit, OnDestroy,
82
82
  };
83
83
  } | null;
84
84
  static ɵfac: i0.ɵɵFactoryDeclaration<DateInputComponent, [null, null, { optional: true; }]>;
85
- static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "lx-date-input", never, { "date": { "alias": "date"; "required": false; }; "dateString": { "alias": "dateString"; "required": false; }; "valueAccessor": { "alias": "valueAccessor"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "renderingStyle": { "alias": "renderingStyle"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "cdk": { "alias": "cdk"; "required": false; }; "datepickerMode": { "alias": "datepickerMode"; "required": false; }; "initDateString": { "alias": "initDateString"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "maxMode": { "alias": "maxMode"; "required": false; }; "showWeeks": { "alias": "showWeeks"; "required": false; }; "formatDay": { "alias": "formatDay"; "required": false; }; "formatMonth": { "alias": "formatMonth"; "required": false; }; "formatYear": { "alias": "formatYear"; "required": false; }; "formatDayHeader": { "alias": "formatDayHeader"; "required": false; }; "formatDayTitle": { "alias": "formatDayTitle"; "required": false; }; "formatMonthTitle": { "alias": "formatMonthTitle"; "required": false; }; "startingDay": { "alias": "startingDay"; "required": false; }; "yearRange": { "alias": "yearRange"; "required": false; }; "onlyCurrentMonth": { "alias": "onlyCurrentMonth"; "required": false; }; "shortcutPropagation": { "alias": "shortcutPropagation"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; }, { "dateChange": "dateChange"; "dateStringChange": "dateStringChange"; "closeDateInput": "closeDateInput"; }, never, never, false, never>;
85
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "lx-date-input", never, { "date": { "alias": "date"; "required": false; }; "dateString": { "alias": "dateString"; "required": false; }; "valueAccessor": { "alias": "valueAccessor"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "renderingStyle": { "alias": "renderingStyle"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "cdk": { "alias": "cdk"; "required": false; }; "datepickerMode": { "alias": "datepickerMode"; "required": false; }; "initDateString": { "alias": "initDateString"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "maxMode": { "alias": "maxMode"; "required": false; }; "showWeeks": { "alias": "showWeeks"; "required": false; }; "formatDay": { "alias": "formatDay"; "required": false; }; "formatMonth": { "alias": "formatMonth"; "required": false; }; "formatYear": { "alias": "formatYear"; "required": false; }; "formatDayHeader": { "alias": "formatDayHeader"; "required": false; }; "formatDayTitle": { "alias": "formatDayTitle"; "required": false; }; "formatMonthTitle": { "alias": "formatMonthTitle"; "required": false; }; "startingDay": { "alias": "startingDay"; "required": false; }; "yearRange": { "alias": "yearRange"; "required": false; }; "onlyCurrentMonth": { "alias": "onlyCurrentMonth"; "required": false; }; "shortcutPropagation": { "alias": "shortcutPropagation"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; }, { "dateChange": "dateChange"; "dateStringChange": "dateStringChange"; "closeDateInput": "closeDateInput"; }, never, never, true, never>;
86
86
  }
@@ -74,5 +74,5 @@ export declare class DatePickerInnerComponent implements OnInit, OnChanges {
74
74
  }, date2: Date): number | undefined;
75
75
  protected isDisabled(date: Date): boolean;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerInnerComponent, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerInnerComponent, "datepicker-inner", never, { "locale": { "alias": "locale"; "required": false; }; "datepickerMode": { "alias": "datepickerMode"; "required": false; }; "startingDay": { "alias": "startingDay"; "required": false; }; "yearRange": { "alias": "yearRange"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "maxMode": { "alias": "maxMode"; "required": false; }; "showWeeks": { "alias": "showWeeks"; "required": false; }; "formatDay": { "alias": "formatDay"; "required": false; }; "formatMonth": { "alias": "formatMonth"; "required": false; }; "formatYear": { "alias": "formatYear"; "required": false; }; "formatDayHeader": { "alias": "formatDayHeader"; "required": false; }; "formatDayTitle": { "alias": "formatDayTitle"; "required": false; }; "formatMonthTitle": { "alias": "formatMonthTitle"; "required": false; }; "onlyCurrentMonth": { "alias": "onlyCurrentMonth"; "required": false; }; "shortcutPropagation": { "alias": "shortcutPropagation"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "monthColLimit": { "alias": "monthColLimit"; "required": false; }; "yearColLimit": { "alias": "yearColLimit"; "required": false; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; }; "dayDisabled": { "alias": "dayDisabled"; "required": false; }; "initDate": { "alias": "initDate"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; }, { "selectionDone": "selectionDone"; "update": "update"; "activeDateChange": "activeDateChange"; }, never, ["*"], false, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerInnerComponent, "datepicker-inner", never, { "locale": { "alias": "locale"; "required": false; }; "datepickerMode": { "alias": "datepickerMode"; "required": false; }; "startingDay": { "alias": "startingDay"; "required": false; }; "yearRange": { "alias": "yearRange"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "maxMode": { "alias": "maxMode"; "required": false; }; "showWeeks": { "alias": "showWeeks"; "required": false; }; "formatDay": { "alias": "formatDay"; "required": false; }; "formatMonth": { "alias": "formatMonth"; "required": false; }; "formatYear": { "alias": "formatYear"; "required": false; }; "formatDayHeader": { "alias": "formatDayHeader"; "required": false; }; "formatDayTitle": { "alias": "formatDayTitle"; "required": false; }; "formatMonthTitle": { "alias": "formatMonthTitle"; "required": false; }; "onlyCurrentMonth": { "alias": "onlyCurrentMonth"; "required": false; }; "shortcutPropagation": { "alias": "shortcutPropagation"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "monthColLimit": { "alias": "monthColLimit"; "required": false; }; "yearColLimit": { "alias": "yearColLimit"; "required": false; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; }; "dayDisabled": { "alias": "dayDisabled"; "required": false; }; "initDate": { "alias": "initDate"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; }, { "selectionDone": "selectionDone"; "update": "update"; "activeDateChange": "activeDateChange"; }, never, ["*"], true, never>;
78
78
  }
@@ -1,15 +1,9 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./datepicker.component";
4
- import * as i2 from "./datepicker-inner.component";
5
- import * as i3 from "./daypicker.component";
6
- import * as i4 from "./monthpicker.component";
7
- import * as i5 from "./yearpicker.component";
8
- import * as i6 from "@angular/common";
9
- import * as i7 from "@angular/forms";
10
4
  export declare class DatepickerUiModule {
11
5
  static forRoot(): ModuleWithProviders<DatepickerUiModule>;
12
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerUiModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerUiModule, [typeof i1.DatePickerComponent, typeof i2.DatePickerInnerComponent, typeof i3.DayPickerComponent, typeof i4.MonthPickerComponent, typeof i5.YearPickerComponent], [typeof i6.CommonModule, typeof i7.FormsModule], [typeof i1.DatePickerComponent, typeof i2.DatePickerInnerComponent, typeof i3.DayPickerComponent, typeof i4.MonthPickerComponent, typeof i5.YearPickerComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerUiModule, never, [typeof i1.DatePickerComponent], [typeof i1.DatePickerComponent]>;
14
8
  static ɵinj: i0.ɵɵInjectorDeclaration<DatepickerUiModule>;
15
9
  }
@@ -77,5 +77,5 @@ export declare class DatePickerComponent implements ControlValueAccessor {
77
77
  registerOnChange(fn: () => void): void;
78
78
  registerOnTouched(fn: () => void): void;
79
79
  static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "datepicker", never, { "datepickerMode": { "alias": "datepickerMode"; "required": false; }; "initDate": { "alias": "initDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "maxMode": { "alias": "maxMode"; "required": false; }; "showWeeks": { "alias": "showWeeks"; "required": false; }; "formatDay": { "alias": "formatDay"; "required": false; }; "formatMonth": { "alias": "formatMonth"; "required": false; }; "formatYear": { "alias": "formatYear"; "required": false; }; "formatDayHeader": { "alias": "formatDayHeader"; "required": false; }; "formatDayTitle": { "alias": "formatDayTitle"; "required": false; }; "formatMonthTitle": { "alias": "formatMonthTitle"; "required": false; }; "startingDay": { "alias": "startingDay"; "required": false; }; "yearRange": { "alias": "yearRange"; "required": false; }; "onlyCurrentMonth": { "alias": "onlyCurrentMonth"; "required": false; }; "shortcutPropagation": { "alias": "shortcutPropagation"; "required": false; }; "monthColLimit": { "alias": "monthColLimit"; "required": false; }; "yearColLimit": { "alias": "yearColLimit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; }; "dayDisabled": { "alias": "dayDisabled"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; }, { "selectionDone": "selectionDone"; "activeDateChange": "activeDateChange"; }, never, never, false, never>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "datepicker", never, { "datepickerMode": { "alias": "datepickerMode"; "required": false; }; "initDate": { "alias": "initDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "maxMode": { "alias": "maxMode"; "required": false; }; "showWeeks": { "alias": "showWeeks"; "required": false; }; "formatDay": { "alias": "formatDay"; "required": false; }; "formatMonth": { "alias": "formatMonth"; "required": false; }; "formatYear": { "alias": "formatYear"; "required": false; }; "formatDayHeader": { "alias": "formatDayHeader"; "required": false; }; "formatDayTitle": { "alias": "formatDayTitle"; "required": false; }; "formatMonthTitle": { "alias": "formatMonthTitle"; "required": false; }; "startingDay": { "alias": "startingDay"; "required": false; }; "yearRange": { "alias": "yearRange"; "required": false; }; "onlyCurrentMonth": { "alias": "onlyCurrentMonth"; "required": false; }; "shortcutPropagation": { "alias": "shortcutPropagation"; "required": false; }; "monthColLimit": { "alias": "monthColLimit"; "required": false; }; "yearColLimit": { "alias": "yearColLimit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; }; "dayDisabled": { "alias": "dayDisabled"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; }, { "selectionDone": "selectionDone"; "activeDateChange": "activeDateChange"; }, never, never, true, never>;
81
81
  }
@@ -13,5 +13,5 @@ export declare class DayPickerComponent implements OnInit {
13
13
  protected getDates(startDate: Date, n: number): Date[];
14
14
  protected getISO8601WeekNumber(date: Date): number;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DayPickerComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DayPickerComponent, "daypicker", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<DayPickerComponent, "daypicker", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -10,5 +10,5 @@ export declare class MonthPickerComponent implements OnInit {
10
10
  get isBs4(): boolean;
11
11
  ngOnInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<MonthPickerComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<MonthPickerComponent, "monthpicker", never, {}, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonthPickerComponent, "monthpicker", never, {}, {}, never, never, true, never>;
14
14
  }
@@ -10,5 +10,5 @@ export declare class YearPickerComponent implements OnInit {
10
10
  ngOnInit(): void;
11
11
  protected getStartingYear(year: number): number;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<YearPickerComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<YearPickerComponent, "yearpicker", never, {}, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<YearPickerComponent, "yearpicker", never, {}, {}, never, never, true, never>;
14
14
  }
@@ -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": { "alias": "item"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "action": "action"; }, ["customTemplateRef"], never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListItemComponent, "lx-drag-and-drop-list-item", never, { "item": { "alias": "item"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "action": "action"; }, ["customTemplateRef"], never, true, never>;
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": { "alias": "label"; "required": false; }; "labelFontWeight": { "alias": "labelFontWeight"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; }, { "moveToIndex": "moveToIndex"; "moveItem": "moveItem"; }, ["_items"], never, false, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListComponent, "lx-drag-and-drop-list", never, { "label": { "alias": "label"; "required": false; }; "labelFontWeight": { "alias": "labelFontWeight"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; }, { "moveToIndex": "moveToIndex"; "moveItem": "moveItem"; }, ["_items"], never, true, never>;
62
62
  }
@@ -1,14 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./keyboard-sortable-item/keyboard-sortable-item.directive";
3
- import * as i2 from "./keyboard-sortable-list/keyboard-sortable-list.directive";
4
- import * as i3 from "./drag-and-drop-list.component";
5
- import * as i4 from "./drag-and-drop-list-item/drag-and-drop-list-item.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "@angular/cdk/drag-drop";
8
- import * as i7 from "../../../core-ui/core-ui.module";
9
- import * as i8 from "@ngx-translate/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/cdk/drag-drop";
4
+ import * as i3 from "../../../core-ui/core-ui.module";
5
+ import * as i4 from "@ngx-translate/core";
6
+ import * as i5 from "./keyboard-sortable-item/keyboard-sortable-item.directive";
7
+ import * as i6 from "./keyboard-sortable-list/keyboard-sortable-list.directive";
8
+ import * as i7 from "./drag-and-drop-list.component";
9
+ import * as i8 from "./drag-and-drop-list-item/drag-and-drop-list-item.component";
10
10
  export declare class LxDragAndDropListModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<LxDragAndDropListModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<LxDragAndDropListModule, [typeof i1.KeyboardSortableItemDirective, typeof i2.KeyboardSortableListDirective, typeof i3.DragAndDropListComponent, typeof i4.DragAndDropListItemComponent], [typeof i5.CommonModule, typeof i6.DragDropModule, typeof i7.LxCoreUiModule, typeof i8.TranslateModule], [typeof i3.DragAndDropListComponent, typeof i4.DragAndDropListItemComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LxDragAndDropListModule, never, [typeof i1.CommonModule, typeof i2.DragDropModule, typeof i3.LxCoreUiModule, typeof i4.TranslateModule, typeof i5.KeyboardSortableItemDirective, typeof i6.KeyboardSortableListDirective, typeof i7.DragAndDropListComponent, typeof i8.DragAndDropListItemComponent], [typeof i7.DragAndDropListComponent, typeof i8.DragAndDropListItemComponent]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<LxDragAndDropListModule>;
14
14
  }
@@ -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": { "alias": "lxKeyboardSortableItem"; "required": false; }; "itemData": { "alias": "lxKeyboardItemData"; "required": false; }; "isSortingByKeyboard": { "alias": "isSortingByKeyboard"; "required": false; }; "itemBeingSorted": { "alias": "lxKeyboardItemBeingSorted"; "required": false; }; }, { "isSortingByKeyboardChange": "isSortingByKeyboardChange"; "itemBeingSortedChange": "lxKeyboardItemBeingSortedChange"; "sortItemsWithKeyboard": "sortItemsWithKeyboard"; "focusWithKeyboard": "focusWithKeyboard"; }, never, never, false, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSortableItemDirective, "[lxKeyboardSortableItem]", never, { "allItemsData": { "alias": "lxKeyboardSortableItem"; "required": false; }; "itemData": { "alias": "lxKeyboardItemData"; "required": false; }; "isSortingByKeyboard": { "alias": "isSortingByKeyboard"; "required": false; }; "itemBeingSorted": { "alias": "lxKeyboardItemBeingSorted"; "required": false; }; }, { "isSortingByKeyboardChange": "isSortingByKeyboardChange"; "itemBeingSortedChange": "lxKeyboardItemBeingSortedChange"; "sortItemsWithKeyboard": "sortItemsWithKeyboard"; "focusWithKeyboard": "focusWithKeyboard"; }, never, never, true, never>;
36
36
  }
@@ -10,5 +10,5 @@ export declare class KeyboardSortableListDirective implements AfterViewInit {
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": { "alias": "keyboardSortableItems"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSortableListDirective, "[lxKeyboardSortableList]", never, { "keyboardSortableItems": { "alias": "keyboardSortableItems"; "required": false; }; }, {}, never, never, true, never>;
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": { "alias": "key"; "required": false; }; }, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ErrorMessageComponent, "lx-error-message", never, { "key": { "alias": "key"; "required": false; }; }, {}, never, never, true, never>;
10
10
  }
@@ -6,5 +6,5 @@ export declare class ExpandedDropdownComponent extends KeyboardSelectDirective i
6
6
  options: any[];
7
7
  onChooseItem: EventEmitter<string>;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpandedDropdownComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedDropdownComponent, "lx-expanded-dropdown", never, { "options": { "alias": "options"; "required": false; }; }, { "onChooseItem": "onChooseItem"; }, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedDropdownComponent, "lx-expanded-dropdown", never, { "options": { "alias": "options"; "required": false; }; }, { "onChooseItem": "onChooseItem"; }, never, never, true, never>;
10
10
  }
@@ -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": { "alias": "namespace"; "required": false; }; "form": { "alias": "form"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; }, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "lx-form-error", never, { "namespace": { "alias": "namespace"; "required": false; }; "form": { "alias": "form"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; }, {}, never, never, true, never>;
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": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontAwsomeStyle": { "alias": "fontAwsomeStyle"; "required": false; }; "size": { "alias": "size"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lx-icon", never, { "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontAwsomeStyle": { "alias": "fontAwsomeStyle"; "required": false; }; "size": { "alias": "size"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
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": { "alias": "error"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[lx-input]", never, { "error": { "alias": "error"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
15
15
  }
@@ -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": { "alias": "markInvalid"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "size": { "alias": "size"; "required": false; }; "dropdownWidthScale": { "alias": "dropdownWidthScale"; "required": false; }; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown"], [".pills", ".dropdownComponent"], false, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "lx-multi-select", never, { "markInvalid": { "alias": "markInvalid"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "size": { "alias": "size"; "required": false; }; "dropdownWidthScale": { "alias": "dropdownWidthScale"; "required": false; }; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown"], [".pills", ".dropdownComponent"], true, never>;
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": { "alias": "selected"; "required": false; }; "isHighlighted": { "alias": "isHighlighted"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "hasSelectedState": { "alias": "hasSelectedState"; "required": false; }; "selectIcon": { "alias": "selectIcon"; "required": false; }; }, { "select": "select"; "highlight": "highlight"; "selectedClick": "selectedClick"; }, never, ["*"], false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent, "lx-option", never, { "selected": { "alias": "selected"; "required": false; }; "isHighlighted": { "alias": "isHighlighted"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "hasSelectedState": { "alias": "hasSelectedState"; "required": false; }; "selectIcon": { "alias": "selectIcon"; "required": false; }; }, { "select": "select"; "highlight": "highlight"; "selectedClick": "selectedClick"; }, never, ["*"], true, never>;
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": { "alias": "hasSelectedState"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "select": "select"; }, never, ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupComponent, "lx-option-group", never, { "hasSelectedState": { "alias": "hasSelectedState"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "select": "select"; }, never, ["*"], true, never>;
14
14
  }
@@ -64,5 +64,5 @@ export declare class OptionGroupDropdownComponent extends KeyboardSelectDirectiv
64
64
  trackByValue(_index: number, option: OptionGroupOption | any): any;
65
65
  onPositionChange(event: ConnectedOverlayPositionChange): void;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionGroupDropdownComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupDropdownComponent, "lx-option-group-dropdown", never, { "optionGroups": { "alias": "optionGroups"; "required": false; }; "newOptionLabel": { "alias": "newOptionLabel"; "required": false; }; "highlightTerm": { "alias": "highlightTerm"; "required": false; }; "showCreateNewOption": { "alias": "showCreateNewOption"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "trackByProperty": { "alias": "trackByProperty"; "required": false; }; "showNoResultsIfGroupIsEmpty": { "alias": "showNoResultsIfGroupIsEmpty"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; }, { "onItemSelected": "onItemSelected"; "containerScrolled": "containerScrolled"; "createNewOption": "createNewOption"; }, ["optionTemplateRef", "noResultsOptionTemplateRef"], never, false, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupDropdownComponent, "lx-option-group-dropdown", never, { "optionGroups": { "alias": "optionGroups"; "required": false; }; "newOptionLabel": { "alias": "newOptionLabel"; "required": false; }; "highlightTerm": { "alias": "highlightTerm"; "required": false; }; "showCreateNewOption": { "alias": "showCreateNewOption"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "trackByProperty": { "alias": "trackByProperty"; "required": false; }; "showNoResultsIfGroupIsEmpty": { "alias": "showNoResultsIfGroupIsEmpty"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; }, { "onItemSelected": "onItemSelected"; "containerScrolled": "containerScrolled"; "createNewOption": "createNewOption"; }, ["optionTemplateRef", "noResultsOptionTemplateRef"], never, true, never>;
68
68
  }
@@ -36,5 +36,5 @@ export declare class OptionsDropdownComponent implements AfterViewInit, OnDestro
36
36
  private collapse;
37
37
  private optionIsHighlightable;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionsDropdownComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionsDropdownComponent, "lx-options-dropdown", never, { "align": { "alias": "align"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; }, {}, ["trigger", "_options"], ["[lxKeyboardActionSource]", "*"], false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionsDropdownComponent, "lx-options-dropdown", never, { "align": { "alias": "align"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; }, {}, ["trigger", "_options"], ["[lxKeyboardActionSource]", "*"], true, never>;
40
40
  }
@@ -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": { "alias": "trigger"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, ["options"], ["*"], false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionsSubDropdownComponent, "lx-options-sub-dropdown", never, { "trigger": { "alias": "trigger"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, ["options"], ["*"], true, never>;
25
25
  }
@@ -15,5 +15,5 @@ export declare class PickerTriggerDirective implements OnDestroy {
15
15
  constructor(element: ElementRef<HTMLElement>);
16
16
  ngOnDestroy(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PickerTriggerDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<PickerTriggerDirective, "[lxPickerTrigger]", never, {}, {}, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PickerTriggerDirective, "[lxPickerTrigger]", never, {}, {}, never, never, true, never>;
19
19
  }
@@ -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": { "alias": "listBoxAriaLabel"; "required": false; }; "listBoxAriaLabelledBy": { "alias": "listBoxAriaLabelledBy"; "required": false; }; "openDirection": { "alias": "openDirection"; "required": false; }; }, {}, ["_trigger", "options"], ["[lxPickerTrigger]", "*"], false, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<PickerComponent, "lx-picker", never, { "listBoxAriaLabel": { "alias": "listBoxAriaLabel"; "required": false; }; "listBoxAriaLabelledBy": { "alias": "listBoxAriaLabelledBy"; "required": false; }; "openDirection": { "alias": "openDirection"; "required": false; }; }, {}, ["_trigger", "options"], ["[lxPickerTrigger]", "*"], true, never>;
70
70
  }
@@ -45,5 +45,5 @@ export declare class PickerOptionComponent implements Highlightable, OnInit {
45
45
  */
46
46
  selectOption(): void;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<PickerOptionComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<PickerOptionComponent, "li[lx-picker-option]", never, { "optionId": { "alias": "optionId"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "isClearOption": { "alias": "isClearOption"; "required": false; }; }, { "select": "select"; }, never, ["*"], false, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<PickerOptionComponent, "li[lx-picker-option]", never, { "optionId": { "alias": "optionId"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "isClearOption": { "alias": "isClearOption"; "required": false; }; }, { "select": "select"; }, never, ["*"], true, never>;
49
49
  }
@@ -9,5 +9,5 @@ export declare class PillItemComponent {
9
9
  remove: EventEmitter<MultiSelectRemoveItemEvent>;
10
10
  removePill(item: any, isMouse?: boolean): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PillItemComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PillItemComponent, "lx-pill-item", never, { "item": { "alias": "item"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "remove": "remove"; }, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PillItemComponent, "lx-pill-item", never, { "item": { "alias": "item"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "remove": "remove"; }, never, never, true, never>;
13
13
  }
@@ -28,5 +28,5 @@ export declare class PillListComponent extends KeyboardSelectDirective implement
28
28
  removePillViaKeyboard(pill: any): void;
29
29
  trackByProp(prop?: string): (index: number, pill: any) => any;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<PillListComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<PillListComponent, "lx-pill-list", never, { "pills": { "alias": "pills"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "remove": "remove"; }, ["pillTemplate", "contentItems"], never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<PillListComponent, "lx-pill-list", never, { "pills": { "alias": "pills"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "remove": "remove"; }, ["pillTemplate", "contentItems"], never, true, never>;
32
32
  }
@@ -26,5 +26,5 @@ export declare class ResponsiveInputComponent implements AfterViewInit, OnDestro
26
26
  registerOnChange(fn: any): void;
27
27
  registerOnTouched(_fn: any): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ResponsiveInputComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<ResponsiveInputComponent, "lx-responsive-input", never, {}, { "focus": "focus"; "focusViaTab": "focusViaTab"; "blur": "blur"; }, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResponsiveInputComponent, "lx-responsive-input", never, {}, { "focus": "focus"; "focusViaTab": "focusViaTab"; "blur": "blur"; }, never, never, true, never>;
30
30
  }
@@ -25,5 +25,5 @@ export declare class SelectListComponent extends BaseSelectDirective implements
25
25
  searchKeyChanged(event: any): void;
26
26
  private determineHighlightIndex;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectListComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectListComponent, "lx-select-list", never, { "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "options": { "alias": "options"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "selectionChange": "selectionChange"; "onChooseItem": "onChooseItem"; }, ["explicitDropdown", "dropdownComponent"], [".selectedOption", ".dropdownComponent"], false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectListComponent, "lx-select-list", never, { "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "options": { "alias": "options"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "selectionChange": "selectionChange"; "onChooseItem": "onChooseItem"; }, ["explicitDropdown", "dropdownComponent"], [".selectedOption", ".dropdownComponent"], true, never>;
29
29
  }
@@ -48,5 +48,5 @@ export declare class SingleSelectComponent extends BaseSelectDirective implement
48
48
  focusedViaTab(): void;
49
49
  private determineHighlightIndex;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<SingleSelectComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<SingleSelectComponent, "lx-single-select", never, { "selection": { "alias": "selection"; "required": false; }; "selectionBackground": { "alias": "selectionBackground"; "required": false; }; "size": { "alias": "size"; "required": false; }; "dropdownWidthScale": { "alias": "dropdownWidthScale"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "markInvalid": { "alias": "markInvalid"; "required": false; }; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown", "explicitSelectedOption", "dropdownComponent"], [".selectedOption", ".dropdownComponent"], false, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<SingleSelectComponent, "lx-single-select", never, { "selection": { "alias": "selection"; "required": false; }; "selectionBackground": { "alias": "selectionBackground"; "required": false; }; "size": { "alias": "size"; "required": false; }; "dropdownWidthScale": { "alias": "dropdownWidthScale"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "markInvalid": { "alias": "markInvalid"; "required": false; }; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown", "explicitSelectedOption", "dropdownComponent"], [".selectedOption", ".dropdownComponent"], true, never>;
52
52
  }
@@ -12,5 +12,5 @@ export declare class SliderToggleComponent {
12
12
  get id(): string | null;
13
13
  focus(checkbox: HTMLInputElement): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderToggleComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<SliderToggleComponent, "lx-slider-toggle", never, { "value": { "alias": "value"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelInFront": { "alias": "labelInFront"; "required": false; }; "elementId": { "alias": "elementId"; "required": false; }; }, { "toggle": "toggle"; }, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderToggleComponent, "lx-slider-toggle", never, { "value": { "alias": "value"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelInFront": { "alias": "labelInFront"; "required": false; }; "elementId": { "alias": "elementId"; "required": false; }; }, { "toggle": "toggle"; }, never, never, true, never>;
16
16
  }
@@ -19,5 +19,5 @@ export declare class SortingDropdownComponent implements OnInit {
19
19
  applySortingDirection(sortDirection: SortingOrder): void;
20
20
  getSortLabel(key: string | undefined): string;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SortingDropdownComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<SortingDropdownComponent, "lx-sorting-dropdown", never, { "currentSorting": { "alias": "currentSorting"; "required": false; }; "sortingOptions": { "alias": "sortingOptions"; "required": false; }; "showDirectionOptions": { "alias": "showDirectionOptions"; "required": false; }; }, { "apply": "apply"; }, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SortingDropdownComponent, "lx-sorting-dropdown", never, { "currentSorting": { "alias": "currentSorting"; "required": false; }; "sortingOptions": { "alias": "sortingOptions"; "required": false; }; "showDirectionOptions": { "alias": "showDirectionOptions"; "required": false; }; }, { "apply": "apply"; }, never, never, true, never>;
23
23
  }
@@ -4,5 +4,5 @@ export declare class SortingDropdownTriggerComponent {
4
4
  currentSortingLabel: string;
5
5
  disabled: boolean;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SortingDropdownTriggerComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SortingDropdownTriggerComponent, "lx-sorting-dropdown-trigger", never, { "label": { "alias": "label"; "required": false; }; "currentSortingLabel": { "alias": "currentSortingLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SortingDropdownTriggerComponent, "lx-sorting-dropdown-trigger", never, { "label": { "alias": "label"; "required": false; }; "currentSortingLabel": { "alias": "currentSortingLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
8
8
  }
@@ -24,5 +24,5 @@ export declare class ContenteditableDirective implements OnChanges {
24
24
  private getProperty;
25
25
  private sanitize;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ContenteditableDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<ContenteditableDirective, "[lxContenteditableModel]", never, { "lxContenteditableModel": { "alias": "lxContenteditableModel"; "required": false; }; "lxContenteditableHtml": { "alias": "lxContenteditableHtml"; "required": false; }; "lxContenteditableHtmlPaste": { "alias": "lxContenteditableHtmlPaste"; "required": false; }; }, { "lxContenteditableModelChange": "lxContenteditableModelChange"; }, never, never, false, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ContenteditableDirective, "[lxContenteditableModel]", never, { "lxContenteditableModel": { "alias": "lxContenteditableModel"; "required": false; }; "lxContenteditableHtml": { "alias": "lxContenteditableHtml"; "required": false; }; "lxContenteditableHtmlPaste": { "alias": "lxContenteditableHtmlPaste"; "required": false; }; }, { "lxContenteditableModelChange": "lxContenteditableModelChange"; }, never, never, true, never>;
28
28
  }
@@ -36,5 +36,5 @@ export declare class FormErrorDirective implements OnInit, OnDestroy {
36
36
  private setError;
37
37
  ngOnDestroy(): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<FormErrorDirective, [null, null, { optional: true; self: true; }, { optional: true; host: true; }, { optional: true; }, { optional: true; }]>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormErrorDirective, "[lxFormError]", never, { "ctrl": { "alias": "lxFormError"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; }, {}, never, never, false, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormErrorDirective, "[lxFormError]", never, { "ctrl": { "alias": "lxFormError"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; }, {}, never, never, true, never>;
40
40
  }
@@ -8,5 +8,5 @@ export declare class FormSubmitDirective implements OnDestroy {
8
8
  constructor(elementRef: ElementRef);
9
9
  ngOnDestroy(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FormSubmitDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "form", never, {}, {}, never, never, false, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "form", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -11,5 +11,5 @@ export declare class KeyboardActionSourceDirective implements OnDestroy {
11
11
  blur(): void;
12
12
  ngOnDestroy(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<KeyboardActionSourceDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardActionSourceDirective, "[lxKeyboardActionSource]", ["keyboardActionSource"], {}, {}, never, never, false, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardActionSourceDirective, "[lxKeyboardActionSource]", ["keyboardActionSource"], {}, {}, never, never, true, never>;
15
15
  }
@@ -11,5 +11,5 @@ export declare class MarkInvalidDirective implements OnInit, OnDestroy {
11
11
  ngOnInit(): void;
12
12
  ngOnDestroy(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<MarkInvalidDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<MarkInvalidDirective, "[lxMarkInvalid]", never, { "lxMarkInvalid": { "alias": "lxMarkInvalid"; "required": false; }; }, {}, never, never, false, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MarkInvalidDirective, "[lxMarkInvalid]", never, { "lxMarkInvalid": { "alias": "lxMarkInvalid"; "required": false; }; }, {}, never, never, true, never>;
15
15
  }
@@ -19,5 +19,5 @@ import * as i0 from "@angular/core";
19
19
  */
20
20
  export declare class SelectDropdownDirective {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectDropdownDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDropdownDirective, "[lxSelectDropdown]", never, {}, {}, never, never, false, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDropdownDirective, "[lxSelectDropdown]", never, {}, {}, never, never, true, never>;
23
23
  }
@@ -11,5 +11,5 @@ export declare class SelectableItemDirective implements OnDestroy, DropdownItem
11
11
  ngOnDestroy(): void;
12
12
  scrollToItem(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectableItemDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableItemDirective, "[lxSelectableItem]", never, { "scrollInContainer": { "alias": "scrollInContainer"; "required": false; }; "lxSelectableItem": { "alias": "lxSelectableItem"; "required": false; }; }, { "select": "select"; }, never, never, false, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableItemDirective, "[lxSelectableItem]", never, { "scrollInContainer": { "alias": "scrollInContainer"; "required": false; }; "lxSelectableItem": { "alias": "lxSelectableItem"; "required": false; }; }, { "select": "select"; }, never, never, true, never>;
15
15
  }
@@ -14,5 +14,5 @@ import * as i0 from "@angular/core";
14
14
  */
15
15
  export declare class SelectedOptionDirective {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectedOptionDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectedOptionDirective, "[lxSelectedOption]", never, {}, {}, never, never, false, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectedOptionDirective, "[lxSelectedOption]", never, {}, {}, never, never, true, never>;
18
18
  }