@porscheinformatik/clr-addons 18.2.5 → 18.2.7
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/esm2022/icons/shapes.mjs +412 -416
- package/esm2022/readonly/readonly.directive.mjs +13 -11
- package/fesm2022/clr-addons.mjs +424 -426
- package/fesm2022/clr-addons.mjs.map +1 -1
- package/icons/shapes.d.ts +0 -2
- package/package.json +1 -1
- package/readonly/readonly.directive.d.ts +2 -3
package/icons/shapes.d.ts
CHANGED
|
@@ -7,8 +7,6 @@ export declare const CampaignShape: string;
|
|
|
7
7
|
export declare const CompletedByDateShape: string;
|
|
8
8
|
export declare const ReturnDateShape: string;
|
|
9
9
|
export declare const RepeatRepairShape: string;
|
|
10
|
-
export declare const PaintShopShape: string;
|
|
11
|
-
export declare const OpenSatShape: string;
|
|
12
10
|
export declare const GasShape: string;
|
|
13
11
|
export declare const ACShape: string;
|
|
14
12
|
export declare const VWShape: string;
|
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
|
}
|