@luxonis/visualizer-protobuf 2.36.0 → 2.37.0

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 (66) hide show
  1. package/dist/{communicator-1cvNRjMr.js → communicator-BI9L9U0t.js} +2 -17
  2. package/dist/{deserialization.worker-DNEeTWZI.js → deserialization.worker-BPzAkWKk.js} +38 -11
  3. package/dist/{protobuf-By8duXQO.js → encoding-B5mh1ygC.js} +27 -8
  4. package/dist/{index-Dmtoo58v.js → index-BcUufSRp.js} +1 -1
  5. package/dist/{index-DebFrzdK.js → index-Bei6XSzB.js} +1 -1
  6. package/dist/{index-CkZLfUOH.js → index-BfEpEBB4.js} +1 -1
  7. package/dist/{index-YJjThsR7.js → index-BkowtwNU.js} +7 -3
  8. package/dist/{index-CWL1MGbI.js → index-BxVngweg.js} +1 -1
  9. package/dist/{index-BlH0MRDH.js → index-CFFrlSkz.js} +1 -1
  10. package/dist/{index-CWZkD8lT.js → index-CWm0KJ8n.js} +1 -1
  11. package/dist/{index-CM2SdPmX.js → index-C_tuHIRp.js} +1 -1
  12. package/dist/{index-D2oWjA51.js → index-Cu0BHwFo.js} +1 -1
  13. package/dist/{index-BuMzm_bX.js → index-D5sbve0w.js} +1 -1
  14. package/dist/{index-CwTQiogH.js → index-DNHbzEBt.js} +1 -1
  15. package/dist/{index-Bvv0HvjK.js → index-Dd6AtZgq.js} +1 -1
  16. package/dist/{index-DMheIO2h.js → index-De6APqJN.js} +1 -1
  17. package/dist/{index-ucqGPDVI.js → index-DlKJr7qq.js} +1 -1
  18. package/dist/{index-B_MLNn71.js → index-MePAd5yd.js} +2 -2
  19. package/dist/{index-DW-jX1Pj.js → index-PBEeiMny.js} +1 -1
  20. package/dist/{index-BFI0jE7B.js → index-WsHMlt9k.js} +1 -1
  21. package/dist/{index-zCN1izA0.js → index-hJAMpER3.js} +38 -35
  22. package/dist/{index-CnbNpBYY.js → index-jz0Ae7Bm.js} +1 -1
  23. package/dist/index.js +1 -1
  24. package/dist/lib/src/connection/connection.d.ts +8 -4
  25. package/dist/lib/src/connection/connection.d.ts.map +1 -1
  26. package/dist/lib/src/connection/connection.js +7 -7
  27. package/dist/lib/src/connection/connection.js.map +1 -1
  28. package/dist/lib/src/connection/foxglove-connection.d.ts +3 -1
  29. package/dist/lib/src/connection/foxglove-connection.d.ts.map +1 -1
  30. package/dist/lib/src/connection/foxglove-connection.js +26 -9
  31. package/dist/lib/src/connection/foxglove-connection.js.map +1 -1
  32. package/dist/lib/src/messaging/deserialization.worker.d.ts +1 -1
  33. package/dist/lib/src/messaging/deserialization.worker.d.ts.map +1 -1
  34. package/dist/lib/src/messaging/deserialization.worker.js +30 -12
  35. package/dist/lib/src/messaging/deserialization.worker.js.map +1 -1
  36. package/dist/lib/src/messaging/message-handler.d.ts +2 -1
  37. package/dist/lib/src/messaging/message-handler.d.ts.map +1 -1
  38. package/dist/lib/src/messaging/message-handler.js +2 -2
  39. package/dist/lib/src/messaging/message-handler.js.map +1 -1
  40. package/dist/lib/src/protobuf.generated/EncodedFrame.js +1 -1
  41. package/dist/lib/src/protobuf.generated/Event.js +1 -1
  42. package/dist/lib/src/protobuf.generated/IMUData.js +1 -1
  43. package/dist/lib/src/protobuf.generated/ImageAnnotations.js +1 -1
  44. package/dist/lib/src/protobuf.generated/ImgDetections.js +1 -1
  45. package/dist/lib/src/protobuf.generated/ImgFrame.js +1 -1
  46. package/dist/lib/src/protobuf.generated/PointCloudData.js +1 -1
  47. package/dist/lib/src/protobuf.generated/SpatialImgDetections.js +1 -1
  48. package/dist/lib/src/protobuf.generated/common.js +1 -1
  49. package/dist/lib/src/utils/encoding.d.ts +1 -0
  50. package/dist/lib/src/utils/encoding.d.ts.map +1 -1
  51. package/dist/lib/src/utils/encoding.js +4 -0
  52. package/dist/lib/src/utils/encoding.js.map +1 -1
  53. package/dist/lib/src/utils/error.d.ts +5 -0
  54. package/dist/lib/src/utils/error.d.ts.map +1 -0
  55. package/dist/lib/src/utils/error.js +8 -0
  56. package/dist/lib/src/utils/error.js.map +1 -0
  57. package/dist/packages/studio-base/src/i18n/en/threeDee.js +1 -1
  58. package/dist/packages/studio-base/src/i18n/en/threeDee.js.map +1 -1
  59. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/ImageMode/MessageHandler.js +6 -2
  60. package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/ImageMode/MessageHandler.js.map +1 -1
  61. package/dist/packages/studio-base/src/players/types.d.ts +1 -0
  62. package/dist/packages/studio-base/src/players/types.d.ts.map +1 -1
  63. package/dist/packages/studio-base/src/players/types.js.map +1 -1
  64. package/dist/{worker-B7qK-cxf.js → worker--cB8IFXH.js} +2 -2
  65. package/dist/{worker-CzUjMpCN.js → worker-CYg1hGeK.js} +2 -2
  66. package/package.json +1 -1
