@leanix/components 0.4.123 → 0.4.125

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
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";
4
+ import * as i3 from "@ngx-translate/core";
5
+ import * as i4 from "./keyboard-sortable-item/keyboard-sortable-item.directive";
6
+ import * as i5 from "./keyboard-sortable-list/keyboard-sortable-list.directive";
7
+ import * as i6 from "./drag-and-drop-list.component";
8
+ import * as i7 from "./drag-and-drop-list-item/drag-and-drop-list-item.component";
10
9
  export declare class LxDragAndDropListModule {
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LxDragAndDropListModule, never>;
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]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LxDragAndDropListModule, never, [typeof i1.CommonModule, typeof i2.DragDropModule, typeof i3.TranslateModule, typeof i4.KeyboardSortableItemDirective, typeof i5.KeyboardSortableListDirective, typeof i6.DragAndDropListComponent, typeof i7.DragAndDropListItemComponent], [typeof i6.DragAndDropListComponent, typeof i7.DragAndDropListItemComponent]>;
13
12
  static ɵinj: i0.ɵɵInjectorDeclaration<LxDragAndDropListModule>;
14
13
  }
@@ -6,52 +6,51 @@ import * as i4 from "./components/date-picker-ui/datepicker-ui.module";
6
6
  import * as i5 from "ngx-infinite-scroll";
7
7
  import * as i6 from "@angular/cdk/clipboard";
8
8
  import * as i7 from "@angular/cdk/overlay";
