@porscheinformatik/clr-addons 21.0.1 → 21.0.3
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/fesm2022/porscheinformatik-clr-addons.mjs +6 -4
- package/fesm2022/porscheinformatik-clr-addons.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/clr-addons-phs.css +7 -6
- package/styles/clr-addons-phs.css.map +1 -1
- package/styles/clr-addons-phs.min.css +1 -1
- package/styles/clr-addons-phs.min.css.map +1 -1
- package/types/porscheinformatik-clr-addons.d.ts +3 -1
|
@@ -4517,6 +4517,8 @@ declare class ClrSummaryItemValue implements OnInit, AfterContentInit, AfterView
|
|
|
4517
4517
|
readonly icon: i0.InputSignal<string>;
|
|
4518
4518
|
readonly tooltip: i0.InputSignal<string>;
|
|
4519
4519
|
readonly clickable: i0.InputSignal<boolean>;
|
|
4520
|
+
readonly href: i0.InputSignal<string>;
|
|
4521
|
+
readonly target: i0.InputSignal<string>;
|
|
4520
4522
|
readonly clicked: i0.OutputEmitterRef<void>;
|
|
4521
4523
|
hasProjectedContent: boolean;
|
|
4522
4524
|
isTextOverflowing: boolean;
|
|
@@ -4571,7 +4573,7 @@ declare class ClrSummaryItemValue implements OnInit, AfterContentInit, AfterView
|
|
|
4571
4573
|
checkProjectedContent(): void;
|
|
4572
4574
|
private hasMeaningfulContentRecursive;
|
|
4573
4575
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClrSummaryItemValue, never>;
|
|
4574
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ClrSummaryItemValue, "clr-summary-item-value", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "clickable": { "alias": "clickable"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
|
|
4576
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrSummaryItemValue, "clr-summary-item-value", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "clickable": { "alias": "clickable"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
|
|
4575
4577
|
}
|
|
4576
4578
|
|
|
4577
4579
|
interface ClrSummaryItemError {
|