@realsee/dnalogel 2.0.0-alpha.16 → 2.0.0-alpha.17
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/CHANGELOG.md +3 -0
- package/dist/ModelItemLabelPlugin/index.js +8 -8
- package/dist/ModelRoomLabelPlugin/index.js +6 -6
- package/dist/PanoSpatialTagPlugin/index.js +11 -11
- package/dist/floorplan/ModelFloorplanPlugin/index.js +37 -38
- package/dist/floorplan/PanoFloorplanRadarPlugin/index.js +23 -24
- package/dist/floorplan/TopviewFloorplanPlugin/index.js +37 -38
- package/dist/index.es.js +73 -74
- package/dist/index.js +73 -74
- package/dist/index.umd.js +73 -74
- package/docs/classes/ModelRoomLabelController.html +6 -6
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +1 -1
- package/docs/enums/ModelFloorplanErrorType.html +1 -1
- package/docs/interfaces/LineJson.html +1 -1
- package/docs/interfaces/ModelChassisCompassPluginData.html +1 -1
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +1 -1
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +1 -1
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +1 -1
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +1 -1
- package/docs/interfaces/ModelFloorplanParameterType.html +1 -1
- package/docs/interfaces/ModelFloorplanViewEvent.html +2 -2
- package/docs/interfaces/ModelItemLabelPluginData.html +1 -1
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +1 -1
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +1 -1
- package/docs/interfaces/ModelRoomLabelPluginData.html +1 -1
- package/docs/interfaces/ModelTVVideoPluginData.html +1 -1
- package/docs/interfaces/ModelTVVideoPluginExportType.html +1 -1
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +1 -1
- package/docs/interfaces/PanoCompassPluginData.html +1 -1
- package/docs/interfaces/PanoCompassPluginParameterType.html +1 -1
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +6 -6
- package/docs/interfaces/PanoRulerPluginExportType.html +1 -1
- package/docs/interfaces/PanoRulerPluginOptions.html +1 -1
- package/docs/interfaces/PanoRulerPluginParameterType.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginData.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +1 -1
- package/docs/interfaces/PointJson.html +1 -1
- package/docs/interfaces/RoomLabel.html +7 -7
- package/docs/interfaces/TopviewFloorplanPluginParameterType.html +1 -1
- package/docs/modules.html +12 -12
- package/package.json +3 -1
package/dist/index.umd.js
CHANGED
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
/* src/ModelRoomLabelPlugin/RoomLabelItem.svelte generated by Svelte v3.47.0 */
|
|
495
495
|
|
|
496
496
|
function add_css$l(target) {
|
|
497
|
-
internal.append_styles(target, "svelte-
|
|
497
|
+
internal.append_styles(target, "svelte-1ak9fbs", ".room-label-item.svelte-1ak9fbs{position:absolute;font-size:0.41667rem;z-index:0;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.room-label-item__text.svelte-1ak9fbs{position:absolute;left:0;top:-3.33333rem;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center;height:1.04167rem;min-width:1.66667rem;padding:0 0.3125rem;pointer-events:all;background-size:100% 100%;background-repeat:no-repeat;white-space:nowrap}.room-label-item__bar.svelte-1ak9fbs{position:absolute;top:-2.29167rem;height:2.5rem;width:1px;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))}.wide.svelte-1ak9fbs{font-size:0.52083rem}");
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
function create_fragment$q(ctx) {
|
|
@@ -514,11 +514,11 @@
|
|
|
514
514
|
t0 = internal.text(t0_value);
|
|
515
515
|
t1 = internal.space();
|
|
516
516
|
div0 = internal.element("div");
|
|
517
|
-
internal.attr(span, "class", "room-label-item__text svelte-
|
|
517
|
+
internal.attr(span, "class", "room-label-item__text svelte-1ak9fbs");
|
|
518
518
|
internal.set_style(span, "background-image", "url(" + ROOM_LABEL_BG + ")");
|
|
519
519
|
internal.toggle_class(span, "wide", /*roomLabel*/ ctx[0].name.length > 3);
|
|
520
|
-
internal.attr(div0, "class", "room-label-item__bar svelte-
|
|
521
|
-
internal.attr(div1, "class", "room-label-item svelte-
|
|
520
|
+
internal.attr(div0, "class", "room-label-item__bar svelte-1ak9fbs");
|
|
521
|
+
internal.attr(div1, "class", "room-label-item svelte-1ak9fbs");
|
|
522
522
|
internal.set_style(div1, "z-index", /*roomLabel*/ ctx[0].zIndex, false);
|
|
523
523
|
internal.set_style(div1, "transform", /*roomLabel*/ ctx[0].transform, false);
|
|
524
524
|
internal.set_style(div1, "opacity", /*roomLabel*/ ctx[0].visible ? 1 : 0, false);
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
/* src/ModelRoomLabelPlugin/RoomLabelItems.svelte generated by Svelte v3.47.0 */
|
|
595
595
|
|
|
596
596
|
function add_css$k(target) {
|
|
597
|
-
internal.append_styles(target, "svelte-
|
|
597
|
+
internal.append_styles(target, "svelte-9eg4zi", ".room-labels-container.svelte-9eg4zi{width:100%;height:100%;position:relative;color:#fff}");
|
|
598
598
|
}
|
|
599
599
|
|
|
600
600
|
function get_each_context$8(ctx, list, i) {
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
each_blocks[i].c();
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
-
internal.attr(div, "class", "room-labels-container svelte-
|
|
678
|
+
internal.attr(div, "class", "room-labels-container svelte-9eg4zi");
|
|
679
679
|
internal.add_render_callback(() => /*div_elementresize_handler*/ ctx[4].call(div));
|
|
680
680
|
},
|
|
681
681
|
m(target, anchor) {
|
|
@@ -1243,7 +1243,7 @@
|
|
|
1243
1243
|
/* src/floorplan/ModelFloorplanPlugin/Components/Camera.svelte generated by Svelte v3.47.0 */
|
|
1244
1244
|
|
|
1245
1245
|
function add_css$j(target) {
|
|
1246
|
-
internal.append_styles(target, "svelte-
|
|
1246
|
+
internal.append_styles(target, "svelte-17cl35n", ".floorplan__camera-position.svelte-17cl35n{position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-17cl35n{position:absolute;background-repeat:no-repeat;background-size:100%}");
|
|
1247
1247
|
}
|
|
1248
1248
|
|
|
1249
1249
|
function create_fragment$o(ctx) {
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
c() {
|
|
1255
1255
|
div1 = internal.element("div");
|
|
1256
1256
|
div0 = internal.element("div");
|
|
1257
|
-
internal.attr(div0, "class", "floorplan__camera-rotate svelte-
|
|
1257
|
+
internal.attr(div0, "class", "floorplan__camera-rotate svelte-17cl35n");
|
|
1258
1258
|
internal.set_style(div0, "background-image", `url(${/*cameraImageUrl*/ ctx[0] || CAMERA_IMAGE})`);
|
|
1259
1259
|
internal.set_style(div0, "width", /*domSizeStyle*/ ctx[4], false);
|
|
1260
1260
|
internal.set_style(div0, "height", /*domSizeStyle*/ ctx[4], false);
|
|
@@ -1262,7 +1262,7 @@
|
|
|
1262
1262
|
internal.set_style(div0, "top", '-' + /*domSizeStyle*/ ctx[4], false);
|
|
1263
1263
|
internal.set_style(div0, "transform", `rotate(${/*rotate*/ ctx[3]}deg)`, false);
|
|
1264
1264
|
internal.set_style(div0, "transform-origin", `${/*domSizeStyle*/ ctx[4]} ${/*domSizeStyle*/ ctx[4]}`, false);
|
|
1265
|
-
internal.attr(div1, "class", "floorplan__camera-position svelte-
|
|
1265
|
+
internal.attr(div1, "class", "floorplan__camera-position svelte-17cl35n");
|
|
1266
1266
|
internal.set_style(div1, "left", /*positionLeft*/ ctx[1], false);
|
|
1267
1267
|
internal.set_style(div1, "top", /*positionTop*/ ctx[2], false);
|
|
1268
1268
|
},
|
|
@@ -1348,7 +1348,7 @@
|
|
|
1348
1348
|
/* src/floorplan/ModelFloorplanPlugin/Components/Compass.svelte generated by Svelte v3.47.0 */
|
|
1349
1349
|
|
|
1350
1350
|
function add_css$i(target) {
|
|
1351
|
-
internal.append_styles(target, "svelte-
|
|
1351
|
+
internal.append_styles(target, "svelte-1q44ru9", ".floorplan-plugin__compass.svelte-1q44ru9{position:absolute;left:50%;top:-2.39583rem;width:12.03125rem;height:2.13542rem;will-change:opacity;transform-origin:center 9.58333rem}.floorplan-plugin__compass-image.svelte-1q44ru9{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0.1;background-repeat:no-repeat;background-size:100% 100%}.floorplan-plugin__compass-text.svelte-1q44ru9{position:absolute;left:50%;top:0.78125rem;transform:translateX(-50%);opacity:0.2;font-weight:bold;font-size:0.52083rem;color:#fff}");
|
|
1352
1352
|
}
|
|
1353
1353
|
|
|
1354
1354
|
// (13:0) {#if northRad}
|
|
@@ -1366,10 +1366,10 @@
|
|
|
1366
1366
|
t0 = internal.space();
|
|
1367
1367
|
span = internal.element("span");
|
|
1368
1368
|
t1 = internal.text(/*northDesc*/ ctx[0]);
|
|
1369
|
-
internal.attr(div0, "class", "floorplan-plugin__compass-image svelte-
|
|
1369
|
+
internal.attr(div0, "class", "floorplan-plugin__compass-image svelte-1q44ru9");
|
|
1370
1370
|
internal.set_style(div0, "background-image", `url(${COMPASS_IMAGE})`);
|
|
1371
|
-
internal.attr(span, "class", "floorplan-plugin__compass-text svelte-
|
|
1372
|
-
internal.attr(div1, "class", "floorplan-plugin__compass svelte-
|
|
1371
|
+
internal.attr(span, "class", "floorplan-plugin__compass-text svelte-1q44ru9");
|
|
1372
|
+
internal.attr(div1, "class", "floorplan-plugin__compass svelte-1q44ru9");
|
|
1373
1373
|
internal.set_style(div1, "transform", /*compassTransformStyle*/ ctx[2], false);
|
|
1374
1374
|
},
|
|
1375
1375
|
m(target, anchor) {
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
/* src/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabel.svelte generated by Svelte v3.47.0 */
|
|
1448
1448
|
|
|
1449
1449
|
function add_css$h(target) {
|
|
1450
|
-
internal.append_styles(target, "svelte-
|
|
1450
|
+
internal.append_styles(target, "svelte-i2nwuk", ".floorplan-plugin__room-label-item.svelte-i2nwuk{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:0.78125rem;color:#fff;transform:translate(-50%, -50%);white-space:nowrap}.floorplan-plugin__room-size.svelte-i2nwuk{opacity:0.45}");
|
|
1451
1451
|
}
|
|
1452
1452
|
|
|
1453
1453
|
// (22:30)
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
span1 = internal.element("span");
|
|
1493
1493
|
span1.textContent = `${/*roomSizeDes*/ ctx[3]}`;
|
|
1494
1494
|
internal.attr(span0, "class", "floorplan-plugin__room-name");
|
|
1495
|
-
internal.attr(span1, "class", "floorplan-plugin__room-size svelte-
|
|
1495
|
+
internal.attr(span1, "class", "floorplan-plugin__room-size svelte-i2nwuk");
|
|
1496
1496
|
},
|
|
1497
1497
|
m(target, anchor) {
|
|
1498
1498
|
internal.insert(target, span0, anchor);
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
c() {
|
|
1527
1527
|
div = internal.element("div");
|
|
1528
1528
|
if (if_block) if_block.c();
|
|
1529
|
-
internal.attr(div, "class", "floorplan-plugin__room-label-item svelte-
|
|
1529
|
+
internal.attr(div, "class", "floorplan-plugin__room-label-item svelte-i2nwuk");
|
|
1530
1530
|
internal.set_style(div, "left", /*left*/ ctx[4], false);
|
|
1531
1531
|
internal.set_style(div, "top", /*top*/ ctx[5], false);
|
|
1532
1532
|
internal.set_style(div, "font-size", /*fontSize*/ ctx[6], false);
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
/* src/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabels.svelte generated by Svelte v3.47.0 */
|
|
1602
1602
|
|
|
1603
1603
|
function add_css$g(target) {
|
|
1604
|
-
internal.append_styles(target, "svelte-
|
|
1604
|
+
internal.append_styles(target, "svelte-vkeyjz", ".floorplan-plugin__room-labels.svelte-vkeyjz{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20}");
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
1607
|
function get_each_context$7(ctx, list, i) {
|
|
@@ -1633,7 +1633,7 @@
|
|
|
1633
1633
|
each_blocks[i].c();
|
|
1634
1634
|
}
|
|
1635
1635
|
|
|
1636
|
-
internal.attr(div, "class", "floorplan-plugin__room-labels svelte-
|
|
1636
|
+
internal.attr(div, "class", "floorplan-plugin__room-labels svelte-vkeyjz");
|
|
1637
1637
|
},
|
|
1638
1638
|
m(target, anchor) {
|
|
1639
1639
|
internal.insert(target, div, anchor);
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
/* src/floorplan/ModelFloorplanPlugin/Components/RuleLabels/RuleItem.svelte generated by Svelte v3.47.0 */
|
|
1854
1854
|
|
|
1855
1855
|
function add_css$f(target) {
|
|
1856
|
-
internal.append_styles(target, "svelte-
|
|
1856
|
+
internal.append_styles(target, "svelte-1d5a0k4", ".floorplan-plugin__rule-labels.svelte-1d5a0k4{position:absolute;height:0.26042rem;display:flex;align-items:center}.floorplan-plugin__rule-labels-top.svelte-1d5a0k4{left:0;top:0}.floorplan-plugin__rule-labels-bottom.svelte-1d5a0k4{left:0;bottom:0}.floorplan-plugin__rule-labels-left.svelte-1d5a0k4{bottom:0;left:0}.floorplan-plugin__rule-labels-right.svelte-1d5a0k4{bottom:0;right:0}.floorplan-plugin__rule-line.svelte-1d5a0k4{background:#fff;opacity:0.05;width:100%;height:1px}.floorplan-plugin__rule-scale.svelte-1d5a0k4{position:absolute;background:#fff;opacity:0.05;transform-origin:center;width:1px;height:0.26042rem}.floorplan-plugin__text-wrapper.svelte-1d5a0k4{width:0;height:0;position:absolute}.floorplan-plugin__text-wrapper.floorplan-plugin__text-wrapper--is-left-or-top.svelte-1d5a0k4{top:0.52083rem}.floorplan-plugin__text-wrapper.floorplan-plugin__text-wrapper-is-right-or-bottom.svelte-1d5a0k4{bottom:0.52083rem}.floorplan-plugin__rule-text.svelte-1d5a0k4{position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:block;transform:translate(-50%, -50%) rotate(180deg);font-size:0.52083rem;color:#fff;opacity:0.2}.floorplan-plugin__rule-text.is-row.svelte-1d5a0k4{transform:translate(-50%, -50%)}");
|
|
1857
1857
|
}
|
|
1858
1858
|
|
|
1859
1859
|
function get_each_context$6(ctx, list, i) {
|
|
@@ -1880,7 +1880,7 @@
|
|
|
1880
1880
|
first: null,
|
|
1881
1881
|
c() {
|
|
1882
1882
|
div = internal.element("div");
|
|
1883
|
-
internal.attr(div, "class", "floorplan-plugin__rule-scale svelte-
|
|
1883
|
+
internal.attr(div, "class", "floorplan-plugin__rule-scale svelte-1d5a0k4");
|
|
1884
1884
|
internal.set_style(div, "left", style_left, false);
|
|
1885
1885
|
this.first = div;
|
|
1886
1886
|
},
|
|
@@ -1913,9 +1913,9 @@
|
|
|
1913
1913
|
span = internal.element("span");
|
|
1914
1914
|
t0 = internal.text(t0_value);
|
|
1915
1915
|
t1 = internal.space();
|
|
1916
|
-
internal.attr(span, "class", "floorplan-plugin__rule-text svelte-
|
|
1916
|
+
internal.attr(span, "class", "floorplan-plugin__rule-text svelte-1d5a0k4");
|
|
1917
1917
|
internal.toggle_class(span, "is-row", /*isRow*/ ctx[5]);
|
|
1918
|
-
internal.attr(div, "class", "floorplan-plugin__text-wrapper svelte-
|
|
1918
|
+
internal.attr(div, "class", "floorplan-plugin__text-wrapper svelte-1d5a0k4");
|
|
1919
1919
|
internal.toggle_class(div, "floorplan-plugin__text-wrapper--is-left-or-top", /*isLeft*/ ctx[3] || /*isTop*/ ctx[1]);
|
|
1920
1920
|
internal.toggle_class(div, "floorplan-plugin__text-wrapper-is-right-or-bottom", /*isRight*/ ctx[4] || /*isBottom*/ ctx[2]);
|
|
1921
1921
|
internal.set_style(div, "left", style_left, false);
|
|
@@ -1980,8 +1980,8 @@
|
|
|
1980
1980
|
each_blocks[i].c();
|
|
1981
1981
|
}
|
|
1982
1982
|
|
|
1983
|
-
internal.attr(div0, "class", "floorplan-plugin__rule-line svelte-
|
|
1984
|
-
internal.attr(div1, "class", div1_class_value = "floorplan-plugin__rule-labels floorplan-plugin__rule-labels-" + /*type*/ ctx[0] + " svelte-
|
|
1983
|
+
internal.attr(div0, "class", "floorplan-plugin__rule-line svelte-1d5a0k4");
|
|
1984
|
+
internal.attr(div1, "class", div1_class_value = "floorplan-plugin__rule-labels floorplan-plugin__rule-labels-" + /*type*/ ctx[0] + " svelte-1d5a0k4");
|
|
1985
1985
|
internal.set_style(div1, "width", /*width*/ ctx[9], false);
|
|
1986
1986
|
internal.set_style(div1, "transform", /*transform*/ ctx[7], false);
|
|
1987
1987
|
internal.set_style(div1, "transform-origin", /*transformOrigin*/ ctx[8], false);
|
|
@@ -2012,7 +2012,7 @@
|
|
|
2012
2012
|
each_blocks = internal.update_keyed_each(each_blocks, dirty, get_key_1, 1, ctx, each_value, each1_lookup, div1, internal.destroy_block, create_each_block$6, null, get_each_context$6);
|
|
2013
2013
|
}
|
|
2014
2014
|
|
|
2015
|
-
if (dirty & /*type*/ 1 && div1_class_value !== (div1_class_value = "floorplan-plugin__rule-labels floorplan-plugin__rule-labels-" + /*type*/ ctx[0] + " svelte-
|
|
2015
|
+
if (dirty & /*type*/ 1 && div1_class_value !== (div1_class_value = "floorplan-plugin__rule-labels floorplan-plugin__rule-labels-" + /*type*/ ctx[0] + " svelte-1d5a0k4")) {
|
|
2016
2016
|
internal.attr(div1, "class", div1_class_value);
|
|
2017
2017
|
}
|
|
2018
2018
|
},
|
|
@@ -2328,7 +2328,7 @@
|
|
|
2328
2328
|
/* src/floorplan/Components/Normalmage.svelte generated by Svelte v3.47.0 */
|
|
2329
2329
|
|
|
2330
2330
|
function add_css$e(target) {
|
|
2331
|
-
internal.append_styles(target, "svelte-
|
|
2331
|
+
internal.append_styles(target, "svelte-1gfoniz", "img.svelte-1gfoniz{width:100%;height:100%}");
|
|
2332
2332
|
}
|
|
2333
2333
|
|
|
2334
2334
|
function create_fragment$i(ctx) {
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
img = internal.element("img");
|
|
2341
2341
|
if (!internal.src_url_equal(img.src, img_src_value = /*url*/ ctx[0])) internal.attr(img, "src", img_src_value);
|
|
2342
2342
|
internal.attr(img, "alt", "floorplan iamge");
|
|
2343
|
-
internal.attr(img, "class", "svelte-
|
|
2343
|
+
internal.attr(img, "class", "svelte-1gfoniz");
|
|
2344
2344
|
},
|
|
2345
2345
|
m(target, anchor) {
|
|
2346
2346
|
internal.insert(target, img, anchor);
|
|
@@ -2378,7 +2378,7 @@
|
|
|
2378
2378
|
/* src/floorplan/Components/SvgImage.svelte generated by Svelte v3.47.0 */
|
|
2379
2379
|
|
|
2380
2380
|
function add_css$d(target) {
|
|
2381
|
-
internal.append_styles(target, "svelte-
|
|
2381
|
+
internal.append_styles(target, "svelte-ub47ya", ".floorplan-plugin__base-image.svelte-ub47ya{width:100%;height:100%}");
|
|
2382
2382
|
}
|
|
2383
2383
|
|
|
2384
2384
|
function create_fragment$h(ctx) {
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
html_tag_1 = new internal.HtmlTag();
|
|
2396
2396
|
html_tag.a = t;
|
|
2397
2397
|
html_tag_1.a = null;
|
|
2398
|
-
internal.attr(div, "class", "floorplan-plugin__base-image svelte-
|
|
2398
|
+
internal.attr(div, "class", "floorplan-plugin__base-image svelte-ub47ya");
|
|
2399
2399
|
},
|
|
2400
2400
|
m(target, anchor) {
|
|
2401
2401
|
internal.insert(target, div, anchor);
|
|
@@ -2425,8 +2425,7 @@
|
|
|
2425
2425
|
}
|
|
2426
2426
|
svg [type='lineItemGroup'] g g g g {
|
|
2427
2427
|
stroke: #ffffff;
|
|
2428
|
-
}
|
|
2429
|
-
</style>
|
|
2428
|
+
}</style>
|
|
2430
2429
|
`;
|
|
2431
2430
|
|
|
2432
2431
|
$$self.$$set = $$props => {
|
|
@@ -2446,7 +2445,7 @@
|
|
|
2446
2445
|
/* src/floorplan/Components/BaseImage.svelte generated by Svelte v3.47.0 */
|
|
2447
2446
|
|
|
2448
2447
|
function add_css$c(target) {
|
|
2449
|
-
internal.append_styles(target, "svelte-
|
|
2448
|
+
internal.append_styles(target, "svelte-ozpg4a", ".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}");
|
|
2450
2449
|
}
|
|
2451
2450
|
|
|
2452
2451
|
// (13:22)
|
|
@@ -2542,7 +2541,7 @@
|
|
|
2542
2541
|
c() {
|
|
2543
2542
|
div = internal.element("div");
|
|
2544
2543
|
if (if_block) if_block.c();
|
|
2545
|
-
internal.attr(div, "class", "floorplan-plugin__base-image svelte-
|
|
2544
|
+
internal.attr(div, "class", "floorplan-plugin__base-image svelte-ozpg4a");
|
|
2546
2545
|
},
|
|
2547
2546
|
m(target, anchor) {
|
|
2548
2547
|
internal.insert(target, div, anchor);
|
|
@@ -2911,7 +2910,7 @@
|
|
|
2911
2910
|
/* src/floorplan/Components/RoomMaterials/RoomMaterial.svelte generated by Svelte v3.47.0 */
|
|
2912
2911
|
|
|
2913
2912
|
function add_css$b(target) {
|
|
2914
|
-
internal.append_styles(target, "svelte-
|
|
2913
|
+
internal.append_styles(target, "svelte-1d4xj70", "svg.svelte-1d4xj70{position:absolute;width:100%;height:100%;overflow:visible}");
|
|
2915
2914
|
}
|
|
2916
2915
|
|
|
2917
2916
|
function get_each_context$4(ctx, list, i) {
|
|
@@ -3044,7 +3043,7 @@
|
|
|
3044
3043
|
c() {
|
|
3045
3044
|
svg = internal.svg_element("svg");
|
|
3046
3045
|
if_block.c();
|
|
3047
|
-
internal.attr(svg, "class", "svelte-
|
|
3046
|
+
internal.attr(svg, "class", "svelte-1d4xj70");
|
|
3048
3047
|
},
|
|
3049
3048
|
m(target, anchor) {
|
|
3050
3049
|
internal.insert(target, svg, anchor);
|
|
@@ -3213,7 +3212,7 @@
|
|
|
3213
3212
|
/* src/floorplan/Components/RoomHighlight/Room.svelte generated by Svelte v3.47.0 */
|
|
3214
3213
|
|
|
3215
3214
|
function add_css$a(target) {
|
|
3216
|
-
internal.append_styles(target, "svelte-
|
|
3215
|
+
internal.append_styles(target, "svelte-19uvvss", "path.svelte-19uvvss{opacity:0}path.svelte-19uvvss:hover{opacity:0.1}");
|
|
3217
3216
|
}
|
|
3218
3217
|
|
|
3219
3218
|
function create_fragment$b(ctx) {
|
|
@@ -3224,7 +3223,7 @@
|
|
|
3224
3223
|
path = internal.svg_element("path");
|
|
3225
3224
|
internal.attr(path, "d", /*_pathD*/ ctx[0]);
|
|
3226
3225
|
internal.attr(path, "fill", `#fff`);
|
|
3227
|
-
internal.attr(path, "class", "svelte-
|
|
3226
|
+
internal.attr(path, "class", "svelte-19uvvss");
|
|
3228
3227
|
},
|
|
3229
3228
|
m(target, anchor) {
|
|
3230
3229
|
internal.insert(target, path, anchor);
|
|
@@ -3268,7 +3267,7 @@
|
|
|
3268
3267
|
/* src/floorplan/Components/RoomHighlight/RoomHighlight.svelte generated by Svelte v3.47.0 */
|
|
3269
3268
|
|
|
3270
3269
|
function add_css$9(target) {
|
|
3271
|
-
internal.append_styles(target, "svelte-
|
|
3270
|
+
internal.append_styles(target, "svelte-klfhwd", ".floorplan-plugin__room-highlight.svelte-klfhwd{position:absolute;width:100%;height:100%;pointer-events:all}svg.svelte-klfhwd{width:100%;height:100%;overflow:visible}");
|
|
3272
3271
|
}
|
|
3273
3272
|
|
|
3274
3273
|
function get_each_context$3(ctx, list, i) {
|
|
@@ -3370,8 +3369,8 @@
|
|
|
3370
3369
|
each_blocks[i].c();
|
|
3371
3370
|
}
|
|
3372
3371
|
|
|
3373
|
-
internal.attr(svg, "class", "svelte-
|
|
3374
|
-
internal.attr(div, "class", "floorplan-plugin__room-highlight svelte-
|
|
3372
|
+
internal.attr(svg, "class", "svelte-klfhwd");
|
|
3373
|
+
internal.attr(div, "class", "floorplan-plugin__room-highlight svelte-klfhwd");
|
|
3375
3374
|
internal.add_render_callback(() => /*div_elementresize_handler*/ ctx[10].call(div));
|
|
3376
3375
|
},
|
|
3377
3376
|
m(target, anchor) {
|
|
@@ -3527,7 +3526,7 @@
|
|
|
3527
3526
|
/* src/floorplan/ModelFloorplanPlugin/Components/CurrentFloor/CurrentFloor.svelte generated by Svelte v3.47.0 */
|
|
3528
3527
|
|
|
3529
3528
|
function add_css$8(target) {
|
|
3530
|
-
internal.append_styles(target, "svelte-
|
|
3529
|
+
internal.append_styles(target, "svelte-tlo7rk", ".floorplan-current-floor.svelte-tlo7rk{position:relative;width:100%;height:100%}");
|
|
3531
3530
|
}
|
|
3532
3531
|
|
|
3533
3532
|
// (19:2) {#if hoverEnable}
|
|
@@ -3761,7 +3760,7 @@
|
|
|
3761
3760
|
if (if_block1) if_block1.c();
|
|
3762
3761
|
t3 = internal.space();
|
|
3763
3762
|
if (if_block2) if_block2.c();
|
|
3764
|
-
internal.attr(div, "class", "floorplan-current-floor svelte-
|
|
3763
|
+
internal.attr(div, "class", "floorplan-current-floor svelte-tlo7rk");
|
|
3765
3764
|
},
|
|
3766
3765
|
m(target, anchor) {
|
|
3767
3766
|
internal.insert(target, div, anchor);
|
|
@@ -3962,7 +3961,7 @@
|
|
|
3962
3961
|
/* src/floorplan/ModelFloorplanPlugin/Components/Main.svelte generated by Svelte v3.47.0 */
|
|
3963
3962
|
|
|
3964
3963
|
function add_css$7(target) {
|
|
3965
|
-
internal.append_styles(target, "svelte-
|
|
3964
|
+
internal.append_styles(target, "svelte-q5wdnn", ".floorplan-main.svelte-q5wdnn{width:100%;height:100%}");
|
|
3966
3965
|
}
|
|
3967
3966
|
|
|
3968
3967
|
// (24:0) {#if visible}
|
|
@@ -4023,7 +4022,7 @@
|
|
|
4023
4022
|
internal.create_component(camera.$$.fragment);
|
|
4024
4023
|
t1 = internal.space();
|
|
4025
4024
|
if (if_block) if_block.c();
|
|
4026
|
-
internal.attr(div, "class", "floorplan-main svelte-
|
|
4025
|
+
internal.attr(div, "class", "floorplan-main svelte-q5wdnn");
|
|
4027
4026
|
},
|
|
4028
4027
|
m(target, anchor) {
|
|
4029
4028
|
internal.insert(target, div, anchor);
|
|
@@ -4653,7 +4652,7 @@
|
|
|
4653
4652
|
/* src/floorplan/PanoFloorplanRadarPlugin/Components/Camera.svelte generated by Svelte v3.47.0 */
|
|
4654
4653
|
|
|
4655
4654
|
function add_css$6(target) {
|
|
4656
|
-
internal.append_styles(target, "svelte-
|
|
4655
|
+
internal.append_styles(target, "svelte-1ty3s4p", ".plugin-radar__camera-wrapper.svelte-1ty3s4p{width:100%;height:100%;position:absolute;pointer-events:none}.plugin-radar__camera-position.svelte-1ty3s4p{position:absolute;left:0;top:0;width:0;height:0;transform:none;pointer-events:none;transition:transform 1s linear}.plugin-radar__camera-rotate.svelte-1ty3s4p{position:absolute;left:-0.78125rem;top:-0.78125rem;width:0.88542rem;height:0.88542rem;transform-origin:0.78125rem 0.78125rem;transform:rotate(45deg);background-repeat:no-repeat;background-size:100%}");
|
|
4657
4656
|
}
|
|
4658
4657
|
|
|
4659
4658
|
function create_fragment$7(ctx) {
|
|
@@ -4666,12 +4665,12 @@
|
|
|
4666
4665
|
div2 = internal.element("div");
|
|
4667
4666
|
div1 = internal.element("div");
|
|
4668
4667
|
div0 = internal.element("div");
|
|
4669
|
-
internal.attr(div0, "class", "plugin-radar__camera-rotate svelte-
|
|
4668
|
+
internal.attr(div0, "class", "plugin-radar__camera-rotate svelte-1ty3s4p");
|
|
4670
4669
|
internal.set_style(div0, "background-image", "url(" + (/*cameraImageUrl*/ ctx[0] || CAMERA_IMAGE) + ")");
|
|
4671
4670
|
internal.set_style(div0, "transform", /*rotateTransform*/ ctx[1], false);
|
|
4672
|
-
internal.attr(div1, "class", "plugin-radar__camera-position svelte-
|
|
4671
|
+
internal.attr(div1, "class", "plugin-radar__camera-position svelte-1ty3s4p");
|
|
4673
4672
|
internal.set_style(div1, "transform", /*positionTransform*/ ctx[2], false);
|
|
4674
|
-
internal.attr(div2, "class", "plugin-radar__camera-wrapper svelte-
|
|
4673
|
+
internal.attr(div2, "class", "plugin-radar__camera-wrapper svelte-1ty3s4p");
|
|
4675
4674
|
},
|
|
4676
4675
|
m(target, anchor) {
|
|
4677
4676
|
internal.insert(target, div2, anchor);
|
|
@@ -4787,7 +4786,7 @@
|
|
|
4787
4786
|
/* src/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.svelte generated by Svelte v3.47.0 */
|
|
4788
4787
|
|
|
4789
4788
|
function add_css$5(target) {
|
|
4790
|
-
internal.append_styles(target, "svelte-
|
|
4789
|
+
internal.append_styles(target, "svelte-1i87fz7", ".plugin-pano-floorplan__extra-objects.svelte-1i87fz7{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.plugin-pano-floorplan__extra-object-item--position.svelte-1i87fz7{position:absolute;width:0;height:0}.plugin-pano-floorplan__extra-object-item.svelte-1i87fz7{transform:translate(-50%, -50%)}");
|
|
4791
4790
|
}
|
|
4792
4791
|
|
|
4793
4792
|
function get_each_context$2(ctx, list, i) {
|
|
@@ -4813,11 +4812,11 @@
|
|
|
4813
4812
|
div1 = internal.element("div");
|
|
4814
4813
|
div0 = internal.element("div");
|
|
4815
4814
|
t = internal.space();
|
|
4816
|
-
internal.attr(div0, "class", "plugin-pano-floorplan__extra-object-item svelte-
|
|
4815
|
+
internal.attr(div0, "class", "plugin-pano-floorplan__extra-object-item svelte-1i87fz7");
|
|
4817
4816
|
internal.set_style(div0, "background-image", `url(${/*extraObject*/ ctx[1].icon.url})`);
|
|
4818
4817
|
internal.set_style(div0, "width", style_width, false);
|
|
4819
4818
|
internal.set_style(div0, "height", style_height, false);
|
|
4820
|
-
internal.attr(div1, "class", "plugin-pano-floorplan__extra-object-item--position svelte-
|
|
4819
|
+
internal.attr(div1, "class", "plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7");
|
|
4821
4820
|
internal.set_style(div1, "top", style_top, false);
|
|
4822
4821
|
internal.set_style(div1, "left", style_left, false);
|
|
4823
4822
|
this.first = div1;
|
|
@@ -4877,7 +4876,7 @@
|
|
|
4877
4876
|
each_blocks[i].c();
|
|
4878
4877
|
}
|
|
4879
4878
|
|
|
4880
|
-
internal.attr(div, "class", "plugin-pano-floorplan__extra-objects svelte-
|
|
4879
|
+
internal.attr(div, "class", "plugin-pano-floorplan__extra-objects svelte-1i87fz7");
|
|
4881
4880
|
},
|
|
4882
4881
|
m(target, anchor) {
|
|
4883
4882
|
internal.insert(target, div, anchor);
|
|
@@ -5151,7 +5150,7 @@
|
|
|
5151
5150
|
/* src/floorplan/PanoFloorplanRadarPlugin/Components/Main.svelte generated by Svelte v3.47.0 */
|
|
5152
5151
|
|
|
5153
5152
|
function add_css$4(target) {
|
|
5154
|
-
internal.append_styles(target, "svelte-
|
|
5153
|
+
internal.append_styles(target, "svelte-1mvqyqq", ".plugin-floorplan-radar.svelte-1mvqyqq{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.plugin-floorplan-radar-container.svelte-1mvqyqq{position:relative}");
|
|
5155
5154
|
}
|
|
5156
5155
|
|
|
5157
5156
|
// (41:2) {#if clientWidth !== 0}
|
|
@@ -5206,7 +5205,7 @@
|
|
|
5206
5205
|
internal.create_component(currentfloor.$$.fragment);
|
|
5207
5206
|
t = internal.space();
|
|
5208
5207
|
internal.create_component(camera.$$.fragment);
|
|
5209
|
-
internal.attr(div, "class", "plugin-floorplan-radar-container svelte-
|
|
5208
|
+
internal.attr(div, "class", "plugin-floorplan-radar-container svelte-1mvqyqq");
|
|
5210
5209
|
internal.set_style(div, "width", style_width, false);
|
|
5211
5210
|
internal.set_style(div, "height", style_height, false);
|
|
5212
5211
|
},
|
|
@@ -5283,7 +5282,7 @@
|
|
|
5283
5282
|
c() {
|
|
5284
5283
|
div = internal.element("div");
|
|
5285
5284
|
if (if_block) if_block.c();
|
|
5286
|
-
internal.attr(div, "class", "plugin-floorplan-radar svelte-
|
|
5285
|
+
internal.attr(div, "class", "plugin-floorplan-radar svelte-1mvqyqq");
|
|
5287
5286
|
internal.add_render_callback(() => /*div_elementresize_handler*/ ctx[11].call(div));
|
|
5288
5287
|
},
|
|
5289
5288
|
m(target, anchor) {
|
|
@@ -13213,7 +13212,7 @@
|
|
|
13213
13212
|
/* src/PanoSpatialTagPlugin/Components/origins.svelte generated by Svelte v3.47.0 */
|
|
13214
13213
|
|
|
13215
13214
|
function add_css$3(target) {
|
|
13216
|
-
internal.append_styles(target, "svelte-
|
|
13215
|
+
internal.append_styles(target, "svelte-1kuu68s", ".PanoSpatialTagPlugin__tag-origin.svelte-1kuu68s{position:absolute;width:0.5rem;height:0.5rem;border-radius:50%;background:#fff;box-shadow:0 0 .6rem #fff;transform:translate(-50%, -50%) scale(1);transform-origin:center center;-webkit-animation:svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin 1.2s forwards;animation:svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin 1.2s forwards;pointer-events:auto}.PanoSpatialTagPlugin__tag-origin.svelte-1kuu68s:after{content:'';position:absolute;top:50%;height:50%;width:2rem;height:2rem;transform:translate(-50%, -50%)}.PanoSpatialTagPlugin__tag-origin-destroy.svelte-1kuu68s{transform:translate(-50%, -50%) scale(0.6);-webkit-animation:svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin-destroy 1.2s forwards .7s;animation:svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin-destroy 1.2s forwards .7s}@-webkit-keyframes svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin{0%{transform:translate(-50%, -50%) scale(1);opacity:0}100%{transform:translate(-50%, -50%) scale(0.6);opacity:1 }}@keyframes svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin{0%{transform:translate(-50%, -50%) scale(1);opacity:0}100%{transform:translate(-50%, -50%) scale(0.6);opacity:1 }}@-webkit-keyframes svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin-destroy{0%{transform:translate(-50%, -50%) scale(0.6);opacity:1}10%{transform:translate(-50%, -50%) scale(1);opacity:0.9}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}@keyframes svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin-destroy{0%{transform:translate(-50%, -50%) scale(0.6);opacity:1}10%{transform:translate(-50%, -50%) scale(1);opacity:0.9}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}");
|
|
13217
13216
|
}
|
|
13218
13217
|
|
|
13219
13218
|
function get_each_context$1(ctx, list, i) {
|
|
@@ -13237,7 +13236,7 @@
|
|
|
13237
13236
|
return {
|
|
13238
13237
|
c() {
|
|
13239
13238
|
i = internal.element("i");
|
|
13240
|
-
internal.attr(i, "class", "svelte-
|
|
13239
|
+
internal.attr(i, "class", "svelte-1kuu68s");
|
|
13241
13240
|
internal.toggle_class(i, "PanoSpatialTagPlugin__tag-origin", true);
|
|
13242
13241
|
internal.toggle_class(i, "PanoSpatialTagPlugin__tag-origin-destroy", /*origin*/ ctx[3].destroying);
|
|
13243
13242
|
internal.set_style(i, "top", style_top, false);
|
|
@@ -13362,7 +13361,7 @@
|
|
|
13362
13361
|
/* src/PanoSpatialTagPlugin/Components/tag.svelte generated by Svelte v3.47.0 */
|
|
13363
13362
|
|
|
13364
13363
|
function add_css$2(target) {
|
|
13365
|
-
internal.append_styles(target, "svelte-
|
|
13364
|
+
internal.append_styles(target, "svelte-1wukaol", ".PanoSpatialTagPlugin__tag-x.svelte-1wukaol.svelte-1wukaol{position:relative;display:block;white-space:nowrap;box-sizing:border-box;width:25rem;height:14rem;color:#FFF;transform:translate(0, -100%);transition:height .5s linear}.PanoSpatialTagPlugin__tag-shadow.svelte-1wukaol.svelte-1wukaol{content:'';position:absolute;width:30rem;height:30rem;top:-15rem;left:-15rem;z-index:-1;opacity:0;transition:opacity .8s .6s;background:url('https://vrlab-image4.ljcdn.com/release/web/PanoSpatialTagPlugin__blur.png');background-size:30rem 30rem}.PanoSpatialTagPlugin__tag-line.svelte-1wukaol.svelte-1wukaol{position:absolute;left:-1rem;width:2rem;height:100%;overflow:hidden}.PanoSpatialTagPlugin__tag-flagpole.svelte-1wukaol.svelte-1wukaol{position:absolute;top:0;left:1rem;height:calc(100% - 1.5rem);width:.15rem;background:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, .1));box-shadow:0 .1rem .5rem rgba(0, 0, 0, .2);opacity:0;transform:translate(-50%, 60%) scaleY(0);transition:transform .4s cubic-bezier(.44,.44,.74,.98) , opacity .4s cubic-bezier(.44,.44,.74,.98), width .5s linear, height .5s linear ;transform-origin:center bottom}.PanoSpatialTagPlugin__tag-line1.svelte-1wukaol.svelte-1wukaol{position:absolute;top:0;left:0.3rem;height:1.8rem;width:.1rem;background:#fff;opacity:0;transform:translate(-50%, 200%) scaleY(0);transform-origin:center top}.PanoSpatialTagPlugin__tag-line2.svelte-1wukaol.svelte-1wukaol{position:absolute;top:0;left:0.5rem;height:1.8rem;width:.1rem;background:#fff;opacity:0;transform:translate(-50%, 200%) scaleY(0);transform-origin:center top}.PanoSpatialTagPlugin__tag-show.svelte-1wukaol .PanoSpatialTagPlugin__tag-line1.svelte-1wukaol{-webkit-animation:svelte-1wukaol-PanoSpatialTagPlugin__tag-line1 linear .5s forwards .45s;animation:svelte-1wukaol-PanoSpatialTagPlugin__tag-line1 linear .5s forwards .45s}.PanoSpatialTagPlugin__tag-show.svelte-1wukaol .PanoSpatialTagPlugin__tag-line2.svelte-1wukaol{-webkit-animation:svelte-1wukaol-PanoSpatialTagPlugin__tag-line2 linear .5s forwards .65s;animation:svelte-1wukaol-PanoSpatialTagPlugin__tag-line2 linear .5s forwards .65s}.PanoSpatialTagPlugin__tag-x.PanoSpatialTagPlugin__tag-upside-down.svelte-1wukaol.svelte-1wukaol{transform:translate(0, 0)}.PanoSpatialTagPlugin__tag-upside-down.svelte-1wukaol .PanoSpatialTagPlugin__tag-line.svelte-1wukaol{transform:scaleY(-1)}.PanoSpatialTagPlugin__tag-animate.svelte-1wukaol.svelte-1wukaol{position:relative;height:100%;overflow:hidden;transform-origin:left top;transition:transform .5s linear}.PanoSpatialTagPlugin__tag-upside-down.svelte-1wukaol .PanoSpatialTagPlugin__tag-animate.svelte-1wukaol{transform-origin:left bottom}.PanoSpatialTagPlugin__tag-content.svelte-1wukaol.svelte-1wukaol{position:absolute;display:inline-block;transform:translate(-100%, 0);transition:transform .9s cubic-bezier(0,.65,.16,1.08) .6s;padding-left:.5rem;font-size:1rem}.PanoSpatialTagPlugin__tag-upside-down.svelte-1wukaol .PanoSpatialTagPlugin__tag-content.svelte-1wukaol{bottom:0}.PanoSpatialTagPlugin__tag-show.svelte-1wukaol .PanoSpatialTagPlugin__tag-flagpole.svelte-1wukaol{opacity:1;transform:translate(-50%, 0) scaleY(1)}.PanoSpatialTagPlugin__tag-upside-down.svelte-1wukaol .PanoSpatialTagPlugin__tag-shadow.svelte-1wukaol{top:unset;bottom:-15rem}.PanoSpatialTagPlugin__tag-show.svelte-1wukaol .PanoSpatialTagPlugin__tag-shadow.svelte-1wukaol{opacity:.32}.PanoSpatialTagPlugin__tag-show.svelte-1wukaol .PanoSpatialTagPlugin__tag-content.svelte-1wukaol{transform:translate(0, 0)}.PanoSpatialTagPlugin__tag-hide.svelte-1wukaol .PanoSpatialTagPlugin__tag-flagpole.svelte-1wukaol{opacity:0;transform:translate(-50%, 60%) scaleY(0);transition:transform .5s .55s, opacity .4s .55s}.PanoSpatialTagPlugin__tag-hide.svelte-1wukaol .PanoSpatialTagPlugin__tag-shadow.svelte-1wukaol{opacity:0;transition:opacity .8s}.PanoSpatialTagPlugin__tag-hide.svelte-1wukaol .PanoSpatialTagPlugin__tag-content.svelte-1wukaol{transform:translate(-100%, 0);transition:transform .6s cubic-bezier(.53,.06,.88,.59)}.PanoSpatialTagPlugin__tag-hide.svelte-1wukaol .PanoSpatialTagPlugin__tag-content .svelte-1wukaol{pointer-events:none}.PanoSpatialTagPlugin__tag-hide.svelte-1wukaol .PanoSpatialTagPlugin__tag-line1.svelte-1wukaol{opacity:0.5;transform:translate(-50%, 10%) scaleY(0);-webkit-animation:svelte-1wukaol-PanoSpatialTagPlugin__tag-line1-hide linear .28s forwards .3s;animation:svelte-1wukaol-PanoSpatialTagPlugin__tag-line1-hide linear .28s forwards .3s}.PanoSpatialTagPlugin__tag-hide.svelte-1wukaol .PanoSpatialTagPlugin__tag-line2.svelte-1wukaol{opacity:0.5;transform:translate(-50%, 0) scaleY(0);-webkit-animation:svelte-1wukaol-PanoSpatialTagPlugin__tag-line2-hide linear .28s forwards .45s;animation:svelte-1wukaol-PanoSpatialTagPlugin__tag-line2-hide linear .28s forwards .45s}@-webkit-keyframes svelte-1wukaol-PanoSpatialTagPlugin__tag-line1{0%{opacity:0;transform:translate(-50%, 250%) scaleY(1)}50%{opacity:0.5;transform:translate(-50%, 135%) scaleY(1)}100%{opacity:0.5;transform:translate(-50%, 20%) scaleY(0)}}@keyframes svelte-1wukaol-PanoSpatialTagPlugin__tag-line1{0%{opacity:0;transform:translate(-50%, 250%) scaleY(1)}50%{opacity:0.5;transform:translate(-50%, 135%) scaleY(1)}100%{opacity:0.5;transform:translate(-50%, 20%) scaleY(0)}}@-webkit-keyframes svelte-1wukaol-PanoSpatialTagPlugin__tag-line2{0%{opacity:0;transform:translate(-50%, 250%) scaleY(1)}50%{opacity:0.5;transform:translate(-50%, 125%) scaleY(1)}100%{opacity:0.5;transform:translate(-50%, 0) scaleY(0)}}@keyframes svelte-1wukaol-PanoSpatialTagPlugin__tag-line2{0%{opacity:0;transform:translate(-50%, 250%) scaleY(1)}50%{opacity:0.5;transform:translate(-50%, 125%) scaleY(1)}100%{opacity:0.5;transform:translate(-50%, 0) scaleY(0)}}@-webkit-keyframes svelte-1wukaol-PanoSpatialTagPlugin__tag-line1-hide{0%{opacity:0.5;transform:translate(-50%, 10%) scaleY(0)}50%{opacity:0.2;transform:translate(-50%, 105%) scaleY(1)}100%{opacity:0;transform:translate(-50%, 200%) scaleY(0)}}@keyframes svelte-1wukaol-PanoSpatialTagPlugin__tag-line1-hide{0%{opacity:0.5;transform:translate(-50%, 10%) scaleY(0)}50%{opacity:0.2;transform:translate(-50%, 105%) scaleY(1)}100%{opacity:0;transform:translate(-50%, 200%) scaleY(0)}}@-webkit-keyframes svelte-1wukaol-PanoSpatialTagPlugin__tag-line2-hide{0%{opacity:0.5;transform:translate(-50%, 0) scaleY(0)}50%{opacity:0.2;transform:translate(-50%, 100%) scaleY(1)}100%{opacity:0;transform:translate(-50%, 200%) scaleY(0)}}@keyframes svelte-1wukaol-PanoSpatialTagPlugin__tag-line2-hide{0%{opacity:0.5;transform:translate(-50%, 0) scaleY(0)}50%{opacity:0.2;transform:translate(-50%, 100%) scaleY(1)}100%{opacity:0;transform:translate(-50%, 200%) scaleY(0)}}");
|
|
13366
13365
|
}
|
|
13367
13366
|
|
|
13368
13367
|
function create_fragment$2(ctx) {
|
|
@@ -13396,19 +13395,19 @@
|
|
|
13396
13395
|
t3 = internal.space();
|
|
13397
13396
|
div3 = internal.element("div");
|
|
13398
13397
|
div2 = internal.element("div");
|
|
13399
|
-
internal.attr(div0, "class", "PanoSpatialTagPlugin__tag-shadow svelte-
|
|
13398
|
+
internal.attr(div0, "class", "PanoSpatialTagPlugin__tag-shadow svelte-1wukaol");
|
|
13400
13399
|
internal.set_style(div0, "transform", "translate(" + /*contentWidth*/ ctx[7] / 2 * /*contentZoom*/ ctx[3] * 3 + "px, " + /*contentHeight*/ ctx[8] / 2 * (/*upsideDown*/ ctx[1] ? -1 : 1) * /*contentZoom*/ ctx[3] * 3 + "px)");
|
|
13401
|
-
internal.attr(i0, "class", "PanoSpatialTagPlugin__tag-flagpole svelte-
|
|
13400
|
+
internal.attr(i0, "class", "PanoSpatialTagPlugin__tag-flagpole svelte-1wukaol");
|
|
13402
13401
|
internal.set_style(i0, "width", /*lineWidthZoom*/ ctx[4] + "rem");
|
|
13403
|
-
internal.attr(i1, "class", "PanoSpatialTagPlugin__tag-line1 svelte-
|
|
13404
|
-
internal.attr(i2, "class", "PanoSpatialTagPlugin__tag-line2 svelte-
|
|
13405
|
-
internal.attr(div1, "class", "PanoSpatialTagPlugin__tag-line svelte-
|
|
13406
|
-
internal.attr(div2, "class", "PanoSpatialTagPlugin__tag-content svelte-
|
|
13407
|
-
internal.attr(div3, "class", "PanoSpatialTagPlugin__tag-animate svelte-
|
|
13402
|
+
internal.attr(i1, "class", "PanoSpatialTagPlugin__tag-line1 svelte-1wukaol");
|
|
13403
|
+
internal.attr(i2, "class", "PanoSpatialTagPlugin__tag-line2 svelte-1wukaol");
|
|
13404
|
+
internal.attr(div1, "class", "PanoSpatialTagPlugin__tag-line svelte-1wukaol");
|
|
13405
|
+
internal.attr(div2, "class", "PanoSpatialTagPlugin__tag-content svelte-1wukaol");
|
|
13406
|
+
internal.attr(div3, "class", "PanoSpatialTagPlugin__tag-animate svelte-1wukaol");
|
|
13408
13407
|
internal.set_style(div3, "transform", "scale(" + /*contentZoom*/ ctx[3] * 3 + ")");
|
|
13409
13408
|
internal.attr(div4, "id", div4_id_value = 'PanoSpatialTagPlugin__' + /*id*/ ctx[0]);
|
|
13410
13409
|
internal.set_style(div4, "height", 20 * /*lineHeightZoom*/ ctx[5] + "rem");
|
|
13411
|
-
internal.attr(div4, "class", "svelte-
|
|
13410
|
+
internal.attr(div4, "class", "svelte-1wukaol");
|
|
13412
13411
|
internal.toggle_class(div4, "PanoSpatialTagPlugin__tag-x", true);
|
|
13413
13412
|
internal.toggle_class(div4, "PanoSpatialTagPlugin__tag-upside-down", /*upsideDown*/ ctx[1]);
|
|
13414
13413
|
internal.toggle_class(div4, "PanoSpatialTagPlugin__tag-show", /*show*/ ctx[10]);
|
|
@@ -14275,7 +14274,7 @@
|
|
|
14275
14274
|
/* src/ModelItemLabelPlugin/ItemLabelItem.svelte generated by Svelte v3.47.0 */
|
|
14276
14275
|
|
|
14277
14276
|
function add_css$1(target) {
|
|
14278
|
-
internal.append_styles(target, "svelte-
|
|
14277
|
+
internal.append_styles(target, "svelte-1hzvil1", ".item-label-item.svelte-1hzvil1{position:absolute;z-index:0;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:0}.item-label-item.visible.svelte-1hzvil1{opacity:1;-webkit-animation:svelte-1hzvil1-fadeIn .3s ease-in;animation:svelte-1hzvil1-fadeIn .3s ease-in}.item-label-item__text-wrap.svelte-1hzvil1::before{content:'';position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, .3);filter:blur(0.83333rem);z-index:-1}.item-label-item__text-wrap.svelte-1hzvil1{padding:0.3125rem 0.3125rem 0;position:absolute;height:1.04167rem;pointer-events:all;background-size:100% 100%;background-repeat:no-repeat;white-space:nowrap;line-height:0.52083rem;font-size:0.57292rem;font-weight:bold;color:#FFEAC0;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center}.item-label-item__text.svelte-1hzvil1{padding-bottom:0.20833rem;border-top:0 solid;border-left:0 solid;border-right:0 solid;border-bottom:1px solid;-o-border-image:linear-gradient(to right, rgba(234, 208, 154, 0), rgba(234, 208, 154, 100), rgba(234, 208, 154, 0)) 4.5 1 4.5;border-image:linear-gradient(to right, rgba(234, 208, 154, 0), rgba(234, 208, 154, 100), rgba(234, 208, 154, 0)) 4.5 1 4.5}.item-label-item__bar.svelte-1hzvil1{position:absolute;bottom:0;width:1px;background-image:linear-gradient(to bottom, rgba(234, 208, 154, 0), rgba(234, 208, 154, 1))}@-webkit-keyframes svelte-1hzvil1-fadeIn{from{opacity:0\n }to{opacity:1\n }}@keyframes svelte-1hzvil1-fadeIn{from{opacity:0\n }to{opacity:1\n }}");
|
|
14279
14278
|
}
|
|
14280
14279
|
|
|
14281
14280
|
function create_fragment$1(ctx) {
|
|
@@ -14302,12 +14301,12 @@
|
|
|
14302
14301
|
t0 = internal.text(t0_value);
|
|
14303
14302
|
t1 = internal.space();
|
|
14304
14303
|
div1 = internal.element("div");
|
|
14305
|
-
internal.attr(span, "class", "item-label-item__text svelte-
|
|
14306
|
-
internal.attr(div0, "class", "item-label-item__text-wrap svelte-
|
|
14304
|
+
internal.attr(span, "class", "item-label-item__text svelte-1hzvil1");
|
|
14305
|
+
internal.attr(div0, "class", "item-label-item__text-wrap svelte-1hzvil1");
|
|
14307
14306
|
internal.set_style(div0, "top", `-${/*itemLabel*/ ctx[0].strokeLength + 26}px`);
|
|
14308
|
-
internal.attr(div1, "class", "item-label-item__bar svelte-
|
|
14307
|
+
internal.attr(div1, "class", "item-label-item__bar svelte-1hzvil1");
|
|
14309
14308
|
internal.set_style(div1, "height", `${/*itemLabel*/ ctx[0].strokeLength}px`);
|
|
14310
|
-
internal.attr(div2, "class", div2_class_value = "" + (internal.null_to_empty(classNames__default["default"]("item-label-item", { visible: /*itemLabel*/ ctx[0].visible })) + " svelte-
|
|
14309
|
+
internal.attr(div2, "class", div2_class_value = "" + (internal.null_to_empty(classNames__default["default"]("item-label-item", { visible: /*itemLabel*/ ctx[0].visible })) + " svelte-1hzvil1"));
|
|
14311
14310
|
internal.set_style(div2, "z-index", /*itemLabel*/ ctx[0].zIndex, false);
|
|
14312
14311
|
internal.set_style(div2, "transform", /*itemLabel*/ ctx[0].transform, false);
|
|
14313
14312
|
},
|
|
@@ -14337,7 +14336,7 @@
|
|
|
14337
14336
|
internal.set_style(div1, "height", `${/*itemLabel*/ ctx[0].strokeLength}px`);
|
|
14338
14337
|
}
|
|
14339
14338
|
|
|
14340
|
-
if (dirty & /*itemLabel*/ 1 && div2_class_value !== (div2_class_value = "" + (internal.null_to_empty(classNames__default["default"]("item-label-item", { visible: /*itemLabel*/ ctx[0].visible })) + " svelte-
|
|
14339
|
+
if (dirty & /*itemLabel*/ 1 && div2_class_value !== (div2_class_value = "" + (internal.null_to_empty(classNames__default["default"]("item-label-item", { visible: /*itemLabel*/ ctx[0].visible })) + " svelte-1hzvil1"))) {
|
|
14341
14340
|
internal.attr(div2, "class", div2_class_value);
|
|
14342
14341
|
}
|
|
14343
14342
|
|
|
@@ -14401,7 +14400,7 @@
|
|
|
14401
14400
|
/* src/ModelItemLabelPlugin/ItemLabelComponent.svelte generated by Svelte v3.47.0 */
|
|
14402
14401
|
|
|
14403
14402
|
function add_css(target) {
|
|
14404
|
-
internal.append_styles(target, "svelte-
|
|
14403
|
+
internal.append_styles(target, "svelte-gk8s47", ".item-labels-container.svelte-gk8s47{width:100%;height:100%;position:relative}");
|
|
14405
14404
|
}
|
|
14406
14405
|
|
|
14407
14406
|
function get_each_context(ctx, list, i) {
|
|
@@ -14482,7 +14481,7 @@
|
|
|
14482
14481
|
each_blocks[i].c();
|
|
14483
14482
|
}
|
|
14484
14483
|
|
|
14485
|
-
internal.attr(div, "class", "item-labels-container svelte-
|
|
14484
|
+
internal.attr(div, "class", "item-labels-container svelte-gk8s47");
|
|
14486
14485
|
internal.add_render_callback(() => /*div_elementresize_handler*/ ctx[10].call(div));
|
|
14487
14486
|
internal.set_style(div, "opacity", /*itemsVisible*/ ctx[4] ? 1 : 0, false);
|
|
14488
14487
|
},
|