@luxonis/visualizer-protobuf 3.1.0-rc.1 → 3.1.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 (62) hide show
  1. package/dist/{depth-BJ1GI-lD.js → depth-DlC6A3Te.js} +65 -1
  2. package/dist/{deserialization.worker-CpadaVUC.js → deserialization.worker-iLQYf6dz.js} +229 -157
  3. package/dist/{index-9DOB2BHe.js → index-BFHnSq_D.js} +2 -2
  4. package/dist/{index-CnzSRv2D.js → index-BGnPWAxp.js} +2 -2
  5. package/dist/{index-U_mYoOEZ.js → index-BN1XXU26.js} +2 -2
  6. package/dist/{index-CtyBNZU_.js → index-BsCcQbSo.js} +2 -2
  7. package/dist/{index-D_iaubuR.js → index-BwszuQxy.js} +2 -2
  8. package/dist/{index-COdpp0bH.js → index-CUGaisTR.js} +27 -25
  9. package/dist/{index-BcPicNrO.js → index-CYRDaPyN.js} +2 -2
  10. package/dist/{index-C6roEbmS.js → index-CekJcKgK.js} +2 -2
  11. package/dist/{index-BdP75fhG.js → index-CrP2kJym.js} +2 -2
  12. package/dist/{index-1-odW3tv.js → index-D5H3iCVT.js} +2 -2
  13. package/dist/{index-ocXqedtr.js → index-DBwLkKPx.js} +69 -36
  14. package/dist/{index-C9uoBMgf.js → index-DG1nCi2m.js} +2 -2
  15. package/dist/{index-Bq5PYbZg.js → index-DoxJYKhI.js} +2 -2
  16. package/dist/{index-CbT-68hE.js → index-DsJRU5mK.js} +2 -2
  17. package/dist/{index-CBUrwa3S.js → index-DslURtpP.js} +2 -2
  18. package/dist/{index-CizBebSF.js → index-VjMojhAJ.js} +3 -3
  19. package/dist/{index-BLbSGHGo.js → index-Zjw0dbGD.js} +2 -2
  20. package/dist/{index-CltgUTHj.js → index-mkLEh24H.js} +2 -2
  21. package/dist/{index-D7STQcHO.js → index-tLfWrXcg.js} +2 -2
  22. package/dist/{index-BjEDDy0Z.js → index-xU2jSCtf.js} +2 -2
  23. package/dist/index.js +2 -2
  24. package/dist/{javascript-CbsLxQzd.js → javascript-DY_wLWwP.js} +1 -1
  25. package/dist/lib/src/components/Panel.d.ts.map +1 -1
  26. package/dist/lib/src/components/Panel.js +3 -1
  27. package/dist/lib/src/components/Panel.js.map +1 -1
  28. package/dist/lib/src/connection/connection.d.ts.map +1 -1
  29. package/dist/lib/src/connection/connection.js +7 -1
  30. package/dist/lib/src/connection/connection.js.map +1 -1
  31. package/dist/lib/src/connection/foxglove-connection.d.ts +6 -0
  32. package/dist/lib/src/connection/foxglove-connection.d.ts.map +1 -1
  33. package/dist/lib/src/connection/foxglove-connection.js +24 -3
  34. package/dist/lib/src/connection/foxglove-connection.js.map +1 -1
  35. package/dist/lib/src/context/VisualizerContext.d.ts +2 -0
  36. package/dist/lib/src/context/VisualizerContext.d.ts.map +1 -1
  37. package/dist/lib/src/context/VisualizerContext.js +7 -0
  38. package/dist/lib/src/context/VisualizerContext.js.map +1 -1
  39. package/dist/lib/src/messaging/deserialization/video/h264.d.ts +2 -1
  40. package/dist/lib/src/messaging/deserialization/video/h264.d.ts.map +1 -1
  41. package/dist/lib/src/messaging/deserialization/video/h264.js +142 -97
  42. package/dist/lib/src/messaging/deserialization/video/h264.js.map +1 -1
  43. package/dist/lib/src/messaging/deserialization/video/h265.d.ts +2 -1
  44. package/dist/lib/src/messaging/deserialization/video/h265.d.ts.map +1 -1
  45. package/dist/lib/src/messaging/deserialization/video/h265.js +57 -16
  46. package/dist/lib/src/messaging/deserialization/video/h265.js.map +1 -1
  47. package/dist/lib/src/messaging/deserialization.worker.d.ts +3 -1
  48. package/dist/lib/src/messaging/deserialization.worker.d.ts.map +1 -1
  49. package/dist/lib/src/messaging/deserialization.worker.js +28 -12
  50. package/dist/lib/src/messaging/deserialization.worker.js.map +1 -1
  51. package/dist/lib/src/utils/error.d.ts +17 -4
  52. package/dist/lib/src/utils/error.d.ts.map +1 -1
  53. package/dist/lib/src/utils/error.js +59 -6
  54. package/dist/lib/src/utils/error.js.map +1 -1
  55. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/ImageMode/ImageMode.d.ts.map +1 -1
  56. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/ImageMode/ImageMode.js +0 -3
  57. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/ImageMode/ImageMode.js.map +1 -1
  58. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/ImageMode/annotations/ImageAnnotations.d.ts.map +1 -1
  59. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/ImageMode/annotations/ImageAnnotations.js +16 -12
  60. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/ImageMode/annotations/ImageAnnotations.js.map +1 -1
  61. package/dist/{pug-iw1NM5Dn.js → pug-COlPLJkL.js} +1 -1
  62. package/package.json +2 -2
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { Y as ExternalTokenizer, a6 as ContextTracker, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, T as foldNodeProp, a5 as foldInside, Q as indentNodeProp, R as continuedIndent, ae as defineCSSCompletionSource, X as LanguageSupport } from './index-ocXqedtr.js';
2
+ import { Y as ExternalTokenizer, a6 as ContextTracker, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, T as foldNodeProp, a5 as foldInside, Q as indentNodeProp, R as continuedIndent, ae as defineCSSCompletionSource, X as LanguageSupport } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';
@@ -2,9 +2,9 @@
2
2
  import * as React from 'react';
