@commercetools-frontend-extensions/change-history 8.4.0 → 8.5.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.
|
@@ -172,7 +172,7 @@ var kebabCase__default = /*#__PURE__*/_interopDefault(kebabCase);
|
|
|
172
172
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
|
|
173
173
|
|
|
174
174
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
175
|
-
var version = "8.
|
|
175
|
+
var version = "8.5.0";
|
|
176
176
|
|
|
177
177
|
const ChangeHistoryContext = /*#__PURE__*/React.createContext({});
|
|
178
178
|
const ChangeHistoryContextProvider = ChangeHistoryContext.Provider;
|
|
@@ -11709,25 +11709,25 @@ var getCustomerChangesOptions = (intl => [{
|
|
|
11709
11709
|
label: intl.formatMessage(messages$1j.changeAddressLabel)
|
|
11710
11710
|
}, {
|
|
11711
11711
|
value: 'removeAddress',
|
|
11712
|
-
label: intl.formatMessage(
|
|
11712
|
+
label: intl.formatMessage(commonMessages.removeAddressLabel)
|
|
11713
11713
|
}, {
|
|
11714
11714
|
value: 'setDefaultShippingAddress',
|
|
11715
11715
|
label: intl.formatMessage(commonMessages.setDefaultShippingAddressLabel)
|
|
11716
11716
|
}, {
|
|
11717
11717
|
value: 'addShippingAddressId',
|
|
11718
|
-
label: intl.formatMessage(
|
|
11718
|
+
label: intl.formatMessage(commonMessages.addShippingAddressIdLabel)
|
|
11719
11719
|
}, {
|
|
11720
11720
|
value: 'removeShippingAddressId',
|
|
11721
|
-
label: intl.formatMessage(
|
|
11721
|
+
label: intl.formatMessage(commonMessages.removeShippingAddressIdLabel)
|
|
11722
11722
|
}, {
|
|
11723
11723
|
value: 'setDefaultBillingAddress',
|
|
11724
11724
|
label: intl.formatMessage(commonMessages.setDefaultBillingAddressLabel)
|
|
11725
11725
|
}, {
|
|
11726
11726
|
value: 'addBillingAddressId',
|
|
11727
|
-
label: intl.formatMessage(
|
|
11727
|
+
label: intl.formatMessage(commonMessages.addBillingAddressIdLabel)
|
|
11728
11728
|
}, {
|
|
11729
11729
|
value: 'removeBillingAddressId',
|
|
11730
|
-
label: intl.formatMessage(
|
|
11730
|
+
label: intl.formatMessage(commonMessages.removeBillingAddressIdLabel)
|
|
11731
11731
|
}, {
|
|
11732
11732
|
value: 'setCustomerGroup',
|
|
11733
11733
|
label: intl.formatMessage(messages$1j.setCustomerGroupLabel)
|
|
@@ -172,7 +172,7 @@ var kebabCase__default = /*#__PURE__*/_interopDefault(kebabCase);
|
|
|
172
172
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
|
|
173
173
|
|
|
174
174
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
175
|
-
var version = "8.
|
|
175
|
+
var version = "8.5.0";
|
|
176
176
|
|
|
177
177
|
const ChangeHistoryContext = /*#__PURE__*/React.createContext({});
|
|
178
178
|
const ChangeHistoryContextProvider = ChangeHistoryContext.Provider;
|
|
@@ -11141,25 +11141,25 @@ var getCustomerChangesOptions = (intl => [{
|
|
|
11141
11141
|
label: intl.formatMessage(messages$1j.changeAddressLabel)
|
|
11142
11142
|
}, {
|
|
11143
11143
|
value: 'removeAddress',
|
|
11144
|
-
label: intl.formatMessage(
|
|
11144
|
+
label: intl.formatMessage(commonMessages.removeAddressLabel)
|
|
11145
11145
|
}, {
|
|
11146
11146
|
value: 'setDefaultShippingAddress',
|
|
11147
11147
|
label: intl.formatMessage(commonMessages.setDefaultShippingAddressLabel)
|
|
11148
11148
|
}, {
|
|
11149
11149
|
value: 'addShippingAddressId',
|
|
11150
|
-
label: intl.formatMessage(
|
|
11150
|
+
label: intl.formatMessage(commonMessages.addShippingAddressIdLabel)
|
|
11151
11151
|
}, {
|
|
11152
11152
|
value: 'removeShippingAddressId',
|
|
11153
|
-
label: intl.formatMessage(
|
|
11153
|
+
label: intl.formatMessage(commonMessages.removeShippingAddressIdLabel)
|
|
11154
11154
|
}, {
|
|
11155
11155
|
value: 'setDefaultBillingAddress',
|
|
11156
11156
|
label: intl.formatMessage(commonMessages.setDefaultBillingAddressLabel)
|
|
11157
11157
|
}, {
|
|
11158
11158
|
value: 'addBillingAddressId',
|
|
11159
|
-
label: intl.formatMessage(
|
|
11159
|
+
label: intl.formatMessage(commonMessages.addBillingAddressIdLabel)
|
|
11160
11160
|
}, {
|
|
11161
11161
|
value: 'removeBillingAddressId',
|
|
11162
|
-
label: intl.formatMessage(
|
|
11162
|
+
label: intl.formatMessage(commonMessages.removeBillingAddressIdLabel)
|
|
11163
11163
|
}, {
|
|
11164
11164
|
value: 'setCustomerGroup',
|
|
11165
11165
|
label: intl.formatMessage(messages$1j.setCustomerGroupLabel)
|
|
@@ -92,7 +92,7 @@ import kebabCase from 'lodash/kebabCase';
|
|
|
92
92
|
import _startsWithInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
93
93
|
|
|
94
94
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
95
|
-
var version = "8.
|
|
95
|
+
var version = "8.5.0";
|
|
96
96
|
|
|
97
97
|
const ChangeHistoryContext = /*#__PURE__*/createContext({});
|
|
98
98
|
const ChangeHistoryContextProvider = ChangeHistoryContext.Provider;
|
|
@@ -11629,25 +11629,25 @@ var getCustomerChangesOptions = (intl => [{
|
|
|
11629
11629
|
label: intl.formatMessage(messages$1j.changeAddressLabel)
|
|
11630
11630
|
}, {
|
|
11631
11631
|
value: 'removeAddress',
|
|
11632
|
-
label: intl.formatMessage(
|
|
11632
|
+
label: intl.formatMessage(commonMessages.removeAddressLabel)
|
|
11633
11633
|
}, {
|
|
11634
11634
|
value: 'setDefaultShippingAddress',
|
|
11635
11635
|
label: intl.formatMessage(commonMessages.setDefaultShippingAddressLabel)
|
|
11636
11636
|
}, {
|
|
11637
11637
|
value: 'addShippingAddressId',
|
|
11638
|
-
label: intl.formatMessage(
|
|
11638
|
+
label: intl.formatMessage(commonMessages.addShippingAddressIdLabel)
|
|
11639
11639
|
}, {
|
|
11640
11640
|
value: 'removeShippingAddressId',
|
|
11641
|
-
label: intl.formatMessage(
|
|
11641
|
+
label: intl.formatMessage(commonMessages.removeShippingAddressIdLabel)
|
|
11642
11642
|
}, {
|
|
11643
11643
|
value: 'setDefaultBillingAddress',
|
|
11644
11644
|
label: intl.formatMessage(commonMessages.setDefaultBillingAddressLabel)
|
|
11645
11645
|
}, {
|
|
11646
11646
|
value: 'addBillingAddressId',
|
|
11647
|
-
label: intl.formatMessage(
|
|
11647
|
+
label: intl.formatMessage(commonMessages.addBillingAddressIdLabel)
|
|
11648
11648
|
}, {
|
|
11649
11649
|
value: 'removeBillingAddressId',
|
|
11650
|
-
label: intl.formatMessage(
|
|
11650
|
+
label: intl.formatMessage(commonMessages.removeBillingAddressIdLabel)
|
|
11651
11651
|
}, {
|
|
11652
11652
|
value: 'setCustomerGroup',
|
|
11653
11653
|
label: intl.formatMessage(messages$1j.setCustomerGroupLabel)
|
package/package.json
CHANGED