phoenix-ui-components 2.14.1 → 2.16.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.
Files changed (147) hide show
  1. package/README.md +2 -2
  2. package/dist/README.md +2 -2
  3. package/dist/components/file-explorer/file-explorer.component.d.ts +9 -3
  4. package/dist/components/loader/loader.component.d.ts +1 -1
  5. package/dist/components/phoenix-menu/config/config-slider/config-slider.component.d.ts +1 -1
  6. package/dist/components/phoenix-menu/phoenix-menu-item/phoenix-menu-item.component.d.ts +1 -1
  7. package/dist/components/phoenix-menu/phoenix-menu.component.d.ts +1 -1
  8. package/dist/components/phoenix-ui.module.d.ts +62 -59
  9. package/dist/components/ui-menu/animate-camera/animate-camera.component.d.ts +1 -1
  10. package/dist/components/ui-menu/collections-info/collections-info-overlay/collections-info-overlay.component.d.ts +3 -1
  11. package/dist/components/ui-menu/cycle-events/cycle-events.component.d.ts +7 -2
  12. package/dist/components/ui-menu/event-data-explorer/event-data-explorer-dialog/event-data-explorer-dialog.component.d.ts +7 -8
  13. package/dist/components/ui-menu/event-data-explorer/event-data-explorer.component.d.ts +1 -1
  14. package/dist/components/ui-menu/experiment-info/experiment-info.component.d.ts +1 -1
  15. package/dist/components/ui-menu/geometry-browser/geometry-browser-overlay/geometry-browser-overlay.component.d.ts +22 -0
  16. package/dist/components/ui-menu/geometry-browser/geometry-browser.component.d.ts +15 -0
  17. package/dist/components/ui-menu/index.d.ts +3 -0
  18. package/dist/components/ui-menu/info-panel/info-panel-overlay/info-panel-overlay.component.d.ts +1 -1
  19. package/dist/components/ui-menu/io-options/io-options-dialog/io-options-dialog.component.d.ts +1 -1
  20. package/dist/components/ui-menu/io-options/io-options.component.d.ts +1 -1
  21. package/dist/components/ui-menu/make-picture/make-picture.component.d.ts +3 -0
  22. package/dist/components/ui-menu/menu-toggle/menu-toggle.component.d.ts +1 -1
  23. package/dist/components/ui-menu/object-selection/object-selection-overlay/object-selection-overlay.component.d.ts +1 -1
  24. package/dist/components/ui-menu/overlay/overlay.component.d.ts +1 -1
  25. package/dist/components/ui-menu/overlay-view/overlay-view-window/overlay-view-window.component.d.ts +1 -1
  26. package/dist/components/ui-menu/tree-menu/tree-menu-item/tree-menu-item.component.d.ts +1 -1
  27. package/dist/components/ui-menu/ui-menu.component.d.ts +1 -1
  28. package/dist/components/ui-menu/view-options/cartesian-grid-config/cartesian-grid-config.component.d.ts +51 -0
  29. package/dist/components/ui-menu/view-options/view-options.component.d.ts +21 -4
  30. package/dist/esm2022/components/embed-menu/embed-menu.component.mjs +22 -0
  31. package/dist/esm2022/components/embed-menu/experiment-link/experiment-link.component.mjs +27 -0
  32. package/dist/esm2022/components/file-explorer/file-explorer.component.mjs +109 -0
  33. package/dist/esm2022/components/loader/loader.component.mjs +71 -0
  34. package/dist/esm2022/components/nav/nav.component.mjs +19 -0
  35. package/dist/esm2022/components/phoenix-menu/config/config-slider/config-slider.component.mjs +81 -0
  36. package/dist/esm2022/components/phoenix-menu/phoenix-menu-item/phoenix-menu-item.component.mjs +304 -0
  37. package/dist/esm2022/components/phoenix-menu/phoenix-menu.component.mjs +23 -0
  38. package/dist/esm2022/components/phoenix-ui.module.mjs +254 -0
  39. package/dist/esm2022/components/ring-loader/ring-loader.component.mjs +16 -0
  40. package/dist/esm2022/components/ui-menu/animate-camera/animate-camera.component.mjs +120 -0
  41. package/dist/esm2022/components/ui-menu/animate-event/animate-event.component.mjs +33 -0
  42. package/dist/esm2022/components/ui-menu/ar-toggle/ar-toggle.component.mjs +83 -0
  43. package/dist/esm2022/components/ui-menu/auto-rotate/auto-rotate.component.mjs +29 -0
  44. package/dist/esm2022/components/ui-menu/collections-info/collections-info-overlay/collections-info-overlay.component.mjs +273 -0
  45. package/dist/esm2022/components/ui-menu/collections-info/collections-info.component.mjs +44 -0
  46. package/dist/esm2022/components/ui-menu/cycle-events/cycle-events.component.mjs +90 -0
  47. package/dist/esm2022/components/ui-menu/dark-theme/dark-theme.component.mjs +32 -0
  48. package/dist/esm2022/components/ui-menu/event-data-explorer/event-data-explorer-dialog/event-data-explorer-dialog.component.mjs +128 -0
  49. package/dist/esm2022/components/ui-menu/event-data-explorer/event-data-explorer.component.mjs +35 -0
  50. package/dist/esm2022/components/ui-menu/event-selector/event-selector.component.mjs +54 -0
  51. package/dist/esm2022/components/ui-menu/experiment-info/experiment-info.component.mjs +100 -0
  52. package/dist/esm2022/components/ui-menu/geometry-browser/geometry-browser-overlay/geometry-browser-overlay.component.mjs +172 -0
  53. package/dist/esm2022/components/ui-menu/geometry-browser/geometry-browser.component.mjs +44 -0
  54. package/dist/esm2022/components/ui-menu/index.mjs +40 -0
  55. package/dist/esm2022/components/ui-menu/info-panel/info-panel-overlay/info-panel-overlay.component.mjs +69 -0
  56. package/dist/esm2022/components/ui-menu/info-panel/info-panel.component.mjs +59 -0
  57. package/dist/esm2022/components/ui-menu/io-options/io-options-dialog/io-options-dialog.component.mjs +294 -0
  58. package/dist/esm2022/components/ui-menu/io-options/io-options.component.mjs +36 -0
  59. package/dist/esm2022/components/ui-menu/main-view-toggle/main-view-toggle.component.mjs +32 -0
  60. package/dist/esm2022/components/ui-menu/make-picture/make-picture.component.mjs +109 -0
  61. package/dist/esm2022/components/ui-menu/menu-toggle/menu-toggle.component.mjs +40 -0
  62. package/dist/esm2022/components/ui-menu/object-clipping/object-clipping.component.mjs +72 -0
  63. package/dist/esm2022/components/ui-menu/object-selection/object-selection-overlay/object-selection-overlay.component.mjs +59 -0
  64. package/dist/esm2022/components/ui-menu/object-selection/object-selection.component.mjs +46 -0
  65. package/dist/esm2022/components/ui-menu/overlay/overlay.component.mjs +197 -0
  66. package/dist/esm2022/components/ui-menu/overlay-view/overlay-view-window/overlay-view-window.component.mjs +83 -0
  67. package/dist/esm2022/components/ui-menu/overlay-view/overlay-view.component.mjs +41 -0
  68. package/dist/esm2022/components/ui-menu/performance-toggle/performance-toggle.component.mjs +29 -0
  69. package/dist/esm2022/components/ui-menu/share-link/share-link-dialog/share-link-dialog.component.mjs +165 -0
  70. package/dist/esm2022/components/ui-menu/share-link/share-link.component.mjs +28 -0
  71. package/dist/esm2022/components/ui-menu/ss-mode/ss-mode.component.mjs +46 -0
  72. package/dist/esm2022/components/ui-menu/tree-menu/tree-menu-item/tree-menu-item.component.mjs +94 -0
  73. package/dist/esm2022/components/ui-menu/tree-menu/tree-menu.component.mjs +78 -0
  74. package/dist/esm2022/components/ui-menu/ui-menu-wrapper/ui-menu-wrapper.component.mjs +34 -0
  75. package/dist/esm2022/components/ui-menu/ui-menu.component.mjs +54 -0
  76. package/dist/esm2022/components/ui-menu/view-options/cartesian-grid-config/cartesian-grid-config.component.mjs +247 -0
  77. package/dist/esm2022/components/ui-menu/view-options/view-options.component.mjs +170 -0
  78. package/dist/esm2022/components/ui-menu/vr-toggle/vr-toggle.component.mjs +52 -0
  79. package/dist/esm2022/components/ui-menu/zoom-controls/zoom-controls.component.mjs +79 -0
  80. package/dist/esm2022/services/error-message-service.mjs +30 -0
  81. package/dist/{esm2020 → esm2022}/services/event-display.service.mjs +5 -5
  82. package/dist/esm2022/services/extras/attribute.pipe.mjs +33 -0
  83. package/dist/{esm2020 → esm2022}/services/extras/event-data-import.mjs +5 -1
  84. package/dist/esm2022/services/file-loader.service.mjs +86 -0
  85. package/dist/esm2022/services/global-error-handler.mjs +30 -0
  86. package/dist/fesm2022/phoenix-ui-components.mjs +4302 -0
  87. package/dist/fesm2022/phoenix-ui-components.mjs.map +1 -0
  88. package/dist/services/file-loader.service.d.ts +17 -0
  89. package/package.json +27 -16
  90. package/dist/esm2020/components/embed-menu/embed-menu.component.mjs +0 -21
  91. package/dist/esm2020/components/embed-menu/experiment-link/experiment-link.component.mjs +0 -25
  92. package/dist/esm2020/components/file-explorer/file-explorer.component.mjs +0 -97
  93. package/dist/esm2020/components/loader/loader.component.mjs +0 -68
  94. package/dist/esm2020/components/nav/nav.component.mjs +0 -18
  95. package/dist/esm2020/components/phoenix-menu/config/config-slider/config-slider.component.mjs +0 -82
  96. package/dist/esm2020/components/phoenix-menu/phoenix-menu-item/phoenix-menu-item.component.mjs +0 -309
  97. package/dist/esm2020/components/phoenix-menu/phoenix-menu.component.mjs +0 -21
  98. package/dist/esm2020/components/phoenix-ui.module.mjs +0 -254
  99. package/dist/esm2020/components/ring-loader/ring-loader.component.mjs +0 -15
  100. package/dist/esm2020/components/ui-menu/animate-camera/animate-camera.component.mjs +0 -117
  101. package/dist/esm2020/components/ui-menu/animate-event/animate-event.component.mjs +0 -31
  102. package/dist/esm2020/components/ui-menu/ar-toggle/ar-toggle.component.mjs +0 -81
  103. package/dist/esm2020/components/ui-menu/auto-rotate/auto-rotate.component.mjs +0 -27
  104. package/dist/esm2020/components/ui-menu/collections-info/collections-info-overlay/collections-info-overlay.component.mjs +0 -261
  105. package/dist/esm2020/components/ui-menu/collections-info/collections-info.component.mjs +0 -38
  106. package/dist/esm2020/components/ui-menu/cycle-events/cycle-events.component.mjs +0 -42
  107. package/dist/esm2020/components/ui-menu/dark-theme/dark-theme.component.mjs +0 -30
  108. package/dist/esm2020/components/ui-menu/event-data-explorer/event-data-explorer-dialog/event-data-explorer-dialog.component.mjs +0 -176
  109. package/dist/esm2020/components/ui-menu/event-data-explorer/event-data-explorer.component.mjs +0 -32
  110. package/dist/esm2020/components/ui-menu/event-selector/event-selector.component.mjs +0 -50
  111. package/dist/esm2020/components/ui-menu/experiment-info/experiment-info.component.mjs +0 -96
  112. package/dist/esm2020/components/ui-menu/index.mjs +0 -37
  113. package/dist/esm2020/components/ui-menu/info-panel/info-panel-overlay/info-panel-overlay.component.mjs +0 -66
  114. package/dist/esm2020/components/ui-menu/info-panel/info-panel.component.mjs +0 -55
  115. package/dist/esm2020/components/ui-menu/io-options/io-options-dialog/io-options-dialog.component.mjs +0 -290
  116. package/dist/esm2020/components/ui-menu/io-options/io-options.component.mjs +0 -34
  117. package/dist/esm2020/components/ui-menu/main-view-toggle/main-view-toggle.component.mjs +0 -30
  118. package/dist/esm2020/components/ui-menu/make-picture/make-picture.component.mjs +0 -88
  119. package/dist/esm2020/components/ui-menu/menu-toggle/menu-toggle.component.mjs +0 -38
  120. package/dist/esm2020/components/ui-menu/object-clipping/object-clipping.component.mjs +0 -67
  121. package/dist/esm2020/components/ui-menu/object-selection/object-selection-overlay/object-selection-overlay.component.mjs +0 -55
  122. package/dist/esm2020/components/ui-menu/object-selection/object-selection.component.mjs +0 -42
  123. package/dist/esm2020/components/ui-menu/overlay/overlay.component.mjs +0 -189
  124. package/dist/esm2020/components/ui-menu/overlay-view/overlay-view-window/overlay-view-window.component.mjs +0 -79
  125. package/dist/esm2020/components/ui-menu/overlay-view/overlay-view.component.mjs +0 -38
  126. package/dist/esm2020/components/ui-menu/performance-toggle/performance-toggle.component.mjs +0 -27
  127. package/dist/esm2020/components/ui-menu/share-link/share-link-dialog/share-link-dialog.component.mjs +0 -158
  128. package/dist/esm2020/components/ui-menu/share-link/share-link.component.mjs +0 -26
  129. package/dist/esm2020/components/ui-menu/ss-mode/ss-mode.component.mjs +0 -47
  130. package/dist/esm2020/components/ui-menu/tree-menu/tree-menu-item/tree-menu-item.component.mjs +0 -90
  131. package/dist/esm2020/components/ui-menu/tree-menu/tree-menu.component.mjs +0 -78
  132. package/dist/esm2020/components/ui-menu/ui-menu-wrapper/ui-menu-wrapper.component.mjs +0 -35
  133. package/dist/esm2020/components/ui-menu/ui-menu.component.mjs +0 -54
  134. package/dist/esm2020/components/ui-menu/view-options/view-options.component.mjs +0 -81
  135. package/dist/esm2020/components/ui-menu/vr-toggle/vr-toggle.component.mjs +0 -50
  136. package/dist/esm2020/components/ui-menu/zoom-controls/zoom-controls.component.mjs +0 -73
  137. package/dist/esm2020/services/error-message-service.mjs +0 -32
  138. package/dist/esm2020/services/extras/attribute.pipe.mjs +0 -33
  139. package/dist/esm2020/services/global-error-handler.mjs +0 -29
  140. package/dist/fesm2015/phoenix-ui-components.mjs +0 -3994
  141. package/dist/fesm2015/phoenix-ui-components.mjs.map +0 -1
  142. package/dist/fesm2020/phoenix-ui-components.mjs +0 -3552
  143. package/dist/fesm2020/phoenix-ui-components.mjs.map +0 -1
  144. /package/dist/{esm2020 → esm2022}/components/phoenix-menu/index.mjs +0 -0
  145. /package/dist/{esm2020 → esm2022}/phoenix-ui-components.mjs +0 -0
  146. /package/dist/{esm2020 → esm2022}/public_api.mjs +0 -0
  147. /package/dist/{esm2020 → esm2022}/services/index.mjs +0 -0
package/README.md CHANGED
@@ -15,9 +15,9 @@ yarn add phoenix-ui-components
15
15
 
16
16
  ## Setup
17
17
 
18
- You can see [phoenix-app](https://github.com/HSF/phoenix/tree/master/packages/phoenix-ng/projects/phoenix-app) as a reference app that uses this package.
18
+ You can see [phoenix-app](https://github.com/HSF/phoenix/tree/main/packages/phoenix-ng/projects/phoenix-app) as a reference app that uses this package.
19
19
 
20
- Since the components use some icons and images, you will need to copy these assets to your application. Download these assets from [./src/assets](https://github.com/HSF/phoenix/tree/master/packages/phoenix-ng/projects/phoenix-ui-components/src/assets) and put them in the `src/assets` directory of your application. All assets should be served through `/assets`.
20
+ Since the components use some icons and images, you will need to copy these assets to your application. Download these assets from [./src/assets](https://github.com/HSF/phoenix/tree/main/packages/phoenix-ng/projects/phoenix-ui-components/src/assets) and put them in the `src/assets` directory of your application. All assets should be served through `/assets`.
21
21
 
22
22
  Once you have the assets set up, import the `PhoenixUIModule` and `BrowserAnimationsModule` in your `NgModule`.
23
23
 
package/dist/README.md CHANGED
@@ -15,9 +15,9 @@ yarn add phoenix-ui-components
15
15
 
16
16
  ## Setup
17
17
 
18
- You can see [phoenix-app](https://github.com/HSF/phoenix/tree/master/packages/phoenix-ng/projects/phoenix-app) as a reference app that uses this package.
18
+ You can see [phoenix-app](https://github.com/HSF/phoenix/tree/main/packages/phoenix-ng/projects/phoenix-app) as a reference app that uses this package.
19
19
 
20
- Since the components use some icons and images, you will need to copy these assets to your application. Download these assets from [./src/assets](https://github.com/HSF/phoenix/tree/master/packages/phoenix-ng/projects/phoenix-ui-components/src/assets) and put them in the `src/assets` directory of your application. All assets should be served through `/assets`.
20
+ Since the components use some icons and images, you will need to copy these assets to your application. Download these assets from [./src/assets](https://github.com/HSF/phoenix/tree/main/packages/phoenix-ng/projects/phoenix-ui-components/src/assets) and put them in the `src/assets` directory of your application. All assets should be served through `/assets`.
21
21
 
22
22
  Once you have the assets set up, import the `PhoenixUIModule` and `BrowserAnimationsModule` in your `NgModule`.
23
23
 
@@ -5,19 +5,25 @@ import * as i0 from "@angular/core";
5
5
  export declare class FileNode {
6
6
  name: string;
7
7
  url: string;
8
+ nocache: boolean;
8
9
  children: {
9
10
  [key: string]: FileNode;
10
11
  };
11
12
  constructor(name?: string);
12
13
  }
14
+ export declare class FileEvent {
15
+ url: string;
16
+ nocache: boolean;
17
+ constructor(url: string, nocache: boolean);
18
+ }
13
19
  export declare class FileExplorerComponent implements OnChanges {
14
20
  rootFileNode: FileNode;
15
- onFileSelect: EventEmitter<string>;
21
+ onFileSelect: EventEmitter<FileEvent>;
16
22
  treeControl: NestedTreeControl<FileNode, FileNode>;
17
23
  dataSource: MatTreeNestedDataSource<FileNode>;
18
24
  ngOnChanges(changes: SimpleChanges): void;
19
25
  hasChildren: (_: number, node: FileNode) => boolean;
20
- onSelect(url: string): void;
26
+ onSelect(url: string, nocache: boolean): void;
21
27
  /**
22
28
  * Sort the FileNode's children with folders before files.
23
29
  * @param node FileNode whose children are to be sorted.
@@ -25,5 +31,5 @@ export declare class FileExplorerComponent implements OnChanges {
25
31
  */
26
32
  getSortedChildren(node: FileNode): FileNode[];
27
33
  static ɵfac: i0.ɵɵFactoryDeclaration<FileExplorerComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<FileExplorerComponent, "app-file-explorer", never, { "rootFileNode": "rootFileNode"; }, { "onFileSelect": "onFileSelect"; }, never, never, false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileExplorerComponent, "app-file-explorer", never, { "rootFileNode": { "alias": "rootFileNode"; "required": false; }; }, { "onFileSelect": "onFileSelect"; }, never, never, false, never>;
29
35
  }
@@ -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, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "app-loader", never, { "loaded": { "alias": "loaded"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; }, {}, never, never, false, never>;
11
11
  }
@@ -14,5 +14,5 @@ export declare class ConfigSliderComponent {
14
14
  toggleMinCut(change: MatCheckboxChange): void;
15
15
  toggleMaxCut(change: MatCheckboxChange): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfigSliderComponent, never>;
17
- 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>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfigSliderComponent, "app-config-slider", never, { "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "allowCustomValue": { "alias": "allowCustomValue"; "required": false; }; }, { "onChange": "onChange"; }, never, never, false, never>;
18
18
  }
@@ -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, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<PhoenixMenuItemComponent, "app-phoenix-menu-item", never, { "currentNode": { "alias": "currentNode"; "required": false; }; }, {}, 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, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<PhoenixMenuComponent, "app-phoenix-menu", never, { "rootNode": { "alias": "rootNode"; "required": false; }; }, {}, never, never, false, never>;
7
7
  }
@@ -3,66 +3,69 @@ import * as i1 from "./nav/nav.component";
3
3
  import * as i2 from "./ui-menu/ui-menu-wrapper/ui-menu-wrapper.component";
4
4
  import * as i3 from "./ui-menu/ui-menu.component";
5
5
  import * as i4 from "./ui-menu/collections-info/collections-info.component";
6
- import * as i5 from "./ui-menu/menu-toggle/menu-toggle.component";
7
- import * as i6 from "./ui-menu/collections-info/collections-info-overlay/collections-info-overlay.component";
8
- import * as i7 from "./ui-menu/io-options/io-options.component";
9
- import * as i8 from "./ui-menu/io-options/io-options-dialog/io-options-dialog.component";
10
- import * as i9 from "./ui-menu/overlay-view/overlay-view.component";
11
- import * as i10 from "../services/extras/attribute.pipe";
12
- import * as i11 from "./ui-menu/object-selection/object-selection.component";
13
- import * as i12 from "./ui-menu/object-selection/object-selection-overlay/object-selection-overlay.component";
14
- import * as i13 from "./ui-menu/event-selector/event-selector.component";
15
- import * as i14 from "./ui-menu/object-clipping/object-clipping.component";
16
- import * as i15 from "./ui-menu/dark-theme/dark-theme.component";
17
- import * as i16 from "./ui-menu/auto-rotate/auto-rotate.component";
18
- import * as i17 from "./ui-menu/view-options/view-options.component";
19
- import * as i18 from "./ui-menu/overlay-view/overlay-view-window/overlay-view-window.component";
20
- import * as i19 from "./ui-menu/overlay/overlay.component";
21
- import * as i20 from "./ui-menu/experiment-info/experiment-info.component";
22
- import * as i21 from "./ui-menu/info-panel/info-panel.component";
23
- import * as i22 from "./ui-menu/info-panel/info-panel-overlay/info-panel-overlay.component";
24
- import * as i23 from "./ui-menu/main-view-toggle/main-view-toggle.component";
25
- import * as i24 from "./ui-menu/zoom-controls/zoom-controls.component";
26
- import * as i25 from "./ui-menu/tree-menu/tree-menu.component";
27
- import * as i26 from "./ui-menu/tree-menu/tree-menu-item/tree-menu-item.component";
28
- import * as i27 from "./phoenix-menu/phoenix-menu.component";
29
- import * as i28 from "./phoenix-menu/phoenix-menu-item/phoenix-menu-item.component";
30
- import * as i29 from "./phoenix-menu/config/config-slider/config-slider.component";
31
- import * as i30 from "./ui-menu/animate-camera/animate-camera.component";
32
- import * as i31 from "./ui-menu/animate-event/animate-event.component";
33
- import * as i32 from "./ui-menu/vr-toggle/vr-toggle.component";
34
- import * as i33 from "./ui-menu/ar-toggle/ar-toggle.component";
35
- import * as i34 from "./ui-menu/ss-mode/ss-mode.component";
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 "@angular/cdk/tree";
63
- import * as i62 from "@angular/material/tabs";
6
+ import * as i5 from "./ui-menu/geometry-browser/geometry-browser.component";
7
+ import * as i6 from "./ui-menu/geometry-browser/geometry-browser-overlay/geometry-browser-overlay.component";
8
+ import * as i7 from "./ui-menu/menu-toggle/menu-toggle.component";
9
+ import * as i8 from "./ui-menu/collections-info/collections-info-overlay/collections-info-overlay.component";
10
+ import * as i9 from "./ui-menu/io-options/io-options.component";
11
+ import * as i10 from "./ui-menu/io-options/io-options-dialog/io-options-dialog.component";
12
+ import * as i11 from "./ui-menu/overlay-view/overlay-view.component";
13
+ import * as i12 from "../services/extras/attribute.pipe";
14
+ import * as i13 from "./ui-menu/object-selection/object-selection.component";
15
+ import * as i14 from "./ui-menu/object-selection/object-selection-overlay/object-selection-overlay.component";
16
+ import * as i15 from "./ui-menu/event-selector/event-selector.component";
17
+ import * as i16 from "./ui-menu/object-clipping/object-clipping.component";
18
+ import * as i17 from "./ui-menu/dark-theme/dark-theme.component";
19
+ import * as i18 from "./ui-menu/auto-rotate/auto-rotate.component";
20
+ import * as i19 from "./ui-menu/view-options/view-options.component";
21
+ import * as i20 from "./ui-menu/view-options/cartesian-grid-config/cartesian-grid-config.component";
22
+ import * as i21 from "./ui-menu/overlay-view/overlay-view-window/overlay-view-window.component";
23
+ import * as i22 from "./ui-menu/overlay/overlay.component";
24
+ import * as i23 from "./ui-menu/experiment-info/experiment-info.component";
25
+ import * as i24 from "./ui-menu/info-panel/info-panel.component";
26
+ import * as i25 from "./ui-menu/info-panel/info-panel-overlay/info-panel-overlay.component";
27
+ import * as i26 from "./ui-menu/main-view-toggle/main-view-toggle.component";
28
+ import * as i27 from "./ui-menu/zoom-controls/zoom-controls.component";
29
+ import * as i28 from "./ui-menu/tree-menu/tree-menu.component";
30
+ import * as i29 from "./ui-menu/tree-menu/tree-menu-item/tree-menu-item.component";
31
+ import * as i30 from "./phoenix-menu/phoenix-menu.component";
32
+ import * as i31 from "./phoenix-menu/phoenix-menu-item/phoenix-menu-item.component";
33
+ import * as i32 from "./phoenix-menu/config/config-slider/config-slider.component";
34
+ import * as i33 from "./ui-menu/animate-camera/animate-camera.component";
35
+ import * as i34 from "./ui-menu/animate-event/animate-event.component";
36
+ import * as i35 from "./ui-menu/vr-toggle/vr-toggle.component";
37
+ import * as i36 from "./ui-menu/ar-toggle/ar-toggle.component";
38
+ import * as i37 from "./ui-menu/ss-mode/ss-mode.component";
39
+ import * as i38 from "./ui-menu/make-picture/make-picture.component";
40
+ import * as i39 from "./ui-menu/performance-toggle/performance-toggle.component";
41
+ import * as i40 from "./loader/loader.component";
42
+ import * as i41 from "./ui-menu/share-link/share-link.component";
43
+ import * as i42 from "./ui-menu/share-link/share-link-dialog/share-link-dialog.component";
44
+ import * as i43 from "./embed-menu/embed-menu.component";
45
+ import * as i44 from "./embed-menu/experiment-link/experiment-link.component";
46
+ import * as i45 from "./ui-menu/event-data-explorer/event-data-explorer.component";
47
+ import * as i46 from "./ui-menu/event-data-explorer/event-data-explorer-dialog/event-data-explorer-dialog.component";
48
+ import * as i47 from "./file-explorer/file-explorer.component";
49
+ import * as i48 from "./ring-loader/ring-loader.component";
50
+ import * as i49 from "./ui-menu/cycle-events/cycle-events.component";
51
+ import * as i50 from "@angular/common";
52
+ import * as i51 from "@angular/router";
53
+ import * as i52 from "@angular/cdk/drag-drop";
54
+ import * as i53 from "@angular/material/dialog";
55
+ import * as i54 from "@angular/material/button";
56
+ import * as i55 from "@angular/material/tooltip";
57
+ import * as i56 from "@angular/cdk/overlay";
58
+ import * as i57 from "@angular/forms";
59
+ import * as i58 from "@angular/material/menu";
60
+ import * as i59 from "@angular/material/radio";
61
+ import * as i60 from "@angular/material/slider";
62
+ import * as i61 from "@angular/material/slide-toggle";
63
+ import * as i62 from "@angular/material/checkbox";
64
+ import * as i63 from "@angular/material/icon";
65
+ import * as i64 from "@angular/cdk/tree";
66
+ import * as i65 from "@angular/material/tabs";
64
67
  export declare class PhoenixUIModule {
65
68
  static ɵfac: i0.ɵɵFactoryDeclaration<PhoenixUIModule, never>;
66
- 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.CdkTreeModule, typeof i62.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]>;
69
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PhoenixUIModule, [typeof i1.NavComponent, typeof i2.UiMenuWrapperComponent, typeof i3.UiMenuComponent, typeof i4.CollectionsInfoComponent, typeof i5.GeometryBrowserComponent, typeof i6.GeometryBrowserOverlayComponent, typeof i7.MenuToggleComponent, typeof i8.CollectionsInfoOverlayComponent, typeof i9.IoOptionsComponent, typeof i10.IOOptionsDialogComponent, typeof i11.OverlayViewComponent, typeof i12.AttributePipe, typeof i13.ObjectSelectionComponent, typeof i14.ObjectSelectionOverlayComponent, typeof i15.EventSelectorComponent, typeof i16.ObjectClippingComponent, typeof i17.DarkThemeComponent, typeof i18.AutoRotateComponent, typeof i19.ViewOptionsComponent, typeof i20.CartesianGridConfigComponent, typeof i21.OverlayViewWindowComponent, typeof i22.OverlayComponent, typeof i23.ExperimentInfoComponent, typeof i24.InfoPanelComponent, typeof i25.InfoPanelOverlayComponent, typeof i26.MainViewToggleComponent, typeof i27.ZoomControlsComponent, typeof i28.TreeMenuComponent, typeof i29.TreeMenuItemComponent, typeof i30.PhoenixMenuComponent, typeof i31.PhoenixMenuItemComponent, typeof i32.ConfigSliderComponent, typeof i33.AnimateCameraComponent, typeof i34.AnimateEventComponent, typeof i35.VrToggleComponent, typeof i36.ArToggleComponent, typeof i37.SSModeComponent, typeof i38.MakePictureComponent, typeof i39.PerformanceToggleComponent, typeof i40.LoaderComponent, typeof i41.ShareLinkComponent, typeof i42.ShareLinkDialogComponent, typeof i43.EmbedMenuComponent, typeof i44.ExperimentLinkComponent, typeof i45.EventDataExplorerComponent, typeof i46.EventDataExplorerDialogComponent, typeof i47.FileExplorerComponent, typeof i48.RingLoaderComponent, typeof i49.CycleEventsComponent], [typeof i50.CommonModule, typeof i51.RouterModule, typeof i52.DragDropModule, typeof i53.MatDialogModule, typeof i54.MatButtonModule, typeof i55.MatTooltipModule, typeof i56.OverlayModule, typeof i57.FormsModule, typeof i58.MatMenuModule, typeof i59.MatRadioModule, typeof i60.MatSliderModule, typeof i61.MatSlideToggleModule, typeof i62.MatCheckboxModule, typeof i63.MatIconModule, typeof i64.CdkTreeModule, typeof i65.MatTabsModule], [typeof i1.NavComponent, typeof i2.UiMenuWrapperComponent, typeof i3.UiMenuComponent, typeof i4.CollectionsInfoComponent, typeof i5.GeometryBrowserComponent, typeof i6.GeometryBrowserOverlayComponent, typeof i7.MenuToggleComponent, typeof i8.CollectionsInfoOverlayComponent, typeof i9.IoOptionsComponent, typeof i10.IOOptionsDialogComponent, typeof i11.OverlayViewComponent, typeof i12.AttributePipe, typeof i13.ObjectSelectionComponent, typeof i14.ObjectSelectionOverlayComponent, typeof i15.EventSelectorComponent, typeof i16.ObjectClippingComponent, typeof i17.DarkThemeComponent, typeof i18.AutoRotateComponent, typeof i19.ViewOptionsComponent, typeof i20.CartesianGridConfigComponent, typeof i21.OverlayViewWindowComponent, typeof i22.OverlayComponent, typeof i23.ExperimentInfoComponent, typeof i24.InfoPanelComponent, typeof i25.InfoPanelOverlayComponent, typeof i26.MainViewToggleComponent, typeof i27.ZoomControlsComponent, typeof i28.TreeMenuComponent, typeof i29.TreeMenuItemComponent, typeof i30.PhoenixMenuComponent, typeof i31.PhoenixMenuItemComponent, typeof i32.ConfigSliderComponent, typeof i33.AnimateCameraComponent, typeof i34.AnimateEventComponent, typeof i35.VrToggleComponent, typeof i36.ArToggleComponent, typeof i37.SSModeComponent, typeof i38.MakePictureComponent, typeof i39.PerformanceToggleComponent, typeof i40.LoaderComponent, typeof i41.ShareLinkComponent, typeof i42.ShareLinkDialogComponent, typeof i43.EmbedMenuComponent, typeof i44.ExperimentLinkComponent, typeof i45.EventDataExplorerComponent, typeof i46.EventDataExplorerDialogComponent, typeof i47.FileExplorerComponent, typeof i48.RingLoaderComponent, typeof i49.CycleEventsComponent]>;
67
70
  static ɵinj: i0.ɵɵInjectorDeclaration<PhoenixUIModule>;
68
71
  }
@@ -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, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnimateCameraComponent, "app-animate-camera", never, { "animationPresets": { "alias": "animationPresets"; "required": false; }; }, {}, never, never, false, never>;
20
20
  }
@@ -19,9 +19,11 @@ export declare class CollectionsInfoOverlayComponent implements OnInit {
19
19
  sort(column: string, order: string): void;
20
20
  lookAtObject(uuid: string): void;
21
21
  highlightObject(uuid: string): void;
22
+ enableHighlighting(): void;
23
+ disableHighlighting(): void;
22
24
  toggleInvisible(checked: boolean): void;
23
25
  addLabel(index: number, uuid: string): void;
24
26
  private getEventDataGroup;
25
27
  static ɵfac: i0.ɵɵFactoryDeclaration<CollectionsInfoOverlayComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<CollectionsInfoOverlayComponent, "app-collections-info-overlay", never, { "showObjectsInfo": "showObjectsInfo"; }, {}, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollectionsInfoOverlayComponent, "app-collections-info-overlay", never, { "showObjectsInfo": { "alias": "showObjectsInfo"; "required": false; }; }, {}, never, never, false, never>;
27
29
  }
@@ -1,16 +1,21 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { EventDisplayService } from '../../../services/event-display.service';
3
+ import { FileLoaderService } from '../../../services/file-loader.service';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class CycleEventsComponent implements OnInit {
5
6
  private eventDisplay;
7
+ private fileLoader;
6
8
  interval: number;
9
+ tooltip: string;
10
+ icon: string;
7
11
  active: boolean;
12
+ reloading: boolean;
8
13
  private intervalId;
9
14
  private events;
10
- constructor(eventDisplay: EventDisplayService);
15
+ constructor(eventDisplay: EventDisplayService, fileLoader: FileLoaderService);
11
16
  ngOnInit(): void;
12
17
  toggleCycle(): void;
13
18
  private startCycleInterval;
14
19
  static ɵfac: i0.ɵɵFactoryDeclaration<CycleEventsComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CycleEventsComponent, "app-cycle-events", never, { "interval": "interval"; }, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<CycleEventsComponent, "app-cycle-events", never, { "interval": { "alias": "interval"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
16
21
  }
@@ -1,28 +1,27 @@
1
1
  import { MatDialogRef } from '@angular/material/dialog';
2
2
  import { EventDisplayService } from '../../../../services/event-display.service';
3
- import { FileNode } from '../../../file-explorer/file-explorer.component';
3
+ import { FileNode, FileEvent } from '../../../file-explorer/file-explorer.component';
4
+ import { FileLoaderService } from '../../../../services/file-loader.service';
4
5
  import { EventDataExplorerDialogData } from '../event-data-explorer.component';
5
6
  import * as i0 from "@angular/core";
6
7
  export type FileResponse = {
7
8
  name: string;
8
9
  url: string;
10
+ nocache: boolean;
9
11
  };
10
12
  export declare class EventDataExplorerDialogComponent {
11
13
  private eventDisplay;
14
+ private fileLoader;
12
15
  private dialogRef;
13
16
  private dialogData;
14
17
  eventDataFileNode: FileNode;
15
18
  configFileNode: FileNode;
16
19
  loading: boolean;
17
20
  error: boolean;
18
- constructor(eventDisplay: EventDisplayService, dialogRef: MatDialogRef<EventDataExplorerDialogComponent>, dialogData: EventDataExplorerDialogData);
19
- loadEvent(file: string): void;
20
- private loadJSONEvent;
21
- private loadJiveXMLEvent;
22
- loadConfig(file: string): void;
21
+ constructor(eventDisplay: EventDisplayService, fileLoader: FileLoaderService, dialogRef: MatDialogRef<EventDataExplorerDialogComponent>, dialogData: EventDataExplorerDialogData);
22
+ loadEvent(file: FileEvent): void;
23
+ loadConfig(file: FileEvent): void;
23
24
  onClose(): void;
24
- private unzip;
25
- makeRequest(urlPath: string, responseType: 'json' | 'text' | 'blob', onData: (data: any) => void): void;
26
25
  private buildFileNode;
27
26
  static ɵfac: i0.ɵɵFactoryDeclaration<EventDataExplorerDialogComponent, never>;
28
27
  static ɵcmp: i0.ɵɵComponentDeclaration<EventDataExplorerDialogComponent, "app-event-data-explorer-dialog", never, {}, {}, never, never, false, never>;
@@ -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, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<EventDataExplorerComponent, "app-event-data-explorer", never, { "apiURL": { "alias": "apiURL"; "required": false; }; }, {}, never, never, false, never>;
13
13
  }
@@ -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, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExperimentInfoComponent, "app-experiment-info", never, { "url": { "alias": "url"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "tagline": { "alias": "tagline"; "required": false; }; }, {}, never, never, false, never>;
14
14
  }
@@ -0,0 +1,22 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ActiveVariable } from 'phoenix-event-display';
3
+ import { EventDisplayService } from '../../../../services/event-display.service';
4
+ import { Object3D, Object3DEventMap } from 'three';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GeometryBrowserOverlayComponent implements OnInit {
7
+ private eventDisplay;
8
+ browseDetectorParts: boolean;
9
+ selectedCollection: string;
10
+ showingCollection: any;
11
+ activeObject: ActiveVariable<string>;
12
+ children: Object3D<Object3DEventMap>[];
13
+ constructor(eventDisplay: EventDisplayService);
14
+ ngOnInit(): void;
15
+ changeCollection(selectedCollection: string): void;
16
+ lookAtObject(uuid: string): void;
17
+ highlightObject(uuid: string): void;
18
+ enableHighlighting(): void;
19
+ disableHighlighting(): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<GeometryBrowserOverlayComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<GeometryBrowserOverlayComponent, "app-geometry-browser-overlay", never, { "browseDetectorParts": { "alias": "browseDetectorParts"; "required": false; }; }, {}, never, never, false, never>;
22
+ }
@@ -0,0 +1,15 @@
1
+ import { GeometryBrowserOverlayComponent } from './geometry-browser-overlay/geometry-browser-overlay.component';
2
+ import { OnInit, ComponentRef, OnDestroy } from '@angular/core';
3
+ import { Overlay } from '@angular/cdk/overlay';
4
+ import * as i0 from "@angular/core";
5
+ export declare class GeometryBrowserComponent implements OnInit, OnDestroy {
6
+ private overlay;
7
+ browseDetectorParts: boolean;
8
+ overlayWindow: ComponentRef<GeometryBrowserOverlayComponent>;
9
+ constructor(overlay: Overlay);
10
+ ngOnInit(): void;
11
+ ngOnDestroy(): void;
12
+ toggleOverlay(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<GeometryBrowserComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<GeometryBrowserComponent, "app-geometry-browser", never, {}, {}, never, never, false, never>;
15
+ }
@@ -3,6 +3,8 @@ export * from './animate-event/animate-event.component';
3
3
  export * from './auto-rotate/auto-rotate.component';
4
4
  export * from './collections-info/collections-info.component';
5
5
  export * from './collections-info/collections-info-overlay/collections-info-overlay.component';
6
+ export * from './geometry-browser/geometry-browser.component';
7
+ export * from './geometry-browser/geometry-browser-overlay/geometry-browser-overlay.component';
6
8
  export * from './dark-theme/dark-theme.component';
7
9
  export * from './event-selector/event-selector.component';
8
10
  export * from './experiment-info/experiment-info.component';
@@ -21,6 +23,7 @@ export * from './overlay-view/overlay-view-window/overlay-view-window.component'
21
23
  export * from './tree-menu/tree-menu.component';
22
24
  export * from './tree-menu/tree-menu-item/tree-menu-item.component';
23
25
  export * from './view-options/view-options.component';
26
+ export * from './view-options/cartesian-grid-config/cartesian-grid-config.component';
24
27
  export * from './vr-toggle/vr-toggle.component';
25
28
  export * from './ar-toggle/ar-toggle.component';
26
29
  export * from './zoom-controls/zoom-controls.component';
@@ -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, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<InfoPanelOverlayComponent, "app-info-panel-overlay", never, { "showInfoPanel": { "alias": "showInfoPanel"; "required": false; }; }, {}, never, never, false, never>;
26
26
  }
@@ -29,5 +29,5 @@ export declare class IOOptionsDialogComponent implements OnInit {
29
29
  saveScene(): void;
30
30
  exportOBJ(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<IOOptionsDialogComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<IOOptionsDialogComponent, "app-io-options-dialog", never, { "eventDataImportOptions": "eventDataImportOptions"; }, {}, never, never, false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<IOOptionsDialogComponent, "app-io-options-dialog", never, { "eventDataImportOptions": { "alias": "eventDataImportOptions"; "required": false; }; }, {}, never, never, false, never>;
33
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, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<IoOptionsComponent, "app-io-options", never, { "eventDataImportOptions": { "alias": "eventDataImportOptions"; "required": false; }; }, {}, never, never, false, never>;
11
11
  }
@@ -7,10 +7,13 @@ export declare class MakePictureComponent implements OnInit {
7
7
  fitting: string;
8
8
  width: number;
9
9
  height: number;
10
+ disabled: boolean;
10
11
  constructor(eventDisplay: EventDisplayService);
11
12
  ngOnInit(): void;
13
+ private checkSize;
12
14
  setWidth(value: any): void;
13
15
  setHeight(value: any): void;
16
+ buttonText(): "Size too large" | "Create picture";
14
17
  makePicture(): void;
15
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MakePictureComponent, never>;
16
19
  static ɵcmp: i0.ɵɵComponentDeclaration<MakePictureComponent, "app-make-picture", never, {}, {}, never, never, false, never>;
@@ -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, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuToggleComponent, "app-menu-toggle", never, { "icon": { "alias": "icon"; "required": false; }; "active": { "alias": "active"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
9
9
  }
@@ -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, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ObjectSelectionOverlayComponent, "app-object-selection-overlay", never, { "hiddenSelectedInfo": { "alias": "hiddenSelectedInfo"; "required": false; }; }, {}, never, never, false, never>;
15
15
  }
@@ -48,5 +48,5 @@ export declare class OverlayComponent implements AfterViewInit {
48
48
  */
49
49
  private setHandleTransform;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<OverlayComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<OverlayComponent, "app-overlay", never, { "overlayTitle": "overlayTitle"; "active": "active"; "icon": "icon"; "resizable": "resizable"; "transparentBody": "transparentBody"; "keepAspectRatioFixed": "keepAspectRatioFixed"; }, {}, never, ["*"], false, never>;
51
+ 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; }; }, {}, never, ["*"], false, never>;
52
52
  }
@@ -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, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<OverlayViewWindowComponent, "app-overlay-view-window", never, { "showOverlay": { "alias": "showOverlay"; "required": false; }; }, {}, never, never, false, never>;
20
20
  }
@@ -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, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeMenuItemComponent, "app-tree-menu-item", never, { "node": { "alias": "node"; "required": false; }; }, {}, never, never, false, never>;
19
19
  }
@@ -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, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuComponent, "app-ui-menu", never, { "eventDataImportOptions": { "alias": "eventDataImportOptions"; "required": false; }; "animationPresets": { "alias": "animationPresets"; "required": false; }; }, {}, never, ["*"], false, never>;
10
10
  }
@@ -0,0 +1,51 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Vector3 } from 'three';
3
+ import { MatCheckboxChange } from '@angular/material/checkbox';
4
+ import { MatDialogRef } from '@angular/material/dialog';
5
+ import { EventDisplayService } from '../../../../services/event-display.service';
6
+ import { Subscription } from 'rxjs';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CartesianGridConfigComponent implements OnInit {
9
+ data: {
10
+ gridVisible: boolean;
11
+ scale: number;
12
+ };
13
+ private dialogRef;
14
+ private eventDisplay;
15
+ cartesianPos: Vector3;
16
+ originChangedSub: Subscription;
17
+ stopShiftingSub: Subscription;
18
+ showCartesianGrid: boolean;
19
+ gridConfig: {
20
+ showXY: boolean;
21
+ showYZ: boolean;
22
+ showZX: boolean;
23
+ xDistance: number;
24
+ yDistance: number;
25
+ zDistance: number;
26
+ sparsity: number;
27
+ };
28
+ scale: number;
29
+ shiftGrid: boolean;
30
+ constructor(data: {
31
+ gridVisible: boolean;
32
+ scale: number;
33
+ }, dialogRef: MatDialogRef<CartesianGridConfigComponent>, eventDisplay: EventDisplayService);
34
+ ngOnInit(): void;
35
+ onClose(): void;
36
+ onSave(x: any, y: any, z: any): void;
37
+ shiftCartesianGridByPointer(): void;
38
+ shiftCartesianGridByValues(position: Vector3): void;
39
+ translateGrid(position: Vector3): void;
40
+ addXYPlanes(zDistance: Event): void;
41
+ addYZPlanes(xDistance: Event): void;
42
+ addZXPlanes(yDistance: Event): void;
43
+ changeSparsity(sparsity: Event): void;
44
+ showXYPlanes(change: MatCheckboxChange): void;
45
+ showYZPlanes(change: MatCheckboxChange): void;
46
+ showZXPlanes(change: MatCheckboxChange): void;
47
+ callSetShowCartesianGrid(): void;
48
+ calcPlanes(dis: number): number;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<CartesianGridConfigComponent, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<CartesianGridConfigComponent, "app-cartesian-grid-config", never, {}, {}, never, never, false, never>;
51
+ }
@@ -1,16 +1,33 @@
1
- import { OnInit } from '@angular/core';
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
2
  import { PresetView } from 'phoenix-event-display';
3
3
  import { MatCheckboxChange } from '@angular/material/checkbox';
4
4
  import { EventDisplayService } from '../../../services/event-display.service';
5
+ import { MatDialog } from '@angular/material/dialog';
6
+ import { Subscription } from 'rxjs';
7
+ import { Vector3 } from 'three';
8
+ import { MatMenuTrigger } from '@angular/material/menu';
5
9
  import * as i0 from "@angular/core";
6
- export declare class ViewOptionsComponent implements OnInit {
10
+ export declare class ViewOptionsComponent implements OnInit, OnDestroy {
7
11
  private eventDisplay;
12
+ private dialog;
13
+ trigger: MatMenuTrigger;
14
+ showCartesianGrid: boolean;
15
+ scale: number;
8
16
  views: PresetView[];
9
- constructor(eventDisplay: EventDisplayService);
17
+ show3DPoints: boolean;
18
+ origin: Vector3;
19
+ sub: Subscription;
20
+ constructor(eventDisplay: EventDisplayService, dialog: MatDialog);
10
21
  ngOnInit(): void;
22
+ openCartesianGridConfigDialog(): void;
11
23
  displayView($event: any, view: PresetView): void;
12
24
  setAxis(change: MatCheckboxChange): void;
13
- setGrid(change: MatCheckboxChange): void;
25
+ setEtaPhiGrid(change: MatCheckboxChange): void;
26
+ setCartesianGrid(change: MatCheckboxChange): void;
27
+ showLabels(change: MatCheckboxChange): void;
28
+ show3DMousePoints(change: MatCheckboxChange): void;
29
+ toggleShowDistance(change: MatCheckboxChange): void;
30
+ ngOnDestroy(): void;
14
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewOptionsComponent, never>;
15
32
  static ɵcmp: i0.ɵɵComponentDeclaration<ViewOptionsComponent, "app-view-options", never, {}, {}, never, never, false, never>;
16
33
  }