master-components-react 4.3.20 → 4.3.22

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2617,7 +2617,7 @@ const $a = ({
2617
2617
  onClearAll: b,
2618
2618
  theme: B,
2619
2619
  buttonLoading: W,
2620
- resultNumber: D,
2620
+ resultNumber: D = 0,
2621
2621
  popupMode: a = "modal",
2622
2622
  onSingleChange: p,
2623
2623
  loaded: h,
@@ -2722,7 +2722,7 @@ const $a = ({
2722
2722
  ),
2723
2723
  /* @__PURE__ */ i("span", { className: Me.filter, style: A?.style ?? {}, children: [
2724
2724
  A?.label ?? "",
2725
- j && /* @__PURE__ */ e("span", { className: Me.resultNumber, style: P?.showResultName?.style ?? {}, children: j ?? "1211" })
2725
+ j != null && /* @__PURE__ */ e("span", { className: Me.resultNumber, style: P?.showResultName?.style ?? {}, children: j })
2726
2726
  ] })
2727
2727
  ]
2728
2728
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react",
3
3
  "private": false,
4
- "version": "4.3.20",
4
+ "version": "4.3.22",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",