vrtalk-web-sdk 0.1.564 → 0.1.566
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.
|
@@ -141,7 +141,7 @@ export declare class XrSwitchAction {
|
|
|
141
141
|
caseList: XrSwitchCase[];
|
|
142
142
|
defaultActionList: XrAnyAction[];
|
|
143
143
|
}
|
|
144
|
-
export declare type VrActionType = 'system_common_wait' | 'system_set_interactive_state' | 'system_ui_settings_change' | 'component_general_change_visibility' | 'component_general_change_transform' | 'component_general_play_transition_animation' | 'component_general_stop_transition_animation' | 'component_2d_general_change_deformation_settings' | 'component_general_audio_source_play_control' | 'component_general_audio_source_pause' | 'component_general_audio_source_change_loop_mode' | 'component_2d_image_change_source' | 'component_2d_video_change_source' | 'component_2d_video_change_play_state' | 'component_2d_video_change_mute_state' | 'component_2d_text_change_source' | 'component_2d_panel_change_scene' | 'component_2d_panel_button_change_enabled' | 'component_tag_simulate_click' | 'component_3d_box_change_color' | 'component_3d_model_play_animation_clip' | 'component_3d_model_stop_animation_clip' | 'information_content_card_show' | 'information_content_card_close' | 'information_link_open' | 'information_link_close' | 'audio_center_play_list' | 'audio_center_pause' | 'audio_center_set_volume' | 'sweep_change_enabled' | 'sweep_change_panorama' | 'sweep_marker_change_enabled' | 'sweep_reset_to_default' | 'sweep_only_enable_current' | 'camera_move_to' | 'camera_dolly_move' | 'camera_dolly_stop' | 'navigation_start' | 'navigation_stop' | 'logic_variable_modify' | 'logic_variable_number_add' | 'logic_variable_number_subtract' | 'logic_variable_string_append' | 'logic_variable_string_trim_end' | 'logic_variable_string_advanced' | 'logic_variable_boolean_toggle' | 'flow_enter' | 'flow_exit' | 'monitor_change_enabled' | 'monitor_switch_active_tab' | 'monitor_component_change_visibility' | 'monitor_video_change_play_state' | 'monitor_video_change_mute_state' | 'monitor_change_badge_text' | 'monitor_change_badge_style' | 'layer_change_visibility' | 'hamburger_menu_node_change_visibility' | 'hamburger_menu_change_open_state' | 'hamburger_menu_group_change_expanded' | 'canvas_component_change_visibility' | 'message_card_change_show_state' | 'message_card_show' | 'message_card_hide' | 'message_card_create_temporary' | 'message_card_destroy_temporary' | 'tts_play_voice' | 'tts_realtime_stream' | 'background_thread_start' | 'background_thread_pause' | 'background_thread_stop' | 'ai_agent_activate' | 'ai_agent_hide' | 'ai_agent_trigger_monologue' | 'ai_agent_trigger_conversation' | 'ai_agent_activate_and_send_user_message' | 'ai_agent_activate_and_inject_dialogue' | 'system_open_webpage' | 'ability_enable' | 'ability_stop' | 'cloud_form_show_dialog' | 'cloud_form_collect_field' | 'cloud_form_submit' | 'cloud_form_reset' | 'hit_analytics_event' | 'popup_user_form_show_dialog' | 'logic_random_number' | 'logic_random_color' | 'logic_current_time' | 'logic_random_pick_string' | 'logic_random_pick_number' | 'logic_random_pick_boolean' | 'logic_random_pick_enum' | 'logic_random_pick_color' | 'logic_random_pick_css_color' | 'logic_random_pick_from_recommend_options';
|
|
144
|
+
export declare type VrActionType = 'system_common_wait' | 'system_set_interactive_state' | 'system_ui_settings_change' | 'component_general_change_visibility' | 'component_general_change_transform' | 'component_general_play_transition_animation' | 'component_general_stop_transition_animation' | 'component_2d_general_change_deformation_settings' | 'component_general_audio_source_play_control' | 'component_general_audio_source_pause' | 'component_general_audio_source_change_loop_mode' | 'component_2d_image_change_source' | 'component_2d_video_change_source' | 'component_2d_video_change_play_state' | 'component_2d_video_change_mute_state' | 'component_2d_text_change_source' | 'component_2d_panel_change_scene' | 'component_2d_panel_button_change_enabled' | 'component_tag_simulate_click' | 'component_3d_box_change_color' | 'component_3d_model_play_animation_clip' | 'component_3d_model_stop_animation_clip' | 'information_content_card_show' | 'information_content_card_close' | 'information_link_open' | 'information_link_close' | 'audio_center_play_list' | 'audio_center_pause' | 'audio_center_set_volume' | 'sweep_change_enabled' | 'sweep_change_panorama' | 'sweep_marker_change_enabled' | 'sweep_reset_to_default' | 'sweep_only_enable_current' | 'camera_move_to' | 'camera_dolly_move' | 'camera_dolly_stop' | 'navigation_start' | 'navigation_stop' | 'logic_variable_modify' | 'logic_variable_number_add' | 'logic_variable_number_subtract' | 'logic_variable_string_append' | 'logic_variable_string_trim_end' | 'logic_variable_string_advanced' | 'logic_variable_boolean_toggle' | 'flow_enter' | 'flow_exit' | 'monitor_change_enabled' | 'monitor_switch_active_tab' | 'monitor_component_change_visibility' | 'monitor_video_change_play_state' | 'monitor_video_change_mute_state' | 'monitor_change_badge_text' | 'monitor_change_badge_style' | 'layer_change_visibility' | 'hamburger_menu_node_change_visibility' | 'hamburger_menu_change_open_state' | 'hamburger_menu_group_change_expanded' | 'canvas_component_change_visibility' | 'message_card_change_show_state' | 'message_card_show' | 'message_card_hide' | 'message_card_create_temporary' | 'message_card_destroy_temporary' | 'tts_play_voice' | 'tts_realtime_stream' | 'background_thread_start' | 'background_thread_pause' | 'background_thread_stop' | 'ai_agent_activate' | 'ai_agent_hide' | 'ai_agent_trigger_monologue' | 'ai_agent_trigger_conversation' | 'ai_agent_activate_and_send_user_message' | 'ai_agent_activate_and_inject_dialogue' | 'ai_agent_inject_hidden_state_message' | 'ai_agent_activate_and_inject_assistant_message' | 'system_open_webpage' | 'ability_enable' | 'ability_stop' | 'cloud_form_show_dialog' | 'cloud_form_collect_field' | 'cloud_form_submit' | 'cloud_form_reset' | 'hit_analytics_event' | 'popup_user_form_show_dialog' | 'logic_random_number' | 'logic_random_color' | 'logic_current_time' | 'logic_random_pick_string' | 'logic_random_pick_number' | 'logic_random_pick_boolean' | 'logic_random_pick_enum' | 'logic_random_pick_color' | 'logic_random_pick_css_color' | 'logic_random_pick_from_recommend_options';
|
|
145
145
|
export declare class VrActionTypeDefine {
|
|
146
146
|
static readonly SYSTEM_COMMON_WAIT: VrActionType;
|
|
147
147
|
static readonly COMPONENT_GENERAL_CHANGE_VISIBILITY: VrActionType;
|
|
@@ -217,6 +217,8 @@ export declare class VrActionTypeDefine {
|
|
|
217
217
|
static readonly AI_AGENT_TRIGGER_CONVERSATION: VrActionType;
|
|
218
218
|
static readonly AI_AGENT_ACTIVATE_AND_SEND_USER_MESSAGE: VrActionType;
|
|
219
219
|
static readonly AI_AGENT_ACTIVATE_AND_INJECT_DIALOGUE: VrActionType;
|
|
220
|
+
static readonly AI_AGENT_INJECT_HIDDEN_STATE_MESSAGE: VrActionType;
|
|
221
|
+
static readonly AI_AGENT_ACTIVATE_AND_INJECT_ASSISTANT_MESSAGE: VrActionType;
|
|
220
222
|
static readonly SYSTEM_OPEN_WEBPAGE: VrActionType;
|
|
221
223
|
static readonly SYSTEM_SET_INTERACTIVE_STATE: VrActionType;
|
|
222
224
|
static readonly AUDIO_CENTER_SET_VOLUME: VrActionType;
|
|
@@ -614,6 +616,13 @@ export declare class VrActionParamsAiAgentActivateAndInjectDialogue extends VrAc
|
|
|
614
616
|
assistantReply: MultiLanguageStr;
|
|
615
617
|
pseudoStreamCharIntervalMs?: number;
|
|
616
618
|
}
|
|
619
|
+
export declare class VrActionParamsAiAgentInjectHiddenStateMessage extends VrActionParamsAiAgentActivate {
|
|
620
|
+
stateMessage: MultiLanguageStr;
|
|
621
|
+
}
|
|
622
|
+
export declare class VrActionParamsAiAgentActivateAndInjectAssistantMessage extends VrActionParamsAiAgentActivate {
|
|
623
|
+
assistantMessage: MultiLanguageStr;
|
|
624
|
+
pseudoStreamCharIntervalMs?: number;
|
|
625
|
+
}
|
|
617
626
|
export declare type VrActionSystemOpenWebpagePcMode = 'dialog' | 'floating-drawer' | 'pushed-drawer';
|
|
618
627
|
export declare class VrActionSystemOpenWebpagePcModeDefine {
|
|
619
628
|
static readonly DIALOG: VrActionSystemOpenWebpagePcMode;
|
package/dist/vrtalk-web-sdk.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var a=t();for(var n in a)("object"==typeof exports?exports:e)[n]=a[n]}}(this,(()=>(()=>{"use strict";var e={d:(t,a)=>{for(var n in a)e.o(a,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:a[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{AR_BOTTOM_ICON_KEYS:()=>Gs,AR_INFO_BAR_DEFAULT:()=>Us,AR_INFO_ICON_KEYS:()=>xs,AR_MAIN_BAR_DEFAULT:()=>Vs,ArMultisetSettings:()=>jr,ChromaKeySettings:()=>_,Color:()=>d,ColorBuilder:()=>c,ColorParser:()=>l,Component2dFaceToCameraModeDefine:()=>te,EXPRESSION_FUNC_NAME:()=>gl,EaseAnimationFunctionDefine:()=>m,EaseAnimationSettings:()=>E,FreeButton:()=>A,GotoPositionMethodDefine:()=>O,HoverBorderSettings:()=>I,LanguageTypeDefine:()=>g,LogicCurrentTimeOutputTypeDefine:()=>ja,LogicRandomColorPaletteDefine:()=>Ja,MediaLoopModeDefine:()=>N,MonitorVideoMuteChangeTypeDefine:()=>oa,MonitorVideoPlayChangeTypeDefine:()=>sa,MultiLanguageStr:()=>C,PROGRESS_BAR_KEYFRAMES_CSS:()=>yl,ParentComCommandAssetLabel:()=>Sc,ParentComCommandAudio:()=>hc,ParentComCommandCamera:()=>Rc,ParentComCommandComponent:()=>gc,ParentComCommandCover:()=>mc,ParentComCommandDollyPath:()=>Uc,ParentComCommandFloor:()=>Nc,ParentComCommandFov:()=>Cc,ParentComCommandHamburgerMenu:()=>Bc,ParentComCommandInfoTemplate:()=>Tc,ParentComCommandInformation:()=>pc,ParentComCommandLayer:()=>Ac,ParentComCommandLight:()=>Oc,ParentComCommandMarker:()=>yc,ParentComCommandMessageCard:()=>Vc,ParentComCommandMonitor:()=>vc,ParentComCommandNavigation:()=>Pc,ParentComCommandObstacle:()=>bc,ParentComCommandPlayer:()=>_c,ParentComCommandRenderer:()=>Mc,ParentComCommandSpaceFence:()=>wc,ParentComCommandSticker:()=>uc,ParentComCommandSweep:()=>Lc,ParentComCommandTarget:()=>Dc,ParentComCommandTrimmer:()=>Ic,ParentComCommandUi:()=>Ec,ParentComCommandWormhole:()=>fc,ParentComMessageAssetLabel:()=>zc,ParentComMessageCamera:()=>kc,ParentComMessageComponent:()=>Gc,ParentComMessageDollyPath:()=>qc,ParentComMessageFloor:()=>Fc,ParentComMessageFov:()=>xc,ParentComMessageNavigation:()=>Wc,ParentComMessageObstacle:()=>Yc,ParentComMessagePlayer:()=>dc,ParentComMessageRenderer:()=>Xc,ParentComMessageSpaceFence:()=>Qc,ParentComMessageSticker:()=>Jc,ParentComMessageSweep:()=>Hc,ParentComMessageTarget:()=>jc,ParentComMessageTrimmer:()=>Kc,ParentComMessageWormhole:()=>$c,PlayerComCommand:()=>gi,PlayerComCommandAssetLabel:()=>Ui,PlayerComCommandAudio:()=>Vi,PlayerComCommandCamera:()=>hi,PlayerComCommandComponent:()=>Li,PlayerComCommandCover:()=>Oi,PlayerComCommandDollyPath:()=>Hi,PlayerComCommandFloor:()=>bi,PlayerComCommandFov:()=>Ni,PlayerComCommandHamburgerMenu:()=>Xi,PlayerComCommandInfoTemplate:()=>ui,PlayerComCommandInformation:()=>Si,PlayerComCommandLayer:()=>Ri,PlayerComCommandLight:()=>Mi,PlayerComCommandMarker:()=>fi,PlayerComCommandMessageCard:()=>Fi,PlayerComCommandMonitor:()=>xi,PlayerComCommandNavigation:()=>wi,PlayerComCommandObstacle:()=>vi,PlayerComCommandPlayer:()=>Ai,PlayerComCommandRenderer:()=>Di,PlayerComCommandSpaceFence:()=>Gi,PlayerComCommandSticker:()=>Pi,PlayerComCommandSweep:()=>cc,PlayerComCommandTarget:()=>Bi,PlayerComCommandTrimmer:()=>yi,PlayerComCommandTypeDefine:()=>Ci,PlayerComCommandUi:()=>Ii,PlayerComCommandWormhole:()=>ki,PlayerComMessage:()=>Wi,PlayerComMessageAssetLabel:()=>nc,PlayerComMessageCamera:()=>Ki,PlayerComMessageComponent:()=>Ji,PlayerComMessageDollyPath:()=>ic,PlayerComMessageFloor:()=>ji,PlayerComMessageFov:()=>zi,PlayerComMessageNavigation:()=>Zi,PlayerComMessageObstacle:()=>ec,PlayerComMessagePlayer:()=>$i,PlayerComMessageRenderer:()=>qi,PlayerComMessageSpaceFence:()=>oc,PlayerComMessageSticker:()=>ac,PlayerComMessageSweep:()=>Qi,PlayerComMessageTarget:()=>rc,PlayerComMessageTrimmer:()=>tc,PlayerComMessageTypeDefine:()=>Yi,PlayerComMessageWormhole:()=>sc,PlayerController:()=>lc,PopupUserFormField:()=>Wa,RendererResolution:()=>u,TakeScreenshotVisibility:()=>S,TintableIconRef:()=>L,TtsTextModeDefine:()=>Sa,UnityNavigationMode:()=>R,UnityNavigationParams:()=>M,UnityNavigationPlan:()=>y,VRTalkBaseData:()=>p,VRTalkEditablePlayer:()=>Zc,VR_ACTION_PLATFORM_CAPABILITY_AR_ONLY:()=>on,VR_ACTION_PLATFORM_CAPABILITY_VR_AND_AR:()=>sn,VR_ACTION_PLATFORM_CAPABILITY_VR_ONLY:()=>rn,VR_INFO_BAR_DEFAULT:()=>vs,VR_INFO_BAR_ICON_KEYS:()=>ks,VR_MAIN_BAR_DEFAULT:()=>ws,VR_MAIN_BAR_ICON_KEYS:()=>Bs,Vector2:()=>n,Vector3:()=>a,VrAction:()=>ze,VrActionAnalyticsValueModeDefine:()=>Fa,VrActionCloudFormValueModeDefine:()=>Ua,VrActionHitAnalyticsEventFieldBinding:()=>Ha,VrActionParams:()=>Ct,VrActionParams2dGeneralChangeDeformationSettings:()=>St,VrActionParams2dImageChangeSource:()=>Nt,VrActionParams2dPanelButtonChangeEnabled:()=>Dt,VrActionParams2dPanelChangeScene:()=>ht,VrActionParams2dTextChangeSource:()=>Lt,VrActionParams2dVideoChangeMuteState:()=>yt,VrActionParams2dVideoChangePlayState:()=>Mt,VrActionParams2dVideoChangeSource:()=>Rt,VrActionParams3dBoxChangeColor:()=>Pt,VrActionParams3dModelOperateAnimationClip:()=>Ut,VrActionParamsAbilityEnable:()=>pt,VrActionParamsAbilityStop:()=>gt,VrActionParamsAiAgentActivate:()=>Ma,VrActionParamsAiAgentActivateAndInjectDialogue:()=>Da,VrActionParamsAiAgentActivateAndSendUserMessage:()=>ha,VrActionParamsAiAgentHide:()=>ya,VrActionParamsAiAgentTriggerConversation:()=>ba,VrActionParamsAiAgentTriggerMonologue:()=>Pa,VrActionParamsAudioCenterPlayList:()=>Vt,VrActionParamsAudioCenterSetVolume:()=>Va,VrActionParamsBackgroundThread:()=>Ra,VrActionParamsCameraDollyMove:()=>Gt,VrActionParamsCameraDollyStop:()=>xt,VrActionParamsCameraMoveTo:()=>kt,VrActionParamsCanvasComponentChangeVisibility:()=>_a,VrActionParamsCloudFormCollectField:()=>ka,VrActionParamsCloudFormReset:()=>xa,VrActionParamsCloudFormShowDialog:()=>Ba,VrActionParamsCloudFormSubmit:()=>Ga,VrActionParamsComponentGeneralAudioSourceChangeLoopMode:()=>vt,VrActionParamsComponentGeneralAudioSourcePause:()=>wt,VrActionParamsComponentGeneralAudioSourcePlayControl:()=>ft,VrActionParamsComponentGeneralChangeTransform:()=>It,VrActionParamsComponentGeneralChangeVisibility:()=>Ot,VrActionParamsComponentGeneralOperateTransitionAnimation:()=>ut,VrActionParamsComponentTagSimulateClick:()=>bt,VrActionParamsFlowEnter:()=>ea,VrActionParamsFlowExit:()=>ta,VrActionParamsHamburgerMenuChangeOpenState:()=>Ta,VrActionParamsHamburgerMenuGroupChangeExpanded:()=>pa,VrActionParamsHamburgerMenuNodeChangeVisibility:()=>Ea,VrActionParamsHitAnalyticsEvent:()=>Xa,VrActionParamsInformationContentCardShow:()=>Kt,VrActionParamsInformationLinkOpen:()=>Jt,VrActionParamsLayerChangeVisibility:()=>ma,VrActionParamsLogicCurrentTime:()=>$a,VrActionParamsLogicRandomColor:()=>za,VrActionParamsLogicRandomNumber:()=>Ka,VrActionParamsLogicRandomPickBoolean:()=>Za,VrActionParamsLogicRandomPickColor:()=>en,VrActionParamsLogicRandomPickCssColor:()=>tn,VrActionParamsLogicRandomPickFromRecommendOptions:()=>an,VrActionParamsLogicRandomPickNumber:()=>qa,VrActionParamsLogicRandomPickString:()=>Qa,VrActionParamsLogicVariableBooleanToggle:()=>Zt,VrActionParamsLogicVariableModify:()=>zt,VrActionParamsLogicVariableNumberAdd:()=>jt,VrActionParamsLogicVariableStringAdvanced:()=>qt,VrActionParamsLogicVariableStringAppend:()=>$t,VrActionParamsLogicVariableStringTrimEnd:()=>Qt,VrActionParamsMessageCardChangeShowState:()=>Ca,VrActionParamsMessageCardCreateTemporary:()=>Ia,VrActionParamsMessageCardDestroyTemporary:()=>ua,VrActionParamsMessageCardHide:()=>Oa,VrActionParamsMessageCardShow:()=>Aa,VrActionParamsMonitorChangeBadgeStyle:()=>da,VrActionParamsMonitorChangeBadgeText:()=>la,VrActionParamsMonitorChangeEnabled:()=>aa,VrActionParamsMonitorComponentChangeVisibility:()=>ra,VrActionParamsMonitorSwitchActiveTab:()=>na,VrActionParamsMonitorVideoChangeMuteState:()=>ca,VrActionParamsMonitorVideoChangePlayState:()=>ia,VrActionParamsNavigationStart:()=>Bt,VrActionParamsPopupUserFormShowDialog:()=>Ya,VrActionParamsSweepChangeEnabled:()=>Ft,VrActionParamsSweepChangePanorama:()=>Ht,VrActionParamsSweepMarkerChangeEnabled:()=>Xt,VrActionParamsSweepOnlyEnableCurrent:()=>Yt,VrActionParamsSweepResetToDefault:()=>Wt,VrActionParamsSystemCommonWait:()=>At,VrActionParamsSystemOpenWebpage:()=>wa,VrActionParamsSystemSetInteractiveState:()=>va,VrActionParamsSystemUiSettingsChange:()=>ga,VrActionParamsTtsPlayVoice:()=>La,VrActionParamsTtsRealtimeStream:()=>Na,VrActionSystemOpenWebpagePcModeDefine:()=>fa,VrActionTypeDefine:()=>Tt,VrAdChannel:()=>mn,VrAdItem:()=>En,VrAiSettings:()=>Tn,VrAppearanceStyle:()=>H,VrAssetLabel:()=>pn,VrAudio:()=>J,VrAudioCenter:()=>W,VrAudioList:()=>j,VrAudioLyric:()=>z,VrCameraEnterSettings:()=>Kr,VrCameraModeDefine:()=>r,VrCameraMoveTransitionTypeDefine:()=>s,VrCameraPose:()=>i,VrComponent2dAdvertisementData:()=>vo,VrComponent2dDeformationModeDefine:()=>ne,VrComponent2dDeformationSettings:()=>re,VrComponent2dImageData:()=>Vo,VrComponent2dImageSourceData:()=>Uo,VrComponent2dPanelAnsweringModeSettings:()=>xo,VrComponent2dPanelButtonItemData:()=>Jo,VrComponent2dPanelButtonTypeDefine:()=>Wo,VrComponent2dPanelData:()=>ko,VrComponent2dPanelImageItemData:()=>Yo,VrComponent2dPanelItem:()=>Xo,VrComponent2dPanelItemStyle:()=>$o,VrComponent2dPanelItemTypeDefine:()=>Ho,VrComponent2dPanelSceneData:()=>Go,VrComponent2dPanelSceneGeneralParams:()=>zo,VrComponent2dPanelSceneModeDefine:()=>Bo,VrComponent2dPanelSceneStyle:()=>jo,VrComponent2dPanelTextItemData:()=>Ko,VrComponent2dPanelVariableModifierModeSettings:()=>Fo,VrComponent2dTextBasicModeSettings:()=>ai,VrComponent2dTextData:()=>ei,VrComponent2dTextHorizontalAlignDefine:()=>Qo,VrComponent2dTextMarqueeModeSettings:()=>ni,VrComponent2dTextModeDefine:()=>Zo,VrComponent2dTextSourceData:()=>ti,VrComponent2dTextVerticalAlignDefine:()=>qo,VrComponent2dVideoData:()=>ri,VrComponent2dVideoSourceData:()=>si,VrComponent3dBoxData:()=>oi,VrComponent3dModelAnimationClipData:()=>li,VrComponent3dModelAnimationData:()=>ci,VrComponent3dModelData:()=>ii,VrComponentAudioSource:()=>K,VrComponentAudioSourceDistanceModelDefine:()=>Y,VrComponentControllerTypeDefine:()=>Q,VrComponentCustomVisibilitySettings:()=>ee,VrComponentData:()=>q,VrComponentData2d:()=>ae,VrComponentData2dCurvedSurfaceSettings:()=>se,VrComponentData2dFoldSurfaceSettings:()=>oe,VrComponentData3d:()=>ie,VrComponentNavigationSettings:()=>Z,VrComponentTagData:()=>_i,VrComponentTagTextLocationDefine:()=>di,VrComponentTransitionAnimation:()=>le,VrComponentTransitionAnimationKeyframe:()=>de,VrComponentTransitionAnimationPlayCompleteProcessTypeDefine:()=>ce,VrComponentTypeDefine:()=>$,VrContentCard:()=>B,VrContentCardMedia:()=>G,VrContentCardMediaTypeDefine:()=>V,VrContentCardModule:()=>k,VrContentCardShowStyleDefine:()=>U,VrContentData:()=>$r,VrContentDataBuilder:()=>Yr,VrCoverBackgroundFitTypeDefine:()=>Dn,VrCoverBackgroundTypeDefine:()=>hn,VrCoverButtonTypeDefine:()=>fn,VrCoverSettings:()=>wn,VrFloatingLayerStyle:()=>gn,VrFloor:()=>Qr,VrFloorMapSettings:()=>qr,VrFlow:()=>ss,VrFlowPositionSettings:()=>_s,VrFlowPositionTypeDefine:()=>ds,VrFlowStatusDefine:()=>rs,VrFlowStep:()=>cs,VrFlowStepArriveAction:()=>ls,VrFlowStepBarStyleDefine:()=>is,VrFlowStepEndpointSettings:()=>Es,VrFlowStepTypeDefine:()=>os,VrFlowTrigger:()=>ms,VrFov:()=>Ts,VrInfoTemplateItemValue:()=>Ln,VrInfoTemplateSettings:()=>Sn,VrIntroduceItem:()=>zr,VrLayer:()=>ps,VrLight:()=>gs,VrLightAmbient:()=>Cs,VrLightDirectional:()=>As,VrLightPoint:()=>Os,VrLogoEndpointConfig:()=>On,VrLogoObjectAlignDefine:()=>An,VrLogoObjectFitDefine:()=>Cn,VrMarker:()=>us,VrMarkerGroup:()=>Ss,VrMarkerTypeDefine:()=>Is,VrMeasureAreaUnitDefine:()=>Ns,VrMeasureData:()=>Rs,VrMeasureDistanceUnitDefine:()=>Ls,VrMeasurePoint:()=>Ms,VrNavigationAdConfig:()=>ys,VrNavigationModeDefine:()=>b,VrNavigationPath:()=>w,VrNavigationPoint:()=>D,VrNavigationPointBuilder:()=>h,VrNavigationPointTypeDefine:()=>P,VrNavigationRequest:()=>f,VrNavigationResult:()=>v,VrObstacle:()=>Ps,VrObstacleGroup:()=>bs,VrPlayerLogoConfig:()=>In,VrPlayerModeDefine:()=>mi,VrPlayerStatusDefine:()=>Ti,VrPlayerStatusNumMapping:()=>Ei,VrPlayerStatusValue:()=>pi,VrPlayerUiSettings:()=>un,VrRenderSettings:()=>Nn,VrShadowStyle:()=>x,VrSignal:()=>as,VrSignalSourceDefine:()=>es,VrSignalTrigger:()=>ns,VrSignalTypeDefine:()=>Zr,VrSignalTypeSourceMapping:()=>ts,VrSticker:()=>Ys,VrStickerActivateTypeDefine:()=>Ws,VrSweep:()=>Ks,VrSweepAlignmentDefine:()=>Js,VrSweepCameraPose:()=>o,VrSweepPanoramaBallExternalViewModeDefine:()=>$s,VrSweepPanoramaData:()=>Qs,VrSweepPanoramaSourceData:()=>qs,VrSweepPanoramaSourceTypeDefine:()=>js,VrSweepPlacementTypeDefine:()=>zs,VrTarget:()=>oo,VrTargetGroup:()=>io,VrTheme:()=>Zs,VrTrimmerData:()=>eo,VrUiIconItem:()=>Ds,VrView:()=>ao,VrViewTypeDefine:()=>no,VrWorldSizeInfo:()=>Jr,VrWormhole:()=>ro,VrWormholeGroup:()=>so,WorkNoteEnterTag:()=>hs,XR_HAMBURGER_MENU_DEFAULT_COLOR:()=>Zn,XrAbility:()=>wo,XrAbilityGroup:()=>fo,XrActionCategoryDefine:()=>Ye,XrAiAgent:()=>bo,XrAiAgentParams:()=>yo,XrAiAgentRolePromptSettings:()=>Mo,XrAiAgentSkillPrompt:()=>Po,XrAiAgentUseAbility:()=>Ao,XrAiAgentUseAnalyticsEvent:()=>Lo,XrAiAgentUseBackgroundThread:()=>go,XrAiAgentUseCameraDollyPath:()=>Co,XrAiAgentUseCloudForm:()=>uo,XrAiAgentUseComponent:()=>lo,XrAiAgentUseContentCard:()=>Oo,XrAiAgentUseFov:()=>Io,XrAiAgentUseKnowledgeBase:()=>So,XrAiAgentUseMessageCard:()=>No,XrAiAgentUseMonitor:()=>Ro,XrAiAgentUseSpaceFence:()=>To,XrAiAgentUseSpaceFenceGroup:()=>po,XrAiAgentUseSticker:()=>Eo,XrAiAgentUseTarget:()=>_o,XrAiAgentUseVariable:()=>mo,XrAudioCenterState:()=>Be,XrBackgroundThread:()=>co,XrBackgroundThreadState:()=>Re,XrBackgroundThreadStatusDefine:()=>Ne,XrBaseAction:()=>Je,XrBoundVariableControl:()=>_n,XrCameraDollyPath:()=>Do,XrCameraDollyPathNode:()=>ho,XrComponentState2dImage:()=>ye,XrComponentState2dPanel:()=>he,XrComponentState2dText:()=>be,XrComponentState2dVideo:()=>Pe,XrComponentState3dBox:()=>De,XrComponentState3dModel:()=>fe,XrComponentStateBase:()=>Me,XrComponentStateTag:()=>we,XrConditionAction:()=>ct,XrConditionArg:()=>nt,XrConditionArgKindDefine:()=>et,XrConditionArgLiteralTypeDefine:()=>tt,XrConditionArrayItem:()=>at,XrConditionCall:()=>rt,XrConditionElseIfBranch:()=>it,XrConditionGroup:()=>st,XrConditionNodeKindDefine:()=>Ze,XrConditionSubject:()=>$e,XrConditionSubjectKindDefine:()=>je,XrConditionTree:()=>ot,XrConditionValueOperand:()=>qe,XrConditionValueOperandValueTypeDefine:()=>Qe,XrConditionWatcher:()=>Ie,XrConditionWatcherTriggerModeDefine:()=>Oe,XrCountLoopAction:()=>lt,XrExpressionLoopAction:()=>_t,XrExpressionLoopActionCheckExpressionPositionDefine:()=>dt,XrHamburgerCanvasComponentBase:()=>kr,XrHamburgerCanvasComponentButton:()=>Xr,XrHamburgerCanvasComponentButtonIconPositionDefine:()=>Br,XrHamburgerCanvasComponentImage:()=>Gr,XrHamburgerCanvasComponentImageModeDefine:()=>fr,XrHamburgerCanvasComponentProgressBar:()=>Fr,XrHamburgerCanvasComponentProgressBarDirectionDefine:()=>Vr,XrHamburgerCanvasComponentText:()=>xr,XrHamburgerCanvasComponentTextAlignDefine:()=>wr,XrHamburgerCanvasComponentTypeDefine:()=>Dr,XrHamburgerCanvasComponentVariableControl:()=>Wr,XrHamburgerCanvasComponentVerticalAlignDefine:()=>vr,XrHamburgerCanvasComponentVideo:()=>Hr,XrHamburgerCanvasComponentVideoObjectFitDefine:()=>Ur,XrHamburgerMenu:()=>hr,XrHamburgerMenuCanvasItem:()=>br,XrHamburgerMenuGridImageItem:()=>Or,XrHamburgerMenuGridLastRowModeDefine:()=>gr,XrHamburgerMenuGridMediaItem:()=>Ar,XrHamburgerMenuGroup:()=>Mr,XrHamburgerMenuImageItem:()=>Tr,XrHamburgerMenuImageItemSlide:()=>Er,XrHamburgerMenuImageObjectFitDefine:()=>Cr,XrHamburgerMenuMediaCarouselItem:()=>mr,XrHamburgerMenuMediaItem:()=>or,XrHamburgerMenuMediaTypeDefine:()=>sr,XrHamburgerMenuNode:()=>dr,XrHamburgerMenuNodeBase:()=>lr,XrHamburgerMenuNodeTypeDefine:()=>rr,XrHamburgerMenuPcLayoutModeDefine:()=>ir,XrHamburgerMenuRichImageSlide:()=>pr,XrHamburgerMenuRichTextItem:()=>Pr,XrHamburgerMenuStyle:()=>er,XrHamburgerMenuTextItem:()=>_r,XrHamburgerMenuTitleOverflowModeDefine:()=>cr,XrHamburgerMenuVideoItem:()=>Nr,XrHamburgerMenuVideoItemSlide:()=>Lr,XrHamburgerMenuWaterfallBreakpoint:()=>Ir,XrHamburgerMenuWaterfallImageItem:()=>Sr,XrHamburgerMenuWaterfallMediaItem:()=>ur,XrHamburgerMenuWebViewItem:()=>Rr,XrInteractionControlConfig:()=>We,XrInteractionControlDefaultVariant:()=>Fe,XrInteractionControlVariantDefine:()=>xe,XrInteractionControlVariantTier:()=>He,XrInteractionDataTypeDefine:()=>Ge,XrInteractionOption:()=>Xe,XrMessageCard:()=>X,XrMonitor:()=>qn,XrMonitorBadgeStyleDefine:()=>Wn,XrMonitorComponentBase:()=>Yn,XrMonitorComponentButton:()=>$n,XrMonitorComponentButtonIconPositionDefine:()=>Xn,XrMonitorComponentImage:()=>Kn,XrMonitorComponentImageModeDefine:()=>Bn,XrMonitorComponentProgressBar:()=>zn,XrMonitorComponentProgressBarDirectionDefine:()=>xn,XrMonitorComponentRuntimeState:()=>ve,XrMonitorComponentText:()=>Jn,XrMonitorComponentTextAlignDefine:()=>kn,XrMonitorComponentTypeDefine:()=>Un,XrMonitorComponentVariableControl:()=>Qn,XrMonitorComponentVerticalAlignDefine:()=>Gn,XrMonitorComponentVideo:()=>jn,XrMonitorComponentVideoObjectFitDefine:()=>Hn,XrMonitorRuntimeState:()=>Ve,XrNavigationState:()=>ke,XrPlatformDefine:()=>Ke,XrPrepareSettings:()=>vn,XrProgressBarStyleDefine:()=>Fn,XrRecommendStringOption:()=>me,XrRuntimeState:()=>Ue,XrSpaceFence:()=>Hs,XrSpaceFenceGroup:()=>Xs,XrStateBindings:()=>Le,XrStateBindingsSourceTypeDefine:()=>ue,XrStateBindingsTargetTypeDefine:()=>Se,XrSwitchAction:()=>Et,XrSwitchCase:()=>mt,XrTypedValue:()=>Ce,XrTypedValueModeDefine:()=>ge,XrVariable:()=>Ee,XrVariablePreFill:()=>Vn,XrVariableScope:()=>pe,XrVariableScopeTypeDefine:()=>Te,XrVariableTarget:()=>Ae,XrVariableTypeDefine:()=>_e,XrVirtualFloor:()=>to,buildExpressionFromTree:()=>Cl,computeProgressBarFillStyle:()=>Ml,createEmptyRichTextDoc:()=>yr,createMultiLanguageStr:()=>Mn,defaultMainPlacementOf:()=>Fs,defaultRootHamburgerStyle:()=>tr,ensureIconLayoutMaterialized:()=>ml,ensureLegacyVrPlayerUiSettingsInitialized:()=>El,extractConditionTreeDependencies:()=>Ll,getAllRegisteredVrActionPlatformCapabilities:()=>dn,getVrActionPlatformCapability:()=>ln,migrateTriggersToCentralized:()=>al,migrateXrVariableTypeEnum:()=>Tl,normalizeBrowserLanguage:()=>Pn,normalizeMultiLanguageStr:()=>yn,pickCurrentLanguage:()=>bn,pickMultiLanguageStr:()=>Rn,resolveArBottomItems:()=>dl,resolveArInfoItems:()=>_l,resolveHamburgerNodeStyle:()=>nr,resolveHamburgerRootStyle:()=>ar,resolveVrInfoBarItems:()=>ll,resolveVrMainBarItems:()=>cl,shadowToCss:()=>F});class a{x=0;y=0;z=0;constructor(e,t,a){this.x=e,this.y=t,this.z=a}}class n{x=0;y=0;constructor(e,t){this.x=e,this.y=t}}class r{static FLOORPLAN="floorplan";static INSIDE="inside";static OUTSIDE="outside";static TRANSITIONING="transitioning";static DOLLHOUSE="dollhouse"}class s{static FLY="fly";static INSTANT="instant";static FADE="fade"}class o{sweepId="";rotation=new n(0,0)}class i{floorId="";sweepId="";position=new a(0,0,0);rotation=new n(0,0);zoom=1;mode=r.INSIDE;originalEuler=new a(0,0,0)}class c{static createColorRgb(e,t,a){let n=new d;return n.r=e,n.g=t,n.b=a,n}static createColorRgba(e,t,a,n){let r=new d;return r.r=e,r.g=t,r.b=a,r.a=n,r}static createColorByStr(e){let t=new d;if(e.startsWith("#")){let a=e.substring(1);4===a.length?(t.r=parseInt(a.substring(0,1)+a.substring(0,1),16),t.g=parseInt(a.substring(1,2)+a.substring(1,2),16),t.b=parseInt(a.substring(2,3)+a.substring(2,3),16),t.a=parseInt(a.substring(3,4)+a.substring(3,4),16)/255):8===a.length?(t.r=parseInt(a.substring(0,2),16),t.g=parseInt(a.substring(2,4),16),t.b=parseInt(a.substring(4,6),16),t.a=parseInt(a.substring(6,8),16)/255):3===a.length?(t.r=parseInt(a.substring(0,1)+a.substring(0,1),16),t.g=parseInt(a.substring(1,2)+a.substring(1,2),16),t.b=parseInt(a.substring(2,3)+a.substring(2,3),16),t.a=1):6===a.length&&(t.r=parseInt(a.substring(0,2),16),t.g=parseInt(a.substring(2,4),16),t.b=parseInt(a.substring(4,6),16),t.a=1)}else if(e.startsWith("rgba")){let a=e.substring(5,e.length-1).split(",");t.r=parseInt(a[0]),t.g=parseInt(a[1]),t.b=parseInt(a[2]),t.a=parseFloat(a[3])}else if(e.startsWith("rgb")){let a=e.substring(4,e.length-1).split(",");t.r=parseInt(a[0]),t.g=parseInt(a[1]),t.b=parseInt(a[2]),t.a=1}return t}static createRandomColor(e,t){let a=new d;return a.r=Math.floor(256*Math.random()),a.g=Math.floor(256*Math.random()),a.b=Math.floor(256*Math.random()),a.a=e?Math.random():t||1,a}}class l{static colorToRgbaString(e){return e?`rgba(${e.r}, ${e.g}, ${e.b}, ${e.a})`:"rgba(0, 0, 0, 1)"}static colorToHexString(e){const t=e=>{const t=Math.round(e).toString(16);return 1===t.length?`0${t}`:t};return`#${t(e.r)}${t(e.g)}${t(e.b)}`}static colorToTHREEColor(e){return{r:e.r/255,g:e.g/255,b:e.b/255}}}class d{r=0;g=0;b=0;a=1}class _{enabled=!1;color=c.createColorRgb(0,0,0);tolerance=20}class m{static LINEAR="linear";static EASE_IN_QUAD="easeInQuad";static EASE_OUT_QUAD="easeOutQuad";static EASE_IN_OUT_QUAD="easeInOutQuad";static EASE_OUT_IN_QUAD="easeOutInQuad";static EASE_IN_CUBIC="easeInCubic";static EASE_OUT_CUBIC="easeOutCubic";static EASE_IN_OUT_CUBIC="easeInOutCubic";static EASE_OUT_IN_CUBIC="easeOutInCubic";static EASE_IN_QUART="easeInQuart";static EASE_OUT_QUART="easeOutQuart";static EASE_IN_OUT_QUART="easeInOutQuart";static EASE_OUT_IN_QUART="easeOutInQuart";static EASE_IN_QUINT="easeInQuint";static EASE_OUT_QUINT="easeOutQuint";static EASE_IN_OUT_QUINT="easeInOutQuint";static EASE_OUT_IN_QUINT="easeOutInQuint";static EASE_IN_SINE="easeInSine";static EASE_OUT_SINE="easeOutSine";static EASE_IN_OUT_SINE="easeInOutSine";static EASE_OUT_IN_SINE="easeOutInSine";static EASE_IN_EXPO="easeInExpo";static EASE_OUT_EXPO="easeOutExpo";static EASE_IN_OUT_EXPO="easeInOutExpo";static EASE_OUT_IN_EXPO="easeOutInExpo";static EASE_IN_CIRC="easeInCirc";static EASE_OUT_CIRC="easeOutCirc";static EASE_IN_OUT_CIRC="easeInOutCirc";static EASE_OUT_IN_CIRC="easeOutInCirc";static EASE_IN_BACK="easeInBack";static EASE_OUT_BACK="easeOutBack";static EASE_IN_OUT_BACK="easeInOutBack";static EASE_OUT_IN_BACK="easeOutInBack";static EASE_IN_BOUNCE="easeInBounce";static EASE_OUT_BOUNCE="easeOutBounce";static EASE_IN_OUT_BOUNCE="easeInOutBounce";static EASE_OUT_IN_BOUNCE="easeOutInBounce";static CUBIC_BEZIER_CURVE="cubicBezierCurve";static SPRING="spring";static ELASTIC="elastic"}class E{waitTime=0;easeFunction=m.LINEAR;duration=500;cubicBezierCurveParamX1=.5;cubicBezierCurveParamY1=.05;cubicBezierCurveParamX2=.1;cubicBezierCurveParamY2=.3;springParamMass=1;springParamStiffness=80;springParamDamping=10;springParamVelocity=0;elasticParamType="easeOutElastic";elasticParamAmplitude=1;elasticParamPeriod=.6}class T{static randomUUID(e){return(e?"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx":"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx").replace(/[xy]/g,(e=>{const t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))}}class p{id="";constructor(){this.id=T.randomUUID(!0)}}class g{static ZH_CN="zh_cn";static ZH_TW="zh_tw";static ZH_HK="zh_hk";static EN="en";static KR="kr";static JP="jp";static TH="th";static VN="vn";static ES="es";static FR="fr";static DE="de";static ALL=["en","jp","kr","zh_cn","zh_tw","zh_hk","th","vn","es","fr","de"]}class C{original_content="";only_use_original_content=!0;zh_cn="";zh_tw="";zh_hk="";en="";kr="";jp="";th="";vn="";es="";fr="";de=""}class A extends p{name=new C;color=c.createColorByStr("#444444");textColor=c.createColorByStr("#ffffff");additionalData={};clickActionList=[];localVariableList=[]}class O{static NAVIGATION_TO_MANUAL="navigation_to_manual";static NAVIGATION_TO_AUTO="navigation_to_auto";static DIRECT_TO_FLY="direct_to_fly";static DIRECT_TO_FADE="direct_to_fade";static DIRECT_TO_INSTANT="direct_to_instant"}class I{enabled=!1;hoverBorderColor=c.createColorRgba(0,0,0,1);borderWidth=.01}class u{width=1920;height=1080;constructor(e,t){this.width=e,this.height=t}}class S{mattertags=!1;measurements;sweeps;views;components;constructor(e,t,a,n,r){this.mattertags=e,this.measurements=t,this.sweeps=a,this.views=n,this.components=r}}class L{url="";iconCategory="";iconFilename="";colorEnabled=!1;color=c.createColorRgb(255,255,255)}class N{static NO_LOOP="no_loop";static LOOP_ALL="loop_all";static LOOP_SINGLE="loop_single"}class R extends p{name="";description="";title="";code="";enabled=!1;planList=[]}class M{transformPointsGps=[];transformPointsVrSpace=[new a(0,0,0),new a(0,0,0),new a(0,0,0)];cellSize=.1;walkableHeight=1.6;characterRadius=.2;walkableClimb=1;maxSlope=45;maxEdgeLength=1;leadBotUseSameModelForDifferentAction=!0;leadBotModelSrc="";leadBotModelScale=new a(1,1,1);leadBotModelOverlayRotate=new a(0,0,0);leadBotModelSrcStand="";leadBotModelScaleStand=new a(1,1,1);leadBotModelOverlayRotateStand=new a(0,0,0);leadBotModelSrcWalk="";leadBotModelScaleWalk=new a(1,1,1);leadBotModelOverlayRotateWalk=new a(0,0,0);leadBotModelSrcRun="";leadBotModelScaleRun=new a(1,1,1);leadBotModelOverlayRotateRun=new a(0,0,0);leadBotModelSrcArrive="";leadBotModelScaleArrive=new a(1,1,1);leadBotModelOverlayRotateArrive=new a(0,0,0);leadBotAnimationNameStand="";leadBotAnimationNameWalk="";leadBotAnimationNameRun="";leadBotAnimationNameArrive="";thresholdLeadBotDistanceToPlayer=6;thresholdLeadBotDistanceToPlayerToWalk=4;thresholdLeadBotDistanceToPlayerToClimb=.4;thresholdLeadBotDistanceToPlayerToClimbToWalk=0;thresholdLeadBotDistanceToPlayerToDescend=3.5;thresholdLeadBotDistanceToPlayerToDescendToWalk=2;thresholdLeadBotDistanceToPlayerToRun=2;leadBotSpeedRun=3.5;leadBotSpeedWalk=1.35;thresholdUserDistanceToRoute=3;thresholdShowComponents=50;thresholdVideoComponentInvisibleToPause=3;thresholdDestroyComponents=10;thresholdShowComponentsWhenEnterFloor=5}class y extends p{name="";title=new C;description=new C;obstacleGroupIds=[];wormholeGroupIds=[];targetGroupIds=[];graphCacheZipFileSrc=""}class P{static sweep="sweep";static anywhere="anywhere";static teleport="teleport"}class b{static AUTO="auto";static MANUAL="manual";static MANUAL_SIMPLE="manual_simple"}class h{static createSweepPoint(e){const t=new D;return t.type=P.sweep,t.sweepId=e.id,t.position=e.position,t}static createAnywherePoint(e){const t=new D;return t.type=P.anywhere,t.position=e,t}}class D{type=P.sweep;sweepId="";position=new a(0,0,0)}class f{id="";startPoint=new D;endPoint=new D;isAutoStart=!0;navigationMode=b.MANUAL;autoRecalculate=!0;autoRecalculateDistanceThreshold=.5;pathColor=c.createColorByStr("#03b203")}class w{sweepStartPoint=new D;sweepEndPoint=new D;pathPoints=[]}class v{request=new f;result=!1;pathList=[]}class V{static VIDEO="video";static IMAGE="image";static AUDIO="audio";static D3_MODEL="3d_model";static LINK="link";static DOCUMENT="document"}class U{static BUBBLE="bubble";static DIALOG="dialog";static DRAWER="drawer"}class B extends p{id="";name="";dialogWidth="800px";dialogHeight="600px";title=new C;richText=new C;isAvailableForAi=!0;modules=[];buttonList=[]}class k{id="";name="";type=V.IMAGE;mediaList=[]}class G{id="";type=V.VIDEO;name="";src="";coverSrc="";materialSrc=""}class x{enabled=!1;offsetX=0;offsetY=1;blur=2;color=c.createColorRgba(0,0,0,.55)}function F(e,t){if(!e||!e.enabled)return"none";const a=`${e.offsetX??0}px ${e.offsetY??0}px ${e.blur??0}px ${l.colorToRgbaString(e.color)}`;return"drop"===t?`drop-shadow(${a})`:a}class H{bgColor=c.createColorRgba(255,255,255,.3);textColor=c.createColorByStr("#4e5969");iconColor=c.createColorByStr("#ffffff");accentColor=c.createColorByStr("#1677ff");blur=5;cornerRadius=16;textShadow=function(){const e=new x;return e.enabled=!0,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.55),e}();iconShadow=function(){const e=new x;return e.enabled=!0,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.45),e}()}class X extends p{name="";remark="";iconSrc="";title=new C;content=new C;buttonList=[];overrideAppearance=!1;appearanceOverride=new H}class W{showPlayControl=!0;showSoundControl=!0;defaultVolume=100;loopMode=N.NO_LOOP;defaultPlayAudio=[];audioListData=[]}class Y{static LINEAR="linear";static INVERSE="inverse";static EXPONENTIAL="exponential"}class K{loopMode=N.NO_LOOP;autoPlay=!1;volume=1;defaultAudioIndex=0;distanceModel=Y.LINEAR;rolloffFactor=1;refDistance=1;maxDistance=10;audioDataList=[]}class J extends p{name="";description="";audioSrc="";duration=0;lyricList=[]}class z{time="00:00";content="";color=c.createColorByStr("#ffffff")}class j extends p{name="";description="";audioList=[]}class ${static TYPE_2D_TEXT="2d_text";static TYPE_2D_VIDEO="2d_video";static TYPE_2D_IMAGE="2d_image";static TYPE_2D_PANEL="2d_panel";static TYPE_2D_ADVERTISEMENT="2d_advertisement";static TYPE_3D_BOX="3d_box";static TYPE_3D_MODEL="3d_model";static TYPE_TAG="tag"}class Q{static NONE="none";static TRANSLATE="translate";static ROTATE="rotate";static SCALE="scale"}class q extends p{layerId="";name="";title=new C;description=new C;isAvailableForAi=!0;isNavigationTarget=!0;ignoreOptimizationAlwaysShow=!1;type=null;scale=new a(1,1,1);position=new a(0,0,0);rotation=new a(0,0,0);originalScale=new a(1,1,1);visible=!0;opacity=1;castShadow=!0;receiveShadow=!0;isEnableAutoMoveCameraToNearWhenClick=!1;responseMouse=!0;markerList=[];showInContentMenu=!0;keywords=[];bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode="";customVisibilitySettings=new ee;transitionAnimationList=[];defaultTransitionAnimationId="";audioSource=new K;showTransitionAnimationId="";hideTransitionAnimationId="";localVariableList=[]}class Z{allowAsDestination=!1}class ee{specialSweepVisible=!1;displayRange=0;visibleSweepList=[]}class te{static KEEP_ORIGINAL="keep-original";static FACE_TO_CAMERA_Y="face-to-camera-y";static FACE_TO_CAMERA_XYZ="face-to-camera-xyz"}class ae extends q{onlyFrontVisible=!1;faceToCameraMode=te.KEEP_ORIGINAL;hoverBorderSettings=new I;deformationSettings=new re}class ne{static NONE="none";static CURVED_SURFACE="curved-surface";static FOLD_SURFACE="fold-surface"}class re{mode=ne.NONE;curvedSurfaceSettings=new se;foldSurfaceSettings=new oe}class se{curveDegree=1}class oe{foldPosition=.5;foldAngle=0;foldInside=!1;foldRadius=.1}class ie extends q{}class ce{static STAY_AT_LAST_FRAME="stay-at-last-frame";static JUMP_TO_ORIGINAL_STATE="jump-to-original-state";static LOOP_FROM_ORIGINAL_STATE="loop-from-original-state";static ANIMATE_TO_ORIGINAL_STATE="animate-to-original-state";static LOOP_REVERSE="loop-reverse"}class le{id="";name="";description="";playCompleteProcessType=ce.STAY_AT_LAST_FRAME;keyFrameList=[]}class de{id="";name="";isTransformTranslate=!1;transformTranslate=new a(0,0,0);isTransformRotate=!1;transformRotate=new a(0,0,0);isTransformScale=!1;transformScale=new a(1,1,1);isOpacity=!1;opacity=1;modelAnimationClipId="";easingAnimationSettings=new E}class _e{static STRING="string";static NUMBER="number";static BOOLEAN="boolean";static COLOR="color";static CSS_COLOR="css_color"}class me{value="";label=new C}class Ee{key="";name="";type="string";value="";stringDefaultValue="";stringRecommendOptions=[];numberDefaultValue=0;numberStep=1;numberMinValue=0;numberMaxValue=0;numberRecommendOptions=[];booleanDefaultValue=!1;colorDefaultValue=c.createColorRgba(255,255,255,1);colorRecommendOptions=[];cssColorDefaultValue="#ffffff";cssColorRecommendOptions=[];enumOptions;enumDefaultValue}class Te{static GLOBAL="global";static LOCAL="local";static STEP="step";static FLOW="flow";static ABILITY="ability"}class pe{type=Te.LOCAL;ownerId="";variableList=[]}class ge{static LITERAL="literal";static VARIABLE="variable"}class Ce{mode=ge.LITERAL;literal;variableScope;variableKey}class Ae{scope=Te.GLOBAL;key=""}class Oe{static RISING_EDGE_TRIGGER="rising-edge-trigger";static LEVEL_TRIGGER="level-trigger"}class Ie extends p{name="";remark="";conditionTree=new ot;triggerMode=Oe.RISING_EDGE_TRIGGER}class ue{static XR_VARIABLE_EXPRESSION="xr-variable-expression";static STICKER_ACTIVE_STATE="sticker-active-state";static SPACE_FENCE_USER_IN_STATE="space-fence-user-in-state";static SPACE_FENCE_GROUP_USER_IN_STATE="space-fence-group-user-in-state";static COMPONENT_VISIBLE_STATE="component-visible-state";static LAYER_VISIBLE_STATE="layer-visible-state";static HAMBURGER_MENU_NODE_VISIBLE_STATE="hamburger-menu-node-visible-state";static AI_AGENT_ENABLED_STATE="ai-agent-enabled-state";static AI_AGENT_ACTIVE_STATE="ai-agent-active-state";static BACKGROUND_THREAD_RUNNING="background-thread-running"}class Se{static XR_VARIABLE="xr-variable";static COMPONENT_VISIBLE_STATE="component-visible-state";static LAYER_VISIBLE_STATE="layer-visible-state";static MESSAGE_CARD_SHOW_STATE="message-card-show-state";static COMPONENT_2D_PANEL_BUTTON_ENABLED_STATE="component-2d-panel-button-enabled-state";static MONITOR_COMPONENT_VISIBLE_STATE="monitor-component-visible-state";static CANVAS_COMPONENT_VISIBLE_STATE="canvas-component-visible-state";static COMPONENT_2D_PANEL_SCENE_SWITCH="component-2d-panel-scene-switch";static COMPONENT_2D_IMAGE_SOURCE_SWITCH="component-2d-image-source-switch";static COMPONENT_2D_VIDEO_SOURCE_SWITCH="component-2d-video-source-switch";static COMPONENT_3D_MODEL_ANIMATION_CLIP_SWITCH="component-3d-model-animation-clip-switch";static AI_AGENT_ENABLED_STATE="ai-agent-enabled-state";static HAMBURGER_MENU_NODE_VISIBLE_STATE="hamburger-menu-node-visible-state";static BACKGROUND_THREAD_RUNNING="background-thread-running"}class Le{enabled=!0;name="";remark="";sourceType=ue.XR_VARIABLE_EXPRESSION;sourceExpression="";sourceConditionTree;sourceId="";reverseSource=!1;targetType=Se.XR_VARIABLE;targetId="";targetOptionTrue="";targetOptionFalse=""}class Ne{static IDLE="idle";static RUNNING="running";static PAUSED="paused";static STOPPED="stopped"}class Re{threadId="";status="idle";completedCycles=0;currentActionIndex=0}class Me{position=new a(0,0,0);rotation=new a(0,0,0);scale=new a(1,1,1);visible=!0;opacity=1;responseMouse=!0;playingTransitionAnimationId=null;audioPlayingId=null;audioVolume=1;audioLoopMode=N.NO_LOOP;audioPaused=!0}class ye extends Me{currentSourceId="";autoChangeInterval=0}class Pe extends Me{currentSourceId="";playing=!1;muted=!1;loopMode=N.NO_LOOP;playbackRate=1}class be extends Me{currentSourceId=""}class he extends Me{currentSceneId="";buttonEnabledState={}}class De extends Me{faceColor=c.createColorRgba(0,255,0,.2);borderColor=c.createColorRgba(0,255,0,.5);hoverFaceColor=c.createColorRgba(0,255,0,.5);hoverBorderColor=c.createColorRgba(0,255,0,.8)}class fe extends Me{playingAnimationClipId=null}class we extends Me{}class ve{id="";type="text";name="";positionX=0;positionY=0;width=200;height=150;rotation=0;opacity=1;backgroundColor="rgba(255,255,255,0)";hoverStyleEnabled=!1;hoverBackgroundColor="rgba(255,255,255,0)";hoverOpacity=1;clickActionList=[];visible=!0;zIndex=1;radius=0;border="none";paddingX=6;paddingY=6;css={};script="";imageSrc="";imageMode="fill";textContent="";textColor="rgba(255,255,255,1)";textSize=16;textAlign="center";textBold=!1;textItalic=!1;textUnderline=!1;textVerticalAlign="middle";progressBarStyle="solid";progressBarColor="#1677ff";progressBarColorEnd="#69b1ff";progressBarTrackColor="rgba(0,0,0,0.08)";progressRange=100;progressBarDirection="horizontal";progress="50";videoSrc="";poster="";autoplay=!1;muted=!0;loop=!1;controls=!0;objectFit="cover";icon=new L;iconPosition="left";bound=null}class Ve{enabled=!0;componentStates={};badgeText="";badgeStyle="corner";badgeBgColor="rgba(255,77,79,1)";badgeTextColor="rgba(255,255,255,1)"}class Ue extends p{variableValue={};activeTriggerPool=[];triggerExecuteCount={};audioCenterState=new Be;navigationState=new ke;globalMuted=!1;componentState2dImage={};componentState2dVideo={};componentState2dText={};componentState2dPanel={};componentState3dBox={};componentState3dModel={};componentStateTag={};monitorState={};activeMonitorTab="";canvasState={};layerVisibility={};messageCardShowState={};stickerActiveState={};sweepEnabledState={};backgroundThreadState={};abilityState={};flowScopeValue={};flowStepScopeValue={};enabledAiAgentIds=[];activeAiAgentId=null;hamburgerMenuVisibility={};hamburgerMenuOpen=!1;hamburgerMenuExpanded={};playerUiSettings={}}class Be{playingAudioListId="";playingAudioId=""}class ke{isNavigating=!1;destinationType="sweep";destinationSweepId="";destinationPosition=new a(0,0,0);navigationMode="manual";originalDestinationType="";originalDestinationId=""}class Ge{static STRING="string";static NUMBER="number";static BOOLEAN="boolean";static ENUM="enum";static COLOR="color";static CSS_COLOR="css_color"}class xe{static NUMBER_INPUT="number_input";static NUMBER_SLIDER="number_slider";static NUMBER_SLIDER_VERTICAL="number_slider_vertical";static NUMBER_STEPPER="number_stepper";static NUMBER_STAR_RATING="number_star_rating";static NUMBER_SEGMENT="number_segment";static NUMBER_EMOJI_SCALE="number_emoji_scale";static NUMBER_DIAL="number_dial";static NUMBER_PROGRESS_TAP="number_progress_tap";static NUMBER_CHIP_TILE="number_chip_tile";static STRING_INPUT="string_input";static STRING_TEXTAREA="string_textarea";static STRING_SELECT="string_select";static STRING_AUTOCOMPLETE="string_autocomplete";static STRING_SEGMENT="string_segment";static STRING_RADIO="string_radio";static STRING_TAG="string_tag";static STRING_CARD_GRID="string_card_grid";static STRING_AVATAR_LIST="string_avatar_list";static STRING_COLOR_SWATCH="string_color_swatch";static BOOLEAN_SWITCH="boolean_switch";static BOOLEAN_CHECKBOX="boolean_checkbox";static BOOLEAN_SEGMENT="boolean_segment";static BOOLEAN_THUMB="boolean_thumb";static BOOLEAN_CARD_PAIR="boolean_card_pair";static COLOR_PICKER="color_picker";static COLOR_SWATCH_PICKER="color_swatch_picker";static CSS_COLOR_INPUT="css_color_input";static CSS_COLOR_SWATCH_PICKER="css_color_swatch_picker";static CSS_COLOR_ADVANCED="css_color_advanced"}class Fe{static getDefault(e){return"number"===e?xe.NUMBER_INPUT:"boolean"===e?xe.BOOLEAN_SWITCH:"color"===e?xe.COLOR_PICKER:"css_color"===e?xe.CSS_COLOR_INPUT:xe.STRING_INPUT}}class He{static TIER_A=new Set(["boolean_switch","boolean_checkbox","number_stepper","boolean_segment","number_input","string_input","string_select"]);static TIER_B=new Set(["number_slider","string_segment","string_radio","string_tag","color_picker","css_color_input","color_swatch_picker","css_color_swatch_picker","string_color_swatch","number_chip_tile"]);static getTier(e){return He.TIER_A.has(e)?"A":He.TIER_B.has(e)?"B":"C"}}class Xe{label=new C;value="";icon=new L;imageUrl="";description=new C;badge=new C;color="";disabled=!1}class We{variant=xe.STRING_INPUT;min=null;max=null;step=null;precision=null;sliderShowTicks=!1;sliderActiveColor="";sliderTrackColor="";sliderShowTooltip=!0;starCount=5;starAllowHalf=!1;starIcon=new L;starActiveColor="";starInactiveColor="";starSize=32;starShowValueLabel=!1;emojiScaleEmojis=[];emojiScaleSize=36;emojiScaleAnimateOnSelect=!0;dialSize=120;dialActiveColor="";dialShowValueInCenter=!0;dialStartAngle=135;progressTapHeight=20;progressTapGradientFrom="";progressTapGradientTo="";progressTapShowMarks=!1;chipTileSize=56;chipTileColumns=5;chipTileActiveColor="";options=[];textareaRows=3;textareaMaxLength=null;textareaShowCount=!1;tagMode="pill";cardGridColumns=2;cardGridImageRatio="4:3";cardGridShowDescription=!0;avatarListShowSubtitle=!0;avatarListSize=40;colorSwatchSize=32;colorSwatchShape="square";colorSwatchColumns=6;booleanTrueLabel=new C;booleanFalseLabel=new C;booleanTrueIcon=new L;booleanFalseIcon=new L;booleanTrueColor="";booleanFalseColor="";colorSwatchOptions=[];cssColorSwatchOptions=[];borderRadius=null;accentColor=""}class Ye{static BASIC="basic";static CONDITION="condition";static COUNT_LOOP="count_loop";static EXPRESSION_LOOP="expression_loop";static SWITCH="switch"}class Ke{static VR="VR";static AR="AR"}class Je{actionCategory=Ye.BASIC;backgroundColorMark="rgba(255,255,255,1)"}class ze extends Je{actionCategory=Ye.BASIC;id="";actionType=Tt.COMPONENT_2D_IMAGE_CHANGE_SOURCE;params=new Ct}class je{static VARIABLE="variable";static PLATFORM="platform";static EXPRESSION="expression"}class $e{kind=je.VARIABLE;variableScope;variableKey;rawExpression}class Qe{static STRING="string";static NUMBER="number";static BOOLEAN="boolean";static PLATFORM_ENUM="platform_enum"}class qe{valueType=Qe.STRING;literal;valueRef}class Ze{static CALL="call";static GROUP="group"}class et{static LITERAL="literal";static VAR_REF="var_ref";static ARRAY_LITERAL="array_literal"}class tt{static STRING="string";static NUMBER="number";static BOOLEAN="boolean"}class at{type=tt.STRING;value=""}class nt{argKind=et.LITERAL;literalType;literalValue;variableScope;variableKey;arrayItems}class rt{kind=Ze.CALL;funcName="";args=[];negate=!1}class st{kind=Ze.GROUP;logicalOp="and";children=[];negate=!1}class ot{root=new st}class it{ifExpression="";conditionTree;actionList=[]}class ct{actionCategory=Ye.CONDITION;ifExpression="";conditionTree;ifActionList=[];elseIfBranchList=[];elseActionList=[]}class lt{actionCategory=Ye.COUNT_LOOP;loopCount=1;loopCountRef;actionList=[]}class dt{static BEFORE_ACTION="before_action";static AFTER_ACTION="after_action"}class _t{actionCategory=Ye.EXPRESSION_LOOP;checkExpression="";conditionTree;checkExpressionPosition=dt.BEFORE_ACTION;actionList=[]}class mt{matchValue=new qe;actionList=[]}class Et{actionCategory=Ye.SWITCH;subject=new $e;caseList=[];defaultActionList=[]}class Tt{static SYSTEM_COMMON_WAIT="system_common_wait";static COMPONENT_GENERAL_CHANGE_VISIBILITY="component_general_change_visibility";static COMPONENT_GENERAL_CHANGE_TRANSFORM="component_general_change_transform";static COMPONENT_GENERAL_PLAY_TRANSITION_ANIMATION="component_general_play_transition_animation";static COMPONENT_GENERAL_STOP_TRANSITION_ANIMATION="component_general_stop_transition_animation";static COMPONENT_2D_GENERAL_CHANGE_DEFORMATION_SETTINGS="component_2d_general_change_deformation_settings";static COMPONENT_GENERAL_AUDIO_SOURCE_PLAY_CONTROL="component_general_audio_source_play_control";static COMPONENT_GENERAL_AUDIO_SOURCE_PAUSE="component_general_audio_source_pause";static COMPONENT_GENERAL_AUDIO_SOURCE_CHANGE_LOOP_MODE="component_general_audio_source_change_loop_mode";static COMPONENT_2D_IMAGE_CHANGE_SOURCE="component_2d_image_change_source";static COMPONENT_2D_VIDEO_CHANGE_SOURCE="component_2d_video_change_source";static COMPONENT_2D_VIDEO_CHANGE_PLAY_STATE="component_2d_video_change_play_state";static COMPONENT_2D_VIDEO_CHANGE_MUTE_STATE="component_2d_video_change_mute_state";static COMPONENT_2D_TEXT_CHANGE_SOURCE="component_2d_text_change_source";static COMPONENT_2D_PANEL_CHANGE_SCENE="component_2d_panel_change_scene";static COMPONENT_2D_PANEL_BUTTON_CHANGE_ENABLED="component_2d_panel_button_change_enabled";static COMPONENT_TAG_SIMULATE_CLICK="component_tag_simulate_click";static COMPONENT_3D_BOX_CHANGE_COLOR="component_3d_box_change_color";static COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP="component_3d_model_play_animation_clip";static COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP="component_3d_model_stop_animation_clip";static INFORMATION_CONTENT_CARD_SHOW="information_content_card_show";static INFORMATION_CONTENT_CARD_CLOSE="information_content_card_close";static INFORMATION_LINK_OPEN="information_link_open";static INFORMATION_LINK_CLOSE="information_link_close";static AUDIO_CENTER_PLAY_LIST="audio_center_play_list";static AUDIO_CENTER_PAUSE="audio_center_pause";static SWEEP_CHANGE_ENABLED="sweep_change_enabled";static SWEEP_CHANGE_PANORAMA="sweep_change_panorama";static SWEEP_MARKER_CHANGE_ENABLED="sweep_marker_change_enabled";static SWEEP_RESET_TO_DEFAULT="sweep_reset_to_default";static SWEEP_ONLY_ENABLE_CURRENT="sweep_only_enable_current";static CAMERA_MOVE_TO="camera_move_to";static CAMERA_DOLLY_MOVE="camera_dolly_move";static CAMERA_DOLLY_STOP="camera_dolly_stop";static NAVIGATION_START="navigation_start";static NAVIGATION_STOP="navigation_stop";static LOGIC_VARIABLE_MODIFY="logic_variable_modify";static LOGIC_VARIABLE_NUMBER_ADD="logic_variable_number_add";static LOGIC_VARIABLE_NUMBER_SUBTRACT="logic_variable_number_subtract";static LOGIC_VARIABLE_STRING_APPEND="logic_variable_string_append";static LOGIC_VARIABLE_STRING_TRIM_END="logic_variable_string_trim_end";static LOGIC_VARIABLE_STRING_ADVANCED="logic_variable_string_advanced";static LOGIC_VARIABLE_BOOLEAN_TOGGLE="logic_variable_boolean_toggle";static FLOW_ENTER="flow_enter";static FLOW_EXIT="flow_exit";static MONITOR_CHANGE_ENABLED="monitor_change_enabled";static MONITOR_SWITCH_ACTIVE_TAB="monitor_switch_active_tab";static MONITOR_COMPONENT_CHANGE_VISIBILITY="monitor_component_change_visibility";static MONITOR_VIDEO_CHANGE_PLAY_STATE="monitor_video_change_play_state";static MONITOR_VIDEO_CHANGE_MUTE_STATE="monitor_video_change_mute_state";static MONITOR_CHANGE_BADGE_TEXT="monitor_change_badge_text";static MONITOR_CHANGE_BADGE_STYLE="monitor_change_badge_style";static LAYER_CHANGE_VISIBILITY="layer_change_visibility";static HAMBURGER_MENU_NODE_CHANGE_VISIBILITY="hamburger_menu_node_change_visibility";static HAMBURGER_MENU_CHANGE_OPEN_STATE="hamburger_menu_change_open_state";static HAMBURGER_MENU_GROUP_CHANGE_EXPANDED="hamburger_menu_group_change_expanded";static CANVAS_COMPONENT_CHANGE_VISIBILITY="canvas_component_change_visibility";static SYSTEM_UI_SETTINGS_CHANGE="system_ui_settings_change";static MESSAGE_CARD_CHANGE_SHOW_STATE="message_card_change_show_state";static MESSAGE_CARD_SHOW="message_card_show";static MESSAGE_CARD_HIDE="message_card_hide";static MESSAGE_CARD_CREATE_TEMPORARY="message_card_create_temporary";static MESSAGE_CARD_DESTROY_TEMPORARY="message_card_destroy_temporary";static TTS_PLAY_VOICE="tts_play_voice";static TTS_REALTIME_STREAM="tts_realtime_stream";static BACKGROUND_THREAD_START="background_thread_start";static BACKGROUND_THREAD_PAUSE="background_thread_pause";static BACKGROUND_THREAD_STOP="background_thread_stop";static AI_AGENT_ACTIVATE="ai_agent_activate";static AI_AGENT_HIDE="ai_agent_hide";static AI_AGENT_TRIGGER_MONOLOGUE="ai_agent_trigger_monologue";static AI_AGENT_TRIGGER_CONVERSATION="ai_agent_trigger_conversation";static AI_AGENT_ACTIVATE_AND_SEND_USER_MESSAGE="ai_agent_activate_and_send_user_message";static AI_AGENT_ACTIVATE_AND_INJECT_DIALOGUE="ai_agent_activate_and_inject_dialogue";static SYSTEM_OPEN_WEBPAGE="system_open_webpage";static SYSTEM_SET_INTERACTIVE_STATE="system_set_interactive_state";static AUDIO_CENTER_SET_VOLUME="audio_center_set_volume";static ABILITY_ENABLE="ability_enable";static ABILITY_STOP="ability_stop";static CLOUD_FORM_SHOW_DIALOG="cloud_form_show_dialog";static CLOUD_FORM_COLLECT_FIELD="cloud_form_collect_field";static CLOUD_FORM_SUBMIT="cloud_form_submit";static CLOUD_FORM_RESET="cloud_form_reset";static HIT_ANALYTICS_EVENT="hit_analytics_event";static POPUP_USER_FORM_SHOW_DIALOG="popup_user_form_show_dialog";static LOGIC_RANDOM_NUMBER="logic_random_number";static LOGIC_RANDOM_COLOR="logic_random_color";static LOGIC_CURRENT_TIME="logic_current_time";static LOGIC_RANDOM_PICK_STRING="logic_random_pick_string";static LOGIC_RANDOM_PICK_NUMBER="logic_random_pick_number";static LOGIC_RANDOM_PICK_BOOLEAN="logic_random_pick_boolean";static LOGIC_RANDOM_PICK_COLOR="logic_random_pick_color";static LOGIC_RANDOM_PICK_CSS_COLOR="logic_random_pick_css_color";static LOGIC_RANDOM_PICK_FROM_RECOMMEND_OPTIONS="logic_random_pick_from_recommend_options"}class pt{abilityId="";contextVariableOverrides={};contextVariableOverrideRefs}class gt{abilityId=""}class Ct{}class At{duration=1e3;durationRef}class Ot{componentIdList=[];visibilityState=!0;visibilityStateRef}class It{componentId="";changeType="translate";value=new a(0,0,0);valueXRef;valueYRef;valueZRef}class ut{componentId="";transitionAnimationId="";waitForComplete=!1}class St{componentId="";deformationSettings=new re}class Lt{componentId="";changeType="next";sourceId=""}class Nt{componentId="";changeType="next";sourceId=""}class Rt{componentId="";changeType="next";sourceId="";autoPlay=!1;autoPlayRef;forceUnmute=!1;forceUnmuteRef}class Mt{componentId="";play=!0;playRef}class yt{componentId="";mute=!0;muteRef}class Pt{componentId="";faceColor=c.createColorRgba(0,0,0,1);faceColorRef;borderColor=c.createColorRgba(0,0,0,1);borderColorRef;hoverFaceColor=c.createColorRgba(0,0,0,1);hoverFaceColorRef;hoverBorderColor=c.createColorRgba(0,0,0,1);hoverBorderColorRef}class bt{componentId="";overrideAutoMoveCamera;moveTransitionMs}class ht{componentId="";sceneId=""}class Dt{componentId="";sceneId="";buttonId="";enabled=!0;enabledRef}class ft{componentId="";changeType="next";audioIndex=-1;audioId=""}class wt{componentId=""}class vt{componentId="";loopMode=N.NO_LOOP}class Vt{audioListId="";audioId=""}class Ut{componentId="";animationClipId="";waitForComplete=!1}class Bt{destinationType="sweep";componentId="";vrFovId="";fovLink="";fovLinkSnapshotSrc="";fovLinkCameraRotation=new n(0,0);fovLinkSweepId="";sweepId="";navigationMode=b.MANUAL;autoRecalculate=!0;autoRecalculateDistanceThreshold=.5;pathColor=c.createColorByStr("#03b203")}class kt{destinationType="sweep";componentId="";vrFovId="";fovLink="";fovLinkSnapshotSrc="";fovLinkCameraRotation=new n(0,0);fovLinkSweepId="";sweepId="";transitionType=s.FLY;transitionTime=1e3;transitionTimeRef}class Gt{dollyPathId=""}class xt{}class Ft{sweepIdList=[];enabled=!0;enabledRef;mode="set"}class Ht{sweepId="";panoramaId=""}class Xt{markerIdList=[];enabled=!0;enabledRef;mode="set"}class Wt{}class Yt{}class Kt{contentCardId="";showStyle=U.DRAWER}class Jt{url="";urlRef;isOpenWithExternal=!1;isOpenWithExternalRef}class zt{variableKey="";variableScope;value="";valueRef}class jt{variableKey="";variableScope;value=0;valueRef}class $t{variableKey="";variableScope;sourceType="fixed";content="";contentRef}class Qt{variableKey="";variableScope;length=1;lengthRef}class qt{variableKey="";variableScope;expression=""}class Zt{variableKey="";variableScope}class ea{flowId="";forceStopRunning=!1}class ta{}class aa{monitorId="";enabled=!0;enabledRef}class na{tabId=""}class ra{monitorId="";componentIdList=[];visible=!0;visibleRef}class sa{static PLAY="play";static PAUSE="pause";static TOGGLE="toggle"}class oa{static MUTE="mute";static UNMUTE="unmute";static TOGGLE="toggle"}class ia{monitorId="";componentId="";changeType=sa.TOGGLE;unmuteOnPlay=!1;restartFromBeginning=!1}class ca{monitorId="";componentId="";changeType=oa.TOGGLE}class la{monitorId="";badgeText="";badgeTextRef}class da{monitorId="";badgeStyleRef;badgeBgColorRef;badgeTextColorRef}class _a{hamburgerMenuNodeId="";componentIdList=[];visible=!0;visibleRef}class ma{layerIdList=[];visible=!0;visibleRef}class Ea{nodeIdList=[];visible=!0;visibleRef}class Ta{open=!0;openRef}class pa{groupNodeIdList=[];expanded=!0;expandedRef}class ga{settingKey="";value=!0;valueRef}class Ca{messageCardIdList=[];showState=!0;showStateRef}class Aa{messageCardId=""}class Oa{messageCardId=""}class Ia{card=new X;key="";keepOnlyLatestForKey=!1;closable=!0}class ua{key="";destroyAll=!1}class Sa{static SIMPLE="simple";static EXPRESSION="expression"}class La{voiceId="";textMode="simple";text=new C;textRef;textExpression="";showSubtitle=!0;waitForComplete=!0;languageCode="";speed=1;componentId=""}class Na{voiceId="";textMode="simple";text=new C;textRef;textExpression="";showSubtitle=!0;waitForComplete=!1;languageCode="";speed=1;componentId=""}class Ra{threadId=""}class Ma{agentId=""}class ya{agentId=""}class Pa{agentId=""}class ba{agentId=""}class ha extends Ma{userMessage=new C}class Da extends Ma{userMessage=new C;assistantReply=new C;pseudoStreamCharIntervalMs}class fa{static DIALOG="dialog";static FLOATING_DRAWER="floating-drawer";static PUSHED_DRAWER="pushed-drawer"}class wa{url="";urlRef;multiLangUrl;pcMode="dialog";width=720;height=480;mobileHeight=70;title;showTitleBar=!0;closeOnMaskClick=!0;forceExternalBrowser=!1}class va{interactive=!0;interactiveRef}class Va{volume=100;volumeRef}class Ua{static LITERAL="LITERAL";static EXPRESSION="EXPRESSION"}class Ba{cloudFormDataKey="";onSubmitSuccessActions=[];onAlreadySubmittedActions=[]}class ka{cloudFormDataKey="";fieldDataKey="";valueMode=Ua.LITERAL;literalValue=null;expression=""}class Ga{cloudFormDataKey="";onSuccessActions=[];onFailActions=[]}class xa{cloudFormDataKey=""}class Fa{static LITERAL="LITERAL";static USER_VARIABLE="USER_VARIABLE";static EXPRESSION="EXPRESSION"}class Ha{fieldKey="";valueMode=Fa.LITERAL;literalValue=null;variableKey="";variableScope;expression=""}class Xa{analyticsEventDataKey="";fieldBindings=[]}class Wa{fieldKey="";label=new C;description=new C;placeholder=new C;required=!0;dataType=Ge.STRING;defaultValue=null;control=new We;boundVariableScope="";boundVariableKey=""}class Ya{title=new C;description=new C;submitButtonText=new C;cancelButtonText=new C;showCancelButton=!0;blockInteraction=!0;closeOnOverlayClick=!1;synchronous=!0;fields=[];onSubmitSuccessActions=[];onCancelActions=[]}class Ka{target=new Ae;min=0;max=1;integerOnly=!1}class Ja{static RANDOM="random";static COOL="cool";static WARM="warm";static PASTEL="pastel";static VIVID="vivid";static GRAY="gray"}class za{target=new Ae;palette=Ja.RANDOM;randomAlpha=!1;fixedAlpha=1}class ja{static ISO="iso";static UNIX_MS="unix_ms";static UNIX_S="unix_s";static DATE_STRING="date_string";static TIME_STRING="time_string"}class $a{target=new Ae;outputType=ja.ISO}class Qa{target=new Ae;candidates=[]}class qa{target=new Ae;candidates=[]}class Za{target=new Ae;candidates=[]}class en{target=new Ae;candidates=[]}class tn{target=new Ae;candidates=[]}class an{target=new Ae}function nn(e,t){return{vr:e,ar:t}}const rn=nn(!0,!1),sn=nn(!0,!0),on=nn(!1,!0),cn={[Tt.CAMERA_MOVE_TO]:rn,[Tt.CAMERA_DOLLY_MOVE]:rn,[Tt.CAMERA_DOLLY_STOP]:rn,[Tt.SWEEP_CHANGE_ENABLED]:rn,[Tt.SWEEP_CHANGE_PANORAMA]:rn,[Tt.SWEEP_MARKER_CHANGE_ENABLED]:rn,[Tt.SWEEP_RESET_TO_DEFAULT]:rn,[Tt.SWEEP_ONLY_ENABLE_CURRENT]:rn,[Tt.COMPONENT_TAG_SIMULATE_CLICK]:rn};function ln(e){return e&&cn[e]||sn}function dn(){return cn}class _n{boundVariableScope="";boundVariableKey="";dataType=Ge.STRING;control=new We;label=new C;description=new C;placeholder=new C;labelColor="";descriptionColor="";commitTextOnBlur=!0}class mn extends p{name="";introduce="";code="";adItemList=[]}class En{type="image";name="";introduce="";imageSeconds=5;contentSrc="";chromaKeySettings=new _}class Tn{isAiEnabled=!0;welcomeMessage=new C}class pn extends p{assetDataKey="";position=new a(0,0,0);rotation=new a(0,0,0);scale=new a(1,1,1);color=c.createColorRgb(20,20,20);name="";description="";snapshotSrc="";bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class gn{bgColor=c.createColorRgba(255,255,255,.55);textColor=c.createColorByStr("#4e5969");iconColor=c.createColorByStr("#4e5969");accentColor=c.createColorByStr("#1677ff");blur=26;cornerRadius=16;textShadow=function(){const e=new x;return e.enabled=!0,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.12),e}();iconShadow=function(){return new x}();panelShadow=function(){const e=new x;return e.enabled=!0,e.offsetX=0,e.offsetY=4,e.blur=14,e.color=c.createColorRgba(0,0,0,.16),e}();iconTintEnabled=!1}class Cn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class An{static CENTER="center";static LEFT="left";static RIGHT="right"}class On{enabled=!0;boxWidth=160;boxHeight=56;objectFit="contain";objectAlign="center"}class In{imageSrc="";clickUrl="";backgroundColor=c.createColorRgba(0,0,0,0);pcConfig=new On;mobileConfig=new On;unityConfig=new On}class un{enabledShare=!0;enabledFullScreen=!0;enabledSceneBtn=!0;enabledFovBtn=!0;enabledD3ModeBtn=!0;enabledFloorPlanModeBtn=!0;enabledFloorSelectBtn=!0;enabledMeasurementBtn=!0;enabledFlowBtn=!1;enabledMinimap=!0;enabledStaffLogin=!1;enabledGuestLogin=!1;enabledHamburgerMenu=!0;vrDefaultGlobalMute=!1;arDefaultGlobalMute=!1;playerAppearance=new H;floatingLayerStyle=new gn;logoConfig=new In;vrMainBarItems=[];vrInfoBarItems=[];arBottomItems=[];arInfoItems=[]}class Sn{enabledVrInfoTemplate=!1;vrInfoTemplateDataKey="";vrInfoTemplateItemValueList=[]}class Ln{templateItemDataKey="";templateItemValue=""}class Nn{vrShadowEnabled=!1;vrShadowOpacity=.3;vrShadowMapSize=2048;arShadowEnabled=!1;arShadowStrength=.5;arShadowResolution="high"}function Rn(e,t,a=g.EN){if(null==e)return"";if("string"==typeof e)return e;if(e.only_use_original_content)return e.original_content??"";const n=e[t];if(null!=n&&""!==n)return n;if(a!==t){const t=e[a];if(null!=t&&""!==t)return t}return e.original_content??""}function Mn(e="",t=!0){const a=new C;return a.original_content=e,a.only_use_original_content=t,a}function yn(e){if(null==e)return new C;if("string"==typeof e){const t=new C;return t.original_content=e,t.only_use_original_content=!0,t}return e}function Pn(e){if(!e)return;const t=e.toLowerCase();return t.startsWith("zh-cn")||"zh"===t||t.startsWith("zh-hans")?"zh_cn":t.startsWith("zh-tw")||t.startsWith("zh-hant")?"zh_tw":t.startsWith("zh-hk")?"zh_hk":t.startsWith("en")?"en":t.startsWith("ko")?"kr":t.startsWith("ja")?"jp":t.startsWith("th")?"th":t.startsWith("vi")?"vn":t.startsWith("es")?"es":t.startsWith("fr")?"fr":t.startsWith("de")?"de":void 0}function bn(e,t){if(!e||0===e.length)return g.EN;const a=Pn(t);return a&&e.includes(a)?a:e[0]}class hn{static VIDEO="video";static IMAGE="image"}class Dn{static FILL="fill";static CONTAIN="contain";static COVER="cover";static NONE="none";static SCALE_DOWN="scale-down"}class fn{static PLAY="play";static TEXT="text"}class wn{coverImageSrc="";coverVideoSrc="";coverBackgroundColor=c.createColorRgba(255,255,255,1);coverBackgroundType=hn.IMAGE;coverContentFitType=Dn.CONTAIN;coverMaskColor=c.createColorRgba(255,255,255,.5);coverMaskBlur=10;coverTitle=new C;coverDescription=new C;enabledEnterVrButton=!1;enterVrButtonType=fn.PLAY;enterButtonBackgroundColor=c.createColorRgba(64,158,255,1);enterButtonForegroundColor=c.createColorRgba(255,255,255,1);enterButtonShadowColor=c.createColorRgba(64,158,255,1);textButtonContent=Mn("Enter");constructor(){this.coverBackgroundColor=c.createColorRgba(0,0,0,1),this.coverBackgroundType=hn.IMAGE,this.coverContentFitType=Dn.CONTAIN,this.coverMaskColor=c.createColorRgba(0,0,0,.5),this.coverMaskBlur=10,this.enabledEnterVrButton=!1,this.enterVrButtonType=fn.PLAY,this.enterButtonBackgroundColor=c.createColorRgba(64,158,255,1),this.enterButtonForegroundColor=c.createColorRgba(255,255,255,1),this.enterButtonShadowColor=c.createColorRgba(64,158,255,1),this.textButtonContent=Mn("Enter")}}class vn{vrInitCompleteActionList=[];vrInitLocalVariableList=[];arInitCompleteActionList=[];arInitLocalVariableList=[];allInitCompleteActionList=[];allInitLocalVariableList=[];variablePreFillEnabled=!1;variablePreFillList=[];enterVrButtonTitle=new C;description=new C}class Vn{variableKey="";defaultValue=new C;title=new C;hint=new C;required=!0}class Un{static IMAGE="image";static TEXT="text";static PROGRESS_BAR="progress-bar";static VIDEO="video";static BUTTON="button";static VARIABLE_CONTROL="variable-control"}class Bn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class kn{static LEFT="left";static CENTER="center";static RIGHT="right"}class Gn{static TOP="top";static MIDDLE="middle";static BOTTOM="bottom"}class xn{static HORIZONTAL="horizontal";static VERTICAL="vertical"}class Fn{static SOLID="solid";static GRADIENT="gradient";static STRIPED="striped";static STRIPED_ANIMATED="striped-animated";static GLOW="glow"}class Hn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static NONE="none"}class Xn{static LEFT="left";static RIGHT="right";static TOP="top"}class Wn{static BELOW="below";static CORNER="corner"}class Yn extends p{type=Un.TEXT;name="";remark="";width=200;height=150;rotation=0;opacity=1;backgroundColor="rgba(255,255,255,0)";hoverStyleEnabled=!1;hoverBackgroundColor="rgba(255,255,255,0)";hoverOpacity=1;visible=!0;zIndex=1;radius=0;border="none";paddingX=6;paddingY=6;clickActionList=[];css={};script=""}class Kn extends Yn{type=Un.IMAGE;imageSrc="";imageMode=Bn.FILL}class Jn extends Yn{type=Un.TEXT;width=150;height=30;positionX=0;positionY=0;textContent=new C;textColor="rgba(255,255,255,1)";textSize=16;textVerticalAlign=Gn.MIDDLE;textAlign=kn.CENTER;textBold=!1;textItalic=!1;textUnderline=!1}class zn extends Yn{type=Un.PROGRESS_BAR;width=160;height=14;radius=999;progressBarStyle=Fn.SOLID;progressBarColor="#1677ff";progressBarColorEnd="#69b1ff";progressBarTrackColor="rgba(0,0,0,0.08)";progressRange=100;progressBarDirection=xn.HORIZONTAL;progress="50"}class jn extends Yn{type=Un.VIDEO;width=240;height=135;backgroundColor="rgba(0,0,0,1)";videoSrc="";poster="";autoplay=!1;muted=!0;loop=!1;controls=!0;objectFit=Hn.COVER}class $n extends Yn{type=Un.BUTTON;width=120;height=36;radius=999;paddingX=14;paddingY=8;backgroundColor="#1677ff";hoverBackgroundColor="#4096ff";textContent=new C;textColor="rgba(255,255,255,1)";textSize=14;textBold=!1;textItalic=!1;textUnderline=!1;icon=new L;iconPosition=Xn.LEFT;iconSize=18}class Qn extends Yn{type=Un.VARIABLE_CONTROL;width=200;height=60;bound=new _n}class qn extends p{name="";remark="";title=new C;description="";icon=new L;size=new n(360,270);radius=12;defaultEnabled=!0;backgroundColor=c.createColorRgba(255,255,255,.5);backgroundBlur=10;badgeText=new C;badgeStyle=Wn.CORNER;badgeBgColor="rgba(255,77,79,1)";badgeTextColor="rgba(255,255,255,1)";componentList=[]}const Zn="#262626";class er{background=c.createColorRgba(0,0,0,0);textColor=c.createColorByStr("#ffffff");iconColor=c.createColorByStr("#ffffff");textShadow=(()=>{const e=new x;return e.enabled=!0,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.55),e})();iconShadow=new x;iconTintEnabled=!0}function tr(){const e=new er;return e.background=c.createColorRgba(0,0,0,.5),e}function ar(e,t){if(e&&e.rootStyleOverrideEnabled){const t=e.rootStyle||tr();return{background:l.colorToRgbaString(t.background),textColor:l.colorToRgbaString(t.textColor),iconColor:l.colorToRgbaString(t.iconColor),textShadow:F(t.textShadow,"text"),iconShadow:F(t.iconShadow,"drop"),iconTintEnabled:!1!==t.iconTintEnabled}}const a=t||new gn;return{background:l.colorToRgbaString(a.bgColor),textColor:l.colorToRgbaString(a.textColor),iconColor:l.colorToRgbaString(a.iconColor),textShadow:F(a.textShadow,"text"),iconShadow:F(a.iconShadow,"drop"),iconTintEnabled:!!a.iconTintEnabled}}function nr(e,t){const a=e&&e.style||new er;return e&&e.styleOverrideEnabled?{background:l.colorToRgbaString(a.background),textColor:l.colorToRgbaString(a.textColor),iconColor:l.colorToRgbaString(a.iconColor),textShadow:F(a.textShadow,"text"),iconShadow:F(a.iconShadow,"drop"),iconTintEnabled:!1!==a.iconTintEnabled}:{background:"transparent",textColor:t.textColor,iconColor:t.iconColor,textShadow:t.textShadow,iconShadow:t.iconShadow,iconTintEnabled:t.iconTintEnabled}}class rr{static GROUP="group";static TEXT_ITEM="text_item";static MEDIA_CAROUSEL_ITEM="media_carousel_item";static GRID_MEDIA_ITEM="grid_media_item";static WATERFALL_MEDIA_ITEM="waterfall_media_item";static WEBVIEW_ITEM="webview_item";static RICH_TEXT_ITEM="rich_text_item";static CANVAS_ITEM="canvas_item";static IMAGE_ITEM="image_item";static GRID_IMAGE_ITEM="grid_image_item";static WATERFALL_IMAGE_ITEM="waterfall_image_item";static VIDEO_ITEM="video_item"}class sr{static IMAGE="image";static VIDEO="video"}class or extends p{mediaType=sr.IMAGE;url="";poster="";caption=new C;aspectRatio=0;buttonList=[]}class ir{static FLOATING="floating";static PUSHED="pushed"}class cr{static ELLIPSIS="ellipsis";static WRAP="wrap"}class lr extends p{nodeType=rr.TEXT_ITEM;name="";color=Zn;backgroundColor="";styleOverrideEnabled=!1;style=new er;visible=!0;requireXrReady=!0}class dr extends lr{title=new C;icon=new L;titleOverflowMode=cr.ELLIPSIS}class _r extends dr{constructor(){super(),this.nodeType=rr.TEXT_ITEM}actionList=[]}class mr extends dr{constructor(){super(),this.nodeType=rr.MEDIA_CAROUSEL_ITEM}description=new C;mediaList=[];autoplay=!0;intervalMs=3e3;height=0;objectFit=Cr.COVER}class Er{url="";actionList=[]}class Tr extends dr{constructor(){super(),this.nodeType=rr.IMAGE_ITEM}description=new C;imageList=[];autoplay=!0;intervalMs=3e3;height=0;objectFit=Cr.COVER}class pr{url="";caption=new C;actionList=[];aspectRatio=0}class gr{static LEFT="left";static FILL="fill";static CENTER="center";static STRETCH="stretch"}class Cr{static COVER="cover";static CONTAIN="contain";static FILL="fill"}class Ar extends dr{constructor(){super(),this.nodeType=rr.GRID_MEDIA_ITEM}description=new C;mediaList=[];columns=3;aspectRatio=1;gap=6;cornerRadius=0;borderWidth=0;borderColor="rgba(0,0,0,0.08)";objectFit=Cr.COVER;lastRowMode=gr.LEFT;enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class Or extends dr{constructor(){super(),this.nodeType=rr.GRID_IMAGE_ITEM}description=new C;imageList=[];columns=3;aspectRatio=1;gap=6;cornerRadius=0;borderWidth=0;borderColor="rgba(0,0,0,0.08)";objectFit=Cr.COVER;lastRowMode=gr.LEFT;enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class Ir{minWidth=0;columns=2}class ur extends dr{constructor(){super(),this.nodeType=rr.WATERFALL_MEDIA_ITEM}description=new C;mediaList=[];columns=2;responsiveBreakpoints=[];columnGap=8;rowGap=8;cornerRadius=0;borderWidth=0;borderColor="rgba(0,0,0,0.08)";enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class Sr extends dr{constructor(){super(),this.nodeType=rr.WATERFALL_IMAGE_ITEM}description=new C;imageList=[];columns=2;responsiveBreakpoints=[];columnGap=8;rowGap=8;cornerRadius=0;borderWidth=0;borderColor="rgba(0,0,0,0.08)";enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class Lr{url="";poster=""}class Nr extends dr{constructor(){super(),this.nodeType=rr.VIDEO_ITEM}description=new C;videoList=[];autoplay=!1;muted=!0;loop=!1;height=0;objectFit=Cr.CONTAIN}class Rr extends dr{constructor(){super(),this.nodeType=rr.WEBVIEW_ITEM}url="";height=240;allowFullscreen=!1}class Mr extends dr{constructor(){super(),this.nodeType=rr.GROUP}children=[];defaultExpanded=!0}function yr(){return{type:"doc",content:[]}}class Pr extends lr{constructor(){super(),this.nodeType=rr.RICH_TEXT_ITEM}content={type:"doc",content:[]}}class br extends dr{constructor(){super(),this.nodeType=rr.CANVAS_ITEM}designWidth=380;height=240;canvasBackgroundColor="rgba(0, 0, 0, 0.5)";componentList=[]}class hr{drawerTitle=new C;drawerTitleColor="";drawerDescription=new C;drawerDescriptionColor="";rootStyleOverrideEnabled=!1;rootStyle=tr();nodeList=[];pcLayoutMode=ir.FLOATING;backgroundColor="";backgroundBlur=0;edgeGap=0;pcWidth=380;openedByDefault=!1}class Dr{static IMAGE="image";static TEXT="text";static PROGRESS_BAR="progress-bar";static VIDEO="video";static BUTTON="button";static VARIABLE_CONTROL="variable-control"}class fr{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class wr{static LEFT="left";static CENTER="center";static RIGHT="right"}class vr{static TOP="top";static MIDDLE="middle";static BOTTOM="bottom"}class Vr{static HORIZONTAL="horizontal";static VERTICAL="vertical"}class Ur{static CONTAIN="contain";static COVER="cover";static FILL="fill";static NONE="none"}class Br{static LEFT="left";static RIGHT="right";static TOP="top"}class kr extends p{type=Dr.TEXT;name="";remark="";width=200;height=60;positionX=0;positionY=0;rotation=0;opacity=1;visible=!0;zIndex=1;backgroundColor="rgba(255,255,255,0)";hoverStyleEnabled=!1;hoverBackgroundColor="rgba(255,255,255,0)";hoverOpacity=1;radius=0;border="none";paddingX=6;paddingY=6;clickActionList=[];css={};script=""}class Gr extends kr{type=Dr.IMAGE;imageSrc="";imageMode=fr.FILL}class xr extends kr{type=Dr.TEXT;width=150;height=30;textContent=new C;textColor="rgba(255,255,255,1)";textSize=16;textVerticalAlign=vr.MIDDLE;textAlign=wr.CENTER;textBold=!1;textItalic=!1;textUnderline=!1}class Fr extends kr{type=Dr.PROGRESS_BAR;width=160;height=14;radius=999;progressBarStyle=Fn.SOLID;progressBarColor="#1677ff";progressBarColorEnd="#69b1ff";progressBarTrackColor="rgba(0,0,0,0.08)";progressRange=100;progressBarDirection=Vr.HORIZONTAL;progress="50"}class Hr extends kr{type=Dr.VIDEO;width=240;height=135;backgroundColor="#000000";videoSrc="";poster="";autoplay=!1;muted=!0;loop=!1;controls=!0;objectFit=Ur.COVER}class Xr extends kr{type=Dr.BUTTON;width=120;height=36;radius=999;paddingX=14;paddingY=8;backgroundColor="#1677ff";hoverBackgroundColor="#4096ff";textContent=new C;textColor="rgba(255,255,255,1)";textSize=14;textBold=!1;textItalic=!1;textUnderline=!1;icon=new L;iconPosition=Br.LEFT;iconSize=18}class Wr extends kr{type=Dr.VARIABLE_CONTROL;width=200;height=60;bound=new _n}class Yr{static buildVrContentData(e,t,a,n){const r=new $r(e,t);return r.vrCoverSettings.coverTitle.original_content=a,r.vrCoverSettings.coverImageSrc=n,r}}class Kr{isDirectToInside=!1;firstSweepPose=new o;enterFovImageSrc="";enterParams=""}class Jr{min=new a(0,0,0);max=new a(0,0,0);size=new a(0,0,0)}class zr{title="";description=""}class jr{mapCode="";isSingleFrame=!1;frameCount=5;frameInterval=800;enableBlurCheck=!0;confidenceThreshold=.5;backgroundCorrectionInterval=30;arNearDistanceMax=35;arRefreshMoveThreshold=5}class $r{version;vrDataKey="";mpModelId="";vrUnicode="";supportedLanguages=[g.EN,g.JP];vrCoverSettings=new wn;vrPlayerUiSettings=new un;hamburgerMenu=new hr;vrInfoTemplateSettings=new Sn;arMultisetSettings=new jr;vrRenderSettings=new Nn;cameraEnterSettings=new Kr;sweepMarkerList=[];componentMarkerList=[];worldSizeInfo=new Jr;introduceItemList=[];vrFovList=[];vrContentCardList=[];vrFloorList=[];audioCenter=new W;vrLightList=[];vrLayerList=[];vrViewList=[];sweepList=[];componentList=[];trimmerList=[];spaceFenceList=[];spaceFenceGroupList=[];abilityList=[];abilityGroupList=[];vrFlowList=[];vrStickerList=[];vrTargetList=[];vrTargetGroupList=[];vrObstacleList=[];vrObstacleGroupList=[];vrWormholeList=[];vrWormholeGroupList=[];vrAdChannelList=[];prepareSettings=new vn;vrAiSettings=new Tn;aiAgentList=[];variableList=[];conditionWatcherList=[];stateBindingsList=[];backgroundThreadList=[];cameraDollyPathList=[];monitorList=[];messageCardList=[];triggerList=[];unityNavigationModeList=[];unityNavigationParams=new M;xrVirtualFloorList=[];navigationAdConfigList=[];constructor(e,t){this.mpModelId=e,this.vrUnicode=t}}class Qr extends p{name="";sequence=0;originalFloorPlanImageSrc="";mapSettings=new qr}class qr{floorId="";mapImageSrc="";widthScale=1;heightScale=1;horizontalOffset=0;verticalOffset=0;rotation=0}class Zr{static COMPONENT_CREATED="component_created";static COMPONENT_SHOW="component_show";static COMPONENT_HIDE="component_hide";static CLICK="click";static MOUSE_ENTER="mouse_enter";static MOUSE_LEAVE="mouse_leave";static PLAY_START="play_start";static PLAY_FINISH="play_finish";static ENTER="enter";static LEAVE="leave";static PANEL_BUTTON_CLICK="panel_button_click";static PANEL_ANSWER_CORRECT="panel_answer_correct";static PANEL_ANSWER_WRONG="panel_answer_wrong";static VARIABLE_MODIFIED="variable_modified";static CONDITION_WATCHER_TRIGGERED="expression_watcher_triggered";static MONITOR_COMPONENT_CLICK="monitor_component_click";static STICKER_ACTIVATED="sticker_activated";static STICKER_DEACTIVATED="sticker_deactivated";static VR_STARTED="vr_started";static ALL_COMPONENTS_CREATED="all_components_created"}class es{static COMPONENT_TAG="component_tag";static COMPONENT_2D_TEXT="component_2d_text";static COMPONENT_2D_ADVERTISEMENT="component_2d_advertisement";static COMPONENT_2D_VIDEO="component_2d_video";static COMPONENT_2D_IMAGE="component_2d_image";static COMPONENT_2D_PANEL="component_2d_panel";static COMPONENT_3D_BOX="component_3d_box";static COMPONENT_3D_MODEL="component_3d_model";static LOGIC_VARIABLE="logic_variable";static LOGIC_CONDITION_WATCHER="logic_expression_watcher";static SPACE_FENCE="space_fence";static SPACE_FENCE_GROUP="space_fence_group";static MONITOR_COMPONENT="monitor_component";static STICKER="sticker";static SYSTEM="system"}const ts={[es.COMPONENT_TAG]:[Zr.CLICK,Zr.COMPONENT_CREATED,Zr.COMPONENT_SHOW,Zr.COMPONENT_HIDE,Zr.MOUSE_ENTER,Zr.MOUSE_LEAVE],[es.COMPONENT_2D_TEXT]:[Zr.CLICK,Zr.COMPONENT_CREATED,Zr.COMPONENT_SHOW,Zr.COMPONENT_HIDE,Zr.MOUSE_ENTER,Zr.MOUSE_LEAVE],[es.COMPONENT_2D_ADVERTISEMENT]:[Zr.CLICK,Zr.COMPONENT_CREATED,Zr.COMPONENT_SHOW,Zr.COMPONENT_HIDE,Zr.MOUSE_ENTER,Zr.MOUSE_LEAVE],[es.COMPONENT_2D_VIDEO]:[Zr.CLICK,Zr.COMPONENT_CREATED,Zr.COMPONENT_SHOW,Zr.COMPONENT_HIDE,Zr.MOUSE_ENTER,Zr.MOUSE_LEAVE,Zr.PLAY_START,Zr.PLAY_FINISH],[es.COMPONENT_2D_IMAGE]:[Zr.CLICK,Zr.COMPONENT_CREATED,Zr.COMPONENT_SHOW,Zr.COMPONENT_HIDE,Zr.MOUSE_ENTER,Zr.MOUSE_LEAVE],[es.COMPONENT_2D_PANEL]:[Zr.PANEL_BUTTON_CLICK,Zr.PANEL_ANSWER_CORRECT,Zr.PANEL_ANSWER_WRONG,Zr.COMPONENT_CREATED,Zr.COMPONENT_SHOW,Zr.COMPONENT_HIDE],[es.COMPONENT_3D_BOX]:[Zr.CLICK,Zr.COMPONENT_CREATED,Zr.COMPONENT_SHOW,Zr.COMPONENT_HIDE,Zr.MOUSE_ENTER,Zr.MOUSE_LEAVE],[es.COMPONENT_3D_MODEL]:[Zr.CLICK,Zr.COMPONENT_CREATED,Zr.COMPONENT_SHOW,Zr.COMPONENT_HIDE,Zr.MOUSE_ENTER,Zr.MOUSE_LEAVE,Zr.PLAY_START,Zr.PLAY_FINISH],[es.LOGIC_VARIABLE]:[Zr.VARIABLE_MODIFIED],[es.LOGIC_CONDITION_WATCHER]:[Zr.CONDITION_WATCHER_TRIGGERED],[es.SPACE_FENCE]:[Zr.ENTER,Zr.LEAVE],[es.SPACE_FENCE_GROUP]:[Zr.ENTER,Zr.LEAVE],[es.MONITOR_COMPONENT]:[Zr.MONITOR_COMPONENT_CLICK],[es.STICKER]:[Zr.STICKER_ACTIVATED,Zr.STICKER_DEACTIVATED],[es.SYSTEM]:[Zr.VR_STARTED,Zr.ALL_COMPONENTS_CREATED]};class as{source=es.COMPONENT_TAG;sourceId="";type=Zr.ENTER;editorParams={}}class ns extends p{createSourceType=es.COMPONENT_2D_IMAGE;createSourceId="";name="";signal=new as;actionList=[];triggerTimesLimit=-1;localVariableList=[];constructor(){super()}}class rs{static DRAFT="draft";static PUBLISHED="published"}class ss{id="";name="";description="";keywords=[];status=rs.DRAFT;startStepId="";stepList=[];canvasData="";flagImageSrc="";flagImageSize=new n(1,1);flowScopeVariableList=[]}class os{static START="start";static FINISH="finish";static GENERAL="general";static CONDITION="condition"}class is{static NORMAL="normal";static BUTTONS_ONLY="buttons_only";static NONE="none"}class cs{id="";type=os.GENERAL;name="";title=new C;description=new C;showArriveDescription=!1;arriveDescription=new C;note="";flagImageSrc="";flagImageSize=new n(1,1);iconSrc="";stepBarStyle=is.NORMAL;showStepBarDelay=0;buttonList=[];enterActionList=[];positionSettings=new _s;arriveRadius=5;arriveActionList=[];triggerList=[];finishInjectTriggerList=[];startCardNextStepEndpointSettings=new Es;conditionExpression="";conditionTrueEndpointSettings=new Es;conditionFalseEndpointSettings=new Es;enterActionCompleteEndpointSettings=new Es;arriveActionCompleteEndpointSettings=new Es;stepScopeVariableList=[];overrideAppearance=!1;appearanceOverride=new H}class ls{actionList=[];onlyFirstArrive=!1;action}class ds{static NONE="none";static SWEEP="sweep";static COMPONENT="component";static FOV_LINK="fov_link";static VR_FOV="vr_fov"}class _s{type=ds.NONE;componentId="";fovLink="";fovLinkDataKey="";fovLinkSnapshotSrc="";sweepId="";rotationX=0;rotationY=0;enableDirectLocate=!1;enableNavigateAgain=!1;gotoPositionMethod=O.NAVIGATION_TO_MANUAL;vrFovId="";moveSpeed=0;pauseInterval=0}class ms{destroyTriggerOnLeaveCurrenStep=!0;trigger=new ns;nextStepEndpointSettings=new Es}class Es{id="";enabled=!1;nextStepId="";lineColor=c.createColorByStr("#888888")}class Ts extends p{name="";description="";isAvailableForAi=!0;src="";showInContentMenu=!0;cameraMode=r.INSIDE;cameraPose=new i;aiGenerateIntroduceUserPrompt=""}class ps extends p{name="";description="";keywords=[];visible=!0;children=[]}class gs extends p{type;color=c.createColorRgb(255,255,255);enabled=!0;name="";intensity=1;floorIdList=[]}class Cs extends gs{type="ambient"}class As extends gs{type="directional";position=new a(0,1,0);target=new a(0,0,0)}class Os extends gs{type="point";position=new a(0,1,0);distance=0;decay=1}class Is{static COMPONENT_MARKER="component_marker";static SWEEP_MARKER="sweep_marker"}class us extends p{name="";description="";keywords=[];color=c.createColorRgba(0,0,0,1);type=Is.COMPONENT_MARKER}class Ss{id="";name="";description="";keywords=[];color=c.createColorRgba(0,0,0,1);markerType=Is.COMPONENT_MARKER;markers=[]}class Ls{static M="m";static CM="cm";static MM="mm"}class Ns{static M2="m2";static CM2="cm2"}class Rs extends p{name="";description="";visible=!0;enabledArea=!0;pointList=[];appearanceThemeColor=c.createColorRgba(255,255,255,1);area=0;distanceUnit=Ls.M;areaUnit=Ns.M2}class Ms{id="";position=new a(0,0,0);normal=new a(0,0,0);distance=0}class ys extends p{name="";introduce="";targetArrowImageSrc="";targetArrowImageSize=new n(1,1);targetArrowImageYOffset=.6;targetArrowImageYOffsetDynamic=.4;targetArrowAdPositionOffsetY=1.5;targetArrowAdSize=new n(1,.75);targetArrowShowAdDistance=20;targetArrowAdChannelId="";leadBotAdPositionOffset=new a(0,1.5,0);leadBotAdSize=new n(1,.75);leadBotAdChannelId=""}class Ps extends p{groupId="default";name="";description="";scale=new a(1,1,1);position=new a(0,0,0);rotation=new a(0,0,0);originalScale=new a(1,1,1);bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class bs extends p{name="";enabled=!0;description=""}class hs extends p{dataKey="";position=new a(0,0,0);rotation=new a(0,0,0);noteDataKey="";noteType="";noteIssueState=""}class Ds{key="";placement="left"}function fs(e,t){const a=new Ds;return a.key=e,a.placement=t,a}const ws=[fs("fov","capsule"),fs("d3","capsule"),fs("floorplan","capsule"),fs("floor","left"),fs("flow","left"),fs("measure","left"),fs("mute","right"),fs("share","more"),fs("account","more")],vs=[fs("minimap","surface"),fs("monitors","surface"),fs("fullscreen","surface"),fs("audio","hidden"),fs("hamburger","surface")],Vs=[fs("flow","left"),fs("measure","left"),fs("graffiti","left"),fs("ai","left"),fs("mute","right"),fs("share","more"),fs("account","more")],Us=[fs("monitors","surface"),fs("audio","surface")],Bs=ws.map((e=>e.key)),ks=vs.map((e=>e.key)),Gs=Vs.map((e=>e.key)),xs=Us.map((e=>e.key));function Fs(e,t){const a=t.find((t=>t.key===e));return a?a.placement:"left"}class Hs extends p{groupId="default";name="";description="";scale=new a(1,1,1);position=new a(0,0,0);rotation=new a(0,0,0);bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode="";enterKeepSeconds=0;leaveKeepSeconds=0}class Xs extends p{name="";description="";cubeFaceColor=c.createColorRgba(255,255,0,.3)}class Ws{static DISTANCE="distance";static VISIBLE="visible";static VISIBLE_AND_DISTANCE="visible_and_distance"}class Ys extends p{position=new a(0,0,0);rotation=new a(0,0,0);stemLength=.2;color=c.createColorRgb(20,20,20);name="";snapshotSrc="";activateType=Ws.VISIBLE_AND_DISTANCE;activateDistance=5;activeNeedStaySeconds=0;inactiveNeedStaySeconds=0;bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class Ks extends p{no=1;name="";description="";isAvailableForAi=!0;isVirtual=!1;alignmentType=Js.ALIGNED;enabled=!0;disabledInMatterport=!1;floorId="";neighbors=[];placementType=zs.AUTO;position=new a(0,0,0);rotation=new a(0,0,0);pointerPosition=new a(0,0,0);markerList=[];keywords=[];panoramaData=new Qs;contentCardList=[]}class Js{static ALIGNED="aligned";static UNALIGNED="unaligned"}class zs{static AUTO="auto";static MANUAL="manual";static UNPLACED="unplaced"}class js{static IMAGE="image";static VIDEO="video"}class $s{static NONE="none";static SAME_TO_INSIDE="same_to_inside"}class Qs{default="original";sourceList=[];ballExternalViewMode=$s.NONE}class qs{id="";type=js.IMAGE;name="";description="";keywords=[];imageSrc="";videoSrc="";muted=!0;loop=!0;opacity=1;zoomLevel=1;rotationCorrection=new a(0,0,0);allowSeeSweep=!0;allowSeeComponents=!0}class Zs{primaryColor=new d;secondaryColor=new d;maskColor=new d;barMaskColor=new d}class eo extends p{name="";position=new a(0,0,0);scale=new a(1,1,1);rotation=new a(0,0,0);enabledTrimSpace=!0;enabledTrimComponent=!1;discardContents=!0;activeInPanoMode=!0}class to extends p{startY=-99999;endY=99999;name="";floorPlanImageSrc="";floorCode="";floorPlanPointList=[new n(0,0),new n(0,0),new n(0,0)];vrSpacePointList=[new a(0,0,0),new a(0,0,0),new a(0,0,0)]}class ao extends p{name="";description="";type=no.BASIC;bindLayerIdList=[]}class no{static GENERAL="general";static BASIC="basic"}class ro extends p{groupId="default";position=new a(0,0,0);rotation=new a(0,0,0);stemLength=.2;color=c.createColorRgb(205,133,63);name="";title=new C;bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class so extends p{name="";enabled=!0;description=""}class oo extends p{groupId="default";position=new a(0,0,0);rotation=new a(0,0,0);stemLength=.2;color=c.createColorRgb(34,139,34);name="";code="";title=new C;description=new C;showToUser=!0;importable=!1;destinationToAnotherTarget=!1;destinationTargetId="";bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class io extends p{name="";enabled=!0;description="";useNavigationAdConfigId=""}class co extends p{name="";remark="";autoExecuteOnBoot=!1;executeCount=0;actionList=[];interval=1e3;localVariableList=[]}class lo{componentId="";description=""}class _o{targetId="";description=""}class mo{variableKey="";description=""}class Eo{stickerId="";canBeActivated=!0;description=""}class To{spaceFenceId="";canBeActivated=!0;description=""}class po{spaceFenceGroupId="";canBeActivated=!0;description=""}class go{backgroundThreadId="";description=""}class Co{cameraDollyPathId="";description=""}class Ao{abilityId="";description=""}class Oo{contentCardId="";description=""}class Io{vrFovId="";description=""}class uo{cloudFormDataKey="";description="";autoPromptToFill=!1}class So{knowledgeBaseDataKey="";description=""}class Lo{analyticsEventDataKey="";description=""}class No{messageCardId="";description=""}class Ro{monitorId="";description=""}class Mo{rolePrompt="";tonePrompt="";taskPrompt="";abilityPrompt="";limitPrompt="";behaviorRulePrompt="";greetingPrompt="";warmUpPrompt=""}class yo{reasoning_effort;temperature;max_output_tokens}class Po extends p{name="";description="";promptContent=""}class bo extends p{name="";autoActivate=!1;enableVoiceOutput=!1;voiceOutputComponentId="";enableVoiceInput=!1;remark="";roleName="";avatarSrc="";rolePromptSettings=new Mo;skillPromptList=[];modelDataKey="";contextTokens=0;params=new yo;useComponentList=[];useTargetList=[];useVariableList=[];useStickerList=[];useSpaceFenceList=[];useSpaceFenceGroupList=[];useBackgroundThreadList=[];useCameraDollyPathList=[];useAbilityList=[];useKnowledgeBaseList=[];useFovList=[];useContentCardList=[];useCloudFormList=[];useAnalyticsEventList=[];useMessageCardList=[];useMonitorList=[]}class ho{sweepId="";needCustomRotation=!1;customRotationX=0;customRotationY=0;moveTime=1e3;stayTime=500}class Do extends p{name="";nodeList=[];destinationType="custom";vrFovId="";fovLinkDataKey="";fovLinkSweepId="";fovLinkCameraRotationX=0;fovLinkCameraRotationY=0;fovLinkSnapshotSrc="";destinationSweepId="";destinationRotationX=0;destinationRotationY=0;destinationSnapshotSrc="";finalMoveSpeed=700;disableVrControl=!0;runningPromptText=""}class fo extends p{name="";remark=""}class wo extends p{abilityGroupId="";autoExecuteOnBoot=!1;name="";remark="";description="";contextVariableList=[];activeActionList=[];activeActionListLocalVariableList=[];keeping=!1;triggerList=[];stopActionList=[];stopActionListLocalVariableList=[]}class vo extends ae{type=$.TYPE_2D_ADVERTISEMENT;adChannelId=""}class Vo extends ae{type=$.TYPE_2D_IMAGE;sourceList=[];autoChangeInterval=0;currentImageIndex=0}class Uo{id="";src="";name="";description="";aspectRatio=1;chromaKeySettings=new _}class Bo{static MENU="menu";static ANSWERING="answering";static VARIABLE_MODIFIER="variable-modifier"}class ko extends ae{type=$.TYPE_2D_PANEL;sceneDataList=[];defaultSceneId=""}class Go{id="";mode=Bo.MENU;name="";description="";buttonDataList=[];textDataList=[];imageDataList=[];answeringModeSettings=new xo;variableModifierModeSettings=new Fo;enumModifierModeSettings;style=new jo;snapshotImageSrc=""}class xo{confirmButton=new Jo;correctButtonIdList=[]}class Fo{variableKey="";variableType}class Ho{static TEXT="text";static IMAGE="image";static BUTTON="button"}class Xo{id="";name="";type=Ho.TEXT;style=new $o}class Wo{static TEXT="text";static IMAGE="image";static TEXT_LEFT_IMAGE_RIGHT="text_left_image_right";static IMAGE_LEFT_TEXT_RIGHT="image_left_text_right";static IMAGE_TOP_TEXT_BOTTOM="image_top_text_bottom";static TEXT_TOP_IMAGE_BOTTOM="text_top_image_bottom"}class Yo extends Xo{type=Ho.IMAGE;src="";imageMode="fill"}class Ko extends Xo{type=Ho.TEXT;richText=""}class Jo extends Xo{type=Ho.BUTTON;name="";optionValue="";optionLabel=new C;enumOptionValue;enabled=!0;buttonType=Wo.TEXT;buttonText="";buttonImageSrc="";buttonImageWidth=40;buttonImageHeight=40;buttonImageTextSpacing=10;hoverMaskColor=c.createColorRgba(255,255,255,.5);hoverBorderColor=c.createColorRgba(255,255,255,1);hoverBorderWidth=1;selectedMaskColor=c.createColorRgba(0,255,0,.2);selectedBorderColor=c.createColorRgba(50,205,50,.7);selectedBorderWidth=3;disabledMaskColor=c.createColorRgba(0,0,0,.65);disabledBorderColor=c.createColorRgba(100,100,100,.5);disabledBorderWidth=2;disabledClickTip=new C}class zo{width=640;height=480;borderRadius=10;opacity=1;backgroundColor=c.createColorRgba(0,0,0,0);borderColor=c.createColorRgba(0,0,0,1);borderWidth=0;borderStyle="solid"}class jo extends zo{paddingX=10;paddingY=10}class $o extends zo{x=0;y=0;zIndex=10}class Qo{static LEFT="left";static CENTER="center";static RIGHT="right"}class qo{static TOP="top";static CENTER="center";static BOTTOM="bottom"}class Zo{static BASIC="basic";static MARQUEE="marquee"}class ei extends ae{type=$.TYPE_2D_TEXT;sourceList=[];mode=Zo.BASIC;backgroundColor=c.createColorRgba(0,0,0,.2);fontFamily="";textColor=c.createColorRgba(255,255,255,1);paddingX=8;paddingY=4;borderRadius=5;fontSize=20;horizontalAlign="left";verticalAlign="top";currentSourceIndex=0;basicModeSettings=new ai;marqueeModeSettings=new ni}class ti{id="";textContent=Mn("2D Text");description=""}class ai{changeInterval=0}class ni{autoChange=!0;speed=50;interval=1;width=15}class ri extends ae{type=$.TYPE_2D_VIDEO;sourceList=[];autoPlay=!1;defaultLoopMode=N.NO_LOOP;defaultMute=!0;showControl=!0;showMute=!0;customControlButtonSize=!1;controlButtonDiameter=.3;additionalControlButtonDiameter=.1;currentSourceIndex=0}class si{id="";videoSrc="";name="";description="";coverSrc="";aspectRatio=1;duration=0;chromaKeySettings=new _;playbackRate=1}class oi extends ie{type=$.TYPE_3D_BOX;faceColor=c.createColorRgba(0,255,0,.2);borderColor=c.createColorRgba(0,255,0,.5);hoverFaceColor=c.createColorRgba(0,255,0,.5);hoverBorderColor=c.createColorRgba(0,255,0,.8);borderWidth=.005;hoverBorderSettings=new I}class ii extends ie{type=$.TYPE_3D_MODEL;modelFormat="glb";modelSrc="";materialSrc="";coverSrc="";originalSize=new a(-1,-1,-1);innerScale=new a(-1,-1,-1);animationList=[];animationClipList=[];ignoreLighting=!1}class ci{id="";name="";alias="";duration=0}class li{id="";animationId="";name="";description="";speed=1;timeRange=[0,1];loop=!1;stayAtLastFrame=!1}class di{static NONE="none";static TOP="top";static BOTTOM="bottom"}class _i extends q{type=$.TYPE_TAG;tagNonPerspective=!1;enabledDrag=!1;size=.2;enabledBackground=!0;backgroundColor=c.createColorRgb(90,156,248);enabledCustomIcon=!1;icon=new L;constructor(){super(),this.icon.colorEnabled=!0}enabledStem=!0;stemColor=c.createColorRgb(255,255,255);stemLength=.5;stemVector=new a(0,1,0);bindContentCardId="";isHoverShowContentCardBubble=!0;isClickShowContentCard=!0;clickShowContentCardStyle=U.BUBBLE;triggerButtonTitle=new C;tipTextLocation=di.NONE;tipTextContent=new C;tipTextColor=c.createColorRgba(255,255,255,1);tipTextBackgroundColor=c.createColorRgba(0,0,0,.4);tipTextFontSize=18;tipTextNonPerspective=!1}class mi{static NORMAL="NORMAL";static EDIT_SCENE="EDIT_SCENE";static EDIT_COVER="EDIT_COVER"}const Ei={uninitialized:1,waiting:2,loading:3,starting:4,playing:5,error:6};class Ti{static UNINITIALIZED="uninitialized";static WAITING="waiting";static LOADING="loading";static STARTING="starting";static PLAYING="playing";static ERROR="error"}class pi{status=Ti.UNINITIALIZED;progress=0;get statusNum(){return Ei[this.status]}}class gi{type="";data={};constructor(e,t){this.type=e,this.data=t}}class Ci{static PLAYER_START="vrtalk_cmd_player_start";static PLAYER_MODE_UPDATE="vrtalk_cmd_player_mode_update";static PLAYER_XR_PREPARE_PREVIEW="vrtalk_cmd_player_xr_prepare_preview";static PLAYER_PREPARE_SETTINGS_UPDATE="vrtalk_cmd_player_prepare_settings_update";static COVER_SETTINGS_UPDATE="vrtalk_cmd_cover_settings_update";static UI_SETTINGS_UPDATE="vrtalk_cmd_ui_settings_update";static INFO_TEMPLATE_SETTINGS_UPDATE="vrtalk_cmd_info_template_settings_update";static COMPONENT_CREATE="vrtalk_cmd_component_create";static COMPONENT_UPDATE="vrtalk_cmd_component_update";static COMPONENT_DELETE="vrtalk_cmd_component_delete";static COMPONENT_FOLLOW_MOUSE="vrtalk_cmd_component_follow_mouse";static COMPONENT_CONTROLLER_MODIFY="vrtalk_cmd_component_controller";static COMPONENT_PLAY_TRANSITION_ANIMATION="vrtalk_cmd_component_play_transition_animation";static COMPONENT_STOP_TRANSITION_ANIMATION="vrtalk_cmd_component_stop_transition_animation";static COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP="vrtalk_cmd_component_3d_model_play_animation_clip";static COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP="vrtalk_cmd_component_3d_model_stop_animation_clip";static COMPONENT_2D_TEXT_AUTO_FIT="vrtalk_cmd_component_2d_text_auto_fit";static FOV_ENTER_SHOT_MODE="vrtalk_cmd_fov_enter_shot_mode";static FOV_EXIT_SHOT_MODE="vrtalk_cmd_fov_exit_shot_mode";static FOV_UPDATE="vrtalk_cmd_fov_update";static FOV_DELETE="vrtalk_cmd_fov_delete";static LAYER_UPDATE="vrtalk_cmd_layer_update";static LAYER_DELETE="vrtalk_cmd_layer_delete";static LAYER_VISIBLE="vrtalk_cmd_layer_visible";static SWEEP_UPDATE_ALL="vrtalk_cmd_sweep_update_all";static SWEEP_UPDATE="vrtalk_cmd_sweep_update";static SWEEP_DELETE_VIRTUAL="vrtalk_cmd_sweep_delete_virtual";static SWEEP_UPDATE_RENDER_FLAG_VISIBLE="vrtalk_cmd_sweep_update_render_flag_visible";static LIGHT_CREATE="vrtalk_cmd_light_create";static LIGHT_UPDATE="vrtalk_cmd_light_update";static LIGHT_DELETE="vrtalk_cmd_light_delete";static TRIMMER_CREATE="vrtalk_cmd_trimmer_create";static TRIMMER_UPDATE="vrtalk_cmd_trimmer_update";static TRIMMER_DELETE="vrtalk_cmd_trimmer_delete";static TRIMMER_CONTROLLER_MODIFY="vrtalk_cmd_trimmer_controller";static TRIMMER_EDITING_STATE_UPDATE="vrtalk_cmd_trimmer_editing_state_update";static STICKER_CREATE="vrtalk_cmd_sticker_create";static STICKER_UPDATE="vrtalk_cmd_sticker_update";static STICKER_DELETE="vrtalk_cmd_sticker_delete";static STICKER_CONTROLLER_MODIFY="vrtalk_cmd_sticker_controller";static STICKER_EDITING_STATE_UPDATE="vrtalk_cmd_sticker_editing_state_update";static TARGET_CREATE="vrtalk_cmd_target_create";static TARGET_UPDATE="vrtalk_cmd_target_update";static TARGET_DELETE="vrtalk_cmd_target_delete";static TARGET_CONTROLLER_MODIFY="vrtalk_cmd_target_controller";static TARGET_EDITING_STATE_UPDATE="vrtalk_cmd_target_editing_state_update";static TARGET_GROUP_VISIBLE_UPDATE="vrtalk_cmd_target_group_visible_update";static OBSTACLE_CREATE="vrtalk_cmd_obstacle_create";static OBSTACLE_UPDATE="vrtalk_cmd_obstacle_update";static OBSTACLE_DELETE="vrtalk_cmd_obstacle_delete";static OBSTACLE_CONTROLLER_MODIFY="vrtalk_cmd_obstacle_controller";static OBSTACLE_EDITING_STATE_UPDATE="vrtalk_cmd_obstacle_editing_state_update";static OBSTACLE_GROUP_VISIBLE_UPDATE="vrtalk_cmd_obstacle_group_visible_update";static SPACE_FENCE_CREATE="vrtalk_cmd_space_fence_create";static SPACE_FENCE_UPDATE="vrtalk_cmd_space_fence_update";static SPACE_FENCE_DELETE="vrtalk_cmd_space_fence_delete";static SPACE_FENCE_CONTROLLER_MODIFY="vrtalk_cmd_space_fence_controller";static SPACE_FENCE_EDITING_STATE_UPDATE="vrtalk_cmd_space_fence_editing_state_update";static SPACE_FENCE_GROUP_VISIBLE_UPDATE="vrtalk_cmd_space_fence_group_visible_update";static SPACE_FENCE_GROUP_COLOR_UPDATE="vrtalk_cmd_space_fence_group_color_update";static WORMHOLE_CREATE="vrtalk_cmd_wormhole_create";static WORMHOLE_UPDATE="vrtalk_cmd_wormhole_update";static WORMHOLE_DELETE="vrtalk_cmd_wormhole_delete";static WORMHOLE_CONTROLLER_MODIFY="vrtalk_cmd_wormhole_controller";static WORMHOLE_EDITING_STATE_UPDATE="vrtalk_cmd_wormhole_editing_state_update";static WORMHOLE_GROUP_VISIBLE_UPDATE="vrtalk_cmd_wormhole_group_visible_update";static ASSET_LABEL_CREATE="vrtalk_cmd_asset_label_create";static ASSET_LABEL_UPDATE="vrtalk_cmd_asset_label_update";static ASSET_LABEL_DELETE="vrtalk_cmd_asset_label_delete";static ASSET_LABEL_CONTROLLER_MODIFY="vrtalk_cmd_asset_label_controller";static ASSET_LABEL_EDITING_STATE_UPDATE="vrtalk_cmd_asset_label_editing_state_update";static FLOOR_UPDATE="vrtalk_cmd_floor_update";static INFORMATION_CONTENT_CARD_UPDATE="vrtalk_cmd_information_content_card_update";static INFORMATION_CONTENT_CARD_DELETE="vrtalk_cmd_information_content_card_delete";static MARKER_UPDATE="vrtalk_cmd_marker_update";static MARKER_DELETE="vrtalk_cmd_marker_delete";static CAMERA_MOVE_TO="vrtalk_cmd_camera_move_to";static CAMERA_MOVE_TO_INSIDE="vrtalk_cmd_camera_move_to_inside";static CAMERA_MOVE_TO_VR_FOV="vrtalk_cmd_camera_move_to_vr_fov";static CAMERA_MOVE_TO_NEAR_COMPONENT="vrtalk_cmd_camera_move_to_near_component";static CAMERA_MOVE_TO_WATCH_POSITION="vrtalk_cmd_camera_move_to_watch_position";static RENDERER_TAKE_SCREENSHOT="vrtalk_cmd_renderer_take_screenshot";static RENDERER_GET_PANORAMA_IMAGE="vrtalk_cmd_renderer_get_panorama_image";static RENDERER_SETTINGS_UPDATE="vrtalk_cmd_renderer_settings_update";static NAVIGATION_REQUEST="vrtalk_cmd_navigation_request";static NAVIGATION_START="vrtalk_cmd_navigation_start";static NAVIGATION_CANCEL="vrtalk_cmd_navigation_cancel";static AUDIO_UPDATE="vrtalk_cmd_audio_update";static AUDIO_DELETE="vrtalk_cmd_audio_delete";static AUDIO_LIST_UPDATE="vrtalk_cmd_audio_list_update";static AUDIO_LIST_DELETE="vrtalk_cmd_audio_list_delete";static AUDIO_CENTER_PLAYER_SHOW_PLAY_CONTROL_UPDATE="vrtalk_cmd_audio_center_player_show_play_control_update";static AUDIO_CENTER_PLAYER_SHOW_VOLUME_CONTROL_UPDATE="vrtalk_cmd_audio_center_player_show_volume_control_update";static AUDIO_CENTER_PLAYER_VOLUME_UPDATE="vrtalk_cmd_audio_center_player_volume_update";static MONITOR_LIST_UPDATE="vrtalk_cmd_monitor_list_update";static DOLLY_PATH_CAPTURE_DESTINATION="vrtalk_cmd_dolly_path_capture_destination";static DOLLY_PATH_PREVIEW="vrtalk_cmd_dolly_path_preview";static DOLLY_PATH_STOP_PREVIEW="vrtalk_cmd_dolly_path_stop_preview";static MESSAGE_CARD_PREVIEW="vrtalk_cmd_message_card_preview";static HAMBURGER_MENU_UPDATE="vrtalk_cmd_hamburger_menu_update"}class Ai{onStart(e){lc.registerCommandListener(Ci.PLAYER_START,(t=>{e(t.data.vrContentData,t.data.isForceIgnoreEnterBtn)}))}onModeUpdate(e){lc.registerCommandListener(Ci.PLAYER_MODE_UPDATE,(t=>{e(t.data)}))}onXrPreparePreview(e){lc.registerCommandListener(Ci.PLAYER_XR_PREPARE_PREVIEW,(t=>{e(!!t.data)}))}onPrepareSettingsUpdate(e){lc.registerCommandListener(Ci.PLAYER_PREPARE_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Oi{onCoverSettingsUpdate(e){lc.registerCommandListener(Ci.COVER_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Ii{onUiSettingsUpdate(e){lc.registerCommandListener(Ci.UI_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class ui{onInfoTemplateSettingsUpdate(e){lc.registerCommandListener(Ci.INFO_TEMPLATE_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Si{onContentCardUpdate(e){lc.registerCommandListener(Ci.INFORMATION_CONTENT_CARD_UPDATE,(t=>{e(t.data)}))}onContentCardDelete(e){lc.registerCommandListener(Ci.INFORMATION_CONTENT_CARD_DELETE,(t=>{e(t.data)}))}}class Li{onCreate(e){lc.registerCommandListener(Ci.COMPONENT_CREATE,(t=>{e(t.data)}))}onUpdate(e){lc.registerCommandListener(Ci.COMPONENT_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.COMPONENT_DELETE,(t=>{e(t.data)}))}onFollowMouse(e){lc.registerCommandListener(Ci.COMPONENT_FOLLOW_MOUSE,(t=>{e(t.data)}))}onControllerModify(e){lc.registerCommandListener(Ci.COMPONENT_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.componentId)}))}onPlayTransitionAnimation(e){lc.registerCommandListener(Ci.COMPONENT_PLAY_TRANSITION_ANIMATION,(t=>{e(t.data.componentId,t.data.animationId)}))}onStopTransitionAnimation(e){lc.registerCommandListener(Ci.COMPONENT_STOP_TRANSITION_ANIMATION,(t=>{e(t.data.componentId)}))}on3dModelPlayAnimationClip(e){lc.registerCommandListener(Ci.COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP,(t=>{e(t.data.modelComponentId,t.data.animationClipId)}))}on3dModelStopAnimationClip(e){lc.registerCommandListener(Ci.COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP,(t=>{e(t.data.modelComponentId)}))}on2dTextAutoFit(e){lc.registerCommandListener(Ci.COMPONENT_2D_TEXT_AUTO_FIT,(t=>{e(t.data)}))}}class Ni{onEnterFovShotMode(e){lc.registerCommandListener(Ci.FOV_ENTER_SHOT_MODE,(t=>{e(t.data)}))}onExitFovShotMode(e){lc.registerCommandListener(Ci.FOV_EXIT_SHOT_MODE,(t=>{e()}))}onUpdate(e){lc.registerCommandListener(Ci.FOV_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.FOV_DELETE,(t=>{e(t.data)}))}}class Ri{onUpdate(e){lc.registerCommandListener(Ci.LAYER_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.LAYER_DELETE,(t=>{e(t.data.layerId,t.data.deleteComponents)}))}onVisible(e){lc.registerCommandListener(Ci.LAYER_VISIBLE,(t=>{e(t.data.layerId,t.data.visible)}))}}class Mi{onCreate(e){lc.registerCommandListener(Ci.LIGHT_CREATE,(t=>{e(t.data)}))}onUpdate(e){lc.registerCommandListener(Ci.LIGHT_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.LIGHT_DELETE,(t=>{e(t.data)}))}}class yi{onCreate(e){lc.registerCommandListener(Ci.TRIMMER_CREATE,(t=>{e(t.data)}))}onUpdate(e){lc.registerCommandListener(Ci.TRIMMER_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.TRIMMER_DELETE,(t=>{e(t.data)}))}onControllerModify(e){lc.registerCommandListener(Ci.TRIMMER_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.trimmerId)}))}onEditingStateUpdate(e){lc.registerCommandListener(Ci.TRIMMER_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class Pi{onCreate(e){lc.registerCommandListener(Ci.STICKER_CREATE,(t=>{e(t.data)}))}onUpdate(e){lc.registerCommandListener(Ci.STICKER_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.STICKER_DELETE,(t=>{e(t.data)}))}onControllerModify(e){lc.registerCommandListener(Ci.STICKER_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.stickerId)}))}onEditingStateUpdate(e){lc.registerCommandListener(Ci.STICKER_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class bi{onUpdate(e){lc.registerCommandListener(Ci.FLOOR_UPDATE,(t=>{e(t.data)}))}}class hi{onMoveTo(e){lc.registerCommandListener(Ci.CAMERA_MOVE_TO,(t=>{e(t.data.transition,t.data.cameraPose)}))}onMoveToInside(e){lc.registerCommandListener(Ci.CAMERA_MOVE_TO_INSIDE,(t=>{e(t.data.transition,t.data.transitionTime,t.data.cameraPose)}))}onMoveToVrFov(e){lc.registerCommandListener(Ci.CAMERA_MOVE_TO_VR_FOV,(t=>{e(t.data.transition,t.data.transitionTime,t.data.fovId)}))}onMoveToNearComponent(e){lc.registerCommandListener(Ci.CAMERA_MOVE_TO_NEAR_COMPONENT,(t=>{e(t.data.transition,t.data.transitionTime,t.data.componentId)}))}onMoveToWatchPosition(e){lc.registerCommandListener(Ci.CAMERA_MOVE_TO_WATCH_POSITION,(t=>{e(t.data.transition,t.data.transitionTime,t.data.position)}))}}class Di{onTakeScreen(e){lc.registerCommandListener(Ci.RENDERER_TAKE_SCREENSHOT,(t=>{e(t.data.resolution,t.data.visibility)}))}onGetPanoramaImage(e){lc.registerCommandListener(Ci.RENDERER_GET_PANORAMA_IMAGE,(()=>{e()}))}onSettingsUpdate(e){lc.registerCommandListener(Ci.RENDERER_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class fi{onMarkerUpdate(e){lc.registerCommandListener(Ci.MARKER_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.MARKER_DELETE,(t=>{e(t.data)}))}}class wi{onNavigationRequest(e){lc.registerCommandListener(Ci.NAVIGATION_REQUEST,(t=>{e(t.data)}))}onNavigationStart(e){lc.registerCommandListener(Ci.NAVIGATION_START,(t=>{e(t.data)}))}onNavigationCancel(e){lc.registerCommandListener(Ci.NAVIGATION_CANCEL,(t=>{e()}))}}class vi{onCreate(e){lc.registerCommandListener(Ci.OBSTACLE_CREATE,(t=>{e(t.data)}))}onUpdate(e){lc.registerCommandListener(Ci.OBSTACLE_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.OBSTACLE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){lc.registerCommandListener(Ci.OBSTACLE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.obstacleId)}))}onEditingStateUpdate(e){lc.registerCommandListener(Ci.OBSTACLE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){lc.registerCommandListener(Ci.OBSTACLE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class Vi{onAudioListUpdate(e){lc.registerCommandListener(Ci.AUDIO_LIST_UPDATE,(t=>{e(t.data)}))}onAudioListDelete(e){lc.registerCommandListener(Ci.AUDIO_LIST_DELETE,(t=>{e(t.data)}))}onAudioUpdate(e){lc.registerCommandListener(Ci.AUDIO_UPDATE,(t=>{e(t.data)}))}onAudioDelete(e){lc.registerCommandListener(Ci.AUDIO_DELETE,(t=>{e(t.data)}))}onAudioCenterPlayerShowPlayControlUpdate(e){lc.registerCommandListener(Ci.AUDIO_CENTER_PLAYER_SHOW_PLAY_CONTROL_UPDATE,(t=>{e(t.data)}))}onAudioCenterPlayerShowVolumeControlUpdate(e){lc.registerCommandListener(Ci.AUDIO_CENTER_PLAYER_SHOW_VOLUME_CONTROL_UPDATE,(t=>{e(t.data)}))}onAudioCenterPlayerVolumeUpdate(e){lc.registerCommandListener(Ci.AUDIO_CENTER_PLAYER_VOLUME_UPDATE,(t=>{e(t.data)}))}}class Ui{onCreate(e){lc.registerCommandListener(Ci.ASSET_LABEL_CREATE,(t=>{e(t.data)}))}onUpdate(e){lc.registerCommandListener(Ci.ASSET_LABEL_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.ASSET_LABEL_DELETE,(t=>{e(t.data)}))}onControllerModify(e){lc.registerCommandListener(Ci.ASSET_LABEL_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.assetLabelId)}))}onEditingStateUpdate(e){lc.registerCommandListener(Ci.ASSET_LABEL_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class Bi{onCreate(e){lc.registerCommandListener(Ci.TARGET_CREATE,(t=>{e(t.data)}))}onUpdate(e){lc.registerCommandListener(Ci.TARGET_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.TARGET_DELETE,(t=>{e(t.data)}))}onControllerModify(e){lc.registerCommandListener(Ci.TARGET_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.targetId)}))}onEditingStateUpdate(e){lc.registerCommandListener(Ci.TARGET_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){lc.registerCommandListener(Ci.TARGET_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class ki{onCreate(e){lc.registerCommandListener(Ci.WORMHOLE_CREATE,(t=>{e(t.data)}))}onUpdate(e){lc.registerCommandListener(Ci.WORMHOLE_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.WORMHOLE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){lc.registerCommandListener(Ci.WORMHOLE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.wormholeId)}))}onEditingStateUpdate(e){lc.registerCommandListener(Ci.WORMHOLE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){lc.registerCommandListener(Ci.WORMHOLE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class Gi{onCreate(e){lc.registerCommandListener(Ci.SPACE_FENCE_CREATE,(t=>{e(t.data)}))}onUpdate(e){lc.registerCommandListener(Ci.SPACE_FENCE_UPDATE,(t=>{e(t.data)}))}onDelete(e){lc.registerCommandListener(Ci.SPACE_FENCE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){lc.registerCommandListener(Ci.SPACE_FENCE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.spaceFenceId)}))}onEditingStateUpdate(e){lc.registerCommandListener(Ci.SPACE_FENCE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){lc.registerCommandListener(Ci.SPACE_FENCE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}onGroupColorUpdate(e){lc.registerCommandListener(Ci.SPACE_FENCE_GROUP_COLOR_UPDATE,(t=>{e(t.data.groupId,t.data.cubeFaceColor)}))}}class xi{onMonitorListUpdate(e){lc.registerCommandListener(Ci.MONITOR_LIST_UPDATE,(t=>{e(t.data)}))}}class Fi{onMessageCardPreview(e){lc.registerCommandListener(Ci.MESSAGE_CARD_PREVIEW,(t=>{e(t.data)}))}}class Hi{onCaptureDestination(e){lc.registerCommandListener(Ci.DOLLY_PATH_CAPTURE_DESTINATION,(t=>{e()}))}onPreview(e){lc.registerCommandListener(Ci.DOLLY_PATH_PREVIEW,(t=>{e(t.data)}))}onStopPreview(e){lc.registerCommandListener(Ci.DOLLY_PATH_STOP_PREVIEW,(t=>{e()}))}}class Xi{onHamburgerMenuUpdate(e){lc.registerCommandListener(Ci.HAMBURGER_MENU_UPDATE,(t=>{e(t.data)}))}}class Wi{type="";data={};constructor(e,t){this.type=e,this.data=t}}class Yi{static PLAYER_READY="vrtalk_msg_player_ready";static PLAYER_STATUS_UPDATE="vrtalk_msg_player_status_update";static COMPONENT_UPDATE="vrtalk_msg_component_update";static COMPONENT_ON_CLICK="vrtalk_msg_component_on_click";static COMPONENT_TRANSITION_ANIMATION_FINISHED="vrtalk_msg_component_transition_animation_finished";static FOV_SHOT_RESULT="vrtalk_msg_fov_shot_result";static TRIMMER_UPDATE="vrtalk_msg_trimmer_update";static TRIMMER_ON_CLICK="vrtalk_msg_trimmer_on_click";static STICKER_UPDATE="vrtalk_msg_sticker_update";static STICKER_ON_CLICK="vrtalk_msg_sticker_on_click";static TARGET_UPDATE="vrtalk_msg_target_update";static TARGET_ON_CLICK="vrtalk_msg_target_on_click";static OBSTACLE_UPDATE="vrtalk_msg_obstacle_update";static OBSTACLE_ON_CLICK="vrtalk_msg_obstacle_on_click";static SPACE_FENCE_UPDATE="vrtalk_msg_space_fence_update";static SPACE_FENCE_ON_CLICK="vrtalk_msg_space_fence_on_click";static WORMHOLE_UPDATE="vrtalk_msg_wormhole_update";static WORMHOLE_ON_CLICK="vrtalk_msg_wormhole_on_click";static ASSET_LABEL_UPDATE="vrtalk_msg_asset_label_update";static ASSET_LABEL_ON_CLICK="vrtalk_msg_asset_label_on_click";static SWEEP_IMPORT_FROM_MATTERPORT="vrtalk_msg_sweep_import_from_matterport";static SWEEP_SYNC_MATTERPORT_ENABLED_STATE="vrtalk_msg_sweep_sync_matterport_enabled_state";static SWEEP_REQUEST_MODIFY_ENABLED="vrtalk_msg_sweep_request_modify_enabled";static FLOOR_IMPORT_FROM_MATTERPORT="vrtalk_msg_floor_import_from_matterport";static FLOOR_ENTER="vrtalk_msg_floor_enter";static FLOOR_LEAVE="vrtalk_msg_floor_leave";static CAMERA_POSE_UPDATE="vrtalk_msg_camera_pose_update";static RENDERER_SCREENSHOT_READY="vrtalk_msg_renderer_screenshot_ready";static RENDERER_PANORAMA_IMAGE_READY="vrtalk_msg_renderer_panorama_image_ready";static RENDERER_WORLD_SIZE_READY="vrtalk_msg_renderer_world_size_ready";static DOLLY_PATH_DESTINATION_CAPTURED="vrtalk_msg_dolly_path_destination_captured";static NAVIGATION_RESULT_READY="vrtalk_msg_navigation_result_ready";static NAVIGATION_START="vrtalk_msg_navigation_start";static NAVIGATION_END="vrtalk_msg_navigation_end";static NAVIGATION_CANCEL="vrtalk_msg_navigation_cancel"}class Ki{sendCameraPoseUpdate(e){window.parent.postMessage(new Wi(Yi.CAMERA_POSE_UPDATE,e),"*")}}class Ji{sendUpdate(e){window.parent.postMessage(new Wi(Yi.COMPONENT_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Wi(Yi.COMPONENT_ON_CLICK,e),"*")}sendTransitionAnimationFinished(e,t){window.parent.postMessage(new Wi(Yi.COMPONENT_TRANSITION_ANIMATION_FINISHED,{componentId:e,animationId:t}),"*")}}class zi{sendShotResult(e){window.parent.postMessage(new Wi(Yi.FOV_SHOT_RESULT,JSON.parse(JSON.stringify(e))),"*")}}class ji{sendImportFromMatterport(e){window.parent.postMessage(new Wi(Yi.FLOOR_IMPORT_FROM_MATTERPORT,e),"*")}sendEnter(e){window.parent.postMessage(new Wi(Yi.FLOOR_ENTER,e),"*")}sendLeave(e){window.parent.postMessage(new Wi(Yi.FLOOR_LEAVE,e),"*")}}class $i{sendReady(){window.parent.postMessage(new Wi(Yi.PLAYER_READY,{}),"*")}sendStatusUpdate(e){window.parent.postMessage(new Wi(Yi.PLAYER_STATUS_UPDATE,e),"*")}}class Qi{sendImportFromMatterport(e){window.parent.postMessage(new Wi(Yi.SWEEP_IMPORT_FROM_MATTERPORT,e),"*")}sendSyncMatterportEnabledState(e){window.parent.postMessage(new Wi(Yi.SWEEP_SYNC_MATTERPORT_ENABLED_STATE,e),"*")}sendRequestModifyEnabled(e,t){window.parent.postMessage(new Wi(Yi.SWEEP_REQUEST_MODIFY_ENABLED,{sweepId:e,enabled:t}),"*")}}class qi{sendScreenshotReady(e){window.parent.postMessage(new Wi(Yi.RENDERER_SCREENSHOT_READY,e),"*")}sendPanoramaImageReady(e){window.parent.postMessage(new Wi(Yi.RENDERER_PANORAMA_IMAGE_READY,e),"*")}sendWorldSizeReady(e){window.parent.postMessage(new Wi(Yi.RENDERER_WORLD_SIZE_READY,JSON.parse(JSON.stringify(e))),"*")}}class Zi{sendNavigationResultReady(e){window.parent.postMessage(new Wi(Yi.NAVIGATION_RESULT_READY,JSON.parse(JSON.stringify(e))),"*")}sendNavigationStart(e){window.parent.postMessage(new Wi(Yi.NAVIGATION_START,JSON.parse(JSON.stringify(e))),"*")}sendNavigationEnd(e){window.parent.postMessage(new Wi(Yi.NAVIGATION_END,JSON.parse(JSON.stringify(e))),"*")}sendNavigationCancel(e){window.parent.postMessage(new Wi(Yi.NAVIGATION_CANCEL,JSON.parse(JSON.stringify(e))),"*")}}class ec{sendUpdate(e){window.parent.postMessage(new Wi(Yi.OBSTACLE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Wi(Yi.OBSTACLE_ON_CLICK,e),"*")}}class tc{sendUpdate(e){window.parent.postMessage(new Wi(Yi.TRIMMER_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Wi(Yi.TRIMMER_ON_CLICK,e),"*")}}class ac{sendUpdate(e){window.parent.postMessage(new Wi(Yi.STICKER_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Wi(Yi.STICKER_ON_CLICK,e),"*")}}class nc{sendUpdate(e){window.parent.postMessage(new Wi(Yi.ASSET_LABEL_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Wi(Yi.ASSET_LABEL_ON_CLICK,e),"*")}}class rc{sendUpdate(e){window.parent.postMessage(new Wi(Yi.TARGET_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Wi(Yi.TARGET_ON_CLICK,e),"*")}}class sc{sendUpdate(e){window.parent.postMessage(new Wi(Yi.WORMHOLE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Wi(Yi.WORMHOLE_ON_CLICK,e),"*")}}class oc{sendUpdate(e){window.parent.postMessage(new Wi(Yi.SPACE_FENCE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Wi(Yi.SPACE_FENCE_ON_CLICK,e),"*")}}class ic{sendDestinationCaptured(e){window.parent.postMessage(new Wi(Yi.DOLLY_PATH_DESTINATION_CAPTURED,JSON.parse(JSON.stringify(e))),"*")}}class cc{onUpdateAll(e){lc.registerCommandListener(Ci.SWEEP_UPDATE_ALL,(t=>{e(t.data)}))}onUpdate(e){lc.registerCommandListener(Ci.SWEEP_UPDATE,(t=>{e(t.data)}))}onDeleteVirtual(e){lc.registerCommandListener(Ci.SWEEP_DELETE_VIRTUAL,(t=>{e(t.data)}))}onUpdateRenderFlagVisible(e){lc.registerCommandListener(Ci.SWEEP_UPDATE_RENDER_FLAG_VISIBLE,(t=>{e(t.data)}))}}class lc{static commandListenerPool=new Map;static commandPlayer=new Ai;static commandCover=new Oi;static commandUi=new Ii;static commandInfoTemplate=new ui;static commandInformation=new Si;static commandComponent=new Li;static commandFov=new Ni;static commandLayer=new Ri;static commandLight=new Mi;static commandTrimmer=new yi;static commandSticker=new Pi;static commandSweep=new cc;static commandFloor=new bi;static commandCamera=new hi;static commandRenderer=new Di;static commandMarker=new fi;static commandNavigation=new wi;static commandObstacle=new vi;static commandAudio=new Vi;static commandAssetLabel=new Ui;static commandTarget=new Bi;static commandWormhole=new ki;static commandSpaceFence=new Gi;static commandMonitor=new xi;static commandMessageCard=new Fi;static commandDollyPath=new Hi;static commandHamburgerMenu=new Xi;static messageCamera=new Ki;static messageComponent=new Ji;static messageFov=new zi;static messageFloor=new ji;static messagePlayer=new $i;static messageSweep=new Qi;static messageRenderer=new qi;static messageNavigation=new Zi;static messageObstacle=new ec;static messageTrimmer=new tc;static messageSticker=new ac;static messageAssetLabel=new nc;static messageTarget=new rc;static messageWormhole=new sc;static messageSpaceFence=new oc;static messageDollyPath=new ic;static registerCommandListener(e,t){lc.commandListenerPool.has(e)||lc.commandListenerPool.set(e,[]),lc.commandListenerPool.get(e).push(t)}static unRegisterCommandListener(e,t){if(!lc.commandListenerPool.has(e))return;const a=lc.commandListenerPool.get(e).indexOf(t);a>=0&&lc.commandListenerPool.get(e).splice(a,1)}static init(){window.addEventListener("message",(e=>{if(e.data.type&&0===e.data.type.indexOf("vrtalk_cmd_")){const t=e.data;lc.commandListenerPool.has(t.type)&&lc.commandListenerPool.get(t.type).forEach((e=>{e(t)}))}}))}}class dc{player;constructor(e){this.player=e}onReady(e){this.player.registerMessageListener(Yi.PLAYER_READY,(t=>{e()}))}onStatusUpdate(e){this.player.registerMessageListener(Yi.PLAYER_STATUS_UPDATE,(t=>{e(t.data)}))}}class _c{player;constructor(e){this.player=e}sendStart(e,t){this.player.sendCommand(new gi(Ci.PLAYER_START,JSON.parse(JSON.stringify({vrContentData:e,isForceIgnoreEnterBtn:t}))))}sendModeUpdate(e){this.player.sendCommand(new gi(Ci.PLAYER_MODE_UPDATE,e))}sendXrPreparePreview(e){this.player.sendCommand(new gi(Ci.PLAYER_XR_PREPARE_PREVIEW,e))}sendPrepareSettingsUpdate(e){this.player.sendCommand(new gi(Ci.PLAYER_PREPARE_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class mc{player;constructor(e){this.player=e}sendCoverSettingsUpdate(e){this.player.sendCommand(new gi(Ci.COVER_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Ec{player;constructor(e){this.player=e}sendUiSettingsUpdate(e){this.player.sendCommand(new gi(Ci.UI_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Tc{player;constructor(e){this.player=e}sendInfoTemplateSettingsUpdate(e){this.player.sendCommand(new gi(Ci.INFO_TEMPLATE_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class pc{player;constructor(e){this.player=e}sendUpdateContentCard(e){this.player.sendCommand(new gi(Ci.INFORMATION_CONTENT_CARD_UPDATE,JSON.parse(JSON.stringify(e))))}sendDeleteContentCard(e){this.player.sendCommand(new gi(Ci.INFORMATION_CONTENT_CARD_DELETE,e))}}class gc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new gi(Ci.COMPONENT_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new gi(Ci.COMPONENT_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new gi(Ci.COMPONENT_DELETE,e))}sendFollowMouse(e){this.player.sendCommand(new gi(Ci.COMPONENT_FOLLOW_MOUSE,e))}sendControllerModify(e,t){this.player.sendCommand(new gi(Ci.COMPONENT_CONTROLLER_MODIFY,{componentId:t,controllerType:e}))}sendPlayTransitionAnimation(e,t){this.player.sendCommand(new gi(Ci.COMPONENT_PLAY_TRANSITION_ANIMATION,{componentId:e,animationId:t}))}sendStopTransitionAnimation(e){this.player.sendCommand(new gi(Ci.COMPONENT_STOP_TRANSITION_ANIMATION,{componentId:e}))}send3dModelPlayAnimationClip(e,t){this.player.sendCommand(new gi(Ci.COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP,{modelComponentId:e,animationClipId:t}))}send3dModelStopAnimationClip(e){this.player.sendCommand(new gi(Ci.COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP,{modelComponentId:e}))}send2dTextAutoFit(e){this.player.sendCommand(new gi(Ci.COMPONENT_2D_TEXT_AUTO_FIT,e))}}class Cc{player;constructor(e){this.player=e}enterFovShotMode(e){this.player.sendCommand(new gi(Ci.FOV_ENTER_SHOT_MODE,JSON.parse(JSON.stringify(e))))}exitFovShotMode(){this.player.sendCommand(new gi(Ci.FOV_EXIT_SHOT_MODE,{}))}sendUpdate(e){this.player.sendCommand(new gi(Ci.FOV_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new gi(Ci.FOV_DELETE,e))}}class Ac{player;constructor(e){this.player=e}sendUpdate(e){this.player.sendCommand(new gi(Ci.LAYER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e,t){this.player.sendCommand(new gi(Ci.LAYER_DELETE,{layerId:e,deleteComponents:t}))}sendVisible(e,t){this.player.sendCommand(new gi(Ci.LAYER_VISIBLE,{layerId:e,visible:t}))}}class Oc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new gi(Ci.LIGHT_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new gi(Ci.LIGHT_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new gi(Ci.LIGHT_DELETE,e))}}class Ic{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new gi(Ci.TRIMMER_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new gi(Ci.TRIMMER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new gi(Ci.TRIMMER_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new gi(Ci.TRIMMER_CONTROLLER_MODIFY,{controllerType:e,trimmerId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new gi(Ci.TRIMMER_EDITING_STATE_UPDATE,e))}}class uc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new gi(Ci.STICKER_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new gi(Ci.STICKER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new gi(Ci.STICKER_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new gi(Ci.STICKER_CONTROLLER_MODIFY,{controllerType:e,stickerId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new gi(Ci.STICKER_EDITING_STATE_UPDATE,e))}}class Sc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new gi(Ci.ASSET_LABEL_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new gi(Ci.ASSET_LABEL_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new gi(Ci.ASSET_LABEL_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new gi(Ci.ASSET_LABEL_CONTROLLER_MODIFY,{controllerType:e,assetLabelId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new gi(Ci.ASSET_LABEL_EDITING_STATE_UPDATE,e))}}class Lc{player;constructor(e){this.player=e}sendUpdateAll(e){this.player.sendCommand(new gi(Ci.SWEEP_UPDATE_ALL,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new gi(Ci.SWEEP_UPDATE,JSON.parse(JSON.stringify(e))))}sendDeleteVirtual(e){this.player.sendCommand(new gi(Ci.SWEEP_DELETE_VIRTUAL,e))}sendUpdateRenderFlagVisible(e){this.player.sendCommand(new gi(Ci.SWEEP_UPDATE_RENDER_FLAG_VISIBLE,e))}}class Nc{player;constructor(e){this.player=e}sendUpdate(e){this.player.sendCommand(new gi(Ci.FLOOR_UPDATE,JSON.parse(JSON.stringify(e))))}}class Rc{player;constructor(e){this.player=e}sendMoveTo(e,t){this.player.sendCommand(new gi(Ci.CAMERA_MOVE_TO,JSON.parse(JSON.stringify({transition:e,cameraMode:t}))))}sendMoveToInside(e,t,a){this.player.sendCommand(new gi(Ci.CAMERA_MOVE_TO_INSIDE,JSON.parse(JSON.stringify({transition:e,transitionTime:t,cameraPose:a}))))}sendMoveToVrFov(e,t,a){this.player.sendCommand(new gi(Ci.CAMERA_MOVE_TO_VR_FOV,JSON.parse(JSON.stringify({transition:e,transitionTime:t,fovId:a}))))}sendMoveToNearComponent(e,t,a){this.player.sendCommand(new gi(Ci.CAMERA_MOVE_TO_NEAR_COMPONENT,JSON.parse(JSON.stringify({transition:e,transitionTime:t,componentId:a}))))}sendMoveToWatchPosition(e,t,a){this.player.sendCommand(new gi(Ci.CAMERA_MOVE_TO_WATCH_POSITION,JSON.parse(JSON.stringify({transition:e,transitionTime:t,position:a}))))}}class Mc{player;constructor(e){this.player=e}sendTakeScreenshot(e,t){this.player.sendCommand(new gi(Ci.RENDERER_TAKE_SCREENSHOT,{resolution:e,visibility:t}))}sendGetPanoramaImage(){this.player.sendCommand(new gi(Ci.RENDERER_GET_PANORAMA_IMAGE,{}))}sendSettingsUpdate(e){this.player.sendCommand(new gi(Ci.RENDERER_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class yc{player;constructor(e){this.player=e}sendMarkerUpdate(e){this.player.sendCommand(new gi(Ci.MARKER_UPDATE,JSON.parse(JSON.stringify(e))))}sendMarkerDelete(e){this.player.sendCommand(new gi(Ci.MARKER_DELETE,e))}}class Pc{player;constructor(e){this.player=e}sendNavigationRequest(e){this.player.sendCommand(new gi(Ci.NAVIGATION_REQUEST,JSON.parse(JSON.stringify(e))))}sendNavigationStart(e){this.player.sendCommand(new gi(Ci.NAVIGATION_START,JSON.parse(JSON.stringify(e))))}sendNavigationCancel(){this.player.sendCommand(new gi(Ci.NAVIGATION_CANCEL,{}))}}class bc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new gi(Ci.OBSTACLE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new gi(Ci.OBSTACLE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new gi(Ci.OBSTACLE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new gi(Ci.OBSTACLE_CONTROLLER_MODIFY,{controllerType:e,obstacleId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new gi(Ci.OBSTACLE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new gi(Ci.OBSTACLE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class hc{player;constructor(e){this.player=e}sendAudioListUpdate(e){this.player.sendCommand(new gi(Ci.AUDIO_LIST_UPDATE,JSON.parse(JSON.stringify(e))))}sendAudioListDelete(e){this.player.sendCommand(new gi(Ci.AUDIO_LIST_DELETE,{audioListId:e}))}sendAudioUpdate(e){this.player.sendCommand(new gi(Ci.AUDIO_UPDATE,JSON.parse(JSON.stringify(e))))}sendAudioDelete(e,t){this.player.sendCommand(new gi(Ci.AUDIO_DELETE,{audioListId:e,audioId:t}))}sendAudioCenterPlayerShowPlayControlUpdate(e){this.player.sendCommand(new gi(Ci.AUDIO_CENTER_PLAYER_SHOW_PLAY_CONTROL_UPDATE,{show:e}))}sendAudioCenterPlayerShowMuteControlUpdate(e){this.player.sendCommand(new gi(Ci.AUDIO_CENTER_PLAYER_SHOW_VOLUME_CONTROL_UPDATE,{show:e}))}sendAudioCenterPlayerVolumeUpdate(e){this.player.sendCommand(new gi(Ci.AUDIO_CENTER_PLAYER_VOLUME_UPDATE,{volume:e}))}}class Dc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new gi(Ci.TARGET_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new gi(Ci.TARGET_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new gi(Ci.TARGET_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new gi(Ci.TARGET_CONTROLLER_MODIFY,{controllerType:e,targetId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new gi(Ci.TARGET_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new gi(Ci.TARGET_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class fc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new gi(Ci.WORMHOLE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new gi(Ci.WORMHOLE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new gi(Ci.WORMHOLE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new gi(Ci.WORMHOLE_CONTROLLER_MODIFY,{controllerType:e,wormholeId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new gi(Ci.WORMHOLE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new gi(Ci.WORMHOLE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class wc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new gi(Ci.SPACE_FENCE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new gi(Ci.SPACE_FENCE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new gi(Ci.SPACE_FENCE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new gi(Ci.SPACE_FENCE_CONTROLLER_MODIFY,{controllerType:e,spaceFenceId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new gi(Ci.SPACE_FENCE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new gi(Ci.SPACE_FENCE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}sendGroupColorUpdate(e,t){this.player.sendCommand(new gi(Ci.SPACE_FENCE_GROUP_COLOR_UPDATE,{groupId:e,cubeFaceColor:JSON.parse(JSON.stringify(t))}))}}class vc{player;constructor(e){this.player=e}sendMonitorListUpdate(e){this.player.sendCommand(new gi(Ci.MONITOR_LIST_UPDATE,JSON.parse(JSON.stringify(e))))}}class Vc{player;constructor(e){this.player=e}sendPreview(e,t){this.player.sendCommand(new gi(Ci.MESSAGE_CARD_PREVIEW,{card:e?JSON.parse(JSON.stringify(e)):null,show:t}))}}class Uc{player;constructor(e){this.player=e}captureDestination(){this.player.sendCommand(new gi(Ci.DOLLY_PATH_CAPTURE_DESTINATION,{}))}preview(e){this.player.sendCommand(new gi(Ci.DOLLY_PATH_PREVIEW,JSON.parse(JSON.stringify(e))))}stopPreview(){this.player.sendCommand(new gi(Ci.DOLLY_PATH_STOP_PREVIEW,{}))}}class Bc{player;constructor(e){this.player=e}sendHamburgerMenuUpdate(e){this.player.sendCommand(new gi(Ci.HAMBURGER_MENU_UPDATE,JSON.parse(JSON.stringify(e))))}}class kc{player;constructor(e){this.player=e}onCameraPoseUpdate(e){this.player.registerMessageListener(Yi.CAMERA_POSE_UPDATE,(t=>{e(t.data)}))}}class Gc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Yi.COMPONENT_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Yi.COMPONENT_ON_CLICK,(t=>{e(t.data)}))}onTransitionAnimationFinished(e){this.player.registerMessageListener(Yi.COMPONENT_TRANSITION_ANIMATION_FINISHED,(t=>{e(t.data.componentId,t.data.animationId)}))}}class xc{player;constructor(e){this.player=e}onShotResult(e){this.player.registerMessageListener(Yi.FOV_SHOT_RESULT,(t=>{e(t.data)}))}}class Fc{player;constructor(e){this.player=e}onImportFromMatterport(e){this.player.registerMessageListener(Yi.FLOOR_IMPORT_FROM_MATTERPORT,(t=>{e(t.data)}))}onEnterFloor(e){this.player.registerMessageListener(Yi.FLOOR_ENTER,(t=>{e(t.data)}))}onLeaveFloor(e){this.player.registerMessageListener(Yi.FLOOR_LEAVE,(t=>{e(t.data)}))}}class Hc{player;constructor(e){this.player=e}onImportFromMatterport(e){this.player.registerMessageListener(Yi.SWEEP_IMPORT_FROM_MATTERPORT,(t=>{e(t.data)}))}onSyncMatterportEnabledState(e){this.player.registerMessageListener(Yi.SWEEP_SYNC_MATTERPORT_ENABLED_STATE,(t=>{e(t.data)}))}onRequestModifyEnabled(e){this.player.registerMessageListener(Yi.SWEEP_REQUEST_MODIFY_ENABLED,(t=>{e(t.data.sweepId,t.data.enabled)}))}}class Xc{player;constructor(e){this.player=e}onScreenshotReady(e){this.player.registerMessageListener(Yi.RENDERER_SCREENSHOT_READY,(t=>{e(t.data)}))}onPanoramaImageReady(e){this.player.registerMessageListener(Yi.RENDERER_PANORAMA_IMAGE_READY,(t=>{e(t.data)}))}onWorldSizeReady(e){this.player.registerMessageListener(Yi.RENDERER_WORLD_SIZE_READY,(t=>{e(t.data)}))}}class Wc{player;constructor(e){this.player=e}onNavigationResultReady(e){this.player.registerMessageListener(Yi.NAVIGATION_RESULT_READY,(t=>{e(t.data)}))}onNavigationStart(e){this.player.registerMessageListener(Yi.NAVIGATION_START,(t=>{e(t.data)}))}onNavigationEnd(e){this.player.registerMessageListener(Yi.NAVIGATION_END,(t=>{e(t.data)}))}onNavigationCancel(e){this.player.registerMessageListener(Yi.NAVIGATION_CANCEL,(t=>{e(t.data)}))}}class Yc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Yi.OBSTACLE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Yi.OBSTACLE_ON_CLICK,(t=>{e(t.data)}))}}class Kc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Yi.TRIMMER_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Yi.TRIMMER_ON_CLICK,(t=>{e(t.data)}))}}class Jc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Yi.STICKER_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Yi.STICKER_ON_CLICK,(t=>{e(t.data)}))}}class zc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Yi.ASSET_LABEL_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Yi.ASSET_LABEL_ON_CLICK,(t=>{e(t.data)}))}}class jc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Yi.TARGET_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Yi.TARGET_ON_CLICK,(t=>{e(t.data)}))}}class $c{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Yi.WORMHOLE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Yi.WORMHOLE_ON_CLICK,(t=>{e(t.data)}))}}class Qc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Yi.SPACE_FENCE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Yi.SPACE_FENCE_ON_CLICK,(t=>{e(t.data)}))}}class qc{player;constructor(e){this.player=e}onDestinationCaptured(e){this.player.registerMessageListener(Yi.DOLLY_PATH_DESTINATION_CAPTURED,(t=>{e(t.data)}))}}class Zc{serviceRegion;iframeElement=null;messageListenerPool=new Map;messageCamera;messageComponent;messageFov;messageFloor;messagePlayer;messageSweep;messageRenderer;messageNavigation;messageObstacle;messageTrimmer;messageSticker;messageAssetLabel;messageTarget;messageWormhole;messageSpaceFence;messageDollyPath;commandPlayer;commandCover;commandUi;commandInfoTemplate;commandInformation;commandComponent;commandFov;commandLayer;commandLight;commandTrimmer;commandSticker;commandAssetLabel;commandSweep;commandFloor;commandCamera;commandRenderer;commandMarker;commandNavigation;commandObstacle;commandAudio;commandTarget;commandWormhole;commandSpaceFence;commandMonitor;commandMessageCard;commandDollyPath;commandHamburgerMenu;constructor(e,t){this.serviceRegion=e,this.iframeElement=t,this.messageCamera=new kc(this),this.messageComponent=new Gc(this),this.messageFov=new xc(this),this.messageFloor=new Fc(this),this.messagePlayer=new dc(this),this.messageSweep=new Hc(this),this.messageRenderer=new Xc(this),this.messageNavigation=new Wc(this),this.messageObstacle=new Yc(this),this.messageTrimmer=new Kc(this),this.messageSticker=new Jc(this),this.messageAssetLabel=new zc(this),this.messageTarget=new jc(this),this.messageWormhole=new $c(this),this.messageSpaceFence=new Qc(this),this.messageDollyPath=new qc(this),this.commandPlayer=new _c(this),this.commandCover=new mc(this),this.commandUi=new Ec(this),this.commandInfoTemplate=new Tc(this),this.commandInformation=new pc(this),this.commandComponent=new gc(this),this.commandFov=new Cc(this),this.commandLayer=new Ac(this),this.commandLight=new Oc(this),this.commandTrimmer=new Ic(this),this.commandSticker=new uc(this),this.commandAssetLabel=new Sc(this),this.commandSweep=new Lc(this),this.commandFloor=new Nc(this),this.commandCamera=new Rc(this),this.commandRenderer=new Mc(this),this.commandMarker=new yc(this),this.commandNavigation=new Pc(this),this.commandObstacle=new bc(this),this.commandAudio=new hc(this),this.commandTarget=new Dc(this),this.commandWormhole=new fc(this),this.commandSpaceFence=new wc(this),this.commandMonitor=new vc(this),this.commandMessageCard=new Vc(this),this.commandDollyPath=new Uc(this),this.commandHamburgerMenu=new Bc(this),this.iframeElement.addEventListener("load",(()=>{console.debug("[VRTalk Web SDK] player iframe loaded, add event listener"),window.addEventListener("message",(e=>{if(e.data.type&&0===e.data.type.indexOf("vrtalk_msg_")){const t=e.data;this.messageListenerPool.has(t.type)&&this.messageListenerPool.get(t.type).forEach((e=>{e(t)}))}}))}))}registerMessageListener(e,t){console.debug(`[VRTalk Web SDK]VRTalkEditablePlayer.registerMessageListener: ${e}`),this.messageListenerPool.get(e)||this.messageListenerPool.set(e,[]),this.messageListenerPool.get(e).push(t)}unRegisterMessageListener(e,t){if(console.debug(`[VRTalk Web SDK]VRTalkEditablePlayer.unRegisterMessageListener: ${e}`),!this.messageListenerPool.has(e))return;const a=this.messageListenerPool.get(e).indexOf(t);a>=0&&this.messageListenerPool.get(e).splice(a,1)}clearAllMessageListener(){console.debug("[VRTalk Web SDK] VRTalkEditablePlayer.clearAllMessageListener"),this.messageListenerPool.clear()}sendCommand(e){console.debug(`[VRTalk Web SDK]VRTalkEditablePlayer.sendCommand: ${e}`);const t=this.iframeElement?.contentWindow;t?t.postMessage(e,"*"):console.warn("[VRTalk Web SDK] sendCommand: player iframe 尚未就绪,命令被跳过",e)}play(){console.debug("[VRTalk Web SDK]VRTalkEditablePlayer.play"),this.iframeElement.src=this.serviceRegion+"/vr-editor"}}function el(e){switch(e){case $.TYPE_2D_IMAGE:return es.COMPONENT_2D_IMAGE;case $.TYPE_2D_VIDEO:return es.COMPONENT_2D_VIDEO;case $.TYPE_2D_TEXT:return es.COMPONENT_2D_TEXT;case $.TYPE_2D_PANEL:return es.COMPONENT_2D_PANEL;case $.TYPE_2D_ADVERTISEMENT:return es.COMPONENT_2D_ADVERTISEMENT;case $.TYPE_3D_BOX:return es.COMPONENT_3D_BOX;case $.TYPE_3D_MODEL:return es.COMPONENT_3D_MODEL;case $.TYPE_TAG:return es.COMPONENT_TAG;default:return es.COMPONENT_2D_IMAGE}}function tl(e,t,a,n,r){if(Array.isArray(e)&&0!==e.length)for(const s of e)s.id&&n.has(s.id)||(s.createSourceId||(s.createSourceType=t,s.createSourceId=a),r.push(s),s.id&&n.add(s.id))}function al(e){if(!e)return;Array.isArray(e.triggerList)||(e.triggerList=[]);const t=new Set;for(const a of e.triggerList)a.id&&t.add(a.id);const a=[];if(Array.isArray(e.componentList))for(const n of e.componentList){const e=el(n.type),r=n;if(tl(r.triggerList,e,n.id,t,a),r.triggerList=[],n.type===$.TYPE_2D_IMAGE){const e=n;if(Array.isArray(e.sourceList))for(const r of e.sourceList){const e=r;tl(e.triggerList,es.COMPONENT_2D_IMAGE,n.id,t,a),e.triggerList=[]}}else if(n.type===$.TYPE_2D_VIDEO){const e=n;if(Array.isArray(e.sourceList))for(const r of e.sourceList){const e=r;tl(e.triggerList,es.COMPONENT_2D_VIDEO,n.id,t,a),e.triggerList=[]}}else if(n.type===$.TYPE_2D_PANEL){const e=n;if(Array.isArray(e.sceneDataList))for(const r of e.sceneDataList){const e=r;tl(e.triggerList,es.COMPONENT_2D_PANEL,n.id,t,a),e.triggerList=[]}}}if(Array.isArray(e.sweepList))for(const n of e.sweepList){const e=n;tl(e.triggerList,"sweep",n.id,t,a),e.triggerList=[]}if(Array.isArray(e.vrFloorList))for(const n of e.vrFloorList){const e=n;tl(e.triggerList,"floor",n.id,t,a),e.triggerList=[]}if(Array.isArray(e.xrVirtualFloorList))for(const n of e.xrVirtualFloorList){const e=n;tl(e.triggerList,"xr_virtual_floor",n.id,t,a),e.triggerList=[]}if(Array.isArray(e.variableList))for(const n of e.variableList){const e=n;tl(e.triggerList,es.LOGIC_VARIABLE,n.key,t,a),e.triggerList=[]}const n=e;if(Array.isArray(n.variableExpressionWatcherList)){for(const e of n.variableExpressionWatcherList){const n=e;tl(n.triggerList,es.LOGIC_CONDITION_WATCHER,e.id,t,a),n.triggerList=[]}Array.isArray(n.conditionWatcherList)&&0!==n.conditionWatcherList.length||(n.conditionWatcherList=n.variableExpressionWatcherList),delete n.variableExpressionWatcherList}if(Array.isArray(e.conditionWatcherList))for(const n of e.conditionWatcherList){const e=n;tl(e.triggerList,es.LOGIC_CONDITION_WATCHER,n.id,t,a),e.triggerList=[]}if(Array.isArray(e.spaceFenceList))for(const n of e.spaceFenceList){const e=n;tl(e.triggerList,es.SPACE_FENCE,n.id,t,a),e.triggerList=[]}if(Array.isArray(e.spaceFenceGroupList))for(const n of e.spaceFenceGroupList){const e=n;tl(e.triggerList,es.SPACE_FENCE_GROUP,n.id,t,a),e.triggerList=[]}a.length>0&&e.triggerList.push(...a)}function nl(e,t){const a=new Ds;return a.key=e,a.placement=t,a}function rl(e){return e.map((e=>nl(e.key,e.placement)))}const sl=["left","right","capsule","more","hidden"];function ol(e,t){return sl.includes(e.placement)?nl(e.key,e.placement):nl(e.key,Fs(e.key,t))}function il(e){return nl(e.key,"hidden"===e.placement?"hidden":"surface")}function cl(e){return e.vrMainBarItems&&e.vrMainBarItems.length>0?e.vrMainBarItems.map((e=>ol(e,ws))):ws.map((t=>nl(t.key,function(e,t){return!1==={fov:t.enabledFovBtn,d3:t.enabledD3ModeBtn,floorplan:t.enabledFloorPlanModeBtn,floor:t.enabledFloorSelectBtn,flow:t.enabledFlowBtn,measure:t.enabledMeasurementBtn,share:t.enabledShare,account:t.enabledStaffLogin||t.enabledGuestLogin}[e]?"hidden":Fs(e,ws)}(t.key,e))))}function ll(e){return e.vrInfoBarItems&&e.vrInfoBarItems.length>0?e.vrInfoBarItems.map(il):vs.map((t=>nl(t.key,function(e,t){switch(e){case"minimap":return t.enabledMinimap?"surface":"hidden";case"fullscreen":return t.enabledFullScreen?"surface":"hidden";case"hamburger":return t.enabledHamburgerMenu?"surface":"hidden";case"audio":return"hidden";default:return"surface"}}(t.key,e))))}function dl(e){return e.arBottomItems&&e.arBottomItems.length>0?e.arBottomItems.map((e=>ol(e,Vs))):rl(Vs)}function _l(e){return e.arInfoItems&&e.arInfoItems.length>0?e.arInfoItems.map(il):rl(Us)}function ml(e){e.vrMainBarItems&&0!==e.vrMainBarItems.length||(e.vrMainBarItems=cl(e)),e.vrInfoBarItems&&0!==e.vrInfoBarItems.length||(e.vrInfoBarItems=ll(e)),e.arBottomItems&&0!==e.arBottomItems.length||(e.arBottomItems=dl(e)),e.arInfoItems&&0!==e.arInfoItems.length||(e.arInfoItems=_l(e))}function El(e){if(!e)return;let t=e.vrPlayerUiSettings;t||(t=new un,e.vrPlayerUiSettings=t),void 0===t.enabledMinimap&&["enabledFovBtn","enabledD3ModeBtn","enabledFloorPlanModeBtn","enabledFloorSelectBtn","enabledMinimap","enabledMeasurementBtn","enabledShare","enabledFullScreen"].forEach((e=>{t[e]=!0})),void 0===t.enabledFlowBtn&&(t.enabledFlowBtn=!1),void 0===t.enabledStaffLogin&&(t.enabledStaffLogin=!0),void 0===t.enabledGuestLogin&&(t.enabledGuestLogin=!0),void 0===t.enabledHamburgerMenu&&(t.enabledHamburgerMenu=!0),void 0===t.vrDefaultGlobalMute&&(t.vrDefaultGlobalMute=!1),void 0===t.arDefaultGlobalMute&&(t.arDefaultGlobalMute=!1),t.playerAppearance||(t.playerAppearance=new H),ml(t)}function Tl(e){e&&(function(e,t){const a=e,n=e=>{if(Array.isArray(e))for(const a of e)t(a)};if(n(e.variableList),Array.isArray(e.abilityList))for(const t of e.abilityList){const e=t;if(n(e.contextVariableList),n(e.activeActionListLocalVariableList),n(e.stopActionListLocalVariableList),Array.isArray(e.triggerList))for(const t of e.triggerList)n(t.localVariableList)}if(Array.isArray(a.vrFlowList))for(const e of a.vrFlowList){const t=e;if(n(t.flowScopeVariableList),Array.isArray(t.stepList))for(const e of t.stepList){const t=e;if(n(t.stepScopeVariableList),Array.isArray(t.triggerList))for(const e of t.triggerList){const t=e?.trigger;t&&n(t.localVariableList)}if(Array.isArray(t.finishInjectTriggerList))for(const e of t.finishInjectTriggerList)n(e.localVariableList);if(Array.isArray(t.buttonList))for(const e of t.buttonList)n(e.localVariableList)}}if(Array.isArray(e.triggerList))for(const t of e.triggerList)n(t.localVariableList);if(Array.isArray(e.backgroundThreadList))for(const t of e.backgroundThreadList)n(t.localVariableList);const r=e.prepareSettings;if(r&&(n(r.vrInitLocalVariableList),n(r.arInitLocalVariableList),n(r.allInitLocalVariableList)),Array.isArray(e.componentList))for(const t of e.componentList){const e=t;if(n(e.localVariableList),Array.isArray(e.triggerList))for(const t of e.triggerList)n(t.localVariableList)}if(Array.isArray(e.messageCardList))for(const t of e.messageCardList){const e=t;if(Array.isArray(e.buttonList))for(const t of e.buttonList)n(t.localVariableList)}}(e,pl),function(e){if(Array.isArray(e.componentList))for(const t of e.componentList){if(t.type!==$.TYPE_2D_PANEL)continue;const e=t;if(Array.isArray(e.sceneDataList))for(const t of e.sceneDataList){const e=t;"enum-modifier"===e.mode&&(e.mode="variable-modifier");const a=e.enumModifierModeSettings;if(a&&a.variableKey&&(e.variableModifierModeSettings||(e.variableModifierModeSettings={}),e.variableModifierModeSettings.variableKey||(e.variableModifierModeSettings.variableKey=a.variableKey),e.variableModifierModeSettings.variableType||(e.variableModifierModeSettings.variableType="string"),e.enumModifierModeSettings=void 0),Array.isArray(t.buttonDataList))for(const e of t.buttonDataList){const t=e,a=t.enumOptionValue;if(void 0!==a&&""!==a){if(void 0!==t.optionValue&&""!==t.optionValue&&null!==t.optionValue||(t.optionValue=a),!t.optionLabel||!t.optionLabel.original_content){const e=new C;e.original_content=String(a),e.only_use_original_content=!0,t.optionLabel=e}t.enumOptionValue=void 0}}}}}(e),function(e){const t=e=>{if(e){if(e.actionType&&(e=>{if(e&&"logic_random_pick_enum"===e.actionType){e.actionType="logic_random_pick_from_recommend_options";const t=e.params||{};e.params={target:t.target??{scope:"global",key:""}}}})(e),Array.isArray(e.ifActionList))for(const a of e.ifActionList)t(a);if(Array.isArray(e.elseActionList))for(const a of e.elseActionList)t(a);if(Array.isArray(e.actionList))for(const a of e.actionList)t(a)}},a=e=>{if(Array.isArray(e))for(const a of e)t(a)};if(Array.isArray(e.triggerList))for(const t of e.triggerList)a(t.actionList);if(Array.isArray(e.componentList))for(const t of e.componentList)if(Array.isArray(t.triggerList))for(const e of t.triggerList)a(e.actionList);if(Array.isArray(e.abilityList))for(const t of e.abilityList){const e=t;if(a(e.activeActionList),a(e.stopActionList),Array.isArray(e.triggerList))for(const t of e.triggerList)a(t.actionList)}if(Array.isArray(e.vrFlowList))for(const t of e.vrFlowList){const e=t;if(Array.isArray(e.stepList))for(const t of e.stepList){const e=t;if(a(e.enterActionList),Array.isArray(e.arriveActionList))for(const t of e.arriveActionList)a(t.actionList);if(Array.isArray(e.triggerList))for(const t of e.triggerList){const e=t?.trigger;e&&a(e.actionList)}if(Array.isArray(e.finishInjectTriggerList))for(const t of e.finishInjectTriggerList)a(t.actionList);if(Array.isArray(e.buttonList))for(const t of e.buttonList)a(t.clickActionList)}}if(Array.isArray(e.backgroundThreadList))for(const t of e.backgroundThreadList)a(t.actionList);const n=e.prepareSettings;if(n&&(a(n.vrInitCompleteActionList),a(n.arInitCompleteActionList),a(n.allInitCompleteActionList)),Array.isArray(e.messageCardList))for(const t of e.messageCardList)if(Array.isArray(t.buttonList))for(const e of t.buttonList)a(e.clickActionList);if(Array.isArray(e.monitorList))for(const t of e.monitorList)if(Array.isArray(t.componentList))for(const e of t.componentList)a(e.clickActionList)}(e))}function pl(e){if(!e)return;const t=e;if("enum"!==e.type)return;e.type="string";const a=(Array.isArray(t.enumOptions)?t.enumOptions:[]).map((e=>{const t=new me;t.value=e;const a=new C;return a.original_content=e,a.only_use_original_content=!0,t.label=a,t}));Array.isArray(e.stringRecommendOptions)&&0!==e.stringRecommendOptions.length||(e.stringRecommendOptions=a),e.stringDefaultValue||(e.stringDefaultValue=t.enumDefaultValue??""),t.enumOptions=void 0,t.enumDefaultValue=void 0}const gl="expression";function Cl(e){return e?.root?Al(e.root):""}function Al(e){const t=(e.children||[]).filter((e=>!!e));if(0===t.length)return"";const a=t.map((e=>{if(e.kind===Ze.GROUP){const t=Al(e);return""===t?"false":`(${t})`}return function(e){if(e.funcName===gl){const t=(e.args||[])[0],a=t&&null!=t.literalValue?String(t.literalValue).trim():"",n=a?`(${a})`:"false";return e.negate?`!(${n})`:n}const t=(e.args||[]).map(Ol).join(", "),a=`${e.funcName}(${t})`;return e.negate?`!(${a})`:a}(e)})),n="or"===e.logicalOp?" || ":" && ",r=1===a.length?a[0]:a.join(n);return e.negate?`!(${r})`:r}function Ol(e){if(e.argKind===et.VAR_REF){const t=e.variableScope||"global",a=e.variableKey||"";return a?"global"===t?`$${a}`:`_${t}.$${a}`:"undefined"}if(e.argKind===et.ARRAY_LITERAL)return`[${(e.arrayItems||[]).map(Il).join(", ")}]`;const t=e.literalType,a=e.literalValue;return"number"===t?Sl("number"==typeof a?a:Number(a)||0):"boolean"===t?a?"true":"false":ul("string"==typeof a?a:String(a??""))}function Il(e){return"number"===e.type?Sl("number"==typeof e.value?e.value:Number(e.value)||0):"boolean"===e.type?e.value?"true":"false":ul("string"==typeof e.value?e.value:String(e.value??""))}function ul(e){return JSON.stringify(e)}function Sl(e){return Number.isFinite(e)?String(e):"0"}function Ll(e,t){const a={deps:[],hasCustomJs:!1};return e?.root?(Nl(e.root,t,a),a):a}function Nl(e,t,a){for(const n of e.children||[])n&&(n.kind===Ze.GROUP?Nl(n,t,a):Rl(n,t,a))}function Rl(e,t,a){if(e.funcName===gl)return void(a.hasCustomJs=!0);for(const t of e.args||[])t&&t.argKind===et.VAR_REF&&t.variableKey&&a.deps.push({sourceType:"variable",sourceId:String(t.variableKey)});const n=t[e.funcName];if(!n||"none"===n.kind)return;if("no-id"===n.kind)return void a.deps.push({sourceType:n.sourceType,sourceId:"*"});const r=(e.args||[])[n.argIndex];let s="*";r&&r.argKind===et.LITERAL&&null!=r.literalValue&&(s=String(r.literalValue)),a.deps.push({sourceType:n.sourceType,sourceId:s})}function Ml(e){const t=Math.min(100,Math.max(0,e.percent)),a="horizontal"===e.direction,n={transition:a?"width 0.3s ease":"height 0.3s ease"};a?(n.width=t+"%",n.height="100%"):(n.width="100%",n.height=t+"%",n.position="absolute",n.bottom="0",n.left="0");const r=e.color,s=e.colorEnd&&""!==e.colorEnd?e.colorEnd:e.color,o=a?"90deg":"0deg";switch(e.style){case"gradient":n.background=`linear-gradient(${o}, ${r}, ${s})`;break;case"striped":n.background=`linear-gradient(45deg,\n rgba(255,255,255,0.18) 25%, transparent 25%,\n transparent 50%, rgba(255,255,255,0.18) 50%,\n rgba(255,255,255,0.18) 75%, transparent 75%, transparent) ,\n ${r}`,n.backgroundSize="14px 14px, auto";break;case"striped-animated":n.background=`linear-gradient(45deg,\n rgba(255,255,255,0.22) 25%, transparent 25%,\n transparent 50%, rgba(255,255,255,0.22) 50%,\n rgba(255,255,255,0.22) 75%, transparent 75%, transparent) ,\n ${r}`,n.backgroundSize="14px 14px, auto",n.animation="vrtalk-progress-stripes 0.8s linear infinite";break;case"glow":n.background=`linear-gradient(180deg,\n rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.0) 50%) ,\n ${r}`,n.boxShadow=`0 0 6px ${r}66 inset, 0 0 4px ${r}88`;break;default:n.background=r}return n}const yl="\n@keyframes vrtalk-progress-stripes {\n from { background-position: 0 0, 0 0; }\n to { background-position: 28px 0, 0 0; }\n}\n";return t})()));
|
|
1
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var a=t();for(var n in a)("object"==typeof exports?exports:e)[n]=a[n]}}(this,(()=>(()=>{"use strict";var e={d:(t,a)=>{for(var n in a)e.o(a,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:a[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{AR_BOTTOM_ICON_KEYS:()=>Fr,AR_INFO_BAR_DEFAULT:()=>kr,AR_INFO_ICON_KEYS:()=>Hr,AR_MAIN_BAR_DEFAULT:()=>Br,ArMultisetSettings:()=>Qs,ChromaKeySettings:()=>_,Color:()=>d,ColorBuilder:()=>c,ColorParser:()=>l,Component2dFaceToCameraModeDefine:()=>te,EXPRESSION_FUNC_NAME:()=>Cl,EaseAnimationFunctionDefine:()=>E,EaseAnimationSettings:()=>m,FreeButton:()=>C,GotoPositionMethodDefine:()=>O,HoverBorderSettings:()=>I,LanguageTypeDefine:()=>g,LogicCurrentTimeOutputTypeDefine:()=>Qa,LogicRandomColorPaletteDefine:()=>ja,MediaLoopModeDefine:()=>N,MonitorVideoMuteChangeTypeDefine:()=>oa,MonitorVideoPlayChangeTypeDefine:()=>ra,MultiLanguageStr:()=>A,PROGRESS_BAR_KEYFRAMES_CSS:()=>hl,ParentComCommandAssetLabel:()=>Nc,ParentComCommandAudio:()=>fc,ParentComCommandCamera:()=>yc,ParentComCommandComponent:()=>Cc,ParentComCommandCover:()=>Tc,ParentComCommandDollyPath:()=>kc,ParentComCommandFloor:()=>Mc,ParentComCommandFov:()=>Oc,ParentComCommandHamburgerMenu:()=>Gc,ParentComCommandInfoTemplate:()=>gc,ParentComCommandInformation:()=>Ac,ParentComCommandLayer:()=>Ic,ParentComCommandLight:()=>uc,ParentComCommandMarker:()=>hc,ParentComCommandMessageCard:()=>Bc,ParentComCommandMonitor:()=>Uc,ParentComCommandNavigation:()=>bc,ParentComCommandObstacle:()=>Dc,ParentComCommandPlayer:()=>mc,ParentComCommandRenderer:()=>Pc,ParentComCommandSpaceFence:()=>Vc,ParentComCommandSticker:()=>Lc,ParentComCommandSweep:()=>Rc,ParentComCommandTarget:()=>wc,ParentComCommandTrimmer:()=>Sc,ParentComCommandUi:()=>pc,ParentComCommandWormhole:()=>vc,ParentComMessageAssetLabel:()=>$c,ParentComMessageCamera:()=>xc,ParentComMessageComponent:()=>Fc,ParentComMessageDollyPath:()=>el,ParentComMessageFloor:()=>Xc,ParentComMessageFov:()=>Hc,ParentComMessageNavigation:()=>Kc,ParentComMessageObstacle:()=>Jc,ParentComMessagePlayer:()=>Ec,ParentComMessageRenderer:()=>Yc,ParentComMessageSpaceFence:()=>Zc,ParentComMessageSticker:()=>jc,ParentComMessageSweep:()=>Wc,ParentComMessageTarget:()=>Qc,ParentComMessageTrimmer:()=>zc,ParentComMessageWormhole:()=>qc,PlayerComCommand:()=>Ci,PlayerComCommandAssetLabel:()=>ki,PlayerComCommandAudio:()=>Bi,PlayerComCommandCamera:()=>fi,PlayerComCommandComponent:()=>Ri,PlayerComCommandCover:()=>ui,PlayerComCommandDollyPath:()=>Wi,PlayerComCommandFloor:()=>Di,PlayerComCommandFov:()=>Mi,PlayerComCommandHamburgerMenu:()=>Yi,PlayerComCommandInfoTemplate:()=>Li,PlayerComCommandInformation:()=>Ni,PlayerComCommandLayer:()=>yi,PlayerComCommandLight:()=>Pi,PlayerComCommandMarker:()=>vi,PlayerComCommandMessageCard:()=>Xi,PlayerComCommandMonitor:()=>Hi,PlayerComCommandNavigation:()=>Vi,PlayerComCommandObstacle:()=>Ui,PlayerComCommandPlayer:()=>Ii,PlayerComCommandRenderer:()=>wi,PlayerComCommandSpaceFence:()=>Fi,PlayerComCommandSticker:()=>bi,PlayerComCommandSweep:()=>dc,PlayerComCommandTarget:()=>Gi,PlayerComCommandTrimmer:()=>hi,PlayerComCommandTypeDefine:()=>Oi,PlayerComCommandUi:()=>Si,PlayerComCommandWormhole:()=>xi,PlayerComMessage:()=>Ki,PlayerComMessageAssetLabel:()=>rc,PlayerComMessageCamera:()=>zi,PlayerComMessageComponent:()=>ji,PlayerComMessageDollyPath:()=>lc,PlayerComMessageFloor:()=>Qi,PlayerComMessageFov:()=>$i,PlayerComMessageNavigation:()=>tc,PlayerComMessageObstacle:()=>ac,PlayerComMessagePlayer:()=>qi,PlayerComMessageRenderer:()=>ec,PlayerComMessageSpaceFence:()=>cc,PlayerComMessageSticker:()=>sc,PlayerComMessageSweep:()=>Zi,PlayerComMessageTarget:()=>oc,PlayerComMessageTrimmer:()=>nc,PlayerComMessageTypeDefine:()=>Ji,PlayerComMessageWormhole:()=>ic,PlayerController:()=>_c,PopupUserFormField:()=>Ka,RendererResolution:()=>u,TakeScreenshotVisibility:()=>S,TintableIconRef:()=>L,TtsTextModeDefine:()=>Sa,UnityNavigationMode:()=>R,UnityNavigationParams:()=>M,UnityNavigationPlan:()=>y,VRTalkBaseData:()=>p,VRTalkEditablePlayer:()=>tl,VR_ACTION_PLATFORM_CAPABILITY_AR_ONLY:()=>ln,VR_ACTION_PLATFORM_CAPABILITY_VR_AND_AR:()=>cn,VR_ACTION_PLATFORM_CAPABILITY_VR_ONLY:()=>on,VR_INFO_BAR_DEFAULT:()=>Ur,VR_INFO_BAR_ICON_KEYS:()=>xr,VR_MAIN_BAR_DEFAULT:()=>Vr,VR_MAIN_BAR_ICON_KEYS:()=>Gr,Vector2:()=>n,Vector3:()=>a,VrAction:()=>ze,VrActionAnalyticsValueModeDefine:()=>Xa,VrActionCloudFormValueModeDefine:()=>ka,VrActionHitAnalyticsEventFieldBinding:()=>Wa,VrActionParams:()=>At,VrActionParams2dGeneralChangeDeformationSettings:()=>St,VrActionParams2dImageChangeSource:()=>Nt,VrActionParams2dPanelButtonChangeEnabled:()=>Dt,VrActionParams2dPanelChangeScene:()=>bt,VrActionParams2dTextChangeSource:()=>Lt,VrActionParams2dVideoChangeMuteState:()=>yt,VrActionParams2dVideoChangePlayState:()=>Mt,VrActionParams2dVideoChangeSource:()=>Rt,VrActionParams3dBoxChangeColor:()=>Pt,VrActionParams3dModelOperateAnimationClip:()=>Ut,VrActionParamsAbilityEnable:()=>pt,VrActionParamsAbilityStop:()=>gt,VrActionParamsAiAgentActivate:()=>Ma,VrActionParamsAiAgentActivateAndInjectAssistantMessage:()=>wa,VrActionParamsAiAgentActivateAndInjectDialogue:()=>Da,VrActionParamsAiAgentActivateAndSendUserMessage:()=>ba,VrActionParamsAiAgentHide:()=>ya,VrActionParamsAiAgentInjectHiddenStateMessage:()=>fa,VrActionParamsAiAgentTriggerConversation:()=>ha,VrActionParamsAiAgentTriggerMonologue:()=>Pa,VrActionParamsAudioCenterPlayList:()=>Vt,VrActionParamsAudioCenterSetVolume:()=>Ba,VrActionParamsBackgroundThread:()=>Ra,VrActionParamsCameraDollyMove:()=>Gt,VrActionParamsCameraDollyStop:()=>xt,VrActionParamsCameraMoveTo:()=>kt,VrActionParamsCanvasComponentChangeVisibility:()=>_a,VrActionParamsCloudFormCollectField:()=>xa,VrActionParamsCloudFormReset:()=>Ha,VrActionParamsCloudFormShowDialog:()=>Ga,VrActionParamsCloudFormSubmit:()=>Fa,VrActionParamsComponentGeneralAudioSourceChangeLoopMode:()=>vt,VrActionParamsComponentGeneralAudioSourcePause:()=>wt,VrActionParamsComponentGeneralAudioSourcePlayControl:()=>ft,VrActionParamsComponentGeneralChangeTransform:()=>It,VrActionParamsComponentGeneralChangeVisibility:()=>Ot,VrActionParamsComponentGeneralOperateTransitionAnimation:()=>ut,VrActionParamsComponentTagSimulateClick:()=>ht,VrActionParamsFlowEnter:()=>ea,VrActionParamsFlowExit:()=>ta,VrActionParamsHamburgerMenuChangeOpenState:()=>Ta,VrActionParamsHamburgerMenuGroupChangeExpanded:()=>pa,VrActionParamsHamburgerMenuNodeChangeVisibility:()=>ma,VrActionParamsHitAnalyticsEvent:()=>Ya,VrActionParamsInformationContentCardShow:()=>Kt,VrActionParamsInformationLinkOpen:()=>Jt,VrActionParamsLayerChangeVisibility:()=>Ea,VrActionParamsLogicCurrentTime:()=>qa,VrActionParamsLogicRandomColor:()=>$a,VrActionParamsLogicRandomNumber:()=>za,VrActionParamsLogicRandomPickBoolean:()=>tn,VrActionParamsLogicRandomPickColor:()=>an,VrActionParamsLogicRandomPickCssColor:()=>nn,VrActionParamsLogicRandomPickFromRecommendOptions:()=>sn,VrActionParamsLogicRandomPickNumber:()=>en,VrActionParamsLogicRandomPickString:()=>Za,VrActionParamsLogicVariableBooleanToggle:()=>Zt,VrActionParamsLogicVariableModify:()=>zt,VrActionParamsLogicVariableNumberAdd:()=>jt,VrActionParamsLogicVariableStringAdvanced:()=>qt,VrActionParamsLogicVariableStringAppend:()=>$t,VrActionParamsLogicVariableStringTrimEnd:()=>Qt,VrActionParamsMessageCardChangeShowState:()=>Aa,VrActionParamsMessageCardCreateTemporary:()=>Ia,VrActionParamsMessageCardDestroyTemporary:()=>ua,VrActionParamsMessageCardHide:()=>Oa,VrActionParamsMessageCardShow:()=>Ca,VrActionParamsMonitorChangeBadgeStyle:()=>da,VrActionParamsMonitorChangeBadgeText:()=>la,VrActionParamsMonitorChangeEnabled:()=>aa,VrActionParamsMonitorComponentChangeVisibility:()=>sa,VrActionParamsMonitorSwitchActiveTab:()=>na,VrActionParamsMonitorVideoChangeMuteState:()=>ca,VrActionParamsMonitorVideoChangePlayState:()=>ia,VrActionParamsNavigationStart:()=>Bt,VrActionParamsPopupUserFormShowDialog:()=>Ja,VrActionParamsSweepChangeEnabled:()=>Ft,VrActionParamsSweepChangePanorama:()=>Ht,VrActionParamsSweepMarkerChangeEnabled:()=>Xt,VrActionParamsSweepOnlyEnableCurrent:()=>Yt,VrActionParamsSweepResetToDefault:()=>Wt,VrActionParamsSystemCommonWait:()=>Ct,VrActionParamsSystemOpenWebpage:()=>Va,VrActionParamsSystemSetInteractiveState:()=>Ua,VrActionParamsSystemUiSettingsChange:()=>ga,VrActionParamsTtsPlayVoice:()=>La,VrActionParamsTtsRealtimeStream:()=>Na,VrActionSystemOpenWebpagePcModeDefine:()=>va,VrActionTypeDefine:()=>Tt,VrAdChannel:()=>Tn,VrAdItem:()=>pn,VrAiSettings:()=>gn,VrAppearanceStyle:()=>H,VrAssetLabel:()=>An,VrAudio:()=>J,VrAudioCenter:()=>W,VrAudioList:()=>j,VrAudioLyric:()=>z,VrCameraEnterSettings:()=>zs,VrCameraModeDefine:()=>s,VrCameraMoveTransitionTypeDefine:()=>r,VrCameraPose:()=>i,VrComponent2dAdvertisementData:()=>Uo,VrComponent2dDeformationModeDefine:()=>ne,VrComponent2dDeformationSettings:()=>se,VrComponent2dImageData:()=>Bo,VrComponent2dImageSourceData:()=>ko,VrComponent2dPanelAnsweringModeSettings:()=>Ho,VrComponent2dPanelButtonItemData:()=>jo,VrComponent2dPanelButtonTypeDefine:()=>Ko,VrComponent2dPanelData:()=>xo,VrComponent2dPanelImageItemData:()=>Jo,VrComponent2dPanelItem:()=>Yo,VrComponent2dPanelItemStyle:()=>qo,VrComponent2dPanelItemTypeDefine:()=>Wo,VrComponent2dPanelSceneData:()=>Fo,VrComponent2dPanelSceneGeneralParams:()=>$o,VrComponent2dPanelSceneModeDefine:()=>Go,VrComponent2dPanelSceneStyle:()=>Qo,VrComponent2dPanelTextItemData:()=>zo,VrComponent2dPanelVariableModifierModeSettings:()=>Xo,VrComponent2dTextBasicModeSettings:()=>si,VrComponent2dTextData:()=>ai,VrComponent2dTextHorizontalAlignDefine:()=>Zo,VrComponent2dTextMarqueeModeSettings:()=>ri,VrComponent2dTextModeDefine:()=>ti,VrComponent2dTextSourceData:()=>ni,VrComponent2dTextVerticalAlignDefine:()=>ei,VrComponent2dVideoData:()=>oi,VrComponent2dVideoSourceData:()=>ii,VrComponent3dBoxData:()=>ci,VrComponent3dModelAnimationClipData:()=>_i,VrComponent3dModelAnimationData:()=>di,VrComponent3dModelData:()=>li,VrComponentAudioSource:()=>K,VrComponentAudioSourceDistanceModelDefine:()=>Y,VrComponentControllerTypeDefine:()=>Q,VrComponentCustomVisibilitySettings:()=>ee,VrComponentData:()=>q,VrComponentData2d:()=>ae,VrComponentData2dCurvedSurfaceSettings:()=>re,VrComponentData2dFoldSurfaceSettings:()=>oe,VrComponentData3d:()=>ie,VrComponentNavigationSettings:()=>Z,VrComponentTagData:()=>mi,VrComponentTagTextLocationDefine:()=>Ei,VrComponentTransitionAnimation:()=>le,VrComponentTransitionAnimationKeyframe:()=>de,VrComponentTransitionAnimationPlayCompleteProcessTypeDefine:()=>ce,VrComponentTypeDefine:()=>$,VrContentCard:()=>B,VrContentCardMedia:()=>G,VrContentCardMediaTypeDefine:()=>V,VrContentCardModule:()=>k,VrContentCardShowStyleDefine:()=>U,VrContentData:()=>qs,VrContentDataBuilder:()=>Js,VrCoverBackgroundFitTypeDefine:()=>wn,VrCoverBackgroundTypeDefine:()=>fn,VrCoverButtonTypeDefine:()=>vn,VrCoverSettings:()=>Vn,VrFloatingLayerStyle:()=>Cn,VrFloor:()=>Zs,VrFloorMapSettings:()=>er,VrFlow:()=>ir,VrFlowPositionSettings:()=>mr,VrFlowPositionTypeDefine:()=>Er,VrFlowStatusDefine:()=>or,VrFlowStep:()=>dr,VrFlowStepArriveAction:()=>_r,VrFlowStepBarStyleDefine:()=>lr,VrFlowStepEndpointSettings:()=>pr,VrFlowStepTypeDefine:()=>cr,VrFlowTrigger:()=>Tr,VrFov:()=>gr,VrInfoTemplateItemValue:()=>Rn,VrInfoTemplateSettings:()=>Nn,VrIntroduceItem:()=>$s,VrLayer:()=>Ar,VrLight:()=>Cr,VrLightAmbient:()=>Or,VrLightDirectional:()=>Ir,VrLightPoint:()=>ur,VrLogoEndpointConfig:()=>un,VrLogoObjectAlignDefine:()=>In,VrLogoObjectFitDefine:()=>On,VrMarker:()=>Lr,VrMarkerGroup:()=>Nr,VrMarkerTypeDefine:()=>Sr,VrMeasureAreaUnitDefine:()=>Mr,VrMeasureData:()=>yr,VrMeasureDistanceUnitDefine:()=>Rr,VrMeasurePoint:()=>Pr,VrNavigationAdConfig:()=>hr,VrNavigationModeDefine:()=>h,VrNavigationPath:()=>w,VrNavigationPoint:()=>D,VrNavigationPointBuilder:()=>b,VrNavigationPointTypeDefine:()=>P,VrNavigationRequest:()=>f,VrNavigationResult:()=>v,VrObstacle:()=>br,VrObstacleGroup:()=>Dr,VrPlayerLogoConfig:()=>Sn,VrPlayerModeDefine:()=>Ti,VrPlayerStatusDefine:()=>gi,VrPlayerStatusNumMapping:()=>pi,VrPlayerStatusValue:()=>Ai,VrPlayerUiSettings:()=>Ln,VrRenderSettings:()=>Mn,VrShadowStyle:()=>x,VrSignal:()=>sr,VrSignalSourceDefine:()=>ar,VrSignalTrigger:()=>rr,VrSignalTypeDefine:()=>tr,VrSignalTypeSourceMapping:()=>nr,VrSticker:()=>Jr,VrStickerActivateTypeDefine:()=>Kr,VrSweep:()=>zr,VrSweepAlignmentDefine:()=>jr,VrSweepCameraPose:()=>o,VrSweepPanoramaBallExternalViewModeDefine:()=>qr,VrSweepPanoramaData:()=>Zr,VrSweepPanoramaSourceData:()=>eo,VrSweepPanoramaSourceTypeDefine:()=>Qr,VrSweepPlacementTypeDefine:()=>$r,VrTarget:()=>co,VrTargetGroup:()=>lo,VrTheme:()=>to,VrTrimmerData:()=>ao,VrUiIconItem:()=>wr,VrView:()=>so,VrViewTypeDefine:()=>ro,VrWorldSizeInfo:()=>js,VrWormhole:()=>oo,VrWormholeGroup:()=>io,WorkNoteEnterTag:()=>fr,XR_HAMBURGER_MENU_DEFAULT_COLOR:()=>ts,XrAbility:()=>Vo,XrAbilityGroup:()=>vo,XrActionCategoryDefine:()=>Ye,XrAiAgent:()=>Do,XrAiAgentParams:()=>ho,XrAiAgentRolePromptSettings:()=>Po,XrAiAgentSkillPrompt:()=>bo,XrAiAgentUseAbility:()=>Io,XrAiAgentUseAnalyticsEvent:()=>Ro,XrAiAgentUseBackgroundThread:()=>Co,XrAiAgentUseCameraDollyPath:()=>Oo,XrAiAgentUseCloudForm:()=>Lo,XrAiAgentUseComponent:()=>Eo,XrAiAgentUseContentCard:()=>uo,XrAiAgentUseFov:()=>So,XrAiAgentUseKnowledgeBase:()=>No,XrAiAgentUseMessageCard:()=>Mo,XrAiAgentUseMonitor:()=>yo,XrAiAgentUseSpaceFence:()=>go,XrAiAgentUseSpaceFenceGroup:()=>Ao,XrAiAgentUseSticker:()=>po,XrAiAgentUseTarget:()=>mo,XrAiAgentUseVariable:()=>To,XrAudioCenterState:()=>Be,XrBackgroundThread:()=>_o,XrBackgroundThreadState:()=>Re,XrBackgroundThreadStatusDefine:()=>Ne,XrBaseAction:()=>Je,XrBoundVariableControl:()=>mn,XrCameraDollyPath:()=>wo,XrCameraDollyPathNode:()=>fo,XrComponentState2dImage:()=>ye,XrComponentState2dPanel:()=>be,XrComponentState2dText:()=>he,XrComponentState2dVideo:()=>Pe,XrComponentState3dBox:()=>De,XrComponentState3dModel:()=>fe,XrComponentStateBase:()=>Me,XrComponentStateTag:()=>we,XrConditionAction:()=>ct,XrConditionArg:()=>nt,XrConditionArgKindDefine:()=>et,XrConditionArgLiteralTypeDefine:()=>tt,XrConditionArrayItem:()=>at,XrConditionCall:()=>st,XrConditionElseIfBranch:()=>it,XrConditionGroup:()=>rt,XrConditionNodeKindDefine:()=>Ze,XrConditionSubject:()=>$e,XrConditionSubjectKindDefine:()=>je,XrConditionTree:()=>ot,XrConditionValueOperand:()=>qe,XrConditionValueOperandValueTypeDefine:()=>Qe,XrConditionWatcher:()=>Ie,XrConditionWatcherTriggerModeDefine:()=>Oe,XrCountLoopAction:()=>lt,XrExpressionLoopAction:()=>_t,XrExpressionLoopActionCheckExpressionPositionDefine:()=>dt,XrHamburgerCanvasComponentBase:()=>xs,XrHamburgerCanvasComponentButton:()=>Ys,XrHamburgerCanvasComponentButtonIconPositionDefine:()=>Gs,XrHamburgerCanvasComponentImage:()=>Fs,XrHamburgerCanvasComponentImageModeDefine:()=>vs,XrHamburgerCanvasComponentProgressBar:()=>Xs,XrHamburgerCanvasComponentProgressBarDirectionDefine:()=>Bs,XrHamburgerCanvasComponentText:()=>Hs,XrHamburgerCanvasComponentTextAlignDefine:()=>Vs,XrHamburgerCanvasComponentTypeDefine:()=>ws,XrHamburgerCanvasComponentVariableControl:()=>Ks,XrHamburgerCanvasComponentVerticalAlignDefine:()=>Us,XrHamburgerCanvasComponentVideo:()=>Ws,XrHamburgerCanvasComponentVideoObjectFitDefine:()=>ks,XrHamburgerMenu:()=>fs,XrHamburgerMenuCanvasItem:()=>Ds,XrHamburgerMenuGridImageItem:()=>us,XrHamburgerMenuGridLastRowModeDefine:()=>Cs,XrHamburgerMenuGridMediaItem:()=>Is,XrHamburgerMenuGroup:()=>Ps,XrHamburgerMenuImageItem:()=>gs,XrHamburgerMenuImageItemSlide:()=>ps,XrHamburgerMenuImageObjectFitDefine:()=>Os,XrHamburgerMenuMediaCarouselItem:()=>Ts,XrHamburgerMenuMediaItem:()=>cs,XrHamburgerMenuMediaTypeDefine:()=>is,XrHamburgerMenuNode:()=>Es,XrHamburgerMenuNodeBase:()=>_s,XrHamburgerMenuNodeTypeDefine:()=>os,XrHamburgerMenuPcLayoutModeDefine:()=>ls,XrHamburgerMenuRichImageSlide:()=>As,XrHamburgerMenuRichTextItem:()=>bs,XrHamburgerMenuStyle:()=>as,XrHamburgerMenuTextItem:()=>ms,XrHamburgerMenuTitleOverflowModeDefine:()=>ds,XrHamburgerMenuVideoItem:()=>Ms,XrHamburgerMenuVideoItemSlide:()=>Rs,XrHamburgerMenuWaterfallBreakpoint:()=>Ss,XrHamburgerMenuWaterfallImageItem:()=>Ns,XrHamburgerMenuWaterfallMediaItem:()=>Ls,XrHamburgerMenuWebViewItem:()=>ys,XrInteractionControlConfig:()=>We,XrInteractionControlDefaultVariant:()=>Fe,XrInteractionControlVariantDefine:()=>xe,XrInteractionControlVariantTier:()=>He,XrInteractionDataTypeDefine:()=>Ge,XrInteractionOption:()=>Xe,XrMessageCard:()=>X,XrMonitor:()=>es,XrMonitorBadgeStyleDefine:()=>Kn,XrMonitorComponentBase:()=>Jn,XrMonitorComponentButton:()=>qn,XrMonitorComponentButtonIconPositionDefine:()=>Yn,XrMonitorComponentImage:()=>zn,XrMonitorComponentImageModeDefine:()=>Gn,XrMonitorComponentProgressBar:()=>$n,XrMonitorComponentProgressBarDirectionDefine:()=>Hn,XrMonitorComponentRuntimeState:()=>ve,XrMonitorComponentText:()=>jn,XrMonitorComponentTextAlignDefine:()=>xn,XrMonitorComponentTypeDefine:()=>kn,XrMonitorComponentVariableControl:()=>Zn,XrMonitorComponentVerticalAlignDefine:()=>Fn,XrMonitorComponentVideo:()=>Qn,XrMonitorComponentVideoObjectFitDefine:()=>Wn,XrMonitorRuntimeState:()=>Ve,XrNavigationState:()=>ke,XrPlatformDefine:()=>Ke,XrPrepareSettings:()=>Un,XrProgressBarStyleDefine:()=>Xn,XrRecommendStringOption:()=>Ee,XrRuntimeState:()=>Ue,XrSpaceFence:()=>Wr,XrSpaceFenceGroup:()=>Yr,XrStateBindings:()=>Le,XrStateBindingsSourceTypeDefine:()=>ue,XrStateBindingsTargetTypeDefine:()=>Se,XrSwitchAction:()=>mt,XrSwitchCase:()=>Et,XrTypedValue:()=>Ae,XrTypedValueModeDefine:()=>ge,XrVariable:()=>me,XrVariablePreFill:()=>Bn,XrVariableScope:()=>pe,XrVariableScopeTypeDefine:()=>Te,XrVariableTarget:()=>Ce,XrVariableTypeDefine:()=>_e,XrVirtualFloor:()=>no,buildExpressionFromTree:()=>Ol,computeProgressBarFillStyle:()=>Pl,createEmptyRichTextDoc:()=>hs,createMultiLanguageStr:()=>Pn,defaultMainPlacementOf:()=>Xr,defaultRootHamburgerStyle:()=>ns,ensureIconLayoutMaterialized:()=>Tl,ensureLegacyVrPlayerUiSettingsInitialized:()=>pl,extractConditionTreeDependencies:()=>Rl,getAllRegisteredVrActionPlatformCapabilities:()=>En,getVrActionPlatformCapability:()=>_n,migrateTriggersToCentralized:()=>sl,migrateXrVariableTypeEnum:()=>gl,normalizeBrowserLanguage:()=>bn,normalizeMultiLanguageStr:()=>hn,pickCurrentLanguage:()=>Dn,pickMultiLanguageStr:()=>yn,resolveArBottomItems:()=>El,resolveArInfoItems:()=>ml,resolveHamburgerNodeStyle:()=>rs,resolveHamburgerRootStyle:()=>ss,resolveVrInfoBarItems:()=>_l,resolveVrMainBarItems:()=>dl,shadowToCss:()=>F});class a{x=0;y=0;z=0;constructor(e,t,a){this.x=e,this.y=t,this.z=a}}class n{x=0;y=0;constructor(e,t){this.x=e,this.y=t}}class s{static FLOORPLAN="floorplan";static INSIDE="inside";static OUTSIDE="outside";static TRANSITIONING="transitioning";static DOLLHOUSE="dollhouse"}class r{static FLY="fly";static INSTANT="instant";static FADE="fade"}class o{sweepId="";rotation=new n(0,0)}class i{floorId="";sweepId="";position=new a(0,0,0);rotation=new n(0,0);zoom=1;mode=s.INSIDE;originalEuler=new a(0,0,0)}class c{static createColorRgb(e,t,a){let n=new d;return n.r=e,n.g=t,n.b=a,n}static createColorRgba(e,t,a,n){let s=new d;return s.r=e,s.g=t,s.b=a,s.a=n,s}static createColorByStr(e){let t=new d;if(e.startsWith("#")){let a=e.substring(1);4===a.length?(t.r=parseInt(a.substring(0,1)+a.substring(0,1),16),t.g=parseInt(a.substring(1,2)+a.substring(1,2),16),t.b=parseInt(a.substring(2,3)+a.substring(2,3),16),t.a=parseInt(a.substring(3,4)+a.substring(3,4),16)/255):8===a.length?(t.r=parseInt(a.substring(0,2),16),t.g=parseInt(a.substring(2,4),16),t.b=parseInt(a.substring(4,6),16),t.a=parseInt(a.substring(6,8),16)/255):3===a.length?(t.r=parseInt(a.substring(0,1)+a.substring(0,1),16),t.g=parseInt(a.substring(1,2)+a.substring(1,2),16),t.b=parseInt(a.substring(2,3)+a.substring(2,3),16),t.a=1):6===a.length&&(t.r=parseInt(a.substring(0,2),16),t.g=parseInt(a.substring(2,4),16),t.b=parseInt(a.substring(4,6),16),t.a=1)}else if(e.startsWith("rgba")){let a=e.substring(5,e.length-1).split(",");t.r=parseInt(a[0]),t.g=parseInt(a[1]),t.b=parseInt(a[2]),t.a=parseFloat(a[3])}else if(e.startsWith("rgb")){let a=e.substring(4,e.length-1).split(",");t.r=parseInt(a[0]),t.g=parseInt(a[1]),t.b=parseInt(a[2]),t.a=1}return t}static createRandomColor(e,t){let a=new d;return a.r=Math.floor(256*Math.random()),a.g=Math.floor(256*Math.random()),a.b=Math.floor(256*Math.random()),a.a=e?Math.random():t||1,a}}class l{static colorToRgbaString(e){return e?`rgba(${e.r}, ${e.g}, ${e.b}, ${e.a})`:"rgba(0, 0, 0, 1)"}static colorToHexString(e){const t=e=>{const t=Math.round(e).toString(16);return 1===t.length?`0${t}`:t};return`#${t(e.r)}${t(e.g)}${t(e.b)}`}static colorToTHREEColor(e){return{r:e.r/255,g:e.g/255,b:e.b/255}}}class d{r=0;g=0;b=0;a=1}class _{enabled=!1;color=c.createColorRgb(0,0,0);tolerance=20}class E{static LINEAR="linear";static EASE_IN_QUAD="easeInQuad";static EASE_OUT_QUAD="easeOutQuad";static EASE_IN_OUT_QUAD="easeInOutQuad";static EASE_OUT_IN_QUAD="easeOutInQuad";static EASE_IN_CUBIC="easeInCubic";static EASE_OUT_CUBIC="easeOutCubic";static EASE_IN_OUT_CUBIC="easeInOutCubic";static EASE_OUT_IN_CUBIC="easeOutInCubic";static EASE_IN_QUART="easeInQuart";static EASE_OUT_QUART="easeOutQuart";static EASE_IN_OUT_QUART="easeInOutQuart";static EASE_OUT_IN_QUART="easeOutInQuart";static EASE_IN_QUINT="easeInQuint";static EASE_OUT_QUINT="easeOutQuint";static EASE_IN_OUT_QUINT="easeInOutQuint";static EASE_OUT_IN_QUINT="easeOutInQuint";static EASE_IN_SINE="easeInSine";static EASE_OUT_SINE="easeOutSine";static EASE_IN_OUT_SINE="easeInOutSine";static EASE_OUT_IN_SINE="easeOutInSine";static EASE_IN_EXPO="easeInExpo";static EASE_OUT_EXPO="easeOutExpo";static EASE_IN_OUT_EXPO="easeInOutExpo";static EASE_OUT_IN_EXPO="easeOutInExpo";static EASE_IN_CIRC="easeInCirc";static EASE_OUT_CIRC="easeOutCirc";static EASE_IN_OUT_CIRC="easeInOutCirc";static EASE_OUT_IN_CIRC="easeOutInCirc";static EASE_IN_BACK="easeInBack";static EASE_OUT_BACK="easeOutBack";static EASE_IN_OUT_BACK="easeInOutBack";static EASE_OUT_IN_BACK="easeOutInBack";static EASE_IN_BOUNCE="easeInBounce";static EASE_OUT_BOUNCE="easeOutBounce";static EASE_IN_OUT_BOUNCE="easeInOutBounce";static EASE_OUT_IN_BOUNCE="easeOutInBounce";static CUBIC_BEZIER_CURVE="cubicBezierCurve";static SPRING="spring";static ELASTIC="elastic"}class m{waitTime=0;easeFunction=E.LINEAR;duration=500;cubicBezierCurveParamX1=.5;cubicBezierCurveParamY1=.05;cubicBezierCurveParamX2=.1;cubicBezierCurveParamY2=.3;springParamMass=1;springParamStiffness=80;springParamDamping=10;springParamVelocity=0;elasticParamType="easeOutElastic";elasticParamAmplitude=1;elasticParamPeriod=.6}class T{static randomUUID(e){return(e?"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx":"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx").replace(/[xy]/g,(e=>{const t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))}}class p{id="";constructor(){this.id=T.randomUUID(!0)}}class g{static ZH_CN="zh_cn";static ZH_TW="zh_tw";static ZH_HK="zh_hk";static EN="en";static KR="kr";static JP="jp";static TH="th";static VN="vn";static ES="es";static FR="fr";static DE="de";static ALL=["en","jp","kr","zh_cn","zh_tw","zh_hk","th","vn","es","fr","de"]}class A{original_content="";only_use_original_content=!0;zh_cn="";zh_tw="";zh_hk="";en="";kr="";jp="";th="";vn="";es="";fr="";de=""}class C extends p{name=new A;color=c.createColorByStr("#444444");textColor=c.createColorByStr("#ffffff");additionalData={};clickActionList=[];localVariableList=[]}class O{static NAVIGATION_TO_MANUAL="navigation_to_manual";static NAVIGATION_TO_AUTO="navigation_to_auto";static DIRECT_TO_FLY="direct_to_fly";static DIRECT_TO_FADE="direct_to_fade";static DIRECT_TO_INSTANT="direct_to_instant"}class I{enabled=!1;hoverBorderColor=c.createColorRgba(0,0,0,1);borderWidth=.01}class u{width=1920;height=1080;constructor(e,t){this.width=e,this.height=t}}class S{mattertags=!1;measurements;sweeps;views;components;constructor(e,t,a,n,s){this.mattertags=e,this.measurements=t,this.sweeps=a,this.views=n,this.components=s}}class L{url="";iconCategory="";iconFilename="";colorEnabled=!1;color=c.createColorRgb(255,255,255)}class N{static NO_LOOP="no_loop";static LOOP_ALL="loop_all";static LOOP_SINGLE="loop_single"}class R extends p{name="";description="";title="";code="";enabled=!1;planList=[]}class M{transformPointsGps=[];transformPointsVrSpace=[new a(0,0,0),new a(0,0,0),new a(0,0,0)];cellSize=.1;walkableHeight=1.6;characterRadius=.2;walkableClimb=1;maxSlope=45;maxEdgeLength=1;leadBotUseSameModelForDifferentAction=!0;leadBotModelSrc="";leadBotModelScale=new a(1,1,1);leadBotModelOverlayRotate=new a(0,0,0);leadBotModelSrcStand="";leadBotModelScaleStand=new a(1,1,1);leadBotModelOverlayRotateStand=new a(0,0,0);leadBotModelSrcWalk="";leadBotModelScaleWalk=new a(1,1,1);leadBotModelOverlayRotateWalk=new a(0,0,0);leadBotModelSrcRun="";leadBotModelScaleRun=new a(1,1,1);leadBotModelOverlayRotateRun=new a(0,0,0);leadBotModelSrcArrive="";leadBotModelScaleArrive=new a(1,1,1);leadBotModelOverlayRotateArrive=new a(0,0,0);leadBotAnimationNameStand="";leadBotAnimationNameWalk="";leadBotAnimationNameRun="";leadBotAnimationNameArrive="";thresholdLeadBotDistanceToPlayer=6;thresholdLeadBotDistanceToPlayerToWalk=4;thresholdLeadBotDistanceToPlayerToClimb=.4;thresholdLeadBotDistanceToPlayerToClimbToWalk=0;thresholdLeadBotDistanceToPlayerToDescend=3.5;thresholdLeadBotDistanceToPlayerToDescendToWalk=2;thresholdLeadBotDistanceToPlayerToRun=2;leadBotSpeedRun=3.5;leadBotSpeedWalk=1.35;thresholdUserDistanceToRoute=3;thresholdShowComponents=50;thresholdVideoComponentInvisibleToPause=3;thresholdDestroyComponents=10;thresholdShowComponentsWhenEnterFloor=5}class y extends p{name="";title=new A;description=new A;obstacleGroupIds=[];wormholeGroupIds=[];targetGroupIds=[];graphCacheZipFileSrc=""}class P{static sweep="sweep";static anywhere="anywhere";static teleport="teleport"}class h{static AUTO="auto";static MANUAL="manual";static MANUAL_SIMPLE="manual_simple"}class b{static createSweepPoint(e){const t=new D;return t.type=P.sweep,t.sweepId=e.id,t.position=e.position,t}static createAnywherePoint(e){const t=new D;return t.type=P.anywhere,t.position=e,t}}class D{type=P.sweep;sweepId="";position=new a(0,0,0)}class f{id="";startPoint=new D;endPoint=new D;isAutoStart=!0;navigationMode=h.MANUAL;autoRecalculate=!0;autoRecalculateDistanceThreshold=.5;pathColor=c.createColorByStr("#03b203")}class w{sweepStartPoint=new D;sweepEndPoint=new D;pathPoints=[]}class v{request=new f;result=!1;pathList=[]}class V{static VIDEO="video";static IMAGE="image";static AUDIO="audio";static D3_MODEL="3d_model";static LINK="link";static DOCUMENT="document"}class U{static BUBBLE="bubble";static DIALOG="dialog";static DRAWER="drawer"}class B extends p{id="";name="";dialogWidth="800px";dialogHeight="600px";title=new A;richText=new A;isAvailableForAi=!0;modules=[];buttonList=[]}class k{id="";name="";type=V.IMAGE;mediaList=[]}class G{id="";type=V.VIDEO;name="";src="";coverSrc="";materialSrc=""}class x{enabled=!1;offsetX=0;offsetY=1;blur=2;color=c.createColorRgba(0,0,0,.55)}function F(e,t){if(!e||!e.enabled)return"none";const a=`${e.offsetX??0}px ${e.offsetY??0}px ${e.blur??0}px ${l.colorToRgbaString(e.color)}`;return"drop"===t?`drop-shadow(${a})`:a}class H{bgColor=c.createColorRgba(255,255,255,.3);textColor=c.createColorByStr("#4e5969");iconColor=c.createColorByStr("#ffffff");accentColor=c.createColorByStr("#1677ff");blur=5;cornerRadius=16;textShadow=function(){const e=new x;return e.enabled=!0,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.55),e}();iconShadow=function(){const e=new x;return e.enabled=!0,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.45),e}()}class X extends p{name="";remark="";iconSrc="";title=new A;content=new A;buttonList=[];overrideAppearance=!1;appearanceOverride=new H}class W{showPlayControl=!0;showSoundControl=!0;defaultVolume=100;loopMode=N.NO_LOOP;defaultPlayAudio=[];audioListData=[]}class Y{static LINEAR="linear";static INVERSE="inverse";static EXPONENTIAL="exponential"}class K{loopMode=N.NO_LOOP;autoPlay=!1;volume=1;defaultAudioIndex=0;distanceModel=Y.LINEAR;rolloffFactor=1;refDistance=1;maxDistance=10;audioDataList=[]}class J extends p{name="";description="";audioSrc="";duration=0;lyricList=[]}class z{time="00:00";content="";color=c.createColorByStr("#ffffff")}class j extends p{name="";description="";audioList=[]}class ${static TYPE_2D_TEXT="2d_text";static TYPE_2D_VIDEO="2d_video";static TYPE_2D_IMAGE="2d_image";static TYPE_2D_PANEL="2d_panel";static TYPE_2D_ADVERTISEMENT="2d_advertisement";static TYPE_3D_BOX="3d_box";static TYPE_3D_MODEL="3d_model";static TYPE_TAG="tag"}class Q{static NONE="none";static TRANSLATE="translate";static ROTATE="rotate";static SCALE="scale"}class q extends p{layerId="";name="";title=new A;description=new A;isAvailableForAi=!0;isNavigationTarget=!0;ignoreOptimizationAlwaysShow=!1;type=null;scale=new a(1,1,1);position=new a(0,0,0);rotation=new a(0,0,0);originalScale=new a(1,1,1);visible=!0;opacity=1;castShadow=!0;receiveShadow=!0;isEnableAutoMoveCameraToNearWhenClick=!1;responseMouse=!0;markerList=[];showInContentMenu=!0;keywords=[];bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode="";customVisibilitySettings=new ee;transitionAnimationList=[];defaultTransitionAnimationId="";audioSource=new K;showTransitionAnimationId="";hideTransitionAnimationId="";localVariableList=[]}class Z{allowAsDestination=!1}class ee{specialSweepVisible=!1;displayRange=0;visibleSweepList=[]}class te{static KEEP_ORIGINAL="keep-original";static FACE_TO_CAMERA_Y="face-to-camera-y";static FACE_TO_CAMERA_XYZ="face-to-camera-xyz"}class ae extends q{onlyFrontVisible=!1;faceToCameraMode=te.KEEP_ORIGINAL;hoverBorderSettings=new I;deformationSettings=new se}class ne{static NONE="none";static CURVED_SURFACE="curved-surface";static FOLD_SURFACE="fold-surface"}class se{mode=ne.NONE;curvedSurfaceSettings=new re;foldSurfaceSettings=new oe}class re{curveDegree=1}class oe{foldPosition=.5;foldAngle=0;foldInside=!1;foldRadius=.1}class ie extends q{}class ce{static STAY_AT_LAST_FRAME="stay-at-last-frame";static JUMP_TO_ORIGINAL_STATE="jump-to-original-state";static LOOP_FROM_ORIGINAL_STATE="loop-from-original-state";static ANIMATE_TO_ORIGINAL_STATE="animate-to-original-state";static LOOP_REVERSE="loop-reverse"}class le{id="";name="";description="";playCompleteProcessType=ce.STAY_AT_LAST_FRAME;keyFrameList=[]}class de{id="";name="";isTransformTranslate=!1;transformTranslate=new a(0,0,0);isTransformRotate=!1;transformRotate=new a(0,0,0);isTransformScale=!1;transformScale=new a(1,1,1);isOpacity=!1;opacity=1;modelAnimationClipId="";easingAnimationSettings=new m}class _e{static STRING="string";static NUMBER="number";static BOOLEAN="boolean";static COLOR="color";static CSS_COLOR="css_color"}class Ee{value="";label=new A}class me{key="";name="";type="string";value="";stringDefaultValue="";stringRecommendOptions=[];numberDefaultValue=0;numberStep=1;numberMinValue=0;numberMaxValue=0;numberRecommendOptions=[];booleanDefaultValue=!1;colorDefaultValue=c.createColorRgba(255,255,255,1);colorRecommendOptions=[];cssColorDefaultValue="#ffffff";cssColorRecommendOptions=[];enumOptions;enumDefaultValue}class Te{static GLOBAL="global";static LOCAL="local";static STEP="step";static FLOW="flow";static ABILITY="ability"}class pe{type=Te.LOCAL;ownerId="";variableList=[]}class ge{static LITERAL="literal";static VARIABLE="variable"}class Ae{mode=ge.LITERAL;literal;variableScope;variableKey}class Ce{scope=Te.GLOBAL;key=""}class Oe{static RISING_EDGE_TRIGGER="rising-edge-trigger";static LEVEL_TRIGGER="level-trigger"}class Ie extends p{name="";remark="";conditionTree=new ot;triggerMode=Oe.RISING_EDGE_TRIGGER}class ue{static XR_VARIABLE_EXPRESSION="xr-variable-expression";static STICKER_ACTIVE_STATE="sticker-active-state";static SPACE_FENCE_USER_IN_STATE="space-fence-user-in-state";static SPACE_FENCE_GROUP_USER_IN_STATE="space-fence-group-user-in-state";static COMPONENT_VISIBLE_STATE="component-visible-state";static LAYER_VISIBLE_STATE="layer-visible-state";static HAMBURGER_MENU_NODE_VISIBLE_STATE="hamburger-menu-node-visible-state";static AI_AGENT_ENABLED_STATE="ai-agent-enabled-state";static AI_AGENT_ACTIVE_STATE="ai-agent-active-state";static BACKGROUND_THREAD_RUNNING="background-thread-running"}class Se{static XR_VARIABLE="xr-variable";static COMPONENT_VISIBLE_STATE="component-visible-state";static LAYER_VISIBLE_STATE="layer-visible-state";static MESSAGE_CARD_SHOW_STATE="message-card-show-state";static COMPONENT_2D_PANEL_BUTTON_ENABLED_STATE="component-2d-panel-button-enabled-state";static MONITOR_COMPONENT_VISIBLE_STATE="monitor-component-visible-state";static CANVAS_COMPONENT_VISIBLE_STATE="canvas-component-visible-state";static COMPONENT_2D_PANEL_SCENE_SWITCH="component-2d-panel-scene-switch";static COMPONENT_2D_IMAGE_SOURCE_SWITCH="component-2d-image-source-switch";static COMPONENT_2D_VIDEO_SOURCE_SWITCH="component-2d-video-source-switch";static COMPONENT_3D_MODEL_ANIMATION_CLIP_SWITCH="component-3d-model-animation-clip-switch";static AI_AGENT_ENABLED_STATE="ai-agent-enabled-state";static HAMBURGER_MENU_NODE_VISIBLE_STATE="hamburger-menu-node-visible-state";static BACKGROUND_THREAD_RUNNING="background-thread-running"}class Le{enabled=!0;name="";remark="";sourceType=ue.XR_VARIABLE_EXPRESSION;sourceExpression="";sourceConditionTree;sourceId="";reverseSource=!1;targetType=Se.XR_VARIABLE;targetId="";targetOptionTrue="";targetOptionFalse=""}class Ne{static IDLE="idle";static RUNNING="running";static PAUSED="paused";static STOPPED="stopped"}class Re{threadId="";status="idle";completedCycles=0;currentActionIndex=0}class Me{position=new a(0,0,0);rotation=new a(0,0,0);scale=new a(1,1,1);visible=!0;opacity=1;responseMouse=!0;playingTransitionAnimationId=null;audioPlayingId=null;audioVolume=1;audioLoopMode=N.NO_LOOP;audioPaused=!0}class ye extends Me{currentSourceId="";autoChangeInterval=0}class Pe extends Me{currentSourceId="";playing=!1;muted=!1;loopMode=N.NO_LOOP;playbackRate=1}class he extends Me{currentSourceId=""}class be extends Me{currentSceneId="";buttonEnabledState={}}class De extends Me{faceColor=c.createColorRgba(0,255,0,.2);borderColor=c.createColorRgba(0,255,0,.5);hoverFaceColor=c.createColorRgba(0,255,0,.5);hoverBorderColor=c.createColorRgba(0,255,0,.8)}class fe extends Me{playingAnimationClipId=null}class we extends Me{}class ve{id="";type="text";name="";positionX=0;positionY=0;width=200;height=150;rotation=0;opacity=1;backgroundColor="rgba(255,255,255,0)";hoverStyleEnabled=!1;hoverBackgroundColor="rgba(255,255,255,0)";hoverOpacity=1;clickActionList=[];visible=!0;zIndex=1;radius=0;border="none";paddingX=6;paddingY=6;css={};script="";imageSrc="";imageMode="fill";textContent="";textColor="rgba(255,255,255,1)";textSize=16;textAlign="center";textBold=!1;textItalic=!1;textUnderline=!1;textVerticalAlign="middle";progressBarStyle="solid";progressBarColor="#1677ff";progressBarColorEnd="#69b1ff";progressBarTrackColor="rgba(0,0,0,0.08)";progressRange=100;progressBarDirection="horizontal";progress="50";videoSrc="";poster="";autoplay=!1;muted=!0;loop=!1;controls=!0;objectFit="cover";icon=new L;iconPosition="left";bound=null}class Ve{enabled=!0;componentStates={};badgeText="";badgeStyle="corner";badgeBgColor="rgba(255,77,79,1)";badgeTextColor="rgba(255,255,255,1)"}class Ue extends p{variableValue={};activeTriggerPool=[];triggerExecuteCount={};audioCenterState=new Be;navigationState=new ke;globalMuted=!1;componentState2dImage={};componentState2dVideo={};componentState2dText={};componentState2dPanel={};componentState3dBox={};componentState3dModel={};componentStateTag={};monitorState={};activeMonitorTab="";canvasState={};layerVisibility={};messageCardShowState={};stickerActiveState={};sweepEnabledState={};backgroundThreadState={};abilityState={};flowScopeValue={};flowStepScopeValue={};enabledAiAgentIds=[];activeAiAgentId=null;hamburgerMenuVisibility={};hamburgerMenuOpen=!1;hamburgerMenuExpanded={};playerUiSettings={}}class Be{playingAudioListId="";playingAudioId=""}class ke{isNavigating=!1;destinationType="sweep";destinationSweepId="";destinationPosition=new a(0,0,0);navigationMode="manual";originalDestinationType="";originalDestinationId=""}class Ge{static STRING="string";static NUMBER="number";static BOOLEAN="boolean";static ENUM="enum";static COLOR="color";static CSS_COLOR="css_color"}class xe{static NUMBER_INPUT="number_input";static NUMBER_SLIDER="number_slider";static NUMBER_SLIDER_VERTICAL="number_slider_vertical";static NUMBER_STEPPER="number_stepper";static NUMBER_STAR_RATING="number_star_rating";static NUMBER_SEGMENT="number_segment";static NUMBER_EMOJI_SCALE="number_emoji_scale";static NUMBER_DIAL="number_dial";static NUMBER_PROGRESS_TAP="number_progress_tap";static NUMBER_CHIP_TILE="number_chip_tile";static STRING_INPUT="string_input";static STRING_TEXTAREA="string_textarea";static STRING_SELECT="string_select";static STRING_AUTOCOMPLETE="string_autocomplete";static STRING_SEGMENT="string_segment";static STRING_RADIO="string_radio";static STRING_TAG="string_tag";static STRING_CARD_GRID="string_card_grid";static STRING_AVATAR_LIST="string_avatar_list";static STRING_COLOR_SWATCH="string_color_swatch";static BOOLEAN_SWITCH="boolean_switch";static BOOLEAN_CHECKBOX="boolean_checkbox";static BOOLEAN_SEGMENT="boolean_segment";static BOOLEAN_THUMB="boolean_thumb";static BOOLEAN_CARD_PAIR="boolean_card_pair";static COLOR_PICKER="color_picker";static COLOR_SWATCH_PICKER="color_swatch_picker";static CSS_COLOR_INPUT="css_color_input";static CSS_COLOR_SWATCH_PICKER="css_color_swatch_picker";static CSS_COLOR_ADVANCED="css_color_advanced"}class Fe{static getDefault(e){return"number"===e?xe.NUMBER_INPUT:"boolean"===e?xe.BOOLEAN_SWITCH:"color"===e?xe.COLOR_PICKER:"css_color"===e?xe.CSS_COLOR_INPUT:xe.STRING_INPUT}}class He{static TIER_A=new Set(["boolean_switch","boolean_checkbox","number_stepper","boolean_segment","number_input","string_input","string_select"]);static TIER_B=new Set(["number_slider","string_segment","string_radio","string_tag","color_picker","css_color_input","color_swatch_picker","css_color_swatch_picker","string_color_swatch","number_chip_tile"]);static getTier(e){return He.TIER_A.has(e)?"A":He.TIER_B.has(e)?"B":"C"}}class Xe{label=new A;value="";icon=new L;imageUrl="";description=new A;badge=new A;color="";disabled=!1}class We{variant=xe.STRING_INPUT;min=null;max=null;step=null;precision=null;sliderShowTicks=!1;sliderActiveColor="";sliderTrackColor="";sliderShowTooltip=!0;starCount=5;starAllowHalf=!1;starIcon=new L;starActiveColor="";starInactiveColor="";starSize=32;starShowValueLabel=!1;emojiScaleEmojis=[];emojiScaleSize=36;emojiScaleAnimateOnSelect=!0;dialSize=120;dialActiveColor="";dialShowValueInCenter=!0;dialStartAngle=135;progressTapHeight=20;progressTapGradientFrom="";progressTapGradientTo="";progressTapShowMarks=!1;chipTileSize=56;chipTileColumns=5;chipTileActiveColor="";options=[];textareaRows=3;textareaMaxLength=null;textareaShowCount=!1;tagMode="pill";cardGridColumns=2;cardGridImageRatio="4:3";cardGridShowDescription=!0;avatarListShowSubtitle=!0;avatarListSize=40;colorSwatchSize=32;colorSwatchShape="square";colorSwatchColumns=6;booleanTrueLabel=new A;booleanFalseLabel=new A;booleanTrueIcon=new L;booleanFalseIcon=new L;booleanTrueColor="";booleanFalseColor="";colorSwatchOptions=[];cssColorSwatchOptions=[];borderRadius=null;accentColor=""}class Ye{static BASIC="basic";static CONDITION="condition";static COUNT_LOOP="count_loop";static EXPRESSION_LOOP="expression_loop";static SWITCH="switch"}class Ke{static VR="VR";static AR="AR"}class Je{actionCategory=Ye.BASIC;backgroundColorMark="rgba(255,255,255,1)"}class ze extends Je{actionCategory=Ye.BASIC;id="";actionType=Tt.COMPONENT_2D_IMAGE_CHANGE_SOURCE;params=new At}class je{static VARIABLE="variable";static PLATFORM="platform";static EXPRESSION="expression"}class $e{kind=je.VARIABLE;variableScope;variableKey;rawExpression}class Qe{static STRING="string";static NUMBER="number";static BOOLEAN="boolean";static PLATFORM_ENUM="platform_enum"}class qe{valueType=Qe.STRING;literal;valueRef}class Ze{static CALL="call";static GROUP="group"}class et{static LITERAL="literal";static VAR_REF="var_ref";static ARRAY_LITERAL="array_literal"}class tt{static STRING="string";static NUMBER="number";static BOOLEAN="boolean"}class at{type=tt.STRING;value=""}class nt{argKind=et.LITERAL;literalType;literalValue;variableScope;variableKey;arrayItems}class st{kind=Ze.CALL;funcName="";args=[];negate=!1}class rt{kind=Ze.GROUP;logicalOp="and";children=[];negate=!1}class ot{root=new rt}class it{ifExpression="";conditionTree;actionList=[]}class ct{actionCategory=Ye.CONDITION;ifExpression="";conditionTree;ifActionList=[];elseIfBranchList=[];elseActionList=[]}class lt{actionCategory=Ye.COUNT_LOOP;loopCount=1;loopCountRef;actionList=[]}class dt{static BEFORE_ACTION="before_action";static AFTER_ACTION="after_action"}class _t{actionCategory=Ye.EXPRESSION_LOOP;checkExpression="";conditionTree;checkExpressionPosition=dt.BEFORE_ACTION;actionList=[]}class Et{matchValue=new qe;actionList=[]}class mt{actionCategory=Ye.SWITCH;subject=new $e;caseList=[];defaultActionList=[]}class Tt{static SYSTEM_COMMON_WAIT="system_common_wait";static COMPONENT_GENERAL_CHANGE_VISIBILITY="component_general_change_visibility";static COMPONENT_GENERAL_CHANGE_TRANSFORM="component_general_change_transform";static COMPONENT_GENERAL_PLAY_TRANSITION_ANIMATION="component_general_play_transition_animation";static COMPONENT_GENERAL_STOP_TRANSITION_ANIMATION="component_general_stop_transition_animation";static COMPONENT_2D_GENERAL_CHANGE_DEFORMATION_SETTINGS="component_2d_general_change_deformation_settings";static COMPONENT_GENERAL_AUDIO_SOURCE_PLAY_CONTROL="component_general_audio_source_play_control";static COMPONENT_GENERAL_AUDIO_SOURCE_PAUSE="component_general_audio_source_pause";static COMPONENT_GENERAL_AUDIO_SOURCE_CHANGE_LOOP_MODE="component_general_audio_source_change_loop_mode";static COMPONENT_2D_IMAGE_CHANGE_SOURCE="component_2d_image_change_source";static COMPONENT_2D_VIDEO_CHANGE_SOURCE="component_2d_video_change_source";static COMPONENT_2D_VIDEO_CHANGE_PLAY_STATE="component_2d_video_change_play_state";static COMPONENT_2D_VIDEO_CHANGE_MUTE_STATE="component_2d_video_change_mute_state";static COMPONENT_2D_TEXT_CHANGE_SOURCE="component_2d_text_change_source";static COMPONENT_2D_PANEL_CHANGE_SCENE="component_2d_panel_change_scene";static COMPONENT_2D_PANEL_BUTTON_CHANGE_ENABLED="component_2d_panel_button_change_enabled";static COMPONENT_TAG_SIMULATE_CLICK="component_tag_simulate_click";static COMPONENT_3D_BOX_CHANGE_COLOR="component_3d_box_change_color";static COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP="component_3d_model_play_animation_clip";static COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP="component_3d_model_stop_animation_clip";static INFORMATION_CONTENT_CARD_SHOW="information_content_card_show";static INFORMATION_CONTENT_CARD_CLOSE="information_content_card_close";static INFORMATION_LINK_OPEN="information_link_open";static INFORMATION_LINK_CLOSE="information_link_close";static AUDIO_CENTER_PLAY_LIST="audio_center_play_list";static AUDIO_CENTER_PAUSE="audio_center_pause";static SWEEP_CHANGE_ENABLED="sweep_change_enabled";static SWEEP_CHANGE_PANORAMA="sweep_change_panorama";static SWEEP_MARKER_CHANGE_ENABLED="sweep_marker_change_enabled";static SWEEP_RESET_TO_DEFAULT="sweep_reset_to_default";static SWEEP_ONLY_ENABLE_CURRENT="sweep_only_enable_current";static CAMERA_MOVE_TO="camera_move_to";static CAMERA_DOLLY_MOVE="camera_dolly_move";static CAMERA_DOLLY_STOP="camera_dolly_stop";static NAVIGATION_START="navigation_start";static NAVIGATION_STOP="navigation_stop";static LOGIC_VARIABLE_MODIFY="logic_variable_modify";static LOGIC_VARIABLE_NUMBER_ADD="logic_variable_number_add";static LOGIC_VARIABLE_NUMBER_SUBTRACT="logic_variable_number_subtract";static LOGIC_VARIABLE_STRING_APPEND="logic_variable_string_append";static LOGIC_VARIABLE_STRING_TRIM_END="logic_variable_string_trim_end";static LOGIC_VARIABLE_STRING_ADVANCED="logic_variable_string_advanced";static LOGIC_VARIABLE_BOOLEAN_TOGGLE="logic_variable_boolean_toggle";static FLOW_ENTER="flow_enter";static FLOW_EXIT="flow_exit";static MONITOR_CHANGE_ENABLED="monitor_change_enabled";static MONITOR_SWITCH_ACTIVE_TAB="monitor_switch_active_tab";static MONITOR_COMPONENT_CHANGE_VISIBILITY="monitor_component_change_visibility";static MONITOR_VIDEO_CHANGE_PLAY_STATE="monitor_video_change_play_state";static MONITOR_VIDEO_CHANGE_MUTE_STATE="monitor_video_change_mute_state";static MONITOR_CHANGE_BADGE_TEXT="monitor_change_badge_text";static MONITOR_CHANGE_BADGE_STYLE="monitor_change_badge_style";static LAYER_CHANGE_VISIBILITY="layer_change_visibility";static HAMBURGER_MENU_NODE_CHANGE_VISIBILITY="hamburger_menu_node_change_visibility";static HAMBURGER_MENU_CHANGE_OPEN_STATE="hamburger_menu_change_open_state";static HAMBURGER_MENU_GROUP_CHANGE_EXPANDED="hamburger_menu_group_change_expanded";static CANVAS_COMPONENT_CHANGE_VISIBILITY="canvas_component_change_visibility";static SYSTEM_UI_SETTINGS_CHANGE="system_ui_settings_change";static MESSAGE_CARD_CHANGE_SHOW_STATE="message_card_change_show_state";static MESSAGE_CARD_SHOW="message_card_show";static MESSAGE_CARD_HIDE="message_card_hide";static MESSAGE_CARD_CREATE_TEMPORARY="message_card_create_temporary";static MESSAGE_CARD_DESTROY_TEMPORARY="message_card_destroy_temporary";static TTS_PLAY_VOICE="tts_play_voice";static TTS_REALTIME_STREAM="tts_realtime_stream";static BACKGROUND_THREAD_START="background_thread_start";static BACKGROUND_THREAD_PAUSE="background_thread_pause";static BACKGROUND_THREAD_STOP="background_thread_stop";static AI_AGENT_ACTIVATE="ai_agent_activate";static AI_AGENT_HIDE="ai_agent_hide";static AI_AGENT_TRIGGER_MONOLOGUE="ai_agent_trigger_monologue";static AI_AGENT_TRIGGER_CONVERSATION="ai_agent_trigger_conversation";static AI_AGENT_ACTIVATE_AND_SEND_USER_MESSAGE="ai_agent_activate_and_send_user_message";static AI_AGENT_ACTIVATE_AND_INJECT_DIALOGUE="ai_agent_activate_and_inject_dialogue";static AI_AGENT_INJECT_HIDDEN_STATE_MESSAGE="ai_agent_inject_hidden_state_message";static AI_AGENT_ACTIVATE_AND_INJECT_ASSISTANT_MESSAGE="ai_agent_activate_and_inject_assistant_message";static SYSTEM_OPEN_WEBPAGE="system_open_webpage";static SYSTEM_SET_INTERACTIVE_STATE="system_set_interactive_state";static AUDIO_CENTER_SET_VOLUME="audio_center_set_volume";static ABILITY_ENABLE="ability_enable";static ABILITY_STOP="ability_stop";static CLOUD_FORM_SHOW_DIALOG="cloud_form_show_dialog";static CLOUD_FORM_COLLECT_FIELD="cloud_form_collect_field";static CLOUD_FORM_SUBMIT="cloud_form_submit";static CLOUD_FORM_RESET="cloud_form_reset";static HIT_ANALYTICS_EVENT="hit_analytics_event";static POPUP_USER_FORM_SHOW_DIALOG="popup_user_form_show_dialog";static LOGIC_RANDOM_NUMBER="logic_random_number";static LOGIC_RANDOM_COLOR="logic_random_color";static LOGIC_CURRENT_TIME="logic_current_time";static LOGIC_RANDOM_PICK_STRING="logic_random_pick_string";static LOGIC_RANDOM_PICK_NUMBER="logic_random_pick_number";static LOGIC_RANDOM_PICK_BOOLEAN="logic_random_pick_boolean";static LOGIC_RANDOM_PICK_COLOR="logic_random_pick_color";static LOGIC_RANDOM_PICK_CSS_COLOR="logic_random_pick_css_color";static LOGIC_RANDOM_PICK_FROM_RECOMMEND_OPTIONS="logic_random_pick_from_recommend_options"}class pt{abilityId="";contextVariableOverrides={};contextVariableOverrideRefs}class gt{abilityId=""}class At{}class Ct{duration=1e3;durationRef}class Ot{componentIdList=[];visibilityState=!0;visibilityStateRef}class It{componentId="";changeType="translate";value=new a(0,0,0);valueXRef;valueYRef;valueZRef}class ut{componentId="";transitionAnimationId="";waitForComplete=!1}class St{componentId="";deformationSettings=new se}class Lt{componentId="";changeType="next";sourceId=""}class Nt{componentId="";changeType="next";sourceId=""}class Rt{componentId="";changeType="next";sourceId="";autoPlay=!1;autoPlayRef;forceUnmute=!1;forceUnmuteRef}class Mt{componentId="";play=!0;playRef}class yt{componentId="";mute=!0;muteRef}class Pt{componentId="";faceColor=c.createColorRgba(0,0,0,1);faceColorRef;borderColor=c.createColorRgba(0,0,0,1);borderColorRef;hoverFaceColor=c.createColorRgba(0,0,0,1);hoverFaceColorRef;hoverBorderColor=c.createColorRgba(0,0,0,1);hoverBorderColorRef}class ht{componentId="";overrideAutoMoveCamera;moveTransitionMs}class bt{componentId="";sceneId=""}class Dt{componentId="";sceneId="";buttonId="";enabled=!0;enabledRef}class ft{componentId="";changeType="next";audioIndex=-1;audioId=""}class wt{componentId=""}class vt{componentId="";loopMode=N.NO_LOOP}class Vt{audioListId="";audioId=""}class Ut{componentId="";animationClipId="";waitForComplete=!1}class Bt{destinationType="sweep";componentId="";vrFovId="";fovLink="";fovLinkSnapshotSrc="";fovLinkCameraRotation=new n(0,0);fovLinkSweepId="";sweepId="";navigationMode=h.MANUAL;autoRecalculate=!0;autoRecalculateDistanceThreshold=.5;pathColor=c.createColorByStr("#03b203")}class kt{destinationType="sweep";componentId="";vrFovId="";fovLink="";fovLinkSnapshotSrc="";fovLinkCameraRotation=new n(0,0);fovLinkSweepId="";sweepId="";transitionType=r.FLY;transitionTime=1e3;transitionTimeRef}class Gt{dollyPathId=""}class xt{}class Ft{sweepIdList=[];enabled=!0;enabledRef;mode="set"}class Ht{sweepId="";panoramaId=""}class Xt{markerIdList=[];enabled=!0;enabledRef;mode="set"}class Wt{}class Yt{}class Kt{contentCardId="";showStyle=U.DRAWER}class Jt{url="";urlRef;isOpenWithExternal=!1;isOpenWithExternalRef}class zt{variableKey="";variableScope;value="";valueRef}class jt{variableKey="";variableScope;value=0;valueRef}class $t{variableKey="";variableScope;sourceType="fixed";content="";contentRef}class Qt{variableKey="";variableScope;length=1;lengthRef}class qt{variableKey="";variableScope;expression=""}class Zt{variableKey="";variableScope}class ea{flowId="";forceStopRunning=!1}class ta{}class aa{monitorId="";enabled=!0;enabledRef}class na{tabId=""}class sa{monitorId="";componentIdList=[];visible=!0;visibleRef}class ra{static PLAY="play";static PAUSE="pause";static TOGGLE="toggle"}class oa{static MUTE="mute";static UNMUTE="unmute";static TOGGLE="toggle"}class ia{monitorId="";componentId="";changeType=ra.TOGGLE;unmuteOnPlay=!1;restartFromBeginning=!1}class ca{monitorId="";componentId="";changeType=oa.TOGGLE}class la{monitorId="";badgeText="";badgeTextRef}class da{monitorId="";badgeStyleRef;badgeBgColorRef;badgeTextColorRef}class _a{hamburgerMenuNodeId="";componentIdList=[];visible=!0;visibleRef}class Ea{layerIdList=[];visible=!0;visibleRef}class ma{nodeIdList=[];visible=!0;visibleRef}class Ta{open=!0;openRef}class pa{groupNodeIdList=[];expanded=!0;expandedRef}class ga{settingKey="";value=!0;valueRef}class Aa{messageCardIdList=[];showState=!0;showStateRef}class Ca{messageCardId=""}class Oa{messageCardId=""}class Ia{card=new X;key="";keepOnlyLatestForKey=!1;closable=!0}class ua{key="";destroyAll=!1}class Sa{static SIMPLE="simple";static EXPRESSION="expression"}class La{voiceId="";textMode="simple";text=new A;textRef;textExpression="";showSubtitle=!0;waitForComplete=!0;languageCode="";speed=1;componentId=""}class Na{voiceId="";textMode="simple";text=new A;textRef;textExpression="";showSubtitle=!0;waitForComplete=!1;languageCode="";speed=1;componentId=""}class Ra{threadId=""}class Ma{agentId=""}class ya{agentId=""}class Pa{agentId=""}class ha{agentId=""}class ba extends Ma{userMessage=new A}class Da extends Ma{userMessage=new A;assistantReply=new A;pseudoStreamCharIntervalMs}class fa extends Ma{stateMessage=new A}class wa extends Ma{assistantMessage=new A;pseudoStreamCharIntervalMs}class va{static DIALOG="dialog";static FLOATING_DRAWER="floating-drawer";static PUSHED_DRAWER="pushed-drawer"}class Va{url="";urlRef;multiLangUrl;pcMode="dialog";width=720;height=480;mobileHeight=70;title;showTitleBar=!0;closeOnMaskClick=!0;forceExternalBrowser=!1}class Ua{interactive=!0;interactiveRef}class Ba{volume=100;volumeRef}class ka{static LITERAL="LITERAL";static EXPRESSION="EXPRESSION"}class Ga{cloudFormDataKey="";onSubmitSuccessActions=[];onAlreadySubmittedActions=[]}class xa{cloudFormDataKey="";fieldDataKey="";valueMode=ka.LITERAL;literalValue=null;expression=""}class Fa{cloudFormDataKey="";onSuccessActions=[];onFailActions=[]}class Ha{cloudFormDataKey=""}class Xa{static LITERAL="LITERAL";static USER_VARIABLE="USER_VARIABLE";static EXPRESSION="EXPRESSION"}class Wa{fieldKey="";valueMode=Xa.LITERAL;literalValue=null;variableKey="";variableScope;expression=""}class Ya{analyticsEventDataKey="";fieldBindings=[]}class Ka{fieldKey="";label=new A;description=new A;placeholder=new A;required=!0;dataType=Ge.STRING;defaultValue=null;control=new We;boundVariableScope="";boundVariableKey=""}class Ja{title=new A;description=new A;submitButtonText=new A;cancelButtonText=new A;showCancelButton=!0;blockInteraction=!0;closeOnOverlayClick=!1;synchronous=!0;fields=[];onSubmitSuccessActions=[];onCancelActions=[]}class za{target=new Ce;min=0;max=1;integerOnly=!1}class ja{static RANDOM="random";static COOL="cool";static WARM="warm";static PASTEL="pastel";static VIVID="vivid";static GRAY="gray"}class $a{target=new Ce;palette=ja.RANDOM;randomAlpha=!1;fixedAlpha=1}class Qa{static ISO="iso";static UNIX_MS="unix_ms";static UNIX_S="unix_s";static DATE_STRING="date_string";static TIME_STRING="time_string"}class qa{target=new Ce;outputType=Qa.ISO}class Za{target=new Ce;candidates=[]}class en{target=new Ce;candidates=[]}class tn{target=new Ce;candidates=[]}class an{target=new Ce;candidates=[]}class nn{target=new Ce;candidates=[]}class sn{target=new Ce}function rn(e,t){return{vr:e,ar:t}}const on=rn(!0,!1),cn=rn(!0,!0),ln=rn(!1,!0),dn={[Tt.CAMERA_MOVE_TO]:on,[Tt.CAMERA_DOLLY_MOVE]:on,[Tt.CAMERA_DOLLY_STOP]:on,[Tt.SWEEP_CHANGE_ENABLED]:on,[Tt.SWEEP_CHANGE_PANORAMA]:on,[Tt.SWEEP_MARKER_CHANGE_ENABLED]:on,[Tt.SWEEP_RESET_TO_DEFAULT]:on,[Tt.SWEEP_ONLY_ENABLE_CURRENT]:on,[Tt.COMPONENT_TAG_SIMULATE_CLICK]:on};function _n(e){return e&&dn[e]||cn}function En(){return dn}class mn{boundVariableScope="";boundVariableKey="";dataType=Ge.STRING;control=new We;label=new A;description=new A;placeholder=new A;labelColor="";descriptionColor="";commitTextOnBlur=!0}class Tn extends p{name="";introduce="";code="";adItemList=[]}class pn{type="image";name="";introduce="";imageSeconds=5;contentSrc="";chromaKeySettings=new _}class gn{isAiEnabled=!0;welcomeMessage=new A}class An extends p{assetDataKey="";position=new a(0,0,0);rotation=new a(0,0,0);scale=new a(1,1,1);color=c.createColorRgb(20,20,20);name="";description="";snapshotSrc="";bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class Cn{bgColor=c.createColorRgba(255,255,255,.55);textColor=c.createColorByStr("#4e5969");iconColor=c.createColorByStr("#4e5969");accentColor=c.createColorByStr("#1677ff");blur=26;cornerRadius=16;textShadow=function(){const e=new x;return e.enabled=!0,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.12),e}();iconShadow=function(){return new x}();panelShadow=function(){const e=new x;return e.enabled=!0,e.offsetX=0,e.offsetY=4,e.blur=14,e.color=c.createColorRgba(0,0,0,.16),e}();iconTintEnabled=!1}class On{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class In{static CENTER="center";static LEFT="left";static RIGHT="right"}class un{enabled=!0;boxWidth=160;boxHeight=56;objectFit="contain";objectAlign="center"}class Sn{imageSrc="";clickUrl="";backgroundColor=c.createColorRgba(0,0,0,0);pcConfig=new un;mobileConfig=new un;unityConfig=new un}class Ln{enabledShare=!0;enabledFullScreen=!0;enabledSceneBtn=!0;enabledFovBtn=!0;enabledD3ModeBtn=!0;enabledFloorPlanModeBtn=!0;enabledFloorSelectBtn=!0;enabledMeasurementBtn=!0;enabledFlowBtn=!1;enabledMinimap=!0;enabledStaffLogin=!1;enabledGuestLogin=!1;enabledHamburgerMenu=!0;vrDefaultGlobalMute=!1;arDefaultGlobalMute=!1;playerAppearance=new H;floatingLayerStyle=new Cn;logoConfig=new Sn;vrMainBarItems=[];vrInfoBarItems=[];arBottomItems=[];arInfoItems=[]}class Nn{enabledVrInfoTemplate=!1;vrInfoTemplateDataKey="";vrInfoTemplateItemValueList=[]}class Rn{templateItemDataKey="";templateItemValue=""}class Mn{vrShadowEnabled=!1;vrShadowOpacity=.3;vrShadowMapSize=2048;arShadowEnabled=!1;arShadowStrength=.5;arShadowResolution="high"}function yn(e,t,a=g.EN){if(null==e)return"";if("string"==typeof e)return e;if(e.only_use_original_content)return e.original_content??"";const n=e[t];if(null!=n&&""!==n)return n;if(a!==t){const t=e[a];if(null!=t&&""!==t)return t}return e.original_content??""}function Pn(e="",t=!0){const a=new A;return a.original_content=e,a.only_use_original_content=t,a}function hn(e){if(null==e)return new A;if("string"==typeof e){const t=new A;return t.original_content=e,t.only_use_original_content=!0,t}return e}function bn(e){if(!e)return;const t=e.toLowerCase();return t.startsWith("zh-cn")||"zh"===t||t.startsWith("zh-hans")?"zh_cn":t.startsWith("zh-tw")||t.startsWith("zh-hant")?"zh_tw":t.startsWith("zh-hk")?"zh_hk":t.startsWith("en")?"en":t.startsWith("ko")?"kr":t.startsWith("ja")?"jp":t.startsWith("th")?"th":t.startsWith("vi")?"vn":t.startsWith("es")?"es":t.startsWith("fr")?"fr":t.startsWith("de")?"de":void 0}function Dn(e,t){if(!e||0===e.length)return g.EN;const a=bn(t);return a&&e.includes(a)?a:e[0]}class fn{static VIDEO="video";static IMAGE="image"}class wn{static FILL="fill";static CONTAIN="contain";static COVER="cover";static NONE="none";static SCALE_DOWN="scale-down"}class vn{static PLAY="play";static TEXT="text"}class Vn{coverImageSrc="";coverVideoSrc="";coverBackgroundColor=c.createColorRgba(255,255,255,1);coverBackgroundType=fn.IMAGE;coverContentFitType=wn.CONTAIN;coverMaskColor=c.createColorRgba(255,255,255,.5);coverMaskBlur=10;coverTitle=new A;coverDescription=new A;enabledEnterVrButton=!1;enterVrButtonType=vn.PLAY;enterButtonBackgroundColor=c.createColorRgba(64,158,255,1);enterButtonForegroundColor=c.createColorRgba(255,255,255,1);enterButtonShadowColor=c.createColorRgba(64,158,255,1);textButtonContent=Pn("Enter");constructor(){this.coverBackgroundColor=c.createColorRgba(0,0,0,1),this.coverBackgroundType=fn.IMAGE,this.coverContentFitType=wn.CONTAIN,this.coverMaskColor=c.createColorRgba(0,0,0,.5),this.coverMaskBlur=10,this.enabledEnterVrButton=!1,this.enterVrButtonType=vn.PLAY,this.enterButtonBackgroundColor=c.createColorRgba(64,158,255,1),this.enterButtonForegroundColor=c.createColorRgba(255,255,255,1),this.enterButtonShadowColor=c.createColorRgba(64,158,255,1),this.textButtonContent=Pn("Enter")}}class Un{vrInitCompleteActionList=[];vrInitLocalVariableList=[];arInitCompleteActionList=[];arInitLocalVariableList=[];allInitCompleteActionList=[];allInitLocalVariableList=[];variablePreFillEnabled=!1;variablePreFillList=[];enterVrButtonTitle=new A;description=new A}class Bn{variableKey="";defaultValue=new A;title=new A;hint=new A;required=!0}class kn{static IMAGE="image";static TEXT="text";static PROGRESS_BAR="progress-bar";static VIDEO="video";static BUTTON="button";static VARIABLE_CONTROL="variable-control"}class Gn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class xn{static LEFT="left";static CENTER="center";static RIGHT="right"}class Fn{static TOP="top";static MIDDLE="middle";static BOTTOM="bottom"}class Hn{static HORIZONTAL="horizontal";static VERTICAL="vertical"}class Xn{static SOLID="solid";static GRADIENT="gradient";static STRIPED="striped";static STRIPED_ANIMATED="striped-animated";static GLOW="glow"}class Wn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static NONE="none"}class Yn{static LEFT="left";static RIGHT="right";static TOP="top"}class Kn{static BELOW="below";static CORNER="corner"}class Jn extends p{type=kn.TEXT;name="";remark="";width=200;height=150;rotation=0;opacity=1;backgroundColor="rgba(255,255,255,0)";hoverStyleEnabled=!1;hoverBackgroundColor="rgba(255,255,255,0)";hoverOpacity=1;visible=!0;zIndex=1;radius=0;border="none";paddingX=6;paddingY=6;clickActionList=[];css={};script=""}class zn extends Jn{type=kn.IMAGE;imageSrc="";imageMode=Gn.FILL}class jn extends Jn{type=kn.TEXT;width=150;height=30;positionX=0;positionY=0;textContent=new A;textColor="rgba(255,255,255,1)";textSize=16;textVerticalAlign=Fn.MIDDLE;textAlign=xn.CENTER;textBold=!1;textItalic=!1;textUnderline=!1}class $n extends Jn{type=kn.PROGRESS_BAR;width=160;height=14;radius=999;progressBarStyle=Xn.SOLID;progressBarColor="#1677ff";progressBarColorEnd="#69b1ff";progressBarTrackColor="rgba(0,0,0,0.08)";progressRange=100;progressBarDirection=Hn.HORIZONTAL;progress="50"}class Qn extends Jn{type=kn.VIDEO;width=240;height=135;backgroundColor="rgba(0,0,0,1)";videoSrc="";poster="";autoplay=!1;muted=!0;loop=!1;controls=!0;objectFit=Wn.COVER}class qn extends Jn{type=kn.BUTTON;width=120;height=36;radius=999;paddingX=14;paddingY=8;backgroundColor="#1677ff";hoverBackgroundColor="#4096ff";textContent=new A;textColor="rgba(255,255,255,1)";textSize=14;textBold=!1;textItalic=!1;textUnderline=!1;icon=new L;iconPosition=Yn.LEFT;iconSize=18}class Zn extends Jn{type=kn.VARIABLE_CONTROL;width=200;height=60;bound=new mn}class es extends p{name="";remark="";title=new A;description="";icon=new L;size=new n(360,270);radius=12;defaultEnabled=!0;backgroundColor=c.createColorRgba(255,255,255,.5);backgroundBlur=10;badgeText=new A;badgeStyle=Kn.CORNER;badgeBgColor="rgba(255,77,79,1)";badgeTextColor="rgba(255,255,255,1)";componentList=[]}const ts="#262626";class as{background=c.createColorRgba(0,0,0,0);textColor=c.createColorByStr("#ffffff");iconColor=c.createColorByStr("#ffffff");textShadow=(()=>{const e=new x;return e.enabled=!0,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.55),e})();iconShadow=new x;iconTintEnabled=!0}function ns(){const e=new as;return e.background=c.createColorRgba(0,0,0,.5),e}function ss(e,t){if(e&&e.rootStyleOverrideEnabled){const t=e.rootStyle||ns();return{background:l.colorToRgbaString(t.background),textColor:l.colorToRgbaString(t.textColor),iconColor:l.colorToRgbaString(t.iconColor),textShadow:F(t.textShadow,"text"),iconShadow:F(t.iconShadow,"drop"),iconTintEnabled:!1!==t.iconTintEnabled}}const a=t||new Cn;return{background:l.colorToRgbaString(a.bgColor),textColor:l.colorToRgbaString(a.textColor),iconColor:l.colorToRgbaString(a.iconColor),textShadow:F(a.textShadow,"text"),iconShadow:F(a.iconShadow,"drop"),iconTintEnabled:!!a.iconTintEnabled}}function rs(e,t){const a=e&&e.style||new as;return e&&e.styleOverrideEnabled?{background:l.colorToRgbaString(a.background),textColor:l.colorToRgbaString(a.textColor),iconColor:l.colorToRgbaString(a.iconColor),textShadow:F(a.textShadow,"text"),iconShadow:F(a.iconShadow,"drop"),iconTintEnabled:!1!==a.iconTintEnabled}:{background:"transparent",textColor:t.textColor,iconColor:t.iconColor,textShadow:t.textShadow,iconShadow:t.iconShadow,iconTintEnabled:t.iconTintEnabled}}class os{static GROUP="group";static TEXT_ITEM="text_item";static MEDIA_CAROUSEL_ITEM="media_carousel_item";static GRID_MEDIA_ITEM="grid_media_item";static WATERFALL_MEDIA_ITEM="waterfall_media_item";static WEBVIEW_ITEM="webview_item";static RICH_TEXT_ITEM="rich_text_item";static CANVAS_ITEM="canvas_item";static IMAGE_ITEM="image_item";static GRID_IMAGE_ITEM="grid_image_item";static WATERFALL_IMAGE_ITEM="waterfall_image_item";static VIDEO_ITEM="video_item"}class is{static IMAGE="image";static VIDEO="video"}class cs extends p{mediaType=is.IMAGE;url="";poster="";caption=new A;aspectRatio=0;buttonList=[]}class ls{static FLOATING="floating";static PUSHED="pushed"}class ds{static ELLIPSIS="ellipsis";static WRAP="wrap"}class _s extends p{nodeType=os.TEXT_ITEM;name="";color=ts;backgroundColor="";styleOverrideEnabled=!1;style=new as;visible=!0;requireXrReady=!0}class Es extends _s{title=new A;icon=new L;titleOverflowMode=ds.ELLIPSIS}class ms extends Es{constructor(){super(),this.nodeType=os.TEXT_ITEM}actionList=[]}class Ts extends Es{constructor(){super(),this.nodeType=os.MEDIA_CAROUSEL_ITEM}description=new A;mediaList=[];autoplay=!0;intervalMs=3e3;height=0;objectFit=Os.COVER}class ps{url="";actionList=[]}class gs extends Es{constructor(){super(),this.nodeType=os.IMAGE_ITEM}description=new A;imageList=[];autoplay=!0;intervalMs=3e3;height=0;objectFit=Os.COVER}class As{url="";caption=new A;actionList=[];aspectRatio=0}class Cs{static LEFT="left";static FILL="fill";static CENTER="center";static STRETCH="stretch"}class Os{static COVER="cover";static CONTAIN="contain";static FILL="fill"}class Is extends Es{constructor(){super(),this.nodeType=os.GRID_MEDIA_ITEM}description=new A;mediaList=[];columns=3;aspectRatio=1;gap=6;cornerRadius=0;borderWidth=0;borderColor="rgba(0,0,0,0.08)";objectFit=Os.COVER;lastRowMode=Cs.LEFT;enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class us extends Es{constructor(){super(),this.nodeType=os.GRID_IMAGE_ITEM}description=new A;imageList=[];columns=3;aspectRatio=1;gap=6;cornerRadius=0;borderWidth=0;borderColor="rgba(0,0,0,0.08)";objectFit=Os.COVER;lastRowMode=Cs.LEFT;enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class Ss{minWidth=0;columns=2}class Ls extends Es{constructor(){super(),this.nodeType=os.WATERFALL_MEDIA_ITEM}description=new A;mediaList=[];columns=2;responsiveBreakpoints=[];columnGap=8;rowGap=8;cornerRadius=0;borderWidth=0;borderColor="rgba(0,0,0,0.08)";enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class Ns extends Es{constructor(){super(),this.nodeType=os.WATERFALL_IMAGE_ITEM}description=new A;imageList=[];columns=2;responsiveBreakpoints=[];columnGap=8;rowGap=8;cornerRadius=0;borderWidth=0;borderColor="rgba(0,0,0,0.08)";enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class Rs{url="";poster=""}class Ms extends Es{constructor(){super(),this.nodeType=os.VIDEO_ITEM}description=new A;videoList=[];autoplay=!1;muted=!0;loop=!1;height=0;objectFit=Os.CONTAIN}class ys extends Es{constructor(){super(),this.nodeType=os.WEBVIEW_ITEM}url="";height=240;allowFullscreen=!1}class Ps extends Es{constructor(){super(),this.nodeType=os.GROUP}children=[];defaultExpanded=!0}function hs(){return{type:"doc",content:[]}}class bs extends _s{constructor(){super(),this.nodeType=os.RICH_TEXT_ITEM}content={type:"doc",content:[]}}class Ds extends Es{constructor(){super(),this.nodeType=os.CANVAS_ITEM}designWidth=380;height=240;canvasBackgroundColor="rgba(0, 0, 0, 0.5)";componentList=[]}class fs{drawerTitle=new A;drawerTitleColor="";drawerDescription=new A;drawerDescriptionColor="";rootStyleOverrideEnabled=!1;rootStyle=ns();nodeList=[];pcLayoutMode=ls.FLOATING;backgroundColor="";backgroundBlur=0;edgeGap=0;pcWidth=380;openedByDefault=!1}class ws{static IMAGE="image";static TEXT="text";static PROGRESS_BAR="progress-bar";static VIDEO="video";static BUTTON="button";static VARIABLE_CONTROL="variable-control"}class vs{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class Vs{static LEFT="left";static CENTER="center";static RIGHT="right"}class Us{static TOP="top";static MIDDLE="middle";static BOTTOM="bottom"}class Bs{static HORIZONTAL="horizontal";static VERTICAL="vertical"}class ks{static CONTAIN="contain";static COVER="cover";static FILL="fill";static NONE="none"}class Gs{static LEFT="left";static RIGHT="right";static TOP="top"}class xs extends p{type=ws.TEXT;name="";remark="";width=200;height=60;positionX=0;positionY=0;rotation=0;opacity=1;visible=!0;zIndex=1;backgroundColor="rgba(255,255,255,0)";hoverStyleEnabled=!1;hoverBackgroundColor="rgba(255,255,255,0)";hoverOpacity=1;radius=0;border="none";paddingX=6;paddingY=6;clickActionList=[];css={};script=""}class Fs extends xs{type=ws.IMAGE;imageSrc="";imageMode=vs.FILL}class Hs extends xs{type=ws.TEXT;width=150;height=30;textContent=new A;textColor="rgba(255,255,255,1)";textSize=16;textVerticalAlign=Us.MIDDLE;textAlign=Vs.CENTER;textBold=!1;textItalic=!1;textUnderline=!1}class Xs extends xs{type=ws.PROGRESS_BAR;width=160;height=14;radius=999;progressBarStyle=Xn.SOLID;progressBarColor="#1677ff";progressBarColorEnd="#69b1ff";progressBarTrackColor="rgba(0,0,0,0.08)";progressRange=100;progressBarDirection=Bs.HORIZONTAL;progress="50"}class Ws extends xs{type=ws.VIDEO;width=240;height=135;backgroundColor="#000000";videoSrc="";poster="";autoplay=!1;muted=!0;loop=!1;controls=!0;objectFit=ks.COVER}class Ys extends xs{type=ws.BUTTON;width=120;height=36;radius=999;paddingX=14;paddingY=8;backgroundColor="#1677ff";hoverBackgroundColor="#4096ff";textContent=new A;textColor="rgba(255,255,255,1)";textSize=14;textBold=!1;textItalic=!1;textUnderline=!1;icon=new L;iconPosition=Gs.LEFT;iconSize=18}class Ks extends xs{type=ws.VARIABLE_CONTROL;width=200;height=60;bound=new mn}class Js{static buildVrContentData(e,t,a,n){const s=new qs(e,t);return s.vrCoverSettings.coverTitle.original_content=a,s.vrCoverSettings.coverImageSrc=n,s}}class zs{isDirectToInside=!1;firstSweepPose=new o;enterFovImageSrc="";enterParams=""}class js{min=new a(0,0,0);max=new a(0,0,0);size=new a(0,0,0)}class $s{title="";description=""}class Qs{mapCode="";isSingleFrame=!1;frameCount=5;frameInterval=800;enableBlurCheck=!0;confidenceThreshold=.5;backgroundCorrectionInterval=30;arNearDistanceMax=35;arRefreshMoveThreshold=5}class qs{version;vrDataKey="";mpModelId="";vrUnicode="";supportedLanguages=[g.EN,g.JP];vrCoverSettings=new Vn;vrPlayerUiSettings=new Ln;hamburgerMenu=new fs;vrInfoTemplateSettings=new Nn;arMultisetSettings=new Qs;vrRenderSettings=new Mn;cameraEnterSettings=new zs;sweepMarkerList=[];componentMarkerList=[];worldSizeInfo=new js;introduceItemList=[];vrFovList=[];vrContentCardList=[];vrFloorList=[];audioCenter=new W;vrLightList=[];vrLayerList=[];vrViewList=[];sweepList=[];componentList=[];trimmerList=[];spaceFenceList=[];spaceFenceGroupList=[];abilityList=[];abilityGroupList=[];vrFlowList=[];vrStickerList=[];vrTargetList=[];vrTargetGroupList=[];vrObstacleList=[];vrObstacleGroupList=[];vrWormholeList=[];vrWormholeGroupList=[];vrAdChannelList=[];prepareSettings=new Un;vrAiSettings=new gn;aiAgentList=[];variableList=[];conditionWatcherList=[];stateBindingsList=[];backgroundThreadList=[];cameraDollyPathList=[];monitorList=[];messageCardList=[];triggerList=[];unityNavigationModeList=[];unityNavigationParams=new M;xrVirtualFloorList=[];navigationAdConfigList=[];constructor(e,t){this.mpModelId=e,this.vrUnicode=t}}class Zs extends p{name="";sequence=0;originalFloorPlanImageSrc="";mapSettings=new er}class er{floorId="";mapImageSrc="";widthScale=1;heightScale=1;horizontalOffset=0;verticalOffset=0;rotation=0}class tr{static COMPONENT_CREATED="component_created";static COMPONENT_SHOW="component_show";static COMPONENT_HIDE="component_hide";static CLICK="click";static MOUSE_ENTER="mouse_enter";static MOUSE_LEAVE="mouse_leave";static PLAY_START="play_start";static PLAY_FINISH="play_finish";static ENTER="enter";static LEAVE="leave";static PANEL_BUTTON_CLICK="panel_button_click";static PANEL_ANSWER_CORRECT="panel_answer_correct";static PANEL_ANSWER_WRONG="panel_answer_wrong";static VARIABLE_MODIFIED="variable_modified";static CONDITION_WATCHER_TRIGGERED="expression_watcher_triggered";static MONITOR_COMPONENT_CLICK="monitor_component_click";static STICKER_ACTIVATED="sticker_activated";static STICKER_DEACTIVATED="sticker_deactivated";static VR_STARTED="vr_started";static ALL_COMPONENTS_CREATED="all_components_created"}class ar{static COMPONENT_TAG="component_tag";static COMPONENT_2D_TEXT="component_2d_text";static COMPONENT_2D_ADVERTISEMENT="component_2d_advertisement";static COMPONENT_2D_VIDEO="component_2d_video";static COMPONENT_2D_IMAGE="component_2d_image";static COMPONENT_2D_PANEL="component_2d_panel";static COMPONENT_3D_BOX="component_3d_box";static COMPONENT_3D_MODEL="component_3d_model";static LOGIC_VARIABLE="logic_variable";static LOGIC_CONDITION_WATCHER="logic_expression_watcher";static SPACE_FENCE="space_fence";static SPACE_FENCE_GROUP="space_fence_group";static MONITOR_COMPONENT="monitor_component";static STICKER="sticker";static SYSTEM="system"}const nr={[ar.COMPONENT_TAG]:[tr.CLICK,tr.COMPONENT_CREATED,tr.COMPONENT_SHOW,tr.COMPONENT_HIDE,tr.MOUSE_ENTER,tr.MOUSE_LEAVE],[ar.COMPONENT_2D_TEXT]:[tr.CLICK,tr.COMPONENT_CREATED,tr.COMPONENT_SHOW,tr.COMPONENT_HIDE,tr.MOUSE_ENTER,tr.MOUSE_LEAVE],[ar.COMPONENT_2D_ADVERTISEMENT]:[tr.CLICK,tr.COMPONENT_CREATED,tr.COMPONENT_SHOW,tr.COMPONENT_HIDE,tr.MOUSE_ENTER,tr.MOUSE_LEAVE],[ar.COMPONENT_2D_VIDEO]:[tr.CLICK,tr.COMPONENT_CREATED,tr.COMPONENT_SHOW,tr.COMPONENT_HIDE,tr.MOUSE_ENTER,tr.MOUSE_LEAVE,tr.PLAY_START,tr.PLAY_FINISH],[ar.COMPONENT_2D_IMAGE]:[tr.CLICK,tr.COMPONENT_CREATED,tr.COMPONENT_SHOW,tr.COMPONENT_HIDE,tr.MOUSE_ENTER,tr.MOUSE_LEAVE],[ar.COMPONENT_2D_PANEL]:[tr.PANEL_BUTTON_CLICK,tr.PANEL_ANSWER_CORRECT,tr.PANEL_ANSWER_WRONG,tr.COMPONENT_CREATED,tr.COMPONENT_SHOW,tr.COMPONENT_HIDE],[ar.COMPONENT_3D_BOX]:[tr.CLICK,tr.COMPONENT_CREATED,tr.COMPONENT_SHOW,tr.COMPONENT_HIDE,tr.MOUSE_ENTER,tr.MOUSE_LEAVE],[ar.COMPONENT_3D_MODEL]:[tr.CLICK,tr.COMPONENT_CREATED,tr.COMPONENT_SHOW,tr.COMPONENT_HIDE,tr.MOUSE_ENTER,tr.MOUSE_LEAVE,tr.PLAY_START,tr.PLAY_FINISH],[ar.LOGIC_VARIABLE]:[tr.VARIABLE_MODIFIED],[ar.LOGIC_CONDITION_WATCHER]:[tr.CONDITION_WATCHER_TRIGGERED],[ar.SPACE_FENCE]:[tr.ENTER,tr.LEAVE],[ar.SPACE_FENCE_GROUP]:[tr.ENTER,tr.LEAVE],[ar.MONITOR_COMPONENT]:[tr.MONITOR_COMPONENT_CLICK],[ar.STICKER]:[tr.STICKER_ACTIVATED,tr.STICKER_DEACTIVATED],[ar.SYSTEM]:[tr.VR_STARTED,tr.ALL_COMPONENTS_CREATED]};class sr{source=ar.COMPONENT_TAG;sourceId="";type=tr.ENTER;editorParams={}}class rr extends p{createSourceType=ar.COMPONENT_2D_IMAGE;createSourceId="";name="";signal=new sr;actionList=[];triggerTimesLimit=-1;localVariableList=[];constructor(){super()}}class or{static DRAFT="draft";static PUBLISHED="published"}class ir{id="";name="";description="";keywords=[];status=or.DRAFT;startStepId="";stepList=[];canvasData="";flagImageSrc="";flagImageSize=new n(1,1);flowScopeVariableList=[]}class cr{static START="start";static FINISH="finish";static GENERAL="general";static CONDITION="condition"}class lr{static NORMAL="normal";static BUTTONS_ONLY="buttons_only";static NONE="none"}class dr{id="";type=cr.GENERAL;name="";title=new A;description=new A;showArriveDescription=!1;arriveDescription=new A;note="";flagImageSrc="";flagImageSize=new n(1,1);iconSrc="";stepBarStyle=lr.NORMAL;showStepBarDelay=0;buttonList=[];enterActionList=[];positionSettings=new mr;arriveRadius=5;arriveActionList=[];triggerList=[];finishInjectTriggerList=[];startCardNextStepEndpointSettings=new pr;conditionExpression="";conditionTrueEndpointSettings=new pr;conditionFalseEndpointSettings=new pr;enterActionCompleteEndpointSettings=new pr;arriveActionCompleteEndpointSettings=new pr;stepScopeVariableList=[];overrideAppearance=!1;appearanceOverride=new H}class _r{actionList=[];onlyFirstArrive=!1;action}class Er{static NONE="none";static SWEEP="sweep";static COMPONENT="component";static FOV_LINK="fov_link";static VR_FOV="vr_fov"}class mr{type=Er.NONE;componentId="";fovLink="";fovLinkDataKey="";fovLinkSnapshotSrc="";sweepId="";rotationX=0;rotationY=0;enableDirectLocate=!1;enableNavigateAgain=!1;gotoPositionMethod=O.NAVIGATION_TO_MANUAL;vrFovId="";moveSpeed=0;pauseInterval=0}class Tr{destroyTriggerOnLeaveCurrenStep=!0;trigger=new rr;nextStepEndpointSettings=new pr}class pr{id="";enabled=!1;nextStepId="";lineColor=c.createColorByStr("#888888")}class gr extends p{name="";description="";isAvailableForAi=!0;src="";showInContentMenu=!0;cameraMode=s.INSIDE;cameraPose=new i;aiGenerateIntroduceUserPrompt=""}class Ar extends p{name="";description="";keywords=[];visible=!0;children=[]}class Cr extends p{type;color=c.createColorRgb(255,255,255);enabled=!0;name="";intensity=1;floorIdList=[]}class Or extends Cr{type="ambient"}class Ir extends Cr{type="directional";position=new a(0,1,0);target=new a(0,0,0)}class ur extends Cr{type="point";position=new a(0,1,0);distance=0;decay=1}class Sr{static COMPONENT_MARKER="component_marker";static SWEEP_MARKER="sweep_marker"}class Lr extends p{name="";description="";keywords=[];color=c.createColorRgba(0,0,0,1);type=Sr.COMPONENT_MARKER}class Nr{id="";name="";description="";keywords=[];color=c.createColorRgba(0,0,0,1);markerType=Sr.COMPONENT_MARKER;markers=[]}class Rr{static M="m";static CM="cm";static MM="mm"}class Mr{static M2="m2";static CM2="cm2"}class yr extends p{name="";description="";visible=!0;enabledArea=!0;pointList=[];appearanceThemeColor=c.createColorRgba(255,255,255,1);area=0;distanceUnit=Rr.M;areaUnit=Mr.M2}class Pr{id="";position=new a(0,0,0);normal=new a(0,0,0);distance=0}class hr extends p{name="";introduce="";targetArrowImageSrc="";targetArrowImageSize=new n(1,1);targetArrowImageYOffset=.6;targetArrowImageYOffsetDynamic=.4;targetArrowAdPositionOffsetY=1.5;targetArrowAdSize=new n(1,.75);targetArrowShowAdDistance=20;targetArrowAdChannelId="";leadBotAdPositionOffset=new a(0,1.5,0);leadBotAdSize=new n(1,.75);leadBotAdChannelId=""}class br extends p{groupId="default";name="";description="";scale=new a(1,1,1);position=new a(0,0,0);rotation=new a(0,0,0);originalScale=new a(1,1,1);bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class Dr extends p{name="";enabled=!0;description=""}class fr extends p{dataKey="";position=new a(0,0,0);rotation=new a(0,0,0);noteDataKey="";noteType="";noteIssueState=""}class wr{key="";placement="left"}function vr(e,t){const a=new wr;return a.key=e,a.placement=t,a}const Vr=[vr("fov","capsule"),vr("d3","capsule"),vr("floorplan","capsule"),vr("floor","left"),vr("flow","left"),vr("measure","left"),vr("mute","right"),vr("share","more"),vr("account","more")],Ur=[vr("minimap","surface"),vr("monitors","surface"),vr("fullscreen","surface"),vr("audio","hidden"),vr("hamburger","surface")],Br=[vr("flow","left"),vr("measure","left"),vr("graffiti","left"),vr("ai","left"),vr("mute","right"),vr("share","more"),vr("account","more")],kr=[vr("monitors","surface"),vr("audio","surface")],Gr=Vr.map((e=>e.key)),xr=Ur.map((e=>e.key)),Fr=Br.map((e=>e.key)),Hr=kr.map((e=>e.key));function Xr(e,t){const a=t.find((t=>t.key===e));return a?a.placement:"left"}class Wr extends p{groupId="default";name="";description="";scale=new a(1,1,1);position=new a(0,0,0);rotation=new a(0,0,0);bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode="";enterKeepSeconds=0;leaveKeepSeconds=0}class Yr extends p{name="";description="";cubeFaceColor=c.createColorRgba(255,255,0,.3)}class Kr{static DISTANCE="distance";static VISIBLE="visible";static VISIBLE_AND_DISTANCE="visible_and_distance"}class Jr extends p{position=new a(0,0,0);rotation=new a(0,0,0);stemLength=.2;color=c.createColorRgb(20,20,20);name="";snapshotSrc="";activateType=Kr.VISIBLE_AND_DISTANCE;activateDistance=5;activeNeedStaySeconds=0;inactiveNeedStaySeconds=0;bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class zr extends p{no=1;name="";description="";isAvailableForAi=!0;isVirtual=!1;alignmentType=jr.ALIGNED;enabled=!0;disabledInMatterport=!1;floorId="";neighbors=[];placementType=$r.AUTO;position=new a(0,0,0);rotation=new a(0,0,0);pointerPosition=new a(0,0,0);markerList=[];keywords=[];panoramaData=new Zr;contentCardList=[]}class jr{static ALIGNED="aligned";static UNALIGNED="unaligned"}class $r{static AUTO="auto";static MANUAL="manual";static UNPLACED="unplaced"}class Qr{static IMAGE="image";static VIDEO="video"}class qr{static NONE="none";static SAME_TO_INSIDE="same_to_inside"}class Zr{default="original";sourceList=[];ballExternalViewMode=qr.NONE}class eo{id="";type=Qr.IMAGE;name="";description="";keywords=[];imageSrc="";videoSrc="";muted=!0;loop=!0;opacity=1;zoomLevel=1;rotationCorrection=new a(0,0,0);allowSeeSweep=!0;allowSeeComponents=!0}class to{primaryColor=new d;secondaryColor=new d;maskColor=new d;barMaskColor=new d}class ao extends p{name="";position=new a(0,0,0);scale=new a(1,1,1);rotation=new a(0,0,0);enabledTrimSpace=!0;enabledTrimComponent=!1;discardContents=!0;activeInPanoMode=!0}class no extends p{startY=-99999;endY=99999;name="";floorPlanImageSrc="";floorCode="";floorPlanPointList=[new n(0,0),new n(0,0),new n(0,0)];vrSpacePointList=[new a(0,0,0),new a(0,0,0),new a(0,0,0)]}class so extends p{name="";description="";type=ro.BASIC;bindLayerIdList=[]}class ro{static GENERAL="general";static BASIC="basic"}class oo extends p{groupId="default";position=new a(0,0,0);rotation=new a(0,0,0);stemLength=.2;color=c.createColorRgb(205,133,63);name="";title=new A;bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class io extends p{name="";enabled=!0;description=""}class co extends p{groupId="default";position=new a(0,0,0);rotation=new a(0,0,0);stemLength=.2;color=c.createColorRgb(34,139,34);name="";code="";title=new A;description=new A;showToUser=!0;importable=!1;destinationToAnotherTarget=!1;destinationTargetId="";bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class lo extends p{name="";enabled=!0;description="";useNavigationAdConfigId=""}class _o extends p{name="";remark="";autoExecuteOnBoot=!1;executeCount=0;actionList=[];interval=1e3;localVariableList=[]}class Eo{componentId="";description=""}class mo{targetId="";description=""}class To{variableKey="";description=""}class po{stickerId="";canBeActivated=!0;description=""}class go{spaceFenceId="";canBeActivated=!0;description=""}class Ao{spaceFenceGroupId="";canBeActivated=!0;description=""}class Co{backgroundThreadId="";description=""}class Oo{cameraDollyPathId="";description=""}class Io{abilityId="";description=""}class uo{contentCardId="";description=""}class So{vrFovId="";description=""}class Lo{cloudFormDataKey="";description="";autoPromptToFill=!1}class No{knowledgeBaseDataKey="";description=""}class Ro{analyticsEventDataKey="";description=""}class Mo{messageCardId="";description=""}class yo{monitorId="";description=""}class Po{rolePrompt="";tonePrompt="";taskPrompt="";abilityPrompt="";limitPrompt="";behaviorRulePrompt="";greetingPrompt="";warmUpPrompt=""}class ho{reasoning_effort;temperature;max_output_tokens}class bo extends p{name="";description="";promptContent=""}class Do extends p{name="";autoActivate=!1;enableVoiceOutput=!1;voiceOutputComponentId="";enableVoiceInput=!1;remark="";roleName="";avatarSrc="";rolePromptSettings=new Po;skillPromptList=[];modelDataKey="";contextTokens=0;params=new ho;useComponentList=[];useTargetList=[];useVariableList=[];useStickerList=[];useSpaceFenceList=[];useSpaceFenceGroupList=[];useBackgroundThreadList=[];useCameraDollyPathList=[];useAbilityList=[];useKnowledgeBaseList=[];useFovList=[];useContentCardList=[];useCloudFormList=[];useAnalyticsEventList=[];useMessageCardList=[];useMonitorList=[]}class fo{sweepId="";needCustomRotation=!1;customRotationX=0;customRotationY=0;moveTime=1e3;stayTime=500}class wo extends p{name="";nodeList=[];destinationType="custom";vrFovId="";fovLinkDataKey="";fovLinkSweepId="";fovLinkCameraRotationX=0;fovLinkCameraRotationY=0;fovLinkSnapshotSrc="";destinationSweepId="";destinationRotationX=0;destinationRotationY=0;destinationSnapshotSrc="";finalMoveSpeed=700;disableVrControl=!0;runningPromptText=""}class vo extends p{name="";remark=""}class Vo extends p{abilityGroupId="";autoExecuteOnBoot=!1;name="";remark="";description="";contextVariableList=[];activeActionList=[];activeActionListLocalVariableList=[];keeping=!1;triggerList=[];stopActionList=[];stopActionListLocalVariableList=[]}class Uo extends ae{type=$.TYPE_2D_ADVERTISEMENT;adChannelId=""}class Bo extends ae{type=$.TYPE_2D_IMAGE;sourceList=[];autoChangeInterval=0;currentImageIndex=0}class ko{id="";src="";name="";description="";aspectRatio=1;chromaKeySettings=new _}class Go{static MENU="menu";static ANSWERING="answering";static VARIABLE_MODIFIER="variable-modifier"}class xo extends ae{type=$.TYPE_2D_PANEL;sceneDataList=[];defaultSceneId=""}class Fo{id="";mode=Go.MENU;name="";description="";buttonDataList=[];textDataList=[];imageDataList=[];answeringModeSettings=new Ho;variableModifierModeSettings=new Xo;enumModifierModeSettings;style=new Qo;snapshotImageSrc=""}class Ho{confirmButton=new jo;correctButtonIdList=[]}class Xo{variableKey="";variableType}class Wo{static TEXT="text";static IMAGE="image";static BUTTON="button"}class Yo{id="";name="";type=Wo.TEXT;style=new qo}class Ko{static TEXT="text";static IMAGE="image";static TEXT_LEFT_IMAGE_RIGHT="text_left_image_right";static IMAGE_LEFT_TEXT_RIGHT="image_left_text_right";static IMAGE_TOP_TEXT_BOTTOM="image_top_text_bottom";static TEXT_TOP_IMAGE_BOTTOM="text_top_image_bottom"}class Jo extends Yo{type=Wo.IMAGE;src="";imageMode="fill"}class zo extends Yo{type=Wo.TEXT;richText=""}class jo extends Yo{type=Wo.BUTTON;name="";optionValue="";optionLabel=new A;enumOptionValue;enabled=!0;buttonType=Ko.TEXT;buttonText="";buttonImageSrc="";buttonImageWidth=40;buttonImageHeight=40;buttonImageTextSpacing=10;hoverMaskColor=c.createColorRgba(255,255,255,.5);hoverBorderColor=c.createColorRgba(255,255,255,1);hoverBorderWidth=1;selectedMaskColor=c.createColorRgba(0,255,0,.2);selectedBorderColor=c.createColorRgba(50,205,50,.7);selectedBorderWidth=3;disabledMaskColor=c.createColorRgba(0,0,0,.65);disabledBorderColor=c.createColorRgba(100,100,100,.5);disabledBorderWidth=2;disabledClickTip=new A}class $o{width=640;height=480;borderRadius=10;opacity=1;backgroundColor=c.createColorRgba(0,0,0,0);borderColor=c.createColorRgba(0,0,0,1);borderWidth=0;borderStyle="solid"}class Qo extends $o{paddingX=10;paddingY=10}class qo extends $o{x=0;y=0;zIndex=10}class Zo{static LEFT="left";static CENTER="center";static RIGHT="right"}class ei{static TOP="top";static CENTER="center";static BOTTOM="bottom"}class ti{static BASIC="basic";static MARQUEE="marquee"}class ai extends ae{type=$.TYPE_2D_TEXT;sourceList=[];mode=ti.BASIC;backgroundColor=c.createColorRgba(0,0,0,.2);fontFamily="";textColor=c.createColorRgba(255,255,255,1);paddingX=8;paddingY=4;borderRadius=5;fontSize=20;horizontalAlign="left";verticalAlign="top";currentSourceIndex=0;basicModeSettings=new si;marqueeModeSettings=new ri}class ni{id="";textContent=Pn("2D Text");description=""}class si{changeInterval=0}class ri{autoChange=!0;speed=50;interval=1;width=15}class oi extends ae{type=$.TYPE_2D_VIDEO;sourceList=[];autoPlay=!1;defaultLoopMode=N.NO_LOOP;defaultMute=!0;showControl=!0;showMute=!0;customControlButtonSize=!1;controlButtonDiameter=.3;additionalControlButtonDiameter=.1;currentSourceIndex=0}class ii{id="";videoSrc="";name="";description="";coverSrc="";aspectRatio=1;duration=0;chromaKeySettings=new _;playbackRate=1}class ci extends ie{type=$.TYPE_3D_BOX;faceColor=c.createColorRgba(0,255,0,.2);borderColor=c.createColorRgba(0,255,0,.5);hoverFaceColor=c.createColorRgba(0,255,0,.5);hoverBorderColor=c.createColorRgba(0,255,0,.8);borderWidth=.005;hoverBorderSettings=new I}class li extends ie{type=$.TYPE_3D_MODEL;modelFormat="glb";modelSrc="";materialSrc="";coverSrc="";originalSize=new a(-1,-1,-1);innerScale=new a(-1,-1,-1);animationList=[];animationClipList=[];ignoreLighting=!1}class di{id="";name="";alias="";duration=0}class _i{id="";animationId="";name="";description="";speed=1;timeRange=[0,1];loop=!1;stayAtLastFrame=!1}class Ei{static NONE="none";static TOP="top";static BOTTOM="bottom"}class mi extends q{type=$.TYPE_TAG;tagNonPerspective=!1;enabledDrag=!1;size=.2;enabledBackground=!0;backgroundColor=c.createColorRgb(90,156,248);enabledCustomIcon=!1;icon=new L;constructor(){super(),this.icon.colorEnabled=!0}enabledStem=!0;stemColor=c.createColorRgb(255,255,255);stemLength=.5;stemVector=new a(0,1,0);bindContentCardId="";isHoverShowContentCardBubble=!0;isClickShowContentCard=!0;clickShowContentCardStyle=U.BUBBLE;triggerButtonTitle=new A;tipTextLocation=Ei.NONE;tipTextContent=new A;tipTextColor=c.createColorRgba(255,255,255,1);tipTextBackgroundColor=c.createColorRgba(0,0,0,.4);tipTextFontSize=18;tipTextNonPerspective=!1}class Ti{static NORMAL="NORMAL";static EDIT_SCENE="EDIT_SCENE";static EDIT_COVER="EDIT_COVER"}const pi={uninitialized:1,waiting:2,loading:3,starting:4,playing:5,error:6};class gi{static UNINITIALIZED="uninitialized";static WAITING="waiting";static LOADING="loading";static STARTING="starting";static PLAYING="playing";static ERROR="error"}class Ai{status=gi.UNINITIALIZED;progress=0;get statusNum(){return pi[this.status]}}class Ci{type="";data={};constructor(e,t){this.type=e,this.data=t}}class Oi{static PLAYER_START="vrtalk_cmd_player_start";static PLAYER_MODE_UPDATE="vrtalk_cmd_player_mode_update";static PLAYER_XR_PREPARE_PREVIEW="vrtalk_cmd_player_xr_prepare_preview";static PLAYER_PREPARE_SETTINGS_UPDATE="vrtalk_cmd_player_prepare_settings_update";static COVER_SETTINGS_UPDATE="vrtalk_cmd_cover_settings_update";static UI_SETTINGS_UPDATE="vrtalk_cmd_ui_settings_update";static INFO_TEMPLATE_SETTINGS_UPDATE="vrtalk_cmd_info_template_settings_update";static COMPONENT_CREATE="vrtalk_cmd_component_create";static COMPONENT_UPDATE="vrtalk_cmd_component_update";static COMPONENT_DELETE="vrtalk_cmd_component_delete";static COMPONENT_FOLLOW_MOUSE="vrtalk_cmd_component_follow_mouse";static COMPONENT_CONTROLLER_MODIFY="vrtalk_cmd_component_controller";static COMPONENT_PLAY_TRANSITION_ANIMATION="vrtalk_cmd_component_play_transition_animation";static COMPONENT_STOP_TRANSITION_ANIMATION="vrtalk_cmd_component_stop_transition_animation";static COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP="vrtalk_cmd_component_3d_model_play_animation_clip";static COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP="vrtalk_cmd_component_3d_model_stop_animation_clip";static COMPONENT_2D_TEXT_AUTO_FIT="vrtalk_cmd_component_2d_text_auto_fit";static FOV_ENTER_SHOT_MODE="vrtalk_cmd_fov_enter_shot_mode";static FOV_EXIT_SHOT_MODE="vrtalk_cmd_fov_exit_shot_mode";static FOV_UPDATE="vrtalk_cmd_fov_update";static FOV_DELETE="vrtalk_cmd_fov_delete";static LAYER_UPDATE="vrtalk_cmd_layer_update";static LAYER_DELETE="vrtalk_cmd_layer_delete";static LAYER_VISIBLE="vrtalk_cmd_layer_visible";static SWEEP_UPDATE_ALL="vrtalk_cmd_sweep_update_all";static SWEEP_UPDATE="vrtalk_cmd_sweep_update";static SWEEP_DELETE_VIRTUAL="vrtalk_cmd_sweep_delete_virtual";static SWEEP_UPDATE_RENDER_FLAG_VISIBLE="vrtalk_cmd_sweep_update_render_flag_visible";static LIGHT_CREATE="vrtalk_cmd_light_create";static LIGHT_UPDATE="vrtalk_cmd_light_update";static LIGHT_DELETE="vrtalk_cmd_light_delete";static TRIMMER_CREATE="vrtalk_cmd_trimmer_create";static TRIMMER_UPDATE="vrtalk_cmd_trimmer_update";static TRIMMER_DELETE="vrtalk_cmd_trimmer_delete";static TRIMMER_CONTROLLER_MODIFY="vrtalk_cmd_trimmer_controller";static TRIMMER_EDITING_STATE_UPDATE="vrtalk_cmd_trimmer_editing_state_update";static STICKER_CREATE="vrtalk_cmd_sticker_create";static STICKER_UPDATE="vrtalk_cmd_sticker_update";static STICKER_DELETE="vrtalk_cmd_sticker_delete";static STICKER_CONTROLLER_MODIFY="vrtalk_cmd_sticker_controller";static STICKER_EDITING_STATE_UPDATE="vrtalk_cmd_sticker_editing_state_update";static TARGET_CREATE="vrtalk_cmd_target_create";static TARGET_UPDATE="vrtalk_cmd_target_update";static TARGET_DELETE="vrtalk_cmd_target_delete";static TARGET_CONTROLLER_MODIFY="vrtalk_cmd_target_controller";static TARGET_EDITING_STATE_UPDATE="vrtalk_cmd_target_editing_state_update";static TARGET_GROUP_VISIBLE_UPDATE="vrtalk_cmd_target_group_visible_update";static OBSTACLE_CREATE="vrtalk_cmd_obstacle_create";static OBSTACLE_UPDATE="vrtalk_cmd_obstacle_update";static OBSTACLE_DELETE="vrtalk_cmd_obstacle_delete";static OBSTACLE_CONTROLLER_MODIFY="vrtalk_cmd_obstacle_controller";static OBSTACLE_EDITING_STATE_UPDATE="vrtalk_cmd_obstacle_editing_state_update";static OBSTACLE_GROUP_VISIBLE_UPDATE="vrtalk_cmd_obstacle_group_visible_update";static SPACE_FENCE_CREATE="vrtalk_cmd_space_fence_create";static SPACE_FENCE_UPDATE="vrtalk_cmd_space_fence_update";static SPACE_FENCE_DELETE="vrtalk_cmd_space_fence_delete";static SPACE_FENCE_CONTROLLER_MODIFY="vrtalk_cmd_space_fence_controller";static SPACE_FENCE_EDITING_STATE_UPDATE="vrtalk_cmd_space_fence_editing_state_update";static SPACE_FENCE_GROUP_VISIBLE_UPDATE="vrtalk_cmd_space_fence_group_visible_update";static SPACE_FENCE_GROUP_COLOR_UPDATE="vrtalk_cmd_space_fence_group_color_update";static WORMHOLE_CREATE="vrtalk_cmd_wormhole_create";static WORMHOLE_UPDATE="vrtalk_cmd_wormhole_update";static WORMHOLE_DELETE="vrtalk_cmd_wormhole_delete";static WORMHOLE_CONTROLLER_MODIFY="vrtalk_cmd_wormhole_controller";static WORMHOLE_EDITING_STATE_UPDATE="vrtalk_cmd_wormhole_editing_state_update";static WORMHOLE_GROUP_VISIBLE_UPDATE="vrtalk_cmd_wormhole_group_visible_update";static ASSET_LABEL_CREATE="vrtalk_cmd_asset_label_create";static ASSET_LABEL_UPDATE="vrtalk_cmd_asset_label_update";static ASSET_LABEL_DELETE="vrtalk_cmd_asset_label_delete";static ASSET_LABEL_CONTROLLER_MODIFY="vrtalk_cmd_asset_label_controller";static ASSET_LABEL_EDITING_STATE_UPDATE="vrtalk_cmd_asset_label_editing_state_update";static FLOOR_UPDATE="vrtalk_cmd_floor_update";static INFORMATION_CONTENT_CARD_UPDATE="vrtalk_cmd_information_content_card_update";static INFORMATION_CONTENT_CARD_DELETE="vrtalk_cmd_information_content_card_delete";static MARKER_UPDATE="vrtalk_cmd_marker_update";static MARKER_DELETE="vrtalk_cmd_marker_delete";static CAMERA_MOVE_TO="vrtalk_cmd_camera_move_to";static CAMERA_MOVE_TO_INSIDE="vrtalk_cmd_camera_move_to_inside";static CAMERA_MOVE_TO_VR_FOV="vrtalk_cmd_camera_move_to_vr_fov";static CAMERA_MOVE_TO_NEAR_COMPONENT="vrtalk_cmd_camera_move_to_near_component";static CAMERA_MOVE_TO_WATCH_POSITION="vrtalk_cmd_camera_move_to_watch_position";static RENDERER_TAKE_SCREENSHOT="vrtalk_cmd_renderer_take_screenshot";static RENDERER_GET_PANORAMA_IMAGE="vrtalk_cmd_renderer_get_panorama_image";static RENDERER_SETTINGS_UPDATE="vrtalk_cmd_renderer_settings_update";static NAVIGATION_REQUEST="vrtalk_cmd_navigation_request";static NAVIGATION_START="vrtalk_cmd_navigation_start";static NAVIGATION_CANCEL="vrtalk_cmd_navigation_cancel";static AUDIO_UPDATE="vrtalk_cmd_audio_update";static AUDIO_DELETE="vrtalk_cmd_audio_delete";static AUDIO_LIST_UPDATE="vrtalk_cmd_audio_list_update";static AUDIO_LIST_DELETE="vrtalk_cmd_audio_list_delete";static AUDIO_CENTER_PLAYER_SHOW_PLAY_CONTROL_UPDATE="vrtalk_cmd_audio_center_player_show_play_control_update";static AUDIO_CENTER_PLAYER_SHOW_VOLUME_CONTROL_UPDATE="vrtalk_cmd_audio_center_player_show_volume_control_update";static AUDIO_CENTER_PLAYER_VOLUME_UPDATE="vrtalk_cmd_audio_center_player_volume_update";static MONITOR_LIST_UPDATE="vrtalk_cmd_monitor_list_update";static DOLLY_PATH_CAPTURE_DESTINATION="vrtalk_cmd_dolly_path_capture_destination";static DOLLY_PATH_PREVIEW="vrtalk_cmd_dolly_path_preview";static DOLLY_PATH_STOP_PREVIEW="vrtalk_cmd_dolly_path_stop_preview";static MESSAGE_CARD_PREVIEW="vrtalk_cmd_message_card_preview";static HAMBURGER_MENU_UPDATE="vrtalk_cmd_hamburger_menu_update"}class Ii{onStart(e){_c.registerCommandListener(Oi.PLAYER_START,(t=>{e(t.data.vrContentData,t.data.isForceIgnoreEnterBtn)}))}onModeUpdate(e){_c.registerCommandListener(Oi.PLAYER_MODE_UPDATE,(t=>{e(t.data)}))}onXrPreparePreview(e){_c.registerCommandListener(Oi.PLAYER_XR_PREPARE_PREVIEW,(t=>{e(!!t.data)}))}onPrepareSettingsUpdate(e){_c.registerCommandListener(Oi.PLAYER_PREPARE_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class ui{onCoverSettingsUpdate(e){_c.registerCommandListener(Oi.COVER_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Si{onUiSettingsUpdate(e){_c.registerCommandListener(Oi.UI_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Li{onInfoTemplateSettingsUpdate(e){_c.registerCommandListener(Oi.INFO_TEMPLATE_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Ni{onContentCardUpdate(e){_c.registerCommandListener(Oi.INFORMATION_CONTENT_CARD_UPDATE,(t=>{e(t.data)}))}onContentCardDelete(e){_c.registerCommandListener(Oi.INFORMATION_CONTENT_CARD_DELETE,(t=>{e(t.data)}))}}class Ri{onCreate(e){_c.registerCommandListener(Oi.COMPONENT_CREATE,(t=>{e(t.data)}))}onUpdate(e){_c.registerCommandListener(Oi.COMPONENT_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.COMPONENT_DELETE,(t=>{e(t.data)}))}onFollowMouse(e){_c.registerCommandListener(Oi.COMPONENT_FOLLOW_MOUSE,(t=>{e(t.data)}))}onControllerModify(e){_c.registerCommandListener(Oi.COMPONENT_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.componentId)}))}onPlayTransitionAnimation(e){_c.registerCommandListener(Oi.COMPONENT_PLAY_TRANSITION_ANIMATION,(t=>{e(t.data.componentId,t.data.animationId)}))}onStopTransitionAnimation(e){_c.registerCommandListener(Oi.COMPONENT_STOP_TRANSITION_ANIMATION,(t=>{e(t.data.componentId)}))}on3dModelPlayAnimationClip(e){_c.registerCommandListener(Oi.COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP,(t=>{e(t.data.modelComponentId,t.data.animationClipId)}))}on3dModelStopAnimationClip(e){_c.registerCommandListener(Oi.COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP,(t=>{e(t.data.modelComponentId)}))}on2dTextAutoFit(e){_c.registerCommandListener(Oi.COMPONENT_2D_TEXT_AUTO_FIT,(t=>{e(t.data)}))}}class Mi{onEnterFovShotMode(e){_c.registerCommandListener(Oi.FOV_ENTER_SHOT_MODE,(t=>{e(t.data)}))}onExitFovShotMode(e){_c.registerCommandListener(Oi.FOV_EXIT_SHOT_MODE,(t=>{e()}))}onUpdate(e){_c.registerCommandListener(Oi.FOV_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.FOV_DELETE,(t=>{e(t.data)}))}}class yi{onUpdate(e){_c.registerCommandListener(Oi.LAYER_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.LAYER_DELETE,(t=>{e(t.data.layerId,t.data.deleteComponents)}))}onVisible(e){_c.registerCommandListener(Oi.LAYER_VISIBLE,(t=>{e(t.data.layerId,t.data.visible)}))}}class Pi{onCreate(e){_c.registerCommandListener(Oi.LIGHT_CREATE,(t=>{e(t.data)}))}onUpdate(e){_c.registerCommandListener(Oi.LIGHT_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.LIGHT_DELETE,(t=>{e(t.data)}))}}class hi{onCreate(e){_c.registerCommandListener(Oi.TRIMMER_CREATE,(t=>{e(t.data)}))}onUpdate(e){_c.registerCommandListener(Oi.TRIMMER_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.TRIMMER_DELETE,(t=>{e(t.data)}))}onControllerModify(e){_c.registerCommandListener(Oi.TRIMMER_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.trimmerId)}))}onEditingStateUpdate(e){_c.registerCommandListener(Oi.TRIMMER_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class bi{onCreate(e){_c.registerCommandListener(Oi.STICKER_CREATE,(t=>{e(t.data)}))}onUpdate(e){_c.registerCommandListener(Oi.STICKER_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.STICKER_DELETE,(t=>{e(t.data)}))}onControllerModify(e){_c.registerCommandListener(Oi.STICKER_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.stickerId)}))}onEditingStateUpdate(e){_c.registerCommandListener(Oi.STICKER_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class Di{onUpdate(e){_c.registerCommandListener(Oi.FLOOR_UPDATE,(t=>{e(t.data)}))}}class fi{onMoveTo(e){_c.registerCommandListener(Oi.CAMERA_MOVE_TO,(t=>{e(t.data.transition,t.data.cameraPose)}))}onMoveToInside(e){_c.registerCommandListener(Oi.CAMERA_MOVE_TO_INSIDE,(t=>{e(t.data.transition,t.data.transitionTime,t.data.cameraPose)}))}onMoveToVrFov(e){_c.registerCommandListener(Oi.CAMERA_MOVE_TO_VR_FOV,(t=>{e(t.data.transition,t.data.transitionTime,t.data.fovId)}))}onMoveToNearComponent(e){_c.registerCommandListener(Oi.CAMERA_MOVE_TO_NEAR_COMPONENT,(t=>{e(t.data.transition,t.data.transitionTime,t.data.componentId)}))}onMoveToWatchPosition(e){_c.registerCommandListener(Oi.CAMERA_MOVE_TO_WATCH_POSITION,(t=>{e(t.data.transition,t.data.transitionTime,t.data.position)}))}}class wi{onTakeScreen(e){_c.registerCommandListener(Oi.RENDERER_TAKE_SCREENSHOT,(t=>{e(t.data.resolution,t.data.visibility)}))}onGetPanoramaImage(e){_c.registerCommandListener(Oi.RENDERER_GET_PANORAMA_IMAGE,(()=>{e()}))}onSettingsUpdate(e){_c.registerCommandListener(Oi.RENDERER_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class vi{onMarkerUpdate(e){_c.registerCommandListener(Oi.MARKER_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.MARKER_DELETE,(t=>{e(t.data)}))}}class Vi{onNavigationRequest(e){_c.registerCommandListener(Oi.NAVIGATION_REQUEST,(t=>{e(t.data)}))}onNavigationStart(e){_c.registerCommandListener(Oi.NAVIGATION_START,(t=>{e(t.data)}))}onNavigationCancel(e){_c.registerCommandListener(Oi.NAVIGATION_CANCEL,(t=>{e()}))}}class Ui{onCreate(e){_c.registerCommandListener(Oi.OBSTACLE_CREATE,(t=>{e(t.data)}))}onUpdate(e){_c.registerCommandListener(Oi.OBSTACLE_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.OBSTACLE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){_c.registerCommandListener(Oi.OBSTACLE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.obstacleId)}))}onEditingStateUpdate(e){_c.registerCommandListener(Oi.OBSTACLE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){_c.registerCommandListener(Oi.OBSTACLE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class Bi{onAudioListUpdate(e){_c.registerCommandListener(Oi.AUDIO_LIST_UPDATE,(t=>{e(t.data)}))}onAudioListDelete(e){_c.registerCommandListener(Oi.AUDIO_LIST_DELETE,(t=>{e(t.data)}))}onAudioUpdate(e){_c.registerCommandListener(Oi.AUDIO_UPDATE,(t=>{e(t.data)}))}onAudioDelete(e){_c.registerCommandListener(Oi.AUDIO_DELETE,(t=>{e(t.data)}))}onAudioCenterPlayerShowPlayControlUpdate(e){_c.registerCommandListener(Oi.AUDIO_CENTER_PLAYER_SHOW_PLAY_CONTROL_UPDATE,(t=>{e(t.data)}))}onAudioCenterPlayerShowVolumeControlUpdate(e){_c.registerCommandListener(Oi.AUDIO_CENTER_PLAYER_SHOW_VOLUME_CONTROL_UPDATE,(t=>{e(t.data)}))}onAudioCenterPlayerVolumeUpdate(e){_c.registerCommandListener(Oi.AUDIO_CENTER_PLAYER_VOLUME_UPDATE,(t=>{e(t.data)}))}}class ki{onCreate(e){_c.registerCommandListener(Oi.ASSET_LABEL_CREATE,(t=>{e(t.data)}))}onUpdate(e){_c.registerCommandListener(Oi.ASSET_LABEL_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.ASSET_LABEL_DELETE,(t=>{e(t.data)}))}onControllerModify(e){_c.registerCommandListener(Oi.ASSET_LABEL_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.assetLabelId)}))}onEditingStateUpdate(e){_c.registerCommandListener(Oi.ASSET_LABEL_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class Gi{onCreate(e){_c.registerCommandListener(Oi.TARGET_CREATE,(t=>{e(t.data)}))}onUpdate(e){_c.registerCommandListener(Oi.TARGET_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.TARGET_DELETE,(t=>{e(t.data)}))}onControllerModify(e){_c.registerCommandListener(Oi.TARGET_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.targetId)}))}onEditingStateUpdate(e){_c.registerCommandListener(Oi.TARGET_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){_c.registerCommandListener(Oi.TARGET_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class xi{onCreate(e){_c.registerCommandListener(Oi.WORMHOLE_CREATE,(t=>{e(t.data)}))}onUpdate(e){_c.registerCommandListener(Oi.WORMHOLE_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.WORMHOLE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){_c.registerCommandListener(Oi.WORMHOLE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.wormholeId)}))}onEditingStateUpdate(e){_c.registerCommandListener(Oi.WORMHOLE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){_c.registerCommandListener(Oi.WORMHOLE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class Fi{onCreate(e){_c.registerCommandListener(Oi.SPACE_FENCE_CREATE,(t=>{e(t.data)}))}onUpdate(e){_c.registerCommandListener(Oi.SPACE_FENCE_UPDATE,(t=>{e(t.data)}))}onDelete(e){_c.registerCommandListener(Oi.SPACE_FENCE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){_c.registerCommandListener(Oi.SPACE_FENCE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.spaceFenceId)}))}onEditingStateUpdate(e){_c.registerCommandListener(Oi.SPACE_FENCE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){_c.registerCommandListener(Oi.SPACE_FENCE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}onGroupColorUpdate(e){_c.registerCommandListener(Oi.SPACE_FENCE_GROUP_COLOR_UPDATE,(t=>{e(t.data.groupId,t.data.cubeFaceColor)}))}}class Hi{onMonitorListUpdate(e){_c.registerCommandListener(Oi.MONITOR_LIST_UPDATE,(t=>{e(t.data)}))}}class Xi{onMessageCardPreview(e){_c.registerCommandListener(Oi.MESSAGE_CARD_PREVIEW,(t=>{e(t.data)}))}}class Wi{onCaptureDestination(e){_c.registerCommandListener(Oi.DOLLY_PATH_CAPTURE_DESTINATION,(t=>{e()}))}onPreview(e){_c.registerCommandListener(Oi.DOLLY_PATH_PREVIEW,(t=>{e(t.data)}))}onStopPreview(e){_c.registerCommandListener(Oi.DOLLY_PATH_STOP_PREVIEW,(t=>{e()}))}}class Yi{onHamburgerMenuUpdate(e){_c.registerCommandListener(Oi.HAMBURGER_MENU_UPDATE,(t=>{e(t.data)}))}}class Ki{type="";data={};constructor(e,t){this.type=e,this.data=t}}class Ji{static PLAYER_READY="vrtalk_msg_player_ready";static PLAYER_STATUS_UPDATE="vrtalk_msg_player_status_update";static COMPONENT_UPDATE="vrtalk_msg_component_update";static COMPONENT_ON_CLICK="vrtalk_msg_component_on_click";static COMPONENT_TRANSITION_ANIMATION_FINISHED="vrtalk_msg_component_transition_animation_finished";static FOV_SHOT_RESULT="vrtalk_msg_fov_shot_result";static TRIMMER_UPDATE="vrtalk_msg_trimmer_update";static TRIMMER_ON_CLICK="vrtalk_msg_trimmer_on_click";static STICKER_UPDATE="vrtalk_msg_sticker_update";static STICKER_ON_CLICK="vrtalk_msg_sticker_on_click";static TARGET_UPDATE="vrtalk_msg_target_update";static TARGET_ON_CLICK="vrtalk_msg_target_on_click";static OBSTACLE_UPDATE="vrtalk_msg_obstacle_update";static OBSTACLE_ON_CLICK="vrtalk_msg_obstacle_on_click";static SPACE_FENCE_UPDATE="vrtalk_msg_space_fence_update";static SPACE_FENCE_ON_CLICK="vrtalk_msg_space_fence_on_click";static WORMHOLE_UPDATE="vrtalk_msg_wormhole_update";static WORMHOLE_ON_CLICK="vrtalk_msg_wormhole_on_click";static ASSET_LABEL_UPDATE="vrtalk_msg_asset_label_update";static ASSET_LABEL_ON_CLICK="vrtalk_msg_asset_label_on_click";static SWEEP_IMPORT_FROM_MATTERPORT="vrtalk_msg_sweep_import_from_matterport";static SWEEP_SYNC_MATTERPORT_ENABLED_STATE="vrtalk_msg_sweep_sync_matterport_enabled_state";static SWEEP_REQUEST_MODIFY_ENABLED="vrtalk_msg_sweep_request_modify_enabled";static FLOOR_IMPORT_FROM_MATTERPORT="vrtalk_msg_floor_import_from_matterport";static FLOOR_ENTER="vrtalk_msg_floor_enter";static FLOOR_LEAVE="vrtalk_msg_floor_leave";static CAMERA_POSE_UPDATE="vrtalk_msg_camera_pose_update";static RENDERER_SCREENSHOT_READY="vrtalk_msg_renderer_screenshot_ready";static RENDERER_PANORAMA_IMAGE_READY="vrtalk_msg_renderer_panorama_image_ready";static RENDERER_WORLD_SIZE_READY="vrtalk_msg_renderer_world_size_ready";static DOLLY_PATH_DESTINATION_CAPTURED="vrtalk_msg_dolly_path_destination_captured";static NAVIGATION_RESULT_READY="vrtalk_msg_navigation_result_ready";static NAVIGATION_START="vrtalk_msg_navigation_start";static NAVIGATION_END="vrtalk_msg_navigation_end";static NAVIGATION_CANCEL="vrtalk_msg_navigation_cancel"}class zi{sendCameraPoseUpdate(e){window.parent.postMessage(new Ki(Ji.CAMERA_POSE_UPDATE,e),"*")}}class ji{sendUpdate(e){window.parent.postMessage(new Ki(Ji.COMPONENT_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Ki(Ji.COMPONENT_ON_CLICK,e),"*")}sendTransitionAnimationFinished(e,t){window.parent.postMessage(new Ki(Ji.COMPONENT_TRANSITION_ANIMATION_FINISHED,{componentId:e,animationId:t}),"*")}}class $i{sendShotResult(e){window.parent.postMessage(new Ki(Ji.FOV_SHOT_RESULT,JSON.parse(JSON.stringify(e))),"*")}}class Qi{sendImportFromMatterport(e){window.parent.postMessage(new Ki(Ji.FLOOR_IMPORT_FROM_MATTERPORT,e),"*")}sendEnter(e){window.parent.postMessage(new Ki(Ji.FLOOR_ENTER,e),"*")}sendLeave(e){window.parent.postMessage(new Ki(Ji.FLOOR_LEAVE,e),"*")}}class qi{sendReady(){window.parent.postMessage(new Ki(Ji.PLAYER_READY,{}),"*")}sendStatusUpdate(e){window.parent.postMessage(new Ki(Ji.PLAYER_STATUS_UPDATE,e),"*")}}class Zi{sendImportFromMatterport(e){window.parent.postMessage(new Ki(Ji.SWEEP_IMPORT_FROM_MATTERPORT,e),"*")}sendSyncMatterportEnabledState(e){window.parent.postMessage(new Ki(Ji.SWEEP_SYNC_MATTERPORT_ENABLED_STATE,e),"*")}sendRequestModifyEnabled(e,t){window.parent.postMessage(new Ki(Ji.SWEEP_REQUEST_MODIFY_ENABLED,{sweepId:e,enabled:t}),"*")}}class ec{sendScreenshotReady(e){window.parent.postMessage(new Ki(Ji.RENDERER_SCREENSHOT_READY,e),"*")}sendPanoramaImageReady(e){window.parent.postMessage(new Ki(Ji.RENDERER_PANORAMA_IMAGE_READY,e),"*")}sendWorldSizeReady(e){window.parent.postMessage(new Ki(Ji.RENDERER_WORLD_SIZE_READY,JSON.parse(JSON.stringify(e))),"*")}}class tc{sendNavigationResultReady(e){window.parent.postMessage(new Ki(Ji.NAVIGATION_RESULT_READY,JSON.parse(JSON.stringify(e))),"*")}sendNavigationStart(e){window.parent.postMessage(new Ki(Ji.NAVIGATION_START,JSON.parse(JSON.stringify(e))),"*")}sendNavigationEnd(e){window.parent.postMessage(new Ki(Ji.NAVIGATION_END,JSON.parse(JSON.stringify(e))),"*")}sendNavigationCancel(e){window.parent.postMessage(new Ki(Ji.NAVIGATION_CANCEL,JSON.parse(JSON.stringify(e))),"*")}}class ac{sendUpdate(e){window.parent.postMessage(new Ki(Ji.OBSTACLE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Ki(Ji.OBSTACLE_ON_CLICK,e),"*")}}class nc{sendUpdate(e){window.parent.postMessage(new Ki(Ji.TRIMMER_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Ki(Ji.TRIMMER_ON_CLICK,e),"*")}}class sc{sendUpdate(e){window.parent.postMessage(new Ki(Ji.STICKER_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Ki(Ji.STICKER_ON_CLICK,e),"*")}}class rc{sendUpdate(e){window.parent.postMessage(new Ki(Ji.ASSET_LABEL_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Ki(Ji.ASSET_LABEL_ON_CLICK,e),"*")}}class oc{sendUpdate(e){window.parent.postMessage(new Ki(Ji.TARGET_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Ki(Ji.TARGET_ON_CLICK,e),"*")}}class ic{sendUpdate(e){window.parent.postMessage(new Ki(Ji.WORMHOLE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Ki(Ji.WORMHOLE_ON_CLICK,e),"*")}}class cc{sendUpdate(e){window.parent.postMessage(new Ki(Ji.SPACE_FENCE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Ki(Ji.SPACE_FENCE_ON_CLICK,e),"*")}}class lc{sendDestinationCaptured(e){window.parent.postMessage(new Ki(Ji.DOLLY_PATH_DESTINATION_CAPTURED,JSON.parse(JSON.stringify(e))),"*")}}class dc{onUpdateAll(e){_c.registerCommandListener(Oi.SWEEP_UPDATE_ALL,(t=>{e(t.data)}))}onUpdate(e){_c.registerCommandListener(Oi.SWEEP_UPDATE,(t=>{e(t.data)}))}onDeleteVirtual(e){_c.registerCommandListener(Oi.SWEEP_DELETE_VIRTUAL,(t=>{e(t.data)}))}onUpdateRenderFlagVisible(e){_c.registerCommandListener(Oi.SWEEP_UPDATE_RENDER_FLAG_VISIBLE,(t=>{e(t.data)}))}}class _c{static commandListenerPool=new Map;static commandPlayer=new Ii;static commandCover=new ui;static commandUi=new Si;static commandInfoTemplate=new Li;static commandInformation=new Ni;static commandComponent=new Ri;static commandFov=new Mi;static commandLayer=new yi;static commandLight=new Pi;static commandTrimmer=new hi;static commandSticker=new bi;static commandSweep=new dc;static commandFloor=new Di;static commandCamera=new fi;static commandRenderer=new wi;static commandMarker=new vi;static commandNavigation=new Vi;static commandObstacle=new Ui;static commandAudio=new Bi;static commandAssetLabel=new ki;static commandTarget=new Gi;static commandWormhole=new xi;static commandSpaceFence=new Fi;static commandMonitor=new Hi;static commandMessageCard=new Xi;static commandDollyPath=new Wi;static commandHamburgerMenu=new Yi;static messageCamera=new zi;static messageComponent=new ji;static messageFov=new $i;static messageFloor=new Qi;static messagePlayer=new qi;static messageSweep=new Zi;static messageRenderer=new ec;static messageNavigation=new tc;static messageObstacle=new ac;static messageTrimmer=new nc;static messageSticker=new sc;static messageAssetLabel=new rc;static messageTarget=new oc;static messageWormhole=new ic;static messageSpaceFence=new cc;static messageDollyPath=new lc;static registerCommandListener(e,t){_c.commandListenerPool.has(e)||_c.commandListenerPool.set(e,[]),_c.commandListenerPool.get(e).push(t)}static unRegisterCommandListener(e,t){if(!_c.commandListenerPool.has(e))return;const a=_c.commandListenerPool.get(e).indexOf(t);a>=0&&_c.commandListenerPool.get(e).splice(a,1)}static init(){window.addEventListener("message",(e=>{if(e.data.type&&0===e.data.type.indexOf("vrtalk_cmd_")){const t=e.data;_c.commandListenerPool.has(t.type)&&_c.commandListenerPool.get(t.type).forEach((e=>{e(t)}))}}))}}class Ec{player;constructor(e){this.player=e}onReady(e){this.player.registerMessageListener(Ji.PLAYER_READY,(t=>{e()}))}onStatusUpdate(e){this.player.registerMessageListener(Ji.PLAYER_STATUS_UPDATE,(t=>{e(t.data)}))}}class mc{player;constructor(e){this.player=e}sendStart(e,t){this.player.sendCommand(new Ci(Oi.PLAYER_START,JSON.parse(JSON.stringify({vrContentData:e,isForceIgnoreEnterBtn:t}))))}sendModeUpdate(e){this.player.sendCommand(new Ci(Oi.PLAYER_MODE_UPDATE,e))}sendXrPreparePreview(e){this.player.sendCommand(new Ci(Oi.PLAYER_XR_PREPARE_PREVIEW,e))}sendPrepareSettingsUpdate(e){this.player.sendCommand(new Ci(Oi.PLAYER_PREPARE_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Tc{player;constructor(e){this.player=e}sendCoverSettingsUpdate(e){this.player.sendCommand(new Ci(Oi.COVER_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class pc{player;constructor(e){this.player=e}sendUiSettingsUpdate(e){this.player.sendCommand(new Ci(Oi.UI_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class gc{player;constructor(e){this.player=e}sendInfoTemplateSettingsUpdate(e){this.player.sendCommand(new Ci(Oi.INFO_TEMPLATE_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Ac{player;constructor(e){this.player=e}sendUpdateContentCard(e){this.player.sendCommand(new Ci(Oi.INFORMATION_CONTENT_CARD_UPDATE,JSON.parse(JSON.stringify(e))))}sendDeleteContentCard(e){this.player.sendCommand(new Ci(Oi.INFORMATION_CONTENT_CARD_DELETE,e))}}class Cc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ci(Oi.COMPONENT_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.COMPONENT_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ci(Oi.COMPONENT_DELETE,e))}sendFollowMouse(e){this.player.sendCommand(new Ci(Oi.COMPONENT_FOLLOW_MOUSE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ci(Oi.COMPONENT_CONTROLLER_MODIFY,{componentId:t,controllerType:e}))}sendPlayTransitionAnimation(e,t){this.player.sendCommand(new Ci(Oi.COMPONENT_PLAY_TRANSITION_ANIMATION,{componentId:e,animationId:t}))}sendStopTransitionAnimation(e){this.player.sendCommand(new Ci(Oi.COMPONENT_STOP_TRANSITION_ANIMATION,{componentId:e}))}send3dModelPlayAnimationClip(e,t){this.player.sendCommand(new Ci(Oi.COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP,{modelComponentId:e,animationClipId:t}))}send3dModelStopAnimationClip(e){this.player.sendCommand(new Ci(Oi.COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP,{modelComponentId:e}))}send2dTextAutoFit(e){this.player.sendCommand(new Ci(Oi.COMPONENT_2D_TEXT_AUTO_FIT,e))}}class Oc{player;constructor(e){this.player=e}enterFovShotMode(e){this.player.sendCommand(new Ci(Oi.FOV_ENTER_SHOT_MODE,JSON.parse(JSON.stringify(e))))}exitFovShotMode(){this.player.sendCommand(new Ci(Oi.FOV_EXIT_SHOT_MODE,{}))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.FOV_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ci(Oi.FOV_DELETE,e))}}class Ic{player;constructor(e){this.player=e}sendUpdate(e){this.player.sendCommand(new Ci(Oi.LAYER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e,t){this.player.sendCommand(new Ci(Oi.LAYER_DELETE,{layerId:e,deleteComponents:t}))}sendVisible(e,t){this.player.sendCommand(new Ci(Oi.LAYER_VISIBLE,{layerId:e,visible:t}))}}class uc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ci(Oi.LIGHT_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.LIGHT_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ci(Oi.LIGHT_DELETE,e))}}class Sc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ci(Oi.TRIMMER_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.TRIMMER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ci(Oi.TRIMMER_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ci(Oi.TRIMMER_CONTROLLER_MODIFY,{controllerType:e,trimmerId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ci(Oi.TRIMMER_EDITING_STATE_UPDATE,e))}}class Lc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ci(Oi.STICKER_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.STICKER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ci(Oi.STICKER_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ci(Oi.STICKER_CONTROLLER_MODIFY,{controllerType:e,stickerId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ci(Oi.STICKER_EDITING_STATE_UPDATE,e))}}class Nc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ci(Oi.ASSET_LABEL_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.ASSET_LABEL_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ci(Oi.ASSET_LABEL_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ci(Oi.ASSET_LABEL_CONTROLLER_MODIFY,{controllerType:e,assetLabelId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ci(Oi.ASSET_LABEL_EDITING_STATE_UPDATE,e))}}class Rc{player;constructor(e){this.player=e}sendUpdateAll(e){this.player.sendCommand(new Ci(Oi.SWEEP_UPDATE_ALL,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.SWEEP_UPDATE,JSON.parse(JSON.stringify(e))))}sendDeleteVirtual(e){this.player.sendCommand(new Ci(Oi.SWEEP_DELETE_VIRTUAL,e))}sendUpdateRenderFlagVisible(e){this.player.sendCommand(new Ci(Oi.SWEEP_UPDATE_RENDER_FLAG_VISIBLE,e))}}class Mc{player;constructor(e){this.player=e}sendUpdate(e){this.player.sendCommand(new Ci(Oi.FLOOR_UPDATE,JSON.parse(JSON.stringify(e))))}}class yc{player;constructor(e){this.player=e}sendMoveTo(e,t){this.player.sendCommand(new Ci(Oi.CAMERA_MOVE_TO,JSON.parse(JSON.stringify({transition:e,cameraMode:t}))))}sendMoveToInside(e,t,a){this.player.sendCommand(new Ci(Oi.CAMERA_MOVE_TO_INSIDE,JSON.parse(JSON.stringify({transition:e,transitionTime:t,cameraPose:a}))))}sendMoveToVrFov(e,t,a){this.player.sendCommand(new Ci(Oi.CAMERA_MOVE_TO_VR_FOV,JSON.parse(JSON.stringify({transition:e,transitionTime:t,fovId:a}))))}sendMoveToNearComponent(e,t,a){this.player.sendCommand(new Ci(Oi.CAMERA_MOVE_TO_NEAR_COMPONENT,JSON.parse(JSON.stringify({transition:e,transitionTime:t,componentId:a}))))}sendMoveToWatchPosition(e,t,a){this.player.sendCommand(new Ci(Oi.CAMERA_MOVE_TO_WATCH_POSITION,JSON.parse(JSON.stringify({transition:e,transitionTime:t,position:a}))))}}class Pc{player;constructor(e){this.player=e}sendTakeScreenshot(e,t){this.player.sendCommand(new Ci(Oi.RENDERER_TAKE_SCREENSHOT,{resolution:e,visibility:t}))}sendGetPanoramaImage(){this.player.sendCommand(new Ci(Oi.RENDERER_GET_PANORAMA_IMAGE,{}))}sendSettingsUpdate(e){this.player.sendCommand(new Ci(Oi.RENDERER_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class hc{player;constructor(e){this.player=e}sendMarkerUpdate(e){this.player.sendCommand(new Ci(Oi.MARKER_UPDATE,JSON.parse(JSON.stringify(e))))}sendMarkerDelete(e){this.player.sendCommand(new Ci(Oi.MARKER_DELETE,e))}}class bc{player;constructor(e){this.player=e}sendNavigationRequest(e){this.player.sendCommand(new Ci(Oi.NAVIGATION_REQUEST,JSON.parse(JSON.stringify(e))))}sendNavigationStart(e){this.player.sendCommand(new Ci(Oi.NAVIGATION_START,JSON.parse(JSON.stringify(e))))}sendNavigationCancel(){this.player.sendCommand(new Ci(Oi.NAVIGATION_CANCEL,{}))}}class Dc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ci(Oi.OBSTACLE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.OBSTACLE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ci(Oi.OBSTACLE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ci(Oi.OBSTACLE_CONTROLLER_MODIFY,{controllerType:e,obstacleId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ci(Oi.OBSTACLE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Ci(Oi.OBSTACLE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class fc{player;constructor(e){this.player=e}sendAudioListUpdate(e){this.player.sendCommand(new Ci(Oi.AUDIO_LIST_UPDATE,JSON.parse(JSON.stringify(e))))}sendAudioListDelete(e){this.player.sendCommand(new Ci(Oi.AUDIO_LIST_DELETE,{audioListId:e}))}sendAudioUpdate(e){this.player.sendCommand(new Ci(Oi.AUDIO_UPDATE,JSON.parse(JSON.stringify(e))))}sendAudioDelete(e,t){this.player.sendCommand(new Ci(Oi.AUDIO_DELETE,{audioListId:e,audioId:t}))}sendAudioCenterPlayerShowPlayControlUpdate(e){this.player.sendCommand(new Ci(Oi.AUDIO_CENTER_PLAYER_SHOW_PLAY_CONTROL_UPDATE,{show:e}))}sendAudioCenterPlayerShowMuteControlUpdate(e){this.player.sendCommand(new Ci(Oi.AUDIO_CENTER_PLAYER_SHOW_VOLUME_CONTROL_UPDATE,{show:e}))}sendAudioCenterPlayerVolumeUpdate(e){this.player.sendCommand(new Ci(Oi.AUDIO_CENTER_PLAYER_VOLUME_UPDATE,{volume:e}))}}class wc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ci(Oi.TARGET_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.TARGET_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ci(Oi.TARGET_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ci(Oi.TARGET_CONTROLLER_MODIFY,{controllerType:e,targetId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ci(Oi.TARGET_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Ci(Oi.TARGET_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class vc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ci(Oi.WORMHOLE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.WORMHOLE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ci(Oi.WORMHOLE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ci(Oi.WORMHOLE_CONTROLLER_MODIFY,{controllerType:e,wormholeId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ci(Oi.WORMHOLE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Ci(Oi.WORMHOLE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class Vc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ci(Oi.SPACE_FENCE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ci(Oi.SPACE_FENCE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ci(Oi.SPACE_FENCE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ci(Oi.SPACE_FENCE_CONTROLLER_MODIFY,{controllerType:e,spaceFenceId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ci(Oi.SPACE_FENCE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Ci(Oi.SPACE_FENCE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}sendGroupColorUpdate(e,t){this.player.sendCommand(new Ci(Oi.SPACE_FENCE_GROUP_COLOR_UPDATE,{groupId:e,cubeFaceColor:JSON.parse(JSON.stringify(t))}))}}class Uc{player;constructor(e){this.player=e}sendMonitorListUpdate(e){this.player.sendCommand(new Ci(Oi.MONITOR_LIST_UPDATE,JSON.parse(JSON.stringify(e))))}}class Bc{player;constructor(e){this.player=e}sendPreview(e,t){this.player.sendCommand(new Ci(Oi.MESSAGE_CARD_PREVIEW,{card:e?JSON.parse(JSON.stringify(e)):null,show:t}))}}class kc{player;constructor(e){this.player=e}captureDestination(){this.player.sendCommand(new Ci(Oi.DOLLY_PATH_CAPTURE_DESTINATION,{}))}preview(e){this.player.sendCommand(new Ci(Oi.DOLLY_PATH_PREVIEW,JSON.parse(JSON.stringify(e))))}stopPreview(){this.player.sendCommand(new Ci(Oi.DOLLY_PATH_STOP_PREVIEW,{}))}}class Gc{player;constructor(e){this.player=e}sendHamburgerMenuUpdate(e){this.player.sendCommand(new Ci(Oi.HAMBURGER_MENU_UPDATE,JSON.parse(JSON.stringify(e))))}}class xc{player;constructor(e){this.player=e}onCameraPoseUpdate(e){this.player.registerMessageListener(Ji.CAMERA_POSE_UPDATE,(t=>{e(t.data)}))}}class Fc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Ji.COMPONENT_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Ji.COMPONENT_ON_CLICK,(t=>{e(t.data)}))}onTransitionAnimationFinished(e){this.player.registerMessageListener(Ji.COMPONENT_TRANSITION_ANIMATION_FINISHED,(t=>{e(t.data.componentId,t.data.animationId)}))}}class Hc{player;constructor(e){this.player=e}onShotResult(e){this.player.registerMessageListener(Ji.FOV_SHOT_RESULT,(t=>{e(t.data)}))}}class Xc{player;constructor(e){this.player=e}onImportFromMatterport(e){this.player.registerMessageListener(Ji.FLOOR_IMPORT_FROM_MATTERPORT,(t=>{e(t.data)}))}onEnterFloor(e){this.player.registerMessageListener(Ji.FLOOR_ENTER,(t=>{e(t.data)}))}onLeaveFloor(e){this.player.registerMessageListener(Ji.FLOOR_LEAVE,(t=>{e(t.data)}))}}class Wc{player;constructor(e){this.player=e}onImportFromMatterport(e){this.player.registerMessageListener(Ji.SWEEP_IMPORT_FROM_MATTERPORT,(t=>{e(t.data)}))}onSyncMatterportEnabledState(e){this.player.registerMessageListener(Ji.SWEEP_SYNC_MATTERPORT_ENABLED_STATE,(t=>{e(t.data)}))}onRequestModifyEnabled(e){this.player.registerMessageListener(Ji.SWEEP_REQUEST_MODIFY_ENABLED,(t=>{e(t.data.sweepId,t.data.enabled)}))}}class Yc{player;constructor(e){this.player=e}onScreenshotReady(e){this.player.registerMessageListener(Ji.RENDERER_SCREENSHOT_READY,(t=>{e(t.data)}))}onPanoramaImageReady(e){this.player.registerMessageListener(Ji.RENDERER_PANORAMA_IMAGE_READY,(t=>{e(t.data)}))}onWorldSizeReady(e){this.player.registerMessageListener(Ji.RENDERER_WORLD_SIZE_READY,(t=>{e(t.data)}))}}class Kc{player;constructor(e){this.player=e}onNavigationResultReady(e){this.player.registerMessageListener(Ji.NAVIGATION_RESULT_READY,(t=>{e(t.data)}))}onNavigationStart(e){this.player.registerMessageListener(Ji.NAVIGATION_START,(t=>{e(t.data)}))}onNavigationEnd(e){this.player.registerMessageListener(Ji.NAVIGATION_END,(t=>{e(t.data)}))}onNavigationCancel(e){this.player.registerMessageListener(Ji.NAVIGATION_CANCEL,(t=>{e(t.data)}))}}class Jc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Ji.OBSTACLE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Ji.OBSTACLE_ON_CLICK,(t=>{e(t.data)}))}}class zc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Ji.TRIMMER_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Ji.TRIMMER_ON_CLICK,(t=>{e(t.data)}))}}class jc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Ji.STICKER_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Ji.STICKER_ON_CLICK,(t=>{e(t.data)}))}}class $c{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Ji.ASSET_LABEL_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Ji.ASSET_LABEL_ON_CLICK,(t=>{e(t.data)}))}}class Qc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Ji.TARGET_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Ji.TARGET_ON_CLICK,(t=>{e(t.data)}))}}class qc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Ji.WORMHOLE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Ji.WORMHOLE_ON_CLICK,(t=>{e(t.data)}))}}class Zc{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Ji.SPACE_FENCE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Ji.SPACE_FENCE_ON_CLICK,(t=>{e(t.data)}))}}class el{player;constructor(e){this.player=e}onDestinationCaptured(e){this.player.registerMessageListener(Ji.DOLLY_PATH_DESTINATION_CAPTURED,(t=>{e(t.data)}))}}class tl{serviceRegion;iframeElement=null;messageListenerPool=new Map;messageCamera;messageComponent;messageFov;messageFloor;messagePlayer;messageSweep;messageRenderer;messageNavigation;messageObstacle;messageTrimmer;messageSticker;messageAssetLabel;messageTarget;messageWormhole;messageSpaceFence;messageDollyPath;commandPlayer;commandCover;commandUi;commandInfoTemplate;commandInformation;commandComponent;commandFov;commandLayer;commandLight;commandTrimmer;commandSticker;commandAssetLabel;commandSweep;commandFloor;commandCamera;commandRenderer;commandMarker;commandNavigation;commandObstacle;commandAudio;commandTarget;commandWormhole;commandSpaceFence;commandMonitor;commandMessageCard;commandDollyPath;commandHamburgerMenu;constructor(e,t){this.serviceRegion=e,this.iframeElement=t,this.messageCamera=new xc(this),this.messageComponent=new Fc(this),this.messageFov=new Hc(this),this.messageFloor=new Xc(this),this.messagePlayer=new Ec(this),this.messageSweep=new Wc(this),this.messageRenderer=new Yc(this),this.messageNavigation=new Kc(this),this.messageObstacle=new Jc(this),this.messageTrimmer=new zc(this),this.messageSticker=new jc(this),this.messageAssetLabel=new $c(this),this.messageTarget=new Qc(this),this.messageWormhole=new qc(this),this.messageSpaceFence=new Zc(this),this.messageDollyPath=new el(this),this.commandPlayer=new mc(this),this.commandCover=new Tc(this),this.commandUi=new pc(this),this.commandInfoTemplate=new gc(this),this.commandInformation=new Ac(this),this.commandComponent=new Cc(this),this.commandFov=new Oc(this),this.commandLayer=new Ic(this),this.commandLight=new uc(this),this.commandTrimmer=new Sc(this),this.commandSticker=new Lc(this),this.commandAssetLabel=new Nc(this),this.commandSweep=new Rc(this),this.commandFloor=new Mc(this),this.commandCamera=new yc(this),this.commandRenderer=new Pc(this),this.commandMarker=new hc(this),this.commandNavigation=new bc(this),this.commandObstacle=new Dc(this),this.commandAudio=new fc(this),this.commandTarget=new wc(this),this.commandWormhole=new vc(this),this.commandSpaceFence=new Vc(this),this.commandMonitor=new Uc(this),this.commandMessageCard=new Bc(this),this.commandDollyPath=new kc(this),this.commandHamburgerMenu=new Gc(this),this.iframeElement.addEventListener("load",(()=>{console.debug("[VRTalk Web SDK] player iframe loaded, add event listener"),window.addEventListener("message",(e=>{if(e.data.type&&0===e.data.type.indexOf("vrtalk_msg_")){const t=e.data;this.messageListenerPool.has(t.type)&&this.messageListenerPool.get(t.type).forEach((e=>{e(t)}))}}))}))}registerMessageListener(e,t){console.debug(`[VRTalk Web SDK]VRTalkEditablePlayer.registerMessageListener: ${e}`),this.messageListenerPool.get(e)||this.messageListenerPool.set(e,[]),this.messageListenerPool.get(e).push(t)}unRegisterMessageListener(e,t){if(console.debug(`[VRTalk Web SDK]VRTalkEditablePlayer.unRegisterMessageListener: ${e}`),!this.messageListenerPool.has(e))return;const a=this.messageListenerPool.get(e).indexOf(t);a>=0&&this.messageListenerPool.get(e).splice(a,1)}clearAllMessageListener(){console.debug("[VRTalk Web SDK] VRTalkEditablePlayer.clearAllMessageListener"),this.messageListenerPool.clear()}sendCommand(e){console.debug(`[VRTalk Web SDK]VRTalkEditablePlayer.sendCommand: ${e}`);const t=this.iframeElement?.contentWindow;t?t.postMessage(e,"*"):console.warn("[VRTalk Web SDK] sendCommand: player iframe 尚未就绪,命令被跳过",e)}play(){console.debug("[VRTalk Web SDK]VRTalkEditablePlayer.play"),this.iframeElement.src=this.serviceRegion+"/vr-editor"}}function al(e){switch(e){case $.TYPE_2D_IMAGE:return ar.COMPONENT_2D_IMAGE;case $.TYPE_2D_VIDEO:return ar.COMPONENT_2D_VIDEO;case $.TYPE_2D_TEXT:return ar.COMPONENT_2D_TEXT;case $.TYPE_2D_PANEL:return ar.COMPONENT_2D_PANEL;case $.TYPE_2D_ADVERTISEMENT:return ar.COMPONENT_2D_ADVERTISEMENT;case $.TYPE_3D_BOX:return ar.COMPONENT_3D_BOX;case $.TYPE_3D_MODEL:return ar.COMPONENT_3D_MODEL;case $.TYPE_TAG:return ar.COMPONENT_TAG;default:return ar.COMPONENT_2D_IMAGE}}function nl(e,t,a,n,s){if(Array.isArray(e)&&0!==e.length)for(const r of e)r.id&&n.has(r.id)||(r.createSourceId||(r.createSourceType=t,r.createSourceId=a),s.push(r),r.id&&n.add(r.id))}function sl(e){if(!e)return;Array.isArray(e.triggerList)||(e.triggerList=[]);const t=new Set;for(const a of e.triggerList)a.id&&t.add(a.id);const a=[];if(Array.isArray(e.componentList))for(const n of e.componentList){const e=al(n.type),s=n;if(nl(s.triggerList,e,n.id,t,a),s.triggerList=[],n.type===$.TYPE_2D_IMAGE){const e=n;if(Array.isArray(e.sourceList))for(const s of e.sourceList){const e=s;nl(e.triggerList,ar.COMPONENT_2D_IMAGE,n.id,t,a),e.triggerList=[]}}else if(n.type===$.TYPE_2D_VIDEO){const e=n;if(Array.isArray(e.sourceList))for(const s of e.sourceList){const e=s;nl(e.triggerList,ar.COMPONENT_2D_VIDEO,n.id,t,a),e.triggerList=[]}}else if(n.type===$.TYPE_2D_PANEL){const e=n;if(Array.isArray(e.sceneDataList))for(const s of e.sceneDataList){const e=s;nl(e.triggerList,ar.COMPONENT_2D_PANEL,n.id,t,a),e.triggerList=[]}}}if(Array.isArray(e.sweepList))for(const n of e.sweepList){const e=n;nl(e.triggerList,"sweep",n.id,t,a),e.triggerList=[]}if(Array.isArray(e.vrFloorList))for(const n of e.vrFloorList){const e=n;nl(e.triggerList,"floor",n.id,t,a),e.triggerList=[]}if(Array.isArray(e.xrVirtualFloorList))for(const n of e.xrVirtualFloorList){const e=n;nl(e.triggerList,"xr_virtual_floor",n.id,t,a),e.triggerList=[]}if(Array.isArray(e.variableList))for(const n of e.variableList){const e=n;nl(e.triggerList,ar.LOGIC_VARIABLE,n.key,t,a),e.triggerList=[]}const n=e;if(Array.isArray(n.variableExpressionWatcherList)){for(const e of n.variableExpressionWatcherList){const n=e;nl(n.triggerList,ar.LOGIC_CONDITION_WATCHER,e.id,t,a),n.triggerList=[]}Array.isArray(n.conditionWatcherList)&&0!==n.conditionWatcherList.length||(n.conditionWatcherList=n.variableExpressionWatcherList),delete n.variableExpressionWatcherList}if(Array.isArray(e.conditionWatcherList))for(const n of e.conditionWatcherList){const e=n;nl(e.triggerList,ar.LOGIC_CONDITION_WATCHER,n.id,t,a),e.triggerList=[]}if(Array.isArray(e.spaceFenceList))for(const n of e.spaceFenceList){const e=n;nl(e.triggerList,ar.SPACE_FENCE,n.id,t,a),e.triggerList=[]}if(Array.isArray(e.spaceFenceGroupList))for(const n of e.spaceFenceGroupList){const e=n;nl(e.triggerList,ar.SPACE_FENCE_GROUP,n.id,t,a),e.triggerList=[]}a.length>0&&e.triggerList.push(...a)}function rl(e,t){const a=new wr;return a.key=e,a.placement=t,a}function ol(e){return e.map((e=>rl(e.key,e.placement)))}const il=["left","right","capsule","more","hidden"];function cl(e,t){return il.includes(e.placement)?rl(e.key,e.placement):rl(e.key,Xr(e.key,t))}function ll(e){return rl(e.key,"hidden"===e.placement?"hidden":"surface")}function dl(e){return e.vrMainBarItems&&e.vrMainBarItems.length>0?e.vrMainBarItems.map((e=>cl(e,Vr))):Vr.map((t=>rl(t.key,function(e,t){return!1==={fov:t.enabledFovBtn,d3:t.enabledD3ModeBtn,floorplan:t.enabledFloorPlanModeBtn,floor:t.enabledFloorSelectBtn,flow:t.enabledFlowBtn,measure:t.enabledMeasurementBtn,share:t.enabledShare,account:t.enabledStaffLogin||t.enabledGuestLogin}[e]?"hidden":Xr(e,Vr)}(t.key,e))))}function _l(e){return e.vrInfoBarItems&&e.vrInfoBarItems.length>0?e.vrInfoBarItems.map(ll):Ur.map((t=>rl(t.key,function(e,t){switch(e){case"minimap":return t.enabledMinimap?"surface":"hidden";case"fullscreen":return t.enabledFullScreen?"surface":"hidden";case"hamburger":return t.enabledHamburgerMenu?"surface":"hidden";case"audio":return"hidden";default:return"surface"}}(t.key,e))))}function El(e){return e.arBottomItems&&e.arBottomItems.length>0?e.arBottomItems.map((e=>cl(e,Br))):ol(Br)}function ml(e){return e.arInfoItems&&e.arInfoItems.length>0?e.arInfoItems.map(ll):ol(kr)}function Tl(e){e.vrMainBarItems&&0!==e.vrMainBarItems.length||(e.vrMainBarItems=dl(e)),e.vrInfoBarItems&&0!==e.vrInfoBarItems.length||(e.vrInfoBarItems=_l(e)),e.arBottomItems&&0!==e.arBottomItems.length||(e.arBottomItems=El(e)),e.arInfoItems&&0!==e.arInfoItems.length||(e.arInfoItems=ml(e))}function pl(e){if(!e)return;let t=e.vrPlayerUiSettings;t||(t=new Ln,e.vrPlayerUiSettings=t),void 0===t.enabledMinimap&&["enabledFovBtn","enabledD3ModeBtn","enabledFloorPlanModeBtn","enabledFloorSelectBtn","enabledMinimap","enabledMeasurementBtn","enabledShare","enabledFullScreen"].forEach((e=>{t[e]=!0})),void 0===t.enabledFlowBtn&&(t.enabledFlowBtn=!1),void 0===t.enabledStaffLogin&&(t.enabledStaffLogin=!0),void 0===t.enabledGuestLogin&&(t.enabledGuestLogin=!0),void 0===t.enabledHamburgerMenu&&(t.enabledHamburgerMenu=!0),void 0===t.vrDefaultGlobalMute&&(t.vrDefaultGlobalMute=!1),void 0===t.arDefaultGlobalMute&&(t.arDefaultGlobalMute=!1),t.playerAppearance||(t.playerAppearance=new H),Tl(t)}function gl(e){e&&(function(e,t){const a=e,n=e=>{if(Array.isArray(e))for(const a of e)t(a)};if(n(e.variableList),Array.isArray(e.abilityList))for(const t of e.abilityList){const e=t;if(n(e.contextVariableList),n(e.activeActionListLocalVariableList),n(e.stopActionListLocalVariableList),Array.isArray(e.triggerList))for(const t of e.triggerList)n(t.localVariableList)}if(Array.isArray(a.vrFlowList))for(const e of a.vrFlowList){const t=e;if(n(t.flowScopeVariableList),Array.isArray(t.stepList))for(const e of t.stepList){const t=e;if(n(t.stepScopeVariableList),Array.isArray(t.triggerList))for(const e of t.triggerList){const t=e?.trigger;t&&n(t.localVariableList)}if(Array.isArray(t.finishInjectTriggerList))for(const e of t.finishInjectTriggerList)n(e.localVariableList);if(Array.isArray(t.buttonList))for(const e of t.buttonList)n(e.localVariableList)}}if(Array.isArray(e.triggerList))for(const t of e.triggerList)n(t.localVariableList);if(Array.isArray(e.backgroundThreadList))for(const t of e.backgroundThreadList)n(t.localVariableList);const s=e.prepareSettings;if(s&&(n(s.vrInitLocalVariableList),n(s.arInitLocalVariableList),n(s.allInitLocalVariableList)),Array.isArray(e.componentList))for(const t of e.componentList){const e=t;if(n(e.localVariableList),Array.isArray(e.triggerList))for(const t of e.triggerList)n(t.localVariableList)}if(Array.isArray(e.messageCardList))for(const t of e.messageCardList){const e=t;if(Array.isArray(e.buttonList))for(const t of e.buttonList)n(t.localVariableList)}}(e,Al),function(e){if(Array.isArray(e.componentList))for(const t of e.componentList){if(t.type!==$.TYPE_2D_PANEL)continue;const e=t;if(Array.isArray(e.sceneDataList))for(const t of e.sceneDataList){const e=t;"enum-modifier"===e.mode&&(e.mode="variable-modifier");const a=e.enumModifierModeSettings;if(a&&a.variableKey&&(e.variableModifierModeSettings||(e.variableModifierModeSettings={}),e.variableModifierModeSettings.variableKey||(e.variableModifierModeSettings.variableKey=a.variableKey),e.variableModifierModeSettings.variableType||(e.variableModifierModeSettings.variableType="string"),e.enumModifierModeSettings=void 0),Array.isArray(t.buttonDataList))for(const e of t.buttonDataList){const t=e,a=t.enumOptionValue;if(void 0!==a&&""!==a){if(void 0!==t.optionValue&&""!==t.optionValue&&null!==t.optionValue||(t.optionValue=a),!t.optionLabel||!t.optionLabel.original_content){const e=new A;e.original_content=String(a),e.only_use_original_content=!0,t.optionLabel=e}t.enumOptionValue=void 0}}}}}(e),function(e){const t=e=>{if(e){if(e.actionType&&(e=>{if(e&&"logic_random_pick_enum"===e.actionType){e.actionType="logic_random_pick_from_recommend_options";const t=e.params||{};e.params={target:t.target??{scope:"global",key:""}}}})(e),Array.isArray(e.ifActionList))for(const a of e.ifActionList)t(a);if(Array.isArray(e.elseActionList))for(const a of e.elseActionList)t(a);if(Array.isArray(e.actionList))for(const a of e.actionList)t(a)}},a=e=>{if(Array.isArray(e))for(const a of e)t(a)};if(Array.isArray(e.triggerList))for(const t of e.triggerList)a(t.actionList);if(Array.isArray(e.componentList))for(const t of e.componentList)if(Array.isArray(t.triggerList))for(const e of t.triggerList)a(e.actionList);if(Array.isArray(e.abilityList))for(const t of e.abilityList){const e=t;if(a(e.activeActionList),a(e.stopActionList),Array.isArray(e.triggerList))for(const t of e.triggerList)a(t.actionList)}if(Array.isArray(e.vrFlowList))for(const t of e.vrFlowList){const e=t;if(Array.isArray(e.stepList))for(const t of e.stepList){const e=t;if(a(e.enterActionList),Array.isArray(e.arriveActionList))for(const t of e.arriveActionList)a(t.actionList);if(Array.isArray(e.triggerList))for(const t of e.triggerList){const e=t?.trigger;e&&a(e.actionList)}if(Array.isArray(e.finishInjectTriggerList))for(const t of e.finishInjectTriggerList)a(t.actionList);if(Array.isArray(e.buttonList))for(const t of e.buttonList)a(t.clickActionList)}}if(Array.isArray(e.backgroundThreadList))for(const t of e.backgroundThreadList)a(t.actionList);const n=e.prepareSettings;if(n&&(a(n.vrInitCompleteActionList),a(n.arInitCompleteActionList),a(n.allInitCompleteActionList)),Array.isArray(e.messageCardList))for(const t of e.messageCardList)if(Array.isArray(t.buttonList))for(const e of t.buttonList)a(e.clickActionList);if(Array.isArray(e.monitorList))for(const t of e.monitorList)if(Array.isArray(t.componentList))for(const e of t.componentList)a(e.clickActionList)}(e))}function Al(e){if(!e)return;const t=e;if("enum"!==e.type)return;e.type="string";const a=(Array.isArray(t.enumOptions)?t.enumOptions:[]).map((e=>{const t=new Ee;t.value=e;const a=new A;return a.original_content=e,a.only_use_original_content=!0,t.label=a,t}));Array.isArray(e.stringRecommendOptions)&&0!==e.stringRecommendOptions.length||(e.stringRecommendOptions=a),e.stringDefaultValue||(e.stringDefaultValue=t.enumDefaultValue??""),t.enumOptions=void 0,t.enumDefaultValue=void 0}const Cl="expression";function Ol(e){return e?.root?Il(e.root):""}function Il(e){const t=(e.children||[]).filter((e=>!!e));if(0===t.length)return"";const a=t.map((e=>{if(e.kind===Ze.GROUP){const t=Il(e);return""===t?"false":`(${t})`}return function(e){if(e.funcName===Cl){const t=(e.args||[])[0],a=t&&null!=t.literalValue?String(t.literalValue).trim():"",n=a?`(${a})`:"false";return e.negate?`!(${n})`:n}const t=(e.args||[]).map(ul).join(", "),a=`${e.funcName}(${t})`;return e.negate?`!(${a})`:a}(e)})),n="or"===e.logicalOp?" || ":" && ",s=1===a.length?a[0]:a.join(n);return e.negate?`!(${s})`:s}function ul(e){if(e.argKind===et.VAR_REF){const t=e.variableScope||"global",a=e.variableKey||"";return a?"global"===t?`$${a}`:`_${t}.$${a}`:"undefined"}if(e.argKind===et.ARRAY_LITERAL)return`[${(e.arrayItems||[]).map(Sl).join(", ")}]`;const t=e.literalType,a=e.literalValue;return"number"===t?Nl("number"==typeof a?a:Number(a)||0):"boolean"===t?a?"true":"false":Ll("string"==typeof a?a:String(a??""))}function Sl(e){return"number"===e.type?Nl("number"==typeof e.value?e.value:Number(e.value)||0):"boolean"===e.type?e.value?"true":"false":Ll("string"==typeof e.value?e.value:String(e.value??""))}function Ll(e){return JSON.stringify(e)}function Nl(e){return Number.isFinite(e)?String(e):"0"}function Rl(e,t){const a={deps:[],hasCustomJs:!1};return e?.root?(Ml(e.root,t,a),a):a}function Ml(e,t,a){for(const n of e.children||[])n&&(n.kind===Ze.GROUP?Ml(n,t,a):yl(n,t,a))}function yl(e,t,a){if(e.funcName===Cl)return void(a.hasCustomJs=!0);for(const t of e.args||[])t&&t.argKind===et.VAR_REF&&t.variableKey&&a.deps.push({sourceType:"variable",sourceId:String(t.variableKey)});const n=t[e.funcName];if(!n||"none"===n.kind)return;if("no-id"===n.kind)return void a.deps.push({sourceType:n.sourceType,sourceId:"*"});const s=(e.args||[])[n.argIndex];let r="*";s&&s.argKind===et.LITERAL&&null!=s.literalValue&&(r=String(s.literalValue)),a.deps.push({sourceType:n.sourceType,sourceId:r})}function Pl(e){const t=Math.min(100,Math.max(0,e.percent)),a="horizontal"===e.direction,n={transition:a?"width 0.3s ease":"height 0.3s ease"};a?(n.width=t+"%",n.height="100%"):(n.width="100%",n.height=t+"%",n.position="absolute",n.bottom="0",n.left="0");const s=e.color,r=e.colorEnd&&""!==e.colorEnd?e.colorEnd:e.color,o=a?"90deg":"0deg";switch(e.style){case"gradient":n.background=`linear-gradient(${o}, ${s}, ${r})`;break;case"striped":n.background=`linear-gradient(45deg,\n rgba(255,255,255,0.18) 25%, transparent 25%,\n transparent 50%, rgba(255,255,255,0.18) 50%,\n rgba(255,255,255,0.18) 75%, transparent 75%, transparent) ,\n ${s}`,n.backgroundSize="14px 14px, auto";break;case"striped-animated":n.background=`linear-gradient(45deg,\n rgba(255,255,255,0.22) 25%, transparent 25%,\n transparent 50%, rgba(255,255,255,0.22) 50%,\n rgba(255,255,255,0.22) 75%, transparent 75%, transparent) ,\n ${s}`,n.backgroundSize="14px 14px, auto",n.animation="vrtalk-progress-stripes 0.8s linear infinite";break;case"glow":n.background=`linear-gradient(180deg,\n rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.0) 50%) ,\n ${s}`,n.boxShadow=`0 0 6px ${s}66 inset, 0 0 4px ${s}88`;break;default:n.background=s}return n}const hl="\n@keyframes vrtalk-progress-stripes {\n from { background-position: 0 0, 0 0; }\n to { background-position: 28px 0, 0 0; }\n}\n";return t})()));
|
|
2
2
|
//# sourceMappingURL=vrtalk-web-sdk.js.map
|