@meshmakers/shared-ui 3.3.570 → 3.3.590

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshmakers/shared-ui",
3
- "version": "3.3.570",
3
+ "version": "3.3.590",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0",
@@ -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;