evui 3.4.15 → 3.4.16
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
|
@@ -8124,7 +8124,7 @@ $({ target: 'Number', stat: true }, {
|
|
|
8124
8124
|
/***/ "9224":
|
|
8125
8125
|
/***/ (function(module) {
|
|
8126
8126
|
|
|
8127
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
8127
|
+
module.exports = JSON.parse("{\"a\":\"3.4.16\"}");
|
|
8128
8128
|
|
|
8129
8129
|
/***/ }),
|
|
8130
8130
|
|
|
@@ -32173,7 +32173,7 @@ var uses_filterEvent = function filterEvent(params) {
|
|
|
32173
32173
|
} else if (comparison === 'isEmpty') {
|
|
32174
32174
|
result = value === undefined || value === null || isNaN(value);
|
|
32175
32175
|
} else if (comparison === 'isNotEmpty') {
|
|
32176
|
-
result = !!value;
|
|
32176
|
+
result = !!value || value === 0;
|
|
32177
32177
|
}
|
|
32178
32178
|
|
|
32179
32179
|
return result;
|