@hi-ui/dropdown 4.2.1 → 4.2.2-alpha.0

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.
@@ -188,7 +188,8 @@ var DropdownMenuItem = /*#__PURE__*/React.forwardRef(function (_a, ref) {
188
188
  width: width
189
189
  }, rest), {
190
190
  trigger: triggerMethods,
191
- parents: parentsProp
191
+ parents: parentsProp,
192
+ disabled: disabled
192
193
  })),
193
194
  menuVisible = _useDropdown.menuVisible,
194
195
  rootProps = _useDropdown.rootProps,
@@ -175,7 +175,8 @@ var DropdownMenuItem = /*#__PURE__*/forwardRef(function (_a, ref) {
175
175
  width: width
176
176
  }, rest), {
177
177
  trigger: triggerMethods,
178
- parents: parentsProp
178
+ parents: parentsProp,
179
+ disabled: disabled
179
180
  })),
180
181
  menuVisible = _useDropdown.menuVisible,
181
182
  rootProps = _useDropdown.rootProps,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/dropdown",
3
- "version": "4.2.1",
3
+ "version": "4.2.2-alpha.0",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",