@realsee/dnalogel 2.9.0-alpha.7 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +1 -1
  2. package/dist/index.cjs.js +21 -21
  3. package/dist/index.js +336 -336
  4. package/dist/index.umd.js +17 -17
  5. package/docs/classes/CSS3DRender.html +31 -31
  6. package/docs/classes/CruisePluginController.html +24 -24
  7. package/docs/classes/Magnifier.html +20 -20
  8. package/docs/classes/ModelRoomLabelController.html +11 -11
  9. package/docs/classes/Object3DHelperController.html +24 -24
  10. package/docs/classes/PaintBrush.html +15 -15
  11. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  12. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  13. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  14. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  15. package/docs/classes/PanoTagPluginController.html +47 -47
  16. package/docs/classes/Util.BetterTween.html +8 -8
  17. package/docs/classes/Util.FivePointSelector.html +12 -12
  18. package/docs/classes/Util.Interval.html +12 -12
  19. package/docs/classes/Util.Magnifier.html +17 -17
  20. package/docs/classes/Util.PointDomHelper.html +11 -11
  21. package/docs/classes/Util.PointHelper.html +11 -11
  22. package/docs/classes/Util.Rectangle.html +13 -13
  23. package/docs/enums/CameraMovementEffect.html +7 -7
  24. package/docs/enums/ContentType.html +19 -19
  25. package/docs/enums/DIRECTION.html +9 -9
  26. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  27. package/docs/enums/DimensionType.html +7 -7
  28. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  29. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  30. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  31. package/docs/enums/PointType.html +7 -7
  32. package/docs/enums/Rotation.html +8 -8
  33. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  34. package/docs/functions/CameraMovementPlugin.html +4 -4
  35. package/docs/functions/CruisePlugin.html +4 -4
  36. package/docs/functions/GuideLinePlugin.html +5 -5
  37. package/docs/functions/ItemLabelPlugin.html +4 -4
  38. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  39. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  40. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  41. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  42. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  43. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  44. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  45. package/docs/functions/ModelViewPlugin.html +4 -4
  46. package/docs/functions/Object3DHelperPlugin.html +4 -4
  47. package/docs/functions/PanoCompassPlugin.html +4 -4
  48. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  49. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  50. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  51. package/docs/functions/PanoMeasurePlugin.html +4 -4
  52. package/docs/functions/PanoRulerPlugin.html +4 -4
  53. package/docs/functions/PanoRulerProPlugin.html +4 -4
  54. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  55. package/docs/functions/PanoTagPlugin.html +4 -4
  56. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  57. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  58. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  59. package/docs/functions/Util.getFrameTime.html +5 -5
  60. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  61. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  62. package/docs/functions/Util.isNil.html +5 -5
  63. package/docs/functions/Util.nextFrame.html +5 -5
  64. package/docs/functions/Util.notNil.html +5 -5
  65. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  66. package/docs/functions/Util.tweenProgress.html +5 -5
  67. package/docs/functions/pluginFlag.html +5 -5
  68. package/docs/index.html +4 -4
  69. package/docs/interfaces/AddTagConfig.html +6 -6
  70. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  71. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  72. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  73. package/docs/interfaces/EventMap.html +15 -15
  74. package/docs/interfaces/FloorplanBounding.html +8 -8
  75. package/docs/interfaces/FloorplanData.html +10 -10
  76. package/docs/interfaces/FloorplanEntrance.html +11 -11
  77. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  78. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  79. package/docs/interfaces/FloorplanFloorData.html +9 -9
  80. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  81. package/docs/interfaces/FloorplanObserver.html +9 -9
  82. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  83. package/docs/interfaces/FloorplanPosition.html +7 -7
  84. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  85. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  86. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  87. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  88. package/docs/interfaces/FloorplanServerData.html +7 -7
  89. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  90. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  91. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  92. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  93. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  94. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  95. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  96. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  97. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  98. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  99. package/docs/interfaces/HelperOffset.html +8 -8
  100. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  101. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  102. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  103. package/docs/interfaces/MinMax.html +7 -7
  104. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  105. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  106. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  107. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  108. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  109. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  110. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  111. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  112. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  113. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  114. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  115. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  116. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  117. package/docs/interfaces/Object3DHelperState.html +8 -8
  118. package/docs/interfaces/ObjectHelperControllers.html +9 -9
  119. package/docs/interfaces/PaintBrushAction.html +12 -12
  120. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  121. package/docs/interfaces/PaintBrushState.html +10 -10
  122. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  123. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  124. package/docs/interfaces/PanoMeasureParameterType.html +12 -12
  125. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  126. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  127. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  128. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  129. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  130. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  131. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  132. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  133. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  134. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  135. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  136. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  137. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  138. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  139. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  140. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  141. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  142. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  143. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  144. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  145. package/docs/interfaces/Point.html +8 -8
  146. package/docs/interfaces/Room.html +9 -9
  147. package/docs/interfaces/RoomInfo.html +7 -7
  148. package/docs/interfaces/RoomLabel.html +14 -14
  149. package/docs/interfaces/RoomRules.html +5 -5
  150. package/docs/interfaces/Rooms.html +5 -5
  151. package/docs/interfaces/Scissor.html +9 -9
  152. package/docs/interfaces/State.html +8 -8
  153. package/docs/interfaces/TagCache.html +12 -12
  154. package/docs/interfaces/TagConfig.html +10 -10
  155. package/docs/interfaces/TagIconUrl.html +9 -9
  156. package/docs/interfaces/Tags.html +9 -9
  157. package/docs/interfaces/TemporaryState.html +6 -6
  158. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  159. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  160. package/docs/modules/Util.html +5 -5
  161. package/docs/modules.html +4 -4
  162. package/docs/types/ArrayPosition.html +5 -5
  163. package/docs/types/AudioAppearance.html +5 -5
  164. package/docs/types/AudioTagTypeConfigKey.html +5 -5
  165. package/docs/types/CSS3DRenderExportType.html +5 -5
  166. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  167. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  168. package/docs/types/ClassFunctionParameters.html +5 -5
  169. package/docs/types/Color.html +5 -5
  170. package/docs/types/ContentTypeConfigKey.html +5 -5
  171. package/docs/types/ContentTypeConfigKeySplit.html +5 -5
  172. package/docs/types/ContentTypeMap.html +5 -5
  173. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  174. package/docs/types/Create3DElementReturnType.html +5 -5
  175. package/docs/types/CruisePluginExportType.html +5 -5
  176. package/docs/types/Direction-1.html +5 -5
  177. package/docs/types/Direction4.html +5 -5
  178. package/docs/types/FloorplanRuleLabels.html +5 -5
  179. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  180. package/docs/types/GuideLinePluginExportType.html +5 -5
  181. package/docs/types/HelperEventMap.html +5 -5
  182. package/docs/types/LoadTagConfig.html +5 -5
  183. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  184. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  185. package/docs/types/MediaData.html +5 -5
  186. package/docs/types/MediaStore.html +5 -5
  187. package/docs/types/ModelElement.html +5 -5
  188. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  189. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  190. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  191. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  192. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  193. package/docs/types/MoveArgs.html +5 -5
  194. package/docs/types/MoveOpts.html +5 -5
  195. package/docs/types/Object3DHelperEventMap.html +5 -5
  196. package/docs/types/ObjectFit.html +5 -5
  197. package/docs/types/PaintBrushEventMap.html +5 -5
  198. package/docs/types/PanoCompassPluginData.html +5 -5
  199. package/docs/types/PanoCompassPluginExportType.html +5 -5
  200. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  201. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  202. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  203. package/docs/types/PanoIndex.html +5 -5
  204. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  205. package/docs/types/PanoMeasureReturnType.html +5 -5
  206. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  207. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  208. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  209. package/docs/types/PlaneTag.html +5 -5
  210. package/docs/types/PlaneTagElement.html +5 -5
  211. package/docs/types/Point2DElement.html +5 -5
  212. package/docs/types/Point2DTag.html +5 -5
  213. package/docs/types/Point3DElement.html +5 -5
  214. package/docs/types/Point3DTag.html +5 -5
  215. package/docs/types/PointTag.html +5 -5
  216. package/docs/types/PointTagElement.html +5 -5
  217. package/docs/types/Position.html +5 -5
  218. package/docs/types/RotateArgs.html +5 -5
  219. package/docs/types/RotateOpts.html +5 -5
  220. package/docs/types/RuleLabelsKey.html +5 -5
  221. package/docs/types/RuleLabelsValue.html +5 -5
  222. package/docs/types/StickType.html +5 -5
  223. package/docs/types/Tag.html +5 -5
  224. package/docs/types/Tag2D.html +5 -5
  225. package/docs/types/Tag3D.html +5 -5
  226. package/docs/types/TagContentType.html +5 -5
  227. package/docs/types/TagDimensionType.html +5 -5
  228. package/docs/types/TagElement.html +5 -5
  229. package/docs/types/TagEvents.html +5 -5
  230. package/docs/types/TagGLTFObject.html +5 -5
  231. package/docs/types/TagHooks.html +5 -5
  232. package/docs/types/TagIconSize.html +5 -5
  233. package/docs/types/TagId.html +5 -5
  234. package/docs/types/TagPointType.html +5 -5
  235. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  236. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  237. package/docs/types/WorkCode.html +5 -5
  238. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  239. package/docs/variables/PLUGIN.html +5 -5
  240. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  241. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  242. package/docs/variables/VERSION.html +5 -5
  243. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  244. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  245. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  246. package/libs/PanoTagPlugin/Components/Common/Media.js +23 -23
  247. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +158 -158
  248. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +1 -1
  249. package/libs/PanoTagPlugin/controller/TagComputer.js +1 -1
  250. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +4 -0
  251. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +6 -0
  252. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +93 -0
  253. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +5622 -0
  254. package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +1325 -0
  255. package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +173 -0
  256. package/libs/PanoTagPlugin/mocks/v1/mock1.js +122 -0
  257. package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +233 -0
  258. package/libs/PanoTagPlugin/mocks/v1/mock2.js +296 -0
  259. package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +22 -0
  260. package/libs/PanoTagPlugin/mocks/v1/mock3.js +32 -0
  261. package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +56 -0
  262. package/libs/PanoTagPlugin/mocks/v1/mock4.js +60 -0
  263. package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +13 -0
  264. package/libs/PanoTagPlugin/mocks/v1/mock5.js +17 -0
  265. package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +16 -0
  266. package/libs/PanoTagPlugin/mocks/v1/mock6.js +27 -0
  267. package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +22 -0
  268. package/libs/PanoTagPlugin/mocks/v1/mock7.js +228 -0
  269. package/package.json +1 -1
