myio-js-library 0.1.149 → 0.1.150
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/index.cjs +0 -14
- package/dist/index.js +0 -14
- package/dist/myio-js-library.umd.js +0 -14
- package/dist/myio-js-library.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5048,20 +5048,6 @@ function buildDOM(state) {
|
|
|
5048
5048
|
powerVal.className = "val";
|
|
5049
5049
|
powerMetric.appendChild(powerVal);
|
|
5050
5050
|
footer.appendChild(powerMetric);
|
|
5051
|
-
const telemetryMetric = document.createElement("div");
|
|
5052
|
-
telemetryMetric.className = "metric";
|
|
5053
|
-
const telemetryIcon = document.createElement("i");
|
|
5054
|
-
telemetryIcon.className = "ico ico-sync";
|
|
5055
|
-
telemetryIcon.innerHTML = Icons.dot;
|
|
5056
|
-
telemetryMetric.appendChild(telemetryIcon);
|
|
5057
|
-
const telemetryLabel = document.createElement("div");
|
|
5058
|
-
telemetryLabel.className = "label";
|
|
5059
|
-
telemetryLabel.textContent = i18n.last_telemetry || "\xDAlt. Telemetria";
|
|
5060
|
-
telemetryMetric.appendChild(telemetryLabel);
|
|
5061
|
-
const telemetryVal = document.createElement("div");
|
|
5062
|
-
telemetryVal.className = "val";
|
|
5063
|
-
telemetryMetric.appendChild(telemetryVal);
|
|
5064
|
-
footer.appendChild(telemetryMetric);
|
|
5065
5051
|
root.appendChild(footer);
|
|
5066
5052
|
return root;
|
|
5067
5053
|
}
|
package/dist/index.js
CHANGED
|
@@ -4940,20 +4940,6 @@ function buildDOM(state) {
|
|
|
4940
4940
|
powerVal.className = "val";
|
|
4941
4941
|
powerMetric.appendChild(powerVal);
|
|
4942
4942
|
footer.appendChild(powerMetric);
|
|
4943
|
-
const telemetryMetric = document.createElement("div");
|
|
4944
|
-
telemetryMetric.className = "metric";
|
|
4945
|
-
const telemetryIcon = document.createElement("i");
|
|
4946
|
-
telemetryIcon.className = "ico ico-sync";
|
|
4947
|
-
telemetryIcon.innerHTML = Icons.dot;
|
|
4948
|
-
telemetryMetric.appendChild(telemetryIcon);
|
|
4949
|
-
const telemetryLabel = document.createElement("div");
|
|
4950
|
-
telemetryLabel.className = "label";
|
|
4951
|
-
telemetryLabel.textContent = i18n.last_telemetry || "\xDAlt. Telemetria";
|
|
4952
|
-
telemetryMetric.appendChild(telemetryLabel);
|
|
4953
|
-
const telemetryVal = document.createElement("div");
|
|
4954
|
-
telemetryVal.className = "val";
|
|
4955
|
-
telemetryMetric.appendChild(telemetryVal);
|
|
4956
|
-
footer.appendChild(telemetryMetric);
|
|
4957
4943
|
root.appendChild(footer);
|
|
4958
4944
|
return root;
|
|
4959
4945
|
}
|
|
@@ -4938,20 +4938,6 @@
|
|
|
4938
4938
|
powerVal.className = "val";
|
|
4939
4939
|
powerMetric.appendChild(powerVal);
|
|
4940
4940
|
footer.appendChild(powerMetric);
|
|
4941
|
-
const telemetryMetric = document.createElement("div");
|
|
4942
|
-
telemetryMetric.className = "metric";
|
|
4943
|
-
const telemetryIcon = document.createElement("i");
|
|
4944
|
-
telemetryIcon.className = "ico ico-sync";
|
|
4945
|
-
telemetryIcon.innerHTML = Icons.dot;
|
|
4946
|
-
telemetryMetric.appendChild(telemetryIcon);
|
|
4947
|
-
const telemetryLabel = document.createElement("div");
|
|
4948
|
-
telemetryLabel.className = "label";
|
|
4949
|
-
telemetryLabel.textContent = i18n.last_telemetry || "\xDAlt. Telemetria";
|
|
4950
|
-
telemetryMetric.appendChild(telemetryLabel);
|
|
4951
|
-
const telemetryVal = document.createElement("div");
|
|
4952
|
-
telemetryVal.className = "val";
|
|
4953
|
-
telemetryMetric.appendChild(telemetryVal);
|
|
4954
|
-
footer.appendChild(telemetryMetric);
|
|
4955
4941
|
root.appendChild(footer);
|
|
4956
4942
|
return root;
|
|
4957
4943
|
}
|