@commercetools-frontend-extensions/export-resources-modal 5.6.7 → 5.7.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-export-resources-modal.cjs.dev.js +9 -6
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +9 -6
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +9 -6
- package/dist/{de-32f54346.esm.js → de-69f7e506.esm.js} +12 -0
- package/dist/{de-695b76fd.cjs.prod.js → de-bf209699.cjs.dev.js} +12 -0
- package/dist/{de-a435ef4d.cjs.dev.js → de-c507128b.cjs.prod.js} +12 -0
- package/dist/declarations/src/@constants/feature-toggles.d.ts +7 -2
- package/dist/{en-14598f2e.cjs.prod.js → en-0158f656.cjs.prod.js} +12 -0
- package/dist/{en-0aab5dde.cjs.dev.js → en-91d5135c.cjs.dev.js} +12 -0
- package/dist/{en-2b5e8b4e.esm.js → en-cec5abba.esm.js} +12 -0
- package/dist/{es-ef77023b.cjs.prod.js → es-075cbb1f.cjs.prod.js} +12 -0
- package/dist/{es-1b83dac0.cjs.dev.js → es-1eca9390.cjs.dev.js} +12 -0
- package/dist/{es-c853d7a5.esm.js → es-a249d966.esm.js} +12 -0
- package/dist/{fr-FR-f0b84a66.cjs.dev.js → fr-FR-733eb4ef.cjs.prod.js} +12 -0
- package/dist/{fr-FR-ce630bc6.cjs.prod.js → fr-FR-a107eb30.cjs.dev.js} +12 -0
- package/dist/{fr-FR-c5d393f4.esm.js → fr-FR-e802b0c4.esm.js} +12 -0
- package/dist/{pt-BR-629d0b41.esm.js → pt-BR-03e41869.esm.js} +12 -0
- package/dist/{pt-BR-f792a0c2.cjs.prod.js → pt-BR-7c84b752.cjs.dev.js} +12 -0
- package/dist/{pt-BR-c6bf925c.cjs.dev.js → pt-BR-cb533c3d.cjs.prod.js} +12 -0
- package/package.json +15 -15
|
@@ -915,7 +915,10 @@ const FIELD_SELECTION_MODES = {
|
|
|
915
915
|
|
|
916
916
|
function ownKeys$f(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
917
917
|
function _objectSpread$f(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$f(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$f(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
918
|
-
const
|
|
918
|
+
const FILE_IMPORT_JOB_FLOW = 'fileImportJobFlow';
|
|
919
|
+
const DEFAULT_SHORT_LIVED_FLAGS = {
|
|
920
|
+
[FILE_IMPORT_JOB_FLOW]: false
|
|
921
|
+
};
|
|
919
922
|
const DEFAULT_LONG_LIVED_FLAGS = {};
|
|
920
923
|
_objectSpread$f(_objectSpread$f({}, DEFAULT_SHORT_LIVED_FLAGS), DEFAULT_LONG_LIVED_FLAGS);
|
|
921
924
|
|
|
@@ -3482,17 +3485,17 @@ const getChunkImport = locale => {
|
|
|
3482
3485
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
3483
3486
|
switch (intlLocale) {
|
|
3484
3487
|
case 'de':
|
|
3485
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
3488
|
+
return Promise.resolve().then(function () { return require('./de-bf209699.cjs.dev.js'); });
|
|
3486
3489
|
case 'es':
|
|
3487
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
3490
|
+
return Promise.resolve().then(function () { return require('./es-1eca9390.cjs.dev.js'); });
|
|
3488
3491
|
case 'fr-FR':
|
|
3489
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
3492
|
+
return Promise.resolve().then(function () { return require('./fr-FR-a107eb30.cjs.dev.js'); });
|
|
3490
3493
|
case 'ja':
|
|
3491
3494
|
return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
|
|
3492
3495
|
case 'pt-BR':
|
|
3493
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
3496
|
+
return Promise.resolve().then(function () { return require('./pt-BR-7c84b752.cjs.dev.js'); });
|
|
3494
3497
|
default:
|
|
3495
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
3498
|
+
return Promise.resolve().then(function () { return require('./en-91d5135c.cjs.dev.js'); });
|
|
3496
3499
|
}
|
|
3497
3500
|
};
|
|
3498
3501
|
const loadMessages = async locale => {
|
|
@@ -915,7 +915,10 @@ const FIELD_SELECTION_MODES = {
|
|
|
915
915
|
|
|
916
916
|
function ownKeys$f(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
917
917
|
function _objectSpread$f(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$f(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$f(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
918
|
-
const
|
|
918
|
+
const FILE_IMPORT_JOB_FLOW = 'fileImportJobFlow';
|
|
919
|
+
const DEFAULT_SHORT_LIVED_FLAGS = {
|
|
920
|
+
[FILE_IMPORT_JOB_FLOW]: false
|
|
921
|
+
};
|
|
919
922
|
const DEFAULT_LONG_LIVED_FLAGS = {};
|
|
920
923
|
_objectSpread$f(_objectSpread$f({}, DEFAULT_SHORT_LIVED_FLAGS), DEFAULT_LONG_LIVED_FLAGS);
|
|
921
924
|
|
|
@@ -3449,17 +3452,17 @@ const getChunkImport = locale => {
|
|
|
3449
3452
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
3450
3453
|
switch (intlLocale) {
|
|
3451
3454
|
case 'de':
|
|
3452
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
3455
|
+
return Promise.resolve().then(function () { return require('./de-c507128b.cjs.prod.js'); });
|
|
3453
3456
|
case 'es':
|
|
3454
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
3457
|
+
return Promise.resolve().then(function () { return require('./es-075cbb1f.cjs.prod.js'); });
|
|
3455
3458
|
case 'fr-FR':
|
|
3456
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
3459
|
+
return Promise.resolve().then(function () { return require('./fr-FR-733eb4ef.cjs.prod.js'); });
|
|
3457
3460
|
case 'ja':
|
|
3458
3461
|
return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
|
|
3459
3462
|
case 'pt-BR':
|
|
3460
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
3463
|
+
return Promise.resolve().then(function () { return require('./pt-BR-cb533c3d.cjs.prod.js'); });
|
|
3461
3464
|
default:
|
|
3462
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
3465
|
+
return Promise.resolve().then(function () { return require('./en-0158f656.cjs.prod.js'); });
|
|
3463
3466
|
}
|
|
3464
3467
|
};
|
|
3465
3468
|
const loadMessages = async locale => {
|
|
@@ -872,7 +872,10 @@ const FIELD_SELECTION_MODES = {
|
|
|
872
872
|
|
|
873
873
|
function ownKeys$f(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
874
874
|
function _objectSpread$f(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys$f(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys$f(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
875
|
-
const
|
|
875
|
+
const FILE_IMPORT_JOB_FLOW = 'fileImportJobFlow';
|
|
876
|
+
const DEFAULT_SHORT_LIVED_FLAGS = {
|
|
877
|
+
[FILE_IMPORT_JOB_FLOW]: false
|
|
878
|
+
};
|
|
876
879
|
const DEFAULT_LONG_LIVED_FLAGS = {};
|
|
877
880
|
_objectSpread$f(_objectSpread$f({}, DEFAULT_SHORT_LIVED_FLAGS), DEFAULT_LONG_LIVED_FLAGS);
|
|
878
881
|
|
|
@@ -3439,17 +3442,17 @@ const getChunkImport = locale => {
|
|
|
3439
3442
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
3440
3443
|
switch (intlLocale) {
|
|
3441
3444
|
case 'de':
|
|
3442
|
-
return import('./de-
|
|
3445
|
+
return import('./de-69f7e506.esm.js');
|
|
3443
3446
|
case 'es':
|
|
3444
|
-
return import('./es-
|
|
3447
|
+
return import('./es-a249d966.esm.js');
|
|
3445
3448
|
case 'fr-FR':
|
|
3446
|
-
return import('./fr-FR-
|
|
3449
|
+
return import('./fr-FR-e802b0c4.esm.js');
|
|
3447
3450
|
case 'ja':
|
|
3448
3451
|
return import('./ja-73c088a7.esm.js');
|
|
3449
3452
|
case 'pt-BR':
|
|
3450
|
-
return import('./pt-BR-
|
|
3453
|
+
return import('./pt-BR-03e41869.esm.js');
|
|
3451
3454
|
default:
|
|
3452
|
-
return import('./en-
|
|
3455
|
+
return import('./en-cec5abba.esm.js');
|
|
3453
3456
|
}
|
|
3454
3457
|
};
|
|
3455
3458
|
const loadMessages = async locale => {
|
|
@@ -7,6 +7,18 @@ var de = {
|
|
|
7
7
|
developer_comment: "Title for attribute definitions not found error",
|
|
8
8
|
string: "Das folgende Attribut kann/die folgenden Attribute können in diesem Projekt nicht gefunden werden:"
|
|
9
9
|
},
|
|
10
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
11
|
+
developer_comment: "Attribute level mismatch error",
|
|
12
|
+
string: "Attribute level mismatch"
|
|
13
|
+
},
|
|
14
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
15
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
16
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
17
|
+
},
|
|
18
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
19
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
20
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
21
|
+
},
|
|
10
22
|
"ExportResourcesModal.back": {
|
|
11
23
|
developer_comment: "Label for \"Back\" button",
|
|
12
24
|
string: "Zurück"
|
|
@@ -9,6 +9,18 @@ var de = {
|
|
|
9
9
|
developer_comment: "Title for attribute definitions not found error",
|
|
10
10
|
string: "Das folgende Attribut kann/die folgenden Attribute können in diesem Projekt nicht gefunden werden:"
|
|
11
11
|
},
|
|
12
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
13
|
+
developer_comment: "Attribute level mismatch error",
|
|
14
|
+
string: "Attribute level mismatch"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
17
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
18
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
21
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
22
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
23
|
+
},
|
|
12
24
|
"ExportResourcesModal.back": {
|
|
13
25
|
developer_comment: "Label for \"Back\" button",
|
|
14
26
|
string: "Zurück"
|
|
@@ -9,6 +9,18 @@ var de = {
|
|
|
9
9
|
developer_comment: "Title for attribute definitions not found error",
|
|
10
10
|
string: "Das folgende Attribut kann/die folgenden Attribute können in diesem Projekt nicht gefunden werden:"
|
|
11
11
|
},
|
|
12
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
13
|
+
developer_comment: "Attribute level mismatch error",
|
|
14
|
+
string: "Attribute level mismatch"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
17
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
18
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
21
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
22
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
23
|
+
},
|
|
12
24
|
"ExportResourcesModal.back": {
|
|
13
25
|
developer_comment: "Label for \"Back\" button",
|
|
14
26
|
string: "Zurück"
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const FILE_IMPORT_JOB_FLOW = "fileImportJobFlow";
|
|
2
|
+
export declare const DEFAULT_SHORT_LIVED_FLAGS: {
|
|
3
|
+
fileImportJobFlow: boolean;
|
|
4
|
+
};
|
|
2
5
|
export declare const DEFAULT_LONG_LIVED_FLAGS: {};
|
|
3
|
-
export declare const ALL_DEFAULT_FEATURE_FLAGS: {
|
|
6
|
+
export declare const ALL_DEFAULT_FEATURE_FLAGS: {
|
|
7
|
+
fileImportJobFlow: boolean;
|
|
8
|
+
};
|
|
@@ -9,6 +9,18 @@ var en = {
|
|
|
9
9
|
developer_comment: "Title for attribute definitions not found error",
|
|
10
10
|
string: "The following attribute(s) cannot be found in this project:"
|
|
11
11
|
},
|
|
12
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
13
|
+
developer_comment: "Attribute level mismatch error",
|
|
14
|
+
string: "Attribute level mismatch"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
17
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
18
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
21
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
22
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
23
|
+
},
|
|
12
24
|
"ExportResourcesModal.back": {
|
|
13
25
|
developer_comment: "Label for \"Back\" button",
|
|
14
26
|
string: "Back"
|
|
@@ -9,6 +9,18 @@ var en = {
|
|
|
9
9
|
developer_comment: "Title for attribute definitions not found error",
|
|
10
10
|
string: "The following attribute(s) cannot be found in this project:"
|
|
11
11
|
},
|
|
12
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
13
|
+
developer_comment: "Attribute level mismatch error",
|
|
14
|
+
string: "Attribute level mismatch"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
17
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
18
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
21
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
22
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
23
|
+
},
|
|
12
24
|
"ExportResourcesModal.back": {
|
|
13
25
|
developer_comment: "Label for \"Back\" button",
|
|
14
26
|
string: "Back"
|
|
@@ -7,6 +7,18 @@ var en = {
|
|
|
7
7
|
developer_comment: "Title for attribute definitions not found error",
|
|
8
8
|
string: "The following attribute(s) cannot be found in this project:"
|
|
9
9
|
},
|
|
10
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
11
|
+
developer_comment: "Attribute level mismatch error",
|
|
12
|
+
string: "Attribute level mismatch"
|
|
13
|
+
},
|
|
14
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
15
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
16
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
17
|
+
},
|
|
18
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
19
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
20
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
21
|
+
},
|
|
10
22
|
"ExportResourcesModal.back": {
|
|
11
23
|
developer_comment: "Label for \"Back\" button",
|
|
12
24
|
string: "Back"
|
|
@@ -9,6 +9,18 @@ var es = {
|
|
|
9
9
|
developer_comment: "Title for attribute definitions not found error",
|
|
10
10
|
string: "El/los siguiente/s atributo/s no se pueden encontrar en este proyecto:"
|
|
11
11
|
},
|
|
12
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
13
|
+
developer_comment: "Attribute level mismatch error",
|
|
14
|
+
string: "Attribute level mismatch"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
17
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
18
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
21
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
22
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
23
|
+
},
|
|
12
24
|
"ExportResourcesModal.back": {
|
|
13
25
|
developer_comment: "Label for \"Back\" button",
|
|
14
26
|
string: "Volver"
|
|
@@ -9,6 +9,18 @@ var es = {
|
|
|
9
9
|
developer_comment: "Title for attribute definitions not found error",
|
|
10
10
|
string: "El/los siguiente/s atributo/s no se pueden encontrar en este proyecto:"
|
|
11
11
|
},
|
|
12
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
13
|
+
developer_comment: "Attribute level mismatch error",
|
|
14
|
+
string: "Attribute level mismatch"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
17
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
18
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
21
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
22
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
23
|
+
},
|
|
12
24
|
"ExportResourcesModal.back": {
|
|
13
25
|
developer_comment: "Label for \"Back\" button",
|
|
14
26
|
string: "Volver"
|
|
@@ -7,6 +7,18 @@ var es = {
|
|
|
7
7
|
developer_comment: "Title for attribute definitions not found error",
|
|
8
8
|
string: "El/los siguiente/s atributo/s no se pueden encontrar en este proyecto:"
|
|
9
9
|
},
|
|
10
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
11
|
+
developer_comment: "Attribute level mismatch error",
|
|
12
|
+
string: "Attribute level mismatch"
|
|
13
|
+
},
|
|
14
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
15
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
16
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
17
|
+
},
|
|
18
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
19
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
20
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
21
|
+
},
|
|
10
22
|
"ExportResourcesModal.back": {
|
|
11
23
|
developer_comment: "Label for \"Back\" button",
|
|
12
24
|
string: "Volver"
|
|
@@ -9,6 +9,18 @@ var frFR = {
|
|
|
9
9
|
developer_comment: "Title for attribute definitions not found error",
|
|
10
10
|
string: "Attribut(s) suivant(s) introuvables(s) dans ce projet :"
|
|
11
11
|
},
|
|
12
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
13
|
+
developer_comment: "Attribute level mismatch error",
|
|
14
|
+
string: "Attribute level mismatch"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
17
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
18
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
21
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
22
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
23
|
+
},
|
|
12
24
|
"ExportResourcesModal.back": {
|
|
13
25
|
developer_comment: "Label for \"Back\" button",
|
|
14
26
|
string: "Retour"
|
|
@@ -9,6 +9,18 @@ var frFR = {
|
|
|
9
9
|
developer_comment: "Title for attribute definitions not found error",
|
|
10
10
|
string: "Attribut(s) suivant(s) introuvables(s) dans ce projet :"
|
|
11
11
|
},
|
|
12
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
13
|
+
developer_comment: "Attribute level mismatch error",
|
|
14
|
+
string: "Attribute level mismatch"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
17
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
18
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
21
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
22
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
23
|
+
},
|
|
12
24
|
"ExportResourcesModal.back": {
|
|
13
25
|
developer_comment: "Label for \"Back\" button",
|
|
14
26
|
string: "Retour"
|
|
@@ -7,6 +7,18 @@ var frFR = {
|
|
|
7
7
|
developer_comment: "Title for attribute definitions not found error",
|
|
8
8
|
string: "Attribut(s) suivant(s) introuvables(s) dans ce projet :"
|
|
9
9
|
},
|
|
10
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
11
|
+
developer_comment: "Attribute level mismatch error",
|
|
12
|
+
string: "Attribute level mismatch"
|
|
13
|
+
},
|
|
14
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
15
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
16
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
17
|
+
},
|
|
18
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
19
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
20
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
21
|
+
},
|
|
10
22
|
"ExportResourcesModal.back": {
|
|
11
23
|
developer_comment: "Label for \"Back\" button",
|
|
12
24
|
string: "Retour"
|
|
@@ -7,6 +7,18 @@ var ptBR = {
|
|
|
7
7
|
developer_comment: "Title for attribute definitions not found error",
|
|
8
8
|
string: "O(s) seguinte(s) atributo(s) não pode(m) ser encontrado(s) neste projeto:"
|
|
9
9
|
},
|
|
10
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
11
|
+
developer_comment: "Attribute level mismatch error",
|
|
12
|
+
string: "Attribute level mismatch"
|
|
13
|
+
},
|
|
14
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
15
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
16
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
17
|
+
},
|
|
18
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
19
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
20
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
21
|
+
},
|
|
10
22
|
"ExportResourcesModal.back": {
|
|
11
23
|
developer_comment: "Label for \"Back\" button",
|
|
12
24
|
string: "Voltar"
|
|
@@ -9,6 +9,18 @@ var ptBR = {
|
|
|
9
9
|
developer_comment: "Title for attribute definitions not found error",
|
|
10
10
|
string: "O(s) seguinte(s) atributo(s) não pode(m) ser encontrado(s) neste projeto:"
|
|
11
11
|
},
|
|
12
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
13
|
+
developer_comment: "Attribute level mismatch error",
|
|
14
|
+
string: "Attribute level mismatch"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
17
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
18
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
21
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
22
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
23
|
+
},
|
|
12
24
|
"ExportResourcesModal.back": {
|
|
13
25
|
developer_comment: "Label for \"Back\" button",
|
|
14
26
|
string: "Voltar"
|
|
@@ -9,6 +9,18 @@ var ptBR = {
|
|
|
9
9
|
developer_comment: "Title for attribute definitions not found error",
|
|
10
10
|
string: "O(s) seguinte(s) atributo(s) não pode(m) ser encontrado(s) neste projeto:"
|
|
11
11
|
},
|
|
12
|
+
"ExportResourcesModal.attributeLevelMismatch": {
|
|
13
|
+
developer_comment: "Attribute level mismatch error",
|
|
14
|
+
string: "Attribute level mismatch"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
|
|
17
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
|
|
18
|
+
string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
|
|
21
|
+
developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
|
|
22
|
+
string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
|
|
23
|
+
},
|
|
12
24
|
"ExportResourcesModal.back": {
|
|
13
25
|
developer_comment: "Label for \"Back\" button",
|
|
14
26
|
string: "Voltar"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/export-resources-modal",
|
|
3
3
|
"description": "Shared export modal for exporting resources",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.7.1",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -20,26 +20,26 @@
|
|
|
20
20
|
"@emotion/react": "11.14.0",
|
|
21
21
|
"@emotion/styled": "11.14.1",
|
|
22
22
|
"@formatjs/cli": "6.7.4",
|
|
23
|
-
"formik": "2.4.
|
|
23
|
+
"formik": "2.4.9",
|
|
24
24
|
"jest": "29.7.0",
|
|
25
25
|
"lodash": "4.17.21",
|
|
26
26
|
"moment": "2.30.1",
|
|
27
27
|
"omit-empty-es": "^1.1.3",
|
|
28
28
|
"prop-types": "15.8.1",
|
|
29
|
-
"@commercetools-frontend-extensions/operations": "
|
|
29
|
+
"@commercetools-frontend-extensions/operations": "3.1.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@commercetools-frontend/actions-global": "24.
|
|
33
|
-
"@commercetools-frontend/application-components": "24.
|
|
34
|
-
"@commercetools-frontend/application-shell": "24.
|
|
35
|
-
"@commercetools-frontend/application-shell-connectors": "24.
|
|
36
|
-
"@commercetools-frontend/constants": "24.
|
|
37
|
-
"@commercetools-frontend/fullstory": "4.0.
|
|
38
|
-
"@commercetools-frontend/i18n": "24.
|
|
39
|
-
"@commercetools-frontend/jest-preset-mc-app": "24.
|
|
40
|
-
"@commercetools-frontend/l10n": "24.
|
|
41
|
-
"@commercetools-frontend/sdk": "24.
|
|
42
|
-
"@commercetools-frontend/sentry": "24.
|
|
32
|
+
"@commercetools-frontend/actions-global": "24.12.0",
|
|
33
|
+
"@commercetools-frontend/application-components": "24.12.0",
|
|
34
|
+
"@commercetools-frontend/application-shell": "24.12.0",
|
|
35
|
+
"@commercetools-frontend/application-shell-connectors": "24.12.0",
|
|
36
|
+
"@commercetools-frontend/constants": "24.12.0",
|
|
37
|
+
"@commercetools-frontend/fullstory": "4.0.3",
|
|
38
|
+
"@commercetools-frontend/i18n": "24.12.0",
|
|
39
|
+
"@commercetools-frontend/jest-preset-mc-app": "24.12.0",
|
|
40
|
+
"@commercetools-frontend/l10n": "24.12.0",
|
|
41
|
+
"@commercetools-frontend/sdk": "24.12.0",
|
|
42
|
+
"@commercetools-frontend/sentry": "24.12.0",
|
|
43
43
|
"@commercetools-frontend/ui-kit": "20.3.0",
|
|
44
44
|
"@commercetools-uikit/design-system": "20.3.0",
|
|
45
45
|
"@commercetools-uikit/icons": "20.3.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react-intl": "7.1.4",
|
|
52
52
|
"react-redux": "7.2.9",
|
|
53
53
|
"redux": "4.2.1",
|
|
54
|
-
"rimraf": "6.
|
|
54
|
+
"rimraf": "6.1.2"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@commercetools-frontend/actions-global": "23.x || 24.x",
|