@meshmakers/shared-ui 3.3.570 → 3.3.580
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/package.json
CHANGED
|
@@ -216,6 +216,7 @@ declare class ListViewComponent extends CommandBaseService implements OnDestroy,
|
|
|
216
216
|
protected onContextMenu(dataItem: unknown, e: PointerEvent): void;
|
|
217
217
|
protected onContextMenuClosed(_event: ContextMenuPopupEvent): void;
|
|
218
218
|
protected onToolbarCommand(commandItem: CommandItem): Promise<void>;
|
|
219
|
+
protected onToolbarDropdownItemClick(childItem: CommandItem): Promise<void>;
|
|
219
220
|
private buildMenuItems;
|
|
220
221
|
protected getPdfPageText(pageNum: number, totalPages: number): string;
|
|
221
222
|
protected readonly moreVerticalIcon: SVGIcon$1;
|