@dhis2/analytics 999.9.9-chip-alpha.2 → 999.9.9-chip-alpha.4
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/components/DimensionsPanel/List/DimensionItem.js +13 -9
- package/build/cjs/components/DimensionsPanel/List/__tests__/__snapshots__/DimensionItem.spec.js.snap +1 -0
- package/build/cjs/components/DimensionsPanel/List/styles/DimensionItem.style.js +2 -2
- package/build/cjs/locales/lo/translations.json +59 -59
- package/build/es/components/DimensionsPanel/List/DimensionItem.js +13 -9
- package/build/es/components/DimensionsPanel/List/__tests__/__snapshots__/DimensionItem.spec.js.snap +1 -0
- package/build/es/components/DimensionsPanel/List/styles/DimensionItem.style.js +2 -2
- package/build/es/locales/lo/translations.json +59 -59
- package/package.json +1 -1
|
@@ -73,17 +73,23 @@ class DimensionItem extends _react.Component {
|
|
|
73
73
|
const Icon = this.getDimensionIcon();
|
|
74
74
|
const Label = this.getDimensionType();
|
|
75
75
|
const optionsRef = /*#__PURE__*/(0, _react.createRef)();
|
|
76
|
-
const LockIcon = /*#__PURE__*/_react.default.createElement("
|
|
76
|
+
const LockIcon = /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
77
|
+
className: `jsx-${_DimensionItemStyle.default.__hash}` + " " + "lockWrapper"
|
|
78
|
+
}, /*#__PURE__*/_react.default.createElement("svg", {
|
|
77
79
|
width: "7",
|
|
78
80
|
height: "9",
|
|
79
81
|
fill: "none",
|
|
80
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
82
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
83
|
+
className: `jsx-${_DimensionItemStyle.default.__hash}`
|
|
81
84
|
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
82
85
|
fillRule: "evenodd",
|
|
83
86
|
clipRule: "evenodd",
|
|
84
87
|
d: "M3.5 1A1.5 1.5 0 0 0 2 2.5V3h3v-.5A1.5 1.5 0 0 0 3.5 1ZM1 2.5V3H0v6h7V3H6v-.5a2.5 2.5 0 0 0-5 0ZM1 8V4h5v4H1Zm3-1V5H3v2h1Z",
|
|
85
|
-
fill: "none"
|
|
86
|
-
|
|
88
|
+
fill: "none",
|
|
89
|
+
className: `jsx-${_DimensionItemStyle.default.__hash}`
|
|
90
|
+
}))), /*#__PURE__*/_react.default.createElement(_style.default, {
|
|
91
|
+
id: _DimensionItemStyle.default.__hash
|
|
92
|
+
}, _DimensionItemStyle.default));
|
|
87
93
|
const onLabelClick = () => {
|
|
88
94
|
if (!isDeactivated && !(0, _predefinedDimensions.getPredefinedDimensionProp)(id, _predefinedDimensions.DIMENSION_PROP_NO_ITEMS)) {
|
|
89
95
|
onClick(id);
|
|
@@ -115,15 +121,13 @@ class DimensionItem extends _react.Component {
|
|
|
115
121
|
}, Label), /*#__PURE__*/_react.default.createElement(_RecommendedIcon.default, {
|
|
116
122
|
isRecommended: isRecommended,
|
|
117
123
|
dataTest: `${dataTest}-recommended-icon`
|
|
118
|
-
}))), onOptionsClick ? /*#__PURE__*/_react.default.createElement("div", {
|
|
124
|
+
}))), onOptionsClick && !isDeactivated && !isLocked ? /*#__PURE__*/_react.default.createElement("div", {
|
|
119
125
|
ref: optionsRef,
|
|
120
126
|
"data-test": `${dataTest}-menu-${id}`,
|
|
121
127
|
className: `jsx-${_DimensionItemStyle.default.__hash}` + " " + "optionsWrapper"
|
|
122
|
-
}, this.state.mouseOver
|
|
128
|
+
}, this.state.mouseOver ? /*#__PURE__*/_react.default.createElement(_OptionsButton.default, {
|
|
123
129
|
onClick: this.onOptionsClick(id, optionsRef)
|
|
124
|
-
}) : null) : null, isLocked && /*#__PURE__*/_react.default.createElement(
|
|
125
|
-
className: `jsx-${_DimensionItemStyle.default.__hash}` + " " + "lockWrapper"
|
|
126
|
-
}, LockIcon)), /*#__PURE__*/_react.default.createElement(_style.default, {
|
|
130
|
+
}) : null) : null, isLocked && LockIcon), /*#__PURE__*/_react.default.createElement(_style.default, {
|
|
127
131
|
id: _DimensionItemStyle.default.__hash
|
|
128
132
|
}, _DimensionItemStyle.default));
|
|
129
133
|
}
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _ui = require("@dhis2/ui");
|
|
8
|
-
const _defaultExport = [`.item.jsx-
|
|
9
|
-
_defaultExport.__hash = "
|
|
8
|
+
const _defaultExport = [`.item.jsx-407651844{color:${_ui.colors.grey900};background-color:transparent;fill:${_ui.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-407651844:not(.deactivated):not(.dragging):hover{background-color:${_ui.colors.grey100};border-color:${_ui.colors.grey400};}`, ".label.jsx-407651844{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-407651844{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-407651844{font-size:13px;line-height:15px;margin-top:1px;}", ".iconWrapper.jsx-407651844{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-407651844{opacity:0.5;cursor:not-allowed;}", `.item.selected.jsx-407651844{background-color:${_ui.colors.teal100};border:1px solid ${_ui.colors.teal200};color:${_ui.colors.teal900};fill:${_ui.colors.teal800};font-weight:400;}`, ".item.selected.jsx-407651844:not(.deactivated):hover{background:#cdeae8;border-color:#93c4bf;box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);}", ".optionsWrapper.jsx-407651844{width:20px;height:20px;}", `.lockWrapper.jsx-407651844 svg.jsx-407651844 path.jsx-407651844{fill:${_ui.colors.grey800};}`, `.lockWrapper.jsx-407651844{background:${_ui.colors.grey300};height:20px;padding:0 2px 1px 3px;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-407651844 .lockWrapper.jsx-407651844{background:#cbe7e5;}", `.item.selected.jsx-407651844 .lockWrapper.jsx-407651844 svg.jsx-407651844 path.jsx-407651844{fill:${_ui.colors.teal900};}`];
|
|
9
|
+
_defaultExport.__hash = "407651844";
|
|
10
10
|
var _default = _defaultExport;
|
|
11
11
|
exports.default = _default;
|
|
@@ -1,74 +1,74 @@
|
|
|
1
1
|
{
|
|
2
|
-
"view only": "",
|
|
3
|
-
"view and edit": "",
|
|
4
|
-
"all users ({{accessLevel}})": "",
|
|
5
|
-
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
|
-
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
|
-
"Not shared with any users or groups": "",
|
|
2
|
+
"view only": "ເບິ່ງຢ່າງດຽວ",
|
|
3
|
+
"view and edit": "ເບິ່ງ ແລະ ແກ້ໄຂ",
|
|
4
|
+
"all users ({{accessLevel}})": "ຜູ້ໃຊ້ທັງໝົດ {{accessLevel}}",
|
|
5
|
+
"{{userOrGroup}} ({{accessLevel}})": " {{userOrGroup}} ({{accessLevel}} )",
|
|
6
|
+
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "ແບ່ງປັນໃຫ້ກັບ {{commaSeparatedListOfUsersAndGroups}}",
|
|
7
|
+
"Not shared with any users or groups": "ບໍ່ໃຫ້ແບ່ງປັນກັບຜູ້ໃຊ້ ແລະ ກຸ່ມອື່ນ",
|
|
8
8
|
"No description": "ບໍ່ມີລາຍລະອຽດ",
|
|
9
9
|
"Last updated {{time}}": "ແກ້ໄຂລ່າສຸດ {{time}}",
|
|
10
|
-
"Created {{time}} by {{author}}": "",
|
|
11
|
-
"Created {{time}}": "",
|
|
12
|
-
"Viewed {{count}} times": "",
|
|
13
|
-
"Notifications": "",
|
|
14
|
-
"You're subscribed and getting updates about new interpretations.": "",
|
|
15
|
-
"Unsubscribe": "",
|
|
16
|
-
"Subscribe to get updates about new interpretations.": "",
|
|
17
|
-
"Subscribe": "",
|
|
18
|
-
"About this map": "",
|
|
19
|
-
"About this line list": "",
|
|
20
|
-
"About this visualization": "",
|
|
21
|
-
"This app could not retrieve required data.": "",
|
|
10
|
+
"Created {{time}} by {{author}}": "ສ້າງ {{time}} ໂດຍ {{author}}",
|
|
11
|
+
"Created {{time}}": "ສ້າງ {{time}}",
|
|
12
|
+
"Viewed {{count}} times": "ກວດເບິ່ງ {{count}} ຄັ້ງ",
|
|
13
|
+
"Notifications": "ການແຈ້ງເຕືອນ",
|
|
14
|
+
"You're subscribed and getting updates about new interpretations.": "ທ່ານກົດປູ່ມສະໜັກ ເພື່ອຈະໄດ້ອັບເດດ ແລະ ຮັບຂໍ້ມູນໃໝ່",
|
|
15
|
+
"Unsubscribe": "ຍົກເລີກການສະໝັກ",
|
|
16
|
+
"Subscribe to get updates about new interpretations.": "ສະໝັກເພື່ອທີ່ຈະຮັບຮູ້ຂໍ້ມູນໃໝ່",
|
|
17
|
+
"Subscribe": "ສະໝັກ",
|
|
18
|
+
"About this map": "ກ່ຽວກັບແຜນທີ່",
|
|
19
|
+
"About this line list": "ກ່ຽວກັບບັນຊີລາຍຊື່",
|
|
20
|
+
"About this visualization": "ກ່ຽວກັບການສ້າງພາບຂໍ້ມູນ",
|
|
21
|
+
"This app could not retrieve required data.": "ແອັບນີ້ບໍ່ສາມາດດຶງຂໍ້ມູນທີ່ຕ້ອງການໄດ້",
|
|
22
22
|
"Network error": "ຂໍ້ຜິດພາດທາງເຄື່ອຂ່າຍ",
|
|
23
|
-
"Data / Edit calculation": "",
|
|
24
|
-
"Data / New calculation": "",
|
|
23
|
+
"Data / Edit calculation": "ຂໍ້ມູນ / ແກ້ໄຂການຄິດໄລ່",
|
|
24
|
+
"Data / New calculation": "ຂໍ້ມູນ / ຄິດໄລ່ໃໝ່",
|
|
25
25
|
"Remove item": "ລົບລາຍການ",
|
|
26
|
-
"Check formula": "",
|
|
27
|
-
"Calculation name": "",
|
|
28
|
-
"Shown in table headers and chart axes/legends": "",
|
|
29
|
-
"Delete calculation": "",
|
|
30
|
-
"Cancel": "
|
|
31
|
-
"The calculation can only be saved with a valid formula": "",
|
|
32
|
-
"Add a name to save this calculation": "",
|
|
33
|
-
"Save calculation": "",
|
|
34
|
-
"Are you sure you want to delete this calculation? It may be used by other visualizations.": "",
|
|
35
|
-
"Yes, delete": "",
|
|
36
|
-
"Totals only": "",
|
|
37
|
-
"Details only": "",
|
|
26
|
+
"Check formula": "ກວດເບິ່ງສູດ",
|
|
27
|
+
"Calculation name": "ຊື່ການຄິດໄລ່",
|
|
28
|
+
"Shown in table headers and chart axes/legends": "ສະແດງຢູ່ເທິງຕາຕະລາງ ແລະ ແກນແຜນວາດ",
|
|
29
|
+
"Delete calculation": "ລົບການຄິດໄລ່",
|
|
30
|
+
"Cancel": "ຍົກເລີກ",
|
|
31
|
+
"The calculation can only be saved with a valid formula": "ການຄິດໄລ່ແມ່ນຖືກບັນທຶກດ້ວຍສູດທີ່ຖືກຕ້ອງເທົ່ານັ້ນ",
|
|
32
|
+
"Add a name to save this calculation": "ເພີ່ມຊື່ເພື່ບັນທຶກການຄິດໄລ່",
|
|
33
|
+
"Save calculation": "ບັນທຶກການຄິດໄລ່",
|
|
34
|
+
"Are you sure you want to delete this calculation? It may be used by other visualizations.": "ເຈົ້າແນ່ໃຈບໍ່ສິລືບຂໍ້ມູນການຄິດໄລ່ນີ້? ຂໍ້ມູນດັ້ງກ່າວອາດຈະຖືກນໍາໃຊ້ໃນການສ້າງພາບຂໍ້ມູນໃໝ່ກໍ່ເປັນໄດ້",
|
|
35
|
+
"Yes, delete": "ຢືນຢັນ, ລົບ",
|
|
36
|
+
"Totals only": "ທັງໝົດເທົ່ານັ້ນ",
|
|
37
|
+
"Details only": "ລາຍລະອຽດເທົ່ານັ້ນ",
|
|
38
38
|
"Loading": "ກໍາລັງໂຫຼດ",
|
|
39
39
|
"Data elements": "ອົງປະກອບຂໍ້ມູນ",
|
|
40
|
-
"Search by data element name": "",
|
|
41
|
-
"No data elements found for \"{{- searchTerm}}\"": "",
|
|
42
|
-
"No data elements found": "",
|
|
43
|
-
"Drag items here, or double click in the list, to start building a calculation formula": "",
|
|
40
|
+
"Search by data element name": "ຄົ້ນຫາໂດຍຊື່ອົງປະກອບຂໍ້ມູນ",
|
|
41
|
+
"No data elements found for \"{{- searchTerm}}\"": "ບໍ່ພົບອົງປະກອບຂໍ້ມູນຂອງ \"{{- searchTerm}}\"",
|
|
42
|
+
"No data elements found": "ບໍ່ພົບອົງປະກອບຂໍ໊ມູນ",
|
|
43
|
+
"Drag items here, or double click in the list, to start building a calculation formula": "ລາກລາຍການມາບ່ອນນີ້, ຫຼືຄລິກສອງເທື່ອໃນລາຍການເພື່ອສ້າງສູດການຄິດໄລ່",
|
|
44
44
|
"Math operators": "",
|
|
45
|
-
"Data Type": "",
|
|
46
|
-
"Only {{dataType}} can be used in {{visType}}": "",
|
|
47
|
-
"All types": "",
|
|
45
|
+
"Data Type": "ຊະນິດຂໍ້ມູນ",
|
|
46
|
+
"Only {{dataType}} can be used in {{visType}}": "ມີພຽງ {{dataType}} ທີສາມາດໃຊ້ໃນ {{visType}}",
|
|
47
|
+
"All types": "ທຸກຊະນິດ",
|
|
48
48
|
"Disaggregation": "Disaggregation",
|
|
49
49
|
"No data": "ບໍ່ມີຂໍ້ມູນ",
|
|
50
|
-
"Search by data item name": "",
|
|
51
|
-
"No items selected": "",
|
|
52
|
-
"Selected Items": "",
|
|
53
|
-
"No indicators found": "",
|
|
54
|
-
"No data sets found": "",
|
|
55
|
-
"No event data items found": "",
|
|
56
|
-
"No program indicators found": "",
|
|
57
|
-
"No calculations found": "",
|
|
58
|
-
"No indicators found for \"{{- searchTerm}}\"": "",
|
|
59
|
-
"No data sets found for \"{{- searchTerm}}\"": "",
|
|
60
|
-
"No event data items found for \"{{- searchTerm}}\"": "",
|
|
61
|
-
"No program indicators found for \"{{- searchTerm}}\"": "",
|
|
62
|
-
"No calculations found for \"{{- searchTerm}}\"": "",
|
|
63
|
-
"Nothing found for \"{{- searchTerm}}\"": "",
|
|
64
|
-
"Calculation": "",
|
|
50
|
+
"Search by data item name": "ຄົ້ນຫາໂດຍຊື່ລາຍການຂໍ້ມູນ",
|
|
51
|
+
"No items selected": "ບໍ່ມີລາຍການທີ່ຖືກເລືອກ",
|
|
52
|
+
"Selected Items": "ລາຍການທີ່ເລືອກ",
|
|
53
|
+
"No indicators found": "ບໍ່ພົບຕົວຊີ້ວັດ",
|
|
54
|
+
"No data sets found": "ບໍ່ພົບຊຸດຂໍ້ມູນ",
|
|
55
|
+
"No event data items found": "ບໍ່ພົບຂໍ້ມູນເຫດການ",
|
|
56
|
+
"No program indicators found": "ບໍ່ພົບໂປຼແກຼມຕົວຊີ້ວັດ",
|
|
57
|
+
"No calculations found": "ບໍ່ພົບການຄິດໄລ່",
|
|
58
|
+
"No indicators found for \"{{- searchTerm}}\"": "ບໍ່ພົບຕົວຊີ້ວັດສຳລັບ \"{{- searchTerm}}\"",
|
|
59
|
+
"No data sets found for \"{{- searchTerm}}\"": "ບໍ່ພົບຊຸດຂໍ້ມູນສຳລັບ \"{{- searchTerm}}\"",
|
|
60
|
+
"No event data items found for \"{{- searchTerm}}\"": "ບໍ່ພົບຂໍ້ມູນເຫດການສຳລັບ \"{{- searchTerm}}\"",
|
|
61
|
+
"No program indicators found for \"{{- searchTerm}}\"": "ບໍ່ພົບໂປຼແກຼມຕົວຊີ້ວັດສຳລັບ \"{{- searchTerm}}\"",
|
|
62
|
+
"No calculations found for \"{{- searchTerm}}\"": "ບໍ່ພົບການຄິດໄລ່ສຳລັບ \"{{- serachTerm}}\"",
|
|
63
|
+
"Nothing found for \"{{- searchTerm}}\"": "ບໍ່ພົບຫຍັງສຳລັບ \"{{- searchTerm}}\"",
|
|
64
|
+
"Calculation": "ການຄິດໄລ່",
|
|
65
65
|
"Metric type": "",
|
|
66
66
|
"All metrics": "ທຸກການປັບປຸງ",
|
|
67
|
-
"Move to {{axisName}}": "",
|
|
68
|
-
"Add to {{axisName}}": "",
|
|
69
|
-
"Not available for {{visualizationType}}": "",
|
|
70
|
-
"Remove Assigned Categories": "",
|
|
71
|
-
"Add Assigned Categories": "",
|
|
67
|
+
"Move to {{axisName}}": "ຍ້າຍໄປ {{axisName}}",
|
|
68
|
+
"Add to {{axisName}}": "ເພີ່ມໃສ່ {{axisName}}",
|
|
69
|
+
"Not available for {{visualizationType}}": "ບໍ່ມີສໍາລັບ {{visualizationType}}",
|
|
70
|
+
"Remove Assigned Categories": "ລົບກຸ່ມທີ່ຖືກມອບໝາຍ",
|
|
71
|
+
"Add Assigned Categories": "ເພີ່ມກຸ່ມທີ່ຖືກມອບໝາຍ",
|
|
72
72
|
"Remove": "ລົບອອກ",
|
|
73
73
|
"Filter dimensions": "",
|
|
74
74
|
"Main dimensions": "",
|
|
@@ -64,17 +64,23 @@ class DimensionItem extends Component {
|
|
|
64
64
|
const Icon = this.getDimensionIcon();
|
|
65
65
|
const Label = this.getDimensionType();
|
|
66
66
|
const optionsRef = /*#__PURE__*/createRef();
|
|
67
|
-
const LockIcon = /*#__PURE__*/React.createElement("
|
|
67
|
+
const LockIcon = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
68
|
+
className: `jsx-${styles.__hash}` + " " + "lockWrapper"
|
|
69
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
68
70
|
width: "7",
|
|
69
71
|
height: "9",
|
|
70
72
|
fill: "none",
|
|
71
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
73
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
74
|
+
className: `jsx-${styles.__hash}`
|
|
72
75
|
}, /*#__PURE__*/React.createElement("path", {
|
|
73
76
|
fillRule: "evenodd",
|
|
74
77
|
clipRule: "evenodd",
|
|
75
78
|
d: "M3.5 1A1.5 1.5 0 0 0 2 2.5V3h3v-.5A1.5 1.5 0 0 0 3.5 1ZM1 2.5V3H0v6h7V3H6v-.5a2.5 2.5 0 0 0-5 0ZM1 8V4h5v4H1Zm3-1V5H3v2h1Z",
|
|
76
|
-
fill: "none"
|
|
77
|
-
|
|
79
|
+
fill: "none",
|
|
80
|
+
className: `jsx-${styles.__hash}`
|
|
81
|
+
}))), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
82
|
+
id: styles.__hash
|
|
83
|
+
}, styles));
|
|
78
84
|
const onLabelClick = () => {
|
|
79
85
|
if (!isDeactivated && !getPredefinedDimensionProp(id, DIMENSION_PROP_NO_ITEMS)) {
|
|
80
86
|
onClick(id);
|
|
@@ -106,15 +112,13 @@ class DimensionItem extends Component {
|
|
|
106
112
|
}, Label), /*#__PURE__*/React.createElement(RecommendedIcon, {
|
|
107
113
|
isRecommended: isRecommended,
|
|
108
114
|
dataTest: `${dataTest}-recommended-icon`
|
|
109
|
-
}))), onOptionsClick ? /*#__PURE__*/React.createElement("div", {
|
|
115
|
+
}))), onOptionsClick && !isDeactivated && !isLocked ? /*#__PURE__*/React.createElement("div", {
|
|
110
116
|
ref: optionsRef,
|
|
111
117
|
"data-test": `${dataTest}-menu-${id}`,
|
|
112
118
|
className: `jsx-${styles.__hash}` + " " + "optionsWrapper"
|
|
113
|
-
}, this.state.mouseOver
|
|
119
|
+
}, this.state.mouseOver ? /*#__PURE__*/React.createElement(OptionsButton, {
|
|
114
120
|
onClick: this.onOptionsClick(id, optionsRef)
|
|
115
|
-
}) : null) : null, isLocked && /*#__PURE__*/React.createElement(
|
|
116
|
-
className: `jsx-${styles.__hash}` + " " + "lockWrapper"
|
|
117
|
-
}, LockIcon)), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
121
|
+
}) : null) : null, isLocked && LockIcon), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
118
122
|
id: styles.__hash
|
|
119
123
|
}, styles));
|
|
120
124
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { colors } from '@dhis2/ui';
|
|
2
|
-
const _defaultExport = [`.item.jsx-
|
|
3
|
-
_defaultExport.__hash = "
|
|
2
|
+
const _defaultExport = [`.item.jsx-407651844{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-407651844:not(.deactivated):not(.dragging):hover{background-color:${colors.grey100};border-color:${colors.grey400};}`, ".label.jsx-407651844{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-407651844{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-407651844{font-size:13px;line-height:15px;margin-top:1px;}", ".iconWrapper.jsx-407651844{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-407651844{opacity:0.5;cursor:not-allowed;}", `.item.selected.jsx-407651844{background-color:${colors.teal100};border:1px solid ${colors.teal200};color:${colors.teal900};fill:${colors.teal800};font-weight:400;}`, ".item.selected.jsx-407651844:not(.deactivated):hover{background:#cdeae8;border-color:#93c4bf;box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);}", ".optionsWrapper.jsx-407651844{width:20px;height:20px;}", `.lockWrapper.jsx-407651844 svg.jsx-407651844 path.jsx-407651844{fill:${colors.grey800};}`, `.lockWrapper.jsx-407651844{background:${colors.grey300};height:20px;padding:0 2px 1px 3px;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-407651844 .lockWrapper.jsx-407651844{background:#cbe7e5;}", `.item.selected.jsx-407651844 .lockWrapper.jsx-407651844 svg.jsx-407651844 path.jsx-407651844{fill:${colors.teal900};}`];
|
|
3
|
+
_defaultExport.__hash = "407651844";
|
|
4
4
|
export default _defaultExport;
|
|
@@ -1,74 +1,74 @@
|
|
|
1
1
|
{
|
|
2
|
-
"view only": "",
|
|
3
|
-
"view and edit": "",
|
|
4
|
-
"all users ({{accessLevel}})": "",
|
|
5
|
-
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
|
-
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
|
-
"Not shared with any users or groups": "",
|
|
2
|
+
"view only": "ເບິ່ງຢ່າງດຽວ",
|
|
3
|
+
"view and edit": "ເບິ່ງ ແລະ ແກ້ໄຂ",
|
|
4
|
+
"all users ({{accessLevel}})": "ຜູ້ໃຊ້ທັງໝົດ {{accessLevel}}",
|
|
5
|
+
"{{userOrGroup}} ({{accessLevel}})": " {{userOrGroup}} ({{accessLevel}} )",
|
|
6
|
+
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "ແບ່ງປັນໃຫ້ກັບ {{commaSeparatedListOfUsersAndGroups}}",
|
|
7
|
+
"Not shared with any users or groups": "ບໍ່ໃຫ້ແບ່ງປັນກັບຜູ້ໃຊ້ ແລະ ກຸ່ມອື່ນ",
|
|
8
8
|
"No description": "ບໍ່ມີລາຍລະອຽດ",
|
|
9
9
|
"Last updated {{time}}": "ແກ້ໄຂລ່າສຸດ {{time}}",
|
|
10
|
-
"Created {{time}} by {{author}}": "",
|
|
11
|
-
"Created {{time}}": "",
|
|
12
|
-
"Viewed {{count}} times": "",
|
|
13
|
-
"Notifications": "",
|
|
14
|
-
"You're subscribed and getting updates about new interpretations.": "",
|
|
15
|
-
"Unsubscribe": "",
|
|
16
|
-
"Subscribe to get updates about new interpretations.": "",
|
|
17
|
-
"Subscribe": "",
|
|
18
|
-
"About this map": "",
|
|
19
|
-
"About this line list": "",
|
|
20
|
-
"About this visualization": "",
|
|
21
|
-
"This app could not retrieve required data.": "",
|
|
10
|
+
"Created {{time}} by {{author}}": "ສ້າງ {{time}} ໂດຍ {{author}}",
|
|
11
|
+
"Created {{time}}": "ສ້າງ {{time}}",
|
|
12
|
+
"Viewed {{count}} times": "ກວດເບິ່ງ {{count}} ຄັ້ງ",
|
|
13
|
+
"Notifications": "ການແຈ້ງເຕືອນ",
|
|
14
|
+
"You're subscribed and getting updates about new interpretations.": "ທ່ານກົດປູ່ມສະໜັກ ເພື່ອຈະໄດ້ອັບເດດ ແລະ ຮັບຂໍ້ມູນໃໝ່",
|
|
15
|
+
"Unsubscribe": "ຍົກເລີກການສະໝັກ",
|
|
16
|
+
"Subscribe to get updates about new interpretations.": "ສະໝັກເພື່ອທີ່ຈະຮັບຮູ້ຂໍ້ມູນໃໝ່",
|
|
17
|
+
"Subscribe": "ສະໝັກ",
|
|
18
|
+
"About this map": "ກ່ຽວກັບແຜນທີ່",
|
|
19
|
+
"About this line list": "ກ່ຽວກັບບັນຊີລາຍຊື່",
|
|
20
|
+
"About this visualization": "ກ່ຽວກັບການສ້າງພາບຂໍ້ມູນ",
|
|
21
|
+
"This app could not retrieve required data.": "ແອັບນີ້ບໍ່ສາມາດດຶງຂໍ້ມູນທີ່ຕ້ອງການໄດ້",
|
|
22
22
|
"Network error": "ຂໍ້ຜິດພາດທາງເຄື່ອຂ່າຍ",
|
|
23
|
-
"Data / Edit calculation": "",
|
|
24
|
-
"Data / New calculation": "",
|
|
23
|
+
"Data / Edit calculation": "ຂໍ້ມູນ / ແກ້ໄຂການຄິດໄລ່",
|
|
24
|
+
"Data / New calculation": "ຂໍ້ມູນ / ຄິດໄລ່ໃໝ່",
|
|
25
25
|
"Remove item": "ລົບລາຍການ",
|
|
26
|
-
"Check formula": "",
|
|
27
|
-
"Calculation name": "",
|
|
28
|
-
"Shown in table headers and chart axes/legends": "",
|
|
29
|
-
"Delete calculation": "",
|
|
30
|
-
"Cancel": "
|
|
31
|
-
"The calculation can only be saved with a valid formula": "",
|
|
32
|
-
"Add a name to save this calculation": "",
|
|
33
|
-
"Save calculation": "",
|
|
34
|
-
"Are you sure you want to delete this calculation? It may be used by other visualizations.": "",
|
|
35
|
-
"Yes, delete": "",
|
|
36
|
-
"Totals only": "",
|
|
37
|
-
"Details only": "",
|
|
26
|
+
"Check formula": "ກວດເບິ່ງສູດ",
|
|
27
|
+
"Calculation name": "ຊື່ການຄິດໄລ່",
|
|
28
|
+
"Shown in table headers and chart axes/legends": "ສະແດງຢູ່ເທິງຕາຕະລາງ ແລະ ແກນແຜນວາດ",
|
|
29
|
+
"Delete calculation": "ລົບການຄິດໄລ່",
|
|
30
|
+
"Cancel": "ຍົກເລີກ",
|
|
31
|
+
"The calculation can only be saved with a valid formula": "ການຄິດໄລ່ແມ່ນຖືກບັນທຶກດ້ວຍສູດທີ່ຖືກຕ້ອງເທົ່ານັ້ນ",
|
|
32
|
+
"Add a name to save this calculation": "ເພີ່ມຊື່ເພື່ບັນທຶກການຄິດໄລ່",
|
|
33
|
+
"Save calculation": "ບັນທຶກການຄິດໄລ່",
|
|
34
|
+
"Are you sure you want to delete this calculation? It may be used by other visualizations.": "ເຈົ້າແນ່ໃຈບໍ່ສິລືບຂໍ້ມູນການຄິດໄລ່ນີ້? ຂໍ້ມູນດັ້ງກ່າວອາດຈະຖືກນໍາໃຊ້ໃນການສ້າງພາບຂໍ້ມູນໃໝ່ກໍ່ເປັນໄດ້",
|
|
35
|
+
"Yes, delete": "ຢືນຢັນ, ລົບ",
|
|
36
|
+
"Totals only": "ທັງໝົດເທົ່ານັ້ນ",
|
|
37
|
+
"Details only": "ລາຍລະອຽດເທົ່ານັ້ນ",
|
|
38
38
|
"Loading": "ກໍາລັງໂຫຼດ",
|
|
39
39
|
"Data elements": "ອົງປະກອບຂໍ້ມູນ",
|
|
40
|
-
"Search by data element name": "",
|
|
41
|
-
"No data elements found for \"{{- searchTerm}}\"": "",
|
|
42
|
-
"No data elements found": "",
|
|
43
|
-
"Drag items here, or double click in the list, to start building a calculation formula": "",
|
|
40
|
+
"Search by data element name": "ຄົ້ນຫາໂດຍຊື່ອົງປະກອບຂໍ້ມູນ",
|
|
41
|
+
"No data elements found for \"{{- searchTerm}}\"": "ບໍ່ພົບອົງປະກອບຂໍ້ມູນຂອງ \"{{- searchTerm}}\"",
|
|
42
|
+
"No data elements found": "ບໍ່ພົບອົງປະກອບຂໍ໊ມູນ",
|
|
43
|
+
"Drag items here, or double click in the list, to start building a calculation formula": "ລາກລາຍການມາບ່ອນນີ້, ຫຼືຄລິກສອງເທື່ອໃນລາຍການເພື່ອສ້າງສູດການຄິດໄລ່",
|
|
44
44
|
"Math operators": "",
|
|
45
|
-
"Data Type": "",
|
|
46
|
-
"Only {{dataType}} can be used in {{visType}}": "",
|
|
47
|
-
"All types": "",
|
|
45
|
+
"Data Type": "ຊະນິດຂໍ້ມູນ",
|
|
46
|
+
"Only {{dataType}} can be used in {{visType}}": "ມີພຽງ {{dataType}} ທີສາມາດໃຊ້ໃນ {{visType}}",
|
|
47
|
+
"All types": "ທຸກຊະນິດ",
|
|
48
48
|
"Disaggregation": "Disaggregation",
|
|
49
49
|
"No data": "ບໍ່ມີຂໍ້ມູນ",
|
|
50
|
-
"Search by data item name": "",
|
|
51
|
-
"No items selected": "",
|
|
52
|
-
"Selected Items": "",
|
|
53
|
-
"No indicators found": "",
|
|
54
|
-
"No data sets found": "",
|
|
55
|
-
"No event data items found": "",
|
|
56
|
-
"No program indicators found": "",
|
|
57
|
-
"No calculations found": "",
|
|
58
|
-
"No indicators found for \"{{- searchTerm}}\"": "",
|
|
59
|
-
"No data sets found for \"{{- searchTerm}}\"": "",
|
|
60
|
-
"No event data items found for \"{{- searchTerm}}\"": "",
|
|
61
|
-
"No program indicators found for \"{{- searchTerm}}\"": "",
|
|
62
|
-
"No calculations found for \"{{- searchTerm}}\"": "",
|
|
63
|
-
"Nothing found for \"{{- searchTerm}}\"": "",
|
|
64
|
-
"Calculation": "",
|
|
50
|
+
"Search by data item name": "ຄົ້ນຫາໂດຍຊື່ລາຍການຂໍ້ມູນ",
|
|
51
|
+
"No items selected": "ບໍ່ມີລາຍການທີ່ຖືກເລືອກ",
|
|
52
|
+
"Selected Items": "ລາຍການທີ່ເລືອກ",
|
|
53
|
+
"No indicators found": "ບໍ່ພົບຕົວຊີ້ວັດ",
|
|
54
|
+
"No data sets found": "ບໍ່ພົບຊຸດຂໍ້ມູນ",
|
|
55
|
+
"No event data items found": "ບໍ່ພົບຂໍ້ມູນເຫດການ",
|
|
56
|
+
"No program indicators found": "ບໍ່ພົບໂປຼແກຼມຕົວຊີ້ວັດ",
|
|
57
|
+
"No calculations found": "ບໍ່ພົບການຄິດໄລ່",
|
|
58
|
+
"No indicators found for \"{{- searchTerm}}\"": "ບໍ່ພົບຕົວຊີ້ວັດສຳລັບ \"{{- searchTerm}}\"",
|
|
59
|
+
"No data sets found for \"{{- searchTerm}}\"": "ບໍ່ພົບຊຸດຂໍ້ມູນສຳລັບ \"{{- searchTerm}}\"",
|
|
60
|
+
"No event data items found for \"{{- searchTerm}}\"": "ບໍ່ພົບຂໍ້ມູນເຫດການສຳລັບ \"{{- searchTerm}}\"",
|
|
61
|
+
"No program indicators found for \"{{- searchTerm}}\"": "ບໍ່ພົບໂປຼແກຼມຕົວຊີ້ວັດສຳລັບ \"{{- searchTerm}}\"",
|
|
62
|
+
"No calculations found for \"{{- searchTerm}}\"": "ບໍ່ພົບການຄິດໄລ່ສຳລັບ \"{{- serachTerm}}\"",
|
|
63
|
+
"Nothing found for \"{{- searchTerm}}\"": "ບໍ່ພົບຫຍັງສຳລັບ \"{{- searchTerm}}\"",
|
|
64
|
+
"Calculation": "ການຄິດໄລ່",
|
|
65
65
|
"Metric type": "",
|
|
66
66
|
"All metrics": "ທຸກການປັບປຸງ",
|
|
67
|
-
"Move to {{axisName}}": "",
|
|
68
|
-
"Add to {{axisName}}": "",
|
|
69
|
-
"Not available for {{visualizationType}}": "",
|
|
70
|
-
"Remove Assigned Categories": "",
|
|
71
|
-
"Add Assigned Categories": "",
|
|
67
|
+
"Move to {{axisName}}": "ຍ້າຍໄປ {{axisName}}",
|
|
68
|
+
"Add to {{axisName}}": "ເພີ່ມໃສ່ {{axisName}}",
|
|
69
|
+
"Not available for {{visualizationType}}": "ບໍ່ມີສໍາລັບ {{visualizationType}}",
|
|
70
|
+
"Remove Assigned Categories": "ລົບກຸ່ມທີ່ຖືກມອບໝາຍ",
|
|
71
|
+
"Add Assigned Categories": "ເພີ່ມກຸ່ມທີ່ຖືກມອບໝາຍ",
|
|
72
72
|
"Remove": "ລົບອອກ",
|
|
73
73
|
"Filter dimensions": "",
|
|
74
74
|
"Main dimensions": "",
|