@cloudparker/moldex.js 0.0.64 → 0.0.65

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.
@@ -134,7 +134,6 @@ export async function openLoadingDialog({ msg = "Please wait...", loadingDialogC
134
134
  ...params,
135
135
  hasHeader: false,
136
136
  hasFooter: false,
137
- size: 'xs',
138
137
  };
139
138
  let dialog = addDialog(props);
140
139
  dialog.openDialog();
@@ -32,7 +32,7 @@
32
32
  menuItemInnerSnippet?: Snippet<[ListItemType, number]>;
33
33
  menuItemSnippet?: Snippet<[ListItemType, number]>;
34
34
  menus?: string[] | ListItemType[];
35
- onMenu?: (ev: MouseEvent, item: string | ListItemType, index?: number) => void;
35
+ onMenu?: (ev: MouseEvent, menu: string | ListItemType, index?: number) => void;
36
36
  rightIconClassName?: string;
37
37
  rightIconPath?: string;
38
38
  screenOnlyDesc?: string;
@@ -98,7 +98,7 @@
98
98
  menuItemInnerSnippet,
99
99
  menuItemSnippet,
100
100
  menus = [],
101
- onMenu = (ev: MouseEvent, item: string | ListItemType, index?: number) => {},
101
+ onMenu = (ev: MouseEvent, menu: string | ListItemType, index?: number) => {},
102
102
  rightIconClassName = '',
103
103
  rightIconPath = '',
104
104
  screenOnlyDesc = 'Menu',
@@ -31,7 +31,7 @@ export type ButtonMenuProps = {
31
31
  menuItemInnerSnippet?: Snippet<[ListItemType, number]>;
32
32
  menuItemSnippet?: Snippet<[ListItemType, number]>;
33
33
  menus?: string[] | ListItemType[];
34
- onMenu?: (ev: MouseEvent, item: string | ListItemType, index?: number) => void;
34
+ onMenu?: (ev: MouseEvent, menu: string | ListItemType, index?: number) => void;
35
35
  rightIconClassName?: string;
36
36
  rightIconPath?: string;
37
37
  screenOnlyDesc?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudparker/moldex.js",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "author": "cloudparker.com",
5
5
  "license": "MIT",
6
6
  "keywords": [