vim-web 0.5.0-dev.21 → 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.
- package/dist/types/react-viewers/controlbar/controlBarIds.d.ts +32 -36
- package/dist/types/react-viewers/settings/settingsKeys.d.ts +5 -5
- package/dist/types/react-viewers/state/controlBarState.d.ts +1 -1
- package/dist/types/react-viewers/ultra/settings.d.ts +4 -1
- package/dist/vim-web.iife.js +145 -133
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +145 -133
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,36 +1,32 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const
|
|
19
|
-
export declare const
|
|
20
|
-
export declare const
|
|
21
|
-
export declare const
|
|
22
|
-
export declare const
|
|
23
|
-
export declare const
|
|
24
|
-
export declare const
|
|
25
|
-
export declare const
|
|
26
|
-
export declare const
|
|
27
|
-
export declare const
|
|
28
|
-
export declare const
|
|
29
|
-
export declare const
|
|
30
|
-
export declare const
|
|
31
|
-
export declare const
|
|
32
|
-
export declare const
|
|
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
|
|
42
|
-
static
|
|
43
|
-
static
|
|
44
|
-
static
|
|
45
|
-
static
|
|
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
|
|
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
|
-
|
|
7
|
+
panelLogo: UserBoolean;
|
|
8
|
+
panelControlBar: UserBoolean;
|
|
9
|
+
miscSettings: UserBoolean;
|
|
10
|
+
miscHelp: UserBoolean;
|
|
8
11
|
};
|
|
9
12
|
};
|
|
10
13
|
export declare function getDefaultUltraSettings(): UltraSettings;
|