@porscheinformatik/clr-addons 18.2.4 → 18.2.6
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/package.json
CHANGED
|
@@ -4,7 +4,6 @@ export declare class ClrReadonlyDirective implements OnChanges, OnInit, AfterVie
|
|
|
4
4
|
private elementRef;
|
|
5
5
|
private readonly renderer;
|
|
6
6
|
private readonly injector;
|
|
7
|
-
isMultiSelect: boolean;
|
|
8
7
|
unitPosition: string;
|
|
9
8
|
property: string | null;
|
|
10
9
|
clrReadOnly: boolean;
|
|
@@ -24,8 +23,8 @@ export declare class ClrReadonlyDirective implements OnChanges, OnInit, AfterVie
|
|
|
24
23
|
private determineControlType;
|
|
25
24
|
private formatControlValue;
|
|
26
25
|
private formatNumericValue;
|
|
27
|
-
private
|
|
26
|
+
private formatValueForObjectValue;
|
|
28
27
|
private formatListValue;
|
|
29
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClrReadonlyDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrReadonlyDirective, "[clrReadonly]", never, { "
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrReadonlyDirective, "[clrReadonly]", never, { "unitPosition": { "alias": "clrUnitPosition"; "required": false; }; "property": { "alias": "clrReadOnlyProperty"; "required": false; }; "clrReadOnly": { "alias": "clrReadonly"; "required": false; }; "unit": { "alias": "clrUnit"; "required": false; }; "decimalPlaces": { "alias": "clrDecimalPlaces"; "required": false; }; "roundValue": { "alias": "clrRoundDisplayValue"; "required": false; }; "autofillDecimals": { "alias": "clrAutofillDecimals"; "required": false; }; "decimalSeparator": { "alias": "clrDecimalSep"; "required": false; }; "groupingSeparator": { "alias": "clrGroupingSep"; "required": false; }; }, {}, never, never, false, never>;
|
|
31
30
|
}
|