@kmkf-fe-packages/basic-components 2.10.9-beta.25 → 2.10.9-beta.26

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/index.esm.js CHANGED
@@ -16406,11 +16406,13 @@ var transformFormData = function transformFormData(formData) {
16406
16406
  var _formData$key, _formData$key2, _formData$key3, _formData$key4;
16407
16407
  var value = ((_formData$key = formData[key]) === null || _formData$key === void 0 ? void 0 : _formData$key.type) ? (_formData$key2 = formData[key]) === null || _formData$key2 === void 0 ? void 0 : _formData$key2.inputValue : formData[key];
16408
16408
  var compareSymbol = ((_formData$key3 = formData[key]) === null || _formData$key3 === void 0 ? void 0 : _formData$key3.type) ? (_formData$key4 = formData[key]) === null || _formData$key4 === void 0 ? void 0 : _formData$key4.type : Array.isArray(value) ? 'eq' : 'like';
16409
- conditionList.push({
16410
- leftValue: key,
16411
- compareSymbol: compareSymbol,
16412
- rightValue: value
16413
- });
16409
+ if (!isNull(value)) {
16410
+ conditionList.push({
16411
+ leftValue: key,
16412
+ compareSymbol: compareSymbol,
16413
+ rightValue: value
16414
+ });
16415
+ }
16414
16416
  }
16415
16417
  }
16416
16418
  return conditionList;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.10.9-beta.25",
3
+ "version": "2.10.9-beta.26",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "94fca8997d4d3587ba91d4e9683ff2b1ab39bb3d"
69
+ "gitHead": "b010ad136ff032beedd6b2d275725e73ea4d7f3a"
70
70
  }