vim-web 0.5.0-dev.18 → 0.5.0-dev.19
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.
|
@@ -54,7 +54,6 @@ export type ControlBarCameraSettings = {
|
|
|
54
54
|
};
|
|
55
55
|
export declare function controlBarCamera(camera: CameraRef, settings: ControlBarCameraSettings): ControlBar.IControlBarSection;
|
|
56
56
|
export type ControlBarVisibilitySettings = {
|
|
57
|
-
visibilityEnable: UserBoolean;
|
|
58
57
|
visibilityClearSelection: UserBoolean;
|
|
59
58
|
visibilityShowAll: UserBoolean;
|
|
60
59
|
visibilityToggle: UserBoolean;
|
package/dist/vim-web.iife.js
CHANGED
|
@@ -75995,7 +75995,6 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
75995
75995
|
sectioningSettings: true,
|
|
75996
75996
|
measuringMode: true,
|
|
75997
75997
|
// Control bar - Visibility
|
|
75998
|
-
visibilityEnable: true,
|
|
75999
75998
|
visibilityClearSelection: true,
|
|
76000
75999
|
visibilityShowAll: true,
|
|
76001
76000
|
visibilityToggle: true,
|
|
@@ -76965,7 +76964,6 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
76965
76964
|
sectioningAuto: true,
|
|
76966
76965
|
sectioningSettings: true,
|
|
76967
76966
|
// Control bar - Visibility
|
|
76968
|
-
visibilityEnable: true,
|
|
76969
76967
|
visibilityClearSelection: true,
|
|
76970
76968
|
visibilityShowAll: true,
|
|
76971
76969
|
visibilityToggle: true,
|