antd-management-fast-component 2.6.139 → 2.6.140

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.
@@ -64,7 +64,7 @@ export function buildDropdown({ key, ellipsisMode, confirm, title, placement, ok
64
64
  processing?: boolean | undefined;
65
65
  iconProcessing?: React.JSX.Element | undefined;
66
66
  }): React.JSX.Element;
67
- export function buildDropdownButton({ confirm, title, placement, okText, cancelText, type: typeSource, size, text, icon, handleData: r, arrow, disabled, hidden, handleButtonClick, handleMenuClick, items, itemPanelTitle, }: {
67
+ export function buildDropdownButton({ confirm, title, placement, okText, cancelText, type: typeSource, size, text, icon, handleData: r, arrow, disabled, hidden, handleButtonClick, handleMenuClick, items, itemPanelTitle, itemPanelZIndex, }: {
68
68
  confirm?: boolean | undefined;
69
69
  title?: string | undefined;
70
70
  placement?: string | undefined;
@@ -82,8 +82,9 @@ export function buildDropdownButton({ confirm, title, placement, okText, cancelT
82
82
  handleMenuClick?: (() => void) | undefined;
83
83
  items?: any[] | undefined;
84
84
  itemPanelTitle?: string | undefined;
85
+ itemPanelZIndex?: null | undefined;
85
86
  }): React.JSX.Element;
86
- export function buildDropdownEllipsis({ placement, type: typeSource, size, icon, arrow, disabled, hidden, handleData: r, handleMenuClick, items, itemPanelTitle, }: {
87
+ export function buildDropdownEllipsis({ placement, type: typeSource, size, icon, arrow, disabled, hidden, handleData: r, handleMenuClick, items, itemPanelTitle, itemPanelZIndex, }: {
87
88
  placement?: string | undefined;
88
89
  type?: string | undefined;
89
90
  size?: string | undefined;
@@ -95,6 +96,7 @@ export function buildDropdownEllipsis({ placement, type: typeSource, size, icon,
95
96
  handleMenuClick?: (() => void) | undefined;
96
97
  items?: any[] | undefined;
97
98
  itemPanelTitle?: string | undefined;
99
+ itemPanelZIndex?: null | undefined;
98
100
  }): React.JSX.Element;
99
101
  export function buildTree(properties: any): React.JSX.Element;
100
102
  export function buildAlert(properties: any): React.JSX.Element;