@leanix/components 0.4.550 → 0.4.552

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -66,7 +66,6 @@ export * from './lib/forms-ui/components/date-picker-ui/datepicker.component';
66
66
  export * from './lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list-item/drag-and-drop-list-item.component';
67
67
  export * from './lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.component';
68
68
  export * from './lib/forms-ui/components/error-message/error-message.component';
69
- export * from './lib/forms-ui/components/expanded-dropdown/expanded-dropdown.component';
70
69
  export * from './lib/forms-ui/components/form-error/form-error.component';
71
70
  export * from './lib/forms-ui/components/icon/icon.component';
72
71
  export * from './lib/forms-ui/components/input/input.component';
@@ -81,7 +80,6 @@ export * from './lib/forms-ui/components/picker/picker.component';
81
80
  export * from './lib/forms-ui/components/pill-item/pill-item.component';
82
81
  export * from './lib/forms-ui/components/pill-list/pill-list.component';
83
82
  export * from './lib/forms-ui/components/responsive-input/responsive-input.component';
84
- export * from './lib/forms-ui/components/select-list/select-list.component';
85
83
  export * from './lib/forms-ui/components/single-select/single-select.component';
86
84
  export * from './lib/forms-ui/components/sorting-dropdown-trigger/sorting-dropdown-trigger.component';
87
85
  export * from './lib/forms-ui/components/sorting-dropdown/sorting-dropdown.component';
@@ -102,6 +100,7 @@ export * from './lib/forms-ui/models/single-select-padding.interface';
102
100
  export * from './lib/forms-ui/models/sorting.interface';
103
101
  export * from './lib/forms-ui/components/date-picker-ui/datepicker.config';
104
102
  export * from './lib/forms-ui/helpers/key-codes.constants';
103
+ export * from './lib/forms-ui/helpers/keyboard-navigation.helpers';
105
104
  export * from './lib/forms-ui/pipes/filter-selection.pipe';
106
105
  export * from './lib/forms-ui/pipes/filter-term.pipe';
107
106
  export * from './lib/forms-ui/pipes/format-number.pipe';
@@ -29,49 +29,47 @@ import * as i6 from "@angular/cdk/clipboard";
29
29
  import * as i7 from "@angular/cdk/overlay";
30
30
  import * as i8 from "./components/drag-and-drop-list/drag-and-drop-list.module";
31
31
  import * as i9 from "./components/basic-dropdown/basic-dropdown.component";
