@vectoriox/iox-builder 1.4.43 → 1.4.44

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": "@vectoriox/iox-builder",
3
- "version": "1.4.43",
3
+ "version": "1.4.44",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.0.0",
6
6
  "@angular/core": ">=20.0.0",
@@ -1220,6 +1220,7 @@ declare class OverlayComponent implements OnInit, OnDestroy {
1220
1220
  get interactions(): IoxInteraction[];
1221
1221
  triggerLabel(trigger: string): string;
1222
1222
  triggerIcon(trigger: string): string;
1223
+ actionLabel(ix: IoxInteraction): string;
1223
1224
  get hasPresetInClipboard(): boolean;
1224
1225
  get hasInteractionPresetInClipboard(): boolean;
1225
1226
  onEditPreset(event: MouseEvent): void;