fcs-core-viewer 0.2.2 → 0.2.4

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 (159) hide show
  1. package/fcs-core-viewer@types/Addins/CustomScript.d.ts +11 -11
  2. package/fcs-core-viewer@types/Addins/Index.d.ts +1 -1
  3. package/fcs-core-viewer@types/Api.d.ts +10 -10
  4. package/fcs-core-viewer@types/BackendEvents/BackendEvents.d.ts +218 -218
  5. package/fcs-core-viewer@types/BackendEvents/TaskExecutionResponse.d.ts +22 -22
  6. package/fcs-core-viewer@types/CloudViewer/CoreInterfaces.d.ts +12 -12
  7. package/fcs-core-viewer@types/CloudViewer/FcsViewer.d.ts +379 -379
  8. package/fcs-core-viewer@types/CloudViewer/Index.d.ts +1 -1
  9. package/fcs-core-viewer@types/CloudViewer/Settings/CameraSettings.d.ts +44 -44
  10. package/fcs-core-viewer@types/CloudViewer/Settings/Index.d.ts +11 -11
  11. package/fcs-core-viewer@types/CloudViewer/Settings/SelectionSettings.d.ts +78 -78
  12. package/fcs-core-viewer@types/CloudViewer/Settings/StyleSettings.d.ts +71 -71
  13. package/fcs-core-viewer@types/CloudViewer/Settings/VisibilitySettings.d.ts +19 -19
  14. package/fcs-core-viewer@types/CloudViewer/TypesFcs.d.ts +12 -12
  15. package/fcs-core-viewer@types/Common/CommsChannels/BackendClient.d.ts +47 -47
  16. package/fcs-core-viewer@types/Common/CommsChannels/Socket.d.ts +34 -34
  17. package/fcs-core-viewer@types/Common/Diagnostics/Exceptions.d.ts +26 -26
  18. package/fcs-core-viewer@types/Common/Diagnostics/StatusDialog.d.ts +72 -72
  19. package/fcs-core-viewer@types/Common/Diagnostics/WebLogger.d.ts +21 -21
  20. package/fcs-core-viewer@types/Common/Index.d.ts +6 -6
  21. package/fcs-core-viewer@types/Common/LocalStorage/localStorage.d.ts +2 -2
  22. package/fcs-core-viewer@types/Common/UIDGenerator/UIDGenerator.d.ts +15 -15
  23. package/fcs-core-viewer@types/Foundations/Index.d.ts +5 -5
  24. package/fcs-core-viewer@types/Foundations/VectorGeometry.d.ts +30 -30
  25. package/fcs-core-viewer@types/FrontendEvents/MenuEvents.d.ts +132 -132
  26. package/fcs-core-viewer@types/FrontendEvents/OptionsEvents.d.ts +21 -21
  27. package/fcs-core-viewer@types/FrontendEvents/SidebarEvents.d.ts +23 -23
  28. package/fcs-core-viewer@types/FrontendEvents/TopbarEvents.d.ts +124 -124
  29. package/fcs-core-viewer@types/FrontendEvents/TreeEvents.d.ts +47 -47
  30. package/fcs-core-viewer@types/Loader/LoadEdge.d.ts +47 -47
  31. package/fcs-core-viewer@types/Loader/LoadSTEP.d.ts +68 -68
  32. package/fcs-core-viewer@types/Loader/LoadVertex.d.ts +41 -41
  33. package/fcs-core-viewer@types/Loader/Loader.d.ts +67 -67
  34. package/fcs-core-viewer@types/Loader/LoaderUtils.d.ts +234 -234
  35. package/fcs-core-viewer@types/Model/ActiveCloudDocument.d.ts +84 -84
  36. package/fcs-core-viewer@types/Model/Index.d.ts +9 -9
  37. package/fcs-core-viewer@types/Model/MeshWrapper.d.ts +87 -87
  38. package/fcs-core-viewer@types/Model/SceneWrapper.d.ts +171 -171
  39. package/fcs-core-viewer@types/SelectionTools/SelectEntities/SelectItem.d.ts +38 -38
  40. package/fcs-core-viewer@types/SelectionTools/Selection.d.ts +83 -83
  41. package/fcs-core-viewer@types/SelectionTools/SelectionEdge.d.ts +25 -25
  42. package/fcs-core-viewer@types/SelectionTools/SelectionEdgeByID.d.ts +29 -29
  43. package/fcs-core-viewer@types/SelectionTools/SelectionFace.d.ts +42 -42
  44. package/fcs-core-viewer@types/SelectionTools/SelectionFaceByID.d.ts +26 -26
  45. package/fcs-core-viewer@types/SelectionTools/SelectionUtils.d.ts +71 -71
  46. package/fcs-core-viewer@types/SelectionTools/SelectionValidation.d.ts +63 -63
  47. package/fcs-core-viewer@types/SelectionTools/SelectionVertex.d.ts +26 -26
  48. package/fcs-core-viewer@types/SelectionTools/SelectionVertexByID.d.ts +26 -26
  49. package/fcs-core-viewer@types/SelectionTools/UnselectEntities/UnselectActive.d.ts +12 -12
  50. package/fcs-core-viewer@types/SelectionTools/UnselectEntities/UnselectAll.d.ts +23 -23
  51. package/fcs-core-viewer@types/SelectionTools/UnselectEntities/UnselectEdge.d.ts +7 -7
  52. package/fcs-core-viewer@types/SelectionTools/UnselectEntities/UnselectFace.d.ts +7 -7
  53. package/fcs-core-viewer@types/SelectionTools/UnselectEntities/UnselectItem.d.ts +14 -14
  54. package/fcs-core-viewer@types/SelectionTools/UnselectEntities/UnselectVertex.d.ts +8 -8
  55. package/fcs-core-viewer@types/SelectionTools/Unselection.d.ts +81 -81
  56. package/fcs-core-viewer@types/StyleHandler/TreeStyle.d.ts +23 -23
  57. package/fcs-core-viewer@types/TaskHandler/Context/Context.d.ts +80 -80
  58. package/fcs-core-viewer@types/TaskHandler/Merge/Merge.d.ts +9 -9
  59. package/fcs-core-viewer@types/TaskHandler/Model/RequestHandler/CollaborationTool_req.d.ts +15 -15
  60. package/fcs-core-viewer@types/TaskHandler/Model/ResponseHandler/CollaborationTool_res.d.ts +11 -11
  61. package/fcs-core-viewer@types/TaskHandler/Options/Options.d.ts +31 -31
  62. package/fcs-core-viewer@types/TaskHandler/Output/Output.d.ts +14 -14
  63. package/fcs-core-viewer@types/TaskHandler/TaskHandler.d.ts +325 -325
  64. package/fcs-core-viewer@types/TaskHandler/TaskUtils.d.ts +54 -54
  65. package/fcs-core-viewer@types/TaskHandler/Topbar/Delete/Delete.d.ts +89 -89
  66. package/fcs-core-viewer@types/TaskHandler/Topbar/Display/Display.d.ts +31 -31
  67. package/fcs-core-viewer@types/TaskHandler/Topbar/Tools/Find.d.ts +86 -86
  68. package/fcs-core-viewer@types/TaskHandler/Topbar/Tools/Measurement.d.ts +26 -26
  69. package/fcs-core-viewer@types/TaskHandler/Topbar/Tools/Transformation.d.ts +35 -35
  70. package/fcs-core-viewer@types/TaskHandler/Topbar/View/CutView.d.ts +85 -85
  71. package/fcs-core-viewer@types/TaskHandler/Topbar/View/ExplodedView.d.ts +38 -38
  72. package/fcs-core-viewer@types/TaskHandler/Topbar/View/GeomVisualisation.d.ts +46 -46
  73. package/fcs-core-viewer@types/TaskHandler/Topbar/View/Rotate.d.ts +54 -54
  74. package/fcs-core-viewer@types/TaskHandler/Topbar/View/Screenshot.d.ts +41 -41
  75. package/fcs-core-viewer@types/TaskHandler/Topbar/View/Views.d.ts +22 -22
  76. package/fcs-core-viewer@types/TaskHandler/Tree/RequestHandler/AddContainer.d.ts +16 -16
  77. package/fcs-core-viewer@types/TaskHandler/Tree/RequestHandler/AddFile.d.ts +18 -18
  78. package/fcs-core-viewer@types/TaskHandler/Tree/RequestHandler/AddFolder.d.ts +16 -16
  79. package/fcs-core-viewer@types/TaskHandler/Tree/RequestHandler/ITaskDefinition.d.ts +5 -5
  80. package/fcs-core-viewer@types/TaskHandler/Tree/RequestHandler/Interactions.d.ts +47 -47
  81. package/fcs-core-viewer@types/TaskHandler/Tree/RequestHandler/RemoveFile.d.ts +6 -6
  82. package/fcs-core-viewer@types/TaskHandler/Tree/ResponseHandler/AddTreeItem.d.ts +14 -14
  83. package/fcs-core-viewer@types/TaskHandler/Tree/ResponseHandler/Interactions.d.ts +3 -3
  84. package/fcs-core-viewer@types/TaskHandler/Tree/ResponseHandler/RemoveTreeItem.d.ts +10 -10
  85. package/fcs-core-viewer@types/TaskHandler/Tree/ResponseHandler.d.ts +5 -5
  86. package/fcs-core-viewer@types/TaskHandler/Tree/Tree.d.ts +236 -236
  87. package/fcs-core-viewer@types/Tree/TreeStructure/TreeStructure.d.ts +68 -68
  88. package/fcs-core-viewer@types/Tree/TreeView/TreeCore.d.ts +175 -175
  89. package/fcs-core-viewer@types/Tree/TreeView/TreeCoreUtils.d.ts +82 -82
  90. package/fcs-core-viewer@types/UserInterface/EventListeners/EventListeners.d.ts +32 -32
  91. package/fcs-core-viewer@types/UserInterface/EventListeners/ModelEvents.d.ts +13 -13
  92. package/fcs-core-viewer@types/UserInterface/EventListeners/TreeViewEvents.d.ts +15 -15
  93. package/fcs-core-viewer@types/UserInterface/UIComponents/Model.d.ts +33 -33
  94. package/fcs-core-viewer@types/UserInterface/UIComponents/TreeView.d.ts +52 -52
  95. package/fcs-core-viewer@types/UserInterface/UIComponents/UIComponents.d.ts +32 -32
  96. package/fcs-core-viewer@types/UserInterface/UIComponents.d.ts +44 -44
  97. package/fcs-core-viewer@types/UserInterface/UIDefinition.d.ts +37 -37
  98. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/BaseComponents/FcsUiBaseComponent.d.ts +6 -6
  99. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/BaseComponents/FcsUiFunctionGroup.d.ts +14 -14
  100. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/BaseComponents/FcsUiInputCollector.d.ts +10 -10
  101. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/BaseComponents/FcsUiPushButton.d.ts +8 -8
  102. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/BaseComponents/FcsUiSlider.d.ts +3 -3
  103. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/BaseComponents/FcsUiStatusBar.d.ts +27 -27
  104. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/BaseComponents/FcsUiTreeView.d.ts +3 -3
  105. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/CloudCAE.d.ts +48 -48
  106. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/CloudCAEDummyActions.d.ts +10 -10
  107. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/CloudCAEDummyAssets.d.ts +10 -10
  108. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/ExclusiveComponents/FcsUiAdvancedHelp.d.ts +3 -3
  109. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/ExclusiveComponents/FcsUiExclusiveComponent.d.ts +6 -6
  110. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/MainComponents/FcsUiContextMenu.d.ts +3 -3
  111. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/MainComponents/FcsUiDockPanel.d.ts +7 -7
  112. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/MainComponents/FcsUiDockedQuickMenu.d.ts +10 -10
  113. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/MainComponents/FcsUiDropButton.d.ts +5 -5
  114. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/MainComponents/FcsUiHowerPanel.d.ts +3 -3
  115. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/MainComponents/FcsUiMainComponent.d.ts +2 -2
  116. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/MainComponents/FcsUiQuickOptionsMenu.d.ts +12 -12
  117. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/Settings/FcsUiButtonStyle.d.ts +22 -22
  118. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/Settings/FcsUiPositions.d.ts +20 -20
  119. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/Settings/FcsUiSizing.d.ts +4 -4
  120. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/Wrapper/FcsUiBinder.d.ts +6 -6
  121. package/fcs-core-viewer@types/UserInterface/UiApi_deprecated/Wrapper/FcsUiDefinition.d.ts +8 -8
  122. package/fcs-core-viewer@types/ViewerEntities/AbstractEntities.d.ts +76 -76
  123. package/fcs-core-viewer@types/ViewerEntities/ContainerEntities.d.ts +27 -27
  124. package/fcs-core-viewer@types/ViewerEntities/Index.d.ts +11 -11
  125. package/fcs-core-viewer@types/ViewerEntities/VisibleEntities/AnnotationEntities.d.ts +79 -79
  126. package/fcs-core-viewer@types/ViewerEntities/VisibleEntities/CollaborationEntities.d.ts +125 -125
  127. package/fcs-core-viewer@types/ViewerEntities/VisibleEntities/GeometricEntities.d.ts +20 -20
  128. package/fcs-core-viewer@types/ViewerEntities/VisibleEntities/Index.d.ts +7 -7
  129. package/fcs-core-viewer@types/ViewerEntities/VisibleEntities/TemporaryEntities.d.ts +15 -15
  130. package/fcs-core-viewer@types/ViewerEntities/VisibleEntities/VisibleBaseEntities.d.ts +38 -38
  131. package/fcs-core-viewer@types/ViewerSetup.d.ts +5 -5
  132. package/fcs-core-viewer@types/Workspace/StyleHandler.d.ts +133 -133
  133. package/fcs-core-viewer@types/Workspace/ThreeJsExtensions.d.ts +47 -47
  134. package/fcs-core-viewer@types/Workspace/ViewerWrapper.d.ts +215 -215
  135. package/package.json +1 -1
  136. package/fcs-core-viewer@types/UserInterface/UiApi/BaseComponents/FcsUiBaseComponent.d.ts +0 -6
  137. package/fcs-core-viewer@types/UserInterface/UiApi/BaseComponents/FcsUiFunctionGroup.d.ts +0 -14
  138. package/fcs-core-viewer@types/UserInterface/UiApi/BaseComponents/FcsUiInputCollector.d.ts +0 -10
  139. package/fcs-core-viewer@types/UserInterface/UiApi/BaseComponents/FcsUiPushButton.d.ts +0 -8
  140. package/fcs-core-viewer@types/UserInterface/UiApi/BaseComponents/FcsUiSlider.d.ts +0 -3
  141. package/fcs-core-viewer@types/UserInterface/UiApi/BaseComponents/FcsUiStatusBar.d.ts +0 -27
  142. package/fcs-core-viewer@types/UserInterface/UiApi/BaseComponents/FcsUiTreeView.d.ts +0 -3
  143. package/fcs-core-viewer@types/UserInterface/UiApi/CloudCAE.d.ts +0 -48
  144. package/fcs-core-viewer@types/UserInterface/UiApi/CloudCAEDummyActions.d.ts +0 -10
  145. package/fcs-core-viewer@types/UserInterface/UiApi/CloudCAEDummyAssets.d.ts +0 -10
  146. package/fcs-core-viewer@types/UserInterface/UiApi/ExclusiveComponents/FcsUiAdvancedHelp.d.ts +0 -3
  147. package/fcs-core-viewer@types/UserInterface/UiApi/ExclusiveComponents/FcsUiExclusiveComponent.d.ts +0 -6
  148. package/fcs-core-viewer@types/UserInterface/UiApi/MainComponents/FcsUiContextMenu.d.ts +0 -3
  149. package/fcs-core-viewer@types/UserInterface/UiApi/MainComponents/FcsUiDockPanel.d.ts +0 -7
  150. package/fcs-core-viewer@types/UserInterface/UiApi/MainComponents/FcsUiDockedQuickMenu.d.ts +0 -10
  151. package/fcs-core-viewer@types/UserInterface/UiApi/MainComponents/FcsUiDropButton.d.ts +0 -5
  152. package/fcs-core-viewer@types/UserInterface/UiApi/MainComponents/FcsUiHowerPanel.d.ts +0 -3
  153. package/fcs-core-viewer@types/UserInterface/UiApi/MainComponents/FcsUiMainComponent.d.ts +0 -2
  154. package/fcs-core-viewer@types/UserInterface/UiApi/MainComponents/FcsUiQuickOptionsMenu.d.ts +0 -12
  155. package/fcs-core-viewer@types/UserInterface/UiApi/Settings/FcsUiButtonStyle.d.ts +0 -22
  156. package/fcs-core-viewer@types/UserInterface/UiApi/Settings/FcsUiPositions.d.ts +0 -20
  157. package/fcs-core-viewer@types/UserInterface/UiApi/Settings/FcsUiSizing.d.ts +0 -4
  158. package/fcs-core-viewer@types/UserInterface/UiApi/Wrapper/FcsUiBinder.d.ts +0 -6
  159. package/fcs-core-viewer@types/UserInterface/UiApi/Wrapper/FcsUiDefinition.d.ts +0 -8
