@leanix/components 0.4.871 → 0.4.873
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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, EventEmitter, OnInit, OnDestroy, AfterViewChecked, ElementRef, ChangeDetectorRef, Signal, PipeTransform, AfterViewInit, AfterContentInit, NgZone, OnChanges, SimpleChanges, QueryList, DestroyRef, TemplateRef, Renderer2, ViewContainerRef, ComponentFactoryResolver, Provider, ModuleWithProviders, Injector, Type } from '@angular/core';
|
|
3
|
+
import * as i1 from '@leanix/components/ui5';
|
|
3
4
|
import * as i3 from '@ngx-translate/core';
|
|
4
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
6
|
import * as rxjs from 'rxjs';
|
|
@@ -13,7 +14,7 @@ import { RouterLink, RouterLinkActive, Router, ActivatedRoute } from '@angular/r
|
|
|
13
14
|
import { SatPopoverComponent, SatPopoverHorizontalAlign, SatPopoverVerticalAlign, SatPopoverAnchorDirective } from '@ncstate/sat-popover';
|
|
14
15
|
import * as i2$1 from '@angular/forms';
|
|
15
16
|
import { ControlValueAccessor, Validator, UntypedFormControl, NgControl, AbstractControl, UntypedFormGroup, ValidatorFn, AsyncValidatorFn } from '@angular/forms';
|
|
16
|
-
import * as i1 from '@angular/common';
|
|
17
|
+
import * as i1$1 from '@angular/common';
|
|
17
18
|
import * as i2 from '@angular/cdk/drag-drop';
|
|
18
19
|
import { CdkDrag, CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
19
20
|
import { Directionality } from '@angular/cdk/bidi';
|
|
@@ -245,7 +246,7 @@ declare class ButtonComponent {
|
|
|
245
246
|
showSpinner: boolean;
|
|
246
247
|
get isDisabled(): boolean;
|
|
247
248
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
248
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[lx-button]", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "square": { "alias": "square"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "endIcon": { "alias": "endIcon"; "required": false; "isSignal": true; }; "showSpinner": { "alias": "showSpinner"; "required": false; }; }, {}, never, ["*"], true,
|
|
249
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[lx-button]", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "square": { "alias": "square"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "endIcon": { "alias": "endIcon"; "required": false; "isSignal": true; }; "showSpinner": { "alias": "showSpinner"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.FioriReskinAwareDirective; inputs: {}; outputs: {}; }]>;
|
|
249
250
|
}
|
|
250
251
|
|
|
251
252
|
/**
|
|
@@ -2600,7 +2601,7 @@ declare class DragAndDropListComponent implements AfterContentInit, AfterViewIni
|
|
|
2600
2601
|
|
|
2601
2602
|
declare class LxDragAndDropListModule {
|
|
2602
2603
|
static ɵfac: i0.ɵɵFactoryDeclaration<LxDragAndDropListModule, never>;
|
|
2603
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LxDragAndDropListModule, never, [typeof i1.CommonModule, typeof i2.DragDropModule, typeof i3.TranslateModule, typeof KeyboardSortableItemDirective, typeof KeyboardSortableListDirective, typeof DragAndDropListComponent, typeof DragAndDropListItemComponent], [typeof DragAndDropListComponent, typeof DragAndDropListItemComponent]>;
|
|
2604
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LxDragAndDropListModule, never, [typeof i1$1.CommonModule, typeof i2.DragDropModule, typeof i3.TranslateModule, typeof KeyboardSortableItemDirective, typeof KeyboardSortableListDirective, typeof DragAndDropListComponent, typeof DragAndDropListItemComponent], [typeof DragAndDropListComponent, typeof DragAndDropListItemComponent]>;
|
|
2604
2605
|
static ɵinj: i0.ɵɵInjectorDeclaration<LxDragAndDropListModule>;
|
|
2605
2606
|
}
|
|
2606
2607
|
|
|
@@ -4486,7 +4487,7 @@ declare class ErrorMessageComponent {
|
|
|
4486
4487
|
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)[];
|
|
4487
4488
|
declare class LxFormsModule {
|
|
4488
4489
|
static ɵfac: i0.ɵɵFactoryDeclaration<LxFormsModule, never>;
|
|
4489
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LxFormsModule, never, [typeof i1.CommonModule, typeof i2$1.FormsModule, typeof i2$1.ReactiveFormsModule, typeof i3.TranslateModule, typeof DatepickerUiModule, typeof i5.InfiniteScrollModule, typeof i6.ClipboardModule, typeof _angular_cdk_overlay.OverlayModule, typeof LxDragAndDropListModule, typeof BasicDropdownComponent, typeof BasicDropdownItemComponent, typeof BreadcrumbComponent, typeof CurrencyInputComponent, typeof CurrencySymbolComponent, typeof DateInputComponent, typeof FilterSelectionPipe, typeof FilterTermPipe, typeof FormErrorComponent, typeof KeyboardActionSourceDirective, typeof MarkInvalidDirective, typeof MultiSelectComponent, typeof OptionComponent, typeof OptionGroupComponent, typeof OptionGroupDropdownComponent, typeof OptionsDropdownComponent, typeof OptionsSubDropdownComponent, typeof CdkOptionsDropdownComponent, typeof CdkOptionsSubDropdownComponent, typeof PickerComponent, typeof PickerOptionComponent, typeof PickerTriggerDirective, typeof PillListComponent, typeof PillItemComponent, typeof ResponsiveInputComponent, typeof SelectableItemDirective, typeof SelectedOptionDirective, typeof SelectDropdownDirective, typeof SingleSelectComponent, typeof SwitchComponent, typeof SortingDropdownComponent, typeof SortingDropdownTriggerComponent, typeof InputComponent, typeof FormatNumberPipe, typeof FormErrorDirective, typeof ErrorMessageComponent, typeof FormSubmitDirective, typeof ContenteditableDirective], [typeof BasicDropdownComponent, typeof BasicDropdownItemComponent, typeof BreadcrumbComponent, typeof CurrencyInputComponent, typeof CurrencySymbolComponent, typeof DateInputComponent, typeof FilterSelectionPipe, typeof FilterTermPipe, typeof FormErrorComponent, typeof KeyboardActionSourceDirective, typeof MarkInvalidDirective, typeof MultiSelectComponent, typeof OptionComponent, typeof OptionGroupComponent, typeof OptionGroupDropdownComponent, typeof OptionsDropdownComponent, typeof OptionsSubDropdownComponent, typeof CdkOptionsDropdownComponent, typeof CdkOptionsSubDropdownComponent, typeof PickerComponent, typeof PickerOptionComponent, typeof PickerTriggerDirective, typeof PillListComponent, typeof PillItemComponent, typeof ResponsiveInputComponent, typeof SelectableItemDirective, typeof SelectDropdownDirective, typeof SelectedOptionDirective, typeof SingleSelectComponent, typeof SwitchComponent, typeof SortingDropdownComponent, typeof SortingDropdownTriggerComponent, typeof FormatNumberPipe, typeof FormErrorDirective, typeof FormSubmitDirective, typeof ErrorMessageComponent, typeof LxDragAndDropListModule, typeof ContenteditableDirective, typeof InputComponent]>;
|
|
4490
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LxFormsModule, never, [typeof i1$1.CommonModule, typeof i2$1.FormsModule, typeof i2$1.ReactiveFormsModule, typeof i3.TranslateModule, typeof DatepickerUiModule, typeof i5.InfiniteScrollModule, typeof i6.ClipboardModule, typeof _angular_cdk_overlay.OverlayModule, typeof LxDragAndDropListModule, typeof BasicDropdownComponent, typeof BasicDropdownItemComponent, typeof BreadcrumbComponent, typeof CurrencyInputComponent, typeof CurrencySymbolComponent, typeof DateInputComponent, typeof FilterSelectionPipe, typeof FilterTermPipe, typeof FormErrorComponent, typeof KeyboardActionSourceDirective, typeof MarkInvalidDirective, typeof MultiSelectComponent, typeof OptionComponent, typeof OptionGroupComponent, typeof OptionGroupDropdownComponent, typeof OptionsDropdownComponent, typeof OptionsSubDropdownComponent, typeof CdkOptionsDropdownComponent, typeof CdkOptionsSubDropdownComponent, typeof PickerComponent, typeof PickerOptionComponent, typeof PickerTriggerDirective, typeof PillListComponent, typeof PillItemComponent, typeof ResponsiveInputComponent, typeof SelectableItemDirective, typeof SelectedOptionDirective, typeof SelectDropdownDirective, typeof SingleSelectComponent, typeof SwitchComponent, typeof SortingDropdownComponent, typeof SortingDropdownTriggerComponent, typeof InputComponent, typeof FormatNumberPipe, typeof FormErrorDirective, typeof ErrorMessageComponent, typeof FormSubmitDirective, typeof ContenteditableDirective], [typeof BasicDropdownComponent, typeof BasicDropdownItemComponent, typeof BreadcrumbComponent, typeof CurrencyInputComponent, typeof CurrencySymbolComponent, typeof DateInputComponent, typeof FilterSelectionPipe, typeof FilterTermPipe, typeof FormErrorComponent, typeof KeyboardActionSourceDirective, typeof MarkInvalidDirective, typeof MultiSelectComponent, typeof OptionComponent, typeof OptionGroupComponent, typeof OptionGroupDropdownComponent, typeof OptionsDropdownComponent, typeof OptionsSubDropdownComponent, typeof CdkOptionsDropdownComponent, typeof CdkOptionsSubDropdownComponent, typeof PickerComponent, typeof PickerOptionComponent, typeof PickerTriggerDirective, typeof PillListComponent, typeof PillItemComponent, typeof ResponsiveInputComponent, typeof SelectableItemDirective, typeof SelectDropdownDirective, typeof SelectedOptionDirective, typeof SingleSelectComponent, typeof SwitchComponent, typeof SortingDropdownComponent, typeof SortingDropdownTriggerComponent, typeof FormatNumberPipe, typeof FormErrorDirective, typeof FormSubmitDirective, typeof ErrorMessageComponent, typeof LxDragAndDropListModule, typeof ContenteditableDirective, typeof InputComponent]>;
|
|
4490
4491
|
static ɵinj: i0.ɵɵInjectorDeclaration<LxFormsModule>;
|
|
4491
4492
|
}
|
|
4492
4493
|
|