@luxonis/visualizer-protobuf 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apps/depthai-visualizer/lib/src/connection/BaseConnection.d.ts +2 -1
- package/dist/apps/depthai-visualizer/lib/src/connection/BaseConnection.d.ts.map +1 -1
- package/dist/apps/depthai-visualizer/lib/src/connection/BaseConnection.js.map +1 -1
- package/dist/apps/depthai-visualizer/lib/src/connection/ws/worker.d.ts.map +1 -1
- package/dist/apps/depthai-visualizer/lib/src/connection/ws/worker.js +5 -9
- package/dist/apps/depthai-visualizer/lib/src/connection/ws/worker.js.map +1 -1
- package/dist/apps/depthai-visualizer/lib/src/messaging/deserialization.d.ts +6 -6
- package/dist/apps/depthai-visualizer/lib/src/messaging/deserialization.d.ts.map +1 -1
- package/dist/apps/depthai-visualizer/lib/src/messaging/deserialization.js +6 -6
- package/dist/apps/depthai-visualizer/lib/src/messaging/deserialization.js.map +1 -1
- package/dist/apps/depthai-visualizer/lib/src/messaging/message-handler.d.ts.map +1 -1
- package/dist/apps/depthai-visualizer/lib/src/messaging/message-handler.js +5 -35
- package/dist/apps/depthai-visualizer/lib/src/messaging/message-handler.js.map +1 -1
- package/dist/apps/depthai-visualizer/lib/src/messaging/protobuf.d.ts +158 -0
- package/dist/apps/depthai-visualizer/lib/src/messaging/protobuf.d.ts.map +1 -0
- package/dist/apps/depthai-visualizer/lib/src/messaging/protobuf.js +40 -0
- package/dist/apps/depthai-visualizer/lib/src/messaging/protobuf.js.map +1 -0
- package/dist/{index-CssU1TR9.js → index-BSCvlHcY.js} +341 -5538
- package/dist/{index-BHqhWNC3.js → index-BZ45K_PO.js} +4 -4
- package/dist/{index-E-b7zaCM.js → index-CcszYLTP.js} +1 -1
- package/dist/{index-FbdFgxfl.js → index-D4ve6uXS.js} +5 -5
- package/dist/index.js +3 -3
- package/dist/protobuf-CjDCjqx3.js +5242 -0
- package/dist/{worker-DYxcuzJr.js → worker-prm9jOcV.js} +10 -11
- package/package.json +1 -1
- package/dist/_commonjsHelpers-Dr0z5XX9.js +0 -32
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import React__default, { useReducer, useRef, useCallback, useLayoutEffect, Component, useContext, useState, useEffect, createContext, forwardRef, createElement, cloneElement, useMemo, Profiler, StrictMode } from 'react';
|
|
3
3
|
import ReactDOM from 'react-dom';
|
|
4
|
-
import { i as isSymbol, t as toString, k as keys, g as getSymbols$1, s as stubArray, a as arrayPush, b as baseGetAllKeys, c as getTag, d as getAllKeys, e as createAggregator, f as baseGet, h as baseIteratee, j as castPath, l as toKey, m as flatRest, n as arrayMap$1, o as baseSet, p as baseUniq, q as baseFlatten, A as AnalyticsContext, u as useMustNotChange, P as PropTypes, _ as _objectWithoutPropertiesLoose$1, r as useCurrentLayoutActions, v as useCurrentLayoutSelector, w as reportError, x as AppError, E as ErrorDisplay, S as Stack$1, y as makeStyles$1, z as _extends$1, L as Logger, B as useGuaranteedContext, W as WorkspaceContext, C as useAnalytics, D as AppEvent, F as LeftSidebarItemKeys, R as RightSidebarItemKeys, G as usePanelMosaicId, H as useTranslation, I as usePanelCatalog, J as EmptyState, K as isEmpty, M as PanelContext, N as PanelCatalogContext, O as useSelectedPanels, Q as usePanelStateStore, T as useDefaultPanelTitle, U as PANEL_TITLE_CONFIG_KEY, V as noop$4, X as getPanelTypeFromId, Y as useWorkspaceStore, Z as useShallowMemo, $ as TAB_PANEL_TYPE, a0 as WorkspaceStoreSelectors, a1 as difference, a2 as filterMap, a3 as dist$3, a4 as usePanelContext, a5 as useMessagePipeline, a6 as v4, a7 as useHoverValue, a8 as useSetHoverValue, a9 as useClearHoverValue, aa as useAppConfiguration, ab as useMessagePipelineGetter, ac as usePanelSettingsTreeUpdate, ad as PlayerCapabilities, ae as useValueChangedDebugLog, af as assertNever, ag as PlayerPresence, ah as typescript, ai as isEqual, aj as isDesktopApp, ak as generateUtilityClasses, al as createTheme, am as propTypesExports, an as useJsonTreeTheme } from './index-
|
|
4
|
+
import { i as isSymbol, t as toString, k as keys, g as getSymbols$1, s as stubArray, a as arrayPush, b as baseGetAllKeys, c as getTag, d as getAllKeys, e as createAggregator, f as baseGet, h as baseIteratee, j as castPath, l as toKey, m as flatRest, n as arrayMap$1, o as baseSet, p as baseUniq, q as baseFlatten, A as AnalyticsContext, u as useMustNotChange, P as PropTypes, _ as _objectWithoutPropertiesLoose$1, r as useCurrentLayoutActions, v as useCurrentLayoutSelector, w as reportError, x as AppError, E as ErrorDisplay, S as Stack$1, y as makeStyles$1, z as _extends$1, L as Logger, B as useGuaranteedContext, W as WorkspaceContext, C as useAnalytics, D as AppEvent, F as LeftSidebarItemKeys, R as RightSidebarItemKeys, G as usePanelMosaicId, H as useTranslation, I as usePanelCatalog, J as EmptyState, K as isEmpty, M as PanelContext, N as PanelCatalogContext, O as useSelectedPanels, Q as usePanelStateStore, T as useDefaultPanelTitle, U as PANEL_TITLE_CONFIG_KEY, V as noop$4, X as getPanelTypeFromId, Y as useWorkspaceStore, Z as useShallowMemo, $ as TAB_PANEL_TYPE, a0 as WorkspaceStoreSelectors, a1 as difference, a2 as filterMap, a3 as dist$3, a4 as usePanelContext, a5 as useMessagePipeline, a6 as v4, a7 as useHoverValue, a8 as useSetHoverValue, a9 as useClearHoverValue, aa as useAppConfiguration, ab as useMessagePipelineGetter, ac as usePanelSettingsTreeUpdate, ad as PlayerCapabilities, ae as useValueChangedDebugLog, af as assertNever, ag as PlayerPresence, ah as typescript, ai as isEqual, aj as isDesktopApp, ak as generateUtilityClasses, al as createTheme, am as propTypesExports, an as useJsonTreeTheme } from './index-BSCvlHcY.js';
|
|
5
5
|
import { createStore, useStore } from 'zustand';
|
|
6
6
|
import { MosaicDragType, MosaicContext, MosaicWindowContext, getOtherBranch, getNodeAtPath } from 'react-mosaic-component';
|
|
7
|
-
import { a as getDefaultExportFromCjs, c as commonjsGlobal, g as getAugmentedNamespace } from './
|
|
7
|
+
import { a as getDefaultExportFromCjs, c as commonjsGlobal, g as getAugmentedNamespace } from './protobuf-CjDCjqx3.js';
|
|
8
8
|
import { Link, Button, alpha, IconButton, Card, CardActionArea, CardMedia, CardContent, Typography, Container, Tooltip, Fade, ListItem, ListItemButton, ListItemText, List, TextField, InputAdornment, Popper, Grow, Paper, ClickAwayListener, Menu, MenuItem, Divider, buttonClasses, Backdrop, Chip, useTheme, alertClasses, darken, lighten, inputBaseClasses, autocompleteClasses, inputClasses, Checkbox, dialogActionsClasses, filledInputClasses, inputAdornmentClasses, listSubheaderClasses, selectClasses, tableCellClasses, ThemeProvider as ThemeProvider$1, SvgIcon, tabsClasses as tabsClasses$1, tabClasses, Tabs, Tab, ListItemIcon } from '@mui/material';
|
|
9
9
|
import { p as isObject, r as root, E as copyObject, F as keysIn, G as getPrototype, H as cloneArrayBuffer, S as Symbol$1, I as cloneTypedArray, i as isObjectLike, J as nodeUtil, K as baseUnary, L as copyArray, l as isBuffer, N as cloneBuffer, O as initCloneObject, m as Stack, a as isArray, A as assignValue, z as baseAssignValue, x as baseRest, P as isPlainObject$1, y as isArrayLikeObject, B as tinycolor, Q as t$1, C as merge$1, D as instance } from './i18next-C5Qe4-E1.js';
|
|
10
10
|
import FullscreenExitIcon from '@mui/icons-material/FullscreenExit';
|
|
@@ -17,16 +17,16 @@ import { useDrag, useDrop } from 'react-dnd';
|
|
|
17
17
|
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, f as ShaderLib, g as UniformsUtils, h as ShaderMaterial, i as Vector4, M as Matrix4, L as Line3, j as Mesh, k as MathUtils, O as Object3D, C as Color, r as rgbToThreeColor, s as stringToRgba, m as makeRgba, l as MeshStandardMaterial, R as ReplaceStencilOp, N as NotEqualStencilFunc, D as DoubleSide, P as PointsMaterial, n as rgbaToCssString, o as colorModeSettingsFields, p as autoSelectColorSettings, q as PlaneGeometry, u as DataTexture, v as UVMapping, w as ClampToEdgeWrapping, x as NearestFilter, y as LinearFilter, z as FS_SRGB_TO_LINEAR, A as SRGBColorSpace, E as LinearSRGBColorSpace, G as rgbaToLinear, H as RedFormat, J as RGBAFormat, K as getColorConverter, Q as FloatType, T as UnsignedByteType, X as NEEDS_MIN_MAX$1, Y as InstancedMesh, Z as CylinderGeometry, _ as ConeGeometry, $ as DataTextureLoader, a0 as LinearMipmapLinearFilter, a1 as Loader, a2 as LoaderUtils, a3 as FileLoader, a4 as MeshBasicMaterial, a5 as Scene, a6 as TextureLoader, a7 as AnimationClip, a8 as VectorKeyframeTrack, a9 as QuaternionKeyframeTrack, aa as MeshLambertMaterial, ab as MeshPhongMaterial, ac as FrontSide, ad as PerspectiveCamera, ae as OrthographicCamera, af as AmbientLight, ag as SpotLight, ah as PointLight, ai as DirectionalLight, aj as BufferGeometry, ak as Group, al as Quaternion, am as Bone, an as LineBasicMaterial, ao as SkinnedMesh, ap as Line, aq as LineSegments, ar as RepeatWrapping, as as Skeleton, at as BufferAttribute, au as TrianglesDrawMode, av as TriangleFanDrawMode, aw as TriangleStripDrawMode, ax as MeshPhysicalMaterial, ay as ImageBitmapLoader, az as InterleavedBuffer, aA as Material, aB as PropertyBinding, aC as LineLoop, aD as Points, aE as InterpolateLinear, aF as ColorManagement, aG as NearestMipmapNearestFilter, aH as LinearMipmapNearestFilter, aI as NearestMipmapLinearFilter, aJ as MirroredRepeatWrapping, aK as InterpolateDiscrete, aL as Texture, aM as NumberKeyframeTrack, aN as Interpolant, aO as EdgesGeometry, aP as LoadingManager, aQ as stringToRgb, aR as getLuminance, aS as Euler, aT as vec3TupleApproxEquals, aU as wrap, aV as releaseProxy, aW as decodeCompressedImageToBitmap, aX as CanvasTexture, aY as Shape, aZ as SRGBToLinear, a_ as ShapeGeometry, a$ as DynamicDrawUsage, b0 as ShaderChunk, b1 as IMAGE_DEFAULT_COLOR_MODE_SETTINGS, b2 as colorHasTransparency, b3 as StaticDrawUsage, b4 as RawShaderMaterial, b5 as GLSL3, b6 as colorFieldComputedPrefix, b7 as getRotationTo, b8 as SphereGeometry, b9 as rgbaGradient, ba as InstancedBufferAttribute, bb as BoxGeometry, bc as DARK_OUTLINE, bd as LIGHT_OUTLINE, be as CircleGeometry, bf as LineDashedMaterial, bg as GreaterDepth, bh as EventDispatcher, bi as Plane, bj as Raycaster, bk as WebGLRenderTarget, bl as Ray, bm as MOUSE, bn as TOUCH, bo as Spherical, bp as WebGLRenderer, bq as NoToneMapping, br as VSMShadowMap, bs as HemisphereLight } from './decodeImage-tR9QKhiM.js';
|
|
18
18
|
import { CacheProvider } from '@emotion/react';
|
|
19
19
|
import '@mui/material/styles/createTypography';
|
|
20
|
-
import { E as EventEmitter } from './index-
|
|
20
|
+
import { E as EventEmitter } from './index-CcszYLTP.js';
|
|
21
21
|
import require$$1$3 from 'color';
|
|
22
22
|
import require$$2$1 from 'lodash.curry';
|
|
23
23
|
import OpenInNewIcon from '@mui/icons-material/OpenInNew';
|
|
24
|
-
import 'protobufjs/minimal';
|
|
25
24
|
import 'react-dnd-html5-backend';
|
|
26
25
|
import 'object-assign';
|
|
27
26
|
import '@mui/icons-material';
|
|
28
27
|
import 'react/jsx-runtime';
|
|
29
28
|
import '@emotion/styled';
|
|
29
|
+
import 'protobufjs/minimal';
|
|
30
30
|
|
|
31
31
|
/** Used to match a single whitespace character. */
|
|
32
32
|
var reWhitespace = /\s/;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ImagePanel } from './index-
|
|
1
|
+
import { ImagePanel } from './index-BZ45K_PO.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'react-dom';
|
|
4
|
-
import './index-
|
|
5
|
-
import './
|
|
4
|
+
import './index-BSCvlHcY.js';
|
|
5
|
+
import './protobuf-CjDCjqx3.js';
|
|
6
|
+
import 'protobufjs/minimal';
|
|
6
7
|
import 'zustand';
|
|
7
8
|
import 'react-mosaic-component';
|
|
8
9
|
import '@mui/material';
|
|
9
10
|
import './i18next-C5Qe4-E1.js';
|
|
10
|
-
import 'protobufjs/minimal';
|
|
11
11
|
import 'react-dnd';
|
|
12
12
|
import 'react-dnd-html5-backend';
|
|
13
13
|
import '@emotion/react';
|
|
@@ -23,7 +23,7 @@ import '@mui/icons-material/Cancel';
|
|
|
23
23
|
import '@mui/icons-material/Search';
|
|
24
24
|
import './decodeImage-tR9QKhiM.js';
|
|
25
25
|
import '@mui/material/styles/createTypography';
|
|
26
|
-
import './index-
|
|
26
|
+
import './index-CcszYLTP.js';
|
|
27
27
|
import 'color';
|
|
28
28
|
import 'lodash.curry';
|
|
29
29
|
import '@mui/icons-material/OpenInNew';
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { at as ImagePanel, as as PanelLayout, au as PointCloudPanel, aq as VisualizerContext, ar as VisualizerFlatContext, ap as WebRtcConnection, ao as WebSocketConnection } from './index-
|
|
2
|
-
import './
|
|
1
|
+
export { at as ImagePanel, as as PanelLayout, au as PointCloudPanel, aq as VisualizerContext, ar as VisualizerFlatContext, ap as WebRtcConnection, ao as WebSocketConnection } from './index-BSCvlHcY.js';
|
|
2
|
+
import './protobuf-CjDCjqx3.js';
|
|
3
|
+
import 'protobufjs/minimal';
|
|
3
4
|
import 'react';
|
|
4
5
|
import 'zustand';
|
|
5
6
|
import 'react-mosaic-component';
|
|
6
7
|
import '@mui/material';
|
|
7
8
|
import './i18next-C5Qe4-E1.js';
|
|
8
|
-
import 'protobufjs/minimal';
|
|
9
9
|
import 'react-dnd';
|
|
10
10
|
import 'react-dnd-html5-backend';
|
|
11
11
|
import '@emotion/react';
|