@vectoriox/iox-builder 1.0.7 → 1.0.8
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
|
@@ -2,6 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { ComponentRef, Type, ChangeDetectorRef, OnInit, AfterViewInit, OnChanges, OnDestroy, EventEmitter, ElementRef, ApplicationRef, SimpleChanges, ViewContainerRef, Injector, InjectionToken, TemplateRef, AfterContentInit, QueryList } from '@angular/core';
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { Subject, Subscription, BehaviorSubject } from 'rxjs';
|
|
5
|
+
import * as _vectoriox_iox_builder from '@vectoriox/iox-builder';
|
|
5
6
|
import * as i20 from 'primeng/popover';
|
|
6
7
|
import { Popover } from 'primeng/popover';
|
|
7
8
|
import { ActivatedRoute } from '@angular/router';
|
|
@@ -907,16 +908,18 @@ declare class ToolbarComponent {
|
|
|
907
908
|
modes: typeof BuilderMode;
|
|
908
909
|
deviceModes: typeof DeviceMode;
|
|
909
910
|
deviceOptions: DeviceOption[];
|
|
910
|
-
zoomOptions: ZoomOption[];
|
|
911
|
+
zoomOptions: _vectoriox_iox_builder.ZoomOption[];
|
|
911
912
|
screenWidthOptions: ScreenWidthOption[];
|
|
912
913
|
get activeModeIcon(): string;
|
|
913
914
|
get activeModeLabel(): string;
|
|
914
915
|
get activeDeviceOption(): DeviceOption;
|
|
915
916
|
get zoomLabel(): string;
|
|
917
|
+
get sliderZoom(): number;
|
|
916
918
|
toggleModePopover(event: Event): void;
|
|
917
919
|
selectMode(mode: BuilderMode): void;
|
|
918
920
|
toggleDevicePopover(event: Event): void;
|
|
919
921
|
selectDevice(mode: DeviceMode): void;
|
|
922
|
+
onSliderChange(event: Event): void;
|
|
920
923
|
toggleWidthPopover(event: Event): void;
|
|
921
924
|
selectScreenWidth(width: number): void;
|
|
922
925
|
toggleZoomPopover(event: Event): void;
|