@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.
Files changed (38) hide show
  1. package/dist/{communicator-Rs8pk0Io.js → communicator-DeL-Pnz8.js} +1 -1
  2. package/dist/{deserialization.worker-BKq1x9xw.js → deserialization.worker-DSKAtCik.js} +1 -1
  3. package/dist/{encoding-D95pQf33.js → encoding-QH0mOYtI.js} +8 -8
  4. package/dist/{index-CnDs4xd7.js → index-3w9k4n27.js} +1 -1
  5. package/dist/{index-DfYWSU12.js → index-B8wicUIE.js} +2 -2
  6. package/dist/{index-D3Ra45oT.js → index-BOWF2Plu.js} +1 -1
  7. package/dist/{index-yae90EMj.js → index-BOm4T2Wl.js} +1 -1
  8. package/dist/{index-B8xP44mB.js → index-BW17WzN-.js} +1 -1
  9. package/dist/{index-C8UYJCs8.js → index-BqrcqLtm.js} +1 -1
  10. package/dist/{index-pHF3cb4A.js → index-BvcxzQcZ.js} +1 -1
  11. package/dist/{index-Bu7kRSnU.js → index-ByelhWcv.js} +1 -1
  12. package/dist/{index-BZE87PRS.js → index-CMhjRvqs.js} +1 -1
  13. package/dist/{index-BAeQKqss.js → index-CxzKXBze.js} +1 -1
  14. package/dist/{index-CRR7BXZp.js → index-D1lc2jMZ.js} +1 -1
  15. package/dist/{index-Cj86SpIZ.js → index-DQ41HJKA.js} +1 -1
  16. package/dist/{index-BiGZ-Ksk.js → index-Dc5QMhRM.js} +1 -1
  17. package/dist/{index-B6EgpzyA.js → index-Ddi6dcTo.js} +133 -53
  18. package/dist/{index-DDZBM3Tu.js → index-Dug85tcM.js} +1 -1
  19. package/dist/{index-B2b_GPZ2.js → index-Duji3h0J.js} +1 -1
  20. package/dist/{index-BXOCuOJk.js → index-HTpiDkAq.js} +1 -1
  21. package/dist/{index-BjWdog1R.js → index-IiYKbfZk.js} +1 -1
  22. package/dist/{index-Cc6kXZzw.js → index-QCZ4ZAxM.js} +1 -1
  23. package/dist/index.js +1 -1
  24. package/dist/lib/src/components/Panel.d.ts.map +1 -1
  25. package/dist/lib/src/components/Panel.js +1 -1
  26. package/dist/lib/src/components/Panel.js.map +1 -1
  27. package/dist/lib/src/components/PanelToolbar.d.ts +1 -0
  28. package/dist/lib/src/components/PanelToolbar.d.ts.map +1 -1
  29. package/dist/lib/src/components/PanelToolbar.js +39 -19
  30. package/dist/lib/src/components/PanelToolbar.js.map +1 -1
  31. package/dist/lib/src/output.css +2 -15
  32. package/dist/lib/src/protobuf.generated/ImgDetections.d.ts +1 -1
  33. package/dist/lib/src/protobuf.generated/ImgDetections.d.ts.map +1 -1
  34. package/dist/lib/src/protobuf.generated/ImgDetections.js +8 -8
  35. package/dist/lib/src/protobuf.generated/ImgDetections.js.map +1 -1
  36. package/dist/{worker-ChOPGWcQ.js → worker-BBT3lY7R.js} +2 -2
  37. package/dist/{worker-BCJnECSn.js → worker-C8IYRbuQ.js} +2 -2
  38. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { p as protobufsBySchema, r as recordToDataView } from './encoding-D95pQf33.js';
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-D95pQf33.js';
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
- name: ""
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.name !== "") {
3341
- writer.uint32(58).string(message.name);
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.name = reader.string();
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
- name: isSet$3(object.name) ? globalThis.String(object.name) : ""
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.name !== "") {
3434
- obj.name = message.name;
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.name = object.name ?? "";
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-B6EgpzyA.js';
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-DDZBM3Tu.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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-B6EgpzyA.js';
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';