evui 3.4.85 → 3.4.87
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 +5 -2
- package/dist/evui.common.js.map +1 -1
- package/dist/evui.umd.js +5 -2
- package/dist/evui.umd.js.map +1 -1
- package/dist/evui.umd.min.js +1 -1
- package/dist/evui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chart/element/element.bar.js +3 -1
- package/src/components/select/uses.js +1 -0
package/dist/evui.common.js
CHANGED
|
@@ -11245,7 +11245,7 @@ $({ target: 'Number', stat: true }, {
|
|
|
11245
11245
|
/***/ "9224":
|
|
11246
11246
|
/***/ (function(module) {
|
|
11247
11247
|
|
|
11248
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
11248
|
+
module.exports = JSON.parse("{\"a\":\"3.4.87\"}");
|
|
11249
11249
|
|
|
11250
11250
|
/***/ }),
|
|
11251
11251
|
|
|
@@ -18611,6 +18611,7 @@ var uses_useDropdown = function useDropdown(param) {
|
|
|
18611
18611
|
allCheck.value = mv.value.length === filteredItems.value.filter(function (item) {
|
|
18612
18612
|
return !item.disabled;
|
|
18613
18613
|
}).length;
|
|
18614
|
+
mv.value = _toConsumableArray(mv.value);
|
|
18614
18615
|
changeMv();
|
|
18615
18616
|
};
|
|
18616
18617
|
|
|
@@ -42923,7 +42924,9 @@ var element_bar_Bar = /*#__PURE__*/function () {
|
|
|
42923
42924
|
var formattedTxt;
|
|
42924
42925
|
|
|
42925
42926
|
if (formatter) {
|
|
42926
|
-
formattedTxt = formatter(value
|
|
42927
|
+
formattedTxt = formatter(value, {
|
|
42928
|
+
label: isHorizontal ? data.y : data.x
|
|
42929
|
+
});
|
|
42927
42930
|
}
|
|
42928
42931
|
|
|
42929
42932
|
if (!formatter || typeof formattedTxt !== 'string') {
|