evui 3.4.157 → 3.4.158

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evui",
3
- "version": "3.4.157",
3
+ "version": "3.4.158",
4
4
  "description": "A EXEM Library project",
5
5
  "author": "exem <dev_client@ex-em.com>",
6
6
  "license": "MIT",
@@ -1167,6 +1167,7 @@ const modules = {
1167
1167
  selectLabel?.useApproximateValue,
1168
1168
  dataIndex,
1169
1169
  true,
1170
+ true,
1170
1171
  );
1171
1172
  labelIndex = hitInfo.dataIndex ?? -1;
1172
1173
  }