evui 3.4.86 → 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
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
|
|