3
3
  import React__default, { useReducer, useRef, useCallback, useLayoutEffect, Component, useContext, useState, useEffect, createContext, forwardRef, useMemo, Profiler, createElement, cloneElement, memo, StrictMode } from 'react';
4
4
  import { createRoot } from 'react-dom/client';
5
- import { W as isSymbol, X as toString, Y as keys, Z as getSymbols$1, _ as stubArray, $ as arrayPush, a0 as baseGetAllKeys, g as getTag, a1 as getAllKeys, k as baseGet, c as baseIteratee, j as castPath, t as toKey, a2 as arrayMap$1, a3 as useCurrentLayoutActions, a4 as useCurrentLayoutSelector, r as reportError, A as AppError, a5 as usePanelMosaicId, a6 as noop$4, L as Logger, a7 as useSelectedPanels, o as getPanelTypeFromId, M as useShallowMemo, T as TAB_PANEL_TYPE, J as filterMap, d as dist$2, a8 as useAppConfiguration, a9 as useJsonTreeTheme } from './depth-BJ1GI-lD.js';
5
+ import { a0 as isSymbol, a1 as toString, a2 as keys, a3 as getSymbols$1, a4 as stubArray, a5 as arrayPush, a6 as baseGetAllKeys, h as getTag, a7 as getAllKeys, l as baseGet, f as baseIteratee, k as castPath, t as toKey, a8 as arrayMap$1, a9 as useCurrentLayoutActions, aa as useCurrentLayoutSelector, r as reportError, A as AppError, ab as usePanelMosaicId, ac as noop$4, L as Logger, ad as useSelectedPanels, p as getPanelTypeFromId, N as useShallowMemo, T as TAB_PANEL_TYPE, K as filterMap, d as dist$2, ae as useAppConfiguration, af as useJsonTreeTheme } from './depth-DlC6A3Te.js';
6
6
  import { createStore, useStore } from 'zustand';
7
- import { g as generateUtilityClass, c as createAggregator, f as flatRest, b as baseSet, A as AnalyticsContext, m as murmur2, P as PropTypes, _ as _objectWithoutPropertiesLoose$1, E as ErrorDisplay, S as Stack$1, a as makeStyles$1, u as useTranslation, d as usePanelCatalog, e as EmptyState, i as isEmpty, h as PanelContext, j as PanelCatalogContext, k as usePanelStateStore, l as difference, n as usePanelContext, o as useMessagePipeline, v as v4, p as useDefaultPanelTitle, q as useHoverValue, r as useSetHoverValue, s as useClearHoverValue, t as useMessagePipelineGetter, w as usePanelSettingsTreeUpdate, x as PlayerCapabilities, y as assertNever, z as PlayerPresence, B as isEqual, C as AppEvent, D as isDesktopApp, F as createTheme, G as propTypesExports, H as DEFAULT_CAMERA_STATE$1, I as format$1, J as stringType, K as serializeError, L as stringify$1, M as createIntl, N as createIntlCache, O as useAnalytics } from './index-ocXqedtr.js';
7
+ import { g as generateUtilityClass, c as createAggregator, f as flatRest, b as baseSet, A as AnalyticsContext, m as murmur2, P as PropTypes, _ as _objectWithoutPropertiesLoose$1, E as ErrorDisplay, S as Stack$1, a as makeStyles$1, u as useTranslation, d as usePanelCatalog, e as EmptyState, i as isEmpty, h as PanelContext, j as PanelCatalogContext, k as usePanelStateStore, l as difference, n as usePanelContext, o as useMessagePipeline, v as v4, p as useDefaultPanelTitle, q as useHoverValue, r as useSetHoverValue, s as useClearHoverValue, t as useMessagePipelineGetter, w as usePanelSettingsTreeUpdate, x as PlayerCapabilities, y as assertNever, z as PlayerPresence, B as isEqual, C as AppEvent, D as isDesktopApp, F as createTheme, G as propTypesExports, H as DEFAULT_CAMERA_STATE$1, I as format$1, J as stringType, K as serializeError, L as stringify$1, M as createIntl, N as createIntlCache, O as useAnalytics } from './index-DBwLkKPx.js';
8
8
  import { _ as _classPrivateFieldLooseBase, a as _classPrivateFieldLooseKey, d as _objectWithoutProperties, e as _extends$1, f as commonjsGlobal, g as getDefaultExportFromCjs, b as _objectSpread2, i as getAugmentedNamespace, j as _asyncIterator } from './protobuf-Be0G3NFz.js';
9
9
  import { MosaicDragType, MosaicContext, MosaicWindowContext, getOtherBranch, getNodeAtPath } from 'react-mosaic-component';
10
10
  import { Link, Button, alpha, IconButton, Card, CardActionArea, CardMedia, CardContent, Typography, Container, Tooltip, Fade, ListItem, ListItemButton, ListItemText, List, TextField, InputAdornment, Popper, Grow, Paper, ClickAwayListener, Menu, MenuItem, Divider, buttonClasses, Backdrop, Chip, useTheme, inputBaseClasses, autocompleteClasses, inputClasses, Checkbox, dialogActionsClasses, filledInputClasses, inputAdornmentClasses, listSubheaderClasses, selectClasses, tableCellClasses, ThemeProvider as ThemeProvider$1, tabsClasses as tabsClasses$1, tabClasses, Tabs, Tab, ListItemIcon } from '@mui/material';
