@dhis2/analytics 26.1.1 → 26.1.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/build/cjs/__demo__/InterpretationsUnit.stories.js +41 -0
- package/build/cjs/components/AboutAOUnit/AboutAOUnit.js +6 -3
- package/build/cjs/components/Interpretations/InterpretationModal/InterpretationModal.js +15 -15
- package/build/cjs/components/Interpretations/InterpretationModal/InterpretationThread.js +14 -12
- package/build/cjs/components/Interpretations/InterpretationsUnit/InterpretationForm.js +4 -1
- package/build/cjs/components/Interpretations/InterpretationsUnit/InterpretationList.js +5 -1
- package/build/cjs/components/Interpretations/InterpretationsUnit/InterpretationsUnit.js +7 -2
- package/build/cjs/components/Interpretations/common/Message/Message.js +12 -8
- package/build/cjs/components/Interpretations/common/RichTextEditor/RichTextEditor.js +5 -2
- package/build/cjs/components/Interpretations/common/__tests__/getInterpretationAccess.spec.js +172 -3
- package/build/cjs/components/Interpretations/common/getInterpretationAccess.js +15 -3
- package/build/cjs/locales/en/translations.json +1 -0
- package/build/cjs/locales/nb/translations.json +2 -1
- package/build/es/__demo__/InterpretationsUnit.stories.js +38 -0
- package/build/es/components/AboutAOUnit/AboutAOUnit.js +7 -4
- package/build/es/components/Interpretations/InterpretationModal/InterpretationModal.js +15 -15
- package/build/es/components/Interpretations/InterpretationModal/InterpretationThread.js +14 -12
- package/build/es/components/Interpretations/InterpretationsUnit/InterpretationForm.js +4 -1
- package/build/es/components/Interpretations/InterpretationsUnit/InterpretationList.js +5 -1
- package/build/es/components/Interpretations/InterpretationsUnit/InterpretationsUnit.js +7 -2
- package/build/es/components/Interpretations/common/Message/Message.js +12 -8
- package/build/es/components/Interpretations/common/RichTextEditor/RichTextEditor.js +5 -2
- package/build/es/components/Interpretations/common/__tests__/getInterpretationAccess.spec.js +172 -3
- package/build/es/components/Interpretations/common/getInterpretationAccess.js +15 -3
- package/build/es/locales/en/translations.json +1 -0
- package/build/es/locales/nb/translations.json +2 -1
- package/package.json +1 -1
- /package/build/cjs/modules/pivotTable/__tests__/{addToTotalIfNumber.js → addToTotalIfNumber.spec.js} +0 -0
- /package/build/es/modules/pivotTable/__tests__/{addToTotalIfNumber.js → addToTotalIfNumber.spec.js} +0 -0
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"event report": "hendelsesrapport",
|
|
104
104
|
"line list": "",
|
|
105
105
|
"map": "kart",
|
|
106
|
-
"visualization": "",
|
|
106
|
+
"visualization": "visualisering",
|
|
107
107
|
"Edit": "Rediger",
|
|
108
108
|
"Write a reply": "Skriv et svar",
|
|
109
109
|
"Post reply": "",
|
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
117
117
|
"Hide interpretation": "",
|
|
118
118
|
"Write an interpretation": "Skriv en tolkning",
|
|
119
|
+
"Other people viewing this interpretation in the future may see more data.": "",
|
|
119
120
|
"Post interpretation": "",
|
|
120
121
|
"Interpretations": "Tolkninger",
|
|
121
122
|
"Reply": "Svar",
|
package/package.json
CHANGED
/package/build/cjs/modules/pivotTable/__tests__/{addToTotalIfNumber.js → addToTotalIfNumber.spec.js}
RENAMED
|
File without changes
|
/package/build/es/modules/pivotTable/__tests__/{addToTotalIfNumber.js → addToTotalIfNumber.spec.js}
RENAMED
|
File without changes
|