@@ -1,19 +1,4 @@
1
- import { p as protobufsBySchema } from './protobuf-By8duXQO.js';
2
-
3
- // This Source Code Form is subject to the terms of the Mozilla Public
4
- // License, v2.0. If a copy of the MPL was not distributed with this
5
- // file, You can obtain one at http://mozilla.org/MPL/2.0/
6
-
7
- function recordToDataView(record) {
8
- const text = JSON.stringify(record);
9
- if (!text) {
10
- throw new Error("Invalid record");
11
- }
12
- const encoder = new TextEncoder();
13
- const data = encoder.encode(text);
14
- const dataView = new DataView(data.buffer);
15
- return dataView;
16
- }
1
+ import { p as protobufsBySchema, r as recordToDataView } from './encoding-B5mh1ygC.js';
17
2
 
18
3
  // This Source Code Form is subject to the terms of the Mozilla Public
19
4
  // License, v2.0. If a copy of the MPL was not distributed with this
@@ -144,4 +129,4 @@ class FoxgloveCommunicator {
144
129
  }
145
130
  }
146
131
 
147
- export { FoxgloveCommunicator as F, recordToDataView as r };
132
+ export { FoxgloveCommunicator as F };
@@ -1,7 +1,7 @@
1
1
  import { e as expose } from './comlink-DHMAu6X7.js';
2
2
  import { t as typescript } from './useMessageReducer-jNx5e6JW.js';
3
3
  import { e as estimateObjectSize, d as dist } from './tslib.es6-C73eoP_E.js';
4
- import { T as Type, P as PointsAnnotationType, p as protobufsBySchema, a as Profile } from './protobuf-By8duXQO.js';
4
+ import { T as Type, P as PointsAnnotationType, p as protobufsBySchema, i as isCapableOfEncodedStream, a as Profile } from './encoding-B5mh1ygC.js';
5
5
  import 'react';
6
6
  import './_commonjsHelpers-E-ZsRS8r.js';
7
7
  import 'zustand';
