tickera-angular-components 0.0.1-dev.147 → 0.0.1-dev.148
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/index.d.ts
CHANGED
|
@@ -3925,7 +3925,7 @@ declare class OrderDiscountAppliedComponent {
|
|
|
3925
3925
|
order: Order;
|
|
3926
3926
|
protected get discountInfo(): OrderDiscountInfo;
|
|
3927
3927
|
protected get hasDiscount(): boolean;
|
|
3928
|
-
protected get
|
|
3928
|
+
protected get discountPercentage(): number | null;
|
|
3929
3929
|
protected get badgeColors(): {
|
|
3930
3930
|
text: string;
|
|
3931
3931
|
bg: string;
|