@@ -1,14 +1,14 @@
1
- import { SvelteComponent as le, init as ie, safe_not_equal as ae, append_styles as re, element as h, create_component as ne, space as C, text as S, attr as m, set_style as L, null_to_empty as M, toggle_class as G, insert as T, mount_component as se, append as c, set_data as P, transition_in as oe, transition_out as fe, detach as z, destroy_component as me, src_url_equal as j, add_render_callback as de, add_resize_listener as ge, destroy_each as E, svg_element as X } from "../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as te, init as le, safe_not_equal as ie, append_styles as se, element as p, create_component as re, space as T, text as L, attr as g, set_style as C, null_to_empty as D, toggle_class as Y, insert as k, mount_component as ne, append as d, set_data as S, transition_in as ae, transition_out as oe, detach as y, destroy_component as ce, src_url_equal as F, add_render_callback as fe, add_resize_listener as me, destroy_each as j } from "../../../vendor/svelte/internal/index.js";
2
2
  import "hammerjs";
3
3
  import "three";
4
4
  import "@realsee/five";
5
5
  import "@tweenjs/tween.js";
6
6
  import "../../../CSS3DRenderPlugin/CSS3DRender.js";
7
7
  import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
8
- import { notNil as ce } from "../../../shared-utils/isNil.js";
8
+ import { notNil as de } from "../../../shared-utils/isNil.js";
9
9
  import "../../../shared-utils/animationFrame/BetterTween.js";
10
- import pe from "../../utils/px2rem.js";
11
- import ve from "../Common/Shadow.js";
10
+ import ge from "../../utils/px2rem.js";
11
+ import qe from "../Common/Shadow.js";
12
12
  import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
13
13
  import "three/examples/jsm/renderers/CSS3DRenderer";
14
14
  import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
@@ -24,195 +24,195 @@ import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
24
24
  import "../../../shared-utils/animationFrame/index.js";
25
25
  import "../../../vendor/svelte/transition/index.js";
26
26
  import "../../../vendor/svelte/easing/index.js";
