@dhis2/analytics 26.3.0-alpha.3 → 26.3.0

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.
Files changed (33) hide show
  1. package/build/cjs/__demo__/DimensionsPanel.stories.js +0 -1
  2. package/build/cjs/assets/DynamicDimensionIcon.js +38 -12
  3. package/build/cjs/components/DimensionsPanel/List/DimensionItem.js +32 -44
  4. package/build/cjs/components/DimensionsPanel/List/OptionsButton.js +6 -7
  5. package/build/cjs/components/DimensionsPanel/List/RecommendedIcon.js +2 -1
  6. package/build/cjs/components/DimensionsPanel/List/__tests__/__snapshots__/DimensionItem.spec.js.snap +361 -238
  7. package/build/cjs/components/DimensionsPanel/List/styles/DimensionItem.style.js +67 -5
  8. package/build/cjs/components/DimensionsPanel/List/styles/DimensionList.style.js +2 -2
  9. package/build/cjs/components/DimensionsPanel/List/styles/RecommendedIcon.style.js +4 -4
  10. package/build/cjs/components/DimensionsPanel/styles/DimensionsPanel.style.js +1 -1
  11. package/build/cjs/components/Interpretations/common/Message/Message.js +7 -7
  12. package/build/cjs/components/Interpretations/common/RichTextEditor/styles/RichTextEditor.style.js +2 -2
  13. package/build/cjs/components/Toolbar/HoverMenuBar/HoverMenuDropdown.js +3 -1
  14. package/build/cjs/components/Toolbar/HoverMenuBar/__tests__/HoverMenuDropdown.spec.js +8 -0
  15. package/build/cjs/locales/lo/translations.json +8 -3
  16. package/build/cjs/locales/sv/translations.json +8 -2
  17. package/build/es/__demo__/DimensionsPanel.stories.js +0 -1
  18. package/build/es/assets/DynamicDimensionIcon.js +38 -12
  19. package/build/es/components/DimensionsPanel/List/DimensionItem.js +33 -45
  20. package/build/es/components/DimensionsPanel/List/OptionsButton.js +6 -7
  21. package/build/es/components/DimensionsPanel/List/RecommendedIcon.js +2 -1
  22. package/build/es/components/DimensionsPanel/List/__tests__/__snapshots__/DimensionItem.spec.js.snap +361 -238
  23. package/build/es/components/DimensionsPanel/List/styles/DimensionItem.style.js +66 -4
  24. package/build/es/components/DimensionsPanel/List/styles/DimensionList.style.js +2 -2
  25. package/build/es/components/DimensionsPanel/List/styles/RecommendedIcon.style.js +4 -4
  26. package/build/es/components/DimensionsPanel/styles/DimensionsPanel.style.js +1 -1
  27. package/build/es/components/Interpretations/common/Message/Message.js +7 -7
  28. package/build/es/components/Interpretations/common/RichTextEditor/styles/RichTextEditor.style.js +2 -2
  29. package/build/es/components/Toolbar/HoverMenuBar/HoverMenuDropdown.js +3 -1
  30. package/build/es/components/Toolbar/HoverMenuBar/__tests__/HoverMenuDropdown.spec.js +8 -0
  31. package/build/es/locales/lo/translations.json +8 -3
  32. package/build/es/locales/sv/translations.json +8 -2
  33. package/package.json +1 -1