32
- import * as i10 from "./components/expanded-dropdown/expanded-dropdown.component";
33
- import * as i11 from "./components/basic-dropdown-item/basic-dropdown-item.component";
34
- import * as i12 from "./components/breadcrumb/breadcrumb.component";
35
- import * as i13 from "./components/currency/currency-input.component";
36
- import * as i14 from "./components/currency/currency-symbol.component";
37
- import * as i15 from "./components/date-input/date-input.component";
38
- import * as i16 from "./pipes/filter-selection.pipe";
39
- import * as i17 from "./pipes/filter-term.pipe";
40
- import * as i18 from "./components/form-error/form-error.component";
41
- import * as i19 from "./components/icon/icon.component";
42
- import * as i20 from "./directives/keyboard-action-source.directive";
43
- import * as i21 from "./directives/mark-invalid.directive";
44
- import * as i22 from "./components/multi-select/multi-select.component";
45
- import * as i23 from "./components/option/option.component";
46
- import * as i24 from "./components/option-group/option-group.component";
47
- import * as i25 from "./components/option-group-dropdown/option-group-dropdown.component";
48
- import * as i26 from "./components/options-dropdown/options-dropdown.component";
49
- import * as i27 from "./components/options-sub-dropdown/options-sub-dropdown.component";
50
- import * as i28 from "./components/cdk-options-dropdown/cdk-options-dropdown.component";
51
- import * as i29 from "./components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component";
52
- import * as i30 from "./components/picker/picker.component";
53
- import * as i31 from "./components/picker-option/picker-option.component";
54
- import * as i32 from "./components/picker/picker-trigger.directive";
55
- import * as i33 from "./components/pill-list/pill-list.component";
56
- import * as i34 from "./components/pill-item/pill-item.component";
57
- import * as i35 from "./components/responsive-input/responsive-input.component";
58
- import * as i36 from "./directives/selectable-item.directive";
59
- import * as i37 from "./directives/selected-option.directive";
60
- import * as i38 from "./directives/select-dropdown.directive";
61
- import * as i39 from "./components/single-select/single-select.component";
62
- import * as i40 from "./components/select-list/select-list.component";
63
- import * as i41 from "./components/switch/switch.component";
64
- import * as i42 from "./components/sorting-dropdown/sorting-dropdown.component";
65
- import * as i43 from "./components/sorting-dropdown-trigger/sorting-dropdown-trigger.component";
66
- import * as i44 from "./components/input/input.component";
67
- import * as i45 from "./pipes/format-number.pipe";
68
- import * as i46 from "./directives/form-error.directive";
69
- import * as i47 from "./components/error-message/error-message.component";
70
- import * as i48 from "./directives/form-submit.directive";
71
- import * as i49 from "./directives/contenteditable.directive";
32
+ import * as i10 from "./components/basic-dropdown-item/basic-dropdown-item.component";
33
+ import * as i11 from "./components/breadcrumb/breadcrumb.component";
34
+ import * as i12 from "./components/currency/currency-input.component";
35
+ import * as i13 from "./components/currency/currency-symbol.component";
36
+ import * as i14 from "./components/date-input/date-input.component";
37
+ import * as i15 from "./pipes/filter-selection.pipe";
38
+ import * as i16 from "./pipes/filter-term.pipe";
39
+ import * as i17 from "./components/form-error/form-error.component";
40
+ import * as i18 from "./components/icon/icon.component";
41
+ import * as i19 from "./directives/keyboard-action-source.directive";
42
+ import * as i20 from "./directives/mark-invalid.directive";
43
+ import * as i21 from "./components/multi-select/multi-select.component";
44
+ import * as i22 from "./components/option/option.component";
45
+ import * as i23 from "./components/option-group/option-group.component";
46
+ import * as i24 from "./components/option-group-dropdown/option-group-dropdown.component";
47
+ import * as i25 from "./components/options-dropdown/options-dropdown.component";
48
+ import * as i26 from "./components/options-sub-dropdown/options-sub-dropdown.component";
49
+ import * as i27 from "./components/cdk-options-dropdown/cdk-options-dropdown.component";
50
+ import * as i28 from "./components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component";
51
+ import * as i29 from "./components/picker/picker.component";
52
+ import * as i30 from "./components/picker-option/picker-option.component";
53
+ import * as i31 from "./components/picker/picker-trigger.directive";
54
+ import * as i32 from "./components/pill-list/pill-list.component";
55
+ import * as i33 from "./components/pill-item/pill-item.component";
56
+ import * as i34 from "./components/responsive-input/responsive-input.component";
57
+ import * as i35 from "./directives/selectable-item.directive";
58
+ import * as i36 from "./directives/selected-option.directive";
59
+ import * as i37 from "./directives/select-dropdown.directive";
60
+ import * as i38 from "./components/single-select/single-select.component";
61
+ import * as i39 from "./components/switch/switch.component";
62
+ import * as i40 from "./components/sorting-dropdown/sorting-dropdown.component";
63
+ import * as i41 from "./components/sorting-dropdown-trigger/sorting-dropdown-trigger.component";
64
+ import * as i42 from "./components/input/input.component";
65
+ import * as i43 from "./pipes/format-number.pipe";
66
+ import * as i44 from "./directives/form-error.directive";
67
+ import * as i45 from "./components/error-message/error-message.component";
68
+ import * as i46 from "./directives/form-submit.directive";
69
+ import * as i47 from "./directives/contenteditable.directive";
72
70
  export declare const FORMS_MODULE_EXPORTS: (typeof SelectableItemDirective | typeof KeyboardActionSourceDirective | typeof OptionComponent | typeof CdkOptionsDropdownComponent | typeof CdkOptionsSubDropdownComponent | typeof MarkInvalidDirective | typeof CurrencyInputComponent | typeof DateInputComponent | typeof LxDragAndDropListModule | typeof InputComponent | typeof MultiSelectComponent | typeof OptionsDropdownComponent | typeof OptionsSubDropdownComponent | typeof PickerOptionComponent | typeof PickerTriggerDirective | typeof PickerComponent | typeof SingleSelectComponent | typeof ContenteditableDirective | typeof FormSubmitDirective | typeof FormErrorDirective | typeof FormatNumberPipe)[];
