@vendure/admin-ui 1.7.2 → 1.7.3
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/vendure-admin-ui-catalog.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-core.umd.js +2 -2
- package/bundles/vendure-admin-ui-core.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-customer.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-settings.umd.js +2 -0
- package/bundles/vendure-admin-ui-settings.umd.js.map +1 -1
- package/core/common/version.d.ts +1 -1
- package/core/vendure-admin-ui-core.metadata.json +1 -1
- package/esm2015/catalog/components/generate-product-variants/generate-product-variants.component.js +1 -1
- package/esm2015/core/common/generated-types.js +1 -1
- package/esm2015/core/common/introspection-result.js +1 -1
- package/esm2015/core/common/utilities/configurable-operation-utils.js +2 -2
- package/esm2015/core/common/version.js +2 -2
- package/esm2015/core/data/definitions/order-definitions.js +443 -443
- package/esm2015/core/data/definitions/product-definitions.js +743 -743
- package/esm2015/core/shared/components/custom-field-control/custom-field-control.component.js +1 -1
- package/esm2015/core/shared/dynamic-form-inputs/select-form-input/select-form-input.component.js +1 -1
- package/esm2015/core/shared/pipes/custom-field-label.pipe.js +1 -1
- package/esm2015/core/shared/pipes/locale-currency.pipe.js +1 -1
- package/esm2015/customer/components/customer-group-list/customer-group-list.component.js +1 -1
- package/esm2015/settings/components/shipping-method-detail/shipping-method-detail.component.js +3 -1
- package/fesm2015/vendure-admin-ui-catalog.js.map +1 -1
- package/fesm2015/vendure-admin-ui-core.js +1211 -1211
- package/fesm2015/vendure-admin-ui-core.js.map +1 -1
- package/fesm2015/vendure-admin-ui-customer.js.map +1 -1
- package/fesm2015/vendure-admin-ui-settings.js +2 -0
- package/fesm2015/vendure-admin-ui-settings.js.map +1 -1
- package/package.json +2 -2
|
@@ -2030,6 +2030,8 @@
|
|
|
2030
2030
|
_this.detailForm.markAsPristine();
|
|
2031
2031
|
_this.changeDetector.markForCheck();
|
|
2032
2032
|
}, function (err) {
|
|
2033
|
+
// tslint:disable-next-line:no-console
|
|
2034
|
+
console.error(err);
|
|
2033
2035
|
_this.notificationService.error(ngxTranslateExtractMarker.marker('common.notify-update-error'), {
|
|
2034
2036
|
entity: 'ShippingMethod',
|
|
2035
2037
|
});
|