xmlui 0.11.16 → 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.
- package/dist/lib/{index-ontex45U.js → index-PMsVrlLh.js} +85 -59
- package/dist/lib/index.css +1 -1
- package/dist/lib/{initMock-BsfLxhPR.js → initMock-BL6pZOMv.js} +1 -1
- package/dist/lib/xmlui.d.ts +1 -0
- package/dist/lib/xmlui.js +1 -1
- package/dist/metadata/{collectedComponentMetadata-BL0tS7Su.js → collectedComponentMetadata-DluIiyr5.js} +85 -59
- package/dist/metadata/{initMock-RhX6qMsS.js → initMock-CWzXht5U.js} +1 -1
- package/dist/metadata/xmlui-metadata.css +1 -1
- package/dist/metadata/xmlui-metadata.js +1 -1
- package/dist/metadata/xmlui-metadata.umd.cjs +1 -1
- package/dist/standalone/xmlui-standalone.es.d.ts +2 -0
- package/dist/standalone/xmlui-standalone.umd.js +36 -36
- package/package.json +12 -12
|
@@ -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;
|