@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.
- package/catalog/catalog.module.d.ts +3 -3
- package/catalog/components/variant-price-strategy-detail/variant-price-strategy-detail.component.d.ts +10 -0
- package/catalog/public_api.d.ts +1 -1
- package/core/common/generated-types.d.ts +20 -0
- package/core/common/version.d.ts +1 -1
- package/core/data/utils/is-entity-create-or-update-mutation.d.ts +6 -0
- package/core/data/utils/remove-readonly-custom-fields.d.ts +5 -11
- package/core/public_api.d.ts +2 -0
- package/{catalog → core/shared}/components/assets/assets.component.d.ts +2 -1
- package/core/shared/shared.module.d.ts +157 -156
- package/esm2022/catalog/catalog.module.mjs +5 -5
- package/esm2022/catalog/components/collection-detail/collection-detail.component.mjs +4 -5
- package/esm2022/catalog/components/product-detail/product-detail.component.mjs +4 -5
- package/esm2022/catalog/components/product-options-editor/product-options-editor.component.mjs +1 -1
- package/esm2022/catalog/components/product-variant-detail/product-variant-detail.component.mjs +5 -5
- package/esm2022/catalog/components/variant-price-strategy-detail/variant-price-strategy-detail.component.mjs +33 -0
- package/esm2022/catalog/public_api.mjs +2 -2
- package/esm2022/core/common/generated-types.mjs +1 -1
- package/esm2022/core/common/introspection-result.mjs +1 -1
- package/esm2022/core/common/version.mjs +2 -2
- package/esm2022/core/components/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/core/data/providers/base-data.service.mjs +3 -2
- package/esm2022/core/data/utils/is-entity-create-or-update-mutation.mjs +45 -0
- package/esm2022/core/data/utils/remove-readonly-custom-fields.mjs +15 -80
- package/esm2022/core/public_api.mjs +3 -1
- package/esm2022/{catalog → core/shared}/components/assets/assets.component.mjs +13 -5
- package/esm2022/core/shared/components/assign-to-channel-dialog/assign-to-channel-dialog.component.mjs +1 -1
- package/esm2022/core/shared/components/data-table/data-table.component.mjs +1 -1
- package/esm2022/core/shared/shared.module.mjs +5 -1
- package/fesm2022/vendure-admin-ui-catalog.mjs +39 -102
- package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-core.mjs +157 -82
- package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
- package/package.json +8 -8
- package/static/i18n-messages/ar.json +796 -794
- package/static/i18n-messages/cs.json +796 -794
- package/static/i18n-messages/de.json +796 -794
- package/static/i18n-messages/en.json +796 -794
- package/static/i18n-messages/es.json +796 -794
- package/static/i18n-messages/fa.json +797 -795
- package/static/i18n-messages/fr.json +796 -794
- package/static/i18n-messages/he.json +796 -794
- package/static/i18n-messages/hr.json +796 -794
- package/static/i18n-messages/it.json +797 -795
- package/static/i18n-messages/ne.json +797 -795
- package/static/i18n-messages/pl.json +796 -794
- package/static/i18n-messages/pt_BR.json +797 -795
- package/static/i18n-messages/pt_PT.json +796 -794
- package/static/i18n-messages/ru.json +796 -794
- package/static/i18n-messages/sv.json +797 -0
- package/static/i18n-messages/uk.json +797 -795
- package/static/i18n-messages/zh_Hans.json +796 -794
- package/static/i18n-messages/zh_Hant.json +796 -794
- package/static/vendure-ui-config.json +2 -1