@luxonis/visualizer-protobuf 3.1.4 → 3.1.5
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-Z9mJitqG.js → FoxgloveServer-B98MHUu6.js} +1 -1
- package/dist/{communicator-t3uE4_km.js → communicator-Bzkx3Qfr.js} +1 -1
- package/dist/{depth-Ct_zm8Rq.js → depth-DlC6A3Te.js} +92 -92
- package/dist/{deserialization.worker-DvXlnMzb.js → deserialization.worker-B0hsW-Sx.js} +3 -3
- package/dist/{foxglove-protocol-DTBud3kT.js → foxglove-protocol-yHdoBNaD.js} +1 -1
- package/dist/{index-DUpgA7e6.js → index-0eLSwhoo.js} +5 -5
- package/dist/{index-D4NfQEba.js → index-9oE0WWCw.js} +5 -5
- package/dist/{index-CfSbEMmb.js → index-B1j6fp-M.js} +5 -5
- package/dist/{index-DXHvsHzl.js → index-BO7SiaLV.js} +5 -5
- package/dist/{index-CtcRTdcC.js → index-BSnV0RXL.js} +5 -5
- package/dist/{index-C-rWRmE5.js → index-Bxh1wmW1.js} +5 -5
- package/dist/{index-I7fQaE0_.js → index-C4T-Iwf2.js} +5 -5
- package/dist/{index-C_Rypho5.js → index-CBIHWFr7.js} +7 -7
- package/dist/{index-1D5S7eR3.js → index-CKj_YAej.js} +60 -101
- package/dist/{index-DRTvKm-0.js → index-CNtFMBWW.js} +5 -5
- package/dist/{index-Z2_pOHuN.js → index-CR3UTuQX.js} +5 -5
- package/dist/{index-Dgmw82OA.js → index-CXcSzQ2x.js} +5 -5
- package/dist/{index-4r5XO2hY.js → index-CZ8-lPGF.js} +5 -5
- package/dist/{index-DrXETBmj.js → index-CnOP0bgr.js} +5 -5
- package/dist/{index-Xp6XXYGL.js → index-D1l9GCRW.js} +5 -5
- package/dist/{index-BWUFvnnr.js → index-DqHG1ZHV.js} +142 -1383
- package/dist/{index-BEfrzxM3.js → index-Dqm1x8G2.js} +1 -1
- package/dist/{index-DnPkbSwI.js → index-Dy34b3gZ.js} +5 -5
- package/dist/{index-DpfKCYgk.js → index-TrCYoTV2.js} +5 -5
- package/dist/{index-CrogdRc3.js → index-UaQq8TIN.js} +5 -5
- package/dist/{index-CEJd4Yuv.js → index-lZAws6q7.js} +5 -5
- package/dist/index.js +5 -5
- package/dist/lib/src/protobuf.generated/EncodedFrame.js +1 -1
- package/dist/lib/src/protobuf.generated/EncodedFrame.js.map +1 -1
- package/dist/lib/src/protobuf.generated/Event.js +1 -1
- package/dist/lib/src/protobuf.generated/Event.js.map +1 -1
- package/dist/lib/src/protobuf.generated/IMUData.js +1 -1
- package/dist/lib/src/protobuf.generated/IMUData.js.map +1 -1
- package/dist/lib/src/protobuf.generated/ImageAnnotations.js +1 -1
- package/dist/lib/src/protobuf.generated/ImageAnnotations.js.map +1 -1
- package/dist/lib/src/protobuf.generated/ImgDetections.js +1 -1
- package/dist/lib/src/protobuf.generated/ImgDetections.js.map +1 -1
- package/dist/lib/src/protobuf.generated/ImgFrame.js +1 -1
- package/dist/lib/src/protobuf.generated/ImgFrame.js.map +1 -1
- package/dist/lib/src/protobuf.generated/PointCloudData.js +1 -1
- package/dist/lib/src/protobuf.generated/PointCloudData.js.map +1 -1
- package/dist/lib/src/protobuf.generated/RGBDData.js +1 -1
- package/dist/lib/src/protobuf.generated/RGBDData.js.map +1 -1
- package/dist/lib/src/protobuf.generated/SegmentationMask.js +1 -1
- package/dist/lib/src/protobuf.generated/SegmentationMask.js.map +1 -1
- package/dist/lib/src/protobuf.generated/SpatialImgDetections.js +1 -1
- package/dist/lib/src/protobuf.generated/SpatialImgDetections.js.map +1 -1
- package/dist/lib/src/protobuf.generated/common.js +1 -1
- package/dist/lib/src/protobuf.generated/common.js.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/Renderer.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/Renderer.js +10 -0
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/Renderer.js.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/ThreeDeeRender.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/ThreeDeeRender.js +23 -14
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/ThreeDeeRender.js.map +1 -1
- package/dist/{protobuf-BQPUfAzh.js → protobuf-Be0G3NFz.js} +8 -8
- package/dist/{worker-IhN8LKNl.js → worker-0Q6os6Ck.js} +4 -4
- package/dist/{worker-ChcSJthL.js → worker-NFznpx6V.js} +3 -3
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { _ as _classPrivateFieldLooseBase, p as protobufsBySchema, b as _objectSpread2, a as _classPrivateFieldLooseKey } from './protobuf-
|
|
2
|
+
import { _ as _classPrivateFieldLooseBase, p as protobufsBySchema, b as _objectSpread2, a as _classPrivateFieldLooseKey } from './protobuf-Be0G3NFz.js';
|
|
3
3
|
import { r as recordToDataView } from './encoding-jXImCIb4.js';
|
|
4
4
|
import { L as Logger } from './logger-Bqy1nuLj.js';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { w as wrap, t as transfer } from './comlink-jf8bdrAf.js';
|
|
3
|
-
import { f as commonjsGlobal, _ as _classPrivateFieldLooseBase, a as _classPrivateFieldLooseKey, g as getDefaultExportFromCjs, b as _objectSpread2, T as Type } from './protobuf-
|
|
3
|
+
import { f as commonjsGlobal, _ as _classPrivateFieldLooseBase, a as _classPrivateFieldLooseKey, g as getDefaultExportFromCjs, b as _objectSpread2, T as Type } from './protobuf-Be0G3NFz.js';
|
|
4
4
|
import { L as Logger$2 } from './logger-Bqy1nuLj.js';
|
|
5
5
|
import { useContext, useRef, createContext, useReducer, useLayoutEffect, useState, useCallback } from 'react';
|
|
6
6
|
import 'zustand';
|
|
@@ -543,6 +543,90 @@ _Logger = Logger;
|
|
|
543
543
|
Logger.default = new _Logger("");
|
|
544
544
|
var Logger$1 = Logger.default;
|
|
545
545
|
|
|
546
|
+
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
547
|
+
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
548
|
+
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
549
|
+
|
|
550
|
+
const log$2 = Logger$1.getLogger("src/index.ts");
|
|
551
|
+
/**
|
|
552
|
+
* Values of the contants below are a (more or less) informed guesses and not guaranteed to be accurate.
|
|
553
|
+
*/
|
|
554
|
+
const COMPRESSED_POINTER_SIZE = 4; // Pointers use 4 bytes (also on 64-bit systems) due to pointer compression
|
|
555
|
+
const OBJECT_BASE_SIZE = 3 * COMPRESSED_POINTER_SIZE; // 3 compressed pointers
|
|
556
|
+
// Arrays have an additional length property (1 pointer) and a backing store header (2 pointers)
|
|
557
|
+
// See https://stackoverflow.com/a/70550693.
|
|
558
|
+
const ARRAY_BASE_SIZE = OBJECT_BASE_SIZE + 3 * COMPRESSED_POINTER_SIZE;
|
|
559
|
+
const TYPED_ARRAY_BASE_SIZE = 25 * COMPRESSED_POINTER_SIZE; // byteLength, byteOffset, ..., see https://stackoverflow.com/a/45808835
|
|
560
|
+
const SMALL_INTEGER_SIZE = COMPRESSED_POINTER_SIZE; // Small integers (up to 31 bits), pointer tagging
|
|
561
|
+
const HEAP_NUMBER_SIZE = 8 + 2 * COMPRESSED_POINTER_SIZE; // 4-byte map pointer + 8-byte payload + property pointer
|
|
562
|
+
const MAX_NUM_FAST_PROPERTIES = 1020;
|
|
563
|
+
|
|
564
|
+
/**
|
|
565
|
+
* Estimate the size in bytes of an arbitrary object or primitive.
|
|
566
|
+
* @param obj Object or primitive to estimate the size for
|
|
567
|
+
* @returns Estimated size in bytes
|
|
568
|
+
*/
|
|
569
|
+
function estimateObjectSize(obj) {
|
|
570
|
+
// catches null and undefined
|
|
571
|
+
// typeof null == "object"
|
|
572
|
+
if (obj == undefined) {
|
|
573
|
+
return SMALL_INTEGER_SIZE;
|
|
574
|
+
}
|
|
575
|
+
switch (typeof obj) {
|
|
576
|
+
case "undefined":
|
|
577
|
+
case "boolean":
|
|
578
|
+
{
|
|
579
|
+
return SMALL_INTEGER_SIZE;
|
|
580
|
+
}
|
|
581
|
+
case "number":
|
|
582
|
+
{
|
|
583
|
+
return Number.isInteger(obj) ? SMALL_INTEGER_SIZE : HEAP_NUMBER_SIZE;
|
|
584
|
+
}
|
|
585
|
+
case "bigint":
|
|
586
|
+
{
|
|
587
|
+
return HEAP_NUMBER_SIZE;
|
|
588
|
+
}
|
|
589
|
+
case "string":
|
|
590
|
+
{
|
|
591
|
+
// The string length is rounded up to the next multiple of 4.
|
|
592
|
+
return COMPRESSED_POINTER_SIZE + OBJECT_BASE_SIZE + Math.ceil(obj.length / 4) * 4;
|
|
593
|
+
}
|
|
594
|
+
case "object":
|
|
595
|
+
{
|
|
596
|
+
if (Array.isArray(obj)) {
|
|
597
|
+
return COMPRESSED_POINTER_SIZE + ARRAY_BASE_SIZE + Object.values(obj).reduce((acc, val) => acc + estimateObjectSize(val), 0);
|
|
598
|
+
} else if (ArrayBuffer.isView(obj)) {
|
|
599
|
+
return TYPED_ARRAY_BASE_SIZE + obj.byteLength;
|
|
600
|
+
} else if (obj instanceof Set) {
|
|
601
|
+
return COMPRESSED_POINTER_SIZE + OBJECT_BASE_SIZE + Array.from(obj.values()).reduce((acc, val) => acc + estimateObjectSize(val), 0);
|
|
602
|
+
} else if (obj instanceof Map) {
|
|
603
|
+
return COMPRESSED_POINTER_SIZE + OBJECT_BASE_SIZE + Array.from(obj.entries()).reduce((acc, [key, val]) => acc + estimateObjectSize(key) + estimateObjectSize(val), 0);
|
|
604
|
+
}
|
|
605
|
+
let propertiesSize = 0;
|
|
606
|
+
const numProps = Object.keys(obj).length;
|
|
607
|
+
if (numProps > MAX_NUM_FAST_PROPERTIES) {
|
|
608
|
+
// If there are too many properties, V8 stores Objects in dictionary mode (slow properties)
|
|
609
|
+
// with each object having a self-contained dictionary. This dictionary contains the key, value
|
|
610
|
+
// and details of properties. Below we estimate the size of this additional dictionary. Formula
|
|
611
|
+
// adapted from
|
|
612
|
+
// medium.com/@bpmxmqd/v8-engine-jsobject-structure-analysis-and-memory-optimization-ideas-be30cfcdcd16
|
|
613
|
+
const propertiesDictSize = 16 + 5 * 8 + 2 ** Math.ceil(Math.log2((numProps + 2) * 1.5)) * 3 * 4;
|
|
614
|
+
// In return, properties are no longer stored in the properties array, so we subtract that.
|
|
615
|
+
propertiesSize = propertiesDictSize - numProps * COMPRESSED_POINTER_SIZE;
|
|
616
|
+
}
|
|
617
|
+
const valuesSize = Object.values(obj).reduce((acc, val) => acc + estimateObjectSize(val), 0);
|
|
618
|
+
return OBJECT_BASE_SIZE + propertiesSize + valuesSize;
|
|
619
|
+
}
|
|
620
|
+
case "symbol":
|
|
621
|
+
case "function":
|
|
622
|
+
{
|
|
623
|
+
throw new Error(`Can't estimate size of type '${typeof obj}'`);
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
log$2.error(`Can't estimate size of type '${typeof obj}'`);
|
|
627
|
+
return SMALL_INTEGER_SIZE;
|
|
628
|
+
}
|
|
629
|
+
|
|
546
630
|
const decodingErrorDefinitions = {
|
|
547
631
|
UnsupportedTopic: {
|
|
548
632
|
message: "This topic is not supported by the current decoder."
|
|
@@ -2799,7 +2883,7 @@ function useJsonTreeTheme() {
|
|
|
2799
2883
|
}
|
|
2800
2884
|
const TAB_PANEL_TYPE = "Tab";
|
|
2801
2885
|
|
|
2802
|
-
const log$
|
|
2886
|
+
const log$1 = Logger$1.getLogger("src/index.ts");
|
|
2803
2887
|
|
|
2804
2888
|
// given a panel type, create a unique id for a panel
|
|
2805
2889
|
// with the type embedded within the id
|
|
@@ -3014,13 +3098,13 @@ const validateTabPanelConfig = config => {
|
|
|
3014
3098
|
}
|
|
3015
3099
|
if (!Array.isArray(config.tabs) || typeof config.activeTabIdx !== "number") {
|
|
3016
3100
|
const error = new Error("A non-Tab panel config is being operated on as if it were a Tab panel.");
|
|
3017
|
-
log$
|
|
3101
|
+
log$1.info(`Invalid Tab panel config: ${error.message}`, config);
|
|
3018
3102
|
reportError(error);
|
|
3019
3103
|
return false;
|
|
3020
3104
|
}
|
|
3021
3105
|
if (config.activeTabIdx >= config.tabs.length) {
|
|
3022
3106
|
const error = new Error("A Tab panel has an activeTabIdx for a nonexistent tab.");
|
|
3023
|
-
log$
|
|
3107
|
+
log$1.info(`Invalid Tab panel config: ${error.message}`, config);
|
|
3024
3108
|
reportError(error);
|
|
3025
3109
|
return false;
|
|
3026
3110
|
}
|
|
@@ -3292,7 +3376,7 @@ function toggleSelectedPanel(panelId, containingTabId, configById, selectedPanel
|
|
|
3292
3376
|
* part of a saved "layout") used by the current workspace.
|
|
3293
3377
|
*/
|
|
3294
3378
|
|
|
3295
|
-
const log
|
|
3379
|
+
const log = Logger$1.getLogger("src/index.ts");
|
|
3296
3380
|
const CurrentLayoutContext = /*#__PURE__*/createContext(undefined);
|
|
3297
3381
|
CurrentLayoutContext.displayName = "CurrentLayoutContext";
|
|
3298
3382
|
function usePanelMosaicId() {
|
|
@@ -3307,7 +3391,7 @@ function useCurrentLayoutSelector(selector) {
|
|
|
3307
3391
|
|
|
3308
3392
|
// Catch locations using unstable function selectors
|
|
3309
3393
|
useShouldNotChangeOften(selector, () => {
|
|
3310
|
-
log
|
|
3394
|
+
log.warn("useCurrentLayoutSelector is changing frequently. Rewrite your selector as a stable function.");
|
|
3311
3395
|
});
|
|
3312
3396
|
const state = useRef(undefined);
|
|
3313
3397
|
if (!state.current || selector !== state.current.selector) {
|
|
@@ -3627,91 +3711,6 @@ sendNotification.expectCalledDuringTest = () => {
|
|
|
3627
3711
|
throw new Error("Should be overriden in setupTestFramework.ts");
|
|
3628
3712
|
};
|
|
3629
3713
|
|
|
3630
|
-
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
3631
|
-
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
3632
|
-
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
3633
|
-
const log = Logger$1.getLogger("src/index.ts");
|
|
3634
|
-
/**
|
|
3635
|
-
* Values of the contants below are a (more or less) informed guesses and not guaranteed to be accurate.
|
|
3636
|
-
*/
|
|
3637
|
-
const COMPRESSED_POINTER_SIZE = 4; // Pointers use 4 bytes (also on 64-bit systems) due to pointer compression
|
|
3638
|
-
const OBJECT_BASE_SIZE = 3 * COMPRESSED_POINTER_SIZE; // 3 compressed pointers
|
|
3639
|
-
// Arrays have an additional length property (1 pointer) and a backing store header (2 pointers)
|
|
3640
|
-
// See https://stackoverflow.com/a/70550693.
|
|
3641
|
-
const ARRAY_BASE_SIZE = OBJECT_BASE_SIZE + 3 * COMPRESSED_POINTER_SIZE;
|
|
3642
|
-
const TYPED_ARRAY_BASE_SIZE = 25 * COMPRESSED_POINTER_SIZE; // byteLength, byteOffset, ..., see https://stackoverflow.com/a/45808835
|
|
3643
|
-
const SMALL_INTEGER_SIZE = COMPRESSED_POINTER_SIZE; // Small integers (up to 31 bits), pointer tagging
|
|
3644
|
-
const HEAP_NUMBER_SIZE = 8 + 2 * COMPRESSED_POINTER_SIZE; // 4-byte map pointer + 8-byte payload + property pointer
|
|
3645
|
-
const MAX_NUM_FAST_PROPERTIES = 1020;
|
|
3646
|
-
/**
|
|
3647
|
-
* Estimate the size in bytes of an arbitrary object or primitive.
|
|
3648
|
-
* @param obj Object or primitive to estimate the size for
|
|
3649
|
-
* @returns Estimated size in bytes
|
|
3650
|
-
*/
|
|
3651
|
-
function estimateObjectSize(obj) {
|
|
3652
|
-
// catches null and undefined
|
|
3653
|
-
// typeof null == "object"
|
|
3654
|
-
if (obj == undefined) {
|
|
3655
|
-
return SMALL_INTEGER_SIZE;
|
|
3656
|
-
}
|
|
3657
|
-
switch (typeof obj) {
|
|
3658
|
-
case "undefined":
|
|
3659
|
-
case "boolean": {
|
|
3660
|
-
return SMALL_INTEGER_SIZE;
|
|
3661
|
-
}
|
|
3662
|
-
case "number": {
|
|
3663
|
-
return Number.isInteger(obj) ? SMALL_INTEGER_SIZE : HEAP_NUMBER_SIZE;
|
|
3664
|
-
}
|
|
3665
|
-
case "bigint": {
|
|
3666
|
-
return HEAP_NUMBER_SIZE;
|
|
3667
|
-
}
|
|
3668
|
-
case "string": {
|
|
3669
|
-
// The string length is rounded up to the next multiple of 4.
|
|
3670
|
-
return COMPRESSED_POINTER_SIZE + OBJECT_BASE_SIZE + Math.ceil(obj.length / 4) * 4;
|
|
3671
|
-
}
|
|
3672
|
-
case "object": {
|
|
3673
|
-
if (Array.isArray(obj)) {
|
|
3674
|
-
return (COMPRESSED_POINTER_SIZE +
|
|
3675
|
-
ARRAY_BASE_SIZE +
|
|
3676
|
-
Object.values(obj).reduce((acc, val) => acc + estimateObjectSize(val), 0));
|
|
3677
|
-
}
|
|
3678
|
-
else if (ArrayBuffer.isView(obj)) {
|
|
3679
|
-
return TYPED_ARRAY_BASE_SIZE + obj.byteLength;
|
|
3680
|
-
}
|
|
3681
|
-
else if (obj instanceof Set) {
|
|
3682
|
-
return (COMPRESSED_POINTER_SIZE +
|
|
3683
|
-
OBJECT_BASE_SIZE +
|
|
3684
|
-
Array.from(obj.values()).reduce((acc, val) => acc + estimateObjectSize(val), 0));
|
|
3685
|
-
}
|
|
3686
|
-
else if (obj instanceof Map) {
|
|
3687
|
-
return (COMPRESSED_POINTER_SIZE +
|
|
3688
|
-
OBJECT_BASE_SIZE +
|
|
3689
|
-
Array.from(obj.entries()).reduce((acc, [key, val]) => acc + estimateObjectSize(key) + estimateObjectSize(val), 0));
|
|
3690
|
-
}
|
|
3691
|
-
let propertiesSize = 0;
|
|
3692
|
-
const numProps = Object.keys(obj).length;
|
|
3693
|
-
if (numProps > MAX_NUM_FAST_PROPERTIES) {
|
|
3694
|
-
// If there are too many properties, V8 stores Objects in dictionary mode (slow properties)
|
|
3695
|
-
// with each object having a self-contained dictionary. This dictionary contains the key, value
|
|
3696
|
-
// and details of properties. Below we estimate the size of this additional dictionary. Formula
|
|
3697
|
-
// adapted from
|
|
3698
|
-
// medium.com/@bpmxmqd/v8-engine-jsobject-structure-analysis-and-memory-optimization-ideas-be30cfcdcd16
|
|
3699
|
-
const propertiesDictSize = 16 + 5 * 8 + 2 ** Math.ceil(Math.log2((numProps + 2) * 1.5)) * 3 * 4;
|
|
3700
|
-
// In return, properties are no longer stored in the properties array, so we subtract that.
|
|
3701
|
-
propertiesSize = propertiesDictSize - numProps * COMPRESSED_POINTER_SIZE;
|
|
3702
|
-
}
|
|
3703
|
-
const valuesSize = Object.values(obj).reduce((acc, val) => acc + estimateObjectSize(val), 0);
|
|
3704
|
-
return OBJECT_BASE_SIZE + propertiesSize + valuesSize;
|
|
3705
|
-
}
|
|
3706
|
-
case "symbol":
|
|
3707
|
-
case "function": {
|
|
3708
|
-
throw new Error(`Can't estimate size of type '${typeof obj}'`);
|
|
3709
|
-
}
|
|
3710
|
-
}
|
|
3711
|
-
log.error(`Can't estimate size of type '${typeof obj}'`);
|
|
3712
|
-
return SMALL_INTEGER_SIZE;
|
|
3713
|
-
}
|
|
3714
|
-
|
|
3715
3714
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
3716
3715
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
3717
3716
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
@@ -3724,6 +3723,7 @@ function estimateObjectSize(obj) {
|
|
|
3724
3723
|
// This source code is licensed under the Apache License, Version 2.0,
|
|
3725
3724
|
// found at http://www.apache.org/licenses/LICENSE-2.0
|
|
3726
3725
|
// You may not use this file except in compliance with the License.
|
|
3726
|
+
|
|
3727
3727
|
Logger$1.getLogger("src/index.ts");
|
|
3728
3728
|
|
|
3729
3729
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -3938,4 +3938,4 @@ function getDistanceFromDepthDataForOffset(depthData, width, height, xOffset, yO
|
|
|
3938
3938
|
return sum / count;
|
|
3939
3939
|
}
|
|
3940
3940
|
|
|
3941
|
-
export { deserializeDepthFrame as $, AppError as A,
|
|
3941
|
+
export { deserializeDepthFrame as $, AppError as A, inlineTabPanelLayouts as B, getAllPanelIds as C, DEFAULT_TAB_PANEL_CONFIG as D, getConfigsForNestedPanelsInsideTab as E, reorderTabWithinTabPanel as F, moveTabBetweenTabPanels as G, isTabPanelConfig as H, addPanelToTab as I, createAddUpdates as J, filterMap as K, Logger$1 as L, uniq as M, useShallowMemo as N, CurrentLayoutContext as O, MessageOrderTracker as P, AppConfigurationContext as Q, DecodingError as R, getDistanceFromDepthDataForOffset as S, TAB_PANEL_TYPE as T, parseMessage as U, fromMillis as V, DecoderRuntimeError as W, parsePixelFormat as X, UnsupportedTopicError as Y, NotInSecureContextError as Z, EncodedStreamNotSupportedError as _, baseEach as a, isSymbol as a0, toString as a1, keys as a2, getSymbols as a3, stubArray as a4, arrayPush as a5, baseGetAllKeys as a6, getAllKeys as a7, arrayMap as a8, useCurrentLayoutActions as a9, useCurrentLayoutSelector as aa, usePanelMosaicId as ab, noop as ac, useSelectedPanels as ad, useAppConfiguration as ae, useJsonTreeTheme as af, baseFlatten as b, createDecodingError as c, dist as d, estimateObjectSize as e, baseIteratee as f, baseDifference as g, getTag as h, baseKeys as i, baseIsEqual as j, castPath as k, baseGet as l, hasIn as m, shallowequal$1 as n, getPanelIdsInsideTabPanels as o, getPanelTypeFromId as p, removePanelFromTabPanel as q, reportError as r, sendNotification as s, toKey as t, useGuaranteedContext as u, getPanelIdForType as v, getPathFromNode as w, updateTabPanelLayout as x, getSaveConfigsPayloadForAddedPanel as y, replaceAndRemovePanels as z };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { b as _objectSpread2, P as PointsAnnotationType, p as protobufsBySchema, T as Type, h as Profile } from './protobuf-
|
|
2
|
+
import { b as _objectSpread2, P as PointsAnnotationType, p as protobufsBySchema, T as Type, h as Profile } from './protobuf-Be0G3NFz.js';
|
|
3
3
|
import { e as expose } from './comlink-jf8bdrAf.js';
|
|
4
|
-
import { t as typescript } from './index-
|
|
5
|
-
import {
|
|
4
|
+
import { t as typescript } from './index-Dqm1x8G2.js';
|
|
5
|
+
import { U as parseMessage, e as estimateObjectSize, V as fromMillis, W as DecoderRuntimeError, d as dist, X as parsePixelFormat, Y as UnsupportedTopicError, Z as NotInSecureContextError, _ as EncodedStreamNotSupportedError, $ as deserializeDepthFrame } from './depth-DlC6A3Te.js';
|
|
6
6
|
import { L as Logger } from './logger-Bqy1nuLj.js';
|
|
7
7
|
import { i as isCapableOfEncodedStream } from './encoding-jXImCIb4.js';
|
|
8
8
|
import 'react';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { C as ClientBinaryOpcode, B as BinaryOpcode } from './FoxgloveServer-
|
|
2
|
+
import { C as ClientBinaryOpcode, B as BinaryOpcode } from './FoxgloveServer-B98MHUu6.js';
|
|
3
3
|
|
|
4
4
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
5
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import './protobuf-
|
|
2
|
+
import { Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, a2 as LocalTokenGroup, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, a3 as flatIndent, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport } from './index-DqHG1ZHV.js';
|
|
3
|
+
import './protobuf-Be0G3NFz.js';
|
|
4
4
|
import './logger-Bqy1nuLj.js';
|
|
5
|
-
import './depth-
|
|
5
|
+
import './depth-DlC6A3Te.js';
|
|
6
6
|
import './comlink-jf8bdrAf.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'zustand';
|
|
@@ -10,9 +10,9 @@ import 'react-mosaic-component';
|
|
|
10
10
|
import '@mui/material';
|
|
11
11
|
import './isArrayLikeObject-n9ytTioB.js';
|
|
12
12
|
import './utils-DmlHZWuo.js';
|
|
13
|
-
import './FoxgloveServer-
|
|
13
|
+
import './FoxgloveServer-B98MHUu6.js';
|
|
14
14
|
import 'ms';
|
|
15
|
-
import './foxglove-protocol-
|
|
15
|
+
import './foxglove-protocol-yHdoBNaD.js';
|
|
16
16
|
import 'react-dnd';
|
|
17
17
|
import 'react-dnd-html5-backend';
|
|
18
18
|
import './i18next-17tp0Ngf.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import './protobuf-
|
|
2
|
+
import { a6 as ContextTracker, Y as ExternalTokenizer, U as styleTags, V as tags, Z as LRParser, W as LRLanguage, Q as indentNodeProp, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport, ad as parseMixed } from './index-DqHG1ZHV.js';
|
|
3
|
+
import './protobuf-Be0G3NFz.js';
|
|
4
4
|
import './logger-Bqy1nuLj.js';
|
|
5
|
-
import './depth-
|
|
5
|
+
import './depth-DlC6A3Te.js';
|
|
6
6
|
import './comlink-jf8bdrAf.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'zustand';
|
|
@@ -10,9 +10,9 @@ import 'react-mosaic-component';
|
|
|
10
10
|
import '@mui/material';
|
|
11
11
|
import './isArrayLikeObject-n9ytTioB.js';
|
|
12
12
|
import './utils-DmlHZWuo.js';
|
|
13
|
-
import './FoxgloveServer-
|
|
13
|
+
import './FoxgloveServer-B98MHUu6.js';
|
|
14
14
|
import 'ms';
|
|
15
|
-
import './foxglove-protocol-
|
|
15
|
+
import './foxglove-protocol-yHdoBNaD.js';
|
|
16
16
|
import 'react-dnd';
|
|
17
17
|
import 'react-dnd-html5-backend';
|
|
18
18
|
import './i18next-17tp0Ngf.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import './protobuf-
|
|
2
|
+
import { U as styleTags, V as tags, W as LRLanguage, X as LanguageSupport, Z as LRParser, a2 as LocalTokenGroup, ac as html, ad as parseMixed, ag as javascriptLanguage } from './index-DqHG1ZHV.js';
|
|
3
|
+
import './protobuf-Be0G3NFz.js';
|
|
4
4
|
import './logger-Bqy1nuLj.js';
|
|
5
|
-
import './depth-
|
|
5
|
+
import './depth-DlC6A3Te.js';
|
|
6
6
|
import './comlink-jf8bdrAf.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'zustand';
|
|
@@ -10,9 +10,9 @@ import 'react-mosaic-component';
|
|
|
10
10
|
import '@mui/material';
|
|
11
11
|
import './isArrayLikeObject-n9ytTioB.js';
|
|
12
12
|
import './utils-DmlHZWuo.js';
|
|
13
|
-
import './FoxgloveServer-
|
|
13
|
+
import './FoxgloveServer-B98MHUu6.js';
|
|
14
14
|
import 'ms';
|
|
15
|
-
import './foxglove-protocol-
|
|
15
|
+
import './foxglove-protocol-yHdoBNaD.js';
|
|
16
16
|
import 'react-dnd';
|
|
17
17
|
import 'react-dnd-html5-backend';
|
|
18
18
|
import './i18next-17tp0Ngf.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import './protobuf-
|
|
2
|
+
import { Q as indentNodeProp, R as continuedIndent, T as foldNodeProp, U as styleTags, V as tags, W as LRLanguage, X as LanguageSupport, Y as ExternalTokenizer, Z as LRParser, $ as ifNotIn, a0 as completeFromList, a1 as syntaxTree } from './index-DqHG1ZHV.js';
|
|
3
|
+
import './protobuf-Be0G3NFz.js';
|
|
4
4
|
import './logger-Bqy1nuLj.js';
|
|
5
|
-
import './depth-
|
|
5
|
+
import './depth-DlC6A3Te.js';
|
|
6
6
|
import './comlink-jf8bdrAf.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'zustand';
|
|
@@ -10,9 +10,9 @@ import 'react-mosaic-component';
|
|
|
10
10
|
import '@mui/material';
|
|
11
11
|
import './isArrayLikeObject-n9ytTioB.js';
|
|
12
12
|
import './utils-DmlHZWuo.js';
|
|
13
|
-
import './FoxgloveServer-
|
|
13
|
+
import './FoxgloveServer-B98MHUu6.js';
|
|
14
14
|
import 'ms';
|
|
15
|
-
import './foxglove-protocol-
|
|
15
|
+
import './foxglove-protocol-yHdoBNaD.js';
|
|
16
16
|
import 'react-dnd';
|
|
17
17
|
import 'react-dnd-html5-backend';
|
|
18
18
|
import './i18next-17tp0Ngf.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import './protobuf-
|
|
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-DqHG1ZHV.js';
|
|
3
|
+
import './protobuf-Be0G3NFz.js';
|
|
4
4
|
import './logger-Bqy1nuLj.js';
|
|
5
|
-
import './depth-
|
|
5
|
+
import './depth-DlC6A3Te.js';
|
|
6
6
|
import './comlink-jf8bdrAf.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'zustand';
|
|
@@ -10,9 +10,9 @@ import 'react-mosaic-component';
|
|
|
10
10
|
import '@mui/material';
|
|
11
11
|
import './isArrayLikeObject-n9ytTioB.js';
|
|
12
12
|
import './utils-DmlHZWuo.js';
|
|
13
|
-
import './FoxgloveServer-
|
|
13
|
+
import './FoxgloveServer-B98MHUu6.js';
|
|
14
14
|
import 'ms';
|
|
15
|
-
import './foxglove-protocol-
|
|
15
|
+
import './foxglove-protocol-yHdoBNaD.js';
|
|
16
16
|
import 'react-dnd';
|
|
17
17
|
import 'react-dnd-html5-backend';
|
|
18
18
|
import './i18next-17tp0Ngf.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import './protobuf-
|
|
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-DqHG1ZHV.js';
|
|
3
|
+
import './protobuf-Be0G3NFz.js';
|
|
4
4
|
import './logger-Bqy1nuLj.js';
|
|
5
|
-
import './depth-
|
|
5
|
+
import './depth-DlC6A3Te.js';
|
|
6
6
|
import './comlink-jf8bdrAf.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'zustand';
|
|
@@ -10,9 +10,9 @@ import 'react-mosaic-component';
|
|
|
10
10
|
import '@mui/material';
|
|
11
11
|
import './isArrayLikeObject-n9ytTioB.js';
|
|
12
12
|
import './utils-DmlHZWuo.js';
|
|
13
|
-
import './FoxgloveServer-
|
|
13
|
+
import './FoxgloveServer-B98MHUu6.js';
|
|
14
14
|
import 'ms';
|
|
15
|
-
import './foxglove-protocol-
|
|
15
|
+
import './foxglove-protocol-yHdoBNaD.js';
|
|
16
16
|
import 'react-dnd';
|
|
17
17
|
import 'react-dnd-html5-backend';
|
|
18
18
|
import './i18next-17tp0Ngf.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import './protobuf-
|
|
2
|
+
import { Y as ExternalTokenizer, a6 as ContextTracker, U as styleTags, V as tags, Z as LRParser, a2 as LocalTokenGroup, a7 as snippetCompletion, a1 as syntaxTree, W as LRLanguage, Q as indentNodeProp, R as continuedIndent, a3 as flatIndent, a4 as delimitedIndent, T as foldNodeProp, a5 as foldInside, X as LanguageSupport, $ as ifNotIn, a0 as completeFromList, a8 as IterMode, a9 as NodeWeakMap } from './index-DqHG1ZHV.js';
|
|
3
|
+
import './protobuf-Be0G3NFz.js';
|
|
4
4
|
import './logger-Bqy1nuLj.js';
|
|
5
|
-
import './depth-
|
|
5
|
+
import './depth-DlC6A3Te.js';
|
|
6
6
|
import './comlink-jf8bdrAf.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'zustand';
|
|
@@ -10,9 +10,9 @@ import 'react-mosaic-component';
|
|
|
10
10
|
import '@mui/material';
|
|
11
11
|
import './isArrayLikeObject-n9ytTioB.js';
|
|
12
12
|
import './utils-DmlHZWuo.js';
|
|
13
|
-
import './FoxgloveServer-
|
|
13
|
+
import './FoxgloveServer-B98MHUu6.js';
|
|
14
14
|
import 'ms';
|
|
15
|
-
import './foxglove-protocol-
|
|
15
|
+
import './foxglove-protocol-yHdoBNaD.js';
|
|
16
16
|
import 'react-dnd';
|
|
17
17
|
import 'react-dnd-html5-backend';
|
|
18
18
|
import './i18next-17tp0Ngf.js';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { ImagePanel } from './index-
|
|
2
|
+
import { ImagePanel } from './index-CKj_YAej.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-dom/client';
|
|
5
|
-
import './depth-
|
|
5
|
+
import './depth-DlC6A3Te.js';
|
|
6
6
|
import './comlink-jf8bdrAf.js';
|
|
7
|
-
import './protobuf-
|
|
7
|
+
import './protobuf-Be0G3NFz.js';
|
|
8
8
|
import './logger-Bqy1nuLj.js';
|
|
9
9
|
import 'zustand';
|
|
10
10
|
import 'react-mosaic-component';
|
|
11
11
|
import '@mui/material';
|
|
12
12
|
import './isArrayLikeObject-n9ytTioB.js';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-DqHG1ZHV.js';
|
|
14
14
|
import './utils-DmlHZWuo.js';
|
|
15
|
-
import './FoxgloveServer-
|
|
15
|
+
import './FoxgloveServer-B98MHUu6.js';
|
|
16
16
|
import 'ms';
|
|
17
|
-
import './foxglove-protocol-
|
|
17
|
+
import './foxglove-protocol-yHdoBNaD.js';
|
|
18
18
|
import 'react-dnd';
|
|
19
19
|
import 'react-dnd-html5-backend';
|
|
20
20
|
import './i18next-17tp0Ngf.js';
|
|
@@ -34,7 +34,7 @@ import '@mui/icons-material/MoreVert';
|
|
|
34
34
|
import '@mui/icons-material/Cancel';
|
|
35
35
|
import '@mui/icons-material/Search';
|
|
36
36
|
import './decodeImage-DseBx4N0.js';
|
|
37
|
-
import './index-
|
|
37
|
+
import './index-Dqm1x8G2.js';
|
|
38
38
|
import '@mui/material/styles/createTypography';
|
|
39
39
|
import 'color';
|
|
40
40
|
import 'lodash.curry';
|