vim-web 0.5.0-dev.20 → 0.5.0-dev.22

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.
@@ -1,36 +1,32 @@
1
- export declare const sectionSelection = "controlBar.sectionSelection";
2
- export declare const sectionCamera = "controlBar.sectionCamera";
3
- export declare const sectionInputs = "controlBar.sectionInputs";
4
- export declare const sectionActions = "controlBar.sectionActions";
5
- export declare const sectionTools = "controlBar.sectionTools";
6
- export declare const sectionSettings = "controlBar.sectionSettings";
7
- export declare const sectionMeasure = "controlBar.sectionMeasure";
8
- export declare const sectionSectionBox = "controlBar.sectionSectionBox";
9
- export declare const buttonCameraFrameSelection = "controlBar.camera.frameSelection";
10
- export declare const buttonCameraFrameScene = "controlBar.camera.frameScene";
11
- export declare const buttonCameraAuto = "controlBar.camera.auto";
12
- export declare const buttonCameraOrbit = "controlBar.camera.orbit";
13
- export declare const buttonCameraLook = "controlBarcamera.look";
14
- export declare const buttonCameraPan = "controlBar.camera.pan";
15
- export declare const buttonCameraZoom = "controlBar.camera.zoom";
16
- export declare const buttonCameraZoomWindow = "controlBar.camera.zoomWindow";
17
- export declare const buttonProjectInspector = "controlBar.projectInspector";
18
- export declare const buttonSettings = "controlBar.settings";
19
- export declare const buttonHelp = "controlBar.help";
20
- export declare const buttonMaximize = "controlBar.maximize";
21
- export declare const buttonClearSelection = "controlBar.action.clearSelection";
22
- export declare const buttonShowAll = "controlBar.selection.showAll";
23
- export declare const buttonIsolateSelection = "controlBar.selection.isolate";
24
- export declare const buttonHideSelection = "controlBar.selection.hide";
25
- export declare const buttonShowSelection = "controlBar.selection.show";
26
- export declare const buttonAutoIsolate = "controlBar.selection.autoIsolate";
27
- export declare const buttonIsolationSettings = "controlBar.selection.isolationSettings";
28
- export declare const buttonRenderSettings = "controlBar.action.renderSettings";
29
- export declare const buttonSectionBox = "controlBar.sectionBox";
30
- export declare const buttonMeasure = "controlBar.measure";
31
- export declare const buttonSectionBoxEnable = "controlBar.sectionBox.enable";
32
- export declare const buttonSectionBoxVisible = "controlBar.sectionBox.visible";
33
- export declare const buttonSectionBoxToSelection = "controlBar.sectionBox.sectionSelection";
34
- export declare const buttonSectionBoxToScene = "controlBar.sectionBox.sectionScene";
35
- export declare const buttonSectionBoxAuto = "controlBar.sectionBox.auto";
36
- export declare const buttonSectionBoxSettings = "controlBar.sectionBox.settings";
1
+ export declare const cameraSpan = "controlBar.cameraSpan";
2
+ export declare const cameraFrameSelection = "controlBar.cameraFrameSelection";
3
+ export declare const cameraFrameScene = "controlBar.cameraFrameScene";
4
+ export declare const cameraAuto = "controlBar.cameraAuto";
5
+ export declare const cursorSpan = "controlBar.cursorSpan";
6
+ export declare const cursorOrbit = "controlBar.cursorOrbit";
7
+ export declare const cursorLook = "controlBar.cursorLook";
8
+ export declare const cursorPan = "controlBar.cursorPan";
9
+ export declare const cursorZoom = "controlBar.cursorZoom";
10
+ export declare const cursorZoomWindow = "controlBar.cursorZoomWindow";
11
+ export declare const visibilitySpan = "controlBar.visibilitySpan";
12
+ export declare const visibilityClearSelection = "controlBar.visibilityClearSelection";
13
+ export declare const visibilityShowAll = "controlBar.visibilityShowAll";
14
+ export declare const visibilityIsolateSelection = "controlBar.visibilityIsolateSelection";
15
+ export declare const visibilityHideSelection = "controlBar.visibilityHideSelection";
16
+ export declare const visibilityShowSelection = "controlBar.visibilityShowSelection";
17
+ export declare const visibilityAutoIsolate = "controlBar.visibilityAutoIsolate";
18
+ export declare const visibilitySettings = "controlBar.visibilitySettings";
19
+ export declare const sectioningSpan = "controlBar.sectioningSpan";
20
+ export declare const sectioningEnable = "controlBar.sectioningEnable";
21
+ export declare const sectioningVisible = "controlBar.sectioningVisible";
22
+ export declare const sectioningFitSelection = "controlBar.sectioningFitSelection";
23
+ export declare const sectioningFitScene = "controlBar.sectioningFitScene";
24
+ export declare const sectioningAuto = "controlBar.sectioningAuto";
25
+ export declare const sectioningSettings = "controlBar.sectioningSettings";
26
+ export declare const measureSpan = "controlBar.measureSpan";
27
+ export declare const measureEnable = "controlBar.measureEnable";
28
+ export declare const miscSpan = "controlBar.miscSpan";
29
+ export declare const miscInspector = "controlBar.miscInspector";
30
+ export declare const miscSettings = "controlBar.miscSettings";
31
+ export declare const miscHelp = "controlBar.miscHelp";
32
+ export declare const miscMaximize = "controlBar.miscMaximize";
@@ -38,9 +38,9 @@ export declare class SettingsPanelKeys {
38
38
  static ControlBarVisibilityIsolate: string;
39
39
  static ControlBarVisibilityAutoIsolate: string;
40
40
  static ControlBarVisibilitySettings: string;
41
- static ControlBarSettingsSubtitle: string;
42
- static ControlBarSettingsShowProjectInspectorButtonToggle: string;
43
- static ControlBarSettingsShowSettingsButtonToggle: string;
44
- static ControlBarSettingsShowHelpButtonToggle: string;
45
- static ControlBarSettingsShowMaximiseButtonToggle: string;
41
+ static ControlBarMiscSubtitle: string;
42
+ static ControlBarMiscShowProjectInspectorButtonToggle: string;
43
+ static ControlBarMiscShowSettingsButtonToggle: string;
44
+ static ControlBarMiscShowHelpButtonToggle: string;
45
+ static ControlBarMiscShowMaximiseButtonToggle: string;
46
46
  }
