@luxonis/visualizer-protobuf 2.41.0 → 2.43.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/{communicator-Rs8pk0Io.js → communicator-DeL-Pnz8.js} +1 -1
- package/dist/{deserialization.worker-BKq1x9xw.js → deserialization.worker-DSKAtCik.js} +1 -1
- package/dist/{encoding-D95pQf33.js → encoding-QH0mOYtI.js} +8 -8
- package/dist/{index-CnDs4xd7.js → index-3w9k4n27.js} +1 -1
- package/dist/{index-DfYWSU12.js → index-B8wicUIE.js} +2 -2
- package/dist/{index-D3Ra45oT.js → index-BOWF2Plu.js} +1 -1
- package/dist/{index-yae90EMj.js → index-BOm4T2Wl.js} +1 -1
- package/dist/{index-B8xP44mB.js → index-BW17WzN-.js} +1 -1
- package/dist/{index-C8UYJCs8.js → index-BqrcqLtm.js} +1 -1
- package/dist/{index-pHF3cb4A.js → index-BvcxzQcZ.js} +1 -1
- package/dist/{index-Bu7kRSnU.js → index-ByelhWcv.js} +1 -1
- package/dist/{index-BZE87PRS.js → index-CMhjRvqs.js} +1 -1
- package/dist/{index-BAeQKqss.js → index-CxzKXBze.js} +1 -1
- package/dist/{index-CRR7BXZp.js → index-D1lc2jMZ.js} +1 -1
- package/dist/{index-Cj86SpIZ.js → index-DQ41HJKA.js} +1 -1
- package/dist/{index-BiGZ-Ksk.js → index-Dc5QMhRM.js} +1 -1
- package/dist/{index-B6EgpzyA.js → index-Ddi6dcTo.js} +133 -53
- package/dist/{index-DDZBM3Tu.js → index-Dug85tcM.js} +1 -1
- package/dist/{index-B2b_GPZ2.js → index-Duji3h0J.js} +1 -1
- package/dist/{index-BXOCuOJk.js → index-HTpiDkAq.js} +1 -1
- package/dist/{index-BjWdog1R.js → index-IiYKbfZk.js} +1 -1
- package/dist/{index-Cc6kXZzw.js → index-QCZ4ZAxM.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/lib/src/components/Panel.d.ts.map +1 -1
- package/dist/lib/src/components/Panel.js +1 -1
- package/dist/lib/src/components/Panel.js.map +1 -1
- package/dist/lib/src/components/PanelToolbar.d.ts +1 -0
- package/dist/lib/src/components/PanelToolbar.d.ts.map +1 -1
- package/dist/lib/src/components/PanelToolbar.js +39 -19
- package/dist/lib/src/components/PanelToolbar.js.map +1 -1
- package/dist/lib/src/output.css +2 -15
- package/dist/lib/src/protobuf.generated/ImgDetections.d.ts +1 -1
- package/dist/lib/src/protobuf.generated/ImgDetections.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/ImgDetections.js +8 -8
- package/dist/lib/src/protobuf.generated/ImgDetections.js.map +1 -1
- package/dist/{worker-ChOPGWcQ.js → worker-BBT3lY7R.js} +2 -2
- package/dist/{worker-BCJnECSn.js → worker-C8IYRbuQ.js} +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as protobufsBySchema, r as recordToDataView } from './encoding-
|
|
1
|
+
import { p as protobufsBySchema, r as recordToDataView } from './encoding-QH0mOYtI.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, i as isCapableOfEncodedStream, a as Profile } from './encoding-
|
|
4
|
+
import { T as Type, P as PointsAnnotationType, p as protobufsBySchema, i as isCapableOfEncodedStream, a as Profile } from './encoding-QH0mOYtI.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
import './_commonjsHelpers-E-ZsRS8r.js';
|
|
7
7
|
import 'zustand';
|
|
@@ -3314,7 +3314,7 @@ function createBaseImgDetection() {
|
|
|
3314
3314
|
ymin: 0,
|
|
3315
3315
|
xmax: 0,
|
|
3316
3316
|
ymax: 0,
|
|
3317
|
-
|
|
3317
|
+
labelName: ""
|
|
3318
3318
|
};
|
|
3319
3319
|
}
|
|
3320
3320
|
const ImgDetection = {
|
|
@@ -3337,8 +3337,8 @@ const ImgDetection = {
|
|
|
3337
3337
|
if (message.ymax !== 0) {
|
|
3338
3338
|
writer.uint32(53).float(message.ymax);
|
|
3339
3339
|
}
|
|
3340
|
-
if (message.
|
|
3341
|
-
writer.uint32(58).string(message.
|
|
3340
|
+
if (message.labelName !== "") {
|
|
3341
|
+
writer.uint32(58).string(message.labelName);
|
|
3342
3342
|
}
|
|
3343
3343
|
return writer;
|
|
3344
3344
|
},
|
|
@@ -3389,7 +3389,7 @@ const ImgDetection = {
|
|
|
3389
3389
|
if (tag !== 58) {
|
|
3390
3390
|
break;
|
|
3391
3391
|
}
|
|
3392
|
-
message.
|
|
3392
|
+
message.labelName = reader.string();
|
|
3393
3393
|
continue;
|
|
3394
3394
|
}
|
|
3395
3395
|
if ((tag & 7) === 4 || tag === 0) {
|
|
@@ -3407,7 +3407,7 @@ const ImgDetection = {
|
|
|
3407
3407
|
ymin: isSet$3(object.ymin) ? globalThis.Number(object.ymin) : 0,
|
|
3408
3408
|
xmax: isSet$3(object.xmax) ? globalThis.Number(object.xmax) : 0,
|
|
3409
3409
|
ymax: isSet$3(object.ymax) ? globalThis.Number(object.ymax) : 0,
|
|
3410
|
-
|
|
3410
|
+
labelName: isSet$3(object.labelName) ? globalThis.String(object.labelName) : ""
|
|
3411
3411
|
};
|
|
3412
3412
|
},
|
|
3413
3413
|
toJSON(message) {
|
|
@@ -3430,8 +3430,8 @@ const ImgDetection = {
|
|
|
3430
3430
|
if (message.ymax !== 0) {
|
|
3431
3431
|
obj.ymax = message.ymax;
|
|
3432
3432
|
}
|
|
3433
|
-
if (message.
|
|
3434
|
-
obj.
|
|
3433
|
+
if (message.labelName !== "") {
|
|
3434
|
+
obj.labelName = message.labelName;
|
|
3435
3435
|
}
|
|
3436
3436
|
return obj;
|
|
3437
3437
|
},
|
|
@@ -3446,7 +3446,7 @@ const ImgDetection = {
|
|
|
3446
3446
|
message.ymin = object.ymin ?? 0;
|
|
3447
3447
|
message.xmax = object.xmax ?? 0;
|
|
3448
3448
|
message.ymax = object.ymax ?? 0;
|
|
3449
|
-
message.
|
|
3449
|
+
message.labelName = object.labelName ?? "";
|
|
3450
3450
|
return message;
|
|
3451
3451
|
}
|
|
3452
3452
|
};
|
|
@@ -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-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ImagePanel } from './index-
|
|
1
|
+
import { ImagePanel } from './index-Dug85tcM.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'react-dom';
|
|
4
4
|
import './tslib.es6-C73eoP_E.js';
|
|
@@ -7,7 +7,7 @@ import './_commonjsHelpers-E-ZsRS8r.js';
|
|
|
7
7
|
import '@mui/material';
|
|
8
8
|
import './isArrayLikeObject-Bytw9p-q.js';
|
|
9
9
|
import 'zustand';
|
|
10
|
-
import './index-
|
|
10
|
+
import './index-Ddi6dcTo.js';
|
|
11
11
|
import './comlink-DHMAu6X7.js';
|
|
12
12
|
import './utils-Hzt3wxhG.js';
|
|
13
13
|
import './FoxgloveServer-C39Uooyk.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, ab as html, U as LanguageSupport, ac as parseMixed } from './index-
|
|
1
|
+
import { V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, ab as html, U as LanguageSupport, ac as parseMixed } from './index-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a3 as ContextTracker, V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, ac as parseMixed } from './index-
|
|
1
|
+
import { a3 as ContextTracker, V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, ac as parseMixed } from './index-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a3 as ContextTracker, V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, N as foldNodeProp, ad as bracketMatchingHandle, U as LanguageSupport, a9 as EditorView, $ as syntaxTree, aa as EditorSelection } from './index-
|
|
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-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a9 as EditorView, aa as EditorSelection, T as LRLanguage, O as styleTags, Q as tags, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, U as LanguageSupport, X as LRParser, $ as syntaxTree, ab as html, ac as parseMixed, V as ExternalTokenizer } from './index-
|
|
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-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, a4 as LocalTokenGroup, a5 as snippetCompletion, $ as syntaxTree, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a0 as flatIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, Y as ifNotIn, Z as completeFromList, a6 as IterMode, a7 as NodeWeakMap } from './index-
|
|
1
|
+
import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, a4 as LocalTokenGroup, a5 as snippetCompletion, $ as syntaxTree, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a0 as flatIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, Y as ifNotIn, Z as completeFromList, a6 as IterMode, a7 as NodeWeakMap } from './index-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, O as styleTags, Q as tags, U as LanguageSupport, X as LRParser } from './index-
|
|
1
|
+
import { T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, O as styleTags, Q as tags, U as LanguageSupport, X as LRParser } from './index-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { K as indentNodeProp, M as continuedIndent, N as foldNodeProp, O as styleTags, Q as tags, T as LRLanguage, U as LanguageSupport, V as ExternalTokenizer, X as LRParser, Y as ifNotIn, Z as completeFromList, $ as syntaxTree } from './index-
|
|
1
|
+
import { K as indentNodeProp, M as continuedIndent, N as foldNodeProp, O as styleTags, Q as tags, T as LRLanguage, U as LanguageSupport, V as ExternalTokenizer, X as LRParser, Y as ifNotIn, Z as completeFromList, $ as syntaxTree } from './index-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as styleTags, Q as tags, T as LRLanguage, 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-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, N as foldNodeProp, a2 as foldInside, K as indentNodeProp, M as continuedIndent, a8 as defineCSSCompletionSource, U as LanguageSupport } from './index-
|
|
1
|
+
import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, N as foldNodeProp, a2 as foldInside, K as indentNodeProp, M as continuedIndent, a8 as defineCSSCompletionSource, U as LanguageSupport } from './index-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as styleTags, Q as tags, T as LRLanguage, U as LanguageSupport, X as LRParser, a4 as LocalTokenGroup, ab as html, ac as parseMixed, ae as javascriptLanguage } from './index-
|
|
1
|
+
import { O as styleTags, Q as tags, T as LRLanguage, U as LanguageSupport, X as LRParser, a4 as LocalTokenGroup, ab as html, ac as parseMixed, ae as javascriptLanguage } from './index-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { V as ExternalTokenizer, O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, a0 as flatIndent, a1 as delimitedIndent, 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, a0 as flatIndent, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport } from './index-Ddi6dcTo.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|