@@ -1057,6 +1057,13 @@ async function deserializeMJPEGFrame({
1057
1057
  });
1058
1058
  }
1059
1059
 
1060
+ class EncodedStreamNotSupportedError extends Error {
1061
+ constructor(topicName) {
1062
+ super("Encoded stream not supported on this platform");
1063
+ this.topicName = topicName;
1064
+ }
1065
+ }
1066
+
1060
1067
  // This Source Code Form is subject to the terms of the Mozilla Public
1061
1068
  // License, v2.0. If a copy of the MPL was not distributed with this
1062
1069
  // file, You can obtain one at http://mozilla.org/MPL/2.0/
@@ -1070,22 +1077,35 @@ function handleMessageToDecode({
1070
1077
  schema,
1071
1078
  buffer,
1072
1079
  topic
1073
- }) {
1080
+ }, errorCallback) {
1081
+ const handleDecodingError = error => {
1082
+ // TODO: Enable this log once we fix topic unsubscription not working
1083
+ // console.error("An error occurred during DAI message decoding.", error);
1084
+
1085
+ errorCallback?.(error);
1086
+ };
1074
1087
  const protobufSchema = protobufsBySchema[schema];
1075
1088
  if (!protobufSchema) {
1076
1089
  console.warn(`Unsupported message schema "${schema}"`);
1090
+ handleDecodingError(new Error(`Unsupported message schema "${schema}"`));
1077
1091
  return;
1078
1092
  }
1079
1093
  const bufferArray = new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength);
1080
- const message = protobufSchema.decoder.decode(bufferArray);
1081
- void deserializeDepthAiMessage({
1082
- topic,
1083
- topicSizes,
1084
- topicDecoders,
1085
- message,
1086
- callback,
1087
- type: protobufSchema.type
1088
- });
1094
+ try {
1095
+ const message = protobufSchema.decoder.decode(bufferArray);
1096
+
1097
+ // Handle the promise correctly
1098
+ deserializeDepthAiMessage({
1099
+ topic,
1100
+ topicSizes,
1101
+ topicDecoders,
1102
+ message,
1103
+ callback,
1104
+ type: protobufSchema.type
1105
+ }).catch(handleDecodingError);
1106
+ } catch (error) {
1107
+ handleDecodingError(error);
1108
+ }
1089
1109
  }