@@ -1,4 +1,66 @@
1
- import { colors } from '@dhis2/ui';
2
- const _defaultExport = [`.item.jsx-3528757313{color:${colors.grey900};background-color:transparent;fill:${colors.grey800};display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;outline:none;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 0 4px;margin:0;border-radius:2px;cursor:pointer;min-height:22px;border:1px solid transparent;}`, `.item.jsx-3528757313:not(.deactivated):not(.dragging):hover{background-color:${colors.grey100};border-color:${colors.grey400};}`, ".label.jsx-3528757313{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}", ".labelWrapper.jsx-3528757313{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}", ".labelText.jsx-3528757313{font-size:13px;line-height:15px;margin-top:1px;}", ".iconWrapper.jsx-3528757313{width:16px;height:16px;margin:2px 4px 0 0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}", ".item.deactivated.jsx-3528757313{opacity:0.5;cursor:not-allowed;}", `.item.selected.jsx-3528757313{background-color:${colors.teal100};border:1px solid ${colors.teal200};color:${colors.teal900};fill:${colors.teal800};font-weight:400;}`, ".item.selected.jsx-3528757313:not(.deactivated):hover{background:#cdeae8;border-color:#93c4bf;box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);}", ".optionsWrapper.jsx-3528757313{width:20px;height:20px;}", `.lockWrapper.jsx-3528757313 svg.jsx-3528757313 path.jsx-3528757313{fill:${colors.grey800};}`, `.lockWrapper.jsx-3528757313{background:${colors.grey300};height:20px;padding:0 1px 0 2px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}`, ".item.selected.jsx-3528757313 .lockWrapper.jsx-3528757313{background:#cbe7e5;}", `.item.selected.jsx-3528757313 .lockWrapper.jsx-3528757313 svg.jsx-3528757313 path.jsx-3528757313{fill:${colors.teal900};}`];
3
- _defaultExport.__hash = "3528757313";
4
- export default _defaultExport;
1
+ import { colors, theme } from '@dhis2/ui';
2
+ export const styles = {
3
+ labelWrapper: {
4
+ padding: '2px 5px 2px 0'
5
+ },
6
+ text: {
7
+ color: colors.grey900,
8
+ userSelect: 'none',
9
+ wordBreak: 'break-word',
10
+ fontSize: '14px'
11
+ },
12
+ textDeactivated: {
13
+ cursor: 'auto',
14
+ color: colors.grey500
15
+ },
16
+ item: {
17
+ display: 'flex',
18
+ minHeight: '24px',
19
+ marginTop: 3,
20
+ marginBottom: 3,
21
+ alignItems: 'center',
22
+ borderRadius: '2px'
23
+ },
24
+ clickable: {
25
+ cursor: 'pointer'
26
+ },
27
+ selected: {
28
+ backgroundColor: theme.secondary100,
29
+ fontWeight: 500
30
+ },
31
+ fixedDimensionIcon: {
32
+ paddingLeft: '6px',
33
+ paddingBottom: '2px'
34
+ },
35
+ dynamicDimensionIcon: {
36
+ paddingLeft: '9px',
37
+ paddingRight: '9px'
38
+ },
39
+ iconWrapper: {
40
+ display: 'flex',
41
+ flexDirection: 'column',
42
+ padding: '3px 8px 0 8px'
43
+ },
44
+ optionsWrapper: {
45
+ position: 'relative',
46
+ left: '5px',
47
+ width: '20px',
48
+ height: '20px'
49
+ },
50
+ optionsButton: {
51
+ display: 'flex',
52
+ alignItems: 'center',
53
+ justifyContent: 'center',
54
+ height: '20px',
55
+ width: '20px',
56
+ padding: 0,
57
+ border: 'none',
58
+ background: 'none',
59
+ outline: 'none',
60
+ cursor: 'pointer'
61
+ },
62
+ label: {
63
+ display: 'flex',
64
+ outline: 'none'
65
+ }
66
+ };
@@ -2,6 +2,6 @@ import { colors, spacers } from '@dhis2/ui';
2
2
  // Fix for vertical flex scrolling in Firefox/Safari:
3
3
  // Wrap the list in a div with position:relative (and flex:1 instead of on the list)
4
4
  // On the list, set position:absolute, width:100%, height:100%
5
- const _defaultExport = [".container.jsx-2040313368{position:relative;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;min-height:30vh;}", ".wrapper.jsx-2040313368{position:absolute;width:100%;height:100%;overflow:auto;margin-top:0;padding:0;}", ".list.jsx-2040313368{margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:4px;}", `.header.jsx-2040313368{text-transform:uppercase;font-size:11px;color:${colors.grey600};margin:0 0 ${spacers.dp8} 0;-webkit-letter-spacing:0.3px;-moz-letter-spacing:0.3px;-ms-letter-spacing:0.3px;letter-spacing:0.3px;font-weight:400;}`, `.section.jsx-2040313368:not(:last-child){margin-bottom:${spacers.dp24};}`];
6
- _defaultExport.__hash = "2040313368";
5
+ const _defaultExport = [".container.jsx-2067921157{position:relative;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;min-height:30vh;}", ".wrapper.jsx-2067921157{position:absolute;width:100%;height:100%;overflow:auto;margin-top:0;padding:0;}", ".list.jsx-2067921157{margin:0;padding:0;}", `.header.jsx-2067921157{text-transform:uppercase;font-size:11px;color:${colors.grey700};margin:5px 0;-webkit-letter-spacing:0.3px;-moz-letter-spacing:0.3px;-ms-letter-spacing:0.3px;letter-spacing:0.3px;}`, `.section.jsx-2067921157:not(:last-child){margin-bottom:${spacers.dp24};}`];
6
+ _defaultExport.__hash = "2067921157";
7
7
  export default _defaultExport;
