phoenix-ui-components 4.2.1 → 4.2.3

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/index.d.ts CHANGED
@@ -1,34 +1,34 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit, EventEmitter, ElementRef, ChangeDetectorRef, OnDestroy, NgZone, ComponentRef, AfterViewInit, QueryList, OnChanges, SimpleChanges, PipeTransform } from '@angular/core';
3
- import * as i76 from '@angular/material/checkbox';
3
+ import * as i78 from '@angular/material/checkbox';
4
4
  import { MatCheckboxChange } from '@angular/material/checkbox';
5
5
  import * as phoenix_event_display from 'phoenix-event-display';
6
- import { PhoenixMenuNode, EventDisplay, Configuration, AnimationPreset, PrettySymbols, ActiveVariable, PresetView, KinematicsConfig, MasterclassConfig, EventSummary, KinematicsColumn, TaggedParticle, ParticleTagDef, SessionState } from 'phoenix-event-display';
7
- import * as i67 from '@angular/material/dialog';
6
+ import { PhoenixMenuNode, EventDisplay, Configuration, AnimationPreset, PrettySymbols, ActiveVariable, PresetView, HistogramConfig, KinematicsConfig, MasterclassConfig, EventSummary, KinematicsColumn, TaggedParticle, ParticleTagDef, SessionState } from 'phoenix-event-display';
7
+ import * as i69 from '@angular/material/dialog';
8
8
  import { MatDialog, MatDialogRef } from '@angular/material/dialog';
9
- import * as i62 from '@angular/material/snack-bar';
9
+ import * as i64 from '@angular/material/snack-bar';
10
10
  import { MatSnackBar } from '@angular/material/snack-bar';
11
11
  import { Observable, Subscription } from 'rxjs';
12
- import * as i70 from '@angular/cdk/overlay';
12
+ import * as i72 from '@angular/cdk/overlay';
13
13
  import { Overlay, GlobalPositionStrategy } from '@angular/cdk/overlay';
14
14
  import { Object3D, Object3DEventMap, Vector3 } from 'three';
15
- import * as i72 from '@angular/material/menu';
15
+ import * as i74 from '@angular/material/menu';
16
16
  import { MatMenuTrigger } from '@angular/material/menu';
17
- import * as i78 from '@angular/cdk/tree';
17
+ import * as i80 from '@angular/cdk/tree';
18
18
  import { NestedTreeControl } from '@angular/cdk/tree';
19
19
  import { MatTreeNestedDataSource } from '@angular/material/tree';
20
- import * as i64 from '@angular/common';
21
- import * as i65 from '@angular/router';
22
- import * as i66 from '@angular/cdk/drag-drop';
23
- import * as i68 from '@angular/material/button';
24
- import * as i69 from '@angular/material/tooltip';
25
- import * as i71 from '@angular/forms';
26
- import * as i73 from '@angular/material/radio';
27
- import * as i74 from '@angular/material/slider';
28
- import * as i75 from '@angular/material/slide-toggle';
29
- import * as i77 from '@angular/material/icon';
30
- import * as i79 from '@angular/material/tabs';
31
- import * as i80 from '@angular/material/progress-bar';
20
+ import * as i66 from '@angular/common';
21
+ import * as i67 from '@angular/router';
22
+ import * as i68 from '@angular/cdk/drag-drop';
23
+ import * as i70 from '@angular/material/button';
24
+ import * as i71 from '@angular/material/tooltip';
25
+ import * as i73 from '@angular/forms';
26
+ import * as i75 from '@angular/material/radio';
27
+ import * as i76 from '@angular/material/slider';
28
+ import * as i77 from '@angular/material/slide-toggle';
29
+ import * as i79 from '@angular/material/icon';
30
+ import * as i81 from '@angular/material/tabs';
31
+ import * as i82 from '@angular/material/progress-bar';
32
32
 
