phoenix-ui-components 2.11.4 → 2.13.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/dist/components/embed-menu/embed-menu.component.d.ts +1 -1
- package/dist/components/embed-menu/experiment-link/experiment-link.component.d.ts +1 -1
- package/dist/components/file-explorer/file-explorer.component.d.ts +1 -1
- package/dist/components/loader/loader.component.d.ts +1 -1
- package/dist/components/nav/nav.component.d.ts +1 -1
- package/dist/components/phoenix-menu/config/config-slider/config-slider.component.d.ts +1 -1
- package/dist/components/phoenix-menu/phoenix-menu-item/phoenix-menu-item.component.d.ts +1 -1
- package/dist/components/phoenix-menu/phoenix-menu.component.d.ts +1 -1
- package/dist/components/phoenix-ui.module.d.ts +30 -27
- package/dist/components/ring-loader/ring-loader.component.d.ts +1 -1
- package/dist/components/ui-menu/animate-camera/animate-camera.component.d.ts +1 -1
- package/dist/components/ui-menu/animate-event/animate-event.component.d.ts +1 -1
- package/dist/components/ui-menu/ar-toggle/ar-toggle.component.d.ts +1 -1
- package/dist/components/ui-menu/auto-rotate/auto-rotate.component.d.ts +1 -1
- package/dist/components/ui-menu/collections-info/collections-info-overlay/collections-info-overlay.component.d.ts +1 -1
- package/dist/components/ui-menu/collections-info/collections-info.component.d.ts +1 -1
- package/dist/components/ui-menu/cycle-events/cycle-events.component.d.ts +1 -1
- package/dist/components/ui-menu/dark-theme/dark-theme.component.d.ts +1 -1
- package/dist/components/ui-menu/event-data-explorer/event-data-explorer-dialog/event-data-explorer-dialog.component.d.ts +4 -3
- package/dist/components/ui-menu/event-data-explorer/event-data-explorer.component.d.ts +2 -2
- package/dist/components/ui-menu/event-selector/event-selector.component.d.ts +1 -1
- package/dist/components/ui-menu/experiment-info/experiment-info.component.d.ts +1 -1
- package/dist/components/ui-menu/index.d.ts +1 -0
- package/dist/components/ui-menu/info-panel/info-panel-overlay/info-panel-overlay.component.d.ts +1 -1
- package/dist/components/ui-menu/info-panel/info-panel.component.d.ts +1 -1
- package/dist/components/ui-menu/io-options/io-options-dialog/io-options-dialog.component.d.ts +2 -1
- package/dist/components/ui-menu/io-options/io-options.component.d.ts +1 -1
- package/dist/components/ui-menu/main-view-toggle/main-view-toggle.component.d.ts +1 -1
- package/dist/components/ui-menu/make-picture/make-picture.component.d.ts +17 -0
- package/dist/components/ui-menu/menu-toggle/menu-toggle.component.d.ts +1 -1
- package/dist/components/ui-menu/object-clipping/object-clipping.component.d.ts +3 -4
- package/dist/components/ui-menu/object-selection/object-selection-overlay/object-selection-overlay.component.d.ts +1 -1
- package/dist/components/ui-menu/object-selection/object-selection.component.d.ts +1 -1
- package/dist/components/ui-menu/overlay/overlay.component.d.ts +1 -1
- package/dist/components/ui-menu/overlay-view/overlay-view-window/overlay-view-window.component.d.ts +1 -1
- package/dist/components/ui-menu/overlay-view/overlay-view.component.d.ts +1 -1
- package/dist/components/ui-menu/performance-toggle/performance-toggle.component.d.ts +1 -1
- package/dist/components/ui-menu/share-link/share-link-dialog/share-link-dialog.component.d.ts +1 -1
- package/dist/components/ui-menu/share-link/share-link.component.d.ts +1 -1
- package/dist/components/ui-menu/ss-mode/ss-mode.component.d.ts +1 -1
- package/dist/components/ui-menu/tree-menu/tree-menu-item/tree-menu-item.component.d.ts +2 -2
- package/dist/components/ui-menu/tree-menu/tree-menu.component.d.ts +1 -1
- package/dist/components/ui-menu/ui-menu-wrapper/ui-menu-wrapper.component.d.ts +1 -1
- package/dist/components/ui-menu/ui-menu.component.d.ts +1 -1
- package/dist/components/ui-menu/view-options/view-options.component.d.ts +1 -1
- package/dist/components/ui-menu/vr-toggle/vr-toggle.component.d.ts +1 -1
- package/dist/components/ui-menu/zoom-controls/zoom-controls.component.d.ts +1 -1
- package/dist/esm2020/components/embed-menu/embed-menu.component.mjs +11 -7
- package/dist/esm2020/components/embed-menu/experiment-link/experiment-link.component.mjs +11 -7
- package/dist/esm2020/components/file-explorer/file-explorer.component.mjs +59 -11
- package/dist/esm2020/components/loader/loader.component.mjs +53 -11
- package/dist/esm2020/components/nav/nav.component.mjs +11 -7
- package/dist/esm2020/components/phoenix-menu/config/config-slider/config-slider.component.mjs +42 -22
- package/dist/esm2020/components/phoenix-menu/phoenix-menu-item/phoenix-menu-item.component.mjs +286 -16
- package/dist/esm2020/components/phoenix-menu/phoenix-menu.component.mjs +16 -9
- package/dist/esm2020/components/phoenix-ui.module.mjs +80 -68
- package/dist/esm2020/components/ring-loader/ring-loader.component.mjs +11 -7
- package/dist/esm2020/components/ui-menu/animate-camera/animate-camera.component.mjs +34 -9
- package/dist/esm2020/components/ui-menu/animate-event/animate-event.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/ar-toggle/ar-toggle.component.mjs +41 -7
- package/dist/esm2020/components/ui-menu/auto-rotate/auto-rotate.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/collections-info/collections-info-overlay/collections-info-overlay.component.mjs +191 -11
- package/dist/esm2020/components/ui-menu/collections-info/collections-info.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/cycle-events/cycle-events.component.mjs +15 -9
- package/dist/esm2020/components/ui-menu/dark-theme/dark-theme.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/event-data-explorer/event-data-explorer-dialog/event-data-explorer-dialog.component.mjs +83 -13
- package/dist/esm2020/components/ui-menu/event-data-explorer/event-data-explorer.component.mjs +15 -9
- package/dist/esm2020/components/ui-menu/event-selector/event-selector.component.mjs +33 -7
- package/dist/esm2020/components/ui-menu/experiment-info/experiment-info.component.mjs +81 -13
- package/dist/esm2020/components/ui-menu/index.mjs +2 -1
- package/dist/esm2020/components/ui-menu/info-panel/info-panel-overlay/info-panel-overlay.component.mjs +38 -9
- package/dist/esm2020/components/ui-menu/info-panel/info-panel.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/io-options/io-options-dialog/io-options-dialog.component.mjs +122 -10
- package/dist/esm2020/components/ui-menu/io-options/io-options.component.mjs +15 -9
- package/dist/esm2020/components/ui-menu/main-view-toggle/main-view-toggle.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/make-picture/make-picture.component.mjs +88 -0
- package/dist/esm2020/components/ui-menu/menu-toggle/menu-toggle.component.mjs +29 -15
- package/dist/esm2020/components/ui-menu/object-clipping/object-clipping.component.mjs +42 -11
- package/dist/esm2020/components/ui-menu/object-selection/object-selection-overlay/object-selection-overlay.component.mjs +40 -9
- package/dist/esm2020/components/ui-menu/object-selection/object-selection.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/overlay/overlay.component.mjs +102 -23
- package/dist/esm2020/components/ui-menu/overlay-view/overlay-view-window/overlay-view-window.component.mjs +38 -12
- package/dist/esm2020/components/ui-menu/overlay-view/overlay-view.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/performance-toggle/performance-toggle.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/share-link/share-link-dialog/share-link-dialog.component.mjs +96 -11
- package/dist/esm2020/components/ui-menu/share-link/share-link.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/ss-mode/ss-mode.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/tree-menu/tree-menu-item/tree-menu-item.component.mjs +69 -12
- package/dist/esm2020/components/ui-menu/tree-menu/tree-menu.component.mjs +14 -7
- package/dist/esm2020/components/ui-menu/ui-menu-wrapper/ui-menu-wrapper.component.mjs +26 -7
- package/dist/esm2020/components/ui-menu/ui-menu.component.mjs +26 -13
- package/dist/esm2020/components/ui-menu/view-options/view-options.component.mjs +54 -7
- package/dist/esm2020/components/ui-menu/vr-toggle/vr-toggle.component.mjs +13 -7
- package/dist/esm2020/components/ui-menu/zoom-controls/zoom-controls.component.mjs +19 -7
- package/dist/esm2020/services/error-message-service.mjs +9 -9
- package/dist/esm2020/services/event-display.service.mjs +9 -9
- package/dist/esm2020/services/extras/attribute.pipe.mjs +9 -9
- package/dist/esm2020/services/extras/event-data-import.mjs +2 -1
- package/dist/esm2020/services/global-error-handler.mjs +6 -6
- package/dist/fesm2015/phoenix-ui-components.mjs +2325 -343
- package/dist/fesm2015/phoenix-ui-components.mjs.map +1 -1
- package/dist/fesm2020/phoenix-ui-components.mjs +2016 -468
- package/dist/fesm2020/phoenix-ui-components.mjs.map +1 -1
- package/dist/services/extras/event-data-import.d.ts +2 -1
- package/package.json +11 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EmbedMenuComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmbedMenuComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmbedMenuComponent, "app-embed-menu", never, {}, {}, never, never, false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmbedMenuComponent, "app-embed-menu", never, {}, {}, never, never, false, never>;
|
|
5
5
|
}
|
|
@@ -5,5 +5,5 @@ export declare class ExperimentLinkComponent implements OnInit {
|
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
goToExperiment(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExperimentLinkComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExperimentLinkComponent, "app-experiment-link", never, {}, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExperimentLinkComponent, "app-experiment-link", never, {}, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -25,5 +25,5 @@ export declare class FileExplorerComponent implements OnChanges {
|
|
|
25
25
|
*/
|
|
26
26
|
getSortedChildren(node: FileNode): FileNode[];
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileExplorerComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileExplorerComponent, "app-file-explorer", never, { "rootFileNode": "rootFileNode"; }, { "onFileSelect": "onFileSelect"; }, never, never, false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileExplorerComponent, "app-file-explorer", never, { "rootFileNode": "rootFileNode"; }, { "onFileSelect": "onFileSelect"; }, never, never, false, never>;
|
|
29
29
|
}
|
|
@@ -7,5 +7,5 @@ export declare class LoaderComponent {
|
|
|
7
7
|
error: Error;
|
|
8
8
|
constructor(errorMessageService: ErrorMessageService);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "app-loader", never, { "loaded": "loaded"; "progress": "progress"; }, {}, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "app-loader", never, { "loaded": "loaded"; "progress": "progress"; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NavComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "app-nav", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "app-nav", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -9,5 +9,5 @@ export declare class ConfigSliderComponent {
|
|
|
9
9
|
onChange: EventEmitter<number>;
|
|
10
10
|
onValueChange(value: number): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigSliderComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfigSliderComponent, "app-config-slider", never, { "value": "value"; "min": "min"; "max": "max"; "step": "step"; "allowCustomValue": "allowCustomValue"; }, { "onChange": "onChange"; }, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfigSliderComponent, "app-config-slider", never, { "value": "value"; "min": "min"; "max": "max"; "step": "step"; "allowCustomValue": "allowCustomValue"; }, { "onChange": "onChange"; }, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PhoenixMenuItemComponent {
|
|
|
10
10
|
calculateConfigTop(): void;
|
|
11
11
|
castConfigsToAny(configs: PhoenixMenuNode['configs']): any[];
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoenixMenuItemComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PhoenixMenuItemComponent, "app-phoenix-menu-item", never, { "currentNode": "currentNode"; }, {}, never, never, false>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PhoenixMenuItemComponent, "app-phoenix-menu-item", never, { "currentNode": "currentNode"; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class PhoenixMenuComponent {
|
|
4
4
|
rootNode: PhoenixMenuNode;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoenixMenuComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PhoenixMenuComponent, "app-phoenix-menu", never, { "rootNode": "rootNode"; }, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PhoenixMenuComponent, "app-phoenix-menu", never, { "rootNode": "rootNode"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -33,34 +33,37 @@ import * as i31 from "./ui-menu/animate-event/animate-event.component";
|
|
|
33
33
|
import * as i32 from "./ui-menu/vr-toggle/vr-toggle.component";
|
|
34
34
|
import * as i33 from "./ui-menu/ar-toggle/ar-toggle.component";
|
|
35
35
|
import * as i34 from "./ui-menu/ss-mode/ss-mode.component";
|
|
36
|
-
import * as i35 from "./ui-menu/
|
|
37
|
-
import * as i36 from "./
|
|
38
|
-
import * as i37 from "./
|
|
39
|
-
import * as i38 from "./ui-menu/share-link/share-link
|
|
40
|
-
import * as i39 from "./
|
|
41
|
-
import * as i40 from "./embed-menu/
|
|
42
|
-
import * as i41 from "./
|
|
43
|
-
import * as i42 from "./ui-menu/event-data-explorer/event-data-explorer
|
|
44
|
-
import * as i43 from "./
|
|
45
|
-
import * as i44 from "./
|
|
46
|
-
import * as i45 from "./
|
|
47
|
-
import * as i46 from "
|
|
48
|
-
import * as i47 from "@angular/
|
|
49
|
-
import * as i48 from "@angular/
|
|
50
|
-
import * as i49 from "@angular/
|
|
51
|
-
import * as i50 from "@angular/material/
|
|
52
|
-
import * as i51 from "@angular/material/
|
|
53
|
-
import * as i52 from "@angular/
|
|
54
|
-
import * as i53 from "@angular/
|
|
55
|
-
import * as i54 from "@angular/
|
|
56
|
-
import * as i55 from "@angular/material/
|
|
57
|
-
import * as i56 from "@angular/material/
|
|
58
|
-
import * as i57 from "@angular/material/
|
|
59
|
-
import * as i58 from "@
|
|
60
|
-
import * as i59 from "@angular/
|
|
61
|
-
import * as i60 from "@angular/material/
|
|
36
|
+
import * as i35 from "./ui-menu/make-picture/make-picture.component";
|
|
37
|
+
import * as i36 from "./ui-menu/performance-toggle/performance-toggle.component";
|
|
38
|
+
import * as i37 from "./loader/loader.component";
|
|
39
|
+
import * as i38 from "./ui-menu/share-link/share-link.component";
|
|
40
|
+
import * as i39 from "./ui-menu/share-link/share-link-dialog/share-link-dialog.component";
|
|
41
|
+
import * as i40 from "./embed-menu/embed-menu.component";
|
|
42
|
+
import * as i41 from "./embed-menu/experiment-link/experiment-link.component";
|
|
43
|
+
import * as i42 from "./ui-menu/event-data-explorer/event-data-explorer.component";
|
|
44
|
+
import * as i43 from "./ui-menu/event-data-explorer/event-data-explorer-dialog/event-data-explorer-dialog.component";
|
|
45
|
+
import * as i44 from "./file-explorer/file-explorer.component";
|
|
46
|
+
import * as i45 from "./ring-loader/ring-loader.component";
|
|
47
|
+
import * as i46 from "./ui-menu/cycle-events/cycle-events.component";
|
|
48
|
+
import * as i47 from "@angular/common";
|
|
49
|
+
import * as i48 from "@angular/router";
|
|
50
|
+
import * as i49 from "@angular/cdk/drag-drop";
|
|
51
|
+
import * as i50 from "@angular/material/dialog";
|
|
52
|
+
import * as i51 from "@angular/material/button";
|
|
53
|
+
import * as i52 from "@angular/material/tooltip";
|
|
54
|
+
import * as i53 from "@angular/cdk/overlay";
|
|
55
|
+
import * as i54 from "@angular/forms";
|
|
56
|
+
import * as i55 from "@angular/material/menu";
|
|
57
|
+
import * as i56 from "@angular/material/radio";
|
|
58
|
+
import * as i57 from "@angular/material/slider";
|
|
59
|
+
import * as i58 from "@angular/material/slide-toggle";
|
|
60
|
+
import * as i59 from "@angular/material/checkbox";
|
|
61
|
+
import * as i60 from "@angular/material/icon";
|
|
62
|
+
import * as i61 from "@rp3e11/ngx-slider";
|
|
63
|
+
import * as i62 from "@angular/cdk/tree";
|
|
64
|
+
import * as i63 from "@angular/material/tabs";
|
|
62
65
|
export declare class PhoenixUIModule {
|
|
63
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoenixUIModule, never>;
|
|
64
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PhoenixUIModule, [typeof i1.NavComponent, typeof i2.UiMenuWrapperComponent, typeof i3.UiMenuComponent, typeof i4.CollectionsInfoComponent, typeof i5.MenuToggleComponent, typeof i6.CollectionsInfoOverlayComponent, typeof i7.IoOptionsComponent, typeof i8.IOOptionsDialogComponent, typeof i9.OverlayViewComponent, typeof i10.AttributePipe, typeof i11.ObjectSelectionComponent, typeof i12.ObjectSelectionOverlayComponent, typeof i13.EventSelectorComponent, typeof i14.ObjectClippingComponent, typeof i15.DarkThemeComponent, typeof i16.AutoRotateComponent, typeof i17.ViewOptionsComponent, typeof i18.OverlayViewWindowComponent, typeof i19.OverlayComponent, typeof i20.ExperimentInfoComponent, typeof i21.InfoPanelComponent, typeof i22.InfoPanelOverlayComponent, typeof i23.MainViewToggleComponent, typeof i24.ZoomControlsComponent, typeof i25.TreeMenuComponent, typeof i26.TreeMenuItemComponent, typeof i27.PhoenixMenuComponent, typeof i28.PhoenixMenuItemComponent, typeof i29.ConfigSliderComponent, typeof i30.AnimateCameraComponent, typeof i31.AnimateEventComponent, typeof i32.VrToggleComponent, typeof i33.ArToggleComponent, typeof i34.SSModeComponent, typeof i35.
|
|
67
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PhoenixUIModule, [typeof i1.NavComponent, typeof i2.UiMenuWrapperComponent, typeof i3.UiMenuComponent, typeof i4.CollectionsInfoComponent, typeof i5.MenuToggleComponent, typeof i6.CollectionsInfoOverlayComponent, typeof i7.IoOptionsComponent, typeof i8.IOOptionsDialogComponent, typeof i9.OverlayViewComponent, typeof i10.AttributePipe, typeof i11.ObjectSelectionComponent, typeof i12.ObjectSelectionOverlayComponent, typeof i13.EventSelectorComponent, typeof i14.ObjectClippingComponent, typeof i15.DarkThemeComponent, typeof i16.AutoRotateComponent, typeof i17.ViewOptionsComponent, typeof i18.OverlayViewWindowComponent, typeof i19.OverlayComponent, typeof i20.ExperimentInfoComponent, typeof i21.InfoPanelComponent, typeof i22.InfoPanelOverlayComponent, typeof i23.MainViewToggleComponent, typeof i24.ZoomControlsComponent, typeof i25.TreeMenuComponent, typeof i26.TreeMenuItemComponent, typeof i27.PhoenixMenuComponent, typeof i28.PhoenixMenuItemComponent, typeof i29.ConfigSliderComponent, typeof i30.AnimateCameraComponent, typeof i31.AnimateEventComponent, typeof i32.VrToggleComponent, typeof i33.ArToggleComponent, typeof i34.SSModeComponent, typeof i35.MakePictureComponent, typeof i36.PerformanceToggleComponent, typeof i37.LoaderComponent, typeof i38.ShareLinkComponent, typeof i39.ShareLinkDialogComponent, typeof i40.EmbedMenuComponent, typeof i41.ExperimentLinkComponent, typeof i42.EventDataExplorerComponent, typeof i43.EventDataExplorerDialogComponent, typeof i44.FileExplorerComponent, typeof i45.RingLoaderComponent, typeof i46.CycleEventsComponent], [typeof i47.CommonModule, typeof i48.RouterModule, typeof i49.DragDropModule, typeof i50.MatDialogModule, typeof i51.MatButtonModule, typeof i52.MatTooltipModule, typeof i53.OverlayModule, typeof i54.FormsModule, typeof i55.MatMenuModule, typeof i56.MatRadioModule, typeof i57.MatSliderModule, typeof i58.MatSlideToggleModule, typeof i59.MatCheckboxModule, typeof i60.MatIconModule, typeof i61.NgxSliderModule, typeof i62.CdkTreeModule, typeof i63.MatTabsModule], [typeof i1.NavComponent, typeof i2.UiMenuWrapperComponent, typeof i3.UiMenuComponent, typeof i4.CollectionsInfoComponent, typeof i5.MenuToggleComponent, typeof i6.CollectionsInfoOverlayComponent, typeof i7.IoOptionsComponent, typeof i8.IOOptionsDialogComponent, typeof i9.OverlayViewComponent, typeof i10.AttributePipe, typeof i11.ObjectSelectionComponent, typeof i12.ObjectSelectionOverlayComponent, typeof i13.EventSelectorComponent, typeof i14.ObjectClippingComponent, typeof i15.DarkThemeComponent, typeof i16.AutoRotateComponent, typeof i17.ViewOptionsComponent, typeof i18.OverlayViewWindowComponent, typeof i19.OverlayComponent, typeof i20.ExperimentInfoComponent, typeof i21.InfoPanelComponent, typeof i22.InfoPanelOverlayComponent, typeof i23.MainViewToggleComponent, typeof i24.ZoomControlsComponent, typeof i25.TreeMenuComponent, typeof i26.TreeMenuItemComponent, typeof i27.PhoenixMenuComponent, typeof i28.PhoenixMenuItemComponent, typeof i29.ConfigSliderComponent, typeof i30.AnimateCameraComponent, typeof i31.AnimateEventComponent, typeof i32.VrToggleComponent, typeof i33.ArToggleComponent, typeof i34.SSModeComponent, typeof i35.MakePictureComponent, typeof i36.PerformanceToggleComponent, typeof i37.LoaderComponent, typeof i38.ShareLinkComponent, typeof i39.ShareLinkDialogComponent, typeof i40.EmbedMenuComponent, typeof i41.ExperimentLinkComponent, typeof i42.EventDataExplorerComponent, typeof i43.EventDataExplorerDialogComponent, typeof i44.FileExplorerComponent, typeof i45.RingLoaderComponent, typeof i46.CycleEventsComponent]>;
|
|
65
68
|
static ɵinj: i0.ɵɵInjectorDeclaration<PhoenixUIModule>;
|
|
66
69
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class RingLoaderComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<RingLoaderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RingLoaderComponent, "app-ring-loader", never, {}, {}, never, never, false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RingLoaderComponent, "app-ring-loader", never, {}, {}, never, never, false, never>;
|
|
5
5
|
}
|
|
@@ -16,5 +16,5 @@ export declare class AnimateCameraComponent {
|
|
|
16
16
|
animateCamera(): void;
|
|
17
17
|
private setDetectorOpacity;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnimateCameraComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnimateCameraComponent, "app-animate-camera", never, { "animationPresets": "animationPresets"; }, {}, never, never, false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnimateCameraComponent, "app-animate-camera", never, { "animationPresets": "animationPresets"; }, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -6,5 +6,5 @@ export declare class AnimateEventComponent {
|
|
|
6
6
|
constructor(eventDisplay: EventDisplayService);
|
|
7
7
|
toggleAnimateEvent(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnimateEventComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnimateEventComponent, "app-animate-event", never, {}, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnimateEventComponent, "app-animate-event", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -7,5 +7,5 @@ export declare class ArToggleComponent {
|
|
|
7
7
|
constructor(eventDisplay: EventDisplayService);
|
|
8
8
|
toggleAr(enableDomOverlay?: boolean): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArToggleComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArToggleComponent, "app-ar-toggle", never, {}, {}, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArToggleComponent, "app-ar-toggle", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -6,5 +6,5 @@ export declare class AutoRotateComponent {
|
|
|
6
6
|
constructor(eventDisplay: EventDisplayService);
|
|
7
7
|
toggleAutoRotate(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutoRotateComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutoRotateComponent, "app-auto-rotate", never, {}, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AutoRotateComponent, "app-auto-rotate", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -23,5 +23,5 @@ export declare class CollectionsInfoOverlayComponent implements OnInit {
|
|
|
23
23
|
addLabel(index: number, uuid: string): void;
|
|
24
24
|
private getEventDataGroup;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollectionsInfoOverlayComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CollectionsInfoOverlayComponent, "app-collections-info-overlay", never, { "showObjectsInfo": "showObjectsInfo"; }, {}, never, never, false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CollectionsInfoOverlayComponent, "app-collections-info-overlay", never, { "showObjectsInfo": "showObjectsInfo"; }, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
@@ -11,5 +11,5 @@ export declare class CollectionsInfoComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
12
|
toggleOverlay(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollectionsInfoComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CollectionsInfoComponent, "app-collections-info", never, {}, {}, never, never, false>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CollectionsInfoComponent, "app-collections-info", never, {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -12,5 +12,5 @@ export declare class CycleEventsComponent implements OnInit {
|
|
|
12
12
|
toggleCycle(): void;
|
|
13
13
|
private startCycleInterval;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CycleEventsComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CycleEventsComponent, "app-cycle-events", never, { "interval": "interval"; }, {}, never, never, false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CycleEventsComponent, "app-cycle-events", never, { "interval": "interval"; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -8,5 +8,5 @@ export declare class DarkThemeComponent implements OnInit {
|
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
setDarkTheme(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DarkThemeComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DarkThemeComponent, "app-dark-theme", never, {}, {}, never, never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DarkThemeComponent, "app-dark-theme", never, {}, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -3,7 +3,7 @@ import { EventDisplayService } from '../../../../services/event-display.service'
|
|
|
3
3
|
import { FileNode } from '../../../file-explorer/file-explorer.component';
|
|
4
4
|
import { EventDataExplorerDialogData } from '../event-data-explorer.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export
|
|
6
|
+
export type FileResponse = {
|
|
7
7
|
name: string;
|
|
8
8
|
url: string;
|
|
9
9
|
};
|
|
@@ -21,8 +21,9 @@ export declare class EventDataExplorerDialogComponent {
|
|
|
21
21
|
private loadJiveXMLEvent;
|
|
22
22
|
loadConfig(file: string): void;
|
|
23
23
|
onClose(): void;
|
|
24
|
-
|
|
24
|
+
private unzip;
|
|
25
|
+
makeRequest(urlPath: string, responseType: 'json' | 'text' | 'blob', onData: (data: any) => void): void;
|
|
25
26
|
private buildFileNode;
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventDataExplorerDialogComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EventDataExplorerDialogComponent, "app-event-data-explorer-dialog", never, {}, {}, never, never, false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EventDataExplorerDialogComponent, "app-event-data-explorer-dialog", never, {}, {}, never, never, false, never>;
|
|
28
29
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MatDialog } from '@angular/material/dialog';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export
|
|
3
|
+
export type EventDataExplorerDialogData = {
|
|
4
4
|
apiURL: string;
|
|
5
5
|
};
|
|
6
6
|
export declare class EventDataExplorerComponent {
|
|
@@ -9,5 +9,5 @@ export declare class EventDataExplorerComponent {
|
|
|
9
9
|
constructor(dialog: MatDialog);
|
|
10
10
|
openEventDataExplorerDialog(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventDataExplorerComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EventDataExplorerComponent, "app-event-data-explorer", never, { "apiURL": "apiURL"; }, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EventDataExplorerComponent, "app-event-data-explorer", never, { "apiURL": "apiURL"; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -8,5 +8,5 @@ export declare class EventSelectorComponent implements OnInit {
|
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
changeEvent(selected: any): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventSelectorComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EventSelectorComponent, "app-event-selector", never, {}, {}, never, never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EventSelectorComponent, "app-event-selector", never, {}, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -10,5 +10,5 @@ export declare class ExperimentInfoComponent implements OnInit {
|
|
|
10
10
|
constructor(eventDisplay: EventDisplayService);
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExperimentInfoComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExperimentInfoComponent, "app-experiment-info", never, { "url": "url"; "logo": "logo"; "tagline": "tagline"; }, {}, never, never, false>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExperimentInfoComponent, "app-experiment-info", never, { "url": "url"; "logo": "logo"; "tagline": "tagline"; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -25,6 +25,7 @@ export * from './vr-toggle/vr-toggle.component';
|
|
|
25
25
|
export * from './ar-toggle/ar-toggle.component';
|
|
26
26
|
export * from './zoom-controls/zoom-controls.component';
|
|
27
27
|
export * from './ss-mode/ss-mode.component';
|
|
28
|
+
export * from './make-picture/make-picture.component';
|
|
28
29
|
export * from './performance-toggle/performance-toggle.component';
|
|
29
30
|
export * from './ui-menu.component';
|
|
30
31
|
export * from './share-link/share-link.component';
|
package/dist/components/ui-menu/info-panel/info-panel-overlay/info-panel-overlay.component.d.ts
CHANGED
|
@@ -22,5 +22,5 @@ export declare class InfoPanelOverlayComponent implements OnInit {
|
|
|
22
22
|
*/
|
|
23
23
|
ngOnInit(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoPanelOverlayComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoPanelOverlayComponent, "app-info-panel-overlay", never, { "showInfoPanel": "showInfoPanel"; }, {}, never, never, false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoPanelOverlayComponent, "app-info-panel-overlay", never, { "showInfoPanel": "showInfoPanel"; }, {}, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -29,5 +29,5 @@ export declare class InfoPanelComponent implements OnInit, OnDestroy {
|
|
|
29
29
|
*/
|
|
30
30
|
toggleOverlay(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoPanelComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoPanelComponent, "app-info-panel", never, {}, {}, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoPanelComponent, "app-info-panel", never, {}, {}, never, never, false, never>;
|
|
33
33
|
}
|
package/dist/components/ui-menu/io-options/io-options-dialog/io-options-dialog.component.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export declare class IOOptionsDialogComponent implements OnInit {
|
|
|
14
14
|
getSupportedEventDataFormats(): string;
|
|
15
15
|
onClose(): void;
|
|
16
16
|
handleJSONEventDataInput(files: FileList): void;
|
|
17
|
+
handleEDM4HEPJSONEventDataInput(files: FileList): void;
|
|
17
18
|
handleJiveXMLDataInput(files: FileList): void;
|
|
18
19
|
handleOBJInput(files: FileList): void;
|
|
19
20
|
handleSceneInput(files: FileList): void;
|
|
@@ -28,5 +29,5 @@ export declare class IOOptionsDialogComponent implements OnInit {
|
|
|
28
29
|
saveScene(): void;
|
|
29
30
|
exportOBJ(): void;
|
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<IOOptionsDialogComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IOOptionsDialogComponent, "app-io-options-dialog", never, { "eventDataImportOptions": "eventDataImportOptions"; }, {}, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IOOptionsDialogComponent, "app-io-options-dialog", never, { "eventDataImportOptions": "eventDataImportOptions"; }, {}, never, never, false, never>;
|
|
32
33
|
}
|
|
@@ -7,5 +7,5 @@ export declare class IoOptionsComponent {
|
|
|
7
7
|
constructor(dialog: MatDialog);
|
|
8
8
|
openIODialog(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IoOptionsComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IoOptionsComponent, "app-io-options", never, { "eventDataImportOptions": "eventDataImportOptions"; }, {}, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IoOptionsComponent, "app-io-options", never, { "eventDataImportOptions": "eventDataImportOptions"; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -6,5 +6,5 @@ export declare class MainViewToggleComponent {
|
|
|
6
6
|
constructor(eventDisplay: EventDisplayService);
|
|
7
7
|
switchMainView(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<MainViewToggleComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MainViewToggleComponent, "app-main-view-toggle", never, {}, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MainViewToggleComponent, "app-main-view-toggle", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { EventDisplayService } from '../../../services/event-display.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MakePictureComponent implements OnInit {
|
|
5
|
+
private eventDisplay;
|
|
6
|
+
fittings: string[];
|
|
7
|
+
fitting: string;
|
|
8
|
+
width: number;
|
|
9
|
+
height: number;
|
|
10
|
+
constructor(eventDisplay: EventDisplayService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
setWidth(value: any): void;
|
|
13
|
+
setHeight(value: any): void;
|
|
14
|
+
makePicture(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MakePictureComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MakePictureComponent, "app-make-picture", never, {}, {}, never, never, false, never>;
|
|
17
|
+
}
|
|
@@ -5,5 +5,5 @@ export declare class MenuToggleComponent {
|
|
|
5
5
|
tooltip: string;
|
|
6
6
|
disabled: boolean;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuToggleComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuToggleComponent, "app-menu-toggle", never, { "icon": "icon"; "active": "active"; "tooltip": "tooltip"; "disabled": "disabled"; }, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuToggleComponent, "app-menu-toggle", never, { "icon": "icon"; "active": "active"; "tooltip": "tooltip"; "disabled": "disabled"; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { MatSliderChange } from '@angular/material/slider';
|
|
2
1
|
import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
3
2
|
import { EventDisplayService } from '../../../services/event-display.service';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -8,9 +7,9 @@ export declare class ObjectClippingComponent {
|
|
|
8
7
|
startClippingAngle: number;
|
|
9
8
|
openingClippingAngle: number;
|
|
10
9
|
constructor(eventDisplay: EventDisplayService);
|
|
11
|
-
changeStartClippingAngle(
|
|
12
|
-
changeOpeningClippingAngle(
|
|
10
|
+
changeStartClippingAngle(startingAngle: number): void;
|
|
11
|
+
changeOpeningClippingAngle(openingAngle: number): void;
|
|
13
12
|
toggleClipping(change: MatCheckboxChange): void;
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectClippingComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectClippingComponent, "app-object-clipping", never, {}, {}, never, never, false>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectClippingComponent, "app-object-clipping", never, {}, {}, never, never, false, never>;
|
|
16
15
|
}
|
|
@@ -11,5 +11,5 @@ export declare class ObjectSelectionOverlayComponent implements OnInit {
|
|
|
11
11
|
constructor(eventDisplay: EventDisplayService);
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectSelectionOverlayComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectSelectionOverlayComponent, "app-object-selection-overlay", never, { "hiddenSelectedInfo": "hiddenSelectedInfo"; }, {}, never, never, false>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectSelectionOverlayComponent, "app-object-selection-overlay", never, { "hiddenSelectedInfo": "hiddenSelectedInfo"; }, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ObjectSelectionComponent implements OnInit, OnDestroy {
|
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
toggleOverlay(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectSelectionComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectSelectionComponent, "app-object-selection", never, {}, {}, never, never, false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectSelectionComponent, "app-object-selection", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -44,5 +44,5 @@ export declare class OverlayComponent implements AfterViewInit {
|
|
|
44
44
|
*/
|
|
45
45
|
private setHandleTransform;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayComponent, "app-overlay", never, { "overlayTitle": "overlayTitle"; "active": "active"; "icon": "icon"; "resizable": "resizable"; "transparentBody": "transparentBody"; }, {}, never, ["*"], false>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayComponent, "app-overlay", never, { "overlayTitle": "overlayTitle"; "active": "active"; "icon": "icon"; "resizable": "resizable"; "transparentBody": "transparentBody"; }, {}, never, ["*"], false, never>;
|
|
48
48
|
}
|
package/dist/components/ui-menu/overlay-view/overlay-view-window/overlay-view-window.component.d.ts
CHANGED
|
@@ -16,5 +16,5 @@ export declare class OverlayViewWindowComponent implements AfterViewInit {
|
|
|
16
16
|
fixOverlayView(): void;
|
|
17
17
|
toggleBgTransparency(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayViewWindowComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayViewWindowComponent, "app-overlay-view-window", never, { "showOverlay": "showOverlay"; }, {}, never, never, false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayViewWindowComponent, "app-overlay-view-window", never, { "showOverlay": "showOverlay"; }, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -11,5 +11,5 @@ export declare class OverlayViewComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
12
|
toggleOverlay(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayViewComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayViewComponent, "app-overlay-view", never, {}, {}, never, never, false>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayViewComponent, "app-overlay-view", never, {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -6,5 +6,5 @@ export declare class PerformanceToggleComponent {
|
|
|
6
6
|
constructor(eventDisplay: EventDisplayService);
|
|
7
7
|
togglePerformance(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PerformanceToggleComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PerformanceToggleComponent, "app-performance-toggle", never, {}, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PerformanceToggleComponent, "app-performance-toggle", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
package/dist/components/ui-menu/share-link/share-link-dialog/share-link-dialog.component.d.ts
CHANGED
|
@@ -24,5 +24,5 @@ export declare class ShareLinkDialogComponent implements AfterViewInit {
|
|
|
24
24
|
copyText(text: string, element: HTMLElement): void;
|
|
25
25
|
updateQRCode(link: string): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShareLinkDialogComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShareLinkDialogComponent, "app-share-link-dialog", never, {}, {}, never, never, false>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShareLinkDialogComponent, "app-share-link-dialog", never, {}, {}, never, never, false, never>;
|
|
28
28
|
}
|
|
@@ -5,5 +5,5 @@ export declare class ShareLinkComponent {
|
|
|
5
5
|
constructor(dialog: MatDialog);
|
|
6
6
|
openShareLinkDialog(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShareLinkComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShareLinkComponent, "app-share-link", never, {}, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShareLinkComponent, "app-share-link", never, {}, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -6,5 +6,5 @@ export declare class SSModeComponent implements OnInit {
|
|
|
6
6
|
toggleSSMode(): void;
|
|
7
7
|
private onDocumentClick;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SSModeComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SSModeComponent, "app-ss-mode", never, {}, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SSModeComponent, "app-ss-mode", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { QueryList } from '@angular/core';
|
|
2
2
|
import { EventDisplayService } from '../../../../services/event-display.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export
|
|
4
|
+
export type TreeMenuNode = {
|
|
5
5
|
name: string;
|
|
6
6
|
geometryId: string;
|
|
7
7
|
children?: TreeMenuNode[];
|
|
@@ -15,5 +15,5 @@ export declare class TreeMenuItemComponent {
|
|
|
15
15
|
constructor(eventDisplay: EventDisplayService);
|
|
16
16
|
toggleVisibility(visible: boolean): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeMenuItemComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeMenuItemComponent, "app-tree-menu-item", never, { "node": "node"; }, {}, never, never, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeMenuItemComponent, "app-tree-menu-item", never, { "node": "node"; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -6,5 +6,5 @@ export declare class TreeMenuComponent implements OnInit {
|
|
|
6
6
|
constructor();
|
|
7
7
|
ngOnInit(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeMenuComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeMenuComponent, "app-tree-menu", never, {}, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeMenuComponent, "app-tree-menu", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class UiMenuWrapperComponent {
|
|
3
3
|
hideUIMenu: boolean;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiMenuWrapperComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuWrapperComponent, "app-ui-menu-wrapper", never, {}, {}, never, ["*"], false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuWrapperComponent, "app-ui-menu-wrapper", never, {}, {}, never, ["*"], false, never>;
|
|
6
6
|
}
|
|
@@ -6,5 +6,5 @@ export declare class UiMenuComponent {
|
|
|
6
6
|
[key: string]: import("phoenix-event-display").AnimationPreset;
|
|
7
7
|
};
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiMenuComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuComponent, "app-ui-menu", never, { "eventDataImportOptions": "eventDataImportOptions"; "animationPresets": "animationPresets"; }, {}, never, ["*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuComponent, "app-ui-menu", never, { "eventDataImportOptions": "eventDataImportOptions"; "animationPresets": "animationPresets"; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -12,5 +12,5 @@ export declare class ViewOptionsComponent implements OnInit {
|
|
|
12
12
|
setAxis(change: MatCheckboxChange): void;
|
|
13
13
|
setGrid(change: MatCheckboxChange): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewOptionsComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ViewOptionsComponent, "app-view-options", never, {}, {}, never, never, false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ViewOptionsComponent, "app-view-options", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -7,5 +7,5 @@ export declare class VrToggleComponent {
|
|
|
7
7
|
constructor(eventDisplay: EventDisplayService);
|
|
8
8
|
toggleVr(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<VrToggleComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VrToggleComponent, "app-vr-toggle", never, {}, {}, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VrToggleComponent, "app-vr-toggle", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -35,5 +35,5 @@ export declare class ZoomControlsComponent {
|
|
|
35
35
|
*/
|
|
36
36
|
clearZoom(): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZoomControlsComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ZoomControlsComponent, "app-zoom-controls", never, {}, {}, never, never, false>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ZoomControlsComponent, "app-zoom-controls", never, {}, {}, never, never, false, never>;
|
|
39
39
|
}
|
|
@@ -8,10 +8,14 @@ import * as i5 from "../ui-menu/animate-event/animate-event.component";
|
|
|
8
8
|
import * as i6 from "./experiment-link/experiment-link.component";
|
|
9
9
|
export class EmbedMenuComponent {
|
|
10
10
|
}
|
|
11
|
-
EmbedMenuComponent.ɵfac =
|
|
12
|
-
EmbedMenuComponent.ɵcmp = i0.ɵɵ
|
|
13
|
-
i0.ɵɵ
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
EmbedMenuComponent.ɵfac = function EmbedMenuComponent_Factory(t) { return new (t || EmbedMenuComponent)(); };
|
|
12
|
+
EmbedMenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmbedMenuComponent, selectors: [["app-embed-menu"]], decls: 8, vars: 0, consts: [["id", "embedMenu"], ["id", "embedMenuInner"]], template: function EmbedMenuComponent_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
14
|
+
i0.ɵɵelement(2, "app-dark-theme")(3, "app-auto-rotate")(4, "app-main-view-toggle")(5, "app-animate-event")(6, "app-animate-camera")(7, "app-experiment-link");
|
|
15
|
+
i0.ɵɵelementEnd()();
|
|
16
|
+
} }, dependencies: [i1.DarkThemeComponent, i2.AutoRotateComponent, i3.MainViewToggleComponent, i4.AnimateCameraComponent, i5.AnimateEventComponent, i6.ExperimentLinkComponent], styles: ["#embedMenu[_ngcontent-%COMP%]{display:none}#embedMenu[_ngcontent-%COMP%] #embedMenuInner[_ngcontent-%COMP%]{display:flex;position:absolute;left:1rem;bottom:1rem;background:var(--phoenix-background-color-secondary);border:1px solid var(--phoenix-background-color-tertiary);box-shadow:var(--phoenix-box-shadow);border-radius:30px;padding:.25rem 0}"] });
|
|
17
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmbedMenuComponent, [{
|
|
18
|
+
type: Component,
|
|
19
|
+
args: [{ selector: 'app-embed-menu', template: "<div id=\"embedMenu\">\n <div id=\"embedMenuInner\">\n <app-dark-theme></app-dark-theme>\n <app-auto-rotate></app-auto-rotate>\n <app-main-view-toggle></app-main-view-toggle>\n <app-animate-event></app-animate-event>\n <app-animate-camera></app-animate-camera>\n <app-experiment-link></app-experiment-link>\n </div>\n</div>\n", styles: ["#embedMenu{display:none}#embedMenu #embedMenuInner{display:flex;position:absolute;left:1rem;bottom:1rem;background:var(--phoenix-background-color-secondary);border:1px solid var(--phoenix-background-color-tertiary);box-shadow:var(--phoenix-box-shadow);border-radius:30px;padding:.25rem 0}\n"] }]
|
|
20
|
+
}], null, null); })();
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1iZWQtbWVudS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWIvY29tcG9uZW50cy9lbWJlZC1tZW51L2VtYmVkLW1lbnUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vbGliL2NvbXBvbmVudHMvZW1iZWQtbWVudS9lbWJlZC1tZW51LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7O0FBTzFDLE1BQU0sT0FBTyxrQkFBa0I7O29GQUFsQixrQkFBa0I7cUVBQWxCLGtCQUFrQjtRQ1AvQiw4QkFBb0IsYUFBQTtRQUVoQixpQ0FBaUMsc0JBQUEsMkJBQUEsd0JBQUEseUJBQUEsMEJBQUE7UUFNbkMsaUJBQU0sRUFBQTs7dUZEREssa0JBQWtCO2NBTDlCLFNBQVM7MkJBQ0UsZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1lbWJlZC1tZW51JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2VtYmVkLW1lbnUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9lbWJlZC1tZW51LmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEVtYmVkTWVudUNvbXBvbmVudCB7fVxuIiwiPGRpdiBpZD1cImVtYmVkTWVudVwiPlxuICA8ZGl2IGlkPVwiZW1iZWRNZW51SW5uZXJcIj5cbiAgICA8YXBwLWRhcmstdGhlbWU+PC9hcHAtZGFyay10aGVtZT5cbiAgICA8YXBwLWF1dG8tcm90YXRlPjwvYXBwLWF1dG8tcm90YXRlPlxuICAgIDxhcHAtbWFpbi12aWV3LXRvZ2dsZT48L2FwcC1tYWluLXZpZXctdG9nZ2xlPlxuICAgIDxhcHAtYW5pbWF0ZS1ldmVudD48L2FwcC1hbmltYXRlLWV2ZW50PlxuICAgIDxhcHAtYW5pbWF0ZS1jYW1lcmE+PC9hcHAtYW5pbWF0ZS1jYW1lcmE+XG4gICAgPGFwcC1leHBlcmltZW50LWxpbms+PC9hcHAtZXhwZXJpbWVudC1saW5rPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|