73
71
  export declare class LxFormsModule {
74
72
  static ɵfac: i0.ɵɵFactoryDeclaration<LxFormsModule, never>;
75
- static ɵmod: i0.ɵɵNgModuleDeclaration<LxFormsModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.TranslateModule, typeof i4.DatepickerUiModule, typeof i5.InfiniteScrollModule, typeof i6.ClipboardModule, typeof i7.OverlayModule, typeof i8.LxDragAndDropListModule, typeof i9.BasicDropdownComponent, typeof i10.ExpandedDropdownComponent, typeof i11.BasicDropdownItemComponent, typeof i12.BreadcrumbComponent, typeof i13.CurrencyInputComponent, typeof i14.CurrencySymbolComponent, typeof i15.DateInputComponent, typeof i16.FilterSelectionPipe, typeof i17.FilterTermPipe, typeof i18.FormErrorComponent, typeof i19.IconComponent, typeof i20.KeyboardActionSourceDirective, typeof i21.MarkInvalidDirective, typeof i22.MultiSelectComponent, typeof i23.OptionComponent, typeof i24.OptionGroupComponent, typeof i25.OptionGroupDropdownComponent, typeof i26.OptionsDropdownComponent, typeof i27.OptionsSubDropdownComponent, typeof i28.CdkOptionsDropdownComponent, typeof i29.CdkOptionsSubDropdownComponent, typeof i30.PickerComponent, typeof i31.PickerOptionComponent, typeof i32.PickerTriggerDirective, typeof i33.PillListComponent, typeof i34.PillItemComponent, typeof i35.ResponsiveInputComponent, typeof i36.SelectableItemDirective, typeof i37.SelectedOptionDirective, typeof i38.SelectDropdownDirective, typeof i39.SingleSelectComponent, typeof i40.SelectListComponent, typeof i41.SwitchComponent, typeof i42.SortingDropdownComponent, typeof i43.SortingDropdownTriggerComponent, typeof i44.InputComponent, typeof i45.FormatNumberPipe, typeof i46.FormErrorDirective, typeof i47.ErrorMessageComponent, typeof i48.FormSubmitDirective, typeof i49.ContenteditableDirective], [typeof i9.BasicDropdownComponent, typeof i10.ExpandedDropdownComponent, typeof i11.BasicDropdownItemComponent, typeof i12.BreadcrumbComponent, typeof i13.CurrencyInputComponent, typeof i14.CurrencySymbolComponent, typeof i15.DateInputComponent, typeof i16.FilterSelectionPipe, typeof i17.FilterTermPipe, typeof i18.FormErrorComponent, typeof i19.IconComponent, typeof i20.KeyboardActionSourceDirective, typeof i21.MarkInvalidDirective, typeof i22.MultiSelectComponent, typeof i23.OptionComponent, typeof i24.OptionGroupComponent, typeof i25.OptionGroupDropdownComponent, typeof i26.OptionsDropdownComponent, typeof i27.OptionsSubDropdownComponent, typeof i28.CdkOptionsDropdownComponent, typeof i29.CdkOptionsSubDropdownComponent, typeof i30.PickerComponent, typeof i31.PickerOptionComponent, typeof i32.PickerTriggerDirective, typeof i33.PillListComponent, typeof i34.PillItemComponent, typeof i35.ResponsiveInputComponent, typeof i36.SelectableItemDirective, typeof i38.SelectDropdownDirective, typeof i37.SelectedOptionDirective, typeof i40.SelectListComponent, typeof i39.SingleSelectComponent, typeof i41.SwitchComponent, typeof i42.SortingDropdownComponent, typeof i43.SortingDropdownTriggerComponent, typeof i45.FormatNumberPipe, typeof i46.FormErrorDirective, typeof i48.FormSubmitDirective, typeof i47.ErrorMessageComponent, typeof i8.LxDragAndDropListModule, typeof i49.ContenteditableDirective, typeof i44.InputComponent]>;
73
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LxFormsModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.TranslateModule, typeof i4.DatepickerUiModule, typeof i5.InfiniteScrollModule, typeof i6.ClipboardModule, typeof i7.OverlayModule, typeof i8.LxDragAndDropListModule, typeof i9.BasicDropdownComponent, typeof i10.BasicDropdownItemComponent, typeof i11.BreadcrumbComponent, typeof i12.CurrencyInputComponent, typeof i13.CurrencySymbolComponent, typeof i14.DateInputComponent, typeof i15.FilterSelectionPipe, typeof i16.FilterTermPipe, typeof i17.FormErrorComponent, typeof i18.IconComponent, typeof i19.KeyboardActionSourceDirective, typeof i20.MarkInvalidDirective, typeof i21.MultiSelectComponent, typeof i22.OptionComponent, typeof i23.OptionGroupComponent, typeof i24.OptionGroupDropdownComponent, typeof i25.OptionsDropdownComponent, typeof i26.OptionsSubDropdownComponent, typeof i27.CdkOptionsDropdownComponent, typeof i28.CdkOptionsSubDropdownComponent, typeof i29.PickerComponent, typeof i30.PickerOptionComponent, typeof i31.PickerTriggerDirective, typeof i32.PillListComponent, typeof i33.PillItemComponent, typeof i34.ResponsiveInputComponent, typeof i35.SelectableItemDirective, typeof i36.SelectedOptionDirective, typeof i37.SelectDropdownDirective, typeof i38.SingleSelectComponent, typeof i39.SwitchComponent, typeof i40.SortingDropdownComponent, typeof i41.SortingDropdownTriggerComponent, typeof i42.InputComponent, typeof i43.FormatNumberPipe, typeof i44.FormErrorDirective, typeof i45.ErrorMessageComponent, typeof i46.FormSubmitDirective, typeof i47.ContenteditableDirective], [typeof i9.BasicDropdownComponent, typeof i10.BasicDropdownItemComponent, typeof i11.BreadcrumbComponent, typeof i12.CurrencyInputComponent, typeof i13.CurrencySymbolComponent, typeof i14.DateInputComponent, typeof i15.FilterSelectionPipe, typeof i16.FilterTermPipe, typeof i17.FormErrorComponent, typeof i18.IconComponent, typeof i19.KeyboardActionSourceDirective, typeof i20.MarkInvalidDirective, typeof i21.MultiSelectComponent, typeof i22.OptionComponent, typeof i23.OptionGroupComponent, typeof i24.OptionGroupDropdownComponent, typeof i25.OptionsDropdownComponent, typeof i26.OptionsSubDropdownComponent, typeof i27.CdkOptionsDropdownComponent, typeof i28.CdkOptionsSubDropdownComponent, typeof i29.PickerComponent, typeof i30.PickerOptionComponent, typeof i31.PickerTriggerDirective, typeof i32.PillListComponent, typeof i33.PillItemComponent, typeof i34.ResponsiveInputComponent, typeof i35.SelectableItemDirective, typeof i37.SelectDropdownDirective, typeof i36.SelectedOptionDirective, typeof i38.SingleSelectComponent, typeof i39.SwitchComponent, typeof i40.SortingDropdownComponent, typeof i41.SortingDropdownTriggerComponent, typeof i43.FormatNumberPipe, typeof i44.FormErrorDirective, typeof i46.FormSubmitDirective, typeof i45.ErrorMessageComponent, typeof i8.LxDragAndDropListModule, typeof i47.ContenteditableDirective, typeof i42.InputComponent]>;
76
74
  static ɵinj: i0.ɵɵInjectorDeclaration<LxFormsModule>;