@@ -32635,19 +32635,27 @@ class ImageAnnotations extends Object3D {
32635
32635
  Object.defineProperty(this, _updateFromMessageState$1, {
32636
32636
  writable: true,
32637
32637
  value: newState => {
32638
- // FIXME: Remove only old annotations
32639
- // This is introduced because old annotations
32640
- // keep rendering when sync mode is on
32641
- this.removeAllRenderables();
32642
- if (newState.annotationsByTopic != undefined) {
32643
- for (const {
32644
- originalMessage,
32645
- annotations
32646
- } of newState.annotationsByTopic.values()) {
32647
- _classPrivateFieldLooseBase(this, _handleMessage)[_handleMessage](originalMessage, annotations);
32648
-
32649
- // Hide any remaining errors for annotations we are able to render
32650
- _classPrivateFieldLooseBase(this, _context$1)[_context$1].removeSettingsError(["imageAnnotations", originalMessage.topic], MISSING_SYNCHRONIZED_ANNOTATION);
32638
+ var _newState$annotations, _newState$missingAnno;
32639
+ const annotationsByTopic = (_newState$annotations = newState.annotationsByTopic) !== null && _newState$annotations !== void 0 ? _newState$annotations : new Map();
32640
+ const nextTopics = new Set();
32641
+ const missingTopics = new Set((_newState$missingAnno = newState.missingAnnotationTopics) !== null && _newState$missingAnno !== void 0 ? _newState$missingAnno : []);
32642
+ for (const [topic, {
32643
+ originalMessage,
32644
+ annotations
32645
+ }] of annotationsByTopic.entries()) {
32646
+ nextTopics.add(topic);
32647
+ _classPrivateFieldLooseBase(this, _handleMessage)[_handleMessage](originalMessage, annotations);
32648
+ const renderable = _classPrivateFieldLooseBase(this, _renderablesByTopic)[_renderablesByTopic].get(topic);
32649
+ if (renderable) {
32650
+ renderable.visible = true;
32651
+ }
32652
+
32653
+ // Hide any remaining errors for annotations we are able to render
32654
+ _classPrivateFieldLooseBase(this, _context$1)[_context$1].removeSettingsError(["imageAnnotations", originalMessage.topic], MISSING_SYNCHRONIZED_ANNOTATION);
32655
+ }
32656
+ for (const [topic, renderable] of _classPrivateFieldLooseBase(this, _renderablesByTopic)[_renderablesByTopic].entries()) {
32657
+ if (!nextTopics.has(topic) || missingTopics.has(topic)) {
32658
+ renderable.visible = false;
32651
32659
  }
32652
32660
  }
32653
32661
  for (const topic of (_newState$presentAnno = newState.presentAnnotationTopics) !== null && _newState$presentAnno !== void 0 ? _newState$presentAnno : []) {
@@ -32655,13 +32663,10 @@ class ImageAnnotations extends Object3D {
32655
32663
  // Even if a full synchronized set is not found, hide errors for annotations that were present
32656
32664
  _classPrivateFieldLooseBase(this, _context$1)[_context$1].removeSettingsError(["imageAnnotations", topic], MISSING_SYNCHRONIZED_ANNOTATION);
32657
32665
  }
32658
- for (const topic of (_newState$missingAnno = newState.missingAnnotationTopics) !== null && _newState$missingAnno !== void 0 ? _newState$missingAnno : []) {
32659
- var _newState$missingAnno;
32666
+ for (const topic of (_newState$missingAnno2 = newState.missingAnnotationTopics) !== null && _newState$missingAnno2 !== void 0 ? _newState$missingAnno2 : []) {
32667
+ var _newState$missingAnno2;
32660
32668
  _classPrivateFieldLooseBase(this, _context$1)[_context$1].addSettingsError(["imageAnnotations", topic], MISSING_SYNCHRONIZED_ANNOTATION, "Waiting for annotation message with timestamp matching image. Turn off “Sync annotations” to display annotations regardless of timestamp.");
32661
32669
  }
32662
- if (newState.missingAnnotationTopics) {
32663
- this.removeAllRenderables();
32664
- }
32665
32670
  }
32666
32671
  });
32667
32672
  _classPrivateFieldLooseBase(this, _context$1)[_context$1] = context;
@@ -34221,9 +34226,6 @@ class ImageMode extends SceneExtension {
34221
34226
  writable: true,
34222
34227
  value: (newState, oldState) => {
34223
34228
  var _oldState$image;
34224
- if (newState.missingAnnotationTopics) {
34225
- _classPrivateFieldLooseBase(this, _removeImageRenderable)[_removeImageRenderable]();
34226
- }
34227
34229
  if (newState.image != undefined && newState.image.message !== (oldState === null || oldState === void 0 || (_oldState$image = oldState.image) === null || _oldState$image === void 0 ? void 0 : _oldState$image.message)) {
34228
34230
  _classPrivateFieldLooseBase(this, _handleImageChange)[_handleImageChange](newState.image, newState.image.message);
34229
34231
  }
@@ -61858,7 +61860,7 @@ var getCollectionEntries = {};
61858
61860
 
61859
61861
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
61860
61862
 
61861
- function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike ) { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
61863
+ function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike) { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
61862
61864
 
61863
61865
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
61864
61866
 
@@ -62509,7 +62511,7 @@ function requireJSONIterableNode () {
62509
62511
 
62510
62512
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
62511
62513
 
62512
- function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike ) { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
62514
+ function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike) { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
62513
62515
 
62514
62516
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
62515
62517
 
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { Y as ExternalTokenizer, a6 as ContextTracker, U as styleTags, V as tags, Z as LRParser, a1 as syntaxTree, $ as ifNotIn, W as LRLanguage, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport, a8 as IterMode, a0 as completeFromList, a9 as NodeWeakMap, a7 as snippetCompletion } from './index-ocXqedtr.js';
2
+ import { Y as ExternalTokenizer, a6 as ContextTracker, U as styleTags, V as tags, Z as LRParser, a1 as syntaxTree, $ as ifNotIn, W as LRLanguage, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport, a8 as IterMode, a0 as completeFromList, a9 as NodeWeakMap, a7 as snippetCompletion } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { aa as EditorView, ab as EditorSelection, W as LRLanguage, U as styleTags, V as tags, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, X as LanguageSupport, Z as LRParser, a1 as syntaxTree, ac as html, ad as parseMixed, Y as ExternalTokenizer } from './index-ocXqedtr.js';
2
+ import { aa as EditorView, ab as EditorSelection, W as LRLanguage, U as styleTags, V as tags, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, X as LanguageSupport, Z as LRParser, a1 as syntaxTree, ac as html, ad as parseMixed, Y as ExternalTokenizer } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { U as styleTags, V as tags, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, a5 as foldInside, ae as defineCSSCompletionSource, X as LanguageSupport, Z as LRParser, Y as ExternalTokenizer } from './index-ocXqedtr.js';
2
+ import { U as styleTags, V as tags, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, a5 as foldInside, ae as defineCSSCompletionSource, X as LanguageSupport, Z as LRParser, Y as ExternalTokenizer } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { U as styleTags, V as tags, ag as javascriptLanguage, W as LRLanguage, X as LanguageSupport, Z as LRParser, ac as html, ad as parseMixed, Y as ExternalTokenizer } from './index-ocXqedtr.js';
2
+ import { U as styleTags, V as tags, ag as javascriptLanguage, W as LRLanguage, X as LanguageSupport, Z as LRParser, ac as html, ad as parseMixed, Y as ExternalTokenizer } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
  import { _ as _classPrivateFieldLooseBase, a as _classPrivateFieldLooseKey, b as _objectSpread2, p as protobufsBySchema, c as protobufSchemaNameToType, g as getDefaultExportFromCjs, d as _objectWithoutProperties$2, e as _extends$2, f as commonjsGlobal } from './protobuf-Be0G3NFz.js';
3
3
  import { L as Logger } from './logger-Bqy1nuLj.js';
4
- import { d as dist$1, e as estimateObjectSize, r as reportError, A as AppError, b as baseFlatten, a as baseEach, c as baseIteratee, f as baseDifference, g as getTag, h as baseKeys, i as baseIsEqual, j as castPath, t as toKey, k as baseGet, l as hasIn, s as sendNotification, m as shallowequal, u as useGuaranteedContext, n as getPanelIdsInsideTabPanels, o as getPanelTypeFromId, T as TAB_PANEL_TYPE, p as removePanelFromTabPanel, q as getPanelIdForType, v as getPathFromNode, w as updateTabPanelLayout, x as getSaveConfigsPayloadForAddedPanel, y as replaceAndRemovePanels, z as inlineTabPanelLayouts, B as getAllPanelIds, D as DEFAULT_TAB_PANEL_CONFIG, C as getConfigsForNestedPanelsInsideTab, E as reorderTabWithinTabPanel, F as moveTabBetweenTabPanels, G as isTabPanelConfig, H as addPanelToTab, I as createAddUpdates, J as filterMap, L as Logger$1, K as uniq$2, M as useShallowMemo, N as CurrentLayoutContext, O as MessageOrderTracker, P as AppConfigurationContext } from './depth-BJ1GI-lD.js';
4
+ import { d as dist$1, e as estimateObjectSize, c as createDecodingError, r as reportError, A as AppError, b as baseFlatten, a as baseEach, f as baseIteratee, g as baseDifference, h as getTag, i as baseKeys, j as baseIsEqual, k as castPath, t as toKey, l as baseGet, m as hasIn, s as sendNotification, n as shallowequal, u as useGuaranteedContext, o as getPanelIdsInsideTabPanels, p as getPanelTypeFromId, T as TAB_PANEL_TYPE, q as removePanelFromTabPanel, v as getPanelIdForType, w as getPathFromNode, x as updateTabPanelLayout, y as getSaveConfigsPayloadForAddedPanel, z as replaceAndRemovePanels, B as inlineTabPanelLayouts, C as getAllPanelIds, D as DEFAULT_TAB_PANEL_CONFIG, E as getConfigsForNestedPanelsInsideTab, F as reorderTabWithinTabPanel, G as moveTabBetweenTabPanels, H as isTabPanelConfig, I as addPanelToTab, J as createAddUpdates, K as filterMap, L as Logger$1, M as uniq$2, N as useShallowMemo, O as CurrentLayoutContext, P as MessageOrderTracker, Q as AppConfigurationContext, R as DecodingError } from './depth-DlC6A3Te.js';
5
5
  import { w as wrap$3, r as releaseProxy, p as proxy } from './comlink-jf8bdrAf.js';
6
6
  import { u as uint8ArrayToUint16Array } from './utils-DmlHZWuo.js';
7
7
  import { B as BinaryOpcode } from './FoxgloveServer-B98MHUu6.js';
@@ -975,7 +975,7 @@ ConfigStore.instance = void 0;
975
975
 
976
976
  var _localStorage$getItem;
977
977
  function initWorker(callback) {
978
- const worker = new Worker(new URL("deserialization.worker-CpadaVUC.js", import.meta.url), {
978
+ const worker = new Worker(new URL("deserialization.worker-iLQYf6dz.js", import.meta.url), {
979
979
  type: "module",
980
980
  name: `message-decoder`
981
981
  });
@@ -1314,6 +1314,7 @@ class FoxgloveConnection {
1314
1314
  this.publishedTopics = new Map();
1315
1315
  this.subscribedTopics = new Map();
1316
1316
  this.unsupportedTopics = new Set();
1317
+ this.topicDecodingErrors = new Map();
1317
1318
  this.advertisedServices = new Map();
1318
1319
  this.problems = new ProblemManager();
1319
1320
  this.resolutions = new Map();
@@ -1357,7 +1358,16 @@ class FoxgloveConnection {
1357
1358
  this.emitState = debouncePromise(async function () {
1358
1359
  const messages = _this.messageEvents;
1359
1360
  _this.messageEvents = [];
1360
- if (!_this.listener || messages.length === 0) {
1361
+ const activeDecodingProblems = [..._this.topicDecodingErrors.values()].map(error => ({
1362
+ severity: "error",
1363
+ message: `Unable to decode topic "${error.topicName}"`,
1364
+ tip: error.message,
1365
+ error
1366
+ }));
1367
+ const transientProblems = _this.problems.getProblems();
1368
+ _this.problems.clearProblems();
1369
+ const problems = activeDecodingProblems.concat(transientProblems);
1370
+ if (!_this.listener || messages.length === 0 && problems.length === 0) {
1361
1371
  await Promise.resolve();
1362
1372
  return;
1363
1373
  }
@@ -1368,8 +1378,6 @@ class FoxgloveConnection {
1368
1378
  if (!_this.endTime || dist$1.isGreaterThan(currentTime, _this.endTime)) {
1369
1379
  _this.endTime = currentTime;
1370
1380
  }
1371
- const problems = _this.problems.getProblems();
1372
- _this.problems.clearProblems();
1373
1381
  for (const message of messages) {
1374
1382
  _this.topics[message.topic] = {
1375
1383
  name: message.topic,
@@ -1503,6 +1511,7 @@ class FoxgloveConnection {
1503
1511
  };
1504
1512
  }
1505
1513
  handleParsedMessage(event) {
1514
+ this.topicDecodingErrors.delete(event.topic);
1506
1515
  this.decodeMetrics.registerEvent(event.topic);
1507
1516
 
1508
1517
  // FIXME: This isn't pretty but PC frames are transformed inside submitPointcloudFrameCallback
@@ -1538,6 +1547,16 @@ class FoxgloveConnection {
1538
1547
  void this.handleParsePointcloudMessage(event);
1539
1548
  }
1540
1549
  }
1550
+ handleDeserializationError(errorCode, topic, errorData) {
1551
+ const nextError = createDecodingError(errorCode, topic, errorData === null || errorData === void 0 ? void 0 : errorData.message);
1552
+ const previousError = this.topicDecodingErrors.get(topic);
1553
+ if ((previousError === null || previousError === void 0 ? void 0 : previousError.code) === nextError.code && previousError.message === nextError.message) {
1554
+ return false;
1555
+ }
1556
+ this.topicDecodingErrors.set(topic, nextError);
1557
+ void this.emitState();
1558
+ return true;
1559
+ }
1541
1560
  isMessageTypeDominant(packetType, topic) {
1542
1561
  var _fpsPerPacketTypeList;
1543
1562
  const fpsPerPacketTypeList = [{
@@ -22584,8 +22603,14 @@ class VisualizerConnection extends FoxgloveConnection {
22584
22603
  // Clean up pointcloud worker pool
22585
22604
  this.depthToPointcloudWorkerPool.destroy();
22586
22605
  };
22606
+ const wrappedErrorCallback = (errorCode, topic, errorData) => {
22607
+ const shouldForwardError = this.handleDeserializationError(errorCode, topic, errorData);
22608
+ if (shouldForwardError) {
22609
+ errorCallback === null || errorCallback === void 0 || errorCallback(errorCode, topic, errorData);
22610
+ }
22611
+ };
22587
22612
  const messageListener = event => {
22588
- this.onMessagePacket.bind(this)(event, errorCallback);
22613
+ this.onMessagePacket.bind(this)(event, wrappedErrorCallback);
22589
22614
  };
22590
22615
  _classPrivateFieldLooseBase(this, _adapter)[_adapter].addEventListener("open", openListener);
22591
22616
  _classPrivateFieldLooseBase(this, _adapter)[_adapter].addEventListener("close", closeListener);
@@ -25416,7 +25441,7 @@ function toPrimitive(t, r) {
25416
25441
  if ("object" != _typeof(t) || !t) return t;
25417
25442
  var e = t[Symbol.toPrimitive];
25418
25443
  if (void 0 !== e) {
25419
- var i = e.call(t, r );
25444
+ var i = e.call(t, r);
25420
25445
  if ("object" != _typeof(i)) return i;
25421
25446
  throw new TypeError("@@toPrimitive must return a primitive value.");
25422
25447
  }
@@ -35001,6 +35026,13 @@ function concatProblems(origState, problems) {
35001
35026
  // License, v2.0. If a copy of the MPL was not distributed with this
35002
35027
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
35003
35028
 
35029
+ function useTopicDecodingError(topic) {
35030
+ return useMessagePipeline(ctx => {
35031
+ var _ctx$playerState$prob2, _problems$find;
35032
+ const problems = (_ctx$playerState$prob2 = ctx.playerState.problems) !== null && _ctx$playerState$prob2 !== void 0 ? _ctx$playerState$prob2 : [];
35033
+ return (_problems$find = problems.find(problem => problem.error instanceof DecodingError && problem.error.topicName === topic)) === null || _problems$find === void 0 ? void 0 : _problems$find.error;
35034
+ });
35035
+ }
35004
35036
  const VisualizerContext = /*#__PURE__*/React__default.memo(function VisualizerContext({
35005
35037
  children,
35006
35038
  connections
@@ -45593,11 +45625,11 @@ var handleScroll$1 = function (axis, endTarget, event, sourceDelta, noOverscroll
45593
45625
  (targetInLock && (endTarget.contains(target) || endTarget === target)));
45594
45626
  // handle epsilon around 0 (non standard zoom levels)
45595
45627
  if (isDeltaPositive &&
45596
- ((Math.abs(availableScroll) < 1) || (!noOverscroll ))) {
45628
+ ((Math.abs(availableScroll) < 1) || (!noOverscroll))) {
45597
45629
  shouldCancelScroll = true;
45598
45630
  }
45599
45631
  else if (!isDeltaPositive &&
45600
- ((Math.abs(availableScrollTop) < 1) || (!noOverscroll ))) {
45632
+ ((Math.abs(availableScrollTop) < 1) || (!noOverscroll))) {
45601
45633
  shouldCancelScroll = true;
45602
45634
  }
45603
45635
  return shouldCancelScroll;
@@ -51123,11 +51155,11 @@ var handleScroll = function (axis, endTarget, event, sourceDelta, noOverscroll)
51123
51155
  (targetInLock && (endTarget.contains(target) || endTarget === target)));
51124
51156
  // handle epsilon around 0 (non standard zoom levels)
51125
51157
  if (isDeltaPositive &&
51126
- ((Math.abs(availableScroll) < 1) || (!noOverscroll ))) {
51158
+ ((Math.abs(availableScroll) < 1) || (!noOverscroll))) {
51127
51159
  shouldCancelScroll = true;
51128
51160
  }
51129
51161
  else if (!isDeltaPositive &&
51130
- ((Math.abs(availableScrollTop) < 1) || (!noOverscroll ))) {
51162
+ ((Math.abs(availableScrollTop) < 1) || (!noOverscroll))) {
51131
51163
  shouldCancelScroll = true;
51132
51164
  }
51133
51165
  return shouldCancelScroll;
@@ -88672,7 +88704,7 @@ function legacy(parser) {
88672
88704
  return new LanguageSupport(StreamLanguage.define(parser));
88673
88705
  }
88674
88706
  function sql$1(dialectName) {
88675
- return import('./index-BjEDDy0Z.js').then(m => m.sql({ dialect: m[dialectName] }));
88707
+ return import('./index-xU2jSCtf.js').then(m => m.sql({ dialect: m[dialectName] }));
88676
88708
  }
88677
88709
  /**
88678
88710
  An array of language descriptions for known language packages.
@@ -88683,7 +88715,7 @@ const languages = [
88683
88715
  name: "C",
88684
88716
  extensions: ["c", "h", "ino"],
88685
88717
  load() {
88686
- return import('./index-CtyBNZU_.js').then(m => m.cpp());
88718
+ return import('./index-BsCcQbSo.js').then(m => m.cpp());
88687
88719
  }
88688
88720
  }),
88689
88721
  /*@__PURE__*/LanguageDescription.of({
@@ -88691,7 +88723,7 @@ const languages = [
88691
88723
  alias: ["cpp"],
88692
88724
  extensions: ["cpp", "c++", "cc", "cxx", "hpp", "h++", "hh", "hxx"],
88693
88725
  load() {
88694
- return import('./index-CtyBNZU_.js').then(m => m.cpp());
88726
+ return import('./index-BsCcQbSo.js').then(m => m.cpp());
88695
88727
  }
88696
88728
  }),
88697
88729
  /*@__PURE__*/LanguageDescription.of({
@@ -88711,7 +88743,7 @@ const languages = [
88711
88743
  name: "Go",
88712
88744
  extensions: ["go"],
88713
88745
  load() {
88714
- return import('./index-CnzSRv2D.js').then(m => m.go());
88746
+ return import('./index-BGnPWAxp.js').then(m => m.go());
88715
88747
  }
88716
88748
  }),
88717
88749
  /*@__PURE__*/LanguageDescription.of({
@@ -88726,7 +88758,7 @@ const languages = [
88726
88758
  name: "Java",
88727
88759
  extensions: ["java"],
88728
88760
  load() {
88729
- return import('./index-U_mYoOEZ.js').then(m => m.java());
88761
+ return import('./index-BN1XXU26.js').then(m => m.java());
88730
88762
  }
88731
88763
  }),
88732
88764
  /*@__PURE__*/LanguageDescription.of({
@@ -88741,7 +88773,7 @@ const languages = [
88741
88773
  name: "Jinja",
88742
88774
  extensions: ["j2", "jinja", "jinja2"],
88743
88775
  load() {
88744
- return import('./index-CltgUTHj.js').then(m => m.jinja());
88776
+ return import('./index-mkLEh24H.js').then(m => m.jinja());
88745
88777
  }
88746
88778
  }),
88747
88779
  /*@__PURE__*/LanguageDescription.of({
@@ -88749,7 +88781,7 @@ const languages = [
88749
88781
  alias: ["json5"],
88750
88782
  extensions: ["json", "map"],
88751
88783
  load() {
88752
- return import('./index-Bq5PYbZg.js').then(m => m.json());
88784
+ return import('./index-DoxJYKhI.js').then(m => m.json());
88753
88785
  }
88754
88786
  }),
88755
88787
  /*@__PURE__*/LanguageDescription.of({
@@ -88763,14 +88795,14 @@ const languages = [
88763
88795
  name: "LESS",
88764
88796
  extensions: ["less"],
88765
88797
  load() {
88766
- return import('./index-BdP75fhG.js').then(m => m.less());
88798
+ return import('./index-CrP2kJym.js').then(m => m.less());
88767
88799
  }
88768
88800
  }),
88769
88801
  /*@__PURE__*/LanguageDescription.of({
88770
88802
  name: "Liquid",
88771
88803
  extensions: ["liquid"],
88772
88804
  load() {
88773
- return import('./index-C6roEbmS.js').then(m => m.liquid());
88805
+ return import('./index-CekJcKgK.js').then(m => m.liquid());
88774
88806
  }
88775
88807
  }),
88776
88808
  /*@__PURE__*/LanguageDescription.of({
@@ -88796,7 +88828,7 @@ const languages = [
88796
88828
  name: "PHP",
88797
88829
  extensions: ["php", "php3", "php4", "php5", "php7", "phtml"],
88798
88830
  load() {
88799
- return import('./index-CBUrwa3S.js').then(m => m.php());
88831
+ return import('./index-DslURtpP.js').then(m => m.php());
88800
88832
  }
88801
88833
  }),
88802
88834
  /*@__PURE__*/LanguageDescription.of({
@@ -88813,28 +88845,28 @@ const languages = [
88813
88845
  extensions: ["BUILD", "bzl", "py", "pyw"],
88814
88846
  filename: /^(BUCK|BUILD)$/,
88815
88847
  load() {
88816
- return import('./index-BcPicNrO.js').then(m => m.python());
88848
+ return import('./index-CYRDaPyN.js').then(m => m.python());
88817
88849
  }
88818
88850
  }),
88819
88851
  /*@__PURE__*/LanguageDescription.of({
88820
88852
  name: "Rust",
88821
88853
  extensions: ["rs"],
88822
88854
  load() {
88823
- return import('./index-CbT-68hE.js').then(m => m.rust());
88855
+ return import('./index-DsJRU5mK.js').then(m => m.rust());
88824
88856
  }
88825
88857
  }),
88826
88858
  /*@__PURE__*/LanguageDescription.of({
88827
88859
  name: "Sass",
88828
88860
  extensions: ["sass"],
88829
88861
  load() {
88830
- return import('./index-D_iaubuR.js').then(m => m.sass({ indented: true }));
88862
+ return import('./index-BwszuQxy.js').then(m => m.sass({ indented: true }));
88831
88863
  }
88832
88864
  }),
88833
88865
  /*@__PURE__*/LanguageDescription.of({
88834
88866
  name: "SCSS",
88835
88867
  extensions: ["scss"],
88836
88868
  load() {
88837
- return import('./index-D_iaubuR.js').then(m => m.sass());
88869
+ return import('./index-BwszuQxy.js').then(m => m.sass());
88838
88870
  }
88839
88871
  }),
88840
88872
  /*@__PURE__*/LanguageDescription.of({
@@ -88865,7 +88897,7 @@ const languages = [
88865
88897
  name: "WebAssembly",
88866
88898
  extensions: ["wat", "wast"],
88867
88899
  load() {
88868
- return import('./index-C9uoBMgf.js').then(m => m.wast());
88900
+ return import('./index-DG1nCi2m.js').then(m => m.wast());
88869
88901
  }
88870
88902
  }),
88871
88903
  /*@__PURE__*/LanguageDescription.of({
@@ -88873,7 +88905,7 @@ const languages = [
88873
88905
  alias: ["rss", "wsdl", "xsd"],
88874
88906
  extensions: ["xml", "xsl", "xsd", "svg"],
88875
88907
  load() {
88876
- return import('./index-BLbSGHGo.js').then(m => m.xml());
88908
+ return import('./index-Zjw0dbGD.js').then(m => m.xml());
88877
88909
  }
88878
88910
  }),
88879
88911
  /*@__PURE__*/LanguageDescription.of({
@@ -88881,7 +88913,7 @@ const languages = [
88881
88913
  alias: ["yml"],
88882
88914
  extensions: ["yaml", "yml"],
88883
88915
  load() {
88884
- return import('./index-9DOB2BHe.js').then(m => m.yaml());
88916
+ return import('./index-BFHnSq_D.js').then(m => m.yaml());
88885
88917
  }
88886
88918
  }),
88887
88919
  // Legacy modes ported from CodeMirror 5
@@ -89187,7 +89219,7 @@ const languages = [
89187
89219
  alias: ["jsonld"],
89188
89220
  extensions: ["jsonld"],
89189
89221
  load() {
89190
- return import('./javascript-CbsLxQzd.js').then(m => legacy(m.jsonld));
89222
+ return import('./javascript-DY_wLWwP.js').then(m => legacy(m.jsonld));
89191
89223
  }
89192
89224
  }),
89193
89225
  /*@__PURE__*/LanguageDescription.of({
@@ -89360,7 +89392,7 @@ const languages = [
89360
89392
  alias: ["jade"],
89361
89393
  extensions: ["pug", "jade"],
89362
89394
  load() {
89363
- return import('./pug-iw1NM5Dn.js').then(m => legacy(m.pug));
89395
+ return import('./pug-COlPLJkL.js').then(m => legacy(m.pug));
89364
89396
  }
89365
89397
  }),
89366
89398
  /*@__PURE__*/LanguageDescription.of({
@@ -89670,13 +89702,13 @@ const languages = [
89670
89702
  name: "Vue",
89671
89703
  extensions: ["vue"],
89672
89704
  load() {
89673
- return import('./index-D7STQcHO.js').then(m => m.vue());
89705
+ return import('./index-tLfWrXcg.js').then(m => m.vue());
89674
89706
  }
89675
89707
  }),
89676
89708
  /*@__PURE__*/LanguageDescription.of({
89677
89709
  name: "Angular Template",
89678
89710
  load() {
89679
- return import('./index-1-odW3tv.js').then(m => m.angular());
89711
+ return import('./index-D5H3iCVT.js').then(m => m.angular());
89680
89712
  }
89681
89713
  })
89682
89714
  ];
@@ -103502,7 +103534,7 @@ function avisynth(Prism) {
103502
103534
  })
103503
103535
  }
103504
103536
  function re(pattern, replacements, flags) {
103505
- return RegExp(replace(pattern, replacements), flags )
103537
+ return RegExp(replace(pattern, replacements), flags)
103506
103538
  }
103507
103539
  var types = /bool|clip|float|int|string|val/.source;
103508
103540
  var internals = [
@@ -174655,6 +174687,7 @@ const Panel = ({
174655
174687
  var _sectionRef$current;
174656
174688
  const [detections, setDetections] = React__default.useState([]);
174657
174689
  const sectionRef = useRef(null);
174690
+ const decodingError = useTopicDecodingError(topic);
174658
174691
  React__default.useEffect(() => {
174659
174692
  if (!_disableAnnotations) {
174660
174693
  setDetections(current => [...rawToAnnotations(_annotationTopics, "main", current), ...rawToAnnotations(_extraAnnotationTopics, "extra", current)]);
@@ -174698,7 +174731,7 @@ const Panel = ({
174698
174731
  actions: panelToolbarActions
174699
174732
  }), /*#__PURE__*/React__default.createElement(Suspense, {
174700
174733
  fallback: /*#__PURE__*/React__default.createElement(EmptyState, null, /*#__PURE__*/React__default.createElement("span", null, "Loading..."))
174701
- }, /*#__PURE__*/React__default.createElement(RemountOnValueChange, {
174734
+ }, decodingError ? /*#__PURE__*/React__default.createElement(EmptyState, null, /*#__PURE__*/React__default.createElement("strong", null, topic), /*#__PURE__*/React__default.createElement("br", null), decodingError.message) : /*#__PURE__*/React__default.createElement(RemountOnValueChange, {
174702
174735
  value: detections
174703
174736
  }, children))))));
174704
174737
  };
@@ -174729,7 +174762,7 @@ function createRenderDelaySampler() {
174729
174762
  };
174730
174763
  }
174731
174764
 
174732
- const ImagePanelComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-CizBebSF.js'));
174765
+ const ImagePanelComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-VjMojhAJ.js'));
174733
174766
  const ImagePanelBody = ({
174734
174767
  topic,
174735
174768
  frameRenderedEvent,
@@ -174824,7 +174857,7 @@ const DEFAULT_CAMERA_STATE = {
174824
174857
  // License, v2.0. If a copy of the MPL was not distributed with this
174825
174858
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
174826
174859
 
174827
- const ThreeDeeRenderComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-COdpp0bH.js'));
174860
+ const ThreeDeeRenderComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-CUGaisTR.js'));
174828
174861
  const PointCloudPanelBody = ({
174829
174862
  topic,
174830
174863
  frameRenderedEvent,
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { W as LRLanguage, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, U as styleTags, V as tags, X as LanguageSupport, Z as LRParser } from './index-ocXqedtr.js';
2
+ import { W as LRLanguage, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, U as styleTags, V as tags, X as LanguageSupport, Z as LRParser } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport } from './index-ocXqedtr.js';
2
+ import { U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport } from './index-ocXqedtr.js';
2
+ import { Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, ac as html, X as LanguageSupport, ad as parseMixed } from './index-ocXqedtr.js';
2
+ import { Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, ac as html, X as LanguageSupport, ad as parseMixed } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { ImagePanel } from './index-COdpp0bH.js';
2
+ import { ImagePanel } from './index-CUGaisTR.js';
3
3
  import 'react';
4
4
  import 'react-dom/client';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import './protobuf-Be0G3NFz.js';
8
8
  import './logger-Bqy1nuLj.js';
@@ -10,7 +10,7 @@ import 'zustand';
10
10
  import 'react-mosaic-component';
11
11
  import '@mui/material';
12
12
  import './isArrayLikeObject-n9ytTioB.js';
13
- import './index-ocXqedtr.js';
13
+ import './index-DBwLkKPx.js';
14
14
  import './utils-DmlHZWuo.js';
15
15
  import './FoxgloveServer-B98MHUu6.js';
16
16
  import 'ms';
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { a6 as ContextTracker, Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, T as foldNodeProp, af as bracketMatchingHandle, X as LanguageSupport, aa as EditorView, a1 as syntaxTree, ab as EditorSelection } from './index-ocXqedtr.js';
2
+ import { a6 as ContextTracker, Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, T as foldNodeProp, af as bracketMatchingHandle, X as LanguageSupport, aa as EditorView, a1 as syntaxTree, ab as EditorSelection } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import { aa as EditorView, ab as EditorSelection, W as LRLanguage, U as styleTags, V as tags, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, X as LanguageSupport, Z as LRParser, a2 as LocalTokenGroup, a1 as syntaxTree, ac as html, ad as parseMixed, Y as ExternalTokenizer } from './index-ocXqedtr.js';
2
+ import { aa as EditorView, ab as EditorSelection, W as LRLanguage, U as styleTags, V as tags, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, X as LanguageSupport, Z as LRParser, a2 as LocalTokenGroup, a1 as syntaxTree, ac as html, ad as parseMixed, Y as ExternalTokenizer } from './index-DBwLkKPx.js';
3
3
  import './protobuf-Be0G3NFz.js';
4
4
  import './logger-Bqy1nuLj.js';
5
- import './depth-BJ1GI-lD.js';
5
+ import './depth-DlC6A3Te.js';
6
6
  import './comlink-jf8bdrAf.js';
7
7
  import 'react';
8
8
  import 'zustand';