@luxonis/visualizer-protobuf 2.32.1 → 2.34.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.
- package/dist/{FoxgloveServer-C39Uooyk.js → FoxgloveServer-BssAO1ix.js} +15 -4
- package/dist/{communicator-1cvNRjMr.js → communicator-D49kmBTQ.js} +1 -1
- package/dist/{deserialization.worker-d0xuPKYs.js → deserialization.worker-DsCOJqEa.js} +1 -1
- package/dist/{foxglove-protocol-CYoMweAY.js → foxglove-protocol-BQ1FsNfG.js} +1 -1
- package/dist/{index-CyuWa_3o.js → index-BOaAiO3i.js} +3 -3
- package/dist/{index-CW4po4LY.js → index-BV2f5Wiz.js} +3 -3
- package/dist/{index-BxwFQSQF.js → index-BkIiRxPg.js} +3 -4
- package/dist/{index-BL_I8-0V.js → index-Bl542JWK.js} +3 -3
- package/dist/{index-B9ZvmN6i.js → index-BlyAnDCs.js} +3 -3
- package/dist/{index-Q0j8WhNV.js → index-BoyVvb29.js} +3 -3
- package/dist/{index-BN96rKt2.js → index-BypUPQGn.js} +290 -223
- package/dist/{index-BpJwPs_P.js → index-CTQA6_uM.js} +4 -4
- package/dist/{index-DY4SlwLU.js → index-CZuP_zm9.js} +3 -3
- package/dist/{index-DjDBKVpT.js → index-CayC6Noc.js} +3 -3
- package/dist/{index-r4kFXt3E.js → index-CmqI1XYl.js} +3 -3
- package/dist/{index-C_92hNxE.js → index-D4MpX4Ms.js} +3 -3
- package/dist/{index-BiuCJhwT.js → index-DD-lbAT0.js} +3 -3
- package/dist/{index-BDyXMzQ6.js → index-DFfyvIbO.js} +3 -3
- package/dist/{index-DJ858Esn.js → index-DVIZBBCm.js} +3 -3
- package/dist/{index-DuBamk72.js → index-DaG9nPZd.js} +3 -3
- package/dist/{index-yA1k0oVX.js → index-DdNCwO7Q.js} +3 -3
- package/dist/{index-Hzb-PasG.js → index-Di8JNkBH.js} +3 -3
- package/dist/{index-C6r0_Z5X.js → index-eWVL02_M.js} +3 -3
- package/dist/index.js +3 -3
- package/dist/lib/src/components/Panel.d.ts +6 -0
- package/dist/lib/src/components/Panel.d.ts.map +1 -1
- package/dist/lib/src/components/Panel.js +10 -5
- package/dist/lib/src/components/Panel.js.map +1 -1
- package/dist/lib/src/components/PanelLayout.js +1 -1
- package/dist/lib/src/components/PanelLayout.js.map +1 -1
- package/dist/lib/src/components/PanelToolbar.d.ts +5 -0
- package/dist/lib/src/components/PanelToolbar.d.ts.map +1 -1
- package/dist/lib/src/components/PanelToolbar.js +9 -11
- package/dist/lib/src/components/PanelToolbar.js.map +1 -1
- package/dist/lib/src/messaging/message-handler.d.ts.map +1 -1
- package/dist/lib/src/messaging/message-handler.js.map +1 -1
- package/dist/lib/src/output.css +23 -2
- package/dist/lib/src/panels/ImagePanel.d.ts.map +1 -1
- package/dist/lib/src/panels/ImagePanel.js +1 -1
- package/dist/lib/src/panels/ImagePanel.js.map +1 -1
- package/dist/lib/src/panels/PointCloudPanel.d.ts +6 -1
- package/dist/lib/src/panels/PointCloudPanel.d.ts.map +1 -1
- package/dist/lib/src/panels/PointCloudPanel.js +5 -5
- package/dist/lib/src/panels/PointCloudPanel.js.map +1 -1
- package/dist/lib/src/protobuf.generated/EncodedFrame.js +1 -1
- package/dist/lib/src/protobuf.generated/Event.js +1 -1
- package/dist/lib/src/protobuf.generated/IMUData.js +1 -1
- package/dist/lib/src/protobuf.generated/ImageAnnotations.js +1 -1
- package/dist/lib/src/protobuf.generated/ImgDetections.js +1 -1
- package/dist/lib/src/protobuf.generated/ImgFrame.js +1 -1
- package/dist/lib/src/protobuf.generated/PointCloudData.js +1 -1
- package/dist/lib/src/protobuf.generated/SpatialImgDetections.js +1 -1
- package/dist/lib/src/protobuf.generated/common.js +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/ImageMode/MessageHandler.js +0 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/ImageMode/MessageHandler.js.map +1 -1
- package/dist/{protobuf-By8duXQO.js → protobuf-Cr0sn6Ua.js} +7 -7
- package/dist/{worker-CzUjMpCN.js → worker-C_ZGBh4B.js} +4 -4
- package/dist/{worker-B7qK-cxf.js → worker-DMpdSxSr.js} +3 -3
- package/package.json +1 -1
|
@@ -435,6 +435,14 @@ function parseServerMessage(buffer) {
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
const textEncoder = new TextEncoder();
|
|
438
|
+
/**
|
|
439
|
+
* A client to interact with the Foxglove WebSocket protocol:
|
|
440
|
+
* https://github.com/foxglove/ws-protocol/blob/main/docs/spec.md.
|
|
441
|
+
*
|
|
442
|
+
* You must provide the underlying websocket client (an implementation of `IWebSocket`) and that
|
|
443
|
+
* client must advertise a subprotocol which is compatible with the ws-protocol spec (e.g.
|
|
444
|
+
* "foxglove.websocket.v1").
|
|
445
|
+
*/
|
|
438
446
|
class FoxgloveClient {
|
|
439
447
|
static SUPPORTED_SUBPROTOCOL = "foxglove.websocket.v1";
|
|
440
448
|
#emitter = new EventEmitter();
|
|
@@ -454,12 +462,9 @@ class FoxgloveClient {
|
|
|
454
462
|
#reconnect() {
|
|
455
463
|
this.#ws.binaryType = "arraybuffer";
|
|
456
464
|
this.#ws.onerror = (event) => {
|
|
457
|
-
this.#emitter.emit("error", event.error);
|
|
465
|
+
this.#emitter.emit("error", event.error ?? new Error("WebSocket error"));
|
|
458
466
|
};
|
|
459
467
|
this.#ws.onopen = (_event) => {
|
|
460
|
-
if (this.#ws.protocol !== FoxgloveClient.SUPPORTED_SUBPROTOCOL) {
|
|
461
|
-
throw new Error(`Expected subprotocol ${FoxgloveClient.SUPPORTED_SUBPROTOCOL}, got '${this.#ws.protocol}'`);
|
|
462
|
-
}
|
|
463
468
|
this.#emitter.emit("open");
|
|
464
469
|
};
|
|
465
470
|
this.#ws.onmessage = (event) => {
|
|
@@ -483,6 +488,9 @@ class FoxgloveClient {
|
|
|
483
488
|
case "status":
|
|
484
489
|
this.#emitter.emit("status", message);
|
|
485
490
|
return;
|
|
491
|
+
case "removeStatus":
|
|
492
|
+
this.#emitter.emit("removeStatus", message);
|
|
493
|
+
return;
|
|
486
494
|
case "advertise":
|
|
487
495
|
this.#emitter.emit("advertise", message.channels);
|
|
488
496
|
return;
|
|
@@ -501,6 +509,9 @@ class FoxgloveClient {
|
|
|
501
509
|
case "connectionGraphUpdate":
|
|
502
510
|
this.#emitter.emit("connectionGraphUpdate", message);
|
|
503
511
|
return;
|
|
512
|
+
case "serviceCallFailure":
|
|
513
|
+
this.#emitter.emit("serviceCallFailure", message);
|
|
514
|
+
return;
|
|
504
515
|
case BinaryOpcode.MESSAGE_DATA:
|
|
505
516
|
this.#emitter.emit("message", message);
|
|
506
517
|
return;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as protobufsBySchema } from './protobuf-
|
|
1
|
+
import { p as protobufsBySchema } from './protobuf-Cr0sn6Ua.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,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-
|
|
4
|
+
import { T as Type, P as PointsAnnotationType, p as protobufsBySchema, a as Profile } from './protobuf-Cr0sn6Ua.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
import './_commonjsHelpers-E-ZsRS8r.js';
|
|
7
7
|
import 'zustand';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ClientBinaryOpcode, B as BinaryOpcode } from './FoxgloveServer-
|
|
1
|
+
import { C as ClientBinaryOpcode, B as BinaryOpcode } from './FoxgloveServer-BssAO1ix.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,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-
|
|
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-BypUPQGn.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -7,9 +7,9 @@ import '@mui/material';
|
|
|
7
7
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
8
8
|
import './comlink-DHMAu6X7.js';
|
|
9
9
|
import './utils-Hzt3wxhG.js';
|
|
10
|
-
import './FoxgloveServer-
|
|
10
|
+
import './FoxgloveServer-BssAO1ix.js';
|
|
11
11
|
import 'ms';
|
|
12
|
-
import './foxglove-protocol-
|
|
12
|
+
import './foxglove-protocol-BQ1FsNfG.js';
|
|
13
13
|
import 'react-dnd';
|
|
14
14
|
import 'react-dnd-html5-backend';
|
|
15
15
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -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-
|
|
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-BypUPQGn.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -7,9 +7,9 @@ import '@mui/material';
|
|
|
7
7
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
8
8
|
import './comlink-DHMAu6X7.js';
|
|
9
9
|
import './utils-Hzt3wxhG.js';
|
|
10
|
-
import './FoxgloveServer-
|
|
10
|
+
import './FoxgloveServer-BssAO1ix.js';
|
|
11
11
|
import 'ms';
|
|
12
|
-
import './foxglove-protocol-
|
|
12
|
+
import './foxglove-protocol-BQ1FsNfG.js';
|
|
13
13
|
import 'react-dnd';
|
|
14
14
|
import 'react-dnd-html5-backend';
|
|
15
15
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -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-
|
|
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-BypUPQGn.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';
|
|
@@ -20,13 +20,13 @@ import { useDrag, useDrop } from 'react-dnd';
|
|
|
20
20
|
import { B as Box3, V as Vector3, I as InstancedBufferGeometry, F as Float32BufferAttribute, a as InstancedInterleavedBuffer, b as InterleavedBufferAttribute, W as WireframeGeometry, S as Sphere, U as UniformsLib, c as Vector2, e as ShaderLib, f as UniformsUtils, g as ShaderMaterial, h as Vector4, M as Matrix4, L as Line3, i as Mesh, j as MathUtils, O as Object3D, C as Color, r as rgbToThreeColor, s as stringToRgba, m as makeRgba, k as MeshStandardMaterial, R as ReplaceStencilOp, N as NotEqualStencilFunc, D as DoubleSide, P as PointsMaterial, l as rgbaToCssString, n as colorModeSettingsFields, o as autoSelectColorSettings, p as PlaneGeometry, q as DataTexture, t as UVMapping, u as ClampToEdgeWrapping, v as NearestFilter, w as LinearFilter, x as FS_SRGB_TO_LINEAR, y as SRGBColorSpace, z as LinearSRGBColorSpace, A as rgbaToLinear, E as RedFormat, G as RGBAFormat, H as getColorConverter, J as FloatType, K as UnsignedByteType, Q as NEEDS_MIN_MAX$1, T as InstancedMesh, X as CylinderGeometry, Y as ConeGeometry, Z as DataTextureLoader, _ as LinearMipmapLinearFilter, $ as Loader, a0 as LoaderUtils, a1 as FileLoader, a2 as MeshBasicMaterial, a3 as Scene, a4 as TextureLoader, a5 as AnimationClip, a6 as VectorKeyframeTrack, a7 as QuaternionKeyframeTrack, a8 as MeshLambertMaterial, a9 as MeshPhongMaterial, aa as FrontSide, ab as PerspectiveCamera, ac as OrthographicCamera, ad as AmbientLight, ae as SpotLight, af as PointLight, ag as DirectionalLight, ah as BufferGeometry, ai as Group, aj as Quaternion, ak as Bone, al as LineBasicMaterial, am as SkinnedMesh, an as Line, ao as LineSegments, ap as RepeatWrapping, aq as Skeleton, ar as BufferAttribute, as as TrianglesDrawMode, at as TriangleFanDrawMode, au as TriangleStripDrawMode, av as MeshPhysicalMaterial, aw as ImageBitmapLoader, ax as InterleavedBuffer, ay as Material, az as PropertyBinding, aA as LineLoop, aB as Points, aC as InterpolateLinear, aD as ColorManagement, aE as NearestMipmapNearestFilter, aF as LinearMipmapNearestFilter, aG as NearestMipmapLinearFilter, aH as MirroredRepeatWrapping, aI as InterpolateDiscrete, aJ as Texture, aK as NumberKeyframeTrack, aL as Interpolant, aM as EdgesGeometry, aN as LoadingManager, aO as stringToRgb, aP as getLuminance, aQ as Euler, aR as vec3TupleApproxEquals, aS as decodeCompressedImageToBitmap, aT as CanvasTexture, aU as Shape, aV as SRGBToLinear, aW as ShapeGeometry, aX as DynamicDrawUsage, aY as ShaderChunk, aZ as IMAGE_DEFAULT_COLOR_MODE_SETTINGS, a_ as colorHasTransparency, a$ as StaticDrawUsage, b0 as RawShaderMaterial, b1 as GLSL3, b2 as colorFieldComputedPrefix, b3 as getRotationTo, b4 as SphereGeometry, b5 as rgbaGradient, b6 as InstancedBufferAttribute, b7 as BoxGeometry, b8 as DARK_OUTLINE, b9 as LIGHT_OUTLINE, ba as CircleGeometry, bb as LineDashedMaterial, bc as GreaterDepth, bd as EventDispatcher$1, be as Plane, bf as Raycaster, bg as WebGLRenderTarget, bh as THREE$1, bi as Spherical, bj as WebGLRenderer, bk as NoToneMapping, bl as VSMShadowMap, bm as HemisphereLight } from './decodeImage-CxUhz2gE.js';
|
|
21
21
|
import { CacheProvider } from '@emotion/react';
|
|
22
22
|
import '@mui/material/styles/createTypography';
|
|
23
|
-
import { E as EventEmitter } from './FoxgloveServer-
|
|
23
|
+
import { E as EventEmitter } from './FoxgloveServer-BssAO1ix.js';
|
|
24
24
|
import require$$1$3 from 'color';
|
|
25
25
|
import require$$2$1 from 'lodash.curry';
|
|
26
26
|
import OpenInNewIcon from '@mui/icons-material/OpenInNew';
|
|
27
27
|
import './comlink-DHMAu6X7.js';
|
|
28
28
|
import './utils-Hzt3wxhG.js';
|
|
29
|
-
import './foxglove-protocol-
|
|
29
|
+
import './foxglove-protocol-BQ1FsNfG.js';
|
|
30
30
|
import 'react-dnd-html5-backend';
|
|
31
31
|
import 'object-assign';
|
|
32
32
|
import 'react/jsx-runtime';
|
|
@@ -33696,7 +33696,6 @@ function findSynchronizedSetAndRemoveOlderItems(tree, visibleAnnotations) {
|
|
|
33696
33696
|
// Any bigger index with all annotations which is newer than already used index is the better option
|
|
33697
33697
|
const hasAllAnnotations = Array.from(visibleAnnotations).every(topic => entry[1].annotationsByTopic.has(topic));
|
|
33698
33698
|
if (hasAllAnnotations) {
|
|
33699
|
-
console.warn("upgrading to new valid entry", entry);
|
|
33700
33699
|
validEntry = entry;
|
|
33701
33700
|
}
|
|
33702
33701
|
}
|
|
@@ -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-
|
|
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-BypUPQGn.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -7,9 +7,9 @@ import '@mui/material';
|
|
|
7
7
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
8
8
|
import './comlink-DHMAu6X7.js';
|
|
9
9
|
import './utils-Hzt3wxhG.js';
|
|
10
|
-
import './FoxgloveServer-
|
|
10
|
+
import './FoxgloveServer-BssAO1ix.js';
|
|
11
11
|
import 'ms';
|
|
12
|
-
import './foxglove-protocol-
|
|
12
|
+
import './foxglove-protocol-BQ1FsNfG.js';
|
|
13
13
|
import 'react-dnd';
|
|
14
14
|
import 'react-dnd-html5-backend';
|
|
15
15
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -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-
|
|
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-BypUPQGn.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -7,9 +7,9 @@ import '@mui/material';
|
|
|
7
7
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
8
8
|
import './comlink-DHMAu6X7.js';
|
|
9
9
|
import './utils-Hzt3wxhG.js';
|
|
10
|
-
import './FoxgloveServer-
|
|
10
|
+
import './FoxgloveServer-BssAO1ix.js';
|
|
11
11
|
import 'ms';
|
|
12
|
-
import './foxglove-protocol-
|
|
12
|
+
import './foxglove-protocol-BQ1FsNfG.js';
|
|
13
13
|
import 'react-dnd';
|
|
14
14
|
import 'react-dnd-html5-backend';
|
|
15
15
|
import './i18next-IYI3-Nuv.js';
|
|
@@ -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-
|
|
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-BypUPQGn.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -7,9 +7,9 @@ import '@mui/material';
|
|
|
7
7
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
8
8
|
import './comlink-DHMAu6X7.js';
|
|
9
9
|
import './utils-Hzt3wxhG.js';
|
|
10
|
-
import './FoxgloveServer-
|
|
10
|
+
import './FoxgloveServer-BssAO1ix.js';
|
|
11
11
|
import 'ms';
|
|
12
|
-
import './foxglove-protocol-
|
|
12
|
+
import './foxglove-protocol-BQ1FsNfG.js';
|
|
13
13
|
import 'react-dnd';
|
|
14
14
|
import 'react-dnd-html5-backend';
|
|
15
15
|
import './i18next-IYI3-Nuv.js';
|