77
75
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.550",
3
+ "version": "0.4.552",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {
@@ -1,13 +0,0 @@
1
- import { AfterViewInit, EventEmitter } from '@angular/core';
2
- import { KeyboardSelectDirective } from '../keyboard-select.directive';
3
- import * as i0 from "@angular/core";
4
- export declare class ExpandedDropdownComponent extends KeyboardSelectDirective implements AfterViewInit {
5
- readonly NAME = "BasicDropdownComponent";
6
- options: {
7
- id: string;
8
- name: string;
9
- }[];
10
- onChooseItem: EventEmitter<string>;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<ExpandedDropdownComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedDropdownComponent, "lx-expanded-dropdown", never, { "options": { "alias": "options"; "required": false; }; }, { "onChooseItem": "onChooseItem"; }, never, never, true, never>;
13
- }
@@ -1,42 +0,0 @@
1
- import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, TemplateRef } from '@angular/core';
2
- import { Subject } from 'rxjs';
3
- import { BaseSelectDirective } from '../../models/base-select.directive';
4
- import * as i0 from "@angular/core";
5
- export declare class SelectListComponent extends BaseSelectDirective implements OnDestroy, AfterViewInit {
6
- searchPlaceholder: string;
7
- options: any[];
8
- selection: any;
9
- selectionChange: EventEmitter<any>;
10
- onChooseItem: EventEmitter<string>;
11
- /** @internal */
12
- explicitDropdown?: TemplateRef<any>;
13
- /** @internal */
14
- private dropdownComponent?;
15
- /** @internal */
16
- implicitSelectedOption: TemplateRef<any>;
17
- /** @internal */
18
- implicitDropdown: TemplateRef<any>;
19
- /** @internal */
20
- searchInput: ElementRef<HTMLInputElement>;
21
- /** @internal */
22
- highlightedIndex: number;
23
- /** @internal */
24
- get dropdownTmpl(): TemplateRef<any>;
25
- /** @internal */
26
- readonly destroyed$: Subject<void>;
27
- /** @internal */
28
- resetInput(): void;
29
- /** @internal */
30
- focus(): void;
31
- /** @internal */
32
- focusAndOpen(): void;
33
- ngOnDestroy(): void;
34
- ngAfterViewInit(): void;
35
- /** @internal */
36
- selectOption(index: number): void;
37
- /** @internal */
38
- searchKeyChanged(event: any): void;
39
- private determineHighlightIndex;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectListComponent, never>;
41
- 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>;
42
- }