@commercetools-frontend-extensions/export-resources-modal 0.0.0-canary-20241010080818 → 0.0.0-canary-20241010101139
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 +6 -6
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +6 -6
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +6 -6
- package/dist/{de-b71bc31d.cjs.dev.js → de-1b56a17a.cjs.dev.js} +4 -0
- package/dist/{de-d208a2d5.cjs.prod.js → de-8170d5df.cjs.prod.js} +4 -0
- package/dist/{de-d0fda6a0.esm.js → de-9f27a589.esm.js} +4 -0
- package/dist/{en-b2206855.cjs.prod.js → en-4a626fff.cjs.prod.js} +4 -0
- package/dist/{en-cf59a571.esm.js → en-74699910.esm.js} +4 -0
- package/dist/{en-5adbfb4d.cjs.dev.js → en-fc5e3cf7.cjs.dev.js} +4 -0
- package/dist/{es-d88a1436.esm.js → es-54156330.esm.js} +4 -0
- package/dist/{es-df2b0fa4.cjs.dev.js → es-b7474e55.cjs.prod.js} +4 -0
- package/dist/{es-4dc7985a.cjs.prod.js → es-e269f374.cjs.dev.js} +4 -0
- package/dist/{fr-FR-17111f48.cjs.dev.js → fr-FR-10ab2a7c.cjs.dev.js} +4 -0
- package/dist/{fr-FR-bd389328.esm.js → fr-FR-8c9df662.esm.js} +4 -0
- package/dist/{fr-FR-83683968.cjs.prod.js → fr-FR-b16f3e4c.cjs.prod.js} +4 -0
- package/dist/{pt-BR-a2c0b04a.esm.js → pt-BR-37ea3c69.esm.js} +4 -0
- package/dist/{pt-BR-d11a6929.cjs.prod.js → pt-BR-5716fbb8.cjs.prod.js} +4 -0
- package/dist/{pt-BR-c707ab26.cjs.dev.js → pt-BR-890d6f9d.cjs.dev.js} +4 -0
- package/dist/{zh-CN-55d17e1c.cjs.prod.js → zh-CN-0f4b738b.cjs.dev.js} +4 -0
- package/dist/{zh-CN-5b1e00ff.esm.js → zh-CN-4d5b02fd.esm.js} +4 -0
- package/dist/{zh-CN-3212dc43.cjs.dev.js → zh-CN-a781db14.cjs.prod.js} +4 -0
- package/package.json +1 -1
|
@@ -1906,19 +1906,19 @@ const getChunkImport = locale => {
|
|
|
1906
1906
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
1907
1907
|
switch (intlLocale) {
|
|
1908
1908
|
case 'de':
|
|
1909
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-
|
|
1909
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-1b56a17a.cjs.dev.js'); });
|
|
1910
1910
|
case 'es':
|
|
1911
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-
|
|
1911
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-e269f374.cjs.dev.js'); });
|
|
1912
1912
|
case 'fr-FR':
|
|
1913
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-
|
|
1913
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-10ab2a7c.cjs.dev.js'); });
|
|
1914
1914
|
case 'zh-CN':
|
|
1915
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-
|
|
1915
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-0f4b738b.cjs.dev.js'); });
|
|
1916
1916
|
case 'ja':
|
|
1917
1917
|
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-9bd5f452.cjs.dev.js'); });
|
|
1918
1918
|
case 'pt-BR':
|
|
1919
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
1919
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-890d6f9d.cjs.dev.js'); });
|
|
1920
1920
|
default:
|
|
1921
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-
|
|
1921
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-fc5e3cf7.cjs.dev.js'); });
|
|
1922
1922
|
}
|
|
1923
1923
|
};
|
|
1924
1924
|
const loadMessages = async locale => {
|
|
@@ -1873,19 +1873,19 @@ const getChunkImport = locale => {
|
|
|
1873
1873
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
1874
1874
|
switch (intlLocale) {
|
|
1875
1875
|
case 'de':
|
|
1876
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-
|
|
1876
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-8170d5df.cjs.prod.js'); });
|
|
1877
1877
|
case 'es':
|
|
1878
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-
|
|
1878
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-b7474e55.cjs.prod.js'); });
|
|
1879
1879
|
case 'fr-FR':
|
|
1880
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-
|
|
1880
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-b16f3e4c.cjs.prod.js'); });
|
|
1881
1881
|
case 'zh-CN':
|
|
1882
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-
|
|
1882
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-a781db14.cjs.prod.js'); });
|
|
1883
1883
|
case 'ja':
|
|
1884
1884
|
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-37632763.cjs.prod.js'); });
|
|
1885
1885
|
case 'pt-BR':
|
|
1886
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
1886
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-5716fbb8.cjs.prod.js'); });
|
|
1887
1887
|
default:
|
|
1888
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-
|
|
1888
|
+
return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-4a626fff.cjs.prod.js'); });
|
|
1889
1889
|
}
|
|
1890
1890
|
};
|
|
1891
1891
|
const loadMessages = async locale => {
|
|
@@ -1868,19 +1868,19 @@ const getChunkImport = locale => {
|
|
|
1868
1868
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
1869
1869
|
switch (intlLocale) {
|
|
1870
1870
|
case 'de':
|
|
1871
|
-
return import(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-
|
|
1871
|
+
return import(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-9f27a589.esm.js');
|
|
1872
1872
|
case 'es':
|
|
1873
|
-
return import(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-
|
|
1873
|
+
return import(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-54156330.esm.js');
|
|
1874
1874
|
case 'fr-FR':
|
|
1875
|
-
return import(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-
|
|
1875
|
+
return import(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-8c9df662.esm.js');
|
|
1876
1876
|
case 'zh-CN':
|
|
1877
|
-
return import(/* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-
|
|
1877
|
+
return import(/* webpackChunkName: "export-resources-modal-i18n-zh-CN" */'./zh-CN-4d5b02fd.esm.js');
|
|
1878
1878
|
case 'ja':
|
|
1879
1879
|
return import(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-73c088a7.esm.js');
|
|
1880
1880
|
case 'pt-BR':
|
|
1881
|
-
return import(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
1881
|
+
return import(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-37ea3c69.esm.js');
|
|
1882
1882
|
default:
|
|
1883
|
-
return import(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-
|
|
1883
|
+
return import(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-74699910.esm.js');
|
|
1884
1884
|
}
|
|
1885
1885
|
};
|
|
1886
1886
|
const loadMessages = async locale => {
|
|
@@ -173,6 +173,10 @@ var de = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Export products"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "Meine Ansichten"
|
|
@@ -173,6 +173,10 @@ var de = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Export products"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "Meine Ansichten"
|
|
@@ -171,6 +171,10 @@ var de = {
|
|
|
171
171
|
developer_comment: "Label for the products modal title",
|
|
172
172
|
string: "Export products"
|
|
173
173
|
},
|
|
174
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
175
|
+
developer_comment: "Label for the product types modal title",
|
|
176
|
+
string: "Export product types"
|
|
177
|
+
},
|
|
174
178
|
"ExportResourcesModal.myViews": {
|
|
175
179
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
176
180
|
string: "Meine Ansichten"
|
|
@@ -173,6 +173,10 @@ var en = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Export products"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "My Views"
|
|
@@ -171,6 +171,10 @@ var en = {
|
|
|
171
171
|
developer_comment: "Label for the products modal title",
|
|
172
172
|
string: "Export products"
|
|
173
173
|
},
|
|
174
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
175
|
+
developer_comment: "Label for the product types modal title",
|
|
176
|
+
string: "Export product types"
|
|
177
|
+
},
|
|
174
178
|
"ExportResourcesModal.myViews": {
|
|
175
179
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
176
180
|
string: "My Views"
|
|
@@ -173,6 +173,10 @@ var en = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Export products"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "My Views"
|
|
@@ -171,6 +171,10 @@ var es = {
|
|
|
171
171
|
developer_comment: "Label for the products modal title",
|
|
172
172
|
string: "Exportar productos"
|
|
173
173
|
},
|
|
174
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
175
|
+
developer_comment: "Label for the product types modal title",
|
|
176
|
+
string: "Export product types"
|
|
177
|
+
},
|
|
174
178
|
"ExportResourcesModal.myViews": {
|
|
175
179
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
176
180
|
string: "Mis vistas"
|
|
@@ -173,6 +173,10 @@ var es = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Exportar productos"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "Mis vistas"
|
|
@@ -173,6 +173,10 @@ var es = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Exportar productos"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "Mis vistas"
|
|
@@ -173,6 +173,10 @@ var frFR = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Export products"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "Mes affichages"
|
|
@@ -171,6 +171,10 @@ var frFR = {
|
|
|
171
171
|
developer_comment: "Label for the products modal title",
|
|
172
172
|
string: "Export products"
|
|
173
173
|
},
|
|
174
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
175
|
+
developer_comment: "Label for the product types modal title",
|
|
176
|
+
string: "Export product types"
|
|
177
|
+
},
|
|
174
178
|
"ExportResourcesModal.myViews": {
|
|
175
179
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
176
180
|
string: "Mes affichages"
|
|
@@ -173,6 +173,10 @@ var frFR = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Export products"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "Mes affichages"
|
|
@@ -171,6 +171,10 @@ var ptBR = {
|
|
|
171
171
|
developer_comment: "Label for the products modal title",
|
|
172
172
|
string: "Export products"
|
|
173
173
|
},
|
|
174
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
175
|
+
developer_comment: "Label for the product types modal title",
|
|
176
|
+
string: "Export product types"
|
|
177
|
+
},
|
|
174
178
|
"ExportResourcesModal.myViews": {
|
|
175
179
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
176
180
|
string: "Minhas visualizações"
|
|
@@ -173,6 +173,10 @@ var ptBR = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Export products"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "Minhas visualizações"
|
|
@@ -173,6 +173,10 @@ var ptBR = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Export products"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "Minhas visualizações"
|
|
@@ -173,6 +173,10 @@ var zhCN = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Export products"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "我的视图"
|
|
@@ -171,6 +171,10 @@ var zhCN = {
|
|
|
171
171
|
developer_comment: "Label for the products modal title",
|
|
172
172
|
string: "Export products"
|
|
173
173
|
},
|
|
174
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
175
|
+
developer_comment: "Label for the product types modal title",
|
|
176
|
+
string: "Export product types"
|
|
177
|
+
},
|
|
174
178
|
"ExportResourcesModal.myViews": {
|
|
175
179
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
176
180
|
string: "我的视图"
|
|
@@ -173,6 +173,10 @@ var zhCN = {
|
|
|
173
173
|
developer_comment: "Label for the products modal title",
|
|
174
174
|
string: "Export products"
|
|
175
175
|
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
177
|
+
developer_comment: "Label for the product types modal title",
|
|
178
|
+
string: "Export product types"
|
|
179
|
+
},
|
|
176
180
|
"ExportResourcesModal.myViews": {
|
|
177
181
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
178
182
|
string: "我的视图"
|
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": "0.0.0-canary-
|
|
4
|
+
"version": "0.0.0-canary-20241010101139",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|