@dexteel/mesf-core 4.7.10 → 4.7.11
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/CHANGELOG.md +5 -0
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
|
+
## 4.7.11
|
|
3
|
+
- Trending: Fix Unit column title bug
|
|
4
|
+
## 4.7.10
|
|
5
|
+
- Trendings: Fixes the position of autoscale and unit fields in table. Now the unit is always editable. Improve the max scale and min scale style
|
|
6
|
+
- Trending: Improve field styles of table (Alias/tagname, red cursor, blue cursor)
|
|
2
7
|
## 4.7.9
|
|
3
8
|
- Trendings: Add distinction between public and private views in Load View popup. Also now you can Edit/Delete the views
|
|
4
9
|
## 4.7.8
|
package/dist/index.esm.js
CHANGED
|
@@ -11067,6 +11067,7 @@ var TableComponent = function (_a) {
|
|
|
11067
11067
|
React__default.createElement("th", { className: classes.inputCol }, "Min Scale"),
|
|
11068
11068
|
React__default.createElement("th", { className: classes.inputCol }, "Max Scale"),
|
|
11069
11069
|
React__default.createElement("th", { className: classes.autoScale }, "AutoScale"),
|
|
11070
|
+
React__default.createElement("th", { className: classes.unit }, "Unit"),
|
|
11070
11071
|
React__default.createElement("th", null,
|
|
11071
11072
|
" ",
|
|
11072
11073
|
cursorData ? (function () {
|