@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.
Files changed (42) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/dist/ModelItemLabelPlugin/index.js +8 -8
  3. package/dist/ModelRoomLabelPlugin/index.js +6 -6
  4. package/dist/PanoSpatialTagPlugin/index.js +11 -11
  5. package/dist/floorplan/ModelFloorplanPlugin/index.js +37 -38
  6. package/dist/floorplan/PanoFloorplanRadarPlugin/index.js +23 -24
  7. package/dist/floorplan/TopviewFloorplanPlugin/index.js +37 -38
  8. package/dist/index.es.js +73 -74
  9. package/dist/index.js +73 -74
  10. package/dist/index.umd.js +73 -74
  11. package/docs/classes/ModelRoomLabelController.html +6 -6
  12. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +1 -1
  13. package/docs/enums/ModelFloorplanErrorType.html +1 -1
  14. package/docs/interfaces/LineJson.html +1 -1
  15. package/docs/interfaces/ModelChassisCompassPluginData.html +1 -1
  16. package/docs/interfaces/ModelChassisCompassPluginExportType.html +1 -1
  17. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +1 -1
  18. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +1 -1
  19. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +1 -1
  20. package/docs/interfaces/ModelFloorplanParameterType.html +1 -1
  21. package/docs/interfaces/ModelFloorplanViewEvent.html +2 -2
  22. package/docs/interfaces/ModelItemLabelPluginData.html +1 -1
  23. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +1 -1
  24. package/docs/interfaces/ModelItemLabelPluginParametersType.html +1 -1
  25. package/docs/interfaces/ModelRoomLabelPluginData.html +1 -1
  26. package/docs/interfaces/ModelTVVideoPluginData.html +1 -1
  27. package/docs/interfaces/ModelTVVideoPluginExportType.html +1 -1
  28. package/docs/interfaces/ModelTVVideoPluginParameterType.html +1 -1
  29. package/docs/interfaces/PanoCompassPluginData.html +1 -1
  30. package/docs/interfaces/PanoCompassPluginParameterType.html +1 -1
  31. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +6 -6
  32. package/docs/interfaces/PanoRulerPluginExportType.html +1 -1
  33. package/docs/interfaces/PanoRulerPluginOptions.html +1 -1
  34. package/docs/interfaces/PanoRulerPluginParameterType.html +1 -1
  35. package/docs/interfaces/PanoSpatialTagPluginData.html +1 -1
  36. package/docs/interfaces/PanoSpatialTagPluginExportType.html +1 -1
  37. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +1 -1
  38. package/docs/interfaces/PointJson.html +1 -1
  39. package/docs/interfaces/RoomLabel.html +7 -7
  40. package/docs/interfaces/TopviewFloorplanPluginParameterType.html +1 -1
  41. package/docs/modules.html +12 -12
  42. package/package.json +3 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 2.0.0-alpha.17
4
+ - 1.fix: 修复构建输出 px2rem 失效问题。
5
+
3
6
  ## 2.0.0-alpha.16
4
7
  - 1.fix: 修复 z-index 问题;
5
8
  - 2.fix: 修复 ModelItemLabelPlugin 事件监听问题。
@@ -42,7 +42,7 @@ var DISPLAY_STRATEGY_TYPE;
42
42
  /* src/ModelItemLabelPlugin/ItemLabelItem.svelte generated by Svelte v3.47.0 */
43
43
 
44
44
  function add_css$1(target) {
45
- internal.append_styles(target, "svelte-1mttyji", ".item-label-item.svelte-1mttyji{position:absolute;z-index:0;transform:none;cursor:pointer;pointer-events:none;user-select:none;opacity:0}.item-label-item.visible.svelte-1mttyji{opacity:1;animation:svelte-1mttyji-fadeIn .3s ease-in}.item-label-item__text-wrap.svelte-1mttyji::before{content:'';position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, .3);filter:blur(16px);z-index:-1}.item-label-item__text-wrap.svelte-1mttyji{padding:6px 6px 0;position:absolute;height:20px;pointer-events:all;background-size:100% 100%;background-repeat:no-repeat;white-space:nowrap;line-height:10px;font-size:11px;font-weight:bold;color:#FFEAC0;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center}.item-label-item__text.svelte-1mttyji{padding-bottom:4px;border-top:0 solid;border-left:0 solid;border-right:0 solid;border-bottom:1px solid;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-1mttyji{position:absolute;bottom:0;width:1px;background-image:linear-gradient(to bottom, rgba(234, 208, 154, 0), rgba(234, 208, 154, 1))}@keyframes svelte-1mttyji-fadeIn{from{opacity:0\n }to{opacity:1\n }}");
45
+ 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 }}");
46
46
  }
47
47
 
