evui 3.4.112 → 3.4.113
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/evui.common.js
CHANGED
|
@@ -11164,7 +11164,7 @@ module.exports = exports;
|
|
|
11164
11164
|
/***/ "9224":
|
|
11165
11165
|
/***/ (function(module) {
|
|
11166
11166
|
|
|
11167
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
11167
|
+
module.exports = JSON.parse("{\"a\":\"3.4.113\"}");
|
|
11168
11168
|
|
|
11169
11169
|
/***/ }),
|
|
11170
11170
|
|
|
@@ -42992,7 +42992,7 @@ var element_bar_Bar = /*#__PURE__*/function () {
|
|
|
42992
42992
|
|
|
42993
42993
|
if (sx <= xp && xp <= ex) {
|
|
42994
42994
|
item.data = gdata[m];
|
|
42995
|
-
item.index = m;
|
|
42995
|
+
item.index = gdata[m].index; // 원본 데이터 인덱스 사용
|
|
42996
42996
|
|
|
42997
42997
|
if (ey <= yp && yp <= sy) {
|
|
42998
42998
|
item.hit = true;
|
|
@@ -43041,7 +43041,7 @@ var element_bar_Bar = /*#__PURE__*/function () {
|
|
|
43041
43041
|
|
|
43042
43042
|
if (ey <= yp && yp <= sy) {
|
|
43043
43043
|
item.data = gdata[m];
|
|
43044
|
-
item.index = m;
|
|
43044
|
+
item.index = gdata[m].index; // 원본 데이터 인덱스 사용
|
|
43045
43045
|
|
|
43046
43046
|
if (sx <= xp && xp <= ex) {
|
|
43047
43047
|
item.hit = true;
|