@luxonis/visualizer-protobuf 2.29.0 → 2.31.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-D49kmBTQ.js → communicator-1cvNRjMr.js} +1 -1
- package/dist/{deserialization.worker-DsCOJqEa.js → deserialization.worker-d0xuPKYs.js} +1 -1
- package/dist/{index-Dm-T9F_P.js → index-03HteGnu.js} +1 -1
- package/dist/{index-HudPT2ru.js → index-BLzSVsRj.js} +1 -1
- package/dist/{index-C093GvF6.js → index-BYSU9azz.js} +1 -1
- package/dist/{index-DqR0OXU8.js → index-BjgEJPGd.js} +1 -1
- package/dist/{index-t7_zD9in.js → index-C-PC9tcs.js} +68 -32
- package/dist/{index-7Mqt5eUl.js → index-CBfnZsHo.js} +1 -1
- package/dist/{index-DKlSKo2P.js → index-CUAv-KkP.js} +1 -1
- package/dist/{index-Cv6_ycxY.js → index-CYOisT3v.js} +1 -1
- package/dist/{index-CdUt2KJy.js → index-Ceq7UJ8B.js} +1 -1
- package/dist/{index-BomrUu7q.js → index-CibWUy5U.js} +1 -1
- package/dist/{index-CFKL1cyK.js → index-CtXB_Ic-.js} +1 -1
- package/dist/{index-CgfmP2M8.js → index-D1pE7RX3.js} +1 -1
- package/dist/{index-DiQsaoSo.js → index-DKgS1zcJ.js} +1 -1
- package/dist/{index-CtYTBoJ6.js → index-DgJK4d_8.js} +1 -1
- package/dist/{index-BZMQdJK-.js → index-Dq45ktWT.js} +2873 -2816
- package/dist/{index-Dw5glWYU.js → index-MfW3v2aI.js} +2 -2
- package/dist/{index-D45ZoW0a.js → index-gH0DmVpP.js} +1 -1
- package/dist/{index-Dol0C0X_.js → index-mw1-_qZF.js} +1 -1
- package/dist/{index-BEsgDtIo.js → index-rK4f2g0G.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/lib/src/components/PanelToolbar.d.ts.map +1 -1
- package/dist/lib/src/components/PanelToolbar.js +3 -3
- package/dist/lib/src/components/PanelToolbar.js.map +1 -1
- package/dist/lib/src/connection/connection.d.ts.map +1 -1
- package/dist/lib/src/connection/connection.js +3 -0
- package/dist/lib/src/connection/connection.js.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.d.ts +4 -1
- package/dist/lib/src/connection/foxglove-connection.d.ts.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.js +7 -4
- package/dist/lib/src/connection/foxglove-connection.js.map +1 -1
- package/dist/lib/src/messaging/deserialization/pointcloud/poitcloudPoolManager.js +1 -1
- package/dist/lib/src/messaging/deserialization/pointcloud/poitcloudPoolManager.js.map +1 -1
- package/dist/lib/src/output.css +9 -0
- 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/RendererOverlay.d.ts +2 -0
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/RendererOverlay.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/RendererOverlay.js +6 -2
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/RendererOverlay.js.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/camera.js +7 -7
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/camera.js.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/CameraStateSettings.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/CameraStateSettings.js +46 -3
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/CameraStateSettings.js.map +1 -1
- package/dist/{protobuf-Cr0sn6Ua.js → protobuf-By8duXQO.js} +7 -7
- package/dist/{worker-aVL4LGa3.js → worker-B7qK-cxf.js} +2 -2
- package/dist/{worker-B5OJw-Fq.js → worker-CzUjMpCN.js} +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as protobufsBySchema } from './protobuf-
|
|
1
|
+
import { p as protobufsBySchema } from './protobuf-By8duXQO.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-By8duXQO.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
import './_commonjsHelpers-E-ZsRS8r.js';
|
|
7
7
|
import 'zustand';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U as ExternalTokenizer, N as styleTags, O as tags, V as LRParser, Q as LRLanguage, J as indentNodeProp, K as continuedIndent, M as foldNodeProp, a1 as foldInside, T as LanguageSupport } from './index-
|
|
1
|
+
import { U as ExternalTokenizer, N as styleTags, O as tags, V as LRParser, Q as LRLanguage, J as indentNodeProp, K as continuedIndent, M as foldNodeProp, a1 as foldInside, T as LanguageSupport } from './index-C-PC9tcs.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 { U as ExternalTokenizer, N as styleTags, O as tags, V as LRParser, Q as LRLanguage, J as indentNodeProp, K as continuedIndent, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, aa as html, T as LanguageSupport, ab as parseMixed } from './index-
|
|
1
|
+
import { U as ExternalTokenizer, N as styleTags, O as tags, V as LRParser, Q as LRLanguage, J as indentNodeProp, K as continuedIndent, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, aa as html, T as LanguageSupport, ab as parseMixed } from './index-C-PC9tcs.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 { a2 as ContextTracker, U as ExternalTokenizer, N as styleTags, O as tags, V as LRParser, Q as LRLanguage, J as indentNodeProp, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, T as LanguageSupport, ab as parseMixed } from './index-
|
|
1
|
+
import { a2 as ContextTracker, U as ExternalTokenizer, N as styleTags, O as tags, V as LRParser, Q as LRLanguage, J as indentNodeProp, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, T as LanguageSupport, ab as parseMixed } from './index-C-PC9tcs.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 { a8 as EditorView, a9 as EditorSelection, Q as LRLanguage, N as styleTags, O as tags, J as indentNodeProp, a0 as delimitedIndent, M as foldNodeProp, T as LanguageSupport, V as LRParser, Z as syntaxTree, aa as html, ab as parseMixed, U as ExternalTokenizer } from './index-
|
|
1
|
+
import { a8 as EditorView, a9 as EditorSelection, Q as LRLanguage, N as styleTags, O as tags, J as indentNodeProp, a0 as delimitedIndent, M as foldNodeProp, T as LanguageSupport, V as LRParser, Z as syntaxTree, aa as html, ab as parseMixed, U as ExternalTokenizer } from './index-C-PC9tcs.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -27,7 +27,7 @@ import { defineGlobalStyles, defineTokens as defineTokens$1, defineKeyframes, de
|
|
|
27
27
|
|
|
28
28
|
var e=[],t$1=[];function n$1(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t$1[u]={}),a=t$1[u]&&t$1[u][s]?t$1[u][s]:t$1[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
29
29
|
|
|
30
|
-
var css$b = "/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer theme {\n :root, :host {\n --font-sans: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\",\n \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n --color-gray-700: oklch(0.373 0.034 259.733);\n --spacing: 0.25rem;\n --default-font-family: var(--font-sans);\n --default-mono-font-family: var(--font-mono);\n }\n}\n@layer base {\n *, ::after, ::before, ::backdrop, ::file-selector-button {\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: 0 solid;\n }\n html, :host {\n line-height: 1.5;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n font-feature-settings: var(--default-font-feature-settings, normal);\n font-variation-settings: var(--default-font-variation-settings, normal);\n -webkit-tap-highlight-color: transparent;\n }\n hr {\n height: 0;\n color: inherit;\n border-top-width: 1px;\n }\n abbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n }\n h1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n }\n a {\n color: inherit;\n -webkit-text-decoration: inherit;\n text-decoration: inherit;\n }\n b, strong {\n font-weight: bolder;\n }\n code, kbd, samp, pre {\n font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace);\n font-feature-settings: var(--default-mono-font-feature-settings, normal);\n font-variation-settings: var(--default-mono-font-variation-settings, normal);\n font-size: 1em;\n }\n small {\n font-size: 80%;\n }\n sub, sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n sub {\n bottom: -0.25em;\n }\n sup {\n top: -0.5em;\n }\n table {\n text-indent: 0;\n border-color: inherit;\n border-collapse: collapse;\n }\n :-moz-focusring {\n outline: auto;\n }\n progress {\n vertical-align: baseline;\n }\n summary {\n display: list-item;\n }\n ol, ul, menu {\n list-style: none;\n }\n img, svg, video, canvas, audio, iframe, embed, object {\n display: block;\n vertical-align: middle;\n }\n img, video {\n max-width: 100%;\n height: auto;\n }\n button, input, select, optgroup, textarea, ::file-selector-button {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n border-radius: 0;\n background-color: transparent;\n opacity: 1;\n }\n :where(select:is([multiple], [size])) optgroup {\n font-weight: bolder;\n }\n :where(select:is([multiple], [size])) optgroup option {\n padding-inline-start: 20px;\n }\n ::file-selector-button {\n margin-inline-end: 4px;\n }\n ::placeholder {\n opacity: 1;\n }\n @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {\n ::placeholder {\n color: color-mix(in oklab, currentColor 50%, transparent);\n }\n }\n textarea {\n resize: vertical;\n }\n ::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n ::-webkit-date-and-time-value {\n min-height: 1lh;\n text-align: inherit;\n }\n ::-webkit-datetime-edit {\n display: inline-flex;\n }\n ::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n }\n ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {\n padding-block: 0;\n }\n :-moz-ui-invalid {\n box-shadow: none;\n }\n button, input:where([type=\"button\"], [type=\"reset\"], [type=\"submit\"]), ::file-selector-button {\n appearance: button;\n }\n ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {\n height: auto;\n }\n [hidden]:where(:not([hidden=\"until-found\"])) {\n display: none !important;\n }\n}\n@layer utilities {\n .visible {\n visibility: visible;\n }\n .fixed {\n position: fixed;\n }\n .ml-auto {\n margin-left: auto;\n }\n .hidden {\n display: none;\n }\n .flex-col {\n flex-direction: column;\n }\n .items-start {\n align-items: flex-start;\n }\n .rounded {\n border-radius: 0.25rem;\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .px-4 {\n padding-inline: calc(var(--spacing) * 4);\n }\n .text-\\[14px\\]\\/\\[14px\\] {\n font-size: 14px;\n line-height: 14px;\n }\n .text-\\[20px\\]\\/\\[20px\\] {\n font-size: 20px;\n line-height: 20px;\n }\n .whitespace-nowrap {\n white-space: nowrap;\n }\n .text-gray-700 {\n color: var(--color-gray-700);\n }\n .outline {\n outline-style: var(--tw-outline-style);\n outline-width: 1px;\n }\n .xl\\:flex-row {\n @media (width >= 80rem) {\n flex-direction: row;\n }\n }\n .xl\\:items-end {\n @media (width >= 80rem) {\n align-items: flex-end;\n }\n }\n .xl\\:pb-\\[2px\\] {\n @media (width >= 80rem) {\n padding-bottom: 2px;\n }\n }\n}\n@property --tw-border-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n@property --tw-outline-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n";
|
|
30
|
+
var css$b = "/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer theme {\n :root, :host {\n --font-sans: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\",\n \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n --color-gray-700: oklch(0.373 0.034 259.733);\n --spacing: 0.25rem;\n --font-weight-semibold: 600;\n --default-font-family: var(--font-sans);\n --default-mono-font-family: var(--font-mono);\n }\n}\n@layer base {\n *, ::after, ::before, ::backdrop, ::file-selector-button {\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: 0 solid;\n }\n html, :host {\n line-height: 1.5;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n font-feature-settings: var(--default-font-feature-settings, normal);\n font-variation-settings: var(--default-font-variation-settings, normal);\n -webkit-tap-highlight-color: transparent;\n }\n hr {\n height: 0;\n color: inherit;\n border-top-width: 1px;\n }\n abbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n }\n h1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n }\n a {\n color: inherit;\n -webkit-text-decoration: inherit;\n text-decoration: inherit;\n }\n b, strong {\n font-weight: bolder;\n }\n code, kbd, samp, pre {\n font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace);\n font-feature-settings: var(--default-mono-font-feature-settings, normal);\n font-variation-settings: var(--default-mono-font-variation-settings, normal);\n font-size: 1em;\n }\n small {\n font-size: 80%;\n }\n sub, sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n sub {\n bottom: -0.25em;\n }\n sup {\n top: -0.5em;\n }\n table {\n text-indent: 0;\n border-color: inherit;\n border-collapse: collapse;\n }\n :-moz-focusring {\n outline: auto;\n }\n progress {\n vertical-align: baseline;\n }\n summary {\n display: list-item;\n }\n ol, ul, menu {\n list-style: none;\n }\n img, svg, video, canvas, audio, iframe, embed, object {\n display: block;\n vertical-align: middle;\n }\n img, video {\n max-width: 100%;\n height: auto;\n }\n button, input, select, optgroup, textarea, ::file-selector-button {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n border-radius: 0;\n background-color: transparent;\n opacity: 1;\n }\n :where(select:is([multiple], [size])) optgroup {\n font-weight: bolder;\n }\n :where(select:is([multiple], [size])) optgroup option {\n padding-inline-start: 20px;\n }\n ::file-selector-button {\n margin-inline-end: 4px;\n }\n ::placeholder {\n opacity: 1;\n }\n @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {\n ::placeholder {\n color: color-mix(in oklab, currentColor 50%, transparent);\n }\n }\n textarea {\n resize: vertical;\n }\n ::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n ::-webkit-date-and-time-value {\n min-height: 1lh;\n text-align: inherit;\n }\n ::-webkit-datetime-edit {\n display: inline-flex;\n }\n ::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n }\n ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {\n padding-block: 0;\n }\n :-moz-ui-invalid {\n box-shadow: none;\n }\n button, input:where([type=\"button\"], [type=\"reset\"], [type=\"submit\"]), ::file-selector-button {\n appearance: button;\n }\n ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {\n height: auto;\n }\n [hidden]:where(:not([hidden=\"until-found\"])) {\n display: none !important;\n }\n}\n@layer utilities {\n .visible {\n visibility: visible;\n }\n .fixed {\n position: fixed;\n }\n .ml-auto {\n margin-left: auto;\n }\n .hidden {\n display: none;\n }\n .flex-col {\n flex-direction: column;\n }\n .items-start {\n align-items: flex-start;\n }\n .rounded {\n border-radius: 0.25rem;\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .px-4 {\n padding-inline: calc(var(--spacing) * 4);\n }\n .text-\\[14px\\]\\/\\[14px\\] {\n font-size: 14px;\n line-height: 14px;\n }\n .text-\\[20px\\]\\/\\[20px\\] {\n font-size: 20px;\n line-height: 20px;\n }\n .font-semibold {\n --tw-font-weight: var(--font-weight-semibold);\n font-weight: var(--font-weight-semibold);\n }\n .whitespace-nowrap {\n white-space: nowrap;\n }\n .text-gray-700 {\n color: var(--color-gray-700);\n }\n .outline {\n outline-style: var(--tw-outline-style);\n outline-width: 1px;\n }\n .xl\\:flex-row {\n @media (width >= 80rem) {\n flex-direction: row;\n }\n }\n .xl\\:items-end {\n @media (width >= 80rem) {\n align-items: flex-end;\n }\n }\n .xl\\:pb-\\[2px\\] {\n @media (width >= 80rem) {\n padding-bottom: 2px;\n }\n }\n}\n@property --tw-border-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n@property --tw-font-weight {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-outline-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n";
|
|
31
31
|
n$1(css$b,{});
|
|
32
32
|
|
|
33
33
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -572,7 +572,7 @@ class DepthToPointcloudWorkerPool {
|
|
|
572
572
|
this.#metrics.registerEvent("pcl-pool.frameInput");
|
|
573
573
|
}
|
|
574
574
|
async queueDepthFrame(data) {
|
|
575
|
-
// @ts-expect-error
|
|
575
|
+
// @ts-expect-error - Known
|
|
576
576
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
577
577
|
if (!(data.colorFrame.message?.data instanceof Uint8Array)) {
|
|
578
578
|
console.warn("Skipping frame: colorFrame.message.data is not a Uint8Array", data.colorFrame);
|
|
@@ -754,7 +754,7 @@ class DepthToPointcloudWorkerPool {
|
|
|
754
754
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
755
755
|
|
|
756
756
|
function initWorker(callback) {
|
|
757
|
-
const workerWrap = wrap$3(new Worker(new URL("deserialization.worker-
|
|
757
|
+
const workerWrap = wrap$3(new Worker(new URL("deserialization.worker-d0xuPKYs.js", import.meta.url), {
|
|
758
758
|
type: "module",
|
|
759
759
|
name: `message-decoder`
|
|
760
760
|
}));
|
|
@@ -954,6 +954,10 @@ class FoxgloveConnection {
|
|
|
954
954
|
}
|
|
955
955
|
async handleParsePoitcloudMessage(coloredEvent) {
|
|
956
956
|
const poitcloudFrame = this.PoitCloudSyncFramework.getFrame(coloredEvent.receiveTime.nsec);
|
|
957
|
+
const {
|
|
958
|
+
width: colorWith,
|
|
959
|
+
height: colorHeight
|
|
960
|
+
} = this.parseResolutionFromMessage(coloredEvent.message, coloredEvent.topic);
|
|
957
961
|
if (poitcloudFrame) {
|
|
958
962
|
const neuralCameraIntrinsics = JSON.parse(localStorage.getItem("neuralCameraIntrinsics") ?? "{}");
|
|
959
963
|
await this.depthToPointcloudWorkerPool.queueDepthFrame({
|
|
@@ -965,18 +969,25 @@ class FoxgloveConnection {
|
|
|
965
969
|
cx: neuralCameraIntrinsics.right.principalPoint.x,
|
|
966
970
|
cy: neuralCameraIntrinsics.right.principalPoint.y,
|
|
967
971
|
colorFrame: coloredEvent,
|
|
968
|
-
i420Width: poitcloudFrame.width ?? 0,
|
|
969
|
-
i420Height: poitcloudFrame.height ?? 0
|
|
972
|
+
i420Width: colorWith ?? poitcloudFrame.width ?? 0,
|
|
973
|
+
i420Height: colorHeight ?? poitcloudFrame.height ?? 0
|
|
970
974
|
});
|
|
971
975
|
}
|
|
972
976
|
}
|
|
973
977
|
parseResolutionFromMessage(message, topic) {
|
|
974
978
|
// Check if usual width/height attributes are present
|
|
975
|
-
// @ts-
|
|
979
|
+
// @ts-expect-error - ITS unknow
|
|
976
980
|
if ('width' in message && 'height' in message) {
|
|
977
981
|
this.resolutions.set(topic, `${message.width}x${message.height}`);
|
|
978
|
-
return
|
|
982
|
+
return {
|
|
983
|
+
width: message.width,
|
|
984
|
+
height: message.height
|
|
985
|
+
};
|
|
979
986
|
}
|
|
987
|
+
return {
|
|
988
|
+
width: undefined,
|
|
989
|
+
height: undefined
|
|
990
|
+
};
|
|
980
991
|
}
|
|
981
992
|
handleParsedMessage(event) {
|
|
982
993
|
this.decodeMetrics.registerEvent(event.topic);
|
|
@@ -992,7 +1003,8 @@ class FoxgloveConnection {
|
|
|
992
1003
|
event.sizeInBytes = messageSize;
|
|
993
1004
|
this.messageEvents.push(event);
|
|
994
1005
|
this.emitState();
|
|
995
|
-
|
|
1006
|
+
const poitcloudColorFrameName = this.subscribedTopics.get("_Point Cloud Color") ? "_Point Cloud Color" : "H.264 Stream";
|
|
1007
|
+
if (event.topic === poitcloudColorFrameName) {
|
|
996
1008
|
void this.handleParsePoitcloudMessage(event);
|
|
997
1009
|
}
|
|
998
1010
|
}
|
|
@@ -19140,7 +19152,7 @@ class WebRtcBridge extends ArtificialWorker {
|
|
|
19140
19152
|
constructor(automaticTokenRefresh) {
|
|
19141
19153
|
super();
|
|
19142
19154
|
this.automaticTokenRefresh = automaticTokenRefresh;
|
|
19143
|
-
this.#worker = new Worker(new URL("worker-
|
|
19155
|
+
this.#worker = new Worker(new URL("worker-CzUjMpCN.js", import.meta.url), {
|
|
19144
19156
|
type: "module"
|
|
19145
19157
|
});
|
|
19146
19158
|
this.#setupArtificialWorker();
|
|
@@ -19356,7 +19368,7 @@ class VisualizerConnection extends FoxgloveConnection {
|
|
|
19356
19368
|
let worker;
|
|
19357
19369
|
if (type === 'ws') {
|
|
19358
19370
|
this.#url = data.connectionUrl;
|
|
19359
|
-
worker = new Worker(new URL("worker-
|
|
19371
|
+
worker = new Worker(new URL("worker-B7qK-cxf.js", import.meta.url), {
|
|
19360
19372
|
type: "module"
|
|
19361
19373
|
});
|
|
19362
19374
|
} else {
|
|
@@ -19380,6 +19392,9 @@ class VisualizerConnection extends FoxgloveConnection {
|
|
|
19380
19392
|
}
|
|
19381
19393
|
subscribe(args) {
|
|
19382
19394
|
this.#adapter?.subscribe(args);
|
|
19395
|
+
for (const topic of args.topics) {
|
|
19396
|
+
this.subscribedTopics.set(topic, topic);
|
|
19397
|
+
}
|
|
19383
19398
|
}
|
|
19384
19399
|
unsubscribe(args) {
|
|
19385
19400
|
this.#adapter?.unsubscribe(args);
|
|
@@ -85447,7 +85462,7 @@ function legacy(parser) {
|
|
|
85447
85462
|
return new LanguageSupport(StreamLanguage.define(parser));
|
|
85448
85463
|
}
|
|
85449
85464
|
function sql$1(dialectName) {
|
|
85450
|
-
return import('./index-
|
|
85465
|
+
return import('./index-CBfnZsHo.js').then(m => m.sql({ dialect: m[dialectName] }));
|
|
85451
85466
|
}
|
|
85452
85467
|
/**
|
|
85453
85468
|
An array of language descriptions for known language packages.
|
|
@@ -85458,7 +85473,7 @@ const languages = [
|
|
|
85458
85473
|
name: "C",
|
|
85459
85474
|
extensions: ["c", "h", "ino"],
|
|
85460
85475
|
load() {
|
|
85461
|
-
return import('./index-
|
|
85476
|
+
return import('./index-mw1-_qZF.js').then(m => m.cpp());
|
|
85462
85477
|
}
|
|
85463
85478
|
}),
|
|
85464
85479
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -85466,7 +85481,7 @@ const languages = [
|
|
|
85466
85481
|
alias: ["cpp"],
|
|
85467
85482
|
extensions: ["cpp", "c++", "cc", "cxx", "hpp", "h++", "hh", "hxx"],
|
|
85468
85483
|
load() {
|
|
85469
|
-
return import('./index-
|
|
85484
|
+
return import('./index-mw1-_qZF.js').then(m => m.cpp());
|
|
85470
85485
|
}
|
|
85471
85486
|
}),
|
|
85472
85487
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -85486,7 +85501,7 @@ const languages = [
|
|
|
85486
85501
|
name: "Go",
|
|
85487
85502
|
extensions: ["go"],
|
|
85488
85503
|
load() {
|
|
85489
|
-
return import('./index-
|
|
85504
|
+
return import('./index-DKgS1zcJ.js').then(m => m.go());
|
|
85490
85505
|
}
|
|
85491
85506
|
}),
|
|
85492
85507
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -85501,7 +85516,7 @@ const languages = [
|
|
|
85501
85516
|
name: "Java",
|
|
85502
85517
|
extensions: ["java"],
|
|
85503
85518
|
load() {
|
|
85504
|
-
return import('./index-
|
|
85519
|
+
return import('./index-CUAv-KkP.js').then(m => m.java());
|
|
85505
85520
|
}
|
|
85506
85521
|
}),
|
|
85507
85522
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -85517,7 +85532,7 @@ const languages = [
|
|
|
85517
85532
|
alias: ["json5"],
|
|
85518
85533
|
extensions: ["json", "map"],
|
|
85519
85534
|
load() {
|
|
85520
|
-
return import('./index-
|
|
85535
|
+
return import('./index-rK4f2g0G.js').then(m => m.json());
|
|
85521
85536
|
}
|
|
85522
85537
|
}),
|
|
85523
85538
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -85531,14 +85546,14 @@ const languages = [
|
|
|
85531
85546
|
name: "LESS",
|
|
85532
85547
|
extensions: ["less"],
|
|
85533
85548
|
load() {
|
|
85534
|
-
return import('./index-
|
|
85549
|
+
return import('./index-CtXB_Ic-.js').then(m => m.less());
|
|
85535
85550
|
}
|
|
85536
85551
|
}),
|
|
85537
85552
|
/*@__PURE__*/LanguageDescription.of({
|
|
85538
85553
|
name: "Liquid",
|
|
85539
85554
|
extensions: ["liquid"],
|
|
85540
85555
|
load() {
|
|
85541
|
-
return import('./index-
|
|
85556
|
+
return import('./index-BjgEJPGd.js').then(m => m.liquid());
|
|
85542
85557
|
}
|
|
85543
85558
|
}),
|
|
85544
85559
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -85564,7 +85579,7 @@ const languages = [
|
|
|
85564
85579
|
name: "PHP",
|
|
85565
85580
|
extensions: ["php", "php3", "php4", "php5", "php7", "phtml"],
|
|
85566
85581
|
load() {
|
|
85567
|
-
return import('./index-
|
|
85582
|
+
return import('./index-BLzSVsRj.js').then(m => m.php());
|
|
85568
85583
|
}
|
|
85569
85584
|
}),
|
|
85570
85585
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -85581,28 +85596,28 @@ const languages = [
|
|
|
85581
85596
|
extensions: ["BUILD", "bzl", "py", "pyw"],
|
|
85582
85597
|
filename: /^(BUCK|BUILD)$/,
|
|
85583
85598
|
load() {
|
|
85584
|
-
return import('./index-
|
|
85599
|
+
return import('./index-CibWUy5U.js').then(m => m.python());
|
|
85585
85600
|
}
|
|
85586
85601
|
}),
|
|
85587
85602
|
/*@__PURE__*/LanguageDescription.of({
|
|
85588
85603
|
name: "Rust",
|
|
85589
85604
|
extensions: ["rs"],
|
|
85590
85605
|
load() {
|
|
85591
|
-
return import('./index-
|
|
85606
|
+
return import('./index-03HteGnu.js').then(m => m.rust());
|
|
85592
85607
|
}
|
|
85593
85608
|
}),
|
|
85594
85609
|
/*@__PURE__*/LanguageDescription.of({
|
|
85595
85610
|
name: "Sass",
|
|
85596
85611
|
extensions: ["sass"],
|
|
85597
85612
|
load() {
|
|
85598
|
-
return import('./index-
|
|
85613
|
+
return import('./index-DgJK4d_8.js').then(m => m.sass({ indented: true }));
|
|
85599
85614
|
}
|
|
85600
85615
|
}),
|
|
85601
85616
|
/*@__PURE__*/LanguageDescription.of({
|
|
85602
85617
|
name: "SCSS",
|
|
85603
85618
|
extensions: ["scss"],
|
|
85604
85619
|
load() {
|
|
85605
|
-
return import('./index-
|
|
85620
|
+
return import('./index-DgJK4d_8.js').then(m => m.sass());
|
|
85606
85621
|
}
|
|
85607
85622
|
}),
|
|
85608
85623
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -85633,7 +85648,7 @@ const languages = [
|
|
|
85633
85648
|
name: "WebAssembly",
|
|
85634
85649
|
extensions: ["wat", "wast"],
|
|
85635
85650
|
load() {
|
|
85636
|
-
return import('./index-
|
|
85651
|
+
return import('./index-Ceq7UJ8B.js').then(m => m.wast());
|
|
85637
85652
|
}
|
|
85638
85653
|
}),
|
|
85639
85654
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -85641,7 +85656,7 @@ const languages = [
|
|
|
85641
85656
|
alias: ["rss", "wsdl", "xsd"],
|
|
85642
85657
|
extensions: ["xml", "xsl", "xsd", "svg"],
|
|
85643
85658
|
load() {
|
|
85644
|
-
return import('./index-
|
|
85659
|
+
return import('./index-CYOisT3v.js').then(m => m.xml());
|
|
85645
85660
|
}
|
|
85646
85661
|
}),
|
|
85647
85662
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -85649,7 +85664,7 @@ const languages = [
|
|
|
85649
85664
|
alias: ["yml"],
|
|
85650
85665
|
extensions: ["yaml", "yml"],
|
|
85651
85666
|
load() {
|
|
85652
|
-
return import('./index-
|
|
85667
|
+
return import('./index-BYSU9azz.js').then(m => m.yaml());
|
|
85653
85668
|
}
|
|
85654
85669
|
}),
|
|
85655
85670
|
// Legacy modes ported from CodeMirror 5
|
|
@@ -86445,13 +86460,13 @@ const languages = [
|
|
|
86445
86460
|
name: "Vue",
|
|
86446
86461
|
extensions: ["vue"],
|
|
86447
86462
|
load() {
|
|
86448
|
-
return import('./index-
|
|
86463
|
+
return import('./index-D1pE7RX3.js').then(m => m.vue());
|
|
86449
86464
|
}
|
|
86450
86465
|
}),
|
|
86451
86466
|
/*@__PURE__*/LanguageDescription.of({
|
|
86452
86467
|
name: "Angular Template",
|
|
86453
86468
|
load() {
|
|
86454
|
-
return import('./index-
|
|
86469
|
+
return import('./index-gH0DmVpP.js').then(m => m.angular());
|
|
86455
86470
|
}
|
|
86456
86471
|
})
|
|
86457
86472
|
];
|
|
@@ -162243,7 +162258,21 @@ function PanelToolbarMetrics({
|
|
|
162243
162258
|
ref: descriptionRef,
|
|
162244
162259
|
width: "full"
|
|
162245
162260
|
}, variant === "compact" ? /*#__PURE__*/React__default.createElement(Tooltip, {
|
|
162246
|
-
content: /*#__PURE__*/React__default.createElement("ul", null, /*#__PURE__*/React__default.createElement("li", null,
|
|
162261
|
+
content: /*#__PURE__*/React__default.createElement("ul", null, /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("b", {
|
|
162262
|
+
className: "font-semibold"
|
|
162263
|
+
}, " Camera:"), " ", !targetFps || targetFps === 0 ? "-" : targetFps, " FPS"), /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("b", {
|
|
162264
|
+
className: "font-semibold"
|
|
162265
|
+
}, "Network:", " "), !metrics || metrics?.incomingMessagesFps === 0 ? "-" : metrics.incomingMessagesFps, " ", "FPS"), /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("b", {
|
|
162266
|
+
className: "font-semibold"
|
|
162267
|
+
}, "Decoding:", " "), !metrics || metrics?.decodedMessagesFps === 0 ? "-" : metrics.decodedMessagesFps, " ", "FPS"), /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("b", {
|
|
162268
|
+
className: "font-semibold"
|
|
162269
|
+
}, "Rendering:"), " ", !renderedFps || renderedFps === 0 ? "-" : renderedFps, " FPS"), /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("b", {
|
|
162270
|
+
className: "font-semibold"
|
|
162271
|
+
}, "Annotations:", " "), !annotationsFps || annotationsFps === 0 || !Number.isFinite(annotationsFps) ? "-" : annotationsFps, " ", "FPS"), /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("b", {
|
|
162272
|
+
className: "font-semibold"
|
|
162273
|
+
}, "Throughput:", " "), !metrics || metrics?.messageThroughput === 0 ? "-" : metrics.messageThroughput, " ", "Mbps"), /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("b", {
|
|
162274
|
+
className: "font-semibold"
|
|
162275
|
+
}, "Frontend Delay: "), eventLoopDelay.toFixed(2), " ms")),
|
|
162247
162276
|
direction: "bottom",
|
|
162248
162277
|
className: "ml-auto"
|
|
162249
162278
|
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
@@ -162414,9 +162443,16 @@ const PanelToolbar = ({
|
|
|
162414
162443
|
}, extraVisible ? "Less" : "More"), extraVisible && detections.map(detection => makeDetection(detection, {
|
|
162415
162444
|
extra: true
|
|
162416
162445
|
})))), kind === "pointCloud" && /*#__PURE__*/React__default.createElement(Flex, null, /*#__PURE__*/React__default.createElement(Tooltip, {
|
|
162446
|
+
side: "bottom",
|
|
162417
162447
|
content: /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Label$3, {
|
|
162418
162448
|
text: "To move camera:"
|
|
162419
|
-
}), /*#__PURE__*/React__default.createElement("ul", null, /*#__PURE__*/React__default.createElement("li", null,
|
|
162449
|
+
}), /*#__PURE__*/React__default.createElement("ul", null, /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("b", {
|
|
162450
|
+
className: "font-semibold"
|
|
162451
|
+
}, "Scroll:"), " Zoom In and Out"), /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("b", {
|
|
162452
|
+
className: "font-semibold"
|
|
162453
|
+
}, "Left-click + Drag:"), " Rotate Camera"), /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("b", {
|
|
162454
|
+
className: "font-semibold"
|
|
162455
|
+
}, "Right-click + Drag:"), " Move Camera (X and Y axes)")))
|
|
162420
162456
|
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
162421
162457
|
icon: MdHelpOutline,
|
|
162422
162458
|
variant: "outline",
|
|
@@ -162528,7 +162564,7 @@ function createRenderDelaySampler() {
|
|
|
162528
162564
|
};
|
|
162529
162565
|
}
|
|
162530
162566
|
|
|
162531
|
-
const ImagePanelComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-
|
|
162567
|
+
const ImagePanelComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-MfW3v2aI.js'));
|
|
162532
162568
|
const ImagePanelBody = ({
|
|
162533
162569
|
topic,
|
|
162534
162570
|
frameRenderedEvent,
|
|
@@ -162605,7 +162641,7 @@ const ImagePanel = /*#__PURE__*/React__default.memo(function ImagePanel(props) {
|
|
|
162605
162641
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
162606
162642
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
162607
162643
|
|
|
162608
|
-
const ThreeDeeRenderComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-
|
|
162644
|
+
const ThreeDeeRenderComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-Dq45ktWT.js'));
|
|
162609
162645
|
const PointCloudPanelBody = ({
|
|
162610
162646
|
topic,
|
|
162611
162647
|
frameRenderedEvent
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { J as indentNodeProp, K as continuedIndent, M as foldNodeProp, N as styleTags, O as tags, Q as LRLanguage, T as LanguageSupport, U as ExternalTokenizer, V as LRParser, X as ifNotIn, Y as completeFromList, Z as syntaxTree } from './index-
|
|
1
|
+
import { J as indentNodeProp, K as continuedIndent, M as foldNodeProp, N as styleTags, O as tags, Q as LRLanguage, T as LanguageSupport, U as ExternalTokenizer, V as LRParser, X as ifNotIn, Y as completeFromList, Z as syntaxTree } from './index-C-PC9tcs.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 { N as styleTags, O as tags, V as LRParser, Q as LRLanguage, J as indentNodeProp, K as continuedIndent, $ as flatIndent, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, T as LanguageSupport } from './index-
|
|
1
|
+
import { N as styleTags, O as tags, V as LRParser, Q as LRLanguage, J as indentNodeProp, K as continuedIndent, $ as flatIndent, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, T as LanguageSupport } from './index-C-PC9tcs.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 { a2 as ContextTracker, U as ExternalTokenizer, N as styleTags, O as tags, V as LRParser, Q as LRLanguage, J as indentNodeProp, M as foldNodeProp, ac as bracketMatchingHandle, T as LanguageSupport, a8 as EditorView, Z as syntaxTree, a9 as EditorSelection } from './index-
|
|
1
|
+
import { a2 as ContextTracker, U as ExternalTokenizer, N as styleTags, O as tags, V as LRParser, Q as LRLanguage, J as indentNodeProp, M as foldNodeProp, ac as bracketMatchingHandle, T as LanguageSupport, a8 as EditorView, Z as syntaxTree, a9 as EditorSelection } from './index-C-PC9tcs.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 { Q as LRLanguage, J as indentNodeProp, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, N as styleTags, O as tags, T as LanguageSupport, V as LRParser } from './index-
|
|
1
|
+
import { Q as LRLanguage, J as indentNodeProp, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, N as styleTags, O as tags, T as LanguageSupport, V as LRParser } from './index-C-PC9tcs.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 { U as ExternalTokenizer, a2 as ContextTracker, N as styleTags, O as tags, V as LRParser, Z as syntaxTree, X as ifNotIn, Q as LRLanguage, J as indentNodeProp, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, T as LanguageSupport, a5 as IterMode, Y as completeFromList, a6 as NodeWeakMap, a4 as snippetCompletion } from './index-
|
|
1
|
+
import { U as ExternalTokenizer, a2 as ContextTracker, N as styleTags, O as tags, V as LRParser, Z as syntaxTree, X as ifNotIn, Q as LRLanguage, J as indentNodeProp, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, T as LanguageSupport, a5 as IterMode, Y as completeFromList, a6 as NodeWeakMap, a4 as snippetCompletion } from './index-C-PC9tcs.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 { N as styleTags, O as tags, Q as LRLanguage, J as indentNodeProp, K as continuedIndent, M as foldNodeProp, a1 as foldInside, a7 as defineCSSCompletionSource, T as LanguageSupport, V as LRParser, U as ExternalTokenizer } from './index-
|
|
1
|
+
import { N as styleTags, O as tags, Q as LRLanguage, J as indentNodeProp, K as continuedIndent, M as foldNodeProp, a1 as foldInside, a7 as defineCSSCompletionSource, T as LanguageSupport, V as LRParser, U as ExternalTokenizer } from './index-C-PC9tcs.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 { N as styleTags, O as tags, Q as LRLanguage, T as LanguageSupport, V as LRParser, a3 as LocalTokenGroup, aa as html, ab as parseMixed, ad as javascriptLanguage } from './index-
|
|
1
|
+
import { N as styleTags, O as tags, Q as LRLanguage, T as LanguageSupport, V as LRParser, a3 as LocalTokenGroup, aa as html, ab as parseMixed, ad as javascriptLanguage } from './index-C-PC9tcs.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 { U as ExternalTokenizer, a2 as ContextTracker, N as styleTags, O as tags, V as LRParser, a3 as LocalTokenGroup, a4 as snippetCompletion, Z as syntaxTree, Q as LRLanguage, J as indentNodeProp, K as continuedIndent, $ as flatIndent, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, T as LanguageSupport, X as ifNotIn, Y as completeFromList, a5 as IterMode, a6 as NodeWeakMap } from './index-
|
|
1
|
+
import { U as ExternalTokenizer, a2 as ContextTracker, N as styleTags, O as tags, V as LRParser, a3 as LocalTokenGroup, a4 as snippetCompletion, Z as syntaxTree, Q as LRLanguage, J as indentNodeProp, K as continuedIndent, $ as flatIndent, a0 as delimitedIndent, M as foldNodeProp, a1 as foldInside, T as LanguageSupport, X as ifNotIn, Y as completeFromList, a5 as IterMode, a6 as NodeWeakMap } from './index-C-PC9tcs.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 { U as ExternalTokenizer, a2 as ContextTracker, N as styleTags, O as tags, V as LRParser, Q as LRLanguage, M as foldNodeProp, a1 as foldInside, J as indentNodeProp, K as continuedIndent, a7 as defineCSSCompletionSource, T as LanguageSupport } from './index-
|
|
1
|
+
import { U as ExternalTokenizer, a2 as ContextTracker, N as styleTags, O as tags, V as LRParser, Q as LRLanguage, M as foldNodeProp, a1 as foldInside, J as indentNodeProp, K as continuedIndent, a7 as defineCSSCompletionSource, T as LanguageSupport } from './index-C-PC9tcs.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|