cm-reporting 0.7.2 → 0.7.3
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/cm-reporting.css +1 -1
- package/dist/index.cjs +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +3237 -3177
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1527,6 +1527,12 @@ declare const _default: {
|
|
|
1527
1527
|
"externalPickMissingIdContent": "The external picker result is missing required id and cannot be applied.",
|
|
1528
1528
|
"duplicateSmelterSelectionTitle": "Duplicate smelter selection",
|
|
1529
1529
|
"duplicateSmelterSelectionContent": "The same smelter cannot be selected twice under the same metal. Please choose another one."
|
|
1530
|
+
},
|
|
1531
|
+
"tips": {
|
|
1532
|
+
"reportPurpose": {
|
|
1533
|
+
"cmrt": "The purpose of this report is to collect sourcing information for tin, tantalum, tungsten, gold, and other metals used in products.",
|
|
1534
|
+
"emrt": "The purpose of this report is to collect sourcing information for specific raw materials used in products, especially cobalt or natural mica."
|
|
1535
|
+
}
|
|
1530
1536
|
}
|
|
1531
1537
|
};
|
|
1532
1538
|
|