@@ -1,11 +1,11 @@
1
1
  import { theme } from '@dhis2/ui';
2
2
  export const styles = {
3
3
  recommendedIcon: {
4
- backgroundColor: theme.secondary400,
5
- height: '6px',
6
- width: '6px',
4
+ backgroundColor: theme.secondary300,
5
+ height: '8px',
6
+ width: '8px',
7
7
  borderRadius: '4px',
8
- marginLeft: '6px',
8
+ marginLeft: '5px',
9
9
  display: 'inline-block',
10
10
  cursor: 'pointer'
11
11
  }
@@ -4,7 +4,7 @@ export const styles = {
4
4
  height: '100%',
5
5
  display: 'flex',
6
6
  flexDirection: 'column',
7
- backgroundColor: colors.white,
7
+ backgroundColor: colors.grey050,
8
8
  padding: '8px',
9
9
  overflow: 'hidden'
10
10
  },
@@ -16,23 +16,23 @@ const Message = _ref => {
16
16
  fromServerDate
17
17
  } = useTimeZoneConversion();
18
18
  return /*#__PURE__*/React.createElement("li", {
19
- className: _JSXStyle.dynamic([["3500389795", [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]]]) + " " + "container"
19
+ className: _JSXStyle.dynamic([["4031345705", [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]]]) + " " + "container"
20
20
  }, /*#__PURE__*/React.createElement("div", {
21
- className: _JSXStyle.dynamic([["3500389795", [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]]]) + " " + "header"
21
+ className: _JSXStyle.dynamic([["4031345705", [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]]]) + " " + "header"
22
22
  }, /*#__PURE__*/React.createElement(UserAvatar, {
23
23
  name: username,
24
24
  extrasmall: true
25
25
  }), username, /*#__PURE__*/React.createElement("time", {
26
26
  dateTime: created,
27
- className: _JSXStyle.dynamic([["3500389795", [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]]])
27
+ className: _JSXStyle.dynamic([["4031345705", [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]]])
28
28
  }, moment(fromServerDate(created)).format('lll'))), /*#__PURE__*/React.createElement("div", {
29
- className: _JSXStyle.dynamic([["3500389795", [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]]]) + " " + "content"
29
+ className: _JSXStyle.dynamic([["4031345705", [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]]]) + " " + "content"
30
30
  }, /*#__PURE__*/React.createElement(RichTextParser, null, text)), /*#__PURE__*/React.createElement("div", {
31
- className: _JSXStyle.dynamic([["3500389795", [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]]]) + " " + "footer"
31
+ className: _JSXStyle.dynamic([["4031345705", [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]]]) + " " + "footer"
32
32
  }, children), /*#__PURE__*/React.createElement(_JSXStyle, {
33
- id: "3500389795",
33
+ id: "4031345705",
34
34
  dynamic: [spacers.dp8, colors.grey100, spacers.dp8, colors.grey900, colors.grey600, colors.grey900, spacers.dp8]
35
- }, [`.container.__jsx-style-dynamic-selector{padding:${spacers.dp8};background-color:${colors.grey100};border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:${spacers.dp8};}`, `.header.__jsx-style-dynamic-selector{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;line-height:16px;color:${colors.grey900};}`, `.header.__jsx-style-dynamic-selector time.__jsx-style-dynamic-selector{font-size:12px;color:${colors.grey600};}`, `.content.__jsx-style-dynamic-selector{font-size:14px;line-height:19px;color:${colors.grey900};word-break:break-word;}`, ".content.__jsx-style-dynamic-selector p:first-child{margin:0;}", `.footer.__jsx-style-dynamic-selector{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;gap:${spacers.dp8};}`]));
35
+ }, [`.container.__jsx-style-dynamic-selector{padding:${spacers.dp8};background-color:${colors.grey100};border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:${spacers.dp8};}`, `.header.__jsx-style-dynamic-selector{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;line-height:16px;color:${colors.grey900};}`, `.header.__jsx-style-dynamic-selector time.__jsx-style-dynamic-selector{font-size:12px;color:${colors.grey600};}`, `.content.__jsx-style-dynamic-selector{font-size:14px;line-height:19px;color:${colors.grey900};word-break:break-word;white-space:pre-line;}`, ".content.__jsx-style-dynamic-selector p:first-child{margin:0;}", `.footer.__jsx-style-dynamic-selector{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;gap:${spacers.dp8};}`]));
36
36
  };