@@ -1,10 +1,10 @@
1
- export declare enum ActionIds {
2
- clickTreeView = 0,
3
- clickFindById = 1,
4
- clickFindElement = 2,
5
- clickFindByElementProps = 3,
6
- clickSearchSettings = 4
7
- }
8
- export declare const ActionIdToAction: {
9
- [key in ActionIds]?: Function;
10
- };
1
+ export declare enum ActionIds {
2
+ clickTreeView = 0,
3
+ clickFindById = 1,
4
+ clickFindElement = 2,
5
+ clickFindByElementProps = 3,
6
+ clickSearchSettings = 4
7
+ }
8
+ export declare const ActionIdToAction: {
9
+ [key in ActionIds]?: Function;
10
+ };
@@ -1,10 +1,10 @@
1
- export declare enum ImageAssets {
2
- btnTreeView = 0,
3
- btnFindById = 1,
4
- btnFindElement = 2,
5
- btnFindByElementProps = 3,
6
- btnSearchSettings = 4
7
- }
8
- export declare const ImageAssetsToUrls: {
9
- [key in ImageAssets]?: string;
10
- };
1
+ export declare enum ImageAssets {
2
+ btnTreeView = 0,
3
+ btnFindById = 1,
4
+ btnFindElement = 2,
5
+ btnFindByElementProps = 3,
6
+ btnSearchSettings = 4
7
+ }
8
+ export declare const ImageAssetsToUrls: {
9
+ [key in ImageAssets]?: string;
10
+ };
@@ -1,3 +1,3 @@
1
- import { FcsUiExclusiveComponent } from "./FcsUiExclusiveComponent";
2
- export declare class FcsUiAdvancedHelp extends FcsUiExclusiveComponent {
3
- }
1
+ import { FcsUiExclusiveComponent } from "./FcsUiExclusiveComponent";
2
+ export declare class FcsUiAdvancedHelp extends FcsUiExclusiveComponent {
3
+ }
@@ -1,6 +1,6 @@
1
- /**
2
- * Refers to component that can have only a single instance open at any time of
3
- * a given type, for example, pop-up dialogs, prompt dialogs and or tooltips.
4
- */
5
- export declare class FcsUiExclusiveComponent {
6
- }
1
+ /**
2
+ * Refers to component that can have only a single instance open at any time of
3
+ * a given type, for example, pop-up dialogs, prompt dialogs and or tooltips.
4
+ */
5
+ export declare class FcsUiExclusiveComponent {
6
+ }
@@ -1,3 +1,3 @@
1
- import { FcsUiMainComponent } from "./FcsUiMainComponent";
2
- export declare class FcsUiContextMenu extends FcsUiMainComponent {
3
- }
1
+ import { FcsUiMainComponent } from "./FcsUiMainComponent";
2
+ export declare class FcsUiContextMenu extends FcsUiMainComponent {
3
+ }
@@ -1,7 +1,7 @@
1
- import { FcsUiBaseComponent } from "../BaseComponents/FcsUiBaseComponent";
2
- import { DockPosition } from "../Settings/FcsUiPositions";
3
- import { FcsUiMainComponent } from "./FcsUiMainComponent";
4
- export declare class FcsUiDockPanel extends FcsUiMainComponent {
5
- constructor(panelPosition: DockPosition);
6
- addBaseComponent(component: FcsUiBaseComponent): void;
7
- }
1
+ import { FcsUiBaseComponent } from "../BaseComponents/FcsUiBaseComponent";
2
+ import { DockPosition } from "../Settings/FcsUiPositions";
3
+ import { FcsUiMainComponent } from "./FcsUiMainComponent";
4
+ export declare class FcsUiDockPanel extends FcsUiMainComponent {
5
+ constructor(panelPosition: DockPosition);
6
+ addBaseComponent(component: FcsUiBaseComponent): void;
7
+ }
@@ -1,10 +1,10 @@
1
- import { DockPosition } from "../Settings/FcsUiPositions";
2
- import { FcsUiMainComponent } from "./FcsUiMainComponent";
3
- export declare class FcsUiDockedQuickMenu extends FcsUiMainComponent {
4
- private readonly _dockPosition;
5
- constructor(dockPosition: DockPosition);
6
- /**
7
- * Adds a vertical splitter line.
8
- */
9
- addSplitter(): void;
10
- }
1
+ import { DockPosition } from "../Settings/FcsUiPositions";
2
+ import { FcsUiMainComponent } from "./FcsUiMainComponent";
3
+ export declare class FcsUiDockedQuickMenu extends FcsUiMainComponent {
4
+ private readonly _dockPosition;
5
+ constructor(dockPosition: DockPosition);
6
+ /**
7
+ * Adds a vertical splitter line.
8
+ */
9
+ addSplitter(): void;
10
+ }
@@ -1,5 +1,5 @@
1
- import { FcsUiPushButton } from "../BaseComponents/FcsUiPushButton";
2
- import { FcsUiMainComponent } from "./FcsUiMainComponent";
3
- export declare class FcsUiDropButton extends FcsUiMainComponent {
4
- addButton(position: number, button: FcsUiPushButton): void;
5
- }
1
+ import { FcsUiPushButton } from "../BaseComponents/FcsUiPushButton";
2
+ import { FcsUiMainComponent } from "./FcsUiMainComponent";
3
+ export declare class FcsUiDropButton extends FcsUiMainComponent {
4
+ addButton(position: number, button: FcsUiPushButton): void;
5
+ }
@@ -1,3 +1,3 @@
1
- import { FcsUiMainComponent } from "./FcsUiMainComponent";
2
- export declare class FcsUiHowerPanel extends FcsUiMainComponent {
3
- }
1
+ import { FcsUiMainComponent } from "./FcsUiMainComponent";
2
+ export declare class FcsUiHowerPanel extends FcsUiMainComponent {
3
+ }
@@ -1,2 +1,2 @@
1
- export declare class FcsUiMainComponent {
2
- }
1
+ export declare class FcsUiMainComponent {
2
+ }
@@ -1,12 +1,12 @@
1
- import { FcsUiMainComponent } from "./FcsUiMainComponent";
2
- import { QuickOptionsCorner } from "../Settings/FcsUiPositions";
3
- export declare class FcsUiQuickOptionsMenu extends FcsUiMainComponent {
4
- /**
5
- * Singleton instance => only one quick options menu is allowed.
6
- */
7
- private static _instance;
8
- /**
9
- * This is a singleton for
10
- */
11
- constructor(placedCorner: QuickOptionsCorner.TOP_RIGHT_CORNER);
12
- }
1
+ import { FcsUiMainComponent } from "./FcsUiMainComponent";
2
+ import { QuickOptionsCorner } from "../Settings/FcsUiPositions";
3
+ export declare class FcsUiQuickOptionsMenu extends FcsUiMainComponent {
4
+ /**
5
+ * Singleton instance => only one quick options menu is allowed.
6
+ */
7
+ private static _instance;
8
+ /**
9
+ * This is a singleton for
10
+ */
11
+ constructor(placedCorner: QuickOptionsCorner.TOP_RIGHT_CORNER);
12
+ }
@@ -1,22 +1,22 @@
1
- export declare enum FcsUiButtonStyle {
2
- /**
3
- * No icon, instead there is some short text
4
- */
5
- WITH_CAPTION = 0,
6
- /**
7
- * No caption, instead of there is an icon.
8
- */
9
- WITH_ICON = 1,
10
- /**
11
- * Typically used to indicate buttons that when we click on them they expect a user action
12
- */
13
- INPUT_TYPE = 2,
14
- /**
15
- * Pop-up dialogs and hower panels may have them.
16
- */
17
- PROMPT = 3,
18
- /**
19
- * For context menus
20
- */
21
- QUICK_ACTION = 4
22
- }
1
+ export declare enum FcsUiButtonStyle {
2
+ /**
3
+ * No icon, instead there is some short text
4
+ */
5
+ WITH_CAPTION = 0,
6
+ /**
7
+ * No caption, instead of there is an icon.
8
+ */
9
+ WITH_ICON = 1,
10
+ /**
11
+ * Typically used to indicate buttons that when we click on them they expect a user action
12
+ */
13
+ INPUT_TYPE = 2,
14
+ /**
15
+ * Pop-up dialogs and hower panels may have them.
16
+ */
17
+ PROMPT = 3,
18
+ /**
19
+ * For context menus
20
+ */
21
+ QUICK_ACTION = 4
22
+ }
@@ -1,20 +1,20 @@
1
- export declare enum DockPosition {
2
- LEFT = 0,
3
- BOTTOM = 1,
4
- RIGHT = 2,
5
- TOP = 3
6
- }
7
- export declare enum StatusBarPosition {
8
- BOTTOM = 0,
9
- TOP = 1
10
- }
11
- export declare enum SpawnLocationReference {
12
- TOP_LEFT_CORNER = 0,
13
- TOP_RIGHT_CORNER = 1,
14
- BOTTOM_RIGHT_CORNER = 2,
15
- BOTTOM_LEFT_CORNER = 3
16
- }
17
- export declare enum QuickOptionsCorner {
18
- TOP_LEFT_CORNER = 0,
19
- TOP_RIGHT_CORNER = 1
20
- }
1
+ export declare enum DockPosition {
2
+ LEFT = 0,
3
+ BOTTOM = 1,
4
+ RIGHT = 2,
5
+ TOP = 3
6
+ }
7
+ export declare enum StatusBarPosition {
8
+ BOTTOM = 0,
9
+ TOP = 1
10
+ }
11
+ export declare enum SpawnLocationReference {
12
+ TOP_LEFT_CORNER = 0,
13
+ TOP_RIGHT_CORNER = 1,
14
+ BOTTOM_RIGHT_CORNER = 2,
15
+ BOTTOM_LEFT_CORNER = 3
16
+ }
17
+ export declare enum QuickOptionsCorner {
18
+ TOP_LEFT_CORNER = 0,
19
+ TOP_RIGHT_CORNER = 1
20
+ }
@@ -1,4 +1,4 @@
1
- export declare class DialogSize {
2
- width: number;
3
- height: number;
4
- }
1
+ export declare class DialogSize {
2
+ width: number;
3
+ height: number;
4
+ }
@@ -1,6 +1,6 @@
1
- /**
2
- * Storage class for method bindings, and asset bindings.
3
- */
4
- export declare class FcsUiBinder {
5
- constructor();
6
- }
1
+ /**
2
+ * Storage class for method bindings, and asset bindings.
3
+ */
4
+ export declare class FcsUiBinder {
5
+ constructor();
6
+ }
@@ -1,8 +1,8 @@
1
- import { FcsUiStatusBar } from "../BaseComponents/FcsUiStatusBar";
2
- import { FcsUiMainComponent } from "../MainComponents/FcsUiMainComponent";
3
- export declare class FcsUiDefinition {
4
- private _uiBinder;
5
- constructor();
6
- addStatusBar(component: FcsUiStatusBar): void;
7
- addMainComponent(component: FcsUiMainComponent): void;
8
- }
1
+ import { FcsUiStatusBar } from "../BaseComponents/FcsUiStatusBar";
2
+ import { FcsUiMainComponent } from "../MainComponents/FcsUiMainComponent";
3
+ export declare class FcsUiDefinition {
4
+ private _uiBinder;
5
+ constructor();
6
+ addStatusBar(component: FcsUiStatusBar): void;
7
+ addMainComponent(component: FcsUiMainComponent): void;
8
+ }
@@ -1,76 +1,76 @@
1
- import { SelectionSettings } from "../CloudViewer/Settings/SelectionSettings";
2
- export declare namespace AbstractEntities {
3
- /**
4
- * A colour definition structure.
5
- */
6
- class Color {
7
- R: number;
8
- G: number;
9
- B: number;
10
- constructor(r?: number, g?: number, b?: number);
11
- /**
12
- * Generates a random color.
13
- */
14
- static generateRandomColor(allowWhite?: boolean): Color;
15
- /**
16
- * Helper method to insert color setting to style sheets.
17
- * @returns CSS required format for styling.
18
- */
19
- toCssFormat(): string;
20
- /**
21
- * Color palette selection
22
- */
23
- static get(palette: ColorPalette): Color;
24
- }
25
- enum ColorPalette {
26
- WHITE = 0,
27
- RED = 1,
28
- GREEN = 2,
29
- BEIGE = 3,
30
- BROWN = 4,
31
- LAVENDER = 5,
32
- PINK = 6,
33
- TEAL = 7,
34
- LIME = 8,
35
- BLUE = 9,
36
- YELLOW = 10,
37
- PURPLE = 11,
38
- CYAN = 12,
39
- MAGENTA = 13,
40
- ORANGE = 14
41
- }
42
- /**
43
- * SelectionFilters allow the restriction of what objects can be selected by the user
44
- * with mouse operations in the viewer. There are two important definitions here:
45
- * 1) Pre-Selection: This is never visible or active. The viewer will internally
46
- * do some filtering here based on what entities are allowed.
47
- * 2) Post-Selection: Here a custom filtering logic can be applied, once the pre-selection
48
- * has been performed.
49
- */
50
- class SelectionFilter {
51
- /**
52
- * If set to true, whichever `AreaSelectionType` is active will be allowed
53
- * to pre-select multiple entities.
54
- */
55
- private readonly _isAreaSelectionAllowed;
56
- /**
57
- * Adds default filtering to pre-selection.
58
- */
59
- readonly allowedEntities: SelectionSettings.SelectionControl.AllowedEntities[];
60
- /**
61
- * Currently active post-selection filtering mechanism.
62
- */
63
- private _filteringLogic;
64
- /**
65
- * Constructor takes
66
- * @param allowedEntities
67
- * @param isAreaSelectionAllowed
68
- */
69
- constructor(allowedEntities: SelectionSettings.SelectionControl.AllowedEntities[], isAreaSelectionAllowed?: boolean);
70
- /**
71
- *
72
- * @param callback
73
- */
74
- addFilteringLogic(callback: (currentElement: any[]) => boolean): void;
75
- }
76
- }
1
+ import { SelectionSettings } from "../CloudViewer/Settings/SelectionSettings";
2
+ export declare namespace AbstractEntities {
3
+ /**
4
+ * A colour definition structure.
5
+ */
6
+ class Color {
7
+ R: number;
8
+ G: number;
9
+ B: number;
10
+ constructor(r?: number, g?: number, b?: number);
11
+ /**
12
+ * Generates a random color.
13
+ */
14
+ static generateRandomColor(allowWhite?: boolean): Color;
15
+ /**
16
+ * Helper method to insert color setting to style sheets.
17
+ * @returns CSS required format for styling.
18
+ */
19
+ toCssFormat(): string;
20
+ /**
21
+ * Color palette selection
22
+ */
23
+ static get(palette: ColorPalette): Color;
24
+ }
25
+ enum ColorPalette {
26
+ WHITE = 0,
27
+ RED = 1,
28
+ GREEN = 2,
29
+ BEIGE = 3,
30
+ BROWN = 4,
31
+ LAVENDER = 5,
32
+ PINK = 6,
33
+ TEAL = 7,
34
+ LIME = 8,
35
+ BLUE = 9,
36
+ YELLOW = 10,
37
+ PURPLE = 11,
38
+ CYAN = 12,
39
+ MAGENTA = 13,
40
+ ORANGE = 14
41
+ }
42
+ /**
43
+ * SelectionFilters allow the restriction of what objects can be selected by the user
44
+ * with mouse operations in the viewer. There are two important definitions here:
45
+ * 1) Pre-Selection: This is never visible or active. The viewer will internally
46
+ * do some filtering here based on what entities are allowed.
47
+ * 2) Post-Selection: Here a custom filtering logic can be applied, once the pre-selection
48
+ * has been performed.
49
+ */
50
+ class SelectionFilter {
51
+ /**
52
+ * If set to true, whichever `AreaSelectionType` is active will be allowed
53
+ * to pre-select multiple entities.
54
+ */
55
+ private readonly _isAreaSelectionAllowed;
56
+ /**
57
+ * Adds default filtering to pre-selection.
58
+ */
59
+ readonly allowedEntities: SelectionSettings.SelectionControl.AllowedEntities[];
60
+ /**
61
+ * Currently active post-selection filtering mechanism.
62
+ */
63
+ private _filteringLogic;
64
+ /**
65
+ * Constructor takes
66
+ * @param allowedEntities
67
+ * @param isAreaSelectionAllowed
68
+ */
69
+ constructor(allowedEntities: SelectionSettings.SelectionControl.AllowedEntities[], isAreaSelectionAllowed?: boolean);
70
+ /**
71
+ *
72
+ * @param callback
73
+ */
74
+ addFilteringLogic(callback: (currentElement: any[]) => boolean): void;
75
+ }
76
+ }
@@ -1,27 +1,27 @@
1
- export declare namespace ContainerEntities {
2
- /**
3
- * Contains model tree informations.
4
- */
5
- class ModelTreeStructure {
6
- Components: {
7
- [key: string]: any;
8
- };
9
- }
10
- class TreeItem {
11
- private title;
12
- private itemId;
13
- private parentId;
14
- private childrenIds;
15
- constructor(title?: string, parentId?: number, itemId?: number);
16
- addOnClickEvent(onClickEvent: Function): void;
17
- }
18
- class TreeFile extends TreeItem {
19
- constructor(title?: string, parentId?: number, itemId?: number);
20
- }
21
- class TreeFolder extends TreeItem {
22
- constructor(title?: string, parentId?: number, itemId?: number);
23
- }
24
- class TreeContainer extends TreeItem {
25
- constructor(title?: string, parentId?: number, itemId?: number);
26
- }
27
- }
1
+ export declare namespace ContainerEntities {
2
+ /**
3
+ * Contains model tree informations.
4
+ */
5
+ class ModelTreeStructure {
6
+ Components: {
7
+ [key: string]: any;
8
+ };
9
+ }
10
+ class TreeItem {
11
+ private title;
12
+ private itemId;
13
+ private parentId;
14
+ private childrenIds;
15
+ constructor(title?: string, parentId?: number, itemId?: number);
16
+ addOnClickEvent(onClickEvent: Function): void;
17
+ }
18
+ class TreeFile extends TreeItem {
19
+ constructor(title?: string, parentId?: number, itemId?: number);
20
+ }
21
+ class TreeFolder extends TreeItem {
22
+ constructor(title?: string, parentId?: number, itemId?: number);
23
+ }
24
+ class TreeContainer extends TreeItem {
25
+ constructor(title?: string, parentId?: number, itemId?: number);
26
+ }
27
+ }
@@ -1,11 +1,11 @@
1
- import * as AbstractEntities from './AbstractEntities';
2
- import * as ContainerEntities from './ContainerEntities';
3
- declare const ViewerEntities: {
4
- ContainerEntities: typeof ContainerEntities.ContainerEntities;
5
- VisibleEntities: {
6
- TemporaryEntities: typeof import("./VisibleEntities/TemporaryEntities").TemporaryEntities;
7
- CollaborationEntities: typeof import("./VisibleEntities/CollaborationEntities").CollaborationEntities;
8
- };
9
- AbstractEntities: typeof AbstractEntities.AbstractEntities;
10
- };
11
- export { ViewerEntities };
1
+ import * as AbstractEntities from './AbstractEntities';
2
+ import * as ContainerEntities from './ContainerEntities';
3
+ declare const ViewerEntities: {
4
+ ContainerEntities: typeof ContainerEntities.ContainerEntities;
5
+ VisibleEntities: {
6
+ TemporaryEntities: typeof import("./VisibleEntities/TemporaryEntities").TemporaryEntities;
7
+ CollaborationEntities: typeof import("./VisibleEntities/CollaborationEntities").CollaborationEntities;
8
+ };
9
+ AbstractEntities: typeof AbstractEntities.AbstractEntities;
10
+ };
11
+ export { ViewerEntities };