@porscheinformatik/clr-addons 10.5.1 → 10.5.2
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/bundles/clr-addons.umd.js +51 -0
- package/bundles/clr-addons.umd.js.map +1 -1
- package/clr-addons.metadata.json +1 -1
- package/esm2015/clr-addons.ngsummary.json +1 -1
- package/esm2015/icons/index.ngsummary.json +1 -1
- package/esm2015/icons/shapes.js +35 -1
- package/esm2015/icons/shapes.ngsummary.json +1 -1
- package/esm2015/index.ngsummary.json +1 -1
- package/esm2015/public_api.ngsummary.json +1 -1
- package/fesm2015/clr-addons.js +35 -1
- package/fesm2015/clr-addons.js.map +1 -1
- package/icons/shapes.d.ts +17 -0
- package/package.json +1 -1
package/icons/shapes.d.ts
CHANGED
|
@@ -80,4 +80,21 @@ export declare const TouaregServiceShape: string;
|
|
|
80
80
|
export declare const VehicleConversionShape: string;
|
|
81
81
|
export declare const VirtualRealityShape: string;
|
|
82
82
|
export declare const WindscreenWashShape: string;
|
|
83
|
+
export declare const WrenchForward: string;
|
|
84
|
+
export declare const TopcardShape: string;
|
|
85
|
+
export declare const TaskAndAppointment: string;
|
|
86
|
+
export declare const PartsShape: string;
|
|
87
|
+
export declare const PartsForwardShape: string;
|
|
88
|
+
export declare const PartsNonStockShape: string;
|
|
89
|
+
export declare const PartNonStockForwardShape: string;
|
|
90
|
+
export declare const PaintMaterialShape: string;
|
|
91
|
+
export declare const PaintMaterialForwardShape: string;
|
|
92
|
+
export declare const ItemsRecieveShape: string;
|
|
93
|
+
export declare const ItemsForwardShape: string;
|
|
94
|
+
export declare const DollarBillShape: string;
|
|
95
|
+
export declare const DollarBillForwardShape: string;
|
|
96
|
+
export declare const BlocksGroupForwardShape: string;
|
|
97
|
+
export declare const TextForward: string;
|
|
98
|
+
export declare const CalculatorForwardShape: string;
|
|
99
|
+
export declare const BundleForwardShape: string;
|
|
83
100
|
export declare const ClrAddonsIconShapes: any;
|
package/package.json
CHANGED