37
37
  Message.propTypes = {
38
38
  children: PropTypes.node.isRequired,
@@ -1,6 +1,6 @@
1
1
  import { colors, spacers, theme } from '@dhis2/ui';
2
- export const mainClasses = [".container.jsx-2278350860{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;}", `.preview.jsx-2278350860{font-size:14px;line-height:19px;color:${colors.grey900};}`, `.textarea.jsx-2278350860{width:100%;box-sizing:border-box;padding:${spacers.dp8} ${spacers.dp12};color:${colors.grey900};background-color:${colors.white};border:1px solid ${colors.grey500};border-radius:3px;box-shadow:inset 0 0 0 1px rgba(102,113,123,0.15), inset 0 1px 2px 0 rgba(102,113,123,0.1);outline:0;font-size:14px;line-height:${spacers.dp16};-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}`, `.textarea.jsx-2278350860:focus{outline:none;box-shadow:0 0 0 3px ${theme.focus};}`, `.textarea.jsx-2278350860:disabled{background-color:${colors.grey100};border-color:${colors.grey500};color:${theme.disabled};cursor:not-allowed;}`];
3
- mainClasses.__hash = "2278350860";
2
+ export const mainClasses = [".container.jsx-1273817287{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;}", `.preview.jsx-1273817287{font-size:14px;line-height:19px;color:${colors.grey900};}`, `.textarea.jsx-1273817287{width:100%;box-sizing:border-box;padding:${spacers.dp8} ${spacers.dp12};color:${colors.grey900};background-color:${colors.white};border:1px solid ${colors.grey500};border-radius:3px;box-shadow:inset 0 0 0 1px rgba(102,113,123,0.15), inset 0 1px 2px 0 rgba(102,113,123,0.1);outline:0;font-size:14px;line-height:${spacers.dp16};-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}`, `.textarea.jsx-1273817287:focus{outline:none;box-shadow:0 0 0 3px ${theme.focus};width:calc(100% - 3px);}`, `.textarea.jsx-1273817287:disabled{background-color:${colors.grey100};border-color:${colors.grey500};color:${theme.disabled};cursor:not-allowed;}`];
3
+ mainClasses.__hash = "1273817287";
4
4
  export const toolbarClasses = [`.toolbar.jsx-2267496677{background:${colors.grey050};border-radius:3px;border:1px solid ${colors.grey300};margin-bottom:${spacers.dp4};}`, `.actionsWrapper.jsx-2267496677{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:${spacers.dp4};-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:${spacers.dp4};}`, `.mainActions.jsx-2267496677{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:${spacers.dp4};margin-top:${spacers.dp2};}`, ".sideActions.jsx-2267496677{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}", `.previewWrapper.jsx-2267496677{margin:${spacers.dp4};text-align:right;}`];
5
5
  toolbarClasses.__hash = "2267496677";
6
6
  export const tooltipAnchorClasses = [".tooltip.jsx-2182400256{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}"];
@@ -9,6 +9,7 @@ import { useHoverMenubarContext } from './HoverMenuBar.js';
9
9
  export const HoverMenuDropdown = _ref => {
10
10
  let {
11
11
  children,
12
+ className,
12
13
  label,
13
14
  dataTest,
14
15
  disabled
@@ -26,7 +27,7 @@ export const HoverMenuDropdown = _ref => {
26
27
  disabled: disabled,
27
28
  onMouseOver: disabled ? undefined : onDropDownButtonMouseOver,
28
29
  "data-test": dataTest,
29
- className: `jsx-${menuButtonStyles.__hash}` + " " + (cx({
30
+ className: `jsx-${menuButtonStyles.__hash}` + " " + (cx(className, {
30
31
  isOpen
31
32
  }) || "")
32
33
  }, label, /*#__PURE__*/React.createElement(_JSXStyle, {
@@ -42,6 +43,7 @@ HoverMenuDropdown.defaultProps = {
42
43
  HoverMenuDropdown.propTypes = {
43
44
  children: PropTypes.node.isRequired,
44
45
  label: PropTypes.node.isRequired,
46
+ className: PropTypes.string,
45
47
  dataTest: PropTypes.string,
46
48
  disabled: PropTypes.bool
47
49
  };
@@ -14,4 +14,12 @@ describe('<HoverMenuDropdown/>', () => {
14
14
  }, "children"));
15
15
  expect(wrapper.find('button').prop('data-test')).toBe(dataTest);
16
16
  });
17
+ it('accepts a `className` prop', () => {
18
+ const className = 'test';
19
+ const wrapper = shallow( /*#__PURE__*/React.createElement(HoverMenuDropdown, {
20
+ label: "test dropdown",
21
+ className: className
22
+ }, "children"));
23
+ expect(wrapper.find('button')).toHaveClassName(className);
24
+ });
17
25
  });
@@ -19,10 +19,10 @@
19
19
  "About this line list": "",
20
20
  "About this visualization": "",
21
21
  "This app could not retrieve required data.": "",
22
- "Network error": "",
22
+ "Network error": "ຂໍ້ຜິດພາດທາງເຄື່ອຂ່າຍ",
23
23
  "Data / Edit calculation": "",
24
24
  "Data / New calculation": "",
25
- "Remove item": "",
25
+ "Remove item": "ລົບລາຍການ",
26
26
  "Check formula": "",
27
27
  "Calculation name": "",
28
28
  "Shown in table headers and chart axes/legends": "",
@@ -106,6 +106,7 @@
106
106
  "Edit": "ແກ້ໄຂ",
107
107
  "Write a reply": "",
108
108
  "Post reply": "",
109
+ "Delete failed": "",
109
110
  "Could not update comment": "",
110
111
  "Enter comment text": "",
111
112
  "Update": "ປັບປຸງ",
@@ -114,11 +115,14 @@
114
115
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
115
116
  "Hide interpretation": "",
116
117
  "Write an interpretation": "",
118
+ "Other people viewing this interpretation in the future may see more data.": "",
117
119
  "Post interpretation": "",
118
120
  "Interpretations": "ການແປຂໍ້ມູນ",
121
+ "Reply": "ຕອບກັບ",
122
+ "{{count}} replies": "",
123
+ "View replies": "",
119
124
  "Unlike": "ບໍ່ມັກ",
120
125
  "Like": "ມັກ",
121
- "Reply": "ຕອບກັບ",
122
126
  "Share": "ເຜີຍແຜ່",
123
127
  "See interpretation": "",
124
128
  "Manage sharing": "",
@@ -263,6 +267,7 @@
263
267
  "Six-months": "6 ເດືອນ",
264
268
  "Financial Years": "",
265
269
  "Years": "ປີ",
270
+ "Interpretations and details": "",
266
271
  "Translating to": "",
267
272
  "Choose a locale": "",
268
273
  "Base locale reference": "",
@@ -107,6 +107,7 @@
107
107
  "Edit": "Redigera",
108
108
  "Write a reply": "",
109
109
  "Post reply": "",
110
+ "Delete failed": "",
110
111
  "Could not update comment": "",
111
112
  "Enter comment text": "",
112
113
  "Update": "Uppdatera",
@@ -115,11 +116,15 @@
115
116
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
116
117
  "Hide interpretation": "",
117
118
  "Write an interpretation": "",
119
+ "Other people viewing this interpretation in the future may see more data.": "",
118
120
  "Post interpretation": "",
119
121
  "Interpretations": "tolkningar",
122
+ "Reply": "Svar",
123
+ "{{count}} replies": "",
124
+ "{{count}} replies_plural": "",
125
+ "View replies": "",
120
126
  "Unlike": "",
121
127
  "Like": "",
122
- "Reply": "Svar",
123
128
  "Share": "Dela med sig",
124
129
  "See interpretation": "",
125
130
  "Manage sharing": "",
@@ -190,7 +195,7 @@
190
195
  "User sub-x2-units": "Användarunder x2-enheter",
191
196
  "Select a level": "",
192
197
  "Select a group": "",
193
- "Deselect all": "",
198
+ "Deselect all": "Avmarkera alla",
194
199
  "Period type": "Periodtyp",
195
200
  "Year": "År",
196
201
  "Select year": "Välj år",
@@ -267,6 +272,7 @@
267
272
  "Six-months": "",
268
273
  "Financial Years": "",
269
274
  "Years": "År",
275
+ "Interpretations and details": "",
270
276
  "Translating to": "",
271
277
  "Choose a locale": "",
272
278
  "Base locale reference": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "26.3.0-alpha.3",
3
+ "version": "26.3.0",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {