@vendure/admin-ui 2.1.7 → 2.1.8

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 (54) hide show
  1. package/catalog/catalog.module.d.ts +3 -3
  2. package/catalog/components/variant-price-strategy-detail/variant-price-strategy-detail.component.d.ts +10 -0
  3. package/catalog/public_api.d.ts +1 -1
  4. package/core/common/generated-types.d.ts +20 -0
  5. package/core/common/version.d.ts +1 -1
  6. package/core/data/utils/is-entity-create-or-update-mutation.d.ts +6 -0
  7. package/core/data/utils/remove-readonly-custom-fields.d.ts +5 -11
  8. package/core/public_api.d.ts +2 -0
  9. package/{catalog → core/shared}/components/assets/assets.component.d.ts +2 -1
  10. package/core/shared/shared.module.d.ts +157 -156
  11. package/esm2022/catalog/catalog.module.mjs +5 -5
  12. package/esm2022/catalog/components/collection-detail/collection-detail.component.mjs +4 -5
  13. package/esm2022/catalog/components/product-detail/product-detail.component.mjs +4 -5
  14. package/esm2022/catalog/components/product-options-editor/product-options-editor.component.mjs +1 -1
  15. package/esm2022/catalog/components/product-variant-detail/product-variant-detail.component.mjs +5 -5
  16. package/esm2022/catalog/components/variant-price-strategy-detail/variant-price-strategy-detail.component.mjs +33 -0
  17. package/esm2022/catalog/public_api.mjs +2 -2
  18. package/esm2022/core/common/generated-types.mjs +1 -1
  19. package/esm2022/core/common/introspection-result.mjs +1 -1
  20. package/esm2022/core/common/version.mjs +2 -2
  21. package/esm2022/core/components/breadcrumb/breadcrumb.component.mjs +3 -3
  22. package/esm2022/core/data/providers/base-data.service.mjs +3 -2
  23. package/esm2022/core/data/utils/is-entity-create-or-update-mutation.mjs +45 -0
  24. package/esm2022/core/data/utils/remove-readonly-custom-fields.mjs +15 -80
  25. package/esm2022/core/public_api.mjs +3 -1
  26. package/esm2022/{catalog → core/shared}/components/assets/assets.component.mjs +13 -5
  27. package/esm2022/core/shared/components/assign-to-channel-dialog/assign-to-channel-dialog.component.mjs +1 -1
  28. package/esm2022/core/shared/components/data-table/data-table.component.mjs +1 -1
  29. package/esm2022/core/shared/shared.module.mjs +5 -1
  30. package/fesm2022/vendure-admin-ui-catalog.mjs +39 -102
  31. package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
  32. package/fesm2022/vendure-admin-ui-core.mjs +157 -82
  33. package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
  34. package/package.json +8 -8
  35. package/static/i18n-messages/ar.json +796 -794
  36. package/static/i18n-messages/cs.json +796 -794
  37. package/static/i18n-messages/de.json +796 -794
  38. package/static/i18n-messages/en.json +796 -794
  39. package/static/i18n-messages/es.json +796 -794
  40. package/static/i18n-messages/fa.json +797 -795
  41. package/static/i18n-messages/fr.json +796 -794
  42. package/static/i18n-messages/he.json +796 -794
  43. package/static/i18n-messages/hr.json +796 -794
  44. package/static/i18n-messages/it.json +797 -795
  45. package/static/i18n-messages/ne.json +797 -795
  46. package/static/i18n-messages/pl.json +796 -794
  47. package/static/i18n-messages/pt_BR.json +797 -795
  48. package/static/i18n-messages/pt_PT.json +796 -794
  49. package/static/i18n-messages/ru.json +796 -794
  50. package/static/i18n-messages/sv.json +797 -0
  51. package/static/i18n-messages/uk.json +797 -795
  52. package/static/i18n-messages/zh_Hans.json +796 -794
  53. package/static/i18n-messages/zh_Hant.json +796 -794
  54. package/static/vendure-ui-config.json +2 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.