@realsee/dnalogel 2.3.9-alpha.2 → 2.3.9-alpha.4
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/index.cjs.js +54 -54
- package/dist/index.js +4548 -4501
- package/dist/index.umd.js +47 -47
- package/dist/shared-utils/audio.d.ts +19 -0
- 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 +41 -41
- 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 +16 -16
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +7 -7
- 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 +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +4 -4
- package/docs/functions/CameraMovementPlugin.html +4 -4
- package/docs/functions/CruisePlugin.html +4 -4
- package/docs/functions/GuideLinePlugin.html +5 -5
- package/docs/functions/ItemLabelPlugin.html +4 -4
- package/docs/functions/MapviewFloorplanPlugin.html +4 -4
- package/docs/functions/ModelChassisCompassPlugin.html +4 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
- package/docs/functions/ModelFloorplanPlugin.html +4 -4
- package/docs/functions/ModelItemLabelPlugin.html +4 -4
- package/docs/functions/ModelRoomLabelPlugin.html +4 -4
- package/docs/functions/ModelTVVideoPlugin.html +4 -4
- package/docs/functions/ModelViewPlugin.html +4 -4
- package/docs/functions/Object3DHelperPlugin.html +4 -4
- package/docs/functions/PanoCompassPlugin.html +4 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
- package/docs/functions/PanoDoorLabelPlugin.html +4 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
- package/docs/functions/PanoMeasurePlugin.html +4 -4
- package/docs/functions/PanoRulerPlugin.html +4 -4
- package/docs/functions/PanoRulerProPlugin.html +4 -4
- package/docs/functions/PanoSpatialTagPlugin.html +4 -4
- package/docs/functions/PanoTagPlugin.html +4 -4
- package/docs/functions/TopviewFloorplanPlugin.html +4 -4
- 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 +5 -5
- package/docs/index.html +4 -4
- package/docs/interfaces/AddTagConfig.html +6 -6
- 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 +15 -15
- 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 +7 -7
- 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 +11 -11
- 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 +5 -5
- 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 +5 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
- 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 +5 -5
- package/docs/interfaces/Rooms.html +5 -5
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +8 -8
- package/docs/interfaces/TagCache.html +10 -10
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/TagIconUrl.html +9 -9
- package/docs/interfaces/Tags.html +9 -9
- package/docs/interfaces/TemporaryState.html +6 -6
- 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 +4 -4
- package/docs/types/ArrayPosition.html +5 -5
- package/docs/types/AudioAppearance.html +5 -5
- package/docs/types/AudioTagTypeConfigKey.html +5 -5
- package/docs/types/CSS3DRenderExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
- package/docs/types/Color.html +5 -5
- package/docs/types/ContentTypeConfigKey.html +5 -5
- package/docs/types/ContentTypeConfigKeySplit.html +5 -5
- package/docs/types/ContentTypeMap.html +5 -5
- package/docs/types/Create3DDomContainerReturnType.html +5 -5
- package/docs/types/Create3DElementReturnType.html +5 -5
- package/docs/types/CruisePluginExportType.html +5 -5
- package/docs/types/Direction-1.html +5 -5
- package/docs/types/Direction4.html +5 -5
- package/docs/types/FloorplanRuleLabels.html +5 -5
- package/docs/types/FloorplanServerRuleLabels.html +5 -5
- package/docs/types/GuideLinePluginExportType.html +5 -5
- package/docs/types/HelperEventMap.html +5 -5
- package/docs/types/LoadTagConfig.html +5 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
- package/docs/types/MediaData.html +5 -5
- package/docs/types/MediaStore.html +5 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
- package/docs/types/MoveArgs.html +5 -5
- package/docs/types/MoveOpts.html +5 -5
- package/docs/types/Object3DHelperEventMap.html +5 -5
- package/docs/types/ObjectFit.html +5 -5
- package/docs/types/PaintBrushEventMap.html +5 -5
- package/docs/types/PanoCompassPluginData.html +5 -5
- package/docs/types/PanoCompassPluginExportType.html +5 -5
- package/docs/types/PanoCompassPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
- package/docs/types/PanoIndex.html +5 -5
- package/docs/types/PanoMeasurePluginEvent.html +5 -5
- package/docs/types/PanoMeasureReturnType.html +5 -5
- package/docs/types/PanoSpatialTagPluginId.html +5 -5
- package/docs/types/PanoTagPluginExportInterface.html +5 -5
- package/docs/types/PanoTagPluginParamsInterface.html +5 -5
- package/docs/types/PlaneTag.html +5 -5
- package/docs/types/PlaneTagElement.html +5 -5
- package/docs/types/Point2DElement.html +5 -5
- package/docs/types/Point2DTag.html +5 -5
- package/docs/types/Point3DElement.html +5 -5
- package/docs/types/Point3DTag.html +5 -5
- package/docs/types/PointTag.html +5 -5
- package/docs/types/PointTagElement.html +5 -5
- package/docs/types/Position.html +5 -5
- package/docs/types/RotateArgs.html +5 -5
- package/docs/types/RotateOpts.html +5 -5
- package/docs/types/RuleLabelsKey.html +5 -5
- package/docs/types/RuleLabelsValue.html +5 -5
- package/docs/types/StickType.html +5 -5
- package/docs/types/Tag.html +5 -5
- package/docs/types/Tag2D.html +5 -5
- package/docs/types/Tag3D.html +5 -5
- package/docs/types/TagContentType.html +5 -5
- package/docs/types/TagDimensionType.html +5 -5
- package/docs/types/TagElement.html +5 -5
- package/docs/types/TagEvents.html +5 -5
- package/docs/types/TagHooks.html +5 -5
- package/docs/types/TagIconSize.html +5 -5
- package/docs/types/TagId.html +5 -5
- package/docs/types/TagPointType.html +5 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
- package/docs/types/WorkCode.html +5 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
- package/docs/variables/PLUGIN.html +5 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
- package/docs/variables/ROOM_TYPE_MAP.html +5 -5
- package/docs/variables/VERSION.html +5 -5
- package/docs/variables/itemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
- package/libs/CruisePlugin/Controller.js +1 -1
- package/libs/PanoTagPlugin/Components/Common/Audio.js +131 -132
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +1 -1
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +66 -64
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +17 -16
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +46 -46
- package/libs/PanoTagPlugin/Components/Tag/index.js +3 -2
- package/libs/PanoTagPlugin/Components/TagContainer.js +3 -2
- package/libs/PanoTagPlugin/Components/TagItem.js +3 -2
- package/libs/PanoTagPlugin/controller/index.js +12 -11
- package/libs/PanoTagPlugin/index.js +12 -11
- package/libs/index.js +93 -92
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +25 -32
- package/libs/shared-utils/audio.d.ts +19 -0
- package/libs/shared-utils/audio.js +77 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>VERSION | 如视看房插件合集 - v2.3.9-alpha.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>VERSION | 如视看房插件合集 - v2.3.9-alpha.4</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.9-alpha.4"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.9-alpha.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.9-alpha.4</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.3.9-alpha.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.3.9-alpha.4</a></li>
|
|
16
16
|
<li><a href="VERSION.html">VERSION</a></li></ul>
|
|
17
17
|
<h1>Variable VERSION<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
|
|
18
18
|
<div class="tsd-signature">VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"v1.0.0"</span><span class="tsd-signature-symbol"> = 'v1.0.0'</span></div><aside class="tsd-sources">
|
|
19
19
|
<ul>
|
|
20
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
20
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/cd9181f/plugins/src/Object3DHelperPlugin/Controller.ts#L18">plugins/src/Object3DHelperPlugin/Controller.ts:18</a></li></ul></aside></div>
|
|
21
21
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
22
22
|
<div class="tsd-navigation settings">
|
|
23
23
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
35
35
|
<div class="tsd-accordion-details">
|
|
36
36
|
<ul>
|
|
37
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.9-<wbr/>alpha.
|
|
37
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.9-<wbr/>alpha.4</a>
|
|
38
38
|
<ul>
|
|
39
39
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
40
40
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>itemLabelPluginServerParams | 如视看房插件合集 - v2.3.9-alpha.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>itemLabelPluginServerParams | 如视看房插件合集 - v2.3.9-alpha.4</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.9-alpha.4"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.9-alpha.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.9-alpha.4</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.3.9-alpha.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.3.9-alpha.4</a></li>
|
|
16
16
|
<li><a href="itemLabelPluginServerParams.html">itemLabelPluginServerParams</a></li></ul>
|
|
17
17
|
<h1>Variable itemLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
|
|
18
18
|
<div class="tsd-signature">item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<li class="tsd-parameter">
|
|
25
25
|
<h5>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
|
|
26
26
|
<ul>
|
|
27
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
27
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/cd9181f/plugins/src/ItemLabelPlugin/index.ts#L7">plugins/src/ItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
|
|
28
28
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
29
29
|
<div class="tsd-navigation settings">
|
|
30
30
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
42
42
|
<div class="tsd-accordion-details">
|
|
43
43
|
<ul>
|
|
44
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.9-<wbr/>alpha.
|
|
44
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.9-<wbr/>alpha.4</a>
|
|
45
45
|
<ul>
|
|
46
46
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
47
47
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.3.9-alpha.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.3.9-alpha.4</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.9-alpha.4"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.9-alpha.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.9-alpha.4</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.3.9-alpha.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.3.9-alpha.4</a></li>
|
|
16
16
|
<li><a href="modelItemLabelPluginServerParams.html">modelItemLabelPluginServerParams</a></li></ul>
|
|
17
17
|
<h1>Variable modelItemLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
|
|
18
18
|
<div class="tsd-signature">model<wbr/>Item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<li class="tsd-parameter">
|
|
25
25
|
<h5>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
|
|
26
26
|
<ul>
|
|
27
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
27
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/cd9181f/plugins/src/ModelItemLabelPlugin/index.ts#L7">plugins/src/ModelItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
|
|
28
28
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
29
29
|
<div class="tsd-navigation settings">
|
|
30
30
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
42
42
|
<div class="tsd-accordion-details">
|
|
43
43
|
<ul>
|
|
44
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.9-<wbr/>alpha.
|
|
44
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.9-<wbr/>alpha.4</a>
|
|
45
45
|
<ul>
|
|
46
46
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
47
47
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.3.9-alpha.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.3.9-alpha.4</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.9-alpha.4"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.9-alpha.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.9-alpha.4</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.3.9-alpha.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.3.9-alpha.4</a></li>
|
|
16
16
|
<li><a href="modelRoomLabelPluginServerParams.html">modelRoomLabelPluginServerParams</a></li></ul>
|
|
17
17
|
<h1>Variable modelRoomLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
|
|
18
18
|
<div class="tsd-signature">model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<li class="tsd-parameter">
|
|
25
25
|
<h5>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
|
|
26
26
|
<ul>
|
|
27
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
27
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/cd9181f/plugins/src/ModelRoomLabelPlugin/index.ts#L12">plugins/src/ModelRoomLabelPlugin/index.ts:12</a></li></ul></aside></div>
|
|
28
28
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
29
29
|
<div class="tsd-navigation settings">
|
|
30
30
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
42
42
|
<div class="tsd-accordion-details">
|
|
43
43
|
<ul>
|
|
44
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.9-<wbr/>alpha.
|
|
44
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.9-<wbr/>alpha.4</a>
|
|
45
45
|
<ul>
|
|
46
46
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
47
47
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
@@ -255,7 +255,7 @@ class B extends V {
|
|
|
255
255
|
try {
|
|
256
256
|
d.emit("playIndexChange", p.index, p), yield this.playKeyframe(p, {
|
|
257
257
|
moveEffect: s === !1 ? a.moveToFirstPanoEffect : void 0,
|
|
258
|
-
duration: s === !1 && typeof a.moveToFirstPanoDuration == "number" ? a.moveToFirstPanoDuration :
|
|
258
|
+
duration: s === !1 && typeof a.moveToFirstPanoDuration == "number" ? a.moveToFirstPanoDuration : void 0
|
|
259
259
|
}), p.stay && (yield J(p.stay)), s === !1 && (s = !0);
|
|
260
260
|
} catch (c) {
|
|
261
261
|
return Promise.resolve("broke");
|
|
@@ -1,170 +1,169 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
for (var t in
|
|
6
|
-
|
|
7
|
-
if (
|
|
8
|
-
for (var t of
|
|
9
|
-
|
|
1
|
+
var z = Object.defineProperty;
|
|
2
|
+
var W = Object.getOwnPropertySymbols;
|
|
3
|
+
var B = Object.prototype.hasOwnProperty, F = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var w = (e, s, t) => s in e ? z(e, s, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[s] = t, h = (e, s) => {
|
|
5
|
+
for (var t in s || (s = {}))
|
|
6
|
+
B.call(s, t) && w(e, t, s[t]);
|
|
7
|
+
if (W)
|
|
8
|
+
for (var t of W(s))
|
|
9
|
+
F.call(s, t) && w(e, t, s[t]);
|
|
10
10
|
return e;
|
|
11
11
|
};
|
|
12
|
-
import { SvelteComponent as
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
import { SvelteComponent as G, init as H, safe_not_equal as J, append_styles as K, create_slot as k, element as E, space as P, attr as p, insert as O, append as I, listen as Q, stop_propagation as R, update_slot_base as b, get_all_dirty_from_scope as T, get_slot_changes as S, transition_in as N, transition_out as A, detach as U, getContext as q } from "../../../vendor/svelte/internal/index.js";
|
|
13
|
+
import { getAudioDuration as V } from "../../../shared-utils/audio.js";
|
|
14
|
+
function X(e) {
|
|
15
|
+
K(e, "svelte-kebunf", ".audio.svelte-kebunf{pointer-events:auto;cursor:pointer;width:100%;height:100%}.children.svelte-kebunf{width:100%;height:100%}");
|
|
15
16
|
}
|
|
16
|
-
const
|
|
17
|
-
currentTime: e &
|
|
18
|
-
duration: e &
|
|
19
|
-
playing: e &
|
|
17
|
+
const Y = (e) => ({
|
|
18
|
+
currentTime: e & 8,
|
|
19
|
+
duration: e & 4,
|
|
20
|
+
playing: e & 16
|
|
20
21
|
}), D = (e) => ({
|
|
21
|
-
currentTime: typeof e[
|
|
22
|
-
duration: typeof e[
|
|
23
|
-
playing: e[
|
|
24
|
-
}),
|
|
25
|
-
function
|
|
26
|
-
let
|
|
27
|
-
const
|
|
22
|
+
currentTime: typeof e[3] == "number" && !Number.isNaN(e[3]) ? e[3] : void 0,
|
|
23
|
+
duration: typeof e[2] == "number" && !Number.isNaN(e[2]) ? e[2] : void 0,
|
|
24
|
+
playing: e[4]
|
|
25
|
+
}), Z = (e) => ({ playing: e & 16 }), L = (e) => ({ playing: e[4] });
|
|
26
|
+
function v(e) {
|
|
27
|
+
let s, t, g, y, l, d, m;
|
|
28
|
+
const _ = e[12].audioIcon, r = k(_, e, e[11], L), a = e[12].currentTime, i = k(a, e, e[11], D), c = e[12].default, n = k(c, e, e[11], null);
|
|
28
29
|
return {
|
|
29
30
|
c() {
|
|
30
|
-
|
|
31
|
+
s = E("div"), t = E("div"), r && r.c(), g = P(), i && i.c(), y = P(), n && n.c(), p(t, "class", "children svelte-kebunf"), p(t, "style", e[1]), p(s, "class", "audio svelte-kebunf"), p(s, "style", e[0]);
|
|
31
32
|
},
|
|
32
|
-
m(
|
|
33
|
-
|
|
34
|
-
m(t, "play", e[15]),
|
|
35
|
-
m(t, "pause", e[15]),
|
|
36
|
-
m(t, "play", e[16]),
|
|
37
|
-
m(t, "pause", e[17]),
|
|
38
|
-
m(t, "ended", e[18]),
|
|
39
|
-
m(t, "canplaythrough", e[19]),
|
|
40
|
-
m(t, "timeupdate", e[20]),
|
|
41
|
-
m(l, "click", $(e[11]))
|
|
42
|
-
], p = !0);
|
|
33
|
+
m(o, f) {
|
|
34
|
+
O(o, s, f), I(s, t), r && r.m(t, null), I(t, g), i && i.m(t, null), I(t, y), n && n.m(t, null), l = !0, d || (m = Q(s, "click", R(e[5])), d = !0);
|
|
43
35
|
},
|
|
44
|
-
p(
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
),
|
|
36
|
+
p(o, [f]) {
|
|
37
|
+
r && r.p && (!l || f & 2064) && b(
|
|
38
|
+
r,
|
|
39
|
+
_,
|
|
40
|
+
o,
|
|
41
|
+
o[11],
|
|
42
|
+
l ? S(_, o[11], f, Z) : T(o[11]),
|
|
43
|
+
L
|
|
44
|
+
), i && i.p && (!l || f & 2076) && b(
|
|
45
|
+
i,
|
|
53
46
|
a,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
o ? P(c, n[12], i, le) : A(n[12]),
|
|
47
|
+
o,
|
|
48
|
+
o[11],
|
|
49
|
+
l ? S(a, o[11], f, Y) : T(o[11]),
|
|
58
50
|
D
|
|
59
|
-
),
|
|
60
|
-
f,
|
|
61
|
-
b,
|
|
51
|
+
), n && n.p && (!l || f & 2048) && b(
|
|
62
52
|
n,
|
|
63
|
-
|
|
64
|
-
o
|
|
53
|
+
c,
|
|
54
|
+
o,
|
|
55
|
+
o[11],
|
|
56
|
+
l ? S(c, o[11], f, null) : T(o[11]),
|
|
65
57
|
null
|
|
66
|
-
), (!
|
|
58
|
+
), (!l || f & 2) && p(t, "style", o[1]), (!l || f & 1) && p(s, "style", o[0]);
|
|
67
59
|
},
|
|
68
|
-
i(
|
|
69
|
-
|
|
60
|
+
i(o) {
|
|
61
|
+
l || (N(r, o), N(i, o), N(n, o), l = !0);
|
|
70
62
|
},
|
|
71
|
-
o(
|
|
72
|
-
|
|
63
|
+
o(o) {
|
|
64
|
+
A(r, o), A(i, o), A(n, o), l = !1;
|
|
73
65
|
},
|
|
74
|
-
d(
|
|
75
|
-
|
|
66
|
+
d(o) {
|
|
67
|
+
o && U(s), r && r.d(o), i && i.d(o), n && n.d(o), d = !1, m();
|
|
76
68
|
}
|
|
77
69
|
};
|
|
78
70
|
}
|
|
79
|
-
function
|
|
80
|
-
let
|
|
81
|
-
const
|
|
82
|
-
let
|
|
83
|
-
|
|
84
|
-
|
|
71
|
+
function x(e, s, t) {
|
|
72
|
+
let g, { $$slots: y = {}, $$scope: l } = s, { url: d } = s, { paused: m = !0 } = s, { style: _ = "" } = s, { slotWrapperStyle: r = "" } = s, { hooksInfo: a } = s;
|
|
73
|
+
const i = q("hooks"), c = q("mediaStore");
|
|
74
|
+
let n, o = !0, f = null, C = null;
|
|
75
|
+
function M() {
|
|
76
|
+
t(
|
|
77
|
+
9,
|
|
78
|
+
n.onplay = (u) => {
|
|
79
|
+
i.emit("playStateChange", h({
|
|
80
|
+
event: u,
|
|
81
|
+
state: "playing",
|
|
82
|
+
mediaInstance: n
|
|
83
|
+
}, a)), t(10, o = !1);
|
|
84
|
+
},
|
|
85
|
+
n
|
|
86
|
+
), t(
|
|
87
|
+
9,
|
|
88
|
+
n.onpause = (u) => {
|
|
89
|
+
i.emit("playStateChange", h({
|
|
90
|
+
event: u,
|
|
91
|
+
state: "paused",
|
|
92
|
+
mediaInstance: n
|
|
93
|
+
}, a)), t(10, o = !0);
|
|
94
|
+
},
|
|
95
|
+
n
|
|
96
|
+
), t(
|
|
97
|
+
9,
|
|
98
|
+
n.onended = (u) => {
|
|
99
|
+
t(10, o = !0);
|
|
100
|
+
},
|
|
101
|
+
n
|
|
102
|
+
), t(
|
|
103
|
+
9,
|
|
104
|
+
n.onloadedmetadata = (u) => {
|
|
105
|
+
t(2, f = n.duration);
|
|
106
|
+
},
|
|
107
|
+
n
|
|
108
|
+
), t(
|
|
109
|
+
9,
|
|
110
|
+
n.ontimeupdate = (u) => {
|
|
111
|
+
t(3, C = n.currentTime);
|
|
112
|
+
},
|
|
113
|
+
n
|
|
114
|
+
);
|
|
115
|
+
}
|
|
116
|
+
c.subscribe(({ currentMediaElement: u }) => {
|
|
117
|
+
u !== n && (n == null || n.pause());
|
|
85
118
|
});
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
!s || (y.emit("click", N({
|
|
119
|
+
function j(u) {
|
|
120
|
+
!n || (i.emit("click", h({
|
|
89
121
|
event: u,
|
|
90
122
|
target: "AudioTagPlayIcon",
|
|
91
|
-
audioInstance:
|
|
92
|
-
},
|
|
123
|
+
audioInstance: n
|
|
124
|
+
}, a)), c.set({ currentMediaElement: n }), n.paused ? n.play() : n.pause());
|
|
93
125
|
}
|
|
94
|
-
function n(u) {
|
|
95
|
-
ne[u ? "unshift" : "push"](() => {
|
|
96
|
-
s = u, t(5, s);
|
|
97
|
-
});
|
|
98
|
-
}
|
|
99
|
-
function i() {
|
|
100
|
-
d = this.paused, t(0, d);
|
|
101
|
-
}
|
|
102
|
-
const G = (u) => {
|
|
103
|
-
y.emit("playStateChange", N({
|
|
104
|
-
event: u,
|
|
105
|
-
state: "playing",
|
|
106
|
-
mediaInstance: s
|
|
107
|
-
}, p)), t(6, c = !1);
|
|
108
|
-
}, H = (u) => {
|
|
109
|
-
y.emit("playStateChange", N({
|
|
110
|
-
event: u,
|
|
111
|
-
state: "paused",
|
|
112
|
-
mediaInstance: s
|
|
113
|
-
}, p)), t(6, c = !0);
|
|
114
|
-
}, J = (u) => {
|
|
115
|
-
t(6, c = !0);
|
|
116
|
-
}, K = (u) => {
|
|
117
|
-
t(7, a = s.duration);
|
|
118
|
-
}, L = (u) => {
|
|
119
|
-
t(8, b = s.currentTime);
|
|
120
|
-
};
|
|
121
126
|
return e.$$set = (u) => {
|
|
122
|
-
"url" in u && t(
|
|
127
|
+
"url" in u && t(6, d = u.url), "paused" in u && t(7, m = u.paused), "style" in u && t(0, _ = u.style), "slotWrapperStyle" in u && t(1, r = u.slotWrapperStyle), "hooksInfo" in u && t(8, a = u.hooksInfo), "$$scope" in u && t(11, l = u.$$scope);
|
|
123
128
|
}, e.$$.update = () => {
|
|
124
|
-
e.$$.dirty &
|
|
129
|
+
e.$$.dirty & 64 && (t(9, n = new Audio(d)), V(d).then((u) => {
|
|
130
|
+
t(2, f = u);
|
|
131
|
+
}), M()), e.$$.dirty & 640 && (m || n == null || n.pause()), e.$$.dirty & 1152 && t(4, g = !m && !o);
|
|
125
132
|
}, [
|
|
126
|
-
|
|
133
|
+
_,
|
|
127
134
|
r,
|
|
128
|
-
T,
|
|
129
|
-
o,
|
|
130
|
-
p,
|
|
131
|
-
s,
|
|
132
|
-
c,
|
|
133
|
-
a,
|
|
134
|
-
b,
|
|
135
|
-
h,
|
|
136
|
-
y,
|
|
137
135
|
f,
|
|
138
|
-
|
|
139
|
-
|
|
136
|
+
C,
|
|
137
|
+
g,
|
|
138
|
+
j,
|
|
139
|
+
d,
|
|
140
|
+
m,
|
|
141
|
+
a,
|
|
140
142
|
n,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
J,
|
|
145
|
-
K,
|
|
146
|
-
L
|
|
143
|
+
o,
|
|
144
|
+
l,
|
|
145
|
+
y
|
|
147
146
|
];
|
|
148
147
|
}
|
|
149
|
-
class
|
|
150
|
-
constructor(
|
|
151
|
-
super(),
|
|
148
|
+
class ne extends G {
|
|
149
|
+
constructor(s) {
|
|
150
|
+
super(), H(
|
|
152
151
|
this,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
152
|
+
s,
|
|
153
|
+
x,
|
|
154
|
+
v,
|
|
155
|
+
J,
|
|
157
156
|
{
|
|
158
|
-
url:
|
|
159
|
-
paused:
|
|
160
|
-
style:
|
|
161
|
-
slotWrapperStyle:
|
|
162
|
-
hooksInfo:
|
|
157
|
+
url: 6,
|
|
158
|
+
paused: 7,
|
|
159
|
+
style: 0,
|
|
160
|
+
slotWrapperStyle: 1,
|
|
161
|
+
hooksInfo: 8
|
|
163
162
|
},
|
|
164
|
-
|
|
163
|
+
X
|
|
165
164
|
);
|
|
166
165
|
}
|
|
167
166
|
}
|
|
168
167
|
export {
|
|
169
|
-
|
|
168
|
+
ne as default
|
|
170
169
|
};
|
|
@@ -110,7 +110,7 @@ function $(i, e, o) {
|
|
|
110
110
|
return l.slice().replace(h, (c) => `${y}${E}${c}${y}`).split(y).forEach((c) => c.startsWith(E) ? _.push({
|
|
111
111
|
id: M(),
|
|
112
112
|
content: c.slice(E.length)
|
|
113
|
-
}) : _.push(...c.split("").map((g) => g === " " ? F : g).map((g) => ({ id: M(), content: g })))),
|
|
113
|
+
}) : _.push(...c.split("").map((g) => g === " " ? F : g).map((g) => ({ id: M(), content: g })))), _;
|
|
114
114
|
}
|
|
115
115
|
function N() {
|
|
116
116
|
if (!f)
|