48
48
  function create_fragment$1(ctx) {
@@ -69,12 +69,12 @@ function create_fragment$1(ctx) {
69
69
  t0 = internal.text(t0_value);
70
70
  t1 = internal.space();
71
71
  div1 = internal.element("div");
72
- internal.attr(span, "class", "item-label-item__text svelte-1mttyji");
73
- internal.attr(div0, "class", "item-label-item__text-wrap svelte-1mttyji");
72
+ internal.attr(span, "class", "item-label-item__text svelte-1hzvil1");
73
+ internal.attr(div0, "class", "item-label-item__text-wrap svelte-1hzvil1");
74
74
  internal.set_style(div0, "top", `-${/*itemLabel*/ ctx[0].strokeLength + 26}px`);
75
- internal.attr(div1, "class", "item-label-item__bar svelte-1mttyji");
75
+ internal.attr(div1, "class", "item-label-item__bar svelte-1hzvil1");
76
76
  internal.set_style(div1, "height", `${/*itemLabel*/ ctx[0].strokeLength}px`);
77
- internal.attr(div2, "class", div2_class_value = "" + (internal.null_to_empty(classNames__default["default"]("item-label-item", { visible: /*itemLabel*/ ctx[0].visible })) + " svelte-1mttyji"));
77
+ internal.attr(div2, "class", div2_class_value = "" + (internal.null_to_empty(classNames__default["default"]("item-label-item", { visible: /*itemLabel*/ ctx[0].visible })) + " svelte-1hzvil1"));
78
78
  internal.set_style(div2, "z-index", /*itemLabel*/ ctx[0].zIndex, false);
79
79
  internal.set_style(div2, "transform", /*itemLabel*/ ctx[0].transform, false);
80
80
  },
@@ -104,7 +104,7 @@ function create_fragment$1(ctx) {
104
104
  internal.set_style(div1, "height", `${/*itemLabel*/ ctx[0].strokeLength}px`);
105
105
  }
106
106
 
107
- 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-1mttyji"))) {
107
+ 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"))) {
108
108
  internal.attr(div2, "class", div2_class_value);
109
109
  }
110
110
 
@@ -168,7 +168,7 @@ function debounce(func, wait = 200) {
168
168
  /* src/ModelItemLabelPlugin/ItemLabelComponent.svelte generated by Svelte v3.47.0 */
169
169
 
170
170
  function add_css(target) {
171
- internal.append_styles(target, "svelte-rmdeb", ".item-labels-container.svelte-rmdeb{width:100%;height:100%;position:relative}");
171
+ internal.append_styles(target, "svelte-gk8s47", ".item-labels-container.svelte-gk8s47{width:100%;height:100%;position:relative}");
172
172
  }
173
173
 
174
174
  function get_each_context(ctx, list, i) {
@@ -249,7 +249,7 @@ function create_fragment(ctx) {
249
249
  each_blocks[i].c();
250
250
  }
251
251
 
252
- internal.attr(div, "class", "item-labels-container svelte-rmdeb");
252
+ internal.attr(div, "class", "item-labels-container svelte-gk8s47");
253
253
  internal.add_render_callback(() => /*div_elementresize_handler*/ ctx[10].call(div));
254
254
  internal.set_style(div, "opacity", /*itemsVisible*/ ctx[4] ? 1 : 0, false);
255
255
  },
@@ -11,7 +11,7 @@ const ROOM_LABEL_BG = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA8CAY
11
11
  /* src/ModelRoomLabelPlugin/RoomLabelItem.svelte generated by Svelte v3.47.0 */
12
12
 
13
13
  function add_css$1(target) {
14
- internal.append_styles(target, "svelte-17nkflf", ".room-label-item.svelte-17nkflf{position:absolute;font-size:8px;z-index:0;transform:none;cursor:pointer;pointer-events:none;user-select:none}.room-label-item__text.svelte-17nkflf{position:absolute;left:0;top:-64px;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center;height:20px;min-width:32px;padding:0 6px;pointer-events:all;background-size:100% 100%;background-repeat:no-repeat;white-space:nowrap}.room-label-item__bar.svelte-17nkflf{position:absolute;top:-44px;height:48px;width:1px;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))}.wide.svelte-17nkflf{font-size:10px}");
14
+ 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}");
15
15
  }
16
16
 
