ng-easycommerce 0.0.430 → 0.0.431
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/README.md +3 -0
- package/bundles/ng-easycommerce.umd.js +6 -5
- package/bundles/ng-easycommerce.umd.js.map +1 -1
- package/bundles/ng-easycommerce.umd.min.js +1 -1
- package/bundles/ng-easycommerce.umd.min.js.map +1 -1
- package/esm2015/lib/ec-component/checkout-ec/shipment-ec/shipment-ec.component.js +3 -2
- package/esm2015/lib/services/checkout/shipment.service.js +5 -5
- package/esm5/lib/ec-component/checkout-ec/shipment-ec/shipment-ec.component.js +3 -2
- package/esm5/lib/services/checkout/shipment.service.js +5 -5
- package/fesm2015/ng-easycommerce.js +6 -5
- package/fesm2015/ng-easycommerce.js.map +1 -1
- package/fesm5/ng-easycommerce.js +6 -5
- package/fesm5/ng-easycommerce.js.map +1 -1
- package/lib/ec-component/checkout-ec/shipment-ec/shipment-ec.component.d.ts +1 -0
- package/lib/services/checkout/shipment.service.d.ts +1 -1
- package/ng-easycommerce.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -17,6 +17,7 @@ export declare class ShipmentEcComponent extends ComponentHelper implements OnIn
|
|
|
17
17
|
selected_final: any;
|
|
18
18
|
costos: any;
|
|
19
19
|
costs: any[];
|
|
20
|
+
moreInfoInMethod: any;
|
|
20
21
|
contracts: any[];
|
|
21
22
|
constructor(shipmentService: ShipmentService, toastrService: ToastService, productsService: ProductsService, checkoutService: CheckoutService);
|
|
22
23
|
emitResult: (method_name: any, contract_data: any) => void;
|
|
@@ -28,7 +28,7 @@ export declare class ShipmentService extends StepService {
|
|
|
28
28
|
/**
|
|
29
29
|
* @param moreInfoInMethod por defecto su estado es false, si se desea que visualice información adicional de cada método de envió asignar true.
|
|
30
30
|
*/
|
|
31
|
-
moreInfoInMethod: boolean;
|
|
31
|
+
static moreInfoInMethod: boolean;
|
|
32
32
|
shipmentMethodsApi: () => string;
|
|
33
33
|
persistShipmentApi: () => string;
|
|
34
34
|
putShipmentApi: () => string;
|