cm-reporting 0.4.0 → 0.4.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/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2057 -2024
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1521,7 +1521,9 @@ declare const _default: {
|
|
|
1521
1521
|
"invalid": "Invalid email address"
|
|
1522
1522
|
},
|
|
1523
1523
|
"externalPickFailedTitle": "External selection failed",
|
|
1524
|
-
"externalPickFailedContent": "The external picker did not return data successfully. Please try again."
|
|
1524
|
+
"externalPickFailedContent": "The external picker did not return data successfully. Please try again.",
|
|
1525
|
+
"duplicateSmelterSelectionTitle": "Duplicate smelter selection",
|
|
1526
|
+
"duplicateSmelterSelectionContent": "The same smelter cannot be selected twice under the same metal. Please choose another one."
|
|
1525
1527
|
}
|
|
1526
1528
|
};
|
|
1527
1529
|
|