27
- function he(l) {
28
- re(l, "svelte-1yl9i3a", '@charset "UTF-8";.svelte-1yl9i3a.svelte-1yl9i3a{box-sizing:border-box}.marketing.svelte-1yl9i3a.svelte-1yl9i3a{transform:translateY(-100%)}.marketing.svelte-1yl9i3a .line.svelte-1yl9i3a{position:absolute;height:2.0625rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.marketing.svelte-1yl9i3a .content.svelte-1yl9i3a{position:relative;min-width:7.5rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition-property:opacity, transform;transition-duration:500ms}.marketing.svelte-1yl9i3a .content .headerImage.svelte-1yl9i3a{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.title-wrapper.svelte-1yl9i3a.svelte-1yl9i3a{position:relative;width:100%;height:1.125rem}.title-wrapper.svelte-1yl9i3a .title.svelte-1yl9i3a{border-radius:0.25rem;width:100%;padding-left:0.625rem;padding-right:0.625rem}.title-wrapper.svelte-1yl9i3a .title .text.svelte-1yl9i3a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem}.footer.svelte-1yl9i3a.svelte-1yl9i3a{position:relative;padding:0.5rem 0.625rem 0 0;width:100%;display:flex;align-items:center}.footer.svelte-1yl9i3a .goto-button.svelte-1yl9i3a{display:flex;flex-wrap:wrap;align-items:center;overflow:hidden;font-size:0.625rem;height:0.875rem}.footer.svelte-1yl9i3a .goto-button .gap.svelte-1yl9i3a{height:100%;width:0.625rem}.footer.svelte-1yl9i3a .goto-button .text.svelte-1yl9i3a{display:inline-block}.footer.svelte-1yl9i3a svg.arrow.svelte-1yl9i3a{flex-grow:0;flex-shrink:0;margin-left:0.25rem;width:0.375rem;height:0.5625rem}.footer.svelte-1yl9i3a .price.svelte-1yl9i3a{flex-shrink:0;margin-right:auto;white-space:nowrap;display:flex;align-items:baseline;margin-left:0.625rem}.footer.svelte-1yl9i3a .price .value.svelte-1yl9i3a{position:relative;font-size:0.875rem;line-height:1rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.footer.svelte-1yl9i3a .price .unit.svelte-1yl9i3a{padding-left:0.125rem;font-size:0.625rem}.tags-wrapper.svelte-1yl9i3a.svelte-1yl9i3a{position:relative;overflow:hidden;height:1rem;margin-top:0.25rem}.tags-wrapper.svelte-1yl9i3a .tags.svelte-1yl9i3a{position:relative;display:inline-flex;max-width:100%;flex-wrap:wrap;padding-left:0.625rem;padding-right:0.375rem}.tags-wrapper.svelte-1yl9i3a .tags .tag.svelte-1yl9i3a{display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;font-size:0.625rem;height:1rem;margin-right:0.25rem;margin-bottom:0.625rem;padding:0 0.25rem;border-radius:0.125rem;max-width:100%;text-overflow:ellipsis;overflow:hidden}.marketing.light.svelte-1yl9i3a .content.svelte-1yl9i3a{background-color:white}.marketing.light.svelte-1yl9i3a .content .title-wrapper .title .text.svelte-1yl9i3a{color:rgba(0, 0, 0, 0.8)}.marketing.light.svelte-1yl9i3a .content .tags-wrapper .tags .primary-tag.svelte-1yl9i3a{background:rgba(234, 208, 154, 0.5);color:#946700}.marketing.light.svelte-1yl9i3a .content .tags-wrapper .tags .secondary-tag.svelte-1yl9i3a{background:rgba(0, 0, 0, 0.06);color:rgba(0, 0, 0, 0.5)}.marketing.light.svelte-1yl9i3a .content .footer.svelte-1yl9i3a{color:#946700;fill:#946700}.marketing.dark.svelte-1yl9i3a .content.svelte-1yl9i3a{background-color:rgba(0, 0, 0, 0.5)}.marketing.dark.svelte-1yl9i3a .content .title-wrapper .title .text.svelte-1yl9i3a{color:white}.marketing.dark.svelte-1yl9i3a .content .tags-wrapper .tags .primary-tag.svelte-1yl9i3a{background:rgba(234, 208, 154, 0.5);color:white}.marketing.dark.svelte-1yl9i3a .content .tags-wrapper .tags .secondary-tag.svelte-1yl9i3a{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 0.85)}.marketing.dark.svelte-1yl9i3a .content .footer.svelte-1yl9i3a{color:#ead09a;fill:#ead09a}.marketing.unfolded.svelte-1yl9i3a .line.svelte-1yl9i3a{transform:translateX(-50%) scale(1, 1)}.marketing.folded.svelte-1yl9i3a .line.svelte-1yl9i3a{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.marketing.unfolded.svelte-1yl9i3a .content.svelte-1yl9i3a{opacity:1}.marketing.folded.svelte-1yl9i3a .content.svelte-1yl9i3a{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}');
27
+ function pe(l) {
28
+ se(l, "svelte-sezqcq", '@charset "UTF-8";.svelte-sezqcq.svelte-sezqcq{box-sizing:border-box}.marketing.svelte-sezqcq.svelte-sezqcq{transform:translateY(-100%)}.marketing.svelte-sezqcq .line.svelte-sezqcq{position:absolute;height:1.875rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.marketing.svelte-sezqcq .content.svelte-sezqcq{position:relative;min-width:7.5rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition-property:opacity, transform;transition-duration:500ms}.marketing.svelte-sezqcq .content .headerImage.svelte-sezqcq{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.title-wrapper.svelte-sezqcq.svelte-sezqcq{position:relative;width:100%;height:1.125rem}.title-wrapper.svelte-sezqcq .title.svelte-sezqcq{border-radius:0.25rem;width:100%;padding-left:0.625rem;padding-right:0.625rem}.title-wrapper.svelte-sezqcq .title .text.svelte-sezqcq{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem}.footer.svelte-sezqcq.svelte-sezqcq{position:relative;padding:0.5rem 0.625rem 0 0;width:100%;display:flex;align-items:center}.footer.svelte-sezqcq .goto-button.svelte-sezqcq{display:flex;align-self:flex-end;flex-wrap:wrap;align-items:center;overflow:hidden;height:0.875rem}.footer.svelte-sezqcq .goto-button .gap.svelte-sezqcq{height:100%;width:0.625rem}.footer.svelte-sezqcq .goto-button .text.svelte-sezqcq{display:block;height:100%;font-size:0.625rem}.footer.svelte-sezqcq .arrow-wrapper.svelte-sezqcq{height:0.875rem;display:flex;align-self:flex-end;flex-grow:0;flex-shrink:0;align-items:center;margin-left:0.25rem}.footer.svelte-sezqcq .arrow-wrapper svg.arrow.svelte-sezqcq{width:0.375rem;height:0.625rem}.footer.svelte-sezqcq .price.svelte-sezqcq{flex-shrink:0;margin-right:auto;white-space:nowrap;display:flex;align-items:baseline;margin-left:0.625rem}.footer.svelte-sezqcq .price .value.svelte-sezqcq{position:relative;font-size:0.875rem;line-height:1rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.footer.svelte-sezqcq .price .unit.svelte-sezqcq{padding-left:0.125rem;font-size:0.625rem}.tags-wrapper.svelte-sezqcq.svelte-sezqcq{position:relative;overflow:hidden;height:1rem;margin-top:0.25rem}.tags-wrapper.svelte-sezqcq .tags.svelte-sezqcq{position:relative;display:inline-flex;max-width:100%;flex-wrap:wrap;padding-left:0.625rem;padding-right:0.375rem}.tags-wrapper.svelte-sezqcq .tags .tag.svelte-sezqcq{display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;font-size:0.625rem;height:1rem;margin-right:0.25rem;margin-bottom:0.625rem;padding:0 0.25rem;border-radius:0.125rem;max-width:100%;text-overflow:ellipsis;overflow:hidden}.marketing.light.svelte-sezqcq .content.svelte-sezqcq{background-color:white}.marketing.light.svelte-sezqcq .content .title-wrapper .title .text.svelte-sezqcq{color:rgba(0, 0, 0, 0.8)}.marketing.light.svelte-sezqcq .content .tags-wrapper .tags .primary-tag.svelte-sezqcq{background:rgba(234, 208, 154, 0.5);color:#946700}.marketing.light.svelte-sezqcq .content .tags-wrapper .tags .secondary-tag.svelte-sezqcq{background:rgba(0, 0, 0, 0.06);color:rgba(0, 0, 0, 0.5)}.marketing.light.svelte-sezqcq .content .footer.svelte-sezqcq{color:#946700;fill:#946700}.marketing.dark.svelte-sezqcq .content.svelte-sezqcq{background-color:rgba(0, 0, 0, 0.5)}.marketing.dark.svelte-sezqcq .content .title-wrapper .title .text.svelte-sezqcq{color:white}.marketing.dark.svelte-sezqcq .content .tags-wrapper .tags .primary-tag.svelte-sezqcq{background:rgba(234, 208, 154, 0.5);color:white}.marketing.dark.svelte-sezqcq .content .tags-wrapper .tags .secondary-tag.svelte-sezqcq{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 0.85)}.marketing.dark.svelte-sezqcq .content .footer.svelte-sezqcq{color:#ead09a;fill:#ead09a}.marketing.unfolded.svelte-sezqcq .line.svelte-sezqcq{transform:translateX(-50%) scale(1, 1)}.marketing.folded.svelte-sezqcq .line.svelte-sezqcq{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.marketing.unfolded.svelte-sezqcq .content.svelte-sezqcq{opacity:1}.marketing.folded.svelte-sezqcq .content.svelte-sezqcq{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}');
29
29
  }
30
- function N(l, e, t) {
31
- const a = l.slice();
32
- return a[0] = e[t], a;
30
+ function E(l, e, t) {
31
+ const s = l.slice();
32
+ return s[0] = e[t], s;
33
33
  }
34
- function O(l, e, t) {
35
- const a = l.slice();
36
- return a[0] = e[t], a;
34
+ function N(l, e, t) {
35
+ const s = l.slice();
36
+ return s[0] = e[t], s;
37
37
  }
38
- function Z(l) {
38
+ function O(l) {
39
39
  let e, t;
40
40
  return {
41
41
  c() {
42
- e = h("img"), m(e, "class", "headerImage svelte-1yl9i3a"), j(e.src, t = l[3].headerPictureUrl) || m(e, "src", t), m(e, "alt", "");
42
+ e = p("img"), g(e, "class", "headerImage svelte-sezqcq"), F(e.src, t = l[3].headerPictureUrl) || g(e, "src", t), g(e, "alt", "");
43
43
  },
44
- m(a, r) {
45
- T(a, e, r);
44
+ m(s, r) {
45
+ k(s, e, r);
46
46
  },
47
- p(a, r) {
48
- r & 8 && !j(e.src, t = a[3].headerPictureUrl) && m(e, "src", t);
47
+ p(s, r) {
48
+ r & 8 && !F(e.src, t = s[3].headerPictureUrl) && g(e, "src", t);
49
49
  },
50
- d(a) {
51
- a && z(e);
50
+ d(s) {
51
+ s && y(e);
52
52
  }
53
53
  };
54
54
  }
55
- function A(l) {
56
- let e, t, a, r, s = l[2] || [], i = [];
57
- for (let o = 0; o < s.length; o += 1)
58
- i[o] = J(O(l, s, o));
59
- let d = l[5] || [], f = [];
60
- for (let o = 0; o < d.length; o += 1)
61
- f[o] = K(N(l, d, o));
55
+ function Z(l) {
56
+ let e, t, s, r, n = l[2] || [], i = [];
57
+ for (let a = 0; a < n.length; a += 1)
58
+ i[a] = A(N(l, n, a));
59
+ let f = l[5] || [], c = [];
60
+ for (let a = 0; a < f.length; a += 1)
61
+ c[a] = J(E(l, f, a));
62
62
  return {
63
63
  c() {
64
- e = h("div"), t = h("div");
65
- for (let o = 0; o < i.length; o += 1)
66
- i[o].c();
67
- a = C();
68
- for (let o = 0; o < f.length; o += 1)
69
- f[o].c();
70
- m(t, "class", "tags svelte-1yl9i3a"), de(() => l[11].call(t)), m(e, "class", "tags-wrapper svelte-1yl9i3a");
64
+ e = p("div"), t = p("div");
65
+ for (let a = 0; a < i.length; a += 1)
66
+ i[a].c();
67
+ s = T();
68
+ for (let a = 0; a < c.length; a += 1)
69
+ c[a].c();
70
+ g(t, "class", "tags svelte-sezqcq"), fe(() => l[11].call(t)), g(e, "class", "tags-wrapper svelte-sezqcq");
71
71
  },
72
- m(o, v) {
73
- T(o, e, v), c(e, t);
74
- for (let n = 0; n < i.length; n += 1)
75
- i[n].m(t, null);
76
- c(t, a);
77
- for (let n = 0; n < f.length; n += 1)
78
- f[n].m(t, null);
79
- r = ge(t, l[11].bind(t));
72
+ m(a, q) {
73
+ k(a, e, q), d(e, t);
74
+ for (let o = 0; o < i.length; o += 1)
75
+ i[o].m(t, null);
76
+ d(t, s);
77
+ for (let o = 0; o < c.length; o += 1)
78
+ c[o].m(t, null);
79
+ r = me(t, l[11].bind(t));
80
80
  },
81
- p(o, v) {
82
- if (v & 4) {
83
- s = o[2] || [];
84
- let n;
85
- for (n = 0; n < s.length; n += 1) {
86
- const p = O(o, s, n);
87
- i[n] ? i[n].p(p, v) : (i[n] = J(p), i[n].c(), i[n].m(t, a));
81
+ p(a, q) {
82
+ if (q & 4) {
83
+ n = a[2] || [];
84
+ let o;
85
+ for (o = 0; o < n.length; o += 1) {
86
+ const z = N(a, n, o);
87
+ i[o] ? i[o].p(z, q) : (i[o] = A(z), i[o].c(), i[o].m(t, s));
88
88
  }
89
- for (; n < i.length; n += 1)
90
- i[n].d(1);
91
- i.length = s.length;
89
+ for (; o < i.length; o += 1)
90
+ i[o].d(1);
91
+ i.length = n.length;
92
92
  }
93
- if (v & 32) {
94
- d = o[5] || [];
95
- let n;
96
- for (n = 0; n < d.length; n += 1) {
97
- const p = N(o, d, n);
98
- f[n] ? f[n].p(p, v) : (f[n] = K(p), f[n].c(), f[n].m(t, null));
93
+ if (q & 32) {
94
+ f = a[5] || [];
95
+ let o;
96
+ for (o = 0; o < f.length; o += 1) {
97
+ const z = E(a, f, o);
98
+ c[o] ? c[o].p(z, q) : (c[o] = J(z), c[o].c(), c[o].m(t, null));
99
99
  }
100
- for (; n < f.length; n += 1)
101
- f[n].d(1);
102
- f.length = d.length;
100
+ for (; o < c.length; o += 1)
101
+ c[o].d(1);
102
+ c.length = f.length;
103
103
  }
104
104
  },
105
- d(o) {
106
- o && z(e), E(i, o), E(f, o), r();
105
+ d(a) {
106
+ a && y(e), j(i, a), j(c, a), r();
107
107
  }
108
108
  };
109
109
  }
110
- function J(l) {
111
- let e, t = l[0] + "", a;
110
+ function A(l) {
111
+ let e, t = l[0] + "", s;
112
112
  return {
113
113
  c() {
114
- e = h("div"), a = S(t), m(e, "class", "tag primary-tag svelte-1yl9i3a"), L(e, "min-width", q);
114
+ e = p("div"), s = L(t), g(e, "class", "tag primary-tag svelte-sezqcq"), C(e, "min-width", H);
115
115
  },
116
- m(r, s) {
117
- T(r, e, s), c(e, a);
116
+ m(r, n) {
117
+ k(r, e, n), d(e, s);
118
118
  },
119
- p(r, s) {
120
- s & 4 && t !== (t = r[0] + "") && P(a, t);
119
+ p(r, n) {
120
+ n & 4 && t !== (t = r[0] + "") && S(s, t);
121
121
  },
122
122
  d(r) {
123
- r && z(e);
123
+ r && y(e);
124
124
  }
125
125
  };
126
126
  }
127
- function K(l) {
128
- let e, t = l[0] + "", a;
127
+ function J(l) {
128
+ let e, t = l[0] + "", s;
129
129
  return {
130
130
  c() {
131
- e = h("div"), a = S(t), m(e, "class", "tag secondary-tag svelte-1yl9i3a"), L(e, "min-width", q);
131
+ e = p("div"), s = L(t), g(e, "class", "tag secondary-tag svelte-sezqcq"), C(e, "min-width", H);
132
132
  },
133
- m(r, s) {
134
- T(r, e, s), c(e, a);
133
+ m(r, n) {
134
+ k(r, e, n), d(e, s);
135
135
  },
136
- p(r, s) {
137
- s & 32 && t !== (t = r[0] + "") && P(a, t);
136
+ p(r, n) {
137
+ n & 32 && t !== (t = r[0] + "") && S(s, t);
138
138
  },
139
139
  d(r) {
140
- r && z(e);
140
+ r && y(e);
141
141
  }
142
142
  };
143
143
  }
144
- function Q(l) {
145
- let e, t, a = l[7] && V(l), r = l[3].highlightText && $(l);
144
+ function K(l) {
145
+ let e, t, s = l[7] && Q(l), r = l[3].highlightText && x(l);
146
146
  return {
147
147
  c() {
148
- e = h("div"), a && a.c(), t = C(), r && r.c(), m(e, "class", "footer svelte-1yl9i3a");
148
+ e = p("div"), s && s.c(), t = T(), r && r.c(), g(e, "class", "footer svelte-sezqcq");
149
149
  },
150
- m(s, i) {
151
- T(s, e, i), a && a.m(e, null), c(e, t), r && r.m(e, null);
150
+ m(n, i) {
151
+ k(n, e, i), s && s.m(e, null), d(e, t), r && r.m(e, null);
152
152
  },
153
- p(s, i) {
154
- s[7] ? a ? a.p(s, i) : (a = V(s), a.c(), a.m(e, t)) : a && (a.d(1), a = null), s[3].highlightText ? r ? r.p(s, i) : (r = $(s), r.c(), r.m(e, null)) : r && (r.d(1), r = null);
153
+ p(n, i) {
154
+ n[7] ? s ? s.p(n, i) : (s = Q(n), s.c(), s.m(e, t)) : s && (s.d(1), s = null), n[3].highlightText ? r ? r.p(n, i) : (r = x(n), r.c(), r.m(e, null)) : r && (r.d(1), r = null);
155
155
  },
156
- d(s) {
157
- s && z(e), a && a.d(), r && r.d();
156
+ d(n) {
157
+ n && y(e), s && s.d(), r && r.d();
158
158
  }
159
159
  };
160
160
  }
161
- function V(l) {
162
- let e, t, a = l[3].price.value + "", r, s, i = l[3].price.unit && x(l);
161
+ function Q(l) {
162
+ let e, t, s = l[3].price.value + "", r, n, i = l[3].price.unit && V(l);
163
163
  return {
164
164
  c() {
165
- e = h("div"), t = h("span"), r = S(a), s = C(), i && i.c(), m(t, "class", "value svelte-1yl9i3a"), m(e, "class", "price svelte-1yl9i3a");
165
+ e = p("div"), t = p("span"), r = L(s), n = T(), i && i.c(), g(t, "class", "value svelte-sezqcq"), g(e, "class", "price svelte-sezqcq");
166
166
  },
167
- m(d, f) {
168
- T(d, e, f), c(e, t), c(t, r), c(e, s), i && i.m(e, null);
167
+ m(f, c) {
168
+ k(f, e, c), d(e, t), d(t, r), d(e, n), i && i.m(e, null);
169
169
  },
170
- p(d, f) {
171
- f & 8 && a !== (a = d[3].price.value + "") && P(r, a), d[3].price.unit ? i ? i.p(d, f) : (i = x(d), i.c(), i.m(e, null)) : i && (i.d(1), i = null);
170
+ p(f, c) {
171
+ c & 8 && s !== (s = f[3].price.value + "") && S(r, s), f[3].price.unit ? i ? i.p(f, c) : (i = V(f), i.c(), i.m(e, null)) : i && (i.d(1), i = null);
172
172
  },
173
- d(d) {
174
- d && z(e), i && i.d();
173
+ d(f) {
174
+ f && y(e), i && i.d();
175
175
  }
176
176
  };
177
177
  }
178
- function x(l) {
179
- let e, t = l[3].price.unit + "", a;
178
+ function V(l) {
179
+ let e, t = l[3].price.unit + "", s;
180
180
  return {
181
181
  c() {
182
- e = h("span"), a = S(t), m(e, "class", "unit svelte-1yl9i3a");
182
+ e = p("span"), s = L(t), g(e, "class", "unit svelte-sezqcq");
183
183
  },
184
- m(r, s) {
185
- T(r, e, s), c(e, a);
184
+ m(r, n) {
185
+ k(r, e, n), d(e, s);
186
186
  },
187
- p(r, s) {
188
- s & 8 && t !== (t = r[3].price.unit + "") && P(a, t);
187
+ p(r, n) {
188
+ n & 8 && t !== (t = r[3].price.unit + "") && S(s, t);
189
189
  },
190
190
  d(r) {
191
- r && z(e);
191
+ r && y(e);
192
192
  }
193
193
  };
194
194
  }
195
- function $(l) {
196
- let e, t, a, r, s = l[3].highlightText + "", i, d, f, o, v;
195
+ function x(l) {
196
+ let e, t, s, r, n = l[3].highlightText + "", i, f, c;
197
197
  return {
198
198
  c() {
199
- e = h("div"), t = h("div"), a = C(), r = h("span"), i = S(s), d = C(), f = X("svg"), o = X("g"), v = X("path"), m(t, "class", "gap svelte-1yl9i3a"), m(r, "class", "text svelte-1yl9i3a"), m(e, "class", "goto-button goto-icon svelte-1yl9i3a"), m(v, "d", "M4.43868724,2.12056563 C4.28121824,1.95989074 4.02582143,1.95979988 3.86824251,2.1203627 C3.72498894,2.26632889 3.71189225,2.49481723 3.82900374,2.65587166 L6.57092402,5.92894326 C6.72651763,6.11470411 6.72651763,6.38529589 6.57092402,6.57105674 L3.86804348,9.79798499 C3.72488984,9.94405307 3.71194952,10.1725507 3.8291712,10.3335217 L3.86824251,10.3796373 C4.01149607,10.5256035 4.23559087,10.5387981 4.39346025,10.4192733 L4.43868724,10.3794344 L8.1144599,6.5985342 C8.30312347,6.40447482 8.30312347,6.09552518 8.1144599,5.9014658 L4.43868724,2.12056563 Z"), m(v, "class", "svelte-1yl9i3a"), m(o, "transform", "translate(-3, -2)"), m(o, "fill-rule", "nonzero"), m(o, "class", "svelte-1yl9i3a"), m(f, "class", "arrow svelte-1yl9i3a"), m(f, "viewBox", "0 0 6 9");
199
+ e = p("div"), t = p("div"), s = T(), r = p("span"), i = L(n), f = T(), c = p("div"), c.innerHTML = '<svg class="arrow svelte-sezqcq" viewBox="0 0 6 9"><g transform="translate(-3, -2)" fill-rule="nonzero" class="svelte-sezqcq"><path d="M4.43868724,2.12056563 C4.28121824,1.95989074 4.02582143,1.95979988 3.86824251,2.1203627 C3.72498894,2.26632889 3.71189225,2.49481723 3.82900374,2.65587166 L6.57092402,5.92894326 C6.72651763,6.11470411 6.72651763,6.38529589 6.57092402,6.57105674 L3.86804348,9.79798499 C3.72488984,9.94405307 3.71194952,10.1725507 3.8291712,10.3335217 L3.86824251,10.3796373 C4.01149607,10.5256035 4.23559087,10.5387981 4.39346025,10.4192733 L4.43868724,10.3794344 L8.1144599,6.5985342 C8.30312347,6.40447482 8.30312347,6.09552518 8.1144599,5.9014658 L4.43868724,2.12056563 Z" class="svelte-sezqcq"></path></g></svg>', g(t, "class", "gap svelte-sezqcq"), g(r, "class", "text svelte-sezqcq"), g(e, "class", "goto-button goto-icon svelte-sezqcq"), g(c, "class", "arrow-wrapper svelte-sezqcq");
200
200
  },
201
- m(n, p) {
202
- T(n, e, p), c(e, t), c(e, a), c(e, r), c(r, i), T(n, d, p), T(n, f, p), c(f, o), c(o, v);
201
+ m(a, q) {
202
+ k(a, e, q), d(e, t), d(e, s), d(e, r), d(r, i), k(a, f, q), k(a, c, q);
203
203
  },
204
- p(n, p) {
205
- p & 8 && s !== (s = n[3].highlightText + "") && P(i, s);
204
+ p(a, q) {
205
+ q & 8 && n !== (n = a[3].highlightText + "") && S(i, n);
206
206
  },
207
- d(n) {
208
- n && z(e), n && z(d), n && z(f);
207
+ d(a) {
208
+ a && y(e), a && y(f), a && y(c);
209
209
  }
210
210
  };
211
211
  }
212
- function ue(l) {
213
- var Y, B;
214
- let e, t, a, r, s, i, d, f, o, v, n = l[3].title + "", p, U, W, w, b;
215
- t = new ve({
212
+ function ve(l) {
213
+ var W, I;
214
+ let e, t, s, r, n, i, f, c, a, q, o = l[3].title + "", z, P, U, _, w;
215
+ t = new qe({
216
216
  props: {
217
217
  visible: l[4],
218
218
  outDelay: 500,
@@ -222,68 +222,68 @@ function ue(l) {
222
222
  spreadRadius: 75
223
223
  }
224
224
  });
225
- let u = l[3].headerPictureUrl && Z(l), y = ((Y = l[2].length) != null ? Y : 0) + ((B = l[5].length) != null ? B : 0) > 0 && A(l), _ = (l[7] || l[3].highlightText) && Q(l);
225
+ let v = l[3].headerPictureUrl && O(l), h = ((W = l[2].length) != null ? W : 0) + ((I = l[5].length) != null ? I : 0) > 0 && Z(l), u = (l[7] || l[3].highlightText) && K(l);
226
226
  return {
227
227
  c() {
228
- e = h("div"), ne(t.$$.fragment), a = C(), r = h("div"), s = C(), i = h("div"), u && u.c(), d = C(), f = h("div"), o = h("div"), v = h("div"), p = S(n), U = C(), y && y.c(), W = C(), _ && _.c(), m(r, "class", "line svelte-1yl9i3a"), L(r, "transition-delay", l[4] ? I + "ms" : R + te - ee - 40 + "ms"), m(v, "class", "text svelte-1yl9i3a"), m(o, "class", "title svelte-1yl9i3a"), m(f, "class", "title-wrapper svelte-1yl9i3a"), m(i, "class", "content svelte-1yl9i3a"), L(i, "max-width", pe(l[9])), L(i, "transition-delay", l[4] ? I + R + "ms" : "0ms"), m(e, "class", w = M(`marketing ${l[6]}`) + " svelte-1yl9i3a"), G(e, "unfolded", l[4]), G(e, "folded", l[8]);
228
+ e = p("div"), re(t.$$.fragment), s = T(), r = p("div"), n = T(), i = p("div"), v && v.c(), f = T(), c = p("div"), a = p("div"), q = p("div"), z = L(o), P = T(), h && h.c(), U = T(), u && u.c(), g(r, "class", "line svelte-sezqcq"), C(r, "transition-delay", l[4] ? B + "ms" : G + ee - $ - 40 + "ms"), g(q, "class", "text svelte-sezqcq"), g(a, "class", "title svelte-sezqcq"), g(c, "class", "title-wrapper svelte-sezqcq"), g(i, "class", "content svelte-sezqcq"), C(i, "max-width", ge(l[9])), C(i, "transition-delay", l[4] ? B + G + "ms" : "0ms"), g(e, "class", _ = D(`marketing ${l[6]}`) + " svelte-sezqcq"), Y(e, "unfolded", l[4]), Y(e, "folded", l[8]);
229
229
  },
230
- m(g, k) {
231
- T(g, e, k), se(t, e, null), c(e, a), c(e, r), c(e, s), c(e, i), u && u.m(i, null), c(i, d), c(i, f), c(f, o), c(o, v), c(v, p), c(i, U), y && y.m(i, null), c(i, W), _ && _.m(i, null), b = !0;
230
+ m(m, b) {
231
+ k(m, e, b), ne(t, e, null), d(e, s), d(e, r), d(e, n), d(e, i), v && v.m(i, null), d(i, f), d(i, c), d(c, a), d(a, q), d(q, z), d(i, P), h && h.m(i, null), d(i, U), u && u.m(i, null), w = !0;
232
232
  },
233
- p(g, [k]) {
234
- var F, H;
235
- const D = {};
236
- k & 16 && (D.visible = g[4]), t.$set(D), k & 16 && L(r, "transition-delay", g[4] ? I + "ms" : R + te - ee - 40 + "ms"), g[3].headerPictureUrl ? u ? u.p(g, k) : (u = Z(g), u.c(), u.m(i, d)) : u && (u.d(1), u = null), (!b || k & 8) && n !== (n = g[3].title + "") && P(p, n), ((F = g[2].length) != null ? F : 0) + ((H = g[5].length) != null ? H : 0) > 0 ? y ? y.p(g, k) : (y = A(g), y.c(), y.m(i, W)) : y && (y.d(1), y = null), g[7] || g[3].highlightText ? _ ? _.p(g, k) : (_ = Q(g), _.c(), _.m(i, null)) : _ && (_.d(1), _ = null), k & 16 && L(i, "transition-delay", g[4] ? I + R + "ms" : "0ms"), (!b || k & 64 && w !== (w = M(`marketing ${g[6]}`) + " svelte-1yl9i3a")) && m(e, "class", w), (!b || k & 80) && G(e, "unfolded", g[4]), (!b || k & 320) && G(e, "folded", g[8]);
233
+ p(m, [b]) {
234
+ var R, X;
235
+ const M = {};
236
+ b & 16 && (M.visible = m[4]), t.$set(M), b & 16 && C(r, "transition-delay", m[4] ? B + "ms" : G + ee - $ - 40 + "ms"), m[3].headerPictureUrl ? v ? v.p(m, b) : (v = O(m), v.c(), v.m(i, f)) : v && (v.d(1), v = null), (!w || b & 8) && o !== (o = m[3].title + "") && S(z, o), ((R = m[2].length) != null ? R : 0) + ((X = m[5].length) != null ? X : 0) > 0 ? h ? h.p(m, b) : (h = Z(m), h.c(), h.m(i, U)) : h && (h.d(1), h = null), m[7] || m[3].highlightText ? u ? u.p(m, b) : (u = K(m), u.c(), u.m(i, null)) : u && (u.d(1), u = null), b & 16 && C(i, "transition-delay", m[4] ? B + G + "ms" : "0ms"), (!w || b & 64 && _ !== (_ = D(`marketing ${m[6]}`) + " svelte-sezqcq")) && g(e, "class", _), (!w || b & 80) && Y(e, "unfolded", m[4]), (!w || b & 320) && Y(e, "folded", m[8]);
237
237
  },
238
- i(g) {
239
- b || (oe(t.$$.fragment, g), b = !0);
238
+ i(m) {
239
+ w || (ae(t.$$.fragment, m), w = !0);
240
240
  },
241
- o(g) {
242
- fe(t.$$.fragment, g), b = !1;
241
+ o(m) {
242
+ oe(t.$$.fragment, m), w = !1;
243
243
  },
244
- d(g) {
245
- g && z(e), me(t), u && u.d(), y && y.d(), _ && _.d();
244
+ d(m) {
245
+ m && y(e), ce(t), v && v.d(), h && h.d(), u && u.d();
246
246
  }
247
247
  };
248
248
  }
249
- const q = 40, I = 400, ee = 500, R = 180, te = 500;
250
- function ye(l, e, t) {
251
- let a, r, s, i, d, f, o, v, { tag: n } = e, p, U = (() => {
252
- var b;
253
- const w = (b = n.data.limitWidth) != null ? b : !0;
254
- if (typeof w == "number")
255
- return w;
256
- if (w === !0)
249
+ const H = 40, B = 400, $ = 500, G = 180, ee = 500;
250
+ function he(l, e, t) {
251
+ let s, r, n, i, f, c, a, q, { tag: o } = e, z, P = (() => {
252
+ var w;
253
+ const _ = (w = o.data.limitWidth) != null ? w : !0;
254
+ if (typeof _ == "number")
255
+ return _;
256
+ if (_ === !0)
257
257
  return 172;
258
258
  })();
259
- function W() {
260
- p = this.offsetHeight, t(1, p);
259
+ function U() {
260
+ z = this.offsetHeight, t(1, z);
261
261
  }
262
- return l.$$set = (w) => {
263
- "tag" in w && t(0, n = w.tag);
262
+ return l.$$set = (_) => {
263
+ "tag" in _ && t(0, o = _.tag);
264
264
  }, l.$$.update = () => {
265
- var w, b, u, y, _, Y, B;
266
- l.$$.dirty & 1 && t(4, a = (b = (w = n.state) == null ? void 0 : w.unfolded) != null ? b : !1), l.$$.dirty & 16 && t(8, r = !a), l.$$.dirty & 1 && t(3, s = n.data), l.$$.dirty & 8 && t(7, i = ce((u = s.price) == null ? void 0 : u.value) && ((y = s.price) == null ? void 0 : y.value) !== ""), l.$$.dirty & 1 && t(6, d = (_ = n.data.theme) != null ? _ : "light"), l.$$.dirty & 1026 && p > 40 && t(10, f = f - 1), l.$$.dirty & 1032 && t(2, o = ((Y = s.brandTags) == null ? void 0 : Y.slice(0, f).filter(Boolean)) || []), l.$$.dirty & 1036 && t(5, v = ((B = s.tags) == null ? void 0 : B.slice(0, f - o.length).filter(Boolean)) || []);
267
- }, t(10, f = (U - 20) / q), [
268
- n,
269
- p,
265
+ var _, w, v, h, u, W;
266
+ l.$$.dirty & 1 && t(4, s = (w = (_ = o.state) == null ? void 0 : _.unfolded) != null ? w : !1), l.$$.dirty & 16 && t(8, r = !s), l.$$.dirty & 1 && t(3, n = o.data), l.$$.dirty & 8 && t(7, i = de((v = n.price) == null ? void 0 : v.value) && ((h = n.price) == null ? void 0 : h.value) !== ""), l.$$.dirty & 1 && t(6, f = o.data.theme || "light"), l.$$.dirty & 1026 && z > 40 && t(10, c = c - 1), l.$$.dirty & 1032 && t(2, a = ((u = n.brandTags) == null ? void 0 : u.slice(0, c).filter(Boolean)) || []), l.$$.dirty & 1036 && t(5, q = ((W = n.tags) == null ? void 0 : W.slice(0, c - a.length).filter(Boolean)) || []);
267
+ }, t(10, c = (P - 20) / H), [
270
268
  o,
271
- s,
269
+ z,
272
270
  a,
273
- v,
274
- d,
271
+ n,
272
+ s,
273
+ q,
274
+ f,
275
275
  i,
276
276
  r,
277
- U,
278
- f,
279
- W
277
+ P,
278
+ c,
279
+ U
280
280
  ];
281
281
  }
282
- class Oe extends le {
282
+ class Ne extends te {
283
283
  constructor(e) {
284
- super(), ie(this, e, ye, ue, ae, { tag: 0 }, he);
284
+ super(), le(this, e, he, ve, ie, { tag: 0 }, pe);
285
285
  }
286
286
  }
287
287
  export {
288
- Oe as default
288
+ Ne as default
289
289
  };
@@ -68,7 +68,7 @@ export declare abstract class TagComputer extends TagCacheController {
68
68
  protected filter2DPointTag(): Point2DElement<"Image" | "Link" | "Audio" | "Text" | "ImageText" | "Video" | "Sticker" | "VRLink" | "PanoLink" | "Marketing" | "MediaPlane" | "MediaModel" | "Custom" | "Unknown">[];
69
69
  protected filter3DPointTag(): Point3DElement<"Image" | "Link" | "Audio" | "Text" | "ImageText" | "Video" | "Sticker" | "VRLink" | "PanoLink" | "Marketing" | "MediaPlane" | "MediaModel" | "Custom" | "Unknown">[];
70
70
  protected filterModelTag(): ModelElement<"Image" | "Link" | "Audio" | "Text" | "ImageText" | "Video" | "Sticker" | "VRLink" | "PanoLink" | "Marketing" | "MediaPlane" | "MediaModel" | "Custom" | "Unknown">[];
71
- protected filter3DTag(): TagElement<any, "3DPoint" | "Plane">[];
71
+ protected filter3DTag(): TagElement<any, "Model" | "3DPoint" | "Plane">[];
72
72
  protected filterPlaneTag(): PlaneTagElement[];
73
73
  protected updateTagConfig(params?: {
74
74
  force?: boolean;
@@ -367,7 +367,7 @@ class ve extends S {
367
367
  return this.tags.filter((e) => e.stickType === "Model");
368
368
  }
369
369
  filter3DTag() {
370
- return this.tags.filter((e) => e.stickType === "3DPoint" || e.stickType === "Plane");
370
+ return this.tags.filter((e) => e.stickType === "3DPoint" || e.stickType === "Plane" || e.stickType === "Model");
371
371
  }
372
372
  filterPlaneTag() {
373
373
  return this.tags.filter((e) => e.stickType === "Plane");
@@ -0,0 +1,4 @@
1
+ declare const data: {
2
+ tagList: any[];
3
+ };
4
+ export default data;
@@ -0,0 +1,6 @@
1
+ const t = {
2
+ tagList: []
3
+ };
4
+ export {
5
+ t as default
6
+ };
@@ -0,0 +1,93 @@
1
+ declare const _default: ({
2
+ id: number;
3
+ pointType: string;
4
+ dimensionType: string;
5
+ position: number[];
6
+ normal: number[];
7
+ style: {
8
+ point: {
9
+ iconUrl: string;
10
+ style: string;
11
+ };
12
+ style: string;
13
+ };
14
+ contentType: string;
15
+ data: {
16
+ text: string;
17
+ extraData: {
18
+ baseNormal: number[];
19
+ fiveState: {
20
+ distance: number;
21
+ fov: number;
22
+ latitude: number;
23
+ longitude: number;
24
+ mode: string;
25
+ offset: {
26
+ x: number;
27
+ y: number;
28
+ z: number;
29
+ };
30
+ panoIndex: number;
31
+ };
32
+ style: {
33
+ point: {
34
+ iconUrl: string;
35
+ style: string;
36
+ };
37
+ style: string;
38
+ };
39
+ tagClosedStyle: string;
40
+ tagIconUrl: string;
41
+ };
42
+ mediaData?: undefined;
43
+ };
44
+ } | {
45
+ id: number;
46
+ pointType: string;
47
+ dimensionType: string;
48
+ position: number[];
49
+ normal: number[];
50
+ style: {
51
+ point: {
52
+ iconUrl: string;
53
+ style: string;
54
+ };
55
+ style?: undefined;
56
+ };
57
+ contentType: string;
58
+ data: {
59
+ text: string;
60
+ mediaData: {
61
+ type: string;
62
+ url: string;
63
+ videoCoverUrl: string;
64
+ name: string;
65
+ }[];
66
+ extraData: {
67
+ baseNormal: number[];
68
+ fiveState: {
69
+ distance: number;
70
+ fov: number;
71
+ latitude: number;
72
+ longitude: number;
73
+ mode: string;
74
+ offset: {
75
+ x: number;
76
+ y: number;
77
+ z: number;
78
+ };
79
+ panoIndex: number;
80
+ };
81
+ style: {
82
+ point: {
83
+ iconUrl: string;
84
+ style: string;
85
+ };
86
+ style?: undefined;
87
+ };
88
+ tagClosedStyle: string;
89
+ tagIconUrl: string;
90
+ };
91
+ };
92
+ })[];
93
+ export default _default;