@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.
Files changed (28) hide show
  1. package/bundles/vendure-admin-ui-catalog.umd.js.map +1 -1
  2. package/bundles/vendure-admin-ui-core.umd.js +2 -2
  3. package/bundles/vendure-admin-ui-core.umd.js.map +1 -1
  4. package/bundles/vendure-admin-ui-customer.umd.js.map +1 -1
  5. package/bundles/vendure-admin-ui-settings.umd.js +2 -0
  6. package/bundles/vendure-admin-ui-settings.umd.js.map +1 -1
  7. package/core/common/version.d.ts +1 -1
  8. package/core/vendure-admin-ui-core.metadata.json +1 -1
  9. package/esm2015/catalog/components/generate-product-variants/generate-product-variants.component.js +1 -1
  10. package/esm2015/core/common/generated-types.js +1 -1
  11. package/esm2015/core/common/introspection-result.js +1 -1
  12. package/esm2015/core/common/utilities/configurable-operation-utils.js +2 -2
  13. package/esm2015/core/common/version.js +2 -2
  14. package/esm2015/core/data/definitions/order-definitions.js +443 -443
  15. package/esm2015/core/data/definitions/product-definitions.js +743 -743
  16. package/esm2015/core/shared/components/custom-field-control/custom-field-control.component.js +1 -1
  17. package/esm2015/core/shared/dynamic-form-inputs/select-form-input/select-form-input.component.js +1 -1
  18. package/esm2015/core/shared/pipes/custom-field-label.pipe.js +1 -1
  19. package/esm2015/core/shared/pipes/locale-currency.pipe.js +1 -1
  20. package/esm2015/customer/components/customer-group-list/customer-group-list.component.js +1 -1
  21. package/esm2015/settings/components/shipping-method-detail/shipping-method-detail.component.js +3 -1
  22. package/fesm2015/vendure-admin-ui-catalog.js.map +1 -1
  23. package/fesm2015/vendure-admin-ui-core.js +1211 -1211
  24. package/fesm2015/vendure-admin-ui-core.js.map +1 -1
  25. package/fesm2015/vendure-admin-ui-customer.js.map +1 -1
  26. package/fesm2015/vendure-admin-ui-settings.js +2 -0
  27. package/fesm2015/vendure-admin-ui-settings.js.map +1 -1
  28. package/package.json +2 -2
@@ -6484,7 +6484,7 @@
6484
6484
  var name = _c.name, value = _c.value;
6485
6485
  var _a, _b;
6486
6486
  var formValue = (_b = (_a = argsArray === null || argsArray === void 0 ? void 0 : argsArray.find(function (arg) { return arg.name === name; })) === null || _a === void 0 ? void 0 : _a.value) !== null && _b !== void 0 ? _b : argsMap === null || argsMap === void 0 ? void 0 : argsMap[name];
6487
- if (!formValue) {
6487
+ if (!formValue == null) {
6488
6488
  throw new Error("Cannot find an argument value for the key \"" + name + "\"");
6489
6489
  }
6490
6490
  return {
@@ -14566,7 +14566,7 @@
14566
14566
  }
14567
14567
 
14568
14568
  // Auto-generated by the set-version.js script.
14569
- var ADMIN_UI_VERSION = '1.7.2';
14569
+ var ADMIN_UI_VERSION = '1.7.3';
14570
14570
 
14571
14571
  /**
14572
14572
  * Responsible for registering dashboard widget components and querying for layouts.