1090
1110
  async function deserializeDepthAiMessage(args) {
1091
1111
  const {
@@ -1099,6 +1119,9 @@ async function deserializeDepthAiMessage(args) {
1099
1119
  switch (type) {
1100
1120
  case "encodedFrame":
1101
1121
  {
1122
+ if (!isCapableOfEncodedStream()) {
1123
+ throw new EncodedStreamNotSupportedError(topic);
1124
+ }
1102
1125
  topicSizes.set(topic, {
1103
1126
  width: message.width,
1104
1127
  height: message.height
@@ -1219,6 +1242,10 @@ async function deserializeDepthAiMessage(args) {
1219
1242
  }
1220
1243
  }
1221
1244
  }
1245
+
1246
+ // Update the exported API
1247
+
1248
+ // Expose the updated API
1222
1249
  expose({
1223
1250
  initCallback,
1224
1251
  handleMessageToDecode
@@ -1469,7 +1469,7 @@ Long.fromBytesBE = function fromBytesBE(bytes, unsigned) {
1469
1469
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
1470
1470
  // versions:
1471
1471
  // protoc-gen-ts_proto v1.181.1
1472
- // protoc v5.29.2
1472
+ // protoc v4.25.1
1473
1473
  // source: common.proto
1474
1474
 
1475
1475
  let CameraModel = /*#__PURE__*/function (CameraModel) {
@@ -2167,7 +2167,7 @@ function isSet$6(value) {
2167
2167
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2168
2168
  // versions:
2169
2169
  // protoc-gen-ts_proto v1.181.1
2170
- // protoc v5.29.2
2170
+ // protoc v4.25.1
2171
2171
  // source: EncodedFrame.proto
2172
2172
 
2173
2173
  const protobufPackage$5 = "dai.proto.encoded_frame";
@@ -2574,7 +2574,7 @@ const protobufName$5 = "EncodedFrame";
2574
2574
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2575
2575
  // versions:
2576
2576
  // protoc-gen-ts_proto v1.181.1
2577
- // protoc v5.29.2
2577
+ // protoc v4.25.1
2578
2578
  // source: ImageAnnotations.proto
2579
2579
 
2580
2580
  const protobufPackage$4 = "dai.proto.image_annotations";
@@ -3188,7 +3188,7 @@ const protobufName$4 = "ImageAnnotations";
3188
3188
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3189
3189
  // versions:
3190
3190
  // protoc-gen-ts_proto v1.181.1
3191
- // protoc v5.29.2
3191
+ // protoc v4.25.1
3192
3192
  // source: ImgDetections.proto
3193
3193
 
3194
3194
  const protobufPackage$3 = "dai.proto.img_detections";
@@ -3456,7 +3456,7 @@ const protobufName$3 = "ImgDetections";
3456
3456
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3457
3457
  // versions:
3458
3458
  // protoc-gen-ts_proto v1.181.1
3459
- // protoc v5.29.2
3459
+ // protoc v4.25.1
3460
3460
  // source: ImgFrame.proto
3461
3461
 
3462
3462
  const protobufPackage$2 = "dai.proto.img_frame";
@@ -4090,7 +4090,7 @@ const protobufName$2 = "ImgFrame";
4090
4090
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
4091
4091
  // versions:
4092
4092
  // protoc-gen-ts_proto v1.181.1
4093
- // protoc v5.29.2
4093
+ // protoc v4.25.1
4094
4094
  // source: PointCloudData.proto
4095
4095
 
4096
4096
  const protobufPackage$1 = "dai.proto.point_cloud_data";
@@ -4402,7 +4402,7 @@ const protobufName$1 = "PointCloudData";
4402
4402
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
4403
4403
  // versions:
4404
4404
  // protoc-gen-ts_proto v1.181.1
4405
- // protoc v5.29.2
4405
+ // protoc v4.25.1
4406
4406
  // source: SpatialImgDetections.proto
4407
4407
 
4408
4408
  const protobufPackage = "dai.proto.spatial_img_detections";
@@ -5069,4 +5069,23 @@ const protobufsBySchema = Object.fromEntries(Object.entries(protobufs).map(([typ
5069
5069
  ...data
5070
5070
  }]));
5071
5071
 
5072
- export { PointsAnnotationType as P, Type as T, Profile as a, protobufsBySchema as p };
5072
+ // This Source Code Form is subject to the terms of the Mozilla Public
5073
+ // License, v2.0. If a copy of the MPL was not distributed with this
5074
+ // file, You can obtain one at http://mozilla.org/MPL/2.0/
5075
+
5076
+ // Function decides if the current browser is capable of working with encoded streams
5077
+ function isCapableOfEncodedStream() {
5078
+ return !!navigator?.userAgent?.includes('Chrome');
5079
+ }
5080
+ function recordToDataView(record) {
5081
+ const text = JSON.stringify(record);
5082
+ if (!text) {
5083
+ throw new Error("Invalid record");
5084
+ }
5085
+ const encoder = new TextEncoder();
5086
+ const data = encoder.encode(text);
5087
+ const dataView = new DataView(data.buffer);
5088
+ return dataView;
5089
+ }
5090
+
5091
+ export { PointsAnnotationType as P, Type as T, Profile as a, isCapableOfEncodedStream as i, protobufsBySchema as p, recordToDataView as r };
@@ -1,4 +1,4 @@
1
- import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, N as foldNodeProp, a2 as foldInside, K as indentNodeProp, M as continuedIndent, a8 as defineCSSCompletionSource, U as LanguageSupport } from './index-zCN1izA0.js';
1
+ import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, N as foldNodeProp, a2 as foldInside, K as indentNodeProp, M as continuedIndent, a8 as defineCSSCompletionSource, U as LanguageSupport } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, $ as syntaxTree, Y as ifNotIn, T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, a6 as IterMode, Z as completeFromList, a7 as NodeWeakMap, a5 as snippetCompletion } from './index-zCN1izA0.js';
1
+ import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, $ as syntaxTree, Y as ifNotIn, T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, a6 as IterMode, Z as completeFromList, a7 as NodeWeakMap, a5 as snippetCompletion } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { K as indentNodeProp, M as continuedIndent, N as foldNodeProp, O as styleTags, Q as tags, T as LRLanguage, U as LanguageSupport, V as ExternalTokenizer, X as LRParser, Y as ifNotIn, Z as completeFromList, $ as syntaxTree } from './index-zCN1izA0.js';
1
+ import { K as indentNodeProp, M as continuedIndent, N as foldNodeProp, O as styleTags, Q as tags, T as LRLanguage, U as LanguageSupport, V as ExternalTokenizer, X as LRParser, Y as ifNotIn, Z as completeFromList, $ as syntaxTree } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -3,7 +3,7 @@ import React__default, { useReducer, useRef, useCallback, useLayoutEffect, Compo
3
3
  import ReactDOM__default from 'react-dom';
4
4
  import { S as isSymbol, U as toString, V as keys, W as getSymbols$1, X as stubArray, Y as arrayPush, Z as baseGetAllKeys, g as getTag, $ as getAllKeys, k as baseGet, c as baseIteratee, j as castPath, t as toKey, a0 as arrayMap$1, a1 as baseUniq, b as baseFlatten, a2 as useMustNotChange, a3 as useCurrentLayoutActions, a4 as useCurrentLayoutSelector, r as reportError, A as AppError, L as Logger, u as useGuaranteedContext, a5 as usePanelMosaicId, a6 as useSelectedPanels, a7 as PANEL_TITLE_CONFIG_KEY, a8 as noop$4, o as getPanelTypeFromId, M as useShallowMemo, T as TAB_PANEL_TYPE, J as filterMap, d as dist$3, a9 as useAppConfiguration, aa as useValueChangedDebugLog, ab as useJsonTreeTheme } from './tslib.es6-C73eoP_E.js';
5
5
  import { createStore, useStore } from 'zustand';
6
- import { g as generateUtilityClass, c as createAggregator, f as flatRest, b as baseSet, A as AnalyticsContext, P as PropTypes, E as ErrorDisplay, S as Stack$1, m as makeStyles$1, _ as _extends$1, W as WorkspaceContext, u as useAnalytics, a as AppEvent, L as LeftSidebarItemKeys, R as RightSidebarItemKeys, d as useTranslation, e as usePanelCatalog, h as EmptyState, i as isEmpty, j as PanelContext, k as PanelCatalogContext, l as usePanelStateStore, n as useDefaultPanelTitle, o as useWorkspaceStore, p as WorkspaceStoreSelectors, q as difference, r as usePanelContext, s as useMessagePipeline, v as v4, t as useHoverValue, w as useSetHoverValue, x as useClearHoverValue, y as useMessagePipelineGetter, z as usePanelSettingsTreeUpdate, B as PlayerCapabilities, C as assertNever, D as PlayerPresence, F as isEqual, G as isDesktopApp, H as createTheme, I as propTypesExports, J as DEFAULT_CAMERA_STATE$1 } from './index-zCN1izA0.js';
6
+ import { g as generateUtilityClass, c as createAggregator, f as flatRest, b as baseSet, A as AnalyticsContext, P as PropTypes, E as ErrorDisplay, S as Stack$1, m as makeStyles$1, _ as _extends$1, W as WorkspaceContext, u as useAnalytics, a as AppEvent, L as LeftSidebarItemKeys, R as RightSidebarItemKeys, d as useTranslation, e as usePanelCatalog, h as EmptyState, i as isEmpty, j as PanelContext, k as PanelCatalogContext, l as usePanelStateStore, n as useDefaultPanelTitle, o as useWorkspaceStore, p as WorkspaceStoreSelectors, q as difference, r as usePanelContext, s as useMessagePipeline, v as v4, t as useHoverValue, w as useSetHoverValue, x as useClearHoverValue, y as useMessagePipelineGetter, z as usePanelSettingsTreeUpdate, B as PlayerCapabilities, C as assertNever, D as PlayerPresence, F as isEqual, G as isDesktopApp, H as createTheme, I as propTypesExports, J as DEFAULT_CAMERA_STATE$1 } from './index-hJAMpER3.js';
7
7
  import { MosaicDragType, MosaicContext, MosaicWindowContext, getOtherBranch, getNodeAtPath } from 'react-mosaic-component';
8
8
  import { t as typescript } from './useMessageReducer-jNx5e6JW.js';
9
9
  import { g as getDefaultExportFromCjs, c as commonjsGlobal, a as getAugmentedNamespace } from './_commonjsHelpers-E-ZsRS8r.js';
@@ -33637,7 +33637,11 @@ class MessageHandler {
33637
33637
  };
33638
33638
  const ghostTimeMs = annoationsFpsToGhostTimeMs(this.#averageAnnotationsFps);
33639
33639
  if (result.found && [...result.messages.annotationsByTopic.values()].length === 0 && this.#ghostAnnotation && now - this.#ghostAnnotation.createdAtMs < ghostTimeMs) {
33640
- console.warn(`No annotations found for this frame but still in ghost period (diff = ${now - this.#ghostAnnotation.createdAtMs} ms, ghostTimeMs = ${ghostTimeMs} ms) - returning ghost annotation`);
33640
+ //console.warn(
33641
+ // `No annotations found for this frame but still in ghost period (diff = ${
33642
+ // now - this.#ghostAnnotation.createdAtMs
33643
+ // } ms, ghostTimeMs = ${ghostTimeMs} ms) - returning ghost annotation`,
33644
+ //);
33641
33645
  renderState.annotationsByTopic = this.#ghostAnnotation.annotations;
33642
33646
  }
33643
33647
  return renderState;
@@ -33703,7 +33707,7 @@ function findSynchronizedSetAndRemoveOlderItems(tree, visibleAnnotations) {
33703
33707
  }
33704
33708
  if (validEntry) {
33705
33709
  if (validEntry[1].annotationsByTopic.size === 0 && lastAnnotationsOrphanEntry) {
33706
- console.warn("Using annotationsByTopic from lastAnnotationsEntry orphan");
33710
+ // console.warn("Using annotationsByTopic from lastAnnotationsEntry orphan");
33707
33711
  validEntry[1].annotationsByTopic = lastAnnotationsOrphanEntry[1].annotationsByTopic;
33708
33712
  }
33709
33713
 
@@ -1,4 +1,4 @@
1
- import { O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport } from './index-zCN1izA0.js';
1
+ import { O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { a3 as ContextTracker, V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, N as foldNodeProp, ad as bracketMatchingHandle, U as LanguageSupport, a9 as EditorView, $ as syntaxTree, aa as EditorSelection } from './index-zCN1izA0.js';
1
+ import { a3 as ContextTracker, V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, N as foldNodeProp, ad as bracketMatchingHandle, U as LanguageSupport, a9 as EditorView, $ as syntaxTree, aa as EditorSelection } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { a3 as ContextTracker, V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, ac as parseMixed } from './index-zCN1izA0.js';
1
+ import { a3 as ContextTracker, V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, ac as parseMixed } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, ab as html, U as LanguageSupport, ac as parseMixed } from './index-zCN1izA0.js';
1
+ import { V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, ab as html, U as LanguageSupport, ac as parseMixed } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, a4 as LocalTokenGroup, a5 as snippetCompletion, $ as syntaxTree, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a0 as flatIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, Y as ifNotIn, Z as completeFromList, a6 as IterMode, a7 as NodeWeakMap } from './index-zCN1izA0.js';
1
+ import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, a4 as LocalTokenGroup, a5 as snippetCompletion, $ as syntaxTree, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a0 as flatIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, Y as ifNotIn, Z as completeFromList, a6 as IterMode, a7 as NodeWeakMap } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { O as styleTags, Q as tags, T as LRLanguage, U as LanguageSupport, X as LRParser, a4 as LocalTokenGroup, ab as html, ac as parseMixed, ae as javascriptLanguage } from './index-zCN1izA0.js';
1
+ import { O as styleTags, Q as tags, T as LRLanguage, U as LanguageSupport, X as LRParser, a4 as LocalTokenGroup, ab as html, ac as parseMixed, ae as javascriptLanguage } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport } from './index-zCN1izA0.js';
1
+ import { V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a0 as flatIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport } from './index-zCN1izA0.js';
1
+ import { O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a0 as flatIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, O as styleTags, Q as tags, U as LanguageSupport, X as LRParser } from './index-zCN1izA0.js';
1
+ import { T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, O as styleTags, Q as tags, U as LanguageSupport, X as LRParser } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { a9 as EditorView, aa as EditorSelection, T as LRLanguage, O as styleTags, Q as tags, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, U as LanguageSupport, X as LRParser, $ as syntaxTree, ab as html, ac as parseMixed, V as ExternalTokenizer } from './index-zCN1izA0.js';
1
+ import { a9 as EditorView, aa as EditorSelection, T as LRLanguage, O as styleTags, Q as tags, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, U as LanguageSupport, X as LRParser, $ as syntaxTree, ab as html, ac as parseMixed, V as ExternalTokenizer } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { ImagePanel } from './index-YJjThsR7.js';
1
+ import { ImagePanel } from './index-BkowtwNU.js';
2
2
  import 'react';
3
3
  import 'react-dom';
4
4
  import './tslib.es6-C73eoP_E.js';
@@ -7,7 +7,7 @@ import './_commonjsHelpers-E-ZsRS8r.js';
7
7
  import '@mui/material';
8
8
  import './isArrayLikeObject-Bytw9p-q.js';
9
9
  import 'zustand';
10
- import './index-zCN1izA0.js';
10
+ import './index-hJAMpER3.js';
11
11
  import './comlink-DHMAu6X7.js';
12
12
  import './utils-Hzt3wxhG.js';
13
13
  import './FoxgloveServer-C39Uooyk.js';
@@ -1,4 +1,4 @@
1
- import { O as styleTags, Q as tags, T as LRLanguage, K as indentNodeProp, M as continuedIndent, N as foldNodeProp, a2 as foldInside, a8 as defineCSSCompletionSource, U as LanguageSupport, X as LRParser, V as ExternalTokenizer } from './index-zCN1izA0.js';
1
+ import { O as styleTags, Q as tags, T as LRLanguage, K as indentNodeProp, M as continuedIndent, N as foldNodeProp, a2 as foldInside, a8 as defineCSSCompletionSource, U as LanguageSupport, X as LRParser, V as ExternalTokenizer } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';
@@ -1,4 +1,4 @@
1
- import { O as styleTags, Q as tags, ae as javascriptLanguage, T as LRLanguage, U as LanguageSupport, X as LRParser, ab as html, ac as parseMixed, V as ExternalTokenizer } from './index-zCN1izA0.js';
1
+ import { O as styleTags, Q as tags, ae as javascriptLanguage, T as LRLanguage, U as LanguageSupport, X as LRParser, ab as html, ac as parseMixed, V as ExternalTokenizer } from './index-hJAMpER3.js';
2
2
  import './tslib.es6-C73eoP_E.js';
3
3
  import 'react';
4
4
  import 'react-mosaic-component';