@commercetools-frontend-extensions/change-history 8.42.0 → 8.42.1
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.dev.js +34 -52
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +30 -48
- package/dist/commercetools-frontend-extensions-change-history.esm.js +35 -52
- package/dist/{de-3ae90852.cjs.prod.js → de-09f61294.cjs.dev.js} +0 -4
- package/dist/{de-7b6dccd5.cjs.dev.js → de-4068d791.cjs.prod.js} +0 -4
- package/dist/{de-cf05d8e2.esm.js → de-43131054.esm.js} +0 -4
- package/dist/declarations/src/feature-toggles.d.ts +1 -4
- package/dist/declarations/src/i18n/load-i18n.d.ts +0 -8
- package/dist/{en-db0832e3.cjs.dev.js → en-53d43a34.cjs.dev.js} +0 -4
- package/dist/{en-d9a07b89.esm.js → en-6549d798.esm.js} +0 -4
- package/dist/{en-53fa62aa.cjs.prod.js → en-ed9ac514.cjs.prod.js} +0 -4
- package/dist/{es-fac4bb27.cjs.prod.js → es-4f55de32.cjs.dev.js} +0 -4
- package/dist/{es-6f2f99b6.cjs.dev.js → es-5ea78b93.cjs.prod.js} +0 -4
- package/dist/{es-4b587042.esm.js → es-7a8f8f70.esm.js} +0 -4
- package/dist/{fr-FR-bc5c571e.cjs.prod.js → fr-FR-622110a0.cjs.prod.js} +0 -4
- package/dist/{fr-FR-1f679765.cjs.dev.js → fr-FR-98e0d12b.cjs.dev.js} +0 -4
- package/dist/{fr-FR-7934f3fb.esm.js → fr-FR-f3ababa7.esm.js} +0 -4
- package/dist/{pt-BR-a80e1f3c.cjs.dev.js → pt-BR-3f5983c9.cjs.dev.js} +0 -4
- package/dist/{pt-BR-77d373fe.cjs.prod.js → pt-BR-c8959ae8.cjs.prod.js} +0 -4
- package/dist/{pt-BR-d31973a4.esm.js → pt-BR-dee519cb.esm.js} +0 -4
- package/package.json +1 -1
|
@@ -15,8 +15,8 @@ var react = require('react');
|
|
|
15
15
|
var reactRouterDom = require('react-router-dom');
|
|
16
16
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
17
17
|
var applicationShellConnectors = require('@commercetools-frontend/application-shell-connectors');
|
|
18
|
-
var applicationShell = require('@commercetools-frontend/application-shell');
|
|
19
18
|
var _findInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
19
|
+
var applicationShell = require('@commercetools-frontend/application-shell');
|
|
20
20
|
var constants = require('@commercetools-frontend/constants');
|
|
21
21
|
var camelCase = require('lodash/camelCase');
|
|
22
22
|
var get = require('lodash/get');
|
|
@@ -137,22 +137,7 @@ var debounce__default = /*#__PURE__*/_interopDefault(debounce);
|
|
|
137
137
|
var RadioInput__default = /*#__PURE__*/_interopDefault(RadioInput);
|
|
138
138
|
|
|
139
139
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
140
|
-
var version = "8.42.
|
|
141
|
-
|
|
142
|
-
// EXAMPLE
|
|
143
|
-
// export const FEATURE_FLAG_NAME = 'featureFlagName';
|
|
144
|
-
// eslint-disable-next-line import/prefer-default-export
|
|
145
|
-
|
|
146
|
-
const AL_FILTER_REDESIGN = 'alFilterRedesign';
|
|
147
|
-
const FLAGS = {
|
|
148
|
-
// [FEATURE_FLAG_NAME]: set true or false,
|
|
149
|
-
[AL_FILTER_REDESIGN]: false
|
|
150
|
-
};
|
|
151
|
-
|
|
152
|
-
const useAlFilterRedesign = () => {
|
|
153
|
-
const alFilterRedesign = applicationShell.useFeatureToggle(AL_FILTER_REDESIGN);
|
|
154
|
-
return Boolean(alFilterRedesign);
|
|
155
|
-
};
|
|
140
|
+
var version = "8.42.1";
|
|
156
141
|
|
|
157
142
|
var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
|
|
158
143
|
/**
|
|
@@ -15535,9 +15520,8 @@ const messages$7 = reactIntl.defineMessages({
|
|
|
15535
15520
|
description: 'Alt description for the Customer ID tooltip image.',
|
|
15536
15521
|
defaultMessage: 'Merchant Center screen displaying a highlighted section in the URL bar'
|
|
15537
15522
|
},
|
|
15538
|
-
|
|
15539
|
-
|
|
15540
|
-
id: 'ChangeHistory.filters.tooltips.customerIdDialogHeader',
|
|
15523
|
+
customerIdDialogTitle: {
|
|
15524
|
+
id: 'ChangeHistory.filters.tooltips.customerIdDialogTitle',
|
|
15541
15525
|
description: 'Title for Customer ID dialog',
|
|
15542
15526
|
defaultMessage: 'Customer ID filter'
|
|
15543
15527
|
},
|
|
@@ -17637,7 +17621,7 @@ const createFilterConfigurations = _ref => {
|
|
|
17637
17621
|
label: intl.formatMessage(messages$a.customerIdFilter),
|
|
17638
17622
|
groupKey: FILTER_GROUP_KEYS.premiumTier,
|
|
17639
17623
|
tooltip: jsxRuntime.jsx(FilterTooltipDialog, {
|
|
17640
|
-
title: messages$7.
|
|
17624
|
+
title: messages$7.customerIdDialogTitle,
|
|
17641
17625
|
image: CustomerIdTooltipDialogIcon,
|
|
17642
17626
|
altImage: messages$7.customerIdDialogAltImage,
|
|
17643
17627
|
body: jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
@@ -18133,7 +18117,7 @@ const searchViewStyles = {
|
|
|
18133
18117
|
styles: "display:flex;flex-direction:column;flex:1;width:100%;height:100%"
|
|
18134
18118
|
} : {
|
|
18135
18119
|
name: "t8f3ar-searchView",
|
|
18136
|
-
styles: "display:flex;flex-direction:column;flex:1;width:100%;height:100%;label:searchView;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
18120
|
+
styles: "display:flex;flex-direction:column;flex:1;width:100%;height:100%;label:searchView;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC12aWV3LnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLaUIiLCJmaWxlIjoic2VhcmNoLXZpZXcuc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZGVzaWduVG9rZW5zIH0gZnJvbSAnQGNvbW1lcmNldG9vbHMtZnJvbnRlbmQvdWkta2l0JztcblxuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5jb25zdCBzZWFyY2hWaWV3U3R5bGVzID0ge1xuICBzZWFyY2hWaWV3OiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgLy90aGlzIHN0eWxpbmcgaW5zdXJlcyB0aGF0IHRoZSB0YWJsZS9mb290ZXIgaXMgc2l6ZWQgcHJvcGVybHkgaW4gdGhlIGF1ZGl0IGxvZyBhcHAgdmlld1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgYCxcbiAgc2VhcmNoU2VjdGlvbjogY3NzYFxuICAgIG1hcmdpbi1ib3R0b206IDA7XG4gIGAsXG4gIHJlc3VsdHNXcmFwcGVyU2VjdGlvbjogY3NzYFxuICAgIG1hcmdpbi10b3A6ICR7ZGVzaWduVG9rZW5zLnNwYWNpbmdYc307XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXgtZ3JvdzogMTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIGAsXG5cbiAgY29udGVudFNlY3Rpb246IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZmxleDogMTtcbiAgICBhbmltYXRpb246IHNob3cgMC4zcyBmb3J3YXJkcyBsaW5lYXI7XG4gICAgd2lkdGg6IDEwMCU7XG4gIGAsXG4gIHJlc3VsdHNTZWN0aW9uOiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgd2lkdGg6IDEwMCU7XG4gIGAsXG59O1xuXG5leHBvcnQgZGVmYXVsdCBzZWFyY2hWaWV3U3R5bGVzO1xuIl19 */",
|
|
18137
18121
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$5
|
|
18138
18122
|
},
|
|
18139
18123
|
searchSection: process.env.NODE_ENV === "production" ? {
|
|
@@ -18141,16 +18125,16 @@ const searchViewStyles = {
|
|
|
18141
18125
|
styles: "margin-bottom:0"
|
|
18142
18126
|
} : {
|
|
18143
18127
|
name: "13ei35s-searchSection",
|
|
18144
|
-
styles: "margin-bottom:0;label:searchSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
18128
|
+
styles: "margin-bottom:0;label:searchSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC12aWV3LnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFhb0IiLCJmaWxlIjoic2VhcmNoLXZpZXcuc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZGVzaWduVG9rZW5zIH0gZnJvbSAnQGNvbW1lcmNldG9vbHMtZnJvbnRlbmQvdWkta2l0JztcblxuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5jb25zdCBzZWFyY2hWaWV3U3R5bGVzID0ge1xuICBzZWFyY2hWaWV3OiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgLy90aGlzIHN0eWxpbmcgaW5zdXJlcyB0aGF0IHRoZSB0YWJsZS9mb290ZXIgaXMgc2l6ZWQgcHJvcGVybHkgaW4gdGhlIGF1ZGl0IGxvZyBhcHAgdmlld1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgYCxcbiAgc2VhcmNoU2VjdGlvbjogY3NzYFxuICAgIG1hcmdpbi1ib3R0b206IDA7XG4gIGAsXG4gIHJlc3VsdHNXcmFwcGVyU2VjdGlvbjogY3NzYFxuICAgIG1hcmdpbi10b3A6ICR7ZGVzaWduVG9rZW5zLnNwYWNpbmdYc307XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXgtZ3JvdzogMTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIGAsXG5cbiAgY29udGVudFNlY3Rpb246IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZmxleDogMTtcbiAgICBhbmltYXRpb246IHNob3cgMC4zcyBmb3J3YXJkcyBsaW5lYXI7XG4gICAgd2lkdGg6IDEwMCU7XG4gIGAsXG4gIHJlc3VsdHNTZWN0aW9uOiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgd2lkdGg6IDEwMCU7XG4gIGAsXG59O1xuXG5leHBvcnQgZGVmYXVsdCBzZWFyY2hWaWV3U3R5bGVzO1xuIl19 */",
|
|
18145
18129
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$5
|
|
18146
18130
|
},
|
|
18147
|
-
resultsWrapperSection:
|
|
18131
|
+
resultsWrapperSection: /*#__PURE__*/react$1.css("margin-top:", uiKit.designTokens.spacingXs, ";display:flex;flex-direction:column;flex-grow:1;height:100%;" + (process.env.NODE_ENV === "production" ? "" : ";label:resultsWrapperSection;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC12aWV3LnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnQjRCIiwiZmlsZSI6InNlYXJjaC12aWV3LnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGRlc2lnblRva2VucyB9IGZyb20gJ0Bjb21tZXJjZXRvb2xzLWZyb250ZW5kL3VpLWtpdCc7XG5cbmltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuY29uc3Qgc2VhcmNoVmlld1N0eWxlcyA9IHtcbiAgc2VhcmNoVmlldzogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIC8vdGhpcyBzdHlsaW5nIGluc3VyZXMgdGhhdCB0aGUgdGFibGUvZm9vdGVyIGlzIHNpemVkIHByb3Blcmx5IGluIHRoZSBhdWRpdCBsb2cgYXBwIHZpZXdcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIGAsXG4gIHNlYXJjaFNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tYm90dG9tOiAwO1xuICBgLFxuICByZXN1bHRzV3JhcHBlclNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tdG9wOiAke2Rlc2lnblRva2Vucy5zcGFjaW5nWHN9O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4LWdyb3c6IDE7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICBgLFxuXG4gIGNvbnRlbnRTZWN0aW9uOiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgYW5pbWF0aW9uOiBzaG93IDAuM3MgZm9yd2FyZHMgbGluZWFyO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxuICByZXN1bHRzU2VjdGlvbjogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxufTtcblxuZXhwb3J0IGRlZmF1bHQgc2VhcmNoVmlld1N0eWxlcztcbiJdfQ== */"),
|
|
18148
18132
|
contentSection: process.env.NODE_ENV === "production" ? {
|
|
18149
18133
|
name: "1bb7ujj",
|
|
18150
18134
|
styles: "display:flex;flex-direction:column;flex:1;animation:show 0.3s forwards linear;width:100%"
|
|
18151
18135
|
} : {
|
|
18152
18136
|
name: "rzinbi-contentSection",
|
|
18153
|
-
styles: "display:flex;flex-direction:column;flex:1;animation:show 0.3s forwards linear;width:100%;label:contentSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
18137
|
+
styles: "display:flex;flex-direction:column;flex:1;animation:show 0.3s forwards linear;width:100%;label:contentSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC12aWV3LnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF3QnFCIiwiZmlsZSI6InNlYXJjaC12aWV3LnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGRlc2lnblRva2VucyB9IGZyb20gJ0Bjb21tZXJjZXRvb2xzLWZyb250ZW5kL3VpLWtpdCc7XG5cbmltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuY29uc3Qgc2VhcmNoVmlld1N0eWxlcyA9IHtcbiAgc2VhcmNoVmlldzogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIC8vdGhpcyBzdHlsaW5nIGluc3VyZXMgdGhhdCB0aGUgdGFibGUvZm9vdGVyIGlzIHNpemVkIHByb3Blcmx5IGluIHRoZSBhdWRpdCBsb2cgYXBwIHZpZXdcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIGAsXG4gIHNlYXJjaFNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tYm90dG9tOiAwO1xuICBgLFxuICByZXN1bHRzV3JhcHBlclNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tdG9wOiAke2Rlc2lnblRva2Vucy5zcGFjaW5nWHN9O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4LWdyb3c6IDE7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICBgLFxuXG4gIGNvbnRlbnRTZWN0aW9uOiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgYW5pbWF0aW9uOiBzaG93IDAuM3MgZm9yd2FyZHMgbGluZWFyO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxuICByZXN1bHRzU2VjdGlvbjogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxufTtcblxuZXhwb3J0IGRlZmF1bHQgc2VhcmNoVmlld1N0eWxlcztcbiJdfQ== */",
|
|
18154
18138
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$5
|
|
18155
18139
|
},
|
|
18156
18140
|
resultsSection: process.env.NODE_ENV === "production" ? {
|
|
@@ -18158,7 +18142,7 @@ const searchViewStyles = {
|
|
|
18158
18142
|
styles: "display:flex;flex-direction:column;flex:1;width:100%"
|
|
18159
18143
|
} : {
|
|
18160
18144
|
name: "1mlvvqa-resultsSection",
|
|
18161
|
-
styles: "display:flex;flex-direction:column;flex:1;width:100%;label:resultsSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
18145
|
+
styles: "display:flex;flex-direction:column;flex:1;width:100%;label:resultsSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC12aWV3LnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUErQnFCIiwiZmlsZSI6InNlYXJjaC12aWV3LnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGRlc2lnblRva2VucyB9IGZyb20gJ0Bjb21tZXJjZXRvb2xzLWZyb250ZW5kL3VpLWtpdCc7XG5cbmltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuY29uc3Qgc2VhcmNoVmlld1N0eWxlcyA9IHtcbiAgc2VhcmNoVmlldzogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIC8vdGhpcyBzdHlsaW5nIGluc3VyZXMgdGhhdCB0aGUgdGFibGUvZm9vdGVyIGlzIHNpemVkIHByb3Blcmx5IGluIHRoZSBhdWRpdCBsb2cgYXBwIHZpZXdcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIGAsXG4gIHNlYXJjaFNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tYm90dG9tOiAwO1xuICBgLFxuICByZXN1bHRzV3JhcHBlclNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tdG9wOiAke2Rlc2lnblRva2Vucy5zcGFjaW5nWHN9O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4LWdyb3c6IDE7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICBgLFxuXG4gIGNvbnRlbnRTZWN0aW9uOiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgYW5pbWF0aW9uOiBzaG93IDAuM3MgZm9yd2FyZHMgbGluZWFyO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxuICByZXN1bHRzU2VjdGlvbjogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxufTtcblxuZXhwb3J0IGRlZmF1bHQgc2VhcmNoVmlld1N0eWxlcztcbiJdfQ== */",
|
|
18162
18146
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$5
|
|
18163
18147
|
}
|
|
18164
18148
|
};
|
|
@@ -18168,9 +18152,8 @@ function _objectSpread$c(e) { for (var r = 1; r < arguments.length; r++) { var _
|
|
|
18168
18152
|
const SearchView = props => {
|
|
18169
18153
|
var _context, _context2, _context3;
|
|
18170
18154
|
const intl = reactIntl.useIntl();
|
|
18171
|
-
const isFilterRedesignEnabled = useAlFilterRedesign();
|
|
18172
18155
|
const columnDefinitions = getColumnDefinitions$1({
|
|
18173
|
-
visibleColumnsOfView: props.
|
|
18156
|
+
visibleColumnsOfView: props.searchQuery.columns,
|
|
18174
18157
|
columnsToBeShown: props.columns,
|
|
18175
18158
|
inContextEntity: props.inContextEntity,
|
|
18176
18159
|
canViewBusinessUnits: props.canViewBusinessUnits
|
|
@@ -18197,9 +18180,9 @@ const SearchView = props => {
|
|
|
18197
18180
|
});
|
|
18198
18181
|
};
|
|
18199
18182
|
const handlePerPageChange = perPage => {
|
|
18200
|
-
let page = props.page;
|
|
18183
|
+
let page = props.searchQuery.page;
|
|
18201
18184
|
// if the switch would cause a completely empty page
|
|
18202
|
-
if (props.total < (props.page - 1) * perPage) {
|
|
18185
|
+
if (props.total < (props.searchQuery.page - 1) * perPage) {
|
|
18203
18186
|
page = Math.ceil(props.total / perPage);
|
|
18204
18187
|
}
|
|
18205
18188
|
handleUpdateSearch({
|
|
@@ -18224,8 +18207,8 @@ const SearchView = props => {
|
|
|
18224
18207
|
let key = _ref.key;
|
|
18225
18208
|
return key;
|
|
18226
18209
|
}),
|
|
18227
|
-
isCondensed: props.displaySettings.isCondensed,
|
|
18228
|
-
isWrappingText: props.displaySettings.isWrappingText
|
|
18210
|
+
isCondensed: props.searchQuery.displaySettings.isCondensed,
|
|
18211
|
+
isWrappingText: props.searchQuery.displaySettings.isWrappingText
|
|
18229
18212
|
},
|
|
18230
18213
|
onSubmit: values => {
|
|
18231
18214
|
props.setSearchQuery(_objectSpread$c(_objectSpread$c({}, props.searchQuery), {}, {
|
|
@@ -18238,7 +18221,7 @@ const SearchView = props => {
|
|
|
18238
18221
|
},
|
|
18239
18222
|
enableReinitialize: true
|
|
18240
18223
|
});
|
|
18241
|
-
const availableVisibleColumns = _filterInstanceProperty__default["default"](_context2 = _mapInstanceProperty__default["default"](_context3 = props.
|
|
18224
|
+
const availableVisibleColumns = _filterInstanceProperty__default["default"](_context2 = _mapInstanceProperty__default["default"](_context3 = props.searchQuery.columns).call(_context3, columnKey => {
|
|
18242
18225
|
var _context4;
|
|
18243
18226
|
return _findInstanceProperty__default["default"](_context4 = columnDefinitions.available).call(_context4, column => column.key === columnKey);
|
|
18244
18227
|
})).call(_context2, column => column !== undefined);
|
|
@@ -18331,7 +18314,7 @@ const SearchView = props => {
|
|
|
18331
18314
|
inContextFilterKeys: props.inContextFilterKeys
|
|
18332
18315
|
})
|
|
18333
18316
|
}), (hasNoResults || props.total > 0) && jsxRuntime.jsxs("div", {
|
|
18334
|
-
css: searchViewStyles.resultsWrapperSection
|
|
18317
|
+
css: searchViewStyles.resultsWrapperSection,
|
|
18335
18318
|
children: [props.isLoading && jsxRuntime.jsx(uiKit.LoadingSpinner, {}), !props.isLoading && jsxRuntime.jsxs("section", {
|
|
18336
18319
|
css: searchViewStyles.contentSection,
|
|
18337
18320
|
children: [props.total > 0 && jsxRuntime.jsx("div", {
|
|
@@ -18340,13 +18323,13 @@ const SearchView = props => {
|
|
|
18340
18323
|
columnDefinitions: columnDefinitions,
|
|
18341
18324
|
formik: _valuesInstanceProperty__default["default"](formik$1),
|
|
18342
18325
|
results: props.results,
|
|
18343
|
-
sorting: props.sorting,
|
|
18326
|
+
sorting: props.searchQuery.sorting,
|
|
18344
18327
|
onSortChange: handleSortChange,
|
|
18345
18328
|
footer: jsxRuntime.jsx(uiKit.Pagination, {
|
|
18346
18329
|
onPageChange: handlePageChange,
|
|
18347
18330
|
onPerPageChange: handlePerPageChange,
|
|
18348
|
-
page: props.page,
|
|
18349
|
-
perPage: props.perPage,
|
|
18331
|
+
page: props.searchQuery.page,
|
|
18332
|
+
perPage: props.searchQuery.perPage,
|
|
18350
18333
|
perPageRange: "m",
|
|
18351
18334
|
totalItems: props.total
|
|
18352
18335
|
})
|
|
@@ -18435,15 +18418,7 @@ const ChangeHistoryList = props => {
|
|
|
18435
18418
|
canViewDeveloperSettings: canViewDeveloperSettings,
|
|
18436
18419
|
canViewBusinessUnits: canViewBusinessUnits,
|
|
18437
18420
|
canViewStores: canViewStores,
|
|
18438
|
-
inContextFilterKeys: props.filters
|
|
18439
|
-
/* TODO: Can remove all these and just get them off searchQuery? */,
|
|
18440
|
-
visibleColumns: changeHistoryFetcher.searchQuery.columns,
|
|
18441
|
-
filters: changeHistoryFetcher.searchQuery.filters,
|
|
18442
|
-
page: changeHistoryFetcher.searchQuery.page,
|
|
18443
|
-
perPage: changeHistoryFetcher.searchQuery.perPage,
|
|
18444
|
-
sorting: changeHistoryFetcher.searchQuery.sorting,
|
|
18445
|
-
displaySettings: changeHistoryFetcher.searchQuery.displaySettings
|
|
18446
|
-
/* ------------------------------------------------------------ */,
|
|
18421
|
+
inContextFilterKeys: props.filters,
|
|
18447
18422
|
columns: props.columns ?? defaultColumns,
|
|
18448
18423
|
inContextEntity: props.inContextEntity,
|
|
18449
18424
|
results: changeHistoryFetcher.history.results,
|
|
@@ -21310,15 +21285,15 @@ const loadMessages = locale => {
|
|
|
21310
21285
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
21311
21286
|
switch (intlLocale) {
|
|
21312
21287
|
case 'de':
|
|
21313
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-de" */'./de-
|
|
21288
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-de" */'./de-09f61294.cjs.dev.js'); });
|
|
21314
21289
|
case 'es':
|
|
21315
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-es" */'./es-
|
|
21290
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-es" */'./es-4f55de32.cjs.dev.js'); });
|
|
21316
21291
|
case 'fr-FR':
|
|
21317
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-
|
|
21292
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-98e0d12b.cjs.dev.js'); });
|
|
21318
21293
|
case 'pt-BR':
|
|
21319
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
21294
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-3f5983c9.cjs.dev.js'); });
|
|
21320
21295
|
default:
|
|
21321
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-en" */'./en-
|
|
21296
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-en" */'./en-53d43a34.cjs.dev.js'); });
|
|
21322
21297
|
}
|
|
21323
21298
|
};
|
|
21324
21299
|
|
|
@@ -22247,7 +22222,14 @@ const ChangeHistoryLink = props => {
|
|
|
22247
22222
|
};
|
|
22248
22223
|
ChangeHistoryLink.displayName = 'ChangeHistoryLink';
|
|
22249
22224
|
|
|
22250
|
-
|
|
22225
|
+
// EXAMPLE
|
|
22226
|
+
// export const FEATURE_FLAG_NAME = 'featureFlagName';
|
|
22227
|
+
// eslint-disable-next-line import/prefer-default-export
|
|
22228
|
+
|
|
22229
|
+
const FLAGS = {
|
|
22230
|
+
// [FEATURE_FLAG_NAME]: set true or false,
|
|
22231
|
+
};
|
|
22232
|
+
|
|
22251
22233
|
exports.ChangeHistory = ChangeHistoryRoutes;
|
|
22252
22234
|
exports.ChangeHistoryAssociateRolesTab = AssociateRoleTab;
|
|
22253
22235
|
exports.ChangeHistoryBusinessUnitsTab = BusinessUnitTab;
|
|
@@ -15,8 +15,8 @@ var react = require('react');
|
|
|
15
15
|
var reactRouterDom = require('react-router-dom');
|
|
16
16
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
17
17
|
var applicationShellConnectors = require('@commercetools-frontend/application-shell-connectors');
|
|
18
|
-
var applicationShell = require('@commercetools-frontend/application-shell');
|
|
19
18
|
var _findInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
19
|
+
var applicationShell = require('@commercetools-frontend/application-shell');
|
|
20
20
|
var constants = require('@commercetools-frontend/constants');
|
|
21
21
|
var camelCase = require('lodash/camelCase');
|
|
22
22
|
var get = require('lodash/get');
|
|
@@ -137,22 +137,7 @@ var debounce__default = /*#__PURE__*/_interopDefault(debounce);
|
|
|
137
137
|
var RadioInput__default = /*#__PURE__*/_interopDefault(RadioInput);
|
|
138
138
|
|
|
139
139
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
140
|
-
var version = "8.42.
|
|
141
|
-
|
|
142
|
-
// EXAMPLE
|
|
143
|
-
// export const FEATURE_FLAG_NAME = 'featureFlagName';
|
|
144
|
-
// eslint-disable-next-line import/prefer-default-export
|
|
145
|
-
|
|
146
|
-
const AL_FILTER_REDESIGN = 'alFilterRedesign';
|
|
147
|
-
const FLAGS = {
|
|
148
|
-
// [FEATURE_FLAG_NAME]: set true or false,
|
|
149
|
-
[AL_FILTER_REDESIGN]: false
|
|
150
|
-
};
|
|
151
|
-
|
|
152
|
-
const useAlFilterRedesign = () => {
|
|
153
|
-
const alFilterRedesign = applicationShell.useFeatureToggle(AL_FILTER_REDESIGN);
|
|
154
|
-
return Boolean(alFilterRedesign);
|
|
155
|
-
};
|
|
140
|
+
var version = "8.42.1";
|
|
156
141
|
|
|
157
142
|
var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
|
|
158
143
|
/**
|
|
@@ -15420,9 +15405,8 @@ const messages$7 = reactIntl.defineMessages({
|
|
|
15420
15405
|
description: 'Alt description for the Customer ID tooltip image.',
|
|
15421
15406
|
defaultMessage: 'Merchant Center screen displaying a highlighted section in the URL bar'
|
|
15422
15407
|
},
|
|
15423
|
-
|
|
15424
|
-
|
|
15425
|
-
id: 'ChangeHistory.filters.tooltips.customerIdDialogHeader',
|
|
15408
|
+
customerIdDialogTitle: {
|
|
15409
|
+
id: 'ChangeHistory.filters.tooltips.customerIdDialogTitle',
|
|
15426
15410
|
description: 'Title for Customer ID dialog',
|
|
15427
15411
|
defaultMessage: 'Customer ID filter'
|
|
15428
15412
|
},
|
|
@@ -17513,7 +17497,7 @@ const createFilterConfigurations = _ref => {
|
|
|
17513
17497
|
label: intl.formatMessage(messages$a.customerIdFilter),
|
|
17514
17498
|
groupKey: FILTER_GROUP_KEYS.premiumTier,
|
|
17515
17499
|
tooltip: jsxRuntime.jsx(FilterTooltipDialog, {
|
|
17516
|
-
title: messages$7.
|
|
17500
|
+
title: messages$7.customerIdDialogTitle,
|
|
17517
17501
|
image: CustomerIdTooltipDialogIcon,
|
|
17518
17502
|
altImage: messages$7.customerIdDialogAltImage,
|
|
17519
17503
|
body: jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
@@ -18006,7 +17990,7 @@ const searchViewStyles = {
|
|
|
18006
17990
|
name: "1ykowef",
|
|
18007
17991
|
styles: "margin-bottom:0"
|
|
18008
17992
|
} ,
|
|
18009
|
-
resultsWrapperSection:
|
|
17993
|
+
resultsWrapperSection: /*#__PURE__*/react$1.css("margin-top:", uiKit.designTokens.spacingXs, ";display:flex;flex-direction:column;flex-grow:1;height:100%;" + ("" ), "" ),
|
|
18010
17994
|
contentSection: {
|
|
18011
17995
|
name: "1bb7ujj",
|
|
18012
17996
|
styles: "display:flex;flex-direction:column;flex:1;animation:show 0.3s forwards linear;width:100%"
|
|
@@ -18022,9 +18006,8 @@ function _objectSpread$c(e) { for (var r = 1; r < arguments.length; r++) { var _
|
|
|
18022
18006
|
const SearchView = props => {
|
|
18023
18007
|
var _context, _context2, _context3;
|
|
18024
18008
|
const intl = reactIntl.useIntl();
|
|
18025
|
-
const isFilterRedesignEnabled = useAlFilterRedesign();
|
|
18026
18009
|
const columnDefinitions = getColumnDefinitions$1({
|
|
18027
|
-
visibleColumnsOfView: props.
|
|
18010
|
+
visibleColumnsOfView: props.searchQuery.columns,
|
|
18028
18011
|
columnsToBeShown: props.columns,
|
|
18029
18012
|
inContextEntity: props.inContextEntity,
|
|
18030
18013
|
canViewBusinessUnits: props.canViewBusinessUnits
|
|
@@ -18051,9 +18034,9 @@ const SearchView = props => {
|
|
|
18051
18034
|
});
|
|
18052
18035
|
};
|
|
18053
18036
|
const handlePerPageChange = perPage => {
|
|
18054
|
-
let page = props.page;
|
|
18037
|
+
let page = props.searchQuery.page;
|
|
18055
18038
|
// if the switch would cause a completely empty page
|
|
18056
|
-
if (props.total < (props.page - 1) * perPage) {
|
|
18039
|
+
if (props.total < (props.searchQuery.page - 1) * perPage) {
|
|
18057
18040
|
page = Math.ceil(props.total / perPage);
|
|
18058
18041
|
}
|
|
18059
18042
|
handleUpdateSearch({
|
|
@@ -18078,8 +18061,8 @@ const SearchView = props => {
|
|
|
18078
18061
|
let key = _ref.key;
|
|
18079
18062
|
return key;
|
|
18080
18063
|
}),
|
|
18081
|
-
isCondensed: props.displaySettings.isCondensed,
|
|
18082
|
-
isWrappingText: props.displaySettings.isWrappingText
|
|
18064
|
+
isCondensed: props.searchQuery.displaySettings.isCondensed,
|
|
18065
|
+
isWrappingText: props.searchQuery.displaySettings.isWrappingText
|
|
18083
18066
|
},
|
|
18084
18067
|
onSubmit: values => {
|
|
18085
18068
|
props.setSearchQuery(_objectSpread$c(_objectSpread$c({}, props.searchQuery), {}, {
|
|
@@ -18092,7 +18075,7 @@ const SearchView = props => {
|
|
|
18092
18075
|
},
|
|
18093
18076
|
enableReinitialize: true
|
|
18094
18077
|
});
|
|
18095
|
-
const availableVisibleColumns = _filterInstanceProperty__default["default"](_context2 = _mapInstanceProperty__default["default"](_context3 = props.
|
|
18078
|
+
const availableVisibleColumns = _filterInstanceProperty__default["default"](_context2 = _mapInstanceProperty__default["default"](_context3 = props.searchQuery.columns).call(_context3, columnKey => {
|
|
18096
18079
|
var _context4;
|
|
18097
18080
|
return _findInstanceProperty__default["default"](_context4 = columnDefinitions.available).call(_context4, column => column.key === columnKey);
|
|
18098
18081
|
})).call(_context2, column => column !== undefined);
|
|
@@ -18185,7 +18168,7 @@ const SearchView = props => {
|
|
|
18185
18168
|
inContextFilterKeys: props.inContextFilterKeys
|
|
18186
18169
|
})
|
|
18187
18170
|
}), (hasNoResults || props.total > 0) && jsxRuntime.jsxs("div", {
|
|
18188
|
-
css: searchViewStyles.resultsWrapperSection
|
|
18171
|
+
css: searchViewStyles.resultsWrapperSection,
|
|
18189
18172
|
children: [props.isLoading && jsxRuntime.jsx(uiKit.LoadingSpinner, {}), !props.isLoading && jsxRuntime.jsxs("section", {
|
|
18190
18173
|
css: searchViewStyles.contentSection,
|
|
18191
18174
|
children: [props.total > 0 && jsxRuntime.jsx("div", {
|
|
@@ -18194,13 +18177,13 @@ const SearchView = props => {
|
|
|
18194
18177
|
columnDefinitions: columnDefinitions,
|
|
18195
18178
|
formik: _valuesInstanceProperty__default["default"](formik$1),
|
|
18196
18179
|
results: props.results,
|
|
18197
|
-
sorting: props.sorting,
|
|
18180
|
+
sorting: props.searchQuery.sorting,
|
|
18198
18181
|
onSortChange: handleSortChange,
|
|
18199
18182
|
footer: jsxRuntime.jsx(uiKit.Pagination, {
|
|
18200
18183
|
onPageChange: handlePageChange,
|
|
18201
18184
|
onPerPageChange: handlePerPageChange,
|
|
18202
|
-
page: props.page,
|
|
18203
|
-
perPage: props.perPage,
|
|
18185
|
+
page: props.searchQuery.page,
|
|
18186
|
+
perPage: props.searchQuery.perPage,
|
|
18204
18187
|
perPageRange: "m",
|
|
18205
18188
|
totalItems: props.total
|
|
18206
18189
|
})
|
|
@@ -18289,15 +18272,7 @@ const ChangeHistoryList = props => {
|
|
|
18289
18272
|
canViewDeveloperSettings: canViewDeveloperSettings,
|
|
18290
18273
|
canViewBusinessUnits: canViewBusinessUnits,
|
|
18291
18274
|
canViewStores: canViewStores,
|
|
18292
|
-
inContextFilterKeys: props.filters
|
|
18293
|
-
/* TODO: Can remove all these and just get them off searchQuery? */,
|
|
18294
|
-
visibleColumns: changeHistoryFetcher.searchQuery.columns,
|
|
18295
|
-
filters: changeHistoryFetcher.searchQuery.filters,
|
|
18296
|
-
page: changeHistoryFetcher.searchQuery.page,
|
|
18297
|
-
perPage: changeHistoryFetcher.searchQuery.perPage,
|
|
18298
|
-
sorting: changeHistoryFetcher.searchQuery.sorting,
|
|
18299
|
-
displaySettings: changeHistoryFetcher.searchQuery.displaySettings
|
|
18300
|
-
/* ------------------------------------------------------------ */,
|
|
18275
|
+
inContextFilterKeys: props.filters,
|
|
18301
18276
|
columns: props.columns ?? defaultColumns,
|
|
18302
18277
|
inContextEntity: props.inContextEntity,
|
|
18303
18278
|
results: changeHistoryFetcher.history.results,
|
|
@@ -21099,15 +21074,15 @@ const loadMessages = locale => {
|
|
|
21099
21074
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
21100
21075
|
switch (intlLocale) {
|
|
21101
21076
|
case 'de':
|
|
21102
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-de" */'./de-
|
|
21077
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-de" */'./de-4068d791.cjs.prod.js'); });
|
|
21103
21078
|
case 'es':
|
|
21104
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-es" */'./es-
|
|
21079
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-es" */'./es-5ea78b93.cjs.prod.js'); });
|
|
21105
21080
|
case 'fr-FR':
|
|
21106
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-
|
|
21081
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-622110a0.cjs.prod.js'); });
|
|
21107
21082
|
case 'pt-BR':
|
|
21108
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
21083
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-c8959ae8.cjs.prod.js'); });
|
|
21109
21084
|
default:
|
|
21110
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-en" */'./en-
|
|
21085
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-en" */'./en-ed9ac514.cjs.prod.js'); });
|
|
21111
21086
|
}
|
|
21112
21087
|
};
|
|
21113
21088
|
|
|
@@ -22036,7 +22011,14 @@ const ChangeHistoryLink = props => {
|
|
|
22036
22011
|
};
|
|
22037
22012
|
ChangeHistoryLink.displayName = 'ChangeHistoryLink';
|
|
22038
22013
|
|
|
22039
|
-
|
|
22014
|
+
// EXAMPLE
|
|
22015
|
+
// export const FEATURE_FLAG_NAME = 'featureFlagName';
|
|
22016
|
+
// eslint-disable-next-line import/prefer-default-export
|
|
22017
|
+
|
|
22018
|
+
const FLAGS = {
|
|
22019
|
+
// [FEATURE_FLAG_NAME]: set true or false,
|
|
22020
|
+
};
|
|
22021
|
+
|
|
22040
22022
|
exports.ChangeHistory = ChangeHistoryRoutes;
|
|
22041
22023
|
exports.ChangeHistoryAssociateRolesTab = AssociateRoleTab;
|
|
22042
22024
|
exports.ChangeHistoryBusinessUnitsTab = BusinessUnitTab;
|
|
@@ -11,8 +11,8 @@ import { useMemo, Children, cloneElement, Fragment as Fragment$1, useState, useE
|
|
|
11
11
|
import { useLocation, useRouteMatch, useHistory, useParams, Switch, Route, Link as Link$1 } from 'react-router-dom';
|
|
12
12
|
import { InfoModalPage, useModalState, InfoMainPage, MaintenancePageLayout, InfoDialog, PageUnauthorized, PageContentFull, PageContentNarrow, PageContentWide, CustomFormModalPage, ConfirmationDialog } from '@commercetools-frontend/application-components';
|
|
13
13
|
import { useApplicationContext, useProjectExtensionImageRegex, ProjectExtensionProviderForImageRegex } from '@commercetools-frontend/application-shell-connectors';
|
|
14
|
-
import { useFeatureToggle, useMcQuery, useRoutesCreator } from '@commercetools-frontend/application-shell';
|
|
15
14
|
import _findInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/find';
|
|
15
|
+
import { useMcQuery, useRoutesCreator } from '@commercetools-frontend/application-shell';
|
|
16
16
|
import { GRAPHQL_TARGETS, NO_VALUE_FALLBACK } from '@commercetools-frontend/constants';
|
|
17
17
|
import camelCase from 'lodash/camelCase';
|
|
18
18
|
import get from 'lodash/get';
|
|
@@ -81,22 +81,7 @@ import { oneLineTrim } from 'common-tags';
|
|
|
81
81
|
import { parseChunkImport, mapLocaleToIntlLocale } from '@commercetools-frontend/i18n';
|
|
82
82
|
|
|
83
83
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
84
|
-
var version = "8.42.
|
|
85
|
-
|
|
86
|
-
// EXAMPLE
|
|
87
|
-
// export const FEATURE_FLAG_NAME = 'featureFlagName';
|
|
88
|
-
// eslint-disable-next-line import/prefer-default-export
|
|
89
|
-
|
|
90
|
-
const AL_FILTER_REDESIGN = 'alFilterRedesign';
|
|
91
|
-
const FLAGS = {
|
|
92
|
-
// [FEATURE_FLAG_NAME]: set true or false,
|
|
93
|
-
[AL_FILTER_REDESIGN]: false
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
const useAlFilterRedesign = () => {
|
|
97
|
-
const alFilterRedesign = useFeatureToggle(AL_FILTER_REDESIGN);
|
|
98
|
-
return Boolean(alFilterRedesign);
|
|
99
|
-
};
|
|
84
|
+
var version = "8.42.1";
|
|
100
85
|
|
|
101
86
|
var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
|
|
102
87
|
/**
|
|
@@ -15479,9 +15464,8 @@ const messages$7 = defineMessages({
|
|
|
15479
15464
|
description: 'Alt description for the Customer ID tooltip image.',
|
|
15480
15465
|
defaultMessage: 'Merchant Center screen displaying a highlighted section in the URL bar'
|
|
15481
15466
|
},
|
|
15482
|
-
|
|
15483
|
-
|
|
15484
|
-
id: 'ChangeHistory.filters.tooltips.customerIdDialogHeader',
|
|
15467
|
+
customerIdDialogTitle: {
|
|
15468
|
+
id: 'ChangeHistory.filters.tooltips.customerIdDialogTitle',
|
|
15485
15469
|
description: 'Title for Customer ID dialog',
|
|
15486
15470
|
defaultMessage: 'Customer ID filter'
|
|
15487
15471
|
},
|
|
@@ -17581,7 +17565,7 @@ const createFilterConfigurations = _ref => {
|
|
|
17581
17565
|
label: intl.formatMessage(messages$a.customerIdFilter),
|
|
17582
17566
|
groupKey: FILTER_GROUP_KEYS.premiumTier,
|
|
17583
17567
|
tooltip: jsx(FilterTooltipDialog, {
|
|
17584
|
-
title: messages$7.
|
|
17568
|
+
title: messages$7.customerIdDialogTitle,
|
|
17585
17569
|
image: CustomerIdTooltipDialogIcon,
|
|
17586
17570
|
altImage: messages$7.customerIdDialogAltImage,
|
|
17587
17571
|
body: jsxs(Fragment, {
|
|
@@ -18077,7 +18061,7 @@ const searchViewStyles = {
|
|
|
18077
18061
|
styles: "display:flex;flex-direction:column;flex:1;width:100%;height:100%"
|
|
18078
18062
|
} : {
|
|
18079
18063
|
name: "t8f3ar-searchView",
|
|
18080
|
-
styles: "display:flex;flex-direction:column;flex:1;width:100%;height:100%;label:searchView;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
18064
|
+
styles: "display:flex;flex-direction:column;flex:1;width:100%;height:100%;label:searchView;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC12aWV3LnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLaUIiLCJmaWxlIjoic2VhcmNoLXZpZXcuc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZGVzaWduVG9rZW5zIH0gZnJvbSAnQGNvbW1lcmNldG9vbHMtZnJvbnRlbmQvdWkta2l0JztcblxuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5jb25zdCBzZWFyY2hWaWV3U3R5bGVzID0ge1xuICBzZWFyY2hWaWV3OiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgLy90aGlzIHN0eWxpbmcgaW5zdXJlcyB0aGF0IHRoZSB0YWJsZS9mb290ZXIgaXMgc2l6ZWQgcHJvcGVybHkgaW4gdGhlIGF1ZGl0IGxvZyBhcHAgdmlld1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgYCxcbiAgc2VhcmNoU2VjdGlvbjogY3NzYFxuICAgIG1hcmdpbi1ib3R0b206IDA7XG4gIGAsXG4gIHJlc3VsdHNXcmFwcGVyU2VjdGlvbjogY3NzYFxuICAgIG1hcmdpbi10b3A6ICR7ZGVzaWduVG9rZW5zLnNwYWNpbmdYc307XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXgtZ3JvdzogMTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIGAsXG5cbiAgY29udGVudFNlY3Rpb246IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZmxleDogMTtcbiAgICBhbmltYXRpb246IHNob3cgMC4zcyBmb3J3YXJkcyBsaW5lYXI7XG4gICAgd2lkdGg6IDEwMCU7XG4gIGAsXG4gIHJlc3VsdHNTZWN0aW9uOiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgd2lkdGg6IDEwMCU7XG4gIGAsXG59O1xuXG5leHBvcnQgZGVmYXVsdCBzZWFyY2hWaWV3U3R5bGVzO1xuIl19 */",
|
|
18081
18065
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$5
|
|
18082
18066
|
},
|
|
18083
18067
|
searchSection: process.env.NODE_ENV === "production" ? {
|
|
@@ -18085,16 +18069,16 @@ const searchViewStyles = {
|
|
|
18085
18069
|
styles: "margin-bottom:0"
|
|
18086
18070
|
} : {
|
|
18087
18071
|
name: "13ei35s-searchSection",
|
|
18088
|
-
styles: "margin-bottom:0;label:searchSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
18072
|
+
styles: "margin-bottom:0;label:searchSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC12aWV3LnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFhb0IiLCJmaWxlIjoic2VhcmNoLXZpZXcuc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZGVzaWduVG9rZW5zIH0gZnJvbSAnQGNvbW1lcmNldG9vbHMtZnJvbnRlbmQvdWkta2l0JztcblxuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5jb25zdCBzZWFyY2hWaWV3U3R5bGVzID0ge1xuICBzZWFyY2hWaWV3OiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgLy90aGlzIHN0eWxpbmcgaW5zdXJlcyB0aGF0IHRoZSB0YWJsZS9mb290ZXIgaXMgc2l6ZWQgcHJvcGVybHkgaW4gdGhlIGF1ZGl0IGxvZyBhcHAgdmlld1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgYCxcbiAgc2VhcmNoU2VjdGlvbjogY3NzYFxuICAgIG1hcmdpbi1ib3R0b206IDA7XG4gIGAsXG4gIHJlc3VsdHNXcmFwcGVyU2VjdGlvbjogY3NzYFxuICAgIG1hcmdpbi10b3A6ICR7ZGVzaWduVG9rZW5zLnNwYWNpbmdYc307XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXgtZ3JvdzogMTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIGAsXG5cbiAgY29udGVudFNlY3Rpb246IGNzc2BcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgZmxleDogMTtcbiAgICBhbmltYXRpb246IHNob3cgMC4zcyBmb3J3YXJkcyBsaW5lYXI7XG4gICAgd2lkdGg6IDEwMCU7XG4gIGAsXG4gIHJlc3VsdHNTZWN0aW9uOiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgd2lkdGg6IDEwMCU7XG4gIGAsXG59O1xuXG5leHBvcnQgZGVmYXVsdCBzZWFyY2hWaWV3U3R5bGVzO1xuIl19 */",
|
|
18089
18073
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$5
|
|
18090
18074
|
},
|
|
18091
|
-
resultsWrapperSection:
|
|
18075
|
+
resultsWrapperSection: /*#__PURE__*/css("margin-top:", designTokens.spacingXs, ";display:flex;flex-direction:column;flex-grow:1;height:100%;" + (process.env.NODE_ENV === "production" ? "" : ";label:resultsWrapperSection;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC12aWV3LnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnQjRCIiwiZmlsZSI6InNlYXJjaC12aWV3LnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGRlc2lnblRva2VucyB9IGZyb20gJ0Bjb21tZXJjZXRvb2xzLWZyb250ZW5kL3VpLWtpdCc7XG5cbmltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuY29uc3Qgc2VhcmNoVmlld1N0eWxlcyA9IHtcbiAgc2VhcmNoVmlldzogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIC8vdGhpcyBzdHlsaW5nIGluc3VyZXMgdGhhdCB0aGUgdGFibGUvZm9vdGVyIGlzIHNpemVkIHByb3Blcmx5IGluIHRoZSBhdWRpdCBsb2cgYXBwIHZpZXdcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIGAsXG4gIHNlYXJjaFNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tYm90dG9tOiAwO1xuICBgLFxuICByZXN1bHRzV3JhcHBlclNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tdG9wOiAke2Rlc2lnblRva2Vucy5zcGFjaW5nWHN9O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4LWdyb3c6IDE7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICBgLFxuXG4gIGNvbnRlbnRTZWN0aW9uOiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgYW5pbWF0aW9uOiBzaG93IDAuM3MgZm9yd2FyZHMgbGluZWFyO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxuICByZXN1bHRzU2VjdGlvbjogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxufTtcblxuZXhwb3J0IGRlZmF1bHQgc2VhcmNoVmlld1N0eWxlcztcbiJdfQ== */"),
|
|
18092
18076
|
contentSection: process.env.NODE_ENV === "production" ? {
|
|
18093
18077
|
name: "1bb7ujj",
|
|
18094
18078
|
styles: "display:flex;flex-direction:column;flex:1;animation:show 0.3s forwards linear;width:100%"
|
|
18095
18079
|
} : {
|
|
18096
18080
|
name: "rzinbi-contentSection",
|
|
18097
|
-
styles: "display:flex;flex-direction:column;flex:1;animation:show 0.3s forwards linear;width:100%;label:contentSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
18081
|
+
styles: "display:flex;flex-direction:column;flex:1;animation:show 0.3s forwards linear;width:100%;label:contentSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC12aWV3LnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF3QnFCIiwiZmlsZSI6InNlYXJjaC12aWV3LnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGRlc2lnblRva2VucyB9IGZyb20gJ0Bjb21tZXJjZXRvb2xzLWZyb250ZW5kL3VpLWtpdCc7XG5cbmltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuY29uc3Qgc2VhcmNoVmlld1N0eWxlcyA9IHtcbiAgc2VhcmNoVmlldzogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIC8vdGhpcyBzdHlsaW5nIGluc3VyZXMgdGhhdCB0aGUgdGFibGUvZm9vdGVyIGlzIHNpemVkIHByb3Blcmx5IGluIHRoZSBhdWRpdCBsb2cgYXBwIHZpZXdcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIGAsXG4gIHNlYXJjaFNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tYm90dG9tOiAwO1xuICBgLFxuICByZXN1bHRzV3JhcHBlclNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tdG9wOiAke2Rlc2lnblRva2Vucy5zcGFjaW5nWHN9O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4LWdyb3c6IDE7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICBgLFxuXG4gIGNvbnRlbnRTZWN0aW9uOiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgYW5pbWF0aW9uOiBzaG93IDAuM3MgZm9yd2FyZHMgbGluZWFyO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxuICByZXN1bHRzU2VjdGlvbjogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxufTtcblxuZXhwb3J0IGRlZmF1bHQgc2VhcmNoVmlld1N0eWxlcztcbiJdfQ== */",
|
|
18098
18082
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$5
|
|
18099
18083
|
},
|
|
18100
18084
|
resultsSection: process.env.NODE_ENV === "production" ? {
|
|
@@ -18102,7 +18086,7 @@ const searchViewStyles = {
|
|
|
18102
18086
|
styles: "display:flex;flex-direction:column;flex:1;width:100%"
|
|
18103
18087
|
} : {
|
|
18104
18088
|
name: "1mlvvqa-resultsSection",
|
|
18105
|
-
styles: "display:flex;flex-direction:column;flex:1;width:100%;label:resultsSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
18089
|
+
styles: "display:flex;flex-direction:column;flex:1;width:100%;label:resultsSection;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaC12aWV3LnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUErQnFCIiwiZmlsZSI6InNlYXJjaC12aWV3LnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGRlc2lnblRva2VucyB9IGZyb20gJ0Bjb21tZXJjZXRvb2xzLWZyb250ZW5kL3VpLWtpdCc7XG5cbmltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuY29uc3Qgc2VhcmNoVmlld1N0eWxlcyA9IHtcbiAgc2VhcmNoVmlldzogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIC8vdGhpcyBzdHlsaW5nIGluc3VyZXMgdGhhdCB0aGUgdGFibGUvZm9vdGVyIGlzIHNpemVkIHByb3Blcmx5IGluIHRoZSBhdWRpdCBsb2cgYXBwIHZpZXdcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIGAsXG4gIHNlYXJjaFNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tYm90dG9tOiAwO1xuICBgLFxuICByZXN1bHRzV3JhcHBlclNlY3Rpb246IGNzc2BcbiAgICBtYXJnaW4tdG9wOiAke2Rlc2lnblRva2Vucy5zcGFjaW5nWHN9O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4LWdyb3c6IDE7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICBgLFxuXG4gIGNvbnRlbnRTZWN0aW9uOiBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGZsZXg6IDE7XG4gICAgYW5pbWF0aW9uOiBzaG93IDAuM3MgZm9yd2FyZHMgbGluZWFyO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxuICByZXN1bHRzU2VjdGlvbjogY3NzYFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBmbGV4OiAxO1xuICAgIHdpZHRoOiAxMDAlO1xuICBgLFxufTtcblxuZXhwb3J0IGRlZmF1bHQgc2VhcmNoVmlld1N0eWxlcztcbiJdfQ== */",
|
|
18106
18090
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$5
|
|
18107
18091
|
}
|
|
18108
18092
|
};
|
|
@@ -18112,9 +18096,8 @@ function _objectSpread$c(e) { for (var r = 1; r < arguments.length; r++) { var _
|
|
|
18112
18096
|
const SearchView = props => {
|
|
18113
18097
|
var _context, _context2, _context3;
|
|
18114
18098
|
const intl = useIntl();
|
|
18115
|
-
const isFilterRedesignEnabled = useAlFilterRedesign();
|
|
18116
18099
|
const columnDefinitions = getColumnDefinitions$1({
|
|
18117
|
-
visibleColumnsOfView: props.
|
|
18100
|
+
visibleColumnsOfView: props.searchQuery.columns,
|
|
18118
18101
|
columnsToBeShown: props.columns,
|
|
18119
18102
|
inContextEntity: props.inContextEntity,
|
|
18120
18103
|
canViewBusinessUnits: props.canViewBusinessUnits
|
|
@@ -18141,9 +18124,9 @@ const SearchView = props => {
|
|
|
18141
18124
|
});
|
|
18142
18125
|
};
|
|
18143
18126
|
const handlePerPageChange = perPage => {
|
|
18144
|
-
let page = props.page;
|
|
18127
|
+
let page = props.searchQuery.page;
|
|
18145
18128
|
// if the switch would cause a completely empty page
|
|
18146
|
-
if (props.total < (props.page - 1) * perPage) {
|
|
18129
|
+
if (props.total < (props.searchQuery.page - 1) * perPage) {
|
|
18147
18130
|
page = Math.ceil(props.total / perPage);
|
|
18148
18131
|
}
|
|
18149
18132
|
handleUpdateSearch({
|
|
@@ -18168,8 +18151,8 @@ const SearchView = props => {
|
|
|
18168
18151
|
let key = _ref.key;
|
|
18169
18152
|
return key;
|
|
18170
18153
|
}),
|
|
18171
|
-
isCondensed: props.displaySettings.isCondensed,
|
|
18172
|
-
isWrappingText: props.displaySettings.isWrappingText
|
|
18154
|
+
isCondensed: props.searchQuery.displaySettings.isCondensed,
|
|
18155
|
+
isWrappingText: props.searchQuery.displaySettings.isWrappingText
|
|
18173
18156
|
},
|
|
18174
18157
|
onSubmit: values => {
|
|
18175
18158
|
props.setSearchQuery(_objectSpread$c(_objectSpread$c({}, props.searchQuery), {}, {
|
|
@@ -18182,7 +18165,7 @@ const SearchView = props => {
|
|
|
18182
18165
|
},
|
|
18183
18166
|
enableReinitialize: true
|
|
18184
18167
|
});
|
|
18185
|
-
const availableVisibleColumns = _filterInstanceProperty(_context2 = _mapInstanceProperty(_context3 = props.
|
|
18168
|
+
const availableVisibleColumns = _filterInstanceProperty(_context2 = _mapInstanceProperty(_context3 = props.searchQuery.columns).call(_context3, columnKey => {
|
|
18186
18169
|
var _context4;
|
|
18187
18170
|
return _findInstanceProperty(_context4 = columnDefinitions.available).call(_context4, column => column.key === columnKey);
|
|
18188
18171
|
})).call(_context2, column => column !== undefined);
|
|
@@ -18275,7 +18258,7 @@ const SearchView = props => {
|
|
|
18275
18258
|
inContextFilterKeys: props.inContextFilterKeys
|
|
18276
18259
|
})
|
|
18277
18260
|
}), (hasNoResults || props.total > 0) && jsxs("div", {
|
|
18278
|
-
css: searchViewStyles.resultsWrapperSection
|
|
18261
|
+
css: searchViewStyles.resultsWrapperSection,
|
|
18279
18262
|
children: [props.isLoading && jsx(LoadingSpinner, {}), !props.isLoading && jsxs("section", {
|
|
18280
18263
|
css: searchViewStyles.contentSection,
|
|
18281
18264
|
children: [props.total > 0 && jsx("div", {
|
|
@@ -18284,13 +18267,13 @@ const SearchView = props => {
|
|
|
18284
18267
|
columnDefinitions: columnDefinitions,
|
|
18285
18268
|
formik: _valuesInstanceProperty(formik),
|
|
18286
18269
|
results: props.results,
|
|
18287
|
-
sorting: props.sorting,
|
|
18270
|
+
sorting: props.searchQuery.sorting,
|
|
18288
18271
|
onSortChange: handleSortChange,
|
|
18289
18272
|
footer: jsx(Pagination, {
|
|
18290
18273
|
onPageChange: handlePageChange,
|
|
18291
18274
|
onPerPageChange: handlePerPageChange,
|
|
18292
|
-
page: props.page,
|
|
18293
|
-
perPage: props.perPage,
|
|
18275
|
+
page: props.searchQuery.page,
|
|
18276
|
+
perPage: props.searchQuery.perPage,
|
|
18294
18277
|
perPageRange: "m",
|
|
18295
18278
|
totalItems: props.total
|
|
18296
18279
|
})
|
|
@@ -18379,15 +18362,7 @@ const ChangeHistoryList = props => {
|
|
|
18379
18362
|
canViewDeveloperSettings: canViewDeveloperSettings,
|
|
18380
18363
|
canViewBusinessUnits: canViewBusinessUnits,
|
|
18381
18364
|
canViewStores: canViewStores,
|
|
18382
|
-
inContextFilterKeys: props.filters
|
|
18383
|
-
/* TODO: Can remove all these and just get them off searchQuery? */,
|
|
18384
|
-
visibleColumns: changeHistoryFetcher.searchQuery.columns,
|
|
18385
|
-
filters: changeHistoryFetcher.searchQuery.filters,
|
|
18386
|
-
page: changeHistoryFetcher.searchQuery.page,
|
|
18387
|
-
perPage: changeHistoryFetcher.searchQuery.perPage,
|
|
18388
|
-
sorting: changeHistoryFetcher.searchQuery.sorting,
|
|
18389
|
-
displaySettings: changeHistoryFetcher.searchQuery.displaySettings
|
|
18390
|
-
/* ------------------------------------------------------------ */,
|
|
18365
|
+
inContextFilterKeys: props.filters,
|
|
18391
18366
|
columns: props.columns ?? defaultColumns,
|
|
18392
18367
|
inContextEntity: props.inContextEntity,
|
|
18393
18368
|
results: changeHistoryFetcher.history.results,
|
|
@@ -21254,15 +21229,15 @@ const loadMessages = locale => {
|
|
|
21254
21229
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
21255
21230
|
switch (intlLocale) {
|
|
21256
21231
|
case 'de':
|
|
21257
|
-
return import(/* webpackChunkName: "change-history-i18n-de" */'./de-
|
|
21232
|
+
return import(/* webpackChunkName: "change-history-i18n-de" */'./de-43131054.esm.js');
|
|
21258
21233
|
case 'es':
|
|
21259
|
-
return import(/* webpackChunkName: "change-history-i18n-es" */'./es-
|
|
21234
|
+
return import(/* webpackChunkName: "change-history-i18n-es" */'./es-7a8f8f70.esm.js');
|
|
21260
21235
|
case 'fr-FR':
|
|
21261
|
-
return import(/* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-
|
|
21236
|
+
return import(/* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-f3ababa7.esm.js');
|
|
21262
21237
|
case 'pt-BR':
|
|
21263
|
-
return import(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
21238
|
+
return import(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-dee519cb.esm.js');
|
|
21264
21239
|
default:
|
|
21265
|
-
return import(/* webpackChunkName: "change-history-i18n-en" */'./en-
|
|
21240
|
+
return import(/* webpackChunkName: "change-history-i18n-en" */'./en-6549d798.esm.js');
|
|
21266
21241
|
}
|
|
21267
21242
|
};
|
|
21268
21243
|
|
|
@@ -22191,4 +22166,12 @@ const ChangeHistoryLink = props => {
|
|
|
22191
22166
|
};
|
|
22192
22167
|
ChangeHistoryLink.displayName = 'ChangeHistoryLink';
|
|
22193
22168
|
|
|
22194
|
-
|
|
22169
|
+
// EXAMPLE
|
|
22170
|
+
// export const FEATURE_FLAG_NAME = 'featureFlagName';
|
|
22171
|
+
// eslint-disable-next-line import/prefer-default-export
|
|
22172
|
+
|
|
22173
|
+
const FLAGS = {
|
|
22174
|
+
// [FEATURE_FLAG_NAME]: set true or false,
|
|
22175
|
+
};
|
|
22176
|
+
|
|
22177
|
+
export { ChangeHistoryRoutes as ChangeHistory, AssociateRoleTab as ChangeHistoryAssociateRolesTab, BusinessUnitTab as ChangeHistoryBusinessUnitsTab, CartDiscountTab as ChangeHistoryCartDiscountsTab, CategoryTab as ChangeHistoryCategoriesTab, ChannelTab as ChangeHistoryChannelsTab, CustomerGroupTab as ChangeHistoryCustomerGroupsTab, CustomerTab as ChangeHistoryCustomersTab, DiscountCodeTab as ChangeHistoryDiscountCodesTab, ChangeHistoryLink, OrderTab as ChangeHistoryOrdersTab, ProductDiscountTab as ChangeHistoryProductDiscountsTab, ProductSelectionTab as ChangeHistoryProductSelectionsTab, ProductTypeTab as ChangeHistoryProductTypesTab, ProductTab as ChangeHistoryProductsTab, QuoteRequestTab as ChangeHistoryQuoteRequestsTab, QuoteTab as ChangeHistoryQuotesTab, StagedQuoteTab as ChangeHistoryStagedQuotesTab, StoreTab as ChangeHistoryStoresTab, TaxCategoryTab as ChangeHistoryTaxCategoriesTab, ZoneTab as ChangeHistoryZonesTab, FLAGS, RESOURCE_MODAL_TYPES as RESOURCE, loadI18n, version };
|
|
@@ -231,10 +231,6 @@ var de = {
|
|
|
231
231
|
developer_comment: "Label for stores filter",
|
|
232
232
|
string: "Shops"
|
|
233
233
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
235
|
-
developer_comment: "Title for customer ID dialog",
|
|
236
|
-
string: "Kunden ID"
|
|
237
|
-
},
|
|
238
234
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
239
235
|
developer_comment: "How to find customer ID text",
|
|
240
236
|
string: "Der Kunden ID-Filter zeigt ausschließlich Änderungen an, für die eine Kunden-ID nachvollziehbar ist. Um sicherzustellen, dass die Entitätsergebnisse vollständig im Änderungsverlauf angezeigt werden, muss die Kunden-ID für alle vorgenommen Änderungen [erstellt von / geändert von einer Kunden-ID] hinterlegt sein. <a>Mehr erfahren</a>"
|
|
@@ -231,10 +231,6 @@ var de = {
|
|
|
231
231
|
developer_comment: "Label for stores filter",
|
|
232
232
|
string: "Shops"
|
|
233
233
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
235
|
-
developer_comment: "Title for customer ID dialog",
|
|
236
|
-
string: "Kunden ID"
|
|
237
|
-
},
|
|
238
234
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
239
235
|
developer_comment: "How to find customer ID text",
|
|
240
236
|
string: "Der Kunden ID-Filter zeigt ausschließlich Änderungen an, für die eine Kunden-ID nachvollziehbar ist. Um sicherzustellen, dass die Entitätsergebnisse vollständig im Änderungsverlauf angezeigt werden, muss die Kunden-ID für alle vorgenommen Änderungen [erstellt von / geändert von einer Kunden-ID] hinterlegt sein. <a>Mehr erfahren</a>"
|
|
@@ -229,10 +229,6 @@ var de = {
|
|
|
229
229
|
developer_comment: "Label for stores filter",
|
|
230
230
|
string: "Shops"
|
|
231
231
|
},
|
|
232
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
233
|
-
developer_comment: "Title for customer ID dialog",
|
|
234
|
-
string: "Kunden ID"
|
|
235
|
-
},
|
|
236
232
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
237
233
|
developer_comment: "How to find customer ID text",
|
|
238
234
|
string: "Der Kunden ID-Filter zeigt ausschließlich Änderungen an, für die eine Kunden-ID nachvollziehbar ist. Um sicherzustellen, dass die Entitätsergebnisse vollständig im Änderungsverlauf angezeigt werden, muss die Kunden-ID für alle vorgenommen Änderungen [erstellt von / geändert von einer Kunden-ID] hinterlegt sein. <a>Mehr erfahren</a>"
|
|
@@ -230,10 +230,6 @@ export function loadMessages(locale: any): Promise<{
|
|
|
230
230
|
developer_comment: string;
|
|
231
231
|
string: string;
|
|
232
232
|
};
|
|
233
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
234
|
-
developer_comment: string;
|
|
235
|
-
string: string;
|
|
236
|
-
};
|
|
237
233
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
238
234
|
developer_comment: string;
|
|
239
235
|
string: string;
|
|
@@ -3891,10 +3887,6 @@ export function loadMessages(locale: any): Promise<{
|
|
|
3891
3887
|
developer_comment: string;
|
|
3892
3888
|
string: string;
|
|
3893
3889
|
};
|
|
3894
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
3895
|
-
developer_comment: string;
|
|
3896
|
-
string: string;
|
|
3897
|
-
};
|
|
3898
3890
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
3899
3891
|
developer_comment: string;
|
|
3900
3892
|
string: string;
|
|
@@ -231,10 +231,6 @@ var en = {
|
|
|
231
231
|
developer_comment: "Label for stores filter",
|
|
232
232
|
string: "Stores"
|
|
233
233
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
235
|
-
developer_comment: "Title for customer ID dialog",
|
|
236
|
-
string: "Customer ID"
|
|
237
|
-
},
|
|
238
234
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
239
235
|
developer_comment: "How to find customer ID text",
|
|
240
236
|
string: "The Customer ID filter will only display changes in which the Customer ID is present. To ensure that your entity results are fully traceable in the Change History table, the customer ID must be present in all create and update changes [created by/ modified by a customerID]. <a>Read more</a>"
|
|
@@ -229,10 +229,6 @@ var en = {
|
|
|
229
229
|
developer_comment: "Label for stores filter",
|
|
230
230
|
string: "Stores"
|
|
231
231
|
},
|
|
232
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
233
|
-
developer_comment: "Title for customer ID dialog",
|
|
234
|
-
string: "Customer ID"
|
|
235
|
-
},
|
|
236
232
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
237
233
|
developer_comment: "How to find customer ID text",
|
|
238
234
|
string: "The Customer ID filter will only display changes in which the Customer ID is present. To ensure that your entity results are fully traceable in the Change History table, the customer ID must be present in all create and update changes [created by/ modified by a customerID]. <a>Read more</a>"
|
|
@@ -231,10 +231,6 @@ var en = {
|
|
|
231
231
|
developer_comment: "Label for stores filter",
|
|
232
232
|
string: "Stores"
|
|
233
233
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
235
|
-
developer_comment: "Title for customer ID dialog",
|
|
236
|
-
string: "Customer ID"
|
|
237
|
-
},
|
|
238
234
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
239
235
|
developer_comment: "How to find customer ID text",
|
|
240
236
|
string: "The Customer ID filter will only display changes in which the Customer ID is present. To ensure that your entity results are fully traceable in the Change History table, the customer ID must be present in all create and update changes [created by/ modified by a customerID]. <a>Read more</a>"
|
|
@@ -231,10 +231,6 @@ var es = {
|
|
|
231
231
|
developer_comment: "Label for stores filter",
|
|
232
232
|
string: "Tiendas"
|
|
233
233
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
235
|
-
developer_comment: "Title for customer ID dialog",
|
|
236
|
-
string: "Identificador de cliente"
|
|
237
|
-
},
|
|
238
234
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
239
235
|
developer_comment: "How to find customer ID text",
|
|
240
236
|
string: "El filtro de identificador de cliente solo mostrará cambios en los que esté presente dicho identificador. Para garantizar que los resultados de su entidad sean totalmente rastreables en la tabla del Historial de cambios, el identificador de cliente debe estar presente en todos los cambios de creación y actualización [creado por/modificado por un ID de cliente]. <a>Leer más</a>"
|
|
@@ -231,10 +231,6 @@ var es = {
|
|
|
231
231
|
developer_comment: "Label for stores filter",
|
|
232
232
|
string: "Tiendas"
|
|
233
233
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
235
|
-
developer_comment: "Title for customer ID dialog",
|
|
236
|
-
string: "Identificador de cliente"
|
|
237
|
-
},
|
|
238
234
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
239
235
|
developer_comment: "How to find customer ID text",
|
|
240
236
|
string: "El filtro de identificador de cliente solo mostrará cambios en los que esté presente dicho identificador. Para garantizar que los resultados de su entidad sean totalmente rastreables en la tabla del Historial de cambios, el identificador de cliente debe estar presente en todos los cambios de creación y actualización [creado por/modificado por un ID de cliente]. <a>Leer más</a>"
|
|
@@ -229,10 +229,6 @@ var es = {
|
|
|
229
229
|
developer_comment: "Label for stores filter",
|
|
230
230
|
string: "Tiendas"
|
|
231
231
|
},
|
|
232
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
233
|
-
developer_comment: "Title for customer ID dialog",
|
|
234
|
-
string: "Identificador de cliente"
|
|
235
|
-
},
|
|
236
232
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
237
233
|
developer_comment: "How to find customer ID text",
|
|
238
234
|
string: "El filtro de identificador de cliente solo mostrará cambios en los que esté presente dicho identificador. Para garantizar que los resultados de su entidad sean totalmente rastreables en la tabla del Historial de cambios, el identificador de cliente debe estar presente en todos los cambios de creación y actualización [creado por/modificado por un ID de cliente]. <a>Leer más</a>"
|
|
@@ -231,10 +231,6 @@ var frFR = {
|
|
|
231
231
|
developer_comment: "Label for stores filter",
|
|
232
232
|
string: "Boutiques"
|
|
233
233
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
235
|
-
developer_comment: "Title for customer ID dialog",
|
|
236
|
-
string: "ID client"
|
|
237
|
-
},
|
|
238
234
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
239
235
|
developer_comment: "How to find customer ID text",
|
|
240
236
|
string: "Le filtre ID client affichera uniquement les modifications dans lesquelles l'ID du client est présent. Afin de garantir que les résultats de votre entité sont totalement traçables dans le tableau d'historique des modifications, l'ID du client doit être présent dans toutes les modifications de création et de mise à jour [créé par/modifié par IDclient]. <a>En savoir plus</a>"
|
|
@@ -231,10 +231,6 @@ var frFR = {
|
|
|
231
231
|
developer_comment: "Label for stores filter",
|
|
232
232
|
string: "Boutiques"
|
|
233
233
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
235
|
-
developer_comment: "Title for customer ID dialog",
|
|
236
|
-
string: "ID client"
|
|
237
|
-
},
|
|
238
234
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
239
235
|
developer_comment: "How to find customer ID text",
|
|
240
236
|
string: "Le filtre ID client affichera uniquement les modifications dans lesquelles l'ID du client est présent. Afin de garantir que les résultats de votre entité sont totalement traçables dans le tableau d'historique des modifications, l'ID du client doit être présent dans toutes les modifications de création et de mise à jour [créé par/modifié par IDclient]. <a>En savoir plus</a>"
|
|
@@ -229,10 +229,6 @@ var frFR = {
|
|
|
229
229
|
developer_comment: "Label for stores filter",
|
|
230
230
|
string: "Boutiques"
|
|
231
231
|
},
|
|
232
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
233
|
-
developer_comment: "Title for customer ID dialog",
|
|
234
|
-
string: "ID client"
|
|
235
|
-
},
|
|
236
232
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
237
233
|
developer_comment: "How to find customer ID text",
|
|
238
234
|
string: "Le filtre ID client affichera uniquement les modifications dans lesquelles l'ID du client est présent. Afin de garantir que les résultats de votre entité sont totalement traçables dans le tableau d'historique des modifications, l'ID du client doit être présent dans toutes les modifications de création et de mise à jour [créé par/modifié par IDclient]. <a>En savoir plus</a>"
|
|
@@ -231,10 +231,6 @@ var ptBR = {
|
|
|
231
231
|
developer_comment: "Label for stores filter",
|
|
232
232
|
string: "Lojas"
|
|
233
233
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
235
|
-
developer_comment: "Title for customer ID dialog",
|
|
236
|
-
string: "ID do cliente"
|
|
237
|
-
},
|
|
238
234
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
239
235
|
developer_comment: "How to find customer ID text",
|
|
240
236
|
string: "O filtro ID do cliente exibirá apenas alterações nas quais o ID do cliente estiver presente. Para garantir que os resultados da sua entidade sejam totalmente rastreáveis na tabela Histórico de alterações, o ID do cliente deve estar presente em todas as alterações de criação e atualização [criadas por/modificadas por um ID do cliente]. <a>Leia mais</a>"
|
|
@@ -231,10 +231,6 @@ var ptBR = {
|
|
|
231
231
|
developer_comment: "Label for stores filter",
|
|
232
232
|
string: "Lojas"
|
|
233
233
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
235
|
-
developer_comment: "Title for customer ID dialog",
|
|
236
|
-
string: "ID do cliente"
|
|
237
|
-
},
|
|
238
234
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
239
235
|
developer_comment: "How to find customer ID text",
|
|
240
236
|
string: "O filtro ID do cliente exibirá apenas alterações nas quais o ID do cliente estiver presente. Para garantir que os resultados da sua entidade sejam totalmente rastreáveis na tabela Histórico de alterações, o ID do cliente deve estar presente em todas as alterações de criação e atualização [criadas por/modificadas por um ID do cliente]. <a>Leia mais</a>"
|
|
@@ -229,10 +229,6 @@ var ptBR = {
|
|
|
229
229
|
developer_comment: "Label for stores filter",
|
|
230
230
|
string: "Lojas"
|
|
231
231
|
},
|
|
232
|
-
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
233
|
-
developer_comment: "Title for customer ID dialog",
|
|
234
|
-
string: "ID do cliente"
|
|
235
|
-
},
|
|
236
232
|
"ChangeHistory.filters.tooltips.howToFindText": {
|
|
237
233
|
developer_comment: "How to find customer ID text",
|
|
238
234
|
string: "O filtro ID do cliente exibirá apenas alterações nas quais o ID do cliente estiver presente. Para garantir que os resultados da sua entidade sejam totalmente rastreáveis na tabela Histórico de alterações, o ID do cliente deve estar presente em todas as alterações de criação e atualização [criadas por/modificadas por um ID do cliente]. <a>Leia mais</a>"
|
package/package.json
CHANGED