33
33
  declare class NavComponent implements OnInit {
34
34
  constructor();
@@ -587,6 +587,7 @@ declare class ObjectSelectionComponent implements OnInit, OnDestroy {
587
587
  declare class OverlayComponent implements OnInit, AfterViewInit, OnDestroy {
588
588
  private eventDisplay;
589
589
  private elementRef;
590
+ private ngZone;
590
591
  /** Title of the overlay. */
591
592
  overlayTitle: string;
592
593
  /** If the overlay is open or not. */
@@ -605,8 +606,6 @@ declare class OverlayComponent implements OnInit, AfterViewInit, OnDestroy {
605
606
  showBody: boolean;
606
607
  /** Aspect ratio of the overlay view. */
607
608
  aspectRatio: number;
608
- /** Bound resize handler for cleanup. */
609
- private resizeHandler;
610
609
  /** Complete overlay card containing both header and body. */
611
610
  overlayCard: ElementRef;
612
611
  /** Handle for resizing the overlay. */
@@ -617,33 +616,45 @@ declare class OverlayComponent implements OnInit, AfterViewInit, OnDestroy {
617
616
  private MIN_RES_WIDTH;
618
617
  /** Minimum resizable height */
619
618
  private MIN_RES_HEIGHT;
620
- constructor(eventDisplay: EventDisplayService, elementRef: ElementRef);
619
+ /** The resize currently being dragged, or `null` if there is none. */
620
+ private resizeSession;
621
+ constructor(eventDisplay: EventDisplayService, elementRef: ElementRef, ngZone: NgZone);
621
622
  ngOnInit(): void;
622
623
  toggleBodyAndEmit(): void;
623
624
  /** Bring the overlay to the front. */
624
625
  bringToFront(): void;
625
- /**
626
- * Move the resizable handle to the bottom right after the component is created.
627
- */
628
626
  ngAfterViewInit(): void;
629
627
  /**
630
- * Clean up event listeners when the component is destroyed.
628
+ * Clean up any resize still in progress when the component is destroyed.
631
629
  */
632
630
  ngOnDestroy(): void;
633
631
  /**
634
- * Resize the overlay card when the resize handle is dragged.
632
+ * Start resizing the overlay card.
633
+ *
634
+ * The pointer is captured by the handle so that every subsequent move and,
635
+ * crucially, the closing `pointerup` are delivered to us even if the cursor
636
+ * leaves the handle or the window. Without the capture a fast drag can end
637
+ * outside the handle and leave the overlay glued to the cursor.
638
+ * @param event Pointer event that started the resize.
635
639
  */
636
- onResize(): void;
640
+ onResizeStart(event: PointerEvent): void;
641
+ /** Resize the overlay to follow the pointer. */
642
+ private onResizeMove;
643
+ /** End the resize once the pointer is released, cancelled or lost. */
644
+ private onResizeEnd;
645
+ /** Abandon the resize and restore the original size on Escape. */
646
+ private onResizeKeyDown;
637
647
  /**
638
- * Reset resize handle position.
648
+ * Stop the resize in progress, if any, releasing the pointer and detaching
649
+ * every listener added when it started.
639
650
  */
640
- resetHandlePosition(): void;
651
+ private stopResize;
641
652
  /**
642
- * Set the position of the resize handle using transform3d.
643
- * @param overlayRect Bounding client rectangle of the overlay card.
644
- * @param dragRect Bounding client rectangle of the resize handle.
653
+ * Resize the overlay content to the given size.
654
+ * @param width New width of the overlay content in pixels.
655
+ * @param height New height of the overlay content in pixels.
645
656
  */
646
- private setHandleTransform;
657
+ private applySize;
647
658
  static ɵfac: i0.ɵɵFactoryDeclaration<OverlayComponent, never>;
648
659
  static ɵcmp: i0.ɵɵComponentDeclaration<OverlayComponent, "app-overlay", never, { "overlayTitle": { "alias": "overlayTitle"; "required": false; }; "active": { "alias": "active"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "transparentBody": { "alias": "transparentBody"; "required": false; }; "keepAspectRatioFixed": { "alias": "keepAspectRatioFixed"; "required": false; }; }, {}, ["overlayWindow"], ["*"], false, never>;
649
660
  }
@@ -903,6 +914,7 @@ interface UIMenuConfig {
903
914
  showEtaPhiPanel?: boolean;
904
915
  showKinematicsPanel?: boolean;
905
916
  showMasterclassPanel?: boolean;
917
+ showHistogramPanel?: boolean;
906
918
  }
907
919
  declare const defaultUIMenuConfig: UIMenuConfig;
908
920
  declare class UiMenuComponent {
@@ -910,11 +922,12 @@ declare class UiMenuComponent {
910
922
  animationPresets: {
911
923
  [key: string]: phoenix_event_display.AnimationPreset;
912
924
  };
925
+ histogramConfig?: HistogramConfig;
913
926
  uiConfig: UIMenuConfig;
914
927
  kinematicsConfig?: KinematicsConfig;
915
928
  masterclassConfig?: MasterclassConfig;
916
929
  static ɵfac: i0.ɵɵFactoryDeclaration<UiMenuComponent, never>;
917
- static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuComponent, "app-ui-menu", never, { "eventDataImportOptions": { "alias": "eventDataImportOptions"; "required": false; }; "animationPresets": { "alias": "animationPresets"; "required": false; }; "uiConfig": { "alias": "uiConfig"; "required": false; }; "kinematicsConfig": { "alias": "kinematicsConfig"; "required": false; }; "masterclassConfig": { "alias": "masterclassConfig"; "required": false; }; }, {}, never, ["*"], false, never>;
930
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuComponent, "app-ui-menu", never, { "eventDataImportOptions": { "alias": "eventDataImportOptions"; "required": false; }; "animationPresets": { "alias": "animationPresets"; "required": false; }; "histogramConfig": { "alias": "histogramConfig"; "required": false; }; "uiConfig": { "alias": "uiConfig"; "required": false; }; "kinematicsConfig": { "alias": "kinematicsConfig"; "required": false; }; "masterclassConfig": { "alias": "masterclassConfig"; "required": false; }; }, {}, never, ["*"], false, never>;
918
931
  }
919
932
 
920
933
  declare class ShareLinkComponent {
@@ -1338,6 +1351,73 @@ declare class UiMenuWrapperComponent {
1338
1351
  static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuWrapperComponent, "app-ui-menu-wrapper", never, {}, {}, never, ["*"], false, never>;
1339
1352
  }
1340
1353
 
1354
+ declare class HistogramPanelOverlayComponent implements OnInit, OnDestroy {
1355
+ private eventDisplay;
1356
+ /** Whether the histogram panel is visible. Uses setter to trigger draw on show. */
1357
+ private _showHistogram;
1358
+ set showHistogram(val: boolean);
1359
+ get showHistogram(): boolean;
1360
+ config: HistogramConfig;
1361
+ histogramDiv: ElementRef<HTMLDivElement>;
1362
+ entries: number;
1363
+ mean: number;
1364
+ private sumValues;
1365
+ private rawValues;
1366
+ private histogram;
1367
+ private drawn;
1368
+ private unsubscribe;
1369
+ private redrawTimer;
1370
+ constructor(eventDisplay: EventDisplayService);
1371
+ ngOnInit(): void;
1372
+ ngOnDestroy(): void;
1373
+ /** Save gStyle, apply dark theme values, await callback, then restore gStyle. */
1374
+ private withDarkGStyle;
1375
+ private drawHistogram;
1376
+ /** Apply dark theme to jsroot SVG via direct DOM manipulation. */
1377
+ private applyDarkTheme;
1378
+ /** Add a value and schedule a debounced redraw. */
1379
+ addValue(value: number): void;
1380
+ /** Debounced redraw — coalesces rapid events (e.g. bulk load) into one repaint. */
1381
+ private scheduleRedraw;
1382
+ /** Reset histogram after user confirmation. */
1383
+ resetHistogram(): void;
1384
+ /** Clear all histogram data and redraw. */
1385
+ private clearHistogram;
1386
+ /** Get hint line position as percentage of the wrapper, accounting for jsroot pad margins. */
1387
+ getHintPosition(mass: number): number;
1388
+ /** Format hint label with mass value and unit for readability. */
1389
+ getHintLabel(hint: {
1390
+ mass: number;
1391
+ label: string;
1392
+ }): string;
1393
+ /** Export histogram data as TSV. */
1394
+ exportCSV(): void;
1395
+ /** Storage key derived from config title to avoid collisions between configs. */
1396
+ private get storageKey();
1397
+ /** Save raw values to localStorage for crash recovery. */
1398
+ private saveToStorage;
1399
+ /** Restore histogram state from localStorage. */
1400
+ private restoreFromStorage;
1401
+ /** Clear saved state from localStorage. */
1402
+ private clearStorage;
1403
+ static ɵfac: i0.ɵɵFactoryDeclaration<HistogramPanelOverlayComponent, never>;
1404
+ static ɵcmp: i0.ɵɵComponentDeclaration<HistogramPanelOverlayComponent, "app-histogram-panel-overlay", never, { "showHistogram": { "alias": "showHistogram"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
1405
+ }
1406
+
1407
+ declare class HistogramPanelComponent implements OnInit, OnDestroy, OnChanges {
1408
+ private overlay;
1409
+ showHistogram: boolean;
1410
+ overlayWindow: ComponentRef<HistogramPanelOverlayComponent>;
1411
+ config?: HistogramConfig;
1412
+ constructor(overlay: Overlay);
1413
+ ngOnInit(): void;
1414
+ ngOnChanges(changes: SimpleChanges): void;
1415
+ ngOnDestroy(): void;
1416
+ toggleOverlay(): void;
1417
+ static ɵfac: i0.ɵɵFactoryDeclaration<HistogramPanelComponent, never>;
1418
+ static ɵcmp: i0.ɵɵComponentDeclaration<HistogramPanelComponent, "app-histogram-panel", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
1419
+ }
1420
+
1341
1421
  interface MassResult {
1342
1422
  eventType: string;
1343
1423
  mass: number;
@@ -1547,9 +1627,9 @@ declare class AttributePipe implements PipeTransform {
1547
1627
 
1548
1628
  declare class PhoenixUIModule {
1549
1629
  static ɵfac: i0.ɵɵFactoryDeclaration<PhoenixUIModule, never>;
1550
- static ɵmod: i0.ɵɵNgModuleDeclaration<PhoenixUIModule, [typeof NotificationToastComponent, typeof NavComponent, typeof UiMenuWrapperComponent, typeof UiMenuComponent, typeof MoreInfoComponent, typeof CollectionsInfoComponent, typeof GeometryBrowserComponent, typeof GeometryBrowserOverlayComponent, typeof MenuToggleComponent, typeof CollectionsInfoOverlayComponent, typeof IoOptionsComponent, typeof IOOptionsDialogComponent, typeof OverlayViewComponent, typeof ObjectSelectionComponent, typeof ObjectSelectionOverlayComponent, typeof EventSelectorComponent, typeof ObjectClippingComponent, typeof DarkThemeComponent, typeof AutoRotateComponent, typeof ViewOptionsComponent, typeof CartesianGridConfigComponent, typeof OverlayViewWindowComponent, typeof OverlayComponent, typeof ExperimentInfoComponent, typeof InfoPanelComponent, typeof InfoPanelOverlayComponent, typeof MainViewToggleComponent, typeof ZoomControlsComponent, typeof TreeMenuComponent, typeof TreeMenuItemComponent, typeof PhoenixMenuComponent, typeof PhoenixMenuItemComponent, typeof ConfigSliderComponent, typeof AnimateCameraComponent, typeof DownloadAnimationDialogComponent, typeof AnimateEventComponent, typeof VrToggleComponent, typeof ArToggleComponent, typeof SSModeComponent, typeof MakePictureComponent, typeof PerformanceToggleComponent, typeof LoaderComponent, typeof ShareLinkComponent, typeof ShareLinkDialogComponent, typeof EmbedMenuComponent, typeof ExperimentLinkComponent, typeof EventDataExplorerComponent, typeof EventDataExplorerDialogComponent, typeof FileExplorerComponent, typeof RingLoaderComponent, typeof CycleEventsComponent, typeof EventBrowserComponent, typeof EventBrowserOverlayComponent, typeof EtaPhiPanelComponent, typeof EtaPhiPanelOverlayComponent, typeof KinematicsPanelComponent, typeof KinematicsPanelOverlayComponent, typeof MasterclassPanelComponent, typeof MasterclassPanelOverlayComponent, typeof SessionPillComponent, typeof ShortcutsDialogComponent], [typeof i62.MatSnackBarModule, typeof AttributePipe, typeof i64.CommonModule, typeof i65.RouterModule, typeof i66.DragDropModule, typeof i67.MatDialogModule, typeof i68.MatButtonModule, typeof i69.MatTooltipModule, typeof i70.OverlayModule, typeof i71.FormsModule, typeof i71.ReactiveFormsModule, typeof i72.MatMenuModule, typeof i73.MatRadioModule, typeof i74.MatSliderModule, typeof i75.MatSlideToggleModule, typeof i76.MatCheckboxModule, typeof i77.MatIconModule, typeof i78.CdkTreeModule, typeof i79.MatTabsModule, typeof i80.MatProgressBarModule], [typeof NotificationToastComponent, typeof NavComponent, typeof UiMenuWrapperComponent, typeof UiMenuComponent, typeof MoreInfoComponent, typeof CollectionsInfoComponent, typeof GeometryBrowserComponent, typeof GeometryBrowserOverlayComponent, typeof MenuToggleComponent, typeof CollectionsInfoOverlayComponent, typeof IoOptionsComponent, typeof IOOptionsDialogComponent, typeof OverlayViewComponent, typeof ObjectSelectionComponent, typeof ObjectSelectionOverlayComponent, typeof EventSelectorComponent, typeof ObjectClippingComponent, typeof DarkThemeComponent, typeof AutoRotateComponent, typeof ViewOptionsComponent, typeof CartesianGridConfigComponent, typeof OverlayViewWindowComponent, typeof OverlayComponent, typeof ExperimentInfoComponent, typeof InfoPanelComponent, typeof InfoPanelOverlayComponent, typeof MainViewToggleComponent, typeof ZoomControlsComponent, typeof TreeMenuComponent, typeof TreeMenuItemComponent, typeof PhoenixMenuComponent, typeof PhoenixMenuItemComponent, typeof ConfigSliderComponent, typeof AnimateCameraComponent, typeof DownloadAnimationDialogComponent, typeof AnimateEventComponent, typeof VrToggleComponent, typeof ArToggleComponent, typeof SSModeComponent, typeof MakePictureComponent, typeof PerformanceToggleComponent, typeof LoaderComponent, typeof ShareLinkComponent, typeof ShareLinkDialogComponent, typeof EmbedMenuComponent, typeof ExperimentLinkComponent, typeof EventDataExplorerComponent, typeof EventDataExplorerDialogComponent, typeof FileExplorerComponent, typeof RingLoaderComponent, typeof CycleEventsComponent, typeof EventBrowserComponent, typeof EventBrowserOverlayComponent, typeof EtaPhiPanelComponent, typeof EtaPhiPanelOverlayComponent, typeof KinematicsPanelComponent, typeof KinematicsPanelOverlayComponent, typeof MasterclassPanelComponent, typeof MasterclassPanelOverlayComponent, typeof SessionPillComponent, typeof ShortcutsDialogComponent, typeof AttributePipe]>;
1630
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PhoenixUIModule, [typeof NotificationToastComponent, typeof NavComponent, typeof UiMenuWrapperComponent, typeof UiMenuComponent, typeof MoreInfoComponent, typeof CollectionsInfoComponent, typeof GeometryBrowserComponent, typeof GeometryBrowserOverlayComponent, typeof MenuToggleComponent, typeof CollectionsInfoOverlayComponent, typeof IoOptionsComponent, typeof IOOptionsDialogComponent, typeof OverlayViewComponent, typeof ObjectSelectionComponent, typeof ObjectSelectionOverlayComponent, typeof EventSelectorComponent, typeof ObjectClippingComponent, typeof DarkThemeComponent, typeof AutoRotateComponent, typeof ViewOptionsComponent, typeof CartesianGridConfigComponent, typeof OverlayViewWindowComponent, typeof OverlayComponent, typeof ExperimentInfoComponent, typeof InfoPanelComponent, typeof InfoPanelOverlayComponent, typeof MainViewToggleComponent, typeof ZoomControlsComponent, typeof TreeMenuComponent, typeof TreeMenuItemComponent, typeof PhoenixMenuComponent, typeof PhoenixMenuItemComponent, typeof ConfigSliderComponent, typeof AnimateCameraComponent, typeof DownloadAnimationDialogComponent, typeof AnimateEventComponent, typeof VrToggleComponent, typeof ArToggleComponent, typeof SSModeComponent, typeof MakePictureComponent, typeof PerformanceToggleComponent, typeof LoaderComponent, typeof ShareLinkComponent, typeof ShareLinkDialogComponent, typeof EmbedMenuComponent, typeof ExperimentLinkComponent, typeof EventDataExplorerComponent, typeof EventDataExplorerDialogComponent, typeof FileExplorerComponent, typeof RingLoaderComponent, typeof CycleEventsComponent, typeof HistogramPanelComponent, typeof HistogramPanelOverlayComponent, typeof EventBrowserComponent, typeof EventBrowserOverlayComponent, typeof EtaPhiPanelComponent, typeof EtaPhiPanelOverlayComponent, typeof KinematicsPanelComponent, typeof KinematicsPanelOverlayComponent, typeof MasterclassPanelComponent, typeof MasterclassPanelOverlayComponent, typeof SessionPillComponent, typeof ShortcutsDialogComponent], [typeof i64.MatSnackBarModule, typeof AttributePipe, typeof i66.CommonModule, typeof i67.RouterModule, typeof i68.DragDropModule, typeof i69.MatDialogModule, typeof i70.MatButtonModule, typeof i71.MatTooltipModule, typeof i72.OverlayModule, typeof i73.FormsModule, typeof i73.ReactiveFormsModule, typeof i74.MatMenuModule, typeof i75.MatRadioModule, typeof i76.MatSliderModule, typeof i77.MatSlideToggleModule, typeof i78.MatCheckboxModule, typeof i79.MatIconModule, typeof i80.CdkTreeModule, typeof i81.MatTabsModule, typeof i82.MatProgressBarModule], [typeof NotificationToastComponent, typeof NavComponent, typeof UiMenuWrapperComponent, typeof UiMenuComponent, typeof MoreInfoComponent, typeof CollectionsInfoComponent, typeof GeometryBrowserComponent, typeof GeometryBrowserOverlayComponent, typeof MenuToggleComponent, typeof CollectionsInfoOverlayComponent, typeof IoOptionsComponent, typeof IOOptionsDialogComponent, typeof OverlayViewComponent, typeof ObjectSelectionComponent, typeof ObjectSelectionOverlayComponent, typeof EventSelectorComponent, typeof ObjectClippingComponent, typeof DarkThemeComponent, typeof AutoRotateComponent, typeof ViewOptionsComponent, typeof CartesianGridConfigComponent, typeof OverlayViewWindowComponent, typeof OverlayComponent, typeof ExperimentInfoComponent, typeof InfoPanelComponent, typeof InfoPanelOverlayComponent, typeof MainViewToggleComponent, typeof ZoomControlsComponent, typeof TreeMenuComponent, typeof TreeMenuItemComponent, typeof PhoenixMenuComponent, typeof PhoenixMenuItemComponent, typeof ConfigSliderComponent, typeof AnimateCameraComponent, typeof DownloadAnimationDialogComponent, typeof AnimateEventComponent, typeof VrToggleComponent, typeof ArToggleComponent, typeof SSModeComponent, typeof MakePictureComponent, typeof PerformanceToggleComponent, typeof LoaderComponent, typeof ShareLinkComponent, typeof ShareLinkDialogComponent, typeof EmbedMenuComponent, typeof ExperimentLinkComponent, typeof EventDataExplorerComponent, typeof EventDataExplorerDialogComponent, typeof FileExplorerComponent, typeof RingLoaderComponent, typeof CycleEventsComponent, typeof HistogramPanelComponent, typeof HistogramPanelOverlayComponent, typeof EventBrowserComponent, typeof EventBrowserOverlayComponent, typeof EtaPhiPanelComponent, typeof EtaPhiPanelOverlayComponent, typeof KinematicsPanelComponent, typeof KinematicsPanelOverlayComponent, typeof MasterclassPanelComponent, typeof MasterclassPanelOverlayComponent, typeof SessionPillComponent, typeof ShortcutsDialogComponent, typeof AttributePipe]>;
1551
1631
  static ɵinj: i0.ɵɵInjectorDeclaration<PhoenixUIModule>;
1552
1632
  }
1553
1633
 
1554
- export { AnimateCameraComponent, AnimateEventComponent, ArToggleComponent, AttributePipe, AutoRotateComponent, CartesianGridConfigComponent, CollectionsInfoComponent, CollectionsInfoOverlayComponent, ConfigSliderComponent, CycleEventsComponent, DarkThemeComponent, DownloadAnimationDialogComponent, EmbedMenuComponent, EtaPhiPanelComponent, EtaPhiPanelOverlayComponent, EventBrowserComponent, EventBrowserOverlayComponent, EventDataExplorerComponent, EventDataExplorerDialogComponent, EventDataFormat, EventDisplayService, EventSelectorComponent, ExperimentInfoComponent, ExperimentLinkComponent, FileEvent, FileExplorerComponent, FileNode, GeometryBrowserComponent, GeometryBrowserOverlayComponent, IOOptionsDialogComponent, ImportOption, InfoPanelComponent, InfoPanelOverlayComponent, IoOptionsComponent, KinematicsPanelComponent, KinematicsPanelOverlayComponent, LoaderComponent, MainViewToggleComponent, MakePictureComponent, MasterclassPanelComponent, MasterclassPanelOverlayComponent, MenuToggleComponent, MoreInfoComponent, NavComponent, NotificationService, NotificationToastComponent, ObjectClippingComponent, ObjectSelectionComponent, ObjectSelectionOverlayComponent, OverlayCascadeService, OverlayComponent, OverlayViewComponent, OverlayViewWindowComponent, PerformanceToggleComponent, PhoenixMenuComponent, PhoenixMenuItemComponent, PhoenixUIModule, RingLoaderComponent, SSModeComponent, SessionPillComponent, ShareLinkComponent, ShareLinkDialogComponent, ShortcutsDialogComponent, TreeMenuComponent, TreeMenuItemComponent, UiMenuComponent, UiMenuWrapperComponent, ViewOptionsComponent, VrToggleComponent, ZoomControlsComponent, defaultAnimationPresets, defaultUIMenuConfig };
1634
+ export { AnimateCameraComponent, AnimateEventComponent, ArToggleComponent, AttributePipe, AutoRotateComponent, CartesianGridConfigComponent, CollectionsInfoComponent, CollectionsInfoOverlayComponent, ConfigSliderComponent, CycleEventsComponent, DarkThemeComponent, DownloadAnimationDialogComponent, EmbedMenuComponent, EtaPhiPanelComponent, EtaPhiPanelOverlayComponent, EventBrowserComponent, EventBrowserOverlayComponent, EventDataExplorerComponent, EventDataExplorerDialogComponent, EventDataFormat, EventDisplayService, EventSelectorComponent, ExperimentInfoComponent, ExperimentLinkComponent, FileEvent, FileExplorerComponent, FileNode, GeometryBrowserComponent, GeometryBrowserOverlayComponent, HistogramPanelComponent, HistogramPanelOverlayComponent, IOOptionsDialogComponent, ImportOption, InfoPanelComponent, InfoPanelOverlayComponent, IoOptionsComponent, KinematicsPanelComponent, KinematicsPanelOverlayComponent, LoaderComponent, MainViewToggleComponent, MakePictureComponent, MasterclassPanelComponent, MasterclassPanelOverlayComponent, MenuToggleComponent, MoreInfoComponent, NavComponent, NotificationService, NotificationToastComponent, ObjectClippingComponent, ObjectSelectionComponent, ObjectSelectionOverlayComponent, OverlayCascadeService, OverlayComponent, OverlayViewComponent, OverlayViewWindowComponent, PerformanceToggleComponent, PhoenixMenuComponent, PhoenixMenuItemComponent, PhoenixUIModule, RingLoaderComponent, SSModeComponent, SessionPillComponent, ShareLinkComponent, ShareLinkDialogComponent, ShortcutsDialogComponent, TreeMenuComponent, TreeMenuItemComponent, UiMenuComponent, UiMenuWrapperComponent, ViewOptionsComponent, VrToggleComponent, ZoomControlsComponent, defaultAnimationPresets, defaultUIMenuConfig };
1555
1635
  export type { EventDataExplorerDialogData, EventDataImportOption, FileResponse, Notification, NotificationSeverity, TreeMenuNode, UIMenuConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phoenix-ui-components",
3
- "version": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "description": "Reusable Angular components of the Phoenix event display application.",
5
5
  "author": "Phoenix contributors (https://github.com/HSF/phoenix/graphs/contributors)",
6
6
  "license": "Apache-2.0",
@@ -57,5 +57,5 @@
57
57
  "sass": "./_theming.scss"
58
58
  }
59
59
  },
60
- "gitHead": "eb3f61a4e6abaf3956127f0b412bf1de83c582a7"
60
+ "gitHead": "1d18646bf68b3262964ff9bd56292b2fe148e128"
61
61
  }