@vectoriox/iox-builder 1.2.0 → 1.2.1

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.
@@ -3608,6 +3608,7 @@ class BuilderButtonBlockComponent {
3608
3608
  class="button-block-root"
3609
3609
  [ngClass]="'iox-node-' + nodeId"
3610
3610
  [attr.type]="type"
3611
+ (click)="$event.preventDefault()"
3611
3612
  ioxDropzone
3612
3613
  [ioxDropzoneId]="dropListId"
3613
3614
  [ioxDropzoneData]="children"
@@ -3635,6 +3636,7 @@ class BuilderButtonBlockComponent {
3635
3636
  [ngClass]="'iox-node-' + nodeId"
3636
3637
  [attr.href]="href || null"
3637
3638
  [attr.target]="target || null"
3639
+ (click)="$event.preventDefault()"
3638
3640
  ioxDropzone
3639
3641
  [ioxDropzoneId]="dropListId"
3640
3642
  [ioxDropzoneData]="children"
@@ -3665,6 +3667,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
3665
3667
  class="button-block-root"
3666
3668
  [ngClass]="'iox-node-' + nodeId"
3667
3669
  [attr.type]="type"
3670
+ (click)="$event.preventDefault()"
3668
3671
  ioxDropzone
3669
3672
  [ioxDropzoneId]="dropListId"
3670
3673
  [ioxDropzoneData]="children"
@@ -3692,6 +3695,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
3692
3695
  [ngClass]="'iox-node-' + nodeId"
3693
3696
  [attr.href]="href || null"
3694
3697
  [attr.target]="target || null"
3698
+ (click)="$event.preventDefault()"
3695
3699
  ioxDropzone
3696
3700
  [ioxDropzoneId]="dropListId"
3697
3701
  [ioxDropzoneData]="children"