@luxonis/visualizer-protobuf 2.39.0 → 2.41.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/{WorkerImageDecoder.worker-C3ZBQ2Wk.js → WorkerImageDecoder.worker-B8iTthbG.js} +1 -1
- package/dist/{communicator-BjQGdkEF.js → communicator-Rs8pk0Io.js} +1 -1
- package/dist/{decodeImage-CxUhz2gE.js → decodeImage-DAWmFdMI.js} +56 -0
- package/dist/{deserialization.worker-B4mbcVaD.js → deserialization.worker-BKq1x9xw.js} +16 -2
- package/dist/{encoding-BaoHXAPX.js → encoding-D95pQf33.js} +25 -10
- package/dist/{index-WbLcsC_J.js → index-B2b_GPZ2.js} +1 -1
- package/dist/{index-CqOmuVTG.js → index-B6EgpzyA.js} +26 -25
- package/dist/{index-B7GuixTp.js → index-B8xP44mB.js} +1 -1
- package/dist/{index-CV-B5Yzw.js → index-BAeQKqss.js} +1 -1
- package/dist/{index-CW_FmXbn.js → index-BXOCuOJk.js} +1 -1
- package/dist/{index-BCyySNei.js → index-BZE87PRS.js} +1 -1
- package/dist/{index-iLAZUWTe.js → index-BiGZ-Ksk.js} +1 -1
- package/dist/{index-Blkg3kJV.js → index-BjWdog1R.js} +1 -1
- package/dist/{index-DzHGhXh0.js → index-Bu7kRSnU.js} +1 -1
- package/dist/{index-BN8ED_iw.js → index-C8UYJCs8.js} +1 -1
- package/dist/{index-Cz7XzIHe.js → index-CRR7BXZp.js} +1 -1
- package/dist/{index-BFRXpS0F.js → index-Cc6kXZzw.js} +1 -1
- package/dist/{index-DDSCnmQR.js → index-Cj86SpIZ.js} +1 -1
- package/dist/{index-CHA66VFs.js → index-CnDs4xd7.js} +1 -1
- package/dist/{index-D1cmz2wj.js → index-D3Ra45oT.js} +1 -1
- package/dist/{index-Cybrtcp9.js → index-DDZBM3Tu.js} +3 -3
- package/dist/{index-3VTu28iq.js → index-DfYWSU12.js} +3 -3
- package/dist/{index-ANsWnuDu.js → index-pHF3cb4A.js} +1 -1
- package/dist/{index-4tKm0rli.js → index-yae90EMj.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/lib/src/connection/connection.d.ts +2 -2
- package/dist/lib/src/connection/connection.d.ts.map +1 -1
- package/dist/lib/src/connection/connection.js.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.d.ts +2 -2
- package/dist/lib/src/connection/foxglove-connection.d.ts.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.js.map +1 -1
- package/dist/lib/src/messaging/deserialization.worker.d.ts +5 -2
- package/dist/lib/src/messaging/deserialization.worker.d.ts.map +1 -1
- package/dist/lib/src/messaging/deserialization.worker.js +10 -1
- package/dist/lib/src/messaging/deserialization.worker.js.map +1 -1
- package/dist/lib/src/messaging/message-handler.d.ts +2 -2
- package/dist/lib/src/messaging/message-handler.d.ts.map +1 -1
- package/dist/lib/src/messaging/message-handler.js +2 -1
- package/dist/lib/src/messaging/message-handler.js.map +1 -1
- package/dist/lib/src/output.css +15 -2
- 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.d.ts +1 -0
- package/dist/lib/src/protobuf.generated/ImgDetections.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/ImgDetections.js +16 -2
- 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/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/lib/src/utils/encoding.js +1 -1
- package/dist/lib/src/utils/encoding.js.map +1 -1
- package/dist/lib/src/utils/error.d.ts +2 -0
- package/dist/lib/src/utils/error.d.ts.map +1 -1
- package/dist/lib/src/utils/error.js +3 -0
- package/dist/lib/src/utils/error.js.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.js +4 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.js.map +1 -1
- package/dist/{worker-5EVhuR0-.js → worker-BCJnECSn.js} +2 -2
- package/dist/{worker-4R8nuLc9.js → worker-ChOPGWcQ.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-D95pQf33.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
|
|
@@ -406,6 +406,59 @@ const decodeBayerRGGB8 = makeSpecializedDecodeBayer("r", "g0", "g1", "b");
|
|
|
406
406
|
const decodeBayerBGGR8 = makeSpecializedDecodeBayer("b", "g0", "g1", "r");
|
|
407
407
|
const decodeBayerGBRG8 = makeSpecializedDecodeBayer("g0", "b", "r", "g1");
|
|
408
408
|
const decodeBayerGRBG8 = makeSpecializedDecodeBayer("g0", "r", "b", "g1");
|
|
409
|
+
function decodeYUV420p(yuvData, width, height, _step, output, _yStride,
|
|
410
|
+
// Optional Y plane stride
|
|
411
|
+
_uvStride,
|
|
412
|
+
// Optional UV plane stride
|
|
413
|
+
_uPlaneOffset,
|
|
414
|
+
// Optional offset where the U plane starts
|
|
415
|
+
_vPlaneOffset // Optional offset where the V plane starts
|
|
416
|
+
) {
|
|
417
|
+
// Calculate strides and offsets if not provided
|
|
418
|
+
const yStride = width;
|
|
419
|
+
const uvStride = width >> 1; // UV planes are half the width
|
|
420
|
+
|
|
421
|
+
// Calculate plane offsets if not provided
|
|
422
|
+
const yPlaneSize = yStride * height;
|
|
423
|
+
const uPlaneOffset = yPlaneSize;
|
|
424
|
+
const uvPlaneSize = uvStride * (height >> 1); // UV planes are half the height
|
|
425
|
+
const vPlaneOffset = uPlaneOffset + uvPlaneSize;
|
|
426
|
+
for (let y = 0; y < height; y++) {
|
|
427
|
+
for (let x = 0; x < width; x++) {
|
|
428
|
+
// Get Y value
|
|
429
|
+
const yIndex = y * yStride + x;
|
|
430
|
+
const yValue = Number(yuvData[yIndex]) - 16;
|
|
431
|
+
|
|
432
|
+
// Calculate the corresponding position in the UV planes
|
|
433
|
+
const uvX = x >> 1;
|
|
434
|
+
const uvY = y >> 1;
|
|
435
|
+
const uIndex = uPlaneOffset + uvY * uvStride + uvX;
|
|
436
|
+
const vIndex = vPlaneOffset + uvY * uvStride + uvX;
|
|
437
|
+
|
|
438
|
+
// Get U and V values
|
|
439
|
+
const uValue = Number(yuvData[uIndex]) - 128;
|
|
440
|
+
const vValue = Number(yuvData[vIndex]) - 128;
|
|
441
|
+
|
|
442
|
+
// Convert YUV to RGB using the standard BT.601 conversion
|
|
443
|
+
// These are similar coefficients to those used in other decoders
|
|
444
|
+
let r = yValue + 1.402 * vValue;
|
|
445
|
+
let g = yValue - 0.344 * uValue - 0.714 * vValue;
|
|
446
|
+
let b = yValue + 1.772 * uValue;
|
|
447
|
+
|
|
448
|
+
// Clamp RGB values to [0, 255]
|
|
449
|
+
r = Math.min(Math.max(r, 0), 255);
|
|
450
|
+
g = Math.min(Math.max(g, 0), 255);
|
|
451
|
+
b = Math.min(Math.max(b, 0), 255);
|
|
452
|
+
|
|
453
|
+
// Write to output buffer (RGBA format)
|
|
454
|
+
const outIndex = (y * width + x) * 4;
|
|
455
|
+
output[outIndex] = r;
|
|
456
|
+
output[outIndex + 1] = g;
|
|
457
|
+
output[outIndex + 2] = b;
|
|
458
|
+
output[outIndex + 3] = 255; // Full opacity
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
}
|
|
409
462
|
|
|
410
463
|
/**
|
|
411
464
|
* @license
|
|
@@ -52861,6 +52914,9 @@ async function decodeRawImage(image, options, output) {
|
|
|
52861
52914
|
case "yuyv":
|
|
52862
52915
|
decodeYUYV(image.data, width, height, step, output);
|
|
52863
52916
|
break;
|
|
52917
|
+
case "yuv420p":
|
|
52918
|
+
decodeYUV420p(image.data, width, height, step, output);
|
|
52919
|
+
break;
|
|
52864
52920
|
case "rgb8":
|
|
52865
52921
|
decodeRGB8(image.data, width, height, step, output);
|
|
52866
52922
|
break;
|
|
@@ -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-D95pQf33.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
import './_commonjsHelpers-E-ZsRS8r.js';
|
|
7
7
|
import 'zustand';
|
|
@@ -1058,15 +1058,24 @@ async function deserializeMJPEGFrame({
|
|
|
1058
1058
|
}
|
|
1059
1059
|
|
|
1060
1060
|
class EncodedStreamNotSupportedError extends Error {
|
|
1061
|
+
name = "EncodedStreamNotSupportedError";
|
|
1062
|
+
errorType = "EncodedStreamNotSupportedError";
|
|
1061
1063
|
constructor(topicName) {
|
|
1062
1064
|
super("Encoded stream not supported on this platform");
|
|
1063
1065
|
this.topicName = topicName;
|
|
1066
|
+
Object.setPrototypeOf(this, EncodedStreamNotSupportedError.prototype);
|
|
1064
1067
|
}
|
|
1065
1068
|
}
|
|
1066
1069
|
|
|
1067
1070
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
1068
1071
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
1069
1072
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
1073
|
+
function errorInstanceToErrorCode(error) {
|
|
1074
|
+
if (error instanceof EncodedStreamNotSupportedError) {
|
|
1075
|
+
return "EncodedStreamNotSupported";
|
|
1076
|
+
}
|
|
1077
|
+
return "Error";
|
|
1078
|
+
}
|
|
1070
1079
|
const topicDecoders = new Map();
|
|
1071
1080
|
const topicSizes = new Map();
|
|
1072
1081
|
let callback;
|
|
@@ -1082,7 +1091,10 @@ function handleMessageToDecode({
|
|
|
1082
1091
|
// TODO: Enable this log once we fix topic unsubscription not working
|
|
1083
1092
|
// console.error("An error occurred during DAI message decoding.", error);
|
|
1084
1093
|
|
|
1085
|
-
|
|
1094
|
+
// Type information about an error gets lost during transfer from worker to main thread
|
|
1095
|
+
// This means that we have to remap the errors based on type here to an 'error enum'
|
|
1096
|
+
// Which can then be parsed on the main thread
|
|
1097
|
+
errorCallback?.(errorInstanceToErrorCode(error), topic, {});
|
|
1086
1098
|
};
|
|
1087
1099
|
const protobufSchema = protobufsBySchema[schema];
|
|
1088
1100
|
if (!protobufSchema) {
|
|
@@ -1250,3 +1262,5 @@ expose({
|
|
|
1250
1262
|
initCallback,
|
|
1251
1263
|
handleMessageToDecode
|
|
1252
1264
|
});
|
|
1265
|
+
|
|
1266
|
+
export { errorInstanceToErrorCode };
|
|
@@ -1469,7 +1469,7 @@ Long.fromBytesBE = function fromBytesBE(bytes, unsigned) {
|
|
|
1469
1469
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
1470
1470
|
// versions:
|
|
1471
1471
|
// protoc-gen-ts_proto v1.181.1
|
|
1472
|
-
// protoc
|
|
1472
|
+
// protoc v4.25.1
|
|
1473
1473
|
// source: common.proto
|
|
1474
1474
|
|
|
1475
1475
|
let CameraModel = /*#__PURE__*/function (CameraModel) {
|
|
@@ -2167,7 +2167,7 @@ function isSet$6(value) {
|
|
|
2167
2167
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
2168
2168
|
// versions:
|
|
2169
2169
|
// protoc-gen-ts_proto v1.181.1
|
|
2170
|
-
// protoc
|
|
2170
|
+
// protoc v4.25.1
|
|
2171
2171
|
// source: EncodedFrame.proto
|
|
2172
2172
|
|
|
2173
2173
|
const protobufPackage$5 = "dai.proto.encoded_frame";
|
|
@@ -2574,7 +2574,7 @@ const protobufName$5 = "EncodedFrame";
|
|
|
2574
2574
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
2575
2575
|
// versions:
|
|
2576
2576
|
// protoc-gen-ts_proto v1.181.1
|
|
2577
|
-
// protoc
|
|
2577
|
+
// protoc v4.25.1
|
|
2578
2578
|
// source: ImageAnnotations.proto
|
|
2579
2579
|
|
|
2580
2580
|
const protobufPackage$4 = "dai.proto.image_annotations";
|
|
@@ -3188,7 +3188,7 @@ const protobufName$4 = "ImageAnnotations";
|
|
|
3188
3188
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3189
3189
|
// versions:
|
|
3190
3190
|
// protoc-gen-ts_proto v1.181.1
|
|
3191
|
-
// protoc
|
|
3191
|
+
// protoc v4.25.1
|
|
3192
3192
|
// source: ImgDetections.proto
|
|
3193
3193
|
|
|
3194
3194
|
const protobufPackage$3 = "dai.proto.img_detections";
|
|
@@ -3313,7 +3313,8 @@ function createBaseImgDetection() {
|
|
|
3313
3313
|
xmin: 0,
|
|
3314
3314
|
ymin: 0,
|
|
3315
3315
|
xmax: 0,
|
|
3316
|
-
ymax: 0
|
|
3316
|
+
ymax: 0,
|
|
3317
|
+
name: ""
|
|
3317
3318
|
};
|
|
3318
3319
|
}
|
|
3319
3320
|
const ImgDetection = {
|
|
@@ -3336,6 +3337,9 @@ const ImgDetection = {
|
|
|
3336
3337
|
if (message.ymax !== 0) {
|
|
3337
3338
|
writer.uint32(53).float(message.ymax);
|
|
3338
3339
|
}
|
|
3340
|
+
if (message.name !== "") {
|
|
3341
|
+
writer.uint32(58).string(message.name);
|
|
3342
|
+
}
|
|
3339
3343
|
return writer;
|
|
3340
3344
|
},
|
|
3341
3345
|
decode(input, length) {
|
|
@@ -3381,6 +3385,12 @@ const ImgDetection = {
|
|
|
3381
3385
|
}
|
|
3382
3386
|
message.ymax = reader.float();
|
|
3383
3387
|
continue;
|
|
3388
|
+
case 7:
|
|
3389
|
+
if (tag !== 58) {
|
|
3390
|
+
break;
|
|
3391
|
+
}
|
|
3392
|
+
message.name = reader.string();
|
|
3393
|
+
continue;
|
|
3384
3394
|
}
|
|
3385
3395
|
if ((tag & 7) === 4 || tag === 0) {
|
|
3386
3396
|
break;
|
|
@@ -3396,7 +3406,8 @@ const ImgDetection = {
|
|
|
3396
3406
|
xmin: isSet$3(object.xmin) ? globalThis.Number(object.xmin) : 0,
|
|
3397
3407
|
ymin: isSet$3(object.ymin) ? globalThis.Number(object.ymin) : 0,
|
|
3398
3408
|
xmax: isSet$3(object.xmax) ? globalThis.Number(object.xmax) : 0,
|
|
3399
|
-
ymax: isSet$3(object.ymax) ? globalThis.Number(object.ymax) : 0
|
|
3409
|
+
ymax: isSet$3(object.ymax) ? globalThis.Number(object.ymax) : 0,
|
|
3410
|
+
name: isSet$3(object.name) ? globalThis.String(object.name) : ""
|
|
3400
3411
|
};
|
|
3401
3412
|
},
|
|
3402
3413
|
toJSON(message) {
|
|
@@ -3419,6 +3430,9 @@ const ImgDetection = {
|
|
|
3419
3430
|
if (message.ymax !== 0) {
|
|
3420
3431
|
obj.ymax = message.ymax;
|
|
3421
3432
|
}
|
|
3433
|
+
if (message.name !== "") {
|
|
3434
|
+
obj.name = message.name;
|
|
3435
|
+
}
|
|
3422
3436
|
return obj;
|
|
3423
3437
|
},
|
|
3424
3438
|
create(base) {
|
|
@@ -3432,6 +3446,7 @@ const ImgDetection = {
|
|
|
3432
3446
|
message.ymin = object.ymin ?? 0;
|
|
3433
3447
|
message.xmax = object.xmax ?? 0;
|
|
3434
3448
|
message.ymax = object.ymax ?? 0;
|
|
3449
|
+
message.name = object.name ?? "";
|
|
3435
3450
|
return message;
|
|
3436
3451
|
}
|
|
3437
3452
|
};
|
|
@@ -3456,7 +3471,7 @@ const protobufName$3 = "ImgDetections";
|
|
|
3456
3471
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3457
3472
|
// versions:
|
|
3458
3473
|
// protoc-gen-ts_proto v1.181.1
|
|
3459
|
-
// protoc
|
|
3474
|
+
// protoc v4.25.1
|
|
3460
3475
|
// source: ImgFrame.proto
|
|
3461
3476
|
|
|
3462
3477
|
const protobufPackage$2 = "dai.proto.img_frame";
|
|
@@ -4090,7 +4105,7 @@ const protobufName$2 = "ImgFrame";
|
|
|
4090
4105
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
4091
4106
|
// versions:
|
|
4092
4107
|
// protoc-gen-ts_proto v1.181.1
|
|
4093
|
-
// protoc
|
|
4108
|
+
// protoc v4.25.1
|
|
4094
4109
|
// source: PointCloudData.proto
|
|
4095
4110
|
|
|
4096
4111
|
const protobufPackage$1 = "dai.proto.point_cloud_data";
|
|
@@ -4402,7 +4417,7 @@ const protobufName$1 = "PointCloudData";
|
|
|
4402
4417
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
4403
4418
|
// versions:
|
|
4404
4419
|
// protoc-gen-ts_proto v1.181.1
|
|
4405
|
-
// protoc
|
|
4420
|
+
// protoc v4.25.1
|
|
4406
4421
|
// source: SpatialImgDetections.proto
|
|
4407
4422
|
|
|
4408
4423
|
const protobufPackage = "dai.proto.spatial_img_detections";
|
|
@@ -5075,7 +5090,7 @@ const protobufsBySchema = Object.fromEntries(Object.entries(protobufs).map(([typ
|
|
|
5075
5090
|
|
|
5076
5091
|
// Function decides if the current browser is capable of working with encoded streams
|
|
5077
5092
|
function isCapableOfEncodedStream() {
|
|
5078
|
-
return !!navigator?.userAgent?.includes(
|
|
5093
|
+
return !!navigator?.userAgent?.includes("Chrome");
|
|
5079
5094
|
}
|
|
5080
5095
|
function recordToDataView(record) {
|
|
5081
5096
|
const text = JSON.stringify(record);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as styleTags, Q as tags, X as LRParser, T as LRLanguage, K as indentNodeProp, M as continuedIndent, 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, N as foldNodeProp, a2 as foldInside, U as LanguageSupport } from './index-B6EgpzyA.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|
|
@@ -26,7 +26,7 @@ import { defineGlobalStyles, defineTokens as defineTokens$1, defineKeyframes, de
|
|
|
26
26
|
|
|
27
27
|
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}}
|
|
28
28
|
|
|
29
|
-
var css$b = "/*! tailwindcss v4.
|
|
29
|
+
var css$b = "/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */\n@layer properties;\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 --color-white: #fff;\n --spacing: 0.25rem;\n --font-weight-semibold: 600;\n --radius-lg: 0.5rem;\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: currentColor;\n @supports (color: color-mix(in lab, red, red)) {\n color: color-mix(in oklab, currentColor 50%, transparent);\n }\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 .flex {\n display: flex;\n }\n .grow {\n flex-grow: 1;\n }\n .flex-col {\n flex-direction: column;\n }\n .items-start {\n align-items: flex-start;\n }\n .overflow-hidden {\n overflow: hidden;\n }\n .rounded {\n border-radius: 0.25rem;\n }\n .rounded-lg {\n border-radius: var(--radius-lg);\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .border-solid {\n --tw-border-style: solid;\n border-style: solid;\n }\n .border-\\[\\#d3d3d3d9\\] {\n border-color: #d3d3d3d9;\n }\n .bg-white {\n background-color: var(--color-white);\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@layer properties {\n @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {\n *, ::before, ::after, ::backdrop {\n --tw-border-style: solid;\n --tw-font-weight: initial;\n --tw-outline-style: solid;\n }\n }\n}\n";
|
|
30
30
|
n$1(css$b,{});
|
|
31
31
|
|
|
32
32
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -768,7 +768,7 @@ class DepthToPointcloudWorkerPool {
|
|
|
768
768
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
769
769
|
|
|
770
770
|
function initWorker(callback) {
|
|
771
|
-
const workerWrap = wrap$3(new Worker(new URL("deserialization.worker-
|
|
771
|
+
const workerWrap = wrap$3(new Worker(new URL("deserialization.worker-BKq1x9xw.js", import.meta.url), {
|
|
772
772
|
type: "module",
|
|
773
773
|
name: `message-decoder`
|
|
774
774
|
}));
|
|
@@ -790,12 +790,13 @@ function createMessageHandler(callback) {
|
|
|
790
790
|
worker = newWorker;
|
|
791
791
|
workerPool.set(topic, newWorker);
|
|
792
792
|
}
|
|
793
|
+
const proxiedCallback = errorCallback ? proxy(errorCallback) : undefined;
|
|
793
794
|
worker.handleMessageToDecode({
|
|
794
795
|
schema,
|
|
795
796
|
buffer,
|
|
796
797
|
topic,
|
|
797
798
|
neuralCameraIntrinsics
|
|
798
|
-
},
|
|
799
|
+
}, proxiedCallback);
|
|
799
800
|
}
|
|
800
801
|
};
|
|
801
802
|
}
|
|
@@ -19973,7 +19974,7 @@ class WebRtcBridge extends ArtificialWorker {
|
|
|
19973
19974
|
constructor(automaticTokenRefresh) {
|
|
19974
19975
|
super();
|
|
19975
19976
|
this.automaticTokenRefresh = automaticTokenRefresh;
|
|
19976
|
-
this.#worker = new Worker(new URL("worker-
|
|
19977
|
+
this.#worker = new Worker(new URL("worker-ChOPGWcQ.js", import.meta.url), {
|
|
19977
19978
|
type: "module"
|
|
19978
19979
|
});
|
|
19979
19980
|
this.#setupArtificialWorker();
|
|
@@ -20190,7 +20191,7 @@ class VisualizerConnection extends FoxgloveConnection {
|
|
|
20190
20191
|
let worker;
|
|
20191
20192
|
if (type === "ws") {
|
|
20192
20193
|
this.#url = data.connectionUrl;
|
|
20193
|
-
worker = new Worker(new URL("worker-
|
|
20194
|
+
worker = new Worker(new URL("worker-BCJnECSn.js", import.meta.url), {
|
|
20194
20195
|
type: "module"
|
|
20195
20196
|
});
|
|
20196
20197
|
} else {
|
|
@@ -86603,7 +86604,7 @@ function legacy(parser) {
|
|
|
86603
86604
|
return new LanguageSupport(StreamLanguage.define(parser));
|
|
86604
86605
|
}
|
|
86605
86606
|
function sql$1(dialectName) {
|
|
86606
|
-
return import('./index-
|
|
86607
|
+
return import('./index-BZE87PRS.js').then(m => m.sql({ dialect: m[dialectName] }));
|
|
86607
86608
|
}
|
|
86608
86609
|
/**
|
|
86609
86610
|
An array of language descriptions for known language packages.
|
|
@@ -86614,7 +86615,7 @@ const languages = [
|
|
|
86614
86615
|
name: "C",
|
|
86615
86616
|
extensions: ["c", "h", "ino"],
|
|
86616
86617
|
load() {
|
|
86617
|
-
return import('./index-
|
|
86618
|
+
return import('./index-BiGZ-Ksk.js').then(m => m.cpp());
|
|
86618
86619
|
}
|
|
86619
86620
|
}),
|
|
86620
86621
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86622,7 +86623,7 @@ const languages = [
|
|
|
86622
86623
|
alias: ["cpp"],
|
|
86623
86624
|
extensions: ["cpp", "c++", "cc", "cxx", "hpp", "h++", "hh", "hxx"],
|
|
86624
86625
|
load() {
|
|
86625
|
-
return import('./index-
|
|
86626
|
+
return import('./index-BiGZ-Ksk.js').then(m => m.cpp());
|
|
86626
86627
|
}
|
|
86627
86628
|
}),
|
|
86628
86629
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86642,7 +86643,7 @@ const languages = [
|
|
|
86642
86643
|
name: "Go",
|
|
86643
86644
|
extensions: ["go"],
|
|
86644
86645
|
load() {
|
|
86645
|
-
return import('./index-
|
|
86646
|
+
return import('./index-pHF3cb4A.js').then(m => m.go());
|
|
86646
86647
|
}
|
|
86647
86648
|
}),
|
|
86648
86649
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86657,7 +86658,7 @@ const languages = [
|
|
|
86657
86658
|
name: "Java",
|
|
86658
86659
|
extensions: ["java"],
|
|
86659
86660
|
load() {
|
|
86660
|
-
return import('./index-
|
|
86661
|
+
return import('./index-CnDs4xd7.js').then(m => m.java());
|
|
86661
86662
|
}
|
|
86662
86663
|
}),
|
|
86663
86664
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86673,7 +86674,7 @@ const languages = [
|
|
|
86673
86674
|
alias: ["json5"],
|
|
86674
86675
|
extensions: ["json", "map"],
|
|
86675
86676
|
load() {
|
|
86676
|
-
return import('./index-
|
|
86677
|
+
return import('./index-B2b_GPZ2.js').then(m => m.json());
|
|
86677
86678
|
}
|
|
86678
86679
|
}),
|
|
86679
86680
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86687,14 +86688,14 @@ const languages = [
|
|
|
86687
86688
|
name: "LESS",
|
|
86688
86689
|
extensions: ["less"],
|
|
86689
86690
|
load() {
|
|
86690
|
-
return import('./index-
|
|
86691
|
+
return import('./index-BAeQKqss.js').then(m => m.less());
|
|
86691
86692
|
}
|
|
86692
86693
|
}),
|
|
86693
86694
|
/*@__PURE__*/LanguageDescription.of({
|
|
86694
86695
|
name: "Liquid",
|
|
86695
86696
|
extensions: ["liquid"],
|
|
86696
86697
|
load() {
|
|
86697
|
-
return import('./index-
|
|
86698
|
+
return import('./index-C8UYJCs8.js').then(m => m.liquid());
|
|
86698
86699
|
}
|
|
86699
86700
|
}),
|
|
86700
86701
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86720,7 +86721,7 @@ const languages = [
|
|
|
86720
86721
|
name: "PHP",
|
|
86721
86722
|
extensions: ["php", "php3", "php4", "php5", "php7", "phtml"],
|
|
86722
86723
|
load() {
|
|
86723
|
-
return import('./index-
|
|
86724
|
+
return import('./index-D3Ra45oT.js').then(m => m.php());
|
|
86724
86725
|
}
|
|
86725
86726
|
}),
|
|
86726
86727
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86737,28 +86738,28 @@ const languages = [
|
|
|
86737
86738
|
extensions: ["BUILD", "bzl", "py", "pyw"],
|
|
86738
86739
|
filename: /^(BUCK|BUILD)$/,
|
|
86739
86740
|
load() {
|
|
86740
|
-
return import('./index-
|
|
86741
|
+
return import('./index-Cc6kXZzw.js').then(m => m.python());
|
|
86741
86742
|
}
|
|
86742
86743
|
}),
|
|
86743
86744
|
/*@__PURE__*/LanguageDescription.of({
|
|
86744
86745
|
name: "Rust",
|
|
86745
86746
|
extensions: ["rs"],
|
|
86746
86747
|
load() {
|
|
86747
|
-
return import('./index-
|
|
86748
|
+
return import('./index-BXOCuOJk.js').then(m => m.rust());
|
|
86748
86749
|
}
|
|
86749
86750
|
}),
|
|
86750
86751
|
/*@__PURE__*/LanguageDescription.of({
|
|
86751
86752
|
name: "Sass",
|
|
86752
86753
|
extensions: ["sass"],
|
|
86753
86754
|
load() {
|
|
86754
|
-
return import('./index-
|
|
86755
|
+
return import('./index-CRR7BXZp.js').then(m => m.sass({ indented: true }));
|
|
86755
86756
|
}
|
|
86756
86757
|
}),
|
|
86757
86758
|
/*@__PURE__*/LanguageDescription.of({
|
|
86758
86759
|
name: "SCSS",
|
|
86759
86760
|
extensions: ["scss"],
|
|
86760
86761
|
load() {
|
|
86761
|
-
return import('./index-
|
|
86762
|
+
return import('./index-CRR7BXZp.js').then(m => m.sass());
|
|
86762
86763
|
}
|
|
86763
86764
|
}),
|
|
86764
86765
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86789,7 +86790,7 @@ const languages = [
|
|
|
86789
86790
|
name: "WebAssembly",
|
|
86790
86791
|
extensions: ["wat", "wast"],
|
|
86791
86792
|
load() {
|
|
86792
|
-
return import('./index-
|
|
86793
|
+
return import('./index-Bu7kRSnU.js').then(m => m.wast());
|
|
86793
86794
|
}
|
|
86794
86795
|
}),
|
|
86795
86796
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86797,7 +86798,7 @@ const languages = [
|
|
|
86797
86798
|
alias: ["rss", "wsdl", "xsd"],
|
|
86798
86799
|
extensions: ["xml", "xsl", "xsd", "svg"],
|
|
86799
86800
|
load() {
|
|
86800
|
-
return import('./index-
|
|
86801
|
+
return import('./index-B8xP44mB.js').then(m => m.xml());
|
|
86801
86802
|
}
|
|
86802
86803
|
}),
|
|
86803
86804
|
/*@__PURE__*/LanguageDescription.of({
|
|
@@ -86805,7 +86806,7 @@ const languages = [
|
|
|
86805
86806
|
alias: ["yml"],
|
|
86806
86807
|
extensions: ["yaml", "yml"],
|
|
86807
86808
|
load() {
|
|
86808
|
-
return import('./index-
|
|
86809
|
+
return import('./index-yae90EMj.js').then(m => m.yaml());
|
|
86809
86810
|
}
|
|
86810
86811
|
}),
|
|
86811
86812
|
// Legacy modes ported from CodeMirror 5
|
|
@@ -87601,13 +87602,13 @@ const languages = [
|
|
|
87601
87602
|
name: "Vue",
|
|
87602
87603
|
extensions: ["vue"],
|
|
87603
87604
|
load() {
|
|
87604
|
-
return import('./index-
|
|
87605
|
+
return import('./index-Cj86SpIZ.js').then(m => m.vue());
|
|
87605
87606
|
}
|
|
87606
87607
|
}),
|
|
87607
87608
|
/*@__PURE__*/LanguageDescription.of({
|
|
87608
87609
|
name: "Angular Template",
|
|
87609
87610
|
load() {
|
|
87610
|
-
return import('./index-
|
|
87611
|
+
return import('./index-BjWdog1R.js').then(m => m.angular());
|
|
87611
87612
|
}
|
|
87612
87613
|
})
|
|
87613
87614
|
];
|
|
@@ -166181,7 +166182,7 @@ function createRenderDelaySampler() {
|
|
|
166181
166182
|
};
|
|
166182
166183
|
}
|
|
166183
166184
|
|
|
166184
|
-
const ImagePanelComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-
|
|
166185
|
+
const ImagePanelComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-DfYWSU12.js'));
|
|
166185
166186
|
const ImagePanelBody = ({
|
|
166186
166187
|
topic,
|
|
166187
166188
|
frameRenderedEvent,
|
|
@@ -166280,7 +166281,7 @@ const DEFAULT_CAMERA_STATE = {
|
|
|
166280
166281
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
166281
166282
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
166282
166283
|
|
|
166283
|
-
const ThreeDeeRenderComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-
|
|
166284
|
+
const ThreeDeeRenderComponent = /*#__PURE__*/React__default.lazy(async () => await import('./index-DDZBM3Tu.js'));
|
|
166284
166285
|
const PointCloudPanelBody = ({
|
|
166285
166286
|
topic,
|
|
166286
166287
|
frameRenderedEvent
|
|
@@ -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-B6EgpzyA.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-B6EgpzyA.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, 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, N as foldNodeProp, a2 as foldInside, U as LanguageSupport } from './index-B6EgpzyA.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-B6EgpzyA.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-B6EgpzyA.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, ae as javascriptLanguage, T as LRLanguage, U as LanguageSupport, X as LRParser, ab as html, ac as parseMixed, V as ExternalTokenizer } from './index-
|
|
1
|
+
import { O as styleTags, Q as tags, ae as javascriptLanguage, T as LRLanguage, U as LanguageSupport, X as LRParser, ab as html, ac as parseMixed, V as ExternalTokenizer } from './index-B6EgpzyA.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-B6EgpzyA.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-B6EgpzyA.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-B6EgpzyA.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, $ as syntaxTree, Y as ifNotIn, T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, a6 as IterMode, Z as completeFromList, a7 as NodeWeakMap, a5 as snippetCompletion } from './index-
|
|
1
|
+
import { V as ExternalTokenizer, a3 as ContextTracker, O as styleTags, Q as tags, X as LRParser, $ as syntaxTree, Y as ifNotIn, T as LRLanguage, K as indentNodeProp, a1 as delimitedIndent, N as foldNodeProp, a2 as foldInside, U as LanguageSupport, a6 as IterMode, Z as completeFromList, a7 as NodeWeakMap, a5 as snippetCompletion } from './index-B6EgpzyA.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-B6EgpzyA.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, 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-B6EgpzyA.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, 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-B6EgpzyA.js';
|
|
2
2
|
import './tslib.es6-C73eoP_E.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-mosaic-component';
|