xmlui 0.11.17 → 0.11.18

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.
@@ -745,6 +745,7 @@ declare type DropdownMenuProps = {
745
745
  triggerButtonIcon?: string;
746
746
  triggerButtonIconPosition?: IconPosition;
747
747
  compact?: boolean;
748
+ modal?: boolean;
748
749
  };
749
750
 
750
751
  declare function dSetValueApi(): ComponentPropertyMetadata;
@@ -1787,6 +1788,7 @@ declare const standaloneExports: {
1787
1788
  triggerButtonIcon?: string;
1788
1789
  triggerButtonIconPosition?: IconPosition_2;
1789
1790
  compact?: boolean;
1791
+ modal?: boolean;
1790
1792
  } & default_2.RefAttributes<unknown>>;
1791
1793
  MenuItem: default_2.ForwardRefExoticComponent<{
1792
1794
  icon?: default_2.ReactNode;