@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.
Files changed (126) hide show
  1. package/lib/components/debug/debugPane.d.ts +1 -1
  2. package/lib/components/properties/propertiesPane.d.ts +1 -1
  3. package/lib/components/properties/textures/texturePreview.d.ts +38 -0
  4. package/lib/components/scene/sceneExplorer.d.ts +5 -0
  5. package/lib/components/stats/statsPane.d.ts +1 -1
  6. package/lib/components/tools/toolsPane.d.ts +1 -1
  7. package/lib/extensibility/defaultInspectorExtensionFeed.d.ts +1 -1
  8. package/lib/extensions/quickCreate/quickCreateToolsService.d.ts +2 -2
  9. package/lib/{extensionsListService-eRZtqcfj.js → extensionsListService-CBQwBhYh.js} +2 -2
  10. package/lib/extensionsListService-CBQwBhYh.js.map +1 -0
  11. package/lib/hooks/settingsHooks.d.ts +0 -8
  12. package/lib/{index-FWuITINA.js → index-DmfAhsIm.js} +296 -146
  13. package/lib/index-DmfAhsIm.js.map +1 -0
  14. package/lib/index.d.ts +25 -21
  15. package/lib/index.js +1 -1
  16. package/lib/inspectable.d.ts +1 -1
  17. package/lib/inspector.d.ts +1 -1
  18. package/lib/legacy/inspectableCustomPropertiesService.d.ts +1 -1
  19. package/lib/misc/textureTools.d.ts +2 -1
  20. package/lib/{quickCreateToolsService-MzZbVrvr.js → quickCreateToolsService-C38aK2nP.js} +2 -2
  21. package/lib/{quickCreateToolsService-MzZbVrvr.js.map → quickCreateToolsService-C38aK2nP.js.map} +1 -1
  22. package/lib/{reflectorService-DdPEZLjO.js → reflectorService-Bs9E2OMh.js} +2 -2
  23. package/lib/reflectorService-Bs9E2OMh.js.map +1 -0
  24. package/lib/services/cli/cliConnectionStatus.d.ts +1 -1
  25. package/lib/services/cli/entityQueryService.d.ts +1 -1
  26. package/lib/services/cli/inspectableBridgeService.d.ts +1 -1
  27. package/lib/services/cli/inspectableCommandRegistry.d.ts +1 -1
  28. package/lib/services/cli/perfTraceCommandService.d.ts +1 -1
  29. package/lib/services/cli/screenshotCommandService.d.ts +1 -1
  30. package/lib/services/cli/shaderCommandService.d.ts +1 -1
  31. package/lib/services/cli/statsCommandService.d.ts +1 -1
  32. package/lib/services/cliConnectionStatusService.d.ts +2 -2
  33. package/lib/services/gizmoService.d.ts +1 -1
  34. package/lib/services/gizmoToolbarService.d.ts +2 -2
  35. package/lib/services/globalSettings.d.ts +2 -3
  36. package/lib/services/highlightService.d.ts +3 -3
  37. package/lib/services/inspectorSettingsService.d.ts +3 -0
  38. package/lib/services/miniStatsService.d.ts +2 -2
  39. package/lib/services/panes/debugService.d.ts +3 -3
  40. package/lib/services/panes/properties/animationGroupPropertiesService.d.ts +1 -1
  41. package/lib/services/panes/properties/animationPropertiesService.d.ts +1 -1
  42. package/lib/services/panes/properties/atmospherePropertiesService.d.ts +1 -1
  43. package/lib/services/panes/properties/audioPropertiesService.d.ts +1 -1
  44. package/lib/services/panes/properties/cameraPropertiesService.d.ts +1 -1
  45. package/lib/services/panes/properties/commonPropertiesService.d.ts +1 -1
  46. package/lib/services/panes/properties/effectLayerPropertiesService.d.ts +1 -1
  47. package/lib/services/panes/properties/frameGraphPropertiesService.d.ts +1 -1
  48. package/lib/services/panes/properties/lightPropertiesServices.d.ts +1 -1
  49. package/lib/services/panes/properties/materialPropertiesService.d.ts +1 -1
  50. package/lib/services/panes/properties/metadataPropertiesService.d.ts +1 -1
  51. package/lib/services/panes/properties/nodePropertiesService.d.ts +1 -1
  52. package/lib/services/panes/properties/particleSystemPropertiesService.d.ts +1 -1
  53. package/lib/services/panes/properties/physicsPropertiesService.d.ts +1 -1
  54. package/lib/services/panes/properties/postProcessPropertiesService.d.ts +1 -1
  55. package/lib/services/panes/properties/propertiesService.d.ts +3 -3
  56. package/lib/services/panes/properties/renderingPipelinePropertiesService.d.ts +1 -1
  57. package/lib/services/panes/properties/scenePropertiesService.d.ts +1 -1
  58. package/lib/services/panes/properties/skeletonPropertiesService.d.ts +1 -1
  59. package/lib/services/panes/properties/spritePropertiesService.d.ts +1 -1
  60. package/lib/services/panes/properties/texturePropertiesService.d.ts +1 -1
  61. package/lib/services/panes/properties/transformPropertiesService.d.ts +1 -1
  62. package/lib/services/panes/scene/animationGroupExplorerService.d.ts +1 -1
  63. package/lib/services/panes/scene/atmosphereExplorerService.d.ts +1 -1
  64. package/lib/services/panes/scene/disposableCommandService.d.ts +1 -1
  65. package/lib/services/panes/scene/effectLayersExplorerService.d.ts +1 -1
  66. package/lib/services/panes/scene/frameGraphExplorerService.d.ts +1 -1
  67. package/lib/services/panes/scene/guiExplorerService.d.ts +1 -1
  68. package/lib/services/panes/scene/materialExplorerService.d.ts +1 -1
  69. package/lib/services/panes/scene/nodeExplorerService.d.ts +1 -1
  70. package/lib/services/panes/scene/particleSystemExplorerService.d.ts +1 -1
  71. package/lib/services/panes/scene/postProcessExplorerService.d.ts +1 -1
  72. package/lib/services/panes/scene/renderingPipelinesExplorerService.d.ts +1 -1
  73. package/lib/services/panes/scene/sceneExplorerService.d.ts +2 -2
  74. package/lib/services/panes/scene/skeletonExplorerService.d.ts +1 -1
  75. package/lib/services/panes/scene/soundExplorerService.d.ts +1 -1
  76. package/lib/services/panes/scene/spriteManagerExplorerService.d.ts +1 -1
  77. package/lib/services/panes/scene/texturesExplorerService.d.ts +1 -1
  78. package/lib/services/panes/statsService.d.ts +3 -3
  79. package/lib/services/panes/tools/captureService.d.ts +1 -1
  80. package/lib/services/panes/tools/exportService.d.ts +1 -1
  81. package/lib/services/panes/tools/import/gltfAnimationImportService.d.ts +1 -1
  82. package/lib/services/panes/tools/import/gltfLoaderOptionsService.d.ts +1 -1
  83. package/lib/services/panes/tools/import/gltfValidationService.d.ts +1 -1
  84. package/lib/services/panes/tools/reflectorService.d.ts +1 -1
  85. package/lib/services/panes/toolsService.d.ts +3 -3
  86. package/lib/services/pickingService.d.ts +3 -3
  87. package/lib/services/sceneContext.d.ts +1 -1
  88. package/lib/services/selectionService.d.ts +4 -4
  89. package/lib/services/textureEditor/textureEditorService.d.ts +1 -1
  90. package/lib/services/userFeedbackService.d.ts +2 -2
  91. package/lib/services/watcherService.d.ts +5 -5
  92. package/package.json +1 -1
  93. package/lib/components/errorBoundary.d.ts +0 -31
  94. package/lib/components/extensibleAccordion.d.ts +0 -67
  95. package/lib/components/pane.d.ts +0 -4
  96. package/lib/components/teachingMoment.d.ts +0 -20
  97. package/lib/components/theme.d.ts +0 -10
  98. package/lib/components/uxContextProvider.d.ts +0 -2
  99. package/lib/contexts/extensionManagerContext.d.ts +0 -6
  100. package/lib/contexts/settingsContext.d.ts +0 -3
  101. package/lib/extensibility/builtInsExtensionFeed.d.ts +0 -21
  102. package/lib/extensibility/extensionFeed.d.ts +0 -113
  103. package/lib/extensibility/extensionManager.d.ts +0 -111
  104. package/lib/extensionsListService-eRZtqcfj.js.map +0 -1
  105. package/lib/hooks/observableHooks.d.ts +0 -35
  106. package/lib/hooks/resourceHooks.d.ts +0 -20
  107. package/lib/hooks/teachingMomentHooks.d.ts +0 -34
  108. package/lib/hooks/themeHooks.d.ts +0 -17
  109. package/lib/hooks/useResizeHandle.d.ts +0 -35
  110. package/lib/index-FWuITINA.js.map +0 -1
  111. package/lib/misc/assert.d.ts +0 -5
  112. package/lib/misc/graphUtils.d.ts +0 -44
  113. package/lib/misc/observableCollection.d.ts +0 -23
  114. package/lib/modularTool.d.ts +0 -42
  115. package/lib/modularity/serviceContainer.d.ts +0 -64
  116. package/lib/modularity/serviceDefinition.d.ts +0 -64
  117. package/lib/reflectorService-DdPEZLjO.js.map +0 -1
  118. package/lib/services/extensionsListService.d.ts +0 -3
  119. package/lib/services/panes/settingsService.d.ts +0 -25
  120. package/lib/services/reactContextService.d.ts +0 -18
  121. package/lib/services/settingsStore.d.ts +0 -55
  122. package/lib/services/shellService.d.ts +0 -256
  123. package/lib/services/shellSettingsService.d.ts +0 -3
  124. package/lib/services/themeSelectorService.d.ts +0 -3
  125. package/lib/services/themeService.d.ts +0 -60
  126. 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 "./components/errorBoundary";