@@ -46,7 +46,7 @@ export declare function controlBarMeasure(measure: ReturnType<typeof getMeasureS
46
46
  style: typeof ControlBar.Style.buttonDefaultStyle;
47
47
  }[];
48
48
  };
49
- export declare function controlBarSettingsUltra(side: SideState, settings: UltraSettings): ControlBar.IControlBarSection;
49
+ export declare function controlBarMiscUltra(side: SideState, settings: UltraSettings): ControlBar.IControlBarSection;
50
50
  export type ControlBarCameraSettings = {
51
51
  cameraAuto: UserBoolean;
52
52
  cameraFrameSelection: UserBoolean;
@@ -4,7 +4,10 @@ import { ControlBarCameraSettings, ControlBarCursorSettings, ControlBarSectionBo
4
4
  export type PartialUltraSettings = RecursivePartial<UltraSettings>;
5
5
  export type UltraSettings = {
6
6
  ui: ControlBarCameraSettings & ControlBarCursorSettings & ControlBarSectionBoxSettings & ControlBarVisibilitySettings & {
7
- settings: UserBoolean;
7
+ panelLogo: UserBoolean;
8
+ panelControlBar: UserBoolean;
9
+ miscSettings: UserBoolean;
10
+ miscHelp: UserBoolean;
8
11
  };
9
12
  };
10
13
  export declare function getDefaultUltraSettings(): UltraSettings;
@@ -14,14 +14,14 @@ export type WebglSettings = {
14
14
  canReadLocalStorage: boolean;
15
15
  };
16
16
  ui: ControlBarCameraSettings & ControlBarCursorSettings & ControlBarSectionBoxSettings & ControlBarVisibilitySettings & ControlBarMeasureSettings & {
17
- logo: UserBoolean;
18
- bimTreePanel: UserBoolean;
19
- bimInfoPanel: UserBoolean;
20
- performance: UserBoolean;
21
- axesPanel: UserBoolean;
22
- controlBar: UserBoolean;
23
- orthographic: UserBoolean;
24
- resetCamera: UserBoolean;
17
+ panelLogo: UserBoolean;
18
+ panelBimTree: UserBoolean;
19
+ panelBimInfo: UserBoolean;
20
+ panelPerformance: UserBoolean;
21
+ panelAxes: UserBoolean;
22
+ panelControlBar: UserBoolean;
23
+ axesOrthographic: UserBoolean;
24
+ axesHome: UserBoolean;
25
25
  miscProjectInspector: UserBoolean;
26
26
  miscSettings: UserBoolean;
27
27
  miscHelp: UserBoolean;