@xfe-repo/web-components 1.6.0 → 1.6.2

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.js CHANGED
@@ -7451,7 +7451,8 @@ var EffectLabelSelect = (0, import_react52.memo)(function(props) {
7451
7451
  showSearch: true,
7452
7452
  allowClear: true,
7453
7453
  defaultActiveFirstOption: false,
7454
- filterOption: false
7454
+ filterOption: false,
7455
+ popupMatchSelectWidth: false
7455
7456
  };
7456
7457
  return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_antd40.Space.Compact, {
7457
7458
  className: index_module_default21.select_wrap,
package/dist/index.mjs CHANGED
@@ -7157,7 +7157,8 @@ var EffectLabelSelect = memo38(function(props) {
7157
7157
  showSearch: true,
7158
7158
  allowClear: true,
7159
7159
  defaultActiveFirstOption: false,
7160
- filterOption: false
7160
+ filterOption: false,
7161
+ popupMatchSelectWidth: false
7161
7162
  };
7162
7163
  return /* @__PURE__ */ jsxs20(Space4.Compact, {
7163
7164
  className: index_module_default21.select_wrap,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-components",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "module": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": [
@@ -61,10 +61,10 @@
61
61
  "react-dom": "18.2.0",
62
62
  "react-use": "^17.5.1",
63
63
  "swr": "^2.2.5",
64
- "@xfe-repo/web-micro": "1.6.0",
65
- "@xfe-repo/web-service": "1.6.0",
66
64
  "@xfe-repo/web-router": "1.6.0",
67
- "@xfe-repo/web-utils": "1.6.0"
65
+ "@xfe-repo/web-micro": "1.6.0",
66
+ "@xfe-repo/web-utils": "1.6.0",
67
+ "@xfe-repo/web-service": "1.6.0"
68
68
  },
69
69
  "publishConfig": {
70
70
  "registry": "https://registry.npmjs.org/"