@commercetools-frontend-extensions/export-resources-modal 4.6.21 → 4.6.22
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.d.ts +2 -2
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +2 -1
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +2 -1
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +2 -1
- package/dist/declarations/src/@types/field-definition.d.ts +1 -0
- package/package.json +4 -4
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./declarations/src/index";
|
|
2
|
-
export { default } from "./declarations/src/index";
|
|
1
|
+
export * from "./declarations/src/index.js";
|
|
2
|
+
export { default } from "./declarations/src/index.js";
|
|
3
3
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC1leHRlbnNpb25zLWV4cG9ydC1yZXNvdXJjZXMtbW9kYWwuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
|
|
@@ -1159,7 +1159,8 @@ const useConvertFieldDefinitionsForExport = () => {
|
|
|
1159
1159
|
locale: language,
|
|
1160
1160
|
fallbackOrder: languages,
|
|
1161
1161
|
fallback: fieldDefinition.name
|
|
1162
|
-
}) : fieldDefinition.label
|
|
1162
|
+
}) : fieldDefinition.label,
|
|
1163
|
+
extendedFieldNames: fieldDefinition.extendedFieldNames
|
|
1163
1164
|
};
|
|
1164
1165
|
}), sortField)
|
|
1165
1166
|
};
|
|
@@ -1159,7 +1159,8 @@ const useConvertFieldDefinitionsForExport = () => {
|
|
|
1159
1159
|
locale: language,
|
|
1160
1160
|
fallbackOrder: languages,
|
|
1161
1161
|
fallback: fieldDefinition.name
|
|
1162
|
-
}) : fieldDefinition.label
|
|
1162
|
+
}) : fieldDefinition.label,
|
|
1163
|
+
extendedFieldNames: fieldDefinition.extendedFieldNames
|
|
1163
1164
|
};
|
|
1164
1165
|
}), sortField)
|
|
1165
1166
|
};
|
|
@@ -1121,7 +1121,8 @@ const useConvertFieldDefinitionsForExport = () => {
|
|
|
1121
1121
|
locale: language,
|
|
1122
1122
|
fallbackOrder: languages,
|
|
1123
1123
|
fallback: fieldDefinition.name
|
|
1124
|
-
}) : fieldDefinition.label
|
|
1124
|
+
}) : fieldDefinition.label,
|
|
1125
|
+
extendedFieldNames: fieldDefinition.extendedFieldNames
|
|
1125
1126
|
};
|
|
1126
1127
|
}), sortField)
|
|
1127
1128
|
};
|
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": "4.6.
|
|
4
|
+
"version": "4.6.22",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@commercetools-frontend/fullstory": "2.4.5",
|
|
22
22
|
"@emotion/react": "11.13.3",
|
|
23
23
|
"@emotion/styled": "11.13.0",
|
|
24
|
-
"@formatjs/cli": "6.2.
|
|
24
|
+
"@formatjs/cli": "6.2.15",
|
|
25
25
|
"formik": "2.4.6",
|
|
26
26
|
"jest": "29.7.0",
|
|
27
27
|
"lodash": "4.17.21",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"@commercetools-frontend/sentry": "22.34.0",
|
|
44
44
|
"@commercetools-frontend/ui-kit": "19.12.1",
|
|
45
45
|
"@commercetools-uikit/design-system": "19.12.1",
|
|
46
|
-
"@preconstruct/cli": "2.8.
|
|
46
|
+
"@preconstruct/cli": "2.8.9",
|
|
47
47
|
"@types/jest": "29.5.13",
|
|
48
48
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
49
49
|
"msw": "1.3.4",
|
|
50
|
-
"react-intl": "6.
|
|
50
|
+
"react-intl": "6.6.8",
|
|
51
51
|
"react-redux": "7.2.9",
|
|
52
52
|
"redux": "4.2.1",
|
|
53
53
|
"rimraf": "6.0.1"
|