17
17
  function create_fragment$1(ctx) {
@@ -31,11 +31,11 @@ function create_fragment$1(ctx) {
31
31
  t0 = internal.text(t0_value);
32
32
  t1 = internal.space();
33
33
  div0 = internal.element("div");
34
- internal.attr(span, "class", "room-label-item__text svelte-17nkflf");
34
+ internal.attr(span, "class", "room-label-item__text svelte-1ak9fbs");
35
35
  internal.set_style(span, "background-image", "url(" + ROOM_LABEL_BG + ")");
36
36
  internal.toggle_class(span, "wide", /*roomLabel*/ ctx[0].name.length > 3);
37
- internal.attr(div0, "class", "room-label-item__bar svelte-17nkflf");
38
- internal.attr(div1, "class", "room-label-item svelte-17nkflf");
37
+ internal.attr(div0, "class", "room-label-item__bar svelte-1ak9fbs");
38
+ internal.attr(div1, "class", "room-label-item svelte-1ak9fbs");
39
39
  internal.set_style(div1, "z-index", /*roomLabel*/ ctx[0].zIndex, false);
40
40
  internal.set_style(div1, "transform", /*roomLabel*/ ctx[0].transform, false);
41
41
  internal.set_style(div1, "opacity", /*roomLabel*/ ctx[0].visible ? 1 : 0, false);
@@ -111,7 +111,7 @@ class RoomLabelItem extends internal.SvelteComponent {
111
111
  /* src/ModelRoomLabelPlugin/RoomLabelItems.svelte generated by Svelte v3.47.0 */
112
112
 
113
113
  function add_css(target) {
114
- internal.append_styles(target, "svelte-185yvaa", ".room-labels-container.svelte-185yvaa{width:100%;height:100%;position:relative;color:#fff}");
114
+ internal.append_styles(target, "svelte-9eg4zi", ".room-labels-container.svelte-9eg4zi{width:100%;height:100%;position:relative;color:#fff}");
115
115
  }
116
116
 
117
117
  function get_each_context(ctx, list, i) {
@@ -192,7 +192,7 @@ function create_fragment(ctx) {
192
192
  each_blocks[i].c();
193
193
  }
194
194
 
195
- internal.attr(div, "class", "room-labels-container svelte-185yvaa");
195
+ internal.attr(div, "class", "room-labels-container svelte-9eg4zi");
196
196
  internal.add_render_callback(() => /*div_elementresize_handler*/ ctx[4].call(div));
197
197
  },
198
198
  m(target, anchor) {
@@ -239,7 +239,7 @@ const currentTarget = store.writable(null);
239
239
  /* src/PanoSpatialTagPlugin/Components/origins.svelte generated by Svelte v3.47.0 */
240
240
 
241
241
  function add_css$1(target) {
242
- internal.append_styles(target, "svelte-scnx9u", ".PanoSpatialTagPlugin__tag-origin.svelte-scnx9u{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;animation:svelte-scnx9u-PanoSpatialTagPlugin__tag-origin 1.2s forwards;pointer-events:auto}.PanoSpatialTagPlugin__tag-origin.svelte-scnx9u:after{content:'';position:absolute;top:50%;height:50%;width:2rem;height:2rem;transform:translate(-50%, -50%)}.PanoSpatialTagPlugin__tag-origin-destroy.svelte-scnx9u{transform:translate(-50%, -50%) scale(0.6);animation:svelte-scnx9u-PanoSpatialTagPlugin__tag-origin-destroy 1.2s forwards .7s}@keyframes svelte-scnx9u-PanoSpatialTagPlugin__tag-origin{0%{transform:translate(-50%, -50%) scale(1);opacity:0}100%{transform:translate(-50%, -50%) scale(0.6);opacity:1 }}@keyframes svelte-scnx9u-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}}");
242
+ 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}}");
243
243
  }
244
244
 
245
245
  function get_each_context(ctx, list, i) {
@@ -263,7 +263,7 @@ function create_each_block(ctx) {
263
263
  return {
264
264
  c() {
265
265
  i = internal.element("i");
266
- internal.attr(i, "class", "svelte-scnx9u");
266
+ internal.attr(i, "class", "svelte-1kuu68s");
267
267
  internal.toggle_class(i, "PanoSpatialTagPlugin__tag-origin", true);
268
268
  internal.toggle_class(i, "PanoSpatialTagPlugin__tag-origin-destroy", /*origin*/ ctx[3].destroying);
269
269
  internal.set_style(i, "top", style_top, false);
@@ -388,7 +388,7 @@ class Origins extends internal.SvelteComponent {
388
388
  /* src/PanoSpatialTagPlugin/Components/tag.svelte generated by Svelte v3.47.0 */
389
389
 
390
390
  function add_css(target) {
391
- internal.append_styles(target, "svelte-1c0xhg0", ".PanoSpatialTagPlugin__tag-x.svelte-1c0xhg0.svelte-1c0xhg0{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-1c0xhg0.svelte-1c0xhg0{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-1c0xhg0.svelte-1c0xhg0{position:absolute;left:-1rem;width:2rem;height:100%;overflow:hidden}.PanoSpatialTagPlugin__tag-flagpole.svelte-1c0xhg0.svelte-1c0xhg0{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-1c0xhg0.svelte-1c0xhg0{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-1c0xhg0.svelte-1c0xhg0{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-1c0xhg0 .PanoSpatialTagPlugin__tag-line1.svelte-1c0xhg0{animation:svelte-1c0xhg0-PanoSpatialTagPlugin__tag-line1 linear .5s forwards .45s}.PanoSpatialTagPlugin__tag-show.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-line2.svelte-1c0xhg0{animation:svelte-1c0xhg0-PanoSpatialTagPlugin__tag-line2 linear .5s forwards .65s}.PanoSpatialTagPlugin__tag-x.PanoSpatialTagPlugin__tag-upside-down.svelte-1c0xhg0.svelte-1c0xhg0{transform:translate(0, 0)}.PanoSpatialTagPlugin__tag-upside-down.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-line.svelte-1c0xhg0{transform:scaleY(-1)}.PanoSpatialTagPlugin__tag-animate.svelte-1c0xhg0.svelte-1c0xhg0{position:relative;height:100%;overflow:hidden;transform-origin:left top;transition:transform .5s linear}.PanoSpatialTagPlugin__tag-upside-down.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-animate.svelte-1c0xhg0{transform-origin:left bottom}.PanoSpatialTagPlugin__tag-content.svelte-1c0xhg0.svelte-1c0xhg0{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-1c0xhg0 .PanoSpatialTagPlugin__tag-content.svelte-1c0xhg0{bottom:0}.PanoSpatialTagPlugin__tag-show.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-flagpole.svelte-1c0xhg0{opacity:1;transform:translate(-50%, 0) scaleY(1)}.PanoSpatialTagPlugin__tag-upside-down.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-shadow.svelte-1c0xhg0{top:unset;bottom:-15rem}.PanoSpatialTagPlugin__tag-show.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-shadow.svelte-1c0xhg0{opacity:.32}.PanoSpatialTagPlugin__tag-show.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-content.svelte-1c0xhg0{transform:translate(0, 0)}.PanoSpatialTagPlugin__tag-hide.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-flagpole.svelte-1c0xhg0{opacity:0;transform:translate(-50%, 60%) scaleY(0);transition:transform .5s .55s, opacity .4s .55s}.PanoSpatialTagPlugin__tag-hide.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-shadow.svelte-1c0xhg0{opacity:0;transition:opacity .8s}.PanoSpatialTagPlugin__tag-hide.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-content.svelte-1c0xhg0{transform:translate(-100%, 0);transition:transform .6s cubic-bezier(.53,.06,.88,.59)}.PanoSpatialTagPlugin__tag-hide.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-content .svelte-1c0xhg0{pointer-events:none}.PanoSpatialTagPlugin__tag-hide.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-line1.svelte-1c0xhg0{opacity:0.5;transform:translate(-50%, 10%) scaleY(0);animation:svelte-1c0xhg0-PanoSpatialTagPlugin__tag-line1-hide linear .28s forwards .3s}.PanoSpatialTagPlugin__tag-hide.svelte-1c0xhg0 .PanoSpatialTagPlugin__tag-line2.svelte-1c0xhg0{opacity:0.5;transform:translate(-50%, 0) scaleY(0);animation:svelte-1c0xhg0-PanoSpatialTagPlugin__tag-line2-hide linear .28s forwards .45s}@keyframes svelte-1c0xhg0-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-1c0xhg0-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-1c0xhg0-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-1c0xhg0-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)}}");
391
+ 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)}}");
392
392
  }
393
393
 
394
394
  function create_fragment(ctx) {
@@ -422,19 +422,19 @@ function create_fragment(ctx) {
422
422
  t3 = internal.space();
423
423
  div3 = internal.element("div");
424
424
  div2 = internal.element("div");
425
- internal.attr(div0, "class", "PanoSpatialTagPlugin__tag-shadow svelte-1c0xhg0");
425
+ internal.attr(div0, "class", "PanoSpatialTagPlugin__tag-shadow svelte-1wukaol");
426
426
  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)");
427
- internal.attr(i0, "class", "PanoSpatialTagPlugin__tag-flagpole svelte-1c0xhg0");
427
+ internal.attr(i0, "class", "PanoSpatialTagPlugin__tag-flagpole svelte-1wukaol");
428
428
  internal.set_style(i0, "width", /*lineWidthZoom*/ ctx[4] + "rem");
429
- internal.attr(i1, "class", "PanoSpatialTagPlugin__tag-line1 svelte-1c0xhg0");
430
- internal.attr(i2, "class", "PanoSpatialTagPlugin__tag-line2 svelte-1c0xhg0");
431
- internal.attr(div1, "class", "PanoSpatialTagPlugin__tag-line svelte-1c0xhg0");
432
- internal.attr(div2, "class", "PanoSpatialTagPlugin__tag-content svelte-1c0xhg0");
433
- internal.attr(div3, "class", "PanoSpatialTagPlugin__tag-animate svelte-1c0xhg0");
429
+ internal.attr(i1, "class", "PanoSpatialTagPlugin__tag-line1 svelte-1wukaol");
430
+ internal.attr(i2, "class", "PanoSpatialTagPlugin__tag-line2 svelte-1wukaol");
431
+ internal.attr(div1, "class", "PanoSpatialTagPlugin__tag-line svelte-1wukaol");
432
+ internal.attr(div2, "class", "PanoSpatialTagPlugin__tag-content svelte-1wukaol");
433
+ internal.attr(div3, "class", "PanoSpatialTagPlugin__tag-animate svelte-1wukaol");
434
434
  internal.set_style(div3, "transform", "scale(" + /*contentZoom*/ ctx[3] * 3 + ")");
435
435
  internal.attr(div4, "id", div4_id_value = 'PanoSpatialTagPlugin__' + /*id*/ ctx[0]);
436
436
  internal.set_style(div4, "height", 20 * /*lineHeightZoom*/ ctx[5] + "rem");
437
- internal.attr(div4, "class", "svelte-1c0xhg0");
437
+ internal.attr(div4, "class", "svelte-1wukaol");
438
438
  internal.toggle_class(div4, "PanoSpatialTagPlugin__tag-x", true);
439
439
  internal.toggle_class(div4, "PanoSpatialTagPlugin__tag-upside-down", /*upsideDown*/ ctx[1]);
440
440
  internal.toggle_class(div4, "PanoSpatialTagPlugin__tag-show", /*show*/ ctx[10]);
@@ -62,7 +62,7 @@ function rad2Deg$1(rad) {
62
62
  /* src/floorplan/ModelFloorplanPlugin/Components/Camera.svelte generated by Svelte v3.47.0 */
63
63
 
64
64
  function add_css$c(target) {
65
- internal.append_styles(target, "svelte-e8a2kn", ".floorplan__camera-position.svelte-e8a2kn{position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-e8a2kn{position:absolute;background-repeat:no-repeat;background-size:100%}");
65
+ 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%}");
66
66
  }
67
67
 
68
68
  function create_fragment$g(ctx) {
@@ -73,7 +73,7 @@ function create_fragment$g(ctx) {
73
73
  c() {
74
74
  div1 = internal.element("div");
75
75
  div0 = internal.element("div");
76
- internal.attr(div0, "class", "floorplan__camera-rotate svelte-e8a2kn");
76
+ internal.attr(div0, "class", "floorplan__camera-rotate svelte-17cl35n");
77
77
  internal.set_style(div0, "background-image", `url(${/*cameraImageUrl*/ ctx[0] || CAMERA_IMAGE})`);
78
78
  internal.set_style(div0, "width", /*domSizeStyle*/ ctx[4], false);
79
79
  internal.set_style(div0, "height", /*domSizeStyle*/ ctx[4], false);
@@ -81,7 +81,7 @@ function create_fragment$g(ctx) {
81
81
  internal.set_style(div0, "top", '-' + /*domSizeStyle*/ ctx[4], false);
82
82
  internal.set_style(div0, "transform", `rotate(${/*rotate*/ ctx[3]}deg)`, false);
83
83
  internal.set_style(div0, "transform-origin", `${/*domSizeStyle*/ ctx[4]} ${/*domSizeStyle*/ ctx[4]}`, false);
84
- internal.attr(div1, "class", "floorplan__camera-position svelte-e8a2kn");
84
+ internal.attr(div1, "class", "floorplan__camera-position svelte-17cl35n");
85
85
  internal.set_style(div1, "left", /*positionLeft*/ ctx[1], false);
86
86
  internal.set_style(div1, "top", /*positionTop*/ ctx[2], false);
87
87
  },
@@ -167,7 +167,7 @@ const COMPASS_IMAGE = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArUAAAB7CAM
167
167
  /* src/floorplan/ModelFloorplanPlugin/Components/Compass.svelte generated by Svelte v3.47.0 */
168
168
 
169
169
  function add_css$b(target) {
170
- internal.append_styles(target, "svelte-5l80pv", ".floorplan-plugin__compass.svelte-5l80pv{position:absolute;left:50%;top:-46px;width:231px;height:41px;will-change:opacity;transform-origin:center 184px}.floorplan-plugin__compass-image.svelte-5l80pv{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-5l80pv{position:absolute;left:50%;top:15px;transform:translateX(-50%);opacity:0.2;font-weight:bold;font-size:10px;color:#fff}");
170
+ 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}");
171
171
  }
172
172
 
173
173
  // (13:0) {#if northRad}
@@ -185,10 +185,10 @@ function create_if_block$6(ctx) {
185
185
  t0 = internal.space();
186
186
  span = internal.element("span");
187
187
  t1 = internal.text(/*northDesc*/ ctx[0]);
188
- internal.attr(div0, "class", "floorplan-plugin__compass-image svelte-5l80pv");
188
+ internal.attr(div0, "class", "floorplan-plugin__compass-image svelte-1q44ru9");
189
189
  internal.set_style(div0, "background-image", `url(${COMPASS_IMAGE})`);
190
- internal.attr(span, "class", "floorplan-plugin__compass-text svelte-5l80pv");
191
- internal.attr(div1, "class", "floorplan-plugin__compass svelte-5l80pv");
190
+ internal.attr(span, "class", "floorplan-plugin__compass-text svelte-1q44ru9");
191
+ internal.attr(div1, "class", "floorplan-plugin__compass svelte-1q44ru9");
192
192
  internal.set_style(div1, "transform", /*compassTransformStyle*/ ctx[2], false);
193
193
  },
194
194
  m(target, anchor) {
@@ -266,7 +266,7 @@ class Compass extends internal.SvelteComponent {
266
266
  /* src/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabel.svelte generated by Svelte v3.47.0 */
267
267
 
268
268
  function add_css$a(target) {
269
- internal.append_styles(target, "svelte-1ashbdx", ".floorplan-plugin__room-label-item.svelte-1ashbdx{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:15px;color:#fff;transform:translate(-50%, -50%);white-space:nowrap}.floorplan-plugin__room-size.svelte-1ashbdx{opacity:0.45}");
269
+ 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}");
270
270
  }
271
271
 
272
272
  // (22:30)
@@ -311,7 +311,7 @@ function create_if_block$5(ctx) {
311
311
  span1 = internal.element("span");
312
312
  span1.textContent = `${/*roomSizeDes*/ ctx[3]}`;
313
313
  internal.attr(span0, "class", "floorplan-plugin__room-name");
314
- internal.attr(span1, "class", "floorplan-plugin__room-size svelte-1ashbdx");
314
+ internal.attr(span1, "class", "floorplan-plugin__room-size svelte-i2nwuk");
315
315
  },
316
316
  m(target, anchor) {
317
317
  internal.insert(target, span0, anchor);
@@ -345,7 +345,7 @@ function create_fragment$e(ctx) {
345
345
  c() {
346
346
  div = internal.element("div");
347
347
  if (if_block) if_block.c();
348
- internal.attr(div, "class", "floorplan-plugin__room-label-item svelte-1ashbdx");
348
+ internal.attr(div, "class", "floorplan-plugin__room-label-item svelte-i2nwuk");
349
349
  internal.set_style(div, "left", /*left*/ ctx[4], false);
350
350
  internal.set_style(div, "top", /*top*/ ctx[5], false);
351
351
  internal.set_style(div, "font-size", /*fontSize*/ ctx[6], false);
@@ -420,7 +420,7 @@ class RoomLabel extends internal.SvelteComponent {
420
420
  /* src/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabels.svelte generated by Svelte v3.47.0 */
421
421
 
422
422
  function add_css$9(target) {
423
- internal.append_styles(target, "svelte-sw25w3", ".floorplan-plugin__room-labels.svelte-sw25w3{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20}");
423
+ 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}");
424
424
  }
425
425
 
426
426
  function get_each_context$4(ctx, list, i) {
@@ -452,7 +452,7 @@ function create_if_block$4(ctx) {
452
452
  each_blocks[i].c();
453
453
  }
454
454
 
455
- internal.attr(div, "class", "floorplan-plugin__room-labels svelte-sw25w3");
455
+ internal.attr(div, "class", "floorplan-plugin__room-labels svelte-vkeyjz");
456
456
  },
457
457
  m(target, anchor) {
458
458
  internal.insert(target, div, anchor);
@@ -672,7 +672,7 @@ function notNil(value) {
672
672
  /* src/floorplan/ModelFloorplanPlugin/Components/RuleLabels/RuleItem.svelte generated by Svelte v3.47.0 */
673
673
 
674
674
  function add_css$8(target) {
675
- internal.append_styles(target, "svelte-1rr09in", ".floorplan-plugin__rule-labels.svelte-1rr09in{position:absolute;height:5px;display:flex;align-items:center}.floorplan-plugin__rule-labels-top.svelte-1rr09in{left:0;top:0}.floorplan-plugin__rule-labels-bottom.svelte-1rr09in{left:0;bottom:0}.floorplan-plugin__rule-labels-left.svelte-1rr09in{bottom:0;left:0}.floorplan-plugin__rule-labels-right.svelte-1rr09in{bottom:0;right:0}.floorplan-plugin__rule-line.svelte-1rr09in{background:#fff;opacity:0.05;width:100%;height:1px}.floorplan-plugin__rule-scale.svelte-1rr09in{position:absolute;background:#fff;opacity:0.05;transform-origin:center;width:1px;height:5px}.floorplan-plugin__text-wrapper.svelte-1rr09in{width:0;height:0;position:absolute}.floorplan-plugin__text-wrapper.floorplan-plugin__text-wrapper--is-left-or-top.svelte-1rr09in{top:10px}.floorplan-plugin__text-wrapper.floorplan-plugin__text-wrapper-is-right-or-bottom.svelte-1rr09in{bottom:10px}.floorplan-plugin__rule-text.svelte-1rr09in{position:absolute;width:max-content;display:block;transform:translate(-50%, -50%) rotate(180deg);font-size:10px;color:#fff;opacity:0.2}.floorplan-plugin__rule-text.is-row.svelte-1rr09in{transform:translate(-50%, -50%)}");
675
+ 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%)}");
676
676
  }
677
677
 
678
678
  function get_each_context$3(ctx, list, i) {
@@ -699,7 +699,7 @@ function create_each_block_1(key_1, ctx) {
699
699
  first: null,
700
700
  c() {
701
701
  div = internal.element("div");
702
- internal.attr(div, "class", "floorplan-plugin__rule-scale svelte-1rr09in");
702
+ internal.attr(div, "class", "floorplan-plugin__rule-scale svelte-1d5a0k4");
703
703
  internal.set_style(div, "left", style_left, false);
704
704
  this.first = div;
705
705
  },
@@ -732,9 +732,9 @@ function create_each_block$3(key_1, ctx) {
732
732
  span = internal.element("span");
733
733
  t0 = internal.text(t0_value);
734
734
  t1 = internal.space();
735
- internal.attr(span, "class", "floorplan-plugin__rule-text svelte-1rr09in");
735
+ internal.attr(span, "class", "floorplan-plugin__rule-text svelte-1d5a0k4");
736
736
  internal.toggle_class(span, "is-row", /*isRow*/ ctx[5]);
737
- internal.attr(div, "class", "floorplan-plugin__text-wrapper svelte-1rr09in");
737
+ internal.attr(div, "class", "floorplan-plugin__text-wrapper svelte-1d5a0k4");
738
738
  internal.toggle_class(div, "floorplan-plugin__text-wrapper--is-left-or-top", /*isLeft*/ ctx[3] || /*isTop*/ ctx[1]);
739
739
  internal.toggle_class(div, "floorplan-plugin__text-wrapper-is-right-or-bottom", /*isRight*/ ctx[4] || /*isBottom*/ ctx[2]);
740
740
  internal.set_style(div, "left", style_left, false);
@@ -799,8 +799,8 @@ function create_fragment$c(ctx) {
799
799
  each_blocks[i].c();
800
800
  }
801
801
 
802
- internal.attr(div0, "class", "floorplan-plugin__rule-line svelte-1rr09in");
803
- internal.attr(div1, "class", div1_class_value = "floorplan-plugin__rule-labels floorplan-plugin__rule-labels-" + /*type*/ ctx[0] + " svelte-1rr09in");
802
+ internal.attr(div0, "class", "floorplan-plugin__rule-line svelte-1d5a0k4");
803
+ internal.attr(div1, "class", div1_class_value = "floorplan-plugin__rule-labels floorplan-plugin__rule-labels-" + /*type*/ ctx[0] + " svelte-1d5a0k4");
804
804
  internal.set_style(div1, "width", /*width*/ ctx[9], false);
805
805
  internal.set_style(div1, "transform", /*transform*/ ctx[7], false);
806
806
  internal.set_style(div1, "transform-origin", /*transformOrigin*/ ctx[8], false);
@@ -831,7 +831,7 @@ function create_fragment$c(ctx) {
831
831
  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$3, null, get_each_context$3);
832
832
  }
833
833
 
834
- if (dirty & /*type*/ 1 && div1_class_value !== (div1_class_value = "floorplan-plugin__rule-labels floorplan-plugin__rule-labels-" + /*type*/ ctx[0] + " svelte-1rr09in")) {
834
+ if (dirty & /*type*/ 1 && div1_class_value !== (div1_class_value = "floorplan-plugin__rule-labels floorplan-plugin__rule-labels-" + /*type*/ ctx[0] + " svelte-1d5a0k4")) {
835
835
  internal.attr(div1, "class", div1_class_value);
836
836
  }
837
837
  },
@@ -1147,7 +1147,7 @@ class RuleLabels extends internal.SvelteComponent {
1147
1147
  /* src/floorplan/Components/Normalmage.svelte generated by Svelte v3.47.0 */
1148
1148
 
1149
1149
  function add_css$7(target) {
1150
- internal.append_styles(target, "svelte-1cuuebb", "img.svelte-1cuuebb{width:100%;height:100%}");
1150
+ internal.append_styles(target, "svelte-1gfoniz", "img.svelte-1gfoniz{width:100%;height:100%}");
1151
1151
  }
1152
1152
 
1153
1153
  function create_fragment$a(ctx) {
@@ -1159,7 +1159,7 @@ function create_fragment$a(ctx) {
1159
1159
  img = internal.element("img");
1160
1160
  if (!internal.src_url_equal(img.src, img_src_value = /*url*/ ctx[0])) internal.attr(img, "src", img_src_value);
1161
1161
  internal.attr(img, "alt", "floorplan iamge");
1162
- internal.attr(img, "class", "svelte-1cuuebb");
1162
+ internal.attr(img, "class", "svelte-1gfoniz");
1163
1163
  },
1164
1164
  m(target, anchor) {
1165
1165
  internal.insert(target, img, anchor);
@@ -1197,7 +1197,7 @@ class Normalmage extends internal.SvelteComponent {
1197
1197
  /* src/floorplan/Components/SvgImage.svelte generated by Svelte v3.47.0 */
1198
1198
 
1199
1199
  function add_css$6(target) {
1200
- internal.append_styles(target, "svelte-1qqy56u", ".floorplan-plugin__base-image.svelte-1qqy56u{width:100%;height:100%}");
1200
+ internal.append_styles(target, "svelte-ub47ya", ".floorplan-plugin__base-image.svelte-ub47ya{width:100%;height:100%}");
1201
1201
  }
1202
1202
 
1203
1203
  function create_fragment$9(ctx) {
@@ -1214,7 +1214,7 @@ function create_fragment$9(ctx) {
1214
1214
  html_tag_1 = new internal.HtmlTag();
1215
1215
  html_tag.a = t;
1216
1216
  html_tag_1.a = null;
1217
- internal.attr(div, "class", "floorplan-plugin__base-image svelte-1qqy56u");
1217
+ internal.attr(div, "class", "floorplan-plugin__base-image svelte-ub47ya");
1218
1218
  },
1219
1219
  m(target, anchor) {
1220
1220
  internal.insert(target, div, anchor);
@@ -1244,8 +1244,7 @@ function instance$9($$self, $$props, $$invalidate) {
1244
1244
  }
1245
1245
  svg [type='lineItemGroup'] g g g g {
1246
1246
  stroke: #ffffff;
1247
- }
1248
- </style>
1247
+ }</style>
1249
1248
  `;
1250
1249
 
1251
1250
  $$self.$$set = $$props => {
@@ -1265,7 +1264,7 @@ class SvgImage extends internal.SvelteComponent {
1265
1264
  /* src/floorplan/Components/BaseImage.svelte generated by Svelte v3.47.0 */
1266
1265
 
1267
1266
  function add_css$5(target) {
1268
- internal.append_styles(target, "svelte-126ja8e", ".floorplan-plugin__base-image.svelte-126ja8e{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}");
1267
+ internal.append_styles(target, "svelte-ozpg4a", ".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}");
1269
1268
  }
1270
1269
 
1271
1270
  // (13:22)
@@ -1361,7 +1360,7 @@ function create_fragment$8(ctx) {
1361
1360
  c() {
1362
1361
  div = internal.element("div");
1363
1362
  if (if_block) if_block.c();
1364
- internal.attr(div, "class", "floorplan-plugin__base-image svelte-126ja8e");
1363
+ internal.attr(div, "class", "floorplan-plugin__base-image svelte-ozpg4a");
1365
1364
  },
1366
1365
  m(target, anchor) {
1367
1366
  internal.insert(target, div, anchor);
@@ -1756,7 +1755,7 @@ class RoomMaterial_2 extends internal.SvelteComponent {
1756
1755
  /* src/floorplan/Components/RoomMaterials/RoomMaterial.svelte generated by Svelte v3.47.0 */
1757
1756
 
1758
1757
  function add_css$4(target) {
1759
- internal.append_styles(target, "svelte-1b0icjc", "svg.svelte-1b0icjc{position:absolute;width:100%;height:100%;overflow:visible}");
1758
+ internal.append_styles(target, "svelte-1d4xj70", "svg.svelte-1d4xj70{position:absolute;width:100%;height:100%;overflow:visible}");
1760
1759
  }
1761
1760
 
1762
1761
  function get_each_context$1(ctx, list, i) {
@@ -1889,7 +1888,7 @@ function create_each_block$1(ctx) {
1889
1888
  c() {
1890
1889
  svg = internal.svg_element("svg");
1891
1890
  if_block.c();
1892
- internal.attr(svg, "class", "svelte-1b0icjc");
1891
+ internal.attr(svg, "class", "svelte-1d4xj70");
1893
1892
  },
1894
1893
  m(target, anchor) {
1895
1894
  internal.insert(target, svg, anchor);
@@ -2058,7 +2057,7 @@ class RoomMaterial extends internal.SvelteComponent {
2058
2057
  /* src/floorplan/Components/RoomHighlight/Room.svelte generated by Svelte v3.47.0 */
2059
2058
 
2060
2059
  function add_css$3(target) {
2061
- internal.append_styles(target, "svelte-11takew", "path.svelte-11takew{opacity:0}path.svelte-11takew:hover{opacity:0.1}");
2060
+ internal.append_styles(target, "svelte-19uvvss", "path.svelte-19uvvss{opacity:0}path.svelte-19uvvss:hover{opacity:0.1}");
2062
2061
  }
2063
2062
 
2064
2063
  function create_fragment$3(ctx) {
@@ -2069,7 +2068,7 @@ function create_fragment$3(ctx) {
2069
2068
  path = internal.svg_element("path");
2070
2069
  internal.attr(path, "d", /*_pathD*/ ctx[0]);
2071
2070
  internal.attr(path, "fill", `#fff`);
2072
- internal.attr(path, "class", "svelte-11takew");
2071
+ internal.attr(path, "class", "svelte-19uvvss");
2073
2072
  },
2074
2073
  m(target, anchor) {
2075
2074
  internal.insert(target, path, anchor);
@@ -2113,7 +2112,7 @@ class Room extends internal.SvelteComponent {
2113
2112
  /* src/floorplan/Components/RoomHighlight/RoomHighlight.svelte generated by Svelte v3.47.0 */
2114
2113
 
2115
2114
  function add_css$2(target) {
2116
- internal.append_styles(target, "svelte-1aais5l", ".floorplan-plugin__room-highlight.svelte-1aais5l{position:absolute;width:100%;height:100%;pointer-events:all}svg.svelte-1aais5l{width:100%;height:100%;overflow:visible}");
2115
+ 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}");
2117
2116
  }
2118
2117
 
2119
2118
  function get_each_context(ctx, list, i) {
@@ -2215,8 +2214,8 @@ function create_fragment$2(ctx) {
2215
2214
  each_blocks[i].c();
2216
2215
  }
2217
2216
 
2218
- internal.attr(svg, "class", "svelte-1aais5l");
2219
- internal.attr(div, "class", "floorplan-plugin__room-highlight svelte-1aais5l");
2217
+ internal.attr(svg, "class", "svelte-klfhwd");
2218
+ internal.attr(div, "class", "floorplan-plugin__room-highlight svelte-klfhwd");
2220
2219
  internal.add_render_callback(() => /*div_elementresize_handler*/ ctx[10].call(div));
2221
2220
  },
2222
2221
  m(target, anchor) {
@@ -2372,7 +2371,7 @@ class RoomHighlight extends internal.SvelteComponent {
2372
2371
  /* src/floorplan/ModelFloorplanPlugin/Components/CurrentFloor/CurrentFloor.svelte generated by Svelte v3.47.0 */
2373
2372
 
2374
2373
  function add_css$1(target) {
2375
- internal.append_styles(target, "svelte-3pdgs4", ".floorplan-current-floor.svelte-3pdgs4{position:relative;width:100%;height:100%}");
2374
+ internal.append_styles(target, "svelte-tlo7rk", ".floorplan-current-floor.svelte-tlo7rk{position:relative;width:100%;height:100%}");
2376
2375
  }
2377
2376
 
2378
2377
  // (19:2) {#if hoverEnable}
@@ -2606,7 +2605,7 @@ function create_fragment$1(ctx) {
2606
2605
  if (if_block1) if_block1.c();
2607
2606
  t3 = internal.space();
2608
2607
  if (if_block2) if_block2.c();
2609
- internal.attr(div, "class", "floorplan-current-floor svelte-3pdgs4");
2608
+ internal.attr(div, "class", "floorplan-current-floor svelte-tlo7rk");
2610
2609
  },
2611
2610
  m(target, anchor) {
2612
2611
  internal.insert(target, div, anchor);
@@ -2807,7 +2806,7 @@ class CurrentFloor extends internal.SvelteComponent {
2807
2806
  /* src/floorplan/ModelFloorplanPlugin/Components/Main.svelte generated by Svelte v3.47.0 */
2808
2807
 
2809
2808
  function add_css(target) {
2810
- internal.append_styles(target, "svelte-177x2q7", ".floorplan-main.svelte-177x2q7{width:100%;height:100%}");
2809
+ internal.append_styles(target, "svelte-q5wdnn", ".floorplan-main.svelte-q5wdnn{width:100%;height:100%}");
2811
2810
  }
2812
2811
 
2813
2812
  // (24:0) {#if visible}
@@ -2868,7 +2867,7 @@ function create_if_block(ctx) {
2868
2867
  internal.create_component(camera.$$.fragment);
2869
2868
  t1 = internal.space();
2870
2869
  if (if_block) if_block.c();
2871
- internal.attr(div, "class", "floorplan-main svelte-177x2q7");
2870
+ internal.attr(div, "class", "floorplan-main svelte-q5wdnn");
2872
2871
  },
2873
2872
  m(target, anchor) {
2874
2873
  internal.insert(target, div, anchor);