@luxonis/visualizer-protobuf 2.66.5 → 2.66.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{FoxgloveServer-MMAMiqqQ.js → FoxgloveServer-h5m-pXp3.js} +1 -1
- package/dist/{communicator-_qNxRS4H.js → communicator-Ch92rcoU.js} +1 -1
- package/dist/{depth-CgtekUia.js → depth-B7VOdK0y.js} +1 -1
- package/dist/{deserialization.worker-BjIUNwwz.js → deserialization.worker-GXEWF6Ah.js} +21 -2
- package/dist/{foxglove-protocol-CtwNj7ND.js → foxglove-protocol-BSYuI-q2.js} +1 -1
- package/dist/{index-iG64FR0h.js → index-43TgprEu.js} +5 -5
- package/dist/{index-CYct1Qom.js → index-BDiEoQwc.js} +5 -5
- package/dist/{index-B0tgXZzg.js → index-BNjJ_8FK.js} +5 -5
- package/dist/{index-xIgJOW2f.js → index-BRqRNqQp.js} +5 -5
- package/dist/{index-B85kRrNv.js → index-BbCJPKqP.js} +73 -29
- package/dist/{index-DMHqBvsA.js → index-Bdbez_kQ.js} +5 -5
- package/dist/{index-DjZHdwqo.js → index-Bh1K2fdQ.js} +5 -5
- package/dist/{index-CNt8mQKQ.js → index-BokmU-9s.js} +5 -5
- package/dist/{index-DtWYw9HE.js → index-Brf_c1SY.js} +5 -5
- package/dist/{index-eJ8RDVxI.js → index-CE5UvJEK.js} +5 -5
- package/dist/{index-DOmudt-J.js → index-CR9ZZr7_.js} +6 -6
- package/dist/{index-I8Y7jTrq.js → index-CkJYVb2C.js} +5 -5
- package/dist/{index-Dp-ALVmp.js → index-Cuz3eK79.js} +5 -5
- package/dist/{index-hEcKpuQ-.js → index-CwoKA3TI.js} +5 -5
- package/dist/{index-DgkFMVpk.js → index-DKEcQxvw.js} +5 -5
- package/dist/{index-CVvcsdSj.js → index-DsI_LKa6.js} +5 -5
- package/dist/{index-Cp-Nz9Kv.js → index-HHNfaqCT.js} +5 -5
- package/dist/{index-IJSnFJtF.js → index-IhyjAROl.js} +5 -5
- package/dist/{index-DZ6EeqlH.js → index-fChvFOT8.js} +5 -5
- package/dist/index.js +5 -5
- package/dist/lib/src/connection/connection.d.ts +1 -1
- package/dist/lib/src/connection/connection.d.ts.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.d.ts +1 -0
- package/dist/lib/src/connection/foxglove-connection.d.ts.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.js +7 -0
- package/dist/lib/src/connection/foxglove-connection.js.map +1 -1
- package/dist/lib/src/index.d.ts +1 -0
- package/dist/lib/src/index.d.ts.map +1 -1
- package/dist/lib/src/index.js +1 -0
- package/dist/lib/src/index.js.map +1 -1
- package/dist/lib/src/messaging/deserialization.worker.d.ts +4 -0
- package/dist/lib/src/messaging/deserialization.worker.d.ts.map +1 -1
- package/dist/lib/src/messaging/deserialization.worker.js +13 -0
- package/dist/lib/src/messaging/deserialization.worker.js.map +1 -1
- package/dist/lib/src/messaging/protobuf.d.ts +27 -2
- package/dist/lib/src/messaging/protobuf.d.ts.map +1 -1
- package/dist/lib/src/messaging/protobuf.js +8 -0
- package/dist/lib/src/messaging/protobuf.js.map +1 -1
- package/dist/lib/src/utils/imu-manager.d.ts +13 -0
- package/dist/lib/src/utils/imu-manager.d.ts.map +1 -0
- package/dist/lib/src/utils/imu-manager.js +34 -0
- package/dist/lib/src/utils/imu-manager.js.map +1 -0
- package/dist/{protobuf-B55JS-Px.js → protobuf-BFCtaU7c.js} +886 -179
- package/dist/{worker-DeosokNQ.js → worker-BaUgfqvr.js} +4 -4
- package/dist/{worker-DTCGSU9Q.js → worker-BpVhgPF8.js} +3 -3
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as protobufsBySchema } from './protobuf-
|
|
1
|
+
import { p as protobufsBySchema } from './protobuf-BFCtaU7c.js';
|
|
2
2
|
import { r as recordToDataView } from './encoding-DqlhpFR2.js';
|
|
3
3
|
|
|
4
4
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs, d as getAugmentedNamespace, T as Type } from './protobuf-
|
|
1
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs, d as getAugmentedNamespace, T as Type } from './protobuf-BFCtaU7c.js';
|
|
2
2
|
import { useContext, useRef, useLayoutEffect, createContext, useReducer, useState, useCallback } from 'react';
|
|
3
3
|
import 'zustand';
|
|
4
4
|
import { isParent, getLeaves, createRemoveUpdate, updateTree, getNodeAtPath } from 'react-mosaic-component';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { e as expose } from './comlink-DHMAu6X7.js';
|
|
2
|
-
import { U as parseMessage, V as typescript, e as estimateObjectSize, W as fromMillis, d as dist, X as parsePixelFormat, Y as deserializeDepthFrame } from './depth-
|
|
3
|
-
import { P as PointsAnnotationType, p as protobufsBySchema, T as Type, b as Profile } from './protobuf-
|
|
2
|
+
import { U as parseMessage, V as typescript, e as estimateObjectSize, W as fromMillis, d as dist, X as parsePixelFormat, Y as deserializeDepthFrame } from './depth-B7VOdK0y.js';
|
|
3
|
+
import { P as PointsAnnotationType, p as protobufsBySchema, T as Type, b as Profile } from './protobuf-BFCtaU7c.js';
|
|
4
4
|
import { i as isCapableOfEncodedStream } from './encoding-DqlhpFR2.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -975,6 +975,9 @@ function handleMessageToDecode({
|
|
|
975
975
|
const bufferArray = new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength);
|
|
976
976
|
try {
|
|
977
977
|
const message = protobufSchema.decoder.decode(bufferArray);
|
|
978
|
+
console.debug(`[DepthAI Deserialization] Received message of type ${protobufSchema.type} on topic ${topic}`, {
|
|
979
|
+
message
|
|
980
|
+
});
|
|
978
981
|
if (configStore.connectionConfigValue.debugLogs) {
|
|
979
982
|
console.debug(`[DepthAI Deserialization] Received message of type ${protobufSchema.type} on topic ${topic}`, {
|
|
980
983
|
message
|
|
@@ -1122,6 +1125,22 @@ async function deserializeDepthAiMessage(args) {
|
|
|
1122
1125
|
});
|
|
1123
1126
|
break;
|
|
1124
1127
|
}
|
|
1128
|
+
case "imu":
|
|
1129
|
+
{
|
|
1130
|
+
const {
|
|
1131
|
+
receiveTime
|
|
1132
|
+
} = parseMessage(message);
|
|
1133
|
+
callback({
|
|
1134
|
+
topic,
|
|
1135
|
+
schemaName: "foxglove.IMU",
|
|
1136
|
+
message: message.packets,
|
|
1137
|
+
sizeInBytes: message.packets.length * 16,
|
|
1138
|
+
//FIXME: This is made up. But is that a issue?
|
|
1139
|
+
receiveTime,
|
|
1140
|
+
publishTime: message.tsDevice ?? receiveTime
|
|
1141
|
+
});
|
|
1142
|
+
break;
|
|
1143
|
+
}
|
|
1125
1144
|
default:
|
|
1126
1145
|
{
|
|
1127
1146
|
console.warn(`Message decoding failed: unsupported type "${type}"`);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ClientBinaryOpcode, B as BinaryOpcode } from './FoxgloveServer-
|
|
1
|
+
import { C as ClientBinaryOpcode, B as BinaryOpcode } from './FoxgloveServer-h5m-pXp3.js';
|
|
2
2
|
|
|
3
3
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
4
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a1 as ExternalTokenizer, Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, U as indentNodeProp, V as continuedIndent, a6 as flatIndent, a7 as delimitedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport } from './index-
|
|
2
|
-
import './depth-
|
|
3
|
-
import './protobuf-
|
|
1
|
+
import { a1 as ExternalTokenizer, Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, U as indentNodeProp, V as continuedIndent, a6 as flatIndent, a7 as delimitedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport } from './index-BbCJPKqP.js';
|
|
2
|
+
import './depth-B7VOdK0y.js';
|
|
3
|
+
import './protobuf-BFCtaU7c.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -9,9 +9,9 @@ import '@mui/material';
|
|
|
9
9
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
10
10
|
import './comlink-DHMAu6X7.js';
|
|
11
11
|
import './utils-Hzt3wxhG.js';
|
|
12
|
-
import './FoxgloveServer-
|
|
12
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
13
13
|
import 'ms';
|
|
14
|
-
import './foxglove-protocol-
|
|
14
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
15
15
|
import 'react-dnd';
|
|
16
16
|
import 'react-dnd-html5-backend';
|
|
17
17
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a9 as ContextTracker, a1 as ExternalTokenizer, Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, U as indentNodeProp, X as foldNodeProp, aj as bracketMatchingHandle, a0 as LanguageSupport, af as EditorView, a5 as syntaxTree, ag as EditorSelection } from './index-
|
|
2
|
-
import './depth-
|
|
3
|
-
import './protobuf-
|
|
1
|
+
import { a9 as ContextTracker, a1 as ExternalTokenizer, Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, U as indentNodeProp, X as foldNodeProp, aj as bracketMatchingHandle, a0 as LanguageSupport, af as EditorView, a5 as syntaxTree, ag as EditorSelection } from './index-BbCJPKqP.js';
|
|
2
|
+
import './depth-B7VOdK0y.js';
|
|
3
|
+
import './protobuf-BFCtaU7c.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -9,9 +9,9 @@ import '@mui/material';
|
|
|
9
9
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
10
10
|
import './comlink-DHMAu6X7.js';
|
|
11
11
|
import './utils-Hzt3wxhG.js';
|
|
12
|
-
import './FoxgloveServer-
|
|
12
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
13
13
|
import 'ms';
|
|
14
|
-
import './foxglove-protocol-
|
|
14
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
15
15
|
import 'react-dnd';
|
|
16
16
|
import 'react-dnd-html5-backend';
|
|
17
17
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, U as indentNodeProp, V as continuedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport } from './index-
|
|
2
|
-
import './depth-
|
|
3
|
-
import './protobuf-
|
|
1
|
+
import { Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, U as indentNodeProp, V as continuedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport } from './index-BbCJPKqP.js';
|
|
2
|
+
import './depth-B7VOdK0y.js';
|
|
3
|
+
import './protobuf-BFCtaU7c.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -9,9 +9,9 @@ import '@mui/material';
|
|
|
9
9
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
10
10
|
import './comlink-DHMAu6X7.js';
|
|
11
11
|
import './utils-Hzt3wxhG.js';
|
|
12
|
-
import './FoxgloveServer-
|
|
12
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
13
13
|
import 'ms';
|
|
14
|
-
import './foxglove-protocol-
|
|
14
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
15
15
|
import 'react-dnd';
|
|
16
16
|
import 'react-dnd-html5-backend';
|
|
17
17
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Y as styleTags, Z as tags, $ as LRLanguage, a0 as LanguageSupport, a2 as LRParser, aa as LocalTokenGroup, ah as html, ai as parseMixed, ak as javascriptLanguage } from './index-
|
|
2
|
-
import './depth-
|
|
3
|
-
import './protobuf-
|
|
1
|
+
import { Y as styleTags, Z as tags, $ as LRLanguage, a0 as LanguageSupport, a2 as LRParser, aa as LocalTokenGroup, ah as html, ai as parseMixed, ak as javascriptLanguage } from './index-BbCJPKqP.js';
|
|
2
|
+
import './depth-B7VOdK0y.js';
|
|
3
|
+
import './protobuf-BFCtaU7c.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -9,9 +9,9 @@ import '@mui/material';
|
|
|
9
9
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
10
10
|
import './comlink-DHMAu6X7.js';
|
|
11
11
|
import './utils-Hzt3wxhG.js';
|
|
12
|
-
import './FoxgloveServer-
|
|
12
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
13
13
|
import 'ms';
|
|
14
|
-
import './foxglove-protocol-
|
|
14
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
15
15
|
import 'react-dnd';
|
|
16
16
|
import 'react-dnd-html5-backend';
|
|
17
17
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
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, C as getConfigsForNestedPanelsInsideTab, D as reorderTabWithinTabPanel, E as moveTabBetweenTabPanels, F as isTabPanelConfig, G as DEFAULT_TAB_PANEL_CONFIG, H as addPanelToTab, I as createAddUpdates, J as filterMap, L as Logger, K as uniq$2, M as useShallowMemo, N as CurrentLayoutContext, O as MessageOrderTracker, P as AppConfigurationContext, _ as __assign$8, Q as __rest$5, R as __spreadArray$5 } from './depth-
|
|
1
|
+
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, C as getConfigsForNestedPanelsInsideTab, D as reorderTabWithinTabPanel, E as moveTabBetweenTabPanels, F as isTabPanelConfig, G as DEFAULT_TAB_PANEL_CONFIG, H as addPanelToTab, I as createAddUpdates, J as filterMap, L as Logger, K as uniq$2, M as useShallowMemo, N as CurrentLayoutContext, O as MessageOrderTracker, P as AppConfigurationContext, _ as __assign$8, Q as __rest$5, R as __spreadArray$5 } from './depth-B7VOdK0y.js';
|
|
2
2
|
import { w as wrap$3, p as proxy } from './comlink-DHMAu6X7.js';
|
|
3
3
|
import { u as uint8ArrayToUint16Array } from './utils-Hzt3wxhG.js';
|
|
4
|
-
import { p as protobufsBySchema, a as protobufSchemaNameToType, g as getDefaultExportFromCjs, c as commonjsGlobal } from './protobuf-
|
|
5
|
-
import { B as BinaryOpcode } from './FoxgloveServer-
|
|
4
|
+
import { p as protobufsBySchema, a as protobufSchemaNameToType, g as getDefaultExportFromCjs, c as commonjsGlobal } from './protobuf-BFCtaU7c.js';
|
|
5
|
+
import { B as BinaryOpcode } from './FoxgloveServer-h5m-pXp3.js';
|
|
6
6
|
import * as React$1 from 'react';
|
|
7
7
|
import React__default, { useRef, useMemo, createContext, useContext, forwardRef, createElement, useState, Component, useCallback, useEffect, useLayoutEffect, useReducer, useImperativeHandle, Fragment as Fragment$1, Suspense } from 'react';
|
|
8
|
-
import { p as parseFoxgloveMessage } from './foxglove-protocol-
|
|
8
|
+
import { p as parseFoxgloveMessage } from './foxglove-protocol-BSYuI-q2.js';
|
|
9
9
|
import { DndProvider } from 'react-dnd';
|
|
10
10
|
import { HTML5Backend } from 'react-dnd-html5-backend';
|
|
11
11
|
import { getLeaves, createRemoveUpdate, updateTree, createHideUpdate, createDragToUpdates, getNodeAtPath, MosaicContext, MosaicWindowContext } from 'react-mosaic-component';
|
|
@@ -790,7 +790,7 @@ class ConfigStore {
|
|
|
790
790
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
791
791
|
|
|
792
792
|
function initWorker(callback) {
|
|
793
|
-
const workerWrap = wrap$3(new Worker(new URL("deserialization.worker-
|
|
793
|
+
const workerWrap = wrap$3(new Worker(new URL("deserialization.worker-GXEWF6Ah.js", import.meta.url), {
|
|
794
794
|
type: "module",
|
|
795
795
|
name: `message-decoder`
|
|
796
796
|
}));
|
|
@@ -927,6 +927,44 @@ class FrameStore {
|
|
|
927
927
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
928
928
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
929
929
|
|
|
930
|
+
class IMUEvent {
|
|
931
|
+
#subs = new Set();
|
|
932
|
+
subscribe(fn) {
|
|
933
|
+
this.#subs.add(fn);
|
|
934
|
+
return () => {
|
|
935
|
+
this.unsubscribe(fn);
|
|
936
|
+
};
|
|
937
|
+
}
|
|
938
|
+
once(fn) {
|
|
939
|
+
const wrap = v => {
|
|
940
|
+
this.unsubscribe(wrap);
|
|
941
|
+
fn(v);
|
|
942
|
+
};
|
|
943
|
+
return this.subscribe(wrap);
|
|
944
|
+
}
|
|
945
|
+
unsubscribe(fn) {
|
|
946
|
+
this.#subs.delete(fn);
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
// Push a new event to all subscribers
|
|
950
|
+
push(value) {
|
|
951
|
+
[...this.#subs].forEach(fn => {
|
|
952
|
+
fn(value);
|
|
953
|
+
});
|
|
954
|
+
}
|
|
955
|
+
clear() {
|
|
956
|
+
this.#subs.clear();
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
const imuEvent = new IMUEvent();
|
|
960
|
+
function getIMUEventEmitter() {
|
|
961
|
+
return imuEvent;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
965
|
+
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
966
|
+
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
967
|
+
|
|
930
968
|
class PoitCloudSyncFramework {
|
|
931
969
|
#binarySearch(arr, targetKey) {
|
|
932
970
|
let left = 0;
|
|
@@ -1049,13 +1087,15 @@ class FoxgloveConnection {
|
|
|
1049
1087
|
depthToPointcloudWorkerPool = new DepthToPointcloudWorkerPool((event, frame, message) => {
|
|
1050
1088
|
this.submitPointcloudFrameCallback(event, frame, message);
|
|
1051
1089
|
});
|
|
1090
|
+
IMUEventEmitter = getIMUEventEmitter();
|
|
1052
1091
|
// message handler
|
|
1053
1092
|
|
|
1054
1093
|
rateLimitModCoefficient = 1;
|
|
1055
1094
|
rateLimitCounter = {
|
|
1056
1095
|
image: 0,
|
|
1057
1096
|
pointCloud: 0,
|
|
1058
|
-
annotations: 0
|
|
1097
|
+
annotations: 0,
|
|
1098
|
+
imu: 0
|
|
1059
1099
|
};
|
|
1060
1100
|
rateLimiter = new RateLimiter([{
|
|
1061
1101
|
delayCap: 100,
|
|
@@ -1179,6 +1219,10 @@ class FoxgloveConnection {
|
|
|
1179
1219
|
if (event.topic !== "Point Cloud") {
|
|
1180
1220
|
FrameStore.getInstance().registerFrame(event.topic, event);
|
|
1181
1221
|
}
|
|
1222
|
+
if (event.schemaName === "foxglove.IMU") {
|
|
1223
|
+
this.IMUEventEmitter.push(event.message);
|
|
1224
|
+
return;
|
|
1225
|
+
}
|
|
1182
1226
|
this.parseResolutionFromMessage(event.message, event.topic);
|
|
1183
1227
|
if (event.schemaName === "foxglove.PointCloud") {
|
|
1184
1228
|
this.PoitCloudSyncFramework.addFrame(event.message);
|
|
@@ -20159,7 +20203,7 @@ class WebRtcBridge extends ArtificialWorker {
|
|
|
20159
20203
|
constructor(automaticTokenRefresh) {
|
|
20160
20204
|
super();
|
|
20161
20205
|
this.automaticTokenRefresh = automaticTokenRefresh;
|
|
20162
|
-
this.#worker = new Worker(new URL("worker-
|
|
20206
|
+
this.#worker = new Worker(new URL("worker-BaUgfqvr.js", import.meta.url), {
|
|
20163
20207
|
type: "module"
|
|
20164
20208
|
});
|
|
20165
20209
|
this.#setupArtificialWorker();
|
|
@@ -20377,7 +20421,7 @@ class VisualizerConnection extends FoxgloveConnection {
|
|
|
20377
20421
|
let worker;
|
|
20378
20422
|
if (type === "ws") {
|
|
20379
20423
|
this.#url = data.connectionUrl;
|
|
20380
|
-
worker = new Worker(new URL("worker-
|
|
20424
|
+
worker = new Worker(new URL("worker-BpVhgPF8.js", import.meta.url), {
|
|
20381
20425
|
type: "module"
|
|
20382
20426
|
});
|
|
20383
20427
|
} else {
|
|
@@ -86796,7 +86840,7 @@ function legacy(parser) {
|
|
|
86796
86840
|
return new LanguageSupport(StreamLanguage.define(parser));
|
|
86797
86841
|
}
|
|
86798
86842
|
function sql$1(dialectName) {
|
|
86799
|
-
return import('./index-
|
|
86843
|
+
return import('./index-Bh1K2fdQ.js').then(m => m.sql({ dialect: m[dialectName] }));
|
|
86800
86844
|
}
|
|
86801
86845
|
/**
|
|
86802
86846
|
An array of language descriptions for known language packages.
|
|
@@ -86807,7 +86851,7 @@ const languages = [
|
|
|
86807
86851
|
name: "C",
|
|
86808
86852
|
extensions: ["c", "h", "ino"],
|
|
86809
86853
|
load() {
|
|
86810
|
-
return import('./index-
|
|
86854
|
+
return import('./index-43TgprEu.js').then(m => m.cpp());
|
|
86811
86855
|
}
|
|
86812
86856
|
}),
|
|
86813
86857
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86815,7 +86859,7 @@ const languages = [
|
|
|
86815
86859
|
alias: ["cpp"],
|
|
86816
86860
|
extensions: ["cpp", "c++", "cc", "cxx", "hpp", "h++", "hh", "hxx"],
|
|
86817
86861
|
load() {
|
|
86818
|
-
return import('./index-
|
|
86862
|
+
return import('./index-43TgprEu.js').then(m => m.cpp());
|
|
86819
86863
|
}
|
|
86820
86864
|
}),
|
|
86821
86865
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86835,7 +86879,7 @@ const languages = [
|
|
|
86835
86879
|
name: "Go",
|
|
86836
86880
|
extensions: ["go"],
|
|
86837
86881
|
load() {
|
|
86838
|
-
return import('./index-
|
|
86882
|
+
return import('./index-CE5UvJEK.js').then(m => m.go());
|
|
86839
86883
|
}
|
|
86840
86884
|
}),
|
|
86841
86885
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86850,7 +86894,7 @@ const languages = [
|
|
|
86850
86894
|
name: "Java",
|
|
86851
86895
|
extensions: ["java"],
|
|
86852
86896
|
load() {
|
|
86853
|
-
return import('./index-
|
|
86897
|
+
return import('./index-Cuz3eK79.js').then(m => m.java());
|
|
86854
86898
|
}
|
|
86855
86899
|
}),
|
|
86856
86900
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86866,7 +86910,7 @@ const languages = [
|
|
|
86866
86910
|
alias: ["json5"],
|
|
86867
86911
|
extensions: ["json", "map"],
|
|
86868
86912
|
load() {
|
|
86869
|
-
return import('./index-
|
|
86913
|
+
return import('./index-BNjJ_8FK.js').then(m => m.json());
|
|
86870
86914
|
}
|
|
86871
86915
|
}),
|
|
86872
86916
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86880,14 +86924,14 @@ const languages = [
|
|
|
86880
86924
|
name: "LESS",
|
|
86881
86925
|
extensions: ["less"],
|
|
86882
86926
|
load() {
|
|
86883
|
-
return import('./index-
|
|
86927
|
+
return import('./index-CwoKA3TI.js').then(m => m.less());
|
|
86884
86928
|
}
|
|
86885
86929
|
}),
|
|
86886
86930
|
/*@__PURE__*/LanguageDescription.of({
|
|
86887
86931
|
name: "Liquid",
|
|
86888
86932
|
extensions: ["liquid"],
|
|
86889
86933
|
load() {
|
|
86890
|
-
return import('./index-
|
|
86934
|
+
return import('./index-DsI_LKa6.js').then(m => m.liquid());
|
|
86891
86935
|
}
|
|
86892
86936
|
}),
|
|
86893
86937
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86913,7 +86957,7 @@ const languages = [
|
|
|
86913
86957
|
name: "PHP",
|
|
86914
86958
|
extensions: ["php", "php3", "php4", "php5", "php7", "phtml"],
|
|
86915
86959
|
load() {
|
|
86916
|
-
return import('./index-
|
|
86960
|
+
return import('./index-DKEcQxvw.js').then(m => m.php());
|
|
86917
86961
|
}
|
|
86918
86962
|
}),
|
|
86919
86963
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86930,28 +86974,28 @@ const languages = [
|
|
|
86930
86974
|
extensions: ["BUILD", "bzl", "py", "pyw"],
|
|
86931
86975
|
filename: /^(BUCK|BUILD)$/,
|
|
86932
86976
|
load() {
|
|
86933
|
-
return import('./index-
|
|
86977
|
+
return import('./index-Bdbez_kQ.js').then(m => m.python());
|
|
86934
86978
|
}
|
|
86935
86979
|
}),
|
|
86936
86980
|
/*@__PURE__*/LanguageDescription.of({
|
|
86937
86981
|
name: "Rust",
|
|
86938
86982
|
extensions: ["rs"],
|
|
86939
86983
|
load() {
|
|
86940
|
-
return import('./index-
|
|
86984
|
+
return import('./index-Brf_c1SY.js').then(m => m.rust());
|
|
86941
86985
|
}
|
|
86942
86986
|
}),
|
|
86943
86987
|
/*@__PURE__*/LanguageDescription.of({
|
|
86944
86988
|
name: "Sass",
|
|
86945
86989
|
extensions: ["sass"],
|
|
86946
86990
|
load() {
|
|
86947
|
-
return import('./index-
|
|
86991
|
+
return import('./index-CkJYVb2C.js').then(m => m.sass({ indented: true }));
|
|
86948
86992
|
}
|
|
86949
86993
|
}),
|
|
86950
86994
|
/*@__PURE__*/LanguageDescription.of({
|
|
86951
86995
|
name: "SCSS",
|
|
86952
86996
|
extensions: ["scss"],
|
|
86953
86997
|
load() {
|
|
86954
|
-
return import('./index-
|
|
86998
|
+
return import('./index-CkJYVb2C.js').then(m => m.sass());
|
|
86955
86999
|
}
|
|
86956
87000
|
}),
|
|
86957
87001
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86982,7 +87026,7 @@ const languages = [
|
|
|
86982
87026
|
name: "WebAssembly",
|
|
86983
87027
|
extensions: ["wat", "wast"],
|
|
86984
87028
|
load() {
|
|
86985
|
-
return import('./index-
|
|
87029
|
+
return import('./index-HHNfaqCT.js').then(m => m.wast());
|
|
86986
87030
|
}
|
|
86987
87031
|
}),
|
|
86988
87032
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86990,7 +87034,7 @@ const languages = [
|
|
|
86990
87034
|
alias: ["rss", "wsdl", "xsd"],
|
|
86991
87035
|
extensions: ["xml", "xsl", "xsd", "svg"],
|
|
86992
87036
|
load() {
|
|
86993
|
-
return import('./index-
|
|
87037
|
+
return import('./index-BDiEoQwc.js').then(m => m.xml());
|
|
86994
87038
|
}
|
|
86995
87039
|
}),
|
|
86996
87040
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86998,7 +87042,7 @@ const languages = [
|
|
|
86998
87042
|
alias: ["yml"],
|
|
86999
87043
|
extensions: ["yaml", "yml"],
|
|
87000
87044
|
load() {
|
|
87001
|
-
return import('./index-
|
|
87045
|
+
return import('./index-BokmU-9s.js').then(m => m.yaml());
|
|
87002
87046
|
}
|
|
87003
87047
|
}),
|
|
87004
87048
|
// Legacy modes ported from CodeMirror 5
|
|
@@ -87794,13 +87838,13 @@ const languages = [
|
|
|
87794
87838
|
name: "Vue",
|
|
87795
87839
|
extensions: ["vue"],
|
|
87796
87840
|
load() {
|
|
87797
|
-
return import('./index-
|
|
87841
|
+
return import('./index-BRqRNqQp.js').then(m => m.vue());
|
|
87798
87842
|
}
|
|
87799
87843
|
}),
|
|
87800
87844
|
/*@__PURE__*/LanguageDescription.of({
|
|
87801
87845
|
name: "Angular Template",
|
|
87802
87846
|
load() {
|
|
87803
|
-
return import('./index-
|
|
87847
|
+
return import('./index-fChvFOT8.js').then(m => m.angular());
|
|
87804
87848
|
}
|
|
87805
87849
|
})
|
|
87806
87850
|
];
|
|
@@ -166509,7 +166553,7 @@ function createRenderDelaySampler() {
|
|
|
166509
166553
|
};
|
|
166510
166554
|
}
|
|
166511
166555
|
|
|
166512
|
-
const ImagePanelComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-
|
|
166556
|
+
const ImagePanelComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-CR9ZZr7_.js'));
|
|
166513
166557
|
const ImagePanelBody = ({
|
|
166514
166558
|
topic,
|
|
166515
166559
|
frameRenderedEvent,
|
|
@@ -166604,7 +166648,7 @@ const DEFAULT_CAMERA_STATE = {
|
|
|
166604
166648
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
166605
166649
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
166606
166650
|
|
|
166607
|
-
const ThreeDeeRenderComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-
|
|
166651
|
+
const ThreeDeeRenderComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-IhyjAROl.js'));
|
|
166608
166652
|
const PointCloudPanelBody = ({
|
|
166609
166653
|
topic,
|
|
166610
166654
|
frameRenderedEvent,
|
|
@@ -166713,4 +166757,4 @@ const PointCloudPanel = /*#__PURE__*/React__default.memo(function PointCloudPane
|
|
|
166713
166757
|
}));
|
|
166714
166758
|
});
|
|
166715
166759
|
|
|
166716
|
-
export { LRLanguage as $, AnalyticsContext as A, PlayerCapabilities as B, assertNever as C, PlayerPresence as D, ErrorDisplay as E, isEqual as F, isDesktopApp as G, createTheme$1 as H, propTypesExports as I, DEFAULT_CAMERA_STATE as J, format as K, LeftSidebarItemKeys as L, z as M, serializeError as N, stringify$3 as O, PropTypes as P, createIntl as Q, RightSidebarItemKeys as R, Stack$1 as S, createIntlCache as T, indentNodeProp as U, continuedIndent as V, WorkspaceContext as W, foldNodeProp as X, styleTags as Y, tags$1 as Z, _extends$3 as _, AppEvent as a, LanguageSupport as a0, ExternalTokenizer as a1, LRParser as a2, ifNotIn as a3, completeFromList as a4, syntaxTree as a5, flatIndent as a6, delimitedIndent as a7, foldInside as a8, ContextTracker as a9, LocalTokenGroup as aa, snippetCompletion as ab, IterMode as ac, NodeWeakMap as ad, defineCSSCompletionSource as ae, EditorView as af, EditorSelection as ag, html$4 as ah, parseMixed as ai, bracketMatchingHandle as aj, javascriptLanguage as ak, VisualizerConnection as al, VisualizerContext as am, PanelLayout as an, ImagePanel as ao, PointCloudPanel as ap, constructKeyForTopicRenderMetrics as aq, globalInputEventMetricsManager as ar, globalDecodeMetricsManager as as, globalRenderMetricsManager as at, globalThroughputMetricsManager as au, FrameStore as av, baseSet as b, createAggregator as c, useTranslation as d, usePanelCatalog as e, flatRest as f, generateUtilityClass as g, EmptyState as h, isEmpty as i, PanelContext as j, PanelCatalogContext as k, usePanelStateStore as l, makeStyles as m, useDefaultPanelTitle as n, useWorkspaceStore as o, WorkspaceStoreSelectors as p, difference as q, usePanelContext as r, useMessagePipeline as s, useHoverValue as t, useAnalytics as u, v4 as v, useSetHoverValue as w, useClearHoverValue as x, useMessagePipelineGetter as y, usePanelSettingsTreeUpdate as z };
|
|
166760
|
+
export { LRLanguage as $, AnalyticsContext as A, PlayerCapabilities as B, assertNever as C, PlayerPresence as D, ErrorDisplay as E, isEqual as F, isDesktopApp as G, createTheme$1 as H, propTypesExports as I, DEFAULT_CAMERA_STATE as J, format as K, LeftSidebarItemKeys as L, z as M, serializeError as N, stringify$3 as O, PropTypes as P, createIntl as Q, RightSidebarItemKeys as R, Stack$1 as S, createIntlCache as T, indentNodeProp as U, continuedIndent as V, WorkspaceContext as W, foldNodeProp as X, styleTags as Y, tags$1 as Z, _extends$3 as _, AppEvent as a, LanguageSupport as a0, ExternalTokenizer as a1, LRParser as a2, ifNotIn as a3, completeFromList as a4, syntaxTree as a5, flatIndent as a6, delimitedIndent as a7, foldInside as a8, ContextTracker as a9, LocalTokenGroup as aa, snippetCompletion as ab, IterMode as ac, NodeWeakMap as ad, defineCSSCompletionSource as ae, EditorView as af, EditorSelection as ag, html$4 as ah, parseMixed as ai, bracketMatchingHandle as aj, javascriptLanguage as ak, VisualizerConnection as al, VisualizerContext as am, PanelLayout as an, ImagePanel as ao, PointCloudPanel as ap, constructKeyForTopicRenderMetrics as aq, globalInputEventMetricsManager as ar, globalDecodeMetricsManager as as, globalRenderMetricsManager as at, globalThroughputMetricsManager as au, FrameStore as av, getIMUEventEmitter as aw, baseSet as b, createAggregator as c, useTranslation as d, usePanelCatalog as e, flatRest as f, generateUtilityClass as g, EmptyState as h, isEmpty as i, PanelContext as j, PanelCatalogContext as k, usePanelStateStore as l, makeStyles as m, useDefaultPanelTitle as n, useWorkspaceStore as o, WorkspaceStoreSelectors as p, difference as q, usePanelContext as r, useMessagePipeline as s, useHoverValue as t, useAnalytics as u, v4 as v, useSetHoverValue as w, useClearHoverValue as x, useMessagePipelineGetter as y, usePanelSettingsTreeUpdate as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a1 as ExternalTokenizer, a9 as ContextTracker, Y as styleTags, Z as tags, a2 as LRParser, a5 as syntaxTree, a3 as ifNotIn, $ as LRLanguage, U as indentNodeProp, a7 as delimitedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport, ac as IterMode, a4 as completeFromList, ad as NodeWeakMap, ab as snippetCompletion } from './index-
|
|
2
|
-
import './depth-
|
|
3
|
-
import './protobuf-
|
|
1
|
+
import { a1 as ExternalTokenizer, a9 as ContextTracker, Y as styleTags, Z as tags, a2 as LRParser, a5 as syntaxTree, a3 as ifNotIn, $ as LRLanguage, U as indentNodeProp, a7 as delimitedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport, ac as IterMode, a4 as completeFromList, ad as NodeWeakMap, ab as snippetCompletion } from './index-BbCJPKqP.js';
|
|
2
|
+
import './depth-B7VOdK0y.js';
|
|
3
|
+
import './protobuf-BFCtaU7c.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -9,9 +9,9 @@ import '@mui/material';
|
|
|
9
9
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
10
10
|
import './comlink-DHMAu6X7.js';
|
|
11
11
|
import './utils-Hzt3wxhG.js';
|
|
12
|
-
import './FoxgloveServer-
|
|
12
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
13
13
|
import 'ms';
|
|
14
|
-
import './foxglove-protocol-
|
|
14
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
15
15
|
import 'react-dnd';
|
|
16
16
|
import 'react-dnd-html5-backend';
|
|
17
17
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { U as indentNodeProp, V as continuedIndent, X as foldNodeProp, Y as styleTags, Z as tags, $ as LRLanguage, a0 as LanguageSupport, a1 as ExternalTokenizer, a2 as LRParser, a3 as ifNotIn, a4 as completeFromList, a5 as syntaxTree } from './index-
|
|
2
|
-
import './depth-
|
|
3
|
-
import './protobuf-
|
|
1
|
+
import { U as indentNodeProp, V as continuedIndent, X as foldNodeProp, Y as styleTags, Z as tags, $ as LRLanguage, a0 as LanguageSupport, a1 as ExternalTokenizer, a2 as LRParser, a3 as ifNotIn, a4 as completeFromList, a5 as syntaxTree } from './index-BbCJPKqP.js';
|
|
2
|
+
import './depth-B7VOdK0y.js';
|
|
3
|
+
import './protobuf-BFCtaU7c.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -9,9 +9,9 @@ import '@mui/material';
|
|
|
9
9
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
10
10
|
import './comlink-DHMAu6X7.js';
|
|
11
11
|
import './utils-Hzt3wxhG.js';
|
|
12
|
-
import './FoxgloveServer-
|
|
12
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
13
13
|
import 'ms';
|
|
14
|
-
import './foxglove-protocol-
|
|
14
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
15
15
|
import 'react-dnd';
|
|
16
16
|
import 'react-dnd-html5-backend';
|
|
17
17
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a9 as ContextTracker, a1 as ExternalTokenizer, Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, U as indentNodeProp, a7 as delimitedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport, ai as parseMixed } from './index-
|
|
2
|
-
import './depth-
|
|
3
|
-
import './protobuf-
|
|
1
|
+
import { a9 as ContextTracker, a1 as ExternalTokenizer, Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, U as indentNodeProp, a7 as delimitedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport, ai as parseMixed } from './index-BbCJPKqP.js';
|
|
2
|
+
import './depth-B7VOdK0y.js';
|
|
3
|
+
import './protobuf-BFCtaU7c.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -9,9 +9,9 @@ import '@mui/material';
|
|
|
9
9
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
10
10
|
import './comlink-DHMAu6X7.js';
|
|
11
11
|
import './utils-Hzt3wxhG.js';
|
|
12
|
-
import './FoxgloveServer-
|
|
12
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
13
13
|
import 'ms';
|
|
14
|
-
import './foxglove-protocol-
|
|
14
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
15
15
|
import 'react-dnd';
|
|
16
16
|
import 'react-dnd-html5-backend';
|
|
17
17
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a1 as ExternalTokenizer, Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, U as indentNodeProp, V as continuedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport } from './index-
|
|
2
|
-
import './depth-
|
|
3
|
-
import './protobuf-
|
|
1
|
+
import { a1 as ExternalTokenizer, Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, U as indentNodeProp, V as continuedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport } from './index-BbCJPKqP.js';
|
|
2
|
+
import './depth-B7VOdK0y.js';
|
|
3
|
+
import './protobuf-BFCtaU7c.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -9,9 +9,9 @@ import '@mui/material';
|
|
|
9
9
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
10
10
|
import './comlink-DHMAu6X7.js';
|
|
11
11
|
import './utils-Hzt3wxhG.js';
|
|
12
|
-
import './FoxgloveServer-
|
|
12
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
13
13
|
import 'ms';
|
|
14
|
-
import './foxglove-protocol-
|
|
14
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
15
15
|
import 'react-dnd';
|
|
16
16
|
import 'react-dnd-html5-backend';
|
|
17
17
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a1 as ExternalTokenizer, a9 as ContextTracker, Y as styleTags, Z as tags, a2 as LRParser, aa as LocalTokenGroup, ab as snippetCompletion, a5 as syntaxTree, $ as LRLanguage, U as indentNodeProp, V as continuedIndent, a6 as flatIndent, a7 as delimitedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport, a3 as ifNotIn, a4 as completeFromList, ac as IterMode, ad as NodeWeakMap } from './index-
|
|
2
|
-
import './depth-
|
|
3
|
-
import './protobuf-
|
|
1
|
+
import { a1 as ExternalTokenizer, a9 as ContextTracker, Y as styleTags, Z as tags, a2 as LRParser, aa as LocalTokenGroup, ab as snippetCompletion, a5 as syntaxTree, $ as LRLanguage, U as indentNodeProp, V as continuedIndent, a6 as flatIndent, a7 as delimitedIndent, X as foldNodeProp, a8 as foldInside, a0 as LanguageSupport, a3 as ifNotIn, a4 as completeFromList, ac as IterMode, ad as NodeWeakMap } from './index-BbCJPKqP.js';
|
|
2
|
+
import './depth-B7VOdK0y.js';
|
|
3
|
+
import './protobuf-BFCtaU7c.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -9,9 +9,9 @@ import '@mui/material';
|
|
|
9
9
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
10
10
|
import './comlink-DHMAu6X7.js';
|
|
11
11
|
import './utils-Hzt3wxhG.js';
|
|
12
|
-
import './FoxgloveServer-
|
|
12
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
13
13
|
import 'ms';
|
|
14
|
-
import './foxglove-protocol-
|
|
14
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
15
15
|
import 'react-dnd';
|
|
16
16
|
import 'react-dnd-html5-backend';
|
|
17
17
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ImagePanel } from './index-
|
|
1
|
+
import { ImagePanel } from './index-IhyjAROl.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'react-dom';
|
|
4
|
-
import './depth-
|
|
5
|
-
import './protobuf-
|
|
4
|
+
import './depth-B7VOdK0y.js';
|
|
5
|
+
import './protobuf-BFCtaU7c.js';
|
|
6
6
|
import 'protobufjs/minimal';
|
|
7
7
|
import 'zustand';
|
|
8
8
|
import 'react-mosaic-component';
|
|
9
9
|
import '@mui/material';
|
|
10
10
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
11
|
-
import './index-
|
|
11
|
+
import './index-BbCJPKqP.js';
|
|
12
12
|
import './comlink-DHMAu6X7.js';
|
|
13
13
|
import './utils-Hzt3wxhG.js';
|
|
14
|
-
import './FoxgloveServer-
|
|
14
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
15
15
|
import 'ms';
|
|
16
|
-
import './foxglove-protocol-
|
|
16
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
17
17
|
import 'react-dnd';
|
|
18
18
|
import 'react-dnd-html5-backend';
|
|
19
19
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a1 as ExternalTokenizer, a9 as ContextTracker, Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, X as foldNodeProp, a8 as foldInside, U as indentNodeProp, V as continuedIndent, ae as defineCSSCompletionSource, a0 as LanguageSupport } from './index-
|
|
2
|
-
import './depth-
|
|
3
|
-
import './protobuf-
|
|
1
|
+
import { a1 as ExternalTokenizer, a9 as ContextTracker, Y as styleTags, Z as tags, a2 as LRParser, $ as LRLanguage, X as foldNodeProp, a8 as foldInside, U as indentNodeProp, V as continuedIndent, ae as defineCSSCompletionSource, a0 as LanguageSupport } from './index-BbCJPKqP.js';
|
|
2
|
+
import './depth-B7VOdK0y.js';
|
|
3
|
+
import './protobuf-BFCtaU7c.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -9,9 +9,9 @@ import '@mui/material';
|
|
|
9
9
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
10
10
|
import './comlink-DHMAu6X7.js';
|
|
11
11
|
import './utils-Hzt3wxhG.js';
|
|
12
|
-
import './FoxgloveServer-
|
|
12
|
+
import './FoxgloveServer-h5m-pXp3.js';
|
|
13
13
|
import 'ms';
|
|
14
|
-
import './foxglove-protocol-
|
|
14
|
+
import './foxglove-protocol-BSYuI-q2.js';
|
|
15
15
|
import 'react-dnd';
|
|
16
16
|
import 'react-dnd-html5-backend';
|
|
17
17
|
import './i18next-IYI3-Nuv.js';
|