@vectoriox/iox-builder 1.1.9 → 1.2.0

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.1.9",
3
+ "version": "1.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.0.0",
6
6
  "@angular/core": ">=20.0.0",
@@ -3,20 +3,20 @@ import { ComponentRef, Type, ChangeDetectorRef, OnInit, AfterViewInit, OnChanges
3
3
  import * as rxjs from 'rxjs';
4
4
  import { Subject, Subscription, BehaviorSubject } from 'rxjs';
5
5
  import * as _vectoriox_iox_builder from '@vectoriox/iox-builder';
6
- import * as i20 from 'primeng/popover';
6
+ import * as i21 from 'primeng/popover';
7
7
  import { Popover } from 'primeng/popover';
8
8
  import { ActivatedRoute } from '@angular/router';
9
- import * as i17 from '@angular/cdk/drag-drop';
9
+ import * as i18 from '@angular/cdk/drag-drop';
10
10
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
11
- import * as i15 from '@angular/common';
12
- import * as i16 from '@angular/forms';
13
- import * as i18 from 'primeng/accordion';
14
- import * as i19 from 'primeng/button';
15
- import * as i21 from 'primeng/inputtext';
16
- import * as i22 from 'primeng/select';
17
- import * as i23 from 'primeng/tooltip';
18
- import * as i24 from 'primeng/dialog';
19
- import * as i25 from '@vectoriox/iox-ui';
11
+ import * as i16 from '@angular/common';
12
+ import * as i17 from '@angular/forms';
13
+ import * as i19 from 'primeng/accordion';
14
+ import * as i20 from 'primeng/button';
15
+ import * as i22 from 'primeng/inputtext';
16
+ import * as i23 from 'primeng/select';
17
+ import * as i24 from 'primeng/tooltip';
18
+ import * as i25 from 'primeng/dialog';
19
+ import * as i26 from '@vectoriox/iox-ui';
20
20
 
21
21
  declare enum StyleCategory {
22
22
  Layout = "Layout",
@@ -1129,6 +1129,30 @@ declare class BuilderRepeaterComponent implements OnInit, OnDestroy {
1129
1129
  static ɵcmp: i0.ɵɵComponentDeclaration<BuilderRepeaterComponent, "app-builder-repeater", never, { "children": { "alias": "children"; "required": false; }; "style": { "alias": "style"; "required": false; }; "nodeId": { "alias": "nodeId"; "required": false; }; "dropListId": { "alias": "dropListId"; "required": false; }; "source": { "alias": "source"; "required": false; }; "limit": { "alias": "limit"; "required": false; }; }, { "childClick": "childClick"; "childMouseEnter": "childMouseEnter"; "childMouseLeave": "childMouseLeave"; }, never, never, false, never>;
1130
1130
  }
1131
1131
 
1132
+ declare class BuilderButtonBlockComponent implements OnInit, OnDestroy {
1133
+ private dragEngine;
1134
+ private cdr;
1135
+ children: ComponentNode[];
1136
+ style: {
1137
+ [key: string]: any;
1138
+ };
1139
+ tag: 'button' | 'a';
1140
+ href: string;
1141
+ target: '_self' | '_blank';
1142
+ type: 'button' | 'submit' | 'reset';
1143
+ nodeId: string;
1144
+ dropListId: string;
1145
+ childClick: EventEmitter<any>;
1146
+ childMouseEnter: EventEmitter<any>;
1147
+ childMouseLeave: EventEmitter<void>;
1148
+ constructor(dragEngine: DragEngineService, cdr: ChangeDetectorRef);
1149
+ ngOnInit(): void;
1150
+ ngOnDestroy(): void;
1151
+ onDrop(event: IoxDropEvent): void;
1152
+ static ɵfac: i0.ɵɵFactoryDeclaration<BuilderButtonBlockComponent, never>;
1153
+ static ɵcmp: i0.ɵɵComponentDeclaration<BuilderButtonBlockComponent, "app-builder-button-block", never, { "children": { "alias": "children"; "required": false; }; "style": { "alias": "style"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; "nodeId": { "alias": "nodeId"; "required": false; }; "dropListId": { "alias": "dropListId"; "required": false; }; }, { "childClick": "childClick"; "childMouseEnter": "childMouseEnter"; "childMouseLeave": "childMouseLeave"; }, never, never, false, never>;
1154
+ }
1155
+
1132
1156
  declare class PanelChildComponent {
1133
1157
  name: string;
1134
1158
  template: TemplateRef<any>;
@@ -1253,7 +1277,7 @@ declare class InteractionsPanelComponent implements OnInit, OnDestroy {
1253
1277
 
1254
1278
  declare class IoxBuilderModule {
1255
1279
  static ɵfac: i0.ɵɵFactoryDeclaration<IoxBuilderModule, never>;
1256
- static ɵmod: i0.ɵɵNgModuleDeclaration<IoxBuilderModule, [typeof BuilderComponent, typeof RenderDirective, typeof IoxDraggableDirective, typeof IoxDropzoneDirective, typeof OverlayComponent, typeof ToolbarComponent, typeof SectionComponent, typeof BuilderContainerComponent, typeof BuilderLinkedContainerComponent, typeof BuilderRepeaterComponent, typeof PanelComponent, typeof PanelChildComponent, typeof LayerTreeComponent, typeof InteractionsPanelComponent], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i17.DragDropModule, typeof i18.AccordionModule, typeof i19.ButtonModule, typeof i20.PopoverModule, typeof i21.InputTextModule, typeof i22.SelectModule, typeof i23.TooltipModule, typeof i24.DialogModule, typeof i25.IoxPageModule], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i17.DragDropModule, typeof i18.AccordionModule, typeof i19.ButtonModule, typeof i20.PopoverModule, typeof i21.InputTextModule, typeof i22.SelectModule, typeof i23.TooltipModule, typeof i24.DialogModule, typeof i25.IoxPageModule, typeof BuilderComponent, typeof RenderDirective, typeof IoxDraggableDirective, typeof IoxDropzoneDirective, typeof OverlayComponent, typeof ToolbarComponent, typeof SectionComponent, typeof BuilderContainerComponent, typeof BuilderLinkedContainerComponent, typeof BuilderRepeaterComponent, typeof PanelComponent, typeof PanelChildComponent, typeof LayerTreeComponent, typeof InteractionsPanelComponent]>;
1280
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IoxBuilderModule, [typeof BuilderComponent, typeof RenderDirective, typeof IoxDraggableDirective, typeof IoxDropzoneDirective, typeof OverlayComponent, typeof ToolbarComponent, typeof SectionComponent, typeof BuilderContainerComponent, typeof BuilderLinkedContainerComponent, typeof BuilderRepeaterComponent, typeof BuilderButtonBlockComponent, typeof PanelComponent, typeof PanelChildComponent, typeof LayerTreeComponent, typeof InteractionsPanelComponent], [typeof i16.CommonModule, typeof i17.FormsModule, typeof i18.DragDropModule, typeof i19.AccordionModule, typeof i20.ButtonModule, typeof i21.PopoverModule, typeof i22.InputTextModule, typeof i23.SelectModule, typeof i24.TooltipModule, typeof i25.DialogModule, typeof i26.IoxPageModule], [typeof i16.CommonModule, typeof i17.FormsModule, typeof i18.DragDropModule, typeof i19.AccordionModule, typeof i20.ButtonModule, typeof i21.PopoverModule, typeof i22.InputTextModule, typeof i23.SelectModule, typeof i24.TooltipModule, typeof i25.DialogModule, typeof i26.IoxPageModule, typeof BuilderComponent, typeof RenderDirective, typeof IoxDraggableDirective, typeof IoxDropzoneDirective, typeof OverlayComponent, typeof ToolbarComponent, typeof SectionComponent, typeof BuilderContainerComponent, typeof BuilderLinkedContainerComponent, typeof BuilderRepeaterComponent, typeof BuilderButtonBlockComponent, typeof PanelComponent, typeof PanelChildComponent, typeof LayerTreeComponent, typeof InteractionsPanelComponent]>;
1257
1281
  static ɵinj: i0.ɵɵInjectorDeclaration<IoxBuilderModule>;
1258
1282
  }
1259
1283
 
@@ -1261,6 +1285,10 @@ declare class BuilderButtonComponentConfig extends ComponentConfig {
1261
1285
  constructor();
1262
1286
  }
1263
1287
 
1288
+ declare class ButtonBlockComponentConfig extends ComponentConfig {
1289
+ constructor();
1290
+ }
1291
+
1264
1292
  declare class CardComponentConfig extends ComponentConfig {
1265
1293
  constructor();
1266
1294
  }
@@ -1309,5 +1337,5 @@ declare class TextBlockComponentConfig extends ComponentConfig {
1309
1337
  constructor();
1310
1338
  }
1311
1339
 
1312
- export { ACTION_TYPE_OPTIONS, BuilderButtonComponentConfig, BuilderComponent, BuilderContainerComponent, BuilderContainerComponentConfig, BuilderDividerComponentConfig, BuilderHeadingComponentConfig, BuilderIconComponentConfig, BuilderImageComponentConfig, BuilderLinkComponentConfig, BuilderLinkedContainerComponent, BuilderLinkedContainerConfig, BuilderMode, BuilderRepeaterComponent, BuilderSpacerComponentConfig, CardComponentConfig, ComponentConfig, ComponentRegistryService, DEVICE_OPTIONS, DataSourceRegistryService, DeviceMode, DragEngineService, EASING_OPTIONS, GroupStyleConfig, IOX_CONTENT_SERVICE, IOX_FONT_MANAGER, InteractionEngineService, InteractionsPanelComponent, IoxBuilderModule, IoxDraggableDirective, IoxDropzoneDirective, LayerTreeComponent, NodeAction, OverlayComponent, OverlayService, PanelChildComponent, PanelComponent, PanelEventService, PanelEventTypes, PanelTypes, PresetRegistryService, ROUTE_ANIMATION_OPTIONS, RenderDirective, RepeaterComponentConfig, SCREEN_WIDTH_OPTIONS, SectionComponent, SectionComponentConfig, StyleCategory, StyleRegistryService, TraitConfig as StyleTraitConfig, TRIGGER_OPTIONS, TextBlockComponentConfig, ToolbarAction, ToolbarComponent, TraitConfig, TraitInputType, UNITS_ALL, UNITS_DEG, UNITS_FIXED, UNITS_NO_VW, ViewportService, ZOOM_OPTIONS, buildPresetStyleTraits, defaultPageSettings, generateNodeId, resolveTraitControllerType, resolveTraitOptions };
1340
+ export { ACTION_TYPE_OPTIONS, BuilderButtonBlockComponent, BuilderButtonComponentConfig, BuilderComponent, BuilderContainerComponent, BuilderContainerComponentConfig, BuilderDividerComponentConfig, BuilderHeadingComponentConfig, BuilderIconComponentConfig, BuilderImageComponentConfig, BuilderLinkComponentConfig, BuilderLinkedContainerComponent, BuilderLinkedContainerConfig, BuilderMode, BuilderRepeaterComponent, BuilderSpacerComponentConfig, ButtonBlockComponentConfig, CardComponentConfig, ComponentConfig, ComponentRegistryService, DEVICE_OPTIONS, DataSourceRegistryService, DeviceMode, DragEngineService, EASING_OPTIONS, GroupStyleConfig, IOX_CONTENT_SERVICE, IOX_FONT_MANAGER, InteractionEngineService, InteractionsPanelComponent, IoxBuilderModule, IoxDraggableDirective, IoxDropzoneDirective, LayerTreeComponent, NodeAction, OverlayComponent, OverlayService, PanelChildComponent, PanelComponent, PanelEventService, PanelEventTypes, PanelTypes, PresetRegistryService, ROUTE_ANIMATION_OPTIONS, RenderDirective, RepeaterComponentConfig, SCREEN_WIDTH_OPTIONS, SectionComponent, SectionComponentConfig, StyleCategory, StyleRegistryService, TraitConfig as StyleTraitConfig, TRIGGER_OPTIONS, TextBlockComponentConfig, ToolbarAction, ToolbarComponent, TraitConfig, TraitInputType, UNITS_ALL, UNITS_DEG, UNITS_FIXED, UNITS_NO_VW, ViewportService, ZOOM_OPTIONS, buildPresetStyleTraits, defaultPageSettings, generateNodeId, resolveTraitControllerType, resolveTraitOptions };
1313
1341
  export type { ComponentNode, ComponentTrait, DeviceOption, DragPayload, DsFilterByQueryParam, DsFilterByRouteParam, InteractionAction, InteractionActionType, InteractionTrigger, IoxBinding, IoxContentService, IoxDataSource, IoxDropEvent, IoxFontManager, IoxInteraction, NodeRef, OverlayBoxModel, OverlayBoxSpacing, OverlayEntry, PageRouteAnimationSettings, PageScrollSettings, PageSettings, PageStyleSettings, PanelEvent, QuadSizeSegment, RouteAnimationPreset, ScreenWidthOption, StylePreset, StyleTrait, StyleTraitGroup, TraitOptionMap, TraitSelectOption, TraitShowCondition, ViewportState, ZoomOption };