@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
|
@@ -191,7 +191,7 @@ var de = {
|
|
|
191
191
|
},
|
|
192
192
|
"ChangeHistory.filters.entityIdFilter": {
|
|
193
193
|
developer_comment: "Label for entity id",
|
|
194
|
-
string: "
|
|
194
|
+
string: "Entität-ID"
|
|
195
195
|
},
|
|
196
196
|
"ChangeHistory.filters.excludePlatformChangesFilter": {
|
|
197
197
|
developer_comment: "Label for exclude platform changes filter",
|
|
@@ -3341,7 +3341,7 @@ var de = {
|
|
|
3341
3341
|
},
|
|
3342
3342
|
"Search.Filters.premiumFeature": {
|
|
3343
3343
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
3344
|
-
string: "Premium
|
|
3344
|
+
string: "Premium-Funktion"
|
|
3345
3345
|
},
|
|
3346
3346
|
"Search.Filters.removeAllLabel": {
|
|
3347
3347
|
developer_comment: "Label for the button for removing all filters",
|
|
@@ -193,7 +193,7 @@ var de = {
|
|
|
193
193
|
},
|
|
194
194
|
"ChangeHistory.filters.entityIdFilter": {
|
|
195
195
|
developer_comment: "Label for entity id",
|
|
196
|
-
string: "
|
|
196
|
+
string: "Entität-ID"
|
|
197
197
|
},
|
|
198
198
|
"ChangeHistory.filters.excludePlatformChangesFilter": {
|
|
199
199
|
developer_comment: "Label for exclude platform changes filter",
|
|
@@ -3343,7 +3343,7 @@ var de = {
|
|
|
3343
3343
|
},
|
|
3344
3344
|
"Search.Filters.premiumFeature": {
|
|
3345
3345
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
3346
|
-
string: "Premium
|
|
3346
|
+
string: "Premium-Funktion"
|
|
3347
3347
|
},
|
|
3348
3348
|
"Search.Filters.removeAllLabel": {
|
|
3349
3349
|
developer_comment: "Label for the button for removing all filters",
|
|
@@ -193,7 +193,7 @@ var de = {
|
|
|
193
193
|
},
|
|
194
194
|
"ChangeHistory.filters.entityIdFilter": {
|
|
195
195
|
developer_comment: "Label for entity id",
|
|
196
|
-
string: "
|
|
196
|
+
string: "Entität-ID"
|
|
197
197
|
},
|
|
198
198
|
"ChangeHistory.filters.excludePlatformChangesFilter": {
|
|
199
199
|
developer_comment: "Label for exclude platform changes filter",
|
|
@@ -3343,7 +3343,7 @@ var de = {
|
|
|
3343
3343
|
},
|
|
3344
3344
|
"Search.Filters.premiumFeature": {
|
|
3345
3345
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
3346
|
-
string: "Premium
|
|
3346
|
+
string: "Premium-Funktion"
|
|
3347
3347
|
},
|
|
3348
3348
|
"Search.Filters.removeAllLabel": {
|
|
3349
3349
|
developer_comment: "Label for the button for removing all filters",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./change-history.js";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default ChangeHistoryLink;
|
|
2
|
+
declare function ChangeHistoryLink(props: any): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
3
|
+
declare namespace ChangeHistoryLink {
|
|
4
|
+
let displayName: string;
|
|
5
|
+
namespace propTypes {
|
|
6
|
+
let to: any;
|
|
7
|
+
let resource: any;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./change-history-link.js";
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { ValueOf } from "../types/common-types.js";
|
|
2
|
+
export declare const RESOURCE_TYPE: {
|
|
3
|
+
readonly ASSOCIATE_ROLE: "AssociateRole";
|
|
4
|
+
readonly BUSINESS_UNIT: "BusinessUnit";
|
|
5
|
+
readonly CART: "Cart";
|
|
6
|
+
readonly CART_DISCOUNT: "CartDiscount";
|
|
7
|
+
readonly CATEGORY: "Category";
|
|
8
|
+
readonly CHANNEL: "Channel";
|
|
9
|
+
readonly CUSTOMER: "Customer";
|
|
10
|
+
readonly CUSTOMER_GROUP: "CustomerGroup";
|
|
11
|
+
readonly CUSTOM_OBJECT: "CustomObject";
|
|
12
|
+
readonly DISCOUNT_CODE: "DiscountCode";
|
|
13
|
+
readonly EXTENSION: "Extension";
|
|
14
|
+
readonly INVENTORY_ENTRY: "InventoryEntry";
|
|
15
|
+
readonly ORDER: "Order";
|
|
16
|
+
readonly PAYMENT: "Payment";
|
|
17
|
+
readonly PRODUCT: "Product";
|
|
18
|
+
readonly PRODUCT_DISCOUNT: "ProductDiscount";
|
|
19
|
+
readonly PRODUCT_SELECTION: "ProductSelection";
|
|
20
|
+
readonly PRODUCT_TYPE: "ProductType";
|
|
21
|
+
readonly QUOTE: "Quote";
|
|
22
|
+
readonly QUOTE_REQUEST: "QuoteRequest";
|
|
23
|
+
readonly REVIEW: "Review";
|
|
24
|
+
readonly SHOPPING_LIST: "ShoppingList";
|
|
25
|
+
readonly STATE: "State";
|
|
26
|
+
readonly STAGED_QUOTE: "StagedQuote";
|
|
27
|
+
readonly STORE: "Store";
|
|
28
|
+
readonly SUBSCRIPTION: "Subscription";
|
|
29
|
+
readonly TAX_CATEGORY: "TaxCategory";
|
|
30
|
+
readonly TYPE: "Type";
|
|
31
|
+
readonly ZONE: "Zone";
|
|
32
|
+
};
|
|
33
|
+
export type TResourceType = ValueOf<typeof RESOURCE_TYPE>;
|
|
34
|
+
export type TResourceTypeKey = keyof typeof RESOURCE_TYPE;
|
|
35
|
+
export declare const RESOURCE_TYPE_NAME: {
|
|
36
|
+
readonly ASSOCIATE_ROLE: "associate-role";
|
|
37
|
+
readonly BUSINESS_UNIT: "business-unit";
|
|
38
|
+
readonly CART_DISCOUNT: "cart-discount";
|
|
39
|
+
readonly CATEGORY: "category";
|
|
40
|
+
readonly CHANNEL: "channel";
|
|
41
|
+
readonly CUSTOMER: "customer";
|
|
42
|
+
readonly CUSTOMER_GROUP: "customer-group";
|
|
43
|
+
readonly CUSTOM_OBJECT: "key-value-document";
|
|
44
|
+
readonly DISCOUNT_CODE: "discount-code";
|
|
45
|
+
readonly EXTENSION: "extension";
|
|
46
|
+
readonly INVENTORY_ENTRY: "inventory-entry";
|
|
47
|
+
readonly ORDER: "order";
|
|
48
|
+
readonly PAYMENT: "payment";
|
|
49
|
+
readonly PRODUCT: "product";
|
|
50
|
+
readonly PRODUCT_DISCOUNT: "product-discount";
|
|
51
|
+
readonly PRODUCT_SELECTION: "product-selection";
|
|
52
|
+
readonly PRODUCT_TYPE: "product-type";
|
|
53
|
+
readonly QUOTE: "quote";
|
|
54
|
+
readonly QUOTE_REQUEST: "quote-request";
|
|
55
|
+
readonly REVIEW: "review";
|
|
56
|
+
readonly SHOPPING_LIST: "shopping-list";
|
|
57
|
+
readonly STATE: "state";
|
|
58
|
+
readonly STAGED_QUOTE: "staged-quote";
|
|
59
|
+
readonly STORE: "store";
|
|
60
|
+
readonly SUBSCRIPTION: "subscription";
|
|
61
|
+
readonly TAX_CATEGORY: "tax-category";
|
|
62
|
+
readonly TYPE: "type";
|
|
63
|
+
readonly ZONE: "zone";
|
|
64
|
+
};
|
|
65
|
+
export type TResourceTypeName = ValueOf<typeof RESOURCE_TYPE_NAME>;
|
|
66
|
+
export declare const RESOURCE_MODAL_TYPES: {
|
|
67
|
+
readonly ASSOCIATE_ROLE: "AssociateRole";
|
|
68
|
+
readonly BUSINESS_UNIT: "BusinessUnit";
|
|
69
|
+
readonly CART_DISCOUNT: "CartDiscount";
|
|
70
|
+
readonly CATEGORY: "Category";
|
|
71
|
+
readonly CHANNEL: "Channel";
|
|
72
|
+
readonly CUSTOMER: "Customer";
|
|
73
|
+
readonly CUSTOMER_GROUP: "CustomerGroup";
|
|
74
|
+
readonly DISCOUNT_CODE: "DiscountCode";
|
|
75
|
+
readonly ORDER: "Order";
|
|
76
|
+
readonly PRODUCT: "Product";
|
|
77
|
+
readonly PRODUCT_DISCOUNT: "ProductDiscount";
|
|
78
|
+
readonly PRODUCT_SELECTION: "ProductSelection";
|
|
79
|
+
readonly PRODUCT_TYPE: "ProductType";
|
|
80
|
+
readonly QUOTE: "Quote";
|
|
81
|
+
readonly QUOTE_REQUEST: "QuoteRequest";
|
|
82
|
+
readonly STAGED_QUOTE: "StagedQuote";
|
|
83
|
+
readonly STORE: "Store";
|
|
84
|
+
readonly TAX_CATEGORY: "TaxCategory";
|
|
85
|
+
readonly ZONE: "Zone";
|
|
86
|
+
};
|
|
87
|
+
export type TResourceModalType = ValueOf<typeof RESOURCE_MODAL_TYPES>;
|