@commercetools-frontend-extensions/change-history 8.23.0 → 8.25.0
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/dist/commercetools-frontend-extensions-change-history.cjs.d.ts +2 -0
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +9310 -8663
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +8316 -7705
- package/dist/commercetools-frontend-extensions-change-history.esm.js +19900 -19254
- package/dist/{de-ce40542e.esm.js → de-7764939f.esm.js} +2 -2
- package/dist/{de-371b1d00.cjs.prod.js → de-ad037854.cjs.dev.js} +2 -2
- package/dist/{de-9fd71b2d.cjs.dev.js → de-c2be9253.cjs.prod.js} +2 -2
- package/dist/declarations/src/components/change-history/change-history.d.ts +5 -0
- package/dist/declarations/src/components/change-history/index.d.ts +1 -0
- package/dist/declarations/src/components/change-history-link/change-history-link.d.ts +9 -0
- package/dist/declarations/src/components/change-history-link/index.d.ts +1 -0
- package/dist/declarations/src/constants/resource-types.d.ts +87 -0
- package/dist/declarations/src/feature-toggles.d.ts +6 -0
- package/dist/declarations/src/i18n/index.d.ts +3 -0
- package/dist/declarations/src/i18n/load-i18n.d.ts +7301 -0
- package/dist/declarations/src/i18n/use-async-intl-messages.d.ts +6 -0
- package/dist/declarations/src/index.d.ts +25 -0
- package/dist/declarations/src/resources/associate-role/associate-role-tab.d.ts +5 -0
- package/dist/declarations/src/resources/business-unit/business-unit-tab.d.ts +5 -0
- package/dist/declarations/src/resources/category/category-tab.d.ts +5 -0
- package/dist/declarations/src/resources/channel/channel-tab.d.ts +5 -0
- package/dist/declarations/src/resources/customer/customer-group/customer-group-tab.d.ts +5 -0
- package/dist/declarations/src/resources/customer/customer-tab.d.ts +5 -0
- package/dist/declarations/src/resources/discounts/cart-discount/cart-discount-tab.d.ts +5 -0
- package/dist/declarations/src/resources/discounts/discount-code/discount-code-tab.d.ts +5 -0
- package/dist/declarations/src/resources/discounts/product-discount/product-discount-tab.d.ts +5 -0
- package/dist/declarations/src/resources/order/order-tab.d.ts +5 -0
- package/dist/declarations/src/resources/product/product-tab.d.ts +5 -0
- package/dist/declarations/src/resources/product-selection/product-selection-tab.d.ts +5 -0
- package/dist/declarations/src/resources/product-type/product-type-tab.d.ts +5 -0
- package/dist/declarations/src/resources/quotes/quote/quote-tab.d.ts +5 -0
- package/dist/declarations/src/resources/quotes/quote-request/quote-request-tab.d.ts +5 -0
- package/dist/declarations/src/resources/quotes/staged-quote/staged-quote-tab.d.ts +5 -0
- package/dist/declarations/src/resources/store/store-tab.d.ts +5 -0
- package/dist/declarations/src/resources/tax-category/tax-category-tab.d.ts +5 -0
- package/dist/declarations/src/resources/zone/zone-tab.d.ts +5 -0
- package/dist/declarations/src/types/common-types.d.ts +11 -0
- package/dist/declarations/src/version.d.ts +2 -0
- package/dist/declarations/types/src/generated/change-history.d.ts +8276 -0
- package/dist/{es-e89f4d02.cjs.dev.js → es-0421b67e.cjs.prod.js} +2 -2
- package/dist/{es-0fa893c4.esm.js → es-83f1bc1c.esm.js} +2 -2
- package/dist/{es-e4375929.cjs.prod.js → es-dee2e5ce.cjs.dev.js} +2 -2
- package/dist/{fr-FR-6d7956d9.esm.js → fr-FR-49d3b2ef.esm.js} +2 -2
- package/dist/{fr-FR-f274cb86.cjs.prod.js → fr-FR-a3c8a9b8.cjs.prod.js} +2 -2
- package/dist/{fr-FR-aad2c6f5.cjs.dev.js → fr-FR-f37fb0ff.cjs.dev.js} +2 -2
- package/dist/{pt-BR-86f80307.cjs.dev.js → pt-BR-4e486b02.cjs.prod.js} +2 -2
- package/dist/{pt-BR-33a80274.cjs.prod.js → pt-BR-8a1c2b7a.cjs.dev.js} +2 -2
- package/dist/{pt-BR-019f5fe5.esm.js → pt-BR-eb64f196.esm.js} +2 -2
- package/dist/{zh-CN-ba7756d1.cjs.dev.js → zh-CN-252dd3b1.cjs.prod.js} +3 -3
- package/dist/{zh-CN-523d1745.esm.js → zh-CN-9ac999ed.esm.js} +3 -3
- package/dist/{zh-CN-714ca357.cjs.prod.js → zh-CN-f319b1ad.cjs.dev.js} +3 -3
- package/package.json +34 -29
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export { default as version } from "./version.js";
|
|
2
|
+
export { default as ChangeHistory } from "./components/change-history/index.js";
|
|
3
|
+
export { default as ChangeHistoryAssociateRolesTab } from "./resources/associate-role/associate-role-tab.js";
|
|
4
|
+
export { default as ChangeHistoryBusinessUnitsTab } from "./resources/business-unit/business-unit-tab.js";
|
|
5
|
+
export { default as ChangeHistoryCartDiscountsTab } from "./resources/discounts/cart-discount/cart-discount-tab.js";
|
|
6
|
+
export { default as ChangeHistoryCategoriesTab } from "./resources/category/category-tab.js";
|
|
7
|
+
export { default as ChangeHistoryChannelsTab } from "./resources/channel/channel-tab.js";
|
|
8
|
+
export { default as ChangeHistoryCustomersTab } from "./resources/customer/customer-tab.js";
|
|
9
|
+
export { default as ChangeHistoryCustomerGroupsTab } from "./resources/customer/customer-group/customer-group-tab.js";
|
|
10
|
+
export { default as ChangeHistoryDiscountCodesTab } from "./resources/discounts/discount-code/discount-code-tab.js";
|
|
11
|
+
export { default as ChangeHistoryOrdersTab } from "./resources/order/order-tab.js";
|
|
12
|
+
export { default as ChangeHistoryProductsTab } from "./resources/product/product-tab.js";
|
|
13
|
+
export { default as ChangeHistoryProductDiscountsTab } from "./resources/discounts/product-discount/product-discount-tab.js";
|
|
14
|
+
export { default as ChangeHistoryProductSelectionsTab } from "./resources/product-selection/product-selection-tab.js";
|
|
15
|
+
export { default as ChangeHistoryProductTypesTab } from "./resources/product-type/product-type-tab.js";
|
|
16
|
+
export { default as ChangeHistoryQuotesTab } from "./resources/quotes/quote/quote-tab.js";
|
|
17
|
+
export { default as ChangeHistoryQuoteRequestsTab } from "./resources/quotes/quote-request/quote-request-tab.js";
|
|
18
|
+
export { default as ChangeHistoryStagedQuotesTab } from "./resources/quotes/staged-quote/staged-quote-tab.js";
|
|
19
|
+
export { default as ChangeHistoryStoresTab } from "./resources/store/store-tab.js";
|
|
20
|
+
export { default as ChangeHistoryTaxCategoriesTab } from "./resources/tax-category/tax-category-tab.js";
|
|
21
|
+
export { default as ChangeHistoryZonesTab } from "./resources/zone/zone-tab.js";
|
|
22
|
+
export { default as ChangeHistoryLink } from "./components/change-history-link/index.js";
|
|
23
|
+
export { RESOURCE_MODAL_TYPES as RESOURCE } from "./constants/resource-types.js";
|
|
24
|
+
export { loadI18n } from "./i18n/index.js";
|
|
25
|
+
export * from "./feature-toggles.js";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TUser } from "../../types/src/generated/change-history.js";
|
|
2
|
+
export type TIntl = {
|
|
3
|
+
formatMessage: (message: {
|
|
4
|
+
id: string;
|
|
5
|
+
defaultMessage: string;
|
|
6
|
+
}) => string;
|
|
7
|
+
};
|
|
8
|
+
export type ValueOf<T> = T[keyof T];
|
|
9
|
+
export type TALUser = {
|
|
10
|
+
[id: string]: TUser;
|
|
11
|
+
};
|