@porscheinformatik/clr-addons 19.0.5 → 19.0.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/fesm2022/clr-addons.mjs +62 -4
- package/fesm2022/clr-addons.mjs.map +1 -1
- package/icons/shapes.d.ts +29 -1
- package/package.json +1 -1
package/icons/shapes.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IconShapeTuple } from '@cds/core/icon/interfaces/icon.interfaces';
|
|
1
|
+
import { IconShapeCollection, IconShapeTuple } from '@cds/core/icon/interfaces/icon.interfaces';
|
|
2
2
|
export declare const AcceptanceDateShape: string;
|
|
3
3
|
export declare const CarOffSite: string;
|
|
4
4
|
export declare const CarOnSite: string;
|
|
@@ -7,6 +7,9 @@ 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 RepeatRepairCollection: IconShapeCollection;
|
|
11
|
+
export declare const ReplacementVehicleShape: string;
|
|
12
|
+
export declare const ReplacementVehicleCollection: IconShapeCollection;
|
|
10
13
|
export declare const GasShape: string;
|
|
11
14
|
export declare const ACShape: string;
|
|
12
15
|
export declare const VWShape: string;
|
|
@@ -39,6 +42,15 @@ export declare const PartsShape: string;
|
|
|
39
42
|
export declare const PartsForwardShape: string;
|
|
40
43
|
export declare const PartsNonStockShape: string;
|
|
41
44
|
export declare const PartNonStockForwardShape: string;
|
|
45
|
+
export declare const PartAvailabilityInfoShape: string;
|
|
46
|
+
export declare const PartAvailabilityNoShape: string;
|
|
47
|
+
export declare const PartAvailabilityUnknownShape: string;
|
|
48
|
+
export declare const PartAvailabilityWarningShape: string;
|
|
49
|
+
export declare const PartAvailabilityYesShape: string;
|
|
50
|
+
export declare const partIdenticalShape: string;
|
|
51
|
+
export declare const partIdenticalPredecessorShape: string;
|
|
52
|
+
export declare const partIdenticalSuccessorShape: string;
|
|
53
|
+
export declare const partIdenticalSuccpredecessorShape: string;
|
|
42
54
|
export declare const PaintMaterialShape: string;
|
|
43
55
|
export declare const PaintMaterialForwardShape: string;
|
|
44
56
|
export declare const ItemsReceiveShape: string;
|
|
@@ -68,8 +80,10 @@ export declare const CircleHalfFilled: string;
|
|
|
68
80
|
export declare const CircleQuarterFilled: string;
|
|
69
81
|
export declare const CircleThreeQuartersFilled: string;
|
|
70
82
|
export declare const CustomerVip: string;
|
|
83
|
+
export declare const CustomerVipCollection: IconShapeCollection;
|
|
71
84
|
export declare const Customer: string;
|
|
72
85
|
export declare const CustomerWaiting: string;
|
|
86
|
+
export declare const CustomerWaitingCollection: IconShapeCollection;
|
|
73
87
|
export declare const InvoiceRecipient: string;
|
|
74
88
|
export declare const FirstRegistrationDate: string;
|
|
75
89
|
export declare const Mechanic: string;
|
|
@@ -95,6 +109,8 @@ export declare const Number17: string;
|
|
|
95
109
|
export declare const Number18: string;
|
|
96
110
|
export declare const Number19: string;
|
|
97
111
|
export declare const Number20: string;
|
|
112
|
+
export declare const OrderShape: string;
|
|
113
|
+
export declare const OrderStatusShape: string;
|
|
98
114
|
export declare const faq: string;
|
|
99
115
|
export declare const gte: string;
|
|
100
116
|
export declare const mot: string;
|
|
@@ -541,6 +557,7 @@ export declare const plusServiceIcon: IconShapeTuple;
|
|
|
541
557
|
export declare const priceTypeSwitchIcon: IconShapeTuple;
|
|
542
558
|
export declare const returnDateIcon: IconShapeTuple;
|
|
543
559
|
export declare const repeatRepairIcon: IconShapeTuple;
|
|
560
|
+
export declare const replacementVehicleIcon: IconShapeTuple;
|
|
544
561
|
export declare const touaregServiceIcon: IconShapeTuple;
|
|
545
562
|
export declare const vehicleConversionIcon: IconShapeTuple;
|
|
546
563
|
export declare const volkswagenIcon: IconShapeTuple;
|
|
@@ -560,6 +577,15 @@ export declare const partsIcon: IconShapeTuple;
|
|
|
560
577
|
export declare const partsForwardIcon: IconShapeTuple;
|
|
561
578
|
export declare const partsNonStockIcon: IconShapeTuple;
|
|
562
579
|
export declare const partsNonStockForwardIcon: IconShapeTuple;
|
|
580
|
+
export declare const partAvailabilityInfoIcon: IconShapeTuple;
|
|
581
|
+
export declare const partAvailabilityNoIcon: IconShapeTuple;
|
|
582
|
+
export declare const partAvailabilityUnknownIcon: IconShapeTuple;
|
|
583
|
+
export declare const partAvailabilityWarningIcon: IconShapeTuple;
|
|
584
|
+
export declare const partAvailabilityYesIcon: IconShapeTuple;
|
|
585
|
+
export declare const partIdenticalIcon: IconShapeTuple;
|
|
586
|
+
export declare const partIdenticalPredecessorIcon: IconShapeTuple;
|
|
587
|
+
export declare const partIdenticalSuccessorIcon: IconShapeTuple;
|
|
588
|
+
export declare const partIdenticalSuccpredecessorIcon: IconShapeTuple;
|
|
563
589
|
export declare const paintMaterialIcon: IconShapeTuple;
|
|
564
590
|
export declare const paintMaterialForwardIcon: IconShapeTuple;
|
|
565
591
|
export declare const itemsRecieveIcon: IconShapeTuple;
|
|
@@ -677,6 +703,8 @@ export declare const number17Icon: IconShapeTuple;
|
|
|
677
703
|
export declare const number18Icon: IconShapeTuple;
|
|
678
704
|
export declare const number19Icon: IconShapeTuple;
|
|
679
705
|
export declare const number20Icon: IconShapeTuple;
|
|
706
|
+
export declare const orderIcon: IconShapeTuple;
|
|
707
|
+
export declare const orderStatusIcon: IconShapeTuple;
|
|
680
708
|
export declare const invoiceRecipientIcon: IconShapeTuple;
|
|
681
709
|
export declare const faqIcon: IconShapeTuple;
|
|
682
710
|
export declare const gteIcon: IconShapeTuple;
|
package/package.json
CHANGED