@babylonjs/inspector 9.2.0 → 9.2.1
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/lib/components/debug/debugPane.d.ts +1 -1
- package/lib/components/properties/propertiesPane.d.ts +1 -1
- package/lib/components/properties/textures/texturePreview.d.ts +38 -0
- package/lib/components/scene/sceneExplorer.d.ts +5 -0
- package/lib/components/stats/statsPane.d.ts +1 -1
- package/lib/components/tools/toolsPane.d.ts +1 -1
- package/lib/extensibility/defaultInspectorExtensionFeed.d.ts +1 -1
- package/lib/extensions/quickCreate/quickCreateToolsService.d.ts +2 -2
- package/lib/{extensionsListService-eRZtqcfj.js → extensionsListService-CBQwBhYh.js} +2 -2
- package/lib/extensionsListService-CBQwBhYh.js.map +1 -0
- package/lib/hooks/settingsHooks.d.ts +0 -8
- package/lib/{index-FWuITINA.js → index-DmfAhsIm.js} +296 -146
- package/lib/index-DmfAhsIm.js.map +1 -0
- package/lib/index.d.ts +25 -21
- package/lib/index.js +1 -1
- package/lib/inspectable.d.ts +1 -1
- package/lib/inspector.d.ts +1 -1
- package/lib/legacy/inspectableCustomPropertiesService.d.ts +1 -1
- package/lib/misc/textureTools.d.ts +2 -1
- package/lib/{quickCreateToolsService-MzZbVrvr.js → quickCreateToolsService-C38aK2nP.js} +2 -2
- package/lib/{quickCreateToolsService-MzZbVrvr.js.map → quickCreateToolsService-C38aK2nP.js.map} +1 -1
- package/lib/{reflectorService-DdPEZLjO.js → reflectorService-Bs9E2OMh.js} +2 -2
- package/lib/reflectorService-Bs9E2OMh.js.map +1 -0
- package/lib/services/cli/cliConnectionStatus.d.ts +1 -1
- package/lib/services/cli/entityQueryService.d.ts +1 -1
- package/lib/services/cli/inspectableBridgeService.d.ts +1 -1
- package/lib/services/cli/inspectableCommandRegistry.d.ts +1 -1
- package/lib/services/cli/perfTraceCommandService.d.ts +1 -1
- package/lib/services/cli/screenshotCommandService.d.ts +1 -1
- package/lib/services/cli/shaderCommandService.d.ts +1 -1
- package/lib/services/cli/statsCommandService.d.ts +1 -1
- package/lib/services/cliConnectionStatusService.d.ts +2 -2
- package/lib/services/gizmoService.d.ts +1 -1
- package/lib/services/gizmoToolbarService.d.ts +2 -2
- package/lib/services/globalSettings.d.ts +2 -3
- package/lib/services/highlightService.d.ts +3 -3
- package/lib/services/inspectorSettingsService.d.ts +3 -0
- package/lib/services/miniStatsService.d.ts +2 -2
- package/lib/services/panes/debugService.d.ts +3 -3
- package/lib/services/panes/properties/animationGroupPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/animationPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/atmospherePropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/audioPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/cameraPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/commonPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/effectLayerPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/frameGraphPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/lightPropertiesServices.d.ts +1 -1
- package/lib/services/panes/properties/materialPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/metadataPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/nodePropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/particleSystemPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/physicsPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/postProcessPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/propertiesService.d.ts +3 -3
- package/lib/services/panes/properties/renderingPipelinePropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/scenePropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/skeletonPropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/spritePropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/texturePropertiesService.d.ts +1 -1
- package/lib/services/panes/properties/transformPropertiesService.d.ts +1 -1
- package/lib/services/panes/scene/animationGroupExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/atmosphereExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/disposableCommandService.d.ts +1 -1
- package/lib/services/panes/scene/effectLayersExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/frameGraphExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/guiExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/materialExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/nodeExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/particleSystemExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/postProcessExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/renderingPipelinesExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/sceneExplorerService.d.ts +2 -2
- package/lib/services/panes/scene/skeletonExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/soundExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/spriteManagerExplorerService.d.ts +1 -1
- package/lib/services/panes/scene/texturesExplorerService.d.ts +1 -1
- package/lib/services/panes/statsService.d.ts +3 -3
- package/lib/services/panes/tools/captureService.d.ts +1 -1
- package/lib/services/panes/tools/exportService.d.ts +1 -1
- package/lib/services/panes/tools/import/gltfAnimationImportService.d.ts +1 -1
- package/lib/services/panes/tools/import/gltfLoaderOptionsService.d.ts +1 -1
- package/lib/services/panes/tools/import/gltfValidationService.d.ts +1 -1
- package/lib/services/panes/tools/reflectorService.d.ts +1 -1
- package/lib/services/panes/toolsService.d.ts +3 -3
- package/lib/services/pickingService.d.ts +3 -3
- package/lib/services/sceneContext.d.ts +1 -1
- package/lib/services/selectionService.d.ts +4 -4
- package/lib/services/textureEditor/textureEditorService.d.ts +1 -1
- package/lib/services/userFeedbackService.d.ts +2 -2
- package/lib/services/watcherService.d.ts +5 -5
- package/package.json +1 -1
- package/lib/components/errorBoundary.d.ts +0 -31
- package/lib/components/extensibleAccordion.d.ts +0 -67
- package/lib/components/pane.d.ts +0 -4
- package/lib/components/teachingMoment.d.ts +0 -20
- package/lib/components/theme.d.ts +0 -10
- package/lib/components/uxContextProvider.d.ts +0 -2
- package/lib/contexts/extensionManagerContext.d.ts +0 -6
- package/lib/contexts/settingsContext.d.ts +0 -3
- package/lib/extensibility/builtInsExtensionFeed.d.ts +0 -21
- package/lib/extensibility/extensionFeed.d.ts +0 -113
- package/lib/extensibility/extensionManager.d.ts +0 -111
- package/lib/extensionsListService-eRZtqcfj.js.map +0 -1
- package/lib/hooks/observableHooks.d.ts +0 -35
- package/lib/hooks/resourceHooks.d.ts +0 -20
- package/lib/hooks/teachingMomentHooks.d.ts +0 -34
- package/lib/hooks/themeHooks.d.ts +0 -17
- package/lib/hooks/useResizeHandle.d.ts +0 -35
- package/lib/index-FWuITINA.js.map +0 -1
- package/lib/misc/assert.d.ts +0 -5
- package/lib/misc/graphUtils.d.ts +0 -44
- package/lib/misc/observableCollection.d.ts +0 -23
- package/lib/modularTool.d.ts +0 -42
- package/lib/modularity/serviceContainer.d.ts +0 -64
- package/lib/modularity/serviceDefinition.d.ts +0 -64
- package/lib/reflectorService-DdPEZLjO.js.map +0 -1
- package/lib/services/extensionsListService.d.ts +0 -3
- package/lib/services/panes/settingsService.d.ts +0 -25
- package/lib/services/reactContextService.d.ts +0 -18
- package/lib/services/settingsStore.d.ts +0 -55
- package/lib/services/shellService.d.ts +0 -256
- package/lib/services/shellSettingsService.d.ts +0 -3
- package/lib/services/themeSelectorService.d.ts +0 -3
- package/lib/services/themeService.d.ts +0 -60
- package/lib/themes/babylonTheme.d.ts +0 -3
package/lib/index.d.ts
CHANGED
|
@@ -1,50 +1,54 @@
|
|
|
1
1
|
export * from "./components/properties/boundProperty";
|
|
2
2
|
export * from "./components/properties/linkToEntityPropertyLine";
|
|
3
3
|
export type { EntityDisplayInfo, SceneExplorerCommand, SceneExplorerCommandProvider, SceneExplorerSection } from "./components/scene/sceneExplorer";
|
|
4
|
-
export * from "
|
|
5
|
-
export * from "
|
|
6
|
-
export { SidePaneContainer } from "
|
|
7
|
-
export * from "
|
|
8
|
-
export * from "
|
|
4
|
+
export * from "@babylonjs/shared-ui-components/modularTool/components/errorBoundary.js";
|
|
5
|
+
export * from "@babylonjs/shared-ui-components/modularTool/components/extensibleAccordion.js";
|
|
6
|
+
export { SidePaneContainer } from "@babylonjs/shared-ui-components/modularTool/components/pane.js";
|
|
7
|
+
export * from "@babylonjs/shared-ui-components/modularTool/components/theme.js";
|
|
8
|
+
export * from "@babylonjs/shared-ui-components/modularTool/components/teachingMoment.js";
|
|
9
9
|
export * from "./contexts/propertyContext";
|
|
10
|
-
export * from "
|
|
11
|
-
export * from "
|
|
10
|
+
export * from "@babylonjs/shared-ui-components/modularTool/extensibility/extensionFeed.js";
|
|
11
|
+
export * from "@babylonjs/shared-ui-components/modularTool/extensibility/builtInsExtensionFeed.js";
|
|
12
12
|
export * from "./hooks/compoundPropertyHooks";
|
|
13
13
|
export * from "./hooks/instrumentationHooks";
|
|
14
|
-
export * from "
|
|
14
|
+
export * from "@babylonjs/shared-ui-components/modularTool/hooks/observableHooks.js";
|
|
15
15
|
export * from "./hooks/pollingHooks";
|
|
16
|
-
export * from "
|
|
16
|
+
export * from "@babylonjs/shared-ui-components/modularTool/hooks/resourceHooks.js";
|
|
17
17
|
export * from "./hooks/settingsHooks";
|
|
18
|
-
export * from "
|
|
19
|
-
export * from "
|
|
18
|
+
export * from "@babylonjs/shared-ui-components/modularTool/hooks/teachingMomentHooks.js";
|
|
19
|
+
export * from "@babylonjs/shared-ui-components/modularTool/hooks/themeHooks.js";
|
|
20
20
|
export * from "./instrumentation/functionInstrumentation";
|
|
21
21
|
export * from "./instrumentation/propertyInstrumentation";
|
|
22
|
-
export * from "
|
|
23
|
-
export * from "
|
|
22
|
+
export * from "@babylonjs/shared-ui-components/modularTool/misc/observableCollection.js";
|
|
23
|
+
export * from "@babylonjs/shared-ui-components/modularTool/modularity/serviceDefinition.js";
|
|
24
24
|
export type { IPropertiesService } from "./services/panes/properties/propertiesService";
|
|
25
25
|
export { PropertiesServiceIdentity } from "./services/panes/properties/propertiesService";
|
|
26
26
|
export type { ISceneExplorerService } from "./services/panes/scene/sceneExplorerService";
|
|
27
27
|
export { SceneExplorerServiceIdentity } from "./services/panes/scene/sceneExplorerService";
|
|
28
28
|
export type { IDebugService } from "./services/panes/debugService";
|
|
29
29
|
export { DebugServiceIdentity } from "./services/panes/debugService";
|
|
30
|
-
export type { ISettingsService } from "
|
|
31
|
-
export { SettingsServiceIdentity } from "
|
|
30
|
+
export type { ISettingsService } from "@babylonjs/shared-ui-components/modularTool/services/settingsService.js";
|
|
31
|
+
export { SettingsServiceIdentity } from "@babylonjs/shared-ui-components/modularTool/services/settingsService.js";
|
|
32
32
|
export type { IStatsService } from "./services/panes/statsService";
|
|
33
33
|
export { StatsServiceIdentity } from "./services/panes/statsService";
|
|
34
34
|
export type { IToolsService } from "./services/panes/toolsService";
|
|
35
35
|
export { ToolsServiceIdentity } from "./services/panes/toolsService";
|
|
36
|
-
export type { IThemeService } from "
|
|
37
|
-
export { ThemeServiceIdentity } from "
|
|
38
|
-
export type { ISettingsStore, SettingDescriptor } from "
|
|
39
|
-
export { SettingsStoreIdentity } from "
|
|
36
|
+
export type { IThemeService } from "@babylonjs/shared-ui-components/modularTool/services/themeService.js";
|
|
37
|
+
export { ThemeServiceIdentity } from "@babylonjs/shared-ui-components/modularTool/services/themeService.js";
|
|
38
|
+
export type { ISettingsStore, SettingDescriptor } from "@babylonjs/shared-ui-components/modularTool/services/settingsStore.js";
|
|
39
|
+
export { SettingsStoreIdentity } from "@babylonjs/shared-ui-components/modularTool/services/settingsStore.js";
|
|
40
40
|
export type { IGizmoService, GizmoMode } from "./services/gizmoService";
|
|
41
41
|
export { GizmoServiceIdentity } from "./services/gizmoService";
|
|
42
42
|
export type { IWatcherService } from "./services/watcherService";
|
|
43
43
|
export { WatcherServiceIdentity } from "./services/watcherService";
|
|
44
44
|
export * from "./services/sceneContext";
|
|
45
45
|
export * from "./services/selectionService";
|
|
46
|
-
export
|
|
47
|
-
export {
|
|
46
|
+
export * from "@babylonjs/shared-ui-components/modularTool/services/settingsStore.js";
|
|
47
|
+
export type { IShellService, ToolbarItemDefinition, SidePaneDefinition, CentralContentDefinition, HorizontalLocation, VerticalLocation, ShellServiceOptions, } from "@babylonjs/shared-ui-components/modularTool/services/shellService.js";
|
|
48
|
+
export { ShellServiceIdentity } from "@babylonjs/shared-ui-components/modularTool/services/shellService.js";
|
|
49
|
+
export type { ModularToolOptions } from "@babylonjs/shared-ui-components/modularTool/modularTool.js";
|
|
50
|
+
export { MakeModularTool } from "@babylonjs/shared-ui-components/modularTool/modularTool.js";
|
|
51
|
+
export type { WeaklyTypedServiceDefinition } from "@babylonjs/shared-ui-components/modularTool/modularity/serviceContainer.js";
|
|
48
52
|
export * from "./inspector";
|
|
49
53
|
export { StartInspectable, type InspectableToken, type InspectableOptions } from "./inspectable";
|
|
50
54
|
export type { IInspectableCommandRegistry, InspectableCommandDescriptor, InspectableCommandArg } from "./services/cli/inspectableCommandRegistry";
|
package/lib/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as Accordion, i as AccordionSection, l as AccordionSectionItem, m as AttachDebugLayer, n as BooleanBadgePropertyLine, o as BoundProperty, p as BuiltInsExtensionFeed, B as Button, j as ButtonLine, q as Checkbox, C as CheckboxPropertyLine, r as ChildWindow, s as Collapse, t as Color3GradientComponent, v as Color3GradientList, w as Color3PropertyLine, x as Color4GradientComponent, y as Color4GradientList, z as Color4PropertyLine, D as ColorPickerPopup, E as ColorStepGradientComponent, F as ComboBox, G as ComboBoxPropertyLine, H as ConstructorFactory, I as ConvertOptions, J as DebugServiceIdentity, K as DetachDebugLayer, O as DraggableLine, Q as Dropdown, R as EntitySelector, U as ErrorBoundary, W as ExtensibleAccordion, X as FactorGradientComponent, Y as FactorGradientList, Z as FileUploadLine, _ as GetPropertyDescriptor, $ as GizmoServiceIdentity, a0 as HexPropertyLine, a1 as InfoLabel, a2 as InputHexField, a3 as InputHsvField, a4 as InspectableCommandRegistryIdentity, a5 as Inspector, a6 as InterceptFunction, a7 as InterceptProperty, a8 as IsPropertyReadonly, a9 as LineContainer, L as Link, aa as LinkPropertyLine, c as LinkToEntity, ab as LinkToEntityPropertyLine, ac as List, ad as MakeDialogTeachingMoment, ae as MakeLazyComponent, af as
|
|
1
|
+
export { A as Accordion, i as AccordionSection, l as AccordionSectionItem, m as AttachDebugLayer, n as BooleanBadgePropertyLine, o as BoundProperty, p as BuiltInsExtensionFeed, B as Button, j as ButtonLine, q as Checkbox, C as CheckboxPropertyLine, r as ChildWindow, s as Collapse, t as Color3GradientComponent, v as Color3GradientList, w as Color3PropertyLine, x as Color4GradientComponent, y as Color4GradientList, z as Color4PropertyLine, D as ColorPickerPopup, E as ColorStepGradientComponent, F as ComboBox, G as ComboBoxPropertyLine, H as ConstructorFactory, I as ConvertOptions, J as DebugServiceIdentity, K as DetachDebugLayer, O as DraggableLine, Q as Dropdown, R as EntitySelector, U as ErrorBoundary, W as ExtensibleAccordion, X as FactorGradientComponent, Y as FactorGradientList, Z as FileUploadLine, _ as GetPropertyDescriptor, $ as GizmoServiceIdentity, a0 as HexPropertyLine, a1 as InfoLabel, a2 as InputHexField, a3 as InputHsvField, a4 as InspectableCommandRegistryIdentity, a5 as Inspector, a6 as InterceptFunction, a7 as InterceptProperty, a8 as IsPropertyReadonly, a9 as LineContainer, L as Link, aa as LinkPropertyLine, c as LinkToEntity, ab as LinkToEntityPropertyLine, ac as List, ad as MakeDialogTeachingMoment, ae as MakeLazyComponent, af as MakeModularTool, ag as MakePopoverTeachingMoment, ah as MakePropertyHook, ai as MakeTeachingMoment, aj as MaterialSelector, M as MessageBar, ak as NodeSelector, al as NumberDropdown, am as NumberDropdownPropertyLine, N as NumberInputPropertyLine, an as ObservableCollection, ao as Pane, ap as PlaceholderPropertyLine, P as Popover, aq as PositionedPopover, ar as PropertiesServiceIdentity, as as Property, at as PropertyContext, au as PropertyLine, av as QuaternionPropertyLine, aw as RotationVectorPropertyLine, f as SceneContextIdentity, ax as SceneExplorerServiceIdentity, ay as SearchBar, az as SearchBox, aA as SelectionServiceDefinition, g as SelectionServiceIdentity, aB as SettingsServiceIdentity, aC as SettingsStore, aD as SettingsStoreIdentity, S as ShellServiceIdentity, aE as ShowInspector, aF as SidePaneContainer, aG as SkeletonSelector, aH as Slider, aI as SpinButton, d as SpinButtonPropertyLine, aJ as StartInspectable, aK as StatsServiceIdentity, aL as StringDropdown, aM as StringDropdownPropertyLine, aN as StringifiedPropertyLine, aO as Switch, aP as SwitchPropertyLine, aQ as SyncedSliderInput, aR as SyncedSliderPropertyLine, aS as TeachingMoment, aT as TextAreaPropertyLine, aU as TextInput, T as TextInputPropertyLine, aV as TextPropertyLine, aW as Textarea, aX as TextureSelector, aY as TextureUpload, aZ as Theme, a_ as ThemeServiceIdentity, a$ as ToastProvider, b0 as ToggleButton, k as ToolsServiceIdentity, b1 as Tooltip, b2 as UploadButton, b3 as Vector2PropertyLine, V as Vector3PropertyLine, b4 as Vector4PropertyLine, b5 as WatcherServiceIdentity, b6 as useAngleConverters, b7 as useAsyncResource, b8 as useColor3Property, b9 as useColor4Property, ba as useEventListener, bb as useEventfulState, b as useInterceptObservable, bc as useKeyListener, bd as useKeyState, be as useObservableCollection, h as useObservableState, bf as useOrderedObservableCollection, bg as usePollingObservable, e as useProperty, bh as usePropertyChangedNotifier, bi as useQuaternionProperty, bj as useResource, bk as useTheme, bl as useThemeMode, a as useToast, bm as useVector3Property } from './index-DmfAhsIm.js';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@fluentui/react-components';
|
package/lib/inspectable.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type IDisposable } from "@babylonjs/core/index.js";
|
|
2
2
|
import { type Scene } from "@babylonjs/core/scene.js";
|
|
3
|
-
import { type WeaklyTypedServiceDefinition, ServiceContainer } from "
|
|
3
|
+
import { type WeaklyTypedServiceDefinition, ServiceContainer } from "@babylonjs/shared-ui-components/modularTool/modularity/serviceContainer.js";
|
|
4
4
|
/**
|
|
5
5
|
* Options for making a scene inspectable via the Inspector CLI.
|
|
6
6
|
*/
|
package/lib/inspector.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type IDisposable, type IReadonlyObservable, type Scene } from "@babylonjs/core/index.js";
|
|
2
|
-
import { type ModularToolOptions } from "
|
|
2
|
+
import { type ModularToolOptions } from "@babylonjs/shared-ui-components/modularTool/modularTool.js";
|
|
3
3
|
type LayoutMode = "inline" | "overlay";
|
|
4
4
|
/**
|
|
5
5
|
* Options for configuring the inspector.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { type ServiceDefinition } from "
|
|
1
|
+
import { type ServiceDefinition } from "@babylonjs/shared-ui-components/modularTool/modularity/serviceDefinition.js";
|
|
2
2
|
import { type IPropertiesService } from "../services/panes/properties/propertiesService";
|
|
3
3
|
export declare const LegacyInspectableObjectPropertiesServiceDefinition: ServiceDefinition<[], [IPropertiesService]>;
|
|
@@ -29,6 +29,7 @@ export type TextureChannelsToDisplay = {
|
|
|
29
29
|
* @param faceOrLayer if the texture has multiple faces, the face index to use for the source. For 2D array textures, this is the layer index.
|
|
30
30
|
* @param channels a filter for which of the RGBA channels to return in the result
|
|
31
31
|
* @param lod if the texture has multiple LODs, the lod index to use for the source
|
|
32
|
+
* @param slice if the texture is 3D, the depth slice index to use for the source
|
|
32
33
|
* @returns the 8-bit texture data
|
|
33
34
|
*/
|
|
34
|
-
export declare function ApplyChannelsToTextureDataAsync(texture: BaseTexture, width: number, height: number, faceOrLayer: number, channels: TextureChannelsToDisplay, lod?: number): Promise<Uint8Array>;
|
|
35
|
+
export declare function ApplyChannelsToTextureDataAsync(texture: BaseTexture, width: number, height: number, faceOrLayer: number, channels: TextureChannelsToDisplay, lod?: number, slice?: number): Promise<Uint8Array>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
2
|
-
import { P as Popover, a as useToast, b as useInterceptObservable, B as Button, c as LinkToEntity, T as TextInputPropertyLine, d as SpinButtonPropertyLine, C as CheckboxPropertyLine, V as Vector3PropertyLine, e as useProperty, M as MessageBar, S as ShellServiceIdentity, f as SceneContextIdentity, g as SelectionServiceIdentity, h as useObservableState, A as Accordion, i as AccordionSection } from './index-
|
|
2
|
+
import { P as Popover, a as useToast, b as useInterceptObservable, B as Button, c as LinkToEntity, T as TextInputPropertyLine, d as SpinButtonPropertyLine, C as CheckboxPropertyLine, V as Vector3PropertyLine, e as useProperty, M as MessageBar, S as ShellServiceIdentity, f as SceneContextIdentity, g as SelectionServiceIdentity, h as useObservableState, A as Accordion, i as AccordionSection } from './index-DmfAhsIm.js';
|
|
3
3
|
import { SettingsRegular, CollectionsAdd20Regular } from '@fluentui/react-icons';
|
|
4
4
|
import '@babylonjs/core/Particles/webgl2ParticleSystem.js';
|
|
5
5
|
import '@babylonjs/core/Rendering/prePassRendererSceneComponent.js';
|
|
@@ -772,4 +772,4 @@ var quickCreateToolsService = {
|
|
|
772
772
|
};
|
|
773
773
|
|
|
774
774
|
export { CreateToolsServiceDefinition, quickCreateToolsService as default };
|
|
775
|
-
//# sourceMappingURL=quickCreateToolsService-
|
|
775
|
+
//# sourceMappingURL=quickCreateToolsService-C38aK2nP.js.map
|