9
- import * as i8 from "../core-ui/core-ui.module";
10
- import * as i9 from "./components/drag-and-drop-list/drag-and-drop-list.module";
11
- import * as i10 from "./components/basic-dropdown/basic-dropdown.component";
12
- import * as i11 from "./components/expanded-dropdown/expanded-dropdown.component";
13
- import * as i12 from "./components/basic-dropdown-item/basic-dropdown-item.component";
14
- import * as i13 from "./components/breadcrumb/breadcrumb.component";
15
- import * as i14 from "./components/copy-button/copy-button.component";
16
- import * as i15 from "./components/currency/currency-input.component";
17
- import * as i16 from "./components/currency/currency-symbol.component";
18
- import * as i17 from "./components/date-input/date-input.component";
19
- import * as i18 from "./pipes/filter-selection.pipe";
20
- import * as i19 from "./pipes/filter-term.pipe";
21
- import * as i20 from "./components/form-error/form-error.component";
22
- import * as i21 from "./components/icon/icon.component";
23
- import * as i22 from "./directives/keyboard-action-source.directive";
24
- import * as i23 from "./directives/mark-invalid.directive";
25
- import * as i24 from "./components/multi-select/multi-select.component";
26
- import * as i25 from "./components/option/option.component";
27
- import * as i26 from "./components/option-group/option-group.component";
28
- import * as i27 from "./components/option-group-dropdown/option-group-dropdown.component";
29
- import * as i28 from "./components/options-dropdown/options-dropdown.component";
30
- import * as i29 from "./components/options-sub-dropdown/options-sub-dropdown.component";
31
- import * as i30 from "./components/cdk-options-dropdown/cdk-options-dropdown.component";
32
- import * as i31 from "./components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component";
33
- import * as i32 from "./components/picker/picker.component";
34
- import * as i33 from "./components/picker-option/picker-option.component";
35
- import * as i34 from "./components/picker/picker-trigger.directive";
36
- import * as i35 from "./components/pill-list/pill-list.component";
37
- import * as i36 from "./components/pill-item/pill-item.component";
38
- import * as i37 from "./components/responsive-input/responsive-input.component";
39
- import * as i38 from "./directives/selectable-item.directive";
40
- import * as i39 from "./directives/selected-option.directive";
41
- import * as i40 from "./directives/select-dropdown.directive";
42
- import * as i41 from "./components/single-select/single-select.component";
43
- import * as i42 from "./components/select-list/select-list.component";
44
- import * as i43 from "./components/slider-toggle/slider-toggle.component";
45
- import * as i44 from "./components/sorting-dropdown/sorting-dropdown.component";
46
- import * as i45 from "./components/sorting-dropdown-trigger/sorting-dropdown-trigger.component";
47
- import * as i46 from "./components/input/input.component";
48
- import * as i47 from "./pipes/format-number.pipe";
49
- import * as i48 from "./directives/form-error.directive";
50
- import * as i49 from "./components/error-message/error-message.component";
51
- import * as i50 from "./directives/form-submit.directive";
52
- import * as i51 from "./directives/contenteditable.directive";
9
+ import * as i8 from "./components/drag-and-drop-list/drag-and-drop-list.module";
10
+ import * as i9 from "./components/basic-dropdown/basic-dropdown.component";
11
+ import * as i10 from "./components/expanded-dropdown/expanded-dropdown.component";
12
+ import * as i11 from "./components/basic-dropdown-item/basic-dropdown-item.component";
13
+ import * as i12 from "./components/breadcrumb/breadcrumb.component";
14
+ import * as i13 from "./components/copy-button/copy-button.component";
15
+ import * as i14 from "./components/currency/currency-input.component";
16
+ import * as i15 from "./components/currency/currency-symbol.component";
17
+ import * as i16 from "./components/date-input/date-input.component";
18
+ import * as i17 from "./pipes/filter-selection.pipe";
19
+ import * as i18 from "./pipes/filter-term.pipe";
20
+ import * as i19 from "./components/form-error/form-error.component";
21
+ import * as i20 from "./components/icon/icon.component";
22
+ import * as i21 from "./directives/keyboard-action-source.directive";
23
+ import * as i22 from "./directives/mark-invalid.directive";
24
+ import * as i23 from "./components/multi-select/multi-select.component";
25
+ import * as i24 from "./components/option/option.component";
26
+ import * as i25 from "./components/option-group/option-group.component";
27
+ import * as i26 from "./components/option-group-dropdown/option-group-dropdown.component";
28
+ import * as i27 from "./components/options-dropdown/options-dropdown.component";
29
+ import * as i28 from "./components/options-sub-dropdown/options-sub-dropdown.component";
30
+ import * as i29 from "./components/cdk-options-dropdown/cdk-options-dropdown.component";
31
+ import * as i30 from "./components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component";
32
+ import * as i31 from "./components/picker/picker.component";
33
+ import * as i32 from "./components/picker-option/picker-option.component";
34
+ import * as i33 from "./components/picker/picker-trigger.directive";
35
+ import * as i34 from "./components/pill-list/pill-list.component";
36
+ import * as i35 from "./components/pill-item/pill-item.component";
37
+ import * as i36 from "./components/responsive-input/responsive-input.component";
38
+ import * as i37 from "./directives/selectable-item.directive";
39
+ import * as i38 from "./directives/selected-option.directive";
40
+ import * as i39 from "./directives/select-dropdown.directive";
41
+ import * as i40 from "./components/single-select/single-select.component";
42
+ import * as i41 from "./components/select-list/select-list.component";
43
+ import * as i42 from "./components/slider-toggle/slider-toggle.component";
44
+ import * as i43 from "./components/sorting-dropdown/sorting-dropdown.component";
45
+ import * as i44 from "./components/sorting-dropdown-trigger/sorting-dropdown-trigger.component";
46
+ import * as i45 from "./components/input/input.component";
47
+ import * as i46 from "./pipes/format-number.pipe";
48
+ import * as i47 from "./directives/form-error.directive";
49
+ import * as i48 from "./components/error-message/error-message.component";
50
+ import * as i49 from "./directives/form-submit.directive";
51
+ import * as i50 from "./directives/contenteditable.directive";
53
52
  export declare class LxFormsModule {
54
53
  static ɵfac: i0.ɵɵFactoryDeclaration<LxFormsModule, never>;
55
- 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.LxCoreUiModule, typeof i9.LxDragAndDropListModule, typeof i10.BasicDropdownComponent, typeof i11.ExpandedDropdownComponent, typeof i12.BasicDropdownItemComponent, typeof i13.BreadcrumbComponent, typeof i14.CopyButtonComponent, typeof i15.CurrencyInputComponent, typeof i16.CurrencySymbolComponent, typeof i17.DateInputComponent, typeof i18.FilterSelectionPipe, typeof i19.FilterTermPipe, typeof i20.FormErrorComponent, typeof i21.IconComponent, typeof i22.KeyboardActionSourceDirective, typeof i23.MarkInvalidDirective, typeof i24.MultiSelectComponent, typeof i25.OptionComponent, typeof i26.OptionGroupComponent, typeof i27.OptionGroupDropdownComponent, typeof i28.OptionsDropdownComponent, typeof i29.OptionsSubDropdownComponent, typeof i30.CdkOptionsDropdownComponent, typeof i31.CdkOptionsSubDropdownComponent, typeof i32.PickerComponent, typeof i33.PickerOptionComponent, typeof i34.PickerTriggerDirective, typeof i35.PillListComponent, typeof i36.PillItemComponent, typeof i37.ResponsiveInputComponent, typeof i38.SelectableItemDirective, typeof i39.SelectedOptionDirective, typeof i40.SelectDropdownDirective, typeof i41.SingleSelectComponent, typeof i42.SelectListComponent, typeof i43.SliderToggleComponent, typeof i44.SortingDropdownComponent, typeof i45.SortingDropdownTriggerComponent, typeof i46.InputComponent, typeof i47.FormatNumberPipe, typeof i48.FormErrorDirective, typeof i49.ErrorMessageComponent, typeof i50.FormSubmitDirective, typeof i51.ContenteditableDirective], [typeof i10.BasicDropdownComponent, typeof i11.ExpandedDropdownComponent, typeof i12.BasicDropdownItemComponent, typeof i13.BreadcrumbComponent, typeof i14.CopyButtonComponent, typeof i15.CurrencyInputComponent, typeof i16.CurrencySymbolComponent, typeof i17.DateInputComponent, typeof i18.FilterSelectionPipe, typeof i19.FilterTermPipe, typeof i20.FormErrorComponent, typeof i21.IconComponent, typeof i22.KeyboardActionSourceDirective, typeof i23.MarkInvalidDirective, typeof i24.MultiSelectComponent, typeof i25.OptionComponent, typeof i26.OptionGroupComponent, typeof i27.OptionGroupDropdownComponent, typeof i28.OptionsDropdownComponent, typeof i29.OptionsSubDropdownComponent, typeof i30.CdkOptionsDropdownComponent, typeof i31.CdkOptionsSubDropdownComponent, typeof i32.PickerComponent, typeof i33.PickerOptionComponent, typeof i34.PickerTriggerDirective, typeof i35.PillListComponent, typeof i36.PillItemComponent, typeof i37.ResponsiveInputComponent, typeof i38.SelectableItemDirective, typeof i40.SelectDropdownDirective, typeof i39.SelectedOptionDirective, typeof i42.SelectListComponent, typeof i41.SingleSelectComponent, typeof i43.SliderToggleComponent, typeof i44.SortingDropdownComponent, typeof i45.SortingDropdownTriggerComponent, typeof i47.FormatNumberPipe, typeof i48.FormErrorDirective, typeof i50.FormSubmitDirective, typeof i49.ErrorMessageComponent, typeof i9.LxDragAndDropListModule, typeof i51.ContenteditableDirective]>;
54
+ 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.CopyButtonComponent, typeof i14.CurrencyInputComponent, typeof i15.CurrencySymbolComponent, typeof i16.DateInputComponent, typeof i17.FilterSelectionPipe, typeof i18.FilterTermPipe, typeof i19.FormErrorComponent, typeof i20.IconComponent, typeof i21.KeyboardActionSourceDirective, typeof i22.MarkInvalidDirective, typeof i23.MultiSelectComponent, typeof i24.OptionComponent, typeof i25.OptionGroupComponent, typeof i26.OptionGroupDropdownComponent, typeof i27.OptionsDropdownComponent, typeof i28.OptionsSubDropdownComponent, typeof i29.CdkOptionsDropdownComponent, typeof i30.CdkOptionsSubDropdownComponent, typeof i31.PickerComponent, typeof i32.PickerOptionComponent, typeof i33.PickerTriggerDirective, typeof i34.PillListComponent, typeof i35.PillItemComponent, typeof i36.ResponsiveInputComponent, typeof i37.SelectableItemDirective, typeof i38.SelectedOptionDirective, typeof i39.SelectDropdownDirective, typeof i40.SingleSelectComponent, typeof i41.SelectListComponent, typeof i42.SliderToggleComponent, typeof i43.SortingDropdownComponent, typeof i44.SortingDropdownTriggerComponent, typeof i45.InputComponent, typeof i46.FormatNumberPipe, typeof i47.FormErrorDirective, typeof i48.ErrorMessageComponent, typeof i49.FormSubmitDirective, typeof i50.ContenteditableDirective], [typeof i9.BasicDropdownComponent, typeof i10.ExpandedDropdownComponent, typeof i11.BasicDropdownItemComponent, typeof i12.BreadcrumbComponent, typeof i13.CopyButtonComponent, typeof i14.CurrencyInputComponent, typeof i15.CurrencySymbolComponent, typeof i16.DateInputComponent, typeof i17.FilterSelectionPipe, typeof i18.FilterTermPipe, typeof i19.FormErrorComponent, typeof i20.IconComponent, typeof i21.KeyboardActionSourceDirective, typeof i22.MarkInvalidDirective, typeof i23.MultiSelectComponent, typeof i24.OptionComponent, typeof i25.OptionGroupComponent, typeof i26.OptionGroupDropdownComponent, typeof i27.OptionsDropdownComponent, typeof i28.OptionsSubDropdownComponent, typeof i29.CdkOptionsDropdownComponent, typeof i30.CdkOptionsSubDropdownComponent, typeof i31.PickerComponent, typeof i32.PickerOptionComponent, typeof i33.PickerTriggerDirective, typeof i34.PillListComponent, typeof i35.PillItemComponent, typeof i36.ResponsiveInputComponent, typeof i37.SelectableItemDirective, typeof i39.SelectDropdownDirective, typeof i38.SelectedOptionDirective, typeof i41.SelectListComponent, typeof i40.SingleSelectComponent, typeof i42.SliderToggleComponent, typeof i43.SortingDropdownComponent, typeof i44.SortingDropdownTriggerComponent, typeof i46.FormatNumberPipe, typeof i47.FormErrorDirective, typeof i49.FormSubmitDirective, typeof i48.ErrorMessageComponent, typeof i8.LxDragAndDropListModule, typeof i50.ContenteditableDirective]>;
56
55
  static ɵinj: i0.ɵɵInjectorDeclaration<LxFormsModule>;
57
56
  }
@@ -1,12 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/cdk/portal";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "../core-ui/core-ui.module";
5
- import * as i4 from "@angular/router";
6
- import * as i5 from "./components/tab-group/tab-group.component";
7
- import * as i6 from "./components/tab/tab.component";
4
+ import * as i3 from "@angular/router";
5
+ import * as i4 from "./components/tab-group/tab-group.component";
6
+ import * as i5 from "./components/tab/tab.component";
8
7
  export declare class LxTabUiModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<LxTabUiModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<LxTabUiModule, never, [typeof i1.PortalModule, typeof i2.CommonModule, typeof i3.LxCoreUiModule, typeof i4.RouterModule, typeof i5.TabGroupComponent, typeof i6.TabComponent], [typeof i5.TabGroupComponent, typeof i6.TabComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LxTabUiModule, never, [typeof i1.PortalModule, typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.TabGroupComponent, typeof i5.TabComponent], [typeof i4.TabGroupComponent, typeof i5.TabComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<LxTabUiModule>;
12
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.123",
3
+ "version": "0.4.125",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {