@leanix/components 0.4.887 → 0.4.889
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
|
@@ -2131,7 +2131,7 @@ declare class CurrencyInputComponent implements AfterViewInit, OnDestroy, Contro
|
|
|
2131
2131
|
private parseInput;
|
|
2132
2132
|
private containsSeparators;
|
|
2133
2133
|
static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyInputComponent, never>;
|
|
2134
|
-
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; }; "inputId": { "alias": "inputId"; "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,
|
|
2134
|
+
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; }; "inputId": { "alias": "inputId"; "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, [{ directive: typeof i1.FioriReskinAwareDirective; inputs: {}; outputs: {}; }]>;
|
|
2135
2135
|
}
|
|
2136
2136
|
|
|
2137
2137
|
type DateInputRenderingStyle = 'INPUT' | 'LINK' | 'BUTTON';
|
|
@@ -2763,7 +2763,7 @@ declare class ResponsiveInputComponent implements AfterViewInit, OnDestroy, Cont
|
|
|
2763
2763
|
static ɵcmp: i0.ɵɵComponentDeclaration<ResponsiveInputComponent, "lx-responsive-input", never, { "inputId": { "alias": "inputId"; "required": false; }; }, { "focus": "focus"; "focusViaTab": "focusViaTab"; "blur": "blur"; }, never, never, true, never>;
|
|
2764
2764
|
}
|
|
2765
2765
|
|
|
2766
|
-
type MultiSelectSize = 'default' | 'small' | 'large'
|
|
2766
|
+
type MultiSelectSize = 'default' | 'small' | 'large';
|
|
2767
2767
|
type MultiSelectRemoveItemEvent = {
|
|
2768
2768
|
item: any;
|
|
2769
2769
|
/**
|
|
@@ -3305,7 +3305,7 @@ declare class PickerComponent implements AfterViewInit, ControlValueAccessor, On
|
|
|
3305
3305
|
|
|
3306
3306
|
type SingleSelectPadding = 'default' | 'narrow';
|
|
3307
3307
|
|
|
3308
|
-
type SingleSelectSize = 'default' | 'small' | '
|
|
3308
|
+
type SingleSelectSize = 'default' | 'small' | 'large';
|
|
3309
3309
|
/**
|
|
3310
3310
|
* A dropdown component for selecting a single value from a list of options.
|
|
3311
3311
|
* Implements `ControlValueAccessor` for seamless integration with Angular reactive forms.
|