5
- export * from "./components/extensibleAccordion";
6
- export { SidePaneContainer } from "./components/pane";
7
- export * from "./components/theme";
8
- export * from "./components/teachingMoment";
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 "./extensibility/extensionFeed";
11
- export * from "./extensibility/builtInsExtensionFeed";
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 "./hooks/observableHooks";
14
+ export * from "@babylonjs/shared-ui-components/modularTool/hooks/observableHooks.js";
15
15
  export * from "./hooks/pollingHooks";
16
- export * from "./hooks/resourceHooks";
16
+ export * from "@babylonjs/shared-ui-components/modularTool/hooks/resourceHooks.js";
17
17
  export * from "./hooks/settingsHooks";
18
- export * from "./hooks/teachingMomentHooks";
19
- export * from "./hooks/themeHooks";
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 "./misc/observableCollection";
23
- export * from "./modularity/serviceDefinition";
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 "./services/panes/settingsService";
31
- export { SettingsServiceIdentity } from "./services/panes/settingsService";
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 "./services/themeService";
37
- export { ThemeServiceIdentity } from "./services/themeService";
38
- export type { ISettingsStore, SettingDescriptor } from "./services/settingsStore";
39
- export { SettingsStoreIdentity } from "./services/settingsStore";
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 type { IShellService, ToolbarItemDefinition, SidePaneDefinition, CentralContentDefinition } from "./services/shellService";
47
- export { ShellServiceIdentity } from "./services/shellService";
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 MakePopoverTeachingMoment, ag as MakePropertyHook, ah as MakeTeachingMoment, ai as MaterialSelector, M as MessageBar, aj as NodeSelector, ak as NumberDropdown, al as NumberDropdownPropertyLine, N as NumberInputPropertyLine, am as ObservableCollection, an as Pane, ao as PlaceholderPropertyLine, P as Popover, ap as PositionedPopover, aq as PropertiesServiceIdentity, ar as Property, as as PropertyContext, at as PropertyLine, au as QuaternionPropertyLine, av as RotationVectorPropertyLine, f as SceneContextIdentity, aw as SceneExplorerServiceIdentity, ax as SearchBar, ay as SearchBox, az as SelectionServiceDefinition, g as SelectionServiceIdentity, aA as SettingsServiceIdentity, aB as SettingsStoreIdentity, S as ShellServiceIdentity, aC as ShowInspector, aD as SidePaneContainer, aE as SkeletonSelector, aF as Slider, aG as SpinButton, d as SpinButtonPropertyLine, aH as StartInspectable, aI as StatsServiceIdentity, aJ as StringDropdown, aK as StringDropdownPropertyLine, aL as StringifiedPropertyLine, aM as Switch, aN as SwitchPropertyLine, aO as SyncedSliderInput, aP as SyncedSliderPropertyLine, aQ as TeachingMoment, aR as TextAreaPropertyLine, aS as TextInput, T as TextInputPropertyLine, aT as TextPropertyLine, aU as Textarea, aV as TextureSelector, aW as TextureUpload, aX as Theme, aY as ThemeServiceIdentity, aZ as ToastProvider, a_ as ToggleButton, k as ToolsServiceIdentity, a$ as Tooltip, b0 as UploadButton, b1 as Vector2PropertyLine, V as Vector3PropertyLine, b2 as Vector4PropertyLine, b3 as WatcherServiceIdentity, b4 as useAngleConverters, b5 as useAsyncResource, b6 as useColor3Property, b7 as useColor4Property, b8 as useEventListener, b9 as useEventfulState, b as useInterceptObservable, ba as useKeyListener, bb as useKeyState, bc as useObservableCollection, h as useObservableState, bd as useOrderedObservableCollection, be as usePollingObservable, e as useProperty, bf as usePropertyChangedNotifier, bg as useQuaternionProperty, bh as useResource, bi as useSetting, bj as useTheme, bk as useThemeMode, a as useToast, bl as useVector3Property } from './index-FWuITINA.js';
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';
@@ -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 "./modularity/serviceContainer";
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
  */
@@ -1,5 +1,5 @@
1
1
  import { type IDisposable, type IReadonlyObservable, type Scene } from "@babylonjs/core/index.js";
2
- import { type ModularToolOptions } from "./modularTool";
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 "../modularity/serviceDefinition";
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-FWuITINA.js';
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-MzZbVrvr.js.map
775
+ //# sourceMappingURL=quickCreateToolsService-C38aK2nP.js.map