cm-reporting 0.8.9 → 0.8.10
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/cm-reporting.scoped.css +1 -1
- package/dist/index.cjs +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3243 -3242
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -833,6 +833,7 @@ declare const _default: {
|
|
|
833
833
|
"requiredProductList": "Product List is required for scope B.",
|
|
834
834
|
"requiredSmelterList": "Smelter List entry required for {{field}}.",
|
|
835
835
|
"outOfScopeSmelterMetal": "The current declaration scope does not include \"{{field}}\". Please delete unrelated smelters.",
|
|
836
|
+
"duplicateSmelterSelection": "The same smelter cannot be selected twice under {{field}}. Please delete the duplicate row.",
|
|
836
837
|
"invalidEmail": "Invalid email format: {{field}}."
|
|
837
838
|
},
|
|
838
839
|
"revision": {
|