@ascentgl/ads-ui 21.132.0 → 21.133.0
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
|
@@ -4169,7 +4169,7 @@ declare class AdsShipmentHistoryStepperComponent {
|
|
|
4169
4169
|
/** @ignore */
|
|
4170
4170
|
protected resolveTagColor(color: Colors | undefined): Colors;
|
|
4171
4171
|
/** @ignore */
|
|
4172
|
-
protected resolveIconName(action: ShipmentHistoryAction): 'pencil' | 'file_add' | '
|
|
4172
|
+
protected resolveIconName(action: ShipmentHistoryAction): 'pencil' | 'file_add' | 'canceled_shipment';
|
|
4173
4173
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsShipmentHistoryStepperComponent, never>;
|
|
4174
4174
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsShipmentHistoryStepperComponent, "ads-shipment-history-stepper", never, { "groups": { "alias": "groups"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
4175
4175
|
}
|