@realsee/dnalogel 2.3.3 → 2.3.5-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/dist/ModelViewPlugin/Plugin.d.ts +8 -0
- package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -2
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
- package/dist/PanoTagPlugin/controller/index.d.ts +14 -12
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +12 -11
- package/dist/PanoTagPlugin/typings/index.d.ts +5 -1
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
- package/dist/PanoTagPlugin/utils/color.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
- package/dist/PanoTagPlugin/utils/px2rem.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/tag/format.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/timeToString.d.ts +1 -0
- package/dist/index.cjs.js +51 -51
- package/dist/index.js +7181 -6311
- package/dist/index.umd.js +43 -43
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +196 -164
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +75 -35
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +19 -15
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +19 -15
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +35 -13
- package/docs/functions/CameraMovementPlugin.html +35 -13
- package/docs/functions/CruisePlugin.html +35 -13
- package/docs/functions/GuideLinePlugin.html +36 -14
- package/docs/functions/ItemLabelPlugin.html +35 -13
- package/docs/functions/MapviewFloorplanPlugin.html +35 -13
- package/docs/functions/ModelChassisCompassPlugin.html +35 -13
- package/docs/functions/ModelEntryDoorGuidePlugin.html +35 -13
- package/docs/functions/ModelFloorplanPlugin.html +35 -13
- package/docs/functions/ModelItemLabelPlugin.html +35 -13
- package/docs/functions/ModelRoomLabelPlugin.html +35 -13
- package/docs/functions/ModelTVVideoPlugin.html +35 -13
- package/docs/functions/ModelViewPlugin.html +35 -13
- package/docs/functions/Object3DHelperPlugin.html +35 -13
- package/docs/functions/PanoCompassPlugin.html +35 -13
- package/docs/functions/PanoCursorRaycasterPlugin.html +35 -13
- package/docs/functions/PanoDoorLabelPlugin.html +35 -13
- package/docs/functions/PanoFloorplanRadarPlugin.html +35 -13
- package/docs/functions/PanoMeasurePlugin.html +35 -13
- package/docs/functions/PanoRulerPlugin.html +35 -13
- package/docs/functions/PanoRulerProPlugin.html +35 -13
- package/docs/functions/PanoSpatialTagPlugin.html +35 -13
- package/docs/functions/PanoTagPlugin.html +41 -23
- package/docs/functions/TopviewFloorplanPlugin.html +35 -13
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +36 -14
- package/docs/index.html +35 -13
- package/docs/interfaces/AddTagConfig.html +64 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/EventMap.html +298 -0
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/LineJson.html +7 -7
- package/docs/interfaces/MinMax.html +71 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +57 -9
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/OpenParameter.html +7 -7
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +36 -14
- package/docs/interfaces/PanoMeasureParameterType.html +11 -11
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginState.html +8 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +36 -14
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +36 -14
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/PointJson.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +36 -14
- package/docs/interfaces/Rooms.html +36 -14
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +89 -0
- package/docs/interfaces/TagCache.html +92 -0
- package/docs/interfaces/TagConfig.html +15 -19
- package/docs/interfaces/TagIconUrl.html +91 -0
- package/docs/interfaces/Tags.html +14 -12
- package/docs/interfaces/TemporaryState.html +64 -0
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +65 -21
- package/docs/types/ArrayPosition.html +37 -15
- package/docs/types/CSS3DRenderExportType.html +36 -14
- package/docs/types/CSS3DRenderPluginExportType.html +36 -14
- package/docs/types/CSS3DRenderPluginParameterType.html +36 -14
- package/docs/types/Color.html +36 -14
- package/docs/types/ContentTypeConfigKey.html +37 -15
- package/docs/types/ContentTypeMap.html +247 -0
- package/docs/types/Create3DDomContainerReturnType.html +36 -14
- package/docs/types/Create3DElementReturnType.html +36 -14
- package/docs/types/CruisePluginExportType.html +36 -14
- package/docs/types/Direction-1.html +36 -14
- package/docs/types/Direction4.html +36 -14
- package/docs/types/FloorplanRuleLabels.html +36 -14
- package/docs/types/FloorplanServerRuleLabels.html +36 -14
- package/docs/types/GuideLinePluginExportType.html +36 -14
- package/docs/types/HelperEventMap.html +36 -14
- package/docs/types/MapviewFloorplanPluginParameterType.html +36 -14
- package/docs/types/MapviewFloorplanPluginReturnType.html +36 -14
- package/docs/types/MediaData.html +36 -14
- package/docs/types/MediaStore.html +247 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +36 -14
- package/docs/types/ModelFloorplanPluginParameterType.html +36 -14
- package/docs/types/ModelFloorplanPluginReturnType.html +36 -14
- package/docs/types/ModelRoomLabelPluginParameters.html +36 -14
- package/docs/types/ModelRoomLabelPluginReturnType.html +36 -14
- package/docs/types/MoveArgs.html +36 -14
- package/docs/types/MoveOpts.html +36 -14
- package/docs/types/Object3DHelperEventMap.html +36 -14
- package/docs/types/ObjectFit.html +36 -14
- package/docs/types/PaintBrushEventMap.html +36 -14
- package/docs/types/PanoCompassPluginData.html +36 -14
- package/docs/types/PanoCompassPluginExportType.html +36 -14
- package/docs/types/PanoCompassPluginParameterType.html +36 -14
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +36 -14
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +36 -14
- package/docs/types/PanoIndex.html +247 -0
- package/docs/types/PanoMeasurePluginEvent.html +36 -14
- package/docs/types/PanoMeasureReturnType.html +36 -14
- package/docs/types/PanoSpatialTagPluginId.html +36 -14
- package/docs/types/PanoTagPluginExportInterface.html +36 -14
- package/docs/types/PanoTagPluginParamsInterface.html +36 -14
- package/docs/types/PlaneTag.html +39 -19
- package/docs/types/PlaneTagElement.html +252 -0
- package/docs/types/Point2DElement.html +252 -0
- package/docs/types/Point2DTag.html +254 -0
- package/docs/types/Point3DElement.html +252 -0
- package/docs/types/Point3DTag.html +254 -0
- package/docs/types/PointTag.html +39 -23
- package/docs/types/PointTagElement.html +252 -0
- package/docs/types/Position.html +36 -14
- package/docs/types/RotateArgs.html +36 -14
- package/docs/types/RotateOpts.html +36 -14
- package/docs/types/RuleLabelsKey.html +36 -14
- package/docs/types/RuleLabelsValue.html +36 -14
- package/docs/types/StickType.html +247 -0
- package/docs/types/Tag.html +40 -22
- package/docs/types/Tag2D.html +41 -20
- package/docs/types/Tag3D.html +41 -20
- package/docs/types/TagContentType.html +247 -0
- package/docs/types/TagDimensionType.html +247 -0
- package/docs/types/TagElement.html +254 -0
- package/docs/types/TagEvents.html +282 -0
- package/docs/types/TagHooks.html +247 -0
- package/docs/types/TagIconSize.html +250 -0
- package/docs/types/TagId.html +36 -14
- package/docs/types/TagPointType.html +250 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +36 -14
- package/docs/types/TopviewFloorplanPluginReturnType.html +36 -14
- package/docs/types/{ContentTypeConfigKeyArray.html → WorkCode.html} +39 -17
- package/docs/variables/FLOOR_TYPE_MAP.html +36 -14
- package/docs/variables/PLUGIN.html +36 -14
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +36 -14
- package/docs/variables/ROOM_TYPE_MAP.html +36 -14
- package/docs/variables/VERSION.html +36 -14
- package/docs/variables/itemLabelPluginServerParams.html +36 -14
- package/docs/variables/modelItemLabelPluginServerParams.html +36 -14
- package/docs/variables/modelRoomLabelPluginServerParams.html +36 -14
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +2 -2
- package/libs/ModelViewPlugin/Plugin.d.ts +8 -0
- package/libs/ModelViewPlugin/Plugin.js +83 -73
- package/libs/PanoTagPlugin/Assets/Icon.d.ts +3 -2
- package/libs/PanoTagPlugin/Assets/Icon.js +4 -3
- package/libs/PanoTagPlugin/Components/Common/Audio.js +138 -133
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +173 -0
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +108 -0
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +32 -32
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +79 -57
- package/libs/PanoTagPlugin/Components/Common/Media.js +212 -194
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +109 -80
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +78 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +135 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +147 -0
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +166 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +209 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +204 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +98 -0
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +100 -130
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +49 -98
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +47 -44
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +98 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +122 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +98 -0
- package/libs/PanoTagPlugin/Components/Tag/index.js +130 -133
- package/libs/PanoTagPlugin/Components/TagContainer.js +89 -105
- package/libs/PanoTagPlugin/Components/TagItem.js +139 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
- package/libs/PanoTagPlugin/controller/TagComputer.js +168 -151
- package/libs/PanoTagPlugin/controller/index.d.ts +14 -12
- package/libs/PanoTagPlugin/controller/index.js +128 -133
- package/libs/PanoTagPlugin/index.d.ts +1 -1
- package/libs/PanoTagPlugin/index.js +31 -20
- package/libs/PanoTagPlugin/tag.config.js +23 -16
- package/libs/PanoTagPlugin/typings/controller.d.ts +12 -11
- package/libs/PanoTagPlugin/typings/index.d.ts +5 -1
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
- package/libs/PanoTagPlugin/typings/tag/Tag.js +1 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.js +1 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.js +4 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -0
- package/libs/PanoTagPlugin/utils/color.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/color.js +17 -0
- package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
- package/libs/PanoTagPlugin/utils/getImageInfo.js +50 -0
- package/libs/PanoTagPlugin/utils/px2rem.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/px2rem.js +6 -0
- package/libs/PanoTagPlugin/utils/tag/format.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/tag/format.js +10 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.js +10 -0
- package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
- package/libs/PanoTagPlugin/utils/timeToString.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/timeToString.js +7 -0
- package/libs/index.js +112 -101
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +17 -20
- package/libs/vendor/svelte/internal/index.js +381 -341
- package/package.json +17 -16
- package/dist/PanoTagPlugin/typings/tag.d.ts +0 -247
- package/docs/enums/LinkType.html +0 -67
- package/docs/interfaces/ContentTypeMap.html +0 -212
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +0 -170
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +0 -50
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +0 -50
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +0 -166
- package/libs/PanoTagPlugin/Components/Common/Text.js +0 -130
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +0 -131
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +0 -122
- package/libs/PanoTagPlugin/Components/TagWrapper.js +0 -152
- package/libs/PanoTagPlugin/typings/tag.d.ts +0 -247
- package/libs/PanoTagPlugin/typings/tag.js +0 -7
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { SvelteComponent as g, init as b, safe_not_equal as j, append_styles as R, element as m, space as S, attr as f, toggle_class as k, set_style as u, insert as W, append as _, transition_in as v, group_outros as A, transition_out as w, check_outros as C, detach as H, create_component as I, mount_component as L, destroy_component as M, binding_callbacks as h } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import { px2rem as T } from "../../../utils/px2rem.js";
|
|
3
|
+
import { Shadow as X } from "../Shadow.js";
|
|
4
|
+
function z(n) {
|
|
5
|
+
R(n, "svelte-qf1c2k", ".audio-icon__wrapper.svelte-qf1c2k.svelte-qf1c2k{display:inline-block}.audio-icon.svelte-qf1c2k.svelte-qf1c2k{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;border-radius:50%;background-color:rgba(255, 255, 255, 0.8)}.audio-icon.svelte-qf1c2k .sound-wave__container.svelte-qf1c2k{position:absolute;pointer-events:none;display:flex;justify-content:center;align-items:center;width:1.375rem;height:1.375rem}.audio-icon.svelte-qf1c2k .sound-wave__container .sound-wave__wrapper.svelte-qf1c2k{display:flex;justify-content:center;align-items:center;width:100%;height:100%;transform:translateX(-25%)}.audio-icon.svelte-qf1c2k .sound-wave__container .sound-wave__wrapper .sound-wave.svelte-qf1c2k{flex-shrink:0;flex-grow:0;border-radius:50%;border-color:transparent;border-style:solid;border-bottom-color:rgba(0, 0, 0, 0.6);transform:rotate(-90deg)}.sound-wave-1.svelte-qf1c2k.svelte-qf1c2k{position:absolute;width:0rem;height:0rem;border-width:0.125rem}.sound-wave-2.svelte-qf1c2k.svelte-qf1c2k{position:absolute;width:0.4375rem;height:0.4375rem;border-width:0.09375rem}.sound-wave-3.svelte-qf1c2k.svelte-qf1c2k{position:relative;width:0.875rem;height:0.875rem;border-width:0.09375rem}.sound-wave.svelte-qf1c2k.svelte-qf1c2k{animation-duration:2s;animation-iteration-count:infinite;animation-play-state:paused;transition:opacity 0}.playing.svelte-qf1c2k .sound-wave.svelte-qf1c2k{animation-play-state:running}.playing.svelte-qf1c2k .sound-wave-1.svelte-qf1c2k{animation-name:svelte-qf1c2k-sound_wave_1_animation}.playing.svelte-qf1c2k .sound-wave-2.svelte-qf1c2k{animation-name:svelte-qf1c2k-sound_wave_2_animation}.playing.svelte-qf1c2k .sound-wave-3.svelte-qf1c2k{animation-name:svelte-qf1c2k-sound_wave_3_animation}@keyframes svelte-qf1c2k-sound_wave_1_animation{0%,10%{opacity:0}25%,100%{opacity:1}}@keyframes svelte-qf1c2k-sound_wave_2_animation{0%,35%{opacity:0}50%,100%{opacity:1}}@keyframes svelte-qf1c2k-sound_wave_3_animation{0%,60%{opacity:0}75%,100%{opacity:1}}");
|
|
6
|
+
}
|
|
7
|
+
function p(n) {
|
|
8
|
+
let e, i;
|
|
9
|
+
return e = new X({
|
|
10
|
+
props: {
|
|
11
|
+
center: !0,
|
|
12
|
+
blurRadius: 12,
|
|
13
|
+
spreadRadius: 5
|
|
14
|
+
}
|
|
15
|
+
}), {
|
|
16
|
+
c() {
|
|
17
|
+
I(e.$$.fragment);
|
|
18
|
+
},
|
|
19
|
+
m(s, r) {
|
|
20
|
+
L(e, s, r), i = !0;
|
|
21
|
+
},
|
|
22
|
+
i(s) {
|
|
23
|
+
i || (v(e.$$.fragment, s), i = !0);
|
|
24
|
+
},
|
|
25
|
+
o(s) {
|
|
26
|
+
w(e.$$.fragment, s), i = !1;
|
|
27
|
+
},
|
|
28
|
+
d(s) {
|
|
29
|
+
M(e, s);
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
function B(n) {
|
|
34
|
+
let e, i, s, r, c, t = n[1] && p();
|
|
35
|
+
return {
|
|
36
|
+
c() {
|
|
37
|
+
e = m("div"), t && t.c(), i = S(), s = m("div"), r = m("div"), r.innerHTML = `<div class="sound-wave__wrapper svelte-qf1c2k"><div class="sound-wave sound-wave-1 svelte-qf1c2k"></div>
|
|
38
|
+
<div class="sound-wave sound-wave-2 svelte-qf1c2k"></div>
|
|
39
|
+
<div class="sound-wave sound-wave-3 svelte-qf1c2k"></div></div>`, f(r, "class", "sound-wave__container svelte-qf1c2k"), f(s, "class", "audio-icon svelte-qf1c2k"), k(s, "playing", n[0]), f(e, "class", "audio-icon__wrapper svelte-qf1c2k"), f(e, "style", n[2]), u(e, "width", n[5]), u(e, "height", n[5]);
|
|
40
|
+
},
|
|
41
|
+
m(o, a) {
|
|
42
|
+
W(o, e, a), t && t.m(e, null), _(e, i), _(e, s), _(s, r), n[7](r), n[8](e), c = !0;
|
|
43
|
+
},
|
|
44
|
+
p(o, [a]) {
|
|
45
|
+
o[1] ? t ? a & 2 && v(t, 1) : (t = p(), t.c(), v(t, 1), t.m(e, i)) : t && (A(), w(t, 1, 1, () => {
|
|
46
|
+
t = null;
|
|
47
|
+
}), C()), (!c || a & 1) && k(s, "playing", o[0]), (!c || a & 4) && f(e, "style", o[2]), a & 32 && u(e, "width", o[5]), a & 32 && u(e, "height", o[5]);
|
|
48
|
+
},
|
|
49
|
+
i(o) {
|
|
50
|
+
c || (v(t), c = !0);
|
|
51
|
+
},
|
|
52
|
+
o(o) {
|
|
53
|
+
w(t), c = !1;
|
|
54
|
+
},
|
|
55
|
+
d(o) {
|
|
56
|
+
o && H(e), t && t.d(), n[7](null), n[8](null);
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
function D(n, e, i) {
|
|
61
|
+
let s, { playing: r } = e, { shadow: c = !1 } = e, { style: t = null } = e, { width: o = "100%" } = e, a, d;
|
|
62
|
+
function q(l) {
|
|
63
|
+
h[l ? "unshift" : "push"](() => {
|
|
64
|
+
d = l, i(4, d), i(3, a);
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
function y(l) {
|
|
68
|
+
h[l ? "unshift" : "push"](() => {
|
|
69
|
+
a = l, i(3, a);
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
return n.$$set = (l) => {
|
|
73
|
+
"playing" in l && i(0, r = l.playing), "shadow" in l && i(1, c = l.shadow), "style" in l && i(2, t = l.style), "width" in l && i(6, o = l.width);
|
|
74
|
+
}, n.$$.update = () => {
|
|
75
|
+
n.$$.dirty & 64 && i(5, s = typeof o == "number" ? T(o) : o), n.$$.dirty & 8 && a != null && a.clientWidth && i(4, d.style.transform = `scale(${a.clientWidth / 22})`, d);
|
|
76
|
+
}, [
|
|
77
|
+
r,
|
|
78
|
+
c,
|
|
79
|
+
t,
|
|
80
|
+
a,
|
|
81
|
+
d,
|
|
82
|
+
s,
|
|
83
|
+
o,
|
|
84
|
+
q,
|
|
85
|
+
y
|
|
86
|
+
];
|
|
87
|
+
}
|
|
88
|
+
class J extends g {
|
|
89
|
+
constructor(e) {
|
|
90
|
+
super(), b(
|
|
91
|
+
this,
|
|
92
|
+
e,
|
|
93
|
+
D,
|
|
94
|
+
B,
|
|
95
|
+
j,
|
|
96
|
+
{
|
|
97
|
+
playing: 0,
|
|
98
|
+
shadow: 1,
|
|
99
|
+
style: 2,
|
|
100
|
+
width: 6
|
|
101
|
+
},
|
|
102
|
+
z
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
export {
|
|
107
|
+
J as AudioIcon
|
|
108
|
+
};
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
1
|
+
import { SvelteComponent as p, init as b, safe_not_equal as v, append_styles as D, svg_element as u, attr as o, insert as h, append as d, transition_in as c, group_outros as w, transition_out as _, check_outros as k, detach as g, add_render_callback as O, create_in_transition as G, create_out_transition as I } from "../../../../vendor/svelte/internal/index.js";
|
|
2
2
|
import { uuid as L } from "../../../../shared-utils/uuid.js";
|
|
3
|
-
import { draw as
|
|
3
|
+
import { draw as m } from "../../../../vendor/svelte/transition/index.js";
|
|
4
4
|
import { cubicOut as S, cubicInOut as U } from "../../../../vendor/svelte/easing/index.js";
|
|
5
5
|
function q(n) {
|
|
6
|
-
|
|
6
|
+
D(n, "svelte-blgtit", ".line.svelte-blgtit{width:100%;height:100%;overflow:visible;pointer-events:none}");
|
|
7
7
|
}
|
|
8
|
-
function
|
|
9
|
-
let e,
|
|
8
|
+
function y(n) {
|
|
9
|
+
let e, r, l, a;
|
|
10
10
|
return {
|
|
11
11
|
c() {
|
|
12
|
-
e =
|
|
12
|
+
e = u("path"), o(e, "fill", "none"), o(e, "stroke", "url(#" + n[4] + ")"), o(e, "stroke-width", "1"), o(e, "d", "M0 21 L14 0.5 L105 0.5");
|
|
13
13
|
},
|
|
14
14
|
m(i, t) {
|
|
15
|
-
|
|
15
|
+
h(i, e, t), a = !0;
|
|
16
16
|
},
|
|
17
17
|
p(i, t) {
|
|
18
18
|
n = i;
|
|
19
19
|
},
|
|
20
20
|
i(i) {
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
a || (i && O(() => {
|
|
22
|
+
l && l.end(1), r = G(e, m, {
|
|
23
23
|
duration: n[1],
|
|
24
24
|
delay: n[0],
|
|
25
25
|
easing: S
|
|
26
|
-
}),
|
|
27
|
-
}),
|
|
26
|
+
}), r.start();
|
|
27
|
+
}), a = !0);
|
|
28
28
|
},
|
|
29
29
|
o(i) {
|
|
30
|
-
|
|
30
|
+
r && r.invalidate(), i && (l = I(e, m, {
|
|
31
31
|
duration: n[1],
|
|
32
32
|
delay: n[2],
|
|
33
33
|
easing: U
|
|
34
|
-
})),
|
|
34
|
+
})), a = !1;
|
|
35
35
|
},
|
|
36
36
|
d(i) {
|
|
37
|
-
i &&
|
|
37
|
+
i && g(e), i && l && l.end();
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
function B(n) {
|
|
42
|
-
let e,
|
|
42
|
+
let e, r, l, a, i, t = n[3] && y(n);
|
|
43
43
|
return {
|
|
44
44
|
c() {
|
|
45
|
-
e =
|
|
45
|
+
e = u("svg"), r = u("defs"), l = u("linearGradient"), a = u("stop"), i = u("stop"), t && t.c(), o(a, "offset", "25%"), o(a, "stop-color", "white"), o(a, "stop-opacity", "1"), o(i, "offset", "100%"), o(i, "stop-color", "white"), o(i, "stop-opacity", "0.5"), o(l, "id", n[4]), o(l, "gradientUnits", "userSpaceOnUse"), o(e, "class", "line svelte-blgtit"), o(e, "viewBox", "0 0 105 21");
|
|
46
46
|
},
|
|
47
|
-
m(
|
|
48
|
-
|
|
47
|
+
m(s, f) {
|
|
48
|
+
h(s, e, f), d(e, r), d(r, l), d(l, a), d(l, i), t && t.m(e, null);
|
|
49
49
|
},
|
|
50
|
-
p(
|
|
51
|
-
|
|
50
|
+
p(s, [f]) {
|
|
51
|
+
s[3] ? t ? (t.p(s, f), f & 8 && c(t, 1)) : (t = y(s), t.c(), c(t, 1), t.m(e, null)) : t && (w(), _(t, 1, 1, () => {
|
|
52
52
|
t = null;
|
|
53
53
|
}), k());
|
|
54
54
|
},
|
|
55
|
-
i(
|
|
55
|
+
i(s) {
|
|
56
56
|
c(t);
|
|
57
57
|
},
|
|
58
|
-
o(
|
|
58
|
+
o(s) {
|
|
59
59
|
_(t);
|
|
60
60
|
},
|
|
61
|
-
d(
|
|
62
|
-
|
|
61
|
+
d(s) {
|
|
62
|
+
s && g(e), t && t.d();
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
65
|
}
|
|
66
|
-
function C(n, e,
|
|
67
|
-
let { inDelay:
|
|
68
|
-
const
|
|
69
|
-
return n.$$set = (
|
|
70
|
-
"inDelay" in
|
|
71
|
-
}, [
|
|
66
|
+
function C(n, e, r) {
|
|
67
|
+
let { inDelay: l = 0 } = e, { duration: a = 1e3 } = e, { outDelay: i = 0 } = e, { unfolded: t } = e;
|
|
68
|
+
const s = L();
|
|
69
|
+
return n.$$set = (f) => {
|
|
70
|
+
"inDelay" in f && r(0, l = f.inDelay), "duration" in f && r(1, a = f.duration), "outDelay" in f && r(2, i = f.outDelay), "unfolded" in f && r(3, t = f.unfolded);
|
|
71
|
+
}, [l, a, i, t, s];
|
|
72
72
|
}
|
|
73
|
-
class A extends
|
|
73
|
+
class A extends p {
|
|
74
74
|
constructor(e) {
|
|
75
|
-
super(),
|
|
75
|
+
super(), b(
|
|
76
76
|
this,
|
|
77
77
|
e,
|
|
78
78
|
C,
|
|
@@ -1,90 +1,112 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import { draw as
|
|
3
|
-
import { uuid as
|
|
4
|
-
function
|
|
5
|
-
|
|
1
|
+
import { SvelteComponent as G, init as U, safe_not_equal as q, append_styles as A, element as H, svg_element as _, attr as l, toggle_class as g, set_style as v, insert as L, append as m, transition_in as y, group_outros as I, transition_out as j, check_outros as M, detach as B, add_render_callback as O, create_in_transition as R, identity as b, create_out_transition as V } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import { draw as C } from "../../../../vendor/svelte/transition/index.js";
|
|
3
|
+
import { uuid as E } from "../../../../shared-utils/uuid.js";
|
|
4
|
+
function F(t) {
|
|
5
|
+
A(t, "svelte-xuejcm", ".line.svelte-xuejcm{position:absolute;pointer-events:none}.line.vertical.svelte-xuejcm{transform:rotate(-90deg) translate3d(0.03125rem, 0, 0.625rem);transform-origin:0 0}.line.horizontal.svelte-xuejcm{transform:translate3d(0, -0.03125rem, 0.625rem)}.straight-line.svelte-xuejcm{display:block;width:100%;height:100%;overflow:visible}");
|
|
6
6
|
}
|
|
7
|
-
function
|
|
8
|
-
let e,
|
|
7
|
+
function z(t) {
|
|
8
|
+
let e, i, h, r, s;
|
|
9
9
|
return {
|
|
10
10
|
c() {
|
|
11
|
-
e =
|
|
11
|
+
e = _("path"), l(e, "fill", "none"), l(e, "stroke", i = t[4] ? `url(#${t[10]})` : t[5]), l(e, "stroke-width", 1), l(e, "d", t[6]);
|
|
12
12
|
},
|
|
13
|
-
m(
|
|
14
|
-
|
|
13
|
+
m(a, d) {
|
|
14
|
+
L(a, e, d), s = !0;
|
|
15
15
|
},
|
|
16
|
-
p(
|
|
17
|
-
|
|
16
|
+
p(a, d) {
|
|
17
|
+
t = a, (!s || d & 48 && i !== (i = t[4] ? `url(#${t[10]})` : t[5])) && l(e, "stroke", i), (!s || d & 64) && l(e, "d", t[6]);
|
|
18
18
|
},
|
|
19
|
-
i(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
duration:
|
|
23
|
-
delay:
|
|
24
|
-
|
|
25
|
-
|
|
19
|
+
i(a) {
|
|
20
|
+
s || (a && O(() => {
|
|
21
|
+
r && r.end(1), h = R(e, C, {
|
|
22
|
+
duration: t[2],
|
|
23
|
+
delay: t[0],
|
|
24
|
+
easing: b
|
|
25
|
+
}), h.start();
|
|
26
|
+
}), s = !0);
|
|
26
27
|
},
|
|
27
|
-
o(
|
|
28
|
-
|
|
29
|
-
duration:
|
|
30
|
-
delay:
|
|
31
|
-
|
|
28
|
+
o(a) {
|
|
29
|
+
h && h.invalidate(), a && (r = V(e, C, {
|
|
30
|
+
duration: t[2],
|
|
31
|
+
delay: t[1],
|
|
32
|
+
easing: b
|
|
33
|
+
})), s = !1;
|
|
32
34
|
},
|
|
33
|
-
d(
|
|
34
|
-
|
|
35
|
+
d(a) {
|
|
36
|
+
a && B(e), a && r && r.end();
|
|
35
37
|
}
|
|
36
38
|
};
|
|
37
39
|
}
|
|
38
|
-
function
|
|
39
|
-
let e,
|
|
40
|
+
function J(t) {
|
|
41
|
+
let e, i, h, r, s, a, d, n = t[3] && z(t);
|
|
40
42
|
return {
|
|
41
43
|
c() {
|
|
42
|
-
e =
|
|
44
|
+
e = H("div"), i = _("svg"), h = _("defs"), r = _("linearGradient"), s = _("stop"), a = _("stop"), n && n.c(), l(s, "offset", "25%"), l(s, "stop-color", t[5]), l(s, "stop-opacity", "1"), l(a, "offset", "100%"), l(a, "stop-color", t[5]), l(a, "stop-opacity", "0.5"), l(r, "x1", 0.5), l(r, "y1", 0.5), l(r, "x2", t[8]), l(r, "y2", 0.5), l(r, "id", t[10]), l(r, "gradientUnits", "userSpaceOnUse"), l(i, "class", "straight-line svelte-xuejcm"), l(i, "viewBox", d = "0 0 " + t[8] + " " + t[7]), l(i, "preserveAspectRatio", "none"), l(e, "class", "line svelte-xuejcm"), g(e, "vertical", t[9]), g(e, "horizontal", !t[9]), v(e, "width", t[8] + "px"), v(e, "height", t[7] + "px");
|
|
43
45
|
},
|
|
44
|
-
m(
|
|
45
|
-
|
|
46
|
+
m(o, u) {
|
|
47
|
+
L(o, e, u), m(e, i), m(i, h), m(h, r), m(r, s), m(r, a), n && n.m(i, null);
|
|
46
48
|
},
|
|
47
|
-
p(
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}),
|
|
49
|
+
p(o, [u]) {
|
|
50
|
+
u & 32 && l(s, "stop-color", o[5]), u & 32 && l(a, "stop-color", o[5]), u & 256 && l(r, "x2", o[8]), o[3] ? n ? (n.p(o, u), u & 8 && y(n, 1)) : (n = z(o), n.c(), y(n, 1), n.m(i, null)) : n && (I(), j(n, 1, 1, () => {
|
|
51
|
+
n = null;
|
|
52
|
+
}), M()), u & 384 && d !== (d = "0 0 " + o[8] + " " + o[7]) && l(i, "viewBox", d), u & 512 && g(e, "vertical", o[9]), u & 512 && g(e, "horizontal", !o[9]), u & 256 && v(e, "width", o[8] + "px"), u & 128 && v(e, "height", o[7] + "px");
|
|
51
53
|
},
|
|
52
|
-
i(
|
|
53
|
-
|
|
54
|
+
i(o) {
|
|
55
|
+
y(n);
|
|
54
56
|
},
|
|
55
|
-
o(
|
|
56
|
-
|
|
57
|
+
o(o) {
|
|
58
|
+
j(n);
|
|
57
59
|
},
|
|
58
|
-
d(
|
|
59
|
-
|
|
60
|
+
d(o) {
|
|
61
|
+
o && B(e), n && n.d();
|
|
60
62
|
}
|
|
61
63
|
};
|
|
62
64
|
}
|
|
63
|
-
function
|
|
64
|
-
let { inDelay:
|
|
65
|
-
const
|
|
66
|
-
return
|
|
67
|
-
"inDelay" in
|
|
68
|
-
},
|
|
65
|
+
function K(t, e, i) {
|
|
66
|
+
let h, r, s, a, { inDelay: d = 0 } = e, { outDelay: n = 0 } = e, { duration: o = 1e3 } = e, { unfolded: u } = e, { length: c } = e, { direction: w = "horizontal" } = e, { useLinearColor: k = !1 } = e, { color: D = "white" } = e;
|
|
67
|
+
const S = E();
|
|
68
|
+
return t.$$set = (f) => {
|
|
69
|
+
"inDelay" in f && i(0, d = f.inDelay), "outDelay" in f && i(1, n = f.outDelay), "duration" in f && i(2, o = f.duration), "unfolded" in f && i(3, u = f.unfolded), "length" in f && i(11, c = f.length), "direction" in f && i(12, w = f.direction), "useLinearColor" in f && i(4, k = f.useLinearColor), "color" in f && i(5, D = f.color);
|
|
70
|
+
}, t.$$.update = () => {
|
|
71
|
+
t.$$.dirty & 4096 && i(9, h = w === "vertical"), t.$$.dirty & 2048 && i(8, r = c), t.$$.dirty & 2048 && i(6, a = `M0.5 0.5 H ${c}`);
|
|
72
|
+
}, i(7, s = 1), [
|
|
73
|
+
d,
|
|
74
|
+
n,
|
|
75
|
+
o,
|
|
76
|
+
u,
|
|
77
|
+
k,
|
|
78
|
+
D,
|
|
79
|
+
a,
|
|
80
|
+
s,
|
|
81
|
+
r,
|
|
82
|
+
h,
|
|
83
|
+
S,
|
|
84
|
+
c,
|
|
85
|
+
w
|
|
86
|
+
];
|
|
69
87
|
}
|
|
70
|
-
class
|
|
88
|
+
class T extends G {
|
|
71
89
|
constructor(e) {
|
|
72
|
-
super(),
|
|
90
|
+
super(), U(
|
|
73
91
|
this,
|
|
74
92
|
e,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
93
|
+
K,
|
|
94
|
+
J,
|
|
95
|
+
q,
|
|
78
96
|
{
|
|
79
97
|
inDelay: 0,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
unfolded: 3
|
|
98
|
+
outDelay: 1,
|
|
99
|
+
duration: 2,
|
|
100
|
+
unfolded: 3,
|
|
101
|
+
length: 11,
|
|
102
|
+
direction: 12,
|
|
103
|
+
useLinearColor: 4,
|
|
104
|
+
color: 5
|
|
83
105
|
},
|
|
84
|
-
|
|
106
|
+
F
|
|
85
107
|
);
|
|
86
108
|
}
|
|
87
109
|
}
|
|
88
110
|
export {
|
|
89
|
-
|
|
111
|
+
T as Straight
|
|
90
112
|
};
|